@charset "utf-8";

/* ----------------------------------------------------
    共通
---------------------------------------------------- */

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 20px;
  color: #333;
  text-align: center;
  overflow-x: hidden;
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
}

body .sp-item {
  display: none;
}

body .pc-item {
  display: block;
}


img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  object-fit: contain;
}


@media screen and (max-width: 750px) {
  body {
    min-width: inherit;
    height: 100%;
  }

  body .sp-item {
    display: block;
  }

  body .pc-item {
    display: none;
  }

  body .sp-item img {
    width: 100%;
  }
}

.inner {
  width: 100%;
  max-width: 1390px;
  margin: 0 auto;
}

/* ----------------------------------------------------
    header
---------------------------------------------------- */
.header {
  width: 100%;
}

.header-pc {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 10;
}

h1 {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 750px) {
  .header {
    height: auto;
  }
}

/* ----------------------------------------------------
    CTA
---------------------------------------------------- */
.cta-frame {
  position: relative;
}

.btns {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}

.btns a,
.tel a {
  display: block;
  width: 100%;
  height: 100%;
}

.btns a {
  transition: transform 0.3s ease-out;
}

.btns a:hover {
  transform: scale(0.97);
}

.btns a img,
.tel a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cta01 .btns {
  width: 34%;
  bottom: 33%;
  left: 61.8%;
}

.cta02 .btns {
  width: 24%;
  bottom: 33%;
  left: 60.4%;
}

.cta03 .btns {
  width: 24%;
  bottom: 17%;
  left: 60.4%;
}

.tel {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 65%;
  height: 3%;
  margin: 0 auto;
}

.tel span {
  width: 100%;
  height: 100%;
}

.cta01 .tel {
  bottom: 35.8%;
  left: 32.4%;
  width: 23%;
  height: 10%;
}

.cta02 .tel {
  bottom: 35.2%;
  left: 37.3%;
  width: 20.1%;
  height: 10%;
}

.cta03 .tel {
  bottom: 17.4%;
  left: 37.3%;
  width: 20.1%;
  height: 3.4%;
}

@media screen and (max-width: 750px) {
  .cta01 .btns {
    width: 88%;
    bottom: 41%;
    left: 50%;
  }

  .cta02 .btns {
    bottom: 56%;
    width: 98%;
    left: 50%;
  }

  .cta03 .btns {
    bottom: 12%;
    left: 49%;
    width: 79%;
    left: 50%;
  }

  .cta01 .tel {
    bottom: 14.3%;
    width: 82%;
    height: 10%;
    left: 50%;
  }

  .cta02 .tel {
    bottom: 18.8%;
    width: 77%;
    height: 15%;
    left: 50%;
  }

  .cta03 .tel {
    bottom: 26.8%;
    width: 81%;
    height: 6%;
    left: 50%;
  }
}

/* ----------------------------------------------------
    bg-wrap01
---------------------------------------------------- */
.bg-wrap01 {
  background-image: url(../images/bg01_pc.webp);
  background-size: 1920px auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  padding-top: 96px;
  margin-top: -154px;
}

@media screen and (min-width: 751px) and (max-width: 1390px) {
  .bg-wrap01 {
    padding-top: calc(96 / 1390 * 100vw);
    margin-top: calc(-154 / 1390 * 100vw);
  }
}

@media screen and (max-width: 750px) {
  .bg-wrap01 {
    margin-top: 0;
    padding-top: 0;
    background-image: none;
  }
}

/* ----------------------------------------------------
    bg-wrap02
---------------------------------------------------- */
.bg-wrap02 {
  background-image: url(../images/bg02_pc.webp);
  background-size: 1920px auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 100px;
  margin-top: -245px;
}

@media screen and (min-width: 751px) and (max-width: 1390px) {
  .bg-wrap02 {
    padding-top: calc(100 / 1390 * 100vw);
    margin-top: calc(-245 / 1390 * 100vw);
  }
}

@media screen and (max-width: 750px) {
  .bg-wrap02 {
    margin-top: 0;
    padding-top: 0;
    background-image: none;
  }
}

/* ----------------------------------------------------
    bg-wrap03
---------------------------------------------------- */
.bg-wrap03 {
  background-image: url(../images/bg03_pc.webp);
  background-size: 1920px auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 750px) {
  .bg-wrap03 {
    background-image: none;
  }
}


/* ----------------------------------------------------
    bg-wrap04
---------------------------------------------------- */
.bg-wrap04 {
  background-image: url(../images/bg04_pc.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 750px) { 
  .bg-wrap04 {
    background-image: none;
  }
}

/* ----------------------------------------------------
    sec02
---------------------------------------------------- */
.sec02 {
  position: relative;
  z-index: 3;
}

.sec02-slide {
  display: none;
}

@media screen and (max-width: 750px) {
  .sec02-inner {
    position: relative;
  }

  .sec02-slide {
    display: block;
    position: absolute;
    top: 44.8%;
    left: 3.2%;
    right: 0;
    width: auto;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-right: 3.2%;
    padding-bottom: 1%;
    cursor: pointer;
  }

  .sec02-slide img.sp-item {
    width: 151.7%;
    max-width: none;
    margin: 0;
  }
}

/* ----------------------------------------------------
    sec03
---------------------------------------------------- */
.sec03 {
  position: relative;
  z-index: 2;
  margin-top: -200px;
}

@media screen and (min-width: 751px) and (max-width: 1390px) {
  .sec03 {
    margin-top: calc(-200 / 1390 * 100vw);
  }
}

@media screen and (max-width: 750px) {
  .sec03 {
    margin-top: 0;
  }
}

/* ----------------------------------------------------
    sec04
---------------------------------------------------- */
.sec04 {
  position: relative;
  z-index: 1;
  margin-top: -158px;
}

@media screen and (min-width: 751px) and (max-width: 1390px) {
  .sec04 {
    margin-top: calc(-158 / 1390 * 100vw);
  }
}

@media screen and (max-width: 750px) {
  .sec04 {
    margin-top: 0;
  }
}

/* ----------------------------------------------------
    sec07 Q&A
---------------------------------------------------- */
.sec07-faq {
  max-width: 810px;
  padding: 0 20px;
  margin: 35px auto 48px;
  text-align: left;
}

.faq-item {
  border: 1px solid #bf9c59;
  border-radius: 25px;
  background-color: #fff;
}

.faq-item:not(:first-child) {
  margin-top: 25px;
}

.faq-item__question {
  display: flex;
  align-items: center;
  gap: 17px;
  margin: 10px auto 0;
  padding: 15px 40px 15px 72px;
  box-sizing: border-box;
  background-color: #f6f2ea;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #042d4e;
  font-size: 25px;
  font-weight: 500;
  width: 98%;
  height: 99%;
  box-shadow: 0px 0px 4px 0 rgba(144, 117, 68, 0.5);
  font-feature-settings: "palt" 1;
}

.faq-item__icon {
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
}

.faq-item__answer {
  padding: 23px 40px 39px 72px;
  box-sizing: border-box;
  color: #3d3a34;
  font-size: 20px;
  line-height: calc(36 / 20);
  font-feature-settings: "palt" 1;
}


@media screen and (max-width: 750px) {
  .sec07-faq {
    width: auto;
    max-width: none;
    margin: calc(24 / 750 * 100vw) auto calc(37 / 750 * 100vw);
    padding: 0 calc(20 / 750 * 100vw);
  }

  .faq-item {
    border-width: calc(1 / 750 * 100vw);
    border-radius: calc(30 / 750 * 100vw);
  }

  .faq-item:not(:first-child) {
    margin-top: calc(34 / 750 * 100vw);
  }

  .faq-item__question {
    gap: calc(31 / 750 * 100vw);
    margin: calc(8 / 750 * 100vw) auto 0;
    padding: calc(46 / 750 * 100vw) calc(10 / 750 * 100vw) calc(46 / 750 * 100vw) calc(22 / 750 * 100vw);
    width: 98%;
    height: auto;
    border-top-left-radius: calc(25 / 750 * 100vw);
    border-top-right-radius: calc(25 / 750 * 100vw);
    font-size: calc(35 / 750 * 100vw);
    line-height: 1.45;
    box-shadow: 0 0 calc(4 / 750 * 100vw) 0 rgba(144, 117, 68, 0.5);
  }

  .faq-item__icon {
    width: calc(64 / 750 * 100vw);
    height: calc(64 / 750 * 100vw);
    flex-basis: calc(64 / 750 * 100vw);
  }

  .faq-item__answer {
    min-height: calc(226 / 750 * 100vw);
    padding: calc(45 / 750 * 100vw) calc(3 / 750 * 100vw) calc(38 / 750 * 100vw) calc(18 / 750 * 100vw);
    font-size: calc(33 / 750 * 100vw);
    line-height: calc(53 / 33);
  }
}

/* ----------------------------------------------------
    footer
---------------------------------------------------- */
.footer {
  background-color: #002853;
  padding: 35px 0 35px; 
}

.footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.footer-nav-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  font-size: 17px;
  font-feature-settings: 'palt' 1;
  line-height: 1;
}

.footer-nav-items a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease-out;
}

.footer-nav-items a:hover {
  opacity: 0.7;
}

.footer-nav-items li {
  position: relative;
}

.footer-nav-items li:not(:first-child)::before,
.footer-nav-items:not(:first-child)::before {
  content: "|";
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.copyright {
  font-size: 17px;
  color: #fff;
  text-align: center;
  margin-top: 15px;
  display: block;
}

@media screen and (max-width: 750px) {
  .footer {
    padding: 25px 0 25px;
  }

  .footer-nav-items {
    font-size: 13px;
  }

  .copyright {
    font-size: 13px;
    margin-top: 9px;
  }
}

/* ----------------------------------------------------
    サブページ（特商法・プライバシー）
---------------------------------------------------- */
body.subpage {
  text-align: left;
  box-sizing: border-box;
}

.subpage-header {
  padding: 32px 0 24px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 28px;
}

.subpage-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #222;
  text-align: center;
}

.subpage-main {
  margin: 0 auto 48px;
  width: auto;
  padding: 0 20px;
}

.subpage-lead {
  margin-bottom: 28px;
  line-height: 1.75;
  color: #333;
  font-size: 16px;
}

.legal-items {
  margin: 0;
}

.legal-items dt:not(:first-of-type) {
  margin-top: 28px;
}

.legal-item-name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #333;
  line-height: 1.5;
}

.legal-item-detail {
  margin: 0;
  line-height: 1.75;
  color: #333;
  font-size: 16px;
}

.legal-item-detail>p {
  margin: 0;
  line-height: 1.75;
  color: #333;
  font-size: 16px;
}

.legal-list {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 1.4em;
  line-height: 1.75;
  color: #333;
  list-style: disc;
  font-size: 16px;
}

.legal-list li {
  margin-bottom: 6px;
}

.legal-list li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {

  .subpage-header {
    padding: 24px 0 18px;
    margin-bottom: 20px;
  }

  .subpage-title {
    font-size: 20px;
  }

  .subpage-main {
    padding: 0 16px;
    width: auto;
  }

  .subpage-lead {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.7;
  }

  .legal-items dt:not(:first-of-type) {
    margin-top: 20px;
  }

  .legal-item-name {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .legal-item-detail {
    font-size: 14px;
    line-height: 1.65;
  }

  .legal-item-detail>p {
    font-size: 14px;
    line-height: 1.65;
  }

  .legal-list {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.65;
  }

  .legal-list li {
    margin-bottom: 4px;
  }
}

/* ----------------------------------------------------
    お問合せフォーム
---------------------------------------------------- */
body.contact-page {
  text-align: left;
  background-color: #fff;
}

.contact {
  max-width: 860px;
  margin: 0 auto 60px;
  box-sizing: border-box;
}

.contact-header {
  border-top: 3px solid #002853;
  background-color: #f6f2ea;
  padding: 28px 16px;
  text-align: center;
}

.contact-title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  color: #042d4e;
  letter-spacing: 0.06em;
}

.contact-lead {
  margin: 28px 0 24px;
  text-align: center;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

.contact-form {
  border-top: 1px solid #ddd;
  padding: 0 20px;
}

.contact-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 22px 8px;
  border-bottom: 1px solid #ddd;
}

.contact-label-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 240px;
  flex-shrink: 0;
  padding-top: 10px;
}

.contact-label {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
}

.contact-badge {
  display: inline-block;
  min-width: 40px;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}

.contact-badge--required {
  background-color: #bf9c59;
}

.contact-badge--optional {
  background-color: #b0b0b0;
}

.contact-field {
  flex: 1;
  min-width: 0;
}

.contact-input,
.contact-textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  color: #333;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-input {
  height: 44px;
  padding: 0 14px;
}

.contact-textarea {
  min-height: 180px;
  padding: 12px 14px;
  resize: vertical;
}

.contact-input:focus,
.contact-textarea:focus {
  outline: none;
  border-color: #bf9c59;
  box-shadow: 0 0 0 2px rgba(191, 156, 89, 0.25);
}

.contact-hint {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: #888;
}

.contact-actions {
  margin-top: 40px;
  text-align: center;
}

.contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 420px;
  height: 56px;
  padding: 0 24px;
  border: none;
  border-radius: 8px;
  background-color: #002853;
  color: #fff;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: opacity 0.25s ease;
}

.contact-submit:hover {
  opacity: 0.7;
}

.contact-submit-icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #bf9c59;
}

.contact-note {
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: #888;
}

@media screen and (max-width: 750px) {
  .contact {
    margin-bottom: 40px;
  }

  .contact-header {
    padding: 22px 12px;
  }

  .contact-title {
    font-size: 22px;
  }

  .contact-form {
    padding: 0 15px;
  }

  .contact-lead {
    margin: 20px 0 16px;
    font-size: 13px;
    line-height: 1.65;
    padding: 0 15px;
  }

  .contact-row {
    flex-direction: column;
    gap: 12px;
    padding: 18px 0;
  }

  .contact-label-wrap {
    width: 100%;
    padding-top: 0;
  }

  .contact-label {
    font-size: 15px;
  }

  .contact-hint {
    font-size: 12px;
  }

  .contact-actions {
    margin-top: 28px;
  }

  .contact-submit {
    max-width: none;
    height: 52px;
    font-size: 16px;
  }

  .contact-note {
    font-size: 12px;
  }
}