@charset "UTF-8";
/*---------------------------------------------
カスタムプロパティ
---------------------------------------------*/
:root {
  --custom-vw: 97.4vw;
  --color-yellow-1: #fff031;
  --color-yellow-2: #fcf48f;
  --background-navbar: rgba(55, 55, 55, 0.98);
}

/*---------------------------------------------
リセット
---------------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

img, picture, video, canvas, svg {
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/*---------------------------------------------
メディアクエリ
---------------------------------------------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/*---------------------------------------------
初期設定
---------------------------------------------*/
html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
  font-weight: normal;
  line-height: 1;
  color: #000;
}

body {
  font-size: calc(var(--custom-vw) * 0.032);
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

sup, sub {
  font-size: 0.6em;
}

iframe {
  border: none;
}

/*---------------------------------------------
ユーティリティ
---------------------------------------------*/
/* serif font */
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-old-mincho-medium {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-old-mincho-bold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.lato {
  font-family: "Lato", serif;
}

.oswald {
  font-family: "Oswald", serif;
}

/* font-size */
@media screen and (min-width: 768px) {
  .text-md {
    font-size: 1.8rem;
  }
  .text-lg {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .text-md-sp {
    font-size: calc(var(--custom-vw) * 0.0346666667);
  }
  .text-lg-sp {
    font-size: calc(var(--custom-vw) * 0.0373333333);
  }
}
/* font-weight */
.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

/* text-align */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .text-center-sp {
    text-align: center;
  }
  .text-left-sp {
    text-align: left;
  }
  .text-right-sp {
    text-align: right;
  }
}
/* flex */
.flex {
  display: flex;
}

.flex-pc {
  display: flex;
}
@media screen and (max-width: 767px) {
  .flex-pc {
    flex-direction: column;
  }
}

.flex-col {
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.item-center {
  align-items: center;
}

.gap-2xs {
  gap: calc(var(--custom-vw) * 0.0266666667);
}
@media screen and (min-width: 768px) {
  .gap-2xs {
    gap: 10px;
  }
}

.gap-xs {
  gap: calc(var(--custom-vw) * 0.0466666667);
}
@media screen and (min-width: 768px) {
  .gap-xs {
    gap: 20px;
  }
}

.gap-sm {
  gap: calc(var(--custom-vw) * 0.0666666667);
}
@media screen and (min-width: 768px) {
  .gap-sm {
    gap: 30px;
  }
}

.gap-md {
  gap: calc(var(--custom-vw) * 0.08);
}
@media screen and (min-width: 768px) {
  .gap-md {
    gap: 45px;
  }
}

/* line-height */
.leading-sm {
  line-height: 1.5;
}

.leading-lg {
  line-height: 1.77;
}

.leading-xl {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .leading-sm-sp {
    line-height: 1.5;
  }
}
/* width */
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mt160 {
  margin-top: 160px;
}

.rounded-md {
  border-radius: 30px;
}

@media screen and (max-width: 767px) {
  .w-sp-169 {
    width: calc(var(--custom-vw) * 0.2253333333);
  }
  .w-sp-265 {
    width: calc(var(--custom-vw) * 0.3533333333);
  }
  .w-sp-300 {
    width: calc(var(--custom-vw) * 0.4);
  }
  .w-sp-310 {
    width: calc(var(--custom-vw) * 0.4133333333);
  }
  .w-sp-430 {
    width: calc(var(--custom-vw) * 0.5733333333);
  }
  .w-sp-600 {
    width: calc(var(--custom-vw) * 0.8);
  }
}
.hide {
  display: none !important;
}

/*---------------------------------------------
モジュール
---------------------------------------------*/
.btn-container {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.btn-more {
  width: calc(var(--custom-vw) * 0.4493333333);
  height: calc(var(--custom-vw) * 0.096);
  display: inline-flex;
  color: white;
  background-color: #000;
  font-size: calc(var(--custom-vw) * 0.032);
  font-weight: 500;
  justify-content: center;
  position: relative;
  align-items: center;
  border-radius: calc(var(--custom-vw) * 0.096);
  padding-right: calc(var(--custom-vw) * 0.0133333333);
}
@media screen and (min-width: 768px) {
  .btn-more {
    font-size: 2rem;
    width: 280px;
    height: 60px;
    border-radius: 60px;
    padding-right: 10px;
  }
}
.btn-more svg {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -48%);
}
@media screen and (max-width: 767px) {
  .btn-more svg {
    width: calc(var(--custom-vw) * 0.024);
  }
}
.btn-more img {
  position: absolute;
  top: 50%;
  right: calc(var(--custom-vw) * 0.0266666667);
  transform: translate(0, -50%);
  width: calc(var(--custom-vw) * 0.0253333333);
}
@media screen and (min-width: 768px) {
  .btn-more img {
    width: 16px;
    right: 20px;
  }
}
.btn-more.-lg {
  width: calc(var(--custom-vw) * 0.7066666667);
  height: calc(var(--custom-vw) * 0.12);
}
@media screen and (min-width: 768px) {
  .btn-more.-lg {
    width: 360px;
    height: 60px;
  }
}
.btn-more.-sm {
  width: calc(var(--custom-vw) * 0.2933333333);
  height: calc(var(--custom-vw) * 0.1066666667);
  padding-right: calc(var(--custom-vw) * 0.02);
}
.btn-more.-sm svg {
  right: calc(var(--custom-vw) * 0.02);
}
@media screen and (min-width: 768px) {
  .btn-more.-sm {
    width: 170px;
    height: 60px;
    padding-right: 15px;
  }
  .btn-more.-sm svg {
    right: 15px;
  }
}

.btn_trial {
  background-color: #fff031;
  box-shadow: 0px 8px 18px 0px rgba(129, 129, 129, 0.25);
  width: calc(var(--custom-vw) * 0.44);
  height: calc(var(--custom-vw) * 0.1093333333);
  border-radius: calc(var(--custom-vw) * 0.1093333333);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: calc(var(--custom-vw) * 0.0373333333);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .btn_trial {
    width: 240px;
    height: 60px;
    border-radius: 60px;
    font-size: 1.8rem;
  }
}
.btn_trial.-lg {
  width: calc(var(--custom-vw) * 0.4266666667);
  height: calc(var(--custom-vw) * 0.1066666667);
  border-radius: calc(var(--custom-vw) * 0.1066666667);
  font-size: calc(var(--custom-vw) * 0.0373333333);
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .btn_trial.-lg {
    width: 278px;
    height: 69px;
    border-radius: 69px;
    font-size: 2.4rem;
  }
}

.btn_document-trial {
  background-color: #fff031;
  box-shadow: 0px 8px 18px 0px rgba(129, 129, 129, 0.25);
  width: calc(var(--custom-vw) * 0.8533333333);
  height: calc(var(--custom-vw) * 0.1466666667);
  border-radius: calc(var(--custom-vw) * 0.1466666667);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: calc(var(--custom-vw) * 0.0426666667);
  font-weight: 500;
  position: relative;
  padding-left: calc(var(--custom-vw) * 0.04);
}
@media screen and (min-width: 768px) {
  .btn_document-trial {
    width: 500px;
    height: 100px;
    border-radius: 100px;
    font-size: 2.4rem;
    padding-left: 20px;
  }
}
.btn_document-trial::after {
  content: "";
  display: block;
  width: calc(var(--custom-vw) * 0.0426666667);
  height: calc(var(--custom-vw) * 0.0426666667);
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: calc(var(--custom-vw) * 0.0506666667);
  margin-top: calc(var(--custom-vw) * -0.0186666667);
}
@media screen and (min-width: 768px) {
  .btn_document-trial::after {
    width: 28px;
    height: 28px;
    right: 32px;
    margin-top: -15px;
  }
}
.btn_document-trial img {
  width: calc(var(--custom-vw) * 0.1066666667);
  position: absolute;
  top: 50%;
  left: calc(var(--custom-vw) * 0.08);
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  .btn_document-trial img {
    width: 70px;
    left: 40px;
  }
}

.btn_contact {
  background-color: #fff;
  box-shadow: 0px 8px 18px 0px rgba(129, 129, 129, 0.25);
  width: calc(var(--custom-vw) * 0.8533333333);
  height: calc(var(--custom-vw) * 0.1466666667);
  border-radius: calc(var(--custom-vw) * 0.1093333333);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: calc(var(--custom-vw) * 0.0373333333);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .btn_contact {
    width: 240px;
    height: 60px;
    border-radius: 60px;
    font-size: 1.8rem;
  }
}
.btn_contact.-lg {
  width: calc(var(--custom-vw) * 0.4266666667);
  height: calc(var(--custom-vw) * 0.1066666667);
  border-radius: calc(var(--custom-vw) * 0.1066666667);
  font-size: calc(var(--custom-vw) * 0.0373333333);
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .btn_contact.-lg {
    width: 278px;
    height: 69px;
    border-radius: 69px;
    font-size: 2.4rem;
  }
}
.btn_contact.-lg-icon {
  position: relative;
  width: calc(var(--custom-vw) * 0.8533333333);
  height: calc(var(--custom-vw) * 0.1466666667);
  border-radius: calc(var(--custom-vw) * 0.1466666667);
  font-size: calc(var(--custom-vw) * 0.0426666667);
  padding-left: calc(var(--custom-vw) * 0.04);
}
@media screen and (min-width: 768px) {
  .btn_contact.-lg-icon {
    width: 500px;
    height: 100px;
    border-radius: 100px;
    font-size: 2.4rem;
    padding-left: 30px;
  }
}
.btn_contact.-lg-icon::after {
  content: "";
  display: block;
  width: calc(var(--custom-vw) * 0.0426666667);
  height: calc(var(--custom-vw) * 0.0426666667);
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: calc(var(--custom-vw) * 0.0506666667);
  margin-top: calc(var(--custom-vw) * -0.0186666667);
}
@media screen and (min-width: 768px) {
  .btn_contact.-lg-icon::after {
    width: 28px;
    height: 28px;
    right: 32px;
    margin-top: -15px;
  }
}
.btn_contact.-lg-icon img {
  width: calc(var(--custom-vw) * 0.1133333333);
  position: absolute;
  top: 50%;
  left: calc(var(--custom-vw) * 0.08);
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  .btn_contact.-lg-icon img {
    width: 85px;
    left: 60px;
  }
}

.btn_download {
  width: calc(var(--custom-vw) * 0.7466666667);
  height: calc(var(--custom-vw) * 0.1466666667);
  border-radius: calc(var(--custom-vw) * 0.1466666667);
  font-size: calc(var(--custom-vw) * 0.056);
  font-weight: 500;
  position: relative;
  box-shadow: 0px 8px 18px 0px rgba(124, 118, 88, 0.25);
  background-color: #fff031;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: calc(var(--custom-vw) * 0.0666666667);
  padding: calc(var(--custom-vw) * 0.0133333333) calc(var(--custom-vw) * 0.0133333333) calc(var(--custom-vw) * 0.0133333333) calc(var(--custom-vw) * 0.0533333333);
}
@media screen and (min-width: 768px) {
  .btn_download {
    width: 278px;
    height: 60px;
    border-radius: 60px;
    font-size: 2.2rem;
    margin-top: 30px;
    padding: 10px 10px 10px 30px;
  }
}
.btn_download img {
  width: calc(var(--custom-vw) * 0.1253333333);
  position: absolute;
  top: calc(var(--custom-vw) * -0.0053333333);
  left: calc(var(--custom-vw) * 0.0573333333);
}
@media screen and (min-width: 768px) {
  .btn_download img {
    width: 54px;
    top: -6px;
    left: 18px;
  }
}

.btn_sodan {
  width: calc(var(--custom-vw) * 0.8933333333);
  height: calc(var(--custom-vw) * 0.2133333333);
  border-radius: 160px;
  font-size: calc(var(--custom-vw) * 0.048);
  font-weight: 500;
  position: relative;
  box-shadow: 0px 8px 18px 0px rgba(129, 129, 129, 0.25);
  background-color: #fff031;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.44;
  margin-top: calc(var(--custom-vw) * 0.08);
  padding: calc(var(--custom-vw) * 0.0133333333) calc(var(--custom-vw) * 0.0133333333) calc(var(--custom-vw) * 0.0133333333) calc(var(--custom-vw) * 0.1066666667);
}
@media screen and (min-width: 768px) {
  .btn_sodan {
    width: 698px;
    height: 100px;
    border-radius: 100px;
    font-size: 2.4rem;
    margin-top: 30px;
    padding: 10px 10px 10px 80px;
  }
}
.btn_sodan img {
  width: calc(var(--custom-vw) * 0.1746666667);
  position: absolute;
  top: 50%;
  left: calc(var(--custom-vw) * 0.056);
}
@media screen and (max-width: 767px) {
  .btn_sodan img {
    translate: 0 -50%;
  }
}
@media screen and (min-width: 768px) {
  .btn_sodan img {
    width: 117px;
    top: -1px;
    left: 20px;
  }
}
.btn_sodan .arrow-r2 {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -20px;
}
@media screen and (min-width: 768px) {
  .btn_sodan .arrow-r2 {
    right: 30px;
    margin-top: -20px;
  }
}

.section-block-md {
  padding-top: 80px;
  padding-bottom: 120px;
}

.section-pt-xs {
  padding-top: 60px;
}

.section-pt-sm {
  padding-top: 80px;
}

.section-pt-md {
  padding-top: 120px;
}

.section-pb-xs {
  padding-bottom: 60px;
}

.section-pb-sm {
  padding-bottom: 80px;
}

.section-pb-md {
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .section-pt-md-sp {
    padding-top: calc(var(--custom-vw) * 0.08);
  }
}
.splitParent {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .splitParent {
    flex-direction: column;
    gap: calc(var(--custom-vw) * 0.1333333333);
  }
}
@media screen and (min-width: 768px) {
  .splitParent.-split2 .splitChild {
    width: 47.5%;
  }
}

.boxed-content-01 {
  background-color: #ffffff;
  box-shadow: 1.216px 6.894px 38px 0px rgba(137, 137, 137, 0.27);
  border-radius: 30px;
  padding: 20px 30px;
}

.arrow-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background-color: #0087eb;
  border-radius: 28px;
  margin-inline: 15px;
}
.arrow-link img {
  width: 10px;
}

/*---------------------------------------------
anime
---------------------------------------------*/
[data-anime=fadeUp] {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 1s ease transform, 1s ease opacity;
  transition: 1s ease transform, 1s ease opacity;
}

[data-anime=fadeUp].is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

[data-anime=slideRight] {
  opacity: 0;
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
  -webkit-transition: 1s ease transform, 1s ease opacity;
  transition: 1s ease transform, 1s ease opacity;
}

[data-anime=slideRight].is-active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

[data-anime=slideLeft] {
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 1s ease transform, 1s ease opacity;
  transition: 1s ease transform, 1s ease opacity;
}

[data-anime=slideLeft].is-active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

[data-anime=scaledown] {
  opacity: 0;
  transform: scale(2);
  transition: 1s ease transform, 1s ease opacity;
}

[data-anime=scaledown].is-active {
  opacity: 1;
  transform: scale(1);
}

/*---------------------------------------------
image viewer
---------------------------------------------*/
figure.zoom {
  background-position: 50% 50%;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: zoom-in;
}
figure.zoom img:hover {
  opacity: 0;
}
figure.zoom img {
  transition: opacity 0.2s;
}

/*---------------------------------------------
common
---------------------------------------------*/
.wrapper {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .wrapper {
    min-width: 1200px;
  }
}
@media screen and (min-width: 768px) {
  .wrapper .l-inner {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .l-inner {
    padding-left: calc(var(--custom-vw) * 0.04);
    padding-right: calc(var(--custom-vw) * 0.04);
  }
}
@media screen and (min-width: 768px) {
  .wrapper .c-inner {
    width: 93.33%;
    margin-left: auto;
    margin-right: auto;
  }
}
.wrapper main {
  padding-top: calc(var(--custom-vw) * 0.104);
}
@media screen and (min-width: 768px) {
  .wrapper main {
    padding-top: 110px;
  }
}
.wrapper .main2col {
  position: relative;
  display: flex;
  padding-bottom: calc(var(--custom-vw) * 0.1333333333);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .wrapper .main2col {
    flex-direction: column;
    width: 92%;
  }
}
@media screen and (min-width: 768px) {
  .wrapper .main2col {
    width: 1200px;
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 768px) {
  .wrapper .main2col .article-content2 {
    width: 700px;
    margin-right: 50px;
    margin-left: 40px;
  }
}
.wrapper .main2col .form-content {
  flex: 1;
  overflow: hidden;
  position: relative;
  min-height: 900px;
}
.wrapper .main2col .form-content iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .wrapper .main2col .form-content {
    position: static;
    min-height: unset;
    margin-top: calc(var(--custom-vw) * 0.1066666667);
  }
  .wrapper .main2col .form-content iframe {
    position: static;
    height: 1100px;
    overflow-y: hidden;
  }
}
.wrapper .main2col + .contact-block {
  margin-top: 60px;
}
.wrapper .bgBlock-gray {
  background-color: #f6f6f6;
}
.wrapper .bgBlock-gray.pd-block1 {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .wrapper .bgBlock-gray .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.wrapper .bgBlock-gray .subheading1 {
  margin-bottom: 35px;
}
.wrapper .bgBlock-gray .subheading1 + * + .subheading1 {
  margin-top: 120px;
}
.wrapper .bgBlock-lightBlue {
  background-color: #d3ebff;
}
.wrapper .bgBlock-lightBlue.pd-block1 {
  padding-top: 50px;
}
.wrapper .bgBlock-lightBlue.pd-block1 .contact-block {
  margin-top: 120px;
}
.wrapper .bgBlock-lightBlue.pd-block2 {
  padding-top: 120px;
  padding-bottom: 140px;
}
@media screen and (min-width: 768px) {
  .wrapper .bgBlock-lightBlue .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@keyframes floatAnimation {
  /*0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(10px, -15px);
  }
  50% {
    transform: translate(-5px, 10px);
  }
  75% {
    transform: translate(15px, -20px);
  }
  100% {
    transform: translate(0, 0);
  }*/
  0% {
    transform: translate(0, 20px);
  }
  25% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -20px);
  }
  75% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 20px);
  }
}
.bgCircle-1 {
  --bgCircle-color-1: 255 240 49;
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgb(var(--bgCircle-color-1)/80%), rgb(var(--bgCircle-color-1)/0%));
  border-radius: 50%;
  filter: blur(8px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: min(100%, 180px);
  top: 260px;
  left: calc(50% - 800px);
  animation-name: floatAnimation;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}

.bgCircle-2 {
  --bgCircle-color-2: 255 240 49;
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgb(var(--bgCircle-color-2)), rgb(var(--bgCircle-color-2)/0%));
  border-radius: 50%;
  filter: blur(4px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: min(100%, 180px);
  top: -80px;
  left: calc(50% + 620px);
}

.bgCircle-3 {
  --bgCircle-color-3: 255 255 255;
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgb(var(--bgCircle-color-3)), rgb(var(--bgCircle-color-3)/70%));
  border-radius: 50%;
  filter: blur(8px);
  position: absolute;
  z-index: -1;
  width: min(100%, 86px);
  bottom: 420px;
  left: calc(50% + 615px);
  animation-name: floatAnimation;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}

.bgCircle-4 {
  --bgCircle-color-4: 255 240 49;
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgb(var(--bgCircle-color-4)), rgb(var(--bgCircle-color-4)/50%));
  border-radius: 50%;
  filter: blur(4px);
  position: absolute;
  z-index: -1;
  width: min(100%, 36px);
  bottom: 480px;
  left: calc(50% + 675px);
  animation-name: floatAnimation;
  animation-duration: 12s;
  animation-delay: 250ms;
  animation-iteration-count: infinite;
}

.bgCircle-5 {
  --bgCircle-color-4: 255 240 49;
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgb(var(--bgCircle-color-4)), rgb(var(--bgCircle-color-4)/50%));
  border-radius: 50%;
  filter: blur(4px);
  position: absolute;
  z-index: -1;
  width: min(100%, 86px);
  bottom: -80px;
  left: calc(50% - 720px);
  animation-name: floatAnimation;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}

.bgCircle-6 {
  --bgCircle-color-3: 255 255 255;
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgb(var(--bgCircle-color-3)), rgb(var(--bgCircle-color-3)/80%));
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  width: min(100%, 44px);
  bottom: -70px;
  left: calc(50% - 725px);
  animation-name: floatAnimation;
  animation-duration: 12s;
  animation-delay: 250ms;
  animation-iteration-count: infinite;
}

.bgCircle-7 {
  --bgCircle-color-3: 255 255 255;
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgb(var(--bgCircle-color-3)), rgb(var(--bgCircle-color-3)/90%));
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  width: min(100%, 60px);
  bottom: 160px;
  left: calc(50% + 615px);
  animation-name: floatAnimation;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}

.bgCircle-8 {
  --bgCircle-color-4: 128 195 245;
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgb(var(--bgCircle-color-4)), rgb(var(--bgCircle-color-4)/90%));
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  width: min(100%, 22px);
  bottom: 165px;
  left: calc(50% + 660px);
  animation-name: floatAnimation;
  animation-duration: 12s;
  animation-delay: 120ms;
  animation-iteration-count: infinite;
}

.bgCircle-9 {
  --bgCircle-color-9: 255 248 152;
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgb(var(--bgCircle-color-9)), rgb(var(--bgCircle-color-9)/50%));
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  width: min(100%, 165px);
  top: 540px;
  left: calc(50% - 840px);
  animation-name: floatAnimation;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}

.bgCircle-10 {
  --bgCircle-color-10: 255 240 49;
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgb(var(--bgCircle-color-10)), rgb(var(--bgCircle-color-10)/80%));
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  width: min(100%, 44px);
  top: 520px;
  left: calc(50% - 740px);
  animation-name: floatAnimation;
  animation-duration: 10s;
  animation-delay: 250ms;
  animation-iteration-count: infinite;
}

.bgCircle-11 {
  --bgCircle-color-11: 255 248 152;
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgb(var(--bgCircle-color-11)), rgb(var(--bgCircle-color-11)/90%));
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  width: min(100%, 94px);
  top: 680px;
  left: calc(50% + 690px);
  animation-name: floatAnimation;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}

.bgCircle-12 {
  --bgCircle-color-12: 255 255 255;
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgb(var(--bgCircle-color-12)), rgb(var(--bgCircle-color-12)/90%));
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  width: min(100%, 30px);
  top: 740px;
  left: calc(50% + 690px);
  animation-name: floatAnimation;
  animation-duration: 10s;
  animation-delay: 120ms;
  animation-iteration-count: infinite;
}

.bgCircle-13 {
  --bgCircle-color-13: 255 248 152;
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgb(var(--bgCircle-color-13)), rgb(var(--bgCircle-color-13)/100%));
  border-radius: 50%;
  filter: blur(2px);
  position: absolute;
  z-index: -1;
  width: min(100%, 68px);
  bottom: 120px;
  left: calc(50% - 740px);
  animation-name: floatAnimation;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}

.bgCircle-14 {
  --bgCircle-color-14: 51 159 239;
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgb(var(--bgCircle-color-14)), rgb(var(--bgCircle-color-14)/80%));
  border-radius: 50%;
  filter: blur(18px);
  position: absolute;
  z-index: -1;
  width: min(100%, 260px);
  bottom: 380px;
  left: calc(50% - 830px);
  animation-name: floatAnimation;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}

.bgCircle-15 {
  --bgCircle-color-15: 255 255 255;
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgb(var(--bgCircle-color-15)), rgb(var(--bgCircle-color-15)/100%));
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  width: min(100%, 64px);
  bottom: 580px;
  left: calc(50% - 700px);
  animation-name: floatAnimation;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}

.bgCircle-16 {
  --bgCircle-color-16: 255 255 255;
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgb(var(--bgCircle-color-16)), rgb(var(--bgCircle-color-16)/100%));
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  width: min(100%, 175px);
  top: 152px;
  left: calc(50% - 830px);
  animation-name: floatAnimation;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}

.bgCircle-17 {
  --bgCircle-color-17: 51 159 239;
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgb(var(--bgCircle-color-17)), rgb(var(--bgCircle-color-17)/100%));
  border-radius: 50%;
  filter: blur(4px);
  position: absolute;
  z-index: -1;
  width: min(100%, 44px);
  top: 300px;
  left: calc(50% - 720px);
  animation-name: floatAnimation;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}

.bgCircle-18 {
  --bgCircle-color-18: 51 159 239;
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgb(var(--bgCircle-color-18)), rgb(var(--bgCircle-color-18)/80%));
  border-radius: 50%;
  filter: blur(18px);
  position: absolute;
  z-index: -1;
  width: min(100%, 260px);
  top: 210px;
  left: calc(50% + 640px);
  animation-name: floatAnimation;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}

.bgCircle-19 {
  --bgCircle-color-19: 255 255 255;
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgb(var(--bgCircle-color-19)), rgb(var(--bgCircle-color-19)/100%));
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  width: min(100%, 64px);
  top: 390px;
  left: calc(50% + 620px);
  animation-name: floatAnimation;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}

.tbox h2 {
  font-size: calc(var(--custom-vw) * 0.0746666667);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .tbox h2 {
    font-size: 5rem;
  }
}
.tbox .en {
  color: #0087eb;
  font-weight: 500;
  font-size: calc(var(--custom-vw) * 0.0453333333);
}
@media screen and (min-width: 768px) {
  .tbox .en {
    font-size: 3rem;
  }
}
.tbox .lead {
  margin-top: 0.5em;
  font-size: calc(var(--custom-vw) * 0.0373333333);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .tbox .lead {
    font-size: 2rem;
  }
}

.arrow-r1 {
  position: relative;
  display: inline-block;
  width: 9.7px;
  height: 15.3px;
}
@media screen and (min-width: 768px) {
  .arrow-r1 {
    width: 13.9px;
    height: 23.8px;
  }
}
.arrow-r1::before, .arrow-r1::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  right: 0;
  width: 12px;
  height: 2px;
  border-radius: 9999px;
  background-color: #0087eb;
  transform-origin: calc(100% - 1.5px) 50%;
}
@media screen and (min-width: 768px) {
  .arrow-r1::before, .arrow-r1::after {
    width: 18px;
    height: 3px;
  }
}
.arrow-r1::before {
  transform: rotate(45deg);
}
.arrow-r1::after {
  transform: rotate(-45deg);
}

.arrow-r1-sm {
  margin-right: 0.8em;
}
.arrow-r1-sm::before {
  content: "";
  display: inline-block;
  position: relative;
}
.arrow-r1-sm::before {
  width: 12px;
  height: 12px;
  border-top: 2px solid #0087eb;
  border-right: 2px solid #0087eb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-r2 {
  position: relative;
  display: inline-block;
  width: 17.8px;
  height: 32.7px;
}
@media screen and (min-width: 768px) {
  .arrow-r2 {
    width: 22.1px;
    height: 41.2px;
  }
}
.arrow-r2::before, .arrow-r2::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  right: 0;
  width: 24px;
  height: 3px;
  border-radius: 9999px;
  background-color: #000;
  transform-origin: calc(100% - 1.5px) 50%;
}
@media screen and (min-width: 768px) {
  .arrow-r2::before, .arrow-r2::after {
    width: 30px;
  }
}
.arrow-r2::before {
  transform: rotate(45deg);
}
.arrow-r2::after {
  transform: rotate(-45deg);
}

.tbox2 h2 {
  font-size: calc(var(--custom-vw) * 0.0586666667);
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .tbox2 h2 {
    font-size: 4rem;
  }
}
.tbox2 .en {
  color: #0087eb;
  font-weight: 500;
  font-size: calc(var(--custom-vw) * 0.0426666667);
}
@media screen and (min-width: 768px) {
  .tbox2 .en {
    font-size: 2.6rem;
  }
}

.category-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 500;
  padding-left: calc(var(--custom-vw) * 0.0506666667);
  position: relative;
}
@media screen and (min-width: 768px) {
  .category-title {
    padding-left: 38px;
  }
}
.category-title:after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 21px;
  background-color: #0087eb;
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 100%;
}
.category-title > a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.category-title h3 {
  font-size: calc(var(--custom-vw) * 0.0533333333);
}
@media screen and (min-width: 768px) {
  .category-title h3 {
    font-size: 3.6rem;
  }
}
.category-title p {
  font-size: calc(var(--custom-vw) * 0.0373333333);
  color: #0087eb;
  margin-left: calc(var(--custom-vw) * 0.0266666667);
}
@media screen and (min-width: 768px) {
  .category-title p {
    font-size: 2.6rem;
    margin-left: 20px;
  }
}

.subheading1 {
  font-weight: 500;
}
.subheading1 h2, .subheading1 h3 {
  position: relative;
  font-size: calc(var(--custom-vw) * 0.0533333333);
  font-weight: 500;
  padding-left: calc(var(--custom-vw) * 0.0506666667);
}
@media screen and (min-width: 768px) {
  .subheading1 h2, .subheading1 h3 {
    font-size: 3.6rem;
    padding-left: 38px;
  }
}
.subheading1 h2:after, .subheading1 h3:after {
  content: "";
  display: block;
  width: calc(var(--custom-vw) * 0.0293333333);
  height: calc(var(--custom-vw) * 0.0293333333);
  border-radius: 50%;
  background-color: #0087eb;
  position: absolute;
  top: calc(var(--custom-vw) * 0.0293333333);
  left: 0;
}
@media screen and (min-width: 768px) {
  .subheading1 h2:after, .subheading1 h3:after {
    width: 21px;
    height: 21px;
    top: 21px;
  }
}
.subheading1 h4 {
  color: #0087eb;
  font-size: calc(var(--custom-vw) * 0.0453333333);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .subheading1 h4 {
    font-size: 3rem;
  }
}
.subheading1 p {
  margin-top: 1em;
  font-size: calc(var(--custom-vw) * 0.0293333333);
}
@media screen and (min-width: 768px) {
  .subheading1 p {
    font-size: 1.8rem;
  }
}
.subheading1 p.-mt-lg {
  margin-top: 2em;
}
.subheading1.exists-bubble {
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .subheading1.exists-bubble {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .subheading1.exists-bubble .bubble-02 {
    position: relative;
    margin-top: 0;
    translate: 0;
    margin-bottom: 10px;
  }
}
.subheading1.-mt-lg {
  margin-top: 80px;
}

.subheading2 {
  position: relative;
  font-size: calc(var(--custom-vw) * 0.048);
  padding-left: calc(var(--custom-vw) * 0.0506666667);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .subheading2 {
    font-size: 3rem;
    padding-left: 38px;
  }
}
.subheading2:after {
  content: "";
  display: block;
  width: calc(var(--custom-vw) * 0.0266666667);
  height: calc(var(--custom-vw) * 0.0266666667);
  border-radius: 50%;
  background-color: #0087eb;
  position: absolute;
  top: calc(var(--custom-vw) * 0.0266666667);
  left: 0;
}
@media screen and (min-width: 768px) {
  .subheading2:after {
    width: 21px;
    height: 21px;
    top: 15px;
  }
}

.subheading3 {
  text-align: center;
  margin-bottom: calc(var(--custom-vw) * 0.1066666667);
  font-size: calc(var(--custom-vw) * 0.0533333333);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .subheading3 {
    font-size: 3.6rem;
    margin-bottom: 55px;
  }
}

.subheading4 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 35px;
}
.subheading4 img {
  margin: 0 15px;
}

.subheading5 {
  font-size: calc(var(--custom-vw) * 0.048);
  font-weight: 500;
  margin-bottom: 0.8em;
  color: #0087eb;
}
@media screen and (min-width: 768px) {
  .subheading5 {
    font-size: 3rem;
  }
}

.highlighted-text-01 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #0087eb;
}
.subheading1 + .highlighted-text-01 {
  margin-top: 0.5em;
}

.highlighted-text-02 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
}
.highlighted-text-01 + .highlighted-text-02 {
  margin-top: 0.8em;
}

.highlighted-mincho-01 {
  font-size: 7rem;
  font-weight: 500;
  font-style: italic;
}

.link-text {
  font-size: 2.2rem;
  font-weight: 500;
}
.link-text .arrow-r1 {
  vertical-align: middle;
  margin-right: 20px;
}

.more {
  display: inline-flex;
  font-size: calc(var(--custom-vw) * 0.0373333333);
  padding-bottom: 10px;
  padding-left: 5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .more {
    font-size: 1.4rem;
  }
}
.more svg {
  width: calc(var(--custom-vw) * 0.1133333333);
  margin-left: 10px;
  position: relative;
  top: -1px;
}
@media screen and (min-width: 768px) {
  .more svg {
    width: 29px;
  }
}
.more:after {
  width: 100%;
  height: 2px;
  background-color: black;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.user-voice {
  background-color: #fff;
  box-shadow: 1.736px 9.848px 62px 0px rgba(229, 229, 229, 0.67);
  border-top-left-radius: calc(var(--custom-vw) * 0.1066666667);
  position: relative;
  width: calc(var(--custom-vw) * 0.96);
  padding: calc(var(--custom-vw) * 0.12) calc(var(--custom-vw) * 0.0066666667) calc(var(--custom-vw) * 0.1066666667) calc(var(--custom-vw) * 0.0533333333);
}
@media screen and (min-width: 768px) {
  .user-voice {
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    width: 960px;
    padding: 70px 80px;
  }
}
.user-voice .doubleQuotation {
  position: absolute;
  top: calc(var(--custom-vw) * -0.0293333333);
  left: calc(var(--custom-vw) * 0.088);
}
@media screen and (max-width: 767px) {
  .user-voice .doubleQuotation {
    width: calc(var(--custom-vw) * 0.1066666667);
  }
}
@media screen and (min-width: 768px) {
  .user-voice .doubleQuotation {
    top: -22px;
    left: 63px;
  }
}
.user-voice .text {
  font-size: calc(var(--custom-vw) * 0.0426666667);
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .user-voice .text {
    font-size: 3.6rem;
  }
}
.user-voice .user-name {
  margin-top: calc(var(--custom-vw) * 0.08);
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .user-voice .user-name {
    margin-top: 30px;
  }
}
.user-voice .user-name .logo {
  padding-right: calc(var(--custom-vw) * 0.04);
  border-right: solid 2px #787878;
}
.user-voice .user-name .logo img {
  width: calc(var(--custom-vw) * 0.312);
}
@media screen and (min-width: 768px) {
  .user-voice .user-name .logo {
    padding-right: 25px;
  }
  .user-voice .user-name .logo img {
    width: 234px;
  }
}
.user-voice .user-name p {
  font-size: calc(var(--custom-vw) * 0.0346666667);
  font-weight: 500;
  padding-left: calc(var(--custom-vw) * 0.0213333333);
  line-height: 1.63;
}
@media screen and (min-width: 768px) {
  .user-voice .user-name p {
    font-size: 2.2rem;
    padding-left: 28px;
  }
}

.not-found_block {
  width: 100% !important;
  min-height: 10em;
  display: flex;
  background-color: #fdf8bc;
  justify-content: center;
  align-items: center;
}

.slider-container {
  position: relative;
}

/* Slickのデフォルト矢印ボタンを隠す */
.slick-prev:before, .slick-next:before {
  display: none;
}

/* 画像ボタンの配置 */
.slick-prev, .slick-next {
  position: absolute;
  background: transparent;
  border: none;
  cursor: pointer;
  width: calc(var(--custom-vw) * 0.0946666667);
}

.slick-prev {
  left: 0; /* 左側の位置 */
  translate: -30% -50%;
}

.slick-next {
  right: 0; /* 右側の位置 */
  translate: 30% -50%;
}

.slick-prev img, .slick-next img {
  width: 100%; /* 画像のサイズ */
  height: auto;
}

/* 画像のホバー効果（必要に応じて） */
.slick-prev:hover img, .slick-next:hover img {
  opacity: 0.7; /* 少し透明に */
}

/*.youtube-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube-wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(50%);
    pointer-events:none
}

.youtube-wrapper .popup-btn {
    cursor: pointer;
    font-size: 100px;
    opacity: .85;
    position: absolute;
    right: 0;
    left: 0;
    top:40%
}

@media only screen and (max-width: 800px) {
    .youtube-wrapper .popup-btn {
        display:none
    }
}*/
.pop-mask .pop-content .popup-movie {
  width: 100%;
  height: 100%;
  max-height: 540px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.pop-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 14;
  opacity: 1;
  display: -ms-flexbox;
  display: flex;
  transition: all 0.5s;
}

.pop-mask.blur {
  z-index: 5;
}

.pop-mask.dark {
  background: rgba(0, 0, 0, 0.8);
}

.pop-mask.dark04 {
  background: rgba(0, 0, 0, 0.4);
}

.pop-mask .popup-container {
  overflow: scroll;
  width: 100%;
  height: 100%;
}

.pop-mask .popup-container .popup-menu {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.pop-mask .popup-container .popup-menu .popup-menu-item {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  width: 45px;
}

.pop-mask .popup-container .popup-menu .popup-menu-item i {
  margin: auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  cursor: pointer;
}

.pop-mask .popup-container .popup-attachments {
  text-align: center;
  margin-top: 60px;
}

.pop-mask .pop-mask-loading {
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -36px;
  margin-left: -30px;
  height: 72px;
}

.pop-mask {
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.pop-mask .pop-content {
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding-top: 56.25%;
  position: relative;
}

/*---------------------------------------------
icons
---------------------------------------------*/
.icon.icon_lecturer {
  margin-top: -25px;
}

/*---------------------------------------------
plan-table
---------------------------------------------*/
.plan-table {
  width: 100%;
  border-collapse: collapse;
}
.plan-table thead tr {
  background-size: 4px 2px;
  background-image: linear-gradient(to right, #878787 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.plan-table thead th {
  font-size: calc(var(--custom-vw) * 0.0346666667);
  font-weight: 500;
  vertical-align: bottom;
  padding: calc(var(--custom-vw) * 0.0266666667) 0;
}
@media screen and (min-width: 768px) {
  .plan-table thead th {
    font-size: 2rem;
    padding: 15px;
  }
}
.plan-table thead th img {
  vertical-align: bottom;
}
.plan-table thead th:nth-child(1) {
  padding: calc(var(--custom-vw) * 0.0266666667) 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .plan-table thead th:nth-child(1) {
    padding: 15px 30px;
  }
}
.plan-table tbody th, .plan-table tbody td {
  background-size: 4px 2px;
  background-image: linear-gradient(to right, #878787 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.plan-table tbody th {
  background-color: #f6f6f6;
  padding: calc(var(--custom-vw) * 0.02);
  width: 42%;
  font-weight: 400;
  text-align: left;
  font-size: calc(var(--custom-vw) * 0.032);
}
@media screen and (min-width: 768px) {
  .plan-table tbody th {
    font-size: 1.8rem;
    padding: 12px 40px;
    width: 36%;
  }
}
.plan-table tbody td {
  padding: calc(var(--custom-vw) * 0.02);
  width: 29%;
}
@media screen and (min-width: 768px) {
  .plan-table tbody td {
    padding: 12px 30px;
    width: 32%;
  }
}
.plan-table tbody td.basic {
  color: #e98d76;
  background-color: #fbeae6;
  font-size: calc(var(--custom-vw) * 0.0373333333);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .plan-table tbody td.basic {
    font-size: 2rem;
  }
}
.plan-table tbody td.pro {
  color: #fdc53e;
  background-color: #fff9dc;
  font-size: calc(var(--custom-vw) * 0.0373333333);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .plan-table tbody td.pro {
    font-size: 2rem;
  }
}
.plan-table tbody td.-option {
  background-color: #e9e9e9;
}
@media screen and (max-width: 767px) {
  .plan-table tbody td.-option {
    font-size: calc(var(--custom-vw) * 0.024);
  }
}

/*---------------------------------------------
paging
---------------------------------------------*/
.paging {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 80px;
  gap: 3px;
}
.paging a, .paging span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 55px;
  height: 55px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 55px;
  font-size: 2rem;
  /*&.paging-next {
    &::before,&::after {
      display: block;
      content: "";
      width: 18px;
      height: 3px;
      background-color: #000;
      position: absolute;
      top: calc(50% - 1px);
      left: calc(50% - 9px);

    }
    &::before {
      transform: rotate(-45deg);
      transform-origin: top left;
    }
    &::after {
      transform: rotate(45deg);
      transform-origin: bottom left;
    }
  }*/
}
.paging a.paging-number, .paging span.paging-number {
  margin-left: 6px;
  margin-right: 6px;
}
.paging a.page-numbers, .paging span.page-numbers {
  margin-left: 6px;
  margin-right: 6px;
}
.paging a.paging-head-prev svg, .paging span.paging-head-prev svg {
  position: relative;
  left: -1px;
}
.paging a.paging-prev, .paging span.paging-prev {
  margin-right: 40px;
}
.paging a.paging-prev svg, .paging span.paging-prev svg {
  position: relative;
  left: -1px;
}
.paging a.paging-next, .paging span.paging-next {
  margin-left: 40px;
}
.paging a.paging-next svg, .paging span.paging-next svg {
  position: relative;
  left: 1px;
}
.paging a.prev, .paging span.prev {
  margin-right: 40px;
}
.paging a.prev svg, .paging span.prev svg {
  position: relative;
  left: -1px;
}
.paging a.next, .paging span.next {
  margin-left: 40px;
}
.paging a.next svg, .paging span.next svg {
  position: relative;
  left: 1px;
}
.paging a.paging-head-next svg, .paging span.paging-head-next svg {
  position: relative;
  left: 1px;
}
.paging a {
  background-color: #000;
  color: white;
}
.paging a svg path {
  stroke: #fff !important;
}
.paging span.paging-number {
  background-color: #0087eb;
  border-color: #0087eb;
  color: white;
}
.paging span.page-numbers {
  background-color: #0087eb;
  border-color: #0087eb;
  color: white;
}

/*---------------------------------------------
tooltip-wrapper
---------------------------------------------*/
.tooltip-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
  /* ▼ スマホなど：.active クラスで表示 */
}
.tooltip-wrapper .tooltip-content {
  visibility: hidden;
  opacity: 0;
  width: 310px;
  background-color: #fff;
  box-shadow: 3.756px 7.064px 62px 0px rgba(0, 0, 0, 0.28);
  position: absolute;
  z-index: 10;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.25s ease;
  text-align: left;
  padding: 15px 10px 15px 20px;
  border-radius: 10px;
  pointer-events: none;
}
@media (hover: hover) {
  .tooltip-wrapper:hover .tooltip-content {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    bottom: 105%;
  }
}
.tooltip-wrapper.active .tooltip-content {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  bottom: 105%;
}
@media screen and (max-width: 767px) {
  .tooltip-wrapper {
    /* 位置指定 */
  }
  .tooltip-wrapper[data-position=center] .tooltip-content {
    left: 50%;
    transform: translateX(-50%);
  }
  .tooltip-wrapper[data-position=left] .tooltip-content {
    left: 0;
    transform: none;
  }
  .tooltip-wrapper[data-position=right] .tooltip-content {
    right: 0;
    left: auto;
    transform: none;
  }
}
.tooltip-wrapper .tooltip-title {
  font-size: calc(var(--custom-vw) * 0.04);
  font-weight: 700;
  color: #479fef;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .tooltip-wrapper .tooltip-title {
    font-size: 2.4rem;
  }
}
.tooltip-wrapper .tooltip-text {
  font-size: calc(var(--custom-vw) * 0.032);
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .tooltip-wrapper .tooltip-text {
    font-size: 2rem;
  }
}

/*---------------------------------------------
pageHead
---------------------------------------------*/
.pageHead {
  position: relative;
  overflow: hidden;
  margin-bottom: calc(var(--custom-vw) * 0.08);
}
@media screen and (min-width: 768px) {
  .pageHead {
    margin-bottom: 85px;
  }
}
.pageHead .fbox {
  display: flex;
  justify-content: space-between;
  min-height: calc(var(--custom-vw) * 0.5333333333);
  padding: calc(var(--custom-vw) * 0.0533333333) 0;
}
@media screen and (max-width: 767px) {
  .pageHead .fbox {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .pageHead .fbox {
    padding: 20px 40px;
    min-height: 400px;
  }
}
.pageHead .cbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pageHead .ibox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pageHead .ibox {
    margin-top: calc(var(--custom-vw) * 0.0533333333);
    margin-right: auto;
    margin-left: auto;
  }
}
.pageHead .cat {
  font-size: calc(var(--custom-vw) * 0.0453333333);
  font-weight: 500;
  color: #0087eb;
}
@media screen and (min-width: 768px) {
  .pageHead .cat {
    font-size: 2.8rem;
  }
}
.pageHead h1 {
  font-size: calc(var(--custom-vw) * 0.0746666667);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .pageHead h1 {
    font-size: 5rem;
  }
}
.pageHead h1 + .btns {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.pageHead .exists-bubble {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.pageHead .description {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.727;
  margin-top: 2em;
  margin-bottom: 1em;
}
.pageHead .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: -moz-linear-gradient(85deg, rgb(255, 247, 152) 0%, rgb(255, 255, 255) 100%);
  background-image: -webkit-linear-gradient(85deg, rgb(255, 247, 152) 0%, rgb(255, 255, 255) 100%);
  background-image: -ms-linear-gradient(85deg, rgb(255, 247, 152) 0%, rgb(255, 255, 255) 100%);
  border-top-left-radius: calc(var(--custom-vw) * 0.2);
  border-bottom-right-radius: calc(var(--custom-vw) * 0.2);
}
@media screen and (min-width: 768px) {
  .pageHead .bg {
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
  }
}
.pageHead.pageHead-topics .ibox {
  margin-right: 45px;
}
.pageHead.-narrow .fbox {
  min-height: calc(var(--custom-vw) * 0.3733333333);
}
@media screen and (min-width: 768px) {
  .pageHead.-narrow .fbox {
    min-height: 280px;
  }
}

.bubble-01 {
  display: inline-flex;
  align-items: center;
  height: calc(var(--custom-vw) * 0.0853333333);
  border-radius: calc(var(--custom-vw) * 0.1066666667);
  font-size: calc(var(--custom-vw) * 0.0293333333);
  font-weight: 500;
  color: #fff;
  padding: calc(var(--custom-vw) * 0.0066666667) calc(var(--custom-vw) * 0.0266666667);
  background-color: #0087eb;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bubble-01 {
    position: absolute;
    top: 0;
    right: 0;
    translate: 0 -100%;
  }
}
@media screen and (min-width: 768px) {
  .bubble-01 {
    font-size: 2.8rem;
    border-radius: 77px;
    margin-left: 30px;
    padding: 5px 22px;
    height: 77px;
  }
}
.bubble-01:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 17px solid #0087eb;
  border-bottom: 0;
  transform: skew(-60deg);
  translate: 0 100%;
  position: absolute;
  bottom: 0;
  left: 65%;
}
@media screen and (min-width: 768px) {
  .bubble-01:after {
    left: 60px;
    border-right: 26px solid transparent;
    border-left: 26px solid transparent;
    border-top: 34px solid #0087eb;
    translate: 0 80%;
  }
}

.bubble-02 {
  display: inline-flex;
  align-items: center;
  height: calc(var(--custom-vw) * 0.0706666667);
  border-radius: calc(var(--custom-vw) * 0.0706666667);
  font-size: calc(var(--custom-vw) * 0.0373333333);
  font-weight: 500;
  color: #fff;
  padding: 0 calc(var(--custom-vw) * 0.0266666667) calc(var(--custom-vw) * 0.0066666667);
  background-color: #0087eb;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bubble-02 {
    position: absolute;
    top: 0;
    right: 0;
    translate: 0 -100%;
  }
}
@media screen and (min-width: 768px) {
  .bubble-02 {
    font-size: 2.2rem;
    border-radius: 53px;
    margin-left: 12px;
    padding: 0 22px 5px;
    height: 53px;
  }
}
.bubble-02:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid #0087eb;
  border-bottom: 0;
  transform: skew(-40deg);
  translate: 0 100%;
  position: absolute;
  bottom: 0;
  left: 65%;
}
@media screen and (min-width: 768px) {
  .bubble-02:after {
    left: 50%;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 16px solid #0087eb;
    translate: -50% 100%;
  }
}

.pageHead2 {
  position: relative;
  overflow: hidden;
  margin-bottom: calc(var(--custom-vw) * 0.08);
  background-color: #fffbd1;
}
@media screen and (min-width: 768px) {
  .pageHead2 {
    margin-bottom: 85px;
  }
}
.pageHead2 .fbox {
  display: flex;
  justify-content: space-between;
  min-height: calc(var(--custom-vw) * 0.5466666667);
  padding: calc(var(--custom-vw) * 0.0533333333) 0;
}
@media screen and (max-width: 767px) {
  .pageHead2 .fbox {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .pageHead2 .fbox {
    padding: 20px 40px;
    min-height: 410px;
  }
}
.pageHead2 .fbox .cbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pageHead2 h1 {
  font-size: calc(var(--custom-vw) * 0.0613333333);
  font-weight: 500;
  margin-bottom: 0.6em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .pageHead2 h1 {
    font-size: 4rem;
  }
}
.pageHead2 .description {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.727;
  margin-top: 2em;
  margin-bottom: 1em;
}

/*---------------------------------------------
checkpoint
---------------------------------------------*/
.checkpoint {
  background-color: #fff;
  box-shadow: 1.216px 6.894px 38px 0px rgba(137, 137, 137, 0.27);
  border-radius: 15px;
  padding: calc(var(--custom-vw) * 0.0466666667) calc(var(--custom-vw) * 0.0266666667) calc(var(--custom-vw) * 0.0533333333);
  line-height: 1.44;
  position: relative;
}
@media screen and (min-width: 768px) {
  .checkpoint {
    padding: 35px 20px 40px;
  }
}
.checkpoint ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
}
@media screen and (max-width: 767px) {
  .checkpoint ul {
    flex-direction: column;
    gap: calc(var(--custom-vw) * 0.0266666667);
  }
}
.checkpoint ul li {
  display: flex;
  align-items: center;
  font-size: calc(var(--custom-vw) * 0.0346666667);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .checkpoint ul li {
    font-size: 2rem;
  }
}
.checkpoint ul li img {
  margin-right: 15px;
}
.checkpoint ul li span {
  flex: 1;
}

/*---------------------------------------------
form-tab
---------------------------------------------*/
.form-tab .tabs {
  margin-bottom: 30px;
  position: relative;
  display: flex;
  justify-content: center;
}
.form-tab .tabs:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #e9e9e9;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.form-tab .tabs .tab-button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  font-size: calc(var(--custom-vw) * 0.04);
  font-weight: 500;
  background-color: #fff031;
  width: 48%;
  height: 60px;
  border: solid 3px #fff031;
  border-bottom: solid 3px #e9e9e9;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .form-tab .tabs .tab-button {
    font-size: 2rem;
  }
}
.form-tab .tabs .tab-button.active {
  background-color: #fff;
  border: solid 3px #e9e9e9;
  border-bottom: solid 3px #fff;
}
.form-tab .iframe-container {
  position: relative;
  min-height: 900px;
  display: none;
}
.form-tab .iframe-container.active {
  display: block;
}

/*---------------------------------------------
document-format
---------------------------------------------*/
@media screen and (min-width: 768px) {
  .document-content .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.document-format {
  line-height: 2.25;
}
.document-format > * + * {
  margin-top: 2.5em;
}
.document-format ul {
  list-style: disc;
  margin-left: 20px;
}
.document-format ul li {
  list-style: disc;
}
.document-format a {
  color: #0087eb;
  text-decoration: underline;
}

.terms-block {
  line-height: 2.25;
}
.terms-block .terms-block-title {
  position: relative;
  font-size: calc(var(--custom-vw) * 0.04);
  padding-left: calc(var(--custom-vw) * 0.0426666667);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .terms-block .terms-block-title {
    font-size: 25px;
    padding-left: 28px;
  }
}
.terms-block .terms-block-title:after {
  content: "";
  display: block;
  width: calc(var(--custom-vw) * 0.0266666667);
  height: calc(var(--custom-vw) * 0.0266666667);
  border-radius: 50%;
  background-color: #0087eb;
  position: absolute;
  top: calc(var(--custom-vw) * 0.0266666667);
  left: 0;
}
@media screen and (min-width: 768px) {
  .terms-block .terms-block-title:after {
    width: 21px;
    height: 21px;
    top: 18px;
  }
}
.terms-block p.heading-title {
  font-size: 16px;
  margin: 10px 0 10px 0;
  font-weight: bold;
}
.terms-block p, .terms-block ul, .terms-block ol {
  margin-bottom: 20px;
}
.terms-block ul {
  list-style: disc;
  margin-left: 20px;
}
.terms-block ul li {
  list-style: disc;
}
.terms-block ol {
  list-style: decimal outside;
  padding-left: 35px;
}
.terms-block ol li {
  list-style: decimal outside;
}
.terms-block a {
  color: #0087eb;
  text-decoration: underline;
}

/*---------------------------------------------
header
---------------------------------------------*/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .header {
    min-width: 1200px;
  }
}
.header.scrolled {
  background-color: white;
}
.header .lbox {
  display: flex;
  align-items: center;
  height: calc(var(--custom-vw) * 0.104);
}
@media screen and (max-width: 767px) {
  .header .lbox {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .header .lbox {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    height: 86px;
  }
}
.header .logo {
  width: calc(var(--custom-vw) * 0.2173333333);
  margin-left: calc(var(--custom-vw) * 0.04);
}
@media screen and (min-width: 768px) {
  .header .logo {
    width: 102px;
    margin-left: 0;
    margin-right: 30px;
  }
}
.header .btns {
  margin-left: auto;
  display: flex;
  gap: 10px;
}
.header .btns .btn {
  font-size: 1.2rem;
  font-weight: bold;
  height: 33px;
  border-radius: 33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 5px;
}
.header .btns .btn_trial-i {
  background-color: #fff031;
  width: 180px;
}
.header .btns .btn_trial-i i {
  width: 18px;
  margin-right: 5px;
  margin-bottom: 3px;
}
.header .btns .btn_contact-i {
  background-color: #f0f0f0;
  width: 120px;
}
.header .btns .btn_contact-i i {
  width: 20px;
  margin-right: 5px;
  margin-bottom: 2px;
}
.header .btns .btn_login {
  background-color: #000;
  color: white;
  width: 110px;
}

.gnav {
  height: 100%;
}
.gnav .nav__list {
  display: flex;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .gnav .nav__list {
    padding-top: 3px;
  }
}
.gnav .nav__list li {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}
.gnav .nav__link {
  padding: 1.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s;
  margin-right: 2em;
}
@media screen and (min-width: 768px) {
  .gnav .nav__link {
    height: 100%;
    padding: 0;
    justify-content: initial;
  }
}

/* Show menu */
.show-menu {
  opacity: 1;
  top: 3.5rem;
  pointer-events: initial;
}

/* Show icon */
.show-icon .nav__burger {
  opacity: 0;
  transform: rotate(90deg);
}

.show-icon .nav__close {
  opacity: 1;
  transform: rotate(90deg);
}

/*=============== DROPDOWN ===============*/
.dropdown__item {
  cursor: pointer;
}
.dropdown__arrow {
  font-size: 1.25rem;
  font-weight: initial;
  transition: transform 0.4s;
}
.dropdown__link, .dropdown__sublink {
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  font-weight: 500;
  transition: background-color 0.3s;
  white-space: nowrap;
}
.dropdown__link i, .dropdown__sublink i {
  font-size: 1.25rem;
  font-weight: initial;
}
.dropdown__menu, .dropdown__submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
.dropdown__item:hover .dropdown__menu, .dropdown__subitem:hover > .dropdown__submenu {
  max-height: 1000px;
  transition: max-height 0.4s ease-in;
}
.dropdown__item:hover .dropdown__arrow {
  transform: rotate(180deg);
}

/*=============== DROPDOWN SUBMENU ===============*/
.dropdown__add {
  margin-left: auto;
}
.dropdown__sublink {
  background-color: #0f0f0f;
}

@media screen and (min-width: 768px) {
  .dropdown__item, .dropdown__subitem {
    position: relative;
  }
  .dropdown__menu, .dropdown__submenu {
    max-height: initial;
    overflow: initial;
    position: absolute;
    left: 0;
    top: 7.5rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s, top 0.3s;
    box-shadow: 0px 8px 18px 0px rgba(124, 118, 88, 0.25);
    background-color: white;
    border-radius: 10px;
  }
  .dropdown__link, .dropdown__sublink {
    padding-inline: 1.5rem 4.5rem;
  }
  .dropdown__link:hover, .dropdown__sublink:hover {
    color: #0087eb;
  }
  .dropdown__subitem .dropdown__link {
    padding-inline: 1rem;
  }
  .dropdown__submenu {
    position: absolute;
    left: 100%;
    top: 0.5rem;
  }
  .dropdown__item:hover .dropdown__menu {
    opacity: 1;
    top: 7rem;
    pointer-events: initial;
    transition: top 0.3s;
  }
  .dropdown__subitem:hover > .dropdown__submenu {
    opacity: 1;
    top: 0;
    pointer-events: initial;
    transition: top 0.3s;
  }
}
/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  margin-top: calc(var(--custom-vw) * 0.104);
  padding: 0 0 10px 0;
  clear: both;
  background: #fff031;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
  opacity: 0;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  opacity: 1;
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: capitalize;
  color: #000;
  opacity: 0;
  transition: 0.5s;
}

.menu li {
  padding: 15px 0;
  margin: 0 54px;
  opacity: 0;
  transition: 0.5s;
}

.menu li + li {
  border-top: 1px solid rgb(75, 75, 75);
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: calc(var(--custom-vw) * 0.168);
  height: 100%;
  z-index: 10;
  overflow: hidden;
  padding-left: calc(var(--custom-vw) * 0.012);
}
.menu-icon:after {
  content: "";
  display: block;
  width: calc(var(--custom-vw) * 0.1906666667);
  height: calc(var(--custom-vw) * 0.1906666667);
  background-color: #fff031;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 0;
  border-radius: 50%;
}

.navicon {
  background: #000;
  display: block;
  height: 2px;
  width: calc(var(--custom-vw) * 0.076);
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  z-index: 1;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #000;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 7px;
}

.navicon:after {
  bottom: 7px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/*---------------------------------------------
footer
---------------------------------------------*/
.footer {
  background-color: #fff;
  padding: calc(var(--custom-vw) * 0.1333333333) 0 calc(var(--custom-vw) * 0.08);
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 100px 0 45px;
  }
}
.footer .fbox {
  display: flex;
  line-height: 1.5;
  flex-wrap: wrap;
}
.footer .fbox .cbox:nth-child(1) {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer .fbox .cbox:nth-child(1) {
    display: flex;
    justify-content: space-between;
    margin-bottom: calc(var(--custom-vw) * 0.1133333333);
  }
}
@media screen and (min-width: 768px) {
  .footer .fbox .cbox:nth-child(1) {
    width: 366px;
    margin-bottom: 0;
  }
}
.footer .fbox .cbox:nth-child(2) {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .footer .fbox .cbox:nth-child(2) {
    width: 250px;
    margin-left: 35px;
  }
}
.footer .fbox .cbox:nth-child(3) {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer .fbox .cbox:nth-child(3) {
    padding-left: calc(var(--custom-vw) * 0.04);
  }
}
@media screen and (min-width: 768px) {
  .footer .fbox .cbox:nth-child(3) {
    width: 180px;
    margin-left: 80px;
  }
}
.footer .fbox .cbox:nth-child(4) {
  width: 100%;
  margin-top: calc(var(--custom-vw) * 0.1066666667);
}
@media screen and (max-width: 767px) {
  .footer .fbox .cbox:nth-child(4) .footnav > ul {
    display: flex;
  }
  .footer .fbox .cbox:nth-child(4) .footnav > ul > * {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .footer .fbox .cbox:nth-child(4) {
    width: 180px;
    margin-left: 80px;
    margin-top: 0;
  }
}
.footer a {
  text-decoration: underline;
}
.footer .logo {
  width: calc(var(--custom-vw) * 0.352);
}
@media screen and (min-width: 768px) {
  .footer .logo {
    width: 196px;
  }
}
.footer .address {
  margin-top: calc(var(--custom-vw) * 0.0333333333);
}
@media screen and (min-width: 768px) {
  .footer .address {
    margin-top: 20px;
  }
}
.footer .company {
  margin-top: calc(var(--custom-vw) * 0.0466666667);
}
@media screen and (min-width: 768px) {
  .footer .company {
    margin-top: 25px;
  }
}
.footer .badge {
  margin-top: calc(var(--custom-vw) * 0.12);
}
@media screen and (max-width: 767px) {
  .footer .badge img {
    width: calc(var(--custom-vw) * 0.3573333333);
  }
}
@media screen and (min-width: 768px) {
  .footer .badge {
    margin-top: 50px;
  }
}
.footer .footnav a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .footer .footnav .parent > a {
    font-size: calc(var(--custom-vw) * 0.0346666667);
    font-weight: 500;
  }
}
.footer .footnav .parent ul {
  font-size: calc(var(--custom-vw) * 0.032);
  margin-top: calc(var(--custom-vw) * 0.0133333333);
}
@media screen and (min-width: 768px) {
  .footer .footnav .parent ul {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}
.footer .footnav .parent ul li + li {
  margin-top: 3px;
}
.footer .footnav .parent + .parent {
  margin-top: calc(var(--custom-vw) * 0.06);
}
@media screen and (min-width: 768px) {
  .footer .footnav .parent + .parent {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer .fbox .cbox:nth-child(4) .footnav .parent + .parent {
    margin-left: calc(var(--custom-vw) * 0.04);
    margin-top: 0;
  }
}
.footer .copyright {
  margin-top: calc(var(--custom-vw) * 0.1333333333);
  color: #828282;
  font-size: calc(var(--custom-vw) * 0.0266666667);
  text-align: right;
}
@media screen and (min-width: 768px) {
  .footer .copyright {
    margin-top: 85px;
    font-size: 1.2rem;
  }
}

/*---------------------------------------------
mv
---------------------------------------------*/
.mv {
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv {
    margin-top: 40px;
  }
}
.mv .lbox {
  width: 100%;
  position: relative;
}
.mv .cbox {
  font-size: calc(var(--custom-vw) * 0.04);
  font-weight: 500;
  line-height: 1.7;
  padding-top: calc(var(--custom-vw) * 0.04);
}
@media screen and (min-width: 768px) {
  .mv .cbox {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 2rem;
    height: 454px;
  }
}
@media screen and (max-width: 767px) {
  .mv .cbox .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.mv h1 {
  font-size: calc(var(--custom-vw) * 0.064);
  font-weight: 500;
  line-height: 1.578;
  margin-bottom: 0.1em;
}
@media screen and (min-width: 768px) {
  .mv h1 {
    font-size: 3.7rem;
    margin-bottom: 1em;
  }
}
.mv .notice {
  font-size: calc(var(--custom-vw) * 0.0213333333);
  font-weight: normal;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .mv .notice {
    font-size: 1.2rem;
  }
}
.mv .visual {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .mv .visual {
    width: 803px;
    height: 454px;
    position: absolute;
    top: 0;
    left: calc(50% - 95px);
  }
}
.mv .visual .video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 193px;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.mv .visual .video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 193px;
  object-position: 50% 50%;
}
.mv .jpx {
  width: calc(var(--custom-vw) * 0.1466666667);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv .jpx {
    width: 125px;
    padding: 10px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: calc(50% + 473px);
    transform: translate(0, 87.113%);
  }
}
.mv .jpx p {
  font-size: calc(var(--custom-vw) * 0.016);
  font-weight: bold;
  line-height: 1.4;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .mv .jpx p {
    font-size: 1rem;
    margin-top: 8px;
  }
}
.mv .btns {
  margin-top: 30px;
}
.mv .btns a + a {
  margin-left: calc(var(--custom-vw) * 0.0266666667);
}
@media screen and (min-width: 768px) {
  .mv .btns a + a {
    margin-left: 20px;
  }
}

/*---------------------------------------------
home
---------------------------------------------*/
.home .bgBlock {
  position: relative;
  padding-bottom: calc(var(--custom-vw) * 0.16);
}
@media screen and (min-width: 768px) {
  .home .bgBlock {
    padding-bottom: 60px;
  }
}
.home .bgBlock:after {
  display: block;
  content: "";
  width: 100%;
  height: calc(100% + 24vw);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background-size: cover;
  background-position: 0 50%;
  background-image: -moz-linear-gradient(90deg, rgb(255, 247, 152) 0%, rgb(255, 255, 255) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(255, 247, 152) 0%, rgb(255, 255, 255) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(255, 247, 152) 0%, rgb(255, 255, 255) 100%);
}
@media screen and (min-width: 768px) {
  .home .bgBlock:after {
    height: calc(100% + 500px);
  }
}
.home .bgBlock-02 {
  position: relative;
  padding: calc(var(--custom-vw) * 0.1733333333) 0 calc(var(--custom-vw) * 0.2733333333);
}
@media screen and (min-width: 768px) {
  .home .bgBlock-02 {
    padding: 155px 0 175px;
  }
}
.home .bgBlock-02 .bg {
  background-color: #f6f6f6;
  width: calc(var(--custom-vw) * 1.4653333333);
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(var(--custom-vw) * -0.2826666667);
  z-index: -1;
  border-top-left-radius: calc(var(--custom-vw) * 0.6773333333);
  border-bottom-right-radius: calc(var(--custom-vw) * 0.5706666667);
}
@media screen and (min-width: 768px) {
  .home .bgBlock-02 .bg {
    width: 100%;
    border-top-left-radius: 508px;
    border-bottom-right-radius: 428px;
    left: 0;
  }
}
.home .bgBlock-03 {
  position: relative;
  padding-top: 115px;
}
.home .bgBlock-03:after {
  display: block;
  content: "";
  width: 100%;
  height: calc(100% + 1000px);
  position: absolute;
  top: -600px;
  left: 0;
  z-index: -2;
  background-position: 0 0;
  background-color: #e5e5e5;
}

/*---------------------------------------------
about
---------------------------------------------*/
.about {
  position: relative;
  padding-top: calc(var(--custom-vw) * 0.2133333333);
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 100px;
  }
}
.about h2 {
  text-align: center;
  font-size: calc(var(--custom-vw) * 0.0533333333);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .about h2 {
    line-height: 1.875;
    font-size: 3.2rem;
  }
}
.about h2 span {
  display: inline-block;
  position: relative;
  font-size: calc(var(--custom-vw) * 0.0613333333);
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .about h2 span {
    font-size: 3.6rem;
  }
}
.about h2 span:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(var(--custom-vw) * 0.0053333333);
  background-color: #000;
  position: absolute;
  bottom: 1px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .about h2 span:after {
    height: 4px;
  }
}
.about h2 strong {
  font-size: calc(var(--custom-vw) * 0.0933333333);
  font-style: italic;
  line-height: 1.2;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about h2 strong {
    font-size: 5.2rem;
  }
}
.about h2 strong img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-40%, -100%);
}
.about .about_features {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .about .about_features {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .about .about_features {
    margin-top: 80px;
    gap: 20px;
  }
}
.about .about_features .item {
  width: calc(var(--custom-vw) * 0.8533333333);
  margin-top: calc(var(--custom-vw) * 0.1733333333);
}
@media screen and (min-width: 768px) {
  .about .about_features .item {
    width: 370px;
    margin-top: 0;
  }
}
.about .about_features .item .item-body {
  height: calc(var(--custom-vw) * 0.32);
  background-color: #fcf48f;
  border-radius: 15px;
  text-align: center;
  position: relative;
  padding: calc(var(--custom-vw) * 0.1066666667) calc(var(--custom-vw) * 0.0133333333) calc(var(--custom-vw) * 0.0533333333);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .about .about_features .item .item-body {
    height: 203px;
    padding: 30px 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .about .about_features .item .item-body + p {
    font-size: calc(var(--custom-vw) * 0.024);
    margin-top: calc(var(--custom-vw) * 0.0133333333);
  }
}
.about .about_features .item .img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(var(--custom-vw) * 0.1773333333);
}
@media screen and (min-width: 768px) {
  .about .about_features .item .img {
    width: 96px;
  }
}
.about .about_features .item .dataBox {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(var(--custom-vw) * 0.044);
}
@media screen and (min-width: 768px) {
  .about .about_features .item .dataBox {
    font-size: 2.4rem;
  }
}
.about .about_features .item .dataBox p {
  line-height: 1;
}
.about .about_features .item .dataBox p + P {
  margin-top: 5px;
}
.about .about_features .item .dataBox p.spacing {
  margin-top: 10px;
}
.about .about_features .item .dataBox strong {
  color: #0087eb;
  font-size: calc(var(--custom-vw) * 0.048);
}
@media screen and (min-width: 768px) {
  .about .about_features .item .dataBox strong {
    font-size: 2.6rem;
  }
}
.about .about_features .item .dataBox strong .num {
  font-size: calc(var(--custom-vw) * 0.0693333333);
}
@media screen and (min-width: 768px) {
  .about .about_features .item .dataBox strong .num {
    font-size: 4rem;
  }
}
.about .about_features .item .dataBox strong small {
  font-size: 1.6rem;
}
.about .about_features .item .dataBox > div + div {
  padding-left: 25px;
  position: relative;
}
.about .about_features .item .dataBox > div + div:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #1e1e19;
  transform: rotate(10deg) translate(0, -50%);
  transform-origin: 50% 50%;
}
@media screen and (min-width: 768px) {
  .about .about_features .item .dataBox > div + div:before {
    height: 135px;
  }
}
.about .about_features .item .dataBox > div + div svg {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-10%, -80%);
}
@media screen and (max-width: 767px) {
  .about .about_features .item .dataBox > div + div svg {
    width: calc(var(--custom-vw) * 0.024);
    transform: translate(-10%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .about .about_features .item.item-01 .dataBox > div:nth-child(1) {
    padding-right: calc(var(--custom-vw) * 0.0266666667);
  }
}
@media screen and (max-width: 767px) {
  .about .about_features .item.item-01 .dataBox > div + div {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about .about_features .item.item-01 .item-body + p {
    text-align: right;
  }
}
.about .about_features .item.item-02 {
  width: calc(var(--custom-vw) * 0.8533333333);
}
@media screen and (min-width: 768px) {
  .about .about_features .item.item-02 {
    width: 340px;
  }
}
.about .about_features .item.item-03 .dataBox {
  padding-top: 10px;
}
.about .about_features .item.item-03 .dataBox > div:nth-child(1) {
  padding-right: 15px;
}
.about .about_features .item.item-03 .dataBox > div:nth-child(2) {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .about .about_features .item.item-03 .item-body + p {
    text-align: right;
  }
}
.about .notice {
  text-align: right;
  font-size: calc(var(--custom-vw) * 0.0266666667);
  margin-top: 10px;
  width: 93.33%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .about .notice {
    font-size: 1.4rem;
  }
}
.about .schools {
  display: flex;
  margin-top: calc(var(--custom-vw) * 0.0733333333);
  border-radius: 15px;
  overflow: hidden;
}
.about .schools.-shadow {
  box-shadow: 0px 0px 40px 0px rgba(255, 240, 49, 0.45);
}
@media screen and (max-width: 767px) {
  .about .schools {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .about .schools {
    margin-top: 35px;
  }
}
.about .schools .block-l {
  width: 100%;
  background-color: #f0eeee;
  padding: 0 calc(var(--custom-vw) * 0.0266666667) calc(var(--custom-vw) * 0.0266666667);
}
@media screen and (min-width: 768px) {
  .about .schools .block-l {
    width: 61.66%;
    padding: 0 0 20px 20px;
  }
}
.about .schools .block-l .contBox {
  background-color: #fff;
  padding-left: calc(var(--custom-vw) * 0.04);
  padding-right: calc(var(--custom-vw) * 0.04);
}
@media screen and (min-width: 768px) {
  .about .schools .block-l .contBox {
    padding-right: 0;
    padding-left: 30px;
  }
}
.about .schools .block-r {
  flex: 1;
  background-color: #d5ebfd;
  padding: 0 calc(var(--custom-vw) * 0.0266666667) calc(var(--custom-vw) * 0.0266666667);
}
@media screen and (min-width: 768px) {
  .about .schools .block-r {
    padding: 0 20px 20px 0;
  }
}
.about .schools .block-r .contBox {
  background-color: #f0f7fc;
  padding-left: calc(var(--custom-vw) * 0.04);
  padding-right: calc(var(--custom-vw) * 0.04);
}
@media screen and (min-width: 768px) {
  .about .schools .block-r .contBox {
    padding-left: 0;
    padding-right: 25px;
  }
}
@media screen and (min-width: 768px) {
  .about .schools .block-r .catBox {
    padding-left: 30px;
  }
}
.about .schools .block {
  display: flex;
  flex-direction: column;
}
.about .schools .block > p {
  text-align: center;
}
.about .schools .block > p:first-child {
  font-size: calc(var(--custom-vw) * 0.048);
  font-weight: 500;
  padding: 20px 0 15px;
}
@media screen and (min-width: 768px) {
  .about .schools .block > p:first-child {
    font-size: 2.8rem;
  }
}
.about .schools .block .contBox {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .about .schools .block .contBox {
    padding-bottom: 5px;
  }
}
.about .schools .catBox {
  padding-top: calc(var(--custom-vw) * 0.0266666667);
  padding-bottom: calc(var(--custom-vw) * 0.0333333333);
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .about .schools .catBox {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
.about .schools .catBox > p:nth-child(1) {
  color: #0087eb;
  border-left: solid 3px #0087eb;
  font-weight: 500;
  padding-left: 0.5em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .about .schools .catBox > p:nth-child(1) {
    font-size: calc(var(--custom-vw) * 0.032);
  }
}
.about .schools .catBox ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(var(--custom-vw) * 0.0213333333);
}
@media screen and (min-width: 768px) {
  .about .schools .catBox ul {
    gap: 8px;
  }
}
.about .schools .catBox ul li {
  width: calc(var(--custom-vw) * 0.24);
  margin-top: 3px;
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .about .schools .catBox ul li {
    width: 120px;
  }
}
.about .schools .catBox + .catBox {
  background-size: 4px 2px;
  background-image: linear-gradient(to right, #c9c9c9 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left top;
}

/*---------------------------------------------
message
---------------------------------------------*/
.message {
  margin-top: calc(var(--custom-vw) * 0.2666666667);
}
@media screen and (min-width: 768px) {
  .message {
    margin-top: 130px;
  }
}
.message .lbox {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .message .lbox {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .message .lbox {
    flex-direction: row-reverse;
  }
}
.message .lbox .img {
  width: calc(var(--custom-vw) * 0.7066666667);
  margin-top: calc(var(--custom-vw) * 0.1133333333);
}
@media screen and (min-width: 768px) {
  .message .lbox .img {
    width: 530px;
    margin-right: 50px;
    margin-top: 15px;
  }
}
.message .lbox .img img {
  border-radius: 50px;
  box-shadow: 1.736px 9.848px 62px 0px rgba(205, 194, 58, 0.67);
}
.message .lbox .cbox {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .message .lbox .cbox {
    width: 100%;
  }
}
.message .lbox .cbox .fbox {
  display: flex;
}
.message .lbox .cbox .fbox .fbox_c:nth-child(1) {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .message .lbox .cbox .fbox .fbox_c:nth-child(1) {
    padding-top: 20px;
  }
}
.message .lbox .cbox .fbox .fbox_c:nth-child(1) .copy {
  margin-top: auto;
  font-size: calc(var(--custom-vw) * 0.056);
  font-style: italic;
  margin-bottom: calc(var(--custom-vw) * 0.0133333333);
}
@media screen and (min-width: 768px) {
  .message .lbox .cbox .fbox .fbox_c:nth-child(1) .copy {
    font-size: 3.6rem;
    margin-bottom: 10px;
  }
}
.message .lbox .cbox .fbox .fbox_c:nth-child(2) {
  width: calc(var(--custom-vw) * 0.2533333333);
}
@media screen and (min-width: 768px) {
  .message .lbox .cbox .fbox .fbox_c:nth-child(2) {
    width: 212px;
  }
}
.message .lbox .cbox .description {
  font-size: calc(var(--custom-vw) * 0.0373333333);
  font-style: italic;
  line-height: 2;
  margin-top: calc(var(--custom-vw) * 0.0333333333);
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .message .lbox .cbox .description {
    font-size: 2rem;
    margin-top: 15px;
  }
}
.message .lbox .cbox .name {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: calc(var(--custom-vw) * 0.0266666667);
  width: calc(var(--custom-vw) * 0.6133333333);
  margin-top: calc(var(--custom-vw) * 0.0333333333);
}
@media screen and (min-width: 768px) {
  .message .lbox .cbox .name {
    font-size: 1rem;
    width: 300px;
    margin-top: 35px;
  }
}
.message .lbox .cbox .name img {
  width: calc(var(--custom-vw) * 0.3506666667);
  margin-right: calc(var(--custom-vw) * 0.0133333333);
  margin-left: calc(var(--custom-vw) * 0.0266666667);
}
@media screen and (min-width: 768px) {
  .message .lbox .cbox .name img {
    width: 164px;
    margin-right: 10px;
    margin-left: 15px;
  }
}

/*---------------------------------------------
whats
---------------------------------------------*/
.whats {
  position: relative;
  padding-top: calc(var(--custom-vw) * 0.2533333333);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .whats {
    padding-top: 190px;
  }
}
@media screen and (min-width: 768px) {
  .whats .fbox {
    display: flex;
  }
}
.whats .fbox .cbox {
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .whats .fbox .cbox {
    flex: 1;
    padding-right: 25px;
  }
}
.whats .fbox .movie {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .whats .fbox .movie {
    margin-top: calc(var(--custom-vw) * 0.0866666667);
  }
}
@media screen and (min-width: 768px) {
  .whats .fbox .movie {
    width: 690px;
  }
}
.whats .tbox {
  margin-bottom: calc(var(--custom-vw) * 0.0666666667);
}
@media screen and (min-width: 768px) {
  .whats .tbox {
    margin-bottom: 50px;
  }
}
.whats .notice-01 {
  font-size: calc(var(--custom-vw) * 0.0266666667);
  margin-top: calc(var(--custom-vw) * 0.04);
}
@media screen and (max-width: 767px) {
  .whats .notice-01 {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .whats .notice-01 {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}
.whats .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translate(-25%, 0);
  width: calc(var(--custom-vw) * 3.684);
  max-width: inherit;
}
@media screen and (min-width: 768px) {
  .whats .bg {
    width: 172.68vw;
    transform: translate(-7%, 0);
  }
}
.whats .applications {
  margin-top: calc(var(--custom-vw) * 0.06);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .whats .applications {
    margin-top: 170px;
  }
}
.whats .applications h3 {
  font-size: calc(var(--custom-vw) * 0.0533333333);
  font-weight: 500;
  margin-bottom: calc(var(--custom-vw) * 0.06);
  text-align: center;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .whats .applications h3 {
    line-height: 1.428;
  }
}
@media screen and (min-width: 768px) {
  .whats .applications h3 {
    font-size: 3.6rem;
    margin-bottom: 35px;
  }
}
.whats .applications h3 span {
  display: inline-block;
}
.whats .applications h3 span:nth-child(2) {
  margin-left: calc(var(--custom-vw) * 0.0333333333);
  margin-right: calc(var(--custom-vw) * 0.0266666667);
}
@media screen and (min-width: 768px) {
  .whats .applications h3 span:nth-child(2) {
    margin-left: 25px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .whats .applications h3 span img {
    width: calc(var(--custom-vw) * 0.0666666667);
  }
}
.whats .applications ul {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .whats .applications ul {
    gap: 22px;
  }
}
.whats .applications ul li {
  width: calc(var(--custom-vw) * 0.276);
}
@media screen and (max-width: 767px) {
  .whats .applications ul li {
    margin-left: calc(var(--custom-vw) * 0.02);
    margin-right: calc(var(--custom-vw) * 0.02);
  }
}
.whats .applications ul li img {
  margin-bottom: calc(var(--custom-vw) * 0.024);
}
@media screen and (min-width: 768px) {
  .whats .applications ul li {
    width: 148px;
  }
  .whats .applications ul li img {
    margin-bottom: 12px;
  }
}
.whats .continued-use {
  margin-top: calc(var(--custom-vw) * 0.12);
}
@media screen and (min-width: 768px) {
  .whats .continued-use {
    margin-top: 125px;
  }
}
.whats .continued-use > p:nth-child(1) {
  font-size: calc(var(--custom-vw) * 0.048);
  font-weight: 500;
  line-height: 1.578;
  margin-bottom: calc(var(--custom-vw) * 0.0666666667);
}
@media screen and (max-width: 767px) {
  .whats .continued-use > p:nth-child(1) {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .whats .continued-use > p:nth-child(1) {
    font-size: 3.1rem;
    margin-bottom: 70px;
    line-height: 1.875;
  }
}
.whats .continued-use .bgBox {
  position: relative;
  background-color: #fefce0;
  border-radius: 30px;
  padding: calc(var(--custom-vw) * 0.0666666667) calc(var(--custom-vw) * 0.0533333333) calc(var(--custom-vw) * 0.0933333333);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .whats .continued-use .bgBox {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .whats .continued-use .bgBox {
    height: 240px;
    padding: 10px 380px 10px 45px;
  }
}
.whats .continued-use .bgBox .chart {
  width: calc(var(--custom-vw) * 0.5626666667);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .whats .continued-use .bgBox .chart {
    margin-top: calc(var(--custom-vw) * 0.0533333333);
  }
}
@media screen and (min-width: 768px) {
  .whats .continued-use .bgBox .chart {
    width: 351px;
    position: absolute;
    bottom: 35px;
    right: 12px;
  }
}
.whats .continued-use .bgBox .chart img {
  width: 100%;
}
.whats .continued-use .bgBox .chart p {
  background-color: #fff;
  font-size: calc(var(--custom-vw) * 0.0373333333);
  display: inline-block;
  margin-top: 15px;
  padding: 0.3em 1em 0.2em 1em;
}
@media screen and (min-width: 768px) {
  .whats .continued-use .bgBox .chart p {
    font-size: 2.4rem;
  }
}
.whats .continued-use .bgBox .description {
  font-size: calc(var(--custom-vw) * 0.056);
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .whats .continued-use .bgBox .description {
    text-align: center;
    padding: 0 0.8em 0.6em;
  }
}
@media screen and (min-width: 768px) {
  .whats .continued-use .bgBox .description {
    font-size: 2.8rem;
  }
}
.whats .continued-use .bgBox .description:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: black;
}
.whats .continued-use .bgBox .description strong {
  font-size: calc(var(--custom-vw) * 0.104);
}
@media screen and (max-width: 767px) {
  .whats .continued-use .bgBox .description strong {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .whats .continued-use .bgBox .description strong {
    font-size: 5.4rem;
  }
}
.whats .continued-use .bgBox .description strong.star {
  position: relative;
}
.whats .continued-use .bgBox .description strong.star img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -30%);
  width: calc(var(--custom-vw) * 0.1093333333);
  max-width: inherit;
}
@media screen and (min-width: 768px) {
  .whats .continued-use .bgBox .description strong.star img {
    width: 80px;
    transform: translate(-50%, -100%);
  }
}
.whats .continued-use .bgBox .notice-02 {
  font-size: calc(var(--custom-vw) * 0.0266666667);
  line-height: 1.428;
  margin-top: calc(var(--custom-vw) * 0.0333333333);
}
@media screen and (min-width: 768px) {
  .whats .continued-use .bgBox .notice-02 {
    font-size: 1.4rem;
    margin-top: 25px;
  }
}

/*---------------------------------------------
reasons
---------------------------------------------*/
.reasons {
  position: relative;
  margin-top: calc(var(--custom-vw) * 1.04);
  padding-bottom: calc(var(--custom-vw) * 0.3466666667);
}
@media screen and (min-width: 768px) {
  .reasons {
    margin-top: 420px;
    padding-bottom: 215px;
  }
}
.reasons .bg {
  width: calc(var(--custom-vw) * 2);
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(var(--custom-vw) * -0.284);
  z-index: -1;
  background-color: #f6f6f6;
  border-top-left-radius: calc(var(--custom-vw) * 0.6773333333);
}
@media screen and (min-width: 768px) {
  .reasons .bg {
    width: 100%;
    left: 0;
    border-top-left-radius: 508px;
    border-bottom-right-radius: 428px;
  }
}
.reasons .container {
  padding-top: calc(var(--custom-vw) * 0.1733333333);
}
@media screen and (min-width: 768px) {
  .reasons .container {
    position: relative;
    padding-top: 265px;
  }
}
.reasons .user-voice {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -120%);
}
@media screen and (min-width: 768px) {
  .reasons .user-voice {
    transform: translate(0, -61.8%);
  }
}
@media screen and (min-width: 768px) {
  .reasons .point-cards .point-card {
    width: 380px;
  }
}
.reasons .point-cards .point-card h3 {
  margin-bottom: calc(var(--custom-vw) * 0.0133333333);
}
@media screen and (min-width: 768px) {
  .reasons .point-cards .point-card h3 {
    margin-bottom: 10px;
  }
}
.reasons .point-cards .point-card .img {
  margin-top: calc(var(--custom-vw) * 0.0266666667);
}
@media screen and (min-width: 768px) {
  .reasons .point-cards .point-card .img {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .reasons .point-cards .point-card.point-01 .img img {
    width: calc(var(--custom-vw) * 0.3586666667);
  }
}
@media screen and (max-width: 767px) {
  .reasons .point-cards .point-card.point-02 .img {
    width: calc(var(--custom-vw) * 0.5266666667);
  }
}
@media screen and (max-width: 767px) {
  .reasons .point-cards .point-card.point-03 .img img {
    width: calc(var(--custom-vw) * 0.4053333333);
  }
}
@media screen and (min-width: 768px) {
  .reasons .point-cards .point-card.point-04 .img {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .reasons .point-cards .point-card.point-04 .img img {
    width: calc(var(--custom-vw) * 0.5866666667);
  }
}
@media screen and (max-width: 767px) {
  .reasons .point-cards .point-card.point-05 .img img {
    width: calc(var(--custom-vw) * 0.6173333333);
  }
}

/*---------------------------------------------
feature
---------------------------------------------*/
.feature {
  position: relative;
}
.feature:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 1200px);
  background-image: -moz-linear-gradient(90deg, rgb(250, 252, 255) 0%, rgb(205, 232, 255) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(250, 252, 255) 0%, rgb(205, 232, 255) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(250, 252, 255) 0%, rgb(205, 232, 255) 100%);
  z-index: -2;
  position: absolute;
  top: -600px;
  left: 0;
}
.feature .container {
  position: relative;
  padding: calc(var(--custom-vw) * 0.3733333333) 0 calc(var(--custom-vw) * 0.2133333333);
}
@media screen and (min-width: 768px) {
  .feature .container {
    padding: 235px 0 115px;
  }
}
.feature .user-voice {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -59.375%);
}
@media screen and (min-width: 768px) {
  .feature .user-voice {
    transform: translate(0, -52%);
  }
}
.feature .tbox {
  margin-bottom: calc(var(--custom-vw) * 0.0533333333);
}
@media screen and (min-width: 768px) {
  .feature .tbox {
    margin-bottom: 100px;
  }
}
.feature .feature-category {
  padding: calc(var(--custom-vw) * 0.0533333333) 0 calc(var(--custom-vw) * 0.0733333333);
}
@media screen and (min-width: 768px) {
  .feature .feature-category {
    padding: 45px 0 35px;
  }
}
.feature .feature-category + .feature-category {
  background-image: linear-gradient(to right, #c1c5c9 2px, transparent 2px);
  background-size: 4px 2px;
  background-repeat: repeat-x;
  background-position: left top;
}
.feature .feature-category .category-title {
  margin-bottom: calc(var(--custom-vw) * 0.02);
}
@media screen and (min-width: 768px) {
  .feature .feature-category .category-title {
    margin-bottom: 30px;
  }
}
.feature .feature-category ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(var(--custom-vw) * 0.0613333333);
}
@media screen and (min-width: 768px) {
  .feature .feature-category ul {
    gap: 0 54px;
  }
}
.feature .feature-category ul li {
  text-align: center;
  width: calc(var(--custom-vw) * 0.264);
}
@media screen and (max-width: 767px) {
  .feature .feature-category ul li {
    margin-top: calc(var(--custom-vw) * 0.0466666667);
  }
}
@media screen and (min-width: 768px) {
  .feature .feature-category ul li {
    width: 180px;
  }
}
.feature .feature-category ul li > img:first-child {
  width: calc(var(--custom-vw) * 0.264);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 38px 0px rgba(0, 135, 235, 0.15);
}
@media screen and (min-width: 768px) {
  .feature .feature-category ul li > img:first-child {
    width: 180px;
  }
}
.feature .feature-category ul li > img:first-child + p {
  font-weight: 500;
  margin-top: 0.3em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .feature .feature-category ul li > img:first-child + p {
    font-size: calc(var(--custom-vw) * 0.0293333333);
  }
}
@media screen and (min-width: 768px) {
  .feature .feature-category ul li > img:first-child + p {
    margin-top: 20px;
  }
}

/*---------------------------------------------
achievements
---------------------------------------------*/
.achievements {
  position: relative;
  padding: calc(var(--custom-vw) * 0.2266666667) 0 calc(var(--custom-vw) * 0.5333333333);
}
@media screen and (min-width: 768px) {
  .achievements {
    padding: 215px 0 265px;
  }
}
.achievements .bg {
  width: calc(var(--custom-vw) * 2.1333333333);
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(var(--custom-vw) * -0.2853333333);
  z-index: -1;
  background-image: -moz-linear-gradient(90deg, rgb(255, 240, 52) 0%, rgb(255, 250, 176) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(255, 240, 52) 0%, rgb(255, 250, 176) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(255, 240, 52) 0%, rgb(255, 250, 176) 100%);
  border-top-left-radius: 508px;
  border-bottom-right-radius: 428px;
}
@media screen and (min-width: 768px) {
  .achievements .bg {
    width: 100%;
    left: 0;
  }
}
.achievements .feature-details {
  margin-top: calc(var(--custom-vw) * 0.0666666667);
  margin-bottom: calc(var(--custom-vw) * 0.0266666667);
}
@media screen and (max-width: 767px) {
  .achievements .feature-details {
    display: flex;
    flex-direction: column;
    gap: calc(var(--custom-vw) * 0.0666666667);
  }
}
@media screen and (min-width: 768px) {
  .achievements .feature-details {
    margin-top: 55px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 30px;
  }
}
.achievements .feature-details .item {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 8px 18px 0px rgba(124, 118, 88, 0.25);
}
@media screen and (max-width: 767px) {
  .achievements .feature-details .item {
    width: 100%;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr calc(var(--custom-vw) * 0.4133333333);
    padding: calc(var(--custom-vw) * 0.0533333333) calc(var(--custom-vw) * 0.04);
  }
}
@media screen and (min-width: 768px) {
  .achievements .feature-details .item {
    text-align: center;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .achievements .feature-details .item .title {
    grid-row: 1;
    grid-column: 1;
  }
}
@media screen and (min-width: 768px) {
  .achievements .feature-details .item .title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.achievements .feature-details .item h3 {
  font-size: calc(var(--custom-vw) * 0.0506666667);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .achievements .feature-details .item h3 {
    font-size: 3rem;
  }
}
.achievements .feature-details .item h3 span {
  position: relative;
  display: inline-block;
  padding-bottom: 0.2em;
}
.achievements .feature-details .item h3 span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: black;
}
@media screen and (max-width: 767px) {
  .achievements .feature-details .item .img {
    grid-row: 1/3;
    grid-column: 2;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .achievements .feature-details .item .img {
    margin-top: 30px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.achievements .feature-details .item .text {
  line-height: 1.5;
  font-weight: 500;
  font-size: calc(var(--custom-vw) * 0.04);
}
@media screen and (max-width: 767px) {
  .achievements .feature-details .item .text {
    grid-row: 2;
    grid-column: 1;
  }
}
@media screen and (min-width: 768px) {
  .achievements .feature-details .item .text {
    font-size: 2.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .achievements .feature-details .item:nth-child(2n+1) {
    grid-template-columns: calc(var(--custom-vw) * 0.4133333333) 1fr;
    padding: calc(var(--custom-vw) * 0.0533333333) calc(var(--custom-vw) * 0.04);
  }
}
@media screen and (max-width: 767px) {
  .achievements .feature-details .item:nth-child(2n+1) .title {
    grid-column: 2;
  }
}
@media screen and (max-width: 767px) {
  .achievements .feature-details .item:nth-child(2n+1) .img {
    grid-column: 1;
  }
}
@media screen and (max-width: 767px) {
  .achievements .feature-details .item:nth-child(2n+1) .text {
    grid-column: 2;
  }
}
@media screen and (max-width: 767px) {
  .achievements .feature-details .item:nth-child(1) .img {
    margin-right: calc(var(--custom-vw) * 0.04);
  }
  .achievements .feature-details .item:nth-child(1) .img img {
    width: calc(var(--custom-vw) * 0.4053333333);
  }
}
@media screen and (max-width: 767px) {
  .achievements .feature-details .item:nth-child(1) .title {
    padding-top: calc(var(--custom-vw) * 0.04);
  }
}
@media screen and (max-width: 767px) {
  .achievements .feature-details .item:nth-child(2) .img {
    margin-left: calc(var(--custom-vw) * 0.0133333333);
  }
  .achievements .feature-details .item:nth-child(2) .img img {
    width: calc(var(--custom-vw) * 0.412);
  }
}
@media screen and (max-width: 767px) {
  .achievements .feature-details .item:nth-child(2) .title {
    padding-top: calc(var(--custom-vw) * 0.04);
  }
}
@media screen and (max-width: 767px) {
  .achievements .feature-details .item:nth-child(3) .img {
    margin-right: calc(var(--custom-vw) * 0.04);
  }
  .achievements .feature-details .item:nth-child(3) .img img {
    width: calc(var(--custom-vw) * 0.356);
  }
}
@media screen and (max-width: 767px) {
  .achievements .feature-details .item:nth-child(3) .title {
    padding-top: calc(var(--custom-vw) * 0.0466666667);
  }
}

/*---------------------------------------------
home-case
---------------------------------------------*/
.home-case {
  position: relative;
}
.home-case .container {
  position: relative;
  padding: calc(var(--custom-vw) * 0.4) 0 calc(var(--custom-vw) * 0.2266666667);
}
@media screen and (min-width: 768px) {
  .home-case .container {
    padding: 285px 0 100px;
  }
}
.home-case .user-voice {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -52.85%);
}
.home-case .case-contents {
  margin-top: calc(var(--custom-vw) * 0.1133333333);
}
@media screen and (min-width: 768px) {
  .home-case .case-contents {
    display: flex;
    flex-wrap: wrap;
    gap: 100px 58px;
    margin-top: 70px;
    gap: 100px 58px;
  }
}
.home-case .case-contents .item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home-case .case-contents .item {
    width: 570px;
  }
}
.home-case .case-contents .photo img {
  border-radius: 30px;
}
.home-case .case-contents .category {
  display: inline-block;
  margin-top: calc(var(--custom-vw) * 0.0266666667);
  font-size: calc(var(--custom-vw) * 0.0266666667);
  font-weight: 500;
  color: #fff;
  padding: 0.2em 1em 0.3em;
}
@media screen and (min-width: 768px) {
  .home-case .case-contents .category {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
.home-case .case-contents .category.cat-01 {
  background-color: #ffa800;
}
.home-case .case-contents .category.cat-02 {
  background-color: #0087eb;
}
.home-case .case-contents .copy {
  margin-top: calc(var(--custom-vw) * 0.016);
  font-size: calc(var(--custom-vw) * 0.0453333333);
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .home-case .case-contents .copy {
    margin-top: 12px;
    font-size: 2.8rem;
  }
}
.home-case .case-contents .fbox {
  margin-top: calc(var(--custom-vw) * 0.0533333333);
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .home-case .case-contents .fbox {
    margin-top: 40px;
  }
}
.home-case .case-contents .client {
  flex: 1;
}
.home-case .case-contents .client p:nth-child(1) {
  font-size: calc(var(--custom-vw) * 0.048);
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .home-case .case-contents .client p:nth-child(1) {
    font-size: 3rem;
  }
}
.home-case .case-contents .client p:nth-child(2) {
  margin-top: calc(var(--custom-vw) * 0.016);
}
@media screen and (min-width: 768px) {
  .home-case .case-contents .client p:nth-child(2) {
    margin-top: 12px;
  }
}
.home-case .case-contents .client p:nth-child(2) span {
  font-weight: bold;
}
.home-case .case-prev, .home-case .case-next {
  top: calc(var(--custom-vw) * 0.2066666667);
}

/*---------------------------------------------
price
---------------------------------------------*/
@media screen and (min-width: 768px) {
  .price .fbox {
    width: 100%;
    display: flex;
    align-items: flex-end;
  }
}
.price .fbox .tbox {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .price .fbox .btn-box {
    margin-left: 10px;
  }
}
.price .tbox .lead {
  margin-top: calc(var(--custom-vw) * 0.0266666667);
}
@media screen and (max-width: 767px) {
  .price .tbox .lead {
    font-size: calc(var(--custom-vw) * 0.0346666667);
  }
}
@media screen and (min-width: 768px) {
  .price .tbox .lead {
    margin-top: 30px;
  }
}
.price .btn-price {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--custom-vw) * 0.8933333333);
  height: calc(var(--custom-vw) * 0.2133333333);
  background-color: #fff031;
  border-radius: calc(var(--custom-vw) * 0.2133333333);
  box-shadow: 0px 8px 18px 0px rgba(129, 129, 129, 0.25);
  padding: calc(var(--custom-vw) * 0.0133333333) calc(var(--custom-vw) * 0.04) calc(var(--custom-vw) * 0.0133333333) calc(var(--custom-vw) * 0.0133333333);
  margin-top: calc(var(--custom-vw) * 0.1466666667);
}
@media screen and (max-width: 767px) {
  .price .btn-price {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .price .btn-price {
    margin-top: 30px;
    width: 670px;
    height: 180px;
    border-radius: 180px;
    padding: 10px 30px 10px 10px;
  }
}
.price .btn-price img {
  width: calc(var(--custom-vw) * 0.0986666667);
  margin-right: calc(var(--custom-vw) * 0.04);
}
@media screen and (min-width: 768px) {
  .price .btn-price img {
    width: 74px;
    margin-right: 30px;
  }
}
.price .btn-price p {
  font-size: calc(var(--custom-vw) * 0.0346666667);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .price .btn-price p {
    font-size: 2.6rem;
  }
}
.price .btn-price p strong {
  font-size: calc(var(--custom-vw) * 0.056);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .price .btn-price p strong {
    font-size: 4.2rem;
  }
}
.price .btn-price svg {
  width: calc(var(--custom-vw) * 0.0333333333);
  position: absolute;
  top: 50%;
  right: calc(var(--custom-vw) * 0.06);
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .price .btn-price svg {
    width: 25px;
    right: 45px;
  }
}
.price .btn-price .min {
  position: relative;
  display: flex;
  width: calc(var(--custom-vw) * 0.284);
  height: calc(var(--custom-vw) * 0.0746666667);
  border-radius: calc(var(--custom-vw) * 0.0746666667);
  justify-content: center;
  align-items: center;
  font-size: calc(var(--custom-vw) * 0.0346666667);
  background-color: #0086eb;
  position: absolute;
  top: 0;
  left: calc(var(--custom-vw) * 0.0266666667);
  color: #fff;
  transform: translate(0, -66%);
}
@media screen and (min-width: 768px) {
  .price .btn-price .min {
    width: 213px;
    height: 56px;
    border-radius: 56px;
    font-size: 2.6rem;
    left: 20px;
  }
}
.price .btn-price .min:first-letter {
  font-size: calc(var(--custom-vw) * 0.04);
}
@media screen and (min-width: 768px) {
  .price .btn-price .min:first-letter {
    font-size: 3rem;
  }
}
.price .btn-price .min:after {
  content: "";
  display: block;
  position: absolute;
  right: calc(var(--custom-vw) * 0.08);
  bottom: 0;
  transform: translate(0, 100%);
  width: calc(var(--custom-vw) * 0.024);
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 100% 88%);
  background-color: #0086eb;
}
@media screen and (min-width: 768px) {
  .price .btn-price .min:after {
    right: 60px;
    width: 18px;
  }
}

/*---------------------------------------------
support
---------------------------------------------*/
.support {
  position: relative;
  margin-top: calc(var(--custom-vw) * 0.2533333333);
}
@media screen and (min-width: 768px) {
  .support {
    margin-top: 120px;
  }
}
.support .support-details {
  display: flex;
  gap: calc(var(--custom-vw) * 0.1333333333);
  margin-top: calc(var(--custom-vw) * 0.08);
}
@media screen and (max-width: 767px) {
  .support .support-details {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .support .support-details {
    margin-top: 60px;
    gap: 30px;
  }
}
.support .support-details .item {
  display: flex;
  flex-direction: column;
  width: calc(var(--custom-vw) * 0.7066666667);
}
@media screen and (min-width: 768px) {
  .support .support-details .item {
    width: 380px;
  }
}
.support .support-details .item .btn-more {
  margin-top: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .support .support-details .item .btn-more {
    margin-right: auto;
    margin-top: calc(var(--custom-vw) * 0.04);
  }
}
.support .support-details .tbox {
  margin-bottom: calc(var(--custom-vw) * 0.0533333333);
  width: 100%;
  height: calc(var(--custom-vw) * 0.4);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .support .support-details .tbox {
    margin-bottom: 30px;
    height: 260px;
  }
}
.support .support-details .tbox:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
}
.support .support-details .tbox img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.support .support-details .tbox h3 {
  font-size: calc(var(--custom-vw) * 0.048);
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .support .support-details .tbox h3 {
    font-size: 2.6rem;
  }
}
.support .support-details .tbox + p {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .support .support-details .tbox + p {
    margin-bottom: 30px;
  }
}
.support .btns {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  gap: 50px;
}

/*---------------------------------------------
media
---------------------------------------------*/
.media .category-title {
  margin-bottom: calc(var(--custom-vw) * 0.0333333333);
}
@media screen and (min-width: 768px) {
  .media .category-title {
    margin-bottom: 10px;
  }
}
.media .lead {
  font-size: calc(var(--custom-vw) * 0.0346666667);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .media .lead {
    font-size: 1.8rem;
  }
}
.media .category-block .fbox {
  display: flex;
  align-items: center;
  margin-bottom: calc(var(--custom-vw) * 0.0466666667);
}
@media screen and (min-width: 768px) {
  .media .category-block .fbox {
    margin-bottom: 35px;
  }
}
.media .category-block .fbox p {
  flex: 1;
}
.media .category-block .fbox a {
  margin-left: calc(var(--custom-vw) * 0.04);
}
@media screen and (min-width: 768px) {
  .media .category-block .fbox a {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .media .category-block + .category-block {
    margin-top: calc(var(--custom-vw) * 0.0933333333);
  }
}
.media .seminar {
  margin-top: calc(var(--custom-vw) * 0.1066666667);
}
@media screen and (min-width: 768px) {
  .media .seminar {
    margin-top: 85px;
  }
}
.media .seminar .seminar-items {
  margin-top: calc(var(--custom-vw) * 0.0466666667);
}
@media screen and (min-width: 768px) {
  .media .seminar .seminar-items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
  }
}
.media .seminar .seminar-items .seminar-item {
  background-color: #fff;
  box-shadow: calc(var(--custom-vw) * 0.0023146667) calc(var(--custom-vw) * 0.0131306667) calc(var(--custom-vw) * 0.0826666667) 0px rgba(229, 229, 229, 0.67);
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: calc(var(--custom-vw) * 0.0533333333);
}
@media screen and (min-width: 768px) {
  .media .seminar .seminar-items .seminar-item {
    width: 380px;
    box-shadow: 1.216px 6.894px 38px 0px rgba(137, 137, 137, 0.27);
    margin: 0;
  }
}
.media .seminar .seminar-items .seminar-item .cbox {
  flex: 1;
  padding: calc(var(--custom-vw) * 0.0466666667) calc(var(--custom-vw) * 0.0466666667) calc(var(--custom-vw) * 0.0533333333);
  font-weight: bold;
  font-size: calc(var(--custom-vw) * 0.04);
}
@media screen and (min-width: 768px) {
  .media .seminar .seminar-items .seminar-item .cbox {
    padding: 20px 25px 30px;
    font-size: 1.8rem;
  }
}
.media .seminar .seminar-prev {
  translate: 0 -50%;
}
.media .seminar .seminar-next {
  translate: 0 -50%;
}
.media .lbox {
  margin-top: calc(var(--custom-vw) * 0.1866666667);
}
@media screen and (min-width: 768px) {
  .media .lbox {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
  }
  .media .lbox > * {
    width: 570px;
  }
}
.media .content-block {
  background-color: #fff;
  border-radius: 30px;
  padding: 0 calc(var(--custom-vw) * 0.04);
  box-shadow: 1.216px 6.894px 38px 0px rgba(137, 137, 137, 0.27);
}
@media screen and (min-width: 768px) {
  .media .content-block {
    padding: 0 30px;
  }
}
.media .media-items .media-item {
  padding: calc(var(--custom-vw) * 0.0466666667) 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .media .media-items .media-item:not(:first-child) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .media .media-items .media-item {
    padding: 35px 0;
  }
}
.media .media-items .media-item + .media-item {
  background-image: linear-gradient(to right, #c1c5c9 2px, transparent 2px);
  background-size: 4px 2px;
  background-repeat: repeat-x;
  background-position: left top;
}
.media .media-items .media-item .img {
  width: calc(var(--custom-vw) * 0.4533333333);
  margin-right: calc(var(--custom-vw) * 0.04);
}
@media screen and (min-width: 768px) {
  .media .media-items .media-item .img {
    width: 280px;
    margin-right: 30px;
  }
}
.media .media-items .media-item .cbox {
  flex: 1;
  font-size: calc(var(--custom-vw) * 0.032);
}
@media screen and (min-width: 768px) {
  .media .media-items .media-item .cbox {
    font-size: 1.8rem;
  }
}
.media .media-items .media-item .cbox .title {
  font-weight: bold;
  margin-bottom: 1.5em;
}

/*---------------------------------------------
topics
---------------------------------------------*/
.topics {
  margin-top: calc(var(--custom-vw) * 0.1);
}
@media screen and (min-width: 768px) {
  .topics {
    margin-top: 100px;
  }
}
.topics .fbox-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: calc(var(--custom-vw) * 0.04);
}
@media screen and (min-width: 768px) {
  .topics .fbox-head {
    margin-bottom: 45px;
  }
}
.topics .content-block {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 1.216px 6.894px 38px 0px rgba(137, 137, 137, 0.27);
  padding: calc(var(--custom-vw) * 0.0466666667) calc(var(--custom-vw) * 0.0333333333);
}
@media screen and (min-width: 768px) {
  .topics .content-block {
    padding: 50px 40px;
  }
}
.topics .content-block .fbox {
  display: flex;
  align-items: center;
}
.topics .content-block .fbox .img {
  width: 279px;
  margin-right: 55px;
  margin-left: 30px;
}
.topics .content-block .topics-items {
  flex: 1;
}
.topics .content-block .topics-items .topics-item {
  padding: calc(var(--custom-vw) * 0.0333333333) 0;
}
@media screen and (max-width: 767px) {
  .topics .content-block .topics-items .topics-item:nth-child(n+3) {
    display: none;
  }
  .topics .content-block .topics-items .topics-item + .topics-item {
    background-size: 4px 2px;
    background-image: linear-gradient(to right, #c9c9c9 2px, transparent 2px);
    background-repeat: repeat-x;
    background-position: left top;
  }
}
@media screen and (min-width: 768px) {
  .topics .content-block .topics-items .topics-item {
    display: flex;
    padding: 20px 0;
    background-size: 4px 2px;
    background-image: linear-gradient(to right, #c9c9c9 2px, transparent 2px);
    background-repeat: repeat-x;
    background-position: left bottom;
  }
}
.topics .content-block .topics-items .topics-item .date {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .topics .content-block .topics-items .topics-item .date {
    width: 142px;
  }
  .topics .content-block .topics-items .topics-item .date + p {
    flex: 1;
  }
}
.topics .content-block .topics-items .topics-item p {
  font-size: calc(var(--custom-vw) * 0.032);
}
@media screen and (min-width: 768px) {
  .topics .content-block .topics-items .topics-item p {
    font-size: 1.8rem;
  }
}

/*---------------------------------------------
more-info
---------------------------------------------*/
.more-info h2 {
  font-size: calc(var(--custom-vw) * 0.0613333333);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .more-info h2 {
    font-size: 4.2rem;
  }
}
.more-info h2 + p {
  font-size: calc(var(--custom-vw) * 0.0346666667);
  font-weight: 500;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .more-info h2 + p {
    font-size: 2rem;
  }
}
.more-info .more-info_content {
  position: relative;
}
.more-info .more-info_content nav {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 38px 0px rgba(0, 135, 235, 0.38);
  margin-top: calc(var(--custom-vw) * 0.08);
  padding: calc(var(--custom-vw) * 0.04);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .more-info .more-info_content nav {
    height: 150px;
    margin-top: 30px;
    padding: 30px;
  }
}
.more-info .more-info_content nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: calc(var(--custom-vw) * 0.0133333333);
}
@media screen and (max-width: 767px) {
  .more-info .more-info_content nav ul {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .more-info .more-info_content nav ul {
    gap: 40px;
  }
}
.more-info .more-info_content nav ul li a {
  font-size: calc(var(--custom-vw) * 0.0373333333);
  font-weight: 500;
  padding-left: calc(var(--custom-vw) * 0.0533333333);
  position: relative;
}
@media screen and (min-width: 768px) {
  .more-info .more-info_content nav ul li a {
    padding-left: 32px;
    font-size: 2.2rem;
  }
}
.more-info .more-info_content nav ul li a .arrow-r1 {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .more-info .more-info_content nav ul li:nth-child(1) {
    order: 1;
    width: 35%;
  }
  .more-info .more-info_content nav ul li:nth-child(2) {
    order: 3;
    width: 35%;
  }
  .more-info .more-info_content nav ul li:nth-child(3) {
    order: 2;
  }
  .more-info .more-info_content nav ul li:nth-child(4) {
    order: 4;
  }
  .more-info .more-info_content nav ul li:nth-child(5) {
    order: 5;
  }
}
.more-info .more-info_content img {
  width: calc(var(--custom-vw) * 0.3733333333);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  translate: 0 -93.33%;
}
@media screen and (min-width: 768px) {
  .more-info .more-info_content img {
    width: 244px;
    right: 37px;
  }
}

/*---------------------------------------------
contact-block
---------------------------------------------*/
.contact-block {
  position: relative;
  margin-top: calc(var(--custom-vw) * 0.2133333333);
  padding-bottom: calc(var(--custom-vw) * 0.1333333333);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact-block {
    margin-top: 145px;
    padding-bottom: 70px;
  }
}
.contact-block .fbox {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contact-block .tbox {
    width: calc(var(--custom-vw) * 0.8266666667);
    position: relative;
    top: calc(var(--custom-vw) * -0.0666666667);
    margin-left: calc(var(--custom-vw) * 0.0266666667);
  }
}
@media screen and (min-width: 768px) {
  .contact-block .tbox {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 60px;
    width: 479px;
  }
  .contact-block .tbox > img:first-child {
    position: relative;
    top: -7px;
  }
}
.contact-block .tbox h2 {
  font-size: calc(var(--custom-vw) * 0.0546666667);
  font-weight: 500;
  margin-left: calc(var(--custom-vw) * 0.0466666667);
}
@media screen and (max-width: 767px) {
  .contact-block .tbox h2 {
    text-align: center;
    margin-top: calc(var(--custom-vw) * 0.0466666667);
  }
}
@media screen and (min-width: 768px) {
  .contact-block .tbox h2 {
    font-size: 3.2rem;
    margin-left: 30px;
  }
}
.contact-block .tbox h2 strong {
  font-weight: 500;
  font-size: calc(var(--custom-vw) * 0.068);
}
@media screen and (min-width: 768px) {
  .contact-block .tbox h2 strong {
    font-size: 4rem;
  }
}
.contact-block .tbox h2 span {
  display: inline-block;
  padding-bottom: 0.5em;
  position: relative;
}
.contact-block .tbox h2 span:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contact-block .cbox {
  width: 278px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .contact-block .cbox {
    padding-top: 20px;
  }
}
.contact-block .cbox .img {
  width: calc(var(--custom-vw) * 0.3413333333);
  margin-bottom: calc(var(--custom-vw) * 0.0266666667);
}
@media screen and (min-width: 768px) {
  .contact-block .cbox .img {
    width: 171px;
    margin-bottom: 16px;
  }
}
.contact-block .cbox .text {
  font-size: calc(var(--custom-vw) * 0.032);
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contact-block .cbox .text {
    margin-bottom: calc(var(--custom-vw) * 0.032);
  }
}
@media screen and (min-width: 768px) {
  .contact-block .cbox .text {
    font-size: 1.8rem;
  }
}
.contact-block .cbox a {
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .contact-block .cbox a {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .contact-block .cbox.cbox-01 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .contact-block .cbox.cbox-01 {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .contact-block .cbox.cbox-02 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .contact-block .cbox.cbox-02 {
    margin-left: 35px;
  }
}
.contact-block .bg {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  object-position: left top;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .contact-block .bg {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .contact-block .bg {
    width: 100%;
    left: 0;
  }
}

/*---------------------------------------------
seminar-content
---------------------------------------------*/
.seminar-content.nowon {
  margin-bottom: 150px;
}
.bgBlock-gray > .seminar-content {
  padding-top: 100px;
}
@media screen and (min-width: 768px) {
  .seminar-content .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.seminar-content .btn-usecase {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: calc(var(--custom-vw) * 0.8933333333);
  height: calc(var(--custom-vw) * 0.2133333333);
  background-color: #fff031;
  border-radius: calc(var(--custom-vw) * 0.2133333333);
  box-shadow: 0px 8px 18px 0px rgba(129, 129, 129, 0.25);
  padding: calc(var(--custom-vw) * 0.0133333333) calc(var(--custom-vw) * 0.04);
  margin-top: calc(var(--custom-vw) * 0.1466666667);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .seminar-content .btn-usecase {
    margin-top: 120px;
    width: 670px;
    height: 180px;
    border-radius: 180px;
    padding: 10px 30px;
  }
}
.seminar-content .btn-usecase img {
  position: absolute;
  top: 50%;
  left: 0;
  translate: -23.53% -50%;
  width: calc(var(--custom-vw) * 0.1813333333);
}
@media screen and (min-width: 768px) {
  .seminar-content .btn-usecase img {
    width: 136px;
  }
}
.seminar-content .btn-usecase p {
  font-size: calc(var(--custom-vw) * 0.032);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .seminar-content .btn-usecase p {
    font-size: 2.4rem;
  }
}
.seminar-content .btn-usecase p strong {
  font-size: calc(var(--custom-vw) * 0.0533333333);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .seminar-content .btn-usecase p strong {
    font-size: 4rem;
  }
}
.seminar-content .btn-usecase svg {
  width: calc(var(--custom-vw) * 0.0333333333);
  position: absolute;
  top: 50%;
  right: calc(var(--custom-vw) * 0.06);
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .seminar-content .btn-usecase svg {
    width: 25px;
    right: 45px;
  }
}

/*---------------------------------------------
seminar-cards
---------------------------------------------*/
.seminar-cards {
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
  gap: 60px 3.125%;
}
.seminar-cards .seminar-card {
  width: 100%;
  line-height: 1.55;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .seminar-cards .seminar-card {
    width: 31.25%;
  }
}
.seminar-cards .seminar-card a {
  color: #0087eb;
}
.seminar-cards .seminar-card .image {
  margin-bottom: 15px;
}
.seminar-cards .seminar-card .date {
  margin-bottom: 0.3em;
}
.seminar-cards .seminar-card .description {
  font-size: 1.8rem;
  color: #0087eb;
}

/*---------------------------------------------
document-cards
---------------------------------------------*/
.document-cards {
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
  gap: 60px 3.125%;
}
.document-cards .document-card {
  width: 100%;
  line-height: 1.55;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .document-cards .document-card {
    width: 31.25%;
  }
}
.document-cards .document-card a {
  color: #0087eb;
}
.document-cards .document-card .image {
  margin-bottom: 15px;
}
.document-cards .document-card .description {
  font-size: 1.8rem;
  color: #0087eb;
}

/*---------------------------------------------
other-cards
---------------------------------------------*/
.other-cards {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .other-cards {
    flex-direction: column;
    gap: 10vw;
  }
}
@media screen and (min-width: 768px) {
  .other-cards {
    gap: 26px;
  }
}
.other-cards .other-card {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .other-cards .other-card {
    width: 260px;
  }
}
.other-cards .other-card .image + p {
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 0.5em;
}
.other-cards .other-card p a {
  display: inline-flex;
  align-items: center;
}
.other-cards .other-card p a img {
  width: 22px;
  margin-left: 15px;
}

/*---------------------------------------------
point-cards
---------------------------------------------*/
.point-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .point-cards {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .point-cards {
    gap: 45px 30px;
  }
}
.point-cards .point-card {
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 1.736px 9.848px 35px 0px rgba(192, 192, 192, 0.52);
  text-align: center;
  position: relative;
  padding: calc(var(--custom-vw) * 0.0466666667) calc(var(--custom-vw) * 0.0266666667) calc(var(--custom-vw) * 0.0333333333);
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .point-cards .point-card {
    width: 350px;
    padding: 35px 20px 25px;
  }
}
.point-cards .point-card h3 {
  font-size: calc(var(--custom-vw) * 0.0506666667);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .point-cards .point-card h3 {
    font-size: 2.4rem;
  }
}
.point-cards .point-card .number {
  position: absolute;
  top: 0;
  left: 32px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .point-cards .point-card .number {
    left: calc(var(--custom-vw) * 0.06);
  }
  .point-cards .point-card .number img {
    width: calc(var(--custom-vw) * 0.1733333333);
  }
}
.point-cards .point-card .number:after {
  content: "";
  display: block;
  width: calc(var(--custom-vw) * 0.12);
  height: 2px;
  position: absolute;
  bottom: calc(var(--custom-vw) * -0.0346666667);
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #0087eb;
}
@media screen and (min-width: 768px) {
  .point-cards .point-card .number:after {
    width: 62px;
    bottom: -18px;
  }
}
.point-cards .point-card .notice {
  font-size: calc(var(--custom-vw) * 0.0266666667);
}
@media screen and (min-width: 768px) {
  .point-cards .point-card .notice {
    font-size: 1.4rem;
    margin-top: 25px;
  }
}
.point-cards.-numbering {
  margin-top: calc(var(--custom-vw) * 0.16);
}
@media screen and (min-width: 768px) {
  .point-cards.-numbering {
    margin-top: 100px;
  }
}
.point-cards.-numbering .point-card {
  padding: calc(var(--custom-vw) * 0.1266666667) calc(var(--custom-vw) * 0.0133333333) calc(var(--custom-vw) * 0.06);
  margin-bottom: calc(var(--custom-vw) * 0.1333333333);
}
@media screen and (min-width: 768px) {
  .point-cards.-numbering .point-card {
    padding: 65px 10px 40px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .point-cards.-typeB {
    gap: calc(var(--custom-vw) * 0.08);
  }
}
.point-cards.-typeB .point-card {
  gap: calc(var(--custom-vw) * 0.0333333333);
}
@media screen and (min-width: 768px) {
  .point-cards.-typeB .point-card {
    min-height: 400px;
    gap: 15px;
  }
}
.point-cards.-typeB .point-card .description {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .point-cards.-w-lg .point-card {
    width: 380px;
  }
}

/*---------------------------------------------
topics
---------------------------------------------*/
@media screen and (min-width: 768px) {
  .topics-content .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.topics-items .topics-item {
  display: flex;
  background-size: 4px 2px;
  background-image: linear-gradient(to right, #c9c9c9 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 20px 5px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .topics-items .topics-item {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .topics-items .topics-item .date {
    margin-right: 30px;
  }
}
.topics-items .topics-item .description {
  flex: 1;
}

/*---------------------------------------------
case
---------------------------------------------*/
@media screen and (min-width: 768px) {
  .case-content .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.case-content .case_features {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .case-content .case_features {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .case-content .case_features {
    margin-top: 80px;
    gap: 20px;
  }
}
.case-content .case_features .item {
  width: calc(var(--custom-vw) * 0.8533333333);
  margin-top: calc(var(--custom-vw) * 0.1733333333);
}
@media screen and (min-width: 768px) {
  .case-content .case_features .item {
    width: 370px;
    min-height: 163px;
    margin-top: 0;
  }
}
.case-content .case_features .item .item-body {
  height: 100%;
  background-color: #fdf8bc;
  border-radius: 15px;
  text-align: center;
  position: relative;
  padding: calc(var(--custom-vw) * 0.1066666667) calc(var(--custom-vw) * 0.0133333333) calc(var(--custom-vw) * 0.0533333333);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .case-content .case_features .item .item-body {
    padding: 50px 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .case-content .case_features .item .item-body + p {
    font-size: calc(var(--custom-vw) * 0.024);
    margin-top: calc(var(--custom-vw) * 0.0133333333);
  }
}
.case-content .case_features .item .img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.case-content .case_features .item .dataBox {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(var(--custom-vw) * 0.044);
}
@media screen and (min-width: 768px) {
  .case-content .case_features .item .dataBox {
    font-size: 3rem;
    font-weight: 500;
  }
}
.case-content .case_features .item .dataBox p {
  line-height: 1;
}
.case-content .case_features .item .dataBox p + P {
  margin-top: 5px;
}
.case-content .case_features .item .dataBox p.spacing {
  margin-top: 10px;
}
.case-content .case_features .item .dataBox strong {
  color: #0087eb;
  font-size: calc(var(--custom-vw) * 0.048);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .case-content .case_features .item .dataBox strong {
    font-size: 2.6rem;
  }
}
.case-content .case_features .item .dataBox strong .num {
  font-size: calc(var(--custom-vw) * 0.0693333333);
}
@media screen and (min-width: 768px) {
  .case-content .case_features .item .dataBox strong .num {
    font-size: 5.2rem;
  }
}
.case-content .case_features .item .dataBox strong small {
  font-size: 1.6rem;
}
.case-content .case_features .item .dataBox > div + div {
  padding-left: 25px;
  position: relative;
}
.case-content .case_features .item .dataBox > div + div:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #1e1e19;
  transform: rotate(10deg) translate(0, -50%);
  transform-origin: 50% 50%;
}
@media screen and (min-width: 768px) {
  .case-content .case_features .item .dataBox > div + div:before {
    height: 135px;
  }
}
.case-content .case_features .item .dataBox > div + div svg {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-10%, -80%);
}
@media screen and (max-width: 767px) {
  .case-content .case_features .item .dataBox > div + div svg {
    width: calc(var(--custom-vw) * 0.024);
    transform: translate(-10%, -50%);
  }
}
.case-content .case_features .item.item-01 .img {
  width: calc(var(--custom-vw) * 0.0853333333);
}
@media screen and (min-width: 768px) {
  .case-content .case_features .item.item-01 .img {
    width: 64px;
    transform: translate(-50%, -37.66%);
  }
}
@media screen and (max-width: 767px) {
  .case-content .case_features .item.item-01 .item-body + p {
    text-align: right;
  }
}
.case-content .case_features .item.item-02 {
  width: calc(var(--custom-vw) * 0.8533333333);
}
@media screen and (min-width: 768px) {
  .case-content .case_features .item.item-02 {
    width: 340px;
  }
}
.case-content .case_features .item.item-02 .img {
  width: calc(var(--custom-vw) * 0.0866666667);
}
@media screen and (min-width: 768px) {
  .case-content .case_features .item.item-02 .img {
    width: 65px;
  }
}
.case-content .case_features .item.item-03 .dataBox {
  padding-top: 10px;
}
.case-content .case_features .item.item-03 strong {
  position: relative;
  font-style: italic;
  margin-left: 0.2em;
}
.case-content .case_features .item.item-03 strong img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -140%);
}
.case-content .case_features .item.item-03 .item-body {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .case-content .case_features .item.item-03 .item-body + p {
    text-align: right;
  }
}
.case-content .case_features + .notice {
  text-align: right;
  font-size: calc(var(--custom-vw) * 0.0266666667);
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .case-content .case_features + .notice {
    font-size: 1.4rem;
  }
}
.case-content .case_pickup {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .case-content .case_pickup {
    margin-top: 45px;
  }
}
.case-content .case_pickup .slick-track {
  display: flex;
}
.case-content .case_pickup .slick-slide {
  height: auto !important;
}
.case-content .case_pickup .item {
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 1.736px 9.848px 35px 0px rgba(192, 192, 192, 0.52);
  margin: calc(var(--custom-vw) * 0.08);
}
@media screen and (min-width: 768px) {
  .case-content .case_pickup .item {
    width: 1120px;
    margin: 40px 20px;
  }
}
.case-content .case_pickup .item > * {
  display: flex;
  flex-direction: column-reverse;
  padding: calc(var(--custom-vw) * 0.04);
}
@media screen and (min-width: 768px) {
  .case-content .case_pickup .item > * {
    padding: 45px;
    flex-direction: row-reverse;
  }
}
.case-content .case_pickup .item .img {
  width: 100%;
  margin-right: 2.912%;
}
@media screen and (min-width: 768px) {
  .case-content .case_pickup .item .img {
    width: 44.466%;
    margin-right: 2.912%;
  }
}
.case-content .case_pickup .item .content {
  flex: 1;
}
.case-content .case_pickup .item .copy {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.2em 0 0.5em;
  background-size: 4px 2px;
  background-image: linear-gradient(to right, #c9c9c9 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-bottom: 0.4em;
}
.case-content .case_pickup .item .name-01 {
  font-size: 3rem;
  font-weight: 500;
}
.case-content .case_pickup .item .tags {
  gap: 15px 12px;
  margin-top: 20px;
}
.case-content .case_pickup .item .tags a, .case-content .case_pickup .item .tags span {
  font-size: 2rem;
}
.case-content .case-prev, .case-content .case-next {
  width: calc(var(--custom-vw) * 0.0946666667);
}
@media screen and (min-width: 768px) {
  .case-content .case-prev, .case-content .case-next {
    width: 60px;
  }
}
.case-content .case-prev {
  translate: 10% -50%;
}
@media screen and (min-width: 768px) {
  .case-content .case-prev {
    translate: calc(50vw - 567.5px - 30px) -50%;
  }
}
.case-content .case-next {
  translate: -10% -50%;
}
@media screen and (min-width: 768px) {
  .case-content .case-next {
    translate: calc(567.5px - 50vw + 30px) -50%;
  }
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 5px;
}
.tags a, .tags span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0.1em 0.5em 0;
  border: solid 2px #000;
}

.case-search {
  margin-top: 130px;
}
@media screen and (min-width: 768px) {
  .case-search .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.case-search .tab-controls {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 1.736px 9.848px 35px 0px rgba(192, 192, 192, 0.52);
  margin-bottom: 75px;
}
.case-search .tab-controls .tab {
  display: flex;
}
.case-search .tab-controls .tab > * {
  all: unset;
  display: block;
  position: relative;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 33.33%;
  height: calc(var(--custom-vw) * 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0087eb;
  color: #fff;
  font-size: calc(var(--custom-vw) * 0.032);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .case-search .tab-controls .tab > * {
    padding-bottom: calc(var(--custom-vw) * 0.0266666667);
  }
}
@media screen and (min-width: 768px) {
  .case-search .tab-controls .tab > * {
    font-size: 2.2rem;
    height: 80px;
  }
}
.case-search .tab-controls .tab > *.active {
  background-color: #309cec;
}
.case-search .tab-controls .tab > * img {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .case-search .tab-controls .tab > * img {
    bottom: calc(var(--custom-vw) * 0.04);
    left: 50%;
    translate: -50% 0;
  }
}
@media screen and (min-width: 768px) {
  .case-search .tab-controls .tab > * img {
    top: 50%;
    right: 30px;
    margin-top: -7px;
  }
}
.case-search .tab-pane {
  display: none;
  padding: calc(var(--custom-vw) * 0.0533333333) calc(var(--custom-vw) * 0.0266666667);
}
@media screen and (min-width: 768px) {
  .case-search .tab-pane {
    padding: 45px 100px;
  }
}
.case-search .tab-pane.active {
  display: block;
}
.case-search .tab-pane .tags {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--custom-vw) * 0.0133333333);
}
@media screen and (min-width: 768px) {
  .case-search .tab-pane .tags {
    gap: 20px 10px;
  }
}
.case-search .tab-pane .tags a, .case-search .tab-pane .tags span {
  display: inline-block;
  font-size: calc(var(--custom-vw) * 0.0293333333);
  font-weight: 500;
  padding: 0.1em 0.4em;
  border: solid 2px #0087eb;
  color: #0087eb;
}
@media screen and (min-width: 768px) {
  .case-search .tab-pane .tags a, .case-search .tab-pane .tags span {
    font-size: 1.8rem;
  }
}
.case-search .tab-pane .tags a.type, .case-search .tab-pane .tags span.type {
  background-color: #0087eb;
  color: #fff;
}
.case-search .paging {
  margin-top: 120px;
}

.subheading2 + .case-cards {
  margin-top: 60px;
}

.case-cards {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .case-cards {
    flex-direction: column;
    gap: calc(var(--custom-vw) * 0.1066666667) 0;
  }
}
@media screen and (min-width: 768px) {
  .case-cards {
    gap: 85px 3.125%;
  }
}
.case-cards > * {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .case-cards > * {
    width: 31.25%;
  }
}
.case-cards .image {
  margin-bottom: 20px;
}
.case-cards .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}
.case-cards .tags a, .case-cards .tags span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0.1em 0.4em;
  border: solid 2px #0087eb;
  color: #0087eb;
}
.case-cards .tags a.type, .case-cards .tags span.type {
  background-color: #0087eb;
  color: #fff;
}
.case-cards .copy {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0.3em 0 0.8em;
}
.case-cards .name {
  font-size: 2.4rem;
}
.case-cards .number {
  font-size: 1.8rem;
  margin-bottom: 0.8em;
}

/*---------------------------------------------
article-content
---------------------------------------------*/
.article-content {
  padding-bottom: 100px;
}
.article-content a {
  color: #0087eb;
  text-decoration: underline;
}
.article-content .article-header {
  padding-bottom: 35px;
  margin-bottom: 45px;
  background-image: linear-gradient(to right, #c1c5c9 2px, transparent 2px);
  background-size: 4px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.article-content h1 {
  font-size: 3rem;
}
.article-content .date {
  font-size: 1.8rem;
  margin-top: 15px;
}
.article-content .article-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.article-content .article-social > * {
  width: 43px;
}
.article-content h2 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #0087eb;
  margin-bottom: 0.6em;
}
.article-content .row {
  display: flex;
}
.article-content .row .tbox {
  flex: 1;
}
.article-content .row .ibox {
  margin-left: 50px;
}
.article-content.article-case h1 {
  margin-bottom: calc(var(--custom-vw) * 0.04);
}
@media screen and (min-width: 768px) {
  .article-content.article-case h1 {
    margin-bottom: 35px;
  }
}
.article-content.article-case .article-social {
  margin-bottom: calc(var(--custom-vw) * 0.04);
}
@media screen and (min-width: 768px) {
  .article-content.article-case .article-social {
    margin-bottom: 20px;
  }
}
.article-content .case-profile {
  display: flex;
}
.article-content .case-profile .ibox {
  width: 700px;
  margin-right: 50px;
}
.article-content .case-profile .cbox {
  flex: 1;
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.article-content .case-profile .school {
  font-size: 2.4rem;
}
.article-content .case-profile .details {
  font-size: 1.8rem;
}
.article-content .case-profile .details dl {
  display: flex;
}
.article-content .case-profile .details dl dt {
  margin-right: 20px;
  min-width: 5em;
}
.article-content .case-profile .details dl dt:before {
  content: "⚫︎";
  color: #0087eb;
}
.article-content > * + .case-solve {
  margin-top: 45px;
}
.article-content .case-solve {
  background-color: #f6f6f6;
  padding: 35px 20px;
}
.article-content .case-solve dt {
  background-color: #000;
  display: inline-block;
  color: #fff;
  padding: 0.3em 0.6em;
  margin-bottom: 0.5em;
}
.article-content .case-solve > * + * {
  margin-top: 1em;
}
.article-content .case-solve > * + * dt {
  background-color: #0087eb;
}
.article-content .case-aricle {
  padding: 2em 0 0;
}
.article-content .case-user {
  margin-top: 85px;
  padding-top: 50px;
  padding-bottom: 30px;
  background-size: 4px 2px;
  background-image: linear-gradient(to right, #c9c9c9 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left top;
}
.article-content .case-user .subheading2 + .fbox {
  margin-top: 25px;
}
.article-content .case-user .fbox {
  display: flex;
}
.article-content .case-user .fbox .ibox {
  margin-right: 30px;
}
.article-content .case-user .fbox .cbox {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1em;
  font-size: 1.8rem;
}

/*---------------------------------------------
article-content2
---------------------------------------------*/
.article-content2 .article-title {
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: calc(var(--custom-vw) * 0.0506666667);
}
@media screen and (min-width: 768px) {
  .article-content2 .article-title {
    font-size: 3rem;
  }
}
.article-content2 .article-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.article-content2 .article-social > * {
  width: 43px;
}
.article-content2 .subheading2 {
  margin-top: calc(var(--custom-vw) * 0.16);
  margin-bottom: calc(var(--custom-vw) * 0.04);
}
@media screen and (min-width: 768px) {
  .article-content2 .subheading2 {
    margin-top: 80px;
    margin-bottom: 25px;
  }
}
.article-content2 .seminar-speaker .fbox {
  display: flex;
}
@media screen and (max-width: 767px) {
  .article-content2 .seminar-speaker .fbox {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .article-content2 .seminar-speaker .fbox {
    min-height: 170px;
  }
}
.article-content2 .seminar-speaker .fbox .seminar-speaker_image {
  width: calc(var(--custom-vw) * 0.6133333333);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .article-content2 .seminar-speaker .fbox .seminar-speaker_image {
    margin-bottom: calc(var(--custom-vw) * 0.04);
  }
}
@media screen and (min-width: 768px) {
  .article-content2 .seminar-speaker .fbox .seminar-speaker_image {
    width: 250px;
    margin-right: 30px;
  }
}
.article-content2 .seminar-speaker .fbox .seminar-speaker_content {
  flex: 1;
}
.article-content2 .seminar-speaker .fbox .seminar-speaker_content .person {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1em;
}
.article-content2 .seminar-speaker .fbox + .fbox {
  margin-top: 2em;
}
.article-content2 .seminar-outline .seminar-overview_content {
  background-color: #f6f6f6;
  padding: calc(var(--custom-vw) * 0.04);
}
@media screen and (min-width: 768px) {
  .article-content2 .seminar-outline .seminar-overview_content {
    padding: 40px;
  }
}
.article-content2 .seminar-outline .seminar-overview_content dl {
  display: flex;
  /*&:nth-child(3) {
    margin-top:5rem;
    @include pc-only {
      margin-top: 3.5rem;
    }
  }
  &:nth-child(6) {
    margin-top: 5rem;
    @include pc-only {
      margin-top: 3.5rem;
    }
  }*/
}
@media screen and (max-width: 767px) {
  .article-content2 .seminar-outline .seminar-overview_content dl {
    flex-direction: column;
  }
}
.article-content2 .seminar-outline .seminar-overview_content dl dt {
  min-width: 130px;
  margin-right: 1.5em;
  font-weight: 500;
  margin-right: 1.5em;
}
.article-content2 .seminar-outline .seminar-overview_content dl dd {
  flex: 1;
}
.article-content2 .seminar-outline .seminar-overview_content dl + dl, .article-content2 .seminar-outline .seminar-overview_content dl + .item {
  margin-top: 0.5em;
}
.article-content2 .seminar-outline .seminar-overview_content .item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .article-content2 .seminar-outline .seminar-overview_content .item {
    flex-direction: column;
  }
}
.article-content2 .seminar-outline .seminar-overview_content .item .title {
  min-width: 130px;
  margin-right: 1.5em;
  font-weight: 500;
  margin-right: 1.5em;
}
.article-content2 .seminar-outline .seminar-overview_content .item .title:before {
  content: "・";
}
.article-content2 .seminar-outline .seminar-overview_content .item .description {
  flex: 1;
}
.article-content2 .seminar-outline .seminar-overview_content .item + .item {
  margin-top: 0.5em;
}
.article-content2 .seminar-recording-desc {
  background-color: #fff031;
  font-size: calc(var(--custom-vw) * 0.0373333333);
  font-weight: 500;
  text-align: center;
  margin-top: 1em;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .article-content2 .seminar-recording-desc {
    font-size: 2rem;
  }
}
.article-content2 .seminar-free h3.wp-block-heading {
  position: relative;
  font-size: calc(var(--custom-vw) * 0.048);
  padding-left: calc(var(--custom-vw) * 0.0506666667);
  font-weight: 500;
  margin-top: calc(var(--custom-vw) * 0.16);
  margin-bottom: calc(var(--custom-vw) * 0.04);
}
@media screen and (min-width: 768px) {
  .article-content2 .seminar-free h3.wp-block-heading {
    font-size: 3rem;
    padding-left: 38px;
    margin-top: 80px;
    margin-bottom: 25px;
  }
}
.article-content2 .seminar-free h3.wp-block-heading:after {
  content: "";
  display: block;
  width: calc(var(--custom-vw) * 0.0266666667);
  height: calc(var(--custom-vw) * 0.0266666667);
  border-radius: 50%;
  background-color: #0087eb;
  position: absolute;
  top: calc(var(--custom-vw) * 0.0266666667);
  left: 0;
}
@media screen and (min-width: 768px) {
  .article-content2 .seminar-free h3.wp-block-heading:after {
    width: 21px;
    height: 21px;
    top: 15px;
  }
}

/*---------------------------------------------
article-styles
---------------------------------------------*/
.article-styles h2, .article-styles h3 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #0087eb;
  margin-bottom: 0.6em;
  margin-top: 2em;
}
.article-styles p {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 1em;
}
.article-styles ul {
  margin-top: 1em;
  padding-left: 1em;
}
.article-styles ul li {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 0.5em;
}
.article-styles img {
  width: 100%;
  margin-top: 2em;
  border-radius: 30px;
}
.article-styles .is-layout-flex {
  gap: 4.5%;
}
.article-styles .is-layout-flex > .wp-block-group {
  flex: 1;
}

/*---------------------------------------------
benefit
---------------------------------------------*/
.survey_unit .survey_title {
  display: flex;
  font-size: calc(var(--custom-vw) * 0.0506666667);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .survey_unit .survey_title {
    font-size: 3.6rem;
  }
}
.survey_unit .survey_title img {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .survey_unit .survey_title img {
    width: calc(var(--custom-vw) * 0.0666666667);
  }
}
.survey_unit .survey_title span {
  flex: 1;
}
.survey_unit .fbox {
  display: flex;
}
@media screen and (min-width: 768px) {
  .survey_unit .fbox {
    gap: 30px;
  }
  .survey_unit .fbox > * {
    width: 380px;
  }
  .survey_unit .fbox > *.-wide {
    width: 790px;
  }
}
@media screen and (max-width: 767px) {
  .survey_unit .fbox {
    flex-direction: column;
    gap: calc(var(--custom-vw) * 0.08);
  }
}
.survey_unit + .survey_unit {
  margin-top: calc(var(--custom-vw) * 0.24);
}
@media screen and (min-width: 768px) {
  .survey_unit + .survey_unit {
    margin-top: 150px;
  }
}
.survey_unit .dataBox {
  box-shadow: 0px 8px 18px 0px rgba(124, 118, 88, 0.25);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .survey_unit .dataBox {
    padding: calc(var(--custom-vw) * 0.0666666667) calc(var(--custom-vw) * 0.04);
  }
}
@media screen and (min-width: 768px) {
  .survey_unit .dataBox {
    padding: 0 20px;
  }
}
.survey_unit .dataBox .title {
  font-size: calc(var(--custom-vw) * 0.04);
  font-weight: 500;
  line-height: 1.5;
  flex: 1;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .survey_unit .dataBox .title {
    font-size: 2.4rem;
    min-height: 145px;
  }
}
.survey_unit .dataBox .title p {
  position: relative;
  padding-bottom: 0.7em;
}
.survey_unit .dataBox .title p:after {
  content: "";
  display: block;
  width: 147px;
  height: 3px;
  background-color: #000;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .survey_unit .dataBox .title p {
    margin-bottom: 1.5em;
  }
}
.survey_unit .dataBox .img {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .survey_unit .dataBox .img img {
    max-width: 64%;
  }
}
.survey_unit .dataBox .description {
  color: #0087eb;
  font-size: calc(var(--custom-vw) * 0.0373333333);
  font-weight: 500;
  line-height: 1.45;
  flex: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .survey_unit .dataBox .description {
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  .survey_unit .dataBox .description {
    font-size: 2.2rem;
    min-height: 145px;
  }
}
.survey_unit .dataBox.-wide img {
  max-width: 360px;
}
.survey_unit .top3 .title {
  background-color: #fff798;
  padding: 15px;
  border-radius: 22px;
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
.survey_unit .top3 ol li {
  padding: 12px 0 10px;
  display: flex;
  align-items: center;
  font-weight: 500;
  background-size: 4px 2px;
  background-image: linear-gradient(to right, #c9c9c9 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
  line-height: 1.5;
}
.survey_unit .top3 ol li p:nth-child(1) {
  width: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 2.4rem;
}
.survey_unit .top3 ol li p:nth-child(2) {
  flex: 1;
  font-size: 2.2rem;
}
.survey_unit .top3 ol li:nth-child(1) {
  padding: 25px 0;
}
.survey_unit .top3 ol li:nth-child(1) p:nth-child(1) {
  font-size: 2.8rem;
}
.survey_unit .top3 ol li:nth-child(1) p:nth-child(2) {
  font-size: 2.4rem;
}
.survey_unit .top3 ol li:nth-child(2) {
  padding: 16px 0;
}
.survey_unit .episodeBox {
  box-shadow: 0px 8px 18px 0px rgba(124, 118, 88, 0.25);
  border-radius: 30px;
  padding: 30px 30px 45px;
}
.survey_unit .others {
  margin-top: 30px;
}
.survey_unit .others > p:first-child {
  width: 97.368%;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0087eb;
  color: white;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 40px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.survey_unit .others > p:first-child:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 9px solid #0087eb;
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
}
.survey_unit .others ul {
  padding-left: 5px;
}
.survey_unit .others ul li {
  font-size: 1.8rem;
}
.survey_unit .others ul li + li {
  margin-top: 0.2em;
}
.survey_unit .episodeBox {
  display: flex;
  flex-direction: column;
}
.survey_unit .episodeBox .description {
  margin-bottom: 20px;
}
.survey_unit .episodeBox .metaBox {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.survey_unit .episodeBox .metaBox p {
  flex: 1;
  line-height: 1.3;
  font-size: 1.8rem;
  font-weight: 500;
}
.survey_unit .episodeBox .metaBox .photo {
  width: 90px;
  border-radius: 50%;
  margin-left: 10px;
}

.survey_overview {
  margin-top: 55px;
  background-color: #f6f6f6;
  padding: 40px;
}

/*---------------------------------------------
functions-cards
---------------------------------------------*/
.functions-cards {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .functions-cards {
    flex-direction: column;
    align-items: center;
  }
}
.functions-cards .functions-card {
  width: 100%;
  box-shadow: 1.736px 9.848px 35px 0px rgba(192, 192, 192, 0.52);
  background-color: #fff;
  border-radius: 30px;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.44;
  padding: 25px 10px 10px;
}
@media screen and (min-width: 768px) {
  .functions-cards .functions-card {
    width: 260px;
  }
}
.functions-cards .functions-card .notice {
  font-size: 1.2rem;
}

.functions-cards2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px calc(var(--custom-vw) * 0.1066666667);
}
@media screen and (min-width: 768px) {
  .functions-cards2 {
    gap: 40px 20px;
  }
}
.functions-cards2 img {
  width: 140px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 38px 0px rgba(0, 135, 235, 0.15);
}
.functions-cards2 img + p {
  letter-spacing: -1px;
  margin-top: 10px;
}
.functions-cards2.-often {
  padding-bottom: 50px;
  background-size: 4px 2px;
  background-image: linear-gradient(to right, #c9c9c9 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .functions-cards2.-often {
    gap: 40px 25px;
  }
}
.functions-cards2.-often img {
  width: 180px;
}
.functions-cards2.-often img + p {
  margin-top: 20px;
}
.functions-cards2 .functions-card {
  text-align: center;
}
.subheading1 + .functions-cards2 {
  margin-top: 70px;
}

/*---------------------------------------------
functions
---------------------------------------------*/
.functions-content .functions-category {
  padding-bottom: 85px;
}
.functions-content .functions-category + .functions-category {
  background-size: 4px 2px;
  background-image: linear-gradient(to right, #c9c9c9 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left top;
  padding-top: 55px;
}
.functions-content .functions-title {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.functions-content .functions-title img {
  margin-right: 30px;
}
.functions-content .functions-example {
  background-color: #fcf48f;
  border-radius: 30px;
  padding: 75px 30px 35px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.44;
  position: relative;
}
@media screen and (min-width: 768px) {
  .functions-content .functions-example {
    width: 1000px;
  }
}
.functions-content .functions-example p {
  width: 86%;
  height: 60px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (min-width: 768px) {
  .functions-content .functions-example p {
    width: 460px;
  }
}
.functions-content .functions-example p:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 14px 13px 0px rgba(205, 194, 58, 0.32);
  border-radius: 60px;
}
.functions-content .functions-example p:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  border-top: 34px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 45%;
}
.functions-content .functions-example p span {
  position: relative;
  z-index: 2;
  font-size: 2.8rem;
  font-weight: 500;
}
.functions-content .functions-example ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .functions-content .functions-example ul {
    flex-direction: column;
  }
}
.functions-content .functions-example ul li {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .functions-content .functions-example ul li {
    width: 450px;
  }
}
.functions-content .functions-example ul li.-wide {
  width: 100%;
}
.functions-content .functions-example ul li img {
  margin-right: 10px;
}
.functions-content .functions-example ul li span {
  flex: 1;
}

/*---------------------------------------------
facility
---------------------------------------------*/
.facility-reason {
  padding: 85px 0 60px;
}
@media screen and (min-width: 768px) {
  .facility-reason .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.reason-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  margin: 60px 0 20px;
}
@media screen and (max-width: 767px) {
  .reason-cards {
    flex-direction: column;
    gap: calc(var(--custom-vw) * 0.1066666667);
    align-items: center;
  }
}
.reason-cards .reason-card {
  width: 85%;
  box-shadow: 1.736px 9.848px 35px 0px rgba(192, 192, 192, 0.52);
  border-radius: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .reason-cards .reason-card {
    width: 350px;
  }
}
.reason-cards .reason-card h3 {
  background-color: #0087eb;
  color: white;
  text-align: center;
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.36;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.reason-cards .reason-card .cbox {
  padding: 30px 25px;
}
.reason-cards .reason-card .cbox strong {
  font-weight: 500;
  color: #0087eb;
}
.reason-cards .reason-card .check {
  position: absolute;
  top: -21px;
  left: 24px;
  width: 71px;
}
.reason-cards + .notice {
  text-align: right;
  font-size: 1.4rem;
}

.facility-usecase {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .facility-usecase .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.usecase-items {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.usecase-items .usecase-item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .usecase-items .usecase-item {
    flex-direction: column;
  }
}
.usecase-items .usecase-item .imgBox {
  margin-right: 40px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .usecase-items .usecase-item .imgBox {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: calc(var(--custom-vw) * 0.04);
  }
}
.usecase-items .usecase-item .imgBox img {
  border-radius: 30px;
}
.usecase-items .usecase-item .conBox {
  flex: 1;
}
.usecase-items .usecase-item .name {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1em;
}
.usecase-items .usecase-item .details dt {
  display: inline-block;
  background-color: #000;
  color: white;
  padding: 0.2em 0.6em;
  margin-bottom: 0.3em;
}
.usecase-items .usecase-item .details dt:nth-of-type(2) {
  background-color: #0087eb;
  margin-top: 1em;
}
.subheading1 + .usecase-items {
  margin-top: 55px;
}

.facility-support {
  padding-top: 100px;
}
@media screen and (min-width: 768px) {
  .facility-support .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.facility-support .btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 25px;
}

.support-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .support-cards {
    flex-direction: column;
    align-items: center;
    gap: calc(var(--custom-vw) * 0.08);
  }
}
.support-cards .support-card {
  width: 86%;
}
@media screen and (min-width: 768px) {
  .support-cards .support-card {
    width: 354px;
  }
}
.support-cards .support-card .img {
  margin-bottom: 10px;
}
.support-cards .support-card .img img {
  border-radius: 30px;
  box-shadow: 1.736px 9.848px 62px 0px rgba(229, 229, 229, 0.67);
}
.support-cards .support-card h3 {
  color: #0087eb;
  font-size: 2.4rem;
  font-weight: 500;
}
.support-cards .support-card h3 + p {
  margin-top: 20px;
}
.support-cards .support-card p {
  font-size: 1.5rem;
  line-height: 1.5;
}
.support-cards + .btns {
  margin-top: 40px;
}

/*---------------------------------------------
messag
---------------------------------------------*/
.message-content {
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .message-content .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.message-content p {
  line-height: 1.875;
}
.message-content p:not(.subheading5) + p {
  margin-top: 2em;
}
.message-content .main-copy {
  font-size: calc(var(--custom-vw) * 0.0906666667);
  font-style: italic;
  line-height: 1.428;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .message-content .main-copy {
    font-size: 7rem;
  }
}
.message-content h2 {
  font-size: calc(var(--custom-vw) * 0.0773333333);
  font-style: italic;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .message-content h2 {
    font-size: 5.4rem;
  }
}
.message-content .fbox {
  display: flex;
}
@media screen and (max-width: 767px) {
  .message-content .fbox {
    flex-direction: column;
    align-items: center;
  }
}
.message-content .fbox .txtBox {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .message-content .fbox .imgBox {
    width: 76.81%;
    margin-top: calc(var(--custom-vw) * 0.08);
  }
}
@media screen and (min-width: 768px) {
  .message-content .fbox .imgBox {
    max-width: 530px;
  }
}
@media screen and (min-width: 768px) {
  .message-content .fbox .txtBox + .imgBox {
    margin-left: 30px;
  }
}
.message-content .message-info {
  margin-top: calc(var(--custom-vw) * 0.1);
  display: grid;
  grid-template-columns: 1fr calc(var(--custom-vw) * 0.3866666667);
  grid-template-rows: auto auto auto;
}
@media screen and (min-width: 768px) {
  .message-content .message-info {
    margin-top: 60px;
    grid-template-columns: 826px 1fr;
    grid-template-rows: 160px auto auto;
  }
}
.message-content .message-info .visual {
  grid-column: 1/3;
  grid-row: 1;
}
@media screen and (max-width: 767px) {
  .message-content .message-info .visual {
    margin-bottom: calc(var(--custom-vw) * 0.06);
  }
}
@media screen and (min-width: 768px) {
  .message-content .message-info .visual {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
.message-content .message-info .book-data {
  grid-column: 1/2;
  grid-row: 3/4;
  text-align: right;
  font-size: calc(var(--custom-vw) * 0.032);
}
@media screen and (min-width: 768px) {
  .message-content .message-info .book-data {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.message-content .message-info .name {
  grid-column: 1/2;
  grid-row: 2/3;
  text-align: right;
  font-size: calc(var(--custom-vw) * 0.0373333333);
}
@media screen and (min-width: 768px) {
  .message-content .message-info .name {
    grid-column: 2/3;
    grid-row: 1/2;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.message-content .message-info .name img {
  width: calc(var(--custom-vw) * 0.4733333333);
  margin-top: calc(var(--custom-vw) * 0.0333333333);
}
@media screen and (min-width: 768px) {
  .message-content .message-info .name img {
    width: 250px;
    margin-top: 20px;
  }
}
.message-content .message-info .book-image {
  grid-column: 2/3;
  grid-row: 2/4;
}
@media screen and (max-width: 767px) {
  .message-content .message-info .book-image {
    padding-left: calc(var(--custom-vw) * 0.064);
  }
}
@media screen and (min-width: 768px) {
  .message-content .message-info .book-image {
    text-align: right;
  }
}
.message-content .message-info .book-image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .message-content .message-info .book-image img {
    width: 243px;
  }
}

/*---------------------------------------------
features
---------------------------------------------*/
.features-reasons {
  padding-bottom: calc(var(--custom-vw) * 0.2);
}
@media screen and (min-width: 768px) {
  .features-reasons {
    padding-bottom: 80px;
  }
}
.features-reasons .point-cards.-numbering .point-card {
  margin-bottom: calc(var(--custom-vw) * 0.1333333333);
  padding: calc(var(--custom-vw) * 0.0466666667) calc(var(--custom-vw) * 0.0266666667) calc(var(--custom-vw) * 0.0333333333);
}
@media screen and (min-width: 768px) {
  .features-reasons .point-cards.-numbering .point-card {
    margin-bottom: 50px;
    padding: 35px 20px 25px;
  }
}
.features-reasons .point-cards.-numbering .point-card h3 {
  font-size: calc(var(--custom-vw) * 0.0426666667);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .features-reasons .point-cards.-numbering .point-card h3 {
    font-size: 2rem;
  }
}
.features-reasons .point-cards.-numbering .point-card .number img {
  width: 56px;
}
@media screen and (max-width: 767px) {
  .features-reasons .point-cards.-numbering .point-card .number img {
    width: calc(var(--custom-vw) * 0.116);
  }
}
.features-reasons .point-cards.-numbering .point-card.point-01 .img {
  margin-bottom: 15px;
}
.features-reasons .point-cards.-numbering .point-card.point-01 .img img {
  width: 144px;
}
@media screen and (max-width: 767px) {
  .features-reasons .point-cards.-numbering .point-card.point-01 .img img {
    width: calc(var(--custom-vw) * 0.276);
  }
}
.features-reasons .point-cards.-numbering .point-card.point-02 .img {
  margin-top: 15px;
  margin-bottom: 25px;
  width: 191px;
}
@media screen and (max-width: 767px) {
  .features-reasons .point-cards.-numbering .point-card.point-02 .img {
    width: calc(var(--custom-vw) * 0.3653333333);
  }
}
.features-reasons .point-cards.-numbering .point-card.point-03 .img {
  margin-bottom: 15px;
  width: 163px;
}
@media screen and (max-width: 767px) {
  .features-reasons .point-cards.-numbering .point-card.point-03 .img img {
    width: calc(var(--custom-vw) * 0.312);
  }
}
.features-reasons .point-cards.-numbering .point-card.point-04 .img {
  margin-bottom: 20px;
  width: 236px;
}
@media screen and (max-width: 767px) {
  .features-reasons .point-cards.-numbering .point-card.point-04 .img img {
    width: calc(var(--custom-vw) * 0.452);
  }
}
.features-reasons .point-cards.-numbering .point-card.point-05 .img {
  margin-bottom: 20px;
  width: 249px;
}
@media screen and (max-width: 767px) {
  .features-reasons .point-cards.-numbering .point-card.point-05 .img img {
    width: calc(var(--custom-vw) * 0.344);
  }
}

.feature-details {
  padding-top: calc(var(--custom-vw) * 0.1666666667);
  padding-bottom: calc(var(--custom-vw) * 0.1666666667);
}
@media screen and (min-width: 768px) {
  .feature-details {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.point-details-cards {
  display: flex;
  flex-direction: column;
  gap: calc(var(--custom-vw) * 0.08);
}
@media screen and (min-width: 768px) {
  .point-details-cards {
    gap: 35px;
  }
}
.point-details-cards .point-details-card {
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: calc(var(--custom-vw) * 0.0466666667) calc(var(--custom-vw) * 0.0533333333);
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .point-details-cards .point-details-card {
    flex-direction: column;
    gap: calc(var(--custom-vw) * 0.08);
  }
}
@media screen and (min-width: 768px) {
  .point-details-cards .point-details-card {
    padding: 50px 60px;
  }
}
.point-details-cards .point-details-card .titBox {
  display: flex;
  align-items: center;
  margin-bottom: calc(var(--custom-vw) * 0.06);
}
@media screen and (min-width: 768px) {
  .point-details-cards .point-details-card .titBox {
    margin-bottom: 45px;
  }
}
.point-details-cards .point-details-card .titBox .number {
  margin-right: calc(var(--custom-vw) * 0.04);
  width: calc(var(--custom-vw) * 0.144);
  position: relative;
}
@media screen and (min-width: 768px) {
  .point-details-cards .point-details-card .titBox .number {
    margin-right: 30px;
    width: 67px;
  }
}
.point-details-cards .point-details-card .titBox .number:after {
  content: "";
  display: block;
  width: calc(var(--custom-vw) * 0.12);
  height: 2px;
  position: absolute;
  bottom: calc(var(--custom-vw) * -0.0346666667);
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #0087eb;
}
@media screen and (min-width: 768px) {
  .point-details-cards .point-details-card .titBox .number:after {
    width: 62px;
    bottom: -18px;
  }
}
.point-details-cards .point-details-card .titBox h3 {
  flex: 1;
  font-size: calc(var(--custom-vw) * 0.056);
  font-weight: 500;
  color: #0087eb;
  line-height: 1.3;
}
.point-details-cards .point-details-card .titBox h3 small {
  font-size: calc(var(--custom-vw) * 0.04);
}
@media screen and (min-width: 768px) {
  .point-details-cards .point-details-card .titBox h3 {
    font-size: 2.8rem;
  }
  .point-details-cards .point-details-card .titBox h3 small {
    font-size: 2rem;
  }
}
.point-details-cards .point-details-card .contBox {
  flex: 1;
  line-height: 1.875;
}
.point-details-cards .point-details-card .contBox .btn-more {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .point-details-cards .point-details-card:nth-child(2n) {
    flex-direction: row-reverse;
  }
}

/*---------------------------------------------
plan
---------------------------------------------*/
.plan-cards {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .plan-cards {
    margin-top: calc(var(--custom-vw) * 0.08);
    margin-bottom: calc(var(--custom-vw) * 0.08);
    flex-direction: column;
    gap: calc(var(--custom-vw) * 0.1066666667);
  }
}
.plan-cards .plan-card {
  width: 100%;
  border-radius: 30px;
  box-shadow: 1.736px 9.848px 35px 0px rgba(192, 192, 192, 0.52);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(var(--custom-vw) * 0.0666666667) calc(var(--custom-vw) * 0.0666666667) calc(var(--custom-vw) * 0.08);
}
@media screen and (min-width: 768px) {
  .plan-cards .plan-card {
    width: 430px;
    min-height: 400px;
    padding: 35px 35px 45px;
  }
}
.plan-cards .plan-card .logo {
  margin-bottom: calc(var(--custom-vw) * 0.08);
}
@media screen and (min-width: 768px) {
  .plan-cards .plan-card .logo {
    margin-bottom: 35px;
  }
}
.plan-cards .plan-card ul {
  margin-bottom: calc(var(--custom-vw) * 0.0666666667);
}
@media screen and (min-width: 768px) {
  .plan-cards .plan-card ul {
    margin-bottom: 30px;
  }
}
.plan-cards .plan-card ul li {
  display: flex;
  align-items: center;
}
.plan-cards .plan-card ul li img {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .plan-cards .plan-card ul li img {
    margin-right: calc(var(--custom-vw) * 0.0266666667);
    width: calc(var(--custom-vw) * 0.0826666667);
  }
}
.plan-cards .plan-card ul li span {
  flex: 1;
}
.plan-cards .plan-card ul li + li {
  margin-top: calc(var(--custom-vw) * 0.0466666667);
}
@media screen and (min-width: 768px) {
  .plan-cards .plan-card ul li + li {
    margin-top: 30px;
  }
}
.plan-cards .plan-card > img:first-child + h3 {
  margin-top: calc(var(--custom-vw) * 0.0333333333);
}
@media screen and (min-width: 768px) {
  .plan-cards .plan-card > img:first-child + h3 {
    margin-top: 15px;
  }
}
.plan-cards .plan-card h3 {
  font-size: calc(var(--custom-vw) * 0.0586666667);
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .plan-cards .plan-card h3 {
    font-size: 2.8rem;
  }
}
.plan-cards .plan-card .en {
  color: #0087eb;
  font-size: calc(var(--custom-vw) * 0.048);
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .plan-cards .plan-card .en {
    font-size: 2.4rem;
  }
}
.plan-cards .plan-card .description:not(:last-child) {
  margin-bottom: calc(var(--custom-vw) * 0.04);
}
@media screen and (min-width: 768px) {
  .plan-cards .plan-card .description:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .plan-cards .plan-card .btn_download {
    margin-top: auto;
  }
}

.plan_content .plan-details {
  width: 100%;
  margin: calc(var(--custom-vw) * 0.24) auto 0;
}
@media screen and (min-width: 768px) {
  .plan_content .plan-details {
    width: 76.785%;
    margin: 90px auto 0;
  }
}

.pickup_contents .pickup_item {
  padding: 30px 0;
  display: flex;
  align-items: center;
  gap: calc(var(--custom-vw) * 0.1066666667);
}
@media screen and (max-width: 767px) {
  .pickup_contents .pickup_item {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .pickup_contents .pickup_item {
    padding: 30px 0;
    gap: 50px;
  }
}
.pickup_contents .pickup_item .imgBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pickup_contents .pickup_item .imgBox {
    width: calc(var(--custom-vw) * 0.7066666667);
  }
}
@media screen and (min-width: 768px) {
  .pickup_contents .pickup_item .imgBox {
    width: 500px;
  }
}
.pickup_contents .pickup_item .imgBox .btn-more {
  /*position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 30%;*/
  margin-top: 1em;
}
.pickup_contents .pickup_item .txtBox {
  flex: 1;
}
.pickup_contents .pickup_item .txtBox p {
  line-height: 1.875;
}
.pickup_contents .pickup_item .txtBox p + .additional-info {
  margin-top: calc(var(--custom-vw) * 0.0533333333);
}
@media screen and (min-width: 768px) {
  .pickup_contents .pickup_item .txtBox p + .additional-info {
    margin-top: 20px;
  }
}
.pickup_contents .pickup_item .en {
  font-size: calc(var(--custom-vw) * 0.0426666667);
  font-weight: 500;
  color: #0087eb;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .pickup_contents .pickup_item .en {
    font-size: 3rem;
  }
}
.pickup_contents .pickup_item h3 {
  font-size: calc(var(--custom-vw) * 0.0666666667);
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  .pickup_contents .pickup_item h3 {
    font-size: 4.2rem;
  }
}
.pickup_contents .pickup_item .additional-info {
  box-shadow: 1.736px 9.848px 35px 0px rgba(192, 192, 192, 0.52);
  background-color: #fff;
  border-radius: 20px;
  padding: calc(var(--custom-vw) * 0.04);
}
@media screen and (min-width: 768px) {
  .pickup_contents .pickup_item .additional-info {
    padding: 20px;
  }
}
.pickup_contents .pickup_item .additional-info p:nth-child(1) {
  font-size: calc(var(--custom-vw) * 0.04);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .pickup_contents .pickup_item .additional-info p:nth-child(1) {
    font-size: 2rem;
  }
}
.pickup_contents .pickup_item .additional-info p:nth-child(1):before {
  content: "●";
  color: #0087eb;
  font-size: calc(var(--custom-vw) * 0.032);
  margin-right: 0.3em;
}
@media screen and (min-width: 768px) {
  .pickup_contents .pickup_item .additional-info p:nth-child(1):before {
    font-size: 1.6rem;
  }
}
.pickup_contents .pickup_item .additional-info > * + .links {
  margin-top: calc(var(--custom-vw) * 0.0333333333);
}
@media screen and (min-width: 768px) {
  .pickup_contents .pickup_item .additional-info > * + .links {
    margin-top: 15px;
  }
}
.pickup_contents .pickup_item .additional-info .links {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--custom-vw) * 0.0333333333);
}
@media screen and (min-width: 768px) {
  .pickup_contents .pickup_item .additional-info .links {
    gap: 18px;
  }
}
@media screen and (max-width: 767px) {
  .pickup_contents .pickup_item .additional-info .links li {
    width: calc(var(--custom-vw) * 0.2933333333);
  }
}
.pickup_contents .pickup_item .additional-info .links a {
  font-weight: 500;
}
.pickup_contents .pickup_item .additional-info .links .arrow-r1 {
  margin-right: 8px;
  vertical-align: middle;
}

/*---------------------------------------------
contact
---------------------------------------------*/
.contact-content-01 {
  padding-bottom: calc(var(--custom-vw) * 0.04);
}
@media screen and (min-width: 768px) {
  .contact-content-01 {
    padding-bottom: 60px;
  }
}
.contact-content-01 .subheading2 {
  margin-top: 0;
}
.contact-content-01 .description {
  font-size: calc(var(--custom-vw) * 0.0346666667);
  font-weight: 500;
  line-height: 1.7;
  margin-left: 1.5em;
}
@media screen and (min-width: 768px) {
  .contact-content-01 .description {
    font-size: 2rem;
  }
}
.contact-content-01 .imgBox {
  width: 90%;
  margin: calc(var(--custom-vw) * 0.0533333333) auto 0;
}
@media screen and (min-width: 768px) {
  .contact-content-01 .imgBox {
    margin: 40px auto 0;
    width: 545px;
  }
}

.contact-content-02 {
  position: relative;
}
.contact-content-02 .img {
  position: absolute;
  top: calc(var(--custom-vw) * 0.0133333333);
  right: calc(var(--custom-vw) * 0.0266666667);
  width: calc(var(--custom-vw) * 0.32);
}
@media screen and (min-width: 768px) {
  .contact-content-02 .img {
    top: -25px;
    right: 45px;
    width: 192px;
  }
}
.contact-content-02 .linkBox {
  position: relative;
  z-index: 1;
}

.linkBox {
  border-radius: 15px;
  padding: calc(var(--custom-vw) * 0.04);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f6f6f6;
  line-height: 1.4;
  min-height: calc(var(--custom-vw) * 0.2133333333);
}
@media screen and (min-width: 768px) {
  .linkBox {
    padding: 35px;
    min-height: 120px;
  }
}
.linkBox.-h-lg {
  min-height: calc(var(--custom-vw) * 0.2666666667);
}
@media screen and (min-width: 768px) {
  .linkBox.-h-lg {
    min-height: 150px;
  }
}
.linkBox ul {
  display: flex;
  flex-wrap: wrap;
}
.linkBox ul li {
  font-size: calc(var(--custom-vw) * 0.0346666667);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .linkBox ul li {
    font-size: 2.2rem;
  }
}
.linkBox ul li a {
  display: flex;
  align-items: center;
}
.linkBox ul li .arrow-r1 {
  vertical-align: middle;
  margin-right: 15px;
  margin-top: 1px;
}

/*---------------------------------------------
support
---------------------------------------------*/
@media screen and (min-width: 768px) {
  .support-content .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.support-members .support-member {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-block: 30px;
}
.support-members .support-member + .support-member {
  background-size: 4px 2px;
  background-image: linear-gradient(to right, #c9c9c9 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left top;
}
.support-members .image {
  width: 132px;
  border-radius: 50%;
  margin-right: 20px;
  margin-left: 5px;
}
.support-members .txtBox {
  flex: 1;
  font-size: 1.8rem;
}
.support-members .txtBox .tagline {
  font-weight: 500;
  margin-bottom: 0.6em;
}

.resources-items .tierBox {
  padding-block: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6%;
}
.resources-items .tierBox > * {
  max-width: 47%;
}
.resources-items .tierBox + .tierBox {
  background-size: 4px 2px;
  background-image: linear-gradient(to right, #c9c9c9 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left top;
}

@media screen and (min-width: 768px) {
  .flow-content .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.flow-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  gap: 60px;
}
.flow-cards .flow-card {
  position: relative;
  background-color: #ffffff;
  box-shadow: 1.216px 6.894px 38px 0px rgba(137, 137, 137, 0.27);
  border-radius: 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .flow-cards .flow-card {
    width: 1000px;
  }
}
.flow-cards .flow-card + .flow-card:not(.-others):after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 24px solid #0087eb;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -154%;
}
.flow-cards .flow-card > *:not(.stepBox):last-child {
  padding-bottom: 80px;
}
.flow-cards .number {
  position: relative;
  color: #0087eb;
  font-size: 2.6rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  width: 70px;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .flow-cards .number {
    margin-right: 20px;
  }
}
.flow-cards .number:after {
  display: block;
  content: "";
  width: 62px;
  height: 2px;
  background-color: #0087eb;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
.flow-cards .number span {
  margin-top: -8px;
}
.flow-cards .number img {
  margin-top: 5px;
}
.flow-cards .title {
  color: #0087eb;
}
@media screen and (min-width: 768px) {
  .flow-cards .title {
    width: 135px;
    margin-right: 15px;
  }
}
.flow-cards .title p {
  font-size: 2.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .flow-cards .title + .description {
    margin-top: 1em;
  }
}
.flow-cards .description {
  flex: 1;
  font-size: 1.8rem;
  line-height: 1.66;
}
.flow-cards .description a {
  color: #0087eb;
  text-decoration: underline;
}
.flow-cards .stepBox {
  padding: 40px 30px 50px 60px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .flow-cards .stepBox {
    flex-direction: column;
    padding: calc(var(--custom-vw) * 0.0533333333) calc(var(--custom-vw) * 0.04) calc(var(--custom-vw) * 0.0666666667);
  }
}
.flow-cards .stepBox-image {
  padding: 30px 15px 40px 60px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .flow-cards .stepBox-image {
    gap: calc(var(--custom-vw) * 0.04);
    padding: calc(var(--custom-vw) * 0.04) calc(var(--custom-vw) * 0.04) calc(var(--custom-vw) * 0.0533333333);
  }
}
.flow-cards .stepBox-image .txtBox {
  flex: 1;
}
.flow-cards .stepBox-image .txtBox .description {
  width: 100%;
  margin-top: 10px;
}
.flow-cards .stepBox-image .titBox {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .flow-cards .stepBox-image .titBox {
    justify-content: center;
    flex-direction: column;
  }
}
.flow-cards .stepBox-image .titBox .title {
  width: auto;
}
@media screen and (min-width: 768px) {
  .flow-cards .stepBox-image .titBox .title {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .flow-cards .stepBox-image .titBox + .description {
    margin-top: 1em;
  }
}
.flow-cards .stepBox-image .image {
  width: 294px;
  text-align: center;
  padding-top: 20px;
}
.flow-cards .flow-start .stepBox-image .titBox {
  margin-bottom: 20px;
}
.flow-cards .flow-start .stepBox-image .titBox .title p {
  font-size: 3.6rem;
}
.flow-cards .survey-list {
  padding: 40px;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .flow-cards .survey-list {
    flex-direction: column;
    align-items: center;
    gap: calc(var(--custom-vw) * 0.1066666667);
  }
}
.flow-cards .survey-list > * {
  width: calc(var(--custom-vw) * 0.6933333333);
}
@media screen and (min-width: 768px) {
  .flow-cards .survey-list > * {
    width: 290px;
  }
}
@media screen and (max-width: 767px) {
  .flow-cards .survey-list .survey-chart {
    width: 100%;
  }
}
.flow-cards .survey-list .survey-summary {
  background-color: #fcf48f;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 91.724%;
  min-height: 102px;
  line-height: 1.5;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}
.flow-cards .survey-list .survey-overview {
  font-size: 1.4rem;
  line-height: 1.428;
  padding: 10px 15px;
}
.flow-cards .support-voice {
  padding: 40px;
}
.flow-cards .support-voice h3 {
  font-size: calc(var(--custom-vw) * 0.04);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  position: relative;
  padding: 0 0 1em;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .flow-cards .support-voice h3 {
    font-size: 2.4rem;
  }
}
.flow-cards .support-voice h3:after {
  content: "";
  display: block;
  width: 300px;
  height: 4px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
.flow-cards .support-voice .voice-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flow-cards .support-voice .voice-items {
    gap: calc(var(--custom-vw) * 0.08);
  }
}
.flow-cards .support-voice .voice-items .voice-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow-cards .support-voice .voice-items .voice-item {
    width: 440px;
  }
}
.flow-cards .support-voice .voice-items .voice-item .voice-text {
  width: 78%;
  border-radius: 20px;
  background-color: #f6f6f6;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--custom-vw) * 0.0133333333) calc(var(--custom-vw) * 0.0133333333) calc(var(--custom-vw) * 0.0133333333) calc(var(--custom-vw) * 0.0933333333);
  font-weight: 500;
  letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
  .flow-cards .support-voice .voice-items .voice-item .voice-text {
    min-height: calc(var(--custom-vw) * 0.2533333333);
  }
}
@media screen and (min-width: 768px) {
  .flow-cards .support-voice .voice-items .voice-item .voice-text {
    width: 340px;
    height: 140px;
    padding: 10px 10px 10px 50px;
  }
}
.flow-cards .support-voice .voice-items .voice-item .voice-image {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .flow-cards .support-voice .voice-items .voice-item .voice-image {
    width: 32.72%;
  }
}

/*---------------------------------------------
tab
---------------------------------------------*/
@media screen and (min-width: 768px) {
  .main2col-document {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .main2col-document .main-block {
    flex: 1;
  }
}
.main2col-document .side-block {
  width: 28.5%;
  margin-left: 3%;
  position: sticky;
  top: 100px;
  align-self: flex-start;
  height: calc(98vh - 100px);
  overflow: scroll;
  /*position: absolute;
  top: 0;
  right: 0;*/
}
.main2col-document .side-nav {
  background-color: #f6f6f6;
  padding: 20px 15px 50px;
  letter-spacing: -1px;
}
.main2col-document .side-nav li + li {
  margin-top: 1em;
}
.main2col-document .side-nav a.active {
  color: #0087eb;
}

.tab-container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .tab-container.tab-document .tab-buttons {
    padding-right: 31.5%;
  }
}

.tab-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab-buttons .tab-button {
  position: relative;
  cursor: pointer;
  /*all: unset;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  text-decoration: none;
  outline: none;*/
  display: inline-flex;
  width: calc(var(--custom-vw) * 0.2866666667);
  height: calc(var(--custom-vw) * 0.1466666667);
  border-radius: calc(var(--custom-vw) * 0.16);
  background-color: #000000;
  color: #fff;
  font-size: calc(var(--custom-vw) * 0.032);
  font-weight: 500;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .tab-buttons .tab-button {
    padding-bottom: calc(var(--custom-vw) * 0.04);
  }
}
@media screen and (min-width: 768px) {
  .tab-buttons .tab-button {
    width: 340px;
    height: 60px;
    border-radius: 60px;
    font-size: 2.2rem;
  }
}
.tab-buttons .tab-button.-w-lg {
  width: calc(var(--custom-vw) * 0.3066666667);
}
@media screen and (min-width: 768px) {
  .tab-buttons .tab-button.-w-lg {
    width: 370px;
  }
}
.tab-buttons .tab-button.-w-xl {
  width: calc(var(--custom-vw) * 0.44);
}
@media screen and (min-width: 768px) {
  .tab-buttons .tab-button.-w-xl {
    width: 380px;
  }
}
.tab-buttons .tab-button .arrow {
  position: absolute;
  transition: transform 0.2s ease;
  transform-origin: center center;
}
@media screen and (max-width: 767px) {
  .tab-buttons .tab-button .arrow {
    bottom: calc(var(--custom-vw) * 0.016);
    left: 50%;
    translate: -50% 0;
    width: calc(var(--custom-vw) * 0.032);
  }
}
@media screen and (min-width: 768px) {
  .tab-buttons .tab-button .arrow {
    top: 50%;
    right: 25px;
    translate: 0 -50%;
  }
}
.tab-buttons .tab-button.active {
  background-color: #0087eb;
  cursor: inherit;
}
.tab-buttons .tab-button.active .arrow {
  transform: rotate(-180deg);
}

.tab-panel {
  display: none;
  /*opacity: 0;
  transition: opacity 0.5s ease;*/
}
.tab-panel.active {
  display: block;
  /*opacity: 1;*/
}

/*---------------------------------------------
faq
---------------------------------------------*/
.faq-cards {
  display: flex;
  flex-direction: column;
  gap: calc(var(--custom-vw) * 0.0533333333);
}
@media screen and (min-width: 768px) {
  .faq-cards {
    gap: 30px;
  }
}
.faq-cards .faq-card {
  background-color: #fff;
  border-radius: 15px;
}
.faq-cards .faq-card .faq-q {
  position: relative;
  padding: calc(var(--custom-vw) * 0.04) calc(var(--custom-vw) * 0.16) calc(var(--custom-vw) * 0.04) calc(var(--custom-vw) * 0.0533333333);
  display: flex;
  align-items: center;
  font-size: calc(var(--custom-vw) * 0.032);
  font-weight: 500;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .faq-cards .faq-card .faq-q {
    padding: 30px 120px 30px 40px;
    font-size: 2.2rem;
  }
}
.faq-cards .faq-card .faq-q .arrow {
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -10px;
  transform-origin: center center;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .faq-cards .faq-card .faq-q .arrow {
    right: calc(var(--custom-vw) * 0.0533333333);
    margin-top: calc(var(--custom-vw) * -0.0133333333);
    width: calc(var(--custom-vw) * 0.0533333333);
  }
}
.faq-cards .faq-card .faq-q .icon-q {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .faq-cards .faq-card .faq-q .icon-q {
    margin-right: calc(var(--custom-vw) * 0.04);
    width: calc(var(--custom-vw) * 0.0613333333);
  }
}
.faq-cards .faq-card .faq-a {
  padding: 0 calc(var(--custom-vw) * 0.04) calc(var(--custom-vw) * 0.04) calc(var(--custom-vw) * 0.16);
  font-size: calc(var(--custom-vw) * 0.0266666667);
  display: none;
}
@media screen and (min-width: 768px) {
  .faq-cards .faq-card .faq-a {
    padding: 0 60px 45px 105px;
    font-size: 1.8rem;
  }
}
.faq-cards .faq-card .faq-a a {
  color: #0087eb;
  text-decoration: underline;
}
.faq-cards .faq-card .faq-q.active .arrow {
  rotate: 180deg;
}

.tab-buttons {
  margin-bottom: 45px;
}