@charset "UTF-8";
/*=================================================================================

　変数定義

=================================================================================*/
/*—————————————————————————————————————————————————————
　横幅／高さ／余白設定
—————————————————————————————————————————————————————*/
:root {
  /* 横幅【PC幅のみ】 */
  --width-contents_max_s: 1000px;
  --width-contents_max_m: 1200px;
  --width-contents_max_l: 1260px;
  --width-modal_max: 900px;
  /* 高さ【ヘッダのみ】 */
  --height-header: 90px;
  --height-header_l: 85px;
}

/*—————————————————————————————————————————————————————
　カラー設定
—————————————————————————————————————————————————————*/
:root {
  --color-key:	#2D9166;
  --color-key_l:	#8D8D8D;
  --color-body_bg:	#FFF;
  --color-head_bg:	#000;
  --color-foot_bg:	#171717;
  --color-head_bg_l:	#303030;
  /* テキスト */
  --color-txt:	#141414;
  --color-txt_sub:	#333333;
  --color-txt_l:	#6B6B6B;
  /* リンク */
  --color-link:	#2D9166;
  /* 画像のMIX */
  --color-img_mix:	#91C2EA;
  /* 罫線 */
  --color-border:	#2D9166;
  --color-border_l:	#C7C7C7;
  /* フォームカラー */
  --color-form-txt:	#141414;
  --color-form-border:	#e2e2e2;
  --color-form-placeholder:	#848484;
  /* ボタンやアラートなどエレメントカラー */
  --color-default:	#FFFFFF;
  --color-primary:	#2D9166;
  --color-disable:	#888888;
  /* テーブル */
  --color-table_border:	#1D71C6;
  --color-table_border_tr:	#CCCCCC;
  --color-table_thead_bg:	#1D71C6;
  --color-table_txt:	#333333;
  /* オーバーレイ（モーダルやドロワーの背景） */
  --color-overlay-bg:	rgba(0, 0, 0, 0.8);
  --color-overlay-bg_l:	rgba(0, 0, 0, 0.4);
  /* モーダルウィンドウのコンテンツ背景 */
  --color-modal-bg:	#FFFFFF;
  /* その他ベーシックな色 */
  --color_black:	#000000;
  --color_white:	#FFFFFF;
  --color_darkgray:	#333333;
  --color_gray:	#969696;
  --color_red:	#EB2D2D;
  --color_blue:	#0059ff;
  /* グラデーション */
  --color-main-visual:	linear-gradient(135deg, #8AC7F0 0%, #3A9BDD 38%, #0062B0 100%);
  --color-gradation-header:	linear-gradient(90deg, #1785D0 0%, #1786D0 9%, #1786D0 20%, #1889D0 31%, #198DCF 41%, #1B99CB 51%, #1EA3C9 61%, #21B5C4 72%, #23BEC2 83%, #24C1C1 92%, #24C1C1 100%);
  --color-gradation-btn:	linear-gradient(136deg, #388FD5 0%, #0062B0 47%, #002E80 100%);
  --color-gradation-btn_l:	linear-gradient(136deg, #38BFF7 0%, #1D98DC 47%, #087BCA 100%);
  --color-gradation-btn_s:	linear-gradient(146deg, #91C2EA 0%, #4189D3 47%, #0062B0 100%);
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

:root {
  --txt-color: ;
  --main-color: ;
  --sub-color: ;
  --main--bg: ;
  --white: ;
}

address {
  font-style: normal;
}

body {
  overflow-x: hidden;
  color: var(--color-txt);
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-family: "Noto Sans Jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 600px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
main.lower-page {
  margin-top: var(--height-header) !important;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (hover: hover) {
  a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
}
a:focus:not(:focus-visible) {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: none;
}

code,
kbd,
pre,
samp {
  font-size: inherit;
  font-family: monospace, sans-serif;
}

ul,
ol {
  list-style: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

th,
td {
  padding: 0.25rem 0.375rem;
  vertical-align: top;
  text-align: left;
}

blockquote,
q {
  quotes: none;
}

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

form {
  margin: 0;
  padding: 0;
}

form button {
  display: inline-block;
  margin: 0;
  padding: 0.6em 2em;
  width: auto;
  border: none;
  border-radius: 0;
  background-color: var(--color-key);
  background-image: none;
  -webkit-box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  color: var(--color_white);
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
}

form button:focus:not(:focus-visible) {
  outline: none;
}

form button:hover {
  opacity: 0.6;
  outline: none;
}

form button ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input,
textarea {
  padding: 0.40625rem 1rem;
  width: 100%;
  background-image: none;
  font-size: 1em;
  font-family: inherit;
  border: 0.0625rem solid #737572;
  background: #FFF;
  -webkit-appearance: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: var(--color-form-placeholder);
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--color-form-placeholder);
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: var(--color-form-placeholder);
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: var(--color-form-placeholder);
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}
input::placeholder,
textarea::placeholder {
  color: var(--color-form-placeholder);
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}
@media screen and (max-width: 600px) {
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 0.875rem;
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 0.875rem;
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 0.875rem;
  }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: 0.875rem;
  }
  input::placeholder,
  textarea::placeholder {
    font-size: 0.875rem;
  }
}

textarea:hover,
textarea:focus {
  outline: none;
}

textarea:focus {
  outline: none;
  border-color: var(--color-form-border);
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input::-webkit-input-placeholder {
  color: var(--color-form-placeholder);
}

input::-moz-placeholder {
  color: var(--color-form-placeholder);
}

input::-ms-input-placeholder {
  color: var(--color-form-placeholder);
}

input:-ms-input-placeholder {
  color: var(--color-form-placeholder);
}

input::placeholder {
  color: var(--color-form-placeholder);
}

input:focus {
  outline: none;
  border-color: var(--color-form-border);
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=submit],
input[type=button] {
  display: inline-block;
  margin: 0;
  padding: 0.6em 2em;
  width: auto;
  border: none;
  border-radius: 0;
  background-color: var(--color-key);
  background-image: none;
  -webkit-box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  color: var(--color_white);
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
}

input[type=submit]:hover,
input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus {
  outline: none;
}

input[type=submit]:hover,
input[type=button]:hover {
  opacity: 0.6;
}

input[type=submit] ::-moz-focus-inner,
input[type=button] ::-moz-focus-inner {
  padding: 0;
  border: none;
}

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

input[type=radio] + span {
  position: relative;
  display: inline-block;
  margin: 0 1rem 0 0;
  padding: 0 0 0 30px;
  cursor: pointer;
}

input[type=radio] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  border: 0.0625rem solid #737572;
  border-radius: 50%;
  background: var(--color_white);
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input[type=radio] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

input[type=radio]:checked + span::after {
  position: absolute;
  top: 50%;
  left: 0.3125rem;
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #FF9000;
  content: "";
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  margin: 0 1rem 0 0;
  padding: 0 0 0 1.875rem;
  cursor: pointer;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

input[type=checkbox] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid var(--color-txt);
  border-radius: 0.125rem;
  background: var(--color_white);
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input[type=checkbox] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

input[type=checkbox]:checked + span::after {
  position: absolute;
  top: 50%;
  left: 0.125rem;
  display: block;
  margin-top: -0.2em;
  width: 0.8125rem;
  height: 0.5rem;
  border-bottom: 0.125rem solid #141414;
  border-left: 0.125rem solid #141414;
  content: "";
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

select {
  padding: 0.625rem 2.4375rem 0.625rem 0.75rem;
  border: 1px solid var(--color-form-border);
  border-radius: 0.125rem;
  background-image: url(../img/common/icon_select_arrow.svg);
  background-position: right 0.6875rem top 55%;
  background-size: 0.8125rem;
  background-repeat: no-repeat;
  background-color: var(--color_white);
  color: var(--color-txt);
  font-family: inherit;
  cursor: pointer;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select:focus {
  outline: none;
  border-color: var(--color-form-border);
  -webkit-box-shadow: none;
          box-shadow: none;
}

option {
  color: var(--color-txt);
}

.grecaptcha-badge {
  display: none;
}

input[type=date]::-webkit-date-and-time-value {
  text-align: left;
  color: var(--color-txt);
}

@font-face {
  font-family: "Noto Sans Jp";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Jp";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Jp";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Jp";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Oswald-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Oswald-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Oswald-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Hanuman";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Hanuman-Bold.ttf") format("truetype");
}
.p-editorContents {
  margin-top: 5rem;
}
@media screen and (max-width: 600px) {
  .p-editorContents {
    margin-top: 2.5rem;
  }
}
.p-editorContents h2.wp-block-heading {
  font-size: 1.5rem;
  font-weight: 700;
}
.p-editorContents h3.wp-block-heading {
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
}
.p-editorContents * + * {
  margin-top: 16px;
}
.p-editorContents * + h2.wp-block-heading {
  margin-top: 96px;
}
.p-editorContents * + h3.wp-block-heading {
  margin-top: 56px;
}
.p-editorContents * + p {
  margin-top: 16px;
}
.p-editorContents * + .wp-block-image {
  margin-top: 32px;
}
.p-editorContents ul,
.p-editorContents ol {
  padding-left: 32px;
}
.p-editorContents * + ul,
.p-editorContents * + ol {
  margin-top: 32px;
}
.p-editorContents ul {
  list-style: disc;
}
.p-editorContents ol {
  list-style: trad-chinese-informal;
}
.p-editorContents li {
  position: relative;
}
.p-editorContents * + li {
  margin-top: 16px;
}
.p-editorContents * + .wp-block-table {
  margin-top: 16px;
}
.p-editorContents figcaption {
  font-size: 0.75rem;
  color: #787878;
  margin-top: 16px;
}
.p-editorContents .wp-block-table table th {
  border: unset;
  padding: 24px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 21%;
}
.p-editorContents .wp-block-table table td {
  border: unset;
  padding: 24px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 79%;
}

.attachment-post-thumbnail {
  width: 100%;
  aspect-ratio: 332/187;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

.wp-block-gallery {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
}
@media screen and (max-width: 600px) {
  .wp-block-gallery {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.wp-block-gallery {
  width: 100% !important;
}
.wp-block-gallery .wp-block-image {
  aspect-ratio: 1/1;
  width: 100% !important;
}

.l-inner {
  margin: 0 auto;
  width: 90%;
  max-width: var(--width-contents_max_m);
}
@media screen and (max-width: 600px) {
  .l-inner {
    width: 100%;
    padding: 0 1rem;
  }
}
.l-inner--1100 {
  max-width: 68.75rem;
}
.l-inner--l {
  max-width: var(--width-contents_max_l);
}
.l-inner--xl {
  max-width: var(--width-contents_max_xl);
}

.p-404 {
  padding-top: clamp(3.75rem, 3.2949029126rem + 1.9417475728vw, 5.625rem);
}

.l-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-outer__side {
  width: 20%;
  max-width: var(--width-side-contents_max);
  border-right: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .l-outer__side {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    border: none;
    position: sticky;
    top: var(--height-header);
    background-color: var(--color_white);
    z-index: 10;
  }
}
@media screen and (max-width: 600px) {
  .l-outer__side {
    top: var(--height-header_l);
  }
}
.l-outer__main {
  width: 80%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .l-outer__main {
    width: 100%;
  }
}

.l-outer__side-list {
  padding: clamp(1rem, 0.1808252427rem + 3.4951456311vw, 4.375rem) clamp(1rem, 0.6359223301rem + 1.5533980583vw, 2.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, 0.6359223301rem + 1.5533980583vw, 2.5rem);
  position: sticky;
  top: var(--height-header);
}
@media screen and (max-width: 768px) {
  .l-outer__side-list {
    padding: 0.75rem 0.375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: static;
    gap: 0.375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-outer__side-list li {
    white-space: nowrap;
    background-color: #F5F5F5;
    border-radius: 6.25rem;
    padding: 0.75rem 1.25rem;
  }
}

.l-outer__side-link {
  font-size: clamp(0.75rem, 0.6589805825rem + 0.3883495146vw, 1.125rem);
  line-height: 1.4444444444;
  letter-spacing: 0;
  display: block;
  position: relative;
  color: var(--color-txt_sub);
}
.l-outer__side-link.is_active {
  color: var(--color-txt);
  font-weight: bold;
}

.l-section {
  position: relative;
  padding: clamp(3rem, 2.6662621359rem + 1.4239482201vw, 4.375rem) 0;
}
.l-section--top {
  padding-top: 0;
}
.l-section--pt2x {
  padding: clamp(3rem, 1.604368932rem + 5.9546925566vw, 8.75rem) 0;
}
@media screen and (max-width: 768px) {
  .l-section--pt2x {
    padding: clamp(2.25rem, 1.734223301rem + 2.2006472492vw, 4.375rem) 0;
  }
}
.l-section--notice {
  visibility: hidden;
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 1280px) {
  .l-section--notice {
    padding: clamp(2.25rem, 1.5825242718rem + 2.8478964401vw, 5rem) 0;
  }
}
@media screen and (max-width: 600px) {
  .l-section--notice {
    padding-top: 0px;
    margin-top: -3.75rem;
  }
}
.l-section--bg__bl {
  background-color: var(--color-body_bg);
}
.l-section--subscription {
  padding: 0;
}
.l-section--my {
  padding: 0;
  margin: clamp(2.5rem, 0.6796116505rem + 7.7669902913vw, 10rem) 0;
}
.l-section--what {
  padding: clamp(2.5rem, 1.2105582524rem + 5.501618123vw, 7.8125rem) 0 0;
}
.l-section--1000 {
  max-width: 62.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .l-section--1000 {
    max-width: 90%;
  }
}
.l-section--1100 {
  max-width: 68.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .l-section--1100 {
    max-width: 90%;
  }
}
.l-section--1250 {
  max-width: 78.125rem;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .l-section--1250 {
    max-width: 90%;
  }
}

body:has(#wpadminbar) .l-header {
  top: 2rem;
}

.l-header {
  width: 100%;
  height: var(--height-header);
  position: fixed;
  top: 0;
  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;
  z-index: 20;
  padding: 1.375rem clamp(1.375rem, 0.1917475728rem + 5.0485436893vw, 6.25rem);
  gap: 1rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9999;
}
@media screen and (max-width: 600px) {
  .l-header {
    height: var(--height-header_l);
    padding: 0.8125rem 1rem 0.9375rem 1rem;
  }
}
.l-header.color {
  background-color: #fff;
}

.l-header__logo img {
  max-width: clamp(11.25rem, 10.8252427184rem + 1.8122977346vw, 13rem);
}
@media screen and (max-width: 600px) {
  .l-header__logo img {
    max-width: 11.625rem;
  }
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.9375rem, 0.6492718447rem + 1.2297734628vw, 2.125rem);
}
@media screen and (max-width: 1700px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__nav--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.l-header__nav--item {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  height: 100%;
  padding-left: clamp(0.3125rem, -0.0060679612rem + 1.359223301vw, 1.625rem);
  padding-right: clamp(0.3125rem, -0.0060679612rem + 1.359223301vw, 1.625rem);
  border-right: 0.0625rem solid #000;
}
.l-header__nav--item:first-child {
  padding-left: 0;
}
.l-header__nav--item:last-child {
  padding-right: 0;
  border-right: none;
}

.l-header__nav--item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: clamp(0.875rem, 0.8598300971rem + 0.0647249191vw, 0.9375rem);
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  white-space: nowrap;
  cursor: default;
}
.l-header__nav--item__link.is_link {
  cursor: pointer;
}
.l-header__nav--item__link.is_link::after {
  content: none;
}

.l-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.l-header__right .c-btn {
  width: 13.75rem;
  aspect-ratio: 220/46;
  color: #fff;
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  line-height: 1.4285714286;
  letter-spacing: 0;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
  background: #000;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: clamp(0.875rem, 0.8598300971rem + 0.0647249191vw, 0.9375rem);
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  /* 200% */
  letter-spacing: 0.1em;
}
.l-header__right .c-btn::after {
  content: none;
}
@media screen and (max-width: 1700px) {
  .l-header__right {
    display: none;
  }
}

.l-header__nav-lower--text {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6666666667;
  /* 166.667% */
  letter-spacing: 0.05em;
}

.l-header__spRight {
  margin-top: 1rem;
  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;
  gap: 1.5rem;
}
.l-header__spRight .c-btn {
  color: var(--color_white);
  border-radius: 0.25rem;
  background: #000;
  aspect-ratio: 220/46;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* 200% */
  letter-spacing: 0.1em;
  max-width: 13.75rem;
}
.l-header__spRight .l-header__right-lang {
  margin-top: 1.25rem;
}
@media screen and (max-width: 1700px) {
  .l-header__spRight {
    width: 100%;
  }
}

.l-header__nav-lower--tell {
  margin-top: 1.25rem;
}
.l-header__nav-lower--tell .l-header__nav-lower--tell--link {
  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;
  gap: 0.625rem;
}
.l-header__nav-lower--tell .l-header__nav-lower--tell--link .l-header__nav-lower--tell--link--number {
  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: 1rem;
}
.l-header__nav-lower--tell .l-header__nav-lower--tell--link .l-header__nav-lower--tell--link--number .l-header__nav-lower--tell--link--number--text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 125% */
  letter-spacing: 0.05em;
}
.l-header__nav-lower--tell .l-header__nav-lower--tell--link .l-header__nav-lower--open-close {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}

.l-header__navSp {
  position: fixed;
  top: var(--height-header);
  right: -100%;
  width: 100%;
  overflow-y: scroll;
  background-color: rgba(51, 51, 51, 0.5333333333);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
}
@media screen and (max-width: 1700px) {
  .is_open .l-header__navSp {
    right: 0;
    opacity: 1;
  }
}
@media screen and (max-width: 600px) {
  .l-header__navSp {
    top: var(--height-header_l);
    height: 100%;
  }
}

.l-header__navSp__inner {
  width: 100%;
  max-width: 30rem;
  margin-left: auto;
  padding: 0 0 1.625rem;
  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;
  background-color: #fff;
  position: relative;
  right: -30rem;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  height: 100%;
}
@media screen and (max-width: 1700px) {
  .is_open .l-header__navSp__inner {
    right: 0;
  }
  .l-header__navSp__inner .l-header__nav-upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.9375rem;
    height: auto;
    background-color: #6AB763;
    padding: 1.5rem 1rem;
    width: 100%;
  }
  .l-header__navSp__inner .l-header__nav-lower {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .l-header__navSp__inner .l-header__nav-lower {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}

.l-header__navSp--list {
  width: 100%;
  margin: 0 auto;
}

.l-header__navSp--item {
  position: relative;
  border-bottom: 1px solid #C7C7C7;
  color: #000;
  margin-left: 1.0625rem;
  margin-right: 1.0625rem;
}

.l-header__navSp--item__link {
  padding: 1rem 0;
  display: block;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 1;
  letter-spacing: 0.1em;
  font-style: normal;
  color: #000;
  font-family: "Noto Sans JP";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__navSp--item__link::after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background-size: contain;
}

@media screen and (max-width: 1280px) {
  body.is_fixed {
    overflow: hidden;
  }
}
.l-header__navSp--itemChild .l-header__navSp--item__link {
  position: relative;
  padding-left: 1.5em;
}
.l-header__navSp--itemChild .l-header__navSp--item__link::before {
  position: absolute;
  content: "";
  background-color: var(--color-key);
  height: 1px;
  width: 0.5rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.l-header__navSp--itemChild:not(:last-child) {
  border-bottom: 1px solid #333;
}

.l-header__navSp--item__inner {
  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;
}

.l-header__navSp--item__accordion {
  display: block;
  position: relative;
  width: 1rem;
  aspect-ratio: 1/1;
}
.l-header__navSp--item__accordion::before, .l-header__navSp--item__accordion::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1rem;
  height: 0.0625rem;
  background-color: var(--color-key_l);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: left center 0;
          transform-origin: left center 0;
}
.l-header__navSp--item__accordion::after {
  -webkit-transform: rotate(90deg) translate(-50%, -50%);
          transform: rotate(90deg) translate(-50%, -50%);
}
.l-header__navSp--item.is_active .l-header__navSp--item__accordion::after {
  -webkit-transform: rotate(0deg) translate(-50%, -50%);
          transform: rotate(0deg) translate(-50%, -50%);
}

.l-header__navSp--list__child {
  padding-bottom: 0.875rem;
}

.l-header__navSp--item__child:nth-child(n+2) {
  margin-top: 0.5rem;
}

.l-header__navSp--item__child--link {
  font-size: clamp(0.8125rem, 0.7821601942rem + 0.1294498382vw, 0.9375rem);
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP";
  color: var(--color-txt) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__navSp--item__child--link::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.125rem;
  margin-right: 0.5rem;
}

.l-footer {
  background-color: #fff;
  padding: 4.375rem 0 0;
  color: #000;
}
.l-footer .l-inner {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 59.6875rem;
}

.l-footer__floating {
  position: absolute;
  bottom: 4rem;
  right: 0;
  z-index: 10;
  width: clamp(2rem, 1.7572815534rem + 1.0355987055vw, 3rem);
  height: clamp(2rem, 1.7572815534rem + 1.0355987055vw, 3rem);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-footer__floating:hover {
  opacity: 0.7;
}
@media screen and (max-width: 480px) {
  .l-footer__floating {
    bottom: unset;
    top: 0;
    right: 2rem;
  }
}

.l-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .l-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.75rem;
  }
}
@media screen and (max-width: 600px) {
  .l-footer__top {
    gap: 1.875rem;
  }
}

.l-footer__top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 600px) {
  .l-footer__top-left img {
    width: 10.625rem;
  }
}

.l-footer__logo a {
  display: inline-block;
}

.l-footer__top-title {
  margin-top: 1rem;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  letter-spacing: 0;
  color: var(--color_white);
}
.l-footer__top-title span {
  margin-left: 0.625rem;
  letter-spacing: 0.6em;
}

.l-footer__top-text {
  margin-top: 0.5rem;
  font-size: 0.6875rem;
  line-height: 1.6363636364;
  letter-spacing: 0;
}

.l-footer__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(1.25rem, 1.0983009709rem + 0.6472491909vw, 1.875rem) 0;
}
@media screen and (max-width: 600px) {
  .l-footer__top-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-footer__top-item {
  padding: 0 clamp(0.625rem, 0.4884708738rem + 0.5825242718vw, 1.1875rem);
  border-right: 0.0625rem solid #000;
}
@media screen and (max-width: 600px) {
  .l-footer__top-item {
    padding: 0;
    text-align: center;
    border: none;
  }
}
.l-footer__top-item:first-child {
  padding-left: 0;
}
.l-footer__top-item:last-child {
  padding-right: 0;
  border-right: none;
}
.l-footer__top-item a {
  white-space: nowrap;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
}

.l-footer__bottom {
  margin-top: clamp(1.1875rem, 1.1875rem + 0vw, 1.1875rem);
  text-align: center;
  background: #FFBF1C;
  padding: clamp(1.25rem, 1.1741504854rem + 0.3236245955vw, 1.5625rem) clamp(1.25rem, 1.1741504854rem + 0.3236245955vw, 1.5625rem);
}

.l-footer__bottom-copyright {
  font-size: 0.625rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 480px) {
  .l-footer__bottom-copyright {
    text-align: center;
    width: 100%;
  }
}

.l-footer__bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.l-footer__bottom-link {
  font-size: 0.75rem;
  line-height: 1.4166666667;
  letter-spacing: 0;
  color: var(--color_white);
}

.l-footer__bottom-link-x {
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../img/common/icon_sns-x.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.l-footer__contact--link-box {
  margin-top: clamp(1.5625rem, 1.4411407767rem + 0.5177993528vw, 2.0625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .l-footer__contact--link-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__contact--link-box .l-footer__contact--link {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: clamp(0.875rem, 0.8598300971rem + 0.0647249191vw, 0.9375rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* 200% */
  letter-spacing: 0.1em;
  border-radius: 0.25rem;
  background: #000;
  padding: clamp(0.875rem, 0.8598300971rem + 0.0647249191vw, 0.9375rem) clamp(0.9375rem, 0.8616504854rem + 0.3236245955vw, 1.25rem);
}

.l-footer__top--link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: clamp(1.375rem, 1.0412621359rem + 1.4239482201vw, 2.75rem);
}
@media screen and (max-width: 768px) {
  .l-footer__top--link-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-contact {
  background: #FFF8E8;
  padding: clamp(1.875rem, 1.4502427184rem + 1.8122977346vw, 3.625rem) 0 clamp(2.5rem, 1.8780339806rem + 2.6537216828vw, 5.0625rem);
}

.c-contact__inner {
  max-width: 90%;
  margin: 0 auto;
}

.c-contact__text {
  margin-top: clamp(1.5625rem, 1.3349514563rem + 0.9708737864vw, 2.5rem);
  margin-bottom: clamp(1.5625rem, 1.3349514563rem + 0.9708737864vw, 2.5rem);
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  /* 187.5% */
  letter-spacing: 0.05em;
}
.c-contact__text .sp-only {
  display: none;
}
@media screen and (max-width: 600px) {
  .c-contact__text .sp-only {
    display: inline;
  }
}

.c-contact__link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(1.5625rem, 1.3652912621rem + 0.8414239482vw, 2.375rem);
}
@media screen and (max-width: 600px) {
  .c-contact__link-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;
  }
}

.c-contact__link-box--contact {
  border-radius: 0.625rem;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.9375rem, 0.8616504854rem + 0.3236245955vw, 1.25rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(16.25rem, 15.7645631068rem + 2.071197411vw, 18.25rem);
  height: clamp(5.625rem, 5.3822815534rem + 1.0355987055vw, 6.625rem);
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: clamp(0.875rem, 0.8598300971rem + 0.0647249191vw, 0.9375rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 200% */
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-contact__link-box--contact img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(0rem);
          transform: translateX(0rem);
}
.c-contact__link-box--contact:hover img {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}

.c-contact__link-box--tel {
  border-radius: 0.625rem;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.3125rem, 0.2366504854rem + 0.3236245955vw, 0.625rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(16.25rem, 15.7645631068rem + 2.071197411vw, 18.25rem);
  height: clamp(5.625rem, 5.3822815534rem + 1.0355987055vw, 6.625rem);
}
.c-contact__link-box--tel .c-contact__link-box--tel--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-contact__link-box--tel .c-contact__link-box--tel--top .c-contact__link-box--tel--top--title {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: clamp(1.125rem, 1.0339805825rem + 0.3883495146vw, 1.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  /* 125% */
  letter-spacing: 0.05em;
}
.c-contact__link-box--tel .c-contact__link-box--tel--under {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.5;
  /* 250% */
  letter-spacing: 0.1em;
}

.p-contact__thanks-link-box {
  border-radius: 0.625rem;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.9375rem, 0.8616504854rem + 0.3236245955vw, 1.25rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(15rem, 14.0898058252rem + 3.8834951456vw, 18.75rem);
  height: clamp(3.75rem, 3.4466019417rem + 1.2944983819vw, 5rem);
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: clamp(0.875rem, 0.8598300971rem + 0.0647249191vw, 0.9375rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 200% */
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
  margin-top: clamp(2.5rem, 2.1966019417rem + 1.2944983819vw, 3.75rem);
}
.p-contact__thanks-link-box img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(0rem);
          transform: translateX(0rem);
}
.p-contact__thanks-link-box:hover img {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}

.c-banner {
  padding: clamp(3.75rem, 3.4314320388rem + 1.359223301vw, 5.0625rem) 0;
  max-width: 90%;
  margin: 0 auto;
}
.c-banner .c-banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-plan {
  padding-top: clamp(3.75rem, 3.3707524272rem + 1.6181229773vw, 5.3125rem);
  padding-bottom: clamp(3.75rem, 3.4617718447rem + 1.2297734628vw, 4.9375rem);
  background-color: #FF9000;
}

.c-plan__title {
  margin-top: clamp(2rem, 1.5145631068rem + 2.071197411vw, 4rem);
  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;
  gap: clamp(0.625rem, 0.4277912621rem + 0.8414239482vw, 1.4375rem);
}
.c-plan__title--text {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1.125rem, 0.942961165rem + 0.7766990291vw, 1.875rem);
  font-style: normal;
  font-weight: 700;
  line-height: 2em;
  /* 100% */
  letter-spacing: 0.05em;
}
.c-plan__title--text span {
  position: relative;
}
.c-plan__title--text span::after {
  position: absolute;
  content: "";
  top: calc(0rem - clamp(0.625rem, 0.5946601942rem + 0.1294498382vw, 0.75rem));
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #FFF;
  border-radius: 50%;
  width: 0.3125rem;
  height: 0.3125rem;
}
.c-plan__title--text .sp-only {
  display: none;
}
@media screen and (max-width: 600px) {
  .c-plan__title--text .sp-only {
    display: inline;
  }
}
.c-plan__title--title {
  text-align: center;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(1.5rem, 1.4089805825rem + 0.3883495146vw, 1.875rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 100% */
  letter-spacing: 0.1em;
  border-radius: 0.25rem;
  background: #FFF8E8;
  padding: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem) clamp(0.75rem, 0.4769417476rem + 1.1650485437vw, 1.875rem) clamp(0.75rem, 0.6893203883rem + 0.2588996764vw, 1rem) clamp(0.75rem, 0.3707524272rem + 1.6181229773vw, 2.3125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: clamp(0.375rem, 0.3598300971rem + 0.0647249191vw, 0.4375rem);
}
@media screen and (max-width: 768px) {
  .c-plan__title--title {
    line-height: 1.5em;
    -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;
  }
}
.c-plan__title--title .c-plan__title--title-box--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-plan__title--title .c-plan__title--title-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: clamp(0.5rem, 0.3634708738rem + 0.5825242718vw, 1.0625rem);
  gap: clamp(0.25rem, 0.1893203883rem + 0.2588996764vw, 0.5rem);
  white-space: nowrap;
}
.c-plan__title--title .c-plan__title--title-box img {
  margin-top: 0.1875rem;
  height: clamp(1.625rem, 1.2609223301rem + 1.5533980583vw, 3.125rem);
  width: auto;
  max-width: none;
}
.c-plan__title--title span {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(1.625rem, 1.2609223301rem + 1.5533980583vw, 3.125rem);
  font-style: normal;
  font-weight: 700;
  /* 60% */
  letter-spacing: 0.1em;
}
.c-plan__title--title span .c-plan__title--title-mini {
  font-size: clamp(1.5rem, 1.4089805825rem + 0.3883495146vw, 1.875rem);
}
.c-plan__title--title .sp-only {
  display: none;
}
@media screen and (max-width: 600px) {
  .c-plan__title--title .sp-only {
    display: inline;
  }
}

.c-plan__text {
  margin-top: clamp(0.625rem, 0.5643203883rem + 0.2588996764vw, 0.875rem);
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  /* 214.286% */
  letter-spacing: 0.05em;
}
.c-plan__text .sp-only {
  display: none;
}
@media screen and (max-width: 600px) {
  .c-plan__text .sp-only {
    display: inline;
  }
}

.c-plan__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.875rem, 1.3895631068rem + 2.071197411vw, 3.875rem);
  margin-top: clamp(1.5rem, 1.2269417476rem + 1.1650485437vw, 2.625rem);
}
@media screen and (max-width: 991px) {
  .c-plan__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .c-plan__list {
    grid-template-columns: 1fr;
  }
}
.c-plan__list .c-plan__list--item {
  border-radius: 1rem;
  border: 0.0625rem solid #000;
  background: #FFF;
  padding: clamp(1.875rem, 1.7233009709rem + 0.6472491909vw, 2.5rem) clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  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;
}
.c-plan__list .c-plan__list--item--title {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1.125rem, 1.0946601942rem + 0.1294498382vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  /* 240% */
  letter-spacing: 0.05em;
  margin-top: clamp(1.5625rem, 1.395631068rem + 0.71197411vw, 2.25rem);
}
.c-plan__list .c-plan__list--item--price {
  color: #FF9000;
  text-align: center;
  font-family: "Hanuman";
  font-size: clamp(1.5rem, 1.2876213592rem + 0.9061488673vw, 2.375rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 126.316% */
  letter-spacing: 0.05em;
  margin-top: clamp(1.25rem, 1.2044902913rem + 0.1941747573vw, 1.4375rem);
}
.c-plan__list .c-plan__list--item--page {
  border-radius: 0.875rem;
  background: #000;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  /* 300% */
  letter-spacing: 0.05em;
  margin-top: clamp(0.625rem, 0.5491504854rem + 0.3236245955vw, 0.9375rem);
  padding: clamp(0.3125rem, 0.2821601942rem + 0.1294498382vw, 0.4375rem) clamp(1.25rem, 1.1286407767rem + 0.5177993528vw, 1.75rem);
}
.c-plan__list .c-plan__list--item .c-plan__list--item--under {
  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;
  width: 100%;
  border-top: 0.0625rem solid #000;
  margin-top: clamp(1.25rem, 1.1286407767rem + 0.5177993528vw, 1.75rem);
}
.c-plan__list .c-plan__list--item .c-plan__list--item--under--item {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1rem, 0.9696601942rem + 0.1294498382vw, 1.125rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  /* 266.667% */
  letter-spacing: 0.05em;
  padding: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem) 0;
  border-bottom: 0.0625rem dashed #D2D2D2;
  width: 100%;
}
.c-plan__list .c-plan__list--item .c-plan__list--item--under--item-bottom {
  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;
  gap: clamp(0.625rem, 0.5643203883rem + 0.2588996764vw, 0.875rem);
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  /* 342.857% */
  padding: clamp(0.9375rem, 0.9375rem + 0vw, 0.9375rem) 0 clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  border-bottom: 0.0625rem dashed #D2D2D2;
  width: 100%;
}
.c-plan__list .c-plan__list--item .c-plan__list--item--under--item-bottom--big {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(1rem, 0.9696601942rem + 0.1294498382vw, 1.125rem);
  font-style: normal;
}

.c-flow {
  background: #FFF8E8;
  padding-top: clamp(3.75rem, 3.4162621359rem + 1.4239482201vw, 5.125rem);
  padding-bottom: clamp(3.75rem, 3.0066747573rem + 3.1715210356vw, 6.8125rem);
}

.c-flow__list {
  margin-top: clamp(2.5rem, 2.1055825243rem + 1.6828478964vw, 4.125rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.25rem, 1.2044902913rem + 0.1941747573vw, 1.4375rem);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .c-flow__list {
    grid-template-columns: 1fr;
    gap: clamp(1.875rem, 1.4199029126rem + 1.9417475728vw, 3.75rem);
  }
}
.c-flow__list::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 3.875rem;
  width: 75%;
  height: 0.0625rem;
  background-color: #000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .c-flow__list::after {
    width: 0.0625rem;
    height: 75%;
    top: 50%;
    left: 2.625rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 600px) {
  .c-flow__list::after {
    left: 2rem;
  }
}
.c-flow__list .c-flow__list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(1.25rem, 0.8707524272rem + 1.6181229773vw, 2.8125rem);
}
@media screen and (max-width: 991px) {
  .c-flow__list .c-flow__list--item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c-flow__list .c-flow__list--item .c-flow__list--item--top {
  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;
  gap: clamp(0.3125rem, 0.3125rem + 0vw, 0.3125rem);
}
@media screen and (max-width: 991px) {
  .c-flow__list .c-flow__list--item .c-flow__list--item--top {
    padding-top: 0.125rem;
    background-color: #FFF8E8;
  }
}
.c-flow__list .c-flow__list--item .c-flow__list--item--top .c-flow__list--item--top--text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 342.857% */
  letter-spacing: 0.05em;
}
.c-flow__list .c-flow__list--item .c-flow__list--item--top .c-flow__list--item--top--number {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: clamp(1.125rem, 1.0946601942rem + 0.1294498382vw, 1.25rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  /* 240% */
  letter-spacing: 0.05em;
  width: clamp(5.3125rem, 5.3125rem + 0vw, 5.3125rem);
  height: clamp(5.3125rem, 5.3125rem + 0vw, 5.3125rem);
  background-color: #FF9000;
  border: 0.0625rem solid #000;
  border-radius: 50%;
  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;
}
@media screen and (max-width: 600px) {
  .c-flow__list .c-flow__list--item .c-flow__list--item--top .c-flow__list--item--top--number {
    width: clamp(4.0625rem, 4.0625rem + 0vw, 4.0625rem);
    height: clamp(4.0625rem, 4.0625rem + 0vw, 4.0625rem);
  }
}
.c-flow__list .c-flow__list--item .c-flow__list--item--bottom {
  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;
  padding: 0 clamp(0.625rem, 0.4277912621rem + 0.8414239482vw, 1.4375rem) clamp(0rem, -1.046723301rem + 4.4660194175vw, 4.3125rem);
  gap: clamp(0.9375rem, 0.7099514563rem + 0.9708737864vw, 1.875rem);
}
@media screen and (max-width: 991px) {
  .c-flow__list .c-flow__list--item .c-flow__list--item--bottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
    padding-top: 0.875rem;
  }
}
.c-flow__list .c-flow__list--item .c-flow__list--item--bottom--title {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1.125rem, 1.0946601942rem + 0.1294498382vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 120% */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .c-flow__list .c-flow__list--item .c-flow__list--item--bottom--title {
    text-align: left;
  }
}
.c-flow__list .c-flow__list--item .c-flow__list--item--bottom--text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  /* 162.5% */
  letter-spacing: 0.1em;
}

.c-service {
  padding-top: clamp(3.75rem, 3.5224514563rem + 0.9708737864vw, 4.6875rem);
  padding-bottom: clamp(3.75rem, 3.4314320388rem + 1.359223301vw, 5.0625rem);
}

.c-service__inner .c-section-title__text {
  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;
}
@media screen and (max-width: 600px) {
  .c-service__inner .c-section-title__text {
    gap: 0.625rem;
  }
}

.c-service__text {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  /* 187.5% */
  letter-spacing: 0.05em;
  margin: 0 auto;
  max-width: clamp(31.25rem, 29.1110436893rem + 9.1262135922vw, 40.0625rem);
  margin-top: clamp(1.5625rem, 1.3349514563rem + 0.9708737864vw, 2.5rem);
}

.c-service__list {
  margin-top: clamp(1.875rem, 1.3440533981rem + 2.2653721683vw, 4.0625rem);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(1.25rem, 1.1286407767rem + 0.5177993528vw, 1.75rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1366px) {
  .c-service__list {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .c-service__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .c-service__list {
    grid-template-columns: 1fr;
  }
}
.c-service__list .c-service__list--item {
  border-radius: 0.625rem;
  background: #FFF8E8;
  padding: clamp(0.9375rem, 0.3762135922rem + 2.3948220065vw, 3.25rem) 0;
  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;
}
@media screen and (max-width: 600px) {
  .c-service__list .c-service__list--item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.9375rem;
  }
}
@media screen and (max-width: 1366px) {
  .c-service__list .c-service__list--item:nth-child(1) {
    grid-column: 1/span 2;
  }
  .c-service__list .c-service__list--item:nth-child(2) {
    grid-column: 3/span 2;
  }
  .c-service__list .c-service__list--item:nth-child(3) {
    grid-column: 5/span 2;
  }
  .c-service__list .c-service__list--item {
    /* 下2つ（中央寄せ） */
  }
  .c-service__list .c-service__list--item:nth-child(4) {
    grid-column: 2/span 2;
  }
  .c-service__list .c-service__list--item:nth-child(5) {
    grid-column: 4/span 2;
  }
}
@media screen and (max-width: 768px) {
  .c-service__list .c-service__list--item:nth-child(1) {
    grid-column: auto;
  }
  .c-service__list .c-service__list--item:nth-child(2) {
    grid-column: auto;
  }
  .c-service__list .c-service__list--item:nth-child(3) {
    grid-column: auto;
  }
  .c-service__list .c-service__list--item:nth-child(4) {
    grid-column: auto;
  }
  .c-service__list .c-service__list--item:nth-child(5) {
    grid-column: 1/-1;
    /* 2列分使う */
    justify-self: center;
    /* 中央寄せ */
    width: 50%;
    /* 上と同じ幅にしたい場合 */
  }
}
@media screen and (max-width: 600px) {
  .c-service__list .c-service__list--item:nth-child(5) {
    grid-column: auto;
    width: 100%;
  }
}
.c-service__list .c-service__list--item .c-service__list--title {
  display: block;
  color: #FF9000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  /* 357.143% */
  letter-spacing: 0.05em;
  margin-top: clamp(0.75rem, 0.6893203883rem + 0.2588996764vw, 1rem);
}
.c-service__list .c-service__list--item .c-service__list--text {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1rem, 0.9696601942rem + 0.1294498382vw, 1.125rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  /* 277.778% */
  letter-spacing: 0.05em;
  margin-top: clamp(0.625rem, 0.5643203883rem + 0.2588996764vw, 0.875rem);
}
@media screen and (max-width: 600px) {
  .c-service__list .c-service__list--item .c-service__list--text {
    width: 11.875rem;
  }
}

.c-reason {
  padding-top: clamp(3.75rem, 3.4314320388rem + 1.359223301vw, 5.0625rem);
  padding-bottom: clamp(3.75rem, 3.2949029126rem + 1.9417475728vw, 5.625rem);
  background-image: url(../img/reason/bk.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.c-reason__box {
  margin-top: clamp(2.5rem, 2.0145631068rem + 2.071197411vw, 4.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1.5rem, 1.2117718447rem + 1.2297734628vw, 2.6875rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .c-reason__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.c-reason__box .c-reason__box--left {
  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: clamp(1.25rem, 1.1741504854rem + 0.3236245955vw, 1.5625rem);
}
@media screen and (max-width: 600px) {
  .c-reason__box .c-reason__box--left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-reason__box .c-reason__box--left--sp-only {
  display: none;
}
@media screen and (max-width: 991px) {
  .c-reason__box .c-reason__box--left--sp-only {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .c-reason__box .c-reason__box--left--sp-only {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .c-reason__box .c-reason__box--left picture {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .c-reason__box .c-reason__box--left picture img {
    width: 100%;
  }
}
.c-reason__box .c-reason__box--right {
  margin-top: clamp(1.5625rem, 1.1832524272rem + 1.6181229773vw, 3.125rem);
  width: clamp(17.5rem, 16.0891990291rem + 6.0194174757vw, 23.3125rem);
}
@media screen and (max-width: 991px) {
  .c-reason__box .c-reason__box--right {
    margin-top: 0;
    width: 100%;
  }
}
.c-reason__box .c-reason__box--right .c-reason__box--right--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.25rem, 1.0376213592rem + 0.9061488673vw, 2.125rem);
}
@media screen and (max-width: 991px) {
  .c-reason__box .c-reason__box--right .c-reason__box--right--text {
    text-align: center;
  }
}
.c-reason__box .c-reason__box--right .c-reason__box--right--text .c-reason__box--right--text--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.625rem, 0.5794902913rem + 0.1941747573vw, 0.8125rem);
}
.c-reason__box .c-reason__box--right .c-reason__box--right--text .c-reason__box--right--text--title .c-reason__box--right--text--title--item {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: clamp(1.125rem, 1.0946601942rem + 0.1294498382vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  /* 150% */
  letter-spacing: 0.05em;
}
.c-reason__box .c-reason__box--right .c-reason__box--right--text .c-reason__box--right--text--title .c-reason__box--right--text--title--item:nth-child(2) {
  padding-top: 0.625rem;
}
.c-reason__box .c-reason__box--right .c-reason__box--right--text .c-reason__box--right--text--title .c-reason__box--right--text--title--item--big {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(1.5rem, 1.2876213592rem + 0.9061488673vw, 2.375rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding: 0 clamp(0.9375rem, 0.8313106796rem + 0.4530744337vw, 1.375rem);
  border-radius: 0.25rem;
  border: 0.0625rem solid #000;
  background: #FFF8E8;
  /* 184.211% */
  margin-right: 0.5rem;
}
.c-reason__box .c-reason__box--right .c-reason__box--right--text .c-reason__box--right--text--text {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  /* 187.5% */
  letter-spacing: 0.05em;
}
.c-reason__box .c-reason__box--right .c-reason__box--right--text .c-reason__box--right--text--text .lg-only {
  display: none;
}
@media screen and (max-width: 991px) {
  .c-reason__box .c-reason__box--right .c-reason__box--right--text .c-reason__box--right--text--text .lg-only {
    display: inline;
  }
}
.c-reason__box .c-reason__box--right .c-reason__box--right--text .c-reason__box--right--text--text .sp-only {
  display: none;
}
@media screen and (max-width: 600px) {
  .c-reason__box .c-reason__box--right .c-reason__box--right--text .c-reason__box--right--text--text .sp-only {
    display: inline;
  }
}
.c-reason__box .c-reason__box--right picture {
  margin-top: clamp(2.5rem, 1.5139563107rem + 4.2071197411vw, 6.5625rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .c-reason__box .c-reason__box--right picture {
    display: none;
  }
}

.c-merit {
  padding-top: clamp(3.75rem, 3.4466019417rem + 1.2944983819vw, 5rem);
  padding-bottom: clamp(3.75rem, 3.4466019417rem + 1.2944983819vw, 5rem);
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}

.c-merit__text {
  margin-top: clamp(1.875rem, 1.7233009709rem + 0.6472491909vw, 2.5rem);
  margin-bottom: clamp(2.5rem, 2.0449029126rem + 1.9417475728vw, 4.375rem);
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  /* 187.5% */
  letter-spacing: 0.05em;
}
.c-merit__text .sp-only {
  display: none;
}
@media screen and (max-width: 600px) {
  .c-merit__text .sp-only {
    display: inline;
  }
}

.c-merit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.875rem, 1.5867718447rem + 1.2297734628vw, 3.0625rem);
}
.c-merit__list .c-merit__list--item {
  position: relative;
  border-radius: 0.625rem;
  border: 0.0625rem solid #000;
  background: #FFF;
  padding: clamp(0.9375rem, 0.755461165rem + 0.7766990291vw, 1.6875rem) clamp(1.25rem, 1.0224514563rem + 0.9708737864vw, 2.1875rem);
  width: clamp(50.625rem, 50.625rem + 0vw, 50.625rem);
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .c-merit__list .c-merit__list--item {
    max-width: 100%;
  }
}
.c-merit__list .c-merit__list--item:nth-child(1) {
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .c-merit__list .c-merit__list--item:nth-child(1) {
    margin: 0;
  }
}
.c-merit__list .c-merit__list--item:nth-child(1) .c-merit__list--item--right--title::after {
  left: calc(100% - clamp(6.9375rem, 6.9375rem + 0vw, 6.9375rem));
  bottom: 0;
  background-image: url(../img/merit/webp/title-img-01.webp);
  width: clamp(6.5rem, 6.5rem + 0vw, 6.5rem);
  height: clamp(2.875rem, 2.875rem + 0vw, 2.875rem);
}
.c-merit__list .c-merit__list--item:nth-child(1) picture::after {
  left: calc(100% - clamp(1.25rem, 1.25rem + 0vw, 1.25rem));
  bottom: 50%;
  background-image: url(../img/merit/webp/title-img-01.webp);
  width: clamp(6.5rem, 6.5rem + 0vw, 6.5rem);
  height: clamp(2.875rem, 2.875rem + 0vw, 2.875rem);
}
.c-merit__list .c-merit__list--item:nth-child(2) {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-merit__list .c-merit__list--item:nth-child(2) {
    margin: 0;
  }
}
.c-merit__list .c-merit__list--item:nth-child(2) .c-merit__list--item--right--title::after {
  left: calc(100% - clamp(6.9375rem, 6.9375rem + 0vw, 6.9375rem));
  bottom: 0;
  background-image: url(../img/merit/webp/title-img-02.webp);
  width: clamp(6.5rem, 6.5rem + 0vw, 6.5rem);
  height: clamp(2.9375rem, 2.9375rem + 0vw, 2.9375rem);
}
.c-merit__list .c-merit__list--item:nth-child(2) picture::after {
  left: calc(100% - clamp(1.25rem, 1.25rem + 0vw, 1.25rem));
  bottom: 50%;
  background-image: url(../img/merit/webp/title-img-02.webp);
  width: clamp(6.5rem, 6.5rem + 0vw, 6.5rem);
  height: clamp(2.9375rem, 2.9375rem + 0vw, 2.9375rem);
}
.c-merit__list .c-merit__list--item:nth-child(3) {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .c-merit__list .c-merit__list--item:nth-child(3) {
    margin: 0;
  }
}
.c-merit__list .c-merit__list--item:nth-child(3) .c-merit__list--item--right--title::after {
  left: calc(100% - clamp(6.9375rem, 6.9375rem + 0vw, 6.9375rem));
  bottom: 0;
  background-image: url(../img/merit/webp/title-img-03.webp);
  width: clamp(4.75rem, 4.75rem + 0vw, 4.75rem);
  height: clamp(2.375rem, 2.5266990291rem - 0.6472491909vw, 1.75rem);
}
.c-merit__list .c-merit__list--item:nth-child(3) picture::after {
  left: calc(100% - clamp(1.25rem, 1.25rem + 0vw, 1.25rem));
  bottom: 50%;
  background-image: url(../img/merit/webp/title-img-03.webp);
  width: clamp(4.75rem, 4.75rem + 0vw, 4.75rem);
  height: clamp(2.375rem, 2.5266990291rem - 0.6472491909vw, 1.75rem);
}
.c-merit__list .c-merit__list--item--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .c-merit__list .c-merit__list--item--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-merit__list .c-merit__list--item--inner .c-merit__list--item--number {
  color: #000;
  font-family: "Oswald";
  font-size: clamp(1.5rem, 1.4089805825rem + 0.3883495146vw, 1.875rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* 160% */
  letter-spacing: 0.05em;
  padding-right: clamp(1.25rem, 1.1893203883rem + 0.2588996764vw, 1.5rem);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-merit__list .c-merit__list--item--inner .c-merit__list--item--number {
    padding-right: 0;
    padding-bottom: clamp(0.9375rem, 0.8009708738rem + 0.5825242718vw, 1.5rem);
  }
}
.c-merit__list .c-merit__list--item--inner .c-merit__list--item--right {
  padding-left: clamp(1.25rem, 1.1286407767rem + 0.5177993528vw, 1.75rem);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: clamp(7.5rem, 7.5rem + 0vw, 7.5rem);
  border-left: 0.0625rem solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.3125rem, 0.2518203883rem + 0.2588996764vw, 0.5625rem);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-merit__list .c-merit__list--item--inner .c-merit__list--item--right {
    padding-right: 0;
    padding-left: 0;
    border-left: none;
    border-top: 0.0625rem solid #000;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1.25rem;
    padding-bottom: 0;
    gap: clamp(0.625rem, 0.4733009709rem + 0.6472491909vw, 1.25rem);
  }
}
.c-merit__list .c-merit__list--item--inner .c-merit__list--item--right .c-merit__list--item--right--title {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(1.125rem, 1.0643203883rem + 0.2588996764vw, 1.375rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.3636363636;
  /* 136.364% */
  letter-spacing: 0.05em;
  position: relative;
}
.c-merit__list .c-merit__list--item--inner .c-merit__list--item--right .c-merit__list--item--right--title::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c-merit__list .c-merit__list--item--inner .c-merit__list--item--right .c-merit__list--item--right--title::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-merit__list .c-merit__list--item--inner .c-merit__list--item--right .c-merit__list--item--right--title {
    text-align: center;
  }
}
.c-merit__list .c-merit__list--item--inner .c-merit__list--item--right .c-merit__list--item--right--title .sp-only {
  display: none;
}
@media screen and (max-width: 600px) {
  .c-merit__list .c-merit__list--item--inner .c-merit__list--item--right .c-merit__list--item--right--title .sp-only {
    display: inline;
  }
}
.c-merit__list .c-merit__list--item--inner .c-merit__list--item--right .c-merit__list--item--right--text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  /* 175% */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
  .c-merit__list .c-merit__list--item--inner .c-merit__list--item--right picture {
    width: clamp(6.25rem, 5.3701456311rem + 3.7540453074vw, 9.875rem);
  }
}
.c-merit__list .c-merit__list--item picture {
  position: absolute;
  top: calc(0rem - clamp(0.9375rem, 0.6492718447rem + 1.2297734628vw, 2.125rem));
  right: calc(0rem - clamp(0.625rem, 0.4733009709rem + 0.6472491909vw, 1.25rem));
}
@media screen and (max-width: 768px) {
  .c-merit__list .c-merit__list--item picture {
    position: relative;
    top: auto;
    right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-merit__list .c-merit__list--item picture::after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.c-works {
  padding-top: clamp(3.75rem, 3.2949029126rem + 1.9417475728vw, 5.625rem);
  padding-bottom: clamp(3.75rem, 3.4314320388rem + 1.359223301vw, 5.0625rem);
}

.c-works__text {
  max-width: 90%;
  margin: 0 auto;
  margin-top: clamp(1.875rem, 1.7233009709rem + 0.6472491909vw, 2.5rem);
  margin-bottom: clamp(2.5rem, 2.1966019417rem + 1.2944983819vw, 3.75rem);
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.875;
  /* 187.5% */
  letter-spacing: 0.05em;
}
.c-works__text .md-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-works__text .md-only {
    display: inline;
  }
}
.c-works__text .sp-only {
  display: none;
}
@media screen and (max-width: 600px) {
  .c-works__text .sp-only {
    display: inline;
  }
}

.c-works__item {
  padding-right: clamp(0.3125rem, -0.1122572816rem + 1.8122977346vw, 2.0625rem);
  padding-left: clamp(0.3125rem, -0.1122572816rem + 1.8122977346vw, 2.0625rem);
}

.c-works__thumb {
  border-radius: 1rem;
  border: 0.0625rem solid #000;
  overflow: hidden;
  aspect-ratio: 360/240;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-works__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 360/240;
}

.c-works__category {
  margin-top: clamp(1.25rem, 1.067961165rem + 0.7766990291vw, 2rem);
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
  padding: clamp(0.375rem, 0.375rem + 0vw, 0.375rem) clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  border-radius: 62.4375rem;
  background: #FFF5CD;
  display: inline-block;
  text-align: center;
}

.c-works__client {
  margin-top: clamp(0.9375rem, 0.8919902913rem + 0.1941747573vw, 1.125rem);
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.1428571429;
  /* 214.286% */
  letter-spacing: 0.05em;
}

.c-works__title {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(1.125rem, 1.0946601942rem + 0.1294498382vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  /* 150% */
  letter-spacing: 0.05em;
}

.c-works__content {
  margin-top: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  /* 200% */
  letter-spacing: 0.05em;
}

.c-works__link-box {
  border-radius: 0.625rem;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.9375rem, 0.8616504854rem + 0.3236245955vw, 1.25rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(16.25rem, 14.5813106796rem + 7.1197411003vw, 23.125rem);
  height: clamp(4.375rem, 4.2233009709rem + 0.6472491909vw, 5rem);
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: clamp(0.875rem, 0.8598300971rem + 0.0647249191vw, 0.9375rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 200% */
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto;
  margin-top: clamp(2.5rem, 2.1966019417rem + 1.2944983819vw, 3.75rem);
}
.c-works__link-box img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(0rem);
          transform: translateX(0rem);
}
.c-works__link-box:hover img {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}

.p-works--category-list {
  margin-top: clamp(1.875rem, 1.4502427184rem + 1.8122977346vw, 3.625rem);
  margin-bottom: clamp(1.875rem, 1.7233009709rem + 0.6472491909vw, 2.5rem);
  background-color: #000;
  border-radius: 1.53125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(2rem, 1.5145631068rem + 2.071197411vw, 4rem);
  padding: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .p-works--category-list {
    gap: clamp(0.625rem, -0.1941747573rem + 3.4951456311vw, 4rem);
  }
}
@media screen and (max-width: 600px) {
  .p-works--category-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.9375rem 1.25rem;
    padding: 0.9375rem 1rem;
  }
}
.p-works--category-list .p-works--category-list--item a {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.08;
}

.p-works__post-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.875rem, 1.359223301rem + 2.2006472492vw, 4rem) clamp(1.25rem, 0.036407767rem + 5.1779935275vw, 6.25rem);
}
@media screen and (max-width: 600px) {
  .p-works__post-list {
    grid-template-columns: 1fr;
  }
}

.p-works__thumbnail {
  border-radius: 1rem;
  border: 0.0625rem solid #000;
  overflow: hidden;
}
.p-works__thumbnail .attachment-post-thumbnail {
  aspect-ratio: 450/300;
}

.p-works__category {
  margin-top: clamp(0.75rem, 0.567961165rem + 0.7766990291vw, 1.5rem);
}
.p-works__category span {
  border-radius: 62.4375rem;
  background: #FFF5CD;
  padding: clamp(0.3125rem, 0.2821601942rem + 0.1294498382vw, 0.4375rem) clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  display: inline-block;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05px;
}

.p-works__client {
  margin-top: clamp(0.25rem, 0.1893203883rem + 0.2588996764vw, 0.5rem);
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.1428571429;
  /* 214.286% */
  letter-spacing: 0.05px;
}

.p-works__title {
  margin-top: 0.0625rem;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  /* 150% */
  letter-spacing: 0.05em;
}

.c-introduce {
  background: #FFF8E8;
  padding-top: clamp(3.75rem, 3.2949029126rem + 1.9417475728vw, 5.625rem);
  padding-bottom: clamp(3.75rem, 3.0673543689rem + 2.9126213592vw, 6.5625rem);
}

.c-introduce__text {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.875;
  /* 187.5% */
  letter-spacing: 0.05em;
  margin-top: clamp(1.875rem, 1.7233009709rem + 0.6472491909vw, 2.5rem);
  margin-bottom: clamp(2.5rem, 2.1966019417rem + 1.2944983819vw, 3.75rem);
}
.c-introduce__text .ssm-only {
  display: none;
}
@media screen and (max-width: 480px) {
  .c-introduce__text .ssm-only {
    display: inline;
  }
}

.c-introduce__top-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 0.8859223301rem + 1.5533980583vw, 2.75rem);
}
@media screen and (max-width: 600px) {
  .c-introduce__top-box {
    grid-template-columns: 1fr;
  }
}
.c-introduce__top-box .c-introduce__top-box--item {
  border-radius: 0.625rem;
  border: 0.0625rem solid #000;
  background: #FFF;
  padding: clamp(1.25rem, 1.0072815534rem + 1.0355987055vw, 2.25rem) clamp(1.25rem, 1.0527912621rem + 0.8414239482vw, 2.0625rem) clamp(1.25rem, 1.2196601942rem + 0.1294498382vw, 1.375rem);
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-introduce__top-box .c-introduce__top-box--item .c-introduce__top-box--item--inner {
  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;
}
.c-introduce__top-box .c-introduce__top-box--item .c-introduce__top-box--item--inner .c-introduce__top-box--item--inner--title {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  /* 150% */
  letter-spacing: 0.05em;
}
.c-introduce__top-box .c-introduce__top-box--item .c-introduce__top-box--item--inner .c-introduce__top-box--item--inner--title-en {
  color: #FF9000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  /* 342.857% */
  letter-spacing: 0.05em;
  width: clamp(6.25rem, 6.25rem + 0vw, 6.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 0.0625rem solid #FF9000;
  border-right: 0.0625rem solid #FF9000;
  margin-top: clamp(0.625rem, 0.5946601942rem + 0.1294498382vw, 0.75rem);
}
.c-introduce__top-box .c-introduce__top-box--item .c-introduce__top-box--item--inner picture {
  margin-top: clamp(0.9375rem, 0.8616504854rem + 0.3236245955vw, 1.25rem);
}
.c-introduce__top-box .c-introduce__top-box--item .c-introduce__top-box--item--inner .c-introduce__top-box--item--inner--text {
  margin-top: clamp(0.625rem, 0.5643203883rem + 0.2588996764vw, 0.875rem);
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.875;
  /* 187.5% */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .c-introduce__top-box .c-introduce__top-box--item .c-introduce__top-box--item--inner .c-introduce__top-box--item--inner--text .lg-only {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .c-introduce__top-box .c-introduce__top-box--item .c-introduce__top-box--item--inner .c-introduce__top-box--item--inner--text .lg-only {
    display: inline;
  }
}
.c-introduce__top-box .c-introduce__top-box--item .c-introduce__top-box--item--inner-bottom {
  margin-top: clamp(0.9375rem, 0.9223300971rem + 0.0647249191vw, 1rem);
  border-top: 0.0625rem dashed #A6A6A6;
  width: 100%;
}
.c-introduce__top-box .c-introduce__top-box--item .c-introduce__top-box--item--inner-bottom .c-introduce__top-box--item--inner-bottom--text {
  margin-top: clamp(0.625rem, 0.5643203883rem + 0.2588996764vw, 0.875rem);
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6428571429;
  /* 164.286% */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .c-introduce__top-box .c-introduce__top-box--item .c-introduce__top-box--item--inner-bottom .c-introduce__top-box--item--inner-bottom--text br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .c-introduce__top-box .c-introduce__top-box--item .c-introduce__top-box--item--inner-bottom .c-introduce__top-box--item--inner-bottom--text br {
    display: inline;
  }
}

.c-introduce__bottom-box {
  margin-top: clamp(1.875rem, 1.4199029126rem + 1.9417475728vw, 3.75rem);
  border-radius: 0.625rem;
  border: 0.0625rem solid #000;
  background: #FFF;
  padding: clamp(1.25rem, 1.0376213592rem + 0.9061488673vw, 2.125rem) clamp(1.25rem, 1.0983009709rem + 0.6472491909vw, 1.875rem) clamp(1.25rem, 0.5370145631rem + 3.0420711974vw, 4.1875rem);
}
.c-introduce__bottom-box .c-introduce__bottom-box--title {
  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;
  gap: clamp(0.625rem, 0.5643203883rem + 0.2588996764vw, 0.875rem);
}
.c-introduce__bottom-box .c-introduce__bottom-box--title .c-introduce__bottom-box--title--top {
  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: clamp(0.625rem, 0.5188106796rem + 0.4530744337vw, 1.0625rem);
}
.c-introduce__bottom-box .c-introduce__bottom-box--title .c-introduce__bottom-box--title--top .c-introduce__bottom-box--title--top--text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(1.25rem, 1.2196601942rem + 0.1294498382vw, 1.375rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2.1818181818;
  /* 218.182% */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
  .c-introduce__bottom-box .c-introduce__bottom-box--title .c-introduce__bottom-box--title--top .c-introduce__bottom-box--title--top--text {
    line-height: 1.3636363636;
  }
}
.c-introduce__bottom-box .c-introduce__bottom-box--title .c-introduce__bottom-box--title--top .c-introduce__bottom-box--title--top--text .sp-only {
  display: none;
}
@media screen and (max-width: 600px) {
  .c-introduce__bottom-box .c-introduce__bottom-box--title .c-introduce__bottom-box--title--top .c-introduce__bottom-box--title--top--text .sp-only {
    display: inline;
  }
}
.c-introduce__bottom-box .c-introduce__bottom-box--title .c-introduce__bottom-box--title--bottom {
  border-top: 0.1875rem solid #FF9000;
  border-bottom: 0.1875rem solid #FF9000;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(1.25rem, 1.1589805825rem + 0.3883495146vw, 1.625rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.8461538462;
  /* 184.615% */
  letter-spacing: 0.05em;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  padding-left: 0.3125rem;
}
.c-introduce__bottom-box .c-introduce__bottom-box--title .c-introduce__bottom-box--title--bottom span {
  font-size: clamp(1.5rem, 1.3483009709rem + 0.6472491909vw, 2.125rem);
  font-weight: 900;
}
.c-introduce__bottom-box .c-introduce__bottom-box--title .c-introduce__bottom-box--title--bottom .sp-only {
  display: none;
}
@media screen and (max-width: 600px) {
  .c-introduce__bottom-box .c-introduce__bottom-box--title .c-introduce__bottom-box--title--bottom .sp-only {
    display: inline;
  }
}
.c-introduce__bottom-box .c-introduce__bottom-box--list {
  margin-top: clamp(2.5rem, 2.2724514563rem + 0.9708737864vw, 3.4375rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.625rem, -0.2245145631rem + 3.6245954693vw, 4.125rem) clamp(0.625rem, 0.3064320388rem + 1.359223301vw, 1.9375rem);
}
@media screen and (max-width: 600px) {
  .c-introduce__bottom-box .c-introduce__bottom-box--list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-introduce__bottom-box .c-introduce__bottom-box--list .c-introduce__bottom-box--list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}
@media screen and (max-width: 600px) {
  .c-introduce__bottom-box .c-introduce__bottom-box--list .c-introduce__bottom-box--list--item picture {
    width: 60%;
  }
}
.c-introduce__bottom-box .c-introduce__bottom-box--list .c-introduce__bottom-box--list--item .c-introduce__bottom-box--list--item--title-sp {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  /* 187.5% */
  letter-spacing: 0.05em;
  display: none;
}
@media screen and (max-width: 600px) {
  .c-introduce__bottom-box .c-introduce__bottom-box--list .c-introduce__bottom-box--list--item .c-introduce__bottom-box--list--item--title-sp {
    display: block;
  }
}
.c-introduce__bottom-box .c-introduce__bottom-box--list .c-introduce__bottom-box--list--item .c-introduce__bottom-box--list--item--title {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(0.75rem, 0.7044902913rem + 0.1941747573vw, 0.9375rem);
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  /* 200% */
  letter-spacing: 0.05em;
}

.c-about {
  padding-top: clamp(3.75rem, 3.6589805825rem + 0.3883495146vw, 4.125rem);
  padding-bottom: clamp(3.75rem, 3.4921116505rem + 1.1003236246vw, 4.8125rem);
  overflow: hidden;
}

.c-about__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(1.875rem, 1.7688106796rem + 0.4530744337vw, 2.3125rem);
}
@media screen and (max-width: 768px) {
  .c-about__text {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-about__under-text {
  background-image: url(../img/about/comp/bk.png);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1920/644;
  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;
  height: clamp(31.25rem, 29.0655339806rem + 9.3203883495vw, 40.25rem);
  background-position: bottom 0% left 50%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-about__under-text {
    display: none;
  }
}
.c-about__under-text--text {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 3.125;
  /* 312.5% */
  letter-spacing: 0.05em;
}

.c-about__under-text--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-about__under-text--sp {
    display: block;
  }
}
.c-about__under-text--sp--text {
  margin-top: 2.5rem;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1428571429;
  /* 214.286% */
  letter-spacing: 0.05em;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.c-about__under-text--sp--text .sp-only {
  display: none;
}
@media screen and (max-width: 600px) {
  .c-about__under-text--sp--text .sp-only {
    display: inline;
  }
}
.c-about__under-text--sp picture {
  margin-top: 0.875rem;
  display: block;
  width: 100%;
}
.c-about__under-text--sp picture img {
  width: 100%;
}
.c-about__under-text--sp--text-under {
  margin-top: 1.5rem;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.1428571429;
  /* 214.286% */
  letter-spacing: 0.05em;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.c-about__under-text--sp--text-under .sp-only {
  display: none;
}
@media screen and (max-width: 600px) {
  .c-about__under-text--sp--text-under .sp-only {
    display: inline;
  }
}

.c-starter {
  background: #00BAD6;
  padding-top: clamp(3.75rem, 3.6438106796rem + 0.4530744337vw, 4.1875rem);
  padding-bottom: clamp(3.75rem, 3.6438106796rem + 0.4530744337vw, 4.1875rem);
}
.c-starter .c-starter__inner {
  margin: 0 auto;
  max-width: 60.5rem;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(1.25rem, 0.9466019417rem + 1.2944983819vw, 2.5rem);
}
@media screen and (max-width: 991px) {
  .c-starter .c-starter__inner {
    -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;
  }
}
.c-starter .c-starter__inner .c-starter__inner--left {
  width: clamp(31.25rem, 30.1274271845rem + 4.7896440129vw, 35.875rem);
}
@media screen and (max-width: 991px) {
  .c-starter .c-starter__inner .c-starter__inner--left {
    width: auto;
  }
}
.c-starter .c-starter__inner .c-starter__inner--left .c-starter__title {
  color: #F8F6EB;
  font-family: "Noto Sans JP";
  font-size: clamp(1.375rem, 1.2536407767rem + 0.5177993528vw, 1.875rem);
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  /* 200% */
  letter-spacing: 0.05em;
}
.c-starter .c-starter__inner .c-starter__inner--left .c-starter__title span picture img {
  display: inline;
  margin-bottom: calc(0rem - clamp(1.25rem, 1.1438106796rem + 0.4530744337vw, 1.6875rem));
  width: clamp(5.625rem, 5.3064320388rem + 1.359223301vw, 6.9375rem);
}
@media screen and (max-width: 600px) {
  .c-starter .c-starter__inner .c-starter__inner--left .c-starter__title .pc-only {
    display: none;
  }
}
.c-starter .c-starter__inner .c-starter__inner--left .c-starter__text {
  margin-top: clamp(1.25rem, 1.1286407767rem + 0.5177993528vw, 1.75rem);
  color: #F8F6EB;
  font-family: "Noto Sans JP";
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  /* 175% */
  letter-spacing: 0.05em;
}
.c-starter .c-starter__inner .c-starter__inner--left .c-starter__link {
  margin-top: clamp(1.25rem, 1.1286407767rem + 0.5177993528vw, 1.75rem);
  border-radius: 0.625rem;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1.25rem, 0.5370145631rem + 3.0420711974vw, 4.1875rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(18.125rem, 15.7433252427rem + 10.1618122977vw, 27.9375rem);
  height: clamp(3.125rem, 2.958131068rem + 0.71197411vw, 3.8125rem);
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: clamp(0.875rem, 0.8598300971rem + 0.0647249191vw, 0.9375rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .c-starter .c-starter__inner .c-starter__inner--left .c-starter__link {
    margin: 0 auto;
    margin-top: clamp(1.25rem, 1.1286407767rem + 0.5177993528vw, 1.75rem);
  }
}
@media screen and (max-width: 600px) {
  .c-starter .c-starter__inner .under-img {
    width: 60%;
  }
}

.c-recommended-for {
  background: #FFF8E8;
  padding-top: clamp(3.75rem, 3.234223301rem + 2.2006472492vw, 5.875rem);
  padding-bottom: clamp(3.75rem, 3.234223301rem + 2.2006472492vw, 5.875rem);
}

.c-recommended-for__title {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(1.5rem, 1.2572815534rem + 1.0355987055vw, 2.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  /* 120% */
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
.c-recommended-for__title span {
  position: relative;
}
.c-recommended-for__title span::after {
  position: absolute;
  content: "";
  width: clamp(0.3125rem, 0.2821601942rem + 0.1294498382vw, 0.4375rem);
  height: clamp(0.3125rem, 0.2821601942rem + 0.1294498382vw, 0.4375rem);
  border-radius: 50%;
  background: #FF9000;
  left: 50%;
  top: calc(0rem - clamp(0.3125rem, 0.2821601942rem + 0.1294498382vw, 0.4375rem));
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-recommended-for__title::after {
  position: absolute;
  content: "";
  width: 100vw;
  height: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  left: 50%;
  bottom: calc(0rem - clamp(2.375rem, 2.375rem + 0vw, 2.375rem));
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/recommended-for/under-line.svg);
  background-position: left 50% bottom 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-recommended-for__under-title {
  margin-top: clamp(3.5rem, 3.5rem + 0vw, 3.5rem);
}
.c-recommended-for__under-title .c-recommended-for__under-title--text {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 2.25;
  /* 225% */
  letter-spacing: 0.05em;
}
.c-recommended-for__under-title .c-recommended-for__under-title--text span {
  font-size: clamp(1.375rem, 1.2839805825rem + 0.3883495146vw, 1.75rem);
  font-weight: 500;
  position: relative;
}
.c-recommended-for__under-title .c-recommended-for__under-title--text span::after {
  position: absolute;
  content: "";
  width: 93%;
  height: clamp(0.5rem, 0.5rem + 0vw, 0.5rem);
  left: 50%;
  bottom: calc(0rem - clamp(0.5rem, 0.5rem + 0vw, 0.5rem));
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/recommended-for/text-under-line.svg);
  background-position: left 50% bottom 0%;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-recommended-for__under-title .c-recommended-for__under-title--text .sp-only {
  display: none;
}
@media screen and (max-width: 600px) {
  .c-recommended-for__under-title .c-recommended-for__under-title--text .sp-only {
    display: inline;
  }
}

.c-recommended-for__under-box {
  margin-top: clamp(1.25rem, 0.9314320388rem + 1.359223301vw, 2.5625rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 991px) {
  .c-recommended-for__under-box {
    margin-top: clamp(1.25rem, 0.036407767rem + 5.1779935275vw, 6.25rem);
    grid-template-columns: 1fr;
  }
}
.c-recommended-for__under-box .c-recommended-for__under-box--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 0.0625rem solid #000;
  padding-top: clamp(1.125rem, 0.8519417476rem + 1.1650485437vw, 2.25rem);
  padding-bottom: clamp(1.125rem, 0.9277912621rem + 0.8414239482vw, 1.9375rem);
  gap: clamp(0.3125rem, 0.2669902913rem + 0.1941747573vw, 0.5rem);
}
@media screen and (max-width: 991px) {
  .c-recommended-for__under-box .c-recommended-for__under-box--item {
    border: none;
    border-bottom: 0.0625rem solid #000;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(0.9375rem, 0.8616504854rem + 0.3236245955vw, 1.25rem);
  }
}
.c-recommended-for__under-box .c-recommended-for__under-box--item:first-child {
  border-left: 0.0625rem solid #000;
}
@media screen and (max-width: 991px) {
  .c-recommended-for__under-box .c-recommended-for__under-box--item:first-child {
    border-left: none;
    border-top: 0.0625rem solid #000;
  }
}
.c-recommended-for__under-box .c-recommended-for__under-box--item .c-recommended-for__under-box--item--title {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.875;
  /* 187.5% */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .c-recommended-for__under-box .c-recommended-for__under-box--item .c-recommended-for__under-box--item--title {
    width: 13.75rem;
  }
}

.c-our-solution {
  padding-top: clamp(3.75rem, 2.8398058252rem + 3.8834951456vw, 7.5rem);
  padding-bottom: clamp(3.75rem, 2.2633495146rem + 6.3430420712vw, 9.875rem);
  background: #FF9000;
  overflow: hidden;
}

.c-our-solution__title {
  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;
  gap: clamp(0.9375rem, 0.8464805825rem + 0.3883495146vw, 1.3125rem);
}
.c-our-solution__title .c-our-solution__title--title {
  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: clamp(0.625rem, 0.5339805825rem + 0.3883495146vw, 1rem);
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1.25rem, 1.067961165rem + 0.7766990291vw, 2rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.71875;
  /* 171.875% */
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
  .c-our-solution__title .c-our-solution__title--title {
    white-space: nowrap;
  }
}
.c-our-solution__title .c-our-solution__title--title .sp-only {
  display: none;
}
@media screen and (max-width: 600px) {
  .c-our-solution__title .c-our-solution__title--title .sp-only {
    display: inline;
  }
}

.c-our-solution__under-box {
  margin-top: clamp(2.5rem, 2.0297330097rem + 2.0064724919vw, 4.4375rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2.5rem, 2.3483009709rem + 0.6472491909vw, 3.125rem);
}
.c-our-solution__under-box .c-our-solution__under-box--item {
  border-radius: 0.9375rem;
  background: #FFF;
  padding: clamp(1.875rem, 1.5867718447rem + 1.2297734628vw, 3.0625rem) clamp(1.875rem, 1.3137135922rem + 2.3948220065vw, 4.1875rem) clamp(1.875rem, 1.5867718447rem + 1.2297734628vw, 3.0625rem) clamp(1.875rem, 1.1316747573rem + 3.1715210356vw, 4.9375rem);
  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: clamp(1.25rem, 0.9769417476rem + 1.1650485437vw, 2.375rem);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-our-solution__under-box .c-our-solution__under-box--item {
    -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;
  }
}
@media screen and (max-width: 768px) {
  .c-our-solution__under-box .c-our-solution__under-box--item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-our-solution__under-box .c-our-solution__under-box--item:nth-child(1)::after {
  position: absolute;
  content: "";
  width: clamp(13.25rem, 13.25rem + 0vw, 13.25rem);
  height: clamp(18.125rem, 18.125rem + 0vw, 18.125rem);
  background-image: url(../img/our-solution/comp/back-right.svg);
  background-repeat: no-repeat;
  right: calc(0rem - clamp(0rem, -3.4890776699rem + 14.8867313916vw, 14.375rem));
  top: clamp(6.25rem, 5.7038834951rem + 2.3300970874vw, 8.5rem);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-our-solution__under-box .c-our-solution__under-box--item:nth-child(1)::after {
    right: 1.25rem;
  }
}
.c-our-solution__under-box .c-our-solution__under-box--item:nth-child(2)::after {
  position: absolute;
  content: "";
  width: clamp(14.0625rem, 14.0625rem + 0vw, 14.0625rem);
  height: clamp(13rem, 13rem + 0vw, 13rem);
  background-image: url(../img/our-solution/comp/back-left.svg);
  background-repeat: no-repeat;
  left: calc(0rem - clamp(0rem, -4.0200242718rem + 17.1521035599vw, 16.5625rem));
  top: clamp(6.25rem, 4.338592233rem + 8.1553398058vw, 14.125rem);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-our-solution__under-box .c-our-solution__under-box--item:nth-child(2)::after {
    left: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .c-our-solution__under-box .c-our-solution__under-box--item picture img {
    width: 100%;
  }
}
.c-our-solution__under-box .c-our-solution__under-box--item .c-our-solution__under-box--item--inner {
  width: clamp(30.9375rem, 30.9375rem + 0vw, 30.9375rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .c-our-solution__under-box .c-our-solution__under-box--item .c-our-solution__under-box--item--inner {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-our-solution__under-box .c-our-solution__under-box--item .c-our-solution__under-box--item--inner .c-our-solution__under-box--item--number {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(1.375rem, 1.3446601942rem + 0.1294498382vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  /* 200% */
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
}
.c-our-solution__under-box .c-our-solution__under-box--item .c-our-solution__under-box--item--inner .c-our-solution__under-box--item--number::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.125rem;
  background-color: #FFBF1C;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: calc(0rem - clamp(0.9375rem, 0.9223300971rem + 0.0647249191vw, 1rem));
}
@media screen and (max-width: 768px) {
  .c-our-solution__under-box .c-our-solution__under-box--item .c-our-solution__under-box--item--inner .c-our-solution__under-box--item--number {
    text-align: center;
  }
}
.c-our-solution__under-box .c-our-solution__under-box--item .c-our-solution__under-box--item--inner .c-our-solution__under-box--item--title {
  margin-top: clamp(1.25rem, 1.1438106796rem + 0.4530744337vw, 1.6875rem);
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(1.125rem, 1.0946601942rem + 0.1294498382vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  /* 250% */
  letter-spacing: 0.05em;
}
.c-our-solution__under-box .c-our-solution__under-box--item .c-our-solution__under-box--item--inner .c-our-solution__under-box--item--text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  /* 200% */
  margin-top: clamp(0.9375rem, 0.8464805825rem + 0.3883495146vw, 1.3125rem);
}

.js-animate {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.js-animate.is-show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.js-animate--up {
  -webkit-transform: translateY(1.875rem);
          transform: translateY(1.875rem);
}
.js-animate--right {
  -webkit-transform: translateX(2.5rem);
          transform: translateX(2.5rem);
}
.js-animate--left {
  -webkit-transform: translateX(-2.5rem);
          transform: translateX(-2.5rem);
}
.js-animate--scale {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}

.c-problems {
  padding-top: clamp(3.75rem, 3.1432038835rem + 2.5889967638vw, 6.25rem);
  padding-bottom: clamp(3.75rem, 3.6438106796rem + 0.4530744337vw, 4.1875rem);
  background-color: #FFF8E8;
  position: relative;
}
.c-problems::before {
  display: none;
}
@media screen and (max-width: 600px) {
  .c-problems::before {
    display: block;
    position: absolute;
    content: "";
    bottom: -0.0625rem;
    left: 0;
    width: 100%;
    height: clamp(2.1875rem, 1.6565533981rem + 2.2653721683vw, 4.375rem);
    background-image: url(../img/problems/comp/bg-bottom-sp.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
  }
}

.c-problems__text {
  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;
  gap: clamp(1.375rem, 1.375rem + 0vw, 1.375rem);
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(1.125rem, 1.0036407767rem + 0.5177993528vw, 1.625rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.8461538462;
  /* 184.615% */
  letter-spacing: 0.1em;
  margin-bottom: clamp(1.5625rem, 1.1832524272rem + 1.6181229773vw, 3.125rem);
}
@media screen and (max-width: 600px) {
  .c-problems__text {
    gap: 0.625rem;
  }
}
.c-problems__text .c-problems__text--top-text .sp-only {
  display: none;
}
@media screen and (max-width: 600px) {
  .c-problems__text .c-problems__text--top-text .sp-only {
    display: inline;
  }
}
.c-problems__text .c-problems__text--under-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  .c-problems__text .c-problems__text--under-text .pc-only {
    display: none;
  }
}
.c-problems__text .c-problems__text--under-text .bg-text {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: clamp(1.625rem, 1.3216019417rem + 1.2944983819vw, 2.875rem);
  font-style: normal;
  font-weight: 900;
  padding: clamp(0.9375rem, 0.8616504854rem + 0.3236245955vw, 1.25rem) clamp(0.9375rem, 0.9071601942rem + 0.1294498382vw, 1.0625rem);
  background-image: url(../img/problems/comp/title-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  line-height: 1;
  margin-left: clamp(0rem, -0.0606796117rem + 0.2588996764vw, 0.25rem);
  margin-right: clamp(0rem, -0.0910194175rem + 0.3883495146vw, 0.375rem);
}
@media screen and (max-width: 600px) {
  .c-problems__text .c-problems__text--under-text .bg-text {
    padding: 0.75rem 0.875rem;
  }
}

.c-problems__img-box {
  max-width: clamp(37.5rem, 31.432038835rem + 25.8899676375vw, 62.5rem);
  margin: 0 auto;
  position: relative;
  padding-top: clamp(9.375rem, 7.7214805825rem + 7.0550161812vw, 16.1875rem);
}
@media screen and (max-width: 600px) {
  .c-problems__img-box {
    display: none;
  }
}
.c-problems__img-box .c-problems__img-box--center-img {
  width: clamp(11.875rem, 9.9180825243rem + 8.3495145631vw, 19.9375rem);
  display: block;
  margin: 0 auto;
}
.c-problems__img-box .c-problems__img-box--img {
  position: absolute;
  width: clamp(8.125rem, 6.395631068rem + 7.3786407767vw, 15.25rem);
}
.c-problems__img-box .c-problems__img-box--img--img01 {
  left: 0;
  bottom: clamp(3.875rem, 3.4350728155rem + 1.8770226537vw, 5.6875rem);
}
.c-problems__img-box .c-problems__img-box--img--img02 {
  top: 0;
  left: 21.5%;
}
.c-problems__img-box .c-problems__img-box--img--img03 {
  top: 0;
  right: 0;
  right: 21.5%;
}
.c-problems__img-box .c-problems__img-box--img--img04 {
  right: 0;
  bottom: clamp(3.875rem, 3.4350728155rem + 1.8770226537vw, 5.6875rem);
}

.c-problems__img-box-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .c-problems__img-box-sp {
    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;
  }
}
.c-problems__img-box-sp .c-problems__img-box-sp--center-img--top {
  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;
  width: 100%;
}
.c-problems__img-box-sp .c-problems__img-box-sp--center-img--top .c-problems__img-box-sp--center-img--top--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.4375rem;
}
.c-problems__img-box-sp .c-problems__img-box-sp--center-img--top .c-problems__img-box-sp--center-img--top--inner .c-problems__img-box-sp--img--img02 {
  margin-top: 8%;
  margin-right: 8.5%;
}
.c-problems__img-box-sp .c-problems__img-box-sp--center-img--top .c-problems__img-box-sp--center-img--top--inner .c-problems__img-box-sp--img--img03 {
  margin-left: 8.5%;
}
.c-problems__img-box-sp .c-problems__img-box-sp--center-img--top .c-problems__img-box-sp--center-img--top--inner .c-problems__img-box-sp--img--img04 {
  margin-top: 8%;
}

.c-mv {
  padding-bottom: clamp(3.75rem, 3.6438106796rem + 0.4530744337vw, 4.1875rem);
  position: relative;
  overflow: hidden;
}
.c-mv::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: clamp(2.1875rem, 1.7020631068rem + 2.071197411vw, 4.1875rem);
  background-image: url(../img/mv/comp/bg-bottom.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 600px) {
  .c-mv::after {
    background-image: url(../img/mv/comp/bg-bottom-sp.svg);
    aspect-ratio: 374/18;
  }
}
.c-mv .c-mv__bg--cloud--left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: clamp(16.375rem, 13.083131068rem + 14.0453074434vw, 29.9375rem);
}
.c-mv .c-mv__bg--cloud--right {
  position: absolute;
  bottom: clamp(1.25rem, 0.9466019417rem + 1.2944983819vw, 2.5rem);
  right: 0;
  z-index: -1;
}
.c-mv .c-mv__bg--img--left {
  position: absolute;
  bottom: clamp(1.875rem, 1.1923543689rem + 2.9126213592vw, 4.6875rem);
  left: 0;
  z-index: -1;
  max-width: clamp(6.875rem, 3.9623786408rem + 12.427184466vw, 18.875rem);
}
@media screen and (max-width: 600px) {
  .c-mv .c-mv__bg--img--left {
    display: none;
  }
}
.c-mv .c-mv__bg--img--right {
  position: absolute;
  top: clamp(5rem, 3.6650485437rem + 5.6957928803vw, 10.5rem);
  right: 0;
  z-index: -1;
  max-width: clamp(6.875rem, 3.0370145631rem + 16.3754045307vw, 22.6875rem);
}
@media screen and (max-width: 600px) {
  .c-mv .c-mv__bg--img--right {
    display: none;
  }
}
.c-mv .c-mv__inner {
  padding-top: clamp(5.625rem, 4.8513349515rem + 3.3009708738vw, 8.8125rem);
  padding-bottom: clamp(2.5rem, 2.317961165rem + 0.7766990291vw, 3.25rem);
}
@media screen and (max-width: 768px) {
  .c-mv .c-mv__inner {
    padding-top: clamp(12.5rem, 10.9830097087rem + 6.4724919094vw, 18.75rem);
    padding-bottom: clamp(12.5rem, 10.9830097087rem + 6.4724919094vw, 18.75rem);
  }
}
@media screen and (max-width: 600px) {
  .c-mv .c-mv__inner {
    max-width: 100%;
    padding-top: clamp(5.3125rem, 4.4629854369rem + 3.6245954693vw, 8.8125rem);
    padding-bottom: clamp(0rem, -2.6547330097rem + 11.3268608414vw, 10.9375rem);
  }
}
.c-mv .c-mv__inner .c-mv__title {
  margin: 0 auto;
  max-width: clamp(25rem, 14.3810679612rem + 45.3074433657vw, 68.75rem);
}
@media screen and (max-width: 600px) {
  .c-mv .c-mv__inner .c-mv__title {
    max-width: 100%;
  }
}

.c-floating-btn {
  position: fixed;
  bottom: clamp(0.9375rem, 0.7099514563rem + 0.9708737864vw, 1.875rem);
  right: clamp(1.25rem, -2.5576456311rem + 16.2459546926vw, 16.9375rem);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: clamp(9.75rem, 8.8094660194rem + 4.0129449838vw, 13.625rem);
  height: clamp(9.75rem, 8.8094660194rem + 4.0129449838vw, 13.625rem);
}
.c-floating-btn.is-show {
  opacity: 1;
  pointer-events: auto;
}
.c-floating-btn a {
  border-radius: 50%;
  display: block;
  width: clamp(9.75rem, 8.8094660194rem + 4.0129449838vw, 13.625rem);
  height: clamp(9.75rem, 8.8094660194rem + 4.0129449838vw, 13.625rem);
}
.c-floating-btn a picture {
  display: block;
  border-radius: 50%;
}
.c-floating-btn a picture img {
  display: block;
  width: clamp(9.75rem, 8.8094660194rem + 4.0129449838vw, 13.625rem);
  height: clamp(9.75rem, 8.8094660194rem + 4.0129449838vw, 13.625rem);
  border-radius: 50%;
}
.c-floating-btn .c-floating-btn__disappear {
  position: absolute;
  top: 0;
  right: 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;
  color: #fff;
  background-color: #000;
  width: clamp(1.25rem, 1.0983009709rem + 0.6472491909vw, 1.875rem);
  height: clamp(1.25rem, 1.0983009709rem + 0.6472491909vw, 1.875rem);
  font-family: "Noto Sans Jp";
  border-radius: 50%;
}

.c-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, 0.5145631068rem + 2.071197411vw, 3rem);
  width: 100%;
}

.c-accordion__box {
  border-top: 2px solid var(--color-border_l);
  border-bottom: 1px solid var(--color-border_l);
  background-color: var(--color_white);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.find-out .c-accordion__box {
  border-top: 2px solid #6AB763;
}
.enjoy .c-accordion__box {
  border-top: 2px solid #E46971;
}
.taste .c-accordion__box {
  border-top: 2px solid #E7A12E;
}
.shopping .c-accordion__box {
  border-top: 2px solid #88ABDD;
}

.c-accordion__title {
  position: relative;
  display: grid;
  grid-template-columns: clamp(6.25rem, 5.2184466019rem + 4.4012944984vw, 10.5rem) auto 3.25rem;
  gap: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem) 0 clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem) clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
}
@media screen and (max-width: 480px) {
  .c-accordion__title {
    grid-template-columns: 5rem auto 3.25rem;
    gap: 0.5rem;
  }
}
.c-accordion__title p {
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
.c-accordion__title p span {
  color: #E83820;
  margin-left: clamp(1.5rem, 1.1359223301rem + 1.5533980583vw, 3rem);
}

.c-accordion__text {
  display: none;
  line-height: 1.8125;
}
.c-accordion__text p + p {
  margin-top: 1rem;
}
.c-accordion__text a {
  color: var(--color-key);
}

.c-accordion__text-row {
  display: grid;
  grid-template-columns: clamp(6.25rem, 5.2184466019rem + 4.4012944984vw, 10.5rem) auto;
  gap: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
  padding: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem) 0 clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem) clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
}
.c-accordion__text-row:nth-child(2n+1) {
  background-color: #F7F7F7;
}
@media screen and (max-width: 480px) {
  .c-accordion__text-row {
    grid-template-columns: 1fr;
  }
}

.c-accordion__btn {
  display: block;
  position: relative;
  width: 2rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.find-out .c-accordion__btn {
  background-color: #6AB763;
}
.enjoy .c-accordion__btn {
  background-color: #E46971;
}
.taste .c-accordion__btn {
  background-color: #E7A12E;
}
.shopping .c-accordion__btn {
  background-color: #88ABDD;
}
.c-accordion__btn::before, .c-accordion__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1rem;
  height: 0.125rem;
  background-color: var(--color_white);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-accordion__btn::after {
  -webkit-transform: rotate(90deg) translate(-50%, -50%);
          transform: rotate(90deg) translate(-50%, -50%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.c-accordion__btn.is_open::after {
  -webkit-transform: rotate(0deg) translate(-50%, -50%);
          transform: rotate(0deg) translate(-50%, -50%);
}

.c-breadcrumb {
  visibility: hidden;
  margin: clamp(1rem, 0.6359223301rem + 1.5533980583vw, 2.5rem) 0 0;
}

.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem;
}

.c-breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  font-family: "Noto Sans JP";
  font-weight: 500;
}
.c-breadcrumb__item::after {
  content: "＞";
}
.c-breadcrumb__item:last-child::after {
  content: none;
}
.c-breadcrumb__item a {
  color: var(--color-key);
}
.c-breadcrumb__item p {
  color: var(--color-disable);
}

.c-btn, .c-form__box input[type=submit],
.c-form__box input[type=button] {
  width: 100%;
  max-width: 21.0625rem;
  aspect-ratio: 337/55;
  font-size: clamp(1rem, 0.9696601942rem + 0.1294498382vw, 1.125rem);
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 0.875rem 1.5rem 0.8125rem;
  color: var(--color_white);
  background-color: var(--color-txt);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(0.5rem, 0.3786407767rem + 0.5177993528vw, 1rem);
  border-radius: 3.25rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn, .c-form__box input[type=submit],
  .c-form__box input[type=button] {
    max-width: 17.4375rem;
    aspect-ratio: 279/46;
    padding: 0.6875rem 1.5rem 0.4375rem;
  }
}
.c-btn:hover::after, .c-form__box input[type=submit]:hover::after,
.c-form__box input[type=button]:hover::after {
  right: 1rem;
}

.p-contact__inner {
  margin-top: clamp(1.5625rem, 1.0618932039rem + 2.1359223301vw, 3.625rem);
  border-radius: 0.625rem;
  background: #FFF8E8;
  padding-top: clamp(2rem, 1.5145631068rem + 2.071197411vw, 4rem);
  padding-bottom: clamp(2.8125rem, 2.1298543689rem + 2.9126213592vw, 5.625rem);
}

.p-contact__top-text {
  color: #000;
  text-align: center;
  /* 本文 */
  font-family: "Noto Sans JP";
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  /* 187.5% */
  letter-spacing: 0.1em;
  width: 90%;
  margin: 0 auto;
}
.p-contact__top-text .sp-only {
  display: none;
}
@media screen and (max-width: 600px) {
  .p-contact__top-text .sp-only {
    display: inline;
  }
}
.p-contact__top-text span {
  font-size: clamp(1rem, 0.817961165rem + 0.7766990291vw, 1.75rem);
  font-weight: 600;
}

.c-form--en {
  word-break: keep-all;
}
.c-form--en .c-form__label--required::after {
  content: "Required";
  width: 4.375rem;
}

.c-form__title {
  margin: 1rem auto 0;
  width: 100%;
  font-size: clamp(1.25rem, 1.067961165rem + 0.7766990291vw, 2rem);
  line-height: 1.34375;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.c-form__text {
  margin: 1rem auto 0;
  width: 100%;
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 2.1875;
  letter-spacing: 0.04em;
}

.c-form__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  max-width: 47.5rem;
  margin: clamp(1.5rem, 1.3786407767rem + 0.5177993528vw, 2rem) auto 0;
}
.c-form__box input[type=submit],
.c-form__box input[type=button] {
  padding: 0.6875rem clamp(4.375rem, 4.0716019417rem + 1.2944983819vw, 5.625rem) 0.6875rem;
  line-height: 1;
  width: 100%;
  max-width: clamp(18.75rem, 17.6881067961rem + 4.5307443366vw, 23.125rem);
  height: clamp(3.75rem, 3.4466019417rem + 1.2944983819vw, 5rem);
  border-radius: 0.625rem;
  font-family: "Noto Sans JP";
  text-align: left;
  position: relative;
  aspect-ratio: 370/80;
}
.c-form__box input[type=submit]::after,
.c-form__box input[type=button]::after {
  position: absolute;
  content: "";
  width: 0.75rem;
  height: 0.625rem;
  background-color: #ffffff;
  top: 0;
  right: 0;
}
.c-form__box--confirm .c-form__wrap {
  display: grid;
  grid-template-columns: 40% 60%;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .c-form__box--confirm .c-form__wrap {
    grid-template-columns: 1fr;
  }
}

.c-form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.5rem, 0.3786407767rem + 0.5177993528vw, 1rem);
  font-weight: 500;
}
.c-form__wrap--center {
  margin-top: clamp(0.3125rem, 0.2973300971rem + 0.0647249191vw, 0.375rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form__wrap .wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(1rem, 0.833131068rem + 0.71197411vw, 1.6875rem);
}
.c-form__wrap .wpcf7-list-item-label {
  font-weight: 400;
}
.c-form__wrap .wpcf7-list-item {
  margin: 0 !important;
}

.last-textarea {
  height: 5rem;
}

.c-form__label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 1.8125;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.c-form__label--required {
  display: inline-block;
}
.c-form__label--required::after {
  content: "必須";
  width: 3.75rem;
  height: 1.8125rem;
  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;
  color: var(--color_white);
  background-color: #FF9000;
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .c-form__label--note {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0.375rem;
  }
}
.c-form__label--note span {
  font-weight: 400;
  color: var(--color-disable);
}
.c-form__label--large {
  font-size: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
  line-height: 2;
  letter-spacing: 0.05em;
}

.c-form__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form__btnWrap--contact-confirm {
  margin-top: clamp(2.5rem, 2.3483009709rem + 0.6472491909vw, 3.125rem);
}
@media screen and (max-width: 768px) {
  .c-form__btnWrap--contact-confirm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.c-form__btnWrap--contact-confirm input[type=submit],
.c-form__btnWrap--contact-confirm input[type=button] {
  max-width: clamp(15.625rem, 14.8665048544rem + 3.2362459547vw, 18.75rem);
  padding-left: clamp(5rem, 4.8483009709rem + 0.6472491909vw, 5.625rem);
  padding-right: clamp(5rem, 4.8483009709rem + 0.6472491909vw, 5.625rem);
}
.c-form__btnWrap--contact-confirm .c-form__btnWrap--inner {
  position: relative;
}
.c-form__btnWrap--contact-confirm .c-form__btnWrap--inner::after {
  position: absolute;
  content: "";
  width: 0.75rem;
  height: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: clamp(5rem, 4.8483009709rem + 0.6472491909vw, 5.625rem) !important;
  background-image: url(../img/common/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-form__btnWrap .c-form__btnWrap--inner {
  position: relative;
}
.c-form__btnWrap .c-form__btnWrap--inner:hover::after {
  -webkit-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
}
.c-form__btnWrap .c-form__btnWrap--inner p {
  height: clamp(3.75rem, 3.4466019417rem + 1.2944983819vw, 5rem);
}
.c-form__btnWrap .c-form__btnWrap--inner::after {
  position: absolute;
  content: "";
  width: 0.75rem;
  height: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: clamp(4.375rem, 4.0716019417rem + 1.2944983819vw, 5.625rem);
  background-image: url(../img/common/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-form__btnWrap .wpcf7-spinner {
  display: none;
}
@media screen and (max-width: 600px) {
  .c-form__btnWrap {
    margin-top: 1rem;
  }
}

.mw_wp_form_confirm .c-form__privacy {
  display: none;
}

.c-form__text--center {
  text-align: center;
  margin-top: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
}

.c-form__privacyTextWrap {
  padding: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, 0.6359223301rem + 1.5533980583vw, 2.5rem);
  overflow: auto;
  max-height: clamp(9.375rem, 5.5825242718rem + 16.1812297735vw, 25rem);
  border: 1px solid var(--color-table_border_tr);
  border-radius: 0.3125rem;
}
.c-form__privacyTextWrap.scroll_none {
  max-height: unset;
  padding: 0;
  text-align: center;
  border: none;
}

.c-form__privacyText {
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-weight: 400;
  line-height: 2.3125;
  letter-spacing: 0.05em;
}

.c-form__privacyList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1rem, 0.6359223301rem + 1.5533980583vw, 2.5rem);
}
.c-form__privacyList li ul {
  padding-left: 1em;
}

.c-form__privacyListItem {
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0;
}

.c-form__wrap input.wpcf7-not-valid,
.c-form__wrap textarea.wpcf7-not-valid,
.c-form__wrap select.wpcf7-not-valid {
  background-color: #fbebeb;
  border: 1px solid #eebbbc;
}

.wpcf7-not-valid input[type=radio] + span::before,
.wpcf7-not-valid input[type=checkbox] + span::before {
  border: 2px solid #eebbbc;
}

.wpcf7-not-valid-tip {
  margin-top: 0.25rem;
  color: #d74141;
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0;
}

.wpcf7 form.invalid .wpcf7-response-output {
  display: none;
  text-align: center;
  border: 1px solid #eebbbc;
  background-color: #fbebeb;
  border-radius: 0.3125rem;
  color: #d74141;
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  font-weight: 600;
  line-height: 1.4444444444;
  letter-spacing: 0;
  padding: 0.625rem;
  font-weight: 400;
  margin: 0;
}

[data-class=wpcf7cf_group] .c-form__wrap {
  margin-top: clamp(1rem, 0.6359223301rem + 1.5533980583vw, 2.5rem);
}
[data-class=wpcf7cf_group] .c-form__wrap:first-child {
  margin-top: 0;
}

[data-id=form-corporation] .c-form__wrap {
  margin-top: clamp(1rem, 0.6359223301rem + 1.5533980583vw, 2.5rem) !important;
}

input.wpcf7-form-control.wpcf7-text.inquiry-details,
input.wpcf7-form-control.wpcf7-text.customer-type {
  position: absolute;
  top: 0;
  left: -50vw;
}

.page-template-page-contact .grecaptcha-badge,
.page-template-page-contact-en .grecaptcha-badge {
  display: block;
  bottom: clamp(4rem, 3.6966019417rem + 1.2944983819vw, 5.25rem) !important;
}

#autozip {
  display: none !important;
}

.c-hamburger {
  display: none;
  position: relative;
  z-index: 9999;
}
@media screen and (max-width: 1700px) {
  .c-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    background: transparent;
    border: none;
    padding: 0;
    width: 3rem;
    height: 2rem;
    background-image: url(../img/common/comp/menu-sp-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.c-hamburger.is_active .c-hamburger__wrap span:first-child {
  opacity: 0;
}
.c-hamburger.is_active .c-hamburger__wrap span:nth-child(2)::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger.is_active .c-hamburger__wrap span:nth-child(2)::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger.is_active .c-hamburger__wrap span:last-child {
  opacity: 0;
}

.c-hamburger__wrap {
  width: clamp(1.25rem, 1.1741504854rem + 0.3236245955vw, 1.5625rem);
  gap: 0.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  cursor: pointer;
}
.c-hamburger__wrap span {
  background-color: #000;
  width: 100%;
  height: 0.0625rem;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-hamburger__wrap span:nth-child(2) {
  background-color: transparent;
  position: relative;
}
.c-hamburger__wrap span:nth-child(2)::before, .c-hamburger__wrap span:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.0625rem;
  display: block;
  background-color: #000;
}
.c-hamburger__wrap span:nth-child(3) {
  background-color: transparent;
  position: relative;
}
.c-hamburger__wrap span:nth-child(3)::before, .c-hamburger__wrap span:nth-child(3)::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.0625rem;
  display: block;
  background-color: #000;
}
.c-hamburger__wrap.is_active span:first-child {
  opacity: 0;
}
.c-hamburger__wrap.is_active span:nth-child(2)::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-hamburger__wrap.is_active span:nth-child(2)::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-hamburger__wrap.is_active span:last-child {
  opacity: 0;
}

.c-heading {
  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;
  gap: 1.75rem;
}

.c-heading__en {
  font-size: clamp(1.5rem, 1.317961165rem + 0.7766990291vw, 2.25rem);
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.c-heading__ja {
  color: var(--color-key);
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 2.125;
  letter-spacing: 0.1em;
  font-weight: 600;
}

/* モーダル */
.modal-overlay {
  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;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(1, 1, 1, 0.7);
  z-index: 100;
}

.modal-container {
  max-height: 80vh;
  max-width: var(--width-modal_max);
  width: 90%;
  position: relative;
  background-color: #fff;
  border-radius: 1.75rem;
}

.modal-container--backgroundColorPt1 {
  background-color: #fff;
}

.modal-container--backgroundColorPt2 {
  background-color: rgba(255, 255, 255, 0.9);
}

.modal-close {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2.5rem auto 0;
  cursor: pointer;
}
.modal-close:hover {
  opacity: 0.7;
}
.modal-close::after {
  content: none;
}
.modal-close::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../img/common/icon_cross.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/* モーダルアニメーション */
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal-overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal-container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

.c-modal {
  overflow: auto;
  max-height: 80vh;
}

.c-modal__wrap {
  padding: clamp(2rem, 1.6359223301rem + 1.5533980583vw, 3.5rem) clamp(1.5rem, 0.8932038835rem + 2.5889967638vw, 4rem);
}

.c-modal__box {
  font-family: "Noto Sans JP";
  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;
}

.c-modal__inner {
  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;
  gap: 1.5rem;
  width: 100%;
}
.c-modal__inner picture {
  width: 100%;
  overflow: hidden;
  border-radius: 0.625rem;
}
.c-modal__inner .c-modal__img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.c-modal__inner .c-modal__img-sample {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.c-modal__inner .c-modal__title {
  font-size: 0.9375rem;
  line-height: 1.4;
  width: 100%;
}
.c-modal__inner .c-modal__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4375rem;
  width: 100%;
}
.c-modal__inner .c-modal__text-sub {
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  font-weight: bold;
}
.c-modal__inner .c-modal__text {
  font-size: 0.8125rem;
  line-height: 1.4615384615;
}
@media screen and (max-width: 768px) {
  .c-modal__inner {
    -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;
  }
}

.c-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5.375rem auto 0;
}

.c-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.3125rem, 0.0697815534rem + 1.0355987055vw, 1.3125rem);
}
.c-pagination__list li:has(.next) {
  margin-left: clamp(0.3125rem, -0.1425970874rem + 1.9417475728vw, 2.1875rem);
}
.c-pagination__list li:has(.prev) {
  margin-right: clamp(0.3125rem, -0.1425970874rem + 1.9417475728vw, 2.1875rem);
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.3125rem, 0.0697815534rem + 1.0355987055vw, 1.3125rem);
}

.page-numbers {
  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;
  width: clamp(1.6875rem, 1.4902912621rem + 0.8414239482vw, 2.5rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(1rem, 0.9696601942rem + 0.1294498382vw, 1.125rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  /* 166.667% */
  letter-spacing: 0.1em;
}
.page-numbers.current {
  color: var(--color_white);
  background-color: #000;
}

.l-pageContents {
  margin-top: clamp(2.5rem, 2.2269417476rem + 1.1650485437vw, 3.625rem);
}

.post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0rem;
}

.toArchive {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0rem auto 0;
}

.c-single__post-list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1.875rem, 1.6474514563rem + 0.9708737864vw, 2.8125rem);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .c-single__post-list--item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .c-single__slider {
    max-width: 100%;
  }
}
.c-single__slider {
  position: relative;
}
.c-single__slider .swiper-pagination {
  bottom: -1.625rem !important;
}
.c-single__slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #474747;
}

.c-single__slider--inner {
  max-width: clamp(12.5rem, 8.2524271845rem + 18.1229773463vw, 30rem);
  border-radius: 0.5rem;
  border: 0.0625rem solid #000;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-single__slider--inner {
    max-width: 100%;
  }
}
.c-single__slider--inner img {
  width: 100%;
  height: auto;
  display: block;
}

.c-single__category {
  margin-bottom: clamp(0.75rem, 0.6893203883rem + 0.2588996764vw, 1rem);
}
.c-single__category .c-single__category-item {
  border-radius: 62.4375rem;
  background: #FFF5CD;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
  padding: clamp(0.3125rem, 0.2821601942rem + 0.1294498382vw, 0.4375rem) clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
}

.c-single__client {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2.1428571429;
  /* 214.286% */
  letter-spacing: 0.05em;
  margin-bottom: clamp(0.5rem, 0.5rem + 0vw, 0.5rem);
}

.c-single__title {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  /* 150% */
  letter-spacing: 0.05em;
  margin-bottom: clamp(1.25rem, 1.1589805825rem + 0.3883495146vw, 1.625rem);
}

.c-single__post-list--item--under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.c-single__post-list--item--under--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1.25rem, 0.9162621359rem + 1.4239482201vw, 2.625rem);
}
.c-single__post-list--item--under--inner .c-single__post-list--item--under--inner--title {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4285714286;
  /* 142.857% */
  letter-spacing: 0.08em;
  width: 4.75rem;
}
.c-single__post-list--item--under--inner .c-single__post-list--item--under--inner--text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4285714286;
  /* 142.857% */
  letter-spacing: 0.08em;
}

.c-single__under {
  margin-top: clamp(2.5rem, 0.5734223301rem + 8.2200647249vw, 10.4375rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2rem, 1.5145631068rem + 2.071197411vw, 4rem);
}

.c-single__under--item--title {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(1rem, 0.9696601942rem + 0.1294498382vw, 1.125rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.3888888889;
  /* 138.889% */
  letter-spacing: 0.08em;
  border-bottom: 0.0625rem solid #000;
  padding-bottom: clamp(0.5rem, 0.4696601942rem + 0.1294498382vw, 0.625rem);
}

.c-single__under--item--text {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: clamp(0.875rem, 0.8143203883rem + 0.2588996764vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  /* 138.889% */
  letter-spacing: 0.08em;
  padding-top: clamp(0.5rem, 0.4696601942rem + 0.1294498382vw, 0.625rem);
}

.post-navigation {
  margin-top: clamp(5rem, 3.786407767rem + 5.1779935275vw, 10rem);
  position: relative;
}
.post-navigation .toArchive {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.c-table th, .c-table td {
  padding: clamp(0.5rem, 0.3786407767rem + 0.5177993528vw, 1rem) 0;
  border-bottom: 1px solid var(--color-border_l);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-table th, .c-table td {
    padding: clamp(0.5rem, 0.4393203883rem + 0.2588996764vw, 0.75rem) 0;
  }
}
.c-table th {
  width: 20%;
  font-weight: 600;
  font-size: clamp(1rem, 0.9696601942rem + 0.1294498382vw, 1.125rem);
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
.c-table td {
  font-size: clamp(0.875rem, 0.8446601942rem + 0.1294498382vw, 1rem);
  line-height: 1.875;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 600px) {
  .c-table--column th, .c-table--column td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .c-table--column th {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.c-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.75rem, 0.567961165rem + 0.7766990291vw, 1.5rem);
}

.c-section-title__title {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1.625rem, 1.4126213592rem + 0.9061488673vw, 2.5rem);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  /* 120% */
  letter-spacing: 0.05em;
}

.c-section-title__text {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: clamp(1.125rem, 1.0339805825rem + 0.3883495146vw, 1.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  /* 200% */
  letter-spacing: 0.05em;
}
.c-section-title__text span {
  color: #FFBF1C;
}
.c-section-title__text .sp-only {
  display: none;
}
@media screen and (max-width: 600px) {
  .c-section-title__text .sp-only {
    display: inline;
  }
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-grid {
  display: grid;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-capitalize {
  text-transform: capitalize;
}

.u-textCenter {
  text-align: center;
}

.u-bold {
  font-weight: bold;
}

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

@media screen and (max-width: 600px) {
  .is-pcOnly {
    display: none;
  }
}

.is-spOnly {
  display: none;
}
@media screen and (max-width: 600px) {
  .is-spOnly {
    display: block;
  }
}

@media screen and (max-width: 1366px) {
  .is-overPc {
    display: none;
  }
}

.is-underPc {
  display: none;
}
@media screen and (max-width: 1366px) {
  .is-underPc {
    display: block;
  }
}

@media screen and (max-width: 1280px) {
  .is-overXxl {
    display: none;
  }
}

.is-underXxl {
  display: none;
}
@media screen and (max-width: 1280px) {
  .is-underXxl {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .is-overXl {
    display: none;
  }
}

.is-underXl {
  display: none;
}
@media screen and (max-width: 1024px) {
  .is-underXl {
    display: block;
  }
}

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

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

.is-fixed {
  overflow: hidden !important;
}/*# sourceMappingURL=style.css.map */