
@font-face {
	font-family: 'NotoSansJP';
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/NotoSansJP-Light.woff2") format("woff2"),
		 url("../fonts/notosansjp/NotoSansJP-Light.woff") format("woff");
}
@font-face {
	font-family: 'NotoSansJP';
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"),
		 url("../fonts/notosansjp/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
	font-family: 'NotoSansJP';
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"),
		url("../fonts/notosansjp/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
	font-family: 'NotoSansJP';
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"),
		url("../fonts/notosansjp/NotoSansJP-Bold.woff") format("woff");
}
:root {
	--oc-link-color: #51A18B;
	--oc-primary-color: #333;
	
	--oc-btn-primary-color: #333;
	--oc-btn-alt-color: #333;

	--oc-blog-heading-mt: 1.9rem;
	--oc-blog-heading-mb: 1.625rem;
	--oc-blog-heading-pt: 1.625rem;
	--oc-blog-font-size: calc(1rem + .069vw);
	--oc-blog-heading1-fs: calc(1.6rem + .069vw);
	--oc-blog-heading2-fs: calc(1.5rem + .069vw);
	--oc-blog-heading3-fs: calc(1.35rem + .069vw);
	--oc-blog-line-height: 1.625rem;

	--header-height: 60px;
}

body {
	color: var(--oc-primary-color);
	font-family: "NotoSansJP", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.05rem;
}

.text-primary-color{
	color: var(--oc-primary-color);
}
.clear-fix { clear: both; }

a {
	text-decoration: none;
	color: var(--oc-primary-color);
}
a:hover {
	color: var(--oc-link-color);
	text-decoration: none;
}
img {
	max-width: 100%;
}

.bg-image {
	z-index: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.text-bg-top {
	z-index: 0;
	height: 200px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.text-bg-top .caption {
}
.text-bg-top .caption h1,
.text-bg-top .caption h2 {
	color: black;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.content-none {
    text-align: center;
    font-size: 20px;
    padding: 80px 10px;
}
.content-none .error-number {
    font-size: 70px;
}
.content-none .content-none-btn {
    margin: 20px auto;
    text-align: center;
}

@media screen and (max-width:767px) {
	body {
		line-height: 1.6;
	}
}

/* OC Button Style */
.site-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 375px;
    height: 73px;
    max-width: 90%;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    transition: all 0.5s;
}
.site-btn {
    color: var(--oc-primary-color);
    border-color: var(--oc-primary-color);
}

/* END - OC Button Style */

/* OC Modal Style */
.modal-design {
	height: 80vh;
	overflow: scroll;
	margin: 15% 0 10% 0;
	border-radius: unset;
} 
.modal-dialog{
	max-width: 800px;
	padding: 1rem;
}

@media (min-width: 576px){
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
}

.close-btn {
	position: fixed;
	right: 0x;
	top: 25px;
}
.modal-side-margin {
	margin: 0;
}

.modal-body-design {
	padding: 0;
}

.round_btn {
	display: block;
	width: 45px;
	height: 45px;
	border: 2px solid #AA8400; /* 枠の調整 */
	border-radius: 50%;  /* 丸みの度合い */
	background: #fff; /* ボタンの背景色 */
}

.round_btn::before, .round_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px; /* 棒の幅（太さ） */
	height: 22px; /* 棒の高さ */
	background: #AA8400; /* バツ印の色 */
}

.round_btn::before {
	transform: translate(-50%,-50%) rotate(45deg);
}

.round_btn::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

/* END - OC Modal Style */

*{
	word-break: break-word;
}
a,
a img{
    transition: all .5s;
}
/* a:hover{
	opacity: 0.7;
} */
a[href^="tel:"] {
    pointer-events: none;
}
p{
	margin-bottom: 30px;
}
p:last-child{
	margin-bottom: 0;
}
img{
	max-width: 100%;
}
figure{
	margin-bottom: 0;
}
i{
	font-style: normal;
}
table{
	width: 100%;
}
.home dl,
.home dd,
.content dl,
.content dd,
ul.reset,
ol.reset,
#header ul,
#footer ul,
.home ul,
.home ol{
	margin: 0;
	padding: 0;
}
ul.reset li,
ol.reset li,
#header li,
#footer li,
.home li{
	list-style: none;
}
.mt0{margin-top: 0px!important;}
.mt5{margin-top: 5px!important;}
.mt10{margin-top: 10px!important;}
.mt15{margin-top: 15px!important;}
.mt20{margin-top: 20px!important;}
.mt25{margin-top: 25px!important;}
.mt30{margin-top: 30px!important;}
.mt35{margin-top: 35px!important;}
.mt40{margin-top: 40px!important;}
.mt45{margin-top: 45px!important;}
.mt50{margin-top: 50px!important;}
.mt55{margin-top: 55px!important;}
.mt60{margin-top: 60px!important;}
.mt65{margin-top: 65px!important;}
.mt70{margin-top: 70px!important;}
.mt75{margin-top: 75px!important;}
.mt80{margin-top: 80px!important;}
.mt85{margin-top: 85px!important;}
.mt90{margin-top: 90px!important;}
.mt95{margin-top: 95px!important;}
.mt100{margin-top: 100px!important;}
.mb0{margin-bottom: 0px!important;}
.mb5{margin-bottom: 5px!important;}
.mb10{margin-bottom: 10px!important;}
.mb15{margin-bottom: 15px!important;}
.mb20{margin-bottom: 20px!important;}
.mb25{margin-bottom: 25px!important;}
.mb30{margin-bottom: 30px!important;}
.mb35{margin-bottom: 35px!important;}
.mb40{margin-bottom: 40px!important;}
.mb45{margin-bottom: 45px!important;}
.mb50{margin-bottom: 50px!important;}
.mb55{margin-bottom: 55px!important;}
.mb60{margin-bottom: 60px!important;}
.mb65{margin-bottom: 65px!important;}
.mb70{margin-bottom: 70px!important;}
.mb75{margin-bottom: 75px!important;}
.mb80{margin-bottom: 80px!important;}
.mb85{margin-bottom: 85px!important;}
.mb90{margin-bottom: 90px!important;}
.mb95{margin-bottom: 95px!important;}
.mb100{margin-bottom: 100px!important;}
.mlr10{margin-left: 10px!important;margin-right: 10px!important;}
.mlr20{margin-left: 20px!important;margin-right: 20px!important;}
.mlr30{margin-left: 30px!important;margin-right: 30px!important;}
.mlr40{margin-left: 40px!important;margin-right: 40px!important;}
.mlr50{margin-left: 50px!important;margin-right: 50px!important;}
.mlr60{margin-left: 60px!important;margin-right: 60px!important;}
.mlr70{margin-left: 70px!important;margin-right: 70px!important;}
.mlr80{margin-left: 80px!important;margin-right: 80px!important;}
.mlr90{margin-left: 90px!important;margin-right: 90px!important;}
.mlr100{margin-left: 100px!important;margin-right: 100px!important;}
.tb,
.sp{
	display: none;
}
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.anchor-parent{
	position: relative;
}
.anchor{
	position: absolute;
	top: calc(-1 * var(--header-height));
}
.f0{
	font-family: "NotoSansJP", sans-serif!important;
}
.f1{
	font-family: "nitalago-ruika", sans-serif;
	font-weight: 100;
	font-style: normal;
}
.f2{
	font-family: "kokuryu", sans-serif;
	font-weight: 400;
	font-style: normal;
}
img.full{
	width: 100%;
}
.btn-s1{
	display: inline-block;
	width: 250px;
	height: 50px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 50px;
	letter-spacing: 0.1em;
	text-align: center;
	background: #51A18B;
	border-radius: 10px;
}
.btn-s2:hover,
.btn-s1:hover{
	color: #fff;
	background: #6CBFA8;
}
.btn-s1.t1{
	background: #4C759A;
}
.btn-s1.t1:hover{
	background: #6D99C1;
}
.btn-s1.large{
	width: 340px;
	height: 80px;
	line-height: 80px;
}

@media screen and (max-width:820px) {
	.tb{
		display: block;
	}
}

@media screen and (max-width:767px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
    a[href^="tel:"] {
        pointer-events: auto;
    }
	.btn-s1{
		border-radius: 5px;
	}
}

/*base*/
#container{
	padding-top: var(--header-height);
	overflow: hidden;
}
.container.front{
	margin: 0;
	padding: 0;
	max-width: 100%;
}
.wrap{
	margin: 0 auto;
	max-width: 1050px;
	padding: 0 25px;
}

/*ヘッダー*/
#header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
	z-index: 10;
}
#header #hinr{
	align-items: center;
	position: relative;
	margin: 0 auto;
	padding-left: 10px;
	width: 100%;
	line-height: 1.2;
	height: var(--header-height);
}
#header .left{
	width: 79px;
}
#header .right{
	display: flex;
	justify-content: right;
	align-items: center;
	gap: 20px;
	width: calc(100% - 100px);
}
#header .menu ul{
	display: flex;
	gap: 20px;
}
#header .menu li{
	position: relative;
}
#header .menu li:hover:before,
#header .menu li.current:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height: 2px;
	background: #51A18B;
}
#header .menu a{
	color: #333;
}
#header .contact a{
	display: flex;
	align-items: center;
	padding-left: 40px;
	width: 160px;
	height: var(--header-height);
	color: #fff;
	font-size: 14px;
	background: #333333 url(../img/icon-mail.svg) no-repeat 15px center;
}
#header .contact a:hover{
	background-color: #51A28B;
}
.sp-menu{
	position: fixed;
	right: -100%;
	bottom: 0;
	width: auto;
	padding: 0 25px;
	padding-bottom: 50px;
	width: 375px;
	height: calc(100% - var(--header-height));
	color: #fff;
	background: #51A28B;
    transition: all .8s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: auto;
	z-index: 10;
}
.sp-menu.on{
	right: 0;
}
.sp-menu a{
	color: #fff;
}
.sp-menu .upper>ul>li{
	padding: 25px 0;
	font-size: 15px;
	line-height: 1.2;
	border-bottom: #b3c5c0 1px solid;
}
.sp-menu .upper>ul>li:last-child{
	border: none;
}
.sp-menu .upper>ul>li>a{
	display: block;
	padding-left: 15px;
	padding-right: 0;
	background: url(../img/icon-arrow04.svg) no-repeat 0 center;
}
.sp-menu .bottom a{
	display: block;
	padding-left: 60px;
	height: 80px;
	color: #303#fff;
	font-size: 18px;
	line-height: 80px;
	letter-spacing: 0.1em;
	background: #333 url(../img/icon-mail.svg) no-repeat 18px center;
	background-size: 25px auto;
	border-radius: 3px;
}
.sp-right{
	display: none;
	height: 100%;
}
.right-inr{
	display: flex;
	align-items: center;
	height: 100%;
}
.sp-contact a{
	display: block;
	width: 60px;
	height: 100%;
	text-align: center;
	line-height: 60px;
}
.menu-trigger{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 60px;
	height: 100%;
}
.menu-trigger:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 2px;
	height: 20px;
	background: #B3C5C0;
    transform: translateY(-50%) translateX(-50%);
}
.menu-trigger .inr{
	position: relative;
	width: 18px;
	height: 12px;
	cursor: pointer;
    transition: all .3s;
}
.menu-trigger span {
	position: absolute;
	right: 0;
	width: 100%;
	height: 2px;
	background: #B3C5C0;
	transition: all .4s;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 50%;
	transform: translateY(-50%);
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(5px) rotate(-28deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-5px) rotate(28deg);
}

@media screen and (max-width:1000px) {
	#header .right{
		display: none;
	}
	.sp-right{
		display: block;
	}
}

@media screen and (max-width:767px) {
	.sp-menu{
		width: 100%;
	}
}

/*メインカラム*/
.top-mv{
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}
.top-mv .slider{
	width: 100%;
}
.top-mv .box{
	position: relative;
	width: 100%;
	max-height: 1000px;
}
.top-mv .box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-mv .text{
	position: absolute;
	top: 10%;
	left: 0;
	width: 100%;
	color: #fff;
}
.top-mv .text .wrap{
	max-width: 1290px;
}
.top-mv .header-text{
	display: inline-block;
	margin-bottom: 15px;
	padding: 15px 20px;
	font-size: 13px;
	line-height: 1.2;
	background: rgba(81,162,139, 0.5);
	border-radius: 15px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.top-mv h1{
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 25px;
	font-weight: normal;
	border-bottom: #fff 2px solid;
}
.top-mv h2{
	margin-bottom: 25px;
	font-size: 110px;
	line-height: 1.2;
	font-weight: 100;
	text-shadow: 2px 2px 20px rgba(44,71,46,0.3);
}

.top-mv .bottom{
	display: inline-block;
	padding: 25px;
	font-size: 25px;
	line-height: 1.5;
	background: rgba(81,161,139, 0.3);
	border-radius: 15px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.top-mv .b2 .bottom{
	background: rgba(76,117,154, 0.4);
}
.top-mv .slick-dotted.slick-slider{
	margin-bottom: 0;
}
.top-mv .slick-dots {
	left: 50%;
    bottom: -30px;
    width: 100%;
	max-width: 1000px;
    text-align: left;
    transform: translateX(-50%);
}
.top-mv .slick-dots li,
.top-mv .slick-dots li button,
.top-mv .slick-dots li button:before{
	padding: 0;
	width: 40px;
	height: 3px;
}
.top-mv .slick-dots li{
	margin: 0 10px;
}
.top-mv .slick-dots li button:before{
	content: '';
	background: #F0F9F6;
	border-radius: 4px;
	opacity: 1;
}
.top-mv .slick-dots li.slick-active button:before{
	background: #51A18B;
}
.top-mv .scroll{
	position: absolute;
	left: 40px;
	bottom: 30px;
	width: 11px;
	height: 224px;
	background: url(../img/mv-scroll.svg) no-repeat 0 0;
	background-size: 100% auto;
	z-index: 1;
}
.top-content h3,
.top-content h2{
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: 500;
}
.top-content h2{
	font-size: 40px;
}
.top-content.c01 {
	margin-bottom: 110px;
}
.top-content.c01 h2{
	margin-bottom: 25px;
}
.top-content.c01 ul{
	margin-bottom: 80px;
}
.top-content.c01 li{
	margin-bottom: 20px;
}
.top-content.c01 li a{
	display: flex;
}
.top-content.c01 .date{
	width: 140px;
}
.top-content.c01 .category{
	width: 125px;
}
.top-content.c01 .category i{
	display: inline-block;
	padding: 1px 8px;
	min-width: 110px;
	color: #6294C2;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;;
	background: #DEEFFF;
	border: #73a9db 1px solid;
	border-radius: 15px;
}
.top-content.c01 .category.c12 i{
	color: #51A18B;
	background: #F0F9F6;
	border: #73dbd2 1px solid;
}
.top-content.c01 .p-title{
	width: calc(100% - 265px);
}
.top-content.c01 .more{
	text-align: center;
}
.top-content.c02 {
	position: relative;
}
.slider.s1.image{
	width: 580px;
}
.top-content.c02 .text{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
	padding-right: 35px;
	width: 665px;
	letter-spacing: 0.1em;
	background: #fff;
	border-radius: 0 30px 0 0;
	z-index: 1;
}
.top-content.c02 .upper{
	align-items: center;
	margin-bottom: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}
.top-content.c02 .upper p{
	margin: 0;
	padding: 10px 15px;
	width: 190px;
	height: 70px;
	font-weight: 500;
	background: #51A28B;
	border-radius: 10px;
}
.top-content.c02 h2{
	margin: 0;
	width: calc(100% - 210px);
	color: #333;
	font-weight: bold;
}
.slider.s1 .slick-list{
	overflow: visible;
}
.top-content.c03 {
	padding: 85px 0;
	letter-spacing: 0.1em;
	background: #F8F6F2;
}
.top-content.c03 h3{
	margin-bottom: 40px;
	font-size: 40px;
	font-weight: 500;
}
.top-content.c03 h3 span.s1{
	font-size: 30px;
}
.top-content.c03 p{
	margin-bottom: 50px;
}
.top-content.c03 .inr{
	text-align: center;
}
.top-content.c04 {
	margin-bottom: 170px;
}
.top-content.c04 .header-text{
	position: relative;
	margin-bottom: 100px;
	height: 400px;
	background: url(../img/top-c04-bg.webp) no-repeat center;
	background-size: cover;
}
.top-content.c04 .hinr{
	display: flex;
	justify-content: right;
	align-items: center;
	gap: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 25px 40px 25px 30px;
	width: 61%;
	min-width: 876px;
	background: #50A28B;
	border-radius: 0 30px 0 0;
}
.top-content.c04 .hinr p{
	margin: 0;
	padding: 10px;
	width: 162px;
	height: 70px;
	color: #51A18B;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
	background: #fff;
	border-radius: 10px;
}
.top-content.c04 h2{
	color: #fff;
	font-weight: 500;
}
.top-content.c04 .box{
	margin-bottom: 55px;
	padding-bottom: 45px;
	border-bottom: #b3c5c0 1px dashed;
}
.top-content.c04 h3{
	padding-top: 7px;
	width: 24%;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.1;
}
.top-content.c04 .binr{
	position: relative;
	padding-left: 30px;
	width: 76%;
}
.top-content.c04 .binr:before{
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 1px;
	height: calc(100% - 7px);
	background: #b3c5c0;
}
.top-content.c04 .binr>p{
	text-indent: 10px;
}
.top-content.c04 .b2 .bottom{
	gap: 15px 0;
    counter-reset: order;
}
.top-content.c04 .b2 dl{
	position: relative;
	padding: 10px;
	padding-top: 30px;
	width: 48.5%;
	letter-spacing: 0.1em;
	background: #EFF4F3;
	border: #b3c5c0 1px solid;
	border-radius: 10px;
	overflow: hidden;
}
.top-content.c04 .b2 dl:before{
    counter-increment: order;
	content: 'PURPOSE ' counter(order);
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 10px;
	width: 120px;
	height: 25px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	background: #51A28B;
	border-radius: 0 0 15px 0;
}
.top-content.c04 .b2 dt{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
}
.top-content.c04 .b2 dl.s1 dd{
	letter-spacing: 0;
}
.top-content.c04 .b3 dl.s1{
	margin-bottom: 40px;
	letter-spacing: 0.1em;
}
.top-content.c04 .b3 dl.s1:last-child{
	margin-bottom: 0;
}
.top-content.c04 .b3 dl.s1>dt{
	display: inline-block;
	margin-bottom: 15px;
	padding: 0 10px;
	min-width: 180px;
	height: 35px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 33px;
	background: #51A28B;
	border-radius: 0 20px 20px 0;
}
.top-content.c04 .b3 .inr-box:not(:last-child){
	margin-bottom: 20px;
}
.top-content.c04 .b3 dl.s1 strong{
	display: block;
	margin-bottom: 10px;
	color: #4F9884;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.6;
}
.top-content.c04 .b3 dl.s1 strong.underline {
	text-decoration: underline;
}
.top-content.c04 .b3 dl.s2{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2px;
}
.top-content.c04 .b3 dl.s2 dt{
	width: 50px;
	font-weight: bold;
}
.top-content.c04 .b3 dl.s2 dd{
	width: calc(100% - 50px);
}
.top-content.c04 .b3 .more {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 15px;
}
.top-content.c04 .b3 .more a{
	display: block;
	position: relative;
	padding-left: 14px;
	width: 127px;
	height: 31px;
	color: #333;
	font-size: 15px;
	line-height: 28px;
	border: #b3c5c0 1px solid;
	border-radius: 20px;
}
.top-content.c04 .b3 .more a:after,
.top-content.c04 .b3 .more a:before{
	content: '';
	position: absolute;
	top: 0;
	right: 13px;
	width: 12px;
	height: 100%;
	background: url(../img/icon-arrow.svg) no-repeat right center;
}
.top-content.c04 .b3 .more a:after{
	opacity: 0;
	background: url(../img/icon-arrow06.svg) no-repeat right center;
}
.top-content.c04 .b3 .more a.s1{
	width: 183px;
}
.top-content.c04 .b3 .more a.s1:before{
	background: url(../img/icon-link.svg) no-repeat right center;
}
.top-content.c04 .b3 .more a.s1:after{
	background: url(../img/icon-link02.svg) no-repeat right center;
}
@media (hover: hover) {
	.top-content.c04 .b3 .more a:hover{
		color: #fff;
		background: #51A28B;
	}
}
.top-content.c04 .b3 .more a:active{
	color: #fff;
	background: #51A28B;
}
.top-content.c04 .b3 .more a:hover:after{
	opacity: 1;
}
.top-content.c05 {
	margin-bottom: 170px;
}
.top-content.c05 .slider-sub {
	margin-bottom: 45px;
}
.top-content.c05 h2{
	margin: 0;
	line-height: 1.1;
}
.top-content.c05 .slider-sub .right{
	display: flex;
	justify-content: right;
	align-items: center;
	gap: 30px;
	width: 200px;
}
.top-content.c05 .slider-sub .index{
	color: #51A18B;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.04em;
}
.top-content.c05 .slider-sub .index .current{
	margin-right: 5px;
}
.top-content.c05 .slider-sub .index .total{
	margin-left: 5px;
}
.top-content.c05 .slider-sub .arrow{
	display: flex;
	align-items: center;
	gap: 20px;
}
.top-content.c05 .slider-sub .arrow .prev,
.top-content.c05 .slider-sub .arrow .next{
	display: inline-block;
	width: 38px;
	height: 38px;
	cursor: pointer;
	background: #51A28B url(../img/icon-arrow02.svg) no-repeat center;;
	border-radius: 100%;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	transition: all .5s;
}
.top-content.c05 .slider-sub .arrow .next{
	background: #51A28B url(../img/icon-arrow03.svg) no-repeat center;;
}
.top-content.c05 .slider-sub .arrow i:hover{
	background-color: #6CBFA8;
}
.top-content.c05 .slider{
	position: relative;
	width: 990px;
}
.top-content.c05 .slider:before {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	width: 5000px;
	height: 100%;
	background: #fff;
	z-index: 10;
}
.top-content.c05 .slick-list{
	overflow: visible;
}
.top-content.c05 .box {
	padding-right: 90px;
}
.top-content.c05 .box .upper{
	margin-bottom: 10px;
	padding-bottom: 25px;
    background-size: 6px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-image: linear-gradient(to right, #B3C5C0 1px, transparent 3px);
}
.top-content.c05 .box .image{
	width: 22%;
}
.top-content.c05 .box .text{
	width: 74.5%;
}
.top-content.c05 .box .s1 .text{
	width: 100%;
}
.top-content.c05 .box .text p{
	margin: 0;
	text-indent: 10px;
}
.top-content.c05 .box dl{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 25px;
	position: relative;
	padding-top: 23px;
}
.top-content.c05 .box dd{
	font-size: 14px;
	line-height: 1.2;
}
.top-content.c05 .box .position{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 5px;
	height: 19px;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 18px;
	background: #A2B4AF;
	border-radius: 3px;
}
.top-content.c05 .box .name{
	display: block;
	font-size: 37px;
	line-height: 1;
}
.top-content.c05 .box dd dl{
	gap: 15px;
	padding: 0;
}
.top-content.c06 {
	margin-bottom: 170px;
	padding-top: 220px;
	background: url(../img/top-c06-bg.webp) no-repeat center 0;
	background-size: 100% auto;
}
.top-content.c06 .inr{
	padding: 65px 90px 20px 90px;
	background: #fff;
	border: #b3c5c0 1px solid;
	border-radius: 30px;
}
.top-content.c06 h3{
	position: relative;
	margin-bottom: 35px;
	padding-left: 20px;
	font-size: 23px;
	font-weight: 500;
}
.top-content.c06 h3:before{
	content: '';
	position: absolute;
	top: 11px;
	left: 0;
	width: 14px;
	height: 14px;
	background: #51A28B;
	border-radius: 100%;
}
.top-content.c06 .box{
	padding: 30px 0;
	border-top: #b3c5c0 1px solid;
}
.top-content.c06 .box.s1{
	padding: 20px 0;
}
.top-content.c06 h4{
	width: 30%;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.top-content.c06 h4+div{
	padding-left: 1%;
	width: 70%;
	line-height: 1.6;
	letter-spacing: 0.0.3em;
}
.top-content.c06 .box.s1 h4{
	padding-top: 15px;
}
.top-content.c06 .box.s1 h4+div{
	font-size: 14px;
}
.top-content.c06 .box.s1 h4+div span{
	display: block;
	margin-bottom: 5px;
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
}
.top-content.c06 .image{
	position: relative;
	margin-top: 10px;
	max-width: 464px;
	border-radius: 10px;
	overflow: hidden;
}
.top-content.c06 .logo{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 137px;
	border: #b3c5c0 1px solid;
	border-radius: 3px;
	overflow: hidden;
}
.top-content.c06 ol{
	padding-left: 15px;
}
.top-content.c06 li{
	margin-bottom: 8px;
	list-style: decimal;
	list-style-position: inside;
}
.top-content.c06 p{
	margin-bottom: 15px;
	text-indent: 10px;
}
.top-content.c07 {
	margin-bottom: 120px;
	padding-top: 65px;
	padding-bottom: 125px;
	background: #F8F6F2;
}
.top-content.c07 h2{
	margin-bottom: 60px;
	line-height: 1.1;
	text-align: center;
}
.top-content.c07 .inr{
	margin: 0 -25px;
}
.top-content.c08 {
	margin-bottom: 155px;
}
.top-content.c08 .wrap{
	max-width: 1250px;
}
.top-content.c08 h3{
	position: relative;
	margin-left: -20px;
	padding-left: 20px;
	font-size: 23px;
	line-height: 1.5;
}
.top-content.c08 h3:before{
	content: '';
	position: absolute;
	top: 11px;
	left: 0;
	width: 14px;
	height: 14px;
	background: #51A28B;
	border-radius: 100%;
}
.top-content.c08 .inr{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 -1px;
}
.top-content.c08 span{
	width: 290px;
}
.top-content.c09 {
	margin-bottom: 40px;
	letter-spacing: 0.1em;
}
.top-content.c09 .inr{
	position: relative;
	text-align: center;
	background: #fff;
	border-radius: 30px;
	transform: translateY(-115px)
}
.top-content.c09 .upper{
	padding-top: 40px;
}
.top-content.c09 .upper dt{
	margin-bottom: 25px;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.3;
}
.top-content.c09 .upper .u{
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 25px;
}
.top-content.c09 .upper span{
	padding: 0 28px;
	height: 38px;
	color: #fff;
	font-size: 25px;
	line-height: 36px;
	letter-spacing: 0;
	text-align: center;
	background: #50A28B;
	border-radius: 20px;
}
.top-content.c09 .bottom{
	gap: 40px 0;
	position: relative;
	padding: 55px 0;
	background: url(../img/top-c09-bg.jpg) no-repeat center;
}
.top-content.c09 .bottom:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 230px;
	height: 122px;
	background: url(../img/top-c09-06.svg) no-repeat center;
    transform: translateY(-50%) translateX(-50%);
	z-index: 1;
}
.top-content.c09 .box{
	padding: 15px;
	width: 48%;
	background: #fff;
	border-radius: 20px;
	box-shadow: 3px 3px 20px 0px rgba(0,0,0,0.1);
}
.top-content.c09 .box dt{
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: #b3c5c0 1px dashed;
}
.top-content.c10 {
	margin-bottom: 110px;
}
.top-content.c10 h2{
	margin-bottom: 50px;
	line-height: 1.5;
}
.top-content.c10 h2 span{
	font-size: 30px;
}
.top-content.c10 .inr{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2%;
	margin-bottom: 40px;
}
.top-content.c10 .box{
	position: relative;
	width: 32%;
	border-radius: 10px;
	overflow: hidden;
}
.top-content.c10 .p-title{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 5px 10px;
	width: 100%;
	min-height: 60px;
	color: #fff;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0;
	background: rgba(51,51,51, 0.8);
}
.top-content.c10 .more{
	text-align: center;
}
.top-content.c11 {
	margin-bottom: 150px;
}
.top-content.c11 h2{
	margin-bottom: 40px;
}
.top-content.c11 .inr{
	margin: 0 -10px;
	margin-bottom: 20px;
}
.top-content.c11 .box{
	margin: 0 10px;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0;
}
.top-content.c11 .box a{
	color: #333333;
}
.top-content.c11 .box .image{
	display: block;
	position: relative;
	margin-bottom: 10px;
}
.top-content.c11 .box .image:before{
	content: '';
	display: block;
	padding-top: 62.5%;
}
.top-content.c11 .box img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.top-content.c11 .date{
	display: block;
	margin-bottom: 10px;
	color: #4C759A;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.top-content.c11 .more{
	text-align: center;
}
.top-content.c11 .slick-list{
	padding-bottom: 35px;
}
.top-content.c11 .slick-dots{
	bottom: 0;
}
.top-content.c11 .slick-dots li,
.top-content.c11 .slick-dots button,
.top-content.c11 .slick-dots button:before{
	content: '';
	padding: 0;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	opacity: 1;
}
.top-content.c11 .slick-dots button:before{
	background: #EFF4F3;
}
.top-content.c11 .slick-dots .slick-active button:before{
	background: #51A28B;
}
.top-content.c11 .slick-arrow {
    top: 72px;
    width: 57px;
    height: 57px;
	background: #51A28B url(../img/icon-arrow02.svg) no-repeat center;
	background-size: 10px auto;
	border-radius: 100%;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	z-index: 1;
	transform: translateY(0);
	transition: all .5s;
}
.top-content.c11 .slick-next {
	background: #51A28B url(../img/icon-arrow03.svg) no-repeat center;
	background-size: 10px auto;
}
.top-content.c11 .slick-arrow:hover{
	background-color: #6CBFA8;
}
.top-content.c11 .slick-arrow:before {
	display: none;
}
.top-content.c12 {
	margin-bottom: 110px;
	padding-top: 100px;
	padding-bottom: 60px;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	background: #F8F6F2;
}
.top-content.c12 h2{
	margin-bottom: 40px;
}
.top-content.c12 .inr{
	
}
.top-content.c12 .upper{
	margin-bottom: 35px;
}
.top-content.c12 .upper p{
	text-indent: 10px;
}
.top-content.c12 .box{
	padding: 20px;
	width: 48%;
	text-align: center;
	background: #fff;
	border: #b3c5c0 1px solid;
	border-radius: 20px;
}
.top-content.c12 .box p{
	margin-bottom: 10px;
}
.top-content.c12 .box b{
	display: block;
	font-size: 18px;
}
.top-content.c12 .more{
	text-align: center;
}
.top-content.c12 .more a{
	width: 100%;
	max-width: 344px;
}
.top-content.c13 {
	margin-bottom: 150px;
}
.top-content.c13 h2{
	margin-bottom: 60px;
	text-align: center;
}
.top-content.c13 .inr{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2%;
}
.top-content.c13 .box{
	padding: 20px;
	width: 32%;
	font-size: 16px;
	line-height: 1.6;
	background: #EFF4F3;
	border-radius: 15px;
}
.top-content.c13 .upper{
	margin-bottom: 10px;
}
.top-content.c13 .upper p{
	margin: 0;
	text-indent: 10px;
}
.top-content.c13 .bottom{
	padding-left: 38px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	background: url(../img/icon-customer.svg) no-repeat 0 center;
}
.top-content.c13 .affiliation{
	display: block;
}
.top-content.c14 {
	padding: 75px 0;
	background: url(../img/top-c14-bg.jpg) no-repeat center;
	background-size: cover;
}
.top-content.c14 .inr{
	margin: 0 auto;
	padding: 30px 70px;
	max-width: 770px;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	background: rgba(255,255,255, 0.4);
	border: #fff 4px solid;
	border-radius: 30px;
}
.top-content.c14 h2{
	margin-bottom: 30px;
	text-align: center;
}
.top-content.c14 p{
	text-indent: 10px;
}
.top-content.c14 .more{
	text-align: center;
}
.static-content {
	margin-top: 80px;
	margin-bottom: 80px;
}
.top-content.wpmc-link {
    margin-top: 40px;
    margin-bottom: 50px;
}
.top-logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 30px;
}
.top-logo img {
	width: 200px;
}
.top-logo p {
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
}
a.top-link {
	display: inline-block;
}


@media screen and (max-width:1440px) {
	.top-mv .box img{
		height: auto;
		object-fit: none;
	}
	.top-mv .text{
		top: 50px;
	}
	.top-mv .text .wrap {
		padding: 0 100px;
	}
	.top-mv .box>div{
		height: 600px;
	}
	.top-mv .box img{
		height: 100%;
		object-fit: cover;
	}
	.top-mv h2{
		font-size: 70px;
	}
	.top-mv .b2 h2 .s1{
		display: block;
		font-size: 50px;
	}
	.top-mv .b2 h2 .s2{
		font-size: 70px;
	}
	.top-mv .bottom{
		font-size: 20px;
	}
}

@media screen and (max-width:1000px) {
	.top-content.c04 .hinr{
		width: auto;
		min-width: auto;
	}
	.top-content.c04 h2{
		font-size: 30px;
	}
	.top-content.c05 .slider{
		width: 100%;
	}
	.top-content.c05 .box {
		padding-right: 50px;
	}
	
}

@media screen and (max-width:820px) {
	.top-mv .text{
		top: 35px;
	}
	.top-content.c04 .box {
		padding-bottom: 10px;
	}
	.top-content.c04 h3{
		margin-bottom: 15px;
		width: 100%;
	}
	.top-content.c04 .binr{
		padding-top: 10px;
		padding-left: 0;
		width: 100%;
		border-top: #b3c5c0 1px solid;
	}
	.top-content.c04 .binr:before{
		display: none;
	}
	.top-content.c06 .box.s1 h4+div span {
		font-size: 20px;
	}
}

@media screen and (max-width:767px) {
	.top-mv{
		margin-bottom: 35px;
		padding-bottom: 20px;
	}
	.top-mv .box .pc{
		display: block;
		height: 450px;
	}
	.top-mv .box .sp{
		display: none;
	}
	.top-mv .box img{
		height: 100%;
		object-fit: cover;
	}
	.top-mv .text .wrap{
		padding: 0;
	}
	.top-mv .box .text{
		top: 0;
		height: 100%;
	}
	.top-mv .header-text{
		margin-bottom: 20px;
		padding: 13px 15px;
		width: 100%;
		font-size: 11px;
		border-radius: 0;
	}
	.top-mv h1{
		font-size: 20px;
	}
	.top-mv h1 span{
		font-size: 15px;
	}
	.top-mv h2{
		margin-right: -20px;
		padding-left: 30px;
		font-size: 47px;
		letter-spacing: 0;
	}
	.top-mv .b2 h2 .s1{
		margin-bottom: 5px;
		font-size: 40px;
	}
	.top-mv .b2 h2 .s2{
		font-size: 60px;
	}
	.top-mv .bottom{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 13px 15px;
		font-size: 16px;
		border-radius: 0;
	}
	.top-mv .scroll{
		left: 15px;
		bottom: 135px;
		width: 9px;
		height: 69px;
		background: url(../img/mv-scroll-sp.svg) no-repeat 0 0;
		background-size: 100% auto;
	}
	.top-mv .slick-dots {
		bottom: -20px;
		text-align: center;
	}
	.top-mv .slick-dots li,
	.top-mv .slick-dots li button,
	.top-mv .slick-dots li button:before{
		width: 18px;
	}
	.top-mv .slick-dots li{
		margin: 0 5px;
	}
	.top-content h2{
		font-size: 25px;
	}
	.top-content.c01 {
		margin-bottom: 85px;
	}
	.top-content.c01 h2{
		margin-bottom: 45px;
	}
	.top-content.c01 ul{
		margin-bottom: 30px;
	}
	.top-content.c01 li{
		margin-bottom: 20px;
		padding-bottom: 15px;
		border-bottom: #b3c5c0 1px dashed;
	}
	.top-content.c01 li:last-child{
		border: none;
	}
	.top-content.c01 li a{
		flex-wrap: wrap;
		align-items: center;
		gap: 10px 0;
	}
	.top-content.c01 .date{
		width: 130px;
		font-size: 13px;
	}
	.top-content.c01 .category{
		width: auto;
	}
	.top-content.c01 .category i{
		border-radius: 3px;
	}
	.top-content.c01 .p-title{
		width: 100%;
		line-height: 1.5;
	}
	.slider.s1.image{
		width: 40%;
	}
	.top-content.c02 .text{
		position: static;
		padding: 20px 15px;
		padding-bottom: 30px;
		width: 100%;
		line-height: 1.5;
		text-align: center;
		border-radius: 0;
	}
	.top-content.c02 .upper{
		display: block;
		margin-bottom: 10px;
	}
	.top-content.c02 .upper p{
		margin-bottom: 10px;
		padding: 0 15px;
		width: 100%;
		height: 30px;
		font-size: 17px;
		line-height: 30px;
		border-radius: 3px;
	}
	.top-content.c02 h2{
		margin: 0;
		width: 100%;
	}
	.top-content.c03 {
		padding: 25px 0;
		line-height: 1.5;
	}
	.top-content.c03 h3{
		margin-right: -15px;
		margin-bottom: 15px;
		font-size: 25px;
		font-weight: 500;
		letter-spacing: 0.05em;
	}
	.top-content.c03 h3 span{
		font-size: 20px!important;
	}
	.top-content.c03 p{
		margin-bottom: 25px;
	}
	.top-content.c03 .inr{
		margin: 0 -10px;
	}
	.top-content.c04 {
		margin-bottom: 45px;
	} 
	.top-content.c04 .header-text{
		position: relative;
		margin-bottom: 30px;
		padding-top: 64vw;
		height: auto;
		background: url(../img/top-c04-bg-sp.webp) no-repeat center 0;
		background-size: 100% auto;
	}
	.top-content.c04 .hinr{
		display: block;
		position: static;
		padding: 15px;
		padding-bottom: 10px;
		width: 100%;
		text-align: center;
		border-radius: 0;
	}
	.top-content.c04 .hinr p{
		margin-bottom: 10px;
		padding: 0 10px;
		width: 100%;
		height: 30px;
		font-size: 17px;
		line-height: 30px;
		border-radius: 3px;
	}
	.top-content.c04 h2{
		margin: 0 -15px;
		font-size: 25px;
		letter-spacing: 0;
	}
	.top-content.c04 .box{
		margin-bottom: 35px;
	}
	.top-content.c04 .box:last-child{
		border-bottom: none;
	}
	.top-content.c04 h3{
		padding-top: 0;
		font-size: 20px;
	}
	.top-content.c04 .binr{
		letter-spacing: 0.03em;
	}
	.top-content.c04 .b2 .bottom{
		gap: 10px 0;
	}
	.top-content.c04 .b2 dl{
		padding-bottom: 5px;
		width: 100%;
		border-radius: 3px;
	}
	.top-content.c04 .b2 dt{
		line-height: 1.4;
	}
	.top-content.c04 .b3 dl.s1>dt{
		display: block;
		margin-bottom: 10px;
		height: 40px;
		line-height: 38px;
		text-align: center;
		border-radius: 20px;
	}
	.top-content.c04 .b3 .inr-box:not(:last-child){
		margin-bottom: 30px;
	}
	.top-content.c04 .b3 dl.s1 strong{
		text-align: center;
	}
	.top-content.c04 .b3 dl.s1 strong>span{
		font-size: 15px;
	}
	.top-content.c04 .b3 dl.s2{
		margin-bottom: 10px;
		line-height: 1.6;
		letter-spacing: 0.05em;
	}
	.top-content.c04 .b3 .more a.s1,
	.top-content.c04 .b3 .more a{
		width: 100%;
		height: 40px;
		line-height: 38px;
	}
	.top-content.c05 {
		margin-bottom: 20px;
	}
	.top-content.c05 .slider-sub {
		display: block;
		margin-bottom: 25px;
		text-align: center;
	}
	.top-content.c05 h2{
		margin-bottom: 30px;
	}
	.top-content.c05 .slider-sub{
		position: relative;
	}
	.top-content.c05 .slider-sub .right{
		display: block;
		width: 100%;
	}
	.top-content.c05 .slider-sub .arrow .prev,
	.top-content.c05 .slider-sub .arrow .next{
		position: absolute;
		top: 165px;
		right: 0;
		z-index: 5;
	}
	.top-content.c05 .slider-sub .arrow .prev{
		right: auto;
		left: 0;
	}
	.top-content.c05 .slider{
		width: 100%;
	}
	.top-content.c05 .slick-list{
		overflow: hidden;
	}
	.top-content.c05 .box {
		padding-right: 0;
	}
	.top-content.c05 .box .upper{
		display: block;
		margin-bottom: 20px;
		padding-bottom: 0;
		background: none;
	}
	.top-content.c05 .box .image{
		margin: 0 auto;
		width: 34%;
		border-radius: 3px;
		overflow: hidden;
	}
	.top-content.c05 .box .text{
		width: 100%;
	}
	.top-content.c05 .box dl{
		display: block;
	}
	.top-content.c05 .box dt{
		text-align: center;
	}
	.top-content.c05 .box .position{
		left: 50%;
		transform: translateX(-50%);
	}
	.top-content.c05 .box .name{
		display: inline-block;
	}
	.top-content.c05 .box .bottom>dl{
		margin-bottom: 10px;
	}
	.top-content.c05 .box .bottom>dl>dt{
		margin-bottom: 20px;
	}
	.top-content.c05 .box .bottom>dl>dd{
		padding-top: 20px;
		padding-bottom: 10px;
	    background-size: 6px 1px;
		background-repeat: repeat-x;
		background-position: left bottom, left top;
		background-image: linear-gradient(to right, #B3C5C0 1px, transparent 3px), linear-gradient(to right, #B3C5C0 1px, transparent 3px);
	}
	.top-content.c05 .box dl dl{
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		margin-bottom: 10px;
	}
	.top-content.c05 .box dl dl dt{
		text-align: left;
	}
	.top-content.c06 {
		margin-bottom: 40px;
		padding-top: 62vw;
		background: url(../img/top-c06-bg-sp.webp) no-repeat center 0;
		background-size: 100% auto;
	}
	.top-content.c06 .inr{
		padding: 0;
		padding-top: 30px;
		background: none;
		border: none;
		border-radius: 0;
	}
	.top-content.c06 h3{
		margin-bottom: 20px;
	}
	.top-content.c06 .box{
		display: block;
		padding-top: 25px;
		padding-bottom: 15px;
	}
	.top-content.c06 h4{
		width: 100%;
		font-size: 16px;
	}
	.top-content.c06 .box.s1 h4{
		padding-top: 0;
	}
	.top-content.c06 h4+div{
		padding-left: 0;
		width: 100%;
		font-size: 14px;
	}
	.top-content.c06 .box.s1 h4+div{
		font-size: 12px;
		letter-spacing: 0;
	}
	.top-content.c06 .image{
		max-width: 100%;
		border-radius: 0;
	}
	.top-content.c06 .logo{
		position: static;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.top-content.c07 {
		margin-bottom: 45px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.top-content.c07 h2{
		margin-bottom: 15px;
	}
	.top-content.c07 .inr{
		margin: 0 -20px;
	}
	.top-content.c08 {
		margin-bottom: 110px;
	}
	.top-content.c08 h3{
		margin: 0;
		margin-bottom: 20px;
	}
	.top-content.c08 .inr{
		gap: 15px 12%;
		margin: 0;
		padding: 0 15px;
	}
	.top-content.c08 span{
		width: 44%;
	}
	.top-content.c09{
		margin-bottom: 10px;
	}
	.top-content.c09 .inr{
		transform: translateY(0)
	}
	.top-content.c09 .image{
		margin-bottom: 25px;
		width: 46%;
	}
	.top-content.c09 .upper{
		position: relative;
		padding-top: 0;
		z-index: 1;
	}
	.top-content.c09 .upper dt{
		margin-bottom: 20px;
		font-size: 25px;
	}
	.top-content.c09 .upper .u{
		flex-wrap: wrap;
		gap: 10px;
		margin-bottom: 20px;
	}
	.top-content.c09 .upper span{
		height: 32px;
		font-size: 16px;
		line-height: 30px;
	}
	.top-content.c09 .upper p{
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: 0.04em;
	}
	.top-content.c09 .bottom{
		gap: 20px 0;
		margin: 0 -25px;
		margin-top: -20px;
		padding: 55px 25px;
		background: url(../img/top-c09-bg-sp.jpg) no-repeat center;
		background-size: 100% auto;
	}
	.top-content.c09 .bottom:before{
		content: '共創';
		display: block;
		position: static;
		width: 100%;
		height: 30px;
		color: #fff;
		font-size: 16px;
		text-align: center;
		line-height: 28px;
		letter-spacing: 0.3em;
		background: #51A28B;
		border-radius: 3px;
		transform: translateY(0) translateX(0);
	}
	.top-content.c09 .box{
		padding: 15px 10px;
		width: 100%;
		text-align: left;
		border-radius: 5px;
	}
	.top-content.c09 .box dt{
		margin-bottom: 10px;
		font-size: 20px;
	}
	.top-content.c09 .box dd{
		font-size: 14px;
		line-height: 1.5;
		text-indent: 10px;
		letter-spacing: 0;
	}
	.top-content.c09 .box dd br{
		display: none;
	}
	.top-content.c10 {
		margin-bottom: 90px;
	}
	.top-content.c10 h2{
		margin-bottom: 30px;
		text-align: center;
	}
	.top-content.c10 h2 span{
		display: block;
		font-size: 20px;
	}
	.top-content.c10 .inr{
		margin-bottom: 35px;
	}
	.top-content.c10 .box{
		width: 100%;
		border-radius: 5px;
	}
	.top-content.c11 {
		margin-bottom: 75px;
	}
	.top-content.c11 h2{
		text-align: center;
	}
	.top-content.c11 .wrap{
		position: relative;
	}
	.top-content.c11 .slider{
		margin-bottom: 30px;
		width: 185%;
	}
	.top-content.c11 .slick-slider{
		position: static;
	}
	.top-content.c11 .box{
		font-size: 14px;
	}
	.top-content.c11 .box img{
		border-radius: 5px;
	}
	.top-content.c11 .date{
		font-size: 12px;
	}
	.top-content.c11 .slick-arrow {
		top: 48vw;
		left: 10px;
		width: 30px;
		height: 30px;
		background-size: 6px auto;
	}
	.top-content.c11 .slick-next {
		left: auto;
		right: 10px;
	}
	.top-content.c11 .slick-dots{
		left: 0;
		bottom: 82px;
	}
	.top-content.c12 {
		margin-bottom: 60px;
		padding-top: 45px;
		padding-bottom: 55px;
		font-size: 14px;
	}
	.top-content.c12 h2{
		margin-bottom: 35px;
		text-align: center;
	}
	.top-content.c12 p:not(:last-child){
		margin-bottom: 20px;
	}
	.top-content.c12 .bottom{
		gap: 20px;
	}
	.top-content.c12 .box{
		padding: 20px;
		width: 100%;
		font-size: 14px;
		text-align: center;
		border-radius: 5px;
	}
	.top-content.c12 .box p{
		margin-bottom: 15px;
	}
	.top-content.c12 .box b{
		margin-top: 5px;
		font-size: 16px;
	}
	.top-content.c13 {
		margin-bottom: 30px;
	}
	.top-content.c13 h2{
		margin-bottom: 30px;
	}
	.top-content.c13 .box{
		padding: 20px;
		width: 100%;
		font-size: 14px;
		letter-spacing: 0.02em;
		border-radius: 5px;
	}
	.top-content.c14 {
		padding-top: 55px;
		padding-bottom: 85px;
		background: url(../img/top-c14-bg-sp.jpg) no-repeat center;
		background-size: cover;
	}
	.top-content.c14 .inr{
		padding: 30px 20px;
		padding-bottom: 25px;
		font-size: 14px;
		border-radius: 5px;
	}
	.top-content.c14 h2{
		margin-bottom: 20px;
	}
	.top-content.c14 p:not(:last-child){
		margin-bottom: 20px;
	}
	.top-content.c14 .more a{
		padding-top: 15px;
		padding-left: 25px;
		width: 100%;
		line-height: 1.6;
		text-align: left;
	}
	.top-logo  img {
		width: 140px;
	}
}

@media screen and (max-width:576px) { 
	.top-logo p {
		font-size: 18px;
	}
	.top-logo {
		flex-direction : column;
		align-items: start;
	}
}
@media screen and (max-width:480px) {
	.top-mv .box .pc{
		display: none;
	}
	.top-mv .box .sp{
		display: block;
		padding-top: 50px;
		/* height: auto; */
	}
	.top-mv h2{
		padding-left: 15px;
	}
	.top-mv .scroll {
		bottom: 170px;
	}

}

/*フッター*/
#footer{
	position: relative;
	background: #EFF4F3;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
}
#finr{
	padding-top: 70px;
	padding-bottom: 75px;
}
#footer .left{
	width: 36%;
}
#footer .right{
	display: flex;
	justify-content: right;
	gap: 30px 15%;
	padding-left: 20px;
	width: 64%;
}
#footer .logo{
	margin-bottom: 20px;
	width: 140px;
}
#footer .company{
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.5;
}
#footer .company b{
	font-size: 18px;
	font-weight: 500;
}
#footer .university{
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
#footer .university img{
	width: 140px;
	border-radius: 10px;
}
#footer li{
	margin-bottom: 13px;
	line-height: 1.2;
}
#footer li a{
	display: block;
	padding-left: 15px;
	background: url(../img/icon-arrow04.svg) no-repeat 0 center;
}
#footer .contact a{
	display: block;
	padding-top: 14px;
	padding-left: 45px;
	width: 160px;
	height: 60px;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	background: #333333 url(../img/icon-mail.svg) no-repeat 15px center;
	;
	border-radius: 3px;
}
#footer .contact a:hover{
	background-color: #51A28B;
}
#footer .copyright{
	height: 30px;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
	background: #51A28B;
}
#footer .pagetop{
	position: absolute;
	top: 0;
	right: 25px;
    transform: translateY(-50%);
}
#footer .pagetop a{
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #51A28B;
	border-radius: 100%;
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.15);
}

@media screen and (max-width:820px) {
	#finr{
		padding-top: 45px;
		padding-bottom: 30px;
	}
	#footer .left{
		width: 100%;
	}
	#footer .right{
		display: none;
	}
}

@media screen and (max-width:767px) {
	#footer .logo{
		margin-bottom: 10px;
	}
	#footer .company{
		margin-bottom: 25px;
	}
	#footer .university{
		justify-content: space-between;
	}
	#footer .copyright{
		font-size: 10px;
		letter-spacing: 0;
	}
	#footer .pagetop{
		right: 5px;
	}
}

/* お問い合わせ */
select,
textarea,
[type="password"],
[type="email"],
[type="number"],
[type="text"]{
	padding: 10px;
	width: 100%;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	border: #B3C5C0 1px solid;
	border-radius: 3px;
	box-shadow: none;
	-webkit-appearance: none;
}
.text-input.medium{
	max-width: 410px;
}
.text-input.short{
	max-width: 375px;
}
[type="radio"]{
    margin-top: 2px;
    margin-right: 2px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: #333333 1px  solid;
	border-radius: 100%;
}
[type="radio"]:checked{
	background: none!important;
	background: url(../img/radio-bg.svg) no-repeat center!important;
	border: #333333 1px  solid;
}
.form-check-input{
	margin-top: 5px;
	background: #fff;
	border: #333333 1px solid;
}
[type="checkbox"]{
    margin-right: 5px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 0!important;
}
textarea{
	height: 100%;
	min-height: 255px;
}
::placeholder {
  color: #B3C5C0;
}
.container.sub{
	margin-bottom: 130px;
	letter-spacing: 0.1em;
}
.container.sub .page-header{
	margin-bottom: 30px;
	padding-top: 200px;
	background: url(../img/pagetitle-bg.jpg) no-repeat center;
	background-size: cover;
}
.container.sub h1{
	margin: 0 auto;
	padding: 40px 100px 0 100px;
	width: 1200px;
	font-size: 40px;
	line-height: 1.5;
	text-align: center;
	background: #fff;
}
.form-header {
	margin: 0 auto;
	margin-bottom: 60px;
	max-width: 740px;
}
.form-header .upper{
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
}
.form-header .bottom{
	align-items: center;
	gap: 20px;
	padding: 20px 0;
	border-top: #b3c5c0 1px dashed;
	border-bottom: #b3c5c0 1px dashed;
}
.form-header .left{
	padding: 0 15px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
}
.form-header .right{
	gap: 30px;
}
.form-header .right a{
	display: inline-block;
	padding: 20px 28px;
	height: 80px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	background: #51A28B;
	border-radius: 5px;
}
.form-header .right a span{
	display: block;
	font-size: 12px;
	font-weight: 300;
	text-decoration: underline;
	letter-spacing: 0.03em;
}
.form-content {
	padding: 75px 25px;
	border: #b3c5c0 1px solid;
	border-radius: 3px;
}
.form-content .form-inr {
	margin: 0 auto;
	max-width: 770px;
}
.form-content .upper{
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.6;
}
.form-content .upper b{
	display: block;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.5;
}
.form-content .field-group{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: #b3c5c0 1px dashed;
}
.form-content .field-group.s1{
	align-items: stretch;
}
.form-content .label-wrap{
	flex: 0 0 30%;
	padding: 12px 15px;
	font-size: 16px;
	line-height: 1.6;
	background: #EFF4F3;
}
.form-content .label-wrap span{
	display: inline-block;
	width: 34px;
	height: 19px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 17px;
	background: #4C759A;
	border-radius: 3px;
}
.form-content .label-wrap span.req{
	background: #40A187;
}
.form-content .input-wrap{
	flex: 0 0 70%;
	padding-left: 20px;
}
.form-content .contact-radio{
	display: inline-block;
}
.form-content .contact-radio:not(:last-child){
	margin-right: 50px;
}
.form-content .confirm-group{
	margin-top: 50px;
	text-align: center;
}
.form-content .agree-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 40px;
	width: 360px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	background: #EFF4F3;
	border-radius: 5px;
}
.form-content .agree-btn a{
	color: #333;
	font-size: 16px;
	text-decoration: underline;
	letter-spacing: 0.05em;
}
.g-recaptcha>div{
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}
.form-content .submit-group{
	text-align: center;
}
.form-content #contact_submit_btn {
	padding-left: 20px;
	width: 240px;
	height: 56px;
	color: #fff;
	font-size: 20px;
	text-align: left;
	letter-spacing: 0.2em;
	line-height: 56px;
	background: #51A28B url(../img/icon-arrow05.svg) no-repeat right 12px center;
	border: none;
	border-radius: 5px;
    transition: all .5s;
}
.form-content #contact_submit_btn:hover{
	color: #fff;
	background: #6CBFA8 url(../img/icon-arrow05.svg) no-repeat right 12px center;
}

@media screen and (max-width:1200px) {
	.container.sub h1{
		width: 100%;
	}
}

@media screen and (max-width:820px) {
	.container.sub .page-header{
		background-position: 0 center;
	}
	.form-content .upper b {
		font-size: 32px;
	}
}

@media screen and (max-width:767px) {
	.container.sub{
		margin-bottom: 70px;
	}
	.container.sub .page-header{
		margin-bottom: 0;
		padding-top: 43vw;
		background: url(../img/pagetitle-bg-sp.jpg) no-repeat center 0;
		background-size: 100% auto;
	}	
	.container.sub h1{
		padding: 25px 0;
		font-size: 25px;
	}
	.form-header {
		margin-bottom: 40px;
	}
	.form-header .upper{
		margin-bottom: 30px;
		font-size: 14px;
	}
	.form-header .bottom{
		gap: 15px;
		padding-top: 15px;
		padding-bottom: 20px;
	}
	.form-header .left{
		padding: 0;
		width: 100%;
	}
	.form-header .right{
		gap: 20px;
	}
	.form-header .right a{
		width: 100%;
	}
	.form-content {
		padding: 0;
		border: none;
	}
	.form-content .upper {
		margin-bottom: 40px;
		font-size: 14px;
		text-align: center;
	}
	.form-content .upper b{
		margin-bottom: 15px;
		font-size: 25px;
	}
	.form-content .field-group{
		border-bottom: none;
	}
	.form-content .label-wrap{
		flex: 0 0 100%;
		margin-bottom: 15px;
	}
	.form-content .input-wrap{
		flex: 0 0 100%;
		padding-left: 0;
	}
	.form-content .confirm-group{
		margin-top: 0;
	}
	.form-content .agree-btn{
		margin-bottom: 20px;
		width: 100%;
	}
	.g-recaptcha>div{
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.form-content #contact_submit_btn {
		width: 280px;
	}
}
.fv-txt {
	display: none;
}

@media screen and (max-width:1000px) { 
	.top-content.c05 .slider:before {
		content: none;
	}
}
@media screen and (max-width:375px) {
	.fv-txt {
		display: block;
	}
}

