@charset "utf-8";
/* CSS Document */
::-moz-selection {
    background: #c7e6e6;
	color: #000000;
}
::selection {
    background: #c7e6e6;
	color: #000000;
}

body {
	font-family:"Zen Kaku Gothic New","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック";
	font-size:18px;
	line-height: 1.8;
	font-weight: 600;
	text-align: center;
	color: #323232;
}
*{vertical-align: top; box-sizing: border-box; word-break: break-all;}

a{color: #323232; display: inline-block; text-indent: 0; text-decoration: underline;}
a:hover{opacity: 0.6; text-decoration: none;}

.sp{display: none;}

#wrapper{
    background-image: linear-gradient(0deg, transparent calc(100% - 2px), #f9f9f9 calc(100% - 2px)), linear-gradient(90deg, white calc(100% - 2px), #f9f9f9 calc(100% - 2px));
    background-size: 12px 12px;
    background-repeat: repeat;
    background-position: center center;
}

@media screen and (max-width: 750px){
	body {
		font-size:15px;
	}
}


/*=====================================================================================
***************************************************************************************

　　header
		
***************************************************************************************
=====================================================================================*/
header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 30;
	padding: 20px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header h1 img{width: 180px;}

body.no-scroll {
    overflow: hidden;
}

/*三本アイコン*/
.hamburger .btn-gNav {
    position: fixed;
    top: 30px;
    right: 25px;
    width: 30px;
    height: 24px;
    z-index: 12;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
	left: 0;
    height: 4px;
    background: #0082d6;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span:nth-child(1) {
    top: 0;
}

.hamburger .btn-gNav span:nth-child(2) {
    top: 10px;
}

.hamburger .btn-gNav span:nth-child(3) {
    top: 20px;
}

.hamburger .btn-gNav.open span:nth-child(1) {
    background: #0082d6;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger .btn-gNav.open span:nth-child(2),
.hamburger .btn-gNav.open span:nth-child(3) {
    top: 6px;
    background: #0082d6;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-gNav {display: none;}

/*PCの時の見た目*/
.gNav .gNav-menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding-right: 90px;
}
.gNav .gNav-menu li{margin:5px 10px 5px 0;}
.gNav .gNav-menu a{
	text-decoration: none;
	font-size: 14px;
	background: #FFFFFF;
	display: block;
	padding: 0 20px;
	border: 1px solid #000000;
	line-height: 30px;
	border-radius: 15px;
}
.gNav .lang{
	position: fixed;
	top: 40px;
	right: 40px;
}
.gNav .lang select{
	width: 80px;
	height: 30px;
}

@media screen and (max-width: 1000px) {
	.gNav .lang{
		top: 27px;
		right: 70px;
	}
	
    .btn-gNav {display: block;}

    .gNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
        box-sizing: border-box;
        z-index: 1;
        padding-top: 100px;
        transition: .3s;
    }

    .gNav.open {right: 0;}

    .gNav .gNav-menu {
        padding: 0 40px;
        width: 100%;
        height: 100%;
        display: block;
        text-align: center;
    }

    .gNav .gNav-menu li {
		margin:0 0 10px;
    }
	.gNav .gNav-menu a{
		font-size: 16px;
		line-height: 50px;
	}
	header h1{position: relative; z-index: 10;}

}
@media screen and (max-width: 750px) {
	header{padding: 20px;}
	header h1 img{width: 140px;}
	.gNav{padding-top: 90px;}
	.gNav .gNav-menu{padding: 0 20px;}
	.gNav .gNav-menu li a{
		line-height: 1.5;
		padding: 10px;
	}
}

/*=====================================================================================
***************************************************************************************

　　中ページ共通
		
***************************************************************************************
=====================================================================================*/
/*------------------
   FV設定
------------------*/
#fv_contents{
	background: url("../img/common/fv_bg.png") center bottom 30px repeat-x;
	background-color: #e8f4f5;
	padding: 195px 5% 130px;
	position: relative;
}
#fv_contents::after{
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: url("../img/common/fv_line.jpg") center repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
}

#fv_contents h2{
	font-size: 40px;
	font-weight: 900;
	color: #000000;
	padding: 15px 50px;
	background: #ffffff;
	display: inline-block;
	line-height: 1.2;
}

@media screen and (max-width: 1000px){
	#fv_contents{padding: 120px 5% 70px;}
}

@media screen and (max-width: 750px){
	#fv_contents{
		padding: 100px 5% 50px;
		background: url(../img/common/fv_bg.png) center repeat-x;
		background-color: #e8f4f5;
	}
	#fv_contents h2{font-size: 27px; padding: 10px 15px;}
}


/*------------------
   パンくず設定
------------------*/
#pankuzu{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	margin-top: 20px;
}
#pankuzu a{text-decoration: none;}

/*------------------
   ベージュボックス設定
------------------*/
.deco_box{
	border: solid 5px #f6eedc;
	background-color: #fdfaec;
	border-radius:30px;
	padding: 0 4% 40px;
}
.deco_box .title{
	line-height: 2.2;
    background-color: #f6eedc;
    border-radius: 0 0 20px 20px;
    padding: 0 40px;
    display: inline-block;
	margin-bottom: 20px;
	font-weight: bold;
}
.deco_box p{text-align: justify;}
@media screen and (max-width: 750px){
	.deco_box{padding: 0 5% 20px;}
	.deco_box .title{margin-bottom: 10px;}
}

/*------------------
   資料エリア
------------------*/
.list_deco{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.list_deco li{
	width: 45%;
	list-style-type: disc;
	text-align: left;
	color: #0082d6;
	margin-left: 20px;
	margin-bottom: 5px;
}
.list_deco li a{color: #323232;}
.list_deco li:last-child{margin-bottom: 0;}

/*------------------
   画像とテキストエリア
------------------*/
.cms_img_text_box h4{text-align: center; font-weight: bold; font-size: 25px; margin-bottom: 10px;}

.cms_img_text_box div{
	display: flex;
    align-items: flex-start;
	gap:10px 4%;
    flex-wrap: wrap;
	justify-content: center;
}
.cms_img_text_box img,
.cms_img_text_box p{width: 48%;}
.cms_img_text_box p{text-align: justify;}
@media screen and (max-width: 750px){	
	.cms_img_text_box img,
	.cms_img_text_box p{width: 100%;}
}

/*------------------
   動画エリア
------------------*/
.cms_movie_box{
	max-width: 600px;
	margin: 0 auto;
}
.cms_movie_box div:not(:last-of-type) {margin-bottom: 30px;}
.cms_movie_box iframe{
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
}
.cms_movie_box p{margin-top: 10px; text-align: justify;}

/*------------------
   画像ボタンエリア
------------------*/
.img_btn_list{
	display: flex;
    flex-wrap: wrap;
    gap: 20px 4%;
    align-items: flex-start;
}
.img_btn{
	background-size: cover;
	background-position: center;
	width: 47%;
	height: 300px;
	overflow: hidden;
	display: block;
	padding: 11px;
	position: relative;
}
.img_btn::after{
	content: "";
	position: absolute;
	background-image: url("../img/common/click.svg");
	background-size: cover;
	width: 81px;
    height: 66px;
    inset: auto 0 0 auto;
}
.img_btn div{
	width: 100%;
	height: 100%;
	border: solid 3px #FFFFFF;
	padding: 10px 5%;
	display: flex;
	align-items: center;
    justify-content: center;
	z-index: 1;
    position: relative;
}
.img_btn div p{
	font-size: 25px;
	line-height: 1.2;
	border-radius: 10px;
	padding: 0.4em 0.8em;
	background-color: #FFFFFF;
}
@media screen and (max-width: 900px){
	.img_btn div p{font-size: 20px;}
}
@media screen and (max-width: 750px){
	.img_btn{
		width: 100%;
		height: 200px;
		padding: 7px;
	}
	.img_btn::after{
		width: 62px;
    	height: 50px;
	}
	.img_btn div{border-width:1px; }
	.img_btn div p{
		font-size: 18px;
		border-radius: 6px;
	}
}

/*=====================================================================================
***************************************************************************************

　　footer
		
***************************************************************************************
=====================================================================================*/
footer{
	background: #0082d6; 
	padding-top: 90px;
	color: #FFFFFF;
}
footer h6{font-size: 30px; text-align: justify;}
footer h6 span{font-size: 15px; vertical-align: baseline; margin-left: 15px;}

footer .top_box{
	max-width: 1500px;
	width: 90%;
	padding: 0 100px;
	margin: 0 auto;
	border-bottom: 1px solid #FFFFFF;
}
footer .top_box ul{
	display: flex;
	/*justify-content: center;*/
	flex-wrap: wrap;
	margin: 30px auto 60px;
	gap:30px 1%;
}
footer .top_box ul li{
	width: 24.2%;
	border: 1px solid #FFFFFF;
	padding: 20px 0;
	border-radius: 40px;
	background: url("../img/common/betut_w.svg") center right 15px no-repeat;
	background-size: 25px;
}
footer .top_box ul li a{
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
    align-items: center;
	line-height: 1.2;
	font-size: 16px;
}
footer .bottom_box{
	max-width: 1200px;
	width: 90%;
	margin: 60px auto 0;
}
footer .bottom_box .norimono{
	max-width: 785px;
	width: 100%;
	display: block;
	margin: 30px auto 0;
	background: url("../img/common/betut_g.svg") center right 30px no-repeat;
	background-size: 35px;
	background-color: #FFFFFF;
	text-decoration: none;
	font-size: 22px;
	color: #00937c;
	font-weight: bold;
	padding: 10px 0;
	border-radius: 47px;
}
footer .bottom_box .norimono img{vertical-align: middle;}
footer .bottom_box .norimono span{vertical-align: middle; margin-left: 20px;}

footer .in_box{
	margin: 100px auto;
}
footer .in_box img{width: 300px; vertical-align: middle;}
footer .in_box ul{display: inline-block; vertical-align: middle; margin-left: 40px;}
footer .in_box ul li{text-align: justify; font-size: 14px; margin-bottom: 10px;}
footer .in_box ul li a{color: #FFFFFF; text-decoration: none;}

footer .copy{
	/*display: flex;
	justify-content: space-between;*/
	padding-bottom: 30px;
}

footer .copy li{
	display: inline-block;
	border-right: 1px solid #FFFFFF;
	font-size: 12px;
	padding-right: 15px;
	margin-right: 15px;
}
footer .copy li:last-child{border-right: none;}
footer .copy li a{
	color: #FFFFFF;
	text-decoration: none;
}
@media screen and (max-width: 1600px){
	footer .top_box ul{
		justify-content: flex-start;
		gap: 30px 1.1%;
	}
	footer .top_box ul li{
		width: 32%;
		background: url("../img/common/betut_w.svg") center right 10px no-repeat;
		background-size: 25px;
	}
}
@media screen and (max-width: 1300px){
	footer .top_box{padding: 0 30px;}
	footer .top_box ul li{
		width: 48%;
		background: url("../img/common/betut_w.svg") center right 25px no-repeat;
		background-size: 25px;
	}
	footer .top_box ul li a{font-size: 16px;}
}

@media screen and (max-width: 1000px){
	footer .top_box ul{margin: 30px auto;}
}

@media screen and (max-width: 750px){
	footer{padding-top: 50px;}
	footer h6{font-size: 23px;}
	footer h6 span{display: none;}
	
	footer .top_box{padding: 0;}
	footer .top_box ul{
		margin: 10px auto 20px;
		gap: 5px;
	}
	footer .top_box ul li{width: 100%; margin-bottom: 15px;}
	
	footer .bottom_box{margin: 30px auto 0;}
	footer .bottom_box .norimono{
		font-size: 16px;
		display: block; 
		margin: 10px auto 0;
		line-height: 1.2;
		background: url("../img/common/betut_g.svg") top 20px right 20px no-repeat;
		background-size: 35px;
		background-color: #FFFFFF;
	}
	footer .bottom_box .norimono img{display: block; margin: 0 auto 0;}
	footer .bottom_box .norimono span{margin: 0 auto;}
	footer .bottom_box .norimono span br{display: block;}
	
	footer .in_box{margin: 70px auto ;}
	footer .in_box ul{margin: 20px auto 0;}
	footer .copy{display: block;}
	footer .copy small{line-height: 1.2; padding-top: 10px; display: block;}
}



