@font-face {
  font-family: YakuHanJP;
  src: url('../fonts/YakuHanJP-DemiLight.woff2') format("woff2"), url('../fonts/YakuHanJP-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: YakuHanJP;
  src: url('../fonts/YakuHanJP-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: YakuHanJP;
  src: url('../fonts/YakuHanJP-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: YakuHanJP;
  src: url('../fonts/YakuHanJP-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: YakuHanJP;
  src: url('../fonts/YakuHanJP-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: YakuHanJP;
  src: url('../fonts/YakuHanJP-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #e92128;
  --blue: #4f3b8f;
  --white: #fff;
  --orange: #ff8a00;
  --bg-pink: #fdebec;
  --bg-orange: #fff3e5;
  --bg-lb: #eff3f8;
  --bg-db: #031227;
  --bg-k5: #f2f2f2;
  --50-white: #ffffff80;
  --accessible-components--dark-grey: #9b9b9b;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.body {
  color: #222;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.section {
  z-index: 1;
  position: relative;
  left: 0;
  right: 0;
  overflow: clip;
}

.section._3 {
  margin-bottom: 200px;
  overflow: visible;
}

.section._8 {
  z-index: 2;
  overflow: visible;
}

.section._9 {
  z-index: 1;
  overflow: visible;
}

.section.hero {
  overflow: visible;
}

.section.up {
  z-index: 2;
}

.btn-div {
  z-index: 10;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: auto 0% 3%;
}

.corner-circle {
  z-index: 2;
  background-color: var(--red);
  border-radius: 100px 0 0 100px;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 90px;
  display: flex;
  position: relative;
  overflow: clip;
}

.corner-circle.blue {
  z-index: 1;
  background-color: var(--blue);
  border-radius: 0 100px 100px 0;
  position: relative;
  right: auto;
}

.text-block {
  color: var(--white);
  text-align: center;
  padding-bottom: 6px;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1em;
}

.text-block.hover-link {
  font-size: 1.5em;
  line-height: 1em;
}

.text-block.hover-link.sp {
  display: none;
}

.link-text-wrap {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.link-text-wrap.pink {
  margin-left: 7px;
}

.link-text-wrap.blue {
  margin-right: 7px;
}

.link-text-wrap-normal {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block-2 {
  background-color: var(--orange);
  height: 16px;
}

.orange-back {
  z-index: 1;
  background-color: var(--orange);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.hero-container {
  max-width: 1680px;
}

.frame-17 {
  grid-row-gap: 19px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 632px;
  height: 611px;
  text-decoration: none;
  display: flex;
}

.frame-5 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 329.93px;
  height: 173.206px;
  text-decoration: none;
  display: flex;
}

.frame-2 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.untitled {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-family: A P-OTF A1Gothic Std, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.frame-3 {
  grid-column-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 329.93px;
  height: 45.5285px;
  text-decoration: none;
  display: flex;
}

._10 {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-family: A P-OTF A1Gothic Std, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.frame-4 {
  grid-column-gap: 15px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-17-2 {
  grid-column-gap: 23px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.header_logo_wrap {
  justify-content: space-between;
  width: 95%;
  max-width: 1680px;
  margin: 20px auto;
  display: flex;
}

.text-block-2 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}

.lysking_txt_wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-txt_wrap {
  z-index: 2;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  max-width: 840px;
  margin-left: 50px;
  display: flex;
  position: absolute;
}

.herp-wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 2vw;
  display: flex;
  position: relative;
}

.hero-image {
  z-index: 1;
  background-image: url('../images/main_img.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  width: 53vw;
  min-width: 530px;
  max-width: 900px;
  height: 48vw;
  max-height: 840px;
  margin-left: auto;
  position: relative;
}

.image {
  width: 50vw;
  max-width: 840px;
}

.lysking_mark {
  width: 15vw;
  max-width: 252px;
}

.lysking_mark.price_zone {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: -30px;
}

.image-3 {
  width: 30vw;
  max-width: 504px;
}

.image-3.hide {
  display: none;
}

._2_container {
  flex-flow: column;
  width: 100%;
  max-width: 1680px;
  margin-top: 10vw;
  display: flex;
}

._2_img_wrap {
  background-image: url('../images/2_img.webp');
  background-position: 57%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  width: 47vw;
  max-width: 800px;
  height: 50vw;
  max-height: 680px;
}

._2_main_wrap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.image-4 {
  width: 45vw;
  max-width: 740px;
  position: relative;
  left: -10px;
}

.image-5 {
  width: 63vw;
  max-width: 800px;
}

.crown-img {
  width: 55vw;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.bg-wrap {
  z-index: 0;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.bg-1_img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  display: block;
  position: relative;
  left: 0;
  right: 0;
}

.bg-1_img.reverse {
  object-fit: cover;
  margin-bottom: -1px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  transform: rotate(180deg);
}

.bg-coor {
  background-color: var(--bg-pink);
  width: 100%;
  height: 100%;
  right: 0;
}

.bg-coor._40 {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.bg-coor.orange {
  background-color: var(--bg-orange);
  padding-top: 5em;
  padding-bottom: 5em;
  position: relative;
  left: 0;
}

.bg-coor.orange._50 {
  z-index: 0;
  width: 100%;
  height: 50%;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  bottom: 0;
}

.bg-coor.orange.faq {
  padding-top: 0;
  padding-bottom: 10em;
}

.bg-coor.blue {
  background-color: var(--bg-lb);
}

.bg-coor.db {
  background-color: var(--bg-db);
}

._2_contents_wrap {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  display: flex;
  position: relative;
}

.image-7 {
  width: 65vw;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  display: block;
  position: relative;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.btn_wrap {
  width: 100%;
  padding-top: 5vw;
  padding-bottom: 5vw;
  position: relative;
  left: 0;
  right: 0;
}

.bg {
  z-index: 0;
  background-color: var(--bg-pink);
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
}

.ill-1_svg {
  z-index: 2;
  width: 60px;
  position: absolute;
  top: -160px;
  left: -5vw;
}

.ill-2_svg {
  z-index: 2;
  position: absolute;
  top: -30px;
  right: -6vw;
}

.ill-3_svg {
  position: absolute;
  top: -34px;
  right: -8vw;
}

.ill-4_svg {
  position: absolute;
  top: 3vw;
}

.botom_ill_wrap {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 25px;
  display: flex;
  position: relative;
}

.slide-img_warp {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 40px;
  justify-content: center;
  align-items: stretch;
  width: 500px;
  display: flex;
  overflow: hidden;
}

.slide-img_warp._2 {
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
}

.slide-nav {
  font-size: 8px;
}

.slide-nav.hide {
  display: none;
}

.left-arrow {
  background-color: #ffffff80;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
}

.left-arrow.hide {
  display: none;
}

.right-arrow {
  background-color: #ffffff80;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: -20px;
}

.right-arrow.hide {
  display: none;
}

.slide-header {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.slide-header._2 {
  line-height: 20px;
}

.mask {
  overflow: visible;
}

.paragraph {
  text-align: justify;
  margin-bottom: 0;
  font-size: .9em;
  line-height: 1.5em;
}

.slider {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #fff0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 550px;
  height: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.slider._2 {
  width: 800px;
}

.bold-text {
  font-size: 1.25em;
}

.slider-txt_wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  margin-bottom: 2em;
  display: flex;
}

.slider-txt_wrap._2 {
  margin-bottom: 0;
}

.image-8 {
  object-fit: cover;
}

.slide_wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide_wrap._2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--bg-k5);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding: 30px;
  display: flex;
}

.slide {
  width: 500px;
  margin-left: 25px;
  margin-right: 25px;
}

.support-contents_wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon {
  color: gray;
  margin: auto;
  font-size: 25px;
}

.slider_wrap {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.slider_wrap._2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 5vw;
  overflow: visible;
}

.bg-2_img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  margin-bottom: -1px;
  overflow: visible;
}

.bg-2_img.reverse {
  background-color: var(--bg-db);
  margin-top: -1px;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  transform: rotate(180deg);
}

._4-contents_wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

._4-contents_div {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-contents-div {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-9 {
  position: relative;
}

._2_ill-1_svg {
  position: absolute;
  inset: -73px -11.5vw auto auto;
}

._2_ill-2_svg {
  position: absolute;
  inset: 20% auto auto -8.6vw;
}

._2_ill_3-svg {
  position: absolute;
  bottom: -42px;
  right: -14.5vw;
}

._2_ill_4-svg {
  position: absolute;
  inset: auto auto 30% -7.4vw;
}

.image-10, .image-11 {
  position: relative;
}

.image-12 {
  position: absolute;
  bottom: -50px;
  right: -7.1vw;
}

._5-contents_wrap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  background-color: var(--bg-db);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.marquee_wrap {
  z-index: 1;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex: none;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.marquee_wrap.web-sample {
  flex-flow: row;
  left: 0;
}

.marquee-scroll {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.web-link_div {
  justify-content: space-between;
  align-items: flex-start;
  width: 800px;
  display: flex;
}

.text-block-3 {
  color: var(--orange);
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
}

.bold-text-2 {
  font-size: .5em;
  font-weight: 500;
  line-height: 1em;
}

.paragraph-2 {
  color: var(--white);
  text-align: justify;
  letter-spacing: 1px;
  font-size: .9em;
}

.link-txt_wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-block-4 {
  border-top: 1px solid var(--50-white);
  border-bottom: 1px solid var(--50-white);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 2em;
}

.url-link_txt {
  color: var(--white);
  font-weight: 400;
  line-height: 2.5em;
}

.url-link_txt:hover {
  color: var(--orange);
}

.web-link_wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 250px;
  display: flex;
}

.image-13 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: visible;
}

.header_websample {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header_websample.sp {
  display: none;
}

.text-block-5 {
  font-weight: 400;
}

.bold-text-3 {
  font-size: .8em;
  font-weight: 400;
}

.text-block-6 {
  text-align: center;
  font-size: .75em;
  line-height: 1.5em;
}

.div-block-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sample-web_wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.large-image {
  z-index: 1;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background-image: url('../images/3_img.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  width: 90vw;
  min-width: 530px;
  max-width: 1680px;
  height: auto;
  margin-left: auto;
  position: relative;
}

.image-15 {
  margin: 10vw auto;
  display: block;
}

._6-txt_wrap {
  grid-column-gap: 2em;
  grid-row-gap: .6em;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  place-items: start center;
  margin: 3vw auto 100px;
  display: grid;
}

._6-contents_wrap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 6em;
  display: flex;
}

.url-link-txt {
  color: var(--blue);
}

.url-link-txt:hover {
  color: var(--orange);
}

.image-16 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-7 {
  text-align: center;
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.5em;
}

.image-17 {
  object-fit: cover;
  height: 100%;
}

.slide-image_div {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.text-block-8 {
  text-align: center;
  font-size: .8em;
  font-weight: 500;
  line-height: 1em;
}

.slide_header-txt {
  color: var(--orange);
  text-align: center;
  order: -9999;
  font-size: 1.5em;
  font-weight: 600;
}

.slide_header-txt.sp {
  display: none;
}

.slide-inner-contents_wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  order: -9999;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-18, .company-logo_img {
  margin-left: auto;
  margin-right: auto;
}

.company-logo-list_wrap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5vw;
  display: flex;
}

._9-heading_wrap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._9-contents_wrap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5vw;
  margin-bottom: 7vw;
  padding-bottom: 51px;
  display: flex;
}

._9-contents-inner_wrap {
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 31px 25px;
  display: flex;
  position: relative;
}

.lightbox_img {
  z-index: 1;
  position: relative;
}

._3_ill-2_svg {
  z-index: 2;
  position: absolute;
  bottom: 5vw;
  left: -8vw;
}

._3_ill-1_svg {
  z-index: 2;
  position: absolute;
  top: -5vw;
  right: -8.5vw;
}

.image-21 {
  z-index: 1;
  cursor: zoom-in;
  position: relative;
}

._3_ill_3_svg {
  z-index: 2;
  position: absolute;
  bottom: -5.8vw;
  right: -8vw;
}

._3_ill_4_svg {
  z-index: 2;
  position: absolute;
  top: -40px;
}

.bg_4_img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  display: block;
  position: relative;
  left: 0;
  right: 0;
}

.bg_4_img.reverse {
  background-color: var(--bg-orange);
  object-fit: cover;
  width: 100%;
  max-width: none;
  margin-top: -1px;
  margin-bottom: -1px;
  position: relative;
  left: 0;
  right: 0;
  transform: rotate(180deg);
}

._10-contents_wrap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5vw;
  display: flex;
}

.bg-and-ill_wrap {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.kome_txt {
  text-align: center;
  font-size: 11px;
  line-height: 1.5em;
}

.bg_3_white_img {
  background-color: var(--bg-db);
  object-fit: cover;
  width: 100%;
  max-width: none;
  position: relative;
  left: 0;
  right: 0;
}

.bg_3_img {
  width: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
}

._13-contents_wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10em;
  padding-bottom: 10em;
  display: flex;
  position: relative;
}

.text-block-10 {
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.5em;
}

._11-contents_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

._11_contents_div {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10vw;
  padding-bottom: 10vw;
  display: flex;
}

._12-ontents_wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

._12-contents_div {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.price-zone_wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

._14-contents_wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin: 7vw auto;
  display: flex;
}

.kome_txt-3 {
  color: #222;
  text-align: justify;
  font-size: 11px;
  line-height: 1.5em;
}

._3-contents_wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.bg-5_img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  position: relative;
  left: 0;
  right: 0;
}

.fs-slider_list-wrapper {
  width: 100%;
  min-width: 0;
  min-height: 1rem;
  position: relative;
  overflow: clip;
}

.fs-slider_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
}

.fs-slider_bullet {
  background-color: #ddd;
  border-radius: 999rem;
  width: .5rem;
  height: .5rem;
  padding: 0;
  display: inline-block;
}

.fs-slider_bullet.is-bullet-active {
  background-color: #000;
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

.fs-slider_next {
  pointer-events: auto;
  color: #fff;
  background-color: #000;
  border-radius: 999rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-top: -2rem;
  margin-right: -1.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.fs-slider_list {
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  min-width: 0;
  height: auto;
  min-height: 1rem;
  display: flex;
}

.fs-slider_instance {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  display: none;
  position: relative;
}

.fs-slider_arrow {
  width: 1rem;
  line-height: 0;
}

.fs-slider_previous {
  pointer-events: auto;
  color: #fff;
  background-color: #000;
  border-radius: 999rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-top: -2rem;
  margin-left: -1.5rem;
  display: flex;
  position: absolute;
  inset: auto auto auto 0%;
}

.fs-slider_pagination {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.fs-slider_navigation {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-slider_slide {
  backface-visibility: hidden;
  transition-property: transform opacity;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 33.333%;
  height: auto;
  display: flex;
  position: relative;
}

.fs_accordion-1_icon {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-1_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  cursor: pointer;
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.fs_accordion-1_header:focus-visible, .fs_accordion-1_header[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-1_paragraph {
  text-align: justify;
  margin-bottom: 0;
  margin-left: 60px;
  margin-right: 50px;
}

.fs_accordion-1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  margin-top: 2rem;
  display: grid;
}

.fs_accordion-1_content {
  overflow: hidden;
}

.fs_accordion-1_body {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs_accordion-1_label {
  text-align: justify;
  font-weight: 500;
  line-height: 1.25em;
}

.fs_accordion-1_embed {
  margin-bottom: 0;
  display: none;
}

.fs_accordion-1_message {
  color: var(--accessible-components--dark-grey);
}

.div-block-5 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer {
  background-color: var(--bg-db);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-link_txt {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  font-size: .75em;
  line-height: 1em;
  transition: color .2s;
}

.footer-link_txt:hover {
  color: var(--orange);
}

.copyright {
  color: var(--white);
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5em;
}

.copyright.sp {
  display: none;
}

.footer-link_wrap {
  grid-column-gap: 2em;
  grid-row-gap: 1em;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  display: flex;
}

.footer-link_wrap.hide {
  display: none;
}

.footer-contents_wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

.hidden {
  display: none;
}

.slider-nav {
  z-index: 2;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  padding: 16px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider-nav-inactive {
  cursor: pointer;
  background-color: #95a0b2;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  padding: 0;
}

.slider-nav-active {
  cursor: pointer;
  background-color: #000;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  padding: 0;
}

.slider-arrows {
  justify-content: center;
  column-gap: 8px;
  margin-top: 24px;
  display: flex;
}

.slider-arrow {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dde3e8;
  border-radius: 8px;
  min-width: 148px;
  padding: 9px 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  box-shadow: 0 2px 1px #95a0b214;
}

.image-22 {
  width: 200px;
}

.text-block-11 {
  color: var(--orange);
  text-align: center;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 400;
  line-height: 1em;
}

.web_name_wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.image-27, .image-28, .image-29, .image-30, .image-31, .image-32 {
  width: 49%;
}

.price-header_img.sp {
  display: none;
}

.lightbox_link {
  cursor: zoom-in;
  transition: all .2s;
  position: relative;
}

.lightbox_link:hover {
  opacity: .5;
  padding: 15px;
}

.grid_img.hide {
  display: none;
}

.div-block-6 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._2-sub-chatch_txt {
  font-family: YakuHanJP, Arial, sans-serif;
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.5em;
}

.text-block-13 {
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1.25em;
}

.hero-icon {
  aspect-ratio: auto;
  width: 5em;
}

.icon_wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-14 {
  white-space: nowrap;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.3em;
}

.div-block-7 {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-7.hide {
  display: none;
}

.dot-boader_line {
  border-top: 1px dashed #000;
  width: 100%;
  height: 0;
}

.div-block-8 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.s2-cntents_wrap {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 420px;
  padding: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.s2-cntents_wrap.ai-sec {
  height: auto;
}

.orange-boader_div {
  background-color: var(--orange);
  width: 100%;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.text-block-15 {
  color: var(--bg-db);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 4em;
  font-weight: 500;
  display: flex;
}

.text-block-15.ai-sec {
  color: var(--orange);
  letter-spacing: 2px;
  font-size: 1.1em;
}

.bold-text-4 {
  color: var(--orange);
  font-weight: 500;
}

.paragraph-4 {
  text-align: justify;
  height: 8.2em;
  font-size: .9em;
  line-height: 1.6em;
}

.paragraph-4.ai-sec {
  height: 280px;
}

.s2-text_wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.s2-icon_wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn_sp {
  display: none;
}

.title-read_txt {
  text-align: justify;
  margin-top: 5px;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.6em;
}

.title-read_txt.white {
  color: var(--white);
}

.title-read_txt.center {
  text-align: center;
}

.title-read_txt.center.sp {
  display: none;
}

.s4-title_wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  margin-top: 5vw;
  display: flex;
}

.brand-contents_wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 29px;
  display: flex;
}

.text-block-16 {
  color: var(--orange);
  font-size: 1.25em;
  font-weight: 600;
}

.text-block-16.sp {
  display: none;
}

.paragraph-5 {
  text-align: justify;
  font-size: 16px;
}

.brand-txt_wrap {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-flow: column;
  display: flex;
}

.header-branding {
  width: 990px;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  display: block;
}

.header-branding.sp {
  display: none;
}

.s5-title_wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  margin-top: 5vw;
  display: flex;
}

.m-name_txt {
  color: var(--white);
  text-align: center;
  font-weight: 500;
  line-height: 20px;
}

.bold-text-5 {
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
}

.m-cap_txt {
  color: var(--white);
  text-align: center;
  font-size: 11px;
  line-height: 16px;
}

.marqee_img {
  border-radius: 15px;
  margin-bottom: 12px;
}

.marqee-contents_wrap.hide {
  display: none;
}

.check_txt {
  text-align: justify;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.check_txt._10 {
  margin-left: -10px;
  font-family: Noto Sans JP, sans-serif;
}

.check-txt_wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.logolist-title_wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  margin-top: 0;
  display: flex;
}

.ututor-title_wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 700px;
  margin-top: 0;
  display: flex;
}

.text-block-17 {
  text-align: center;
  white-space: nowrap;
  padding-left: 16px;
  font-size: 3em;
  font-weight: 600;
  line-height: 1em;
}

.text-block-17.sp, ._9-hader-2_img.sp {
  display: none;
}

.img-label {
  z-index: 2;
  position: absolute;
  top: -17px;
}

.check-txt-wrap_div {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

._10-header_wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-40 {
  margin: 70px auto 2em;
  display: block;
  position: relative;
  left: 15px;
}

.icon-3 {
  margin-bottom: 10px;
}

.container_wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10vw;
  display: flex;
}

.paragraph-6 {
  text-align: center;
  letter-spacing: 1px;
  font-size: .9em;
}

.paragraph-6.pc {
  white-space: nowrap;
}

.paragraph-6.sp {
  text-align: justify;
  display: none;
}

.text-block-18 {
  color: var(--orange);
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
}

.div-block-9 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.pink_wrap {
  background-color: var(--orange);
  border-radius: 50px;
  width: 100%;
  padding: 12px;
}

.text-block-19 {
  color: var(--white);
  text-align: center;
  margin-left: -10px;
  font-size: 1.75em;
  font-weight: 500;
}

.image-41 {
  font-size: 1px;
}

.praice_tabs {
  display: none;
}

.div-block-10 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.kome_txt-2 {
  text-align: left;
  width: 390px;
  font-size: 11px;
  line-height: 1.5em;
  overflow: hidden;
}

.image-42 {
  width: 30px;
}

.image-43 {
  border-radius: 20px;
  width: 49%;
}

.kokomara-mg_wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-44 {
  margin-left: 16px;
}

.bold-text-7 {
  color: var(--red);
  font-weight: 400;
}

.list {
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 22px;
  font-size: 11px;
  line-height: 1.6em;
  list-style-type: disc;
  display: flex;
}

.link-block {
  aspect-ratio: 1;
  background-color: var(--white);
  object-fit: cover;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: -15%;
  right: 10%;
}

.link-block:hover {
  background-color: var(--orange);
  transform: translate(0, -15%);
}

.image-45 {
  width: 60%;
}

.bold-text-8, .bold-text-9, .bold-text-10 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.code-embed {
  display: none;
}

@media screen and (max-width: 991px) {
  .corner-circle {
    width: 280px;
    height: 74px;
  }

  .text-block {
    font-size: 1em;
  }

  .text-block.hover-link {
    font-size: 1.25em;
  }

  .text-block-2 {
    font-size: 1em;
  }

  .hero-txt_wrap {
    width: 40vw;
  }

  .hero-image {
    background-position: 58%;
    width: 48vw;
    min-width: 350px;
    height: 48vw;
  }

  .image {
    width: 50vw;
  }

  .lysking_mark {
    width: 15vw;
  }

  .image-3 {
    width: 38vw;
  }

  ._2_img_wrap {
    height: 45vw;
  }

  ._2_main_wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .image-5 {
    min-width: 600px;
  }

  .crown-img {
    width: 600px;
  }

  .bg-coor.orange.faq {
    padding-top: 3em;
    padding-bottom: 5em;
  }

  ._2_contents_wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .container {
    max-width: 700px;
  }

  .image-7 {
    width: 100%;
    max-width: 600px;
  }

  .btn_wrap {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .ill-1_svg {
    width: 45px;
    top: -89px;
    left: -2vw;
  }

  .ill-2_svg {
    width: 60px;
    top: 3px;
    right: -2.5vw;
  }

  .ill-3_svg {
    width: 60px;
    right: -3.9vw;
  }

  .ill-4_svg {
    width: 360px;
  }

  .slider._2 {
    width: 700px;
    margin-top: 20px;
  }

  .image-8 {
    height: 100%;
  }

  .slide_wrap._2 {
    height: 360px;
  }

  .slider_wrap._2 {
    margin-top: 5em;
  }

  ._4-contents_div {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  ._2_ill-1_svg {
    width: 110px;
    top: -60px;
    right: -8.4vw;
  }

  ._2_ill-2_svg {
    width: 45px;
    top: -5em;
    left: -3.4vw;
  }

  ._2_ill_3-svg {
    width: 100px;
    bottom: -44px;
    right: -9.6vw;
  }

  ._2_ill_4-svg {
    width: 44px;
    bottom: 17.7em;
    left: -5.3vw;
  }

  .image-12 {
    width: 65px;
  }

  .web-link_div {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    width: 700px;
  }

  .bold-text-2 {
    word-break: keep-all;
  }

  .paragraph-2 {
    font-size: .8em;
    line-height: 1.6em;
  }

  .url-link_txt {
    font-size: 14px;
  }

  .web-link_wrap {
    width: 220px;
  }

  .sample-web_wrap {
    width: 700px;
  }

  .image-15 {
    width: 600px;
    margin-top: 5em;
    margin-bottom: 3em;
  }

  ._6-txt_wrap {
    margin-top: 3em;
  }

  .slide_header-txt {
    font-size: 1.25em;
  }

  .company-logo-list_wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  ._9-heading_wrap {
    margin-top: 27px;
  }

  ._9-contents_wrap {
    margin-bottom: 14vw;
  }

  .image-19 {
    width: 600px;
  }

  ._3_ill-2_svg {
    width: 38px;
    bottom: -2.3em;
    left: -2.9vw;
  }

  ._3_ill-1_svg {
    width: 50px;
    top: -4em;
    right: -4.1vw;
  }

  ._3_ill_3_svg {
    width: 48px;
    bottom: -6.5em;
    right: -3vw;
  }

  ._3_ill_4_svg {
    width: 300px;
  }

  ._10-contents_wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  ._13-contents_wrap {
    width: 700px;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  ._11_contents_div {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  ._14-contents_wrap {
    width: 550px;
  }

  ._3-contents_wrap {
    margin-top: 25px;
  }

  .fs_accordion-1_paragraph, .fs_accordion-1_label {
    font-size: 14px;
  }

  .image-22 {
    object-fit: scale-down;
    width: 160px;
  }

  .image-23 {
    object-fit: scale-down;
    width: 270px;
  }

  .image-24 {
    width: 700px;
  }

  .text-block-11 {
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: break-word;
    line-height: 1.5em;
  }

  .web_name_wrap {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
    margin-bottom: 15px;
  }

  .image-25, .image-26 {
    object-fit: scale-down;
    height: 45px;
  }

  .image-33 {
    width: 600px;
  }

  .image-34 {
    width: 450px;
  }

  ._2-sub-chatch_txt {
    font-size: 1.25em;
  }

  .text-block-13 {
    font-size: 1.5em;
  }

  .s2-cntents_wrap {
    height: 380px;
  }

  .text-block-15 {
    font-size: 14px;
    line-height: 1.5em;
  }

  .paragraph-4 {
    font-size: .85em;
  }

  .title-read_txt {
    font-size: 1.1em;
  }

  .s4-title_wrap {
    width: 600px;
    margin-top: 0;
  }

  .paragraph-5 {
    font-size: 15px;
  }

  .header-branding {
    width: 90vw;
    min-width: 760px;
  }

  .s5-title_wrap {
    width: 600px;
    margin-top: 0;
  }

  .check_txt {
    font-size: 16px;
  }

  .logolist-title_wrap, .ututor-title_wrap {
    width: 600px;
    margin-top: 0;
  }

  .text-block-17 {
    font-size: 2.75em;
  }

  .image-40 {
    margin-top: 0;
  }

  .container_wrap {
    margin-top: 0;
    padding-top: 12em;
  }

  .paragraph-6 {
    font-size: .8em;
    line-height: 1.6em;
  }
}

@media screen and (max-width: 767px) {
  .section {
    z-index: 2;
  }

  .corner-circle {
    width: 225px;
    height: 68px;
  }

  .text-block {
    font-size: .75em;
  }

  .text-block.hover-link {
    font-size: 1.1em;
  }

  .link-text-wrap {
    padding-top: 5px;
  }

  .div-block-2 {
    height: 8px;
  }

  .header_logo_wrap {
    margin-top: 15px;
  }

  .text-block-2 {
    white-space: nowrap;
    font-size: 1.5em;
    line-height: 1em;
  }

  .lysking_txt_wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .hero-txt_wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    order: 9999;
    width: 90vw;
    max-width: 550px;
    margin-left: 0;
    position: static;
  }

  .herp-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    margin-top: 0;
  }

  .hero-image {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    order: -9999;
    width: 95vw;
    min-width: 230px;
    height: 60vw;
  }

  .image {
    width: 100%;
  }

  .lysking_mark {
    width: 30%;
  }

  .lysking_mark.price_zone {
    width: 20%;
  }

  .image-3 {
    width: 70%;
  }

  ._2_img_wrap {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 90%;
    height: auto;
    margin-right: auto;
  }

  ._2_main_wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    width: 100%;
  }

  .image-4 {
    width: 100%;
  }

  .image-5 {
    width: 90%;
    min-width: auto;
  }

  .crown-img {
    width: 450px;
  }

  .bg-coor.orange {
    padding-top: 1em;
  }

  .bg-coor.orange._50 {
    padding-top: 2em;
  }

  .container {
    max-width: 450px;
  }

  .container.ututor, .container.price {
    max-width: 90%;
  }

  .image-7 {
    width: 80%;
    min-width: 450px;
    max-width: 500px;
  }

  .grid {
    grid-template-columns: 1fr;
    width: 350px;
  }

  .ill-1_svg {
    width: 40px;
    top: 405px;
    left: 3.8vw;
  }

  .ill-2_svg {
    width: 55px;
    top: 66px;
    right: 2.2vw;
  }

  .ill-3_svg {
    width: 55px;
    top: -316px;
    right: 2.1vw;
  }

  .ill-4_svg {
    width: 300px;
  }

  .slide-img_warp {
    border-radius: 30px;
    width: 350px;
  }

  .slide-header {
    font-size: 12px;
    line-height: 1.5em;
  }

  .slide-header._2 {
    text-align: left;
    word-break: keep-all;
  }

  .paragraph {
    font-size: .8em;
  }

  .slider {
    width: 400px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .slider._2 {
    width: 430px;
    margin-top: 15px;
    margin-bottom: 45px;
  }

  .slide_wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 350px;
  }

  .slide_wrap._2 {
    justify-content: flex-start;
    align-items: center;
    height: 450px;
    padding: 20px;
  }

  .support-contents_wrap {
    margin-top: -61px;
  }

  .slider_wrap._2 {
    margin-top: 3em;
  }

  .bg-2_img.reverse {
    z-index: 1;
    position: relative;
  }

  ._2_ill-1_svg {
    width: 75px;
    top: -15px;
    right: -2.4vw;
  }

  ._2_ill-2_svg {
    width: 30px;
    top: 7em;
    left: -2.2vw;
  }

  ._2_ill_3-svg {
    width: 70px;
    bottom: 91px;
    right: -4.6vw;
  }

  ._2_ill_4-svg {
    width: 40px;
  }

  .image-12 {
    width: 55px;
  }

  ._5-contents_wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    padding-bottom: 50px;
  }

  .marquee_wrap.student {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .web-link_div {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 450px;
  }

  .paragraph-2 {
    font-size: .75em;
  }

  .web-link_wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .header_websample {
    width: 90%;
    min-width: 400px;
  }

  .header_websample.sp {
    width: 429px;
    display: block;
  }

  .header_websample.pc {
    display: none;
  }

  .sample-web_wrap {
    width: 450px;
  }

  .large-image {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .image-15 {
    width: 450px;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }

  ._6-txt_wrap {
    grid-row-gap: .3em;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto;
    align-items: flex-start;
    margin-top: 2em;
    margin-bottom: 50px;
  }

  .text-block-7 {
    font-size: 1.25em;
  }

  .slide-image_div {
    flex-flow: row;
  }

  .slide_header-txt {
    font-size: 1.1em;
  }

  .slide_header-txt.pc {
    display: none;
  }

  .slide_header-txt.sp {
    white-space: nowrap;
    display: block;
  }

  .slide-inner-contents_wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
  }

  .image-18 {
    width: 450px;
  }

  .company-logo-list_wrap {
    width: 90%;
    margin-top: 0;
    margin-bottom: 50px;
  }

  ._9-heading_wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    width: 100%;
    min-width: 400px;
    max-width: 600px;
    margin-bottom: 29px;
  }

  ._9-contents_wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    margin-bottom: 10vw;
  }

  ._9-contents-inner_wrap {
    margin-bottom: 30px;
  }

  ._3_ill-2_svg {
    width: 30px;
    display: none;
    left: -2.1vw;
  }

  ._3_ill-1_svg {
    width: 40px;
    display: none;
    top: -3.2em;
    right: -3.7vw;
  }

  ._3_ill_3_svg {
    width: 38px;
    display: none;
    bottom: -2.9em;
    right: -1.9vw;
  }

  ._3_ill_4_svg {
    width: 50%;
    max-width: 300px;
  }

  .bg_4_img.reverse {
    position: absolute;
  }

  ._10-contents_wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  ._13-contents_wrap {
    width: 450px;
  }

  .text-block-10 {
    font-size: 1.25em;
  }

  ._11-contents_wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  ._11_contents_div {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    justify-content: center;
    align-items: center;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  ._14-contents_wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 90%;
  }

  .kome_txt-3 {
    line-height: 1.55em;
  }

  .fs-slider_slide {
    width: 100%;
  }

  .fs_accordion-1_icon {
    font-size: 1rem;
  }

  .fs_accordion-1_header {
    padding: .3rem .4rem;
  }

  .fs_accordion-1_paragraph {
    margin-left: 44px;
    margin-right: 38px;
    font-size: 12px;
    line-height: 1.6em;
  }

  .fs_accordion-1_component {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .fs_accordion-1_label {
    font-size: 12px;
  }

  .footer-link_wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    width: 450px;
    font-size: 12px;
  }

  .footer-contents_wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    margin-top: 25px;
  }

  .image-22 {
    width: 120px;
  }

  .image-23 {
    width: 250px;
  }

  .image-24 {
    width: auto;
  }

  .web_name_wrap {
    margin-bottom: 0;
  }

  .image-25, .image-26 {
    height: auto;
  }

  .image-27, .image-28, .image-29, .image-30 {
    width: 100%;
  }

  .image-31, .image-32 {
    width: 48%;
  }

  .image-35 {
    width: 90%;
  }

  .image-36 {
    width: 230px;
  }

  .price-header_img {
    width: 400px;
  }

  .q_img {
    width: 30px;
  }

  .image-38 {
    width: 120px;
  }

  .web_img {
    object-fit: cover;
    object-position: 50% 0%;
    width: 450px;
    height: 260px;
  }

  .div-block-6 {
    width: 80%;
  }

  .text-block-13 {
    font-size: 3.25vw;
  }

  .div-block-8 {
    margin-left: auto;
    margin-right: auto;
  }

  .s2-cntents_wrap {
    height: 330px;
  }

  .s2-cntents_wrap.ai-sec {
    padding-top: 20px;
  }

  .text-block-15, .paragraph-4, .paragraph-4.ai-sec {
    height: auto;
  }

  .title-read_txt {
    font-size: 1em;
  }

  .title-read_txt.center {
    white-space: nowrap;
  }

  .s4-title_wrap {
    width: 90%;
    max-width: 500px;
    margin-top: 3vw;
  }

  .brand-contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-16 {
    font-size: 1em;
  }

  .text-block-16.pc {
    display: none;
  }

  .text-block-16.sp {
    font-size: 1.1em;
    display: block;
  }

  .branding_icon {
    width: 80px;
  }

  .header-branding {
    width: 80vw;
    min-width: 480px;
    margin-bottom: 2em;
    padding-left: 17px;
  }

  .header-branding.pc {
    display: none;
  }

  .header-branding.sp {
    width: 50vw;
    min-width: 300px;
    display: block;
  }

  .s5-title_wrap {
    width: 90%;
    max-width: 500px;
    margin-top: 3vw;
  }

  .check_txt {
    font-size: 14px;
    line-height: 18px;
  }

  .check_txt._10 {
    margin-left: 0;
  }

  .check_icon {
    width: 16px;
  }

  .logolist-title_wrap {
    width: 100%;
    max-width: 500px;
    margin-top: 3vw;
  }

  .ututor-title_wrap {
    width: 100%;
    margin-top: 3vw;
  }

  .text-block-17 {
    font-size: 6vw;
  }

  ._9-hader-2_img.pc {
    display: none;
  }

  ._9-hader-2_img.sp {
    width: 300px;
    margin-bottom: 15px;
    display: block;
  }

  .img-label {
    width: 140px;
    top: -13px;
  }

  .image-40 {
    width: 90%;
    margin-top: 1em;
    margin-bottom: 1em;
    left: 6px;
  }

  .icon-3 {
    margin-top: 10px;
    margin-bottom: 12px;
  }

  .container_wrap {
    padding-top: 8.5em;
  }

  .paragraph-6 {
    font-size: .75em;
  }

  .paragraph-6.pc {
    display: none;
  }

  .paragraph-6.sp {
    display: block;
  }

  .div-block-9 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .pink_wrap {
    padding: 7px;
  }

  .text-block-19 {
    font-size: 1.2em;
  }

  .image-43 {
    border-radius: 15px;
  }

  .link-block {
    width: 35px;
  }

  .image-46 {
    color: var(--red);
    margin-top: 30px;
  }

  .bold-text-11, .bold-text-12, .bold-text-13 {
    font-family: YakuHanJP, Arial, sans-serif;
    font-weight: 500;
  }
}

@media screen and (max-width: 479px) {
  .section.hero {
    flex-flow: column;
    display: flex;
  }

  .btn-div.pc {
    display: none;
  }

  .corner-circle {
    border-radius: 0;
    width: 50%;
    min-width: 150px;
  }

  .corner-circle.blue {
    border-radius: 0;
  }

  .text-block {
    font-size: 11px;
  }

  .text-block.hover-link {
    font-size: 1em;
    line-height: 1.25em;
  }

  .text-block.hover-link.sp {
    padding-bottom: 3px;
    display: block;
  }

  .text-block.hover-link.pc {
    display: none;
  }

  .text-block-2 {
    font-size: 4.5vw;
  }

  .lysking_txt_wrap {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .hero-txt_wrap {
    width: 90%;
    position: relative;
  }

  .herp-wrap {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
    margin-top: 0;
  }

  .hero-image {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    order: -9999;
    width: 93%;
    min-width: 280px;
    height: 35dvh;
    min-height: 200px;
    max-height: 300px;
    margin-bottom: 25px;
  }

  .lysking_mark {
    width: 28%;
  }

  .lysking_mark.price_zone {
    z-index: 2;
    width: 23%;
    top: -13%;
    right: -6px;
  }

  ._2_img_wrap {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 90%;
    height: auto;
    margin-right: auto;
  }

  ._2_main_wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    width: 100%;
  }

  .image-4 {
    width: 100%;
    left: -5px;
  }

  .image-5 {
    width: 90%;
    min-width: auto;
  }

  .crown-img {
    width: 98%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .bg-coor.orange._50 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bg-coor.orange.faq {
    padding-top: 2em;
    padding-bottom: 3em;
  }

  .container {
    max-width: 300px;
  }

  .image-7 {
    min-width: 300px;
    padding-top: 30px;
  }

  .grid {
    width: 280px;
  }

  .ill-1_svg {
    width: 33px;
    top: 76px;
    left: 0;
  }

  .ill-2_svg {
    display: none;
    top: 175px;
    right: 2.8vw;
  }

  .ill-3_svg {
    width: 45px;
    top: -290px;
    right: -1.3vw;
  }

  .ill-4_svg {
    width: 200px;
  }

  .slide-img_warp {
    width: 250px;
  }

  .slide-img_warp._2 {
    width: 100%;
  }

  .slide-header._2 {
    text-align: center;
  }

  .paragraph {
    word-break: break-all;
    font-size: .75em;
  }

  .slider, .slider._2 {
    width: 300px;
  }

  .slide_wrap {
    width: 250px;
  }

  .slide_wrap._2 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    height: auto;
  }

  .support-contents_wrap {
    margin-top: -100px;
  }

  .brand-contents-div {
    width: 300px;
  }

  ._2_ill-1_svg {
    top: -15px;
  }

  ._2_ill-2_svg {
    top: 16.8em;
  }

  ._2_ill_3-svg {
    bottom: 125px;
    right: -3vw;
  }

  ._5-contents_wrap {
    padding-bottom: 15px;
  }

  .web-link_div {
    width: 300px;
    margin-bottom: 25px;
  }

  .text-block-3 {
    font-size: 1em;
    line-height: 1.25em;
  }

  .link-txt_wrap {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
  }

  .web-link_wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 90%;
  }

  .header_websample {
    min-width: 300px;
  }

  .header_websample.sp {
    width: 80%;
    min-width: 200px;
  }

  .text-block-5 {
    font-size: 13px;
    line-height: 1.5em;
  }

  .text-block-6 {
    word-break: keep-all;
    font-size: 11px;
  }

  .sample-web_wrap {
    width: 300px;
  }

  .large-image {
    aspect-ratio: 5 / 4;
    object-fit: cover;
    width: 90vw;
    min-width: auto;
    height: auto;
  }

  .image-15 {
    width: 90%;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }

  ._6-txt_wrap {
    width: 270px;
    margin-top: 1em;
    display: flex;
  }

  ._6-contents_wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    margin-top: 3em;
  }

  .text-block-7 {
    font-size: .9em;
  }

  .slide-image_div {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column;
  }

  .slide_header-txt {
    font-size: .9em;
    line-height: 1.25em;
  }

  .slide-inner-contents_wrap {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .company-logo-list_wrap {
    margin-bottom: 14px;
  }

  ._9-heading_wrap {
    grid-row-gap: 1.5em;
    width: auto;
    min-width: 280px;
    margin-top: 0;
  }

  ._9-contents_wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-top: 2em;
    margin-bottom: 4em;
  }

  .image-19 {
    width: 300px;
  }

  ._9-contents-inner_wrap {
    margin-bottom: 0;
  }

  ._3_ill_4_svg {
    margin-top: 6px;
  }

  ._10-contents_wrap {
    width: 90%;
    margin-top: 0;
    margin-bottom: 5em;
  }

  .kome_txt {
    color: var(--accessible-components--dark-grey);
  }

  ._13-contents_wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 300px;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  ._11_contents_div {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 90%;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  ._12-ontents_wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  ._12-contents_div {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .price-zone_wrap {
    align-items: stretch;
  }

  .kome_txt-3 {
    color: var(--accessible-components--dark-grey);
  }

  .fs_accordion-1_paragraph {
    margin-right: 40px;
  }

  .fs_accordion-1_component {
    width: 300px;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .footer {
    padding-bottom: 75px;
  }

  .copyright {
    width: 300px;
  }

  .copyright.pc {
    display: none;
  }

  .copyright.sp {
    display: block;
  }

  .footer-link_wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .footer-contents_wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-top: 30px;
  }

  .image-22 {
    width: 100px;
  }

  .image-23 {
    width: 62%;
  }

  .web_name_wrap {
    height: auto;
    margin-bottom: 0;
  }

  .image-25, .image-26 {
    flex: none;
    width: auto;
    height: 30px;
  }

  .image-31 {
    width: 100%;
    display: none;
  }

  .image-31.tab {
    display: block;
  }

  .image-32 {
    width: 100%;
    display: none;
  }

  .image-32.tab {
    display: block;
  }

  .image-33 {
    width: 290px;
  }

  .image-34 {
    width: 300px;
    margin-bottom: -15px;
  }

  .image-36 {
    width: 40vw;
  }

  .price-header_img.pc {
    display: none;
  }

  .price-header_img.sp {
    width: 75%;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .image-39 {
    width: 50px;
    margin-top: 10px;
  }

  .web_img {
    width: 270px;
    height: 150px;
  }

  .lightbox_link:hover {
    padding: 10px;
  }

  .grid_img {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-6 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 80%;
  }

  ._2-sub-chatch_txt {
    font-size: .85em;
  }

  .text-block-13 {
    text-align: center;
    font-size: 1em;
  }

  .s2-cntents_wrap {
    height: auto;
  }

  .text-block-15.ai-sec {
    font-size: 1em;
  }

  .paragraph-4 {
    font-size: .75em;
    line-height: 1.5em;
  }

  .btn_pc {
    display: none;
  }

  .btn_sp {
    z-index: 100;
    flex-flow: column;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .title-read_txt {
    font-size: .85em;
    line-height: 1.5em;
  }

  .title-read_txt.center {
    white-space: normal;
    word-break: normal;
  }

  .title-read_txt.center.sp {
    display: block;
  }

  .title-read_txt.center.pc {
    display: none;
  }

  .title-read_txt.center.white.sp {
    white-space: normal;
  }

  .brand-contents_wrap {
    flex-flow: column;
  }

  .text-block-16 {
    word-break: normal;
  }

  .text-block-16.sp {
    text-align: center;
    font-size: 1em;
    line-height: 1.5em;
  }

  .paragraph-5 {
    font-size: .75em;
    line-height: 1.5em;
  }

  .branding_icon {
    width: 60px;
  }

  .header-branding {
    width: 95vw;
    min-width: 300px;
  }

  .header-branding.sp {
    width: 80vw;
    min-width: 250px;
  }

  .check_txt {
    font-size: 12px;
  }

  .check_txt._10 {
    margin-left: 0;
  }

  .logolist-title_wrap {
    width: 90%;
  }

  .ututor-title_wrap {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .text-block-17 {
    font-size: 1.5em;
  }

  .text-block-17.sp {
    font-size: 1.75em;
    line-height: 1.25em;
    display: block;
  }

  .text-block-17.pc {
    display: none;
  }

  ._9-hader-2_img.sp {
    width: 220px;
  }

  .img-label {
    width: 120px;
    top: -10px;
  }

  .check-txt-wrap_div {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
  }

  .image-40 {
    margin-left: 10px;
    left: 12px;
  }

  .icon-3 {
    width: 100px;
  }

  .icon-2 {
    width: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container_wrap {
    padding-top: 5em;
  }

  .text-block-18 {
    white-space: nowrap;
    font-size: 1em;
    line-height: 1.25em;
  }

  .div-block-9 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    width: 300px;
  }

  .pink_wrap {
    padding: 5px;
  }

  .text-block-19 {
    word-break: keep-all;
    margin-left: 0;
    font-size: .9em;
    line-height: 1.25em;
  }

  .tabs-menu {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .text-block-20 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: var(--white);
    justify-content: flex-start;
    align-items: center;
    font-weight: 700;
    display: flex;
  }

  .bold-text-6 {
    margin-top: -3px;
    font-size: 2em;
    line-height: 1em;
  }

  .tab-link-tab-2 {
    border-top-right-radius: 20px;
    order: 0;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    display: flex;
  }

  .tab-link-tab-2.w--current {
    background-color: var(--blue);
    justify-content: center;
    align-items: flex-start;
    width: 50%;
  }

  .tab-link-tab-1 {
    border-top-left-radius: 20px;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    display: flex;
  }

  .tab-link-tab-1.w--current {
    background-color: var(--red);
    border-top-left-radius: 20px;
    width: 50%;
  }

  .praice_tabs {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    display: block;
  }

  .kome_txt-2 {
    text-align: justify;
    width: auto;
  }

  .image-43 {
    width: 250px;
  }

  .kokomara-mg_wrap {
    flex-flow: column;
  }

  .link-block {
    width: 30px;
    top: -15px;
    right: auto;
  }
}


@font-face {
  font-family: 'YakuHanJP';
  src: url('../fonts/YakuHanJP-DemiLight.woff2') format('woff2'), url('../fonts/YakuHanJP-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'YakuHanJP';
  src: url('../fonts/YakuHanJP-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'YakuHanJP';
  src: url('../fonts/YakuHanJP-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'YakuHanJP';
  src: url('../fonts/YakuHanJP-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'YakuHanJP';
  src: url('../fonts/YakuHanJP-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'YakuHanJP';
  src: url('../fonts/YakuHanJP-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}