html,body{
  font-family: "Noto Sans JP", "Hiragino Sans" , "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  letter-spacing: 0.03em;
}
a{
  color: #000;
  transition: opacity 0.3s, color 0.3s;
}
a:hover{ opacity: 0.5; }
a svg path{
  transition: fill 0.3s, stroke 0.3s;
}
img,picture{
	max-width: 100%;
	display: block;
}
.overflow{ overflow: hidden; }

.en{
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

.rd{ color: #E60012; }

.bg-rd{
  background-color: #E60012;
  color: #fff;
}



body{
  padding-top: min(6vw,8rem);
}
body.home{
  padding-top: 0;
}
.anchor{
  padding-top: min(6vw,8rem);
  margin-top: max(-6vw,-8rem);
}

.nav{
  width: 100%;
  height: min(6vw,8rem);
  background-color: rgba(255,255,255,0.6);
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;

  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav a.logo{
  display: block;
  width: min(15vw,22.3rem);
  margin: 0 auto 0 min(2.1vw,4rem);
}
.nav ul.nav-li{
  display: flex;
  justify-content: flex-end;
  gap: min(1.8vw,3rem);
  margin-right: min(2.9vw,5rem);
  font-size: 1.6rem;
  font-weight: 600;
}
.nav ul.nav-li li a:hover{
  color: #E60012;
  opacity: 1;
}
.nav a.contact-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.34em;
  height: 100%;
  font-size: min(1.5vw,2.2rem);
  text-align: center;
  font-weight: 600;
}
.nav a.contact-btn::before{
  content: "";
  display: block;
  width: 3.5rem;
  height: 2.2rem;
  background: url(../images/ico-contact_w.svg) center center no-repeat;
  background-size: contain;
  margin: 0 1rem -1% 0;
}


.sec{
  padding: min(8.33vw,16rem) 0;
}


.content{
  position: relative;
  z-index: 1;
}


.ttl-1-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
}
.ttl-1{
  font-size: 4rem;
  font-weight: 600;
  padding-left: 1.2em;
  letter-spacing: 0.1em;
  position: relative;
}
.ttl-1::before{
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #E60012;
  position: absolute;
  left: 0;
  top: 0.48em;
}
.ttl-1.wh::before{
  background-color: #fff;
}
.ttl-1-wrap .en{
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 600;
}
.ttl-1 small{
  font-size: 1.6rem;
  margin-left: 0.8em;
}


a .slot {
  display: inline-block;
  line-height: 1.2;
  overflow: hidden;
  position: relative;
}
a .slot span:nth-child(1) {
  display: inline-block;
  transform: translateY(0%);
}
a .slot span:nth-child(2) {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
}
a:has(.slot):hover{
  opacity: 1;
}
a:hover .slot span:nth-child(1) {
  transform: translateY(-100%);
  transition: transform 0.3s;
}
a:hover .slot span:nth-child(2) {
  transform: translateY(0%);
  transition: transform 0.3s;
}


a.ext-link::after{
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url(../images/ico-ext.svg) center center no-repeat;
  background-size: contain;
  margin-left: 0.2em;
  vertical-align: -2%;
}
a.ext-link.rd::after{
  background: url(../images/ico-ext_r.svg) center center no-repeat;
  background-size: contain;
}
a.ext-link.wh::after{
  background: url(../images/ico-ext_w.svg) center center no-repeat;
  background-size: contain;
}
a svg.ext-ico{
  display: inline-block;
  width: 0.8em;
  margin-left: 0.2em;
  vertical-align: -8%;
}


footer{
  background: #2B2828;
  color: #fff;
  font-size: 1.6rem;
  padding: 12rem 0;
  position: relative;
  z-index: 1;
}
footer a{
  color: #fff;
}
footer a:hover svg.ext-ico path{
  stroke: #FF5865;
}
footer .wrap-1{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .wrap-1 h2{
  font-size: min(6vw,9rem);
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.25;
}
footer .wrap-1 ul.foot-nav{
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  flex-wrap: wrap;
  height: 24rem;
  column-gap: 7rem;
  row-gap: 1em;
}
footer .wrap-1 ul.foot-nav li{
  display: block;
  font-weight: 600;
}
footer .wrap-1 ul.foot-nav li a:not(.contact-btn):hover{
  color: #FF5865;
  opacity: 1;
}
footer .wrap-1 ul.foot-nav li a.contact-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23rem;
  height: 3.6rem;
  position: relative;
}
footer .wrap-1 ul.foot-nav li a.contact-btn::before{
  content: "";
  display: block;
  width: 0.9rem;
  height: 100%;
  background: url(../images/btn-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.9rem;
}
footer .wrap-2{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 5.6rem;
  margin-top: 13rem;
  border-top: 1px solid #fff;
  font-weight: 700;
}
footer .wrap-2 img.logo{
  width: 36.2rem;
  margin-bottom: 4rem;
}
footer .wrap-2 .tel-wrap{
  width: fit-content;
  margin-left: auto;
}
footer .wrap-2 .tel-wrap a.tel{
  font-size: 4.1rem;
  font-weight: 700;
  letter-spacing: 0.07em;
}
footer .wrap-2 .tel-wrap a.tel::before{
  content: "";
  display: inline-block;
  width: 0.59em;
  height: 0.78em;
  background: url(../images/ico-tel_w.svg) center center no-repeat;
  background-size: contain;
  margin-right: 0.15em;
  vertical-align: -2%;
}
footer .wrap-2 .tel-wrap .time{
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 0.2em 0;
}
footer .wrap-2 .tel-wrap .time span{
  font-size: 1.4rem;
  margin-right: 1em;
}
footer .wrap-2 a.mail{
  display: block;
  width: fit-content;
  margin: 2rem 0 0 auto;
}
footer .wrap-2 a.mail::before{
  content: "";
  display: inline-block;
  width: 1.13em;
  height: 0.75em;
  background: url(../images/ico-mail_w.svg) center center no-repeat;
  background-size: contain;
  margin-right: 0.2em;
  vertical-align: -2%;
}




/* ヘッダー動き */
.f-1,.f-2,.f-3,.f-4{
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.6s, transform 0.6s;
}
.f-5{
  opacity: 0;
  transform: translateY(-3rem);
  transition: opacity 1.6s, transform 1.6s;
}
.f-1{
  transition-delay: 0.6s;
}
.f-2{
  transition-delay: 0.8s;
}
.f-3{
  transition-delay: 1s;
}
.f-4{
  transition-delay: 1.2s;
}
.f-5{
  transition-delay: 0.4s;
}
.f-1,.f-2,.f-3,.f-4,.f-5{
  transition-property: opacity, transform;
}

.f-1.load,.f-2.load,.f-3.load,.f-4.load,.f-5.load{
  opacity: 1;
  transform: translate(0);
}


/* スクロールアニメ */
.fade-b,
.fade-b-ct > *{
  opacity: 0;
  transition: opacity 1s, transform 1s;
}

.fade-b,
.fade-b-ct > * { transform: translateY(3rem); }

.fade-b.load,
.fade-b-ct.load > *{
  opacity: 1;
  transform: translate(0);
}

.fade-b-ct.load > :nth-child(2) { transition-delay: 0.2s; }
.fade-b-ct.load > :nth-child(3) { transition-delay: 0.4s; }

.fade-b-ct.load > :nth-child(2),
.fade-b-ct.load > :nth-child(3) {
  transition-property: opacity, transform;
}


/* ロード画面 */
#loading {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading img {
  width: 20rem;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}


/* ページトップ */
#pagetop {
  display: none;
  position: fixed;
  bottom: 1.6rem;
  right: 1.6rem;
  z-index: 997;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  background-color: #E60012;
}
#pagetop a img {
  width: 1rem;
  transform: rotate(-90deg);
  margin-top: -0.2rem;
}




/*　PC
------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 769px){
.sp{ display: none !important; }

html{ font-size: 10px; }
body{
  font-size: 1.8rem;
  line-height: 2;
}

.content{
  width: 100%;
	max-width: 154rem;
  padding: 0 5rem;
	margin: 0 auto;
}




/*　タブレット
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1200px){

html{ font-size: 0.833vw; }




}/*　タブレットここまで */
}/*　PCここまで */




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px){
.pc{ display: none !important; }

html{ font-size: 2.66vw; }
body{
  font-size: 1.4rem;
  line-height: 1.9;
}

.content{
	width: 100%;
	padding: 0 2.4rem;
}


body,
body.home{
  padding-top: 7.2rem;
}
.anchor{
  padding-top: 7.2rem;
  margin-top: -7.2rem;
}

.nav{
  height: 7.2rem;
  background-color: #fff;
  backdrop-filter: unset;
  -webkit-backdrop-filter: unset;
}
.nav a.logo{
  width: 15.1rem;
  margin: 0 auto 0 2.4rem;
  position: relative;
  z-index: 2;
}


#nav-open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.2rem;
  height: 7.2rem;
  background-color: #E60012;
  cursor: pointer;
  margin-left: auto;
  position: relative;
  z-index: 3;
}
#nav-open span,#nav-open span:before,#nav-open span:after {
  content: "";
  display: block;
  background: #fff;
  height: 1px;
  width: 2.4rem;
  position: absolute;
  transition: .3s ease-in-out;
}
#nav-open span{
  transition: background 0s .15s;
}
#nav-open span:before {
  bottom: 0.8rem;
  transform: rotate(0);
  transition: bottom .15s .15s, transform .15s;
}
#nav-open span:after {
  bottom: -0.8rem;
  transform: rotate(0);
  transition: bottom .15s .15s, transform .15s;
}

#nav-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;

  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */

  display: none;
}
#nav-content {
  display: block;
  width: 25.5rem;
  height: calc(100vh - 7.2rem);
  background-color: rgba(255,255,255,0.6);
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  padding: 4rem 0;
  position: fixed;
  top: 7.2rem;
  right: 0;
  z-index: 2;

  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none; /* バー非表示 IE・Edge用 */
  scrollbar-width: none; /* バー非表示 Firefox用 */

  transform: translateX(100%);
  transition: transform .3s;
  will-change: transform;
}
#nav-bg::before,
#nav-content::before{
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 1px);
  position: absolute;
  left: 0;
  top: 0;
}
/* バー非表示 Chrome・Safari用 */
#nav-bg::-webkit-scrollbar,
#nav-content::-webkit-scrollbar{
  display: none;
}
#nav-bg.active {
  display: block;
}
#nav-content.active {
  transform: translateX(0);
}
#nav-open.active span {
  background: transparent;
}
#nav-open.active span:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom .15s, transform .15s .15s;
}
#nav-open.active span:after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom .15s, transform .15s .15s;
}


ul.hum-nav li{
  font-size: 1.6rem;
  font-weight: 600;
}
ul.hum-nav li + li{
  margin-top: 0.7em;
}
#nav-content a.contact-btn{
  width: 100%;
  height: 6.5rem;
  font-size: 1.8rem;
  margin-top: 4rem;
}
#nav-content a.contact-btn::before{
  width: 2.8rem;
  height: 2rem;
  margin-right: 0.8rem;
}


.sec{
  padding: 5.6rem 0;
}


.ttl-1-wrap{
  display: block;
  margin-bottom: 4rem;
  position: relative;
}
.ttl-1{
  font-size: 2.2rem;
  line-height: 1.5;
  padding-left: 0;
}
.ttl-1::before{
  width: 1em;
  height: 1em;
  position: unset;
  margin-bottom: 0.6em;
}
.ttl-1-wrap .en{
  font-size: 1.4rem;
  position: absolute;
  right: 0;
  top: 0;
}
.ttl-1 small{
  font-size: 1.4rem;
  margin-left: 0.8em;
}


footer{
  font-size: 1.4rem;
  padding: 4rem 0 3rem;
}
footer a{
  color: #fff;
}
footer .wrap-1{
  display: block;
}
footer .wrap-1 h2{
  font-size: 3.7rem;
  line-height: 1.5;
  margin-bottom: 5rem;
}
footer .wrap-1 ul.foot-nav{
  align-content: flex-start;
  height: auto;
  row-gap: 1.2em;
}
footer .wrap-1 ul.foot-nav li a.contact-btn{
  margin-top: 1rem;
}
footer .wrap-2{
  grid-template-columns: 100%;
  padding-top: 4rem;
  margin-top: 4rem;
  text-align: center;
}
footer .wrap-2 img.logo{
  width: 24.1rem;
  margin: 0 auto 2.4rem;
}
footer .wrap-2 a.ext-link{
  font-size: 1.3rem;
}
footer .wrap-2 .tel-wrap{
  width: 100%;
  margin: 5rem auto 0;
}
footer .wrap-2 .tel-wrap a.tel{
  font-size: 3.6rem;
}
footer .wrap-2 .tel-wrap .time{
  margin-top: 0.5em;
}
footer .wrap-2 a.mail{
  margin: 2rem auto 0;
}
footer .wrap-2 .copy{
  font-size: 1.2rem;
  margin-top: 6rem;
}


#loading img {
  width: 16rem;
}




}/*　スマホここまで */



