@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/**
 * @mixin mq
 * @param {String} $size - v.$breakpoints のキー ('sm' or 'lg')
 * @param {String} $direction - メディアクエリの方向 ('min' or 'max', デフォルトは 'min')
 */
/**
 * pxをremに変換する関数
 * @param {Number} $px - デザインカンプのpx値
 * @return {String} - rem値
 */
/**
 * フォントサイズを可変にするMixin
 * 第3、第4引数に既存の変数を初期値として設定しています
 * * @param {px} $fs-min - 最小フォントサイズ（$min-wのとき）
 * @param {px} $fs-max - 最大フォントサイズ（$max-wのとき）
 * @param {px} $min-w  - 最小ビューポート幅 (初期値: $sp)
 * @param {px} $max-w  - 最大ビューポート幅 (初期値: $laptop)
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

ul, li {
  list-style: none;
}

* {
  box-sizing: border-box;
  outline: 0;
}

:root {
  --font-family-jp: "Noto Sans JP", sans-serif;
  --font-family-en: "Oswald", sans-serif;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family-jp);
}

.l-header {
  background-color: #fff;
  position: fixed;
  width: 100vw;
  height: 5.375rem;
  z-index: 10;
}
@media screen and (max-width: 1279px) {
  .l-header {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    width: 100%;
    height: 3.75rem;
  }
}

.l-header__inner {
  max-width: 1220px;
  height: 5.375rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 3.75rem;
    align-items: center;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-header__logo {
    margin: 0 4%;
  }
}

.p-header__logo-img {
  width: 11.25rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-header__logo-img {
    width: 5.875rem;
    height: auto;
  }
}

.p-header__navi {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__navi {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-header__navi.active {
    display: flex;
  }
}

.p-header__navi-item a {
  text-decoration: none;
  font-size: 1rem;
  color: #555555;
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1279px) {
  .p-header__navi-item a {
    font-size: 0.875rem;
  }
}

.p-header__navi-item a.p-header__navi-link-contact {
  background-color: #000;
  color: #fff;
  width: 19.0625rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
  font-size: 1.125rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.75rem;
}
@media screen and (max-width: 1279px) {
  .p-header__navi-item a.p-header__navi-link-contact {
    width: 100%;
    min-width: 12.5rem;
    padding: 0 12%;
    gap: 0.5rem;
    height: 3.125rem;
    font-size: 0.875rem;
  }
}

.menu_btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu_btn {
    display: block;
    position: relative;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
    width: 34px;
    height: 21px;
    transition: all 1s;
    margin: -4% 4% 0;
  }
}

.menu_btn span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #222;
  transition: all 0.4s;
}

.menu_btn span:nth-of-type(1) {
  top: 0;
}

.menu_btn span:nth-of-type(2) {
  top: 10px;
}

.menu_btn {
  height: 12px;
}

.menu_btn span:nth-of-type(2) {
  bottom: 0;
  top: auto;
}

.menu_btn.active span:nth-of-type(1) {
  transform: translateY(6px) rotate(20deg);
}

.menu_btn.active span:nth-of-type(2) {
  transform: translateY(-5px) rotate(-20deg);
}

.menu_btn::after {
  content: "MENU";
  font-size: 11px;
  position: absolute;
  bottom: -20px;
}

.menu_btn.active::after {
  content: "CLOSE";
  left: -2px;
}

.l-main {
  padding-top: 5.375rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 3.75rem;
  }
}

.l-section__inner {
  max-width: 67.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .l-section__inner {
    max-width: 100%;
    padding: 0 6%;
  }
}
@media screen and (max-width: 767px) {
  .l-section__inner {
    max-width: 100%;
    padding: 0 6%;
  }
}

.l-footer {
  background-color: #3B4562;
  color: #fff;
}

.l-footer__inner {
  max-width: 67.5rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  gap: 2rem;
  max-width: 67.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    max-width: 100%;
    gap: initial;
  }
}

.c-pagetop {
  display: none; /* 初期状態では非表示 */
  position: fixed;
  right: 2%; /* 右からの位置（p-ctaに合わせる） */
  z-index: 99; /* CTAボタンより一つ下にする（CTAがz-index: 10のため） */
  width: 3.125rem;
  height: auto;
  text-decoration: none;
  transition: opacity 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-pagetop {
    right: 6%;
  }
}

.c-pagetop__img {
  width: 3.125rem;
  height: auto;
}

.c-heading {
  font-family: var(--font-family-jp);
  font-size: 2.75rem;
  font-weight: normal;
  color: #000;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.c-heading span {
  font-family: var(--font-family-en);
  font-size: 1.625rem;
  text-decoration: underline;
  text-transform: uppercase;
  display: block;
}
.p-message .c-maker {
  background: linear-gradient(transparent 70%, #B3B113 30%);
}

.p-merrit .c-maker {
  background: linear-gradient(transparent 70%, #E0DD18 30%);
}

@media screen and (max-width: 767px) {
  /* ハンバーガーボタンを最前面へ */
  .menu_btn {
    z-index: 100; /* ナビゲーションより上に表示 */
  }
  /* ナビゲーションを全画面オーバーレイに変更 */
  .p-header__navi {
    display: flex; /* noneからflexに変更 */
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 3.75rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.95); /* 背景色（少し透過） */
    z-index: 90; /* ヘッダーより上、ボタンより下 */
    /* アニメーション用設定 */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  /* アクティブ（開いた）状態 */
  .p-header__navi.active {
    opacity: 1;
    visibility: visible;
  }
  /* メニューリストのスタイル調整 */
  .p-header__navi-item {
    margin-bottom: 0.03125rem;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  /* リンクのスタイル調整 */
  .p-header__navi-item a {
    font-size: 1.25rem; /* 文字サイズを大きく */
    font-weight: bold;
    color: #333;
    display: block;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  /* メニューが開いたとき、中のリストを遅れて表示させる演出（任意） */
  .p-header__navi.active .p-header__navi-item {
    opacity: 1;
    transform: translateY(0);
  }
  /* 各アイテムを少しずつ遅らせる */
  .p-header__navi.active .p-header__navi-item:nth-child(1) {
    transition-delay: 0.1s;
  }
  .p-header__navi.active .p-header__navi-item:nth-child(2) {
    transition-delay: 0.2s;
  }
  .p-header__navi.active .p-header__navi-item:nth-child(3) {
    transition-delay: 0.3s;
  }
  .p-header__navi.active .p-header__navi-item:nth-child(4) {
    transition-delay: 0.4s;
  }
  .p-header__navi.active .p-header__navi-item:nth-child(5) {
    transition-delay: 0.5s;
  }
  .p-header__navi.active .p-header__navi-item:nth-child(6) {
    transition-delay: 0.6s;
  }
}
/* メニューが開いているときは背景スクロールを禁止するためのクラス */
body.no-scroll {
  overflow: hidden;
}

.p-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .p-hero {
    background-image: url(../images/bg_hero.png);
    width: 100%;
    height: min(44.25rem, 55.3125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hero {
    background-image: url(../images/bg_hero-sp.png);
    padding-top: 3.75rem;
    height: 100%;
  }
}

.p-hero__inner {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-hero__inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-hero__inner {
    display: grid;
    grid-template-columns: 36.4839319471% auto;
    width: min(66.125rem, 82.65625vw);
    margin: 0 auto;
  }
}

.p-hero__left {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-hero__left {
    background: none;
    margin-left: initial;
    height: initial;
  }
}
@media screen and (min-width: 768px) {
  .p-hero__left {
    position: relative;
  }
  .p-hero__left::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background-color: #3B4562;
    mix-blend-mode: multiply;
    pointer-events: none;
  }
}

.p-hero__left-inner {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-hero__left-inner {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-hero__left-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: min(1.25rem, 1.5625vw);
    height: 100%;
  }
}

.p-hero__left-main {
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-hero__left-main {
    margin: -2.5rem 0 2.5rem;
    font-size: 7.6923076923vw;
  }
}
@media screen and (min-width: 768px) {
  .p-hero__left-main {
    font-size: min(3.375rem, 4.21875vw);
    letter-spacing: -0.03em;
  }
}

.p-hero__left-main-span {
  color: #F5F4B7;
}

.p-hero__left-sub {
  font-size: min(1rem, 1.25vw);
  line-height: 2.125em;
}

.p-hero__left-main-line {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-hero__left-main-line {
    position: relative;
    width: fit-content;
    padding: 1.0256410256vw 2.0512820513vw 1.0256410256vw 6.6666666667vw;
    line-height: 1;
  }
  .p-hero__left-main-line::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #3B4562;
    mix-blend-mode: multiply;
    pointer-events: none;
  }
  .p-hero__left-main-line span {
    position: relative;
  }
  .p-hero__left-main-line + .p-hero__left-main-line {
    margin-top: 1.5384615385vw;
  }
}

@media screen and (max-width: 767px) {
  .p-hero-txt {
    background-color: #3B4562;
    color: #fff;
    font-size: 3.5897435897vw;
    line-height: 2.125;
  }
}

@media screen and (max-width: 767px) {
  .p-hero-txt__inner {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    padding: 5% 0;
  }
}

.p-hero__right {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 66%, rgba(255, 255, 255, 0.6) 90%);
  margin-right: calc(50% - 50vw);
  position: relative;
}
@media screen and (max-width: 1279px) {
  .p-hero__right {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__right {
    background: none;
  }
}

@media screen and (min-width: 1280px) {
  .p-hero__right-banner-img {
    width: min(20rem, 25vw);
    height: auto;
    position: absolute;
    right: min(11.25rem, 14.0625vw);
    bottom: min(13.75rem, 17.1875vw);
  }
}
@media screen and (max-width: 1279px) {
  .p-hero__right-banner-img {
    width: min(20rem, 25vw);
    height: auto;
    position: absolute;
    right: -5.625rem;
    bottom: min(13.75rem, 17.1875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hero__right-banner-img {
    width: 56.6666666667vw;
    height: auto;
    position: relative;
    left: 0;
    bottom: 4.1025641026vw;
  }
}

@media screen and (max-width: 767px) {
  .p-hero__right-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3.0769230769vw;
  }
}

.p-hero__right-logo-img {
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-hero__right-logo-img {
    width: min(36.875rem, 46.09375vw);
    position: absolute;
    left: min(5rem, 6.25vw);
    bottom: min(1.875rem, 2.34375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hero__right-logo-img {
    width: 87.6923076923vw;
    position: relative;
  }
}

.l-section.p-campaign {
  background-image: url(../images/bg-offer.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 21.875rem;
  padding: 5rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-section.p-campaign {
    background-image: url(../images/bg_offer-sp.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: auto;
    margin: 0;
    padding: 1.25rem 0;
  }
}

.p-campaign__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-campaign__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 0;
    padding: 0;
  }
}

.p-campaign__title {
  font-size: 2.25rem;
  font-weight: bolder;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-campaign__title {
    font-size: 1.4375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-campaign__figure {
    padding: 0.75rem 0;
  }
}

.p-campaign__img {
  width: 60.25rem;
  height: auto;
}
@media screen and (max-width: 1279px) {
  .p-campaign__img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-campaign__img {
    max-width: 18.625rem;
    width: 100%;
    height: auto;
  }
}

.p-campaign__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 19.0625rem;
  height: 3.125rem;
  background-color: #000000;
  color: #fff;
  text-decoration: none;
  border-radius: 1.5625rem;
  gap: 2rem;
}
.l-section.p-message {
  background-color: #F0EAD7;
  padding: 5rem 0;
}

.l-section__inner.p-message__inner {
  background-color: #fff;
  border-radius: 2.5rem;
  padding: 2.5rem 5.75rem;
}
@media screen and (max-width: 767px) {
  .l-section__inner.p-message__inner {
    margin: 0 6%;
    padding: 0 5%;
  }
}

.p-message__title {
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1279px) {
  .p-message__title {
    font-size: clamp(26px, 24.2471910112px + 0.4494382022vw, 30px);
    padding-top: 2.5rem;
    margin-bottom: initial;
  }
}

.p-message__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-message__wrap {
    flex-direction: column;
  }
}

.p-message__figure {
  margin-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-message__figure {
    margin: 1.25rem auto;
  }
}

.p-message__img {
  width: 15.625rem;
  height: 15.625rem;
}

.p-message__list {
  width: 39.625rem;
  height: auto;
}
@media screen and (max-width: 1279px) {
  .p-message__list {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-message__list {
    width: 100%;
    height: auto;
  }
}

.p-message__item {
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.25rem;
  white-space: nowrap;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 1279px) {
  .p-message__item {
    font-size: clamp(16px, 14.2471910112px + 0.4494382022vw, 20px);
    line-height: 1.75;
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .p-message__item {
    white-space: normal;
    line-height: 1.75;
  }
}

.p-message__item::after {
  content: "";
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  background-image: url(../images/icon_check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.l-section.p-feature {
  background-color: #D4CBB1;
  padding: 5rem 0 2.1875rem;
}

.p-feature__item {
  width: 67.5rem;
  background-color: #FFFFFF;
  margin-bottom: 3.125rem;
  border-radius: 3.75rem;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .p-feature__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__item {
    width: 100%;
  }
}

.p-feature__item--no1::before {
  content: "";
  display: block;
  width: 14.0625rem;
  height: 18.75rem;
  background-image: url(../images/icon_number-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-feature__item--no1::before {
    width: 6.25rem;
    height: 11.25rem;
    left: 1.5rem;
  }
}

.p-feature__item--no2::before {
  content: "";
  display: block;
  width: 14.0625rem;
  height: 18.75rem;
  background-image: url(../images/icon_number-2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-feature__item--no2::before {
    width: 6.25rem;
    height: 11.25rem;
    left: 1.5rem;
  }
}

.p-feature__item--no3::before {
  content: "";
  display: block;
  width: 14.0625rem;
  height: 18.75rem;
  background-image: url(../images/icon_number-3.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-feature__item--no3::before {
    width: 6.25rem;
    height: 11.25rem;
    left: 1.5rem;
  }
}

.p-feature__item-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: underline;
  padding: 5rem 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1279px) {
  .p-feature__item-title {
    font-size: clamp(30px, 25.6179775281px + 1.1235955056vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__item-title {
    line-height: 1.8;
    text-align: center;
    padding: 2.5rem 0 1.25rem;
  }
}

.p-feature__item-inner.p-feature__item-inner--no1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 56.875rem;
  margin: 0 auto;
  gap: 1.25rem;
}
@media screen and (max-width: 1279px) {
  .p-feature__item-inner.p-feature__item-inner--no1 {
    width: 100%;
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__item-inner.p-feature__item-inner--no1 {
    flex-direction: column;
    width: 100%;
    padding: 0 6%;
  }
}

.p-feature__item-inner.p-feature__item-inner--no2 {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1279px) {
  .p-feature__item-inner.p-feature__item-inner--no2 {
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__item-inner.p-feature__item-inner--no2 {
    padding: 6%;
  }
}

.p-feature__item-inner.p-feature__item-inner--no2.--last {
  margin-bottom: 0;
}

.p-feature__box {
  background-color: #F5F0E3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.625rem;
  gap: 1.875rem;
  padding: 2.5rem;
}

.p-feature__item-service {
  width: 18.625rem;
  height: 24.375rem;
  background-color: #F5F0E3;
  padding: 2.1875rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 1279px) {
  .p-feature__item-service {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__item-service {
    width: 100%;
    height: auto;
    padding: 8% 9% 5%;
  }
}

.p-feature__item-inner.p-feature__item-inner--no3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 56.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .p-feature__item-inner.p-feature__item-inner--no3 {
    width: 100%;
    padding: 0 2% 6%;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__item-inner.p-feature__item-inner--no3 {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0 6% 6%;
    margin-top: -1.25rem;
    gap: 1.25rem;
  }
}

.p-feature__item-inner--no1 .p-feature__box {
  width: 26.625rem;
  height: 31.875rem;
}
@media screen and (max-width: 767px) {
  .p-feature__item-inner--no1 .p-feature__box {
    width: 100%;
    height: auto;
  }
}

.p-feature__box.p-feature__box--no2 {
  width: 56.875rem;
  margin: 0 auto;
  padding: 2.5rem 0;
}
@media screen and (max-width: 1279px) {
  .p-feature__box.p-feature__box--no2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__box.p-feature__box--no2 {
    width: 100%;
    height: auto;
    padding: 2rem;
    margin-top: -1.25rem;
  }
}

.p-feature__box-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #0F2D8B;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-feature__box-title {
    flex-direction: column;
  }
}

.p-feature__box-subtitle {
  color: #0F2D8B;
  background-color: #fff;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.9375rem;
  width: 7.5rem;
  height: 1.875rem;
  margin-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-feature__box-subtitle {
    margin-right: initial;
    margin-bottom: 0.75rem;
  }
}

.p-feature__box-text {
  font-size: 1rem;
  line-height: 1.6;
}

.p-feature__box-text.p-feature__box-text--no2 {
  padding: 0 6.5625rem;
}
@media screen and (max-width: 767px) {
  .p-feature__box-text.p-feature__box-text--no2 {
    padding: 0 5%;
  }
}

.p-feature__box-text-item {
  padding-bottom: 0.875rem;
}

.p-feature__item-figure {
  padding: 3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-feature__item-figure {
    padding: 1.5rem 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-feature__item-figure img {
    width: 76%;
    max-width: 18.875rem;
    height: auto;
  }
}

.p-feature__box-figure.p-feature__item-figure--no1 img {
  width: 12.375rem;
  height: auto;
}

.p-feature__box-figure.p-feature__item-figure--no2 img {
  width: 45.3125rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-feature__box-figure.p-feature__item-figure--no2 img {
    width: 100%;
    height: auto;
  }
}

.p-feature__box.p-feature__box--no2 .p-feature__box-title {
  font-size: 1.5rem;
  color: #0F2D8B;
}
@media screen and (max-width: 767px) {
  .p-feature__box.p-feature__box--no2 .p-feature__box-title {
    text-align: center;
    line-height: 1.4;
  }
}

.p-feature__box-job-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 48.125rem;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .p-feature__box-job-wrap {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__box-job-wrap {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
}

.p-feature__box-job {
  width: 14.375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-feature__box-job {
    width: 100%;
    height: auto;
    padding: 0 5%;
    margin-bottom: 1.5rem;
  }
}

.p-feature__box-job-figure {
  margin: 0 auto;
}

.p-feature__box-job-figure img {
  width: 10rem;
  height: auto;
}

.p-feature__box-job-title {
  color: #0F2D8B;
  font-size: 1.125rem;
  margin: 0 auto;
}

.p-feature__box-job-text {
  font-size: 1rem;
  line-height: 1.8;
}

.p-feature__service-figure {
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-feature__service-figure {
    margin-bottom: 1.25rem;
  }
}

.p-feature__item-subtitle {
  color: #0F2D8B;
  font-size: 1.125rem;
  text-align: center;
  height: 5.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .p-feature__item-subtitle {
    font-size: clamp(16px, 15.1235955056px + 0.2247191011vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__item-subtitle {
    height: 2.8125rem;
    margin-bottom: 1.25rem;
  }
}

.p-feature__item-content {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1279px) {
  .p-feature__item-content {
    font-size: clamp(15px, 14.5617977528px + 0.1123595506vw, 16px);
  }
}

.p-feature__item-subcontent {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (max-width: 1279px) {
  .p-feature__item-subcontent {
    font-size: clamp(12px, 11.1235955056px + 0.2247191011vw, 14px);
  }
}

.modal_open {
  margin: 2.5rem auto;
}
@media screen and (max-width: 767px) {
  .modal_open {
    text-align: center;
    margin: 1.25rem auto;
  }
}

@media screen and (max-width: 1279px) {
  .p-feature__modal-open-img {
    width: 100%;
    height: auto;
  }
}

.modal_open:hover {
  cursor: pointer;
}

.modal {
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .modal {
    width: 90%;
  }
}

.modal_body {
  width: calc(100% - 40px);
  max-width: 62.5rem;
  max-height: 90%;
  padding: 1.25rem 1.875rem 2.5rem;
  margin: 0 auto;
  border-radius: 0.375rem;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  overflow: auto;
}

.modal_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.modal_content {
  position: relative;
}

.modal_close {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.modal_close:hover {
  cursor: pointer;
}

.modal_content__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 2rem;
  min-width: 33rem;
}
@media screen and (max-width: 767px) {
  .modal_content__wrapper {
    flex-direction: column;
    min-width: 100%;
    gap: 1.25rem;
  }
}

.modal_content__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .modal_content__title {
    flex-direction: column;
    margin-bottom: 1.25rem;
  }
}

.modal_content__title-text {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  flex-grow: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal_content__title-text {
    line-height: 1.4;
  }
}

.modal_content__content {
  text-align: center;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .modal_content__content {
    margin-bottom: 1.25rem;
  }
}

.modal_content__text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .modal_content__title-figure {
    width: 100%;
    height: auto;
    margin-bottom: 1.25rem;
    text-align: center;
  }
}

.modal_content__title-figure img {
  width: 16.875rem;
  height: auto;
}

.modal__item-figure img {
  width: 18.125rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .modal__item-figure img {
    width: 100%;
    height: auto;
  }
}

.modal_content__moreinfo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 2.125rem;
  margin: 0 auto;
  text-decoration: none;
}

.modal_content__moreinfo-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.modal_content__moreinfo-text span {
  display: block;
  margin-right: 1.25rem;
  white-space: nowrap;
}

.modal_content__moreinfo-text img {
  display: block;
}

.modal__item {
  width: 18.125rem;
  height: 26.25rem;
  background-color: #F5F1D7;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .modal__item {
    width: 90%;
    height: auto;
  }
}

.modal__item-title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.8;
  margin: 0.75rem 0;
  padding: 0 1.875rem;
  text-align: center;
}

.modal__item-desc {
  font-size: 1rem;
  line-height: 1.8;
  padding: 0 1.875rem;
}
@media screen and (max-width: 767px) {
  .modal__item-desc {
    padding: 0 5% 1.25rem;
  }
}

.l-section.p-merrit {
  background-color: #ffffff;
}

.l-section__inner.p-merrit__inner {
  position: relative;
}

.p-merrit__suggest {
  display: flex;
  width: 38.375rem;
  height: 4.375rem;
  background-color: #0B226A;
  color: #F5F4B7;
  border-radius: 2.1875rem;
  font-size: 1.875rem;
  justify-content: center;
  align-items: center;
  margin: -4.375rem auto 3.75rem;
  position: absolute;
  left: 0;
  right: 0;
  top: -4.375rem;
}
@media screen and (max-width: 1279px) {
  .p-merrit__suggest {
    font-size: clamp(21px, 17.0561797753px + 1.0112359551vw, 30px);
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .p-merrit__suggest {
    width: 90%;
    height: auto;
    margin: -4.375rem 6% 3.75rem;
    text-align: center;
    height: 5.25rem;
    line-height: 1.4;
    border-radius: 2.625rem;
  }
}

.p-merrit__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6.5625rem auto 5rem;
  font-size: 2.5rem;
  flex-direction: row;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .p-merrit__title {
    font-size: clamp(28px, 22.7415730337px + 1.3483146067vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .p-merrit__title {
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    text-align: center;
    line-height: 1.4;
  }
}

.p-merrit__title-line::before {
  content: "";
  max-width: 66%;
  width: 100%;
  height: 0.75rem;
  display: inline-block;
  background-color: #E0DD18;
  position: absolute;
  bottom: -0.75rem;
}
@media screen and (max-width: 767px) {
  .p-merrit__title-line::before {
    max-width: 50%;
    left: 25%;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-merrit__title-line::after {
    content: "";
    width: 70%;
    height: 0.75rem;
    display: inline-block;
    background-color: #E0DD18;
    position: absolute;
    bottom: 5rem;
    left: 15%;
  }
}

.p-merrit__title-number {
  display: inline-block;
  font-size: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-merrit__title-number {
    font-size: 4.125rem;
  }
}

.p-merrit__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-merrit__list {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.p-merrit__item {
  width: 21.625rem;
  height: 28.125rem;
  background-color: #EEE1D9;
  border: 0.125rem #BFBCBA solid;
  border-radius: 0.625rem;
  box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.25);
  position: relative;
}
@media screen and (max-width: 1279px) {
  .p-merrit__item {
    width: 32%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-merrit__item {
    width: 100%;
    height: auto;
  }
}

.p-merrit__item.p-merrit__item--no1::before {
  content: "";
  display: block;
  background-image: url(../images/icon_merrit-number1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-width: 4.75rem;
  width: auto;
  height: 4.75rem;
  position: absolute;
  top: 0.625rem;
  left: -0.375rem;
}
@media screen and (max-width: 767px) {
  .p-merrit__item.p-merrit__item--no1::before {
    top: 1.25rem;
    left: -0.25rem;
    min-width: 5.5rem;
    width: auto;
    height: 5.5rem;
  }
}

.p-merrit__item.p-merrit__item--no2::before {
  content: "";
  display: block;
  background-image: url(../images/icon_merrit-number2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-width: 4.75rem;
  width: auto;
  height: 4.75rem;
  position: absolute;
  top: 0.625rem;
  left: -0.375rem;
}
@media screen and (max-width: 767px) {
  .p-merrit__item.p-merrit__item--no2::before {
    top: 1.25rem;
    left: -0.25rem;
    min-width: 5.5rem;
    width: auto;
    height: 5.5rem;
  }
}

.p-merrit__item.p-merrit__item--no3::before {
  content: "";
  display: block;
  background-image: url(../images/icon_merrit-number3.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-width: 4.75rem;
  width: auto;
  height: 4.75rem;
  position: absolute;
  top: 0.625rem;
  left: -0.375rem;
}
@media screen and (max-width: 767px) {
  .p-merrit__item.p-merrit__item--no3::before {
    top: 1.25rem;
    left: -0.25rem;
    min-width: 5.5rem;
    width: auto;
    height: 5.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-merrit__item-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.75rem 3rem 1.25rem;
    gap: 1.25rem;
  }
}

.p-merrit__item-link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 10.5rem;
  height: 1.5rem;
  text-decoration: none;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .p-merrit__item-link {
    margin-bottom: 1.5rem;
  }
}

.p-merrit__item-link:link {
  text-decoration: none;
  color: #59564B;
}

.p-merrit__item-link:visited {
  color: #59564B;
}

.p-merrit__item-link:hover {
  color: #59564B;
}

.p-merrit__item-link:active {
  color: #59564B;
}

.p-merrit__item-title {
  font-size: 1.625rem;
  font-weight: bold;
  height: 6.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.p-merrit__item-figure {
  width: 10.25rem;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-merrit__item-figure {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }
}

.p-merrit__item--no1 .p-merrit__item-figure img {
  width: 10.25rem;
}

.p-merrit__item--no2 .p-merrit__item-figure img {
  width: 7.75rem;
}

.p-merrit__item--no3 .p-merrit__item-figure img {
  width: 6.875rem;
}

.p-merrit__item-text {
  height: 12rem;
  padding: 2rem 3rem;
  font-size: 1.125rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .p-merrit__item-text {
    padding: 1.25rem 4%;
  }
}
@media screen and (max-width: 767px) {
  .p-merrit__item-text {
    height: auto;
    padding: 0;
    margin: 0 auto;
    text-align: left;
  }
}

.l-section.p-setplan {
  border-top: 0.9375rem solid #E59545;
  border-bottom: 0.9375rem solid #E59545;
}

.p-setplan__subtitle {
  display: flex;
  justify-content: flex-end;
  padding-right: 7.5rem;
  align-items: center;
  font-size: 1.625rem;
  margin: 2.5rem 0;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .p-setplan__subtitle {
    font-size: clamp(18px, 14.4943820225px + 0.8988764045vw, 26px);
    padding: 0 5%;
    margin: 5rem auto 0;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-setplan__subtitle {
    padding: 0 5%;
    margin: 5rem 0 0;
  }
}

.p-setplan__subtitle::before {
  content: "";
  display: block;
  width: 10.6875rem;
  height: 3rem;
  background-image: url(../images/icon_more.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 10%;
  left: 25%;
  z-index: 2;
}
@media screen and (max-width: 1279px) {
  .p-setplan__subtitle::before {
    top: -4rem;
    bottom: initial;
  }
}
@media screen and (max-width: 767px) {
  .p-setplan__subtitle::before {
    top: -4rem;
    bottom: initial;
  }
}

@media screen and (max-width: 1279px) {
  .p-setplan__figure {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-setplan__figure {
    text-align: center;
  }
}

.p-setplan__figure img {
  width: 27.125rem;
  height: auto;
}
@media screen and (max-width: 1279px) {
  .p-setplan__figure img {
    width: 56%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-setplan__figure img {
    width: 56%;
    height: auto;
  }
}

.p-setplan__wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1279px) {
  .p-setplan__wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-setplan__wrap {
    flex-direction: column;
  }
}

.p-setplan__text-wrap {
  width: 43rem;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 1279px) {
  .p-setplan__text-wrap {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-setplan__text-wrap {
    width: 100%;
    height: auto;
  }
}

.p-setplan__title {
  font-size: 3.25rem;
  line-height: 1.4;
  color: #D68B40;
}
@media screen and (max-width: 1279px) {
  .p-setplan__title {
    font-size: clamp(36px, 28.9887640449px + 1.797752809vw, 52px);
  }
}

.p-setplan__text {
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-setplan__text {
    font-size: 0.875rem;
  }
}

.p-setplan__text-about {
  font-size: 1rem;
  line-height: 1.8;
  width: 43rem;
  height: 5.625rem;
  background-color: #F5F5DD;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  padding: 1rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 1279px) {
  .p-setplan__text-about {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-setplan__text-about {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
}

.p-setplan__text-about-left {
  color: #D68B40;
  white-space: nowrap;
  width: 11rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-setplan__text-about-left {
    width: 100%;
    text-align: center;
  }
}

.p-setplan__detail {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #F0CEA8;
}
@media screen and (max-width: 1279px) {
  .p-setplan__detail {
    padding: 1.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-setplan__detail {
    padding: 1.5rem 0;
  }
}

.p-setplan__detail-inner {
  width: 67.5rem;
  height: 5.625rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.75rem;
}
@media screen and (max-width: 1279px) {
  .p-setplan__detail-inner {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-setplan__detail-inner {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
}

.p-setplan__detail-inner-text-title {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-setplan__detail-inner-text-title {
    text-align: center;
    line-height: 1.4;
  }
}

.p-setplan__detail-inner-text-detail {
  font-size: 0.75rem;
  text-align: center;
}

.p-setplan__detail-inner-button-link {
  width: 18.75rem;
  height: 3.125rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  border: 0.0625rem solid #707070;
  border-radius: 1.5625rem;
  font-size: 1rem;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  text-align: center;
  line-height: 3.125rem;
  margin-left: 1.25rem;
  padding: 0.25rem;
}

.p-setplan__detail-inner-button-link-text {
  display: flex;
  flex-grow: 1;
  justify-content: center;
}

.p-setplan__merrit {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #E59545;
  color: #fff;
}
.p-setplan__merrit-contents {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 52.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .p-setplan__merrit-contents {
    width: 92%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-setplan__merrit-contents {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
}

.p-setplan__merrit-inner {
  width: 67.5rem;
  margin: 0 auto;
  padding: 2.5rem 0 1.25rem;
}
@media screen and (max-width: 1279px) {
  .p-setplan__merrit-inner {
    width: 100%;
    padding: 2.5rem 7%;
  }
}
@media screen and (max-width: 767px) {
  .p-setplan__merrit-inner {
    width: 100%;
    padding: 2.5rem 7%;
  }
}

.p-setplan__merrit-heading {
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.75rem;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .p-setplan__merrit-heading {
    font-size: clamp(36px, 30.7415730337px + 1.3483146067vw, 48px);
    white-space: nowrap;
  }
}

.p-setplan__merrit-heading::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 15.625rem;
  height: 0.25rem;
  position: absolute;
  top: 150%;
}

.p-setplan__merrit-list {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1279px) {
  .p-setplan__merrit-list {
    width: 100%;
    font-size: clamp(16px, 14.2471910112px + 0.4494382022vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .p-setplan__merrit-list {
    width: 100%;
    margin-bottom: 0.25rem;
  }
}

.p-setplan__merrit-item {
  position: relative;
  padding-left: 1.875rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-setplan__merrit-item {
    padding-bottom: 1rem;
  }
}

.p-setplan__merrit-item::before {
  content: "";
  display: block;
  background-image: url(../images/icon_circle_check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.6875rem;
  height: 1.6875rem;
  position: absolute;
  top: -0.25rem;
  left: 0;
}

.p-setplan__merrit-plan {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1279px) {
  .p-setplan__merrit-plan {
    width: 92%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-setplan__merrit-plan {
    flex-direction: column;
    width: 84%;
    margin: 0 auto;
    gap: 0.75rem;
  }
}

.p-setplan__merrit-detail {
  width: 20rem;
  height: 9rem;
  color: #000;
  background-color: #FFFFFF;
  border-radius: 0.375rem;
  padding: 1rem 2.1875rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .p-setplan__merrit-detail {
    width: 32%;
    height: auto;
    padding: 3% 4%;
  }
}
@media screen and (max-width: 767px) {
  .p-setplan__merrit-detail {
    width: 100%;
    height: auto;
    padding: 3% 5%;
  }
}

.p-setplan__merrit-detail-title {
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: bold;
  color: #D68B40;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 0.75rem;
}
@media screen and (max-width: 1279px) {
  .p-setplan__merrit-detail-title {
    font-size: clamp(14px, 11.3707865169px + 0.6741573034vw, 20px);
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-setplan__merrit-detail-title {
    margin-bottom: 0.75rem;
  }
}

.p-setplan__merrit-detail-content {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 1279px) {
  .p-setplan__merrit-detail-content {
    font-size: clamp(13px, 11.6853932584px + 0.3370786517vw, 16px);
  }
}

.l-section.p-price {
  background-color: #EDE5CF;
  padding: 5rem 0;
}

.p-price__heading2 {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 1279px) {
  .p-price__heading2 {
    font-size: clamp(23px, 13.797752809px + 2.3595505618vw, 44px);
  }
}

.p-price__heading2 span {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1279px) {
  .p-price__heading2 span {
    font-size: clamp(15px, 9.3033707865px + 1.4606741573vw, 28px);
  }
}

.p-price__box-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 55.875rem;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .p-price__box-wrap {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-price__box-wrap {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
}

.p-price__detailbox {
  border: 0.0625rem #AC1212 solid;
  width: 55.875rem;
  height: auto;
  margin: 2.5rem auto 1.25rem;
  background-color: #fff;
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  .p-price__detailbox {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-price__detailbox {
    width: 100%;
    flex-direction: column;
    height: auto;
  }
}

.p-price__detailbox-left {
  background-color: #FCE8E8;
  width: 19.5rem;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .p-price__detailbox-left {
    width: 100%;
    height: auto;
    padding: 1.5rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-price__detailbox-left {
    width: 100%;
    height: auto;
    padding: 1.5rem 0;
  }
}

.p-price__detailbox-figure img {
  width: 12.375rem;
  height: auto;
}

.p-price__detailbox-right {
  flex-grow: 1;
}

.p-price__detailbox-detail {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  padding: 1.25rem 2.5rem;
}
@media screen and (max-width: 1279px) {
  .p-price__detailbox-detail {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-price__detailbox-detail {
    flex-direction: column;
  }
}

.p-price__detailbox-list {
  font-size: 1rem;
  flex-grow: 1;
}

.p-price__detailbox-item {
  list-style: disc;
  margin-bottom: 0.75rem;
}

.p-price__detailbox-list:first-child {
  padding-right: 2.5rem;
}

.p-price__box-title {
  font-size: 1.125rem;
}

.p-price__box-title--basic {
  position: relative;
}

.p-price__box-title--basic::before {
  content: "";
  display: block;
  width: 11.375rem;
  height: 4.0625rem;
  background-image: url(../images/icon_deadline.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-price__box-title--basic::before {
    display: none;
  }
}

.p-price__text {
  width: 55.875rem;
  height: auto;
  margin: 0 auto;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 1279px) {
  .p-price__text {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-price__text {
    width: 100%;
    height: auto;
  }
}

.p-price__box-basic {
  background-color: #fff;
  width: 11.875rem;
  height: 11.875rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-radius: 0.75rem;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .p-price__box-basic {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-price__box-basic {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-price__box-basic::before {
    content: "";
    display: block;
    width: 17rem;
    height: 6rem;
    background-image: url(../images/icon_deadline.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -2%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}

@media screen and (max-width: 1279px) {
  .p-price__box-sub1,
  .p-price__box-sub2,
  .p-price__box-sub3 {
    width: 100%;
    height: auto;
  }
}

.p-price__box-sub1-inner,
.p-price__box-sub2-inner,
.p-price__box-sub3-inner {
  background-color: #fff;
  width: 11.875rem;
  height: 11.875rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.75rem;
}
@media screen and (max-width: 1279px) {
  .p-price__box-sub1-inner,
  .p-price__box-sub2-inner,
  .p-price__box-sub3-inner {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-price__box-sub1-inner,
  .p-price__box-sub2-inner,
  .p-price__box-sub3-inner {
    width: 100%;
    height: auto;
  }
}

.p-price__box-title {
  margin-bottom: 1rem;
}

.p-price__box-text {
  width: 11.875rem;
  font-size: 0.875rem;
  height: auto;
}
@media screen and (max-width: 1279px) {
  .p-price__box-text {
    font-size: clamp(14px, 14px + 0vw, 14px);
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0.75rem 0 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-price__box-text {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0.75rem 0 1.5rem;
  }
}

.p-price__box-basic img {
  width: 8.625rem;
  height: auto;
}
@media screen and (max-width: 1279px) {
  .p-price__box-basic img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-price__box-basic img {
    width: 100%;
    height: auto;
  }
}

.p-price__box-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 11.875rem;
}
@media screen and (max-width: 1279px) {
  .p-price__box-plus {
    width: 100%;
    height: auto;
    margin: 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-price__box-plus {
    width: 100%;
    height: auto;
    margin: 1rem 0;
  }
}

.p-price__box-plus img {
  width: 1.875rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-price__box-plus img {
    width: 10%;
    height: auto;
  }
}

.p-price__box-sub1 img {
  width: 4.9375rem;
  height: auto;
}
@media screen and (max-width: 1279px) {
  .p-price__box-sub1 img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-price__box-sub1 img {
    width: 100%;
    height: auto;
  }
}

.p-price__box-sub2 img {
  width: 5rem;
  height: auto;
}
@media screen and (max-width: 1279px) {
  .p-price__box-sub2 img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-price__box-sub2 img {
    width: 100%;
    height: auto;
  }
}

.p-price__box-sub3 img {
  width: 5.625rem;
  height: auto;
}
@media screen and (max-width: 1279px) {
  .p-price__box-sub3 img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-price__box-sub3 img {
    width: 100%;
    height: auto;
  }
}

.l-section.p-flow {
  background-color: #F0EAD7;
  padding: 5rem 0;
}

.p-flow__heading2 {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 1279px) {
  .p-flow__heading2 {
    font-size: clamp(23px, 13.797752809px + 2.3595505618vw, 44px);
  }
}

.p-flow__heading2 span {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1279px) {
  .p-flow__heading2 span {
    font-size: clamp(15px, 8.4269662921px + 1.6853932584vw, 30px);
  }
}

.p-flow__list {
  width: 56.875rem;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 1279px) {
  .p-flow__list {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__list {
    width: 100%;
    height: auto;
  }
}

.p-flow__item {
  background-color: #fff;
  width: 56rem;
  height: 7.125rem;
  position: relative;
  display: grid;
  grid-template-columns: 10.625rem 1fr;
  padding: 1rem 2.5rem;
  gap: 1.75rem;
}
@media screen and (max-width: 1279px) {
  .p-flow__item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 5%;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 5%;
  }
}

.p-flow__item:nth-child(3)::before {
  content: "";
  display: block;
  width: 10.75rem;
  height: 3.375rem;
  background-image: url(../images/img_1week.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 50%;
  left: -10%;
}
@media screen and (max-width: 767px) {
  .p-flow__item:nth-child(3)::before {
    bottom: 70%;
  }
}

.p-flow__item:nth-child(6)::before {
  content: "";
  display: block;
  width: 13.75rem;
  height: 3.375rem;
  background-image: url(../images/img_2week.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 50%;
  left: -10%;
}
@media screen and (max-width: 1279px) {
  .p-flow__item:nth-child(6)::before {
    bottom: 70%;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item:nth-child(6)::before {
    bottom: 70%;
  }
}

.p-flow__item::after {
  content: "";
  background-image: url(../images/img_triangle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 2.25rem;
  height: 1.5rem;
  position: absolute;
  right: 50%;
  left: 50%;
  bottom: -2rem;
}

.p-flow__item:last-child::after {
  display: none;
}

.p-flow__item-day {
  font-size: 1.125rem;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
@media screen and (max-width: 1279px) {
  .p-flow__item-day {
    font-size: clamp(18px, 18px + 0vw, 18px);
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item-day {
    justify-content: center;
  }
}

.p-flow__item-day-number {
  font-size: 1.875rem;
  font-family: var(--font-family-en);
}
@media screen and (max-width: 1279px) {
  .p-flow__item-day-number {
    font-size: clamp(24px, 21.3707865169px + 0.6741573034vw, 30px);
  }
}

.p-flow__item-content {
  display: grid;
  grid-template-columns: 10rem 12rem 1fr;
  gap: 0.75rem;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .p-flow__item-content {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item-content {
    display: flex;
    flex-direction: column;
  }
}

.p-flow__item-title {
  width: 10rem;
  height: 2.125rem;
  border-radius: 1.0625rem;
  background-color: #E4E7EC;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 1279px) {
  .p-flow__item-title {
    font-size: clamp(17px, 16.5617977528px + 0.1123595506vw, 18px);
  }
}

.p-flow__item-subtitle {
  width: 12rem;
  font-size: 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 1279px) {
  .p-flow__item-subtitle {
    font-size: clamp(15px, 15.4382022472px + -0.1123595506vw, 14px);
  }
}

.p-flow__item-detail {
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 1279px) {
  .p-flow__item-detail {
    font-size: clamp(14px, 14px + 0vw, 14px);
  }
}

.l-section.p-faq {
  background-color: #f8f5ec;
  padding-top: 5rem;
}

.p-faq__heading2 {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 1279px) {
  .p-faq__heading2 {
    font-size: clamp(23px, 13.797752809px + 2.3595505618vw, 44px);
  }
}

.p-faq__heading2 span {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1279px) {
  .p-faq__heading2 span {
    font-size: clamp(15px, 9.3033707865px + 1.4606741573vw, 28px);
  }
}

.p-faq__heading3 {
  font-size: 1.5rem;
  font-weight: normal;
  padding-top: 4rem;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 1279px) {
  .p-faq__heading3 {
    font-size: clamp(16px, 12.4943820225px + 0.8988764045vw, 24px);
  }
}

.p-faq__heading3.p-faq__heading3--first {
  padding-top: 0;
}

.accordion_container {
  max-width: 67.5rem;
  margin: 0 auto;
}

.accordion_title {
  background-color: #FEFEFE;
  color: #333;
  font-size: 1.5rem;
  padding: 0 8.25rem;
  text-align: left;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  width: 67.5rem;
  height: 5.625rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1279px) {
  .accordion_title {
    font-size: clamp(16px, 12.4943820225px + 0.8988764045vw, 24px);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .accordion_title {
    width: 100%;
    height: 3.75rem;
    padding: 0 1.25rem;
  }
}

.accordion_title::before {
  content: "";
  display: block;
  background-image: url(../images/icon_faq-q.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2.25rem;
  height: 2.125rem;
  position: absolute;
  bottom: 1.5rem;
  left: 3.5rem;
}
@media screen and (max-width: 767px) {
  .accordion_title::before {
    width: 1.8rem;
    height: 1.7rem;
    left: 0;
    bottom: 24%;
  }
}

.ac_inner_wraper::before {
  content: "";
  display: block;
  background-image: url(../images/icon_faq-a.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2.25rem;
  height: 2.125rem;
  position: absolute;
  top: 50%;
  left: 3.5rem;
}
@media screen and (max-width: 767px) {
  .ac_inner_wraper::before {
    width: 1.8rem;
    height: 1.7rem;
    top: 35%;
    left: 0;
  }
}

.accordion_container:nth-of-type(2) .accordion_title {
  background-color: #FEFEFE;
}

.accordion_container:nth-of-type(3) .accordion_title {
  background-color: #FEFEFE;
}

.accordion_title:hover {
  opacity: 0.8;
}

.icon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.icon {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.accordion_title.open .icon_wrap {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.icon:before, .icon:after {
  display: flex;
  content: "";
  background-color: #333;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

.icon:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}

.accordion_title.open .icon_wrap .icon:before {
  content: none;
}

.accordion_title.open .icon_wrap .icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.accordion_inner {
  display: none;
  padding: 2.5rem 8.25rem;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .accordion_inner {
    padding: 1.25rem 2.5rem;
  }
}

p.txt_a_ac {
  font-size: 1rem;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  p.txt_a_ac {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

.accordion.accordion--last {
  padding-bottom: 2.5rem;
}

@media screen and (max-width: 1024px) {
  .icon_wrap {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .accordion_title {
    text-align: left;
    padding: 0.9375rem 3.75rem 0.9375rem 2.5rem;
    line-height: 1.5;
  }
}
.l-section.p-company {
  padding: 5rem 0 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-section.p-company {
    padding: 1.875rem 0 1.875rem;
  }
}

.c-heading.p-company__heading {
  flex-direction: row;
  font-weight: bold;
}
@media screen and (max-width: 1279px) {
  .c-heading.p-company__heading {
    flex-direction: column-reverse;
    font-size: clamp(23px, 13.797752809px + 2.3595505618vw, 44px);
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-heading.p-company__heading {
    margin-bottom: 1.875rem;
  }
}

@media screen and (max-width: 1279px) {
  .c-heading.p-company__heading span {
    font-size: clamp(15px, 10.1797752809px + 1.2359550562vw, 26px);
  }
}
@media screen and (max-width: 767px) {
  .c-heading.p-company__heading span {
    margin-bottom: 0.75rem;
  }
}

.p-company__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1279px) {
  .p-company__inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-company__inner {
    flex-direction: column;
  }
}

.p-company__left {
  width: 21.625rem;
}
@media screen and (max-width: 1279px) {
  .p-company__left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-company__left {
    width: 100%;
  }
}

.p-company__right {
  width: 39.375rem;
}
@media screen and (max-width: 1279px) {
  .p-company__right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-company__right {
    width: 100%;
  }
}

.p-company__right-name {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1279px) {
  .p-company__right-name {
    font-size: clamp(18px, 14.4943820225px + 0.8988764045vw, 26px);
  }
}

.p-company__right-text {
  border-bottom: 1px solid #96938B;
  padding-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (max-width: 1279px) {
  .p-company__right-text {
    font-size: clamp(16px, 15.1235955056px + 0.2247191011vw, 18px);
  }
}

.p-company__right-strong {
  border-bottom: 1px solid #96938B;
  padding: 1.5rem 0;
  font-size: 1.125rem;
}

.p-company__right-license {
  border-bottom: 1px solid #96938B;
  padding: 1.5rem 0;
  font-size: 1.125rem;
}

.p-company__right-works {
  padding: 1.5rem 0;
  font-size: 1.125rem;
}
@media screen and (max-width: 1279px) {
  .p-company__right-works {
    padding: 1.5rem 0 0.75rem;
  }
}

.p-company__right-current {
  text-align: right;
  font-size: 0.875rem;
}
@media screen and (max-width: 1279px) {
  .p-company__right-current {
    font-size: clamp(14px, 14px + 0vw, 14px);
  }
}

.p-company__right-inner {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-company__right-inner {
    flex-direction: column;
  }
}

.p-company__right-title {
  width: 10.625rem;
}
@media screen and (max-width: 1279px) {
  .p-company__right-title {
    font-size: clamp(16px, 14.2471910112px + 0.4494382022vw, 20px);
    padding-bottom: 1rem;
  }
}

.p-company__right-detail {
  width: 28.75rem;
  line-height: 1.8;
}
@media screen and (max-width: 1279px) {
  .p-company__right-detail {
    font-size: clamp(16px, 15.1235955056px + 0.2247191011vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .p-company__right-detail {
    width: 100%;
    line-height: 1.7;
  }
}

.p-company__right-item {
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-company__right-item {
    padding-bottom: 0.125rem;
  }
}

.p-company__right-item:last-child {
  padding-bottom: 0;
}

.p-company__right-detail-list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.p-company__right-detail-title {
  width: 9.0625rem;
}

.p-company__right-detail-text {
  font-size: 2.25rem;
  margin-top: -0.25em;
}
@media screen and (max-width: 1279px) {
  .p-company__right-detail-text {
    font-size: clamp(26px, 21.6179775281px + 1.1235955056vw, 36px);
    margin-top: -0.15em;
  }
}

.p-gallery__picture-img {
  width: 100%;
  height: auto;
}

.p-gallery__address {
  background-color: #fff;
  color: #0F2D8B;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  height: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-gallery__address {
    font-size: 0.875rem;
    line-height: 1.6;
    text-align: center;
    padding: 0 6%;
    white-space: nowrap;
  }
}

.l-section.p-form {
  background: #F5F0E3;
}

.p-footer {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  width: 100%;
  height: 17.5rem;
  padding: 2.5rem 0;
}
@media screen and (max-width: 1279px) {
  .p-footer {
    padding: 1.25rem 6%;
  }
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 1.25rem 6% 0.75rem;
    height: auto;
  }
}

.p-footer__top {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__top {
    margin-bottom: 1.25rem;
  }
}

.p-footer__top-logo {
  width: 13.25rem;
  height: auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-footer__top-logo {
    display: flex;
    width: 9.5rem;
    height: auto;
    margin-bottom: initial;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__top-logo-img {
    width: 9.5rem;
    height: auto;
  }
}

.p-footer__top-logo-caption {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-footer__top-logo-caption {
    white-space: nowrap;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-top: 8%;
    padding-left: 4%;
  }
}

.p-footer__top-title {
  display: block;
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-footer__top-title {
    white-space: nowrap;
    font-size: 1rem;
  }
}

.p-footer__top-text {
  display: block;
  font-size: 1rem;
}
@media screen and (max-width: 1279px) {
  .p-footer__top-text {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__top-text {
    white-space: nowrap;
    font-size: 0.875rem;
  }
}

.p-footer__top-menu {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-footer__top-menu {
    display: none;
  }
}

.p-footer__top-item a {
  font-size: 1rem;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 1279px) {
  .p-footer__top-item a {
    white-space: nowrap;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__top-left {
    display: flex;
    flex-direction: column;
  }
}

.p-footer__top-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-footer__bottom {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    flex-direction: column;
    align-items: center;
  }
}

.p-footer__bottom-menu {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  gap: 1.25rem;
}

.p-footer__bottom-menu-item {
  font-size: 0.875rem;
  text-decoration: none;
  color: #fff;
  padding-right: 1.25rem;
  border-right: 0.0625rem solid #fff;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom-menu-item {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__bottom-left {
    margin-bottom: 0.75rem;
  }
}

.p-footer__bottom-menu-item:last-child {
  padding-right: 0;
  border-right: none;
}

.p-footer__bottom-menu-item a {
  text-decoration: none;
  color: #fff;
}

.p-footer__bottom-right small {
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom-right small {
    font-size: 0.75rem;
  }
}

.l-section.p-cta {
  position: fixed;
  right: 0;
  bottom: 1.25rem;
  text-align: right;
  z-index: 10;
  right: 6%;
}
@media screen and (max-width: 767px) {
  .l-section.p-cta {
    right: 6%;
    bottom: 2.5rem;
  }
}

.p-cta__figure {
  width: 16.875rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-cta__figure {
    width: 8.75rem;
    height: auto;
  }
}

.p-cta__figure img {
  width: 16.875rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-cta__figure img {
    width: 8.75rem;
    height: auto;
  }
}

.p-cta__link {
  display: block;
  width: 16.875rem;
  height: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-cta__link {
    width: 8.75rem;
    height: auto;
  }
}

.u-pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc-only {
    display: block;
  }
}

.u-sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-only {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */