@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 56.25%;
  }
}
@media screen and (max-width: 574px) {
  html {
    font-size: 55%;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  color: #002F57;
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}
@media print {
  body {
    zoom: 0.8;
  }
}
@media screen and (max-width: 350px) {
  body {
    zoom: 0.9;
  }
}

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

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

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: normal;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

button, input, select, textarea {
  font: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.id-target {
  display: block;
  scroll-margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .id-target {
    scroll-margin-top: 7rem;
  }
}

br.pc {
  display: none;
}
@media screen and (max-width: 1400px) {
  br.pc {
    display: block;
  }
}
br.xl {
  display: none;
}
@media screen and (max-width: 1199px) {
  br.xl {
    display: block;
  }
}
br.lg {
  display: none;
}
@media screen and (max-width: 991px) {
  br.lg {
    display: block;
  }
}
br.md {
  display: none;
}
@media screen and (max-width: 767px) {
  br.md {
    display: block;
  }
}
br.sm {
  display: none;
}
@media screen and (max-width: 574px) {
  br.sm {
    display: block;
  }
}
br.xs {
  display: none;
}
@media screen and (max-width: 374px) {
  br.xs {
    display: block;
  }
}

.d-inline-block {
  display: inline-block;
}

.container {
  max-width: 1200px;
  padding: 0 2rem;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 740px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 560px;
  }
}
@media screen and (max-width: 574px) {
  .container {
    max-width: 100%;
  }
}

@media screen {
  .delay1 {
    transition-delay: 0.1s;
  }
  .delay2 {
    transition-delay: 0.2s;
  }
  .delay3 {
    transition-delay: 0.3s;
  }
  .delay4 {
    transition-delay: 0.4s;
  }
  .delay5 {
    transition-delay: 0.5s;
  }
  .delay6 {
    transition-delay: 0.6s;
  }
  .delay7 {
    transition-delay: 0.7s;
  }
  .delay8 {
    transition-delay: 0.8s;
  }
  .delay9 {
    transition-delay: 0.9s;
  }
  .delay10 {
    transition-delay: 1s;
  }
  .delay11 {
    transition-delay: 1.1s;
  }
  .delay12 {
    transition-delay: 1.2s;
  }
  .delay13 {
    transition-delay: 1.3s;
  }
  .delay14 {
    transition-delay: 1.4s;
  }
  .delay15 {
    transition-delay: 1.5s;
  }
  .delay16 {
    transition-delay: 1.6s;
  }
  .delay17 {
    transition-delay: 1.7s;
  }
  .delay18 {
    transition-delay: 1.8s;
  }
  .delay19 {
    transition-delay: 1.9s;
  }
  .delay20 {
    transition-delay: 2s;
  }
  .zoom {
    transition-duration: 0.45s;
    transform: scale(0.4);
    opacity: 0;
  }
  .zoom.is-show {
    opacity: 1;
    transform: scale(1);
  }
  .zoom.early {
    transition-duration: 0.3s;
    transform: scale(0.8);
  }
  .zoom.early.is-show {
    transform: scale(1);
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2.6rem 2.6rem 0 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  height: auto;
}
@media screen and (max-width: 1199px) {
  header {
    padding: 1.8rem 1.8rem 0;
  }
}
@media screen and (max-width: 1100px) {
  header {
    height: auto;
    background: none;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@media screen and (max-width: 600px) {
  header {
    height: auto;
    background: none;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
header .logo {
  width: 33.7rem;
  position: relative;
  z-index: 2;
  height: auto;
  left: 0;
  display: block;
}
@media screen and (max-width: 574px) {
  header .logo {
    width: 221px;
  }
}
header .logo a {
  height: auto;
  width: 100%;
}
header .logo img, header .logo a {
  display: block;
}
header nav {
  padding: 0 4rem;
  height: 7.2rem;
  background: #fff;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 1199px) {
  header nav {
    gap: 2rem;
    padding: 0 3rem;
    height: 5.6rem;
  }
}
@media screen and (max-width: 991px) {
  header nav {
    position: absolute;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    border-radius: 0;
    top: 0;
    left: 0;
    flex-direction: column;
    padding: 94px 40px;
    gap: 0;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
  }
  header nav.open {
    opacity: 1;
    pointer-events: all;
  }
}
header nav a {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 1199px) {
  header nav a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991px) {
  header nav a {
    width: 100%;
    text-align: left;
    padding: 24px 10px;
    border-bottom: 1px solid #D5EAFF;
    font-size: 16px;
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  header nav a:hover {
    opacity: 0.7;
  }
}
header .toggle {
  display: none;
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  border: 1px solid #D5EAFF;
}
header .toggle_inner {
  position: relative;
  width: 16px;
  height: 12px;
}
header .toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #002F57;
  position: absolute;
  transition-duration: 0.4s;
  border-radius: 1rem;
}
header .toggle span:nth-of-type(1) {
  top: 0;
}
header .toggle span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .toggle span:nth-of-type(3) {
  bottom: 0;
}
header .toggle.open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header .toggle.open span:nth-of-type(2) {
  opacity: 0;
}
header .toggle.open span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 991px) {
  header .toggle {
    display: flex;
  }
}

.title .en {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .title .en {
    font-size: 3rem;
  }
}
@media screen and (max-width: 574px) {
  .title .en {
    font-size: 26px;
  }
}
.title h2 {
  margin-top: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  gap: 2rem;
}
@media screen and (max-width: 574px) {
  .title h2 {
    font-size: 16px;
  }
}
.title h2::before, .title h2::after {
  content: "";
  width: 2.4rem;
  height: 2px;
  background: #90ABC2;
  display: block;
}
@media screen and (max-width: 574px) {
  .title h2::before, .title h2::after {
    width: 16px;
  }
}

main {
  overflow: hidden;
}
main .page_bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: image-set(url("../img/mv_line.webp") type("image/webp"), url("../img/mv_line.png") type("image/png"));
  background-repeat: repeat;
  z-index: 1;
}

.mv {
  position: relative;
  background: #D5EAFF;
  height: 100vh;
  overflow: hidden;
  min-height: 70rem;
  max-height: 108rem;
}
@media screen and (max-width: 1199px) {
  .mv {
    aspect-ratio: 16/10;
    width: 100vw;
    min-height: 0;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .mv {
    aspect-ratio: 10/7;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    min-height: 950px;
    height: 100vh;
    height: 100dvh;
    aspect-ratio: auto;
    overflow: visible;
  }
}
@media screen and (max-width: 690px) {
  .mv {
    min-height: 900px;
  }
}
@media screen and (max-width: 620px) {
  .mv {
    min-height: 830px;
  }
}
@media screen and (max-width: 574px) {
  .mv {
    min-height: 920px;
  }
}
@media screen and (max-width: 450px) {
  .mv {
    min-height: 840px;
  }
}
@media screen and (max-width: 375px) {
  .mv {
    min-height: 790px;
  }
}
.mv_text {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv_text {
    width: 100%;
    transform: translateX(0);
    position: relative;
    padding-top: 76px;
    top: 0;
    left: 0;
    z-index: 3;
  }
}
.mv_text p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
  font-size: 1.5vw;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .mv_text p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  .mv_text p {
    text-align: left;
    font-size: 18px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 574px) {
  .mv_text p {
    font-size: 16px;
  }
}
.mv_text p span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  line-height: 1.5;
  padding: 0 1.37rem 0.18rem;
  margin-right: 0.97rem;
}
@media screen and (max-width: 574px) {
  .mv_text p span {
    padding: 0 0 0.18rem;
    width: 9.2rem;
  }
}
.mv_text h1 {
  margin-top: 6.4rem;
  width: 46vw;
}
@media screen and (max-height: 950px) and (min-width: 1200px) {
  .mv_text h1 {
    margin-top: 3rem;
    width: 40vw;
  }
}
@media screen and (max-width: 1199px) {
  .mv_text h1 {
    width: 42vw;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .mv_text h1 {
    min-width: 310px;
    width: 60vw;
  }
}
@media screen and (max-width: 767px) {
  .mv_text h1.pc {
    display: none;
  }
}
.mv_text h1.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .mv_text h1.sp {
    display: block;
  }
}
.mv_text h1 img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mv_text h1 img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mv_text .mv_copy {
    display: none;
  }
}
.mv > .mv_copy {
  display: none;
}
@media screen and (max-width: 767px) {
  .mv > .mv_copy {
    display: block;
  }
}
.mv_copy {
  margin-top: 6.4rem;
  width: 19.2vw;
}
.mv_copy img {
  margin: 0 auto;
  display: block;
}
@media screen and (max-height: 950px) and (min-width: 1200px) {
  .mv_copy {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  .mv_copy {
    margin-top: 3rem;
    width: 24vw;
  }
}
@media screen and (max-width: 767px) {
  .mv_copy {
    min-width: 249px;
    width: 55vw;
    margin: 0 auto;
    margin-top: 0;
    position: relative;
    z-index: 2;
  }
}
.mv .scrollbar {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 10.6rem;
  z-index: 2;
}
@media screen and (max-height: 970px) {
  .mv .scrollbar {
    bottom: 2rem;
  }
}
@media screen and (max-height: 850px) and (min-width: 1200px) {
  .mv .scrollbar {
    bottom: 2rem;
    width: 9rem;
  }
}
@media screen and (max-width: 1199px) {
  .mv .scrollbar {
    bottom: 2rem;
    width: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .mv .scrollbar {
    width: 80px;
    bottom: -1rem;
  }
}
@media screen and (max-width: 767px) {
  .mv .scrollbar .pc {
    display: none;
  }
}
.mv .scrollbar .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .mv .scrollbar .sp {
    display: block;
  }
}
.mv_lead {
  position: relative;
}
.mv_bg01 {
  position: absolute;
  left: -10.2rem;
  top: 0;
  width: 10.67vw;
  transform: translateX(-100%);
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .mv_bg01 {
    left: -4rem;
    width: 9vw;
  }
}
@media screen and (max-width: 767px) {
  .mv_bg01 {
    display: none;
  }
}
.mv_bg02 {
  position: absolute;
  right: -4.4rem;
  top: 0;
  width: 10.67vw;
  transform: translateX(100%);
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .mv_bg02 {
    right: -3rem;
    width: 9vw;
  }
}
@media screen and (max-width: 767px) {
  .mv_bg02 {
    width: 13vw;
    right: 4rem;
    top: 9rem;
  }
}
@media screen and (max-width: 574px) {
  .mv_bg02 {
    width: 76px;
    right: 7rem;
    top: 10rem;
  }
}
.mv_bg03 {
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 98.75%;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .mv_bg03 {
    top: 3rem;
    height: 90%;
  }
}
@media screen and (max-width: 574px) {
  .mv_bg03 {
    top: 105px;
  }
}
.mv_bg03 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mv_bg03 .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .mv_bg03 .sp {
    display: block;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mv_bg03 .sp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 574px) {
  .mv_bg03 .sp img {
    object-fit: contain;
    width: calc(100vw - 24px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .mv_bg03 .pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mv_person {
    position: relative;
    width: fit-content;
    animation: loop-slide 22s linear infinite;
    will-change: transform;
    margin-top: 13px;
    z-index: 2;
    display: flex;
  }
}
@media screen and (max-width: 574px) {
  .mv_person {
    animation: loop-slide 20s linear infinite;
  }
}
.mv_person .sp_clone {
  display: none;
}
@media screen and (max-width: 767px) {
  .mv_person .sp_clone {
    display: block;
  }
}
.mv_person01 {
  width: 17.18vw;
  position: absolute;
  left: -6rem;
  top: 12rem;
}
@media screen and (max-width: 1199px) {
  .mv_person01 {
    width: 15vw;
    left: -3rem;
  }
}
.mv_person02 {
  width: 17.18vw;
  position: absolute;
  left: 9rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-height: 950px) and (min-width: 1919px) {
  .mv_person02 {
    left: 19rem;
  }
}
@media screen and (max-width: 1199px) {
  .mv_person02 {
    width: 15vw;
    left: 7rem;
    top: 48%;
  }
}
.mv_person03 {
  width: 19.73vw;
  position: absolute;
  left: -6.2rem;
  bottom: 16rem;
}
@media screen and (max-width: 1199px) {
  .mv_person03 {
    bottom: 15rem;
    left: -3rem;
  }
}
.mv_person04 {
  width: 21.71vw;
  position: absolute;
  left: 31.7rem;
  bottom: 6rem;
}
@media screen and (max-width: 1400px) {
  .mv_person04 {
    left: 25rem;
  }
}
@media screen and (max-height: 950px) and (max-width: 1600px) {
  .mv_person04 {
    left: 24rem;
  }
}
@media screen and (max-width: 1199px) {
  .mv_person04 {
    left: 18rem;
    width: 18vw;
  }
}
@media screen and (max-width: 991px) {
  .mv_person04 {
    left: 16rem;
  }
}
.mv_person05 {
  width: 17.18vw;
  position: absolute;
  right: -6.3rem;
  top: 13rem;
}
@media screen and (max-width: 1199px) {
  .mv_person05 {
    top: 10rem;
    width: 15vw;
    right: -3rem;
  }
}
.mv_person06 {
  width: 20vw;
  position: absolute;
  right: 9rem;
  top: 45%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .mv_person06 {
    width: 18vw;
    right: 7rem;
    top: 44%;
  }
}
@media screen and (max-height: 950px) and (min-width: 1919px) {
  .mv_person06 {
    right: 19rem;
  }
}
.mv_person07 {
  width: 18.59vw;
  position: absolute;
  right: -6.3rem;
  bottom: 16.2rem;
}
@media screen and (max-width: 1199px) {
  .mv_person07 {
    width: 17vw;
    right: -3rem;
    bottom: 15rem;
  }
}
.mv_person08 {
  width: 17.18vw;
  position: absolute;
  right: 40rem;
  bottom: 5.7rem;
}
@media screen and (max-width: 1400px) {
  .mv_person08 {
    right: 30rem;
  }
}
@media screen and (max-width: 1199px) {
  .mv_person08 {
    width: 15vw;
    right: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .mv_person08 {
    display: none;
  }
}
.mv_person01, .mv_person02, .mv_person03, .mv_person04, .mv_person05, .mv_person06, .mv_person07, .mv_person08 {
  z-index: 2;
}
@media screen and (max-height: 950px) {
  .mv_person01, .mv_person02, .mv_person03, .mv_person04, .mv_person05, .mv_person06, .mv_person07, .mv_person08 {
    zoom: 0.9;
  }
}
@media screen and (max-height: 870px) {
  .mv_person01, .mv_person02, .mv_person03, .mv_person04, .mv_person05, .mv_person06, .mv_person07, .mv_person08 {
    zoom: 0.85;
  }
}
@media screen and (max-height: 820px) {
  .mv_person01, .mv_person02, .mv_person03, .mv_person04, .mv_person05, .mv_person06, .mv_person07, .mv_person08 {
    zoom: 0.8;
  }
}
@media screen and (max-height: 780px) {
  .mv_person01, .mv_person02, .mv_person03, .mv_person04, .mv_person05, .mv_person06, .mv_person07, .mv_person08 {
    zoom: 0.77;
  }
}
@media screen and (max-height: 950px) and (max-width: 1600px) {
  .mv_person01, .mv_person02, .mv_person03, .mv_person04, .mv_person05, .mv_person06, .mv_person07, .mv_person08 {
    zoom: 0.95;
  }
}
@media screen and (max-height: 800px) and (max-width: 1600px) {
  .mv_person01, .mv_person02, .mv_person03, .mv_person04, .mv_person05, .mv_person06, .mv_person07, .mv_person08 {
    zoom: 0.9;
  }
}
@media screen and (max-height: 800px) and (max-width: 1500px) {
  .mv_person01, .mv_person02, .mv_person03, .mv_person04, .mv_person05, .mv_person06, .mv_person07, .mv_person08 {
    zoom: 0.9;
  }
}
@media screen and (max-height: 770px) and (max-width: 1600px) {
  .mv_person01, .mv_person02, .mv_person03, .mv_person04, .mv_person05, .mv_person06, .mv_person07, .mv_person08 {
    zoom: 0.85;
  }
}
@media screen and (max-height: 770px) and (max-width: 1500px) {
  .mv_person01, .mv_person02, .mv_person03, .mv_person04, .mv_person05, .mv_person06, .mv_person07, .mv_person08 {
    zoom: 0.9;
  }
}
@media screen and (max-width: 991px) {
  .mv_person01, .mv_person02, .mv_person03, .mv_person04, .mv_person05, .mv_person06, .mv_person07, .mv_person08 {
    zoom: 1.1;
  }
}
@media screen and (max-width: 767px) {
  .mv_person01, .mv_person02, .mv_person03, .mv_person04, .mv_person05, .mv_person06, .mv_person07, .mv_person08 {
    position: static;
    box-sizing: border-box;
    width: 31.25vw;
    flex-shrink: 0;
    transform: translate(0);
    padding: 0 0.8rem;
  }
}
@media screen and (max-width: 574px) {
  .mv_person01, .mv_person02, .mv_person03, .mv_person04, .mv_person05, .mv_person06, .mv_person07, .mv_person08 {
    width: 55.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .mv_person01 img, .mv_person02 img, .mv_person03 img, .mv_person04 img, .mv_person05 img, .mv_person06 img, .mv_person07 img, .mv_person08 img {
    object-position: bottom;
  }
}
.mv_person01 .sp, .mv_person02 .sp, .mv_person03 .sp, .mv_person04 .sp, .mv_person05 .sp, .mv_person06 .sp, .mv_person07 .sp, .mv_person08 .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .mv_person01 .sp, .mv_person02 .sp, .mv_person03 .sp, .mv_person04 .sp, .mv_person05 .sp, .mv_person06 .sp, .mv_person07 .sp, .mv_person08 .sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .mv_person01 .sp img, .mv_person02 .sp img, .mv_person03 .sp img, .mv_person04 .sp img, .mv_person05 .sp img, .mv_person06 .sp img, .mv_person07 .sp img, .mv_person08 .sp img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mv_person01 .pc, .mv_person02 .pc, .mv_person03 .pc, .mv_person04 .pc, .mv_person05 .pc, .mv_person06 .pc, .mv_person07 .pc, .mv_person08 .pc {
    display: none;
  }
}
.mv .mv_person .slick-track,
.mv .mv_person .slick-slide {
  will-change: transform;
}

@keyframes loop-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.about .container, .beauty .container, .design .container, .certification .container {
  position: relative;
  z-index: 2;
}

.about {
  padding: 2.3rem 0 16rem;
  background: #D5EAFF;
  margin-bottom: -8rem;
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 6rem;
  }
}
.about_lead {
  text-align: center;
}
.about_lead h2 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 574px) {
  .about_lead h2 {
    font-size: 2.8rem;
  }
}
.about_lead h2 span {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.about_lead h2 span::after {
  content: "";
  width: 100%;
  height: 1.3rem;
  background: #FFFFA7;
  position: absolute;
  left: 0;
  bottom: 1.2rem;
  z-index: -1;
}
.about_text {
  margin-top: 5.6rem;
  font-size: 2rem;
  line-height: 2.8;
}
@media screen and (max-width: 1199px) {
  .about_text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .about_text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 574px) {
  .about_text {
    margin-top: 4rem;
  }
}
.about_text span {
  color: #15A8A3;
  font-weight: bold;
}
.about_image {
  margin: 6.4rem auto 10.2rem;
  max-width: 72rem;
}
@media screen and (max-width: 1199px) {
  .about_image {
    max-width: 65rem;
  }
}
.about .system {
  padding: 3.4rem 2rem 8.3rem;
  background: #fff;
  border-radius: 1.6rem;
}
@media screen and (max-width: 574px) {
  .about .system {
    padding: 24px 20px 34px;
  }
}
.about .system_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3.33rem;
  margin-top: 3.2rem;
  z-index: 0;
}
@media screen and (max-width: 574px) {
  .about .system_inner {
    gap: 16px;
  }
}
.about .system_inner::after {
  content: "";
  width: 20rem;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-position: center bottom;
  background-image: image-set(url("../img/step_arrow.webp") type("image/webp"), url("../img/step_arrow.png") type("image/png"));
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .about .system_inner::after {
    background-size: auto 80%;
    width: 100%;
  }
}
.about .system .step {
  position: relative;
  max-width: 57.7rem;
  width: 100%;
  margin: 0 auto;
  background: #D5EAFF;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about .system .step_01 {
  position: relative;
  z-index: 0;
  padding: 3.9rem 0 5.6rem;
}
@media screen and (max-width: 767px) {
  .about .system .step_01 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 574px) {
  .about .system .step_01 {
    padding: 17px 0;
  }
}
.about .system .step_01 .must {
  position: absolute;
  top: 3rem;
  left: 2rem;
  width: 8.2rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about .system .step_01 .must {
    top: 1rem;
  }
}
@media screen and (max-width: 574px) {
  .about .system .step_01 .must {
    width: 42px;
  }
}
.about .system .step_01 .step_icon {
  position: absolute;
  top: 50%;
  right: 5rem;
  transform: translateY(-50%) translateX(100%);
}
@media screen and (max-width: 767px) {
  .about .system .step_01 .step_icon {
    display: none;
  }
}
@media screen and (max-width: 574px) {
  .about .system .step_01 img {
    width: 216px;
    display: block;
    margin: 0 auto;
  }
}
.about .system .step_icon {
  position: absolute;
}
.about .system .step_02 {
  padding: 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .about .system .step_02 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 574px) {
  .about .system .step_02 {
    padding: 16px 27px 0;
  }
}
.about .system .step_02 .step_icon {
  position: absolute;
  top: 50%;
  left: 5rem;
  transform: translateY(-50%) translateX(-100%);
}
@media screen and (max-width: 767px) {
  .about .system .step_02 .step_icon {
    display: none;
  }
}
.about .system .step_03 {
  background: none;
  margin-top: 2rem;
  padding-bottom: 2rem;
}
.about .system .step_03 .choice {
  position: absolute;
  top: -1.5rem;
  left: 6rem;
  width: 8.2rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about .system .step_03 .choice {
    top: -3rem;
  }
}
@media screen and (max-width: 574px) {
  .about .system .step_03 .choice {
    width: 42px;
    top: -10px;
    left: 30px;
  }
}
@media screen and (max-width: 574px) {
  .about .system .step_03 img {
    width: 172px;
    display: block;
    margin: 0 auto;
  }
}
.about .optional {
  max-width: 954rem;
  margin: 2.5rem auto 0;
}
.about .optional_icon {
  width: 14.2rem;
}
@media screen and (max-width: 991px) {
  .about .optional_icon {
    width: 12rem;
  }
}
.about .optional_icon.large {
  width: 17.7rem;
}
@media screen and (max-width: 991px) {
  .about .optional_icon.large {
    width: 15rem;
  }
}
.about .optional.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .about .optional.sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .about .optional.sp img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about .optional.pc {
    display: none;
  }
}
.about .optional_top {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.about .optional_top .optional_icon:nth-of-type(1), .about .optional_top .optional_icon:nth-of-type(6) {
  margin-top: 7rem;
}
.about .optional_top .optional_icon:nth-of-type(2), .about .optional_top .optional_icon:nth-of-type(5) {
  margin-top: 1.5rem;
}
.about .optional_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: -5rem;
}
@media screen and (max-width: 991px) {
  .about .optional_bottom {
    margin-top: -2rem;
  }
}

.introduction {
  background: #fff;
  border-radius: 8rem 8rem 0 0;
  position: relative;
  padding: 10.6rem 0 23rem;
}
@media screen and (max-width: 767px) {
  .introduction {
    border-radius: 4rem 4rem 0 0;
  }
}
@media screen and (max-width: 574px) {
  .introduction {
    padding: 7rem 0 18rem;
  }
}
.introduction_bg01 {
  width: 15vw;
  position: absolute;
  top: 50%;
  left: 4vw;
  transform: translateY(-50%);
  z-index: 2;
}
.introduction_bg02 {
  width: 15vw;
  position: absolute;
  top: 50%;
  right: 4vw;
  transform: translateY(-50%);
  z-index: 2;
}
.introduction .title {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.introduction_title01 {
  position: absolute;
  top: 0;
  left: -9rem;
  transform: translateX(-100%);
  width: 15rem;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .introduction_title01 {
    width: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .introduction_title01 {
    width: 9rem;
    left: -6rem;
  }
}
@media screen and (max-width: 574px) {
  .introduction_title01 {
    left: -2rem;
    width: 6rem;
  }
}
.introduction_title02 {
  position: absolute;
  top: 0;
  right: -6rem;
  transform: translateX(100%);
  width: 15rem;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .introduction_title02 {
    width: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .introduction_title02 {
    width: 9rem;
  }
}
@media screen and (max-width: 574px) {
  .introduction_title02 {
    right: -3rem;
    width: 6rem;
  }
}
.introduction h3 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.85;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .introduction h3 {
    font-size: 2.2rem;
    margin-top: 4rem;
  }
}
.introduction h3 span {
  color: #15A8A3;
}
.introduction_lead {
  margin-top: 4rem;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 574px) {
  .introduction_lead {
    margin-top: 2rem;
  }
}
.introduction_link {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  gap: 5.6rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .introduction_link {
    gap: 3rem;
  }
}
@media screen and (max-width: 574px) {
  .introduction_link {
    gap: 1.8rem;
  }
}
.introduction_item {
  position: relative;
  box-shadow: 4px 4px 6px rgba(229, 229, 229, 0.3019607843);
  max-width: 44.5rem;
  width: calc(50% - 2.8rem);
  border-radius: 1rem;
  background: #FFDFE3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 3.4rem;
  height: 21.5rem;
}
@media screen and (max-width: 767px) {
  .introduction_item {
    width: calc(50% - 1.5rem);
    height: 18rem;
  }
}
@media screen and (max-width: 574px) {
  .introduction_item {
    width: calc(50% - 0.9rem);
    height: 13rem;
    padding-bottom: 1rem;
  }
}
.introduction_item .text {
  text-align: center;
  position: relative;
  z-index: 1;
}
.introduction_item .text span {
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}
.introduction_item .text .en {
  margin-top: 0.7rem;
  font-family: "Jost", sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .introduction_item .text .en {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 574px) {
  .introduction_item .text .en {
    font-size: 2rem;
  }
}
.introduction_item .text h4 {
  font-size: 2.4rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .introduction_item .text h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 574px) {
  .introduction_item .text h4 {
    font-size: 1.6rem;
  }
}
.introduction_item .arrow {
  position: absolute;
  bottom: -3.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 9.8rem;
  height: 9.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFDFE3;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(229, 229, 229, 0.3019607843);
}
@media screen and (max-width: 574px) {
  .introduction_item .arrow {
    width: 6rem;
    height: 6rem;
  }
}
@media screen and (max-width: 574px) {
  .introduction_item .arrow img {
    width: 3.2rem;
  }
}
.introduction_item.introduction_item_design {
  background: #D4EFEE;
}
.introduction_item.introduction_item_design .arrow {
  background: #D4EFEE;
}

.intro {
  position: relative;
  z-index: 0;
}
.intro_dot01 {
  position: absolute;
  left: 4.1vw;
  top: 10%;
}
@media screen and (max-width: 991px) {
  .intro_dot01 {
    width: 15vw;
    top: 20%;
  }
}
@media screen and (max-width: 767px) {
  .intro_dot01 {
    display: none;
  }
}
.intro_dot02 {
  position: absolute;
  right: 4.1vw;
  top: 10%;
}
@media screen and (max-width: 991px) {
  .intro_dot02 {
    width: 15vw;
    top: 20%;
  }
}
@media screen and (max-width: 767px) {
  .intro_dot02 {
    display: none;
  }
}
.intro_title {
  width: 54.7rem;
  height: 54.7rem;
  border-radius: 50%;
  background: #FFDFE3;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-20%);
  padding-bottom: 7rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .intro_title {
    width: 40rem;
    height: 40rem;
  }
}
@media screen and (max-width: 574px) {
  .intro_title {
    width: 30rem;
    height: 30rem;
    padding-bottom: 4rem;
  }
}
.intro_title_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  border-radius: 50%;
  width: 39.6rem;
  height: 39.6rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .intro_title_inner {
    width: 30rem;
    height: 30rem;
  }
}
@media screen and (max-width: 574px) {
  .intro_title_inner {
    width: 24rem;
    height: 24rem;
  }
}
.intro_title_inner span {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Jost", sans-serif;
}
.intro_title_inner .en {
  font-family: "Jost", sans-serif;
  font-size: 4.8rem;
  font-weight: 800;
  color: #DC5969;
  text-align: center;
  margin-top: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .intro_title_inner .en {
    font-size: 4rem;
  }
}
@media screen and (max-width: 574px) {
  .intro_title_inner .en {
    font-size: 3rem;
  }
}
.intro_title_inner h2 {
  margin-top: 1.2rem;
  font-weight: 900;
  font-size: 2.2rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 767px) {
  .intro_title_inner h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 574px) {
  .intro_title_inner h2 {
    font-size: 1.8rem;
  }
}
.intro h3 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .intro h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 574px) {
  .intro h3 {
    font-size: 2rem;
  }
}
.intro_image {
  margin: 4rem auto 4.8rem;
  max-width: 52rem;
}
@media screen and (max-width: 574px) {
  .intro_image {
    margin: 3.2rem auto;
  }
}
.intro_lead {
  text-align: center;
  line-height: 2;
}
.intro_outline {
  margin-top: 4.8rem;
  display: flex;
  justify-content: center;
  gap: 4.5rem;
}
@media screen and (max-width: 574px) {
  .intro_outline {
    margin-top: 3.2rem;
    gap: 2rem;
    flex-wrap: wrap;
  }
}
.intro_outline > div {
  max-width: 42.2rem;
  width: calc(50% - 2.25rem);
  padding: 4rem 1.5rem;
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 574px) {
  .intro_outline > div {
    width: 100%;
  }
}
.intro_outline > div h4 {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.intro_outline .subject ul {
  margin: 2.4rem auto 0;
  width: fit-content;
}
.intro_outline .subject ul li {
  line-height: 1.85;
}
.intro_outline .qualification_inner {
  width: fit-content;
  margin: 2.4rem auto 0;
  text-align: center;
}
.intro_outline .qualification_inner img {
  width: 16rem;
  margin-top: 1.8rem;
}

.beauty {
  padding: 37.8rem 0 31rem;
  background: #FFDFE3;
  border-radius: 8rem 8rem 0 0;
  margin-top: -8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .beauty {
    border-radius: 4rem 4rem 0 0;
    padding-top: 28rem;
  }
}
@media screen and (max-width: 574px) {
  .beauty {
    padding-top: 22rem;
    padding-bottom: 24rem;
  }
}
.beauty .container {
  position: relative;
}
@media screen and (min-width: 1200) {
  .beauty .container {
    max-width: 1140px;
  }
}
.beauty_bg01 {
  position: absolute;
  max-width: 27rem;
  top: -15rem;
  left: 0;
  transform: translateX(-20%);
}
@media screen and (max-width: 991px) {
  .beauty_bg01 {
    max-width: 14rem;
    left: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .beauty_bg01 {
    top: -20rem;
    max-width: 10rem;
  }
}
@media screen and (max-width: 574px) {
  .beauty_bg01 {
    top: -11rem;
    max-width: 8rem;
  }
}
.beauty_bg02 {
  position: absolute;
  max-width: 14.3rem;
  top: -15rem;
  right: 0;
  transform: translateX(20%);
}
@media screen and (max-width: 991px) {
  .beauty_bg02 {
    max-width: 12rem;
    right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .beauty_bg02 {
    top: -25rem;
    max-width: 9rem;
  }
}
@media screen and (max-width: 574px) {
  .beauty_bg02 {
    max-width: 7rem;
    top: -13rem;
  }
}

.design {
  padding: 37.8rem 0 18.4rem;
  background: #D4EFEE;
  border-radius: 8rem 8rem 0 0;
  margin-top: -8rem;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .design {
    border-radius: 4rem 4rem 0 0;
    padding-top: 28rem;
  }
}
@media screen and (max-width: 574px) {
  .design {
    padding-top: 22rem;
    padding-bottom: 16rem;
  }
}
.design_wrap {
  position: relative;
}
.design::before {
  content: "";
  width: calc(100% + 2.4rem);
  height: 15rem;
  background: #fff;
  border-radius: 8rem 8rem 0 0;
  position: absolute;
  top: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .design::before {
    border-radius: 4rem 4rem 0 0;
  }
}
@media screen and (max-width: 574px) {
  .design::before {
    border-radius: 2rem 2rem 0 0;
  }
}
.design::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #D4EFEE;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; /* ★ ::beforeより後に書くことで、DOM順で緑背景が上になります */
}
.design .container {
  position: relative;
}
@media screen and (min-width: 1200) {
  .design .container {
    max-width: 1140px;
  }
}
.design_bg01 {
  position: absolute;
  max-width: 28rem;
  top: -19rem;
  left: 0;
  transform: translateX(-25%);
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .design_bg01 {
    max-width: 15rem;
    left: 5rem;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .design_bg01 {
    max-width: 10rem;
  }
}
@media screen and (max-width: 574px) {
  .design_bg01 {
    max-width: 7rem;
    left: 4rem;
    top: -10rem;
  }
}
.design_bg02 {
  position: absolute;
  max-width: 31.4rem;
  top: -21rem;
  right: 0;
  transform: translateX(25%);
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .design_bg02 {
    z-index: 1;
    max-width: 20rem;
    right: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .design_bg02 {
    max-width: 15rem;
    right: 2rem;
  }
}
@media screen and (max-width: 574px) {
  .design_bg02 {
    max-width: 10rem;
    top: -14rem;
  }
}
.design .intro {
  position: relative;
  z-index: 1;
}
.design .intro_dot01 {
  z-index: 2;
}
.design .intro_dot02 {
  z-index: 2;
}
.design .intro_title {
  background: none;
  z-index: 2;
  transform: translateX(-50%) translateY(-22%);
}
.design .intro_title::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #D4EFEE;
  z-index: -1;
}
.design .intro_title::after {
  content: "";
  width: 50rem;
  height: 35%;
  background: #fff;
  position: absolute;
  top: -1.2rem;
  left: 50%;
  transform: translateX(-50%);
  clip-path: ellipse(50% 100% at 50% 100%);
  z-index: -5;
}
@media screen and (max-width: 767px) {
  .design .intro_title::after {
    width: 37rem;
  }
}
@media screen and (max-width: 574px) {
  .design .intro_title::after {
    width: 27rem;
  }
}
.design .intro_title_inner {
  z-index: auto;
}
.design .intro_title_inner .en {
  color: #15A8A3;
}
.design .intro_title_inner::after {
  content: "";
  width: 54.7rem;
  height: 15%;
  top: 20%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20%;
  background: #D4EFEE;
  z-index: -1;
}

.field {
  padding: 10.4rem 0 17.6rem;
  background: #fff;
  margin-top: -8rem;
  border-radius: 8rem 8rem 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .field {
    padding: 8rem 0 14rem;
    border-radius: 4rem 4rem 0 0;
  }
}
@media screen and (max-width: 574px) {
  .field {
    padding: 6rem 0 15rem;
  }
}
.field .container {
  z-index: 4;
  position: relative;
}
.field_lead {
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2;
  margin-top: 4.8rem;
}
.field_lead span {
  color: #15A8A3;
}
.field_row {
  display: flex;
  gap: 1.6rem;
  margin-top: 15.3rem;
}
@media screen and (max-width: 991px) {
  .field_row {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .field_row {
    margin-top: 12rem;
  }
}
.field_step {
  flex: 1;
  position: relative;
  padding: 1.6rem;
  background: #F0F8FF;
  border-radius: 1rem;
  border: 1px solid #D5EAFF;
}
@media screen and (max-width: 991px) {
  .field_step {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 991px) {
  .field_step:first-of-type {
    margin-top: 0;
  }
}
.field_step .step {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 3.2rem;
  border-radius: 5rem;
  background: #15A8A3;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  margin: 0 auto;
}
.field_step p {
  text-align: center;
  font-weight: bold;
  margin-top: 1.6rem;
}
.field_step h3 {
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  z-index: 0;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .field_step h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 574px) {
  .field_step h3 {
    font-size: 2rem;
  }
}
.field_step h3::after {
  content: "";
  width: calc(100% + 5px);
  height: 1.3rem;
  background: #FFFFA7;
  position: absolute;
  bottom: 0.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .field_step h3::after {
    height: 1rem;
  }
}
.field_step ul {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 2rem;
}
@media screen and (max-width: 991px) {
  .field_step ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.field_step ul li {
  display: flex;
  background: #D5EAFF;
  padding: 0.6rem;
  border-radius: 0.4rem;
  gap: 0.6rem;
}
@media screen and (max-width: 991px) {
  .field_step ul li {
    width: calc(50% - 0.3rem);
  }
}
@media screen and (max-width: 767px) {
  .field_step ul li {
    width: 100%;
  }
}
.field_step ul li .number {
  background: #F5F9FF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 0.4rem;
  font-family: "Jost", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .field_step ul li .number {
    height: auto;
  }
}
.field_step ul li .field_text {
  background: #F5F9FF;
  display: flex;
  align-items: center;
  width: calc(100% - 4.6rem);
  padding: 0 1.2rem;
  height: 4rem;
  border-radius: 0.4rem;
  font-weight: bold;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .field_step ul li .field_text {
    height: auto;
    padding: 0.5rem 1.2rem;
  }
}
.field_step ul li .field_text .new_green, .field_step ul li .field_text .new_pink {
  width: 5.6rem;
  height: 2.2rem;
  border-radius: 0.4rem;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.field_step ul li .field_text .new_green {
  background: #D4EFEE;
}
.field_step ul li .field_text .new_pink {
  background: #FFDFE3;
}
.field_arrow {
  width: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .field_arrow {
    width: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  .field_arrow {
    width: 100%;
  }
  .field_arrow img {
    transform: rotate(90deg);
  }
}
.field_icon {
  width: 14rem;
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .field_icon {
    width: 12rem;
  }
}

.certification {
  padding: 10.4rem 0 7.2rem;
  margin-top: -8rem;
  position: relative;
  border-radius: 8rem 8rem 0 0;
  background: #D5EAFF;
}
@media screen and (max-width: 767px) {
  .certification {
    border-radius: 4rem 4rem 0 0;
    padding: 7rem 0;
  }
}
@media screen and (max-width: 574px) {
  .certification {
    padding-top: 7rem;
  }
}
.certification_catch {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 2;
  margin-top: 4.8rem;
}
@media screen and (max-width: 574px) {
  .certification_catch {
    margin-top: 3rem;
  }
}
.certification_catch span {
  color: #15A8A3;
}
.certification_lead {
  margin-top: 3.6rem;
  text-align: center;
  line-height: 2.1;
}
.certification .ranking {
  margin-top: 4.8rem;
}
.certification .ranking h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  gap: 1.6rem;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 574px) {
  .certification .ranking h3 {
    font-size: 1.8rem;
  }
}
.certification .ranking h3 small {
  font-weight: bold;
  font-size: 1.6rem;
  margin-left: -1rem;
}
@media screen and (max-width: 574px) {
  .certification .ranking h3 small {
    font-size: 1.4rem;
    margin-left: -1.5rem;
  }
}
.certification .ranking h3::before, .certification .ranking h3::after {
  content: "";
  width: 2px;
  height: 2rem;
  background: #002F57;
  display: block;
}
.certification .ranking h3::before {
  transform: rotate(-30deg);
}
.certification .ranking h3::after {
  transform: rotate(30deg);
}
.certification .ranking ul {
  display: flex;
  flex-direction: column;
  max-width: 72rem;
  margin: 1.6rem auto 0;
  gap: 0.8rem;
}
.certification .ranking ul li {
  padding: 1.6rem;
  background: #fff;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  gap: 1.7rem;
}
@media screen and (max-width: 574px) {
  .certification .ranking ul li {
    flex-wrap: wrap;
  }
}
.certification .ranking ul li .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.3rem;
  height: 4.3rem;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
}
.certification .ranking ul li .num.one {
  background-image: image-set(url("../img/kkrn_icon_ranking_6.webp") type("image/webp"), url("../img/kkrn_icon_ranking_6.png") type("image/png"));
  background-size: 95%;
  background-position: center top;
  padding-top: 1.25rem;
}
.certification .ranking ul li .num span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: #002F57;
}
.certification .ranking ul li p {
  font-size: 1.8rem;
  font-weight: bold;
  width: calc(100% - 31.7rem);
}
@media screen and (max-width: 767px) {
  .certification .ranking ul li p {
    width: calc(100% - 25.7rem);
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 574px) {
  .certification .ranking ul li p {
    flex: 1;
  }
}
.certification .ranking ul li .comment {
  width: 24rem;
  height: 4rem;
  background: #15A8A3;
  color: #fff;
  border-radius: 5px;
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .certification .ranking ul li .comment {
    width: 18rem;
    height: 6rem;
  }
}
@media screen and (max-width: 574px) {
  .certification .ranking ul li .comment {
    height: 4rem;
    width: 100%;
  }
  .certification .ranking ul li .comment br {
    display: none;
  }
}
.certification .ranking ul li .comment::after {
  content: "";
  background-image: image-set(url("../img/voice.webp") type("image/webp"), url("../img/voice.png") type("image/png"));
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1.4rem;
  position: absolute;
  left: 0.1rem;
  top: 50%;
  transform: translateY(-50%) translateX(-100%);
}
@media screen and (max-width: 574px) {
  .certification .ranking ul li .comment::after {
    left: 50%;
    top: 0.3rem;
    transform: translate(-50%, -100%) rotate(90deg);
  }
}
.certification .ranking .caption {
  margin-top: 1.6rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 574px) {
  .certification .ranking .caption {
    text-align: left;
  }
}
.certification_list {
  max-width: 1000px;
  margin: 7.2rem auto 0;
  background: #E6F3FF;
}
.certification_list h3 {
  text-align: center;
  width: 100%;
  height: 5.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #002F57;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}
.certification_inner {
  display: flex;
  padding: 4rem;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .certification_inner {
    padding: 3rem 2rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 574px) {
  .certification_inner {
    flex-wrap: wrap;
    gap: 1.6rem;
  }
}
.certification_inner > ul {
  width: calc(50% - 2rem);
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
@media screen and (max-width: 767px) {
  .certification_inner > ul {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 574px) {
  .certification_inner > ul {
    width: 100%;
  }
}
.certification_inner > ul > li h4 {
  width: 100%;
  height: 4rem;
  display: flex;
  align-items: center;
  background: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: 0.4rem;
  padding: 0 1.8rem;
}
@media screen and (max-width: 991px) {
  .certification_inner > ul > li h4 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .certification_inner > ul > li h4 {
    height: auto;
    padding: 0.5rem 1.8rem;
  }
}
.certification_inner > ul > li ul {
  padding: 1.8rem;
}
@media screen and (max-width: 767px) {
  .certification_inner > ul > li ul {
    padding: 1.8rem 0.8rem;
  }
}
.certification_inner > ul > li ul li {
  font-size: 1.5rem;
  line-height: 1.8;
}
.certification_inner > ul > li span {
  padding: 0 1.8rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .certification_inner > ul > li span {
    padding: 0 0.8rem;
  }
}
.certification .links {
  margin-top: 7.2rem;
  display: flex;
  gap: 3.2rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .certification .links {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 574px) {
  .certification .links {
    flex-direction: column;
    align-items: center;
  }
}
.certification .links a {
  max-width: 42rem;
  width: calc(50% - 1.6rem);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  height: 8.8rem;
  color: #fff;
  border-radius: 2px solid #002F57;
  background: #002F57;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  gap: 2.4rem;
  transition: 0.3s;
}
.certification .links a.green_btn {
  background: #15A8A3;
}
@media (min-width: 992px) {
  .certification .links a:hover {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .certification .links a {
    width: calc(50% - 1.2rem);
    gap: 1.6rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 574px) {
  .certification .links a {
    width: 100%;
  }
}