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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol, ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

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

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
  line-height: 1.5;
}

button {
  color: inherit;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
  body {
    margin: 0;
  }
  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
@font-face {
  font-family: "YuGothic-Medium";
  src: url("fonts/YuGothic-Medium.woff") format("woff"), url("fonts/YuGothic-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
}
html {
  line-height: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
}
html:not(.is-visible) {
  opacity: 0;
}

body {
  color: #333;
  font-family: "Zen Kaku Gothic New", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Arial", "Montserrat", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.3125;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body.is-has-menu {
  position: fixed;
  top: 0;
}

.is-has-menu main {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.26s, visibility 0.26s;
}

.hidden {
  display: none;
}

.trans {
  opacity: 1;
  transition: opacity 0.26s ease;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.7;
}

.container {
  position: relative;
}

.first-view {
  opacity: 0;
  transition: opacity 0.26s;
}
.wf-active .first-view {
  opacity: 1;
}

.font-arial {
  font-family: "Arial", sans-serif;
}

.font-gothic {
  font-family: "游ゴシック", "YuGothic", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
  body {
    font-size: 0.16rem;
    overflow-y: scroll;
  }
  .wrapper {
    max-width: 1260px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .sm {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: 26.6666666667vw;
    min-height: 100vh;
  }
  body {
    font-size: 0.14rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  body::-webkit-scrollbar {
    display: none;
  }
  .container {
    min-width: 320px;
  }
  .wrapper {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .font-gothic-sp {
    font-family: "YuGothic-Medium", sans-serif !important;
  }
  .md {
    display: none !important;
  }
}
header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.header-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  z-index: 100;
}

.header-logo {
  display: block;
  position: relative;
  pointer-events: auto;
}
.header-logo img {
  width: 100%;
}
.header-logo span {
  transition: opacity 0.26s, visibility 0.26s;
}
.is-has-menu .header-logo .logo-one {
  opacity: 0;
  visibility: hidden;
}
.header-logo .logo-two {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.is-has-menu .header-logo .logo-two {
  opacity: 1;
  visibility: visible;
}

.button-menu {
  position: relative;
  z-index: 100;
  background: #fff;
  cursor: pointer;
  pointer-events: auto;
}
.button-menu span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  border-bottom: 2px solid #000;
  opacity: 1;
  transition: all 0.3s;
}
.button-menu.is-active {
  background: none;
}
.button-menu.is-active span {
  margin-top: 0;
  border-color: #fff;
}
.button-menu.is-active span:nth-child(1) {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.button-menu.is-active span:nth-child(2) {
  opacity: 0;
}
.button-menu.is-active span:nth-child(3) {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.button-menu:not(.is-active):hover span {
  border-color: #3482f8;
}

.header-navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background: #3482f8;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 2s, visibility 2s;
  pointer-events: auto;
}
.is-has-menu .header-navigation {
  opacity: 1;
  visibility: visible;
}
.header-navigation::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}
.header-navigation .post-link {
  color: inherit;
}

.navigation-wrapper {
  height: 100%;
  overflow-y: auto;
}

.navigation-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.26s;
}
.navigation-link:hover {
  color: #fde52e;
}

.navigation-title {
  display: block;
  font-weight: bold;
}
.navigation-title .text-small {
  display: inline-block;
}

.navigation-sub-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation-sub-link {
  color: inherit;
  text-decoration: none;
}
.navigation-sub-link:hover {
  text-decoration: underline;
}

.navigation-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation-post {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
}

.navigation-social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
}

@media print, (min-width: 768px) {
  header {
    min-height: 60px;
  }
  .header-navigation {
    padding-top: 80px;
  }
  .header-navigation:before {
    left: 50%;
    box-shadow: -900px 0 rgba(255, 255, 255, 0.1), -600px 0 rgba(255, 255, 255, 0.1), -300px 0 rgba(255, 255, 255, 0.1), 300px 0 rgba(255, 255, 255, 0.1), 600px 0 rgba(255, 255, 255, 0.1), 900px 0 rgba(255, 255, 255, 0.1);
  }
  .navigation-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .navigation-wrapper::-webkit-scrollbar {
    display: none;
  }
  .navigation-inner {
    max-width: 1260px;
    margin: 0 auto;
    padding: 62px 30px 100px;
  }
  .header-logo {
    width: 115px;
    height: 25px;
    margin: 30px 0 0 40px;
  }
  .button-menu {
    width: 60px;
    height: 60px;
  }
  .button-menu span {
    width: 20px;
    margin-left: -10px;
  }
  .button-menu span:nth-child(1) {
    margin-top: -7px;
  }
  .button-menu span:nth-child(2) {
    margin-top: -1px;
  }
  .button-menu span:nth-child(3) {
    margin-top: 5px;
  }
  .button-menu.is-active span {
    margin-top: 0;
  }
  .navigation-row {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
  }
  .navigation-column {
    width: 50%;
    padding-right: 40px;
  }
  .navigation-title {
    font-size: 0.22rem;
    display: inline-block;
  }
  .navigation-title:not(:last-child) {
    margin-bottom: 20px;
  }
  .navigation-title .text-small {
    margin: -2px 0 0 14px;
    font-size: 0.16rem;
    position: relative;
    top: -3px;
  }
  .navigation-title + .navigation-sub-list {
    margin-top: 16px;
  }
  .navigation-sub-list > li:not(:last-child) {
    margin-bottom: 24px;
  }
  .navigation-sub-link {
    text-underline-offset: 2px;
    font-size: 0.18rem;
  }
  .navigation-list > li:not(:last-child) {
    margin-bottom: 33px;
  }
  .navigation-post-wrapper {
    margin-bottom: 68px;
  }
  .navigation-post {
    margin: 0 -10px;
  }
  .navigation-post > li {
    width: 25%;
    padding: 0 10px;
  }
  .navigation-post .post-image {
    margin-bottom: 10px;
  }
  .navigation-social > li {
    margin-right: 30px;
    min-width: 280px;
  }
}
@media only screen and (max-width: 767.98px) {
  header {
    min-height: 1rem;
  }
  .header-navigation {
    padding-top: 0.74rem;
  }
  .header-navigation:before {
    left: 33.333vw;
    box-shadow: 33.333vw 0 rgba(255, 255, 255, 0.1);
  }
  .navigation-inner {
    padding: 0 0.4rem 1rem;
  }
  .header-logo {
    width: 0.82rem;
    height: 0.18rem;
    margin: 0.07rem 0 0 0.15rem;
  }
  .is-has-menu .header-logo {
    margin-top: 0.09rem;
  }
  .button-menu {
    width: 0.4rem;
    height: 0.4rem;
  }
  .button-menu span {
    width: 0.18rem;
    margin-left: -0.08rem;
  }
  .button-menu span:nth-child(1) {
    margin-top: -0.07rem;
  }
  .button-menu span:nth-child(2) {
    margin-top: -1px;
  }
  .button-menu span:nth-child(3) {
    margin-top: 0.05rem;
  }
  .button-menu.is-active span {
    margin-top: 0;
    width: 0.2rem;
  }
  .navigation-row {
    margin-bottom: 0.52rem;
  }
  .navigation-column {
    margin-bottom: 0.23rem;
  }
  .navigation-title {
    font-size: 0.18rem;
  }
  .navigation-title:not(:last-child) {
    margin-bottom: 0.1rem;
  }
  .navigation-title .text-small {
    margin-left: 0.08rem;
    font-size: 0.13rem;
  }
  .navigation-title + .navigation-sub-list {
    margin-top: 0.2rem;
  }
  .navigation-sub-list {
    padding-left: 0.3rem;
  }
  .navigation-sub-list > li:not(:last-child) {
    margin-bottom: 0.11rem;
  }
  .navigation-sub-link {
    text-underline-offset: 0.03rem;
    font-size: 0.13rem;
    line-height: 1.6923076923;
  }
  .navigation-list > li:not(:last-child) {
    margin-bottom: 0.28rem;
  }
  .navigation-post-wrapper {
    margin: 0 -0.4rem 0.5rem 0;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .navigation-post-wrapper::-webkit-scrollbar {
    display: none;
  }
  .navigation-post {
    min-width: 8rem;
  }
  .navigation-post > li {
    width: 1.8rem;
    margin-right: 0.1rem;
  }
  .navigation-post .post-image {
    width: auto;
    height: auto;
  }
  .navigation-social > li {
    margin-right: 0.12rem;
    min-width: 1.42rem;
  }
}
footer {
  position: relative;
  z-index: 1;
  font-family: "游ゴシック", "YuGothic", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.footer-top {
  background: #3482f8;
  color: #fff;
}
.footer-top a {
  color: #fff;
}
.footer-top ul {
  list-style: none;
  padding-left: 0;
}

.footer-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
.footer-list > li:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin: 0 0.03rem;
}

.footer-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bold;
}

.footer-link {
  text-decoration: none;
}
.footer-link:hover {
  text-decoration: underline;
}

.footer-copyright {
  background: #333;
  text-align: center;
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
}

.footer-logo {
  display: inline-block;
}

@media print, (min-width: 768px) {
  .footer-top {
    padding: 287px 0 38px;
  }
  .footer-list {
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 0.14rem;
  }
  .footer-menu {
    margin-bottom: 26px;
  }
  .footer-menu > li {
    margin-bottom: 29px;
  }
  .footer-menu > li:nth-child(6n+1) {
    width: 185px;
  }
  .footer-menu > li:nth-child(6n+2) {
    width: 250px;
  }
  .footer-menu > li:nth-child(6n+3) {
    width: 155px;
  }
  .footer-menu > li:nth-child(6n+4) {
    width: 170px;
  }
  .footer-menu > li:nth-child(6n+5) {
    width: 266px;
  }
  .footer-menu > li:nth-child(6n+6) {
    width: 154px;
  }
  .footer-link {
    text-underline-offset: 2px;
  }
  .footer-copyright {
    font-family: "Helvetica", sans-serif;
    font-size: 0.11rem;
    padding: 36px 0;
  }
  .footer-logo {
    width: 92px;
    margin-right: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  footer {
    padding-bottom: 0.7rem;
  }
  .footer-top {
    padding: 0.48rem 0.21rem 0.38rem;
  }
  .footer-list {
    font-size: 0.12rem;
  }
  .footer-list > li {
    margin-bottom: 0.08rem;
  }
  .footer-menu {
    font-size: 0.14rem;
    margin-bottom: 0.05rem;
  }
  .footer-menu > li {
    margin-bottom: 0.21rem;
    min-width: 1.3rem;
    padding-right: 0.1rem;
  }
  .footer-link {
    text-underline-offset: 0.03rem;
  }
  .footer-copyright {
    font-family: "Arial", sans-serif;
    font-size: 0.09rem;
    padding: 0.16rem 0;
  }
  .footer-copyright small {
    position: relative;
    top: 0.01rem;
  }
  .footer-logo {
    width: 0.82rem;
    margin-right: 0.1rem;
  }
}
.post-link {
  display: block;
  color: #333;
  text-decoration: none;
}
.post-link:hover {
  text-decoration: underline;
}
.post-link:hover .post-image img {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

.post-image {
  overflow: hidden;
  position: relative;
  padding-top: 51.8134715026%;
  isolation: isolate;
}
.post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transition: transform 0.26s;
  position: absolute;
  left: 0;
  top: 0;
}

.post-text {
  margin-bottom: 0;
  font-family: "游ゴシック", "YuGothic", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media print, (min-width: 768px) {
  .post-link {
    text-underline-offset: 2px;
  }
  .post-image {
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .post-text {
    font-size: 0.16rem;
    line-height: 1.75;
    -webkit-line-clamp: 2;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-link {
    text-underline-offset: 0.02rem;
  }
  .post-image {
    margin-bottom: 0.1rem;
    border-radius: 0.05rem;
    width: 1.6rem;
    height: 0.84rem;
  }
  .post-text {
    font-size: 0.13rem;
    line-height: 1.3846153846;
    -webkit-line-clamp: 3;
  }
}
.button-primary,
.button-secondary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  transition: background-color 0.26s;
}
.button-primary .text-chat,
.button-secondary .text-chat {
  position: absolute;
  color: #333;
  background: url(../img/common/icn_chatbox.png) no-repeat center/contain;
  pointer-events: none;
}
.button-primary .text-main,
.button-secondary .text-main {
  color: #fff;
}

.button-primary {
  background: #fdbc2e;
}
.button-primary:hover {
  background: #f8ac06;
}
.button-primary .text-mark {
  color: #fdbc2e;
}
.button-primary .text-mark.is-custom {
  font-family: "Arial", sans-serif;
  font-weight: bold;
}

.button-secondary {
  background: #06c755;
}
.button-secondary:hover {
  background: #13b14b;
}
.button-secondary .text-mark {
  color: #06c755;
}

@media print, (min-width: 768px) {
  .button-primary,
  .button-secondary {
    width: 530px;
    min-height: 100px;
    padding: 10px 20px;
    border-radius: 10px;
    position: relative;
  }
  .button-primary .text-chat,
  .button-secondary .text-chat {
    left: -22px;
    top: -82px;
    width: 215px;
    height: 118px;
    padding: 28px 10px 10px;
    font-size: 0.23rem;
  }
  .button-primary .text-mark,
  .button-secondary .text-mark {
    font-size: 0.28rem;
  }
  .button-primary .text-mark.is-custom,
  .button-secondary .text-mark.is-custom {
    font-size: 0.35rem;
  }
  .button-primary .text-main,
  .button-secondary .text-main {
    font-size: 0.3rem;
  }
  .button-secondary .text-chat {
    padding-top: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-primary,
  .button-secondary {
    min-height: 0.6rem;
    padding: 0.1rem 0.2rem;
    border-radius: 0.1rem;
    position: relative;
  }
  .button-primary .text-chat,
  .button-secondary .text-chat {
    left: -0.25rem;
    top: -0.5rem;
    width: 1.2rem;
    height: 0.76rem;
    padding: 0.2rem 0.12rem 0.18rem;
    font-size: 0.13rem;
  }
  .button-primary .text-mark,
  .button-secondary .text-mark {
    font-size: 0.16rem;
  }
  .button-primary .text-mark.is-custom,
  .button-secondary .text-mark.is-custom {
    font-size: 0.2rem;
  }
  .button-primary .text-main,
  .button-secondary .text-main {
    font-size: 0.19rem;
  }
}
.button-quaternary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
  color: #333;
  font-family: "游ゴシック", "YuGothic", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-decoration: none;
}
.button-quaternary .icon {
  position: relative;
}
.button-quaternary .icon-hover {
  position: absolute;
  left: 0;
}
.button-quaternary .text {
  font-weight: bold;
}
.button-quaternary.type-one {
  border: 1px solid transparent;
  transition: color 0.4s, border-color 0.4s, background 0.4s;
}
.button-quaternary.type-one .icon {
  transition: opacity 0.4s, visibility 0.4s;
}
.button-quaternary.type-one .icon-hover {
  opacity: 0;
  visibility: hidden;
}
.button-quaternary.type-one:hover {
  color: #fff;
  background: transparent;
  border-color: currentColor;
}
.button-quaternary.type-one:hover .icon-normal {
  opacity: 0;
  visibility: hidden;
}
.button-quaternary.type-one:hover .icon-hover {
  opacity: 1;
  visibility: visible;
}

@media print, (min-width: 768px) {
  .button-quaternary {
    padding: 10px 20px;
    border-radius: 5px;
    min-height: 60px;
  }
  .button-quaternary.is-twitter .icon {
    margin-right: 10px;
  }
  .button-quaternary .icon-hover {
    top: 2px;
  }
  .button-quaternary .text {
    font-size: 0.17rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-quaternary {
    padding: 0.08rem 0.1rem 0.06rem;
    border-radius: 0.03rem;
    min-height: 0.38rem;
  }
  .button-quaternary.is-twitter .icon {
    top: -1px;
    width: 0.18rem;
    margin-right: 0.08rem;
  }
  .button-quaternary.is-note {
    padding: 0.06rem 0.1rem 0.08rem 0.07rem;
  }
  .button-quaternary.is-note .icon {
    width: 0.65rem;
  }
  .button-quaternary .icon-hover {
    top: 0.02rem;
  }
  .button-quaternary .text {
    font-size: 0.12rem;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  z-index: -1 !important;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.keyvisual-slider {
  height: 100%;
}
.keyvisual-slider .slick-list,
.keyvisual-slider .slick-track {
  height: 100%;
}

.keyvisual-slider-image {
  height: 100%;
}
.keyvisual-slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -ms-transform: scale(1.2);
      transform: scale(1.2);
}
.keyvisual-slider-image.zoom-in img {
  animation: zoomIn 11s 0s linear;
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.faq-slider .slick-current {
  z-index: auto !important;
}

.faq-slider-control {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  width: fit-content;
  margin: 0 auto;
}
.faq-slider-control .slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  transition: background 0.26s;
  cursor: pointer;
}
.faq-slider-control .slick-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: solid #3482f8;
  transition: border-color 0.26s;
}
.faq-slider-control .slick-arrow.slick-disabled {
  background: #fff;
  pointer-events: none;
}
.faq-slider-control .slick-arrow.slick-disabled::before {
  border-color: #dedede;
}
.faq-slider-control .slick-prev {
  left: 0;
}
.faq-slider-control .slick-prev::before {
  -ms-transform: translate(-30%, -50%) rotate(-135deg);
      transform: translate(-30%, -50%) rotate(-135deg);
}
.faq-slider-control .slick-next {
  right: 0;
}
.faq-slider-control .slick-next::before {
  -ms-transform: translate(-70%, -50%) rotate(45deg);
      transform: translate(-70%, -50%) rotate(45deg);
}
.faq-slider-control .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.faq-slider-control .slick-dots > li.slick-active button {
  color: #fff;
  background: #3482f8;
  pointer-events: none;
}
.faq-slider-control .slick-dots button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #3482f8;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  transition: color 0.26s, background 0.26s;
  cursor: pointer;
}
.faq-slider-control .slick-dots button:hover {
  color: #fff;
  background: #3482f8;
}

@media print, (min-width: 768px) {
  .faq-slider-control {
    padding: 0 34px;
  }
  .faq-slider-control .slick-arrow {
    min-width: 32px;
    height: 32px;
  }
  .faq-slider-control .slick-arrow::before {
    width: 9px;
    height: 9px;
    border-width: 2px 2px 0 0;
  }
  .faq-slider-control .slick-arrow:hover {
    background: #3482f8;
  }
  .faq-slider-control .slick-arrow:hover::before {
    border-color: #fff;
  }
  .faq-slider-control .slick-dots > li {
    margin: 0 5px;
  }
  .faq-slider-control .slick-dots button {
    padding-top: 1px;
    width: 32px;
    height: 32px;
    font-size: 0.18rem;
    line-height: 1.1666666667;
  }
}
@media only screen and (max-width: 767.98px) {
  .faq-slider-control {
    padding: 0 0.3rem;
  }
  .faq-slider-control .slick-arrow {
    min-width: 0.3rem;
    height: 0.3rem;
  }
  .faq-slider-control .slick-arrow::before {
    width: 0.09rem;
    height: 0.09rem;
    border-width: 0.02rem 0.02rem 0 0;
  }
  .faq-slider-control .slick-dots {
    margin: 0 0.05rem 0.05rem;
  }
  .faq-slider-control .slick-dots button {
    padding-top: 0.01rem;
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.16rem;
    line-height: 1.3125;
  }
}
.title-primary {
  position: relative;
}
.title-primary span {
  display: block;
  text-align: center;
}
.title-primary .text-big {
  font-weight: 900;
}
.title-primary .text-small {
  font-family: "游ゴシック", "YuGothic", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.title-primary .text-en {
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
}

@media print, (min-width: 768px) {
  .title-primary .text-big {
    margin-bottom: 11px;
    font-size: 0.48rem;
    line-height: 1.4583333333;
  }
  .title-primary .text-small {
    font-size: 0.25rem;
  }
  .title-primary .text-en {
    top: -28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-primary .text-big {
    margin-bottom: 7px;
    font-size: 0.24rem;
    line-height: 1.375;
  }
  .title-primary .text-small {
    font-size: 0.14rem;
  }
  .title-primary .text-en {
    top: 27px;
    width: 355px;
    margin: 0 auto;
  }
  .title-primary .text-en img {
    width: 100%;
  }
}
.title-secondary {
  text-align: center;
  position: relative;
}
.title-secondary::before {
  counter-increment: point;
  content: "POINT " counter(point, decimal-leading-zero);
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  display: block;
  color: #3482f8;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
}

@media print, (min-width: 768px) {
  .title-secondary {
    font-size: 0.38rem;
    line-height: 1.4473684211;
  }
  .title-secondary:before {
    top: -28px;
    font-size: 0.2rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-secondary {
    font-size: 0.2rem;
    line-height: 1.45;
  }
  .title-secondary:before {
    top: -0.24rem;
    font-size: 0.15rem;
    line-height: 1.2666666667;
  }
}
.title-tertiary {
  font-family: "游ゴシック", "YuGothic", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  position: relative;
}
.title-tertiary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #3482f8;
}
.title-tertiary span {
  display: block;
}

@media print, (min-width: 768px) {
  .title-tertiary {
    padding: 16px 28px 12px;
    font-size: 0.25rem;
  }
  .title-tertiary::before {
    width: 7px;
  }
  .title-tertiary .text-main {
    margin-bottom: 12px;
  }
  .title-tertiary .text-small {
    font-size: 0.18rem;
    line-height: 1.5555555556;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-tertiary {
    padding: 5px 20px 4px;
    font-size: 0.17rem;
  }
  .title-tertiary::before {
    width: 5px;
  }
  .title-tertiary .text-main {
    margin-bottom: 4px;
  }
  .title-tertiary .text-small {
    font-size: 0.13rem;
  }
}
.banner-common {
  list-style: none;
  padding: 0;
  margin: 0;
  position: fixed;
  z-index: 110;
  pointer-events: auto;
}

.banner-button {
  display: block;
  position: relative;
  transition: background-color 0.26s;
}
.banner-button.is-consult {
  background: #fdbc2e url(../img/common/icn_headphones.svg) no-repeat center;
}
.banner-button.is-consult:hover {
  background-color: #f8ac06;
}
.banner-button.is-line {
  background: #06c755 url(../img/common/icn_line.png) no-repeat center;
}
.banner-button.is-line:hover {
  background-color: #13b14b;
}
.banner-button.is-mail {
  background: #3482f8 url(../img/common/icn_mail_white.svg) no-repeat center;
}
.banner-button.is-mail:hover {
  background-color: #3482f8;
}
.banner-button:hover .banner-tooltip {
  opacity: 1;
  visibility: visible;
}
.is-has-menu .banner-button:hover {
  background-color: transparent;
}

@media print, (min-width: 768px) {
  .banner-common {
    top: 60px;
    right: 0;
  }
  .banner-button {
    width: 60px;
    height: 60px;
  }
  .banner-button.is-consult {
    background-size: 26px auto;
  }
  .banner-button.is-line {
    background-size: 28px auto;
  }
  .banner-button.is-mail {
    background-size: 25px auto;
  }
  .is-has-menu .banner-button.is-mail {
    background-color: #0458d8;
  }
  .is-has-menu .banner-button.is-mail:hover {
    background-color: transparent;
  }
  .banner-tooltip {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    right: calc(100% + 15px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100px;
    height: 45px;
    padding: 8px 5px 9px;
    background: #fff;
    box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.15);
    text-align: center;
    border-radius: 5px;
    font-size: 0.13rem;
    font-weight: 900;
    letter-spacing: -0.05em;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.26s, visibility 0.26s;
    pointer-events: none;
  }
  .banner-tooltip::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% - 1px);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 4.5px 0 4.5px 11px;
  }
  .is-consult .banner-tooltip {
    color: #f8ac06;
  }
  .is-has-menu .is-consult .banner-tooltip {
    color: #fff;
    background: #f8ac06;
  }
  .is-has-menu .is-consult .banner-tooltip:before {
    border-left-color: #f8ac06;
  }
  .is-line .banner-tooltip {
    color: #13b14b;
  }
  .is-has-menu .is-line .banner-tooltip {
    color: #fff;
    background: #13b14b;
  }
  .is-has-menu .is-line .banner-tooltip:before {
    border-left-color: #13b14b;
  }
  .is-mail .banner-tooltip {
    color: #3482f8;
  }
  .is-has-menu .is-mail .banner-tooltip {
    color: #fff;
    background: #0458d8;
  }
  .is-has-menu .is-mail .banner-tooltip:before {
    border-left-color: #0458d8;
  }
}
@media only screen and (max-width: 767.98px) {
  .banner-common {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.26s, visibility 0.26s;
  }
  .is-has-menu .banner-common, .banner-common.is-show {
    opacity: 1;
    visibility: visible;
  }
  .banner-button {
    width: 1.25rem;
    height: 0.7rem;
    padding-top: 0.4rem;
    color: #fff;
    text-decoration: none;
    text-align: center;
    letter-spacing: -0.05em;
    background-position: top calc(50% - 0.1rem) center !important;
  }
  .banner-button.is-consult {
    background-size: 0.24rem auto;
  }
  .banner-button.is-line {
    background-size: 0.28rem auto;
  }
  .banner-button.is-mail {
    background-size: 0.25rem auto;
  }
  .is-has-menu .banner-button.is-mail {
    background-color: #fff;
    color: #3482f8;
    background-image: url(../img/common/icn_mail_blue.svg);
  }
}
body {
  counter-reset: point;
}

.section-top-keyvisual {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
}
.section-top-keyvisual.is-hide, .is-has-menu .section-top-keyvisual {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.keyvisual-wrapper {
  position: relative;
}
.keyvisual-wrapper::before, .keyvisual-wrapper::after {
  content: "";
  position: absolute;
  background: no-repeat center/contain;
}
.keyvisual-wrapper::before {
  top: 0;
  left: 0;
  background-image: url(../img/common/img_deco_01.png);
}
.keyvisual-wrapper::after {
  right: 0;
  bottom: -1px;
  background-image: url(../img/common/img_deco_02.png);
}

.keyvisual-content {
  position: absolute;
}

.keyvisual-title {
  color: #fff;
  font-weight: 900;
}

.keyvisual-text {
  color: #fff;
  font-family: "游ゴシック", "YuGothic", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

.keyvisual-main {
  position: relative;
  z-index: -1;
  margin-left: auto;
}

@media print, (min-width: 768px) {
  .section-top-keyvisual {
    background-color: #3482f8;
  }
  .keyvisual-wrapper {
    height: 100%;
  }
  .keyvisual-wrapper::before {
    width: 300px;
    height: 360px;
  }
  .keyvisual-wrapper::after {
    width: 180px;
    height: 180px;
  }
  .keyvisual-content {
    top: calc(37% + 2px);
    left: calc(9% - 3px);
  }
  .keyvisual-title {
    margin-bottom: 14px;
    font-size: 0.67rem;
    line-height: 1.3432835821;
    opacity: 0;
    transition: opacity 0.26s;
  }
  .wf-active .keyvisual-title {
    opacity: 1;
  }
  .keyvisual-text {
    margin-bottom: 20px;
    font-size: 0.28rem;
    letter-spacing: 0.05em;
    opacity: 0;
    transition: opacity 0.26s;
  }
  .wf-active .keyvisual-text {
    opacity: 1;
  }
  .keyvisual-highlight {
    max-width: 464px;
    padding: 11px 20px 13px 24px;
    margin-left: -20px;
    background: #fff;
    font-size: 0.25rem;
    text-align: center;
    letter-spacing: 0.012em;
    -webkit-clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
            clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
    opacity: 0;
    transition: opacity 0.26s;
  }
  .wf-active .keyvisual-highlight {
    opacity: 1;
  }
  .keyvisual-highlight .text-mark {
    margin-left: 8px;
    color: #3482f8;
  }
  .keyvisual-highlight .text-big {
    font-size: 0.28rem;
  }
  .keyvisual-main {
    width: calc(86% - 2px);
    height: 100%;
  }
}
@media (min-width: 1920.02px) {
  .section-top-keyvisual {
    height: calc(45vw - 9px);
  }
}
@media (min-width: 768px) and (max-width: 1920px) {
  .section-top-keyvisual {
    height: 855px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .keyvisual-title {
    font-size: 0.52rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    height: 5.65rem;
    background: #3482f8 url(../img/top/sp/txt_deco.png) no-repeat left bottom 0.34rem/contain;
  }
  .keyvisual-wrapper::before {
    width: 1.5rem;
    height: 1.8rem;
  }
  .keyvisual-content {
    top: 3.5rem;
    left: 0.26rem;
    right: 0.1rem;
  }
  .keyvisual-title {
    margin-bottom: 0.08rem;
    font-size: 0.26rem;
    line-height: 1.2692307692;
  }
  .keyvisual-text {
    font-size: 0.14rem;
  }
  .keyvisual-main {
    width: 3.3rem;
    height: 4rem;
  }
}
.content-main-wrapper {
  position: relative;
  z-index: 2;
}
.content-main-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  pointer-events: none;
}

@media print, (min-width: 768px) {
  .content-main-wrapper {
    margin-top: 855px;
  }
  .content-main-wrapper:before {
    left: 50%;
    box-shadow: -4500px 0 rgba(0, 0, 0, 0.1), -4200px 0 rgba(0, 0, 0, 0.1), -3900px 0 rgba(0, 0, 0, 0.1), -3600px 0 rgba(0, 0, 0, 0.1), -3300px 0 rgba(0, 0, 0, 0.1), -3000px 0 rgba(0, 0, 0, 0.1), -2700px 0 rgba(0, 0, 0, 0.1), -2400px 0 rgba(0, 0, 0, 0.1), -2100px 0 rgba(0, 0, 0, 0.1), -1800px 0 rgba(0, 0, 0, 0.1), -1500px 0 rgba(0, 0, 0, 0.1), -1200px 0 rgba(0, 0, 0, 0.1), -900px 0 rgba(0, 0, 0, 0.1), -600px 0 rgba(0, 0, 0, 0.1), -300px 0 rgba(0, 0, 0, 0.1), 0 0 rgba(0, 0, 0, 0.1), 300px 0 rgba(0, 0, 0, 0.1), 600px 0 rgba(0, 0, 0, 0.1), 900px 0 rgba(0, 0, 0, 0.1), 1200px 0 rgba(0, 0, 0, 0.1), 1500px 0 rgba(0, 0, 0, 0.1), 1800px 0 rgba(0, 0, 0, 0.1), 2100px 0 rgba(0, 0, 0, 0.1), 2400px 0 rgba(0, 0, 0, 0.1), 2700px 0 rgba(0, 0, 0, 0.1), 3000px 0 rgba(0, 0, 0, 0.1), 3300px 0 rgba(0, 0, 0, 0.1), 3600px 0 rgba(0, 0, 0, 0.1), 3900px 0 rgba(0, 0, 0, 0.1), 4200px 0 rgba(0, 0, 0, 0.1), 4500px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1920.02px) {
  .content-main-wrapper {
    margin-top: calc(45vw - 9px);
  }
}
@media only screen and (max-width: 767.98px) {
  .content-main-wrapper {
    margin-top: 5.35rem;
  }
  .content-main-wrapper:before {
    left: 33.333vw;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 33.333vw 0 rgba(0, 0, 0, 0.05);
  }
}
.section-top-card {
  position: relative;
  z-index: 2;
  background: #fff;
}

.card-button-wrapper {
  position: relative;
  background: #fff;
}

.card-button-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.card-slider-wrapper {
  background: #fafafa;
  overflow: hidden;
}

.card-slider-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  min-width: 2000px;
  animation: slideRightToLeft infinite 20s linear;
  animation-play-state: running;
}
.is-has-menu .card-slider-list {
  animation-play-state: paused;
}

@keyframes slideRightToLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.card-slider-item {
  background: #fff;
}

.card-info {
  display: -ms-flexbox;
  display: flex;
}

.card-image {
  border-radius: 50%;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-inner {
  -ms-flex: 1;
      flex: 1;
}

.card-text {
  margin-bottom: 0;
  font-family: "游ゴシック", "YuGothic", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.card-certificate {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: #e7f0fd;
  font-family: "游ゴシック", "YuGothic", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

.card-certificate-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.card-certificate-list > li:last-child {
  color: #3482f8;
  position: relative;
}
.card-certificate-list > li:last-child::before {
  content: "";
  position: absolute;
  top: 45%;
  -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
  border: solid #848080;
}

.card-certificate-score {
  font-family: "Arial", sans-serif;
}
.card-certificate-score::after {
  content: "点";
}

@media print, (min-width: 768px) {
  .card-button-wrapper {
    top: -92px;
    padding: 62px 30px 0;
    margin: 0 auto -32px;
    border-radius: 50px 50px 0 0;
    transition: max-width 0.26s;
  }
  .card-slider-wrapper {
    padding: 60px 0;
  }
  .card-button-list .text-chat,
  .card-button-list .text-main {
    opacity: 0;
    transition: opacity 0.26s;
  }
  .wf-active .card-button-list .text-chat,
  .wf-active .card-button-list .text-main {
    opacity: 1;
  }
  .card-slider-item {
    -ms-flex: 0 0 490px;
        flex: 0 0 490px;
    margin-right: 30px;
    padding: 14px 10px 10px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .card-info {
    margin-bottom: 22px;
    padding: 0 30px 0 13px;
  }
  .card-image {
    width: 95px;
    height: 115px;
    margin-right: 30px;
  }
  .card-inner {
    padding-top: 9px;
  }
  .card-name {
    margin-bottom: 5px;
    font-size: 0.16rem;
  }
  .card-text {
    font-size: 0.16rem;
    line-height: 1.6875;
  }
  .card-certificate {
    margin-top: -7px;
    padding: 10px 30px 4px;
    border-radius: 5px;
  }
  .card-certificate-name {
    margin-top: -3px;
    font-size: 0.16rem;
  }
  .card-certificate-list > li:last-child {
    margin-left: 45px;
  }
  .card-certificate-list > li:last-child::before {
    left: -28px;
    width: 8px;
    height: 8px;
    border-width: 2px 2px 0 0;
  }
  .card-certificate-text {
    margin-bottom: -1px;
    font-size: 0.11rem;
  }
  .card-certificate-score {
    font-size: 0.28rem;
  }
  .card-certificate-score::after {
    font-size: 0.15rem;
  }
}
@media (min-width: 1200.02px) {
  .card-button-wrapper {
    max-width: 1200px;
  }
  .card-button-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .card-button-list > li {
    margin: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .card-button-wrapper {
    max-width: 700px;
  }
  .card-button-list {
    width: 530px;
    margin: 0 auto;
  }
  .card-button-list > li:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-card .text-chat {
    display: none;
  }
  .card-button-wrapper {
    top: -0.47rem;
    padding: 0.2rem 0.15rem;
    margin: 0 0 -0.47rem;
    border-radius: 0.2rem 0.2rem 0 0;
  }
  .card-button-list > li:not(:last-child) {
    margin-bottom: 0.1rem;
  }
  .card-slider-wrapper {
    padding: 0.2rem 0;
  }
  .card-slider-list {
    padding-left: 0.1rem;
    animation-duration: 35s;
  }
  .card-slider-item {
    -ms-flex: 0 0 3rem;
        flex: 0 0 3rem;
    margin-right: 0.15rem;
    padding: 0.13rem 0.1rem 0.1rem;
    border-radius: 0.1rem;
    box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
  }
  .card-info {
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 0.05rem;
    padding-right: 0.1rem;
  }
  .card-image {
    width: 0.6rem;
    height: 0.7rem;
    margin-right: 0.15rem;
  }
  .card-name {
    margin-bottom: 0.04rem;
    font-size: 0.15rem;
  }
  .card-text {
    font-size: 0.11rem;
    line-height: 1.5384615385;
  }
  .card-certificate {
    padding: 0.08rem 0.21rem 0.04rem 0.1rem;
    border-radius: 0.05rem;
  }
  .card-certificate-name {
    font-size: 0.13rem;
  }
  .card-certificate-list > li:last-child {
    margin-left: 0.3rem;
  }
  .card-certificate-list > li:last-child::before {
    left: -0.2rem;
    width: 0.06rem;
    height: 0.06rem;
    border-width: 1px 1px 0 0;
  }
  .card-certificate-score {
    font-size: 0.2rem;
  }
  .card-certificate-score::after {
    font-size: 0.11rem;
  }
}
.section-top-reason {
  position: relative;
  background: center/contain;
}
.section-top-reason::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
.section-top-reason .wrapper {
  position: relative;
  z-index: 1;
}

.reason-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: reason;
}

.reason-item {
  position: relative;
}
.reason-item::before {
  content: "";
  position: absolute;
  left: 0;
  background: #3482f8;
}

.reason-count {
  position: absolute;
  color: #3482f8;
  background: url(../img/common/icn_round.png) no-repeat center/contain;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.reason-count::before {
  counter-increment: reason;
  content: counter(reason, decimal-leading-zero);
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.reason-main {
  display: -ms-flexbox;
  display: flex;
}

.reason-text {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
  font-family: "游ゴシック", "YuGothic", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.reason-text p {
  margin-bottom: 0;
}
.reason-text .text-small {
  display: block;
}
.reason-text .text-mark {
  color: #3482f8;
}

.reason-note {
  margin-bottom: 0;
  font-family: "游ゴシック", "YuGothic", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.8;
}

.reason-background {
  position: absolute;
  bottom: 0;
  background: #fff;
}
.reason-background::before {
  content: "";
  position: absolute;
  background: no-repeat center/contain;
}

@media print, (min-width: 768px) {
  .section-top-reason {
    padding: 260px 0 112px;
    background-image: linear-gradient(#3482f8 620px, #fff 0);
  }
  .section-top-reason::before {
    top: 425px;
    box-shadow: 0 272px rgba(0, 0, 0, 0.1), 0 544px rgba(0, 0, 0, 0.1);
  }
  .section-top-reason .title-primary {
    margin-bottom: 50px;
  }
  .reason-list {
    margin-bottom: -20px;
  }
  .reason-list > li {
    margin-bottom: 46px;
  }
  .reason-item {
    min-height: 234px;
    padding: 78px 62px 10px 0;
  }
  .reason-item::before {
    top: 75px;
    bottom: 20px;
    width: 7px;
  }
  .reason-item .reason-image {
    width: 195px;
  }
  .reason-item .reason-image.custom-position {
    position: relative;
    top: -25px;
  }
  .reason-count {
    top: -20px;
    left: -24px;
    width: 135px;
    height: 135px;
  }
  .reason-count::before {
    font-size: 0.35rem;
  }
  .reason-text {
    padding-left: 46px;
    font-size: 0.32rem;
  }
  .reason-text .text-small {
    margin-bottom: 5px;
    font-size: 0.2rem;
  }
  .reason-note {
    font-size: 0.14rem;
  }
  .reason-background {
    top: 120px;
    right: 0;
    left: calc(50% - 760px);
  }
  .reason-background::before {
    top: -40px;
    right: 100%;
    width: 65px;
    height: 65px;
    background-image: url(../img/top/icn_cube.png);
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .reason-item {
    padding-right: 0;
  }
}
@media (min-width: 1000.02px) {
  .reason-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reason-list > li {
    width: 50%;
  }
  .reason-list > li.is-full {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .reason-list {
    padding-left: 20px;
  }
  .reason-text {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-reason {
    padding: 0.9rem 0 0.32rem;
    background-image: linear-gradient(#3482f8 2.75rem, #fff 0);
  }
  .section-top-reason::before {
    top: 1.72rem;
    box-shadow: 0 1rem rgba(0, 0, 0, 0.1), 0 2rem rgba(0, 0, 0, 0.1), 0 3rem rgba(0, 0, 0, 0.1);
  }
  .section-top-reason .title-primary {
    margin-bottom: 0.09rem;
  }
  .reason-list {
    margin-bottom: 0.11rem;
    padding-left: 0.3rem;
  }
  .reason-list > li:not(:last-child) {
    margin-bottom: -0.13rem;
  }
  .reason-item {
    min-height: 0.98rem;
    padding: 0.3rem 0 0.1rem;
  }
  .reason-item::before {
    top: 0.38rem;
    height: 0.6rem;
    width: 0.03rem;
  }
  .reason-count {
    top: 0;
    left: -0.16rem;
    width: 0.58rem;
    height: 0.58rem;
  }
  .reason-count::before {
    font-size: 0.15rem;
  }
  .reason-text {
    padding-left: 0.23rem;
    font-size: 0.18rem;
    line-height: 1.3888888889;
  }
  .reason-text .text-small {
    font-size: 0.13rem;
  }
  .reason-image {
    width: 1.07rem;
    position: relative;
    top: -0.08rem;
    right: -0.08rem;
  }
  .reason-image img {
    width: 100%;
  }
  .reason-note {
    padding: 0 0.1rem;
    font-size: 0.12rem;
  }
  .reason-background {
    top: 0.5rem;
    right: 0.1rem;
    left: 0.1rem;
  }
  .reason-background::before {
    background-image: url(../img/common/sp/icn_cube.png);
    top: -0.3rem;
    left: -0.1rem;
    width: 0.2rem;
    height: 0.3rem;
  }
}
.block-support-wrapper {
  background: #f5f5f5;
}

.support-text {
  font-family: "游ゴシック", "YuGothic", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  text-align: center;
}

.support-background {
  position: relative;
  z-index: 2;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 100vw;
  background: no-repeat top center/cover;
}

.support-content {
  position: relative;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.15);
}

.support-content-title {
  font-weight: 900;
}

.support-content-text {
  margin-bottom: 0;
  font-weight: 500;
  font-family: "游ゴシック", "YuGothic", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

@media print, (min-width: 768px) {
  .block-support-wrapper {
    position: relative;
    margin-bottom: 62px;
    overflow: hidden;
  }
  .block-support-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(50% + 760px);
    background: #fff;
    width: 100vw;
  }
  .section-top-support {
    padding: 140px 0 0;
    margin-bottom: 45px;
  }
  .section-top-support .title-primary {
    margin-bottom: 78px;
  }
  .section-top-support .title-primary .text-en {
    top: -36px;
  }
  .support-text {
    margin-bottom: 96px;
    font-size: 0.25rem;
  }
  .support-background {
    height: 600px;
    background-image: url(../img/top/bg_support.jpg);
  }
  .support-content {
    min-height: 200px;
    padding: 62px 115px;
    border-radius: 10px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .support-content-title {
    margin-bottom: 15px;
    font-size: 0.28rem;
  }
  .support-content-text {
    padding-left: 9px;
    font-size: 0.18rem;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .support-content {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-support {
    padding: 0.42rem 0 0;
    margin-bottom: 0.45rem;
    overflow: hidden;
  }
  .section-top-support .title-primary {
    margin-bottom: 0.4rem;
  }
  .section-top-support .title-primary .text-en {
    top: 0.1rem;
    width: 2.72rem;
  }
  .support-text {
    margin-bottom: 0.27rem;
    font-size: 0.14rem;
    line-height: 1.4285714286;
  }
  .support-background {
    height: 2.5rem;
    background-image: url(../img/top/sp/bg_support.png);
  }
  .support-content {
    top: -0.19rem;
    margin-left: -0.1rem;
    margin-right: -0.1rem;
    min-height: 1.55rem;
    padding: 0.26rem 0.15rem 0.2rem;
    border-radius: 0.1rem;
  }
  .support-content-title {
    margin-bottom: 0.1rem;
    font-size: 0.18rem;
  }
  .support-content-text {
    padding: 0 0.1rem;
    font-size: 0.14rem;
    line-height: 1.7857142857;
  }
}
.section-top-age {
  position: relative;
  z-index: 2;
}

.age-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.age-list > li {
  background: #fff;
}

.age-image img,
.age-image figcaption {
  display: block;
  font-family: "游ゴシック", "YuGothic", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

.age-detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "游ゴシック", "YuGothic", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.age-detail-title {
  color: #3482f8;
  background: #f5f5f5;
  text-align: center;
  font-weight: bold;
}

.age-detail-text {
  margin-bottom: 0;
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .section-top-age {
    margin-bottom: 184px;
  }
  .section-top-age .title-secondary {
    margin-bottom: 60px;
  }
  .age-list > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 50px 50px 36px 100px;
    border-radius: 10px;
    transition: padding 0.26s;
  }
  .age-list > li:not(:last-child) {
    margin-bottom: 30px;
  }
  .age-image {
    margin-right: 65px;
    width: 192px;
    transition: margin 0.26s;
  }
  .age-image img {
    display: block;
    margin-bottom: 12px;
  }
  .age-image figcaption {
    text-align: center;
  }
  .age-detail-list {
    -ms-flex: 1;
        flex: 1;
    padding-top: 9px;
  }
  .age-detail-list > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .age-detail-list > li:not(:last-child) {
    margin-bottom: 24px;
  }
  .age-detail-title {
    margin-right: 22px;
    min-width: 140px;
    padding: 10px 10px 8px;
    border-radius: 40px;
    font-size: 0.16rem;
  }
  .is-mac .age-detail-title {
    padding-top: 9px;
  }
  .age-detail-text {
    -ms-flex: 1;
        flex: 1;
    font-size: 0.16rem;
    line-height: 1.7;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .age-list > li {
    padding: 30px;
  }
  .age-image {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-age {
    margin-bottom: 0.78rem;
  }
  .section-top-age .title-secondary {
    margin-bottom: 0.2rem;
  }
  .age-list {
    margin: 0 -0.1rem;
  }
  .age-list > li {
    padding: 0.2rem 0.3rem 0.3rem;
    border-radius: 0.05rem;
  }
  .age-list > li:not(:last-child) {
    margin-bottom: 0.2rem;
  }
  .age-image {
    margin-bottom: 0.15rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .age-image img {
    margin-right: 0.2rem;
    width: 0.8rem;
    height: 0.8rem;
    object-fit: cover;
  }
  .age-image figcaption {
    -ms-flex: 1;
        flex: 1;
  }
  .age-detail-list > li.is-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .age-detail-list > li:not(:last-child) {
    margin-bottom: 0.15rem;
  }
  .age-detail-title {
    margin-bottom: 0.09rem;
    width: 1rem;
    padding: 0.08rem 0.1rem;
    border-radius: 0.4rem;
    font-size: 0.13rem;
  }
  .is-android .age-detail-title {
    padding-top: 0.08rem;
  }
  li.is-row .age-detail-title {
    margin: 0 0.15rem 0 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .age-detail-text {
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
}
.block-respond-wrapper {
  position: relative;
  z-index: 2;
}
.block-respond-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}

.section-top-respond {
  position: relative;
}

.respond-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "游ゴシック", "YuGothic", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.respond-image {
  margin: 0 auto;
  text-align: center;
}
.respond-image img {
  height: 100%;
  object-fit: contain;
}

.respond-title {
  position: relative;
  background: #3482f8;
  color: #fff;
  text-align: center;
}

.respond-text {
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .block-respond-wrapper {
    margin-bottom: -66px;
  }
  .block-respond-wrapper::before {
    bottom: -100px;
    right: calc(50% - 860px);
  }
  .section-top-respond {
    top: -30px;
    margin-bottom: 38px;
  }
  .section-top-respond .title-secondary {
    margin-bottom: 80px;
  }
  .respond-list {
    transition: margin 0.26s;
  }
  .respond-list > li {
    width: 180px;
    transition: margin 0.26s;
  }
  .respond-image {
    height: 160px;
    margin-bottom: -5px;
  }
  .respond-title {
    min-height: 46px;
    margin-bottom: 15px;
    padding: 11px 10px 9px;
    border-radius: 5px;
    font-size: 0.2rem;
  }
  .respond-text {
    font-size: 0.16rem;
    line-height: 1.7;
  }
}
@media (min-width: 1260.02px) {
  .respond-list {
    margin: 0 -10px;
  }
  .respond-list > li {
    margin: 0 60px 42px;
  }
}
@media (min-width: 768px) and (max-width: 1260px) {
  .respond-list {
    margin: 0 -20px;
  }
  .respond-list > li {
    margin: 0 4vw 100px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .section-top-respond .wrapper {
    max-width: 830px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-respond-wrapper {
    margin-bottom: 0.1rem;
  }
  .block-respond-wrapper::before {
    bottom: -0.1rem;
    right: 0;
  }
  .section-top-respond {
    top: -0.15rem;
  }
  .section-top-respond .title-secondary {
    margin-bottom: 0.3rem;
  }
  .respond-list {
    margin: 0 -0.1rem;
  }
  .respond-list > li {
    width: 1rem;
    margin: 0 0.09rem 0.15rem;
  }
  .respond-image {
    height: 0.8rem;
    margin-bottom: -0.07rem;
  }
  .respond-title {
    min-height: 0.25rem;
    margin-bottom: 0.1rem;
    padding: 0.04rem 0.1rem 0.06rem;
    border-radius: 0.03rem;
    font-size: 0.13rem;
  }
  .respond-text {
    font-size: 0.12rem;
    line-height: 1.5;
  }
}
.section-top-problem {
  position: relative;
  z-index: 2;
}
.section-top-problem::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #e7f0fd;
}
.section-top-problem::after {
  content: "";
  position: absolute;
  top: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  pointer-events: none;
}

.problem-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.problem-title .text-small {
  display: block;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.problem-title .text-small::before, .problem-title .text-small::after {
  content: "";
  position: absolute;
  background: currentColor;
}
.problem-title .text-small::before {
  left: 0;
  -ms-transform: rotate(-28deg);
      transform: rotate(-28deg);
}
.problem-title .text-small::after {
  right: 0;
  -ms-transform: rotate(28deg);
      transform: rotate(28deg);
}
.problem-title .text-mark {
  color: #3482f8;
  position: relative;
}
.problem-title .text-mark::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: currentColor;
}
.problem-title .text-big {
  display: block;
}

.problem-image-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.problem-image-wrapper::before, .problem-image-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
}
.is-revert .problem-image-wrapper::before, .is-revert .problem-image-wrapper::after {
  left: 0;
  right: auto;
}
.problem-image-wrapper::before {
  right: 0;
  background: #3482f8;
  z-index: -1;
}
.problem-image-wrapper::after {
  background: no-repeat center/contain;
  z-index: 2;
}

.problem-image img {
  border-radius: inherit;
}

.problem-detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  font-family: "游ゴシック", "YuGothic", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}
.problem-detail-list > li {
  display: inline-block;
  text-align: center;
  background: #fff;
}

@media print, (min-width: 768px) {
  .section-top-problem::before, .section-top-problem::after {
    top: 114px;
    left: 50%;
    bottom: 46px;
  }
  .section-top-problem::before {
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 1520px;
  }
  .section-top-problem:after {
    box-shadow: -600px 0 rgba(0, 0, 0, 0.1), -300px 0 rgba(0, 0, 0, 0.1), 300px 0 rgba(0, 0, 0, 0.1), 600px 0 rgba(0, 0, 0, 0.1);
  }
  .problem-list > li {
    display: -ms-flexbox;
    display: flex;
  }
  .problem-list > li:not(:last-child) {
    margin-bottom: 104px;
  }
  .problem-list > li.is-revert {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .problem-title {
    margin-bottom: 40px;
  }
  .problem-title .text-small {
    margin-bottom: 20px;
    padding: 0 26px 0 35px;
    font-size: 0.22rem;
  }
  .problem-title .text-small::before, .problem-title .text-small::after {
    width: 3px;
    bottom: 0;
    height: 36px;
  }
  .problem-title .text-mark {
    font-size: 0.3rem;
  }
  .problem-title .text-mark::before {
    left: 0.4em;
    top: -10px;
    width: 8px;
    height: 8px;
  }
  .problem-title .text-big {
    font-size: 0.38rem;
    line-height: 1.3684210526;
  }
  .problem-content {
    -ms-flex: 1;
        flex: 1;
  }
  .problem-image-wrapper {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin: 7px 0 0 64px;
    padding: 0 20px 20px 0;
  }
  .problem-image-wrapper::after {
    right: -30px;
    width: 90px;
    background-image: url(../img/top/txt_problem_support.png);
  }
  .is-revert .problem-image-wrapper {
    margin: 5px 25px 0 0;
    padding: 0 0 20px 20px;
  }
  .problem-image {
    border-radius: 50px;
  }
  .problem-detail-list > li {
    border-radius: 60px;
    font-size: 0.2rem;
  }
}
@media (min-width: 1300.02px) {
  .problem-image-wrapper {
    width: 620px;
  }
  .problem-image-wrapper::before, .problem-image-wrapper::after {
    height: 470px;
  }
  .problem-image-wrapper::before {
    width: 550px;
  }
  .problem-title .text-big {
    padding: 0 15px 0 70px;
  }
  .is-revert .problem-title .text-big {
    padding: 0 65px 0 88px;
  }
  .problem-detail-list {
    margin-right: -60px;
  }
  .problem-detail-list > li {
    margin: 0 15px 25px 0;
    min-height: 60px;
    min-width: 200px;
    padding: 17px 58px 15px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .problem-image-wrapper {
    width: 40vw;
    margin-left: 3vw;
  }
  .problem-image-wrapper::before, .problem-image-wrapper::after {
    height: 80%;
  }
  .problem-image-wrapper::before {
    width: 85%;
  }
  .is-revert .problem-image-wrapper {
    margin-right: 3vw;
  }
  .problem-title {
    text-align: center;
  }
  .problem-detail-list > li {
    margin: 0 5px 15px 0;
    min-height: 40px;
    padding: 11px 15px 9px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .section-top-problem::before {
    top: 74px;
  }
  .problem-list {
    padding-bottom: 75px;
  }
  .problem-title .text-small {
    margin-bottom: 10px;
    font-size: 0.18rem;
  }
  .problem-title .text-mark {
    font-size: 0.2rem;
  }
  .problem-title .text-big {
    font-size: 0.3rem;
  }
  .problem-detail-list > li {
    font-size: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-problem {
    padding-bottom: 0.1rem;
  }
  .section-top-problem::before, .section-top-problem::after {
    top: 1.44rem;
  }
  .section-top-problem::before {
    bottom: 0;
    left: 0.1rem;
    right: 0.1rem;
  }
  .section-top-problem:after {
    bottom: -0.1rem;
    left: 33.333vw;
    box-shadow: 33.333vw 0 rgba(0, 0, 0, 0.1);
  }
  .problem-list {
    padding-bottom: 0.2rem;
  }
  .problem-list > li:not(:last-child) {
    margin-bottom: 0.4rem;
  }
  .problem-title {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 0.11rem;
  }
  .problem-title.custom-margin {
    margin-bottom: -0.2rem;
  }
  .problem-title .text-small {
    margin-bottom: 0.09rem;
    padding: 0 0.2rem;
    font-size: 0.14rem;
  }
  .problem-title .text-small::before, .problem-title .text-small::after {
    width: 0.02rem;
    bottom: -0.03rem;
    height: 0.22rem;
  }
  .problem-title .text-mark {
    font-size: 0.18rem;
  }
  .problem-title .text-mark::before {
    left: 0.35em;
    top: -0.03rem;
    width: 0.05rem;
    height: 0.05rem;
  }
  .problem-title .text-big {
    font-size: 0.22rem;
    line-height: 1.3636363636;
  }
  .problem-image-wrapper {
    width: 2.95rem;
    margin: 0 auto 0.2rem;
    padding: 0 0.1rem 0.1rem 0;
  }
  .problem-image-wrapper::before, .problem-image-wrapper::after {
    height: 2.24rem;
  }
  .problem-image-wrapper::before {
    width: 2.6rem;
  }
  .problem-image-wrapper::after {
    right: -0.15rem;
    width: 0.42rem;
    background-image: url(../img/top/sp/txt_problem_support.png);
  }
  .is-revert .problem-image-wrapper {
    padding: 0 0 0.1rem 0.1rem;
  }
  .problem-image {
    border-radius: 0.3rem;
  }
  .problem-image img {
    width: 100%;
  }
  .problem-detail-list {
    margin-right: -0.1rem;
  }
  .problem-detail-list > li {
    margin: 0 0.06rem 0.1rem 0;
    min-width: 1.44rem;
    padding: 0.08rem 0.24rem;
    border-radius: 0.36rem;
    font-size: 0.15rem;
  }
  .is-android .problem-detail-list > li {
    padding-top: 0.09rem;
  }
}
.section-top-contact {
  position: relative;
  z-index: 1;
  background: no-repeat center/cover;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-title {
  font-weight: 900;
}
.is-consult .contact-title {
  color: #fdbc2e;
}
.is-social-line .contact-title {
  color: #06c755;
  position: relative;
}
.is-social-line .contact-title::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../img/common/icn_social_line_02.png) no-repeat center/contain;
}

.contact-text {
  color: #fff;
  font-family: "游ゴシック", "YuGothic", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}
.contact-text.is-note {
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .section-top-contact {
    min-height: 1055px;
    padding: 390px 0 115px;
    background-image: url(../img/top/bg_contact.jpg);
  }
  .contact-list {
    transition: margin 0.26s;
  }
  .contact-title {
    margin: 0 -10px 34px 0;
    font-size: 0.45rem;
  }
  .is-social-line .contact-title {
    padding-left: 64px;
  }
  .is-social-line .contact-title::before {
    top: 5px;
    width: 54px;
    height: 54px;
    border-radius: 10px;
  }
  .contact-text {
    margin: 0 -8px 102px 0;
    font-size: 0.2rem;
    line-height: 1.8;
  }
  .contact-button {
    margin-bottom: 36px;
  }
}
@media (min-width: 1300.02px) {
  .contact-list {
    margin: 0 -70px;
  }
  .contact-list > li {
    padding: 0 70px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .contact-list {
    margin: 0 -30px;
  }
  .contact-title {
    font-size: 0.4rem;
  }
  .contact-text {
    font-size: 0.18rem;
  }
  .contact-button .text-main {
    font-size: 0.28rem;
  }
}
@media (min-width: 1200.02px) {
  .contact-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-list > li {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .contact-list {
    max-width: 530px;
    margin: 0 auto;
  }
  .contact-list > li {
    margin: 0 0 50px;
  }
  .contact-button {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-contact {
    min-height: 6.95rem;
    padding: 0.62rem 0 0.5rem;
    background-image: url(../img/top/sp/bg_contact.jpg);
  }
  .section-top-contact .wrapper {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .section-top-contact .button-primary, .section-top-contact .button-secondary {
    padding-left: 0.05rem;
    padding-right: 0.05rem;
    border-radius: 0.05rem;
  }
  .contact-list > li:not(:last-child) {
    margin-bottom: 0.4rem;
  }
  .contact-title {
    margin-bottom: 0.15rem;
    font-size: 0.22rem;
  }
  .is-social-line .contact-title {
    padding-left: 0.34rem;
  }
  .is-social-line .contact-title::before {
    top: 0;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 0.05rem;
  }
  .contact-text {
    margin: 0 0 0.56rem;
    font-size: 0.14rem;
    line-height: 1.8571428571;
  }
}
.section-top-gate {
  position: relative;
}
.section-top-gate::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: #e7f0fd;
}
.section-top-gate ul {
  list-style-type: none;
  padding-left: 0;
}
.section-top-gate .title-secondary span {
  display: block;
}
.section-top-gate .title-secondary .text-small {
  font-weight: 500;
}
.section-top-gate .block-gate {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.section-top-gate .title-gate {
  position: relative;
  font-weight: 900;
  text-align: center;
}
.section-top-gate .title-gate span {
  font-family: "Montserrat", sans-serif;
  position: relative;
  color: #3482f8;
  font-weight: bold;
}
.section-top-gate .title-gate span:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background: center/135px no-repeat;
}
.section-top-gate .sub-title {
  background-color: #3482f8;
  color: #fde52e;
  font-weight: 900;
  position: relative;
}
.section-top-gate .sub-title:before {
  position: absolute;
  content: "";
  background: center/contain no-repeat;
  border-radius: 50%;
}
.section-top-gate .sub-title > * {
  color: #fff;
}
.section-top-gate .text-coaching {
  font-weight: 700;
  color: #3482f8;
}
.section-top-gate .item-general {
  background-color: #f5f5f5;
}
.section-top-gate .item-general .text-popup {
  background-color: #fff;
  color: #707070;
}
.section-top-gate .item-general .text-popup:after {
  background-color: #fff;
}
.section-top-gate .item-gate {
  background-color: #f0f6ff;
}
.section-top-gate .item-gate .text-popup {
  background-color: #3482f8;
  color: #fff;
}
.section-top-gate .item-gate .text-popup:after {
  background-color: #3482f8;
}
.section-top-gate .item-gate .text-highlight {
  color: #fde52e;
}
.section-top-gate .title-coaching {
  text-align: center;
  font-weight: 700;
}
.section-top-gate .image-coaching {
  text-align: center;
}
.section-top-gate .text-popup {
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 0;
}
.section-top-gate .text-popup:after {
  content: "";
  position: absolute;
}

.block-growth .sub-title {
  letter-spacing: 0;
}
.block-growth .sub-title span {
  font-weight: bold;
}
.block-growth .sub-title .is-small {
  color: #fde52e;
}
.block-growth .image-growth {
  text-align: center;
}

.block-to-what .sub-title .is-big {
  color: #fde52e;
}
.block-to-what .text-big {
  text-align: center;
  line-height: 1.4473684211;
  font-weight: 900;
}
.block-to-what .text-big span {
  display: block;
}
.block-to-what .text-big .is-background {
  display: inline-block;
  background: bottom center/100% 37px no-repeat;
}
.block-to-what .text-top {
  font-weight: bold;
  text-align: center;
}
.block-to-what .item-left {
  background-color: #fff;
  text-align: center;
  color: #3482f8;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 0;
}
.block-to-what .item-study {
  display: -ms-flexbox;
  display: flex;
  background-color: #f0f6ff;
  position: relative;
}
.block-to-what .item-study:before, .block-to-what .item-study:after {
  position: absolute;
  content: "";
  background-color: #333;
}
.block-to-what .item-study:after {
  border-radius: 50%;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.block-to-what .item-study:nth-child(2) {
  background-color: #dfebfd;
}
.block-to-what .item-study:nth-child(3) {
  background-color: #b3d1fc;
}
.block-to-what .list-study {
  margin-bottom: 0;
}
.block-to-what .list-dots {
  margin-bottom: 0;
}
.block-to-what .list-dots li {
  font-weight: 700;
  line-height: 1.63;
}
.block-to-what .list-dots li:before {
  content: "・";
  display: inline-block;
}

.gate-background {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: no-repeat center/cover;
}

@media print, (min-width: 768px) {
  .section-top-gate {
    padding: 100px 0 190px;
  }
  .section-top-gate::before {
    top: 172px;
    left: calc(50% - 760px);
  }
  .section-top-gate .title-secondary {
    margin-bottom: 30px;
  }
  .section-top-gate .title-secondary::before {
    top: -44px;
  }
  .section-top-gate .title-secondary .text-small {
    font-size: 0.26rem;
    line-height: 1.4230769231;
  }
  .section-top-gate .block-gate-wrapper {
    padding-top: 140px;
  }
  .section-top-gate .block-gate-wrapper:not(:last-child) {
    margin-bottom: 34px;
  }
  .section-top-gate .block-gate {
    border-radius: 10px;
    padding: 10px 40px 15px;
  }
  .section-top-gate .block-growth {
    padding-bottom: 90px;
  }
  .section-top-gate .block-to-what {
    padding-bottom: 74px;
  }
  .section-top-gate .title-gate {
    top: -32px;
    margin-bottom: 10px;
    padding-right: 43px;
    font-size: 0.4rem;
  }
  .section-top-gate .title-gate span {
    font-size: 0.35rem;
    left: -30px;
    top: -31px;
  }
  .section-top-gate .title-gate span:after {
    width: 135px;
    height: 135px;
    background-image: url(../img/common/icn_round.png);
  }
  .section-top-gate .sub-title {
    border-radius: 10px;
    font-size: 0.52rem;
    padding: 32px 0 37px 214px;
    margin-bottom: 60px;
  }
  .section-top-gate .sub-title:before {
    background-image: url(../img/top/img_gate_03.png);
    top: 20px;
  }
  .section-top-gate .sub-title span {
    font-size: 0.35rem;
  }
  .section-top-gate .sub-title .is-small span {
    font-size: 0.7rem;
  }
  .section-top-gate .text-coaching {
    font-size: 0.2rem;
    margin-bottom: 8px;
  }
  .section-top-gate .text-normal {
    margin-bottom: 49px;
  }
  .section-top-gate .list-coaching li {
    border-radius: 10px;
    padding: 37px 30px 30px;
  }
  .section-top-gate .list-coaching .item-gate {
    padding-top: 33px;
  }
  .section-top-gate .title-coaching {
    font-size: 0.2rem;
    margin-bottom: 29px;
  }
  .section-top-gate .image-coaching {
    margin-bottom: 27px;
  }
  .section-top-gate .text-popup {
    border-radius: 10px;
    font-size: 0.23rem;
    padding: 21px 10px;
  }
  .section-top-gate .text-popup:after {
    top: -26px;
    right: calc(30% - 2px);
    width: 48px;
    height: 27px;
    -webkit-clip-path: polygon(100% 24%, 31% 100%, 68% 100%);
            clip-path: polygon(100% 24%, 31% 100%, 68% 100%);
  }
  .block-growth .sub-title {
    font-size: 0.7rem;
    padding: 15px 0 28px 223px;
  }
  .block-growth .sub-title:before {
    background-image: url(../img/top/img_gate_05.png);
  }
  .block-growth .sub-title span {
    font-size: 0.4rem;
  }
  .block-growth .sub-title .is-small {
    font-size: 0.4rem;
  }
  .block-to-what .sub-title {
    font-size: 0.4rem;
    padding: 12px 0 34px 214px;
  }
  .block-to-what .sub-title:before {
    background-image: url(../img/top/img_gate_07.png);
  }
  .block-to-what .sub-title span {
    font-size: 0.4rem;
  }
  .block-to-what .sub-title .is-big {
    font-size: 0.7rem;
  }
  .block-to-what .text-big {
    font-size: 0.38rem;
    margin-bottom: 21px;
  }
  .block-to-what .text-big .is-background {
    padding: 0 20px 10px;
    background-image: url(../img/top/img_gate_06.png);
  }
  .block-to-what .text-top {
    font-size: 0.22rem;
    margin-bottom: 68px;
  }
  .block-to-what .item-left {
    font-size: 0.2rem;
  }
  .block-to-what .item-study {
    -ms-flex-align: center;
        align-items: center;
    padding: 46px 18px 41px 51px;
  }
  .block-to-what .item-study:before {
    width: 4px;
    top: -1px;
    left: 0;
    bottom: -3px;
  }
  .block-to-what .item-study:after {
    width: 15px;
    height: 15px;
    left: -6px;
  }
  .block-to-what .list-dots {
    margin-top: -6px;
    font-size: 0.18rem;
    line-height: 1.3333333333;
  }
  .block-to-what .list-dots li:not(:last-child) {
    margin-bottom: 1px;
  }
  .gate-background {
    height: 1336px;
    background-image: url(../img/top/bg_gate.png);
  }
}
@media (min-width: 900.02px) {
  .section-top-gate .sub-title:before {
    left: 40px;
    width: 130px;
    height: 130px;
  }
  .section-top-gate .text-coaching,
  .section-top-gate .text-normal {
    margin-left: 95px;
  }
  .section-top-gate .list-coaching {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 12px;
  }
  .section-top-gate .list-coaching li {
    width: 49.108%;
    margin-bottom: 15px;
  }
  .block-to-what .list-study {
    padding: 0 37px 0 42px;
  }
  .block-to-what .item-left {
    width: 190px;
    height: 110px;
    margin-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .section-top-gate .sub-title {
    padding: 25px 10px 23px 140px;
    font-size: 0.4rem;
  }
  .section-top-gate .sub-title:before {
    left: 20px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 100px;
    height: 100px;
  }
  .section-top-gate .list-coaching li:not(:last-child) {
    margin-bottom: 20px;
  }
  .block-to-what .sub-title {
    padding-top: 5px;
  }
  .block-to-what .sub-title .is-big {
    line-height: 1;
  }
  .block-to-what .item-study {
    padding-left: 20px;
  }
  .block-to-what .item-left {
    width: 120px;
    height: 80px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-gate {
    padding: 0.7rem 0 0.6rem;
  }
  .section-top-gate::before {
    top: 1.15rem;
    left: 0;
  }
  .section-top-gate .title-secondary {
    margin-bottom: 0.06rem;
  }
  .section-top-gate .title-secondary::before {
    top: -0.3rem;
  }
  .section-top-gate .title-secondary .text-small {
    margin-bottom: 0.04rem;
    font-size: 0.15rem;
    line-height: 1.4;
  }
  .section-top-gate .block-gate-wrapper {
    padding-top: 0.62rem;
  }
  .section-top-gate .block-gate {
    border-radius: 0.1rem;
    padding: 0.1rem 0.2rem;
  }
  .section-top-gate .title-gate {
    top: -0.25rem;
    font-size: 0.22rem;
    line-height: 1.3636363636;
    padding-right: 0.18rem;
    margin-bottom: -0.09rem;
    z-index: 1;
  }
  .section-top-gate .title-gate span {
    font-size: 0.15rem;
    left: -0.02rem;
    top: -0.19rem;
  }
  .section-top-gate .title-gate span:after {
    width: 0.59rem;
    height: 0.58rem;
    background-image: url(../img/top/sp/icn_round.png);
    background-size: 0.59rem 0.58rem;
    z-index: -1;
  }
  .section-top-gate .sub-title {
    border-radius: 0.1rem;
    font-size: 0.22rem;
    padding: 0.14rem 0.3rem 0.12rem 0.34rem;
    letter-spacing: 0;
    margin-bottom: 0.17rem;
    line-height: 1.2272727273;
  }
  .section-top-gate .sub-title:before {
    content: none;
  }
  .section-top-gate .sub-title span {
    font-size: 0.15rem;
  }
  .section-top-gate .text-coaching {
    font-size: 0.18rem;
    margin-bottom: 0.08rem;
  }
  .section-top-gate .text-normal {
    font-size: 0.14rem;
    line-height: 1.5;
    margin-bottom: 0.18rem;
  }
  .section-top-gate .list-coaching {
    margin: 0 -0.1rem;
  }
  .section-top-gate .list-coaching li {
    border-radius: 0.1rem;
    padding: 0.37rem 0.2rem 0.2rem;
  }
  .section-top-gate .list-coaching li:not(:last-child) {
    margin-bottom: 0.1rem;
  }
  .section-top-gate .list-coaching .item-gate {
    padding-top: 0.34rem;
  }
  .section-top-gate .item-gate .title-coaching {
    margin-bottom: 0.28rem;
  }
  .section-top-gate .item-general .image-coaching {
    width: 2.34rem;
    margin: 0 auto 0.2rem;
  }
  .section-top-gate .item-general img {
    width: 100%;
  }
  .section-top-gate .title-coaching {
    font-size: 0.18rem;
    margin-bottom: 0.2rem;
  }
  .section-top-gate .image-coaching {
    margin-bottom: 0.17rem;
  }
  .section-top-gate .text-popup {
    border-radius: 0.05rem;
    font-size: 0.18rem;
    line-height: 1.4444444444;
    padding: 0.15rem 0.12rem 0.14rem 0.07rem;
  }
  .section-top-gate .text-popup:after {
    top: -0.23rem;
    right: 30%;
    width: 0.7rem;
    height: 0.4rem;
    -webkit-clip-path: polygon(100% 10%, 45% 100%, 80% 100%);
            clip-path: polygon(100% 10%, 45% 100%, 80% 100%);
  }
  .block-growth .sub-title {
    font-size: 0.35rem;
    padding-top: 0.08rem;
    padding-bottom: 0.22rem;
    line-height: 0.65;
  }
  .block-growth .sub-title span {
    font-size: 0.18rem;
  }
  .block-growth .sub-title .is-small {
    font-size: 0.18rem;
  }
  .block-growth .image-growth {
    width: 3.05rem;
  }
  .block-growth .image-growth img {
    width: 100%;
  }
  .block-to-what .sub-title {
    font-size: 0.18rem;
    padding: 0.02rem 0.25rem 0.13rem 0.4rem;
  }
  .block-to-what .sub-title span {
    font-size: 0.18rem;
  }
  .block-to-what .sub-title .is-big {
    font-size: 0.35rem;
  }
  .block-to-what .text-big {
    font-size: 0.21rem;
    line-height: 1.4285714286;
    margin-bottom: 0.13rem;
  }
  .block-to-what .text-big .is-background {
    padding: 0 0.15rem 0.03rem;
    margin: 0 -0.15rem;
    background-image: url(../img/top/sp/img_gate_06.png);
    background-size: 100% 0.14rem;
  }
  .block-to-what .text-top {
    font-size: 0.15rem;
    line-height: 1.4;
    margin-bottom: 0.18rem;
  }
  .block-to-what .list-study {
    margin: 0 -0.1rem;
  }
  .block-to-what .item-left {
    width: 0.3rem;
    min-height: 1.02rem;
    font-size: 0.14rem;
    margin-right: 0.1rem;
    padding: 0 0.02rem;
  }
  .block-to-what .item-study {
    padding: 0.1rem 0.18rem 0.08rem 0.15rem;
  }
  .block-to-what .item-study:first-child {
    padding-bottom: 0.18rem;
  }
  .block-to-what .item-study:before {
    width: 0.03rem;
    height: 100%;
    top: 0;
    left: 0;
  }
  .block-to-what .item-study:after {
    width: 0.1rem;
    height: 0.1rem;
    left: -0.035rem;
  }
  .block-to-what .list-dots {
    margin-top: 0.09rem;
  }
  .block-to-what .list-dots li {
    font-size: 0.12rem;
    line-height: 1.55;
  }
  .block-to-what .list-dots li:not(:last-child) {
    margin-bottom: 0.03rem;
  }
  .gate-background {
    height: 2.61rem;
    background-image: url(../img/top/sp/bg_gate.png);
  }
}
.section-top-area {
  position: relative;
  background: no-repeat center/contain;
}
.section-top-area::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.section-top-area .wrapper {
  position: relative;
  z-index: 1;
}

.area-image {
  margin: 0 auto;
}

.area-background {
  position: absolute;
  bottom: 0;
  background: #fff;
}
.area-background::before {
  content: "";
  position: absolute;
  background: no-repeat center/contain;
}

@media print, (min-width: 768px) {
  .section-top-area {
    padding: 260px 0 88px;
    background-image: linear-gradient(#3482f8 840px, #fff 0);
  }
  .section-top-area::before {
    top: 432px;
    box-shadow: 0 270px rgba(0, 0, 0, 0.1), 0 540px rgba(0, 0, 0, 0.1);
  }
  .section-top-area .title-primary {
    margin-bottom: 102px;
  }
  .area-image {
    max-width: 880px;
  }
  .area-background {
    right: 0;
    left: calc(50% - 760px);
    top: 120px;
  }
  .area-background::before {
    top: -40px;
    right: 100%;
    width: 65px;
    height: 65px;
    background-image: url(../img/top/icn_cube.png);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-area {
    padding: 0.9rem 0 0.52rem;
    background-image: linear-gradient(#3482f8 2.74rem, #fff 0);
  }
  .section-top-area::before {
    top: 1.75rem;
    box-shadow: 0 1rem rgba(0, 0, 0, 0.1), 0 2rem rgba(0, 0, 0, 0.1);
  }
  .section-top-area .title-primary {
    margin-bottom: 0.48rem;
  }
  .section-top-area .title-primary .text-en {
    top: 0.14rem;
    width: 1.54rem;
  }
  .area-image {
    width: 3.1rem;
  }
  .area-image img {
    width: 100%;
  }
  .area-background {
    right: 0.1rem;
    left: 0.1rem;
    top: 0.5rem;
  }
  .area-background::before {
    background-image: url(../img/common/sp/icn_cube.png);
    top: -0.3rem;
    left: -0.1rem;
    width: 0.2rem;
    height: 0.3rem;
  }
}
.section-top-example ul {
  list-style: none;
  padding-left: 0;
}
.section-top-example .wrapper {
  position: relative;
  z-index: 1;
}
.section-top-example .list-example {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-top-example .list-example > li {
  background: #fff;
  border-radius: 10px;
}
.section-top-example .example-item {
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.section-top-example .example-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #3482f8 transparent transparent;
}
.section-top-example .example-item-author {
  display: -ms-flexbox;
  display: flex;
}
.section-top-example .author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.section-top-example .author-content {
  -ms-flex: 1;
      flex: 1;
  font-weight: 700;
}
.section-top-example .author-content > p:last-child {
  margin-bottom: 0;
}
.section-top-example .author-content .author-age {
  font-family: "Helvetica", sans-serif;
}
.section-top-example .author-content .author-age .is-gothic {
  font-family: "游ゴシック", "YuGothic", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.section-top-example .list-profile {
  background-color: #fafafa;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-top-example .profile-item {
  font-family: "游ゴシック", "YuGothic", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
.section-top-example .profile-item > p:last-child {
  margin-bottom: 0;
}
.section-top-example .profile-item-title {
  font-weight: 700;
  padding-left: 1.3em;
  position: relative;
}
.section-top-example .profile-item-title::before {
  position: absolute;
  content: "●";
}
.section-top-example .list-dots {
  font-weight: 500;
}
.section-top-example .list-dots > li {
  position: relative;
  text-indent: 1em;
}
.section-top-example .list-dots > li::before {
  position: absolute;
  content: "・";
}
.section-top-example .example-progress {
  font-family: "游ゴシック", "YuGothic", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  position: relative;
}
.section-top-example .progress-item {
  position: relative;
}
.section-top-example .progress-item::before {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
}
.section-top-example .item-before::before {
  background-color: #f5f5f5;
  content: "BEFORE";
}
.section-top-example .item-after {
  color: #3482f8;
}
.section-top-example .item-after::before {
  background-color: #3482f8;
  color: #fff;
  content: "AFTER";
}
.section-top-example .item-after .list-dots {
  font-weight: bold;
}
.section-top-example .item-plan::before {
  background-color: #e7f0fd;
  content: "留学後は？";
  color: #3482f8;
}
.section-top-example .example-accept-text {
  font-family: "游ゴシック", "YuGothic", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
.section-top-example .example-accept-text > p:last-child {
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .section-top-example {
    padding: 140px 0 70px;
    position: relative;
  }
  .section-top-example::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 760px);
    right: 0;
    bottom: 0;
    background: #f5f5f5;
  }
  .section-top-example .title-primary {
    margin-bottom: 76px;
  }
  .section-top-example .title-tertiary {
    margin-bottom: 30px;
  }
  .section-top-example .list-example {
    padding-top: 150px;
    margin-bottom: 80px;
  }
  .section-top-example .list-example > li:not(:last-child) {
    margin-bottom: 98px;
  }
  .section-top-example .example-item {
    padding: 30px 35px 0;
    width: 590px;
    min-height: 810px;
    margin-bottom: 17px;
  }
  .section-top-example .example-item::before {
    border-width: 140px 140px 0 0;
    top: -69px;
    left: 30px;
  }
  .section-top-example .example-item-author {
    margin: -72px 0 -6px 30px;
  }
  .section-top-example .author-image {
    width: 85px;
    height: 85px;
  }
  .section-top-example .author-content {
    font-size: 0.16rem;
    line-height: 1.125;
    margin: 13px 0 0 28px;
  }
  .section-top-example .author-content .author-name {
    font-size: 0.26rem;
    line-height: 1.3461538462;
    margin-bottom: 7px;
  }
  .section-top-example .example-chart {
    width: 450px;
    margin: 0 auto 30px;
  }
  .section-top-example .list-profile {
    padding: 26px 40px 25px;
    margin-bottom: 26px;
  }
  .section-top-example .list-profile > li:not(:last-child) {
    margin-bottom: 10px;
    min-height: 63px;
  }
  .section-top-example .profile-item {
    font-size: 0.14rem;
    line-height: 1.5714285714;
    width: 200px;
  }
  .section-top-example .profile-item-title {
    font-size: 0.14rem;
    margin-bottom: -1px;
  }
  .section-top-example .profile-item-title::before {
    top: 0;
    left: 0;
  }
  .section-top-example .list-dots {
    line-height: 1.5;
    margin-bottom: 18px;
  }
  .section-top-example .list-dots > li::before {
    left: -13px;
    top: 0;
  }
  .section-top-example .example-progress {
    font-size: 0.14rem;
    padding-left: 110px;
  }
  .section-top-example .progress-item::before {
    width: 90px;
    height: 35px;
    border-radius: 35px;
    top: 2px;
    left: -110px;
  }
  .section-top-example .item-plan::before {
    padding-left: 3px;
  }
  .section-top-example .example-accept-text {
    font-size: 0.16rem;
    line-height: 2.2;
  }
  .section-top-example .example-accept-text > p:not(:last-child) {
    margin-bottom: 34px;
  }
}
@media only screen and (max-width: 1260px) {
  .section-top-example .list-example > li {
    margin: 0 auto;
  }
  .section-top-example .list-example > li:not(:last-child) {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-example {
    padding: 0.4rem 0 0.17rem;
    background: #f5f5f5;
  }
  .section-top-example .title-primary {
    margin-bottom: -0.38rem;
  }
  .section-top-example .title-primary .text-en {
    width: 3rem;
    top: 0.1rem;
  }
  .section-top-example .title-tertiary {
    margin: 0 0 0.09rem 0.2rem;
  }
  .section-top-example .list-example {
    padding-top: 1.5rem;
    margin-bottom: 0.22rem;
  }
  .section-top-example .list-example > li:not(:last-child) {
    margin-bottom: 0.61rem;
  }
  .section-top-example .example-item {
    padding: 0.3rem 0.2rem 0;
    width: 100%;
    margin-bottom: 0.27rem;
  }
  .section-top-example .example-item::before {
    border-width: 0.94rem 0.94rem 0 0;
    top: -0.41rem;
    left: 0.2rem;
  }
  .section-top-example .example-item-author {
    margin: -0.52rem 0 0.15rem 0.23rem;
  }
  .section-top-example .author-image {
    width: 0.56rem;
    height: 0.56rem;
  }
  .section-top-example .author-content {
    font-size: 0.13rem;
    line-height: 1.1538461538;
    margin: 0.11rem 0 0 0.2rem;
  }
  .section-top-example .author-content .author-name {
    font-size: 0.16rem;
    line-height: 1.3125;
    margin-bottom: 0.04rem;
  }
  .section-top-example .example-chart {
    margin-bottom: 0.1rem;
  }
  .section-top-example .example-chart img {
    width: 100%;
  }
  .section-top-example .list-profile {
    padding: 0.16rem 0.2rem;
    margin-bottom: 0.26rem;
  }
  .section-top-example .list-profile > li:not(:last-child) {
    margin-bottom: 0.07rem;
  }
  .section-top-example .profile-item {
    font-size: 0.13rem;
    line-height: 1.6923076923;
  }
  .section-top-example .profile-item-title {
    padding-left: 1.3em;
    font-size: 0.13rem;
    margin-bottom: -0.01rem;
  }
  .section-top-example .profile-item-title::before {
    top: 0;
    left: 0;
  }
  .section-top-example .list-dots {
    margin-bottom: 0;
    line-height: 1.5;
  }
  .section-top-example .list-dots > li::before {
    top: 0;
    left: -0.13rem;
  }
  .section-top-example .example-progress {
    font-size: 0.13rem;
  }
  .section-top-example .list-progress > li:not(:last-child) {
    margin-bottom: 0.2rem;
  }
  .section-top-example .progress-item {
    padding-top: 0.31rem;
  }
  .section-top-example .progress-item::before {
    font-size: 0.12rem;
    min-width: 0.75rem;
    border-radius: 0.28rem;
    top: -0.04rem;
    left: 0;
    padding: 0.05rem;
  }
  .is-android .section-top-example .progress-item::before {
    padding-top: 0.06rem;
  }
  .section-top-example .progress-item::before.item-plan:before {
    padding-right: 1px;
  }
  .section-top-example .example-accept-text {
    font-size: 0.13rem;
    line-height: 1.5;
    padding: 0 0.2rem 0.2rem;
  }
  .section-top-example .example-accept-text > p:not(:last-child) {
    margin-bottom: 0.19rem;
  }
}
.section-top-tuition .wrapper {
  position: relative;
  z-index: 1;
}

.tuition-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tuition-content {
  background: #f5f5f5;
}

.tuition-table {
  font-family: "游ゴシック", "YuGothic", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.tuition-table th, .tuition-table td {
  border: solid #a7a7a7;
  border-width: 1px 0 0;
}
.tuition-table th {
  background: #e7f0fd;
}
.tuition-table td {
  background: #fff;
  text-align: center;
}
.tuition-table td + td {
  border-left-width: 1px;
}
.tuition-table .text-label {
  display: inline-block;
  color: #3482f8;
  background: #f5f5f5;
  font-weight: bold;
}
.tuition-table .row-total th, .tuition-table .row-total td {
  background: #fff;
  border: solid #000;
}
.tuition-table .row-total td {
  font-weight: bold;
}
.tuition-table .row-total td::after {
  content: "円";
  font-family: "游ゴシック", "YuGothic", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.tuition-note-title {
  margin-bottom: 0;
  font-family: "游ゴシック", "YuGothic", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.tuition-note-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Arial", sans-serif;
}

.tuition-price {
  margin-bottom: 0;
  font-family: "游ゴシック", "YuGothic", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

@media print, (min-width: 768px) {
  .section-top-tuition {
    padding: 140px 0 120px;
  }
  .section-top-tuition .title-primary {
    margin-bottom: 136px;
  }
  .section-top-tuition .title-tertiary {
    margin-bottom: 15px;
  }
  .tuition-list {
    margin-bottom: 28px;
  }
  .tuition-content {
    padding: 58px 20px 25px;
    border-radius: 10px;
  }
  .tuition-table {
    margin-bottom: 18px;
  }
  .tuition-table th, .tuition-table td {
    padding: 11px 10px 10px;
  }
  .tuition-table th {
    width: 200px;
    padding-left: 20px;
  }
  .tuition-table td + td {
    width: 175px;
  }
  .tuition-table .text-room {
    margin-bottom: 6px;
  }
  .tuition-table .text-label {
    padding: 4px 22px;
  }
  .tuition-table .row-total th, .tuition-table .row-total td {
    height: 62px;
    border-width: 2px 0 0;
  }
  .tuition-table .row-total td {
    padding-top: 6px;
    font-size: 0.25rem;
  }
  .tuition-table .row-total td::after {
    font-size: 0.12rem;
  }
  .tuition-note-title {
    margin-bottom: 5px;
    font-size: 0.14rem;
    line-height: 1.5;
  }
  .tuition-note-list {
    font-size: 0.13rem;
    line-height: 1.1538461538;
  }
  .tuition-note-list dt, .tuition-note-list dd {
    margin-bottom: 8px;
  }
  .tuition-note-list dt {
    width: 66px;
  }
  .tuition-note-list dd {
    width: calc(100% - 66px);
  }
  .tuition-price {
    font-size: 0.13rem;
  }
}
@media (min-width: 1200.02px) {
  .tuition-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -30px;
  }
  .tuition-list > li {
    width: calc(50% - 25px);
    margin-right: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .tuition-list {
    width: 680px;
    margin: 0 auto;
  }
  .tuition-list > li:not(:last-child) {
    margin-bottom: 30px;
  }
  .tuition-list td + td {
    width: 220px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-tuition {
    padding: 0.4rem 0 0.2rem;
  }
  .section-top-tuition .title-primary {
    margin-bottom: 0.65rem;
  }
  .section-top-tuition .title-primary .text-en {
    top: 0.1rem;
    width: 2.34rem;
  }
  .section-top-tuition .title-tertiary {
    margin-bottom: 0.1rem;
  }
  .tuition-list {
    margin-bottom: 0.1rem;
  }
  .tuition-list > li:not(:last-child) {
    margin-bottom: 0.3rem;
  }
  .tuition-content {
    padding: 0.38rem 0.1rem 0.13rem;
    border-radius: 0.05rem;
  }
  .tuition-table {
    margin-bottom: 0.18rem;
  }
  .tuition-table th, .tuition-table td {
    padding: 0.07rem 0.05rem 0.06rem;
  }
  .tuition-table th {
    width: 1rem;
    padding-left: 0.1rem;
    font-size: 0.14rem;
  }
  .tuition-table td {
    font-size: 0.15rem;
  }
  .tuition-table td + td {
    width: 1.07rem;
  }
  .tuition-table .custom-font {
    font-family: "Arial", sans-serif;
  }
  .tuition-table .text-room {
    margin-bottom: 0.05rem;
  }
  .tuition-table .text-label {
    padding: 0.05rem 0.07rem;
    font-size: 0.12rem;
  }
  .is-android .tuition-table .text-label {
    padding-top: 0.06rem;
  }
  .tuition-table .row-total th, .tuition-table .row-total td {
    height: 0.5rem;
    border-width: 0.02rem 0 0;
  }
  .tuition-table .row-total td {
    font-size: 0.2rem;
  }
  .tuition-table .row-total td::after {
    font-size: 0.14rem;
  }
  .tuition-note-title {
    margin-bottom: 0.07rem;
    font-size: 0.13rem;
    line-height: 1.3076923077;
  }
  .tuition-note-list {
    font-size: 0.12rem;
    line-height: 1.3333333333;
  }
  .tuition-note-list dt, .tuition-note-list dd {
    margin-bottom: 0.04rem;
  }
  .tuition-note-list dt {
    width: 0.65rem;
  }
  .tuition-note-list dd {
    width: calc(100% - 0.65rem);
  }
  .tuition-price {
    font-size: 0.12rem;
  }
}
.block-difference-wrapper {
  overflow: hidden;
  position: relative;
}
.block-difference-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #f5f5f5;
}

.section-top-difference {
  position: relative;
}
.section-top-difference .wrapper {
  position: relative;
  z-index: 1;
}
.section-top-difference table, .section-top-difference tr, .section-top-difference th, .section-top-difference td {
  border: none;
  text-align: center;
}
.section-top-difference table {
  border-collapse: unset;
}
.section-top-difference .row-head th, .section-top-difference .row-head td {
  background: #fff;
}
.section-top-difference .row-head .item-hide {
  background: none;
}
.section-top-difference .table-horizontal {
  position: relative;
}
.section-top-difference .table-horizontal::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
.section-top-difference .table-wrapper {
  margin-bottom: 0;
}
.section-top-difference .item-company {
  font-weight: 900;
  background-color: #fde52e;
}
.section-top-difference .item-classify,
.section-top-difference .item-agent,
.section-top-difference .item-head-title {
  font-family: "游ゴシック", "YuGothic", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.35;
}
.section-top-difference .item-classify {
  background-color: #f5f5f5;
}
.section-top-difference .item-agent {
  background-color: #f5f5f5;
}
.section-top-difference .item-head-title {
  position: relative;
}
.section-top-difference .item-head-title::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: -20px;
  background: #fff;
}
.section-top-difference .item-head-title span {
  display: inline-block;
}

@media print, (min-width: 768px) {
  .block-difference-wrapper::before {
    right: calc(50% - 760px);
  }
  .section-top-difference {
    margin-bottom: 140px;
    padding-top: 142px;
  }
  .section-top-difference .title-primary {
    margin-bottom: 115px;
  }
  .section-top-difference .table-horizontal::before {
    top: 90px;
    border-radius: 10px;
  }
  .section-top-difference .table-wrapper {
    padding: 10px;
    border-spacing: 10px;
    font-size: 0.2rem;
  }
  .section-top-difference .row-head th, .section-top-difference .row-head td {
    height: 80px;
  }
  .section-top-difference .item-company,
  .section-top-difference .item-classify,
  .section-top-difference .item-agent {
    border-radius: 3px;
    height: 70px;
  }
  .section-top-difference .item-classify {
    width: 280px;
    min-width: 60px;
  }
  .section-top-difference .item-company {
    width: 429px;
  }
  .section-top-difference .item-agent {
    width: 432px;
  }
  .section-top-difference .item-head-logo,
  .section-top-difference .item-head-title {
    height: 70px;
    border-radius: 10px 10px 0 0;
  }
  .section-top-difference .item-head-title {
    font-size: 0.2rem;
  }
  .section-top-difference .item-head-title::before {
    right: -20px;
    width: 40px;
    border-radius: 0 10px 0 0;
  }
  .section-top-difference .item-head-title span {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-difference-wrapper::before {
    right: 0;
  }
  .section-top-difference {
    padding: 0.4rem 0 0;
    margin-bottom: 0.5rem;
  }
  .section-top-difference .title-primary {
    margin-bottom: 0.46rem;
  }
  .section-top-difference .title-primary .text-en {
    top: 0.1rem;
  }
  .section-top-difference .table-horizontal::before {
    top: 0.49rem;
    border-radius: 0.05rem;
  }
  .section-top-difference .table-wrapper {
    padding: 0.05rem;
    border-radius: 0.05rem;
    border-spacing: 0.05rem;
    font-size: 0.13rem;
  }
  .section-top-difference th, .section-top-difference td {
    height: 0.4rem;
  }
  .section-top-difference .row-head th, .section-top-difference .row-head td {
    padding: 0.02rem;
    height: 0.44rem;
  }
  .section-top-difference .item-classify {
    width: 0.8rem;
  }
  .section-top-difference .item-company {
    width: 1.3rem;
  }
  .section-top-difference .item-agent {
    width: 0.95rem;
  }
  .section-top-difference .is-small {
    font-size: 0.12rem;
    padding: 0.5em 0.3em;
  }
  .section-top-difference .item-head-logo,
  .section-top-difference .item-head-title {
    border-radius: 0.05rem 0.05rem 0 0;
  }
  .section-top-difference .item-head-logo .item-logo {
    margin: 0 auto;
    width: 0.94rem;
  }
  .section-top-difference .item-head-logo .item-logo img {
    width: 100%;
  }
  .section-top-difference .item-head-title {
    padding: 0.5em 0.3em;
  }
  .section-top-difference .item-head-title::before {
    right: -0.1rem;
    width: 0.4rem;
    border-radius: 0 0.05rem 0 0;
  }
}
.section-top-flow {
  position: relative;
  z-index: 1;
}

.list-flow {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-flow > li {
  counter-increment: point-counter;
  height: 100%;
  position: relative;
}

.flow-item {
  position: relative;
}
.flow-item p:last-child {
  margin-bottom: 0;
}

.flow-item-number {
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  background-color: #3482f8;
}
.flow-item-number::before, .flow-item-number::after {
  position: absolute;
  color: #fff;
  text-align: center;
  left: 0;
  width: 100%;
}
.flow-item-number::before {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  content: "STEP";
}
.flow-item-number::after {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  content: counter(point-counter, decimal-leading-zero);
}

.flow-image {
  margin: 0 auto;
}

.flow-name {
  text-align: center;
  font-weight: bold;
  font-family: "游ゴシック", "YuGothic", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

@media print, (min-width: 768px) {
  .section-top-flow::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 462px;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 250px rgba(0, 0, 0, 0.1), 0 500px rgba(0, 0, 0, 0.1);
  }
  .section-top-flow .wrapper {
    max-width: 1096px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .section-top-flow .title-primary {
    margin-bottom: 135px;
  }
  .list-flow {
    margin-bottom: -26px;
  }
  .list-flow > li {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 115px;
  }
  .list-flow > li::before {
    content: "";
    position: absolute;
    background: url(../img/common/icn_arrow.svg) center/cover no-repeat;
    width: 21px;
    height: 24px;
    top: 201px;
    left: -8px;
  }
  .list-flow > li:nth-child(3n+1):before {
    content: none;
  }
  .flow-item {
    padding: 20px 20px 0;
    font-size: 0.18rem;
    line-height: 1.5555555556;
    min-width: 220px;
  }
  .flow-item-number {
    top: 0;
    width: 90px;
    height: 90px;
  }
  .flow-item-number::before {
    font-size: 0.12rem;
    top: 16px;
    margin-left: -1px;
  }
  .flow-item-number::after {
    font-size: 0.29rem;
    top: 28px;
    left: -1px;
  }
  .flow-image {
    padding: 96px 0 14px;
    width: 200px;
  }
}
@media (min-width: 767.98px) and (max-width: 900px) {
  .list-flow > li::before {
    top: 176px;
    -ms-transform: translateX(40%);
        transform: translateX(40%);
  }
  .flow-image {
    width: 150px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-flow {
    padding-bottom: 0.1rem;
  }
  .section-top-flow .title-primary {
    margin: 0 -0.1rem 0.48rem;
  }
  .section-top-flow .title-primary .text-en {
    top: 0.11rem;
    width: 1.5rem;
  }
  .list-flow {
    margin: 0 -0.1rem;
  }
  .list-flow > li {
    width: 33.33%;
    padding: 0 0.1rem;
    margin-bottom: 0.36rem;
  }
  .flow-item {
    font-size: 0.13rem;
    line-height: 1.5555555556;
  }
  .flow-item-number {
    top: 0;
    left: 51%;
    width: 0.45rem;
    height: 0.45rem;
  }
  .flow-item-number::before {
    font-size: 0.07rem;
    top: 0.08rem;
  }
  .flow-item-number::after {
    font-size: 0.18rem;
    top: 0.14rem;
  }
  .flow-image {
    width: 0.9rem;
    padding: 0.57rem 0 0.12rem;
  }
}
.block-faq-wrapper {
  position: relative;
}

.section-top-faq .wrapper {
  position: relative;
  z-index: 3;
}
.section-top-faq .title-primary {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.section-top-faq .title-primary .text-en {
  z-index: -1;
}

.faq-image {
  display: block;
  overflow: hidden;
}
.faq-image img {
  border-radius: inherit;
  transition: transform 0.26s;
}
.faq-image:hover img {
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

.faq-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media print, (min-width: 768px) {
  .section-top-faq {
    padding: 138px 0 164px;
    overflow: hidden;
    position: relative;
  }
  .section-top-faq:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 50%;
    bottom: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    pointer-events: none;
    box-shadow: -4500px 0 rgba(0, 0, 0, 0.1), -4200px 0 rgba(0, 0, 0, 0.1), -3900px 0 rgba(0, 0, 0, 0.1), -3600px 0 rgba(0, 0, 0, 0.1), -3300px 0 rgba(0, 0, 0, 0.1), -3000px 0 rgba(0, 0, 0, 0.1), -2700px 0 rgba(0, 0, 0, 0.1), -2400px 0 rgba(0, 0, 0, 0.1), -2100px 0 rgba(0, 0, 0, 0.1), -1800px 0 rgba(0, 0, 0, 0.1), -1500px 0 rgba(0, 0, 0, 0.1), -1200px 0 rgba(0, 0, 0, 0.1), -900px 0 rgba(0, 0, 0, 0.1), -600px 0 rgba(0, 0, 0, 0.1), -300px 0 rgba(0, 0, 0, 0.1), 0 0 rgba(0, 0, 0, 0.1), 300px 0 rgba(0, 0, 0, 0.1), 600px 0 rgba(0, 0, 0, 0.1);
  }
  .section-top-faq .title-primary .text-en {
    top: 15px;
  }
  .section-top-faq .title-tertiary {
    margin-bottom: 56px;
    padding: 9px 40px;
    font-size: 0.32rem;
  }
  .faq-background {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 65px;
    right: calc(50% - 760px);
    background: #fff;
  }
  .faq-background::before {
    content: "";
    position: absolute;
    bottom: -64px;
    left: 100%;
    width: 65px;
    height: 65px;
    background: url(../img/top/icn_cube_02.png) no-repeat center/contain;
  }
  .faq-image {
    margin-bottom: 102px;
    border-radius: 10px;
  }
  .faq-list {
    margin: 0 -25px 4px 0;
  }
  .faq-list > li {
    margin: 0 21px 38px 0;
  }
}
@media (min-width: 1000.02px) {
  .section-top-faq .title-primary {
    left: 165px;
    top: 112px;
  }
  .faq-list > li {
    width: min(386px, 33% - 18px);
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .section-top-faq .title-primary {
    left: 7vw;
    top: 5vw;
  }
  .faq-list > li {
    width: calc(50% - 22px);
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-faq {
    padding: 0.2rem 0 0.35rem;
  }
  .section-top-faq .title-primary {
    left: 0.4rem;
    top: 0.32rem;
  }
  .section-top-faq .title-primary .text-big {
    margin-bottom: 0.04rem;
    font-size: 0.2rem;
  }
  .section-top-faq .title-primary .text-small {
    font-size: 0.1rem;
  }
  .section-top-faq .title-primary .text-en {
    top: 0.04rem;
    width: 1.32rem;
  }
  .section-top-faq .title-tertiary {
    margin-bottom: 0.2rem;
    padding-right: 0.44rem;
  }
  .faq-image {
    margin-bottom: 0.2rem;
    border-radius: 0.05rem;
  }
  .faq-image img {
    width: 100%;
  }
  .faq-list {
    margin: 0 -0.15rem 0.02rem 0;
  }
  .faq-list > li {
    width: 1.6rem;
    margin: 0 0.15rem 0.16rem 0;
  }
  .faq-list .post-image {
    margin-bottom: 0.08rem;
  }
}
.section-top-save {
  position: relative;
  z-index: 3;
  color: #fff;
}

.save-title {
  font-weight: 900;
  text-align: center;
}

.list-buttons {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-buttons a {
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 2px solid #fff;
  transition: 0.26s ease;
}
.list-buttons a:hover {
  background: #fff;
  color: #3482f8;
}

@media print, (min-width: 768px) {
  .section-top-save {
    padding: 95px 0 220px;
  }
  .section-top-save:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 180px;
    height: 240px;
    background: url(../img/top/icn_cube_01.png) no-repeat center 0/cover;
    z-index: 1;
  }
  .save-title {
    margin-bottom: 18px;
    font-size: 0.4rem;
    line-height: 1.45;
  }
  .save-description {
    margin-bottom: 60px;
    font-size: 0.2rem;
    text-align: center;
  }
  .list-buttons > li {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .list-buttons a {
    height: 100%;
    font-size: 0.3rem;
    border-radius: 10px;
    min-height: 100px;
    padding: 10px;
  }
  .block-save-background {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1709px;
    background: url(../img/top/bg_save.jpg) no-repeat center/cover;
  }
}
@media (min-width: 1200.02px) {
  .list-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 10px;
  }
  .list-buttons > li {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .save-title {
    font-size: 0.38rem;
  }
  .list-buttons {
    max-width: 600px;
    margin: 0 auto;
  }
  .list-buttons a {
    font-size: 0.28rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-save {
    padding: 0.6rem 0 0.74rem;
    background: url(../img/top/sp/bg_save.jpg) no-repeat center/cover;
  }
  .save-title {
    font-size: 0.24rem;
    line-height: 1.5;
    margin-bottom: 0.11rem;
  }
  .save-description {
    padding: 0 0.15rem 0 0.2rem;
    font-size: 0.14rem;
    margin-bottom: 0.38rem;
  }
  .list-buttons {
    padding: 0 0.2rem;
  }
  .list-buttons > li:not(:last-child) {
    margin-bottom: 0.15rem;
  }
  .list-buttons a {
    font-size: 0.2rem;
    border-radius: 0.05rem;
    min-height: 0.58rem;
    padding: 0.05rem;
  }
}
.section-top-instruction {
  position: relative;
  z-index: 1;
  background: #fff;
}

.instruction-image img {
  display: block;
  width: 100%;
}

.instruction-content p:last-child {
  margin-bottom: 0;
}

.instruction-inner {
  font-weight: bold;
}

.instruction-text {
  font-weight: bold;
  color: #3482f8;
}

.list-social {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
}
.list-social a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
  font-family: "游ゴシック", "YuGothic", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #dedede;
}
.list-social a .icon {
  position: relative;
}
.list-social a .icon:before {
  content: "";
  position: absolute;
  background: url(../img/common/icn_twitter.svg) no-repeat center center/100% auto;
}
.list-social a .note {
  display: block;
  background: url(../img/common/icn_note.svg) no-repeat center center/100% auto;
}

@media print, (min-width: 768px) {
  .instruction-flex {
    display: -ms-flexbox;
    display: flex;
    min-height: 1010px;
  }
  .instruction-image {
    width: 50%;
  }
  .instruction-image img {
    height: 100%;
    object-fit: cover;
    object-position: center 0;
  }
  .instruction-content {
    width: 50%;
    padding: 127px 0 260px 158px;
  }
  .instruction-content p {
    margin-bottom: 35px;
  }
  .instruction-inner {
    max-width: 616px;
    font-size: 0.2rem;
    line-height: 1.75;
  }
  .instruction-box {
    max-width: none;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -130px;
  }
  .instruction-box:before, .instruction-box:after {
    content: "";
    position: absolute;
    pointer-events: none;
    left: calc(50% - 760px);
  }
  .instruction-box:before {
    background: #e7f0fd;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .instruction-box:after {
    background: url(../img/top/icn_cube.png) no-repeat 0 0/100% auto;
    width: 65px;
    height: 65px;
    bottom: -65px;
    -ms-transform: translateX(-100%);
        transform: translateX(-100%);
  }
  .instruction-box .wrapper {
    max-width: 1316px;
    position: relative;
    z-index: 5;
    display: -ms-flexbox;
    display: flex;
    min-height: 360px;
    padding: 142px 0 50px;
  }
  .instruction-text {
    font-size: 0.22rem;
    line-height: 1.65;
    width: 588px;
    margin-left: 88px;
  }
  .list-social {
    margin: 8px 0 0;
    -ms-flex: 1;
        flex: 1;
    max-width: 590px;
  }
  .list-social > li {
    width: 50%;
    padding: 0 7px 0 8px;
    margin-bottom: 15px;
  }
  .list-social a {
    font-size: 0.18rem;
    padding: 10px 20px;
    border-radius: 5px;
    min-height: 60px;
  }
  .list-social a .icon {
    padding-left: 35px;
  }
  .list-social a .icon:before {
    left: 1px;
    top: -2px;
    width: 27px;
    height: 27px;
  }
  .list-social a .note {
    width: 86px;
    height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1628px) {
  .instruction-content {
    padding-left: 9vw;
  }
}
@media (min-width: 768px) and (max-width: 1220px) {
  .section-top-instruction .wrapper {
    display: block;
    max-width: 620px;
  }
  .instruction-text {
    margin-left: 15px;
  }
  .instruction-content {
    padding-left: 30px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .instruction-flex {
    display: block;
  }
  .instruction-image,
  .instruction-content {
    width: 100%;
  }
  .instruction-image {
    height: 80vw;
  }
  .instruction-content {
    padding: 30px 30px 290px;
  }
  .instruction-inner {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-instruction .wrapper {
    padding: 0;
  }
  .instruction-content p {
    margin-bottom: 0.27rem;
  }
  .instruction-inner {
    font-size: 0.15rem;
    line-height: 1.8;
    padding: 0.26rem 0.3rem 0.28rem;
  }
  .instruction-box {
    padding: 0.35rem 0.2rem 0.3rem;
    background: #e7f0fd;
  }
  .instruction-text {
    font-size: 0.15rem;
    line-height: 1.6;
    padding: 0 0.15rem 0 0.1rem;
    margin-bottom: 10px;
  }
  .list-social {
    margin: 0 -0.05rem;
  }
  .list-social > li {
    width: 50%;
    padding: 0 0.05rem;
    margin-bottom: 0.1rem;
  }
  .list-social a {
    font-size: 0.12rem;
    padding: 0.05rem 0.1rem;
    border-radius: 0.03rem;
    min-height: 0.38rem;
  }
  .list-social a .icon {
    padding: 0.01rem 0 0 0.26rem;
  }
  .list-social a .icon:before {
    left: 0;
    top: -0.02rem;
    width: 0.19rem;
    height: 0.19rem;
  }
  .list-social a .note {
    width: 0.64rem;
    height: 0.16rem;
  }
}
/*# sourceMappingURL=top.css.map */