@charset "UTF-8";
/* ----------------------------------------------------
共通パーツ
---------------------------------------------------- */
/* ----------------- 表示・非表示 -----------------*/
.sp__show {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp__show {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp__hide {
    display: none;
  }
}

.tab__show {
  display: none;
}
@media screen and (max-width: 900px) {
  .tab__show {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .tab__hide {
    display: none;
  }
}

/* ----------------- コンテンツ幅 -----------------*/
.container {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* ----------------- ctaボタン -----------------*/
.cta {
  background-color: #c25a00;
  border-right: none;
  position: fixed;
  right: 0;
  bottom: 30%;
  border-radius: 5px 0 0 5px;
  z-index: 300;
  width: 80px;
}
.cta::before {
  content: "";
  display: inline-block;
  width: 42px;
  height: 57px;
  background: url(../img/cta_icon02.png) center/contain no-repeat;
  vertical-align: middle;
  position: absolute;
  bottom: -24px;
  left: -12px;
}
.cta a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px 6px 14px 10px;
}
.cta p {
  font-size: 1.8rem;
  font-weight: 700;
  color: white;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-align: center;
  line-height: 1.667;
}
.cta p::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 14px;
  background: url(../img/cta_icon.png) center/contain no-repeat;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 10px 37px;
    width: 100%;
    background-color: #98382c;
    border-radius: 0;
    border-left: none;
    bottom: 0;
  }
  .cta::before, .cta::after {
    content: "";
    display: inline-block;
    width: 42px;
    height: 50px;
    background: url(../img/cta_icon02_sp.png) center/contain no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 20%;
    left: 5px;
  }
  .cta::after {
    left: auto;
    right: 5px;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .cta a {
    max-width: 300px;
    border-radius: 5px;
    font-size: 1.6rem;
    padding: 12px 5px;
    text-align: center;
    line-height: 1;
    height: auto;
    width: 100%;
    background-color: #c25a00;
    color: #fff;
    webkit-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .cta p {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 1.6rem;
  }
  .cta p::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 14px;
    background: url(../img/cta_icon.png) center/contain no-repeat;
    margin-right: 8px;
  }
  .cta p::after {
    content: none;
  }
}

/* ----------------- タイトル -----------------*/
.top-head {
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #c25a00;
}
.top-head span {
  display: block;
}
.top-head__title {
  font-size: 3.2rem;
  margin-top: 17px;
}
.top-head__sub img {
  height: 16px;
}
@media screen and (max-width: 768px) {
  .top-head__title {
    font-size: 2.4rem;
  }
  .top-head__sub img {
    height: 13px;
  }
}

.btn01 {
  border-radius: 5px;
  display: block;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  padding: 24px 10px;
  width: 100%;
  background-color: #c25a00;
  color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.btn01::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 17px;
  background: url(../img/cta_icon.png) center/contain no-repeat;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .btn01 {
    font-size: 1.6rem;
    padding: 15px 5px;
  }
  .btn01::before {
    width: 30px;
    height: 14px;
  }
}

.btn02 {
  border-radius: 5px;
  display: block;
  font-size: 2rem;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  padding: 22.5px 20.5px 18.5px 20.5px;
  width: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background-color: #fff;
  color: #c25a00;
  border: 2px solid #c25a00;
}
.btn02::before {
  content: "";
  content: "";
  display: inline-block;
  width: 24px;
  height: 26px;
  background: url(../img/document_icon.png) center/contain no-repeat;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .btn02 {
    font-size: 1.6rem;
    border-width: 1px;
    padding: 17px 5px 13px 5px;
  }
  .btn02::before {
    width: 15px;
    height: 16px;
  }
}

/* ----------------- カラー -----------------*/
.orange {
  color: #c25a00;
}

/* ----------------- 文字幅 -----------------*/
.palt {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
}

/* ----------------- 破線枠 -----------------*/
.dashed {
  border-radius: 20px;
  padding: 3px;
  background-image: linear-gradient(to right, #c25a00, #c25a00 30px, transparent 30px, transparent 10px), linear-gradient(to bottom, #c25a00, #c25a00 30px, transparent 30px, transparent 10px), linear-gradient(to left, #c25a00, #c25a00 30px, transparent 30px, transparent 10px), linear-gradient(to top, #c25a00, #c25a00 30px, transparent 30px, transparent 10px), linear-gradient(to top, #c25a00, #c25a00 30px, transparent 30px, transparent 10px), linear-gradient(to top, #c25a00, #c25a00 30px, transparent 30px, transparent 10px), linear-gradient(to top, #c25a00, #c25a00 30px, transparent 30px, transparent 10px), linear-gradient(to top, #c25a00, #c25a00 30px, transparent 30px, transparent 10px);
  /* 右下の角 */
  background-size: 43px 3px, 3px 43px, 43px 3px, 3px 43px, 20px 20px, 20px 20px, 20px 20px, 20px 20px;
  background-position: left top, right top, right bottom, left bottom, left top, right top, bottom left, bottom right; /* 左上の角 */
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y, no-repeat, no-repeat, no-repeat, no-repeat; /* 左上の角 */
}
@media screen and (max-width: 768px) {
  .dashed {
    border-radius: 20px;
    padding: 2px;
    background-image: linear-gradient(to right, #c25a00, #c25a00 15px, transparent 10px, transparent 3px), linear-gradient(to bottom, #c25a00, #c25a00 15px, transparent 10px, transparent 3px), linear-gradient(to left, #c25a00, #c25a00 15px, transparent 10px, transparent 3px), linear-gradient(to top, #c25a00, #c25a00 15px, transparent 10px, transparent 3px), linear-gradient(to top, #c25a00, #c25a00 20px, transparent 20px, transparent 10px), linear-gradient(to top, #c25a00, #c25a00 20px, transparent 20px, transparent 10px), linear-gradient(to top, #c25a00, #c25a00 20px, transparent 20px, transparent 10px), linear-gradient(to top, #c25a00, #c25a00 20px, transparent 20px, transparent 10px);
    /* 右下の角 */
    background-size: 23px 2px, 2px 23px, 23px 2px, 2px 23px, 18px 18px, 18px 18px, 18px 18px, 18px 18px;
    background-position: left top, right top, right bottom, left bottom, left top, right top, bottom left, bottom right; /* 左上の角 */
    background-repeat: repeat-x, repeat-y, repeat-x, repeat-y, no-repeat, no-repeat, no-repeat, no-repeat; /* 左上の角 */
  }
}

.dashed-white {
  border-radius: 20px;
  padding: 2px;
  background-image: linear-gradient(to right, #fff, #fff 15px, transparent 10px, transparent 3px), linear-gradient(to bottom, #fff, #fff 15px, transparent 10px, transparent 3px), linear-gradient(to left, #fff, #fff 15px, transparent 10px, transparent 3px), linear-gradient(to top, #fff, #fff 15px, transparent 10px, transparent 3px), linear-gradient(to top, #fff, #fff 20px, transparent 20px, transparent 10px), linear-gradient(to top, #fff, #fff 20px, transparent 20px, transparent 10px), linear-gradient(to top, #fff, #fff 20px, transparent 20px, transparent 10px), linear-gradient(to top, #fff, #fff 20px, transparent 20px, transparent 10px);
  /* 右下の角 */
  background-size: 23px 2px, 2px 23px, 23px 2px, 2px 23px, 18px 18px, 18px 18px, 18px 18px, 18px 18px;
  background-position: left top, right top, right bottom, left bottom, left top, right top, bottom left, bottom right; /* 左上の角 */
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y, no-repeat, no-repeat, no-repeat, no-repeat; /* 左上の角 */
}
/* ----------------------------------------------------
ヘッダー
---------------------------------------------------- */
.header {
  height: 80px;
  background-color: #896d54;
}

.header__inner {
  padding: 16px 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.header__logo {
  width: 170px;
}
.header__logo img {
  width: 100%;
}

.header__txt {
  font-size: 1.6rem;
  color: #fff;
  margin-left: 30px;
  letter-spacing: 0.075em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .header {
    height: 55px;
  }
  .header__inner {
    padding: 15px;
  }
  .header__logo {
    width: 85px;
  }
  .header__txt {
    font-size: 1rem;
    letter-spacing: 0.04em;
    margin-left: 10px;
    font-weight: 500;
  }
}
/* ----------------------------------------------------
フッター
---------------------------------------------------- */
.footer {
  padding: 23px;
}

.footer__copy {
  line-height: 1;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  color: #896d54;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 18px 10px;
  }
  .footer__copy {
    font-size: 1.2rem;
  }
}
/* ----------------------------------------------------
トップページ
---------------------------------------------------- */
/* ----------------- キービジュアル -----------------*/
.kv {
  background: url(../img/kv_bg.jpg) no-repeat top center/cover;
}

.kv__container {
  padding-top: 74px;
  padding-bottom: 120px;
  max-width: 1240px;
}

.kv__head {
  max-width: 622px;
  width: 100%;
}
.kv__head .kv__ttl img {
  width: 100%;
}
.kv__head .kv__sub {
  margin-top: 32px;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.135em;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒイラギ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}

.kv__cta {
  margin-top: 65px;
  max-width: 625px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .kv {
    background: url(../img/kv_bg_sp.jpg) no-repeat top center/cover;
  }
  .kv__container {
    padding-top: 34px;
    padding-bottom: 117px;
  }
  .kv__cta {
    display: none;
  }
  .kv__head {
    width: 61.8%;
    max-width: 100%;
  }
  .kv__head .kv__ttl {
    margin-left: -1rem;
  }
  .kv__head .kv__ttl img {
    width: 100%;
  }
  .kv__head .kv__sub {
    margin-top: 20px;
    font-size: 3.7vw;
    letter-spacing: 0.115em;
    line-height: 1.5714285714;
  }
}
/* ----------------- cvセクション -----------------*/
.cv {
  background-color: #fff;
  padding: 21px 40px;
  text-align: center;
  position: relative;
}
.cv::before {
  content: "";
  display: inline-block;
  width: 87px;
  height: 80px;
  background: url(../img/kv_icon01.png) center/contain no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -29px;
  right: -17px;
}
.cv::after {
  content: "";
  display: inline-block;
  width: 87px;
  height: 80px;
  background: url(../img/kv_icon02.png) center/contain no-repeat;
  vertical-align: middle;
  position: absolute;
  bottom: -18px;
  left: -33px;
}

.cv__txt {
  font-size: 2rem;
  font-weight: 700;
}

.cv__btn {
  max-width: 400px;
  margin: 23px auto 0;
  letter-spacing: 0.08em;
  font-size: 2.2rem;
}

.cv__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  margin-top: 10px;
  gap: 25px;
}
.cv__contact .cv__tel {
  font-size: 3.2rem;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.cv__contact .cv__tel::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 30px;
  background: url(../img/tel_icon.png) center/contain no-repeat;
  vertical-align: middle;
  margin-bottom: 6px;
  margin-right: 7px;
}
.cv__contact .cv__date {
  text-align: left;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 1.43;
}
.cv__contact .cv__date span {
  display: inline-block;
}

.kv-cta-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .kv-cta-sp {
    display: block;
    padding: 0 20px 20px;
  }
  .cv {
    padding: 30px 16px;
    margin-top: -23px;
    border-radius: 4px;
  }
  .cv::before {
    top: -13px;
    width: 58px;
    height: 59px;
    right: -11px;
  }
  .cv::after {
    width: 55px;
    height: 50px;
    left: -9px;
    bottom: -14px;
  }
  .cv__txt {
    font-size: 2rem;
    line-height: 1.45;
  }
  .cv__btn {
    max-width: 300px;
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .cv__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .cv__contact .cv__tel {
    font-size: 2.4rem;
  }
  .cv__contact .cv__tel::before {
    width: 17px;
    height: 22px;
  }
  .cv__contact .cv__date {
    max-width: 280px;
    margin-inline: auto;
  }
}
/* ----------------- キャンペーン -----------------*/
.camp {
  position: relative;
  background: url(../img/camp_bg.png) no-repeat bottom center/cover;
}
.camp::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 13.3vw;
  background: url(../img/camp_icon.png) center/cover no-repeat;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 17%);
          transform: translate(-50%, 17%);
  z-index: 3;
}

.camp__container {
  padding-top: 40px;
  padding-bottom: 120px;
}

.camp__inner {
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  padding: 45px 40px 50px;
  position: relative;
  overflow: hidden;
}
.camp__inner::before {
  content: "";
  display: inline-block;
  width: 275px;
  height: 275px;
  background: url(../img/camp_txt_bg.png) center/contain no-repeat;
  vertical-align: middle;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(43%, 50%);
          transform: translate(43%, 50%);
}

.camp__ttl {
  letter-spacing: -0.005em;
  font-size: 3.2rem;
  line-height: 1.4375;
  font-weight: 700;
}
.camp__ttl .under-line {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.camp__ttl .under-line::before {
  content: "";
  display: inline-block;
  width: 95%;
  height: 19px;
  background-color: #c25a00;
  border-radius: 9.5px;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.camp__txt {
  letter-spacing: -0.005em;
  font-size: 3.2rem;
  line-height: 1.4375;
  font-weight: 700;
}
.camp__txt .under-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #e9d0a6));
  background: linear-gradient(transparent 60%, #e9d0a6 60%);
  padding-bottom: 0.3rem;
}

.camp__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  margin-top: 32px;
  position: relative;
  z-index: 3;
}
.camp__btn-wrapper a {
  max-width: 300px;
}

.camp__period {
  position: absolute;
  bottom: 24px;
  right: 26px;
  font-size: 1.6rem;
  color: #c25a00;
  z-index: 2;
  line-height: 1;
  font-weight: bold;
}
.camp__period span {
  font-size: 2.6rem;
}

@media screen and (max-width: 900px) {
  .camp__inner {
    padding-bottom: 0;
  }
  .camp__inner::before {
    content: none;
  }
  .camp__ttl .under-line {
    display: inline-block;
    position: relative;
    z-index: 2;
  }
  .camp__period {
    position: static;
    margin: 0 calc(50% - 50vw - 20px);
    background-color: #e9d0a6;
    padding: 15px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .camp {
    background: url(../img/camp_bg_sp.png) no-repeat bottom center/cover;
  }
  .camp::before {
    z-index: 1;
    width: 100%;
    height: 20.8vw;
    background: url(../img/camp_icon_sp.png) center/cover no-repeat;
    -webkit-transform: translate(-50%, 30%);
            transform: translate(-50%, 30%);
  }
  .camp__container {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .camp__inner {
    padding: 32px 12px 0 12px;
    z-index: 4;
  }
  .camp__ttl {
    font-size: 1.8rem;
  }
  .camp__ttl .under-line::before {
    content: none;
  }
  .camp__txt {
    font-size: 1.8rem;
    margin-top: 4px;
  }
  .camp__txt .under-line::before {
    content: none;
  }
  .camp__btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }
  .camp__btn-wrapper a {
    max-width: 300px;
  }
  .camp__period {
    font-size: 1.4rem;
  }
  .camp__period span {
    font-size: 1.8rem;
  }
}
/* ----------------- 概要 -----------------*/
.overview__container {
  padding-top: 68px;
  padding-bottom: 60px;
}

.overview__message {
  background-color: #fff;
  border-radius: 5px;
}

.overview__box {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 57px 59px 56px 80px;
  gap: 30px;
}

.overview__content {
  width: 58%;
}
.overview__content .overview__ttl {
  font-size: 2.9rem;
  color: #c25a00;
  line-height: 1;
  font-weight: 700;
}
.overview__content p {
  margin-top: 32px;
  line-height: 2;
  font-size: 1.6rem;
}

.overview__img {
  min-width: 392px;
  width: 392px;
}
.overview__img img {
  width: 100%;
}

.overview__qa {
  margin-top: 80px;
}

.overview__qa-list {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
.overview__qa-list .overview__qa-img {
  min-width: 307px;
  width: 307px;
}
.overview__qa-list .overview__qa-img img {
  width: 100%;
}
.overview__qa-list .overview__qa-content {
  width: 100%;
  background: url(../img/answer_bg.png) no-repeat center/cover;
  border-radius: 20px;
  padding: 55px 60px;
  margin-top: 35px;
}
.overview__qa-list .overview__qa-content .overview__qa-answer img {
  display: block;
  height: 13px;
}
.overview__qa-list .overview__qa-content p {
  color: #fffced;
  letter-spacing: 0.025em;
  font-size: 1.6rem;
  line-height: 1.89;
  margin-top: 25px;
  font-weight: bold;
}

@media screen and (max-width: 900px) {
  .overview__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 40px 20px;
    gap: 25px;
  }
  .overview__box .overview__content {
    width: 100%;
  }
  .overview__box .overview__img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .overview__container {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .overview__message {
    padding: 10px;
  }
  .overview__box {
    padding: 32px 20px 17px;
  }
  .overview__content .overview__ttl {
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
  .overview__content p {
    margin-top: 20px;
  }
  .overview__img {
    min-width: auto;
    width: 196px;
  }
  .overview__qa {
    margin-top: 10px;
  }
  .overview__qa-list {
    -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: 0;
    margin-top: 0;
  }
  .overview__qa-list .overview__qa-img {
    min-width: auto;
    width: 200px;
    -webkit-transform: translateY(27%);
            transform: translateY(27%);
  }
  .overview__qa-list .overview__qa-content {
    margin-top: 0;
    padding: 32px 16px;
    border-radius: 5px;
  }
}
/* ----------------- ブライダルの特徴 -----------------*/
.feature__container {
  padding-top: 60px;
  padding-bottom: 120px;
}

.feature__intro {
  font-size: 2rem;
  line-height: 1.55;
  margin-top: 35px;
  text-align: center;
}

.feature__card {
  margin-top: 60px;
}

.feature__item {
  border-radius: 5px;
  background-color: #fff;
  margin-top: 24px;
}
.feature__item:nth-of-type(even) .feature__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.feature__item .feature__inner {
  background-color: #fff;
  border-radius: 17px;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 33px;
}
.feature__item .feature__inner .feature__img {
  width: 300px;
  min-width: 300px;
}
.feature__item .feature__inner .feature__img img {
  width: 100%;
}
.feature__item .feature__inner .feature__content .feature__content-ttl {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 700;
  color: #c25a00;
}
.feature__item .feature__inner .feature__content p {
  margin-top: 20px;
}

.feature__lead {
  margin: 40px auto 0;
  background-color: #c25a00;
  padding: 40px;
  max-width: 1040px;
  border-radius: 5px;
  color: #fff;
}
.feature__lead .feature__lead-ttl {
  font-size: 2rem;
  line-height: 1.65;
  font-weight: 700;
}
.feature__lead .feature__lead-txt {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .feature__container {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .feature__intro {
    font-size: 1.6rem;
    letter-spacing: 0;
    text-align: left;
    margin-top: 25px;
  }
  .feature__card {
    margin: 40px auto 0;
    max-width: 500px;
  }
  .feature__item {
    border-radius: 4px;
  }
  .feature__item:nth-of-type(even) .feature__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feature__item .feature__inner {
    padding: 40px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .feature__item .feature__inner .feature__img {
    width: 100%;
    min-width: 100%;
  }
  .feature__item .feature__inner .feature__img img {
    border-radius: 4px;
  }
  .feature__item .feature__inner .feature__content .feature__content-ttl {
    font-size: 2rem;
  }
  .feature__lead {
    margin-top: 28px;
    padding: 30px 16px 32px;
    background: url(../img/feature_lead_bg.png) no-repeat center/cover;
  }
  .feature__lead .feature__lead-ttl {
    font-size: 1.8rem;
  }
}
/* ----------------- お気軽にご相談ください(共通CTA) -----------------*/
.cmn-cta {
  position: relative;
  background-color: #98382c;
  overflow: hidden;
}
.cmn-cta::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 176px;
  background: url(../img/cmn-cta_icon.png) top center/cover no-repeat;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 19%);
          transform: translate(-50%, 19%);
}

.cmn-cta__container {
  max-width: 1080px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.cmn-cta__inner {
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 45px 40px 50px;
}

.cmn-cta__ttl {
  letter-spacing: 0.01em;
  color: #c25a00;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.438;
}

.cmn-cta__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  margin-top: 17px;
  position: relative;
  z-index: 3;
}
.cmn-cta__btn-wrapper a {
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  .cmn-cta::before {
    content: "";
    display: inline-block;
    min-width: 482px;
    min-height: 111px;
    width: 132vw;
    height: 29.6vw;
    background: url(../img/cmn-cta_icon_sp.png) top center/cover no-repeat;
    vertical-align: middle;
    -webkit-transform: translate(-58%, 12%);
            transform: translate(-58%, 12%);
  }
  .cmn-cta__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cmn-cta__inner {
    padding: 30px 15px 40px;
    border-radius: 4px;
  }
  .cmn-cta__ttl {
    font-size: 2.4rem;
    line-height: 1.2916666667;
  }
  .cmn-cta__btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
/* ----------------- 婚活セクション -----------------*/
.con__container {
  padding-top: 120px;
  padding-bottom: 60px;
}

.con__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.con__box .con__img {
  max-width: 620px;
  width: 100%;
  margin-right: -80px;
}
.con__box .con__img img {
  border-radius: 5px;
  width: 100%;
}
.con__box .con__content {
  background: url(../img/con_bg.png) no-repeat center/cover;
  color: #fff;
  border-radius: 5px;
  padding: 100px 25px 86px 38px;
  margin-top: 47px;
  max-width: 580px;
  width: 80%;
}
.con__box .con__content .con__ttl {
  line-height: 1.5;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.con__box .con__content p {
  color: #fffced;
  margin-top: 22px;
  font-size: 1.5rem;
  line-height: 2;
}

@media screen and (max-width: 900px) {
  .con__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .con__box .con__img {
    max-width: calc(100% + 40px);
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  .con__box .con__img img {
    border-radius: 0;
  }
  .con__box .con__content {
    padding: 40px 16px;
    max-width: 100%;
    width: 100%;
    margin-top: -30px;
  }
}
@media screen and (max-width: 768px) {
  .con__container {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .con__box .con__content {
    border-radius: 4px;
  }
  .con__box .con__content .con__ttl {
    font-size: 1.9rem;
    letter-spacing: 0;
  }
  .con__box .con__content p {
    text-align: justify;
  }
}
/* ----------------- ご成婚者さまの声 -----------------*/
.voice__container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.voice__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}

.voice__item {
  width: 33.333333%;
  width: 33.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.voice__item:nth-of-type(even) .voice__content {
  background-color: #896d54;
}

.voice__head {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  color: #c25a00;
  line-height: 1;
  -webkit-transform: translateY(34%);
          transform: translateY(34%);
}
.voice__head .voice__name .voice__name-inner span {
  display: inline-block;
}
.voice__head .voice__name .voice__name-inner span:nth-of-type(1) {
  -webkit-transform: translateY(1px) rotate(-8deg);
          transform: translateY(1px) rotate(-8deg);
  margin-right: -3px;
}
.voice__head .voice__name .voice__name-inner span:nth-of-type(2) {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.voice__head .voice__name .voice__name-inner span:nth-of-type(3) {
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
  margin-left: -3px;
}
.voice__head .voice__name .voice__name-inner span:nth-of-type(4) {
  -webkit-transform: translateY(1px) rotate(8deg);
          transform: translateY(1px) rotate(8deg);
}
.voice__head .voice__img {
  width: 266px;
  margin: -20px auto 0;
}
.voice__head .voice__img img {
  width: 100%;
}

.voice__content {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #98382c;
  border-radius: 5px;
}
.voice__content .voice__content-inner {
  padding: 94px 50px 67px;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.voice__content .voice__content-inner p {
  color: #fffced;
  font-size: 1.6rem;
  line-height: 1.813;
}

@media screen and (max-width: 900px) {
  .voice__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .voice__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .voice__container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .voice__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 145px;
    gap: 137px;
  }
  .voice__item {
    position: relative;
  }
  .voice__head {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    position: absolute;
    top: -10px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .voice__head .voice__name .voice__name-inner {
    font-size: 1.4rem;
  }
  .voice__head .voice__name .voice__name-inner span:nth-of-type(1)::before {
    content: "";
    width: 15px;
    height: 17px;
    top: -4px;
    left: -22px;
  }
  .voice__head .voice__name .voice__name-inner span:nth-of-type(4)::after {
    content: "";
    width: 15px;
    height: 17px;
    top: -4px;
  }
  .voice__head .voice__img {
    width: 18.8rem;
    margin-top: -15px;
  }
  .voice__content {
    border-radius: 4px;
  }
  .voice__content .voice__content-inner {
    padding: 102px 35px 43px;
  }
}
/* ----------------- 料金のご案内 -----------------*/
.price__container {
  padding-top: 60px;
  padding-bottom: 94px;
}

.price__intro {
  text-align: center;
  font-weight: bold;
  line-height: 1.75;
  margin-top: 55px;
  font-size: 2rem;
}

.price__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  margin-top: 32px;
}

.price__img {
  width: 100%;
  max-width: 510px;
}
.price__img img {
  width: 100%;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(10, 56, 68, 0.13);
          box-shadow: 0px 0px 20px 0px rgba(10, 56, 68, 0.13);
}
.price__img .price__txt {
  margin-top: 20px;
}

.price__content {
  width: 100%;
  max-width: 575px;
}
.price__content .price__txt {
  margin-top: 8px;
}

.price__table {
  min-width: 500px;
  table-layout: fixed;
  border-spacing: 0;
  display: table;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(10, 56, 68, 0.13);
          box-shadow: 0px 0px 27px 0px rgba(10, 56, 68, 0.13);
}
.price__table tr {
  display: table-row;
}
.price__table th,
.price__table td {
  display: table-cell;
  border: 3px solid #fff;
  line-height: 1.375;
  height: 60px;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
}
.price__table th {
  background-color: #545454;
  color: #fff;
}
.price__table td span {
  font-size: 1rem;
}
.price__table thead {
  display: table-header-group;
}
.price__table thead .price__table--a {
  background-color: #c25a00;
}
.price__table thead .price__table--s {
  background-color: #98382c;
}
.price__table thead .price__table--n {
  background-color: #896d54;
}
.price__table tbody {
  display: table-row-group;
}
.price__table tbody .price__table--a {
  background-color: #ffedd6;
}
.price__table tbody .price__table--s {
  background-color: #ffebe9;
}
.price__table tbody .price__table--n {
  background-color: #fff5ed;
}

.price__txt {
  font-size: 1.5rem;
  line-height: 1.7333333333;
}

.price__lead {
  text-align: center;
  margin-top: 55px;
  color: #c25a00;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: bold;
}
.price__lead span {
  position: relative;
  display: inline-block;
}
.price__lead span::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 7px;
  background: url(../img/price_border.png) center/contain repeat-x;
  vertical-align: middle;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.price__lead + .price__txt {
  text-align: center;
  margin-top: 55px;
}

@media screen and (max-width: 900px) {
  .price__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price__table {
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  .price__container {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .price__intro {
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.6;
    margin-top: 40px;
  }
  .price__box {
    margin-top: 20px;
  }
  .price__img .price__txt,
  .price__content .price__txt {
    margin-top: 15px;
  }
  .price__img img {
    display: block;
    max-width: 400px;
    margin-inline: auto;
    -webkit-box-shadow: 0 0 10 0 rgba(10, 56, 68, 0.13);
            box-shadow: 0 0 10 0 rgba(10, 56, 68, 0.13);
  }
  .price__table {
    -webkit-box-shadow: 0 0 13px 0 rgba(10, 56, 68, 0.13);
            box-shadow: 0 0 13px 0 rgba(10, 56, 68, 0.13);
  }
  .price__table th,
  .price__table td {
    border: 1px solid #fff;
    line-height: 1.375;
    height: 35px;
    letter-spacing: 0;
  }
  .price__table th {
    background-color: #545454;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.25;
  }
  .price__table td {
    font-size: 1.2rem;
  }
  .price__table td span {
    font-size: 1.1rem;
  }
  .price__table thead th {
    font-size: 1.1rem;
  }
  .price__table thead th:nth-of-type(1) {
    width: 22%;
  }
  .price__table thead th:nth-of-type(2) {
    width: 26%;
  }
  .price__table thead th:nth-of-type(3) {
    width: 26%;
  }
  .price__table thead th:nth-of-type(4) {
    width: 26%;
  }
  .price__table tbody tr:nth-of-type(6) td {
    font-size: 1.1rem;
  }
  .price__txt {
    font-size: 1.2rem;
  }
  .price__lead {
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    margin-top: 30px;
  }
  .price__lead + .price__txt {
    margin-top: 35px;
  }
}
/* ----------------- ご入会の流れ -----------------*/
.flow {
  background: url(../img/flow_bg.png) no-repeat center/cover;
  position: relative;
  z-index: 2;
}
.flow::before {
  content: "";
  display: inline-block;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.flow__container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flow__head {
  color: #fff;
}

.flow__card {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8.1vw;
}

.flow__item {
  width: 33.333333%;
  width: 33.3333333333%;
  border-radius: 5px;
  background-color: #fff;
  padding: 25px 25px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.flow__item:last-of-type::before {
  content: none;
}
.flow__item::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 32px;
  background: url(../img/arrow.png) center/contain no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: -4.8vw;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.flow__item:nth-of-type(1) .flow__img img {
  width: 45.3%;
}
.flow__item:nth-of-type(2) .flow__img img {
  width: 32.5%;
}
.flow__item:nth-of-type(3) .flow__img img {
  width: 48.4%;
}
.flow__item .flow__img {
  border-radius: 5px;
  padding: 10px;
  background-color: #fffced;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 155px;
  max-height: 155px;
}
.flow__item .flow__img img {
  display: block;
  margin: 0 auto;
}
.flow__item .flow__content {
  margin-top: 23px;
}
.flow__item .flow__content .flow__content-ttl {
  color: #c25a00;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}
.flow__item .flow__content p {
  margin-top: 23px;
  letter-spacing: -0.1em;
}
.flow__item .flow__content p a {
  text-decoration: underline;
}

@media screen and (max-width: 900px) {
  .flow__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-top: 40px;
  }
  .flow__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
  .flow__item::before {
    width: 20px;
    height: 32px;
    bottom: -53px;
    top: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .flow__item:nth-of-type(1) .flow__img img {
    width: 64.5%;
  }
  .flow__item:nth-of-type(2) .flow__img img {
    width: 48.4%;
  }
  .flow__item:nth-of-type(3) .flow__img img {
    width: 72%;
  }
  .flow__item .flow__img {
    min-width: 150px;
    width: 150px;
    height: 150px;
    aspect-ratio: 1/1;
    padding: 10px;
  }
  .flow__item .flow__content {
    margin-top: 0;
  }
  .flow__item .flow__content .flow__content-ttl {
    text-align: left;
  }
  .flow__item .flow__content p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .flow::before {
    width: 100%;
    height: calc(100% - 20px);
    border-left: none;
    border-right: none;
  }
  .flow__container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .flow__item {
    padding: 20px 16px;
    gap: 20px;
  }
  .flow__item .flow__img {
    min-width: 77px;
    width: 77px;
    height: 77px;
    padding: 0;
  }
  .flow__item .flow__content .flow__content-ttl {
    font-size: 1.6rem;
  }
  .flow__item .flow__content p {
    text-align: justify;
    font-size: 1.4rem;
    letter-spacing: 0.025em;
  }
}
/* ----------------- メッセージ -----------------*/
.message__container {
  max-width: 1240px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.message__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
}

.message__content {
  max-width: 780px;
  width: 100%;
  padding-left: 36px;
}
.message__content .message__ttl {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒイラギ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
  color: #c25a00;
  letter-spacing: 0.115em;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.53125;
}
.message__content p {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.16em;
  margin-top: 28px;
}

.message__img {
  min-width: 350px;
  width: 413px;
  margin-bottom: 29px;
}
.message__img img {
  width: 100%;
}

@media screen and (max-width: 900px) {
  .message__box {
    -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: 25px;
  }
}
@media screen and (max-width: 768px) {
  .message__container {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .message__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .message__content {
    width: 100%;
    padding-left: 0;
  }
  .message__content .message__ttl {
    font-size: 2.5rem;
  }
  .message__content p {
    letter-spacing: 0;
    text-align: justify;
    line-height: 1.8333333333;
  }
  .message__img {
    max-width: 67.2%;
    min-width: auto;
    max-width: 300px;
    margin-bottom: 0;
  }
}
/* ---------- お問い合わせ ----------*/
.form__container {
  padding-top: 100px;
  max-width: 1080px;
}

@media screen and (max-width: 768px) {
  .form__container {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
.form__wrap {
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .form__wrap {
    border-radius: 4px;
  }
}
.form__head {
  background-color: #c25a00;
  border-radius: 5px 5px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 31px;
}

@media screen and (max-width: 768px) {
  .form__head {
    padding: 23px 20px;
    border-radius: 4px 4px 0 0;
  }
}
.form__ttl {
  color: #fff;
  font-weight: bold;
  position: relative;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .form__ttl {
    font-size: 20px;
    letter-spacing: 0.025em;
  }
}
.form__ttl::before,
.form__ttl::after {
  content: "";
  display: inline-block;
  width: 93px;
  height: 5px;
  background: url(../img/form_ttl_icon.png) center/contain no-repeat;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .form__ttl::before,
  .form__ttl::after {
    content: none;
  }
}
.form__ttl::before {
  top: 50%;
  left: -17px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.form__ttl::after {
  top: 50%;
  right: -17px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.form__content {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  padding: 27px 40px 64px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .form__content {
    padding: 23px 20px 32px;
    border-radius: 0 0 4px 4px;
  }
}
.form__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .form__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.form__flex .form__item {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .form__flex .form__item {
    width: 100%;
  }
}
.form__inner dt {
  font-weight: bold;
}

.form__inner {
  margin-top: 31px;
}

@media screen and (max-width: 768px) {
  .form__inner {
    margin-top: 20px;
  }
}
.form__inner:first-of-type {
  margin-top: 0;
}

.form__inner .form__caution {
  display: inline-block;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .form__inner .form__caution {
    margin-top: 7px;
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .form__inner dt {
    font-size: 14px;
  }
}
.form__inner dd {
  margin-top: 7px;
}

@media screen and (max-width: 768px) {
  .form__inner dd {
    margin-top: 5px;
  }
}
.form__inner::-webkit-input-placeholder {
  color: #9c9c9c;
  font-weight: bold;
}
.form__inner::-moz-placeholder {
  color: #9c9c9c;
  font-weight: bold;
}
.form__inner:-ms-input-placeholder {
  color: #9c9c9c;
  font-weight: bold;
}
.form__inner::-ms-input-placeholder {
  color: #9c9c9c;
  font-weight: bold;
}
.form__inner::placeholder {
  color: #9c9c9c;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .form__inner input,
  .form__inner label {
    font-size: 14px;
  }
}
.form__inner input[type=radio] {
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid #dcdcdc;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: -4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .form__inner input[type=radio] {
    width: 17px;
    height: 17px;
    margin-right: 7px;
  }
}
.form__inner input[type=radio]:first-of-type {
  margin-left: 0;
}

.form__inner input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c25a00;
  content: "";
}

@media screen and (max-width: 768px) {
  .form__inner input[type=radio]:checked:before {
    width: 9px;
    height: 9px;
  }
}
.form__inner input[type=text],
.form__inner input[type=tel],
.form__inner input[type=email] {
  width: 100%;
  border-radius: 10px;
  background-color: #f6f6f6;
  padding: 14px 22px;
  font-weight: bold;
  border: none;
  line-height: 2;
  letter-spacing: 0.075em;
}
.form__inner input[type=text]::-webkit-input-placeholder, .form__inner input[type=tel]::-webkit-input-placeholder, .form__inner input[type=email]::-webkit-input-placeholder {
  color: #9c9c9c;
  letter-spacing: 0.075em;
}
.form__inner input[type=text]::-moz-placeholder, .form__inner input[type=tel]::-moz-placeholder, .form__inner input[type=email]::-moz-placeholder {
  color: #9c9c9c;
  letter-spacing: 0.075em;
}
.form__inner input[type=text]:-ms-input-placeholder, .form__inner input[type=tel]:-ms-input-placeholder, .form__inner input[type=email]:-ms-input-placeholder {
  color: #9c9c9c;
  letter-spacing: 0.075em;
}
.form__inner input[type=text]::-ms-input-placeholder, .form__inner input[type=tel]::-ms-input-placeholder, .form__inner input[type=email]::-ms-input-placeholder {
  color: #9c9c9c;
  letter-spacing: 0.075em;
}
.form__inner input[type=text]::placeholder,
.form__inner input[type=tel]::placeholder,
.form__inner input[type=email]::placeholder {
  color: #9c9c9c;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 768px) {
  .form__inner input[type=text],
  .form__inner input[type=tel],
  .form__inner input[type=email] {
    padding: 13px 21px;
    border-radius: 5px;
    line-height: 1.5;
  }
}
.form__inner .birth input {
  width: 172px;
  margin-right: 13px;
}

@media screen and (max-width: 768px) {
  .form__inner .birth input {
    width: 137px;
    margin-right: 10px;
  }
}
.form__inner .birth span {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .form__inner .birth span {
    font-size: 14px;
  }
}
.form__inner .radio-type .wpcf7-list-item {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .form__inner .radio-type .wpcf7-list-item {
    margin-left: 40px;
  }
}
.form__inner .radio-type .wpcf7-list-item:first-of-type {
  margin-left: 0;
}

.form__inner .radio-area .wpcf7-list-item {
  margin-left: 65px;
}

@media screen and (max-width: 768px) {
  .form__inner .radio-area .wpcf7-list-item {
    margin-left: 40px;
  }
}
.form__inner .radio-area .wpcf7-list-item:first-of-type {
  margin-left: 0;
}

.form__inner .raido-sex .wpcf7-list-item {
  margin-left: 65px;
}

@media screen and (max-width: 768px) {
  .form__inner .raido-sex .wpcf7-list-item {
    margin-left: 80px;
  }
}
.form__inner .raido-sex .wpcf7-list-item:first-of-type {
  margin-left: 0;
}

.form__inner .radio-school .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 65px;
     -moz-column-gap: 65px;
          column-gap: 65px;
}

@media screen and (max-width: 768px) {
  .form__inner .radio-school .wpcf7-radio {
    -webkit-column-gap: 53px;
       -moz-column-gap: 53px;
            column-gap: 53px;
  }
}
.form__inner .radio-school .wpcf7-list-item {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .form__inner .radio-school .wpcf7-list-item {
    min-width: 110px;
  }
}
@media screen and (max-width: 768px) {
  .form__inner .radio-type,
  .form__inner .radio-area,
  .form__inner .raido-sex,
  .form__inner .radio-school {
    margin-top: 0;
  }
}
.form__btn {
  margin-top: 48px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .form__btn {
    margin-top: 20px;
  }
}
.form__btn .confirm_button {
  max-width: 320px;
  width: 100%;
}

.contact__btn {
  background-color: #c25a00;
  padding: 26px;
  font-size: 20px;
  line-height: 1;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  color: white;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact__btn::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url(../img/arrow_white.png) center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact__btn:not([disabled]):hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .confirm-area__btn-wrap .contact__btn,
  .confirm-area__btn-wrap .back_button,
  .form__btn .contact__btn,
  .form__btn .back_button {
    max-width: 300px;
    font-size: 16px;
    padding: 17px;
    border-radius: 4px;
  }
  .confirm-area__btn-wrap .contact__btn::before,
  .confirm-area__btn-wrap .back_button::before,
  .form__btn .contact__btn::before,
  .form__btn .back_button::before {
    width: 7px;
    height: 11px;
  }
  .confirm-area__btn-wrap .contact__btn::before,
  .form__btn .contact__btn::before {
    right: 16px;
  }
  .confirm-area__btn-wrap .back_button::before,
  .form__btn .back_button::before {
    left: 16px;
  }
}
/* --- 確認画面 ---*/
.confirm-area__ttl {
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .confirm-area__ttl {
    font-size: 18px;
  }
}
.confirm-area__input {
  margin-top: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .confirm-area__input {
    line-height: 1.2;
    margin-top: 15px;
    font-size: 14px;
  }
}
.confirm-area__input span {
  font-weight: 500;
}

.confirm-area__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .confirm-area__btn-wrap {
    -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;
    margin-top: 30px;
  }
}
.confirm-area__btn {
  width: 100%;
  max-width: 25rem;
}

.confirm-area__btn button {
  width: 100%;
}

.back_button {
  background-color: gray;
  position: relative;
  padding: 26px;
  font-size: 20px;
  line-height: 1;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.back_button::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url(../img/arrow_white.png) center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}

.back_button:hover {
  opacity: 0.7;
}

.wpcf7-radio label {
  cursor: pointer;
}

/*確認画面と完了画面を非表示*/
.confirm-area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}