@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/*
  Reset
---------------------------------*/
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

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

/* 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  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 */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* 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;
  border: 0;
  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;
  border: 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;
}

/*
  Base
---------------------------------*/
html {
  font-size: 62.5%;
  width: 100%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333333;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  body {
    font-weight: 400;
  }
}
body::before {
  content: "";
  position: fixed;
  background: url(../img/common/bg-right.png) no-repeat center/contain;
  top: 0px;
  right: 0px;
  width: 53.3333333333vw;
  height: 77.3333333333vw;
  z-index: -1;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  body::before {
    width: 29.6875vw;
    height: 43.2291666667vw;
  }
}
body::after {
  content: "";
  position: fixed;
  background: url(../img/common/bg-left.png) no-repeat center/contain;
  top: 48vh;
  left: 0;
  width: 66.6666666667vw;
  height: 82.6666666667vw;
  z-index: -1;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  body::after {
    top: 28.6458333333vh;
    width: 33.8020833333vw;
    height: 35.1041666667vw;
  }
}

img {
  max-width: 100%;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/*
  Layout - Header
---------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 64px;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .l-header {
    height: 100px;
  }
}
.l-header__inner {
  pointer-events: none;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .l-header__inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    pointer-events: auto;
  }
}
.l-header__nav {
  visibility: hidden;
  height: 100%;
  max-height: calc(100vh - 63px);
  padding-bottom: 120px;
  overflow-y: auto;
}
@media screen and (min-width: 1200px) {
  .l-header__nav {
    display: flex;
    visibility: visible;
    justify-content: flex-end;
    width: calc(100% - 340px);
    max-height: none;
    padding-bottom: 0;
    align-items: center;
    transform: translateX(0);
    opacity: 1;
  }
}
.l-header .js-is-open {
  transform: scaleX(1) translateX(0%);
  opacity: 1;
  transition: transform 0.4s, opacity 0.4s 0.4s;
}

.l-header-logo {
  margin-left: 16px;
  padding-top: 21px;
  padding-bottom: 18px;
  pointer-events: all;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .l-header-logo {
    padding-top: 18px;
    margin-left: 3.125vw;
  }
}
.l-header-logo__main {
  color: #5A9F4D;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .l-header-logo__main {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .l-header-logo__main {
    display: inline-block;
    font-size: 3.2rem;
  }
}

/*
  Layout - Nav
---------------------------------*/
.l-nav {
  width: 100%;
  padding-top: 40px;
  padding-right: 8%;
  padding-bottom: 35px;
  padding-left: 8%;
  transform: scaleX(0) translateX(100%);
  background-color: #fff;
  opacity: 0;
}
@media screen and (min-width: 1200px) {
  .l-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateX(0);
    opacity: 1;
    max-width: 697px;
    padding: 12px 0 10px;
    margin-right: 4%;
    margin-left: 2%;
    background-color: initial;
  }
}
.l-nav__item {
  position: relative;
  margin-top: 30px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .l-nav__item {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
.l-nav__item > a {
  position: relative;
  padding-left: 34px;
  transition: color 0.3s cubic-bezier(0.46, 0.05, 0.02, 0.99);
}
@media screen and (min-width: 992px) {
  .l-nav__item > a {
    position: initial;
    padding-left: 0;
    transition: none;
  }
}
.l-footer .l-nav__item > a {
  padding-left: 0px;
}
.l-footer .l-nav__item {
  font-size: 1.6rem;
  text-align: center;
}
.l-nav a {
  color: #333333;
  font-weight: 500;
  position: relative;
}
.l-footer .l-nav a {
  font-weight: 700;
}
.l-footer .l-nav {
  margin: auto;
  margin-top: 60px;
  padding: 0;
}
.l-cta-nav {
  transform: scaleX(0) translateX(100%);
  background-color: #fff;
  opacity: 0;
  display: block;
  width: 100%;
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 1200px) {
  .l-cta-nav {
    height: 80px;
    max-width: 204px;
    background-color: initial;
    transform: translateX(0);
    opacity: 1;
    margin-right: 0;
    padding-top: 0;
    margin-right: 20px;
    padding-left: 0;
    transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  }
}
.l-cta-nav__item a {
  display: block;
  position: relative;
  padding: 10px;
  background-color: #EA8841;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  position: relative;
  border-radius: 50px;
  width: 202px;
  height: 48px;
}
.l-cta-nav span {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  display: block;
  padding-bottom: 5px;
}
.l-cta-nav:hover {
  opacity: 0.8;
}

.l-nav-sp-btn {
  height: 64px;
  display: block;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  background-color: #F3F4EF;
  pointer-events: all;
  transition: border-radius 0.4s;
  border-radius: 0 0 0 50%;
}
@media screen and (min-width: 1200px) {
  .l-nav-sp-btn {
    display: none;
  }
}
.l-nav-sp-btn__border {
  display: block;
  z-index: 2;
  position: absolute;
  left: 23px;
  width: 20px;
  height: 2px;
  margin: auto;
  background-color: #5A9F4D;
  transition: all 0.4s;
}
.l-nav-sp-btn__border:nth-child(1) {
  top: 24px;
}
.l-nav-sp-btn__border:nth-child(2) {
  top: 31px;
}
.l-nav-sp-btn__border:nth-child(3) {
  bottom: 24px;
}
.l-nav-sp-btn::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  background-color: #5A9F4D;
  content: "";
  transition: transform 0.4s;
}

.l-header-sp-bg {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100vh;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .l-header-sp-bg {
    display: none;
  }
}

.l-header .l-nav, .l-header .l-sp-nav, .l-header .l-cta-nav {
  transition: transform 0.4s 0.4s, opacity 0.4s;
}
@media screen and (min-width: 1200px) {
  .l-header .l-nav, .l-header .l-sp-nav, .l-header .l-cta-nav {
    transition: none;
  }
}

.l-header.js-is-open .l-header-sp-bg, .l-header.js-is-open .l-nav, .l-header.js-is-open .l-sp-nav, .l-header.js-is-open .l-cta-nav {
  transform: scaleX(1) translateX(0%);
  opacity: 1;
  transition: transform 0.4s, opacity 0.4s 0.4s;
  justify-content: center;
}

.l-header.js-is-open .l-header__inner {
  pointer-events: all;
}

.l-header.js-is-open .l-header-sp-bg {
  width: 100%;
  opacity: 1;
  transition: width 0.4s;
}

.l-header.js-is-open .l-header__nav {
  visibility: visible;
}

.l-nav-sp-btn.js-is-open .l-nav-sp-btn__border:nth-child(1) {
  -webkit-transform: rotate(45deg);
  top: 31px;
  transform: rotate(45deg);
}

.l-nav-sp-btn.js-is-open .l-nav-sp-btn__border:nth-child(2) {
  width: 0;
  opacity: 0;
}

.l-nav-sp-btn.js-is-open .l-nav-sp-btn__border:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  bottom: 31px;
  transform: rotate(-45deg);
  border-radius: 0 0 0 50% !important;
}

.l-nav-sp-btn.js-is-open {
  transition: background-color 0.4s, border-radius 0.4s;
  border-radius: 0 0 0 50%;
}

.l-nav-sp-btn.js-is-open:after {
  transform: translateX(0);
  transition: transform 0.4s;
  border-radius: 0 0 0 50% !important;
}

.l-nav-sp-btn.js-is-open .l-nav-sp-btn__border {
  background: #fff;
}

.l-container {
  width: 93.6507936508%;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .l-container {
    max-width: 1200px;
  }
}

.l-container--middle {
  width: 93.6507936508%;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .l-container--middle {
    width: 100%;
    max-width: 1080px;
  }
}

.l-container--small {
  width: 93.6507936508%;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .l-container--small {
    width: 100%;
    max-width: 960px;
  }
}

/*
  Layout - Section
---------------------------------*/
.l-section {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding: 120px 0;
  }
}

/*
  Layout - Main
---------------------------------*/
.l-main {
  margin-top: 64px;
}
@media screen and (min-width: 1200px) {
  .l-main {
    margin-top: 100px;
  }
}
.home .l-main {
  margin-top: 0;
}

/*
  Layout - Footer
---------------------------------*/
.l-footer__copyright {
  font-size: 1rem;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #766E54;
}

/* ==========================================================================
   Object
   ========================================================================== */
/* -----------------------------------------------------------------
   Component
   ----------------------------------------------------------------- */
/*
  Background
---------------------------------*/
.bg-gray {
  background-color: #F3F4EF;
  border-radius: 0 80px 0 80px;
}
@media screen and (min-width: 768px) {
  .bg-gray {
    border-radius: 0 120px 0 120px;
  }
}

.bg-wh {
  background-color: #fff;
  border-radius: 16px 48px 16px 48px;
}

.bg-base3 {
  background-color: #fbfcfb;
  border-radius: 16px 48px 16px 48px;
}

.bg-base {
  background-color: #F3F4EF;
}

.bg-base2 {
  background-color: #FBF4E9;
}

.bg-orage {
  background-color: #F7CEA0;
}

.bg-beige {
  background-color: #F7F2ED;
}

.u-dashed {
  background-image: linear-gradient(to right, #C0BDB2, #C0BDB2 6px, transparent 6px, transparent 6px), linear-gradient(to bottom, #C0BDB2, #C0BDB2 6px, transparent 6px, transparent 6px), linear-gradient(to left, #C0BDB2, #C0BDB2 6px, transparent 6px, transparent 6px), linear-gradient(to top, #C0BDB2, #C0BDB2 6px, transparent 6px, transparent 6px); /* 左の線 */
  background-size: 10px 2px, 2px 10px, 10px 2px, 2px 10px; /* 左の線 */
  background-position: left top, right top, right bottom, left bottom; /* 左の線 */
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y; /* 左の線 */
}

/*
  Button
---------------------------------*/
.c-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .c-btn {
    margin-top: 60px;
  }
}

.c-btn a {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  padding: 20px 40px 20px 40px;
  font-weight: 700;
  color: #fff;
  border: 2px solid #EA8841;
  border-radius: 50px;
  position: relative;
  background: #EA8841;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 300px;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .c-btn a {
    transition: 0.4s cubic-bezier(0.37, 0, 0.63, 1);
  }
}
.c-btn a::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon-arrow.svg) no-repeat center/contain;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 17px;
  height: 17px;
}
@media screen and (min-width: 768px) {
  .c-btn a::before {
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  }
}
@media screen and (min-width: 768px) {
  .c-btn a:hover {
    color: #EA8841;
    background: #fff;
  }
  .c-btn a:hover::before {
    background: url(../img/common/icon-arrow-orange.svg) no-repeat center/contain;
  }
}
.c-btn--wh a {
  border: 2px solid #C0BDB2;
  background-color: #fff;
  color: #333333;
}
.c-btn--wh a::before {
  background: url(../img/common/icon-arrow-black.svg) no-repeat center/contain;
}
.c-btn--left {
  text-align: left;
  margin-left: 0;
}

/*
  Text
---------------------------------*/
.c-text-marker-in--yello {
  display: inline;
  background: linear-gradient(transparent 82%, #FEE980 0%);
  padding: 5px 3px;
}

.c-text-marker-in--blue {
  display: inline;
  background: linear-gradient(transparent 82%, #86D0E3 0%);
  padding: 5px 3px;
}

.c-text-marker-in--purple {
  display: inline;
  background: linear-gradient(transparent 82%, #AFA6CD 0%);
  padding: 5px 3px;
}

.c-accordion-item {
  margin-top: 24px;
  list-style: none;
  padding-bottom: 10px;
}
.c-accordion-item__label {
  position: relative;
  background: #fff;
  color: #333333;
  display: block;
}
.c-accordion-item__label::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 36px;
  width: 10px;
  height: 6px;
  margin: auto 0;
  background: no-repeat left center;
  z-index: 3;
}
.c-accordion-item__label__text {
  margin: 0;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-accordion-item__label__text {
    font-size: 1.4rem;
  }
}
.c-accordion-item__label__text::before {
  font-weight: 500;
  content: "Q.";
  position: absolute;
  color: #5A9F4D;
  top: 50%;
  left: -4rem;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .c-accordion-item__label__text::before {
    left: -2rem;
  }
}
.c-accordion-item__content {
  background-color: #fff;
  border-top: none;
}
@media screen and (min-width: 768px) {
  .c-accordion-item__content {
    border-top: none;
  }
}
.c-accordion-item__content__inner {
  padding: 10px 80px;
}
.c-accordion-item__content__text {
  font-size: 1.6rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-accordion-item__content__text {
    font-size: 1.4rem;
  }
}
.c-accordion-item__content__text::before {
  content: "A.";
  position: absolute;
  color: #EA8841;
  top: 0;
  left: -3.7rem;
}
@media screen and (min-width: 768px) {
  .c-accordion-item__content__text::before {
    left: -1.9rem;
    font-size: 1.4rem;
  }
}

/*
  Data List
---------------------------------*/
.c-dataList {
  margin-left: auto;
}

.c-dataList__ttl {
  margin-bottom: 27px;
  padding-bottom: 17px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}

.c-dataList__dl {
  display: flex;
  justify-content: flex-start;
  padding: 15px;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (min-width: 768px) {
  .c-dataList__dl {
    padding: 30px;
  }
}

.c-dataList__dd,
.c-dataList__dt {
  font-size: 13px;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-dataList__dd,
  .c-dataList__dt {
    font-size: 1.6rem;
  }
}

.c-dataList__dt {
  width: 80px;
  color: #5A9F4D;
}
@media screen and (min-width: 768px) {
  .c-dataList__dt {
    width: 20%;
  }
}

.c-dataList__dd {
  width: calc(100% - 80px);
  margin-top: 0;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .c-dataList__dd {
    width: 80%;
  }
}

.c-dataList__dd a {
  text-decoration: underline;
  opacity: 0.8;
}

.c-dataList__text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.84615;
}

/*
  Aspect Image Box
---------------------------------*/
.c-aspect-img-box {
  position: relative;
  width: 50%;
  height: auto;
  background: #EEE;
}
.c-aspect-img-box--1x1:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-aspect-img-box--2x1:before {
  content: "";
  display: block;
  padding-top: 50%; /* 2:1 */
}
.c-aspect-img-box--1x2:before {
  content: "";
  display: block;
  padding-top: 200%; /* 1:2 */
}
.c-aspect-img-box--4x3:before {
  content: "";
  display: block;
  padding-top: 75%; /* 4:3 */
}
.c-aspect-img-box__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-aspect-img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/*
  Pagination
---------------------------------*/
.c-pagination {
  margin: 60px auto;
  padding: 10px 0;
  text-align: center;
}
.c-pagination a {
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0;
  display: inline-block;
  height: 40px;
  width: 40px;
  background: #FAFAFA;
  transition: 0.3s;
}
.c-pagination a:hover {
  color: #fff;
  background: #5A9F4D;
}
.c-pagination span {
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0;
  display: inline-block;
  height: 40px;
  width: 40px;
  background: #fff;
}
.c-pagination span.dots {
  background: 0;
}
.c-pagination span.current {
  background: #5A9F4D;
  color: #fff;
}
.c-pagination--circle a {
  border-radius: 50%;
}
.c-pagination--circle span {
  border-radius: 50%;
}

/*
  for Not Found Page
---------------------------------*/
.c-not-found {
  margin-top: 64px;
}

.c-not-found__inner {
  border: 8px solid #5A4F25;
  padding: 40px 8px;
}
@media screen and (min-width: 768px) {
  .c-not-found__inner {
    border: 16px solid #5A4F25;
    padding: 80px;
  }
}

.c-not-found__inner > * + * {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .c-not-found__inner > * + * {
    margin-top: 48px;
  }
}

.c-not-found__heading__main {
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Cabin", sans-serif;
  color: #766E54;
}
@media screen and (min-width: 768px) {
  .c-not-found__heading__main {
    font-size: 5.6rem;
  }
}

.c-not-found__heading__sub {
  font-size: 1.6rem;
  color: #5A9F4D;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-not-found__heading__sub {
    font-size: 3.2rem;
  }
}

.c-not-found__text {
  font-size: 1.4rem;
  color: #333333;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-not-found__text {
    font-size: 1.8rem;
  }
}

.c-not-found-btn {
  margin-right: auto;
  margin-left: auto;
  width: 70%;
  max-width: 310px;
}
.c-not-found-btn__link {
  display: block;
  text-align: center;
  padding: 14px 20px;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #fff;
  color: #5A9F4D;
  border: 3px solid #5A9F4D;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .c-not-found-btn__link {
    font-size: 2.2rem;
    border-radius: 18px;
  }
}

/* -----------------------------------------------------------------
   Project
   ----------------------------------------------------------------- */
/*
  Header
---------------------------------*/
.p-sp-sticky-btns {
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  background: rgba(255, 255, 255, 0.73);
}
@media screen and (min-width: 1200px) {
  .p-sp-sticky-btns {
    display: none;
  }
}

.p-sp-sticky-btns p {
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 4px 0;
}

.p-sp-sticky-btns p span {
  color: #EC5700;
}

.p-sp-sticky-btns ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  background: #fff;
  padding: 0 3px 3px 3px;
}

.p-sp-sticky-btns li {
  width: 50%;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}

.p-sp-sticky-btn__line {
  background: #5A9F4D;
  font-weight: bold;
  margin-right: 3px;
  letter-spacing: 1px;
}

.p-sp-sticky-btn__line a {
  width: 100%;
  padding: 12px 4px;
  padding-left: 30px;
  color: #fff;
  display: block;
}

.p-sp-sticky-btn__line:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../img/common/icon-call.svg") no-repeat;
  background-size: contain;
  left: 24px;
}

.p-sp-sticky-btn__web {
  background: #EA8841;
  font-weight: bold;
}

.p-sp-sticky-btn__web a {
  width: 100%;
  padding: 12px 4px;
  padding-left: 30px;
  color: #fff;
  display: block;
}

.p-sp-sticky-btn__web:before {
  content: "";
  position: absolute;
  background: url("../img/common/icon-tell.svg") no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  width: 32px;
  height: 28px;
}

/*
  Footer
---------------------------------*/
.p-footer-wrap {
/*   background: url(../img/common/footer-bg.png) no-repeat center center; */
  background-size: cover;
  position: relative;
}
.p-footer-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #91BB6A;
  opacity: 0.95;
}
.p-footer-wrap__inner {
  z-index: 1;
  margin: auto;
  position: relative;
}
.p-footer-reserve {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .p-footer-reserve {
    padding: 110px 0;
  }
}
.p-footer-reserve__btn a {
  border: 3px solid #fff;
  background-color: #EA8841;
  color: #fff;
  max-width: 90%;
  border-radius: 50px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-footer-reserve__btn a {
    max-width: 439px;
    text-align: center;
  }
}
.p-footer-reserve__btn span {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer-reserve__btn span {
    font-size: 1.7rem;
  }
}

.p-footer {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-footer {
    margin-bottom: 0px;
  }
}
.p-footer__content {
  position: relative;
  padding: 60px 8px 40px;
  max-width: 450px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__content {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 70px 0 50px;
  }
}
.p-footer__img {
  margin: auto;
  max-width: 165px;
}
@media screen and (min-width: 768px) {
  .p-footer__img {
    max-width: 225px;
  }
}
.p-footer::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: calc(100% - 6.875vw);
  border-radius: 0 80px 0 0;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  width: min(98%, 1780px);
}
@media screen and (min-width: 768px) {
  .p-footer::after {
    border-radius: 0 120px 0 0;
  }
}

.p-timeline {
  display: flex;
  flex-direction: column;
  max-width: 385px;
  width: 100%;
  font-family: "Cabin", sans-serif;
  margin-top: 40px;
}

.p-timeline th,
.p-timeline td {
  border: 1px solid #CECECE;
  font-size: 1.2rem;
  padding: 3px 5px;
  text-align: center;
  background-color: #FBF5E9;
}

.p-timeline th {
  background: #e8dabf;
  font-size: 1.4rem;
  font-weight: normal;
}

.p-timeline__table {
  width: 100%;
  border-bottom: 1px dotted #888888;
  margin: 15px 0 10px 0;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  color: #000000;
  background-color: #FFFFFF;
}
.p-timeline__notice {
  color: #EC5700;
  font-size: 1.2rem;
  margin-top: 6px;
  line-height: 1.3333333333;
}
.p-timeline__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-timeline__text {
    font-size: 1.8rem;
  }
}
.p-timeline__text span {
  color: #EC5700;
}
.p-timeline .kome {
  position: relative;
}
.p-timeline .kome::after {
  content: "※";
  position: absolute;
  font-size: 9px;
  right: 1px;
  bottom: 1px;
}

.p-cta-btns {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-cta-btns span {
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cta-btns {
    flex-direction: row;
  }
}

.p-cta-btn {
  width: 100%;
  max-width: 196px;
  height: 48px;
  border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  padding: 0 20px 0 56px;
  display: flex;
  align-items: center;
  margin-top: 12px;
  font-weight: bold;
}
.p-cta-btn__tell {
  background: #EA8841;
  font-size: 1.7rem;
  position: relative;
  z-index: 1;
  position: relative;
}
.p-cta-btn__tell::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon-tell.svg) no-repeat center/contain;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 23px;
  height: 23px;
  scale: 1;
}
.p-cta-btn__line {
  background: #5A9F4D;
  font-size: 1.7rem;
  position: relative;
  opacity: 1;
}
.p-cta-btn__line::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon-call.svg) no-repeat center/contain;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  width: 23px;
  height: 23px;
}
@media screen and (min-width: 768px) {
  .p-cta-btn__line {
    margin-right: 10px;
  }
}

.p-footer-info {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-footer-info {
    width: 50%;
  }
}
.p-footer-info__img {
  max-width: 400px;
  margin-top: 10px;
}
.p-footer-info__name {
  font-size: 2.8rem;
  margin-top: 14px;
  color: #5A9F4D;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-footer-info__name {
    letter-spacing: 0.06em;
    font-size: 3.6rem;
  }
}
.p-footer-info__name span {
  display: block;
  font-size: 1.1rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-footer-info__name span {
    font-size: 1.3rem;
  }
}
.p-footer-info__address {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-footer-info__address {
    font-size: 1.6rem;
  }
}
.p-footer-info__tell {
  font-family: "Cabin", sans-serif;
  font-size: 1.8rem;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-footer-info__tell {
    font-size: 2.2rem;
  }
}

.p-footer-nav {
  padding-top: 40px;
  border-top: solid #f0f0f0 1px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-footer-nav {
    flex-wrap: no-wrap;
  }
}
.p-footer-nav__item {
  width: 45%;
  margin-top: 25px;
  font-size: 1.6rem;
  margin-left: 1rem;
  padding-left: 1.2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer-nav__item {
    margin-left: 2.5rem;
    width: initial;
  }
}
.p-footer-nav__item::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon-arrow-right-green.svg) no-repeat center/contain;
  top: 54%;
  transform: translateY(-50%);
  left: 0px;
  width: 8px;
  height: 12px;
}

@media screen and (min-width: 768px) {
  .p-footer-access {
    width: 50%;
  }
}
.p-footer-access__btn {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.6rem;
}
.p-footer-access__btn a {
  margin-left: 10px;
  display: block;
  width: 54px;
  height: 54px;
  border: 2px solid #5A9F4D;
  border-radius: 50%;
  position: relative;
}
.p-footer-access__btn a::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon-arrow-green.svg) no-repeat center/contain;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 17px;
  height: 17px;
}
@media screen and (min-width: 768px) {
  .p-footer-access__btn a::before {
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  }
}

.p-footer-copy__block {
  z-index: 1;
  margin-top: 50px;
  position: relative;
}
.p-footer-copy__main {
  line-height: 1.6;
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
  margin-top: 13px;
  text-align: center;
  letter-spacing: 0.06em;
}
.p-footer-copy__text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 1px 4px;
  padding: 6px;
  display: inline-block;
  transform: skewX(-11deg);
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-footer-copy__text {
    font-size: 3.2rem;
    padding: 12px;
    margin: 0 4px 10px;
  }
}

/*
  Section
---------------------------------*/
.p-section-heading {
  text-align: center;
  position: relative;
}
.p-section-heading__main {
  display: block;
  margin-top: 8px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-section-heading__main {
    margin-top: 10px;
    font-size: 3.6rem;
  }
}
.p-section-heading__sub {
  display: block;
  font-weight: bold;
  font-family: "Cabin", sans-serif;
  color: #5A9F4D;
  margin: auto;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-section-heading__sub {
    font-size: 1.6rem;
  }
}
.p-section-heading--second {
  margin-bottom: 50px;
}
.p-section-heading--second::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  background: url(../img/common/heading-circle.svg) no-repeat center/contain;
  width: 73px;
  height: 10px;
  transform: translateX(-50%);
}

.p-section-heading--wh {
  color: #fff;
}

.p-section-heading--wh .p-section-heading__sub {
  color: #fff;
}

.p-section-heading--left {
  text-align: left;
}

.p-section-heading--left .p-section-heading__sub {
  text-align: left;
}

.p-section-heading-desc {
  margin-top: 20px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-section-heading-desc {
    margin-top: 40px;
    line-height: 1.8;
    font-size: 1.6rem;
  }
}

.p-section-heading-desc--wh {
  color: #fff;
}

.p-section-heading-desc--left {
  text-align: left;
}

.p-section-nayami__heading {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-section-nayami__heading {
    margin-bottom: 30px;
    font-size: 4rem;
  }
}
.p-section-nayami__content {
  display: flex;
  flex-direction: column-reverse;
  max-width: 814px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-section-nayami__content {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.p-section-nayami__list {
  padding: 30px;
  border-radius: 8px;
  background-color: #F3F4EF;
  margin-top: -15px;
}
@media screen and (min-width: 768px) {
  .p-section-nayami__list {
    margin-top: 0px;
    padding: 30px 35px;
    border-radius: 16px;
    width: 74.8157248157%;
  }
}
.p-section-nayami__list.--wh {
  background-color: #fff;
}
.p-section-nayami__item {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-section-nayami__item {
    padding-left: 2.5rem;
    font-size: 1.8rem;
  }
}
.p-section-nayami__item:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-section-nayami__item:nth-child(n+2) {
    margin-top: 15px;
  }
}
.p-section-nayami__item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #EA8841;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-section-nayami__item::after {
    width: 12px;
    height: 12px;
  }
}
.p-section-nayami__img {
  width: 30%;
  margin: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-section-nayami__img {
    width: 17.6904176904%;
  }
}
.p-section-nayami__lead {
  color: #5A9F4D;
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-section-nayami__lead {
    margin-top: 30px;
    font-size: 1.6rem;
    font-weight: bold;
  }
}

.p-section-paragraph {
  padding: 35px 0;
  margin: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-section-paragraph {
    padding: 60px 0;
    margin: 0 60px;
  }
}
.p-section-paragraph:nth-child(n+2) {
  border-top: 1px solid #DFE3D0;
}
.p-section-paragraph__heading {
  font-size: 2.2rem;
  padding-left: 2.5rem;
  position: relative;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-section-paragraph__heading {
    margin-bottom: 30px;
    font-size: 3.2rem;
    padding-left: 4rem;
  }
}
.p-section-paragraph__heading::after {
  content: "";
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 20px;
  height: 16px;
  background-color: #91BB6A;
  border-radius: 0 8px 0 8px;
}
@media screen and (min-width: 768px) {
  .p-section-paragraph__heading::after {
    width: 28px;
    height: 24px;
    font-size: 2.2rem;
    border-radius: 0 16px 0 16px;
  }
}
.p-section-paragraph__text {
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-section-paragraph__text {
    font-size: 1.6rem;
  }
}

.p-section-matome__text {
  color: #5A9F4D;
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-section-matome__text {
    font-size: 1.8rem;
    font-weight: bold;
  }
}

/*
  Breadcrumb
---------------------------------*/
.p-breadcrumb {
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb {
    padding: 20px 10px 20px 32px;
  }
}
.p-breadcrumb span a span {
  color: #5A9F4D;
}
.p-breadcrumb span {
  color: #333333;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .p-breadcrumb span {
    font-size: 1.4rem;
  }
}

/*
  Top
---------------------------------*/
.p-top-mv {
  position: relative;
}
.p-top-mv__inner {
  position: relative;
  width: 90%;
  margin-left: auto;
  height: 72svh;
}
@media screen and (min-width: 992px) {
  .p-top-mv__inner {
    height: 95svh;
    width: 75%;
  }
}
.p-top-mv-head {
  position: absolute;
  top: 50%;
  left: 2%;
  height: 281px;
  width: 320px;
  z-index: 1;
}
@media screen and (min-width: 576px) {
  .p-top-mv-head {
    left: 10.4166666667vw;
    transform: translateY(-50%);
    height: 389px;
    width: 472px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-mv-head {
    top: 65%;
    height: 230px;
    width: 430px;
  }
}
.p-top-mv-head__inner {
  width: 100%;
}
.p-top-mv-head__main {
  display: block;
  margin-top: 30px;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .p-top-mv-head__main {
    margin-top: 10px;
  }
}
.p-top-mv-head__main__bottom {
  display: inline-block;
  line-height: 1.6;
}
.p-top-mv-head__sub {
  padding-left: 2rem;
  display: block;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
  .p-top-mv-head__sub {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-mv-head__sub {
    font-size: 4.2rem;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .p-top-mv-head__sub {
    font-size: 4.2rem;
    margin-top: 20px;
  }
}
.p-top-mv-copy__textsub {
  display: inline-block;
  font-size: 1.4rem;
  font-family: "Cabin", sans-serif;
  position: relative;
  color: #5A9F4D;
  padding-left: 2.5rem;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1200px) {
  .p-top-mv-copy__textsub {
    font-size: 1.6rem;
  }
}
.p-top-mv-copy__textsub::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: url(../img/common/icon-needle.svg) no-repeat center/contain;
  width: 7px;
  height: 40px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-top-mv-copy__textsub::after {
    height: 52px;
  }
}
.p-top-mv-copy__text {
  display: inline-block;
  background-color: #5A9F4D;
  color: #fff;
  border-radius: 8px 16px 8px 16px;
  padding: 6px 15px;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-top-mv-copy__text {
    padding: 10px 25px;
    border-radius: 8px 16px 8px 16px;
    font-size: 3.2rem;
  }
}
.p-top-mv-copy__text:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-mv-copy__text:nth-child(n+2) {
    margin-top: 25px;
  }
}
.p-top-mv__img {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-top-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 0 100px;
}
@media screen and (min-width: 768px) {
  .p-top-mv__img img {
    border-radius: 0 0 0 120px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-mv-slider {
    width: 50%;
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .p-top-mv-slider img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .p-top-mv-slider div {
    height: 100%;
  }
}
.p-top-mv .slick-list {
  height: 100%;
}
.p-top-mv .slick-track {
  height: 100%;
}

.p-top-section-heading {
  text-align: center;
}
.p-top-section-heading__main {
  display: block;
  margin-top: 8px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.03em;
  font-family: "Cabin", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-top-section-heading__main {
    margin-top: 10px;
    font-size: 4rem;
  }
}
.p-top-section-heading__sub {
  display: block;
  color: #5A9F4D;
  margin: auto;
  margin-top: 8px;
  width: 24px;
}
@media screen and (min-width: 768px) {
  .p-top-section-heading__sub {
    width: 40px;
    margin-top: 24px;
  }
}
.p-top-section-heading--small {
  font-size: 70%;
  letter-spacing: 4px;
}

.p-top-concept__point {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  margin-top: 45px;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-concept__point {
    margin-top: 65px;
    max-width: 833px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.p-top-concept__point p {
  background: linear-gradient(#5a9f4d 0%, #91bb6a 100%);
  border-radius: 16px;
  font-size: 2.2rem;
  letter-spacing: 0.032em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  padding: 10px 25px;
}
@media screen and (min-width: 768px) {
  .p-top-concept__point p {
    font-size: 3.2rem;
  }
}
.p-top-concept__text {
  padding: 0 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-top-concept__text {
    text-align: center;
    margin-top: 60px;
    padding: 0;
    font-size: 1.7rem;
    line-height: 2;
  }
}
.p-top-concept__text:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-top-concept__text:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
.p-top-concept__img {
  width: 90%;
  max-width: 957px;
  margin: auto;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-top-concept__img {
    margin-top: 80px;
  }
}
.p-top-symptoms__list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-symptoms__list {
    gap: 0;
    margin-top: 60px;
    flex-wrap: nowrap;
  }
}
.p-top-symptoms__item {
  width: 47%;
  border-radius: 16px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  transition: 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
@media screen and (min-width: 768px) {
  .p-top-symptoms__item {
    width: 15%;
  }
}
.p-top-symptoms__item:hover {
  box-shadow: 0 0 1.5rem rgba(3, 20, 0, 0.5);
}
.p-top-symptoms__item a {
  display: block;
  padding: 25px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-symptoms__item a {
    font-size: 2.4rem;
  }
}
.p-top-symptoms__item a img {
  margin-bottom: 15px;
  height: 80px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-top-symptoms__item a img {
    height: 100px;
  }
}
.p-top-symptoms__item a::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 14px;
  height: 14px;
  border-top: 14px solid transparent;
  border-right: 14px solid #EA8841;
}

.p-top-symptoms__list--gray .p-top-symptoms__item {
  background-color: #F3F4EF;
}

.p-top-price__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
  max-width: 1138px;
}
@media screen and (min-width: 768px) {
  .p-top-price__list {
    margin-top: 60px;
    justify-content: space-between;
    gap: 45px;
  }
}
.p-top-price__item {
  width: 80%;
  border-radius: 16px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #FBF4E9;
  transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
@media screen and (min-width: 768px) {
  .p-top-price__item {
    width: 29.1666666667%;
  }
}
.p-top-price__item:hover {
  box-shadow: 0 0 1.5rem rgba(3, 20, 0, 0.5);
}
.p-top-price__item a {
  display: block;
  padding: 30px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-price__item a {
    padding: 40px;
    font-size: 2.4rem;
  }
}
.p-top-price__item a img {
  margin-bottom: 20px;
  height: 100px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-top-price__item a img {
    height: 150px;
  }
}
.p-top-price__item a::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 30px;
  height: 30px;
  border-top: 30px solid transparent;
  border-right: 30px solid #EA8841;
}
@media screen and (min-width: 768px) {
  .p-top-price__item a::after {
    right: 25px;
    bottom: 25px;
    width: 40px;
    height: 40px;
    border-top: 40px solid transparent;
    border-right: 40px solid #EA8841;
  }
}

.p-top-case__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 30px;
  max-width: 1138px;
}
@media screen and (min-width: 768px) {
  .p-top-case__list {
    margin-top: 60px;
  }
}
.p-top-case-item {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
.p-top-case-item:hover {
  box-shadow: 0 0 1.5rem rgba(3, 20, 0, 0.5);
}
.p-top-case-item a {
  display: block;
  padding: 20px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-case-item a {
    font-size: 2.4rem;
    gap: 60px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.p-top-case-item__left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-case-item__left {
    width: 37.8409090909%;
  }
}
.p-top-case-item__img {
  padding-top: 70.0598802395%;
  position: relative;
  overflow: hidden;
}
.p-top-case-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.p-top-case-item__content {
  margin-top: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-top-case-item__content {
    width: 62.1590909091%;
  }
}
.p-top-case-item__btn {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.6rem;
  color: #5A9F4D;
}
.p-top-case-item__btn span {
  margin-left: 10px;
  display: block;
  width: 54px;
  height: 54px;
  border: 2px solid #5A9F4D;
  border-radius: 50%;
  position: relative;
}
.p-top-case-item__btn span::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon-arrow-green.svg) no-repeat center/contain;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 17px;
  height: 17px;
}
@media screen and (min-width: 768px) {
  .p-top-case-item__btn span::before {
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  }
}
.p-top-case-item span {
  font-size: 1.4rem;
  color: #5A9F4D;
  display: block;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-top-case-item span {
    font-size: 1.7rem;
  }
}

.p-top-voice__list {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  margin-top: 30px;
  gap: 35px;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-top-voice__list {
    margin-top: 60px;
    gap: 30px;
    justify-content: space-between;
  }
}
.p-top-voice-item {
  width: 90%;
  border-radius: 16px;
  transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
@media screen and (min-width: 768px) {
  .p-top-voice-item {
    width: 30.25%;
  }
}
.p-top-voice-item:hover {
  opacity: 0.6;
}
.p-top-voice-item a {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .p-top-voice-item a {
    font-size: 2.4rem;
    gap: 60px;
  }
}
.p-top-voice-item__left {
  width: 100%;
}
.p-top-voice-item__img {
  padding-top: 70.0598802395%;
  position: relative;
  overflow: hidden;
}
.p-top-voice-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.p-top-voice-item__content {
  margin-top: 0;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-top-voice-item__content {
    margin-top: 10px;
  }
}
.p-top-voice-item__content span {
  font-size: 1.4rem;
  color: #5A9F4D;
}
.p-top-voice-item__btn {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.6rem;
  color: #5A9F4D;
}
@media screen and (min-width: 768px) {
  .p-top-voice-item__btn {
    margin-top: 20px;
  }
}
.p-top-voice-item__btn span {
  margin-left: 10px;
  display: block;
  width: 54px;
  height: 54px;
  border: 2px solid #5A9F4D;
  border-radius: 50%;
  position: relative;
}
.p-top-voice-item__btn span::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon-arrow-green.svg) no-repeat center/contain;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 17px;
  height: 17px;
}
@media screen and (min-width: 768px) {
  .p-top-voice-item__btn span::before {
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  }
}

.p-top-recruit {
  padding: 60px 15px 200px;
  position: relative;
  background: url(../img/top/recruit-bg.png) no-repeat center/cover;
  margin-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .p-top-recruit {
    padding: 80px 0 80px 0;
    margin-bottom: 150px;
  }
}
.p-top-recruit__wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__wrap {
    box-shadow: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-recruit__content {
    display: flex;
    width: 50%;
    flex-direction: column;
  }
}
.p-top-recruit__img {
  width: 100%;
  margin-left: auto;
  position: absolute;
  bottom: -76vw;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__img {
    right: 0;
    right: -2%;
    bottom: -120px;
    width: 56%;
    margin-left: initial;
  }
}
.p-top-recruit__img img {
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__img img {
    border-radius: 20px;
  }
}

.p-page-mv {
  margin: auto;
}
.p-page-mv__content {
  position: relative;
  overflow: hidden;
}
.p-page-mv__img img {
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  border-radius: 0 60px 0 60px;
}
@media screen and (min-width: 768px) {
  .p-page-mv__img img {
    border-radius: 0 120px 0 120px;
    min-height: 350px;
  }
}
.p-page-mv__img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #91BB6A;
  opacity: 0.93;
  border-radius: 0 60px 0 60px;
}
@media screen and (min-width: 768px) {
  .p-page-mv__img::after {
    border-radius: 0 120px 0 120px;
  }
}
.p-page-mv__img__mv {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-mv__img__mv {
    font-size: 1.8rem;
  }
}

.p-page-mv-heading {
  z-index: 1;
  height: auto;
  position: absolute;
  top: 8vw;
  bottom: 8vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 240px;
}
@media screen and (min-width: 768px) {
  .p-page-mv-heading {
    max-width: 471px;
    top: 2.0833333333vw;
    bottom: 2.0833333333vw;
  }
}
.p-page-mv-heading__main {
  color: #fff;
  display: block;
  font-weight: 600;
  line-height: 1.5;
  font-size: 2.6rem;
}
@media screen and (min-width: 576px) {
  .p-page-mv-heading__main {
    font-size: 4.8em;
  }
}
.p-page-mv-heading__sub {
  display: block;
  font-family: "Cabin", sans-serif;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.12em;
  font-weight: bold;
}
@media screen and (min-width: 576px) {
  .p-page-mv-heading__sub {
    font-size: 1.6rem;
  }
}

.p-page-desc {
  margin-top: 30px;
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-page-desc {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 80px;
    font-size: 1.6rem;
  }
}

.p-page-section-heading {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-page-section-heading {
    margin-bottom: 60px;
  }
}
.p-page-section-heading__main {
  display: block;
  margin-top: 10px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.03em;
  font-family: "Cabin", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-page-section-heading__main {
    margin-top: 20px;
    font-size: 4rem;
  }
}
.p-page-section-heading__sub {
  display: block;
  font-size: 1.1rem;
  color: #5A9F4D;
  margin-top: 8px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-page-section-heading__sub {
    margin-top: 24px;
    font-size: 1.6rem;
  }
}
.p-page-section-heading--small {
  font-size: 70%;
  letter-spacing: 4px;
}

.p-page-section-desc {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .p-page-section-desc {
    font-size: 1.6rem;
    margin-top: 40px;
  }
}

.p-under__wrap {
  margin-top: 64px;
}
@media screen and (min-width: 992px) {
  .p-under__wrap {
    margin-top: 100px;
  }
}

.p-concept-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  margin-top: 45px;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-concept-point {
    margin-top: 65px;
    max-width: 833px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.p-concept-point p {
  background: linear-gradient(#5a9f4d 0%, #91bb6a 100%);
  border-radius: 16px;
  font-size: 2.2rem;
  letter-spacing: 0.032em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  padding: 10px 25px;
}
@media screen and (min-width: 768px) {
  .p-concept-point p {
    font-size: 3.2rem;
  }
}
.p-concept-point__img {
  width: 90%;
  max-width: 957px;
  margin: auto;
  max-width: 250px;
  margin-top: 10px;
  max-height: 210px;
}
@media screen and (min-width: 768px) {
  .p-concept-point__img {
    margin-top: 0px;
    max-width: 295px;
  }
}
.p-concept__desc {
  font-size: 1.5rem;
  line-height: 1.75;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-concept__desc {
    font-size: 1.6rem;
    max-width: 710px;
    margin: auto;
    margin-top: 20px;
  }
}

.p-concept__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 20px;
  max-width: 1080px;
}
@media screen and (min-width: 768px) {
  .p-concept__list {
    margin: auto;
    gap: 40px;
    margin-top: 60px;
  }
}

.p-concept-item {
  counter-increment: title;
  width: 100%;
  border-radius: 16px 32px;
  background-color: #fff;
  display: block;
  font-size: 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-concept-item {
    font-size: 1.6rem;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.p-concept-item__left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-concept-item__left {
    width: 37.8409090909%;
  }
}
.p-concept-item__img {
  padding-top: 70.0598802395%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-concept-item__img {
    padding-top: 81.3602015113%;
  }
}
.p-concept-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px 32px 0 0;
}
@media screen and (min-width: 768px) {
  .p-concept-item__img img {
    border-radius: 16px 0 0 32px;
  }
}
.p-concept-item__content {
  padding: 30px 25px;
  line-height: 1.6;
  border-radius: 16px 32px;
}
@media screen and (min-width: 768px) {
  .p-concept-item__content {
    padding: 45px;
    width: 60.6481481481%;
  }
}
.p-concept-item__title {
  font-weight: bold;
  color: #5A9F4D;
  position: relative;
  padding-left: 4.5rem;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-concept-item__title {
    font-size: 2.4rem;
    padding-left: 5.5rem;
  }
}
.p-concept-item__title::after {
  font-family: "Cabin", sans-serif;
  content: "0" counter(title);
  color: #EA8841;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 48px;
  height: 45px;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .p-concept-item__title::after {
    height: 55px;
    font-size: 3.6rem;
  }
}
.p-concept-item__text {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-concept-item__text {
    margin-top: 20px;
  }
}
.p-concept-item__btn {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.6rem;
  color: #5A9F4D;
}
.p-concept-item__btn span {
  margin-left: 10px;
  display: block;
  width: 54px;
  height: 54px;
  border: 2px solid #5A9F4D;
  border-radius: 50%;
  position: relative;
}
.p-concept-item__btn span::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon-arrow-green.svg) no-repeat center/contain;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 17px;
  height: 17px;
}
@media screen and (min-width: 768px) {
  .p-concept-item__btn span::before {
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  }
}

.p-concept--clinic .p-concept-item__content {
  background-color: #F3F4EF;
}

.p-concept--clinic .p-concept-item__title::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #EA8841;
  top: 15%;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .p-concept--clinic .p-concept-item__title::after {
    top: 50%;
    transform: translateY(-50%);
  }
}

.p-concept--clinic .p-concept-item__title {
  padding-left: 2.5rem;
}

.p-concept--clinic .p-concept-item {
  background-color: #F3F4EF;
}

.p-recruit-details {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .p-recruit-details {
    padding: 40px 0;
  }
}
.p-recruit-details__wrap {
  border-radius: 16px;
  background-color: #fff;
  padding: 40px 10px;
}
@media screen and (min-width: 768px) {
  .p-recruit-details__wrap {
    margin: 80px 0;
    padding: 60px;
  }
}
.p-recruit-details__table {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-recruit-details__table {
    margin-top: 40px;
  }
}
.p-recruit-details__title {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-recruit-details__title {
    font-size: 4rem;
  }
}

.p-access-clinic__visual {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-access-clinic__visual {
    margin-top: 80px;
  }
}
.p-access-clinic__content {
  position: relative;
  padding: 15px 8px 40px;
  max-width: 450px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-access-clinic__content {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 50px 0 50px;
  }
}

.p-access-clinic-info {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-access-clinic-info {
    width: 50%;
  }
}
.p-access-clinic-info__img {
  max-width: 400px;
  margin-top: 10px;
}
.p-access-clinic-info__name {
  font-size: 2.8rem;
  margin-top: 14px;
  color: #5A9F4D;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-access-clinic-info__name {
    letter-spacing: 0.06em;
    font-size: 3.6rem;
  }
}
.p-access-clinic-info__name span {
  display: block;
  font-size: 1.1rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-access-clinic-info__name span {
    font-size: 1.3rem;
  }
}
.p-access-clinic-info__address {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-access-clinic-info__address {
    font-size: 1.6rem;
  }
}
.p-access-clinic-info__tell {
  font-family: "Cabin", sans-serif;
  font-size: 1.8rem;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-access-clinic-info__tell {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-access-clinic-access {
    width: 50%;
  }
}
.p-access-clinic-access__btn {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.6rem;
}
.p-access-clinic-access__btn a {
  margin-left: 10px;
  display: block;
  width: 54px;
  height: 54px;
  border: 2px solid #5A9F4D;
  border-radius: 50%;
  position: relative;
}
.p-access-clinic-access__btn a::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon-arrow-green.svg) no-repeat center/contain;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 17px;
  height: 17px;
}
@media screen and (min-width: 768px) {
  .p-access-clinic-access__btn a::before {
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  }
}
.p-access-clinic-access .u-iframe-wrapper {
  padding-bottom: 76%;
}

.p-access-means__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 20px;
  max-width: 1080px;
}
@media screen and (min-width: 768px) {
  .p-access-means__list {
    gap: 40px;
    margin-top: 60px;
  }
}

.p-access-means-item {
  counter-increment: title;
  width: 100%;
  border-radius: 16px 32px;
  background-color: #fff;
  display: block;
  font-size: 1.4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-access-means-item {
    width: 47.7272727273%;
    font-size: 1.6rem;
    gap: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-access-means-item__left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-access-means-item__left {
    width: 37.8409090909%;
  }
}
.p-access-means-item__img {
  margin-top: 20px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-access-means-item__img {
    margin-top: 20px;
  }
}
.p-access-means-item__img img {
  height: auto;
  border-radius: 16px 32px 0 0;
  max-height: 130px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-access-means-item__img img {
    border-radius: 16px 0 0 32px;
  }
}
.p-access-means-item__content {
  padding: 30px 25px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-access-means-item__content {
    padding: 45px;
  }
}
.p-access-means-item__title {
  font-weight: bold;
  color: #5A9F4D;
  position: relative;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-access-means-item__title {
    font-size: 2.4rem;
  }
}
.p-access-means-item__text {
  margin-top: 15px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-access-means-item__text {
    margin-top: 20px;
  }
}
.p-access-means-item__text span {
  color: #EA8841;
}
.p-access-means-item__text:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-access-means-item__text:nth-child(n+2) {
    margin-top: 20px;
  }
}
.p-access-means-item__text a {
  text-decoration: underline;
}
.p-access-means-item__btn {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.6rem;
  color: #5A9F4D;
}
.p-access-means-item__btn span {
  margin-left: 10px;
  display: block;
  width: 54px;
  height: 54px;
  border: 2px solid #5A9F4D;
  border-radius: 50%;
  position: relative;
}
.p-access-means-item__btn span::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon-arrow-green.svg) no-repeat center/contain;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 17px;
  height: 17px;
}
@media screen and (min-width: 768px) {
  .p-access-means-item__btn span::before {
    transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  }
}

.p-access-means-item--wide {
  width: 100%;
  padding: 45px;
  justify-content: space-between;
  gap: 60px;
}

.p-access-means-item--wide .p-access-means-item__content {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-access-means-item--wide .p-access-means-item__content {
    width: 55%;
  }
}

.p-access-root {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .p-access-root {
    padding: 120px 0;
  }
}

.p-access-root__title {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-access-root__title {
    font-size: 3.2rem;
  }
}
.p-access-root__list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-access-root__list {
    margin-top: 80px;
    gap: 40px;
  }
}

.p-access-root-item {
  counter-increment: root;
}
@media screen and (min-width: 768px) {
  .p-access-root-item {
    width: 47.2222222222%;
  }
}
.p-access-root-item__img {
  position: relative;
}
.p-access-root-item__img img {
  border-radius: 16px;
}
.p-access-root-item__img::after {
  font-family: "Cabin", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  content: counter(root);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -20px;
  left: 20px;
  width: 49px;
  height: 43px;
  background-color: #5A9F4D;
  border-radius: 0 16px 0 16px;
}
@media screen and (min-width: 768px) {
  .p-access-root-item__img::after {
    font-size: 2.2rem;
  }
}
.p-access-root-item__text {
  margin-top: 22px;
  font-size: 1.4rem;
  padding: 1.6rem;
  line-height: 1.7;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-access-root-item__text {
    font-size: 1.6rem;
  }
}

.p-case-single__img {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-case-single__img {
    margin-top: 80px;
  }
}
.p-case-single__img img {
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p-case-single__img img {
    border-radius: 16px;
  }
}

.p-voice-single {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-voice-single {
    padding-top: 60px;
  }
}

.p-voice-single-heading {
  position: relative;
  padding: 20px;
  font-size: 15px;
  font-weight: bold;
  background-color: #F3F4EF;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .p-voice-single-heading {
    padding: 30px 35px;
  }
}
.p-voice-single-heading::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 46px;
  bottom: -18px;
  border-right: 22px solid #F3F4EF;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  transform: rotate(130deg);
}
@media screen and (min-width: 768px) {
  .p-voice-single-heading::after {
    bottom: -36px;
    border-right: 30px solid #F3F4EF;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
  }
}
.p-voice-single-heading__name {
  color: #5A9F4D;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-voice-single-heading__name {
    font-size: 1.4rem;
  }
}
.p-voice-single-heading__title {
  margin-top: 10px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-voice-single-heading__title {
    font-size: 3.6rem;
  }
}

.p-voice-single__img {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-voice-single__img {
    margin-top: 50px;
  }
}
.p-voice-single__img img {
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p-voice-single__img img {
    border-radius: 16px;
  }
}
.p-voice-single__content {
  margin-top: 40px;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .p-voice-single__content {
    margin-top: 60px;
  }
}
.p-voice-single__content p {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-voice-single__content p {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}

.p-price-single-point {
  padding: 30px;
  background: url(../img/common/mv-bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
  border-radius: 32px;
}
@media screen and (min-width: 768px) {
  .p-price-single-point {
    padding: 50px;
  }
}
.p-price-single-point::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #5A9F4E;
  opacity: 0.93;
  border-radius: 32px;
}
.p-price-single-point p {
  z-index: 1;
  color: #fff;
  position: relative;
  text-align: center;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-price-single-point p {
    font-size: 1.6rem;
  }
}
.p-price-single-point h2 {
  margin-top: 20px;
  z-index: 1;
  color: #fff;
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-price-single-point h2 {
    margin-top: 25px;
    font-size: 3.2rem;
  }
}

.p-price-single-heading {
  text-align: center;
  position: relative;
  display: block;
  margin-top: 8px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-price-single-heading {
    margin-bottom: 60px;
    margin-top: 10px;
    font-size: 3.6rem;
  }
}
.p-price-single-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -23px;
  background: url(../img/common/icon-needles.svg) no-repeat center/contain;
  width: 45px;
  height: 20px;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-price-single-heading::after {
    top: -35px;
    width: 75px;
    height: 28px;
  }
}

.p-price-single__content p {
  font-size: 1.4rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-price-single__content p {
    font-size: 1.6rem;
  }
}
.p-price-single__content p:nth-child(n+2) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-price-single__content p:nth-child(n+2) {
    margin-top: 25px;
  }
}
.p-price-single__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-price-single__list {
    margin: 0 auto;
    margin-top: 60px;
    justify-content: space-between;
    gap: 45px;
  }
}
.p-price-single__item {
  width: 80%;
  border-radius: 16px;
  background-color: #FBF4E9;
}
@media screen and (min-width: 768px) {
  .p-price-single__item {
    width: 29.1666666667%;
  }
}
.p-price-single__item {
  display: block;
  padding: 30px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-price-single__item {
    padding: 40px;
    font-size: 2.4rem;
  }
}
.p-price-single__item img {
  margin-bottom: 20px;
  height: 100px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-price-single__item img {
    height: 150px;
  }
}
.p-price-single__item p {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-price-single__item p {
    font-size: 1.6rem;
  }
}
.p-price-single__list--wh .p-price-single__item {
  background-color: #fff;
}

.p-price-single-price__title {
  font-size: 1.6rem;
  margin-top: 25px;
  margin-bottom: 6px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-price-single-price__title {
    margin-bottom: 12px;
    margin-top: 40px;
    font-size: 2.4rem;
  }
}
.p-price-single-price__note {
  font-size: 1.4rem;
  margin: 10px 0 25px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-price-single-price__note {
    margin: 10px 0 40px;
    font-size: 1.6rem;
  }
}

/*
  Data List
---------------------------------*/
.c-dataListBg {
  margin-left: auto;
}

.c-dataListBg__ttl {
  margin-bottom: 27px;
  padding-bottom: 17px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}

.c-dataListBg dl {
  display: flex;
  justify-content: flex-start;
}

.c-dataListBg dl:nth-child(n+2) {
  border-top: 3px solid #F3F4EF;
}

.c-dataListBg dd,
.c-dataListBg dt {
  padding: 10px 7px;
  font-size: 13px;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-dataListBg dd,
  .c-dataListBg dt {
    padding: 15px;
    font-size: 1.6rem;
  }
}

.c-dataListBg dt {
  background-color: #5A9F4D;
  color: #fff;
  text-align: center;
  width: 45%;
}
@media screen and (min-width: 768px) {
  .c-dataListBg dt {
    width: 30%;
    padding: 25px 20px;
  }
}

.c-dataListBg dd {
  background-color: #fff;
  width: calc(100% - 96px);
  margin-top: 0;
  padding-left: 1em;
  border-left: 3px solid #F3F4EF;
}
@media screen and (min-width: 768px) {
  .c-dataListBg dd {
    padding: 25px 30px;
    width: 70%;
  }
}

.c-dataListBg dd a {
  text-decoration: underline;
  opacity: 0.8;
}

.c-dataListBg__text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.84615;
}

/*=========
accordion
=========*/
.accordion_one {
  margin-top: 22px;
}

.accordion_area .accordion_one .ac_header {
  background-color: #FBF5E9;
  padding: 3rem 7rem 3rem 3rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s;
  height: 72px;
  display: flex;
  align-items: center;
  border-radius: 16px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 4rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 4px solid #EA8841;
  border-radius: 10px;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 4px solid #EA8841;
  border-radius: 10px;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 8px;
  transition: 0.3s;
}

.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}

.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 4rem;
  box-sizing: border-box;
  background: #FBF5E9;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 3rem 1.5rem 2rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 1.5rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 16px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 16px;
    right: 6px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 2.5rem 3rem 2.5rem 2rem;
  }
}
.p-faq__q-txt {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 2.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-faq__q-txt {
    font-size: 1.8rem;
    padding-left: 4rem;
  }
}
.p-faq__q-txt::after {
  content: "Q";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 26px;
  height: 36px;
  font-size: 2.2rem;
  color: #EA8841;
}
@media screen and (min-width: 768px) {
  .p-faq__q-txt::after {
    height: 42px;
    font-size: 2.8rem;
  }
}

.p-faq__a-txt {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-faq__a-txt {
    font-size: 1.6rem;
  }
}

.p-service-concept {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-service-concept {
    padding-bottom: 160px;
  }
}
.p-service-concept__copy {
  font-size: 2.4rem;
  font-family: "Cabin", sans-serif;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.03em;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-service-concept__copy {
    letter-spacing: 0.06em;
    font-size: 3.2rem;
  }
}
.p-service-concept__text {
  padding: 0 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-service-concept__text {
    text-align: center;
    margin-top: 60px;
    padding: 0;
    font-size: 1.7rem;
    line-height: 2;
  }
}
.p-service-concept__text:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-service-concept__text:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}

.p-service-contents__list {
  width: 93.6507936508%;
  margin: auto;
  max-width: 1300px;
}
@media screen and (min-width: 768px) {
  .p-service-contents__box {
    width: 50%;
  }
}
.p-service-contents__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-service-contents__img {
    width: 42.5%;
  }
}
.p-service-contents__head {
  font-size: 2.2rem;
  font-family: "Cabin", sans-serif;
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-service-contents__head {
    margin-top: 0;
    text-align: left;
    font-size: 3.6rem;
  }
}
.p-service-contents__subhead {
  font-size: 1.8rem;
  padding-bottom: 14px;
  background-image: linear-gradient(to right, #C0BDB2, #C0BDB2 6px, transparent 6px);
  background-size: 10px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  margin: 30px 10px 0;
}
@media screen and (min-width: 768px) {
  .p-service-contents__subhead {
    font-size: 2rem;
    margin: 40px 0 0;
  }
}
.p-service-contents__text {
  padding: 0 10px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-service-contents__text {
    margin-top: 40px;
    padding: 0;
    font-size: 1.7rem;
    line-height: 2;
  }
}
.p-service-contents__text:nth-of-type(n + 2) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-service-contents__text:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}
.p-service-contents__text span {
  font-weight: 700;
  letter-spacing: 0.03em;
}
.p-service-contents__btn a {
  margin-left: 0;
  max-width: 220px;
}
@media screen and (min-width: 768px) {
  .p-service-contents__btn a {
    max-width: 280px;
  }
}
.p-service-contents__btn a::before {
  background: url(../img/common/icon-arrow-bottom-wh.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .p-service-contents__btn a:hover::before {
    background: url(../img/common/icon-arrow-bottom-pink.svg) no-repeat center/contain;
  }
}

.p-service-contents-block {
  background-color: #fff;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .p-service-contents-block {
    padding: 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-service-contents-block__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
}
.p-service-contents-block:nth-child(n+2) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-service-contents-block:nth-child(n+2) {
    margin-top: 60px;
  }
}

.p-service-contents-nav {
  padding: 20px 20px 60px;
}
@media screen and (min-width: 768px) {
  .p-service-contents-nav {
    padding: 80px 0 100px;
    display: flex;
    justify-content: space-between;
  }
}
.p-service-contents-nav__item {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-service-contents-nav__item {
    width: 30.5555555556%;
    transition: 0.3s;
  }
  .p-service-contents-nav__item:hover {
    background-color: rgba(255, 114, 131, 0.5);
    transform: translateY(4px);
  }
}
.p-service-contents-nav__item::after {
  content: "";
  position: absolute;
  background: url(../img/page/service-contents-icon1.svg) no-repeat center/contain;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .p-service-contents-nav__item::after {
    width: 48px;
    height: 48px;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-service-contents-nav__item:nth-of-type(1)::after {
  background: url(../img/page/service-contents-icon1.svg) no-repeat center/contain;
}
.p-service-contents-nav__item:nth-of-type(2)::after {
  background: url(../img/page/service-contents-icon2.svg) no-repeat center/contain;
}
.p-service-contents-nav__item:nth-of-type(3)::after {
  background: url(../img/page/service-contents-icon3.svg) no-repeat center/contain;
}
.p-service-contents-nav__item:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-service-contents-nav__item:nth-child(n+2) {
    margin-top: 0;
  }
}
.p-service-contents-nav__item::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon-arrow-bottom.svg) no-repeat center/contain;
  bottom: 50%;
  transform: translateY(50%);
  right: 24px;
  width: 17px;
  height: 17px;
}
@media screen and (min-width: 768px) {
  .p-service-contents-nav__item::before {
    bottom: 24px;
    transform: translate(50%, 0);
    right: 50%;
  }
}
.p-service-contents-nav__item a {
  padding: 30px 60px 30px 70px;
  display: block;
  font-size: 2rem;
  font-weight: 900;
  font-family: "Cabin", sans-serif;
}
@media screen and (min-width: 992px) {
  .p-service-contents-nav__item a {
    text-align: center;
    padding: 100px 24px 60px 24px;
    font-size: 2.4rem;
  }
}

.p-service-price__head {
  font-size: 2.2rem;
  font-family: "Cabin", sans-serif;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-service-price__head {
    font-size: 2.8rem;
  }
}
.p-service-price__text {
  padding: 0 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-service-price__text {
    margin-top: 40px;
    padding: 0;
    font-size: 1.7rem;
  }
}
.p-service-price__text:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-service-price__text:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}
.p-service-price__text span {
  font-weight: 700;
  letter-spacing: 0.03em;
}
.p-service-price__notice {
  margin-top: 20px;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .p-service-price__notice {
    margin-top: 40px;
    font-size: 1.4rem;
  }
}
.p-service-price-block__right .p-service-price__notice {
  margin-top: 10px;
  line-height: 28px;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .p-service-price-block__right .p-service-price__notice {
    width: 60%;
    text-align: right;
    padding-left: 0;
  }
}
.p-service-price__num {
  font-size: 1.7rem;
  margin-top: 8px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-service-price__num {
    font-size: 2.1rem;
    margin-top: 8px;
  }
}
.p-service-price__num span {
  font-weight: 700;
  font-size: 2rem;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .p-service-price__num span {
    font-size: 2.8rem;
  }
}
.p-service-price__num span.notice {
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-service-price__num span.notice {
    font-size: 1.8rem;
  }
}

.p-service-price-block {
  background-color: #FDF9E7;
  padding: 50px 10px 50px 10px;
}
@media screen and (min-width: 768px) {
  .p-service-price-block {
    padding: 40px 30px 40px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.p-service-price-block:nth-child(n+2) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-service-price-block:nth-child(n+2) {
    margin-top: 40px;
  }
}
.p-service-price-block__left {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service-price-block__left {
    text-align: initial;
  }
}
.p-service-price-block__right {
  background-color: #fff;
  padding: 30px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-service-price-block__right {
    padding: 40px;
    width: 61.5384615385%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 200px;
  }
}

.p-service-payment {
  padding-bottom: 160px;
}
@media screen and (min-width: 768px) {
  .p-service-payment {
    padding-bottom: 220px;
  }
}
.p-service-payment__content {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .p-service-payment__content {
    padding: 60px 0;
  }
}
.p-service-payment__text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-service-payment__text {
    font-size: 2.2rem;
  }
}
.p-service-payment__text span {
  font-weight: 700;
  font-size: 1.8rem;
  display: inline-block;
  background-image: linear-gradient(to right, #C0BDB2, #C0BDB2 6px, transparent 6px);
  background-size: 10px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .p-service-payment__text span {
    font-size: 2.8rem;
  }
}

.p-about-message {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-about-message {
    padding-bottom: 160px;
  }
}
.p-about-message__inner {
  background: url(../img/page/about-message-bg_sp.png) no-repeat center bottom;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-about-message__inner {
    background: url(../img/page/about-message-bg.png) no-repeat center;
    background-size: contain;
  }
}
.p-about-message__img {
  margin: auto;
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .p-about-message__img {
    max-width: 322px;
  }
}
.p-about-message__copy {
  font-size: 2rem;
  font-family: "Cabin", sans-serif;
  text-align: center;
  margin-top: 40px;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-about-message__copy {
    margin-top: 60px;
    font-size: 2.8rem;
  }
}
.p-about-message__text {
  padding: 0 16px;
  font-size: 1.6rem;
  margin-top: 30px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-about-message__text {
    margin-top: 60px;
    padding: 0;
    font-size: 1.7rem;
  }
}
.p-about-message__text:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-about-message__text:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}

.p-about-overview {
  padding-bottom: 160px;
}
@media screen and (min-width: 768px) {
  .p-about-overview {
    padding-bottom: 220px;
  }
}
.p-about-overview__inner {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .p-about-overview__inner {
    padding: 60px 0;
  }
}

.p-about-overview-item {
  padding: 14px;
  margin-top: 0;
  border-bottom: 1px solid #DBD7D1;
}
@media screen and (min-width: 768px) {
  .p-about-overview-item {
    padding: 24px 14px;
    justify-content: space-between;
    align-items: center;
  }
}
.p-about-overview-item:nth-of-type(1) {
  border-top: 1px solid #DBD7D1;
}
.p-about-overview-item__title {
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-about-overview-item__title {
    font-size: 1.7rem;
    width: 20%;
  }
}
.p-about-overview-item__description {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-about-overview-item__description {
    font-size: 1.7rem;
    width: 73%;
  }
}

.p-application {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .p-application {
    padding: 80px 0;
  }
}
.p-application__btn {
  margin-top: 30px;
}
.p-application__btn--check a {
  margin-left: 0;
  padding: 20px 30px 20px 30px;
}
.p-application__btn--dl a {
  margin-left: 0;
  padding: 20px 30px 20px 30px;
}
@media screen and (min-width: 768px) {
  .p-application__btn--dl a {
    padding: 20px 20px 20px 30px;
    max-width: 320px;
  }
}
.p-application__btn--dl a::before {
  content: none;
}

.p-application-flow-block {
  background-color: #FBF4E9;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .p-application-flow-block {
    padding: 60px 80px;
  }
}
.p-application-flow-block:nth-child(-n+2) {
  position: relative;
}
.p-application-flow-block:nth-child(-n+2)::after {
  content: "";
  background: url(../img/page/application-arrow.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .p-application-flow-block:nth-child(-n+2)::after {
    bottom: -60px;
  }
}
.p-application-flow-block:nth-child(n+2) {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-application-flow-block:nth-child(n+2) {
    margin-top: 100px;
  }
}
.p-application-flow-block__head {
  font-size: 1.8rem;
  padding-bottom: 10px;
  border-bottom: 2px solid #5A9F4D;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-application-flow-block__head {
    font-size: 3.2rem;
  }
}
.p-application-flow-block__head span {
  color: #766E54;
  padding-right: 30px;
}
.p-application-flow-block__content {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-application-flow-block__content {
    margin-top: 40px;
  }
}
.p-application-flow-block__text {
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-application-flow-block__text {
    line-height: 2;
    font-size: 1.7rem;
  }
}

.p-application-flow-box {
  background-color: #fff;
  padding: 20px 20px;
}
@media screen and (min-width: 768px) {
  .p-application-flow-box {
    padding: 30px 50px;
  }
}
.p-application-flow-box:nth-child(n+2) {
  margin-top: 30px;
}
.p-application-flow-box__head {
  font-size: 1.7rem;
  color: #5A9F4D;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-application-flow-box__head {
    font-size: 2.2rem;
  }
}
.p-application-flow-box__info {
  font-weight: 700;
  font-size: 1.7rem;
  margin-top: 16px;
  letter-spacing: 0.03em;
}
.p-application-contact {
  background-color: #edba80;
  background-size: cover;
  padding: 40px 10px;
  padding-bottom: 160px;
}
@media screen and (min-width: 768px) {
  .p-application-contact {
    padding: 100px 10px;
    padding-bottom: 220px;
  }
}
.p-application-contact__inner {
  z-index: 1;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .p-application-contact__inner {
    max-width: 1340px;
  }
}

.p-terms-nav {
  padding: 40px 20px 60px;
}
@media screen and (min-width: 768px) {
  .p-terms-nav {
    padding: 80px 0 100px;
    display: flex;
    justify-content: space-between;
  }
}
.p-terms-nav__item {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
  position: relative;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-terms-nav__item {
    width: 30.5555555556%;
  }
}
.p-terms-nav__item:nth-of-type(1) {
  background-color: #FBF4E9;
}
.p-terms-nav__item:nth-of-type(2) {
  background-color: #F7CEA0;
}
.p-terms-nav__item:nth-of-type(3) {
  background-color: #F7F2ED;
}
.p-terms-nav__item:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-terms-nav__item:nth-child(n+2) {
    margin-top: 0;
  }
}
.p-terms-nav__item::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon-arrow-bottom.svg) no-repeat center/contain;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 17px;
  height: 17px;
}
.p-terms-nav__item a {
  padding: 24px 30px 24px 20px;
  display: block;
  font-size: 2.2rem;
  font-weight: 900;
  font-family: "Cabin", sans-serif;
}
@media screen and (min-width: 992px) {
  .p-terms-nav__item a {
    padding: 24px 70px 24px 40px;
    font-size: 2.6rem;
  }
}
.p-terms-nav__item:hover {
  transform: translateY(4px);
  box-shadow: none;
}

.p-terms-block {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .p-terms-block {
    padding: 80px 0;
  }
}
.p-terms-block__inner {
  background-color: #fff;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p-terms-block__inner {
    padding: 80px 0;
  }
}
.p-terms-block__head {
  font-size: 2.4rem;
  font-family: "Cabin", sans-serif;
  text-align: center;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-terms-block__head {
    font-size: 4rem;
  }
}
.p-terms-block__text {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-terms-block__text {
    font-size: 1.7rem;
  }
}

.p-terms-content {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-terms-content {
    margin-top: 60px;
  }
}
.p-terms-content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-terms-content h3 {
    font-size: 2.8rem;
    margin-top: 60px;
  }
}
.p-terms-content p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 20px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .p-terms-content p {
    line-height: 2;
    font-size: 1.7rem;
    margin-top: 30px;
  }
}
.p-terms-content p.indent-none {
  padding-left: 0;
  text-indent: 0;
}
.p-terms-content a {
  color: #5A9F4D;
}

.p-terms-kaigo {
  background-color: #FBF4E9;
}

.p-terms-hikaigo {
  background-color: #F7CEA0;
}

.p-terms-price {
  background-color: #F7F2ED;
  padding-bottom: 160px;
}
@media screen and (min-width: 768px) {
  .p-terms-price {
    padding-bottom: 220px;
  }
}

.p-blog-archive {
  padding: 0 0 100px;
}
@media screen and (min-width: 768px) {
  .p-blog-archive {
    padding: 0 0 100px;
  }
}

.p-blog-archive-list {
  margin-top: 60px;
  position: relative;
}
@media screen and (min-width: 576px) {
  .p-blog-archive-list {
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-blog-archive-list::after {
    content: "";
    display: block;
    width: calc((100% - 88px) / 3);
  }
}

.p-blog-archive-item {
  border: 1px solid #7A7250;
  margin-top: 30px;
  background-color: #fff;
}
@media screen and (min-width: 576px) {
  .p-blog-archive-item {
    width: calc((100% - 22px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .p-blog-archive-item {
    width: calc((100% - 80px) / 3);
    margin-top: 60px;
  }
}
.p-blog-archive-item a {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}
.p-blog-archive-item__inner {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-blog-archive-item__inner {
    margin-bottom: 20px;
  }
}
.p-blog-archive-item__inner > * + * {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p-blog-archive-item__inner > * + * {
    margin-top: 10px;
  }
}
.p-blog-archive-item__content {
  padding: 12px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.p-blog-archive-item__title {
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-blog-archive-item__img {
  width: 100%;
}
.p-blog-archive-item__img:before {
  content: "";
  display: block;
  padding-top: 60.3550295858%;
}
.p-blog-archive-item__img img {
  border-radius: 4px 4px 0 0;
}
.p-blog-archive-item__info {
  display: flex;
  justify-content: flex-start;
}
.p-blog-archive-item__cat {
  color: #fff;
  padding: 4px 6px;
  margin-left: 16px;
  background-color: #69C5DD;
  border-radius: 2px;
  font-size: 14px;
}
.p-blog-archive-item__cat.cat_blog {
  background-color: #A59ACA;
}
.p-blog-archive-item__cat.cat_news {
  background-color: #F8D95D;
}
.p-blog-archive-item__date {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
  color: #766E54;
  letter-spacing: 0.04em;
}
.p-blog-archive-item__text {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #766E54;
}
.p-blog-archive-item__btn {
  margin: 0 auto;
  background-color: #5A9F4D;
  padding: 12px 20px;
  font-size: 1.6rem;
  color: #fff;
  max-width: 242px;
  text-align: center;
  border-radius: 4px;
  width: 100%;
  position: relative;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-blog-archive-item__btn {
    margin-top: auto;
    font-size: 1.8rem;
  }
}
.p-blog-archive-item__btn::after {
  content: "";
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

.p-blog-single-container {
  background-color: #fff;
  padding: 40px 10px;
}
@media screen and (min-width: 768px) {
  .p-blog-single-container {
    border-radius: 40px;
    padding: 90px 10px;
  }
}
.p-blog-single-container__inner {
  max-width: 864px;
  width: 90%;
  margin: auto;
}

.p-blog-single {
  padding: 0 6px;
  padding-bottom: 160px;
}
@media screen and (min-width: 768px) {
  .p-blog-single {
    padding: 0 20px;
    padding-bottom: 220px;
  }
}
.p-blog-single__inner {
  margin: auto;
  background-color: #fff;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-blog-single__inner {
    padding-bottom: 100px;
  }
}
.p-blog-single__heading {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 10px;
  font-family: "Cabin", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-blog-single__heading {
    font-size: 3.8rem;
    margin-top: 16px;
  }
}
.p-blog-single__date {
  font-size: 1.6rem;
  position: relative;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-blog-single__date {
    font-size: 1.8rem;
  }
}
.p-blog-single__thumb {
  margin-top: 60px;
  padding-top: 52.5%;
  position: relative;
  overflow: hidden;
}
.p-blog-single__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-blog-single-head {
  padding-bottom: 15px;
  border-bottom: 1px solid #C0BDB2;
}
@media screen and (min-width: 768px) {
  .p-blog-single-head {
    padding-bottom: 30px;
  }
}

.p-blog-single-content {
  margin-top: 40px;
}
.p-blog-single-content h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 40px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-blog-single-content h2 {
    font-size: 3.2rem;
    padding-bottom: 20px;
    margin-top: 76px;
  }
}
.p-blog-single-content h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-blog-single-content h3 {
    font-size: 2.4rem;
    margin-top: 60px;
  }
}
.p-blog-single-content h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-blog-single-content h4 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-blog-single-content p {
  font-size: 1.6rem;
  margin-top: 16px;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-blog-single-content p {
    font-size: 2rem;
    margin-top: 20px;
    line-height: 1.85;
  }
}
.p-blog-single-content ul {
  margin-top: 16px;
  padding-left: 2em;
}
@media screen and (min-width: 768px) {
  .p-blog-single-content ul {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-blog-single-content li {
  font-size: 1.4rem;
  list-style: initial;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-blog-single-content li {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-blog-single-content img {
  margin: 20px 0;
  width: auto;
}
@media screen and (min-width: 768px) {
  .p-blog-single-content img {
    margin: 40px 0;
  }
}
.p-blog-single-content a {
  color: #5A9F4D;
}
.p-blog-single-content table {
  border-collapse: collapse;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-blog-single-content table {
    margin-top: 20px;
  }
}
.p-blog-single-content table th, .p-blog-single-content table td {
  padding: 10px;
  border: solid 1px #333333;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-blog-single-content table th, .p-blog-single-content table td {
    font-size: 2rem;
  }
}

.p-blog-cat {
  background-color: #5A9F4D;
}
.p-blog-cat__list {
  display: flex;
  justify-content: space-between;
}

.p-blog-cat-item {
  width: 25%;
}
.p-blog-cat-item a {
  display: block;
  color: #fff;
  padding: 20px 8px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-blog-cat-item a {
    padding: 20px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  .p-blog-cat-item a {
    font-size: 1.25vw;
  }
}
.p-blog-cat-item a.current {
  background-color: #5A9F4E;
  color: #333333;
  font-weight: 700;
}

/* -----------------------------------------------------------------
   Utility
   ----------------------------------------------------------------- */
.sp-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

.u-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.u-line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*IE対策*/
  line-height: 1.5em;
  max-height: 4.5em;
}

.u-line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*IE対策*/
  line-height: 1.5em;
  max-height: 4.5em;
}

.u-align-l {
  text-align: left;
}

.u-iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.u-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-pd0 {
  padding-top: 0;
}

.u-mt0 {
  margin-top: 0;
}

.u-link-text,.u-text-link,.p-voice-single__content a {
	color:#EC5700 !important;
	text-decoration:underline;
}

.js-fade-in {
  opacity: 0;
  transform: translate(0, 15px);
  transition: all 1s ease-out, opacity 0.4s linear, filter 1s linear;
  animation-delay: 1.4s;
}

.js-fade-in-mv {
  opacity: 0;
  transform: translate(-50%, 15px);
  transition: all 1s ease-out, opacity 0.4s linear, filter 1s linear;
  animation-delay: 1.4s;
}

.js-scroll-in {
  opacity: 1;
  transition-duration: 0.5s;
  transform: translate(0, 0);
}

.js-scroll-in-mv {
  opacity: 1;
  transition-duration: 0.5s;
  transform: translate(-50%, 0);
}/*# sourceMappingURL=style.css.map */