@charset "UTF-8";

/*-----------------------------------------------------
html
-------------------------------------------------------*/
html, body{
	margin: 0;
	padding: 0;
	margin-left:auto;
	margin-right:auto; 
	font-size: var(--base);
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","Yu Gothic Medium","游ゴシック Medium",YuGothic,游ゴシック体,メイリオ,sans-serif;
	color: #333333;
	line-height: 1.0;
	letter-spacing: .1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
	z-index: -9999;
    box-sizing: border-box;
    text-align: left;
}

a{
    text-decoration: none !important;
}

a:hover {
    color: #333333;
}

#container{
}

img {
    image-rendering: -webkit-optimize-contrast;
}


/*-----------------------------------------------------
root
-------------------------------------------------------*/

:root {
    
/*font-size*/    
font-size: 62.5% !important;
--base: 1.7rem;
--s10: 1.0rem;
--s12: 1.2rem;
--s13: 1.3rem;
--s14: 1.4rem;    
--s15: 1.5rem; 
--s16: 1.6rem;    
--s18: 1.8rem;
--s20: 2.0rem;
--s22: 2.2rem;
--s24: 2.4rem;    
--s26: 2.6rem;     
--s28: 2.8rem;     
--s32: 3.2rem;
--s38: 3.8rem;
--s40: 4.0rem;
--s42: 4.2rem;
--s44: 4.4rem;
    
--imgh: 34vw; 
	
/*line-height*/    
--lh12: 1.2;
--lh14: 1.4;
--lh16: 1.6;
--lh18: 1.8;
--lh20: 2.0;

    
/*color*/
--blue1: #0070AC;
--blue2: #EDF6F8;
--blue3: #E5EEF7;
--blue4: #064483;
}

/*-----------------------------------------------------
global
-------------------------------------------------------*/
.g_only_pc{
    display: block;
}

.g_only_tb{
    display: block;
}

.g_only_sp{
    display: none !important;
}

.g_only_pc_in{
    display: inline-block;
}


.g_w1100{
	max-width: 1100px;
	margin: 0 auto;
}

.g_w1000{
	max-width: 1000px;
	margin: 0 auto;
}

.g_w900{
	max-width: 900px;
	margin: 0 auto;
}

.g_w800{
	max-width: 800px;
	margin: 0 auto;
}

.g_font1 {
    font-family: 'NotoSerif';
}

.g_t1{
	text-align: center;
}

.g_t1 h2{
	font-size: var(--s32);
	line-height: var(--lh14);
	font-weight: bold;
	color: var(--blue1)
}

.g_t1 h2 span.s1{
	color: var(--blue);
}

.g_t1 h2 span.s2{
	font-size: var(--s32)!important;
}

.g_t1 h2 span.ud{
	position: relative;
    display: inline-block;
    z-index: 2;
}

.g_t1 h2 span.ud:before {
    content: "";
    display: block;
    width: 100%;
    bottom: 1px;
    left: 0;
    background-color: #ff0;
    position: absolute;
    height: 10px;
    z-index: -1;
}

.g_t1 h2 span.ss{
	display: inline-block;
	background: var(--blue);
	font-size: var(--s18);
	border-radius: 30px;
	padding: 6px 16px;
	color: #fff;
	margin-bottom: 12px;
}


.g_t1 h3{
	text-align: center;
	font-size: var(--s32);
	line-height: var(--lh14);
	font-weight: bold;
}


.g_btn{
    max-width: 320px;
    height: auto;
    background:var(--blue1);
    border-radius: 100px;
    text-align: center;
    margin: 0 auto;
    position: relative;
	transition-property: opacity;
	transition-duration: 0.5s;
}

.g_btn a{
    padding: 20px 0 20px;
	display: block;
    font-weight: bold;
    font-size: var(--s16);
	position: relative;
	color: #fff;
}

.g_btn a span.img{
	position: absolute;
    top: 45%;
    right: 30px;
    width: 8px;
    height: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.g_btn:hover{
    opacity: 0.7;
}



.g_mb_a{
    margin-bottom: 26px;
}

.g_mb_b{
    margin-bottom: 36px !important;
}

.g_mb_c{
    margin-bottom: 46px !important;
}


#drawer{
	display: none;
}

/*-----------------------------------------------------
header
-------------------------------------------------------*/

#header_box{
    width: 100%;
}

.header_txt{
	padding: 10px 0 0 0;
}

.header_txt h1{
	font-size: var(--s12);
	font-weight: normal;
}

#header_box .wrap{
    padding: 30px 0;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.header_logo{
    max-width: 320px;
    height: auto;
}

.header_ctbox{
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
	gap: 0 10px;
}

.header_tel img{
    height: 60px;
}

.header_mail{
	width: 140px;
    height: 60px;
	text-align: left;
	background: #0070AC;
	border-radius: 8px;
 	display:flex;
    align-items: center;
	justify-content: center;
}

.header_mail a{
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: var(--s14);
	line-height: var(--lh14);
}

.header_line{
	width: 140px;
    height: 60px;
	text-align: left;
	background: #00AA55;
	border-radius: 8px;
 	display:flex;
    align-items: center;
	justify-content: center;
}

.header_line a{
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: var(--s14);
	line-height: var(--lh14);
}

.header_nav {
	width: 100%;
	background: var(--blue1);
}

.header_nav nav ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
	gap: 0 30px;
}

.header_nav ul li{
	width: 16.6666%;
	text-align: center;
}

.header_nav ul li a{
	color: #fff;
	display: block;
    font-size: var(--s16);
	font-weight: bold;
	padding: 26px 0;
}


/*-----------------------------------------------------
mv
-------------------------------------------------------*/

.mv{
	position: relative;
	width: 100%;
	height: 620px;
	overflow: hidden;
}

.mv-bg{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.mv_text_wrapper {
	position: absolute;
	top:50%;
	left: 50%;
	transform:translate(-50%,-50%);
	z-index: 10;
	display: inline-block;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}


.mv-subtext{
	font-weight: bold;
	background-color: var(--blue4);
	color: #fff;
	line-height:var(--lh16);
	padding: 10px 0 ;
	text-align: center;
	padding: 20px 60px;
}

.mv_text{
	background-color: rgba(255, 255, 255, 0.8);
	padding: 30px 60px;
}

.mv_text img {
	width: 450px;
	height: auto;
	display: block;
}


/*-----------------------------------------------------
box1
-------------------------------------------------------*/

.box1 {
	padding: 100px 0 90px 0;
}


.box1_list{
	padding-top: 80px;
	position: relative;
	z-index: 1;
}

.box1_list ul{
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content:center;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	gap:30px 5%;
}

.box1_list ul li{
	position: relative;
	width: 30%;
	background: var(--blue2);
	border-radius: 10px;
	padding: 60px 40px 50px;
	overflow: visible;
}


.box1_list ul li > img:first-child{
	position: absolute;
	top:-40px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: auto;
}

.box1_list ul li img:not(:first-child){
	display: block;
    max-height: 120px;
    margin: 0 auto 16px;
}

.box1_list ul li span.t{
	display: block;
	font-weight: bold;
	font-size: var(--s20);
	margin-top:30px;
	margin-bottom: 14px;
	text-align: center;
}

.box1_list ul li span.txt{
	line-height: var(--lh16);
	text-align: left;
}


/*-----------------------------------------------------
box2
-------------------------------------------------------*/
.box2{
	padding: 100px 0 90px 0;
	background-color: var(--blue3);
}

.box2_list{
	padding: 40px 0 20px 0;
}

.box2_list ul{
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content:center;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	gap:30px 5%;
}

.box2_list ul li{
	position: relative;
	width: 46%;
	background:#fff;
	border-radius: 10px;
	overflow: visible;

}


.box2_list ul li img{
	display: block;
	width: 100%;
	margin: 0 auto;
	border-radius: 10px 10px 0 0;

}

.box2_list ul li h3{
	font-size: var(--s20);
	padding: 24px 24px 0;
	margin-bottom: 14px;
	font-weight: bold;
}

.box2_list ul li p{
	padding: 0 24px 24px;
	line-height: var(--lh16);
}


.box2_list ul li span {
	display: block;
	width: 100%;
    padding: 18px 0 20px;
    background-color: var(--blue1);
    color: #fff;
    border-radius: 0 0 10px 10px;
    font-weight: bold;
	text-align: center;
	position: relative;
}


.box2_list ul li span img{
	position: absolute;
    top: 50%;
    right:180px;
    width: 14px;
    height: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*-----------------------------------------------------
box3
-------------------------------------------------------*/

.box3{
	padding: 100px 0 80px;
}

.area{
	padding-top: 60px;
}

.area h2{
	font-size: var(--s20);
	margin-bottom: 24px;
}

.area p{
	line-height: var(--lh16);
	color: #52647A;
	margin-bottom: 14px;
}


/*-----------------------------------------------------
box4
-------------------------------------------------------*/
.box4{
	padding: 100px 0 80px;
	background-color: var(--blue2);
}


.box4_list{
	padding: 60px 0;
}

.box4_list ul{
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	gap: 20px 0;
}

.box4_list ul li{
	line-height: var(--lh18);
}

.box4_list ul li.q{
    padding: 30px 60px;
    position: relative;
    cursor: pointer;
	font-weight: bold;
	border-bottom: solid 2px #99C7EE;
}


.box4_list ul li.q:hover{
    cursor: pointer;
}

.box4_list ul li.q::before{
    content: "";
    display: block;
    background: url("../../images/index/q.svg");
    height: 36px;
    width: 36px;
    background-size: 36px 36px;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}



.box4_list ul li.q::after{
    content: "";
    background: url("../../images/index/open.svg");
    display: block;
    height: 18px;
    width: 18px;
    background-size: 18px 18px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
}


.box4_list ul li.q.active::after{
   content: "";
    background: url("../../images/index/open.svg");
    display: block;
    height: 18px;
    width: 18px;
    background-size: 18px 18px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    opacity: 1;
	transform: translateY(-50%) rotate(180deg);
}

.box4_list ul li.a{
    display: none;
    padding: 16px 30px 30px 60px;
    position: relative;
}


.box4_list ul li.a::before{
    content: "";
    display: block;
    background: url("../../images/index/a.svg");
    height: 36px;
    width: 36px;
    background-size: 36px 36px;
    position: absolute;
    top: 15px;
    left: 10px;
}

.box5_list ul li:last-child{
    margin-bottom: 0px;
}


/*-----------------------------------------------------
box5
-------------------------------------------------------*/

.box5{
	padding: 100px 0 120px;
}


/*-----------------------------------------------------
cta
-------------------------------------------------------*/
.cta{
	border: 2px solid #0070AC;
	border-radius: 10px;
	padding: 50px 170px 70px;
	position: relative;
	z-index: 2;
	background: #fff;
	box-shadow: 0 8px 20px rgba(0,0,0,0.1);
	text-align: center;
}

.cta_t{
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
	align-items: center;
	font-weight: bold;
	text-align: left;
	width: fit-content;
	margin: 0 auto 30px;
}

.cta_t img{
	width: 100px;
	height: auto;
}

.cta_txt{
	padding-left: 30px;
}

.cta_txt span{
	display: block;
	font-size: var(--s40);
	color: var(--blue1);
	line-height: var(--lh14);
	margin-bottom: 18px;
}

.cta_txt p{
	line-height: var(--lh14);

}

.cta_ctbox{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cta_tell{
	padding-right: 30px;
}


.cta_tell img{
    height: 90px;
}

.cta_mail{
	width: 180px;
    height: 80px;
	text-align: left;
	background: #0070AC;
	border-radius: 8px;
 	display:flex;
    align-items: center;
	justify-content: center;
}

.cta_mail a{
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: var(--s18);
	line-height: var(--lh12);
}

.cta_line{
	width: 180px;
    height: 80px;
	text-align: left;
	background: #00AA55;
	border-radius: 8px;
 	display:flex;
    align-items: center;
	justify-content: center;
}

.cta_line a{
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: var(--s18);
	line-height: var(--lh14);
}

/*-----------------------------------------------------
footer
-------------------------------------------------------*/
footer{
}

#footer_box{
    padding: 60px 0px 40px;
	background-color: var(--blue1);
	position: relative;
	width: 100%;
}


.footer_nav{
    font-size: var(--s16);
	color: #FFFFFF;
}


.footer_logo{
	display: block;
	width: 320px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.footer_link{
	margin-bottom: 120px;
}

.footer_link ul{
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.footer_link ul li a{
	color: #FFFFFF;

}

.footer_copyright{
    text-align: center;
    font-size: var(--s13);
	line-height: var(--lh16);
}

/*-----------------------------------------------------
page-top
-------------------------------------------------------*/

#page_top {
    position: fixed;
    bottom: 20px;
    right: 40px;
	z-index: 1000;
	margin: 0 0 32px;
    display:none;
}

#page_top.active{
    display: block;
    transition: 1s all;     
}

#page_top a{
	width: 50px;
	height: 50px;
    display: inline-block;
}

#page_top a:hover{
    text-decoration: none;
    opacity: 0.8;
}


/*-----------------------------------------------------
reCAPTCHA
-------------------------------------------------------*/
.grecaptcha-badge { visibility: hidden; }

.recaptcha{
    margin: 54px auto 15px;
    border: 1px solid #cccccc;
    padding: 20px;
    border-radius: 4px;
    width: 100%;
    text-align: center;
}

.recaptcha p{
  font-size:12px;
  color:#808080;
  line-height: 1.75;
}

.recaptcha a{
  display: inline;
  text-decoration: underline;
  color:#808080;
}

.recaptcha span{
    display: block;
    color: #222222;
}


/*-----------------------------------------------------
translate
-------------------------------------------------------*/
#gt-nvframe{
    display: none;
}

