/*
---common.css
-------------------------------------------------------------------------------- */
@media screen and (min-width: 1024px) {
	.scrolled header{
	}
}


/*
---
---------------------------------------------------------------------------*/
body{
}

header{
	position: sticky;
	top: 0;
	z-index: 100;
}
.header-innear {
    position: relative;
}
header #logo{
	width: 250px;
}
header #logo a{
	display: block;
	position: relative;
}
/* header #logo a:before{
	content: '';
	display: block;
	padding-bottom: calc(82 / 410 * 100%);
} */
header #logo svg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#logo {
	fill: #FFF;
}

.header-logo-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	transition: all .5s;
}
body.scrolled .header-logo-menu {
	background-color: #fff;
}
.header-menu-links-wrap {
    display: flex;
	align-items: center;
	gap: 20px;
}
.header-menu-links-wrap ul#menu-submenu {
    display: flex;
}
.header-menu-links-wrap ul#menu-submenu li {
    font-size: 12px;
    margin-right: 10px;
}
.header-menu-links-wrap ul#menu-submenu li a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    padding: 10px 5px;
	color: #FFFFFF;
}
.header-menu-links-wrap ul#menu-submenu li a:hover {
    color: #444;
}
header .menu_global{
	-js-display: flex;
	display: flex;
}
header .menu_global > li{
	position: relative;
	flex-basis: 100%;
}

@media (max-width: 1023px) {
	header .global-menu {
		display: none;
	}
}

.header-menu-sns a{
	display: block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	-webkit-background-size: 30px auto;
	background-size: 30px auto;
}
.header-menu-sns a[href*="facebook"]{
	background-image: url(../images/btn_fb.png);
}
.header-menu-sns a[href*="twitter"]{
	background-image: url(../images/btn_tw.png);
}
.header-menu-sns a:hover{
	opacity: 0.7;
}

section ul.header-button-smpmenu {
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    clip: rect(0,auto,auto,0);
	pointer-events: none;
	margin: 0;
}
section.bgcheck-black a.header-button-smpmenu-trigger span {
    background: #333;
}

.header-logo-menu {
	min-height: 90px;
}
@media (max-width: 1023px) {
	.header-logo-menu {
		min-height: 80px;
	}
}
.header__humberger-button {
	border: 1px solid #fff;
}
@media (max-width: 767px) {
	.header__humberger-button {
		width: 60px;
		right: 10px;
	}
}

/*
--- mouse stalker
---------------------------------------------------------------------------*/
body.touchdevice #stalker {
	display: none;
}
#stalker {
	pointer-events: none;
	position: fixed;
	top: -12px;
	left: -12px;
	width: 24px;
	height: 24px;
	background: #fff500;
	border-radius: 50%;
	transform: translate(0,0);
	transition: transform 0.2s;
	transition-timing-function: ease-out;
	z-index: 999;
	opacity: 0.7;
}
#stalker.hov_ {
	top: -25px;
	left: -25px;
	width: 50px;
	height: 50px;
	opacity: 0.4;
}
#stalker.hov_::before,
#stalker.hov_::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	border: 1px solid #AAA;
	-webkit-transform: translate(-50%, -50%) scale(0, 0);
	-ms-transform: translate(-50%, -50%) scale(0, 0);
	-o-transform: translate(-50%, -50%) scale(0, 0);
	transform: translate(-50%, -50%) scale(0, 0);
	animation: hov 1s linear 0s infinite normal;
}
#stalker.hov_::before {
	animation: hov 1s linear 0.1s infinite normal;
}
#stalker.hov_::after {
	animation: hov 1s linear 0.2s infinite normal;
}
@keyframes hov {
    0% {
		-webkit-transform: translate(-50%, -50%) scale(0, 0);
		-ms-transform: translate(-50%, -50%) scale(0, 0);
		-o-transform: translate(-50%, -50%) scale(0, 0);
		transform: translate(-50%, -50%) scale(0, 0);
    }
    90% {
		-webkit-transform: translate(-50%, -50%) scale(1, 1);
		-ms-transform: translate(-50%, -50%) scale(1, 1);
		-o-transform: translate(-50%, -50%) scale(1, 1);
		transform: translate(-50%, -50%) scale(1, 1);
    }
    100% {
		-webkit-transform: translate(-50%, -50%) scale(1, 1);
		-ms-transform: translate(-50%, -50%) scale(1, 1);
		-o-transform: translate(-50%, -50%) scale(1, 1);
		transform: translate(-50%, -50%) scale(1, 1);
    }
}

div#stalker.hov_old {
    width: 36px;
    height: 36px;
}
div#stalker.hov_old::before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    left: 50%;
    top: 44%;
    transform: translate(-50%, -50%) rotate(45deg);
    border-right: solid 2px #AAA;
    border-bottom: solid 2px #AAA;
    box-sizing: border-box;
}


/*
--- google カスタム検索
---------------------------------------------------------------------------*/
.search_form {
    max-width: 230px;
}
@media only screen and (min-width: 767px) {
	.search_form {
		display: block !important;
	}
}
input.gsc-input {
    /*background: unset!important;*/
    background: rgb(255, 255, 255) url("../images/search-text.png") no-repeat left center / 65px !important;
}
input.gsc-input:focus {
    background: rgb(255, 255, 255) !important;
}
div.gsc-input-box {
    border: none !important;
    background-color: transparent !important;
	padding-top: 0;
	padding-bottom: 0;
}
td.gsc-search-button {
    width: 30px !important;
}
.gsc-search-button-v2 {
    width: 40px !important;
    box-sizing: border-box !important;
    padding: 6px 0 !important;
    border: none !important;
    background-color: transparent !important;
}
.gsc-search-button-v2 svg {
    fill: #000 !important;
}
.gsc-control-wrapper-cse {
    border-radius: 20px !important;
    border: solid 1px #4a808c !important;
    overflow: hidden !important;
	padding: 0 7px;
    box-sizing: border-box !important;
	background-color: #fff !important;
}
.menu-smp-logo+div#___gcse_1 {
    max-width: 280px;
    margin: 20px auto 20px;
}
.smp-close {
    display: none;
}


/*
--- タグ検索
---------------------------------------------------------------------------*/
/* タグ検索 メニュー */
.search-tag-link.menu-tag {
	cursor: pointer;
	position: relative;
    padding: 10px;
    margin: 10px;
    background-color: #63CBD4;
    font-size: 20px;
	color: #FFFFFF;
	line-height: 1.3;
    text-align: center;
	width: calc(100% - 20px);
    height: auto;
	bottom: auto;
}
.search-tag-link.menu-tag::before {
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 1px solid #FFF;
}
/* タグ検索 */
.tag-filter {
    content: "";
    position: fixed;
    z-index: 599;
    width: 0%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
	-webkit-transition: width 1s cubic-bezier(0.07, 0.63, 0.52, 1.03);
	-o-transition: width 1s cubic-bezier(0.07, 0.63, 0.52, 1.03);
	transition: width 1s cubic-bezier(0.07, 0.63, 0.52, 1.03);
}
.tag-filter.open {
	width: 60%;
}
.tag-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100vh;
    z-index: 600;
    background-color: #FFF;
    padding: 50px 30px;
    text-align: right;
	-webkit-transition: all 1s cubic-bezier(0.07, 0.63, 0.52, 1.03);
	-o-transition: all 1s cubic-bezier(0.07, 0.63, 0.52, 1.03);
	transition: all 1s cubic-bezier(0.07, 0.63, 0.52, 1.03);
    transform: translateX(100%);
}
.tag-open .tag-wrap {
    transform: translateX(0%);
}
.tag-close {
	cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 5px;
    right: 5px;
}
.tag-block {
    position: absolute;
    /* width: 100%; */
    left: 5px;
    top: 50px;
    right: 5px;
    bottom: 104px;
    overflow: auto;
}
.tag-close::before, .tag-close::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 1px;
    background-color: #333;
    top: 50%;
}
.tag-close::before {
    left: 50%;
    transform-origin: left top;
    transform: rotate(45deg) translate(-50%, -50%);
}
.tag-close::after {
    right: 50%;
    transform-origin: right top;
    transform: rotate(-45deg) translate(50%, 50%);
}
input.tag {
    padding: 7px 10px;
    margin: 8px;
    background-color: #EEE;
    display: inline-block;
    font-size: 14px;
	cursor: pointer;
}
.notouch input.tag:hover {
    background-color: #63CBD4;
	color: #FFFFFF;
}
input.tag {
    display: none;
}
.tag-block label span {
    padding: 7px 10px;
    margin: 8px;
    background-color: #EEE;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
	transition: all 0.3s ease-out;
}
.tag-block label span {
	animation: nospin 0.5s ease 0s none;
}
@keyframes nospin {
    0% {
		transform: translateY(-3px);
		background-color: #63CBD4;
		color: #FFFFFF;
    }
    45% {
		transform: translateY(-10px);
		background-color: #63CBD4;
		color: #FFFFFF;
    }
    65% {
		transform: translateY(-10px) rotateX(360deg);
    	background-color: #EEE;
		color: inherit;
    }
    100% {
		transform: translateY(0px) rotateX(360deg);
    	background-color: #EEE;
		color: inherit;
    }
}
.notouch .tag-block label span:hover {
    /*background-color: rgba(99,203,212,0.5);
	color: #FFFFFF;*/
	transform: translateY(-3px);
}
.tag-block input.tag:checked + label > span {
	animation: spin 0.5s ease 0s forwards;
}
@keyframes spin {
    0% {
		transform: translateY(-3px);
    }
    45% {
		transform: translateY(-10px);
    	background-color: #EEE;
		color: inherit;
    }
    65% {
		transform: translateY(-10px) rotateX(360deg);
		background-color: #63CBD4;
		color: #FFFFFF;
    }
    100% {
		transform: translateY(0px) rotateX(360deg);
		background-color: #63CBD4;
		color: #FFFFFF;
    }
}
.tag-search-wrap {
	position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    /*margin-top: 30px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.tag-search-wrap > div {
    width: 250px;
    padding: 20px;
    margin: 10px;
    background-color: #AAAAAA;
    text-align: center;
    color: #FFF;
	cursor: pointer;
}
.tag-search-wrap > div.tag-search {
    background-color: #6DD55C;
}

/* remodal */
.tag_blk > a {
    display: flex;
	flex-wrap: wrap;
	align-items: center;
    margin-bottom: 5px;
    color: inherit;
    border-bottom: solid 1px #EEE;
	position: relative;
	overflow: hidden;
}
.tag_blk a > svg {
	display: none;
}
.tag_blk > a:hover {
    background-color: #f6f6f6;
}
.tag_blk > a:hover::before {
	border-color: #AAA;
}
.tag_blk > a:hover svg {
	animation: hoverSvg 1s linear 0s infinite normal;
}
@keyframes hoverSvg {
    0% {
   		transform: translate(-50%, -50%) rotate(0deg);
    }
    20% {
    	transform: translate(-50%, -50%) rotate(20deg);
    }
    60% {
   		transform: translate(-50%, -50%) rotate(-20deg);
    }
    80% {
   		transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
   		transform: translate(-50%, -50%) rotate(0deg);
    }
}
/* svg */
.cls-1 {
    stroke: #444;
    stroke-width: 3px;
    fill: transparent;
}

.tag_blk h5 {
	width: 100%;
    padding: 10px;
}
.tag-date,.tag-cat {
    font-size: 12px;
    padding: 5px;
}
.tag-cat span {
    display: inline-block;
    vertical-align: middle;
    padding: 1px 3px;
    margin-right: 5px;
    background-color: #EEE;
}
/* END remodal */
.tag-pagination-link {
    display: flex;
    justify-content: center;
}
li.tag-prev, li.tag-next {
    font-size: 24px;
    padding: 5px 20px;
}
.tag-page-num {
    padding: 10px;
    font-size: 18px;
}
.tag-page-num > span {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    position: relative;
}
.tag-page-num > span::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: #444;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-55deg);
}

/*
--- サイドメニュー バナー
---------------------------------------------------------------------------*/
.side-menu-banner {
    padding: 10px;
}
.side-menu-banner > a {
	color: inherit;
    display: block;
    padding: 20px 10px;
    text-align: center;
    border: solid 1px #EEE;
}
.side-menu-banner.img-banner > a {
	padding: 5px;
}

/*
--- 関連リンク
---------------------------------------------------------------------------*/
.relation-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.relation_box-row {
    padding: 10px;
    width: calc(100% / 3 - 10px);
}
a.relation_box-rowInner {
    display: block;
    padding: 15px 20px 15px 10px;
    border: solid 1px #6dd45b;
    color: inherit;
    position: relative;
	z-index: 0;
}
a.relation_box-rowInner:hover {
	color: #FFFFFF;
}
a.relation_box-rowInner::after {
    content: "";
    position: absolute;
	z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	background-color: #6dd45b;
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	-ms-transform-origin: right;
	-o-transform-origin: right;
	transform-origin: right;
    transform: scale(0, 1);
	transition: transform 0.5s ease-out;
}
a.relation_box-rowInner:hover::after {
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	-ms-transform-origin: left;
	-o-transform-origin: left;
	transform-origin: left;
    transform: scale(1, 1);
}
a.relation_box-rowInner::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 2px solid #888;
    border-bottom: 2px solid #888;
    right: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
	-webkit-transition: border 0.2s ease-out 0.15s;
	-o-transition: border 0.2s ease-out 0.15s;
	transition: border 0.2s ease-out 0.15s;
}
a.relation_box-rowInner:hover::before {
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}



/*
---
---------------------------------------------------------------------------*/
.contents_wrapper{
	position: relative;
	overflow: hidden;
}
.contents_body{
	min-height: 150px;
}
.contents_body-sb{
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.overwrap .contents_body-sb{
	max-width: 1200px;
}

section:after,
.contents_body-sb:after{
	content: '';
	display: table;
	clear: both;
}
.contents_body-sb > :first-child{
	margin-top: 0 !important;
}
.contents_body-sb > :last-child{
	margin-bottom: 0 !important;
}


/*
---
---------------------------------------------------------------------------*/
.top-news-wrapper{
	display: none;
}
.top-news-wrapper.active{
	display: block;
}

.noarticle_blk {
    text-align: center;
    padding: 10px;
}
/*
---
---------------------------------------------------------------------------*/
section.footer-slider {
    padding: 50px 0;
    background-color: #F7F7F7;
}
.footer-slider-wrapper {
    max-width: 1200px;
    padding: 0 100px;
    margin: auto;
}
.footer-slider-wrapper .slick-prev {
    top: 50%;
    bottom: auto;
    left: 10px;
    transform: translate(50%, -50%) scale(-1, 1);
}
.footer-slider-wrapper .slick-next {
    top: 50%;
    bottom: auto;
    left: auto;
    right: 10px;
    transform: translate(-50%, -50%);
}
.footer-slider-wrapper .slick-list {
    padding: 2px;
}
.footer-slider-wrapper .slid-link a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 65px;
	padding: 10px;
	color: inherit;
	border-right: 1px solid #333;
}
.footer-slider-wrapper .slid-link a:hover {
    background-color: #FFF;
}

/*
--- SNS link
---------------------------------------------------------------------------*/
section.footer-link-sns {
    padding: 40px 0;
}
.footer-link-sns-wrapper {
    display: flex;
    max-width: 1200px;
    margin: auto;
}
.sns-link-wrapper {
    display: flex;
	align-items: center;
}
.sns-link-wrapper a {
    display: block;
	position: relative;
    width: 24px;
    height: 24px;
    margin-right: 20px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.sns-link-wrapper a:hover {
	opacity: 0.7;
}
.sns-link-wrapper a[href*="facebook.com"]  {
	background-image: url("../images/icon_fb.png");
}
.sns-link-wrapper a[href*="twitter.com"]  {
	background-image: url("../images/icon_tw.png");
}
.sns-link-wrapper a[href*="instagram.com"]  {
	background-image: url("../images/icon_ig.png");
}
.sns-link-wrapper a[href*="youtube.com"]  {
	background-image: url("../images/icon_yt.png");
}
/* link button */
.footer-link-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.footer-link-wrapper a {
	position: relative;
    display: block;
    color: inherit;
    margin-left: 20px;
    padding: 12px 10px;
    width: 250px;
    text-align: center;
	font-size: 14px;
    border: solid 1px #333;
}
.footer-link-wrapper a:hover {
    background-color: #6dd45b;
    color: #FFF;
}
.footer-link-wrapper a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background-image: url("../images/icon-link.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

/*
---
---------------------------------------------------------------------------*/
.info-wrap {
    padding: 20px 10px 30px;
    background-color: #F7F7F7;
}
footer div#info {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    margin: auto;
}
footer div#info .logo {
    width: 270px;
}
#group-logo .st0 {fill:#00728F;}
#group-logo .st1{fill:#221815;}
footer .blue{
  width:100%;
  /*background-color:#EAEEF1;*/
  background-color:#c1c5c8;
  padding:10px;
  border-radius: 5px;
  margin-top:10px;
  margin-left:10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex: 1;
}
footer .blue li{
  text-align:center;
  margin-right:5px;
  font-size:10px;
	flex: 1;
}
footer .blue li:first-of-type {
    flex: unset;
}
footer .blue li a{
  color:#00728d;
  text-decoration:none;
  line-height:100%;
  display:block;
  height:56px;
}
footer .blue li a:hover{
  background-color:#00728d;
  color:#fff;
}
footer .blue li a{
  border:1px #00728d solid;
  line-height:100%;
  padding:5px 10px;
  background-color:#fff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
footer .blue li a span{
  display:block;
  font-size:10px;
  line-height:120%;
  margin-top:3px;
}
footer .blue li a.bBox01{
  color:#fff;
  background-color:#00728d;
  font-weight:bold;
  font-size:12px;
  border-radius: 2px;
}
footer .blue li a.bBox03 span {
    margin-top: 1px;
}
footer .blue li a.bBox05{
  background-color:#00728d !important;
  color:#fff;
}

footer{
}
.footer-address {
	/*background-color: #6DD45B;*/
	/*background-color: #4aa0b5;*/
	background-color: #4a808c;
	text-align: center;
	padding: 20px 10px 10px;
	color: #FFFFFF;
}
.footer-logo {
    /*max-width: 222px;*/
    margin: 0 auto;
    position: relative;
	padding: 10px;
	font-size: 20px;
}
/*
.footer-logo:before {
    content: "";
    display: block;
    padding-bottom: calc(40 / 222 * 100%);
}
.footer-logo svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
*/
.footer-schoolinfo-add,
.footer-schoolinfo-tel {
	font-size: 14px;
}
.footer-schoolinfo-tel a {
	color: #FFFFFF;
}

.googlemap-wrapper{
	position: relative;
	padding-bottom: 50%;
}
.googlemap-wrapper iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.copy{
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
}


/*
---
---------------------------------------------------------------------------*/
.go_page_top{
	position: fixed;
	bottom: 5px;
	right: 5px;
	opacity: 0;
	z-index: 100;
	cursor: pointer;
	width: 85px;
	height: 85px;
	transition: all .5s;
	border-radius: 5px;
	background-color: rgba(77,77,77,1);
}
.go_page_top img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.scrolled .go_page_top{
	opacity: 0.65;
}
.notouch.scrolled .go_page_top:hover{
	opacity: 1;
}


@media only screen and (max-width: 1279px) {
	header #logo{
	}
}


@media only screen and (max-width: 1023px) {
	/*
	---
	---------------------------------------------------------------------------*/
	body{
	}
	header{
	}
	
	
	/*
	--- footer
	---------------------------------------------------------------------------*/
	section.footer-link-sns {
		padding: 20px 10px;
	}
	.footer-link-sns-wrapper {
		flex-direction: column;
	}
	.sns-link-wrapper {
		justify-content: center;
		padding: 10px;
	}
	.footer-link-wrapper {
		justify-content: center;
		padding: 20px 0;
	}
	.footer-link-wrapper .slid-link {
		flex: 1;
		padding: 5px;
	}
	.footer-link-wrapper a {
		width: 100%;
		margin: 0;
	}
	div#info {
		flex-direction: column;
	}
	footer .blue {
		flex-wrap: wrap;
		justify-content: center;
	}
	footer .blue li {
		width: calc(33% - 4px);
		flex: unset;
		margin: 4px 3px;
	}
}


@media only screen and (max-width: 767px) {
	body{
	}
	
	
	/*
	---
	---------------------------------------------------------------------------*/
	/* タグ検索 */
	.tag-wrap {
		width: 80%;
	}
	
	/*
	---
	---------------------------------------------------------------------------*/
	.footer-slider-wrapper {
		padding: 10px 50px;
	}
	.footer-slider-wrapper .slick-prev {
		transform: translate(0, -50%) scale(-1, 1);
		left: 5px;
	}
	.footer-slider-wrapper .slick-next {
		transform: translate(0, -50%);
		right: 5px;
	}
	footer{
	}
	
	.go_page_top{
		width: 50px;
		height: 50px;
	}
}


@media only screen and (max-width: 560px) {
	/*
	---
	---------------------------------------------------------------------------*/
	.header-logo-menu {
		padding: 10px 5px;
	}
	.header-menu-links-wrap ul#menu-submenu li {
		font-size: 10px;
		margin-right: 0;
		margin-left: 6px;
	}
	.header-menu-links-wrap ul#menu-submenu li a {
		padding: 5px 3px;
	}
	
	/*
	--- タグ検索
	---------------------------------------------------------------------------*/
	.tag-wrap {
		width: 90%;
		padding: 50px 10px;
	}
	.search-tag-link {
		top: auto;
	    bottom: 10px;
		width: 180px;
    	height: 120px;	
		margin: auto;
	}
	.tag-text {
		font-size: 15px;
	}
	.tag-block label span {
		margin: 7px 5px;
	}
	
	/*
	---
	---------------------------------------------------------------------------*/
	.footer-link-wrapper {
		flex-direction: column;
	}
	footer .blue li {
		width: 100%;
		margin: 5px;
	}
	footer .blue li a {
		flex-direction: row;
		align-items: center;
		font-size: 12px;
        flex-wrap: wrap;
	}
	footer .blue li a span {
		display: inline;
		margin: 0;
    	font-size: 12px;
	}
}




/*
---lp.css
-------------------------------------------------------------------------------- */
body {
    
}
body * {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}
.contents_wrapper {
    max-width: 1400px;
    margin: auto;
}
.contents_body {
    max-width: 1200px;
    margin: auto;
}

section {
    min-height: 760px;
    padding-left: 20px;
    padding-right: 20px;
}
/*section:nth-of-type(even) {
    background-color: #fff;
}*/

@media only screen and (max-width: 560px) {
    section {
        min-height: 100vh;
        height: auto;
    }
    .search-submenu {
        display: none;
    }
}


#logo {
    fill: #313137;
}
.header-menu-links-wrap ul#menu-submenu li a {
    color: #313137;
}
/*
--- bg wrap
---------------------------------------------------------------------------*/
/* 背景コンテナ */
.bg-wrapper {
}
.bg-wrapper {
  position: fixed;
  z-index: -1;
  top: 0;
  max-width: 1200px;
  left: 50%;
  transform: translateX(-50%);
  overflow: unset;
  width: 100vw;
  height: 100vh;
  background: #fff;
}
@media only screen and (max-width: 767px) {
    .bg-wrapper {
        opacity: 0.5;
    }
}
/* 四隅ボックス */
.lt-box, .rt-box, .lb-box, .rb-box {
  position: absolute;
  width: 30%;
  height: 30%;
  /* 必要に応じて下記で境界を確認可能 */
  /* border: 1px dashed rgba(0,0,0,0.2); */
    transition: all 1.5s ease-out;
}
.lt-box { top: 0; left: 0; }
.rt-box { top: 0; right: 0; }
.lb-box { bottom: 0; left: 0; }
.rb-box { bottom: 0; right: 0; }
/* second screen */
 .bg-wrapper.second .lt-box {
    width: 80%;
}
.bg-wrapper.second .rt-box {
    top: 20%;
    transform: scale(0.9);
}
.bg-wrapper.second .lb-box {
    left: 70%;
    height: 60%;
    /* transform: rotate(35deg); */
}
.bg-wrapper.second .rb-box {
    transform: translateX(80%);
}

/* third screen */
.bg-wrapper.third .lb-box {
    left: 15%;
    bottom: 34%;
    width: 5%;
}
.bg-wrapper.third .lt-box {
    transform: translateY(-80%);
}
.bg-wrapper.third .rt-box {
    width: 30%;
    top: 20%;
    right: 10%;
    height: 24%;
    transform: scale(0.7);
}
.bg-wrapper.third .rb-box {
    right: 5%;
    width: 55%;
    height: 44%;
    transform: scale(0.8);
}
.bg-wrapper.third .rb-box .ball {
    background-color: #21b8c5;
}
/* fourth screen */
.bg-wrapper.fourth > div {
    transform: scale(0.5);
}
/* fifth screen */
.bg-wrapper.fifth {
    opacity: 0;
    transition: opacity 0.6s ease-out;
}
/* sixth screen */
.bg-wrapper.sixth {
    opacity: 0;
}


/* 球体の基本スタイル */
.ball {
  position: absolute;
  border-radius: 50%;
  background-color: #21B8C5;
}
.ball:nth-of-type(odd) {
  animation: water-float 10s linear infinite;
}
.ball:nth-of-type(even) {
  animation: water-float 10s linear 0.5s infinite;
}
.ball:nth-of-type(3n) {
  animation: water-float2 10s linear infinite;
}

/* 水中を漂う柔らかな動きのアニメーション */
@keyframes water-float {
  0%   { transform: translate(0, 0); }
  20%  { transform: translate(5px, -10px); }
  40%  { transform: translate(-8px, 12px); }
  60%  { transform: translate(10px, -5px); }
  80%  { transform: translate(-5px, 8px); }
  100% { transform: translate(0, 0); }
}
@keyframes water-float2 {
  0%   { transform: translate(0, 0); }
  20%  { transform: translate(-5px, 8px); }
  40%  { transform: translate(8px, -8px); }
  60%  { transform: translate(5px, 5px); }
  80%  { transform: translate(5px, 8px); }
  100% { transform: translate(0, 0); }
}
 .rt-box .ball {
     background-color: #4C8DCB;
 }
 .lb-box .ball,
 .rb-box .ball {
     background-color: #F9BC3D;
 }
.b300 {
 width: 300px;
 height: 300px;
}
.b250 {
 width: 250px;
 height: 250px;
}
.b200 {
 width: 200px;
 height: 200px;
}
.b150 {
 width: 150px;
 height: 150px;
}
.b100 {
 width: 100px;
 height: 100px;
}
.b50 {
 width: 50px;
 height: 50px;
}
.b30 {
 width: 30px;
 height: 30px;
}
.b20 {
 width: 20px;
 height: 20px;
}
.b8 {
 width: 8px;
 height: 8px;
}
.b5 {
 width: 5px;
 height: 5px;
}

/* left top */
.lt-box {
width: 25%;
height: 50%;
/*background-color: #eee;*/
}
.lt-box .ball.ball1.b200 {
right: 10%;
bottom: 20%;
}
.lt-box .ball.ball2.b150 {
right: calc(7% + 150px);
bottom: 15%;
}
.lt-box .ball.ball3.b150 {
right: 0;
bottom: 41%;
}
.lt-box .ball.ball4.b50 {
right: 11%;
bottom: 20%;
}
.lt-box .ball.ball5.b20 {
right: 15%;
bottom: 5%;
}
.lt-box .ball.ball6.b20 {
right: 40%;
bottom: 76%;
}
.lt-box .ball.ball7.b8 {
right: 25%;
bottom: 0;
}
.lt-box .ball.ball8.b8 {
right: 20%;
bottom: 80%;
}
.lt-box .ball.ball9.b5 {
right: 30%;
bottom: 10%;
}
.lt-box .ball.ball10.b8 {
right: 50%;
bottom: 72%;
}
/* right top */
.rt-box {
width: 35%;
height: 50%;
/*background-color: #333;*/
}
.rt-box .ball.ball1.b300 {
right: -25%;
top: -150px;
}
.rt-box .ball.ball2.b150 {
right: 15%;
top: -50px;
}
.rt-box .ball.ball3.b50 {
right: 5%;
top: 120px;
}
.rt-box .ball.ball4.b50 {
right: 31%;
bottom: 7%;
}
.rt-box .ball.ball5.b30 {
right: 12%;
top: 38%;
}
.rt-box .ball.ball6.b20 {
bottom: 2%;
right: 43%;
}
.rt-box .ball.ball7.b8 {
right: 43%;
top: 16%;
}
.rt-box .ball.ball8.b30 {
right: 50%;
top: 10px;
}
.rt-box .ball.ball9.b20 {
right: 70%;
top: 20px;
}
/* left bottom */
.lb-box {
width: 35%;
height: 50%;
/*background-color: #333;*/
}
.lb-box .ball.ball1.b250 {
top: 100px;
left: -160px;
}
.lb-box .ball.ball2.b100 {
left: 19%;
top: 0;
}
.lb-box .ball.ball3.b100 {
bottom: 13%;
left: 10px;
}
.lb-box .ball.ball4.b50 {
left: 16%;
top: 58px;
}
.lb-box .ball.ball5.b50 {
right: 0;
bottom: 30px;
}
.lb-box .ball.ball6.b30 {
bottom: 30px;
left: 20%;
}
.lb-box .ball.ball7.b30 {
top: 50%;
left: 50%;
}
.lb-box .ball.ball8.b20 {
right: 7%;
bottom: 10px;
}
/* right bottom */
.rb-box {
width: 35%;
height: 50%;
/*background-color: #eee;*/
}
.ball.ball1.b250 {
right: -110px;
top: 40px;
}
.ball.ball2.b100 {
right: -40px;
top: -30px;
}
.ball.ball3.b100 {
right: 50px;
bottom: 130px;
}
.ball.ball4.b50 {
right: 40%;
bottom: 40px;
}
.ball.ball5.b50 {
right: 120px;
bottom: 110px;
}
.ball.ball6.b20 {
right: 28%;
bottom: 50%;
}
.ball.ball7.b8 {
right: 33%;
bottom: 57%;
}
/*
--- first
---------------------------------------------------------------------------*/
section#first {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
/* image */
.first-image-wrap {
    position: absolute;
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 5px 5px 10px rgb(178 178 178 / 25%);
}
.first-image-wrap.fi-1 {
    width: 20vw;
    max-width: 266px;
    height: 20vw;
    max-height: 266px;
    right: 6%;
    top: 90px;
}
.first-image-wrap.fi-2 {
    width: 22vw;
    max-width: 310px;
    height: 22vw;
    max-height: 310px;
    left: 7%;
    bottom: 5%;
}
.first-image-wrap.fi-3 {
    width: 17.8vw;
    max-width: 250px;
    height: 17.8vw;
    max-height: 250px;
    right: 12%;
    bottom: 7%;
}
.first-image-wrap > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* text */
.first-text h1 {
    margin-top: 30px;
    font-size: 116px;
    width: 510px;
}
.first-text h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}
/* svg */
.sozo0 {
fill: #f5a347;
}

.sozo1 {
fill: #5bc2da;
}

.sozo2 {
fill: #9bcb60;
}

.sozo3 {
fill: #b7a9d1;
}

@media only screen and (max-width: 1023px) {
    .first-text h1 {
        width: 400px;
        margin-top: 10px;
    }
    .first-text h2 {
        font-size: 30px;
    }

}
@media only screen and (max-width: 900px) {
    .first-image-wrap.fi-1 {
        width: 26vw;
        height: 26vw;
        right: 3%;
    }
    .first-image-wrap.fi-2 {
        width: 32vw;
        height: 32vw;
        left: 4%;
    }
    .first-image-wrap.fi-3 {
        width: 23vw;
        height: 23vw;
        right: 4%;
        bottom: 11%;
    }

}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 560px) {
    .first-text h2 {
        font-size: 24px;
    }
    .first-text h1 {
        width: 360px;
    }
    
    .first-image-wrap.fi-1 {
        width: 35vw;
        height: 35vw;
        max-width: 140px;
        max-height: 140px;
    }
    .first-image-wrap.fi-2 {
        width: 36vw;
        height: 36vw;
    }
    .first-image-wrap.fi-3 {
        width: 26vw;
        height: 26vw;
    }
}

/*
--- second
---------------------------------------------------------------------------*/
section#second {
    min-height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.second-text-wrap {
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
}
/* image */
.second-image {
    flex: 1;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 5px 5px 10px rgb(178 178 178 / 25%);
}
.second-image::before {
    content: '';
    display: block;
    padding-bottom: 100%;
}
.second-image > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* text */
.animation-text {
    width: 65%;
    padding-right: 50px;
    font-size: 24px;
    line-height: 2.3;
}
.animation-text strong {
    font-size: 30px;
    font-weight: 900;
    display: inline-block;
}
.animation-text strong span {
    position: relative;
    font-size: 30px;
    color: transparent;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    transform: rotateY(-180deg);
    transition: transform 0.5s ease-out, color 0s ease-out 0.25s;
}
.animation-text strong span.anim {
    color: #333;
    transform: rotateY(0deg);
}
.animation-text strong span::before {
    content: '！';
    position: absolute;
    top: 0;
    left: 0;
    color: #333;
    transition: opacity 0s ease-out 0.25s;
}
.animation-text strong span.anim::before {
    opacity: 0
}
svg#sozotankyu2 {
    display: inline-block;
    vertical-align: baseline;
    width: 155px;
}
.sec-sp {
    font-size: 50px;
    display: inline-block;
}
@media only screen and (max-width: 1023px) {
    .animation-text {
        line-height: 1.8;
    }
    .animation-text > br {
        display: none;
    }
}
@media only screen and (max-width: 900px) {
    .animation-text {
        width: 100%;
        padding-top: 50px;
    }
    .second-image {
        flex: unset;
        width: 100%;
        max-width: 300px;
    }
}
@media only screen and (max-width: 767px) {
    .second-text-wrap {
        flex-direction: column-reverse;
    }
    .animation-text {
        padding: 50px 10px 30px;
    }
}
@media only screen and (max-width: 560px) {
    section#second {
        padding-bottom: 50px;
    }
    .second-image {
        max-width: 240px;
    }
    
    .animation-text {
        padding: 30px 0 30px;
        font-size: 20px;
    }

    span.sec-sp {
        display: inline-block;
        font-size: 30px;
    }

    .animation-text strong {
        font-size: 24px;
    }

    .animation-text strong span.anim {
        font-size: 24px;
    }

    svg#sozotankyu2 {
        width: 121px;
        margin: 0 5px;
    }
}

/*
--- third
---------------------------------------------------------------------------*/
section#third {
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: 180px;
    padding-bottom: 250px;
}

svg#sozotankyu3 {
    display: inline-block;
    vertical-align: baseline;
    width: 320px;
}
/* image */
.third-image-wrap {
    position: absolute;
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 5px 5px 10px rgb(178 178 178 / 25%);
}
.third-image-wrap.thi-1 {
    width: 19.5vw;
    max-width: 270px;
    height: 19.5vw;
    max-height: 270px;
    left: 3%;
    top: 20px;
}
.third-image-wrap.thi-2 {
    width: 14.2vw;
    max-width: 160px;
    height: 14.2vw;
    max-height: 160px;
    right: 5%;
    bottom: 10%;
}
.third-image-wrap.thi-3 {
    width: 10vw;
    max-width: 120px;
    height: 10vw;
    max-height: 120px;
    right: 21%;
    bottom: 2%;
}
.third-image-wrap > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* text */
.third-text-wrapper {
    width: 100%;
    max-width: 1000px;
}
.third-text-wrapper h2 {
    font-size: 26px;
    text-align: center;
}
.third-text-wrapper h2 span {
    font-size: 70px;
}
.third-text {
    margin-top: 60px;
    text-align: center;
    font-size: 24px;
    line-height: 2.3;
}
.third-text strong {
    font-size: 30px;
    font-weight: 900;
    display: inline-block;
}
.third-text strong span {
    position: relative;
    font-size: 30px;
    color: transparent;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    transform: rotateY(-180deg);
    transition: transform 0.5s ease-out, color 0s ease-out 0.25s;
}
.third-text strong span.anim {
    color: #333;
    transform: rotateY(0deg);
}
.third-text strong span::before {
    content: '？';
    position: absolute;
    top: 0;
    left: 0;
    color: #333;
    transform: rotateY(180deg);
    transition: opacity 0s ease-out 0.25s;
}
.third-text strong span.anim::before {
    opacity: 0
}

@media only screen and (max-width: 1023px) {
    /*.third-text {
        text-align: left;
    }*/
}
@media only screen and (max-width: 900px) {
    section#third {
        height: auto;
        min-height: unset;
        padding-bottom: 200px;
    }
    svg#sozotankyu3 {
        width: 250px;
    }
    .third-text {
        text-align: left;
        margin-top: 30px;
    }
    .third-image-wrap.thi-1 {
        width: 27vw;
        height: 27vw;
        
        min-width: 180px;
        min-height: 180px;
        top: 0;
    }
    .third-text-wrapper h2 {
        margin-top: 20px;
    }
    .third-image-wrap.thi-2 {
        width: 23vw;
        height: 23vw;
        right: 2%;
        bottom: 6%;
    }
    .third-image-wrap.thi-3 {
        width: 15vw;
        height: 15vw;
        right: 25%;
        bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .third-image-wrap.thi-2 {
        width: 160px;
        height: 160px;
    }
    .third-image-wrap.thi-3 {
        width: 100px;
        height: 100px;
        right: 170px;
    }
    
    .third-text {
        font-size: 20px;
    }
    .third-text > br {
        display: none;
    }
}
@media only screen and (max-width: 560px) {
    svg#sozotankyu3 {
        width: 180px;
    }
    .third-text strong {
        font-size: 24px;
    }
    .third-text strong span {
        font-size: 24px;
    }
}


/*
--- fourth
---------------------------------------------------------------------------*/
section#fourth {
    min-height: unset;
}

svg#sozotankyu4 {
    display: inline-block;
    vertical-align: baseline;
    width: 320px;
}

.fourth-text-wrapper {
    padding: 0 0 60px;
    position: sticky;
    top: 8%;
}
.fourth-text-wrapper h2 {
    font-size: 26px;
    text-align: center;
}
.fourth-text-wrapper h2 span {
    font-size: 70px;
}
.fourth-contents-wrapper {
    width: 100%;
    margin: auto;
    max-width: 1300px;
    padding: 50px 0;
    display: flex;
}
.fourth-content-box {
    width: calc(100% / 3);
    position: relative;
}
.fourth-content-box::before {
    content: '';
    display: block;
    padding-bottom: 100%;
}
.fourth-content-box > div {
    position: absolute;
    top: 6%;
    left: 6%;
    width: 88%;
    height: 88%;
    padding: 30px 20px 30px 20px;
    border-radius: 50%;
    background-color: #eee;
    /*transform: scale(0.75);*/
    color: #fff;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    
    transition: transform 0.6s ease-out;
}
.fourth-content-box > div.active {
    transform: scale(1);
}
.fourth-content-box > div span {
    display: block;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    animation: b-anim 15s ease 0s infinite alternate;
}
.fourth-content-box > div span:nth-of-type(odd) {
    animation: b-anim2 13s ease 1s infinite alternate;
}

/* 水中を漂う柔らかな動きのアニメーション */
@keyframes b-anim {
  0%   { transform: translate(0, 0); }
  20%  { transform: translate(5px, -10px); }
  40%  { transform: translate(-8px, 12px); }
  60%  { transform: translate(5px, -5px); }
  80%  { transform: translate(-5px, 8px); }
  100% { transform: translate(0, 0); }
}
@keyframes b-anim2 {
  0%   { transform: translate(0, 0); }
  20%  { transform: translate(-5px, 8px); }
  40%  { transform: translate(8px, -8px); }
  60%  { transform: translate(5px, 5px); }
  80%  { transform: translate(5px, 8px); }
  100% { transform: translate(0, 0); }
}

.fourth-content-box > .fourth-content1,
.fourth-content-box > .fourth-content1 span {
    background-color: #21B8C5;
}
.fourth-content-box > .fourth-content2,
.fourth-content-box > .fourth-content2 span {
    background-color: #4C8DCB;
}
.fourth-content-box > .fourth-content3,
.fourth-content-box > .fourth-content3 span {
    background-color: #F9BC3D;
}

.icon {
    width: 6vw;
    max-width: 80px;
}
.icon svg {
    fill: #fff;
}

.fourth-content-box .text {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.fourth-content-box .text:first-letter {
    font-size: 48px;
}

/* decoration */
span.c10 {
    width: 10px;
    height: 10px;
}
span.c15 {
    width: 15px;
    height: 15px;
}
span.c25 {
    width: 25px;
    height: 25px;
}
span.c35 {
    width: 35px;
    height: 35px;
}
span.c50 {
    width: 50px;
    height: 50px;
}
span.c65 {
    width: 65px;
    height: 65px;
}
span.c90 {
    width: 90px;
    height: 90px;
}
span.c100 {
    width: 100px;
    height: 100px;
}
span.c110 {
    width: 110px;
    height: 110px;
}
/* .fourth-content1 decoration span */
.fourth-content1 .nuc1 {
    top: -15px;
    left: -15px;
}
.fourth-content1 .nuc2 {
    top: 0;
    left: -5px;
}
.fourth-content1 .nuc3 {
    top: 13px;
    left: 16px;
}
.fourth-content1 .nuc4 {
    right: 40px;
    top: -10px;
}
.fourth-content1 .nuc5 {
    right: 50px;
    top: 0px;
}
.fourth-content1 .nuc6 {
    right: -9%;
    top: 36%;
}
.fourth-content1 .nuc7 {
    left: -5px;
    bottom: 20px;
}
.fourth-content1 .nuc8 {
    right: 50px;
    bottom: 10px;
}
.fourth-content1 .nuc9 {
    right: 30px;
    bottom: -10px;
}
.fourth-content1 .nuc10 {
    right: 10px;
    bottom: -20px;
}
/* .fourth-content2 decoration span */
.fourth-content2 .nuc1 {
    right: 0;
    top: 0;
}
.fourth-content2 .nuc2 {
    right: 20px;
    top: 0;
}
.fourth-content2 .nuc3 {
    top: 10px;
    right: 40px;
}
.fourth-content2 .nuc4 {
    left: -28px;
    top: 29%;
}
.fourth-content2 .nuc5 {
    right: -23px;
    top: 43%;
}
.fourth-content2 .nuc6 {
    bottom: -10px;
    right: 15%;
}
.fourth-content2 .nuc7 {
    right: 12%;
    bottom: 0;
}
.fourth-content2 .nuc8 {
    right: 5%;
    bottom: 0;
}
/* .fourth-content3 decoration span */
.fourth-content3 .nuc2 {
    top: -20px;
    left: 20%;
}
.fourth-content3 .nuc1 {
    top: -20px;
    left: 10%;
}
.fourth-content3 .nuc3 {
    top: -10px;
    left: 42%;
}
.fourth-content3 .nuc4 {
    left: -25px;
    top: 40%;
}
.fourth-content3 .nuc5 {
    right: 15%;
    bottom: 2%;
}
.fourth-content3 .nuc6 {
    bottom: -10px;
    right: 30%;
}
.fourth-content3 .nuc7 {
    right: 0;
    bottom: 0;
}



@media only screen and (max-width: 1100px) {
    .fourth-content-box .text {
        font-size: 20px;
    }
    .fourth-content-box .text:first-letter {
        font-size: 32px;
    }
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (max-width: 900px) {
    svg#sozotankyu4 {
        width: 250px;
    }
    .fourth-content-box > div {
        padding: 20px;
    }
    .icon {
        width: 50px;
    }
    .fourth-content-box .text {
        text-align: left;
    }
    .fourth-content-box .text > br {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    section#fourth {
        padding-left: 0;
        padding-right: 0;
    }
    .fourth-text-wrapper {
        padding-bottom: 30px;
    }
    .fourth-contents-wrapper {
        padding: 30px 0;
    }
    .fourth-content-box > div {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        padding: 20px 20px 10px;
    }
    .icon {
        width: 45px;
    }
    .fourth-content-box .text {
        font-size: 18px;
        line-height: 1.4;
    }
    .fourth-content-box .text:first-letter {
        font-size: 32px;
    }
}
@media only screen and (max-width: 560px) {
    section#fourth {
        height: auto !important;
    }
    svg#sozotankyu3 {
        width: 180px;
    }
    .third-text strong {
        font-size: 24px;
    }
    .third-text strong span {
        font-size: 24px;
    }
    svg#sozotankyu4 {
        width: 180px;
    }
    .fourth-text-wrapper {
        padding-top: 50px;
        position: static;
    }
    .fourth-text-wrapper h2 span {
        font-size: 30px;
    }
    
    .fourth-contents-wrapper {
        padding-top: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .fourth-content-box {
        width: 50%;
        margin-bottom: -30px;
    }
    
    .fourth-contents-wrapper {
        padding-top: 30px;
    }
    .fourth-content-box > div {
        justify-content: center;
        /* align-items: center; */
    }
    .icon {
       width: 44px;
    }
    .fourth-content-box .text {
        font-size: 18px;
    }
    .fourth-content-box .text:first-letter {
        font-size: 26px;
    }
    .fourth-content-box .text > br {
        display: none;
    }

}

@media only screen and (max-width: 450px) {
    .fourth-content-box > div {
        justify-content: flex-start;
    }
}

/*
--- 
---------------------------------------------------------------------------*/
section#fifth {
    height: auto;
    min-height: unset;
    padding-left: 0;
    padding-right: 0;
}
.fifth-parallax-wrapper {
    position: relative;
}
.parallax {
}
.parallax.fifth1 {
}
.parallax.fifth2 {
    top: 140px;
    margin-top: -50px;
}
.parallax.fifth3 {
    top: 140px;
    margin-top: -50px;
}

.parallax-inner {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.parallax h2 {
    text-align: center;
    font-size: 0;
    margin-bottom: 20px;
}
svg#title1 {
    width: 190px;
}

.plx-box {
    width: calc(100% / 3);
    max-width: 1200px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
    gap: 10px;
    padding: 30px 30px 70px;
    border-radius: 50px;
}

.parallax-inner .plx-box.fifth1 {
    background-color: #21B8C5;
}
.parallax-inner .plx-box.fifth2 {
    background-color: #4C8DCB;
}
.parallax-inner .plx-box.fifth3 {
    background-color: #F9BC3D;
}
/* image */
.plx-image {
    width: 90%;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}
.plx-image::before {
    content: '';
    display: block;
    padding-bottom: 100%;
}
.plx-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* text */
.plx-text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    position: relative;
    z-index: 0;
}
.plx-text-inner {
    padding: 0 10px;
    border-radius: 30px;
    background-color: #fff;
}
svg#bg-cloud {
    position: absolute;
    width: 115%;
    left: calc(50% - 20px);
    top: -30px;
    z-index: -1;
    transform: translateX(-50%);
    fill: #fff;
}
.plx-text-inner h3 {
    font-size: 0;
    margin: 15px 0 20px;
}
.plx-text-inner h3 svg {
    max-height: 32px;
    max-width: 100%;
}
#title2 {fill:#21b8c5;}
#title3 {fill:#4c8dcb;}
#title4 {fill:#f9bc3d;}

/* bg */
.bg-cloud {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.bg-cloud > span {
    display: block;
    width: 30%;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
}
.bg-cloud > span::before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

span.cloud1 {
    width: 43%;
    top: -21px;
    left: -19px;
}
span.cloud2 {
    width: 43%;
    top: -5%;
    left: 13%;
}
span.cloud3 {
    width: 68%;
    top: 0;
    left: 20%;
}
span.cloud4 {
    width: 26%;
    left: 57%;
    top: -4%;
}
span.cloud4::before {
    padding-bottom: 70%;
}
span.cloud5 {
    width: 31%;
    right: 0;
    top: 0;
}
span.cloud6 {
    width: 43%;
    left: -2%;
    bottom: -18%;
}
span.cloud7 {
    width: 50%;
    right: -2%;
    bottom: -22%;
}
span.cloud8 {
    width: 13%;
    bottom: -21%;
    left: 3%;
}
span.cloud8::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 60%;
    border-radius: 50%;
    background-color: #fff;
    left: -6px;
    bottom: 0;
}
span.cloud9 {
    width: 4%;
    right: 17%;
    top: -15%;
}
span.cloud9::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    background-color: #fff;
    left: -12px;
    top: -8px;
}
span.cloud10 {
    top: 33%;
    left: -3%;
}
span.cloud11 {
    top: 33%;
    right: 0;
}

@media only screen and (max-width: 1023px) {
    .parallax-inner {
        flex-direction: column;
        align-items: center;
    }
    .plx-box {
        width: 100%;
        max-width: 767px;
        flex-direction: row-reverse;
        align-items: center;
    }
    .plx-box:nth-of-type(even) {
        flex-direction: row;
    }
    .plx-image {
        width: 40%;
    }
    .plx-text {
        width: 60%;
    }
    span.cloud3 {
        width: 52%;
        top: -5%;
        left: 23%;
    }
    span.cloud5 {
        right: -2%;
        top: -5%;
    }
    span.cloud7 {
        width: 37%;
    }
    
}
@media only screen and (max-width: 900px) {
    section#fifth {
        height: auto;
    }
    .parallax.fifth1 {
        top: -60px;
    }
    .parallax.fifth2 {
        top: 0;
    }
    .parallax h2 {
        margin-bottom: 40px;
    }
    .plx-text-inner h3 {
        margin: 10px 0 10px;
    }

}
@media only screen and (max-width: 767px) {
    .plx-text-inner {
        min-height: 180px;
    }
    span.cloud1 {
        top: -11px;
    }
    span.cloud3 {
        width: 60%;
        top: 50%;
        transform: translateY(-50%);
    }
    span.cloud5 {
        top: 0;
    }
    span.cloud6 {
        bottom: -8%;
    }
    span.cloud7 {
        bottom: -10%;
        right: 0;
        width: 50%;
    }
    span.cloud7::before {
        padding-bottom: 90%;
    }
}
@media only screen and (max-width: 560px) {
    .parallax-inner {
        padding: 30px 20px 50px;
    }
    svg#title1 {
        width: 160px;
    }
    .parallax h2 {
        margin-bottom: 20px;
    }
    
    .plx-box,
    .plx-box:nth-of-type(even) {
        flex-direction: column-reverse;
    }
    .plx-box {
        gap: 0;
        padding: 20px 25px 50px;
    }
    .plx-text-inner h3 svg {
        max-height: 26px;
    }
    .plx-text {
        width: 100%;
        max-width: 450px;
    }
    .plx-text-inner {
        min-height: 150px;
    }
    .plx-text-inner p {
        font-size: 14px;
    }
    .plx-image {
        width: 100%;
        max-width: 260px;
    }
    /* --  -- */
    span.cloud1 {
        top: -20%;
        width: 40%;
    }
    span.cloud3 {
        width: 55%;
    }
    span.cloud2 {
        top: -8%;
    }
    span.cloud5 {
        top: -5%;
    }
    span.cloud7 {
        right: -5%;
    }
}


/*
--- sixth
---------------------------------------------------------------------------*/
section#sixth {
    background-color: #fff;
    min-height: unset;
    height: auto;
    padding-left: 0;
    padding-right: 0;
}
section#sixth > h2 {
    font-size: 4rem;
    color: #fff;
    background-color: #4C8DCB;
    text-align: center;
    padding: 10px 20px;
}
.lp-news-wrapper {
    max-width: 1600px;
    margin: auto;
}
.lp-news-wrapper .article_blk {
    display: flex;
    border: solid 2px #4C8DCB;
}
.lp-news-wrapper .article_blk-article {
    width: 25%;
}
.lp-news-wrapper a.article_blk-a {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: inherit;
    padding: 2vw;
    border-right: solid 2px #4C8DCB;
    position: relative;
    z-index: 0;
}
.lp-news-wrapper a.article_blk-a:hover {
    color: #fff;
    background-color: #4C8DCB;
}
.lp-news-wrapper .article_blk-article:last-of-type a.article_blk-a {
    border-right: none;
}
/*.lp-news-wrapper a.article_blk-a::before {
    content: '';
    pointer-events: none;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0 solid #4C8DCB;
    box-sizing: border-box;
    transition: border 0.5s ease-out;
    border-radius: 30px;
}
.lp-news-wrapper a.article_blk-a:hover::before {
    border-width: 10px;
}*/
.lp-news-wrapper .article_blk-thumb {
    position: relative;
    border-radius: 20px;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    transition: border-radius 0.5s ease-out;
}
.lp-news-wrapper a.article_blk-a:hover .article_blk-thumb {
    border-radius: 100px;
}
.lp-news-wrapper .article_blk-thumb::before {
    content: '';
    display: block;
    padding-bottom: 66%;
}
.lp-news-wrapper .article_blk-hover {
    display: none;
}
/* article text */
.lp-news-wrapper .article_blk-date {
    font-size: 14px;
}
.lp-news-wrapper .article_blk-title {
    font-size: 20px;
    margin: 0.8em 0;
}
.lp-news-wrapper .article_blk-btags {
    font-size: 12px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.lp-news-wrapper span.article_blk-tag {
    line-height: 1;
    padding: 3px 8px 6px;
    background-color: #B1B1B1;
    border-radius: 1em;
}
.lp-news-wrapper a.article_blk-a:hover span.article_blk-tag {
    color: #333;
    background-color: #fff;
}

/* link button*/
.btn-wrap {
    padding: 40px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-wrap a.btn {
    display: block;
    padding: 20px;
    width: 335px;
    text-align: center;
    border-radius: 60px;
    border: solid 2px #4C8DCB;
    color: #4C8DCB;
    position: relative;
}
.btn-wrap a.btn::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-width: 8px 0 8px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #4C8DCB;
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (max-width: 900px) {
}
@media only screen and (max-width: 767px) {
    .lp-news-wrapper .article_blk {
        flex-wrap: wrap;
    }
    .lp-news-wrapper .article_blk-article {
        width: 50%;
    }
    .lp-news-wrapper .article_blk-article:nth-of-type(1),
    .lp-news-wrapper .article_blk-article:nth-of-type(2) {
        border-bottom: solid 2px #4C8DCB;
    }
    .lp-news-wrapper .article_blk-article:nth-of-type(even) a.article_blk-a {
        border-right: none;
    }
    .lp-news-wrapper .article_blk-title {
        font-size: 18px;
    }
}
@media only screen and (max-width: 560px) {
}


/*
--- 
---------------------------------------------------------------------------*/
@media only screen and (max-width: 1023px) {
}
@media only screen and (max-width: 900px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 560px) {
}


