@charset "UTF-8";
* {
  outline: unset;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
  border: none;
  outline: none;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

table, tbody, thead {
  width: 100%;
}

button {
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

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

* {
  color: #000;
}

* {
  font-family: "Noto Sans JP", sans-serif;
}

.l_container_lg {
  width: calc(100% - 80px);
  max-width: 1220px;
  margin: 0 auto;
}
@media (max-width: 560px) {
  .l_container_lg {
    width: calc(100% - 40px);
  }
}

.l_header {
  height: 80px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: #fff;
}
@media (max-width: 960px) {
  .l_header {
    height: 60px;
  }
}
.l_header_inner {
  width: 100%;
  max-width: 1700px;
  height: 100%;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 560px) {
  .l_header_inner {
    padding-left: 14px;
    gap: 0;
  }
}
.l_header_logo {
  flex-shrink: 0;
}
.l_header_logo-link {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 560px) {
  .l_header_logo-link {
    gap: 8px;
  }
}
.l_header_logo-link .__logo {
  display: flex;
  max-width: 200px;
}
@media (max-width: 1200px) {
  .l_header_logo-link .__logo {
    max-width: 160px;
  }
}
@media (max-width: 560px) {
  .l_header_logo-link .__logo {
    max-width: 150px;
  }
}
.l_header_logo-link .__text {
  font-size: 16px;
  font-weight: 700;
  font-family: "M PLUS 1p", sans-serif;
  color: #2b58e6;
  padding-top: 14px;
}
@media (max-width: 1200px) {
  .l_header_logo-link .__text {
    font-size: 13px;
    transform: translateY(-3px);
  }
}
@media (max-width: 960px) {
  .l_header_logo-link .__text {
    padding-top: 8px;
  }
}
@media (max-width: 560px) {
  .l_header_logo-link .__text {
    font-size: 11px;
  }
}
.l_header_nav-wrap {
  max-width: 1000px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 48px;
}
@media (max-width: 1200px) {
  .l_header_nav-wrap {
    gap: 20px;
  }
}
@media (max-width: 960px) {
  .l_header_nav-wrap {
    display: none;
  }
}
.l_header_nav {
  width: 100%;
  max-width: 490px;
}
.l_header_nav-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.l_header_nav-list-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 78px;
}
.l_header_nav-list-link .__en {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  line-height: 1;
  padding-bottom: 6px;
}
@media (max-width: 1200px) {
  .l_header_nav-list-link .__en {
    font-size: 14px;
  }
}
.l_header_nav-list-link .__en::before {
  content: "";
  width: 78px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.l_header_nav-list-link .__jp {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  margin-top: 6px;
}
@media (max-width: 1200px) {
  .l_header_nav-list-link .__jp {
    font-size: 11px;
  }
}
.l_header_buy-btn {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgb(56, 205, 219) 0%, rgb(90, 132, 226) 99.87%);
  gap: 14px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  width: 465px;
  flex-shrink: 0;
}
@media (max-width: 1600px) {
  .l_header_buy-btn {
    width: 300px;
  }
}
@media (max-width: 1200px) {
  .l_header_buy-btn {
    width: 200px;
    font-size: 18px;
  }
}
.l_header_buy-btn .__icon {
  display: flex;
  width: 65px;
}
@media (max-width: 1200px) {
  .l_header_buy-btn .__icon {
    width: 50px;
  }
}

.l_header-hambtn {
  display: block;
  width: 60px;
  height: 60px;
  background: linear-gradient(90deg, rgb(56, 205, 219) 0%, rgb(90, 132, 226) 99.87%);
  position: relative;
  display: none;
}
@media (max-width: 960px) {
  .l_header-hambtn {
    display: block;
  }
}
.l_header-hambtn .__line {
  width: 40px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.l_header-hambtn .__line:nth-child(1) {
  top: 22px;
}
.l_header-hambtn .__line:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.l_header-hambtn .__line:nth-child(3) {
  bottom: 22px;
}

.l_header-hammenu {
  display: none;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(90deg, rgb(56, 205, 219) 0%, rgb(90, 132, 226) 99.87%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  padding-top: 120px;
}
.l_header-hammenu_close {
  width: 60px;
  height: 60px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.l_header-hammenu_close::before, .l_header-hammenu_close::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #171c3b;
  position: absolute;
  left: 50%;
  top: 50%;
}
.l_header-hammenu_close::before {
  transform: translate(-50%, -50%) rotate(15deg);
}
.l_header-hammenu_close::after {
  transform: translate(-50%, -50%) rotate(-15deg);
}
.l_header-hammenu_logo {
  width: 205px;
  margin: 0 auto;
}
.l_header-hammenu_logo-text {
  font-size: 13px;
  text-align: center;
  margin-top: 20px;
  font-weight: 500;
  font-family: "M PLUS 1p", sans-serif;
}
.l_header-hammenu_nav {
  width: 100%;
  max-width: 315px;
  margin: 24px auto 0;
}
.l_header-hammenu_nav-item {
  border-bottom: 1px solid #000000;
  width: 100%;
}
.l_header-hammenu_nav-link {
  width: 100%;
  display: flex;
  padding: 16px 20px;
  gap: 16px;
  align-items: flex-end;
}
.l_header-hammenu_nav-link .__en {
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.l_header-hammenu_nav-link .__jp {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.l_header-hammenu_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 100%;
  height: 64px;
  max-width: 315px;
  margin: 32px auto 0;
  background-color: #000000;
}
.l_header-hammenu_btn-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.l_header-hammenu_btn-flex .__icon {
  display: flex;
  align-items: center;
  width: 50px;
}
.l_header-hammenu_btn-flex .__text {
  font-size: 15px;
  color: #fff;
}
.l_header-hammenu_btn-caution {
  font-size: 11px;
  color: #fff;
  text-align: center;
}

.l_footer {
  background-color: #000;
  padding: 40px 0 24px;
}
.l_footer_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
@media (max-width: 560px) {
  .l_footer_logo {
    flex-direction: column;
    gap: 0;
  }
}
.l_footer_logo .__logo {
  display: flex;
  align-items: center;
  width: 200px;
}
@media (max-width: 768px) {
  .l_footer_logo .__logo {
    width: 180px;
  }
}
.l_footer_logo .__text {
  font-size: 16px;
  font-weight: 700;
  font-family: "M PLUS 1p", sans-serif;
  color: #2b58e6;
  transform: translateY(5px);
}
@media (max-width: 768px) {
  .l_footer_logo .__text {
    font-size: 14px;
  }
}
.l_footer_copyright {
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  margin-top: 36px;
}
@media (max-width: 768px) {
  .l_footer_copyright {
    font-size: 11px;
  }
}

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

* {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #000;
  font-size: 16px;
  position: relative;
}

.view-hidden {
  width: 100vw;
  overflow: hidden;
}

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

.m_section-title {
  text-align: center;
  font-size: 42px;
  color: #2b58e6;
  font-weight: 700;
  position: relative;
  padding-top: 106px;
}
@media (max-width: 960px) {
  .m_section-title {
    font-size: 36px;
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .m_section-title {
    font-size: 28px;
    padding-top: 60px;
  }
}
@media (max-width: 560px) {
  .m_section-title {
    font-size: 25px;
  }
}
.m_section-title::before {
  content: "";
  width: 218px;
  aspect-ratio: 218.5/88.4;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/common_title-deco.png) center/cover;
}
@media (max-width: 960px) {
  .m_section-title::before {
    width: 160px;
  }
}
@media (max-width: 768px) {
  .m_section-title::before {
    width: 120px;
  }
}
.m_section-title .__sm {
  font-size: 22px;
  color: inherit;
  display: inline-block;
  transform: translateY(-5px);
  font-weight: 400;
  padding: 0 8px;
}
@media (max-width: 960px) {
  .m_section-title .__sm {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .m_section-title .__sm {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .m_section-title .__sm {
    font-size: 14px;
  }
}
.m_section-title_logo {
  display: inline-flex;
  align-items: center;
  width: 200px;
}
@media (max-width: 960px) {
  .m_section-title_logo {
    width: 180px;
  }
}
@media (max-width: 560px) {
  .m_section-title_logo {
    width: 150px;
    transform: translateY(3.5px);
  }
}
.m_section-title_en {
  text-align: center;
}
.m_section-title_en .__inner {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #929fa7;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
}
@media (max-width: 768px) {
  .m_section-title_en .__inner {
    font-size: 13px;
  }
}
@media (max-width: 560px) {
  .m_section-title_en .__inner {
    font-size: 12px;
  }
}
.m_section-title_en .__inner::before, .m_section-title_en .__inner::after {
  content: "";
  width: 26px;
  height: 1px;
  background-color: #929fa7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .m_section-title_en .__inner::before, .m_section-title_en .__inner::after {
    width: 20px;
  }
}
.m_section-title_en .__inner::before {
  left: -34px;
}
@media (max-width: 768px) {
  .m_section-title_en .__inner::before {
    left: -28px;
  }
}
.m_section-title_en .__inner::after {
  right: -34px;
}
@media (max-width: 768px) {
  .m_section-title_en .__inner::after {
    right: -28px;
  }
}
.m_section-title_en .__inner.__white {
  color: #ddd;
}
.m_section-title_en .__inner.__white::before, .m_section-title_en .__inner.__white::after {
  background-color: #ddd;
}

.m_cta {
  max-width: 546px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 0;
}
@media (max-width: 960px) {
  .m_cta {
    padding: 48px 0;
    max-width: 480px;
  }
}
@media (max-width: 768px) {
  .m_cta {
    max-width: 350px;
  }
}
@media (max-width: 560px) {
  .m_cta {
    padding: 32px 0;
  }
}
.m_cta_btn {
  max-width: 546px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  height: 86px;
  width: 100%;
  gap: 24px;
}
@media (max-width: 960px) {
  .m_cta_btn {
    font-size: 18px;
    height: 64px;
    max-width: 480px;
  }
}
.m_cta_btn .__deco {
  width: 65px;
  display: flex;
  align-items: center;
}
@media (max-width: 960px) {
  .m_cta_btn .__deco {
    width: 50px;
  }
}
.m_cta_btn.__red {
  background: linear-gradient(90deg, rgb(227, 45, 40) 0%, rgb(178, 19, 23) 99.87%);
}
.m_cta_caution {
  font-size: 15px;
  margin-top: 6px;
}
@media (max-width: 960px) {
  .m_cta_caution {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .m_cta_caution {
    font-size: 12px;
  }
}
.m_cta_list {
  display: flex;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .m_cta_list {
    flex-wrap: wrap;
    max-width: 250px;
    gap: 5px 0;
  }
}
.m_cta_list-item {
  border-left: 1px solid #000;
}
.m_cta_list-item:nth-child(1) {
  border-left: none;
}
.m_cta_list-item:nth-child(1) .m_cta_list-link {
  padding-left: 0;
}
@media (max-width: 768px) {
  .m_cta_list-item:nth-child(3) {
    border-left: none;
  }
}
@media (max-width: 768px) {
  .m_cta_list-item:nth-child(3) .m_cta_list-link {
    padding-left: 0;
  }
}
.m_cta_list-link {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  white-space: nowrap;
}
@media (max-width: 960px) {
  .m_cta_list-link {
    font-size: 14px;
    padding: 0 8px;
  }
}
.m_cta_list-link .__icon {
  display: flex;
  align-items: center;
  width: 21px;
}
@media (max-width: 960px) {
  .m_cta_list-link .__icon {
    width: 18px;
  }
}

.mv {
  position: relative;
}
.mv_img-hidden {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.mv_img-wrap {
  min-width: 1180px;
  position: relative;
}
@media (max-width: 960px) {
  .mv_img-wrap {
    min-width: 960px;
  }
}
@media (max-width: 768px) {
  .mv_img-wrap {
    min-width: unset;
  }
}
.mv_btn {
  width: 28.54%;
  display: block;
  position: absolute;
  left: 12.6%;
  bottom: 14.7%;
}
@media (max-width: 768px) {
  .mv_btn {
    bottom: unset;
    top: 35.85%;
    width: 84.5%;
    left: 7%;
  }
}
.mv_link {
  height: 2.82%;
  position: absolute;
  bottom: 4.6%;
}
@media (max-width: 768px) {
  .mv_link {
    bottom: unset;
    top: 49.3%;
  }
}
.mv_link.__apple {
  width: 6.71%;
  left: 12.8%;
}
@media (max-width: 768px) {
  .mv_link.__apple {
    left: 7.5%;
    width: 20.6%;
  }
}
.mv_link.__amazon {
  width: 8.25%;
  left: 19.6%;
}
@media (max-width: 768px) {
  .mv_link.__amazon {
    left: 28.3%;
    width: 26.4%;
  }
}
.mv_link.__spotify {
  width: 5.22%;
  left: 27.95%;
}
@media (max-width: 768px) {
  .mv_link.__spotify {
    left: 55%;
    width: 16.5%;
  }
}
.mv_link.__line {
  width: 6.7%;
  left: 33.3%;
}
@media (max-width: 768px) {
  .mv_link.__line {
    left: 71.8%;
    width: 19.9%;
  }
}

.worries {
  padding: 90px 0;
}
@media (max-width: 960px) {
  .worries {
    padding: 48px 0;
  }
}
.worries_title {
  display: flex;
  justify-content: center;
}
.worries_title .__inner {
  position: relative;
  padding: 20px 45px;
  background-color: #000;
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  border-radius: 1000px;
}
@media (max-width: 1200px) {
  .worries_title .__inner {
    font-size: 42px;
    padding: 16px 40px;
  }
}
@media (max-width: 960px) {
  .worries_title .__inner {
    font-size: 32px;
    padding: 12px 36px;
  }
}
@media (max-width: 560px) {
  .worries_title .__inner {
    font-size: 24px;
    padding: 8px 20px 10px;
  }
}
.worries_title .__inner::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 35px solid #000;
  border-left: 16.5px solid rgba(0, 0, 0, 0);
  border-right: 16.5px solid rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% - 1px));
}
@media (max-width: 560px) {
  .worries_title .__inner::before {
    border-width: 20px 10px 0 10px;
  }
}
.worries_list {
  width: calc(100% - 80px);
  max-width: 1460px;
  display: flex;
  justify-content: space-between;
  margin: 68px auto 0;
}
@media (max-width: 1200px) {
  .worries_list {
    max-width: 960px;
  }
}
@media (max-width: 768px) {
  .worries_list {
    flex-wrap: wrap;
    gap: 0 24px;
    justify-content: center;
    max-width: 500px;
  }
}
@media (max-width: 560px) {
  .worries_list {
    width: calc(100% - 40px);
    margin-top: 40px;
  }
}
.worries_list-item {
  width: calc(33.33% - 24px);
  max-width: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 90px;
  background: url(../img/worries_list-bg.png) center top/contain;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .worries_list-item {
    padding-top: 80px;
  }
}
@media (max-width: 960px) {
  .worries_list-item {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .worries_list-item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 560px) {
  .worries_list-item {
    padding-top: 40px;
  }
}
.worries_list-item:nth-child(3) {
  transform: translateY(-20px);
  margin-bottom: -20px;
}
.worries_list-text {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
}
@media (max-width: 1200px) {
  .worries_list-text {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .worries_list-text {
    font-size: 24px;
  }
}
@media (max-width: 560px) {
  .worries_list-text {
    font-size: 18px;
  }
}
.worries_list-img {
  width: 57%;
  margin-top: 28px;
}
@media (max-width: 560px) {
  .worries_list-img {
    margin-top: 16px;
  }
}

.master {
  padding: 84px 0 60px;
  position: relative;
  background-color: #edf1f2;
  z-index: 1;
}
@media (max-width: 960px) {
  .master {
    padding: 60px 0 40px;
  }
}
.master_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.28;
}
.master_bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.master_list {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 960px) {
  .master_list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    max-width: 600px;
    margin: 40px auto 0;
  }
}
@media (max-width: 768px) {
  .master_list {
    max-width: 350px;
  }
}
.master_list-item {
  width: calc(33.33% - 16px);
  max-width: 380px;
}
@media (max-width: 960px) {
  .master_list-item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 768px) {
  .master_list-item {
    width: 100%;
  }
}
.master_list-content {
  background-color: #2b58e6;
  padding: 24px 0;
}
.master_list-title {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
}
@media (max-width: 1200px) {
  .master_list-title {
    font-size: 24px;
  }
}
.master_list-check {
  padding: 0 12px 0 32px;
  margin-top: 24px;
}
@media (max-width: 1200px) {
  .master_list-check {
    padding: 0 10px 0 16px;
  }
}
.master_list-check-item {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 1200px) {
  .master_list-check-item {
    font-size: 15px;
  }
}
.master_list-check-item:nth-child(n+2) {
  margin-top: 10px;
}
.master_list-check-item::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/check_red.png) center/cover;
  position: absolute;
  top: 5.5px;
  left: 0;
}

.feature {
  padding-top: 60px;
}
.feature_container {
  margin-top: 36px;
}
@media (max-width: 1200px) {
  .feature_container {
    width: 100%;
  }
}
.feature_block {
  display: flex;
}
@media (max-width: 768px) {
  .feature_block {
    flex-direction: column-reverse;
  }
}
.feature_block:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .feature_block:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
.feature_block:nth-child(2n) .feature_text-box {
  align-items: flex-end;
}
.feature_block:nth-child(2n) .feature_text-box::before {
  left: 0;
  right: unset;
}
.feature_block:nth-child(2n) .feature_img-box {
  justify-content: flex-end;
}
.feature_text-box {
  width: 50%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #1e95ec;
}
@media (max-width: 768px) {
  .feature_text-box {
    width: 100%;
  }
}
.feature_text-box::before {
  content: "";
  width: 50vw;
  height: 100%;
  background-color: #1e95ec;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.feature_text-box-inner {
  padding: 40px 0;
}
@media (max-width: 1200px) {
  .feature_text-box-inner {
    padding: 40px;
  }
}
@media (max-width: 560px) {
  .feature_text-box-inner {
    padding: 32px 20px;
  }
}
.feature_text-box-title {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 1200px) {
  .feature_text-box-title {
    line-height: 1.5;
    font-size: 24px;
  }
}
@media (max-width: 560px) {
  .feature_text-box-title {
    font-size: 22px;
  }
}
.feature_text-box-text {
  font-size: 18px;
  color: #fff;
  margin-top: 40px;
  max-width: 437px;
  line-height: 1.75;
}
@media (max-width: 1200px) {
  .feature_text-box-text {
    max-width: unset;
    font-size: 16px;
    margin-top: 24px;
  }
}
@media (max-width: 960px) {
  .feature_text-box-text {
    font-size: 15px;
    margin-top: 16px;
  }
}
@media (max-width: 560px) {
  .feature_text-box-text {
    font-size: 14px;
  }
}
.feature_img-box {
  width: 50%;
  display: flex;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .feature_img-box {
    width: 100%;
  }
}
.feature_img-box img {
  width: 50vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .feature_img-box img {
    width: 100%;
  }
}
.feature_img-box::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
}
.feature_img-box.__01::before {
  display: none;
  aspect-ratio: 236/386.6;
  background: url(../img/feature_human01.png) center/cover;
  width: 140px;
  top: unset;
  bottom: -30px;
  right: 24px;
}
@media (max-width: 768px) {
  .feature_img-box.__01::before {
    display: block;
  }
}
@media (max-width: 560px) {
  .feature_img-box.__01::before {
    width: 100px;
  }
}
.feature_img-box.__02::before {
  width: 38.68%;
  aspect-ratio: 236/386.6;
  right: 0;
  background: url(../img/feature_human01.png) center/cover;
  transform: translate(70%, -85%);
}
@media (max-width: 1200px) {
  .feature_img-box.__02::before {
    width: 25%;
    transform: translate(80%, -85%);
  }
}
@media (max-width: 768px) {
  .feature_img-box.__02::before {
    display: none;
  }
}
.feature_img-box.__03::before {
  width: 56.72%;
  aspect-ratio: 346.6/358.1;
  left: 0;
  background: url(../img/feature_human02.png) center/cover;
  transform: translate(-67%, -45%);
  z-index: 1;
}
@media (max-width: 1200px) {
  .feature_img-box.__03::before {
    width: 38%;
    transform: translate(-88%, -55%);
  }
}
@media (max-width: 768px) {
  .feature_img-box.__03::before {
    width: 200px;
    right: 10px;
    bottom: -80px;
    top: unset;
    left: unset;
    transform: unset;
  }
}
@media (max-width: 560px) {
  .feature_img-box.__03::before {
    width: 140px;
    bottom: -60px;
  }
}
.feature_img-box.__04::before {
  width: 38.5%;
  aspect-ratio: 235.9/180.9;
  right: 0;
  background: url(../img/feature_human03.png) center/cover;
  transform: translate(47%, -25%);
}
@media (max-width: 1200px) {
  .feature_img-box.__04::before {
    width: 25%;
    transform: translate(20%, -30%);
  }
}
@media (max-width: 768px) {
  .feature_img-box.__04::before {
    width: 140px;
    bottom: -20px;
    top: unset;
    right: 10px;
    transform: unset;
  }
}
@media (max-width: 560px) {
  .feature_img-box.__04::before {
    width: 100px;
  }
}

.system {
  padding: 40px 0 90px;
}
.system_list {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 100px;
}
@media (max-width: 960px) {
  .system_list {
    max-width: 750px;
  }
}
@media (max-width: 768px) {
  .system_list {
    flex-wrap: wrap;
    gap: 60px 24px;
    max-width: 500px;
  }
}
@media (max-width: 560px) {
  .system_list {
    margin-top: 56px;
    max-width: 250px;
  }
}
.system_list-item {
  width: 33.33%;
  max-width: 290px;
  position: relative;
}
@media (max-width: 768px) {
  .system_list-item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 560px) {
  .system_list-item {
    width: 100%;
  }
}
.system_list-item::before, .system_list-item::after {
  content: "";
  width: 42px;
  height: 42px;
  display: block;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
}
@media (max-width: 960px) {
  .system_list-item::before, .system_list-item::after {
    width: 30px;
    height: 30px;
  }
}
.system_list-item::before {
  background-image: url(../img/bracket_top-left.png);
  left: 0;
}
.system_list-item::after {
  background-image: url(../img/bracket_top-right.png);
  right: 0;
}
.system_list-item-inner {
  padding: 80px 0 90px;
  position: relative;
}
@media (max-width: 960px) {
  .system_list-item-inner {
    padding: 56px 0 68px;
  }
}
@media (max-width: 560px) {
  .system_list-item-inner {
    padding: 36px 0 50px;
  }
}
.system_list-item-inner::before, .system_list-item-inner::after {
  content: "";
  width: 42px;
  height: 42px;
  display: block;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 0;
}
@media (max-width: 960px) {
  .system_list-item-inner::before, .system_list-item-inner::after {
    width: 30px;
    height: 30px;
  }
}
.system_list-item-inner::before {
  background-image: url(../img/bracket_bottom-left.png);
  left: 0;
}
.system_list-item-inner::after {
  background-image: url(../img/bracket_bottom-right.png);
  right: 0;
}
.system_list-num {
  font-size: 65px;
  color: #929fa7;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 960px) {
  .system_list-num {
    font-size: 48px;
  }
}
@media (max-width: 560px) {
  .system_list-num {
    font-size: 36px;
  }
}
.system_list-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #2b58e6;
}
@media (max-width: 960px) {
  .system_list-title {
    font-size: 24px;
  }
}
.system_list-text {
  text-align: center;
  font-size: 20px;
  color: #2b58e6;
  font-weight: 500;
  margin-top: 16px;
}
@media (max-width: 960px) {
  .system_list-text {
    font-size: 16px;
  }
}
.system_list-img {
  display: flex;
  align-items: center;
  width: 145px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 40%);
}
@media (max-width: 960px) {
  .system_list-img {
    width: 100px;
  }
}
@media (max-width: 560px) {
  .system_list-img {
    width: 90px;
  }
}

.voice {
  padding: 72px 0 90px;
  background: linear-gradient(90deg, rgb(56, 205, 219) 0%, rgb(90, 132, 226) 99.87%);
}
@media (max-width: 768px) {
  .voice {
    padding: 48px 0 60px;
  }
}
.voice_list {
  max-width: 900px;
  margin: 52px auto 0;
}
.voice_list-item {
  display: flex;
  gap: 28px;
  align-items: flex-start;
}
.voice_list-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.voice_list-item:nth-child(2n) .voice_list-balloon::before {
  border-left: unset;
  border-right: 33px solid #fff;
  right: unset;
  left: -13px;
}
.voice_list-item:nth-child(n+2) {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .voice_list-item:nth-child(n+2) {
    margin-top: 24px;
  }
}
.voice_list-balloon {
  border-radius: 1000px;
  background-color: #fff;
  padding: 30px 52px;
  position: relative;
}
@media (max-width: 960px) {
  .voice_list-balloon {
    padding: 20px 40px;
  }
}
@media (max-width: 560px) {
  .voice_list-balloon {
    border-radius: 30px;
    padding: 16px 20px;
  }
}
.voice_list-balloon::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 33px solid #fff;
  border-top: 19px solid rgba(0, 0, 0, 0);
  border-bottom: 19px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -13px;
}
.voice_list-balloon-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.65;
}
@media (max-width: 960px) {
  .voice_list-balloon-text {
    line-height: 1.5;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .voice_list-balloon-text {
    font-size: 14px;
  }
}
.voice_list-meta {
  width: 120px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (max-width: 960px) {
  .voice_list-meta {
    width: 90px;
  }
}
@media (max-width: 768px) {
  .voice_list-meta {
    width: 80px;
    gap: 4px;
  }
}
.voice_list-meta .__icon {
  display: flex;
  align-items: center;
}
.voice_list-meta .__name {
  font-size: 16px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  line-height: 1.25;
}
@media (max-width: 960px) {
  .voice_list-meta .__name {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .voice_list-meta .__name {
    font-size: 12px;
  }
}

.reason {
  padding-top: 80px;
  background: url(../img/reason_bg.jpg) center right/cover;
}
@media (max-width: 960px) {
  .reason {
    padding-top: 60px;
  }
}
.reason_inner {
  max-width: 1440px;
}
.reason_container {
  max-width: 880px;
}
.reason_check-box {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 0 20px;
  margin-top: 48px;
}
@media (max-width: 960px) {
  .reason_check-box {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .reason_check-box {
    padding: 0;
    gap: 10px;
    flex-wrap: wrap;
  }
}
.reason_check-box-item {
  width: 33.33%;
  display: flex;
  align-items: center;
  padding: 0 18px;
  height: 55px;
  background-color: #2b58e6;
  border-radius: 8px;
  gap: 10px;
}
@media (max-width: 960px) {
  .reason_check-box-item {
    padding: 0 12px;
    gap: 8px;
    height: 48px;
  }
}
@media (max-width: 768px) {
  .reason_check-box-item {
    width: calc(50% - 10px);
    max-width: 180px;
  }
}
@media (max-width: 560px) {
  .reason_check-box-item {
    padding: 0 8px;
    height: 40px;
  }
}
.reason_check-box-item .__check {
  display: flex;
  width: 20px;
  align-items: center;
}
@media (max-width: 960px) {
  .reason_check-box-item .__check {
    width: 16px;
    transform: translateY(1px);
  }
}
.reason_check-box-item .__text {
  font-size: 20px;
  color: #fff;
  line-height: 1;
}
@media (max-width: 960px) {
  .reason_check-box-item .__text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .reason_check-box-item .__text {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .reason_check-box-item .__text {
    font-size: 13px;
  }
}
.reason_table-wrap {
  width: 100%;
  overflow: scroll;
}
.reason_table {
  width: 100%;
  display: flex;
  gap: 12px;
  margin-top: 60px;
  min-width: 750px;
}
@media (max-width: 960px) {
  .reason_table {
    margin-top: 40px;
  }
}
@media (max-width: 560px) {
  .reason_table {
    min-width: 650px;
  }
}
.reason_table-col:nth-child(1) {
  width: 100px;
}
@media (max-width: 560px) {
  .reason_table-col:nth-child(1) {
    width: 80px;
  }
}
.reason_table-col:nth-child(1) .reason_table-panel::before {
  width: 100%;
}
.reason_table-col:nth-child(n+2) {
  width: 240px;
  background-color: #edf1f2;
}
.reason_table-col:nth-child(2) {
  background-color: #e2f3fe;
}
.reason_table-panel {
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 960px) {
  .reason_table-panel {
    height: 80px;
  }
}
@media (max-width: 560px) {
  .reason_table-panel {
    height: 70px;
  }
}
.reason_table-panel::before {
  content: "";
  width: calc(100% - 72px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #929fa7;
}
.reason_table-panel:first-child::before {
  display: none;
}
.reason_table-panel:last-child::before {
  display: none;
}
.reason_table-panel:nth-child(n+3) {
  height: 80px;
}
@media (max-width: 960px) {
  .reason_table-panel:nth-child(n+3) {
    height: 60px;
  }
}
@media (max-width: 560px) {
  .reason_table-panel:nth-child(n+3) {
    height: 50px;
  }
}
.reason_table-panel.__blue {
  background-color: #2b58e6;
}
.reason_table-panel.__gray {
  background-color: #929fa7;
}
.reason_table-title {
  line-height: 1;
  color: #929fa7;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 960px) {
  .reason_table-title {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .reason_table-title {
    font-size: 14px;
  }
}
.reason_table-majieigo {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
}
@media (max-width: 960px) {
  .reason_table-majieigo {
    font-size: 25px;
  }
}
.reason_table-price {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  color: #929fa7;
}
@media (max-width: 960px) {
  .reason_table-price {
    gap: 4px;
  }
}
.reason_table-price.__blue {
  color: #2b58e6;
}
.reason_table-price .__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 300px;
  width: 122px;
  height: 38px;
  color: #fff;
  background-color: #2b58e6;
  font-weight: 500;
  font-size: 12px;
  padding-bottom: 1px;
  line-height: 1.25;
}
@media (max-width: 960px) {
  .reason_table-price .__tag {
    font-size: 10px;
    width: 110px;
    height: 30px;
  }
}
@media (max-width: 560px) {
  .reason_table-price .__tag {
    font-size: 10px;
    width: 90px;
    height: 30px;
    border-radius: 5px;
  }
}
.reason_table-price .__free {
  font-size: 32px;
  font-weight: 600;
  color: inherit;
  line-height: 1;
}
@media (max-width: 960px) {
  .reason_table-price .__free {
    font-size: 28px;
  }
}
@media (max-width: 560px) {
  .reason_table-price .__free {
    font-size: 24px;
  }
}
.reason_table-price .__price {
  font-size: 40px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: inherit;
}
@media (max-width: 960px) {
  .reason_table-price .__price {
    font-size: 36px;
  }
}
@media (max-width: 560px) {
  .reason_table-price .__price {
    font-size: 32px;
  }
}
.reason_table-price .__yen {
  font-size: 23px;
  font-weight: 600;
  color: inherit;
}
@media (max-width: 960px) {
  .reason_table-price .__yen {
    font-size: 18px;
  }
}
.reason_table-content {
  font-size: 20px;
  color: inherit;
  font-weight: 500;
  text-align: center;
  color: #929fa7;
}
@media (max-width: 960px) {
  .reason_table-content {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .reason_table-content {
    font-size: 14px;
  }
}
.reason_table-content.__blue {
  color: #2b58e6;
}
.reason_table-name {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 960px) {
  .reason_table-name {
    font-size: 16px;
  }
}

.contents {
  background-color: #edf1f2;
  padding: 110px 0 120px;
}
@media (max-width: 960px) {
  .contents {
    padding: 64px 0;
  }
}
.contents_title-all {
  font-size: 42px;
  background-color: #2b58e6;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding: 15px 20px 17px;
  border-radius: 23px;
  line-height: 1;
}
@media (max-width: 960px) {
  .contents_title-all {
    font-size: 36px;
    padding: 12px 16px 15px;
    border-radius: 18px;
  }
}
@media (max-width: 560px) {
  .contents_title-all {
    font-size: 28px;
    border-radius: 12px;
    padding: 10px 14px 12px;
  }
}
.contents_subtitle {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #2b58e6;
  margin-top: 24px;
}
@media (max-width: 960px) {
  .contents_subtitle {
    font-size: 18px;
    margin-top: 16px;
  }
}
@media (max-width: 560px) {
  .contents_subtitle {
    font-size: 16px;
    margin-top: 12px;
  }
}
.contents_list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 45px;
  margin-top: 74px;
}
@media (max-width: 1200px) {
  .contents_list {
    gap: 24px;
  }
}
@media (max-width: 560px) {
  .contents_list {
    margin-top: 40px;
  }
}
.contents_list-item {
  width: calc(50% - 22.5px);
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 1200px) {
  .contents_list-item {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .contents_list-item {
    flex-direction: column;
    background-color: #fff;
    padding-top: 20px;
  }
}
.contents_list-img {
  aspect-ratio: 1/1;
  max-width: 240px;
}
@media (max-width: 1200px) {
  .contents_list-img {
    width: 180px;
  }
}
@media (max-width: 560px) {
  .contents_list-img {
    margin: 0 auto;
  }
}
.contents_list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contents_list-info {
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4px 0;
}
.contents_list-info-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 960px) {
  .contents_list-info-title {
    font-size: 16px;
  }
}
.contents_list-info-price {
  font-size: 40px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 960px) {
  .contents_list-info-price {
    font-size: 32px;
  }
}
.contents_list-info-price .__yen {
  font-size: 23px;
  font-weight: inherit;
}
@media (max-width: 960px) {
  .contents_list-info-price .__yen {
    font-size: 18px;
  }
}
.contents_list-media {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  max-width: 280px;
}
@media (max-width: 960px) {
  .contents_list-media {
    gap: 8px 0;
  }
}
@media (max-width: 560px) {
  .contents_list-media {
    margin-top: 10px;
  }
}
.contents_list-media-item:nth-child(2n+1) {
  padding-right: 12px;
}
@media (max-width: 960px) {
  .contents_list-media-item:nth-child(2n+1) {
    padding-right: 8px;
  }
}
.contents_list-media-item:nth-child(2n) {
  padding-left: 12px;
  border-left: 1px solid #000;
}
@media (max-width: 960px) {
  .contents_list-media-item:nth-child(2n) {
    padding-left: 8px;
  }
}
.contents_list-media-link {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
@media (max-width: 960px) {
  .contents_list-media-link {
    font-size: 14px;
    gap: 6px;
  }
}
.contents_list-media-link .__icon {
  display: flex;
  align-items: center;
  width: 21px;
}
@media (max-width: 960px) {
  .contents_list-media-link .__icon {
    width: 18px;
  }
}
.contents_btn-wrap {
  max-width: 550px;
  margin: 110px auto 0;
}
@media (max-width: 960px) {
  .contents_btn-wrap {
    max-width: 480px;
    margin: 60px auto 0;
  }
}
.contents_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 86px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  background-color: #000;
}
@media (max-width: 960px) {
  .contents_btn {
    height: 64px;
    font-size: 18px;
  }
}
.contents_checkbox {
  display: flex;
  margin-top: 18px;
  gap: 20px;
}
@media (max-width: 960px) {
  .contents_checkbox {
    margin-top: 12px;
    gap: 16px;
  }
}
@media (max-width: 560px) {
  .contents_checkbox {
    margin-top: 12px;
  }
}
.contents_checkbox-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  gap: 12px;
}
@media (max-width: 960px) {
  .contents_checkbox-item {
    font-size: 16px;
    gap: 5px;
  }
}
@media (max-width: 560px) {
  .contents_checkbox-item {
    font-size: 14px;
  }
}
.contents_checkbox-item .__icon {
  display: flex;
  align-items: center;
  width: 20px;
  transform: translateY(1.5px);
}
@media (max-width: 960px) {
  .contents_checkbox-item .__icon {
    width: 16px;
    transform: translateY(1px);
  }
}
@media (max-width: 560px) {
  .contents_checkbox-item .__icon {
    width: 13px;
  }
}

.faq {
  padding: 100px 0;
}
@media (max-width: 960px) {
  .faq {
    padding: 48px 0;
  }
}
.faq_list {
  max-width: 1000px;
  margin-top: 70px;
}
@media (max-width: 960px) {
  .faq_list {
    margin-top: 40px;
  }
}
.faq_list-item {
  position: relative;
}
.faq_list-item:nth-child(n+2) {
  margin-top: 60px;
}
@media (max-width: 960px) {
  .faq_list-item:nth-child(n+2) {
    margin-top: 24px;
  }
}
.faq_list-item::before, .faq_list-item::after {
  content: "";
  width: 42px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
}
@media (max-width: 960px) {
  .faq_list-item::before, .faq_list-item::after {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .faq_list-item::before, .faq_list-item::after {
    width: 20px;
    height: 20px;
  }
}
.faq_list-item::before {
  background-image: url(../img/bracket_top-left.png);
  left: 0;
}
.faq_list-item::after {
  background-image: url(../img/bracket_top-right.png);
  right: 0;
}
.faq_list-item-inner {
  padding: 40px;
  position: relative;
}
@media (max-width: 960px) {
  .faq_list-item-inner {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .faq_list-item-inner {
    padding: 24px 16px;
  }
}
.faq_list-item-inner::before, .faq_list-item-inner::after {
  content: "";
  width: 42px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
}
@media (max-width: 960px) {
  .faq_list-item-inner::before, .faq_list-item-inner::after {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .faq_list-item-inner::before, .faq_list-item-inner::after {
    width: 20px;
    height: 20px;
  }
}
.faq_list-item-inner::before {
  background-image: url(../img/bracket_bottom-left.png);
  left: 0;
}
.faq_list-item-inner::after {
  background-image: url(../img/bracket_bottom-right.png);
  right: 0;
}
.faq_list-question {
  display: flex;
  gap: 30px;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-right: 40px;
}
@media (max-width: 960px) {
  .faq_list-question {
    gap: 16px;
  }
}
@media (max-width: 560px) {
  .faq_list-question {
    padding-right: 32px;
  }
}
.faq_list-question .__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  flex-shrink: 0;
}
@media (max-width: 960px) {
  .faq_list-question .__icon {
    width: 48px;
  }
}
@media (max-width: 768px) {
  .faq_list-question .__icon {
    width: 36px;
  }
}
@media (max-width: 560px) {
  .faq_list-question .__icon {
    width: 32px;
  }
}
.faq_list-question .__text {
  font-size: 28px;
  font-weight: 600;
  color: #2b58e6;
}
@media (max-width: 960px) {
  .faq_list-question .__text {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .faq_list-question .__text {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .faq_list-question .__text {
    font-size: 18px;
  }
}
.faq_list-question .__arrow {
  display: flex;
  align-items: center;
  width: 19px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 960px) {
  .faq_list-question .__arrow {
    width: 16px;
  }
}
.faq_list-question .__arrow.is-active {
  transform: translateY(-50%) rotate(180deg);
}
.faq_list-answer {
  padding-top: 36px;
  display: none;
}
@media (max-width: 960px) {
  .faq_list-answer {
    padding-top: 20px;
  }
}
.faq_list-answer .__text {
  font-size: 20px;
  line-height: 1.65;
  font-weight: 500;
}
@media (max-width: 960px) {
  .faq_list-answer .__text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .faq_list-answer .__text {
    font-size: 14px;
  }
}

.start {
  padding: 80px 0 68px;
  background: url(../img/start_bg.jpg) center/cover;
}
@media (max-width: 960px) {
  .start {
    padding: 64px 0 48px;
  }
}
@media (max-width: 768px) {
  .start {
    padding: 48px 0 40px;
  }
}
.start_top-title {
  text-align: center;
  font-size: 42px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 960px) {
  .start_top-title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .start_top-title {
    font-size: 28px;
  }
}
.start_list {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-top: 80px;
}
@media (max-width: 960px) {
  .start_list {
    margin-top: 64px;
  }
}
@media (max-width: 768px) {
  .start_list {
    flex-wrap: wrap;
    gap: 32px 16px;
    justify-content: center;
    max-width: 500px;
  }
}
.start_list-item {
  width: 33.33%;
  background-color: #000;
  border-radius: 10px;
  padding-bottom: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .start_list-item {
    width: calc(50% - 8px);
    padding-bottom: 32px;
  }
}
.start_list-img {
  width: 90%;
  max-width: 180px;
  transform: translateY(-48px);
  margin-bottom: -48px;
}
@media (max-width: 960px) {
  .start_list-img {
    max-width: 100px;
  }
}
@media (max-width: 768px) {
  .start_list-img {
    max-width: 80px;
  }
}
.start_list-title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-top: 48px;
}
@media (max-width: 960px) {
  .start_list-title {
    font-size: 24px;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .start_list-title {
    font-size: 20px;
    margin-top: 16px;
  }
}
.start_list-text {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.65;
  margin-top: 24px;
}
@media (max-width: 960px) {
  .start_list-text {
    font-size: 16px;
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .start_list-text {
    font-size: 14px;
    margin-top: 8px;
  }
}
.start_list-text .__small {
  font-size: 12px;
  color: inherit;
  display: inline-block;
  line-height: 1.25;
  margin-top: 8px;
}
@media (max-width: 560px) {
  .start_list-text .__small {
    font-size: 10px;
  }
}
.start_cta {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.start_cta-title {
  text-align: center;
  font-size: 42px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 960px) {
  .start_cta-title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .start_cta-title {
    font-size: 28px;
  }
}
@media (max-width: 560px) {
  .start_cta-title {
    font-size: 24px;
  }
}
.start_cta-subtext {
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin-top: 24px;
}
@media (max-width: 960px) {
  .start_cta-subtext {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .start_cta-subtext {
    font-size: 16px;
    margin-top: 12px;
  }
}
@media (max-width: 560px) {
  .start_cta-subtext {
    font-size: 14px;
  }
}
.start_cta-btn {
  margin-top: 40px;
}
@media (max-width: 960px) {
  .start_cta-btn {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .start_cta-btn {
    margin-top: 16px;
  }
}
.start_cta-point {
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
}
@media (max-width: 960px) {
  .start_cta-point {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .start_cta-point {
    font-size: 12px;
  }
}
.start_cta-point .__small {
  font-size: 12px;
  color: inherit;
}
@media (max-width: 560px) {
  .start_cta-point .__small {
    font-size: 10px;
  }
}
.start_cta-check-list {
  display: flex;
  align-items: center;
  margin-top: 28px;
  gap: 4px 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 560px) {
  .start_cta-check-list {
    justify-content: flex-start;
    max-width: 240px;
  }
}
.start_cta-check-list-item {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 960px) {
  .start_cta-check-list-item {
    font-size: 16px;
    gap: 8px;
  }
}
.start_cta-check-list-item .__icon {
  display: flex;
  align-items: center;
  width: 20px;
  transform: translateY(1.5px);
}
@media (max-width: 960px) {
  .start_cta-check-list-item .__icon {
    width: 18px;
    transform: translateY(1px);
  }
}
.start_cta-caution {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
.start_cta-caution-item {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 960px) {
  .start_cta-caution-item {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .start_cta-caution-item {
    font-size: 13px;
  }
}

.u_dblock_pc {
  display: block;
}
.u_dblock_tb {
  display: none;
}
@media (max-width: 960px) {
  .u_dblock_tb {
    display: block;
  }
}
.u_dblock_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_dblock_sp {
    display: block;
  }
}

.u_dnone_pc {
  display: none;
}
@media (max-width: 960px) {
  .u_dnone_tb {
    display: none;
  }
}
@media (max-width: 768px) {
  .u_dnone_sp {
    display: none;
  }
}

.u_break_pcl {
  display: none;
}
@media (max-width: 1600px) {
  .u_break_pcl {
    display: block;
  }
}
.u_break_tb {
  display: none;
}
@media (max-width: 960px) {
  .u_break_tb {
    display: block;
  }
}
.u_break_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_break_sp {
    display: block;
  }
}

.u_break_tb {
  display: none;
}
@media (max-width: 960px) {
  .u_break_tb {
    display: block;
  }
}
.u_break_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_break_sp {
    display: block;
  }
}
.u_break_ssp {
  display: none;
}
@media (max-width: 560px) {
  .u_break_ssp {
    display: block;
  }
}

@media (max-width: 960px) {
  .u_break-none_tb {
    display: none;
  }
}
@media (max-width: 768px) {
  .u_break-none_sp {
    display: none;
  }
}
@media (max-width: 560px) {
  .u_break-none_ssp {
    display: none;
  }
}

.u_f-roboto {
  font-family: "Roboto", sans-serif;
}

.u_target {
  padding-top: 80px;
  margin-top: -80px;
}
@media (max-width: 960px) {
  .u_target {
    padding-top: 60px;
    margin-top: -60px;
  }
}/*# sourceMappingURL=style.css.map */