@charset "UTF-8";
/* CSS Document */

html{
	font-size: 62.5%;
	/*16pxx62.5%=10px*/
  	margin: 0;
	scroll-behavior: smooth;
	font-family: "m-plus-1c", sans-serif;
}
h1, h2, h3, h4, p, span, li{
	font-size: 1.6rem;
	text-align: justify;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
a{
  text-decoration: none;
  color:#000;
}
a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
.pc-view{
	display: block;
}
.sp-view{
	display: none;
}
.contents-wrapper{
  max-width: 1240px;
  margin: 0px auto;
}

/*-----------------------------------------------
*	header
*-----------------------------------------------*/
header {
  width: 100%;
  z-index: 10;
  /* アニメーションの変化時間 */
  transition: 0.5s;
}
.header-wrapper{
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: center;
    position: sticky;
    top: 0;
    padding-top: 20px;
    padding-bottom: 18px;
}
.header{
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1220px;
    position: relative;
    margin: 0 auto;
}
.header-wrapper.transform{
    background: rgba(255,255,255,0.9);
}
.logo{
    width: 151px;
    margin: 10px 34px 0 0;
}
.nav{
    width: 100%;
    display: block;
}
.sp_header__hover{
    margin-right: 64px;
}
.sp_header__hover_link{
    color: #fff;
}
.sp_header__hover_wrapper{
    display: none;
    background: rgba(0, 0, 0, 0.7);
/*    margin-left: 10px;*/
    padding-left: 10px;
    padding-bottom: 14px;
    margin-top: 25px;
/*
    margin: 0!important;
    height: 100%!important;
*/
}
.sp_header__hover_item{
/*    margin: 14px 0!important;*/
    padding: 14px 0 0!important;
    display: block;
}
.sp_header__hover_link{
    font-size: 1.4rem;
}
.sp_header__hover_txt{
    font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1220px) {
.nav-item02{
    width: 100%;
}
.nav-link_open {
    transition: background .3s ease;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}
.nav-link_open::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:30px;
  height:2px;
  margin:auto;
  background:#fff;
}
.nav-link_open::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
    .nav-link_open::after{
        transform:rotate(0deg)
    ;}
.sp_header__hover::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.sp_header__hover.active::after{transform:rotate(0deg);}

.sp_header__hover span{
  position: relative;
}
.sp_header__hover_wrapper {
  display: none;
}
    .sp_header__hover_txt{
        margin-left: 12px;
    }
.sp_header__hover {
    transition: background .3s ease;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}
.sp_header__hover::before,
.sp_header__hover::after{
    display: block;
    position: absolute;
    content: '';
    top: -8px;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 2px;
    margin: auto;
    background: #fff;
}
.sp_header__hover02::before,
.sp_header__hover02::after{
    background: #000;
}
.sp_header__hover::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.sp_header__hover.active::after{transform:rotate(0deg);}

.mono_QA__accordion_content {
  padding: 20px 80px 20px 0;
}
.mono_QA__accordion_content_list{
    margin-top: 10px;
}
.sp_header__hover{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: solid 1px #fff;
    padding-bottom: 8px;
    margin-bottom: 16px;
}
.sp_header__hover02{
    border-bottom: solid 1px #000;
}
.sp_header__hover_list{
    display: flex;
    flex-direction: column;
    margin: 0 0 24px 24px;
}
.sp_header__hover_item{
    width: 100%;
    border-bottom: solid 0.5px #fff;
    margin-bottom: 16px;
}
    .sp_header__hover_item02{
    border-bottom: solid 0.5px #000;
}
.sp_header__hover_txt{
    margin-left: 12px;
}
    .sp_header__hover_link{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 8px;
    }
}


@media screen and (max-width: 1024px) {
  .accordion_title {
    font-size: 18px;
  }
  .icon_wrap {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .accordion_title {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}


@media screen and (min-width: 1221px) {
    .nav{
        display: block!important;
    }
}
.header-nav{
    display: flex;
    justify-content: space-between;
}
.nav-wrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.nav-list{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
}
.nav-item{
  margin-right: 64px;
}
.nav-item:last-child{
  margin-right: 0px;
}
.nav-item a{
    color: #fff!important;
	font-size: 1.5rem;
}
.nav-link_txt02{
    color: #2C2C2C!important;
	font-size: 1.5rem;
}
.burger-btn{
  display: none;
}
.contact-wrapper{
    display: flex;
}
.contact-nav{
    color: #fff;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 144px;
    height: 40px;
    cursor: pointer;
    border: solid 1px #fff;
    margin-right: 36px;
}
.contact-nav:hover{
    color: #000;
    background-color: #fff;
    transition: 0.8s;
}
.contact-nav:last-child{
    margin-right: 0;
}
.contact-nav02{
    color: #000;
    border: solid 1px #000;
}
.contact-nav02:hover{
    color: #fff;
    background-color: #000;
    transition: 0.8s;
}
.nav-link_txt{
    font-family: "Noto Sans JP", sans-serif;
}
/*
.contact-nav_txt{
    color: #fff;
    font-size: 1.4rem;
}
.contact-nav_txt02{
    color: #000;
}
*/
.header-active{
    color: #A39574!important;
    border-bottom: solid 1px #A39574;
    width: 100%;
    padding-bottom: 8px;
    margin-top: 8px;
    display: block;
}
@media screen and (max-width: 1220px) {
	.pc-view{
		display: none;
	}
	.sp-view{
		display: block;
	}
	.contents-wrapper{
	  	max-width: 80%;
	  	margin: 0px auto;
	}
/*-----------------------------------------------
*	sp - header
*-----------------------------------------------*/
	.header {
		color: #ffffff;
		width: 90%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0px; 
	}
	.burger-btn{
	  	display: block;
	  	width: 39px;
	  	height: 39px;
	  	position: relative;
	 	z-index: 3;
	  	background-color:transparent;
	  	border:none;
    }
    .contact-wrapper{
        display: none;
    }
/*	Humburger menu bar*/
  .bar{
	  	width: 20px;
	  	height: 2px;
	  	display: block;
	  	position: absolute;
	  	left: 50%;
	  	transform: translateX(-50%);
	  	background-color: #fff;
  }
    .bar02{
        background-color: #2C2C2C;
    }
  .bar_top{
	  	top: 10px;
  }
  .bar_mid{
	  	top: 50%;
	  	transform: translate(-50%,-50%);
  }
  .bar_bottom{
	  	bottom: 10px;
  }
  .burger-btn.close .bar_top{
	  	transform: translate(-50%,10px) rotate(45deg);
	  	transition: transform .3s;
  }
  .burger-btn.close .bar_mid{
	  	opacity: 0;
	  	transition: opacity .3s;
  }
  .burger-btn.close .bar_bottom{
	  	transform: translate(-50%,-8px) rotate(-45deg);
	  	transition: transform .3s;
  }
  .nav{
		display: none;/*これがないと、SP版になった瞬間ハンバーガーメニューが開いた状態になる*/
		width: 100vw;
		height: 100vh;
		position: fixed;
 		top: 0;
		left: 0;
		z-index: 2;/*キービジュアルと.btn_triggerとの重なりの前後関係を調整*/
   }
   .header-nav{
		width: 100%;
		height: 100%;
		background: #000;
		z-index: 2;
  }
    .header-nav02{
        background: #fff;
    }
   .header-nav .nav-list{
        display: flex;
        text-align: center;
        flex-direction: column;
        align-items: center;
        justify-content: center;
       margin: 0 auto;
       width: 50%;
    }
    .nav-item{
        width: 100%;
        margin-right: 0;
    }
    .nav-link{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        border-bottom: solid 1px #fff;
        padding-bottom: 8px;
        margin-bottom: 26px;
    }
    .nav-link02{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        border-bottom: solid 1px #2C2C2C;
        padding-bottom: 8px;
        margin-bottom: 26px;
    }
    .nav-link_txt{
        margin-left: 12px;
    }
    .nav_toggle01 {
        display: block;
        width: 8px;
        height: 12px;
        background-image: url("<?php echo get_template_directory_uri(); ?>/img/arrow_w.svg");
        background-repeat: no-repeat;
        margin-right: 3px;
    }
    .nav_toggle02 {
        display: block;
        width: 8px;
        height: 12px;
        background-image: url("<?php echo get_template_directory_uri(); ?>/img/arrow_b.svg");
        background-repeat: no-repeat;
    }
  .active{
        color: #010917!important;
        border-bottom: none;
    }
}
@media screen and (max-width: 500px) {
    .header-nav .nav-list {
        margin: 0 32px;
        width: 100%;
    }
}
/*-----------------------------------------------
*	footer
*-----------------------------------------------*/
.footer{
    display: flex;
    background-color: #000;
    padding-top: 36px;
}
.footer02{
    background-color: #fff;
}
.footer__outer_wrapper{
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 44px;
}
.footer__inner_wrapper{
    display: flex;
}
.footer-logo{
    width: 220px;
    margin-right: 60px;
}
.footer_list01{
    display: flex;
    justify-content: space-between;
}
.footer_list02{
    display: flex;
    justify-content: space-between;
}
.footer__contact{
    display: flex;
    flex-direction: column;
}
.footer__btn01{
    color: #fff;
}
.footer__btn02{
    color: #fff;
}
.footer_box{
    display: flex;
    flex-direction: column;
    margin-right: 30px;
}
.footer_header{
    color: #fff;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
}
.footer_header02{
    color: #000;
}
.footer_link{
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    line-height: 1.5;
    margin-bottom: 10px;
}
.footer_link::before{
    content: "";
    border-top: solid 2px #C3C3C3;
    width: 12px;
    height: 2px;
    display: inline-block;
    margin-right: 10px;
}
.footer_link02{
    color: #000;
}
.footer__btn01{
    color: #fff;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    background-color: #262626;
    width: 214px;
    height: 38px;
    border: solid 1px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.footer__btn01:hover{
    color: #262626;
    background-color: #fff;
    transition: 0.8s;
}
.footer__btn02{
    color: #fff;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    background-color: #E25521;
    width: 214px;
    height: 38px;
    border: solid 1px #E25521;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer__btn02:hover{
    color: #E25521;
    background-color: #fff;
    transition: 0.8s;
}
.footer__btn03{
    color: #E25521;
    font-size: 1.4rem;
    width: 214px;
    height: 38px;
    border: solid 1px #E25521;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.footer__btn03:hover{
    color: #fff;
    background-color: #E25521;
    transition: 0.8s;
}
@media screen and (max-width: 1180px) {
    .footer_list02{
        flex-direction: column;
    }
    .footer_box{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 830px) {
    .footer__outer_wrapper{
        flex-direction: column;
        align-items: center;
        padding: 0 44px;
    }
    .footer__inner_wrapper {
        width: 50%;
        justify-content: space-between;
    }
    .footer-logo{
        margin: 0 0 60px;
    }
    .footer_box {
         margin-right: 0; 
    }
}
@media screen and (max-width: 680px) {
    .footer__inner_wrapper {
        width: 70%;
    }
}
@media screen and (max-width: 500px) {
    .footer__inner_wrapper {
        width: 90%;
    }

}
@media screen and (max-width: 420px) {
    .footer__inner_wrapper {
        width: 100%;
    }
}
@media screen and (max-width: 370px) {
    .footer__outer_wrapper{
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
    }
}