/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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.
 */
body {
  margin: 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) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -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+.
 */
textarea {
  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: "Noto Sans JP";
  src: url("../font/Thin.otf") format("otf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Black.otf") format("otf");
  font-weight: 900;
  font-style: normal;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  min-width: 1066px;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-size: 1.8rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media (max-width: 856px) {
  body {
    min-width: unset;
    font-size: 1.6rem;
  }
}

picture {
  display: block;
}

.is-pc {
  display: block;
}
@media (max-width: 856px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media (max-width: 856px) {
  .is-sp {
    display: block;
  }
}

.m-wide {
  width: 1246px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 856px) {
  .m-wide {
    width: 100%;
  }
}

.m-normal {
  width: 1066px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 856px) {
  .m-normal {
    width: 100%;
  }
}

@media (max-width: 856px) {
  .m-sp {
    width: 100%;
    padding: 0 20px;
  }
}

.m-blue {
  color: #fff;
  background-color: #3C6E71;
}

.m-orange {
  color: #fff;
  background-color: #F4743B;
}

.m-sub {
  background-color: #27A990;
}

.c-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  width: 720px;
  padding: 18px 0;
  margin: 80px auto;
  color: #fff;
  background-color: #F4743B;
  border-radius: 50px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  -webkit-box-shadow: 0 7px 0 #BC5E34;
          box-shadow: 0 7px 0 #BC5E34;
}
@media (max-width: 856px) {
  .c-button {
    gap: 12px;
    width: 90%;
    padding: 18px 0;
    border-radius: 48px;
    font-size: 1.6rem;
  }
}
@media (max-width: 856px) {
  .c-button .icon {
    width: 6vw;
  }
}
.c-button a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-head {
  position: relative;
  padding: 24px 0 16px;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.16));
}
@media (max-width: 856px) {
  .c-head {
    padding: 40px 0 32px;
    font-size: 2.2rem;
  }
}
.c-head-green {
  color: #3C6E71;
  background-color: #BEEE62;
}
.c-head-green span {
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
.c-head-green::after {
  border-color: #BEEE62 transparent transparent transparent;
}
.c-head-blue {
  color: #fff;
  background-color: #3C6E71;
}
.c-head-blue::after {
  border-color: #3C6E71 transparent transparent transparent;
}
.c-head::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
}
.c-head::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 64px 0 64px;
}
@media (max-width: 856px) {
  .c-head::after {
    bottom: -14px;
    border-width: 18px 20px 0 20px;
  }
}

.l-wrap {
  overflow: hidden;
}

.l-header {
  padding-top: 127px;
}
@media (max-width: 856px) {
  .l-header {
    padding-top: 82px;
  }
}

.l-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 34px;
  padding-bottom: 32px;
  border-top: 16px solid #27A990;
  background-color: #fff;
  z-index: 10;
}
@media (max-width: 856px) {
  .l-nav {
    padding: 20px 24px 16px;
    border-top: 15px solid #27A990;
  }
}
.l-nav__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-nav__inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}
@media (max-width: 856px) {
  .l-nav__inner .right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 10px;
    margin-right: 40px;
  }
}
.l-nav__button {
  position: relative;
  display: none !important;
  z-index: 10;
}
@media (max-width: 856px) {
  .l-nav__button {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.l-nav__button span {
  display: block;
  width: 28px;
  height: 4px;
  border-radius: 2px;
  background-color: #27A990;
  -webkit-transition: all 0.56s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.56s cubic-bezier(0.16, 1, 0.3, 1);
}
.l-nav__button.is-active .top {
  -webkit-transform: translateY(9px) rotate(30deg);
          transform: translateY(9px) rotate(30deg);
}
.l-nav__button.is-active .middle {
  opacity: 0;
}
.l-nav__button.is-active .bottom {
  -webkit-transform: translateY(-9px) rotate(-30deg);
          transform: translateY(-9px) rotate(-30deg);
}
@media (max-width: 856px) {
  .l-nav__logo {
    width: 140px;
  }
}
.l-nav__copy {
  margin-left: 40px;
  color: #3C6E71;
}
@media (max-width: 856px) {
  .l-nav__copy {
    display: none;
  }
}
.l-nav__contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 0 24px;
  margin-right: 32px;
  color: #fff;
  background-color: #3C6E71;
  border-radius: 18px;
  font-weight: 700;
}
@media (max-width: 856px) {
  .l-nav__contact {
    min-width: 30px;
    max-height: 30px;
    padding: 0;
    margin-right: 0;
    border-radius: 50%;
  }
}
.l-nav__contact img, .l-nav__contact span {
  line-height: 1;
}
@media (max-width: 856px) {
  .l-nav__contact span {
    display: none;
  }
}
.l-nav__contact .icon {
  width: 24px;
}
@media (max-width: 856px) {
  .l-nav__contact .icon {
    display: block;
    width: 16px;
    height: auto;
  }
}
.l-nav__contact a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-nav__line {
  max-width: 32px;
  margin-left: 24px;
}

.l-menu {
  display: none;
}
@media (max-width: 856px) {
  .l-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.88);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    opacity: 0;
    z-index: -1;
    content-visibility: hidden;
    -webkit-transition: all 0.64s cubic-bezier(0.16, 1, 0.3, 1);
    transition: all 0.64s cubic-bezier(0.16, 1, 0.3, 1);
  }
}
.l-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4vw;
  width: 100%;
  height: 100%;
}
.l-menu__list {
  width: 72%;
  margin: 0 auto;
}
.l-menu__item {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px dashed #27A990;
  font-size: 1.56rem;
  font-weight: 700;
  text-align: center;
}
.l-menu__contact {
  width: 100%;
}
.l-menu__contact .c-button {
  gap: 12px;
  width: 80%;
  margin: 0 auto;
  padding: 12px 0;
  font-size: 1.4rem;
}
.l-menu__contact .c-button .icon {
  width: 20px;
}
.l-menu.is-active {
  opacity: 1;
  z-index: 9;
  content-visibility: unset;
}

.l-main {
  margin-top: 90px;
}
@media (max-width: 856px) {
  .l-main {
    margin-top: 0;
  }
}

.l-footer {
  padding: 60px 0 0;
  background-image: url(../img/common/footerBg.png);
}
@media (max-width: 856px) {
  .l-footer {
    margin-top: 90px;
    padding: 30px 0 0;
  }
}
.l-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media (max-width: 856px) {
  .l-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2em;
    width: calc(100% - 48px);
    margin: 0 auto;
    padding-left: 24px;
    border-left: 10px solid #3C6E71;
  }
}
.l-footer__info {
  width: 480px;
  padding-left: 30px;
  border-left: 15px solid #3C6E71;
}
@media (max-width: 856px) {
  .l-footer__info {
    width: 100%;
    padding-left: 0;
    border-left: unset;
  }
}
.l-footer__info h2 span {
  display: block;
}
.l-footer__info h2 .mini {
  font-size: 1.4rem;
}
.l-footer__info h2 .main {
  font-size: 1.8rem;
  font-weight: 700;
}
.l-footer__info h1 {
  margin-top: 16px;
}
@media (max-width: 856px) {
  .l-footer__info h1 {
    margin-top: 20px;
  }
}
.l-footer__info address {
  margin-top: 18px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 856px) {
  .l-footer__info address {
    margin-top: 20px;
  }
}
.l-footer__com > div {
  margin-top: 1em;
}
.l-footer__com > div:first-of-type {
  margin-top: 0;
}
.l-footer__com h3 {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 856px) {
  .l-footer__com h3 {
    font-size: 1.6rem;
  }
}
.l-footer__com li {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 856px) {
  .l-footer__com li {
    font-size: 1.4rem;
  }
}
.l-footer__bottom {
  margin-top: 56px;
  padding-bottom: 140px !important;
}
@media (max-width: 856px) {
  .l-footer__bottom {
    margin-top: 48px;
  }
}
@media (max-width: 856px) {
  .l-footer__bottom .wrapper {
    width: 88%;
  }
}
@media (max-width: 856px) {
  .l-footer__bottom section {
    width: 100%;
  }
}
@media (max-width: 856px) {
  .l-footer__bottom section navi {
    margin-top: 32px;
  }
}
@media (max-width: 856px) {
  .l-footer__bottom .copyright {
    width: 100%;
    margin-top: 40px;
  }
}

.l-fixed {
  position: fixed;
  bottom: 12px;
  left: 0;
  width: 100%;
}
.l-fixed .c-button {
  margin: 0 auto;
}
.l-fixed__inner {
  position: relative;
}
.l-fixed__comment {
  position: absolute;
  top: 54%;
  -webkit-transform: translateY(-59%);
          transform: translateY(-59%);
  right: 64px;
  padding: 4px 12px;
  background-color: #fff;
  border: 4px solid #F4743B;
  border-radius: 12px;
  font-size: 1.6rem;
  text-align: center;
}
@media (max-width: 856px) {
  .l-fixed__comment {
    top: -40%;
    left: 50%;
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
    width: 64%;
    font-size: 1.4rem;
  }
}

.l-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-y: scroll;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-modal.is-active {
  opacity: 1;
  z-index: 9999;
}
.l-modal__close {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 856px) {
  .l-modal__close {
    top: 16px;
    right: 20px;
  }
}

.p-intro {
  padding: 32px 0 64px;
  background-color: #FFFAEF;
}
@media (max-width: 856px) {
  .p-intro {
    padding: 50px 0 64px;
  }
}
.p-intro__head {
  position: relative;
}
.p-intro__head::before, .p-intro__head::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-intro__head::before {
  left: -100px;
  top: -80px;
  width: 232px;
  height: 155px;
  background-image: url(../img/intro/left.png);
}
@media (max-width: 856px) {
  .p-intro__head::before {
    top: -40px;
    left: -72px;
    width: 133px;
    height: 89px;
  }
}
.p-intro__head::after {
  right: -100px;
  top: -70px;
  width: 258px;
  height: 172px;
  background-image: url(../img/intro/right.png);
}
@media (max-width: 856px) {
  .p-intro__head::after {
    right: -130px;
    top: -16px;
    width: 225px;
    height: 150px;
  }
}
.p-intro__title {
  text-align: center;
  color: #F4743B;
  font-size: 4rem;
  font-weight: 700;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.16));
}
@media (max-width: 856px) {
  .p-intro__title {
    font-size: 2rem;
  }
}
.p-intro__body {
  margin-top: 40px;
}
.p-intro__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
@media (max-width: 856px) {
  .p-intro__list {
    gap: 40px;
  }
}
.p-intro__list::before {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -70px;
  width: 224px;
  height: 275px;
  background-image: url(../img/intro/person.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 856px) {
  .p-intro__list::before {
    display: none;
  }
}
.p-intro__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 448px;
  height: 144px;
  background-color: #BEEE62;
  border-radius: 17.5px;
  font-weight: 700;
  text-align: center;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.166));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.166));
  -webkit-transition: scale 0.48s cubic-bezier(0.16, 1, 0.3, 1);
  transition: scale 0.48s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 856px) {
  .p-intro__item {
    width: 96%;
    margin-left: auto;
  }
}
.p-intro__item:hover {
  scale: 1.06;
}
.p-intro__item::before {
  content: "";
  position: absolute;
  right: 110px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #BEEE62 transparent transparent;
}
.p-intro__item::after {
  content: attr(data-num);
  position: absolute;
  top: -22px;
  left: -22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #222;
  line-height: 1;
  letter-spacing: 0;
  font-size: 3rem;
  font-weight: 700;
  border-radius: 50%;
}
@media (max-width: 856px) {
  .p-intro__item::after {
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
  }
}
.p-intro__item span {
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFFF00), to(#FFFF00));
  background-image: linear-gradient(to right, #FFFF00, #FFFF00);
  background-size: 100% 10px;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.p-intro__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-intro__arrow {
  margin-top: 68px;
  text-align: center;
}
.p-intro__bottom {
  margin-top: 24px;
}
.p-intro__bottom h3 {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 856px) {
  .p-intro__bottom h3 {
    font-size: 2.6rem;
  }
}
.p-intro__bottom h3 span {
  color: #F4743B;
}

.p-cta {
  margin-top: 32px;
  background-color: #fff;
  border: 10px solid #000;
}
@media (max-width: 856px) {
  .p-cta {
    border: 6px solid #000;
  }
}
.p-cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 44px 0 38px;
}
@media (max-width: 856px) {
  .p-cta__inner {
    display: block;
    padding: 20px 0;
  }
}
.p-cta__inner > div {
  width: 50%;
}
@media (max-width: 856px) {
  .p-cta__inner > div {
    width: 100%;
  }
}
.p-cta__inner .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  border-right: 3px solid #000;
}
@media (max-width: 856px) {
  .p-cta__inner .left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 14px;
    font-weight: 500;
    border-bottom: 3px solid #000;
    border-right: none;
  }
}
.p-cta__inner .left p {
  font-size: 3rem;
}
@media (max-width: 856px) {
  .p-cta__inner .left p {
    font-size: 1.8rem;
  }
}
.p-cta__inner .notice {
  margin-top: 16px;
  font-size: 1.4rem;
}
@media (max-width: 856px) {
  .p-cta__inner .notice {
    margin-top: 8px;
    font-size: 1.2rem;
  }
}
.p-cta__inner .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.p-cta__phone {
  width: 460px;
  margin-left: auto;
  margin-bottom: 4px;
}
@media (max-width: 856px) {
  .p-cta__phone {
    width: 90%;
    margin: 10px auto 0;
    text-align: center;
  }
}
.p-cta__phone img {
  width: 80%;
}
.p-cta__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 460px;
  padding: 18px 0;
  margin-left: auto;
  border: 3px solid #000;
  border-radius: 12px;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 856px) {
  .p-cta__item {
    width: 100%;
    font-size: 1.4rem;
  }
}
.p-cta__item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background-image: url(../img/intro/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 856px) {
  .p-cta__item::before {
    right: 10px;
  }
}
.p-cta__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-cta__item .icon {
  position: absolute;
  top: 50%;
  left: 20px;
  max-width: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}
@media (max-width: 856px) {
  .p-cta__item .icon {
    left: 10px;
    max-width: 18px;
  }
}

.p-feature__head {
  position: relative;
  height: 186px;
  padding: 10px 0;
  color: #fff;
  background-color: #BEEE62;
  background-image: url(../img/common/track.svg);
  background-position: right 60px bottom 10px;
  background-size: 90px auto;
  background-repeat: no-repeat;
}
@media (max-width: 856px) {
  .p-feature__head {
    height: auto;
    padding: 0;
    background-size: 60px auto;
    background-position: right 24px bottom 14px;
  }
}
.p-feature__head::before, .p-feature__head::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 3px dashed #fff;
}
.p-feature__head::before {
  top: 10px;
}
.p-feature__head::after {
  bottom: 10px;
}
.p-feature__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (max-width: 856px) {
  .p-feature__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 110px 0 60px;
  }
}
.p-feature__inner .number {
  position: absolute;
  top: -20px;
  left: 0;
}
@media (max-width: 856px) {
  .p-feature__inner .number {
    top: -36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 120px;
  }
}
.p-feature__inner .text {
  padding-left: 180px;
  color: #000;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 856px) {
  .p-feature__inner .text {
    padding-left: 0;
    font-size: 2rem;
    letter-spacing: 0.08em;
  }
}
.p-feature__body {
  margin-top: 32px;
}
@media (max-width: 856px) {
  .p-feature__body {
    margin-top: 0;
  }
}
.p-feature__top {
  position: relative;
  width: 100%;
}
.p-feature__img {
  width: 600px;
  margin-left: auto;
}
@media (max-width: 856px) {
  .p-feature__img {
    width: 100%;
  }
}
.p-feature__list {
  position: absolute;
  bottom: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  width: 560px;
  padding: 64px 82px;
}
@media (max-width: 856px) {
  .p-feature__list {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 13vw;
    gap: 24px;
    background-size: cover;
  }
}
.p-feature__list-blue {
  background-image: url(../img/common/featureBg-blue.png);
}
@media (max-width: 856px) {
  .p-feature__list-blue {
    background-image: url(../img/common/featureBg-blueSp.jpg);
  }
}
.p-feature__list-orange {
  background-image: url(../img/common/featureBg-orange.png);
}
@media (max-width: 856px) {
  .p-feature__list-orange {
    background-image: url(../img/common/featureBg-orangeSp.jpg);
  }
}
.p-feature__item {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
}
@media (max-width: 856px) {
  .p-feature__item {
    font-size: 1.6rem;
  }
}
.p-feature__item::before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 36px;
  margin-right: 24px;
  vertical-align: text-bottom;
  background-image: url(../img/common/check.svg);
  background-size: contain;
}
@media (max-width: 856px) {
  .p-feature__item::before {
    width: 33px;
    height: 27px;
    margin-right: 20px;
  }
}
.p-feature__text {
  margin-top: 100px;
  padding-left: 56px;
  border-left: 4px solid #757575;
}
@media (max-width: 856px) {
  .p-feature__text {
    width: calc(100% - 48px);
    margin: 48px auto;
    padding-left: 0;
    border-left: unset;
  }
}
.p-feature__text p {
  font-size: 2.2rem;
  letter-spacing: 0.06em;
}
@media (max-width: 856px) {
  .p-feature__text p {
    font-size: 1.6rem;
    line-height: 2.2;
  }
}
.p-feature__text span {
  font-weight: 700;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFFF00), to(#FFFF00));
  background-image: linear-gradient(to right, #FFFF00, #FFFF00);
  background-size: 100% 10px;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.p-first__table {
  position: relative;
  margin-top: 60px;
  margin-bottom: 150px;
  padding: 50px 0 40px;
  background-color: #FFFAEF;
}
@media (max-width: 856px) {
  .p-first__table {
    padding: 30px 0 36px;
  }
}
.p-first__table .main {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 856px) {
  .p-first__table .main {
    width: 100%;
  }
}
.p-first__table .sub {
  margin-top: 10px;
  font-size: 1.4rem;
}
@media (max-width: 856px) {
  .p-first__table .sub {
    display: block;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
  }
}
.p-first__table .circle {
  position: absolute;
  bottom: -140px;
  right: -100px;
  width: 266px;
}
@media (max-width: 856px) {
  .p-first__table .circle {
    width: 32vw;
    bottom: unset;
    right: unset;
    left: 0;
    top: -21vw;
  }
}
.p-first__inner {
  position: relative;
}
.p-first__inner::before, .p-first__inner::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-first__inner::before {
  top: -88px;
  right: -64px;
  width: 80px;
  height: 111px;
  background-image: url(../img/01/cal.svg);
}
@media (max-width: 856px) {
  .p-first__inner::before {
    top: -50px;
    right: 10px;
    width: 38px;
    height: 50px;
  }
}
.p-first__inner::after {
  bottom: -80px;
  left: -64px;
  width: 120px;
  height: 90px;
  background-image: url(../img/01/track.svg);
}
@media (max-width: 856px) {
  .p-first__inner::after {
    display: none;
  }
}

.p-second {
  padding-bottom: 80px;
}
.p-second__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
  margin-top: 32px;
}
@media (max-width: 856px) {
  .p-second__bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: unset;
  }
}
.p-second__bottom li {
  position: relative;
  width: 400px;
  padding: 16px 0;
  border-radius: 50px;
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.16);
  background-position: center left 40px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1;
  text-align: center;
}
@media (max-width: 856px) {
  .p-second__bottom li {
    width: 48%;
    font-size: 1.4rem;
    background-size: 16px auto;
    background-position: center left 20px;
  }
}
.p-second__bottom li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 56px;
  height: 8px;
  background-image: url(../img/02/arrow.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 856px) {
  .p-second__bottom li::before {
    right: 16px;
    width: 28px;
    height: 4px;
    background-size: contain;
  }
}
.p-second__bottom li a {
  display: block;
}

.p-map {
  margin-top: 72px;
}
.p-map__head {
  width: 320px;
  padding: 16px 0 10px;
  color: #fff;
  background-color: #2E312F;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  text-align: center;
  background-image: url(../img/02/map.svg);
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: center left 30px;
}
@media (max-width: 856px) {
  .p-map__head {
    width: 48%;
    font-size: 1.4rem;
    background-position: center left 16px;
    text-align: right;
    padding-right: 24px;
  }
}
.p-map__main {
  border-top: 10px solid #2E312F;
}
@media (max-width: 856px) {
  .p-map__main {
    width: 100%;
    padding: 0 20px;
    border-top: unset;
  }
}
.p-map iframe {
  width: 100%;
  height: 600px;
}
@media (max-width: 856px) {
  .p-map iframe {
    width: 100%;
    height: 100vw;
  }
}

.p-third {
  padding-bottom: 80px;
}
.p-third__ba {
  margin-top: 64px;
}
@media (max-width: 856px) {
  .p-third__ba {
    margin-top: 48px;
    margin-left: 24px;
  }
}
.p-third__table {
  position: relative;
  margin-top: 60px;
}
@media (max-width: 856px) {
  .p-third__table {
    margin-top: 40px;
  }
}
.p-third__inner {
  width: 912px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 856px) {
  .p-third__inner {
    width: 100%;
  }
}
.p-third__inner h3 {
  padding: 20px 0;
  margin-bottom: 20px;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1;
  color: #fff;
  background-color: #222;
}
@media (max-width: 856px) {
  .p-third__inner h3 {
    margin-bottom: 12px;
    padding: 12px 0;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.p-third__bottom {
  margin-top: 30px;
}
@media (max-width: 856px) {
  .p-third__bottom {
    font-size: 1.2rem;
  }
}
.p-third__bottom dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 3px dashed #3C6E71;
}
@media (max-width: 856px) {
  .p-third__bottom dl {
    gap: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-third__bottom dl:last-of-type {
  border-bottom: none;
}
.p-third__bottom dt {
  width: 100px;
}
@media (max-width: 856px) {
  .p-third__bottom dt {
    width: 20%;
  }
}
@media (max-width: 856px) {
  .p-third__bottom dd {
    width: 80%;
  }
}
@media (max-width: 856px) {
  .p-third__bottom br {
    display: none;
  }
}

.p-fourth__compair {
  margin-top: 100px;
}
@media (max-width: 856px) {
  .p-fourth__compair {
    margin-top: 64px;
    margin-left: 24px;
  }
}

.p-compair__table {
  padding: 60px 0 64px;
  background-color: #FFFAEF;
}
@media (max-width: 856px) {
  .p-compair__table {
    padding: 40px 0 44px;
  }
}

.p-flow__body {
  margin-top: 50px;
}
.p-flow__para {
  font-size: 2.6rem;
}
@media (max-width: 856px) {
  .p-flow__para {
    font-size: 1.6rem;
  }
}
.p-flow__para span {
  font-weight: 500;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFFF00), to(#FFFF00));
  background-image: linear-gradient(to right, #FFFF00, #FFFF00);
  background-size: 100% 10px;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.p-flow__para .notice {
  margin-top: 16px;
  font-size: 1.4rem;
}
.p-flow__main {
  margin-top: 56px;
}
@media (max-width: 856px) {
  .p-flow__main {
    width: 80%;
    margin: 48px auto 0;
  }
}

.p-option {
  margin-top: 64px;
  padding: 30px 0 60px;
  background-image: url(../img/flow/bg.png);
}
.p-option__head {
  text-align: center;
}
.p-option__head h3 {
  width: 780px;
  margin: 0 auto;
  padding-bottom: 16px;
  border-bottom: 5px solid #3C6E71;
}
@media (max-width: 856px) {
  .p-option__head h3 {
    width: 100%;
  }
}
.p-option__head span {
  display: block;
  line-height: 1;
}
.p-option__head .text {
  margin-top: 10px;
  color: #3C6E71;
  font-size: 4rem;
  font-weight: 500;
}
@media (max-width: 856px) {
  .p-option__head .text {
    font-size: 2.4rem;
  }
}
.p-option__head .sub {
  margin-top: 18px;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media (max-width: 856px) {
  .p-option__head .sub {
    font-size: 1.4rem;
  }
}
.p-option__body {
  margin-top: 68px;
}
@media (max-width: 856px) {
  .p-option__body {
    margin-top: 32px;
  }
}
.p-option__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 40px;
}
@media (max-width: 856px) {
  .p-option__list {
    padding: 0;
  }
}
.p-option__item {
  position: relative;
  width: 465px;
  margin-top: 32px;
  border: 1px solid #000000;
}
@media (max-width: 856px) {
  .p-option__item {
    margin-top: 20px;
  }
}
.p-option__item h4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media (max-width: 856px) {
  .p-option__item h4 {
    font-size: 1.6rem;
  }
}
.p-option__text {
  height: 160px;
  padding: 32px 40px;
  background-color: #FFFAEF;
  font-size: 1.6rem;
}
@media (max-width: 856px) {
  .p-option__text {
    height: auto;
    padding-bottom: 56px;
  }
}

.p-reason {
  padding-bottom: 90px;
}
.p-reason__body {
  margin-top: 100px;
}
.p-reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 76px;
}
@media (max-width: 856px) {
  .p-reason__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
.p-reason__item {
  width: 465px;
  border: 2px solid #707070;
  background-color: #FFFAEF;
}
@media (max-width: 856px) {
  .p-reason__item {
    width: 100%;
  }
}
.p-reason__item h3 {
  padding: 8px 0;
  font-weight: 700;
  line-height: 1.33;
  text-align: center;
}
@media (max-width: 856px) {
  .p-reason__item h3 {
    padding: 10px 0;
  }
}
.p-reason__inner {
  padding: 30px 50px 60px;
}
@media (max-width: 856px) {
  .p-reason__inner {
    padding: 14px 40px 40px;
  }
}
.p-reason__text {
  margin-top: 40px;
}
@media (max-width: 856px) {
  .p-reason__text {
    margin-top: 32px;
  }
}
.p-reason__text h4 {
  padding-bottom: 24px;
  border-bottom: 2px dashed #3C6E71;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 856px) {
  .p-reason__text h4 {
    font-size: 1.8rem;
  }
}
.p-reason__text p {
  margin-top: 24px;
}

.p-movie__body {
  padding: 90px 0;
  background-color: #FFFAEF;
}
@media (max-width: 856px) {
  .p-movie__body {
    padding: 56px 0;
  }
}
.p-movie__content {
  width: 736px;
  height: 418px;
  margin: 0 auto;
}
@media (max-width: 856px) {
  .p-movie__content {
    width: 100%;
    height: 57.5vw;
  }
}
.p-movie__content iframe {
  width: 100%;
  height: 100%;
}

.p-other__body {
  padding: 90px 0;
}
@media (max-width: 856px) {
  .p-other__body {
    padding: 56px 0;
  }
}
.p-other__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin-top: 90px;
}
@media (max-width: 856px) {
  .p-other__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.p-other__item:first-of-type {
  margin-top: 0;
}
.p-other__img {
  width: 400px;
}
@media (max-width: 856px) {
  .p-other__img {
    width: 70%;
    margin: 0 auto;
  }
}
.p-other__text {
  width: 500px;
}
@media (max-width: 856px) {
  .p-other__text {
    width: 100%;
  }
}
.p-other__text h3 {
  margin-bottom: 40px;
  padding: 20px 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (max-width: 856px) {
  .p-other__text h3 {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.p-other__inner {
  padding: 0 30px;
}
@media (max-width: 856px) {
  .p-other__inner {
    padding: 0 24px;
  }
}
.p-other__inner p {
  font-size: 1.6rem;
}
@media (max-width: 856px) {
  .p-other__inner p {
    font-size: 1.4rem;
  }
}
.p-other__inner .info {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 3px solid #707070;
}

.p-consul__body {
  padding: 90px 0;
}
@media (max-width: 856px) {
  .p-consul__body {
    padding: 56px 0;
  }
}
.p-consul__para {
  font-size: 2.2rem;
  letter-spacing: 0.08em;
}
@media (max-width: 856px) {
  .p-consul__para {
    font-size: 1.4rem;
  }
}
.p-consul__para span {
  font-weight: 500;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFFF00), to(#FFFF00));
  background-image: linear-gradient(to right, #FFFF00, #FFFF00);
  background-size: 100% 10px;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.p-consul__list {
  width: 860px;
  margin: 64px auto 0;
}
@media (max-width: 856px) {
  .p-consul__list {
    width: 100%;
    margin: 32px auto 0;
  }
}

.p-contact__body {
  padding: 90px 0;
}
@media (max-width: 856px) {
  .p-contact__body {
    padding: 56px 0;
  }
}
.p-contact__list {
  width: 890px;
  margin: 0 auto;
}
@media (max-width: 856px) {
  .p-contact__list {
    width: 100%;
  }
}
.p-contact__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
  margin-top: 32px;
  border-radius: 32px;
  background-color: #FFFAEF;
  background-position: center right 60px;
  background-repeat: no-repeat;
}
@media (max-width: 856px) {
  .p-contact__item {
    height: unset;
    padding: 20px 0;
    background-position: center right 30px;
    background-size: 6vw auto;
  }
}
.p-contact__item .num {
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 856px) {
  .p-contact__item .num {
    left: -4vw;
    width: 18vw;
  }
}
.p-contact__item p {
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 856px) {
  .p-contact__item p {
    font-size: 1.4rem;
    text-align: center;
  }
}
.p-contact__message {
  position: relative;
  margin-top: 90px;
  padding: 60px 0;
  background-color: #FFFAEF;
  font-size: 2.8rem;
}
@media (max-width: 856px) {
  .p-contact__message {
    margin-top: 60px;
    padding: 60px 0 100px;
    font-size: 1.6rem;
  }
}
.p-contact__message span {
  font-weight: 500;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFFF00), to(#FFFF00));
  background-image: linear-gradient(to right, #FFFF00, #FFFF00);
  background-size: 100% 10px;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.p-contact__message .deco {
  position: absolute;
}
.p-contact__message .deco.leftTop {
  top: -56px;
  left: 0;
  width: 137px;
}
@media (max-width: 856px) {
  .p-contact__message .deco.leftTop {
    left: -56px;
  }
}
.p-contact__message .deco.leftBottom {
  bottom: 0;
  left: -48px;
  width: 203px;
}
@media (max-width: 856px) {
  .p-contact__message .deco.leftBottom {
    bottom: -48px;
  }
}
.p-contact__message .deco.rightTop {
  top: -32px;
  right: 40px;
  width: 192px;
}
@media (max-width: 856px) {
  .p-contact__message .deco.rightTop {
    right: -72px;
  }
}
.p-contact__message .deco.rightBottom {
  bottom: -32px;
  right: 40px;
  width: 208px;
}
@media (max-width: 856px) {
  .p-contact__message .deco.rightBottom {
    right: -56px;
  }
}

.p-check {
  margin-top: 90px;
}
@media (max-width: 856px) {
  .p-check {
    margin-top: 64px;
  }
}
.p-check__head {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media (max-width: 856px) {
  .p-check__head {
    font-size: 2.4rem;
  }
}
.p-check__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 820px;
  margin: 40px auto 0;
  padding: 60px 0;
  background-color: #FFFAEF;
  border: 10px solid #3C6E71;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
}
@media (max-width: 856px) {
  .p-check__main {
    width: calc(100% - 48px);
    padding: 32px 0;
    border: 5px solid #3C6E71;
  }
}
.p-check__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.p-check__item {
  color: #3C6E71;
  font-size: 2.2rem;
  font-weight: 700;
}
@media (max-width: 856px) {
  .p-check__item {
    font-size: 1.6rem;
  }
}
.p-check__item::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 32px;
  margin-right: 24px;
  background-image: url(../img/contact/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
}
@media (max-width: 856px) {
  .p-check__item::before {
    width: 32px;
    height: 26px;
  }
}

.p-thank {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 856px) {
  .p-thank {
    width: 100%;
  }
}
.p-thank__top {
  text-align: center;
}
.p-thank__link {
  margin-top: 32px;
}