@charset "UTF-8";
/* -------------------------------------
    設定
-----------------------------------------*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
html,
body {
  margin: 0;
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
body {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
body {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSans_Regular.woff2") format("woff2"), url("../fonts/NotoSans_Regular.woff") format("woff");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSans_Medium.woff2") format("woff2"), url("../fonts/NotoSans_Medium.woff") format("woff");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSans_Bold.woff2") format("woff2"), url("../fonts/NotoSans_Bold.woff") format("woff");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/NotoSans_Black.woff2") format("woff2"), url("../fonts/NotoSans_Black.woff") format("woff");
}
@font-face {
  font-family: "Notoserif_subset";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/NotoSerif_semibold.woff2") format("woff2"), url("../fonts/NotoSerif_semibold.woff") format("woff");
}
@font-face {
  font-family: "Notoserif_subset";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSerif_bold.woff2") format("woff2"), url("../fonts/NotoSerif_bold.woff") format("woff");
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff");
}
/* roboto-200 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-200.woff2") format("woff2"), url("../fonts/roboto-v30-latin-200.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-500.woff2") format("woff2"), url("../fonts/roboto-v30-latin-500.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.woff") format("woff");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/roboto-condensed-v25-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-700.woff") format("woff");
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  font-size: 1.6em;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}

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

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

textarea {
  resize: both;
}

.scroll-hint-icon {
  top: calc(50% - 80px);
}

.c-servicetable .scroll-hint-icon {
  top: 200px;
}

/* FontFamily */
/* font-weight */
body {
  font-family: "Notosans_subset", sans-serif;
  font-weight: 400;
  color: #333;
}

.l-inner {
  max-width: 1180px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
.l-inner--s {
  max-width: 980px;
}
.l-inner--l {
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* -------------------------------------
        l-header
-----------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 114px;
  background-color: #fff;
  z-index: 20;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 73px;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 90px;
  padding-left: 90px;
  margin: 0 auto;
}
@media screen and (max-width: 1560px) {
  .l-header__inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 992px) {
  .l-header__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.l-header__logo a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  cursor: pointer;
  z-index: 40;
}
.l-header__logo a:hover, .l-header__logo a:focus-visible {
  opacity: 0.7;
  transition: 0.3s;
}
.l-header__logo-text {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .l-header__logo-text {
    font-size: 1rem;
  }
}
.l-header__logo-main {
  display: block;
  max-width: 361px;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 1560px) {
  .l-header__logo-main {
    max-width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo-main {
    max-width: 256px;
    margin-top: 0;
  }
}
.l-header__container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .l-header__container {
    display: none;
  }
}
.l-header__contact {
  display: flex;
  align-items: center;
  width: 494px;
  gap: 10px 40px;
  margin-left: 70px;
}
@media screen and (max-width: 1560px) {
  .l-header__contact {
    gap: 10px 20px;
    width: 474px;
    margin-left: 30px;
  }
}
.l-header__tel-wrap {
  flex-shrink: 0;
  width: 244px;
}
.l-header__cta-btn {
  width: 211px;
  flex-shrink: 0;
}

.p-header-nav__list {
  display: flex;
  align-items: center;
}
.p-header-nav__item {
  position: relative;
  height: 100%;
}
.p-header-nav__item:first-child .p-header-nav__link {
  padding-left: 0;
}
.p-header-nav__item:last-child .p-header-nav__link {
  padding-right: 0;
}
.p-header-nav__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 0 13px;
  margin-top: 24px;
  transition: 0.25s;
  text-transform: uppercase;
}
@media screen and (max-width: 1560px) {
  .p-header-nav__link {
    font-size: 1.5rem;
    padding: 10px;
  }
}
@media screen and (max-width: 1400px) {
  .p-header-nav__link {
    font-size: 1.3rem;
  }
}
.p-header-nav__link:hover, .p-header-nav__link:focus-visible {
  color: #2DAEBB;
}
.p-header-nav__icon path {
  transition: 0.3s;
}
.p-header-nav__item.current .l-header-nav__link {
  color: #2DAEBB;
}
.p-header-nav__item.current .l-header-nav__link::after {
  transform: translate(0);
}
.p-header-nav__item.current .l-header-nav__icon path {
  fill: #2DAEBB;
}

.c-hamburger-btn {
  display: none;
  touch-action: manipulation;
}
@media screen and (max-width: 1200px) {
  .c-hamburger-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 39px;
    height: 39px;
    z-index: 20;
  }
  .c-hamburger-btn:focus-visible {
    outline: 2px solid #333;
  }
}
.c-hamburger-btn button {
  touch-action: manipulation;
}
.c-hamburger-btn__inner {
  display: block;
  position: relative;
  width: 28px;
  height: 20px;
}
.c-hamburger-btn__line {
  display: block;
  position: absolute;
  right: 0;
  transition: 0.2s;
  transform: translateY(0) rotate(0);
  width: 100%;
}
.c-hamburger-btn__line::before {
  content: "";
  display: block;
  height: 2px;
  background-color: #2DAEBB;
  border-radius: 20px;
}
.c-hamburger-btn__line:nth-of-type(1) {
  top: 0;
}
.c-hamburger-btn__line:nth-of-type(2) {
  top: calc(50% - 1px);
  right: 0;
}
.c-hamburger-btn__line:nth-of-type(3) {
  bottom: 0;
}

.p-sub-nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.15s;
  margin-top: 114px;
}
@media screen and (max-width: 1200px) {
  .p-sub-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: auto;
    overflow-y: auto;
    background-color: #fff;
    transition: 0.15s;
    z-index: 30;
  }
}
@media screen and (max-width: 1200px) and (max-width: 767px) {
  .p-sub-nav {
    margin-top: 73px;
  }
}
.p-sub-nav__inner {
  position: relative;
  padding-top: 10px;
  padding-bottom: 200px;
  z-index: 30;
}
.p-sub-nav__item {
  position: relative;
  max-width: 308px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin: 0 auto;
  cursor: pointer;
}
.p-sub-nav__title {
  position: relative;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.p-sub-nav__link {
  display: block;
  padding: 15px 10px;
}
.p-sub-nav__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  max-width: 360px;
  margin: 30px auto 0;
}
.p-sub-nav__btn {
  width: 100%;
  max-width: 360px;
}
.p-sub-nav__btn .c-btn {
  max-width: 360px;
  font-size: 1.6rem;
  padding: 21px 8px;
}
.p-sub-nav__info {
  position: relative;
  max-width: 240px;
  margin: 38px auto 0;
  z-index: 20;
}
.p-sub-nav__info-item:not(:first-child) {
  margin-top: 20px;
}

.l-header.active .c-hamburger-btn__line:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.l-header.active .c-hamburger-btn__line:nth-of-type(2) {
  width: 0;
  transition: 0.01s;
}
.l-header.active .c-hamburger-btn__line:nth-of-type(3) {
  width: 100%;
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
@media screen and (max-width: 1200px) {
  .l-header.active .p-sub-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: 0.15s;
  }
}

/* -------------------------------------
        l-footer
-----------------------------------------*/
.l-footer {
  color: #fff;
  background: transparent url(../img/common/footer_bg.jpg) no-repeat center center/cover;
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    background-image: url(../img/common/footer_bg-sp.jpg);
    padding: 40px 0 20px;
  }
}
.l-footer .l-inner {
  max-width: 1020px;
}
.l-footer__container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer__container {
    flex-direction: column;
    gap: 50px;
  }
}
.l-footer__info {
  width: 46%;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    width: 100%;
    text-align: center;
  }
}
.l-footer__name {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__name {
    font-size: 1.6rem;
  }
}
.l-footer__address {
  font-size: 1.5rem;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .l-footer__address {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.l-footer__tel {
  font-size: 1.5rem;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .l-footer__tel {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.l-footer__license {
  font-size: 1.5rem;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .l-footer__license {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.l-footer__copyright {
  font-size: 1rem;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    text-align: center;
    margin-top: 40px;
  }
}
.l-footer__nav-wrap {
  flex: 1;
}
.l-footer__nav {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    flex-direction: column;
    gap: 0;
    max-width: 360px;
    margin: 0 auto;
  }
}
.l-footer__nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list {
    gap: 0;
  }
}
.l-footer__nav-item a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-item a {
    display: block;
    border-bottom: 1px solid #B5D4DA;
    font-size: 1.6rem;
    padding: 12px 0;
  }
}
.l-footer__nav-item a:hover, .l-footer__nav-item a:focus-visible {
  opacity: 0.7;
}

/* -------------------------------------
        l-section
-----------------------------------------*/
.l-section {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-top: 80px;
  }
}

/* -------------------------------------
        l-main
-----------------------------------------*/
.l-main {
  margin-top: 114px;
}
@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 73px;
  }
}

/* -------------------------------------
        l-grid
-----------------------------------------*/
.l-grid {
  display: grid;
  gap: 20px 30px;
}
@media screen and (max-width: 767px) {
  .l-grid {
    gap: 30px;
  }
}

.l-grid--col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-grid--col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* -------------------------------------
        l-pagination
-----------------------------------------*/
.l-pagination {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-pagination {
    margin-top: 40px;
  }
}

/* -------------------------------------
        l-col2
-----------------------------------------*/
.l-col2 {
  display: flex;
  justify-content: space-between;
  margin: 50px auto 130px;
}
.l-col2 + footer {
  margin-top: 130px;
}
@media screen and (max-width: 992px) {
  .l-col2 {
    display: block;
  }
}

.l-body {
  width: 66%;
}
@media screen and (max-width: 992px) {
  .l-body {
    width: 100%;
  }
}

.l-side {
  width: 27%;
}
@media screen and (max-width: 992px) {
  .l-side {
    width: 100%;
    margin-top: 50px;
  }
}

/* -------------------------------------
        c-accordion
-----------------------------------------*/
.c-accordion__row:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-accordion__row:not(:first-child) {
    margin-top: 20px;
  }
}
.c-accordion__btn {
  display: flex;
  width: 100%;
  position: relative;
  border-radius: 12px 12px 0 0;
  background-color: #2DAEBB;
  color: #fff;
  font-size: 2rem;
  line-height: 1.6;
  padding: 15px 72px 15px 30px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-accordion__btn {
    font-size: 1.8rem;
    padding: 16px 56px 16px 20px;
  }
}
@media screen and (max-width: 330px) {
  .c-accordion__btn {
    padding: 16px 46px 16px 20px;
  }
}
.c-accordion__btn::before, .c-accordion__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 15px;
  height: 1px;
  background: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-accordion__btn::before, .c-accordion__btn::after {
    top: 32px;
    right: 20px;
    width: 12px;
  }
}
.c-accordion__btn::after {
  transform: translateY(-50%) rotate(-90deg);
  transition: 0.3s;
}
.c-accordion__btn:focus-visible {
  outline: 2px solid #2DAEBB;
}
.c-accordion__btn .c-accordion__icon::before {
  display: block;
  content: "Q";
  font-size: 2rem;
  line-height: 1.3;
  margin-right: 10px;
}
.c-accordion__circle {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 22px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .c-accordion__circle {
    top: 20px;
    right: 14px;
    width: 24px;
    height: 24px;
  }
}
.c-accordion__body {
  display: none;
  background-color: #F3F3F3;
  border-radius: 0 0 12px 12px;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .c-accordion__body {
    padding: 15px 30px;
  }
}
.c-accordion__text {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-accordion__text {
    line-height: 1.575;
    letter-spacing: 0.05em;
  }
}

.c-accordion__btn.is-open::after {
  transform: rotate(-180deg);
}

/* -------------------------------------
      c-page-top  
-----------------------------------------*/
.c-page-top {
  position: fixed;
  display: none;
  right: 20px;
  bottom: 30px;
  width: 57px;
  height: 57px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-page-top {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 40px;
  }
}

/* -------------------------------------
        c-primary-title
-----------------------------------------*/
.c-primary-title {
  font-family: "Notoserif_subset", serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-primary-title {
    font-size: 2.4rem;
  }
}
.c-primary-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #2DAEBB;
  margin: 14px auto 0;
}
@media screen and (max-width: 767px) {
  .c-primary-title::after {
    width: 30px;
    margin-top: 10px;
  }
}
.c-primary-title + .c-lead {
  margin-top: 25px;
}

/* -------------------------------------
        c-secondary-title
-----------------------------------------*/
.c-secondary-title {
  background: #2DAEBB;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 500;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .c-secondary-title {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 12px 20px;
  }
}

/* -------------------------------------
        c-pagination
-----------------------------------------*/
.c-pagination {
  display: flex;
  justify-content: center;
}
.c-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-pagination ul {
    gap: 5px 10px;
  }
}
.c-pagination li a {
  transition: opacity 0.25s;
}
.c-pagination li a:hover, .c-pagination li a:focus {
  opacity: 0.7;
}
.c-pagination li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid #2DAEBB;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-pagination li .page-numbers {
    width: 30px;
    height: 30px;
    font-size: 1.3rem;
  }
}
.c-pagination li .current {
  background-color: #2DAEBB;
  border: 1px solid #2DAEBB;
  color: #fff;
}
.c-pagination li .prev::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 24px;
  background-image: url(../img/icon/icon_arrow-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-pagination li .prev::before {
    width: 5px;
    height: 12px;
  }
}
.c-pagination li .next::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 24px;
  background-image: url(../img/icon/icon_arrow-right-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-pagination li .next::after {
    width: 5px;
    height: 12px;
  }
}

/* -------------------------------------
        c-card
-----------------------------------------*/
.c-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .c-card:hover .c-card__img img, .c-card:focus-visible .c-card__img img {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .c-card:hover .c-card__title, .c-card:focus-visible .c-card__title {
    --d: 100%;
    --p: 100%;
  }
}
.c-card__img {
  position: relative;
  padding-top: 60.83%;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
}
.c-card img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.c-card__body {
  flex: 1;
  background-color: #fff;
  padding: 30px 20px;
}
@media screen and (max-width: 767px) {
  .c-card__body {
    padding: 30px;
  }
}
.c-card__meta {
  display: flex;
  gap: 10px;
}
.c-card__cate-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
}
.c-card__cate {
  display: inline-block;
  background-color: #2DAEBB;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 5px 5px;
}
.c-card__date {
  display: block;
  color: #555;
  font-size: 1.4rem;
}
.c-card__content {
  line-height: 1.5;
  margin-top: 15px;
}
.c-card__title {
  display: inline;
  background: linear-gradient(#2DAEBB 0 0) var(--p, 0) 100%/var(--d, 0) 1px no-repeat;
  transition: 0.3s, background-position 0s 0.3s;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-card__title:hover, .c-card__title:focus-visible {
    --d: 100%;
    --p: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-card__title {
    font-size: 1.5rem;
  }
}
.c-card__text {
  font-size: 1.5rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-card__text {
    font-size: 1.4rem;
  }
}

/* -------------------------------------
        c-btn
-----------------------------------------*/
.c-btn {
  display: inline-block;
  position: relative;
  max-width: 300px;
  width: 100%;
  border: 1px solid #2DAEBB;
  background-color: #2DAEBB;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  transition: 0.25s;
  z-index: 10;
  padding: 20px 10px;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1.4rem;
    max-width: 250px;
    padding: 13px 8px;
  }
}
.c-btn:hover .c-btn__icon path, .c-btn:hover .c-btn__link:focus .c-btn__icon path, .c-btn:focus-visible .c-btn__icon path, .c-btn:focus-visible .c-btn__link:focus .c-btn__icon path {
  fill: #fff;
  transition: fill 0.25s;
}
.c-btn__icon {
  display: inline-block;
  transform: translateY(1px);
  max-width: 8px;
  width: 100%;
  margin-left: 8px;
}
.c-btn__icon path {
  transition: fill 0.25s;
}
.c-btn:hover, .c-btn:focus-visible {
  background-color: #fff;
  color: #2DAEBB;
}

.c-btn--small {
  max-width: 211px;
  padding: 12px 10px;
}
@media screen and (max-width: 767px) {
  .c-btn--small {
    max-width: 300px;
    font-size: 1.4rem;
  }
}

.c-btn--larg {
  max-width: 340px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-btn--larg {
    max-width: 300px;
    font-size: 1.4rem;
  }
}

.c-btn--icon02 .c-btn__icon {
  display: inline-block;
  position: absolute;
  top: 24%;
  right: 20px;
  max-width: 31px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn--icon02 .c-btn__icon {
    top: 18%;
  }
}
@media screen and (max-width: 360px) {
  .c-btn--icon02 .c-btn__icon {
    right: 14px;
  }
}

.c-btn--icon03 .c-btn__icon {
  display: inline-block;
  transform: translateY(2px);
  margin-right: 7px;
  max-width: 24px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn--icon03 .c-btn__icon {
    transform: translateY(4px);
  }
}

.c-btn--border {
  max-width: 300px;
  background-color: #fff;
  color: #2DAEBB;
  font-size: 1.6rem;
  padding: 18px 10px;
}
.c-btn--border:hover, .c-btn--border:focus-visible {
  color: #fff;
  background-color: #2DAEBB;
}

/* -------------------------------------
        c-icon-btn
-----------------------------------------*/
.c-icon-btn {
  display: inline-block;
  position: relative;
  max-width: 211px;
  width: 100%;
  border: 1px solid #38BADC;
  border-radius: 8px;
  background-color: #38BADC;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 14px 0.8em;
  transition: all 0.25s;
  z-index: 10;
}
.c-icon-btn:hover, .c-icon-btn:focus-visible {
  background-color: #fff;
}
.c-icon-btn:hover .c-icon-btn__text, .c-icon-btn:focus-visible .c-icon-btn__text {
  color: #38BADC;
  transition: all 0.25s;
}
.c-icon-btn__text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.c-icon-btn__text::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff;
  -webkit-mask: url(../img/icon/icon_mail.svg) no-repeat center/cover;
          mask: url(../img/icon/icon_mail.svg) no-repeat center/cover;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
}
.c-icon-btn:hover, .c-icon-btn:focus-visible {
  color: #2DAEBB;
  background-color: #fff;
  transition: all 0.25s;
}
.c-icon-btn:hover .c-icon-btn__text::before, .c-icon-btn:focus-visible .c-icon-btn__text::before {
  background-color: #38BADC;
  transition: all 0.25s;
}
.c-icon-btn--post .c-icon-btn__text::before {
  -webkit-mask: url(../img/icon/icon_post.svg) no-repeat center/cover;
          mask: url(../img/icon/icon_post.svg) no-repeat center/cover;
}
.c-icon-btn--larg {
  max-width: 300px;
  padding: 24px 0.1em;
}
@media screen and (max-width: 767px) {
  .c-icon-btn--larg {
    font-size: 1.6rem;
  }
}

/* -------------------------------------
        c-select
-----------------------------------------*/
.c-select {
  position: relative;
}
.c-select::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 13px;
  height: 13px;
  background: url(../img/icon/icon_triangle.svg) no-repeat center/contain;
}
.c-select select {
  width: 100%;
  border: 1px solid #959595;
  border-radius: 5px;
  padding: 9px 15px;
  color: #7F7F7F;
  font-size: 1.4rem;
  cursor: pointer;
}

/* -------------------------------------
        c-tags
-----------------------------------------*/
.c-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.c-tags__item {
  display: inline-block;
  background-color: #EEFAF9;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 6px 8px;
  transition: 0.25s;
}
.c-tags__item:hover, .c-tags__item:focus-visible {
  color: #2DAEBB;
  border-color: #2DAEBB;
}

/* -------------------------------------
        c-reason
-----------------------------------------*/
.c-reason {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  padding: 20px 40px 25px 0;
}
@media screen and (max-width: 767px) {
  .c-reason {
    padding: 20px 20px 25px 0;
  }
}
.c-reason::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 51px;
  height: 46px;
  background: url(../img/common/num-bg.png) no-repeat center/contain;
}
.c-reason__num {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 10px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  z-index: 1;
}
.c-reason__content {
  display: flex;
  gap: 23px;
}
.c-reason__icon {
  display: inline-block;
  flex-shrink: 0;
  width: 89px;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .c-reason__icon {
    width: 86px;
  }
}
.c-reason__body {
  flex: 1;
}
.c-reason__title {
  font-family: "Notoserif_subset", serif;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-reason__title {
    font-size: 1.8rem;
  }
}
.c-reason__text {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .c-reason__text {
    font-size: 1.5rem;
  }
}

/* -------------------------------------
        c-lead
-----------------------------------------*/
.c-lead {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-lead {
    font-size: 1.5rem;
  }
}

/* -------------------------------------
        c-tel
-----------------------------------------*/
.c-tel__item {
  display: flex;
  align-items: center;
  color: #2DAEBB;
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.2;
  transition: opacity 0.25s;
  pointer-events: none;
}
.c-tel__item::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/icon/icon_tel.svg) no-repeat center/contain;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .c-tel__item {
    pointer-events: auto;
  }
  .c-tel__item:hover, .c-tel__item:focus-visible {
    opacity: 0.7;
  }
}
.c-tel__note {
  font-size: 1.2rem;
  text-align: center;
  margin-left: 10px;
}

.c-tel--black .c-tel__item {
  color: #333;
}

/* -------------------------------------
        c-greeting
-----------------------------------------*/
.c-greeting {
  display: grid;
  grid-template-columns: 536px 1fr;
  -moz-column-gap: 70px;
       column-gap: 70px;
  row-gap: 0;
  margin-top: 50px;
  align-items: start;
}
@media screen and (max-width: 992px) {
  .c-greeting {
    grid-template-columns: minmax(0, 45%) 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-greeting {
    grid-template-columns: 1fr;
    row-gap: 30px;
    margin-top: 30px;
  }
}
.c-greeting__img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 536px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-greeting__img {
    grid-row: auto;
    width: 100%;
  }
}
.c-greeting__img img {
  display: block;
  width: 100%;
  height: auto;
}
.c-greeting__body {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  .c-greeting__body {
    grid-column: auto;
    grid-row: auto;
  }
}
.c-greeting__position {
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-greeting__position {
    font-size: 1.4rem;
  }
}
.c-greeting__name {
  font-size: 2.4rem;
  line-height: 1.5;
}
.c-greeting__position + .c-greeting__name {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-greeting__name {
    font-size: 1.8rem;
  }
}
.c-greeting__text-warp {
  grid-column: 2/3;
  grid-row: 2/3;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-greeting__text-warp {
    grid-column: 1/-1;
    grid-row: auto;
    margin-top: 0;
  }
}
.c-greeting__text em {
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-greeting__text {
    font-size: 1.5rem;
  }
}
.c-greeting__text + .c-greeting__text {
  margin-top: 30px;
}
.c-greeting__title {
  color: #2DAEBB;
  font-family: "Notoserif_subset", serif;
  font-size: 2rem;
  font-weight: 600;
}
.c-greeting__title + * {
  margin-top: 15px;
}

/* -------------------------------------
        c-support
-----------------------------------------*/
.c-support {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .c-support {
    flex-direction: column;
  }
}
.c-support__img {
  max-width: 408px;
  width: 40%;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .c-support__img {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
  }
}
.c-support__img img {
  width: 100%;
}
.c-support__text-area {
  flex: 1;
  max-width: 535px;
}
@media screen and (max-width: 767px) {
  .c-support__text-area {
    max-width: 100%;
  }
}
.c-support__dl-row {
  padding-bottom: 30px;
  border-bottom: 1px solid #E7E7E7;
}
@media screen and (max-width: 767px) {
  .c-support__dl-row {
    padding-bottom: 20px;
  }
}
.c-support__dl-row:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-support__dl-row:not(:first-child) {
    margin-top: 20px;
  }
}
.c-support__dl-row:last-child {
  border-bottom: none;
}
.c-support__dt {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-support__dt {
    font-size: 1.6rem;
  }
}
.c-support__dt::before {
  content: "";
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  background-color: #2DAEBB;
  border-radius: 50%;
  margin-right: 8px;
}
.c-support__dd {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-support__dd {
    font-size: 1.4rem;
  }
}
.c-support__bg {
  background-color: #EEFAF9;
  padding: 35px 20px;
  margin-top: 20px;
}
.c-support__bg-title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.c-support__bg-text {
  line-height: 1.5;
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .c-support__bg-text {
    line-height: 1.8;
  }
}
@media screen and (max-width: 370px) {
  .c-support__bg-text {
    font-size: 1.4rem;
  }
}

/* -------------------------------------
        c-plan
-----------------------------------------*/
.c-plan {
  display: flex;
  flex-direction: column;
  position: relative;
}
.c-plan--recommend::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -8px;
  right: -8px;
  width: 167px;
  height: 114px;
  background: url(../img/under/plan_ribbon.png) no-repeat center/contain;
  z-index: 2;
}
.c-plan--recommend::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  outline: 5px solid #2DAEBB;
  z-index: 1;
}
.c-plan--recommend .c-plan__recommend {
  position: absolute;
  top: 32px;
  right: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transform: rotate(34deg);
  transform-origin: center;
  z-index: 3;
}
.c-plan__head {
  background-color: #2DAEBB;
  color: #fff;
  padding: 30px 10px;
}
.c-plan__title {
  font-family: "Notoserif_subset", serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.c-plan__lead {
  font-weight: 500;
  line-height: 1.5;
  margin-top: 15px;
  text-align: center;
}
.c-plan__sub-lead {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 5px;
}
.c-plan__head-price {
  font-family: "Roboto", sans-serif;
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 390px) {
  .c-plan__head-price {
    font-size: 3.6rem;
  }
}
.c-plan__head-price .unit {
  font-size: 3rem;
}
@media screen and (max-width: 390px) {
  .c-plan__head-price .unit {
    font-size: 2.4rem;
  }
}
.c-plan__head-price .price-from {
  display: inline-block;
  font-size: 1.5rem;
  transform: translateY(-8px);
  margin-left: 4px;
}
.c-plan__body {
  flex: 1;
  background-color: #fff;
  padding: 30px 25px;
}
.c-plan__set-price-wrap {
  background-color: #F4F4F4;
  outline: 2px solid #2DAEBB;
  border-radius: 5px;
  padding: 13px 5px;
}
.c-plan__set-price-wrap + .c-plan__note {
  margin-top: 10px;
}
.c-plan__set-price-text {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}
.c-plan__set-price-text .text-color {
  color: #056E79;
  font-weight: 500;
}
.c-plan__set-price {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  margin-top: 5px;
}
.c-plan__set-price-discount {
  min-width: 78px;
  flex-shrink: 0;
  background-color: #2DAEBB;
  border-radius: 8px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  text-align: center;
  padding: 1px 5px;
}
@media screen and (max-width: 390px) {
  .c-plan__set-price-discount {
    font-size: 1.8rem;
  }
}
.c-plan__set-price-discount .text-small {
  font-size: 1.2rem;
}
@media screen and (max-width: 390px) {
  .c-plan__set-price-discount .text-small {
    font-size: 1.2rem;
  }
}
.c-plan__set-price-main {
  font-family: "Roboto", sans-serif;
  font-size: 4.4rem;
  font-weight: 700;
  font-weight: 600;
  margin-left: 8px;
}
@media screen and (max-width: 390px) {
  .c-plan__set-price-main {
    font-size: 3.6rem;
  }
}
.c-plan__set-price-main .unit {
  font-size: 3rem;
}
@media screen and (max-width: 390px) {
  .c-plan__set-price-main .unit {
    font-size: 2.4rem;
  }
}
.c-plan__set-price-main .price-from {
  display: inline-block;
  font-size: 1.5rem;
  transform: translateY(-10px);
  margin-left: 2px;
}
.c-plan__note-wrap {
  line-height: 1.2;
}
.c-plan__note small {
  display: inline-block;
  font-size: 1.2rem;
}
.c-plan__list {
  padding-left: 1em;
  margin-top: 30px;
}
.c-plan__list li {
  font-size: 1.5rem;
  line-height: 1.5;
  text-indent: -1.1em;
}
.c-plan__list li:not(:first-child) {
  margin-top: 5px;
}
.c-plan__list li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #2DAEBB;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 3px;
}

/* -------------------------------------
        c-numcard
-----------------------------------------*/
.c-numcard {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  padding: 22px 30px 30px;
}
.c-numcard::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background: url(../img/common/num-bg02.png) no-repeat center/cover;
}
.c-numcard__num {
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 13px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  z-index: 1;
}
.c-numcard__icon {
  display: block;
  max-width: 70px;
  margin: 0 auto;
}
.c-numcard__title {
  font-family: "Notoserif_subset", serif;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-numcard__title {
    text-align: center;
  }
}
.c-numcard__body {
  margin-top: 20px;
}
.c-numcard__text em {
  font-style: normal;
  font-weight: 700;
}

/* -------------------------------------
        c-plantable
-----------------------------------------*/
.c-plantable__inner {
  overflow-x: auto;
}
.c-plantable__table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  table-layout: fixed;
}
.c-plantable__th-first {
  width: 267px;
}
@media screen and (max-width: 992px) {
  .c-plantable__th-first {
    width: 240px;
  }
}
.c-plantable th,
.c-plantable td {
  border: 1px solid #eee;
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 20px 20px;
}
@media screen and (max-width: 767px) {
  .c-plantable th,
  .c-plantable td {
    padding: 14px 20px;
  }
}
.c-plantable thead th {
  background-color: #2DAEBB;
  color: #fff;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.c-plantable thead th:first-child {
  background-color: #eee;
  color: #333;
  font-weight: 400;
  text-align: left;
}
.c-plantable__th-recommend {
  position: relative;
  overflow: hidden;
}
.c-plantable__recommend {
  position: absolute;
  top: 16px;
  right: -45px;
  width: 170px;
  background-color: #B96060;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 4px 0;
  transform: rotate(33deg);
}
.c-plantable tbody {
  font-family: "Roboto", sans-serif;
}
.c-plantable tbody .align-center {
  vertical-align: middle;
}
.c-plantable tbody .border {
  border: 2px solid #2DAEBB;
}
.c-plantable tbody th {
  background-color: #EEFAF9;
  font-weight: 400;
  text-align: left;
}
.c-plantable tbody td {
  background-color: #fff;
  text-align: right;
}
.c-plantable tbody td[colspan] {
  font-family: "Notosans_subset", sans-serif;
  font-size: 1.6rem;
  text-align: center;
}
.c-plantable tbody .unit {
  font-family: "Notosans_subset", sans-serif;
  font-size: 1.4rem;
}
.c-plantable__note-wrap {
  margin-top: 20px;
}
.c-plantable__note {
  position: relative;
  line-height: 1.5;
  padding-left: 16px;
}
.c-plantable__note::before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  margin-right: 5px;
}
.c-plantable__note small {
  display: block;
  font-size: 1.2rem;
}
.c-plantable__note em {
  color: #2DAEBB;
  font-style: normal;
  font-weight: 700;
}

/* -------------------------------------
        c-servicetable
-----------------------------------------*/
.c-servicetable__inner {
  overflow-x: auto;
}
.c-servicetable__table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  table-layout: fixed;
}
.c-servicetable__th-first {
  width: 329px;
}
@media screen and (max-width: 992px) {
  .c-servicetable__th-first {
    width: 300px;
  }
}
.c-servicetable th,
.c-servicetable td {
  border: 1px solid #eee;
  font-size: 2.2rem;
  line-height: 1.5;
  padding: 20px 20px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-servicetable th,
  .c-servicetable td {
    padding: 16px 20px;
  }
}
.c-servicetable thead th {
  background-color: #2DAEBB;
  color: #fff;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.c-servicetable thead th:first-child {
  background-color: #eee;
  color: #333;
  font-weight: 400;
  text-align: left;
}
.c-servicetable__th-recommend {
  position: relative;
  overflow: hidden;
}
.c-servicetable__recommend {
  position: absolute;
  top: 16px;
  right: -45px;
  width: 170px;
  background-color: #B96060;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 4px 0;
  transform: rotate(33deg);
}
.c-servicetable tbody .text-small {
  color: #555;
  display: inline-block;
  font-size: 1.2rem;
}
.c-servicetable tbody th {
  background-color: #EEFAF9;
  font-size: 1.6rem;
  font-weight: 400;
}
.c-servicetable tbody td {
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
}
tbody .c-servicetable__section th {
  background-color: #797979;
  color: #fff;
  font-family: "Notosans_subset", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  padding: 10px 20px;
}
tbody .c-servicetable__section th .sub-text {
  font-size: 1.4rem;
}
.c-servicetable__mark {
  display: block;
}
.c-servicetable__mark.maru {
  color: #0a4d5c;
}
.c-servicetable__mark.sankaku {
  color: #b8944d;
}
.c-servicetable__sub {
  display: block;
  font-family: "Notosans_subset", sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.c-servicetable__legend {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 20px;
}
.c-servicetable__note-wrap {
  margin-top: 20px;
}
.c-servicetable__note {
  position: relative;
  line-height: 1.5;
  padding-left: 16px;
}
.c-servicetable__note::before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  margin-right: 5px;
}
.c-servicetable__note small {
  display: block;
  font-size: 1.2rem;
}
.c-servicetable__note em {
  color: #2DAEBB;
  font-style: normal;
  font-weight: 700;
}

/* -------------------------------------
        c-servicetable02
-----------------------------------------*/
.c-servicetable02__inner {
  overflow-x: auto;
}
.c-servicetable02__table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  table-layout: fixed;
}
.c-servicetable02__th-first {
  width: 329px;
}
@media screen and (max-width: 992px) {
  .c-servicetable02__th-first {
    width: 300px;
  }
}
.c-servicetable02 th,
.c-servicetable02 td {
  border: 1px solid #eee;
  font-size: 2.2rem;
  line-height: 1.5;
  padding: 20px 20px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-servicetable02 th,
  .c-servicetable02 td {
    padding: 16px 20px;
  }
}
.c-servicetable02 thead th {
  background-color: #2DAEBB;
  color: #fff;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.c-servicetable02 thead th:first-child {
  background-color: #eee;
  color: #333;
  font-weight: 400;
  text-align: left;
}
.c-servicetable02__th-recommend {
  position: relative;
  overflow: hidden;
}
.c-servicetable02__recommend {
  position: absolute;
  top: 16px;
  right: -45px;
  width: 170px;
  background-color: #B96060;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 4px 0;
  transform: rotate(33deg);
}
.c-servicetable02 tbody th {
  background-color: #EEFAF9;
  font-size: 1.6rem;
  font-weight: 400;
}
.c-servicetable02 tbody td {
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  text-align: center;
  vertical-align: middle;
}
tbody .c-servicetable02__section th {
  background-color: #797979;
  color: #fff;
  font-family: "Notosans_subset", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  padding: 10px 20px;
}
.c-servicetable02__mark {
  font-family: "Notosans_subset", sans-serif;
  display: block;
}
.c-servicetable02__mark.maru {
  color: #0a4d5c;
}
.c-servicetable02__mark.batu {
  color: #B96060;
}
.c-servicetable02__sub {
  display: block;
  font-family: "Notosans_subset", sans-serif;
  line-height: 1.5;
  font-size: 1.6rem;
}
.c-servicetable02__sub small {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
}

/* -------------------------------------
        c-servicetable03
-----------------------------------------*/
.c-servicetable03__inner {
  overflow-x: auto;
}
.c-servicetable03__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.c-servicetable03__th-first {
  width: 30%;
}
@media screen and (max-width: 992px) {
  .c-servicetable03__th-first {
    width: 30%;
  }
}
.c-servicetable03__th-status {
  width: 18%;
}
@media screen and (max-width: 992px) {
  .c-servicetable03__th-status {
    width: 22%;
  }
}
.c-servicetable03 th,
.c-servicetable03 td {
  border: 1px solid #eee;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 20px 20px;
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  .c-servicetable03 th,
  .c-servicetable03 td {
    padding: 10px 10px;
    font-size: 1.6rem;
  }
}
.c-servicetable03 thead th {
  background-color: #2DAEBB;
  color: #fff;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
.c-servicetable03 thead th:first-child {
  background-color: #eee;
  color: #333;
  font-weight: 400;
  text-align: left;
}
.c-servicetable03 tbody th {
  background-color: #EEFAF9;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .c-servicetable03 tbody th {
    font-size: 1.4rem;
  }
}
.c-servicetable03 tbody td {
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
}
.c-servicetable03__mark {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
}
.c-servicetable03__mark.required {
  color: #2DAEBB;
}
.c-servicetable03__mark.recommend {
  color: #B96060;
}
.c-servicetable03__mark.option {
  color: #333;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .c-servicetable03__mark {
    font-size: 1.6rem;
  }
}
.c-servicetable03__remark {
  font-size: 1.5rem !important;
  text-align: left !important;
}
@media screen and (max-width: 992px) {
  .c-servicetable03__remark {
    font-size: 1.4rem !important;
  }
}

/* -------------------------------------
        c-faq
-----------------------------------------*/
.c-faq__row {
  background-color: #fff;
  line-height: 1.5;
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  .c-faq__row {
    padding: 20px 30px;
  }
}
.c-faq__row:not(:first-child) {
  margin-top: 30px;
}
.c-faq__head {
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-faq__head::before {
  content: "Q.";
  display: block;
  font-family: "Roboto", sans-serif;
  color: #2DAEBB;
  font-size: 2.8rem;
  line-height: 1.4;
  margin-right: 10px;
  transform: translateY(-4px);
}
@media screen and (max-width: 767px) {
  .c-faq__head::before {
    transform: translateY(0px);
  }
}
.c-faq__data {
  display: flex;
  margin-top: 5px;
}
.c-faq__data::before {
  content: "A.";
  display: block;
  color: #B96060;
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4;
  margin-right: 10px;
  transform: translateY(-4px);
}
@media screen and (max-width: 767px) {
  .c-faq__data::before {
    transform: translateY(0px);
  }
}
.c-faq em {
  font-style: normal;
  font-weight: 700;
}

/* -------------------------------------
        c-voice
-----------------------------------------*/
.c-voice {
  display: block;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .c-voice {
    padding: 30px 20px;
  }
}
.c-voice__head {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-voice__head {
    padding-bottom: 20px;
  }
}
.c-voice__meta-wrap {
  display: flex;
  align-items: flex-start;
}
.c-voice__meta {
  flex-shrink: 0;
  line-height: 1.5;
  margin-right: 20px;
}
.c-voice__person {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-voice__person {
    font-size: 1.4rem;
  }
}
.c-voice__area {
  color: #555;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-voice__area {
    font-size: 1.2rem;
  }
}
.c-voice__cate-wrap {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 6px;
  margin-left: auto;
}
.c-voice__cate {
  flex-shrink: 0;
  display: inline-block;
  background-color: #2DAEBB;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 8px 15px;
}
.c-voice__rating {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.c-voice__star {
  display: inline-block;
  max-width: 184px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .c-voice__star {
    max-width: 149px;
  }
}
.c-voice__body {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-voice__body {
    padding-top: 20px;
  }
}
.c-voice__title {
  border-left: 3px solid #2DAEBB;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  .c-voice__title {
    font-size: 1.8rem;
  }
}
.c-voice__content {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-voice__content {
    margin-top: 30px;
  }
}
.c-voice__block:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-voice__block:not(:first-child) {
    margin-top: 20px;
  }
}
.c-voice__label {
  position: relative;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 14px;
}
.c-voice__label::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #2DAEBB;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  margin-right: 5px;
}
.c-voice__text {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-voice__text {
    font-size: 1.5rem;
  }
}
.c-voice__bg {
  background-color: #EEFAF9;
  padding: 20px 25px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .c-voice__bg {
    margin-top: 20px;
  }
}
.c-voice__bg-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-voice__bg-text {
  font-size: 1.5rem;
  margin-top: 10px;
}
.c-voice__date {
  color: #555;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .c-voice__date {
    margin-top: 10px;
  }
}

/* -------------------------------------
        c-infobox
-----------------------------------------*/
.c-infobox {
  background-color: #F7F7F7;
  padding: 30px 20px;
}
.c-infobox__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.c-infobox__lead {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 10px;
}
.c-infobox__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
}
.c-infobox__bottom .c-tel {
  max-width: 244px;
}
.c-infobox__btn-text {
  font-size: 1.5rem;
}
.c-infobox__btn {
  display: inline-block;
  max-width: 211px;
  width: 100%;
  border: 1px solid #2DAEBB;
  background-color: #2DAEBB;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  transition: 0.25s;
  z-index: 10;
  padding: 14px 10px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .c-infobox__btn {
    font-size: 1.4rem;
    padding: 13px 8px;
  }
}
.c-infobox__btn:hover, .c-infobox__btn:focus-visible {
  background-color: #fff;
  color: #2DAEBB;
}

/* -------------------------------------
        c-block-info
-----------------------------------------*/
.c-block-info {
  background-color: #2DAEBB;
  color: #fff;
  padding: 40px 40px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-block-info {
    padding: 40px 20px;
    margin-top: 30px;
  }
}
.c-block-info__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-block-info__title {
    font-size: 1.8rem;
  }
}
.c-block-info__title::before, .c-block-info__title::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-block-info__title::before, .c-block-info__title::after {
    content: none;
    margin: 0;
  }
}
.c-block-info__title::before {
  margin-right: 20px;
}
.c-block-info__title::after {
  margin-left: 20px;
}
.c-block-info .c-block-info__text {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-block-info .c-block-info__text {
    font-size: 1.4rem;
  }
}
.c-block-info__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  .c-block-info__bottom {
    flex-direction: column;
    gap: 20px;
  }
}
.c-block-info__tel {
  flex-shrink: 0;
}
.c-block-info__tel-item {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.2;
  transition: opacity 0.25s;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-block-info__tel-item {
    pointer-events: auto;
  }
  .c-block-info__tel-item:hover, .c-block-info__tel-item:focus-visible {
    opacity: 0.7;
  }
}
.c-block-info .c-block-info__tel-note {
  font-size: 1.2rem;
  margin-top: 0;
}
.c-block-info__btn-wrap {
  max-width: 314px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-block-info__btn-wrap {
    max-width: 285px;
  }
}
.c-block-info__btn {
  display: inline-block;
  position: relative;
  width: 100%;
  border: 1px solid #fff;
  background-color: #fff;
  color: #2DAEBB;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  transition: 0.25s;
  z-index: 10;
  padding: 16px 10px;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  .c-block-info__btn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 360px) {
  .c-block-info__btn {
    font-size: 1.4rem;
  }
}
.c-block-info__btn:hover, .c-block-info__btn:focus-visible {
  background-color: #2DAEBB;
  color: #fff;
}

/* -------------------------------------
        c-breadcrumb
-----------------------------------------*/
.c-breadcrumb {
  display: flex;
  position: relative;
  width: 100%;
  font-size: 1.4rem;
  padding: 30px 0 0 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    display: none;
  }
}
.c-breadcrumb__icon {
  display: inline-block;
  background: url(../img/icon/icon_arrow-right.svg) no-repeat 50% 50%;
  background-size: 5px auto;
  padding: 5px 3px;
  margin: 0 10px;
}
.c-breadcrumb a {
  text-decoration: underline;
  transition: 0.25s;
}
.c-breadcrumb a:hover, .c-breadcrumb a:focus-visible {
  opacity: 0.7;
}

/* -------------------------------------
        c-side
-----------------------------------------*/
.c-side__title {
  padding-bottom: 3px;
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: solid 1px #2DAEBB;
}
.c-side__cate, .c-side__ranking {
  margin-top: 25px;
}
.c-side__cate-item, .c-side__ranking-item {
  margin-top: 10px;
}
.c-side__cate-item a:hover, .c-side__ranking-item a:hover {
  color: #2DAEBB;
  transition: color 0.25s;
}
@media screen and (max-width: 767px) {
  .c-side__cate-item a, .c-side__ranking-item a {
    font-size: 1.5rem;
  }
}
.c-side__cate-item {
  position: relative;
  padding-left: 1.5rem;
}
.c-side__cate-item::before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  top: 2px;
  width: 12px;
  height: 24px;
  background-image: url(../img/icon/icon_arrow-right-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-side__cate-item.is-current {
  color: #2DAEBB;
}
.c-side__ranking-item a {
  display: flex;
}
.c-side__ranking-item .num {
  position: relative;
  top: 4px;
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #d2a96c;
  text-align: center;
  border-radius: 100%;
}
.c-side__ranking-item p {
  width: calc(100% - 35px);
}
.c-side + .c-side {
  margin-top: 60px;
}

/* -------------------------------------
        c-pager
-----------------------------------------*/
.c-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
}
.c-pager__prev, .c-pager__next {
  position: relative;
  max-width: 200px;
  width: 100%;
  height: 100%;
}
.c-pager__prev a, .c-pager__next a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  border: 1px solid #7E7260;
  border-radius: 4px;
  letter-spacing: 0.1em;
  padding: 12px 10px;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  .c-pager__prev a, .c-pager__next a {
    font-size: 1.4rem;
    padding: 7px 4px;
  }
}
.c-pager__prev a:hover, .c-pager__prev a:focus-visible, .c-pager__next a:hover, .c-pager__next a:focus-visible {
  opacity: 0.7;
}
.c-pager__prev img, .c-pager__next img {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.c-pager__prev a img {
  left: 10px;
}
.c-pager__next a img {
  right: 10px;
}
.c-pager__archive {
  max-width: 95px;
  width: 100%;
  height: 100%;
  margin: 0 8px;
}
@media screen and (max-width: 360px) {
  .c-pager__archive {
    max-width: 90px;
    margin: 0 14px;
  }
}
.c-pager__archive a {
  display: inline-block;
  width: 100%;
  height: 41px;
  border: 1px solid #2DAEBB;
  border-radius: 4px;
  font-size: 1.2rem;
  text-align: center;
  padding: 9px 4px;
  transition: 0.2s;
}
@media screen and (max-width: 360px) {
  .c-pager__archive a {
    font-size: 1.4rem;
  }
}
.c-pager__archive a:hover, .c-pager__archive a:focus-visible {
  opacity: 0.7;
}

/* -------------------------------------
        p-mv
-----------------------------------------*/
.p-mv {
  height: 666px;
  padding: 40px 0;
  background: linear-gradient(to right, #ffffff 40%, rgba(255, 255, 255, 0) 100%), url(../img/top/mv_img.jpg) no-repeat 70% center/cover;
}
@media screen and (max-width: 767px) {
  .p-mv {
    background: linear-gradient(to right, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0.53) 100%, rgba(255, 255, 255, 0) 100%), url(../img/top/mv_img-sp.jpg) no-repeat 70% center/cover;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: auto;
    padding: 46px 0 60px;
  }
}
.p-mv__inner {
  position: relative;
  max-width: 1600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 100px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .p-mv__inner {
    padding: 0 20px;
  }
}
.p-mv__content {
  position: relative;
  margin-top: -9px;
}
@media screen and (max-width: 767px) {
  .p-mv__content {
    margin-top: 0;
  }
}
.p-mv__title {
  font-family: "Notoserif_subset", serif;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 390px) {
  .p-mv__title {
    font-size: 6.2vw;
  }
}
.p-mv__tags {
  display: flex;
  gap: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-mv__tags {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 35px;
  }
}
.p-mv__tags + .p-mv__tags {
  margin-top: 10px;
}
.p-mv__tag {
  background-color: #FAFEFF;
  border: 2px solid #2DAEBB;
  line-height: 1.2;
  padding: 13px 13px;
}
@media screen and (max-width: 767px) {
  .p-mv__tag {
    font-size: 1.5rem;
  }
}
.p-mv__bottom {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-mv__bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 25px;
    margin-top: 35px;
  }
}
.p-mv__btn-wrap {
  width: 314px;
}
.p-mv__btn-wrap .c-btn {
  max-width: 314px;
}
@media screen and (max-width: 767px) {
  .p-mv__btn-wrap .c-btn {
    max-width: 240px;
    font-size: 1.6rem;
    padding: 21px 8px;
  }
}
.p-mv__tel-wrap {
  max-width: 263px;
}
.p-mv__note small {
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-mv__note small {
    font-size: 1.2rem;
  }
}

.p-mv--service01 {
  background: linear-gradient(to right, #ffffff 40%, rgba(255, 255, 255, 0) 100%), url(../img/under/service01_mv.jpg) no-repeat 70% center/cover;
}
@media screen and (max-width: 767px) {
  .p-mv--service01 {
    background: linear-gradient(to right, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0.53) 100%, rgba(255, 255, 255, 0) 100%), url(../img/under/service01_mv-sp.jpg) no-repeat 70% center/cover;
  }
}
@media screen and (max-width: 410px) {
  .p-mv--service01 .p-mv__title {
    font-size: 6vw;
  }
}

.p-mv--service02 {
  background: linear-gradient(to right, #ffffff 40%, rgba(255, 255, 255, 0) 100%), url(../img/under/service02_mv.jpg) no-repeat 70% center/cover;
}
@media screen and (max-width: 767px) {
  .p-mv--service02 {
    background: linear-gradient(to right, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0.53) 100%, rgba(255, 255, 255, 0) 100%), url(../img/under/service02_mv-sp.jpg) no-repeat 70% center/cover;
  }
}
@media screen and (max-width: 410px) {
  .p-mv--service02 .p-mv__title {
    font-size: 6vw;
  }
}

.p-mv--service03 {
  background: linear-gradient(to right, #ffffff 40%, rgba(255, 255, 255, 0) 100%), url(../img/under/service03_mv.jpg) no-repeat 70% center/cover;
}
@media screen and (max-width: 767px) {
  .p-mv--service03 {
    background: linear-gradient(to right, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0.53) 100%, rgba(255, 255, 255, 0) 100%), url(../img/under/service03_mv-sp.jpg) no-repeat 70% center/cover;
  }
}
@media screen and (max-width: 410px) {
  .p-mv--service03 .p-mv__title {
    font-size: 6vw;
  }
}

/* -------------------------------------
        p-intro
-----------------------------------------*/
.p-intro {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding: 40px 0 60px;
  }
}
.p-intro__title {
  font-family: "Notoserif_subset", serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-intro__title {
    font-size: 2rem;
    text-align: left;
  }
}
.p-intro__text {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-intro__text {
    font-size: 1.6rem;
    text-align: left;
    margin-top: 18px;
  }
}
.p-intro__text-medium {
  line-height: 2;
  text-align: center;
}
.p-intro__img {
  margin-top: 80px;
  text-align: center;
}
.p-intro__media {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-intro__media {
    margin-top: 60px;
  }
}
.p-intro__media-container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-intro__media-container {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.p-intro__media-img {
  width: 47%;
  max-width: 540px;
}
@media screen and (max-width: 767px) {
  .p-intro__media-img {
    width: 100%;
    max-width: 100%;
  }
}
.p-intro__media-img img {
  width: 100%;
}
.p-intro__media-text-area {
  flex: 1;
}
.p-intro__media-title {
  color: #2DAEBB;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-intro__media-title {
    font-size: 1.8rem;
  }
}
.p-intro__media-list {
  border-left: 1px solid #2DAEBB;
  padding-left: 15px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-intro__media-list {
    margin-top: 20px;
  }
}
.p-intro__media-list li {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-intro__media-list li {
    font-size: 1.6rem;
  }
}
.p-intro__media-list li:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-intro__media-list li:not(:first-child) {
    margin-top: 15px;
  }
}
.p-intro__media-catch {
  display: flex;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-intro__media-catch {
    font-size: 1.8rem;
    margin-top: 30px;
  }
}
.p-intro__media-catch::before {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url(../img/icon/icon_check.svg) no-repeat center/contain;
  margin-right: 10px;
  transform: translateY(6px);
}
@media screen and (max-width: 767px) {
  .p-intro__media-catch::before {
    width: 17px;
    height: 17px;
    margin-right: 8px;
    transform: translateY(7px);
  }
}

/* -------------------------------------
        p-top-service
-----------------------------------------*/
.p-top-service {
  position: relative;
  background: transparent url(../img/top/service_bg.jpg) no-repeat center top/cover;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-top-service {
    padding: 60px 0;
  }
}
.p-top-service::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 100%);
  width: 100%;
  height: 20px;
  pointer-events: none;
  z-index: 1;
}
.p-top-service__sp-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-service__sp-nav {
    display: block;
  }
}
.p-top-service__nav-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 32px;
}
.p-top-service__nav-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #2DAEBB;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  padding: 10px 5px;
}
@media screen and (max-width: 390px) {
  .p-top-service__nav-item a {
    font-size: 1.3rem;
  }
}
.p-top-service__nav-item a::after {
  content: "";
  display: inline-block;
  width: 25px;
  aspect-ratio: 25/12;
  background: url(../img/icon/icon_arrow-down.svg) no-repeat center/contain;
  margin-top: 5px;
}
@media screen and (max-width: 390px) {
  .p-top-service__nav-item a::after {
    font-size: 1.3rem;
    width: 20px;
  }
}
.p-top-service__card-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 0;
  margin-top: 60px;
}
@media screen and (max-width: 1050px) {
  .p-top-service__card-wrap {
    grid-template-columns: repeat(2, 1fr);
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__card-wrap {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 30px;
    margin-top: 40px;
  }
}
.p-top-service__card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1050px) {
  .p-top-service__card:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1050px) and (max-width: 767px) {
  .p-top-service__card:nth-child(n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__card {
    display: block;
    grid-row: auto;
    margin-top: 0;
  }
}
.p-top-service__card-link {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: 1/span 4;
  border: solid 3px transparent;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-service__card-link {
    display: block;
    grid-row: auto;
  }
}
.p-top-service__card-link:hover, .p-top-service__card-link:focus-visible {
  border-color: #2DAEBB;
}
.p-top-service__card-link:hover .p-top-service__card-link-text::after, .p-top-service__card-link:focus-visible .p-top-service__card-link-text::after {
  transform: translateX(6px);
}
.p-top-service__card-img {
  grid-row: 1;
}
.p-top-service__card-img img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top-service__card-body {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: 2/span 3;
  background-color: #fff;
  padding: 40px 35px 24px;
}
@media screen and (max-width: 767px) {
  .p-top-service__card-body {
    display: block;
    grid-row: auto;
  }
}
.p-top-service__card-content {
  grid-row: 1;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-top-service__card-content {
    grid-row: auto;
    padding-bottom: 18px;
  }
}
.p-top-service__card-title {
  font-family: "Notoserif_subset", serif;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-service__card-title {
    font-size: 2rem;
  }
}
.p-top-service__card--num {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background-color: #2DAEBB;
  border-radius: 50%;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
}
.p-top-service__card-text {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-top-service__card-text {
    font-size: 1.5rem;
  }
}
.p-top-service__card-price {
  grid-row: 2;
  padding: 10px 0 20px;
}
@media screen and (max-width: 767px) {
  .p-top-service__card-price {
    grid-row: auto;
  }
}
.p-top-service__card-dl-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 10px;
}
.p-top-service__card-dl-item--highlight {
  background-color: #FCF8BE;
}
.p-top-service__card-dl-item--highlight .p-top-service__card-dt {
  font-weight: 500;
}
.p-top-service__card-dt {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__card-dt {
    font-size: 1.4rem;
  }
}
.p-top-service__card-dd {
  color: #2DAEBB;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 500;
}
.p-top-service__card-price-unit {
  display: inline-block;
  color: #333;
  font-family: "Notosans_subset", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 5px;
}
.p-top-service__card-dl-note {
  font-size: 1rem;
  padding: 0 10px;
}
.p-top-service__card-link-wrap {
  grid-row: 3;
  align-self: end;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-top-service__card-link-wrap {
    grid-row: auto;
  }
}
.p-top-service__card-link-text {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
}
.p-top-service__card-link-text::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 12px;
  background: url(../img/icon/icon_arrow-right.svg) no-repeat center/contain;
  margin-left: 9px;
  transition: transform 0.25s;
}

/* -------------------------------------
        p-top-reason
-----------------------------------------*/
.p-top-reason {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-top-reason {
    padding: 60px 0;
  }
}
.p-top-reason__list {
  display: grid;
  gap: 40px 50px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .p-top-reason__list {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-reason__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
  }
}

/* -------------------------------------
        p-cta
-----------------------------------------*/
.p-cta {
  position: relative;
  padding-top: 34px;
}
.p-cta::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  background: linear-gradient(rgba(45, 174, 187, 0.9), rgba(45, 174, 187, 0.9)), url(../img/common/cta_bg.jpg) no-repeat center center/cover;
  width: 100%;
  height: 237px;
  z-index: -1;
}
.p-cta__title {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}
.p-cta__content {
  background-color: #fff;
  max-width: 864px;
  padding: 40px 30px 50px;
  margin: 24px auto 0;
}
@media screen and (max-width: 767px) {
  .p-cta__content {
    margin: 24px 10px 0;
  }
}
@media screen and (max-width: 390px) {
  .p-cta__content {
    margin-right: auto;
    margin-left: auto;
  }
}
.p-cta__catch {
  font-family: "Notoserif_subset", serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta__catch {
    font-size: 2rem;
  }
}
.p-cta__text {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-cta__text {
    font-size: 1.6rem;
  }
}
.p-cta__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px 50px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-cta__bottom {
    flex-direction: column;
    margin-top: 25px;
  }
}
.p-cta__tel-wrap {
  width: 244px;
}
.p-cta__btn-wrap {
  width: 211px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-cta__btn-wrap {
    width: 100%;
    text-align: center;
  }
}
.p-cta__btn-wrap .c-btn {
  padding: 13px 10px;
}
@media screen and (max-width: 767px) {
  .p-cta__btn-wrap .c-btn {
    max-width: 282px;
  }
}

.p-cta--service .p-cta__content {
  max-width: 828px;
}
@media screen and (max-width: 410px) {
  .p-cta--service .p-cta__content {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 360px) {
  .p-cta--service .p-cta__content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.p-cta--service .p-cta__text {
  margin-top: 20px;
}
@media screen and (max-width: 390px) {
  .p-cta--service .p-cta__text {
    font-size: 1.4rem;
  }
}
.p-cta--service .p-cta__btn-wrap {
  width: 314px;
}
.p-cta--service .p-cta__btn-wrap .c-btn {
  max-width: 314px;
}

/* -------------------------------------
        p-top-support
-----------------------------------------*/
.p-top-support {
  position: relative;
  padding: 242px 0px 75px;
  margin-top: -147px;
}
@media screen and (max-width: 992px) {
  .p-top-support {
    padding: 279px 0 100px;
    margin-top: -180px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-support {
    padding: 333px 0 50px;
    margin-top: -270px;
  }
}
.p-top-support::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, #EEFAF9 0%, #F1FBFA 53.85%, #FFF 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-support::before {
    height: 330px;
  }
}
.p-top-support::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 233px;
  right: 0;
  width: 379px;
  aspect-ratio: 379/255;
  background: url(../img/common/bg_ring01.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-support::after {
    content: none;
  }
}
.p-top-support__content {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-top-support__content {
    margin-top: 40px;
  }
}
.p-top-support__bg {
  background-color: #EEFAF9;
  padding: 35px 20px;
  margin-top: 20px;
}
.p-top-support__bg-title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.p-top-support__bg-text {
  line-height: 1.5;
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-top-support__bg-text {
    line-height: 1.8;
  }
}
@media screen and (max-width: 370px) {
  .p-top-support__bg-text {
    font-size: 1.4rem;
  }
}

/* -------------------------------------
        p-greeting
-----------------------------------------*/
.p-greeting {
  position: relative;
  padding: 100px 0 65px;
}
@media screen and (max-width: 767px) {
  .p-greeting {
    padding: 60px 0;
  }
}
.p-greeting::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 130px;
  left: 0;
  width: 379px;
  aspect-ratio: 379/255;
  background: url(../img/common/bg_ring02.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-greeting::after {
    content: none;
  }
}
.p-greeting--top {
  padding: 75px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-greeting--top {
    padding: 50px 0 60px;
  }
}
.p-greeting__media {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-greeting__media {
    margin-top: 30px;
  }
}

/* -------------------------------------
        p-top-column
-----------------------------------------*/
.p-top-column {
  background-color: #EEFAF9;
  padding: 242px 0 100px;
  margin-top: -147px;
}
@media screen and (max-width: 992px) {
  .p-top-column {
    padding: 279px 0 100px;
    margin-top: -180px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-column {
    padding: 330px 0 50px;
    margin-top: -270px;
  }
}
.p-top-column__card-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 30px;
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .p-top-column__card-wrap {
    gap: 25px 20px;
  }
}
@media screen and (max-width: 992px) {
  .p-top-column__card-wrap {
    grid-template-columns: repeat(1, 1fr);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-column__card-wrap {
    margin-top: 30px;
  }
}
.p-top-column__btn-wrap {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-column__btn-wrap {
    margin-top: 40px;
  }
}

/* -------------------------------------
        p-offer
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .p-offer {
    background: transparent url(../img/top/offer_img-sp.jpg) no-repeat center center/cover;
    padding: 60px 0;
  }
}
.p-offer .l-inner {
  max-width: 1320px;
}
.p-offer__content {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
}
@media screen and (max-width: 1200px) {
  .p-offer__content {
    align-items: stretch;
  }
}
.p-offer__text-area {
  width: 39.5454%;
  max-width: 472px;
  padding: 50px 0;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .p-offer__text-area {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}
.p-offer__title {
  font-family: "Notoserif_subset", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-offer__title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 382px) {
  .p-offer__title {
    font-size: 5.6vw;
  }
}
.p-offer__text {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-offer__text {
    font-size: 1.5rem;
  }
}
.p-offer__img {
  position: relative;
  margin-right: auto;
  margin-left: calc(-50vw + 50%);
  width: 49.31vw;
  min-height: 526px;
}
@media screen and (max-width: 767px) {
  .p-offer__img {
    display: none;
  }
}
.p-offer__img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -2px;
  width: 54.11%;
  min-height: 100%;
  background: linear-gradient(90deg, rgba(246, 246, 246, 0) 0%, #fff 100%);
}
.p-offer__img img {
  width: 100%;
  height: 100%;
  min-height: 526px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-offer__round-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-offer__round-wrap {
    justify-content: center;
  }
}
.p-offer__round {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 114px;
  height: 114px;
  margin-right: 20px;
  background-color: #EEFAF9;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .p-offer__round {
    width: 100px;
    height: 100px;
    margin-right: 10px;
  }
  .p-offer__round:last-child {
    margin-right: 0;
  }
}
.p-offer__round-number {
  font-size: 1.5rem;
  line-height: 1;
}
.p-offer__round-number span {
  font-size: 3rem;
  font-family: roboto;
  color: #2DAEBB;
  font-weight: 600;
}
.p-offer__round-cap {
  font-size: 1.2rem;
}
.p-offer__btn-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-offer__btn-wrap {
    text-align: center;
  }
}
.p-offer__btn-wrap .c-btn {
  max-width: 300px;
  font-size: 1.6rem;
  padding: 18px 40px;
}
@media screen and (max-width: 767px) {
  .p-offer__btn-wrap .c-btn {
    max-width: 360px;
  }
}

/* -------------------------------------
        p-office
-----------------------------------------*/
.p-office {
  padding: 65px 0 100px;
}
.service03 .p-office {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-office {
    padding: 60px 0 100px;
  }
  .service03 .p-office {
    padding-top: 60px;
  }
}
.p-office--top {
  padding: 100px 0 200px;
}
@media screen and (max-width: 767px) {
  .p-office--top {
    padding: 60px 0 100px;
  }
}
.p-office__content {
  display: flex;
  gap: 80px;
  max-width: 910px;
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .p-office__content {
    flex-direction: column-reverse;
    gap: 30px;
    margin-top: 40px;
  }
}
.p-office__body {
  flex: 1;
}
.p-office__name {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-office__name {
    font-size: 1.8rem;
  }
}
.p-office__name::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #2DAEBB;
  border-radius: 50%;
  margin-right: 8px;
}
.p-office__address {
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-office__address {
    font-size: 1.5rem;
  }
}
.p-office__access {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-office__access {
    margin-top: 20px;
  }
}
.p-office__access-title {
  color: #2DAEBB;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}
.p-office__access-text-wrap {
  margin-top: 8px;
}
.p-office__access-text {
  color: #555;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-office__access-text {
    font-size: 1.4rem;
  }
}
.p-office__img {
  width: 54%;
  max-width: 488px;
}
@media screen and (max-width: 767px) {
  .p-office__img {
    width: 100%;
    max-width: 100%;
  }
}
.p-office__img img {
  width: 100%;
}

/* -------------------------------------
        p-service
-----------------------------------------*/
.p-service {
  position: relative;
  background: transparent url(../img/under/under-service_bg.jpg) no-repeat center top/cover;
  padding: 100px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-service {
    background-image: url(../img/under/under-service_bg-sp.jpg);
    padding: 60px 0;
  }
}
.p-service::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 100%);
  width: 100%;
  height: 20px;
  pointer-events: none;
  z-index: 1;
}
.p-service__sp-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-service__sp-nav {
    display: block;
  }
}
.p-service__card-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 25px;
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  .p-service__card-wrap {
    grid-template-columns: repeat(1, 1fr);
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-service__card-wrap {
    margin-top: 70px;
  }
}
.p-service__card {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  padding: 60px 25px 40px;
}
.p-service__card-title {
  font-family: "Notoserif_subset", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service__card-title {
    font-size: 1.8rem;
  }
}
.p-service__card--num {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background-color: #2DAEBB;
  border-radius: 50%;
  color: #fff;
  font-family: "Notoserif_subset", serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
}
.p-service__card-text {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-service__card-text {
    font-size: 1.5rem;
  }
}
.p-service__card-text em {
  color: #2DAEBB;
  font-style: normal;
  font-weight: 500;
}
.p-service__card-price {
  grid-row: 2;
  padding: 10px 0 20px;
}
@media screen and (max-width: 767px) {
  .p-service__card-price {
    grid-row: auto;
  }
}
.p-service__card-dl-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 10px;
}
.p-service__card-dl-item--highlight {
  background-color: #FCF8BE;
}
.p-service__card-dl-item--highlight .p-service__card-dt {
  font-weight: 500;
}
.p-service__card-dt {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-service__card-dt {
    font-size: 1.4rem;
  }
}
.p-service__card-dd {
  color: #2DAEBB;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 500;
}
.p-service__card-price-unit {
  display: inline-block;
  color: #333;
  font-family: "Notosans_subset", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 5px;
}
.p-service__card-dl-note {
  font-size: 1rem;
  padding: 0 10px;
}
.p-service__card-link-wrap {
  grid-row: 3;
  align-self: end;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-service__card-link-wrap {
    grid-row: auto;
  }
}
.p-service__card-link-text {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
}
.p-service__card-link-text::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 12px;
  background: url(../img/icon/icon_arrow-right.svg) no-repeat center/contain;
  margin-left: 9px;
  transition: transform 0.25s;
}

/* -------------------------------------
        p-procedure
-----------------------------------------*/
.p-procedure {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-procedure {
    padding: 60px 0;
  }
}
.p-procedure__dl {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-procedure__dl {
    margin-top: 30px;
  }
}
.p-procedure__row {
  display: flex;
  border-bottom: 1px solid #EEE;
}
.p-procedure__row--head .p-procedure__dt, .p-procedure__row--head .p-procedure__dd {
  background-color: #2DAEBB;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-procedure__row--head .p-procedure__dt, .p-procedure__row--head .p-procedure__dd {
    font-size: 1.6rem;
    text-align: center;
  }
}
.p-procedure__dt {
  flex-shrink: 0;
  background-color: #fff;
  width: 332px;
  font-weight: 500;
  line-height: 1.5;
  padding: 20px 40px;
}
@media screen and (max-width: 992px) {
  .p-procedure__dt {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .p-procedure__dt {
    width: 120px;
    font-size: 1.4rem;
    padding: 20px 10px 20px 20px;
  }
}
.p-procedure__dd {
  flex: 1;
  background-color: #fff;
  border-left: 1px solid #EEE;
  line-height: 1.6;
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .p-procedure__dd {
    font-size: 1.4rem;
    padding: 20px;
  }
}
.p-procedure__dd em {
  display: inline-block;
  font-style: normal;
  color: #2DAEBB;
  font-weight: 500;
}
.p-procedure__dd .text {
  display: inline-block;
  margin-right: 13px;
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  .p-procedure__dd .text {
    margin-right: 10px;
  }
}
.p-procedure__dd .tag {
  display: inline-block;
  color: #fff;
  background-color: #B96060;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 4px 5px;
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  .p-procedure__dd .tag {
    font-size: 1rem;
    padding: 4px 4px;
  }
}
.p-procedure__list {
  padding-left: 1em;
}
.p-procedure__list li {
  text-indent: -0.8em;
}
.p-procedure__list li:not(:first-child) {
  margin-top: 5px;
}
.p-procedure__list li::before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  background-color: #333;
  border-radius: 50%;
  margin-right: 8px;
  margin-bottom: 3px;
}
.p-procedure__list li .text {
  display: inline-block;
  margin-right: 13px;
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  .p-procedure__list li .text {
    margin-right: 10px;
  }
}
.p-procedure__list li .tag {
  display: inline-block;
  color: #fff;
  background-color: #B96060;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 4px 5px;
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  .p-procedure__list li .tag {
    font-size: 1rem;
    padding: 4px 4px;
  }
}
.p-procedure__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-procedure__bottom {
    gap: 9px;
    margin-top: 30px;
  }
}
.p-procedure__bottom::before, .p-procedure__bottom::after {
  content: "";
  display: inline-block;
  width: 101px;
  height: 124px;
  background: url(../img/under/procedure_icon01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-procedure__bottom::before, .p-procedure__bottom::after {
    width: 50px;
    height: 61px;
  }
}
.p-procedure__bottom::before {
  background-image: url(../img/under/procedure_icon01.png);
}
.p-procedure__bottom::after {
  background: url(../img/under/procedure_icon02.png) no-repeat center/contain;
}
.p-procedure__bottom-text {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-procedure__bottom-text {
    font-size: 1.5rem;
  }
}

/* -------------------------------------
        p-support
-----------------------------------------*/
.p-support {
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-support {
    padding: 60px 0;
  }
}
.p-support::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 233px;
  right: 0;
  width: 379px;
  aspect-ratio: 379/255;
  background: url(../img/common/bg_ring01.png) no-repeat center/contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-support::after {
    content: none;
  }
}
.p-support__content {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-support__content {
    margin-top: 40px;
  }
}

.p-support--service::after {
  top: 62px;
}

/* -------------------------------------
        p-worries
-----------------------------------------*/
.p-worries {
  overflow: hidden;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-worries {
    padding-top: 40px;
  }
}
.p-worries__content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-worries__content {
    flex-direction: column-reverse;
  }
}
.p-worries__text-area {
  flex: 1;
  max-width: 630px;
  margin: 25px 50px 0 0;
}
@media screen and (max-width: 1200px) {
  .p-worries__text-area {
    padding: 25px 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-worries__text-area {
    max-width: 100%;
    margin: 25px 0 0 0;
  }
}
.p-worries__title {
  font-family: "Notoserif_subset", serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 4px;
  border-bottom: 1px solid #2DAEBB;
}
@media screen and (max-width: 1200px) {
  .p-worries__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-worries__title {
    font-size: 2.2rem;
  }
}
.p-worries__list {
  padding-left: 1.2em;
  margin-top: 30px;
}
.p-worries__item {
  font-size: 1.8rem;
  line-height: 1.5;
  text-indent: -1em;
}
@media screen and (max-width: 1200px) {
  .p-worries__item {
    font-size: 1.6rem;
  }
}
.p-worries__item:not(:first-child) {
  margin-top: 20px;
}
.p-worries__item::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #848484;
  border-radius: 50%;
  margin-right: 8px;
}
.p-worries__item em {
  color: #2DAEBB;
  font-style: normal;
  font-weight: 500;
}
.p-worries__catch {
  display: flex;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .p-worries__catch {
    font-size: 1.8rem;
    margin-top: 30px;
  }
}
.p-worries__catch::before {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url(../img/icon/icon_check.svg) no-repeat center/contain;
  margin-right: 10px;
  transform: translateY(6px);
}
@media screen and (max-width: 1200px) {
  .p-worries__catch::before {
    width: 17px;
    height: 17px;
    margin-right: 8px;
    transform: translateY(7px);
  }
}
.p-worries__img {
  position: relative;
  margin-left: auto;
  margin-right: calc(-50vw + 50%);
  width: 43.5vw;
  min-height: 638px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .p-worries__img {
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .p-worries__img {
    margin: 0;
    min-height: auto;
    width: 100%;
  }
}
.p-worries__img::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  min-height: 638px;
  height: 100%;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0.4) 24%, rgba(255, 255, 255, 0) 30%);
}
@media screen and (max-width: 767px) {
  .p-worries__img::before {
    content: none;
  }
}
.p-worries__img img {
  width: 100%;
  min-height: 638px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-worries__img img {
    height: auto;
    min-height: inherit;
  }
}

/* -------------------------------------
        p-plan
-----------------------------------------*/
.p-plan {
  padding: 327px 0 100px;
  margin-top: -227px;
}
@media screen and (max-width: 767px) {
  .p-plan {
    padding: 388px 0 60px;
    margin-top: -328px;
  }
}
.p-plan__list {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 80px;
}
@media screen and (max-width: 1300px) {
  .p-plan__list {
    gap: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .p-plan__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 900px) {
  .p-plan__list {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__list {
    margin-top: 40px;
  }
}
.p-plan__list .c-plan {
  width: calc(33.3333% - 40px);
}
@media screen and (max-width: 1300px) {
  .p-plan__list .c-plan {
    width: calc(33.3333% - 16px);
  }
}
@media screen and (max-width: 1200px) {
  .p-plan__list .c-plan {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 900px) {
  .p-plan__list .c-plan {
    width: 100%;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-plan__note-wrap {
  margin-top: 20px;
}
.p-plan__note {
  position: relative;
  line-height: 1.5;
  padding-left: 16px;
}
.p-plan__note::before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  margin-right: 5px;
}
.p-plan__note small {
  display: block;
  font-size: 1.2rem;
}
.p-plan__note em {
  color: #2DAEBB;
  font-style: normal;
  font-weight: 700;
}

/* -------------------------------------
        p-plan-service
-----------------------------------------*/
.p-plan-service {
  padding: 70px 0px 100px;
}
@media screen and (max-width: 767px) {
  .p-plan-service {
    padding: 60px 0;
  }
}
.p-plan-service__table {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-plan-service__table {
    margin-top: 40px;
  }
}

/* -------------------------------------
        p-features
-----------------------------------------*/
.p-features {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-features {
    padding: 60px 0;
  }
}
.p-features__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .p-features__list {
    grid-template-columns: repeat(1, 1fr);
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-features__list {
    margin-top: 30px;
  }
}

/* -------------------------------------
        p-tab
-----------------------------------------*/
.p-tab__list {
  display: flex;
  justify-content: center;
  max-width: 812px;
  gap: 30px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .p-tab__list {
    flex-direction: column;
    margin-top: 40px;
  }
}
.p-tab__item {
  flex: 1;
  position: relative;
  background-color: #fff;
  border: 1px solid #2DAEBB;
  text-align: center;
  padding: 20px 10px;
}
.p-tab__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 19px;
  background: url(../img/under/triangle_border.png) no-repeat center/contain;
}
.p-tab__item.is-active {
  background-color: #2DAEBB;
  color: #fff;
}
.p-tab__item.is-active::after {
  background: url(../img/under/triangle.png) no-repeat center/contain;
}
.p-tab__item.is-active .p-tab__title {
  color: #fff;
}
.p-tab__title {
  color: #2DAEBB;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-tab__lead {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 5px;
}
.p-tab__panel {
  display: none;
  opacity: 0;
  background: #fff;
  margin-top: 40px;
}
.p-tab__panel.is-active {
  display: block;
  animation-name: tab-display;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes tab-display {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* -------------------------------------
        p-reference
-----------------------------------------*/
.p-reference {
  padding: 100px 0 70px;
}
@media screen and (max-width: 767px) {
  .p-reference {
    padding: 60px 0;
  }
}
.p-reference__set {
  background-color: #EEFAF9;
  border-top: 3px solid #2DAEBB;
  padding: 40px 30px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-reference__set {
    padding: 30px 30px 40px;
    margin-top: 50px;
  }
}
.p-reference__set-title {
  max-width: 300px;
  background-color: #2DAEBB;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 5px 20px;
  margin: 0 auto;
}
.p-reference__set-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
@media screen and (max-width: 992px) {
  .p-reference__set-list {
    display: block;
  }
}
.p-reference__set-item {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-reference__set-item {
    line-height: 1.3;
  }
}
.p-reference__set-item:not(:last-child)::after {
  content: "／";
  display: inline-block;
  font-size: 2rem;
}
@media screen and (max-width: 992px) {
  .p-reference__set-item:not(:last-child)::after {
    content: none;
  }
}
.p-reference__set-item .num {
  display: inline-block;
  font-size: 3rem;
}
.p-reference__set-note {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}

/* -------------------------------------
        p-flow
-----------------------------------------*/
.p-flow {
  padding: 327px 0 100px;
  margin-top: -227px;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 388px 0 60px;
    margin-top: -328px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow--service02 {
    padding: 418px 0 60px;
    margin-top: -358px;
  }
}
.p-flow__list {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-flow__list {
    margin-top: 30px;
  }
}
.p-flow__item {
  display: flex;
  align-items: flex-start;
  position: relative;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    gap: 20px;
  }
}
.p-flow__item:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-flow__item:not(:first-child) {
    margin-top: 30px;
  }
}
.p-flow__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 60px;
  left: 30px;
  background-color: #2DAEBB;
  width: 1px;
  height: calc(100% + 50px);
}
@media screen and (max-width: 767px) {
  .p-flow__item::after {
    height: calc(100% + 30px);
  }
}
.p-flow__item:last-child::after {
  content: none;
}
.p-flow__number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #2DAEBB;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
.p-flow__number-text {
  font-size: 1.2rem;
  line-height: 1.4;
}
.p-flow__number-num {
  font-size: 2rem;
  line-height: 1;
}
.p-flow__body {
  flex: 1;
}
.p-flow__title {
  color: #2DAEBB;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-flow__title {
    font-size: 1.8rem;
  }
}
.p-flow__text {
  margin-top: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-flow__text {
    font-size: 1.5rem;
  }
}

/* -------------------------------------
        p-faq
-----------------------------------------*/
.p-faq {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 60px 0;
  }
}
.p-faq__list {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-faq__list {
    margin-top: 30px;
  }
}

/* -------------------------------------
        p-recommend
-----------------------------------------*/
.p-recommend {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-recommend {
    padding: 60px 0;
  }
}
.p-recommend__container {
  background-color: #fff;
  padding: 60px 30px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-recommend__container {
    padding: 30px 20px;
    margin-top: 40px;
  }
}
.p-recommend__list {
  max-width: 910px;
  margin: 0 auto;
}
.p-recommend__item {
  display: flex;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-recommend__item {
    font-size: 1.5rem;
  }
}
.p-recommend__item:not(:first-child) {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-recommend__item:not(:first-child) {
    margin-top: 20px;
  }
}
.p-recommend__item::before {
  content: "";
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background: url(../img/icon/icon_check.svg) no-repeat center/contain;
  margin-right: 10px;
  transform: translateY(3px);
}
@media screen and (max-width: 767px) {
  .p-recommend__item::before {
    width: 17px;
    height: 17px;
    transform: translateY(5px);
  }
}
.p-recommend__item em {
  background: linear-gradient(transparent 60%, #FCF8BE 60%);
  font-style: normal;
  font-weight: 500;
}
.p-recommend__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-recommend__bottom {
    flex-direction: column;
    gap: 17px;
    margin-top: 30px;
  }
}
.p-recommend__bottom::before, .p-recommend__bottom::after {
  content: "";
  display: inline-block;
  width: 74px;
  height: 80px;
  background: url(../img/under/recommend_icon01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-recommend__bottom::before, .p-recommend__bottom::after {
    width: 97px;
    height: 51px;
  }
}
.p-recommend__bottom::before {
  background-image: url(../img/under/recommend_icon01.png);
}
@media screen and (max-width: 767px) {
  .p-recommend__bottom::before {
    content: none;
  }
}
.p-recommend__bottom::after {
  background: url(../img/under/recommend_icon02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-recommend__bottom::after {
    background-image: url(../img/under/recommend_icon-sp.png);
  }
}
.p-recommend__bottom-text {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recommend__bottom-text {
    font-size: 1.5rem;
  }
}

/* -------------------------------------
        p-risk
-----------------------------------------*/
.p-risk {
  padding: 100px 0 65px;
}
@media screen and (max-width: 767px) {
  .p-risk {
    padding: 60px 0;
  }
}
.p-risk__card-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .p-risk__card-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 992px) {
  .p-risk__card {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-risk__card-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.p-risk__card-text {
  margin-top: 30px;
}

/* -------------------------------------
        p-will
-----------------------------------------*/
.p-will {
  padding: 65px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-will {
    padding: 60px 0;
  }
}
.p-will__container {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-will__container {
    margin-top: 40px;
  }
}

/* -------------------------------------
        p-if
-----------------------------------------*/
.p-if {
  padding: 100px 0;
}
.p-if em {
  font-weight: 700;
  font-style: normal;
}
.p-if__card {
  margin-top: 50px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.p-if__card-img img {
  width: 100%;
}
.p-if__card-body {
  padding: 30px;
}
.p-if__card-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-if__card-text {
  margin-top: 15px;
}
.p-if__bottom {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 35px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-if__bottom {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 17px 30px;
    margin-top: 30px;
  }
}
.p-if__bottom::before, .p-if__bottom::after {
  content: "";
  display: inline-block;
  height: 124px;
}
.p-if__bottom::before {
  width: 101px;
  background: url(../img/under/if_icon01.png) no-repeat center/contain;
}
.p-if__bottom::after {
  width: 111px;
  background: url(../img/under/if_icon02.png) no-repeat center/contain;
}
.p-if__bottom-text {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-if__bottom-text {
    order: -1;
    width: 100%;
    font-size: 1.5rem;
  }
}
.p-if__bottom-text em {
  font-style: normal;
  font-weight: 500;
}

/* -------------------------------------
        p-willsupport
-----------------------------------------*/
.p-willsupport {
  padding: 293px 0 100px;
  margin-top: -193px;
}
@media screen and (max-width: 767px) {
  .p-willsupport {
    padding: 387px 0 60px;
    margin-top: -327px;
  }
}
.p-willsupport__plan-wrap {
  max-width: 684px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .p-willsupport__plan-wrap {
    margin-top: 30px;
  }
}
.p-willsupport__dl {
  line-height: 1.5;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-willsupport__dl {
    margin-top: 40px;
  }
}
.p-willsupport__row:not(:first-child) {
  margin-top: 40px;
}
.p-willsupport__dt {
  border-left: 3px solid #2DAEBB;
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 7px;
}
@media screen and (max-width: 767px) {
  .p-willsupport__dt {
    font-size: 1.6rem;
  }
}
.p-willsupport__dd {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-willsupport__dd {
    font-size: 1.5rem;
  }
}

/* -------------------------------------
        p-under-mv
-----------------------------------------*/
.p-under-mv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background: url("../img/under/under-mv_img.jpg") no-repeat center center/cover;
  min-height: 280px;
}
@media screen and (max-width: 767px) {
  .p-under-mv {
    min-height: 126px;
  }
}
.p-under-mv::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 26%, rgba(255, 255, 255, 0.9) 74%, rgba(255, 255, 255, 0) 100%);
}
.p-under-mv > * {
  position: relative;
  z-index: 1;
}
.p-under-mv .p-under-mv__title {
  font-family: "Notoserif_subset", serif;
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .p-under-mv .p-under-mv__title {
    font-size: 2.4rem;
    padding: 30px;
  }
}

/* -------------------------------------
        p-voice
-----------------------------------------*/
.p-voice {
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding-bottom: 100px;
  }
}
.p-voice__intro {
  padding: 50px 0 70px;
}
@media screen and (max-width: 767px) {
  .p-voice__intro {
    padding: 20px 0 40px;
  }
}
.p-voice__intro-text {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-voice__intro-text {
    font-size: 1.5rem;
    text-align: left;
  }
}
.p-voice__intro-img {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-voice__intro-img {
    margin-top: 40px;
  }
}
.p-voice__cate-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media screen and (max-width: 992px) {
  .p-voice__cate-list {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__cate-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-voice__cate-item a {
  display: inline-block;
  width: 100%;
  border: 1px solid #2DAEBB;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  padding: 15px 10px;
  transition: 0.25s;
}
@media screen and (max-width: 992px) {
  .p-voice__cate-item a {
    font-size: 1.6rem;
  }
}
.p-voice__cate-item a:hover, .p-voice__cate-item a:focus-visible {
  background-color: #2DAEBB;
  color: #fff;
}
.p-voice__cate-item.is-active a {
  background-color: #2DAEBB;
  color: #fff;
}
.p-voice__cate-item.is-active a:hover, .p-voice__cate-item.is-active a:focus-visible {
  background-color: #fff;
  color: #2DAEBB;
}
.p-voice__item-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
  margin-top: 50px;
}
@media screen and (max-width: 850px) {
  .p-voice__item-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__item-wrap {
    gap: 30px;
    margin-top: 40px;
  }
}
.p-voice__policy {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-voice__policy {
    margin-top: 50px;
  }
}
.p-voice__policy-title {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
.p-voice__policy-text {
  font-size: 1.4rem;
  margin-top: 10px;
}

/* -------------------------------------
        p-stage
-----------------------------------------*/
.p-stage {
  padding: 100px 0;
  background-color: #EEFAF9;
}
.p-stage__box-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  border-top: solid 3px #aaa;
}
@media screen and (max-width: 992px) {
  .p-stage__box-wrap {
    display: block;
    margin-top: 50px;
    border-top: none;
    border-left: solid 2px #aaa;
  }
}
.p-stage__box {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 31%;
  margin-top: 30px;
}
.p-stage__box::before {
  content: "";
  position: absolute;
  top: -56px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border: solid 1px #38BADC;
  border-radius: 100%;
}
.p-stage__box:first-child::after {
  content: "";
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 24px;
  height: 24px;
  background-color: #2DAEBB;
  border-radius: 100%;
  z-index: 10;
}
@media screen and (max-width: 992px) {
  .p-stage__box {
    width: 100%;
    padding-left: 45px;
  }
  .p-stage__box::before {
    top: 50%;
    left: -18px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
  }
  .p-stage__box:first-child::after {
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
  }
}
.p-stage__box-name {
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .p-stage__box-name {
    display: none;
  }
}
.p-stage__box-body {
  position: relative;
  flex: 1;
  margin-top: 50px;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.p-stage__box-body::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 20px 26px 20px;
  border-color: transparent transparent #fff transparent;
}
@media screen and (max-width: 992px) {
  .p-stage__box-body {
    margin-top: 0;
    padding: 30px 20px;
  }
  .p-stage__box-body::before {
    top: 50%;
    bottom: auto;
    left: -20px;
    transform: translateY(-50%);
    border-width: 20px 26px 20px 0;
    border-color: transparent #fff transparent transparent;
  }
}
.p-stage__box-title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-stage__box-title {
    font-size: 1.8rem;
  }
}
.p-stage__box-list {
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .p-stage__box-list {
    margin-top: 20px;
  }
}
.p-stage__box-item {
  position: relative;
  padding-left: 18px;
}
.p-stage__box-item:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .p-stage__box-item:not(:first-child) {
    margin-top: 10px;
  }
}
.p-stage__box-item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #2DAEBB;
  border-radius: 50%;
}
.p-stage__box-item .main {
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .p-stage__box-item .main {
    font-size: 1.5rem;
  }
}
.p-stage__box-item .sub {
  font-size: 1.4rem;
}
.p-stage__box-item.req::before {
  background-color: #B96060;
}
.p-stage__box-item.req .main {
  color: #B96060;
}
.p-stage__box-item.req span {
  display: inline-block;
  padding: 0 5px 2px;
  margin-left: 5px;
  color: #fff;
  background-color: #B96060;
  font-size: 1.2rem;
}

/* -------------------------------------
        p-agreement
-----------------------------------------*/
.p-agreement {
  padding: 100px 0 0;
}
.p-agreement__wrap {
  margin-top: 50px;
  padding: 35px 50px 50px;
  background-color: #f8f8f8;
}
.p-agreement__wrap:first-child {
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .p-agreement__wrap {
    padding: 30px 20px;
  }
}
.p-agreement__title-wrap {
  position: relative;
  text-align: center;
}
.p-agreement__title-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-index: 0;
}
@media screen and (max-width: 992px) {
  .p-agreement__title-wrap::before {
    display: none;
  }
}
.p-agreement__title {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  font-size: 2.4rem;
  font-weight: 500;
  background-color: #f8f8f8;
  z-index: 10;
}
@media screen and (max-width: 992px) {
  .p-agreement__title {
    font-size: 1.8rem;
  }
}
.p-agreement__title.req {
  color: #056e79;
}
.p-agreement__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 25px;
}
@media screen and (max-width: 992px) {
  .p-agreement__list {
    display: block;
  }
}
.p-agreement__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 48%;
  padding: 40px 30px;
  background-color: #fff;
}
.p-agreement__item:nth-child(n+3) {
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .p-agreement__item {
    width: 100%;
    padding: 35px 20px;
  }
  .p-agreement__item + .p-agreement__item {
    margin-top: 20px;
  }
}
.p-agreement__item-title {
  position: relative;
  padding-left: 20px;
  font-size: 2rem;
  font-weight: 500;
}
.p-agreement__item-title::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0px;
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 100%;
}
.p-agreement__item-title.req::before {
  background-color: #2DAEBB;
}
@media screen and (max-width: 992px) {
  .p-agreement__item-title {
    font-size: 1.6rem;
  }
  .p-agreement__item-title::before {
    top: 9px;
  }
}
.p-agreement__item-title span {
  display: inline-block;
  margin-left: 5px;
  padding: 0 5px;
  font-size: 1.4rem;
  color: #fff;
  vertical-align: text-bottom;
  background-color: #2DAEBB;
}
@media screen and (max-width: 992px) {
  .p-agreement__item-title span {
    position: absolute;
    top: -35px;
    right: -20px;
  }
}
.p-agreement__item-title.req span {
  background-color: #B96060;
}
.p-agreement__item-text {
  margin: 15px auto 30px;
}
@media screen and (max-width: 992px) {
  .p-agreement__item-text {
    margin: 10px auto 20px;
    font-size: 1.5rem;
  }
}
.p-agreement__box-wrap {
  margin-top: auto;
  padding: 20px 25px;
  background-color: #EEFAF9;
}
@media screen and (max-width: 992px) {
  .p-agreement__box-wrap {
    padding: 15px;
  }
}
.p-agreement__box + .p-agreement__box {
  margin-top: 20px;
}
.p-agreement__box-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-agreement__box-name {
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .p-agreement__box-name {
    font-size: 1.5rem;
  }
}
.p-agreement__box-price {
  font-size: 1.4rem;
}
.p-agreement__box-price span {
  display: inline-block;
  margin-right: 5px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #2DAEBB;
}
@media screen and (max-width: 992px) {
  .p-agreement__box-price span {
    font-size: 2.2rem;
  }
}
.p-agreement__box-note {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.4rem;
}
.p-agreement__box-note::before {
  content: "※";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 992px) {
  .p-agreement__box-note {
    font-size: 1.2rem;
  }
}
.p-agreement__meyasu {
  position: relative;
  padding: 140px 0 70px;
  text-align: center;
  border-bottom: solid 1px #ccc;
}
.p-agreement__meyasu::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 45px 60px 0 60px;
  border-color: #2DAEBB transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-agreement__meyasu {
    padding: 70px 0 40px;
  }
  .p-agreement__meyasu::before {
    top: 30px;
    border-width: 25px 40px 0 40px;
  }
}
.p-agreement__meyasu-title {
  font-size: 2rem;
}
@media screen and (max-width: 992px) {
  .p-agreement__meyasu-title {
    font-size: 1.8rem;
  }
}
.p-agreement__meyasu-price {
  margin-top: 20px;
  font-weight: 500;
}
.p-agreement__meyasu-price span {
  margin-right: 5px;
  font-family: roboto;
  font-size: 4rem;
  color: #056e79;
}
@media screen and (max-width: 992px) {
  .p-agreement__meyasu-price {
    margin-top: 10px;
    font-size: 1.5rem;
  }
  .p-agreement__meyasu-price span {
    font-size: 3.4rem;
  }
}
.p-agreement__meyasu-note {
  display: inline-block;
  margin-top: 20px;
  font-size: 1.2rem;
  text-align: left;
}
.p-agreement__meyasu-note p {
  position: relative;
  padding-left: 1.5rem;
}
.p-agreement__meyasu-note p::before {
  content: "※";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 992px) {
  .p-agreement__meyasu-note {
    margin-top: 10px;
  }
}

/* -------------------------------------
        p-
-----------------------------------------*/
.p-column__card-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-column li {
  width: 48%;
}
.p-column li:nth-child(n+3) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-column li {
    width: 100%;
  }
  .p-column li:nth-child(n+2) {
    margin-top: 30px;
  }
}

/* -------------------------------------
        p-post
-----------------------------------------*/
.p-posthead h1 {
  font-family: "Notoserif_subset", serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-posthead h1 {
    font-size: 2rem;
  }
}
.p-posthead__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-posthead__meta {
    display: block;
  }
}
.p-posthead__date {
  font-size: 1.4rem;
  color: #555;
  line-height: 1.5;
}
.p-posthead__tag {
  display: inline-block;
  margin-top: 5px;
  padding: 1px 10px 2px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #2DAEBB;
}
@media screen and (max-width: 767px) {
  .p-posthead__tag {
    font-size: 1.2rem;
  }
}
.p-posthead__author {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-posthead__author {
    margin-top: 20px;
  }
}
.p-posthead__author-img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.p-posthead__author-img img {
  font-size: 1rem;
  border-radius: 100%;
}
.p-posthead__author-title {
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-posthead__author-name {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-post {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-post {
    margin-top: 40px;
    font-size: 1.5rem;
  }
}
.p-post * + p {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-post * + p {
    margin-top: 10px;
  }
}
.p-post em {
  font-style: normal;
  background: linear-gradient(#FCF8BE 0%, #FCF8BE 100%);
}
.p-post h2 {
  margin: 80px auto 30px;
  padding: 15px 20px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  background-color: #f7f7f7;
  border-left: solid 3px #2daebb;
}
@media screen and (max-width: 767px) {
  .p-post h2 {
    margin: 60px auto 20px;
    font-size: 2rem;
  }
}
.p-post h3 {
  margin: 60px auto 30px;
  padding-bottom: 10px;
  font-size: 2rem;
  font-weight: 500;
  border-bottom: solid 1px #2DAEBB;
}
@media screen and (max-width: 767px) {
  .p-post h3 {
    margin: 40px auto 20px;
    font-size: 1.8rem;
  }
}
.p-post ul,
.p-post ol {
  margin-top: 30px;
  padding-left: 2rem;
}
.p-post ul li,
.p-post ol li {
  line-height: 1.8;
}
.p-post ul li + li,
.p-post ol li + li {
  margin-top: 10px;
}
.p-post ol li {
  list-style-type: decimal;
}
.p-post ul li {
  list-style-type: disc;
}
.p-post .wp-block-table thead {
  border-bottom: 1px solid #2DAEBB;
}
.p-post table {
  width: 100%;
  margin-top: 40px;
}
.p-post table th {
  padding: 10px 20px;
  font-weight: 500;
  background-color: #2DAEBB;
  color: #fff;
}
.p-post table th:not(:first-child) {
  border-left: solid 1px #fff;
}
.p-post table th:first-child {
  border-left: solid 1px #2DAEBB;
}
.p-post table th:last-child {
  border-right: solid 1px #2DAEBB;
}
.p-post table td {
  padding: 10px 20px;
  border: solid 1px #cccccc;
}
.p-post .lwptoc-light .lwptoc_i {
  width: 100%;
  background-color: #F7F7F7;
  padding: 30px 40px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-post .lwptoc-light .lwptoc_i {
    padding: 20px 30px;
  }
}
.p-post .lwptoc_title {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-post .lwptoc_title {
    font-size: 1.8rem;
  }
}
.p-post .lwptoc-notInherit .lwptoc_i div a {
  color: #333;
  font-size: 1.4rem;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  transition: opacity 0.25s;
}
@media screen and (max-width: 767px) {
  .p-post .lwptoc-notInherit .lwptoc_i div a {
    font-size: 1.3rem;
  }
}
.p-post .lwptoc-notInherit .lwptoc_i div a:hover {
  opacity: 0.7;
  text-decoration: underline !important;
  border-bottom: none !important;
}
.p-post .lwptoc_itemWrap .lwptoc_itemWrap {
  margin: 10px 0 0 0;
}
.p-post .lwptoc-notInherit .lwptoc_i div a.lwptoc_toggle_label {
  text-decoration: underline !important;
}
.p-post .lwptoc_header {
  margin-top: 0;
}
.p-post .lwptoc_item {
  text-indent: -0.8em;
  padding-left: 0.8em;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-post .lwptoc_item {
    font-size: 1.5rem;
  }
}
.p-post .lwptoc_item::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 6px;
  transform: translateY(-3px);
}
@media screen and (max-width: 767px) {
  .p-post .lwptoc_item span {
    font-size: 1.5rem;
  }
}
.p-post .lwptoc {
  margin-top: 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-post .lwptoc {
    margin-top: 30px;
  }
}
.p-post .lwptoc:first-child {
  margin-top: 0;
}
.p-post .lwptoc-baseItems .lwptoc_items {
  margin-top: 0;
}
.p-post .lwptoc_itemWrap {
  margin-top: 0;
}
.p-post .lwptoc_itemWrap .lwptoc_itemWrap .lwptoc_item {
  text-indent: 0;
  padding-left: 0;
}
.p-post .lwptoc_itemWrap .lwptoc_itemWrap .lwptoc_item::before {
  content: none;
}

.p-postfoot {
  margin-top: 50px;
}
.p-postfoot__share {
  text-align: center;
  font-size: 1.4rem;
}
.p-postfoot__share-list {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 20px;
}
.p-postfoot__share-item img {
  display: inline-block;
  max-width: 46px;
}
.p-postfoot__share-link {
  transition: opacity 0.25s;
}
.p-postfoot__share-link:hover, .p-postfoot__share-link:focus-visible {
  opacity: 0.7;
}
.p-postfoot__author {
  margin-top: 70px;
  padding: 30px;
  border: solid 1px #ccc;
}
@media screen and (max-width: 767px) {
  .p-postfoot__author {
    margin-top: 40px;
  }
}
.p-postfoot__author-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-postfoot__author-inner {
    display: block;
  }
}
.p-postfoot__author-img {
  display: inline-block;
  width: 22%;
}
@media screen and (max-width: 767px) {
  .p-postfoot__author-img {
    width: 100%;
    max-wiht: 146px;
    text-align: center;
  }
}
.p-postfoot__author-body {
  width: 73%;
}
@media screen and (max-width: 767px) {
  .p-postfoot__author-body {
    width: 100%;
    margin-top: 30px;
  }
}
.p-postfoot__author-name {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-postfoot__author-name {
    font-size: 1.6rem;
  }
}
.p-postfoot__author-title {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-postfoot__author-text {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-postfoot__author-text {
    font-size: 1.5rem;
  }
}
.p-postfoot__pager {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-postfoot__pager {
    margin-top: 40px;
  }
}

/* -------------------------------------
        p-relatepost
-----------------------------------------*/
.p-relatepost {
  padding: 60px 0;
  background-color: #EEFAF9;
}
@media screen and (max-width: 767px) {
  .p-relatepost {
    padding: 40px 0;
  }
}
.p-relatepost__title {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-relatepost__title {
    font-size: 2rem;
  }
}
.p-relatepost__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-relatepost__list {
    display: block;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-relatepost__list li:not(:first-child) {
    margin-top: 30px;
  }
}

/* -------------------------------------
        p-contact
-----------------------------------------*/
.p-contact {
  padding: 50px 0 120px;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 40px 0 60px;
  }
}
.p-contact__lead {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__lead {
    font-size: 1.5rem;
    text-align: left;
  }
}
.p-contact__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-contact__info {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
  }
}
.p-contact__thanks-title {
  font-family: "Notoserif_subset", serif;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__thanks-title {
    font-size: 2.2rem;
  }
}
.p-contact__thanks-text {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-contact__thanks-text {
    font-size: 1.5rem;
  }
}
.p-contact__thanks-tel {
  margin-top: 12px;
}
.p-contact__thanks-tel .c-tel {
  max-width: 244px;
  margin: 0 auto;
}
.p-contact__form {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    margin-top: 30px;
  }
}
.p-contact__form .smf-form--simple-table .smf-item {
  gap: 40px;
  border-bottom: 1px solid #eee;
  padding: 30px 20px;
}
.p-contact__form .smf-form--simple-table .smf-item:first-child {
  border-top: 1px solid #eee;
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-form--simple-table .smf-item {
    display: block;
  }
}
.p-contact__form .smf-form--simple-table .smf-item__col--controls {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-form--simple-table .smf-item__col--controls {
    max-width: 100%;
  }
}
.p-contact__form .smf-form--simple-table textarea {
  font-family: "Notosans_subset", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
}
.p-contact__form .form-flex .smf-item__controls {
  display: flex;
  gap: 10px;
}
.p-contact__form .smf-form .smf-text-control__control,
.p-contact__form .smf-form .smf-textarea-control__control {
  width: 100%;
  background-color: #eee;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 17px 15px;
}
.p-contact__form .smf-form .smf-text-control__control {
  max-width: 350px;
}
.p-contact__form .smf-form .smf-textarea-control__control {
  padding: 17px 20px;
  min-height: 288px;
}
.p-contact__form .form-main-size .smf-item__col--controls {
  flex: 1 1 470px;
  max-width: 470px;
}
.p-contact__form .form-main-size .smf-item__col--controls .smf-placeholder, .p-contact__form .form-main-size .smf-item__col--controls .smf-text-control__control {
  width: 100%;
}
.p-contact__form .form-tel .smf-item__col--controls {
  flex: 1 1 256px;
  max-width: 256px;
}
@media screen and (max-width: 767px) {
  .p-contact__form .form-tel .smf-item__col--controls {
    flex: 1 1 400px;
    max-width: 400px;
  }
}
.p-contact__form .form-tel .smf-item__col--controls .smf-placeholder, .p-contact__form .form-tel .smf-item__col--controls .smf-text-control__control {
  width: 100%;
}
.p-contact__form .form-birth .smf-item__col--controls {
  flex: 1 1 502px;
  max-width: 502px;
}
.p-contact__form .form-birth .smf-item__col--controls .smf-placeholder, .p-contact__form .form-birth .smf-item__col--controls .smf-text-control__control {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__form .form-birth .smf-item__col--controls .smf-placeholder:nth-of-type(1), .p-contact__form .form-birth .smf-item__col--controls .smf-text-control__control:nth-of-type(1) {
    max-width: 100px;
  }
  .p-contact__form .form-birth .smf-item__col--controls .smf-placeholder:nth-of-type(2), .p-contact__form .form-birth .smf-item__col--controls .smf-placeholder:nth-of-type(3), .p-contact__form .form-birth .smf-item__col--controls .smf-text-control__control:nth-of-type(2), .p-contact__form .form-birth .smf-item__col--controls .smf-text-control__control:nth-of-type(3) {
    max-width: 62px;
  }
}
.p-contact__form .form-season .smf-item__col--controls {
  flex: 1 1 432px;
  max-width: 432px;
}
@media screen and (max-width: 767px) {
  .p-contact__form .form-season .smf-item__col--controls {
    flex: 1 1 168px;
    max-width: 168px;
  }
}
.p-contact__form .form-season .smf-item__col--controls .smf-placeholder, .p-contact__form .form-season .smf-item__col--controls .smf-text-control__control {
  width: 100%;
}
.p-contact__form .form-season .smf-item__col--controls p {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form .form-season .smf-item__col--controls p {
    font-size: 1.4rem;
  }
}
.p-contact__form .form-birth .smf-item__controls {
  display: flex;
  align-items: center;
  gap: 17px;
}
@media screen and (max-width: 767px) {
  .p-contact__form .form-birth .smf-item__controls {
    gap: 10px;
  }
}
.p-contact__form .form-license .smf-item__controls {
  display: flex;
  align-items: center;
}
.p-contact__form .form-license .smf-item__controls .smf-text-control {
  max-width: 140px;
  margin: 0 22px 0 18px;
}
@media screen and (max-width: 767px) {
  .p-contact__form .form-license .smf-item__controls .smf-text-control {
    max-width: 120px;
    margin: 0 12px 0 12px;
  }
}
.p-contact__form .form-season .smf-item__controls {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .p-contact__form .form-season .smf-item__controls {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.p-contact__form .smf-form--simple-table .smf-item__col--label {
  display: flex;
  align-items: flex-start;
}
.p-contact__form .smf-item__label {
  position: relative;
  font-size: 1.6rem;
}
.p-contact__form .req .smf-item__col--label {
  position: relative;
}
.p-contact__form .req .smf-item__col--label::after {
  content: "必須";
  display: inline-block;
  flex-shrink: 0;
  background-color: #2DAEBB;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  margin: 3px 0 0 auto;
  padding: 6px 10px;
}
@media screen and (max-width: 767px) {
  .p-contact__form .req .smf-item__col--label::after {
    margin-left: 15px;
  }
}
.p-contact__form .any .smf-item__col--label {
  position: relative;
}
.p-contact__form .any .smf-item__col--label::after {
  content: "任意";
  display: inline-block;
  flex-shrink: 0;
  background-color: #999;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  margin: 3px 0 0 auto;
  padding: 6px 10px;
}
@media screen and (max-width: 767px) {
  .p-contact__form .any .smf-item__col--label::after {
    margin-left: 15px;
  }
}
.p-contact__form .smf-form .smf-checkboxes-control__control {
  text-align: center;
}
.p-contact__form .smf-form .smf-checkbox-control {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.p-contact__form .smf-form .smf-checkbox-control__control {
  width: 18px;
  height: 18px;
  border: 1px solid #777;
  border-radius: 0;
  margin: 0;
}
.p-contact__form .smf-radio-buttons-control__control {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-radio-buttons-control__control {
    flex-direction: column;
  }
}
.p-contact__form .smf-radio-buttons-control__control .smf-label:not(:first-child) {
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-radio-buttons-control__control .smf-label:not(:first-child) {
    margin: 15px 0 0 0;
  }
}
.p-contact__form .wp-block-snow-monkey-forms-item.radio .smf-item__col--label {
  margin-top: 0;
}
.p-contact__form .form-file .smf-file-control__label {
  background-color: #F2F2F2;
  background-image: none;
  font-size: 1.3rem;
  border: 1px solid #000;
  padding: 6px 14px;
}
.p-contact__form .select-consult .smf-select-control {
  width: 100%;
  max-width: 350px;
}
.p-contact__form .select-consult .smf-select-control__control {
  width: 100%;
  max-width: 350px;
  background-color: #eee;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 14px 15px;
}
.p-contact__form .smf-form .smf-select-control__toggle:before {
  content: none;
}
.p-contact__form .wp-block-snow-monkey-forms-item.hope .wp-block-group + .wp-block-group {
  margin-top: 14px;
}
.p-contact__form .wp-block-snow-monkey-forms-item.hope .wp-block-group {
  gap: 20px;
}
.p-contact__form .wp-block-snow-monkey-forms-item.hope .smf-placeholder {
  flex: 1;
}
.p-contact__form .wp-block-snow-monkey-forms-item.hope .smf-text-control {
  max-width: 350px;
}
.p-contact__form .wp-block-snow-monkey-forms-item.hope .wp-block-paragraph {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-contact__form .wp-block-paragraph.note {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 5px;
}
.p-contact__form .form-file-text {
  font-size: 1.5rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-contact__form .form-file-text {
    font-size: 1.4rem;
  }
}
.p-contact__form .smf-form--simple-table .smf-item__col--label {
  flex: 0 0 225px;
  max-width: 225px;
  padding-bottom: 0;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-form--simple-table .smf-item__col--label {
    max-width: 100%;
    padding-bottom: 10px;
  }
}
.p-contact__form .smf-placeholder[data-name=privacy-policy] {
  padding-top: 60px;
}
.p-contact__form input::-moz-placeholder {
  color: #777;
  font-family: "Notosans_subset", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}
.p-contact__form input::placeholder {
  color: #777;
  font-family: "Notosans_subset", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}
.p-contact__form .form-birth input::-moz-placeholder, .p-contact__form .form-license input::-moz-placeholder {
  text-align: right;
}
.p-contact__form .form-birth input::placeholder,
.p-contact__form .form-license input::placeholder {
  text-align: right;
}
.p-contact__form .smf-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-action {
    flex-direction: column-reverse;
    gap: 16px;
  }
}
.p-contact__form .smf-button-control {
  width: 100%;
  max-width: 436px;
}
.p-contact__form .smf-action .smf-button-control + .smf-button-control {
  margin-left: 0;
}
.p-contact__form .smf-button-control__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 436px;
  width: 100%;
  border: 1px solid #2DAEBB;
  background-color: #2DAEBB;
  background-image: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: center;
  transition: 0.25s;
  padding: 21px 10px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-button-control__control {
    max-width: 296px;
    font-size: 1.4rem;
    padding: 12px 10px;
  }
}
.p-contact__form .smf-button-control__control:hover, .p-contact__form .smf-button-control__control:focus {
  color: #2DAEBB;
  background-color: #fff;
  transition: all 0.25s;
}
.p-contact__form .smf-button-control__control:hover::after, .p-contact__form .smf-button-control__control:focus::after {
  background-color: #2DAEBB;
  transition: all 0.25s;
}
.p-contact__form .smf-button-control__control[data-action=back] {
  border-color: #2DAEBB;
  background-color: #fff;
  color: #2DAEBB;
}
.p-contact__form .smf-button-control__control[data-action=back]::after {
  background: #2DAEBB;
  -webkit-mask: url(../img/icon/icon_right.svg) no-repeat center/cover;
          mask: url(../img/icon/icon_right.svg) no-repeat center/cover;
}
.p-contact__form .smf-button-control__control[data-action=back]:hover, .p-contact__form .smf-button-control__control[data-action=back]:focus {
  color: #fff;
  background-color: #2DAEBB;
  border-color: #2DAEBB;
}
.p-contact__form .smf-button-control__control[data-action=back]:hover::after, .p-contact__form .smf-button-control__control[data-action=back]:focus::after {
  background-color: #fff;
}
.p-contact__form .smf-form--simple-table + .smf-action {
  margin: 40px 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-contact__form .smf-form--simple-table + .smf-action {
    margin-top: 30px;
  }
}
.p-contact__form .form-hidden {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: -99999px;
  width: 1px;
  height: 1px;
}
.p-contact .wp-block-buttons {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-contact .wp-block-buttons {
    margin-top: 60px;
  }
}
.p-contact .wp-block-button {
  width: 100%;
  text-align: center;
}
.p-contact .wp-block-button__link {
  max-width: 300px;
  width: 100%;
  font-size: 1.5rem;
  padding: 20px 20px;
  transition: opacity 0.25s;
}
@media screen and (max-width: 767px) {
  .p-contact .wp-block-button__link {
    padding: 16px 20px;
  }
}
.p-contact .wp-block-button__link:hover, .p-contact .wp-block-button__link:focus-visible {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-contact .wp-block-spacer {
    height: 50px !important;
  }
}

.js-contact-intro.is-hidden {
  display: none;
}

/* -------------------------------------
        p-notarization
-----------------------------------------*/
.p-notarization {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-notarization {
    padding: 60px 0;
  }
}
.p-notarization__container {
  margin-top: 50px;
}

/* -------------------------------------
        p-about
-----------------------------------------*/
.p-about__info {
  margin-top: 50px;
}
.p-about__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 50px;
}
.p-about__th {
  width: 190px;
  background-color: #2DAEBB;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  padding: 18px 24px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-about__th {
    width: 30%;
    padding: 15px;
    font-size: 1.5rem;
  }
}
.p-about__td {
  font-size: 1.6rem;
  color: #333;
  vertical-align: middle;
  padding: 18px 24px;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 767px) {
  .p-about__td {
    padding: 15px;
    font-size: 1.5rem;
  }
}
.p-about__access {
  margin-top: 100px;
}
.p-about__map {
  margin-top: 30px;
  aspect-ratio: 16/9;
}
.p-about__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.p-about__entrance {
  margin-top: 40px;
  padding: 50px 20px;
  background-color: #EEFAF9;
  text-align: center;
}
.p-about__entrance em {
  font-style: normal;
  color: #056e79;
}
@media screen and (max-width: 767px) {
  .p-about__entrance {
    padding: 30px 20px;
    font-size: 1.5rem;
  }
}
.p-about__anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-about__anchor {
    gap: 10px;
    margin-top: 40px;
  }
}
.p-about__anchor-item {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-about__anchor-item {
    flex: 0 0 calc(50% - 5px);
  }
}
.p-about__anchor-link {
  display: block;
  font-size: 1.6rem;
  color: #2DAEBB;
  border: 1px solid #2DAEBB;
  text-align: center;
  padding: 10px 24px;
  transition: opacity 0.25s;
}
.p-about__anchor-link:hover, .p-about__anchor-link:focus-visible {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-about__anchor-link {
    font-size: 1.4rem;
    padding: 8px 16px;
  }
}
.p-about__route {
  margin-top: 80px;
  scroll-margin-top: 100px;
}
.p-about__route:last-child {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-about__route {
    margin-top: 50px;
  }
}
.p-about__route-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 24px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-about__route-list {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 20px;
  }
}
.p-about__route-item {
  position: relative;
}
.p-about__route-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 340/220;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about__route-num {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2DAEBB;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}
.p-about__route-text {
  font-size: 1.5rem;
  color: #333;
  line-height: 1.6;
  margin-top: 10px;
}

/* -------------------------------------
        utility
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .u-onliy-pc {
    display: none;
  }
}

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

.u-onliy-tbsp {
  display: none;
}
@media screen and (max-width: 992px) {
  .u-onliy-tbsp {
    display: inline-block;
  }
}

.u-pc-mt60 {
  margin-top: 60px !important;
}

.u-pc-mt80 {
  margin-top: 80px !important;
}

.u-border-bottom-none {
  border-bottom-width: 0;
}

.u-text-main-color {
  color: #2DAEBB;
}

.u-text-marker {
  background: linear-gradient(transparent 60%, #FCF8BE 60%);
}

.u-text-main-color {
  color: #2DAEBB;
}

.u-text-accent-color {
  color: #B96060;
}

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

.u-text-semibold {
  font-weight: 600;
}

.u-bg-color-main {
  background-color: #EEFAF9;
}

.u-bg-color-gray {
  background-color: #F7F7F7;
}

.u-shadow {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.u-shadow-10 {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.u-inline-block {
  display: inline-block;
}

/* -------------------------------------
        fade
-----------------------------------------*/
.js-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s, transform 0.8s;
}
.js-fade.show {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s, transform 0.8s;
}
.js-fadeUp.show {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeRight {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.8s, transform 0.8s;
}
.js-fadeRight.show {
  opacity: 1;
  transform: translateY(0);
}

/* 下から */
/* 上から */
/* 右から *//*# sourceMappingURL=style.css.map */