@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&family=Satisfy&display=swap");
html.lock {
  overflow: hidden;
}

body {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  font-weight: 700;
  background: #F5F6F9;
  width: 100%;
  color: #003e86;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}

.headline {
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 700;
  text-align: center;
}
.headline .sub {
  font-size: clamp(16px, 1.9vw, 22px);
  color: #bd1e21;
  display: block;
  line-height: 1;
  font-family: "satisfy";
  position: relative;
}
.headline .sub::before {
  content: "";
  width: 1.9em;
  height: 0.7em;
  background: url(../images/headline-arch.svg) no-repeat center/contain;
  position: absolute;
  top: -0.8em;
  left: calc(50% - 1.05em);
}
.headline .big {
  font-size: 1.4em;
}
.headline + * {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .headline + * {
    margin-top: 30px;
  }
}

.headline-l {
  font-size: clamp(32px, 4.5vw, 63px);
}

.lead {
  font-size: clamp(20px, 2.6vw, 32px);
  line-height: 1.6;
}

.text-xl {
  font-size: clamp(20px, 2.1vw, 22px);
  line-height: 1.45;
}

.text-l {
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.6;
}

.text-m {
  font-size: clamp(15px, 1.7vw, 18px);
  line-height: 1.6;
}

.text {
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.9;
}

.text-s {
  font-size: clamp(12px, 1.3vw, 14px);
  line-height: 1.6;
}

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

.white {
  color: #fff;
}

.red {
  color: #bd1e21;
}

.yellow {
  color: #FFF34B;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.text-s.indent {
  font-weight: 400;
}

.link-btn {
  width: 320px;
  height: 60px;
}
.link-btn > a {
  background: #bd1e21;
  display: grid;
  place-items: center;
  width: 100%;
  height: 60px;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  border-radius: 30px;
  box-shadow: 0 5px 0 rgba(51, 51, 51, 0.2);
  position: relative;
}
.link-btn > a::after {
  content: "";
  width: 1.3em;
  aspect-ratio: 1/1;
  background: url(../images/ico-arrow-down.svg) no-repeat center/contain;
  position: absolute;
  right: 20px;
}
.link-btn > a:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 rgba(51, 51, 51, 0.2);
}

.header {
  width: min(1050px, 100% - 20px);
  height: 60px;
  border-radius: 0 30px 30px 0;
  box-shadow: 0 0 16px rgba(0, 62, 134, 0.15);
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 90;
  transition: all 0.3s ease-out;
}
.header.scroll-nav {
  width: 100%;
  top: 0;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .header {
    top: 0;
    width: 100%;
    border-radius: 0;
    border-bottom: 3px solid #003e86;
  }
}
.header .inner {
  padding: 0 2em 0 1.25em;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .header .inner {
    padding: 0 20px;
  }
}
.header .inner .logo {
  width: 180px;
}
@media (max-width: 767px) {
  .header .inner .logo {
    width: 150px;
  }
}

.gnavi {
  margin-left: 40px;
}
.gnavi > ul {
  display: flex;
}
.gnavi > ul li a {
  color: #003e86;
  font-size: 15px;
  display: grid;
  place-items: center;
  height: 60px;
  padding: 0 1em;
}
.gnavi > ul li a:hover {
  color: #bd1e21;
}

@media (max-width: 1024px) {
  .gnavi {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease-out;
    padding-top: 40px;
    position: absolute;
    inset: 60px 0 0 0;
    background: #003e86;
    margin: 0;
    height: calc(100svh - 60px);
    z-index: 80;
  }
  .gnavi.active {
    visibility: visible;
    pointer-events: inherit;
    opacity: 1;
  }
  .gnavi > ul {
    flex-direction: column;
  }
  .gnavi > ul li a {
    display: block;
    color: #fff;
    font-size: 24px;
  }
}
.sns-navi {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .sns-navi {
    gap: 10px;
  }
}
.sns-navi a {
  display: grid;
  place-items: center;
}

.toggle {
  border: 0;
  background: transparent;
  padding: 0;
  display: none;
}
@media (max-width: 1024px) {
  .toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 24px;
    height: 24px;
    margin-left: 20px;
  }
  .toggle span {
    width: 100%;
    height: 3px;
    background: #003e86;
    border-radius: 2px;
    transition: all 0.3s ease-out;
  }
  .toggle.active {
    gap: 0;
    position: relative;
  }
  .toggle.active span {
    position: absolute;
  }
  .toggle.active span:first-child {
    transform: rotate(135deg);
  }
  .toggle.active span:last-child {
    transform: rotate(-135deg);
  }
  .toggle.active span:nth-child(2) {
    width: 0;
  }
}

.sec {
  padding: 90px 0 100px;
}
@media (max-width: 767px) {
  .sec {
    padding: 50px 0 60px;
  }
}

.container {
  width: min(1200px, 100% - 30px);
  margin-inline: auto;
}

.w960 {
  width: min(960px, 100%);
  margin-inline: auto;
}

.w800 {
  width: min(800px, 100%);
  margin-inline: auto;
}

.block {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .block {
    margin-top: 60px;
  }
}

.bg-blue {
  background: url(../images/bg-blue.jpg);
}

.bg-red {
  background: url(../images/bg-red.jpg);
}

.cross {
  background-color: #fff;
  background-image: url(../images/bg-cross.svg);
}

.bg-light-blue {
  background: #E9F6F7;
}

.bg-light-red {
  background: #FEEEEE;
}

.border {
  border: 3px solid #003e86;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 62, 134, 0.2);
}

.hide {
  text-indent: -9999px;
  height: 0;
  overflow: hidden;
}

#cta {
  width: 60px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: fixed;
  top: 150px;
  right: 0;
  z-index: 80;
  transition: all 0.3s ease-out;
}
#cta:hover {
  width: 70px;
}
#cta a {
  box-shadow: 0 0 10px rgba(0, 62, 134, 0.2);
  border-radius: 8px 0 0 8px;
  background: #bd1e21;
  color: #fff;
  display: grid;
  place-items: center;
  writing-mode: vertical-rl;
  font-family: monospace;
  font-size: 16px;
  width: 100%;
  padding: 1em;
}
@media (max-width: 767px) {
  #cta {
    writing-mode: initial;
    width: 100%;
    height: 60px;
    top: initial;
    bottom: 0;
    left: 0;
  }
  #cta:hover {
    width: 100%;
  }
  #cta a {
    border-top: 3px solid #fff;
    border-radius: 8px 8px 0 0;
    writing-mode: initial;
    height: 100%;
  }
}

.mv {
  padding: 150px 0 100px;
  background: url(../images/bg-lightblue.svg) no-repeat center/contain fixed;
}
@media (max-width: 767px) {
  .mv {
    padding: 0px 0 70px;
    background-size: cover;
  }
}

.fv-wrap {
  display: flex;
  gap: 40px;
}
.fv-wrap .catch,
.fv-wrap .main-movie {
  width: calc(50% - 20px);
}
.fv-wrap video {
  width: 100%;
}
@media (max-width: 767px) {
  .fv-wrap {
    flex-direction: column-reverse;
  }
  .fv-wrap .main-movie {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .fv-wrap .catch {
    width: 100%;
  }
}

.main-catch {
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.3;
  font-weight: 900;
}

.small {
  font-size: 0.7em;
}

.big {
  font-size: 1.25em;
}

.todo-list {
  padding: 2em 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.todo-list li {
  padding-left: 1.5em;
  position: relative;
}
.todo-list li:not(:first-child) {
  margin-top: 1em;
}
.todo-list li::before {
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  border: 6px solid #bd1e21;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.35em;
}

.but {
  padding: 0.5em;
  color: #fff;
  text-align: center;
  font-size: clamp(30px, 3.8vw, 40px);
  position: relative;
}
.but::after {
  content: "";
  width: 2em;
  aspect-ratio: 2/1;
  background: #003e86;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -1em;
  left: calc(50% - 1em);
}

.problem-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.problem-list .border {
  overflow: inherit;
}
.problem-list .fukidashi {
  padding: 1em;
  background: #bd1e21;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -2em;
  left: -1em;
  transform: rotate(-15deg);
}
@media (max-width: 767px) {
  .problem-list .fukidashi {
    padding: 0.5em 1em;
    top: -2em;
    left: -1.5em;
    transform: rotate(-10deg);
  }
}
.problem-list .fukidashi::after {
  content: "";
  width: 3em;
  aspect-ratio: 3/2;
  background: #bd1e21;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -1em;
  left: 30%;
  z-index: -1;
}
@media (max-width: 767px) {
  .problem-list {
    grid-template-columns: 100%;
  }
  .problem-list li {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    min-height: 90px;
    position: relative;
  }
}
.problem-list .img {
  border-radius: 6px 6px 0 0;
  aspect-ratio: 5/3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .problem-list .img {
    aspect-ratio: inherit;
    height: 100%;
    border-radius: 6px 0 0 6px;
  }
}
.problem-list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.problem-list .text-box {
  padding: 1.25em;
}
@media (max-width: 767px) {
  .problem-list .text-box {
    padding: 0.5em 0.75em;
  }
}

.stuff-list {
  width: min(720px, 100%);
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.25em;
}
.stuff-list li:nth-child(even) {
  margin-top: 30%;
}

.program-wrap {
  padding: 2.5em 15px;
  background: #fff;
  position: relative;
  border-bottom: 3px solid #bd1e21;
}
.program-wrap::before, .program-wrap::after {
  content: "";
  width: 80px;
  aspect-ratio: 2/1;
  background: #bd1e21;
  position: absolute;
  bottom: -40px;
  left: calc(50% - 40px);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.program-wrap::after {
  background: #fff;
  transform: translateY(-4.5px);
}
.program-wrap .logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1em 1.5em;
}
@media (max-width: 767px) {
  .program-wrap .logo-list {
    gap: 1em;
  }
}
.program-wrap .logo-list li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.program-wrap .logo-list li img {
  height: 70px;
}
@media (max-width: 767px) {
  .program-wrap .logo-list li img {
    height: 60px;
  }
}

.anim:nth-child(1) {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}
.anim:nth-child(2) {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
.anim:nth-child(3) {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
.anim:nth-child(4) {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.anim:nth-child(5) {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
.anim:nth-child(6) {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.anim:nth-child(7) {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.anim:nth-child(8) {
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
}

.slideInUp {
  opacity: 0;
  transform: translateY(300px);
  -webkit-animation: slideInUp 0.6s ease-out forwards;
          animation: slideInUp 0.6s ease-out forwards;
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.slideInDown {
  opacity: 0;
  transform: translateY(-300px);
  -webkit-animation: slideInDown 0.6s ease-in forwards;
          animation: slideInDown 0.6s ease-in forwards;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-300px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.fadeUp {
  opacity: 0;
  transform: translateY(100px);
  -webkit-animation: fadeUp 0.6s ease-out forwards;
          animation: fadeUp 0.6s ease-out forwards;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.reason-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0px;
  position: relative;
}
@media (max-width: 767px) {
  .reason-wrap {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }
}
.reason-wrap .text-box {
  background: #fff;
  padding: 3em;
  border-radius: 4em 0 0 0;
  width: min(600px, 50%);
  z-index: 10;
  position: absolute;
}
.reason-wrap .text-box.no3 {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .reason-wrap .text-box {
    width: 100%;
    border-radius: 0;
    position: initial;
    margin-top: -3em;
    padding: 1.5em;
  }
}
.reason-wrap .text-box h3 {
  color: #bd1e21;
  font-size: clamp(39px, 4.5vw, 52px);
  line-height: 1.3;
}
.reason-wrap .text-box h3 + * {
  margin-top: 2em;
}
.reason-wrap .img {
  width: 55vw;
  height: 580px;
  margin-right: calc(50% - 50vw);
  margin-left: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .reason-wrap .img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: auto;
    aspect-ratio: 5/3;
  }
}
.reason-wrap .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reason-wrap:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .reason-wrap:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
.reason-wrap:nth-child(odd) .text-box {
  border-radius: 0 4em 0 0;
}
@media (max-width: 767px) {
  .reason-wrap:nth-child(odd) .text-box {
    border-radius: 0;
  }
}
.reason-wrap:nth-child(odd) .img {
  margin-right: auto;
  margin-left: calc(50% - 50vw);
}
.reason-wrap + .reason-wrap {
  margin-top: 50px;
}

.chara-box {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  bottom: -50px;
  right: 10px;
}
.chara-box .chara {
  width: 200px;
  margin-left: auto;
}
.chara-box .text-xs {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
  text-align: right;
}

.voice-list {
  position: relative;
  border: 3px solid #003e86;
  border-radius: 8px;
  background: #fff;
}
.voice-list:not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .voice-list:not(:first-child) {
    margin-top: 40px;
  }
}
.voice-list > dt {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  height: 45px;
  border-radius: 30px;
  width: 200px;
  z-index: 5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.voice-list > dt.active {
  bottom: 1em;
}
.voice-list > dt.active::after {
  transform: rotate(180deg);
}
.voice-list > dt.active::before {
  content: "閉じる";
  white-space: nowrap;
}
.voice-list > dt::before {
  content: "もっと読む";
  white-space: nowrap;
}
.voice-list > dt::after {
  content: "";
  width: 1em;
  height: 0.6em;
  background: url(../images/ico-arrow-down2.svg) no-repeat center/contain;
  position: absolute;
  right: 10px;
  transition: all 0.3s ease-out;
}
.voice-list > dd {
  padding: 2em;
  display: flex;
  max-height: 300px;
  gap: 2em;
  position: relative;
  transition: max-height 0.3s ease-out;
}
@media (max-width: 767px) {
  .voice-list > dd {
    flex-direction: column;
    padding: 1.5em;
  }
}
.voice-list > dd::before {
  content: "";
  width: calc(100% + 6px);
  display: block;
  height: 150px;
  background: linear-gradient(to top, #F5F6F9 10%, transparent);
  position: absolute;
  left: -3px;
  bottom: -3px;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.voice-list > dd.open {
  max-height: 1500px;
  padding-bottom: 5em;
}
.voice-list > dd.open::before {
  height: 0;
}
.voice-list > dd .img {
  width: 200px;
}
@media (max-width: 767px) {
  .voice-list > dd .img {
    margin-inline: auto;
    width: 120px;
  }
}
.voice-list > dd .text-box {
  flex: 1;
  overflow: hidden;
}
.voice-list > dd .text-box h3 {
  color: #bd1e21;
  font-size: clamp(18px, 1.9vw, 20px);
  padding-bottom: 0.5em;
  border-bottom: 3px solid #003e86;
}
.voice-list > dd .text-box .survey {
  margin-top: 1em;
}
.voice-list > dd .text-box .survey dt {
  font-size: clamp(16px, 1.7vw, 18px);
  padding-left: 1.75em;
  position: relative;
}
.voice-list > dd .text-box .survey dt::before {
  content: "Q";
  font-family: satisfy;
  font-size: 1.75em;
  position: absolute;
  left: 0;
  top: -0.25em;
}
.voice-list > dd .text-box .survey dd {
  font-size: clamp(14px, 1.5vw, 16px);
  padding-left: 1.75em;
  position: relative;
  margin-top: 1em;
  line-height: 1.5;
  font-weight: 400;
}
.voice-list > dd .text-box .survey dd::before {
  content: "A";
  font-family: satisfy;
  font-size: 1.75em;
  color: #bd1e21;
  position: absolute;
  left: 0;
  top: -0.25em;
}

.works-list {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
.works-list li {
  margin: 0 0.5em;
  cursor: pointer;
}
.works-list li .text {
  line-height: 1.4;
  margin-top: 0.5em;
}

.slick-prev, .slick-next {
  bottom: -50px;
  width: 40px;
  height: 20px;
  top: initial;
}
@media (max-width: 767px) {
  .slick-prev, .slick-next {
    width: 24px;
    height: 12px;
    bottom: -30px;
  }
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  opacity: 0.7;
}

.slick-prev {
  left: calc(50% - 60px);
  background: url(../images/ico-arrow-down2.svg) no-repeat center/contain;
  transform: rotate(90deg);
}
.slick-prev:hover, .slick-prev:focus {
  background: url(../images/ico-arrow-down2.svg) no-repeat center/contain;
}

.slick-next {
  right: calc(50% - 60px);
  background: url(../images/ico-arrow-down2.svg) no-repeat center/contain;
  transform: rotate(-90deg);
}
.slick-next:hover, .slick-next:focus {
  background: url(../images/ico-arrow-down2.svg) no-repeat center/contain;
}

.flow-list {
  padding: 0 1em;
}

.flow-list-item {
  display: flex;
  align-items: center;
  padding: 1em 0;
}
@media (max-width: 767px) {
  .flow-list-item {
    flex-direction: column;
  }
}
.flow-list-item:not(:first-child) {
  border-top: 2px solid #003e86;
}
.flow-list-item h3 {
  width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .flow-list-item h3 {
    width: 100%;
    flex-direction: row;
  }
}
.flow-list-item h3 p {
  font-family: "satisfy";
}
.flow-list-item h3 p span {
  color: #bd1e21;
  font-size: 2em;
  padding: 0 0.25em;
}
.flow-list-item dt {
  width: 280px;
  aspect-ratio: 5/3;
  border: 3px solid #003e86;
  overflow: hidden;
}
@media (max-width: 767px) {
  .flow-list-item dt {
    width: 80%;
    margin-inline: auto;
  }
}
.flow-list-item dt img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flow-list-item dd {
  flex: 1;
  padding-left: 1.5em;
}
@media (max-width: 767px) {
  .flow-list-item dd {
    padding: 0.5em 0 0;
  }
}
.flow-list-item dd .link-btn {
  margin-top: 1em;
}

.faq-list:not(:first-child) {
  margin-top: 30px;
}
.faq-list dt {
  padding: 0.5em 2em;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.faq-list dt::before {
  content: "Q";
  font-size: 1.7em;
  font-family: "satisfy";
  position: absolute;
  left: 0.35em;
  top: 0em;
}
.faq-list dt::after {
  content: "";
  width: 1em;
  height: 0.5em;
  background: url(../images/ico-arrow-down2.svg) no-repeat center/contain;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.125em);
  transition: all 0.3s ease-out;
}
.faq-list dt.active::after {
  transform: rotate(180deg);
}
.faq-list dd {
  overflow: hidden;
  max-height: 0;
  padding: 0 2em;
  transition: max-height 0.3s ease-out;
}
.faq-list dd.open {
  max-height: 800px;
  padding: 0 2em 1em;
}

.person {
  position: relative;
}
@media (max-width: 839px) {
  .person::before, .person::after {
    display: none;
  }
}
.person::before {
  content: "";
  width: 210px;
  height: 326px;
  position: absolute;
  bottom: 0;
  left: -150px;
  background: url(../images/woman.png) no-repeat bottom/contain;
}
.person::after {
  content: "";
  width: 240px;
  height: 360px;
  position: absolute;
  bottom: 0;
  right: -170px;
  background: url(../images/man.png) no-repeat bottom/contain;
}

.hash-list {
  margin-top: 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em 0.5em;
  position: relative;
  z-index: 10;
}
.hash-list li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.1em 1em;
  border-radius: 50px;
}

.price-wrap {
  display: grid;
  grid-template-columns: 200px 1fr;
}
@media (max-width: 767px) {
  .price-wrap {
    gap: 1em;
  }
}
.price-wrap:first-of-type {
  margin-bottom: 6em;
  position: relative;
}
.price-wrap:first-of-type::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  background: #003e86;
  position: absolute;
  left: 0;
  bottom: -3em;
}
@media (max-width: 767px) {
  .price-wrap {
    grid-template-columns: 100%;
  }
}

.price-list.border,
.price-table.border {
  box-shadow: 0 6px 20px rgba(189, 30, 33, 0.2);
}

.price-list {
  display: grid;
  grid-template-columns: 200px 1fr;
}
@media (max-width: 767px) {
  .price-list {
    grid-template-columns: 120px 1fr;
  }
}
.price-list dt, .price-list dd {
  border-top: 3px solid #003e86;
  padding: 1em 0.25em;
  text-align: center;
}
.price-list dt:first-of-type,
.price-list dd:first-of-type {
  border-top: none;
}
.price-list dt {
  background: #F5F6F9;
  display: grid;
  place-items: center;
  white-space: nowrap;
}

.price {
  font-family: "Oswald";
  font-size: clamp(30px, 4vw, 45px);
  font-weight: 400;
  line-height: 1.3;
}
.price span {
  font-size: 0.6em;
  font-weight: 700;
}

.price-table {
  display: flex;
  flex-wrap: wrap;
}
.price-table li {
  width: 50%;
  padding: 0.5em;
  text-align: center;
  border-bottom: 3px solid #003e86;
}
.price-table li.list {
  background: #F5F6F9;
}
.price-table li:nth-child(2n) {
  border-left: 1px dashed #003e86;
}
.price-table li.full {
  width: 100%;
  background: #F5F6F9;
  padding: 1em;
  text-align: left;
  border-bottom: none;
}

.rei {
  display: flex;
  width: min(400px, 100%);
  margin: 2em auto 0;
}
.rei > .text {
  width: 8em;
}
.rei > .t-right {
  flex: 1;
}
.rei .text {
  font-weight: 400;
  line-height: 1.3;
}
.rei .text p {
  margin: 1em 0;
}
.rei .text.t-right {
  text-align: right;
}
.rei.goukei {
  border-top: 3px solid #003e86;
  margin-top: 0;
  padding-top: 1em;
}

.footer {
  border-top: 3px solid #003e86;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .footer {
    padding: 20px 0 80px;
  }
}
.footer .copyright {
  font-size: clamp(10px, 1.1vw, 12px);
  text-align: center;
}

.pagetop {
  transition: all 0.3s ease-in-out;
  position: fixed;
  mix-blend-mode: hard-light;
  right: -100px;
  bottom: 150px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 767px) {
  .pagetop {
    right: -124px;
  }
}
.pagetop::before {
  content: "";
  width: 1.5em;
  height: 3px;
  background: #003e86;
  position: absolute;
  top: 0.4em;
  left: -2.5em;
}
.pagetop::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-top: 3px solid #003e86;
  border-left: 3px solid #003e86;
  transform: rotate(-45deg);
  position: absolute;
  top: 0.15em;
  left: -2.5em;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */