@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';
    box-sizing: border-box;
    text-align: left;
	position: relative;
}

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;
--s11: 1.1rem;
--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;
--s42: 4.2rem;
--s44: 4.4rem;
    
/*line-height*/    
--lh12: 1.2;
--lh14: 1.4;
--lh16: 1.6;
--lh18: 1.8;
--lh20: 2.0;
--lh24: 2.4;
    
/*color*/
--color1: #8EB854;
--color2: #F1F5F4;
}

/*-----------------------------------------------------
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_w1200{
	max-width: 1200px;
	margin: 0 auto;
}

.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_t1{
	text-align: center;
}

.g_t1 h2{
	font-size: var(--s38);
	font-weight: bold;
	color: var(--color1);
}

.g_t1 span{
	font-size: var(--s26);
	display: block;
	margin-bottom: 12px;
	color: #000;
}

.g_btn{
    width: 260px;
    height: auto;
    background: #fff;
    border-radius: 100px;
    text-align: center;
    margin: 0 auto;
    position: relative;
	border: 1px solid #ddd;
	transition-property: opacity;
	transition-duration: 0.5s;
}

.g_btn:hover{
    opacity: 0.7;
}


.g_btn::after{
	content: "";
    background: url("../../images/index/arrow_br.svg");
    background-size: 8px;
    display: block;
    width: 8px;
    height: 13px;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);    
}

.g_btn a{
    padding: 22px;
    font-weight: bold;
    font-size: var(--s16);
}


.g_mb_a{
    margin-bottom: 26px!important;
}

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

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


#drawer{
	display: none;
}

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


#header_box{
    width: 100%;
}

#header_box .wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 26px 1.5% 36px;
}

.header_logo{
    max-width: 280px;
    height: auto;
	margin-right: 16px;
}

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


.header_ct {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.header_tel{
	margin-right: 16px;
}

.header_tel a{
	max-width: 240px;
	margin-bottom: 6px;
}

.header_tel a{
	max-width: 260px;
	margin-bottom: 6px;
}

.header_tel .st{
    display: flex;
    align-items: center;
	gap: 0 6px;
}

.header_tel span.text{
	font-size: var(--s11);
	display: inline-block;
}

.header_tel span.detail{
	font-size: var(--s11);
	display: inline-block;
	background: var(--color2);
	color: var(--color1);
	font-weight: bold;
	padding: 6px 6px;
	border-radius: 6px;
}

.header_line {
	position: relative;
	display: inline-block;
	margin-right: 8px;
}

.header_line a {
	display: block;
	position: relative;
	background: #00C300;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 50px 10px 20px;
	border-radius: 40px;
	line-height: var(--lh14);
	font-size: var(--s13);
}

.header_line a::before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 50%;
}

.header_line a::after {
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background-color: #00C300;
	-webkit-mask: url("../../images/index/arrow_br.svg") no-repeat center;
	mask: url("../../images/index/arrow_br.svg") no-repeat center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.header_mail {
	position: relative;
	display: inline-block;
}

.header_mail a {
	display: block;
	position: relative;
	background: #F36404;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 50px 10px 20px;
	border-radius: 40px;
	line-height: var(--lh14);
	font-size: var(--s13);
}

.header_mail a::before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 50%;
}

.header_mail a::after {
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background-color: #F36404;
	-webkit-mask: url("../../images/index/arrow_br.svg") no-repeat center;
	mask: url("../../images/index/arrow_br.svg") no-repeat center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.header_nav {
	position: relative;
	z-index: 1000;
}

.header_list {
	display: flex;
	justify-content: center;
	gap: 0 36px;
	margin-bottom: 0;
	padding: 0 0 26px;
	list-style: none;
}

.header_item > a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}

.has_megamenu > a {
	position: relative;
	padding-right: 22px;
}

.has_megamenu > a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 13px;
	height: 13px;
	background-color: var(--color1);
	-webkit-mask: url("../../images/index/arrow_br.svg") no-repeat center;
	mask: url("../../images/index/arrow_br.svg") no-repeat center;
	-webkit-mask-size: contain;
	mask-size: contain;
	transform: translateY(-50%) rotate(90deg);
}

.megamenu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: var(--color2);
	text-align: center;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition:
		opacity 0.25s ease,
		visibility 0.25s ease,
		transform 0.25s ease;
	z-index: 1000;
}

.header_nav.is-megamenu-open .megamenu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.megamenu_list {
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px 1.25%;
	margin: 0 auto;
}

.megamenu_item {
	background: #fff;
	padding: 20px 16px;
	width: 19%;
	border-radius: 6px;
	font-weight: 500;
	font-size: var(--s15);
	text-align: left;
	box-sizing: border-box;
	position: relative;
}

.megamenu_item::after {
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	background-color: var(--color1);
	-webkit-mask: url("../../images/index/arrow_br.svg") no-repeat center;
	mask: url("../../images/index/arrow_br.svg") no-repeat center;
	-webkit-mask-size: contain;
	mask-size: contain;
}


.megamenu_item a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.overlay {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .25s;
	z-index: 900;
}

.header_nav.is-megamenu-open .overlay {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
/*-----------------------------------------------------
mv
-------------------------------------------------------*/

.mv{
	background: var(--color2);
}

.mv .wrap{
	padding: 80px 0;
    max-width: 1280px;
    margin: 0 auto;
}
    
.mv_txt{
	padding: 40px 0;
	max-width: 630px;
    margin: 0 auto;
}


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

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

.box1 .g_t1{
	padding: 0 0 26px 0;
}

.box1_text{
	padding: 0 0 50px 0;
	font-weight: bold;
	text-align: center;
}

.box1 ul{
    display: flex;
	justify-content: flex-start;
    align-items: stretch;
  	flex-wrap: wrap;
	gap: 14px 1.25%;
}

.box1 ul li{
	width: 19%;
	border-radius: 10px;
	border: 1px solid #ddd;
	text-align: center;
}

.box1 ul li a{
	padding: 26px;
}

.box1 ul li img{
	max-width: 120px;
	margin-bottom: 30px;
}

.box1 ul li span{
	display: block;
	font-weight: bold;
}




/*-----------------------------------------------------
box2
-------------------------------------------------------*/
.box2{
	padding: 100px 0 80px 0;
	background: var(--color2);
}

.box2 .g_t1{
	margin-bottom: 50px;
}

.box2 ul{
    display: flex;
    justify-content: space-between;
  	flex-wrap: wrap;
	gap: 36px 0px;
}

.box2 ul li{
	width: 47%;
}

.box2 ul li img{
	margin: 0 auto 26px;
	border-radius: 12px;
}

.box2 ul li span.t{
	font-weight: bold;
	font-size: var(--s20);
	margin-bottom: 16px;
	display: block;
}

.box2 ul li p{
	line-height: var(--lh16);
}


/*-----------------------------------------------------
box3
-------------------------------------------------------*/
.box3{
	padding: 80px 0 80px 0;
}

.box3 .g_t1{
	margin-bottom: 50px;
}

.box3 ul{
    display: flex;
  	flex-direction: column;
	margin-bottom: 46px;
}

.box3 ul li{
    padding: 36px 50px 36px 40px;
}

.box3 ul li.q{
	position: relative;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	cursor: pointer;
	font-size: var(--s18);
}

.box3 ul li.q::before{
	position: absolute;
	content: "Q.";
    top: 36px;
	left: 8px;
	color: var(--color1);
}

.box3 ul li.q::after{
	position: absolute;
	content: "";
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(90deg);
	background-color: var(--color1);
	-webkit-mask: url("../../images/index/arrow_br.svg") no-repeat center;
	mask: url("../../images/index/arrow_br.svg") no-repeat center;
	-webkit-mask-size: contain;
	mask-size: contain;
	width: 22px;
	height: 16px;
	transition: transform 0.5s;
}

.box3 ul li.q.active::after{
	transform: translateY(-50%) rotate(-90deg);
}

.box3 ul li.a {
    line-height: var(--lh18);
    position: relative;
	display: none;
}

.box3 ul li.a::before{
	position: absolute;
	content: "A.";
    top: 36px;
	left: 10px;
	color: var(--color1);
}


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

.box4_t{
	font-size: var(--s28);
	font-weight: bold;
	color: var(--color1);
	text-align: center;
	margin-bottom: 16px;
}

.box4_t span{
	font-size: var(--s44);
	font-weight: bold;
	color: #000;
}

.box4_text{
	font-size: var(--s20);
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}

.box4_list ul{
    display: flex;
    justify-content: space-between;
	margin-bottom: 50px;
}

.box4_list ul li{
	width: 29%;
}

.box4_list ul li img{
	margin-bottom: 16px;
	border-radius: 6px;
}

.box4_list ul li span.t1{
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
}

.box4_list ul li span.t2{
	font-weight: bold;
	font-size: var(--s20);
}

.box4_list ul li p{
	margin-top: 10px;
	line-height: 1.5;
}

/*-----------------------------------------------------
cta
-------------------------------------------------------*/
.cta{
	padding: 60px 0 60px;
	border-top: 1px solid var(--color2);
	border-bottom: 1px solid var(--color2);
}


.cta h2{
	margin-bottom: 20px;
	font-weight: bold;
	font-size: var(--s28);
	text-align: center;
}

.cta h2 span{
	color: var(--color1);
}

.cta_text{
	margin-bottom: 36px;
	font-weight: bold;
	text-align: center;
}

.cta .wrap{
	width: 86%;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
	align-items: center;
}

.cta_tel{
	width: 50%;
	border-right: 1px solid #ddd;
	margin: 0 3% 0 0;
	padding: 0 3% 0 0;
}

.cta_tel a{
	margin-bottom: 10px;
}

.cta_tel .st{
    display: flex;
    align-items: center;
	gap: 0 6px;
}

.cta_tel span.text{
	font-size: var(--s14);
	display: inline-block;
	font-weight: bold;
}

.cta_tel span.detail{
	font-size: var(--s14);
	display: inline-block;
	background: var(--color2);
	color: var(--color1);
	font-weight: bold;
	padding: 6px 6px;
	border-radius: 6px;
}

.cta_line {
	width: 25%;
	margin-right: 2%;
	position: relative;
	display: inline-block;
}

.cta_line a {
	display: block;
	position: relative;
	background: #00C300;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 14px 50px 14px 30px;
	border-radius: 40px;
	line-height: var(--lh14);
	font-size: var(--s16);
}

.cta_line a::before {
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	background: #fff;
	border-radius: 50%;
}

.cta_line a::after {
	content: "";
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	background-color: #00C300;
	-webkit-mask: url("../../images/index/arrow_br.svg") no-repeat center;
	mask: url("../../images/index/arrow_br.svg") no-repeat center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.cta_mail {
	width: 25%;
	position: relative;
	display: inline-block;
}

.cta_mail a {
	display: block;
	position: relative;
	background: #F36404;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 14px 50px 14px 30px;
	border-radius: 40px;
	line-height: var(--lh14);
	font-size: var(--s16);
}

.cta_mail a::before {
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	background: #fff;
	border-radius: 50%;
}

.cta_mail a::after {
	content: "";
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	background-color: #F36404;
	-webkit-mask: url("../../images/index/arrow_br.svg") no-repeat center;
	mask: url("../../images/index/arrow_br.svg") no-repeat center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

/*-----------------------------------------------------
footer
-------------------------------------------------------*/

#footer_box{
    padding: 100px 0px 40px;
	background: var(--color2);
}

.footer_logo{
    max-width: 300px;
    height: auto;
    margin: 0 auto 20px 0;
}

.footer_tx p{
    font-weight: bold;
	line-height: var(--lh16);
}

.footer_tx p span{
    font-weight: normal;
	font-size: var(--s14);
}


.footer_nav{
    margin-bottom: 120px;
    display: flex;
    justify-content: space-between;
  	flex-wrap: wrap;
    font-size: var(--s16);
}

.footer_nav .footer_detail{
	width: 36%;
}


.footer_nav ul{
	width: 21%;
}

.footer_nav ul li{
	margin-bottom: 16px;
}

.footer_nav ul li.t{
	font-weight: bold;
}

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

.footer_nav ul li a{
	display: inline-block;
}

.footer_nav ul li.link a{
	padding-right: 20px;
	position: relative;
}

.footer_nav ul li.link a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 14px;
	height: 12px;
	background-color: #000;
	-webkit-mask: url("../../images/index/link_ic.svg") no-repeat center;
	mask: url("../../images/index/link_ic.svg") no-repeat center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.footer_copyright{
    text-align: center;
    font-size: var(--s12);
}


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

#page_top {
    position: fixed;
    bottom: 0;
    right: 30px;
	z-index: 9999;
	margin: 0 0 32px;
    display: none;
}

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

#page_top a{
	width: 42px;
    height: 42px;
    display: inline-block;
	background: var(--color1);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 50%;
	
}

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

#page_top a img{
    width: 8px;
    height: auto;
    transform: rotate(-90deg);
	filter: brightness(0) invert(1);
}

/*-----------------------------------------------------
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;
}

