@charset "UTF-8";

html {
    font-size: 62.5%;
}

body {
    overflow-x: hidden;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", serif;
    line-height: 1.6;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: #000;
    text-decoration: none;
}
a:hover, button:hover {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

li {
    list-style: none;
}

p, li {
    font-size: 1.6rem;
}
button{
    background-color: unset;
    border: none;
}
.pc__display{
    display: block;
}
.sp__display{
    display: none;
}
@media screen and (max-width: 1220px) {
    .pc__display{
        display: none;
    }
    .sp__display{
        display: block;
    }
}
.nav__br{
    display: block;
}
/*-----------------------------------------------
*	header
*-----------------------------------------------*/
header {
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    height: 50px;
    display: flex;
    justify-content: space-between;
    padding: 0 5%;
    width: 100%;
    z-index: 999;
    top: 0;
    height: 78px;
}
:target {
  scroll-margin-top: 78px; /* ヘッダーの高さ分の余白を確保 */
}
.header-wrapper{
  color: #000;
  width: 100%;
  display: flex;
    justify-content: center;
    position: fixed;
    z-index: 10;
}
.header{
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1220px;
    margin: 15px 0;
}
.header-wrapper.transform{
    background: rgba(255,255,255,0.9);
}
.logo{
    width: 300px;
}
.nav{
    width: 100%;
    display: block;
}
.sp_header__hover{
    margin-right: 64px;
}
.sp_header__hover_link{
    font-size: 1.5rem;
    color: #364550;
    text-align: left;
}
.sp_header__hover_wrapper{
    display: none;
}
.sp_header__hover_item{
    margin: 14px 0;
}
.sp_header__hover_txt{
    font-family: "Noto Sans JP", sans-serif;
}
.sp_header__hover_list{
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.7);
}

@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%;
            padding: 8% 5%;
    }
    .sp_header__hover02{
        border-bottom: solid 1px #000;
    }
    .sp_header__hover_list{
        display: flex;
        flex-direction: column;
        margin: 0 0 24px 0;
        background-color: unset;
    }
    .sp_header__hover_item{
        width: 100%;
        border-bottom: solid 0.5px #fff;
        margin: 6px 0 6px 50px;
    }
        .sp_header__hover_item02{
        border-bottom: solid 0.5px #000;
    }
    .sp_header__hover_txt{
        margin-left: 12px;
    }
    .sp_header__hover_link{
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 28px;
    }
}


@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-end;
    align-items: flex-start;
}
.nav-item{
  margin-right: 40px;
}
.nav-item:last-child{
  margin-right: 0px;
}
.nav-item a{
	font-size: 1.5rem;
}
.sp_header__hover_txt{
    color: #364550;
    font-size: 1.8rem;
    font-weight: 500;
    display: inline-block;
    margin-top: 12px;
}
.nav-link_txt01{
    font-family: "Noto Sans JP", serif;
    color: #364550;
    text-align: center;
    display: block;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 12px;
}
.nav-link_txt02{
    font-family: "Noto Sans JP", serif;
    color: #364550;
    text-align: center;
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
}
.burger-btn{
  display: none;
}


.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;
	}
    .nav__br{
        display: none;
    }
/*-----------------------------------------------
*	sp - header
*-----------------------------------------------*/
	.header {
		color: #ffffff;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0px; 
        min-width: none;
	}
    .nav-link_txt01, .nav-link_txt02, .sp_header__hover_txt, .sp_header__hover_link{
        color:#fff;
        text-align: left;
    }
    .sp_header__hover_txt{
        margin: 0;
    }
	.burger-btn{
	  	display: block;
	  	width: 39px;
	  	height: 39px;
	  	position: relative;
	 	z-index: 3;
	  	border:none;
    }
/*	Humburger menu bar*/
  .bar{
	  	width: 20px;
	  	height: 2px;
	  	display: block;
	  	position: absolute;
      z-index: 99;
	  	left: 50%;
	  	transform: translateX(-50%);
	  	background-color: #004296;
  }
    .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;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 78px; /* ヘッダーの高さと同じ値 */
    left: 0;
    z-index: 2;
    background: #004296; /* 背景色 */
   }
   .header-nav{
		width: 100%;
		height: 100%;
		background: #004296;
		z-index: 2;
  }
    .header-nav02{
        background: #fff;
    }
   .header-nav .nav-list{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        padding: 10% 5%;
       padding-top: 100px;
    }
    .nav-item, .nav-item02{
        width: 100%;
        margin-right: 0;
        border-top: solid 1px #fff;
    }
    .nav-item:last-child{
        border-bottom: solid 1px #fff;
    }
    .nav-link_txt01{
        margin-top: 0;
    }
    .nav-link{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 8% 5%;
    }
    .nav-link02{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding-bottom: 8px;
        margin-bottom: 26px;
    }
    .nav-link_txt{
        margin-left: 12px;
    }
  .active{
        color: #010917!important;
        border-bottom: none;
    }
}
@media screen and (max-width: 500px) {
    .header-nav .nav-list {
        margin: 0 32px;
        width: 100%;
    }
    .logo{
        width: 240px;
    }
}