@charset "UTF-8";
* {
  color: #000;
  font-style: normal;
  text-decoration: none;
  transition: 0.5s;
}
*::before, *::after {
  transition: 0.5s;
}

html {
  font-size: 56.5%;
  text-align: justify;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  overflow-x: hidden;
  scroll-padding-top: 6rem;
}
@media print, screen and (min-width: 1024px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  overflow-x: hidden;
}

li {
  list-style: none;
}

a {
  display: block;
}
a:hover {
  opacity: 0.5;
}

@media print, screen and (min-width: 768px) {
  a[href*=tel] {
    pointer-events: none;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

br.under768 {
  display: block;
}
@media print, screen and (min-width: 768px) {
  br.under768 {
    display: none;
  }
}
br.over768 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  br.over768 {
    display: block;
  }
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: auto;
}

.inner {
  width: 95%;
  margin: auto;
}
.inner.max1024 {
  max-width: 1024px;
}
.inner.max1200 {
  max-width: 1200px;
}

h2.section_title {
  position: relative;
  color: #005eb8;
  font-size: 4rem;
  font-size: clamp(2.2rem, 6vw, 4rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  width: fit-content;
  margin: auto;
  padding-bottom: 0.3em;
}
h2.section_title::before {
  content: "";
  width: 100%;
  height: 110%;
  position: absolute;
  top: 0;
  left: 0;
}
h2.section_title::after {
  content: "";
  width: clamp(15rem, 30vw, 32rem);
  height: 0.1rem;
  background-color: #005eb8;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
h2.section_title.is_active::before {
  animation: slideOut 1.5s 1s linear forwards;
}
h2.section_title span {
  display: inline-block;
  color: inherit;
}

.tel_contact {
  width: 100%;
  max-width: 82.5rem;
  margin: 4rem auto 0;
  border: 0.5rem solid #d4145a;
  border-radius: 2rem;
  background-color: #ffffce;
  padding: 2rem 1rem;
}
@media print, screen and (min-width: 1024px) {
  .tel_contact {
    margin-top: 8rem;
  }
}
.tel_contact dl dt {
  font-size: 4rem;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: bold;
  text-align: center;
}
.tel_contact dl dd a {
  margin: 1rem auto 0;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
  color: #d4145a;
  font-size: 5rem;
  font-size: min(7vw, 5rem);
  font-weight: bold;
}
.tel_contact dl dd a::before {
  content: "";
  width: min(2em, 8rem);
  aspect-ratio: 1/1;
  background-image: url(../img/icon_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.tel_contact dl dd small {
  margin-top: 1rem;
  display: block;
  font-size: 2.4rem;
  font-size: min(4vw, 2.4rem);
  text-align: center;
}

.scroll_fadein {
  opacity: 0;
  transition: 1s ease-in-out;
}
.scroll_fadein.is_active {
  opacity: 1;
}

.scroll_fadeup {
  transform: translateY(50px);
  opacity: 0;
  transition: 1s ease-in-out;
}
.scroll_fadeup.is_active {
  transform: translateY(0);
  opacity: 1;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 8rem;
  background-color: #fff;
  display: flex;
}
@media print, screen and (min-width: 1280px) {
  header {
    height: 10rem;
  }
}
header .inner {
  max-width: 1765px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 2rem;
}
@media print, screen and (min-width: 768px) {
  header .inner {
    gap: 0 4rem;
  }
}
header h1.header_logo {
  flex: 1;
  max-width: 40rem;
}
@media print, screen and (min-width: 1280px) {
  header h1.header_logo {
    width: 26.5%;
  }
}
header h1.header_logo a {
  height: 100%;
  display: grid;
  place-items: center;
}
header .nav_area {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  header .pc_nav {
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 1280px) {
  header .pc_nav nav {
    display: flex;
    align-items: center;
    gap: 0 min(2.1vw, 4rem);
  }
}
header .pc_nav ul.main_link {
  display: none;
}
@media print, screen and (min-width: 1280px) {
  header .pc_nav ul.main_link {
    margin-left: 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 min(1.3vw, 2.5rem);
  }
}
header .pc_nav ul.main_link li a {
  width: fit-content;
  color: #005eb8;
  font-size: min(1.2vw, 1.8rem);
  font-weight: normal;
}
@media print, screen and (min-width: 1280px) {
  header .pc_nav ul.main_link li a {
    font-size: min(0.95vw, 1.8rem);
    font-weight: 500;
  }
}
header .pc_nav ul.sns_link {
  display: none;
}
@media print, screen and (min-width: 768px) {
  header .pc_nav ul.sns_link {
    display: flex;
    gap: 0 2.5rem;
    margin-right: 4rem;
  }
}
@media print, screen and (min-width: 1280px) {
  header .pc_nav ul.sns_link {
    gap: 0 min(1.3vw, 2.5rem);
    margin-right: min(2.1vw, 4rem);
  }
}
header .pc_nav ul.sns_link li a img {
  width: 3.5rem;
  aspect-ratio: 1/1;
}
@media print, screen and (min-width: 1280px) {
  header .pc_nav ul.sns_link li a img {
    width: min(1.85vw, 3.5rem);
  }
}
header .pc_nav dl.tel_info {
  display: none;
}
@media print, screen and (min-width: 768px) {
  header .pc_nav dl.tel_info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
header .pc_nav dl.tel_info dt {
  font-size: 1.4rem;
  line-height: 1;
}
@media print, screen and (min-width: 1280px) {
  header .pc_nav dl.tel_info dt {
    font-size: min(0.85vw, 1.6rem);
  }
}
header .pc_nav dl.tel_info dd {
  line-height: 1;
}
header .pc_nav dl.tel_info dd p {
  margin: 0.3rem 0;
  color: #d4145a;
  font-size: 2.2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.5rem;
}
@media print, screen and (min-width: 1280px) {
  header .pc_nav dl.tel_info dd p {
    font-size: min(1.85vw, 3.6rem);
    white-space: nowrap;
  }
}
header .pc_nav dl.tel_info dd p::before {
  content: "";
  height: 0.9em;
  aspect-ratio: 1/1;
  background-image: url(../img/icon_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header .pc_nav dl.tel_info dd small {
  display: block;
  font-size: 1.2rem;
  text-align: center;
}
@media print, screen and (min-width: 1280px) {
  header .pc_nav dl.tel_info dd small {
    font-size: min(0.65vw, 1.2rem);
  }
}
header .menu_toggle {
  position: relative;
  width: 6rem;
  height: 100%;
}
@media print, screen and (min-width: 1280px) {
  header .menu_toggle {
    display: none;
  }
}
header .menu_toggle span {
  display: block;
  width: 4rem;
  height: 0.3rem;
  background-color: #005eb8;
  border-radius: 9999px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
header .menu_toggle span:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%);
}
header .menu_toggle span:nth-of-type(2) {
  top: calc(50% - 1rem);
}
header .menu_toggle span:nth-of-type(3) {
  top: calc(50% + 1rem);
}
header .menu_toggle.active span:nth-of-type(1) {
  opacity: 0;
}
header .menu_toggle.active span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
header .menu_toggle.active span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
header .sp_nav {
  position: fixed;
  top: 8rem;
  right: 0;
  transform: translateX(100vw);
  z-index: 9999999999;
  width: 100%;
  height: fit-content;
  background-color: #deeaf6;
  transition: 0.5s;
}
@media print, screen and (min-width: 1280px) {
  header .sp_nav {
    top: 10rem;
  }
}
header .sp_nav.active {
  transform: translateX(0);
}
header .sp_nav nav {
  padding: 4rem;
}
header .sp_nav ul.main_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  header .sp_nav ul.main_link {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
  }
}
header .sp_nav ul.main_link li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  header .sp_nav ul.main_link li {
    width: calc((100% - 12rem) / 4);
  }
}
header .sp_nav ul.main_link li a {
  width: fit-content;
  margin: auto;
  color: #005eb8;
  font-size: 1.8rem;
  font-weight: bold;
}
header .sp_nav ul.icon_link {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  gap: 0 4rem;
}
@media print, screen and (min-width: 768px) {
  header .sp_nav ul.icon_link {
    display: none;
  }
}
header .sp_nav ul.icon_link li {
  width: fit-content;
}
header .sp_nav ul.icon_link li a img {
  width: 4rem;
  aspect-ratio: 1/1;
}
header .to_top {
  position: fixed;
  bottom: 20vw;
  right: 1.5%;
  z-index: 999;
  transition: transform 0.3s linear;
  transform: translateX(30vw);
}
@media print, screen and (min-width: 768px) {
  header .to_top {
    bottom: 10vw;
  }
}
@media print, screen and (min-width: 1200px) {
  header .to_top {
    bottom: 5.5vw;
    right: 8%;
  }
}
header .to_top.visible {
  transform: translateY(0);
}
header .to_top a {
  width: 5rem;
  aspect-ratio: 1/1;
  background-color: #000;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
@media print, screen and (min-width: 1200px) {
  header .to_top a {
    width: 8rem;
  }
}
header .to_top a span {
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
@media print, screen and (min-width: 1200px) {
  header .to_top a span {
    font-size: 3.2rem;
  }
}
header .to_top a span::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 0.2em solid #fff;
  border-right: 0.2em solid #fff;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0) rotate(-45deg);
}

section.fv {
  margin-top: 8rem;
}
@media print, screen and (min-width: 1280px) {
  section.fv {
    margin-top: 10rem;
  }
}
section.fv .swiper_area {
  position: relative;
  width: 100%;
  aspect-ratio: 165/230;
}
@media print, screen and (min-width: 768px) {
  section.fv .swiper_area {
    aspect-ratio: 1200/740;
  }
}
@media print, screen and (min-width: 1200px) {
  section.fv .swiper_area {
    aspect-ratio: 1920/740;
  }
}
section.fv .swiper_area .swiper {
  width: 100%;
  height: 100%;
}
section.fv .swiper_area .swiper-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
section.fv .swiper_area .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
section.fv .swiper_area .swiper-slide::before {
  content: "";
  width: 100%;
  height: 20vw;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media print, screen and (min-width: 1200px) {
  section.fv .swiper_area .swiper-slide::before {
    height: 8.3vw;
  }
}
section.fv .swiper_area .swiper-slide.ribbon01::before {
  background-color: #fff;
}
section.fv .swiper_area .swiper-slide.ribbon02::before {
  background-color: rgba(51, 51, 51, 0.4);
}
section.fv .swiper_area .swiper-slide .fv_bg {
  position: relative;
  z-index: -9999999999;
  width: 100%;
  height: 100%;
}
section.fv .swiper_area .swiper-slide .fv_bg.type01 {
  background-color: #d9e7f4;
}
section.fv .swiper_area .swiper-slide .fv_bg.type01 .deco {
  position: absolute;
  background-size: contain;
}
section.fv .swiper_area .swiper-slide .fv_bg.type01 .deco01 {
  background-image: url(../img/fv_deco01.png);
  width: 50%;
  aspect-ratio: 413/740;
  top: 0;
  left: 0;
  z-index: -99;
}
@media print, screen and (min-width: 768px) {
  section.fv .swiper_area .swiper-slide .fv_bg.type01 .deco01 {
    width: 30%;
  }
}
@media print, screen and (min-width: 1200px) {
  section.fv .swiper_area .swiper-slide .fv_bg.type01 .deco01 {
    width: 21.5%;
  }
}
section.fv .swiper_area .swiper-slide .fv_bg.type01 .deco02 {
  background-image: url(../img/fv_deco02.png);
  width: 200%;
  aspect-ratio: 1920/250;
  bottom: 20vw;
  left: 0;
  z-index: -9999;
}
@media print, screen and (min-width: 768px) {
  section.fv .swiper_area .swiper-slide .fv_bg.type01 .deco02 {
    width: 150%;
  }
}
@media print, screen and (min-width: 1200px) {
  section.fv .swiper_area .swiper-slide .fv_bg.type01 .deco02 {
    width: 100%;
    bottom: 8.3vw;
  }
}
section.fv .swiper_area .swiper-slide .fv_bg.type01 .deco03 {
  background-image: url(../img/fv_deco03.png);
  width: 60%;
  aspect-ratio: 623/307;
  top: 0;
  right: 0;
  z-index: -999999;
}
@media print, screen and (min-width: 768px) {
  section.fv .swiper_area .swiper-slide .fv_bg.type01 .deco03 {
    width: 40%;
  }
}
@media print, screen and (min-width: 1200px) {
  section.fv .swiper_area .swiper-slide .fv_bg.type01 .deco03 {
    width: 32.5%;
  }
}
section.fv .swiper_area .swiper-slide .fv_bg.type01 .deco04 {
  background-image: url(../img/fv_deco04.png);
  width: 150%;
  aspect-ratio: 1307/377;
  bottom: 20vw;
  right: 0;
  z-index: -99999999;
}
@media print, screen and (min-width: 768px) {
  section.fv .swiper_area .swiper-slide .fv_bg.type01 .deco04 {
    width: 100%;
  }
}
@media print, screen and (min-width: 1200px) {
  section.fv .swiper_area .swiper-slide .fv_bg.type01 .deco04 {
    width: 68%;
    bottom: 8.3vw;
  }
}
section.fv .swiper_area .swiper-slide .fv_bg.type02 {
  background-image: url(../img/fv03_bg.png);
  background-size: cover;
  background-position: 0 center;
}
section.fv .swiper_area .swiper-slide-active .fv_bg, section.fv .swiper_area .swiper-slide-prev .fv_bg {
  animation: zoom 8s linear forwards;
}
section.fv .swiper_area .swiper-slide .catch {
  width: 85%;
  position: absolute;
  top: 2.5%;
  left: 10%;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  section.fv .swiper_area .swiper-slide .catch.fv01_catch, section.fv .swiper_area .swiper-slide .catch.fv02_catch {
    top: 10.5%;
    left: 3%;
    width: 52.5%;
  }
}
@media print, screen and (min-width: 1200px) {
  section.fv .swiper_area .swiper-slide .catch.fv01_catch, section.fv .swiper_area .swiper-slide .catch.fv02_catch {
    left: 20%;
    width: 33%;
  }
}
section.fv .swiper_area .swiper-slide .catch.fv01_catch::before, section.fv .swiper_area .swiper-slide .catch.fv02_catch::before {
  content: "";
  width: 100%;
  aspect-ratio: 1265/785;
  background-image: url(../img/fv_catch_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -5%;
  left: -5%;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  section.fv .swiper_area .swiper-slide .catch.fv01_catch::before, section.fv .swiper_area .swiper-slide .catch.fv02_catch::before {
    top: -25%;
    left: -10%;
  }
}
@media print, screen and (min-width: 768px) {
  section.fv .swiper_area .swiper-slide .catch.fv03_catch {
    top: 10.5%;
    left: 3%;
    width: 90%;
  }
}
@media print, screen and (min-width: 1200px) {
  section.fv .swiper_area .swiper-slide .catch.fv03_catch {
    left: 20%;
    width: 56%;
  }
}
section.fv .swiper_area .swiper-slide .fv01_illust {
  position: absolute;
  bottom: 20vw;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 20;
  width: 85%;
  aspect-ratio: 1230/1108;
}
@media print, screen and (min-width: 768px) {
  section.fv .swiper_area .swiper-slide .fv01_illust {
    bottom: auto;
    left: auto;
    top: 3%;
    right: 0;
    transform: translate(0);
    width: 50%;
  }
}
@media print, screen and (min-width: 1200px) {
  section.fv .swiper_area .swiper-slide .fv01_illust {
    right: 18%;
    width: 32%;
  }
}
section.fv .swiper_area .swiper-slide .fv02_text {
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 20;
  transform: translate(-50%, 0);
  width: 90%;
  aspect-ratio: 1682/130;
}
@media print, screen and (min-width: 768px) {
  section.fv .swiper_area .swiper-slide .fv02_text {
    top: 55%;
    left: 5%;
    transform: translate(0);
    width: 70%;
  }
}
@media print, screen and (min-width: 1200px) {
  section.fv .swiper_area .swiper-slide .fv02_text {
    top: 55%;
    left: 20%;
    width: 43%;
  }
}
section.fv .swiper_area .swiper-slide .fv02_illust {
  position: absolute;
  bottom: 20vw;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 20;
  width: 80%;
  aspect-ratio: 1265/1045;
}
@media print, screen and (min-width: 768px) {
  section.fv .swiper_area .swiper-slide .fv02_illust {
    bottom: auto;
    left: auto;
    top: 3%;
    right: 0;
    transform: translate(0);
    width: 52.5%;
  }
}
@media print, screen and (min-width: 1200px) {
  section.fv .swiper_area .swiper-slide .fv02_illust {
    bottom: auto;
    top: 4.5%;
    right: 18%;
    width: 33%;
  }
}
section.fv .swiper_area .swiper-slide .fv03_text {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 20;
  width: 90%;
  aspect-ratio: 1760/332;
}
@media print, screen and (min-width: 768px) {
  section.fv .swiper_area .swiper-slide .fv03_text {
    top: 41.5%;
    left: 3%;
    transform: translate(0);
    width: 73%;
  }
}
@media print, screen and (min-width: 1200px) {
  section.fv .swiper_area .swiper-slide .fv03_text {
    left: 20%;
    width: 45%;
  }
}
section.fv .swiper_area .swiper-slide .fv03_densuppon {
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 20;
  width: 40%;
  aspect-ratio: 407/432;
}
@media print, screen and (min-width: 768px) {
  section.fv .swiper_area .swiper-slide .fv03_densuppon {
    width: 16.5%;
    top: 38.5%;
    right: 5%;
  }
}
@media print, screen and (min-width: 1200px) {
  section.fv .swiper_area .swiper-slide .fv03_densuppon {
    right: 23%;
    width: 10.5%;
  }
}
section.fv h2.catch_ribbon {
  position: absolute;
  bottom: 20vw;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: #005eb8;
  font-weight: 500;
  line-height: 1.25;
  padding: 0.3em 2.5%;
  transform: translateX(-100vw);
  animation: slideIn 0.5s 1s linear forwards;
}
@media print, screen and (min-width: 768px) {
  section.fv h2.catch_ribbon {
    bottom: 13.265vw;
  }
}
@media print, screen and (min-width: 1200px) {
  section.fv h2.catch_ribbon {
    padding-left: 20%;
    bottom: 8.3vw;
  }
}
section.fv h2.catch_ribbon::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #005eb8;
  position: absolute;
  top: 0;
  left: 0;
  animation: slideOut 1.5s 2s linear forwards;
}
section.fv h2.catch_ribbon strong {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #fff;
  font-size: 4.5vw;
}
@media print, screen and (min-width: 768px) {
  section.fv h2.catch_ribbon strong {
    font-size: min(3vw, 4.5rem);
  }
}
@media print, screen and (min-width: 1200px) {
  section.fv h2.catch_ribbon strong {
    justify-content: flex-start;
    font-size: min(2.4vw, 4.5rem);
  }
}
section.fv h2.catch_ribbon strong span {
  color: inherit;
  font-size: 5.5vw;
}
@media print, screen and (min-width: 768px) {
  section.fv h2.catch_ribbon strong span {
    font-size: min(4.5vw, 5.5rem);
  }
}
@media print, screen and (min-width: 1200px) {
  section.fv h2.catch_ribbon strong span {
    font-size: min(3vw, 5.5rem);
  }
}
section.fv .btn_ribbon {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 20vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  section.fv .btn_ribbon {
    height: 13.265vw;
  }
}
@media print, screen and (min-width: 1200px) {
  section.fv .btn_ribbon {
    height: 8.3vw;
  }
}
section.fv .btn_ribbon .btn_area {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0 2.5%;
}
@media print, screen and (min-width: 768px) {
  section.fv .btn_ribbon .btn_area {
    gap: 0 5%;
  }
}
section.fv .btn_ribbon .btn_area .btn {
  width: 45%;
}
@media print, screen and (min-width: 768px) {
  section.fv .btn_ribbon .btn_area .btn {
    width: 40%;
  }
}
@media print, screen and (min-width: 1200px) {
  section.fv .btn_ribbon .btn_area .btn {
    width: 26%;
  }
}
section.fv .btn_ribbon .btn_area .btn a {
  width: 100%;
  height: 100%;
  border: 0.3rem solid;
}
@media print, screen and (min-width: 768px) {
  section.fv .btn_ribbon .btn_area .btn a {
    border-radius: 9999px;
  }
}
section.fv .btn_ribbon .btn_area .btn a span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.3em 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 2.4rem;
  font-size: min(4vw, 2.4rem);
  font-weight: 500;
  text-align: center;
  line-height: 1;
  border: 0.5rem solid #fff;
  padding: 0.3em 0;
}
@media print, screen and (min-width: 768px) {
  section.fv .btn_ribbon .btn_area .btn a span {
    flex-direction: row;
    font-size: min(2vw, 2.4rem);
    border-radius: 9999px;
    padding: 1em 0;
  }
}
@media print, screen and (min-width: 1200px) {
  section.fv .btn_ribbon .btn_area .btn a span {
    font-size: min(1.25vw, 2.4rem);
    padding: 1.3em 0;
  }
}
section.fv .btn_ribbon .btn_area .btn01 a {
  border-color: #13a094;
}
section.fv .btn_ribbon .btn_area .btn01 a span {
  background-color: #13a094;
}
section.fv .btn_ribbon .btn_area .btn02 a {
  border-color: #d4145a;
}
section.fv .btn_ribbon .btn_area .btn02 a span {
  background-color: #d4145a;
}
section.fv .btn_ribbon .btn_area .btn02 a span strong {
  color: inherit;
  font-size: 3.2rem;
  font-size: min(5vw, 3.2rem);
  font-weight: 900;
}
@media print, screen and (min-width: 768px) {
  section.fv .btn_ribbon .btn_area .btn02 a span strong {
    font-size: min(2.7vw, 3.2rem);
  }
}
@media print, screen and (min-width: 1200px) {
  section.fv .btn_ribbon .btn_area .btn02 a span strong {
    font-size: min(1.65vw, 3.2rem);
  }
}

.fixed_area {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  transform: translate(0, 100%);
  transition: transform 0.3s linear;
  width: 100%;
  height: 20vw;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed_area.visible {
  transform: translate(0);
}
@media print, screen and (min-width: 768px) {
  .fixed_area {
    height: 13.265vw;
  }
}
@media print, screen and (min-width: 1200px) {
  .fixed_area {
    height: 8.3vw;
  }
}
.fixed_area .btn_area {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0 2.5%;
}
@media print, screen and (min-width: 768px) {
  .fixed_area .btn_area {
    gap: 0 5%;
  }
}
.fixed_area .btn_area .btn {
  width: 45%;
}
@media print, screen and (min-width: 768px) {
  .fixed_area .btn_area .btn {
    width: 40%;
  }
}
@media print, screen and (min-width: 1200px) {
  .fixed_area .btn_area .btn {
    width: 26%;
  }
}
.fixed_area .btn_area .btn a {
  width: 100%;
  height: 100%;
  border: 0.3rem solid;
}
@media print, screen and (min-width: 768px) {
  .fixed_area .btn_area .btn a {
    border-radius: 9999px;
  }
}
.fixed_area .btn_area .btn a span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.3em 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 2.4rem;
  font-size: min(4vw, 2.4rem);
  font-weight: 500;
  text-align: center;
  line-height: 1;
  border: 0.5rem solid #fff;
  padding: 0.3em 0;
}
@media print, screen and (min-width: 768px) {
  .fixed_area .btn_area .btn a span {
    flex-direction: row;
    font-size: min(2vw, 2.4rem);
    border-radius: 9999px;
    padding: 1em 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .fixed_area .btn_area .btn a span {
    font-size: min(1.25vw, 2.4rem);
    padding: 1.3em 0;
  }
}
.fixed_area .btn_area .btn01 a {
  border-color: #13a094;
}
.fixed_area .btn_area .btn01 a span {
  background-color: #13a094;
}
.fixed_area .btn_area .btn02 a {
  border-color: #d4145a;
}
.fixed_area .btn_area .btn02 a span {
  background-color: #d4145a;
}
.fixed_area .btn_area .btn02 a span strong {
  color: inherit;
  font-size: 3.2rem;
  font-size: min(5vw, 3.2rem);
  font-weight: 900;
}
@media print, screen and (min-width: 768px) {
  .fixed_area .btn_area .btn02 a span strong {
    font-size: min(2.7vw, 3.2rem);
  }
}
@media print, screen and (min-width: 1200px) {
  .fixed_area .btn_area .btn02 a span strong {
    font-size: min(1.65vw, 3.2rem);
  }
}

.manga_area {
  padding: clamp(2rem, 4vw, 8rem) 0;
}
.manga_area p {
  color: #005eb8;
  font-size: clamp(2.4rem, 4vw, 4.8rem);
  font-weight: bold;
  text-align: center;
}
.manga_area p span {
  display: inline-block;
  color: inherit;
}
.manga_area figure {
  margin-top: clamp(2rem, 4vw, 4rem);
  display: flex;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media print, screen and (min-width: 768px) {
  .manga_area figure {
    grid-template-columns: 1fr 1fr;
    direction: rtl;
  }
}
.manga_area figure .panel {
  position: relative;
  border: 0.2rem solid #333;
}
.manga_area figure .panel::after {
  width: 8%;
  aspect-ratio: 1/1;
  background-color: #d4145a;
  color: #fff;
  font-weight: 500;
  font-size: min(5vw, 3.5rem);
  line-height: 1;
  display: grid;
  place-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.manga_area figure .panel:nth-of-type(1)::after {
  content: "1";
}
.manga_area figure .panel:nth-of-type(2)::after {
  content: "2";
}
.manga_area figure .panel:nth-of-type(3)::after {
  content: "3";
}
.manga_area figure .panel:nth-of-type(4)::after {
  content: "4";
}
.manga_area figure .panel:nth-of-type(5)::after {
  content: "5";
}
.manga_area figure .panel:nth-of-type(6)::after {
  content: "6";
}
.manga_area figure .panel:nth-of-type(7)::after {
  content: "7";
  right: 18%;
}
.manga_area figure .panel:nth-of-type(8)::after {
  content: "8";
}

section.catch .upper {
  background-color: #b7eaf5;
  padding-top: 2rem;
}
@media print, screen and (min-width: 1024px) {
  section.catch .upper {
    padding-top: 8rem;
  }
}
section.catch .upper h3 {
  color: #005eb8;
  font-size: min(5.5vw, 4rem);
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  section.catch .upper h3 {
    font-size: 6rem;
  }
}
section.catch .upper h3 strong {
  position: relative;
  color: #d4145a;
}
section.catch .upper h3 span {
  display: inline-block;
  color: inherit;
}
section.catch .upper dl.support_desc {
  position: relative;
  margin-top: 2rem;
}
@media print, screen and (min-width: 1024px) {
  section.catch .upper dl.support_desc {
    margin-top: 8rem;
  }
}
section.catch .upper dl.support_desc::before, section.catch .upper dl.support_desc::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 25%;
}
@media print, screen and (min-width: 768px) {
  section.catch .upper dl.support_desc::before, section.catch .upper dl.support_desc::after {
    top: 20%;
  }
}
section.catch .upper dl.support_desc::before {
  background-image: url(../img/illust_catch01.png);
  width: 16vw;
  aspect-ratio: 160/236;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  section.catch .upper dl.support_desc::before {
    width: 16rem;
  }
}
section.catch .upper dl.support_desc::after {
  background-image: url(../img/illust_catch02.png);
  width: 11vw;
  aspect-ratio: 105/222;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  section.catch .upper dl.support_desc::after {
    width: 10.5rem;
  }
}
section.catch .upper dl.support_desc dt span {
  display: block;
  width: 100%;
  max-width: 82rem;
  margin: auto;
  color: #005eb8;
  font-size: 3.6rem;
  font-size: clamp(1.8rem, 3.5vw, 3.6rem);
  font-weight: bold;
  text-align: center;
  border: 0.2rem solid #005eb8;
  border-radius: 9999px;
  background-color: #fff;
}
section.catch .upper dl.support_desc dd p.support {
  margin-top: 2rem;
  color: #005eb8;
  font-size: 2.4rem;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  section.catch .upper dl.support_desc dd p.support {
    margin-top: 4rem;
  }
}
section.catch .upper dl.support_desc dd p.price {
  position: relative;
  width: fit-content;
  margin: 2rem auto 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media print, screen and (min-width: 1024px) {
  section.catch .upper dl.support_desc dd p.price {
    margin-top: 4rem;
  }
}
section.catch .upper dl.support_desc dd p.price strong {
  color: #d4145a;
  font-size: 3.8rem;
  font-size: clamp(1.8rem, 2.5vw, 3.8rem);
  font-weight: 900;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
section.catch .upper dl.support_desc dd p.price strong::before {
  content: "月額";
  color: #005eb8;
  font-size: 5.6rem;
  font-size: clamp(2rem, 2.5vw, 3.8rem);
  white-space: nowrap;
  margin-right: 0.1em;
}
section.catch .upper dl.support_desc dd p.price strong span {
  color: inherit;
  font-size: 8rem;
  font-size: clamp(3.2rem, 6vw, 8rem);
  position: relative;
  top: 0.1em;
}
section.catch .upper dl.support_desc dd p.price small {
  color: #005eb8;
  font-size: 2.4rem;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  font-weight: bold;
}
section.catch .upper dl.support_desc dd p.customer {
  width: fit-content;
  margin: 2rem auto 0;
  color: #13a094;
  font-size: 3.2rem;
  font-size: clamp(1.7rem, 2.5vw, 3.2rem);
  font-weight: bold;
  background-color: #fff;
  border: 0.2rem solid #13a094;
  padding: 0 1em;
}
section.catch .upper dl.support_desc dd .ribbon {
  margin-top: 4rem;
  background-color: #005eb8;
  border-image-source: linear-gradient(#005eb8, #005eb8);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 100vw;
}
@media print, screen and (min-width: 1024px) {
  section.catch .upper dl.support_desc dd .ribbon {
    margin-top: 8rem;
  }
}
section.catch .upper dl.support_desc dd .ribbon p {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}
section.catch .upper dl.support_desc dd .ribbon p::before {
  content: "";
  width: 100%;
  height: 0.3rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
section.catch .upper dl.support_desc dd .ribbon p span {
  position: relative;
  z-index: 10;
  background-color: #005eb8;
  display: block;
  width: fit-content;
  margin: auto;
  padding: 0 2em;
  color: #fff;
  font-size: 4rem;
  font-size: min(5vw, 4rem);
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
section.catch .lower ul.merit_list {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  gap: 0 5%;
}
@media print, screen and (min-width: 1024px) {
  section.catch .lower ul.merit_list {
    margin-top: 8rem;
  }
}
section.catch .lower ul.merit_list li {
  width: 31.6666666667%;
  max-width: 18rem;
  aspect-ratio: 1/1;
}
@media print, screen and (min-width: 768px) {
  section.catch .lower ul.merit_list li {
    width: 20vw;
    max-width: 22rem;
  }
}
section.catch .lower ul.merit_list li .circle {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8em 0;
}
@media print, screen and (min-width: 768px) {
  section.catch .lower ul.merit_list li .circle {
    gap: 1.2em 0;
  }
}
section.catch .lower ul.merit_list li .circle::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #fcf566;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
section.catch .lower ul.merit_list li p.line01 {
  position: relative;
  color: #d4145a;
  font-size: min(4vw, 2.4rem);
  font-weight: bold;
  line-height: 1;
  width: fit-content;
  padding: 0.3em 0.5em;
  background-color: #fff;
  border: 0.3rem solid #d4145a;
}
@media print, screen and (min-width: 768px) {
  section.catch .lower ul.merit_list li p.line01 {
    font-size: min(3vw, 3.2rem);
    margin-top: -3rem;
  }
}
section.catch .lower ul.merit_list li p.line01::before, section.catch .lower ul.merit_list li p.line01::after {
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
section.catch .lower ul.merit_list li p.line01::before {
  top: 100%;
  width: 0.8em;
  height: 0.6em;
  background-color: #d4145a;
}
section.catch .lower ul.merit_list li p.line01::after {
  top: calc(100% - 0.1rem);
  width: 0.7em;
  height: 0.5em;
  background-color: #fff;
}
section.catch .lower ul.merit_list li p.line02 {
  color: #005eb8;
  font-size: min(4vw, 2.4rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  min-height: 2.4em;
}
@media print, screen and (min-width: 768px) {
  section.catch .lower ul.merit_list li p.line02 {
    font-size: min(3vw, 3.2rem);
  }
}

section.support {
  padding: 5rem 0;
}
@media print, screen and (min-width: 1024px) {
  section.support {
    padding: 8rem 0;
  }
}
section.support h2.section_title::before {
  background-color: #fff;
}
section.support p.line01 {
  font-size: 2.4rem;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  font-weight: bold;
  text-align: center;
}
section.support ul.support_list {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem 0;
}
@media print, screen and (min-width: 480px) {
  section.support ul.support_list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.5rem 3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  section.support ul.support_list {
    margin-top: 8rem;
    gap: 4rem 3rem;
  }
}
@media print, screen and (min-width: 480px) {
  section.support ul.support_list > li {
    width: calc((100% - 3rem) / 2);
  }
}
@media print, screen and (min-width: 768px) {
  section.support ul.support_list > li {
    width: calc((100% - 6rem) / 3);
  }
}
section.support ul.support_list > li details {
  border: 0.3rem solid #005eb8;
}
@media (prefers-reduced-motion: no-preference) {
  section.support ul.support_list > li details {
    interpolate-size: allow-keywords;
  }
}
section.support ul.support_list > li details::details-content {
  opacity: 0;
  block-size: 0;
  overflow-y: clip;
  transition: content-visibility 0.5s allow-discrete, opacity 0.5s, block-size 0.5s;
}
section.support ul.support_list > li details[open]::details-content {
  opacity: 1;
  block-size: auto;
}
section.support ul.support_list > li details summary {
  list-style: none;
  position: relative;
  color: #fff;
  font-size: 3.2rem;
  font-size: clamp(1.8rem, 2.5vw, 3.2rem);
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
  background-color: #005eb8;
  transition: 0.5s;
  cursor: pointer;
}
section.support ul.support_list > li details summary::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%) rotate(45deg);
}
section.support ul.support_list > li details .content {
  padding: 1rem;
}
section.support ul.support_list > li details .content strong {
  font-size: 2.4rem;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
}
section.support ul.support_list > li details .content ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem 0;
}
section.support ul.support_list > li details .content ul li {
  line-height: 1.2;
  padding-left: 1em;
  text-indent: -1em;
}
section.support ul.support_list > li details .content ul li::before {
  content: "□";
}
section.support ul.support_list > li details .content ul li.marker {
  background-color: #f1f1aa;
}
section.support ul.support_list > li details .content ul li span.marker {
  color: #D83921;
}
section.support ul.support_list > li details .content small {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
}
section.support ul.support_list > li details .content small:first-of-type {
  margin-top: 2rem;
}
section.support ul.support_list > li details .content small::before {
  content: "※";
}
section.support ul.support_list > li details .content small span {
  display: inline-block;
  width: 3em;
  height: 1em;
  background-color: #f1f1aa;
  vertical-align: middle;
}
section.support .message {
  background-color: #b7eaf5;
}
section.support .message .logo {
  background-color: #fff;
}
section.support .message .logo img {
  display: block;
  width: 90%;
  margin: auto;
}
section.support .message .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  section.support .message .inner {
    position: relative;
  }
}
@media print, screen and (min-width: 1024px) {
  section.support .message .inner {
    padding: 4rem 0;
  }
}
section.support .message .inner figure {
  width: 30%;
}
@media print, screen and (min-width: 768px) {
  section.support .message .inner figure {
    width: 20%;
    position: absolute;
    top: -15%;
  }
  section.support .message .inner figure.character {
    order: 1;
    left: 0;
  }
  section.support .message .inner figure.ceo {
    order: 3;
    right: 0;
  }
}
section.support .message .inner figure figcaption {
  margin-top: 1em;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  text-align: center;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 1em;
}
@media print, screen and (min-width: 768px) {
  section.support .message .inner figure figcaption {
    order: 3;
  }
}
section.support .message .inner figure figcaption span {
  display: inline-block;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
}
section.support .message .inner .text {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  section.support .message .inner .text {
    order: 2;
    width: 55%;
  }
}
section.support .message .inner .text p.bubble {
  position: relative;
  width: 100%;
  max-width: 62.5rem;
  margin: 2rem auto 0;
  text-align: center;
  background-color: #fff;
  border-top: 0.1rem solid #000;
  border-bottom: 0.1rem solid #000;
  padding: 0.5em 0;
}
@media print, screen and (min-width: 768px) {
  section.support .message .inner .text p.bubble {
    margin-top: 0;
    padding: 1em 0;
  }
}
section.support .message .inner .text p.bubble::before, section.support .message .inner .text p.bubble::after {
  content: "";
  width: 0.8em;
  height: 1em;
  background-color: #fff;
  position: absolute;
  bottom: calc(100% - 0.1rem);
}
@media print, screen and (min-width: 768px) {
  section.support .message .inner .text p.bubble::before, section.support .message .inner .text p.bubble::after {
    bottom: 50%;
    transform: translate(0, 50%);
    width: 7%;
    height: auto;
    aspect-ratio: 2/1;
  }
}
section.support .message .inner .text p.bubble::before {
  clip-path: polygon(80% 0, 100% 100%, 0 100%);
  left: 10%;
}
@media print, screen and (min-width: 768px) {
  section.support .message .inner .text p.bubble::before {
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    left: auto;
    right: 100%;
  }
}
section.support .message .inner .text p.bubble::after {
  clip-path: polygon(20% 0, 100% 100%, 0 100%);
  right: 10%;
}
@media print, screen and (min-width: 768px) {
  section.support .message .inner .text p.bubble::after {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    right: auto;
    left: 100%;
  }
}
section.support .message .inner .text p.bubble img {
  width: 80%;
}
section.support .message .inner .text strong {
  margin-top: 2rem;
  display: block;
  color: #d4145a;
  font-size: 3.2rem;
  font-size: clamp(1.8rem, 2.5vw, 3.2rem);
  font-weight: bold;
  text-align: center;
}
section.support .message .inner .text p.desc {
  width: fit-content;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  section.support .message .inner .text p.desc {
    font-size: min(1.8vw, 2rem);
    text-align: center;
  }
}
section.support .slider_area {
  margin-top: 5rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  section.support .slider_area {
    margin-top: 8rem;
  }
}
section.support .slider_area p {
  color: #005eb8;
  font-size: 3.2rem;
  font-size: min(6vw, 3.2rem);
  text-align: center;
}
section.support .slider_area .swiper {
  margin-top: 2rem;
}
section.support .slider_area .swiper .swiper-wrapper {
  transition-timing-function: linear;
}

section.about {
  background-color: #ffffce;
  padding: 5rem 0;
}
@media print, screen and (min-width: 1024px) {
  section.about {
    padding: 8rem 0;
  }
}
@media print, screen and (min-width: 1400px) {
  section.about {
    padding-bottom: 15rem;
  }
}
section.about h2.section_title::before {
  background-color: #ffffce;
}
section.about h3 {
  width: 100%;
  max-width: 82rem;
  margin: 4rem auto 0;
  color: #fff;
  font-size: 3.6rem;
  font-size: clamp(1.8rem, 3vw, 3.6rem);
  text-align: center;
  line-height: 2;
  background-color: #005eb8;
  border-radius: 9999px;
}
@media print, screen and (min-width: 1024px) {
  section.about h3 {
    margin-top: 8rem;
  }
}
section.about p {
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  section.about p {
    text-align: center;
  }
}
@media print, screen and (min-width: 1024px) {
  section.about p {
    margin-top: 4rem;
  }
}
section.about p strong {
  font-size: 2.4rem;
  font-size: clamp(1.7rem, 2vw, 2.4rem);
  font-weight: bold;
  margin: 0 0.2em;
}
section.about p strong.bg_red {
  color: #fff;
  background-color: #d4145a;
  padding: 0 0.2em;
}
section.about p strong.bg_blue {
  color: #fff;
  background-color: #005eb8;
  padding: 0 0.2em;
}
@media print, screen and (min-width: 768px) {
  section.about p strong.margin {
    display: inline-block;
    margin-top: 2rem;
  }
}
section.about .illust_area {
  margin-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  section.about .illust_area {
    margin-top: 8rem;
  }
}
section.about .illust_area figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 min(5%, 4rem);
}
section.about .illust_area figure .illust:nth-of-type(1) {
  position: relative;
  width: 60%;
}
section.about .illust_area figure .illust:nth-of-type(1)::before, section.about .illust_area figure .illust:nth-of-type(1)::after {
  content: "";
  width: 20%;
  aspect-ratio: 1/1;
  background-image: url(../img/illust_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -5%;
  z-index: 1;
}
section.about .illust_area figure .illust:nth-of-type(1)::before {
  left: 10%;
  transform: rotate(-45deg);
}
section.about .illust_area figure .illust:nth-of-type(1)::after {
  right: 10%;
  transform: rotate(45deg) scaleX(-1);
}
section.about .illust_area figure .illust:not(:nth-of-type(1)) {
  position: relative;
  width: 47.5%;
}
section.about .illust_area figure .illust:not(:nth-of-type(1))::before {
  content: "";
  width: 40%;
  aspect-ratio: 164/50;
  background-image: url(../img/text_delegation.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -5%;
}
section.about .illust_area figure .illust:nth-of-type(2)::before {
  left: 10%;
}
section.about .illust_area figure .illust:nth-of-type(3)::before {
  right: 10%;
}
@media print, screen and (min-width: 768px) {
  section.about .illust_area figure .illust {
    width: 30% !important;
    max-width: 30rem;
  }
  section.about .illust_area figure .illust:nth-of-type(1) {
    order: 2;
  }
  section.about .illust_area figure .illust:nth-of-type(1)::before, section.about .illust_area figure .illust:nth-of-type(1)::after {
    width: 8rem;
    bottom: 50%;
  }
  section.about .illust_area figure .illust:nth-of-type(1)::before {
    transform: translate(0, 50%);
    left: -6rem;
  }
  section.about .illust_area figure .illust:nth-of-type(1)::after {
    transform: translate(0, 50%) scaleX(-1);
    right: -6rem;
  }
  section.about .illust_area figure .illust:nth-of-type(2) {
    order: 1;
  }
  section.about .illust_area figure .illust:nth-of-type(2)::before {
    top: 15%;
    left: 70%;
  }
  section.about .illust_area figure .illust:nth-of-type(3) {
    order: 3;
  }
  section.about .illust_area figure .illust:nth-of-type(3)::before {
    top: 80%;
    right: 27.5%;
  }
}
section.about .illust_area figure figcaption {
  order: 4;
  margin: 4rem auto 0;
  width: fit-content;
  font-size: 2.4rem;
  font-size: clamp(1.7rem, 2vw, 2.4rem);
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  section.about .illust_area figure figcaption {
    margin-top: 8rem;
  }
}
section.about .illust_area figure figcaption span {
  position: relative;
  color: #d4145a;
  font-size: 4rem;
  font-size: clamp(2rem, 3vw, 4rem);
  text-decoration: underline wavy;
  text-underline-offset: 0.2em;
  padding: 0 0.2em;
}

section.issue {
  background-color: #f2f2f2;
  padding: 5rem 0;
}
@media print, screen and (min-width: 1024px) {
  section.issue {
    padding: 8rem 0;
  }
}
section.issue h2.section_title::before {
  background-color: #f2f2f2;
}
section.issue p {
  width: fit-content;
  margin: 4rem auto 0;
  font-size: 2.4rem;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
}
section.issue ul.issue_voice {
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  section.issue ul.issue_voice {
    display: flex;
    gap: 0 1rem;
  }
}
@media print, screen and (min-width: 1024px) {
  section.issue ul.issue_voice {
    margin-top: 8rem;
  }
}
section.issue ul.issue_voice li {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
section.issue ul.issue_voice li + li {
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  section.issue ul.issue_voice li + li {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  section.issue ul.issue_voice li {
    width: calc((100% - 3rem) / 4);
    flex-direction: column;
  }
}
section.issue ul.issue_voice li::after {
  content: "";
  width: 35%;
  aspect-ratio: 322/359;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (min-width: 768px) {
  section.issue ul.issue_voice li::after {
    width: 80%;
    margin: auto;
  }
}
section.issue ul.issue_voice li:nth-of-type(even) {
  flex-flow: row-reverse;
}
@media print, screen and (min-width: 768px) {
  section.issue ul.issue_voice li:nth-of-type(even) {
    flex-direction: column;
  }
}
section.issue ul.issue_voice li:nth-of-type(1)::after {
  background-image: url(../img/illust_issue01.png);
}
section.issue ul.issue_voice li:nth-of-type(2)::after {
  background-image: url(../img/illust_issue02.png);
}
section.issue ul.issue_voice li:nth-of-type(3)::after {
  background-image: url(../img/illust_issue03.png);
}
section.issue ul.issue_voice li:nth-of-type(4)::after {
  background-image: url(../img/illust_issue04.png);
}
section.issue ul.issue_voice li img {
  width: 55%;
  margin-top: 10%;
}
@media print, screen and (min-width: 768px) {
  section.issue ul.issue_voice li img {
    width: 100%;
  }
}
section.issue ul.issue_voice li img.over768 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  section.issue ul.issue_voice li img.over768 {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  section.issue ul.issue_voice li img.under768 {
    display: none;
  }
}

section.merit {
  position: relative;
  background-color: #c2e9e4;
  padding: 5rem 0;
}
@media print, screen and (min-width: 1024px) {
  section.merit {
    padding: 8rem 0;
  }
}
@media print, screen and (min-width: 1400px) {
  section.merit {
    padding-bottom: 15rem;
  }
}
section.merit::before {
  content: "";
  width: clamp(3rem, 10vw, 7rem);
  aspect-ratio: 7/6;
  background-color: #c2e9e4;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: calc(100% - 0.1rem);
  left: 50%;
  transform: translate(-50%, 0);
}
section.merit .inner {
  overflow: hidden;
}
section.merit p.line01 {
  color: #005eb8;
  font-size: 6rem;
  font-size: min(8vw, 6rem);
  font-weight: 900;
  text-align: center;
  line-height: 1;
}
section.merit h2.section_title::before {
  background-color: #fff;
}
section.merit .bg_white {
  margin-top: 4rem;
  background-color: #fff;
  border-radius: 2rem;
  padding: 2rem 1rem;
}
@media print, screen and (min-width: 768px) {
  section.merit .bg_white {
    position: relative;
    padding: 4rem;
  }
  section.merit .bg_white::before, section.merit .bg_white::after {
    content: "";
    width: 15%;
    max-width: 20rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1024px) {
  section.merit .bg_white::before, section.merit .bg_white::after {
    width: 17.5vw;
  }
}
@media print, screen and (min-width: 768px) {
  section.merit .bg_white::before {
    aspect-ratio: 310/336;
    background-image: url(../img/illust_merit01.png);
    top: 30%;
    right: 23%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1024px) {
  section.merit .bg_white::before {
    top: 25%;
  }
}
@media print, screen and (min-width: 768px) {
  section.merit .bg_white::after {
    aspect-ratio: 1/1;
    background-image: url(../img/illust_merit02.png);
    bottom: 5%;
    right: 5%;
  }
}
section.merit dl.merit_list {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media print, screen and (min-width: 480px) {
  section.merit dl.merit_list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 2rem 1em;
  }
}
@media print, screen and (min-width: 768px) {
  section.merit dl.merit_list {
    margin-top: 4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  section.merit dl.merit_list {
    gap: 6rem 1em;
  }
}
section.merit dl.merit_list dt {
  background-color: #e8d575;
  padding: 0 0.5em;
  font-size: 2.4rem;
  font-size: clamp(1.7rem, 2vw, 2.4rem);
}
section.merit dl.merit_list dt:not(:first-of-type) {
  margin-top: 2rem;
}
@media print, screen and (min-width: 480px) {
  section.merit dl.merit_list dt {
    width: 6em;
    margin: 0 !important;
    text-align: center;
  }
}
section.merit dl.merit_list dd {
  color: #d4145a;
  font-size: 3.2rem;
  font-size: clamp(2rem, 2.5vw, 3.2rem);
}
@media print, screen and (min-width: 480px) {
  section.merit dl.merit_list dd {
    width: calc(100% - 7em);
    line-height: 1.5;
  }
}
section.merit dl.merit_list dd small {
  display: block;
  font-size: 1.6rem;
}
section.merit strong {
  margin-top: 4rem;
  display: block;
  color: #005eb8;
  font-size: 6rem;
  font-size: clamp(3rem, 3.5vw, 6rem);
  font-weight: 900;
  text-align: center;
}
section.merit strong span {
  display: inline-block;
  color: inherit;
}
section.merit p.line02 {
  margin-top: 1rem;
  font-size: 4rem;
  font-size: clamp(1.8rem, 2.5vw, 4rem);
  text-align: center;
  border-top: 0.3rem solid #000;
  border-bottom: 0.3rem solid #000;
  padding: 0.5em 0;
}
section.merit p.line02 span {
  display: inline-block;
}

section.example {
  padding: 5rem 0;
}
@media print, screen and (min-width: 1024px) {
  section.example {
    padding: 8rem 0;
  }
}
@media print, screen and (min-width: 1400px) {
  section.example {
    padding-bottom: 15rem;
  }
}
section.example h2.section_title::before {
  background-color: #fff;
}
section.example p.line01 {
  font-size: 3.2rem;
  font-size: clamp(1.8rem, 2.5vw, 3.2rem);
  font-weight: bold;
  text-align: center;
}
section.example ul.example_flow {
  width: fit-content;
  margin: 4rem auto 0;
}
@media print, screen and (min-width: 768px) {
  section.example ul.example_flow {
    display: flex;
    flex-wrap: wrap;
    gap: 6rem 0;
  }
}
@media print, screen and (min-width: 1024px) {
  section.example ul.example_flow {
    margin-top: 8rem;
    width: 100%;
    gap: 0 2.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  section.example ul.example_flow li {
    width: 50%;
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1024px) {
  section.example ul.example_flow li {
    width: calc((100% - 7.5rem) / 4);
    position: relative;
  }
}
section.example ul.example_flow li:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 5.4rem;
  aspect-ratio: 1/1;
  margin: 1rem auto;
  background-image: url(../img/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
}
@media print, screen and (min-width: 768px) {
  section.example ul.example_flow li:not(:last-of-type)::after {
    transform: rotate(0);
  }
}
@media print, screen and (min-width: 1024px) {
  section.example ul.example_flow li:not(:last-of-type)::after {
    position: absolute;
    right: -4rem;
    top: 35%;
  }
}
@media print, screen and (min-width: 768px) {
  section.example ul.example_flow li dl {
    width: calc(100% - 6rem);
  }
}
@media print, screen and (min-width: 1024px) {
  section.example ul.example_flow li dl {
    width: 100%;
  }
}
section.example ul.example_flow li dl dt.small_text {
  position: relative;
}
section.example ul.example_flow li dl dt.small_text::before {
  content: "※院長先生はここだけ！";
  display: block;
  color: #d4145a;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  section.example ul.example_flow li dl dt.small_text::before {
    position: absolute;
    bottom: 100%;
    width: 100%;
  }
}
section.example ul.example_flow li dl dt span {
  display: block;
  color: #005eb8;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  border: 0.2rem solid #005eb8;
  border-radius: 9999px;
  padding: 0 0.5em;
}
section.example ul.example_flow li dl dt span.color_red {
  color: #fff;
  border-color: #d4145a;
  background-color: #d4145a;
}
@media print, screen and (min-width: 1024px) {
  section.example ul.example_flow li dl dt span {
    font-size: min(1.5vw, 2.2rem);
  }
}
section.example ul.example_flow li dl dd {
  width: fit-content;
  margin: auto;
  color: #005eb8;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
}
section.example ul.example_flow li dl dd.color_red {
  color: #d4145a;
}
@media print, screen and (min-width: 1024px) {
  section.example ul.example_flow li dl dd {
    font-size: min(1.5vw, 2.2rem);
  }
}
section.example ul.example_flow li dl dd.illust {
  width: 50%;
  max-width: 32.5rem;
  aspect-ratio: 1/1;
  margin: 1rem auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media print, screen and (min-width: 1024px) {
  section.example ul.example_flow li dl dd.illust {
    width: 80%;
  }
}
section.example ul.example_flow li dl dd.illust01 {
  background-image: url(../img/illust_example01.png);
}
section.example ul.example_flow li dl dd.illust02 {
  background-image: url(../img/illust_example02.png);
}
section.example ul.example_flow li dl dd.illust03 {
  background-image: url(../img/illust_example03.png);
}
section.example ul.example_flow li dl dd.illust04 {
  background-image: url(../img/illust_example04.png);
}
section.example ul.example_flow li dl dd small {
  color: inherit;
  font-size: 1.5rem;
}
section.example .calling {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem 0;
}
@media print, screen and (min-width: 1024px) {
  section.example .calling {
    margin-top: 8rem;
  }
}
section.example .calling .logo {
  width: 100%;
  max-width: 90rem;
  border: 0.4rem solid #005eb8;
  border-radius: 9999px;
  padding: 2rem 0.5em;
}
section.example .calling .logo img {
  display: block;
  max-width: 65rem;
  margin: auto;
}
section.example .calling p.bubble {
  position: relative;
  width: fit-content;
  padding: 0 1em;
  font-size: 2.4rem;
  font-size: min(5vw, 2.4rem);
  line-height: 2;
  border: 0.2rem solid #000;
}
section.example .calling p.bubble::before, section.example .calling p.bubble::after {
  content: "";
  width: 1em;
  height: 1em;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
section.example .calling p.bubble::before {
  background-color: #000;
  top: 100%;
}
section.example .calling p.bubble::after {
  background-color: #fff;
  top: calc(100% - 0.2rem);
}
section.example .calling .character {
  width: 15rem;
}
section.example .calling p.desc {
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  section.example .calling p.desc {
    text-align: center;
  }
}
section.example .calling p.desc strong {
  display: block;
  width: fit-content;
  margin: 0 auto 4rem;
  font-size: 2.4rem;
  font-size: min(5vw, 2.4rem);
  font-weight: bold;
  text-align: center;
}

section.result {
  background-color: #f2f2f2;
  padding: 5rem 0;
}
@media print, screen and (min-width: 1024px) {
  section.result {
    padding: 8rem 0;
  }
}
@media print, screen and (min-width: 1400px) {
  section.result {
    padding-bottom: 15rem;
  }
}
section.result h2.section_title::before {
  background-color: #f2f2f2;
}
section.result p {
  width: fit-content;
  margin: 4rem auto 0;
  font-size: 2.4rem;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
}
section.result .swiper {
  margin-top: 4rem;
}
section.result .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
section.result ul.voice_list {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  section.result ul.voice_list {
    gap: 0 2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  section.result ul.voice_list {
    margin-top: 8rem;
  }
}
section.result ul.voice_list li {
  width: 100%;
  max-width: 45rem;
  margin: auto;
  padding: 1em;
  font-size: 2.4rem;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  border-top: 0.3rem dotted #005eb8;
  border-bottom: 0.3rem dotted #005eb8;
}
@media print, screen and (min-width: 768px) {
  section.result ul.voice_list li {
    width: calc((100% - 4rem) / 3);
    text-align: center;
    margin: 0;
    display: grid;
    place-items: center;
  }
}
section.result ul.voice_list li:not(:first-of-type) {
  border-top: none;
}
@media print, screen and (min-width: 768px) {
  section.result ul.voice_list li:not(:first-of-type) {
    border-top: 0.3rem dotted #005eb8;
  }
}
section.result .insta_link {
  margin-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  section.result .insta_link {
    margin-top: 8rem;
  }
}
section.result .insta_link a {
  position: relative;
  color: #d4145a;
  font-size: 2.4rem;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: bold;
  background-color: #ffffce;
  border-radius: 2rem;
  padding: 1em 3em 1em 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 2rem;
}
@media print, screen and (min-width: 1024px) {
  section.result .insta_link a {
    gap: 0 4rem;
  }
}
section.result .insta_link a::before {
  content: "";
  width: 2.5em;
  aspect-ratio: 1/1;
  background-image: url(../img/icon_instagram.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
section.result .insta_link a::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-top: 5px solid #d4145a;
  border-right: 5px solid #d4145a;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translate(0, -50%) rotate(45deg);
}

section.duties01 {
  padding: 5rem 0;
}
@media print, screen and (min-width: 1024px) {
  section.duties01 {
    padding: 8rem 0;
  }
}
@media print, screen and (min-width: 1400px) {
  section.duties01 {
    padding-bottom: 15rem;
  }
}
section.duties01 h2.section_title::before {
  background-color: #fff;
}
section.duties02 .upper {
  background-color: #f2f2f2;
  padding: 5rem 0;
}
@media print, screen and (min-width: 1024px) {
  section.duties02 .upper {
    padding: 8rem 0;
  }
}
@media print, screen and (min-width: 1400px) {
  section.duties02 .upper {
    padding-bottom: 15rem;
  }
}
section.duties02 .upper h2.section_title::before {
  background-color: #f2f2f2;
}
section.duties h3 {
  margin-bottom: 4rem;
  color: #005eb8;
  font-size: 6rem;
  font-size: min(6vw, 6rem);
  text-align: center;
}
section.duties h3 strong {
  color: #d4145a;
}
section.duties h2 {
  color: #13a094;
}
section.duties p.line01 {
  width: fit-content;
  margin: 4rem auto 0;
  font-size: 2.4rem;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
}
section.duties .before_after {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  section.duties .before_after {
    display: flex;
    flex-wrap: wrap;
  }
}
section.duties .duties_list p.caption {
  font-size: 3.4rem;
  font-size: min(6vw, 3.4rem);
  text-align: center;
}
section.duties .duties_list.before p.caption {
  color: #005eb8;
}
section.duties .duties_list.after p.caption {
  color: #d4145a;
}
section.duties .duties_list ul {
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  section.duties .duties_list ul {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
}
section.duties .duties_list ul li {
  font-size: 2.4rem;
  font-size: min(4vw, 2.4rem);
  background-color: #fff;
  padding: 0 0.5em;
}
section.duties .duties_list ul li + li {
  margin-top: 1rem;
}
section.duties .duties_list ul li.border01 {
  border: 0.1rem solid #005eb8;
}
section.duties .duties_list ul li.border02 {
  border: 0.3rem solid #005eb8;
}
section.duties .duties_list ul li.bg01 {
  background-color: #e8d575;
}
section.duties .duties_list ul li.bg02 {
  color: #fff;
  background-color: #005eb8;
}
section.duties .duties_list p.arrow {
  width: 100%;
  max-width: 55rem;
  margin: 1rem auto;
}
@media print, screen and (min-width: 768px) {
  section.duties .duties_list p.arrow {
    margin: 0;
    width: 0;
    height: 0;
    opacity: 0;
  }
}
section.duties .duties_list p.arrow::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/0.1;
  background-color: #ccdff1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-top: -0.1rem;
}
section.duties .duties_list p.arrow span {
  display: block;
  width: 80%;
  margin: auto;
  color: #005eb8;
  font-size: 3.2rem;
  font-size: min(5vw, 3.2rem);
  text-align: center;
  line-height: 1.4;
  background-color: #ccdff1;
  padding-top: 0.5em;
}
section.duties .duties_list figure {
  width: 0;
  height: 0;
}
@media print, screen and (min-width: 768px) {
  section.duties .duties_list figure {
    display: block;
    width: auto;
    height: auto;
  }
}
@media print, screen and (min-width: 768px) {
  section.duties.duties01 .duties_list.before {
    width: 56.7%;
  }
}
@media print, screen and (min-width: 768px) {
  section.duties.duties01 .duties_list.before p {
    width: 76.5%;
  }
}
@media print, screen and (min-width: 768px) {
  section.duties.duties01 .duties_list.after {
    width: 43.3%;
  }
}
@media print, screen and (min-width: 768px) {
  section.duties.duties02 .duties_list.before {
    width: 54.2%;
  }
}
@media print, screen and (min-width: 768px) {
  section.duties.duties02 .duties_list.before p {
    width: 85%;
  }
}
@media print, screen and (min-width: 768px) {
  section.duties.duties02 .duties_list.after {
    width: 45.8%;
  }
}
section.duties .bg_explain {
  margin: 2rem auto 0;
  width: fit-content;
}
section.duties .bg_explain dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 1em;
}
section.duties .bg_explain dl dt {
  width: 5em;
  height: 1.5em;
}
section.duties .bg_explain dl dt.bg01 {
  background-color: #e8d575;
}
section.duties .bg_explain dl dt.bg02 {
  background-color: #005eb8;
}
section.duties .bg_explain dl dd {
  width: fit-content;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  white-space: nowrap;
}
section.duties .result_area {
  margin-top: 4rem;
  width: 100%;
}
@media print, screen and (min-width: 1024px) {
  section.duties .result_area {
    margin-top: 8rem;
  }
}
section.duties .result_area strong {
  display: block;
  color: #005eb8;
  font-size: 4rem;
  font-size: min(5vw, 2.75rem);
  font-weight: 900;
  background-color: #ffffce;
  border: 0.3rem solid #005eb8;
  border-radius: 2rem;
  padding: 0.5em;
}
@media print, screen and (min-width: 768px) {
  section.duties .result_area strong {
    font-size: min(3vw, 4rem);
    text-align: center;
  }
}
section.duties .result_area p.arrow {
  width: fit-content;
  margin: auto;
}
section.duties .result_area p.arrow::after {
  content: "";
  display: block;
  width: calc(100% + 3em);
  margin: -0.1em 0 0 -1.5em;
  aspect-ratio: 1/0.15;
  background-color: #ccdff1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media print, screen and (min-width: 1024px) {
  section.duties .result_area p.arrow::after {
    width: calc(100% + 6em);
    margin: -0.1em 0 0 -3em;
    aspect-ratio: 1/0.2;
  }
}
section.duties .result_area p.arrow span {
  display: block;
  color: #005eb8;
  font-size: 4rem;
  font-size: min(5vw, 2.75rem);
  font-weight: 900;
  padding: 0.5rem 1em 0;
  background-color: #ccdff1;
}
@media print, screen and (min-width: 1024px) {
  section.duties .result_area p.arrow span {
    font-size: min(3vw, 4rem);
    padding: 1em 2em 0;
  }
}
section.duties .result_area .possibility {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  section.duties .result_area .possibility {
    gap: 0 4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  section.duties .result_area .possibility {
    margin-top: 4rem;
  }
}
section.duties .result_area .possibility dl {
  width: 100%;
  border: 0.3rem solid #005eb8;
  background-color: #fff;
  border-radius: 2rem;
  padding: 2rem;
}
@media print, screen and (min-width: 768px) {
  section.duties .result_area .possibility dl {
    width: calc((100% - 4rem) / 2);
  }
}
section.duties .result_area .possibility dl dt {
  color: #fff;
  font-size: 4rem;
  font-size: min(5vw, 2.4rem);
  text-align: center;
  background-color: #005eb8;
}
@media print, screen and (min-width: 1024px) {
  section.duties .result_area .possibility dl dt {
    font-size: min(3vw, 4rem);
  }
}
section.duties .result_area .possibility dl dd {
  margin-top: 1rem;
  color: #005eb8;
  font-size: 2.4rem;
  font-size: min(4vw, 1.8rem);
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  section.duties .result_area .possibility dl dd {
    font-size: 2.4rem;
  }
}
section.duties .result_area p.line02 {
  margin-top: 2rem;
  color: #005eb8;
  font-size: 4rem;
  font-size: min(5vw, 2.75rem);
  font-weight: 900;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  section.duties .result_area p.line02 {
    margin-top: 4rem;
    font-size: min(3vw, 4rem);
  }
}

section.comparison .upper {
  padding: 5rem 0;
}
@media print, screen and (min-width: 1024px) {
  section.comparison .upper {
    padding: 8rem 0;
  }
}
section.comparison .upper h2.section_title::before {
  background-color: #fff;
}
section.comparison .upper p {
  width: fit-content;
  margin: 4rem auto 0;
  font-size: 2.4rem;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
}
section.comparison .upper figure {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.comparison .upper figure figcaption {
  font-size: 6rem;
  font-size: clamp(2.4rem, 4.5vw, 6rem);
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
}
section.comparison .upper figure figcaption strong {
  color: #13a094;
}
section.comparison .upper figure img {
  max-width: 96rem;
  margin-top: 2rem;
}
@media print, screen and (min-width: 768px) {
  section.comparison .upper figure img {
    margin-top: 4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  section.comparison .upper figure img {
    margin-top: 8rem;
  }
}
section.comparison .center {
  background-color: #ffffce;
  padding: 5rem 0;
}
@media print, screen and (min-height: 1024px) {
  section.comparison .center {
    padding: 8rem 0;
  }
}
section.comparison .center .inner {
  max-width: 1;
  display: flex;
  flex-direction: column;
  gap: 4rem 0;
}
@media print, screen and (min-width: 768px) {
  section.comparison .center .inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 0 2rem;
    position: relative;
  }
  section.comparison .center .inner::after {
    content: "";
    width: 55%;
    max-width: 55rem;
    aspect-ratio: 555/190;
    background-image: url(../img/text_comparison.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 60%;
    left: calc((100% - 5rem) / 3);
  }
}
section.comparison .center dl.situation {
  border: 0.3rem solid;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  section.comparison .center dl.situation {
    width: calc((100% - 4rem) / 3);
    position: relative;
    z-index: 10;
  }
}
section.comparison .center dl.situation dt {
  font-size: 3.2rem;
  font-size: min(6vw, 3.2rem);
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0;
}
@media print, screen and (min-width: 768px) {
  section.comparison .center dl.situation dt {
    font-size: min(3.2vw, 3.2rem);
  }
}
section.comparison .center dl.situation dd p.desc {
  font-weight: 400;
  padding: 0.5em 1em;
}
section.comparison .center dl.situation dd p.price {
  font-size: 2rem;
  font-size: min(5vw, 2rem);
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0;
}
section.comparison .center dl.situation dd p.price strong {
  color: inherit;
  font-size: 5rem;
  font-size: min(10vw, 5rem);
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  section.comparison .center dl.situation dd p.price strong {
    font-size: min(4vw, 5rem);
  }
}
section.comparison .center dl.situation dd p.price span {
  color: inherit;
  font-size: 3.8rem;
  font-size: min(7.6vw, 3.8rem);
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  section.comparison .center dl.situation dd p.price span {
    font-size: min(2.5vw, 3.8rem);
  }
}
section.comparison .center dl.situation01 {
  border-color: #005eb8;
}
section.comparison .center dl.situation01 dd p.desc {
  background-color: #cde3f5;
}
section.comparison .center dl.situation01 dd p.price {
  color: #005eb8;
}
section.comparison .center dl.situation02 {
  border-color: #d4145a;
}
section.comparison .center dl.situation02 dd p.desc {
  background-color: #fbe7ef;
}
section.comparison .center dl.situation02 dd p.price {
  color: #d4145a;
}
@media print, screen and (min-width: 768px) {
  section.comparison .center .result {
    width: calc((100% - 4rem) / 3);
  }
}
section.comparison .center .result dl {
  border: 0.3rem solid #d4145a;
  background-color: #fff;
}
section.comparison .center .result dl dt {
  font-size: 3.2rem;
  font-size: min(6vw, 3.2rem);
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0;
}
@media print, screen and (min-width: 768px) {
  section.comparison .center .result dl dt {
    font-size: min(3.2vw, 3.2rem);
  }
}
section.comparison .center .result dl dt span {
  font-size: 2.4rem;
  font-size: min(4.5vw, 2.4rem);
  font-weight: 500;
}
section.comparison .center .result dl dd p.price {
  width: fit-content;
  margin: auto;
  color: #d4145a;
  font-size: 2rem;
  font-size: min(5vw, 2rem);
  font-weight: bold;
  text-align: center;
  padding: 0 0 0.5em;
}
section.comparison .center .result dl dd p.price strong {
  color: inherit;
  font-size: 5rem;
  font-size: min(10vw, 5rem);
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  section.comparison .center .result dl dd p.price strong {
    font-size: min(4vw, 5rem);
  }
}
section.comparison .center .result dl dd p.price span {
  color: inherit;
  font-size: 3.8rem;
  font-size: min(7.6vw, 3.8rem);
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  section.comparison .center .result dl dd p.price span {
    font-size: min(2.5vw, 3.8rem);
  }
}
section.comparison .center .result dl dd p.price small {
  display: block;
  color: inherit;
  font-size: 1.8rem;
  text-align: right;
  line-height: 1;
}
section.comparison .center .result p.note {
  position: relative;
  width: fit-content;
  margin: 1rem auto 0;
  padding: 0 1em;
  color: #005eb8;
  font-size: 2.2rem;
  font-size: min(4.5vw, 2.2rem);
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  section.comparison .center .result p.note {
    font-size: min(2vw, 2.2rem);
  }
}
section.comparison .center .result p.note::before, section.comparison .center .result p.note::after {
  content: "";
  width: 0.3rem;
  height: 100%;
  background-color: #d4145a;
  position: absolute;
  top: 0;
}
section.comparison .center .result p.note::before {
  left: 0;
  transform: rotate(20deg);
}
section.comparison .center .result p.note::after {
  right: 0;
  transform: rotate(-20deg);
}
section.comparison .center .result p.note span {
  display: inline-block;
  color: inherit;
}

section.movie {
  padding: 5rem 0;
}
@media print, screen and (min-width: 1024px) {
  section.movie {
    padding: 8rem 0;
  }
}
@media print, screen and (min-width: 1400px) {
  section.movie {
    padding-bottom: 15rem;
  }
}
section.movie h2.section_title::before {
  background-color: #fff;
}
section.movie figure {
  width: 100%;
  max-width: 92.5rem;
  aspect-ratio: 925/520;
  margin: 4rem auto 0;
}
@media print, screen and (min-width: 1024px) {
  section.movie figure {
    margin-top: 8rem;
  }
}
section.movie figure iframe {
  width: 100%;
  height: 100%;
}
section.movie .logo {
  width: 45%;
  max-width: 30rem;
  margin: 4rem auto 0;
}
@media print, screen and (min-width: 1024px) {
  section.movie .logo {
    margin-top: 8rem;
  }
}

section.reason {
  background-color: #c2e9e4;
  padding: 5rem 0;
}
@media print, screen and (min-width: 1024px) {
  section.reason {
    padding: 8rem 0;
  }
}
@media print, screen and (min-width: 1400px) {
  section.reason {
    padding-bottom: 15rem;
  }
}
section.reason h2.section_title::before {
  background-color: #c2e9e4;
}
section.reason p.voice {
  width: fit-content;
  margin: 4rem auto 0;
  font-size: 2.4rem;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
}
section.reason ul.reason_list {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 4rem 0;
}
@media print, screen and (min-width: 768px) {
  section.reason ul.reason_list {
    flex-direction: row;
    gap: 0 2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  section.reason ul.reason_list {
    margin-top: 8rem;
  }
}
@media print, screen and (min-width: 1280px) {
  section.reason ul.reason_list {
    gap: 0 4rem;
  }
}
section.reason ul.reason_list li {
  position: relative;
  background-color: #fff;
  border-radius: 2rem;
  padding: 4rem 2rem 2rem;
}
@media print, screen and (min-width: 768px) {
  section.reason ul.reason_list li {
    width: calc((100% - 4rem) / 3);
  }
}
@media print, screen and (min-width: 1280px) {
  section.reason ul.reason_list li {
    width: calc((100% - 8rem) / 3);
  }
}
section.reason ul.reason_list li span.number {
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translate(-50%, 0);
  color: #d4145a;
  font-size: 3.2rem;
  font-weight: bold;
  width: 8rem;
  aspect-ratio: 1/1;
  background-color: #c2e9e4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
section.reason ul.reason_list li .illust {
  width: 8rem;
  aspect-ratio: 1/1;
  margin: 2rem auto 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
section.reason ul.reason_list li .illust01 {
  background-image: url(../img/illust_reason01.png);
}
section.reason ul.reason_list li .illust02 {
  background-image: url(../img/illust_reason02.png);
}
section.reason ul.reason_list li .illust03 {
  background-image: url(../img/illust_reason03.png);
}
@media print, screen and (min-width: 1280px) {
  section.reason ul.reason_list li .illust {
    width: 12.5rem;
  }
}
section.reason ul.reason_list li strong {
  margin-top: 2rem;
  display: block;
  color: #005eb8;
  font-size: 2.4rem;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  section.reason ul.reason_list li strong {
    min-height: 3em;
  }
}
section.reason ul.reason_list li p {
  margin-top: 2rem;
  font-size: 1.7rem;
  font-weight: 400;
}

section.capability {
  padding: 5rem 0;
}
@media print, screen and (min-width: 1024px) {
  section.capability {
    padding: 8rem 0;
  }
}
@media print, screen and (min-width: 1400px) {
  section.capability {
    padding-bottom: 15rem;
  }
}
section.capability h2.section_title::before {
  background-color: #fff;
}
section.capability h3 {
  margin-top: 4rem;
  font-size: 3.2rem;
  font-size: clamp(1.8rem, 3.5vw, 3.2rem);
  text-align: center;
}
section.capability .support_flow {
  margin-top: 4rem;
  background-color: #b2cfea;
  padding: 2rem;
}
@media print, screen and (min-width: 1024px) {
  section.capability .support_flow {
    padding: 4rem;
  }
}
section.capability .support_flow figure.over1024 {
  width: 0;
  height: 0;
}
@media print, screen and (min-width: 1024px) {
  section.capability .support_flow figure.over1024 {
    width: auto;
    height: auto;
  }
}
section.capability .illust_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  section.capability .illust_area {
    gap: 8rem;
    position: relative;
  }
}
@media print, screen and (min-width: 1024px) {
  section.capability .illust_area {
    width: 0;
    height: 0;
    opacity: 0;
  }
}
section.capability .illust_area figure {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  section.capability .illust_area figure {
    width: calc((100% - 8rem) / 2);
  }
  section.capability .illust_area figure.illust01 {
    order: 1;
  }
  section.capability .illust_area figure.illust02 {
    order: 2;
  }
  section.capability .illust_area figure.illust03 {
    order: 4;
  }
  section.capability .illust_area figure.illust04 {
    order: 3;
  }
}
@media print, screen and (min-width: 1024px) {
  section.capability .illust_area figure {
    width: auto;
  }
  section.capability .illust_area figure.illust01 {
    width: 22%;
    aspect-ratio: 245/155;
  }
  section.capability .illust_area figure.illust02 {
    width: 22%;
    aspect-ratio: 245/155;
  }
  section.capability .illust_area figure.illust03 {
    order: 3;
    width: 30%;
    aspect-ratio: 320/155;
  }
  section.capability .illust_area figure.illust04 {
    order: 4;
    width: 15%;
    aspect-ratio: 173/155;
  }
}
section.capability .illust_area figure figcaption {
  color: #fff;
  font-size: 2.4rem;
  font-size: min(6vw, 2.4rem);
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  section.capability .illust_area figure figcaption {
    font-size: min(1.5vw, 2.4rem);
  }
}
section.capability .illust_area figure figcaption.caption01 {
  background-color: #005eb8;
}
section.capability .illust_area figure figcaption.caption02, section.capability .illust_area figure figcaption.caption03 {
  background-color: #00a99d;
}
section.capability .illust_area figure figcaption.caption04 {
  background-color: #666;
}
section.capability .illust_area .arrow_area {
  display: flex;
  justify-content: center;
  gap: 0 4rem;
}
section.capability .illust_area .arrow_area p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  writing-mode: vertical-lr;
}
section.capability .illust_area .arrow_area p.arrow01 {
  background-color: #005eb8;
  padding: 1rem 3rem 2rem;
  clip-path: polygon(20% 0, 80% 0, 80% 80%, 100% 80%, 50% 100%, 0% 80%, 20% 80%);
}
section.capability .illust_area .arrow_area p.arrow02 {
  padding: 2rem 3rem 1rem;
  background-color: #00a99d;
  clip-path: polygon(50% 0, 100% 20%, 80% 20%, 80% 100%, 20% 100%, 20% 20%, 0 20%);
}
section.capability .illust_area .arrow_area p.arrow03 {
  padding: 2rem 3rem;
  background-color: #666;
  clip-path: polygon(50% 0, 100% 20%, 80% 20%, 80% 80%, 100% 80%, 50% 100%, 0 80%, 20% 80%, 20% 20%, 0 20%);
}
@media print, screen and (min-width: 768px) {
  section.capability .illust_area .arrow_area {
    position: absolute;
  }
  section.capability .illust_area .arrow_area.area01 {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    flex-direction: column;
    gap: 4rem 0;
    height: 42.5%;
  }
  section.capability .illust_area .arrow_area.area01 p {
    writing-mode: initial;
  }
  section.capability .illust_area .arrow_area.area01 p.arrow01 {
    clip-path: polygon(0% 20%, 80% 20%, 80% 0%, 100% 50%, 80% 100%, 80% 80%, 0% 80%);
    padding: 3rem 2rem 3rem 1rem;
  }
  section.capability .illust_area .arrow_area.area01 p.arrow02 {
    padding: 3rem 1rem 3rem 2rem;
    clip-path: polygon(0% 50%, 20% 0, 20% 20%, 100% 20%, 100% 80%, 20% 80%, 20% 100%);
  }
  section.capability .illust_area .arrow_area.area02 {
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: calc((100% - 8rem) / 2);
  }
  section.capability .illust_area .arrow_area.area03 {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    flex-direction: column;
    height: 42.5%;
  }
  section.capability .illust_area .arrow_area.area03 p {
    writing-mode: initial;
  }
  section.capability .illust_area .arrow_area.area03 p.arrow03 {
    padding: 3rem 2rem;
    clip-path: polygon(0 50%, 20% 0, 20% 20%, 80% 20%, 80% 0, 100% 50%, 80% 100%, 80% 80%, 20% 80%, 20% 100%);
  }
}
section.capability p.support_desc {
  margin-top: 4rem;
  font-weight: 400;
}
section.capability dl {
  margin-top: 4rem;
  background-color: #fff;
  padding: 2rem 1rem;
}
@media print, screen and (min-width: 1024px) {
  section.capability dl {
    padding: 4rem 0;
  }
}
section.capability dl dt {
  width: fit-content;
  margin: auto;
  font-size: 3.2rem;
  font-size: min(5vw, 3.2rem);
  font-weight: bold;
}
section.capability dl dd {
  width: fit-content;
  margin: 2rem auto 0;
  font-weight: 400;
}
section.capability dl dd span {
  display: block;
  width: fit-content;
  margin: 2rem auto 0;
  font-size: 2.4rem;
  font-size: min(5vw, 2.4rem);
  font-weight: bold;
}

section.flow .upper {
  background-color: #ffffce;
  padding: 5rem 0;
}
@media print, screen and (min-width: 1024px) {
  section.flow .upper {
    padding: 8rem 0;
  }
}
section.flow .upper h2.section_title::before {
  background-color: #ffffce;
}
section.flow .upper ul.flow_list {
  margin-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  section.flow .upper ul.flow_list {
    margin-top: 8rem;
  }
}
section.flow .upper ul.flow_list li + li {
  margin-top: 2rem;
}
section.flow .upper ul.flow_list li:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 2.5rem;
  aspect-ratio: 7/6;
  background-color: #005eb8;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 0.3rem 0 0 2rem;
}
@media print, screen and (min-width: 768px) {
  section.flow .upper ul.flow_list li:not(:last-of-type)::after {
    margin-left: 3.75rem;
  }
}
@media print, screen and (min-width: 1280px) {
  section.flow .upper ul.flow_list li:not(:last-of-type)::after {
    width: 4.5rem;
  }
}
@media print, screen and (min-width: 1280px) {
  section.flow .upper ul.flow_list li:not(:last-of-type)::after {
    margin-left: 6.75rem;
  }
}
section.flow .upper ul.flow_list li .flex {
  position: relative;
  display: flex;
}
section.flow .upper ul.flow_list li .number {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem 0;
  color: #fcf566;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  background-color: #005eb8;
  padding: 1rem;
}
@media print, screen and (min-width: 768px) {
  section.flow .upper ul.flow_list li .number {
    width: 10rem;
    min-height: 10rem;
    justify-content: center;
  }
}
@media print, screen and (min-width: 1280px) {
  section.flow .upper ul.flow_list li .number {
    width: 18rem;
    height: 18rem;
    font-size: 3.2rem;
  }
}
section.flow .upper ul.flow_list li .number span {
  position: relative;
  width: 4rem;
  aspect-ratio: 1/1;
  color: #005eb8;
  font-size: 2rem;
  background-color: #fcf566;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
@media print, screen and (min-width: 1280px) {
  section.flow .upper ul.flow_list li .number span {
    width: 6.5rem;
    font-size: 5rem;
  }
}
section.flow .upper ul.flow_list li dl {
  flex: 1;
  background-color: #e5eff8;
  padding: 1rem 2rem;
}
@media print, screen and (min-width: 1024px) {
  section.flow .upper ul.flow_list li dl {
    padding: 1rem 4rem;
  }
}
section.flow .upper ul.flow_list li dl dt {
  color: #005eb8;
  font-size: 2.4rem;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: bold;
}
section.flow .upper ul.flow_list li dl dd {
  font-size: 2rem;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
}
@media print, screen and (min-width: 768px) {
  section.flow .upper ul.flow_list li dl dd {
    width: calc(100% - 15rem);
  }
}
@media print, screen and (min-width: 1280px) {
  section.flow .upper ul.flow_list li dl dd {
    width: calc(100% - 25rem);
  }
}
@media print, screen and (min-width: 768px) {
  section.flow .upper ul.flow_list li .illust {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translate(0, -50%);
    width: 13rem;
    aspect-ratio: 220/142;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media print, screen and (min-width: 1280px) {
  section.flow .upper ul.flow_list li .illust {
    width: 22rem;
  }
}
section.flow .upper ul.flow_list li .illust01 {
  background-image: url(../img/illust_flow01.png);
}
section.flow .upper ul.flow_list li .illust02 {
  background-image: url(../img/illust_flow02.png);
}
section.flow .upper ul.flow_list li .illust03 {
  background-image: url(../img/illust_flow03.png);
}
section.flow .upper ul.flow_list li .illust04 {
  background-image: url(../img/illust_flow04.png);
}
section.flow .upper ul.flow_list li .illust05 {
  background-image: url(../img/illust_flow05.png);
}
section.flow .lower {
  padding: 5rem 0;
}
@media print, screen and (min-width: 1024px) {
  section.flow .lower {
    padding: 8rem 0;
  }
}
@media print, screen and (min-width: 1400px) {
  section.flow .lower {
    padding-bottom: 15rem;
  }
}
section.flow .lower > p {
  font-size: 6rem;
  font-size: clamp(2.4rem, 4vw, 6rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
section.flow .lower > p span {
  display: inline-block;
}
section.flow .lower dl {
  width: 100%;
  max-width: 95rem;
  margin: 4rem auto 0;
  border: 0.5rem solid #005eb8;
  border-radius: 2rem;
  background-color: #ffffce;
  overflow: hidden;
}
section.flow .lower dl dt {
  color: #fff;
  font-size: 6rem;
  font-size: clamp(2.4rem, 4vw, 6rem);
  font-weight: bold;
  text-align: center;
  line-height: 2;
  background-color: #005eb8;
}
section.flow .lower dl dd {
  padding: 2rem 0;
}
@media print, screen and (min-width: 1024px) {
  section.flow .lower dl dd {
    padding-bottom: 4rem;
  }
}
section.flow .lower dl dd p.support {
  font-size: 3.2rem;
  font-size: clamp(1.8rem, 2.5vw, 3.2rem);
  font-weight: bold;
  text-align: center;
}
section.flow .lower dl dd p.support span {
  display: block;
  font-weight: 400;
}
section.flow .lower dl dd p.price {
  width: fit-content;
  margin: 2rem auto 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
section.flow .lower dl dd p.price strong {
  color: #d4145a;
  font-size: 3.8rem;
  font-size: clamp(1.8rem, 2.5vw, 3.8rem);
  font-weight: 900;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
section.flow .lower dl dd p.price strong::before {
  content: "月額";
  color: #005eb8;
  font-size: 4.8rem;
  font-size: clamp(2rem, 2.5vw, 3.8rem);
  white-space: nowrap;
  margin-right: 0.1em;
}
section.flow .lower dl dd p.price strong span {
  color: inherit;
  font-size: 6.4rem;
  font-size: clamp(4rem, 5vw, 6.4rem);
  position: relative;
  top: 0.1em;
}
section.flow .lower dl dd p.price small {
  color: #005eb8;
  font-size: 2.4rem;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  font-weight: bold;
}

section.qa {
  background-color: #deeaf6;
}
section.qa .upper {
  padding: 5rem 0;
}
@media print, screen and (min-width: 1024px) {
  section.qa .upper {
    padding: 8rem 0;
  }
}
@media print, screen and (min-width: 1400px) {
  section.qa .upper {
    padding-bottom: 15rem;
  }
}
section.qa .upper h2.section_title::before {
  background-color: #deeaf6;
}
section.qa .upper ul.qa_list {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4rem;
}
@media print, screen and (min-width: 768px) {
  section.qa .upper ul.qa_list {
    gap: 4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  section.qa .upper ul.qa_list {
    margin-top: 8rem;
  }
}
section.qa .upper ul.qa_list li {
  position: relative;
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0.5rem 0.5rem 0.5rem #8a8a8a;
  padding: 4rem 1rem 2rem;
}
@media print, screen and (min-width: 768px) {
  section.qa .upper ul.qa_list li {
    width: calc((100% - 4rem) / 2);
  }
}
@media print, screen and (min-width: 1024px) {
  section.qa .upper ul.qa_list li {
    padding: 6rem 2rem 2rem;
  }
}
section.qa .upper ul.qa_list li::before {
  content: "";
  width: 3.5rem;
  aspect-ratio: 1/1;
  background-color: #005eb8;
  background-image: url(../img/icon_loupe.svg);
  background-size: 80%;
  background-position: center;
  position: absolute;
  top: 0;
  left: 2rem;
}
@media print, screen and (min-width: 1024px) {
  section.qa .upper ul.qa_list li::before {
    width: 5.5rem;
  }
}
section.qa .upper ul.qa_list li p.question {
  color: #005eb8;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: bold;
  border-bottom: 0.2rem solid #005eb8;
}
section.qa .upper ul.qa_list li p.answer {
  margin-top: 1rem;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
}
section.qa .lower {
  background-color: #ffffce;
  padding-bottom: 5rem;
}
@media print, screen and (min-width: 1024px) {
  section.qa .lower {
    padding-bottom: 8rem;
  }
}
section.qa .lower p.ribbon::after {
  content: "";
  display: block;
  width: clamp(3rem, 10vw, 7rem);
  aspect-ratio: 7/6;
  background-color: #005eb8;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: -0.1rem auto 0;
}
section.qa .lower p.ribbon span {
  display: block;
  color: #fff;
  font-size: 6rem;
  font-size: clamp(3rem, 4vw, 6rem);
  font-weight: bold;
  text-align: center;
  background-color: #005eb8;
}
section.qa .lower strong.catch {
  margin-top: 4rem;
  display: block;
  color: #00a99d;
  font-size: 6rem;
  font-size: clamp(1.8rem, 4vw, 6rem);
  font-weight: 900;
  text-align: center;
}
section.qa .lower strong.catch span {
  color: #d4145a;
}
section.qa .lower dl.consultation {
  margin-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  section.qa .lower dl.consultation {
    margin-top: 8rem;
  }
}
section.qa .lower dl.consultation dt span {
  display: block;
  width: 100%;
  max-width: 82rem;
  margin: auto;
  font-size: 3.6rem;
  font-size: clamp(1.8rem, 3.5vw, 3.6rem);
  font-weight: bold;
  text-align: center;
  border: 0.2rem solid #005eb8;
  border-radius: 9999px;
}
section.qa .lower dl.consultation dd p.support {
  margin-top: 2rem;
  font-size: 2.4rem;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  font-weight: bold;
  text-align: center;
}
section.qa .lower dl.consultation dd p.price {
  position: relative;
  width: fit-content;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
section.qa .lower dl.consultation dd p.price::after {
  content: "";
  width: min(15vw, 15.5rem);
  aspect-ratio: 156/142;
  background-image: url(../img/text_only.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 102%;
  transform: translate(0, -70%);
}
section.qa .lower dl.consultation dd p.price strong {
  color: #d4145a;
  font-size: 3.8rem;
  font-size: clamp(1.8rem, 2.5vw, 3.8rem);
  font-weight: 900;
  line-height: 1;
}
section.qa .lower dl.consultation dd p.price strong span {
  color: inherit;
  font-size: 6.4rem;
  font-size: clamp(4rem, 5vw, 6.4rem);
}
section.qa .lower dl.consultation dd p.price small {
  color: #005eb8;
  font-size: 2.4rem;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  section.qa .lower dl.consultation01 {
    position: relative;
  }
  section.qa .lower dl.consultation01::before, section.qa .lower dl.consultation01::after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
  }
  section.qa .lower dl.consultation01::before {
    background-image: url(../img/illust_qa01.png);
    width: 10rem;
    aspect-ratio: 160/236;
    bottom: 0;
    left: 0;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1024px) {
  section.qa .lower dl.consultation01::before {
    width: 14%;
    max-width: 16rem;
  }
}
@media print, screen and (min-width: 768px) {
  section.qa .lower dl.consultation01::after {
    background-image: url(../img/illust_qa02.png);
    width: 7rem;
    aspect-ratio: 105/222;
    bottom: 0;
    right: 0;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1024px) {
  section.qa .lower dl.consultation01::after {
    width: 10%;
    max-width: 10.5rem;
  }
}
section.qa .lower dl.consultation01 dt span {
  color: #005eb8;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  section.qa .lower dl.consultation01 dd p.support {
    margin-top: 6rem;
  }
}
section.qa .lower dl.consultation02 dt::after {
  content: "";
  display: block;
  width: clamp(3rem, 10vw, 7rem);
  aspect-ratio: 7/6;
  background-color: #005eb8;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: -0.1rem auto 0;
}
section.qa .lower dl.consultation02 dt span {
  color: #fff;
  background-color: #005eb8;
}
section.qa .lower .btn_area {
  margin-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  section.qa .lower .btn_area {
    margin-top: 8rem;
  }
}
section.qa .lower .btn_area .btn {
  width: 80%;
  max-width: 38rem;
  margin: auto;
}
section.qa .lower .btn_area .btn a {
  position: relative;
  color: #fcf566;
  font-size: 3.2rem;
  font-size: clamp(2rem, 2vw, 3.2rem);
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
  background-color: #005eb8;
}
section.qa .lower .btn_area .btn a::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fcf566;
  border-right: 3px solid #fcf566;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translate(0, -50%) rotate(45deg);
}

section.contact .contact_info {
  padding: 5rem 0;
}
@media print, screen and (min-width: 1024px) {
  section.contact .contact_info {
    padding: 8rem 0;
  }
}
@media print, screen and (min-width: 1400px) {
  section.contact .contact_info {
    padding-bottom: 15rem;
  }
}
section.contact .contact_info h2.section_title::before {
  background-color: #fff;
}
section.contact .contact_info > p {
  margin-top: 4rem;
  font-size: 2.4rem;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  text-align: center;
}
section.contact .contact_info > p strong {
  margin-top: 2rem;
  display: block;
  color: #d4145a;
}
section.contact .contact_info > p strong span {
  display: inline-block;
  color: inherit;
}
section.contact .contact_info .btn_area {
  margin-top: 4rem;
}
@media print, screen and (min-width: 1024px) {
  section.contact .contact_info .btn_area {
    margin-top: 8rem;
  }
}
section.contact .contact_info .btn_area .btn {
  width: 85%;
  max-width: 88rem;
  margin: auto;
}
section.contact .contact_info .btn_area .btn a {
  color: #fff;
  font-size: 4rem;
  font-size: min(5vw, 4rem);
  line-height: 2;
  background-color: #005eb8;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.5rem;
}
section.contact .contact_info .line_contact {
  width: 100%;
  max-width: 58.5rem;
  margin: 4rem auto 0;
  padding: 2rem;
  background-color: #00B900;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem 0;
}
@media print, screen and (min-width: 450px) {
  section.contact .contact_info .line_contact {
    flex-direction: row;
    gap: 0 min(10vw, 8rem);
  }
}
@media print, screen and (min-width: 1024px) {
  section.contact .contact_info .line_contact {
    margin-top: 8rem;
    padding: 7.5rem 0;
    gap: 0 8rem;
  }
}
section.contact .contact_info .line_contact .icon {
  width: 20%;
  max-width: 11.5rem;
}
section.contact .contact_info .line_contact p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.5;
  text-align: center;
}
@media print, screen and (min-width: 450px) {
  section.contact .contact_info .line_contact p {
    text-align: left;
  }
}
section.contact .contact_info .line_contact p strong {
  display: block;
  color: inherit;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1em;
}
section.contact .contact_info .line_contact p span::before {
  content: "上記";
  color: #fff;
}
@media print, screen and (min-width: 450px) {
  section.contact .contact_info .line_contact p span::before {
    content: "左記";
  }
}
section.contact .thanks {
  padding: 5rem 0;
  background-color: #bee9e6;
}
@media print, screen and (min-width: 1024px) {
  section.contact .thanks {
    padding: 8rem 0;
  }
}
section.contact .thanks .inner {
  max-width: 1086px;
  background-color: #fff;
  border-radius: 2rem;
  padding: 2rem;
}
@media print, screen and (min-width: 768px) {
  section.contact .thanks .inner {
    position: relative;
  }
}
@media print, screen and (min-width: 1024px) {
  section.contact .thanks .inner {
    padding: 6rem;
  }
}
section.contact .thanks p.title {
  display: block;
  color: #005eb8;
  font-size: clamp(18px, 3vw, 2.4rem);
  font-weight: bold;
  border-bottom: 0.2rem solid #005eb8;
}
@media print, screen and (min-width: 768px) {
  section.contact .thanks p.title {
    width: 80%;
  }
}
section.contact .thanks p.message {
  margin-top: 1rem;
}
@media print, screen and (min-width: 768px) {
  section.contact .thanks p.message {
    width: fit-content;
  }
}
section.contact .thanks p.ceo_name {
  width: fit-content;
  margin: 1rem 0 0 auto;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  section.contact .thanks p.ceo_name {
    margin: -0.5em 0 0 min(60%, 55rem);
  }
}
section.contact .thanks p.ceo_name span {
  display: block;
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  section.contact .thanks dl.profile {
    margin-top: -1em;
  }
}
@media print, screen and (min-width: 1024px) {
  section.contact .thanks dl.profile {
    margin-top: -2em;
  }
}
section.contact .thanks dl.profile dt {
  color: #005eb8;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  section.contact .thanks dl.profile dt {
    padding-left: 1em;
  }
}
section.contact .thanks dl.profile dd {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
  background-color: #ccdff1;
  padding: 0.5em 1em;
}
section.contact .thanks .ceo_image {
  width: 100%;
  max-width: 37.5rem;
  margin: 2rem auto 0;
}
@media print, screen and (min-width: 768px) {
  section.contact .thanks .ceo_image {
    position: absolute;
    top: 5%;
    right: 2.5%;
    width: 27.5vw;
  }
}
@media print, screen and (min-width: 1024px) {
  section.contact .thanks .ceo_image {
    position: absolute;
    top: 8%;
    right: auto;
    left: 65%;
    width: 32rem;
  }
}

footer {
  background-color: #f2f2f2;
  padding-top: 5rem;
  margin-bottom: 20vw;
}
@media print, screen and (min-width: 768px) {
  footer {
    margin-bottom: 13.265vw;
  }
}
@media print, screen and (min-width: 1024px) {
  footer {
    padding-top: 8rem;
  }
}
@media print, screen and (min-width: 1200px) {
  footer {
    margin-bottom: 8.3vw;
  }
}
footer h2.logo {
  width: 80%;
  max-width: 73.5rem;
  margin: auto;
}
footer .info {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem 0;
}
@media print, screen and (min-width: 768px) {
  footer .info {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1024px) {
  footer .info {
    margin-top: 8rem;
  }
}
@media print, screen and (min-width: 1400px) {
  footer .info {
    margin-top: 15rem;
  }
}
footer .info dl {
  width: 100%;
  max-width: 47.5rem;
}
@media print, screen and (min-width: 768px) {
  footer .info dl {
    width: 48.5%;
  }
}
footer .info dl dt {
  color: #005eb8;
  font-size: 2.4rem;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  border-bottom: 0.2rem solid #005eb8;
}
footer .info dl dd p {
  color: #005eb8;
  text-align: left;
}
footer .info dl dd p:nth-of-type(1) {
  margin-top: 1rem;
}
footer .info dl dd p span {
  display: inline-block;
  color: inherit;
}
footer .info dl dd p a {
  color: inherit;
}
footer .btn_area {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  footer .btn_area {
    width: 48.5%;
    max-width: 47.5rem;
    margin: 0 0 0 auto;
  }
}
footer .btn_area .btn {
  width: 80%;
  max-width: 43.5rem;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  footer .btn_area .btn {
    width: 100%;
    margin: 0;
  }
}
footer .btn_area .btn a {
  color: #005eb8;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  line-height: 1;
  text-align: center;
  border: 0.2rem solid #005eb8;
  background-color: #fff;
  border-radius: 9999px;
  padding: 0.5em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.5rem;
}
footer .btn_area .btn a:hover {
  opacity: 1;
  color: #fff;
  background-color: #005eb8;
}
footer .btn_area .btn a:hover::after {
  background-color: #fff;
}
footer p.copyright {
  margin-top: 5rem;
  background-color: #005eb8;
  padding: 2rem 2.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 1em;
}
@media print, screen and (min-width: 1024px) {
  footer p.copyright {
    margin-top: 8rem;
  }
}
footer p.copyright span {
  display: inline-block;
  color: #fff;
  text-align: left;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideOut {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100vw);
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}/*# sourceMappingURL=style.css.map */