@charset "utf-8";


/* fv
-------------------------------*/
#fv{position: relative;width: 100%;/* height: 46vw; */padding-top: calc(50px + 3vw);background-color: #d31277;}
#fv:before{content: "";position: absolute;background-image: url(../images/bg/bg.webp);background-position: bottom;background-repeat: no-repeat;background-size: cover;width: 100%;height: calc(100% - 250px);top: 0;left: 0;}
#fv .container{position: relative;align-items: center; justify-content: center;margin-bottom: 8vw; display: flex; flex-direction: column; max-width:1400px;}
#fv .main_tit{width: 50%; margin-bottom: 3vw;}
#fv .txt_area{width: 90%; }
#fv .txt_area .catch{margin-bottom: 5vw;}
#fv .txt_area .catch img{width: 100%; height: auto;}
#fv .txt_area .date{width: 76%;margin: 0 auto;}
#fv .txt_area .date img{width: 100%; height: auto;}
#fv .company_area{position: relative; /*max-width: 1600px;*/ width: 96%;margin: 0 auto;}
#fv .company_area ul{display: flex;flex-wrap: wrap;border: 1px solid #ccc;border-right: none;border-bottom: none;}
#fv .company_area ul li{width: calc(100% / 7);background-color: #fff;padding: 2.6em 0.3em;border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;display: flex;align-items: center;justify-content: center;}
#fv .company_area ul li.txt{display: flex;align-items: center;justify-content: center;text-align: center;background-color: #333333;color: #fff;font-size: min(1vw,16px);line-height: 1.7em;}
#fv .company_area ul li.txt .in_box{}
#fv .company_area ul li img{max-width: 100%; width: auto; height: auto;}

@media only screen and (max-width: 1100px){
	#fv .company_area ul li{width: calc(100% / 6);}
}

@media only screen and (max-width: 768px){
	#fv:before{height: 66%;}
	#fv .container{flex-direction: column;margin-bottom: 8vw;}
	#fv .main_tit{width: 86%;margin-bottom: 6vw;}
	#fv .txt_area{width: 100%; padding-left: 0;}

	#fv .company_area ul li{width: calc(100% / 3);padding: 1em 0.3em;}
	#fv .company_area ul li.txt{font-size: 0.7em;line-height: 1.5;}
}
 


/* news
-------------------------------*/
#news{margin-bottom: calc(var(--main_m)/1.5);}

#top_news{background-color: #1c95d4;padding: 60px 0;position: relative;z-index: 1;}
#top_news .sec_tit{color: #fff;}

.news_area{background-color: #fff;padding: 40px;text-align: left;border-radius: 12px;}
.news_area ul{}
.news_area ul li{border-bottom: 1px solid #D4D9DE;display: block;}
.news_area ul li a{color: #000;display: flex;padding: 20px 0;position: relative;}
.news_area ul li a:hover:after{right: 0.4em;transition: 0.2s;}
.news_area ul li a .date{margin-bottom: 0;font-family: var(--font_en);color: #1c95d4;width: 7em;}
.news_area ul li a .tit{margin: 0;width: calc(100% - 7em);}

#under_news{padding: 120px 0;}
.news_area_detail{text-align: left;}
.news_area_detail ul{display: flex;flex-direction: column;gap: 40px 0;}
.news_area_detail ul li{padding-top: 50px; margin-top: -50px;}
.news_area_detail ul li .in_box{background-color: #fff;border: 2px solid #1c95d4;border-radius: 12px;padding: 40px;word-break: break-all;}
.news_area_detail ul li .date{font-family: var(--font_en);color: #1c95d4;margin: 0;}
.news_area_detail ul li .stit{font-size: 1.2em;font-weight: bold;line-height: 1.5em;padding-bottom: 1em;margin-bottom: 1.5em;border-bottom: 1px solid #1c95d4;}
.news_area_detail ul li .txt_area{}
.news_area_detail ul li .txt_area a{color: #d31277; text-decoration: underline;}
.news_area_detail ul li .txt_area img{max-width: 100%; width: auto;}

@media only screen and (max-width: 768px){
	#top_news{padding: 40px 0;}

	.news_area{padding: 20px;}
	.news_area ul li a{flex-direction: column;padding: 12px 0;}
	.news_area ul li a .date{width: 100%;}
	.news_area ul li a .tit{width: 100%;}

	#under_news{padding: 40px 0;}
	.news_area_detail ul{gap: 20px 0;}
	.news_area_detail ul li{padding-top: 54px; margin-top: -54px;}
	.news_area_detail ul li .in_box{padding: 20px;}
}


/* about
-------------------------------*/
#top_about{color: #fff;background-image: url(../images/bg/bg_02.jpg);background-position: bottom;background-repeat: no-repeat;background-size: cover;padding: 80px 0 160px;}
#top_about .txt_area{margin-bottom: 60px;font-size: 1.4em;line-height: 2em;}
#top_about .txt_area p{margin-bottom: 2em;filter: drop-shadow(2px 4px 9px #333);}
#top_about .about_list{}
#top_about .about_list ul{display: flex;justify-content: center;gap: 0 2%;}
#top_about .about_list ul li{width: 49%;border: 1px solid #fff;border-radius: 12px;padding: 40px;}
#top_about .about_list ul li figure{position: relative;height: 0;padding-bottom: 35%;margin-bottom: 20px;}
#top_about .about_list ul li figure img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: auto;max-width: 100%;height: auto;max-height: 100%;}
#top_about .about_list ul li p{margin: 0;}

@media only screen and (max-width: 768px){
	#top_about{padding: 40px 0 80px;}
	#top_about .txt_area{margin-bottom: 40px;font-size: 1em;}
	#top_about .about_list ul{flex-direction: column;}
	#top_about .about_list ul li{width: 100%;margin-bottom: 8px;padding: 20px 12px;}
	#top_about .about_list ul li figure{padding-bottom: 26%;}
}

/* free area
-------------------------------*/
.free_area{padding: 80px 0 120px;padding-top: 0;}
.free_area h2{background-color: #1c95d4;color: #fff;font-size: 2em;font-weight: bold;line-height: 1.5em;padding: 0.6em 0;}
.free_area h2.top_tit{margin-top: -1.3em;}
.free_area h3{color: #1c95d4;font-size: 2em;font-weight: bold;line-height: 1.5em;padding-top: 2em;margin-bottom: 1em;}
.free_area h4{color: #1c95d4;font-size: 1.1em;font-weight: bold;line-height: 1.5em;margin-bottom: 1em;}
.free_area .sstit{ text-align: center;}

.free_area figure{line-height: 0;margin-bottom: 12px;}
.free_area .name{text-align: center;margin: 0;line-height: 1.5em;}
.free_area .name .small{display: block; font-size: 0.8em;}
.free_area .lead{margin-bottom: 2em;}
.free_area .cs{margin-bottom: 0;text-align: center;font-size: 1.6em;font-weight: bold;line-height: 1.5em;}
.free_area .andmore{margin: 0;margin-top: 2.5em;font-size: 2em;font-weight: bold;line-height: 1em;color: #1c95d4;}

.free_area .block{border: 2px solid #1c95d4;background-color: #fff;padding: 40px;border-radius: 12px;text-align: left;margin-bottom: 20px;}
.free_area .flex_box{display: flex; gap: 0 2%;}
.free_area .flex_box .left{width: 49%;}
.free_area .flex_box .right{width: 49%;}
.free_area .flex_box.three{gap: 0 2%;}
.free_area .flex_box.three .img_block{width: 32%;}

.free_area .flex_box .noimgblock{ border: 1px solid #ccc; padding: 4%; width: 100%;}
.free_area .flex_box .noimgblock span{ font-size: 0.8em; display: block; line-height: 1.7em; margin-top: 1em;}

.free_area .flex_box.imgblock{ justify-content: space-between;border: 1px solid #ccc; padding: 4%;}
.free_area .flex_box.imgblock .left{ width: 30%;}
.free_area .flex_box.imgblock .right{ width: 65%;}
.free_area .flex_box.imgblock figure{ margin: 0;}
.free_area .flex_box.imgblock .name{ margin-bottom: 1em;}
.free_area .flex_box.imgblock .proftxt{ font-size: 14px; line-height: 1.7em;}

.free_area .mc {border: 4px solid #ccc; background-color: #fff; margin-top:120px; padding: 40px; }
.free_area .mc h3{ padding-top: 0; font-size: 1.5em;}
.free_area .mc .block{ border: none; padding: 0; margin: 0;}
.free_area .mc .lead{ text-align: center;}

.free_area .companies{border: 4px solid #ccc; background-color: #fff; margin-top:40px; padding: 40px; }
.free_area .companies h3{ padding-top: 0; font-size: 1.5em;}
.free_area .companies ul{ display: flex;flex-wrap: wrap;}

@media only screen and (max-width: 768px){
	.free_area{ padding: 80px 0;}
	.free_area h2{font-size: 1.5em;}
	.free_area h2.top_tit{margin-top: -2em;}
	.free_area h3{font-size: 1.4em;}

	.free_area .block{padding: 20px;}
	.free_area .flex_box{flex-direction: column; }
	.free_area .flex_box .left{width: 100%; margin-bottom: 10px;}
	.free_area .flex_box .right{width: 100%;}
	.free_area .flex_box .right.sp_flex_no{flex-direction: initial;}
	.free_area .flex_box .img_block{margin-bottom: 12px;}
	.free_area .flex_box.three .img_block{width: 100%;}
	
	.free_area .flex_box.imgblock .left{ width: 50%; margin: 0 auto 1em;}
	.free_area .flex_box.imgblock .right{ width: 100%;}
	
	.free_area .mc{ padding: 20px; margin-top: 60px;}
	.free_area .mc h3{ font-size: 1.3em;}
	.free_area .mc .lead{ text-align: left; margin-bottom: 1em;}
	.free_area .companies{  margin-top:20px;padding: 20px;}
	.free_area .companies h3{ font-size: 1.3em;}	
}


/* btn area
-------------------------------*/
.btn_area{position: relative;padding: 100px 0;color: #fff;}
.btn_area:after{position: absolute;content: "";background-position: center;background-repeat: no-repeat;background-size: min(90%,1000px);width: 100%;height: 100%;top: 0;left: 0;pointer-events: none;}
.btn_area .tit{font-size: 3.6em;font-weight: bold;line-height: 1.5em;margin-bottom: 0.5em;}
.btn_area .btn{display: block;background-color: #fff;width: 60%;margin: 0 auto;font-size: 2em;font-weight: bold;line-height: 1.5em;padding: 0.8em 0.5em;border-radius: 16px;margin-top: 1.4em;}
.btn_area .btn .small{display: block;font-size: 0.6em;line-height: 1.5em;}

.btn_area#btn_01{background-color: #1c95d4;}
.btn_area#btn_01:after{background-image: url(../images/bg/bg_04.png);}
.btn_area#btn_01 .btn{color: #1c95d4;}

.btn_area#btn_02{background-color: #d31277;}
.btn_area#btn_02:after{background-image: url(../images/bg/bg_05.png);}
.btn_area#btn_02 .btn{color: #d31277;}

@media only screen and (max-width: 768px){
	.btn_area{padding: 60px 0;}
	.btn_area .tit{font-size: 2.4em;}
	.btn_area .btn{width: 100%;font-size: 1.5em;}
}


/* sns area
-------------------------------*/
#sns_area{padding: 80px 0;}
#sns_area .block{}
#sns_area .block .btn{display: block;width: 100%;margin: 0 auto;background-color: #fff;border-radius: 12px;color: #1c95d4;font-family: var(--font_en);font-size: min(20px, 4vw);line-height: 1.5em;padding: 0.8em 0;border: 2px solid #1c95d4;position: relative;text-align: center;margin-top: 1em;}

@media only screen and (max-width: 768px){
	#sns_area{padding: 40px 0;}
}


/* access
-------------------------------*/
#access{background-color: #f5f5f5;padding: 80px 0;}
#access .flex{display: flex;text-align: left;}
#access .flex .left{width: 60%;}
#access .flex .left figure{}
#access .flex .left figure img{}
#access .flex .right{width: 40%;padding-left: 30px;}
#access .flex .right .c_01{color: #1c95d4;}
#access .flex .right{width: 40%;padding-left: 30px;}
#access .flex .right .btn{display: block;width: 100%;margin: 0 auto;background-color: #fff;color: #1c95d4;font-family: var(--font_en);font-size: min(16px, 4vw);line-height: 1.5em;padding: 1.1em 0;border: 2px solid #1c95d4;position: relative;text-align: center;margin-top: 2em;}

@media only screen and (max-width: 768px){
	#access{padding: 40px 0;}
	#access .flex{flex-direction: column;}
	#access .flex .left{width: 100%;margin-bottom: 12px;}
	#access .flex .right{width: 100%; padding-left: 0;}
}



/* under page
-------------------------------*/
.under_page{padding-top: 50px;padding-bottom: 60px;}
@media only screen and (max-width: 768px){
	.under_page{padding-top: 40px;padding-bottom: 20px;}
}

.under_tit_area{background-image: url(../images/bg/bg.webp);background-position: 0 76%;background-repeat: no-repeat;background-size: cover;}
.under_tit_area .under_tit{color: #fff;font-size: 2.6em;font-weight: 900;line-height: 1.5em;padding: 2em 0;}
@media only screen and (max-width: 768px){
	.under_tit_area .under_tit{font-size: 1.8em;}
}

.lead_area{padding: 80px 0;}
.lead_area .lead_01{font-size: 1.2em;font-weight: bold;line-height: 2em;margin-bottom: 2em;}
.lead_area .lead_02{font-size: 2.4em;font-weight: bold;line-height: 1.8em;margin-bottom: 1.2em;}
.lead_area .c_01{color: #1c95d4;}
.lead_area .c_02{color: #d31277;}
.lead_area .line{color: #d31277;border-bottom: 1px solid;}
@media only screen and (max-width: 768px){
	.lead_area{padding: 40px 0;}
	.lead_area .lead_01{font-size: 1.1em;text-align: left;}
	.lead_area .lead_02{font-size: 1.5em;}
}

.color_area{background-color: #d31277;color: #fff;padding: 40px;margin-bottom: 60px;}
.color_area .tit{font-size: 1.4em;font-weight: bold;margin-bottom: 1.4em;}
.color_area .list{display: flex;flex-wrap: wrap; gap: 20px 2%;text-align: left;}
.color_area .list li{width: 32%;}
.color_area .list li figure{line-height: 0;margin-bottom: 12px;}
.color_area .list li figure img{}
.color_area .list li figure.fit{position: relative;height: 0;padding-bottom: 46.25%;margin-bottom: 16px;border: 1px solid;border-radius: 12px;}
.color_area .list li figure.fit img{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: auto;height: auto;max-width: 50%;max-height: 80%;}
.color_area .list li .stit{font-size: 1.05em;font-weight: bold;margin-bottom: 0.5em;}
.color_area .list li p{margin: 0;font-size: 0.85em;line-height: 1.5em;}
@media only screen and (max-width: 768px){
	.color_area{padding: 20px;margin-bottom: 20px;}
	.color_area .list{flex-direction: column;}
	.color_area .list li{width: 100%;}
}

.border_area{border: 2px solid #d31277;background-color: #fff;border-radius: 12px;padding: 40px;margin-bottom: 40px;}
.border_area .tit{color: #d31277;font-size: 1.6em;font-weight: bold;line-height: 1.5em;margin-bottom: 1.5em;}
.border_area .list{margin-bottom: 60px;}
.border_area .list li{display: flex;border-bottom: 1px solid #999999;font-weight: bold;padding: 24px 20px;}
.border_area .list li:first-of-type{border-top: 1px solid #999999;}
.border_area .list li .left{width: 50%;text-align: left;}
.border_area .list li .left .stit{color: #d31277;font-size: 1.5em;line-height: 1.5em;}
.border_area .list li .right{width: 50%;text-align: right;font-size: 1.2em;}
.border_area .list li .right .stit{color: #d31277;font-size: 1.3em;line-height: 1.5em;}
.border_area .list li p{margin: 0;line-height: 1.8em;}
.border_area .in_box{display: flex;border: 2px solid #d31277;padding: 40px;border-radius: 12px;}
.border_area .in_box .left{width: 50%;}
.border_area .in_box .right{width: 50%;text-align: left;}
.border_area .in_box .right .stit{background-color: #d31277;color: #fff;text-align: center;padding: 0.4em 0;}
.border_area .in_box .right .str{font-size: 1.2em;line-height: 1.6em;}
.border_area .in_box .right .small{font-size: 0.8em;line-height: 1.6em;}
@media only screen and (max-width: 768px){
	.border_area{padding: 20px;}
	.border_area .tit{margin-bottom: 1em;}
	.border_area .list{margin-bottom: 40px;}
	.border_area .list li{padding: 12px 0;flex-direction: column;}
	.border_area .list li .left{width: 100%;font-size: 0.8em;margin-bottom: 20px;}
	.border_area .list li .right{width: 100%;font-size: 1em;}
	.border_area .in_box{padding: 20px;flex-direction: column-reverse;}
	.border_area .in_box .left{width: 100%;}
	.border_area .in_box .right{width: 100%;}
}

.contact_area{margin-top: 80px;}
.contact_area .tit{color: #d31277;font-size: 1.6em;font-weight: bold;margin-bottom: 1em;line-height: 1.5em;}
.contact_area .block{border: 1px solid #000;padding: 40px;}
.contact_area .block .stit{color: #d31277;font-size: 1.2em;font-weight: bold;line-height: 1.5em;margin-bottom: 0.6em;}
.contact_area .block .txt{margin: 0; font-size: 1.5em;font-weight: bold;}
.contact_area .block .txt a{color: #000;}
@media only screen and (max-width: 768px){
	.contact_area{margin-top: 40px;}
	.contact_area .block{padding: 30px 20px;}
	.contact_area .block .stit{font-size: 1.1em;}
	.contact_area .block .txt{font-size: 1.3em;}
}



.comingsoon{ font-size: 6vw; line-height: 1.2em; padding: 10vw 0;font-family: var(--font_en); color: #d31277;}

@media only screen and (max-width: 768px){
	.comingsoon{ font-size: 50px; }
}





