@charset "UTF-8";
/* CSS Document */
@media (min-width: 1200px){
	.navToggle,.globalMenuSp,.sptb{
		display: none !important;
	}
}
@media (min-width: 960px){
	
}
@media(min-width:749px){
	.sp{
		display: none !important;
	}	
}

body{
	color: #4d4d4d;
	background-color: #fff;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 400;
}
p{
	line-height: 200%;
	font-size: 1.1rem;
}

a{
	text-decoration: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style-type: none;
}
/* スペース調整==================== */
.w1920{
	max-width: 1920px;
	margin: auto;
}
.w960{
	max-width: 960px;
	margin: auto;
}
.w1366{
	width: calc(100% - 200px);
	margin: auto;
	max-width: 1366px;
}
.h70{
	height: 70px;
}
.h50{
	height: 50px;
}
.h30{
	height: 30px;
}
.wrap80{
	padding: 0 10%;
}

/* 最大表示幅枠　==================== */
.wrapper{
	max-width: 1920px;
	margin: auto;
	overflow: hidden;
}
/* 各コンテンツ枠　======================================== */
section.contents{
	padding: 100px 0;
}


/* 背景==================== */
.bg_light{
	width: calc(100% - 30px);
	margin: 15px;
	background-color: #f6f9f4;
	background-image: url("../img/bg_bird.png");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top 15px left 15px;
	border-radius: 10px;
}
.bg_light02{
	width: calc(100% - 30px);
	margin: 15px;
	background-color: #f6f9f4;
	border-radius: 10px;
}
.bg_img01{
	background:url("../img/bg_sky_tl.png"),url("../img/bg_green.png");
	background-repeat: no-repeat;
	background-position: top left,bottom -500px right -400px;
	background-size: auto ,1000px;
}
.bg_img02{
	background:url("../img/bg_green.png");
	background-repeat: no-repeat;
	background-position:top -500px right -400px;
	background-size: 1000px;
}
.bg_img03{
	background:url("../img/bg_sky_tl.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto ;
}
.bg_img04r{
	width: calc(100% - 30px);
	margin: 15px;
	background-color: #fff;
	background-image: url("../img/bg_bird02.png");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top 15px right 15px;
	border-radius: 10px;
}
.bg_img04l{
	width: calc(100% - 30px);
	margin: 15px;
	background-color: #fff;
	background-image: url("../img/bg_bird.png");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top 15px left 15px;
	border-radius: 10px;
}

.bg_inner_w{
	background: rgba(255,255,255,0.45);
	border-radius: 10px;
	padding: 50px 10px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.bg_inner_w_img{
	background-image: url("../img/bg_flag.png") ;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto;
	background-color: rgba(255,255,255,0.45);
	border-radius: 10px;
	padding: 50px 10px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.box_wrap_rt{
	position: relative;
	margin-bottom: 50px;
}
.box_wrap_rt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 20px);
    position: absolute;
    top: -50px;
    right: 0;
    background: #bbdbf3;
	border-radius: 10px 0 0 10px;
    z-index: -1;
}
.box_wrap_lt{
	position: relative;
	margin-bottom: 50px;
}
.box_wrap_lt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 50px);
    position: absolute;
    top: -50px;
	left: 0;
    background: #4473c5;
	border-radius: 0 10px 10px 0;
    z-index: -1;
}

/* フレックスボックス==================== */
.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.card001 figure{
	width: calc(100% / 3 - 20px);
	margin: 10px;
	padding: 20px;
	background:rgba(255,255,255,0.55);
	border-radius: 20px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.card001 figure img{
	width: 100%;
	border-radius: 15px;
}
.card001 figure figcaption{
	width: 100%;
}
.card001 figure figcaption h3{
	text-align: center;
	color: #03ac74;
}
.card001 figure figcaption h3 span{
	font-size: 200%;
}
.card001 figure figcaption h4{
	font-size: 1.3em;
	font-weight: 500;
	margin-bottom: 0.5em;
}
.card002{
	display: flex;
	justify-content: center;
	align-content: center;
}
.card002 div{
	width: 100%;
	padding: 10px;
}
.card002 div img{
	width: 100%;
	border-radius: 15px;
}

.img_border_r{
	border-radius: 10px;
	box-shadow: 2px 2px 5px rgba(255,255,255,0.1);
}
.align_end{
	align-self: flex-end
}
.card002 .img{
	max-width: 600px;
	margin: auto;
}
.card002 .txt{
}

.card002 .img_flex{
	display: flex;
	justify-content:space-between;
	align-items: center;
	flex-wrap: wrap;
	max-width: 600px;
}

.card002 .img_flex img.p100{
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	margin-bottom: 20px;
}
.card002 .img_flex img.p50{
	width: calc(100% / 2 - 10px);
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}

.card002 .txt_tl{
	max-width: calc(100% - 20px);
	margin: 10px;
	padding: 15px;
}
.wrap80{
	max-width: 80%;
	margin: auto;
}
.card003{
	display: flex;
	justify-content: center;
	align-content: center;
}
.card003 div{
	padding: 10px;
}
.card003 .img{
	width: 300px;
	align-self: center;
}
.card003 .img img{
	width: 100%;
}
.card003 .txt{
	flex: 1;
}
.img_4-3{
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}
/* 見出し　================================================== */
.txt_lv02{
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 120%;
	text-align: center;
	margin-bottom: 30px;
}
.txt_lv02 span.en{
	font-size: 70%;
	font-weight: 500;
	color: #03ac74;
}
.txt_lv03{
	font-size: 1.6em;
	font-weight: 500;
	vertical-align: middle;
	margin-bottom: 30px;
}
.txt_lv03::first-letter{
	color:#03ac74;
}
.txt_lv04{
	font-size: 1.1em;
	font-weight: 500;
	border-bottom: solid 3px #04cc89;
}

.txt_lv05{
	font-size: 1.2em;
	width: fit-content;
	padding: 0.25em 1em;
	border-radius: 30px;
	color: #fff;
	font-weight: 500;
	background:#04cc89;
	margin-bottom: 1em;
}

.txt_lv06{
	font-size: 1.5em;
	font-weight: 500;
	border-bottom: solid 3px #04cc89;
}
.txt_catch01{
	font-size: 1.2rem;
	font-weight: 500;
}
.txt_catch01::first-letter{
	color: #03ac74;
}


.txt_catch02{
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	width: fit-content;
	margin: auto;
	color:#03ac74;
	background: url("../img/bg_balloon.png") no-repeat;
	background-size: auto 100%;
	background-position: left;
	padding: 50px;
}
.txt_catch02 span{
	display: inline-block;
}
.txt_point{
	color: #03ac74;
	font-weight: 500;
}

.g_indent p{
	text-indent: 1em;
	margin-bottom: 0.5em;
}
.txt_phone a{
	font-size: 1.6rem;
	font-weight: 500;
	color: #03ac74;
	margin: 15px 0;
}

/* ボタン　================================================== */

.btn{
	display:block;
	text-align: center;
	width: 250px;
	margin: auto;
	height: 45px;
	position: relative;
	border-radius: 10px;
	font-weight: 500;
	box-shadow: 3px 8px 5px rgba(0,0,0,0.2);
}
.btn a{
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background:#04cc89;
	color: #fff;
	border: solid 3px #fff;
	line-height: 45px;
	border-radius: 10px;
	vertical-align: middle;
	transition: .3s;
}
.btn::after{
	color: #fff;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.25em);
	right: 15px;
	transition: .3s;
}
.btn a:hover{
	color: #4d4d4d;
	background:#fff;
}
.btn:hover::after{
	color: #4d4d4d;
	right: 10px;
}
.contact_btn_wrap{
	width: 100%;
	display: flex;
}


/* ヘッダー　==================== */
header{
	position: relative;
	width: 100%;
	z-index: 100;
}
#header_nav{
	max-width: 1920px;
	margin: auto;
}
.site-header{
	background:rgba(255,255,255,1.0);
    display: flex;
    position: fixed;
	top:30px;
	left: 50%;
	transform: translateX(-50%);
    justify-content: space-between;
	align-items:flex-start;
    width: calc(100% - 60px);
	max-width: 1600px;
	height: 100px;
	border-radius: 10px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.0);
	transition: .5s;
}
.site-header.transform{
    background:rgba(255,255,255,1.0);
	top:0;
	width: 100%;
	max-width: 1920px;
	
	border-radius: 0 0 10px 10px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.site-header h1{
	vertical-align: middle;
	position: relative;
	transition: .5s;
	font-size: 3rem;
	margin-left: 30px;
	padding: 10px 0;
}
.site-header h1 img{
	width: auto;
	height: 60px;
	vertical-align: middle;
	transition: .5s;
}

/*global_nav ==================*/
.site-header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding-right: 30px;
	margin-top: 25px;
}
.site-header nav ul li{
	margin: auto;
	margin-left: 20px;
	padding: 15px 0 10px;
	font-size:1.05rem;
	text-align: center;
	position: relative;
	overflow: hidden;
	font-weight: 500;
}
.site-header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #4d4d4d;
	transition: 0.5s;
}
.site-header nav ul li a::first-letter{
	color: #03ac74;
}

.site-header nav ul li a span{
	color: #03ac74;
	font-size: 80%;
}
.site-header nav ul li::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background:rgba(3,172,116,0.0);
	content: '';
	transition: transform 0.35s;
	transform: translate3d(-100%,0,0);
}
.site-header nav ul li:hover::after{
	background:rgba(3,172,116,1.0);
	transform: translate3d(0,0,0);
}
.site-header.transform nav ul li::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background:rgba(3,172,116,0.0);
	content: '';
	transition: transform 0.35s;
	transform: translate3d(-100%,0,0);
}
.site-header.transform nav ul li:hover::after{
	background:rgba(3,172,116,1.0);
	transform: translate3d(0,0,0);
}


/* フッター　================================================== */
footer{
	background: url("../img/bg_bottom.png") repeat-x;
	background-position: bottom 30px center;
	background-size: auto 100%;
}

.footer_in h2{
	text-align: center;
	vertical-align: middle;
	margin-bottom: 30px;
	font-size: 0.9em;
	font-weight: 300;
	line-height: 120%;
	color: #fff;
}
.footer_in h2 a{
	color: #4d4d4d;
}

.footer_in h2 img{
	width: 95%;
	max-width: 400px;
	padding-bottom: 5px;
	vertical-align: middle;
}
.footer_in{
	max-width: 900px;
	padding: 20px;
	margin: 50px auto;
}
.footer_in .address_arer{
	text-align: center;
	color: #4d4d4d;
	line-height: 180%;
}
.address a{
	color: #4d4d4d;
}
footer nav{
	max-width: 900px;
	margin: 1em auto 0;
}
footer nav ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
footer nav ul li{
	font-size: 1em;
	font-weight: 500;
	padding: 1.5em 0.5em;
	text-align: center;
	transition:all .5s;
}
footer nav ul li i{
	font-size: 1.1em;
}
footer nav ul li a{
	color: #3f3f3f;
	padding-bottom: 10px;
	transition:all .5s;
}
footer nav ul li a::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f105';
	padding: 5px;
}
footer nav ul li a:hover{
	color:#03ac74;
}

footer small p{
	font-size: 1rem;
	color: #fff;
	text-align: center;
	background-color:#03ac74;
	padding: 1em 0;

}

/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	position: relative;
}
.slide_wrap::after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: url("../img/bg_cloud.png") no-repeat;
	background-position: bottom left;
	background-size: auto 290px;
}
.slider{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	min-height: 650px;
	z-index: 9;
	overflow: hidden;
	-ms-overflow-style: none;
}
.slide_wrap .copy{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 10px;
	z-index: 11;
}

.slide_wrap .copy p img{
	width: auto;
	height: 180px;
	filter: drop-shadow(2px 2px 5px rgba(255,255,255,1));
	
}
.about_catch p{
	text-indent: 1rem;
	margin-bottom: 1rem;
}
.about_catch01{
	text-align: center;
}
.about_catch01 img{
	width: 90%;
	max-width: 450px;
}

/* カルーセルスライダー ======================================== */
.carousel_wrap{
	max-width: 100%;
	overflow-x: hidden;
}
.carousel {
	width: calc(100% - 50px);
	max-width: 1600px;
	margin: auto;
}
.carousel .inner {
	overflow: hidden;
	margin: 15px;
	border-radius: 10px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.carousel img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 5px;
	object-fit: cover;
	
}
.carousel .slick-next {
	right: -20px;
	z-index: 50;
}
.carousel .slick-prev {
	left: -20px;
	z-index: 50;
}

/*  リンクコンテンツ ================================================== */
.grid {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: auto;
	padding: 10px 0;
}
.f_end{
	justify-content: flex-end;
}
.effect-chico{
	display: block;
	position: relative;
	width: 350px;
	aspect-ratio: 4 / 3;
	background:linear-gradient(to bottom ,#4d4d4d 70% ,#fff);
	border-radius: 15px;
	overflow: hidden;
	margin: 15px;
}

.effect-chico img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.9;
	border:solid 1px #fff;
	object-fit: cover;
	object-position: center center;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

.effect-chico:hover img {
	opacity: 0.4;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.effect-chico figcaption {
	width: 100%;
	padding: 1em;
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.effect-chico figcaption::before {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 50%;
	left: 0px;
	background-image: linear-gradient(to bottom , rgba(0,0,0,0.5) ,rgba(0,0,0,0.0));
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.effect-chico p {
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.effect-chico h3 {
	position: absolute;
	top:25px;
	left: 30px;
	font-weight: 500;
	font-size: 1.4em;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.effect-chico p {
	font-size: 0.9em;
	margin: 0 auto 0 0;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.effect-chico a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.effect-chico .arrow{
	position: absolute;
	color: #03ac74;
	background: #fff;
	bottom:-1px;
	right: -1px;
	font-size: 0.9rem;
	font-weight: 500;
	padding: 0.25em 1em;
	border-radius: 10px 0 0 0;
	transition: .5s;
}
.effect-chico:hover .arrow{
}

.font_l{
	font-size: 130%;
}




/* サブページタイトル 
   ========================================================================== */
.subtitle{
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
}
.sub_copy{
	position: absolute;
	top:55%;
	left:50%;
	transform: translateX(-50%);
	z-index: 10;
	width: 90%;
	text-align: center;
}
.sub_copy h2{
	font-size: clamp(1.6rem, 0.841rem + 2.6988vw, 3rem);
	font-weight: 500;
	line-height: 110%;
	color: #fff;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}
.sub_copy h2 span{
	font-size: 70%;
	color: #03ac74;
}

/*パンくずリスト
==========================================================================*/
.breadcrumb {
	list-style: none;
	position: absolute;
	bottom: 0.5em;
	left: 1em;
}

.breadcrumb li {
	display: inline;
	list-style: none;
	line-height: 100%;
}

.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	color: #fff;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}

/*リスト
==========================================================================*/
.anchor_wrap{
	padding: 50px 15px;
	background: #04cc89;
}
.anchor{
	max-width: 960px;
	width: 100%;
	margin: auto;
}
.anchor ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.anchor ul li{
	font-size: 0.9rem;
	padding:0.6rem;
	margin: 5px;
	background: #04cc89;
    color: #fff;
    border: solid 3px #fff;
	font-weight: 500;
	border-radius: 10px;
	box-shadow: 3px 3px 5px rgb(0 0 0 / 10%);
	transition: .5s;
}
.anchor ul a{
	position: relative;
	display: block;
	cursor: pointer;
	width: inherit;
	height: inherit;
	transition: .5s;
}
.anchor ul a li{
	padding-right: 2rem;
}
.anchor ul a::before{
	position: absolute;
	color: #fff;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	top: 50%;
	right: 1.3em;
	transform: translateY(-50%);
	transition: .5s;
}
.anchor ul a:hover li{
	background: #fff;
	color: #03ac74;
}
.anchor ul a:hover::before{
	right: 1em;
	color: #03ac74;
}

ul.type02{
	margin-left: 1em;
	padding: 1em;
}
ul.type02 li{
	font-size: 1rem;
	border-bottom: dashed 1px #ccc;
	margin-bottom: 1em;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 180%;
}
ul.type02 li i{
	color: #03ac74;
}
ul.type02 a{
	color: #03ac74;
	transition: .5s;
}
ul.type02 a:hover{
	color: #4d4d4d;
}

dl.type02{
	margin-left: 1em;
	margin-bottom: 0.5em;
	border-bottom: dashed 1px #ccc;
}
dl.type02 dt{
	font-size: 1em;
}
dl.type02 dd{
	font-size: 1em;
	font-weight: 500;
}

ul.border01 li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 1.2rem;
	font-weight: 500;
	border-bottom: dashed 2px #04cc89;
	margin: 0.5em 0;
}
ul.border01 li .numbers{
	font-size: 200%;
	font-weight: 500;
	color: #03ac74;
	padding-right: 0.25em;
	white-space: nowrap
}
ul.border01 li .point{
	font-size: 200%;
	font-weight: 500;
	color: #ff7f50;
	padding-right: 0.25em;
}

ul.border02 li{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	font-size: clamp(1.5rem, 0.96rem + 1.92vw, 2.4rem);
	font-weight: 500;
	border-bottom: dashed 2px #04cc89;
	margin: 0.5em 0;
}
ul.border02 li .numbers{
	display: block;
	font-size: 150%;
	font-weight: 500;
	color: #03ac74;
	line-height: 100%;
	padding-right: 0.25em;
	white-space: nowrap
}
ul.border02 li .txt{
	line-height: 150%;
}


ul.rec_ul{
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	border-radius: 15px;
	padding: 15px;
}
ul.rec_ul li{
	width: 9em;
	margin: 5px 10px;
	font-size: 1.2rem;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	padding: 0.25em 0;
	border-bottom: dashed 3px #04cc89;
}
/* テーブル ============================== */
.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
	font-size: 1.1rem;
}
.line02 table th{
	border-bottom: solid 3px #03ac74;
	padding:1em;
	width: 30%;
	font-weight: 500;
}
.line02 table td{
	border-bottom: solid 3px #ccc;
	padding:1em;
	line-height: 180%;
}
.line02 dl{
	display: flex;
	border-bottom: dashed 1px #03ac74;
	margin-top: 0.5em;
	margin-left: 1em;
}

.line02 dl dt{
	font-weight: 500;
	text-indent: -1em;
	padding-left: 1em;
}
.line02 dl dd{
	padding-left: 1em;
	align-self: flex-end;
}
.line02 ul{
	margin-left: 1em;
}
.line02 ul li{
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0.5em;
	border-bottom: dashed 1px #03ac74;
}
.line02 ul li i,.line02 dl dt i{
	color: #03ac74;
	font-size: 0.9rem;
}
.line02 ul li span{
	font-size: 0.9em;
}
.line02 a{
	color: #03ac74;
	font-weight: 500;
}
/* タイムライン2============================================================ */
.cp_timeline04 {
	position: relative;
	margin: 2em auto;
	padding-bottom: 1.5em;
}
.cp_timeline04:before {
	position: absolute;
	top: 0px;
	left: 45px;
	width: 3px;
	height: 100%;
	content: '';
	background: #ccc;
}
.cp_timeline04 .timeline_item {
	margin: 0px 0px 0px 80px;
}
.cp_timeline04 .timeline_item .time_date .time {
	font-size: 6em;
	font-weight: bold;
	position: relative;
	margin: 0;
	letter-spacing: 3px;
	color: rgba(4,204,137,0.1);
}
.cp_timeline04 .timeline_item .time_date .time:before {
	position: absolute;
	top: 50%;
	left: -41px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	content: '';
	background: #04cc89;
}
.cp_timeline04 .timeline_item .time_date .flag {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	margin-top: -60px;
	color: #03ac74;
}
.cp_timeline04 .timeline_item .desc {
	font-size: 0.8em;
	line-height: 20px;
	margin-top: 10px;
	padding-left: 20px;
	border-left: 1px solid #04cc89;
}


.timeline{
	position: relative;
}
.timeline .timeline_inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 15px;
	position: relative;
}
.timeline .timeline_inner::before{
	position: absolute;
    content: "";
    height: 125%;
    width: 8px;
    top: 25px;
    left: 46px;
    background: #ebfae1;
}
.timeline .timeline_inner:last-child::before{
	content: none;
}
.timeline .timeline_inner dt{
	width: 80px;
    height: 80px;
    line-height: 80px;
    background: #04cc89;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    z-index: 4;
    letter-spacing: 0.05em;
}
.timeline .timeline_inner dd{
	flex: 1;
    position: relative;
    left: -10px;
    margin-top: 10px;
    padding: 10px 10px 10px 30px;
    z-index: 2;
    background: #f6f9f4;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
    border-radius: 10px;
}
.timeline .timeline_inner dd span{
	font-size: 80%;
}

.bottom_txt{
	text-align: center;
	background: #ebfae1;
	padding: 0.5em;
}
.flex_contents{
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.flex_contents .f_inner{
	width: 100%;
	padding: 15px;
}

.card001_b{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.card001_b figcaption{
	width: 100%;
	padding: 1rem;
}
.card001_b figure.season{
	width: calc(100% / 4 - 20px);
	margin: 10px;
	padding: 10px;
	background: rgba(255,255,255,0.49);
	border-radius: 10px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.card001_b figure.season img{
	width: 100%;
	max-width: 250px;
	margin: auto;
	display: block;
	padding: 1rem;
}
.card001_b figure.season h4{
	text-align: center;
	font-size: 3rem;
	font-weight: 500;
	line-height: 100%;
	color: #03ac74;
	margin-bottom: 15px;
}


.card001_e{
	display: flex;
	align-content: flex-start;
	justify-content:space-between;
}
.card001_e figure.event{
	width: calc(100% / 4 - 20px);
	padding: 8px;
	align-self: stretch;
	background:rgba(255,255,255,0.55);
	border-radius: 20px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	margin-bottom: 20px;
}
.card001_e figure img{
	width: 100%;
	border-radius: 15px;
}
.card001_e figure figcaption{
	width: 100%;
}
.card001_e figure figcaption h3{
	text-align: center;
	color: #03ac74;
}
.card001_e figure figcaption h3 span{
	font-size: 200%;
}
.card001_e figure figcaption p{
	padding: 1rem;
	font-size: 1rem;
	line-height: 150%;
}



.chara{
	width: 300px;
	padding: 10px;
}
.chara img{
	width: 100%;
}
.chara02{
	width: 300px;
	padding: 10px;
}
.chara02 img{
	width: 100%;
}

.faq_r{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 0 0 auto;
}
.arrow_box_r{
	position: relative;
	background-color: #fff;
	border: 2px solid #03ac74;
	color: #03ac74;
	padding: 2em ;
	border-radius: 10px;
	font-size: 1.2em;
	width: calc(100% - 230px);
}

.arrow_box_r::after{
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(40, 176, 172, 0);
	border-left-color: #03ac74;
	border-width: 10px;
	margin-top: -10px;
}
.faq_l{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 0 0 auto;
}
.arrow_box_l{
	position: relative;
	background-color: #fff;
	border: 2px solid #03ac74;
	color: #03ac74;
	padding: 2em ;
	border-radius: 10px;
	font-size: 1.2em;
	width: calc(100% - 230px);
}

.arrow_box_l::after{
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(40, 176, 172, 0);
	border-right-color: #03ac74;
	border-width: 10px;
	margin-top: -10px;
}
ul.flow{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}
ul.flow li{
	width: calc(100% - 20px);
	max-width: 400px;
	padding: 10px;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 500;
	align-self: stretch;
}
ul.flow li img{
	width: 100%;
	padding: 15px;
	max-width: 200px;
	background: #04cc89;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
}
ul.flow li .number{
	font-size: 200%;
	color: #04cc89;
}
ul.flow li span.txt{
}
ul.flow .arrow{
	font-size: 1.5rem;
	color: #04cc89;
}
/* ギャラリー============================================================ */
.carousel_wrap{
	width: 100%;
	margin: auto;
}
.carousel {
	width:100%;
	padding: 0;
	margin: auto;
}
.carousel div {
	margin: 10px;
	border-radius: 15px;
	overflow: hidden;
}
.carousel img {
	display: block;
	margin: 0 auto 0 0;
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.carousel .slick-next {
	right: -20px;
	z-index: 50;
}
.carousel .slick-prev {
	left: -20px;
	z-index: 50;
}

.flex_table{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.flex_table_in{
	width: 100%;
}
.flex_table_in table{
	width: calc(100% - 4px);
	border-collapse: collapse;
	border-spacing: 0;
}
.flex_table_in table tr{
	border-bottom: solid 1px #ccc;
}
.flex_table_in table th{
	background-color: #04cc89;
	color: #fff;
	text-align: center;
	font-weight: 500;
	padding: 0.5rem;
}
.flex_table_in table td{
	padding: 0.5rem 1rem;
	background: rgba(255,255,255,0.5);
}
.flex_table_in table td:first-child{
	border-right: dashed 1px #ccc;
}

/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.2;
	transform : translate(0, 80px);
	transition : all 500ms;
	}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

/* TOPへ戻るボタン==================== */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 999;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f077';
	font-size: 50px;
	color:#04cc89;
	position: absolute;
	width: 50px;
	height: 50px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
