@charset "utf-8";

.invisible-style{
  display: none!important;
}

.accent-font {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif!important;
  font-weight: bold;
  font-style: normal;
}

body{
  position: relative;
  font-size:16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  word-break: auto-phrase;
  background-color: #F6F1E7;
}

h1{
  font-weight: bold;
  margin: 0;
}

h2{
  font-weight: bold;
  margin: 0;
}

h3{
  font-weight: bold;
  margin: 0;
}

h4{
  font-weight: bold;
  margin: 0;
}

h5{
  font-weight: bold;
  margin: 0;
}

p{
  margin:0;
  line-height: 1.5;  
  font-weight: 400;
}

.sp{
  display:none;
}

a{
  color: #000;
}
  
a:hover{
  color: #01A0E9;
  text-decoration: underline;
}

img{
  width:100%;
  object-fit: contain;
}


h1{
}

iframe{
  border: none;
}

.container{
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 0 3rem!important;
  margin: 92px auto 0!important;
  overflow: hidden;
}

.container-side{
  position: relative;
  width: 80%;
  max-width: 1200px;
  padding: 0!important;
  margin: 0 auto!important;
}

.content-wrap{
  position: relative;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

.page-head{
  font-size: 14px;
  width: 100%;
  position: fixed;
  top: 0;
  padding: .5rem 5%;
  background-color: #B31C00;
  color: #fff;
  z-index:9999;
  height: 32px;
}

@media screen and (max-width: 768px) {
  .page-head{
    font-size: 10px;
  }
}



/* パンクズリスト */
.pankuzu{
  padding: 1rem 5%;
  border-bottom: 3px solid #000;
  display: flex;
  gap: 1rem;
}

.pankuzu a{
  position: relative;
  padding-right: 2rem;
  font-size: 1.25rem;
  width: fit-content;
  display: block;
}
.pankuzu a p{
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  width: fit-content;
}

.pankuzu p{
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  width: fit-content;
}

.pankuzu a:after{
  content: ">";
  position: absolute;
  top: -0.5rem;
  right: 0;
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  .pankuzu{
    padding: .5rem 5%;
    border-bottom: 1px solid #000;
  }
  .pankuzu a{
    font-size: 1rem;
  }
  .pankuzu a p{
    font-size: 1rem;
  }

  .pankuzu p{
    font-size: 1rem;
  }

  .pankuzu a:after{
    font-size: 1rem;
  }
}


/* 下層ページタイトル */
.page-title{
  position: relative;
  padding: 3rem 0;
  margin: 3rem auto;
  width: 80%;
  display: flex;
  align-items: center;
}

.page-title-img{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60%;
  height: 100%;
  border: 3px solid #000;
  border-radius: 10px;
  z-index: -1;
  object-fit: cover;
}

.page-title h2{
  position: relative;
  font-size: 6rem;
  line-height: 1;
  font-weight: 800;
  color: #FFF;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: black;
  width: fit-content;
  z-index: 1;
}

.page-title p{
  font-size: 3rem;
  color: #5E3500;
  font-weight: 600;
  margin-bottom: 2rem;
  z-index: 1;
}

.page-title-back{
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: auto;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .page-title h2{
    font-size: 4rem;
    -webkit-text-stroke-width: 2px;
  }
  .page-title p{
    font-size: 3rem;
    color: #5E3500;
    font-weight: 600;
    margin-bottom: 2rem;
    z-index: 1;        
    position: relative;
    text-shadow: 2px 2px #F6F1E7;
  }
}

@media screen and (max-width: 768px) {
  .page-title{
    width: 90%;
  }
  .page-title-img{
    width: 70%;
    height: 100%;
  }
}

@media screen and (max-width: 414px) {
  .page-title{
    width: 90%;
  }
  .page-title-img{
    width: 90%;
    height: 150px;
  }
  .page-title h2{
    font-size: 2rem;
    -webkit-text-stroke-width: 1px;
  }
  .page-title p{
    position: absolute;
    bottom: -3rem;
    left: 0;
    right: 0;
    width: fit-content;
    margin: 2rem auto 0;
    font-size: 2rem;
    color: #5E3500;
    font-weight: 600;
  }
}



/* 下層ページ要素タイトル */
.page-subtitle{
  position: relative;
  padding: 0 5rem;
  margin: 0 auto;
  width: fit-content;
  text-align: center;
}

.page-subtitle p{
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  color: #5F3500;
}

.page-subtitle h3{
  font-size: 2rem;
  text-align: center;
  color: #5F3500;
}

.page-subtitle:before{
  content: "";
  width: 30px;
  height: 30px;
  background-color: #B31C00;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.page-subtitle:after{
  content: "";
  width: 30px;
  height: 30px;
  background-color: #B31C00;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .page-subtitle{
    padding: 0 3rem;
  }
  .page-subtitle p{
    font-size: 1rem;
  }
  .page-subtitle h3{
    font-size: 1.25rem;
  }
  .page-subtitle:before{
    content: "";
    width: 15px;
    height: 15px;
  }
  .page-subtitle:after{
    content: "";
    width: 15px;
    height: 15px;
  }
}


/* 固定バナー */
.fixed-banner{
  width: 320px;
  height: auto;
  position: fixed;
  top: 15%;
  right: 0;
  z-index: 10;
  border-radius: 86px 0 0 86px;
}

.fixed-banner:hover{
  border-top: 3px solid #FFB817;
  border-left: 3px solid #FFB817;
  border-bottom: 3px solid #FFB817;
}

@media screen and (max-width: 1024px) {
  .fixed-banner{
  	display: none;
  }
}

/* CTA */

.cta{
  position: relative;
  margin: 5rem auto;
  border: 3px solid #000;
  border-radius: 30px;
  background-color: #DCD6BA;
  padding: 1rem 3% 1rem 5%;
  display: flex;
  gap: 2rem;
  justify-content: space-around;
}

.cta-car{
  width: 60%;
  height: auto;
}

.cta-text{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
   justify-content: center;
  gap: 1rem;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
}

.cta h2{
  position: absolute;
  top: 35%;
  left: -7rem; /* 親の右外に出すイメージ */
  transform: rotate(-90deg) translateY(-50%);
  transform-origin: center;
  font-size: 5rem;
  line-height: 1;
  font-weight: 800;
  color: #FFF;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}

.cta-btn{
  position: relative;
  display: flex!important;
  align-items: center;
   justify-content: center;
  gap: .5rem;
  text-align: center;
  width: 360px!important;
}
.cta-btn img{
  width: 48px;
  height: 48px;
}

.cta-btn-arrow{
  position: absolute;
  top: 55%;
  right: -1rem;
  width: 40px;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .cta{
    position: relative;
    margin: 3rem auto;
    border: 3px solid #000;
    border-radius: 10px;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .cta-btn{
    width: 280px!important;
  }
}

@media screen and (max-width: 480px) {
  .cta-car{
    display: none;
  }
  .cta h2{
    position: absolute;
    top: -3rem;
    left: 0; /* 親の右外に出すイメージ */
    transform: rotate(0deg) translateY(0%);
    transform-origin: center;
    font-size: 4rem;
  }
  .cta-text{
    padding: 2rem 0;
    font-size: 1.25rem;
  }
}


/* メインボタン */
.main-btn{
  width: 280px;
  text-align: center;
  padding: 1rem;
  border: 3px solid #000;
  border-radius: 100px;
  background-color: #B31C00;
  box-shadow: 0px 3px 0px #000;
  display: block;
  transition: all 0.5s ease;
  height: fit-content;
  font-weight: bold;
}

.main-btn p{
  font-weight: bold!important;
  color: #fff;
  font-size: 1.5rem;
  margin: 0!important;
}

.main-btn:hover{
  box-shadow: none;
  text-decoration: none;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);/*下に動く*/
}

.main-btn:hover p{
  color: #FFF;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .main-btn{
    width: 240px;
    padding: .5rem;
    border: 2px solid #000;
  }
  .main-btn p{
    font-size: 1.25rem;
  }
}

/* サブボタン */
.sub-btn{
  width: 240px;
  height: fit-content;
  text-align: center;
  padding: 1rem;
  border-radius: 40px;
  background-color: #FFF;
  border: 2px solid #000; 
  box-shadow: 0px 3px 0px #000;
  display: block;
  transition: all 0.5s ease;
  font-weight: bold;
}

.sub-btn p{
  font-weight: bold;
}

.sub-btn:hover{
  box-shadow: none;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);/*下に動く*/
  text-decoration: none!important;
  color: #000;
}

.sub-btn:hover a p{
  color: #000;
  text-decoration: none!important;
}

.btn1{
  color: #000;
}

.btn1:hover{
  color: #000;
  text-decoration: none!important;
}

/* お問い合わせバナー */
.content-contact{
  position: relative;
  margin: 0 auto;
  width: 100%;
  background-color: #FD5B50;
  padding: 5rem 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.content-contact-b{
  background-color: #01A0E9!important;
}

.content-contact-w{
  background-color: #FFF!important;
  text-align: center;
  font-weight: bold;
}

.content-contact-w h2{
  color: #01A0E9;
}


.content-contact-deco01{
  position: absolute;
  right: -5rem;
  top: -5rem;
  width: 25%;
  height: auto;
}

.content-contact-deco02{
  position: absolute;
  left: -3rem;
  bottom: -6rem;
  width: 25%;
  height: auto;
  z-index: -1;
  animation-delay: .5s;
}

.content-contact-head{
  color: #fff;
  position: absolute;
  left: 5%;
  top: 3rem;
  width: fit-content;
}

.content-contact-head p:before{
  background-color: #fff!important;
}

.content-contact-head h2{
  font-size: 3.5rem!important;
  color: #fff!important;
}

.content-contact-title{
  font-size: 3rem;
  text-align: center;
  color: #C6FE5C;
}

.content-contact-img{
  width: 240px;
  height: auto;
  margin: 1rem auto;
}

.content-contact-link{
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
}

.content-contact-link-item{
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  text-align: center;
  border: #000 solid 2px;
  border-radius: 1.5rem;
  padding: 1rem;
  font-weight: bold;
  min-width: 260px;
  transition: all .3s;
}

.content-contact-link-item:hover{
  background-color: #005D91;
  color: #fff;
  text-decoration: none;
  transition: all .3s;
}

.content-contact-link-item p{
  text-align: center;
  font-weight: bold;
}

.content-contact-link-item img{
  max-width: 32px;
  height: auto;
}

.content-contact-text{
  position: relative;
}

.content-contact-text h2{
  font-size: 1.5rem;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.content-contact-text h2::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 5px;
  background-color: #000; 
}

.row{
  margin:0;
}

.contact-item{
  position: relative;
  width: 90%;
  margin: 5rem auto 5rem 10%;
  padding: 3rem 0;
}

.contact-item h2{
  font-size: 4rem;
  color: #EBC551;
  margin-bottom: 1rem;
}

.contact-item-text{
    position: relative;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    z-index: 1;
}

.trans-item{
    position: relative;
    width: 80%;
    margin: 5rem auto;
    padding: 3rem 0;
    display: flex;
    justify-content: center;
    gap: 2rem;
}


.form-btn{
    position: relative;
    display: block;
    height: auto;
    width: fit-content;
    padding: 1rem;
    font-size: 1.25rem;
    color: #fff;
    margin: 2rem auto;
    border: 1px solid #fff;
  min-width: 200px;
}

.form-btn p{
  margin: 0;
  line-height: 1;
}
.form-btn:hover{
    background-color: #EBC551;
    color: #fff;
}


/* スライドする要素 */
.slide-img {
  width: 320px;
  height: 235px;
  object-fit: cover;
}

.slide-img-top {
  border-radius: 0!important;
}
/* スライドレールの枠 */
.slide-wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 240px;
  width: 100%;
}

.slide {
  flex: 0 0 auto; /* 必須：スライド幅を固定 */
}

/* contentをまとめたスライドブロック */
.slideshow {
  display: flex;
  gap: 0.5rem;
  -webkit-animation: loop-slide 30s infinite linear 1s both;
  animation: loop-slide 30s infinite linear 1s both;
  width: max-content;
  margin-right: 0.5rem;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100.5%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100.5%);
  }
}


@media screen and (max-width: 1280px) {
  .container-side{
    width: 80%;
    max-width: 80%;
    margin: 0 auto!important;
  }
  .fixed-menu{
    display: none;
  }
  .fixed-menu-wrap{
  	position: relative;
    margin-bottom: 3rem;
  }
  .content-title-side{
    margin: 0 auto 5rem;
  }
}


@media screen and (max-width: 1024px) {
  .content-wrap{
    position: relative;
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .content-title-text h1{
    font-size: 3rem;
  }
  .sp{
    display:block;
  }
  .pc{
  display:none;
  }
  body{
    font-size:14px;
  }
  .content-title-text p{
    position: relative;
    font-size: 1rem;
    font-weight: bold;
    padding-left: 3rem;
  }

  .content-title-text p:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.75rem;
    width: 2.5rem;
    height: 0.5rem;
    border-radius: 0.5rem;
    background-color: #FD5B50;
  }
  .content-contact-title{
    font-size: 2rem;
    text-align: center;
    color: #C6FE5C;
  }
  .content-contact-link{
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
}

