@charset "UTF-8";

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

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background: #fff;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, button, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

@font-face {
  font-family: "DIN2014";
  src: url("../font/DIN/DIN2014_regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DIN2014";
  src: url("../font/DIN/DIN2014-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "DIN2014";
  src: url("../font/DIN/DIN2014-Light.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@media (min-width: 1270px) {
  .is-sp, .is-tab, .is-pcnon {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1269px) {
  .is-pc, .is-sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .is-pc, .is-tab, .is-spnon {
    display: none !important;
  }
}

/* ========================================================
common
=========================================================*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
  color: #454545;
  font-weight: 700;
  letter-spacing: 0.04em;
}

html {
  font-size: 62.5%;
}

p {
  font-size: 1.6rem;
  line-height: 1.5;
}

.inner {
  width: 1270px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

@media (max-width: 767px) {
  .inner {
    width: 600px;
  }
}

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

.section-title .en {
  display: inline-block;
  font-family: din-2014, sans-serif;
  font-size: 6rem;
  background: linear-gradient(90deg, #4373C7 0%, #20C0D8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title .ja {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.075rem;
  padding-top: 1em;
  color: rgba(68, 68, 68, 0.80);
}

@media (min-width: 768px) and (max-width: 1269px) {
  .section-title .en {
    font-size: 5.5rem;
  }

  .section-title .ja {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .section-title .en {
    font-size: 4rem;
  }

  .section-title .ja {
    font-size: 1.6rem;
  }
}

/* ========================================================
mv
=========================================================*/
.mv {
  background: url(../images/mv-bg.jpg) no-repeat center center/cover;
  padding: 40px 0 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@media (max-width: 767px) {
  .mv {
    padding: 20px 0 0;
    background: url(../images/mv_sp.jpg) no-repeat center center/cover;
    min-height: auto;
  }
}

.mv__container {
  /* margin-top: 20px; */
  flex: 1;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .mv__container {
    margin-top: 80px;
  }
}

.mv__inner {
  padding: 0 0 0 83px;
  width: 100%;
  min-height: calc(100vh - 40px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .mv__inner {
    padding: 0 0 0 5.7%;
  }
}

@media (max-width: 767px) {
  .mv__inner {
    display: block;
    padding: 0 16px;
    height: auto;
    min-height: auto;
  }
}

.mv__text {
  color: #fff;
  /* margin-top: -1.9em; */
  width: calc(40%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 1;
}

.mv__text h2 {
  font-size: 4.8rem;
  line-height: 1.5;
  letter-spacing: 0.15rem;
}

.mv__text p {
  font-size: 2.1rem;
  margin-top: 1.5rem;
  line-height: 1.5;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .mv__text h2 {
    font-size: 3.2vw;
  }

  .mv__text p {
    font-size: 1.8vw;
  }
}

@media (max-width: 767px) {
  .mv__text {
    width: 100%;
    height: auto;
    align-items: center;
  }

  .mv__text h2 {
    font-size: 3rem;
  }

  .mv__text p {
    font-size: min(3.4285714286vw, 16px);
  }
}

/* Hero Buttons */
.mv__buttons {
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
}

.mv__button {
  display: inline-block;
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-align: center;
  min-width: 200px;
}

.mv__button--primary {
  background-color: #6366f1;
  color: #fff;
  border: 2px solid #6366f1;
}

.mv__button--primary:hover {
  background-color: #4f46e5;
  border-color: #4f46e5;
  opacity: 1;
}

.mv__button--secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.mv__button--secondary:hover {
  background-color: #fff;
  color: #333;
  opacity: 1;
}

@media (max-width: 767px) {
  .mv__buttons {
    flex-direction: column;
    width: 100%;
    margin-top: 2rem;
  }
  
  .mv__button {
    width: 100%;
    padding: 1rem 2rem;
    font-size: 1rem;
  }
}

.mv__logo {
  width: 290px;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .mv__logo {
    width: 20vw;
  }
}

@media (max-width: 767px) {
  .mv__logo {
    width: 160px;
  }
}

.mv__image .mock{
  padding-right: 0;
  position: relative;
  top: 0;
  max-width: none;
  width: 110%;
  height: auto;
}

.mv__image {
  /* width: 70%; */
  width: calc(60%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  margin-right: -10%;
  padding-left: 2rem;
}

.mv__image .wide {
  display: none;
}

@media (min-width: 1750px) {

  .mv__inner {
    min-height: calc(100vh - 40px);
  }

  .mv__image {
    height: 100%;
  }

  .mv__image .wide {
    display: inline-block;
    padding-right: 0;
    max-width: none;
    width: 110%;
    height: auto;
  }

  .mv__image .normal {
    display: none;
  }

  
}

@media (max-width: 767px) {
  .mv__image {
    margin: 3vh auto;
    width: 100%;
    display: block;
    margin-right: 0;
    padding-left: 0;
  }

  .mv__image .mock{
    padding: 0 16px;
    position: unset;
    width: 100%;
    max-width: 100%;
  }

}



/* ========================================================
header
=========================================================*/
header {
  position: fixed;
  top: 0;
  /* z-index: 1000; */
  width: 100%;
}

.header__inner {
  /* width: 1440px; */
  padding: 16px 36px;
}

.header__button {
  background: linear-gradient(90deg, #4373C7, #20C0D8);
    color: #FFF;
    padding: 16px;
    text-align: center;
    font-size: 18px;
    padding: 0 16px;
    height: 50px;
    display: flex;
    align-items: center;
    margin-right: 50px;
    z-index: 1000;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .header__inner {
    padding: 16px 16px;
  }
}

@media (max-width: 767px) {
  .header__inner {
    padding: 16px 16px;
  }
}

.header__logo {
  width: 153px;
  padding: 0px 0 0 36px;
  z-index: 1000;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .header__logo {
    width: 13vw;
  }
}

@media (max-width: 767px) {
  .header__logo {
    width: 120px;
    padding: 16px 0 0 16px;
  }
}

/* ========================================================
Menu Button
=========================================================*/
.menu-btn {
  right: 0;
  display: block;
  position: fixed;
  top: 0px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1000;
  background: rgba(102, 102, 102, .7);
}

.menu-btn span {
  position: absolute;
  width: 40%;
  /*線の長さ*/
  height: 2px;
  /*線の太さ*/
  left: calc(50% - 40% / 2);
  /*中央から長さの半分を引く*/
  background: #FFF;
  /*線の色*/
  transition: .4s;
}

.top-bar {
  top: calc(35% - 2px / 2);
}

.center-bar {
  top: calc(50% - 2px / 2);
}

.under-bar {
  top: calc(65% - 2px / 2);
}

#open:checked~.menu-btn>.top-bar {
  top: calc(50% - 2px / 2);
  transform: rotate(45deg);
}

#open:checked~.menu-btn>.center-bar {
  opacity: 0;
}

#open:checked~.menu-btn>.under-bar {
  top: calc(50% - 2px / 2);
  transform: rotate(-45deg);
}

#open {
  display: none;
}

#open:checked + label.menu-btn {
  z-index: 100000; /* Keep it above everything */
}

.drawer {
  width: 100vw;
  max-width: 400px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  -webkit-transition: .7s;
  transition: .5s;
  background: #666;
  padding: 26px;
  z-index: 1000;
}

.drawer.open {
  right: 0;
}

.drawer_logo {
  width: 110px;
}

.drawer-menu {
  padding: 40px 26px;
  margin: 0;
}

.drawer-item {
  list-style: none;
  margin-bottom: 30px;
}

.drawer-item:last-child {
  margin-bottom: 0;
}

.drawer-item a {
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.drawer_link_wrap {
  padding: 0 26px;
}

.drower_link {
  border-radius: 6px;
  background: #2EA3D2;
  color: #FFF;
  padding: 16px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  display: inline-block;
}

.contact .drower_link {
  max-width: 60%;
  margin: 7% auto 0px;
}

@media (max-width: 767px) {
  .drawer {
    width: 100vw;
    max-width: none;
  }

  .drawer-menu {
    padding: 60px 26px 44px;
    margin: 0;
  }
}

.contact .drower_link {
  max-width: 100%;
}


/* ========================================================
about
=========================================================*/
.about {
  padding-top: 50px;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .about {
    padding-top: 5%;
  }
}

.about__inner {
  width: 1440px;
  padding-left: 144px;
  padding-right: 0;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .about__inner {
    padding-left: 5%;
  }
}

@media (max-width: 767px) {
  .about__inner {
    padding-left: 16px;
  }
}

.about__container {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .about__container {
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.about__body {
  width: 55%;
  margin-top: 7%;
}

.about__body p {
  font-size: 1.8rem;
  line-height: 1.8333333333;
  padding-top: 3em;
  letter-spacing: 0.06em;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .about__body p {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .about__body {
    width: 100%;
    margin-top: 2%;
  }

  .about__body p {
    font-size: min(3.7142857143vw, 1.6rem);
  }
}

.about__title {
  display: flex;
  align-items: baseline;
  width: 100%;
}

.about__title .ja {
  font-size: 4rem;
  background: linear-gradient(90deg, #4373C7, #20C0D8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
}

.about__text span {
  background: linear-gradient(90deg, #4373C7, #20C0D8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about__btn {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
}

.about__btn a {
  display: inline-block;
  width: 265px;
  max-width: 100%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
  color: rgba(68, 68, 68, 0.8);
  background: linear-gradient(90deg, #4373C7 0%, #20C0D8 100%);
  position: relative;
  padding: 2px;
}

.about__btn a span {
  display: block;
  height: 100%;
  background: #FFF;
  padding: 1rem 0;
}

.about__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../images/icon-btn-arrow.png) no-repeat center center/contain;
  width: 7px;
  aspect-ratio: 7/12;
  z-index: 100;
}

.about__btn a:first-child {
  margin-right: 3%;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .about__btn a {
    width: 180px;
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .about__btn {
    padding-right: 16px;
    max-width: 584px;
    margin: 38px auto 0;
  }

  .about__btn a {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
  }

  .about__btn a:first-child {
    margin-right: 0;
    margin-bottom: 3%;
  }
}

.about__image {
  width: 59%;
}

.about__image .wide {
  display: none;
}

@media (min-width: 1438px) {
  .about__image .wide {
    display: inline-block;
  }

  .about__image .normal {
    display: none;
  }
}

@media (max-width: 767px) {
  .about__image {
    width: 80%;
    margin-top: 0;
    margin-left: auto;
    max-width: 480px;
  }
}

/* ========================================================
benefit
=========================================================*/
.benefit {
  padding: 133px 0 0;
  position: relative;
}

.benefit::before {
  content: "";
  position: absolute;
  background: url(../lp/images/benefit.dec.png) no-repeat center center/100%;
  aspect-ratio: 881/1109;
  left: 0;
  top: -7%;
  width: 31%;
  z-index: -1;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .benefit {
    padding: 8% 0 9%;
  }

  .benefit::before {
    top: 0%;
  }
}

@media (max-width: 767px) {
  .benefit {
    padding: 20% 0 9%;
  }

  .benefit::before {
    top: 7%;
    width: 45%;
  }
}

.benefit__container {
  margin-top: 3em;
  display: flex;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .benefit__container {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .benefit__container {
    display: block;
    margin-top: 15%;
  }
}

.benefit__item {
  width: calc(33.3% - 30.6666666667px);
  position: relative;
  box-shadow: 0px 3px 33px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  /* padding: 76px 39px 38px; */
  padding: 39px;
  background: #fff;
}

.benefit__item:nth-child(n+2) {
  margin-left: 46px;
}

.benefit__item h3 {
  margin: 0 auto;
  background: linear-gradient(90deg, #4373C7, #20C0D8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 2.4rem;
  text-align: center;
  width: 100%;
}

.benefit__item p {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.575px;
  padding-top: 1.8em;
  font-weight: 100;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .benefit__item {
    width: 31.1666666667%;
    padding: 8% 3% 4%;
  }

  .benefit__item:nth-child(n+2) {
    margin-left: 3.2%;
  }
}

@media (max-width: 767px) {
  .benefit__item {
    width: 100%;
  }

  .benefit__item:nth-child(n+2) {
    margin-left: 0;
    margin-top: 15%;
  }
}

.benefit__item-num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 91px;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .benefit__item-num {
    width: 70px;
  }
}

@media (max-width: 767px) {
  .benefit__item-num {
    width: 70px;
  }
}

.benefit__item-title01 {
  width: 222px;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .benefit__item-title01 {
    width: 180px;
  }
}

.benefit__item-title02 {
  width: 166px;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .benefit__item-title02 {
    width: 140px;
  }
}

.benefit__item-title03 {
  width: 165px;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .benefit__item-title03 {
    width: 140px;
  }
}
/* ========================================================
PRICE
=========================================================*/

.price {
  padding: 80px 0 0;
}


.price__content-wrap {
  background: linear-gradient(90deg, #4373C7, #20C0D8);
  padding: 5px;
  border-radius: 20px;
  margin-top: 90px;
}

@media (max-width: 767px) {
  .price__content-wrap {
    padding: 3px;
  }
}

.price__content {
  background: #fff;
  border-radius: 18px;
  padding: 5.4%;
  position: relative;
}

.price__content-num {
  position: absolute;
  top: 0;
  left: 40px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #4373C7, #20C0D8);
  border-radius: 5px;
  font-size: 2.4rem;
  line-height: 2;
  padding: 0 28px 0 23px;
  color: #fff;
  letter-spacing: 0.06em;
}

@media (max-width: 767px) {
  .price__content-num {
    font-size: 1.8rem;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
    padding: 1.5rem;
    letter-spacing: 1.29px;
    line-height: 2.5rem;
  }

  .price__content {
    padding: 15% 5.4%;
  }

}

.price_table {
  overflow: auto;
  width: 100%;
}

.price_table table {
  /* border: 2px solid #fcfcfd; */
  height: 100%;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 1px;
  font-size: 1.8rem;
  border-top: 1px dotted rgba(68, 68, 68, 0.29);
  border-bottom: 1px dotted rgba(68, 68, 68, 0.29);

}

.price_table caption {
  caption-side: top;
  text-align: left;
}

.price_table th {
  /* border: 2px solid #fff;
  background-color: #ededed; */
  background-color: #f7f7f7;
  padding: 12px;
  text-align: left;
  width: 30%;
  font-weight: 600;
  border-top: 1px dotted rgba(68, 68, 68, 0.29);
  border-bottom: 1px dotted rgba(68, 68, 68, 0.29);
}

.price_table td {
  /* border: 2px solid #fff; */
  padding: 12px;
  text-align: center;
  border-top: 1px dotted rgba(68, 68, 68, 0.29);
  border-bottom: 1px dotted rgba(68, 68, 68, 0.29);
}

.price .box {
  margin-top: 30px;
}

/* ========================================================
useCase
=========================================================*/
.useCase {
  padding: 164px 0 217px;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .useCase {
    padding: 10% 0 15%;
  }
}

@media (max-width: 767px) {
  .useCase {
    padding: 10% 0 15%;
  }
}

.useCase__content-wrap {
  background: linear-gradient(90deg, #4373C7, #20C0D8);
  padding: 5px;
  border-radius: 20px;
  margin-top: 90px;
}

@media (max-width: 767px) {
  .useCase__content-wrap {
    padding: 3px;
  }
}

.useCase__content {
  background: #fff;
  border-radius: 18px;
  padding: 0 5.4%;
  position: relative;
  aspect-ratio: 2476/1174;
  display: flex;
  justify-content: center;
  align-items: center;
}

.useCase__content:nth-child(n+2) {
  margin-top: 6.6%;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .useCase__content {
    aspect-ratio: unset;
    padding: 8% 5%;
  }
}

@media (max-width: 767px) {
  .useCase__content {
    padding: 15% 5% 10%;
  }
}

.useCase__content-num {
  position: absolute;
  top: 0;
  left: 40px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #4373C7, #20C0D8);
  border-radius: 5px;
  font-size: 2.4rem;
  line-height: 2;
  padding: 0 28px 0 23px;
  color: #fff;
  letter-spacing: 0.06em;
}

.useCase__content-num span {
  font-family: "DIN2014", sans-serif;
  font-size: 32px;
}

@media (max-width: 767px) {
  .useCase__content-num {
    font-size: 1.5rem;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 0;
    text-align: center;
  }

  .useCase__content-num span {
    font-size: 1.8rem;
  }
}

.useCase__items {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .useCase__items {
    justify-content: space-between;
  }
}

.useCase__item {
  position: relative;
  width: 21.2875%;
}

.useCase__item:not(:nth-child(4n)) {
  margin-right: 4.95%;
}

.useCase__item:nth-child(n+5) {
  margin-top: 4.5%;
}

.useCase__item:not(:first-child) .use_img {
  position: relative;
}

.useCase__item:not(:first-child) .use_img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -11.6265413975%;
  transform: translate(-50%, -50%);
  background: url(../images/icon-arrow.png) no-repeat center center/contain;
  width: 16px;
  aspect-ratio: 29/59;
}

.useCase__item p {
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 8px;
  padding-left: 1rem;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .useCase__item {
    width: 22.15%;
  }

  .useCase__item:not(:nth-child(4n)) {
    margin-right: 3.8%;
  }

  .useCase__item:not(:first-child) .use_img::before {
    left: -8.9254257193%;
    width: 12px;
  }
}

@media (max-width: 767px) {
  .useCase__item {
    width: 47.5%;
  }

  .useCase__item:not(:nth-child(4n)) {
    margin-right: 0;
  }

  .useCase__item:nth-child(n+3) {
    margin-top: 10%;
  }

  .useCase__item:not(:first-child) .use_img::before {
    left: -8.9254257193%;
    width: 12px;
    left: -4.925426%;
    width: 8px;
  }

  .useCase__item p {
    padding-left: 0;
  }
}

.useCase__item-num {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-33%, -32%);
  width: 65px;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .useCase__item-num {
    width: 55px;
  }
}

@media (max-width: 767px) {
  .useCase__item-num {
    width: 40px;
  }
}

.useCase__item-title {
  font-size: 1.8rem;
  padding-top: 14px;
  padding-left: 1rem;
}

.useCase__item-title span {
  display: block;
  font-size: 1.5rem;
  padding-top: 7px;
}

@media screen and (max-width: 1269px) {
  .useCase__item-title {
    font-size: min(3.1428571429vw, 1.3rem);
    padding-left: 0;
  }

  .useCase__item-title span {
    font-size: 1rem;
  }
}

/* ========================================================
caseStudy
=========================================================*/
.caseStudy {
  padding: 135px 0 147px;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .caseStudy {
    padding: 9.3% 0 10.5%;
  }
}

@media (max-width: 767px) {
  .caseStudy {
    padding: 9.3% 0 10.5%;
  }
}

.caseStudy__inner {
  max-width: unset;
  width: 87%;
  max-width: 1253px;
}

@media (max-width: 767px) {
  .caseStudy__inner {
    width: unset;
    padding: 0;
  }
}

.slider {
  margin-top: 55px;
}

.slick-slide {
  width: 87vw;
  max-width: 1253px;
  background: #F5F5F5;
}

@media (max-width: 767px) {
  .slick-slide {
    width: 100vw;
    background: none;
  }
}

.slider__item {
  padding: 85px 91px 88px 62px;
  display: flex !important;
  align-items: start;
}

.slider__item img {
  width: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .slider__item {
    padding: 6%;
  }

  .slider__item img {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .slider__item {
    display: block !important;
    padding: 8%;
    background: #F5F5F5;
    width: 90% !important;
    margin: 0 auto;
  }

  .slider__item img {
    width: 100%;
  }
}

.slider__body {
  width: 50%;
  padding-left: 80px;
  padding-top: 13px;
}

.slider__body h3 {
  font-size: 3.7rem;
  color: #2EA3D2;
}

.slider__body p {
  font-size: 1.7rem;
  line-height: 1.4705882353;
  padding-top: 2.1em;
  letter-spacing: 2.012px;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .slider__body {
    width: 56%;
    padding-left: 5.5%;
  }

  .slider__body h3 {
    font-size: 3.2rem;
  }

  .slider__body p {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .slider__body {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }

  .slider__body h3 {
    font-size: 2.4rem;
    white-space: nowrap;
  }

  .slider__body p {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
}

.next-arrow {
  width: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(240%, -50%);
}

@media (max-width: 767px) {
  .next-arrow {
    right: 3vw;
    transform: translate(0, -50%);
    width: 16px;
  }
}

/* ========================================================
cta
=========================================================*/
.cta {
  margin: 112px 0 0;
  padding: 112px 0 0;
  background: rgba(46, 163, 210, 0.24);
}

/* ========================================================
function
=========================================================*/

.function__container {
  width: 100%;
  margin: 65px auto 0;
}

@media (max-width: 767px) {
  .function__container {
    display: block;
  }
}

.function__container h3 {
  font-size: 2rem;
  text-align: center;

}

.function__container p {
  font-size: 1.4rem;
  margin-top: 0.8em;
  font-weight: 100;
  text-align: left;
}

.function__container img {
  width: 100%;
  height: 210px;
  object-position: left top;
  object-fit: cover;
  cursor: pointer;
}

.function__container .lock {
width: auto;
object-fit: contain;
padding: 10px;
margin: 0 auto;
}

.function__container a {
  color:rgba(46, 163, 210, .9);
  display: block;
}

.function__container a:hover {
  opacity: calc(70%);
}

.function__item {
  background: #fff;
  border-radius: 7.5px;
  /* aspect-ratio: 340/338; */
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 20px;
}

.function__item img {
  width: 100%;
  height: 210px;
  object-position: left top;
  object-fit: cover;
  border: #20C0D8 1px solid;
  border-radius: 7.5px;
  cursor: pointer;
}

.function__item img:hover {
  opacity: calc(70%);
}


#function .left_bottom {
  object-position: left bottom;
}

#function .center {
  object-position: center;
}

#function .right_bottom {
  object-position: right bottom;
}


.function__item h3 {
  font-size: 2rem;
  margin-top: 0.8em;
  text-align: center;
}

.function__item p {
  font-size: 1.4rem;
  margin-top: 0.8em;
  font-weight: 100;
  text-align: left;
}

#image-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  z-index: 1000;
}

#image-overlay img {
  width: auto;
  height: auto;
  margin: 10% auto;
  object-fit: contain;
  max-height: -webkit-fill-available;
}

#close-overlay {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .function__item {
    padding: 20px 0;
  }

  .function__item:nth-child(n+2) {
    margin-left: 3.7%;
  }

  .function__item img {
    height: 160px;
  }
}

/* ========================================================
model
=========================================================*/
.model {
  padding: 112px 0 80px;
  background: rgba(46, 163, 210, 0.24);
}

.model__title {
  font-size: 4.6rem;
  letter-spacing: 2.76px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .model__title {
    font-size: 4rem;
  }
}

@media (max-width: 767px) {
  .model__title {
    font-size: 2.6rem;
  }
}

.model__text {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 1.2px;
  text-align: center;
  padding-top: 2.2em;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .model__text {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .model__text {
    font-size: min(3.7142857143vw, 1.6rem);
  }
}

.model__container {
  width: 100%;
  margin: 65px auto 0;
}

@media (max-width: 767px) {
  .model__container {
    display: block;
  }
}

.model__item {
  background: #fff;
  border-radius: 7.5px;
  /* aspect-ratio: 340/338; */
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 20px;
}

.model__item img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border: #454545 3px solid;
  border-radius: 7.5px;
}

.model__item p {
  font-size: 1.4rem;
  margin-top: 0.8em;
  font-weight: 100;
  text-align: left;
}

.model__item a {
  color:rgba(46, 163, 210, .9);
}

.model__item a:hover {
  opacity: calc(70%);
}


@media (min-width: 768px) and (max-width: 1269px) {
  .model__item {
    padding: 20px 0;
  }

  .model__item:nth-child(n+2) {
    margin-left: 3.7%;
  }

  .model__item img {
    height: 160px;
  }
}

@media (max-width: 767px) {
  .model__item {
    width: 100%;
  }

  .model__item:nth-child(n+2) {
    margin-left: 0;
    margin-top: 10%;
  }
}

.model__item-name {
  font-size: 2rem;
  margin-top: 23px;
  text-align: center;
}

.model__item-name span {
  display: inline-block;
  font-size: 1.2rem;
  padding-left: 2.1em;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .model__item-name {
    font-size: 1.5rem;
  }

  .model__item-name span {
    font-size: 1.2rem;
    padding-left: 1em;
  }
}

.model__item-note {
  position: absolute;
  bottom: 11px;
  right: 12px;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .model__item-note {
    bottom: 2px;
  }
}

/* ========================================================
plan
=========================================================*/
.plan {
  padding: 158px 0;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .plan {
    padding: 11% 0;
  }
}

@media (max-width: 767px) {
  .plan {
    padding: 11% 0;
  }

  .inner.plan__inner {
    padding: 0 !important;
    width: 100%;
  }
}

.plan__container {
  margin-top: 70px;
  width: auto;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
  left: -40px;
}

@media screen and (max-width: 1280px) {
  .plan__container {
    left: 0;
  }
}

.plan__table-wrap {
  width: 1166px;
  position: relative;
  padding-bottom: 70px;
}

.plan__table {
  table-layout: fixed;
  width: 100%;
}

.plan__table tr:nth-child(n+2) {
  border-bottom: 1px dotted rgba(68, 68, 68, 0.29);
}

.plan__table tr:nth-child(n+2) {
  border-bottom: 1px dotted rgba(68, 68, 68, 0.29);
}

.plan__table tr:last-child {
  border-bottom: none;
}

.plan__table tr:nth-child(2) th, .plan__table tr:nth-child(2) td {
  padding: 13px 0;
}

.plan__table .light,
.plan__table .basic,
.plan__table .enterPrice {
  text-align: center;
  background: #E3E9F1;
  font-weight: 700;
  padding: 26px 0 19px;
  width: 30%;
}

.plan__table .light h3,
.plan__table .basic h3,
.plan__table .enterPrice h3 {
  font-size: 3rem;
  line-height: 1;
}

.plan__table .light span,
.plan__table .basic span,
.plan__table .enterPrice span {
  display: inline-block;
  font-size: 1rem;
  padding: 0 1em;
  margin-bottom: 1em;
  position: relative;
}

.plan__table .light span::before,
.plan__table .basic span::before,
.plan__table .enterPrice span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-30deg);
  background: rgba(68, 68, 68, 0.6);
  width: 1px;
  height: 1em;
}

.plan__table .light span::after,
.plan__table .basic span::after,
.plan__table .enterPrice span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(30deg);
  background: rgba(68, 68, 68, 0.6);
  width: 1px;
  height: 1em;
}

.plan__table .basic {
  background: linear-gradient(90deg, #4373C7, #20C0D8);
  color: #fff;
}

.plan__table .basic span::before {
  background: #fff;
}

.plan__table .basic span::after {
  background: #fff;
}

.plan__table .enterPrice h3 {
  font-size: 26px;
}

.plan__table .heading:nth-child(1) {
  width: 80px;

}

.plan__table .heading:nth-child(2) {
  width: 100px;

}

.plan__table .heading {
  font-size: 1rem;
  color: rgba(68, 68, 68, 0.8);
  font-weight: 700;
  text-align: right;
}

.plan__table .heading:nth-child(n) {
  padding: 10px 16px 12px;
}

.plan__table .price {
  font-size: 2.1rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.plan__table .text {
  padding: 20px 25px 33px;
  text-align: left;
  line-height: 1.3;
  vertical-align: top;
  font-size: 13.5px;
}

.plan__table td {
  background: #F7F7F7;
  font-size: 1.5rem;
  line-height: 2.7;
  font-weight: 700;
  text-align: center;
  position: relative;
}

.plan__table td.tesuryo {
  padding-bottom: 15px;
}

.plan__table td:nth-of-type(2) {
  background: #DDF2F8;
}

.plan__table td span {
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 10px;
  line-height: 1;
}

.plan__note {
  font-size: 1.3rem;
  line-height: 1.3846153846;
  padding-top: 12px;
  position: absolute;
  left: 0;
}

@media (max-width: 767px) {
  .plan__table .heading {
    width: 75px;
    position: sticky;
    left: 0;
    background: #FFF;
    z-index: 3;
    line-height: 1.2;
  }

  .plan__table .heading:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 10px solid white;
    background: #FFF;
    z-index: -1;
  }

  .plan__table .heading:nth-child(1) {
    width: 18px !important;
  }

  .plan__table .heading:nth-child(n) {
    padding: 10px 6px 12px;
    width: 50px;
  }

  .plan__table .text {
    padding: 20px 66px 33px;
    line-height: 1.5;
  }

  .plan__note {
    position: initial;
    padding: 0 32px;
  }

  .plan__table .light,
.plan__table .basic,
.plan__table .enterPrice {
  width: 80px;
}

}

/* ========================================================
Recommend
=========================================================*/
.recommend {
  position: relative;
  /* padding: 158px 0; */
  padding-bottom: 10%;
}

.recommend::before {
  content: "";
  position: absolute;
  background: url(../images/recommend_bg.png) no-repeat center center/100%;
  aspect-ratio: 881/1109;
  left: 0;
  top: -7%;
  width: 31%;
}

.recommend__container {
  display: flex;
  justify-content: space-between;
  margin: 65px auto 0;
  width: 90%;
  gap: 10px;
}

.recommend__item {
  position: relative;
  z-index: 2;
  width: 48%;
}

.recommend__item h3 {
  font-size: 2.3rem;
  line-height: 1;
  background: linear-gradient(90deg, #4373C7, #20C0D8);
  color: #fff;
  padding: 1.5rem;
  border-radius: 10px 10px 0 0;
  text-align: center;
  letter-spacing: 1.29px;
  line-height: 2.5rem;
}

.recommend__item_wrap {
  background: #F5F5F5;
  border-radius: 0 0 10px 10px;
  padding: 5%;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.recommend__item_wrap p{
  margin: 0 0 5%
}

.recommend__item_wrap_inner {
  padding: 5% 0;
  margin: 0 8%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 1.5rem;
  align-items: center;
}

.recommend__item_wrap_inner:first-child {
  border-bottom: 1px dashed #888;
}

.recommend__item_wrap_inner p {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.8rem;
}

.recommend__item_wrap_inner:last-child ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.recommend__item_wrap_inner:last-child ul li {
  width: 35%;
}

.recommend__item_wrap_inner ul li {
  list-style-type: disc;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.recommend__item_wrap_inner.is_single {
  border-bottom: none;
}

.recommend__item_wrap_inner.is_single ul {
  display: initial;
}

.recommend__item_wrap_inner.is_single ul li {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .recommend::before {
    top: 0%;
  }
}

@media (max-width: 767px) {
  .recommend::before {
    top: 7%;
    width: 45%;
  }

  .recommend__container {
    flex-wrap: wrap;
    width: 100%;
    margin: 6% auto 0;
  }

  .recommend__item {
    width: 100%;
  }

  .recommend__item h3 {
    font-size: 1.8rem;
  }

  .recommend__item_wrap_inner p {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }

  .recommend__item_wrap_inner:last-child ul {
    display: initial;
  }

  .recommend__item_wrap_inner:last-child ul li {
    width: 100%;
  }
}

/* ========================================================
Flow
=========================================================*/
.flow {
  padding: 3% 0 10%;
  position: relative;
}

.flow::before {
  content: "";
  position: absolute;
  background: url(../images/flow_bg.png) no-repeat center center/100%;
  aspect-ratio: 881/1109;
  right: 0;
  top: -7%;
  width: 31%;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .flow::before {
    top: 0%;
  }
}

@media (max-width: 767px) {
  .flow::before {
    top: 7%;
    width: 45%;
  }
}

.explanation {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 1.2px;
  text-align: center;
  padding-top: 2.2em;
}

.flow___items {
  width: 90%;
  margin: 0 auto;
  margin-top: 7%;
  position: relative;
}

.flow___items::before {
  content: "";
  width: 7px;
  height: 90%;
  margin-left: 123px;
  display: block;
  position: absolute;
  top: 0;
  left: 34px;
  background: radial-gradient(circle at center, rgba(46, 163, 210, 0.20) 0, rgba(46, 163, 210, 0.20) 3.5px, transparent 3.5px, transparent 7px) repeat-y;
  background-size: 100% 14px;
}

.flow___items li {
  display: flex;
  background: #F7F7F7;
  margin-bottom: 32px;
  align-items: center;
}

.flow___items h3 {
  display: inline-block;
  background: #D5EDF6;
  width: 317px;
  padding: 3% 30px;
  font-size: 17px;
  position: relative;
}

.flow___items h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  width: 14px;
  height: 21px;
  background: url(../images/flow_polygon.png) no-repeat center center/100%;
  display: inline-block;
}

.flow___items h3 span {
  font-family: din-2014, sans-serif;
  font-size: 2.4rem;
  margin-right: 2.0rem;
}

.flow___items h3 small {
  font-size: 70%;
  color: #666;
}

.flow___items p {
  padding: 0 30px;
  font-size: 1.6rem;
  line-height: 1.5;
  width: 70%;
  font-weight: normal;
}

@media (min-width: 768px) and (max-width: 1269px) {
  .flow___items p {
    font-size: 1.4rem;
  }

  .flow___items h3 {
    padding: 5% 16px;
    font-size: 16px;
  }

  .flow___items h3 span {
    font-family: din-2014, sans-serif;
    font-size: 2.0rem;
    margin-right: 1rem;
  }

  .flow___items::before {
    margin-left: 15%;
  }
}

@media (max-width: 767px) {
  .flow___items {
    width: 100%;
  }

  .flow___items h3 span {
    font-family: din-2014, sans-serif;
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
    display: block;
  }

  .flow___items h3 {
    padding: 8% 16px;
    font-size: 15px;
    width: 150px;
    line-height: 1.5;
  }

  .flow___items p {
    padding: 0 16px;
    font-size: 1.3rem;
  }

  .flow___items::before {
    margin-left: 9%;
  }

  .flow___items li {
    margin-bottom: 18px;
  }
}

/* ========================================================
FAQ
=========================================================*/
.faq {
  padding: 10% 0;
  background: rgba(247, 247, 247, 0.50);
}

.faq-list {
  width: 90%;
  margin: 0 auto;
  /* padding: 0 20px; */
  margin-top: 6%;
  font-weight: normal;
}

.faq-list dl {
  margin-bottom: 16px;
}

.faq-list dl.open dt::after {
  transform: translateY(-50%) rotate(225deg);
  border-color: #72634F;
}

.faq-list dt {
  position: relative;
  font-size: 1.8rem;
  padding: 22px;
  letter-spacing: 1.98px;
  background: rgba(46, 163, 210, 0.10);
}

.faq-list dt::before {
  content: "Q";
  font-size: 2.6rem;
  font-family: din-2014, sans-serif;
  background: linear-gradient(90deg, #4373C7 0%, #20C0D8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 16px;
}

.faq-list dt::after {
  content: "";
  display: block;
  border-bottom: solid 3px #72634F;
  border-right: solid 3px #72634F;
  width: 14px;
  height: 14px;
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 26px;
  transition: all .3s ease-in-out;
  transform: translateY(-50%) rotate(45deg);
}

.faq-list dt:hover {
  cursor: pointer;
}

.faq-list dd {
  padding: 22px;
  font-size: 1.6rem;
  line-height: 1.6;
}

.faq-list dd::before {
  content: "A";
  font-size: 2.6rem;
  font-family: din-2014, sans-serif;
  background: linear-gradient(90deg, #4373C7 0%, #20C0D8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 16px;
}

@media (max-width: 767px) {
  .faq-list {
    width: 100%;
    padding: 0;
  }

  .faq-list dt, .faq-list dd {
    font-size: 1.4rem;
    padding: 16px 40px 16px 16px;
  }

  .faq-list dt::before {
    font-size: 2.0rem;
    margin-right: 8px;
  }


}

/* ========================================================
NEWS
=========================================================*/
.news {
  padding: 10% 0;
}

.news_box {
  font-size: 1.8rem;
  letter-spacing: 1.98px;
  width: 90%;
  margin: 0 auto;
  margin-top: 6%;
  border-bottom: #888 dotted 1px;
}

.news_item {
  border-top: #888 dotted 1px;
  padding: 22px 0 ;
  font-weight: normal;
}

.news_box .date{
  padding-right: 120px;
}

@media (max-width: 767px) {
  .news_box {
    width: 100%;
}
.news_box .date{
  padding-right: 30px;
}

}

/* ========================================================
CONTACT
=========================================================*/
.contact {
  padding: 10% 0;
  background: rgba(247, 247, 247, 0.50);
}

.form_wrap {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 6%;
}

.form_row {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}

.confirm .form_row {
  border-bottom: 1px dashed rgba(46, 163, 210, 0.20);
  ;
  padding: 8px;
}

.form_row.submit {
  display: block;
  text-align: center;
  margin-top: 30px;
}

.form_row.submit.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
  border-bottom: none;
  justify-content: center;
}

.btn_send {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  padding: 20px;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  background: rgba(46, 163, 210, .9) !important;
  color: #FFF;
  font-size: 17px;
  text-align: center;
  box-sizing: border-box;
  transition: all .25s;
  margin-top: 20px;
}

.btn_back {
  display: inline-block;
  width: 250px;
  max-width: 100%;
  padding: 20px;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  background-color: #bdbcbc;
  color: #fff;
  font-size: 17px;
  text-align: center;
  box-sizing: border-box;
  transition: all .25s;
  margin-top: 20px;
}

.btn_back:hover {
  opacity: 0.6;
}

.btn_send:hover, .btn_join:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .btn_send {
    max-width: 100%;
  }
}

.form_label {
  width: 25.5vw;
  padding: 10px;
  font-size: 16px;
  position: relative;
}

.form_body {
  width: 100%;
  padding: 16px;
  font-size: 1.6rem;
}

.form_body.flex {
  display: flex;
  gap: 16px;
}

.form_wrap input[type=text], .form_wrap input[type=tel], .form_wrap input[type=email], .form_wrap textarea {
  width: 100%;
  margin: 0;
  padding: 10px;
  width: 100%;
  border: none;
  background: #F7F7F7;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #EEE;
}

.form__label label {
  position: relative;
}

.form_wrap.confirm .form_label label::after,
.form_wrap.confirm .form_label.is-required label::after {
  content: '';
  display: none;
}

.form_label label::after {
  content: "任意";
  display: inline-block;
  padding: 4px 12px;
  background-color: #DDD;
  color: #666;
  font-size: 11px;
  text-align: center;
  border-radius: 0;
  right: 0;
  position: absolute;
  margin-right: 24px;
}

.form_label.is-required label::after {
  content: "必須";
  display: inline-block;
  background-color: rgba(46, 163, 210, 0.8);
  color: #fff;
}

.form_center_row {
  text-align: center;
  margin-top: 24px;
}

.form_center_row a {
  color: #20c0d8;
}

::placeholder {
  color: #bdbcbc;
  font-size: 14px;
}

input:focus, textarea:focus {
  outline: 2px solid var(--main-color);
}

.confirm_message {
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 7%;
  margin-bottom: 32px;
  line-height: 1.6;
}

.confirm_message a {

  color: #20c0d8;
}


@media (max-width: 767px) {
  .form_wrap {
    width: 100%;
  }

  .form_row {
    display: block;
  }

  .form_label {
    width: 100%;
    padding: 10px 0 0 0;
  }

  .form_body {
    padding: 16px 0;
  }

  .form_label label {
    display: flex;
    width: 100%;
    font-size: 14px;
  }
}

/* ========================================================
Footer
=========================================================*/
footer {
  background: #666;
  color: #FFF;
  text-align: center;
  padding: 24px 0;
}

.copyright {
  font-size: 1.4rem;
  padding: 24px 0;
  font-weight: 300;
}

/* ========================================================
Page
=========================================================*/

/* ===============================
page header
=================================*/
.page__header {
  background: linear-gradient(90deg, #4373C7, #20C0D8);
}

.page__header .inner {
  padding: 66px 0;
  text-align: center;
}

.page-title {
  display: flex;
  flex-direction: column;
}

.page-title .en {
  color: #FFF;
  font-family: din-2014, sans-serif;
  font-size: 6rem;
}

.page-title .ja {
  font-size: 2rem;
  letter-spacing: 0.075rem;
  padding-top: 1em;
  color: #FFF;
}

.page__section {
  padding: 10% 0;
}

.page__section .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;

}

@media (min-width: 768px) and (max-width: 1269px) {
  .page-title .en {
    font-size: 5.5rem;
  }

  .page-title .ja {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .page-title .en {
    font-size: 4rem;
  }

  .page-title .ja {
    font-size: 1.6rem;
  }

  .page__section .inner {
    width: 100%;
  }
}

/* ===============================
Vision
=================================*/
.vision_container {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 40px 0;
}

@media (max-width: 767px) {
  .vision_container {
    flex-wrap: wrap;
  }
}

.vision_container_block {
  background: linear-gradient(90deg, #4373C7, #20C0D8);
  display: flex;
  gap: 40px;
  padding: 40px;
}

.vision_container_block:first-child {
  position: relative;
}

.vision_container_block:first-child::after {
  content: "";
  display: inline-block;
  background: url(../images/vision_sep.svg)no-repeat center;
  background-size: contain;
  width: 30px;
  /* align-content: center; */
  height: 30px;
  position: absolute;
  top: 50%;
  right: -43px;
  transform: translateY(-50%);
}

.vision_container_list li {
  font-size: 18px;
  color: #FFF;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .vision_container_list li {
    font-size: 1.4rem;
  }
}

@media (max-width: 576px) {
  .vision_container_block:first-child::after {
    content: "";
    display: inline-block;
    background: url(../images/vision_sep.svg)no-repeat center;
    background-size: contain;
    width: 30px;
    /* align-content: center; */
    height: 30px;
    position: absolute;
    top: unset;
    bottom: -43px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.vision_devices {
  text-align: center;
}

.vision_devices img {
  width: 80%;
  max-width: 630px;
  margin: 0 auto;
}

/* ===============================
Vision
=================================*/
.example_container {
  position: relative;
}

.example_img {
  position: absolute;
  width: 200px;
  right: 5%;
  bottom: 3%;
}

@media (max-width: 576px) {
  .example_container {
    margin-bottom: 100px;
  }

  .example_img {
    bottom: -5%;
  }

}

/* ===============================
Parts
=================================*/
/*-- スペーサー */
.spacer {
  display: block;
  height: 60px;
}

@media (max-width: 767px) {
  .spacer {
    height: 40px;
  }
}

/*-- 見出し */
.page h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  padding: 0 0 0 16px;
  margin: 0 0 0.8em;
  position: relative;
  border-left: 6px solid #3398D0;
}

.page h3 {
  font-weight: 700;
  font-size: 20px;
  color: #3398D0;
  line-height: 1.5;
}

/*-- テキスト：左右寄せ */
.txt_center {
  text-align: center;
}

.txt_left {
  text-align: left;
}

@media (max-width: 767px) {
  .txt_sp_left {
    text-align: left;
  }
}

/*-- テキスト：サイズ別 */
.txt_l {
  font-size: 2.3rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.txt_m {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.txt_s {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 1.6rem;
}

.txt_basic {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .txt_l {
    font-size: 1.65rem;
    margin-bottom: .8rem;
  }

  .txt_m {
    font-size: 1.4rem;
  }

  .txt_s {
    font-size: 1.2rem;
  }
}

/*-- テキスト */
.txt_gradient {
  background: linear-gradient(90deg, #4373C7, #20C0D8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.txt_blue {
  color: rgb(46, 164, 210);
  font-weight: 600;
}

.btn_light_blue {
  border-radius: 6px;
    padding: 16px;
    text-align: center;
    font-size: 18px;
    width: 100%;
    display: inline-block;
    background: #D5EDF6;
    font-weight: bold;
}

/*-- ボックス */
.box_gray {
  background: #F7F7F7;
  border-radius: 10px;
  padding: 40px;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .box_gray {
    padding: 24px;
  }
}

/*-- 2カラム */
.columns {
  display: flex;
  gap: 40px;
}

.columns .column {
  width: 100%;
}

@media (max-width: 767px) {
  .columns {
    flex-direction: column;
    gap: 16px;
  }
}

/*-- リスト */
.page ul li,
.page ol li {
  font-size: 16px;
  line-height: 1.8;
}

.list_circle {
  font-size: 1.4rem;  line-height: 1.8;  

}

.list_circle li {
  margin-bottom: 1rem;
  display: flex;
    align-items: center;
}

.list_circle li::before {
  content: url(../images/list_circle.svg);
  margin-right: 20px;
}

.list_num {
  font-size: 16px;
  line-height: 1.8;  
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}

.list_num li:before {
  counter-increment: item;
  content: counter(item)'.';
  /* 以下は自由に装飾... */
  padding-right: .5em;
  font-weight: bold;
  font-family: din-2014, sans-serif;
  font-size: 110%;
}

.list_normal li {
  list-style-type: disc;
}

ul.list_normal {
  font-size: 16px;
  line-height: 1.8;
  padding-left: 1.6rem;
}

@media (max-width: 767px) {
  .list_circle ul li,
  .list_num ol li,
.list_normal ul li {
    text-indent: -1.2em;
    padding-left: 1em;
  }
}

/*-- width */

.w50
{
  width: 50%
}

@media (max-width: 767px) {
  .w50
  {
    width: 100%
  }
}

.w90
{
  width: 90%
}

@media (max-width: 767px) {
  .w90
  {
    width: 100%
  }
}


/* ========================================================
Animation
=========================================================*/
.fadeInUpMin {
  animation-name: fadeInUpMin;
  animation-duration: 0.5s;
}

@keyframes fadeInUpMin {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}


.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}


.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(20px);
    transform: scale(1.02);
    opacity: 0;
  }

  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}

.blurTrigger {
  opacity: 0;
}

/* -----------------------
    Privacy Policy
   ----------------------- */
   .modal__overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

.modal__container {
    max-width: 800px;
    width: 80%;
    height: 80%;
    padding: 30px;
    background-color: #fff;
    overflow-y: scroll;
}

.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal__title {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
}

.modal__close::before {
    content: "\2715";
}

.modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.modal__content p{
  font-size: 1.1rem;
}

.modal__content ol {
  margin-top: 16px;
}

.modal__content ol ol{
  margin: 3px 0 16px 20px;
}

.modal__content li::before {
  content: url(https://icongr.am/entypo/dot-single.svg?size=10&color=currentColor);
  margin-right: 4px;
}


/* Animation */
@keyframes mmfadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(10%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-10%);
    }
}

.micromodal-slide {
    display: none;
}

.micromodal-slide.is-open {
    display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut 0.8s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}

.modal__content h3 {
    margin: 16px 0;
}

button {
    border: none;
    background-color: transparent;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.hidden-content {
  display: none !important;
}

.gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px; /* 高さを調整してください */
  background-image: linear-gradient(to top, white 18%, rgba(255, 255, 255, 0)); /* 白から透明へのグラデーション */
}

/* 「もっと見る」ボタン */
#showMoreBtn {
  display: block;
  border: none;
  cursor: pointer;
  font-size: 1.8rem;
  position: relative;
  margin: 30px auto 0;
}

#showMoreBtn.chevron-right {
  padding: 0 40px 0 0;
}

#showMoreBtn:hover {
  opacity: calc(70%);
}

#showMoreBtn.chevron-down::after {
  content: "";
  position: absolute;
  right: -27px;
  top: 4px;
  transform: translateY(-50%);
  border: solid #4373C7;
  border-width: 2px 2px 0 0;
  width: 12px;
  height: 12px;
  transform: rotate(135deg);
}

#showMoreBtn.chevron-right::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 8px;
  transform: translateY(-50%);
  border: solid #4373C7;
  border-width: 2px 2px 0 0;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}


@media (max-width: 768px) {

  button#showMoreBtn::after {
    top: 7%;  
  }
}