@charset "UTF-8";
/* default settings */
/* only for new website (remove if you are updating for other website)
 * normalize, reset
 * =================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS. */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE. */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 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: 1em;
  /* 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;
}

/* Forms
 * ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge. */
button, input {
  /* 1 */
  overflow: visible;
}
button::-ms-clear, button::-ms-reveal, input::-ms-clear, input::-ms-reveal {
  display: none;
}

/**
 * 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;
}
button::-ms-expand, select::-ms-expand {
  display: none;
}
button:focus::-ms-value, select:focus::-ms-value {
  background-color: inherit;
  color: #515151;
}

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

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

/**
 * Correct the padding in Firefox. */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10. */
[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari. */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS. */
/**
 * 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 */
}

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

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

/**
 * Add the correct display in IE 10. */
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team. */
/* ==========================================================================
 * Base styles: opinionated defaults
 * ========================================================================== */
html {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  html {
    font-size: 2.1333333333vw;
  }
}
@media (min-width: 769px) and (max-width: 1366px) {
  html {
    font-size: 1.1713030747vw;
  }
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design. */
::-moz-selection, ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https: */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}

/* ==========================================================================
 * Author's custom styles
 * ========================================================================== */
/* ==========================================================================
 * Helper classes
 * ========================================================================== */
/*
 * Hide visually and from screen readers */
.hidden, [hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https: */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https: */
/*
 * Hide visually and from screen readers, but maintain layout */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements. */
.clearfix::before {
  content: " ";
  display: table;
}

.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

/* ==========================================================================
 * EXAMPLE Media Queries for Responsive Design.
 * These examples override the primary ('mobile first') styles.
 * Modify as content requires.
 * ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
 * Print styles.
 * Inlined to avoid the additional HTTP request:
 * https://www.phpied.com/delay-loading-your-print-css/
 * ========================================================================== */
@media print {
  * {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol */
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https: */
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
ul, li, p, dl, dt, dd, h1, h2, h3, h4, h5, h6, button {
  padding: 0;
  margin: 0;
  list-style: none;
  background: none;
}

sup, sub {
  font-size: 65%;
}
@media (max-width: 768px) {
  sup, sub {
    font-size: 50%;
    top: -0.8em;
  }
}

a, a[href^=tel], a:link {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  cursor: pointer;
  color: #262626;
}
@media (min-width: 769px) {
  a:hover, a[href^=tel]:hover, a:link:hover {
    -webkit-filter: contrast(0.6);
            filter: contrast(0.6);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (orientation: landscape) {
  a:hover, a:active, a[href^=tel]:hover, a[href^=tel]:active, a:link:hover, a:link:active {
    -webkit-filter: contrast(1) !important;
            filter: contrast(1) !important;
  }
}
@media only screen and (min-device-width: 810px) and (max-device-width: 1080px) and (orientation: portrait) {
  a:hover, a:active, a[href^=tel]:hover, a[href^=tel]:active, a:link:hover, a:link:active {
    -webkit-filter: contrast(1) !important;
            filter: contrast(1) !important;
  }
}
@media (max-width: 768px) {
  a:hover, a:active, a[href^=tel]:hover, a[href^=tel]:active, a:link:hover, a:link:active {
    -webkit-filter: contrast(1) !important;
            filter: contrast(1) !important;
  }
}

button {
  cursor: pointer;
  color: inherit;
}

@media (max-width: 768px) {
  *:focus, *:focus-visible {
    outline: none;
  }
  input, select, textarea {
    color: inherit;
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .only-pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .only-sp {
    display: none;
  }
}

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

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 0.0625rem;
  position: relative;
  float: left;
  max-height: 0.0625rem;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 0.0625rem;
  min-width: 0.0625rem;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 0.625rem;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #BABABA;
  border-radius: 0.625rem;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0.5s linear;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  right: 0;
  width: 0.25rem;
  background-color: #D0D2D3;
  border-radius: 0.625rem;
}
@media (max-width: 768px) {
  .simplebar-track.simplebar-vertical {
    right: 0.125rem;
  }
}

.simplebar-scrollbar:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #00A69F;
  border-radius: 0.625rem;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  right: 0;
  height: 0.625rem;
  background-color: #D0D2D3;
}
@media (max-width: 768px) {
  .simplebar-track.simplebar-horizontal {
    height: 0.6875rem;
    left: 1.5rem;
    right: 1.5rem;
    height: 0.125rem;
  }
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 0.625rem;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 31.25rem;
  width: 31.25rem;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 0.625rem 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.wow {
  visibility: hidden;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(2.5rem);
            transform: translateY(2.5rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(2.5rem);
            transform: translateY(2.5rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.fadeInUp {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

body {
  font-size: 0.875rem;
  line-height: 1.4375rem;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #262626;
}
@media (max-width: 768px) {
  body {
    font-size: 1.625rem;
    line-height: 3.25rem;
    font-weight: 700;
  }
}
body.is-loaded {
  opacity: 1;
}
body main {
  overflow: hidden;
}
@media (max-width: 768px) {
  body main {
    padding-bottom: 5.625rem;
  }
}

.wrap {
  width: 64rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .wrap {
    width: auto;
    margin: 0 2.5rem;
  }
}

.inner {
  width: 54rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .inner {
    width: auto;
    margin: 0 2.5rem;
  }
}

/* CUSTOM STYLES
 * =================================================================== */
.kv {
  position: relative;
}
.kv__title {
  position: absolute;
  z-index: 1;
}
@media (min-width: 769px) {
  .kv__title {
    top: 8.4375rem;
    left: 50%;
    width: 20.375rem;
    margin-left: -9.0625rem;
  }
}
@media (max-width: 768px) {
  .kv__title {
    top: 22.8125rem;
    left: 0;
  }
}
@media (min-width: 769px) {
  .kv__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: url("./img/kv.jpg") no-repeat center center;
    background-size: cover;
  }
  .kv__content--left, .kv__content--right {
    position: relative;
    width: 50%;
    height: 45.0625rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .kv__content--left p, .kv__content--right p {
    position: absolute;
  }
  .kv__content--left p {
    bottom: 0.9375rem;
    left: 2.3125rem;
    width: 5.375rem;
  }
  .kv__content--right {
    position: relative;
  }
  .kv__content--right p {
    bottom: 2.9375rem;
    right: 5.375rem;
    width: 3.5625rem;
  }
}
@media (max-width: 768px) {
  .kv__content {
    background: url("./img/sp-kv.jpg") no-repeat center center;
    background-size: cover;
    height: 72rem;
    position: relative;
  }
  .kv__content--left p {
    position: absolute;
    top: 1.5rem;
    left: 3rem;
    width: 6.4375rem;
  }
  .kv__content--right p {
    position: absolute;
    bottom: 1.75rem;
    right: 3rem;
    width: 4.1875rem;
  }
}
.kv__bottom {
  background-color: #eefff5;
  padding: 1.6875rem 0;
}
.kv__bottom h3 {
  width: 27.5625rem;
  margin: 0 auto;
}
.kv__bottom p {
  font-size: 0.75rem;
  position: absolute;
  bottom: 0.375rem;
  left: calc(50% + 17.3125rem);
}
.kv__btn {
  z-index: 9;
  position: fixed;
}
@media (min-width: 769px) {
  .kv__btn {
    bottom: 1.6875rem;
    right: 1.375rem;
    width: 19rem;
  }
}
@media (max-width: 768px) {
  .kv__btn {
    bottom: 0;
  }
}

.sec1 {
  background-color: rgba(255, 125, 135, 0.1);
  padding: 3.6875rem 0 3.625rem;
}
@media (max-width: 768px) {
  .sec1 {
    padding: 3.75rem 0 3.5625rem;
  }
}
.sec1 .wrap {
  background-color: #FFFFFF;
  border-radius: 3.125rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 769px) {
  .sec1 .wrap {
    width: 79.125rem;
    padding: 4.375rem 0 4.125rem;
    font-size: 1.25rem;
    line-height: 2.5rem;
    letter-spacing: 0.0625rem;
  }
}
.sec1 .wrap h2 {
  width: 38.625rem;
  margin: 0 auto 1.75rem;
}
@media (max-width: 768px) {
  .sec1 .wrap h2 {
    width: 26.0625rem;
    margin: 0 auto 1.8125rem;
    padding-top: 5.5rem;
  }
}
.sec1__img {
  width: 33.75rem;
  margin: 1rem auto 2.125rem;
}
@media (max-width: 768px) {
  .sec1__img {
    width: 34.1875rem;
    margin: 2.125rem auto 2.8125rem;
  }
}
@media (max-width: 768px) {
  .sec1__txt1 {
    font-size: 1.875rem;
    line-height: 3.125rem;
    letter-spacing: 0.125rem;
  }
}
.sec1__txt2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .sec1__txt2 {
    padding-bottom: 5.5rem;
  }
}
.sec1__txt2 span {
  color: #fff;
  background-color: #0F7583;
  padding: 0.5625rem 0.1875rem 0.5625rem 0.5625rem;
  margin-bottom: 0.1875rem;
  line-height: 1.25rem;
}
@media (max-width: 768px) {
  .sec1__txt2 span {
    font-size: 1.875rem;
    line-height: 2.875rem;
    padding: 0 1.25rem;
    margin-bottom: 0.1875rem;
  }
}

.sec2 {
  background-color: rgba(255, 125, 135, 0.1);
  border-bottom: 1.875rem solid #FF7D87;
}
@media (max-width: 768px) {
  .sec2 {
    border-bottom-width: 2.5rem;
  }
}
.sec2__info1 {
  position: relative;
  z-index: 1;
  padding: 9.1875rem 0 7.75rem;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .sec2__info1 {
    padding: 9rem 0;
  }
}
.sec2__info1::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
}
@media (min-width: 769px) {
  .sec2__info1::before {
    width: 96.8125rem;
    height: 96.8125rem;
  }
}
@media (max-width: 768px) {
  .sec2__info1::before {
    width: 117.1875rem;
    height: 117.1875rem;
  }
}
.sec2__info1 h2 {
  width: 45.3125rem;
  margin: 0 auto 2rem;
}
@media (max-width: 768px) {
  .sec2__info1 h2 {
    width: 29.625rem;
    margin-bottom: 2.0625rem;
  }
}
.sec2__info1--img {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .sec2__info1--img {
    width: 58.1875rem;
  }
  .sec2__info1--img img {
    margin-left: -0.625rem;
  }
}
.sec2__info1--txt1 {
  margin: 5.0625rem auto 0.5rem;
  font-size: 1.25rem;
  line-height: 2.5rem;
  letter-spacing: 0.125rem;
}
@media (max-width: 768px) {
  .sec2__info1--txt1 {
    margin: 3.1875rem 0 1.6875rem;
    font-size: 1.75rem;
    line-height: 3.125rem;
  }
}
.sec2__info1 h3 {
  width: 51.8125rem;
  margin: 0 auto 1.25rem;
}
@media (max-width: 768px) {
  .sec2__info1 h3 {
    width: 42.5rem;
    margin-bottom: 0.375rem;
  }
}
.sec2__info1--txt2 {
  font-size: 1.6875rem;
}
@media (max-width: 768px) {
  .sec2__info1--txt2 {
    font-size: 2rem;
  }
}
.sec2__info2 {
  position: relative;
  padding: 6.25rem 0 8.125rem;
}
@media (max-width: 768px) {
  .sec2__info2 {
    padding: 4.1875rem 0 5.0625rem;
  }
}
.sec2__info2:before {
  position: absolute;
  top: -43.75rem;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: #01A69F;
  z-index: -1;
}
.sec2__info2 h2 {
  width: 24.75rem;
  margin: 0 auto 4.0625rem;
}
@media (max-width: 768px) {
  .sec2__info2 h2 {
    width: 26.25rem;
    margin-bottom: 2.4375rem;
  }
}
.sec2__info2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .sec2__info2 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec2__info2 ul li {
  width: 17.125rem;
}
@media (max-width: 768px) {
  .sec2__info2 ul li {
    width: 36.75rem;
    margin-left: 0.5rem;
  }
}
@media (min-width: 769px) {
  .sec2__info2 ul li + li {
    margin-left: 1.3125rem;
  }
}
@media (max-width: 768px) {
  .sec2__info2 ul li + li {
    margin-top: 1rem;
  }
}

.sec3 h2 {
  width: 33.8125rem;
  margin: 6.25rem auto 1.875rem;
}
@media (max-width: 768px) {
  .sec3 h2 {
    width: 32.75rem;
    margin: 6.25rem auto 1.875rem;
  }
}
.sec3__txt1 {
  text-align: center;
  font-size: 1.125rem;
  line-height: 2.25rem;
  font-weight: 700;
  margin-bottom: 5.625rem;
  letter-spacing: 0.0625rem;
}
@media (max-width: 768px) {
  .sec3__txt1 {
    font-size: 1.75rem;
    line-height: 3.125rem;
    margin-bottom: 4.6875rem;
  }
}
.sec3__point {
  margin-bottom: 4.4375rem;
}
@media (max-width: 768px) {
  .sec3__point {
    margin-bottom: 11.3125rem;
  }
}
.sec3__point--item {
  position: relative;
}
@media (min-width: 769px) {
  .sec3__point--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec3__point--item + .sec3__point--item {
    margin-top: 5rem;
  }
}
@media (max-width: 768px) {
  .sec3__point--item {
    padding-left: 1.25rem;
  }
  .sec3__point--item + .sec3__point--item {
    margin-top: 8.3125rem;
  }
}
.sec3__point--item::before {
  background: url("./img/corner-deco1.png") no-repeat center center/100% auto;
  position: absolute;
  top: -0.1875rem;
  left: 0;
  width: 5.375rem;
  height: 5.375rem;
  content: "";
}
@media (max-width: 768px) {
  .sec3__point--item::before {
    width: 9.375rem;
    height: 9.375rem;
    top: -0.625rem;
    background-image: url("./img/sp-corner-deco1.png");
  }
}
@media (min-width: 769px) {
  .sec3__point--item dl {
    width: 24.4375rem;
  }
}
@media (max-width: 768px) {
  .sec3__point--item dl {
    padding: 0 0 2.125rem 1.6875rem;
  }
}
.sec3__point--item dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5625rem 0 1.4375rem;
}
@media (max-width: 768px) {
  .sec3__point--item dl dt {
    padding: 4.0625rem 0 1.5625rem;
  }
}
.sec3__point--item dl dt span:nth-child(1) {
  width: 3.5625rem;
  margin: 0 1.125rem 0 1.5625rem;
}
@media (max-width: 768px) {
  .sec3__point--item dl dt span:nth-child(1) {
    width: 6.4375rem;
    margin: 0 1.375rem 0 0.9375rem;
  }
}
.sec3__point--item dl dt span:nth-child(2) {
  font-size: 1.3125rem;
  line-height: 2.1875rem;
  font-weight: 700;
  color: #0f7583;
  letter-spacing: 0.0625rem;
  margin-top: -0.375rem;
}
@media (max-width: 768px) {
  .sec3__point--item dl dt span:nth-child(2) {
    font-size: 2.125rem;
    line-height: 3.5rem;
    margin-top: -0.625rem;
    letter-spacing: 0.1875rem;
  }
}
.sec3__point--item dl dd {
  line-height: 1.75rem;
  letter-spacing: 0.04375rem;
}
@media (max-width: 768px) {
  .sec3__point--item dl dd {
    line-height: 3.25rem;
    padding: 0 3.75rem 0 1.25rem;
  }
}
.sec3__point--item dl dd .note {
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin-top: 0.4375rem;
  letter-spacing: 0;
}
.sec3__point--item dl dd .note span {
  display: block;
  padding-left: 1.375rem;
  text-indent: -1.375rem;
}
.sec3__point--item dl dd .note a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .sec3__point--item dl dd .note {
    font-size: 1.375rem;
    line-height: 2.75rem;
    margin-top: 1.25rem;
  }
  .sec3__point--item dl dd .note span {
    padding-left: 2.5rem;
    text-indent: -2.5rem;
    margin-right: -1.875rem;
  }
}
.sec3__point--item .img {
  width: 27rem;
  margin-right: 1.25rem;
  position: relative;
}
@media (max-width: 768px) {
  .sec3__point--item .img {
    width: 33.75rem;
    margin-left: 2.8125rem;
    margin-right: 0;
  }
}
.sec3__point--item .img::after {
  background: url("./img/corner-deco2.png") no-repeat center center/100% auto;
  position: absolute;
  bottom: -1.375rem;
  right: -1.4375rem;
  width: 5.375rem;
  height: 5.375rem;
  content: "";
}
@media (max-width: 768px) {
  .sec3__point--item .img::after {
    bottom: -4.4375rem;
    right: -4.0625rem;
    width: 9.375rem;
    height: 9.375rem;
    background-image: url("./img/sp-corner-deco2.png");
  }
}
.sec3__video {
  background-color: rgba(255, 125, 135, 0.1);
  border-radius: 3.75rem;
  padding: 6.625rem 0 6rem;
}
@media (max-width: 768px) {
  .sec3__video {
    padding: 4.5rem 0 4.6875rem;
  }
}
.sec3__video h3 {
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.0625rem;
  color: #0f7583;
  margin-bottom: 1.75rem;
  margin-left: 2rem;
}
@media (max-width: 768px) {
  .sec3__video h3 {
    font-size: 2.5rem;
    line-height: 3.875rem;
    margin: 0 0 1.9375rem 0;
  }
}
.sec3__video--main {
  width: 54rem;
  height: 30.375rem;
  position: relative;
}
@media (max-width: 768px) {
  .sec3__video--main {
    width: 41.875rem;
    height: 23.5rem;
  }
}
.sec3__video--main .video__thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("./img/sec3-video-thumb.jpg") no-repeat center center/cover;
  cursor: pointer;
}
.sec3__video--main .video__thumb::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7.125rem;
  height: 7.125rem;
  background: url("./img/video-play-icon.png") no-repeat center center/contain;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .sec3__video--main .video__thumb::after {
    width: 5.5rem;
    height: 5.5rem;
  }
}
@media (min-width: 769px) {
  .sec3__video--main .video__thumb:hover::after {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
.sec3__video--main iframe {
  width: 99.9%;
  height: 99.9%;
  border: none;
}
.sec3__video--txt {
  text-align: center;
  margin-top: 2.0625rem;
}
@media (max-width: 768px) {
  .sec3__video--txt {
    margin-top: 2.6875rem;
  }
}
.sec3__video--txt span {
  color: #fff;
  background-color: #0f7583;
  padding: 0.5625rem 0.625rem;
  letter-spacing: 0.0625rem;
  margin-bottom: 0.1875rem;
  line-height: 1.25rem;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .sec3__video--txt span {
    padding: 0.125rem 0.625rem;
    margin-bottom: 0.1875rem;
    line-height: 2.5rem;
    font-size: 1.875rem;
  }
}

.sec4 h2 {
  width: 50.625rem;
  margin: 6.1875rem auto 4.125rem;
}
@media (max-width: 768px) {
  .sec4 h2 {
    width: 36.25rem;
    margin: 6.25rem auto 5rem;
  }
}
.sec4__case {
  padding-bottom: 6.25rem;
}
@media (max-width: 768px) {
  .sec4__case {
    padding-bottom: 5.9375rem;
  }
}
.sec4__case--item {
  position: relative;
  padding: 1.625rem 1.5rem 2.3125rem;
}
@media (max-width: 768px) {
  .sec4__case--item {
    padding: 3.75rem 1.25rem 3.375rem 4.1875rem;
  }
}
.sec4__case--item + .sec4__case--item {
  margin-top: 3.625rem;
}
@media (max-width: 768px) {
  .sec4__case--item + .sec4__case--item {
    margin-top: 3.875rem;
  }
}
.sec4__case--item::before {
  background: url("./img/corner-deco1.png") no-repeat center center/100% auto;
  position: absolute;
  top: -0.1875rem;
  left: 0;
  width: 5.375rem;
  height: 5.375rem;
  content: "";
}
@media (max-width: 768px) {
  .sec4__case--item::before {
    width: 9.375rem;
    height: 9.375rem;
    top: -0.625rem;
    background-image: url("./img/sp-corner-deco1.png");
  }
}
.sec4__case--item::after {
  background: url("./img/corner-deco2.png") no-repeat center center/100% auto;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5.375rem;
  height: 5.375rem;
  content: "";
}
@media (max-width: 768px) {
  .sec4__case--item::after {
    width: 9.375rem;
    height: 9.375rem;
    background-image: url("./img/sp-corner-deco2.png");
  }
}
@media (min-width: 769px) {
  .sec4__case--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec4__case--item .num {
    width: 3.75rem;
  }
  .sec4__case--item dl {
    width: 43.75rem;
    margin-left: 3.5rem;
  }
  .sec4__case--item dl dt {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #0f7583;
    font-weight: 700;
    margin: 1.125rem 0 0.6875rem;
  }
  .sec4__case--item dl dd {
    letter-spacing: 0.04375rem;
  }
  .sec4__case--item dl dd p + p {
    font-weight: 700;
    margin-top: 0.375rem;
  }
}
@media (max-width: 768px) {
  .sec4__case--item .num {
    width: 6.75rem;
    position: absolute;
    top: 4.125rem;
    left: 3.875rem;
  }
  .sec4__case--item dl {
    width: 33.75rem;
  }
  .sec4__case--item dl dt {
    font-size: 2.125rem;
    line-height: 3.5rem;
    color: #0f7583;
    margin: 0 -4.375rem 1.4375rem 8.25rem;
    letter-spacing: 0.1875rem;
  }
  .sec4__case--item dl dd {
    letter-spacing: 0.075rem;
  }
  .sec4__case--item dl dd p + p {
    margin-top: 0.4375rem;
  }
}
.sec4__infobox {
  background-color: rgba(255, 125, 135, 0.1);
  padding: 3.75rem 0 4.9375rem;
  border-bottom: 1.875rem solid #FF7D87;
}
@media (max-width: 768px) {
  .sec4__infobox {
    padding: 3.75rem 0;
    border-width: 2.5rem;
  }
}
.sec4__infobox .inner {
  background-color: #fff;
  border-radius: 3.125rem;
}
@media (min-width: 769px) {
  .sec4__infobox .inner {
    width: 79.125rem;
    margin: 0 auto;
  }
}
.sec4__infobox h3 {
  text-align: center;
  font-size: 1.6875rem;
  line-height: 2.75rem;
  color: #0f7583;
  padding: 3.3125rem 0 2.4375rem;
  letter-spacing: 0.0625rem;
}
@media (max-width: 768px) {
  .sec4__infobox h3 {
    font-size: 2.25rem;
    line-height: 3.875rem;
    padding: 5.0625rem 0 2.0625rem;
  }
}
.sec4__infobox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .sec4__infobox ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 5.625rem;
  }
}
.sec4__infobox ul li {
  width: 26.25rem;
  text-align: center;
}
@media (max-width: 768px) {
  .sec4__infobox ul li {
    width: 36.25rem;
  }
}
.sec4__infobox ul li + li {
  margin-left: 1.25rem;
}
@media (max-width: 768px) {
  .sec4__infobox ul li + li {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.sec4__infobox ul li + li .button a {
  background-color: #0f7583;
}
.sec4__infobox ul li span {
  font-weight: 700;
  margin-bottom: 0.3125rem;
  display: inline-block;
}
@media (max-width: 768px) {
  .sec4__infobox ul li span {
    margin-bottom: 0.625rem;
  }
}
.sec4__infobox ul li .button a {
  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;
  position: relative;
  width: 100%;
  height: 5.625rem;
  background-color: #00a69f;
  color: #fff;
  border-radius: 2.8125rem;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .sec4__infobox ul li .button a {
    height: 6.25rem;
    border-radius: 3.125rem;
    font-size: 2rem;
  }
}
.sec4__infobox ul li .button a::after {
  background: url("./img/arrow-icon1.png") no-repeat center center/100% auto;
  position: absolute;
  right: 2.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.6875rem;
  height: 0.6875rem;
  content: "";
}
@media (max-width: 768px) {
  .sec4__infobox ul li .button a::after {
    width: 1.375rem;
    height: 1.375rem;
    right: 2.9375rem;
  }
}

.sec5 {
  background-color: #00a69f;
  padding: 5.75rem 0;
}
@media (max-width: 768px) {
  .sec5 {
    padding: 3.75rem 0;
  }
}
.sec5 .wrap {
  background-color: #fff;
  border-radius: 1.875rem;
  padding: 3.75rem 0 2.75rem;
}
@media (max-width: 768px) {
  .sec5 .wrap {
    border-radius: 3.125rem;
    padding: 5.625rem 0 4.375rem;
  }
}
.sec5 h2 {
  width: 33.8125rem;
  margin: 0 auto 1.8125rem;
}
@media (max-width: 768px) {
  .sec5 h2 {
    width: 34.875rem;
    margin-bottom: 1.875rem;
  }
}
.sec5__txttop {
  text-align: center;
  font-size: 1.125rem;
  line-height: 2.25rem;
  letter-spacing: 0.0625rem;
  font-weight: 700;
  margin-bottom: 1.6875rem;
}
@media (max-width: 768px) {
  .sec5__txttop {
    font-size: 1.75rem;
    line-height: 3.125rem;
    margin-bottom: 2.875rem;
  }
}
.sec5__tabs dl {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .sec5__tabs dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 38.875rem;
  }
}
.sec5__tabs dl dt {
  width: 18.1875rem;
  margin-right: 1.25rem;
  margin-top: 0.9375rem;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .sec5__tabs dl dt {
    width: auto;
    margin: 0 0 1.0625rem 0;
    font-size: 1.75rem;
  }
}
.sec5__tabs dl dd {
  width: 32.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .sec5__tabs dl dd {
    width: auto;
  }
}
.sec5__tabs dl dd .sec5__tabs--btn + .sec5__tabs--btn {
  margin-left: 1.25rem;
}
.sec5__tabs dl dd .sec5__tabs--btn:nth-child(3n+4) {
  margin-left: 0;
}
.sec5__tabs dl dd .sec5__tabs--btn:nth-child(n+4) {
  margin-top: 1.25rem;
}
.sec5__tabs dl dd .sec5__tabs--btn button {
  min-width: 7.75rem;
  height: 3.125rem;
  border: 0.125rem solid #00A69F;
  border-radius: 0.625rem;
  color: #0f7583;
  background-color: #fff;
  font-weight: 700;
  position: relative;
  padding: 0 1.25rem;
}
@media (max-width: 768px) {
  .sec5__tabs dl dd .sec5__tabs--btn button {
    width: 21.5625rem;
    height: 6.25rem;
    border-width: 0.25rem;
    padding: 0 1.25rem;
    border-radius: 0.875rem;
  }
}
.sec5__tabs dl dd .sec5__tabs--btn button.active {
  color: #fff;
  background-color: #0F7583;
  border-color: #0F7583;
}
.sec5__tabs dl dd .sec5__tabs--btn button.accordionTabs__btn {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  padding-right: 2.5rem;
  width: 12.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .sec5__tabs dl dd .sec5__tabs--btn button.accordionTabs__btn:hover {
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  .sec5__tabs dl dd .sec5__tabs--btn button.accordionTabs__btn {
    width: 36.25rem;
    font-size: 1.75rem;
    padding-right: 3.75rem;
  }
}
.sec5__tabs dl dd .sec5__tabs--btn button.accordionTabs__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.875rem;
  width: 1rem;
  height: 0.5625rem;
  background: url("./img/arrow-icon2.png") no-repeat center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 768px) {
  .sec5__tabs dl dd .sec5__tabs--btn button.accordionTabs__btn::after {
    right: 1.5625rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}
.sec5__tabs--step {
  margin-bottom: 1.8125rem;
}
@media (max-width: 768px) {
  .sec5__tabs--step {
    margin-bottom: 4.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec5__tabs--step .-note {
  font-size: 0.875rem;
  line-height: 1.5rem;
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 768px) {
  .sec5__tabs--step .-note {
    font-size: 1.25rem;
    line-height: 1.875rem;
    bottom: -5.9375rem;
    left: 0;
  }
}
.sec5__tabs--step .-note2 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  position: absolute;
  bottom: -2.5rem;
  left: 10.125rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .sec5__tabs--step .-note2 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    bottom: -3.4375rem;
    left: 3.75rem;
  }
}
.sec5__tabs--item {
  display: none;
}
@media (max-width: 768px) {
  .sec5__tabs .-step3 {
    margin-top: 4.375rem;
  }
}
.sec5__tabs .-step3 .sec5__tabs--item {
  width: 37.5rem;
  margin: -0.25rem auto 0;
  padding: 2.625rem 2.5rem 2.125rem;
  border: 0.625rem solid #5fdfcb;
  border-radius: 0.625rem;
}
@media (max-width: 768px) {
  .sec5__tabs .-step3 .sec5__tabs--item {
    width: 29.9375rem;
    margin-top: 0;
    padding: 3.125rem 2.0625rem 3.375rem;
    border-width: 1rem;
    border-radius: 1.25rem;
  }
}
.sec5 .accordionTabs {
  overflow: hidden;
}
.sec5 .accordionTabs ul {
  display: none;
  background-color: #F6F6F6;
  margin-top: -0.5rem;
  padding-top: 0.5rem;
}
.sec5 .accordionTabs ul li button {
  border: none;
  background: transparent;
  height: 2.875rem;
  font-size: 1rem;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .sec5 .accordionTabs ul li button:hover {
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  .sec5 .accordionTabs ul li button {
    height: 5.8125rem;
    font-size: 1.75rem;
  }
}
.sec5 .accordionTabs ul li button.active {
  border-radius: 0;
}

.sec6 {
  margin-bottom: 4.625rem;
}
@media (max-width: 768px) {
  .sec6 {
    margin-bottom: 5.5rem;
  }
}
.sec6 h2 {
  width: 33.8125rem;
  margin: 5.8125rem auto 2.6875rem;
}
@media (max-width: 768px) {
  .sec6 h2 {
    width: 36.25rem;
    margin: 6.25rem auto 2.5rem;
  }
}
@media (min-width: 769px) {
  .sec6__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .sec6__list--item {
    width: 25rem;
  }
}
.sec6__list--item .img {
  margin-bottom: -0.4375rem;
}
@media (min-width: 769px) {
  .sec6__list--item .img {
    width: 24.375rem;
  }
}
@media (max-width: 768px) {
  .sec6__list--item .img {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .sec6__list--item + .sec6__list--item {
    margin-top: 2.75rem;
  }
}
.sec6__list--item + .sec6__list--item .img {
  width: 27.5625rem;
  margin-left: -0.25rem;
}
@media (max-width: 768px) {
  .sec6__list--item + .sec6__list--item .img {
    width: 43.125rem;
    margin-left: 0;
    margin-right: -0.625rem;
  }
}
.sec6__list--item .box {
  position: relative;
}
.sec6__list--item .box h3 {
  font-size: 1.5rem;
  line-height: 2.4375rem;
  letter-spacing: 0.125rem;
  padding: 0.875rem 0 0.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-top-left-radius: 1.875rem;
  border-top-right-radius: 1.875rem;
  background-color: #fff;
  background: #0f7583;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .sec6__list--item .box h3 {
    font-size: 2.5625rem;
    line-height: 2.875rem;
    padding: 1.75rem 0 1.1875rem;
  }
}
.sec6__list--item .box h3 span {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-top: -0.3125rem;
  display: inline-block;
  letter-spacing: 0.0625rem;
  text-align: center;
}
@media (max-width: 768px) {
  .sec6__list--item .box h3 span {
    font-size: 1.9375rem;
    line-height: 2.875rem;
    margin-top: 0.5625rem;
  }
}
.sec6__list--item .box__info {
  border: 0.1875rem solid #005662;
  border-top: none;
  border-bottom-left-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
  padding-bottom: 0.25rem;
}
@media (max-width: 768px) {
  .sec6__list--item .box__info {
    border: 0.3125rem solid #005662;
    border-top: none;
    padding-bottom: 0.4375rem;
  }
}
.sec6__list--item .box__info h4 {
  text-align: center;
  padding: 1.125rem 0 0.1875rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .sec6__list--item .box__info h4 {
    font-size: 1.625rem;
    padding: 2.25rem 0 1.125rem;
  }
}
.sec6__list--item .box__info--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec6__list--item .box__info--list dl {
  width: 9.875rem;
  height: 4.4375rem;
  border: 0.125rem solid #00a69f;
  border-radius: 2.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  position: relative;
}
@media (min-width: 769px) {
  .sec6__list--item .box__info--list dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 768px) {
  .sec6__list--item .box__info--list dl {
    width: 15.625rem;
    height: 6.75rem;
    border-width: 0.25rem;
    border-radius: 3.625rem;
    text-align: center;
  }
}
.sec6__list--item .box__info--list dl + dl {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .sec6__list--item .box__info--list dl + dl {
    margin-left: 4rem;
  }
}
.sec6__list--item .box__info--list dl + dl::before {
  background: url("./img/sec6-plus-icon.png") no-repeat center center;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  left: -2.375rem;
  width: 1.5625rem;
  height: 1.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .sec6__list--item .box__info--list dl + dl::before {
    width: 2.1875rem;
    height: 2.1875rem;
    left: -3.375rem;
    margin-top: 0.25rem;
  }
}
.sec6__list--item .box__info--list dl dt {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0.3125rem;
}
@media (max-width: 768px) {
  .sec6__list--item .box__info--list dl dt {
    font-size: 1.625rem;
    line-height: 1.875rem;
    margin-bottom: 0;
    margin-top: 0.6875rem;
  }
}
.sec6__list--item .box__info--list dl dd {
  font-size: 1.375rem;
  color: #0f7583;
}
@media (max-width: 768px) {
  .sec6__list--item .box__info--list dl dd {
    font-size: 2.25rem;
  }
}
.sec6__list--item .box__info--note {
  font-size: 0.875rem;
  font-weight: 700;
  text-align: right;
  margin: 0.125rem 4.0625rem 0 0;
}
@media (max-width: 768px) {
  .sec6__list--item .box__info--note {
    font-size: 1.625rem;
    margin: 0.25rem 7.625rem 0 0;
  }
}
.sec6__note {
  font-size: 0.75rem;
  line-height: 1rem;
  margin: 3.4375rem -1.5625rem 0 -0.25rem;
  letter-spacing: -0.0125rem;
}
.sec6__note span {
  display: block;
}
@media (max-width: 768px) {
  .sec6__note span {
    padding-left: 1.375rem;
    text-indent: -1.375rem;
  }
}
@media (max-width: 768px) {
  .sec6__note {
    font-size: 1.375rem;
    line-height: 2.75rem;
    margin: 2.25rem 0 0 0;
    letter-spacing: 0;
  }
}

.sec7 {
  background-color: #DFF9F5;
  padding: 6.25rem 0 0;
}
@media (max-width: 768px) {
  .sec7 {
    padding-top: 6.25rem;
  }
}
.sec7 h2 {
  width: 21.5625rem;
  margin: 0 auto 2.4375rem;
}
@media (max-width: 768px) {
  .sec7 h2 {
    width: 22.75rem;
    margin-bottom: 2.5rem;
  }
}
.sec7__topinfo {
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .sec7__topinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sec7__topinfo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  border-radius: 1.875rem;
}
.sec7__topinfo::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 100%;
  height: 100%;
  background-color: #00a69f;
  z-index: -2;
  border-radius: 1.875rem;
}
@media (max-width: 768px) {
  .sec7__topinfo::after {
    top: 0.75rem;
    left: 0.75rem;
  }
}
.sec7__topinfo h3 {
  font-size: 1.25rem;
  line-height: 2.4375rem;
  color: #0f7583;
  padding: 0.6875rem 2.25rem 0 2.5rem;
  margin-right: 2.5rem;
  letter-spacing: 0.25rem;
  position: relative;
}
@media (max-width: 768px) {
  .sec7__topinfo h3 {
    font-size: 2.125rem;
    line-height: 3.5rem;
    margin-right: 0;
    text-align: center;
    padding-bottom: 0.375rem;
    padding-top: 2.5rem;
    margin: 0 2.8125rem 1.6875rem;
    border-bottom: 0.125rem solid #0f7583;
  }
}
@media (min-width: 769px) {
  .sec7__topinfo h3::after {
    content: "";
    position: absolute;
    bottom: 1.25rem;
    top: 1.25rem;
    right: 0;
    width: 0.0625rem;
    background-color: #0f7583;
  }
}
.sec7__topinfo--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .sec7__topinfo--list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 3.125rem;
  }
}
.sec7__topinfo--list dl {
  font-weight: 700;
}
@media (min-width: 769px) {
  .sec7__topinfo--list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec7__topinfo--list dl + dl {
  margin-left: 2.5rem;
}
@media (max-width: 768px) {
  .sec7__topinfo--list dl + dl {
    margin-left: 1.125rem;
  }
}
.sec7__topinfo--list dl dt {
  font-size: 0.875rem;
  line-height: 1.4375rem;
  margin-right: 0.625rem;
  letter-spacing: 0.0625rem;
}
@media (max-width: 768px) {
  .sec7__topinfo--list dl dt {
    font-size: 1.625rem;
    line-height: 3.125rem;
    margin-right: 0;
    margin-bottom: 0.5rem;
    text-align: center;
  }
}
.sec7__topinfo--list dl dd {
  font-size: 1.375rem;
  color: #0f7583;
  height: 2.25rem;
  border: 0.125rem solid #00a69f;
  border-radius: 2.875rem;
  padding: 0 2.5rem;
  margin: 0.625rem 0;
  letter-spacing: 0.0625rem;
  min-width: 4.875rem;
  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;
}
@media (max-width: 768px) {
  .sec7__topinfo--list dl dd {
    font-size: 2.375rem;
    height: 5.1875rem;
    width: 17.125rem;
    border-width: 0.25rem;
    border-radius: 3.625rem;
    margin: 0;
    padding: 0;
  }
}
.sec7 .tabs {
  margin: 2.3125rem 0 2.4375rem;
}
@media (max-width: 768px) {
  .sec7 .tabs {
    margin: 4.5625rem 0 5rem;
  }
}
.sec7 .tabs__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec7 .tabs__btn li {
  width: 12.5rem;
  height: 3.625rem;
}
@media (max-width: 768px) {
  .sec7 .tabs__btn li {
    width: 14.375rem;
    height: 6.25rem;
  }
}
.sec7 .tabs__btn li + li {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .sec7 .tabs__btn li + li {
    margin-left: 1.5rem;
  }
}
.sec7 .tabs__btn li button {
  width: 100%;
  height: 100%;
  color: #0F7483;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.125rem;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 769px) {
  .sec7 .tabs__btn li button:hover {
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  .sec7 .tabs__btn li button {
    font-size: 2.25rem;
  }
}
.sec7 .tabs__btn li button.active {
  color: #fff;
}
.sec7 .tabs__btn li button.active::before {
  background-color: #0F7583;
}
.sec7 .tabs__btn li button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E6E6E6;
  z-index: -1;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
@media (max-width: 768px) {
  .sec7 .tabs__btn li button::before {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }
}
.sec7 .tabs__btn li button::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 100%;
  height: 100%;
  background-color: #00a69f;
  z-index: -2;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
@media (max-width: 768px) {
  .sec7 .tabs__btn li button::after {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    top: 0.625rem;
    left: 0.625rem;
  }
}
.sec7 .tabs__main {
  padding: 2.5rem 2.625rem 4.4375rem 3rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .sec7 .tabs__main {
    padding: 2.5rem 1.875rem 2.375rem;
  }
}
.sec7 .tabs__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  border-top-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
@media (max-width: 768px) {
  .sec7 .tabs__main::before {
    border-top-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }
}
.sec7 .tabs__main::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 100%;
  height: 100%;
  background-color: #00a69f;
  z-index: -2;
  border-top-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
@media (max-width: 768px) {
  .sec7 .tabs__main::after {
    border-top-right-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    top: 0.875rem;
    left: 0.625rem;
  }
}
.sec7 .tabs__main .btn {
  width: 38.125rem;
  margin-bottom: 1.875rem;
}
.sec7 .tabs__main--item {
  height: 19.875rem;
  overflow-y: auto;
  padding-right: 1.375rem;
  display: none;
}
@media (max-width: 768px) {
  .sec7 .tabs__main--item {
    height: auto;
    padding-right: 0;
  }
}
.sec7 .tabs__main--item.active {
  display: block;
}
@media (max-width: 768px) {
  .sec7 .tabsSp__btn {
    margin: 0 0 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec7 .tabsSp__btn li + li {
    margin-left: 1.25rem;
  }
  .sec7 .tabsSp__btn li button {
    width: 17.9375rem;
    height: 4.5rem;
    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;
    color: #0F7583;
    font-size: 1.75rem;
    line-height: 2.8125rem;
    border-radius: 0.875rem;
    font-weight: 700;
    border: 0.25rem solid #5FDFCB;
  }
  .sec7 .tabsSp__btn li button.active {
    color: #fff;
    background-color: #0F7583;
    border-color: #0F7583;
  }
  .sec7 .tabsSp__main--item {
    display: none;
    height: 32.5rem;
    overflow-y: auto;
    padding-right: 1.125rem;
  }
}
.sec7__note {
  margin-bottom: 5.875rem;
}
@media (max-width: 768px) {
  .sec7__note {
    margin-bottom: 4.3125rem;
  }
}
.sec7__note dl {
  font-weight: 700;
  margin-bottom: 0.1875rem;
}
@media (min-width: 769px) {
  .sec7__note dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  .sec7__note dl {
    margin-bottom: 2.0625rem;
  }
}
.sec7__note dl dt {
  background-color: #00A69F;
  color: #fff;
}
@media (min-width: 769px) {
  .sec7__note dl dt {
    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-top: 0.125rem;
    margin-right: 0.8125rem;
    width: 5.875rem;
    height: 1.5rem;
  }
}
@media (max-width: 768px) {
  .sec7__note dl dt {
    font-size: 1.625rem;
    line-height: 1.625rem;
    padding: 0.625rem 0;
    text-align: center;
  }
}
.sec7__note dl dd {
  font-size: 0.875rem;
  line-height: 1.75rem;
  letter-spacing: 0.04375rem;
}
@media (max-width: 768px) {
  .sec7__note dl dd {
    font-size: 1.625rem;
    line-height: 3.125rem;
    margin-top: 0.625rem;
    letter-spacing: 0.0625rem;
  }
}
.sec7__note p {
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .sec7__note p {
    font-size: 1.375rem;
    margin-top: 0.625rem;
  }
}
.sec7__video {
  background-color: #00A69F;
  border-radius: 3.75rem;
  padding: 6.9375rem 0 6.25rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .sec7__video {
    padding: 5rem 0;
  }
}
.sec7__video h3 {
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
  margin-bottom: 2.3125rem;
  letter-spacing: 0.125rem;
  margin-left: 2.25rem;
}
@media (max-width: 768px) {
  .sec7__video h3 {
    font-size: 3rem;
    margin-bottom: 2.5rem;
    margin-left: 0;
  }
}
.sec7__video--main {
  width: 54rem;
  height: 30.375rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .sec7__video--main {
    width: 41.875rem;
    height: 23.5rem;
  }
}
.sec7__video--main .video__thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("./img/sec7-video-thumb.jpg") no-repeat center center/cover;
  cursor: pointer;
}
.sec7__video--main .video__thumb::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7.125rem;
  height: 7.125rem;
  background: url("./img/video-play-icon.png") no-repeat center center/contain;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .sec7__video--main .video__thumb::after {
    width: 5.5rem;
    height: 5.5rem;
  }
}
@media (min-width: 769px) {
  .sec7__video--main .video__thumb:hover::after {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
.sec7__video--main iframe {
  width: 99.9%;
  height: 99.9%;
  border: none;
}

.sec8__accordion {
  position: relative;
  background-color: #fff2f3;
  margin-top: -4.375rem;
  padding: 10.625rem 0 5.4375rem;
}
@media (max-width: 768px) {
  .sec8__accordion {
    margin-top: -4.375rem;
    padding: 10.625rem 0 5rem;
  }
}
.sec8__accordion h2 {
  width: 18.125rem;
  margin: 0 auto 4rem;
}
@media (max-width: 768px) {
  .sec8__accordion h2 {
    width: 21.4375rem;
    margin-bottom: 5.875rem;
  }
}
.sec8__accordion .accordion {
  margin-bottom: 0.9375rem;
}
@media (max-width: 768px) {
  .sec8__accordion .accordion {
    margin-bottom: 1.25rem;
  }
}
.sec8__accordion .accordion.is-open .accordion__btn::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.sec8__accordion .accordion.is-open .accordion__btn::before {
  opacity: 0;
}
.sec8__accordion .accordion__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  line-height: 1.375rem;
  color: #0f7583;
  font-weight: 700;
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 0.875rem 0;
  letter-spacing: 0.025rem;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .sec8__accordion .accordion__btn {
    line-height: 2.5rem;
    font-size: 1.75rem;
    padding: 1.9375rem 6.25rem 1.3125rem 5.9375rem;
    letter-spacing: 0.0625rem;
    border-radius: 1.25rem;
  }
}
.sec8__accordion .accordion__btn span {
  font-size: 1.875rem;
  color: #ee4e7c;
  padding: 0 0.75rem 0 1.0625rem;
}
@media (max-width: 768px) {
  .sec8__accordion .accordion__btn span {
    font-size: 3.1875rem;
    position: absolute;
    top: 1.875rem;
    left: 2.25rem;
    padding: 0;
  }
}
.sec8__accordion .accordion__btn::before, .sec8__accordion .accordion__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ff7d87;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec8__accordion .accordion__btn::before {
  right: 20px;
  width: 20px;
  height: 1px;
}
@media (max-width: 768px) {
  .sec8__accordion .accordion__btn::before {
    right: 2.1875rem;
    width: 2.5rem;
    height: 0.125rem;
  }
}
.sec8__accordion .accordion__btn::after {
  right: 29px;
  height: 20px;
  width: 1px;
}
@media (max-width: 768px) {
  .sec8__accordion .accordion__btn::after {
    right: 3.3125rem;
    height: 2.5rem;
    width: 0.125rem;
  }
}
.sec8__accordion .accordion__main {
  font-weight: 700;
}
.sec8__accordion .accordion__main dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F6F6F6;
  padding: 1.5625rem 0 1.5625rem;
  margin-top: -0.5rem;
}
@media (max-width: 768px) {
  .sec8__accordion .accordion__main dl {
    padding: 2.625rem 0 3.0625rem;
  }
}
.sec8__accordion .accordion__main dl dt {
  color: #0f7583;
  font-size: 1.875rem;
  margin: 0 0.9375rem 0 1.125rem;
}
@media (max-width: 768px) {
  .sec8__accordion .accordion__main dl dt {
    font-size: 3.1875rem;
    margin: 0 1.25rem 0 2.4375rem;
  }
}
.sec8__accordion .accordion__main dl dd {
  font-size: 0.75rem;
  line-height: 1.375rem;
  padding: 0 1.375rem 0 0;
  letter-spacing: 0.0375rem;
}
@media (max-width: 768px) {
  .sec8__accordion .accordion__main dl dd {
    font-size: 1.5rem;
    line-height: 3rem;
    padding: 0 2.5rem 0 0;
    letter-spacing: 0.0625rem;
  }
}
.sec8__info1 {
  margin: 6.25rem auto 5.8125rem;
}
@media (max-width: 768px) {
  .sec8__info1 {
    margin: 6.25rem 0 2.375rem;
  }
}
.sec8__info1 dl {
  padding: 0.75rem 0 0.6875rem;
  min-height: 2.5rem;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  border-bottom: 0.03125rem solid #5FDFCB;
}
@media (min-width: 769px) {
  .sec8__info1 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 768px) {
  .sec8__info1 dl {
    padding: 1.375rem 1.125rem 1.3125rem;
    min-height: auto;
    font-size: 1.625rem;
    line-height: 2.8125rem;
    border-bottom: 0.125rem solid #5FDFCB;
  }
}
.sec8__info1 dl:first-child {
  border-top: 0.03125rem solid #5FDFCB;
}
@media (max-width: 768px) {
  .sec8__info1 dl:first-child {
    border-top: 0.125rem solid #5FDFCB;
  }
}
.sec8__info1 dl dt {
  font-weight: 700;
}
@media (min-width: 769px) {
  .sec8__info1 dl dt {
    padding-left: 0.625rem;
    width: 17.25rem;
  }
}
@media (max-width: 768px) {
  .sec8__info1 dl dt {
    padding-bottom: 0.25rem;
  }
}
.sec8__info1 dl dd {
  font-weight: 500;
}
@media (min-width: 769px) {
  .sec8__info1 dl dd {
    width: 35rem;
  }
}
.sec8__info2 {
  padding: 3.9375rem 0 3.125rem;
  background-color: rgba(208, 208, 208, 0.2);
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: -0.0125rem;
}
@media (max-width: 768px) {
  .sec8__info2 {
    padding: 5.9375rem 0 3.125rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 500;
    letter-spacing: 0;
  }
}
.sec8__info2--item {
  margin-bottom: 0.125rem;
}
@media (max-width: 768px) {
  .sec8__info2--item {
    margin-bottom: 1.6875rem;
  }
}
.sec8__info2--item h3 {
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  letter-spacing: -0.01875rem;
}
@media (max-width: 768px) {
  .sec8__info2--item h3 {
    margin-bottom: 1.125rem;
    font-size: 1.625rem;
    font-weight: 700;
  }
}
.sec8__info2--item .text-underline {
  text-decoration: underline;
}
.sec8__info2--item ul li {
  padding-left: 0.625rem;
  text-indent: -0.625rem;
  margin-left: 0.25rem;
}
@media (max-width: 768px) {
  .sec8__info2--item ul li {
    padding-left: 1.625rem;
    text-indent: -1.625rem;
    margin-left: 0.4375rem;
  }
}
.sec8__info2--item ul li + li {
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .sec8__info2--item ul li + li {
    margin-top: 0.6875rem;
  }
}
.sec8__info2--item ul li:before {
  content: "•";
  margin-right: 0.3125rem;
}
@media (max-width: 768px) {
  .sec8__info2--item ul li:before {
    margin-right: 0.8125rem;
  }
}
.sec8__info2--item dl + dl {
  margin-top: 0.4375rem;
}
@media (max-width: 768px) {
  .sec8__info2--item dl + dl {
    margin-top: 0.625rem;
  }
}
.sec8__info2--item dl dt {
  font-weight: 700;
  margin-bottom: 0.3125rem;
}
@media (max-width: 768px) {
  .sec8__info2--item dl dt {
    margin-bottom: 0.375rem;
  }
}
.sec8__info2--item dl dt:before {
  content: "■";
  margin-right: 0.1875rem;
}
@media (max-width: 768px) {
  .sec8__info2--item dl dt:before {
    margin-right: 0.1875rem;
  }
}
.sec8__info2--item dl dd {
  padding-left: 0.875rem;
}
@media (max-width: 768px) {
  .sec8__info2--item dl dd {
    padding-left: 1.875rem;
  }
}
.sec8__info2--item dl dd ul {
  margin: 0.4375rem 0 0.9375rem -0.875rem;
}
@media (max-width: 768px) {
  .sec8__info2--item dl dd ul {
    margin: 0.75rem 0 0.9375rem -2.0625rem;
  }
}
.sec8__info2--item .table {
  border-bottom: 0.0625rem solid #000;
  border-top: 0.0625rem solid #000;
  margin-bottom: 0.5625rem;
  position: relative;
}
@media (max-width: 768px) {
  .sec8__info2--item .table {
    border-width: 0.125rem;
    margin: 0.9375rem 0 0.9375rem 2rem;
  }
}
@media (min-width: 769px) {
  .sec8__info2--item .table::before {
    content: "";
    position: absolute;
    top: 0;
    left: 9.375rem;
    width: 0.0625rem;
    height: 100%;
    background-color: #000;
  }
}
@media (min-width: 769px) {
  .sec8__info2--item .table > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec8__info2--item .table > div:nth-child(2) {
  border-top: 0.0625rem solid #000;
}
.sec8__info2--item .table > div > div:nth-child(1) {
  width: 8.5rem;
  padding: 0.625rem 0 0.625rem 0.9375rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .sec8__info2--item .table > div > div:nth-child(1) {
    width: auto;
    padding: 1.0625rem 0 0 1.1875rem;
  }
}
.sec8__info2--item .table > div > div:nth-child(2) {
  width: 43.625rem;
  padding: 0.25rem 0 0.375rem 0.875rem;
}
@media (max-width: 768px) {
  .sec8__info2--item .table > div > div:nth-child(2) {
    width: auto;
    padding: 0.1875rem 1.1875rem 1.1875rem;
    line-height: 2.125rem;
  }
}

.footer {
  padding: 1.25rem 0;
  line-height: 1rem;
  font-size: 0.625rem;
  letter-spacing: -0.0125rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .footer {
    padding: 2.5rem 0 1.875rem;
    font-size: 1.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 769px) {
  .footer h2 {
    padding-bottom: 0.625rem;
    font-size: 0.75rem;
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  .footer h2 {
    font-size: 1.5rem;
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 769px) {
  .footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .footer ul {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 769px) {
  .footer ul li + li {
    margin-left: 0.9375rem;
  }
}
@media (min-width: 769px) {
  .footer .copyright {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}