@charset "UTF-8";


body {
  font-family: "Noto Sans JP", "源ノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6875;
  color: #231815;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  body {
    font-size: 1.3rem;
    line-height: 2;
  }
}

/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
/**
 * 1. All browsers without overlaying scrollbars
 * 2. iOS 8+

 * 1. すべてのブラウザで、スクロールバーのオーバーレイを無し。
 * 2. iOS 8+
 */
html {
  overflow-y: scroll; /* 1 */
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* 2 */
}

*,
::before,
::after {
  box-sizing: inherit;
}

/**
 * 1. Inherit text-decoration and vertical align to ::before and ::after pseudo elements

 * 1. 「::before」と「::after」に、「text-decoration」と「vertical-align」を継承。
 */
::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit; /* 1 */
}

/**
 * 1. Set `background-repeat: no-repeat` to all elements
 * 2. Reset `padding` and `margin` of all elements

 * 1. すべての要素に、「background-repeat: no-repeat;」を指定。
 * 2. すべての要素に、「padding」と「margin」をリセット。
 */
* {
  margin: 0;
  padding: 0; /* 2 */
  background-repeat: no-repeat; /* 1 */
}

/* # =================================================================
   # General elements
   # ================================================================= */
/**
 * Add the correct display in iOS 4-7.

 * iOS 4-7に、正しいdisplayを設定。
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * 1. Show the overflow in Edge and IE

 * 1. EdgeとIEに、「overflow: visible;」を定義。
 */
hr {
  overflow: visible; /* 1 */
}

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox
 * Correct `block` display not defined for `main` in IE 11

 * IE8/9に、displayプロパティを定義。
 * IE10/11とFirefoxのdetail要素とsummary要素に、displayプロパティを定義。
 * IE11のmain要素に、displayプロパティを定義。
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Set font-size to 80% in `small` elements

 * 1. small要素に、フォントサイズ「80%」を定義。
 */
small {
  font-size: 90%; /* 1 */
}

/**
 * 1. Add the correct display in IE

 * 1. IEに、displayプロパティを定義。
 */
[hidden],
template {
  display: none; /* 1 */
}

/**
 * 1. Add a bordered underline effect in all browsers
 * 2. Remove text decoration in Firefox 40+

 * 1. すべてのブラウザに、点線を定義。
 * 2. Firefox40+に、テキストの装飾を削除。
 */
abbr[title] {
  border-bottom: 1px dotted; /* 1 */
  text-decoration: none; /* 2 */
}

/**
 * 1. Remove the gray background on active links in IE 10
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+

 * 1. IE10に、アクティブリンクのグレーの背景を削除。
 * 2. iOS8+とSafari8+に、リンクの下線のギャップを削除。
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the outline when hovering in all browsers

 * 1. すべてのブラウザに、ホバー時のアウトラインを削除。
 */
a:active,
a:hover {
  outline-width: 0; /* 1 */
}

/**
 * 1. Specify the font family of code elements

 * 1. コード要素に、フォントファミリーを指定。
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
}

/**
 * 1. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+

 * 1. Edge12+, Safari6.2+, Chrome18+に、「bold」を適用。
 */
b {
  font-weight: 700;
}

strong {
  display: inline;
  font-weight: 700; /* 1 */
  font-style: normal;
}

em {
  font-weight: 700; /* 1 */
  font-style: normal;
}

/**
 * 1. Address styling not present in Safari and Chrome

 * 1. SafariとChromeに、定義。
 */
dfn {
  font-style: italic; /* 1 */
}

/**
 * Address styling not present in IE 8/9

 * 1. IE8/9に、定義。
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * https://gist.github.com/unruthless/413930
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
/**
 * 1. Firefox 36+

 * 1. Firefox 36+
 */
[type=number] {
  width: auto; /* 1 */
}

/**
 * 1. Safari 8+

 * 1. Safari 8+
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
}

/**
 * 1. Safari 8

 * 1. Safari 8
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* 1 */
}

/**
 * 1. Internet Explorer 11+
 * 2. Specify textarea resizability

 * 1. Internet Explorer 11+
 * 2. textarea要素に、垂直方向のリサイズを指定。
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
  -webkit-appearance: none;
}

/**
 * 1. Specify font inheritance of form elements

 * 1. フォーム要素に、フォントの継承を指定。
 */
/**
 * 1. Restore the font weight unset by the previous rule.

 * 1. 前の指定により、フォントのウェイトを再定義。
 */
optgroup {
  font-weight: bold; /* 1 */
}

/**
 * 1. Address `overflow` set to `hidden` in IE 8/9/10/11

 * 1. IE8/9/10/11に、overflow時にhiddenを設定。
 */
button {
  overflow: visible; /* 1 */
}

/**
 * Remove inner padding and border in Firefox 4+

 * Firefox4+に、内側のpaddingとborderを削除。
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

/**
 * Replace focus style removed in the border reset above

 * 1. フォーカス時のスタイルを定義。
 */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: none;
}

*:focus {
  outline: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4
 * 2. Correct the inability to style clickable types in iOS

 * 1. Android4に、ネイティブのaudio要素とvideo要素のコントロールのバグを防ぐ。
 * 2. iOSに、クリッカブルなbutton要素のtypeのスタイルを修正。
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 1. Firefox 40+, Internet Explorer 11-

 * 1. Firefox 40+, Internet Explorer 11-
 */
button,
select {
  text-transform: none; /* 1 */
}

/**
 * Remove the default button styling in all browsers

 * すべてのブラウザにおいて、デフォルトのボタンのスタイルを削除。
 */
/**
 * Style select like a standard input
 * 1. Firefox 36+
 * 2. Chrome 41+

 * 標準的なinput要素のスタイルを選択。
 * 1. Firefox 36+
 * 2. Chrome 41+
 */
/**
 * 1. Internet Explorer 11+

 * 1. Internet Explorer 11+
 */
select::-ms-expand {
  display: none; /* 1 */
}

/**
 * 1. Internet Explorer 11+

 * 1. Internet Explorer 11+
 */
select::-ms-value {
  color: currentColor; /* 1 */
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11
 * 2. Correct the color inheritance from `fieldset` elements in IE
 * 3. Correct the text wrapping in Edge and IE
 * 4. Correct the text wrapping in Edge and IE
 * 5. Correct the text wrapping in Edge and IE

 * 1. IE 8/9/10/11に、カラーの継承を定義。
 * 2. IEに、fieldset要素からカラーを継承するように定義。
 * 3. EdgeとIEに、テキストのラッピングを修正。
 * 4. EdgeとIEに、テキストのラッピングを修正。
 * 5. EdgeとIEに、テキストのラッピングを修正。
 */
legend {
  display: table; /* 3 */
  max-width: 100%; /* 4 */
  border: 0; /* 1*/
  color: inherit; /* 2 */
  white-space: normal; /* 5 */
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari
 * 2. Change font properties to `inherit` in Chrome and Safari

 * 1. iOSとSafariに、クリッカブルなtypeのスタイルを修正。
 * 2. ChromeとSafariに、フォントプロパティの継承を変更。
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari

 * Chrome, Edge, Safariに、テキストのスタイルを修正。
 */
::-webkit-input-placeholder {
  color: #aba9a6;
  letter-spacing: 0.14em;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari
 * 2. Correct the outline style in Safari

 * 1. ChromeとSafariに、アピアランスを修正。
 * 2. Safariに、アウトラインを修正。
 */
[type=search] {
  outline-offset: -2px; /* 2 */
  -webkit-appearance: textfield; /* 1 */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10

 * 1. IE8/9/10に、a要素の中にある時にボーダーを削除。
 */
img {
  max-width: 100%;
  height: auto;
  border-style: none; /* 1 */
  vertical-align: bottom;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera

 * 1. Chrome, Firefox, Operaに、正しいvertical-alignを与える。
 */
progress {
  vertical-align: baseline;
}

/**
 * 1. Internet Explorer 11-

 * 1. Internet Explorer 11-
 */
svg:not(:root) {
  overflow: hidden; /* 1 */
}

/**
 * 1. Internet Explorer 11+, Windows Phone 8.1+

 * 1. Internet Explorer 11+, Windows Phone 8.1+
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
}

/* # =================================================================
   # Acessibility
   # ================================================================= */
/**
 * Hide content from screens but not screenreaders

 * コンテンツを隠す時は、スクリーンリーダーからでなく、スクリーンから。
 */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/**
 * Specify the progress cursor of updating elements

 * アップデート中の要素のプログレスのカーソルを指定。
 */
/* */
[aria-busy=true] {
  cursor: progress;
}

/**
 * Specify the pointer cursor of trigger elements

 * トリガー要素のポインターのカーソルを指定。
 */
[aria-controls] {
  cursor: pointer;
}

/**
 * Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements

 * 使用不可、編集不可の要素のスタイルが無いカーソルを指定。
 */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/**
 * Specify text selection background color and omit drop shadow

 * テキスト選択時の背景色を指定し、ドロップシャドウを削除。
 */
/**
 * 1. Required when declaring ::selection

 * 1. 「::selection」を使用する時に必要。
 */
::-moz-selection {
  background-color: #ffeff0; /* 1 */
  text-shadow: none;
}

/**
 * 1. Required when declaring ::selection

 * 1. 「::selection」を使用する時に必要。
 */
::-moz-selection {
  background-color: #ffeff0; /* 1 */
  text-shadow: none;
}
::selection {
  background-color: #ffeff0; /* 1 */
  text-shadow: none;
}

html, body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
}

/*=================================
  common
=================================*/
body {
  position: relative;
  background: #fff;
  word-break: break-word;
}

/**
* 1. hタグ、ul・liタグ、aタグの定義
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #FD923E;
}

address {
  font-style: normal;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  /*=================================
    common
  =================================*/
  html, body {
    min-width: 320px;
  }
}
@keyframes show02 {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes vibrate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  75% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes vibrate02 {
  0% {
    transform: rotate(0deg) scale(1.2);
  }
  5% {
    transform: rotate(15deg) scale(1.2);
  }
  10% {
    transform: rotate(-15deg) scale(1.2);
  }
  15% {
    transform: rotate(15deg) scale(1.2);
  }
  20% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
@keyframes burger-show {
  0% {
    right: -50%;
  }
  100% {
    right: 0%;
  }
}
@keyframes header-show {
  0% {
    top: -100px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
a:hover {
  outline: none;
}
a:active {
  outline: none;
}
a:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  /* =================================
    hover
  ================================= */
  a {
    transition-timing-function: ease-out;
    transition-duration: 0.3s;
    transition-property: all;
  }
  a:hover {
    opacity: 0.8;
  }
}
/* =================================
  cta
================================= */
.c-cta {
  padding: 70px 2.5%;
  background: #fff;
}
.c-cta.gray {
  background: #F6F6F6;
}
.c-cta__body--text {
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-optical-sizing: auto;
}
.c-cta__body--text .num {
  font-size: 3.4rem;
  color: #95853E;
}
.c-cta__contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 30px;
}
.c-cta__contactTel--num {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  color: #231815;
  text-decoration: none;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}
.c-cta__contactTel--num::before {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  background-color: #231815;
  content: "";
  -webkit-mask-image: url(../img/icon/icon_phone.svg);
          mask-image: url(../img/icon/icon_phone.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-cta__contactTel--text {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #231815;
  text-align: center;
  letter-spacing: 0.11em;
}
.c-cta__contactBtn {
  display: flex;
  gap: 0 15px;
}
.c-cta__contactBtn--mail {
  display: block;
  padding: 29px 27px;
  background: #EA616F;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: all;
}
@media screen and (min-width: 768px) {
  .c-cta__contactBtn--mail:hover {
    background: rgb(219, 82, 96);
  }
}
.c-cta__contactBtn--line {
  display: block;
  padding: 29px 46px;
  background: #06c755;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: all;
}
@media screen and (min-width: 768px) {
  .c-cta__contactBtn--line:hover {
    background: rgb(6, 199, 85);
  }
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /* =================================
    cta
  ================================= */
  .c-cta {
    padding: 40px 6.4102564103% 46px;
  }
  .c-cta__body--text {
    margin-bottom: 33px;
    font-size: 2rem;
    line-height: 1.375;
  }
  .c-cta__body--text .num {
    font-size: 3.2rem;
  }
  .c-cta__body--text .lg {
    font-size: 2.4rem;
  }
  .c-cta__contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 30px;
  }
  .c-cta__contactTel {
    width: 100%;
    padding: 16px 0;
    background: #CBBA6F;
    text-align: center;
  }
  .c-cta__contactTel--num {
    font-size: 3.8rem;
    color: #fff;
  }
  .c-cta__contactTel--num::before {
    width: 26px;
    height: 26px;
    margin-right: 7px;
    background-color: #fff;
  }
  .c-cta__contactTel--text {
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
  }
  .c-cta__contactBtn {
    width: 100%;
    gap: 0 19px;
  }
  .c-cta__contactBtn--mail {
    width: 100%;
    padding: 15px 0;
  }
  .c-cta__contactBtn--mail::before {
    display: inline-block;
    display: block;
    width: 37px;
    height: 27px;
    margin: 0 auto 5px;
    background-color: #fff;
    content: "";
    -webkit-mask-image: url(../img/icon/icon_mail.svg);
            mask-image: url(../img/icon/icon_mail.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
  .c-cta__contactBtn--line {
    width: 100%;
    padding: 15px 0;
  }
  .c-cta__contactBtn--line::before {
    display: inline-block;
    display: block;
    width: 37px;
    height: 37px;
    margin: 0 auto 5px;
    background-color: #fff;
    content: "";
    -webkit-mask-image: url(../img/icon/icon_line02.svg);
            mask-image: url(../img/icon/icon_line02.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
}
/* =================================
  group
================================= */
.c-group {
  position: relative;
  overflow-x: hidden;
  margin: 120px 0 0;
  padding: 0 40px 140px;
}
.c-group::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: clamp(190px, 26.3888888889vw, 380px);
  height: clamp(111px, 15.4166666667vw, 222px);
  background: url(../img/common/bg_dot_orange.png) repeat left top;
  content: "";
}
.c-group__inner {
  display: flex;
  max-width: 1210px;
  margin: 0 auto;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
}
.c-group__head {
  margin-bottom: 40px;
}
.c-group__head--title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-group__head--title {
    font-size: 2.6rem;
  }
}
.c-group__head--subtitle {
  margin-bottom: -36px;
}
.c-group__media {
  position: relative;
  margin-right: -40px;
  padding-bottom: 100px;
}
.c-group__media::after {
  position: absolute;
  z-index: 0;
  top: 83px;
  right: 0;
  display: block;
  width: calc(50vw + 285px);
  height: calc(100% - 86px);
  margin: 0 calc(50% - 50vw);
  border-radius: 5px 0 0 5px;
  background: rgb(252, 218, 194);
  background: linear-gradient(45deg, rgb(252, 218, 194) 0%, rgb(252, 248, 222) 100%);
  content: "";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcdac2",endColorstr="#fcf8de",GradientType=1);
}
.c-group__media--img {
  position: relative;
  z-index: 1;
  border-radius: 5px;
}
.c-group__body--lead {
  font-size: 1.6rem;
  line-height: 1.8;
}
.c-group__body--lead + .c-group__body--lead {
  margin-top: 2em;
}
.c-group__body--list {
  margin-top: 60px;
}
.c-group__body--item {
  margin-top: 15px;
}
.c-group__body--link {
  font-size: 1.8rem;
  font-weight: 700;
  color: #231815;
  text-decoration: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: all;
}
@media screen and (min-width: 768px) {
  .c-group__body--link:hover {
    color: #FD923E;
    opacity: 1;
  }
}
.c-group__body--link::before {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background: url(../img/icon/icon_circle.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

@media screen and (max-width: 1000px) {
  /* =================================
    group
  ================================= */
  .c-group {
    margin: 0 0 60px;
    padding: 46px 5.1282051282% 0 5.1282051282%;
  }
  .c-group::after {
    top: 0;
    right: 0;
    bottom: initial;
    left: initial;
    width: 130px;
    height: 130px;
  }
  .c-group__inner {
    display: block;
  }
  .c-group__head {
    margin-bottom: 20px;
  }
  .c-group__head--title {
    font-size: 2rem;
  }
  .c-group__head--subtitle {
    max-width: 147px;
    margin-bottom: -20px;
  }
  .c-group__media {
    width: calc(100% - 20px);
    margin: 30px 0 0;
    padding-bottom: 20px;
  }
  .c-group__media::after {
    top: 20px;
    right: -20px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 0;
    border-radius: 5px;
  }
  .c-group__media--img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-group__body {
    margin: 0 0 30px;
  }
  .c-group__body--lead {
    font-size: 1.3rem;
    line-height: 2;
  }
  .c-group__body--list {
    margin-top: 13px;
  }
  .c-group__body--item {
    margin-top: 3px;
  }
  .c-group__body--link {
    font-size: 1.5rem;
  }
  .c-group__body--link::before {
    margin-right: 6px;
  }
}
/* =================================
  program
================================= */
.c-program {
  position: relative;
  overflow-x: hidden;
  margin: 120px 0 0;
  padding: 0 40px 120px;
}
.c-program::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: clamp(190px, 26.3888888889vw, 380px);
  height: clamp(100px, 13.8888888889vw, 200px);
  background: url(../img/common/bg_dot_orange.png) repeat left top;
  content: "";
}
.c-program__inner {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1360px;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0 100px;
}
.c-program__head {
  margin-bottom: 30px;
}
.c-program__head--title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-program__head--title {
    font-size: 2.6rem;
  }
}
.c-program__head--subtitle {
  margin-bottom: -36px;
}
.c-program__media {
  position: relative;
  margin-left: -80px;
  padding-left: 80px;
}
.c-program__media::after {
  position: absolute;
  z-index: 0;
  right: -40px;
  bottom: -40px;
  display: block;
  width: calc(100% - 80px);
  height: 100%;
  border-radius: 5px;
  background: rgb(252, 218, 194);
  background: linear-gradient(45deg, rgb(252, 218, 194) 0%, rgb(252, 248, 222) 100%);
  content: "";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcdac2",endColorstr="#fcf8de",GradientType=1);
}
.c-program__media--img {
  position: relative;
  z-index: 1;
  border-radius: 5px;
}
.c-program__body--lead {
  font-size: 1.6rem;
  line-height: 1.8;
}
.c-program__body--lead + .c-program__body--lead {
  margin-top: 2em;
}
.c-program__body--list {
  margin-top: 30px;
}
.c-program__body--item {
  margin-top: 15px;
}
.c-program__body--link {
  font-size: 1.8rem;
  font-weight: 700;
  color: #231815;
  text-decoration: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: all;
}
@media screen and (min-width: 768px) {
  .c-program__body--link:hover {
    color: #FD923E;
    opacity: 1;
  }
}
.c-program__body--link::before {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background: url(../img/icon/icon_circle.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /* =================================
    program
  ================================= */
  .c-program {
    margin: 60px 0;
    padding: 0 0 20px;
  }
  .c-program::after {
    content: none;
  }
  .c-program__inner {
    display: block;
  }
  .c-program__body {
    padding: 0 5.1282051282%;
  }
  .c-program__head--title {
    font-size: 2rem;
  }
  .c-program__head--subtitle {
    max-width: 209px;
    margin-bottom: -25px;
  }
  .c-program__media {
    width: 80.5%;
    margin: 30px 20px 0 auto;
    padding: 0;
  }
  .c-program__media::after {
    right: -20px;
    bottom: -20px;
    width: 100%;
    height: 100%;
  }
  .c-program__media--img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-program__body--lead {
    font-size: 1.3rem;
  }
  .c-program__body--item {
    margin-top: 2px;
  }
  .c-program__body--link {
    font-size: 1.5rem;
  }
  .c-program__body--link::before {
    margin-right: 6px;
  }
}
/*=================================
  button
=================================*/
.c-button-wrapper {
  display: flex;
  justify-content: center;
  gap: 0 30px;
}

.c-button-primary--lg {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto;
  padding: 23px 40px;
  border-radius: 50px;
  background: rgb(250, 202, 72);
  background: linear-gradient(115deg, rgb(250, 202, 72) 0%, rgb(255, 126, 57) 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
  color: #fff;
  text-align: center;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faca48",endColorstr="#ff7e39",GradientType=1);
}
@media screen and (min-width: 768px) {
  .c-button-primary--lg::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(255, 235, 125);
    background: linear-gradient(115deg, rgb(255, 235, 125) 0%, rgb(255, 175, 56) 100%);
    content: "";
    opacity: 0;
    transition-timing-function: ease-out;
    transition-duration: 0.3s;
    transition-property: all;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffeb7d",endColorstr="#ffaf38",GradientType=1);
  }
  .c-button-primary--lg:hover {
    opacity: 1;
  }
  .c-button-primary--lg:hover::after {
    opacity: 1;
  }
}

.c-button-primary--md {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  max-width: 430px;
  margin: 0 auto;
  padding: 24px 40px;
  border-radius: 50px;
  background: rgb(250, 202, 72);
  background: linear-gradient(115deg, rgb(250, 202, 72) 0%, rgb(255, 126, 57) 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.444444;
  color: #fff;
  text-align: center;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faca48",endColorstr="#ff7e39",GradientType=1);
}
@media screen and (min-width: 768px) {
  .c-button-primary--md::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(255, 235, 125);
    background: linear-gradient(115deg, rgb(255, 235, 125) 0%, rgb(255, 175, 56) 100%);
    content: "";
    opacity: 0;
    transition-timing-function: ease-out;
    transition-duration: 0.3s;
    transition-property: all;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffeb7d",endColorstr="#ffaf38",GradientType=1);
  }
  .c-button-primary--md:hover {
    opacity: 1;
  }
  .c-button-primary--md:hover::after {
    opacity: 1;
  }
}

.c-button-primary--sm {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  max-width: 380px;
  margin: 0 auto;
  padding: 13px 40px;
  border-radius: 50px;
  background: rgb(250, 202, 72);
  background: linear-gradient(115deg, rgb(250, 202, 72) 0%, rgb(255, 126, 57) 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faca48",endColorstr="#ff7e39",GradientType=1);
}
@media screen and (min-width: 768px) {
  .c-button-primary--sm::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(255, 235, 125);
    background: linear-gradient(115deg, rgb(255, 235, 125) 0%, rgb(255, 175, 56) 100%);
    content: "";
    opacity: 0;
    transition-timing-function: ease-out;
    transition-duration: 0.3s;
    transition-property: all;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffeb7d",endColorstr="#ffaf38",GradientType=1);
  }
  .c-button-primary--sm:hover {
    opacity: 1;
  }
  .c-button-primary--sm:hover::after {
    opacity: 1;
  }
}

.c-button-secondary--md {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  padding: 23px 40px;
  border: 1px solid #FD923E;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.444444;
  color: #FD923E;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-button-secondary--md:hover {
    background: #FD923E;
    color: #fff;
    opacity: 1;
  }
  .c-button-secondary--md:hover::before {
    background-color: #fff;
  }
}
.c-button-secondary--md[target=_blank]::before {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -2px 5px 0 0;
  background-color: #FD923E;
  vertical-align: middle;
  content: "";
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: all;
  -webkit-mask-image: url(../img/icon/icon_blank.svg);
          mask-image: url(../img/icon/icon_blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (min-width: 768px) {
  .c-button-secondary--md[target=_blank]:hover::before {
    background-color: #fff;
  }
}

.c-button-secondary--sm {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 12px 40px;
  border: 1px solid #FD923E;
  border-radius: 50px;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #FD923E;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-button-secondary--sm:hover {
    background: #FD923E;
    color: #fff;
    opacity: 1;
  }
  .c-button-secondary--sm:hover::before {
    background-color: #fff;
  }
}
.c-button-secondary--sm[target=_blank]::before {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -2px 5px 0 0;
  background-color: #FD923E;
  vertical-align: middle;
  content: "";
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: all;
  -webkit-mask-image: url(../img/icon/icon_blank.svg);
          mask-image: url(../img/icon/icon_blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (min-width: 768px) {
  .c-button-secondary--sm[target=_blank]:hover::before {
    background-color: #fff;
  }
}

.c-button-icon-search--lg {
  position: relative;
}
.c-button-icon-search--lg::before {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: -4px 5px 0 0;
  background-color: #fff;
  vertical-align: middle;
  content: "";
  -webkit-mask-image: url(../img/icon/icon_search.svg);
          mask-image: url(../img/icon/icon_search.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.c-button-icon-search--md {
  position: relative;
}
.c-button-icon-search--md::before {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: -4px 5px 0 0;
  background-color: #fff;
  vertical-align: middle;
  content: "";
  -webkit-mask-image: url(../img/icon/icon_search.svg);
          mask-image: url(../img/icon/icon_search.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.c-button-icon-search--sm {
  position: relative;
}
.c-button-icon-search--sm::before {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -4px 5px 0 0;
  background-color: #fff;
  vertical-align: middle;
  content: "";
  -webkit-mask-image: url(../img/icon/icon_search.svg);
          mask-image: url(../img/icon/icon_search.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.c-button-icon-docment--sm {
  position: relative;
}
.c-button-icon-docment--sm::before {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -4px 5px 0 0;
  background-color: #FD923E;
  vertical-align: middle;
  content: "";
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: all;
  -webkit-mask-image: url(../img/icon/icon_docment.svg);
          mask-image: url(../img/icon/icon_docment.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

/* floating */
.c-button-floating--lg {
  position: fixed;
  z-index: 100;
  top: 140px;
  right: 0;
  display: flex;
  overflow: hidden;
  margin: 0 auto;
  padding: 20px 24px;
  border-radius: 5px 0 0 5px;
  background: rgb(250, 202, 72);
  background: linear-gradient(180deg, rgb(250, 202, 72) 0%, rgb(255, 126, 57) 100%);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.162em;
  writing-mode: vertical-rl;
  align-items: center;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faca48",endColorstr="#ff7e39",GradientType=1);
}
@media screen and (min-width: 768px) {
  .c-button-floating--lg::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(255, 235, 125);
    background: linear-gradient(180deg, rgb(255, 235, 125) 0%, rgb(255, 175, 56) 100%);
    content: "";
    opacity: 0;
    transition-timing-function: ease-out;
    transition-duration: 0.3s;
    transition-property: all;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffeb7d",endColorstr="#ffaf38",GradientType=1);
  }
  .c-button-floating--lg:hover {
    opacity: 1;
  }
  .c-button-floating--lg:hover::after {
    opacity: 1;
  }
}

.c-button-floating--md {
  position: fixed;
  z-index: 100;
  top: 140px;
  right: 0;
  display: flex;
  overflow: hidden;
  margin: 0 auto;
  padding: 20px 22px;
  border-radius: 5px 0 0 5px;
  background: rgb(250, 202, 72);
  background: linear-gradient(180deg, rgb(250, 202, 72) 0%, rgb(255, 126, 57) 100%);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  writing-mode: vertical-rl;
  align-items: center;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faca48",endColorstr="#ff7e39",GradientType=1);
}
@media screen and (min-width: 768px) {
  .c-button-floating--md::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(255, 235, 125);
    background: linear-gradient(180deg, rgb(255, 235, 125) 0%, rgb(255, 175, 56) 100%);
    content: "";
    opacity: 0;
    transition-timing-function: ease-out;
    transition-duration: 0.3s;
    transition-property: all;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffeb7d",endColorstr="#ffaf38",GradientType=1);
  }
  .c-button-floating--md:hover {
    opacity: 1;
  }
  .c-button-floating--md:hover::after {
    opacity: 1;
  }
}

.c-button-icon-search-floating--lg::before {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-bottom: 12px;
  background-color: #fff;
  vertical-align: middle;
  content: "";
  -webkit-mask-image: url(../img/icon/icon_search.svg);
          mask-image: url(../img/icon/icon_search.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.c-button-icon-search-floating--md::before {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-bottom: 10px;
  background-color: #fff;
  vertical-align: middle;
  content: "";
  -webkit-mask-image: url(../img/icon/icon_search.svg);
          mask-image: url(../img/icon/icon_search.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.home .c-button-floating--md {
  opacity: 0;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /*=================================
    button
  =================================*/
  .c-button-wrapper > * + * {
    margin-top: 16px;
  }
  .c-button-primary--lg {
    max-width: 350px;
    padding: 18px 5.1282051282%;
    font-size: 1.6rem;
  }
  .c-button-primary--md {
    max-width: 350px;
    padding: 13px 5.1282051282%;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .c-button-primary--sm {
    max-width: 350px;
    padding: 15px 5.1282051282%;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .c-button-secondary--md {
    max-width: 350px;
    padding: 13px 5.1282051282%;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .c-button-secondary--md[target=_blank]::before {
    width: 24px;
    height: 24px;
  }
  .c-button-secondary--sm {
    max-width: 350px;
    padding: 13px 5.1282051282%;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .c-button-secondary--sm[target=_blank]::before {
    width: 24px;
    height: 24px;
  }
  .c-button-icon-search--lg::before {
    width: 24px;
    height: 24px;
    margin-right: 6px;
  }
  .c-button-icon-search--md::before {
    width: 24px;
    height: 24px;
    margin-right: 6px;
  }
  .c-button-icon-search--sm {
    position: relative;
  }
  .c-button-icon-search--sm::before {
    width: 24px;
    height: 24px;
    margin-right: 5px;
  }
  .c-button-icon-docment--sm::before {
    width: 24px;
    height: 24px;
  }
}
/*=================================
  link
=================================*/
.c-link-wrapper {
  display: flex;
  justify-content: center;
  gap: 0 30px;
}

.c-link--blank {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #231815;
}
.c-link--blank[target=_blank]::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-color: #231815;
  vertical-align: text-bottom;
  content: "";
  -webkit-mask-image: url(../img/icon/icon_blank.svg);
          mask-image: url(../img/icon/icon_blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.c-link--arrow {
  font-size: 2rem;
  font-weight: 700;
  color: #231815;
  text-decoration: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: all;
}
@media screen and (min-width: 768px) {
  .c-link--arrow:hover {
    color: #FD923E;
    opacity: 1;
  }
}
.c-link--arrow::before {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  background: url(../img/icon/icon_arrow.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

.c-link--dot {
  font-size: 1.8rem;
  font-weight: 700;
  color: #231815;
  text-decoration: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: all;
}
@media screen and (min-width: 768px) {
  .c-link--dot:hover {
    color: #FD923E;
    opacity: 1;
  }
}
.c-link--dot::before {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background: url(../img/icon/icon_circle.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  content: "";
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /*=================================
    link
  =================================*/
  .c-button-wrapper > * + * {
    margin-top: 16px;
  }
  .c-link--blank {
    font-size: 1.3rem;
    line-height: 2.2153;
  }
  .c-link--blank[target=_blank]::before {
    width: 20px;
    height: 20px;
  }
  .c-link--arrow {
    font-size: 1.5rem;
  }
  .c-link--arrow::before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .c-link--dot {
    font-size: 1.5rem;
  }
  .c-link--dot::before {
    margin-right: 6px;
  }
}
/*=================================
  title
=================================*/
.c-title--primary {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 25px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4375;
  text-align: center;
}
.c-title--primary::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 80px;
  height: 5px;
  background: #FD923E;
  content: "";
  transform: translateX(-50%);
}

.c-title--secondary {
  margin-bottom: 60px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #231815;
  text-align: center;
}

.c-title--secondary-sub {
  display: block;
  margin-bottom: 6px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  color: #231815;
  text-align: center;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /*=================================
    title
  =================================*/
  .c-title--primary {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .c-title--primary::after {
    width: 40px;
  }
  .c-title--secondary {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .c-title--secondary-sub {
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
/*=================================
  head
=================================*/
.c-head-page {
  margin: 0 0 80px;
  padding: 0 40px;
  background: rgb(252, 248, 222);
  background: linear-gradient(115deg, rgb(252, 248, 222) 0%, rgb(252, 216, 192) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcf8de",endColorstr="#fcd8c0",GradientType=1);
}
.c-head-page__inner {
  max-width: 1360px;
  min-height: 389px;
  margin: 0 auto;
  padding: 90px 0;
}
.c-head-page--subtitle {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-head-page--title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-head-page-secondary {
  margin: 0 0 120px;
  padding: 0 40px;
}
.c-head-page-secondary__inner {
  max-width: 1360px;
  margin: 0 auto;
  padding-top: 90px;
}
.c-head-page-secondary--subtitle {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-head-page-secondary--title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-head-article {
  margin: 120px 0 80px;
}
.c-head-article--subtitle {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  color: #FD923E;
}
.c-head-article--title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-breadcrumb { /* パンくずとメインタイトルのみが隣接した時の余白の指定 */ }
.c-breadcrumb + .c-head-page--title {
  margin-top: 94px;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /*=================================
    head
  =================================*/
  .c-head-page {
    margin: 0 0 40px;
    padding: 0 5.1282051282%;
  }
  .c-head-page__inner {
    min-height: initial;
    padding: 50px 0;
  }
  .c-head-page--subtitle {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 2.1;
  }
  .c-head-page--title {
    font-size: 2rem;
  }
  .c-head-page-secondary {
    margin: 0 0 40px;
    padding: 0 5.1282051282%;
  }
  .c-head-page-secondary__inner {
    padding-top: 0;
  }
  .c-head-page-secondary--subtitle {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 2.1;
  }
  .c-head-page-secondary--title {
    font-size: 2rem;
  }
  .c-head-article {
    margin: 40px 0 30px;
  }
  .c-head-article--subtitle {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 2.1;
  }
  .c-head-article--title {
    font-size: 2rem;
  }
  .c-breadcrumb { /* パンくずとメインタイトルのみが隣接した時の余白の指定 */ }
  .c-breadcrumb + .c-head-page--title {
    margin-top: 0;
  }
}
/*=================================
  lead
=================================*/
.c-lead {
  padding: 0 40px;
}
.c-lead__inner {
  max-width: 1210px;
  margin: 60px auto;
  text-align: center;
}
.c-lead--text {
  font-size: 1.6rem;
  line-height: 1.8;
}
.c-lead--text + .c-lead--text {
  margin-top: 2em;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /*=================================
    lead
  =================================*/
  .c-lead {
    padding: 0 5.1282051282%;
  }
  .c-lead__inner {
    margin: 40px auto;
  }
  .c-lead--text {
    font-size: 1.3rem;
  }
}
/*=================================
  c-breadcrumb
=================================*/
.c-breadcrumb {
  margin: 22px 0 70px;
}
.c-breadcrumb--item {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  color: #6B6B6C;
}
.c-breadcrumb--item:not(:first-child) {
  margin-left: 10px;
}
.c-breadcrumb--item:not(:first-child)::before {
  display: inline-block;
  width: 6px;
  height: 1px;
  margin-right: 10px;
  background: #6B6B6C;
  vertical-align: middle;
  content: "";
}
.c-breadcrumb--item span {
  font-size: 1.2rem;
  line-height: 1;
  color: #6B6B6C;
}
.c-breadcrumb--item a {
  font-size: 1.2rem;
  line-height: 1;
  color: #6B6B6C;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb--item a:hover {
    color: #FD923E;
    opacity: 1;
  }
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /*=================================
    breadcrumb
  =================================*/
  .c-breadcrumb {
    display: none;
  }
}
/*=================================
  js-tab
=================================*/
.js-tab-menu__item.is-active {
  pointer-events: none;
}
.js-tab-target__item {
  display: none;
}
.js-tab-target__item.is-show {
  display: block !important;
}

/*=================================
  pagination
=================================*/
.pagination {
  margin: 80px auto 0;
}
.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 10px;
}
.pagination .nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current) {
  display: inline-block;
  width: 40px;
  border: 1px solid #FD923E;
  border-radius: 3px;
  background: #fff;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 38px;
  color: #FD923E;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .pagination .nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current):hover {
    background: #FD923E;
    color: #fff;
    opacity: 1;
  }
}
.pagination .nav-links .page-numbers.current {
  display: inline-block;
  width: 40px;
  border: 1px solid #FD923E;
  border-radius: 3px;
  background: #FD923E;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 38px;
  color: #fff;
  text-align: center;
}
.pagination .nav-links .page-numbers.dots {
  width: 40px;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
}
.pagination .nav-links .page-numbers.next {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  border-radius: 50px;
  background: #fff;
}
.pagination .nav-links .page-numbers.next::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #FD923E;
  content: "";
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: all;
  -webkit-mask-image: url(../img/icon/icon_pagination_next.svg);
          mask-image: url(../img/icon/icon_pagination_next.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (min-width: 768px) {
  .pagination .nav-links .page-numbers.next:hover {
    background: #FD923E;
    opacity: 1;
  }
  .pagination .nav-links .page-numbers.next:hover::after {
    background-color: #fff;
  }
}
.pagination .nav-links .page-numbers.prev {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50px;
  background: #fff;
}
.pagination .nav-links .page-numbers.prev::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #FD923E;
  content: "";
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: all;
  transform: rotate(180deg);
  -webkit-mask-image: url(../img/icon/icon_pagination_next.svg);
          mask-image: url(../img/icon/icon_pagination_next.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (min-width: 768px) {
  .pagination .nav-links .page-numbers.prev:hover {
    background: #FD923E;
    opacity: 1;
  }
  .pagination .nav-links .page-numbers.prev:hover::after {
    background-color: #fff;
  }
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /*=================================
    pagination
  =================================*/
  .pagination {
    margin: 40px auto 0;
  }
  .pagination .nav-links .page-numbers:not(.next):not(.prev):not(.dots):not(.current) {
    width: 30px;
    font-size: 1.6rem;
    line-height: 28px;
  }
  .pagination .nav-links .page-numbers.current {
    width: 30px;
    font-size: 1.6rem;
    line-height: 28px;
  }
  .pagination .nav-links .page-numbers.dots {
    width: 30px;
    font-size: 1.6rem;
    line-height: 30px;
  }
  .pagination .nav-links .page-numbers.next {
    width: 30px;
    height: 30px;
    margin-left: 0;
  }
  .pagination .nav-links .page-numbers.next::after {
    width: 30px;
    height: 30px;
  }
  .pagination .nav-links .page-numbers.prev {
    width: 30px;
    height: 30px;
    margin-right: 0;
  }
  .pagination .nav-links .page-numbers.prev::after {
    width: 30px;
    height: 30px;
  }
}
/* =================================
  job
================================= */
.c-job-information {
  padding: 120px 40px;
  background: #F5F5F7;
}
.c-job-information__inner {
  max-width: 1210px;
  margin: 0 auto;
}
.c-job-information--result {
  margin-top: -40px;
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-job-information--list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 37px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-job-information--list {
    gap: clamp(20px, 2.7777777778vw, 40px) clamp(17px, 2.5694444444vw, 37px);
  }
}
.c-job-information--item {
  overflow: hidden;
  width: calc((100% - 74px) / 3);
  border: 1px solid #fff;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.04);
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: all;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .c-job-information--item {
    width: calc((100% - clamp(34px, 5.1388888889vw, 74px)) / 3);
  }
}
@media screen and (min-width: 768px) {
  .c-job-information--item:hover {
    border-color: #FD923E;
  }
  .c-job-information--item:hover .c-job-information--body {
    opacity: 1;
  }
  .c-job-information--item:hover .c-job-information--link {
    color: #FD923E;
  }
}
.c-job-information--body {
  display: block;
  text-decoration: none;
}
.c-job-information--head {
  position: relative;
}
.c-job-information--img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-job-information--category {
  position: absolute;
  top: 15px;
  left: 20px;
  padding: 2px 12px;
  border-radius: 50px;
  background: rgba(253, 146, 62, 0.88);
  font-size: clamp(1.2rem, 0.9722222222vw, 1.4rem);
  font-weight: 700;
  line-height: 1.714285;
  color: #fff;
}
.c-job-information--box {
  padding: 22px 20px 28px;
}
.c-job-information--status {
  margin-bottom: 5px;
  font-size: clamp(1.2rem, 0.9722222222vw, 1.4rem);
  font-weight: 700;
  line-height: 1.8;
  color: #FD923E;
}
.c-job-information--link {
  font-size: clamp(1.5rem, 1.25vw, 1.8rem);
  font-weight: 700;
  line-height: 1.8;
  color: #231815;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: all;
}
.c-job-information--location {
  display: inline-block;
  margin-top: 10px;
  font-size: clamp(1.2rem, 0.9722222222vw, 1.4rem);
  font-weight: 700;
  line-height: 1.8;
  color: #231815;
}
.c-job-information--location::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px -5px 0;
  background: url(../img/icon/icon_location.svg) no-repeat center center;
  background-size: contain;
  content: "";
}
.c-job-information__button {
  margin-top: 60px;
}
.c-job-location { /* 勤務地 */
  margin: 60px 0;
  padding: 30px 40px 40px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.04);
}
.c-job-location__head {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #FD923E;
}
.c-job-location__head::before {
  display: inline-block;
  width: 29px;
  height: 29px;
  margin-right: 5px;
  background-color: #FD923E;
  vertical-align: text-bottom;
  content: "";
  -webkit-mask-image: url(../img/icon/icon_location.svg);
          mask-image: url(../img/icon/icon_location.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-job-location--list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.c-job-location--link {
  display: inline-block;
  padding: 9px 29px;
  border: 1px solid #DDD8C9;
  border-radius: 50px;
  background: #F8F6EF;
  font-size: 1.8rem;
  line-height: 1.166666;
  color: #231815;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-job-location--link:hover {
    background: #DDD8C9;
    opacity: 1;
  }
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /* =================================
    job
  ================================= */
  .c-job-information {
    padding: 60px 5.1282051282%;
  }
  .c-job-information--result {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .c-job-information--list {
    gap: 20px 0;
  }
  .c-job-information--item {
    width: 100%;
  }
  .c-job-information--category {
    top: 13px;
    left: 8px;
    padding: 0px 12px;
    font-size: 1.2rem;
    line-height: 2;
  }
  .c-job-information--box {
    padding: 20px 4.1025641026% 30px;
  }
  .c-job-information--status {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 2.1;
  }
  .c-job-information--link {
    font-size: 1.5rem;
  }
  .c-job-information--location {
    margin-top: 3px;
    font-size: 1.2rem;
    line-height: 2.1;
  }
  .c-job-information__button {
    margin-top: 30px;
  }
  .c-job-location { /* 勤務地 */
    margin: 30px 0;
    padding: 20px 5.1282051282%;
  }
  .c-job-location__head {
    margin-bottom: 18px;
    font-size: 1.5rem;
  }
  .c-job-location__head::before {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
  .c-job-location--list {
    gap: 8px 8px;
  }
  .c-job-location--link {
    padding: 8px 19px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
/* =================================
  brand-interview
================================= */
.c-brand-interview {
  margin: 120px 0;
  padding: 0 40px;
}
.c-brand-interview__inner {
  max-width: 1210px;
  margin: 0 auto;
}
.c-brand-interview__box {
  display: flex;
  width: 100%;
  margin: 60px 0;
  padding: 40px;
  border-radius: 5px;
  background: #F8F6EF;
  text-decoration: none;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .c-brand-interview__box:hover {
    opacity: 1;
  }
  .c-brand-interview__box:hover .c-brand-interview--title {
    color: #FD923E;
  }
  .c-brand-interview__box:hover .c-brand-interview--link {
    color: #FD923E;
  }
  .c-brand-interview__box:hover .c-brand-interview--img {
    transform: scale(1.2);
  }
}
.c-brand-interview__thumb {
  overflow: hidden;
  width: 29.7520661157%;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}
.c-brand-interview__thumb + .c-brand-interview__body {
  width: 66.9421487603%;
}
.c-brand-interview__body {
  width: 100%;
}
.c-brand-interview--img {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: all;
}
.c-brand-interview--title {
  margin: 24px 0 17px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  color: #979798;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: all;
}
.c-brand-interview--text {
  margin: 17px 0 20px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.636363;
  color: #231815;
}
.c-brand-interview--link {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  color: #231815;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: all;
}
.c-brand-interview--link::before {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background: url(../img/icon/icon_circle.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.c-brand-interview-kv {
  position: relative;
  overflow: hidden;
  margin: 80px 0;
  border-radius: 5px;
}
.c-brand-interview-kv--title {
  position: absolute;
  bottom: 35px;
  left: 33px;
}
.c-brand-interview-kv--name {
  display: inline-block;
  padding: 11px 17px;
  background: rgb(250, 202, 72);
  background: linear-gradient(90deg, rgba(250, 202, 72, 0.88) 0%, rgba(255, 126, 57, 0.88) 100%);
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faca48",endColorstr="#ff7e39",GradientType=1);
}
.c-brand-interview-kv--post {
  display: inline-block;
  margin-bottom: 7px;
  padding: 10px 17px;
  background: rgb(250, 202, 72);
  background: linear-gradient(90deg, rgba(250, 202, 72, 0.88) 0%, rgba(255, 126, 57, 0.88) 100%);
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faca48",endColorstr="#ff7e39",GradientType=1);
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /* =================================
    brand-interview
  ================================= */
  .c-brand-interview {
    margin: 60px 0;
    padding: 0 5.1282051282%;
  }
  .c-brand-interview__box {
    display: block;
    margin: 30px 0;
    padding: 20px 5.1282051282% 30px;
  }
  .c-brand-interview__thumb {
    width: 100%;
  }
  .c-brand-interview__thumb + .c-brand-interview__body {
    width: 100%;
  }
  .c-brand-interview--title {
    margin: 20px 0 10px;
    font-size: 1.3rem;
  }
  .c-brand-interview--text {
    margin: 10px 0 20px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .c-brand-interview--link {
    font-size: 1.3rem;
  }
  .c-brand-interview--link::before {
    margin-right: 5px;
  }
  .c-brand-interview-kv {
    margin: 30px 0;
  }
  .c-brand-interview-kv--title {
    bottom: 16px;
    left: 16px;
  }
  .c-brand-interview-kv--name {
    padding: 5px 12px;
    font-size: 2rem;
  }
  .c-brand-interview-kv--post {
    margin-bottom: 3px;
    padding: 5px 12px;
    font-size: 1.2rem;
  }
}
/* =================================
  search
================================= */
.c-search {
  margin: 80px auto;
  padding: 0 40px;
}
.c-search__inner {
  max-width: 1210px;
  margin: 0 auto;
}
.c-search-head {
  display: flex;
  margin: 80px auto 60px;
  align-items: center;
}
.c-search-head--title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-search-head--title::before {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 10px 5px 0;
  background: url(../img/icon/icon_search.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.c-search-head--link {
  margin-left: 30px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #231815;
}
.c-search-head--link::before {
  display: inline-block;
  width: 1px;
  height: 20px;
  margin-right: 30px;
  background: #231815;
  vertical-align: middle;
  content: "";
}
.c-search-head--link[target=_blank]::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0 2px 6px;
  background-color: #231815;
  vertical-align: text-bottom;
  content: "";
  -webkit-mask-image: url(../img/icon/icon_blank.svg);
          mask-image: url(../img/icon/icon_blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-search-box {
  margin: 60px auto 80px;
}
.c-search-box__head {
  position: relative;
}
.c-search-box__head::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../img/common/table_border_dot.png) repeat-x left bottom;
  background-size: 8px 1px;
  content: "";
}
.c-search-box__item {
  position: relative;
  display: flex;
  padding: 20px 0;
  align-items: center;
  gap: 10px 10px;
}
.c-search-box__item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../img/common/table_border_dot.png) repeat-x left bottom;
  background-size: 8px 1px;
  content: "";
}
.c-search-box__item--title {
  width: 220px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.44;
}
.c-search-box__item--content {
  display: flex;
  width: calc(100% - 220px);
  padding-right: 14px;
  flex-wrap: wrap;
  gap: 20px;
}
.c-search-box__item--category {
  gap: 10px;
}
.c-search-box input[type=checkbox] {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.c-search-box input[type=radio] {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.c-search-box input {
  border-style: none;
  background-color: transparent;
  font: inherit;
  color: inherit;
}
.c-search-form { /* フォームパーツ */ }
.c-search-form--category-button {
  display: inline-block;
  padding: 9px 34px;
  border: 1px solid #FD923E;
  border-radius: 50px;
  background: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44444;
  color: #FD923E;
  cursor: pointer;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: all;
}
.c-search-form--category input[type=radio]:checked + .c-search-form--category-button {
  background: #FD923E;
  color: #fff;
}
.c-search-form--checkbox {
  display: inline-block;
  line-height: 1.3;
}
.c-search-form--checkbox-button {
  position: relative;
  padding-left: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #231815;
  cursor: pointer;
}
.c-search-form--checkbox-button::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #8F92A4;
  background-color: #fff;
  content: "";
}
.c-search-form--checkbox-button::after {
  position: absolute;
  top: 7px;
  left: 4px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/common/form_check.svg) no-repeat center center;
  background-size: contain;
  content: "";
  opacity: 0;
}
.c-search-form--checkbox input[type=checkbox]:checked + .c-search-form--checkbox-button {
  color: #FD923E;
}
.c-search-form--checkbox input[type=checkbox]:checked + .c-search-form--checkbox-button::before {
  border-color: #0475FF;
  background-color: #0475FF;
}
.c-search-form--checkbox input[type=checkbox]:checked + .c-search-form--checkbox-button::after {
  opacity: 1;
}
.c-search-form--radio {
  display: inline-block;
  line-height: 1.3;
}
.c-search-form--radio-button {
  position: relative;
  padding-left: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #231815;
  cursor: pointer;
}
.c-search-form--radio-button::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #8F92A4;
  border-radius: 50px;
  background-color: #fff;
  content: "";
}
.c-search-form--radio-button::after {
  position: absolute;
  top: 9px;
  left: 6px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: #fff;
  content: "";
  opacity: 0;
}
.c-search-form--radio input[type=radio]:checked + .c-search-form--radio-button {
  color: #FD923E;
}
.c-search-form--radio input[type=radio]:checked + .c-search-form--radio-button::before {
  border-color: #0475FF;
  background-color: #0475FF;
}
.c-search-form--radio input[type=radio]:checked + .c-search-form--radio-button::after {
  opacity: 1;
}
.c-search-form--search-button {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  border-radius: 50px;
  background: rgb(250, 202, 72);
  background: linear-gradient(115deg, rgb(250, 202, 72) 0%, rgb(255, 126, 57) 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faca48",endColorstr="#ff7e39",GradientType=1);
}
.c-search-form--search-button::before {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: calc(50% - 95px);
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: #fff;
  content: "";
  transform: translateY(-50%);
  -webkit-mask-image: url(../img/icon/icon_search.svg);
          mask-image: url(../img/icon/icon_search.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-search-form--search-button input {
  position: relative;
  z-index: 0;
  z-index: 2;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 24px 40px 24px 70px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.444444;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-search-form--search-button::after {
    position: absolute;
    z-index: -1;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(255, 235, 125);
    background: linear-gradient(115deg, rgb(255, 235, 125) 0%, rgb(255, 175, 56) 100%);
    content: "";
    opacity: 0;
    transition-timing-function: ease-out;
    transition-duration: 0.3s;
    transition-property: all;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffeb7d",endColorstr="#ffaf38",GradientType=1);
  }
  .c-search-form--search-button:hover {
    opacity: 1;
  }
  .c-search-form--search-button:hover::after {
    opacity: 1;
  }
}
.c-search-form--search-button-wrapper {
  margin: 40px 0 0;
  text-align: center;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /* =================================
    search
  ================================= */
  .c-search {
    margin: 40px auto 60px;
    padding: 0 5.1282051282%;
  }
  .c-search-head {
    display: block;
    margin: 40px auto 26px;
    text-align: center;
  }
  .c-search-head--title {
    font-size: 2rem;
  }
  .c-search-head--title::before {
    width: 28px;
    height: 28px;
    margin: 0 6px 5px 0;
  }
  .c-search-head--link {
    margin: 8px 0 0;
    font-size: 1.4rem;
    line-height: 1.575;
  }
  .c-search-head--link::before {
    content: none;
  }
  .c-search-head--link[target=_blank]::after {
    width: 18px;
    height: 18px;
    margin: 0 0 1px 5px;
  }
  .c-search-box {
    margin: 26px auto 60px;
  }
  .c-search-box__item {
    display: block;
    padding: 15px 0;
  }
  .c-search-box__item--title {
    width: 100%;
    margin-bottom: 8px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .c-search-box__item--content {
    width: 100%;
    padding-right: 0;
    gap: 15px;
  }
  .c-search-box__item--category {
    gap: 8px 10px;
  }
  .c-search-form { /* フォームパーツ */ }
  .c-search-form--category-button {
    padding: 4px 19px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .c-search-form--checkbox {
    line-height: 1.7;
  }
  .c-search-form--radio {
    line-height: 1.7;
  }
  .c-search-form--search-button {
    max-width: 350px;
  }
  .c-search-form--search-button::before {
    left: calc(50% - 75px);
    width: 24px;
    height: 24px;
  }
  .c-search-form--search-button input {
    padding: 14px 5.1282051282% 14px 50px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
/*=================================
  home
=================================*/
.p-home {
  /* メインビジュアル */
}
.p-home-head {
  margin-bottom: 130px;
  padding: 0 2.5%;
}
.p-home-head__body {
  display: flex;
  max-width: 1210px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 60px;
}
.p-home-head__titleWrap {
  text-align: center;
}
.p-home-head__title {
  font-size: 3.6rem;
  font-weight: 400;
}
.p-home-head__ruby {
  font-family: "Crimson Text", serif;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}
.p-home-head__text {
  font-size: 1.6rem;
  line-height: 1.6875;
}
.p-home-fv {
  background: url(../img/home/bg_fv_pc.jpg) no-repeat center top;
  background-size: cover;
}
.p-home-fv__plan {
  position: relative;
  min-height: clamp(460px, 43.6111111111vw, 628px);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  color: #FAFAFA;
  font-optical-sizing: auto;
}
.p-home-fv__planName {
  font-size: clamp(1.6rem, 2.2222222222vw, 3.2rem);
  font-weight: 400;
}
.p-home-fv__planPrice {
  display: flex;
  font-size: clamp(2.4rem, 3.3333333333vw, 4.8rem);
  line-height: 1.208333;
  align-items: center;
}
.p-home-fv__planPrice--kaiin {
  display: inline-block;
  width: 2.8em;
  font-size: clamp(0.75rem, 1.0416666667vw, 1.5rem);
  line-height: 1.2;
}
.p-home-fv__planPrice--yen {
  display: block;
  font-size: clamp(1.2rem, 1.6666666667vw, 2.4rem);
  line-height: 1;
}
.p-home-fv__planPrice--tax {
  font-size: 1.2rem;
  text-align: center;
}
.p-home-fv__plan .p-home-fv__plan--01 {
  position: absolute;
  z-index: 0;
  top: clamp(40%, 13.4027777778vw, 193px);
  left: clamp(2%, 13.0555555556vw, 188px);
  text-align: center;
}
.p-home-fv__plan .p-home-fv__plan--01::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  display: block;
  width: clamp(160px, 22.2222222222vw, 320px);
  height: clamp(160px, 22.2222222222vw, 320px);
  border-radius: 50%;
  background: #EC6E89;
  content: "";
  transform: translate(-50%, -50%);
  filter: blur(37.6px);
}
.p-home-fv__plan .p-home-fv__plan--01 .p-home-fv__planName {
  font-size: clamp(2.5rem, 3.4722222222vw, 5rem);
  font-weight: 500;
  line-height: 1.2;
  text-shadow: 1px 1px 10px #EC6E89;
}
.p-home-fv__plan .p-home-fv__plan--01 .p-home-fv__planPrice {
  font-size: clamp(4.7rem, 6.5277777778vw, 9.4rem);
  line-height: 1.196453;
  text-shadow: 1px 1px 10px #EC6E89;
}
.p-home-fv__plan .p-home-fv__plan--01 .p-home-fv__planPrice--kaiin {
  font-size: clamp(1.2rem, 1.6666666667vw, 2.4rem);
}
.p-home-fv__plan .p-home-fv__plan--01 .p-home-fv__planPrice--yen {
  font-size: clamp(2.6rem, 3.6805555556vw, 5.3rem);
}
.p-home-fv__plan .p-home-fv__plan--01 .p-home-fv__planPrice--tax {
  font-size: clamp(0.9rem, 1.25vw, 1.8rem);
}
.p-home-fv__plan--02 {
  position: absolute;
  z-index: 0;
  top: clamp(26.4968%, 9.375vw, 135px);
  right: clamp(14%, 14.1666666667vw, 204px);
  text-align: center;
}
.p-home-fv__plan--02::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  display: block;
  width: clamp(84px, 11.6666666667vw, 168px);
  height: clamp(84px, 11.6666666667vw, 168px);
  border-radius: 50%;
  background: #7EC04C;
  content: "";
  transform: translate(-50%, -50%);
  filter: blur(25px);
}
.p-home-fv__plan--03 {
  position: absolute;
  z-index: 0;
  right: clamp(9%, 9.3055555556vw, 134px);
  bottom: clamp(11.7834%, 5.1388888889vw, 74px);
  text-align: center;
}
.p-home-fv__plan--03::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  display: block;
  width: clamp(91px, 12.6388888889vw, 182px);
  height: clamp(91px, 12.6388888889vw, 182px);
  border-radius: 50%;
  background: #00A6BA;
  content: "";
  transform: translate(-50%, -50%);
  filter: blur(25px);
}
.p-home-fv__button {
  margin-bottom: clamp(2%, 5vw, 72px);
  margin-left: clamp(2.5%, 21.1805555556vw, 305px);
}
.p-home-fv__button--link {
  display: inline-block;
  padding: 23px 23px;
  border: 2px solid #FAFAFA;
  font-size: 1.8rem;
  color: #FAFAFA;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-home-fv__button--link:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #231815;
  }
}
.p-home-fv__catch {
  padding: 0 clamp(2.5%, 7.6388888889vw, 110px);
  background: rgba(255, 255, 255, 0.9);
}
.p-home-fv__catchInner {
  max-width: 1222px;
  margin: 0 auto;
  padding: 55px clamp(150px, 11.5277777778vw, 166px) 55px 0;
  background: url(../img/home/img_fv_pc.png) no-repeat right bottom;
  background-size: clamp(150px, 11.5277777778vw, 166px) auto;
}
.p-home-fv__catchCopy {
  display: flex;
  margin-bottom: 40px;
  font-family: "Hina Mincho", serif;
  font-size: clamp(2.6rem, 2.0833333333vw, 3rem);
  font-weight: 400;
  font-style: normal;
  line-height: 1.444;
  flex-wrap: wrap;
  align-items: center;
}
.p-home-fv__catchCopy--em {
  font-size: clamp(3.6rem, 3.75vw, 5.4rem);
  color: #95853E;
}
.p-home-fv__catchTextWrap {
  display: flex;
  gap: 50px;
}
.p-home-fv__catchText {
  width: 50%;
  padding-left: 30px;
  border-left: 4px solid #CBBA6F;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
}
.p-home-fv__catchText--md {
  margin-bottom: 20px;
  font-size: clamp(1.8rem, 1.5277777778vw, 2.2rem);
  line-height: 1.590909;
}
.p-home-fv__catchText--sm {
  font-size: clamp(1.6rem, 1.0416666667vw, 1.5rem);
  line-height: 1.8;
}
.p-home-plan {
  padding: 130px 0 92px;
  background: url(../img/home/bg_plan_pc.jpg) no-repeat center top;
  background-size: cover;
}
.p-home-plan__wrap {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2px;
}
.p-home-plan__head {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  min-height: 22.9166666667vw;
  padding: clamp(36px, 4.375vw, 63px) 1%;
  color: #FAFAFA;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.p-home-plan__head--overview {
  position: relative;
  z-index: 2;
  margin-bottom: clamp(25px, 3.4722222222vw, 50px);
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-optical-sizing: auto;
}
.p-home-plan__head--name {
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2.8rem, 2.6388888889vw, 3.8rem);
  font-weight: 500;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
}
.p-home-plan__head--name::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  display: block;
  width: clamp(100px, 9.0277777778vw, 130px);
  height: clamp(100px, 9.0277777778vw, 130px);
  border-radius: 50%;
  background: #7EC04C;
  content: "";
  transform: translate(-50%, -50%);
  filter: blur(25px);
}
.p-home-plan__head--name.green::after {
  background: #7EC04C;
}
.p-home-plan__head--name.pink::after {
  background: #EC6E89;
}
.p-home-plan__head--name.blue::after {
  background: #00A6BA;
}
.p-home-plan__head--button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: clamp(25px, 3.4722222222vw, 50px) auto 0;
  padding: 15px 35px;
  border: 2px solid #FAFAFA;
  font-size: 1.6rem;
  color: #FAFAFA;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-home-plan__head--button:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #231815;
  }
}
.p-home-plan__head--img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-plan__label {
  display: flex;
  margin: 30px auto;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.p-home-plan__labelItem {
  display: inline-block;
  padding: 5px 8px;
  background: #E3E3E3;
  font-size: 1.4rem;
  color: #9F9F9F;
}
.p-home-plan__labelItem.green {
  background: #7EC04C;
  color: #FAFAFA;
}
.p-home-plan__labelItem.pink {
  background: #EC6E89;
  color: #FAFAFA;
}
.p-home-plan__labelItem.blue {
  background: #00A6BA;
  color: #FAFAFA;
}
.p-home-plan__foot {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-optical-sizing: auto;
}
.p-home-plan__foot--denial {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2rem;
}
.p-home-plan__foot--denialTax {
  font-size: 1.4rem;
}
.p-home-plan__foot--denial::after {
  position: absolute;
  top: 55%;
  left: 48%;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #231815;
  content: "";
  transform: translate(-50%, -50%);
}
.p-home-plan__foot--price {
  display: flex;
  font-size: clamp(2.1rem, 2.9166666667vw, 4.2rem);
  line-height: 1.190476;
  justify-content: center;
  align-items: center;
}
.p-home-plan__foot--priceKaiin {
  display: inline-block;
  width: 2.8em;
  font-size: clamp(0.8rem, 1.1111111111vw, 1.6rem);
  line-height: 1.2;
}
.p-home-plan__foot--priceYen {
  font-size: clamp(1.2rem, 1.3888888889vw, 2rem);
  line-height: 1;
}
.p-home-plan__foot--priceTax {
  margin-left: 5px;
  font-size: 1.6rem;
  line-height: 2;
  align-self: flex-end;
}
.p-home-plan__foot--count {
  margin-top: 20px;
  font-size: 1.8rem;
}
.p-home-plan__button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 130px auto 97px;
  padding: 28px 55px;
  background: #EA616F;
  font-size: 2rem;
  color: #FAFAFA;
  text-decoration: none;
}
.p-home-plan__notes {
  box-sizing: content-box;
  max-width: 1210px;
  margin: 97px auto 0;
  padding: 0 2.5%;
}
.p-home-plan__notes--list {
  padding-left: 1em;
  font-family: "Noto Serif JP", serif;
  font-size: 1.1rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.818181;
  color: #7A7A7A;
  text-indent: -1em;
  font-optical-sizing: auto;
}
.p-home-flow {
  padding: 130px 2.5% 92px;
  background-image: url(../img/home/bg_flow_top_pc.png), url(../img/home/bg_flow_bottom_pc.png);
  background-repeat: no-repeat, no-repeat;
  background-position: right 6.6666666667vw top, left bottom;
  background-size: auto, 100% auto;
}
.p-home-flow__wrap {
  max-width: 1210px;
  margin: 0 auto;
  padding: clamp(25px, 5.5555555556vw, 80px);
  background: #EEEEE7;
}
.p-home-flow__list {
  counter-reset: flowNum;
}
@media screen and (min-width: 768px) {
  .p-home-flow__list {
    display: block;
  }
}
.p-home-flow__listItem {
  position: relative;
  width: initial;
}
.p-home-flow__listItem:not(:first-child) {
  margin-top: 40px;
}
.p-home-flow__listItem--body {
  display: grid;
  padding: clamp(20px, 2.9166666667vw, 42px) 2.5% clamp(15px, 2.3611111111vw, 34px);
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-optical-sizing: auto;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  justify-content: space-between;
}
.p-home-flow__listItem--content {
  margin: 0 20px;
  order: 1;
}
.p-home-flow__listItem--imgBefore {
  display: block;
  margin: 0 auto;
  order: 0;
}
.p-home-flow__listItem--imgAfter {
  display: block;
  margin: 0 auto;
  order: 2;
}
.p-home-flow__listItem--title {
  margin-bottom: 20px;
  font-size: clamp(2rem, 2.2222222222vw, 3.2rem);
  font-weight: 400;
}
.p-home-flow__listItem--text {
  font-size: clamp(1.4rem, 1.0416666667vw, 1.5rem);
  font-weight: 400;
  line-height: 1.8;
}
.p-home-flow__listItem::before {
  position: absolute;
  top: -0.5em;
  left: 50%;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 6.4rem;
  font-weight: 500;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  color: #CBBA6F;
  content: "0" counter(flowNum);
  counter-increment: flowNum;
  transform: translateX(-50%);
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-home-flow__listItem::before {
    font-size: clamp(3.2rem, 4.4444444444vw, 6.4rem);
  }
}
.p-home-flow .swiper-button-prev,
.p-home-flow .swiper-button-next {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-home-flow .swiper {
    overflow: visible;
  }
  .p-home-flow .swiper-pagination {
    display: none;
  }
}
.p-home-faq {
  padding: 130px 2.5%;
  background: #fff;
}
.p-home-faq__wrap {
  display: flex;
  flex-direction: column;
  max-width: 1210px;
  margin: 0 auto;
  gap: 30px;
}
.p-home-faq__item {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
}
.p-home-faq__item--q {
  position: relative;
  padding: 25px 80px 25px 105px;
  background: #BCBCBC;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: all;
}
.p-home-faq__item--q::before {
  position: absolute;
  top: 25px;
  left: 50px;
  font-family: "Crimson Text", serif;
  font-size: 3rem;
  font-weight: 400;
  font-weight: 600;
  font-style: normal;
  content: "Q";
}
.p-home-faq__item--q::after {
  position: absolute;
  top: 38px;
  right: 56px;
  display: inline-block;
  width: 15px;
  height: 22px;
  background: url(../img/icon/icon_arrow_accordion.svg) no-repeat center center;
  background-size: contain;
  content: "";
}
.p-home-faq__item--a {
  display: none;
  padding: 38px 100px;
  border: 1px solid transparent;
  border-top: none;
  background: #F7F7F7;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8125;
}
.p-home-faq__item.open .p-home-faq__item--q {
  background: #BFB486;
}
.p-home-faq__item.open .p-home-faq__item--a {
  border-color: #9F9463;
}
.p-home-service {
  padding: 128px 2.5% 155px;
  background: #fff;
}
.p-home-service__inner {
  position: relative;
  max-width: 1210px;
  margin: 0 auto;
  padding: 114px clamp(25px, 3.8888888889vw, 56px) 94px;
  border: 5px solid #CBBA6F;
  outline: 3px solid #CBBA6F;
  outline-offset: -11px;
  background: #FDFCF6;
}
.p-home-service__inner::before {
  position: absolute;
  top: -40px;
  left: 50%;
  display: inline-block;
  width: 80px;
  height: 94px;
  background: url(../img/home/deco_service.svg) no-repeat center center;
  background-size: contain;
  content: "";
  transform: translateX(-50%);
}
.p-home-service-head {
  max-width: 828px;
  margin: 0 auto 60px;
}
.p-home-service-head__titleWrap {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-optical-sizing: auto;
}
.p-home-service-head__title {
  font-size: clamp(3.6rem, 3.1944444444vw, 4.6rem);
  font-weight: 500;
}
.p-home-service-head__ruby {
  display: block;
  margin-top: 20px;
  font-family: "Crimson Text", serif;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}
.p-home-service-head__text {
  margin-top: 40px;
  font-size: clamp(1.6rem, 1.25vw, 1.8rem);
  line-height: 1.66666;
}
.p-home-service__plan {
  display: flex;
  flex-direction: column;
  padding-left: calc(46.1% + clamp(30px, 4.1666666667vw, 60px));
  background: url(../img/home/bg_service.jpg) no-repeat left top;
  background-size: 46.1% auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  gap: 46px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-home-service__plan {
    padding-left: calc(35% + 2.0833333333vw);
    background-size: 35% auto;
  }
}
.p-home-service__plan--title {
  display: flex;
  margin-bottom: 20px;
  padding: 6px 10px;
  font-size: 2.6rem;
  font-weight: 400;
  color: #FAFAFA;
  letter-spacing: 0.3em;
  align-items: center;
  justify-content: center;
  gap: clamp(15px, 2.7777777778vw, 40px);
}
.p-home-service__plan--title::before {
  display: inline-block;
  width: 25px;
  height: 34px;
  background: url(../img/home/deco_title_feather.svg) no-repeat center center;
  background-size: contain;
  content: "";
}
.p-home-service__plan--title::after {
  display: inline-block;
  width: 25px;
  height: 34px;
  background: url(../img/home/deco_title_feather.svg) no-repeat center center;
  background-size: contain;
  content: "";
  transform: rotateY(180deg);
}
.p-home-service__plan--title.green {
  background: #7EC04C;
}
.p-home-service__plan--title.pink {
  background: #EC6E89;
}
.p-home-service__plan--title.blue {
  background: #00A6BA;
}
.p-home-service__plan--body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-home-service__plan--denial {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.6rem, 1.25vw, 1.8rem);
}
.p-home-service__plan--denialTax {
  font-size: 1.4rem;
}
.p-home-service__plan--denial::after {
  position: absolute;
  top: 55%;
  left: 48%;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #231815;
  content: "";
  transform: translate(-50%, -50%);
}
.p-home-service__plan--price {
  display: flex;
  font-size: clamp(2rem, 2.7083333333vw, 3.9rem);
  line-height: 1.190476;
  justify-content: center;
  align-items: center;
}
.p-home-service__plan--priceYen {
  font-size: clamp(1.2rem, 1.25vw, 1.8rem);
  line-height: 1;
}
.p-home-service__plan--priceTax {
  margin-left: 5px;
  font-size: 1.2rem;
  line-height: 2;
  align-self: flex-end;
}
.p-home-service__plan--after {
  position: relative;
  display: flex;
  font-size: clamp(3.8rem, 3.5416666667vw, 5.1rem);
  line-height: 1;
  align-items: flex-end;
}
.p-home-service__plan--after::before {
  display: inline-block;
  display: inline-block;
  width: 20.8px;
  height: 24px;
  margin: 0 15px 0 10px;
  background: #cbba6f;
  content: "";
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  align-self: center;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-home-service__plan--after::before {
    margin: 0 5px 0 5px;
  }
}
.p-home-service__plan--afterYen {
  font-size: clamp(2rem, 1.8055555556vw, 2.6rem);
}
.p-home-service__planNote {
  font-family: "Noto Sans JP", "源ノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #666362;
  text-align: right;
}
.p-home-service__other {
  margin-top: 60px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
}
.p-home-service__other--title {
  margin-bottom: 30px;
  font-size: 2.8rem;
  color: #AD9942;
  text-align: center;
  letter-spacing: 0.29em;
}
.p-home-service__other--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 20px;
}
.p-home-service__other--item {
  font-size: 2.4rem;
}
.p-home-service__other--item + .p-home-service__other--item::before {
  margin-right: 20px;
  content: "／";
}
.p-home-service__entry {
  display: flex;
  margin-top: 40px;
  padding: 20px 26px;
  border-top: 1px solid #CBBA6F;
  border-bottom: 1px solid #CBBA6F;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.p-home-service__entryTitle {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
}
.p-home-service__entryContact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px 20px;
}
.p-home-service__entryContactTel--num {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  color: #231815;
  text-decoration: none;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}
.p-home-service__entryContactTel--num::before {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background-color: #231815;
  content: "";
  -webkit-mask-image: url(../img/icon/icon_phone.svg);
          mask-image: url(../img/icon/icon_phone.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-home-service__entryContactTel--text {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #231815;
  text-align: center;
  letter-spacing: 0.11em;
}
.p-home-service__entryContactBtn {
  display: flex;
  gap: 0 20px;
}
.p-home-service__entryContactBtn--mail {
  display: block;
  padding: 27px 21px;
  background: #EA616F;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: all;
}
@media screen and (min-width: 768px) {
  .p-home-service__entryContactBtn--mail:hover {
    background: rgb(219, 82, 96);
  }
}
.p-home-service__entryContactBtn--line {
  display: block;
  padding: 27px 40px;
  background: #06c755;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: all;
}
@media screen and (min-width: 768px) {
  .p-home-service__entryContactBtn--line:hover {
    background: rgb(6, 199, 85);
  }
}
.p-home-service__entryContactQr {
  margin-left: 15px;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /*=================================
    home
  =================================*/
  .p-home {
    /* メインビジュアル */
  }
  .p-home-head {
    margin-bottom: 60px;
    padding: 0 4.1025641026%;
  }
  .p-home-head__body {
    display: block;
  }
  .p-home-head__titleWrap {
    margin-bottom: 20px;
    text-align: left;
  }
  .p-home-head__title {
    font-size: 3rem;
  }
  .p-home-fv {
    background: none;
  }
  .p-home-fv__kv {
    padding: 37vh 0 40px;
    background: url(../img/home/bg_fv_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  .p-home-fv__plan {
    display: flex;
    min-height: initial;
    flex-wrap: wrap;
    justify-content: center;
    gap: 87px 16px;
  }
  .p-home-fv__planName {
    font-size: 2rem;
  }
  .p-home-fv__planPrice {
    font-size: 3.1rem;
    line-height: 1.19354;
    justify-content: center;
  }
  .p-home-fv__planPrice--kaiin {
    width: 2.8em;
    font-size: 1rem;
    line-height: 1.2222;
  }
  .p-home-fv__planPrice--yen {
    font-size: 1.5rem;
  }
  .p-home-fv__planPrice--tax {
    font-size: 0.8rem;
  }
  .p-home-fv__plan .p-home-fv__plan--01 {
    position: relative;
    z-index: 0;
    top: initial;
    left: initial;
    width: 100%;
  }
  .p-home-fv__plan .p-home-fv__plan--01::after {
    width: 172px;
    height: 172px;
    filter: blur(20.2323px);
  }
  .p-home-fv__plan .p-home-fv__plan--01 .p-home-fv__planName {
    font-size: 2.7rem;
    text-shadow: 0.538094px 0.538094px 5.38094px #EC6E89;
  }
  .p-home-fv__plan .p-home-fv__plan--01 .p-home-fv__planPrice {
    font-size: 5rem;
    text-shadow: 0.538094px 0.538094px 5.38094px #EC6E89;
  }
  .p-home-fv__plan .p-home-fv__plan--01 .p-home-fv__planPrice--kaiin {
    font-size: 1.3rem;
  }
  .p-home-fv__plan .p-home-fv__plan--01 .p-home-fv__planPrice--yen {
    font-size: 2.8rem;
  }
  .p-home-fv__plan .p-home-fv__plan--01 .p-home-fv__planPrice--tax {
    font-size: 1rem;
  }
  .p-home-fv__plan--02 {
    position: relative;
    z-index: 0;
    top: initial;
    right: initial;
  }
  .p-home-fv__plan--02::after {
    width: 111px;
    height: 111px;
    filter: blur(16.2198px);
  }
  .p-home-fv__plan--03 {
    position: relative;
    z-index: 0;
    right: initial;
    bottom: initial;
  }
  .p-home-fv__plan--03::after {
    width: 111px;
    height: 111px;
    filter: blur(16.2198px);
  }
  .p-home-fv__button {
    margin: 40px auto 0;
    text-align: center;
  }
  .p-home-fv__button--link {
    padding: 15px 19px;
  }
  .p-home-fv__catch {
    padding: 60px 0;
    background: #F7F7F7;
  }
  .p-home-fv__catchInner {
    max-width: initial;
    padding: 0;
    background: none;
  }
  .p-home-fv__catchCopy {
    margin-bottom: 40px;
    padding: 0 5.1282051282% 0 6.9230769231%;
    background: url(../img/home/img_fv_sp.png) no-repeat right bottom;
    background-size: contain;
    font-size: 2.6rem;
    line-height: 1.46153;
  }
  .p-home-fv__catchCopy--em {
    margin: 17px 0;
    font-size: 3.6rem;
  }
  .p-home-fv__catchTextWrap {
    padding: 0 6.9230769231%;
    flex-wrap: wrap;
    gap: 40px;
  }
  .p-home-fv__catchText {
    width: 100%;
    padding-left: 5.1282051282%;
    border-left: 3px solid #CBBA6F;
  }
  .p-home-fv__catchText--md {
    margin-bottom: 16px;
    font-size: 1.8;
    line-height: 1.444444;
  }
  .p-home-fv__catchText--sm {
    font-size: 1.6rem;
    line-height: 1.375;
  }
  .p-home-plan {
    padding: 60px 0;
    background: url(../img/home/bg_plan_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  .p-home-plan__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 0;
  }
  .p-home-plan__list {
    width: 100%;
  }
  .p-home-plan__head {
    min-height: 68.7179487179vw;
    padding: 45px 1% 41px;
  }
  .p-home-plan__head--overview {
    margin-bottom: 30px;
  }
  .p-home-plan__head--name {
    font-size: 3.6rem;
  }
  .p-home-plan__head--name::after {
    width: 32.0512820513vw;
    height: 32.0512820513vw;
  }
  .p-home-plan__head--button {
    margin: 30px auto 0;
    padding: 12px 30px;
  }
  .p-home-plan__label {
    margin: 20px auto;
  }
  .p-home-plan__labelItem {
    padding: 3px 8px;
  }
  .p-home-plan__foot--price {
    font-size: 4.2rem;
  }
  .p-home-plan__foot--priceKaiin {
    width: 2.5em;
    margin-right: 0.25em;
    font-size: 1.6rem;
  }
  .p-home-plan__foot--priceYen {
    font-size: 2rem;
  }
  .p-home-plan__foot--priceTax {
    margin-left: 0;
    font-size: 1.6rem;
  }
  .p-home-plan__button {
    margin: 60px auto;
    padding: 22px 26px;
    font-size: 1.8rem;
  }
  .p-home-plan__notes {
    margin: 60px auto 0;
    padding: 0 5.8974358974%;
  }
  .p-home-flow {
    padding: 60px 0 94px;
    background-image: url(../img/home/bg_flow_top_sp.png), url(../img/home/bg_flow_bottom_sp.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right top, left bottom;
    background-size: auto, 100% auto;
  }
  .p-home-flow__wrap {
    max-width: initial;
    padding: 35px 0 75px 8.7179487179%;
  }
  .p-home-flow__listItem {
    height: initial;
  }
  .p-home-flow__listItem:not(:first-child) {
    margin: 0;
  }
  .p-home-flow__listItem--body {
    height: calc(100% - 125px);
    padding: 35px 5.1282051282% 40px;
    grid-template-rows: 1fr auto 1fr;
    grid-template-columns: 1fr;
  }
  .p-home-flow__listItem--content {
    margin: 30px 0 40px;
    order: 1;
  }
  .p-home-flow__listItem--imgBefore {
    display: block;
    margin: 0 auto;
    order: 0;
  }
  .p-home-flow__listItem--imgAfter {
    display: block;
    margin: 0 auto;
    order: 2;
  }
  .p-home-flow__listItem--title {
    position: relative;
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .p-home-flow__listItem--title::before {
    display: block;
    margin-bottom: 15px;
    font-family: "Roboto", sans-serif;
    font-size: 4.8rem;
    font-weight: 500;
    font-weight: 300;
    font-style: normal;
    line-height: 1;
    color: #CBBA6F;
    text-align: center;
    content: "0" counter(flowNum);
    counter-increment: flowNum;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
  }
  .p-home-flow__listItem--text {
    font-size: 1.4rem;
    line-height: 1.92857;
  }
  .p-home-flow__listItem::before {
    position: static;
    margin-bottom: 15px;
    font-size: 4.8rem;
    content: none;
    transform: translateX(0);
  }
  .p-home-flow .swiper {
    padding-right: 8.7179487179%; /* スライダー右の余白 */
  }
  .p-home-flow .swiper-pagination {
    top: initial;
    bottom: 0;
    left: -10px;
  }
  .p-home-flow .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    opacity: 1;
  }
  .p-home-flow .swiper-pagination-bullet-active {
    background: #CBBA6F;
  }
  .p-home-faq {
    padding: 60px 3.8461538462%;
  }
  .p-home-faq__wrap {
    gap: 20px;
  }
  .p-home-faq__item--q {
    padding: 15px 52px 15px 43px;
    font-size: 1.8rem;
  }
  .p-home-faq__item--q::before {
    top: 15px;
    left: 20px;
    font-size: 2.4rem;
  }
  .p-home-faq__item--q::after {
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
  }
  .p-home-faq__item--a {
    padding: 30px 4.1025641026% 30px 7.6923076923%;
    background: #F7F7F7;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8125;
  }
  .p-home-service {
    padding: 55px 3.8461538462% 50px;
  }
  .p-home-service__inner {
    padding: 54px 5.1282051282%;
    border: 2px solid #CBBA6F;
    outline: 1px solid #CBBA6F;
    outline-offset: -7px;
  }
  .p-home-service__inner::before {
    top: -34px;
    width: 57px;
    height: 68px;
  }
  .p-home-service-head {
    max-width: initial;
    margin: 0 auto 40px;
  }
  .p-home-service-head__title {
    font-size: 3rem;
  }
  .p-home-service-head__ruby {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  .p-home-service-head__text {
    margin-top: 26px;
    font-size: 1.6rem;
    line-height: 1.6875;
  }
  .p-home-service__plan {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    background: none;
    gap: 30px;
  }
  .p-home-service__plan--title {
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 2.2rem;
    gap: 12px;
  }
  .p-home-service__plan--title::before {
    width: 16px;
    height: 22px;
  }
  .p-home-service__plan--title::after {
    width: 16px;
    height: 22px;
  }
  .p-home-service__plan--denial {
    font-size: 1.4rem;
  }
  .p-home-service__plan--denialTax {
    font-size: 1.4rem;
  }
  .p-home-service__plan--price {
    font-size: 2.1rem;
  }
  .p-home-service__plan--priceYen {
    font-size: 1.2rem;
    line-height: 1;
  }
  .p-home-service__plan--priceTax {
    margin-left: 0px;
    font-size: 1rem;
  }
  .p-home-service__plan--after {
    font-size: 3rem;
  }
  .p-home-service__plan--after::before {
    width: 13px;
    height: 15px;
    margin: 0 5px 0 0;
  }
  .p-home-service__plan--afterYen {
    font-size: 1.5rem;
  }
  .p-home-service__planNote {
    font-size: 1.3rem;
    text-align: left;
  }
  .p-home-service__other {
    margin-top: 40px;
    padding: 30px 0;
    border-top: 2px solid #CBBA6F;
    border-bottom: 2px solid #CBBA6F;
  }
  .p-home-service__other--title {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
  .p-home-service__other--list {
    gap: 15px;
  }
  .p-home-service__other--item {
    font-size: 1.8rem;
    line-height: 1.22222;
  }
  .p-home-service__other--item + .p-home-service__other--item::before {
    content: none;
  }
  .p-home-service__entry {
    margin-top: 46px;
    padding: 0;
    border: none;
    gap: 40px;
  }
  .p-home-service__entryTitle {
    font-size: 2.6rem;
  }
  .p-home-service__entryContact {
    gap: 18px 17px;
  }
  .p-home-service__entryContactTel {
    width: 100%;
    padding: 15px 5px;
    background: #CBBA6F;
    text-align: center;
  }
  .p-home-service__entryContactTel--num {
    font-size: 3.6rem;
    color: #fff;
  }
  .p-home-service__entryContactTel--num::before {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background-color: #fff;
  }
  .p-home-service__entryContactTel--text {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: 0;
  }
  .p-home-service__entryContactBtn {
    display: flex;
    width: 100%;
    gap: 0 20px;
  }
  .p-home-service__entryContactBtn--mail {
    width: 100%;
    padding: 13px 0;
    font-size: 1.7rem;
  }
  .p-home-service__entryContactBtn--mail::before {
    display: inline-block;
    display: block;
    width: 37px;
    height: 27px;
    margin: 0 auto 5px;
    background-color: #fff;
    content: "";
    -webkit-mask-image: url(../img/icon/icon_mail.svg);
            mask-image: url(../img/icon/icon_mail.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
  .p-home-service__entryContactBtn--line {
    width: 100%;
    padding: 13px 0;
    font-size: 1.7rem;
  }
  .p-home-service__entryContactBtn--line::before {
    display: inline-block;
    display: block;
    width: 37px;
    height: 37px;
    margin: 0 auto 5px;
    background-color: #fff;
    content: "";
    -webkit-mask-image: url(../img/icon/icon_line02.svg);
            mask-image: url(../img/icon/icon_line02.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
  .p-home-service__entryContactQr {
    margin: 0;
  }
}
/*=================================
  field
=================================*/
.p-field {
  /* キービジュアル */
}
.p-field-kv {
  position: relative;
  z-index: 1;
  padding: 0 40px;
}
.p-field-kv::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(51, 55, 64, 0.24);
  content: "";
}
.p-field-kv .c-breadcrumb--item {
  font-size: 1.4rem;
  color: #fff;
}
.p-field-kv .c-breadcrumb--item:not(:first-child)::before {
  background: #fff;
}
.p-field-kv .c-breadcrumb--item span {
  font-size: 1.4rem;
  color: #fff;
}
.p-field-kv .c-breadcrumb--item a {
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-field-kv .c-breadcrumb--item a:hover {
    color: #FD923E;
    opacity: 1;
  }
}
.p-field-kv__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1360px;
  min-height: 498px;
  margin: 0 auto;
  padding: 90px 0;
}
.p-field-kv__head {
  margin-top: auto;
  color: #fff;
}
.p-field-kv__head--subtitle {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-field-kv__head--title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-field-kv__img {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-field-lead {
  position: relative;
  overflow: hidden;
  padding: 50px 40px;
}
.p-field-lead::after {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(100% - (100% - 1210px) / 2);
  height: 100%;
  background: rgb(252, 248, 222);
  background: linear-gradient(115deg, rgb(252, 248, 222) 0%, rgb(252, 216, 192) 70%);
  content: "";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcf8de",endColorstr="#fcd8c0",GradientType=1);
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .p-field-lead::after {
    width: calc(100% - 40px);
  }
}
.p-field-lead__inner {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 1360px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
}
.p-field-lead--text {
  max-width: 770px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-field-lead--button {
  width: 100%;
  max-width: 530px;
  padding-right: 100px;
}
.p-field-overview {
  margin: 40px 0 80px;
  padding: 0 40px;
}
.p-field-overview__inner {
  display: flex;
  max-width: 1210px;
  margin: 0 auto;
  align-items: center;
  gap: 40px;
}
.p-field-overview__img {
  width: 33.0578512397%;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}
.p-field-overview__img + .p-field-overview__body {
  width: 63.6363636364%;
}
.p-field-overview--img {
  display: block;
  margin: 0 auto;
}
.p-field-overview__body {
  width: 100%;
}
.p-field-overview--text {
  font-size: 1.6rem;
  line-height: 2;
}
.p-field-overview--button {
  margin-top: 30px;
}
.p-field-overview--button a {
  margin-left: 0;
}
.p-field-brand {
  margin: 120px 0;
  padding: 0 40px;
}
.p-field-brand__inner {
  max-width: 1210px;
  margin: 0 auto;
}
.p-field-brand__head {
  max-width: 1210px;
  margin: 0 auto 60px;
  text-align: center;
}
.p-field-brand__head--title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-field-brand__head--subtitle {
  margin-bottom: -35px;
}
.p-field-brand__area {
  margin: 60px 0;
  padding: 30px 43px 35px;
  border-radius: 5px;
  background: #F5F5F7;
}
.p-field-brand__area--head {
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.458333;
}
.p-field-brand__area--head::before {
  display: inline-block;
  width: 4px;
  height: 25px;
  margin: 0 15px -4px 0;
  background: #FD923E;
  content: "";
}
.p-field-brand__area--item {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.944444;
}
.p-field-brand__area--item:not(:last-child)::after {
  content: " / ";
}
.p-field-brand__card {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-field-brand__card {
    gap: 20px;
  }
}
.p-field-brand__card--item {
  width: calc((100% - 80px) / 3);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-field-brand__card--item {
    width: calc((100% - 40px) / 3);
  }
}
.p-field-brand__card--body {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-field-brand__card--body:hover {
    opacity: 1;
  }
  .p-field-brand__card--body:hover .p-field-brand__card--title {
    color: #FD923E;
  }
  .p-field-brand__card--body:hover .p-field-brand__card--link {
    color: #FD923E;
  }
}
.p-field-brand__card--img {
  width: 100%;
  height: 100%;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: all;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-field-brand__card--img-cover {
  overflow: hidden;
  border: 1px solid #D5D6DB;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}
.p-field-brand__card--title {
  margin: 20px 0 14px;
  font-size: clamp(1.8rem, 1.5277777778vw, 2.2rem);
  font-weight: 700;
  line-height: 1.636363;
  color: #231815;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: all;
}
.p-field-brand__card--text {
  margin: 14px 0;
  font-size: clamp(1.3rem, 1.1111111111vw, 1.6rem);
  line-height: 1.8;
  color: #231815;
}
.p-field-brand__card--link {
  margin-top: 14px;
  font-size: clamp(1.5rem, 1.25vw, 1.8rem);
  font-weight: 700;
  color: #231815;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: all;
}
.p-field-brand__card--link::before {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background: url(../img/icon/icon_circle.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.p-field-voice {
  position: relative;
  overflow: hidden;
  margin: 0 0 120px;
  padding: 48px 40px 0;
}
.p-field-voice::after {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 61.5%;
  background: rgb(252, 216, 192);
  background: linear-gradient(115deg, rgb(252, 216, 192) 0%, rgb(252, 248, 222) 70%);
  content: "";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcd8c0",endColorstr="#fcf8de",GradientType=1);
}
.p-field-voice__inner {
  position: relative;
  z-index: 1;
  max-width: 1210px;
  margin: 0 auto;
}
.p-field-voice__head-box {
  display: flex;
  margin-bottom: 80px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}
.p-field-voice__head--title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-field-voice__head--subtitle {
  margin-bottom: -35px;
}
.p-field-voice__head__lead {
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-field-voice__slider--wrap {
  overflow: visible !important;
}
.p-field-voice__slider--item {
  position: relative;
  display: block;
  text-decoration: none;
}
.p-field-voice__slider--img {
  display: block;
  width: calc(100% - 30px);
  margin-left: auto;
  border-radius: 5px;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.06);
}
.p-field-voice__slider--head {
  position: absolute;
  top: 12px;
  right: 12px;
  text-align: right;
}
.p-field-voice__slider--foot {
  position: absolute;
  bottom: 20px;
  left: 0;
}
.p-field-voice__slider--status {
  padding: 1px 12px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.88);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2;
  color: #FD923E;
}
.p-field-voice__slider--icon {
  width: 37px;
  height: 37px;
  margin-top: 9px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-field-voice__slider--text-md {
  display: inline-block;
  margin-bottom: 4px;
  padding: 4px 15px;
  background: rgb(250, 202, 72);
  background: linear-gradient(45deg, rgba(250, 202, 72, 0.88) 0%, rgba(255, 126, 57, 0.88) 100%);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.846153;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faca48",endColorstr="#ff7e39",GradientType=1);
}
.p-field-voice__slider--text-lg {
  display: inline-block;
  padding: 4px 15px;
  background: rgb(250, 202, 72);
  background: linear-gradient(45deg, rgba(250, 202, 72, 0.88) 0%, rgba(255, 126, 57, 0.88) 100%);
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5238;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faca48",endColorstr="#ff7e39",GradientType=1);
}
.p-field-voice__slider .swiper-slide {
  width: 290px;
}
.p-field-voice__slider .swiper-controller {
  display: flex;
  height: 30px;
  margin-top: 30px;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}
.p-field-voice__slider .swiper-pagination {
  margin-right: auto;
}
.p-field-voice__slider .swiper-button-next, .p-field-voice__slider .swiper-button-prev {
  position: static;
  z-index: 100;
  width: 30px;
  height: 30px;
  margin: 0;
}
.p-field-voice__slider .swiper-button-next::after, .p-field-voice__slider .swiper-button-prev::after {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/common/slider_arrow.png) no-repeat center center;
  background-size: contain;
  content: "";
}
.p-field-voice__slider .swiper-button-next.swiper-button-disabled, .p-field-voice__slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3 !important;
}
.p-field-voice__slider .swiper-button-next::after {
  transform: rotate(180deg);
}
.p-field-voice__link {
  margin-top: 5px;
  text-align: center;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /*=================================
    field
  =================================*/
  .p-field {
    /* キービジュアル */
  }
  .p-field-kv {
    padding: 0 5.1282051282%;
  }
  .p-field-kv__inner {
    display: block;
    min-height: 154px;
    padding: 54px 0;
  }
  .p-field-kv__head--subtitle {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 2.1;
  }
  .p-field-kv__head--title {
    font-size: 2rem;
  }
  .p-field-lead {
    padding: 30px 5.1282051282%;
  }
  .p-field-lead::after {
    width: 100%;
  }
  .p-field-lead__inner {
    display: block;
  }
  .p-field-lead--text {
    padding-right: 0;
    font-size: 1.3rem;
  }
  .p-field-lead--button {
    margin-top: 30px;
    padding-right: 0;
  }
  .p-field-overview {
    margin: 20px 0 60px;
    padding: 0 5.1282051282%;
  }
  .p-field-overview__inner {
    display: block;
  }
  .p-field-overview__img {
    width: 100%;
    padding: 25px 0;
  }
  .p-field-overview__img + .p-field-overview__body {
    width: 100%;
  }
  .p-field-overview--text {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .p-field-brand {
    margin: 60px 0;
    padding: 0 5.1282051282%;
  }
  .p-field-brand__head {
    margin: 0 auto 30px;
  }
  .p-field-brand__head--title {
    font-size: 2rem;
  }
  .p-field-brand__head--subtitle {
    max-width: 175px;
    margin-bottom: -22px;
  }
  .p-field-brand__area {
    margin: 30px 0;
    padding: 20px 5.1282051282%;
  }
  .p-field-brand__area--head {
    margin-bottom: 0px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p-field-brand__area--head::before {
    height: 21px;
    margin: 0 7px -4px 0;
  }
  .p-field-brand__area--item {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .p-field-brand__card {
    flex-wrap: wrap;
  }
  .p-field-brand__card--item {
    width: 100%;
  }
  .p-field-brand__card--title {
    margin: 17px 0 10px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .p-field-brand__card--text {
    margin: 10px 0;
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .p-field-brand__card--link {
    margin-top: 10px;
    font-size: 1.5rem;
  }
  .p-field-brand__card--link::before {
    margin-right: 6px;
  }
  .p-field-voice {
    margin: 0 0 60px;
    padding: 26px 5.1282051282% 0;
  }
  .p-field-voice::after {
    height: 61.5%;
  }
  .p-field-voice__head-box {
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 30px;
  }
  .p-field-voice__head--title {
    font-size: 2rem;
  }
  .p-field-voice__head--subtitle {
    max-width: 172px;
    margin-bottom: -15px;
  }
  .p-field-voice__head__lead {
    font-size: 1.3rem;
  }
  .p-field-voice__slider {
    margin-right: 30px;
    padding: 0 3.8461538462%;
  }
  .p-field-voice__slider .swiper-controller {
    position: absolute;
    z-index: 200;
    top: 54%;
    left: 0;
    display: block;
    width: 100%;
    margin-top: 0;
    transform: translateY(-50%);
  }
  .p-field-voice__slider .swiper-button-next, .p-field-voice__slider .swiper-button-prev {
    position: absolute;
    top: 0;
  }
  .p-field-voice__slider .swiper-button-next {
    right: -3.8461538462%;
  }
  .p-field-voice__slider .swiper-button-prev {
    left: -3.8461538462%;
  }
  .p-field-voice__link {
    margin-top: 26px;
  }
}
/*=================================
  brand
=================================*/
.p-brand {
  /* キービジュアル */
}
.p-brand-kv {
  position: relative;
  z-index: 1;
  margin: 80px auto 40px;
  padding: 0 40px;
}
.p-brand-kv__inner {
  position: relative;
  max-width: 1210px;
  margin: 0 auto;
}
.p-brand-kv__title {
  position: absolute;
  z-index: 10;
  bottom: 74px;
  left: 43px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.16);
}
.p-brand-kv__slider {
  position: relative;
  height: 100%;
}
.p-brand-kv__slider .swiper-slide {
  position: relative;
  overflow: hidden;
  height: initial;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}
.p-brand-kv__slider .swiper-slide::after {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: rgba(51, 55, 64, 0.06);
  content: "";
}
.p-brand-kv__slider--item {
  height: 100%;
}
.p-brand-kv__slider--img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-brand-kv__slider--text {
  position: absolute;
  z-index: 10;
  bottom: 46px;
  left: 43px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.16);
}
.p-brand-kv__slider .swiper-pagination {
  position: static;
  display: flex;
  margin: 20px 0 0;
  line-height: 1;
  text-align: right;
  justify-content: flex-end;
  gap: 0 10px;
}
.p-brand-kv__slider .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 !important;
  background: #D0D0D0;
  line-height: 1;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-brand-kv__slider .swiper-pagination .swiper-pagination-bullet:hover {
    background: #FD923E;
    opacity: 0.7;
  }
}
.p-brand-kv__slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #FD923E;
}
.p-brand-lead {
  margin: 40px 0 80px;
  padding: 0 40px;
}
.p-brand-lead__inner {
  display: flex;
  max-width: 1210px;
  margin: 0 auto;
  align-items: center;
  gap: 40px;
}
.p-brand-lead__img {
  width: 33.0578512397%;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}
.p-brand-lead__img + .p-brand-lead__body {
  width: 63.6363636364%;
}
.p-brand-lead--logo {
  display: block;
  margin: 0 auto;
}
.p-brand-lead__body {
  width: 100%;
}
.p-brand-lead--text {
  font-size: 1.6rem;
  line-height: 2;
}
.p-brand-lead--button {
  margin-top: 30px;
}
.p-brand-lead--button a {
  margin-left: 0;
}
.p-brand-instagram {
  margin: 80px 0 260px;
  padding: 80px 40px 0;
  background: rgb(252, 216, 192);
  background: linear-gradient(45deg, rgb(252, 216, 192) 0%, rgb(252, 248, 222) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcd8c0",endColorstr="#fcf8de",GradientType=1);
}
.p-brand-instagram__inner {
  max-width: 1210px;
  margin: 0 auto;
}
.p-brand-instagram__box {
  margin-top: -180px;
  padding: 64px 40px 60px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.06);
  transform: translateY(180px);
}
.p-brand-instagram--button {
  margin-top: 60px;
}
.p-brand-point {
  margin: 80px 0 120px;
  padding: 0 40px 40px;
}
.p-brand-point__inner {
  max-width: 1210px;
  margin: 0 auto;
}
.p-brand-point--item {
  display: flex;
  margin-top: 80px;
  align-items: flex-start;
  gap: 0 80px;
}
.p-brand-point--item:nth-child(2n+1) .p-brand-point__thumb {
  padding-left: 40px;
}
.p-brand-point--item:nth-child(2n+1) .p-brand-point__thumb::after {
  right: -40px;
}
.p-brand-point--item:nth-child(2n+1) .p-brand-point__thumb + .p-brand-point__body {
  width: 47.9338842975%;
  margin-top: 40px;
}
.p-brand-point--item:nth-child(2n) {
  flex-direction: row-reverse;
  transform: translateX(40px);
  justify-content: flex-end;
}
.p-brand-point--item:nth-child(2n) .p-brand-point__thumb {
  padding-right: 40px;
}
.p-brand-point--item:nth-child(2n) .p-brand-point__thumb::after {
  right: 0;
}
.p-brand-point--item:nth-child(2n) .p-brand-point__thumb + .p-brand-point__body {
  width: 47.9338842975%;
  margin-top: 40px;
}
.p-brand-point__thumb {
  position: relative;
  width: 48.7603305785%;
  margin-left: -40px;
}
.p-brand-point__thumb::after {
  position: absolute;
  z-index: 0;
  bottom: -40px;
  display: block;
  width: calc(100% - 40px);
  height: 100%;
  border-radius: 5px;
  background: rgb(252, 218, 194);
  background: linear-gradient(45deg, rgb(252, 218, 194) 0%, rgb(252, 248, 222) 100%);
  content: "";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcdac2",endColorstr="#fcf8de",GradientType=1);
}
.p-brand-point__thumb--img {
  position: relative;
  z-index: 1;
  border-radius: 5px;
}
.p-brand-point--subtitle {
  margin-bottom: 3px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #FD923E;
}
.p-brand-point--title {
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #FD923E;
}
.p-brand-point--text {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /*=================================
    brand
  =================================*/
  .p-brand {
    /* キービジュアル */
  }
  .p-brand-kv {
    margin: 40px auto 13px;
    padding: 0 5.1282051282%;
  }
  .p-brand-kv__inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .p-brand-kv__title {
    position: static;
    font-size: 1.6rem;
    line-height: 1.8125;
    color: #231815;
    text-shadow: none;
    text-align: center;
  }
  .p-brand-kv__slider {
    margin-bottom: 13px;
  }
  .p-brand-kv__slider--img {
    max-height: 137px;
  }
  .p-brand-kv__slider--text {
    bottom: 40px;
    left: 5.1282051282%;
    font-size: 1.6rem;
    line-height: 1.8125;
  }
  .p-brand-kv__slider .swiper-pagination {
    margin: 13px 0 0;
  }
  .p-brand-lead {
    margin: 20px 0 60px;
    padding: 0 5.1282051282%;
  }
  .p-brand-lead__inner {
    display: block;
  }
  .p-brand-lead__img {
    width: 100%;
    padding: 25px 5.1282051282%;
  }
  .p-brand-lead__img + .p-brand-lead__body {
    width: 100%;
  }
  .p-brand-lead--text {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .p-brand-instagram {
    margin: 60px 0 0;
    padding: 44px 0 0;
  }
  .p-brand-instagram__box {
    margin-top: 0;
    padding: 30px 5.1282051282% 40px;
    border-radius: 0;
    transform: translateY(0);
  }
  .p-brand-instagram--button {
    margin-top: 30px;
  }
  .p-brand-point {
    margin: 60px 0;
    padding: 0 5.1282051282% 24px;
  }
  .p-brand-point--item {
    display: block;
    margin-top: 40px;
  }
  .p-brand-point--item:nth-child(2n+1) .p-brand-point__thumb {
    padding-right: 24px;
    padding-left: 0;
  }
  .p-brand-point--item:nth-child(2n+1) .p-brand-point__thumb::after {
    right: 0;
  }
  .p-brand-point--item:nth-child(2n+1) .p-brand-point__thumb + .p-brand-point__body {
    width: 100%;
    margin-top: 64px;
  }
  .p-brand-point--item:nth-child(2n) {
    transform: translateX(0);
  }
  .p-brand-point--item:nth-child(2n) .p-brand-point__thumb {
    padding-right: 24px;
  }
  .p-brand-point--item:nth-child(2n) .p-brand-point__thumb::after {
    right: 0;
  }
  .p-brand-point--item:nth-child(2n) .p-brand-point__thumb + .p-brand-point__body {
    width: 100%;
    margin-top: 40px;
  }
  .p-brand-point__thumb {
    width: 100%;
    margin: 40px 0 64px;
  }
  .p-brand-point__thumb::after {
    bottom: -24px;
    width: calc(100% - 24px);
    content: "";
  }
  .p-brand-point--subtitle {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 2.1;
  }
  .p-brand-point--title {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .p-brand-point--text {
    margin-top: 20px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
/*=================================
  voice
=================================*/
.p-voice-card {
  padding: 0 40px;
}
.p-voice-card__inner {
  max-width: 1210px;
  margin: 80px auto;
}
.p-voice-card__list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(30px, 2.7777777778vw, 40px);
}
.p-voice-card__item {
  width: calc((100% - clamp(60px, 5.5555555556vw, 80px)) / 3);
}
.p-voice-card__item--body {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-voice-card__item--body:hover {
    opacity: 1;
  }
  .p-voice-card__item--body:hover .p-voice-card__item--img {
    transform: scale(1.2);
  }
  .p-voice-card__item--body:hover .p-voice-card__item--title {
    color: #FD923E;
  }
}
.p-voice-card__item--head {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.06);
}
.p-voice-card__item--category {
  padding: 8px clamp(11px, 1.4583333333vw, 21px);
  background: #F8F6EF;
  font-size: clamp(1.4rem, 1.1111111111vw, 1.6rem);
  font-weight: 700;
  line-height: 1.5;
  color: #6B6B6C;
}
.p-voice-card__item--img-cover {
  position: relative;
  overflow: hidden;
}
.p-voice-card__item--img-cover::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  width: clamp(40px, 3.1944444444vw, 46px);
  height: clamp(40px, 3.1944444444vw, 46px);
  background: url(../img/icon/icon_arrow.svg) no-repeat center center;
  background-size: contain;
  content: "";
}
.p-voice-card__item--img {
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: all;
}
.p-voice-card__item--box {
  margin-top: 20px;
}
.p-voice-card__item--status {
  margin: 20px 0 5px;
  font-size: clamp(1.3rem, 1.1111111111vw, 1.6rem);
  font-weight: 700;
  line-height: 1.5;
  color: #FD923E;
}
.p-voice-card__item--status-item {
  display: inline-block;
}
.p-voice-card__item--status-item + .p-voice-card__item--status-item::before {
  content: "｜";
}
.p-voice-card__item--title {
  margin-top: 5px;
  font-size: clamp(1.5rem, 1.3888888889vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  color: #231815;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: all;
}
.p-voice-referral {
  margin: 120px 0;
}
.p-voice-referral-caption {
  margin: 120px 0;
}
.p-voice-referral-caption__inner {
  display: flex;
}
.p-voice-referral-caption--body {
  width: 50%;
  padding: clamp(30px, 6.3888888889vw, 92px) 40px;
  background: rgb(252, 216, 192);
  background: linear-gradient(45deg, rgb(252, 216, 192) 0%, rgb(252, 248, 222) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcd8c0",endColorstr="#fcf8de",GradientType=1);
}
.p-voice-referral-caption--title {
  margin-bottom: clamp(20px, 2.7777777778vw, 40px);
  padding-left: calc((100vw - 1210px - 100px) / 2);
  font-size: clamp(2rem, 2.2222222222vw, 3.2rem);
  font-weight: 700;
  line-height: 1.4375;
}
.p-voice-referral-caption--lead {
  padding-left: calc((100vw - 1210px - 100px) / 2);
  font-size: clamp(1.3rem, 1.1111111111vw, 1.6rem);
  line-height: 1.8;
}
.p-voice-referral-caption--img-cover {
  width: 50%;
}
.p-voice-referral-caption--img {
  width: 100%;
  height: 100%;
  max-height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-voice-referral-interview {
  overflow: hidden;
  margin: 120px 0;
  padding: 0 40px;
}
.p-voice-referral-interview__inner {
  max-width: 1210px;
  margin: 0 auto;
}
.p-voice-referral-interview--list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 0;
}
.p-voice-referral-interview--item {
  position: relative;
  padding: 40px;
  border: 1px solid #FFE4D0;
  border-radius: 10px;
  background: #fff;
}
.p-voice-referral-interview--item:nth-child(n+2):nth-child(2n)::after {
  position: absolute;
  z-index: -1;
  top: -200px;
  left: -200px;
  display: block;
  width: 380px;
  height: 380px;
  background: url(../img/common/bg_dot_orange.png) repeat left top;
  content: "";
}
.p-voice-referral-interview--item:nth-child(n+2):nth-child(2n+1)::after {
  position: absolute;
  z-index: -1;
  top: -200px;
  right: -200px;
  display: block;
  width: 380px;
  height: 380px;
  background: url(../img/common/bg_dot_orange.png) repeat left top;
  content: "";
}
.p-voice-referral-interview--body {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.p-voice-referral-interview--img-cover {
  overflow: hidden;
  width: 36.3636363636%;
  border-radius: 5px;
}
.p-voice-referral-interview--img-cover + .p-voice-referral-interview--box {
  width: 63.6363636364%;
}
.p-voice-referral-interview--img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-voice-referral-interview--head {
  position: relative;
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 22px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.p-voice-referral-interview--head::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../img/common/table_border_dot.png) repeat-x left bottom;
  background-size: 8px 1px;
  content: "";
}
.p-voice-referral-interview--post {
  width: 50%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.777777;
}
.p-voice-referral-interview--name {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-voice-referral-interview--relation {
  overflow: hidden;
  width: 50%;
  border-radius: 5px;
  background: #F8F6EF;
  text-align: center;
}
.p-voice-referral-interview--relation-title {
  padding: 6px 40px;
  background: #C4BEAA;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.428571;
  color: #fff;
}
.p-voice-referral-interview--relation-text {
  padding: 6px 40px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.05;
}
.p-voice-referral-interview--qa {
  margin-top: 25px;
}
.p-voice-referral-interview--q {
  position: relative;
  padding-left: 50px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.444444;
}
.p-voice-referral-interview--q-icon {
  position: absolute;
  top: -5px;
  left: 0;
}
.p-voice-referral-interview--a {
  margin-top: 13px;
  padding-left: 50px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-voice-referral-interview--button {
  display: flex;
  margin-top: 60px;
  padding: 35px;
  border-radius: 5px;
  background: #F5F5F7;
  gap: 16px 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.p-voice-referral-interview--button-item {
  width: 100%;
  margin: initial;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}
.p-voice-article {
  display: flex;
  gap: 60px;
}
.p-voice-article__media {
  overflow: hidden;
  width: 33%;
  min-width: 270px;
  border-radius: 5px;
}
.p-voice-article__media + .p-voice-article__body {
  width: 67%;
}
.p-voice-article__media--video {
  position: relative;
  cursor: pointer;
}
.p-voice-article__media--video::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  content: "";
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: all;
}
@media screen and (min-width: 768px) {
  .p-voice-article__media--video:hover::before {
    background: rgba(0, 0, 0, 0.2);
  }
}
.p-voice-article__media--video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 100%;
  max-width: 174px;
  padding: 10px;
  border-radius: 50px;
  background: #FD923E;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}
.p-voice-article__media--video-button::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: -4px 5px 0 0;
  background-color: #fff;
  vertical-align: middle;
  content: "";
  -webkit-mask-image: url(../img/icon/icon_play-circle.svg);
          mask-image: url(../img/icon/icon_play-circle.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-voice-article--status {
  display: inline-block;
  margin-bottom: 20px;
  padding: 2px 17px;
  border-radius: 50px;
  background: #F0EBDC;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
.p-voice-article--post {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444;
}
.p-voice-article--name {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4375;
}
.p-voice-article--table {
  position: relative;
  width: 100%;
  margin: 30px auto;
  background: #fff;
  border-spacing: 0;
  border-collapse: collapse;
}
.p-voice-article--table::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../img/common/table_border_dot.png) repeat-x left bottom;
  background-size: 8px 1px;
  content: "";
}
.p-voice-article--table-title {
  position: relative;
  width: 144px;
  padding: 32px 0;
  padding-right: 20px;
  border: initial;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44444;
  color: #FD923E;
  text-align: left;
  vertical-align: top;
}
.p-voice-article--table-title::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../img/common/table_border_dot.png) repeat-x left bottom;
  background-size: 8px 1px;
  content: "";
}
.p-voice-article--table-text {
  position: relative;
  width: calc(100% - 144px);
  padding: 32px 0;
  padding-left: 20px;
  border: initial;
  font-size: 1.8rem;
  line-height: 1.44444;
  text-align: left;
  vertical-align: top;
}
.p-voice-article--table-text::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../img/common/table_border_dot.png) repeat-x left bottom;
  background-size: 8px 1px;
  content: "";
}

/*モーダルの設定*/
.modal-video {
  background-color: rgba(0, 0, 0, 0.2);
}

.modal-video-body {
  padding: 0 40px;
}

.modal-video-close-btn {
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
}
.modal-video-close-btn::before {
  position: static;
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 0;
  background: url(../img/icon/icon_close-circle.svg) no-repeat center center;
  background-size: contain;
  transform: rotate(0);
}
.modal-video-close-btn::after {
  content: none;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /*=================================
    voice
  =================================*/
  .p-voice-card {
    padding: 0 5.1282051282%;
  }
  .p-voice-card__inner {
    margin: 50px auto;
  }
  .p-voice-card__list {
    gap: 30px;
  }
  .p-voice-card__item {
    width: 100%;
  }
  .p-voice-card__item--category {
    padding: 7px 12px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .p-voice-card__item--img-cover::after {
    bottom: 26px;
    width: 40px;
    height: 40px;
  }
  .p-voice-card__item--status {
    margin: 20px 0 10px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .p-voice-card__item--title {
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .p-voice-referral {
    margin: 60px 0;
  }
  .p-voice-referral-caption {
    margin: 30px 0;
  }
  .p-voice-referral-caption__inner {
    display: block;
  }
  .p-voice-referral-caption--body {
    width: 100%;
    padding: 30px 5.1282051282%;
  }
  .p-voice-referral-caption--title {
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 2rem;
    line-height: 1.5;
  }
  .p-voice-referral-caption--lead {
    padding-left: 0;
    font-size: 1.3rem;
  }
  .p-voice-referral-caption--img-cover {
    width: 100%;
  }
  .p-voice-referral-caption--img {
    max-height: initial;
  }
  .p-voice-referral-interview {
    margin: 30px 0;
    padding: 0 5.1282051282%;
  }
  .p-voice-referral-interview--list {
    gap: 30px 0;
  }
  .p-voice-referral-interview--item {
    padding: 30px 5.1282051282%;
  }
  .p-voice-referral-interview--item:nth-child(n+2):nth-child(2n)::after {
    content: none;
  }
  .p-voice-referral-interview--item:nth-child(n+2):nth-child(2n+1)::after {
    content: none;
  }
  .p-voice-referral-interview--body {
    display: block;
  }
  .p-voice-referral-interview--img-cover {
    width: 100%;
    max-width: 220px;
    margin: 0 auto 10px;
  }
  .p-voice-referral-interview--img-cover + .p-voice-referral-interview--box {
    width: 100%;
  }
  .p-voice-referral-interview--head {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .p-voice-referral-interview--post {
    width: 100%;
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .p-voice-referral-interview--name {
    font-size: 1.8rem;
  }
  .p-voice-referral-interview--relation {
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
  }
  .p-voice-referral-interview--relation-title {
    padding: 6px 2.5641025641%;
    font-size: 1.2rem;
    line-height: 2.1;
  }
  .p-voice-referral-interview--relation-text {
    padding: 6px 2.5641025641%;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p-voice-referral-interview--qa {
    margin-top: 20px;
  }
  .p-voice-referral-interview--q {
    padding-left: 38px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .p-voice-referral-interview--q-icon {
    top: -5px;
    width: 30px;
  }
  .p-voice-referral-interview--a {
    margin-top: 10px;
    padding-left: 38px;
    font-size: 1.3rem;
  }
  .p-voice-referral-interview--button {
    margin-top: 30px;
    padding: 0;
    background: transparent;
    gap: 16px;
  }
  .p-voice-article {
    display: block;
    margin-bottom: 60px;
  }
  .p-voice-article__media {
    width: 100%;
    min-width: initial;
    max-width: 270px;
    margin: 30px auto 24px;
  }
  .p-voice-article__media + .p-voice-article__body {
    width: 100%;
    margin-top: 24px;
  }
  .p-voice-article__media--video::before {
    content: none;
  }
  .p-voice-article__media--video-button {
    font-size: 1.4rem;
    line-height: 1.428571;
  }
  .p-voice-article__media--video-button::before {
    width: 17px;
    height: 17px;
    margin: -4px 7px 0 0;
  }
  .p-voice-article--status {
    margin-bottom: 8px;
    padding: 3px 17px;
    font-size: 1.2rem;
  }
  .p-voice-article--post {
    font-size: 1.2rem;
    line-height: 1.416666;
  }
  .p-voice-article--name {
    font-size: 2rem;
    line-height: 1.5;
  }
  .p-voice-article--table {
    margin: 15px auto;
  }
  .p-voice-article--table-title {
    width: 96px;
    padding: 19px 0;
    padding-right: 5px;
    font-size: 1.3rem;
    line-height: 1.46153;
  }
  .p-voice-article--table-text {
    width: calc(100% - 96px);
    padding: 19px 0;
    padding-left: 5px;
    font-size: 1.5rem;
    line-height: 1.46153;
  }
  /*モーダルの設定*/
  .modal-video {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .modal-video-body {
    padding: 0 5.1282051282%;
  }
  .modal-video-close-btn {
    top: 10px;
    right: 12px;
    width: 41px;
    height: 41px;
  }
  .modal-video-close-btn::before {
    width: 41px;
    height: 41px;
  }
}
/*=================================
  offer
=================================*/
.p-offer {
  position: relative;
  max-width: 1360px;
  margin: 0 auto 120px;
  padding: 0 40px;
  /* css引用 */
}
.p-offer .c-head-article {
  margin-bottom: 20px;
}
.p-offer__inner {
  max-width: 1060px;
  margin: 0 auto;
}
.p-offer__inner > h1, .p-offer__inner > h2, .p-offer__inner > h3, .p-offer__inner > h4, .p-offer__inner > h5, .p-offer__inner > h6 {
  clear: both;
}
.p-offer__inner > p {
  font-size: 1.8rem;
  line-height: 1.8;
}
.p-offer__inner > p + p {
  margin-top: 40px;
}
.p-offer__inner > h1, .p-offer__inner h1.wp-block-heading {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-offer__inner > h2, .p-offer__inner h2.wp-block-heading {
  position: relative;
  margin: 60px 0 30px;
  padding-bottom: 20px;
  border-bottom: 3px solid #DDD8C9;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4375;
}
.p-offer__inner > h2::before, .p-offer__inner h2.wp-block-heading::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 200px;
  height: 3px;
  background: #FD923E;
  content: "";
}
.p-offer__inner > h3, .p-offer__inner h3.wp-block-heading {
  position: relative;
  margin: 40px 0 20px;
  padding-left: 30px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4583333;
}
.p-offer__inner > h3::before, .p-offer__inner h3.wp-block-heading::before {
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  width: 20px;
  height: 4px;
  background: #FD923E;
  content: "";
}
.p-offer__inner > h4, .p-offer__inner h4.wp-block-heading {
  margin: 40px 0 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-offer__inner > img, .p-offer__inner .wp-block-image {
  display: block;
  margin: 40px auto;
  text-align: center;
}
.p-offer__inner > ul {
  margin: 40px 0;
}
.p-offer__inner > ul li {
  margin-left: 2rem;
  list-style: disc;
  font-size: 1.8rem;
  line-height: 1.8;
}
.p-offer__inner > ol {
  margin: 40px 0;
}
.p-offer__inner > ol li {
  margin-left: 1.5rem;
  list-style: decimal;
  font-size: 1.8rem;
  line-height: 1.8;
}
.p-offer__inner > table, .p-offer__inner .wp-block-table table {
  width: 100%;
  margin: 60px auto;
  border-top: 1px solid #D5D6DB;
  background: #fff;
  border-spacing: 0;
  border-collapse: collapse;
}
.p-offer__inner > table tr, .p-offer__inner .wp-block-table table tr {
  border-bottom: 1px solid #D5D6DB;
}
.p-offer__inner > table th, .p-offer__inner > table td, .p-offer__inner .wp-block-table table th, .p-offer__inner .wp-block-table table td {
  padding: 28px 14px;
  border: initial;
  text-align: left;
  vertical-align: top;
}
.p-offer__inner > table th, .p-offer__inner .wp-block-table table th {
  width: 290px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.44;
}
.p-offer__inner > table th h1, .p-offer__inner > table th h2, .p-offer__inner > table th h3, .p-offer__inner > table th h4, .p-offer__inner > table th h5, .p-offer__inner > table th h6, .p-offer__inner .wp-block-table table th h1, .p-offer__inner .wp-block-table table th h2, .p-offer__inner .wp-block-table table th h3, .p-offer__inner .wp-block-table table th h4, .p-offer__inner .wp-block-table table th h5, .p-offer__inner .wp-block-table table th h6 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.44;
}
.p-offer__inner > table td, .p-offer__inner .wp-block-table table td {
  width: calc(100% - 290px);
  font-size: 1.8rem;
  line-height: 1.8;
}
.p-offer__inner > table td h1, .p-offer__inner > table td h2, .p-offer__inner > table td h3, .p-offer__inner > table td h4, .p-offer__inner > table td h5, .p-offer__inner > table td h6, .p-offer__inner > table td p, .p-offer__inner .wp-block-table table td h1, .p-offer__inner .wp-block-table table td h2, .p-offer__inner .wp-block-table table td h3, .p-offer__inner .wp-block-table table td h4, .p-offer__inner .wp-block-table table td h5, .p-offer__inner .wp-block-table table td h6, .p-offer__inner .wp-block-table table td p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
}
.p-offer__inner > table td p + p, .p-offer__inner .wp-block-table table td p + p {
  margin-top: 2em;
}
.p-offer__inner > dl {
  display: flex;
  width: 100%;
  margin: 60px auto;
  border-top: 1px solid #D5D6DB;
  background: #fff;
  border-spacing: 0;
  border-collapse: collapse;
  flex-wrap: wrap;
}
.p-offer__inner > dl dt, .p-offer__inner > dl dd {
  padding: 28px 14px;
  border: initial;
  border-bottom: 1px solid #D5D6DB;
  text-align: left;
  vertical-align: top;
}
.p-offer__inner > dl dt {
  width: 290px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.44;
}
.p-offer__inner > dl dt h1, .p-offer__inner > dl dt h2, .p-offer__inner > dl dt h3, .p-offer__inner > dl dt h4, .p-offer__inner > dl dt h5, .p-offer__inner > dl dt h6 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.44;
}
.p-offer__inner > dl dd {
  width: calc(100% - 290px);
  font-size: 1.8rem;
  line-height: 1.8;
}
.p-offer__inner > dl dd h1, .p-offer__inner > dl dd h2, .p-offer__inner > dl dd h3, .p-offer__inner > dl dd h4, .p-offer__inner > dl dd h5, .p-offer__inner > dl dd h6, .p-offer__inner > dl dd p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
}
.p-offer__inner > dl dd p + p {
  margin-top: 2em;
}
.p-offer__inner > iframe {
  max-width: 100%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-offer__inner > p {
    font-size: 1.5rem;
  }
  .p-offer__inner > p + p {
    margin-top: 30px;
  }
  .p-offer__inner > h1, .p-offer__inner h1.wp-block-heading {
    font-size: 2rem;
  }
  .p-offer__inner > h2, .p-offer__inner h2.wp-block-heading {
    margin: 39px 0 20px;
    padding-bottom: 10px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .p-offer__inner > h2::before, .p-offer__inner h2.wp-block-heading::before {
    width: 80px;
  }
  .p-offer__inner > h3, .p-offer__inner h3.wp-block-heading {
    margin: 30px 0 20px;
    padding-left: 25px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .p-offer__inner > h3::before, .p-offer__inner h3.wp-block-heading::before {
    top: 15px;
    width: 15px;
    height: 4px;
  }
  .p-offer__inner > h4, .p-offer__inner h4.wp-block-heading {
    margin: 30px 0 10px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p-offer__inner > img, .p-offer__inner .wp-block-image {
    margin: 30px auto;
  }
  .p-offer__inner > ul {
    margin: 30px 0;
  }
  .p-offer__inner > ul li {
    margin-left: 2rem;
    font-size: 1.5rem;
  }
  .p-offer__inner > ol {
    margin: 30px 0;
  }
  .p-offer__inner > ol li {
    margin-left: 1.5rem;
    font-size: 1.5rem;
  }
  .p-offer__inner > table, .p-offer__inner .wp-block-table table {
    margin: 30px auto;
  }
  .p-offer__inner > table th, .p-offer__inner > table td, .p-offer__inner .wp-block-table table th, .p-offer__inner .wp-block-table table td {
    display: block;
    padding: 0;
  }
  .p-offer__inner > table th, .p-offer__inner .wp-block-table table th {
    width: 100%;
    padding-top: 20px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .p-offer__inner > table th h1, .p-offer__inner > table th h2, .p-offer__inner > table th h3, .p-offer__inner > table th h4, .p-offer__inner > table th h5, .p-offer__inner > table th h6, .p-offer__inner .wp-block-table table th h1, .p-offer__inner .wp-block-table table th h2, .p-offer__inner .wp-block-table table th h3, .p-offer__inner .wp-block-table table th h4, .p-offer__inner .wp-block-table table th h5, .p-offer__inner .wp-block-table table th h6 {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .p-offer__inner > table td, .p-offer__inner .wp-block-table table td {
    width: 100%;
    padding-bottom: 20px;
    font-size: 1.5rem;
  }
  .p-offer__inner > table td h1, .p-offer__inner > table td h2, .p-offer__inner > table td h3, .p-offer__inner > table td h4, .p-offer__inner > table td h5, .p-offer__inner > table td h6, .p-offer__inner > table td p, .p-offer__inner .wp-block-table table td h1, .p-offer__inner .wp-block-table table td h2, .p-offer__inner .wp-block-table table td h3, .p-offer__inner .wp-block-table table td h4, .p-offer__inner .wp-block-table table td h5, .p-offer__inner .wp-block-table table td h6, .p-offer__inner .wp-block-table table td p {
    font-size: 1.5rem;
  }
  .p-offer__inner > dl {
    display: block;
    margin: 30px auto;
    border: none;
    border-bottom: 1px solid #D5D6DB;
  }
  .p-offer__inner > dl dt, .p-offer__inner > dl dd {
    padding: 0;
  }
  .p-offer__inner > dl dt {
    width: 100%;
    padding-top: 20px;
    border: none;
    border-top: 1px solid #D5D6DB;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .p-offer__inner > dl dt h1, .p-offer__inner > dl dt h2, .p-offer__inner > dl dt h3, .p-offer__inner > dl dt h4, .p-offer__inner > dl dt h5, .p-offer__inner > dl dt h6 {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .p-offer__inner > dl dd {
    width: 100%;
    padding-bottom: 20px;
    border: none;
    font-size: 1.5rem;
  }
  .p-offer__inner > dl dd h1, .p-offer__inner > dl dd h2, .p-offer__inner > dl dd h3, .p-offer__inner > dl dd h4, .p-offer__inner > dl dd h5, .p-offer__inner > dl dd h6, .p-offer__inner > dl dd p {
    font-size: 1.5rem;
  }
}
.p-offer-tag {
  position: relative;
  display: flex;
  margin: 20px auto 60px;
  padding-bottom: 30px;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.p-offer-tag::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../img/common/table_border_dot.png) repeat-x left bottom;
  background-size: 8px 1px;
  content: "";
}
.p-offer-tag__status {
  display: inline-block;
  padding: 4px 20px;
  border-radius: 50px;
  background: #FD923E;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.33333;
  color: #fff;
}
.p-offer-tag__location {
  display: inline-block;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.42857;
}
.p-offer-tag__location::before {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 5px -7px 0;
  background: url(../img/icon/icon_location.svg) no-repeat center center;
  background-size: contain;
  content: "";
}
.p-offer-img, .p-offer .p-offer--img {
  display: block;
  overflow: hidden;
  margin: 60px auto;
  text-align: center;
}
.p-offer-img img, .p-offer .p-offer--img img {
  border-radius: 5px;
}
.p-offer-button-wrapper, .p-offer .offer-contact {
  display: flex;
  margin: 60px auto;
  padding: 40px;
  border-radius: 5px;
  background: #F5F5F7;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
}
.p-offer-button-wrapper a, .p-offer .offer-contact a {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 380px;
  padding: 13px 40px;
  border-radius: 50px;
  background: rgb(250, 202, 72);
  background: linear-gradient(115deg, rgb(250, 202, 72) 0%, rgb(255, 126, 57) 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faca48",endColorstr="#ff7e39",GradientType=1);
}
@media screen and (min-width: 768px) {
  .p-offer-button-wrapper a::after, .p-offer .offer-contact a::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(255, 235, 125);
    background: linear-gradient(115deg, rgb(255, 235, 125) 0%, rgb(255, 175, 56) 100%);
    content: "";
    opacity: 0;
    transition-timing-function: ease-out;
    transition-duration: 0.3s;
    transition-property: all;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffeb7d",endColorstr="#ffaf38",GradientType=1);
  }
  .p-offer-button-wrapper a:hover, .p-offer .offer-contact a:hover {
    opacity: 1;
  }
  .p-offer-button-wrapper a:hover::after, .p-offer .offer-contact a:hover::after {
    opacity: 1;
  }
}
.p-offer-message {
  margin: 100px auto 120px;
  padding: 58px 40px;
  border-radius: 5px;
  background: #F5F5F7;
  text-align: center;
}
.p-offer-message__title {
  margin-bottom: 30px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4375;
}
.p-offer-message__text {
  margin: 30px auto;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.833333;
}
.p-offer .supplement {
  font-size: 1.4rem;
  color: #909090;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /*=================================
    offer
  =================================*/
  .p-offer {
    margin: 0 auto 60px;
    padding: 0 5.1282051282%;
    /* css引用 */
  }
  .p-offer .c-head-article {
    margin-bottom: 10px;
  }
  .p-offer-tag {
    margin: 10px auto 28px;
    padding-bottom: 18px;
    gap: 10px 10px;
  }
  .p-offer-tag__status {
    padding: 4px 20px;
    font-size: 1.4rem;
  }
  .p-offer-tag__location {
    font-size: 1.4rem;
  }
  .p-offer-tag__location::before {
    width: 20px;
    height: 20px;
    margin: 0 0 -4px 0;
  }
  .p-offer-img, .p-offer .p-offer--img {
    margin: 28px auto 39px;
  }
  .p-offer-button-wrapper, .p-offer .offer-contact {
    margin: 39px auto;
    padding: 30px 5.1282051282%;
    flex-wrap: wrap;
    gap: 15px 15px;
  }
  .p-offer-button-wrapper a, .p-offer .offer-contact a {
    max-width: initial;
    padding: 15px 5.1282051282%;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .p-offer-message {
    margin: 70px auto 60px;
    padding: 30px 5.1282051282%;
  }
  .p-offer-message__title {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .p-offer-message__text {
    margin: 20px auto;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .p-offer .supplement {
    font-size: 1.2rem;
  }
}
/*=================================
  entry
=================================*/
.p-entry {
  margin: 0 0 120px;
  padding: 0 40px;
}
.p-entry__inner {
  max-width: 1060px;
  margin: 0 auto;
}
.p-entry__body {
  padding: 60px 70px 104px;
  border: 40px solid #F5F5F7;
  background: #fff;
}
.p-entry__body .wpcf7-not-valid-tip {
  display: block;
  margin-top: 11px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  color: #E23F31 !important;
}
.p-entry__item {
  margin: 0 0 30px;
}
.p-entry__item--title {
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  align-items: center;
}
.p-entry__item--content {
  margin-top: 16px;
}
.p-entry__item--default {
  padding: 15px 29px;
  border: 1px solid #D5D6DB;
  border-radius: 5px;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-entry__item--default.wpcf7-not-valid {
  border-color: #E23F31;
}
.p-entry__item--full {
  width: 100%;
}
.p-entry__item--half {
  width: 50%;
}
.p-entry__item--age {
  width: 100px;
}
.p-entry__item--textarea {
  width: 100%;
  height: 240px;
}
.p-entry__item--subtext {
  display: inline-block;
  margin: 0 10px;
  font-size: 1.6rem;
  font-weight: 700;
  vertical-align: bottom;
}
.p-entry__item--required {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 17px;
  background: #E23F31;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}
.p-entry__item--any {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 17px;
  background: #D5D6DB;
  font-size: 1.2rem;
  font-weight: 700;
  color: #6B6B6C;
}
.p-entry__others {
  margin-top: 30px;
  text-align: center;
}
.p-entry__others--text {
  padding-left: 2em;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000;
  text-indent: -1em;
}
.p-entry__others--agree span {
  margin: 0 !important;
  color: #000 !important;
}
.p-entry__others--button {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 430px;
  margin: 40px auto 0;
  border-radius: 50px;
  background: rgb(250, 202, 72);
  background: linear-gradient(115deg, rgb(250, 202, 72) 0%, rgb(255, 126, 57) 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#faca48",endColorstr="#ff7e39",GradientType=1);
}
.p-entry__others--button .p-entry__others--button-submit {
  position: relative;
  z-index: 0;
  z-index: 2;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 24px 40px 24px 70px;
  border-style: none;
  background-color: transparent;
  font: inherit;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.444444;
  color: inherit;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-entry__others--button::after {
    position: absolute;
    z-index: -1;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(255, 235, 125);
    background: linear-gradient(115deg, rgb(255, 235, 125) 0%, rgb(255, 175, 56) 100%);
    content: "";
    opacity: 0;
    transition-timing-function: ease-out;
    transition-duration: 0.3s;
    transition-property: all;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffeb7d",endColorstr="#ffaf38",GradientType=1);
  }
  .p-entry__others--button:hover {
    opacity: 1;
  }
  .p-entry__others--button:hover::after {
    opacity: 1;
  }
}
.p-entry input[type=checkbox] {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.p-entry input[type=checkbox] + span {
  position: relative;
  margin-right: 29px;
  padding-left: 30px;
  font-size: 1.6rem;
  line-height: 1;
  color: #231815;
  cursor: pointer;
}
.p-entry input[type=checkbox] + span::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #A5A8A8;
  background-color: #fff;
  content: "";
}
.p-entry input[type=checkbox] + span::after {
  position: absolute;
  top: 7px;
  left: 4px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/common/form_check.svg) no-repeat center center;
  background-size: contain;
  content: "";
  opacity: 0;
}
.p-entry input[type=checkbox]:checked + span::before {
  border-color: #0475FF;
  background-color: #0475FF;
}
.p-entry input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.p-entry input[type=radio] {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.p-entry input[type=radio] + span {
  position: relative;
  margin-right: 29px;
  padding-left: 33px;
  font-size: 1.6rem;
  line-height: 1;
  color: #231815;
  cursor: pointer;
}
.p-entry input[type=radio] + span::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #A5A8A8;
  border-radius: 50px;
  background-color: #fff;
  content: "";
}
.p-entry input[type=radio] + span::after {
  position: absolute;
  top: 8px;
  left: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #0475FF;
  content: "";
  opacity: 0;
}
.p-entry input[type=radio]:checked + span::after {
  opacity: 1;
}
.p-entry .wpcf7-spinner {
  display: none;
}
.p-entry .wpcf7-list-item {
  margin: 0;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /*=================================
    entry
  =================================*/
  .p-entry {
    margin: 0 0 60px;
    padding: 0 5.1282051282%;
  }
  .p-entry__body {
    padding: 0 0 60px;
    border: none;
  }
  .p-entry__item {
    margin: 0 0 20px;
  }
  .p-entry__item--title {
    font-size: 1.3rem;
  }
  .p-entry__item--content {
    margin-top: 10px;
  }
  .p-entry__item--default {
    padding: 15px 21px;
  }
  .p-entry__item--half {
    width: 100%;
  }
  .p-entry__item--textarea {
    height: 180px;
  }
  .p-entry__item--subtext {
    font-size: 1.3rem;
  }
  .p-entry__item--required {
    padding: 1px 17px;
  }
  .p-entry__item--any {
    padding: 1px 17px;
  }
  .p-entry__others {
    margin-top: 55px;
    text-align: left;
  }
  .p-entry__others--button {
    max-width: 350px;
    margin: 28px auto 0;
  }
  .p-entry__others--button .p-entry__others--button-submit {
    padding: 15px 5.1282051282%;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
/*=================================
  business
=================================*/
.p-business {
  position: relative;
  max-width: 1360px;
  margin: 0 auto 120px;
}
.p-business .c-lead {
  padding: 0;
}
.p-business__inner {
  max-width: 1060px;
  margin: 0 auto;
}
.p-business__container > h1, .p-business__container > h2, .p-business__container > h3, .p-business__container > h4, .p-business__container > h5, .p-business__container > h6 {
  clear: both;
}
.p-business__container > p {
  font-size: 1.8rem;
  line-height: 1.8;
}
.p-business__container > p + p {
  margin-top: 40px;
}
.p-business__container > h1, .p-business__container h1.wp-block-heading {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-business__container > h2, .p-business__container h2.wp-block-heading {
  position: relative;
  margin: 60px 0 30px;
  padding-bottom: 20px;
  border-bottom: 3px solid #DDD8C9;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4375;
}
.p-business__container > h2::before, .p-business__container h2.wp-block-heading::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 200px;
  height: 3px;
  background: #FD923E;
  content: "";
}
.p-business__container > h3, .p-business__container h3.wp-block-heading {
  position: relative;
  margin: 40px 0 20px;
  padding-left: 30px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4583333;
}
.p-business__container > h3::before, .p-business__container h3.wp-block-heading::before {
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  width: 20px;
  height: 4px;
  background: #FD923E;
  content: "";
}
.p-business__container > h4, .p-business__container h4.wp-block-heading {
  margin: 40px 0 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-business__container > img, .p-business__container .wp-block-image {
  display: block;
  margin: 40px auto;
  text-align: center;
}
.p-business__container > ul {
  margin: 40px 0;
}
.p-business__container > ul li {
  margin-left: 2rem;
  list-style: disc;
  font-size: 1.8rem;
  line-height: 1.8;
}
.p-business__container > ol {
  margin: 40px 0;
}
.p-business__container > ol li {
  margin-left: 1.5rem;
  list-style: decimal;
  font-size: 1.8rem;
  line-height: 1.8;
}
.p-business__container > table, .p-business__container .wp-block-table table {
  width: 100%;
  margin: 60px auto;
  border-top: 1px solid #D5D6DB;
  background: #fff;
  border-spacing: 0;
  border-collapse: collapse;
}
.p-business__container > table tr, .p-business__container .wp-block-table table tr {
  border-bottom: 1px solid #D5D6DB;
}
.p-business__container > table th, .p-business__container > table td, .p-business__container .wp-block-table table th, .p-business__container .wp-block-table table td {
  padding: 28px 14px;
  border: initial;
  text-align: left;
  vertical-align: top;
}
.p-business__container > table th, .p-business__container .wp-block-table table th {
  width: 290px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-business__container > table th h1, .p-business__container > table th h2, .p-business__container > table th h3, .p-business__container > table th h4, .p-business__container > table th h5, .p-business__container > table th h6, .p-business__container .wp-block-table table th h1, .p-business__container .wp-block-table table th h2, .p-business__container .wp-block-table table th h3, .p-business__container .wp-block-table table th h4, .p-business__container .wp-block-table table th h5, .p-business__container .wp-block-table table th h6 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-business__container > table td, .p-business__container .wp-block-table table td {
  width: calc(100% - 290px);
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-business__container > table td h1, .p-business__container > table td h2, .p-business__container > table td h3, .p-business__container > table td h4, .p-business__container > table td h5, .p-business__container > table td h6, .p-business__container > table td p, .p-business__container .wp-block-table table td h1, .p-business__container .wp-block-table table td h2, .p-business__container .wp-block-table table td h3, .p-business__container .wp-block-table table td h4, .p-business__container .wp-block-table table td h5, .p-business__container .wp-block-table table td h6, .p-business__container .wp-block-table table td p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
.p-business__container > table td p + p, .p-business__container .wp-block-table table td p + p {
  margin-top: 2em;
}
.p-business__container > dl {
  display: flex;
  width: 100%;
  margin: 60px auto;
  border-top: 1px solid #D5D6DB;
  background: #fff;
  border-spacing: 0;
  border-collapse: collapse;
  flex-wrap: wrap;
}
.p-business__container > dl dt, .p-business__container > dl dd {
  padding: 28px 14px;
  border: initial;
  border-bottom: 1px solid #D5D6DB;
  text-align: left;
  vertical-align: top;
}
.p-business__container > dl dt {
  width: 290px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.44;
}
.p-business__container > dl dt h1, .p-business__container > dl dt h2, .p-business__container > dl dt h3, .p-business__container > dl dt h4, .p-business__container > dl dt h5, .p-business__container > dl dt h6 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.44;
}
.p-business__container > dl dd {
  width: calc(100% - 290px);
  font-size: 1.8rem;
  line-height: 1.8;
}
.p-business__container > dl dd h1, .p-business__container > dl dd h2, .p-business__container > dl dd h3, .p-business__container > dl dd h4, .p-business__container > dl dd h5, .p-business__container > dl dd h6, .p-business__container > dl dd p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
}
.p-business__container > dl dd p + p {
  margin-top: 2em;
}
.p-business__container > iframe {
  max-width: 100%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-business__container > p {
    font-size: 1.5rem;
  }
  .p-business__container > p + p {
    margin-top: 30px;
  }
  .p-business__container > h1, .p-business__container h1.wp-block-heading {
    font-size: 2rem;
  }
  .p-business__container > h2, .p-business__container h2.wp-block-heading {
    margin: 30px 0 20px;
    padding-bottom: 10px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .p-business__container > h2::before, .p-business__container h2.wp-block-heading::before {
    width: 80px;
  }
  .p-business__container > h3, .p-business__container h3.wp-block-heading {
    margin: 20px 0 10px;
    padding-left: 25px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .p-business__container > h3::before, .p-business__container h3.wp-block-heading::before {
    top: 15px;
    width: 15px;
    height: 4px;
  }
  .p-business__container > h4, .p-business__container h4.wp-block-heading {
    margin: 30px 0 10px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p-business__container > img, .p-business__container .wp-block-image {
    margin: 30px auto;
  }
  .p-business__container > ul {
    margin: 30px 0;
  }
  .p-business__container > ul li {
    margin-left: 2rem;
    font-size: 1.5rem;
  }
  .p-business__container > ol {
    margin: 30px 0;
  }
  .p-business__container > ol li {
    margin-left: 1.5rem;
    font-size: 1.5rem;
  }
  .p-business__container > table, .p-business__container .wp-block-table table {
    margin: 30px auto;
  }
  .p-business__container > table th, .p-business__container > table td, .p-business__container .wp-block-table table th, .p-business__container .wp-block-table table td {
    display: block;
    padding: 0;
  }
  .p-business__container > table th, .p-business__container .wp-block-table table th {
    width: 100%;
    padding-top: 20px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .p-business__container > table th h1, .p-business__container > table th h2, .p-business__container > table th h3, .p-business__container > table th h4, .p-business__container > table th h5, .p-business__container > table th h6, .p-business__container .wp-block-table table th h1, .p-business__container .wp-block-table table th h2, .p-business__container .wp-block-table table th h3, .p-business__container .wp-block-table table th h4, .p-business__container .wp-block-table table th h5, .p-business__container .wp-block-table table th h6 {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .p-business__container > table td, .p-business__container .wp-block-table table td {
    width: 100%;
    padding-bottom: 20px;
    font-size: 1.5rem;
  }
  .p-business__container > table td h1, .p-business__container > table td h2, .p-business__container > table td h3, .p-business__container > table td h4, .p-business__container > table td h5, .p-business__container > table td h6, .p-business__container > table td p, .p-business__container .wp-block-table table td h1, .p-business__container .wp-block-table table td h2, .p-business__container .wp-block-table table td h3, .p-business__container .wp-block-table table td h4, .p-business__container .wp-block-table table td h5, .p-business__container .wp-block-table table td h6, .p-business__container .wp-block-table table td p {
    font-size: 1.5rem;
  }
  .p-business__container > dl {
    display: block;
    margin: 30px auto;
    border: none;
    border-bottom: 1px solid #D5D6DB;
  }
  .p-business__container > dl dt, .p-business__container > dl dd {
    padding: 0;
  }
  .p-business__container > dl dt {
    width: 100%;
    padding-top: 20px;
    border: none;
    border-top: 1px solid #D5D6DB;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .p-business__container > dl dt h1, .p-business__container > dl dt h2, .p-business__container > dl dt h3, .p-business__container > dl dt h4, .p-business__container > dl dt h5, .p-business__container > dl dt h6 {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .p-business__container > dl dd {
    width: 100%;
    padding-bottom: 20px;
    border: none;
    font-size: 1.5rem;
  }
  .p-business__container > dl dd h1, .p-business__container > dl dd h2, .p-business__container > dl dd h3, .p-business__container > dl dd h4, .p-business__container > dl dd h5, .p-business__container > dl dd h6, .p-business__container > dl dd p {
    font-size: 1.5rem;
  }
}
.p-business__title--lg {
  position: relative;
  margin: 60px 0 30px;
  padding-bottom: 20px;
  border-bottom: 3px solid #DDD8C9;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4375;
}
.p-business__title--lg::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 200px;
  height: 3px;
  background: #FD923E;
  content: "";
}
.p-business__title--md {
  position: relative;
  margin: 40px 0 20px;
  padding-left: 30px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4583333;
}
.p-business__title--md::before {
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  width: 20px;
  height: 4px;
  background: #FD923E;
  content: "";
}
.p-business--list {
  display: flex;
  margin-bottom: 80px;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-business--list {
    gap: 30px 20px;
  }
}
.p-business--item {
  width: calc((100% - 60px) / 3);
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-business--item {
    width: calc((100% - 20px) / 2);
  }
}
.p-business--img-cover {
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #DDD8C9;
  border-radius: 5px;
}
.p-business--name {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-business--link {
  display: block;
  width: calc((100% - 5px) / 2);
  min-width: 115px;
  padding: 2px 2px;
  border: 1px solid #231815;
  border-radius: 50px;
  background: #231815;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-business--link:hover {
    background: #fff;
    color: #231815;
    opacity: 1;
  }
}
.p-business--link-wrap {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
  gap: 5px;
}
.p-business--link-icon--blandsite {
  position: relative;
}
.p-business--link-icon--blandsite::before {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 8px 2px 0;
  background: url(../img/icon/icon_blandsite.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.p-business--link-icon--instagram {
  position: relative;
}
.p-business--link-icon--instagram::before {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 8px 2px 0;
  background: url(../img/icon/icon_instagram.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  content: "";
}
.p-business--button-map {
  display: inline-block;
  margin-top: 9px;
  padding: 6px 20px;
  border: 1px solid #231815;
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.42857;
  color: #231815;
  text-align: center;
  text-decoration: none;
}
.p-business--button-map::before {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -4px 10px 0 0;
  background-color: #09244B;
  vertical-align: middle;
  content: "";
  -webkit-mask-image: url(../img/icon/icon_location-fill.svg);
          mask-image: url(../img/icon/icon_location-fill.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (min-width: 768px) {
  .p-business--button-map:hover {
    background: #231815;
    color: #fff;
  }
  .p-business--button-map:hover::before {
    background-color: #fff;
  }
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /*=================================
    business
  =================================*/
  .p-business {
    margin: 0 auto 50px;
  }
  .p-business .c-lead__inner {
    margin: 30px auto;
  }
  .p-business__title--lg {
    margin: 30px 0 20px;
    padding-bottom: 10px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .p-business__title--lg::before {
    width: 80px;
  }
  .p-business__title--md {
    margin: 20px 0 10px;
    padding-left: 25px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .p-business__title--md::before {
    top: 15px;
    width: 15px;
    height: 4px;
  }
  .p-business--list {
    margin-bottom: 40px;
  }
  .p-business--item {
    width: 100%;
  }
  .p-business--name {
    font-size: 1.6rem;
    line-height: 1.6875;
  }
  .p-business--link {
    min-width: initial;
    padding: 1px 2px;
  }
}
/*=================================
  message
=================================*/
.p-message {
  position: relative;
  max-width: 1360px;
  margin: 0 auto 120px;
}
.p-message .c-lead {
  padding: 0;
}
.p-message__inner {
  max-width: 1060px;
  margin: 0 auto;
}
.p-message__title--lg {
  position: relative;
  margin: 60px 0 30px;
  padding-bottom: 20px;
  border-bottom: 3px solid #DDD8C9;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4375;
}
.p-message__title--lg::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 200px;
  height: 3px;
  background: #FD923E;
  content: "";
}
.p-message__title--md {
  position: relative;
  margin: 40px 0 20px;
  padding-left: 30px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4583333;
}
.p-message__title--md::before {
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  width: 20px;
  height: 4px;
  background: #FD923E;
  content: "";
}
.p-message__video {
  width: 100%;
  margin: 80px auto;
  aspect-ratio: 16/9;
}
.p-message__video iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /*=================================
    message
  =================================*/
  .p-message {
    margin: 0 auto 50px;
  }
  .p-message .c-lead__inner {
    margin: 30px auto;
    text-align: left;
  }
  .p-message__title--lg {
    margin: 30px 0 20px;
    padding-bottom: 10px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .p-message__title--lg::before {
    width: 80px;
  }
  .p-message__title--md {
    margin: 20px 0 10px;
    padding-left: 25px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .p-message__title--md::before {
    top: 15px;
    width: 15px;
    height: 4px;
  }
  .p-message__video {
    margin: 40px auto;
  }
}
/*=================================
  concept
=================================*/
.p-concept {
  position: relative;
  max-width: 1360px;
  margin: 0 auto 120px;
}
.p-concept .c-lead {
  padding: 0;
}
.p-concept .c-lead__inner {
  margin: 100px auto 80px;
}
.p-concept .c-lead--text {
  font-size: 1.8rem;
  line-height: 2;
}
.p-concept__inner {
  max-width: 1060px;
  margin: 0 auto;
}
.p-concept-kv__img {
  border-radius: 10px;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /*=================================
    concept
  =================================*/
  .p-concept {
    margin: 0 auto 50px;
  }
  .p-concept .c-lead__inner {
    margin: 40px auto;
    text-align: left;
  }
  .p-concept .c-lead--text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .p-concept-kv__img {
    border-radius: 5px;
  }
}
/*=================================
  education
=================================*/
.p-education {
  position: relative;
  max-width: 1360px;
  margin: 0 auto 120px;
}
.p-education .c-lead {
  padding: 0;
}
.p-education .c-lead__inner {
  margin-bottom: 40px;
}
.p-education__inner {
  max-width: 1060px;
  margin: 0 auto;
}
.p-education__container {
  margin-bottom: 80px;
}
.p-education__container > h1, .p-education__container > h2, .p-education__container > h3, .p-education__container > h4, .p-education__container > h5, .p-education__container > h6 {
  clear: both;
}
.p-education__container > p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-education__container > p + p {
  margin-top: 40px;
}
.p-education__container > h1, .p-education__container h1.wp-block-heading {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-education__container > h2, .p-education__container h2.wp-block-heading {
  position: relative;
  margin: 60px 0 30px;
  padding-bottom: 20px;
  border-bottom: 3px solid #DDD8C9;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4375;
}
.p-education__container > h2::before, .p-education__container h2.wp-block-heading::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 200px;
  height: 3px;
  background: #FD923E;
  content: "";
}
.p-education__container > h3, .p-education__container h3.wp-block-heading {
  position: relative;
  margin: 40px 0 20px;
  padding-left: 30px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4583333;
}
.p-education__container > h3::before, .p-education__container h3.wp-block-heading::before {
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  width: 20px;
  height: 4px;
  background: #FD923E;
  content: "";
}
.p-education__container > h4, .p-education__container h4.wp-block-heading {
  margin: 40px 0 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-education__container > img, .p-education__container .wp-block-image {
  display: block;
  margin: 40px auto;
  text-align: center;
}
.p-education__container > ul {
  margin: 40px 0;
}
.p-education__container > ul li {
  margin-left: 2rem;
  list-style: disc;
  font-size: 1.8rem;
  line-height: 1.8;
}
.p-education__container > ol {
  margin: 40px 0;
}
.p-education__container > ol li {
  margin-left: 1.5rem;
  list-style: decimal;
  font-size: 1.8rem;
  line-height: 1.8;
}
.p-education__container > table, .p-education__container .wp-block-table table {
  width: 100%;
  margin: 60px auto;
  border-top: 1px solid #D5D6DB;
  background: #fff;
  border-spacing: 0;
  border-collapse: collapse;
}
.p-education__container > table tr, .p-education__container .wp-block-table table tr {
  border-bottom: 1px solid #D5D6DB;
}
.p-education__container > table th, .p-education__container > table td, .p-education__container .wp-block-table table th, .p-education__container .wp-block-table table td {
  padding: 28px 14px;
  border: initial;
  text-align: left;
  vertical-align: top;
}
.p-education__container > table th, .p-education__container .wp-block-table table th {
  width: 290px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-education__container > table th h1, .p-education__container > table th h2, .p-education__container > table th h3, .p-education__container > table th h4, .p-education__container > table th h5, .p-education__container > table th h6, .p-education__container .wp-block-table table th h1, .p-education__container .wp-block-table table th h2, .p-education__container .wp-block-table table th h3, .p-education__container .wp-block-table table th h4, .p-education__container .wp-block-table table th h5, .p-education__container .wp-block-table table th h6 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-education__container > table td, .p-education__container .wp-block-table table td {
  width: calc(100% - 290px);
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-education__container > table td h1, .p-education__container > table td h2, .p-education__container > table td h3, .p-education__container > table td h4, .p-education__container > table td h5, .p-education__container > table td h6, .p-education__container > table td p, .p-education__container .wp-block-table table td h1, .p-education__container .wp-block-table table td h2, .p-education__container .wp-block-table table td h3, .p-education__container .wp-block-table table td h4, .p-education__container .wp-block-table table td h5, .p-education__container .wp-block-table table td h6, .p-education__container .wp-block-table table td p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
.p-education__container > table td p + p, .p-education__container .wp-block-table table td p + p {
  margin-top: 2em;
}
.p-education__container > dl {
  display: flex;
  width: 100%;
  margin: 60px auto;
  border-top: 1px solid #D5D6DB;
  background: #fff;
  border-spacing: 0;
  border-collapse: collapse;
  flex-wrap: wrap;
}
.p-education__container > dl dt, .p-education__container > dl dd {
  padding: 28px 14px;
  border: initial;
  border-bottom: 1px solid #D5D6DB;
  text-align: left;
  vertical-align: top;
}
.p-education__container > dl dt {
  width: 290px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.44;
}
.p-education__container > dl dt h1, .p-education__container > dl dt h2, .p-education__container > dl dt h3, .p-education__container > dl dt h4, .p-education__container > dl dt h5, .p-education__container > dl dt h6 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.44;
}
.p-education__container > dl dd {
  width: calc(100% - 290px);
  font-size: 1.8rem;
  line-height: 1.8;
}
.p-education__container > dl dd h1, .p-education__container > dl dd h2, .p-education__container > dl dd h3, .p-education__container > dl dd h4, .p-education__container > dl dd h5, .p-education__container > dl dd h6, .p-education__container > dl dd p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
}
.p-education__container > dl dd p + p {
  margin-top: 2em;
}
.p-education__container > iframe {
  max-width: 100%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-education__container > p {
    font-size: 1.5rem;
  }
  .p-education__container > p + p {
    margin-top: 30px;
  }
  .p-education__container > h1, .p-education__container h1.wp-block-heading {
    font-size: 2rem;
  }
  .p-education__container > h2, .p-education__container h2.wp-block-heading {
    margin: 30px 0 20px;
    padding-bottom: 10px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .p-education__container > h2::before, .p-education__container h2.wp-block-heading::before {
    width: 80px;
  }
  .p-education__container > h3, .p-education__container h3.wp-block-heading {
    margin: 20px 0 10px;
    padding-left: 25px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .p-education__container > h3::before, .p-education__container h3.wp-block-heading::before {
    top: 15px;
    width: 15px;
    height: 4px;
  }
  .p-education__container > h4, .p-education__container h4.wp-block-heading {
    margin: 30px 0 10px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p-education__container > img, .p-education__container .wp-block-image {
    margin: 30px auto;
  }
  .p-education__container > ul {
    margin: 30px 0;
  }
  .p-education__container > ul li {
    margin-left: 2rem;
    font-size: 1.5rem;
  }
  .p-education__container > ol {
    margin: 30px 0;
  }
  .p-education__container > ol li {
    margin-left: 1.5rem;
    font-size: 1.5rem;
  }
  .p-education__container > table, .p-education__container .wp-block-table table {
    margin: 30px auto;
  }
  .p-education__container > table th, .p-education__container > table td, .p-education__container .wp-block-table table th, .p-education__container .wp-block-table table td {
    display: block;
    padding: 0;
  }
  .p-education__container > table th, .p-education__container .wp-block-table table th {
    width: 100%;
    padding-top: 20px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .p-education__container > table th h1, .p-education__container > table th h2, .p-education__container > table th h3, .p-education__container > table th h4, .p-education__container > table th h5, .p-education__container > table th h6, .p-education__container .wp-block-table table th h1, .p-education__container .wp-block-table table th h2, .p-education__container .wp-block-table table th h3, .p-education__container .wp-block-table table th h4, .p-education__container .wp-block-table table th h5, .p-education__container .wp-block-table table th h6 {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .p-education__container > table td, .p-education__container .wp-block-table table td {
    width: 100%;
    padding-bottom: 20px;
    font-size: 1.5rem;
  }
  .p-education__container > table td h1, .p-education__container > table td h2, .p-education__container > table td h3, .p-education__container > table td h4, .p-education__container > table td h5, .p-education__container > table td h6, .p-education__container > table td p, .p-education__container .wp-block-table table td h1, .p-education__container .wp-block-table table td h2, .p-education__container .wp-block-table table td h3, .p-education__container .wp-block-table table td h4, .p-education__container .wp-block-table table td h5, .p-education__container .wp-block-table table td h6, .p-education__container .wp-block-table table td p {
    font-size: 1.5rem;
  }
  .p-education__container > dl {
    display: block;
    margin: 30px auto;
    border: none;
    border-bottom: 1px solid #D5D6DB;
  }
  .p-education__container > dl dt, .p-education__container > dl dd {
    padding: 0;
  }
  .p-education__container > dl dt {
    width: 100%;
    padding-top: 20px;
    border: none;
    border-top: 1px solid #D5D6DB;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .p-education__container > dl dt h1, .p-education__container > dl dt h2, .p-education__container > dl dt h3, .p-education__container > dl dt h4, .p-education__container > dl dt h5, .p-education__container > dl dt h6 {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .p-education__container > dl dd {
    width: 100%;
    padding-bottom: 20px;
    border: none;
    font-size: 1.5rem;
  }
  .p-education__container > dl dd h1, .p-education__container > dl dd h2, .p-education__container > dl dd h3, .p-education__container > dl dd h4, .p-education__container > dl dd h5, .p-education__container > dl dd h6, .p-education__container > dl dd p {
    font-size: 1.5rem;
  }
}
.p-education__container > h2:first-of-type {
  margin-top: 40px;
}
.p-education__movie-list {
  display: flex;
  margin: 40px auto 60px;
  flex-wrap: wrap;
  gap: 40px;
}
.p-education__movie-item {
  width: calc(50% - 20px);
}
.p-education__movie-box {
  position: relative;
  cursor: pointer;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: all;
}
.p-education__movie-box::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 86px;
  height: 86px;
  background: url(../img/education/icon_play.png) no-repeat center center;
  background-size: contain;
  content: "";
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-education__movie-box:hover {
    opacity: 0.8;
  }
}
.p-education__movie-name {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /*=================================
    education
  =================================*/
  .p-education {
    margin: 0 auto 50px;
  }
  .p-education .c-lead__inner {
    margin: 30px auto;
  }
  .p-education__container {
    margin-bottom: 40px;
  }
  .p-education__movie-list {
    margin: 30px auto 30px;
    gap: 20px 10px;
  }
  .p-education__movie-item {
    width: calc(50% - 5px);
  }
  .p-education__movie-box::before {
    width: 43px;
    height: 43px;
  }
  .p-education__movie-name {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
/*=================================
  employee-benefits
=================================*/
.p-employee-benefits {
  position: relative;
  max-width: 1360px;
  margin: 0 auto 120px;
}
.p-employee-benefits .c-lead {
  padding: 0;
}
.p-employee-benefits .c-lead__inner {
  margin-bottom: 40px;
}
.p-employee-benefits__inner {
  max-width: 1060px;
  margin: 0 auto;
}
.p-employee-benefits__container {
  margin-bottom: 80px;
}
.p-employee-benefits__container > h1, .p-employee-benefits__container > h2, .p-employee-benefits__container > h3, .p-employee-benefits__container > h4, .p-employee-benefits__container > h5, .p-employee-benefits__container > h6 {
  clear: both;
}
.p-employee-benefits__container > p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-employee-benefits__container > p + p {
  margin-top: 40px;
}
.p-employee-benefits__container > h1, .p-employee-benefits__container h1.wp-block-heading {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-employee-benefits__container > h2, .p-employee-benefits__container h2.wp-block-heading {
  position: relative;
  margin: 60px 0 30px;
  padding-bottom: 20px;
  border-bottom: 3px solid #DDD8C9;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4375;
}
.p-employee-benefits__container > h2::before, .p-employee-benefits__container h2.wp-block-heading::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 200px;
  height: 3px;
  background: #FD923E;
  content: "";
}
.p-employee-benefits__container > h3, .p-employee-benefits__container h3.wp-block-heading {
  position: relative;
  margin: 40px 0 20px;
  padding-left: 30px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4583333;
}
.p-employee-benefits__container > h3::before, .p-employee-benefits__container h3.wp-block-heading::before {
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  width: 20px;
  height: 4px;
  background: #FD923E;
  content: "";
}
.p-employee-benefits__container > h4, .p-employee-benefits__container h4.wp-block-heading {
  margin: 40px 0 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-employee-benefits__container > img, .p-employee-benefits__container .wp-block-image {
  display: block;
  margin: 40px auto;
  text-align: center;
}
.p-employee-benefits__container > ul {
  margin: 40px 0;
}
.p-employee-benefits__container > ul li {
  margin-left: 2rem;
  list-style: disc;
  font-size: 1.8rem;
  line-height: 1.8;
}
.p-employee-benefits__container > ol {
  margin: 40px 0;
}
.p-employee-benefits__container > ol li {
  margin-left: 1.5rem;
  list-style: decimal;
  font-size: 1.8rem;
  line-height: 1.8;
}
.p-employee-benefits__container > table, .p-employee-benefits__container .wp-block-table table {
  width: 100%;
  margin: 60px auto;
  border-top: 1px solid #D5D6DB;
  background: #fff;
  border-spacing: 0;
  border-collapse: collapse;
}
.p-employee-benefits__container > table tr, .p-employee-benefits__container .wp-block-table table tr {
  border-bottom: 1px solid #D5D6DB;
}
.p-employee-benefits__container > table th, .p-employee-benefits__container > table td, .p-employee-benefits__container .wp-block-table table th, .p-employee-benefits__container .wp-block-table table td {
  padding: 28px 14px;
  border: initial;
  text-align: left;
  vertical-align: top;
}
.p-employee-benefits__container > table th, .p-employee-benefits__container .wp-block-table table th {
  width: 290px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-employee-benefits__container > table th h1, .p-employee-benefits__container > table th h2, .p-employee-benefits__container > table th h3, .p-employee-benefits__container > table th h4, .p-employee-benefits__container > table th h5, .p-employee-benefits__container > table th h6, .p-employee-benefits__container .wp-block-table table th h1, .p-employee-benefits__container .wp-block-table table th h2, .p-employee-benefits__container .wp-block-table table th h3, .p-employee-benefits__container .wp-block-table table th h4, .p-employee-benefits__container .wp-block-table table th h5, .p-employee-benefits__container .wp-block-table table th h6 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-employee-benefits__container > table td, .p-employee-benefits__container .wp-block-table table td {
  width: calc(100% - 290px);
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-employee-benefits__container > table td h1, .p-employee-benefits__container > table td h2, .p-employee-benefits__container > table td h3, .p-employee-benefits__container > table td h4, .p-employee-benefits__container > table td h5, .p-employee-benefits__container > table td h6, .p-employee-benefits__container > table td p, .p-employee-benefits__container .wp-block-table table td h1, .p-employee-benefits__container .wp-block-table table td h2, .p-employee-benefits__container .wp-block-table table td h3, .p-employee-benefits__container .wp-block-table table td h4, .p-employee-benefits__container .wp-block-table table td h5, .p-employee-benefits__container .wp-block-table table td h6, .p-employee-benefits__container .wp-block-table table td p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
.p-employee-benefits__container > table td p + p, .p-employee-benefits__container .wp-block-table table td p + p {
  margin-top: 2em;
}
.p-employee-benefits__container > dl {
  display: flex;
  width: 100%;
  margin: 60px auto;
  border-top: 1px solid #D5D6DB;
  background: #fff;
  border-spacing: 0;
  border-collapse: collapse;
  flex-wrap: wrap;
}
.p-employee-benefits__container > dl dt, .p-employee-benefits__container > dl dd {
  padding: 28px 14px;
  border: initial;
  border-bottom: 1px solid #D5D6DB;
  text-align: left;
  vertical-align: top;
}
.p-employee-benefits__container > dl dt {
  width: 290px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.44;
}
.p-employee-benefits__container > dl dt h1, .p-employee-benefits__container > dl dt h2, .p-employee-benefits__container > dl dt h3, .p-employee-benefits__container > dl dt h4, .p-employee-benefits__container > dl dt h5, .p-employee-benefits__container > dl dt h6 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.44;
}
.p-employee-benefits__container > dl dd {
  width: calc(100% - 290px);
  font-size: 1.8rem;
  line-height: 1.8;
}
.p-employee-benefits__container > dl dd h1, .p-employee-benefits__container > dl dd h2, .p-employee-benefits__container > dl dd h3, .p-employee-benefits__container > dl dd h4, .p-employee-benefits__container > dl dd h5, .p-employee-benefits__container > dl dd h6, .p-employee-benefits__container > dl dd p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
}
.p-employee-benefits__container > dl dd p + p {
  margin-top: 2em;
}
.p-employee-benefits__container > iframe {
  max-width: 100%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-employee-benefits__container > p {
    font-size: 1.5rem;
  }
  .p-employee-benefits__container > p + p {
    margin-top: 30px;
  }
  .p-employee-benefits__container > h1, .p-employee-benefits__container h1.wp-block-heading {
    font-size: 2rem;
  }
  .p-employee-benefits__container > h2, .p-employee-benefits__container h2.wp-block-heading {
    margin: 30px 0 20px;
    padding-bottom: 10px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .p-employee-benefits__container > h2::before, .p-employee-benefits__container h2.wp-block-heading::before {
    width: 80px;
  }
  .p-employee-benefits__container > h3, .p-employee-benefits__container h3.wp-block-heading {
    margin: 20px 0 10px;
    padding-left: 25px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .p-employee-benefits__container > h3::before, .p-employee-benefits__container h3.wp-block-heading::before {
    top: 15px;
    width: 15px;
    height: 4px;
  }
  .p-employee-benefits__container > h4, .p-employee-benefits__container h4.wp-block-heading {
    margin: 30px 0 10px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p-employee-benefits__container > img, .p-employee-benefits__container .wp-block-image {
    margin: 30px auto;
  }
  .p-employee-benefits__container > ul {
    margin: 30px 0;
  }
  .p-employee-benefits__container > ul li {
    margin-left: 2rem;
    font-size: 1.5rem;
  }
  .p-employee-benefits__container > ol {
    margin: 30px 0;
  }
  .p-employee-benefits__container > ol li {
    margin-left: 1.5rem;
    font-size: 1.5rem;
  }
  .p-employee-benefits__container > table, .p-employee-benefits__container .wp-block-table table {
    margin: 30px auto;
  }
  .p-employee-benefits__container > table th, .p-employee-benefits__container > table td, .p-employee-benefits__container .wp-block-table table th, .p-employee-benefits__container .wp-block-table table td {
    display: block;
    padding: 0;
  }
  .p-employee-benefits__container > table th, .p-employee-benefits__container .wp-block-table table th {
    width: 100%;
    padding-top: 20px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .p-employee-benefits__container > table th h1, .p-employee-benefits__container > table th h2, .p-employee-benefits__container > table th h3, .p-employee-benefits__container > table th h4, .p-employee-benefits__container > table th h5, .p-employee-benefits__container > table th h6, .p-employee-benefits__container .wp-block-table table th h1, .p-employee-benefits__container .wp-block-table table th h2, .p-employee-benefits__container .wp-block-table table th h3, .p-employee-benefits__container .wp-block-table table th h4, .p-employee-benefits__container .wp-block-table table th h5, .p-employee-benefits__container .wp-block-table table th h6 {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .p-employee-benefits__container > table td, .p-employee-benefits__container .wp-block-table table td {
    width: 100%;
    padding-bottom: 20px;
    font-size: 1.5rem;
  }
  .p-employee-benefits__container > table td h1, .p-employee-benefits__container > table td h2, .p-employee-benefits__container > table td h3, .p-employee-benefits__container > table td h4, .p-employee-benefits__container > table td h5, .p-employee-benefits__container > table td h6, .p-employee-benefits__container > table td p, .p-employee-benefits__container .wp-block-table table td h1, .p-employee-benefits__container .wp-block-table table td h2, .p-employee-benefits__container .wp-block-table table td h3, .p-employee-benefits__container .wp-block-table table td h4, .p-employee-benefits__container .wp-block-table table td h5, .p-employee-benefits__container .wp-block-table table td h6, .p-employee-benefits__container .wp-block-table table td p {
    font-size: 1.5rem;
  }
  .p-employee-benefits__container > dl {
    display: block;
    margin: 30px auto;
    border: none;
    border-bottom: 1px solid #D5D6DB;
  }
  .p-employee-benefits__container > dl dt, .p-employee-benefits__container > dl dd {
    padding: 0;
  }
  .p-employee-benefits__container > dl dt {
    width: 100%;
    padding-top: 20px;
    border: none;
    border-top: 1px solid #D5D6DB;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .p-employee-benefits__container > dl dt h1, .p-employee-benefits__container > dl dt h2, .p-employee-benefits__container > dl dt h3, .p-employee-benefits__container > dl dt h4, .p-employee-benefits__container > dl dt h5, .p-employee-benefits__container > dl dt h6 {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .p-employee-benefits__container > dl dd {
    width: 100%;
    padding-bottom: 20px;
    border: none;
    font-size: 1.5rem;
  }
  .p-employee-benefits__container > dl dd h1, .p-employee-benefits__container > dl dd h2, .p-employee-benefits__container > dl dd h3, .p-employee-benefits__container > dl dd h4, .p-employee-benefits__container > dl dd h5, .p-employee-benefits__container > dl dd h6, .p-employee-benefits__container > dl dd p {
    font-size: 1.5rem;
  }
}
.p-employee-benefits__container > h2:first-of-type {
  margin-top: 40px;
}
.p-employee-benefits__voice-box {
  margin-top: 30px;
  padding: 30px 40px 40px;
  border-radius: 10px;
  background: #F8F6EF;
}
.p-employee-benefits__voice-head {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.777777;
  color: #FD923E;
}
.p-employee-benefits__voice-head::before {
  display: inline-block;
  width: 32px;
  height: 30px;
  margin-right: 10px;
  background: url(../img/employee-benefits/icon_voice.png) no-repeat center center;
  background-size: contain;
  vertical-align: bottom;
  content: "";
}
.p-employee-benefits__voice-item {
  display: flex;
  margin-top: 10px;
  padding: 20px 30px;
  border-radius: 10px;
  background: #fff;
  align-items: center;
}
.p-employee-benefits__voice-icon {
  width: 80px;
  height: 80px;
  margin-right: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-employee-benefits__voice-comment {
  width: calc(100% - 120px);
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-employee-benefits__voice-affiliated {
  margin-bottom: 10px;
  font-weight: 700;
}
.p-employee-benefits__col2 {
  display: flex;
  margin: 60px auto 30px;
  gap: 40px;
}
.p-employee-benefits__col2-right {
  width: 300px;
}
.p-employee-benefits__col2-left {
  width: calc(100% - 340px);
}
.p-employee-benefits__col2-title {
  position: relative;
  margin-bottom: 16px;
  padding-left: 30px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4583333;
}
.p-employee-benefits__col2-title::before {
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  width: 20px;
  height: 4px;
  background: #FD923E;
  content: "";
}
.p-employee-benefits__col2-text {
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-employee-benefits__col2-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-employee-benefits__col3 {
  display: flex;
  margin: 40px auto;
  flex-wrap: wrap;
  gap: 30px;
}
.p-employee-benefits__col3-item {
  width: calc((100% - 60px) / 3);
}
.p-employee-benefits__col3-img {
  display: block;
  margin: 0 auto 12px;
}
.p-employee-benefits__col3-title {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
.p-employee-benefits__col3-text {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /*=================================
    employee-benefits
  =================================*/
  .p-employee-benefits {
    margin: 0 auto 50px;
  }
  .p-employee-benefits .c-lead__inner {
    margin: 30px auto;
  }
  .p-employee-benefits__container {
    margin-bottom: 40px;
  }
  .p-employee-benefits__voice-box {
    padding: 20px 5.1282051282% 30px;
    border-radius: 5px;
  }
  .p-employee-benefits__voice-head {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .p-employee-benefits__voice-head::before {
    width: 28px;
    height: 26px;
  }
  .p-employee-benefits__voice-item {
    padding: 15px 7.6923076923%;
    border-radius: 5px;
    align-items: flex-start;
  }
  .p-employee-benefits__voice-icon {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
  .p-employee-benefits__voice-comment {
    width: calc(100% - 70px);
  }
  .p-employee-benefits__voice-affiliated {
    margin-bottom: 10px;
    font-weight: 700;
  }
  .p-employee-benefits__col2 {
    margin: 30px auto 30px;
    flex-wrap: wrap;
    gap: 20px;
  }
  .p-employee-benefits__col2-right {
    width: 100%;
  }
  .p-employee-benefits__col2-left {
    width: 100%;
  }
  .p-employee-benefits__col2-title {
    margin: 20px 0 10px;
    padding-left: 25px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .p-employee-benefits__col2-title::before {
    top: 15px;
    width: 15px;
    height: 4px;
  }
  .p-employee-benefits__col2-text {
    font-size: 1.5rem;
  }
  .p-employee-benefits__col3 {
    margin: 40px auto 30px;
    gap: 30px;
  }
  .p-employee-benefits__col3-item {
    width: 100%;
  }
  .p-employee-benefits__col3-img {
    margin: 0 auto 15px;
  }
  .p-employee-benefits__col3-title {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  .p-employee-benefits__col3-text {
    font-size: 1.5rem;
  }
}
/*=================================
  data
=================================*/
.p-data {
  position: relative;
  max-width: 1360px;
  margin: 0 auto 120px;
}
.p-data .c-lead {
  padding: 0;
}
.p-data__inner {
  max-width: 1210px;
  margin: 0 auto;
}
.p-data__card {
  display: flex;
  padding: 40px 37px;
  background: #F2F2F2;
  flex-wrap: wrap;
  gap: 24px 22px;
}
.p-data__card-item {
  width: calc((100% - 44px) / 3);
}
.p-data__card-item--col-lg {
  width: calc((100% - 11px) / 3 * 2);
}
.p-data__card-item--col-md {
  width: calc((100% - 22px) / 2);
}
.p-data__card-item picture {
  display: block;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #fff;
  align-items: center;
  justify-content: center;
}
.p-data__card-notes {
  margin-top: 3px;
  font-size: 1.2rem;
  line-height: 2.4;
  text-align: right;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /*=================================
    data
  =================================*/
  .p-data {
    margin: 0 auto 80px;
  }
  .p-data .c-lead__inner {
    text-align: left;
  }
  .p-data__card {
    padding: 2.5641025641% 2.5641025641%;
    gap: 8px 8px;
  }
  .p-data__card-item {
    width: calc((100% - 8px) / 2);
  }
  .p-data__card-item--col-lg {
    width: calc((100% - 8px) / 2);
  }
  .p-data__card-item--col-md {
    width: calc((100% - 8px) / 2);
  }
  .p-data__card-item--col-full--sp {
    width: 100% !important;
  }
  .p-data__card-item picture {
    border-radius: 15px;
  }
  .p-data__card-notes {
    margin-top: 0;
  }
}
/*=================================
  align
=================================*/
.u-text--left {
  text-align: left;
}

.u-text--right {
  text-align: right;
}

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

/*=================================
  invisible
=================================*/
.u-invisible--sp {
  display: none !important;
}

/*=================================
  float
=================================*/
.u-float--left {
  float: left;
}

.float--right {
  float: right;
}

/*=================================
  clearfix
=================================*/
.u-clearfix:after {
  display: block;
  clear: both;
  content: " ";
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /*=================================
    invisible
  =================================*/
  .u-invisible--sp {
    display: inline-block !important;
  }
  .u-invisible--pc {
    display: none !important;
  }
}
/* =================================
  header
================================= */
.l-header {
  position: absolute;
  z-index: 999;
  width: 100%;
  padding: 30px 120px 30px 110px;
  background: rgba(255, 255, 255, 0.82);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px); /* ぼかし */
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l-header {
    padding: 30px clamp(30px, 4.1666666667vw, 60px) 30px clamp(20px, 3.4722222222vw, 50px);
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.l-header__logo {
  line-height: 1;
}
.l-header__logo--link {
  display: block;
}
.l-header__logo--img {
  display: inline-block;
  width: 295px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l-header__logo--img {
    width: clamp(120px, 20.4861111111vw, 295px);
  }
}
.l-header__logo--static {
  display: none;
}
.l-header__logo-fixed {
  display: block;
}
.l-header__contact {
  display: flex;
  justify-content: flex-end;
  gap: 0 15px;
}
.l-header__contactTel--num {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  color: #231815;
  text-decoration: none;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}
.l-header__contactTel--num::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 7px;
  background-color: #231815;
  content: "";
  -webkit-mask-image: url(../img/icon/icon_phone.svg);
          mask-image: url(../img/icon/icon_phone.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.l-header__contactTel--text {
  display: block;
  width: 100%;
  font-size: 1.1rem;
  color: #231815;
  text-align: center;
  letter-spacing: 0.14em;
}
.l-header__contactBtn {
  display: flex;
  gap: 0 15px;
}
.l-header__contactBtn--mail {
  display: block;
  padding: 20px 26px;
  background: rgba(219, 82, 96, 0.9);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: all;
}
@media screen and (min-width: 768px) {
  .l-header__contactBtn--mail:hover {
    background: rgb(219, 82, 96);
  }
}
.l-header__contactBtn--line {
  display: block;
  padding: 20px 29px;
  background: rgba(6, 199, 85, 0.9);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-property: all;
}
@media screen and (min-width: 768px) {
  .l-header__contactBtn--line:hover {
    background: rgb(6, 199, 85);
  }
}

@media screen and (min-width: 768px) {
  .home .l-header {
    animation: show 1s ease-in forwards;
  }
  .home .l-header:not(.js-fixed-nav) {
    background: transparent;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px); /* ぼかし */
  }
  .home .l-header:not(.js-fixed-nav) .l-header__logo--static {
    display: block;
  }
  .home .l-header:not(.js-fixed-nav) .l-header__logo--fixed {
    display: none;
  }
  .home .l-header:not(.js-fixed-nav) .l-header__contactTel--num {
    color: #FAFAFA;
  }
  .home .l-header:not(.js-fixed-nav) .l-header__contactTel--num::before {
    background-color: #FAFAFA;
  }
  .home .l-header:not(.js-fixed-nav) .l-header__contactTel--text {
    color: #FAFAFA;
  }
  .home .l-header:not(.js-fixed-nav) .l-header__contactBtn--mail {
    background: rgba(219, 82, 96, 0.7);
  }
  .home .l-header:not(.js-fixed-nav) .l-header__contactBtn--line {
    background: rgba(6, 199, 85, 0.7);
  }
  .l-header.js-fixed-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    animation: header-show 0.5s ease-in;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  /* =================================
    header
  ================================= */
  .home .l-header {
    animation: show 1s ease-in forwards;
  }
  .home .l-header:not(.js-fixed-nav) {
    background: transparent;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px); /* ぼかし */
  }
  .home .l-header:not(.js-fixed-nav) .l-header__logo--static {
    display: block;
  }
  .home .l-header:not(.js-fixed-nav) .l-header__logo--fixed {
    display: none;
  }
  .home .l-header:not(.js-fixed-nav) .l-header__contactTel--num {
    color: #FAFAFA;
  }
  .home .l-header:not(.js-fixed-nav) .l-header__contactTel--num::before {
    background-color: #FAFAFA;
  }
  .home .l-header:not(.js-fixed-nav) .l-header__contactTel--text {
    color: #FAFAFA;
  }
  .home .l-header:not(.js-fixed-nav) .l-header__contactBtn--mail {
    background: rgba(219, 82, 96, 0.7);
  }
  .home .l-header:not(.js-fixed-nav) .l-header__contactBtn--line {
    background: rgba(6, 199, 85, 0.7);
  }
  .l-header {
    width: 100%;
    padding: 16px 3.8461538462%;
  }
  .l-header.js-fixed-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    animation: header-show 0.5s ease-in;
  }
  .l-header__inner {
    flex-wrap: nowrap;
    gap: 2.5641025641%;
  }
  .l-header__logo--img {
    width: 180px;
  }
  .l-header__contact {
    gap: 0;
  }
  .l-header__contactTel--num {
    display: block;
    height: 100%;
    padding: 11px 10px 12px;
    background: #CBBA6F;
    font-family: "Noto Sans JP", "源ノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
  }
  .l-header__contactTel--num::before {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 5px;
    background-color: #fff;
  }
  .l-header__contactTel--text {
    display: none;
  }
  .l-header__contactBtn {
    gap: 0;
  }
  .l-header__contactBtn--mail {
    padding: 11px 10px 12px;
    background: rgb(219, 82, 96);
    font-size: 1.4rem;
  }
  .l-header__contactBtn--line {
    padding: 11px 10px 12px;
    background: rgb(6, 199, 85);
    font-size: 1.4rem;
  }
  .l-header__contactBtn--line::before {
    display: inline-block;
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 5px;
    background-color: #fff;
    content: "";
    -webkit-mask-image: url(../img/icon/icon_line02.svg);
            mask-image: url(../img/icon/icon_line02.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
}
/*=================================
footer
=================================*/
.l-footer {
  padding-bottom: 9.1666666667vw;
  background: url(../img/bg_footer_pc.jpg) no-repeat center top;
  background-size: cover;
}
.l-footer__body {
  padding: 70px 2.5% 46px;
  background: rgba(250, 250, 250, 0.9);
}
.l-footer__bodyInner {
  display: flex;
  max-width: 1210px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
}
.l-footer__info--logo img {
  width: 310px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l-footer__info--logo img {
    width: clamp(282px, 21.5277777778vw, 310px);
  }
}
.l-footer__info--address {
  margin-top: 10px;
  margin-left: 60px;
}
.l-footer__info--tel {
  font-size: 1.6rem;
  font-weight: 400;
  color: #231815;
  text-decoration: none;
}
.l-footer__info--sns {
  display: flex;
  margin-top: 15px;
  margin-left: 60px;
  align-items: center;
  gap: 10px;
}
.l-footer__info--snsLink img {
  width: 28px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer__nav {
  display: flex;
  margin-left: 60px;
  flex-wrap: wrap;
  gap: 0 65px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l-footer__nav {
    gap: 0 clamp(25px, 4.5138888889vw, 65px);
  }
}
.l-footer__menu--head {
  margin-bottom: 13px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.944444;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l-footer__menu--head {
    font-size: clamp(1.6rem, 1.25vw, 1.8rem);
  }
}
.l-footer__menu--item a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.666666;
  color: #231815;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .l-footer__menu--item a:hover {
    text-decoration: underline;
  }
}
.l-footer__other {
  width: 100%;
  margin-top: 57px;
}
.l-footer__other--copy {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.428571;
  text-align: center;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /*=================================
  footer
  =================================*/
  .l-footer {
    padding-bottom: 40px;
    background: url(../img/bg_footer_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  .l-footer__body {
    padding: 60px 7.6923076923% 35px;
  }
  .l-footer__bodyInner {
    gap: 20px 0;
  }
  .l-footer__info--logo img {
    width: 285px;
  }
  .l-footer__info--address {
    margin: 20px 0 0;
    font-size: 1.8rem;
  }
  .l-footer__info--tel {
    font-size: 1.8rem;
  }
  .l-footer__info--sns {
    margin: 20px 0 0;
    gap: 16px;
  }
  .l-footer__info--snsLink img {
    width: 45px;
  }
  .l-footer__nav {
    margin-left: 0;
    gap: 0;
  }
  .l-footer__menu--head {
    font-size: 1.6rem;
  }
  .l-footer__menu--item a {
    font-size: 1.6rem;
    line-height: 3.125;
  }
  .l-footer__other {
    margin-top: 33px;
  }
  .l-footer__other--copy {
    font-size: 1.6rem;
    line-height: 2.125;
  }
}
/* =================================
  l-deco
================================= */
.l-deco--right-bottom {
  position: relative;
}
.l-deco--right-bottom::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -120px;
  display: block;
  width: 380px;
  height: 200px;
  background: url(../img/common/bg_dot_orange.png) repeat left top;
  content: "";
}
.l-deco--right-left {
  position: relative;
}
.l-deco--right-left::before {
  position: absolute;
  z-index: -1;
  top: 91px;
  right: 0;
  display: block;
  width: 330px;
  height: 290px;
  background: url(../img/common/bg_dot_orange.png) repeat left top;
  content: "";
}
.l-deco--right-left::after {
  position: absolute;
  z-index: -1;
  top: 407px;
  left: 0;
  display: block;
  width: 196px;
  height: 196px;
  background: url(../img/common/bg_dot_orange.png) repeat left top;
  content: "";
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /* =================================
    l-deco
  ================================= */
  .l-deco--right-bottom::after {
    content: none;
  }
  .l-deco--right-left::before {
    content: none;
  }
  .l-deco--right-left::after {
    content: none;
  }
}
/* =================================
  l-article
================================= */
.l-article {
  position: relative;
  max-width: 1360px;
  margin: 0 auto 120px;
  padding: 0 40px;
}
.l-article::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -155px;
  display: block;
  width: 310px;
  height: 310px;
  background: url(../img/common/bg_dot_orange.png) repeat left top;
  content: "";
}
.l-article__inner {
  max-width: 1060px;
  margin: 0 auto;
}
.l-article__inner > h1, .l-article__inner > h2, .l-article__inner > h3, .l-article__inner > h4, .l-article__inner > h5, .l-article__inner > h6 {
  clear: both;
}
.l-article__inner > p {
  font-size: 1.8rem;
  line-height: 1.8;
}
.l-article__inner > p + p {
  margin-top: 40px;
}
.l-article__inner > h1, .l-article__inner h1.wp-block-heading {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}
.l-article__inner > h2, .l-article__inner h2.wp-block-heading {
  position: relative;
  margin: 80px 0 30px;
  padding-bottom: 20px;
  border-bottom: 3px solid #DDD8C9;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4375;
}
.l-article__inner > h2::before, .l-article__inner h2.wp-block-heading::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 200px;
  height: 3px;
  background: #FD923E;
  content: "";
}
.l-article__inner > h3, .l-article__inner h3.wp-block-heading {
  position: relative;
  margin: 40px 0 20px;
  padding-left: 30px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4583333;
}
.l-article__inner > h3::before, .l-article__inner h3.wp-block-heading::before {
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  width: 20px;
  height: 4px;
  background: #FD923E;
  content: "";
}
.l-article__inner > h4, .l-article__inner h4.wp-block-heading {
  margin: 40px 0 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.l-article__inner > img, .l-article__inner .wp-block-image {
  display: block;
  margin: 40px auto;
  text-align: center;
}
.l-article__inner > ul {
  margin: 40px 0;
}
.l-article__inner > ul li {
  margin-left: 2rem;
  list-style: disc;
  font-size: 1.8rem;
  line-height: 1.8;
}
.l-article__inner > ol {
  margin: 40px 0;
}
.l-article__inner > ol li {
  margin-left: 1.5rem;
  list-style: decimal;
  font-size: 1.8rem;
  line-height: 1.8;
}
.l-article__inner > table, .l-article__inner .wp-block-table table {
  position: relative;
  width: 100%;
  margin: 60px auto;
  background: #fff;
  border-spacing: 0;
  border-collapse: collapse;
}
.l-article__inner > table::before, .l-article__inner .wp-block-table table::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../img/common/table_border_dot.png) repeat-x left bottom;
  background-size: 8px 1px;
  content: "";
}
.l-article__inner > table th, .l-article__inner > table td, .l-article__inner .wp-block-table table th, .l-article__inner .wp-block-table table td {
  position: relative;
  padding: 32px 0;
  border: initial;
  text-align: left;
  vertical-align: top;
}
.l-article__inner > table th::after, .l-article__inner > table td::after, .l-article__inner .wp-block-table table th::after, .l-article__inner .wp-block-table table td::after {
  position: absolute;
  z-index: 9999;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../img/common/table_border_dot.png) repeat-x left bottom;
  background-size: 8px 1px;
  content: "";
}
.l-article__inner > table th, .l-article__inner .wp-block-table table th {
  width: 284px;
  padding-right: 15px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.44444;
  color: #FD923E;
}
.l-article__inner > table td, .l-article__inner .wp-block-table table td {
  width: calc(100% - 284px);
  padding-left: 15px;
  font-size: 1.8rem;
  line-height: 1.44444;
}
.l-article__inner > iframe {
  max-width: 100%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .l-article__inner > p {
    font-size: 1.5rem;
  }
  .l-article__inner > p + p {
    margin-top: 30px;
  }
  .l-article__inner > h1, .l-article__inner h1.wp-block-heading {
    font-size: 2rem;
  }
  .l-article__inner > h2, .l-article__inner h2.wp-block-heading {
    margin: 60px 0 20px;
    padding-bottom: 10px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .l-article__inner > h2::before, .l-article__inner h2.wp-block-heading::before {
    width: 80px;
  }
  .l-article__inner > h3, .l-article__inner h3.wp-block-heading {
    margin: 30px 0 20px;
    padding-left: 25px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .l-article__inner > h3::before, .l-article__inner h3.wp-block-heading::before {
    top: 15px;
    width: 15px;
    height: 4px;
  }
  .l-article__inner > h4, .l-article__inner h4.wp-block-heading {
    margin: 30px 0 10px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .l-article__inner > img, .l-article__inner .wp-block-image {
    margin: 30px auto;
  }
  .l-article__inner > ul {
    margin: 30px 0;
  }
  .l-article__inner > ul li {
    margin-left: 2rem;
    font-size: 1.5rem;
  }
  .l-article__inner > ol {
    margin: 30px 0;
  }
  .l-article__inner > ol li {
    margin-left: 1.5rem;
    font-size: 1.5rem;
  }
  .l-article__inner > table, .l-article__inner .wp-block-table table {
    margin: 30px auto;
  }
  .l-article__inner > table th, .l-article__inner > table td, .l-article__inner .wp-block-table table th, .l-article__inner .wp-block-table table td {
    padding: 19px 0;
  }
  .l-article__inner > table th, .l-article__inner .wp-block-table table th {
    width: 96px;
    padding-right: 5px;
    font-size: 1.3rem;
    line-height: 1.46153;
  }
  .l-article__inner > table td, .l-article__inner .wp-block-table table td {
    width: calc(100% - 96px);
    padding-left: 5px;
    font-size: 1.5rem;
    line-height: 1.46153;
  }
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /* =================================
    l-article
  ================================= */
  .l-article {
    margin: 0 auto 50px;
    padding: 0 5.1282051282%;
  }
  .l-article::after {
    content: none;
  }
}
/* =================================
  l-body
================================= */
.l-body {
  max-width: 1360px;
  margin: 120px auto 120px;
  padding: 0 40px;
}
.l-body__inner {
  max-width: 1060px;
  margin: 0 auto;
}
.l-body__inner > h1, .l-body__inner > h2, .l-body__inner > h3, .l-body__inner > h4, .l-body__inner > h5, .l-body__inner > h6 {
  clear: both;
}
.l-body__inner > p {
  font-size: 1.8rem;
  line-height: 1.8;
}
.l-body__inner > p + p {
  margin-top: 40px;
}
.l-body__inner > h1, .l-body__inner h1.wp-block-heading {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}
.l-body__inner > h2, .l-body__inner h2.wp-block-heading {
  position: relative;
  margin: 60px 0 30px;
  padding-bottom: 20px;
  border-bottom: 3px solid #DDD8C9;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4375;
}
.l-body__inner > h2::before, .l-body__inner h2.wp-block-heading::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 200px;
  height: 3px;
  background: #FD923E;
  content: "";
}
.l-body__inner > h3, .l-body__inner h3.wp-block-heading {
  position: relative;
  margin: 40px 0 20px;
  padding-left: 30px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4583333;
}
.l-body__inner > h3::before, .l-body__inner h3.wp-block-heading::before {
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  width: 20px;
  height: 4px;
  background: #FD923E;
  content: "";
}
.l-body__inner > h4, .l-body__inner h4.wp-block-heading {
  margin: 40px 0 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.l-body__inner > img, .l-body__inner .wp-block-image {
  display: block;
  margin: 40px auto;
  text-align: center;
}
.l-body__inner > ul {
  margin: 40px 0;
}
.l-body__inner > ul li {
  margin-left: 2rem;
  list-style: disc;
  font-size: 1.8rem;
  line-height: 1.8;
}
.l-body__inner > ol {
  margin: 40px 0;
}
.l-body__inner > ol li {
  margin-left: 1.5rem;
  list-style: decimal;
  font-size: 1.8rem;
  line-height: 1.8;
}
.l-body__inner > table, .l-body__inner .wp-block-table table {
  width: 100%;
  margin: 60px auto;
  border-top: 1px solid #D5D6DB;
  background: #fff;
  border-spacing: 0;
  border-collapse: collapse;
}
.l-body__inner > table tr, .l-body__inner .wp-block-table table tr {
  border-bottom: 1px solid #D5D6DB;
}
.l-body__inner > table th, .l-body__inner > table td, .l-body__inner .wp-block-table table th, .l-body__inner .wp-block-table table td {
  padding: 28px 14px;
  border: initial;
  text-align: left;
  vertical-align: top;
}
.l-body__inner > table th, .l-body__inner .wp-block-table table th {
  width: 290px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.44;
}
.l-body__inner > table th h1, .l-body__inner > table th h2, .l-body__inner > table th h3, .l-body__inner > table th h4, .l-body__inner > table th h5, .l-body__inner > table th h6, .l-body__inner .wp-block-table table th h1, .l-body__inner .wp-block-table table th h2, .l-body__inner .wp-block-table table th h3, .l-body__inner .wp-block-table table th h4, .l-body__inner .wp-block-table table th h5, .l-body__inner .wp-block-table table th h6 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.44;
}
.l-body__inner > table td, .l-body__inner .wp-block-table table td {
  width: calc(100% - 290px);
  font-size: 1.8rem;
  line-height: 1.8;
}
.l-body__inner > table td h1, .l-body__inner > table td h2, .l-body__inner > table td h3, .l-body__inner > table td h4, .l-body__inner > table td h5, .l-body__inner > table td h6, .l-body__inner > table td p, .l-body__inner .wp-block-table table td h1, .l-body__inner .wp-block-table table td h2, .l-body__inner .wp-block-table table td h3, .l-body__inner .wp-block-table table td h4, .l-body__inner .wp-block-table table td h5, .l-body__inner .wp-block-table table td h6, .l-body__inner .wp-block-table table td p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
}
.l-body__inner > table td p + p, .l-body__inner .wp-block-table table td p + p {
  margin-top: 2em;
}
.l-body__inner > dl {
  display: flex;
  width: 100%;
  margin: 60px auto;
  border-top: 1px solid #D5D6DB;
  background: #fff;
  border-spacing: 0;
  border-collapse: collapse;
  flex-wrap: wrap;
}
.l-body__inner > dl dt, .l-body__inner > dl dd {
  padding: 28px 14px;
  border: initial;
  border-bottom: 1px solid #D5D6DB;
  text-align: left;
  vertical-align: top;
}
.l-body__inner > dl dt {
  width: 290px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.44;
}
.l-body__inner > dl dt h1, .l-body__inner > dl dt h2, .l-body__inner > dl dt h3, .l-body__inner > dl dt h4, .l-body__inner > dl dt h5, .l-body__inner > dl dt h6 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.44;
}
.l-body__inner > dl dd {
  width: calc(100% - 290px);
  font-size: 1.8rem;
  line-height: 1.8;
}
.l-body__inner > dl dd h1, .l-body__inner > dl dd h2, .l-body__inner > dl dd h3, .l-body__inner > dl dd h4, .l-body__inner > dl dd h5, .l-body__inner > dl dd h6, .l-body__inner > dl dd p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
}
.l-body__inner > dl dd p + p {
  margin-top: 2em;
}
.l-body__inner > iframe {
  max-width: 100%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .l-body__inner > p {
    font-size: 1.5rem;
  }
  .l-body__inner > p + p {
    margin-top: 30px;
  }
  .l-body__inner > h1, .l-body__inner h1.wp-block-heading {
    font-size: 2rem;
  }
  .l-body__inner > h2, .l-body__inner h2.wp-block-heading {
    margin: 39px 0 20px;
    padding-bottom: 10px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .l-body__inner > h2::before, .l-body__inner h2.wp-block-heading::before {
    width: 80px;
  }
  .l-body__inner > h3, .l-body__inner h3.wp-block-heading {
    margin: 30px 0 20px;
    padding-left: 25px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .l-body__inner > h3::before, .l-body__inner h3.wp-block-heading::before {
    top: 15px;
    width: 15px;
    height: 4px;
  }
  .l-body__inner > h4, .l-body__inner h4.wp-block-heading {
    margin: 30px 0 10px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .l-body__inner > img, .l-body__inner .wp-block-image {
    margin: 30px auto;
  }
  .l-body__inner > ul {
    margin: 30px 0;
  }
  .l-body__inner > ul li {
    margin-left: 2rem;
    font-size: 1.5rem;
  }
  .l-body__inner > ol {
    margin: 30px 0;
  }
  .l-body__inner > ol li {
    margin-left: 1.5rem;
    font-size: 1.5rem;
  }
  .l-body__inner > table, .l-body__inner .wp-block-table table {
    margin: 30px auto;
  }
  .l-body__inner > table th, .l-body__inner > table td, .l-body__inner .wp-block-table table th, .l-body__inner .wp-block-table table td {
    display: block;
    padding: 0;
  }
  .l-body__inner > table th, .l-body__inner .wp-block-table table th {
    width: 100%;
    padding-top: 20px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .l-body__inner > table th h1, .l-body__inner > table th h2, .l-body__inner > table th h3, .l-body__inner > table th h4, .l-body__inner > table th h5, .l-body__inner > table th h6, .l-body__inner .wp-block-table table th h1, .l-body__inner .wp-block-table table th h2, .l-body__inner .wp-block-table table th h3, .l-body__inner .wp-block-table table th h4, .l-body__inner .wp-block-table table th h5, .l-body__inner .wp-block-table table th h6 {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .l-body__inner > table td, .l-body__inner .wp-block-table table td {
    width: 100%;
    padding-bottom: 20px;
    font-size: 1.5rem;
  }
  .l-body__inner > table td h1, .l-body__inner > table td h2, .l-body__inner > table td h3, .l-body__inner > table td h4, .l-body__inner > table td h5, .l-body__inner > table td h6, .l-body__inner > table td p, .l-body__inner .wp-block-table table td h1, .l-body__inner .wp-block-table table td h2, .l-body__inner .wp-block-table table td h3, .l-body__inner .wp-block-table table td h4, .l-body__inner .wp-block-table table td h5, .l-body__inner .wp-block-table table td h6, .l-body__inner .wp-block-table table td p {
    font-size: 1.5rem;
  }
  .l-body__inner > dl {
    display: block;
    margin: 30px auto;
    border: none;
    border-bottom: 1px solid #D5D6DB;
  }
  .l-body__inner > dl dt, .l-body__inner > dl dd {
    padding: 0;
  }
  .l-body__inner > dl dt {
    width: 100%;
    padding-top: 20px;
    border: none;
    border-top: 1px solid #D5D6DB;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .l-body__inner > dl dt h1, .l-body__inner > dl dt h2, .l-body__inner > dl dt h3, .l-body__inner > dl dt h4, .l-body__inner > dl dt h5, .l-body__inner > dl dt h6 {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .l-body__inner > dl dd {
    width: 100%;
    padding-bottom: 20px;
    border: none;
    font-size: 1.5rem;
  }
  .l-body__inner > dl dd h1, .l-body__inner > dl dd h2, .l-body__inner > dl dd h3, .l-body__inner > dl dd h4, .l-body__inner > dl dd h5, .l-body__inner > dl dd h6, .l-body__inner > dl dd p {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 0) and (max-width: 768px) {
  /* =================================
    l-body
  ================================= */
  .l-body {
    margin: 0 auto 50px;
    padding: 0 5.1282051282%;
  }
}
/*# sourceMappingURL=maps/style.css.map */