@charset "UTF-8";



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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-underline-offset: .2em;
  background: #fff;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #212121;
  font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'ヒラギノ角ゴ ProN', '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0;
  line-break: strict;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: normal;
  overflow-wrap: anywhere;
}

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

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

a {
  display: inline-block;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
  color: inherit;
  text-decoration: none;
}

a[href='*'] {
  cursor: pointer;
}

a[href='*']:hover, a[href='*']:focus-visible {
  opacity: .7;
}

img,
svg {
  display: inline-block;
  vertical-align: top;
  border: none;
  width: 100%;
  max-width: 100%;
  height: auto;
}

video {
  width: 100%;
  height: auto;
}

code,
kbd,
pre,
samp {
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

address {
  font-style: italic;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 0;
  border: none;
  background: transparent;
  padding: 0;
  font: inherit;
}

abbr,
acronym {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

cite {
  font-style: italic;
}

code,
kbd {
  background-color: #efefef;
  padding: .25em .5em;
}

em {
  font-style: italic;
  font-weight: 700;
}

pre {
  display: block;
  background-color: #efefef;
  padding: 1em 2em;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

var {
  background-color: #efefef;
  padding: .25em .5em;
  font-style: italic;
}

/************************************************************************
* end reset
************************************************************************/
[data-target] {
  cursor: pointer;
}

html {
  font-size: 16px;
}

button {
  color: #212121;
}

/************************************************************************
* layout
************************************************************************/
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

body.fadeIn {
  opacity: 0;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

footer {
  margin-top: auto;
}

/************************************************************************
* base
************************************************************************/
a[target=_blank]:not([class]) {
  -webkit-transition: color .3s;
  transition: color .3s;
}

a[target=_blank]:not([class])::after {
  display: inline-block;
  -webkit-mask-image: url('../img/common/icon-outerLink.svg');
  mask-image: url('../img/common/icon-outerLink.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  margin-left: .7647058824em;
  background-color: currentColor;
  width: .8529411765em;
  height: .7647058824em;
  font-weight: 900;
  content: '';
}

a:not([class]) {
  color: #03c;
}

a:not([class]):visited {
  color: #639;
}

a:not([class]):hover {
  text-decoration: underline;
}

table {
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
  min-width: 100%;
  table-layout: fixed;
}

th,
td {
  border: 1px solid;
}

address {
  font-style: normal;
}

details .icon {
  aspect-ratio: 1;
  display: block;
  position: relative;
  width: 24px;
  width: 1.5rem;
}

details .icon::before, details .icon::after {
  inset: 0;
  position: absolute;
  margin: auto;
  background-color: #212121;
  width: 13px;
  width: .8125rem;
  height: 1px;
  content: '';
}

details .icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

details[open] > summary .icon::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

details.is-closing[open] > summary .icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

summary {

  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  cursor: pointer;
}

summary::-webkit-details-marker {

  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

/************************************************************************
* end base
************************************************************************/

/************************************************************************
* form
************************************************************************/
form {
  margin: 0;
  padding: 0;
}

form button[type=submit],
form input[type=submit],
form input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: auto;
}

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

form button[type=submit]:disabled,
form input[type=submit]:disabled,
form input[type=button]:disabled {
  cursor: default;
  border-color: transparent;
  background-color: #b2b2b2;
  pointer-events: none;
  color: #fff;
}

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

label {
  cursor: pointer;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #707070;
  border-radius: 0;
  background-image: none;
  padding: 8px;
  padding: .5rem;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

textarea {
  resize: vertical;
}

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

textarea:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #707070;
}

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

input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #707070;
}

input[type=radio] {
  position: absolute;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 1.5;
}

input[type=radio] + span {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0 0 0 1.875em;
  line-height: 1.5;
}

input[type=radio] + span::before {
  display: block;
  position: absolute;
  top: .5lh;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #707070;
  border-radius: 50%;
  background: #fff;
  width: 1.625em;
  height: 1.625em;
  content: '';
}

input[type=radio] + span::after {
  display: block;
  position: absolute;
  top: .5lh;
  left: .5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
  border-radius: 50%;
  background: #707070;
  width: .625em;
  height: .625em;
  content: '';
}

input[type=radio]:focus-visible + span::before {
  outline: -webkit-focus-ring-color auto 5px;
}

input[type=radio]:checked + span::after {
  opacity: 1;
}

input[type=checkbox] {
  position: absolute;
  vertical-align: middle;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 1.5;
}

input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 1.875em;
  line-height: 1.5;
}

input[type=checkbox] + span::before {
  display: inline-block;
  position: absolute;
  top: .5lh;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #707070;
  width: 1.625em;
  height: 1.625em;
  content: '';
}

input[type=checkbox] + span::after {
  display: inline-block;
  position: absolute;
  top: .5lh;
  left: 0;
  -webkit-transform: translateY(-70%) translateX(.5em) rotate(45deg);
  transform: translateY(-70%) translateX(.5em) rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
  border-right: .25em solid #0abab5;
  border-bottom: .25em solid #0abab5;
  width: .8125em;
  height: 1.625em;
  content: '';
}

input[type=checkbox]:focus-visible + span::before {
  outline: -webkit-focus-ring-color auto 5px;
}

input[type=checkbox]:checked:focus-visible + span::before {
  outline: none;
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

input[type=number], input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #707070;
  border-radius: 0;
  padding: .4em 2.4em .4em .8em;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
}

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

select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #707070;
}

select:focus-visible {
  outline: initial;
}

select:invalid {
  color: #b2b2b2;
}

select:not(:disabled) {
  cursor: pointer;
}

:root {

  /* ウィンドウサイズ */
  --vw: 100vw;
  --vh: 100vh;

  /* 三角形 */
  --clip-triangle-top: polygon(50% 0, 100% 100%, 0 100%);
  --clip-triangle-bottom: polygon(0 0, 100% 0, 50% 100%);
  --clip-triangle-right: polygon(0 0, 100% 50%, 0 100%);
  --clip-triangle-left: polygon(0 50%, 100% 0, 100% 100%);
  --clip-triangle-lower-left: polygon(0 0, 100% 100%, 0 100%);
  --clip-triangle-upper-left: polygon(0 0, 100% 0, 0 100%);
  --clip-triangle-lower-right: polygon(100% 0, 100% 100%, 0 100%);
  --clip-triangle-upper-right: polygon(0 0, 100% 0, 100% 100%);

  /**
     * svgをbackgroundで使う
     * 色：#ffffff -> %23ffffff
     */
  --icon-btn-arrow: url('data:image/svg+xml;utf8,<svg width="37" height="6" viewBox="0 0 37 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 5H36L26.2703 1" stroke="%230C4A6E"/></svg>');

  /* ヘッダー高さ */
  --header-height: 112.12px;
  --header-height: 7.0075rem;
}

/************************************************************************
* overwrite mfp
************************************************************************/
.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  background-color: #AFA688;
}

.mfp-bg.mfp-ready {
  opacity: .8;
}

.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.mfp-wrap .mfp-arrow {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-wrap.mfp-ready .mfp-arrow {
  opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-wrap.mfp-removing .mfp-arrow {
  opacity: 0;
}

/************************************************************************
* overwrite mfp end
************************************************************************/

/************************************************************************
* MW WP Form Over write
************************************************************************/
.mwform-radio-field,
.mwform-checkbox-field {
  display: inline-block;
}

.mw_wp_form_preview .c-select::after {
  content: none;
}

.mw_wp_form_preview .p-hasPlaceholder__text {
  display: none;
}

/************************************************************************
* swiper
************************************************************************/
.swiper-button-prev,
.swiper-button-next {
  aspect-ratio: 1;
  z-index: 1;
  cursor: pointer;
  background: transparent no-repeat center center/contain;
  width: 40px;
  width: 2.5rem;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  border: 1px solid #212121;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  aspect-ratio: 18/6;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-mask-image: url('../img/common/arrow-right.svg');
  mask-image: url('../img/common/arrow-right.svg');
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #0abab5;
  width: 18px;
  width: 1.125rem;
  content: '';
}

.swiper-button-prev {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.swiper-button-prev.swiper-button-disabled::after,
.swiper-button-next.swiper-button-disabled::after {
  background-color: #474747;
}

.swiper-pagination {
  font-size: 0;
}

.swiper-pagination-bullet {
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  background-color: #d5d5d5;
  width: 5px;
  height: 5px;
}

.swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 5px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0abab5;
}

/* rtl ******************************************************************/
.swiper[dir=rtl] .swiper-button-prev {
  background-image: url('../img/common/icon-chevron-right.svg');
}

.swiper[dir=rtl] .swiper-button-next {
  background-image: url('../img/common/icon-chevron-left.svg');
}

.swiper[dir=rtl] .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-right: 5px;
  margin-left: 0;
}

/************************************************************************
* swiper end
************************************************************************/
.wpcf7-spinner {
  display: none;
}

/************************************************************************
* Table of Contents Plus
************************************************************************/
#toc_container {
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  width: 100% !important;
}

#toc_container .toc_number {
  margin-right: .5em;
  color: #0abab5;
  font-weight: 700;
}

#toc_container .toc_list li {
  color: #212121;
}

#toc_container .toc_list li::before {
  display: none;
  color: #0abab5;
}

#toc_container .toc_list li + li {
  margin-top: .5em;
}

#toc_container .toc_list a {
  color: #212121;
}

.l-border {
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 72px;
  padding-bottom: 4.5rem;
}

.l-container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.l-container.l-container--full {
  margin-left: calc((100% - 100vw) / 2);
  width: 100vw;
  max-width: none;
}

.l-footer {
  position: relative;
  z-index: 30;
}

.l-header {
  width: 100%;
}

.l-section {
  margin-top: 72px;
  margin-top: 4.5rem;
}

.l-section.l-section--contact {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.l-subPage {
  margin-top: 15.8px;
  margin-top: .9875rem;
}

/************************************************************************
* 基本形
************************************************************************/
.c-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
  -webkit-transition-property: color;
  transition-property: color;
  margin: 0;
  border: 1px solid #212121;
  background-color: #fff;
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  width: 300px;
  width: 18.75rem;
  color: #212121;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.8;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.c-btn::before, .c-btn::after {
  display: block;
  position: absolute;
  background-color: #fff;
  width: 20px;
  width: 1.25rem;
  height: 1px;
  content: '';
}

.c-btn::before {
  top: -1px;
  right: 0;
}

.c-btn::after {
  bottom: -1px;
  left: 0;
}

.c-btn.c-btn--green {
  color: #0abab5;
}

.c-btn__text {
  display: block;
  position: relative;
}

.c-btn__text::after {
  aspect-ratio: 18/6;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  background-image: url(../img/common/arrow-right.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  width: 1.125rem;
  content: '';
}

/************************************************************************
* modifier
************************************************************************/
.c-btn.c-btn--shine {
  position: relative;
  overflow: hidden;
}

.c-btn.c-btn--shine::before {

  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .8)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);

  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  content: '';
}

.c-btn.c-btn--shine:hover, .c-btn.c-btn--shine:focus-visible {
  opacity: 1;
  border-color: #fff;
  background-color: #fff;
  color: #212121;
}

.c-btn.c-btn--shine:hover::before, .c-btn.c-btn--shine:focus-visible::before {
  -webkit-animation: shine .7s;
  animation: shine .7s;
}

@-webkit-keyframes shine {

  100% {
    left: 125%;
  }
}

@keyframes shine {

  100% {
    left: 125%;
  }
}

.c-btn--arrowRight {
  position: relative;
  padding-right: 2em;
  padding-left: 1.38em;
}

.c-btn--arrowRight::after {
  position: absolute;
  top: 50%;
  right: .83em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font: var(--fa-font-solid);
  font-weight: 900;
  content: '\f061';
}

.c-btn--yellow {
  background-color: yellow;
  color: #222;
}

.c-btn--yellow:hover, .c-btn--yellow:focus {
  border-color: yellow;
  color: #222;
}

/************************************************************************
* バリエーション:角丸ボタン
************************************************************************/
.c-roundedBtn {
  display: inline-block;
  -webkit-transition: .25s;
  transition: .25s;
  border: 2px solid transparent;
  border-radius: 10px;
  border-bottom-color: rgb(7.3979591837, 137.6020408163, 133.9030612245);
  background-color: #0abab5;
  padding: 15px 10px;
  width: 236px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
}

.c-roundedBtn:hover, .c-roundedBtn:focus {
  border-color: currentColor;
  background-color: #fff;
  color: #0abab5;
}

/************************************************************************
* バリエーション：アイコン付き小ボタン
************************************************************************/
.c-beforeIconBtn {
  display: inline-block;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid currentColor;
  padding: .2em .3em;
  color: #0abab5;
  text-decoration: none;
}

.c-beforeIconBtn:hover, .c-beforeIconBtn:focus {
  background-color: #0abab5;
  color: #fff;
}

.c-beforeIconBtn::before {
  display: inline-block;
  margin-right: .5em;
  font: var(--fa-font-solid);
  font-weight: 900;
}

.c-beforeIconBtn--download::before {
  content: '\f019';
}

.c-btnSub {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  position: relative;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
  -webkit-transition-property: color background-color;
  transition-property: color background-color;
  margin: 0;
  background-color: #fff;
  padding: 16px 21px;
  padding: 1rem 1.3125rem;
  max-width: 400px;
  max-width: 25rem;
  color: #212121;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.8;
  text-decoration: none;
  text-transform: uppercase;
}

.c-btnSub::before, .c-btnSub::after {
  display: block;
  position: absolute;
  width: 88.0597014925%;
  height: 100%;
  content: '';
}

.c-btnSub::before {
  top: 0;
  left: 0;
  border-top: 1px solid #212121;
  border-left: 1px solid #212121;
}

.c-btnSub::after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #212121;
  border-bottom: 1px solid #212121;
}

.c-btnSub.c-btnSub--primary .c-btnSub__more::after {
  background-color: currentColor;
}

.c-btnSub.c-btnSub--green {
  background-color: #0abab5;
  color: #fff;
}

.c-btnSub.c-btnSub--green .c-btnSub__more::after {
  background-color: currentColor;
}

.c-btnSub__description {
  font-size: 16px;
  font-size: 1rem;
}

.c-btnSub__description::before, .c-btnSub__description::after {
  display: block;
  position: absolute;
  width: 11.9402985075%;
  height: 1px;
  content: '';
}

.c-btnSub__description::before {
  top: 0;
  right: 0;
  border-top: 1px solid #fff;
}

.c-btnSub__description::after {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #fff;
}

.c-btnSub__more {
  display: block;
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 14px;
  font-size: .875rem;
  text-align: right;
}

.c-btnSub__more::after {
  aspect-ratio: 18/6;
  display: inline-block;
  -webkit-mask-image: url(../img/common/arrow-right.svg);
  mask-image: url(../img/common/arrow-right.svg);
  -webkit-mask-position: top;
  mask-position: top;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  margin-left: 10px;
  margin-left: .625rem;
  width: 18px;
  width: 1.125rem;
  content: '';
}

.c-btnSub__textMin {
  font-size: 12px;
  font-size: .75rem;
}

.c-totop {
  display: block;
  position: fixed;
  right: 20px;
  right: 1.25rem;
  bottom: 20px;
  bottom: 1.25rem;
  visibility: hidden;
  opacity: 0;
  z-index: 30;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  background-color: #e1f3f2;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
}

.c-totop::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -20%) rotate(-45deg);
  transform: translate(-50%, -20%) rotate(-45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  content: '';
}

.c-totop.is-active {
  visibility: visible;
  opacity: .7;
}

.c-totop.is-active:hover, .c-totop.is-active:focus {
  opacity: 1;
}

.p-action__text {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-action__btns {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-aggressive__box {
  gap: 32px;
  gap: 2rem;
  display: grid;
  margin-top: 32px;
  margin-top: 2rem;
}

.p-article__date + .p-article__date {
  margin-left: 20px;
}

.p-article__label {
  margin-left: 20px;
}

.p-article__title {
  margin-top: 31px;
  font-size: 20px;
  line-height: 1.5;
}

.p-article__eyecatch {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  text-align: center;
}

.p-article__body {
  margin-top: 16px;
  border-top: 1px solid #e7e0db;
  border-bottom: 1px solid #e7e0db;
  padding-top: 30px;
  padding-bottom: 50px;
  font-size: 15px;
  line-height: 2;
}

.p-article__body h1,
.p-article__body h2,
.p-article__body h3,
.p-article__body h4,
.p-article__body h5,
.p-article__body h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1.5;
}

.p-article__body h1 {
  font-size: 32px;
  font-size: 2rem;
}

.p-article__body h2 {
  background-color: #212121;
  padding: .3em .4em;
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
}

.p-article__body h3 {
  border-left: 5px solid #212121;
  padding-left: .5em;
  font-size: 24px;
  font-size: 1.5rem;
}

.p-article__body h4 {
  font-size: 20px;
  font-size: 1.25rem;
}

.p-article__body h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

.p-article__body .c-beforeBar {
  position: relative;
  padding-left: 1.5em;
}

.p-article__body .c-beforeBar::before {
  position: absolute;
  top: 1em;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #212121;
  content: 'ー';
}

.p-article__body ul {
  list-style: none;
}

.p-article__body ul li {
  position: relative;
  padding-left: 1em;
}

.p-article__body ul li::before {
  position: absolute;
  left: 0;
  content: '・';
}

.p-article__body table {
  border: none;
  width: 100%;
}

.p-article__body table th,
.p-article__body table td {
  vertical-align: middle;
  border: none;
  border-top: 1px solid #212121;
  border-bottom: 1px solid #212121;
  padding: 20px;
  padding: 1.25rem;
}

.p-article__body table th {
  border-right: 1px solid #212121;
  width: 130px;
  width: 8.125rem;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}

.p-article__body * + * {
  margin-top: 25px;
}

.p-article__body *:first-child {
  margin-top: 0;
}

.p-article__body .wp-block-spacer, .p-article__body .wp-block-spacer + * {
  margin-top: 0;
}

.p-article__body p {
  font-weight: 300;
}

.p-article__body ul,
.p-article__body ol {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  margin-left: 10px;
  margin-left: .625rem;
}

.p-article__body ul ul,
.p-article__body ul ol,
.p-article__body ol ul,
.p-article__body ol ol {
  margin-top: 15px;
  margin-top: .9375rem;
  margin-left: 0;
}

.p-article__body ul li,
.p-article__body ol li {
  gap: 10px;
  gap: .625rem;
  display: grid;
  grid-column: span 2;
  grid-template-columns: subgrid;
}

.p-article__body ol {
  padding-left: 1.25em;
}

.p-article__body ol > li:not([class]) {
  list-style: decimal;
}

.p-article__body ol > li:not([class])::marker {
  color: #0abab5;
  font-weight: 700;
}

.p-article__body li:not([class]) + li {
  margin-top: 10px;
  margin-top: .625rem;
}

.p-article__body a:not([class]) {
  color: #0abab5;
  text-decoration: underline;
}

.p-article__body figcaption {
  margin-top: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  color: #212121;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}

.p-article__body strong,
.p-article__body b {
  font-weight: 700;
}

.p-article__body blockquote,
.p-article__body q {
  position: relative;
  background-color: #efefef;
  padding: 1em 4em;
}

.p-article__body blockquote::before, .p-article__body blockquote::after,
.p-article__body q::before,
.p-article__body q::after {
  position: absolute;
  color: #322f30;
  font: var(--fa-font-solid);
  font-size: 2em;
  font-weight: 900;
}

.p-article__body blockquote::before,
.p-article__body q::before {
  top: 0;
  left: .5em;
  content: '\f10d';
}

.p-article__body blockquote::after,
.p-article__body q::after {
  right: .5em;
  bottom: 0;
  content: '\f10e';
}

.p-article__body q {
  display: inline-block;
}

.p-article__body dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p-article__body dt,
.p-article__body dd {
  border-top: 1px solid #e7e0db;
  padding: 20px 10px;
  padding: 1.25rem .625rem;
}

.p-article__body dt:last-of-type,
.p-article__body dd:last-of-type {
  border-bottom: 1px solid #e7e0db;
}

.p-article__body dt {
  width: 33%;
  font-weight: 700;
}

.p-article__body dd {
  width: 67%;
}

.p-article__body pre {
  overflow: auto;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: 0;
  white-space: pre;
}

.p-article__body .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.p-article__body .alignleft {
  float: left;
  margin-right: 1em;
}

.p-article__body .alignright {
  float: right;
  margin-left: 1em;
}

.p-article__body .gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-article__body .gallery-columns-4 {
  gap: 20px;
}

.p-article__body .gallery-columns-4 > .gallery-item {
  width: calc((100% - 60px) / 4);
}

.p-article__body .gallery-item {
  margin-top: 0;
}

.p-article__body .gallery-icon {
  text-align: center;
}

.p-article__links {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.post-page-numbers {
  display: inline-block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #0abab5;
  width: 2em;
  height: 2em;
  color: #0abab5;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 2em;
  text-align: center;
}

.p-article__links .post-page-numbers {
  text-decoration: none;
}

.post-page-numbers + .post-page-numbers {
  margin-left: 10px;
}

.post-page-numbers.current {
  background-color: #0abab5;
  color: #fff;
}

.post-page-numbers.dots {
  border: none;
}

.p-asset__img {
  aspect-ratio: 335/225;
  margin-top: 32px;
  margin-top: 2rem;
  width: 100%;
}

.p-asset__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-asset__text {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-asset__contents {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-btns {
  gap: 32px;
  gap: 2rem;
  display: grid;
}

.p-btns__btn a {
  margin-inline: auto;
}

.p-cardList {
  gap: 56px;
  gap: 3.5rem;
  display: grid;
}

.p-cardList__item {
  position: relative;
}

.p-cardList__itemNumber {
  -webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke;
  position: absolute;
  top: -.5lh;
  left: 1px;
  color: #0abab5;
  font-family: 'Montserrat', sans-serif;
  font-size: 41px;
  font-size: 2.5625rem;
  font-weight: 500;
}

.p-cardList__itemImg {
  aspect-ratio: 335/225;
  width: 100%;
}

.p-cardList__itemImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-cardList__itemText {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}

.p-cardList__itemAccent {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(80%, #fff), color-stop(80%, #e1f3f2), to(#e1f3f2));
  background: linear-gradient(180deg, #fff 0%, #fff 80%, #e1f3f2 80%, #e1f3f2 100%);
  font-weight: 600;
}

.p-changing__title {
  text-align: center;
}

.p-changing__list {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-changing__btn {
  margin-top: 52px;
  margin-top: 3.25rem;
  text-align: center;
}

.p-changingList {
  gap: 62px;
  gap: 3.875rem;
  display: grid;
}

.p-changingList__item {
  position: relative;
  border: 1px solid;
  background-color: #fff;
}

.p-changingList__item + .p-changingList__item::after {
  display: block;
  position: absolute;
  bottom: calc(100% + .625rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #212121;
  width: 1px;
  height: 42px;
  height: 2.625rem;
  content: '';
}

.p-changingList__itemImg {
  aspect-ratio: 335/200;
  width: 100%;
}

.p-changingList__itemImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-changingList__itemContents {
  gap: 22px;
  gap: 1.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  padding: 1rem;
}

.p-changingList__itemNumber {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #c3c3c3;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.p-changingList__itemText {
  font-size: 14px;
  font-size: .875rem;
}

.p-changingList__itemAccent {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(80%, #fff), color-stop(80%, #e1f3f2), to(#e1f3f2));
  background: linear-gradient(180deg, #fff 0%, #fff 80%, #e1f3f2 80%, #e1f3f2 100%);
  font-weight: 600;
}

.p-combination__head {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-combination__list {
  gap: 54px;
  gap: 3.375rem;
  display: grid;
  margin-top: 34px;
  margin-top: 2.125rem;
}

.p-combination__item {
  gap: 8px;
  gap: .5rem;
  display: grid;
}

.p-combination__box {
  gap: 10px;
  gap: .625rem;
  display: grid;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  text-align: center;
}

.p-combination__box::after {
  aspect-ratio: 40/23;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-clip-path: var(--clip-triangle-bottom);
  clip-path: var(--clip-triangle-bottom);
  background-color: #0abab5;
  width: 40px;
  width: 2.5rem;
  content: '';
}

.p-combination__img {
  aspect-ratio: 187/196;
  margin-inline: auto;
  max-width: 187px;
  max-width: 11.6875rem;
}

.p-combination__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-combination__type {
  color: #0abab5;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

.p-combination__text {
  position: relative;
}

.p-combination__text::before, .p-combination__text::after {
  aspect-ratio: 48/13;
  display: block;
  position: absolute;
  left: 0;
  border-left: 1px solid;
  width: 48px;
  width: 3rem;
  content: '';
}

.p-combination__text::after {
  top: 0;
  border-top: 1px solid;
}

.p-combination__text::before {
  bottom: 10px;
  bottom: .625rem;
  border-bottom: 1px solid;
}

.p-combination__textSpan {
  display: block;
  margin-top: 10px;
  margin-top: .625rem;
  margin-left: auto;
  background-color: #f8f8f8;
  padding: 10px 21px 34px 10px;
  padding: .625rem 1.3125rem 2.125rem .625rem;
  width: calc(100% - .625rem);
}

.p-combination__textSpan::before, .p-combination__textSpan::after {
  aspect-ratio: 48/13;
  display: block;
  position: absolute;
  right: 10px;
  right: .625rem;
  border-right: 1px solid;
  width: 48px;
  width: 3rem;
  content: '';
}

.p-combination__textSpan::after {
  top: 0;
  border-top: 1px solid;
}

.p-combination__textSpan::before {
  bottom: 10px;
  bottom: .625rem;
  border-bottom: 1px solid;
}

.p-contact {
  position: relative;
  z-index: 30;
  background-color: rgba(33, 33, 33, .78);
  padding: 60px 0 62px;
  padding: 3.75rem 0 3.875rem;
  color: #fff;
  text-align: center;
}

.p-contact__title {
  font-weight: 600;
  letter-spacing: .1em;
}

.p-contact__en {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  text-transform: uppercase;
}

.p-contact__ja {
  font-size: 14px;
  font-size: .875rem;
}

.p-contact__head {
  margin-top: 32px;
  margin-top: 2rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .1em;
}

.p-contact__text {
  gap: 24px;
  gap: 1.5rem;
  display: grid;
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .1em;
}

.p-contact__info {
  gap: 23px;
  gap: 1.4375rem;
  display: grid;
  margin-top: 39px;
  margin-top: 2.4375rem;
}

.p-contact__tel {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
}

.p-contact__tel::before {
  aspect-ratio: 1;
  display: inline-block;
  margin-right: -2px;
  margin-right: -.125rem;
  background-image: url(../img/common/icon-phone.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  width: .78em;
  content: '';
}

.p-contact__btnWrapLink {
  position: relative;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  background-color: #fff;
  padding: 14px 40px 14px 13px;
  padding: .875rem 2.5rem .875rem .8125rem;
  max-width: 335px;
  max-width: 20.9375rem;
  color: #212121;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .1em;
  text-align: left;
}

.p-contact__btnWrapLink span {
  display: block;
  position: relative;
}

.p-contact__btnWrapLink span::after {
  aspect-ratio: 18/6;
  display: block;
  position: absolute;
  top: .3lh;
  right: -28px;
  right: -1.75rem;
  -webkit-mask-image: url(../img/common/arrow-right.svg);
  mask-image: url(../img/common/arrow-right.svg);
  -webkit-mask-position: top;
  mask-position: top;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  background-color: #474747;
  width: 18px;
  width: 1.125rem;
  content: '';
}

.p-drawer {
  z-index: 40;
  margin-left: auto;
}

.p-drawer__icon {
  gap: 6px;
  gap: .375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 39px;
  top: 2.4375rem;
  right: 20px;
  right: 1.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 41;
  cursor: pointer;
  padding: 5px 0 5px 5px;
  padding: .3125rem 0 .3125rem .3125rem;
  font-size: 0;
  line-height: 1;
  text-align: center;
}

.p-drawer__icon::before {
  display: block;
  min-width: 5em;
  color: #212121;
  font-size: 10px;
  font-size: .625rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  content: 'MENU OPEN';
}

.p-drawer__bars {
  display: inline-block;
  vertical-align: bottom;
  width: 30px;
  width: 1.875rem;
}

.p-drawer__bar {
  display: block;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  margin-top: 8px;
  margin-top: .5rem;
  background: #212121;
  width: 100%;
  height: 1px;
  height: .0625rem;
}

.p-drawer__bar:first-child {
  margin-top: 0;
}

.is-opened .p-drawer__bar:nth-child(2) {
  background: transparent;
}

.is-opened .p-drawer__bar:first-child {
  -webkit-transform: translateY(.5625rem) rotate(45deg);
  transform: translateY(.5625rem) rotate(45deg);
  width: 100%;
}

.is-opened .p-drawer__bar:last-child {
  -webkit-transform: translateY(-.5625rem) rotate(135deg);
  transform: translateY(-.5625rem) rotate(135deg);
  width: 100%;
}

.p-drawer__bg {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.p-drawer__bg.is-opened {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.p-drawer__content {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  visibility: hidden;
  opacity: 0;
  z-index: 40;
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
  -webkit-transition-property: opacity, visibility, pointer-events;
  transition-property: opacity, visibility, pointer-events;
  background: #fff;
  padding: 184px 0 160px;
  padding: 11.5rem 0 10rem;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: auto;
  pointer-events: none;
  color: #212121;
  text-align: center;
}

.p-drawer__content.is-opened {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.p-drawer__content--left {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

.p-drawer__content--top {
  top: 0;
  bottom: auto;
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
  width: 100%;
  max-width: 100%;
}

.p-drawer__content--cover {
  width: 100%;
  max-width: 100%;
}

.p-drawer__inner {
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}

.p-drawer__logo {
  margin-inline: auto;
  width: 131px;
  width: 8.1875rem;
}

.p-drawer__nav {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-drawer__navLink {
  display: block;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

/* footer[SP]
--------------------------------------------*/
#footerWrap {
  background-color: #222;
  padding: 60px 0 20px;
  color: #656565;
}

/* 住所 */
#footer address {
  gap: 20px;
  gap: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 300px;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1.68px;
  line-height: 1.75em;
}

#footer address img.logo {
  padding-top: 5px;
  width: 56px;
}

#footer address p.link_sns {
  padding-top: 5px;
  text-align: right;
}

#footer address p.link_sns a img {
  width: 20px;
}

/* フットナビ */
#footer nav {
  display: none;
}

#footer nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .12em;
  line-height: 2.58em;
}

#footer nav ul li {
  margin-right: 20px;
}

#footer nav ul li a {
  color: #656565;
}

#footer nav ul li a:hover {
  color: #fff;
}

#footer p.copy {
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: .12em;
  line-height: 2.8;
  text-align: center;
}

/* footer
--------------------------------------------*/

/************************************************************************
* p-fv
************************************************************************/
.p-header {
  padding-right: 20px;
  padding-left: 20px;
  height: 112.12px;
  height: 7.0075rem;
}

.p-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.p-header__logo {
  width: 72px;
  width: 4.5rem;
}

.p-header__logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.p-header__logo img,
.p-header__logo svg {
  width: auto;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

@-webkit-keyframes line-in {

  from {
    left: 0;
    width: 0;
  }

  to {
    left: 0;
    width: 100%;
  }
}

@keyframes line-in {

  from {
    left: 0;
    width: 0;
  }

  to {
    left: 0;
    width: 100%;
  }
}
@-webkit-keyframes line-out {

  from {
    left: 0;
    width: 100%;
  }

  to {
    left: 100%;
    width: 0;
  }
}
@keyframes line-out {

  from {
    left: 0;
    width: 100%;
  }

  to {
    left: 100%;
    width: 0;
  }
}

.p-header__nav {
  display: none;
}

.p-how__text {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-how__messages {
  gap: 32px;
  gap: 2rem;
  display: grid;
  margin-top: 32px;
  margin-top: 2rem;
}

.p-how__message {
  gap: 18px;
  gap: 1.125rem;
  display: grid;
}

.p-how__img {
  width: 100%;
}

.p-how__img img {
  aspect-ratio: 335/225;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-how__messageTitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

.p-how__messageText {
  margin-top: 10px;
  margin-top: .625rem;
}

.p-importance__contents {
  gap: 32px;
  gap: 2rem;
  display: grid;
  margin-top: 32px;
  margin-top: 2rem;
}

.p-importance__img img {
  aspect-ratio: 335/225;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-importance__btn {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-importance__btn a {
  margin-inline: auto;
}

.p-interview__title {
  text-align: center;
}

.p-interview__contents {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-interview__bottom {
  gap: 52px;
  gap: 3.25rem;
  display: grid;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-interview__swiperBtns {
  gap: 21px;
  gap: 1.3125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-interview__swiperBtnNum {
  gap: 18px;
  gap: 1.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-interview__btn {
  text-align: center;
}

.p-interview__none {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.p-interviewList__item {
  position: relative;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}

.p-interviewList__item::after {
  aspect-ratio: 15/5;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
  background-image: url(../img/common/arrow-right.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  width: .9375rem;
  content: '';
}

.p-interviewList__itemImg {
  aspect-ratio: 258/172;
  width: 100%;
}

.p-interviewList__itemImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-interviewList__itemName {
  margin-top: 13px;
  margin-top: .8125rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .1em;
}

.p-interviewList__itemCategory {
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: .1em;
}

.p-interviewList__itemText {
  margin-top: 12px;
  margin-top: .75rem;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: .1em;
}

.p-knowledge__img {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-knowledge__contents {
  gap: 32px;
  gap: 2rem;
  display: grid;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-knowledge__item {
  position: relative;
  padding: 12px 21px 16px;
  padding: .75rem 1.3125rem 1rem;
}

.p-knowledge__item::before, .p-knowledge__item::after {
  aspect-ratio: 21/12;
  display: block;
  position: absolute;
  left: 0;
  border-left: 1px solid;
  width: 21px;
  width: 1.3125rem;
  content: '';
}

.p-knowledge__item::after {
  top: 0;
  border-top: 1px solid;
}

.p-knowledge__item::before {
  bottom: 0;
  border-bottom: 1px solid;
}

.p-knowledge__itemTitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

.p-knowledge__itemTitle::before, .p-knowledge__itemTitle::after {
  aspect-ratio: 21/12;
  display: block;
  position: absolute;
  right: 0;
  border-right: 1px solid;
  width: 21px;
  width: 1.3125rem;
  content: '';
}

.p-knowledge__itemTitle::after {
  top: 0;
  border-top: 1px solid;
}

.p-knowledge__itemTitle::before {
  bottom: 0;
  border-bottom: 1px solid;
}

.p-knowledge__itemText {
  margin-top: 9px;
  margin-top: .5625rem;
}

.p-member__head {
  gap: 32px;
  gap: 2rem;
  display: grid;
}

.p-member__note {
  margin-top: 5px;
  margin-top: .3125rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}

.p-member__img {
  position: relative;
}

.p-member__img img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-member__img::before {
  aspect-ratio: 145/73;
  display: block;
  position: absolute;
  top: -36.5px;
  top: -2.28125rem;
  right: -20px;
  right: -1.25rem;
  background-image: url(../img/professional/db.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 145px;
  width: 9.0625rem;
  color: rgba(33, 33, 33, .05);
  content: '';
}

.p-member__body {
  gap: 32px;
  gap: 2rem;
  display: grid;
  margin-top: 32px;
  margin-top: 2rem;
}

.p-member__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

.p-member__title::before {
  aspect-ratio: 1;
  display: inline-block;
  margin-right: 10px;
  margin-right: .625rem;
  background-color: #0abab5;
  width: 14px;
  width: .875rem;
  content: '';
}

.p-member__text {
  margin-top: 8px;
  margin-top: .5rem;
}

.p-member__careerList {
  gap: 16px;
  gap: 1rem;
  display: grid;
  margin-top: 8px;
  margin-top: .5rem;
}

.p-member__careerItem {
  gap: 18px;
  gap: 1.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-member__term {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60px;
  width: 3.75rem;
}

.p-member__linkNote {
  margin-top: 50px;
  margin-top: 3.125rem;
  color: #0abab5;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

.p-message {
  overflow-x: clip;
}

.p-message__title {
  text-align: center;
}

.p-message__contents {
  gap: 40px;
  gap: 2.5rem;
  display: grid;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-message__img {
  position: relative;
}

.p-message__img img {
  aspect-ratio: 335/225;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-message__img::after {
  aspect-ratio: 170/109;
  display: block;
  position: absolute;
  top: calc(100% - 2.125rem);
  right: -40px;
  right: -2.5rem;
  width: 170px;
  width: 10.625rem;
  color: rgba(33, 33, 33, .05);
  font-family: 'Playfair Display', serif;
  font-size: 108px;
  font-size: 6.75rem;
  font-weight: 700;
  line-height: 1;
  content: 'DB';
}

.p-message__position {
  font-size: 14px;
  font-size: .875rem;
}

.p-message__name {
  gap: 14px;
  gap: .875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

.p-message__name::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0abab5;
  width: 52px;
  width: 3.25rem;
  height: 1px;
  content: '';
}

.p-message__nameJa {
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 600;
}

.p-message__nameEn {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
}

.p-message__text {
  gap: 32px;
  gap: 2rem;
  display: grid;
  margin-top: 32px;
  margin-top: 2rem;
  font-size: 16px;
  font-size: 1rem;
}

.p-method__title {
  text-align: center;
}

.p-method__list {
  margin-inline: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 300px;
  width: 18.75rem;
}

.p-method__btn {
  margin-top: 52px;
  margin-top: 3.25rem;
  text-align: center;
}

.p-methodList {
  gap: 32px;
  gap: 2rem;
  display: grid;
}

.p-methodList__itemRound {
  aspect-ratio: 120/132;
  margin-inline: auto;
  display: grid;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 11px;
  padding-bottom: .6875rem;
  width: 120px;
  width: 7.5rem;
}

.p-methodList__itemRound::before, .p-methodList__itemRound::after {
  display: block;
  position: absolute;
  content: '';
}

.p-methodList__itemRound::before {
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
  border: 1px solid;
  border-radius: 50%;
  width: 100%;
}

.p-methodList__itemRound::after {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #212121;
  width: 1px;
  height: 23px;
  height: 1.4375rem;
}

.p-methodList__itemImg {
  aspect-ratio: 1/1;
  width: 53px;
  width: 3.3125rem;
}

.p-methodList__itemImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-methodList__itemTitle {
  position: relative;
  z-index: 2;
  color: #0abab5;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-align: center;
}

.p-methodList__itemListBox {
  position: relative;
  margin-top: -17px;
  margin-top: -1.0625rem;
}

.p-methodList__itemListBoxTopEdge::before, .p-methodList__itemListBoxTopEdge::after {
  aspect-ratio: 42/27;
  display: block;
  position: absolute;
  top: 0;
  border-top: 1px solid;
  width: 42px;
  width: 2.625rem;
  content: '';
}

.p-methodList__itemListBoxTopEdge::before {
  left: 0;
  border-left: 1px solid;
}

.p-methodList__itemListBoxTopEdge::after {
  right: 0;
  border-right: 1px solid;
}

.p-methodList__itemListBoxBottomEdge::before, .p-methodList__itemListBoxBottomEdge::after {
  aspect-ratio: 42/27;
  display: block;
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid;
  width: 42px;
  width: 2.625rem;
  content: '';
}

.p-methodList__itemListBoxBottomEdge::before {
  left: 0;
  border-left: 1px solid;
}

.p-methodList__itemListBoxBottomEdge::after {
  right: 0;
  border-right: 1px solid;
}

.p-methodList__itemList {
  background-color: #f8f8f8;
  padding: 33px 20px 37px 60px;
  padding: 2.0625rem 1.25rem 2.3125rem 3.75rem;
  list-style-type: decimal;
}

.p-methodList__itemListItem {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: .1em;
}

.p-money__img {
  aspect-ratio: 335/225;
  margin-top: 32px;
  margin-top: 2rem;
  width: 100%;
}

.p-money__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-money__contents {
  margin-top: 32px;
  margin-top: 2rem;
}

/************************************************************************
* p-pagination
************************************************************************/
.p-pagination__inner {
  letter-spacing: 0;
  text-align: center;
}

.page-numbers {
  display: inline-block;
  border: 1px solid #0abab5;
  width: 2em;
  height: 2em;
  color: #0abab5;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: 0;
  line-height: 2;
}

.page-numbers + .page-numbers {
  margin-left: 10px;
  margin-left: .625rem;
}

.page-numbers.current {
  background-color: #0abab5;
  color: #fff;
}

.page-numbers.dots {
  border: none;
}

.p-professional__title {
  text-align: center;
}

.p-professional__box {
  gap: 40px;
  gap: 2.5rem;
  display: grid;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-professional__contents {
  gap: 52px;
  gap: 3.25rem;
  display: grid;
}

.p-professional__img img {
  aspect-ratio: 334/300;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-professional__btn {
  text-align: center;
}

.p-reason__title {
  text-align: center;
}

.p-reason__list {
  margin-top: 49px;
  margin-top: 3.0625rem;
}

.p-reason__btn {
  margin-top: 52px;
  margin-top: 3.25rem;
  text-align: center;
}

.p-reason01__text {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-reason01__message {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-reason01__img {
  aspect-ratio: 334/625;
  margin-top: 32px;
  margin-top: 2rem;
  width: 100%;
}

.p-reason01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-reason02__text {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-reason02__img {
  aspect-ratio: 334/224;
  margin-top: 12px;
  margin-top: .75rem;
  width: 100%;
}

.p-reason02__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-reason02__text02 {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-reason02__img02 {
  aspect-ratio: 334/654;
  margin-top: 32px;
  margin-top: 2rem;
  width: 100%;
}

.p-reason02__img02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-reason02__text03 {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-reason03__text {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-reason03__tableWrap {
  margin-right: -20px;
  margin-right: -1.25rem;
  overflow-x: scroll;
}

.p-reason03__table {
  margin-top: 32px;
  margin-top: 2rem;
  width: 876px;
  width: 54.75rem;
}

.p-reason03__table thead {
  background-color: #D9D9D9;
}

.p-reason03__table thead th {
  padding: 11px;
  padding: .6875rem;
}

.p-reason03__table thead th:first-child {
  width: 138px;
  width: 8.625rem;
}

.p-reason03__table tbody td {
  vertical-align: middle;
  padding: 25px;
  padding: 1.5625rem;
}

.p-reason03__table tbody td:first-of-type {
  text-align: center;
}

.p-reason03__text02 {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-sectionTitle {
  position: relative;
  padding-top: 16px;
  padding-top: 1rem;
}

.p-sectionTitle.p-sectionTitle--interview {
  padding-top: 44px;
  padding-top: 2.75rem;
}

.p-sectionTitle.p-sectionTitle--multi {
  padding-top: 48px;
  padding-top: 3rem;
}

.p-sectionTitle.p-sectionTitle--sub {
  padding-top: 77px;
  padding-top: 4.8125rem;
}

.p-sectionTitle.p-sectionTitle--money {
  padding-top: 76px;
  padding-top: 4.75rem;
}

.p-sectionTitle.p-sectionTitle--how {
  padding-top: 44px;
  padding-top: 2.75rem;
}

.p-sectionTitle.p-sectionTitle--asset {
  padding-top: 65px;
  padding-top: 4.0625rem;
}

.p-sectionTitle.p-sectionTitle--support {
  padding-top: 77px;
  padding-top: 4.8125rem;
}

.p-sectionTitle.p-sectionTitle--combination {
  padding-top: 16px;
  padding-top: 1rem;
}

.p-sectionTitle.p-sectionTitle--optimal {
  padding-top: 45px;
  padding-top: 2.8125rem;
}

.p-sectionTitle.p-sectionTitle--importance {
  padding-top: 76px;
  padding-top: 4.75rem;
}

.p-sectionTitle.p-sectionTitle--page {
  padding-top: 16px;
  padding-top: 1rem;
}

.p-sectionTitle.p-sectionTitle--aggressive {
  padding-top: 44px;
  padding-top: 2.75rem;
}

.p-sectionTitle.p-sectionTitle--professional {
  padding-top: 48px;
  padding-top: 3rem;
}

.p-sectionTitle.p-sectionTitle--member {
  padding-top: 16px;
  padding-top: 1rem;
}

.p-sectionTitle.p-sectionTitle--lifePlan {
  padding-top: 65px;
  padding-top: 4.0625rem;
}

.p-sectionTitle__en {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  color: #efefef;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
}

.p-sectionTitle__en.p-sectionTitle__en--min {
  font-size: 28px;
  font-size: 1.75rem;
}

.p-sectionTitle__en.p-sectionTitle__en--page {
  font-size: 32px;
  font-size: 2rem;
}

.p-sectionTitle__upper {
  text-transform: uppercase;
}

.p-sectionTitle__lower {
  text-transform: lowercase;
}

.p-sectionTitle__ja {
  position: relative;
  z-index: 2;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: .1em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.p-sectionTitle__jaPage {
  position: relative;
  z-index: 2;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: .1em;
}

.p-sectionTitle__jaMini {
  font-size: 16px;
  font-size: 1rem;
}

.p-sectionTitle__jaHead {
  display: block;
  position: relative;
  z-index: 2;
  margin-bottom: 8;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 600;
}

.p-sectionTitle__accent {
  color: #0abab5;
}

.p-sectionTitle__accent.p-sectionTitle__accent--big {
  font-size: 24px;
  font-size: 1.5rem;
}

.p-sectionTitle__min {
  font-size: 14px;
  font-size: .875rem;
}

.p-solid__img {
  aspect-ratio: 335/225;
  margin-top: 32px;
  margin-top: 2rem;
}

.p-solid__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-solid__contents {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-stepList {
  gap: 32px;
  gap: 2rem;
  display: grid;
}

.p-stepList__item {
  background-color: #F9F9F9;
  padding: 22px 16px;
  padding: 1.375rem 1rem;
}

.p-stepList__itemNumber {
  color: #0abab5;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1;
}

.p-stepList__itemTitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

.p-stepList__itemText {
  margin-top: 10px;
  margin-top: .625rem;
}

.p-subPageTop {
  position: relative;
  overflow-x: clip;
}

.p-subPageTop::before {
  aspect-ratio: 287/183;
  display: block;
  position: absolute;
  top: -67px;
  top: -4.1875rem;
  right: -40px;
  right: -2.5rem;
  width: 287px;
  width: 17.9375rem;
  color: rgba(33, 33, 33, .05);
  font-family: 'Playfair Display', serif;
  font-size: 183px;
  font-size: 11.4375rem;
  font-weight: 700;
  line-height: 1;
  content: 'DB';
}

.p-subPageTop__title {
  position: relative;
  padding-bottom: 14px;
  padding-bottom: .875rem;
}

.p-subPageTop__title::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0abab5;
  width: 52px;
  width: 3.25rem;
  height: 1px;
  content: '';
}

.p-subPageTop__en {
  color: #0abab5;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.6;
}

.p-subPageTop__ja {
  display: block;
  margin-top: 12px;
  margin-top: .75rem;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 600;
  letter-spacing: .1em;
}

.p-subPageTop__text {
  display: block;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-support__box {
  gap: 32px;
  gap: 2rem;
  display: grid;
  margin-top: 32px;
  margin-top: 2rem;
}

.p-support__img {
  width: 100%;
}

.p-support__img img {
  aspect-ratio: 335/225;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-support__btns {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-top__img {
  aspect-ratio: 335/86;
  width: 100%;
}

.p-top__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-top__contents {
  position: relative;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-top__logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 84px;
  width: 5.25rem;
}

.p-top__message {
  color: #322f30;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .27em;
  text-transform: uppercase;
}

.p-top__lead {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-top__catchEn {
  color: #0abab5;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1;
}

.p-top__catchJa {
  margin-top: 12px;
  margin-top: .75rem;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 600;
  letter-spacing: .1em;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.p-top__sub {
  position: relative;
  margin-top: 14px;
  margin-top: .875rem;
  padding-top: 14px;
  padding-top: .875rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.6;
}

.p-top__sub::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0abab5;
  width: 52px;
  width: 3.25rem;
  height: 1px;
  content: '';
}

.p-trump__list {
  gap: 54px;
  gap: 3.375rem;
  display: grid;
  margin-top: 32px;
  margin-top: 2rem;
}

.p-trump__item {
  gap: 18px;
  gap: 1.125rem;
  display: grid;
}

.p-trump__img {
  aspect-ratio: 335/225;
  width: 100%;
}

.p-trump__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-trump__itemTitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

.p-trump__text {
  margin-top: 10px;
  margin-top: .625rem;
}

.totop {
  display: block;
  position: fixed;
  right: 5px;
  bottom: 30px;
  z-index: 39;
  width: 30px;
  height: 30px;
}

.clearfix::after {
  display: block;
  clear: both;
  content: '';
}

/************************************************************************
* visible device
************************************************************************/
.u-onlyPc {
  display: none;
}

.u-onlyTab {
  display: none;
}

.u-onlySp {
  display: none;
}

.u-inlineBlock {
  display: inline-block !important;
}

.u-block {
  display: block !important;
}

.u-inline {
  display: inline !important;
}

.u-hidden {
  display: none !important;
}

.u-overflowHidden {
  overflow: hidden !important;
}

@media screen and (min-width: 600px) {

  .p-article__body .gallery-columns-4 > .gallery-item {
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (min-width: 768px) {

  :root {
    --header-height: 80px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    width: 2.5rem;
  }

  #toc_container {
    padding: 30px 60px;
    padding: 1.875rem 3.75rem;
  }

  .l-border {
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
  }

  .l-container {
    padding-right: 30px;
    padding-left: 30px;
    max-width: 1140px;
  }

  .l-container.l-container--narrow {
    max-width: 924px;
  }

  .l-container.l-container--wide {
    max-width: 1356px;
  }

  .l-footer {
    min-width: 1260px;
  }

  .l-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 30;
    background-color: #fff;
    width: 180px;
    width: 11.25rem;
    height: 100vh;
    min-height: 600px;
    min-height: 37.5rem;
  }

  .l-main {
    z-index: 20;
    min-width: 1080px;
  }

  .l-section {
    margin-top: 100px;
    margin-top: 6.25rem;
  }

  .l-section.l-section--contact {
    margin-top: 120px;
    margin-top: 7.5rem;
  }

  .l-subPage {
    position: relative;
    margin-top: 0;
    padding-top: 117px;
    padding-top: 7.3125rem;
    overflow-x: clip;
  }

  .l-wrapper {
    display: grid;
    grid-template-columns: 11.25rem 1fr;
  }

  .c-btn:hover {
    color: #0abab5;
  }

  .c-btn:hover .c-btn__text::after {
    -webkit-transform: translate(.5rem, -50%);
    transform: translate(.5rem, -50%);
  }

  .c-btnSub {
    padding: 22px 21px;
    padding: 1.375rem 1.3125rem;
    width: 100%;
    max-width: 100%;
  }

  .c-btnSub::before, .c-btnSub::after {
    width: 91.8287937743%;
  }

  .c-btnSub.c-btnSub--primary:hover .c-btnSub__text {
    color: #0abab5;
  }

  .c-btnSub.c-btnSub--green:hover {
    background-color: #fff;
    color: #212121;
  }

  .c-btnSub.c-btnSub--flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-btnSub.c-btnSub--flex .c-btnSub__more {
    margin-top: 0;
  }

  .c-btnSub__description::before, .c-btnSub__description::after {
    width: 8.1712062257%;
  }

  .c-btnSub__description {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .c-btnSub__more {
    margin-top: 8px;
    margin-top: .5rem;
  }

  .c-btnSub__text {
    -webkit-transition: color .3s;
    transition: color .3s;
  }

  .p-action__title {
    text-align: center;
  }

  .p-action__text {
    margin-top: 52px;
    margin-top: 3.25rem;
    text-align: center;
  }

  .p-action__btns {
    margin-top: 72px;
    margin-top: 4.5rem;
  }

  .p-aggressive__title {
    text-align: center;
  }

  .p-aggressive__box {
    gap: 65px;
    gap: 4.0625rem;
    grid-template-columns: 3.48fr 6.67fr;
    margin-top: 52px;
    margin-top: 3.25rem;
  }

  .p-article__title {
    font-size: 24px;
  }

  .p-article__body {
    padding-top: 60px;
    padding-bottom: 100px;
    font-size: 16px;
  }

  .p-article__body table th,
  .p-article__body table td {
    padding: 20px 30px;
    padding: 1.25rem 1.875rem;
  }

  .p-article__body table th {
    width: 153px;
    width: 9.5625rem;
  }

  .p-article__body .gallery-columns-4 > .gallery-item {
    width: calc((100% - 40px) / 3);
  }

  .p-asset__img {
    aspect-ratio: 1080/380;
    margin-top: 54px;
    margin-top: 3.375rem;
  }

  .p-asset__text {
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-asset__contents {
    margin-top: 54px;
    margin-top: 3.375rem;
  }

  .p-btns {
    gap: 55px;
    gap: 3.4375rem;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .p-btns__btn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-cardList {
    gap: 42px;
    gap: 2.625rem;
    grid-template-columns: repeat(3, 1fr);
  }

  .p-cardList__itemText {
    margin-top: 25px;
    margin-top: 1.5625rem;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-changing__contents {
    position: relative;
  }

  .p-changing__contents::before {
    aspect-ratio: 1080/278;
    display: block;
    position: absolute;
    bottom: 390px;
    bottom: 24.375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../img/top/changing_bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    content: '';
  }

  .p-changing__list {
    margin-inline: auto;
    position: relative;
    max-width: 805px;
    max-width: 50.3125rem;
  }

  .p-changing__btn {
    margin-top: 80px;
    margin-top: 5rem;
  }

  .p-changingList {
    gap: 42px;
    gap: 2.625rem;
  }

  .p-changingList__item {
    gap: 17px;
    gap: 1.0625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .p-changingList__item + .p-changingList__item::after {
    bottom: 100%;
  }

  .p-changingList__itemImg {
    aspect-ratio: 261/162;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 261px;
    width: 16.3125rem;
  }

  .p-changingList__itemContents {
    gap: 54px;
    gap: 3.375rem;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 45px 0 45px 40px;
    padding: 2.8125rem 0 2.8125rem 2.5rem;
  }

  .p-changingList__itemNumber {
    display: grid;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: 64px;
    font-size: 4rem;
  }

  .p-changingList__itemNumber::after {
    display: block;
    position: absolute;
    top: 0;
    right: -27px;
    right: -1.6875rem;
    background-color: #212121;
    width: 1px;
    height: 100%;
    content: '';
  }

  .p-changingList__itemText {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-combination__title {
    text-align: center;
  }

  .p-combination__head {
    text-align: center;
  }

  .p-combination__list {
    gap: 40px;
    gap: 2.5rem;
    margin-inline: auto;
    margin-top: 64px;
    margin-top: 4rem;
    max-width: 979px;
    max-width: 61.1875rem;
  }

  .p-combination__item {
    gap: 20px;
    gap: 1.25rem;
    grid-template-columns: 16.625rem 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-combination__box::after {
    aspect-ratio: 23/40;
    top: 50%;
    right: 0;
    bottom: initial;
    left: initial;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-clip-path: var(--clip-triangle-right);
    clip-path: var(--clip-triangle-right);
    width: 37px;
    width: 2.3125rem;
  }

  .p-combination__box {
    padding-right: 66px;
    padding-right: 4.125rem;
    padding-bottom: 0;
  }

  .p-combination__textSpan {
    padding: 40px 60px 51px 40px;
    padding: 2.5rem 3.75rem 3.1875rem 2.5rem;
  }

  .p-contact {
    padding: 60px 0 70px;
    padding: 3.75rem 0 4.375rem;
    min-width: 1260px;
  }

  .p-contact__head {
    margin-top: 28px;
    margin-top: 1.75rem;
  }

  .p-contact__text {
    margin-top: 26px;
    margin-top: 1.625rem;
  }

  .p-contact__info {
    gap: 54px;
    gap: 3.375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 44px;
    margin-top: 2.75rem;
  }

  .p-contact__tel {
    font-size: 37px;
    font-size: 2.3125rem;
  }

  .p-contact__btnWrapLink {
    padding-right: 40px;
    padding-right: 2.5rem;
    padding-left: 33px;
    padding-left: 2.0625rem;
    width: 350px;
    width: 21.875rem;
    max-width: 100%;
  }

  .p-contact__btnWrapLink:hover {
    background-color: #212121;
    color: #fff;
  }

  .p-contact__btnWrapLink:hover span::after {
    -webkit-transform: translateX(.5rem);
    transform: translateX(.5rem);
    background-color: #fff;
  }

  #footerWrap {
    background-color: #222;
    padding: 75px 0 90px;
    width: 100%;
    color: #656565;
  }

  #footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /* 住所 */
  #footer address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    width: 265px;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.75em;
  }

  #footer address img.logo {
    padding-top: 5px;
    width: 56px;
  }

  #footer address p.link_sns {
    padding-top: 5px;
    text-align: right;
  }

  #footer address p.link_sns a img {
    width: 20px;
  }

  /* フットナビ */
  #footer nav {
    display: block;
    width: 540px;
  }

  #footer nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .12em;
    line-height: 2.58em;
  }

  #footer nav ul li {
    margin-right: 20px;
    font-family: 'Open Sans', sans-serif;
  }

  #footer nav ul li a {
    -webkit-transition: .3s color ease-out;
    transition: .3s color ease-out;
    color: #656565;
  }

  #footer nav ul li a:hover {
    color: #fff;
  }

  #footer p.copy {
    margin-top: 20px;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: .12em;
    text-align: left;
  }

  .p-header__inner {
    display: block;
  }

  .p-header__logo {
    margin-inline: auto;
    margin-top: 40px;
    margin-top: 2.5rem;
    width: 103px;
    width: 6.4375rem;
  }

  .p-header__nav {
    display: block;
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-header__nav ul {
    gap: 24px;
    gap: 1.5rem;
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-header__nav li {
    text-align: center;
  }

  .p-header__nav li > a {
    position: relative;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    text-transform: uppercase;
  }

  .p-header__nav li > a::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-animation: line-out .4s cubic-bezier(.215, .61, .355, 1);
    animation: line-out .4s cubic-bezier(.215, .61, .355, 1);
    background-color: #c3c3c3;
    width: 0%;
    height: 2px;
    content: '';
  }

  .p-header__nav li > a:hover::before {
    -webkit-animation: line-in .4s cubic-bezier(.215, .61, .355, 1) both;
    animation: line-in .4s cubic-bezier(.215, .61, .355, 1) both;
  }

  .p-header__drawer {
    display: none;
  }

  .p-how__text {
    margin-top: 52px;
    margin-top: 3.25rem;
  }

  .p-how__messages {
    gap: 82px;
    gap: 5.125rem;
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-how__message {
    gap: 54px;
    gap: 3.375rem;
    grid-template-columns: 5.76fr 4.5fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
  }

  .p-how__img img {
    aspect-ratio: 450/300;
  }

  .p-how__img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .p-how__messageTitle {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .p-how__messageText {
    margin-top: 32px;
    margin-top: 2rem;
  }

  .p-importance__title {
    text-align: center;
  }

  .p-importance__contents {
    gap: 65px;
    gap: 4.0625rem;
    grid-template-columns: 3.48fr 6.7fr;
    margin-top: 52px;
    margin-top: 3.25rem;
  }

  .p-importance__img img {
    aspect-ratio: 348/552;
  }

  .p-importance__btn {
    margin-top: 160px;
    margin-top: 10rem;
  }

  .p-interview {
    overflow-x: clip;
  }

  .p-interview__contents {
    margin-top: 52px;
    margin-top: 3.25rem;
    margin-right: min(50% - (50vw - 90px), -30px);
    margin-right: min(50% - (50vw - 5.625rem), -30px);
  }

  .p-interview__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 80px;
    margin-top: 5rem;
  }

  .p-interview__none {
    margin-top: 52px;
    margin-top: 3.25rem;
  }

  .p-interviewList__item::after {
    -webkit-transform: translateX(-.625rem);
    transform: translateX(-.625rem);
    width: 18px;
    width: 1.125rem;
  }

  .p-interviewList__item:hover img {
    opacity: .9;
  }

  .p-interviewList__item:hover::after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .p-interviewList__itemName {
    margin-top: 16px;
    margin-top: 1rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-interviewList__itemCategory {
    font-size: 14px;
    font-size: .875rem;
  }

  .p-interviewList__itemText {
    margin-top: 11px;
    margin-top: .6875rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-knowledge__img {
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-knowledge__contents {
    gap: 52px;
    gap: 3.25rem;
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-knowledge__item::before, .p-knowledge__item::after {
    width: 76px;
    width: 4.75rem;
  }

  .p-knowledge__item {
    padding: 52px 49px;
    padding: 3.25rem 3.0625rem;
  }

  .p-knowledge__itemTitle::before, .p-knowledge__itemTitle::after {
    width: 76px;
    width: 4.75rem;
  }

  .p-knowledge__itemTitle {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .p-knowledge__itemText {
    margin-top: 35px;
    margin-top: 2.1875rem;
  }

  .p-member__head {
    gap: 55px;
    gap: 3.4375rem;
    position: relative;
    grid-template-columns: 4fr 5.97fr;
  }

  .p-member__box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .p-member__note {
    margin-top: 16px;
    margin-top: 1rem;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-member__img {
    position: static;
  }

  .p-member__img::before {
    top: initial;
    right: 0;
    bottom: 0;
    width: 379px;
    width: 23.6875rem;
  }

  .p-member__body {
    gap: 52px;
    gap: 3.25rem;
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-member__careerList {
    gap: 30px;
    gap: 1.875rem;
  }

  .p-member__linkNote {
    margin-top: 80px;
    margin-top: 5rem;
    text-align: center;
  }

  .p-message__contents {
    gap: 80px;
    gap: 5rem;
    display: grid;
    position: relative;
    grid-template-columns: 4.82fr 5.21fr;
    margin-top: 52px;
    margin-top: 3.25rem;
  }

  .p-message__img img {
    aspect-ratio: 482/659;
  }

  .p-message__img::after {
    top: initial;
    right: -10px;
    right: -.625rem;
    bottom: -41px;
    bottom: -2.5625rem;
    width: 390px;
    width: 24.375rem;
    font-size: 271px;
    font-size: 16.9375rem;
  }

  .p-message__img {
    position: static;
  }

  .p-method__list {
    margin-top: 52px;
    margin-top: 3.25rem;
    width: 100%;
  }

  .p-method__btn {
    margin-top: 80px;
    margin-top: 5rem;
  }

  .p-methodList {
    gap: 91px;
    gap: 5.6875rem;
    grid-template-columns: repeat(3, 1fr);
  }

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

  .p-methodList__itemRound::after {
    height: 33px;
    height: 2.0625rem;
  }

  .p-methodList__itemRound {
    padding-bottom: 16px;
    padding-bottom: 1rem;
    width: 170px;
    width: 10.625rem;
  }

  .p-methodList__itemImg {
    width: 76px;
    width: 4.75rem;
  }

  .p-methodList__itemContents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .p-methodList__itemListBox {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .p-methodList__itemList {
    height: 100%;
  }

  .p-money__img {
    aspect-ratio: 1080/380;
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-money__contents {
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-professional__box {
    gap: 71px;
    gap: 4.4375rem;
    grid-template-columns: 5.44fr 4.65fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 52px;
    margin-top: 3.25rem;
  }

  .p-professional__contents {
    gap: 80px;
    gap: 5rem;
  }

  .p-professional__img img {
    aspect-ratio: 544/486;
  }

  .p-professional__btn {
    text-align: right;
  }

  .p-reason__list {
    margin-top: 82px;
    margin-top: 5.125rem;
  }

  .p-reason__btn {
    margin-top: 80px;
    margin-top: 5rem;
  }

  .p-reason01__text {
    margin-top: 52px;
    margin-top: 3.25rem;
  }

  .p-reason01__message {
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-reason01__img {
    aspect-ratio: 1083/641;
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-reason02__text {
    margin-top: 53px;
    margin-top: 3.3125rem;
  }

  .p-reason02__img {
    aspect-ratio: 1083/647;
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-reason02__text02 {
    margin-top: 65px;
    margin-top: 4.0625rem;
  }

  .p-reason02__img02 {
    aspect-ratio: 1083/464;
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-reason02__text03 {
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-reason03__text {
    margin-top: 52px;
    margin-top: 3.25rem;
  }

  .p-reason03__tableWrap {
    margin-right: initial;
    overflow-x: initial;
  }

  .p-reason03__table {
    margin-top: 64px;
    margin-top: 4rem;
    width: 100%;
  }

  .p-reason03__table thead th:first-child {
    width: 288px;
    width: 18rem;
  }

  .p-reason03__text02 {
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-sectionTitle {
    padding-top: 38px;
    padding-top: 2.375rem;
  }

  .p-sectionTitle.p-sectionTitle--reason {
    padding-top: 20px;
    padding-top: 1.25rem;
  }

  .p-sectionTitle.p-sectionTitle--interview {
    padding-top: 38px;
    padding-top: 2.375rem;
  }

  .p-sectionTitle.p-sectionTitle--multi {
    padding-top: 74px;
    padding-top: 4.625rem;
  }

  .p-sectionTitle.p-sectionTitle--sub {
    padding-top: 90px;
    padding-top: 5.625rem;
  }

  .p-sectionTitle.p-sectionTitle--money {
    padding-top: 77px;
    padding-top: 4.8125rem;
  }

  .p-sectionTitle.p-sectionTitle--how {
    padding-top: 28px;
    padding-top: 1.75rem;
  }

  .p-sectionTitle.p-sectionTitle--asset {
    padding-top: 83px;
    padding-top: 5.1875rem;
  }

  .p-sectionTitle.p-sectionTitle--support {
    padding-top: 77px;
    padding-top: 4.8125rem;
  }

  .p-sectionTitle.p-sectionTitle--combination {
    padding-top: 35px;
    padding-top: 2.1875rem;
  }

  .p-sectionTitle.p-sectionTitle--optimal {
    padding-top: 26px;
    padding-top: 1.625rem;
  }

  .p-sectionTitle.p-sectionTitle--importance {
    padding-top: 77px;
    padding-top: 4.8125rem;
  }

  .p-sectionTitle.p-sectionTitle--page {
    padding-top: 28px;
    padding-top: 1.75rem;
  }

  .p-sectionTitle.p-sectionTitle--aggressive {
    padding-top: 31px;
    padding-top: 1.9375rem;
  }

  .p-sectionTitle.p-sectionTitle--professional {
    padding-top: 36px;
    padding-top: 2.25rem;
  }

  .p-sectionTitle.p-sectionTitle--member {
    padding-top: 26px;
    padding-top: 1.625rem;
  }

  .p-sectionTitle.p-sectionTitle--lifePlan {
    padding-top: 28px;
    padding-top: 1.75rem;
  }

  .p-sectionTitle__en {
    font-size: 61px;
    font-size: 3.8125rem;
  }

  .p-sectionTitle__en.p-sectionTitle__en--min {
    font-size: 50px;
    font-size: 3.125rem;
  }

  .p-sectionTitle__en.p-sectionTitle__en--page {
    font-size: 50px;
    font-size: 3.125rem;
  }

  .p-sectionTitle__ja {
    font-size: 30px;
    font-size: 1.875rem;
  }

  .p-sectionTitle__jaPage {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .p-sectionTitle__jaMini {
    font-size: 30px;
    font-size: 1.875rem;
  }

  .p-sectionTitle__jaHead {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-sectionTitle__accent.p-sectionTitle__accent--big {
    font-size: 42px;
    font-size: 2.625rem;
  }

  .p-sectionTitle__min {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-solid__img {
    aspect-ratio: 1080/380;
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-solid__contents {
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-stepList__item {
    gap: 53px;
    gap: 3.3125rem;
    display: grid;
    grid-template-columns: 16.8125rem 1fr;
    padding: 31px;
    padding: 1.9375rem;
  }

  .p-stepList__itemTitle {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-subPageTop::before {
    top: -124px;
    top: -7.75rem;
    right: -100px;
    right: -6.25rem;
    width: 789px;
    width: 49.3125rem;
    font-size: 504px;
    font-size: 31.5rem;
  }

  .p-subPageTop__title {
    padding-bottom: 19px;
    padding-bottom: 1.1875rem;
  }

  .p-subPageTop__en {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-subPageTop__ja {
    margin-top: 16.8px;
    margin-top: 1.05rem;
    font-size: 41px;
    font-size: 2.5625rem;
  }

  .p-subPageTop__text {
    margin-top: 52px;
    margin-top: 3.25rem;
  }

  .p-support__title {
    text-align: center;
  }

  .p-support__box {
    gap: 65px;
    gap: 4.0625rem;
    grid-template-columns: 6.7fr 3.48fr;
    margin-top: 54px;
    margin-top: 3.375rem;
  }

  .p-support__img img {
    aspect-ratio: 348/552;
  }

  .p-support__img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .p-support__btns {
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-top__img {
    aspect-ratio: 1080/278;
    margin-top: -14px;
    margin-top: -.875rem;
  }

  .p-top__contents {
    margin-top: 32px;
    margin-top: 2rem;
  }

  .p-top__logo {
    top: initial;
    bottom: 0;
    width: 196px;
    width: 12.25rem;
  }

  .p-top__message {
    font-size: 42px;
    font-size: 2.625rem;
  }

  .p-top__lead {
    margin-top: 57px;
    margin-top: 3.5625rem;
  }

  .p-top__catchEn {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-top__catchJa {
    margin-top: 16px;
    margin-top: 1rem;
    font-size: 41px;
    font-size: 2.5625rem;
  }

  .p-top__sub {
    margin-top: 16px;
    margin-top: 1rem;
    padding-top: 25px;
    padding-top: 1.5625rem;
    font-size: 28px;
    font-size: 1.75rem;
  }

  .p-trump__list {
    gap: 96px;
    gap: 6rem;
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-trump__item {
    gap: 59px;
    gap: 3.6875rem;
    grid-template-columns: 5.76fr 4.7fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-trump__img {
    aspect-ratio: 450/300;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .p-trump__itemTitle {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .p-trump__text {
    margin-top: 32px;
    margin-top: 2rem;
  }

  .totop {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 30px;
    z-index: 200;
    width: 54px;
    height: 54px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

  .u-onlyTab {
    display: block;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {

  .u-hidden--tab {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {

  .post-page-numbers + .post-page-numbers {
    margin-left: 20px;
  }

  .u-onlyPc {
    display: block;
  }

  .u-hidden--pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {

  .u-onlySp {
    display: block;
  }

  .u-hidden--sp {
    display: none !important;
  }
}

@media (max-width: 375px) {

  html {
    font-size: 4.2666666667vw;
  }
}
/*# sourceMappingURL=map/style.css.map */