@charset "UTF-8";

html{
  font-size: 100%;
  scroll-behavior: smooth;
}

body{
  color: #6D625C;
  font-family: "Noto Sans JP", sans-serif;
}

a{
  text-decoration: none;
  color: #6D625C;
}

img{
  max-width: 100%;
  vertical-align: bottom;
  object-fit: cover;
}

.wrapper{
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

li{
  list-style: none;
}

.pc{
  display: block;
}

.sp{
  display: none;
}

/*-------------------------------------------
HEADER
-------------------------------------------*/

.header{
  margin: 0 auto;
  max-width: 1440px;
}

.header__inner{
  padding-top: 50px;
  border-bottom: 1px solid #8F857f;
  padding-bottom: 40px;
}

.site-title{
  margin: 0 auto;
  max-width: 400px;
}

.header__nav ul{
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

.header__nav ul li{
  width: 25%;
  text-align: center;
}

.header__nav ul li a{
  display: inline-block;
  position: relative;
}

.header__nav ul li a::after{
  content: "";
  margin: auto;
  position: absolute;
  top: 5px;
  bottom: 0;
  right: -27px;
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #ff5804;
  clip-path: polygon(50% 90%, 0 0, 100% 0);
}

/*-------------------------------------------
MV
-------------------------------------------*/

.mv{
  margin-top: 29px;
  padding-left: 0;
  padding-right: 0;
}

/*-------------------------------------------
NOTICE
-------------------------------------------*/

.notice{
  margin-top: 31px;
}

.notice__inner{
  border-bottom: 1px solid #8F857f;
  padding-bottom: 50px;
}

.notice__title{
  font-size: 0.95625rem;
  font-weight: bold;
  line-height: 1;
}

.notice__list{
  margin-top: 15px;
}

.notice__list li{
  font-size: 0.8375rem;
}

.notice__btn{
  margin: 0 auto;
  margin-top: 36px;
  display: block;
  border: 1px solid #8F857f;
  width: 50%;
  max-width: 400px;
  text-align: center;
  padding: 20px;
}

.notice__btn span{
  display: inline-block;
  position: relative;
}

.notice__btn span::after{
  content: "";
  margin: auto;
  position: absolute;
  top: 3px;
  bottom: 0;
  right: -27px;
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #ff5804;
  clip-path: polygon(0 0, 0% 100%, 90% 50%);
}

/*-------------------------------------------
BUSINESS
-------------------------------------------*/

.business{
  margin: 0 auto;
  margin-top: 94px;
  max-width: 1440px;
}

.business__inner{
  border-bottom: 1px solid #8F857f;
  padding-bottom: 143px;
}

.business__title{
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
}

.business__logo{
  margin: 0 auto;
  margin-top: 69px;
  max-width: 300px;
}

.business__text{
  margin-top: 49px;
  font-size: 0.8375rem;
  text-align: center;
}

.business__btn{
  margin: 0 auto;
  margin-top: 40px;
  display: block;
  border: 1px solid #8F857f;
  width: 50%;
  max-width: 400px;
  text-align: center;
  padding: 20px;
}

.business__btn span{
  display: inline-block;
  position: relative;
}

.business__btn span::after{
  content: "";
  margin: auto;
  position: absolute;
  top: 3px;
  bottom: 0;
  right: -27px;
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #ff5804;
  clip-path: polygon(0 0, 0% 100%, 90% 50%);
}

/*-------------------------------------------
PROFILE
-------------------------------------------*/

.profile{
  margin: 0 auto;
  margin-top: 103px;
  max-width: 1440px;
}

.profile__inner{
  border-bottom: 1px solid #8F857f;
  padding-bottom: 98px;
}

.profile__title{
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
}

.profile__illustration{
  margin: 0 auto;
  margin-top: 48px;
  text-align: center;
}

.profile__list{
  margin: 0 auto;
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
}

.profile__list dt{
  width: 30%;
  box-sizing: border-box;
  background: url(../img/dot_x_gray.png) repeat-x left bottom;
  background-size: auto 1px;
  text-align: center;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8F857f;
  background-color: #f5f4f3;
} 

.profile__list dt:first-of-type{
  background: 
  url(../img/dot_x_gray.png) repeat-x left top,
  url(../img/dot_x_gray.png) repeat-x left bottom;
  background-size: auto 1px;
  background-color: #f5f4f3;
} 

.profile__list dd{
  width: 70%;
  box-sizing: border-box;
  background: url(../img/dot_x_gray.png) repeat-x left bottom;
  background-size: auto 1px;
  padding: 15px;
  color: #8F857f;
}

.profile__list dd:first-of-type{
  background: 
  url(../img/dot_x_gray.png) repeat-x left top,
  url(../img/dot_x_gray.png) repeat-x left bottom;
  background-size: auto 1px;
}

.profile__list dd ul li{
  margin-top: 15px;
}

.profile__list dd ul li:first-of-type{
  margin-top: 0px;
}

.profile__access{
  margin-top: 150px;
  display: flex;
  justify-content: space-between;
}

.profile__access li{
  width: 47%;
}

.profile__access__map iframe{
  width: 100%;
}

.profile__access__title{
  margin-top: 5px;
  font-weight: bold;
}

.profile__access__address{
  font-size: 0.875rem;
}

.profile__access__btn-box{
  margin-top: 15px;
  text-align: center;
}

.profile__access__btn{
  display: inline-block;
  color: #ddaf35;
  text-transform: capitalize;
  border: 1px solid #ddaf35;
  padding: 12px;
  text-align: center;
  line-height: 1;
  max-width: 210px;
  width: 50%;
}

/*-------------------------------------------
RECRUIT
-------------------------------------------*/

.recruit{
  margin: 0 auto;
  margin-top: 64px;
  max-width: 1440px;
}

.recruit__inner{
  border-bottom: 1px solid #8F857f;
  padding-bottom: 80px;
}

.recruit__title{
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
}

.recruit__text{
  margin-top: 70px;
  text-align: center;
  font-size: 0.8375rem;
}


/*-------------------------------------------
CONTACT
-------------------------------------------*/

.contact{
  margin: 0 auto;
  margin-top: 70px;
  max-width: 1440px;
}

.contact__inner{
  border-bottom: 1px solid #8F857f;
  padding-bottom: 98px;
}

.contact__title{
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
}

.contact__text{
  margin-top: 54px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 0.8375rem;
}

.form{
  margin-top: 44px;
}

.form__item{
  border-top: 1px dotted #D9D9D9;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  gap: 20px;
}

.form__item-email_confirm{
  border-top: none;
  padding-top: 10px;
}

.form__item label{
  width: 23%;
  display: flex;
  justify-content: space-between;
}

.form__item label strong{
  display: inline-block;
  font-size: 0.875rem;
  color: #fff;
  background-color: #ff5804;
  padding: 5px 10px;
  line-height: 1;
  max-height: 25px;
}

.form__body{
  width: 77%;
}

.form__body.name__body{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
}

.form__body.name__body input{
  max-width: 200px;
}

.form__body.name__body p{
  font-size: 0.875rem;
  color: #ff5804;
}

.form__body.furigana__body{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
}

.form__body.furigana__body input{
  max-width: 200px;
}

.form__body.furigana__body p{
  font-size: 0.875rem;
  color: #ff5804;
}

.form__body.tel__body{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
}

.form__body.tel__body input{
  max-width: 250px;
}

.form__body.tel__body p{
  font-size: 0.875rem;
  color: #ff5804;
}

.form__body.email__body{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
}

.form__body.email__body input{
  max-width: 500px;
}

.form__body.email__body p{
  font-size: 0.875rem;
  color: #ff5804;
}

.form__body.email_confirm__body{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
}

.form__body.email_confirm__body input{
  max-width: 500px;
}

.form__body.email_confirm__body p{
  font-size: 0.875rem;
  color: #ff5804;
}

#email_error{
  font-size: 0.875rem;
  transform: translateY(-10px);
  padding-left: 24%;
}

.form__body input{
  padding: 10px;
  width: 100%;
  background-color: #f0f0ef;
  border: 1px solid #D9D9D9;
}

.form__body textarea{
  padding: 10px;
  width: 100%;
  background-color: #f0f0ef;
  border: 1px solid #D9D9D9;
  max-width: 700px;
  height: 300px;
}

.form__body textarea{
  font-size: 0.875rem;
}

.form__body.zip__body div{
  display: flex;
  align-items: center;
  gap: 20px;
}

.form__body.zip__body input{
  max-width: 250px;
  font-size: 0.875rem;
}

.form__body.zip__body button{
  display: block;
  cursor: pointer;
  color: #ddaf35;
  border: 1px solid #ddaf35;
  padding: 10px 20px;
  font-size: 0.875rem;
}

.form__body.zip__body div p{
  color: #ddaf35;
  font-size: 0.875rem;
}

.form__body.zip__body > p{
  margin-top: 15px;
  font-size: 0.875rem;
}

.form__body.prefecture__body{
  border: 1px solid #ddaf35;
  width: fit-content;
  position: relative;
}

.form__body.prefecture__body::after{
  content: "";
  margin: auto;
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ff5804;
  clip-path: polygon(50% 90%, 0 0, 100% 0);
}

.form__body.prefecture__body select{
  padding: 5px 25px 5px 10px;
  color: #6D625C;
  font-size: 0.875rem;
}

.form__body.city__body div{
  display: flex;
  align-items: center;
  gap: 10px;
}

.form__body.city__body div p{
  font-size: 0.875rem;
  color: #ff5804;
}

.form__body.city__body div input{
  font-size: 0.875rem;
  max-width: 500px;
}

.form__body.city__body > p{
  margin-top: 10px;
  font-size: 0.875rem;
}

.form__body.building__body div{
  display: flex;
  align-items: center;
  gap: 10px;
}

.form__body.building__body div p{
  font-size: 0.875rem;
  color: #ff5804;
}

.form__body.building__body div input{
  font-size: 0.875rem;
  max-width: 500px;
}

.form__body.building__body > p{
  margin-top: 10px;
  font-size: 0.875rem;
}

.form__item-prefecture,
.form__item-city,
.form__item-building{
  border-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.submit-btn-box{
  margin-top: 44px;
  text-align: center;
}

.submit-btn{
  border: 1px solid #6D625C;
  color: #6D625C;
  width: 50%;
  max-width: 400px;
  text-align: center;
  padding: 20px;
}

.submit-btn span{
  display: inline-block;
  position: relative;
}

.submit-btn span::after{
  content: "";
  margin: auto;
  position: absolute;
  top: 3px;
  bottom: 0;
  right: -27px;
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #ff5804;
  clip-path: polygon(0 0, 0% 100%, 90% 50%);
}


/*-------------------------------------------
FOOTER
-------------------------------------------*/

.footer{
  margin: 0 auto;
  margin-top: 44px;
  max-width: 1440px;
}

.footer__inner{
  padding-left: 0;
  padding-right: 0;
}

.footer__top{
  display: flex;
  align-items: center;
  gap: 30px;
  padding-left: 50px;
  padding-right: 16px;
}

.footer__logo{
  max-width: 300px;
}

.footer__link{
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
}

.footer__link img{
  width: 12px;
}

.footer__copyright{
  margin-top: 30px;
  text-align: center;
  background-color: #6c6863;
  color: #fff;
  font-size: 0.5rem;
  padding: 14px;
}

/*-------------------------------------------
confirm.html
-------------------------------------------*/

.confirm-contact{
  margin-top: 100px;
}

.confirm{
  margin-top: 44px;
}

.confirm__text{
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px dotted #D9D9D9;
  display: flex;
}

.confirm__text span:first-of-type{
  width: 23%;
  font-size: 0.875rem;

}

.confirm__text span:last-of-type{
  width: 77%;
  font-size: 0.875rem;
}

.confirm__btn-box{
  margin-top: 44px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.confirm__btn-wrap{
  border: 1px solid #6D625C;
  text-align: center;
  width: 50%;
  max-width: 200px;
  position: relative;
}

.confirm__btn-wrap::after{
  content: "";
  margin: auto;
  position: absolute;
  top: 3px;
  bottom: 0;
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #ff5804;
  clip-path: polygon(0 0, 0% 100%, 90% 50%);
}

.confirm__btn-wrap1::after{
  left: 50px;
  clip-path: polygon(100% 0, 10% 50%, 100% 100%);
}

.confirm__btn-wrap2::after{
  right: 50px;
  clip-path: polygon(0 0, 0% 100%, 90% 50%);
}

.confirm__btn{
  padding: 15px;
  width: 100%;
  height: 100%;
  display: block;
  color: #6D625C;
}

/*-------------------------------------------
thanks.html
-------------------------------------------*/

.thanks-logo{
  width: 400px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.thanks-title{
  margin-top: 200px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 16px;
  padding-right: 16px;
}

.thanks-message{
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-top: 20px;
  padding-left: 16px;
  padding-right: 16px;
}

.thanks-btn{
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 200px;
  display: block;
  border: 1px solid #8F857f;
  width: 50%;
  max-width: 400px;
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
}

.thanks-btn span{
  display: inline-block;
  position: relative;
}

.thanks-btn span::after{
  content: "";
  margin: auto;
  position: absolute;
  top: 3px;
  bottom: 0;
  right: -27px;
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #ff5804;
  clip-path: polygon(0 0, 0% 100%, 90% 50%);
}



/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 768px) {

  .pc{
    display: none;
  }

  .sp{
    display: block;
  }

  /*-------------------------------------------
  HEADER
  -------------------------------------------*/

  .header__inner{
    padding-top: 40px;
  }

  .site-title{
    margin: 0 auto;
    max-width: 300px;
  }

  .header__nav ul{
    margin-top: 70px;
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .header__nav ul li{
    width: 49%;
    transform: translateX(-7%);
  }

  /*-------------------------------------------
  MV
  -------------------------------------------*/

  .mv{
    margin-top: 20px;
  }

  .mv img{
    width: 100%;
    height: 100%;
  }

  /*-------------------------------------------
  NOTICE
  -------------------------------------------*/

  .notice{
    margin-top: 25px;
  }

  .notice__inner{
    padding-bottom: 40px;
  }

  .notice__btn{
    margin-top: 30px;
    max-width: 300px;
    width: 100%;
  }

  /*-------------------------------------------
  BUSINESS
  -------------------------------------------*/

  .business{
    margin-top: 50px;
  }

  .business__inner{
    padding-bottom: 100px;
  }

  .business__title{
    font-size: 1.5rem;
  }

  .business__logo{
    margin-top: 50px;
    max-width: 250px;
  }

  .business__text{
    margin-top: 40px;
  }

  .business__btn{
    margin-top: 40px;
    width: 100%;
    max-width: 300px;
  }

  /*-------------------------------------------
  PROFILE
  -------------------------------------------*/

  .profile{
    margin-top: 70px;
  }

  .profile__inner{
    padding-bottom: 60px;
  }

  .profile__title{
    font-size: 1.5rem;
  }

  .profile__illustration{
    margin-top: 20px;
  }

  .profile__list{
    margin-top: 80px;
  }

  .profile__list dt{
    font-size: 0.875rem;
    padding: 15px 10px;
  } 

  .profile__list dd{
    font-size: 0.875rem;
  }

  .profile__access{
    margin-top: 80px;
    flex-direction: column;
    gap: 50px;
  }

  .profile__access li{
    width: 100%;
  }

  .profile__access__btn{
    width: 100%;
  }

  /*-------------------------------------------
  RECRUIT
  -------------------------------------------*/

  .recruit{
    margin-top: 50px;
  }

  .recruit__inner{
    padding-bottom: 60px;
  }

  .recruit__title{
    font-size: 1.5rem;
  }

  .recruit__text{
    margin-top: 50px;
  }

  /*-------------------------------------------
  CONTACT
  -------------------------------------------*/

  .contact{
    margin-top: 50px;
  }

  .contact__inner{
    padding-bottom: 60px;
  }

  .contact__title{
    font-size: 1.5rem;
  }

  .contact__text{
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form{
    margin-top: 30px;
  }

  .form__item{
    flex-direction: column;
  }

  .form__item-email_confirm{
    padding-top: 0px;
    gap: 0px;
  }

  .form__item label{
    width: 100%;
    justify-content: flex-start;
    gap: 15px;
  }

  .form__item label strong{
    font-size: 0.75rem;
  }

  .form__body{
    width: 100%;
  }

  .form__body.name__body{
    align-items: start;
    flex-direction: column;
  }

  .form__body.furigana__body{
    align-items: start;
    flex-direction: column;
  }

  .form__body.tel__body{
    align-items: start;
    flex-direction: column;
  }

  .form__body.email__body{
    align-items: start;
    flex-direction: column;
  }

  .form__body.email_confirm__body{
    align-items: start;
    flex-direction: column;
  }

  #email_error{
    padding-left: 0%;
  }

  .form__body textarea{
    height: 250px;
  }

  .form__body.zip__body div{
    gap: 10px;
    flex-wrap: wrap;
  }

  .form__body.city__body div{
    align-items: start;
    flex-direction: column;
  }

  .form__body.building__body div{
    align-items: start;
    flex-direction: column;
  }

  .form__item-prefecture,
  .form__item-city,
  .form__item-building{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .submit-btn-box{
    margin-top: 30px;
  }

  .submit-btn{
    width: 100%;
    max-width: 300px;
  }

  /*-------------------------------------------
  FOOTER
  -------------------------------------------*/

  .footer{
    margin-top: 30px;
  }

  .footer__top{
    align-items: start;
    padding-left: 16px;
    flex-direction: column;
    gap: 20px;
  }

  .footer__copyright{
    margin-top: 25px;
    padding: 10px;
  }

  /*-------------------------------------------
  confirm.html
  -------------------------------------------*/

  .confirm-contact{
    margin-top: 90px;
  }

  .confirm{
    margin-top: 40px;
  }

  .confirm__text{
    flex-direction: column;
    gap: 15px;
  }

  .confirm__text span:first-of-type{
    width: 100%;
  }

  .confirm__text span:last-of-type{
    width: 100%;
  }

  .confirm__btn-box{
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
  }

  .confirm__btn-wrap{
    width: 100%;
    max-width: 250px;
  }

  .confirm__btn-wrap1::after{
    left: 85px;
  }

  .confirm__btn-wrap2::after{
    right: 85px;
  }

  /*-------------------------------------------
  thanks.html
  -------------------------------------------*/

  .thanks-logo{
    width: auto;
    max-width: 250px;
    top: 10px;
    left: 10px;
  }

  .thanks-title{
    margin-top: 150px;
    font-size: 1.25rem;
  }

  .thanks-message{
    margin: 0 auto;
    margin-top: 20px;
    font-size: 0.875rem;
    text-align: left;
    width: fit-content;
  }

  .thanks-btn-box{
    margin-top: 30px;
    margin-bottom: 150px;
  }

  .thanks-btn{
    font-size: 0.875rem;
  }
}