@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap);
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

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

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

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

/*============================================================================================================
	base
============================================================================================================*/
body {
  color: #404040;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  min-height: 100vh;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and ((max-width: 767px)) {
  body {
    font-size: 14px;
  }
}

div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, th, td, section, article, header, footer, main, nav, span, a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and ((max-width: 767px)) {
  img {
    width: 100%;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-weight: normal;
  margin: 0;
  word-wrap: break-word;
}

p, li, td, th, dt, dd {
  margin: 0;
  word-wrap: break-word;
}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

@media screen and ((min-width: 768px)) {
  .is_sp {
    display: none !important;
  }
}
@media screen and ((max-width: 767px)) {
  .is_pc {
    display: none !important;
  }
}
/*------------------------------------------
	font
------------------------------------------*/
body {
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}

/*------------------------------------------
	frame
------------------------------------------*/
body {
  min-width: 1000px;
}
@media screen and ((max-width: 767px)) {
  body {
    min-width: initial;
  }
}

.main {
  overflow-x: hidden;
}

/*------------------------------------------
	hover
------------------------------------------*/
@media screen and ((min-width: 768px)) {
  a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}
.c-inner01 {
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
  padding: 0 15px;
}
@media screen and ((max-width: 767px)) {
  .c-inner01 {
    max-width: 100%;
  }
}

.c-inner02 {
  margin: 0 auto;
  max-width: 1360px;
  width: 100%;
  padding: 0 15px;
}
@media screen and ((max-width: 767px)) {
  .c-inner02 {
    max-width: 100%;
  }
}

.c-inner03 {
  margin: 0 auto;
  max-width: 1064px;
  width: 100%;
  padding: 0 20px;
}
@media screen and ((max-width: 767px)) {
  .c-inner03 {
    padding: 0 5.3333333333vw;
    max-width: 100%;
  }
}

.c-inner04 {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
@media screen and ((max-width: 767px)) {
  .c-inner04 {
    max-width: 100%;
  }
}

.c-inner05 {
  margin: 0 auto;
  max-width: 920px;
  width: 100%;
  padding: 0 15px;
}
@media screen and ((max-width: 767px)) {
  .c-inner05 {
    max-width: 100%;
    padding: 0 5.3333333333vw;
  }
}

.c-ttl01 {
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  line-height: 1.31;
  letter-spacing: 0.025em;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .c-ttl01 {
    font-size: 8vw;
  }
}
.c-ttl01::before {
  content: "";
  background: #B7D100;
  width: 50px;
  height: 5px;
  position: absolute;
  bottom: -29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and ((max-width: 767px)) {
  .c-ttl01::before {
    width: 8.5333333333vw;
    height: 0.8vw;
    bottom: -5.3333333333vw;
  }
}

@media screen and ((min-width: 768px)) {
  .pc-none {
    display: none !important;
  }
}
@media screen and ((max-width: 767px)) {
  .sp-none {
    display: none !important;
  }
}
.totop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  max-width: 64px;
}
@media screen and ((max-width: 767px)) {
  .totop {
    max-width: 12vw;
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}

.cmn-ttl {
  position: relative;
  z-index: 2;
  text-align: center;
}
.cmn-ttl.is-wht .cmn-ttl__en {
  color: #fff;
}
@media screen and ((max-width: 767px)) {
  .cmn-ttl {
    text-align: center;
  }
}
.cmn-ttl__en {
  color: #3AA6B9;
  display: block;
  font-weight: bold;
  font-size: 60px;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and ((max-width: 767px)) {
  .cmn-ttl__en {
    font-size: 9.6vw;
  }
}
.cmn-ttl__jp {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
@media screen and ((max-width: 767px)) {
  .cmn-ttl__jp {
    font-size: 4vw;
  }
}
.cmn-ttl.lower-ttl {
  position: relative;
}
.cmn-ttl.lower-ttl .cmn-ttl__en {
  font-size: 24px;
}
@media screen and ((max-width: 767px)) {
  .cmn-ttl.lower-ttl .cmn-ttl__en {
    font-size: 5.3333333333vw;
  }
}
.cmn-ttl.lower-ttl .cmn-ttl__jp {
  font-size: 14px;
}
@media screen and ((max-width: 767px)) {
  .cmn-ttl.lower-ttl .cmn-ttl__jp {
    font-size: 3.2vw;
    display: block;
    margin-top: 5px;
  }
}
.cmn-ttl.lower-ttl .lower-ttl__bold {
  font-size: 56px;
  font-weight: bold;
  line-height: 1.45;
  margin-top: 24px;
}
@media screen and ((max-width: 767px)) {
  .cmn-ttl.lower-ttl .lower-ttl__bold {
    font-size: 8vw;
    margin-top: 8vw;
  }
}
.cmn-ttl.episode-ttl {
  text-align: center;
}
.cmn-ttl.episode-ttl .cmn-ttl__en {
  font-size: 26px;
  margin-bottom: 20px;
}
@media screen and ((max-width: 767px)) {
  .cmn-ttl.episode-ttl .cmn-ttl__en {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
}
.cmn-ttl.episode-ttl .lower-ttl__bold {
  font-size: 55px;
  font-weight: 500;
  line-height: 1.2;
  color: #404040;
}
@media screen and ((max-width: 767px)) {
  .cmn-ttl.episode-ttl .lower-ttl__bold {
    font-size: 7.4666666667vw;
    line-height: 10.6666666667vw;
  }
}
.cmn-ttl.episode-ttl.is-episode01 .cmn-ttl__en {
  color: #F09458;
}
.cmn-ttl.episode-ttl.is-episode02 .cmn-ttl__en {
  color: #EB7F7F;
}
.cmn-ttl.episode-ttl.is-episode03 .cmn-ttl__en {
  color: #3AA6B9;
}
.cmn-ttl.support-ttl {
  text-align: center;
}
.cmn-ttl.support-ttl .cmn-ttl__en {
  font-size: 60px;
  color: #3AA6B9;
  margin-bottom: 5px;
}
@media screen and ((max-width: 767px)) {
  .cmn-ttl.support-ttl .cmn-ttl__en {
    font-size: 9.6vw;
    margin-bottom: 0;
  }
}
.cmn-ttl.support-ttl .cmn-ttl__jp {
  font-size: 20px;
  color: #404040;
}
@media screen and ((max-width: 767px)) {
  .cmn-ttl.support-ttl .cmn-ttl__jp {
    font-size: 4vw;
  }
}
.cmn-ttl.interview-ttl {
  text-align: left;
}
.cmn-ttl.interview-ttl .cmn-ttl__en {
  font-size: 60px;
  color: #3AA6B9;
  margin-bottom: 20px;
}
@media screen and ((max-width: 767px)) {
  .cmn-ttl.interview-ttl .cmn-ttl__en {
    font-size: 9.6vw;
    margin-bottom: 4vw;
  }
}
.cmn-ttl.interview-ttl .cmn-ttl__jp {
  font-size: 20px;
  color: #404040;
}
@media screen and ((max-width: 767px)) {
  .cmn-ttl.interview-ttl .cmn-ttl__jp {
    font-size: 4vw;
  }
}

.js-fadeUp {
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.js-fadeUp.is-fadeUp {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.header {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 20px 100px 20px 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 1000px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.header--unpinned {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
@media screen and ((max-width: 767px)) {
  .header.is-navOn .header-left {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media screen and ((max-width: 1380px)) {
  .header {
    padding: 20px;
    padding-right: 40px;
  }
}
@media screen and ((max-width: 767px)) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 5.3333333333vw;
    top: 0;
    min-width: auto;
    height: 80px;
  }
}
.header-bt {
  background: #3AA6B9;
  border-radius: 0 0 16px 16px;
  display: -ms-grid;
  display: grid;
  gap: 5px;
  place-content: center;
  justify-items: center;
  position: absolute;
  top: 0;
  right: 2.6666666667vw;
  width: 68px;
  height: 58px;
  z-index: 2;
}
.header-bt span {
  background: #fff;
  border-radius: 50vw;
  width: 20px;
  height: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header-bt-txt {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  line-height: 15px;
}
.header-bt-txt.close {
  display: none;
}
.header-bt.is-navOn {
  position: static;
  margin: 10px auto 0;
}
.header-bt.is-navOn.open {
  display: none;
}
.header-bt.is-navOn span:first-child {
  width: 25px;
  -webkit-transform: rotate(45deg) translate(4px, 4px);
          transform: rotate(45deg) translate(4px, 4px);
}
.header-bt.is-navOn span:nth-child(2) {
  opacity: 0;
}
.header-bt.is-navOn span:nth-child(3) {
  width: 25px;
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
}
.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and ((max-width: 1100px)) {
  .header-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media screen and ((max-width: 767px)) {
  .header-left {
    width: 100%;
    margin-left: -2.6666666667vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.1333333333vw;
  }
}
.header-logo {
  display: block;
  position: relative;
  max-width: 290px;
  width: 100%;
}
@media screen and ((max-width: 1380px)) {
  .header-logo {
    max-width: 200px;
  }
}
@media screen and ((max-width: 767px)) {
  .header-logo {
    max-width: clamp(100px, 50.9333333333vw, 250px);
    z-index: 2;
  }
}
.header-logo.is-navOn {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  margin: 3rem auto 0;
}
.header-recruitment {
  font-size: 15px;
  color: #3AA6B9;
  font-weight: bold;
  text-decoration: none;
  margin-top: 35px;
}
@media screen and ((max-width: 1380px)) {
  .header-recruitment {
    font-size: 13px;
    margin-top: 25px;
  }
}
@media screen and ((max-width: 1100px)) {
  .header-recruitment {
    margin-top: -10px;
  }
}
.header-recruitment .js-nav-br {
  display: none;
}
@media screen and ((max-width: 767px)) {
  .header-recruitment {
    font-size: 2.9333333333vw;
    color: #3AA6B9;
    letter-spacing: 0.08em;
    opacity: 1;
    visibility: visible;
    z-index: 2;
    position: relative;
    height: auto;
    margin-top: 0;
  }
  .header-recruitment .js-nav-br {
    display: inline;
  }
  .header-recruitment.is-navOn {
    font-size: 3.4666666667vw;
    color: #fff;
    opacity: 1;
    visibility: visible;
    z-index: 2;
    height: auto;
  }
  .header-recruitment.is-navOn .js-nav-br {
    display: none;
  }
}
@media screen and ((max-width: 767px)) {
  .header-nav {
    background: #3AA6B9;
    padding: 130px 16px 50px;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    overflow-y: auto;
    pointer-events: none;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
}
.header-nav.is-navOn {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header-navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and ((max-width: 1380px)) {
  .header-navList {
    gap: 20px;
  }
}
@media screen and ((max-width: 767px)) {
  .header-navList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}
.header-navList__link {
  font-size: 20px;
  color: #3AA6B9;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding: 30px 0;
}
@media screen and ((max-width: 767px)) {
  .header-navList__link {
    padding: 2.6666666667vw 0;
    background: #fff;
    border-radius: 10px;
    text-align: left;
    padding: 5px 11px 11px 18px;
  }
}
.header-navList__link span {
  font-size: 12px;
  display: block;
  color: #404040;
  font-weight: 500;
}
.header-navList__link:hover .nav-tooltip {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and ((max-width: 767px)) {
  .header-navList__link.is-open .nav-tooltip {
    display: block;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and ((max-width: 767px)) {
  .header-navList__link.has-sub {
    position: relative;
  }
}
@media screen and ((max-width: 767px)) {
  .header-navList__link.has-sub > .link::after {
    content: "+";
    position: absolute;
    top: 21px;
    right: 18px;
    font-size: 17px;
    line-height: 1;
  }
}
@media screen and ((max-width: 767px)) {
  .header-navList__link.has-sub.is-open > .link::after {
    content: "−";
  }
}
.header-navList .nav-tooltip {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 10px 27px;
  background: #3AA6B9;
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
@media screen and ((max-width: 767px)) {
  .header-navList .nav-tooltip {
    position: static;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    visibility: visible;
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin-top: 14px;
    -webkit-transition: none;
    transition: none;
    text-align: left;
    display: none;
  }
}
.header-navList .nav-tooltip .nav-subList {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.header-navList .nav-tooltip .nav-subList::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 13px solid #3AA6B9;
}
@media screen and ((max-width: 767px)) {
  .header-navList .nav-tooltip .nav-subList::before {
    display: none;
  }
}
.header-navList .nav-tooltip .nav-subList li {
  padding: 10px 0;
}
@media screen and ((max-width: 767px)) {
  .header-navList .nav-tooltip .nav-subList li {
    padding: 0;
  }
}
.header-navList .nav-tooltip .nav-subList li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-align: left;
  text-transform: uppercase;
}
@media screen and ((max-width: 767px)) {
  .header-navList .nav-tooltip .nav-subList li a {
    color: #3AA6B9;
    padding: 12px 0;
  }
}
.header-navList .nav-tooltip .nav-subList li {
  background-image: repeating-radial-gradient(circle, #3AA6B9 0px, #3AA6B9 0.5px, transparent 1px, transparent 4px);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 3.5px 3px;
}
.header-navList .nav-tooltip .nav-subList li + li {
  border-top: none;
  background-image: repeating-radial-gradient(circle, #fff 0px, #fff 0.5px, transparent 1px, transparent 4px);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 3.5px 3px;
}
@media screen and ((max-width: 767px)) {
  .header-navList .nav-tooltip .nav-subList li + li {
    background-image: repeating-radial-gradient(circle, #3AA6B9 0px, #3AA6B9 0.5px, transparent 1px, transparent 4px);
  }
}

.footer {
  background: url(../img/common/bg_green.webp) repeat;
  background-size: 100% auto;
  color: #fff;
  padding: 90px 0 60px;
  position: relative;
  z-index: 3;
}
@media screen and ((max-width: 767px)) {
  .footer {
    background: url(../img/common/bg_green_sp.webp) repeat;
    background-size: 100% auto;
    padding: 14.9333333333vw 0;
  }
}
.footer-navListBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
}
@media screen and ((max-width: 767px)) {
  .footer-navListBox {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
}
.footer-navList__item {
  font-size: 22px;
  font-weight: bold;
  line-height: 2.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and ((max-width: 767px)) {
  .footer-navList__item {
    font-size: 4.2666666667vw;
  }
}
.footer-navList__item.is-child {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 22px;
}
.footer-navList__item.is-child + .footer-navList__item.is-child {
  margin-top: 16px;
}
.footer-logo {
  max-width: 380px;
  width: 100%;
  margin: 130px auto 0;
}
@media screen and ((max-width: 767px)) {
  .footer-logo {
    margin: 0 auto;
    max-width: 66.6666666667vw;
  }
}
.footer__copyright {
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  margin-top: 40px;
  letter-spacing: 0.1em;
}
@media screen and ((max-width: 767px)) {
  .footer__copyright {
    font-size: 3.4666666667vw;
    margin-top: 6.4vw;
  }
}

.main {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.main::before {
  background: url(../img/common/bg.jpg) repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and ((max-width: 767px)) {
  .main::before {
    background: url(../img/common/bg_sp.jpg) repeat;
    background-size: 100% auto;
  }
}

.homeSecMv {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.homeSecMv-txtBox {
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 50px;
  font-weight: 500;
  line-height: 96px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #3AA6B9;
  white-space: nowrap;
}
@media screen and ((max-width: 767px)) {
  .homeSecMv-txtBox {
    font-size: 6.4vw;
    line-height: 11.4666666667vw;
    text-align: left;
    top: 39%;
    left: 38%;
  }
}

.homeSec01 {
  padding-top: 170px;
  position: relative;
  z-index: 3;
}
@media screen and ((max-width: 767px)) {
  .homeSec01 {
    padding-top: 16.5333333333vw;
  }
}
.homeSec01-topBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and ((max-width: 767px)) {
  .homeSec01-topBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10.6666666667vw;
  }
}
.homeSec01-bottomBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-top: 120px;
}
@media screen and ((max-width: 767px)) {
  .homeSec01-bottomBox {
    margin-top: 10.6666666667vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10.6666666667vw;
  }
}
.homeSec01-bottomBox .homeSec01-txtBox {
  padding-left: 5vw;
}
@media screen and ((max-width: 767px)) {
  .homeSec01-bottomBox .homeSec01-txtBox {
    padding-left: 0;
  }
}
.homeSec01-imgBox01 {
  max-width: 553px;
  width: 100%;
  padding-right: 20px;
}
@media screen and ((max-width: 767px)) {
  .homeSec01-imgBox01 {
    max-width: 74.6666666667vw;
    padding-right: 0;
    margin: auto;
  }
}
.homeSec01-imgBox02 {
  max-width: 620px;
  width: 100%;
  margin-left: auto;
  padding-left: 20px;
}
@media screen and ((max-width: 767px)) {
  .homeSec01-imgBox02 {
    max-width: 80vw;
    padding-left: 0;
    margin: auto;
  }
}
.homeSec01-catch {
  color: #3AA6B9;
  font-size: 36px;
  font-weight: bold;
  line-height: 2.1;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
}
@media screen and ((max-width: 767px)) {
  .homeSec01-catch {
    font-size: 6.1333333333vw;
    line-height: 10.1333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.homeSec01-txt {
  line-height: 2.5;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.homeSec01-txt + .homeSec01-txt {
  margin-top: 50px;
}
@media screen and ((max-width: 767px)) {
  .homeSec01-txt + .homeSec01-txt {
    margin-top: 10.6666666667vw;
  }
}
@media screen and ((max-width: 767px)) {
  .homeSec01-txt {
    font-size: 4.2666666667vw;
    letter-spacing: 0;
    line-height: 8.5333333333vw;
  }
}
@media screen and ((max-width: 767px)) {
  .homeSec01 .c-inner02 {
    padding: 0 25PX;
  }
}

.homeSec02 {
  padding-top: 105px;
  position: relative;
  z-index: 3;
}
@media screen and ((max-width: 767px)) {
  .homeSec02 {
    padding-top: 22.9333333333vw;
  }
}
.homeSec02-wrap {
  padding: 50px 15px 120px;
  background: url(../img/common/bg_green.webp) repeat;
  background-size: 100% auto;
}
@media screen and ((max-width: 767px)) {
  .homeSec02-wrap {
    background: url(../img/common/bg_green_sp.webp) repeat;
    background-size: 100% auto;
    padding: 10.6666666667vw 6.6666666667vw 16vw;
  }
}
.homeSec02-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: 880px;
  margin: 80px auto 0;
}
@media screen and ((max-width: 767px)) {
  .homeSec02-box {
    gap: 3.4666666667vw;
  }
}
.homeSec02-leftBox, .homeSec02-rightBox {
  background: #fff;
  height: 400px;
  max-width: 400px;
  border-radius: 80px;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .homeSec02-leftBox, .homeSec02-rightBox {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    gap: 2.1333333333vw;
  }
}
.homeSec02-leftBox .homeSec02-imgBox {
  max-width: 239px;
}
@media screen and ((max-width: 767px)) {
  .homeSec02-leftBox .homeSec02-imgBox {
    max-width: 26.6666666667vw;
  }
}
.homeSec02-rightBox {
  gap: 45px;
}
@media screen and ((max-width: 767px)) {
  .homeSec02-rightBox {
    gap: 3.7333333333vw;
  }
}
.homeSec02-rightBox .homeSec02-imgBox {
  max-width: 210px;
}
@media screen and ((max-width: 767px)) {
  .homeSec02-rightBox .homeSec02-imgBox {
    max-width: 23.4666666667vw;
  }
}
.homeSec02-rightBox .homeSec02-txt {
  color: #EB7F7F;
}
.homeSec02-txt {
  color: #3AA6B9;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .homeSec02-txt {
    font-size: 4.5333333333vw;
  }
}
.homeSec02-arrowBox {
  position: absolute;
  right: 30px;
  bottom: 20px;
  width: 66px;
}
@media screen and ((max-width: 767px)) {
  .homeSec02-arrowBox {
    width: 8.5333333333vw;
    right: 1.6vw;
    bottom: 1.6vw;
  }
}

.homeSec03 {
  margin-top: -100px;
  position: relative;
  z-index: 3;
}
@media screen and ((max-width: 767px)) {
  .homeSec03 {
    padding-top: 29.3333333333vw;
  }
}
.homeSec03-imgBox01 {
  position: absolute;
  top: -40%;
  right: 3%;
  width: 14vw;
}
.homeSec03-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}
@media screen and ((max-width: 767px)) {
  .homeSec03-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 10.6666666667vw;
    gap: 0;
  }
}
.homeSec03-leftBox, .homeSec03-rightBox {
  position: relative;
}
.homeSec03-rightBox {
  margin-top: 14vw;
}
.homeSec03-imgBox02 {
  max-width: 45vw;
  margin-left: -5vw;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .homeSec03-imgBox02 {
    max-width: 83.2vw;
    margin-left: -10.6666666667vw;
  }
}
.homeSec03-imgBox03 {
  max-width: 45.7vw;
  margin-right: -5vw;
  margin-left: auto;
}
@media screen and ((max-width: 767px)) {
  .homeSec03-imgBox03 {
    max-width: 83.2vw;
    margin-right: -10.6666666667vw;
  }
}
.homeSec03-txtBox {
  position: absolute;
  bottom: 10vw;
  right: 0;
  background: url(../img/home/bg_sec03_01.webp) no-repeat center top/contain;
  width: 420px;
  height: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and ((max-width: 767px)) {
  .homeSec03-txtBox {
    width: 62.1333333333vw;
    height: 57.8666666667vw;
    bottom: -28.8vw;
  }
}
.homeSec03-ttl {
  color: #3AA6B9;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.45;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .homeSec03-ttl {
    font-size: 4.5333333333vw;
  }
}
.homeSec03-ttl span {
  font-size: 20px;
  text-transform: uppercase;
  display: block;
}
@media screen and ((max-width: 767px)) {
  .homeSec03-ttl span {
    font-size: 2.9333333333vw;
  }
}
.homeSec03-txt {
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 18px;
}
@media screen and ((max-width: 767px)) {
  .homeSec03-txt {
    font-size: 3.4666666667vw;
    line-height: 5.8666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.homeSec03-arrowBox {
  width: 66px;
  margin-top: 40px;
}
@media screen and ((max-width: 767px)) {
  .homeSec03-arrowBox {
    width: 8.5333333333vw;
    margin-top: 2.1333333333vw;
  }
}
@media screen and ((max-width: 767px)) {
  .homeSec03-rightBox {
    margin-top: 57.6vw;
  }
}
.homeSec03-rightBox .homeSec03-txtBox {
  background: url(../img/home/bg_sec03_02.webp) no-repeat center top/contain;
}
.homeSec03-rightBox .homeSec03-txtBox {
  left: 0;
}
@media screen and ((max-width: 767px)) {
  .homeSec03-rightBox .homeSec03-txtBox {
    top: -28.8vw;
    bottom: 0;
  }
}

.homeSec04 {
  margin-top: -100px;
  position: relative;
  z-index: 3;
}
@media screen and ((max-width: 767px)) {
  .homeSec04 {
    margin-top: 10.6666666667vw;
  }
}
.homeSec04-wrap {
  background: url(../img/common/bg_green.webp) repeat;
  background-size: 100% auto;
  padding: 100px 0 145px;
}
@media screen and ((max-width: 767px)) {
  .homeSec04-wrap {
    background: url(../img/common/bg_green_sp.webp) repeat;
    background-size: 100% auto;
    padding: 10.6666666667vw 0 21.3333333333vw;
  }
}
.homeSec04-ttlImg {
  position: absolute;
  top: 0;
  right: 2vw;
  width: 50px;
}
@media screen and ((max-width: 767px)) {
  .homeSec04-ttlImg {
    width: 9.0666666667vw;
  }
}
.homeSec04-episodeList {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 90px;
}
@media screen and ((max-width: 767px)) {
  .homeSec04-episodeList {
    display: block;
    gap: 0;
    margin-top: 10.6666666667vw;
  }
}
.homeSec04-episodeList-txtBox {
  color: #fff;
  text-align: center;
}
.homeSec04-episodeList-txtBox p {
  font-size: 18px;
  margin-top: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.45;
}
@media screen and ((max-width: 767px)) {
  .homeSec04-episodeList-txtBox p {
    font-size: 3.7333333333vw;
    margin-top: 16px;
  }
}
.homeSec04-episodeList-txtBox div {
  font-size: 28px;
  margin-top: 19px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and ((max-width: 767px)) {
  .homeSec04-episodeList-txtBox div {
    font-size: 6.1333333333vw;
    line-height: 9.0666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.homeSec04-episodeList li:nth-child(3) .homeSec04-episodeList-txtBox div {
  margin-top: 41px;
}
@media screen and ((max-width: 767px)) {
  .homeSec04-episodeList li:nth-child(3) .homeSec04-episodeList-txtBox div {
    margin-top: 2.6666666667vw;
  }
}
.homeSec04 .cmn-ttl {
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .homeSec04 .cmn-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.homeSec04 .cmn-ttl__en {
  font-size: 24px;
  line-height: 1.45;
}
@media screen and ((max-width: 767px)) {
  .homeSec04 .cmn-ttl__en {
    font-size: 4.2666666667vw;
  }
}
.homeSec04 .cmn-ttl__jp {
  font-size: 56px;
  line-height: 1.45;
  color: #fff;
  letter-spacing: 0.15em;
  font-weight: 500;
  margin-top: 30px;
  display: block;
}
@media screen and ((max-width: 767px)) {
  .homeSec04 .cmn-ttl__jp {
    font-size: 8vw;
    letter-spacing: 0.02em;
    text-align: left;
    margin-top: 2.6666666667vw;
    padding-left: 1rem;
  }
}
@media screen and ((max-width: 767px)) {
  .homeSec04 .c-inner01 {
    padding: 0;
  }
}

.homeSec05 {
  padding-block: 120px 0;
  position: relative;
  z-index: 3;
}
@media screen and ((max-width: 767px)) {
  .homeSec05 {
    padding: 16vw 10.6666666667vw;
  }
}
.homeSec05__inner {
  position: relative;
}
.homeSec05-linkList {
  max-width: 640px;
  margin: 80px auto 0;
}
@media screen and ((max-width: 767px)) {
  .homeSec05-linkList {
    margin-top: 10.6666666667vw;
  }
}
.homeSec05-linkList li + li {
  margin-top: 24px;
}
@media screen and ((max-width: 767px)) {
  .homeSec05-linkList li + li {
    margin-top: 3.2vw;
  }
}
.homeSec05-linkList a {
  border: 1px solid #3AA6B9;
  padding: 23px;
  padding-left: 70px;
  background: #fff;
  border-radius: 50px;
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .homeSec05-linkList a {
    font-size: 4.8vw;
    padding: 3.4666666667vw 0 3.4666666667vw 9.7333333333vw;
  }
}
.homeSec05-linkList a::before {
  background: url(../img/common/ico_arrow_01.webp) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 66px;
  height: 66px;
  z-index: 0;
}
@media screen and ((max-width: 767px)) {
  .homeSec05-linkList a::before {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    right: 15px;
  }
}

.homeSec06 {
  padding: 200px 0 0;
  position: relative;
  z-index: 3;
}
@media screen and ((max-width: 767px)) {
  .homeSec06 {
    padding: 16vw 0 0;
  }
}
.homeSec06-ttlImg {
  position: absolute;
  left: 5%;
  top: -3%;
  width: 110px;
}
@media screen and ((max-width: 767px)) {
  .homeSec06-ttlImg {
    width: 17.3333333333vw;
  }
}
.homeSec06-careerList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 80px;
}
@media screen and ((max-width: 767px)) {
  .homeSec06-careerList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 10.6666666667vw;
    gap: 5.3333333333vw;
  }
}
.homeSec06-careerList-imgBox {
  max-width: 150px;
  margin: auto;
}
@media screen and ((max-width: 767px)) {
  .homeSec06-careerList-imgBox {
    max-width: 33.0666666667vw;
  }
}
.homeSec06-careerList-ttl {
  color: #3AA6B9;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 12px;
}
@media screen and ((max-width: 767px)) {
  .homeSec06-careerList-ttl {
    font-size: 5.8666666667vw;
    margin-top: 1.6vw;
  }
}
.homeSec06-careerList-txt {
  line-height: 2;
  margin-top: 26px;
  font-size: 15px;
  letter-spacing: 0.05em;
}
@media screen and ((max-width: 767px)) {
  .homeSec06-careerList-txt {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
    line-height: 6.6666666667vw;
  }
}
.homeSec06-careerList-arrowBox {
  position: absolute;
  right: 30px;
  bottom: 35px;
  width: 66px;
}
@media screen and ((max-width: 767px)) {
  .homeSec06-careerList-arrowBox {
    width: 11.7333333333vw;
    right: 4.5333333333vw;
    bottom: 3.7333333333vw;
  }
}
.homeSec06-careerList a {
  padding: 34px 52px 75px;
  display: block;
  background: #fff;
  border-radius: 80px;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .homeSec06-careerList a {
    border-radius: 40px;
    padding: 8vw 11.4666666667vw 12.5333333333vw;
  }
}
.homeSec06-careerList a:nth-child(2) .homeSec06-careerList-ttl {
  color: #EB7F7F;
}
.homeSec06-careerList a:nth-child(3) .homeSec06-careerList-ttl {
  color: #F09458;
}
.homeSec06-bg01 {
  margin-top: 120px;
}
@media screen and ((max-width: 767px)) {
  .homeSec06-bg01 {
    margin-top: 21.3333333333vw;
  }
}
.homeSec06 .c-inner01 {
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .homeSec06 .c-inner01 {
    padding: 0 10.6666666667vw;
  }
}

.syokusyuSec01 {
  padding: 260px 0 0;
  position: relative;
  z-index: 3;
}
@media screen and ((max-width: 767px)) {
  .syokusyuSec01 {
    padding: 120px 0 0;
  }
}
.syokusyuSec01-txt {
  text-align: center;
  margin-top: 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.1em;
}
@media screen and ((max-width: 767px)) {
  .syokusyuSec01-txt {
    margin-top: 6.4vw;
    font-size: 3.4666666667vw;
    line-height: 6.6666666667vw;
    letter-spacing: 0.05em;
  }
}
.syokusyuSec01-imgBox {
  width: 48px;
  position: absolute;
  top: 30%;
  left: 20%;
}
@media screen and ((max-width: 767px)) {
  .syokusyuSec01-imgBox {
    width: 8vw;
    left: 12%;
  }
}

.syokusyuSec02 {
  padding: 160px 0 0;
  position: relative;
  z-index: 3;
}
@media screen and ((max-width: 767px)) {
  .syokusyuSec02 {
    padding-top: 26.6666666667vw;
  }
}
.syokusyuSec02-boxWrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and ((max-width: 767px)) {
  .syokusyuSec02-boxWrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 53px;
  }
}
.syokusyuSec02-box {
  background: #fff;
  border-radius: 80px;
  padding: 84px 75px 60px;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .syokusyuSec02-box {
    border-radius: 25px;
    padding: 14.1333333333vw 6.6666666667vw 8vw;
  }
}
.syokusyuSec02-box h3 {
  background: #F09458;
  color: #fff;
  padding: 11px;
  width: 320px;
  border-radius: 50px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and ((max-width: 767px)) {
  .syokusyuSec02-box h3 {
    font-size: 5.8666666667vw;
    line-height: 8.5333333333vw;
    padding: 7px;
    max-width: 53.3333333333vw;
    top: -23px;
  }
}
.syokusyuSec02-box h4 {
  color: #F09458;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.08em;
  margin-top: 40px;
}
@media screen and ((max-width: 767px)) {
  .syokusyuSec02-box h4 {
    margin-top: 8vw;
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}
.syokusyuSec02-box:nth-child(2) h3 {
  background: #EB7F7F;
}
.syokusyuSec02-box:nth-child(2) h4 {
  color: #EB7F7F;
}
.syokusyuSec02-box:nth-child(2) .syokusyuSec02-list li::before {
  background: #EB7F7F;
}
.syokusyuSec02-box:nth-child(2) .syokusyuSec02-btnBox a {
  color: #EB7F7F;
  border: 1px solid #EB7F7F;
}
.syokusyuSec02-box:nth-child(2) .syokusyuSec02-btnBox a::before {
  background: url(../img/common/ico_arrow_02.webp) no-repeat;
  background-size: contain;
}
.syokusyuSec02-catch {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.65;
  letter-spacing: 0.08em;
}
@media screen and ((max-width: 767px)) {
  .syokusyuSec02-catch {
    font-size: 4.8vw;
    line-height: 8vw;
  }
}
.syokusyuSec02-txt {
  font-size: 15px;
  line-height: 2;
  margin-top: 40px;
  letter-spacing: 0.05em;
}
@media screen and ((max-width: 767px)) {
  .syokusyuSec02-txt {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
    margin-top: 8vw;
  }
}
.syokusyuSec02-list {
  margin-top: 12px;
}
.syokusyuSec02-list li {
  padding-left: 18px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 8px;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .syokusyuSec02-list li {
    font-size: 4vw;
  }
}
.syokusyuSec02-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #F09458;
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and ((max-width: 767px)) {
  .syokusyuSec02-list li::before {
    top: 7px;
  }
}
.syokusyuSec02-btnBox {
  margin-top: 40px;
}
.syokusyuSec02-btnBox a {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  padding: 16px;
  color: #F09458;
  display: block;
  border: 1px solid #F09458;
  border-radius: 50px;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .syokusyuSec02-btnBox a {
    font-size: 4.8vw;
    line-height: 6.9333333333vw;
    padding-left: 0;
  }
}
.syokusyuSec02-btnBox a::before {
  background: url(../img/common/ico_arrow_04.webp) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
  height: 42px;
  z-index: 0;
}
@media screen and ((max-width: 767px)) {
  .syokusyuSec02-btnBox a::before {
    width: 32px;
    height: 32px;
    right: 7px;
  }
}

.syokusyuSec03 {
  padding: 160px 0 0;
  position: relative;
  z-index: 3;
}
@media screen and ((max-width: 767px)) {
  .syokusyuSec03 {
    padding: 80px 0 0;
  }
}
.syokusyuSec03-ttl {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .syokusyuSec03-ttl {
    font-size: 6.4vw;
    line-height: 9.3333333333vw;
  }
}
.syokusyuSec03-txt {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.1em;
}
@media screen and ((max-width: 767px)) {
  .syokusyuSec03-txt {
    font-size: 3.4666666667vw;
    margin-top: 6.4vw;
  }
}
.syokusyuSec03-imgBox {
  margin-top: 80px;
}
@media screen and ((max-width: 767px)) {
  .syokusyuSec03-imgBox {
    margin-top: 10.6666666667vw;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .syokusyuSec03-imgBox img {
    display: block;
    max-width: none;
    width: 1200px;
    height: auto;
  }
}
@media screen and ((max-width: 767px)) {
  .syokusyuSec03 .c-inner01 {
    padding: 0;
  }
}

.syokusyuSec04 {
  padding: 200px 0 0;
  position: relative;
  z-index: 3;
}
@media screen and ((max-width: 767px)) {
  .syokusyuSec04 {
    padding: 160px 0 0;
  }
}
.syokusyuSec04-interviewList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 80px;
}
@media screen and ((max-width: 767px)) {
  .syokusyuSec04-interviewList {
    margin-top: 10.1333333333vw;
    gap: 3.4666666667vw;
    padding: 0 2.6666666667vw;
  }
}
.syokusyuSec04-txtBox {
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and ((max-width: 767px)) {
  .syokusyuSec04-txtBox {
    padding: 0 2.6666666667vw;
    margin-top: 8px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.syokusyuSec04-ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: #3AA6B9;
  margin-top: 20px;
}
@media screen and ((max-width: 767px)) {
  .syokusyuSec04-ttl {
    font-size: 4.5333333333vw;
    margin-top: 0;
  }
}
.syokusyuSec04-ttl span {
  font-size: 20px;
  text-transform: uppercase;
  display: block;
}
@media screen and ((max-width: 767px)) {
  .syokusyuSec04-ttl span {
    font-size: 2.9333333333vw;
  }
}
.syokusyuSec04-arrowBox {
  width: 66px;
}
@media screen and ((max-width: 767px)) {
  .syokusyuSec04-arrowBox {
    width: 8.5333333333vw;
  }
}
.syokusyuSec04-bg {
  margin-top: 160px;
}
@media screen and ((max-width: 767px)) {
  .syokusyuSec04-bg {
    margin-top: 21.3333333333vw;
  }
}

.episodeSec01 {
  padding: 220px 0 0;
  position: relative;
  z-index: 3;
}
@media screen and ((max-width: 767px)) {
  .episodeSec01 {
    padding: 120px 0 0;
  }
}
.episodeSec01::before {
  content: "";
  position: absolute;
  top: 38%;
  left: calc(35% - 460px - 100px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 294px;
  height: 503px;
  background: url(../img/episode01/bg_sec01_01.webp) no-repeat center/contain;
  z-index: 1;
}
@media screen and ((max-width: 767px)) {
  .episodeSec01::before {
    width: 29.8666666667vw;
    height: 51.2vw;
    left: -2.6666666667vw;
    top: 47%;
    background: url(../img/episode01/bg_sec01_01.webp) no-repeat center/contain;
  }
}
.episodeSec01::after {
  content: "";
  position: absolute;
  top: 32%;
  right: calc(35% - 460px - 100px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 269px;
  height: 398px;
  background: url(../img/episode01/bg_sec01_02.webp) no-repeat center/contain;
  z-index: 1;
}
@media screen and ((max-width: 767px)) {
  .episodeSec01::after {
    width: 40vw;
    height: 40vw;
    right: -9.3333333333vw;
    top: 46%;
    background: url(../img/episode01/bg_sec01_02_sp.webp) no-repeat center/contain;
  }
}
.episodeSec01.is-episode02::after {
  width: 394px;
  height: 398px;
  top: 32%;
  right: calc(34% - 460px - 120px);
  background: url(../img/episode01/bg_sec01_03.webp) no-repeat center/contain;
}
@media screen and ((max-width: 767px)) {
  .episodeSec01.is-episode02::after {
    width: 40vw;
    height: 40vw;
    right: -9.3333333333vw;
    top: 46%;
    background: url(../img/episode01/bg_sec01_02_sp.webp) no-repeat center/contain;
  }
}
.episodeSec01.is-episode03::after {
  width: 394px;
  height: 398px;
  top: 32%;
  right: calc(34% - 460px - 120px);
  background: url(../img/episode01/bg_sec01_03.webp) no-repeat center/contain;
}
@media screen and ((max-width: 767px)) {
  .episodeSec01.is-episode03::after {
    width: 40vw;
    height: 40vw;
    right: -9.3333333333vw;
    top: 46%;
    background: url(../img/episode01/bg_sec01_02_sp.webp) no-repeat center/contain;
  }
}
.episodeSec01-imgBox {
  width: 580px;
  margin: 0 auto;
  margin-top: 80px;
}
@media screen and ((max-width: 767px)) {
  .episodeSec01-imgBox {
    width: 80vw;
    margin-top: 8vw;
  }
}
.episodeSec01-ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  line-height: 1.65;
  letter-spacing: 0.08em;
  margin-top: 120px;
}
@media screen and ((max-width: 767px)) {
  .episodeSec01-ttl {
    font-size: 6.1333333333vw;
    line-height: 9.3333333333vw;
    margin-top: 58.6666666667vw;
  }
}
.episodeSec01-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.25;
  margin-top: 40px;
  letter-spacing: 0.05em;
}
@media screen and ((max-width: 767px)) {
  .episodeSec01-txt {
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
    margin-top: 8vw;
  }
}

.episodeSec02 {
  padding: 120px 0 0;
  position: relative;
  z-index: 3;
}
@media screen and ((max-width: 767px)) {
  .episodeSec02 {
    padding-top: 16vw;
  }
}
.episodeSec02-imgBox {
  width: 580px;
  margin: 0 auto;
}
@media screen and ((max-width: 767px)) {
  .episodeSec02-imgBox {
    width: 80vw;
  }
}
.episodeSec02-ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  line-height: 1.65;
  letter-spacing: 0.08em;
  margin-top: 120px;
}
@media screen and ((max-width: 767px)) {
  .episodeSec02-ttl {
    font-size: 6.1333333333vw;
    line-height: 8vw;
    margin-top: 8vw;
  }
}
.episodeSec02-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.25;
  margin-top: 40px;
  letter-spacing: 0.05em;
}
@media screen and ((max-width: 767px)) {
  .episodeSec02-txt {
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
    margin-top: 8vw;
  }
}

.episodeSec03 {
  padding: 120px 0 280px;
  position: relative;
  z-index: 3;
}
@media screen and ((max-width: 767px)) {
  .episodeSec03 {
    padding-top: 16vw;
    padding-bottom: 8vw;
  }
}
.episodeSec03-imgBox {
  width: 580px;
  margin: 0 auto;
}
@media screen and ((max-width: 767px)) {
  .episodeSec03-imgBox {
    width: 80vw;
  }
}
.episodeSec03-ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  line-height: 1.65;
  letter-spacing: 0.08em;
  margin-top: 120px;
}
@media screen and ((max-width: 767px)) {
  .episodeSec03-ttl {
    font-size: 6.1333333333vw;
    line-height: 8vw;
    margin-top: 8vw;
  }
}
.episodeSec03-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.25;
  margin-top: 40px;
  letter-spacing: 0.05em;
}
@media screen and ((max-width: 767px)) {
  .episodeSec03-txt {
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
    margin-top: 8vw;
  }
}

.jisouSec01 {
  padding: 260px 0 0;
  position: relative;
  z-index: 3;
}
@media screen and ((max-width: 767px)) {
  .jisouSec01 {
    padding: 120px 0 0;
  }
}
.jisouSec01-imgBox {
  width: 48px;
  position: absolute;
  top: 30%;
  left: 20%;
}
@media screen and ((max-width: 767px)) {
  .jisouSec01-imgBox {
    width: 8vw;
    left: 15%;
    top: 35%;
  }
}
.jisouSec01-txt {
  text-align: center;
  margin-top: 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.1em;
}
@media screen and ((max-width: 767px)) {
  .jisouSec01-txt {
    margin-top: 6.4vw;
    font-size: 3.4666666667vw;
    line-height: 6.6666666667vw;
  }
}
.jisouSec01-txt span {
  font-weight: 700;
}

.jisouSec02 {
  padding: 120px 0 0;
  position: relative;
  z-index: 3;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .jisouSec02 {
    padding-top: 21.3333333333vw;
  }
}
.jisouSec02-ttl {
  background: #3AA6B9;
  color: #fff;
  padding: 10px 46px;
  border-radius: 50px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin-bottom: 50px;
  width: 560px;
}
@media screen and ((max-width: 767px)) {
  .jisouSec02-ttl {
    font-size: 5.8666666667vw;
    line-height: 8.5333333333vw;
    padding: 2.6666666667vw;
    max-width: 74.6666666667vw;
    border-radius: 80px;
  }
}
.jisouSec02-imgBox {
  width: 1016px;
  margin: 0 auto;
}
@media screen and ((max-width: 767px)) {
  .jisouSec02-imgBox {
    width: 93.3333333333vw;
  }
}
.jisouSec02-txt {
  text-align: center;
  margin-top: 60px;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .jisouSec02-txt {
    margin-top: 80px;
    font-size: 4.2666666667vw;
    line-height: 8.5333333333vw;
    letter-spacing: 0.05em;
  }
}
.jisouSec02-txt::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 60px;
  background: #404040;
}
@media screen and ((max-width: 767px)) {
  .jisouSec02-txt::before {
    top: -13.3333333333vw;
    height: 10.6666666667vw;
  }
}
.jisouSec02-txt span {
  font-weight: bold;
}

.jisouSec03 {
  padding: 160px 0 0;
  position: relative;
  z-index: 3;
}
@media screen and ((max-width: 767px)) {
  .jisouSec03 {
    padding-top: 21.3333333333vw;
  }
}
.jisouSec03-ttl {
  color: #3AA6B9;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.65;
  letter-spacing: 0.08em;
  margin-bottom: 50px;
}
@media screen and ((max-width: 767px)) {
  .jisouSec03-ttl {
    font-size: 6.4vw;
    line-height: 9.6vw;
    margin-bottom: 8vw;
  }
}
.jisouSec03-boxWrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and ((max-width: 767px)) {
  .jisouSec03-boxWrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.jisouSec03-box {
  background: #fff;
  border-radius: 24px;
  padding: 30px 35px;
}
@media screen and ((max-width: 767px)) {
  .jisouSec03-box {
    padding: 4vw 6.6666666667vw 6.6666666667vw;
    border-radius: 4vw;
  }
}
.jisouSec03-box h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  color: #3AA6B9;
  margin-bottom: 16px;
}
@media screen and ((max-width: 767px)) {
  .jisouSec03-box h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.jisouSec03-list {
  margin-top: 12px;
}
.jisouSec03-list li {
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 18px;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 8px;
}
@media screen and ((max-width: 767px)) {
  .jisouSec03-list li {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
    margin-top: 2.1333333333vw;
  }
}
.jisouSec03-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #3AA6B9;
  border-radius: 50%;
}
@media screen and ((max-width: 767px)) {
  .jisouSec03-list li::before {
    top: 2.1333333333vw;
    -webkit-transform: none;
            transform: none;
  }
}
.jisouSec03-txt {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 80px;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .jisouSec03-txt {
    margin-top: 21.3333333333vw;
    margin-bottom: 13.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 8.5333333333vw;
    letter-spacing: 0.05em;
  }
}
.jisouSec03-txt::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 60px;
  background: #404040;
}
@media screen and ((max-width: 767px)) {
  .jisouSec03-txt::before {
    top: -13.3333333333vw;
    height: 10.6666666667vw;
  }
}
.jisouSec03-txt span {
  font-weight: bold;
}

.jisouSec04 {
  background: url(../img/common/bg_green.webp) repeat;
  background-size: 100% auto;
  padding: 120px 0 120px;
  position: relative;
  z-index: 3;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .jisouSec04 {
    background: url(../img/common/bg_green_sp.webp) repeat;
    background-size: 100% auto;
    padding-top: 8vw;
    padding-bottom: 10.6666666667vw;
  }
}
.jisouSec04-ttl {
  background: #3AA6B9;
  color: #fff;
  padding: 10px 46px;
  border-radius: 50px;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  display: inline-block;
  width: 560px;
}
@media screen and ((max-width: 767px)) {
  .jisouSec04-ttl {
    font-size: 5.8666666667vw;
    line-height: 8.5333333333vw;
    padding: 2.6666666667vw;
    width: 80vw;
  }
}
.jisouSec04-txt {
  font-size: 16px;
  line-height: 2.25;
  margin-top: 40px;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and ((max-width: 767px)) {
  .jisouSec04-txt {
    font-size: 3.4666666667vw;
    line-height: 6.6666666667vw;
    margin-top: 8vw;
  }
}
.jisouSec04-imgBox {
  width: 920px;
  margin: 68px auto 0;
}
@media screen and ((max-width: 767px)) {
  .jisouSec04-imgBox {
    width: 120vw;
    margin: 10.6666666667vw calc(50% - 60vw) 0;
  }
}
.jisouSec04-btnBox {
  margin-top: 60px;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .jisouSec04-btnBox {
    margin-top: 10.6666666667vw;
  }
}
.jisouSec04-btnBox a {
  display: inline-block;
  width: 360px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  padding: 15px 30px;
  border: 1px solid #fff;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and ((max-width: 767px)) {
  .jisouSec04-btnBox a {
    width: 74.6666666667vw;
    font-size: 4.8vw;
    padding: 3.2vw 6.4vw;
    border-radius: 13.3333333333vw;
  }
}
.jisouSec04-btnBox a::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: url(../img/common/ico_arrow_06.webp) no-repeat;
  background-size: contain;
}
@media screen and ((max-width: 767px)) {
  .jisouSec04-btnBox a::before {
    right: 1.3333333333vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.jisouSec04-btnBox a:hover {
  background: #fff;
  color: #3AA6B9;
}
.jisouSec04-btnBox a:hover::before {
  width: 42px;
  height: 42px;
  background: url(../img/common/ico_arrow_01.webp) no-repeat;
  background-size: contain;
}

.questionnaireSec01 {
  padding: 260px 0 0;
  position: relative;
  z-index: 3;
}
@media screen and ((max-width: 767px)) {
  .questionnaireSec01 {
    padding: 120px 0 0;
  }
}
.questionnaireSec01::before {
  content: "";
  position: absolute;
  top: 45%;
  left: calc(40% - 460px - 100px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 230px;
  height: 170px;
  background: url(../img/questionnaire/bg_sec01_01.webp) no-repeat center/contain;
  z-index: 1;
}
@media screen and ((max-width: 767px)) {
  .questionnaireSec01::before {
    width: 24vw;
    height: 18.1333333333vw;
    left: 5.3333333333vw;
    top: 37%;
    background: url(../img/questionnaire/bg_sec01_01.webp) no-repeat center/contain;
  }
}
.questionnaireSec01::after {
  content: "";
  position: absolute;
  top: 75%;
  right: calc(35% - 460px - 100px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 556px;
  height: 415px;
  background: url(../img/questionnaire/bg_sec01_02.webp) no-repeat center/contain;
  z-index: 1;
}
@media screen and ((max-width: 767px)) {
  .questionnaireSec01::after {
    width: 85.3333333333vw;
    height: 92vw;
    right: -9.3333333333vw;
    top: 145%;
    background: url(../img/questionnaire/bg_sec01_02.webp) no-repeat center/contain;
  }
}
.questionnaireSec01 .cmn-ttl {
  text-align: left;
}
@media screen and ((max-width: 767px)) {
  .questionnaireSec01 .cmn-ttl {
    text-align: center;
  }
}
.questionnaireSec01-txt {
  text-align: left;
  margin-top: 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.1em;
}
@media screen and ((max-width: 767px)) {
  .questionnaireSec01-txt {
    text-align: center;
    margin-top: 6.4vw;
    font-size: 3.4666666667vw;
    line-height: 6.6666666667vw;
    letter-spacing: 0.05em;
  }
}
.questionnaireSec01-imgBox {
  width: 48px;
  position: absolute;
  top: 30%;
  left: 20%;
}
@media screen and ((max-width: 767px)) {
  .questionnaireSec01-imgBox {
    width: 8vw;
    left: 12%;
  }
}

.questionnaireSec02 {
  padding: 160px 0 0;
  position: relative;
  z-index: 3;
}
@media screen and ((max-width: 767px)) {
  .questionnaireSec02 {
    padding-top: 85.3333333333vw;
  }
}
.questionnaireSec02-boxWrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and ((max-width: 767px)) {
  .questionnaireSec02-boxWrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.questionnaireSec02-box {
  background: #fff;
  border-radius: 80px;
  padding: 50px 45px 64px;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .questionnaireSec02-box {
    border-radius: 25px;
    padding: 9.3333333333vw 6.4vw 9.3333333333vw;
  }
}
.questionnaireSec02-catch {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.65;
  letter-spacing: 0.08em;
  margin-bottom: 45px;
}
@media screen and ((max-width: 767px)) {
  .questionnaireSec02-catch {
    font-size: 4vw;
    line-height: 8vw;
    margin-bottom: 8vw;
  }
}
.questionnaireSec02-catch span {
  color: #3AA6B9;
  font-weight: bold;
  font-size: 32px;
}
@media screen and ((max-width: 767px)) {
  .questionnaireSec02-catch span {
    font-size: 5.8666666667vw;
  }
}
.questionnaireSec02-imgBox {
  margin-top: 20px;
}
@media screen and ((max-width: 767px)) {
  .questionnaireSec02-imgBox {
    margin-top: 4vw;
  }
}

.questionnaireSec03 {
  padding: 40px 0 0;
  position: relative;
  z-index: 3;
}
@media screen and ((max-width: 767px)) {
  .questionnaireSec03 {
    padding: 20px 0 0;
  }
}
.questionnaireSec03-boxWrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and ((max-width: 767px)) {
  .questionnaireSec03-boxWrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.questionnaireSec03-box {
  background: #fff;
  border-radius: 80px;
  padding: 50px 150px 64px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and ((max-width: 767px)) {
  .questionnaireSec03-box {
    border-radius: 25px;
    padding: 9.3333333333vw 6.4vw 9.3333333333vw;
    margin-bottom: 20px;
  }
}
.questionnaireSec03-catch {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.65;
  letter-spacing: 0.08em;
  margin-bottom: 45px;
}
@media screen and ((max-width: 767px)) {
  .questionnaireSec03-catch {
    font-size: 4vw;
    line-height: 8vw;
    margin-bottom: 8vw;
  }
}
.questionnaireSec03-catch span {
  color: #3AA6B9;
  font-weight: bold;
  font-size: 32px;
}
@media screen and ((max-width: 767px)) {
  .questionnaireSec03-catch span {
    font-size: 5.8666666667vw;
  }
}
.questionnaireSec03-imgBox {
  margin-top: 20px;
}
@media screen and ((max-width: 767px)) {
  .questionnaireSec03-imgBox {
    margin-top: 4vw;
  }
}
.questionnaireSec03-list {
  margin-top: 20px;
}
@media screen and ((max-width: 767px)) {
  .questionnaireSec03-list {
    margin-top: 4vw;
  }
}
.questionnaireSec03-list li {
  padding-left: 24px;
  padding-bottom: 20px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.08em;
  margin-top: 20px;
  border-bottom: 2px dotted #969696;
}
@media screen and ((max-width: 767px)) {
  .questionnaireSec03-list li {
    font-size: 4vw;
    margin-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.questionnaireSec03-list li:last-child {
  border-bottom: none;
}
.questionnaireSec03-list li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: #3AA6B9;
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and ((max-width: 767px)) {
  .questionnaireSec03-list li::before {
    top: 10px;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.questionnaireSec03-bg {
  margin-top: 160px;
}
@media screen and ((max-width: 767px)) {
  .questionnaireSec03-bg {
    margin-top: 21.3333333333vw;
  }
}

.waySec01 {
  padding: 260px 0 0;
  position: relative;
  z-index: 3;
}
@media screen and ((max-width: 767px)) {
  .waySec01 {
    padding: 120px 0 0;
  }
}
.waySec01::before {
  content: "";
  position: absolute;
  top: 45%;
  left: calc(40% - 460px - 100px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 230px;
  height: 170px;
  background: url(../img/questionnaire/bg_sec01_01.webp) no-repeat center/contain;
  z-index: 1;
}
@media screen and ((max-width: 767px)) {
  .waySec01::before {
    width: 24vw;
    height: 18.1333333333vw;
    left: 5.3333333333vw;
    top: 37%;
    background: url(../img/questionnaire/bg_sec01_01.webp) no-repeat center/contain;
  }
}
.waySec01::after {
  content: "";
  position: absolute;
  top: 70%;
  right: calc(35% - 460px - 100px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 556px;
  height: 415px;
  background: url(../img/questionnaire/bg_sec01_02.webp) no-repeat center/contain;
  z-index: 1;
}
@media screen and ((max-width: 767px)) {
  .waySec01::after {
    width: 85.3333333333vw;
    height: 92vw;
    right: -9.3333333333vw;
    top: 145%;
    background: url(../img/questionnaire/bg_sec01_02.webp) no-repeat center/contain;
  }
}
.waySec01 .cmn-ttl {
  text-align: left;
}
@media screen and ((max-width: 767px)) {
  .waySec01 .cmn-ttl {
    text-align: center;
  }
}
.waySec01-txt {
  text-align: left;
  margin-top: 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.1em;
}
@media screen and ((max-width: 767px)) {
  .waySec01-txt {
    text-align: center;
    margin-top: 6.4vw;
    font-size: 3.4666666667vw;
    line-height: 6.6666666667vw;
    letter-spacing: 0.05em;
  }
}
.waySec01-imgBox {
  width: 48px;
  position: absolute;
  top: 30%;
  left: 20%;
}
@media screen and ((max-width: 767px)) {
  .waySec01-imgBox {
    width: 8vw;
    left: 12%;
  }
}

.waySec02 {
  padding: 160px 0 0;
  position: relative;
  z-index: 3;
  text-align: center;
  scroll-margin-top: 120px;
}
@media screen and ((max-width: 767px)) {
  .waySec02 {
    padding-top: 96vw;
    scroll-margin-top: -53.3333333333vw;
  }
}
.waySec02 h3 {
  background: #F09458;
  color: #fff;
  padding: 10px 46px;
  border-radius: 50px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin-bottom: 50px;
  width: 560px;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .waySec02 h3 {
    font-size: 5.3333333333vw;
    padding: 2.1333333333vw 8vw;
    width: 74.6666666667vw;
    margin-bottom: 8vw;
  }
}
.waySec02 h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -295px;
  width: 295px;
  height: 4px;
  background: #F09458;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and ((max-width: 767px)) {
  .waySec02 h3::before {
    left: -8vw;
    width: 10.6666666667vw;
    height: 0.8vw;
  }
}
.waySec02 h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -295px;
  width: 295px;
  height: 4px;
  background: #F09458;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and ((max-width: 767px)) {
  .waySec02 h3::after {
    right: -8vw;
    width: 10.6666666667vw;
    height: 0.8vw;
  }
}
.waySec02 h3 span {
  font-size: 24px;
}
@media screen and ((max-width: 767px)) {
  .waySec02 h3 span {
    font-size: 4.2666666667vw;
  }
}
.waySec02 p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.1em;
}
@media screen and ((max-width: 767px)) {
  .waySec02 p {
    font-size: 3.4666666667vw;
    line-height: 8vw;
  }
}
.waySec02-boxWrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and ((max-width: 767px)) {
  .waySec02-boxWrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.waySec02-box {
  background: #fff;
  border-radius: 80px;
  padding: 80px 130px;
  position: relative;
  margin-top: 40px;
}
@media screen and ((max-width: 767px)) {
  .waySec02-box {
    border-radius: 25px;
    padding: 6.6666666667vw 4vw;
  }
}
.waySec02-catch {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.65;
  letter-spacing: 0.08em;
  margin-bottom: 45px;
}
@media screen and ((max-width: 767px)) {
  .waySec02-catch {
    font-size: 4vw;
    line-height: 8vw;
    margin-bottom: 8vw;
  }
}
.waySec02-catch span {
  color: #3AA6B9;
  font-weight: bold;
  font-size: 32px;
}
@media screen and ((max-width: 767px)) {
  .waySec02-catch span {
    font-size: 5.8666666667vw;
  }
}
.waySec02-imgBox {
  margin-top: 20px;
}
@media screen and ((max-width: 767px)) {
  .waySec02-imgBox {
    margin-top: 0;
  }
}

.waySec03 {
  padding: 160px 0 0;
  position: relative;
  z-index: 3;
  text-align: center;
  scroll-margin-top: 120px;
}
@media screen and ((max-width: 767px)) {
  .waySec03 {
    padding: 80px 0 0;
    scroll-margin-top: 21.3333333333vw;
  }
}
.waySec03 h3 {
  background: #EB7F7F;
  color: #fff;
  padding: 10px 46px;
  border-radius: 50px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin-bottom: 50px;
  width: 560px;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .waySec03 h3 {
    font-size: 5.3333333333vw;
    padding: 2.1333333333vw 8vw;
    width: 74.6666666667vw;
    margin-bottom: 8vw;
  }
}
.waySec03 h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -295px;
  width: 295px;
  height: 4px;
  background: #EB7F7F;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and ((max-width: 767px)) {
  .waySec03 h3::before {
    left: -8vw;
    width: 10.6666666667vw;
    height: 0.8vw;
  }
}
.waySec03 h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -295px;
  width: 295px;
  height: 4px;
  background: #EB7F7F;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and ((max-width: 767px)) {
  .waySec03 h3::after {
    right: -8vw;
    width: 10.6666666667vw;
    height: 0.8vw;
  }
}
.waySec03 h3 span {
  font-size: 24px;
}
@media screen and ((max-width: 767px)) {
  .waySec03 h3 span {
    font-size: 4.2666666667vw;
  }
}
.waySec03 p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.1em;
}
@media screen and ((max-width: 767px)) {
  .waySec03 p {
    font-size: 3.4666666667vw;
    line-height: 8vw;
  }
}
.waySec03-boxWrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and ((max-width: 767px)) {
  .waySec03-boxWrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.waySec03-box {
  background: #fff;
  border-radius: 80px;
  padding: 80px 130px;
  margin-top: 40px;
  position: relative;
}
@media screen and ((max-width: 767px)) {
  .waySec03-box {
    border-radius: 25px;
    padding: 9.3333333333vw 6.4vw 9.3333333333vw;
  }
}
.waySec03-catch {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.65;
  letter-spacing: 0.08em;
  margin-bottom: 45px;
}
@media screen and ((max-width: 767px)) {
  .waySec03-catch {
    font-size: 4vw;
    line-height: 8vw;
    margin-bottom: 8vw;
  }
}
.waySec03-catch span {
  color: #3AA6B9;
  font-weight: bold;
  font-size: 32px;
}
@media screen and ((max-width: 767px)) {
  .waySec03-catch span {
    font-size: 5.8666666667vw;
  }
}
.waySec03-imgBox {
  margin-top: 20px;
}
@media screen and ((max-width: 767px)) {
  .waySec03-imgBox {
    margin-top: 4vw;
  }
}
.waySec03-list {
  margin-top: 20px;
}
@media screen and ((max-width: 767px)) {
  .waySec03-list {
    margin-top: 4vw;
  }
}
.waySec03-list li {
  padding-left: 24px;
  padding-bottom: 20px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.08em;
  margin-top: 20px;
  border-bottom: 2px dotted #969696;
}
@media screen and ((max-width: 767px)) {
  .waySec03-list li {
    font-size: 4vw;
    margin-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.waySec03-list li:last-child {
  border-bottom: none;
}
.waySec03-list li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: #3AA6B9;
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and ((max-width: 767px)) {
  .waySec03-list li::before {
    top: 10px;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.waySec03-bg {
  margin-top: 160px;
}
@media screen and ((max-width: 767px)) {
  .waySec03-bg {
    margin-top: 21.3333333333vw;
  }
}

.waySec04 {
  padding: 160px 0 0;
  position: relative;
  z-index: 3;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .waySec04 {
    padding: 80px 0 0;
  }
}
.waySec04 h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and ((max-width: 767px)) {
  .waySec04 h3 {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
}
.waySec04 p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.1em;
}
@media screen and ((max-width: 767px)) {
  .waySec04 p {
    font-size: 3.4666666667vw;
    line-height: 8vw;
  }
}
.waySec04-boxWrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 80px;
}
@media screen and ((max-width: 767px)) {
  .waySec04-boxWrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 10.6666666667vw;
  }
}
.waySec04-box {
  background: #fff;
  border-radius: 24px;
  padding: 35px 35px 10px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and ((max-width: 767px)) {
  .waySec04-box {
    border-radius: 25px;
    padding: 6.6666666667vw 6.6666666667vw 2.6666666667vw;
    margin-bottom: 0;
  }
}
.waySec04-box h4 {
  color: #3AA6B9;
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
@media screen and ((max-width: 767px)) {
  .waySec04-box h4 {
    font-size: 5.8666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.waySec04-bg {
  margin-top: 160px;
}
@media screen and ((max-width: 767px)) {
  .waySec04-bg {
    margin-top: 21.3333333333vw;
  }
}
.waySec04-definitionList {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.12em;
}
@media screen and ((max-width: 767px)) {
  .waySec04-definitionList {
    margin-bottom: 0;
  }
}
.waySec04-definitionList dt {
  font-size: 16px;
  font-weight: bold;
  color: #404040;
  display: inline-block;
  width: 60px;
  vertical-align: top;
}
@media screen and ((max-width: 767px)) {
  .waySec04-definitionList dt {
    font-size: 4.2666666667vw;
    width: 13.3333333333vw;
  }
}
.waySec04-definitionList dd {
  font-size: 16px;
  color: #404040;
  display: inline-block;
  width: calc(100% - 80px);
  margin: 0 0 20px 0;
  vertical-align: top;
  text-align: left;
}
@media screen and ((max-width: 767px)) {
  .waySec04-definitionList dd {
    font-size: 3.7333333333vw;
    width: calc(100% - 21.3333333333vw);
    margin-bottom: 4vw;
  }
}
.waySec04-contentList {
  margin: 0;
  padding: 0;
}
.waySec04-contentList li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 8px;
}
@media screen and ((max-width: 767px)) {
  .waySec04-contentList li {
    font-size: 3.7333333333vw;
    padding-left: 4.2666666667vw;
    margin-bottom: 1.6vw;
  }
}
.waySec04-contentList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #3AA6B9;
  border-radius: 50%;
}
@media screen and ((max-width: 767px)) {
  .waySec04-contentList li::before {
    top: 1.6vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
.waySec04-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #404040;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and ((max-width: 767px)) {
  .waySec04-note {
    font-size: 3.4666666667vw;
    margin-top: 4vw;
    text-align: left;
    line-height: 1.6;
  }
}

.supportSec01 {
  padding: 260px 0 0;
  position: relative;
  z-index: 3;
}
@media screen and ((max-width: 767px)) {
  .supportSec01 {
    padding: 120px 0 0;
  }
}
.supportSec01-btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 100px;
}
@media screen and ((max-width: 767px)) {
  .supportSec01-btnWrap {
    display: block;
    gap: 15px;
    margin-top: 16vw;
    text-align: center;
  }
}
.supportSec01-btn {
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #3AA6B9;
  border-radius: 50px;
  background: #fff;
  color: #3AA6B9;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 240px;
  scroll-margin-top: 200px;
}
@media screen and ((max-width: 767px)) {
  .supportSec01-btn {
    padding: 3.2vw 6.4vw;
    font-size: 4.2666666667vw;
    width: 80%;
    max-width: 68.2666666667vw;
    margin: 0 auto 3.2vw auto;
    min-width: auto;
    scroll-margin-top: 200px;
  }
}
.supportSec01-btn:hover {
  background: #3AA6B9;
  color: #fff;
}
.supportSec01-bg {
  overflow: hidden;
}
@media screen and ((max-width: 767px)) {
  .supportSec01-bg {
    margin-top: 13.3333333333vw;
  }
}
.supportSec01-bg img {
  width: 100%;
  height: auto;
}

.supportSec02 {
  background: url(../img/common/bg_green.webp) repeat;
  background-size: 100% auto;
  padding: 80px 0 120px;
  position: relative;
  z-index: 3;
  scroll-margin-top: -100px;
}
@media screen and ((max-width: 767px)) {
  .supportSec02 {
    background: url(../img/common/bg_green_sp.webp) repeat;
    background-size: 100% auto;
    padding: 40px 0 20px;
    scroll-margin-top: -100px;
  }
}
.supportSec02:target {
  scroll-margin-top: 180px !important;
}
@media screen and ((max-width: 767px)) {
  .supportSec02:target {
    scroll-margin-top: 120px !important;
  }
}
.supportSec02 h3 {
  font-size: 56px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
@media screen and ((max-width: 767px)) {
  .supportSec02 h3 {
    font-size: 8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.supportSec02 p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and ((max-width: 767px)) {
  .supportSec02 p {
    font-size: 3.4666666667vw;
    line-height: 6.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.supportSec02-box {
  background: #fff;
  border-radius: 24px;
  padding: 40px 60px;
  margin-bottom: 24px;
}
@media screen and ((max-width: 767px)) {
  .supportSec02-box {
    padding: 6.6666666667vw;
    margin-bottom: 3.2vw;
    border-radius: 4vw;
  }
}
.supportSec02-box h4 {
  font-size: 24px;
  font-weight: bold;
  color: #3AA6B9;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media screen and ((max-width: 767px)) {
  .supportSec02-box h4 {
    font-size: 6.4vw;
    margin-bottom: 4vw;
    line-height: 8vw;
  }
}
@media screen and ((max-width: 767px)) {
  .supportSec02-box h4 span {
    font-size: 4.8vw;
  }
}
.supportSec02-box p {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  font-weight: 400;
  color: #404040;
  text-align: left;
  margin-bottom: 0;
}
@media screen and ((max-width: 767px)) {
  .supportSec02-box p {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
  }
}
.supportSec02-imgBox {
  margin-top: 20px;
}
@media screen and ((max-width: 767px)) {
  .supportSec02-imgBox {
    margin-top: 4vw;
  }
}
.supportSec02-bg {
  margin-top: 160px;
  overflow: hidden;
}
@media screen and ((max-width: 767px)) {
  .supportSec02-bg {
    margin-top: 21.3333333333vw;
  }
}
.supportSec02-bg img {
  width: 100%;
  height: auto;
}

.supportSec03 {
  padding: 0;
  position: relative;
  z-index: 3;
  scroll-margin-top: 50px;
}
@media screen and ((max-width: 767px)) {
  .supportSec03 {
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    scroll-margin-top: 0px;
  }
}
.supportSec03:target {
  scroll-margin-top: 160px;
}
@media screen and ((max-width: 767px)) {
  .supportSec03:target {
    scroll-margin-top: 100px;
  }
}
.supportSec03 h3 {
  font-size: 56px;
  font-weight: bold;
  text-align: center;
  color: #404040;
  margin-top: 50px;
  margin-bottom: 60px;
}
@media screen and ((max-width: 767px)) {
  .supportSec03 h3 {
    font-size: 8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.supportSec03 p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and ((max-width: 767px)) {
  .supportSec03 p {
    font-size: 3.4666666667vw;
    line-height: 8vw;
    margin-bottom: 10.6666666667vw;
  }
}
.supportSec03-imgBox {
  width: 100%;
  margin: 0 auto;
}
@media screen and ((max-width: 767px)) {
  .supportSec03-imgBox {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .supportSec03-imgBox img {
    display: block;
    max-width: none;
    width: 602px;
    height: auto;
  }
}
.supportSec03-txt {
  margin-top: 30px;
  margin-bottom: 120px;
}
.supportSec03-txt p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #404040;
  text-align: left;
}
@media screen and ((max-width: 767px)) {
  .supportSec03-txt p {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
  }
}
.supportSec03-bg {
  overflow: hidden;
}
@media screen and ((max-width: 767px)) {
  .supportSec03-bg {
    margin-top: 0;
  }
}
.supportSec03-bg img {
  width: 100%;
  height: auto;
}

.supportSec04 {
  background: url(../img/common/bg_green.webp) repeat;
  background-size: 100% auto;
  padding: 100px 0 120px;
  position: relative;
  z-index: 3;
  scroll-margin-top: -150px;
}
@media screen and ((max-width: 767px)) {
  .supportSec04 {
    background: url(../img/common/bg_green_sp.webp) repeat;
    background-size: 100% auto;
    padding: 40px 0 40px;
    scroll-margin-top: -100px;
  }
}
.supportSec04:target {
  scroll-margin-top: 200px;
}
@media screen and ((max-width: 767px)) {
  .supportSec04:target {
    scroll-margin-top: 120px;
  }
}
.supportSec04 h3 {
  color: #fff;
  font-size: 56px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and ((max-width: 767px)) {
  .supportSec04 h3 {
    font-size: 8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.supportSec04 p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and ((max-width: 767px)) {
  .supportSec04 p {
    font-size: 3.4666666667vw;
    line-height: 8vw;
    margin-bottom: 10.6666666667vw;
  }
}
.supportSec04-boxWrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and ((max-width: 767px)) {
  .supportSec04-boxWrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.supportSec04-box {
  background: #fff;
  border-radius: 24px;
  padding: 30px 40px 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and ((max-width: 767px)) {
  .supportSec04-box {
    padding: 5.3333333333vw;
    border-radius: 4vw;
    gap: 4vw;
  }
}
.supportSec04-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  height: 100px;
}
@media screen and ((max-width: 767px)) {
  .supportSec04-icon {
    width: 15vw;
    height: 15vw;
    max-width: 17.0666666667vw;
    max-height: 17.0666666667vw;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.supportSec04-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.supportSec04-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.supportSec04-content h4 {
  font-size: 24px;
  font-weight: bold;
  color: #3AA6B9;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
@media screen and ((max-width: 767px)) {
  .supportSec04-content h4 {
    font-size: 5.3333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.supportSec04-content p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #404040;
  margin: 0;
  text-align: left;
}
@media screen and ((max-width: 767px)) {
  .supportSec04-content p {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
}

.interviewSecMv {
  position: relative;
  min-height: 1075px;
}
@media screen and ((max-width: 767px)) {
  .interviewSecMv {
    margin-top: 80px;
    min-height: initial;
  }
}
.interviewSecMv__bg {
  background: url("../img/interview01/bg_mv01.webp") no-repeat center/1920px 1075px;
  width: 1920px;
  height: 1075px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and ((max-width: 767px)) {
  .interviewSecMv__bg {
    background: url("../img/interview01/bg_mv01_sp.webp") no-repeat center/100% 100%;
    position: relative;
    width: 100vw;
    height: 85.3333333333vw;
  }
}
.interviewSecMv__bg::before {
  background: url("../img/interview01/bg_mv02.webp") no-repeat left center/1327px 1075px;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and ((max-width: 767px)) {
  .interviewSecMv__bg::before {
    content: none;
  }
}
.interview02 .interviewSecMv__bg {
  background: url("../img/interview02/bg_mv01.webp") no-repeat center/1920px 1075px;
}
@media screen and ((max-width: 767px)) {
  .interview02 .interviewSecMv__bg {
    background: url("../img/interview02/bg_mv01_sp.webp") no-repeat center/100% 100%;
  }
}
.interviewSecMv__bg2 {
  background: url("../img/support/bg_sec01_01.webp") no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 471px;
  overflow: visible;
  z-index: 4;
}
@media screen and (min-width: 1921px) {
  .interviewSecMv__bg2 {
    height: 550px;
  }
}
@media screen and ((max-width: 767px)) {
  .interviewSecMv__bg2 {
    background: url("../img/interview01/bg_mv03_sp.webp") no-repeat center/100% 100%;
    right: 6.6666666667vw;
    left: auto;
    -webkit-transform: none;
            transform: none;
    width: 27.2vw;
    height: 28.8vw;
    z-index: 5;
  }
}
.interview02 .interviewSecMv__bg2 {
  background: url("../img/support/bg_sec01_01.webp") no-repeat center/cover;
}
@media screen and ((max-width: 767px)) {
  .interview02 .interviewSecMv__bg2 {
    background: url("../img/interview02/bg_mv03_sp.webp") no-repeat center/100% 100%;
  }
}
.interviewSecMv__inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  min-height: 1075px;
}
@media screen and ((max-width: 767px)) {
  .interviewSecMv__inner {
    background: url(../img/common/bg_green.webp) repeat;
    background-size: 100% auto;
    position: relative;
    left: 0;
    min-height: initial;
    -webkit-transform: none;
            transform: none;
  }
}
.interviewSecMv-txtBox {
  position: absolute;
  top: 40%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0 15px;
}
@media screen and ((max-width: 767px)) {
  .interviewSecMv-txtBox {
    position: static;
    -webkit-transform: none;
            transform: none;
    padding: 5.3333333333vw 0 0;
  }
}
.interviewSecMv-txtBox__pos {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: #3AA6B9;
}
@media screen and ((max-width: 767px)) {
  .interviewSecMv-txtBox__pos {
    color: #fff;
    font-size: 4.2666666667vw;
  }
}
.interviewSecMv-txtBox__ttl {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.667;
  letter-spacing: normal;
  margin-top: 25px;
}
@media screen and ((max-width: 767px)) {
  .interviewSecMv-txtBox__ttl {
    font-size: 6.1333333333vw;
  }
}
.interviewSecMv-txtBox2 {
  position: absolute;
  bottom: 200px;
  left: 0;
  padding: 0 15px;
}
@media screen and ((max-width: 767px)) {
  .interviewSecMv-txtBox2 {
    position: static;
    padding: 0;
    margin-top: 5.3333333333vw;
  }
}
.interviewSecMv-txtBox2__eng {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
}
@media screen and ((max-width: 767px)) {
  .interviewSecMv-txtBox2__eng {
    font-size: 5.3333333333vw;
  }
}
.interviewSecMv-txtBox2__jpn {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media screen and ((max-width: 767px)) {
  .interviewSecMv-txtBox2__jpn {
    font-size: 4vw;
  }
}

.interviewSec01 {
  background: url(../img/common/bg_green.webp) repeat;
  background-size: 100% auto;
  padding: 260px 0 0;
  position: relative;
  z-index: 3;
  color: #fff;
}
@media screen and ((max-width: 767px)) {
  .interviewSec01 {
    background: url(../img/common/bg_green_sp.webp) repeat;
    background-size: 100% auto;
  }
}
.interviewSec01::before {
  content: "";
  position: absolute;
  top: 25%;
  right: calc(37% - 460px - 100px);
  width: 89px;
  height: 189px;
  background-image: url("../img/interview01/bg_sec01_01.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and ((max-width: 767px)) {
  .interviewSec01::before {
    display: none;
  }
}
@media screen and ((max-width: 767px)) {
  .interviewSec01 {
    padding: 120px 0 0;
  }
}
.interviewSec01 h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 46px;
  letter-spacing: 0.05em;
}
@media screen and ((max-width: 767px)) {
  .interviewSec01 h3 {
    font-size: 6.1333333333vw;
    margin-bottom: 8vw;
    line-height: 10.6666666667vw;
  }
}
.interviewSec01 p {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.25;
  letter-spacing: 0.03em;
  margin-bottom: 120px;
}
@media screen and ((max-width: 767px)) {
  .interviewSec01 p {
    font-size: 3.7333333333vw;
    line-height: 8vw;
    margin-bottom: 16vw;
  }
}
.interviewSec01-imgBox {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and ((max-width: 767px)) {
  .interviewSec01-imgBox {
    width: 100%;
    padding: 0;
  }
}
.interviewSec01-imgBox img {
  width: 100%;
  height: auto;
}

.interviewSec02 {
  background: url(../img/common/bg_green.webp) repeat;
  background-size: 100% auto;
  padding: 120px 0 120px;
  position: relative;
  z-index: 3;
  color: #fff;
}
@media screen and ((max-width: 767px)) {
  .interviewSec02 {
    background: url(../img/common/bg_green_sp.webp) repeat;
    background-size: 100% auto;
  }
}
.interviewSec02::before {
  content: "";
  position: absolute;
  top: 20%;
  left: calc(35% - 460px - 100px);
  width: 174px;
  height: 254px;
  background-image: url("../img/interview01/bg_sec02_01.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and ((max-width: 767px)) {
  .interviewSec02::before {
    display: none;
  }
}
@media screen and ((max-width: 767px)) {
  .interviewSec02 {
    padding: 60px 0;
  }
}
.interviewSec02 h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 46px;
  letter-spacing: 0.05em;
}
@media screen and ((max-width: 767px)) {
  .interviewSec02 h3 {
    font-size: 6.1333333333vw;
    margin-bottom: 8vw;
  }
}
.interviewSec02 p {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.25;
  letter-spacing: 0.03em;
  margin-bottom: 120px;
}
@media screen and ((max-width: 767px)) {
  .interviewSec02 p {
    font-size: 3.7333333333vw;
    line-height: 8vw;
    margin-bottom: 16vw;
  }
}
.interviewSec02-imgBox {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and ((max-width: 767px)) {
  .interviewSec02-imgBox {
    width: 100%;
    padding: 0;
  }
}
.interviewSec02-imgBox img {
  width: 100%;
  height: auto;
}

.interviewSec03 {
  padding: 0;
  position: relative;
  z-index: 3;
  color: #fff;
}
.interviewSec03::before {
  content: "";
  position: absolute;
  top: 10%;
  right: calc(37% - 460px - 100px);
  width: 89px;
  height: 189px;
  background-image: url("../img/interview01/bg_sec01_01.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and ((max-width: 767px)) {
  .interviewSec03::before {
    display: none;
  }
}
@media screen and ((max-width: 767px)) {
  .interviewSec03 {
    padding: 0;
  }
}
.interviewSec03-wrap {
  background: url(../img/common/bg_green.webp) repeat;
  background-size: 100% auto;
  padding: 0 0 120px;
}
@media screen and ((max-width: 767px)) {
  .interviewSec03-wrap {
    background: url(../img/common/bg_green_sp.webp) repeat;
    background-size: 100% auto;
    padding: 0 0 16vw;
  }
}
.interviewSec03 h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 46px;
  letter-spacing: 0.05em;
}
@media screen and ((max-width: 767px)) {
  .interviewSec03 h3 {
    font-size: 6.1333333333vw;
    margin-bottom: 8vw;
  }
}
.interviewSec03 p {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.25;
  letter-spacing: 0.03em;
  margin-bottom: 120px;
}
@media screen and ((max-width: 767px)) {
  .interviewSec03 p {
    font-size: 3.7333333333vw;
    line-height: 8vw;
    margin-bottom: 16vw;
  }
}
.interviewSec03-imgBox {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and ((max-width: 767px)) {
  .interviewSec03-imgBox {
    width: 100%;
    padding: 0;
  }
}
.interviewSec03-imgBox img {
  width: 100%;
  height: auto;
}
.interviewSec03-bg01 {
  overflow: hidden;
}
.interviewSec03-bg01 img {
  width: 100%;
  height: auto;
}

.syokusyuSec04.is-interview {
  padding-top: 150px;
}
@media screen and ((max-width: 767px)) {
  .syokusyuSec04.is-interview {
    padding-top: 16vw;
  }
}

.faqSec01 {
  padding: 260px 0 0;
  position: relative;
  z-index: 3;
}
@media screen and ((max-width: 767px)) {
  .faqSec01 {
    padding: 120px 0 0;
  }
}
.faqSec01::before {
  content: "";
  position: absolute;
  top: 45%;
  left: calc(40% - 460px - 100px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 230px;
  height: 170px;
  background: url(../img/questionnaire/bg_sec01_01.webp) no-repeat center/contain;
  z-index: 1;
}
@media screen and ((max-width: 767px)) {
  .faqSec01::before {
    width: 24vw;
    height: 18.1333333333vw;
    left: 5.3333333333vw;
    top: 37%;
    background: url(../img/questionnaire/bg_sec01_01.webp) no-repeat center/contain;
  }
}
.faqSec01::after {
  content: "";
  position: absolute;
  top: 70%;
  right: calc(35% - 460px - 100px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 556px;
  height: 415px;
  background: url(../img/questionnaire/bg_sec01_02.webp) no-repeat center/contain;
  z-index: 1;
}
@media screen and ((max-width: 767px)) {
  .faqSec01::after {
    width: 85.3333333333vw;
    height: 92vw;
    right: -9.3333333333vw;
    top: 145%;
    background: url(../img/questionnaire/bg_sec01_02.webp) no-repeat center/contain;
  }
}
.faqSec01 .cmn-ttl {
  text-align: left;
}
@media screen and ((max-width: 767px)) {
  .faqSec01 .cmn-ttl {
    text-align: center;
  }
}
.faqSec01-txt {
  text-align: left;
  margin-top: 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.1em;
}
@media screen and ((max-width: 767px)) {
  .faqSec01-txt {
    text-align: center;
    margin-top: 6.4vw;
    font-size: 3.4666666667vw;
    line-height: 6.6666666667vw;
    letter-spacing: 0.05em;
  }
}

.faqSec02 {
  padding: 160px 0 0;
  position: relative;
  z-index: 3;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .faqSec02 {
    padding-top: 88vw;
  }
}
.faqSec02-dropDown {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 12px;
  overflow: hidden;
}
@media screen and ((max-width: 767px)) {
  .faqSec02-dropDown {
    border-radius: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.faqSec02-dropDown:last-child {
  margin-bottom: 0;
}
.faqSec02-dropDown.is-active .faqSec02-question::after {
  content: "−";
  font-size: 30px;
}
.faqSec02-dropDown__content {
  display: none;
  padding: 0px 110px 40px 90px;
  text-align: left;
}
@media screen and ((max-width: 767px)) {
  .faqSec02-dropDown__content {
    padding: 0 4vw 6.6666666667vw 14.6666666667vw;
  }
}
.faqSec02-dropDown__content p {
  color: #3AA6B9;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and ((max-width: 767px)) {
  .faqSec02-dropDown__content p {
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
  }
}
.faqSec02-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  cursor: pointer;
  position: relative;
  gap: 32px;
}
@media screen and ((max-width: 767px)) {
  .faqSec02-question {
    padding: 4vw 12vw 4vw 4vw;
    gap: 2.6666666667vw;
  }
}
.faqSec02-question p {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  font-weight: bold;
  color: #404040;
  display: block;
  text-align: left;
  letter-spacing: 0.05em;
}
@media screen and ((max-width: 767px)) {
  .faqSec02-question p {
    font-size: 4.2666666667vw;
  }
}
.faqSec02-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  font-weight: bold;
  color: #3AA6B9;
}
@media screen and ((max-width: 767px)) {
  .faqSec02-question::after {
    right: 4vw;
    font-size: 6.6666666667vw;
  }
}
.faqSec02-qIcon {
  color: #3AA6B9;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 34px;
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
}
@media screen and ((max-width: 767px)) {
  .faqSec02-qIcon {
    width: 8vw;
    height: 8vw;
    font-size: 7.4666666667vw;
  }
}

.faqSec04 {
  padding: 60px 0 0;
  position: relative;
  z-index: 3;
  text-align: center;
}
@media screen and ((max-width: 767px)) {
  .faqSec04 {
    padding: 80px 0 0;
  }
}
.faqSec04-bg {
  margin-top: 60px;
}
@media screen and ((max-width: 767px)) {
  .faqSec04-bg {
    margin-top: 21.3333333333vw;
  }
}

/*# sourceMappingURL=style.css.map*/