@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  position: relative;
}

html {
  overscroll-behavior: none;
  background-color: white;
  font-size: calc(100vw / 375 * 100);
  scroll-behavior: smooth !important;
  scroll-padding-top: 0px !important;
}
@media screen and (min-width: 768px) {
  html {
    font-size: min(calc(100vw / 1456 * 100), 100px);
    scroll-padding-top: 50px;
  }
}

strong {
  font-weight: 700;
}

a {
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

img {
  display: inline-block;
}

ul {
  list-style: none;
}

body {
  overscroll-behavior-y: none;
  font-weight: 500;
  color: #000000;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  will-change: top;
  -webkit-text-size-adjust: none;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 0.16rem;
  }
}
body * {
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  max-width: 100%;
  font-weight: inherit;
  color: inherit;
}

section {
  position: relative;
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

::selection {
  background: #000000;
  color: #ffffff;
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

@keyframes mv {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1.1);
  }
}
#link .l-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #link .l-container {
    height: 3.2rem;
    flex-direction: row;
  }
}
#link .l-container .l-wrapper {
  width: 100%;
  height: 2rem;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  padding-right: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  #link .l-container .l-wrapper {
    width: 50%;
    height: 100%;
    padding-right: 0.5rem;
    align-items: flex-start;
    padding-top: 0.55rem;
  }
}
#link .l-container .l-wrapper:nth-of-type(1) {
  background-image: url("../img/common/link_recruit_sp.svg");
}
#link .l-container .l-wrapper:nth-of-type(1) .l-content {
  text-align: right;
}
@media screen and (min-width: 768px) {
  #link .l-container .l-wrapper:nth-of-type(1) .l-content {
    text-align: left;
  }
}
#link .l-container .l-wrapper:nth-of-type(2) {
  background-image: url("../img/common/link_entry_sp.svg");
}
#link .l-container .l-wrapper .l-content {
  color: white;
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  #link .l-container .l-wrapper .l-content {
    gap: 0.11rem;
  }
}
#link .l-container .l-wrapper .l-content h2 {
  font-family: "Lexend Deca", serif;
  font-size: 0.33rem;
  line-height: 0.41rem;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #link .l-container .l-wrapper .l-content h2 {
    font-size: 0.53rem;
    line-height: 0.63rem;
  }
}
#link .l-container .l-wrapper .l-content span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #link .l-container .l-wrapper .l-content span {
    font-size: 0.2rem;
    line-height: 0.29rem;
  }
}

#fv {
  padding-bottom: 1.27rem;
  background: linear-gradient(to bottom, #004182 0%, #004182 25%, rgba(0, 65, 130, 0.8) 100%);
  height: calc(100vh + 1.27rem);
  margin-bottom: -1.27rem;
}
@media screen and (min-width: 768px) {
  #fv {
    height: calc(100vh + 1.9rem);
    margin-bottom: -2.61rem;
    background: linear-gradient(90deg, #004182 0%, #004182 60%, rgba(0, 65, 130, 0.8) 100%);
  }
}
#fv #fv-container {
  padding-top: 0.97rem;
  padding-bottom: 0.28rem;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #fv #fv-container {
    padding-top: 1.12rem;
    padding-bottom: 1.39rem;
  }
}
#fv #fv-catch span {
  display: none;
}
#fv #fv-people {
  position: absolute;
  width: 2.95rem;
  height: 3.62rem;
  z-index: 2;
  top: 0.97rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/top/fv_people.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #fv #fv-people {
    width: 5.29rem;
    height: 6.49rem;
    top: 50%;
    left: calc(50% - 0.4rem);
    transform: translateY(-50%);
  }
}
#fv #fv-logo {
  position: absolute;
  width: 2.8rem;
  height: 2.63rem;
  z-index: 1;
  bottom: 1.06rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/top/fv_logo.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #fv #fv-logo {
    width: 4.54rem;
    height: 4.25rem;
    left: 0.87rem;
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
  }
}
#fv #fv-catch {
  position: absolute;
  width: 3.1rem;
  height: 2.18rem;
  z-index: 3;
  bottom: 0.17rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/top/fv_catch_sp.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #fv #fv-catch {
    width: 7.01rem;
    height: 1.93rem;
    top: 50%;
    bottom: unset;
    left: 0;
    transform: translateY(-50%);
    background-image: url("../img/top/fv_catch_pc.svg");
  }
}
#fv #fv-catch span {
  display: none;
}

#intro {
  position: relative;
  z-index: 2;
  padding-top: 1.17rem;
  padding-bottom: 1.3rem;
}
@media screen and (min-width: 768px) {
  #intro {
    padding-top: 2.97rem;
    padding-bottom: 3.14rem;
  }
}
#intro::before {
  content: "";
  width: 100%;
  height: 8.8rem;
  background-image: url("../img/top/intro_bg_sp.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #intro::before {
    width: 100%;
    height: auto;
    aspect-ratio: 1200/1060;
    background-image: url("../img/top/intro_bg_pc.webp");
  }
}
#intro::after {
  content: "";
  width: 100%;
  height: 24.46rem;
  background: linear-gradient(to bottom, rgba(190, 222, 255, 0.8) 0%, rgba(216, 235, 255, 0.3) 25%, rgba(255, 255, 255, 0.2) 60%, white 100%);
  position: absolute;
  bottom: 0.91rem;
  left: 50%;
  transform: translate(-50%, 100%);
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  #intro::after {
    width: 100%;
    bottom: 2rem;
    height: auto;
    aspect-ratio: 1200/900;
    background: linear-gradient(to bottom, rgba(190, 222, 255, 0.8) 0%, rgba(216, 235, 255, 0.8) 25%, rgba(255, 255, 255, 0.76) 60%, white 100%);
  }
}
#intro .l-container {
  position: relative;
  z-index: 2;
  color: white;
}
#intro .l-heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.14rem;
  align-items: center;
  margin-bottom: 0.48rem;
}
@media screen and (min-width: 768px) {
  #intro .l-heading {
    margin-bottom: 0.5rem;
  }
}
#intro .l-heading strong {
  color: #6EB946;
  font-family: "Lexend Deca", serif;
  font-size: 0.37rem;
  line-height: 0.44rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #intro .l-heading strong {
    font-size: 0.52rem;
    line-height: 0.65rem;
  }
}
#intro .l-heading span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.38rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #intro .l-heading span {
    font-size: 0.38rem;
    line-height: 0.55rem;
  }
}
#intro .l-desc {
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #intro .l-desc {
    font-size: 0.18rem;
    line-height: 0.4rem;
  }
}

#feature {
  position: relative;
  z-index: 2;
  margin-top: -0.9rem;
  padding-bottom: 3.32rem;
}
@media screen and (min-width: 768px) {
  #feature {
    margin-top: -1.29rem;
    padding-bottom: 2.71rem;
  }
}
#feature .l-balloon {
  padding-top: 0.38rem;
  padding-bottom: 0.64rem;
  background-image: url("../img/top/feature_balloon_sp.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 3.25rem;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  #feature .l-balloon {
    width: 9.6rem;
    background-image: url("../img/top/feature_balloon_pc.png");
  }
}
#feature .l-balloon::after {
  content: "";
  width: 2rem;
  height: 1.92rem;
  background-image: url("../img/top/feature_deco_sp.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -0.23rem;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 768px) {
  #feature .l-balloon::after {
    width: 7.41rem;
    height: 1.13rem;
    bottom: -0.08rem;
    background-image: url("../img/top/feature_deco_pc.svg");
  }
}
#feature .l-balloon .l-heading {
  color: #004182;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.34rem;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  #feature .l-balloon .l-heading {
    margin-bottom: 0.01rem;
  }
}
#feature .l-balloon .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  #feature .l-balloon .l-container {
    flex-direction: row;
    gap: 0.02rem;
    align-items: center;
    padding-left: 0.5rem;
  }
}
#feature .l-balloon .l-catch {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.34rem;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: cetner;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #004182;
  margin-bottom: 0.13rem;
}
@media screen and (min-width: 768px) {
  #feature .l-balloon .l-catch {
    display: inline-block;
  }
}
#feature .l-balloon .l-catch strong {
  color: #6EB946;
}
#feature .l-balloon .l-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.06rem;
  margin-bottom: 0.08rem;
}
@media screen and (min-width: 768px) {
  #feature .l-balloon .l-marker {
    align-items: flex-start;
  }
}
#feature .l-balloon .l-marker span {
  color: white;
  background-color: #6EB946;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.33rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  font-feature-settings: "palt" 1;
  padding-bottom: 0.02rem;
}
@media screen and (min-width: 768px) {
  #feature .l-balloon .l-marker span {
    padding-left: 0.1rem;
    padding-right: 0.15rem;
  }
}
@media screen and (min-width: 768px) {
  #feature .l-balloon .l-marker b {
    padding-left: 0.08rem;
    padding-right: 0.08rem;
  }
}
#feature .l-balloon .l-caution {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 500;
  color: #004182;
  text-align: center;
  margin: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  #feature .l-balloon .l-caution {
    text-align: left;
  }
}
#feature .l-balloon .l-logo {
  display: flex;
  gap: 0.07rem;
  padding-left: 0.12rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #feature .l-balloon .l-logo {
    gap: 0.26rem;
    padding-left: unset;
  }
}
#feature .l-balloon .l-logo a:nth-of-type(1) {
  width: 1.66rem;
  height: 1.58rem;
}
@media screen and (min-width: 768px) {
  #feature .l-balloon .l-logo a:nth-of-type(1) {
    width: 2.54rem;
    height: 2.42rem;
  }
}
#feature .l-balloon .l-logo a:nth-of-type(2) {
  width: 1.12rem;
  height: 1.12rem;
}
@media screen and (min-width: 768px) {
  #feature .l-balloon .l-logo a:nth-of-type(2) {
    width: 1.8rem;
    height: 1.8rem;
  }
}
#feature .l-balloon .l-logo a img {
  display: block;
  width: 100%;
  height: 100%;
}

#people {
  position: relative;
  z-index: 2;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #people {
    padding-bottom: 1.41rem;
  }
}
#people .l-image {
  width: 100%;
  height: 1.82rem;
  display: flex;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #people .l-image {
    height: 5.1rem;
  }
}
#people .l-image img {
  display: block;
  -o-object-position: left;
     object-position: left;
  width: 20%;
  height: 100%;
}
#people .l-desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.3rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #people .l-desc {
    position: absolute;
    top: 0.15rem;
    right: 0;
  }
}
#people .c-btn--arrow {
  margin: auto;
}
@media screen and (min-width: 768px) {
  #people .c-btn--arrow {
    margin: unset;
    position: absolute;
    top: 1.49rem;
    left: 2.85rem;
  }
}

#benefits {
  position: relative;
  z-index: 2;
  padding-bottom: 2.64rem;
}
@media screen and (min-width: 768px) {
  #benefits {
    padding-bottom: 3.33rem;
  }
}
#benefits::after {
  content: "";
  position: absolute;
  width: 1.77rem;
  height: 1.24rem;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  background-image: url("../img/char/delight.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #benefits::after {
    width: 2.18rem;
    height: 1.53rem;
    bottom: 1.35rem;
    left: 0.95rem;
    transform: unset;
  }
}
#benefits .c-heading {
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #benefits .c-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 0.5rem;
  }
}
#benefits .l-catch {
  color: #004182;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.26rem;
  line-height: 0.39rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  #benefits .l-catch {
    font-size: 0.32rem;
    line-height: 0.54rem;
    margin-top: 0.5rem;
  }
}
#benefits .l-desc {
  margin-bottom: 0.38rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.3rem;
  letter-spacing: -0.04em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #benefits .l-desc {
    width: 4rem;
    letter-spacing: 0;
    margin-right: 0.3rem;
  }
}
#benefits .l-image {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
#benefits .l-image img {
  display: block;
  width: 3.25rem;
  height: 2.1rem;
}
@media screen and (min-width: 768px) {
  #benefits .l-image img {
    position: absolute;
  }
  #benefits .l-image img:nth-of-type(1) {
    top: 0;
    left: 0;
    width: 5.6rem;
    height: 3.66rem;
  }
  #benefits .l-image img:nth-of-type(2) {
    top: 3.71rem;
    right: 0;
    width: 3rem;
    height: 1.8rem;
  }
  #benefits .l-image img:nth-of-type(3) {
    bottom: 0;
    left: 0;
    width: 3rem;
    height: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  #benefits .l-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 5.6rem;
    height: 7.42rem;
  }
}
#benefits .c-btn--arrow {
  margin: 0.4rem auto 0;
}
@media screen and (min-width: 768px) {
  #benefits .c-btn--arrow {
    margin-top: 0.3rem;
    margin-left: unset;
  }
}

#discover {
  position: relative;
  z-index: 2;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #discover {
    padding-bottom: 2.27rem;
    overflow-x: hidden;
  }
}
#discover .u-width {
  position: relative;
}
#discover .c-heading {
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #discover .c-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 0.5rem;
  }
}
#discover .l-catch {
  color: #004182;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.26rem;
  line-height: 0.39rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.2rem;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  #discover .l-catch {
    font-size: 0.32rem;
    line-height: 0.54rem;
    margin-top: 0.5rem;
  }
}
#discover .l-desc {
  margin-bottom: 0.3rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.3rem;
  letter-spacing: -0.03em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #discover .l-desc {
    width: 4rem;
    letter-spacing: 0;
    margin-right: 0.3rem;
  }
}
#discover .l-image {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
@media screen and (min-width: 768px) {
  #discover .l-image {
    width: 6.4rem;
    position: absolute;
    z-index: 3;
    right: -0.8rem;
    top: 0.2rem;
    gap: 0;
  }
}
#discover .l-image a {
  position: relative;
  display: block;
  width: 3.25rem;
  height: 2rem;
}
@media screen and (min-width: 768px) {
  #discover .l-image a {
    width: 100%;
    height: 2.53rem;
  }
}
#discover .l-image img {
  display: block;
  width: 100%;
  height: 100%;
}
#discover .l-image h3 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.38rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0 0.1rem 0 0;
  padding-left: 0.07rem;
  padding-right: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #004182;
}
@media screen and (min-width: 768px) {
  #discover .l-image h3 {
    height: 0.5rem;
    width: 4.8rem;
    padding-left: 0.1rem;
    padding-right: 0.15rem;
  }
}
#discover .l-image h3 strong {
  display: flex;
  gap: 0.07rem;
  align-items: center;
  font-family: "Lexend Deca", serif;
  font-size: 0.2rem;
  line-height: 0.25rem;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #discover .l-image h3 strong {
    font-size: 0.28rem;
    line-height: 0.35rem;
  }
}
#discover .l-image h3 strong::before {
  content: "";
  width: 0.23rem;
  height: 0.23rem;
  display: block;
  background-image: url("../img/common/icon_question.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #discover .l-image h3 strong::before {
    width: 0.3rem;
    height: 0.3rem;
  }
}
#discover .l-image h3 span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.19rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #discover .l-image h3 span {
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}
#discover .c-btn--arrow {
  margin: 0.4rem auto 0;
}
@media screen and (min-width: 768px) {
  #discover .c-btn--arrow {
    margin-top: 0.3rem;
    margin-left: unset;
  }
}

#faq {
  padding-top: 0.35rem;
  padding-bottom: 0.81rem;
  background-color: rgba(110, 185, 70, 0.21);
}
#faq .c-heading {
  align-items: center;
  position: relative;
  margin-bottom: 2.02rem;
  gap: 0.08rem;
}
@media screen and (min-width: 768px) {
  #faq .c-heading {
    gap: 0.1rem;
    margin-bottom: 2.44rem;
  }
}
#faq .c-heading::after {
  content: "";
  display: block;
  width: 1.02rem;
  height: 1.62rem;
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  transform: translate(-50%, 100%);
  background-image: url("../img/char/question.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #faq .c-heading::after {
    bottom: -0.35rem;
  }
}
#faq .l-container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #faq .l-container {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  #faq .l-top {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  #faq .l-bottom {
    width: 6.4rem;
    flex: none;
  }
}
#faq .c-btn--arrow {
  margin: 0.6rem auto 0;
}
@media screen and (min-width: 768px) {
  #faq .c-btn--arrow {
    margin-top: unset;
  }
}

#youtube {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #youtube {
    padding-top: 1.5rem;
    padding-bottom: 1.8rem;
  }
}
#youtube .l-heading {
  display: flex;
  flex-direction: column;
  gap: 0.07rem;
  align-items: center;
  color: #6EB946;
  font-family: "Lexend Deca", serif;
  font-size: 0.25rem;
  line-height: 0.31rem;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 0.96rem;
}
@media screen and (min-width: 768px) {
  #youtube .l-heading {
    flex-direction: row;
    gap: 0.31rem;
    justify-content: center;
    margin-bottom: 0.76rem;
  }
}
#youtube .l-heading::before {
  content: "";
  width: 1.94rem;
  height: 0.37rem;
  background-image: url("../img/common/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#youtube .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.76rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #youtube .l-container {
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
  }
}
#youtube .c-btn--arrow {
  margin: 0.6rem auto 0;
}
#youtube .l-slider-heading {
  text-align: center;
  font-family: "Lexend Deca", serif;
  font-size: 0.16rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
  color: #004182;
  position: absolute;
  top: -0.16rem;
  left: 50%;
  transform: translate(-50%, -100%);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  #youtube .l-slider-heading {
    top: -0.09rem;
    font-size: 0.18rem;
    line-height: 0.23rem;
  }
}
#youtube #youtube-videos-parent {
  position: relative;
}
@media screen and (min-width: 768px) {
  #youtube #youtube-videos-parent {
    width: 5.1rem;
  }
}
#youtube #youtube-videos img {
  display: block;
  aspect-ratio: 16/9;
  border-radius: 0.1rem;
  width: 100%;
}
#youtube #youtube-shorts-parent {
  position: relative;
  width: 1.55rem;
}
@media screen and (min-width: 768px) {
  #youtube #youtube-shorts-parent {
    width: 1.6rem;
  }
}
#youtube #youtube-shorts img {
  display: block;
  aspect-ratio: 9/16;
  border-radius: 0.1rem;
  width: 100%;
}
#youtube .l-slider-next {
  width: 0.1rem;
  height: 0.15rem;
  background-image: url("../img/common/slider_next_sp.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -0.09rem;
  transform: translate(100%, -50%);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #youtube .l-slider-next {
    width: 0.5rem;
    height: 0.5rem;
    background-image: url("../img/common/slider_next_pc.svg");
    right: 0;
    transform: translate(50%, -50%);
  }
}
#youtube .l-slider-prev {
  width: 0.1rem;
  height: 0.15rem;
  background-image: url("../img/common/slider_next_sp.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: -0.09rem;
  transform: translate(-100%, -50%) scaleX(-1);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #youtube .l-slider-prev {
    width: 0.5rem;
    height: 0.5rem;
    background-image: url("../img/common/slider_next_pc.svg");
    left: 0;
    transform: translate(-50%, -50%) scaleX(-1);
  }
}

#people .p-staff__sw:not([id=sw-reset]):checked ~ .p-staff__invisible {
  display: none;
}
@media screen and (min-width: 768px) {
  #people .p-staff__sw:not([id=sw-reset]):checked ~ .p-staff__invisible {
    display: block;
  }
}
#people .p-staff__sw:not([id=sw-reset]):checked ~ section .p-staff__invisible {
  display: none;
}
@media screen and (min-width: 768px) {
  #people .p-staff__sw:not([id=sw-reset]):checked ~ section .p-staff__invisible {
    display: block;
  }
}
#people #sw-staff1:checked ~ #people-main #staff1 {
  display: flex;
}
#people #sw-staff1:checked ~ #people-main .c-btn--arrow--back {
  display: flex;
}
#people #sw-staff2:checked ~ #people-main #staff2 {
  display: flex;
}
#people #sw-staff2:checked ~ #people-main .c-btn--arrow--back {
  display: flex;
}
#people #sw-staff3:checked ~ #people-main #staff3 {
  display: flex;
}
#people #sw-staff3:checked ~ #people-main .c-btn--arrow--back {
  display: flex;
}
#people #sw-staff4:checked ~ #people-main #staff4 {
  display: flex;
}
#people #sw-staff4:checked ~ #people-main .c-btn--arrow--back {
  display: flex;
}
#people #sw-staff5:checked ~ #people-main #staff5 {
  display: flex;
}
#people #sw-staff5:checked ~ #people-main .c-btn--arrow--back {
  display: flex;
}

#people-intro {
  padding-bottom: 0.43rem;
}
@media screen and (min-width: 768px) {
  #people-intro {
    position: relative;
    z-index: 3;
    padding-top: 0.62rem;
    padding-bottom: 0;
    margin-bottom: 2.45rem;
  }
  #people-intro::after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 1rem);
    height: calc(100% + 2.45rem);
    transform: translateX(-50%);
    z-index: 1;
    top: 0;
    left: 50%;
    background: linear-gradient(to bottom, white 0%, white 90%, transparent 100%);
    pointer-events: none;
  }
  #people-intro > * {
    position: relative;
    z-index: 2;
  }
  #people-intro .c-heading--page {
    margin-top: unset;
  }
}
#people-intro .l-catch {
  margin-top: 0.3rem;
  margin-bottom: 0.42rem;
  color: #004182;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.4rem;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
}
#people-intro .l-container {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #people-intro .l-container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
#people-intro .l-container .l-wrapper {
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  height: 4.1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #people-intro .l-container .l-wrapper {
    width: 1.7rem;
  }
}
#people-intro .l-container .l-wrapper:hover {
  transition: 0.3s;
  opacity: 0.5 !important;
}
#people-intro .l-container .l-wrapper:nth-of-type(2n) .l-staff__name i {
  background-color: #001951 !important;
}
#people-intro .l-container .js-fade--up:nth-of-type(2n) .l-staff__name i {
  background-color: #001951 !important;
}
#people-intro .l-container .l-staff__photo {
  position: absolute;
  z-index: 2;
}
#people-intro .l-container .l-staff__photo img {
  display: block;
  width: 100%;
  height: 100%;
}
#people-intro .l-container .l-staff__bg {
  position: relative;
  z-index: 1;
  left: -0.25rem;
  width: 1.95rem;
  height: 4.1rem;
}
@media screen and (min-width: 768px) {
  #people-intro .l-container .l-staff__bg {
    left: unset;
    width: 1.7rem;
  }
}
#people-intro .l-container .l-staff__bg img {
  display: block;
  width: 100%;
  height: 100%;
}
#people-intro .l-container .l-staff__name {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.14rem 0.11rem;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  #people-intro .l-container .l-staff__name {
    max-width: none;
    flex: none;
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content;
    bottom: -0.4rem;
    right: unset;
    left: 0;
    transform: translateY(100%);
    padding: 0;
  }
}
#people-intro .l-container .l-staff__name--main {
  display: flex;
  flex-direction: column;
  gap: 0.01rem;
  align-items: center;
  text-align: center;
  color: #001951;
}
#people-intro .l-container .l-staff__name--main span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 600;
}
#people-intro .l-container .l-staff__name--main strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
}
#people-intro .l-container .l-staff__name i {
  width: 0.54rem;
  height: 0.62rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-family: "Lexend Deca", serif;
  font-size: 0.26rem;
  line-height: 0.33rem;
  letter-spacing: 0em;
  font-weight: 300;
  color: white;
  background-color: #6EB946;
  flex: none;
  -webkit-clip-path: polygon(0% 25%, 50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%);
          clip-path: polygon(0% 25%, 50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%);
}
@media screen and (min-width: 768px) {
  #people-intro .l-container .l-staff__name i {
    display: flex;
    flex-direction: column;
    gap: 0rem;
    align-items: center;
  }
  #people-intro .l-container .l-staff__name i::after {
    content: "";
    width: 0.08rem;
    height: 0.06rem;
    background-color: white;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  }
}
#people-intro .l-container .l-staff__check {
  position: absolute;
  bottom: 0.18rem;
  left: 0.44rem;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 0.03rem;
  align-items: center;
  color: white;
  font-family: "Lexend Deca", serif;
  font-size: 0.2rem;
  line-height: 0.25rem;
  letter-spacing: 0em;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  #people-intro .l-container .l-staff__check {
    display: none;
  }
}
#people-intro .l-container .l-staff__check::before {
  content: "";
  width: 0.11rem;
  height: 0.14rem;
  background-color: white;
  -webkit-clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
          clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
}
#people-intro .l-container #list-staff1 {
  margin-bottom: 0.57rem;
}
@media screen and (min-width: 768px) {
  #people-intro .l-container #list-staff1 {
    margin-bottom: unset;
  }
}
#people-intro .l-container #list-staff1 .l-staff__photo {
  top: 0;
  right: 0.3rem;
  width: 1.58rem;
  height: 3.87rem;
}
@media screen and (min-width: 768px) {
  #people-intro .l-container #list-staff1 .l-staff__photo {
    top: 0.45rem;
    right: -0.38rem;
  }
}
#people-intro .l-container #list-staff2 {
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #people-intro .l-container #list-staff2 {
    margin-bottom: unset;
  }
}
#people-intro .l-container #list-staff2 .l-staff__photo {
  top: 0;
  right: 0.5rem;
  width: 1.19rem;
  height: 3.85rem;
}
@media screen and (min-width: 768px) {
  #people-intro .l-container #list-staff2 .l-staff__photo {
    top: 0.57rem;
    right: -0.32rem;
  }
}
#people-intro .l-container #list-staff3 {
  margin-bottom: 0.55rem;
}
@media screen and (min-width: 768px) {
  #people-intro .l-container #list-staff3 {
    margin-bottom: unset;
  }
}
#people-intro .l-container #list-staff3 .l-staff__photo {
  top: 0.05rem;
  right: 0.6rem;
  width: 0.95rem;
  height: 3.84rem;
}
@media screen and (min-width: 768px) {
  #people-intro .l-container #list-staff3 .l-staff__photo {
    top: 0.48rem;
    right: -0.18rem;
  }
}
#people-intro .l-container #list-staff4 {
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #people-intro .l-container #list-staff4 {
    margin-bottom: unset;
  }
}
#people-intro .l-container #list-staff4 .l-staff__photo {
  top: -0.25rem;
  right: 0.37rem;
  width: 1.36rem;
  height: 4.35rem;
}
@media screen and (min-width: 768px) {
  #people-intro .l-container #list-staff4 .l-staff__photo {
    top: -0.03rem;
    right: -0.31rem;
  }
}
#people-intro .l-container #list-staff5 .l-staff__photo {
  top: 0.05rem;
  right: 0.54rem;
  width: 1.01rem;
  height: 3.71rem;
}
@media screen and (min-width: 768px) {
  #people-intro .l-container #list-staff5 .l-staff__photo {
    top: 0.61rem;
    right: -0.18rem;
  }
}

#people-main {
  padding-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  #people-main {
    padding-bottom: 1.25rem;
  }
}
#people-main #staff1 .p-staff__photo {
  width: 0.74rem;
  height: 1.8rem;
  top: 0.15rem;
  right: 0.1rem;
}
@media screen and (min-width: 768px) {
  #people-main #staff1 .p-staff__photo {
    top: -0.03rem;
    right: 1rem;
  }
}
#people-main #staff2 .p-staff__photo {
  width: 0.52rem;
  height: 1.69rem;
  top: 0.17rem;
  right: 0.18rem;
}
@media screen and (min-width: 768px) {
  #people-main #staff2 .p-staff__photo {
    top: 0rem;
    right: 1.13rem;
  }
}
#people-main #staff3 .p-staff__photo {
  width: 0.45rem;
  height: 1.83rem;
  top: 0.04rem;
  right: 0rem;
}
@media screen and (min-width: 768px) {
  #people-main #staff3 .p-staff__photo {
    top: -0.28rem;
    right: 0.8rem;
  }
}
#people-main #staff4 .p-staff__photo {
  width: 0.62rem;
  height: 1.96rem;
  top: -0.07rem;
  right: 0.2rem;
}
@media screen and (min-width: 768px) {
  #people-main #staff4 .p-staff__photo {
    top: -0.36rem;
    right: 1.49rem;
  }
}
@media screen and (min-width: 768px) {
  #people-main #staff4 .p-staff__text {
    position: relative;
    left: 0.1rem;
    width: 5.32rem;
  }
}
@media screen and (min-width: 768px) {
  #people-main #staff4 .p-staff__message--wrapper p {
    width: 4.8rem;
  }
}
#people-main #staff5 .p-staff__photo {
  width: 0.49rem;
  height: 1.8rem;
  top: 0.09rem;
  right: 0.29rem;
}
@media screen and (min-width: 768px) {
  #people-main #staff5 .p-staff__photo {
    top: -0.24rem;
    right: 1.14rem;
  }
}
#people-main .c-btn--arrow--back {
  display: none;
}

#people-char {
  padding-bottom: 0.61rem;
}
@media screen and (min-width: 768px) {
  #people-char {
    padding-bottom: 1.28rem;
  }
}
#people-char .l-heading {
  display: flex;
  gap: 0.13rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #people-char .l-heading {
    gap: 0.17rem;
  }
}
#people-char .l-heading span {
  width: 0.66rem;
  height: 0.77rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-family: "Lexend Deca", serif;
  font-size: 0.32rem;
  line-height: 0.4rem;
  letter-spacing: 0em;
  font-weight: 300;
  color: white;
  background-color: #001951;
  flex: none;
  -webkit-clip-path: polygon(0% 25%, 50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%);
          clip-path: polygon(0% 25%, 50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%);
}
#people-char .l-heading strong {
  color: #001951;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.3rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #people-char .l-heading strong {
    font-size: 0.3rem;
    line-height: 0.44rem;
  }
}
#people-char .l-content {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
  margin-top: 0.13rem;
}
@media screen and (min-width: 768px) {
  #people-char .l-content {
    flex-direction: row;
    gap: unset;
    margin-top: 0.09rem;
  }
}
#people-char .l-content img {
  display: block;
}
#people-char .l-content #char {
  width: 2.12rem;
  height: 1.69rem;
}
@media screen and (min-width: 768px) {
  #people-char .l-content #char {
    width: 3.26rem;
    height: 2.6rem;
    margin: auto;
  }
}
#people-char .l-content #char-desc {
  width: 100%;
  height: 3.78rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  #people-char .l-content #char-desc {
    width: 4.95rem;
    height: 2.74rem;
  }
}

#people-concept {
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #people-concept {
    padding-bottom: 1.5rem;
  }
}
#people-concept .l-heading {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
  margin-bottom: 0.18rem;
}
@media screen and (min-width: 768px) {
  #people-concept .l-heading {
    text-align: center;
    align-items: center;
    margin-bottom: 0.6rem;
  }
}
#people-concept .l-heading span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: 0em;
  font-weight: 500;
  color: #001951;
}
#people-concept .l-heading strong {
  margin-top: 0.2rem;
  margin-bottom: 0.09rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.38rem;
  line-height: 0.55rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #people-concept .l-heading strong {
    margin-bottom: 0.1rem;
  }
}
#people-concept .l-heading small {
  color: #001951;
  font-family: "Lexend Deca", serif;
  font-size: 0.2rem;
  line-height: 0.25rem;
  letter-spacing: 0em;
  font-weight: 400;
}
#people-concept .l-heading small b {
  color: #6EB946;
}
#people-concept .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  #people-concept .l-container {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
}
#people-concept .l-container .l-text {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  align-items: flex-start;
}
#people-concept .l-container .l-text h3 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0em;
  font-weight: 500;
}
#people-concept .l-container .l-text p {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
}
#people-concept .l-container .l-concept {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #people-concept .l-container .l-concept {
    width: 5.2rem;
    flex: none;
  }
}
#people-concept .l-container .l-concept img {
  display: block;
  width: 100%;
  height: auto;
}

#people-message {
  padding-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  #people-message {
    padding-bottom: 0.59rem;
  }
}
#people-message .l-heading {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  align-items: center;
  text-align: center;
  margin-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  #people-message .l-heading {
    margin-bottom: 0.5rem;
  }
}
#people-message .l-heading strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: 0em;
  font-weight: 500;
  color: #004182;
}
#people-message .l-heading span {
  font-family: "Lexend Deca", serif;
  font-size: 0.2rem;
  line-height: 0.25rem;
  letter-spacing: 0em;
  font-weight: 400;
  color: #6EB946;
}
#people-message .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.34rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #people-message .l-container {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.78rem;
  }
}
#people-message .l-photo {
  margin-bottom: 0.15rem;
}
@media screen and (min-width: 768px) {
  #people-message .l-photo {
    width: 5.2rem;
    margin-bottom: 0.1rem;
    flex: none;
  }
}
#people-message .l-photo img {
  display: block;
  width: 100%;
  height: auto;
}
#people-message .l-catch {
  color: #004182;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: -0.03em;
  font-weight: 500;
  margin-bottom: 0.15rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #people-message .l-catch {
    margin-bottom: 0.3rem;
  }
}
#people-message .l-name {
  display: flex;
  flex-direction: column;
  gap: 0.07rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #people-message .l-name {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 0.12rem;
  }
}
#people-message .l-name small {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
}
#people-message .l-name strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-left: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  #people-message .l-name strong {
    margin-left: unset;
  }
}
#people-message .l-text {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
}

#discover-intro {
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #discover-intro {
    padding-bottom: 1.5rem;
  }
}
#discover-intro .l-catch {
  color: #004182;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.19rem;
  line-height: 0.27rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 0.32rem;
  margin-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  #discover-intro .l-catch {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-top: 0.46rem;
  }
}
#discover-intro .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #discover-intro .l-container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
#discover-intro .l-container .l-wrapper {
  width: 2.8rem;
  height: 3.67rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #discover-intro .l-container .l-wrapper {
    width: 3.2rem;
    height: 4.19rem;
  }
}
@media screen and (min-width: 768px) {
  #discover-intro .l-container .l-wrapper:hover {
    opacity: 1;
    transform: translateY(0.2rem);
  }
}
#discover-intro .l-container .l-wrapper .l-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.3rem;
}
#discover-intro .l-container .l-wrapper .l-balloon {
  position: absolute;
  width: 2.45rem;
  height: 1.23rem;
  left: 50%;
  top: 0.37rem;
  transform: translateX(-50%);
  background-color: white;
  border-radius: 0.15rem;
  padding-top: 0.39rem;
  display: flex;
  flex-direction: column;
  gap: 0.03rem;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #discover-intro .l-container .l-wrapper .l-balloon {
    padding-top: 0.45rem;
    gap: 0.05rem;
    width: 2.8rem;
    height: 1.4rem;
    top: 0.42rem;
  }
}
#discover-intro .l-container .l-wrapper .l-balloon::before {
  content: "";
  width: 0.54rem;
  height: 0.54rem;
  position: absolute;
  left: 50%;
  top: -0.21rem;
  transform: translateX(-50%);
  background-image: url("../img/common/icon_question.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #discover-intro .l-container .l-wrapper .l-balloon::before {
    width: 0.62rem;
    height: 0.62rem;
    top: -0.24rem;
  }
}
#discover-intro .l-container .l-wrapper .l-balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.24rem;
  transform: translateX(-50%);
  width: 0.31rem;
  height: 0.26rem;
  background-color: white;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
#discover-intro .l-container .l-wrapper .l-balloon strong {
  color: #001951;
  font-family: "Lexend Deca", serif;
  font-size: 0.28rem;
  line-height: 0.35rem;
  letter-spacing: 0em;
  font-weight: 700;
}
#discover-intro .l-container .l-wrapper .l-balloon span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.17rem;
  line-height: 0.25rem;
  letter-spacing: 0em;
  font-weight: 500;
}
#discover-intro .l-container .l-wrapper .l-char {
  position: absolute;
  z-index: 3;
  bottom: 0.39rem;
  left: 50%;
  transform: translateX(-50%);
}
#discover-intro .l-container .l-wrapper .l-char--smile {
  width: 1.05rem;
  height: 1.39rem;
  transform: translateX(-43%);
}
@media screen and (min-width: 768px) {
  #discover-intro .l-container .l-wrapper .l-char--smile {
    width: 1.2rem;
    height: 1.59rem;
  }
}
#discover-intro .l-container .l-wrapper .l-char--cheers {
  width: 1.15rem;
  height: 1.35rem;
}
@media screen and (min-width: 768px) {
  #discover-intro .l-container .l-wrapper .l-char--cheers {
    width: 1.35rem;
    height: 1.59rem;
  }
}
#discover-intro .l-container .l-wrapper .l-arrow {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  background-color: white;
  border-radius: 100%;
  padding-top: 0.15rem;
  display: flex;
  justify-content: center;
  width: 0.7rem;
  height: 0.7rem;
}
@media screen and (min-width: 768px) {
  #discover-intro .l-container .l-wrapper .l-arrow {
    width: 0.8rem;
    height: 0.8rem;
    padding-top: 0.16rem;
  }
}
#discover-intro .l-container .l-wrapper .l-arrow::before {
  content: "";
  width: 0.21rem;
  height: 0.21rem;
  background-image: url("../img/common/arrow_bottom.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #discover-intro .l-container .l-wrapper .l-arrow::before {
    width: 0.24rem;
    height: 0.24rem;
  }
}

#discover-what {
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #discover-what {
    padding-bottom: 1.2rem;
  }
}
#discover-what .l-heading {
  width: 3.25rem;
  height: 1.09rem;
  background-image: url("../img/discover/heading1_sp.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #discover-what .l-heading {
    margin-bottom: 0.6rem;
    background-image: url("../img/discover/heading1_pc.svg");
    width: 5.6rem;
    height: 0.83rem;
  }
}
#discover-what .l-heading span, #discover-what .l-heading strong {
  display: none;
}
#discover-what .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #discover-what .l-container {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.39rem 0.77rem;
  }
}
#discover-what .l-container .l-wrapper {
  --color: #6EB946;
  border-radius: 0 0 0.3rem 0;
  border-bottom: 0.02rem solid var(--color);
  border-right: 0.02rem solid var(--color);
  padding-right: 0.23rem;
  width: 100%;
  height: 3.7rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #discover-what .l-container .l-wrapper {
    border-width: 0.04rem;
    width: 4.8rem;
    height: 2.4rem;
  }
}
#discover-what .l-container .l-wrapper:nth-of-type(2n) {
  --color: #001951;
}
@media screen and (min-width: 768px) {
  #discover-what .l-container .l-wrapper:nth-of-type(4n) {
    --color: #6EB946;
  }
}
@media screen and (min-width: 768px) {
  #discover-what .l-container .l-wrapper:nth-of-type(4n+1) {
    --color: #6EB946;
  }
}
@media screen and (min-width: 768px) {
  #discover-what .l-container .l-wrapper:nth-of-type(4n+2) {
    --color: #001951;
  }
}
@media screen and (min-width: 768px) {
  #discover-what .l-container .l-wrapper:nth-of-type(4n+3) {
    --color: #001951;
  }
}
#discover-what .l-container .l-name {
  display: flex;
  gap: 0.15rem;
  color: #001951;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.28rem;
  line-height: 0.42rem;
  letter-spacing: 0em;
  font-weight: 500;
  align-items: center;
  margin-bottom: 0.07rem;
  position: relative;
  top: -0.08rem;
}
#discover-what .l-container .l-name::before {
  content: "";
  flex: none;
  width: 0.05rem;
  height: 0.7rem;
  background-color: var(--color);
  position: relative;
  top: 0.03rem;
}
#discover-what .l-container .l-image {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
}
#discover-what .l-container .l-desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
#discover-what .l-container #what1 {
  width: 1.52rem;
  height: 1.77rem;
  bottom: 0.22rem;
}
@media screen and (min-width: 768px) {
  #discover-what .l-container #what1 {
    width: 1.7rem;
    height: 1.99rem;
    bottom: 0.31rem;
    right: 0.36rem;
    transform: unset;
  }
}
#discover-what .l-container #what2 {
  width: 1.79rem;
  height: 1.32rem;
  bottom: 0.43rem;
}
@media screen and (min-width: 768px) {
  #discover-what .l-container #what2 {
    width: 2.05rem;
    height: 1.51rem;
    right: 0.25rem;
    bottom: 0.69rem;
    transform: unset;
  }
}
#discover-what .l-container #what3 {
  width: 1.36rem;
  height: 1.26rem;
  bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  #discover-what .l-container #what3 {
    width: 1.36rem;
    height: 1.26rem;
    right: 0.43rem;
    bottom: 0.61rem;
    transform: unset;
  }
}
#discover-what .l-container #what4 {
  width: 1.32rem;
  height: 1.61rem;
  bottom: 0.26rem;
}
@media screen and (min-width: 768px) {
  #discover-what .l-container #what4 {
    width: 1.32rem;
    height: 1.61rem;
    right: 0.45rem;
    bottom: 0.48rem;
    transform: unset;
  }
}
#discover-what .l-container #what5 {
  width: 1.08rem;
  height: 1.63rem;
  bottom: 0.26rem;
}
@media screen and (min-width: 768px) {
  #discover-what .l-container #what5 {
    width: 1.2rem;
    height: 1.8rem;
    right: 0.57rem;
    bottom: 0.4rem;
    transform: unset;
  }
}
#discover-what .l-container #what6 {
  width: 1.84rem;
  height: 1.63rem;
  right: 55%;
  bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  #discover-what .l-container #what6 {
    width: 1.82rem;
    height: 1.86rem;
    right: 0.49rem;
    bottom: 0.35rem;
    transform: unset;
  }
}
#discover-what .l-container #what7 {
  width: 1.24rem;
  height: 1.42rem;
  bottom: 0.39rem;
}
@media screen and (min-width: 768px) {
  #discover-what .l-container #what7 {
    width: 1.47rem;
    height: 1.68rem;
    right: 0.49rem;
    bottom: 0.4rem;
    transform: unset;
  }
}
#discover-what .l-container #what8 {
  width: 1.79rem;
  height: 1.26rem;
  right: 55%;
  bottom: 0.45rem;
}
@media screen and (min-width: 768px) {
  #discover-what .l-container #what8 {
    width: 1.78rem;
    height: 1.26rem;
    right: 0.51rem;
    bottom: 0.57rem;
    transform: unset;
  }
}
#discover-what .l-container #what9 {
  width: 1.68rem;
  height: 1.84rem;
  right: 55%;
  bottom: 0.21rem;
}
@media screen and (min-width: 768px) {
  #discover-what .l-container #what9 {
    width: 1.67rem;
    height: 2.06rem;
    right: 0.59rem;
    bottom: 0.23rem;
    transform: unset;
  }
}

#discover-work {
  padding-bottom: 0.85rem;
}
@media screen and (min-width: 768px) {
  #discover-work {
    padding-bottom: 1.2rem;
  }
}
#discover-work .l-heading {
  width: 3.25rem;
  height: 1.09rem;
  background-image: url("../img/discover/heading2_sp.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #discover-work .l-heading {
    margin-bottom: 0.6rem;
    background-image: url("../img/discover/heading2_pc.svg");
    width: 5.6rem;
    height: 0.83rem;
  }
}
#discover-work .l-heading span, #discover-work .l-heading strong {
  display: none;
}
#discover-work .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #discover-work .l-container {
    gap: 0.5rem;
  }
}
#discover-work .l-container .l-wrapper {
  --color: #6EB946;
  display: flex;
  flex-direction: column;
  gap: 0.17rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #discover-work .l-container .l-wrapper {
    gap: 0.2rem;
  }
}
#discover-work .l-container .l-wrapper:nth-of-type(2n) {
  --color: #004182;
}
#discover-work .l-container .l-name {
  display: flex;
  flex-direction: column;
  gap: 0.01rem;
  align-items: flex-start;
  position: relative;
  padding-left: 0.17rem;
}
@media screen and (min-width: 768px) {
  #discover-work .l-container .l-name {
    flex-direction: row;
    align-items: baseline;
    gap: 0.3rem;
    padding-left: 0.16rem;
  }
}
#discover-work .l-container .l-name::before {
  content: "";
  width: 0.05rem;
  height: 0.6rem;
  position: absolute;
  bottom: 0.03rem;
  left: 0;
  background-color: var(--color);
  display: block;
}
@media screen and (min-width: 768px) {
  #discover-work .l-container .l-name::before {
    height: 0.34rem;
    bottom: 0.06rem;
  }
}
#discover-work .l-container .l-name strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.34rem;
  line-height: 0.49rem;
  letter-spacing: 0em;
  font-weight: 500;
}
#discover-work .l-container .l-name span {
  color: var(--color);
  font-family: "Lexend Deca", serif;
  font-size: 0.18rem;
  line-height: 0.23rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #discover-work .l-container .l-name span {
    position: relative;
    top: -0.07rem;
  }
}
#discover-work .l-container .l-image {
  width: 100%;
  height: 1.67rem;
}
@media screen and (min-width: 768px) {
  #discover-work .l-container .l-image {
    width: 5.2rem;
    height: 2.68rem;
    flex: none;
  }
}
#discover-work .l-container .l-image img {
  display: block;
  width: 100%;
  height: 100%;
}
#discover-work .l-container .l-content {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #discover-work .l-container .l-content {
    flex-direction: row;
    gap: 0.4rem;
  }
}
#discover-work .l-container .l-content .l-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #discover-work .l-container .l-content .l-text {
    gap: 0.3rem;
  }
}
#discover-work .l-container .l-content .l-text h4 {
  color: var(--color);
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.21rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #discover-work .l-container .l-content .l-text h4 {
    font-size: 0.26rem;
    line-height: 0.39rem;
  }
}
#discover-work .l-container .l-content .l-text p {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #discover-work .l-container .l-content .l-text p {
    line-height: 0.32rem;
  }
}

#discover-strengths {
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #discover-strengths {
    padding-bottom: 1.2rem;
  }
}
#discover-strengths .l-heading {
  width: 3.25rem;
  height: 1.09rem;
  background-image: url("../img/discover/heading3_sp.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  margin-bottom: 1.42rem;
}
@media screen and (min-width: 768px) {
  #discover-strengths .l-heading {
    margin-bottom: 0.6rem;
    background-image: url("../img/discover/heading3_pc.svg");
    width: 5.6rem;
    height: 0.83rem;
  }
}
#discover-strengths .l-heading span, #discover-strengths .l-heading strong {
  display: none;
}
#discover-strengths #staff1 .l-image {
  width: 2.62rem;
  height: 3.3rem;
  margin-left: 0.23rem;
  margin-bottom: -0.17rem;
}
@media screen and (min-width: 768px) {
  #discover-strengths #staff1 .l-image {
    height: 3.67rem;
    margin-left: unset;
    margin-bottom: unset;
    transform: translateY(1rem);
  }
}
#discover-strengths #staff1 .l-image--balloon {
  left: -0.23rem;
  top: -1.12rem;
}
@media screen and (min-width: 768px) {
  #discover-strengths #staff1 .l-image--balloon {
    left: 50%;
    top: -1.25rem;
    transform: translateX(-50%);
    width: 3.62rem;
    height: 1.47rem;
  }
}
#discover-strengths #staff2 {
  margin-top: 1.65rem;
  margin-bottom: 1.72rem;
}
@media screen and (min-width: 768px) {
  #discover-strengths #staff2 {
    margin-top: 1.22rem;
    margin-bottom: 1.22rem;
  }
}
#discover-strengths #staff2 .l-image {
  width: 3.14rem;
  height: 3.04rem;
  margin-left: -0.1rem;
  margin-bottom: 0.09rem;
}
@media screen and (min-width: 768px) {
  #discover-strengths #staff2 .l-image {
    width: 3.52rem;
    height: 3.39rem;
    margin-left: unset;
    margin-bottom: unset;
    transform: translateY(0.3rem);
  }
}
#discover-strengths #staff2 .l-image--balloon {
  left: 0.06rem;
  top: -0.85rem;
}
@media screen and (min-width: 768px) {
  #discover-strengths #staff2 .l-image--balloon {
    left: calc(50% + 0.1rem);
    top: -0.95rem;
    transform: translateX(-50%);
    width: 3.62rem;
    height: 1.47rem;
  }
}
@media screen and (min-width: 768px) {
  #discover-strengths #staff2 .l-text--desc {
    line-height: 0.4rem;
  }
}
@media screen and (min-width: 768px) {
  #discover-strengths #staff3 {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  #discover-strengths #staff3 .l-text {
    padding-right: unset;
    padding-left: 0.64rem;
  }
}
#discover-strengths #staff3 .l-image {
  width: 3.01rem;
  height: 3.22rem;
  margin-left: 0.13rem;
  margin-bottom: -0.1rem;
}
@media screen and (min-width: 768px) {
  #discover-strengths #staff3 .l-image {
    width: 3.23rem;
    height: 3.45rem;
    margin-left: unset;
    margin-bottom: unset;
    transform: translateX(-0.7rem);
  }
}
#discover-strengths #staff3 .l-image--balloon {
  left: -0.13rem;
  top: -0.9rem;
  width: 3.28rem;
  height: 1.47rem;
}
@media screen and (min-width: 768px) {
  #discover-strengths #staff3 .l-image--balloon {
    left: calc(50% + 0.1rem);
    top: -0.7rem;
    transform: translateX(-50%);
    width: 4.31rem;
    height: 1.47rem;
  }
}
@media screen and (min-width: 768px) {
  #discover-strengths #staff3 .l-text .c-percent {
    margin-left: 1.25rem;
  }
  #discover-strengths #staff3 .l-text .c-percent::before {
    left: -0.32rem;
  }
}
@media screen and (min-width: 768px) {
  #discover-strengths #staff3 .l-text--question {
    padding-bottom: 0.05rem;
    width: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  #discover-strengths #staff3 .l-text--desc {
    line-height: 0.4rem;
    width: 4.03rem;
  }
}
#discover-strengths .l-container {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #discover-strengths .l-container {
    flex-direction: row;
    align-items: flex-end;
  }
}
#discover-strengths .l-image {
  position: relative;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (min-width: 768px) {
  #discover-strengths .l-image {
    width: 50% !important;
    flex: none;
  }
}
#discover-strengths .l-image--balloon {
  width: 3.25rem;
  height: 1.32rem;
  position: absolute;
  max-width: unset;
  z-index: 2;
}
#discover-strengths .l-image--staff {
  width: 100%;
  height: 100%;
}
#discover-strengths .l-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  #discover-strengths .l-text {
    width: 50%;
    padding-right: 0.8rem;
  }
}
#discover-strengths .l-text--question {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.19rem;
  line-height: 0.3rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-bottom: 0.14rem;
  width: 100%;
  color: #001951;
  border-bottom: 0.015rem solid #001951;
}
@media screen and (min-width: 768px) {
  #discover-strengths .l-text--question {
    font-size: 0.24rem;
    line-height: 0.44rem;
    font-weight: 600;
    padding-bottom: 0.19rem;
    margin-bottom: 0.1rem;
  }
}
#discover-strengths .l-text--desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 0.14rem;
}
#discover-strengths .l-text .c-percent {
  margin-left: auto;
  margin-bottom: -0.15rem;
}
#discover-strengths .l-column {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  align-items: flex-start;
  width: 100%;
  margin-top: 0.4rem;
}
@media screen and (min-width: 768px) {
  #discover-strengths .l-column {
    margin-top: 0.77rem;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
#discover-strengths .l-column--wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #discover-strengths .l-column--wrapper {
    width: 2.65rem;
  }
}
#discover-strengths .l-column .l-text--question {
  font-size: 0.19rem;
  line-height: 0.3rem;
  padding-bottom: 0.15rem;
}
#discover-strengths .l-column .c-percent {
  margin-left: auto;
  margin-bottom: -0.15rem;
}
@media screen and (min-width: 768px) {
  #discover-strengths .l-column .c-percent::before {
    width: 0.75rem;
    height: 0.4rem;
    left: -0.02rem;
    top: calc(50% + 0.05rem);
  }
  #discover-strengths .l-column .c-percent::after {
    font-size: 0.43rem;
    line-height: 0.54rem;
    padding-left: 0.05rem;
  }
  #discover-strengths .l-column .c-percent strong {
    font-size: 0.82rem;
    line-height: 1.03rem;
  }
  #discover-strengths .l-column .c-percent small {
    font-size: 0.44rem;
    line-height: 0.44rem;
  }
}
#discover-strengths .l-box {
  width: 3.59rem;
  margin: auto;
  margin-top: 0.4rem;
  border-radius: 0.3rem;
  background-color: rgba(110, 185, 70, 0.05);
  padding: 0.25rem 0 0.32rem;
}
@media screen and (min-width: 768px) {
  #discover-strengths .l-box {
    width: 100%;
    margin-top: 0.6rem;
    padding-top: 0.5rem;
    padding-bottom: 0.56rem;
  }
}
#discover-strengths .l-box--heading {
  text-align: center;
  color: #001951;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.34rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #discover-strengths .l-box--heading {
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.28rem;
    line-height: 0.48rem;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
#discover-strengths .l-box--heading small {
  font-size: 0.5em;
  line-height: 0.5em;
  position: relative;
  top: -0.8em;
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
}
#discover-strengths .l-box--catch {
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.34rem;
  letter-spacing: 0em;
  font-weight: 500;
  color: #001951;
  margin-top: 0.16rem;
  margin-bottom: 0.23rem;
}
@media screen and (min-width: 768px) {
  #discover-strengths .l-box--catch {
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.28rem;
    line-height: 0.48rem;
    letter-spacing: 0em;
    font-weight: 500;
    margin-top: unset;
    margin-bottom: unset;
  }
}
#discover-strengths .l-box--catch b {
  color: #6EB946;
}
#discover-strengths .l-box--marker {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  align-items: center;
}
#discover-strengths .l-box--marker span {
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.34rem;
  letter-spacing: 0em;
  font-weight: 500;
  background-color: #6EB946;
  font-feature-settings: "palt" 1;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
@media screen and (min-width: 768px) {
  #discover-strengths .l-box--marker span {
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.28rem;
    line-height: 0.48rem;
    letter-spacing: 0em;
    font-weight: 500;
    padding-bottom: 0.02rem;
  }
}
#discover-strengths .l-box--caution {
  margin-top: 0.1rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  color: #001951;
  display: block;
}
@media screen and (min-width: 768px) {
  #discover-strengths .l-box--caution {
    font-size: 0.14rem;
    line-height: 0.2rem;
    margin-top: 0.16rem;
  }
}
#discover-strengths .l-box--container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}
@media screen and (min-width: 768px) {
  #discover-strengths .l-box--container {
    gap: 0.6rem;
    padding-left: 0.78rem;
    padding-right: 0.56rem;
    margin-top: 0.5rem;
  }
}
#discover-strengths .l-box--wrapper {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #discover-strengths .l-box--wrapper {
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
  }
}
#discover-strengths .l-box--image img {
  display: block;
  width: 100%;
  height: 100%;
}
#discover-strengths .l-box--text {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #discover-strengths .l-box--text {
    width: 4.8rem;
    align-items: flex-start;
    flex: none;
  }
}
#discover-strengths .l-box--text h4 {
  color: #6EB946;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.34rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #discover-strengths .l-box--text h4 {
    text-align: left;
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
}
#discover-strengths .l-box--text p {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
}
#discover-strengths .l-box #box1 {
  width: 2.79rem;
  height: 2.66rem;
  margin-top: -0.08rem;
}
@media screen and (min-width: 768px) {
  #discover-strengths .l-box #box1 {
    width: 3.56rem;
    height: 3.4rem;
    margin-right: 0.7rem;
    margin-top: unset;
  }
}
#discover-strengths .l-box #box2 {
  width: 1.72rem;
  height: 1.72rem;
  margin-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  #discover-strengths .l-box #box2 {
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 1.38rem;
    margin-bottom: unset;
    margin-top: 0.3rem;
  }
}

#benefits-intro {
  padding-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #benefits-intro {
    padding-bottom: 0.52rem;
  }
}
#benefits-intro .l-container {
  margin-top: 0.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #benefits-intro .l-container {
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 0.79rem;
  }
}
#benefits-intro .l-container .l-image {
  width: 2.97rem;
  height: 2.55rem;
}
@media screen and (min-width: 768px) {
  #benefits-intro .l-container .l-image {
    width: 2.97rem;
    height: 2.76rem;
  }
}
#benefits-intro .l-container .l-image img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
#benefits-intro .l-container .l-text {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #benefits-intro .l-container .l-text {
    width: 4.4rem;
    padding-top: 0.18rem;
  }
}

#benefits-main {
  padding-bottom: 1.06rem;
}
@media screen and (min-width: 768px) {
  #benefits-main {
    padding-bottom: 1.17rem;
  }
}
#benefits-main #staff1 {
  right: 0;
  bottom: -1.37rem;
  width: 3.72rem;
  height: 2.36rem;
}
@media screen and (min-width: 768px) {
  #benefits-main #staff1 {
    right: unset;
    width: 4.24rem;
    height: 2.8rem;
    left: -0.28rem;
    bottom: -1.04rem;
  }
}
#benefits-main #staff2 {
  width: 3.25rem;
  height: 3.71rem;
  bottom: -0.17rem;
  right: 0;
  transform: translateY(100%);
}
@media screen and (min-width: 768px) {
  #benefits-main #staff2 {
    transform: unset;
    width: 2.42rem;
    height: 5.53rem;
    top: 0;
    bottom: unset;
    right: -1.92rem;
  }
}
#benefits-main #staff3 {
  width: 3.39rem;
  height: 2.21rem;
  bottom: -0.15rem;
  left: 0;
  transform: translateY(100%);
}
@media screen and (min-width: 768px) {
  #benefits-main #staff3 {
    width: 4.83rem;
    height: 2.47rem;
    bottom: 0.79rem;
  }
}
#benefits-main #staff4 {
  width: 3.01rem;
  height: 1.91rem;
  bottom: -0.15rem;
  left: 0;
  transform: translateY(100%);
}
@media screen and (min-width: 768px) {
  #benefits-main #staff4 {
    width: 4.72rem;
    height: 3.11rem;
    bottom: 0.77rem;
  }
}
@media screen and (min-width: 768px) {
  #benefits-main #item1 {
    margin-bottom: 1.41rem;
  }
}
#benefits-main #item1-image {
  margin-bottom: 1.37rem;
  width: 3.72rem;
  height: 2.36rem;
}
@media screen and (min-width: 768px) {
  #benefits-main #item1-image {
    margin-bottom: unset;
  }
}
@media screen and (min-width: 768px) {
  #benefits-main #item1-image {
    width: 4.85rem;
    height: 3.88rem;
  }
}
@media screen and (min-width: 768px) {
  #benefits-main #item1 .l-desc {
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 768px) {
  #benefits-main #item1 .l-text {
    position: relative;
  }
}
#benefits-main #item2 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #benefits-main #item2 .l-desc {
    width: 2.65rem;
  }
}
#benefits-main #item2-image {
  width: 3.25rem;
  height: 2.5rem;
  margin-bottom: 0.15rem;
}
@media screen and (min-width: 768px) {
  #benefits-main #item2-image {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    width: 2.27rem;
    height: 2.51rem;
  }
}
#benefits-main #item2-image img {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  #benefits-main #item3 {
    margin-bottom: 0.37rem;
  }
}
#benefits-main #item3-image {
  position: relative;
  width: 3.25rem;
  height: 2.5rem;
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 768px) {
  #benefits-main #item3-image {
    width: 2.85rem;
    height: 3.4rem;
    margin-bottom: 0.25rem;
  }
}
#benefits-main #item4-image {
  width: 3.25rem;
  height: 2.5rem;
  margin-bottom: 0.15rem;
}
@media screen and (min-width: 768px) {
  #benefits-main #item4-image {
    margin-bottom: 0.25rem;
    width: 4.8rem;
    height: 3.4rem;
  }
}
@media screen and (min-width: 768px) {
  #benefits-main #item5 {
    margin-top: 0.28rem;
  }
}
#benefits-main #item5-image {
  width: 3.25rem;
  height: 2.5rem;
  margin-bottom: 0.15rem;
}
@media screen and (min-width: 768px) {
  #benefits-main #item5-image {
    margin-bottom: 0.25rem;
    width: 4.8rem;
    height: 3.4rem;
  }
}
@media screen and (min-width: 768px) {
  #benefits-main #item6 {
    margin-bottom: 0.33rem;
  }
}
#benefits-main #item6-image {
  width: 3.25rem;
  height: 2.5rem;
  margin-bottom: 0.15rem;
}
@media screen and (min-width: 768px) {
  #benefits-main #item6-image {
    margin-bottom: 0.25rem;
    width: 4.8rem;
    height: 3.4rem;
  }
}
#benefits-main #item7-image {
  width: 3.25rem;
  height: 2.5rem;
  margin-bottom: 0.15rem;
}
@media screen and (min-width: 768px) {
  #benefits-main #item7-image {
    margin-bottom: 0.25rem;
    width: 4.8rem;
    height: 3.4rem;
  }
}
#benefits-main #item7 .l-heading {
  letter-spacing: -0.07em;
}
@media screen and (min-width: 768px) {
  #benefits-main #item8 {
    margin-top: 0.17rem;
  }
}
#benefits-main #item8-image {
  width: 3.25rem;
  height: 2.5rem;
  margin-bottom: 1.74rem;
}
@media screen and (min-width: 768px) {
  #benefits-main #item8-image {
    margin-bottom: 1.56rem;
    width: 4.8rem;
    height: 3.4rem;
  }
}
@media screen and (min-width: 768px) {
  #benefits-main #item9 {
    margin-top: -0.93rem;
    margin-bottom: 0.63rem;
  }
}
#benefits-main #item9-image {
  width: 3.25rem;
  height: 2.5rem;
  margin-bottom: 1.74rem;
}
@media screen and (min-width: 768px) {
  #benefits-main #item9-image {
    margin-bottom: 2.07rem;
    width: 4.8rem;
    height: 3.4rem;
  }
}
@media screen and (min-width: 768px) {
  #benefits-main #item10 {
    margin-top: 0.5rem;
  }
}
#benefits-main #item10-image {
  width: 3.25rem;
  height: 2.5rem;
  margin-bottom: 0.15rem;
}
@media screen and (min-width: 768px) {
  #benefits-main #item10-image {
    margin-bottom: 0.25rem;
    width: 4.8rem;
    height: 3.4rem;
  }
}
#benefits-main #item11-image {
  margin-bottom: 0.15rem;
  width: 3.72rem;
  height: 2.36rem;
  flex: none;
}
@media screen and (min-width: 768px) {
  #benefits-main #item11-image {
    margin-bottom: unset;
  }
}
@media screen and (min-width: 768px) {
  #benefits-main #item11-image {
    width: 5.54rem;
    height: 4.32rem;
  }
}
#benefits-main #item11 .l-text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #benefits-main #item11 .l-text {
    width: 4.42rem;
    margin-left: auto;
  }
}
#benefits-main .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #benefits-main .l-container {
    gap: 0;
  }
}
@media screen and (min-width: 768px) {
  #benefits-main .l-container {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#benefits-main .l-container .l-wrapper {
  position: relative;
}
@media screen and (min-width: 768px) {
  #benefits-main .l-container .l-wrapper {
    width: 4.8rem;
    flex: none;
  }
}
#benefits-main .l-container .l-wrapper--full {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #benefits-main .l-container .l-wrapper--full {
    width: 100% !important;
    flex-direction: row;
    justify-content: space-between;
  }
}
#benefits-main .l-container .l-wrapper--side {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #benefits-main .l-container .l-wrapper--side {
    gap: 0.4rem;
    width: 5.2rem;
  }
}
#benefits-main .l-container .l-image {
  width: 3.25rem;
  height: 2.5rem;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#benefits-main .l-container .l-image img {
  display: block;
  width: 100%;
  height: 100%;
}
#benefits-main .l-container .l-staff {
  position: absolute;
  z-index: 2;
  max-width: unset;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#benefits-main .l-container .l-staff img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#benefits-main .l-container .l-heading {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 0.64rem;
  background-color: #001951;
  color: white;
  display: flex;
  align-items: center;
  padding-top: 0.1rem;
  padding-bottom: 0.12rem;
  padding-left: 0.14rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: 0em;
  font-weight: 600;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 0.24rem) 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 0.24rem) 0%, 100% 100%, 0% 100%);
  margin-bottom: 0.15rem;
}
#benefits-main .l-container .l-heading span {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #benefits-main .l-container .l-heading span {
    flex-direction: row;
    align-items: baseline;
  }
}
#benefits-main .l-container .l-heading span small {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.22rem;
  letter-spacing: 0em;
  font-weight: 600;
}
#benefits-main .l-container .l-heading--green {
  background-color: #6EB946;
}
#benefits-main .l-container .l-desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #benefits-main .l-container .l-desc {
    line-height: 0.32rem;
  }
}
#benefits-main .l-container .l-desc b {
  color: #6EB946;
  font-weight: 600;
}
#benefits-main .l-container .l-list {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  align-items: flex-start;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  padding-left: 1em;
  font-feature-settings: "palt" 1;
}
#benefits-main .l-container .l-list h4 {
  font-weight: 700;
  font-size: 0.18rem;
  position: relative;
}
#benefits-main .l-container .l-list h4::before {
  position: absolute;
  transform: translateX(-100%);
  content: "・";
  color: #004182;
  font-feature-settings: initial;
}

#benefits-bottom {
  position: relative;
  padding-bottom: 3.61rem;
}
@media screen and (min-width: 768px) {
  #benefits-bottom {
    padding-bottom: 4.25rem;
  }
}
#benefits-bottom strong {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.4rem;
}
@media screen and (min-width: 768px) {
  #benefits-bottom strong {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0.15rem;
    margin-bottom: 0.31rem;
  }
  #benefits-bottom strong span {
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.26rem;
    line-height: 0.37rem;
    letter-spacing: 0em;
    font-weight: 500;
    padding-bottom: 0.08rem;
  }
}
#benefits-bottom strong img {
  display: block;
  width: 2.5rem;
  height: 0.48rem;
}
@media screen and (min-width: 768px) {
  #benefits-bottom strong img {
    width: 3.4rem;
    height: 0.65rem;
  }
}
#benefits-bottom p {
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.34rem;
  letter-spacing: 0em;
  font-weight: 500;
}
#benefits-bottom::after {
  content: "";
  width: 3.14rem;
  height: 2.2rem;
  background-image: url("../img/char/delight.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #benefits-bottom::after {
    bottom: 1.23rem;
  }
}

#recruit-top {
  padding-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #recruit-top {
    padding-bottom: 0.67rem;
  }
}
#recruit-top .l-container {
  margin-top: 0.48rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.19rem 0;
}
@media screen and (min-width: 768px) {
  #recruit-top .l-container {
    margin-top: 1rem;
  }
}
#recruit-top .l-container .l-wrapper {
  width: 1.04rem;
  height: 0.52rem;
  opacity: 0.3;
  transition: 0.3s;
  position: relative;
  background-color: #001951;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 700;
  color: white;
  text-align: center;
  font-feature-settings: "palt" 1;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #recruit-top .l-container .l-wrapper {
    width: 1.6rem;
    height: 0.81rem;
    font-size: 0.18rem;
    line-height: 0.28rem;
  }
}
#recruit-top .l-container .l-wrapper::after {
  content: "";
  position: absolute;
  width: 0.16rem;
  height: 0.14rem;
  bottom: 0.01rem;
  left: 50%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: #001951;
  transform: translate(-50%, 100%);
  opacity: 0;
  transition: 0.3s;
}
#recruit-top .l-container .l-wrapper:hover {
  opacity: 1;
}
#recruit-top .l-container .l-wrapper--active {
  opacity: 1;
}
#recruit-top .l-container .l-wrapper--active::after {
  opacity: 1;
}

#recruit-main {
  position: relative;
  padding-bottom: 1rem;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #recruit-main {
    padding-bottom: 2rem;
  }
}
#recruit-main .l-content {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#recruit-main .l-content .l-heading {
  color: #001951;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.36rem;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 0.14rem;
}
@media screen and (min-width: 768px) {
  #recruit-main .l-content .l-heading {
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin-bottom: 0.24rem;
  }
}
#recruit-main .l-content--active {
  position: initial;
  opacity: 1;
  pointer-events: all;
}
#recruit-main .l-table {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
  width: 100%;
  padding-bottom: 0.2rem;
  border-bottom: 0.01rem solid rgba(0, 25, 81, 0.3);
}
@media screen and (min-width: 768px) {
  #recruit-main .l-table {
    gap: unset;
    padding-bottom: unset;
  }
}
#recruit-main .l-table dl {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #recruit-main .l-table dl {
    flex-direction: row;
    gap: unset;
    align-items: unset;
    border-top: 0.01rem solid rgba(0, 25, 81, 0.3);
  }
}
#recruit-main .l-table dl dt {
  width: 100%;
  height: 0.35rem;
  display: flex;
  align-items: center;
  left: 0.06rem;
  padding-bottom: 0.02rem;
  padding-left: 0.06rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
  color: #001951;
  background-color: rgba(0, 25, 81, 0.05);
  border-top: 0.01rem solid rgba(0, 25, 81, 0.3);
  border-bottom: 0.01rem solid rgba(0, 25, 81, 0.3);
}
@media screen and (min-width: 768px) {
  #recruit-main .l-table dl dt {
    width: 1.89rem;
    height: auto;
    flex: none;
    border: unset;
    padding-top: 0.2rem;
    padding-left: 0.2rem;
    align-items: flex-start;
  }
}
#recruit-main .l-table dl dd {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #recruit-main .l-table dl dd {
    padding-top: 0.22rem;
    padding-left: 0.35rem;
    padding-right: 0.43rem;
    padding-bottom: 0.25rem;
  }
}
#recruit-main .l-table dl dd a {
  color: #001951;
  text-decoration: underline;
  padding-right: 0.05rem;
}

#faq-main {
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #faq-main {
    padding-bottom: 1.99rem;
  }
}
#faq-main .c-heading--page {
  position: relative;
  width: 100%;
  gap: 0.06rem;
}
@media screen and (min-width: 768px) {
  #faq-main .c-heading--page {
    width: -moz-fit-content;
    width: fit-content;
    gap: 0.57rem;
    align-items: center;
    height: -moz-fit-content;
    height: fit-content;
  }
}
#faq-main .c-heading--page span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.17rem;
  line-height: 0.25rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #faq-main .c-heading--page span {
    writing-mode: vertical-rl;
    font-size: 0.24rem;
    line-height: 0.4rem;
    letter-spacing: 0.05em;
  }
}
#faq-main .c-heading--page::after {
  content: "";
  position: absolute;
  width: 0.65rem;
  height: 1.03rem;
  background-image: url("../img/char/question.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0.1rem;
  right: 0.28rem;
}
@media screen and (min-width: 768px) {
  #faq-main .c-heading--page::after {
    top: unset;
    bottom: -0.58rem;
    right: 42%;
    transform: translate(50%, 100%);
    width: 1.02rem;
    height: 1.62rem;
  }
}
@media screen and (min-width: 768px) {
  #faq-main .l-container {
    display: flex;
    gap: 0.95rem;
  }
}
#faq-main .l-container .l-content {
  margin-top: 0.52rem;
}
@media screen and (min-width: 768px) {
  #faq-main .l-container .l-content {
    margin-top: 0.8rem;
    width: 6.4rem;
  }
}
#faq-main .l-faq {
  border-top: 0.01rem solid #CECECE;
}
#faq-main .l-faq__wrapper {
  border-bottom: 0.01rem solid #CECECE;
  padding-top: 0.3rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-bottom: 0.32rem;
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #faq-main .l-faq__wrapper {
    gap: 0.24rem;
    padding-top: 0.33rem;
    padding-left: 0.22rem;
    padding-right: 0.23rem;
    padding-bottom: 0.3rem;
  }
}
#faq-main .l-faq__wrapper:nth-last-of-type(1) {
  padding-bottom: unset;
  border-bottom: unset;
}
#faq-main .l-faq__wrapper:nth-of-type(2n) {
  background-color: rgba(110, 185, 70, 0.05);
  padding-bottom: 0.32rem;
  border-bottom: 0.01rem solid #CECECE;
}
@media screen and (min-width: 768px) {
  #faq-main .l-faq__wrapper:nth-of-type(2n) {
    padding-bottom: 0.3rem;
  }
}
#faq-main .l-faq__question {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
  display: flex;
  gap: 0.16rem;
}
@media screen and (min-width: 768px) {
  #faq-main .l-faq__question {
    gap: 0.08rem;
  }
}
#faq-main .l-faq__question::before {
  content: "Q";
  width: 0.26rem;
  height: 0.26rem;
  background-color: #004182;
  color: white;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lexend Deca", serif;
  font-size: 0.2rem;
  line-height: 0.25rem;
  letter-spacing: 0em;
  font-weight: 700;
  position: relative;
  top: 0.05rem;
  box-sizing: border-box;
  padding-bottom: 0.02rem;
}
@media screen and (min-width: 768px) {
  #faq-main .l-faq__question::before {
    top: 0.03rem;
  }
}
#faq-main .l-faq__answer {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  display: flex;
  gap: 0.16rem;
}
@media screen and (min-width: 768px) {
  #faq-main .l-faq__answer {
    gap: 0.08rem;
  }
}
#faq-main .l-faq__answer::before {
  content: "A";
  width: 0.26rem;
  height: 0.26rem;
  background-color: #6EB946;
  color: white;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lexend Deca", serif;
  font-size: 0.2rem;
  line-height: 0.25rem;
  letter-spacing: 0em;
  font-weight: 700;
  position: relative;
  top: 0.1rem;
  box-sizing: border-box;
  padding-bottom: 0.02rem;
}
@media screen and (min-width: 768px) {
  #faq-main .l-faq__answer::before {
    top: 0.01rem;
  }
}

#form {
  padding-bottom: 0.63rem;
  color: black;
}
@media screen and (min-width: 768px) {
  #form {
    padding-bottom: 2.42rem;
  }
}
#form .c-heading--page {
  margin-bottom: 0.38rem;
}
@media screen and (min-width: 768px) {
  #form .c-heading--page {
    margin-bottom: 0.73rem;
  }
}
#form .c-heading--page strong {
  font-family: "Lexend Deca", serif;
  font-size: 0.4rem;
  line-height: 0.4rem;
  letter-spacing: 0em;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #form .c-heading--page strong {
    font-size: 0.64rem;
    line-height: 0.8rem;
  }
}
#form .l-desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.16rem;
}
@media screen and (min-width: 768px) {
  #form .l-desc {
    font-size: 0.14rem;
    line-height: 0.28rem;
    text-align: left;
    margin-bottom: 0.3rem;
  }
}
#form .l-caution {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.4rem;
  display: block;
}
#form .l-caution i {
  color: #FFC0C0;
  padding-right: 0.03rem;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  #form .l-caution {
    text-align: left;
  }
}
#form .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  #form .l-container {
    gap: 0.14rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #form .l-left {
    width: 2.68rem;
    flex: none;
  }
}
@media screen and (min-width: 768px) {
  #form .l-right {
    flex-grow: 1;
    padding-right: 0.8rem;
  }
}
#form .l-heading--underline {
  padding-bottom: 0.19rem;
  justify-content: space-between;
  border-bottom: 0.01rem solid black;
  position: relative;
  margin-bottom: 0.31rem;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #form .l-heading--underline {
    text-align: left;
    margin-bottom: 0.44rem;
    padding-bottom: 0.11rem;
  }
}
@media screen and (min-width: 768px) {
  #form .l-complete {
    width: 100%;
  }
}
#form .l-complete h3 {
  margin-bottom: 1.92rem;
  position: relative;
  text-align: center;
  color: #6EB946;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.26rem;
  line-height: 0.37rem;
  letter-spacing: 0em;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  #form .l-complete h3 {
    margin-bottom: 2.04rem;
  }
}
#form .l-complete h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.21rem;
  transform: translate(-50%, 100%);
  width: 1.87rem;
  height: 1.31rem;
  background-image: url("../img/char/delight.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #form .l-complete h3::after {
    bottom: -0.31rem;
  }
}
#form .l-complete p {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: -0.02em;
  font-weight: 400;
  display: block;
  margin-bottom: 0.24rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #form .l-complete p {
    font-size: 0.14rem;
    line-height: 0.28rem;
    margin-bottom: 0.24rem;
  }
}
#form .l-complete .c-btn--prev {
  margin: auto;
}
#form .l-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: white;
  border-radius: 0.1rem;
  border: 0.015rem solid #004182;
  padding-top: 0.17rem;
  padding-bottom: 0.16rem;
  margin: auto;
  text-align: center;
  color: #004182;
  position: relative;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  #form .l-box {
    width: 5.14rem;
    margin-bottom: 0.8rem;
  }
}
#form .l-box h4 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
#form .l-box span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #form .l-box span {
    text-align: left;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.12rem;
    line-height: 0.2rem;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-left: 0.1rem;
    position: relative;
    top: -0.04rem;
  }
}
#form .l-box a {
  font-family: "Lexend Deca", serif;
  font-size: 0.38rem;
  line-height: 0.48rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  position: relative;
  margin-top: 0.04rem;
  gap: 0rem;
  display: flex;
  align-items: baseline;
  color: #004182;
}
@media screen and (min-width: 768px) {
  #form .l-box a {
    align-items: flex-end;
    margin-top: 0.1rem;
  }
}
#form .l-box a::before {
  content: "TEL.";
  font-family: "Lexend Deca", serif;
  font-size: 0.22rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #form .l-box a::before {
    position: relative;
    top: -0.05rem;
  }
}
@media screen and (min-width: 768px) {
  #form .p-form__second .l-right {
    padding-left: 0.93rem;
  }
}
@media screen and (min-width: 768px) {
  #form .p-form__third .l-right {
    width: 8.65rem;
    margin-top: -0.2rem;
    padding-right: unset;
  }
}
#wpadminbar {
  display: none;
}
@media screen and (min-width: 768px) {
  #wpadminbar {
    display: flex;
  }
}

.p-body {
  background-color: white;
}
.p-body[data-template="page-description.php"] {
  overflow: hidden;
}

.p-main {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-main {
    flex-direction: row;
  }
}
.p-main__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-main__nav {
    position: relative;
    display: block;
    min-width: 2.4rem;
    width: 2.4rem;
    background-color: white;
    border-right: 0.02rem solid #6EB946;
  }
}
.p-main__nav--current {
  color: #6EB946;
  display: flex;
  align-items: center;
  gap: 0.08rem;
}
.p-main__nav--current::before {
  content: "";
  width: 0.12rem;
  height: 0.14rem;
  flex: none;
  background-color: #6EB946;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
.p-main__nav--container {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 0rem;
  right: 0;
  padding-top: 0.4rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-bottom: 0.4rem;
}
.p-main__nav--wrapper {
  width: 2.4rem;
  margin-left: auto;
}
.p-main__nav--logo {
  display: flex;
  flex-direction: column;
  gap: 0.09rem;
  margin-bottom: 0.1rem;
}
.p-main__nav--logo img {
  display: block;
  width: 1.94rem;
  height: 0.37rem;
}
.p-main__nav--logo span {
  font-family: "Lexend Deca", serif;
  font-size: 0.15rem;
  line-height: 0.19rem;
  letter-spacing: 0em;
  font-weight: 700;
  color: #004182;
}
.p-main__nav--menu {
  padding-left: 0.2rem;
}
.p-main__nav--menu--cp {
  width: 1.6rem;
  height: 0.5rem;
  border: 0.015rem solid #6EB946;
  color: #6EB946;
  display: flex;
  flex-direction: column;
  border-radius: 0.05rem;
  align-items: flex-start;
  justify-content: center;
  padding-left: 0.11rem;
  position: relative;
  left: -0.2rem;
}
.p-main__nav--menu--cp strong {
  font-size: 0.14rem;
  line-height: 0.18rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-main__nav--menu--cp span {
  margin-top: -0.02rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.1rem;
  line-height: 0.14rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-main__nav--menu--cp::after {
  content: "";
  width: 0.05rem;
  height: 0.09rem;
  background-image: url("../img/common/chevron_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0.08rem;
  transform: translateY(-50%);
  display: block;
}
.p-main__nav--menu ul {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  color: #004182;
}
.p-main__nav--menu ul li a {
  display: flex;
  flex-direction: column;
  gap: 0.01rem;
  align-items: flex-start;
}
.p-main__nav--menu ul li a strong {
  font-family: "Lexend Deca", serif;
  font-size: 0.2rem;
  line-height: 0.25rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-main__nav--menu ul li a span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-main__nav--menu ul li [href*="youtube.com"] {
  width: 0.9rem;
}
.p-main__nav--menu ul li [href*="youtube.com"] img {
  display: block;
  width: 100%;
  height: auto;
}
.p-main__nav--menu ul li em {
  font-family: "Lexend Deca", serif;
  font-size: 0.125rem;
  line-height: 0.16rem;
  letter-spacing: 0em;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
}
.p-main__content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-main__content {
    width: unset;
    flex-grow: 1;
  }
}

.p-header {
  z-index: 1000;
  background-color: white;
  height: 0.7rem;
  border-bottom: 0.02rem solid #6EB946;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.35rem;
  letter-spacing: 0em;
  font-weight: 40000;
  --color: #000000;
  --f-color: brightness(0) saturate(100%) invert(24%) sepia(47%) saturate(295%) hue-rotate(108deg) brightness(87%) contrast(89%);
  transition: 0.6s;
  opacity: 1;
  animation: 1s header-in forwards;
}
@media screen and (min-width: 768px) {
  .p-header {
    display: none;
  }
}
.p-header__cp {
  width: 1.3rem;
  height: 0.4rem;
  border: 0.015rem solid #6EB946;
  color: #6EB946;
  display: flex;
  flex-direction: column;
  border-radius: 0.05rem;
  align-items: flex-start;
  justify-content: center;
  padding-left: 0.11rem;
  position: absolute;
  top: 0.16rem;
  right: 0.69rem;
}
.p-header__cp strong {
  font-family: "Lexend Deca", serif;
  font-size: 0.11rem;
  line-height: 0.14rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-header__cp::after {
  content: "";
  width: 0.05rem;
  height: 0.09rem;
  background-image: url("../img/common/chevron_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0.08rem;
  transform: translateY(-50%);
  display: block;
}
.p-header__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0.16rem;
  left: 0.17rem;
}
.p-header__logo h1 {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}
.p-header__logo h1 span {
  color: #004182;
  font-family: "Lexend Deca", serif;
  font-size: 0.1rem;
  line-height: 0.13rem;
  letter-spacing: 0.01em;
  font-weight: 700;
}
.p-header__logo h1 img {
  display: block;
  transition: 0.3s;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  width: 1.26rem;
  height: 0.24rem;
}
.p-header__container {
  position: relative;
  z-index: 1001;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__container {
    display: flex;
    align-items: flex-end;
    width: 12rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0.71rem;
    box-shadow: unset;
  }
}
.p-header__nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  max-height: 100vh;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  color: #004182;
  transform: translateX(100%);
  transition: 0.3s;
  padding-top: 0.99rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-bottom: 0.4rem;
  overflow: scroll;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    display: none;
  }
}
.p-header__nav--container {
  display: flex;
  flex-direction: column;
  flex: none;
  max-height: unset;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__nav--bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-header__nav--bottom--left {
    border-right: 0.01rem solid #ffffff;
    padding-right: 0.41rem;
    position: relative;
  }
}
.p-header__nav--link {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.3rem;
}
.p-header__nav--link a {
  display: flex;
  flex-direction: column;
}
.p-header__nav--link a strong {
  font-family: "Lexend Deca", serif;
  font-size: 0.2rem;
  line-height: 0.25rem;
  letter-spacing: 0.02em;
  font-weight: 50000;
}
.p-header__nav--link a span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-header__nav--link em {
  font-style: normal;
  font-family: "Lexend Deca", serif;
  font-size: 0.125rem;
  line-height: 0.16rem;
  letter-spacing: 0em;
  font-weight: 400;
  text-decoration: underline;
}
.p-header__nav--link [href*="youtube.com"] {
  display: flex;
}
.p-header__nav--link [href*="youtube.com"] img {
  display: block;
  width: 0.9rem;
  height: auto;
}
.p-header__nav--info {
  display: flex;
  flex-direction: column;
  gap: 0.09rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav--info {
    gap: 0.06rem;
    margin-bottom: -0.06rem;
  }
}
.p-header__nav--info span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.19rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-header__nav--info span {
    line-height: 0.24rem;
  }
}
.p-header__nav--info strong {
  font-size: 0.25rem;
  line-height: 0.25rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-header__nav--info strong {
    font-size: 0.26rem;
    line-height: 0.34rem;
  }
}
.p-header__nav--box {
  position: fixed;
  z-index: 100000;
  top: 0.25rem;
  right: 0.25rem;
  width: 0.27rem;
  height: 0.17rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-header__nav--box {
    display: none;
  }
}
.p-header__nav--box--check {
  display: none;
}
.p-header__nav--box--check:checked ~ .p-header__nav {
  transform: translateX(0);
}
.p-header__nav--box--check:checked ~ .p-header__nav--bg {
  pointer-events: all;
  opacity: 1;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box::after {
  opacity: 0;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line {
  background-color: #6EB946;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(1) {
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(1) {
    height: 0.015rem;
  }
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(2) {
  opacity: 0;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(3) {
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(3) {
    height: 0.015rem;
  }
}
.p-header__nav--box--line {
  position: absolute;
  z-index: 1;
  top: 50%;
  transition: 0.3s;
  width: 100%;
  height: 0.02rem;
  background-color: #004182;
}
.p-header__nav--box--line:nth-of-type(1) {
  transform: translateY(calc(-0.06rem - 50%));
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--line:nth-of-type(1) {
    transform: translateY(calc(-0.08rem - 50%));
  }
}
.p-header__nav--box--line:nth-of-type(2) {
  transform: translateY(-50%);
}
.p-header__nav--box--line:nth-of-type(3) {
  transform: translateY(calc(0.06rem - 50%));
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--line:nth-of-type(3) {
    transform: translateY(calc(0.08rem - 50%));
  }
}

@keyframes header-in {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    pointer-events: all;
  }
}
@keyframes header-out {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
.p-banner {
  position: fixed;
  z-index: 300;
  bottom: 0.1rem;
  right: 0.1rem;
  opacity: 0;
  transform: translateY(100%);
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 100%;
  background-color: #6EB946;
}
@media screen and (min-width: 768px) {
  .p-banner {
    bottom: 0.46rem;
    right: 0.5rem;
    width: 1.58rem;
    height: 1.58rem;
  }
}
.p-banner:hover {
  opacity: 1;
}
.p-banner:hover::before {
  content: "";
  transform: translate(-50%, -15%);
}
.p-banner::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 0.82rem;
  height: 0.82rem;
  left: 50%;
  top: -0.24rem;
  transform: translateX(-50%);
  background-image: url("../img/char/entry.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-banner::before {
    width: 1.18rem;
    height: 1.18rem;
    top: -0.35rem;
  }
}
.p-banner::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 0.55rem;
  height: 0.33rem;
  left: 50%;
  bottom: 0.11rem;
  transform: translateX(-50%);
  background-image: url("../img/common/entry.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-banner::after {
    width: 0.89rem;
    height: 0.53rem;
    bottom: 0.15rem;
  }
}
.p-banner--active {
  opacity: 1;
  transform: translateY(0);
}

.p-footer {
  position: relative;
  background-color: #004182;
  color: white;
  padding: 0.84rem 0.45rem 0.44rem;
  z-index: 400;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 0.85rem;
    padding-bottom: 0.76rem;
    padding-left: unset;
    padding-right: unset;
  }
}
.p-footer__pagetop {
  width: 0.72rem;
  height: 0.72rem;
  top: -0.28rem;
  right: 0.25rem;
  position: absolute;
  background-image: url("../img/common/pagetop.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-footer__pagetop {
    right: unset;
    left: calc(50% + 5.28rem);
    top: -0.35rem;
  }
}
.p-footer__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-footer__container {
    flex-direction: row;
    align-items: flex-start;
    width: 11.8rem;
    margin: auto;
  }
}
.p-footer__logo {
  width: 2.3rem;
  display: block;
  margin: auto;
  margin-bottom: 0.36rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    margin: unset;
    margin-bottom: 0.24rem;
  }
}
.p-footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.p-footer__info {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.17rem;
  line-height: 0.29rem;
  letter-spacing: 0em;
  font-weight: 400;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-footer__info {
    text-align: left;
    display: inline;
    font-weight: 500;
  }
}
.p-footer__info span {
  position: relative;
}
.p-footer__info span a {
  position: absolute;
  width: 0.26rem;
  height: 0.27rem;
  background-image: url("../img/common/icon_map.svg");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0.02rem;
  right: -0.03rem;
  display: block;
  transform: translateX(100%);
}
@media screen and (min-width: 768px) {
  .p-footer__info span a {
    width: 0.38rem;
    height: 0.41rem;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__top {
    padding-top: 0.14rem;
  }
}
.p-footer__middle {
  margin-top: 0.43rem;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-footer__middle {
    margin-top: unset;
    margin-bottom: unset;
    margin-left: 1.98rem;
    margin-right: auto;
    width: 3.1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    padding-top: 0.07rem;
  }
}
.p-footer__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.2rem;
}
.p-footer__menu li {
  min-width: 1.12rem;
}
.p-footer__menu li a {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
}
.p-footer__menu li a span {
  font-family: "Lexend Deca", serif;
  font-size: 0.1rem;
  line-height: 0.13rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-footer__menu li a strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-footer__menu li a strong {
    font-weight: 700;
  }
}

.p-news-list {
  display: flex;
  flex-direction: column;
}
.p-news-list__wrapper {
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
  border-bottom: 0.01rem solid #EFF0F0;
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
}
.p-news-list__wrapper:nth-of-type(1) {
  padding-top: unset;
}
@media screen and (min-width: 768px) {
  .p-news-list__wrapper {
    flex-direction: row;
    gap: 0.48rem;
    align-items: baseline;
    padding-top: 0.24rem;
    padding-bottom: 0.24rem;
  }
}
.p-news-list__date {
  font-size: 0.16rem;
  line-height: 0.16rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-news-list__date {
    flex: none;
    white-space: nowrap;
    font-size: 0.2rem;
    line-height: 0.2rem;
  }
}
.p-news-list__title {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.22rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-news-list__title[href=""] {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-news-list__title {
    font-size: 0.2rem;
    line-height: 0.34rem;
  }
}

.p-faq {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
  counter-reset: count 0;
  border-top: 0.01rem solid #CECECE;
}
@media screen and (min-width: 768px) {
  .p-faq {
    margin: auto;
  }
}
.p-faq__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 0.01rem solid #CECECE;
  counter-increment: count 1;
}
@media screen and (min-width: 768px) {
  .p-faq__wrapper {
    padding-left: 0.225rem;
    padding-right: 0.225rem;
  }
}
.p-faq__switch {
  display: none;
}
.p-faq__switch:checked ~ .p-faq__answer {
  max-height: inherit;
  opacity: 1;
  padding-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-faq__switch:checked ~ .p-faq__answer {
    padding-bottom: 0.3rem;
  }
}
.p-faq__switch:checked ~ .p-faq__question {
  padding-bottom: 0.09rem;
}
@media screen and (min-width: 768px) {
  .p-faq__switch:checked ~ .p-faq__question {
    padding-bottom: 0.26rem;
  }
}
.p-faq__switch:checked ~ .p-faq__question .p-faq__display::after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}
.p-faq__question {
  position: relative;
  padding-top: 0.3rem;
  padding-right: 0.43rem;
  padding-bottom: 0.3rem;
  cursor: pointer;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
  transition: 0.3s;
  display: flex;
  gap: 0.12rem;
  color: black;
}
@media screen and (min-width: 768px) {
  .p-faq__question {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
.p-faq__question::before {
  content: "Q";
  width: 0.26rem;
  height: 0.26rem;
  font-family: "Lexend Deca", serif;
  font-size: 0.2rem;
  line-height: 0.25rem;
  letter-spacing: 0em;
  font-weight: 700;
  color: white;
  background-color: #004182;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.02rem;
  position: relative;
  top: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-faq__question::before {
    top: 0.03rem;
  }
}
.p-faq__display {
  position: absolute;
  right: 0.1rem;
  top: 50%;
  width: 0.25rem;
  height: 0.25rem;
  transition: 0.3s;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-faq__display {
    bottom: 0.35rem;
    right: 0rem;
  }
}
.p-faq__display::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.01rem;
  background-color: #6EB946;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: inherit;
  border-radius: 1rem;
}
.p-faq__display::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.01rem;
  background-color: #6EB946;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-90deg);
  transition: inherit;
  border-radius: 1rem;
}
.p-faq__answer {
  position: relative;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
  font-weight: 300;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
  display: flex;
  gap: 0.12rem;
}
.p-faq__answer::before {
  content: "A";
  width: 0.26rem;
  height: 0.26rem;
  font-family: "Lexend Deca", serif;
  font-size: 0.2rem;
  line-height: 0.25rem;
  letter-spacing: 0em;
  font-weight: 700;
  color: white;
  background-color: #6EB946;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.02rem;
  position: relative;
  top: 0rem;
}
.p-staff {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-staff {
    gap: 1.5rem;
  }
}
.p-staff__sw {
  display: none;
}
.p-staff__wrapper {
  width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-staff__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .p-staff__wrapper:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
.p-staff__wrapper:nth-of-type(2n) .p-staff__number {
  background-color: #001951;
}
@media screen and (min-width: 768px) {
  .p-staff__text {
    width: 4.8rem;
    flex: none;
  }
}
.p-staff__text--main {
  margin-top: 0.2rem;
  margin-bottom: 0.16rem;
}
@media screen and (min-width: 768px) {
  .p-staff__text--main {
    margin-top: unset;
    margin-bottom: unset;
  }
}
.p-staff__text--top {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-staff__text--top {
    display: none;
  }
}
.p-staff__text--top img {
  display: block;
  width: 100%;
  height: auto;
}
.p-staff__text--bottom {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-staff__text--bottom {
    display: none;
  }
}
.p-staff__text--bottom img {
  display: block;
  width: 100%;
  height: auto;
}
.p-staff__profile {
  display: flex;
  align-items: center;
  position: relative;
  gap: 0.15rem;
  color: #001951;
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-staff__profile {
    gap: 0.2rem;
    margin-bottom: 0.6rem;
  }
}
.p-staff__position {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.35rem;
  letter-spacing: 0em;
  font-weight: 600;
}
.p-staff__name {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
  position: absolute;
  bottom: -0.07rem;
  left: 0;
  transform: translateY(100%);
}
@media screen and (min-width: 768px) {
  .p-staff__name {
    position: initial;
    transform: unset;
    margin-top: 0.16rem;
  }
}
.p-staff__name strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.3rem;
  line-height: 0.44rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-staff__name small {
  font-family: "Lexend Deca", serif;
  font-size: 0.14rem;
  line-height: 0.18rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 0.02rem;
  margin-bottom: 0.13rem;
}
@media screen and (min-width: 768px) {
  .p-staff__name small {
    margin-bottom: 0.15rem;
  }
}
.p-staff__name span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-staff__photo {
  position: absolute;
  top: 0;
  right: 0;
}
.p-staff__number {
  width: 0.66rem;
  height: 0.77rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-family: "Lexend Deca", serif;
  font-size: 0.32rem;
  line-height: 0.4rem;
  letter-spacing: 0em;
  font-weight: 300;
  color: white;
  background-color: #6EB946;
  flex: none;
  -webkit-clip-path: polygon(0% 25%, 50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%);
          clip-path: polygon(0% 25%, 50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%);
}
.p-staff__catch {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: 0em;
  font-weight: 500;
  color: #001951;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-staff__catch {
    font-size: 0.3rem;
    line-height: 0.44rem;
    white-space: nowrap;
  }
}
.p-staff__catch strong {
  color: #6EB946;
}
.p-staff__message {
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-staff__message {
    gap: 0.4rem;
  }
}
.p-staff__message--wrapper {
  padding-top: 0.13rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: flex-start;
}
.p-staff__message--wrapper h4 {
  color: #001951;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0em;
  font-weight: 600;
}
.p-staff__message--wrapper p {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.3rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-staff__message--wrapper::before {
  content: "";
  width: 100%;
  height: 0.03rem;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #6EB946 0%, #6EB946 30%, #001951 30%, #001951 100%);
}
@media screen and (min-width: 768px) {
  .p-staff__message--wrapper::before {
    width: 3rem;
  }
}
.p-staff__image {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-staff__image {
    width: 4.68rem;
    flex: none;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    align-items: center;
  }
  .p-staff__image img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.p-form__switch {
  display: none;
  margin: auto;
}
.p-form__switch#form-switch-first:checked ~ .p-form__first {
  display: block !important;
}
.p-form__switch#form-switch-second:checked ~ .p-form__second {
  display: block !important;
}
.p-form__switch#form-switch-third:checked ~ .p-form__third {
  display: block !important;
}
.p-form__first {
  display: none;
}
.p-form__second {
  display: none;
}
.p-form__third {
  display: none;
}
.p-form__error {
  padding: 0.17rem;
  background-color: #FFE0E0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.22rem;
  letter-spacing: 0em;
  font-weight: 400;
  border-radius: 0.04rem;
  color: red;
  display: none;
  margin-bottom: 0.23rem;
  margin-top: -0.4rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form__error {
    margin-top: unset;
    margin-bottom: 0.3rem;
    padding: 0.24rem;
  }
}
.p-form__main .c-btn--confirm {
  margin: 0.68rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-form__main .c-btn--confirm {
    margin-top: 1.05rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-form__main:has(.wpcf7-not-valid) .p-form__error {
  display: block;
}
.p-form__main--container {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
}
@media screen and (min-width: 768px) {
  .p-form__main--container {
    gap: 0.2rem;
  }
}
.p-form__main--space {
  height: 0.25rem;
}
.p-form__main--space--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-form__main--space--pc {
    display: block;
    height: 0.3rem;
  }
}
.p-form__main--line {
  width: 100%;
  height: 0.005rem;
  background-color: #B0C4CE;
  margin-top: 0.15rem;
  margin-bottom: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-form__main--line {
    margin-top: 0.16rem;
    margin-bottom: 0.16rem;
  }
}
.p-form__main--subject {
  max-width: unset;
  width: 100vw;
  height: 0.59rem;
  padding-left: 0.18rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
  background-color: #F0F4F6;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-form__main--subject {
    width: 100%;
    max-width: usnet;
    left: unset;
    transform: unset;
    margin-bottom: 0.16rem;
  }
}
.p-form__hidden {
  display: none !important;
}
.p-form__item {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-form__item {
    flex-direction: row;
    gap: 0.23rem;
    align-items: flex-start;
  }
}
.p-form__item:has(.wpcf7-not-valid) .p-form__item--invalid {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-form__item:has(.p-form__item--radio) {
    margin-top: -0.12rem;
  }
}
.p-form__item > dt {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form__item > dt {
    font-size: 0.16rem;
    line-height: 0.24rem;
    gap: 0.05rem;
    flex-grow: 1;
    justify-content: flex-end;
    padding-top: 0.02rem;
  }
}
.p-form__item > dt small {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form__item > dt small {
    justify-self: flex-start;
    margin-right: auto;
  }
}
.p-form__item > dt::before {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: transparent;
  position: relative;
  top: -0.01rem;
}
.p-form__item > dd {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-form__item > dd {
    width: 4.9rem;
    flex: none;
    display: flex;
    fllex-direction: column;
    justify-content: center;
    min-height: 0.3rem;
  }
}
.p-form__item > dd small {
  display: block;
  margin-top: 0.15rem;
  margin-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-form__item > dd small {
    font-size: 0.15rem;
    line-height: 0.21rem;
    margin-top: 0.16rem;
  }
}
.p-form__item > dd.p-form__item--half {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 0.17rem;
}
@media screen and (min-width: 768px) {
  .p-form__item > dd.p-form__item--half {
    justify-content: flex-start;
    gap: 0.21rem;
  }
  .p-form__item > dd.p-form__item--half > *:has(input) {
    width: 50%;
  }
}
.p-form__item--age {
  flex-direction: row !important;
  gap: 0.13rem;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .p-form__item--age {
    justify-content: flex-start !important;
  }
}
.p-form__item--file {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.p-form__item--file .wpcf7-form-control-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
}
.p-form__item--file .wpcf7-form-control-wrap input {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.p-form__item--file .wpcf7-form-control-wrap input:hover {
  opacity: 0.7;
}
.p-form__item--file--name {
  width: -moz-fit-content;
  width: fit-content;
  min-height: 0.4rem;
  border-radius: 0.03rem;
  border: 0.01rem solid #004182;
  color: #004182;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0.29rem;
  pointer-events: none;
}
.p-form__item--file input[type=file] {
  cursor: initial !important;
}
.p-form__item--invalid {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 400;
  color: red;
  margin-top: 0.05rem;
  display: none;
}
.p-form__item--required > dt {
  gap: 0.02rem;
  align-items: baseline;
}
.p-form__item--required > dt::before {
  content: "※";
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #FF0011;
}
.p-form__item--flex {
  display: flex;
  flex-direction: column;
  gap: 0.07rem;
}
@media screen and (min-width: 768px) {
  .p-form__item--flex {
    gap: 0.12rem;
  }
}
.p-form__item--flex > dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-form__item--flex > dl {
    justify-content: flex-start;
  }
}
.p-form__item--flex > dl dt {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form__item--flex > dl dt {
    width: 2.58rem;
  }
}
.p-form__item--flex > dl dt strong {
  font-weight: 700;
  font-size: 0.14rem;
}
.p-form__item--flex > dl dd {
  display: flex;
  justify-content: flex-end;
  gap: 0.05rem;
  align-items: center;
  flex: none;
}
.p-form__item--flex > dl dd span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 700;
}
.p-form__item--caution {
  margin-top: 0.05rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
  word-break: break-all;
  color: #AFAFAF;
}
@media screen and (min-width: 768px) {
  .p-form__item--caution {
    margin-top: 0.08rem;
  }
}
.p-form__item--policy {
  display: flex;
  flex-direction: row !important;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0.03em;
  font-weight: 400;
  gap: 0.05rem;
  position: relative;
}
.p-form__item--policy::before {
  content: "※";
  color: #FF0011;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  top: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-form__item--policy::before {
    position: absolute;
    left: -0.2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-form__item--policy {
    justify-content: flex-start;
    margin-top: unset;
  }
}
.p-form__item--policy input[type=checkbox] {
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 0.03rem;
  position: relative;
  top: 0.02rem;
  margin: unset;
}
.p-form__item--policy a {
  color: #6EB946;
  text-decoration: underline;
}
.p-form__item--policy .wpcf7-list-item .wpcf7-list-item-label {
  display: none;
}
.p-form__item--policy .wpcf7-form-control-wrap {
  margin-right: 0.03rem;
}
.p-form__item--policy .wpcf7-not-valid-tip {
  display: none;
}
.p-form__button {
  background-color: white;
  border-radius: 0.06rem;
  margin-top: 0.6rem;
  filter: grayscale(1);
  transition: 0.3s;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-form__button {
    width: 4.9rem;
    margin-left: auto;
    margin-top: 0.77rem;
  }
}
.p-form__button .c-btn--send {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-form__button .c-btn--send {
    margin-left: unset;
  }
}
.p-form__button--active {
  filter: grayscale(0);
  pointer-events: all;
}
.p-form__send {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
  margin-top: 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-form__send {
    margin-top: 0.83rem;
    flex-direction: row;
    justify-content: center;
  }
}
.p-form__send .c-btn--white {
  padding-right: unset;
  transition: 0.3s;
  cursor: pointer;
}
.p-form__send .c-btn--white:hover {
  opacity: 0.7;
}
.p-form__send .c-btn--arrow--blue {
  padding-right: unset;
  transition: 0.3s;
  cursor: pointer;
}
.p-form__send .c-btn--arrow--blue:hover {
  opacity: 0.7;
}
.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form input[type=date],
.p-form input[type=number],
.p-form select {
  width: 100%;
  height: 0.5rem;
  color: black;
  outline: unset;
  border: unset;
  background-color: #F4F7F8;
  padding-left: 0.18rem;
  padding-right: 0.12rem;
  border-radius: 0.03rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form input[type=text],
  .p-form input[type=email],
  .p-form input[type=tel],
  .p-form input[type=date],
  .p-form input[type=number],
  .p-form select {
    padding-left: 0.18rem;
  }
}
.p-form input[type=text]::-moz-placeholder, .p-form input[type=email]::-moz-placeholder, .p-form input[type=tel]::-moz-placeholder, .p-form input[type=date]::-moz-placeholder, .p-form input[type=number]::-moz-placeholder, .p-form select::-moz-placeholder {
  color: #AFAFAF;
  font-weight: 300;
}
.p-form input[type=text]::placeholder,
.p-form input[type=email]::placeholder,
.p-form input[type=tel]::placeholder,
.p-form input[type=date]::placeholder,
.p-form input[type=number]::placeholder,
.p-form select::placeholder {
  color: #AFAFAF;
  font-weight: 300;
}
.p-form input[type=number] {
  width: 0.53rem;
  display: inline;
  -moz-appearance: textfield;
}
.p-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p-form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p-form .wpcf7-form-control-wrap:has(input[type=number]) {
  width: -moz-fit-content;
  width: fit-content;
}
.p-form .wpcf7-list-item {
  margin: unset;
}
.p-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p-form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p-form input[type=radio] {
  display: none;
}
.p-form input[type=radio] ~ span {
  display: flex;
  align-items: center;
  gap: 0.04rem;
  font-weight: 300;
  cursor: pointer;
}
.p-form input[type=radio] ~ span::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  outline: 0.01rem solid black;
  border: 0.01rem solid white;
  background-color: white;
  display: block;
  border-radius: 100%;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.p-form input[type=radio]:checked ~ span::before {
  border-width: 0.06rem;
  background-color: #004182 !important;
}
.p-form input[type=checkbox]:checked ~ span::before {
  content: "";
  background-image: url("../img/common/icon_check.svg");
}
.p-form input[type=submit] {
  display: none;
}
.p-form textarea {
  width: 100%;
  min-height: 3.44rem;
  background-color: #F4F7F8;
  outline: unset;
  border: unset;
  outline: unset;
  padding: 0.12rem 0.18rem;
  transition: 0.3s;
  color: #000000;
  display: block;
  border-radius: 0.03rem;
  color: black;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-form textarea {
    font-size: 0.14rem;
    line-height: 0.24rem;
    padding: 0.13rem 0.18rem;
  }
}
.p-form textarea::-moz-placeholder {
  color: #AAAAAA;
  font-weight: 300;
}
.p-form textarea::placeholder {
  color: #AAAAAA;
  font-weight: 300;
}
.p-form .wpcf7-spinner {
  display: none;
}
.p-form .wpcf7-radio, .p-form .wpcf7-checkbox {
  gap: 0.06rem 0.2rem;
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.p-form input.wpcf7-not-valid, .p-form textarea.wpcf7-not-valid {
  background-color: #FFE0E0 !important;
  border: 0.01rem solid #FFC0C0 !important;
}
.p-form .wpcf7-not-valid-tip {
  margin-left: auto;
  position: absolute;
  bottom: 105%;
  right: 0;
  font-size: 0.12rem;
  line-height: 0.17rem;
  font-weight: 700;
  color: #a00000;
  white-space: nowrap;
  max-width: unset;
}
@media screen and (min-width: 768px) {
  .p-form .wpcf7-not-valid-tip {
    top: 100%;
    right: -0.1rem;
    transform: translate(100%, -100%);
    bottom: unset;
  }
}
.p-form .wpcf7-response-output {
  border-radius: 0.05rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-form .wpcf7-response-output {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
.p-form .c-btn--arrow--navy {
  margin: auto;
}

.p-form-confirm {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form-confirm {
    width: 100%;
    margin-left: auto;
  }
}
.p-form-confirm__main {
  width: 100%;
}
.p-form-confirm__main--container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__main--container {
    gap: 0.24rem;
  }
}
.p-form-confirm__item {
  width: 100%;
  display: flex;
  gap: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item {
    flex-direction: row;
    gap: unset;
    align-items: baseline;
    gap: 0.5rem;
  }
}
.p-form-confirm__item dt {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  display: flex;
  align-items: baseline;
  gap: 0.03rem;
  flex: none;
  min-width: 1.29rem;
}
.p-form-confirm__item dt::before {
  color: #FF0011;
  opacity: 0;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item dt {
    flex-grow: 1;
    font-size: 0.16rem;
    line-height: 0.24rem;
    text-align: right;
    justify-content: flex-end;
  }
}
.p-form-confirm__item dd {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item dd {
    font-size: 0.14rem;
    line-height: 0.18rem;
    letter-spacing: 0.03em;
    flex: none;
    width: 3.54rem;
  }
}
.p-form-confirm__item dd i {
  display: inline-block;
  font-style: normal;
  padding-right: 0.1rem;
}
.p-form-confirm__item ul {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  padding-right: 0.12rem;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item ul {
    width: 3.11rem;
  }
}
.p-form-confirm__item ul li {
  display: flex;
  justify-content: space-between;
}
.p-form-confirm__item ul div {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-form-confirm__item ul p {
  white-space: nowrap;
  align-self: flex-end;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-form-confirm__item ul p span {
  font-style: normal;
}
.p-form-confirm__item--required dt::before {
  content: "※";
  opacity: 1;
}
.p-form-confirm__item--horizontal {
  flex-direction: row;
  gap: 0.55rem;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item--horizontal {
    gap: 0.5rem;
  }
}
.p-form-confirm__item--vertical {
  flex-direction: column;
  gap: 0.12rem;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item--vertical {
    flex-direction: row;
    gap: 0.5rem;
  }
}
.p-form-confirm__item--vertical dd {
  padding-left: 0.17rem;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item--vertical dd {
    padding-left: unset;
  }
}
.p-form-confirm__send {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.24rem;
  margin-top: 0.4rem;
  border-top: 0.01rem solid black;
  padding-top: 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__send {
    padding-top: 0.65rem;
    margin-top: 0.8rem;
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-form-phase {
  display: flex;
  align-items: center;
  flex: none;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-form-phase {
    justify-content: flex-start;
  }
}
.p-form-phase__wrapper {
  display: flex;
  align-items: center;
  flex: none;
}
.p-form-phase__wrapper::after {
  content: "";
  width: 0.43rem;
  height: 0.01rem;
  background-color: #004182;
  flex: none;
}
.p-form-phase__wrapper span {
  width: 0.55rem;
  height: 0.63rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: rgba(0, 65, 130, 0.5);
  background-color: #DEE9F4;
  flex: none;
  -webkit-clip-path: polygon(0% 25%, 50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%);
          clip-path: polygon(0% 25%, 50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%);
}
.p-form-phase__wrapper[data-current] span {
  background-color: #004182;
  color: white;
}
.p-form-phase__wrapper:nth-last-of-type(1)::after {
  content: unset;
}

.p-people-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-people-nav {
    display: flex;
    background-color: white;
    position: fixed;
    z-index: 2;
    width: -moz-fit-content;
    width: fit-content;
    top: 0;
    left: calc((100% + 2.4rem) / 2);
    transform: translateX(-50%);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.p-people-nav__wrapper {
  position: relative;
  width: 2.08rem;
  height: 0.8rem;
  flex: none;
  display: block;
  color: #001951;
}
.p-people-nav__wrapper:hover {
  opacity: 1;
  color: white;
}
.p-people-nav__wrapper:hover::after {
  opacity: 0.5;
}
.p-people-nav__wrapper::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #004182;
  mix-blend-mode: multiply;
  transition: 0.3s;
}
.p-people-nav__wrapper:nth-of-type(2n) .p-people-nav__name i {
  background-color: #004182;
}
.p-people-nav__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
.p-people-nav__name {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0.2rem;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  transform: translateY(-50%);
  max-width: none;
  flex: none;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
.p-people-nav__name--main {
  display: flex;
  flex-direction: column;
  gap: 0.01rem;
  align-items: center;
  text-align: center;
}
.p-people-nav__name--main span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-people-nav__name--main strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-people-nav__name i {
  width: 0.54rem;
  height: 0.62rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-family: "Lexend Deca", serif;
  font-size: 0.26rem;
  line-height: 0.33rem;
  letter-spacing: 0em;
  font-weight: 300;
  color: white;
  background-color: #6EB946;
  flex: none;
  -webkit-clip-path: polygon(0% 25%, 50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%);
          clip-path: polygon(0% 25%, 50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%);
}
@media screen and (min-width: 768px) {
  .p-people-nav__name i {
    display: flex;
    flex-direction: column;
    gap: 0rem;
    align-items: center;
  }
  .p-people-nav__name i::after {
    content: "";
    width: 0.08rem;
    height: 0.06rem;
    background-color: white;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  }
}

.c-bg--white {
  background-color: #ffffff;
  width: 100%;
}

.c-desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 40000;
}
@media screen and (min-width: 768px) {
  .c-desc {
    font-size: 0.16rem;
    line-height: 0.28rem;
    letter-spacing: 0.05em;
  }
}

.c-full {
  max-width: unset;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .c-full {
    transform: unset;
    left: unset;
    position: initial;
    width: auto;
    max-width: 100%;
  }
}

.c-overflow {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .c-overflow {
    overflow-x: initial;
    padding-bottom: unset;
  }
}
.c-overflow > * {
  max-width: unset;
  width: -moz-fit-content;
  width: fit-content;
  height: unset;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  .c-overflow > * {
    padding-bottom: unset;
  }
}

.c-color--black {
  --color: #000000;
  --f-color: brightness(0) saturate(100%) invert(24%) sepia(47%) saturate(295%) hue-rotate(108deg) brightness(87%) contrast(89%);
}
.c-color--white {
  --color: #ffffff;
  --f-color: brightness(0) invert(1);
}

.c-btn, .c-btn--prev, .c-btn--send, .c-btn--fix, .c-btn--arrow, .c-btn--arrow--back, .c-btn--external {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}
.c-btn:hover, .c-btn--prev:hover, .c-btn--send:hover, .c-btn--fix:hover, .c-btn--arrow:hover, .c-btn--arrow--back:hover, .c-btn--external:hover {
  opacity: 0.7;
}
.c-btn--external {
  width: 2.4rem;
  height: 0.48rem;
  color: white;
  font-family: "Lexend Deca", serif;
  font-size: 0.16rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
  background-color: #6EB946;
  border-radius: 0.06rem;
}
.c-btn--external span {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}
.c-btn--external span::after {
  content: "";
  width: 0.14rem;
  height: 0.14rem;
  background-image: url("../img/common/icon_external.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-btn--arrow, .c-btn--arrow--back {
  color: #004182;
  border: 0.01rem solid #004182;
  border-radius: 1rem;
  background-color: white;
  color: #004182;
  padding: 0.06rem 0.08rem 0.08rem;
  font-family: "Lexend Deca", serif;
  font-size: 0.17rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 500;
  width: 1.65rem;
  height: 0.45rem;
  justify-content: space-between;
}
.c-btn--arrow::before, .c-btn--arrow--back::before {
  content: "";
}
.c-btn--arrow::after, .c-btn--arrow--back::after {
  content: "";
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 100%;
  background-color: #004182;
  position: relative;
  top: 0.01rem;
  right: -0.01rem;
  background-image: url("../img/common/arrow_right.svg");
  background-size: 0.1rem 0.1rem;
  background-position: center;
  background-repeat: no-repeat;
}
.c-btn--arrow--back::before {
  content: "";
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 100%;
  background-color: #004182;
  position: relative;
  top: 0.01rem;
  right: -0.01rem;
  background-image: url("../img/common/arrow_right.svg");
  background-size: 0.1rem 0.1rem;
  background-position: center;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}
.c-btn--arrow--back::after {
  content: none;
}
.c-btn--arrow--back span {
  flex-grow: 1;
  text-align: center;
}
.c-btn--fix {
  width: 2.4rem;
  height: 0.6rem;
  color: #004182;
  background-color: #D0D3E8;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  border-radius: 0.05rem;
}
.c-btn--fix::after {
  content: "";
  width: 0.08rem;
  height: 0.14rem;
  position: absolute;
  top: 50%;
  left: 0.09rem;
  transform: scaleX(-1) translateY(-50%);
  background-image: url("../img/common/chevron_right_bold.svg");
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(12%) sepia(62%) saturate(5241%) hue-rotate(197deg) brightness(98%) contrast(104%);
}
.c-btn--send {
  width: 2.4rem;
  height: 0.6rem;
  color: white;
  background-color: #004182;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  border-radius: 0.05rem;
}
.c-btn--send::after {
  content: "";
  width: 0.08rem;
  height: 0.14rem;
  position: absolute;
  top: 50%;
  right: 0.09rem;
  transform: translateY(-50%);
  background-image: url("../img/common/chevron_right_bold.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-btn--prev {
  width: 2.4rem;
  height: 0.6rem;
  color: white;
  background-color: #004182;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  border-radius: 0.05rem;
}
.c-btn--prev::after {
  content: "";
  width: 0.08rem;
  height: 0.14rem;
  position: absolute;
  top: 50%;
  left: 0.09rem;
  transform: scaleX(-1) translateY(-50%);
  background-image: url("../img/common/chevron_right_bold.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.c-heading, .c-heading--page, .c-heading--page--hori {
  display: flex;
  flex-direction: column;
  color: #004182;
}
@media screen and (min-width: 768px) {
  .c-heading, .c-heading--page, .c-heading--page--hori {
    gap: 0.2rem;
  }
}
.c-heading strong, .c-heading--page strong, .c-heading--page--hori strong {
  font-family: "Lexend Deca", serif;
  font-size: 0.53rem;
  line-height: 0.53rem;
  letter-spacing: 0em;
  font-weight: 700;
  position: relative;
  left: -0.05rem;
}
@media screen and (min-width: 768px) {
  .c-heading strong, .c-heading--page strong, .c-heading--page--hori strong {
    font-size: 0.64rem;
    line-height: 0.7rem;
  }
}
.c-heading strong i, .c-heading--page strong i, .c-heading--page--hori strong i {
  font-style: normal;
  color: #6EB946;
}
.c-heading span, .c-heading--page span, .c-heading--page--hori span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-heading span, .c-heading--page span, .c-heading--page--hori span {
    font-size: 0.24rem;
    line-height: 0.35rem;
  }
}
.c-heading--page, .c-heading--page--hori {
  margin-top: 0.84rem;
  gap: 0.03rem;
  color: #001951;
}
@media screen and (min-width: 768px) {
  .c-heading--page, .c-heading--page--hori {
    gap: 0;
    margin-top: 0.62rem;
  }
}
.c-heading--page strong, .c-heading--page--hori strong {
  left: unset;
}
@media screen and (min-width: 768px) {
  .c-heading--page--hori {
    flex-direction: row;
    gap: 0.4rem;
    align-items: baseline;
  }
  .c-heading--page--hori span {
    position: relative;
    top: -0.05rem;
  }
}

.c-percent {
  color: #001951;
  position: relative;
  display: flex;
  align-items: baseline;
  width: -moz-fit-content;
  width: fit-content;
}
.c-percent::before {
  content: "";
  width: 0.75rem;
  height: 0.4rem;
  position: absolute;
  top: calc(50% - 0.05rem);
  left: -0.12rem;
  transform: translate(-100%, -50%);
  background-image: url("../img/common/arrow_right_triple.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-percent::before {
    width: 0.94rem;
    height: 0.49rem;
  }
}
.c-percent::after {
  content: "%";
  font-family: "Lexend Deca", serif;
  font-size: 0.43rem;
  line-height: 0.66rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-left: 0.05rem;
}
@media screen and (min-width: 768px) {
  .c-percent::after {
    font-size: 0.54rem;
    line-height: 0.68rem;
    padding-left: 0.1rem;
  }
}
.c-percent strong {
  font-family: "Lexend Deca", serif;
  font-size: 0.82rem;
  line-height: 1.03rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-percent strong {
    font-size: 1.04rem;
    line-height: 1.3rem;
  }
}
.c-percent small {
  font-family: "Lexend Deca", serif;
  font-size: 0.44rem;
  line-height: 0.44rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-percent small {
    font-size: 0.55rem;
    line-height: 0.55rem;
  }
}

.u-width, .u-width--325-1040 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media screen and (min-width: 768px) {
  .u-width, .u-width--325-1040 {
    padding: 0;
    width: 10.4rem;
    padding-left: unset;
    padding-right: unset;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.swiper {
  opacity: 0;
  transition: 0.3s opacity ease;
  transition-delay: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swiper.swiper-initialized {
  opacity: 1;
}

.swiper-warpper {
  transition-timing-function: linear;
}

[class^=simplebar] {
  max-width: unset;
}

.simplebar-track {
  background: #DFE2E2 !important;
  height: 0.04rem !important;
  width: 3.25rem;
  left: 50% !important;
  transform: translateX(-50%);
  border-radius: 0.1rem;
  overflow: hidden;
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .simplebar-track {
    display: none;
  }
}

.simplebar-scrollbar {
  min-height: 0.04rem;
  background: #000000 !important;
  border-radius: 0.1rem;
}
.simplebar-scrollbar::before {
  z-index: 10;
  background: #000000 !important;
  opacity: 1 !important;
}

.js-fade, .js-fade--up--delay, .js-fade--up--quick, .js-fade--up, .js-fade-reverse {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  pointer-events: none;
  opacity: 0;
}
.js-fade--active {
  animation: fade-appear 1.5s forwards;
}
.js-fade-reverse--active {
  animation: fade-appear 1.5s forwards;
}
.js-fade--up {
  animation-duration: 0.3s;
  transform: translateY(0.3rem);
}
.js-fade--up--active {
  animation: fade-up 0.5s forwards;
}
.js-fade--up--quick {
  animation-duration: 0.3s;
  transform: translateY(0.5rem);
}
.js-fade--up--quick--active {
  animation: fade-up 0.2s forwards;
}
.js-fade--up--delay {
  animation-duration: 0.3s;
  transform: translateY(0.3rem);
  animation-delay: 0.2s !important;
}
.js-fade--up--delay--active {
  animation: fade-up 0.4s forwards;
}

@keyframes fade-up {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
  }
}
@keyframes fade-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    pointer-events: all;
  }
}
.js-hover--zoomin {
  overflow: hidden;
}
.js-hover--zoomin img {
  transition: 1s;
}
.js-hover--zoomin:hover img {
  transform: scale(1.1);
}

.js-fv #fv-animation1 {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  animation: 3s 0.2s forwards fv-width;
}
.js-fv #fv-animation2 {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  animation: 3s 1s forwards fv-width;
}
.js-fv #fv-animation3 {
  opacity: 0;
  transform: translateY(0.5rem);
  animation: 1s 1.5s forwards fv-fade-up;
}
.js-fv #fv-animation4 {
  opacity: 0;
  transform: translateY(0.5rem);
  animation: 1s 2s forwards fv-fade-up;
}

@keyframes fv-width {
  0% {
    max-width: 0;
    opacity: 1;
  }
  100% {
    max-width: 100%;
    opacity: 1;
  }
}
@keyframes fv-fade-up {
  0% {
    opacity: 0;
    transform: translateY(0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-load {
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 2s;
}
.js-load--hidden {
  opacity: 0;
  pointer-events: none;
  transition-delay: 3s;
}
.js-load__logo {
  width: 1.45rem;
  height: 1.87rem;
  opacity: 0;
  background-image: url("../img/common/logo_v.svg");
  background-size: contain;
  background-repeat: no-repeat;
  animation: 2s 1s forwards js-load-logo;
}

@keyframes js-load-logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */