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

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/*---------- icon__plus size ----------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-size: 1.3rem;
  width: 100%;
  height: 100%;
  color: #333333;
  overflow-x: hidden;
}

img {
  width: 100%;
}

h2, h3, h4 {
  line-height: 1;
}

p {
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

span {
  -webkit-font-smoothing: antialiased;
}

div {
  box-sizing: border-box;
}

section {
  width: 100%;
  overflow-x: hidden;
}

.section__inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 6.25vw;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

html.is-fixed,
html.is-fixed body {
  overflow: hidden;
}

/*---------- color ----------*/
/*---------- fonts ----------*/
/*---------- size (1440px)----------*/
/*---------- size (375px)----------*/
/*---------- Layout ----------*/
header {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  padding: 25px 50px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 10px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.25s linear;
}
@media (max-width: 1023px) {
  header {
    padding: 18px 4.8vw;
  }
}
header .header__wrapper {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header__wrapper .logo {
  position: relative;
}
header .header__wrapper .logo h1 {
  display: none;
}
header .header__wrapper .logo .logo_white {
  position: absolute;
  top: 0;
  left: 0;
}
header .header__wrapper .logo .logo_white img {
  width: 16.67vw;
}
@media (max-width: 1023px) {
  header .header__wrapper .logo .logo_white img {
    width: 200px;
  }
}
header .header__wrapper .logo .logo_main img {
  width: 16.67vw;
}
@media (max-width: 1023px) {
  header .header__wrapper .logo .logo_main img {
    width: 200px;
  }
}
header .header__wrapper ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  header .header__wrapper ul {
    display: none;
  }
}
header .header__wrapper ul li a {
  font-size: 1.04167vw;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  color: #0a483d;
  padding-left: 25px;
  transition: all 0.25s linear;
}
@media (min-width: 1441px) {
  header .header__wrapper .cv__btn {
    font-size: 17px;
  }
}
@media (max-width: 1023px) {
  header .header__wrapper .cv__btn {
    display: none;
  }
}

/* JS */
header.js-transparent {
  background: transparent;
  box-shadow: none;
  transition: all 0.25s linear;
}

.nav__list li a.js-color {
  transition: all 0.25s linear;
  color: #fff;
}

.js-hidden {
  transition: all 0.25s linear;
  opacity: 0;
}

/* SP G-NAV デフォルトのスタイル*/
.sp__nav__btn {
  display: none;
}
@media (max-width: 599px) {
  .sp__nav__btn {
    display: block;
  }
  .sp__nav__btn .sp__open__btn {
    position: relative;
    background-color: #00856d;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    cursor: pointer;
  }
  .sp__nav__btn .sp__open__btn span {
    position: absolute;
    display: inline-block;
    transition: all 0.5s;
    background-color: #fff;
  }
  .sp__nav__btn .sp__open__btn span:nth-of-type(1) {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 1.5px;
  }
  .sp__nav__btn .sp__open__btn span:nth-of-type(2) {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 1.5px;
  }
  .sp__nav__btn .sp__open__btn span:nth-of-type(2)::after {
    display: block;
    content: "Menu";
    margin-top: 8.3px;
    font-family: acumin-pro, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
    transform: translateX(-3.2px);
  }
  .sp__nav__btn .sp__open__btn span:nth-of-type(3) {
    display: none;
  }
}

.sp__open__btn.active span {
  background-color: #fff !important;
}
.sp__open__btn.active span::after {
  color: #fff !important;
}

.sp__open__btn.active span:nth-of-type(1) {
  top: 11px !important;
  left: 10px !important;
  width: 26px !important;
  transform: translateY(6px) rotate(-135deg) !important;
}

.sp__open__btn.active span:nth-of-type(2) {
  left: 36% !important;
  background-color: transparent !important;
}
.sp__open__btn.active span:nth-of-type(2)::after {
  content: "Close" !important;
  opacity: 0;
  -webkit-animation: btnClose 0.75s ease forwards;
          animation: btnClose 0.75s ease forwards;
}
@-webkit-keyframes btnClose {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes btnClose {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.sp__open__btn.active span:nth-of-type(3) {
  display: inline-block !important;
  top: 23px !important;
  left: 10px !important;
  width: 26px !important;
  height: 1.5px !important;
  background-color: #00856d;
  -webkit-animation: btnRoll 0.5s linear forwards;
          animation: btnRoll 0.5s linear forwards;
  opacity: 0;
}
@-webkit-keyframes btnRoll {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateY(-6px) rotate(135deg);
  }
}
@keyframes btnRoll {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateY(-6px) rotate(135deg);
  }
}

.c-sp__menu {
  display: none;
}

.c-sp__menu.active {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #00856d;
  z-index: 99;
  padding: 160px 4.8vw 140px;
}
.c-sp__menu.active ul {
  text-align: center;
}
.c-sp__menu.active ul li {
  padding: 20px 0;
}
.c-sp__menu.active ul li a {
  font-size: 4.8vw;
  font-weight: 600;
  color: #ffffff;
  font-family: Noto Sans JP, sans-serif;
}
.c-sp__menu.active .cv__btn {
  margin-top: 10px;
}

footer .footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 100px 0 115px;
  background-color: #222222;
}
@media (max-width: 599px) {
  footer .footer__inner {
    padding: 80px 0 60px;
  }
}
footer .footer__inner a {
  width: 100%;
}
footer .footer__inner .logo {
  width: 22.2223%;
  margin: 0 auto 54.5px;
}
@media (min-width: 1441px) {
  footer .footer__inner .logo {
    width: 320px;
  }
}
@media (max-width: 599px) {
  footer .footer__inner .logo {
    width: 70%;
    margin: 0 auto 25px;
  }
}
footer .footer__inner .nav__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 61.389%;
}
@media (min-width: 1441px) {
  footer .footer__inner .nav__list {
    width: 60%;
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
  footer .footer__inner .nav__list {
    width: 70%;
  }
}
footer .footer__inner .nav__list li {
  position: relative;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.04167vw;
  color: #fff;
}
@media (max-width: 599px) {
  footer .footer__inner .nav__list li {
    width: 100%;
    margin-top: 20px;
    font-size: 3.46666vw;
    text-align: center;
  }
}
footer .footer__inner .nav__list li:first-of-type::before {
  border: none;
}
footer .footer__inner .nav__list li:last-of-type::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 5px;
  background-image: url(../assets/images/link.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
footer .footer__inner .nav__list li::before {
  content: "";
  border-left: 1px solid #fff;
  padding-left: 1.04167vw;
}
@media (min-width: 1441px) {
  footer .footer__inner .nav__list li::before {
    padding-left: 15px;
  }
}
@media (max-width: 599px) {
  footer .footer__inner .nav__list li::before {
    display: none;
  }
}
footer .copyright__inner {
  padding: 35px 6.25%;
}
footer .copyright__inner .flex {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
footer .copyright__inner .flex .logo {
  width: 9.127%;
}
@media (min-width: 1441px) {
  footer .copyright__inner .flex .logo {
    width: 115px;
  }
}
@media (max-width: 599px) {
  footer .copyright__inner .flex .logo {
    width: 30%;
  }
}
footer .copyright__inner .flex .corp {
  display: flex;
  flex-direction: column;
}
@media (max-width: 599px) {
  footer .copyright__inner .flex .corp {
    padding-top: 20px;
  }
}
footer .copyright__inner .flex .corp p {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  font-size: 0.83333vw;
  line-height: 1.75;
}
@media (min-width: 1441px) {
  footer .copyright__inner .flex .corp p {
    font-size: 12px;
  }
}
@media (max-width: 599px) {
  footer .copyright__inner .flex .corp p {
    font-size: 11px;
    line-height: 1.5;
    padding-bottom: 10px;
  }
}
footer .copyright__inner .flex .corp p span {
  font-weight: 700;
}
@media (max-width: 599px) {
  footer .copyright__inner .flex .corp p span {
    padding-top: 5px;
  }
}
footer .copyright__inner .flex .corp p a {
  text-decoration: underline;
}
footer .copyright__inner .flex .copyright p {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-size: 0.83333vw;
}
@media (min-width: 1441px) {
  footer .copyright__inner .flex .copyright p {
    font-size: 12px;
  }
}
@media (max-width: 599px) {
  footer .copyright__inner .flex .copyright p {
    font-size: 11px;
    padding-top: 20px;
    font-weight: 600;
  }
}

/*---------- Parts ----------*/
.cv__btn {
  width: auto;
  display: block;
  background-color: #fcd93f;
  border-radius: 60px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.cv__btn:hover {
  background-color: #FFFFFF;
  transition: 0.2s;
  transform: scale(105%);
}
.cv__btn a {
  display: block;
  width: 100%;
  padding: 1.18vw 2.78vw;
}
@media (max-width: 599px) {
  .cv__btn a {
    padding: 15px;
    font-size: 3.73333vw;
  }
}
.cv__btn p {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.04167vw;
}
@media (max-width: 599px) {
  .cv__btn p {
    font-size: 4vw;
  }
}
.cv__btn p::after {
  display: block;
  content: "";
  width: 5px;
  height: 8px;
  background-image: url(../assets/images/arrow-bl.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 1.39vw;
}

/*---------- Project ----------*/
p,
span {
  font-family: Noto Sans JP, sans-serif;
}

.kv {
  width: 100%;
  background-image: url(../assets/images/kv.png);
  background-position-x: -70px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 6.25vw;
  padding-top: 12.36vw;
  padding-bottom: 65px;
}
@media (max-width: 599px) {
  .kv {
    padding: 140px 4.8vw 100px;
    height: auto;
    background-position-x: -220vw;
    overflow-y: hidden;
  }
}
.kv h2 {
  color: #fcd93f;
  font-size: 1.81vw;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: Noto Sans JP, sans-serif;
}
@media (max-width: 599px) {
  .kv h2 {
    font-size: 6.4vw;
    text-align: center;
  }
}
.kv .headline {
  padding-top: 30px;
}
@media (max-width: 599px) {
  .kv .headline {
    padding-top: 30px;
  }
}
.kv .headline p {
  color: #ffffff;
  font-size: 2.22vw;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 599px) {
  .kv .headline p {
    font-size: 5vw;
  }
}
.kv .headline p span {
  display: inline-block;
  position: relative;
  font-size: 4.03vw;
  letter-spacing: 0.05em;
}
.kv .headline p span::before {
  content: "";
  display: block;
  margin: 0 auto 15px;
  width: 13.47vw;
  height: 0.56vw;
  background-image: url(../assets/images/dot-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 599px) {
  .kv .headline p span::before {
    margin: 0 auto 5px;
    width: 31.47vw;
    height: 1.56vw;
  }
}
@media (max-width: 599px) {
  .kv .headline p span {
    font-size: 9.07vw;
  }
}
.kv .headline img {
  width: 45vw;
  margin-top: 20px;
}
@media (max-width: 599px) {
  .kv .headline img {
    width: 80%;
  }
}
.kv .flex {
  margin-top: 2.78vw;
}
@media (max-width: 599px) {
  .kv .flex {
    margin-top: 40px;
  }
}
.kv .flex div {
  border-right: 1px solid #0a483d;
  padding: 0 2.083vw;
}
.kv .flex div:last-child {
  border-right: none;
}
@media (max-width: 599px) {
  .kv .flex div {
    width: 33.333%;
    padding: 0;
  }
}
.kv .flex div p {
  text-align: center;
}
.kv .flex div .num {
  font-size: 0.902777vw;
  color: #fcd93f;
  font-family: acumin-pro, sans-serif;
  color: #fcd93f;
  font-weight: 600;
  text-align: center;
  padding-top: 0;
}
@media (max-width: 599px) {
  .kv .flex div .num {
    font-size: 3.2vw;
  }
}
.kv .flex div .num span {
  font-size: 1.53vw;
  padding-left: 3px;
}
@media (max-width: 599px) {
  .kv .flex div .num span {
    font-size: 5.07vw;
  }
}
.kv .flex div .txt {
  font-size: 1.25vw;
  color: #ffffff;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  padding-left: 3px;
  padding-top: 0.69vw;
  line-height: 1.3;
}
@media (max-width: 599px) {
  .kv .flex div .txt {
    font-size: 4vw;
  }
}
.kv .txt {
  font-size: 0.97222vw;
  color: #ffffff;
  padding-top: 2.78vw;
}
@media (max-width: 599px) {
  .kv .txt {
    padding-top: 50px;
    font-size: 3.46666vw;
  }
}
.kv .mid {
  color: #ffffff;
  font-size: 1.25vw;
  font-weight: 600;
  padding-top: 20px;
}
@media (max-width: 599px) {
  .kv .mid {
    font-size: 4vw;
    padding-top: 0;
  }
}
.kv .cv__btn {
  position: relative;
  margin: 5vw auto 0;
  max-width: 31.94vw;
  z-index: 1;
}
@media (max-width: 599px) {
  .kv .cv__btn {
    max-width: 70vw;
    margin-top: 40px;
  }
}

.partners_logo_slide {
  width: 100%;
  padding: 30px 0;
}
@media (max-width: 599px) {
  .partners_logo_slide {
    padding: 20px 0;
  }
}
.partners_logo_slide .copy {
  text-align: center;
}
.partners_logo_slide .copy > p {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #00856d;
}
.partners_logo_slide .slider_body {
  display: flex;
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}
@media (max-width: 599px) {
  .partners_logo_slide .slider_body {
    margin-top: 20px;
  }
}
.partners_logo_slide .slider_body > ul {
  display: flex;
  gap: 0 30px;
  -webkit-animation: infinity-scroll-left 25s infinite linear 0.5s both;
          animation: infinity-scroll-left 25s infinite linear 0.5s both;
  /* &:hover {
            animation-play-state: paused;
        } */
}
@-webkit-keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.partners_logo_slide .slider_body > ul > li > img {
  width: auto;
  height: 56px;
}

.tool {
  background-color: #00856d;
  padding: 14.93vw 0 8.33vw;
  position: relative;
}
@media (max-width: 599px) {
  .tool {
    padding: 26.67vw 0 24vw;
  }
}
.tool .back__ttl {
  top: 10.07vw;
  left: -1vw;
  position: absolute;
  font-size: 8.89vw;
  font-weight: 600;
  font-family: acumin-pro, sans-serif;
  color: #0a483d;
  opacity: 0.1;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 599px) {
  .tool .back__ttl {
    font-size: 23.33vw;
    top: 15vw;
  }
}
.tool .ttl__wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 1;
}
.tool .ttl__wrapper h2 {
  color: #ffffff;
  font-size: 2.64vw;
  letter-spacing: 0.03em;
  font-weight: 600;
  font-family: Noto Sans JP, sans-serif;
}
@media (max-width: 599px) {
  .tool .ttl__wrapper h2 {
    font-size: 6.4vw;
    text-align: center;
  }
}
.tool .ttl__wrapper h2 span {
  font-size: 1.11111vw;
}
@media (max-width: 599px) {
  .tool .ttl__wrapper h2 span {
    font-size: 3.2vw;
    display: block;
    padding-top: 7px;
  }
}
.tool .ttl__wrapper h2 span::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #ffffff;
  transform: rotate(30deg);
  margin: 0 1.8vw;
}
@media (max-width: 599px) {
  .tool .ttl__wrapper h2 span::before {
    width: 1px;
    height: 12px;
  }
}
.tool .flex {
  width: 100vw;
  justify-content: space-between;
  padding-right: 6.25vw;
  margin-top: 8.5vw;
}
@media (max-width: 1023px) {
  .tool .flex {
    padding-right: 0;
    margin: 0px auto;
    width: 90%;
  }
}
@media (max-width: 599px) {
  .tool .flex {
    padding-right: 0;
    margin: 0px auto;
    width: 90%;
  }
}
.tool .flex .sample__img {
  width: 49.31vw;
  transform: translateX(-1vw);
  padding-top: 20px;
}
@media (max-width: 1023px) {
  .tool .flex .sample__img {
    width: 100%;
    transform: translateX(0);
    padding-top: 30px;
  }
}
.tool .flex .feature__wrapper {
  width: 38.89vw;
}
@media (max-width: 1023px) {
  .tool .flex .feature__wrapper {
    width: 100%;
  }
}
.tool .flex .feature__wrapper div {
  display: block;
  position: relative;
  width: 37.5vw;
  border-radius: 5px;
  padding: 3.82vw 30px 2.43vw;
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  .tool .flex .feature__wrapper div {
    width: 100%;
    padding: 35px 15px 30px;
    margin-top: 3.87vw;
  }
}
@media (max-width: 599px) {
  .tool .flex .feature__wrapper div {
    width: 100%;
    padding: 55px 15px 30px;
    margin-top: 17.87vw;
  }
}
.tool .flex .feature__wrapper div:last-child {
  margin-top: 5.21vw;
}
@media (max-width: 599px) {
  .tool .flex .feature__wrapper div:last-child {
    margin-top: 17.87vw;
  }
}
.tool .flex .feature__wrapper div h3 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-1.39vw) translateY(-1.39vw);
  width: 10.56vw;
  font-size: 0.902777vw;
  text-align: center;
  font-family: acumin-pro, sans-serif;
  color: #ffffff;
  font-weight: 500;
  background-color: #0a483d;
  padding: 0.83vw 0;
  border-radius: 5px;
  /* add s.s */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .tool .flex .feature__wrapper div h3 {
    left: 50%;
    transform: translateX(-50%) translateY(-7vw);
    width: 90%;
    font-size: 3.46666vw;
    padding: 4vw 0;
  }
}
.tool .flex .feature__wrapper div h3 span {
  font-size: 1.53vw;
  padding-left: 3px;
}
@media (max-width: 599px) {
  .tool .flex .feature__wrapper div h3 span {
    font-size: 4.8vw;
    padding-bottom: 5px;
  }
}
.tool .flex .feature__wrapper div h4 {
  color: #0a483d;
  font-size: 1.53vw;
  font-weight: 600;
  font-family: Noto Sans JP, sans-serif;
}
@media (max-width: 1023px) {
  .tool .flex .feature__wrapper div h4 {
    font-size: 2vw;
  }
}
@media (max-width: 599px) {
  .tool .flex .feature__wrapper div h4 {
    font-size: 4.8vw;
    line-height: 1.5;
  }
}
.tool .flex .feature__wrapper div p {
  padding-top: 25px;
}
@media (max-width: 599px) {
  .tool .flex .feature__wrapper div p {
    padding-top: 25px;
    font-size: 3.46666vw;
  }
}
.tool .cv__btn {
  position: relative;
  margin: 5vw auto 0;
  max-width: 31.94vw;
  z-index: 1;
}
@media (max-width: 599px) {
  .tool .cv__btn {
    max-width: 70vw;
    margin-top: 40px;
  }
}

.howtouse {
  position: relative;
  background-color: #fafafa;
  z-index: 0;
  padding: 8.125vw 0;
}
@media (max-width: 599px) {
  .howtouse {
    padding: 26.67vw 0 24vw;
  }
}
.howtouse::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../assets/images/dot-3.svg);
  background-repeat: repeat;
  z-index: -1;
}
.howtouse .section__inner {
  padding: 0 11.81vw;
}
@media (max-width: 599px) {
  .howtouse .section__inner {
    padding: 0 4.8vw;
  }
}
@media (min-width: 1441px) {
  .howtouse .section__inner {
    padding: 0 3vw;
  }
}
.howtouse .section__inner .back__ttl {
  top: 5.55555vw;
  right: -1vw;
  position: absolute;
  font-size: 8.88888vw;
  font-weight: 600;
  font-family: acumin-pro, sans-serif;
  color: #0a483d;
  opacity: 0.05;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 599px) {
  .howtouse .section__inner .back__ttl {
    font-size: 23.33vw;
    top: 15vw;
  }
}
.howtouse .section__inner .ttl__wrapper {
  position: relative;
  margin-top: 1.7361vw;
  text-align: center;
  z-index: 1;
}
.howtouse .section__inner .ttl__wrapper h2 {
  color: #00856d;
  font-size: 1.11111vw;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-family: Noto Sans JP, sans-serif;
}
@media (max-width: 599px) {
  .howtouse .section__inner .ttl__wrapper h2 {
    font-size: 4vw;
  }
}
.howtouse .section__inner .ttl__wrapper h3 {
  font-size: 2.64vw;
  color: #333333;
  font-weight: 600;
  line-height: 1.45;
  padding-top: 2.77777vw;
  letter-spacing: 0.05em;
  font-family: Noto Sans JP, sans-serif;
}
@media (max-width: 599px) {
  .howtouse .section__inner .ttl__wrapper h3 {
    font-size: 6.13vw;
    padding-top: 30px;
  }
}
.howtouse .section__inner .ttl__wrapper p {
  padding-top: 3.47222vw;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  font-size: 1.04167vw;
  line-height: 2;
}
@media (max-width: 599px) {
  .howtouse .section__inner .ttl__wrapper p {
    font-size: 3.46666vw;
    padding-top: 30px;
  }
}
.howtouse .section__inner .ttl__wrapper p .weight_bold {
  font-weight: 700;
}
.howtouse .section__inner .howto__wrapper {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 3px 10px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  padding: 5.56vw 7.33vw 2.78vw;
  margin-top: 9.44vw;
}
@media (max-width: 599px) {
  .howtouse .section__inner .howto__wrapper {
    padding: 18vw 15px 25px;
    margin-top: 80px;
  }
}
.howtouse .section__inner .howto__wrapper .headline h3 {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.04167vw;
  text-align: center;
  width: 32.64vw;
  height: 4.86vw;
  border-radius: 5px;
  background-color: #117462;
  color: #ffffff;
  line-height: 4.86vw;
  font-weight: 500;
  font-family: Noto Sans JP, sans-serif;
}
@media (max-width: 599px) {
  .howtouse .section__inner .howto__wrapper .headline h3 {
    top: -7vw;
    width: 95%;
    height: 15vw;
    line-height: 15vw;
    font-size: 3.73333vw;
  }
}
.howtouse .section__inner .howto__wrapper .headline h3::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-1px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 17px 0 17px;
  border-color: #117462 transparent transparent transparent;
}
@media (max-width: 599px) {
  .howtouse .section__inner .howto__wrapper .headline h3::after {
    transform: translateX(-50%) translateY(-5px);
  }
}
.howtouse .section__inner .howto__wrapper .headline .bg-sub {
  background-color: #0a483d;
}
.howtouse .section__inner .howto__wrapper .headline .bg-sub::after {
  border-color: #0a483d transparent transparent transparent;
}
.howtouse .section__inner .howto__wrapper .howto__inner .flex {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .howtouse .section__inner .howto__wrapper .howto__inner .flex {
    flex-wrap: wrap;
  }
}
.howtouse .section__inner .howto__wrapper .howto__inner .flex .flex_item1 {
  width: 37.21%;
  align-self: center;
}
@media (min-width: 1441px) {
  .howtouse .section__inner .howto__wrapper .howto__inner .flex .flex_item1 {
    width: 330px;
  }
}
@media (max-width: 599px) {
  .howtouse .section__inner .howto__wrapper .howto__inner .flex .flex_item1 {
    width: 80%;
    margin: 0 auto;
  }
}
.howtouse .section__inner .howto__wrapper .howto__inner .flex .flex_item2 {
  width: 51.138%;
  align-self: flex-start;
}
@media (min-width: 1441px) {
  .howtouse .section__inner .howto__wrapper .howto__inner .flex .flex_item2 {
    width: 65%;
  }
}
@media (max-width: 599px) {
  .howtouse .section__inner .howto__wrapper .howto__inner .flex .flex_item2 {
    width: 100%;
    margin-top: 30px;
    font-weight: 500;
  }
}
.howtouse .section__inner .howto__wrapper .howto__inner .flex .flex_item2 li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 0.97222vw;
  color: #00856d;
}
@media (min-width: 1441px) {
  .howtouse .section__inner .howto__wrapper .howto__inner .flex .flex_item2 li {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media (max-width: 599px) {
  .howtouse .section__inner .howto__wrapper .howto__inner .flex .flex_item2 li {
    font-size: 4.26666vw;
    line-height: 1.5;
  }
}
.howtouse .section__inner .howto__wrapper .howto__inner .flex .flex_item2 li:last-of-type {
  margin-bottom: 0;
}
.howtouse .section__inner .howto__wrapper .howto__inner .flex .flex_item2 li::before {
  display: inline-block;
  content: "";
  width: 5.283%;
  height: 1.667vw;
  margin-right: 10px;
  background-image: url(../assets/images/check-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1441px) {
  .howtouse .section__inner .howto__wrapper .howto__inner .flex .flex_item2 li::before {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 599px) {
  .howtouse .section__inner .howto__wrapper .howto__inner .flex .flex_item2 li::before {
    min-width: 6vw;
    height: 6vw;
    margin-right: 13px;
  }
}
.howtouse .section__inner .howto__wrapper .howto__inner .flex .style_option li {
  color: #0a483d;
}
.howtouse .section__inner .howto__wrapper .howto__inner .flex .style_option li::before {
  background-image: url(../assets/images/check-2.svg);
}

.section__inner .case__inner {
  padding-top: 3.47222vw;
  display: grid;
  grid-template-columns: repeat(3, 236px);
  gap: 32px;
  justify-content: center;
}
@media (max-width: 599px) {
  .section__inner .case__inner {
    padding-top: 30px;
    grid-template-columns: repeat(1, 100%);
    gap: 16px;
  }
}
.section__inner .case__inner .box {
  padding: 32px 16px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 3px 10px 6px rgba(0, 0, 0, 0.16);
}
.section__inner .case__inner .box h4 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 599px) {
  .section__inner .case__inner .box h4 {
    font-size: 18px;
  }
}
.section__inner .case__inner .box p {
  margin-top: 16px;
}

.reason {
  position: relative;
  z-index: 0;
  padding: 120px 0 52px;
}
@media (max-width: 599px) {
  .reason {
    padding: 26.67vw 0 3vw;
  }
}
.reason .section__inner {
  width: 100%;
  padding: 0 11.81vw;
}
@media (max-width: 599px) {
  .reason .section__inner {
    padding: 0 4.8vw;
  }
}
@media (min-width: 1441px) {
  .reason .section__inner {
    padding: 0 3vw;
  }
}
.reason .section__inner .back__ttl {
  top: 5.55555vw;
  left: -1.388888vw;
  position: absolute;
  font-size: 8.88888vw;
  font-weight: 600;
  font-family: acumin-pro, sans-serif;
  color: #0a483d;
  opacity: 0.05;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (min-width: 1441px) {
  .reason .section__inner .back__ttl {
    left: -20px;
  }
}
@media (max-width: 599px) {
  .reason .section__inner .back__ttl {
    font-size: 23.33vw;
    top: 15vw;
  }
}
.reason .section__inner .ttl__wrapper {
  position: relative;
  margin-top: 1.7361vw;
  text-align: center;
  z-index: 1;
}
.reason .section__inner .ttl__wrapper h2 {
  color: #00856d;
  font-size: 1.11111vw;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-family: Noto Sans JP, sans-serif;
}
@media (max-width: 599px) {
  .reason .section__inner .ttl__wrapper h2 {
    font-size: 4vw;
  }
}
.reason .section__inner .ttl__wrapper h3 {
  font-size: 2.64vw;
  color: #333333;
  font-weight: 600;
  line-height: 1.45;
  padding-top: 2.77777vw;
  letter-spacing: 0.05em;
  font-family: Noto Sans JP, sans-serif;
}
@media (max-width: 599px) {
  .reason .section__inner .ttl__wrapper h3 {
    font-size: 6.13vw;
    padding-top: 30px;
  }
}
.reason .section__inner .ttl__wrapper h3 .font_option {
  font-size: 3.33333vw;
  color: #00856d;
}
@media (max-width: 599px) {
  .reason .section__inner .ttl__wrapper h3 .font_option {
    font-size: 8.53333vw;
  }
}
.reason .section__inner .ttl__wrapper p {
  padding-top: 3.47222vw;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  font-size: 1.04167vw;
  line-height: 2;
}
.reason .section__inner .ttl__wrapper p .weight_bold {
  font-weight: 700;
}
.reason .section__inner .flex {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 82px;
}
@media (max-width: 599px) {
  .reason .section__inner .flex {
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.reason .section__inner .flex .reason__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 31.823%;
}
@media (min-width: 1441px) {
  .reason .section__inner .flex .reason__item {
    width: 32%;
  }
}
@media (max-width: 599px) {
  .reason .section__inner .flex .reason__item {
    width: 100%;
    margin-top: 50px;
  }
}
.reason .section__inner .flex .reason__item h4 {
  display: block;
  margin-bottom: 15px;
  font-family: acumin-pro, sans-serif;
  font-weight: 600;
  font-size: 1.04167vw;
  color: #0a483d;
}
@media (min-width: 1441px) {
  .reason .section__inner .flex .reason__item h4 {
    font-size: 15px;
  }
}
@media (max-width: 599px) {
  .reason .section__inner .flex .reason__item h4 {
    font-size: 4.5333vw;
  }
}
.reason .section__inner .flex .reason__item h4 .size_option {
  font-size: 1.7361vw;
  margin-left: 3px;
}
@media (min-width: 1441px) {
  .reason .section__inner .flex .reason__item h4 .size_option {
    font-size: 25px;
  }
}
@media (max-width: 599px) {
  .reason .section__inner .flex .reason__item h4 .size_option {
    font-size: 6.4vw;
  }
}
.reason .section__inner .flex .reason__item .item__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 32.084vw;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0862745098);
}
@media (min-width: 1441px) {
  .reason .section__inner .flex .reason__item .item__inner {
    height: 520px;
  }
}
@media (max-width: 599px) {
  .reason .section__inner .flex .reason__item .item__inner {
    height: auto;
  }
}
.reason .section__inner .flex .reason__item .item__inner .inner__text {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin: auto 0;
  padding: 0% 5.715% 8.573%;
  height: 100%;
}
@media (min-width: 1441px) {
  .reason .section__inner .flex .reason__item .item__inner .inner__text {
    padding: 0 20px 30px;
  }
}
@media (max-width: 599px) {
  .reason .section__inner .flex .reason__item .item__inner .inner__text {
    padding: 0 15px 30px;
  }
}
.reason .section__inner .flex .reason__item .item__inner .inner__text .ttl {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 1.11111vw;
  color: #00856d;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 1441px) {
  .reason .section__inner .flex .reason__item .item__inner .inner__text .ttl {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .reason .section__inner .flex .reason__item .item__inner .inner__text .ttl {
    font-size: 4.8vw;
    line-height: 1.5;
    padding-top: 30px;
  }
}
.reason .section__inner .flex .reason__item .item__inner .inner__text p {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  font-size: 0.902777vw;
  line-height: 1.8;
}
@media (min-width: 1441px) {
  .reason .section__inner .flex .reason__item .item__inner .inner__text p {
    font-size: 13px;
    padding-top: 30px;
  }
}
@media (max-width: 599px) {
  .reason .section__inner .flex .reason__item .item__inner .inner__text p {
    font-size: 3.46666vw;
    padding-top: 25px;
    line-height: 1.8;
  }
}

.plan {
  background-image: url(../assets/images/plan_bg.svg);
  background-size: cover;
  padding: 12vw 0 10vw;
  position: relativece;
}
@media (max-width: 599px) {
  .plan {
    padding: 30vw 0 34vw;
  }
}
.plan .section__inner {
  width: 100%;
  padding: 0 11.81vw;
}
@media (max-width: 599px) {
  .plan .section__inner {
    padding: 0 4.8vw;
  }
}
@media (min-width: 1441px) {
  .plan .section__inner {
    padding: 0 3vw;
  }
}
.plan .section__inner .ttl__wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 599px) {
  .plan .section__inner .ttl__wrapper {
    justify-content: center;
  }
}
.plan .section__inner .ttl__wrapper h2 {
  color: #ffffff;
  font-size: 2.64vw;
  letter-spacing: 0.03em;
  font-weight: 600;
  font-family: Noto Sans JP, sans-serif;
}
@media (max-width: 599px) {
  .plan .section__inner .ttl__wrapper h2 {
    font-size: 6.4vw;
    text-align: center;
  }
}
.plan .section__inner .ttl__wrapper h2 .num {
  font-size: 3.75vw;
  font-family: acumin-pro, sans-serif;
}
.plan .section__inner .ttl__wrapper h2 .num::before {
  display: none;
}
@media (max-width: 599px) {
  .plan .section__inner .ttl__wrapper h2 .num {
    display: inline;
    font-size: 10.66666vw;
  }
}
.plan .section__inner .ttl__wrapper h2 span {
  font-size: 1.11111vw;
  font-family: Noto Sans JP, sans-serif;
}
@media (max-width: 599px) {
  .plan .section__inner .ttl__wrapper h2 span {
    display: block;
    font-size: 3.2vw;
    padding-top: 7px;
  }
}
.plan .section__inner .ttl__wrapper h2 span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #ffffff;
  transform: rotate(30deg);
  margin: 0 1.8vw;
}
.plan .section__inner .flex {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  margin-top: 5.69vw;
}
@media (max-width: 599px) {
  .plan .section__inner .flex {
    flex-wrap: wrap;
  }
}
.plan .section__inner .flex .plan__item {
  position: relative;
  padding: 3vw;
  background-color: #ffffff;
  border: 2px solid #ededed;
  border-radius: 5px;
  width: 50%;
  height: 18.33vw;
}
@media (max-width: 599px) {
  .plan .section__inner .flex .plan__item {
    width: 100%;
    margin-top: 15vw;
    height: auto;
    padding: 55px 15px 25px;
  }
}
.plan .section__inner .flex .plan__item:first-child {
  margin-right: 1.39vw;
}
@media (max-width: 599px) {
  .plan .section__inner .flex .plan__item:first-child {
    margin-right: 0;
  }
}
.plan .section__inner .flex .plan__item h3 {
  position: absolute;
  top: -36px;
  transform: translateX(-3.8vw);
  font-size: 24px;
  text-align: center;
  width: 24.64vw;
  height: 4.86vw;
  border-radius: 5px;
  background-color: #0a483d;
  color: #ffffff;
  line-height: 4.86vw;
  font-weight: 600;
  font-family: Noto Sans JP, sans-serif;
}
@media (max-width: 599px) {
  .plan .section__inner .flex .plan__item h3 {
    top: -8vw;
    width: 95%;
    height: 15vw;
    line-height: 15vw;
    font-size: 18px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.plan .section__inner .flex .plan__item .fee {
  font-size: 1.7361vw;
}
@media (max-width: 599px) {
  .plan .section__inner .flex .plan__item .fee {
    font-size: 6.4vw;
  }
}
.plan .section__inner .flex .plan__item .fee span.big {
  font-size: 2.77777vw;
}
@media (max-width: 599px) {
  .plan .section__inner .flex .plan__item .fee span.big {
    font-size: 10.66666vw;
  }
}
.plan .section__inner .flex .plan__item .bg-sub {
  background-color: #0a483d;
}
.plan .section__inner .flex .plan__item .bg-sub::after {
  border-color: #0a483d transparent transparent transparent;
}
.plan .section__inner .flex .plan__item p {
  font-size: 0.97222vw;
  font-weight: 500;
}
@media (max-width: 599px) {
  .plan .section__inner .flex .plan__item p {
    font-size: 4vw;
  }
}
.plan .section__inner .flex .plan__item .small__txt {
  display: flex;
  align-items: flex-start;
  padding-top: 20px;
}
@media (max-width: 599px) {
  .plan .section__inner .flex .plan__item .small__txt {
    padding-top: 20px;
  }
}
.plan .section__inner .flex .plan__item .small__txt .small {
  font-size: 0.902777vw;
  color: #969696;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .plan .section__inner .flex .plan__item .small__txt .small {
    font-size: 3.2vw;
  }
}
.plan .section__inner .flex .plan__item .small__txt .plan__detail {
  color: #969696;
  font-size: 0.902777vw;
  font-family: Noto Sans JP, sans-serif;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .plan .section__inner .flex .plan__item .small__txt .plan__detail {
    font-size: 3.2vw;
  }
}
.plan .section__inner .flex .plan__item .small__txt .plan__detail li {
  padding-bottom: 7px;
}
.plan .section__inner .set__wrapper {
  background-color: #ffffff;
  width: 100%;
  margin-top: 20px;
  border: 2px solid #ededed;
  border-radius: 5px;
}
@media (max-width: 599px) {
  .plan .section__inner .set__wrapper {
    margin-top: 15vw;
  }
}
.plan .section__inner .set__wrapper h3 {
  width: 100%;
  height: 4.86vw;
  line-height: 4.86vw;
  font-size: 1.04167vw;
  font-weight: 600;
  font-family: Noto Sans JP, sans-serif;
  color: #0a483d;
  background-color: #ededed;
  text-align: center;
}
@media (max-width: 599px) {
  .plan .section__inner .set__wrapper h3 {
    width: 95%;
    margin: 0 auto;
    height: 15vw;
    line-height: 15vw;
    transform: translateY(-7vw);
    font-size: 3.73333vw;
    border-radius: 5px;
  }
}
@media (max-width: 599px) {
  .plan .section__inner .set__wrapper h3::after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-1px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 17px 0 17px;
    border-color: #ededed transparent transparent transparent;
  }
}
@media (max-width: 599px) and (max-width: 599px) {
  .plan .section__inner .set__wrapper h3::after {
    transform: translateX(-50%) translateY(-5px);
  }
}
.plan .section__inner .set__wrapper .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 3.47vw 5.42vw;
  margin-top: 0;
}
@media (max-width: 599px) {
  .plan .section__inner .set__wrapper .flex {
    text-align: center;
    padding: 10px 25px 40px;
  }
}
.plan .section__inner .set__wrapper .flex .set__item {
  margin-right: 6.2vw;
  font-family: Noto Sans JP, sans-serif;
}
@media (max-width: 599px) {
  .plan .section__inner .set__wrapper .flex .set__item {
    margin-right: 0;
    width: 100%;
    margin-top: 13vw;
  }
}
.plan .section__inner .set__wrapper .flex .set__item:last-child {
  margin-right: 0;
}
@media (max-width: 599px) {
  .plan .section__inner .set__wrapper .flex .set__item:first-child {
    margin-top: 0 !important;
  }
}
.plan .section__inner .set__wrapper .flex .set__item h4 {
  color: #00856d;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 599px) {
  .plan .section__inner .set__wrapper .flex .set__item h4 {
    font-size: 3.46666vw;
  }
}
.plan .section__inner .set__wrapper .flex .set__item .small {
  font-size: 0.83333vw;
  color: #aaaaaa;
  font-weight: 700;
  text-decoration: line-through;
  line-height: 1;
  padding-top: 20px;
}
@media (max-width: 599px) {
  .plan .section__inner .set__wrapper .flex .set__item .small {
    font-size: 3.2vw;
    padding-top: 15px;
  }
}
.plan .section__inner .set__wrapper .flex .set__item .price {
  color: #00856d;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1;
  padding-top: 5px;
}
@media (max-width: 599px) {
  .plan .section__inner .set__wrapper .flex .set__item .price {
    font-size: 4.8vw;
  }
}
.plan .section__inner .set__wrapper .flex .set__item .price span {
  font-size: 3.06vw;
  font-family: acumin-pro, sans-serif;
  line-height: 1;
}
@media (max-width: 599px) {
  .plan .section__inner .set__wrapper .flex .set__item .price span {
    font-size: 8.53333vw;
  }
}
.plan .section__inner .set__wrapper .flex .set__item .price-detail {
  font-size: 2.5vw;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid #aaaaaa;
}
@media (max-width: 599px) {
  .plan .section__inner .set__wrapper .flex .set__item .price-detail {
    padding-top: 10px;
    margin-top: 10px;
  }
}
@media (max-width: 599px) and (max-width: 599px) {
  .plan .section__inner .set__wrapper .flex .set__item .price-detail {
    font-size: 6.4vw;
  }
}
.plan .section__inner .set__wrapper .flex .set__item .price-detail span {
  font-size: 1.25vw;
  font-family: Noto Sans JP, sans-serif;
  line-height: 1;
}
@media (max-width: 599px) {
  .plan .section__inner .set__wrapper .flex .set__item .price-detail span {
    font-size: 3.46666vw;
  }
}

.movie {
  padding: 10.42vw 0;
  position: relative;
}
@media (max-width: 599px) {
  .movie {
    padding: 10vw 0 24vw;
  }
}
.movie .section__inner {
  width: 100%;
  padding: 0 10.42vw;
}
@media (max-width: 599px) {
  .movie .section__inner {
    padding: 0 4.8vw;
  }
}
.movie .section__inner .flex {
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 599px) {
  .movie .section__inner .flex {
    flex-wrap: wrap;
  }
}
.movie .section__inner .flex .txt__area {
  width: 50%;
  padding-right: 6.94vw;
}
@media (max-width: 599px) {
  .movie .section__inner .flex .txt__area {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}
.movie .section__inner .flex .txt__area .sub-ttl {
  display: inline-block;
  color: #00856d;
  font-size: 1.53vw;
  font-weight: 800;
  padding-bottom: 5px;
  border-bottom: dotted 2px #00856d;
  padding-top: 0;
  font-family: Noto Sans JP, sans-serif;
}
@media (max-width: 599px) {
  .movie .section__inner .flex .txt__area .sub-ttl {
    font-size: 4.8vw;
  }
}
.movie .section__inner .flex .txt__area h2 {
  font-size: 2.64vw;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.5;
  padding-top: 30px;
  font-family: Noto Sans JP, sans-serif;
}
@media (min-width: 1441px) {
  .movie .section__inner .flex .txt__area h2 {
    font-size: 38px;
  }
}
@media (max-width: 599px) {
  .movie .section__inner .flex .txt__area h2 {
    font-size: 6.13vw;
    padding-top: 30px;
    font-weight: 600;
  }
}
@media (max-width: 599px) {
  .movie .section__inner .flex .txt__area h2 br {
    display: none;
  }
}
.movie .section__inner .flex .txt__area p {
  padding-top: 50px;
  font-size: 1.04167vw;
}
@media (max-width: 599px) {
  .movie .section__inner .flex .txt__area p {
    font-size: 3.46666vw;
    padding-top: 30px;
    text-align: left;
  }
}
.movie .section__inner .flex .movie__area {
  width: 50%;
}
@media (max-width: 599px) {
  .movie .section__inner .flex .movie__area {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 599px) {
  .movie .section__inner .flex .movie__area iframe {
    width: 100%;
    height: 51.33vw;
  }
}

.cv {
  padding: 6.25vw 0 4.86vw;
  background-image: url(../assets/images/kv.png);
  background-size: cover;
  text-align: center;
  position: relative;
}
@media (max-width: 599px) {
  .cv {
    padding: 18.67vw 4.8vw 16vw;
    background-position: -130vw;
  }
}
.cv .back__ttl {
  top: 50%;
  transform: translateY(-50%);
  left: -1vw;
  position: absolute;
  font-size: 8.89vw;
  font-weight: 600;
  font-family: acumin-pro, sans-serif;
  color: #0a483d;
  opacity: 0.1;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: Noto Sans JP, sans-serif;
}
@media (max-width: 599px) {
  .cv .back__ttl {
    font-size: 23.33vw;
  }
}
.cv h2 {
  color: #fcd93f;
  font-size: 1.81vw;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding-bottom: 35px;
  font-family: Noto Sans JP, sans-serif;
}
@media (max-width: 599px) {
  .cv h2 {
    font-size: 5.6vw;
    text-align: center;
  }
}
.cv .sub__ttl {
  color: #ffffff;
  font-size: 2.22vw;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 599px) {
  .cv .sub__ttl {
    font-size: 5.07vw;
  }
}
.cv .sub__ttl span {
  display: inline-block;
  position: relative;
  font-size: 4.03vw;
  letter-spacing: 0.05em;
}
@media (max-width: 599px) {
  .cv .sub__ttl span {
    font-size: 9.07vw;
    padding-top: 10px;
    padding-left: 4.5vw;
  }
}
.cv .sub__ttl span::before {
  content: "";
  display: block;
  margin: 0 auto 15px;
  width: 13.47vw;
  height: 0.56vw;
  background-image: url(../assets/images/dot-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 599px) {
  .cv .sub__ttl span::before {
    margin: 0 auto 5px;
    width: 31.47vw;
    height: 1.56vw;
  }
}
.cv .flex {
  margin-top: 2.78vw;
  justify-content: center;
}
@media (max-width: 599px) {
  .cv .flex {
    margin-top: 30px;
  }
}
.cv .flex div {
  border-right: 1px solid #0a483d;
  padding: 0 2.083vw;
}
@media (max-width: 599px) {
  .cv .flex div {
    width: 33.333%;
    padding: 0;
  }
}
.cv .flex div:last-child {
  border-right: none;
}
.cv .flex div .num {
  font-size: 0.902777vw;
  color: #fcd93f;
  font-family: acumin-pro, sans-serif;
  color: #fcd93f;
  font-weight: 600;
  text-align: center;
  padding-top: 0;
}
@media (max-width: 599px) {
  .cv .flex div .num {
    font-size: 3.2vw;
  }
}
.cv .flex div .num span {
  font-size: 1.53vw;
  padding-left: 3px;
}
@media (max-width: 599px) {
  .cv .flex div .num span {
    font-size: 5.07vw;
    padding-top: 15px;
    padding-left: 3px;
  }
}
.cv .flex div .txt {
  font-size: 1.25vw;
  color: #ffffff;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  padding-left: 3px;
  padding-top: 0.69vw;
  line-height: 1.3;
}
@media (max-width: 599px) {
  .cv .flex div .txt {
    font-size: 4vw;
  }
}
.cv .cv__btn {
  position: relative;
  margin: 4.17vw auto 0;
  max-width: 31.94vw;
  z-index: 1;
}
@media (max-width: 599px) {
  .cv .cv__btn {
    max-width: 64vw;
    margin-top: 50px;
  }
}

.voice {
  padding: 8.33vw 0 10.42vw;
  background-color: #e6e6e6;
}
@media (max-width: 599px) {
  .voice {
    padding: 24vw 0 24vw;
  }
}
.voice .section__inner {
  padding: 0 6.25vw;
}
@media (max-width: 599px) {
  .voice .section__inner {
    padding: 0 4.8vw;
  }
}
.voice .section__inner .back__ttl {
  top: 5.55555vw;
  right: -1vw;
  position: absolute;
  font-size: 8.88888vw;
  font-weight: 600;
  font-family: acumin-pro, sans-serif;
  color: #0a483d;
  opacity: 0.05;
  letter-spacing: 0.05em;
  line-height: 1;
}
.voice .section__inner .ttl__wrapper {
  position: relative;
  margin-top: 1.7361vw;
  text-align: center;
  z-index: 1;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .voice .section__inner .ttl__wrapper {
    margin-bottom: 10px;
  }
}
.voice .section__inner .ttl__wrapper h2 {
  color: #00856d;
  font-size: 1.11111vw;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-family: Noto Sans JP, sans-serif;
}
@media (max-width: 599px) {
  .voice .section__inner .ttl__wrapper h2 {
    font-size: 4vw;
  }
}
.voice .section__inner .ttl__wrapper h3 {
  font-size: 2.64vw;
  color: #00856d;
  font-weight: 600;
  line-height: 1.45;
  padding-top: 2.77777vw;
  letter-spacing: 0.05em;
  font-family: Noto Sans JP, sans-serif;
}
@media (max-width: 599px) {
  .voice .section__inner .ttl__wrapper h3 {
    font-size: 6.13vw;
    padding-top: 30px;
    color: #333333;
  }
}
.voice .section__inner .voice__list .voice__wrapper {
  background-color: #ffffff;
  width: 75vw;
  margin-top: 70px;
  padding: 4.51vw 4.17vw 4.51vw 3.47vw;
  border-radius: 40px 40px 40px 0px;
}
@media (max-width: 599px) {
  .voice .section__inner .voice__list .voice__wrapper {
    transform: none;
    width: 100%;
    flex-wrap: wrap;
    padding: 35px 15px 30px;
    border-radius: 5px;
    margin-top: 10.67vw;
  }
}
.voice .section__inner .voice__list .voice__wrapper:nth-child(2n+1) {
  transform: translateX(12.5vw);
  border-radius: 40px 40px 0 40px;
}
@media (max-width: 599px) {
  .voice .section__inner .voice__list .voice__wrapper:nth-child(2n+1) {
    transform: translateX(0);
    border-radius: 5px;
  }
}
.voice .section__inner .voice__list .voice__wrapper .voice-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 3.47vw;
}
@media (max-width: 599px) {
  .voice .section__inner .voice__list .voice__wrapper .voice-head {
    display: block;
  }
}
.voice .section__inner .voice__list .voice__wrapper .voice-head .logo {
  width: auto;
  margin-right: 30px;
}
@media (max-width: 599px) {
  .voice .section__inner .voice__list .voice__wrapper .voice-head .logo {
    margin-right: 0;
  }
}
.voice .section__inner .voice__list .voice__wrapper .voice-head .logo img {
  width: 16.667vw;
}
@media (max-width: 599px) {
  .voice .section__inner .voice__list .voice__wrapper .voice-head .logo img {
    width: 180px;
    display: block;
    margin: 0 auto;
  }
}
.voice .section__inner .voice__list .voice__wrapper .voice-head h2 {
  font-size: 0.97222vw;
  font-weight: 400;
  font-family: Noto Sans JP, sans-serif;
  letter-spacing: 0.03em;
}
@media (max-width: 599px) {
  .voice .section__inner .voice__list .voice__wrapper .voice-head h2 {
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 15px;
    text-align: center;
  }
}
.voice .section__inner .voice__list .voice__wrapper .voice-head h2 span {
  display: inline-block;
  font-weight: 600;
  padding-left: 2em;
}
@media (max-width: 599px) {
  .voice .section__inner .voice__list .voice__wrapper .voice-head h2 span {
    display: block;
    font-size: 3.73333vw;
    padding-left: 0;
  }
}
.voice .section__inner .voice__list .voice__wrapper .voice-item-wrapper {
  padding-left: 20px;
}
@media (max-width: 599px) {
  .voice .section__inner .voice__list .voice__wrapper .voice-item-wrapper {
    padding-left: 0;
  }
}
.voice .section__inner .voice__list .voice__wrapper .voice-item-wrapper .voice-item {
  margin-top: 3.47vw;
}
@media (max-width: 599px) {
  .voice .section__inner .voice__list .voice__wrapper .voice-item-wrapper .voice-item {
    margin-top: 45px;
  }
}
.voice .section__inner .voice__list .voice__wrapper .voice-item-wrapper .voice-item h3 {
  font-size: 1.11111vw;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .voice .section__inner .voice__list .voice__wrapper .voice-item-wrapper .voice-item h3 {
    font-size: 3.73333vw;
    line-height: 1.4;
  }
}
.voice .section__inner .voice__list .voice__wrapper .voice-item-wrapper .voice-item h3::before {
  flex-shrink: 0;
  display: inline-block;
  content: "";
  width: 1.67vw;
  height: 1.67vw;
  background-image: url(../assets/images/voice-q.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}
@media (max-width: 599px) {
  .voice .section__inner .voice__list .voice__wrapper .voice-item-wrapper .voice-item h3::before {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    margin-right: 8px;
  }
}
.voice .section__inner .voice__list .voice__wrapper .voice-item-wrapper .voice-item p {
  font-size: 0.902777vw;
  padding-top: 10px;
}
@media (max-width: 599px) {
  .voice .section__inner .voice__list .voice__wrapper .voice-item-wrapper .voice-item p {
    font-size: 3.46666vw;
  }
}

.flow {
  position: relative;
  background-color: #fafafa;
  z-index: 0;
  padding: 8.125vw 0;
}
@media (max-width: 599px) {
  .flow {
    padding: 26.67vw 0 24vw;
  }
}
.flow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../assets/images/dot-3.svg);
  background-repeat: repeat;
  z-index: -1;
}
.flow .section__inner {
  padding: 0 11.81vw;
}
@media (max-width: 599px) {
  .flow .section__inner {
    padding: 0 4.8vw;
  }
}
@media (min-width: 1441px) {
  .flow .section__inner {
    padding: 0 3vw;
  }
}
.flow .section__inner .back__ttl {
  top: 5.55555vw;
  right: -1vw;
  position: absolute;
  font-size: 8.88888vw;
  font-weight: 600;
  font-family: acumin-pro, sans-serif;
  color: #0a483d;
  opacity: 0.05;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 599px) {
  .flow .section__inner .back__ttl {
    font-size: 23.33vw;
    top: 15vw;
  }
}
.flow .section__inner .ttl__wrapper {
  position: relative;
  margin-top: 1.7361vw;
  text-align: center;
  z-index: 1;
}
.flow .section__inner .ttl__wrapper h2 {
  color: #00856d;
  font-size: 1.11111vw;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-family: Noto Sans JP, sans-serif;
}
@media (max-width: 599px) {
  .flow .section__inner .ttl__wrapper h2 {
    font-size: 4vw;
  }
}
.flow .section__inner .ttl__wrapper h3 {
  font-size: 2.64vw;
  color: #333333;
  font-weight: 600;
  line-height: 1.45;
  padding-top: 2.77777vw;
  letter-spacing: 0.05em;
  font-family: Noto Sans JP, sans-serif;
}
@media (max-width: 599px) {
  .flow .section__inner .ttl__wrapper h3 {
    font-size: 6.13vw;
    padding-top: 30px;
  }
}
.flow .section__inner .ttl__wrapper p {
  padding-top: 3.47222vw;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  font-size: 1.04167vw;
  line-height: 2;
}
.flow .section__inner .ttl__wrapper p .weight_bold {
  font-weight: 700;
}
.flow .section__inner .flex {
  position: relative;
  margin-top: 30px;
  padding: 2.78vw 4.17vw;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.0862745098);
}
@media (max-width: 599px) {
  .flow .section__inner .flex {
    margin-top: 60px;
    padding: 55px 15px 30px;
    border-radius: 5px;
  }
}
.flow .section__inner .flex:nth-child(3) {
  margin-top: 100px;
}
@media (max-width: 599px) {
  .flow .section__inner .flex:nth-child(3) {
    margin-top: 60px;
  }
}
.flow .section__inner .flex .step {
  width: 4.31vw;
  height: 4.31vw;
  background-color: #00856d;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  position: relative;
}
@media (max-width: 599px) {
  .flow .section__inner .flex .step {
    width: 15.33vw;
    height: 15.33vw;
    position: absolute;
    top: -6.5vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.flow .section__inner .flex .step::after {
  position: absolute;
  top: 5vw;
  left: 48%;
  transform: translateX(-50%);
  display: block;
  content: "";
  background-image: url(../assets/images/dot.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
}
@media (max-width: 599px) {
  .flow .section__inner .flex .step::after {
    display: none;
  }
}
.flow .section__inner .flex .step p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.67vw;
  line-height: 1;
  padding-top: 0.83vw;
}
@media (max-width: 599px) {
  .flow .section__inner .flex .step p {
    font-size: 5.87vw;
    padding-top: 3.2vw;
  }
}
.flow .section__inner .flex .step p span {
  display: block;
  font-size: 0.83333vw;
  line-height: 1;
}
@media (max-width: 599px) {
  .flow .section__inner .flex .step p span {
    font-size: 2.93vw;
  }
}
.flow .section__inner .flex .txt__area {
  width: 78.18%;
  margin-left: 2.64vw;
}
@media (max-width: 599px) {
  .flow .section__inner .flex .txt__area {
    width: 100%;
    margin-left: 0;
  }
}
.flow .section__inner .flex .txt__area .ttl {
  font-size: 1.11111vw;
  font-weight: 700;
  line-height: 1;
  padding-top: 0;
}
@media (max-width: 599px) {
  .flow .section__inner .flex .txt__area .ttl {
    font-size: 4vw;
    line-height: 1.5;
  }
}
.flow .section__inner .flex .txt__area p {
  padding-top: 20px;
  line-height: 1.8;
  font-size: 0.902777vw;
}
@media (max-width: 599px) {
  .flow .section__inner .flex .txt__area p {
    font-size: 3.46666vw;
  }
}

/* よくある質問 */
.qa {
  padding: 8.33vw 0;
}
@media (max-width: 599px) {
  .qa {
    padding: 24vw 0 24vw;
  }
}
.qa .section__inner {
  padding: 0 17.36vw;
}
@media (max-width: 599px) {
  .qa .section__inner {
    padding: 0 2.5vw;
  }
}
@media (min-width: 1441px) {
  .qa .section__inner {
    padding: 0 3vw;
  }
}
.qa .section__inner .back__ttl {
  top: 5.55555vw;
  right: -1vw;
  position: absolute;
  font-size: 8.88888vw;
  font-weight: 600;
  font-family: acumin-pro, sans-serif;
  color: #0a483d;
  opacity: 0.05;
  letter-spacing: 0.05em;
  line-height: 1;
}
.qa .section__inner .ttl__wrapper {
  position: relative;
  margin-top: 1.7361vw;
  text-align: center;
  z-index: 1;
}
.qa .section__inner .ttl__wrapper h2 {
  color: #00856d;
  font-size: 1.11111vw;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-family: Noto Sans JP, sans-serif;
}
@media (max-width: 599px) {
  .qa .section__inner .ttl__wrapper h2 {
    font-size: 4vw;
  }
}
.qa .section__inner .ttl__wrapper h3 {
  font-size: 2.64vw;
  color: #333333;
  font-weight: 600;
  line-height: 1.45;
  padding-top: 2.77777vw;
  letter-spacing: 0.05em;
  font-family: Noto Sans JP, sans-serif;
}
@media (max-width: 599px) {
  .qa .section__inner .ttl__wrapper h3 {
    font-size: 6.13vw;
    padding-top: 30px;
  }
}
.qa .section__inner .ttl__wrapper p {
  padding-top: 3.47222vw;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  font-size: 1.04167vw;
  line-height: 2;
}
.qa .section__inner .ttl__wrapper p .weight_bold {
  font-weight: 700;
}
.qa .section__inner .faq-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}
.qa .section__inner .faq-item:last-of-type {
  margin-bottom: 0;
}
.qa .section__inner .faq-item:nth-child(2) {
  margin-top: 100px;
}
@media (max-width: 599px) {
  .qa .section__inner .faq-item:nth-child(2) {
    margin-top: 40px;
  }
}
.qa .section__inner .faq-item .faq-headline {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 2.633% 3.948%;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.0862745098);
  cursor: pointer;
}
.qa .section__inner .faq-item .faq-headline::before {
  content: "Q";
  margin-right: 20px;
  font-family: acumin-pro, sans-serif;
  font-weight: 600;
  font-size: 1.666666vw;
  color: #00856d;
}
@media (max-width: 599px) {
  .qa .section__inner .faq-item .faq-headline::before {
    font-size: 5.33vw;
    margin-right: 12px;
  }
}
.qa .section__inner .faq-item .faq-headline::after {
  content: "";
  width: 1.459vw;
  height: 1.459vw;
  margin-left: auto;
  background-image: url(../assets/images/icon_plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.25s linear;
}
@media (min-width: 1441px) {
  .qa .section__inner .faq-item .faq-headline::after {
    width: 21px;
    height: 21px;
  }
}
@media (max-width: 599px) {
  .qa .section__inner .faq-item .faq-headline::after {
    width: 20px;
    height: 20px;
  }
}
.qa .section__inner .faq-item .faq-headline .q-text {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 1.04167vw;
}
@media (max-width: 599px) {
  .qa .section__inner .faq-item .faq-headline .q-text {
    font-size: 3.73333vw;
    line-height: 1.6;
    width: 100vw;
    padding-right: 12px;
  }
}
.qa .section__inner .faq-item .faq-headline.js-open {
  background-color: #00856d;
  border-radius: 5px 5px 0 0;
  transition: all 0.25s linear;
}
.qa .section__inner .faq-item .faq-headline.js-open::before {
  color: #fff;
  transition: all 0.25s linear;
}
.qa .section__inner .faq-item .faq-headline.js-open::after {
  background-image: url(../assets/images/icon_minus.svg);
}
.qa .section__inner .faq-item .faq-headline.js-open .q-text {
  color: #fff;
  transition: all 0.25s linear;
}
.qa .section__inner .faq-item .answer-hide {
  display: none;
}
.qa .section__inner .faq-item .answer-hide .answer-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 3.75% 3.948%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0862745098);
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}
.qa .section__inner .faq-item .answer-hide .answer-wrap::before {
  content: "A";
  margin-top: 5px;
  margin-right: 20px;
  font-family: acumin-pro, sans-serif;
  font-weight: 600;
  font-size: 1.666666vw;
  color: #b2b2b2;
}
@media (max-width: 599px) {
  .qa .section__inner .faq-item .answer-hide .answer-wrap::before {
    font-size: 5.333vw;
    margin-right: 12px;
  }
}
.qa .section__inner .faq-item .answer-hide .answer-wrap .a-text {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  font-size: 0.902777vw;
  line-height: 1.8;
}
@media (max-width: 599px) {
  .qa .section__inner .faq-item .answer-hide .answer-wrap .a-text {
    font-size: 3.46666vw;
    line-height: 1.7;
  }
}

.contact {
  padding: 8.33vw 0 6.94vw;
  background-color: #00856d;
}
@media (max-width: 599px) {
  .contact {
    padding: 24vw 0 24vw;
  }
}
.contact .section__inner {
  padding: 0 11.81vw;
}
@media (max-width: 599px) {
  .contact .section__inner {
    padding: 0 4.8vw;
  }
}
@media (min-width: 1441px) {
  .contact .section__inner {
    padding: 0 3vw;
  }
}
.contact .section__inner .ttl__wrapper {
  position: relative;
  margin-top: 1.7361vw;
  text-align: center;
  z-index: 1;
}
.contact .section__inner .ttl__wrapper h2 {
  color: #fcd93f;
  font-size: 1.11111vw;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-family: Noto Sans JP, sans-serif;
}
@media (max-width: 599px) {
  .contact .section__inner .ttl__wrapper h2 {
    font-size: 4vw;
  }
}
.contact .section__inner .ttl__wrapper h3 {
  font-size: 2.64vw;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.45;
  padding-top: 2.77777vw;
  letter-spacing: 0.05em;
  font-family: Noto Sans JP, sans-serif;
}
@media (max-width: 599px) {
  .contact .section__inner .ttl__wrapper h3 {
    font-size: 6.13vw;
    padding-top: 30px;
  }
}
.contact .section__inner .ttl__wrapper p {
  padding-top: 3.47222vw;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  font-size: 1.04167vw;
  line-height: 2;
}
.contact .section__inner .ttl__wrapper p .weight_bold {
  font-weight: 700;
}
.contact .section__inner .form__area {
  margin-top: 4.17vw;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 4.17vw 5.56vw 6.25vw;
}
@media (max-width: 599px) {
  .contact .section__inner .form__area {
    margin-top: 30px;
    padding: 30px 12px 50px;
  }
}
.contact .section__inner .form__area .contact__description {
  margin-bottom: 60px;
  text-align: center;
  font-size: 1.25vw;
  font-weight: 600;
}
@media (max-width: 599px) {
  .contact .section__inner .form__area .contact__description {
    font-size: 4.26666vw;
  }
}
.contact .section__inner .form__area .Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  min-width: 48px;
  display: inline-block;
  text-align: center;
  background: #c70a09;
  color: #fff;
  font-size: 14px;
}
.contact .section__inner .form__area .Form-Item input,
.contact .section__inner .form__area .Form-Item textarea,
.contact .section__inner .form__area .Form-Item select,
.contact .section__inner .form__area .Form-Item3 input,
.contact .section__inner .form__area .Form-Item3 select {
  font-size: 16px;
  display: block;
  background: #ddd;
  width: 100%;
  margin-top: 10px;
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
}
.contact .section__inner .form__area input[type=checkbox] {
  display: inline-block;
  content: "";
  width: 1rem;
  height: 1rem;
  border: 1px solid #555;
  margin: -0.125rem 1.5rem 0 10px;
  vertical-align: middle;
}
.contact .section__inner .form__area .wpcf7-date {
  width: 100% !important;
  margin: 0 0 10px 0;
}
.contact .section__inner .form__area .wpcf7-date::before {
  content: "日付を選択してください";
  font-size: 12px;
}
.contact .section__inner .cv__btn {
  position: relative;
  margin: 5vw auto 0;
  padding: 1rem;
  max-width: 22.94vw;
  z-index: 1;
}
@media (max-width: 599px) {
  .contact .section__inner .cv__btn {
    max-width: 64vw;
    margin-top: 50px;
  }
}

/*---------- Utility ----------*/
.u-visible {
  overflow: visible !important;
}
@media (max-width: 599px) {
  .u-visible {
    overflow: hidden !important;
  }
}

.u-br-sp-view {
  display: none;
}
@media (max-width: 599px) {
  .u-br-sp-view {
    display: initial;
  }
}

.u-block-sp-view {
  display: none;
}
@media (max-width: 599px) {
  .u-block-sp-view {
    display: block;
  }
}

.u-inline-block-sp-view {
  display: none;
}
@media (max-width: 599px) {
  .u-inline-block-sp-view {
    display: inline-block;
  }
}

.u-news-item-margin30 {
  margin-bottom: 0 !important;
}
@media (max-width: 599px) {
  .u-news-item-margin30 {
    margin-bottom: 30px !important;
  }
}
/*# sourceMappingURL=index.css.map */