@charset "UTF-8";
/* #カラー
========================= */
/* #サイトで使用する色を定義
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
@font-face {
  font-family: "001 nezumi";
  src: url("../font/001nezumi-Regular.ttf") format("truetype");
  font-display: swap;
}
/* #共通パーツ
========================= */
/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
.mail-btn {
  position: relative;
  width: 100%;
  max-width: 270px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 10px;
  border-radius: 150px;
  background: #0A1E54;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mail-btn a {
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 27.089px;
  margin-right: 26px;
}
@media screen and (max-width: 350px) {
  .mail-btn a {
    font-size: 14px;
  }
}
.mail-btn::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 16px;
  background: url(../img/icon/icon-mail.png) no-repeat center center/cover;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (hover: hover) {
  .mail-btn:hover {
    opacity: 0.5;
  }
}

.telephone-btn {
  position: relative;
  width: 100%;
  max-width: 300px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 10px;
  border-radius: 150px;
  background: #0A1E54;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 4px;
}
@media screen and (max-width: 350px) {
  .telephone-btn {
    max-width: 260px;
  }
}
.telephone-btn a {
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 27.089px;
}
@media screen and (max-width: 350px) {
  .telephone-btn a {
    font-size: 14px;
    margin-left: -30px;
  }
}
.telephone-btn::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(../img/icon/icon-telephone.png) no-repeat center center/cover;
  top: 50%;
  right: 10%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (hover: hover) {
  .telephone-btn:hover {
    opacity: 0.5;
  }
}

.sns-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 376px;
  height: 100px;
  border-radius: 90px;
  background: #0A1E54;
  gap: 30px;
  padding-left: 110px;
  margin-top: 30px;
  margin-left: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .sns-btn {
    max-width: 335px;
    height: 70px;
    margin: -5px auto;
  }
}
@media screen and (max-width: 767px) {
  .sns-btn {
    max-width: 335px;
    height: 70px;
    margin: 0;
  }
}
.sns-btn::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  background: url(../img/icon/icon-instagram.png) no-repeat center center/cover;
  top: 50%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (hover: hover) {
  .sns-btn:hover {
    opacity: 0.5;
  }
}

.sns-btn-txt {
  color: #fff;
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sns-btn-txt {
    font-size: 16px;
  }
}
.sns-btn-txt span {
  color: #FFF;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
}

.toTopPage {
  position: relative;
  width: 100%;
  max-width: 270px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 10px;
  border-radius: 150px;
  background: #0A1E54;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.toTopPage a {
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
.toTopPage::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 20px;
  background: url(../img/utility/arrows-right-arrow.png) no-repeat center center/cover;
  top: 50%;
  right: 20%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (hover: hover) {
  .toTopPage:hover {
    opacity: 0.5;
  }
}

.br-sp {
  display: none;
}

@media (max-width: 768px) {
  .br-sp {
    display: block;
  }
}
.br-pc {
  display: none;
}

@media (min-width: 769px) {
  .br-pc {
    display: block;
  }
}
.only-sp {
  display: none;
}

@media (max-width: 768px) {
  .only-sp {
    display: block;
  }
}
.only-pc {
  display: none;
}

@media (min-width: 769px) {
  .only-pc {
    display: block;
  }
}
/* #アニメーション
========================= */
.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-in-up.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* #LP
========================= */
/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #header
========================= */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 40px;
  background-color: #B39A84;
  z-index: 999;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .header {
    width: 100%;
    height: 70px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 50px;
    padding: 0 20px;
  }
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  gap: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .header-wrap {
    gap: 500px;
  }
}
@media screen and (max-width: 767px) {
  .header-wrap {
    gap: 150px;
  }
}

.header-logo {
  font-family: "001 nezumi", serif;
  font-weight: bold;
  color: #fff;
  font-size: 29.943px;
  letter-spacing: -1.049px;
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .header-nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-nav {
    display: none;
  }
}

.header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 44PX;
     -moz-column-gap: 44PX;
          column-gap: 44PX;
}

.header-item {
  position: relative;
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  line-height: 28px;
  white-space: nowrap;
}
@media (hover: hover) {
  .header-item:hover {
    color: #0A1E54;
  }
  .header-item:hover::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/utility/arrows-down-arrow2.png) no-repeat center center/cover;
    top: 50%;
    left: 115%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.header-item::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/utility/arrows-down-arrow.png) no-repeat center center/cover;
  top: 50%;
  left: 115%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header-tel-btn {
  padding: 10px 20px;
  margin-left: 26px;
}
.header-tel-btn a {
  margin-left: -27px;
}

.header-mail-btn {
  padding: 10px 20px;
  margin-left: 0;
}
.header-mail-btn a {
  margin-left: 10px;
}
.header-mail-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.drawer-icon {
  position: relative;
  width: 40px;
  height: 20px;
  z-index: 998;
}
.drawer-icon.is-open .bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 14px;
  background: #FFFFFF;
}
.drawer-icon.is-open .bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-open .bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 14px;
  background: #FFFFFF;
}

.bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
@media screen and (max-width: 350px) {
  .bar {
    width: 30px;
    left: -20px;
  }
}
.bar:nth-of-type(2) {
  top: 10px;
}
.bar:nth-of-type(3) {
  top: 20px;
}

.pc_hidden {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .pc_hidden {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc_hidden {
    display: block;
  }
}

.sp_hidden {
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .sp_hidden {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp_hidden {
    display: none;
  }
}

/* #ドロワーメニュー
========================= */
.drawer-content {
  width: 100%;
  height: 100%;
  background: #B39A84;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 997;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .drawer-content {
    padding-top: 100px;
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 767px) {
  .drawer-content {
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 350px) {
  .drawer-content {
    padding-top: 100px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
.drawer-content.is-open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.drawer-content-link {
  position: relative;
  display: block;
  text-align: center;
  font-weight: 700;
  color: #FFF;
  font-size: 20px;
  padding-bottom: 30px;
  text-align: left;
}
.drawer-content-link::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/utility/arrows-down-arrow.png) no-repeat center center/cover;
  margin-top: 4px;
  margin-left: 5px;
}

.drawer-content-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
  border-radius: 150px;
  background: #0A1E54;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.drawer-content-btn a {
  color: white;
  font-family: "Noto Sans JP", serif;
  font-size: 16.931px;
  font-weight: bold;
  line-height: 27.089px;
}
@media (hover: hover) {
  .drawer-content-btn:hover {
    opacity: 0.5;
  }
}

.drawer-tel-btn,
.drawer-mail-btn {
  max-width: 270px;
  margin-top: 20px;
}

.drawer-tel-btn a {
  margin-left: -18px;
}
.drawer-tel-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #fv
========================= */
.fv {
  width: 100vw;
  max-height: 880px;
  overflow: hidden;
  background-image: url(../img/fv/fv-bg-tocoton.png);
  background-color: #CFC7C8;
  background-size: cover; /* 画像を画面サイズに合わせる */
  background-position: center; /* 画像を中央に配置 */
  background-repeat: no-repeat; /* 画像を繰り返さない */
  height: 100vh; /* ビューポート高さに合わせる */
  margin: 0 auto; /* マージンをリセット */
  padding: 0; /* パディングをリセット */
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .fv {
    background-image: url(../img/fv/fv-bg-tocoton2.png);
  }
}
@media screen and (max-width: 767px) {
  .fv {
    max-height: 765px;
    background-image: url(../img/fv/fv-bg-tocoton2.png);
  }
}
@media screen and (max-width: 350px) {
  .fv {
    max-height: 600px;
  }
}

.fv-wrapper {
  margin-top: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .fv-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .fv-wrapper {
    margin-top: 140px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.fv-contents {
  width: 100%;
  max-width: 1085px;
  height: 100%;
  max-height: 453px;
  border-radius: 600px;
  -webkit-box-shadow: 0px 8px 10px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 8px 10px 4px rgba(0, 0, 0, 0.25);
  background: #FFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-bottom: 42px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .fv-contents {
    border-radius: 300px;
    -webkit-box-shadow: 0px 8px 10px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 8px 10px 4px rgba(0, 0, 0, 0.25);
    padding-top: 64px;
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 767px) {
  .fv-contents {
    max-width: 335px;
    max-height: 400px;
    border-radius: 100px;
    -webkit-box-shadow: 0px 4.768px 5.96px 2.384px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4.768px 5.96px 2.384px rgba(0, 0, 0, 0.25);
    padding-top: 68px;
    padding-bottom: 44px;
  }
}

.fv-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fv-lead-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-weight: 900;
  letter-spacing: -0.517px;
  margin-left: -15%;
}
@media screen and (max-width: 767px) {
  .fv-lead-1 {
    font-size: 6.473px;
    letter-spacing: -0.324px;
    text-align: center;
  }
}
.fv-lead-1 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20.24px;
  height: 20.24px;
  background: linear-gradient(315deg, rgba(179, 154, 132, 0.5) 59%, rgba(235, 220, 207, 0.5) 100%);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .fv-lead-1 span {
    width: 12.668px;
    height: 12.668px;
  }
}

.fv-lead-2 {
  color: #B39A84;
  font-family: "Noto Serif JP";
  font-size: 28px;
  letter-spacing: 0.56px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv-lead-2 {
    font-size: 18px;
    letter-spacing: 0.36px;
  }
}
@media screen and (max-width: 350px) {
  .fv-lead-2 {
    font-size: 14px;
  }
}

.fv-lead-2-bold {
  font-family: "001 nezumi";
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -1.801px;
  text-align: center;
  margin-left: 3px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .fv-lead-2-bold {
    font-size: 22.545px;
    letter-spacing: -1.127px;
  }
}

.fv-description-1 {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 48px;
  font-style: normal;
  line-height: 78px;
  letter-spacing: -0.48px;
  text-align: center;
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  .fv-description-1 {
    font-size: 17.29px;
    letter-spacing: -0.173px;
    line-height: normal;
  }
}

.underBar {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #EBDCCF), to(#B39A84));
  background: linear-gradient(transparent 80%, #EBDCCF 0%, #B39A84 100%);
}

.fv-sp_only {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 29px;
  line-height: normal;
  letter-spacing: -0.87px;
  text-align: center;
}
.fv-sp_only small {
  font-size: 18px;
}

.fv-description-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 380.283px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #A30104;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 767px) {
  .fv-description-2 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 13px;
    letter-spacing: 0.26px;
  }
}

.fv-mail-btn {
  max-width: 300px;
  margin-left: 0;
  padding-left: 20px;
}
@media screen and (max-width: 350px) {
  .fv-mail-btn {
    max-width: 260px;
    margin-left: 0;
    padding-left: 10px;
  }
}
.fv-mail-btn::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 16px;
  background: url(../img/icon/icon-mail.png) no-repeat center center/cover;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #area
========================= */
.area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 406px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  background: #B39A84;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .area {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .area {
    padding: 20px;
  }
}

.area-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 750px;
  height: 61px;
  padding-bottom: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.area-title-jp {
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: 24px;
  letter-spacing: 1.2px;
}

.area-title-en {
  position: relative;
  color: #FFF;
  font-family: "001 nezumi";
  font-size: 16px;
  letter-spacing: 0.8px;
  text-align: right;
  width: 180px;
}
.area-title-en::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 1px;
  background: #FFF;
  top: 50%;
  left: 33%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.area-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  max-width: 800px;
  height: 290px;
  border-radius: 68.218px;
  background: #FFF;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .area-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 10px;
    margin-top: 15px;
  }
}

.area-map img {
  width: 100%;
  height: 100%;
  display: block;
  margin-top: 2.56px;
  margin-bottom: 19.54px;
  margin-left: 22px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .area-map img {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .area-map img {
    width: 126px;
    height: 126px;
    margin-bottom: 0;
    margin-left: 0;
  }
}

.area-names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4.264px 12.791px;
  border-radius: 17.054px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8.527px;
}

.area-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4.264px 12.791px;
  border-radius: 17.054px;
  background: #B39A84;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8.527px;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 18px;
  text-align: center;
}

.area-lead {
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15.29px;
  margin-bottom: 14.83px;
  margin-left: 26px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .area-lead {
    margin-top: 30px;
    margin-left: 0;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .area-lead {
    margin-left: 0;
    padding-bottom: 20px;
  }
}

.area-lead-1 {
  position: relative;
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 32px;
  letter-spacing: 1.15px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .area-lead-1 {
    font-size: 20px;
    letter-spacing: 0.9px;
  }
}
@media screen and (max-width: 767px) {
  .area-lead-1 {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.area-lead-1 small {
  font-size: 14px;
  letter-spacing: 0.7px;
}
.area-lead-1 span {
  font-size: 24px;
  letter-spacing: 0.9px;
}
.area-lead-1::after {
  content: "";
  position: absolute;
  width: 324px;
  height: 2px;
  background: #EBE7E6;
  border-radius: 60px;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .area-lead-1::after {
    width: 260px;
    top: -14%;
    left: 50%;
  }
}
@media screen and (max-width: 767px) {
  .area-lead-1::after {
    width: 260px;
    top: 50%;
    left: 50%;
  }
}

.area-lead-2 {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .area-lead-2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .area-lead-2 {
    font-size: 14px;
  }
}

/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #reasons
========================= */
.reasons {
  width: 100%;
  height: 100%;
  margin-top: 100px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .reasons {
    margin-top: 50px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .reasons {
    margin-top: 0;
    padding: 20px;
  }
}

.reasons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .reasons-wrapper {
    margin-top: 75px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .reasons-wrapper {
    margin-top: -30px;
  }
}

.reasons-top {
  width: 100%;
  max-width: 1082.22px;
  height: 415.157px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 75px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .reasons-top {
    width: 100%;
    height: 300px;
    gap: 0px;
    margin-top: -50px;
  }
}
@media screen and (max-width: 767px) {
  .reasons-top {
    width: 100%;
    height: 700px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: -140px;
  }
}

.reasons-top-left {
  border-radius: 291px;
  background: radial-gradient(50% 50% at 50% 50%, #ECDCCD 0%, #FFF 100%);
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .reasons-top-left {
    width: 100%;
    height: 100%;
    max-width: 500px;
    max-height: 300px;
    margin-top: -50px;
  }
}
@media screen and (max-width: 767px) {
  .reasons-top-left {
    position: relative;
    width: 100%;
  }
}

.reasons-top-left-title {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 24px;
  letter-spacing: 1.2px;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .reasons-top-left-title {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .reasons-top-left-title {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}
.reasons-top-left-title span {
  font-size: 48px;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .reasons-top-left-title span {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 767px) {
  .reasons-top-left-title span {
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}

.reasons-top-left-subtitle {
  position: relative;
  margin-top: 30px;
  color: #000;
  font-family: "001 nezumi";
  font-size: 16px;
  letter-spacing: 0.8px;
  text-align: right;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .reasons-top-left-subtitle {
    font-size: 14px;
    letter-spacing: 0.7px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .reasons-top-left-subtitle {
    width: 266px;
  }
}
.reasons-top-left-subtitle::before {
  content: "";
  position: absolute;
  width: 125px;
  height: 1px;
  border: 0.5px solid #000;
  top: 50%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .reasons-top-left-subtitle::before {
    width: 100px;
    left: 23%;
  }
}
@media screen and (max-width: 767px) {
  .reasons-top-left-subtitle::before {
    width: 167px;
    left: 33%;
  }
}

.reason-top-left-img img {
  display: block;
  width: 100%;
  max-width: 333.222px;
  height: 100%;
  max-height: 230px;
  border-radius: 8px;
  margin-top: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .reason-top-left-img img {
    width: 100%;
    height: 100%;
    max-width: 150px;
    max-height: 150px;
    margin-top: 20px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .reason-top-left-img img {
    position: absolute;
    width: 250px;
    height: 230px;
    top: 350%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.reasons-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  max-width: 674px;
  max-height: 305.963px;
  gap: 23px;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .reasons-top-right {
    width: 100%;
    height: 100%;
    max-width: 500px;
    max-height: 300px;
    margin-top: -50px;
  }
}
@media screen and (max-width: 767px) {
  .reasons-top-right {
    width: 100%;
    gap: 13px;
    margin-top: 7px;
  }
}

.reasons-top-right-l {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: transparent;
  width: 8px;
  -webkit-transform: rotate(-29.444deg);
          transform: rotate(-29.444deg);
  background: linear-gradient(315deg, rgba(179, 154, 132, 0.5) 59%, rgba(235, 220, 207, 0.5) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "001 nezumi";
  font-size: 11px;
  letter-spacing: -0.55px;
  margin-left: -35px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .reasons-top-right-l {
    margin-left: -50px;
  }
}
@media screen and (max-width: 767px) {
  .reasons-top-right-l {
    margin-left: 10px;
  }
}

.reasons-top-right-r {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: transparent;
  width: 8px;
  -webkit-transform: rotate(33.697deg);
          transform: rotate(33.697deg);
  background: linear-gradient(315deg, rgba(179, 154, 132, 0.5) 59%, rgba(235, 220, 207, 0.5) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "001 nezumi";
  font-size: 11px;
  letter-spacing: -0.55px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .reasons-top-right-r {
    margin-left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .reasons-top-right-r {
    margin-left: 10px;
  }
}

.reasons-top-right-text {
  position: relative;
  font-size: 25px;
  font-family: "Noto Serif JP";
  letter-spacing: 4px;
  text-align: left;
  margin-left: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .reasons-top-right-text {
    font-size: 16px;
    letter-spacing: 1.6px;
    margin-left: 0;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .reasons-top-right-text {
    width: 100%;
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
.reasons-top-right-text::before {
  content: "";
  position: absolute;
  background: url(../img/reasons/reasons-top-check.png) no-repeat center center/cover;
  width: 50px;
  height: 50px;
  top: 50%;
  left: -10%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .reasons-top-right-text::before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .reasons-top-right-text::before {
    width: 33.488px;
    height: 33.488px;
  }
}
.reasons-top-right-text span {
  color: #B39A84;
  font-size: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .reasons-top-right-text span {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .reasons-top-right-text span {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}

.reasons-middle {
  position: relative;
  width: 100vw;
  height: 113.611px;
  background: -webkit-gradient(linear, left top, left bottom, to(#EBE7E6));
  background: linear-gradient(#EBE7E6 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9.5px;
  margin-top: 113px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .reasons-middle {
    height: 80px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .reasons-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.reasons-middle::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 282px solid transparent;
  border-left: 282px solid transparent;
  border-top: 17px solid #EBE7E6;
  border-bottom: 0;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .reasons-middle::after {
    border-right: 200px solid transparent;
    border-left: 200px solid transparent;
    border-top: 13px solid #EBE7E6;
  }
}
@media screen and (max-width: 767px) {
  .reasons-middle::after {
    border-right: 147px solid transparent;
    border-left: 147px solid transparent;
    border-top: 13px solid #EBE7E6;
  }
}

.reasons-middle-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.left-hiragana {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}
.left-hiragana span {
  color: #EBE7E6;
  font-family: "Noto Sans JP";
  font-size: 10.342px;
  font-weight: 900;
  letter-spacing: -0.517px;
  text-align: center;
  width: 20.24px;
  height: 20.24px;
  border-radius: 50%;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .left-hiragana span {
    width: 15px;
    height: 15px;
    font-size: 7.5px;
    letter-spacing: -0.375px;
  }
}
@media screen and (max-width: 767px) {
  .left-hiragana span {
    width: 9.845px;
    height: 9.845px;
    font-size: 5.031px;
    letter-spacing: -0.252px;
  }
}

.left-nezumi {
  -webkit-text-stroke-width: 0.888525486;
  -webkit-text-stroke-color: #FFF;
  color: #FFF;
  font-family: "001 nezumi";
  font-size: 36.021px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.801px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .left-nezumi {
    -webkit-text-stroke-width: 0.5px;
    font-size: 24px;
    letter-spacing: -1.2px;
  }
}
@media screen and (max-width: 767px) {
  .left-nezumi {
    -webkit-text-stroke-width: 0.43px;
    font-size: 17.521px;
    letter-spacing: -0.876px;
  }
}

.reasons-middle-right {
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 3.2px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .reasons-middle-right {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
@media screen and (max-width: 767px) {
  .reasons-middle-right {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}
.reasons-middle-right span {
  font-size: 40px;
  font-weight: 900;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .reasons-middle-right span {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
@media screen and (max-width: 767px) {
  .reasons-middle-right span {
    font-size: 16px;
  }
}

.reasons-bottom {
  margin-top: 95.59px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .reasons-bottom {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .reasons-bottom {
    margin-top: 36px;
  }
}

.reasons-bottom-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 250px;
  padding: 0px 13px 4px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  margin: 0 auto;
}

.reasons-bottom-title-main {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 24px;
  letter-spacing: 1.2px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.reasons-bottom-title-sub {
  position: relative;
  color: #000;
  font-family: "001 nezumi";
  font-size: 16px;
  letter-spacing: 0.8px;
  text-align: right;
}
.reasons-bottom-title-sub::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 1px;
  border: 0.5px solid #000;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.reasons-bottom-tocoton {
  margin-top: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .reasons-bottom-tocoton {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .reasons-bottom-tocoton {
    margin-top: 23px;
  }
}

.reasons-bottom-tocoton-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 23px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .reasons-bottom-tocoton-cards {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .reasons-bottom-tocoton-cards {
    gap: 0;
  }
}

.tocoton-nezumi-font {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: transparent;
  background: linear-gradient(315deg, rgba(179, 154, 132, 0.5) 59%, rgba(235, 220, 207, 0.5) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "001 nezumi";
  font-size: 47px;
  letter-spacing: -2.35px;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .tocoton-nezumi-font {
    -webkit-text-stroke-width: 0.5px;
    font-size: 30px;
    letter-spacing: -1.5px;
  }
}
@media screen and (max-width: 767px) {
  .tocoton-nezumi-font {
    -webkit-text-stroke-width: 0.4px;
    -webkit-transform: rotate(-15.481deg);
            transform: rotate(-15.481deg);
    font-size: 18.597px;
    letter-spacing: -0.93px;
  }
  .tocoton-nezumi-font:nth-of-type(2n-1) {
    margin-top: -40px;
  }
  .tocoton-nezumi-font:nth-of-type(2n) {
    -webkit-transform: rotate(15.481deg);
            transform: rotate(15.481deg);
    margin-top: 40px;
  }
}

.tocoton-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 292px;
  max-width: 100%;
  height: 292px;
  border-radius: 50%;
  border: 25px solid rgba(179, 154, 132, 0.5);
  background: #FFF;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .tocoton-card {
    width: 200px;
    height: 200px;
    border: 15px solid rgba(179, 154, 132, 0.5);
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .tocoton-card {
    border: 8px solid rgba(179, 154, 132, 0.5);
    width: 105px;
    height: 105px;
    opacity: 0.5;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 350px) {
  .tocoton-card {
    width: 85px;
    height: 85px;
  }
}

.tocoton-card-head {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .tocoton-card-head {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
@media screen and (max-width: 767px) {
  .tocoton-card-head {
    font-size: 13px;
    letter-spacing: 0.65px;
  }
}

.tocoton-card-body-text {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 20px;
  letter-spacing: 0.4px;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .tocoton-card-body-text {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}
@media screen and (max-width: 767px) {
  .tocoton-card-body-text {
    font-size: 12px;
    letter-spacing: 0.24px;
  }
}
@media screen and (max-width: 350px) {
  .tocoton-card-body-text {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .tocoton-card-body-text span {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.24px;
  }
}
@media screen and (max-width: 767px) {
  .tocoton-card-body-text span {
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.18px;
  }
}

.tocoton-card-body-free {
  color: #B39A84;
  font-family: "Noto Serif JP";
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.96px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .tocoton-card-body-free {
    font-size: 30px;
    letter-spacing: 0.6px;
  }
}
@media screen and (max-width: 767px) {
  .tocoton-card-body-free {
    font-size: 24px;
    letter-spacing: 0.48px;
  }
}
@media screen and (max-width: 350px) {
  .tocoton-card-body-free {
    font-size: 14px;
    letter-spacing: 0.4px;
  }
}

.reasons-bottom-lead {
  color: #202224;
  font-family: "Noto Serif JP";
  font-size: 24px;
  line-height: 45px;
  letter-spacing: 0.48px;
  text-align: center;
  margin-top: 48px;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .reasons-bottom-lead {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.32px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .reasons-bottom-lead {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.28px;
    margin-top: 35px;
  }
}
.reasons-bottom-lead span {
  position: relative;
}
.reasons-bottom-lead span::before {
  content: "";
  position: absolute;
  background: linear-gradient(315deg, rgba(179, 154, 132, 0.5) 59%, rgba(235, 220, 207, 0.5) 100%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-left: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .reasons-bottom-lead span::before {
    width: 5px;
    height: 5px;
    margin-left: 6px;
  }
}
@media screen and (max-width: 767px) {
  .reasons-bottom-lead span::before {
    width: 4px;
    height: 4px;
    margin-left: 4px;
  }
}

/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #cta
========================= */
.cta {
  margin-top: 100px;
  background: url(../img/cta/cta-bg.png) no-repeat center center/cover;
  width: 100%;
  height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -1;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .cta {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .cta {
    display: none;
  }
}

.cta-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1140px;
  height: 255px;
}

.cta-left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 255px;
  padding: 10px 30px;
  border-radius: 20px 0px 0px 20px;
  background: #FFF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta-left-text1 {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: center;
}

.cta-left-text2 {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.9px;
  text-align: center;
  white-space: nowrap;
}

.cta-middle {
  background-color: #B39A84;
  width: 100%;
  max-width: 724px;
  height: 255px;
  padding-top: 50px;
  padding-left: 21px;
  padding-right: 19px;
}

.cta-middle-title {
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: 25px;
  letter-spacing: -1.5px;
  white-space: nowrap;
}

.cta-middle-title1 {
  width: 100%;
  max-width: 165px;
  height: 46px;
  margin-bottom: -25px;
}

.title1-hiragana {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #B39A84;
  font-family: "Noto Sans JP";
  font-size: 8.536px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.427px;
  text-align: center;
  gap: 6.6px;
  margin-left: -30px;
}
.title1-hiragana span {
  background-color: #FFF;
  width: 16.704px;
  height: 16.704px;
  border-radius: 50%;
}

.title1-nezumi {
  color: #FFF;
  font-family: "001 nezumi";
  font-size: 29.728px;
  letter-spacing: -1.486px;
  text-align: center;
  font-weight: bold;
}
.title1-nezumi span {
  width: 18.704px;
  font-family: "Noto Serif JP";
  font-size: 20px;
  letter-spacing: -1px;
  margin-left: 10px;
}

.cta-middle-title2 {
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -1.5px;
}
.cta-middle-title2 span {
  font-size: 48px;
  font-weight: bold;
}

.cta-middle-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 19px;
}

.cta-button {
  max-width: 300px;
  padding: 15px 20px;
  border-radius: 150px;
}
.cta-button::after {
  right: 5%;
}

.cta-middle-text {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  text-align: center;
  margin-top: 10px;
}

.cta-right {
  height: 255px;
  padding: 27px 26.113px 33px 26.5px;
  border-radius: 0px 20px 20px 0px;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.cta-right-text1 {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 14px;
  letter-spacing: 1.15px;
  text-align: center;
}
.cta-right-text1 span {
  font-size: 23px;
}

.cta-right-img {
  position: relative;
  margin-top: 8px;
}
.cta-right-img img {
  display: block;
  width: 97px;
  height: 97px;
}
.cta-right-img::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 2px;
  border-radius: 60px;
  background-color: #EBE7E6;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cta-right-text2 {
  margin-top: 12px;
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 14px;
  text-align: center;
}

/* #cta(スマホ版)
========================= */
.cta-sp {
  background: url(../img/cta/cta-bg-sp.png) no-repeat center center/cover;
  margin-top: 40px;
}
@media screen and (min-width: 1401px) {
  .cta-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .cta-sp-wrapper {
    padding: 65px 40px 58px 40px;
  }
}
@media screen and (max-width: 767px) {
  .cta-sp-wrapper {
    padding: 65px 20px 58px 20px;
  }
}

.cta-sp-title {
  position: relative;
}
.cta-sp-title::after {
  content: "";
  position: absolute;
  background: url(../img/cta/fukidashi.png) no-repeat center center/cover;
  width: 129px;
  height: 129px;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media screen and (max-width: 350px) {
  .cta-sp-title::after {
    width: 100px;
    height: 100px;
    right: -10px;
  }
}

.title-hiragana-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #B39A84;
  font-family: "Noto Sans JP";
  font-size: 8.536px;
  font-weight: 900;
  letter-spacing: -0.427px;
  gap: 6.6px;
  margin-left: -55%;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .title-hiragana-sp {
    margin-left: 0;
    -webkit-transform: translate(-30%, 450%);
            transform: translate(-30%, 450%);
    font-size: 12px;
  }
}
@media screen and (max-width: 350px) {
  .title-hiragana-sp {
    margin-left: -35%;
  }
}
.title-hiragana-sp span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  width: 17px;
  height: 17px;
  border-radius: 50%;
}

.title-nezumi-sp {
  -webkit-text-stroke-width: 0.73px;
  -webkit-text-stroke-color: #FFF;
  color: #FFF;
  font-family: "001 nezumi";
  font-size: 29.728px;
  font-weight: 400;
  letter-spacing: -1.486px;
  margin-left: 21px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .title-nezumi-sp {
    font-size: 32px;
    margin-left: 0;
    -webkit-transform: translate(10%, 180%);
            transform: translate(10%, 180%);
  }
}
.title-nezumi-sp span {
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
  margin-left: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .title-nezumi-sp span {
    margin-left: 0;
  }
}

.cta-sp-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 335px;
  height: 330px;
  border-radius: 10px 10px 10px 10px;
  background: #B39A84;
  margin: 7px auto;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .cta-sp-contents {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .cta-sp-contents {
    width: 100%;
    margin: 0 auto;
  }
}

.cta-sp-lead1 {
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.96px;
  margin-top: 21px;
  margin-left: 21px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .cta-sp-lead1 {
    text-align: center;
  }
}
.cta-sp-lead1 span {
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.cta-sp-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 18px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .cta-sp-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
  }
}

@media screen and (max-width: 350px) {
  .cta-button {
    max-width: 260px;
  }
}
@media screen and (max-width: 350px) {
  .cta-button a {
    font-size: 14px;
    margin-left: -5px;
  }
}

.cta-sp-lead2 {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.28px;
  text-align: center;
  margin-top: 8px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .cta-sp-lead2 {
    margin-top: 0;
    font-size: 24px;
  }
}

.cta-sp-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  width: 100%;
  margin-top: 14px;
}

.cta-sp-lead3 {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .cta-sp-lead3 {
    font-size: 24px;
  }
}

.cta-sp-img img {
  display: block;
  width: 57px;
  height: 57px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .cta-sp-img img {
    width: 97px;
    height: 97px;
  }
}

.cta-sp-lead4 {
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-align: center;
  margin-top: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .cta-sp-lead4 {
    margin-top: 0;
    font-size: 24px;
  }
}

/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #service01(買取実績)
========================= */
.service01 {
  position: relative;
  margin-top: 200px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .service01 {
    margin-top: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .service01 {
    margin-top: 20px;
    padding-left: 20px;
  }
}

.service-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  gap: 60px;
  margin: 24px auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .service-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .service-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin: 20px 0 0;
  }
}

.achievement-texts {
  position: absolute;
  width: 270px;
  top: -90px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .achievement-texts {
    top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .achievement-texts {
    top: 70px;
  }
}

.achievement-text01 {
  padding-bottom: 9px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 24px;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .achievement-text01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px;
  }
}
@media screen and (max-width: 767px) {
  .achievement-text01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px;
  }
}

.achievement-text02 {
  position: relative;
  color: #000;
  font-family: "001 nezumi";
  font-size: 16px;
  letter-spacing: 0.8px;
  text-align: right;
}
.achievement-text02::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 1px;
  border: 0.5px solid #000;
  top: 50%;
  left: 60px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.service-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.service-mainTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .service-mainTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .service-mainTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 20px;
  }
}

.mainTitle {
  color: #0A1E54;
  font-family: "001 nezumi";
  font-size: 56px;
  white-space: nowrap;
  width: 56px;
  margin-top: 2em;
  font-weight: 400;
}
@media screen and (min-width: 1401px) {
  .mainTitle {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .mainTitle {
    font-size: 46px;
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .mainTitle {
    font-size: 46px;
    width: 100%;
    margin-top: 0;
  }
}

.mainTitle-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .mainTitle-texts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: 70px;
    margin-left: -5%;
  }
}
@media screen and (max-width: 767px) {
  .mainTitle-texts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: 70px;
    margin-left: -5%;
  }
}

.mainTitle-text01 {
  width: 20px;
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .mainTitle-text01 {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
  }
  .mainTitle-text01::after {
    content: "。";
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .mainTitle-text01 {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
  }
  .mainTitle-text01::after {
    content: "。";
    position: absolute;
  }
}
@media screen and (max-width: 350px) {
  .mainTitle-text01 {
    font-size: 12px;
  }
}

.mainTitle-text02 {
  width: 20px;
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .mainTitle-text02 {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .mainTitle-text02 {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
  }
}
@media screen and (max-width: 350px) {
  .mainTitle-text02 {
    font-size: 12px;
  }
}

.service-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.service-content-cards {
  max-width: 960px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1.8fr repeat(4, 1.5fr);
  grid-column-gap: 40px;
  grid-row-gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .service-content-cards {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .service-content-cards {
    display: none;
  }
}

.service-content-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 280px;
  height: 370px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 17px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .service-content-card {
    height: 400px;
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .service-content-card {
    height: 400px;
    width: 280px;
  }
}

.pt50 {
  padding-top: 50px;
}

.service-card-img {
  width: 280px;
  height: 300px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .service-card-img {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .service-card-img {
    width: 200px;
  }
}
.service-card-img img {
  display: block;
}

.service-card-maker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}

.maker-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  padding: 3px 5px;
  border-radius: 100px;
  background: #B39A84;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
}

.maker-right {
  width: 202px;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.65px;
}

.service-card-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}

.product-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  padding: 3px 5px;
  border-radius: 100px;
  background: #B39A84;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 14px;
  letter-spacing: 0.7px;
  font-weight: 500;
}

.product-right {
  width: 202px;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.55px;
}

.service-card-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F7F1EC;
  gap: 12px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .service-card-price {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media screen and (max-width: 767px) {
  .service-card-price {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.price-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 5px;
  background: #000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 70px;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 14px;
  letter-spacing: 0.7px;
  font-weight: 500;
}

.price-right {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 24px;
  letter-spacing: 1.2px;
  font-weight: 500;
}
.price-right span {
  font-size: 10px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.service-bottom {
  width: 100%;
  margin: 38px auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .service-bottom {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .service-bottom {
    padding-right: 20px;
  }
}

.service-bottom-text1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 24px;
  letter-spacing: 1.2px;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .service-bottom-text1 {
    font-size: 11px;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 767px) {
  .service-bottom-text1 {
    font-size: 11px;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 350px) {
  .service-bottom-text1 {
    font-size: 9px;
  }
}
.service-bottom-text1 span {
  padding: 10px 20px;
  border-radius: 80px;
  border: 1px solid #B39A84;
  gap: 10px;
  color: #B39A84;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .service-bottom-text1 span {
    padding: 4.827px 9.653px;
    border-radius: 38.613px;
    border: 0.483px solid #B39A84;
    gap: 4.827px;
  }
}
@media screen and (max-width: 767px) {
  .service-bottom-text1 span {
    padding: 4.827px 9.653px;
    border-radius: 38.613px;
    border: 0.483px solid #B39A84;
    gap: 4.827px;
  }
}

.service-bottom-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: 38px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .service-bottom-images {
    gap: 18px 17px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
@media screen and (max-width: 767px) {
  .service-bottom-images {
    gap: 18px 17px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.service-bottom-image {
  width: 160px;
  height: 160px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .service-bottom-image {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .service-bottom-image {
    width: 100px;
    height: 100px;
  }
}
.service-bottom-image img {
  display: block;
}

.service-bottom-text2 {
  margin-top: 38px;
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 14px;
  letter-spacing: 0.7px;
  text-align: right;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .service-bottom-text2 {
    font-size: 13px;
    letter-spacing: 0.65px;
  }
}
@media screen and (max-width: 767px) {
  .service-bottom-text2 {
    font-size: 13px;
    letter-spacing: 0.65px;
  }
}

@media screen and (min-width: 1401px) {
  .service-card-div1 {
    grid-area: 1/1/2/4;
    width: 200px;
    height: 449px;
  }
}

@media screen and (min-width: 1401px) {
  .service-card-div2 {
    grid-area: 1/4/2/7;
    width: 200px;
    height: 449px;
  }
}

@media screen and (min-width: 1401px) {
  .service-card-div3 {
    grid-area: 1/7/2/10;
    width: 200px;
    height: 449px;
  }
}

@media screen and (min-width: 1401px) {
  .service-card-div4 {
    grid-area: 1/10/2/13;
    width: 200px;
    height: 449px;
  }
}

@media screen and (min-width: 1401px) {
  .service-card-div5 {
    grid-area: 2/1/3/5;
  }
}

@media screen and (min-width: 1401px) {
  .service-card-div6 {
    grid-area: 2/5/3/9;
  }
}

@media screen and (min-width: 1401px) {
  .service-card-div7 {
    grid-area: 2/9/3/13;
  }
}

@media screen and (min-width: 1401px) {
  .service-card-div8 {
    grid-area: 3/1/4/5;
  }
}

@media screen and (min-width: 1401px) {
  .service-card-div9 {
    grid-area: 3/5/4/9;
  }
}

@media screen and (min-width: 1401px) {
  .service-card-div10 {
    grid-area: 3/9/4/13;
  }
}

@media screen and (min-width: 1401px) {
  .service-card-div11 {
    grid-area: 4/1/5/5;
  }
}

@media screen and (min-width: 1401px) {
  .service-card-div12 {
    grid-area: 4/5/5/9;
  }
}

@media screen and (min-width: 1401px) {
  .service-card-div13 {
    grid-area: 4/9/5/13;
  }
}

@media screen and (min-width: 1401px) {
  .service-card-div14 {
    grid-area: 5/1/6/5;
  }
}

@media screen and (min-width: 1401px) {
  .service-card-div15 {
    grid-area: 5/5/6/9;
  }
}

@media screen and (min-width: 1401px) {
  .service-card-div16 {
    grid-area: 5/9/6/13;
  }
}

.service-grid-1 {
  width: 200px;
  height: 280px;
}

/* #swiper(SP版のみ)
========================= */
.swiper-container {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .swiper-container {
    position: relative;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .swiper-container {
    position: relative;
    display: block;
  }
}

.swiper {
  position: relative;
  width: 100%;
  max-width: 4870px;
  border-radius: 10px 0 0 10px;
  background: rgba(235, 220, 207, 0.39);
}

.swiper-wrapper {
  position: relative;
  padding-top: 58px;
  padding-left: 50px;
  padding-bottom: 53px;
}

.swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: absolute;
  width: 336px;
  top: 67%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 7px;
  background: #D9D9D9;
  border-radius: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
    top: 74%;
  }
}
@media screen and (min-width: 1401px) {
  .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
    display: none;
  }
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #B39A84;
  border-radius: 50px;
}
@media screen and (min-width: 1401px) {
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    display: none;
  }
}

.swiper-button-prev::after {
  content: "";
}

.swiper-button-next::after {
  content: "";
}

/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #service02
========================= */
.service02 {
  margin: 100px auto 0;
  background: #EBE7E6;
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .service02 {
    margin-top: 50px;
    padding: 50px 20px;
  }
}
@media screen and (max-width: 767px) {
  .service02 {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 350px) {
  .service02 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.service02-wrapper {
  display: grid;
  grid-template-columns: 67px 468px 570px;
  grid-template-rows: 61px 175px 192px;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .service02-wrapper {
    grid-template-columns: 335px;
    grid-template-rows: 55px 61px 140px 40px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .service02-wrapper {
    grid-template-columns: 335px;
    grid-template-rows: 55px 61px 180px 215px 70px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media screen and (max-width: 350px) {
  .service02-wrapper {
    grid-template-columns: 300px;
    grid-template-rows: 55px 61px 180px 215px 70px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

.service02-div1 {
  grid-area: 1/1/2/4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .service02-div1 {
    grid-area: 1/1/2/2;
  }
}
@media screen and (max-width: 767px) {
  .service02-div1 {
    grid-area: 2/1/3/2;
  }
}

.collect-text01 {
  width: 250px;
  height: 61px;
  padding-bottom: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 24px;
  letter-spacing: 1.2px;
  font-weight: 500;
}

.collect-text02 {
  position: relative;
  color: #000;
  font-family: "001 nezumi";
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-left: 200px;
  font-weight: 400;
}
.collect-text02::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 1px;
  border: 0.5px solid #000;
  top: 50%;
  left: -11%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .collect-text02::before {
    left: -75%;
  }
}
@media screen and (max-width: 767px) {
  .collect-text02::before {
    left: -77%;
  }
}
@media screen and (max-width: 350px) {
  .collect-text02::before {
    width: 140px;
  }
}

.service02-div2 {
  grid-area: 2/1/4/2;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #0A1E54;
  font-family: "001 nezumi";
  font-size: 56px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .service02-div2 {
    display: block;
    grid-area: 2/1/3/2;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  .service02-div2 {
    display: block;
    grid-area: 1/1/2/2;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    font-size: 46px;
  }
}

.service02-div3 {
  grid-area: 2/2/3/3;
  max-width: 468px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .service02-div3 {
    grid-area: 3/1/3/2;
    max-width: 335px;
  }
}
@media screen and (max-width: 767px) {
  .service02-div3 {
    grid-area: 3/1/4/2;
    max-width: 335px;
  }
}

.service02-text {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 1.6px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .service02-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1.4px;
  }
}
@media screen and (max-width: 767px) {
  .service02-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1.4px;
  }
}
@media screen and (max-width: 350px) {
  .service02-text {
    font-size: 12px;
  }
}

.service02-div4 {
  grid-area: 3/2/4/3;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .service02-div4 {
    grid-area: 4/2/4/2;
  }
}
@media screen and (max-width: 767px) {
  .service02-div4 {
    grid-area: 5/1/6/2;
  }
}

.service02-div5 {
  grid-area: 2/3/4/4;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .service02-div5 {
    grid-area: 2/2/1/2;
  }
}
@media screen and (max-width: 767px) {
  .service02-div5 {
    grid-area: 4/1/5/2;
  }
}
.service02-div5 img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 300px;
}
@media screen and (max-width: 350px) {
  .service02-div5 img {
    max-width: 300px;
  }
}

/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #flow
========================= */
.flow {
  margin-top: 100px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .flow {
    margin-top: 0;
    padding: 20px;
  }
}

.flow-wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 830px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .flow-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.flow-texts {
  width: 100%;
  height: 61px;
  gap: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .flow-texts {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
}

.flow-text01 {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 24px;
  letter-spacing: 1.2px;
  font-weight: 500;
}

.flow-text02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-family: "001 nezumi";
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-left: 200px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .flow-text02 {
    margin-left: 175px;
  }
}
.flow-text02::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 1px;
  border: 0.5px solid #000;
  top: 50%;
  left: -180%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.flow-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 37px;
  margin-top: 24px;
}

.flow-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .flow-card {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 10px;
  }
}

.flow-card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .flow-card-head {
    position: absolute;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
    top: -10%;
  }
}
.flow-card-head p {
  font-family: "001 nezumi";
  font-size: 18px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .flow-card-head p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    padding-top: 6px;
  }
}

.card-head-icon {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .card-head-icon {
    width: 68px;
    height: 68px;
  }
}
.card-head-icon img {
  display: block;
}

.flow-card-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.card-body-title {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .card-body-title {
    margin-left: 84px;
  }
}

.card-body-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px 20px 30px;
  border-radius: 30px;
  background: #EBE7E6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .card-body-box {
    padding: 20px 10px;
    margin-top: 20px;
  }
}

.card-body-text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #qanda
========================= */
.qanda {
  margin-top: 100px;
  margin-bottom: 100px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .qanda {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.qanda-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 952px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .qanda-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .qanda-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px;
  }
}

.qanda-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 61px;
  padding: 0px 25px 4px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .qanda-texts {
    display: block;
    text-align: left;
  }
}

.qanda-text01 {
  color: #202224;
  font-family: "Noto Serif JP";
  font-size: 24px;
  letter-spacing: 1.2px;
}

.qanda-text02 {
  position: relative;
  color: #202224;
  font-family: "001 nezumi";
  font-size: 16px;
  letter-spacing: 0.8px;
  text-align: right;
}
.qanda-text02::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 1px;
  border: 0.5px solid #000;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.qanda-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 21px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .qanda-cards {
    gap: 16px;
  }
}

.qanda-card {
  background-color: #F7F1EC;
  width: 100%;
  max-width: 952px;
  height: 153px;
  padding: 32px 32px 0 62px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .qanda-card {
    padding: 10px 20px;
    height: auto;
  }
}

.qanda-text-q {
  position: relative;
  width: 100%;
  max-width: 858px;
  color: #202224;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .qanda-text-q {
    font-size: 16px;
    padding-left: 20px;
  }
}
.qanda-text-q::before {
  content: "Q.";
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .qanda-text-q::before {
    left: 3%;
  }
}

.qanda-text-a {
  opacity: 0.8;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 15px;
  line-height: 27px;
  margin-top: 8px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .qanda-text-a {
    font-size: 14px;
    line-height: 20px;
  }
}

/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #footer
========================= */
.footer {
  background-color: #B39A84;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .footer {
    margin-top: 71px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 71px;
  }
}

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 64px;
  padding-bottom: 44px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .footer-wrapper {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer-wrapper {
    padding-top: 31px;
  }
}

.footer-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 28px;
  }
}
.footer-top::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #fff;
  opacity: 0.2;
  top: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .footer-top::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer-top::after {
    display: none;
  }
}

.footer-logo {
  color: #FFF;
  font-family: "001 nezumi";
  font-size: 57px;
  letter-spacing: -3px;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .footer-logo {
    font-size: 46px;
    font-weight: 400;
    letter-spacing: -2.3px;
  }
}
@media screen and (max-width: 767px) {
  .footer-logo {
    font-size: 34px;
    font-weight: 400;
    letter-spacing: -1.7px;
    text-align: center;
  }
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  width: 100%;
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 44PX;
     -moz-column-gap: 44PX;
          column-gap: 44PX;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .footer-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .footer-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }
}

.footer-item {
  position: relative;
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  line-height: 28px;
  white-space: nowrap;
  font-weight: 500;
}
@media (hover: hover) {
  .footer-item:hover {
    color: #0A1E54;
  }
  .footer-item:hover::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../img/utility/arrows-down-arrow2.png) no-repeat center center/cover;
    top: 50%;
    left: 115%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.footer-item::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/utility/arrows-down-arrow.png) no-repeat center center/cover;
  top: 50%;
  left: 115%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer-bottom {
  margin-top: 56px;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .footer-bottom {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    margin: 28px auto 0;
  }
}

.footer-bottom-text {
  opacity: 0.8;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 15px;
  line-height: 24px;
}

.profile-name,
.authorization-number,
.copyright {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 14px;
  letter-spacing: 0.28px;
  text-align: center;
  font-weight: 400;
}

.profile-name {
  margin-top: 50px;
}

.copyright {
  margin-top: 28px;
}

/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #トップへ戻るボタン
========================= */
#toTop {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-image: url(../img/utility/pageTopBtn.png);
  background-size: 50px;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  z-index: 996;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  #toTop {
    bottom: 30px;
    right: 60px;
  }
}
@media screen and (max-width: 767px) {
  #toTop {
    bottom: 11px;
    right: 20px;
  }
}

/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #電話をかけるボタン
========================= */
#toCall {
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 994;
}
#toCall a {
  width: 300px;
  height: 150px;
  position: fixed;
  background-image: url(../img/utility/callBtn.png);
  background-size: 300px;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  bottom: 100px;
  right: 50px;
}
@media screen and (max-width: 767px) {
  #toCall a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 0;
    right: 0;
    top: 86%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

/* 電話をかけるボタンの X ボタン */
#hideCallButton {
  position: fixed;
  width: 30px;
  height: 30px;
  background: white;
  border: 2px solid #0A1E54;
  border-radius: 50%;
  color: #0A1E54;
  cursor: pointer;
  z-index: 995;
  bottom: 215px;
  right: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 43px;
  padding-bottom: 6px;
}
@media screen and (max-width: 767px) {
  #hideCallButton {
    bottom: 17%;
    right: 5%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 350px) {
  #hideCallButton {
    bottom: 17%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #LP
========================= */
/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #LP
========================= */
/* #notFound
========================= */
.notFound {
  margin-top: 223px;
  margin-bottom: 223px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .notFound {
    margin-top: 148px;
    margin-bottom: 53px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.notFound-wrapper {
  width: 100%;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.notFound-title {
  color: #B39A84;
  font-family: "001 nezumi";
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .notFound-title {
    font-size: 28px;
    letter-spacing: 2.8px;
  }
}

.notFound-text {
  color: #111;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.9px;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .notFound-text {
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-top: 30px;
  }
}

.toTopPage {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .toTopPage {
    margin-top: 87px;
  }
}

/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #LP
========================= */
/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #LP
========================= */
/* #contact
========================= */
.contact {
  margin-top: 230px;
  margin-bottom: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .contact {
    margin-top: 100px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.contact-wrapper {
  width: 100%;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-titles {
  width: 100%;
  height: 61px;
  gap: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .contact-titles {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
}

.contact-title-ja {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 24px;
  letter-spacing: 1.2px;
  font-weight: 500;
}

.contact-title-en {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-family: "001 nezumi";
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-left: 270px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .contact-title-en {
    margin-left: 170px;
  }
}
.contact-title-en::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 1px;
  border: 0.5px solid #000;
  top: 50%;
  left: -100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contact-text {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  margin-top: 25px;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .contact-text {
    font-size: 14px;
    margin-top: 15px;
    letter-spacing: 1.4px;
  }
}

.contact-form {
  margin-top: 50px;
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .contact-form {
    margin-top: 98px;
  }
}

.contact-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .contact-table {
    gap: 10px;
  }
}

.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  width: 100%;
}

.contact-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.contact-head__label {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.contact-head__tag {
  padding: 4px 8px;
  border-radius: 2px;
  background: #A30104;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
}

.contact-body {
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  height: auto;
  font-size: 14px;
  line-height: 160%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  background: #FFF;
}

/* #コンタクトフォーム（お問い合わせ）
========================= */
/* #コンタクトフォーム（ファイル）
========================= */
.contact-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}

.file-name {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

/* labelをボタン風に見せる例 */
.contact-file label {
  width: 131px;
  padding: 3px 20px;
  border-radius: 8px;
  border: 1px solid #000;
  -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.25);
  background: #FFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
  white-space: nowrap;
}

/* labelにホバー効果を付ける */
.contact-file label:hover {
  opacity: 0.8;
}

/* input[type="file"] は style="display: none;" で隠す or 下記CSSを当てる場合は !important が必要 */
.contact-file input[type=file] {
  display: none; /* あるいは visibility: hidden; opacity: 0; などでも可 */
}

/* 選択したファイル名の表示部分 */
.filename-display {
  margin-left: 10px;
  font-size: 0.9rem;
  color: #A30104;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-weight: 400;
  line-height: 160%;
}

.contact-privacy {
  margin-top: 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-privacy {
    margin-top: 10px;
    text-align: left;
  }
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .contact-submit {
    margin-top: 98px;
  }
}

.contact-btn {
  position: relative;
  width: 100%;
  max-width: 270px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 10px;
  border-radius: 150px;
  background: #979797;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 15px;
}
.contact-btn::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 20px;
  background: url(../img/utility/arrows-right-arrow.png) no-repeat center center/cover;
  top: 50%;
  right: 15%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (hover: hover) {
  .contact-btn:hover {
    opacity: 0.5;
  }
}
.contact-btn.-active {
  background: #0A1E54;
}
.contact-btn.-active:hover {
  opacity: 0.5;
}

.contact-message {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
}

.contact-message-large {
  color: #B39A84;
  font-family: "Noto Serif JP";
  font-size: 48px;
  font-weight: 500;
  line-height: 100%; /* 48px */
  letter-spacing: 4.8px;
}
@media screen and (max-width: 767px) {
  .contact-message-large {
    font-size: 22px;
  }
}

#js-error .contact-message-large {
  color: #A30104;
}

.contact-message-small {
  color: #111;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 200%; /* 36px */
  letter-spacing: 0.9px;
  margin-top: 50px;
}

.toTopPage {
  margin-top: 56px;
}

/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #LP
========================= */
/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #LP
========================= */
/* #プライバシーポリシー
========================= */
.privacy {
  margin-top: 162px;
  margin-bottom: 187px;
  padding-left: 150px;
  padding-right: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .privacy {
    margin-top: 100px;
    margin-bottom: 53px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.privacy-wrapper {
  width: 100%;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.privacy-titles {
  width: 100%;
  height: 61px;
  gap: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .privacy-titles {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
}

.privacy-title-ja {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 24px;
  letter-spacing: 1.2px;
  font-weight: 500;
}

.privacy-title-en {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-family: "001 nezumi";
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-left: 270px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .privacy-title-en {
    margin-left: 140px;
  }
}
.privacy-title-en::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 1px;
  border: 0.5px solid #000;
  top: 50%;
  left: -56%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .privacy-title-en::before {
    width: 130px;
    left: -45%;
  }
}

.privacy-text {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .privacy-text {
    font-size: 14px;
  }
}

.toTopPage {
  margin-top: 71px;
}

/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #LP
========================= */
/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #LP
========================= */
.terms-of-use {
  margin-top: 223px;
  margin-bottom: 223px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .terms-of-use {
    margin-top: 148px;
    margin-bottom: 53px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.tou-wrapper {
  width: 100%;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 50px;
  padding-right: 50px;
}

.tou-title {
  color: #B39A84;
  font-family: "001 nezumi";
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .tou-title {
    font-size: 28px;
    letter-spacing: 2.8px;
  }
}

.tou-heading-fsz32 {
  font-size: 32px;
  font-weight: 700;
  font-family: "Noto Serif JP";
  margin-top: 40px;
}

.tou-heading-fsz22 {
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Serif JP";
  margin-top: 24px;
}

.tou-heading-fsz18 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Serif JP";
  margin-top: 64px;
}

.tou-text {
  color: #111;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.9px;
  text-align: left;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .tou-text {
    font-size: 14px;
    letter-spacing: 0.7px;
    margin-top: 30px;
  }
}

.toTopPage {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .toTopPage {
    margin-top: 87px;
  }
}

/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #LP
========================= */
/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #LP
========================= */
/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #カラー
========================= */
/* #ブレークポイント
========================= */
/* #フォント
========================= */
/* #共通パーツ
========================= */
/* #profile
========================= */
.profile {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
@media screen and (min-width: 1401px) {
  .profile {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .profile {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .profile {
    margin-top: 40px;
  }
}

.profile__inner {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1401px) {
  .profile__inner {
    width: 930px;
  }
}

.profile-titles {
  width: 100%;
  height: 61px;
  gap: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .profile-titles {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
}

.profile-title-ja {
  color: #000;
  font-family: "Noto Serif JP";
  font-size: 24px;
  letter-spacing: 1.2px;
  font-weight: 500;
}

.profile-title-en {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-family: "001 nezumi";
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-left: 170px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .profile-title-en {
    margin-left: 100px;
  }
}
.profile-title-en::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 1px;
  border: 0.5px solid #000;
  top: 50%;
  left: -86%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .profile-title-en::before {
    left: -76%;
  }
}

.profile-box {
  position: relative;
  border: 2px solid #B39A84;
  margin-top: 68px;
}
@media screen and (min-width: 1401px) {
  .profile-box {
    margin-top: 80px;
  }
}

.profile-heading {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
@media screen and (min-width: 1401px) {
  .profile-heading {
    top: -40px;
  }
}

.profile__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.profile__tab--list {
  width: 122px;
  height: 46px;
}
@media screen and (min-width: 1401px) {
  .profile__tab--list {
    width: 200px;
    height: 80px;
  }
}
.profile__tab--list:nth-child(2) {
  border-left: 1px solid #B39A84;
  border-right: 1px solid #B39A84;
}
.profile__tab--list span {
  position: relative;
  display: block;
  text-align: center;
  padding: 9px 29px 10px;
  white-space: nowrap;
  color: #B39A84;
  font-weight: 700;
}
@media screen and (min-width: 1401px) {
  .profile__tab--list span {
    padding: 26px 56px;
  }
}
.profile__tab--list span::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 12%;
  background: url(../img/tab-icon1.png) no-repeat center center/cover;
}
@media screen and (min-width: 1401px) {
  .profile__tab--list span::before {
    width: 8px;
    height: 4px;
    left: 20%;
  }
}
.profile__tab--list span.tab-active {
  color: #FFF;
  background: #B39A84;
}
.profile__tab--list span.tab-active::before {
  background: url(../img/tab-icon2.png) no-repeat center center/cover;
}

.profile__body {
  background: #FFF;
}
.profile__item {
  display: none;
}
.profile__item.tab-active {
  display: block;
}

.profile__summary {
  color: #333;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1401px) {
  .profile__summary {
    margin-top: 90px;
    margin-bottom: 97px;
  }
}

.profile__summary--title {
  font-size: 22px;
  font-weight: 700;
}

.profile__summary--text {
  margin-top: 20px;
}
@media screen and (min-width: 1401px) {
  .profile__summary--text {
    margin-top: 17px;
  }
}

.profile__summary--grid {
  width: 100%;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-auto-flow: column;
  grid-template-columns: 160px 160px;
  grid-template-rows: 54px 54px 80px 54px 54px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1401px) {
  .profile__summary--grid {
    max-width: 800px;
    grid-template-columns: 200px 200px 200px 200px;
    grid-template-rows: 54px 54px 54px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .profile__summary--grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(5, 54px);
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 350px) {
  .profile__summary--grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(10, 54px);
    padding-left: 20px;
    padding-right: 20px;
  }
}

.summary-grid-item {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border: 1px solid #DBDBDB;
}
.summary-grid-item:nth-child(-n+5) {
  background: #F2F2F2;
  font-weight: 700;
}
.summary-grid-item:nth-child(n+6) {
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  text-align: left;
  padding-left: 10px;
}
@media screen and (min-width: 1401px) {
  .summary-grid-item:nth-child(n+6) {
    padding-left: 24px;
  }
}
@media screen and (max-width: 350px) {
  .summary-grid-item:nth-child(n+6) {
    text-align: center;
    padding-left: 0;
  }
}
@media screen and (min-width: 1401px) {
  .summary-grid-item:nth-child(-n+3) {
    grid-column: 1/2;
  }
  .summary-grid-item:nth-child(4), .summary-grid-item:nth-child(5) {
    grid-column: 3/4;
  }
  .summary-grid-item:nth-child(6), .summary-grid-item:nth-child(7) {
    grid-column: 2/3;
  }
  .summary-grid-item:nth-child(8) {
    grid-column: 2/5;
    padding-left: 20px;
  }
  .summary-grid-item:nth-child(9), .summary-grid-item:nth-child(10) {
    grid-column: 4/5;
  }
}
@media screen and (max-width: 350px) {
  .summary-grid-item:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .summary-grid-item:nth-child(2) {
    grid-area: 3/1/4/2;
  }
  .summary-grid-item:nth-child(3) {
    grid-area: 5/1/6/2;
  }
  .summary-grid-item:nth-child(4) {
    grid-area: 7/1/8/2;
  }
  .summary-grid-item:nth-child(5) {
    grid-area: 9/1/10/2;
  }
  .summary-grid-item:nth-child(6) {
    grid-area: 2/1/3/2;
  }
  .summary-grid-item:nth-child(7) {
    grid-area: 4/1/5/2;
  }
  .summary-grid-item:nth-child(8) {
    grid-area: 6/1/7/2;
  }
  .summary-grid-item:nth-child(9) {
    grid-area: 8/1/9/2;
  }
  .summary-grid-item:nth-child(10) {
    grid-area: 10/1/11/2;
  }
}

.profile__history {
  margin-top: 44px;
  margin-bottom: 122px;
  padding-left: 47px;
}
@media screen and (min-width: 1401px) {
  .profile__history {
    margin-top: 80px;
    margin-bottom: 46px;
    text-align: center;
  }
}

.profile__history--lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1401px) {
  .profile__history--lists {
    display: inline-block;
  }
}

.profile__history--list {
  text-align: left;
}

.history-list-meta {
  position: relative;
  color: #B39A84;
  font-weight: 700;
}
.history-list-meta::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -18px;
  background: url(../img/list-icon.png) no-repeat center center/cover;
}

.history-list-text {
  margin-top: 2px;
}

.profile__certification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  margin-top: 58px;
  margin-bottom: 168px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 1401px) {
  .profile__certification {
    margin-top: 80px;
    margin-bottom: 212px;
    padding-left: 150px;
    padding-right: 150px;
  }
}

.profile__certification--title {
  color: #B39A84;
  font-weight: 700;
}

.profile__certification--text {
  color: #333333;
}

.profile-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}