@charset "UTF-8";
:root {
	--sec-tit: clamp(2.2rem, 4.2vw, 3.6rem);
  --col-txt: #555;
}
/*var(--col-txt);*/
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #333; /* RGB */
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1.6;
  text-align: center;
}
.montserrat-semibold {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
strong, .bold {
  font-weight: 600;
}
p, li, a ,th, td {
  font-size: clamp(1.6rem, 1.3vw, 2.0rem);
}
li {
  list-style-type: none;
}
a {
  color: #333;
  text-decoration: none;
}
em,address{
  font-style: normal;
}
.none {
  display: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.txt_br {
  display: inline-block;
}
*, *:before, *:after {
  box-sizing: border-box;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
/* ============== PC用　ナビゲーション ここから ============== */
.header {
  position: sticky;
  top: 0;
  width: 100%;
  container-type: scroll-state;
  z-index: 9999;
}
.header-wrap {
  background-color: #fff;
  padding: 6px 0;
  transition: 0.2s;
}
.header-inner {
  width: min(90%, 1820px);
  margin:  0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.header_logo {
  width: min(90%, 260px);
}
 @container scroll-state(stuck: top) {
   .header-wrap {
     box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
   }
}
/* ============== パンくずリスト ============== */
.breadcrumb-wrap {
  width: 100%;
  background-color: #fff;
  padding-bottom: 10px;
}
.breadcrumb {
  width: min(90%, 1820px);
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb li {
  text-align: left;
  line-height: 1;
  margin-top: clamp(3px, 4vw, 10px);
}
.breadcrumb li:after {
  content: '＞';
  padding: 0 1rem;
  color: #777;
  font-size: clamp(1.0rem, 1.3vw, 1.4rem);
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li span {
  font-size: clamp(1.2rem, 1.3vw, 1.6rem);
  color: #777;
}
/* ============== ハンバーガーボタン ここから ============== */
.openbtn{
	position: relative;
	cursor: pointer;
  width: 60px;
  height:40px;
}
.openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  right: 0;
  height: 3px;
  border-radius: 2px;
	background-color: #333;
  width: 35px;
}
.openbtn span:nth-of-type(1) {
	top:6px;	
}
.openbtn span:nth-of-type(2) {
	top:20px;
}
.openbtn span:nth-of-type(3) {
	top:34px;
}
.openbtn.active span:nth-of-type(1) {
  top: 14px;
  right: 0;
  transform: translateY(6px) rotate(-45deg);
  width: 35px;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
  top: 26px;
  right: 0;
  transform: translateY(-6px) rotate(45deg);
  width: 35px;
}
/* ============== スマホのナビゲーション ここから ============== */
#g-nav {
  position: fixed;
  z-index: 99;
  background-color: #333;
  top:0;
  left: -120%;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  transition: all 0.6s;
}
#g-nav.panelactive{
  left: 0;
}
#g-nav.panelactive {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
   z-index: 999; 
}
#g-nav.panelactive::-webkit-scrollbar{
  display: none;
}
.gnav_sp-wrap nav ul li a,.gnav-info-box ul li a {
  color: #fff;
}
.gnav-list_sp {
  margin: 80px auto 0;
  width: min(90%, 720px);
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.gnav-list_sp>ul {
  width: min(48%, 310px);
}
.gnav-list_sp ul li:not(.list-child>ul>li) {
  padding: 14px 0;
  border-bottom: solid 1px #fff;
}
.gnav-list_sp li.list-child ul li a {
	display: block;
	margin: 18px 0 7px 16px;
  font-size: clamp(1.2rem, 5vw, 1.4rem);
  line-height: 1.5;
}
.gnav-info-box {
  margin: 60px auto;
  width: min(90% ,340px);
}
.gnav-contact_btn li {
  margin-top: 3rem;
  padding: 9px 0;
  background-color: #434343;
  border: 1px solid #AEAEAE;
  border-radius: 90px;
  text-transform: uppercase;
}
.gnav-contact_btn li>a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.gnav-contact_btn li a>img {
  width: clamp(26px, 5vw, 36px);
}
.gnav-contact_btn li:first-child a>img {
  width: clamp(20px, 5vw, 28px);
}
.gnav-address {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #fff;
  text-align: left;
  margin: 3rem auto 6px 1rem;
}
.gnav-daytime {
  display: block;
  color: #fff;
  text-align: left;
  margin-left: 1rem;
}
.gnav-daytime tr>th {
  display: inline-block;
  margin-right: 1rem;
}
/*
.gnav-info-box .icon-btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 4rem;
  margin-top: 3rem;
}
*/
/* ============== フッター ここから ============== */
.footer {
  background-color: #373737;
  padding: 40px 0 20px;
}
.footer-wrap {
  width: min(90% ,1820px);
  margin-inline: auto;
  display: flex;
  flex-flow: column nowrap;
}
/* フッター左側 */
.company-info,.link_top a {
  color: #fff;
  text-align: left;
}
.company-info .link_top {
  margin-bottom: 30px;
}
.company-info .link_top a>.company-name {
  font-size: clamp(3.0rem, 8vw, 4rem);
  font-weight: bold;
}
.company-info .link_top a>p {
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  margin-top: -6px;
}
.company-info .icon-btn {
  margin-top: 20px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 4rem;
}
/* フッター右側 */
.footer-right .footer-menu {
  display: none;
}
.footer-menu ul li a {
  color: #fff;
  text-align: left;
  font-size: 1.6rem;
}
.footer-right .contact-btn {
  margin-top: 50px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 2rem;
}
.footer-right .contact-btn li {
  width: min(87vw, 320px);
  padding: 7px 0 9px;
  background-color: #434343;
  border: 1px solid #AEAEAE;
  border-radius: 90px;
  text-align: center;
}
.contact-btn li a {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.contact-btn li a>img {
  max-width: 25px;
}
.footer-right .contact-btn li:hover {
  background-color: #666;
  transition: all .3s;
}
.copywriting {
  margin-top: 30px;
  display: block;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
@media only screen and (min-width:767px) {
  .footer-wrap {
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media only screen and (min-width:1400px) {
  .gnav_sp-wrap,.openbtn {
    display: none;
  }
  .gnav_pc {
    display: block;
  }
  .gnav_pc>ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .nav-list a {
    color: #333; 
    position: relative;
  }
  .nav-list>a {
    margin: 0 18px;
    font-size: 1.8rem;
    display: inline-block;
    position: relative;
  }
  .nav-list>a::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: -10%;
    width: 110%;
    height: 1px;
    background-color:#333;
    transition: all .3s;
    transform: scaleX(0);
    transform-origin: center;
  }
  .nav-list>a:hover::after {
    transform: scaleX(1);
  }
/* ============== 　サブリスト（プルダウン） ここから ============== */	
  .sub-nav-box {
    background: #333;
		width: 100%;
    position: absolute;
		left: 0;
		top: 50px;
		z-index: 4;
		visibility: hidden; 
    opacity: 0;
		transition: all 0.3s;
  }
  .sub-nav-wrap {
		width: min(90%, 1320px);
    margin: 2rem auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 3rem;
	}
  .sub-nav-wrap>span {
    font-size: 1.8rem;
		text-align: left;
    color: #fff;
	}
  .sub-nav-list {
    display: flex;
    flex-flow: row nowrap;
    gap: 6rem;
    padding-left: 6rem;
    border-left: 1px #fff solid;
  }
  .sub-nav-list li>a {
    color: #fff !important;
    position: relative;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    text-align: left;
  }
  .sub-nav-list li>a:hover {
    color: #999;
    transition: 0.3s;
  }
	.nav-list:hover .sub-nav-box {
		visibility: visible; 
		opacity: 1;
	}
}
@media only screen and (min-width:1200px) {
  /* ============== 　フッター　ここから ============== */
  .footer-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 70%;
    padding-left: clamp(30px, 5vw, 60px);
    border-left: solid 1px #fff;
  }
  .footer-right .footer-menu {
    display: flex;
    gap: 60px;
    text-align: left;
  }
	.footer-menu li.indent-box .indent-txt>a {
    display: block;
		margin-left: 20px;
    font-size: 1.4rem;
	}
  .footer-menu li a:hover {
    color: #999;
		transition: all .3s;
  } 
  .footer-right .contact-btn {
     flex-direction: row;
     align-items: flex-end;
  }
}
@media only screen and (min-width:1600px) {
  .footer-right {
    flex-direction: row;
  }
  .footer-right .contact-btn {
    flex-direction: column;
    justify-content: flex-end;
  }
  .footer-right .contact-btn li {
    width: min(17vw, 360px);
  }
}