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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

* {
  line-height: 1.5;
  list-style: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background: #323232;
}

@media screen and (max-width: 767px) {
  .pc-on {
    display: none;
  }
}

.tb-on {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tb-on {
    display: block;
  }
}

.sp-on {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-on {
    display: block;
  }
}

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

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.dib {
  display: inline-block;
}

.section_inner {
  max-width: 1440px;
  margin-inline: auto;
}

.inner {
  max-width: calc(1200px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}

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

div.section_title {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  color: #D3D3D3;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1439px) {
  div.section_title {
    font-size: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
div.section_title::before {
  content: "";
  display: inline-block;
  width: 140px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 1439px) {
  div.section_title::before {
    width: max(43px, 43px + 97 * (100vw - 390px) / 1049);
  }
}

.title_bg_white {
  background: #fff;
  color: #027D8B;
  font-family: "Yu Gothic", sans-serif;
  font-size: 36px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 1.5px 20px;
  position: relative;
  -webkit-box-shadow: 10px 10px 0 #027D8B;
          box-shadow: 10px 10px 0 #027D8B;
}
@media screen and (max-width: 1439px) {
  .title_bg_white {
    font-size: max(20px, 20px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .title_bg_white {
    padding: 1.5px 8px;
    -webkit-box-shadow: 6px 6px 0 #027D8B;
            box-shadow: 6px 6px 0 #027D8B;
  }
}

.cta_wrap {
  max-width: 640px;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .cta_wrap {
    max-width: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .cta_wrap .cta_text {
    width: 94.1vw;
  }
}
@media screen and (max-width: 767px) {
  .cta_wrap .cta_gold {
    width: 86.41vw;
  }
}

.green {
  color: #027D8B;
}

.bg_green {
  background: #027D8B;
}

.gold {
  color: #C29243;
}

.bg_gold {
  background: #C29243;
}

a {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
a:hover {
  opacity: 0.7;
}

.fade-in,
.fade-in-up,
.fade-in-left,
.fade-in-right {
  opacity: 0;
}
.fade-in.is-visible,
.fade-in-up.is-visible,
.fade-in-left.is-visible,
.fade-in-right.is-visible {
  opacity: 1;
}

.fade-in-up {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.fade-in-up.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in-left {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.fade-in-left.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fade-in-right {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.fade-in-right.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

header {
  background: #222;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1000;
  height: 60px;
}
@media screen and (max-width: 767px) {
  header {
    height: 50px;
  }
}
header .header_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  padding-right: 60px;
  height: 100%;
  margin-inline: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* ハンバーガーボタン */
}
@media screen and (max-width: 1439px) {
  header .header_inner {
    padding-right: max(20px, 20px + 40 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  header .header_inner {
    padding-right: 0;
    height: 50px;
  }
}
header .header_inner .header_logo img {
  width: 193px;
}
@media screen and (max-width: 1439px) {
  header .header_inner .header_logo img {
    width: max(113px, 113px + 80 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  header .header_inner .header_logo img {
    width: max(100px, 100px + 13 * (100vw - 320px) / 69);
  }
}
header .header_inner nav.main-nav {
  position: relative;
}
header .header_inner nav.main-nav .nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 42px;
}
@media screen and (max-width: 1439px) {
  header .header_inner nav.main-nav .nav-menu {
    gap: max(20px, 20px + 22 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  header .header_inner nav.main-nav .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    max-width: 300px;
    height: 100%;
    background: #222222;
    padding: 20px;
    padding-top: 70px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    z-index: -1;
  }
}
header .header_inner nav.main-nav .nav-menu li {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  header .header_inner nav.main-nav .nav-menu li {
    font-size: max(14px, 14px + 6 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  header .header_inner nav.main-nav .nav-menu li {
    font-size: 16px;
  }
}
header .header_inner nav.main-nav .nav-menu.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
header .header_inner nav.main-nav .mobile-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  header .header_inner nav.main-nav .mobile-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header .header_inner nav.main-nav .mobile-nav .cta_header {
  width: 155px;
  margin-right: 12px;
}
@media screen and (max-width: 389px) {
  header .header_inner nav.main-nav .mobile-nav .cta_header {
    width: max(130px, 130px + 25 * (100vw - 320px) / 69);
  }
}
header .header_inner .hamburger-btn {
  background: none;
  border: none;
  cursor: pointer;
}

/* オーバーレイ */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 998;
  cursor: pointer;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

#fv {
  position: relative;
}
#fv .fv_img {
  width: 100vw;
}
#fv .fv_cta_wrap {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 1.7381vw;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  #fv .fv_cta_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    bottom: 5.64vw;
  }
}
#fv .fv_cta_wrap .cta_text {
  width: 45.27vw;
}
@media screen and (max-width: 767px) {
  #fv .fv_cta_wrap .cta_text {
    width: 94.1vw;
  }
}
#fv .fv_cta_wrap .cta_black {
  width: 44.375vw;
}
@media screen and (max-width: 767px) {
  #fv .fv_cta_wrap .cta_black {
    width: 86.41vw;
  }
}

.about {
  position: relative;
  padding: 64px 0;
}
@media screen and (max-width: 1439px) {
  .about {
    padding: max(32px, 32px + 32 * (100vw - 390px) / 1049) 0;
  }
}
.about::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/whats_bg.webp) no-repeat center/cover;
  opacity: 0.2;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about::after {
    background: url(../img/whats_bg_sp.webp) no-repeat center/cover;
  }
}
.about .section_title {
  position: relative;
  color: #9F9F9F;
}
.about .section_title::after {
  content: "";
  display: block;
  max-width: 1170px;
  width: 81.25vw;
  height: 395px;
  background: -webkit-gradient(linear, right bottom, left top, from(#000), to(rgba(0, 0, 0, 0.15)));
  background: -webkit-linear-gradient(right bottom, #000, rgba(0, 0, 0, 0.15));
  background: linear-gradient(to left top, #000, rgba(0, 0, 0, 0.15));
  position: absolute;
  bottom: -30px;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 1439px) {
  .about .section_title::after {
    bottom: min(-15px, -15px + -15 * (100vw - 768px) / 671);
    height: max(240px, 240px + 155 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .about .section_title::after {
    display: none;
  }
}
.about .problems .section_title::after {
  background: -webkit-gradient(linear, left bottom, right top, from(#000), to(rgba(0, 0, 0, 0.23)));
  background: -webkit-linear-gradient(left bottom, #000, rgba(0, 0, 0, 0.23));
  background: linear-gradient(to right top, #000, rgba(0, 0, 0, 0.23));
}
.about .inner {
  padding: 0;
  max-width: none;
  padding-left: 140px;
}
@media screen and (max-width: 1439px) {
  .about .inner {
    padding-left: max(20px, 20px + 120 * (100vw - 768px) / 671);
  }
}
.about #problems {
  margin-top: 128px;
}
@media screen and (max-width: 1439px) {
  .about #problems {
    margin-top: max(64px, 64px + 64 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .about #problems {
    margin-top: 32px;
  }
}
.about .whats_wrap, .about .problems_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 72px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .about .whats_wrap, .about .problems_wrap {
    margin-top: max(36px, 36px + 36 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .about .whats_wrap, .about .problems_wrap {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about .whats_wrap .text_wrap, .about .problems_wrap .text_wrap {
  font-family: "Yu Gothic", sans-serif;
}
.about .whats_wrap .text_wrap h3, .about .problems_wrap .text_wrap h3 {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1439px) {
  .about .whats_wrap .text_wrap h3, .about .problems_wrap .text_wrap h3 {
    font-size: max(24px, 24px + 16 * (100vw - 768px) / 671);
  }
}
.about .whats_wrap .text_wrap p, .about .problems_wrap .text_wrap p {
  margin-top: 8px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1439px) {
  .about .whats_wrap .text_wrap p, .about .problems_wrap .text_wrap p {
    font-size: max(14px, 14px + 6 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .about .whats_wrap .text_wrap p, .about .problems_wrap .text_wrap p {
    line-height: 1.7142857143;
  }
}
.about .whats_wrap .img_wrap, .about .problems_wrap .img_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about .whats_wrap .img_wrap img, .about .problems_wrap .img_wrap img {
  width: 100%;
}
.about .whats_wrap {
  max-width: 1305px;
  padding-right: 55px;
  gap: 27px;
}
@media screen and (max-width: 1439px) {
  .about .whats_wrap {
    padding-right: max(20px, 20px + 35 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .about .whats_wrap {
    gap: 16px;
  }
}
.about .whats_wrap .text_wrap {
  width: 38.64%;
}
@media screen and (max-width: 1024px) {
  .about .whats_wrap .text_wrap {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .about .whats_wrap .text_wrap {
    width: 100%;
  }
}
.about .whats_wrap .img_wrap {
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .about .whats_wrap .img_wrap {
    margin-top: 0;
  }
}
.about .problems_wrap {
  max-width: 1295px;
  padding-right: 85px;
  gap: 13px;
}
@media screen and (max-width: 1439px) {
  .about .problems_wrap {
    padding-right: max(20px, 20px + 65 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .about .problems_wrap {
    gap: 16px;
  }
}
.about .problems_wrap .text_wrap {
  width: 43.12%;
}
@media screen and (max-width: 1024px) {
  .about .problems_wrap .text_wrap {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .about .problems_wrap .text_wrap {
    width: 100%;
  }
}
.about .problems_wrap .img_wrap {
  margin-top: 130px;
}
@media screen and (max-width: 1439px) {
  .about .problems_wrap .img_wrap {
    margin-top: max(68px, 68px + 62 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .about .problems_wrap .img_wrap {
    margin-top: 0;
  }
}
.about .cta_wrap {
  margin-top: 77px;
}
@media screen and (max-width: 1439px) {
  .about .cta_wrap {
    margin-top: max(32px, 32px + 45 * (100vw - 390px) / 1049);
  }
}

#service {
  padding: 50px 0 80px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  #service {
    padding: max(32px, 32px + 18 * (100vw - 390px) / 1049) 0 max(32px, 32px + 48 * (100vw - 390px) / 1049);
  }
}
#service::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/service_bg.webp) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #service::after {
    background: url(../img/service_bg_sp.webp) no-repeat center/cover;
  }
}
#service h2 {
  text-align: center;
  font-size: 52px;
  font-weight: bold;
  font-family: "Yu Gothic", sans-serif;
  margin-top: 32px;
}
@media screen and (max-width: 1439px) {
  #service h2 {
    font-size: max(24px, 24px + 28 * (100vw - 390px) / 1049);
    margin-top: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
#service .link_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  margin-top: 50px;
  padding: 0 20px;
}
@media screen and (max-width: 1439px) {
  #service .link_wrap {
    gap: max(16px, 16px + 16 * (100vw - 390px) / 1049);
    margin-top: max(16px, 16px + 34 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  #service .link_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#service .link_wrap a {
  max-width: 580px;
  padding: 32px 0;
  font-size: 28px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
  background: #027D8B;
  border-radius: 4px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  #service .link_wrap a {
    font-size: max(16px, 16px + 12 * (100vw - 390px) / 1049);
    padding: max(14px, 14px + 18 * (100vw - 390px) / 1049) 0;
  }
}
@media screen and (max-width: 767px) {
  #service .link_wrap a {
    width: 71.79vw;
    min-width: 280px;
  }
}
@media screen and (max-width: 500px) {
  #service .link_wrap a {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 14px;
  }
}
#service .link_wrap a::after {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  background: url(../img/icon_double-down.svg) no-repeat center/contain;
}
#service #service01 {
  margin-top: 64px;
}
@media screen and (max-width: 1439px) {
  #service #service01 {
    margin-top: max(32px, 32px + 32 * (100vw - 390px) / 1049);
  }
}
#service #service02 {
  margin-top: 64px;
}
@media screen and (max-width: 1439px) {
  #service #service02 {
    margin-top: max(32px, 32px + 32 * (100vw - 390px) / 1049);
  }
}
#service .service_wrap {
  position: relative;
  padding: 40px 0;
}
#service .service_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#service .service_wrap .service_wrap_inner {
  padding: 0 20px;
}
#service .service_wrap p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 42px;
  line-height: 1.2;
}
@media screen and (max-width: 1439px) {
  #service .service_wrap p {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
    margin-top: max(32px, 32px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  #service .service_wrap p {
    line-height: 1.1428571429;
  }
}
#service .service_wrap.service01_wrap {
  background: url(../img/service01_bg.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  #service .service_wrap.service01_wrap {
    background: url(../img/service01_bg_sp.webp) no-repeat center/cover;
  }
}
#service .service_wrap.service02_wrap {
  background: url(../img/service02_bg.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  #service .service_wrap.service02_wrap {
    background: url(../img/service02_bg_sp.webp) no-repeat center/cover;
  }
}
#service ul.service_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-width: 915px;
  margin-inline: auto;
  margin-top: 32px;
  padding: 0 20px;
}
@media screen and (max-width: 1439px) {
  #service ul.service_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  #service ul.service_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    max-width: 600px;
  }
}
#service ul.service_list li {
  background: #E6E6E6;
  border-radius: 4px;
  padding: 16px;
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  #service ul.service_list li {
    width: 100%;
  }
}
#service ul.service_list li h4 {
  font-size: 24px;
  font-weight: bold;
  background: #027D8B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 10px;
  border-radius: 4px;
  gap: 6px;
}
@media screen and (max-width: 1439px) {
  #service ul.service_list li h4 {
    font-size: max(18px, 18px + 6 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 389px) {
  #service ul.service_list li h4 {
    font-size: max(15px, 15px + 3 * (100vw - 320px) / 69);
  }
}
#service ul.service_list li h4 span.number {
  font-size: 32px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1439px) {
  #service ul.service_list li h4 span.number {
    font-size: max(18px, 18px + 14 * (100vw - 768px) / 671);
  }
}
#service ul.service_list li .text_wrap {
  padding: 0 6.5px;
}
#service ul.service_list li .text_wrap p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5555555556;
  color: #222222;
  font-family: "Yu Gothic", sans-serif;
}
@media screen and (max-width: 1439px) {
  #service ul.service_list li .text_wrap p {
    font-size: max(14px, 14px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  #service ul.service_list li .text_wrap p {
    line-height: 1.1428571429;
  }
}
#service .cta_wrap {
  margin-top: 90px;
}
@media screen and (max-width: 1439px) {
  #service .cta_wrap {
    margin-top: max(64px, 64px + 26 * (100vw - 390px) / 1049);
  }
}

#case {
  padding: 64px 0 100px;
}
@media screen and (max-width: 1439px) {
  #case {
    padding: max(32px, 32px + 32 * (100vw - 390px) / 1049) 0 max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
#case h2 {
  font-size: 40px;
  font-weight: bold;
  font-family: "Yu Gothic", sans-serif;
  text-align: center;
  margin-top: 32px;
}
@media screen and (max-width: 1439px) {
  #case h2 {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
    margin-top: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
#case .inner {
  max-width: calc(1250px + 10%);
}
#case .case_item {
  margin-top: 64px;
  border-radius: 4px;
  -webkit-box-shadow: 25px 25px 0 #027D8B;
          box-shadow: 25px 25px 0 #027D8B;
  background: #D3D3D3;
  padding: 32px 30px;
}
@media screen and (max-width: 1439px) {
  #case .case_item {
    margin-top: max(32px, 32px + 32 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  #case .case_item {
    -webkit-box-shadow: 10px 10px 0 #027D8B;
            box-shadow: 10px 10px 0 #027D8B;
  }
}
@media screen and (max-width: 389px) {
  #case .case_item {
    padding: max(20px, 20px + 12 * (100vw - 320px) / 69) max(20px, 20px + 10 * (100vw - 320px) / 69);
  }
}
#case .case_item .case_number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  border-radius: 50%;
  background: #027D8B;
  width: 78px;
  height: 78px;
  margin-inline: auto;
}
@media screen and (max-width: 389px) {
  #case .case_item .case_number {
    font-size: max(14px, 14px + 4 * (100vw - 320px) / 69);
    width: max(50px, 50px + 28 * (100vw - 320px) / 69);
    height: max(50px, 50px + 28 * (100vw - 320px) / 69);
  }
}
#case .case_item .case_number .number {
  font-size: 26px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 389px) {
  #case .case_item .case_number .number {
    font-size: max(18px, 18px + 8 * (100vw - 320px) / 69);
  }
}
#case .case_item .company_name {
  font-size: 20px;
  font-family: "yu Gothic", sans-serif;
  font-weight: bold;
  margin-top: 32px;
  padding: 10px 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background: #027D8B;
  border-radius: 4px;
}
@media screen and (max-width: 1439px) {
  #case .case_item .company_name {
    margin-top: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  #case .case_item .company_name {
    font-size: max(16px, 16px + 4 * (100vw - 320px) / 69);
  }
}
#case .case_item h3 {
  font-size: 36px;
  font-weight: bold;
  font-family: "Yu Gothic", sans-serif;
  text-align: center;
  margin-top: 32px;
  color: #222222;
}
@media screen and (max-width: 1439px) {
  #case .case_item h3 {
    font-size: max(20px, 20px + 16 * (100vw - 390px) / 1049);
    margin-top: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
#case .case_item .img_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 32px;
}
@media screen and (max-width: 1439px) {
  #case .case_item .img_wrap {
    margin-top: max(16px, 16px + 16 * (100vw - 390px) / 1049);
    gap: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  #case .case_item .img_wrap {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-inline: auto;
  }
}
#case .case_item .img_wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#case .case_item ul.step_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-top: 32px;
}
@media screen and (max-width: 1439px) {
  #case .case_item ul.step_list {
    margin-top: max(16px, 16px + 14 * (100vw - 390px) / 1049);
    gap: max(30px, 30px + 18 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  #case .case_item ul.step_list {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-inline: auto;
  }
}
#case .case_item ul.step_list li {
  background: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px;
}
@media screen and (max-width: 767px) {
  #case .case_item ul.step_list li {
    padding: 12px 18px;
  }
}
#case .case_item ul.step_list li h4 {
  font-size: 16px;
  font-weight: bold;
  font-family: "Yu Gothic", sans-serif;
  color: #027D8B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#case .case_item ul.step_list li h4::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
}
#case .case_item ul.step_list li:nth-of-type(1) h4::before {
  background: url(../img/icon_note-check.svg) no-repeat center/contain;
}
#case .case_item ul.step_list li:nth-of-type(2) h4::before {
  background: url(../img/icon_reader.svg) no-repeat center/contain;
}
#case .case_item ul.step_list li:nth-of-type(3) h4::before {
  background: url(../img/icon_star.svg) no-repeat center/contain;
}
#case .case_item ul.step_list li:not(:last-of-type) {
  position: relative;
}
#case .case_item ul.step_list li:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 11px;
  height: 61px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #BDBDBD;
  position: absolute;
  right: -24px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width: 1439px) {
  #case .case_item ul.step_list li:not(:last-of-type)::after {
    right: min(-15px, -15px + -9 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  #case .case_item ul.step_list li:not(:last-of-type)::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: min(-15px, -15px + -9 * (100vw - 390px) / 1049);
    -webkit-transform: translate(-50%, 50%) rotate(90deg);
            transform: translate(-50%, 50%) rotate(90deg);
  }
}
#case .case_item ul.step_list li p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  font-family: "Yu Gothic", sans-serif;
  line-height: 1.75;
}
@media screen and (max-width: 1439px) {
  #case .case_item ul.step_list li p {
    font-size: max(14px, 14px + 2 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  #case .case_item ul.step_list li p {
    line-height: 1.4285714286;
  }
}
#case .case_item .bg_gold {
  margin-top: 32px;
  padding: 30px 78px;
  font-size: 32px;
  font-weight: bold;
  font-family: "Yu Gothic", sans-serif;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1439px) {
  #case .case_item .bg_gold {
    font-size: max(14px, 14px + 18 * (100vw - 390px) / 1049);
    padding: max(20px, 20px + 10 * (100vw - 390px) / 1049) max(30px, 30px + 48 * (100vw - 390px) / 1049);
    margin-top: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
#case .case_item .bg_gold::before, #case .case_item .bg_gold::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background: #fff;
  top: 50%;
}
@media screen and (max-width: 1439px) {
  #case .case_item .bg_gold::before, #case .case_item .bg_gold::after {
    width: max(25px, 25px + 15 * (100vw - 390px) / 1049);
  }
}
#case .case_item .bg_gold::before {
  left: 39px;
  -webkit-transform: translateY(-50%) rotate(60deg);
          transform: translateY(-50%) rotate(60deg);
}
@media screen and (max-width: 1439px) {
  #case .case_item .bg_gold::before {
    left: max(15px, 15px + 24 * (100vw - 390px) / 1049);
  }
}
#case .case_item .bg_gold::after {
  right: 39px;
  -webkit-transform: translateY(-50%) rotate(-60deg);
          transform: translateY(-50%) rotate(-60deg);
}
@media screen and (max-width: 1439px) {
  #case .case_item .bg_gold::after {
    right: max(15px, 15px + 24 * (100vw - 390px) / 1049);
  }
}

#professionals {
  background: #027D8B;
  padding: 64px 0;
}
@media screen and (max-width: 1439px) {
  #professionals {
    padding: max(32px, 32px + 32 * (100vw - 390px) / 1049) 0;
  }
}
#professionals h2 {
  font-size: 40px;
  font-weight: bold;
  font-family: "Yu Gothic", sans-serif;
  text-align: center;
  margin-top: 32px;
}
@media screen and (max-width: 1439px) {
  #professionals h2 {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
    margin-top: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
#professionals .professionals_list_wrap {
  position: relative;
}
#professionals .professionals_list_wrap .arrow_wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  #professionals .professionals_list_wrap .arrow_wrap {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding: 0 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #professionals .professionals_list_wrap .arrow_wrap .prev, #professionals .professionals_list_wrap .arrow_wrap .next {
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  #professionals .scroll_wrap {
    overflow: scroll;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
#professionals ul.professionals_list {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  max-width: 1090px;
  margin-inline: auto;
  -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 screen and (max-width: 1439px) {
  #professionals ul.professionals_list {
    margin-top: max(32px, 32px + 32 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  #professionals ul.professionals_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: none;
    gap: 8px;
  }
}
#professionals ul.professionals_list li {
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  #professionals ul.professionals_list li {
    width: 244px;
  }
}
#professionals ul.professionals_list li::after {
  content: "";
  display: block;
  width: 39px;
  height: 39px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #3D3D3D;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  #professionals ul.professionals_list li::after {
    width: 20px;
    height: 20px;
  }
}
#professionals ul.professionals_list li .text_wrap {
  padding: 10px 12px 24px;
}
#professionals ul.professionals_list li .text_wrap h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Yu Gothic", sans-serif;
  color: #027D8B;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  #professionals ul.professionals_list li .text_wrap h3 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
#professionals ul.professionals_list li .text_wrap p {
  font-size: 20px;
  font-weight: bold;
  font-family: "Yu Gothic", sans-serif;
  color: #222222;
  margin-top: 8px;
}
@media screen and (max-width: 1439px) {
  #professionals ul.professionals_list li .text_wrap p {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}

#contact {
  padding: 64px 0;
}
@media screen and (max-width: 1439px) {
  #contact {
    padding: max(32px, 32px + 32 * (100vw - 390px) / 1049) 0;
  }
}
#contact h2 {
  font-size: 40px;
  font-weight: bold;
  font-family: "Yu Gothic", sans-serif;
  text-align: center;
  margin-top: 32px;
}
@media screen and (max-width: 1439px) {
  #contact h2 {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
    margin-top: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
#contact .form_wrap {
  max-width: 1045px;
  margin-inline: auto;
  padding: 100px 100px 80px;
  background: #E6E6E6;
  color: #222222;
  margin-top: 64px;
}
@media screen and (max-width: 1439px) {
  #contact .form_wrap {
    padding: max(24px, 24px + 76 * (100vw - 390px) / 1049) max(20px, 20px + 80 * (100vw - 390px) / 1049) max(40px, 40px + 40 * (100vw - 390px) / 1049);
    margin-top: max(32px, 32px + 32 * (100vw - 390px) / 1049);
  }
}
#contact .form_wrap form .form_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form .form_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
#contact .form_wrap form .form_item:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 1439px) {
  #contact .form_wrap form .form_item:not(:first-of-type) {
    margin-top: max(40px, 40px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  #contact .form_wrap form .form_item:not(:first-of-type) {
    margin-top: max(20px, 20px + 20 * (100vw - 320px) / 69);
  }
}
#contact .form_wrap form .form_item::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #DCDCDC;
  position: absolute;
  left: 0;
  bottom: -40px;
}
@media screen and (max-width: 1439px) {
  #contact .form_wrap form .form_item::before {
    bottom: min(-20px, -20px + -20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form .form_item::before {
    bottom: min(-10px, -10px + -10 * (100vw - 320px) / 69);
  }
}
#contact .form_wrap form .form_item.inquiry {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#contact .form_wrap form .form_item.inquiry::before {
  display: none;
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form .form_item.inquiry .wpcf7-form-control-wrap {
    width: 100%;
  }
}
#contact .form_wrap form label {
  width: 224px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  font-family: "Yu Gothic", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form label {
    width: 200px;
  }
}
@media screen and (max-width: 389px) {
  #contact .form_wrap form label {
    font-size: max(14px, 14px + 4 * (100vw - 320px) / 69);
  }
}
#contact .form_wrap form label .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
#contact .form_wrap form label span.small {
  display: block;
  font-size: 10px;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
}
#contact .form_wrap form .required {
  font-size: 10px;
  background: #027D8B;
  padding: 5px 8px;
  line-height: 1;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: "Yu Gothic", sans-serif;
}
#contact .form_wrap form .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form .wpcf7-form-control-wrap {
    margin-left: 0;
  }
}
#contact .form_wrap form input,
#contact .form_wrap form textarea {
  width: 100%;
  padding: 14px 10px;
  background: #fff;
  border: 1px solid #027D8B;
  border-radius: 2px;
}
#contact .form_wrap form input::-webkit-input-placeholder, #contact .form_wrap form textarea::-webkit-input-placeholder {
  font-size: 18px;
  font-family: "Yu Gothic", sans-serif;
  color: #d3d3d3;
  font-weight: bold;
}
#contact .form_wrap form input::-moz-placeholder, #contact .form_wrap form textarea::-moz-placeholder {
  font-size: 18px;
  font-family: "Yu Gothic", sans-serif;
  color: #d3d3d3;
  font-weight: bold;
}
#contact .form_wrap form input:-ms-input-placeholder, #contact .form_wrap form textarea:-ms-input-placeholder {
  font-size: 18px;
  font-family: "Yu Gothic", sans-serif;
  color: #d3d3d3;
  font-weight: bold;
}
#contact .form_wrap form input::-ms-input-placeholder, #contact .form_wrap form textarea::-ms-input-placeholder {
  font-size: 18px;
  font-family: "Yu Gothic", sans-serif;
  color: #d3d3d3;
  font-weight: bold;
}
#contact .form_wrap form input::placeholder,
#contact .form_wrap form textarea::placeholder {
  font-size: 18px;
  font-family: "Yu Gothic", sans-serif;
  color: #d3d3d3;
  font-weight: bold;
}
@media screen and (max-width: 389px) {
  #contact .form_wrap form input::-webkit-input-placeholder, #contact .form_wrap form textarea::-webkit-input-placeholder {
    font-size: max(14px, 14px + 4 * (100vw - 320px) / 69);
  }
  #contact .form_wrap form input::-moz-placeholder, #contact .form_wrap form textarea::-moz-placeholder {
    font-size: max(14px, 14px + 4 * (100vw - 320px) / 69);
  }
  #contact .form_wrap form input:-ms-input-placeholder, #contact .form_wrap form textarea:-ms-input-placeholder {
    font-size: max(14px, 14px + 4 * (100vw - 320px) / 69);
  }
  #contact .form_wrap form input::-ms-input-placeholder, #contact .form_wrap form textarea::-ms-input-placeholder {
    font-size: max(14px, 14px + 4 * (100vw - 320px) / 69);
  }
  #contact .form_wrap form input::placeholder,
  #contact .form_wrap form textarea::placeholder {
    font-size: max(14px, 14px + 4 * (100vw - 320px) / 69);
  }
}
#contact .form_wrap form .wpcf7-list-item {
  margin: 0;
}
#contact .form_wrap form .wpcf7-list-item .wpcf7-free-text {
  margin-top: 15px;
}
#contact .form_wrap form .wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
#contact .form_wrap form .wpcf7-radio label {
  width: auto;
  display: block;
  cursor: pointer;
}
#contact .form_wrap form input[type=radio] {
  padding: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 2px solid #027D8B;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}
#contact .form_wrap form input[type=radio]:checked::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #027D8B;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#contact .form_wrap form .btn_wrap {
  margin-top: 40px;
  position: relative;
  width: 264px;
  max-width: 100%;
  margin-inline: auto;
}
#contact .form_wrap form .btn_wrap::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 48px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_chevron-right.svg) no-repeat center/contain;
  pointer-events: none;
}
#contact .form_wrap form input[type=submit] {
  height: 63px;
  background: #027D8B;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: "Yu Gothic", sans-serif;
  border-radius: 8px;
  margin-inline: auto;
  text-align: center;
  padding-left: 0;
  padding-right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#contact .form_wrap form input[type=submit]::after {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  background: url(../img/icon_double-down.svg) no-repeat center/contain;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#contact .form_wrap form input[type=submit]:hover {
  opacity: 0.8;
}
#contact .form_wrap form .wpcf7-spinner {
  display: block;
  margin-inline: auto;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  bottom: -8px;
}

footer {
  background: #222;
}
footer .footer_inner {
  padding: 18px 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .footer_inner {
    padding: 12px 20px;
  }
}
footer .footer_inner .copy {
  font-size: 18px;
  font-weight: bold;
  font-family: "Yu Gothic", sans-serif;
}
@media screen and (max-width: 1439px) {
  footer .footer_inner .copy {
    font-size: max(12px, 12px + 6 * (100vw - 390px) / 1049);
  }
}

.footer_fixed_btn {
  position: fixed;
  padding-bottom: 20px;
  bottom: 0;
  left: 50%;
  z-index: 100;
  width: 685px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media screen and (max-width: 1439px) {
  .footer_fixed_btn {
    width: max(373px, 373px + 312 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .footer_fixed_btn {
    width: 100%;
    padding: 0 5% 10px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.footer_fixed_btn.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}