@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::-moz-selection {
  background-color: color(selection);
}
*::selection {
  background-color: color(selection);
}

html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", yugothic, "游ゴシック", "Yu Gothic", sans-serif;
}

a {
  text-decoration: none;
}
@media (min-width: 769px) {
  a a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
}

img,
svg,
video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

picture img {
  width: 100%;
  height: auto;
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  word-break: break-all;
}

input::-ms-clear {
  display: none;
}

[data-js-focus-visible]:focus:not([data-focus-visible-added]) {
  outline: none;
}

[aria-hidden=false] {
  visibility: visible;
}

[aria-hidden=true] {
  display: none;
  visibility: hidden;
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
*:focus {
  outline: none;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  height: 0; /* Add the correct box sizing in Firefox */
  overflow: visible; /* Show the overflow in Edge and IE */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: bottom;
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

ol,
ul {
  list-style: none;
}

input[type=submit],
input[type=button] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
input:focus,
textarea:focus {
  outline: none;
}

h1,
h2,
h3,
h4 {
  font-family: "游ゴシック体", yugothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #222;
}

p,
input,
textarea,
li,
span {
  font-family: "游ゴシック体", yugothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #222;
}

a {
  font-family: "游ゴシック体", yugothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #222;
  text-decoration: none;
}

.lazyload-img {
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.lazyload-img.lazyloaded {
  opacity: 1;
}

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

.is-tab {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-tab {
    display: block;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.js-accordion-box {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
}

/**
* @file _l-footer.scss
**/
.l-footer__cv {
  position: relative;
  overflow: hidden;
}
.l-footer .cv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-footer .cv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-footer .cv__wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 890px;
  padding: 50px 20px;
  margin: 0 auto;
}
.l-footer .cv__ttl {
  font-size: 3rem;
  line-height: 1.3333333333;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
.l-footer .cv__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .l-footer .cv__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .cv__box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer .cv__link {
    height: 80px;
  }
}
.l-footer .cv__link-top {
  padding-left: 120px;
}
@media screen and (max-width: 768px) {
  .l-footer .cv__link-top {
    padding-left: 100px;
  }
}
.l-footer .cv__link-top img {
  position: absolute;
  top: -20px;
  left: 10px;
  width: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .l-footer .cv__link-top img {
    width: 90px;
  }
}
.l-footer__container {
  padding: 0 20px;
  background: #000;
}
.l-footer__wrapper {
  max-width: 1080px;
  padding: 50px 0 100px;
  margin: 0 auto;
}
.l-footer__logo {
  width: 160px;
}
.l-footer__logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 30px;
  margin-top: 80px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.l-footer .nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-footer .nav__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-footer .nav__link {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.l-footer .nav__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .l-footer .nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-footer .nav__link span {
    margin-right: 5px;
    color: #fff;
  }
}
.l-footer .nav__cv-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-footer .nav__cv-lists {
    display: none;
  }
}
.l-footer .nav .cv-lists .item__link {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 25px 7px 20px;
  color: #008d97;
  background: #fff;
  border: 1px solid #008d97;
  border-radius: 999px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.l-footer .nav .cv-lists .item__link::before {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 11px;
  height: 11px;
  content: "";
  background: #008d97;
  border-radius: 50%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer .nav .cv-lists .item__link::after {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 4px;
  height: 4px;
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.l-footer .nav .cv-lists .item__link:hover {
  color: #fff;
  background: #008d97;
}
@media screen and (max-width: 1024px) {
  .l-footer .nav .cv-lists .item__link:hover {
    color: #008d97;
    background: #f4d94d;
  }
}
.l-footer .nav .cv-lists .item__link:hover::before {
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .l-footer .nav .cv-lists .item__link:hover::before {
    background: #008d97;
  }
}
.l-footer .nav .cv-lists .item__link:hover::after {
  border-color: #008d97;
}
@media screen and (max-width: 1024px) {
  .l-footer .nav .cv-lists .item__link:hover::after {
    border-color: #fff;
  }
}
.l-footer .copyright {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 20px;
  color: #fff;
  text-align: center;
}

/**
* @file _l-header.scss
**/
.l-header {
  position: absolute;
  z-index: 10;
  width: 100%;
  background: white;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  .l-header {
    background: transparent;
  }
}
.l-header.is-fixed {
  position: fixed;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .l-header .c-content-width {
    max-width: 100%;
  }
}
.l-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
}
.l-header__logo {
  z-index: 1;
  max-width: 200px;
}
@media screen and (max-width: 1150px) {
  .l-header__logo {
    max-width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    max-width: 140px;
  }
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}
@media screen and (max-width: 1150px) {
  .l-header__nav {
    gap: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    width: 80%;
    height: 100dvh;
    padding: 0 30px;
    padding-top: 30vh;
    background-color: rgba(79, 140, 149, 0.9);
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
}
.l-header .nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 1150px) {
  .l-header .nav__lists {
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header .nav__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: auto;
  }
}
.l-header .nav__item {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .l-header .nav__item {
    height: auto;
  }
}
.l-header .nav__link {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media screen and (max-width: 1150px) {
  .l-header .nav__link {
    font-size: 1.4rem;
    line-height: 1;
  }
}
.l-header .nav__link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .l-header .nav__link {
    font-size: 2.4rem;
    line-height: 1;
    color: #fff;
    -webkit-transition: color 0.6s;
    transition: color 0.6s;
  }
  .l-header .nav__link:hover {
    color: #f4d94d;
    opacity: 1;
  }
}
.l-header .nav__link::before {
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 10px;
  height: 10px;
  content: "";
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .l-header .nav__link::before {
    display: none;
  }
}
.l-header .nav__toggle {
  position: relative;
  z-index: 5;
  display: none;
  min-width: 25px;
  height: 16px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .l-header .nav__toggle {
    display: block;
  }
}
.l-header .nav__menu-line {
  position: absolute;
  right: 0;
  z-index: 10;
  width: 25px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.l-header .nav__cv-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .l-header .nav__cv-lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
  }
}
.l-header .nav .cv-lists .item__link {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 25px 7px 20px;
  color: #008d97;
  background: #fff;
  border: 1px solid #008d97;
  border-radius: 999px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.l-header .nav .cv-lists .item__link::before {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 11px;
  height: 11px;
  content: "";
  background: #008d97;
  border-radius: 50%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header .nav .cv-lists .item__link::after {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 4px;
  height: 4px;
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.l-header .nav .cv-lists .item__link:hover {
  color: #fff;
  background: #008d97;
}
@media screen and (max-width: 1024px) {
  .l-header .nav .cv-lists .item__link:hover {
    color: #008d97;
    background: #f4d94d;
  }
}
.l-header .nav .cv-lists .item__link:hover::before {
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .l-header .nav .cv-lists .item__link:hover::before {
    background: #008d97;
  }
}
.l-header .nav .cv-lists .item__link:hover::after {
  border-color: #008d97;
}
@media screen and (max-width: 1024px) {
  .l-header .nav .cv-lists .item__link:hover::after {
    border-color: #fff;
  }
}
.l-header .menu-line1 {
  top: 0;
}
.l-header .menu-line2 {
  top: 8px;
}
.l-header .menu-line3 {
  top: 16px;
}
.l-header #js-nav-menu.is-open .menu-line1 {
  position: absolute;
  top: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.l-header #js-nav-menu.is-open .menu-line2 {
  opacity: 0;
}
.l-header #js-nav-menu.is-open .menu-line3 {
  position: absolute;
  top: 8px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.l-header #js-nav.is-open {
  right: 0;
}

.c-btn {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  padding: 0 80px 0 60px;
  border-radius: 999px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 1024px) {
  .c-btn {
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}
@media screen and (max-width: 768px) {
  .c-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 60px 0 50px;
  }
}
.c-btn::before {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 26px;
  height: 26px;
  content: "";
  border-radius: 50%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-btn::before {
    right: 20px;
    width: 21px;
    height: 21px;
  }
}
.c-btn::after {
  position: absolute;
  top: 50%;
  right: 39px;
  width: 10px;
  height: 10px;
  content: "";
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .c-btn::after {
    right: 28px;
    width: 6px;
    height: 6px;
  }
}
.c-btn .bg-red {
  font-size: 1.2rem;
  line-height: 1.3333333333;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 3px 20px;
  color: #fff;
  background: #c9360d;
}
.c-btn__yellow {
  background: #f4d94d;
}
@media screen and (max-width: 768px) {
  .c-btn__yellow {
    font-size: 1.6rem;
    line-height: 1;
  }
}
.c-btn__yellow::before {
  background: #fff;
}
.c-btn__yellow:hover {
  background: #fff;
}
.c-btn__yellow:hover::before {
  background: #008d97;
}
.c-btn__yellow:hover::after {
  border-color: #fff;
}
.c-btn__white {
  text-align: center;
  background: #fff;
}
.c-btn__white span img {
  position: relative;
  top: 5px;
  width: 130px;
  margin-right: 10px;
}
.c-btn__white::before {
  background: #f4d94d;
}
.c-btn__white:hover {
  background: #f4d94d;
}
.c-btn__white:hover::before {
  background: #fff;
}

.c-content-padding {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .c-content-padding {
    padding: 0 15px;
  }
}

.c-content-width {
  max-width: 1240px;
  margin: auto;
}

.fade {
  opacity: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.fade.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-404 {
  height: 100vh;
  padding: 150px 40px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-404 {
    height: 100vh;
    padding: 100px 20px 0;
  }
}
.p-404 h2 {
  font-size: 3.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-404 h2 {
    font-size: 2.4rem;
  }
}
.p-404 p {
  margin-top: 50px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-404 p {
    margin-top: 25px;
  }
}
.p-404 a {
  display: inline-block;
  margin-top: 50px;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p-404 a {
    margin-top: 25px;
  }
}

/**
* @file _l-index.scss
**/
@media screen and (max-width: 768px) {
  .p-index {
    background: #e9f2f0;
  }
}
.p-index .section__en-ttl {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-index .section__en-ttl {
    font-size: 3.8rem;
    line-height: 1;
    text-align: center;
  }
}
.p-index .section__en-ttl::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  content: "";
  background: #babdbd;
}
@media screen and (max-width: 768px) {
  .p-index .section__en-ttl::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-index .section__en-ttl::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  content: "";
  background: #222;
}
@media screen and (max-width: 768px) {
  .p-index .section__en-ttl::after {
    left: calc(50% - 20px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-index .section__en-ttl span {
  font-family: "Roboto", sans-serif;
  color: #babdbd;
}
.p-index .section__en-ttl strong {
  position: relative;
  font-family: "Roboto", sans-serif;
}
.p-index .section__en-ttl strong.yellow {
  color: #ebd251;
}
.p-index .section__en-ttl strong.green {
  color: #008d97;
}
.p-index .fv {
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .p-index .fv {
    padding-top: 0;
  }
}
.p-index .fv__container {
  position: absolute;
  top: calc(50% + 80px);
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 140px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .p-index .fv__container {
    top: 50%;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-index .fv__container {
    top: 55%;
    left: 50%;
    gap: 100px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 500px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.p-index .fv__ttl {
  font-size: 5.8rem;
  line-height: 1.2068965517;
  font-weight: bold;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-index .fv__ttl {
    font-size: 3.6rem;
    line-height: 1.25;
  }
}
@media screen and (max-width: 768px) {
  .p-index .fv__ttl {
    font-size: 4rem;
    line-height: 1.5;
    text-align: left;
  }
}
.p-index .fv__ttl span {
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-index .fv__ttl span {
    font-size: 2.4rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-index .fv__ttl span {
    font-size: 2.6rem;
    line-height: 1;
  }
}
.p-index .fv__ttl span strong {
  color: #f4d94d;
}
.p-index .fv__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}
@media screen and (max-width: 1024px) {
  .p-index .fv__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-index .fv__box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .p-index .fv__link {
    height: 80px;
  }
}
.p-index .fv__link-top {
  padding-left: 120px;
}
@media screen and (max-width: 768px) {
  .p-index .fv__link-top {
    padding-left: 100px;
  }
}
.p-index .fv__link-top img {
  position: absolute;
  top: -20px;
  left: 10px;
  width: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-index .fv__link-top img {
    width: 90px;
  }
}
.p-index .service {
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-index .service {
    padding: 40px 0;
  }
}
.p-index .service__container {
  position: relative;
}
.p-index .service__container::before {
  position: fixed;
  top: -80px;
  left: -42px;
  z-index: -1;
  width: 0;
  height: 0;
  content: "";
  border-color: #f4f3cb transparent transparent transparent;
  border-style: solid;
  border-width: 1500px 750px 0 0;
}
@media screen and (max-width: 768px) {
  .p-index .service__container::before {
    display: none;
  }
}
.p-index .service__container:last-of-type {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .p-index .service__container:last-of-type {
    margin-top: 60px;
  }
}
.p-index .service__container:last-of-type::before {
  top: -500px;
}
.p-index .service__lead {
  font-size: 3rem;
  line-height: 1.4666666667;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 120px;
  color: #008d97;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-index .service__lead {
    font-size: 2.6rem;
    line-height: 1.5384615385;
    margin: 20px 0 80px;
  }
}
.p-index .service__wrapper.margin-top {
  margin-top: 100px;
}
.p-index .service__box {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
}
.p-index .service .box__ttl-box {
  position: relative;
  padding: 50px 30px;
  background: #008d97;
  border-radius: 80px 80px 0 0;
}
@media screen and (max-width: 768px) {
  .p-index .service .box__ttl-box {
    padding: 40px 30px 30px;
    border-radius: 60px 60px 0 0;
  }
}
.p-index .service .box__ttl-box .number {
  position: absolute;
  top: -50px;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-index .service .box__ttl-box .number {
    top: -40px;
  }
}
.p-index .service .box__ttl-box .number span {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
  color: #222;
}
@media screen and (max-width: 768px) {
  .p-index .service .box__ttl-box .number span {
    font-size: 1.5rem;
    line-height: 1;
  }
}
.p-index .service .box__ttl-box .number strong {
  font-size: 6.3rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
  color: #222;
}
@media screen and (max-width: 768px) {
  .p-index .service .box__ttl-box .number strong {
    font-size: 5.8rem;
    line-height: 1;
  }
}
.p-index .service .box__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-index .service .box__ttl span {
  font-size: 3rem;
  line-height: 1.3333333333;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-index .service .box__ttl span {
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
}
.p-index .service .box__ttl-check {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .p-index .service .box__ttl-check {
    display: none;
  }
}
.p-index .service .box__ttl-check img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-index .service .box__content {
  padding: 80px 60px 110px;
  background: rgba(232, 234, 234, 0.6);
  border-radius: 0 0 80px 80px;
}
@media screen and (max-width: 1024px) {
  .p-index .service .box__content {
    padding: 40px 30px 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-index .service .box__content {
    background: #fff;
    border-radius: 0 0 60px 60px;
  }
  .p-index .service .box__content.second {
    background: #e8eaea;
  }
}
.p-index .service .box__card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .p-index .service .box__card {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.p-index .service .box .card .item__ttl {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  margin: 30px auto 0;
  color: #fff;
  background: #008d97;
}
.p-index .service .box .card .item__ttl img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-index .service .box__bottom {
  width: 100%;
  max-width: 880px;
  padding: 50px;
  margin: 125px auto 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-index .service .box__bottom {
    padding: 0;
    margin-top: 30px;
  }
}
.p-index .service .box .bottom__ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-index .service .box .bottom__ttl {
    font-size: 2.2rem;
    line-height: 1.4545454545;
    text-align: left;
  }
}
.p-index .service .box .bottom__ttl strong {
  color: #008d97;
}
.p-index .service .box .bottom__img {
  width: 100%;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .p-index .service .box .bottom__img {
    width: 90%;
    margin: 50px auto 0;
  }
}
.p-index .service .box .bottom__img picture,
.p-index .service .box .bottom__img source,
.p-index .service .box .bottom__img img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-index .service .box .bottom__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-index .service .box .bottom__sp {
    font-size: 2.2rem;
    line-height: 1.8181818182;
    font-weight: bold;
    letter-spacing: 0em;
    display: block;
    width: 90%;
    padding: 30px 40px;
    margin: 30px auto 0;
    background: #e9f2f0;
  }
}
.p-index .service .box__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 30px;
}
@media screen and (max-width: 768px) {
  .p-index .service .box__lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-index .service .box .lists .item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
}
.p-index .service .box .lists .item__img img {
  width: 100%;
  max-width: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-index .service .box .lists .item__img img.small {
  max-width: 80px;
}
.p-index .service .box .lists .item__img img.large {
  max-width: 140px;
}
.p-index .service .box .lists .item__ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 20px;
  color: #008d97;
  text-align: center;
}
.p-index .service .box .lists .item__text {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 15px;
  color: #222;
  text-align: center;
}
.p-index .point {
  padding-top: 80px;
  background: #e9f2f0;
}
@media screen and (max-width: 768px) {
  .p-index .point {
    padding-top: 40px;
  }
}
.p-index .point__wrapper {
  padding-bottom: 80px;
}
.p-index .point__lead {
  font-size: 3rem;
  line-height: 1.4666666667;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 120px;
  text-align: center;
}
.p-index .point__lead strong {
  color: #008d97;
}
@media screen and (max-width: 768px) {
  .p-index .point__lead {
    font-size: 2.6rem;
    line-height: 1.5384615385;
    margin: 20px 0 80px;
  }
}
.p-index .point__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px 90px;
  width: 100%;
  max-width: 1080px;
  margin: 60px auto 0;
}
@media screen and (max-width: 1024px) {
  .p-index .point__lists {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-index .point__lists {
    grid-template-columns: 1fr;
  }
}
.p-index .point .lists__item {
  overflow: hidden;
  background: #fff;
  border: 1px solid #008d97;
  border-radius: 30px;
  -webkit-box-shadow: 0 30px 50px rgba(76, 134, 143, 0.3);
          box-shadow: 0 30px 50px rgba(76, 134, 143, 0.3);
}
.p-index .point .lists .item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 40px;
  background: #e9f2f0;
  border-bottom: 1px solid #008d97;
}
@media screen and (max-width: 768px) {
  .p-index .point .lists .item__head {
    padding: 20px;
  }
}
.p-index .point .lists .item .head .number {
  font-size: 8rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 80px;
  font-family: "Montserrat", sans-serif;
  color: #008d97;
}
@media screen and (max-width: 768px) {
  .p-index .point .lists .item .head .number {
    font-size: 6rem;
    line-height: 1;
    width: 50px;
  }
}
.p-index .point .lists .item__ttl {
  font-size: 2.2rem;
  line-height: 1.5909090909;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: calc(100% - 80px);
  text-align: center;
}
.p-index .point .lists .item__ttl strong {
  color: #008d97;
}
@media screen and (max-width: 768px) {
  .p-index .point .lists .item__ttl {
    font-size: 2.2rem;
    line-height: 1.4545454545;
    width: calc(100% - 50px);
  }
}
.p-index .point .lists .item__content {
  padding: 50px 70px 70px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .p-index .point .lists .item__content {
    padding: 30px;
  }
}
.p-index .point .lists .item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70%;
  height: 280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-index .point .lists .item__img {
    height: auto;
  }
}
.p-index .point .lists .item__img.large {
  width: 90%;
}
.p-index .point .lists .item__img picture,
.p-index .point .lists .item__img source,
.p-index .point .lists .item__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-index .point .lists .item__sub-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 30px 20px;
  margin-top: 40px;
  background: #e9f2f0;
  border-top: 1px solid #008d97;
  border-bottom: 1px solid #008d97;
}
.p-index .point .lists .item .s-lists__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.p-index .point .lists .item .s-lists .item__check {
  width: 25px;
  height: 25px;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .p-index .point .lists .item .s-lists .item__check {
    width: 16px;
    height: 16px;
  }
}
.p-index .point .lists .item .s-lists .item__check img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-index .point .lists .item .s-lists .item__text {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: calc(100% - 25px - 10px);
  color: #008d97;
}
@media screen and (max-width: 768px) {
  .p-index .point .lists .item .s-lists .item__text {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.p-index .point__logo-area {
  width: 100%;
  padding: 50px 20px;
  background: #fff;
  -webkit-box-shadow: 0 30px 50px rgba(76, 134, 143, 0.3);
          box-shadow: 0 30px 50px rgba(76, 134, 143, 0.3);
}
@media screen and (max-width: 768px) {
  .p-index .point__logo-area {
    width: 100%;
    margin: 0 auto;
  }
}
.p-index .point__logo-area h3 {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px;
  margin: 0 auto;
  color: #fff;
  background: #008d97;
}
@media screen and (max-width: 768px) {
  .p-index .point__logo-area h3 {
    font-size: 2.2rem;
    line-height: 1;
  }
}
.p-index .point__logo-img {
  width: 100%;
  max-width: 1080px;
  margin: 20px auto 0;
}
.p-index .point__logo-img picture,
.p-index .point__logo-img source,
.p-index .point__logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-index .example {
  padding-top: 80px;
  overflow: hidden;
  background: #e9f2f0;
}
@media screen and (max-width: 768px) {
  .p-index .example {
    padding-top: 40px;
  }
}
.p-index .example__wrapper {
  margin-top: 60px;
}
.p-index .example__lead {
  font-size: 3rem;
  line-height: 1.4666666667;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-index .example__lead {
    font-size: 2.6rem;
    line-height: 1.5384615385;
    margin: 20px 0 40px;
  }
}
.p-index .example__swiper-box {
  padding-bottom: 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-index .example__swiper-box {
    padding-bottom: 20px;
  }
}
.p-index .example__box {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-index .example__box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-index .example__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-index .example .lists__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 40px;
  background: #fff;
  border-radius: 60px;
}
.p-index .example .lists__item.swiper-slide-active {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.p-index .example .item__img {
  width: 100%;
  aspect-ratio: 1/1;
}
.p-index .example .item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-index .example .item__category {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  margin-top: 10px;
  color: #fff;
  background: #008d97;
}
@media screen and (max-width: 768px) {
  .p-index .example .item__category {
    font-size: 1.4rem;
    line-height: 1;
    margin: 20px auto 0;
  }
}
.p-index .example .item__txt {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.1em;
  min-height: 90px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-index .example .item__txt {
    font-size: 1.8rem;
    line-height: 1.2222222222;
    min-height: auto;
    text-align: center;
  }
}
.p-index .example .item__company {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  display: block;
  margin-top: 20px;
  color: #53575b;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-index .example .item__company {
    font-size: 1.6rem;
    line-height: 1.25;
    text-align: center;
  }
}
.p-index .example .item__company > span {
  position: relative;
  z-index: 1;
  background: #fff;
}
.p-index .example .item__company::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #e8eaea;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-index .example .item__company::before {
    display: none;
  }
}
.p-index .example .item__tag-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px;
  margin-top: 50px;
}
.p-index .example .item__tag {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
  color: #008d97;
  border: 1px solid #008d97;
  border-radius: 999px;
}
@media screen and (max-width: 768px) {
  .p-index .example .item__tag {
    font-size: 1.2rem;
    line-height: 1;
  }
}
.p-index .base {
  padding-top: 80px;
  background: #e9f2f0;
}
.p-index .base__lead {
  font-size: 3rem;
  line-height: 1.4666666667;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-index .base__lead span {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0em;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-index .base__lead {
    font-size: 2.6rem;
    line-height: 1.5384615385;
    margin: 20px 0 40px;
  }
}
.p-index .base__img {
  position: relative;
  position: relative;
  left: -100px;
  max-width: 600px;
  margin: 100px auto;
}
@media screen and (max-width: 970px) {
  .p-index .base__img {
    max-width: 400px;
  }
}
.p-index .base__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-index .base__area {
  position: absolute;
}
.p-index .base__area.kansai {
  top: 140px;
  left: -80px;
}
@media screen and (max-width: 970px) {
  .p-index .base__area.kansai {
    top: 60px;
  }
}
.p-index .base__area.kantou {
  top: 180px;
  right: -270px;
}
@media screen and (max-width: 970px) {
  .p-index .base__area.kantou {
    top: 110px;
    right: -250px;
  }
}
.p-index .base .b-area__ttl {
  font-size: 2.6rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0em;
  padding-bottom: 10px;
  color: #008d97;
  border-bottom: 1px solid #008d97;
}
@media screen and (max-width: 970px) {
  .p-index .base .b-area__ttl {
    font-size: 2rem;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0em;
  }
}
.p-index .base .b-area__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 10px;
}
.p-index .base .b-area .lists__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-index .base .b-area .lists__item::before {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: bold;
  letter-spacing: 0em;
  margin-right: 3px;
  color: #008d97;
  content: "◼︎";
}
.p-index .base .b-area .lists__item span {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: bold;
  letter-spacing: 0em;
  color: #008d97;
}
@media screen and (max-width: 970px) {
  .p-index .base .b-area .lists__item span {
    font-size: 1.2rem;
    line-height: 1.3333333333;
    font-weight: bold;
    letter-spacing: 0em;
  }
}
.p-index .base__office-container {
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
  background: #0094a2;
}
.p-index .base__office-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.p-index .base__office-bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-index .base__office-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1080px;
  height: 580px;
  padding-top: 40px;
  margin: 0 auto;
  overflow: hidden;
}
.p-index .base__office-wrapper.is-open {
  height: auto;
}
.p-index .base__office-box {
  padding: 0 20px;
}
.p-index .base__office-box:not(:first-of-type) {
  margin-top: 50px;
}
.p-index .base__office-ttl {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0em;
  padding-bottom: 18px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.p-index .base__office-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 36px 0 36px 55px;
}
.p-index .base .item__name {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.p-index .base .item__name span {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0em;
  margin-left: 20px;
  color: #fff;
}
.p-index .base .item__address {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0em;
  margin-top: 10px;
  font-style: normal;
  color: #fff;
}
.p-index .base__office-button {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 310px;
  height: 70px;
  margin: 50px auto 30px;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  background: #008d97;
  border: 1px solid #fff;
  border-radius: 999px;
}
.p-index .base__office-button::before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 25px;
  height: 25px;
  content: "";
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-index .base__office-button::after {
  position: absolute;
  top: 48%;
  right: 28px;
  width: 8px;
  height: 8px;
  content: "";
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-index .base__office-button.is-open {
  background: #fff;
}
.p-index .base__office-button.is-open::before {
  background: #008d97;
}
.p-index .base__office-button.is-open::after {
  border-color: #fff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.p-index .base__office-accordion {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .p-index .base__office-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-index .base__office-accordion-ttl {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0em;
  position: relative;
  padding: 20px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #008d97;
}
.p-index .base__office-accordion-ttl::before {
  position: absolute;
  top: 30px;
  right: 15px;
  width: 20px;
  height: 4px;
  content: "";
  background: #fff;
}
.p-index .base__office-accordion-ttl::after {
  position: absolute;
  top: 22px;
  right: 23px;
  width: 4px;
  height: 20px;
  content: "";
  background: #fff;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.p-index .base__office-accordion-ttl.is-open::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-index .base__office-accordion .o-lists__accordion-item {
  padding: 10px 30px;
  margin-top: 7px;
  background: #e8eaea;
}
.p-index .base__office-accordion .o-lists .item__name {
  font-size: 1.8rem;
  line-height: 1;
  color: #008d97;
}
.p-index .base__office-accordion .o-lists .item__name span {
  font-size: 1.4rem;
  line-height: 1;
  color: #008d97;
}
.p-index .base__office-accordion .o-lists .item__address {
  font-size: 1.4rem;
  line-height: 1.4285714286;
  color: #008d97;
}
.p-index .faq {
  padding: 50px 0 100px;
  background: white;
}
.p-index .faq__lists {
  max-width: 1080px;
  padding: 50px 20px;
  margin: 80px auto 0;
  background: rgba(211, 234, 246, 0.6);
}
@media screen and (max-width: 768px) {
  .p-index .faq__lists {
    padding: 0 20px;
    margin-top: 0;
    background: #e9f2f0;
  }
}
.p-index .faq .lists__item {
  position: relative;
  max-width: 820px;
  padding: 15px 0 15px 50px;
  margin: 0 auto;
  border-bottom: 1px solid #008d97;
}
@media screen and (max-width: 768px) {
  .p-index .faq .lists__item {
    padding: 0;
    border-bottom: none;
  }
  .p-index .faq .lists__item:not(:first-of-type) {
    margin-top: 10px;
  }
}
.p-index .faq .item__question {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 60px 20px 30px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-index .faq .item__question {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    gap: 10px;
    padding: 20px 45px 20px 12px;
    background: rgba(211, 234, 246, 0.6);
  }
}
.p-index .faq .item__question::before {
  position: absolute;
  top: 30px;
  right: 25px;
  width: 30px;
  height: 6px;
  content: "";
  background: #008d97;
}
@media screen and (max-width: 768px) {
  .p-index .faq .item__question::before {
    right: 14px;
    width: 20px;
    height: 4px;
  }
}
.p-index .faq .item__question::after {
  position: absolute;
  top: 18px;
  right: 36px;
  width: 6px;
  height: 30px;
  content: "";
  background: #008d97;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
@media screen and (max-width: 768px) {
  .p-index .faq .item__question::after {
    top: 22px;
    right: 22px;
    width: 4px;
    height: 20px;
  }
}
.p-index .faq .item__question.is-open::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-index .faq .item__question img {
  width: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-index .faq .item__question img {
    width: 23px;
  }
}
.p-index .faq .item__answer-wrapper {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 40px 30px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-index .faq .item__answer-wrapper {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    gap: 10px;
    padding: 20px 45px 20px 12px;
    margin-top: 10px;
    background: #e8eaea;
  }
}
.p-index .faq .item__answer-wrapper img {
  width: 30px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-index .faq .item__answer-wrapper img {
    width: 23px;
  }
}