@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 Serif JP", serif;
  color: #333;
  overflow-x: hidden;
}

@media screen and (max-width: 600px) {
  .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: 600px) {
  .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;
}

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

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

h2 {
  font-size: 36px;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  h2 {
    font-size: max(24px, 24px + 12 * (100vw - 390px) / 1049);
  }
}

.en {
  font-size: 20px;
  font-weight: 400;
  font-family: "Times New Roman", serif;
}
@media screen and (max-width: 1439px) {
  .en {
    font-size: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}

.main_btn a {
  background: -webkit-gradient(linear, left top, right top, from(#FF6A3B), to(#FC7348));
  background: -webkit-linear-gradient(left, #FF6A3B, #FC7348);
  background: linear-gradient(to right, #FF6A3B, #FC7348);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 28px;
  width: 400px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 64px;
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .main_btn a {
    width: max(350px, 350px + 50 * (100vw - 390px) / 1049);
    height: max(50px, 50px + 14 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 4 * (100vw - 390px) / 1049);
  }
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(247, 156, 130, 0.5)));
  background: -webkit-linear-gradient(transparent 50%, rgba(247, 156, 130, 0.5) 50%);
  background: linear-gradient(transparent 50%, rgba(247, 156, 130, 0.5) 50%);
}

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 {
  -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 {
  -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);
}

/* ----------------------------------------
   ハンバーガー
---------------------------------------- */
.hamburger {
  display: none;
  width: 30px;
  height: 20px;
  background: url("../img/icon_open.png") no-repeat center center/contain;
  cursor: pointer;
  z-index: 1002;
}
.hamburger.active {
  background-image: url("../img/icon_close.png");
}
@media screen and (max-width: 600px) {
  .hamburger {
    display: block;
  }
}

/* ----------------------------------------
   bodyスクロール禁止
---------------------------------------- */
.no-scroll {
  overflow: hidden;
}

section {
  padding: 60px 0 120px;
}
@media screen and (max-width: 1439px) {
  section {
    padding: max(20px, 20px + 40 * (100vw - 390px) / 1049) 0 max(40px, 40px + 80 * (100vw - 390px) / 1049);
  }
}

section.cta {
  position: relative;
  padding: 30px 0;
}
@media screen and (max-width: 1439px) {
  section.cta {
    padding: max(20px, 20px + 10 * (100vw - 390px) / 1049) 0;
  }
}
section.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #006866;
  z-index: 0;
}
section.cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/cta_bg.webp) no-repeat center/cover;
  z-index: 1;
  opacity: 0.6;
}
@media screen and (max-width: 600px) {
  section.cta::after {
    background: url(../img/top/cta_bg_sp.webp) no-repeat center/cover;
  }
}
section.cta .inner {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}
section.cta p.large {
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  section.cta p.large {
    font-size: max(15px, 15px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1439px) {
  section.cta p {
    font-size: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}

main.top section.intro {
  padding: 30px 0;
}
@media screen and (max-width: 1439px) {
  main.top section.intro {
    padding: max(20px, 20px + 10 * (100vw - 390px) / 1049) 0;
  }
}
main.top section.intro p {
  font-size: 20px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1439px) {
  main.top section.intro p {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
    margin-bottom: max(10px, 10px + 2 * (100vw - 390px) / 1049);
  }
}
main.top section.onayami {
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.onayami {
    padding-bottom: max(40px, 40px + 20 * (100vw - 390px) / 1049);
  }
}
main.top section.onayami::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/982;
  background: url(../img/top/onayami_bg.webp) no-repeat bottom/cover;
  opacity: 0.14;
}
@media screen and (max-width: 600px) {
  main.top section.onayami::after {
    aspect-ratio: 390/1162;
    background: url(../img/top/onayami_bg_sp.webp) no-repeat bottom/cover;
  }
}
main.top section.onayami .inner {
  position: relative;
  z-index: 2;
}
main.top section.onayami .onayami_list {
  gap: 20px;
  margin-top: 60px;
  margin-bottom: 170px;
  max-width: 876px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.top section.onayami .onayami_list {
    margin-top: max(20px, 20px + 40 * (100vw - 390px) / 1049);
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    margin-bottom: max(110px, 110px + 60 * (100vw - 390px) / 1049);
    max-width: 90%;
  }
}
@media screen and (max-width: 600px) {
  main.top section.onayami .onayami_list {
    grid-template-columns: 1fr;
    max-width: none;
  }
}
main.top section.onayami .onayami_list::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -60px;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 350px;
  height: 50px;
  background: -webkit-gradient(linear, left bottom, left top, from(#006866), to(rgba(0, 104, 102, 0)));
  background: -webkit-linear-gradient(bottom, #006866, rgba(0, 104, 102, 0));
  background: linear-gradient(to top, #006866, rgba(0, 104, 102, 0));
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 1439px) {
  main.top section.onayami .onayami_list::after {
    width: max(200px, 200px + 150 * (100vw - 390px) / 1049);
    height: max(30px, 30px + 20 * (100vw - 390px) / 1049);
  }
}
main.top section.onayami .onayami_list > div {
  display: grid;
  place-items: center;
  min-height: 118px;
  padding: 15px;
  border: 2px solid #006866;
}
@media screen and (max-width: 767px) {
  main.top section.onayami .onayami_list > div {
    min-height: max(80px, 80px + 38 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.onayami .onayami_list > div {
    min-height: auto;
    padding: 10px;
  }
}
main.top section.onayami .onayami_list p {
  font-size: 20px;
}
@media screen and (max-width: 1439px) {
  main.top section.onayami .onayami_list p {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
main.top section.onayami .onayami_list p .vk_highlighter {
  font-weight: 600;
}
main.top section.onayami .onayami_illust {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-55%, 43%);
          transform: translate(-55%, 43%);
}
@media screen and (max-width: 1439px) {
  main.top section.onayami .onayami_illust {
    width: max(150px, 150px + 68 * (100vw - 601px) / 838);
  }
}
@media screen and (max-width: 600px) {
  main.top section.onayami .onayami_illust {
    width: max(68px, 68px + 32 * (100vw - 390px) / 210);
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
  }
}
main.top section.onayami .soudan_wrap {
  padding: 30px;
  position: relative;
  z-index: 1;
  color: #fff;
  margin-bottom: 80px;
}
@media screen and (max-width: 1439px) {
  main.top section.onayami .soudan_wrap {
    padding: max(18px, 18px + 12 * (100vw - 390px) / 1049) max(13px, 13px + 17 * (100vw - 390px) / 1049);
    margin-bottom: max(40px, 40px + 40 * (100vw - 390px) / 1049);
  }
}
main.top section.onayami .soudan_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 104, 102, 0.5);
  z-index: -1;
}
main.top section.onayami .soudan_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/soudan_bg.webp) no-repeat center/cover;
  opacity: 0.5;
  z-index: -2;
}
@media screen and (max-width: 600px) {
  main.top section.onayami .soudan_wrap::after {
    background: url(../img/top/soudan_bg_sp.webp) no-repeat center/cover;
  }
}
main.top section.onayami .soudan_wrap p, main.top section.onayami .soudan_wrap span {
  font-weight: 600;
  text-shadow: 0 0 10px rgba(0, 104, 102, 0.6);
}
main.top section.onayami .soudan_wrap .fz24 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  main.top section.onayami .soudan_wrap .fz24 {
    font-size: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    margin-bottom: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.onayami .soudan_wrap .fz42 {
  font-size: 42px;
}
@media screen and (max-width: 1439px) {
  main.top section.onayami .soudan_wrap .fz42 {
    font-size: max(24px, 24px + 18 * (100vw - 390px) / 1049);
  }
}
main.top section.onayami .soudan_wrap .fz64 {
  font-size: 64px;
}
@media screen and (max-width: 1439px) {
  main.top section.onayami .soudan_wrap .fz64 {
    font-size: max(24px, 24px + 40 * (100vw - 390px) / 1049);
  }
}
main.top section.onayami .logo {
  margin-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.onayami .logo {
    margin-bottom: max(40px, 40px + 20 * (100vw - 390px) / 1049);
    height: max(72px, 72px + 28 * (100vw - 390px) / 1049);
  }
}
main.top section.onayami .onayami_img {
  max-width: 780px;
}
main.top section.service .inner {
  max-width: 1440px;
  padding: 0;
}
@media screen and (max-width: 600px) {
  main.top section.service .inner {
    padding: 0 10px;
  }
}
main.top section.service .service_list {
  gap: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.service .service_list {
    gap: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
main.top section.service .service_list > div:nth-of-type(odd) {
  padding-left: 110px;
}
@media screen and (max-width: 1439px) {
  main.top section.service .service_list > div:nth-of-type(odd) {
    padding-left: max(50px, 50px + 60 * (100vw - 601px) / 838);
  }
}
@media screen and (max-width: 600px) {
  main.top section.service .service_list > div:nth-of-type(odd) {
    padding-left: 0;
  }
}
main.top section.service .service_list > div:nth-of-type(even) {
  padding-right: 110px;
}
@media screen and (max-width: 1439px) {
  main.top section.service .service_list > div:nth-of-type(even) {
    padding-right: max(50px, 50px + 60 * (100vw - 601px) / 838);
  }
}
@media screen and (max-width: 600px) {
  main.top section.service .service_list > div:nth-of-type(even) {
    padding-right: 0;
  }
}
main.top section.flow {
  position: relative;
  overflow: hidden;
}
main.top section.flow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/512;
  background: url(../img/top/flow_bg.webp) no-repeat top/cover;
  opacity: 0.1;
}
@media screen and (max-width: 600px) {
  main.top section.flow::after {
    background: url(../img/top/flow_bg_sp.webp) no-repeat center/cover;
    height: 100%;
    aspect-ratio: auto;
  }
}
main.top section.flow .flow_img {
  max-width: 1008px;
  margin-inline: auto;
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  main.top section.flow .flow_img {
    margin-top: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.flow .flow_img {
    max-width: 247px;
  }
}
main.top section.faq {
  padding-bottom: 60px;
  background: rgba(0, 104, 102, 0.1);
}
@media screen and (max-width: 1439px) {
  main.top section.faq {
    padding-bottom: max(40px, 40px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1439px) {
  main.top section.faq h2 {
    font-size: 36px;
  }
}
main.top section.faq .faq_list {
  max-width: 1000px;
  margin-inline: auto;
  gap: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.faq .faq_list {
    gap: max(20px, 20px + 10 * (100vw - 390px) / 1049);
    margin-top: max(40px, 40px + 20 * (100vw - 390px) / 1049);
  }
}
main.top section.faq .faq_list .question, main.top section.faq .faq_list .answer {
  position: relative;
  padding: 20px 40px;
  padding-left: 100px;
}
@media screen and (max-width: 1439px) {
  main.top section.faq .faq_list .question, main.top section.faq .faq_list .answer {
    padding: max(20px, 20px + 0 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049);
    padding-left: max(52px, 52px + 48 * (100vw - 390px) / 1049);
  }
}
main.top section.faq .faq_list .question::before, main.top section.faq .faq_list .answer::before {
  position: absolute;
  top: 0.1em;
  left: 44px;
  font-size: 36px;
  font-family: "Times New Roman" serif;
}
@media screen and (max-width: 1439px) {
  main.top section.faq .faq_list .question::before, main.top section.faq .faq_list .answer::before {
    left: max(20px, 20px + 24 * (100vw - 390px) / 1049);
    font-size: max(32px, 32px + 4 * (100vw - 390px) / 1049);
  }
}
main.top section.faq .faq_list .question {
  background: #006866;
  padding: 16px 40px;
  padding-left: 100px;
}
@media screen and (max-width: 1439px) {
  main.top section.faq .faq_list .question {
    padding: max(16px, 16px + 0 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049);
    padding-left: max(52px, 52px + 48 * (100vw - 390px) / 1049);
  }
}
main.top section.faq .faq_list .question::before {
  content: "Q";
  color: #fff;
}
main.top section.faq .faq_list .question h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  main.top section.faq .faq_list .question h3 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
main.top section.faq .faq_list .answer {
  background: #fff;
  position: relative;
}
main.top section.faq .faq_list .answer::before {
  content: "A";
  color: #D4613D;
}
main.top section.faq .faq_list .answer p {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  main.top section.faq .faq_list .answer p {
    font-size: max(16px, 16px + 0 * (100vw - 390px) / 1049);
  }
}

.contact_form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .contact_form {
    font-size: max(16px, 16px + 2 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}

.form_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  .form_row {
    margin-bottom: max(15px, 15px + 15 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  .form_row {
    display: block;
  }
}
.form_row.column {
  -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: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  .form_row.column {
    margin-top: max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  .form_row.column {
    margin-top: 0;
  }
}
.form_row.column .form_label {
  width: 100%;
  margin-bottom: 20px;
  font-weight: 600;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .form_row.column .form_label {
    margin-bottom: 10px;
    gap: 10px;
  }
}
.form_row.column .form_field {
  width: 100%;
}

.form_label {
  width: 200px;
  font-weight: 600;
  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;
  position: relative;
}
@media screen and (max-width: 600px) {
  .form_label {
    width: 100%;
    margin-bottom: 8px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 10px;
  }
}
.form_label .must_mark {
  color: #fff;
  background: #F07A5F;
  font-size: 14px;
  padding: 1px 4px;
}

.form_field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* 見た目（外側の丸） */
}
.form_field input,
.form_field textarea {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #9B9B9B;
  background: rgba(0, 104, 102, 0.1);
  font-size: 15px;
}
@media screen and (max-width: 1439px) {
  .form_field input,
  .form_field textarea {
    font-size: max(14px, 14px + 1 * (100vw - 390px) / 1049);
  }
}
.form_field textarea {
  width: 100%;
  height: 250px;
}
.form_field.radio_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form_field.radio_wrap .mwform-radio-field label {
  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: 4px;
  cursor: pointer;
  /* inputは非表示 */
}
.form_field.radio_wrap .mwform-radio-field label input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.form_field .radio_visual {
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 50%;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  /* 内側の丸（非表示） */
  /* checked状態の見た目 */
}
.form_field .radio_visual::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #333;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.form_field .radio_visual.checked::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

/* お名前（姓・名）横並び */
.form_field--name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 600px) {
  .form_field--name {
    gap: 4px;
  }
}

.form_field_half {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* チェックボックス */
.form_row--agree {
  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;
  margin: 40px 0;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .form_row--agree {
    margin: max(20px, 20px + 20 * (100vw - 390px) / 1049) 0;
  }
}
.form_row--agree .mwform-checkbox-field label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  cursor: pointer;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .form_row--agree .mwform-checkbox-field label {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
.form_row--agree .mwform-checkbox-field input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.form_row--agree .mwform-checkbox-field-text {
  cursor: pointer;
  font-size: 18px;
  line-height: 1.6;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1439px) {
  .form_row--agree .mwform-checkbox-field-text {
    font-size: max(14px, 14px + 4 * (100vw - 390px) / 1049);
  }
}
.form_row--agree .mwform-checkbox-field-text a {
  text-decoration: underline;
}

/* チェックボックスの見た目部分 */
.checkbox_visual {
  margin-top: 0.15em;
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  pointer-events: none;
}

/* チェックマーク（非表示） */
.checkbox_visual::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 14px;
  border-right: 3.5px solid #333;
  border-bottom: 3.5px solid #333;
  left: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

/* チェックされたときの表示 */
.form_row--agree .mwform-checkbox-field input[type=checkbox]:checked ~ .checkbox_visual::after,
.checkbox_visual.checked::after {
  opacity: 1;
}

/* テキスト部分 */
.checkbox_text {
  font-size: 18px;
  line-height: 1.6;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1439px) {
  .checkbox_text {
    font-size: max(14px, 14px + 4 * (100vw - 390px) / 1049);
  }
}

/* 送信ボタン */
.form_row--submit {
  text-align: center;
}
.form_row--submit .btn_submit {
  background: -webkit-gradient(linear, left top, right top, from(#FF6A3B), to(#FC7348));
  background: -webkit-linear-gradient(left, #FF6A3B, #FC7348);
  background: linear-gradient(to right, #FF6A3B, #FC7348);
  color: #fff;
  width: 400px;
  height: 80px;
  display: grid;
  place-items: center;
  font-size: 32px;
  cursor: pointer;
  border: none;
  margin-inline: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .form_row--submit .btn_submit {
    width: max(350px, 350px + 50 * (100vw - 390px) / 1049);
    height: max(50px, 50px + 30 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  .form_row--submit .btn_submit {
    max-width: 100%;
  }
}
.form_row--submit .btn_submit:hover {
  opacity: 0.8;
}

.mw_wp_form.mw_wp_form_complete {
  margin-top: 40px;
  text-align: center;
}
.mw_wp_form.mw_wp_form_complete h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

footer {
  background: #006866;
}
footer .footer-content {
  padding: 40px 40px;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  footer .footer-content {
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049) max(30px, 30px + 10 * (100vw - 390px) / 1049);
  }
}
footer .footer-content .footer-links ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1439px) {
  footer .footer-content .footer-links ul {
    gap: max(10px, 10px + 20 * (100vw - 390px) / 1049);
  }
}
footer .footer-content .footer-links ul li {
  line-height: 1.5;
}
footer .footer-content .footer-links ul li a {
  display: block;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  footer .footer-content .footer-links ul li a {
    font-size: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
footer .footer-content .footer-copyright {
  margin-top: 40px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  footer .footer-content .footer-copyright {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    font-size: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}

.footer_fixed_btn {
  position: fixed;
  padding-bottom: 20px;
  bottom: 0;
  left: 50%;
  z-index: 100;
  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: 600px) {
  .footer_fixed_btn {
    padding: 0 5% 10px;
    -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);
}

.gb-element-433fd1f9 { display: flex; /* 横並びにする */ justify-content: center; /* 中央揃えにする */ align-items: center; /* 上下の中心を揃える */ flex-wrap: wrap; /* 画面が狭い時に折り返す（スマホ対策） */ gap: 20px; /* ロゴ同士の間隔 */ }



.wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin-right: 1em;
}

.wpcf7-radio .wpcf7-list-item label {
  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: 4px;
  cursor: pointer;
}

.wpcf7-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}


.wpcf7-response-output h3 {
  /* 本番環境と同じスタイルに調整 */
  font-size: 1.5em;
  margin-bottom: 1em;
}

.wpcf7-response-output p {
  line-height: 1.8;
}

/* Contact Form 7 チェックボックス対応 */
.wpcf7-acceptance input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.form_row--agree .agree_label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}

/* 同意チェックボックス */
.form_row--agree {
  display: flex;
  flex-direction: column;
}

.form_row--agree .agree_label {
  display: inline;
  line-height: 1.8;
}

.form_row--agree .wpcf7-form-control-wrap {
  display: inline;
}

.form_row--agree .wpcf7-form-control {
  display: inline;
}

.form_row--agree .wpcf7-list-item {
  display: inline;
}

/* 元のエラーメッセージを非表示 */
.form_row--agree .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none !important;
}

/* 移動先のエラーメッセージ（項目の下に表示） */
.form_row--agree .agree-error {
  display: block;
  margin-top: 8px;
  color: #dc3232;
	font-size: 1em;
}

/* aタグのアンダーライン */
.form_row--agree a.underline {
  text-decoration: underline;
}