@charset "UTF-8";
/* -------------------------------------------*/ /* -------------------------------------------*/
/* -------------------------------------------*/
:root {
  --content_width: 960px;
  --content-both_space: 15px;
  --header_height:90px;
  --waves_height: 60px;
}
@media screen and (max-width: 1200px) {
  :root {
    --content-both_space: 15px;
    --header_height:65px;
    --waves_height: 20px;
  }
}

/* -------------------------------------------*/ /* -------------------------------------------*/
/* -------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

summary::-webkit-details-marker {
  display: none;
}

/* -------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  html,
body {
    display: none;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -ms-overflow-style: scrollbar;
  overflow: auto;
  scroll-padding-top: 80px;
  font-size: 62.5%;
}
@media screen and (max-width: 1320px) {
  html {
    font-size: 56%;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 62.5%;
  }
}
body {
  position: relative;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  color: #2D3333;
}
@media screen and (max-width: 1200px) {
  body {
    width: 100%;
    min-width: 100%;
  }
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

section {
  position: relative;
  width: 100%;
}

a,
button {
  text-decoration: none;
  color: #2D3333;
}

picture {
  display: block;
  line-height: 0;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
  vertical-align: middle;
  position: relative;
  border: none;
  border: none;
  margin: 0;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  border-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

@media not all and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* -------------------------------------------*/
@-webkit-keyframes circlemove {
  0% {
    bottom: 2.5rem;
  }
  100% {
    bottom: -4.6rem;
  }
}
@keyframes circlemove {
  0% {
    bottom: 2.5rem;
  }
  100% {
    bottom: -4.6rem;
  }
}
@-webkit-keyframes circlemoveSp {
  0% {
    bottom: -1.6rem;
  }
  100% {
    bottom: -8.6rem;
  }
}
@keyframes circlemoveSp {
  0% {
    bottom: -1.6rem;
  }
  100% {
    bottom: -8.6rem;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInNon {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInNon {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
::-moz-placeholder {
  color: #CCCCCC;
  font-weight: 400;
}
::placeholder {
  color: #CCCCCC;
  font-weight: 400;
}

/**
 * input
 *
 */
input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
  font-size: 2rem;
  position: relative;
  width: 100%;
  padding: 1.5rem;
  border-radius: 0.8rem;
  border: 1px solid #CCCCCC;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
    font-size: 1.8rem;
    padding: 0.7rem 0.8rem;
  }
}

input[type=number] {
  -moz-appearance: textfield;
}

/**
 * textarea
 *
 */
textarea {
  position: relative;
  width: 100%;
  font-size: 2rem;
  height: 13.3rem;
  padding: 1.5rem;
  border-radius: 0.8rem;
  border: 1px solid #CCCCCC;
  background-color: #fff;
  resize: none;
}
@media screen and (max-width: 767px) {
  textarea {
    font-size: 1.8rem;
    padding: 0.7rem;
    height: 22.6rem;
  }
}

input[type=text]:disabled {
  background: transparent;
  cursor: not-allowed;
}
input[type=text]:disabled::-moz-placeholder {
  color: #2DB5AC;
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  color: #2DB5AC;
  opacity: 1;
}

/**
 * radio
 *
 */
input[type=radio] {
  display: none;
  vertical-align: middle;
}

.radio-lb {
  font-size: 2.4rem;
  position: relative;
  display: inline-block;
  padding: 0 0 0 2.8rem;
  transition: 0.5;
  transition-property: color;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .radio-lb {
    font-size: 1.6rem;
  }
}

.radio-lb::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  border: 2px solid #2D3333;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 2;
}

.radio-lb::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #2D3333;
  transition: 0.3s;
  transition-property: color;
  opacity: 0;
  z-index: 3;
}

.radio-lb:has(input[type=radio]:checked)::after {
  opacity: 1;
}

/**
 * checkbox
 *
 */
input[type=checkbox] {
  display: none;
  vertical-align: middle;
}

input[type=checkbox] + label {
  color: #2D3333;
  position: relative;
  display: inline-block;
  padding: 0 0 0 3.6rem;
  transition: 0.5;
  transition-property: color;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  input[type=checkbox] + label {
    padding-left: 3.2rem;
  }
}

input[type=checkbox] + label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 2.8rem;
  height: 2.8rem;
  transform: translateY(-50%);
  border: 3px solid #2D3333;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 0.2rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  input[type=checkbox] + label::before {
    width: 2.4rem;
    height: 2.4rem;
    border-width: 2px;
  }
}

input[type=checkbox] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 18px;
  height: 11px;
  border-left: 3px solid #2DB5AC;
  border-bottom: 3px solid #2DB5AC;
  transform: rotate(-45deg);
  transition: 0.3s;
  transition-property: color;
  opacity: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  input[type=checkbox] + label::after {
    border-width: 2px;
    top: 7px;
    left: 4px;
    width: 16px;
    height: 9px;
    top: 46%;
    transform: translateY(-50%) rotate(-45deg);
  }
}

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

/**
 * select
 *
 */
.select-parts {
  position: relative;
  width: 100%;
  border: 1px #2DB5AC solid;
  border-radius: 5px;
  overflow: hidden;
}
.select-parts::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 15px;
  height: 10px;
  margin-top: 2px;
  background: url(../img/contact/select_arrow.png) no-repeat top center/contain;
  pointer-events: none;
  z-index: 5;
}
.select-parts select {
  position: relative;
  width: 100%;
  height: 45px;
  padding: 0 20px 0 15px;
  background: #fbefe3;
  color: #7f7f7f;
  font-size: 2rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  text-align: center;
}

/**
 * file
 *
 */
input[type=file] + label {
  width: 160px;
  margin: 0 10px 0 0;
  padding: 15px 0;
}
input[type=file] + label:after {
  left: 170px;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-cta {
  background-color: #F6F5F3;
  padding-block: 12.8rem;
  margin-bottom: 7.8rem;
}
@media screen and (max-width: 767px) {
  .l-cta {
    padding-block: 3.2rem;
    margin-bottom: 0;
  }
}

.l-cta__box {
  max-width: 64rem;
  margin-inline: auto;
  background-color: #fff;
  padding-block: 3.2rem;
  border-radius: 3.2rem;
}
@media screen and (max-width: 767px) {
  .l-cta__box {
    padding-inline: 1.2rem;
  }
}
.l-cta__box .l-cta__h2 {
  margin-top: 0;
}

.l-cta__lead-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-cta__lead-wrap {
    width: 100%;
  }
}

.l-cta__lead {
  font-size: 2rem;
}
.l-cta__lead .bold {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-cta__lead .bold {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__lead + .l-cta__lead {
    margin-top: 1.6rem;
  }
}

.l-cta__h2 {
  margin-top: 3.2rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-cta__h2 {
    font-size: 1.8rem;
  }
}
.l-cta__h2 .green {
  color: #317376;
}

.l-cta__tel-link {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-cta__tel-link {
    gap: 0.4rem;
  }
}
.l-cta__tel-link .num {
  font-size: 4rem;
  font-weight: bold;
  color: #F17028;
}
@media screen and (max-width: 767px) {
  .l-cta__tel-link .num {
    font-size: 2.4rem;
  }
}
.l-cta__tel-link .img {
  width: 4.174rem;
}
@media screen and (max-width: 767px) {
  .l-cta__tel-link .img {
    width: 3.254rem;
  }
}
.l-cta__tel-link .img img {
  display: block;
}

.l-cta__text-box {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 3.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .l-cta__text-box {
    width: 100%;
    max-width: 51rem;
  }
}
.l-cta__text-box + .l-cta__btn {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .l-cta__text-box + .l-cta__btn {
    margin-top: 1rem;
  }
}

.l-cta__text {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.l-cta__text.--02 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  margin-top: 3rem;
  color: #7F7F7F;
}
.l-cta__text.--02 + .l-cta__btn {
  margin-top: 1.6rem;
}
.l-cta__text.--02 span {
  display: inline-block;
}
.l-cta__text + .l-cta__text {
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .l-cta__text + .l-cta__text {
    margin-top: 1.6rem;
  }
}
.l-cta__text .bold {
  font-weight: bold;
}
.l-cta__text .orange {
  font-weight: bold;
  color: #F17028;
}

.l-cta__btn.--02 + * {
  margin-top: 4rem;
}
.l-cta__btn.--02 .c-btn {
  width: 64rem;
  flex-direction: row;
  justify-content: center;
  border-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .l-cta__btn.--02 .c-btn {
    width: 100%;
    max-width: 64rem;
    row-gap: 0.4rem;
    flex-wrap: wrap;
    padding: 2.4rem 4.6rem;
  }
}
.l-cta__btn .c-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  gap: 2rem;
  padding: 2.4rem 7.2rem;
}
@media screen and (max-width: 767px) {
  .l-cta__btn .c-btn {
    padding: 1.2rem 5.2rem;
  }
}
.l-cta__btn .c-btn .text {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-cta__btn .c-btn .text {
    font-size: 1.8rem;
  }
}
.l-cta__btn .c-btn .img {
  width: 4rem;
}

.l-cta__file {
  max-width: 51rem;
  margin: 3.2rem auto 0;
  border-top: 1px solid #B7B7B7;
}
@media screen and (max-width: 767px) {
  .l-cta__file {
    margin-top: 1rem;
  }
}

.l-cta__file-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #7F7F7F;
  background-color: #fff;
  border-radius: 1.6rem;
  padding: 2.4rem 2.5rem;
  margin: 3.2rem auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-cta__file-text {
    max-width: 35.4rem;
    margin-top: 1rem;
    padding: 2.4rem;
    text-align: left;
  }
}
.l-cta__file-text::after {
  content: "";
  display: block;
  width: 3.3rem;
  aspect-ratio: 33/28;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: 0.65rem;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 767px) {
  .l-cta__file-text span {
    display: inline-block;
  }
}

.l-cta__file-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin-top: 3rem;
  font-weight: bold;
}
.l-cta__file-link::before {
  content: "";
  display: block;
  width: 4rem;
  aspect-ratio: 1/1;
  background-color: #317376;
  -webkit-mask-image: url(../images/icon/icon_mail.svg);
          mask-image: url(../images/icon/icon_mail.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (max-width: 767px) {
  .l-cta__file-link::before {
    width: 2.4rem;
  }
}
.l-cta__file-link .inner {
  display: flex;
  flex-direction: column;
}
.l-cta__file-link .inner .text {
  font-size: 2.4rem;
  color: #317376;
}
@media screen and (max-width: 767px) {
  .l-cta__file-link .inner .text {
    font-size: 1.8rem;
  }
}
.l-cta__file-link .inner .add {
  font-size: 1.6rem;
  color: #2DB5AC;
  text-decoration: underline;
}

/* -------------------------------------------*/
.l-wrapper {
  position: relative;
  width: 100%;
  text-align: left;
}
@media not all and (max-width: 1200px) {
  .l-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    margin: 0 auto;
    text-align: left;
  }
}

.l-main {
  position: relative;
  width: 100%;
}
.l-main--404 .l-main__inner, .l-main--error .l-main__inner {
  padding: 120px 0;
}
@media screen and (max-width: 1200px) {
  .l-main--404 .l-main__inner, .l-main--error .l-main__inner {
    padding: 80px 15px;
  }
}
.l-main--404 .c-button, .l-main--error .c-button {
  margin: 40px auto 0;
}
@media screen and (max-width: 1200px) {
  .l-main--404 .c-button, .l-main--error .c-button {
    margin-top: 30px;
  }
}

/* -------------------------------------------*/
body.is-open .l-navi {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.l-navi {
  max-width: 144rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-navi {
    width: 100%;
    height: 100%;
    max-width: 100vw;
    padding: 2.4rem 2.4rem 7.1rem;
    display: block;
    background-color: #fff;
    z-index: 50;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.5s;
    border: none;
    transform: translateY(-100%);
    overflow-y: scroll;
  }
}

.l-navi__menu {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .l-navi__menu {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .l-navi__menu {
    flex-direction: column;
    gap: 0;
  }
}

.l-navi__menu-item {
  width: 14.2857142857%;
}
@media screen and (max-width: 1200px) {
  .l-navi__menu-item {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .l-navi__menu-item {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .l-navi__menu-item:nth-child(-n+4) {
    border-bottom: 1px solid #CCCCCC;
  }
}
@media screen and (max-width: 767px) {
  .l-navi__menu-item:nth-child(-n+4) {
    border: none;
  }
}
@media screen and (max-width: 1200px) {
  .l-navi__menu-item:last-child {
    width: calc(25% + 1px);
    border-right: 1px solid #CCCCCC;
  }
}
@media screen and (max-width: 767px) {
  .l-navi__menu-item:last-child {
    width: 100%;
    border: none;
  }
}
.l-navi__menu-item + .l-navi__menu-item {
  border-left: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .l-navi__menu-item + .l-navi__menu-item {
    border-left: none;
    border-top: 1px solid #CCCCCC;
    padding-top: 0.8rem;
  }
}

.l-navi__menu-link {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: clamp(1.5rem, 1.25vw, 1.8rem);
  font-weight: 700;
  color: #2D3333;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 7.8rem;
}
@media (hover: hover) and (pointer: fine) {
  .l-navi__menu-link {
    transition: 0.3s;
    transition-property: color, background-color;
  }
  .l-navi__menu-link:hover {
    color: #fff;
    background-color: #2DB5AC;
  }
}
@media screen and (max-width: 1200px) {
  .l-navi__menu-link {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-navi__menu-link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-navi__menu-link {
    height: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 1.8rem;
    text-align: left;
    padding-bottom: 0.8rem;
  }
}
@media screen and (max-width: 767px) and (hover: hover) and (pointer: fine) {
  .l-navi__menu-link:hover {
    color: #B7B7B7;
    background-color: transparent;
  }
}
.l-navi__menu-link.current {
  background-color: #AFD6D9;
}
@media (hover: hover) and (pointer: fine) {
  .l-navi__menu-link.current {
    transition: 0.3s;
    transition-property: color, background-color;
  }
  .l-navi__menu-link.current:hover {
    color: #2D3333;
    background-color: #AFD6D9;
  }
}
@media screen and (max-width: 767px) {
  .l-navi__menu-link.current {
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) and (hover: hover) and (pointer: fine) {
  .l-navi__menu-link.current:hover {
    color: #B7B7B7;
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .l-navi__menu-link::after {
    content: "";
    display: block;
    width: 0.7rem;
    aspect-ratio: 5/8;
    background: url(../images/icon/icon_arrow-footer.svg) no-repeat center/contain;
  }
}

/* -------------------------------------------*/
.l-header__top {
  display: flex;
  justify-content: space-between;
  max-width: 144rem;
  margin-inline: auto;
  padding: 0.8rem 4.8rem;
}
@media screen and (max-width: 1200px) {
  .l-header__top {
    gap: 2.4rem;
    justify-content: center;
    padding-block: 0.65rem;
    padding-inline: 0;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__top {
    padding-inline: 1rem 1.5rem;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .l-header__top {
    padding-block: 1.6rem 0;
    padding-inline: 0;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }
}

.l-header__logo {
  display: block;
  width: 28.6rem;
}
@media screen and (max-width: 1200px) {
  .l-header__logo {
    width: 27.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__logo {
    width: 22.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 20rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header__logo {
    transition: 0.3s;
    transition-property: opacity;
  }
  .l-header__logo:hover {
    opacity: 0.8;
  }
}
.l-header__logo a {
  display: block;
}

.l-header__right {
  display: flex;
  align-items: center;
  gap: 8rem;
}
@media screen and (max-width: 1200px) {
  .l-header__right {
    gap: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__right {
    width: 100%;
  }
}

.l-header__sns {
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 1023px) {
  .l-header__sns {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
@media screen and (max-width: 819px) {
  .l-header__sns {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .l-header__sns {
    width: 100%;
    flex-direction: row;
    gap: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__sns .c-sns-link {
    width: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__sns .c-sns-link {
    width: calc(50% - 1px);
  }
}

@media screen and (max-width: 767px) {
  body.is-open .l-header__sns {
    opacity: 1;
    visibility: visible;
  }
}

.l-header__tel {
  width: 29.7rem;
}
@media screen and (max-width: 1023px) {
  .l-header__tel {
    width: 24.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__tel {
    width: 100%;
  }
}

.l-header__tel-link {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.l-header__tel-link .flex {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.4rem;
}
.l-header__tel-link .flex .num {
  font-size: 3.6rem;
  font-weight: bold;
  color: #F17028;
}
@media screen and (max-width: 1023px) {
  .l-header__tel-link .flex .num {
    font-size: 3rem;
  }
}
.l-header__tel-link .flex .img {
  width: 3.2rem;
}
@media screen and (max-width: 1023px) {
  .l-header__tel-link .flex .img {
    width: 2.4rem;
  }
}
.l-header__tel-link .flex .img img {
  display: block;
}
.l-header__tel-link .text {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .l-header__tel-link .text {
    font-size: 1.6rem;
  }
}

.l-header__tel-text {
  background-color: #EDA311;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding-block: 0.4rem;
  border-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
  .l-header__tel-text {
    border-radius: 0;
    font-size: 1.5rem;
    padding-block: 0.375rem;
  }
}
.l-header__tel-text.--progress {
  background-color: #EDA311;
}
.l-header__tel-text.--ineligible {
  background-color: #2DB5AC;
}

.l-header__btn-link {
  display: block;
}
@media screen and (max-width: 1023px) {
  .l-header__btn-link.c-btn {
    width: 16.5rem;
    justify-content: center;
    padding-inline: 0;
    padding-block: 1.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__btn-link.c-btn .text {
    font-size: 1.6rem;
  }
}
.l-header__btn-link.--faq {
  width: 100%;
  cursor: pointer;
  border: 2px solid #AFD6D9;
  border-radius: 5rem;
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  align-items: center;
  padding-block: 0.8rem;
  margin-top: 1.3rem;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__btn-link.--faq {
    transition: 0.3s;
    transition-property: border-color, background-color;
  }
  .l-header__btn-link.--faq:hover {
    border-color: #2DB5AC;
    background-color: #2DB5AC;
  }
}
.l-header__btn-link.--faq .text {
  font-size: 1.6rem;
  font-weight: bold;
  order: 2;
}
@media screen and (max-width: 1023px) {
  .l-header__btn-link.--faq .text {
    font-size: 1.4rem;
  }
}
.l-header__btn-link.--faq .img {
  display: block;
  width: 2rem;
}
@media screen and (max-width: 1023px) {
  .l-header__btn-link.--faq .img {
    width: 1.8rem;
  }
}
.l-header__btn-link.--faq .img.icon {
  order: 1;
}
.l-header__btn-link.--faq .img.arrow {
  order: 3;
}
.l-header__btn-link.--faq .img img {
  display: block;
}

.l-header__faq {
  border-radius: 0.8rem;
}

.l-header__faq-li {
  display: flex;
  gap: 2.4rem;
  padding-inline: 2rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .l-header__faq-li {
    flex-wrap: wrap;
    padding-inline: 4rem;
  }
}

@media screen and (max-width: 1200px) {
  .l-header__faq-item {
    width: calc(50% - 1.2rem);
  }
}

.l-header__faq-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 1.6rem;
}
.l-header__faq-link .text {
  flex: 1;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-header__faq-link .text {
    color: #2DB5AC;
  }
}
.l-header__faq-link::after {
  content: "";
  display: block;
  width: 0.95rem;
  aspect-ratio: 5/8;
  -webkit-mask: url(../images/icon/icon_arrow-footer.svg) no-repeat center/contain;
          mask: url(../images/icon/icon_arrow-footer.svg) no-repeat center/contain;
  background-color: #AFD6D9;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__faq-link {
    transition: 0.3s;
    transition-property: background-color;
  }
  .l-header__faq-link::after {
    transition: 0.3s;
    transition-property: background-color;
  }
  .l-header__faq-link .text {
    transition: 0.3s;
    transition-property: color;
  }
  .l-header__faq-link:hover {
    background-color: #2DB5AC;
  }
  .l-header__faq-link:hover::after {
    background-color: #fff;
  }
  .l-header__faq-link:hover .text {
    color: #fff;
  }
}

.l-header__bottom {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .l-header__bottom {
    border: none;
  }
}

.header--sticky .l-header__fixed {
  opacity: 1;
  visibility: visible;
  -webkit-animation: slideDown 0.3s ease-in-out;
          animation: slideDown 0.3s ease-in-out;
}

.l-header__fixed {
  box-shadow: 0px 0.2rem 1rem 0px rgba(183, 183, 183, 0.25);
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-header__fixed {
    top: auto;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    border: 1px solid #fff;
  }
}
.l-header__fixed .l-header__logo {
  width: min(10vw, 14.4rem);
}
@media screen and (max-width: 1200px) {
  .l-header__fixed .l-header__logo {
    width: 13rem;
  }
}
.l-header__fixed .l-navi {
  flex: 1;
  margin-inline: 0;
}
@media screen and (max-width: 1023px) {
  .l-header__fixed .l-navi {
    flex: none;
    margin-left: auto;
  }
}
.l-header__fixed .l-navi__menu {
  flex-wrap: nowrap;
}
.l-header__fixed .l-navi__menu-item {
  width: auto;
  border-bottom: none;
}
@media screen and (max-width: 1200px) {
  .l-header__fixed .l-navi__menu-item {
    width: 25%;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__fixed .l-navi__menu-item {
    width: auto;
  }
}
.l-header__fixed .l-navi__menu-item:first-child {
  border-left: 1px solid #CCCCCC;
}
.l-header__fixed .l-navi__menu-item:last-child {
  border-right: 1px solid #CCCCCC;
}
.l-header__fixed .l-navi__menu-link {
  height: auto;
  font-size: min(1.11vw, 1.6rem);
  padding-inline: min(2.36vw, 3.6rem);
}
@media screen and (max-width: 1200px) {
  .l-header__fixed .l-navi__menu-link {
    font-size: 1.4rem;
    padding-inline: 0;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__fixed .l-navi__menu-link {
    font-size: 1.3rem;
    padding-inline: 0.7rem;
    padding-block: 0.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header__fixed .l-navi__menu-link {
    transition: 0.3s;
    transition-property: color, background-color;
  }
  .l-header__fixed .l-navi__menu-link:hover {
    color: #2DB5AC;
    background-color: transparent;
  }
}
.l-header__fixed .l-navi__menu-link.current {
  background-color: transparent;
  color: #B7B7B7;
}
.l-header__fixed .l-header__tel-link {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-header__fixed .l-header__tel-link {
    flex-direction: column;
  }
}
.l-header__fixed .l-header__tel-link .flex {
  gap: min(0.28vw, 0.4rem);
}
@media screen and (max-width: 1200px) {
  .l-header__fixed .l-header__tel-link .flex {
    gap: 0.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__fixed .l-header__tel-link .flex {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .l-header__fixed .l-header__tel-link .flex {
    gap: 0.4rem;
    flex-direction: row-reverse;
  }
}
.l-header__fixed .l-header__tel-link .flex .num {
  font-size: min(2.5vw, 3.6rem);
}
@media screen and (max-width: 1200px) {
  .l-header__fixed .l-header__tel-link .flex .num {
    font-size: 2.15rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__fixed .l-header__tel-link .flex .num {
    font-size: 1.8rem;
    white-space: nowrap;
    margin-top: -0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__fixed .l-header__tel-link .flex .num {
    font-size: 2rem;
    margin-top: 0.2rem;
  }
}
.l-header__fixed .l-header__tel-link .flex .text {
  display: none;
}
@media screen and (max-width: 1023px) {
  .l-header__fixed .l-header__tel-link .flex .text {
    display: block;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__fixed .l-header__tel-link .flex .text {
    display: none;
  }
}
.l-header__fixed .l-header__tel-link .flex .img {
  width: min(2.22vw, 3.2rem);
}
@media screen and (max-width: 1200px) {
  .l-header__fixed .l-header__tel-link .flex .img {
    width: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__fixed .l-header__tel-link .flex .img {
    width: 3.254rem;
  }
}
.l-header__fixed .l-header__tel-link .text {
  font-size: 1.8rem;
  color: #317376;
}

.l-header__fixed-inner {
  width: 100%;
  max-width: 144rem;
  margin-inline: auto;
  padding-block: 0.8rem;
  padding-inline: min(3.33vw, 4.8rem);
  display: flex;
  align-items: center;
  gap: min(3.26vw, 4.7rem);
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .l-header__fixed-inner {
    padding-inline: 2rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__fixed-inner {
    padding-inline: 0 1rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__fixed-inner {
    align-items: initial;
    justify-content: space-around;
    flex-direction: row-reverse;
    padding: 0;
    gap: 1px;
  }
}

.l-header__fixed-btn {
  display: contents;
}
@media screen and (max-width: 767px) {
  .l-header__fixed-btn {
    display: block;
    position: relative;
    width: 67.2955974843%;
    padding-block: 0.3rem;
    background-color: #F6F5F3;
  }
}

.l-header__trigger {
  display: flex;
  justify-content: center;
  top: 50%;
  width: 32.3899371069%;
  background-color: #F6F5F3;
}
@media screen and (max-width: 767px) {
  .l-header__trigger {
    cursor: pointer;
    position: relative;
    z-index: 2;
    padding-top: 0.77rem;
  }
}

.l-header__trigger-inner {
  display: inline-block;
  position: relative;
  width: 3.9rem;
  height: 2.7rem;
  transition: all 0.4s;
}

.l-header__trigger-line {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #317376;
  border-radius: 0.3rem;
  transition: 0.3s;
  transition-property: transform;
}
.l-header__trigger-line:nth-of-type(1) {
  top: 0;
}
.l-header__trigger-line:nth-of-type(1).is-active {
  transform: translateY(14px) rotate(35deg);
}
.l-header__trigger-line:nth-of-type(2) {
  top: 1.15rem;
}
.l-header__trigger-line:nth-of-type(2).is-active {
  opacity: 0;
  transform: translateY(-100%);
}
.l-header__trigger-line:nth-of-type(3) {
  bottom: 0;
}
.l-header__trigger-line:nth-of-type(3).is-active {
  transform: translateY(-10px) rotate(-35deg);
}

.l-header__trigger-line.com {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  background-color: transparent;
  color: #317376;
  font-weight: bold;
  font-size: 1.8rem;
  bottom: 0;
  text-align: center;
  white-space: nowrap;
  position: relative;
  bottom: -0.4rem;
  left: 50%;
  transform: translate(-50%, 100%);
}
.l-header__trigger-line.com .close {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.l-header__trigger-line.com.is-active .open {
  opacity: 0;
}
.l-header__trigger-line.com.is-active .close {
  opacity: 1;
}

/* -------------------------------------------*/
.l-footer {
  padding-block: 9.6rem 1.6rem;
}
@media screen and (max-width: 1200px) {
  .l-footer {
    padding-block: 8rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 2.4rem 9.5rem;
  }
}

.l-footer__inner {
  max-width: 132rem;
  margin-inline: auto;
  padding-inline: 6rem;
}
@media screen and (max-width: 1200px) {
  .l-footer__inner {
    padding-inline: 12.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer__inner {
    padding-inline: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding-inline: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__nav {
    max-width: 60rem;
    margin-inline: auto;
    padding-inline: 2.4rem;
  }
}

.l-footer__menu {
  display: flex;
  border-left: 1px solid #AFD6D9;
  border-right: 1px solid #AFD6D9;
}
@media screen and (max-width: 1200px) {
  .l-footer__menu {
    border: none;
    flex-direction: column;
  }
}
.l-footer__menu:first-child .l-footer__menu-item {
  width: 28.2083333333%;
}
@media screen and (max-width: 1200px) {
  .l-footer__menu:first-child .l-footer__menu-item {
    width: 100%;
  }
}
.l-footer__menu:first-child .l-footer__menu-item:last-child {
  width: 43.4166666667%;
}
@media screen and (max-width: 1200px) {
  .l-footer__menu:first-child .l-footer__menu-item:last-child {
    width: 100%;
  }
}
.l-footer__menu:nth-child(2) .l-footer__menu-item:first-child {
  width: 29.1666666667%;
}
@media screen and (max-width: 1200px) {
  .l-footer__menu:nth-child(2) .l-footer__menu-item:first-child {
    width: 100%;
  }
}
.l-footer__menu:nth-child(2) .l-footer__menu-item:nth-child(2) {
  width: 44.1666666667%;
}
@media screen and (max-width: 1200px) {
  .l-footer__menu:nth-child(2) .l-footer__menu-item:nth-child(2) {
    width: 100%;
  }
}
.l-footer__menu:nth-child(2) .l-footer__menu-item:nth-child(3) {
  width: 26.6666666667%;
}
@media screen and (max-width: 1200px) {
  .l-footer__menu:nth-child(2) .l-footer__menu-item:nth-child(3) {
    width: 100%;
  }
}
.l-footer__menu + .l-footer__menu {
  margin-top: 5.6rem;
}
@media screen and (max-width: 1200px) {
  .l-footer__menu + .l-footer__menu {
    margin-top: 0;
    border-top: 1px solid #AFD6D9;
    padding-top: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__menu + .l-footer__menu {
    padding-top: 1rem;
  }
}

.l-footer__menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.7rem;
}
.l-footer__menu-item + .l-footer__menu-item {
  border-left: 1px solid #AFD6D9;
}
@media screen and (max-width: 1200px) {
  .l-footer__menu-item + .l-footer__menu-item {
    border-left: none;
    border-top: 1px solid #AFD6D9;
    padding-top: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__menu-item + .l-footer__menu-item {
    padding-top: 1rem;
  }
}

.l-footer__menu-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  min-height: 6rem;
  color: #2DB5AC;
}
@media screen and (max-width: 1200px) {
  .l-footer__menu-link {
    width: 100%;
    justify-content: space-between;
    color: #2D3333;
    text-align: left;
    padding-bottom: 2.4rem;
    padding-inline: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__menu-link {
    font-size: 1.6rem;
    padding-right: 1.7rem;
    padding-bottom: 1rem;
    min-height: 5.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__menu-link {
    transition: 0.3s;
    transition-property: color;
  }
  .l-footer__menu-link:hover {
    color: #97CACD;
  }
}
@media screen and (max-width: 1200px) {
  .l-footer__menu-link::after {
    content: "";
    display: block;
    width: 0.95rem;
    aspect-ratio: 5/8;
    background: url(../images/icon/icon_arrow-footer.svg) no-repeat center/contain;
  }
}

.l-footer__child-item + .l-footer__child-item {
  margin-top: 1rem;
}

.l-footer__child-flex {
  display: flex;
  gap: 2.4rem;
}

.l-footer__child-link {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.6rem;
  font-weight: bold;
  padding-block: 0.3rem;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__child-link {
    transition: 0.3s;
    transition-property: color;
  }
  .l-footer__child-link:hover {
    color: #B7B7B7;
  }
}
.l-footer__child-link span {
  display: flex;
  flex-direction: column;
}
.l-footer__child-link .mn {
  font-size: 1.4rem;
}
.l-footer__child-link::before {
  content: "";
  display: block;
  width: 1rem;
  aspect-ratio: 5/8;
  background: url(../images/icon/icon_arrow-footer.svg) no-repeat center/contain;
}

.l-footer__body {
  gap: 9.7rem;
  margin-top: 8rem;
}
@media screen and (max-width: 1320px) {
  .l-footer__body {
    gap: 7rem;
  }
}
@media screen and (max-width: 1200px) {
  .l-footer__body {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }
}

.l-footer__logo {
  display: block;
  width: 28.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 20rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__logo {
    transition: 0.3s;
    transition-property: opacity;
  }
  .l-footer__logo:hover {
    opacity: 0.8;
  }
}

.l-footer__address-dl {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer__address-dl {
    font-size: 1.6rem;
  }
}
.l-footer__address-dl .inner {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 540px) {
  .l-footer__address-dl .inner {
    flex-direction: column;
    gap: 0;
  }
}
.l-footer__address-dl .inner + .inner {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer__address-dl .inner + .inner {
    margin-top: 1.2rem;
  }
}
.l-footer__address-dl dt {
  width: 12.8rem;
  font-weight: bold;
  color: #7F7F7F;
}
.l-footer__address-dl dd {
  letter-spacing: 0.05em;
}

.l-footer__box {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__box {
    width: 100%;
    gap: 3.2rem;
    flex-direction: column-reverse;
  }
}

.l-footer__sns {
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    width: 100%;
    gap: 2px;
  }
}

.l-footer__privacy {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: #2DB5AC;
}
@media screen and (max-width: 767px) {
  .l-footer__privacy {
    font-size: 1.6rem;
    margin-top: 1.6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__privacy {
    transition: 0.3s;
    transition-property: opacity;
  }
  .l-footer__privacy:hover {
    opacity: 0.8;
  }
}

.l-footer__copy {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 16rem;
}
@media screen and (max-width: 1200px) {
  .l-footer__copy {
    margin-top: 2.4rem;
  }
}

/* -------------------------------------------*/
.l-grid {
  display: flex;
  flex-wrap: wrap;
}

/* -------------------------------------------*/
.l-flow__li {
  width: 100%;
  max-width: 64rem;
  margin-inline: auto;
}

.l-flow__item {
  counter-increment: mycounter;
}
@media screen and (max-width: 767px) {
  .l-flow__item:first-child .l-flow__head::after {
    content: "";
    width: 100%;
    height: 1rem;
    background-color: #fff;
    position: absolute;
    top: -2px;
    left: 0;
    transform: translateY(-100%);
  }
}
.l-flow__item:first-child .l-flow__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.l-flow__item:not(:last-child) .l-flow__box {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-flow__item:not(:last-child) .l-flow__box {
    min-height: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.l-flow__item:not(:last-child) .l-flow__box::before {
  content: "";
  display: block;
  width: 1.6rem;
  aspect-ratio: 16/163;
  background: url(../images/icon/icon_arrow-flow.png) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-flow__item:not(:last-child) .l-flow__box::before {
    left: 0.5rem;
  }
}
.l-flow__item:last-child .l-flow__head {
  border-color: #317376;
  background-color: #317376;
}
.l-flow__item:last-child .l-flow__h3 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-flow__item:last-child .l-flow__h3 {
    flex: none;
  }
}
.l-flow__item:last-child .l-flow__box {
  height: auto;
}

.l-flow__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #AFD6D9;
  border-radius: 0.8rem;
  padding: 1.4rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-flow__head {
    gap: 2.4rem;
    padding: 0.6rem;
  }
}

.l-flow__h3 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-flow__h3 {
    flex: 1;
    font-size: 2rem;
    text-indent: -1.2em;
    padding-left: 1.3em;
    margin-left: 0.3em;
  }
}
.l-flow__h3::before {
  content: counter(mycounter) ".";
  margin-right: 0.2em;
}
@media screen and (max-width: 767px) {
  .l-flow__h3::before {
    margin-right: 0;
  }
}

.l-flow__price {
  font-weight: bold;
  border-radius: 0.4rem;
  padding: 0.4rem 0.8rem;
}
.l-flow__price.--free {
  font-size: 2.4rem;
  color: #fff;
  background-color: #EDA311;
}
@media screen and (max-width: 767px) {
  .l-flow__price.--free {
    font-size: 2rem;
  }
}
.l-flow__price.--paid {
  font-size: 1.8rem;
  color: #317376;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-flow__price.--paid {
    width: 63.28125%;
    max-width: 21.4rem;
  }
}

.l-flow__box {
  height: 16rem;
  padding-left: 12.6rem;
  padding-block: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-flow__box {
    height: auto;
    padding-block: 0.8rem;
    padding-left: 4rem;
  }
}

.l-flow__text {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-flow__text {
    font-size: 1.8rem;
  }
}
.l-flow__text .normal {
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .l-flow__text .normal {
    font-size: 1.6rem;
  }
}
.l-flow__text + .l-flow__text {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-flow__text + .l-flow__text {
    margin-top: 0.8rem;
  }
}

/* -------------------------------------------*/
.l-payment__li {
  width: 100%;
  max-width: 70.4rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-payment__li {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.l-payment__item {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .l-payment__item {
    font-size: 1.8rem;
  }
}
.l-payment__item::before {
  content: "·";
  color: #AFD6D9;
}
@media screen and (max-width: 767px) {
  .l-payment__item::before {
    display: none;
  }
}
.l-payment__item + .l-payment__item {
  margin-top: 1.6rem;
}

/* -------------------------------------------*/
@media screen and (max-width: 767px) {
  .l-model-table {
    max-width: 51rem;
    margin-inline: auto;
  }
}
.l-model-table table {
  width: 100%;
}
.l-model-table tr:nth-child(2) {
  background: none;
}
.l-model-table tr:last-child td {
  padding-bottom: 0;
}
.l-model-table tr + tr {
  background-size: 12px 1px;
  background-image: linear-gradient(to right, #B7B7B7 6px, transparent 6px);
  background-position: left top;
  background-repeat: repeat-x;
}
.l-model-table tr + tr td {
  padding-block: 4rem;
}
@media screen and (max-width: 767px) {
  .l-model-table tr + tr td {
    padding-block: 1.6rem;
  }
}
.l-model-table .ttl {
  width: 17.6rem;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-model-table .ttl {
    font-size: 2rem;
    padding-bottom: 0;
  }
}
.l-model-table .sub-ttl {
  width: 17.6rem;
  font-size: 2.4rem;
  font-weight: bold;
  color: #AFD6D9;
}
@media screen and (max-width: 767px) {
  .l-model-table .sub-ttl {
    font-size: 2rem;
    padding-left: 1.6rem;
    padding-block: 0;
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-model-table .content {
    padding-left: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-model-table .content {
    padding-top: 0;
    margin-top: 0.4rem;
  }
}
.l-model-table .content p {
  font-size: 1.8rem;
}
.l-model-table .content p + p {
  margin-top: 2.4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .l-model-table .content p + p {
    margin-top: 0.4rem;
    padding-bottom: 0;
  }
}
.l-model-table .content.--center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-model-table .content.--center {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .l-model-table .ttl, .l-model-table .sub-ttl, .l-model-table .content {
    display: block;
    width: 100%;
  }
}

/* -------------------------------------------*/
.l-faq {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.l-faq::before {
  content: "";
  display: block;
  width: 119.375%;
  aspect-ratio: 573/133;
  background-color: #F6F5F3;
  -webkit-clip-path: ellipse(50% 50% at 50% 50%);
          clip-path: ellipse(50% 50% at 50% 50%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-faq::before {
    display: none;
  }
}

.l-faq__inner {
  background-color: #F6F5F3;
}

.l-faq__nav {
  gap: 1.6rem;
}

.l-faq__nav-item {
  width: calc(25% - 1.2rem);
}
@media screen and (max-width: 1200px) {
  .l-faq__nav-item {
    width: calc(50% - 0.8rem);
  }
}
@media screen and (max-width: 767px) {
  .l-faq__nav-item {
    width: 100%;
  }
}

.l-faq__nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 1.6rem;
  box-shadow: 0px 0.4rem 0px 0px rgb(183, 183, 183);
}
.l-faq__nav-link .text {
  flex: 1;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-faq__nav-link .text {
    color: #2DB5AC;
  }
}
.l-faq__nav-link::after {
  content: "";
  display: block;
  width: 0.95rem;
  aspect-ratio: 5/8;
  -webkit-mask: url(../images/icon/icon_arrow-footer.svg) no-repeat center/contain;
          mask: url(../images/icon/icon_arrow-footer.svg) no-repeat center/contain;
  background-color: #AFD6D9;
}
@media (hover: hover) and (pointer: fine) {
  .l-faq__nav-link {
    transition: 0.3s;
    transition-property: box-shadow, transform, background-color;
  }
  .l-faq__nav-link::after {
    transition: 0.3s;
    transition-property: background-color;
  }
  .l-faq__nav-link .text {
    transition: 0.3s;
    transition-property: color;
  }
  .l-faq__nav-link:hover {
    box-shadow: none;
    transform: translateY(0.4rem);
    background-color: #2DB5AC;
  }
  .l-faq__nav-link:hover::after {
    background-color: #fff;
  }
  .l-faq__nav-link:hover .text {
    color: #fff;
  }
}

.l-faq-cta__box {
  width: 100%;
  max-width: 64rem;
  margin-top: 16.4rem;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 3.2rem;
  padding: 3.2rem;
}
@media screen and (max-width: 767px) {
  .l-faq-cta__box {
    width: 94.4444444444%;
    border-radius: 1.6rem;
    padding: 3.2rem 1.6rem;
    margin-top: 6.4rem;
  }
}
.l-faq-cta__box.--file {
  padding-block: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-faq-cta__box.--file {
    padding-block: 1.6rem;
  }
}
.l-faq-cta__box + * {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .l-faq-cta__box + * {
    margin-top: 2.4rem;
  }
}
.l-faq-cta__box .l-cta__h2 {
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .l-faq-cta__box .l-cta__h2 {
    margin-top: 3.2rem;
  }
}
.l-faq-cta__box .l-cta__tel-link {
  gap: 0.4rem;
}
.l-faq-cta__box .l-cta__text-box {
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .l-faq-cta__box .l-cta__text-box {
    margin-top: 3.2rem;
  }
}
.l-faq-cta__box .l-cta__file {
  margin-top: 0;
  border-top: none;
}
.l-faq-cta__box .l-cta__file-text {
  margin-top: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-faq-cta__box .l-cta__file-text {
    text-align: center;
  }
}
.l-faq-cta__box .l-cta__file-text::after {
  display: none;
}
.l-faq-cta__box .l-cta__file-link {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-faq-cta__box .l-cta__file-link {
    margin-top: 0.8rem;
  }
}

.l-faq-cta__btn + * {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .l-faq-cta__btn + * {
    margin-top: 2.4rem;
  }
}

details[open] {
  display: block;
}

summary {
  pointer-events: none;
  list-style: none;
}

.l-faq__body {
  max-width: var(--content_width);
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-faq__body {
    width: 100%;
    max-width: 55rem;
    padding-inline: 0;
  }
}

.l-faq__box {
  border-radius: 0.8rem;
  background-color: #F6F5F3;
  border: 0.4rem solid #fff;
  padding-inline: 2rem;
}
@media screen and (max-width: 767px) {
  .l-faq__box {
    border-width: 0.2rem;
    padding-inline: max(1.88vw, 0.6rem);
  }
}
.l-faq__box + .l-faq__box {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .l-faq__box + .l-faq__box {
    margin-top: 1.6rem;
  }
}

.l-faq__question::before,
.l-faq__answer::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  font-size: 2.4rem;
  line-height: 1.5833333333;
  aspect-ratio: 1/1;
  border-radius: 0.4rem;
  border: 1px solid;
}
@media screen and (max-width: 1023px) {
  .l-faq__question::before,
.l-faq__answer::before {
    font-size: 2rem;
    line-height: 1.9;
  }
}

.l-faq__question {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  list-style-type: none;
  color: #317376;
  cursor: pointer;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  padding-block: 2rem;
}
@media screen and (max-width: 1023px) {
  .l-faq__question {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-faq__question {
    gap: 0.8rem;
    padding-top: max(1.88vw, 0.6rem);
  }
}
.l-faq__question::-webkit-details-marker {
  display: none;
}
.l-faq__question::before {
  content: "Q";
  order: 1;
  color: #fff;
  border-color: #317376;
  background-color: #317376;
}
.l-faq__question span {
  order: 2;
  flex: 1;
}

.l-faq__answer {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  padding-block: 2rem;
  background-size: 16px 2px;
  background-image: linear-gradient(to right, #fff 8px, transparent 8px);
  background-position: left top;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .l-faq__answer {
    gap: 0.8rem;
    padding-bottom: max(1.88vw, 0.6rem);
  }
}
.l-faq__answer::before {
  content: "A";
  color: #F17028;
  border-color: #F17028;
  background-color: #fff;
}

.l-faq__answe-inner {
  flex: 1;
}
.l-faq__answe-inner p {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .l-faq__answe-inner p {
    font-size: 1.8rem;
  }
}
.l-faq__answe-inner p + p {
  margin-top: 1.2em;
}
.l-faq__answe-inner ul {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .l-faq__answe-inner ul {
    font-size: 1.8rem;
  }
}
.l-faq__answe-inner ul li {
  counter-increment: mycounter;
  text-indent: -1.15em;
  padding-left: 1.15em;
}
.l-faq__answe-inner ul li::before {
  content: counter(mycounter) ".";
  margin-left: 0.2em;
}

/* -------------------------------------------*/
.l-page-nav {
  width: 95%;
  max-width: 104.2rem;
  margin-inline: auto;
  padding-block: 7.2rem 7.8rem;
}
@media screen and (max-width: 767px) {
  .l-page-nav {
    width: 100%;
    padding-block: 0;
  }
}

.l-page-nav__li {
  background-color: #E4DFD1;
  border-radius: 1.6rem;
  padding: 4.8rem;
  gap: 3.2rem;
}
@media screen and (max-width: 1023px) {
  .l-page-nav__li {
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-page-nav__li {
    justify-content: center;
    padding: 3.2rem 2.4rem;
    border-radius: 0;
    gap: 2.4rem;
  }
}

.l-page-nav__item {
  width: calc(50% - 1.6rem);
}
@media screen and (max-width: 1023px) {
  .l-page-nav__item {
    width: calc(50% - 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .l-page-nav__item {
    width: 100%;
    max-width: 52rem;
  }
}
.l-page-nav__item.--w100 {
  width: 100%;
}
.l-page-nav__item.--small {
  width: calc(50% - 3.2rem);
}
@media screen and (max-width: 767px) {
  .l-page-nav__item.--small {
    width: calc(100% - 1.6rem);
  }
}
.l-page-nav__item.--small .l-page-nav__link {
  padding-block: 2.3rem;
}
@media screen and (max-width: 767px) {
  .l-page-nav__item.--small .l-page-nav__link {
    padding-block: 1.6rem;
  }
}
.l-page-nav__item.--small .l-page-nav__link .text {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .l-page-nav__item.--small .l-page-nav__link .text {
    font-size: 1.8rem;
  }
}

.l-page-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 3.2rem 4.8rem;
  box-shadow: 0px 0.4rem 0.4rem 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1023px) {
  .l-page-nav__link {
    padding: 2.2rem 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page-nav__link {
    padding: 1.6rem;
    gap: 0.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-page-nav__link {
    transition: 0.3s;
    transition-property: background-color, box-shadow, transform;
  }
  .l-page-nav__link .text {
    transition: 0.3s;
    transition-property: color;
  }
  .l-page-nav__link:hover {
    box-shadow: none;
    background-color: #2DB5AC;
    transform: translateY(0.4rem);
  }
  .l-page-nav__link:hover .text {
    color: #fff;
  }
}
.l-page-nav__link::after {
  content: "";
  display: block;
  width: 2.4rem;
  aspect-ratio: 1/1;
  -webkit-mask: url(../images/icon/icon_arrow-under.svg) no-repeat center/contain;
          mask: url(../images/icon/icon_arrow-under.svg) no-repeat center/contain;
  background-color: #AFD6D9;
}
@media screen and (max-width: 1023px) {
  .l-page-nav__link::after {
    width: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page-nav__link::after {
    width: 2.4rem;
  }
}
.l-page-nav__link .text {
  font-size: 2.4rem;
  font-weight: bold;
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .l-page-nav__link .text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-page-nav__link .text {
    font-size: 1.8rem;
  }
}
.l-page-nav__link .text .img {
  display: inline-block;
  width: 2rem;
  margin-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  .l-page-nav__link .text .img {
    position: relative;
    top: 0.35rem;
  }
}
.l-page-nav__link .text .img img {
  display: block;
}
@media screen and (max-width: 767px) {
  .l-page-nav__link .text span {
    display: inline-block;
  }
}

/* -------------------------------------------*/
.l-under-head__body {
  max-width: 76.6rem;
  margin-inline: auto;
  align-items: flex-end;
  gap: 5.6rem;
}
@media screen and (max-width: 1023px) {
  .l-under-head__body {
    gap: 4.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-under-head__body {
    gap: 1.6rem;
    flex-direction: column;
    align-items: center;
  }
}

.l-under-head__box {
  flex: 1;
}

.l-under-head__text {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .l-under-head__text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-under-head__text {
    font-size: 1.8rem;
    text-align: center;
  }
}
.l-under-head__text .big {
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .l-under-head__text .big {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-under-head__text .big {
    font-size: 2rem;
  }
}
.l-under-head__text .underline {
  display: block;
  letter-spacing: 0.1em;
  color: #2D3333;
  margin-top: 5.6rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 1023px) {
  .l-under-head__text .underline {
    margin-top: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-under-head__text .underline {
    text-align: left;
    padding-bottom: 0.8rem;
    margin-top: 1.6rem;
  }
}
.l-under-head__text .underline + .underline {
  margin-top: 4rem;
}
@media screen and (max-width: 1023px) {
  .l-under-head__text .underline + .underline {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-under-head__text .underline + .underline {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-under-head__text .underline span {
    display: inline-block;
  }
}

.l-under-head__image {
  width: 18rem;
}
@media screen and (max-width: 767px) {
  .l-under-head__image {
    width: 25.7352941176%;
  }
}

/* -------------------------------------------*/
.l-undermv {
  padding-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .l-undermv {
    padding-bottom: 2.4rem;
  }
}
.l-undermv.--02 {
  padding-bottom: 0;
}
.l-undermv.--02 .l-undermv__contents {
  top: min(8.33vw, 12rem);
}
@media screen and (max-width: 767px) {
  .l-undermv.--02 .l-undermv__contents {
    top: 50%;
    transform: translateY(-50%);
  }
}
.l-undermv.--02 .l-undermv__h1 .h1 {
  margin-top: 0;
}

.l-undermv__body {
  width: 95.2777777778%;
  max-width: 137.2rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-undermv__body {
    width: 100%;
  }
}

.l-undermv__contents {
  position: absolute;
  left: min(5.73vw, 8.25rem);
}
@media screen and (max-width: 767px) {
  .l-undermv__contents {
    left: 2.4rem;
  }
}

.l-undermv__h1 .text {
  font-size: min(1.67vw, 2.4rem);
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 0.44rem rgba(45, 49, 51, 0.7);
}
@media screen and (max-width: 1023px) {
  .l-undermv__h1 .text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .l-undermv__h1 .text {
    font-size: 1.6rem;
  }
}
.l-undermv__h1 .h1 {
  margin-top: min(0.83vw, 1.2rem);
  font-size: min(2.78vw, 4rem);
  font-weight: 900;
  color: #317376;
  display: flex;
  flex-direction: column;
  gap: min(0.83vw, 1.2rem);
}
@media screen and (max-width: 1023px) {
  .l-undermv__h1 .h1 {
    font-size: 2.84rem;
    gap: 0.85rem;
  }
}
@media screen and (max-width: 767px) {
  .l-undermv__h1 .h1 {
    font-size: 2.4rem;
    margin-top: 0.8rem;
    gap: 0.8rem;
  }
}
.l-undermv__h1 .h1 .inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: min(0.28vw, 0.4rem) min(1.11vw, 1.6rem);
  background-color: #fff;
  border-radius: 0.4rem;
}
@media screen and (max-width: 1023px) {
  .l-undermv__h1 .h1 .inner {
    padding: 0.28rem 1.13rem;
  }
}
@media screen and (max-width: 767px) {
  .l-undermv__h1 .h1 .inner .mn {
    font-size: 1.8rem;
  }
}

.l-undermv__text {
  font-size: min(1.25vw, 1.8rem);
  font-weight: bold;
  color: #fff;
  padding-left: min(1.67vw, 2.4rem);
  margin-top: min(0.83vw, 1.2rem);
  text-shadow: 0 0 0.44rem rgba(45, 49, 51, 0.7);
}
@media screen and (max-width: 1023px) {
  .l-undermv__text {
    font-size: 1.28rem;
    margin-top: 0.85rem;
    padding-left: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .l-undermv__text {
    font-size: 1.6rem;
    margin-top: 0.8rem;
    padding-left: 0;
  }
}

.l-undermv__bg {
  border-radius: 2.4rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-undermv__bg {
    border-radius: 0;
  }
}

/* layout
-------------------------------------------------------*/
.l-form {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .l-form {
    gap: 1.6rem;
  }
}

.l-form__item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.l-form__item.--file .label > label {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  cursor: pointer;
}
.l-form__item.--file .label > label .icon {
  width: 4.4rem;
}
.l-form__item.--file .input {
  position: relative;
  border-radius: 0.8rem;
  border: 1px solid #CCCCCC;
  background-color: #fff;
  overflow: hidden;
  min-height: 22.8rem;
}
@media screen and (max-width: 767px) {
  .l-form__item.--file .input {
    min-height: 18rem;
  }
}
.l-form__item.--file .input > input {
  width: 100%;
  height: 100%;
  color: transparent;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.l-form__item.--file .input > input::-webkit-file-upload-button {
  opacity: 0;
  position: relative;
  border: none;
  background-color: #fff;
  color: #CCCCCC;
}
.l-form__item.--file .input > input::file-selector-button {
  opacity: 0;
  position: relative;
  border: none;
  background-color: #fff;
  color: #CCCCCC;
}
.l-form__item.--file .input > input::before, .l-form__item.--file .input > input::after {
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.l-form__item.--file .input .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  font-size: 2rem;
  color: #CCCCCC;
  text-align: center;
  padding-block: 5rem;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-form__item.--file .input .text {
    font-size: 1.9rem;
    padding: 2.5rem 1.6rem;
  }
}
.l-form__item.--file .input .text::before {
  content: "";
  display: block;
  width: 5.6rem;
  aspect-ratio: 1/1;
  background: url(../images/under/contact/file_upload.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .l-form__item.--file .input .text::before {
    display: none;
  }
}
.l-form__item.--file .input .text span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .l-form__item.--file .input .text .bold {
    font-weight: bold;
  }
}
.l-form__item.--file .input .thumbnail {
  pointer-events: none;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  padding-block: 2%;
  padding-inline: 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-form__item.--file .input .thumbnail {
    position: relative;
    z-index: 1;
  }
}
.l-form__item.--file .input .thumbnail li {
  background-color: #fff;
  width: calc(25% - 0.75rem);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-form__item.--file .input .thumbnail li {
    width: 100%;
    height: auto;
  }
}
.l-form__item.--file .input .thumbnail li img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .l-form__item.--file .input .thumbnail li img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.l-form__item .label {
  font-size: 2.4rem;
  font-weight: bold;
  color: #317376;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-form__item .label {
    font-size: 2rem;
  }
}
.l-form__item .label .required {
  display: block;
  text-align: center;
  font-feature-settings: normal;
  font-size: 1.4rem;
  font-weight: 400;
  color: #F17028;
}
.l-form__item .input.--col {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.l-form__item .input.--radio {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .l-form__item .input.--radio {
    flex-direction: column;
    gap: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-form__item .input.--radio .radio-lb span {
    display: inline-block;
  }
}
.l-form__item .input.--select {
  position: relative;
}
.l-form__item .input.--select.--address select {
  color: #2D3333;
}
.l-form__item .input.--select select {
  width: 100%;
  font-size: 1.8rem;
  cursor: pointer;
  color: #CCCCCC;
  border-radius: 0.8rem;
  border: 1px solid #CCCCCC;
  background-color: #fff;
  padding: 1.65rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-form__item .input.--select select {
    font-size: 1.8rem;
    padding: 0.7rem;
  }
}
.l-form__item .input.--select::after {
  content: "";
  display: block;
  pointer-events: none;
  width: 2.4rem;
  aspect-ratio: 1/1;
  background: url(../images/icon/icon_select.svg) no-repeat center/contain;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-form__item .input.--select::after {
    right: 0.7rem;
  }
}
.l-form__item .input.--time textarea {
  padding: 1.5rem;
  height: 6.2rem;
}
@media screen and (max-width: 767px) {
  .l-form__item .input.--time textarea {
    min-height: 11.2rem;
    padding: 0.7rem 1.5rem;
  }
}

.l-form__item-inner {
  padding-left: 4rem;
}
.l-form__item-inner + .l-form__item-inner {
  margin-top: 0.8rem;
}
.l-form__item-inner .l-form__item-dl {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.l-form__item-inner .label {
  color: #2D3333;
}

.l-form__privacy-wrap {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .l-form__privacy-wrap {
    margin-top: 2.4rem;
  }
}

.l-form__privacy-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #317376;
}
@media screen and (max-width: 767px) {
  .l-form__privacy-title {
    font-size: 2rem;
  }
}

.l-form__privacy-box {
  height: 55rem;
  font-size: 1.8rem;
  border-radius: 0.8rem;
  border: 1px solid #CCCCCC;
  background-color: #fff;
  overflow: hidden;
  margin-top: 0.8rem;
}

.l-form__privacy-inner {
  overflow-y: scroll;
  height: 55rem;
  padding: 1.5rem;
}
.l-form__privacy-inner h3 {
  font-weight: bold;
}
.l-form__privacy-inner h3 + p {
  margin-top: 0.4em;
}
.l-form__privacy-inner p + h3 {
  margin-top: 1em;
}
.l-form__privacy-inner ul {
  list-style: disc;
  padding-left: 1.5em;
}
.l-form__privacy-inner ul + h3 {
  margin-top: 1em;
}

.l-form__privacy-cta {
  margin-top: 1em;
}
.l-form__privacy-cta dl div {
  display: flex;
  gap: 3rem;
}
.l-form__privacy-cta dl dt {
  width: 10%;
  min-width: 64px;
}

.l-form__check {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .l-form__check {
    margin-top: 2.4rem;
  }
}
.l-form__check input[type=checkbox] + label {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-form__check input[type=checkbox] + label {
    font-size: 1.8rem;
    text-align: left;
  }
}

.l-form__attention-text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #F17028;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .l-form__attention-text {
    font-size: 1.6rem;
    text-align: left;
  }
}
.l-form__attention-text + .l-form__btn--wrap {
  margin-top: 1.6rem;
}

.l-form__btn--wrap.c-btn {
  width: 38.4rem;
  margin-inline: auto;
  margin-top: 1.6rem;
  padding: 0;
  transition: all 0.3s;
  background-color: #CCCCCC;
  cursor: not-allowed;
}
@media (hover: hover) and (pointer: fine) {
  .l-form__btn--wrap.c-btn {
    transition: 0.3s;
    transition-property: box-shadow, transform;
  }
  .l-form__btn--wrap.c-btn:hover {
    box-shadow: 0px 0.4rem 0px 0px rgb(183, 183, 183);
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .l-form__btn--wrap.c-btn {
    width: 100%;
    max-width: 40rem;
  }
}
.l-form__btn--wrap.c-btn.active, .l-form__btn--wrap.c-btn.confirm {
  cursor: pointer;
  background-color: #2DB5AC;
}
@media (hover: hover) and (pointer: fine) {
  .l-form__btn--wrap.c-btn.active, .l-form__btn--wrap.c-btn.confirm {
    transition: 0.3s;
    transition-property: box-shadow, transform;
  }
  .l-form__btn--wrap.c-btn.active:hover, .l-form__btn--wrap.c-btn.confirm:hover {
    box-shadow: none;
    transform: translateY(0.4rem);
  }
}
.l-form__btn--wrap.c-btn input {
  width: 38.4rem;
  font-size: 2.4rem;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  padding-block: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-form__btn--wrap.c-btn input {
    width: 100%;
  }
}
.l-form__btn--wrap.c-btn input:disabled {
  cursor: not-allowed;
}

/* -------------------------------------------*/
.l-breadcrumbs {
  padding-block: 1rem;
}
@media screen and (max-width: 767px) {
  .l-breadcrumbs {
    display: none;
  }
}

.l-breadcrumbs__li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.l-breadcrumbs__item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.l-breadcrumbs__item:first-child .l-breadcrumbs__link {
  color: #317376;
  text-decoration: underline;
}
.l-breadcrumbs__item + .l-breadcrumbs__item::before {
  content: "";
  display: block;
  width: 0.9rem;
  aspect-ratio: 9/16;
  background: url(../images/icon/icon_breadcrumbs.svg) no-repeat center/contain;
}

.l-breadcrumbs__link {
  font-size: 1.6rem;
}

/* -------------------------------------------*/
.l-modal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.64);
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-inline: 4rem;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .l-modal {
    padding-inline: 2rem;
  }
}
.l-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.l-modal__body {
  width: 100%;
  max-width: 96rem;
  margin-inline: auto;
  background-color: #fff;
  padding-top: 9.6rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .l-modal__body {
    max-width: 68.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-modal__body {
    padding-top: 6.6rem;
  }
}

.l-modal__close {
  cursor: pointer;
  width: 4rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 4.3rem;
  right: 4.5rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-modal__close {
    top: 1.3rem;
    right: 1.5rem;
  }
}
.l-modal__close .line {
  display: block;
  width: 5.5rem;
  height: 2px;
  background-color: #2DB5AC;
  position: absolute;
  left: -0.9rem;
}
@media screen and (max-width: 767px) {
  .l-modal__close .line {
    width: 4.5rem;
    left: -0.3rem;
  }
}
.l-modal__close .line:nth-of-type(1) {
  top: 0;
  transform: translateY(1.9rem) rotate(45deg);
}
.l-modal__close .line:nth-of-type(2) {
  bottom: 0;
  transform: translateY(-1.9rem) rotate(-45deg);
}

/* -------------------------------------------*/
body.is-open .l-news {
  z-index: 40;
}

.l-news {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-news {
    background-color: #F6F5F3;
  }
}

.l-news__btn {
  cursor: pointer;
  width: 100%;
  margin-inline: auto;
  padding-inline: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1.6rem;
  padding-block: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-news__btn {
    align-items: center;
    padding-block: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-news__btn {
    transition: 0.3s;
    transition-property: opacity;
  }
  .l-news__btn:hover {
    opacity: 0.7;
  }
}
.l-news__btn .text {
  font-size: 2rem;
  font-weight: bold;
  padding-block: 1rem 0.4rem;
}
@media screen and (max-width: 767px) {
  .l-news__btn .text {
    font-size: 1.8rem;
    padding-block: 0.8rem 0.7rem;
  }
}
.l-news__btn .arrow {
  width: 2.4rem;
  margin-bottom: 0.4rem;
}

.l-news__body {
  padding-inline: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .l-news__body {
    padding-inline: 2rem;
    padding-bottom: 4rem;
  }
}

.l-news__h2 {
  font-size: 2rem;
  font-weight: bold;
  padding-top: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-news__h2 {
    font-size: 1.8rem;
  }
}
.l-news__h2 + .l-news__text {
  margin-top: 1.6rem;
}

.l-news__text {
  font-size: 1.8rem;
  padding-block: 1rem;
}
@media screen and (max-width: 767px) {
  .l-news__text {
    font-size: 1.6rem;
  }
}

/* -------------------------------------------*/
.l-pagetop {
  opacity: 0;
  width: 9.6rem;
  z-index: 10;
  position: fixed;
  bottom: 0;
  right: 3.2rem;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .l-pagetop {
    width: 6.4rem;
    right: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-pagetop {
    display: none;
  }
}
.l-pagetop.is-fixed {
  -webkit-animation: fadeIn 2s ease-out forwards;
          animation: fadeIn 2s ease-out forwards;
}

@media (hover: hover) and (pointer: fine) {
  .l-pagetop__link img {
    transition: 0.3s;
    transition-property: opacity;
  }
  .l-pagetop__link:hover .hov-non {
    opacity: 0;
  }
  .l-pagetop__link:hover .hov {
    opacity: 1;
  }
}
.l-pagetop__link .hov-non {
  position: relative;
  z-index: 1;
}
.l-pagetop__link .hov {
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-btn {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.8rem;
  background-color: #2DB5AC;
  padding: 1.6rem 4.5rem;
  border-radius: 5rem;
  box-shadow: 0px 0.4rem 0px 0px rgb(183, 183, 183);
  position: relative;
}
.c-btn .text {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
.c-btn .text span {
  display: inline-block;
}
.c-btn .img {
  display: flex;
  justify-content: center;
  width: 2.4rem;
  aspect-ratio: 1/1;
}
.c-btn .img img {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn {
    transition: 0.3s;
    transition-property: box-shadow, transform;
  }
  .c-btn:hover {
    box-shadow: none;
    transform: translateY(0.4rem);
  }
}

/* -------------------------------------------*/
.c-sns-link {
  display: block;
  width: 6rem;
  border: 2px solid #AFD6D9;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-sns-link {
    width: calc(50% - 1px);
    display: flex;
    justify-content: center;
    border: none;
    border-radius: 0;
    background-color: #F6F5F3;
    padding-block: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-sns-link img {
    width: 6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-sns-link {
    transition: 0.3s;
    transition-property: border-color, background-color;
  }
  .c-sns-link img {
    transition: 0.3s;
    transition-property: filter;
  }
  .c-sns-link:hover {
    border-color: #2DB5AC;
    background-color: #2DB5AC;
  }
  .c-sns-link:hover img {
    filter: invert(100%) sepia(0%) saturate(18%) hue-rotate(305deg) brightness(106%) contrast(104%);
  }
}

/* -------------------------------------------*/
.c-primary-title.--03 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-primary-title.--03 {
    text-align: left;
  }
}
.c-primary-title .h2 {
  font-size: 4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-primary-title .h2 {
    font-size: 2.4rem;
    font-weight: 400;
  }
}
.c-primary-title .h2 .sub {
  display: block;
  font-size: 2.4rem;
  color: #7F7F7F;
}
@media screen and (max-width: 767px) {
  .c-primary-title .h2 .sub {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-primary-title .h2 span {
    display: inline-block;
  }
}
.c-primary-title .text {
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-primary-title .text {
    font-size: 1.6rem;
  }
}
.c-primary-title .en {
  font-size: 1.4rem;
  color: #F17028;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-primary-title .en {
    margin-top: 0;
  }
}
.c-primary-title .en.--cap {
  text-transform: capitalize;
}
.c-primary-title .en.--cap .mn {
  text-transform: initial;
}
.c-primary-title .en.--first::first-letter {
  text-transform: uppercase;
}
.c-primary-title .en.--upper {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-primary-title .en span {
    display: inline-block;
  }
}
.c-primary-title + * {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .c-primary-title + * {
    margin-top: 2.4rem;
  }
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.u-db {
  display: block;
}

.u-dn {
  display: none;
}

@media screen and (max-width: 1200px) {
  .u-pc {
    display: none;
  }
}

@media not all and (max-width: 1200px) {
  .u-st {
    display: none !important;
  }
}

@media not all and (max-width: 767px) {
  .u-pt {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp {
    display: none !important;
  }
}

.u-con--md {
  max-width: var(--content_width);
  margin-inline: auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .u-con--md {
    width: 100%;
    max-width: 55rem;
    padding-inline: 2.4rem;
  }
}

.u-con--lg {
  max-width: 132rem;
  margin-inline: auto;
  padding-inline: 6rem;
}
@media screen and (max-width: 767px) {
  .u-con--lg {
    max-width: 65rem;
    padding-inline: 1.6rem;
  }
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-top-mv {
  padding-block: 0 7.2rem;
  margin-top: -2.3rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    padding-block: 0 3.2rem;
    margin-top: 0;
  }
}

.p-top-mv__body {
  width: 100%;
  max-width: 144rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-mv__body {
    width: 100%;
    max-width: 44.8rem;
    padding-inline: 2.4rem;
    z-index: 1;
  }
}

.p-top-mv__cards {
  justify-content: center;
  gap: clamp(0.828rem, 0.69vw, 1rem);
  position: relative;
  margin-top: -1rem;
}
@media screen and (max-width: 1023px) {
  .p-top-mv__cards {
    width: 76.8rem;
    margin-inline: auto;
    padding-inline: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__cards {
    width: 85%;
    max-width: 40rem;
    margin-top: 1.6rem;
    padding-inline: 0;
    border: 0.4rem solid #CCCCCC;
    border-radius: 1.6rem;
  }
}

.p-top-mv__card {
  width: clamp(19.33rem, 16.11vw, 23.2rem);
  aspect-ratio: 232/306;
  border-radius: clamp(1.332rem, 1.11vw, 1.6rem);
  border: clamp(0.6rem, 0.56vw, 0.8rem) solid #E4DFD1;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: clamp(1.332rem, 1.11vw, 1.6rem);
  padding-top: clamp(1.332rem, 1.11vw, 1.6rem);
  padding-inline: clamp(0.42rem, 0.35vw, 0.5rem);
  padding-bottom: clamp(2.088rem, 1.74vw, 2.5rem);
}
@media screen and (max-width: 767px) {
  .p-top-mv__card {
    width: 100%;
    aspect-ratio: initial;
    border: none;
    flex-direction: row-reverse;
    padding: 2.4rem 1.6rem;
  }
}

.p-top-mv__card-box {
  display: contents;
}
@media screen and (max-width: 767px) {
  .p-top-mv__card-box {
    display: block;
    flex: 1;
  }
}

.p-top-mv__card-ttl {
  order: 2;
  font-size: clamp(2.664rem, 2.22vw, 3.2rem);
  font-weight: bold;
  color: #F17028;
}
@media screen and (max-width: 767px) {
  .p-top-mv__card-ttl {
    font-size: 2.4rem;
    text-align: center;
  }
}

.p-top-mv__card-text {
  order: 3;
  font-size: clamp(1.5rem, 1.25vw, 1.8rem);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-mv__card-text {
    font-size: 1.8rem;
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__card-text span {
    display: inline-block;
  }
}
.p-top-mv__card-text .bold {
  font-weight: bold;
}

.p-top-mv__card-icon {
  order: 1;
  width: 31.067961165%;
}
@media screen and (max-width: 767px) {
  .p-top-mv__card-icon {
    width: 29.5%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__card-icon img {
    display: block;
    width: 65.7510227937%;
    max-width: 5rem;
    margin-inline: auto;
  }
}

/* -------------------------------------------*/
.p-top-area {
  padding-block: 5rem 10.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-area {
    padding-block: 3.2rem;
  }
}
.p-top-area .c-primary-title + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-area .c-primary-title + * {
    margin-top: 0.8rem;
  }
}

.p-top-area__text {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-area__text {
    font-size: 1.6rem;
  }
}
.p-top-area__text + .p-top-area__text {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-area__text + .p-top-area__text {
    margin-top: 0.8rem;
  }
}
.p-top-area__text.bold {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-top-area__text.bold {
    font-size: 1.8rem;
  }
}
.p-top-area__text.--flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-area__text.--flex {
    margin-inline: auto;
    flex-wrap: wrap;
    gap: 0;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 540px) {
  .p-top-area__text.--flex {
    width: 27.4rem;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-top-area__text.--flex .text {
    display: contents;
  }
}
@media screen and (max-width: 540px) {
  .p-top-area__text.--flex .text br {
    display: block;
  }
}
.p-top-area__text.--flex .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.8rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 0.3rem solid #C8BB97;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  color: #C8BB97;
}
@media screen and (max-width: 767px) {
  .p-top-area__text.--flex .circle {
    font-size: 1.6rem;
    width: auto;
    border-radius: 0.4rem;
    border: none;
    aspect-ratio: auto;
    color: #fff;
    background-color: #C8BB97;
    margin-right: 0.4rem;
    padding-inline: 0.4rem;
  }
}
.p-top-area__text.--flex .circle.bg {
  border-color: #E49944;
  background-color: #E49944;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-area__text.--flex .circle.bg {
    border: none;
    background-color: transparent;
    color: #E49944;
    padding: 0;
  }
}
.p-top-area__text .orange {
  color: #F17028;
  font-weight: bold;
}

.p-top-area__map {
  margin: 4rem auto 0;
  width: 85.625%;
}
@media screen and (max-width: 767px) {
  .p-top-area__map {
    margin-top: 1.6rem;
    width: 100%;
    max-width: 50rem;
  }
}
.p-top-area__map + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-area__map + * {
    margin-top: 1.6rem;
  }
}

/* -------------------------------------------*/
.p-top-reason {
  padding-block: 5rem 14.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason {
    padding-block: 3.2rem;
  }
}

.p-top-reason .u-con--md {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-reason .u-con--md {
    margin-top: 0.8rem;
  }
}

.p-top-reason__h2 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 4rem;
  font-weight: 500;
  padding: 1rem 2.4rem;
  background-color: #fff;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-reason__h2 {
    width: 100%;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
    padding-block: 0;
    position: static;
    transform: none;
    padding-inline: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-reason__h2 span {
    display: inline-block;
  }
}

.p-top-reason__li {
  border: 1px solid #EAEAEA;
  border-radius: 3.2rem;
  padding-block: 6.4rem 4.8rem;
  padding-inline: 10.5rem 11.9rem;
}
@media screen and (max-width: 1023px) {
  .p-top-reason__li {
    padding-inline: 5rem 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-reason__li {
    max-width: 60rem;
    margin-inline: auto;
    padding: 1.6rem 0.8rem;
    border-radius: 1.6rem;
  }
}

.p-top-reason__li-item {
  display: flex;
  align-items: center;
  counter-increment: mycounter;
}
@media screen and (max-width: 767px) {
  .p-top-reason__li-item {
    flex-wrap: wrap;
    row-gap: 0.4rem;
  }
}
@media screen and (max-width: 540px) {
  .p-top-reason__li-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-top-reason__li-item.--col {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
}
.p-top-reason__li-item + .p-top-reason__li-item {
  padding-top: 1rem;
  margin-top: 1rem;
  background-size: 12px 1px;
  background-image: linear-gradient(to right, #EAEAEA 6px, transparent 6px);
  background-position: left top;
  background-repeat: repeat-x;
}

.p-top-reason__text {
  font-size: 2.4rem;
  font-weight: bold;
  color: #317376;
}
@media screen and (max-width: 767px) {
  .p-top-reason__text {
    font-size: 1.8rem;
    text-indent: -1.15em;
    padding-left: 1.15em;
  }
}
.p-top-reason__text.--02 {
  font-size: 1.8rem;
  font-weight: 400;
  padding-left: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__text.--02 {
    font-size: 1.6rem;
    padding-left: 2.2rem;
    text-indent: 0;
  }
}
.p-top-reason__text.--02::before {
  display: none;
}
.p-top-reason__text::before {
  content: counter(mycounter) ".";
}

.p-top-reason__tag-box {
  display: flex;
  gap: 1.6rem;
  margin-left: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__tag-box {
    gap: 0.4rem;
    margin-left: 1.4rem;
  }
}

.p-top-reason__tag {
  font-size: 1.8rem;
  border: 1px solid;
  color: #6BB1B6;
  padding: 0.3rem 1.6rem;
  border-radius: 5rem;
}

.p-top-reason__free {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  padding: 0.4rem 0.8rem;
  background-color: #EDA311;
  border-radius: 0.4rem;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-top-reason__free {
    font-size: 1.8rem;
    padding-inline: 8rem;
    margin-left: 2.2rem;
  }
}

/* -------------------------------------------*/
.p-top-flow {
  padding-block: 5rem 14.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-flow {
    padding-block: 2.4rem 3.2rem;
  }
}

/* -------------------------------------------*/
.p-top-pay {
  padding-block: 5rem 14.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-pay {
    padding-block: 2.4rem 3.2rem;
  }
}

/* -------------------------------------------*/
.p-top-model {
  padding-block: 5rem 12.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-model {
    padding-block: 2.4rem 3.2rem;
  }
}

/* -------------------------------------------*/
.p-top-faq {
  padding-top: 12.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-faq {
    padding-top: 0;
  }
}
.p-top-faq .c-primary-title + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-faq .c-primary-title + * {
    margin-top: 2.4rem;
  }
}

.p-top-faq .l-faq__inner {
  padding-bottom: 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-faq .l-faq__inner {
    padding-block: 2.4rem 4.8rem;
  }
}

/* -------------------------------------------*/
.p-top-nav {
  width: 95%;
  max-width: 105.6rem;
  margin-inline: auto;
  padding-block: 5rem 7.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-nav {
    width: 100%;
    padding-block: 0;
  }
}

.p-top-nav__li {
  background-color: #E4DFD1;
  border-radius: 2.4rem;
  padding: 4.8rem;
  gap: 3.2rem;
}
@media screen and (max-width: 1023px) {
  .p-top-nav__li {
    max-width: 78rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-nav__li {
    justify-content: center;
    padding: 3.2rem 2.4rem;
    border-radius: 0;
  }
}

.p-top-nav__item {
  width: calc(33.3333333333% - 2.1333333333rem);
}
@media screen and (max-width: 1023px) {
  .p-top-nav__item {
    width: calc(50% - 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .p-top-nav__item {
    width: 100%;
    max-width: 27.2rem;
  }
}
.p-top-nav__item:first-child {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-top-nav__item:first-child {
    width: calc(50% - 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .p-top-nav__item:first-child {
    width: 100%;
    max-width: 27.2rem;
  }
}
.p-top-nav__item:first-child .p-top-nav__link {
  flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .p-top-nav__item:first-child .p-top-nav__link {
    flex-direction: column;
  }
}
.p-top-nav__item:first-child .p-top-nav__ttl {
  font-size: 2.4rem;
  margin-left: 2.4rem;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .p-top-nav__item:first-child .p-top-nav__ttl {
    font-size: 1.8rem;
    margin-left: 0;
    margin-bottom: 0.8rem;
  }
}
.p-top-nav__item:first-child .p-top-nav__box {
  max-width: 24rem;
  margin-left: auto;
  margin-top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .p-top-nav__item:first-child .p-top-nav__box {
    max-width: none;
    margin-left: 0;
    height: auto;
  }
}
.p-top-nav__item:first-child .p-top-nav__more {
  margin-top: auto;
}
@media screen and (max-width: 1023px) {
  .p-top-nav__item:first-child .p-top-nav__more {
    margin-top: 0.8rem;
  }
}
.p-top-nav__item:first-child .p-top-nav__image {
  width: 22.4137931034%;
}
@media screen and (max-width: 1023px) {
  .p-top-nav__item:first-child .p-top-nav__image {
    width: 78.0001950005%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-nav__item:first-child .p-top-nav__image {
    width: 86.6666666667%;
  }
}

.p-top-nav__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 0.4rem 0px 0px rgb(183, 183, 183);
  border-radius: 0.8rem;
  padding: 1.6rem;
}
@media (hover: hover) and (pointer: fine) {
  .p-top-nav__link {
    transition: 0.3s;
    transition-property: box-shadow, transform;
  }
  .p-top-nav__link .p-top-nav__box {
    transition: 0.3s;
    transition-property: color, background-color;
  }
  .p-top-nav__link .p-top-nav__more::after {
    transition: 0.3s;
    transition-property: background-color;
  }
  .p-top-nav__link:hover {
    box-shadow: none;
    transform: translateY(0.4rem);
  }
  .p-top-nav__link:hover .p-top-nav__box {
    color: #fff;
    background-color: #2DB5AC;
  }
  .p-top-nav__link:hover .p-top-nav__more::after {
    background-color: #fff;
  }
}

.p-top-nav__ttl {
  order: 2;
  font-size: 1.8rem;
  font-weight: bold;
  color: #317376;
  margin-bottom: 0.8rem;
  flex: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .p-top-nav__ttl {
    font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  }
}
@media screen and (max-width: 1023px) {
  .p-top-nav__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-nav__ttl {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-nav__ttl.--sp {
    font-size: 1.6rem;
  }
}

.p-top-nav__box {
  order: 3;
  width: 100%;
  border: 1px solid #2DB5AC;
  font-weight: bold;
  color: #2DB5AC;
  padding: 1.5rem;
  border-radius: 0.8rem;
  margin-top: auto;
}

.p-top-nav__text {
  font-size: 1.8rem;
}

.p-top-nav__more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0.8rem;
}
.p-top-nav__more::after {
  content: "";
  display: block;
  width: 2.4rem;
  aspect-ratio: 1/1;
  -webkit-mask: url(../images/icon/icon_arrow-nav.svg) no-repeat center/contain;
          mask: url(../images/icon/icon_arrow-nav.svg) no-repeat center/contain;
  background-color: #2DB5AC;
}
.p-top-nav__more .text {
  font-size: 1.6rem;
}

.p-top-nav__image {
  width: 78.0001950005%;
  order: 1;
}
@media screen and (max-width: 767px) {
  .p-top-nav__image {
    width: 86.6666666667%;
  }
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-trouble .l-under-head {
  padding-block: 2.6rem 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-trouble .l-under-head {
    padding-block: 0 2.4rem;
  }
}
.p-trouble .l-cta {
  padding-block: 5.6rem;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-trouble .l-cta {
    padding-block: 3.2rem;
    margin-bottom: 0;
  }
}

.p-trouble-solutions {
  padding-block: 5rem 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-trouble-solutions {
    padding-block: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble-solutions .c-primary-title + * {
    margin-top: 1.6rem;
  }
}

.p-trouble-solutions__box {
  border: 0.4rem solid #E4DFD1;
  padding-top: 1.2rem;
  border-radius: 0.8rem;
}
.p-trouble-solutions__box + .p-trouble-solutions__box {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-trouble-solutions__box + .p-trouble-solutions__box {
    margin-top: 1.6rem;
  }
}

.p-trouble-solutions__h3 {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  color: #317376;
}
@media screen and (max-width: 767px) {
  .p-trouble-solutions__h3 {
    font-size: 2rem;
    text-align: left;
    padding-inline: 1.2rem;
  }
}
.p-trouble-solutions__h3 span {
  display: inline-block;
}

.p-trouble-solutions__body {
  margin-top: 2.4rem;
  padding-inline: 2rem;
  padding-bottom: 1.6rem;
  flex-direction: row-reverse;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-trouble-solutions__body {
    flex-direction: column-reverse;
    padding-inline: 1.2rem;
    gap: 1.6rem;
  }
}

.p-trouble-solutions__body-inner {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-trouble-solutions__body-inner {
    width: 100%;
  }
}

.p-trouble-solutions__h4 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #317376;
  background-color: #F6F5F3;
  padding-block: 1rem;
  border-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-trouble-solutions__h4 {
    font-size: 1.8rem;
    padding-block: 0.4rem;
  }
}

.p-trouble-solutions__li {
  padding-block: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-trouble-solutions__li {
    padding-block: 0.4rem;
  }
}

.p-trouble-solutions__li-item {
  font-size: 2rem;
  font-weight: bold;
  counter-increment: mycounter;
  text-indent: -1.4em;
  padding-left: 1.4em;
}
@media screen and (max-width: 767px) {
  .p-trouble-solutions__li-item {
    font-size: 1.8rem;
  }
}
.p-trouble-solutions__li-item::before {
  content: counter(mycounter) ".";
  margin-left: 0.2em;
}
.p-trouble-solutions__li-item + .p-trouble-solutions__li-item {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-trouble-solutions__li-item + .p-trouble-solutions__li-item {
    margin-top: 0.4rem;
  }
}

.p-trouble-solutions__image {
  width: 17.5438596491%;
}
@media screen and (max-width: 767px) {
  .p-trouble-solutions__image {
    width: 40%;
  }
}

.p-trouble-solutions__bottom {
  background-color: #E4DFD1;
  padding-block: 1.6rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-trouble-solutions__bottom {
    padding-inline: 0.4rem;
  }
}
.p-trouble-solutions__bottom .p-trouble-solutions__h4 {
  font-size: 2.4rem;
  background-color: transparent;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-trouble-solutions__bottom .p-trouble-solutions__h4 {
    font-size: 2rem;
  }
}

.p-trouble-solutions__text {
  font-size: 1.8rem;
  color: #317376;
  text-align: center;
  margin-top: -0.2rem;
}
@media screen and (max-width: 767px) {
  .p-trouble-solutions__text {
    font-size: 1.6rem;
  }
}

.p-trouble-solutions__pdf {
  margin-top: 1.6rem;
  display: flex;
  justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 1023px) {
  .p-trouble-solutions__pdf {
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble-solutions__pdf {
    flex-direction: column;
    gap: 1.6rem;
  }
}

.p-trouble-solutions__pdf-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 43.8025210084%;
  background-color: #fff;
  border-radius: 5rem;
  box-shadow: 0px 0.4rem 0px 0px rgb(183, 183, 183);
  text-align: center;
  padding-block: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-trouble-solutions__pdf-link {
    width: 100%;
    max-width: 38rem;
    margin-inline: auto;
    min-height: 7.3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-trouble-solutions__pdf-link {
    transition: 0.3s;
    transition-property: box-shadow, transform, background-color;
  }
  .p-trouble-solutions__pdf-link .big, .p-trouble-solutions__pdf-link .text, .p-trouble-solutions__pdf-link .normal {
    transition: 0.3s;
    transition-property: color;
  }
  .p-trouble-solutions__pdf-link:hover {
    box-shadow: none;
    transform: translateY(0.4rem);
    background-color: #2DB5AC;
  }
  .p-trouble-solutions__pdf-link:hover .big, .p-trouble-solutions__pdf-link:hover .text, .p-trouble-solutions__pdf-link:hover .normal {
    color: #fff;
  }
}
.p-trouble-solutions__pdf-link .big {
  font-size: 2.4rem;
  font-weight: bold;
  color: #2DB5AC;
}
@media screen and (max-width: 767px) {
  .p-trouble-solutions__pdf-link .big {
    font-size: 2rem;
  }
}
.p-trouble-solutions__pdf-link .text {
  font-size: 1.8rem;
}
.p-trouble-solutions__pdf-link .normal {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2DB5AC;
}
@media screen and (max-width: 767px) {
  .p-trouble-solutions__pdf-link .normal {
    font-size: 1.6rem;
  }
}

.p-trouble-flow {
  padding-block: 4rem 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-trouble-flow {
    padding-block: 2.4rem 3.2rem;
  }
}

.p-trouble-pay {
  padding-block: 4rem 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-trouble-pay {
    padding-block: 2.4rem 3.2rem;
  }
}

.p-trouble-model {
  padding-block: 4rem 16rem;
}
@media screen and (max-width: 767px) {
  .p-trouble-model {
    padding-block: 2.4rem 3.2rem;
  }
}

.p-trouble-faq {
  padding-top: 16rem;
}
@media screen and (max-width: 767px) {
  .p-trouble-faq {
    padding-top: 2.4rem;
    background-color: #F6F5F3;
  }
}
.p-trouble-faq .l-faq__inner {
  padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .p-trouble-faq .l-faq__inner {
    padding-bottom: 8rem;
  }
}

/* -------------------------------------------*/
.p-visit .l-under-head {
  padding-block: 2.6rem 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-visit .l-under-head {
    padding-block: 0 2.4rem;
  }
}
.p-visit .l-cta {
  padding-block: 9.6rem;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-visit .l-cta {
    padding-block: 3.2rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-visit .l-page-nav {
    background-color: #E4DFD1;
  }
}
.p-visit .l-page-nav .l-page-nav__li {
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-visit .l-page-nav .l-page-nav__li {
    max-width: 52rem;
    margin-inline: auto;
  }
}

.p-visit-mv__content {
  position: absolute;
  top: min(6.04vw, 8.7rem);
  right: min(5.69vw, 8.2rem);
}
@media screen and (max-width: 767px) {
  .p-visit-mv__content {
    position: static;
    padding-top: min(5vw, 2.24rem);
  }
}

.p-visit-mv__lead {
  font-size: min(4.44vw, 6.4rem);
  font-weight: 900;
  color: #317376;
}
@media screen and (max-width: 767px) {
  .p-visit-mv__lead {
    font-size: min(9.38vw, 4.2rem);
  }
}

.p-visit-mv__flex {
  margin-top: min(1.11vw, 1.6rem);
  gap: min(1.11vw, 1.6rem);
}
@media screen and (max-width: 767px) {
  .p-visit-mv__flex {
    margin-top: min(2.34vw, 1.04rem);
    gap: min(2.34vw, 1.04rem);
  }
}

.p-visit-mv__tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(2.78vw, 4rem);
  font-weight: 900;
  color: #fff;
  background-color: #519DA0;
  padding: min(0.28vw, 0.4rem) min(2.22vw, 3.2rem);
  border-radius: min(0.28vw, 0.4rem);
}
@media screen and (max-width: 767px) {
  .p-visit-mv__tag {
    width: min(41.25vw, 18.4rem);
    font-size: min(5.94vw, 2.66rem);
    text-align: center;
    padding-inline: 0;
    padding-block: 0.28rem;
    border-radius: 0.28rem;
  }
}

.p-visit-mv__text {
  margin-top: min(2.78vw, 4rem);
  padding-left: min(1.67vw, 2.4rem);
  font-size: min(2.35vw, 3.38rem);
  font-weight: bold;
  color: #7F7F7F;
}
@media screen and (max-width: 767px) {
  .p-visit-mv__text {
    position: absolute;
    bottom: 0;
    right: 2.4rem;
    font-size: min(5vw, 2.24rem);
  }
}
.p-visit-mv__text .underline {
  font-size: min(3.33vw, 4.8rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-visit-mv__text .underline {
    font-size: min(7.19vw, 3.22rem);
  }
}
.p-visit-mv__text .underline::after {
  content: "";
  display: block;
  width: min(15.14vw, 21.8rem);
  height: min(1.04vw, 1.5rem);
  background-color: #EDA311;
  -webkit-clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
          clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
  position: absolute;
  left: max(-1.5rem, -1.04vw);
  bottom: max(-1rem, -0.69vw);
}
@media screen and (max-width: 767px) {
  .p-visit-mv__text .underline::after {
    display: none;
  }
}

.p-visit-cost {
  padding-block: 5rem 9.6rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-visit-cost {
    padding-block: 3.2rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-visit-cost .c-primary-title + * {
    margin-top: 1.6rem;
  }
}

.p-visit-cost__box {
  background-color: #F6F5F3;
  padding: 2.4rem 1.6rem;
  border-radius: 0.8rem;
}
.p-visit-cost__box + .p-visit-cost__box {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-visit-cost__box + .p-visit-cost__box {
    margin-top: 1.6rem;
  }
}

.p-visit-cost__head {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-visit-cost__head {
    flex-direction: column-reverse;
    gap: 0.8rem;
  }
}
.p-visit-cost__head-inner {
  flex: 1;
}

.p-visit-cost__h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #317376;
}
@media screen and (max-width: 767px) {
  .p-visit-cost__h3 {
    width: 100%;
    font-size: 1.8rem;
  }
}

.p-visit-cost__annotation {
  font-size: 2rem;
  font-weight: 400;
  color: #317376;
}

.p-visit-cost__image {
  width: 17.2413793103%;
}
@media screen and (max-width: 767px) {
  .p-visit-cost__image {
    width: 46.6666666667%;
  }
}

.p-visit-cost__box-inner {
  padding-inline: 0.8rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-visit-cost__box-inner {
    padding-inline: 0;
  }
}

.p-visit-cost__h4 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-radius: 0.4rem;
  padding-block: 1rem;
}
@media screen and (max-width: 767px) {
  .p-visit-cost__h4 {
    padding-block: 0.4rem;
  }
}
.p-visit-cost__h4.--white {
  background-color: #fff;
  color: #7F7F7F;
}
.p-visit-cost__h4.--green {
  background-color: #317376;
  color: #fff;
}

.p-visit-cost__li {
  padding: 1.6rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-visit-cost__li {
    padding-inline: 0;
  }
}

.p-visit-cost__li-item {
  font-size: 2rem;
  font-weight: bold;
  counter-increment: mycounter;
  text-indent: -1.4em;
  padding-left: 1.4em;
}
@media screen and (max-width: 767px) {
  .p-visit-cost__li-item {
    font-size: 1.8rem;
  }
}
.p-visit-cost__li-item::before {
  content: counter(mycounter) ".";
  margin-left: 0.2em;
}
.p-visit-cost__li-item + .p-visit-cost__li-item {
  margin-top: 1.2rem;
}

.p-visit-cost__dl {
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 1.6rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-visit-cost__dl {
    padding-inline: 1.6rem;
  }
}
.p-visit-cost__dl .inner + .inner {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid #CCCCCC;
}

.p-visit-cost__dt {
  font-size: 2.4rem;
  font-weight: bold;
  color: #317376;
}
@media screen and (max-width: 767px) {
  .p-visit-cost__dt {
    font-size: 1.8rem;
  }
}
.p-visit-cost__dt .annotation {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-visit-cost__dt .annotation {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-visit-cost__dt span {
    display: inline-block;
  }
}

.p-visit-cost__dd {
  margin-top: 1.2rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-visit-cost__dd {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
  }
}
.p-visit-cost__dd .text {
  font-size: 2rem;
  color: #7F7F7F;
}
@media screen and (max-width: 767px) {
  .p-visit-cost__dd .text {
    font-size: 1.6rem;
  }
}
.p-visit-cost__dd .price {
  font-size: 3.6rem;
  color: #F17028;
}
@media screen and (max-width: 767px) {
  .p-visit-cost__dd .price {
    font-size: 2rem;
  }
}
.p-visit-cost__dd .price .mn {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-visit-cost__dd .price .mn {
    font-size: 1.6rem;
  }
}

.p-visit-flow {
  padding-block: 4rem 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-visit-flow {
    padding-block: 2.4rem 3.2rem;
  }
}

.p-visit-pay {
  padding-block: 4rem 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-visit-pay {
    padding-block: 2.4rem 3.2rem;
  }
}

.p-visit-model {
  padding-block: 4rem 16rem;
}
@media screen and (max-width: 767px) {
  .p-visit-model {
    padding-block: 2.4rem 3.2rem;
  }
}

.p-visit__bg {
  padding-top: 11rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-visit__bg {
    padding-top: 0;
  }
}
.p-visit__bg::before {
  content: "";
  display: block;
  width: 119.375%;
  aspect-ratio: 573/133;
  background-color: #519DA0;
  -webkit-clip-path: ellipse(50% 50% at 50% 50%);
          clip-path: ellipse(50% 50% at 50% 50%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-visit__bg::before {
    display: none;
  }
}
.p-visit__bg .c-primary-title .h2 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-visit__bg .c-primary-title .h2 {
    font-weight: bold;
    letter-spacing: 0;
  }
}
.p-visit__bg .c-primary-title .en {
  color: #F2CC84;
}
.p-visit__bg .c-primary-title + * {
  margin-top: 2.4rem;
}

.p-visit-individuals {
  background-color: #519DA0;
  padding-block: 5rem 6.2rem;
}
@media screen and (max-width: 767px) {
  .p-visit-individuals {
    padding-block: 3.2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-visit-individuals .u-con--md {
    padding-inline: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-visit-individuals .p-visit-individuals__body {
    width: 94.4444444444%;
    margin-inline: auto;
  }
}

.p-visit-individuals__body {
  background-color: #fff;
  border-radius: 4rem;
  padding: 6.4rem 5.6rem;
}
@media screen and (max-width: 1023px) {
  .p-visit-individuals__body {
    padding: 3.8rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-visit-individuals__body {
    border-radius: 1.6rem;
    padding: 1.6rem;
  }
}

.p-visit-individuals__text {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-visit-individuals__text {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.p-visit-individuals__text + * {
  margin-top: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-visit-individuals__text + * {
    margin-top: 1.6rem;
  }
}

.p-visit-individuals__li {
  padding-left: 2.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-visit-individuals__li {
    padding-left: 0;
  }
}
.p-visit-individuals__li::after {
  content: "";
  display: block;
  width: 25.9433962264%;
  aspect-ratio: 441/316;
  background: url(../images/under/visit/individuals.png) no-repeat center/contain;
  position: absolute;
  right: 2.4rem;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-visit-individuals__li::after {
    width: 41.6666666667%;
    position: static;
    margin-left: auto;
    margin-top: 2.4rem;
  }
}

.p-visit-individuals__li-item {
  width: 74.0566037736%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #317376;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-visit-individuals__li-item {
    width: 100%;
  }
}
.p-visit-individuals__li-item::before {
  content: "";
  display: block;
  width: 2.4rem;
  aspect-ratio: 1/1;
  background: url(../images/icon/icon_check.svg) no-repeat center/contain;
}
.p-visit-individuals__li-item + .p-visit-individuals__li-item {
  margin-top: 1.6rem;
}
.p-visit-individuals__li-item .text {
  flex: 1;
}

.p-visit-individuals__flex {
  margin-top: 4.8rem;
  gap: 5.6rem;
}
@media screen and (max-width: 1023px) {
  .p-visit-individuals__flex {
    gap: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-visit-individuals__flex {
    margin-top: 3.2rem;
    flex-direction: column;
    gap: 4.8rem;
  }
}

.p-visit-individuals__box {
  width: calc(50% - 2.8rem);
  display: flex;
  flex-direction: column-reverse;
  gap: 3.8rem;
}
@media screen and (max-width: 1023px) {
  .p-visit-individuals__box {
    width: calc(50% - 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .p-visit-individuals__box {
    width: 100%;
  }
}

.p-visit-individuals__box-inner {
  flex: 1;
  border: 0.4rem solid #E4DFD1;
  border-radius: 1.6rem;
  padding: 2rem 1.2rem;
  display: flex;
  flex-direction: column;
}

.p-visit-individuals__h3 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-visit-individuals__h3 .bold {
  font-size: 3.6rem;
  font-weight: bold;
  color: #317376;
}
@media screen and (max-width: 767px) {
  .p-visit-individuals__h3 .bold {
    font-size: 2rem;
  }
}
.p-visit-individuals__h3 .text {
  font-size: 1.8rem;
  color: #317376;
}
@media screen and (max-width: 767px) {
  .p-visit-individuals__h3 .text {
    font-size: 1.6rem;
  }
}
.p-visit-individuals__h3 .for {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.p-visit-individuals__dl {
  margin-top: 2.4rem;
}

.p-visit-individuals__dt {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  background-color: #F6F5F3;
  padding-block: 1rem;
  border-radius: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-visit-individuals__dt {
    font-size: 1.8rem;
  }
}

.p-visit-individuals__dd {
  margin-top: 1.6rem;
  font-size: 3.6rem;
  font-weight: bold;
  color: #F17028;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-visit-individuals__dd {
    font-size: 2.4rem;
  }
}
.p-visit-individuals__dd .mn {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-visit-individuals__dd .mn {
    font-size: 1.6rem;
  }
}
.p-visit-individuals__dd .md {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-visit-individuals__dd .md {
    font-size: 2rem;
  }
}

.p-visit-individuals__balloon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 10.2rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-radius: 1.6rem;
  background-color: #F6F5F3;
  padding-block: 2.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-visit-individuals__balloon {
    font-size: 1.6rem;
    padding-block: 1.6rem;
    min-height: auto;
  }
}
.p-visit-individuals__balloon::after {
  content: "";
  display: block;
  width: 3.2rem;
  aspect-ratio: 32/29;
  background-color: #F6F5F3;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: 0.7rem;
  transform: translateY(100%);
}
.p-visit-individuals__balloon.--left {
  text-align: left;
}

.p-visit-corporate {
  padding-top: 5rem;
  background-color: #519DA0;
}
@media screen and (max-width: 767px) {
  .p-visit-corporate {
    padding-top: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-visit-corporate .u-con--md {
    padding-inline: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-visit-corporate .p-visit-individuals__body {
    width: 94.4444444444%;
    margin-inline: auto;
  }
}
.p-visit-corporate .p-visit-individuals__li::after {
  background-image: url(../images/under/visit/corporate.png);
}

.p-visit-cta {
  background-color: #519DA0;
  padding-block: 11.2rem 32rem;
}
@media screen and (max-width: 767px) {
  .p-visit-cta {
    padding-block: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-visit-cta .u-con--md {
    width: 85%;
    max-width: 48.922rem;
  }
}
.p-visit-cta .p-visit-individuals__body {
  background-color: #F6F5F3;
  padding-block: 3.2rem;
}

.p-visit-faq {
  padding-top: 16rem;
  margin-top: -16rem;
}
@media screen and (max-width: 767px) {
  .p-visit-faq {
    padding-top: 2.4rem;
    margin-top: 0;
    background-color: #F6F5F3;
  }
}
.p-visit-faq .l-faq__inner {
  padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .p-visit-faq .l-faq__inner {
    padding-bottom: 8rem;
  }
}

/* -------------------------------------------*/
.p-support .l-cta {
  padding-block: 9.6rem;
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 767px) {
  .p-support .l-cta {
    padding-block: 3.2rem;
    margin-bottom: 0;
  }
}

.p-support .l-undermv__contents {
  top: min(13.19vw, 19rem);
}
@media screen and (max-width: 767px) {
  .p-support .l-undermv__contents {
    top: auto;
    bottom: 2.4rem;
  }
}
.p-support .p-top-mv__cards {
  margin-top: -7.3rem;
}
@media screen and (max-width: 767px) {
  .p-support .p-top-mv__cards {
    margin-top: 2.4rem;
  }
}

.p-support-consul {
  padding-block: 5rem 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-support-consul {
    padding-block: 2.4rem 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-support-consul .u-con--md {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-support-consul .c-primary-title {
    width: calc(100% - 11.2rem);
  }
}

.p-support-consul__body {
  align-items: flex-end;
  gap: 12.8rem;
}
@media screen and (max-width: 1200px) {
  .p-support-consul__body {
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-support-consul__body {
    display: contents;
  }
}

.p-support-consul__li {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-support-consul__li {
    margin-top: 2.4rem;
  }
}

.p-support-consul__li-item {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3333333333;
  color: #317376;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-support-consul__li-item {
    line-height: 1.5;
  }
}
.p-support-consul__li-item::before {
  content: "";
  display: block;
  width: 2.4rem;
  aspect-ratio: 1/1;
  background: url(../images/icon/icon_check.svg) no-repeat center/contain;
}
.p-support-consul__li-item + .p-support-consul__li-item {
  margin-top: 1.6rem;
}
.p-support-consul__li-item span {
  flex: 1;
}

.p-support-consul__image {
  width: 22.4rem;
  aspect-ratio: 224/160;
}
@media screen and (max-width: 767px) {
  .p-support-consul__image {
    width: 11.2rem;
    position: absolute;
    top: 1.7rem;
    right: 2rem;
  }
}

.p-support-pay {
  padding-block: 5rem 18rem;
}
@media screen and (max-width: 767px) {
  .p-support-pay {
    padding-block: 2.4rem 3.2rem;
  }
}

.p-support-faq {
  padding-top: 18rem;
}
@media screen and (max-width: 767px) {
  .p-support-faq {
    padding-top: 2.4rem;
    background-color: #F6F5F3;
  }
}
.p-support-faq .l-faq__inner {
  padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .p-support-faq .l-faq__inner {
    padding-bottom: 3.2rem;
  }
}
.p-support-faq .l-faq__body {
  padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .p-support-faq .l-faq__body {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-support-faq .l-cta__box {
    border-radius: 1.6rem;
  }
}

/* -------------------------------------------*/
.p-reform .l-under-head {
  padding-block: 4.1rem 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-reform .l-under-head {
    padding-block: 0.8rem 2.4rem;
  }
}
.p-reform .l-cta {
  padding-block: 12.8rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-reform .l-cta {
    padding-block: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reform .l-cta .l-cta__btn .c-btn {
    padding: 2.4rem 3.4rem;
    border-radius: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reform .l-cta .l-cta__btn .c-btn .text {
    font-size: 2.4rem;
  }
}
.p-reform .l-cta__lead {
  text-align: center;
}
.p-reform .l-page-nav {
  padding-block: 12.8rem 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-reform .l-page-nav {
    padding-block: 0;
  }
}

.p-reform .l-undermv__contents {
  top: min(11.11vw, 16rem);
}
@media screen and (max-width: 767px) {
  .p-reform .l-undermv__contents {
    top: auto;
    bottom: 2.4rem;
  }
}
.p-reform .p-top-mv__cards {
  margin-top: max(-8.8rem, -6.11vw);
}
@media screen and (max-width: 767px) {
  .p-reform .p-top-mv__cards {
    margin-top: 2.4rem;
  }
}

.p-reform-online {
  padding-block: 11.2rem 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-reform-online {
    padding-block: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reform-online .p-visit-cost__dl {
    margin-top: 1.6rem !important;
    padding-inline: 0;
  }
}
.p-reform-online .p-visit-cost__dl .inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-reform-online .p-visit-cost__dl .inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
  }
}
.p-reform-online .p-visit-cost__dt {
  flex: 1;
}
.p-reform-online .p-visit-cost__dt span {
  display: inline-block;
}
.p-reform-online .p-visit-cost__dd {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-reform-online .p-visit-cost__dd {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-reform-online .p-visit-cost__dd .text {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-reform-online .p-visit-cost__dd .price {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reform-online .p-visit-cost__dd .price .mn {
    font-size: 1.8rem;
  }
}

.p-reform-list {
  padding-top: 9.6rem;
}
.p-reform-list .c-primary-title + * {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-reform-list .c-primary-title + * {
    margin-top: 3.2rem;
  }
}
.p-reform-list .p-visit-cost__box {
  padding-inline: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-reform-list .p-visit-cost__box {
    padding: 2.4rem 1.6rem 1.6rem;
  }
}
.p-reform-list .p-visit-cost__box + .p-visit-cost__box {
  margin-top: 4.8rem;
}
.p-reform-list .p-visit-cost__head {
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-reform-list .p-visit-cost__head {
    flex-direction: column;
  }
}
.p-reform-list .p-visit-cost__h3 {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-reform-list .p-visit-cost__h3 {
    font-size: 2rem;
  }
}
.p-reform-list .p-visit-cost__image {
  width: 17.5438596491%;
}
@media screen and (max-width: 767px) {
  .p-reform-list .p-visit-cost__image {
    width: 100%;
  }
}
.p-reform-list .p-visit-cost__box-inner {
  padding-inline: 0;
}
@media screen and (max-width: 767px) {
  .p-reform-list .p-visit-cost__h4.--green {
    padding-block: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reform-list .p-visit-cost__dl {
    padding-inline: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reform-list .p-visit-cost__dd .text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reform-list .p-visit-cost__dd .price {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reform-list .p-visit-cost__dd .price .mn {
    font-size: 1.6rem;
  }
}

.p-reform-confirm {
  padding-block: 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-reform-confirm {
    padding-block: 3.2rem;
  }
}
.p-reform-confirm .c-primary-title + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-reform-confirm .c-primary-title + * {
    margin-top: 0.8rem;
  }
}

.p-reform-confirm__text {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-reform-confirm__text {
    font-size: 1.6rem;
  }
}
.p-reform-confirm__text.--bold {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-reform-confirm__text.--bold {
    font-size: 1.8rem;
  }
}
.p-reform-confirm__text + .p-reform-confirm__text {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-reform-confirm__text + .p-reform-confirm__text {
    margin-top: 0.8rem;
  }
}

.p-reform-confirm__body {
  margin-top: 4.8rem;
  display: grid;
  grid-template-columns: 22rem 1fr;
  grid-auto-rows: auto;
  grid-row-gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-reform-confirm__body {
    margin-top: 1.6rem;
    display: flex;
    flex-direction: column;
    border: 0.4rem solid #E4DFD1;
    border-radius: 0.8rem;
    padding: 1.2rem;
    gap: 0;
  }
}
.p-reform-confirm__body + .p-reform-confirm__body {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-reform-confirm__body + .p-reform-confirm__body {
    margin-top: 1.6rem;
  }
}

.p-reform-confirm__h3 {
  width: 22rem;
  border: 0.4rem solid #E4DFD1;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #317376;
  font-weight: bold;
  grid-area: 1/1/3/2;
}
@media screen and (max-width: 767px) {
  .p-reform-confirm__h3 {
    width: 100%;
    border: none;
    border-radius: 0;
  }
}
.p-reform-confirm__h3 .icon {
  width: 52.8301886792%;
}
@media screen and (max-width: 767px) {
  .p-reform-confirm__h3 .icon {
    width: 23.3333333333%;
  }
}
.p-reform-confirm__h3 .text {
  font-size: 1.8rem;
}
.p-reform-confirm__h3 .text .big {
  font-size: 2.4rem;
}
.p-reform-confirm__h3 .text .med {
  font-size: 2rem;
}

.p-reform-confirm__box {
  padding-left: 9.4rem;
}
@media screen and (max-width: 767px) {
  .p-reform-confirm__box {
    padding-left: 0;
  }
}
.p-reform-confirm__box::before {
  content: "";
  display: block;
  width: 9.4rem;
  aspect-ratio: 96/30;
  background: url(../images/under/reform/confirm-arrow.png) no-repeat center/contain;
  position: absolute;
  top: 1rem;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .p-reform-confirm__box::before {
    left: -1px;
  }
}
@media screen and (max-width: 767px) {
  .p-reform-confirm__box::before {
    display: none;
  }
}
.p-reform-confirm__box.--top {
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 767px) {
  .p-reform-confirm__box.--top {
    margin-top: 0.8rem;
  }
}
.p-reform-confirm__box.--bottom {
  grid-area: 2/2/3/3;
}
@media screen and (max-width: 767px) {
  .p-reform-confirm__box.--bottom {
    margin-top: 2.4rem;
  }
}

.p-reform-confirm__h4 {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-reform-confirm__h4 {
    font-size: 1.6rem;
  }
}
.p-reform-confirm__h4 .bg {
  width: 12rem;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0.5rem 2rem;
  border-radius: 0.8rem;
  border: 0.3rem solid #317376;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-reform-confirm__h4 .bg {
    width: 10.8rem;
    font-size: 2rem;
  }
}
.p-reform-confirm__h4 .bg.--01 {
  color: #fff;
  background-color: #317376;
}
.p-reform-confirm__h4 .bg.--02 {
  color: #317376;
  background-color: #fff;
}
.p-reform-confirm__h4 .bold {
  font-size: 2.4rem;
  font-weight: bold;
  color: #EDA311;
}
@media screen and (max-width: 767px) {
  .p-reform-confirm__h4 .bold {
    font-size: 1.8rem;
  }
}

.p-reform-confirm__bg {
  background-color: #F6F5F3;
  margin-top: 1.2rem;
  border-radius: 0.8rem;
  padding: 1.6rem;
}

.p-reform-confirm__bg-text {
  font-size: 1.8rem;
  font-weight: bold;
  color: #7F7F7F;
}

.p-reform-confirm__li {
  margin-top: 0.8rem;
  padding-left: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-reform-confirm__li {
    padding-left: 0;
  }
}
.p-reform-confirm__li li {
  font-size: 1.8rem;
  display: flex;
  align-items: flex-end;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-reform-confirm__li li {
    align-items: flex-start;
  }
}
.p-reform-confirm__li li::before {
  content: "";
  display: block;
  width: 2.4rem;
  aspect-ratio: 1/1;
  -webkit-mask: url(../images/icon/icon_check.svg) no-repeat center/contain;
          mask: url(../images/icon/icon_check.svg) no-repeat center/contain;
  background-color: #AFD6D9;
}
.p-reform-confirm__li li span {
  flex: 1;
}
.p-reform-confirm__li li + li {
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-reform-confirm__li li + li {
    margin-top: 0.8rem;
  }
}

.p-reform-confirm__last {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4.8rem auto 0;
  padding: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-reform-confirm__last {
    margin-top: 1.6rem;
    padding-block: 1.6rem;
  }
}
.p-reform-confirm__last p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-reform-confirm__last p {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
  }
}
.p-reform-confirm__last p .underline {
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 0.8rem solid #EDA311;
  margin-inline: 0.8rem;
  padding-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-reform-confirm__last p .underline {
    font-size: 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 0;
    margin-left: 0;
  }
}
.p-reform-confirm__last p .underline.--ml {
  margin-left: 0;
}
.p-reform-confirm__last p span {
  display: inline-block;
}

.p-reform-area.p-top-area {
  padding-block: 9.6rem 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-reform-area.p-top-area {
    padding-block: 6.4rem 3.2rem;
  }
}

.p-reform-reason {
  padding-bottom: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-reform-reason {
    padding-bottom: 3.2rem;
  }
}

.p-reform-pay {
  padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .p-reform-pay {
    padding-top: 2.4rem;
    padding-bottom: 3.2rem;
  }
}

.p-reform-faq {
  padding-top: 16rem;
}
@media screen and (max-width: 767px) {
  .p-reform-faq {
    padding-top: 2.4rem;
    background-color: #F6F5F3;
  }
}
.p-reform-faq .l-faq__inner {
  padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .p-reform-faq .l-faq__inner {
    padding-bottom: 8.5rem;
  }
}
.p-reform-faq .l-faq-cta__box .l-cta__file {
  border-top: 1px solid #B7B7B7;
  margin-top: 2.6rem;
  padding-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-reform-faq .l-faq-cta__box .l-cta__file {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
.p-reform-faq .l-faq-cta__box .l-cta__text.--02 {
  margin-top: 0;
}

/* -------------------------------------------*/
.p-company .l-cta {
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 767px) {
  .p-company .l-cta {
    margin-bottom: 0;
  }
}

.p-company-business {
  padding-block: 11.2rem;
}
@media screen and (max-width: 767px) {
  .p-company-business {
    padding-block: 4.2rem;
  }
}

.p-company-business__body {
  position: relative;
}

.p-company-business__li li {
  font-size: 2rem;
  font-weight: bold;
  color: #317376;
}
@media screen and (max-width: 767px) {
  .p-company-business__li li {
    font-size: 1.8rem;
  }
}
.p-company-business__li li span {
  display: inline-block;
}
.p-company-business__li li + li {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-company-business__li li + li {
    margin-top: 1.6rem;
  }
}

.p-company-business__illust {
  width: 30.4rem;
  position: absolute;
  right: 1.3rem;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-company-business__illust {
    width: 15.2rem;
    position: static;
    margin: 1.6rem auto 0;
  }
}

.p-company-detail {
  padding-block: 5rem 5.7rem;
}
@media screen and (max-width: 767px) {
  .p-company-detail {
    padding-block: 3.2rem;
  }
}

.p-company-detail__table {
  width: 100%;
}
.p-company-detail__table tr {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-company-detail__table tr {
    flex-direction: column;
    gap: 0.8rem;
  }
}
.p-company-detail__table tr:first-child, .p-company-detail__table tr:nth-child(2) {
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-company-detail__table tr:first-child, .p-company-detail__table tr:nth-child(2) {
    padding-bottom: 0;
  }
}
.p-company-detail__table tr + tr {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-company-detail__table tr + tr {
    margin-top: 2.4rem;
  }
}
.p-company-detail__table th {
  width: 12.8rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #7F7F7F;
  text-align: left;
}
.p-company-detail__table td {
  flex: 1;
  font-size: 1.8rem;
}

.p-company-link {
  padding-top: 16rem;
}
@media screen and (max-width: 767px) {
  .p-company-link {
    padding-top: 3.2rem;
    background-color: #F6F5F3;
  }
}
.p-company-link .l-faq__inner {
  padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .p-company-link .l-faq__inner {
    padding-bottom: 3.2rem;
  }
}
.p-company-link .c-primary-title.--03 {
  text-align: center;
}

.p-company-link__body {
  gap: 3.2rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-company-link__body {
    margin-top: 1.6rem;
    flex-direction: column;
  }
}

.p-company-link__item {
  width: calc(50% - 1.2rem);
}
@media screen and (max-width: 767px) {
  .p-company-link__item {
    width: 100%;
  }
}

.p-company-link__image {
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0 0 4rem rgba(45, 51, 51, 0.15);
}

.p-company-link__text {
  font-size: 1.6rem;
  margin-top: 1.6rem;
}

.p-company-link__link {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: #2DB5AC;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-company-link__link {
    transition: 0.3s;
    transition-property: opacity;
  }
  .p-company-link__link:hover {
    opacity: 0.7;
  }
}
.p-company-link__link::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  aspect-ratio: 1/1;
  background: url(../images/icon/icon_blank.svg) no-repeat center/contain;
}

/* -------------------------------------------*/
.p-contact-sec01 {
  padding-block: 9.6rem 13.2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-sec01 {
    padding-block: 3.2rem;
  }
}
.p-contact-sec01 .c-primary-title {
  text-align: center;
}

.p-contact-sec01__body {
  max-width: 64rem;
  background-color: #F6F5F3;
  margin-inline: auto;
  padding: 3.2rem;
  border-radius: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-sec01__body {
    margin-top: 3.2rem;
    border-radius: 1.6rem;
    padding-inline: 1.6rem;
  }
}

.p-contact-sec02 {
  padding-top: 16rem;
}
@media screen and (max-width: 767px) {
  .p-contact-sec02 {
    padding-top: 2.4rem;
    background-color: #F6F5F3;
  }
}

.p-contact-sec02__inner {
  padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .p-contact-sec02__inner {
    padding-bottom: 6.4rem;
  }
}

.p-contact-sec02__h2 {
  font-size: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-contact-sec02__h2 {
    font-size: 2.4rem;
  }
}
.p-contact-sec02__h2::before {
  content: "";
  width: 6.4rem;
  aspect-ratio: 1/1;
  -webkit-mask: url(../images/icon/icon_mail.svg) no-repeat center/contain;
          mask: url(../images/icon/icon_mail.svg) no-repeat center/contain;
  background-color: #2DB5AC;
}
@media screen and (max-width: 767px) {
  .p-contact-sec02__h2::before {
    width: 4.8rem;
  }
}

.p-contact-sec02__body {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-sec02__body {
    margin-top: 2.4rem;
  }
}

.p-contact-confirm {
  background-color: #F6F5F3;
  padding-block: 16rem;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm {
    padding-block: 2.4rem 6.4rem;
  }
}

.p-contact-confirm__lead {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #EDA311;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm__lead {
    font-size: 2rem;
    text-align: left;
  }
}
.p-contact-confirm__lead + * {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm__lead + * {
    margin-top: 0.8rem;
  }
}

.p-contact-confirm__wrap {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm__wrap {
    margin-top: 2.4rem;
  }
}
.p-contact-confirm__wrap .formTable {
  width: 100%;
}
.p-contact-confirm__wrap tr {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  text-align: left;
}
.p-contact-confirm__wrap tr:nth-child(5) th {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.p-contact-confirm__wrap tr:nth-child(5) th::before {
  content: "ご住所";
  text-indent: initial;
  position: absolute;
  left: 0;
  top: 0;
}
.p-contact-confirm__wrap tr:nth-child(6), .p-contact-confirm__wrap tr:nth-child(7) {
  margin-top: -3.6rem;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm__wrap tr:nth-child(6), .p-contact-confirm__wrap tr:nth-child(7) {
    margin-top: -3rem;
  }
}
.p-contact-confirm__wrap tr:nth-child(6) th, .p-contact-confirm__wrap tr:nth-child(7) th {
  opacity: 0;
}
.p-contact-confirm__wrap tr:nth-child(15) {
  display: none;
}
.p-contact-confirm__wrap tr + tr {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm__wrap tr + tr {
    margin-top: 1.6rem;
  }
}
.p-contact-confirm__wrap th {
  font-size: 2.4rem;
  font-weight: bold;
  color: #317376;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm__wrap th {
    font-size: 2rem;
  }
}
.p-contact-confirm__wrap td {
  font-size: 2rem;
  padding: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm__wrap td {
    font-size: 1.8rem;
    padding: 0.8rem;
  }
}

.p-contact-confirm__btn-wrap .l-form__btn--wrap.c-btn {
  margin-top: 1.6rem;
}

.p-contact-confirm__back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.6rem;
  margin-inline: auto;
  position: relative;
}
.p-contact-confirm__back::before {
  content: "";
  display: block;
  width: 3.6rem;
  aspect-ratio: 1/1;
  background: url(../images/icon/icon_back.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-contact-confirm__back input {
  cursor: pointer;
  padding-inline: 4.4rem 0;
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: underline;
  color: #2DB5AC;
}
@media (hover: hover) and (pointer: fine) {
  .p-contact-confirm__back input {
    transition: 0.3s;
    transition-property: opacity;
  }
  .p-contact-confirm__back input:hover {
    opacity: 0.7;
  }
}

.p-contact-thanks {
  padding-block: 4rem 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks {
    padding-block: 2.4rem;
  }
}
.p-contact-thanks .p-contact-confirm__back {
  margin-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks .p-contact-confirm__back {
    margin-top: 4rem;
  }
}

.p-contact-thanks__body {
  max-width: 78.1rem;
  margin-inline: auto;
}
.p-contact-thanks__body .l-form__attention-text {
  text-align: center;
}

.p-contact-thanks__h1 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.p-contact-thanks__h1 + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__h1 span {
    display: inline-block;
  }
}

.p-contact-thanks__text {
  font-size: 1.8rem;
}
.p-contact-thanks__text + .p-contact-thanks__text {
  margin-top: 2.7rem;
}
.p-contact-thanks__text + .p-contact-sec01__body {
  margin-top: 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__text + .p-contact-sec01__body {
    margin-top: 4rem;
  }
}

.p-contact-thanks__h2 {
  margin-top: 0.8rem;
  font-size: 2rem;
  font-weight: bold;
  color: #7F7F7F;
  text-align: center;
}
.p-contact-thanks__h2 + * {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__h2 + * {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-thanks__h2 span {
    display: inline-block;
  }
}

/* -------------------------------------------*/
/* -------------------------------------------*/