@charset "UTF-8";

/**
 * index.css
*/

/* ==========================================================================
   # common
   ========================================================================== */
h1, h2, h3, h4, h5, h6, th, td, li, figcaption, p {
  letter-spacing: 0.08rem;
  font-feature-settings: "palt";
}

.common-btn-wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.common-btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 300px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
}
.common-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 8px;
  background: url("../images/ico_arrow.png?v2") no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.common-btn .img {
  width: 60px;
  border-right: 1px solid #fff;
}
.common-btn .txt {
  padding: 9px 20px;
  font-size: 16px;
  line-height: 1.25;
}

.common-ttl {
  position: relative;
  min-height: 96px;
  margin: 0 auto 70px;
  text-align: center;
  background: url("../images/bg_ttl.png") no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.common-ttl:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 1px;
  background-color: #fff;
  transform: translateX(-50%);
}
.common-ttl .txt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  transform: translateY(-50%);
}

@media screen and (max-width:500px) {
  
  .common-btn-wrap {
    display: block;
  }
  .common-btn {
    width: 100%;
  }
  .common-btn + .common-btn {
    margin-top: 10px;
  }
  
  .common-ttl {
    min-height: 66px;
  }
  .common-ttl .txt {
    font-size: 20px;
  }
}

/* ==========================================================================
   # header
   ========================================================================== */
.l-header {
  position: relative;
  margin-bottom: -80px;
  z-index: 1000;
}
.header-logo {
  display: block;
  width: 80px;
}

/* ==========================================================================
   # mainimg
   ========================================================================== */
.l-mainimg {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
}

.mainimg-txt {
  width: 654px;
}

.mainimg {
  width: 626px;
}

@media screen and (max-width: 768px) {
  .l-mainimg {
    display: block;
    padding-top: 80px;
  }
  
  .mainimg-txt,
  .mainimg {
    width: 100%;
  }
}


/* ==========================================================================
   # intro
   ========================================================================== */
.l-intro {
  max-width: 1030px;
  margin: 0 auto;
  padding: 40px 15px 60px;
}

.intro-ttl {
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
.intro-ttl .mini {
  display: block;
  font-size: 24px;
}

.intro-list {
  display: flex;
  gap: 20px;
}

.intro-list-item {
  width: calc((100% - 40px) / 3);
  padding: 20px 20px 30px;
  background-color: #111;
}
.intro-list-item figure {
  margin: -20px -20px 20px;
}
.intro-list-item h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
.intro-list-item p {
  color: #999;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .intro-list {
    display: block;
  }
  
  .intro-list-item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 500px) {
  
  .intro-ttl {
    font-size: 36px;
  }
  
  .intro-ttl .mini {
    font-size: 18px;
  }
}


/* ==========================================================================
   # benefit
   ========================================================================== */
.l-benefit {
  max-width: 1030px;
  margin: 0 auto;
  padding: 120px 15px 60px;
}

.benefit-ttl {
  max-width: 436px;
  margin: 0 auto 40px;
}

.benefit-list {
  display: flex;
  gap: 20px;
}

.benefit-list-item {
  width: calc((100% - 40px) / 3);
  padding: 30px 20px;
  border: 1px solid #483503;
}
.benefit-list-item .ttl {
  margin-bottom: 20px;
}
.benefit-list-item .txt {
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .benefit-list {
    display: block;
  }
  
  .benefit-list-item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
}

/* ==========================================================================
   # service
   ========================================================================== */
.l-service {
  padding: 50px 15px;
  background: url("../images/service/bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}

.service-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.service-ttl {
  position: relative;
  min-height: 96px;
  margin: 0 auto 70px;
  text-align: center;
  background: url("../images/service/bg_ttl.png") no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.service-ttl:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 60px;
  height: 1px;
  background-color: #fff;
  transform: translateX(-50%);
}
.service-ttl .txt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  transform: translateY(-50%);
}

.service-list {
  display: flex;
  gap: 120px;
  max-width: 920px;
  margin: 0 auto;
}

.service-list-item {
  width: calc((100% - 120px) /2);
}
.service-list-item figure {
  margin-bottom: 20px;
}
.service-list-item h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
.service-list-item p {
  color: #999;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .service-list {
    display: block;
  }
  
  .service-list-item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .service-ttl {
    min-height: 60px;
  }
}

/* ==========================================================================
   # step
   ========================================================================== */
.l-step {
  padding: 60px 15px;
  background-color: #111;
}

.step-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.step-ttl {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

.step-list {
  display: flex;
  gap: 80px;
  justify-content: center;
}

.step-list-item {
  position: relative;
  width: calc((100% - 80px) / 3);
}
.step-list-item + .step-list-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -52px;
  width: 24px;
  height: 24px;
  background: url("../images/step/ico_arrow.png") no-repeat;
  background-size: contain;
  transform: translateY(0);
}
.step-list-item figure {
  margin-bottom: 15px;
}
.step-list-item h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
.step-list-item p {
  color: #999;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .step-list {
    display: block;
  }
  
  .step-list-item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  
  .step-list-item + .step-list-item {
    padding-top: 30px;
    margin-top: 30px;
  }
  
  .step-list-item + .step-list-item:before {
    top: 0;
    left: 50%;
    background: url("../images/step/ico_arrow_sp.png") no-repeat;
    background-size: contain;
    transform: rotate(0) translateX(-50%) translateY(0);
  }
}

/* ==========================================================================
   # voice
   ========================================================================== */
.l-voice {
  max-width: 1030px;
  margin: 0 auto;
  padding: 80px 15px 60px;
}

.voice-ttl {
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

.voice-list {
  display: flex;
  gap: 20px;
}

.voice-list-item {
  width: calc((100% - 40px) / 3);
  padding: 20px 20px 30px;
  background-color: #111;
}
.voice-list-item figure {
  margin: -20px -20px 20px;
}
.voice-list-item .ttl {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
.voice-list-item .sub {
  margin-bottom: 10px;
  color: #7C5A03;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
.voice-list-item p {
  color: #999;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .voice-list {
    display: block;
  }
  
  .voice-list-item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 500px) {
  .voice-ttl {
    font-size: 36px;
  }
}

/* ==========================================================================
   # faq
   ========================================================================== */
.l-faq {
  max-width: 1030px;
  margin: 0 auto;
  padding: 60px 15px;
}

.faq-ttl {
  margin-bottom: 60px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

.faq-list {
  display: flex;
  gap: 40px 20px;
  flex-wrap: wrap;
}

.faq-list-item {
  display: flex;
  flex-flow: column;
  width: calc((100% - 20px) / 2);
}
.faq-list-item h3 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.faq-list-item p {
  flex-grow: 1;
  padding: 20px;
  color: #999;
  font-size: 14px;
  background-color: #111;
}

@media screen and (max-width: 768px) {
  .faq-list {
    display: block;
  }
  
  .faq-list-item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 500px) {
  .faq-ttl {
    font-size: 36px;
  }
}

/* ==========================================================================
   # cta
   ========================================================================== */
.l-cta {
  padding: 80px 15px;
  background: url("../images/cta/bg.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
}

.cta-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.cta-ttl {
  max-width: 753px;
  margin: 0 auto 20px;
}

/* ==========================================================================
   # footer
   ========================================================================== */
.l-footer {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 20px 15px;
}

.footer-logo {
  width: 80px;
}

.footer-copy {
  width: calc(100% - 80px);
  text-align: right;
}
.footer-copy small {
  font-size: 10px;
  opacity: 0.2;
}

/* ==========================================================================
   # contact
   ========================================================================== */
.l-contact {
  padding: 80px 15px;
  background: url("../images/contact/bg.jpg") no-repeat;
  background-size: 100%;
  background-position: top;
}

.contact-inner {
  display: flex;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.contact-ttl {
  max-width: 323px;
  padding-top: 40px;
}

.contact-content {
  width: calc(100% - 343px);
}

@media screen and (max-width:768px) {
  
  .contact-inner {
    display: block;
  }
  
  .contact-ttl {
    margin: 0 auto 20px;
    padding-top: 0;
  }
  
  .contact-content {
    width: 100%;
  }
}