@charset "UTF-8";
/*-----------ベース -----------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

i {
  font-style: normal;
}

html {
  text-underline-position: under;
  /* scroll-behavior: smooth;  ページ内リンクが自動でスムーススクロールになる*/
}
@media (max-width: 374px) {
  html {
    font-size: 4.2780748663vw;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 1441px) {
  html {
    font-size: 16px;
  }
}

body {
  height: 100%;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  overflow-x: hidden;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  color: #0f172a;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body.ua-ie {
  font-family: "メイリオ", "Meiryo", sans-serif;
}

body.is-fixed {
  overflow: hidden;
}

a {
  color: inherit;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

span,
i {
  font-size: inherit;
  color: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

strong {
  color: #1c61ef;
}

/*-------フォントサイズ---------*/
p,
dt,
dd,
tr,
th,
td,
li,
a {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  p,
  dt,
  dd,
  tr,
  th,
  td,
  li,
  a {
    font-size: 1rem;
  }
}

h2 {
  font-size: 1.5625rem;
}

@media screen and (min-width: ) {
  h2 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  body,
  p,
  dt,
  dd,
  tr,
  th,
  td,
  li,
  a {
    font-size: 1rem;
  }
  h2 {
    font-size: 2.8125rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1.0625rem;
  }
}
/*************************
common
*************************/
.sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

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

img {
  width: 100%;
  height: auto;
}

main {
  overflow: hidden;
  flex: 1;
}

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

.jc_c {
  justify-content: center;
}

.jc_sb {
  justify-content: space-between;
}

.ai_c {
  align-items: center;
}

.ai_fe {
  align-items: flex-end;
}

.grid {
  display: grid;
}
@media screen and (min-width: 768px) {
  .grid.-col-1-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .grid.-col-1-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.grid.-col-2-4 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .grid.-col-2-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.grid.-row-2 {
  grid-template-rows: 1fr 1fr;
}
.grid.-row-2-1 {
  grid-template-rows: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .grid.-row-2-1 {
    grid-template-rows: 1fr;
  }
}
.grid.-row-3-1 {
  grid-template-rows: 1fr 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .grid.-row-3-1 {
    grid-template-rows: 1fr;
  }
}
.grid.-row-4-2 {
  grid-template-rows: 1fr 1fr 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .grid.-row-4-2 {
    grid-template-rows: 1fr 1fr;
  }
}
.grid.-row-5 {
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .grid.-gap {
    grid-gap: 2%;
  }
}

.ta_c {
  text-align: center;
}

.wrapper {
  padding: 35px 0;
}
@media screen and (min-width: 768px) {
  .wrapper {
    padding: 75px 0;
  }
}

.inner {
  width: 90vw;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.inner.-sm {
  max-width: 1000px;
}

/* フォントサイズ */
h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 2rem;
  }
}

h6 {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  h6 {
    font-size: 1.125rem;
  }
}

/* セクション タグ*/
.white-tag {
  font-family: "Poppins", sans-serif;
  width: fit-content;
  font-size: 0.875rem;
  font-weight: 700;
  color: #1c61ef;
  padding: 0.5rem 1.6875rem 0.5rem 1.75rem;
  border-radius: 6.25rem 6.25rem 6.25rem 0;
  border: 0.0625rem solid #1c61ef;
  background: #fff;
  margin-inline: auto;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .white-tag {
    font-size: 1.125rem;
  }
}

.blue-tag {
  font-family: "Poppins", sans-serif;
  width: fit-content;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  padding: 0.5rem 1.6875rem 0.5rem 1.75rem;
  border-radius: 6.25rem 6.25rem 6.25rem 0;
  border: 0.0625rem solid #fff;
  background: #1c61ef;
  margin-inline: auto;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .blue-tag {
    font-size: 1.125rem;
  }
}

.grada-tag {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  width: fit-content;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  padding: 0.5rem 0.8125rem 0.5rem 1.25rem;
  border-radius: 6.25rem 6.25rem 6.25rem 0;
  background: linear-gradient(90deg, #015fda 0%, #05a0ed 50.48%, #05c2ed 100%);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .grada-tag {
    font-size: 1.125rem;
  }
}

/* セクションタイトル */
.section-title {
  color: #0f172a;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 2.5rem;
  }
}

/* テキストスタイル */
.blue-text {
  color: #1c61ef;
}

.orange-text {
  color: #ff6115;
}

/* button */
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  cursor: pointer;
  height: fit-content;
  border-radius: 6.25rem;
  background: linear-gradient(90deg, #fd6b1c 0%, #fdbd01 100%);
  line-height: 1;
}
.button a {
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
}

.button_arrow {
  width: calc(50% - 5px);
  min-height: 40px;
  padding: 8px 34px;
  border-radius: 25px;
  font-size: 0.6875rem;
  line-height: 1.25;
  background: #fff;
  border: 2px solid #1c61ef;
  color: #1c61ef;
  transition: 0.3s ease-in-out;
}
.button_arrow.-lg {
  width: 100%;
  margin-bottom: 10px;
}
.button_arrow:hover {
  background: #1c61ef;
  color: #fff;
  border: 2px solid #fff;
}
.button_arrow:hover .button_arrow_icon-left.-off {
  opacity: 0;
}
.button_arrow:hover .button_arrow_icon-left.-on {
  opacity: 1;
}
.button_arrow:hover .button_arrow_icon-right.-off {
  opacity: 0;
}
.button_arrow:hover .button_arrow_icon-right.-on {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .button_arrow {
    width: calc(33.3333333333% - 10px);
    padding: 2em 0 2em 2em;
    font-size: 0.93vw;
    border-radius: 50px;
  }
  .button_arrow.-lg {
    width: 33.3333333333%;
    margin-bottom: 0;
  }
}

.button_arrow_icon-left {
  width: 28px;
  height: 28px;
  position: absolute;
  left: 4px;
  transition: 0.3s ease-in-out;
}
.button_arrow_icon-left.-on {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .button_arrow_icon-left {
    width: 3.89em;
    height: 3.89em;
    left: 14px;
  }
}

.button_arrow_icon-right {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
.button_arrow_icon-right.-on {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .button_arrow_icon-right {
    width: 18px;
    height: 18px;
    right: 18px;
  }
}

/* フェードイン */
.fadeup {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.fadeup.is-show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/*************************
header
*************************/
.header {
  height: 3.75rem;
  background: #fff;
  width: 100%;
  position: fixed;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .header {
    height: 5rem;
  }
}

.header__inner {
  padding: 0.6875rem 0.625rem 0.5625rem 0.9375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding: 0.9375rem 2.5rem;
    justify-content: inherit;
  }
}

.header__left {
  width: 6.8125rem;
  position: relative;
  z-index: 51;
}
@media screen and (min-width: 768px) {
  .header__left {
    width: 10.25rem;
    justify-self: left;
  }
}

.header__logo img {
  width: 100%;
  height: auto;
  opacity: 1;
}
.header__logo img:hover {
  opacity: 0.7;
}

.header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: block;
    margin-left: 2.5rem;
  }
}
.header__nav .header__nav-list {
  display: flex;
  gap: 1.25rem;
}
@media screen and (min-width: 1500px) {
  .header__nav .header__nav-list {
    gap: 1.5625rem;
  }
}
.header__nav .header__nav-list .header__nav-item {
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.2s;
}
.header__nav .header__nav-list .header__nav-item:hover {
  color: #1c61ef;
}
.header__nav .header__nav-list .header__nav-item .header__nav-link {
  font-size: 0.875rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .header__right {
    display: flex;
    margin-left: auto;
  }
}
.header__right .header_nav-item {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__right .header_nav-item.-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5625rem;
  }
  .header__right .header_nav-item.-contact .tel {
    display: inline-block;
    font-size: 1.125rem;
    padding-left: 1.3125rem;
    color: #1c61ef;
    font-weight: 700;
    position: relative;
    letter-spacing: 0.05rem;
    pointer-events: none;
    line-height: 1;
  }
  .header__right .header_nav-item.-contact .tel::before {
    content: "";
    width: 1.0625rem;
    height: 1.0625rem;
    background-image: url(../img/svg/header-tel.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header__right .header_nav-item.-contact .text {
    display: inline-block;
    font-size: 0.6875rem;
    letter-spacing: 0.05rem;
    color: #647488;
    font-weight: 500;
    letter-spacing: 0.0359375rem;
    line-height: 1;
  }
}
.header__right .header__nav-buttons {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__right .header__nav-buttons {
    display: flex;
    margin-left: 1.25rem;
    gap: 0.6875rem;
  }
}
.header__right .header__nav-buttons .button {
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .header__right .header__nav-buttons .button {
    width: 11.25rem;
  }
}
.header__right .header__nav-buttons .button:hover {
  opacity: 0.8;
}
.header__right .header__nav-buttons .button a {
  padding-block: 1rem;
  width: 100%;
}
.header__right .header__nav-buttons .download-btn {
  border: 0.0625rem solid #1c61ef;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .header__right .header__nav-buttons .download-btn {
    width: 11.25rem;
  }
}
.header__right .header__nav-buttons .download-btn a {
  color: #1c61ef;
  padding-block: 1rem;
  width: 100%;
}

.drawer-icon {
  width: 2.5rem;
  height: 2.5rem;
  background: #1c61ef;
  border-radius: 0.625rem 0.625rem 0.625rem 0;
  position: relative;
  z-index: 51;
  border: none;
  outline: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-checked .drawer-icon__bar {
  left: 50%;
  width: 1.25rem;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(35deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1)::before {
  content: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-35deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2)::before {
  content: none;
}

.drawer-icon__bar {
  position: absolute;
  left: 55%;
  width: 1.0625rem;
  height: 0.25rem;
  border-radius: 6.25rem;
  background: #fff;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.drawer-icon__bar:nth-of-type(1) {
  top: 0.8125rem;
}
.drawer-icon__bar:nth-of-type(1)::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: -0.375rem;
  top: 50%;
  transform: translateY(-50%);
}
.drawer-icon__bar:nth-of-type(2) {
  top: 1.4375rem;
}
.drawer-icon__bar:nth-of-type(2)::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: -0.375rem;
  top: 50%;
  transform: translateY(-50%);
}

.drawer-content {
  width: 100%;
  height: 100dvh;
  position: fixed;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  top: 0;
  right: 0;
  background: linear-gradient(180deg, #e0edfc 0.96%, #e0edfc 2.88%, #fff 57.69%);
  z-index: 50;
  padding-top: 5.625rem;
  padding-inline: 1.25rem;
  padding-bottom: 1.25rem;
  transform: translateX(100%);
  transition: transform 0.3s linear;
}
.drawer-content.is-checked {
  transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .drawer-content {
    display: none;
  }
}
.drawer-content .drawer-content__menu {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}
.drawer-content .drawer-content__menu .drawer-content__link {
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  transition: color 0.2s;
}
.drawer-content .drawer-content__menu .drawer-content__link:hover {
  color: #1c61ef;
}
.drawer-content .drawer__buttons {
  width: 100%;
  margin-top: 2.25rem;
  margin-inline: auto;
}
.drawer-content .drawer__buttons .button {
  margin-inline: auto;
  width: 18.625rem;
  padding-block: 1.6875rem;
}
.drawer-content .drawer__buttons .button .button-text {
  color: #fff;
  position: relative;
  padding-left: 1.875rem;
  font-size: 0.875rem;
  font-weight: 700;
}
.drawer-content .drawer__buttons .button .button-text::before {
  content: "";
  background: url(../img/svg/demo.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  aspect-ratio: 22/19;
  width: 1.375rem;
}
.drawer-content .drawer__buttons .download-btn {
  border: 0.0625rem solid #1c61ef;
  background: #fff;
  margin-top: 0.625rem;
  padding-block: 1.4375rem;
}
.drawer-content .drawer__buttons .download-btn .download-btn__text {
  color: #1c61ef;
  position: relative;
  padding-left: 2.125rem;
  font-size: 0.875rem;
}
.drawer-content .drawer__buttons .download-btn .download-btn__text::before {
  content: "";
  background: url(../img/svg/download.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  aspect-ratio: 1;
  width: 1.5rem;
}
.drawer-content .drawer__call {
  margin-top: 1.1875rem;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0 0.0625rem 1.25rem 0 rgba(0, 131, 215, 0.2);
  padding: 1.25rem 1.75rem;
  margin-inline: auto;
  width: fit-content;
}
.drawer-content .drawer__call .text {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
.drawer-content .drawer__call .number {
  color: #1c61ef;
  font-family: "Poppins", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06875rem;
  position: relative;
  padding-left: 1.0625rem;
  text-align: center;
  margin-top: 0.5rem;
}
.drawer-content .drawer__call .number a {
  font-size: 1.375rem;
}
.drawer-content .drawer__call .number::before {
  content: "";
  background: url(../img/svg/cta__tel.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1;
  width: 1.0625rem;
}
.drawer-content .drawer__call .reception {
  color: #647488;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04375rem;
  margin-top: 0.125rem;
  text-align: center;
}

/*************************
main-visual
*************************/
.main-visual {
  width: 100%;
  background: url("../img/mv/mv-bk.webp") no-repeat center/cover;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .main-visual {
    margin-top: 5rem;
  }
}

.main-visual_inner {
  padding-block: 1.75rem 2.8125rem;
}
@media screen and (min-width: 768px) {
  .main-visual_inner {
    padding-block: 5rem 3.9375rem;
  }
}

.mv-main-contents__wrap {
  max-width: 107.625rem;
  margin-inline: auto;
}
.mv-main-contents__wrap .mv__main-contents {
  margin-inline: 0.5625rem;
  display: flex;
  flex-direction: column;
  gap: 2.125rem;
}
@media screen and (min-width: 768px) {
  .mv-main-contents__wrap .mv__main-contents {
    margin-inline: 2.5rem;
    flex-direction: row;
    align-items: center;
    gap: 5.8125rem;
  }
}
.mv-main-contents__wrap .mv__main-contents .mv-main__text-wrapper {
  margin-inline: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .mv-main-contents__wrap .mv__main-contents .mv-main__text-wrapper {
    flex: 1;
    margin: 0;
  }
}
.mv-main-contents__wrap .mv__main-contents .mv-main__text-wrapper .mv-main__title {
  width: 100%;
  padding-right: 2rem;
  max-width: 25rem;
}
@media screen and (min-width: 768px) {
  .mv-main-contents__wrap .mv__main-contents .mv-main__text-wrapper .mv-main__title {
    max-width: initial;
  }
}
.mv-main-contents__wrap .mv__main-contents .mv-main__text-wrapper .mv-main__subtitle {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05625rem;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .mv-main-contents__wrap .mv__main-contents .mv-main__text-wrapper .mv-main__subtitle {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    margin-top: 1.75rem;
  }
}
.mv-main-contents__wrap .mv__main-contents .mv-main__text-wrapper .mv-main__subtitle .orange-text {
  font-size: 1.4375rem;
  letter-spacing: 0.071875rem;
}
@media screen and (min-width: 768px) {
  .mv-main-contents__wrap .mv__main-contents .mv-main__text-wrapper .mv-main__subtitle .orange-text {
    font-size: 2.8125rem;
    line-height: 1.6;
    letter-spacing: 0.1375rem;
  }
}
.mv-main-contents__wrap .mv__main-contents .mv-main__text-wrapper .mv-main__subtitle .ai {
  font-size: 1.5rem;
  letter-spacing: 0.075rem;
}
@media screen and (min-width: 768px) {
  .mv-main-contents__wrap .mv__main-contents .mv-main__text-wrapper .mv-main__subtitle .ai {
    font-size: 2.8125rem;
  }
}
.mv-main-contents__wrap .mv__main-contents .mv-main__text-wrapper .mv-main__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .mv-main-contents__wrap .mv__main-contents .mv-main__text-wrapper .mv-main__text {
    font-size: 1.25rem;
    margin-top: 1.0625rem;
  }
}
.mv-main-contents__wrap .mv__main-contents .mv-main__text-wrapper .mv-main__text .small-text {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .mv-main-contents__wrap .mv__main-contents .mv-main__text-wrapper .mv-main__text .small-text {
    font-size: 0.875rem;
  }
}
.mv-main-contents__wrap .mv__main-contents .mv-main__text-wrapper .mv-main__buttons {
  width: 100%;
  margin-top: 1.5625rem;
  max-width: 39.9375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .mv-main-contents__wrap .mv__main-contents .mv-main__text-wrapper .mv-main__buttons {
    gap: 0.6875rem;
    margin-top: 1.4375rem;
  }
}
.mv-main-contents__wrap .mv__main-contents .mv-main__text-wrapper .mv-main__buttons .button {
  margin-top: 0.625rem;
  margin-inline: auto;
  max-width: 20.875rem;
  width: 100%;
  font-weight: 700;
  transition: opacity 0.3s;
}
.mv-main-contents__wrap .mv__main-contents .mv-main__text-wrapper .mv-main__buttons .button:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .mv-main-contents__wrap .mv__main-contents .mv-main__text-wrapper .mv-main__buttons .button {
    margin-top: 0.8125rem;
    margin-inline: 0;
    max-width: none;
  }
}
.mv-main-contents__wrap .mv__main-contents .mv-main__text-wrapper .mv-main__buttons .button .button-text {
  color: #fff;
  position: relative;
  padding-left: 2rem;
  font-size: 1rem;
  padding-block: 1.9375rem;
  width: 100%;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .mv-main-contents__wrap .mv__main-contents .mv-main__text-wrapper .mv-main__buttons .button .button-text {
    padding-left: 2.375rem;
    font-size: 1.25rem;
    padding-block: 2.3125rem;
  }
}
.mv-main-contents__wrap .mv__main-contents .mv-main__text-wrapper .mv-main__buttons .button .button-text::before {
  content: "";
  background: url(../img/svg/demo.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  aspect-ratio: 24/19;
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  .mv-main-contents__wrap .mv__main-contents .mv-main__text-wrapper .mv-main__buttons .button .button-text::before {
    aspect-ratio: 28/24;
    width: 1.75rem;
  }
}
.mv-main-contents__wrap .mv__main-contents .mv-main__text-wrapper .mv-main__buttons .download-btn {
  border: 0.0625rem solid #1c61ef;
  background: #fff;
}
.mv-main-contents__wrap .mv__main-contents .mv-main__text-wrapper .mv-main__buttons .download-btn .download-btn__text {
  color: #1c61ef;
  position: relative;
  padding-left: 2rem;
  font-size: 1rem;
  padding-block: 1.875rem;
}
@media screen and (min-width: 768px) {
  .mv-main-contents__wrap .mv__main-contents .mv-main__text-wrapper .mv-main__buttons .download-btn .download-btn__text {
    padding-left: 2.375rem;
    font-size: 1.25rem;
    padding-block: 2.25rem;
  }
}
.mv-main-contents__wrap .mv__main-contents .mv-main__text-wrapper .mv-main__buttons .download-btn .download-btn__text::before {
  content: "";
  background: url(../img/svg/download.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  aspect-ratio: 1;
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  .mv-main-contents__wrap .mv__main-contents .mv-main__text-wrapper .mv-main__buttons .download-btn .download-btn__text::before {
    aspect-ratio: 1;
    width: 1.875rem;
  }
}
.mv-main-contents__wrap .mv__main-contents .mv-main__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv-main-contents__wrap .mv__main-contents .mv-main__image {
    width: 56.39%;
  }
}
.mv__sub-contents {
  /* スライド */
}
.mv__sub-contents .mv-sub__slide-wrap {
  display: flex;
  align-items: center;
  height: 4.1875rem;
  overflow: hidden;
  gap: 0.625rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .mv__sub-contents .mv-sub__slide-wrap {
    height: 6.6875rem;
    gap: 1.25rem;
    margin-top: 6.8125rem;
  }
}
.mv__sub-contents .mv-sub__slide-wrap .mv-sub__slide {
  display: flex;
  gap: 0.625rem;
  flex-shrink: 0;
  animation: loop-slide 10s linear infinite;
}
@media screen and (min-width: 768px) {
  .mv__sub-contents .mv-sub__slide-wrap .mv-sub__slide {
    gap: 1.25rem;
  }
}
.mv__sub-contents .mv-sub__slide-wrap .mv-sub__slide .mv-sub__slide-item {
  height: 4.1875rem;
  aspect-ratio: 113/67;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .mv__sub-contents .mv-sub__slide-wrap .mv-sub__slide .mv-sub__slide-item {
    height: 6.6875rem;
    aspect-ratio: 180/107;
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.mv__sub-contents .mv-sub__content-wrapper {
  max-width: 79.4375rem;
  margin-inline: auto;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .mv__sub-contents .mv-sub__content-wrapper {
    margin-top: 3.625rem;
  }
}
.mv__sub-contents .mv-sub-content__inner {
  display: flex;
  flex-direction: column;
  margin-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .mv__sub-contents .mv-sub-content__inner {
    margin-inline: 0;
    flex-direction: row;
  }
}
.mv__sub-contents .mv-sub-content__inner .mv-sub__contents1 {
  display: flex;
  position: relative;
}
.mv__sub-contents .mv-sub-content__inner .mv-sub__contents1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.25rem;
  width: 100%;
  background-image: radial-gradient(circle, #fff 0.125rem, transparent 0.125rem);
  background-size: 0.625rem 0.25rem;
  background-repeat: repeat-x;
}
.mv__sub-contents .mv-sub-content__inner .mv-sub__contents1 .mv-sub__content {
  margin-bottom: 0.5625rem;
  padding-bottom: 0.1875rem;
  position: relative;
}
.mv__sub-contents .mv-sub-content__inner .mv-sub__contents1 .mv-sub__content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.25rem;
  height: 100%;
  background-image: radial-gradient(circle, #fff 0.125rem, transparent 0.125rem);
  background-size: 0.25rem 0.5rem;
  background-repeat: repeat-y;
}
@media screen and (min-width: 768px) {
  .mv__sub-contents .mv-sub-content__inner .mv-sub__contents1 .mv-sub__content::after {
    height: 98%;
    background-image: radial-gradient(circle, #fff 3px, transparent 3px);
    background-size: 0.375rem 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .mv__sub-contents .mv-sub-content__inner .mv-sub__contents1 .mv-sub__content {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.mv__sub-contents .mv-sub-content__inner .mv-sub__contents1 .mv-sub__content:last-of-type {
  padding-left: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .mv__sub-contents .mv-sub-content__inner .mv-sub__contents1 .mv-sub__content:last-of-type {
    padding-left: 1.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .mv__sub-contents .mv-sub-content__inner .mv-sub__contents1 .mv-sub__content:last-of-type::after {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .mv__sub-contents .mv-sub-content__inner .mv-sub__contents1 {
    border: none;
    padding-bottom: 0;
  }
  .mv__sub-contents .mv-sub-content__inner .mv-sub__contents1::after {
    content: none;
  }
}
@media screen and (min-width: 400px) {
  .mv__sub-contents .mv-sub-content__inner .mv-sub__contents1 .mv-sub__content:nth-child(1) {
    justify-content: end;
    padding-right: 2rem;
  }
}
.mv__sub-contents .mv-sub-content__inner .mv-sub__contents2 {
  display: flex;
}
.mv__sub-contents .mv-sub-content__inner .mv-sub__contents2 .mv-sub__content {
  margin-top: 0.3125rem;
  padding-top: 0.1875rem;
  position: relative;
}
.mv__sub-contents .mv-sub-content__inner .mv-sub__contents2 .mv-sub__content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.25rem;
  height: 100%;
  background-image: radial-gradient(circle, #fff 0.125rem, transparent 0.125rem);
  background-size: 0.25rem 0.5rem;
  background-repeat: repeat-y;
}
@media screen and (min-width: 768px) {
  .mv__sub-contents .mv-sub-content__inner .mv-sub__contents2 .mv-sub__content::after {
    height: 98%;
    background-image: radial-gradient(circle, #fff 3px, transparent 3px);
    background-size: 0.375rem 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .mv__sub-contents .mv-sub-content__inner .mv-sub__contents2 .mv-sub__content {
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .mv__sub-contents .mv-sub-content__inner .mv-sub__contents2 .mv-sub__content:first-of-type {
    padding-left: 1.8125rem;
  }
}
.mv__sub-contents .mv-sub-content__inner .mv-sub__contents2 .mv-sub__content:last-of-type::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .mv__sub-contents .mv-sub-content__inner .mv-sub__contents2 {
    padding-top: 0;
  }
}
@media screen and (min-width: 400px) {
  .mv__sub-contents .mv-sub-content__inner .mv-sub__contents2 .mv-sub__content:nth-child(1) {
    justify-content: end;
    padding-right: 0.625rem;
  }
}
.mv__sub-contents .mv-sub-content__inner .mv-sub__content {
  display: flex;
  gap: 0.3125rem;
  width: 50%;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .mv__sub-contents .mv-sub-content__inner .mv-sub__content {
    gap: 1rem;
    width: auto;
    padding-right: 1.8125rem;
  }
}
.mv__sub-contents .mv-sub-content__inner .mv-sub__content .mv-sub__con-img {
  aspect-ratio: 1;
  width: 3.125rem;
}
@media screen and (min-width: 768px) {
  .mv__sub-contents .mv-sub-content__inner .mv-sub__content .mv-sub__con-img {
    width: 5.875rem;
  }
}
.mv__sub-contents .mv-sub-content__inner .mv-sub__content .mv-sub__con-img img {
  object-fit: contain;
}
.mv__sub-contents .mv-sub-content__inner .mv-sub__content:last-of-type {
  border-right: none;
  padding-left: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .mv__sub-contents .mv-sub-content__inner .mv-sub__content:last-of-type {
    padding-left: 1.8125rem;
  }
}
.mv__sub-contents .mv-sub-content__inner .mv-sub__content .mv-sub__con-text-wrap .mv-sub__con-title {
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  .mv__sub-contents .mv-sub-content__inner .mv-sub__content .mv-sub__con-text-wrap .mv-sub__con-title {
    font-size: 1rem;
  }
}
.mv__sub-contents .mv-sub-content__inner .mv-sub__content .mv-sub__con-text-wrap .mv-sub__con-text-l {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  color: #1c61ef;
}
@media screen and (min-width: 768px) {
  .mv__sub-contents .mv-sub-content__inner .mv-sub__content .mv-sub__con-text-wrap .mv-sub__con-text-l {
    font-size: 2.5rem;
  }
}
.mv__sub-contents .mv-sub-content__inner .mv-sub__content .mv-sub__con-text-wrap .mv-sub__con-text-l .small-text {
  font-size: 1.125rem;
  letter-spacing: -0.0625rem;
}
@media screen and (min-width: 768px) {
  .mv__sub-contents .mv-sub-content__inner .mv-sub__content .mv-sub__con-text-wrap .mv-sub__con-text-l .small-text {
    font-size: 2rem;
    letter-spacing: normal;
  }
}
.mv__sub-contents .mv-sub-content__inner .mv-sub__content .mv-sub__con-text-wrap .mv-sub__con-text-s {
  color: #6e9aff;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .mv__sub-contents .mv-sub-content__inner .mv-sub__content .mv-sub__con-text-wrap .mv-sub__con-text-s {
    font-size: 0.75rem;
  }
}

/*************************
Problem
*************************/
.problem-section {
  width: 100%;
  margin-top: 3.125rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .problem-section {
    margin-top: 5.125rem;
  }
}

.problem-inner {
  max-width: 120rem;
  margin-inline: auto;
}

.problem__content-bg {
  width: 100%;
  background: url(../img/webp/sp-answer-bk.webp) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .problem__content-bg {
    background: url(../img/webp/answer-bk.webp) no-repeat center/cover;
  }
}

/* content1 */
.problem-content1 {
  position: relative;
}
.problem-content1 .problem-content1__bg-circle {
  position: absolute;
  bottom: -7.3125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 140%;
}
@media screen and (min-width: 768px) {
  .problem-content1 .problem-content1__bg-circle {
    width: 106%;
    bottom: -13.9375rem;
  }
}
.problem-content1 {
  /* .problem-content__arrow {
    width: rem(83);
    height: rem(84);
    position: absolute;
    bottom: rem(-159);
    left: 50%;
    transform: translateX(-50%);

    @include mq {
      width: rem(121);
      height: rem(122);
      bottom: rem(-278);
    }

    img {
    }
  } */
}
.problem-content1 .problem-content__arrow {
  width: 5.1875rem;
  height: 5.25rem;
  position: absolute;
  bottom: -9.9375rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .problem-content1 .problem-content__arrow {
    width: 7.5625rem;
    height: 7.625rem;
    bottom: -17.375rem;
  }
}
.problem-content1 .problem-content__arrow img {
  display: block;
  width: 100%;
  height: 100%;
  animation: arrow-float 2s infinite ease-in-out;
}
@keyframes arrow-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
}

.problem-content1__inner {
  max-width: 90rem;
  margin-inline: auto;
  position: inherit;
  z-index: 1;
}
.problem-content1__inner .title-warpper {
  position: relative;
  max-width: 34.375rem;
  margin-inline: auto;
  padding-bottom: 1.3125rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .problem-content1__inner .title-warpper {
    padding-block: 0.625rem 3.5625rem;
    max-width: 79.5625rem;
  }
}
.problem-content1__inner .title-warpper .question-icon1 {
  position: absolute;
  top: -0.125rem;
  right: 0;
  width: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .problem-content1__inner .title-warpper .question-icon1 {
    width: 6.5625rem;
    top: -0.875rem;
    right: 8.125rem;
  }
}
.problem-content1__inner .title-warpper .question-icon2 {
  position: absolute;
  top: 1.25rem;
  left: 0.25rem;
  width: 5.125rem;
}
@media screen and (min-width: 768px) {
  .problem-content1__inner .title-warpper .question-icon2 {
    top: 0;
    left: 2.6875rem;
    width: 10rem;
  }
}
.problem-content1__inner .title-warpper .question-icon3 {
  position: absolute;
  bottom: -0.8125rem;
  right: 0.5rem;
  width: 4.4375rem;
}
@media screen and (min-width: 768px) {
  .problem-content1__inner .title-warpper .question-icon3 {
    width: 9.25rem;
    bottom: -1.5625rem;
    right: 0;
  }
}
.problem-content1__inner .title-warpper .title {
  text-align: center;
  line-height: 1.6;
  margin-inline: 1.625rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .problem-content1__inner .title-warpper .title {
    margin-top: 1.875rem;
  }
}
.problem-content1__inner .content-cards {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-inline: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .problem-content1__inner .content-cards {
    margin-inline: 2.5rem;
    flex-direction: row;
    gap: 1.8125rem;
  }
}
.problem-content1__inner .content-cards .content-card {
  padding: 1.8125rem 1.9375rem 2.8125rem;
  border-radius: 0.625rem;
  box-shadow: 0 0.0625rem 1.25rem 0 rgba(0, 131, 215, 0.2);
}
@media screen and (min-width: 768px) {
  .problem-content1__inner .content-cards .content-card {
    padding: 1.875rem 2.625rem 3.125rem;
    border-radius: 1.875rem;
    flex: 1;
  }
}
.problem-content1__inner .content-cards .content-card .card-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  padding: 0.625rem 1.5625rem;
  text-align: center;
  background: #1c61ef;
  border-radius: 6.25rem;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .problem-content1__inner .content-cards .content-card .card-title {
    font-size: 1rem;
  }
}
.problem-content1__inner .content-cards .content-card .card-lead {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  margin-top: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .problem-content1__inner .content-cards .content-card .card-lead {
    font-size: 1.25rem;
  }
}
.problem-content1__inner .content-cards .content-card .card-lead span {
  text-decoration: underline;
  text-decoration-color: #1c61ef;
  font-size: 1.375rem;
  letter-spacing: 0.0375rem;
}
@media screen and (min-width: 768px) {
  .problem-content1__inner .content-cards .content-card .card-lead span {
    font-size: 1.75rem;
    letter-spacing: 0;
  }
}
.problem-content1__inner .content-cards .content-card .card-lead span {
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0;
}
.problem-content1__inner .content-cards .content-card .card-img {
  aspect-ratio: 258/149;
  width: clamp(16.125rem, 12.207rem + 17.56vw, 20.625rem);
  margin-top: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .problem-content1__inner .content-cards .content-card .card-img {
    aspect-ratio: 317/195;
    width: 19.8125rem;
    height: auto;
    margin-top: 3.125rem;
  }
}
.problem-content1__inner .content-cards .content-card .card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .problem-content1__inner .content-cards .content-card .card-text {
    font-size: 1.125rem;
    margin-top: 2.75rem;
  }
}
.problem-content1__inner .content-cards .content-card .card-text span {
  background: #fff397;
}

/* content2 */
.problem__content2 {
  padding-top: 12.0625rem;
}
@media screen and (min-width: 768px) {
  .problem__content2 {
    padding-top: 21.125rem;
  }
}

.problem-content2__inner {
  margin-inline: 2.8125rem;
}

.content2__lead {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content2__lead {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .content2__lead .pc-only {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.0625rem;
  }
}
.content2__lead .big-text {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .content2__lead .big-text {
    font-size: 2.5rem;
  }
}
.content2__cards {
  margin-top: 1.8125rem;
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
  max-width: 75rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .content2__cards {
    margin-top: 2.625rem;
    flex-direction: row;
    gap: 1.75rem;
  }
}
.content2__cards .content2__card {
  padding: 1.25rem 1.875rem 1.25rem 1.25rem;
  border-radius: 0.625rem;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 0.0625rem 1.25rem 0 rgba(0, 131, 215, 0.2);
}
.content2__cards .content2__card::after {
  content: "";
  background: url(../img/webp/promlem-con2-card__arrow.webp) no-repeat center/contain;
  position: absolute;
  top: -1.1875rem;
  right: -0.625rem;
  aspect-ratio: 98/82;
  width: 7.625rem;
}
@media screen and (min-width: 768px) {
  .content2__cards .content2__card::after {
    width: 8.375rem;
    top: -1.3125rem;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .content2__cards .content2__card {
    padding: 2.625rem 2.875rem 1.3125rem 2.0625rem;
    border-radius: 1.875rem;
    flex: 1;
  }
}
.content2__cards .content2__card .content2-card__text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .content2__cards .content2__card .content2-card__text {
    font-size: 1.25rem;
  }
}
.content2__cards .content2__card .content2-card__text .blue-text {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .content2__cards .content2__card .content2-card__text .blue-text {
    font-size: 2rem;
  }
}
.content2__cards .content2__card .content2-card__img {
  aspect-ratio: 3/2;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .content2__cards .content2__card .content2-card__img {
    margin-top: 0;
  }
}
/* content3 */
.problem__content3 {
  margin-top: 2.875rem;
  padding-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .problem__content3 {
    margin-top: 5.1875rem;
    padding-bottom: 9.5rem;
  }
}

.problem-content3__inner {
  max-width: 120rem;
  margin-inline: auto;
}

.problem-content3__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 107.625rem;
}
@media screen and (min-width: 768px) {
  .problem-content3__wrapper {
    flex-direction: row;
    gap: 4.8125rem;
    align-items: center;
    margin-left: auto;
  }
}
.problem-content3__wrapper .problem-content3__contents {
  margin-inline: 1.125rem 1.3125rem;
}
@media screen and (min-width: 768px) {
  .problem-content3__wrapper .problem-content3__contents {
    max-width: 36.0625rem;
    margin-left: 2.5rem;
    margin-right: 0;
    /* width: 39%; */
  }
}
.problem-content3__wrapper .problem-content3__contents .problem-content3__tag {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.875rem 1.4375rem 0.9375rem 1.125rem;
}
@media screen and (min-width: 768px) {
  .problem-content3__wrapper .problem-content3__contents .problem-content3__tag {
    font-size: 1.25rem;
    padding: 1rem 1.5625rem 1.0625rem 1.25rem;
  }
}
.problem-content3__wrapper .problem-content3__contents .problem-content3__tag .small-text {
  font-size: 0.75rem;
}
.problem-content3__wrapper .problem-content3__contents .problem-content3__lead {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.06875rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .problem-content3__wrapper .problem-content3__contents .problem-content3__lead {
    font-size: 2.5rem;
    line-height: 1.7;
    letter-spacing: 0.125rem;
    margin-top: 1.25rem;
  }
}
.problem-content3__wrapper .problem-content3__contents .problem-content3__lead .small-text {
  font-size: 1rem;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 768px) {
  .problem-content3__wrapper .problem-content3__contents .problem-content3__lead .small-text {
    font-size: 1.25rem;
    letter-spacing: 0.0625rem;
  }
}
.problem-content3__wrapper .problem-content3__contents .problem-content3__lead .gradation-text {
  background: var(--main-gradation, linear-gradient(90deg, #017eda 0%, #05a0ed 50.48%, #05ede9 100%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-size: 2.125rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .problem-content3__wrapper .problem-content3__contents .problem-content3__lead .gradation-text {
    font-size: 4rem;
  }
}
.problem-content3__wrapper .problem-content3__contents .problem-content3__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .problem-content3__wrapper .problem-content3__contents .problem-content3__text {
    margin-top: 2.375rem;
  }
}
.problem-content3__wrapper .problem-content3__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .problem-content3__wrapper .problem-content3__img {
    width: 58%;
  }
}
/*************************
Strength
*************************/
/* content1 */
.strength__content1 {
  background: #f4f9ff;
  padding-block: 2.5rem 3.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .strength__content1 {
    padding-block: 7.9375rem 7.1875rem;
  }
}
.strength__content1 .strength__bgcircle-leftup {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 98/117;
  width: 6.125rem;
}
@media screen and (min-width: 768px) {
  .strength__content1 .strength__bgcircle-leftup {
    aspect-ratio: 506/798;
    width: 31.625rem;
  }
}
.strength__content1 .strength-content1__inner {
  max-width: 90rem;
  margin-inline: auto;
  position: relative; /* 背景の円より上になるため  */
}
.strength__content1 .strength-title__wrapper {
  text-align: center;
}
.strength__content1 .strength-title__wrapper .title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .strength__content1 .strength-title__wrapper .title {
    font-size: 2.5rem;
    margin-top: 1.875rem;
  }
}
.strength__content1 .strength-title__wrapper .title .small-text {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .strength__content1 .strength-title__wrapper .title .small-text {
    font-size: 1.5rem;
  }
}
.strength__content1 .strength__contents {
  margin-inline: 1.25rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .strength__content1 .strength__contents {
    margin-inline: 2.5rem;
    margin-top: 4.25rem;
  }
}
.strength__content1 .strength__contents .strength__content:first-child {
  padding-top: 0;
}
.strength__content1 .strength__contents .strength__content:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .strength__content1 .strength__contents .strength__content.text-left {
    flex-direction: row-reverse;
  }
}
.strength__content1 .strength__contents .strength__content {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.375rem;
  border-bottom: 0.0625rem solid #5d8eff;
  padding-block: 2.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .strength__content1 .strength__contents .strength__content {
    flex-direction: row;
    align-items: center;
    gap: 7.5rem;
    padding-block: 4.75rem 4.4375rem;
  }
}
.strength__content1 .strength__contents .strength__content .strength__con-img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .strength__content1 .strength__contents .strength__content .strength__con-img {
    width: 51.9%;
  }
}
@media screen and (min-width: 768px) {
  .strength__content1 .strength__contents .strength__content .strength__con-texts {
    flex: 1;
  }
}
.strength__content1 .strength__contents .strength__content .strength__con-texts .tag {
  padding: 0.75rem 1.25rem;
  background: #1c61ef;
  border-radius: 6.25rem;
  display: flex;
  gap: 0.375rem;
  width: fit-content;
  align-items: center;
}
.strength__content1 .strength__contents .strength__content .strength__con-texts .tag .tag__text {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .strength__content1 .strength__contents .strength__content .strength__con-texts .tag .tag__text {
    font-size: 1.25rem;
  }
}
.strength__content1 .strength__contents .strength__content .strength__con-texts .tag .tag__num {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 0.375rem;
  border-left: 0.0625rem solid #fff;
}
@media screen and (min-width: 768px) {
  .strength__content1 .strength__contents .strength__content .strength__con-texts .tag .tag__num {
    font-size: 1.375rem;
  }
}
.strength__content1 .strength__contents .strength__content .strength__con-texts .lead {
  font-family: Montserrat;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 0.9375rem;
  color: #1c61ef;
}
@media screen and (min-width: 768px) {
  .strength__content1 .strength__contents .strength__content .strength__con-texts .lead {
    font-size: 2.1875rem;
    margin-top: 2.1875rem;
  }
}
.strength__content1 .strength__contents .strength__content .strength__con-texts .text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .strength__content1 .strength__contents .strength__content .strength__con-texts .text {
    font-size: 1.25rem;
    margin-top: 1.1875rem;
  }
}

/* content2 */
.strength__content2 {
  padding-block: 3.125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .strength__content2 {
    padding-block: 8.1875rem 7.25rem;
  }
}
.strength__content2 .strength__bgcircle-right {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  aspect-ratio: 86/17Fstar6;
  width: 5.375rem;
}
@media screen and (min-width: 768px) {
  .strength__content2 .strength__bgcircle-right {
    aspect-ratio: 505/827;
    width: 31.5625rem;
  }
}
.strength__content2 .strength-content2__inner {
  max-width: 90rem;
  margin-inline: auto;
  position: relative; /* 背景の円の上になるように */
}
.strength__content2 .strength__title-wrapper {
  text-align: center;
}
.strength__content2 .strength__title-wrapper .grada-tag {
  margin-inline: auto;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .strength__content2 .strength__title-wrapper .grada-tag {
    font-size: 1.25rem;
  }
}
.strength__content2 .strength__title-wrapper .title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .strength__content2 .strength__title-wrapper .title {
    font-size: 2rem;
  }
}
.strength__content2 .strength__title-wrapper .title .small-text {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .strength__content2 .strength__title-wrapper .title .small-text {
    font-size: 1.25rem;
  }
}
.strength__content2 .strength__con2-cards {
  margin-inline: 0.9375rem;
  display: flex;
  flex-direction: column;
  margin-top: 1.875rem;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .strength__content2 .strength__con2-cards {
    flex-direction: row;
    margin-inline: 2.5rem;
    margin-top: 2.9375rem;
    gap: 1.5rem;
  }
}
.strength__content2 .strength__con2-cards .strength__con2-card1 {
  display: flex;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .strength__content2 .strength__con2-cards .strength__con2-card1 {
    gap: 1.5rem;
  }
}
.strength__content2 .strength__con2-cards .strength__con2-card2 {
  display: flex;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .strength__content2 .strength__con2-cards .strength__con2-card2 {
    gap: 1.5rem;
  }
}
.strength__content2 .strength__con2-cards .strength__con2-card {
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0 0.0625rem 1.25rem 0 rgba(0, 131, 215, 0.2);
  padding: 0.625rem 0.5625rem 1.25rem;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .strength__content2 .strength__con2-cards .strength__con2-card {
    border-radius: 1.25rem;
    padding: 1.25rem 1.125rem 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .strength__content2 .strength__con2-cards .strength__con2-card .card__image {
    width: 17.8125rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .strength__content2 .strength__con2-cards .strength__con2-card .card-text__wrapper {
    margin-inline: 0.9375rem;
  }
}
.strength__content2 .strength__con2-cards .strength__con2-card .card__head {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .strength__content2 .strength__con2-cards .strength__con2-card .card__head {
    flex-direction: row;
    gap: 0.9375rem;
    align-items: center;
    margin-top: 2.5rem;
  }
}
.strength__content2 .strength__con2-cards .strength__con2-card .card__head .card__num {
  aspect-ratio: 1;
  width: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .strength__content2 .strength__con2-cards .strength__con2-card .card__head .card__num {
    width: 2.1875rem;
  }
}
.strength__content2 .strength__con2-cards .strength__con2-card .card__head .card__lead {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .strength__content2 .strength__con2-cards .strength__con2-card .card__head .card__lead {
    font-size: 1.125rem;
  }
}
.strength__content2 .strength__con2-cards .strength__con2-card .card__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .strength__content2 .strength__con2-cards .strength__con2-card .card__text {
    font-size: 1rem;
    margin-top: 1.4375rem;
  }
}

/*************************
Comparison
*************************/
.comparison {
  background: #f4f8fd;
  position: relative;
  padding-block: 3.125rem 3.4375rem;
}
@media screen and (min-width: 768px) {
  .comparison {
    padding-block: 7.6875rem 7.5625rem;
  }
}
.comparison .bg-circle__right-up {
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 95/101;
  width: 7.1875rem;
}
@media screen and (min-width: 768px) {
  .comparison .bg-circle__right-up {
    top: -2rem;
    aspect-ratio: 465/487;
    width: 37.5rem;
  }
}
.comparison .bg-circle__left {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  aspect-ratio: 107/187;
  width: 6.6875rem;
}
@media screen and (min-width: 768px) {
  .comparison .bg-circle__left {
    aspect-ratio: 443/797;
    width: 27.6875rem;
  }
}
.comparison__inner {
  max-width: 81.875rem;
  margin-inline: auto;
  position: relative;
}

.comparison-title__wrapper {
  text-align: center;
  margin-inline: 1.25rem;
}
.comparison-title__wrapper .title {
  margin-top: 1.3125rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .comparison-title__wrapper .title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .comparison-title__wrapper .title {
    margin-top: 1.875rem;
  }
}
.comparison-title__wrapper .title .small-text {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .comparison-title__wrapper .title .small-text {
    font-size: 1.5rem;
  }
}
.comparison-title__wrapper .text {
  margin-top: 1.625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  width: fit-content;
  margin-inline: auto;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .comparison-title__wrapper .text {
    margin-top: 1.375rem;
    text-align: center;
  }
}
.comparison-title__wrapper .text .small-text {
  font-size: 0.75rem;
}

.comparison__contents {
  background: #fff;
  max-width: 81.875rem;
  margin-inline: auto;
  box-shadow: 0 0.0625rem 1.25rem 0 rgba(0, 131, 215, 0.2);
  border-radius: 0.625rem;
  margin-top: 2.8125rem;
  position: relative; /* 背景の円より上にするため */
}
@media screen and (min-width: 768px) {
  .comparison__contents {
    border-radius: 1.25rem;
    margin-top: 2.625rem;
  }
}
.comparison__contents .comparison-table {
  padding: 2.5rem 1rem 2.1875rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem 0.25rem;
}
@media screen and (min-width: 768px) {
  .comparison__contents .comparison-table {
    padding: 3.75rem 6.4375rem 3.4375rem;
    grid-template-columns: 13.75rem 22.5625rem 31rem;
    gap: 0.625rem 0.75rem;
  }
}
.comparison__contents .comparison-table__cell.comparison-table__head {
  background: #9db3d5;
  border-radius: 0.625rem 0.625rem 0 0;
  padding-block: 0.75rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .comparison__contents .comparison-table__cell.comparison-table__head {
    border-radius: 1.25rem 1.25rem 0 0;
  }
}
.comparison__contents .comparison-table__cell.comparison-table__head .head__text {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04375rem;
}
@media screen and (min-width: 768px) {
  .comparison__contents .comparison-table__cell.comparison-table__head .head__text {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.075rem;
    padding-block: 1rem 1.1875rem;
  }
}
.comparison__contents .comparison-table__cell.comparison-table__head--blue {
  background: #1c61ef;
  position: relative;
}
.comparison__contents .comparison-table__cell.comparison-table__head--blue::before {
  content: "";
  background: url(../img/svg/sp-comparison-bubble.svg) no-repeat center/contain;
  position: absolute;
  left: 54%;
  top: -100%;
  transform: translateX(-50%);
  aspect-ratio: 73/81;
  width: 4.5625rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .comparison__contents .comparison-table__cell.comparison-table__head--blue::before {
    background: url(../img/svg/comparison-bubble.svg) no-repeat center/contain;
    right: 0;
    left: auto;
    top: -1.75rem;
    aspect-ratio: 84/85;
    width: 5.25rem;
  }
}
@media screen and (min-width: 768px) {
  .comparison__contents .comparison-table__cell.comparison-table__head--blue .head__text {
    padding-left: 2.1875rem;
    position: relative;
  }
}
.comparison__contents .comparison-table__cell.comparison-table__head--blue .head__text::before {
  content: "";
  display: none;
}
@media screen and (min-width: 768px) {
  .comparison__contents .comparison-table__cell.comparison-table__head--blue .head__text::before {
    display: block;
    background: url(../img/svg/table-head__star.svg) no-repeat center/contain;
    aspect-ratio: 25/35;
    width: 1.5625rem;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.comparison__contents .comparison-table__cell {
  padding: 0.625rem 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .comparison__contents .comparison-table__cell {
    padding-block: 1.25rem;
  }
}
.comparison__contents .comparison-table__cell .comparison-table__img {
  aspect-ratio: 1;
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .comparison__contents .comparison-table__cell .comparison-table__img {
    width: 3.75rem;
  }
}
.comparison__contents .comparison-table__cell .comparison-table__text {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.0375rem;
}
@media screen and (min-width: 768px) {
  .comparison__contents .comparison-table__cell .comparison-table__text {
    font-size: 1.125rem;
    line-height: 1.7;
    letter-spacing: 0.05625rem;
    text-align: left;
  }
}
.comparison__contents .comparison-table__cell .comparison-table__text .deco-text {
  font-weight: 700;
  line-height: 1.7;
  text-decoration: underline;
}
.comparison__contents .comparison-table__cell .comparison-table__text .small-text {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.03125rem;
}
@media screen and (min-width: 768px) {
  .comparison__contents .comparison-table__cell .comparison-table__text .small-text {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.04375rem;
  }
}
.comparison__contents .comparison-table__cell.blue-bg {
  background: #e1ecfe;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .comparison__contents .comparison-table__cell.blue-bg {
    flex-direction: row;
    gap: 0.625rem;
  }
}
.comparison__contents .comparison-table__cell.blue-bg .deco-text {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.0375rem;
  text-decoration-line: underline;
  color: #1c61ef;
}
@media screen and (min-width: 768px) {
  .comparison__contents .comparison-table__cell.blue-bg .deco-text {
    font-size: 1.375rem;
    line-height: 1.7;
    letter-spacing: 0.06875rem;
  }
}
.comparison__contents .comparison-table__label {
  border-radius: 0.625rem 0 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .comparison__contents .comparison-table__label {
    border-radius: 1.25rem 0 0 1.25rem;
  }
}

/*************************
Results
*************************/
.results {
  position: relative; /* 背景の円より上にするため */
}

.results__inner {
  padding-block: 2.8125rem 2.5rem;
  max-width: 85.375rem;
  margin-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .results__inner {
    padding-block: 7.5rem 6.875rem;
    margin-inline: auto;
  }
}

.results-title__wrapper {
  text-align: center;
}
.results-title__wrapper .title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .results-title__wrapper .title {
    font-size: 2.5rem;
    line-height: 1.7;
    margin-top: 1.875rem;
  }
}
.results-title__wrapper .text {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1.3125rem;
  width: fit-content;
  margin-inline: auto;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .results-title__wrapper .text {
    margin-top: 1.625rem;
    text-align: center;
  }
}
.results-title__wrapper .text .small-text {
  font-size: 0.75rem;
}

.results__contents {
  margin-top: 3.375rem;
}
@media screen and (min-width: 768px) {
  .results__contents {
    margin-top: 5.6875rem;
  }
}

/* content1 */
.results__content1 {
  margin-inline: 1.625rem;
}
@media screen and (min-width: 768px) {
  .results__content1 {
    margin-inline: 0;
  }
}

@media screen and (min-width: 768px) {
  .results-con__bg-wrapper {
    width: 100%;
    position: relative;
  }
  .results-con__bg-wrapper::after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .results-con__bg-wrapper::after {
    content: "";
    display: block;
    background: url(../img/svg/result.svg) no-repeat center/contain;
    width: 6.0625rem;
    height: 16.8125rem;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.results-con__cards {
  max-width: 75rem;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .results-con__cards {
    flex-direction: row;
    margin-inline: 5.1875rem;
    gap: 1.6875rem;
  }
}

.results-con__card {
  position: relative;
  padding: 2.1875rem 1.4375rem 1.875rem;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0 0.0625rem 1.25rem 0 rgba(0, 131, 215, 0.2);
}
@media screen and (min-width: 768px) {
  .results-con__card {
    border-radius: 1.875rem;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}
.results-con__card .tag {
  padding: 0.5rem 0.6875rem;
  background: #1c61ef;
  border-radius: 6.25rem;
  display: flex;
  gap: 0.375rem;
  width: fit-content;
  align-items: center;
  position: absolute;
  top: 0;
  left: 1.375rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .results-con__card .tag {
    left: 1.75rem;
    padding: 0.5rem 0.875rem;
  }
}
.results-con__card .tag .tag__text {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
}
.results-con__card .tag .tag__num {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 0.375rem;
  border-left: 0.0625rem solid #fff;
}
.results-con__card:nth-child(1) .results-con__head {
  padding-right: 2rem;
}
.results-con__card:nth-child(2) .results-con__head {
  padding-right: 1.6875rem;
}

@media screen and (min-width: 768px) {
  .results-con__card:nth-child(1) {
    padding: 2.75rem 1.8125rem 2.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .results-con__card:nth-child(2) {
    padding: 2.875rem 1.8125rem 2.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .results-con__card:nth-child(3) {
    padding: 2.4375rem 1.8125rem 2.4375rem;
  }
}

.results-con__head {
  display: flex;
  justify-content: space-between;
}
.results-con__head .text__wrapper {
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .results-con__head .text__wrapper {
    padding-bottom: 0.8125rem;
  }
}
.results-con__head .text__wrapper .text-l {
  color: #1c61ef;
  font-family: "Poppins", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .results-con__head .text__wrapper .text-l {
    font-size: 4.375rem;
  }
}
.results-con__head .text__wrapper .text-l .small-text {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .results-con__head .text__wrapper .text-l .small-text {
    font-size: 3.75rem;
  }
}
.results-con__head .text__wrapper .text-s {
  color: #1c61ef;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 0;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .results-con__head .text__wrapper .text-s {
    font-size: 1.125rem;
    padding-bottom: 0.8125rem;
  }
}
.results-con__head .image {
  aspect-ratio: 57/66;
  width: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .results-con__head .image {
    aspect-ratio: 76/88;
    width: 4.75rem;
  }
}
.results-con__head .image3 {
  aspect-ratio: 1;
  width: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .results-con__head .image3 {
    width: 6.125rem;
  }
}

.results-con__texts {
  padding-top: 0.9375rem;
  border-top: 0.0625rem solid #e1ecfe;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .results-con__texts {
    padding-top: 1.0625rem;
    flex: 1;
  }
}
.results-con__texts .text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .results-con__texts .text {
    font-size: 1rem;
  }
}
.results-con__texts .blue-text {
  color: #1c61ef;
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .results-con__texts .blue-text {
    font-size: 0.875rem;
  }
}

/* content2 */
.results__content2 {
  max-width: 75rem;
  margin-top: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .results__content2 {
    margin-inline: auto;
    margin-top: 6.25rem;
  }
}

.results-con2__title-wrapper {
  text-align: center;
}
.results-con2__title-wrapper .title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .results-con2__title-wrapper .title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.7;
  }
}
.results-con2__title-wrapper .title .small-text {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .results-con2__title-wrapper .title .small-text {
    font-size: 1.25rem;
  }
}
.results-con2__title-wrapper .text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .results-con2__title-wrapper .text {
    font-size: 1rem;
  }
}

.results-con2__item {
  border-radius: 20px 20px 20px 0;
  border: 10px solid #e1ecfe;
  background: #fff;
  padding: 1.5625rem 1.25rem 2.1875rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .results-con2__item {
    padding: 3rem 4.9375rem 3.0625rem;
    flex-direction: row;
    gap: 1.875rem;
    margin-top: 1.5rem;
  }
}
.results-con2__item .image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .results-con2__item .image {
    width: 20.375rem;
  }
}
.results-con2__item .text__wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .results-con2__item .text__wrapper {
    gap: 1.25rem;
  }
}
.results-con2__item .text__wrapper .head {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: -0.00625rem;
}
@media screen and (min-width: 768px) {
  .results-con2__item .text__wrapper .head {
    font-size: 1.5rem;
  }
}
.results-con2__item .text__wrapper .text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
.results-con2__item .text__wrapper .text .small-text {
  font-size: 0.875rem;
}

/*************************
Price
*************************/
.price {
  position: relative;
  padding-block: 3.125rem;
}
@media screen and (min-width: 768px) {
  .price {
    padding-block: 7.5rem;
  }
}
.price .price-bgcircle__right-up {
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 95/101;
  width: 7.1875rem;
}
@media screen and (min-width: 768px) {
  .price .price-bgcircle__right-up {
    aspect-ratio: 465/487;
    width: 43.125rem;
  }
}
.price__inner {
  margin-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .price__inner {
    max-width: 74.8125rem;
    margin-inline: auto;
  }
}

.price-title__wrapper {
  text-align: center;
  position: relative;
}
.price-title__wrapper .title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .price-title__wrapper .title {
    font-size: 2.5rem;
    margin-top: 1.875rem;
  }
}
.price-title__wrapper .text {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1.5rem;
  text-align: left;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .price-title__wrapper .text {
    margin-top: 1.125rem;
    text-align: center;
  }
}

.price__contents {
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .price__contents {
    margin-top: 3.125rem;
  }
}

/* content1 */
.price__content1 {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 0.3125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .price__content1 {
    display: flex;
    flex-direction: row;
    gap: 2.375rem;
    align-items: stretch;
  }
}
.price__content1::after {
  content: "";
  background: url(../img/svg/price-con1__img.svg) no-repeat center/contain;
  aspect-ratio: 1;
  width: 2.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .price__content1::after {
    width: 4.125rem;
  }
}
.price__content1 .price__content {
  background: #1c61ef;
  border-radius: 0.625rem;
  flex: 1;
  display: flex;
  gap: 1.25rem;
  padding: 1.4375rem 1.0625rem 1.4375rem 1.1875rem;
}
@media screen and (min-width: 768px) {
  .price__content1 .price__content {
    width: 50%;
    align-items: center;
    padding: 1.6875rem 1.4375rem 2.5rem 1.9375rem;
  }
}
.price__content1 .price__content .price-con1__image {
  aspect-ratio: 1;
  width: 4.875rem;
}
.price__content1 .price__content .price-con1__texts {
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .price__content1 .price__content .price-con1__texts {
    gap: 0;
  }
}
.price__content1 .price__content .price-con1__texts .price-con1__head {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .price__content1 .price__content .price-con1__texts .price-con1__head {
    font-size: 1.5rem;
  }
}
.price__content1 .price__content .price-con1__texts .price-con1__text {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .price__content1 .price__content .price-con1__texts .price-con1__text {
    font-size: 1rem;
  }
}

/* content2 */
.price__content2 {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .price__content2 {
    margin-top: 2.3125rem;
  }
}

.price-con2__cards {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .price-con2__cards {
    flex-direction: row;
    gap: 1.5625rem;
  }
}

.price-con2__card {
  border-radius: 0.625rem;
  padding: 1.4375rem 1.75rem 2.5625rem;
  background: #fff;
  box-shadow: 0 0.0625rem 1.25rem 0 rgba(0, 131, 215, 0.2);
}
@media screen and (min-width: 768px) {
  .price-con2__card {
    border-radius: 1.25rem;
    padding: 1.4375rem 0.875rem 3.1875rem;
    flex: 1;
  }
}
.price-con2__card .price-con2__head {
  border-radius: 0.625rem;
  background: #e1ecfe;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7;
  padding: 0.8125rem 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .price-con2__card .price-con2__head {
    padding: 0.8125rem 0.5rem;
  }
}
.price-con2__card .price-con2__content {
  margin-top: 1.25rem;
  margin-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .price-con2__card .price-con2__content {
    margin-top: 1.625rem;
    margin-inline: 0;
  }
}
.price-con2__card .price-con2__title {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  padding-bottom: 0.6875rem;
  text-align: center;
  position: relative;
  text-align: center;
}
.price-con2__card .price-con2__title::after {
  content: "";
  width: 19.8%;
  height: 0.1875rem;
  background: #1c61ef;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .price-con2__card .price-con2__title {
    font-size: 1.375rem;
  }
}
.price-con2__card .price-con2__price {
  color: #1c61ef;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .price-con2__card .price-con2__price {
    font-size: 2.5rem;
  }
}
.price-con2__card .price-con2__price .small-text {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .price-con2__card .price-con2__price .small-text {
    font-size: 1.5rem;
  }
}
.price-con2__card .price-con2__price .small-text .font-noto {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.price-con2__card .price-con2__initial-cost {
  color: #1c61ef;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .price-con2__card .price-con2__initial-cost {
    font-size: 1.25rem;
  }
}
.price-con2__card .price-con2__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .price-con2__card .price-con2__text-wrapper {
    margin-top: 1.4375rem;
  }
}
.price-con2__card .price-con2__text-wrapper .price-con2__texts {
  display: flex;
  gap: 0.625rem;
}
.price-con2__card .price-con2__text-wrapper .price-con2__texts .price-con2__text-img {
  aspect-ratio: 1;
  width: 1.625rem;
}
.price-con2__card .price-con2__text-wrapper .price-con2__texts .price-con2__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
}

.price__caution {
  color: #647488;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .price__caution {
    margin-top: 2.1875rem;
  }
}

/* 価格決まるまで */
@media screen and (min-width: 768px) {
  .price-bgcircle__right-up.demo-price {
    aspect-ratio: 465/487;
    width: 31.875rem;
  }
}

.price-demo__contents {
  margin-top: 1.9375rem;
}
.price-demo__contents .button {
  width: 20.875rem;
  padding-block: 1.9375rem;
  margin-inline: auto;
  background: linear-gradient(90deg, #017eda 0%, #05a0ed 50.48%, #05ede9 100%);
}
.price-demo__contents .button:hover .button-text::after {
  right: -0.3125rem;
}
@media screen and (min-width: 768px) {
  .price-demo__contents .button {
    width: 23.9375rem;
    padding-block: 2rem;
  }
}
.price-demo__contents .button .button-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02rem;
  color: #fff;
  position: relative;
  padding-right: 3.9375rem;
  padding-left: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .price-demo__contents .button .button-text {
    padding-right: 5rem;
    padding-left: 5.625rem;
  }
}
.price-demo__contents .button .button-text::after {
  content: "";
  background: url(../img/svg/banner-arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1;
  width: 0.875rem;
  transition: right 0.3s;
}

/*************************
Flow
*************************/
.flow {
  position: relative;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .flow {
    padding-bottom: 7.6875rem;
  }
}

.flow-bgcircle__left {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  aspect-ratio: 107/187;
  width: 6.6875rem;
}
@media screen and (min-width: 768px) {
  .flow-bgcircle__left {
    aspect-ratio: 443/797;
    width: 27.6875rem;
  }
}
.flow__inner {
  max-width: 84.8125rem;
  margin-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .flow__inner {
    margin-inline: auto;
  }
}

.flow-title__wrapper {
  text-align: center;
}
.flow-title__wrapper .title {
  margin-top: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .flow-title__wrapper .title {
    font-size: 2.5rem;
  }
}

.flow__content {
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .flow__content {
    margin-top: 2.8125rem;
  }
}

.flow__cards {
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
}
@media screen and (min-width: 768px) {
  .flow__cards {
    flex-direction: row;
    gap: 3.4375rem;
  }
}

.flow__card {
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0 0.0625rem 1.25rem 0 rgba(0, 131, 215, 0.2);
  padding: 2.25rem 2.0625rem 2.8125rem;
  position: relative;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .flow__card {
    border-radius: 1.25rem;
    padding: 1.3125rem 1.4375rem 3.3125rem;
  }
}
.flow__card::after {
  content: "";
  background: url(../img/svg/flow-arrow.svg) no-repeat center/contain;
  position: absolute;
  bottom: -2.3125rem;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  aspect-ratio: 19/18;
  width: 1.75rem;
}
@media screen and (min-width: 768px) {
  .flow__card::after {
    right: -3.3125rem;
    left: auto;
    bottom: 50%;
    transform: translateY(50%) rotate(0);
    width: 2.8125rem;
  }
}
.flow__card:nth-child(3) .image {
  width: 10.5rem;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .flow__card:nth-child(3) .image {
    width: 9.8125rem;
  }
}
.flow__card:nth-child(4) .image {
  width: 9rem;
}
@media screen and (min-width: 768px) {
  .flow__card:nth-child(4) .image {
    width: 8.375rem;
  }
}
.flow__card:last-child::after {
  display: none;
}
.flow__card .tag {
  padding: 0.5625rem 0.875rem;
  background: #1c61ef;
  border-radius: 6.25rem;
  display: flex;
  gap: 0.375rem;
  width: fit-content;
  align-items: center;
  margin-inline: auto;
}
.flow__card .tag .tag__text {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: normal;
}
.flow__card .tag .tag__num {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 0.375rem;
  border-left: 0.0625rem solid #fff;
}
.flow__card .title {
  margin-top: 0.9375rem;
  color: #1c61ef;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8;
}
.flow__card .image {
  text-align: center;
  margin-top: 2rem;
  width: 5.8125rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .flow__card .image {
    width: 5.4375rem;
    margin-top: 1.5625rem;
  }
}
.flow__card .text {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .flow__card .text {
    margin-top: 1.5625rem;
  }
}

/*************************
FAQ
*************************/
.faq {
  padding-block: 3.125rem;
  background: #f4f8fd;
}
@media screen and (min-width: 768px) {
  .faq {
    padding-block: 6.6875rem 7.5rem;
  }
}

.faq__inner {
  max-width: 70.1875rem;
  margin-inline: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .faq__inner {
    margin-inline: auto;
  }
}

.faq-title__wrapper {
  text-align: center;
}
.faq-title__wrapper .title {
  margin-top: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .faq-title__wrapper .title {
    margin-top: 1.375rem;
    font-size: 2.5rem;
  }
}

.faq__content {
  margin-top: 1.8125rem;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .faq__content {
    margin-top: 2.625rem;
    gap: 1.9375rem;
  }
}
.faq__content .accordion {
  overflow: hidden;
  padding: 1.5625rem 1.25rem;
  border-radius: 1.25rem 1.25rem 1.25rem 0;
  background: #fff;
  box-shadow: 0 0.0625rem 1.25rem 0 rgba(0, 131, 215, 0.2);
}
@media screen and (min-width: 768px) {
  .faq__content .accordion {
    padding: 2.5rem 2.875rem;
  }
}
.faq__content .accordion-header {
  width: 100%;
  border: none;
  background: #fff;
  cursor: pointer;
  display: flex;
  gap: 0.9375rem;
  align-items: center;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .faq__content .accordion-header {
    gap: 1.8125rem;
  }
}
.faq__content .accordion-header .icon {
  aspect-ratio: 1;
  width: 1.9375rem;
}
.faq__content .accordion-header .text__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 0.9375rem;
}
.faq__content .accordion-header .text__wrapper .text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  flex: 1;
  text-align: left;
  color: #0f172a;
}
.faq__content .accordion-header .text__wrapper .arrow {
  aspect-ratio: 12/7;
  width: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq__content .accordion-header .text__wrapper .arrow img {
  width: 100%;
  transition: transform 0.3s ease;
  transform-origin: center center;
  display: block;
}
.faq__content .accordion-content__wrapper {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
}
.faq__content .accordion-content__wrapper .accordion-content {
  display: flex;
  gap: 0.9375rem;
  padding-block: 1.25rem 0.3125rem;
  margin-top: 1.25rem;
  border-top: 0.0625rem solid #aeceff;
}
@media screen and (min-width: 768px) {
  .faq__content .accordion-content__wrapper .accordion-content {
    gap: 1.8125rem;
  }
}
.faq__content .accordion-content__wrapper .accordion-content .icon {
  aspect-ratio: 1;
  width: 1.9375rem;
}
.faq__content .accordion-content__wrapper .accordion-content .text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  flex: 1;
  text-align: left;
}
.faq__content .accordion.active .accordion-content__wrapper {
  opacity: 1;
}
.faq__content .accordion.active .arrow img {
  transform: rotate(180deg);
}

/*************************
CTA
*************************/
.cta {
  background: #f4f8fd;
}
@media screen and (min-width: 768px) {
  .cta {
    padding-bottom: 6.25rem;
  }
}
.cta .banner {
  background: url(../img/webp/sp-cta-bk.webp) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .cta .banner {
    background: url(../img/webp/cta-bk.webp) no-repeat center/cover;
  }
}
.cta .banner .banner__inner {
  padding-block: 3.4375rem 6.0625rem;
  max-width: 62.1875rem;
}
@media screen and (min-width: 768px) {
  .cta .banner .banner__inner {
    padding-block: 4.25rem 11.625rem;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .cta .banner .banner__inner .banner__image {
    width: 51.9%;
  }
}
.cta .banner .banner__inner .button {
  margin-top: 1.5625rem;
  margin-inline: auto;
  max-width: 20.9375rem;
  width: 100%;
  padding: 1.8125rem 1.5625rem 1.8125rem 2.25rem;
}
.cta .banner .banner__inner .button:hover .button-text::after {
  right: -0.3125rem;
}
@media screen and (min-width: 768px) {
  .cta .banner .banner__inner .button {
    margin-top: 1.4375rem;
    max-width: 23.9375rem;
    padding: 2rem 2.0625rem 2rem 5.625rem;
  }
}
.cta .banner .banner__inner .button .button-text {
  color: #fff;
  position: relative;
  padding-left: 2rem;
  /*  padding-right: rem(49); */
  padding-right: 2.625rem;
  font-size: 1rem;
  font-weight: 700;
  margin-left: 1.875rem;
}
@media screen and (min-width: 768px) {
  .cta .banner .banner__inner .button .button-text {
    padding-left: 1.5rem;
    padding-right: 3.75rem;
    margin-left: 0;
  }
}
.cta .banner .banner__inner .button .button-text::before {
  content: "";
  background: url(../img/svg/demo.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  aspect-ratio: 24/19;
  width: 1.5rem;
}
@media screen and (min-width: 768px) {
  .cta .banner .banner__inner .button .button-text::before {
    aspect-ratio: 19/16;
    width: 1.1875rem;
  }
}
.cta .banner .banner__inner .button .button-text::after {
  content: "";
  background: url(../img/svg/banner-arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1;
  width: 0.875rem;
  transition: right 0.3s;
}

.cta__inner {
  max-width: 75.0625rem;
  margin-inline: 1.25rem;
  margin-top: -3.5625rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cta__inner {
    margin-inline: auto;
    margin-top: -5.875rem;
  }
}

.cta__cards {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .cta__cards {
    flex-direction: row;
    gap: 1.625rem;
  }
}

.cta__card {
  border-radius: 1.25rem;
  background: #e1ecfe;
  padding: 1.3125rem 1.25rem 2.1875rem;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .cta__card {
    padding: 1.5rem 1.4375rem 2.4375rem;
  }
}
.cta__card .cta-card__head {
  color: #1c61ef;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .cta__card .cta-card__head {
    font-size: 1.375rem;
  }
}
.cta__card .cta-card__content {
  border-radius: 0.625rem;
  background: #fff;
  padding: 1.125rem 1.875rem 2.25rem;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .cta__card .cta-card__content {
    padding: 1.3125rem 2.5rem 3.125rem;
    height: 24.125rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.cta__card .cta-card__content .text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.0175rem;
  text-align: left;
}
.cta__card .cta-card__content .img-btn__wrapper .image {
  aspect-ratio: 109/82;
  width: 6.8125rem;
  margin-inline: auto;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .cta__card .cta-card__content .img-btn__wrapper .image {
    aspect-ratio: 135/103;
    width: 9.5625rem;
    margin-top: 1.625rem;
  }
}
.cta__card .cta-card__content .img-btn__wrapper .card2-image {
  aspect-ratio: 1;
  width: 4.25rem;
  margin-inline: auto;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .cta__card .cta-card__content .img-btn__wrapper .card2-image {
    width: 4.875rem;
    margin-top: 1.625rem;
  }
}
.cta__card .cta-card__content .img-btn__wrapper .button {
  margin-top: 2rem;
  margin-inline: auto;
  max-width: 14.625rem;
  width: 100%;
  padding-block: 1.125rem;
  background: #1c61ef;
}
.cta__card .cta-card__content .img-btn__wrapper .button:hover {
  opacity: 0.8;
}
.cta__card .cta-card__content .img-btn__wrapper .button:hover .button-text::after {
  right: -0.3125rem;
}
@media screen and (min-width: 768px) {
  .cta__card .cta-card__content .img-btn__wrapper .button {
    margin-top: 2.3125rem;
    max-width: 23.9375rem;
    padding-block: 1.3125rem;
  }
}
.cta__card .cta-card__content .img-btn__wrapper .button .button-text {
  color: #fff;
  position: relative;
  /* padding-left: rem(32); */
  padding-right: 4rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.015rem;
  margin-left: 3.75rem;
}
@media screen and (min-width: 768px) {
  .cta__card .cta-card__content .img-btn__wrapper .button .button-text {
    margin-left: 3.75rem;
    font-size: 0.875rem;
  }
}
.cta__card .cta-card__content .img-btn__wrapper .button .button-text::after {
  content: "";
  background: url(../img/svg/banner-arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1;
  width: 0.875rem;
  transition: right 0.3s;
}
.cta__card .cta-card__content .img-btn__wrapper .button .button-text.download {
  padding-right: 3.1875rem;
  margin-left: 3.3125rem;
}
.cta__card .cta-card__content .img-btn__wrapper .button .button-text.download::after {
  content: "";
  background: url(../img/svg/cta-download.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1;
  width: 1rem;
}
.cta__card .cta-card3__content {
  padding: 2.8125rem 2.0625rem 2.8125rem 1.9375rem;
  border-radius: 0.625rem;
  background: #fff;
  margin-top: 1.125rem;
  display: block;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .cta__card .cta-card3__content {
    padding: 5.75rem 2.375rem 5.75rem 2.25rem;
    height: 24.125rem;
    pointer-events: none;
    cursor: default;
  }
}
.cta__card .cta-card3__content .card3-image {
  aspect-ratio: 1;
  width: 2.5625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .cta__card .cta-card3__content .card3-image {
    width: 3.4375rem;
  }
}
.cta__card .cta-card3__content .call-num {
  color: #1c61ef;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.075rem;
  margin-top: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .cta__card .cta-card3__content .call-num {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}
.cta__card .cta-card3__content .call-num a {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .cta__card .cta-card3__content .call-num a {
    font-size: 2rem;
  }
}
.cta__card .cta-card3__content .text {
  color: #647488;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.0375rem;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .cta__card .cta-card3__content .text {
    margin-top: 1.1875rem;
  }
}

/*************************
SP版用　電話番号や資料請求等追従
*************************/
.sp-fixed-cta {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 49;
}
@media screen and (min-width: 768px) {
  .sp-fixed-cta {
    display: none;
  }
}

.sp-fixed-cta__wrapper {
  display: flex;
}
.sp-fixed-cta__wrapper .sp-fixed-cta__icon {
  padding-block: 0.875rem 0.6875rem;
  width: 3.125rem;
  background: #1c61ef;
  text-align: center;
  border-radius: 0.625rem 0.625rem 0 0;
}
.sp-fixed-cta__wrapper .sp-fixed-cta__icon img {
  width: 1.0625rem;
  margin-inline: auto;
}
.sp-fixed-cta__wrapper .button {
  flex: 1;
  border-radius: 0.625rem 0.625rem 0 0;
  background: linear-gradient(90deg, #017eda 0%, #05a0ed 50.48%, #05ede9 100%);
}
.sp-fixed-cta__wrapper .button a {
  font-size: 0.75rem;
  padding-block: 0.9375rem;
  width: 100%;
}
.sp-fixed-cta__wrapper .download-btn {
  background: #fff;
  border: 0.0625rem solid #1c61ef;
}
.sp-fixed-cta__wrapper .download-btn a {
  color: #1c61ef;
  padding-block: 0.875rem;
  width: 100%;
}

.banner {
  background: url(../img/webp/banner__bg-sp.webp) no-repeat center/cover;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .banner {
    background: url(../img/webp/banner__bg-pc.webp) no-repeat center/cover;
  }
}
.banner .button {
  margin-top: 1.5625rem;
  margin-inline: auto;
  max-width: 20.9375rem;
  width: 100%;
  padding: 1.8125rem 0.625rem 1.8125rem 3.125rem;
}
.banner .button:hover .button-text::after {
  right: -0.3125rem;
}
@media screen and (min-width: 768px) {
  .banner .button {
    margin-top: 1.4375rem;
    max-width: 23.9375rem;
    padding: 2rem 2.0625rem 2rem 5.625rem;
  }
}
.banner .button .button-text {
  color: #fff;
  position: relative;
  padding-left: 1.5rem;
  padding-right: 2.5rem;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .banner .button .button-text {
    padding-left: 1.6875rem;
    padding-right: 3.9375rem;
  }
}
.banner .button .button-text::before {
  content: "";
  background: url(../img/svg/demo.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  aspect-ratio: 19/16;
  width: 1.1875rem;
}
.banner .button .button-text::after {
  content: "";
  background: url(../img/svg/banner-arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1;
  width: 0.875rem;
  transition: right 0.3s;
}

.banner__inner {
  margin-inline: 0.8125rem;
  max-width: 59.625rem;
  display: flex;
  flex-direction: column;
  gap: 1.3125rem;
  padding-block: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .banner__inner {
    margin-inline: auto;
    flex-direction: row;
    gap: 1.125rem;
    padding-block: 5.4375rem 4.75rem;
  }
}

.banner__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .banner__image {
    width: 44%;
  }
}
.banner__contents {
  flex: 1;
}

.banner__text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .banner__text {
    font-size: 2rem;
  }
}
.banner__text .small-text {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .banner__text .small-text {
    font-size: 1.5rem;
  }
}

/*************************
footer
*************************/
.footer {
  padding-top: 3.1875rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 3.8125rem;
  }
}

.footer__inner {
  max-width: 75.0625rem;
  margin-inline: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    margin-inline: auto;
    gap: 0;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 3.5rem;
  }
}

.footer__content1 .footer__logo {
  width: 69.3%;
}
@media screen and (min-width: 768px) {
  .footer__content1 .footer__logo {
    width: 22.8125rem;
  }
}
.footer__content1 .footer__lead {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .footer__content1 .footer__lead {
    font-size: 1rem;
  }
}
.footer__content1 .footer__text {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__content1 .footer__text {
    margin-top: 0.5rem;
  }
}
.footer__content1 .footer__text a {
  color: #1c61ef;
  text-decoration: underline #1c61ef;
}
.footer__content1 .footer__text a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .footer__content1 .footer__text {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .footer__content2 {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
}
.footer__content2 .footer__nav .footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3.125rem;
  row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer__content2 .footer__nav .footer__nav-list {
    flex-wrap: nowrap;
    gap: 1.25rem;
  }
}
.footer__content2 .footer__nav .footer__nav-list .footer__nav-item {
  width: calc((100% - 3.125rem) / 2);
  transition: color 0.2s;
}
@media screen and (min-width: 768px) {
  .footer__content2 .footer__nav .footer__nav-list .footer__nav-item {
    width: auto;
  }
}
.footer__content2 .footer__nav .footer__nav-list .footer__nav-item:hover {
  color: #1c61ef;
}
.footer__content2 .footer__nav .footer__nav-list .footer__nav-item .footer__nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
}
.footer__content2 .footer__nav-buttons {
  margin-top: 1.5625rem;
  display: flex;
  gap: 0.6875rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer__content2 .footer__nav-buttons {
    margin-top: 2.0625rem;
  }
}
.footer__content2 .footer__nav-buttons .button {
  border-radius: 6.25rem;
  background: linear-gradient(90deg, #017eda 0%, #05a0ed 50.48%, #05ede9 100%);
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  width: 10.125rem;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .footer__content2 .footer__nav-buttons .button {
    width: 10.6875rem;
  }
}
.footer__content2 .footer__nav-buttons .button:hover {
  opacity: 0.8;
}
.footer__content2 .footer__nav-buttons .button a {
  padding-block: 1rem;
  width: 100%;
}
.footer__content2 .footer__nav-buttons .button.download-btn {
  background: #fff;
  border: 0.0625rem solid #1c61ef;
}
.footer__content2 .footer__nav-buttons .button.download-btn a {
  color: #1c61ef;
  padding-block: 1rem;
  width: 100%;
}

.footer-copyright__wrapper {
  border-top: 0.125rem solid #e1ecfe;
  padding-block: 1.5625rem 2.125rem;
}
@media screen and (min-width: 768px) {
  .footer-copyright__wrapper {
    padding-block: 1.8125rem 2.375rem;
  }
}

.copyright__inner {
  margin-inline: 1.3125rem;
  max-width: 75.0625rem;
}
@media screen and (min-width: 768px) {
  .copyright__inner {
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
  }
}

.copyright__content1 {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .copyright__content1 {
    flex-direction: row;
    gap: 1.5625rem;
  }
}
.copyright__content1 .content {
  color: #647488;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  padding-right: 1.1875rem;
  position: relative;
  width: fit-content;
}
.copyright__content1 .content:hover {
  opacity: 0.8;
}
.copyright__content1 .content::after {
  content: "";
  background: url(../img/svg/tab.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 10/9;
  width: 0.6875rem;
}

.copyright__content2 .copyright {
  position: relative;
  margin-top: 2.625rem;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .copyright__content2 .copyright {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.copyright__content2 .copyright .text {
  text-align: center;
  color: #1c61ef;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .copyright__content2 .copyright .text {
    padding-right: 3.375rem;
  }
}
.copyright__content2 .copyright .top__button .topbtn-logo {
  aspect-ratio: 1;
  width: 2.5625rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*************************
contact
*************************/
.contact {
  background: #f4f8fd;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .contact {
    margin-top: 5rem;
  }
}

.contact-title__wrapper {
  background: #e1ecfe;
  overflow: hidden;
  position: relative;
}
.contact-title__wrapper::after {
  content: "";
  background: url(../img/webp/contact-bk.webp) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 0;
  width: 31%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .contact-title__wrapper::after {
    width: 32.8125rem;
  }
}

.contact-title__inner {
  max-width: 75rem;
  margin-inline: 1.25rem;
  padding-block: 1.5rem;
}
@media screen and (min-width: 768px) {
  .contact-title__inner {
    margin-inline: auto;
    padding-block: 4.125rem;
  }
}
.contact-title__inner .contact__title {
  color: #1c61ef;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .contact-title__inner .contact__title {
    font-size: 2.5rem;
  }
}

.contact__content {
  padding-block: 2.5rem 3.875rem;
  margin-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .contact__content {
    padding-block: 6.25rem 7.5rem;
  }
}
.contact__content .support-text {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .contact__content .support-text {
    font-size: 1.25rem;
    letter-spacing: 0.025rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .contact__content .support-text .small-text {
    font-size: 1rem;
    letter-spacing: 0.02rem;
  }
}

.contact_tel {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  color: #1c61ef;
}
@media screen and (min-width: 768px) {
  .contact_tel {
    text-align: center;
    font-size: 2.9375rem;
    pointer-events: none;
  }
}

.contact_form {
  margin-top: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .contact_form {
    margin-top: 2.125rem;
  }
}
.contact_form input::placeholder,
.contact_form textarea::placeholder {
  color: #8fb4ff;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.0175rem;
  opacity: 1;
}

.form__bg {
  max-width: 50rem;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0 0.0625rem 1.25rem 0 rgba(0, 131, 215, 0.2);
  padding: 2.8125rem 1.3125rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .form__bg {
    margin-inline: auto;
    border-radius: 1.25rem;
    padding: 2.8125rem 3.125rem 3.75rem;
    gap: 2.5rem;
  }
}

.form__content1,
.form__content2 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .form__content1,
  .form__content2 {
    gap: 2.5rem;
  }
}

.contact_form_row {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.contact_form_title {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  padding-right: 3rem;
  width: fit-content;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contact_form_title {
    position: relative;
    margin-bottom: 0;
  }
}

.required__text {
  font-size: 0.75rem;
  color: #1c61ef;
  background: #e1ecfe;
  padding: 0.1875rem 0.4375rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.015rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0.1875rem;
}

.contact_form__text {
  color: #647488;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.0175rem;
}

.contact_form_item {
  width: 100%;
  position: relative;
}
.contact_form_item.-radio {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact_form_item input {
  width: 100%;
  border-radius: 0.375rem;
  border: 0.0625rem solid #c3daff;
  background: #f0f5ff;
  box-shadow: 0 0.0625rem 1.25rem 0 rgba(0, 131, 215, 0.2);
  padding: 1rem 0.75rem;
  transition: 0.3s;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .contact_form_item input {
    padding: 1.25rem 0.9375rem;
  }
}
.contact_form_item label {
  margin: 0.1875rem;
  display: inline-block;
}
.contact_form_item input[type=radio] {
  width: 1em;
  height: 1em;
  margin: 0 0.2em 0 0;
}
.contact_form_item textarea {
  width: 100% !important;
  height: auto !important;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #c3daff;
  background: #f0f5ff;
  box-shadow: 0 0.0625rem 1.25rem 0 rgba(0, 131, 215, 0.2);
  padding: 0.625rem 0.6875rem;
  transition: 0.3s;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .contact_form_item textarea {
    padding: 0.9375rem;
  }
}
.contact_form_item input:focus,
.contact_form_item textarea:focus {
  outline: none;
  border: 0.0625rem solid #1c61ef;
  box-shadow: 0 0 0 4px rgba(143, 180, 255, 0.15);
}
@media screen and (min-width: 768px) {
  .contact_form_item {
    border-radius: 0.625rem;
  }
  .contact_form_item.-radio {
    flex-direction: row;
  }
  .contact_form_item input {
    border-radius: 0.625rem;
  }
  .contact_form_item label {
    margin: 0 0.5em 0 0;
  }
  .contact_form_item input[type=radio] {
    width: 0.8em;
    height: 0.8em;
  }
}
.contact_form_item .contact_select {
  width: 100%;
  position: relative;
}
.contact_form_item .contact_select_button {
  width: 100%;
  padding: 0.75rem 1rem;
  background: #f0f5ff;
  text-align: left;
  cursor: pointer;
  position: relative;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #c3daff;
  box-shadow: 0 0.0625rem 1.25rem 0 rgba(0, 131, 215, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
}
.contact_form_item .contact_select_button:focus {
  outline: none;
}
.contact_form_item .contact_select_button.is-open {
  border: 0.125rem solid #1c61ef;
}
.contact_form_item .contact_select_text {
  flex: 1;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.0175rem;
  color: #0f172a;
}
.contact_form_item .contact_select_arrow {
  aspect-ratio: 12/7;
  width: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_form_item .contact_select_arrow img {
  width: 100%;
  transition: transform 0.3s ease;
  transform-origin: center center;
  display: block;
}
.contact_form_item .contact_select_button.is-open .contact_select_arrow img {
  transform: rotate(180deg);
}
.contact_form_item .contact_select_list {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 0.0625rem solid #ccc;
  border-top: none;
  position: absolute;
  z-index: 10;
}
.contact_form_item .contact_select_list.is-open {
  display: block;
}
.contact_form_item .contact_select_item {
  padding: 0.3125rem 1rem;
  cursor: pointer;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.01875rem;
}
@media screen and (min-width: 768px) {
  .contact_form_item .contact_select_item {
    font-size: 0.875rem;
    letter-spacing: 0.0175rem;
    padding: 0.375rem 1rem;
  }
}
.contact_form_item .contact_select_item:hover {
  background: #1c61ef;
  color: #fff;
}

.privacy_scroll {
  display: none;
  position: relative;
  width: 100%;
  margin-top: 2.5rem;
}

.contact.is-confirm .privacy_scroll {
  display: block;
}

.contact_form_privacy {
  width: 100%;
  height: 17.5rem;
  padding: 1.25rem;
  background: #f4f8fd;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  border-radius: 0.625rem;
  border: 0.0625rem solid #1c61ef;
}
.contact_form_privacy::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .contact_form_privacy {
    height: 12.5rem;
  }
}

.privacy_scrollbar {
  position: absolute;
  top: 0.5rem;
  right: 0.25rem;
  width: 0.5rem;
  height: calc(100% - 1rem);
  background: #fff;
  border-radius: 0.625rem;
  pointer-events: none;
  /*  @include mq {
    top: rem(20);
    height: calc(100% - 2.5rem);
  } */
}

.privacy_scrollbar_thumb {
  width: 100%;
  height: 2.5rem;
  background: #1c61ef;
  border-radius: 0.625rem;
  transform: translateY(0);
}

.contact_form_privacy_head {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.0175rem;
  margin-bottom: 0.625rem;
}

.contact_form_privacy_title {
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .contact_form_privacy_title {
    font-size: 0.875rem;
  }
}

.contact_form_privacy_text {
  font-size: 0.75rem;
  font-weight: 400;
  text-align: left;
}
.contact_form_privacy_text a {
  color: #0f172a;
  text-decoration: underline;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-all;
  font-size: 0.75rem;
}
.contact_form_privacy_text.-right {
  text-align: right;
}
.contact_form_privacy_text + .contact_form_privacy_text {
  margin-top: 0.625rem;
}
.contact_form_privacy_text + .contact_form_privacy_title {
  margin-top: 0.9375rem;
}
.contact_form_privacy_text {
  /* 

  &:last-of-type {
    margin-top: rem(30);
  } */
}

.confirm-only {
  display: none;
}

.is-confirm .confirm-only {
  display: block;
}

.privacy-error {
  display: none;
  margin-top: 0.5rem;
  color: #ff4d4f;
  font-size: 0.875rem;
}

.form__button {
  margin-top: 3.125rem;
  margin-inline: auto;
  max-width: 20.9375rem;
  width: 100%;
  border-radius: 6.25rem;
  background: #1c61ef;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .form__button {
    margin-top: 3.75rem;
    max-width: 23.9375rem;
  }
}
.form__button:hover .button-text::after {
  right: -0.3125rem;
}
.form__button .contact_form_button {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: #1c61ef;
  width: 100%;
  border-radius: 6.25rem;
  padding: 1.8125rem 1.6875rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .form__button .contact_form_button {
    padding: 2rem 2.0625rem 2rem 5.625rem;
  }
}
.form__button .button-text {
  color: #fff;
  position: relative;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .form__button .button-text {
    padding-left: 0;
    padding-right: 3.75rem;
  }
}
.form__button .button-text::after {
  content: "";
  background: url(../img/svg/banner-arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1;
  width: 0.875rem;
  transition: right 0.3s;
}

.contact_form_caution {
  margin-top: 0.625rem;
  font-size: 0.625rem;
  text-align: center;
  color: #808080;
}
@media screen and (min-width: 768px) {
  .contact_form_caution {
    font-size: 1rem;
  }
}

#mfp_overlay_inner h4 {
  margin-bottom: 0.9375rem;
}

.mfp_element_button {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  cursor: pointer;
  border-radius: 1.5625rem;
  font-size: 1rem;
  padding: 0.5rem 1rem;
}
.mfp_element_button::after {
  transition: right 0.3s;
}

.contact.is-confirm .mfp_buttons {
  max-width: 23.9375rem;
  width: 100%;
  margin: 2.5rem auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .contact.is-confirm .mfp_buttons {
    margin-top: 3.75rem;
  }
}
.contact.is-confirm #mfp_button_send {
  appearance: none;
  -webkit-appearance: none;
  font-size: 1rem;
  width: 100%;
  max-width: 23.9375rem;
  padding-block: 2rem;
  border: none;
  border-radius: 6.25rem;
  background: #1c61ef;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  position: relative;
  cursor: pointer;
}
.contact.is-confirm #mfp_button_send::after {
  content: "";
  background: url(../img/svg/banner-arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.875rem;
  aspect-ratio: 1;
  transition: right 0.3s ease;
}
.contact.is-confirm #mfp_button_send:hover::after {
  right: 0.9375rem;
}
.contact.is-confirm #mfp_button_cancel {
  background: none;
  border: none;
  color: #647488;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  margin-top: 1.25rem;
}

/*************************
confirm
*************************/
.confirm_privacy_check {
  text-align: center;
  margin-top: 2.0625rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .confirm_privacy_check {
    margin-top: 1.875rem;
    font-size: 1rem;
  }
}

#privacyAgree {
  appearance: none;
  -webkit-appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.1875rem;
  border: 0.0625rem solid #e1ecfe;
  background: #fff;
  box-shadow: 0 0.0625rem 1.25rem 0 rgba(0, 131, 215, 0.2);
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}

#privacyAgree:checked {
  background: #1c61ef;
  border-color: #1c61ef;
}

#privacyAgree:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 0.3125rem;
  height: 0.625rem;
  border-right: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.confirm_privacy_check label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

#mfp_phase_confirm {
  background: #ffffff;
  padding: 1.875rem 1.5rem 2.5rem;
  border-radius: 0.625rem;
  box-shadow: 0 0.0625rem 1.25rem 0 rgba(0, 131, 215, 0.2);
  max-width: 50rem;
}
@media screen and (min-width: 768px) {
  #mfp_phase_confirm {
    border-radius: 1.25rem;
    margin-inline: auto;
    padding: 3.125rem 3.1875rem;
  }
}
#mfp_phase_confirm #privacyAgree {
  margin: 0 0 0.25rem 0 !important;
}
@media screen and (min-width: 768px) {
  #mfp_phase_confirm #privacyAgree {
    margin: 0 0.125rem 0.125rem 0 !important;
  }
}

div#mfp_phase_confirm_inner h4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.0225rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  div#mfp_phase_confirm_inner h4 {
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
  }
}

table#mfp_confirm_table {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  table#mfp_confirm_table {
    margin-top: 2.625rem;
  }
}
table#mfp_confirm_table tbody {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
table#mfp_confirm_table tbody th {
  border-top: none;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.0175rem;
}
table#mfp_confirm_table tbody td {
  border-top: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02rem;
}
table#mfp_confirm_table tbody tr.mfp_achroma {
  display: flex;
  flex-direction: column;
}
table#mfp_confirm_table tbody tr.mfp_colored {
  background: #fff;
  display: flex;
  flex-direction: column;
}
table#mfp_confirm_table tbody tr.mfp_colored th {
  border-top: none;
}
table#mfp_confirm_table tbody tr.mfp_colored td {
  border-top: none;
}

#mfp_phase_confirm:has(#mfp_phase_confirm_inner:empty) {
  display: none;
}

/*************************
thanks
*************************/
.thanks {
  background: #f4f8fd;
  margin-top: 3.75rem;
  padding-block: 3.75rem 5rem;
}
@media screen and (min-width: 768px) {
  .thanks {
    margin-top: 5rem;
    padding-block: 6.25rem 7.5rem;
  }
}

.thanks__inner {
  max-width: 45.75rem;
  margin-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .thanks__inner {
    margin-inline: auto;
  }
}
.thanks__inner .section__title {
  color: #1c61ef;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
}
.thanks__inner .text__wrapper1 {
  margin-top: 2.5rem;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02rem;
}
@media screen and (min-width: 768px) {
  .thanks__inner .text__wrapper1 {
    margin-top: 3.8125rem;
    font-size: 1rem;
  }
}
.thanks__inner .text__wrapper1 p + p {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .thanks__inner .text__wrapper1 p + p {
    margin-top: 2.1875rem;
  }
}
.thanks__inner .text__wrapper2 {
  margin-top: 3.75rem;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02rem;
}
@media screen and (min-width: 768px) {
  .thanks__inner .text__wrapper2 {
    margin-top: 5rem;
    font-size: 1rem;
  }
}
.thanks__inner .text__wrapper2 p + p {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .thanks__inner .text__wrapper2 p + p {
    margin-top: 2.1875rem;
  }
}

.thanks__button {
  text-align: center;
  margin-top: 3.75rem;
  max-width: 21.375rem;
  margin-inline: auto;
  background: #1c61ef;
  padding-block: 1.9375rem 2.0625rem;
}
.thanks__button:hover .button__text::after {
  right: -0.3125rem;
}
@media screen and (min-width: 768px) {
  .thanks__button {
    margin-top: 5rem;
  }
}
.thanks__button .button__text {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02rem;
  padding-right: 6.5625rem;
  margin-left: 5.9375rem;
}
.thanks__button .button__text::after {
  content: "";
  background: url(../img/svg/banner-arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1;
  width: 0.875rem;
  transition: right 0.3s;
}

.contact_select_value {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 1px !important;
  height: 1px;
  padding: 0 !important;
  border: 0 !important;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}
.download_form_row {
  display: flex;
  flex-direction: column;
  gap: 0.6875rem;
}

.download_form {
  margin-top: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .download_form {
    margin-top: 2rem;
  }
}
.download_form input::placeholder,
.download_form textarea::placeholder {
  color: #8fb4ff;
  font-family: "Noto Sans JP";
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7%;
  letter-spacing: 0.0175rem;
  opacity: 1;
}
.download_form .form__bg {
  display: flex;
  flex-direction: column;
  padding: 2.8125rem 1.3125rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .download_form .form__bg {
    padding: 2.8125rem 3.125rem 3.125rem;
  }
}
.download_form .contact_form__text {
  text-align: center;
  margin-top: 1.875rem;
}

.download_radio {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  margin-bottom: 0.3125rem;
}

.download_radio input[type=radio] {
  display: none;
}

.download_radio_btn {
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid #d1e2ff;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .download_radio_btn {
    width: 1.25rem;
    height: 1.25rem;
  }
}

/* 選択時 */
.download_radio input[type=radio]:checked ~ .download_radio_btn,
.download_radio.mfp_checked .download_radio_btn {
  background: #1c61ef;
  border: none;
}

.download_radio_text {
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.32px;
}
@media screen and (min-width: 768px) {
  .download_radio_text {
    font-size: 1rem;
  }
}

/*************************
thanks
*************************/
.download__thanks {
  background: #f4f8fd;
  margin-top: 3.75rem;
  padding-block: 3.75rem 5rem;
}
@media screen and (min-width: 768px) {
  .download__thanks {
    margin-top: 5rem;
    padding-block: 6.25rem 7.5rem;
  }
}

.download-thanks__inner {
  max-width: 59.25rem;
  margin-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .download-thanks__inner {
    margin-inline: auto;
  }
}
.download-thanks__inner .section__title {
  color: #1c61ef;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
}
.download-thanks__inner .text__wrapper1 {
  margin-top: 2.5rem;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02rem;
}
@media screen and (min-width: 768px) {
  .download-thanks__inner .text__wrapper1 {
    margin-top: 3.8125rem;
    font-size: 1rem;
  }
}
.download-thanks__inner .text__wrapper1 .download-thanks__btn {
  margin-top: 1.4375rem;
  background: #43b0dd;
  max-width: 21.375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025rem;
}
@media screen and (min-width: 768px) {
  .download-thanks__inner .text__wrapper1 .download-thanks__btn {
    font-size: 1.25rem;
  }
}
.download-thanks__inner .text__wrapper1 .download-thanks__btn a {
  font-size: 1rem;
  padding-block: 1.875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .download-thanks__inner .text__wrapper1 .download-thanks__btn a {
    font-size: 1.25rem;
  }
}
.download-thanks__inner .text__wrapper2 {
  margin-top: 3.125rem;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02rem;
}
@media screen and (min-width: 768px) {
  .download-thanks__inner .text__wrapper2 {
    margin-top: 3.75rem;
    font-size: 1rem;
  }
}
.download-thanks__inner .text__wrapper3 {
  margin-top: 3.75rem;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02rem;
}
@media screen and (min-width: 768px) {
  .download-thanks__inner .text__wrapper3 {
    margin-top: 5rem;
    font-size: 1rem;
  }
}
.download-thanks__inner .text__wrapper3 p + p {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .download-thanks__inner .text__wrapper3 p + p {
    margin-top: 2.1875rem;
  }
}

.download_form_item {
  position: relative;
}/*# sourceMappingURL=style.css.map */