@charset "UTF-8";

/* ============================================================================
 * Base
 * ========================================================================= */
@media screen and (min-width: 1025px) {
  body {
    overflow: auto !important;
  }
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

li {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

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

a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

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

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

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
*, *::after, *::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  box-sizing: border-box;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #40494e;
}

.close-button {
  overflow: hidden;
}

.bmd-modalContent {
  box-shadow: none;
  background-color: transparent;
  border: 0;
}

.bmd-modalContent .close {
  font-size: 5rem;
  line-height: 4rem;
  padding: 0;
  text-shadow: none;
  opacity: 0.7;
  color: #fff;
}

.bmd-modalContent .close:hover, .bmd-modalContent .close:focus {
  opacity: 1;
  outline: none;
}

.bmd-modalButton {
  cursor: pointer;
}

.heading-2 {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 35em) {
  .heading-2 {
    font-size: 2.4rem;
  }
}
.heading-2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  width: 12rem;
  height: 0.6rem;
  background-image: linear-gradient(to right, #3a739e, #3dadb6);
  transform: translateX(-50%);
}

.c-header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 6rem;
  padding-left: 2rem;
  padding-right: 1rem;
  background-color: #fff;
  box-shadow: 0 0.3rem 2.5rem rgba(118, 153, 172, 0.2);
  z-index: 5;
}

@media only screen and (max-width: 35em) {
  .c-header {
    padding-left: 1.4rem;
  }
}
.c-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.c-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.c-header__logo img {
  width: 14.5rem;
}

.c-header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-header__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4rem;
  padding-top: 5px;
  padding-left: 5rem;
  padding-right: 3rem;
  border-radius: 0.5rem;
  transition: filter 0.3s;
}

@media only screen and (max-width: 35em) {
  .c-header__btn {
    height: 3.6rem;
    padding: 0 2.4rem;
  }
}
.c-header__btn:hover {
  filter: brightness(1.1);
  color: #fff;
}

.c-header__btn i {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
}

@media only screen and (max-width: 35em) {
  .c-header__btn i {
    display: none;
  }
}
.c-header__btn--contact {
  font-weight: 700;
  color: #fff;
  background-color: #1d83bb;
  margin-right: 1rem;
}

.c-header__btn--contact:hover {
  color: #fff;
}

@media only screen and (max-width: 48.125em) {
  .c-header__btn--contact {
    display: none;
  }
}
.c-header__btn--login {
  color: #3c77a0;
  border: 1px solid #3c77a0;
}

.c-header__btn--login:hover {
  color: #3c77a0;
}

.c-mv {
  width: 100%;
  padding-bottom: 4rem;
  background-image: url("../images/mv-background.svg");
  background-size: cover;
}

@media only screen and (max-width: 79.99em) {
  .c-mv {
    background-position: center;
  }
}
.c-mv__container {
  padding-top: 11rem;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 79.99em) {
  .c-mv__container {
    padding-top: 7rem;
  }
}

@media only screen and (max-width: 960px) {
  .c-mv__container {
    padding-top: 5rem;
  }
}

.c-mv__main {
  height: 400px;
  width: 1144px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 36px 30px;
}

@media only screen and (max-width: 79.99em) {
  .c-mv__main {
    height: auto;
    width: auto;
    align-items: center;
  }
}
@media only screen and (max-width: 35em) {
  .c-mv__main {
    width: calc(100% - 3.2rem);
  }
}
.c-mv__txts {
  color: #fff;
}

@media only screen and (max-width: 79.99em) {
  .c-mv__txts {
    width: 100vw;
    margin: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 48.12em) {
  .c-mv__txts {
    width: 90vw;
  }
}
.c-mv__buttons {
  display: flex;
  flex-flow: column;
  gap: 20px 0;
}
.c-mv__buttons a {
  font-size: 24px;
}
@media only screen and (max-width: 79.99em) {
  .c-mv__buttons {
    order: 3;
    width: 63.6rem;
  }
}
@media only screen and (max-width: 48.125em) {
  .c-mv__buttons {
    width: 85%;
  }
}
@media only screen and (max-width: 35em) {
  .c-mv__buttons a {
    font-size: 20px;
  }
}
.c-mv__intro {
  font-size: 2rem;
  font-weight: 700;
}

.c-mv__intro strong {
  font-size: 2.4rem;
}

.c-mv__intro .dot {
  position: relative;
}

.c-mv__intro .dot:before {
  content: "";
  position: absolute;
  top: -0.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #fff;
}

.c-mv__h1 {
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.4;
}

@media only screen and (max-width: 35em) {
  .c-mv__h1 {
    font-size: 3.3rem;
  }
}
@media only screen and (max-width: 22.5em) {
  .c-mv__h1 {
    font-size: 2.8rem;
  }
}
.c-mv__desc {
  margin-top: 2rem;
}

@media only screen and (max-width: 48.125em) {
  .c-mv__desc {
    width: 85%;
    margin: 2rem auto 0;
  }
  .c-mv__desc br {
    display: none;
  }
}
@media only screen and (max-width: 35em) {
  .c-mv__desc {
    width: 100%;
  }
}
.c-mv__screen-wrap {
  position: relative;
  width: 63.6rem;
}

@media only screen and (max-width: 48.125em) {
  .c-mv__screen-wrap {
    width: 85%;
  }
}
.c-mv__screen-wrap:before {
  position: absolute;
  content: "";
  top: 13%;
  right: 1rem;
  width: 118px;
  height: 118px;
  background-image: url("../images/pr-badge.svg");
  background-size: cover;
  transform: rotate(9.29deg);
}

@media only screen and (max-width: 48.125em) {
  .c-mv__screen-wrap:before {
    width: 12rem;
    height: 12rem;
  }
}
@media only screen and (max-width: 35em) {
  .c-mv__screen-wrap:before {
    width: 9rem;
    height: 9rem;
    right: 0.8rem;
  }
}

.c-mv__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 79.99em) {
  .c-mv__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-mv__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 28rem;
  height: 6rem;
  margin-left: 1.5rem;
  padding: 0 1rem;
  color: #fff;
  font-weight: 700;
  background-color: #1e79ab;
  border-radius: 0.5rem;
  vertical-align: bottom;
  transition: filter 0.3s;
}

@media only screen and (max-width: 79.99em) {
  .c-mv__btn {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 48.125em) {
  .c-mv__btn {
    margin: 0 auto;
  }
  .c-mv__btn:last-child {
    margin: 2rem auto 0;
  }
}
.c-mv__btn strong {
  font-size: 2.2rem;
  font-weight: 700;
}

.c-mv__btn:hover {
  filter: brightness(1.1);
  color: #fff;
}

.c-mv__btn--white, .c-mv__btn--white:link, .c-mv__btn--white:visited {
  color: #1d83bb;
  background-color: #fff;
}

.c-mv__btn--white:hover {
  color: #1d83bb;
  filter: brightness(0.92);
}

.c-mv__btn-txt {
  flex: 1;
  text-align: center;
}

.c-mv__free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  color: #1e79ab;
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #fff;
  border-radius: 50%;
}

.c-mv__free--white {
  color: #fff;
  background-color: #1d83bb;
}

.c-worries {
  width: 104rem;
  margin: 0 auto;
  padding-top: 10rem;
}

@media only screen and (max-width: 79.99em) {
  .c-worries {
    width: 90%;
    max-width: 92rem;
  }
}
@media only screen and (max-width: 35em) {
  .c-worries {
    width: calc(100% - 3.2rem);
  }
}
.c-worries__container {
  padding: 3rem;
  background-color: #e9eff2;
}

@media only screen and (max-width: 35em) {
  .c-worries__container {
    padding: 3rem 1.6rem 1.6rem;
  }
}
.c-worries__heading {
  margin-top: -5.2rem;
  color: #1e79ab;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media only screen and (max-width: 35em) {
  .c-worries__heading {
    font-size: 2.4rem;
  }
}
.c-worries__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3.5rem;
}

@media only screen and (max-width: 35em) {
  .c-worries__content {
    margin-top: 2.4rem;
  }
}
.c-worry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20rem;
  width: 48rem;
  margin: 1rem 0;
  padding-right: 2.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
}

@media only screen and (max-width: 79.99em) {
  .c-worry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    width: calc(50% - 1rem);
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 48.125em) {
  .c-worry {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding: 2rem 2rem 2rem 0;
  }
}
@media only screen and (max-width: 35em) {
  .c-worry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem 0;
  }
}
.c-worry__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 75em) {
  .c-worry__img {
    width: 100%;
  }
}
@media only screen and (max-width: 48.125em) {
  .c-worry__img {
    width: 40%;
  }
}
@media only screen and (max-width: 35em) {
  .c-worry__img {
    width: 100%;
  }
}
.c-worry__img img {
  width: 12.5rem;
}

@media only screen and (max-width: 75em) {
  .c-worry__img img {
    width: 45%;
  }
}
@media only screen and (max-width: 48.125em) {
  .c-worry__img img {
    width: 70%;
  }
}
@media only screen and (max-width: 35em) {
  .c-worry__img img {
    width: 45%;
  }
}
.c-worry__content {
  width: 24rem;
}

@media only screen and (max-width: 75em) {
  .c-worry__content {
    margin-top: 1.2rem;
    width: 70%;
  }
}
@media only screen and (max-width: 48.125em) {
  .c-worry__content {
    margin-top: 0;
    width: 60%;
  }
}
@media only screen and (max-width: 35em) {
  .c-worry__content {
    width: 85%;
    margin-top: 1.2rem;
  }
}
.c-worry__heading {
  font-size: 2.2rem;
  font-weight: 700;
}

.c-worry__para {
  margin-top: 0.8rem;
  color: #636c71;
  font-size: 1.4rem;
}

.c-features {
  padding-top: 10rem;
}

@media only screen and (max-width: 35em) {
  .c-features {
    width: calc(100% - 3.2rem);
    margin: 0 auto;
  }
}
.c-features__content {
  width: 104rem;
  margin: 12rem auto 0;
}

@media only screen and (max-width: 79.99em) {
  .c-features__content {
    width: 90%;
  }
}
@media only screen and (max-width: 48.125em) {
  .c-features__content {
    margin-top: 7rem;
  }
}
@media only screen and (max-width: 35em) {
  .c-features__content {
    width: 100%;
  }
}
.c-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10rem 0;
}

.c-feature:last-child {
  margin: 10rem 0 0;
}

@media only screen and (max-width: 35em) {
  .c-feature {
    margin: 8rem 0;
  }
  .c-feature:last-child {
    margin: 8rem 0 0;
  }
}
.c-feature--left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 48.125em) {
  .c-feature--left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-feature--left .c-feature__box {
  width: 49rem;
  margin-left: 3rem;
}

@media only screen and (max-width: 79.99em) {
  .c-feature--left .c-feature__box {
    width: calc(50% - 2rem);
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 48.125em) {
  .c-feature--left .c-feature__box {
    /*grid-column: 1;*/
    width: 100%;
    margin-left: 0;
    margin-bottom: 3.6rem;
  }
}
.c-feature--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media only screen and (max-width: 48.125em) {
  .c-feature--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-feature--right .c-feature__box {
  width: 49rem;
  margin-right: 3rem;
}

@media only screen and (max-width: 79.99em) {
  .c-feature--right .c-feature__box {
    width: calc(50% - 2rem);
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 48.125em) {
  .c-feature--right .c-feature__box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.6rem;
  }
}
.c-feature__heading {
  font-size: 2.6rem;
  font-weight: 700;
}

@media only screen and (max-width: 48.125em) {
  .c-feature__heading br {
    display: none;
  }
}
@media only screen and (max-width: 35em) {
  .c-feature__heading {
    font-size: 2.2rem;
  }
}
.c-feature__para {
  margin-top: 2rem;
  color: #636c71;
}

.c-feature__img-wrap {
  height: 100%;
  width: 52rem;
  position: relative;
}

@media only screen and (max-width: 79.99em) {
  .c-feature__img-wrap {
    width: 50%;
  }
}
@media only screen and (max-width: 48.125em) {
  .c-feature__img-wrap {
    width: 100%;
  }
}
.c-feature__img-wrap:before {
  position: absolute;
  top: -5rem;
  right: 2rem;
  color: #d6e2e8;
  font-size: 9.8rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width: 35em) {
  .c-feature__img-wrap:before {
    font-size: 8.4rem;
  }
}
.c-feature__img-wrap--1:before {
  content: "01";
}

.c-feature__img-wrap--2:before {
  content: "02";
}

.c-feature__img-wrap--3:before {
  content: "03";
}

.c-feature__img-wrap--4:before {
  content: "04";
}

.c-feature__img-wrap--5:before {
  content: "05";
}

.c-feature__img {
  box-shadow: rgba(118, 153, 172, 0.2) 0px 3px 26px;
}

.c-feature__info {
  color: #636c71;
  font-size: 1.1rem;
  margin-top: 5px;
}

.c-dx {
  padding-top: 10rem;
  padding-bottom: 8rem;
}

@media only screen and (max-width: 35em) {
  .c-dx {
    width: calc(100% - 3.2rem);
    margin: 0 auto;
  }
}
.c-dx__para {
  margin-top: 6rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.c-dx__img {
  width: 64.4rem;
  margin: 4rem auto 0;
}

@media only screen and (max-width: 48.125em) {
  .c-dx__img {
    width: 70%;
  }
}
.c-interviews {
  padding: 8rem 0;
  background-color: #e9eff2;
}

.c-interviews__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
}

@media only screen and (max-width: 35em) {
  .c-interviews__container {
    width: calc(100% - 3.2rem);
    margin: 0 auto;
  }
}
.c-interviews__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  width: 104rem;
  margin-top: 7rem;
}

@media only screen and (max-width: 79.99em) {
  .c-interviews__content {
    width: 90%;
    max-width: 92rem;
  }
}
@media only screen and (max-width: 48.125em) {
  .c-interviews__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 35em) {
  .c-interviews__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}
.c-interview {
  width: 32rem;
  padding: 2rem;
  background-color: #fff;
}

@media only screen and (max-width: 79.99em) {
  .c-interview {
    width: 32%;
  }
}
@media only screen and (max-width: 48.125em) {
  .c-interview {
    width: calc(50% - 1.5rem);
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 35em) {
  .c-interview {
    width: calc(100% - 3.2rem);
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 48.125em) {
  .c-interview:last-child {
    margin-bottom: 0;
  }
}
.c-interview__img {
  border-radius: 0.5rem;
}

@media only screen and (max-width: 35em) {
  .c-interview__img {
    width: 100%;
  }
}
.c-interview__heading {
  font-size: 1.8rem;
  font-weight: 700;
  width: 100%;
  margin: 2rem 0 1rem;
}

.c-interview__para {
  text-align: right;
  align-self: end;
  color: #636c71;
}

.c-interview__btn {
  margin-top: 4rem;
}

.c-btn {
  display: inline-block;
  padding: 2rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #1d83bb;
  border-radius: 0.5rem;
  transition: filter 0.3s;
}

.c-btn i {
  margin-left: 2.2rem;
}

.c-btn:hover {
  filter: brightness(1.1);
  color: #fff;
}

.c-logos {
  padding-top: 10rem;
}

.c-logos__heading {
  position: relative;
  font-size: 3.8rem;
  font-weight: 700;
  text-align: center;
  vertical-align: bottom;
}

.c-logos__heading br {
  display: none;
}

@media only screen and (max-width: 48.125em) {
  .c-logos__heading br {
    display: inline;
  }
}
@media only screen and (max-width: 48.125em) {
  .c-logos__heading {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 35em) {
  .c-logos__heading {
    font-size: 2.8rem;
    line-height: 1.3;
  }
}
.c-logos__heading strong {
  color: #1d83bb;
  font-size: 5.8rem;
  font-weight: 700;
}

.c-logos__heading strong:last-child {
  font-size: 6.8rem;
}

@media only screen and (max-width: 35em) {
  .c-logos__heading strong {
    font-size: 4.4rem;
  }
  .c-logos__heading strong:last-child {
    font-size: 5.4rem;
  }
}
.c-logos__heading:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15rem;
  height: 22rem;
  background-image: url("../images/map-japan.svg");
  z-index: -1;
}

.c-logos__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 104rem;
  margin: 6rem auto 0;
}

@media only screen and (max-width: 79.99em) {
  .c-logos__content {
    width: 90%;
    max-width: 92rem;
  }
}
@media only screen and (max-width: 35em) {
  .c-logos__content {
    width: calc(100% - 3.2rem);
  }
}
.c-logos__logo {
  width: 18rem;
  margin: 2rem 0;
}

@media only screen and (max-width: 48.125em) {
  .c-logos__logo {
    width: 32%;
    max-width: 18rem;
  }
}
@media only screen and (max-width: 35em) {
  .c-logos__logo {
    width: calc(50% - 1rem);
    max-width: none;
    margin: 1rem 0;
  }
  div.c-logos__logo {
    display: none;
  }
}
.c-cta {
  background-image: linear-gradient(to right, #3a739e, #3dadb6);
  padding: 5rem 0;
}

.c-cta__container {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px 0;
}
@media only screen and (max-width: 48.125em) {
  .c-cta__container {
    flex-direction: column;
  }
}
.c-cta__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px 0;
  color: #ffffff;
  line-height: 1;
  font-weight: 700;
}
.c-cta__content span:nth-child(1) {
  font-size: 36px;
}
.c-cta__content span:nth-child(2) {
  font-size: 24px;
}
@media only screen and (max-width: 35em) {
  .c-cta__content {
    width: 85%;
    gap: 10px 0;
  }
  .c-cta__content span:nth-child(1) {
    font-size: 20px;
  }
  .c-cta__content span:nth-child(2) {
    font-size: 14px;
  }
}

.c-cta__buttons {
  display: flex;
  gap: 15px 30px;
}
.c-cta__buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
  padding: 14px 20px !important;
  width: 394px;
  font-size: 28px;
}
.c-cta__buttons a::after {
  width: 16px;
  height: 16px;
  mask-image: url(/assets/images/common/icn_arrow.svg);
  mask-repeat: no-repeat;
  content: '';
}
.c-cta__buttons a.free::after {
  background-color: #ffffff;
}
.c-cta__buttons a.download::after {
  background-color: #3978a7;
}
@media only screen and (max-width: 79.99em) {
  .c-cta__buttons {
    flex-direction: column;
  }
}
@media only screen and (max-width: 35em) {
  .c-cta__buttons {
    width: 85%;
  }
  .c-cta__buttons a {
    padding: 10px 20px !important;
    font-size: 22px;
    width: auto;
  }
}

.c-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3rem;
}

@media only screen and (max-width: 48.125em) {
  .c-media {
    width: 90%;
    margin: 3rem auto 0;
  }
}
@media only screen and (max-width: 35em) {
  .c-media {
    width: calc(100% - 3.2rem);
  }
}
.c-media__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 104rem;
  padding: 1rem 1rem 1rem 4rem;
  background-color: #e9eff2;
}

@media only screen and (max-width: 79.99em) {
  .c-media__container {
    width: 90%;
  }
}
@media only screen and (max-width: 48.125em) {
  .c-media__container {
    padding: 1rem;
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 35em) {
  .c-media__container {
    width: 100%;
    padding: 1.6rem;
  }
}
.c-media__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 79.99em) {
  .c-media__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 48.12em) {
  .c-media__left {
    width: 100%;
  }
}
.c-media__title {
  width: 27.5rem;
}

@media only screen and (max-width: 79.99em) {
  .c-media__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 48.125em) {
  .c-media__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1.2rem;
  }
}
@media only screen and (max-width: 35em) {
  .c-media__title {
    width: 100%;
    margin-top: 0;
  }
}
.c-media__logo {
  height: 4.5rem;
  width: 100%;
}

@media only screen and (max-width: 75em) {
  .c-media__logo {
    width: 27.5rem;
  }
}
@media only screen and (max-width: 35em) {
  .c-media__logo {
    width: 100%;
    padding: 10px;
  }
}
.c-media__desc {
  width: 100%;
  padding: 0.6rem 0;
  color: #1d83bb;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  margin-top: 5px;
}

@media only screen and (max-width: 79.99em) {
  .c-media__desc {
    margin-left: 2.4rem;
    padding: 0.6rem 1.6rem;
  }
}
@media only screen and (max-width: 48.125em) {
  .c-media__desc {
    margin: 0;
    width: auto;
    margin-top: 1rem;
    padding: 0.6rem 2.6rem;
  }
}
@media only screen and (max-width: 35em) {
  .c-media__desc {
    padding: 0.6rem 1.6rem;
  }
}
.c-media__heading {
  margin-left: 8rem;
  color: #1d83bb;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}

@media only screen and (max-width: 79.99em) {
  .c-media__heading {
    margin-left: 0;
    font-size: 1.8rem;
  }
  .c-media__heading br {
    display: none;
  }
}
@media only screen and (max-width: 48.125em) {
  .c-media__heading {
    margin-bottom: 1.2rem;
  }
}
@media only screen and (max-width: 35em) {
  .c-media__heading {
    margin-bottom: 0;
    text-align: center;
    font-size: 1.6rem;
  }
}
.c-media__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4rem;
  height: 12.7rem;
  color: #1d83bb;
  background-color: #fff;
  border-radius: 0.5rem;
}

@media only screen and (max-width: 75em) {
  .c-media__icon {
    height: 10rem;
  }
}
@media only screen and (max-width: 48.125em) {
  .c-media__icon {
    height: 100%;
  }
}
@media only screen and (max-width: 35em) {
  .c-media__icon {
    display: none;
  }
}
.c-fee {
  padding-top: 10rem;
}

@media only screen and (max-width: 79.99em) {
  .c-fee {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 35em) {
  .c-fee {
    width: calc(100% - 3.2rem);
  }
}
.c-fee__para {
  margin-top: 6rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
}

@media only screen and (max-width: 35em) {
  .c-fee__para {
    font-size: 1.6rem;
  }
  .c-fee__para br {
    display: none;
  }
}
.c-table {
  width: 104rem;
  margin: 5rem auto 0;
  text-align: center;
}

@media only screen and (max-width: 79.99em) {
  .c-table {
    width: 100%;
    max-width: 92rem;
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 35em) {
  .c-table {
    width: 100%;
  }
}
.c-table > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.c-table__header > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  margin-bottom: 0.5rem;
}

.c-table__body {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 104rem;
}

.c-table__items > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 50px;
  margin-bottom: 0.5rem;
}

.c-table__item {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 1.3rem;
  width: 11rem;
  margin-right: 0.6rem;
}

.c-table__item--D {
  height: 70px;
}

.c-table__header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 104rem;
}

.c-table__heading {
  color: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
}

.c-table__heading--free {
  width: 14.8rem;
  background-color: #6097b2;
}

.c-table__heading--premium {
  width: 76.4rem;
  background-color: #1d83bb;
}

.c-table__plan {
  font-weight: 700;
  background-color: #acc8e0;
  width: 14.8rem;
}

.c-table__plan--A {
  background-color: #c2d9e5;
}

.c-table__content {
  background-color: #f5f5f5;
  width: 14.8rem;
}

.c-table__content--AA {
  background-color: #e9eff2;
}

.c-table__content--AB {
  background-color: #e9eff2;
}

.c-table__content--AC {
  color: #1d83bb;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #e9eff2;
  height: 70px;
}

.c-table__content--AD {
  background-color: #e9eff2;
}

.c-table__content--BC {
  height: 70px;
}

.c-table__content--CC {
  height: 70px;
}

.c-table__content--DC {
  height: 70px;
}

.c-table__content--EC {
  height: 70px;
}

.c-table__content--FA {
  font-size: 1.7rem;
  font-weight: 700;
}

.c-table__content--FC {
  height: 70px;
}

.c-table__content--AA, .c-table__content--BA, .c-table__content--CA, .c-table__content--DA, .c-table__content--EA {
  font-size: 1.4rem;
  font-weight: 500;
  vertical-align: baseline;
}

.c-table__content--AA strong, .c-table__content--BA strong, .c-table__content--CA strong, .c-table__content--DA strong, .c-table__content--EA strong {
  font-size: 2.4rem;
  font-weight: 700;
}

.c-table__content--AB, .c-table__content--BB, .c-table__content--CB, .c-table__content--DB, .c-table__content--EB, .c-table__content--FB {
  color: #1d83bb;
  font-size: 1.7rem;
  font-weight: 700;
}

.c-table__content--BC, .c-table__content--CC, .c-table__content--DC, .c-table__content--EC, .c-table__content--FC {
  align-content: center;
  font-size: 1.4rem;
  vertical-align: baseline;
}

.c-table__content--BC span:last-child, .c-table__content--CC span:last-child, .c-table__content--DC span:last-child, .c-table__content--EC span:last-child, .c-table__content--FC span:last-child {
  color: #636c71;
}

.c-table__content--BC strong, .c-table__content--CC strong, .c-table__content--DC strong, .c-table__content--EC strong, .c-table__content--FC strong {
  font-size: 2.2rem;
  font-weight: 700;
}

.c-table__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 0.5rem;
  margin-left: 12rem;
  color: #636c71;
  font-size: 1.1rem;
}

.c-faqs {
  padding-top: 10rem;
}

.c-faqs__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
}

.c-faqs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 104rem;
  margin-top: 7rem;
}

@media only screen and (max-width: 79.99em) {
  .c-faqs__content {
    width: 90%;
    max-width: 92rem;
  }
}
@media only screen and (max-width: 35em) {
  .c-faqs__content {
    width: calc(100% - 3.2rem);
  }
}
.c-faqs__btn {
  margin-top: 4rem;
}

.c-faq {
  width: 50rem;
  padding: 3rem;
  box-shadow: 0 0.5rem 2.5rem rgba(118, 153, 172, 0.2);
}

.c-faq:nth-child(1),
.c-faq:nth-child(2) {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 79.99em) {
  .c-faq {
    width: calc(50% - 1.5rem);
  }
}
@media only screen and (max-width: 48.125em) {
  .c-faq {
    width: 100%;
  }
}
@media only screen and (max-width: 35em) {
  .c-faq {
    padding: 2.2rem;
  }
}
.c-faq__heading {
  color: #1d83bb;
  font-size: 2rem;
  font-weight: 700;
}

.c-faq__para {
  margin-top: 2rem;
  color: #636c71;
}

.c-footer {
  padding-top: 4rem;
  padding-bottom: 1.6rem;
  color: #fff;
  background-image: linear-gradient(to right, #3a739e, #3dadb6);
}

.c-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 104rem;
  margin: 0 auto;
}

@media only screen and (max-width: 79.99em) {
  .c-footer__container {
    width: 90%;
    max-width: 92rem;
  }
}
@media only screen and (max-width: 48.125em) {
  .c-footer__container {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media only screen and (max-width: 35em) {
  .c-footer__container {
    width: calc(100% - 3.2rem);
  }
}
.c-footer__left {
  margin-top: 0.8rem;
}

@media only screen and (max-width: 48.125em) {
  .c-footer__left {
    margin-top: 4rem;
  }
}
.c-footer__logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}

@media only screen and (max-width: 48.125em) {
  .c-footer__logo-wrap {
    justify-content: center;
  }
}
.c-footer__logo {
  width: 16rem;
}

.c-footer__nav {
  margin-top: 2rem;
}

.c-footer__list {
  display: flex;
  gap: 0 3rem;
}

.c-footer__items {
  display: flex;
  gap: 0 3rem;
}

.c-footer__item {
  white-space: nowrap;
}

@media only screen and (max-width: 57.5em) {
  .c-footer__list {
    flex-direction: column;
  }

  .c-footer__item:first-child {
    width: 97px;
  }
}

@media only screen and (max-width: 48.125em) {
  .c-footer__list {
    flex-direction: row;
  }

  .c-footer__item:first-child {
    width: initial;
  }
}

@media only screen and (max-width: 35em) {
  .c-footer__list {
    flex-direction: column;
  }

  .c-footer__item:first-child {
    width: 97px;
  }
}

.c-footer__link {
  font-size: 1.4rem;
  font-weight: 700;
}

.c-footer__copyright {
  margin-top: 4rem;
  font-size: 1.1rem;
}

@media only screen and (max-width: 48.125em) {
  .c-footer__copyright {
    text-align: center;
  }
}
@media only screen and (max-width: 48.125em) {
  .c-footer__right {
    text-align: center;
  }
}
.c-footer__para {
  font-size: 1.8rem;
  font-weight: 700;
}

.c-footer__phone {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 1.8rem 0;
}

@media only screen and (max-width: 48.125em) {
  .c-footer__phone {
    font-size: 4.8rem;
    margin: 0;
  }
}
@media only screen and (max-width: 35em) {
  .c-footer__phone {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 48.125em) {
  .c-footer__info {
    text-align: center;
  }
}
.c-footer__info br {
  display: none;
}

@media only screen and (max-width: 35em) {
  .c-footer__info br {
    display: inline;
  }
}
.u-mt-10 {
  margin-top: 10rem;
}

.u-dfc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

/* ----------------------------------------------------------------------------
 * Main
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * Knowledge
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
.c-knowledge {
  padding-top: 10rem;
  padding-bottom: 6rem;
}
.c-knowledge__content {
  width: 104rem;
  margin: 7rem auto 0;
  color: #636c71;
}
.c-knowledge__main {
  max-width: 900px;
  margin: 0 auto;
}
.c-knowledge__hdgLv3, .c-knowledge__hdgLv4 {
  font-weight: 600;
  color: #40494e;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.c-knowledge__hdgLv3 {
  margin: 60px 0 15px !important;
  padding: 5px 0 5px 15px;
  font-size: 2.4rem;
  border-left: 5px solid #3f83b6;
}
.c-knowledge__hdgLv3 + * {
  margin-top: 15px !important;
}
.c-knowledge__hdgLv4 {
  margin: 40px 0 15px;
  padding: 0 0 7px 0;
  font-size: 2rem;
  border-bottom: 1px solid #ccc;
}
.c-knowledge__hdgLv4 + * {
  margin-top: 15px !important;
}
.c-knowledge__txt {
  margin: 20px 0 0;
  line-height: 2;
}
.c-knowledge__order {
  margin: 15px 0 0;
}
.c-knowledge__order + * {
  margin-top: 15px;
}
.c-knowledge__order > li {
  padding: 0 0 0 1.5em;
  line-height: 2;
  position: relative;
}
.c-knowledge__order > li > span {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 79.99em) {
  .c-knowledge__content {
    width: 90%;
    max-width: 92rem;
  }
}
@media only screen and (max-width: 35em) {
  .c-knowledge__content {
    width: calc(100% - 3.2rem);
    margin-top: 6rem;
  }
  .c-knowledge__hdgLv3, .c-knowledge__hdgLv4 {
    font-weight: 600;
    color: #40494e;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .c-knowledge__hdgLv3 {
    margin: 40px 0 10px !important;
    padding: 3px 0 3px 12px;
    font-size: 2rem;
  }
  .c-knowledge__hdgLv3 + * {
    margin-top: 10px !important;
  }
  .c-knowledge__hdgLv4 {
    margin: 30px 0 10px;
    font-size: 1.8rem;
  }
  .c-knowledge__hdgLv4 + * {
    margin-top: 10px !important;
  }
  .c-knowledge__txt {
    margin-top: 12px;
    font-size: 1.4rem;
  }
  .c-knowledge__order {
    margin-top: 12px;
  }
  .c-knowledge__order + * {
    margin-top: 12px;
  }
  .c-knowledge__order > li {
    font-size: 1.4rem;
  }
}

/* ----------------------------------------------------------------------------
 * Main
 * ------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
 * Action
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
.c-action {
  padding: 50px 0;
  background-color: #e9eff2;
}
.c-action .c-action__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.c-action .c-action__container .c-action__content {
  font-size: 20px;
}
.c-action .c-action__container .c-action__buttons {
  display: flex;
  gap: 38px;
}
.c-action .c-action__container .c-action__buttons .c-action__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px;
  width: 330px;
  height: 136px;
  background-color: #ffffff;
  box-shadow: 0px 4px 20px 0px #7699AC33;
}
.c-action .c-action__container .c-action__buttons .c-action__button .title {
  font-size: 16px;
}
.c-action .c-action__container .c-action__buttons .c-action__button a {
  display: inline-block;
  padding: 16px;
  width: 180px;
  background-color: #1c83bb;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  transition: filter 0.3s;
}
.c-action .c-action__container .c-action__buttons .c-action__button a:hover {
  filter: brightness(1.1);
}

@media only screen and (max-width: 68.75em) {
  .c-action .c-action__container .c-action__buttons {
    flex-direction: column;
  }
}
@media only screen and (max-width: 35em) {
  .c-action {
    padding: 40px 0;
  }
  .c-action .c-action__container {
    gap: 20px;
  }
  .c-action .c-action__container .c-action__content {
    font-size: 14px;
  }
  .c-action .c-action__container .c-action__buttons {
    gap: 10px;
  }
  .c-action .c-action__container .c-action__buttons .c-action__button {
    height: 124px;
  }
  .c-action .c-action__container .c-action__buttons .c-action__button .title {
    font-size: 14px;
  }
  .c-action .c-action__container .c-action__buttons .c-action__button a {
    padding: 13px;
    font-size: 18px;
  }
}
/* ----------------------------------------------------------------------------
 * Assessment
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * SecondAccess
 * --------------------------------- */
.is-second {
  min-height: inherit;
}
.is-second .c-assessmentMore {
  display: block;
}
.is-second .c-content__container {
  display: none;
}

/* ------------------------------------
 * Structure
 * --------------------------------- */
.c-assessment {
  margin-top: 48px;
  padding-top: 0;
}
.c-assessment + .c-worries {
  padding-top: 10rem;
}
.c-assessmentMore {
  padding: 50px 0;
  display: none;
}
.c-assessmentMore__btn {
  width: 100%;
  max-width: 640px;
  height: 80px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.8rem;
  color: #1d83bb;
  letter-spacing: 0.1em;
  transition: 0.3s all ease;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #1d83bb;
  border-radius: 5px;
  background: #fff;
}
.c-assessmentMore__btn::before {
  width: 15px;
  height: 9px;
  margin: -5px 0 0;
  position: absolute;
  top: 50%;
  right: 18px;
  background-repeat: no-repeat;
  background-image: url(/assets/images/top/icn_toggle.svg);
  background-size: 15px 9px;
  content: "";
}
.c-assessmentMore__btn:hover, .c-assessmentMore__btn:focus, .c-assessmentMore__btn:active {
  filter: brightness(1.1);
}
.c-assessmentModal {
  width: 100%;
  height: 100%;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
}
.c-assessmentModal.is-active {
  opacity: 1;
  visibility: initial;
  z-index: 1000;
}
.c-assessmentModal.is-active .c-assessmentModal__body {
  top: 0;
}
.c-assessmentModal__body {
  width: 100%;
  max-width: 700px;
  padding: 45px 50px 50px;
  transition: 0.3s all ease;
  position: relative;
  top: -15px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 5px 5px 26px rgba(0, 0, 0, 0.16);
}
.c-assessmentModal__txt {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
.c-assessmentModal__btn {
  max-width: 320px;
  margin: 15px auto 0;
}
.c-assessmentModal__btn a {
  width: 100%;
  height: 60px;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.1em;
  transition: 0.3s all ease;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #1d83bb;
}
.c-assessmentModal__btn a:hover, .c-assessmentModal__btn a:focus, .c-assessmentModal__btn a:active {
  filter: brightness(1.1);
}
.c-assessmentModal__close {
  width: 40px;
  height: 40px;
  text-indent: -999em;
  overflow: hidden;
  transition: 0.3s all ease;
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: none;
}
.c-assessmentModal__close span {
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
}
.c-assessmentModal__close span::before, .c-assessmentModal__close span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 15px;
  background: #1d83bb;
  content: "";
}
.c-assessmentModal__close span::before {
  width: 24px;
  height: 2px;
  margin: -1px 0 0 -12px;
  transform: rotate(-45deg);
}
.c-assessmentModal__close span::after {
  width: 2px;
  height: 24px;
  margin: -12px 0 0 -1px;
  transform: rotate(135deg);
}
.c-assessmentHead__inner, .c-assessmentBody__inner {
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  letter-spacing: 0.05em;
  position: relative;
}
.c-assessmentHead__inner a, .c-assessmentBody__inner a {
  text-decoration: underline;
  transition: 0.3s all ease;
}
.c-assessmentHead__inner a:hover, .c-assessmentHead__inner a:focus, .c-assessmentHead__inner a:active, .c-assessmentBody__inner a:hover, .c-assessmentBody__inner a:focus, .c-assessmentBody__inner a:active {
  text-decoration: none;
  opacity: 0.8;
}
.c-assessmentHead {
  color: #fff;
  background: #2c87b9;
  background: -moz-linear-gradient(left, #2c87b9 0%, #4dbfd1 100%);
  background: -webkit-linear-gradient(left, #2c87b9 0%, #4dbfd1 100%);
  background: linear-gradient(to right, #2c87b9 0%, #4dbfd1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2c87b9", endColorstr="#4dbfd1",GradientType=1 );
}
.c-assessmentHead__inner {
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-assessmentBody {
  background: #eef7fa;
}
.c-assessmentBody__inner {
  padding: 30px 0 40px;
  color: #40494e;
  display: flex;
}
.c-assessmentBody__inner button, .c-assessmentBody__inner label {
  color: #40494e;
}
.c-assessmentBody__main {
  width: 100%;
  margin: 0 10px 0 0;
  padding: 30px;
  order: 2;
  border-radius: 5px;
  background: #fff;
}
.c-assessmentBody__sub {
  min-width: 320px;
  max-width: 320px;
  margin: 0 80px;
  order: 1;
}
.c-assessmentHero__hdgMain, .c-assessmentHero__hdgSub {
  line-height: 1;
  text-align: center;
  display: block;
}
.c-assessmentHero__hdgMain {
  font-size: 3.8rem;
}
.c-assessmentHero__hdgSub {
  margin: 15px 0 0;
  font-size: 1.6rem;
}
.c-assessmentHero__catch {
  max-width: 225px;
  margin: -47px 0 0;
  position: absolute;
  top: 50%;
  left: 80px;
}
.c-assessmentHero__catch img {
  width: 100%;
}
.c-assessmentGuide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-assessmentGuide__txt {
  font-size: 1.8rem;
  color: #999;
  line-height: 1.5;
  text-align: center;
}
.c-assessmentResult {
  display: block;
  display: none;
}
.c-assessmentResult__hdg {
  margin: 30px 0 0;
  position: relative;
}
.c-assessmentResult__hdgMain {
  padding: 0 0 0 30px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  position: relative;
}
.c-assessmentResult__hdgMain::before {
  position: absolute;
  top: 50%;
  left: 0;
  background-repeat: no-repeat;
  content: "";
}
.c-assessmentResult__hdgSub {
  padding: 0 0 0 8px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
}
.c-assessmentResult__hdgSub span {
  padding: 0 4px 0 0;
  font-size: 2.8rem;
  color: #2379aa;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  top: 2px;
}
.c-assessmentResult__hdgTxt {
  font-weight: normal;
  font-size: 1.4rem;
  color: #999;
  position: absolute;
  top: 7px;
  right: 0;
}
.c-assessmentResult__hdg[data-type=price] .c-assessmentResult__hdgMain::before {
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  background-image: url(/assets/images/top/icn_result_01.svg);
  background-size: 20px 20px;
}
.c-assessmentResult__hdg[data-type=case] .c-assessmentResult__hdgMain::before {
  width: 20px;
  height: 18px;
  margin: -9px 0 0;
  background-image: url(/assets/images/top/icn_result_02.svg);
  background-size: 20px 18px;
}
.c-assessmentResult__price {
  margin: 10px 0 0;
  padding: 25px;
  text-align: center;
  border-radius: 5px;
  background: #f7f7f7;
}
.c-assessmentResult__priceValue {
  font-size: 2.2rem;
  line-height: 1;
}
.c-assessmentResult__priceValue span {
  padding: 0 3px 0 0;
  font-size: 4.5rem;
  color: #2379aa;
  letter-spacing: 0.05em;
}
.c-assessmentResult__priceDetail {
  font-size: 1.6rem;
  line-height: 1;
}
.c-assessmentResult__priceNotes {
  margin: 10px 0 0;
  font-size: 1.4rem;
  color: #999;
  line-height: 1;
  display: block;
}
.c-assessmentResult__graph {
  width: 100%;
  max-width: 890px;
  height: 100%;
  max-height: 510px;
  margin: 25px 0 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.c-assessmentResult__graph img {
  width: 100%;
}
.c-assessmentResult__txt {
  margin: 0 0 25px;
  padding: 0 0 25px;
  font-size: 1.5rem;
  line-height: 1.7;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}
.c-assessmentResult__txt a {
  color: #2379aa;
}
.c-assessmentResult__notes {
  margin: 15px 0 0;
  padding: 0 0 0 20px;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
}
.c-assessmentResult__notes::before {
  width: 12px;
  height: 14px;
  margin: -8px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(/assets/images/top/icn_login.svg);
  background-size: 12px 14px;
  content: "";
}
.c-assessmentResult__notes a {
  color: #2379aa;
}
.c-assessmentSetting__hdg {
  font-weight: bold;
  color: #2379aa;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 2rem;
}
.c-assessmentSetting__grid {
  margin: 25px 0 0 -20px;
  display: flex;
  flex-wrap: wrap;
}
.c-assessmentSetting__gridItem {
  margin: 18px 0 0;
  padding: 0 0 0 20px;
}
.c-assessmentSetting__gridItem:first-child {
  margin-top: 0;
}
.c-assessmentSetting__gridItem[data-col="1"] {
  width: 100%;
}
.c-assessmentSetting__gridItem[data-col="2"] {
  width: 50%;
}
.c-assessmentSetting__toggle {
  margin: 30px 0 -5px;
}
.c-assessmentSetting__toggleHead {
  width: 100%;
  padding: 0 0 5px 30px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  text-align: left;
  position: relative;
  display: block;
  border: none;
  background: none;
}
.c-assessmentSetting__toggleHead::before {
  width: 24px;
  height: 24px;
  margin: -15px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  background: #1d83bb;
  content: "";
}
.c-assessmentSetting__toggleHead span::before, .c-assessmentSetting__toggleHead span::after {
  transition: 0.3s all ease;
  position: absolute;
  top: 50%;
  border-radius: 5px;
  background: #fff;
  content: "";
}
.c-assessmentSetting__toggleHead span::before {
  width: 12px;
  height: 2px;
  margin: -4px 0 0;
  left: 6px;
}
.c-assessmentSetting__toggleHead span::after {
  width: 2px;
  height: 12px;
  margin: -9px 0 0;
  left: 11px;
}
.c-assessmentSetting__toggleHead.is-active span::after {
  transform: rotate(-90deg);
}
.c-assessmentSetting__toggleBody {
  margin: 15px 0 0;
  display: none;
}
.c-assessmentSetting__toggleBody > *:first-child {
  margin-top: 0 !important;
}
.c-assessmentSetting__label {
  margin: 0 0 8px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  display: block;
}
.c-assessmentSetting__searchbox {
  position: relative;
  border-radius: 3px;
  background: #fff;
}
.c-assessmentSetting__searchbox::before {
  width: 16px;
  height: 16px;
  margin: -8px 0 0;
  position: absolute;
  top: 50%;
  right: 13px;
  background-repeat: no-repeat;
  background-image: url(/assets/images/top/icn_search.svg);
  background-size: 16px 16px;
  box-sizing: border-box;
  content: "";
}
.c-assessmentSetting__searchbox input {
  width: 100%;
  height: 40px;
  padding: 0 42px 0 15px;
  font-size: 1.4rem;
  z-index: 1;
  border: none;
  border-radius: 3px;
  background: transparent;
  box-shadow: 2px 2px 5px rgba(118, 153, 172, 0.18);
}
.c-assessmentSetting__selectbox {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 5px rgba(118, 153, 172, 0.18);
}
.c-assessmentSetting__selectboxView {
  width: 100%;
  order: 2;
  position: relative;
}
.c-assessmentSetting__selectboxView__list {
  width: 100%;
  height: 40px;
  font-size: 1.4rem;
  line-height: 40px;
  text-align: center;
  display: block;
  -webkit-appearance: none;
  border: none;
  background: #fff;
}
.c-assessmentSetting__selectboxButton {
  width: 27px;
  height: 40px;
  text-indent: -999em;
  overflow: hidden;
  position: relative;
  display: block;
  border: none;
  background: #f7f7f7;
}
.c-assessmentSetting__selectboxButton::before {
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  content: "";
}
.c-assessmentSetting__selectboxButton[data-type=plus] {
  order: 3;
  border-radius: 3px 0 0 3px;
}
.c-assessmentSetting__selectboxButton[data-type=plus]::before {
  background-image: url(/assets/images/top/icn_selectbox_plus.svg);
}
.c-assessmentSetting__selectboxButton[data-type=minus] {
  order: 1;
  border-radius: 0 3px 3px 0;
}
.c-assessmentSetting__selectboxButton[data-type=minus]::before {
  background-image: url(/assets/images/top/icn_selectbox_minus.svg);
}
.c-assessmentSetting__selectboxButton.is-disabled {
  pointer-events: none;
}
.c-assessmentSetting__selectboxButton.is-disabled[data-type=plus]::before {
  background-image: url(/assets/images/top/icn_selectbox_plus_disabled.svg);
}
.c-assessmentSetting__selectboxButton.is-disabled[data-type=minus]::before {
  background-image: url(/assets/images/top/icn_selectbox_minus_disabled.svg);
}
.c-assessmentSetting__radio, .c-assessmentSetting__check {
  margin: -5px 0 0 -4px;
  display: flex;
  flex-wrap: wrap;
}
.c-assessmentSetting__radio li, .c-assessmentSetting__check li {
  margin: 5px 0 0 0;
  padding: 0 0 0 4px;
  box-sizing: border-box;
}
.c-assessmentSetting__radio input, .c-assessmentSetting__check input {
  position: absolute;
  z-index: -1;
}
.c-assessmentSetting__radio input + label, .c-assessmentSetting__check input + label {
  height: 28px;
  padding: 0 10px 0 25px;
  font-size: 1.3rem;
  letter-spacing: 0;
  transition: 0.3s all ease;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
  border: 1px solid #fff;
  border-radius: 3px;
  background: #fff;
  box-shadow: 2px 2px 5px rgba(118, 153, 172, 0.15);
}
.c-assessmentSetting__radio input + label::before, .c-assessmentSetting__radio input + label::after, .c-assessmentSetting__check input + label::before, .c-assessmentSetting__check input + label::after {
  margin: -8px 0 0;
  transition: 0.3s all ease;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  content: "";
}
.c-assessmentSetting__radio input + label::before, .c-assessmentSetting__check input + label::before {
  width: 15px;
  height: 15px;
  left: 6px;
  border: 1px solid #e6e6e6;
  background: #fff;
}
.c-assessmentSetting__radio input + label::after, .c-assessmentSetting__check input + label::after {
  width: 7px;
  height: 7px;
  margin: -4px 0 0;
  left: 10px;
  opacity: 0;
  background: #1d83bb;
}
.c-assessmentSetting__radio input:checked + label, .c-assessmentSetting__check input:checked + label {
  border-color: #1d83bb;
}
.c-assessmentSetting__radio input:checked + label::before, .c-assessmentSetting__check input:checked + label::before {
  border-color: #1d83bb;
}
.c-assessmentSetting__radio input:checked + label::after, .c-assessmentSetting__check input:checked + label::after {
  opacity: 1;
}
.c-assessmentSetting__radio[data-type=disabled] input, .c-assessmentSetting__check[data-type=disabled] input {
  pointer-events: none;
}
.c-assessmentSetting__radio[data-type=disabled] input + label, .c-assessmentSetting__check[data-type=disabled] input + label {
  color: #b3b3b3;
  box-shadow: none;
}
.c-assessmentSetting__check input + label::before {
  border-radius: 2px;
}
.c-assessmentSetting__check input + label::after {
  display: none;
}
.c-assessmentSetting__notes {
  margin: 7px 0 0;
  padding: 0 0 0 16px;
  font-size: 1.4rem;
  position: relative;
}
.c-assessmentSetting__notes + * {
  margin-top: 4px;
}
.c-assessmentSetting__notes::before {
  width: 12px;
  height: 14px;
  margin: -8px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(/assets/images/top/icn_login.svg);
  background-size: 12px 14px;
  content: "";
}
.c-assessmentSetting__notes a {
  color: #2379aa;
  text-decoration: underline;
}
.c-assessmentSetting__notes a:hover, .c-assessmentSetting__notes a:focus, .c-assessmentSetting__notes a:active {
  text-decoration: none;
}
.c-assessmentSetting__submit {
  width: 100%;
  height: 60px;
  margin: 25px 0 0;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  transition: 0.3s all ease;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 5px;
  background: #1d83bb;
}
.c-assessmentSetting__submit:hover, .c-assessmentSetting__submit:focus, .c-assessmentSetting__submit:active {
  filter: brightness(1.1);
}
.c-assessmentSetting__submit span {
  color: #fff;
}

@media only screen and (max-width: 79.99em) {
  .c-assessment + .c-worries {
    padding-top: 7rem;
  }
  .c-assessmentMore {
    width: 90%;
    max-width: 92rem;
    margin: 0 auto;
  }
  .c-assessmentMore__btn {
    max-width: inherit;
  }
  .c-assessmentHead__inner {
    min-height: inherit;
    padding: 20px 0;
  }
  .c-assessmentBody__inner {
    display: block;
  }
  .c-assessmentBody__main {
    width: 90%;
    max-width: 92rem;
    margin: 0 auto 30px;
  }
  .c-assessmentBody__sub {
    width: 90%;
    min-width: inherit;
    max-width: 92rem;
    margin: 0 auto;
  }
  .c-assessmentHero {
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
  }
  .c-assessmentHero__hdg {
    order: 2;
  }
  .c-assessmentHero__catch {
    margin: 0 auto 10px;
    position: static;
    order: 1;
  }
  .c-assessmentResult__hdgTxt {
    margin: 15px 0 0;
    position: static;
    display: block;
  }
}
@media only screen and (max-width: 48.125em) {
  .c-assessmentMore {
    width: 90vw;
    padding: 30px 0;
  }
  .c-assessmentMore__btn {
    max-width: 100%;
    font-size: 1.6rem;
  }
  .c-assessmentModal__body {
    max-width: inherit;
    margin: 0 20px;
    padding: 35px 18px 35px;
  }
  .c-assessmentModal__txt {
    font-size: 1.4rem;
  }
  .c-assessmentModal__txt br {
    display: none;
  }
  .c-assessmentModal__btn {
    max-width: 100%;
    margin-top: 10px;
  }
  .c-assessmentModal__close {
    width: 25px;
    height: 25px;
    top: 7px;
    right: 7px;
  }
  .c-assessmentModal__close span {
    width: 25px;
    height: 25px;
  }
  .c-assessmentModal__close span::before {
    width: 16px;
    margin: -1px 0 0 -8px;
  }
  .c-assessmentModal__close span::after {
    height: 16px;
    margin: -8px 0 0 -1px;
  }
  .c-assessmentBody__main {
    width: 90vw;
    display: none;
  }
  .c-assessmentBody__main.is-active {
    display: block;
  }
  .c-assessmentBody__sub {
    width: 90vw;
  }
  .c-assessmentHero__hdgMain {
    font-size: 3rem;
  }
  .c-assessmentHero__hdgSub {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .c-assessmentHero__catch {
    max-width: 200px;
  }
  .c-assessmentGuide {
    display: none;
  }
  .c-assessmentResult {
    display: block;
  }
  .c-assessmentResult__hdg {
    margin: 20px 0 0;
  }
  .c-assessmentResult__hdgMain {
    padding-left: 25px;
  }
  .c-assessmentResult__hdgSub {
    padding: 0;
    font-size: 1.3rem;
    position: absolute;
    top: -5px;
    right: 0;
  }
  .c-assessmentResult__hdgSub span {
    font-size: 2.4rem;
    top: 0;
  }
  .c-assessmentResult__hdgTxt {
    width: 100%;
    font-size: 1.2rem;
    position: static;
  }
  .c-assessmentResult__hdg[data-type=price] .c-assessmentResult__hdgMain::before {
    width: 20px;
    height: 20px;
    margin: -10px 0 0;
    background-image: url(/assets/images/top/icn_result_01.svg);
    background-size: 20px 20px;
  }
  .c-assessmentResult__hdg[data-type=case] .c-assessmentResult__hdgMain::before {
    width: 20px;
    height: 18px;
    margin: -9px 0 0;
    background-image: url(/assets/images/top/icn_result_02.svg);
    background-size: 20px 18px;
  }
  .c-assessmentResult__price {
    padding: 20px;
  }
  .c-assessmentResult__price + * {
    margin-top: 25px;
  }
  .c-assessmentResult__priceValue {
    font-size: 1.8rem;
    display: block;
  }
  .c-assessmentResult__priceValue span {
    font-size: 3.5rem;
  }
  .c-assessmentResult__priceDetail {
    margin: 10px 0 0;
    font-size: 1.4rem;
    display: block;
  }
  .c-assessmentResult__priceNotes {
    font-size: 1.2rem;
  }
  .c-assessmentResult__graph {
    margin-top: 20px;
  }
  .c-assessmentResult__txt {
    margin-bottom: 10px;
    padding-bottom: 12px;
    font-size: 1.4rem;
    text-align: left;
  }
  .c-assessmentResult__txt br {
    display: none;
  }
  .c-assessmentSetting__grid {
    margin-left: -15px;
  }
  .c-assessmentSetting__gridItem {
    padding-left: 15px;
  }
  .c-assessmentSetting__toggle {
    margin: 30px 0 -5px;
  }
  .c-assessmentSetting__toggleHead {
    padding: 0 0 10px 40px;
  }
  .c-assessmentSetting__toggleHead::before {
    width: 32px;
    height: 32px;
    margin-top: -22px;
  }
  .c-assessmentSetting__toggleHead span::before {
    width: 14px;
    height: 2px;
    margin-top: -7px;
    left: 9px;
  }
  .c-assessmentSetting__toggleHead span::after {
    width: 2px;
    height: 12px;
    margin-top: -12px;
    left: 15px;
  }
  .c-assessmentSetting__toggleBody {
    margin-top: 20px;
  }
  .c-assessmentSetting__label {
    font-size: 1.3rem;
  }
  .c-assessmentSetting__searchbox input {
    height: 45px;
  }
  .c-assessmentSetting__selectboxView__list {
    height: 45px;
    color: #40494e;
    text-align: center;
    text-align: -webkit-center;
    display: flex;
    text-align-last: center;
  }
  .c-assessmentSetting__selectboxButton {
    width: 38px;
    height: 45px;
  }
  .c-assessmentSetting__radio, .c-assessmentSetting__check {
    margin-left: -5px;
  }
  .c-assessmentSetting__radio li, .c-assessmentSetting__check li {
    padding-left: 5px;
  }
  .c-assessmentSetting__radio input + label, .c-assessmentSetting__check input + label {
    height: 41px;
    padding: 0 15px 0 30px;
  }
  .c-assessmentSetting__radio input + label::before, .c-assessmentSetting__radio input + label::after, .c-assessmentSetting__check input + label::before, .c-assessmentSetting__check input + label::after {
    margin-top: -9px;
  }
  .c-assessmentSetting__radio input + label::before, .c-assessmentSetting__check input + label::before {
    width: 17px;
    height: 17px;
    left: 10px;
  }
  .c-assessmentSetting__radio input + label::after, .c-assessmentSetting__check input + label::after {
    width: 7px;
    height: 7px;
    margin-top: -4px;
    left: 15px;
  }
  .c-assessmentSetting__notes {
    margin-top: 9px;
    font-size: 1.5rem;
  }
  .c-assessmentSetting__submit {
    height: 70px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 35em) {
  .c-assessment + .c-worries {
    padding-top: 7rem;
  }
  .c-assessmentMore {
    width: 100%;
    padding: 30px 20px;
  }
  .c-assessmentMore__btn {
    height: 60px;
    font-size: 1.4rem;
  }
  .c-assessmentBody__inner {
    padding: 20px 10px 40px;
  }
  .c-assessmentBody__main {
    width: 100%;
    margin: 0 0 30px;
    padding: 20px;
  }
  .c-assessmentBody__sub {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
}
/* ============================================================================
 * Structure
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * Header
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
.l-header {
  width: 100%;
  height: 69px;
  padding: 0.5rem 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  gap: 0 20px;
  top: 0;
  left: 0;
  z-index: 100;
  background: #3a78a7;
  box-shadow: 0px 1px 4px 0px #00000040;
}
.l-headerInfo, .l-headerUtil {
  height: 48px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.l-headerInfo {
  flex: 1;
}

/* ------------------------------------
 * Module
 * --------------------------------- */
.m-headerLogo {
  width: 130px;
  min-width: 130px;
  max-width: 130px;
  margin-left: 4px;
}
.m-headerLogo a {
  padding: 0.25rem 0;
  vertical-align: middle;
  display: inline-block;
}
.m-headerLogo img {
  transform: scale(0.86);
}
.l-headerNav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0 20px;
  flex: 1;
}
.m-headerMenu,
.m-headerUtil {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.m-headerMenu {
  width: 100%;
  gap: 0 20px;
}
.m-headerMenu li:last-child {
  margin-left: auto;
}
.m-headerMenu li {
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  transition: 0.3s text-decoration ease;
}
.m-headerMenu li:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}
.m-headerUtil {
  gap: 0 10px;
}
.m-headerUtil a,
.c-mv__buttons a,
.c-cta__buttons a {
  padding: 10px 20px;
  border-radius: 5px;
  white-space: nowrap;
  font-weight: 700;
  text-align: center;
  transition: 0.3s background-color ease;
}
.m-headerUtil a {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
}
.m-headerUtil a.download,
.c-mv__buttons a.download,
.c-cta__buttons a.download {
  border: 1px solid #3978a7;
  background-color: #ffffff;
  color: #3978a7;
}
.m-headerUtil a.download:hover,
.c-mv__buttons a.download:hover,
.c-cta__buttons a.download:hover {
  background-color: #e0ecf5;
}
.m-headerUtil a.free,
.c-mv__buttons a.free,
.c-cta__buttons a.free {
  border: 1px solid #ffffff;
  background: linear-gradient(to right, #3fa8fb, #14e5f2);
  color: #ffffff;
}
.m-headerUtil a.free:hover,
.c-mv__buttons a.free:hover,
.c-cta__buttons a.free:hover {
  background: linear-gradient(to right, #3089d0, #1bbcc6);
}
.l-headerContact {
  display: none;
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #40494e;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15;
  gap: 5px 0;
}
.l-headerContact .phone_number {
  font-size: 20px;
  font-weight: 700;
}
.l-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background: #000000;
  opacity: 0.3;
}
.l-headerHamburger {
  display: none;
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
  text-align: center;
  z-index: 100;
}
.l-headerHamburger span {
  display: block;
  position: absolute;
  width: 18px;
  height: 2px;
  left: 3px;
  background: #ffffff;
}
.l-headerHamburger span:nth-child(1) {
  top: 6px;
}
.l-headerHamburger span:nth-child(2) {
  top: 12px;
}
.l-headerHamburger span:nth-child(3) {
  top: 18px;
}
.l-headerHamburger.active span {
  top: 10px;
  left: 10px;
  width: 10px;
  background: #000000;
}
.l-headerHamburger.active span:nth-child(1) {
  transform: rotate(-45deg);
}
.l-headerHamburger.active span:nth-child(2),
.l-headerHamburger.active span:nth-child(3) {
  transform: rotate(45deg);
}

/* ----------------------------------------------------------------------------
 * Main
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Structure
 * --------------------------------- */
.l-content {
  margin: 0 0 80px;
  padding: 60px 0 0;
  color: #636c71;
}
.l-content a {
  color: #3d82b6;
  text-decoration: underline;
  transition: 0.3s all ease;
}
.l-content a:hover, .l-content a:focus, .l-content a:active {
  opacity: 0.8;
  text-decoration: none;
}
.l-contentHead, .l-contentBody {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.l-contentHead > *:first-child, .l-contentBody > *:first-child {
  margin-top: 0 !important;
}
.l-contentBody {
  max-width: 1040px;
  margin-top: 50px;
}
.l-contentModal {
  width: 100%;
  height: 100%;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}
.l-contentModal::before {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  content: "";
}
.l-contentModal.is-active {
  opacity: 1;
  visibility: initial;
  z-index: 90;
}
.l-contentModal.is-active .l-contentModal__body {
  top: 0;
}
.l-contentModal__body {
  width: 100%;
  max-width: 700px;
  padding: 45px 50px 50px;
  transition: 0.3s all ease;
  position: relative;
  top: -15px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 5px 5px 26px rgba(0, 0, 0, 0.16);
}
.l-contentModal__txt {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
.l-contentModal__txt a {
  color: #1d83bb;
  text-decoration: underline;
}
.l-contentModal__txt a:hover {
  text-decoration: none;
}
.l-contentModal__btn {
  max-width: 320px;
  margin: 15px auto 0;
}
.l-contentModal__btn a {
  width: 100%;
  height: 60px;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.1em;
  transition: 0.3s all ease;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #1d83bb;
}
.l-contentModal__btn a:hover, .l-contentModal__btn a:focus, .l-contentModal__btn a:active {
  filter: brightness(1.1);
}
.l-contentModal__close {
  width: 40px;
  height: 40px;
  text-indent: -999em;
  overflow: hidden;
  transition: 0.3s all ease;
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  background: none;
}
.l-contentModal__close span {
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
}
.l-contentModal__close span::before, .l-contentModal__close span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 15px;
  background: #1d83bb;
  content: "";
}
.l-contentModal__close span::before {
  width: 24px;
  height: 2px;
  margin: -1px 0 0 -12px;
  transform: rotate(-45deg);
}
.l-contentModal__close span::after {
  width: 2px;
  height: 24px;
  margin: -12px 0 0 -1px;
  transform: rotate(135deg);
}

@media only screen and (max-width: 48.125em) {
  .l-contentModal__body {
    max-width: inherit;
    margin: 0 20px;
    padding: 35px 18px 35px;
  }
  .l-contentModal__txt {
    font-size: 1.4rem;
  }
  .l-contentModal__txt br {
    display: none;
  }
  .l-contentModal__btn {
    max-width: 100%;
    margin-top: 10px;
  }
  .l-contentModal__close {
    width: 25px;
    height: 25px;
    top: 7px;
    right: 7px;
  }
  .l-contentModal__close span {
    width: 25px;
    height: 25px;
  }
  .l-contentModal__close span::before {
    width: 16px;
    margin: -1px 0 0 -8px;
  }
  .l-contentModal__close span::after {
    height: 16px;
    margin: -8px 0 0 -1px;
  }
}
@media screen and (max-width: 770px) {
  .l-contentHead, .l-contentBody {
    padding: 0 15px;
  }
  .l-contentBody {
    margin-top: 40px;
  }
}
/* ============================================================================
 * Component
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * Heading
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * HeadingLevel1
 * --------------------------------- */
.c-hdgLv1 {
  font-size: 3.2rem;
  font-weight: 600;
  color: #40494e;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (max-width: 770px) {
  .c-hdgLv1 {
    font-size: 2.6rem;
  }
}
/* ----------------------------------------------------------------------------
 * List
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * ArticleList
 * --------------------------------- */
.c-listArticle {
  margin: 60px 0 0 -35px;
  display: flex;
  flex-wrap: wrap;
}
.c-listArticle__item {
  width: 33.3333333333%;
  margin: 50px 0 0;
  padding: 0 0 0 35px;
}
.c-listArticle__item:nth-child(-n+3) {
  margin-top: 0;
}
.c-listArticle__inner {
  font-weight: 600;
  color: #666 !important;
  text-decoration: none !important;
  display: block;
}
.c-listArticle__inner:hover .c-listArticle__img img, .c-listArticle__inner:focus .c-listArticle__img img, .c-listArticle__inner:active .c-listArticle__img img {
  transform: scale(1.1);
  opacity: 0.5;
}
.c-listArticle__inner:hover .c-listArticle__txt, .c-listArticle__inner:focus .c-listArticle__txt, .c-listArticle__inner:active .c-listArticle__txt {
  color: #036bb9;
}
.c-listArticle__figure {
  display: block;
}
.c-listArticle__img {
  display: block;
  overflow: hidden;
  border: 1px solid #eee;
  background-color: #3ca4f1;
}
.c-listArticle__img img {
  width: 100%;
  transition: 0.3s all ease;
  display: block;
}
.c-listArticle__txt {
  margin: 10px 0 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 1024px) {
  .c-listArticle {
    margin-left: -25px;
  }
  .c-listArticle__item {
    width: 50%;
    padding-left: 25px;
  }
  .c-listArticle__item:nth-child(-n+3) {
    margin-top: 50px;
  }
  .c-listArticle__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 770px) {
  .c-listArticle {
    margin: 35px 0 0;
  }
  .c-listArticle__item {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .c-listArticle__item:nth-child(-n+3) {
    margin-top: 30px;
  }
  .c-listArticle__item:nth-child(-n+2) {
    margin-top: 30px;
  }
  .c-listArticle__item:first-child {
    margin-top: 0;
  }
  .c-listArticle__txt {
    font-size: 1.4rem;
    -webkit-line-clamp: 3;
  }
}
/* ----------------------------------------------------------------------------
 * Article
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * General
 * --------------------------------- */
.c-articleHead, .c-articleBody {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.c-articleHead {
  max-width: 900px;
}
.c-articleBody {
  margin: 40px auto 0;
  line-height: 2;
  text-align: justify;
}
.c-articleBody > *:first-child {
  margin-top: 0;
}
.c-article__hdgLv1, .c-article__hdgLv2, .c-article__hdgLv3 {
  font-weight: 600;
  color: #40494e;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.c-article__hdgLv1 {
  font-size: 3.2rem;
}
.c-article__hdgLv2 {
  margin: 60px 0 15px !important;
  padding: 5px 0 5px 15px;
  font-size: 2.4rem;
  border-left: 5px solid #3f83b6;
}
.c-article__hdgLv2 + * {
  margin-top: 15px !important;
}
.c-article__hdgLv3 {
  margin: 40px 0 15px;
  padding: 0 0 7px 0;
  font-size: 2rem;
  border-bottom: 1px solid #ccc;
}
.c-article__hdgLv3 + * {
  margin-top: 15px !important;
}
.c-article__query {
  margin: 40px 0 0;
}
.c-article__query dt, .c-article__query dd {
  letter-spacing: 0;
}
.c-article__query dt {
  margin: 40px 0 10px;
  font-weight: 600;
  color: #40494e;
  position: relative;
}
.c-article__query dt + * {
  margin-top: 10px !important;
}
.c-article__query dt:first-child {
  margin-top: 0;
}
.c-article__query dt::before {
  width: 3em;
  height: 1px;
  margin: 0 0.5em 0 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  left: 0;
  background: #636c71;
  content: "";
}
.c-article__query dt + dd .c-article__unit:first-child {
  padding-top: 0;
}
.c-article__query dd {
  margin: 12px 0 0;
}
.c-article__unit {
  padding: 10px 0 0;
  font-weight: 600;
  font-style: normal;
  display: block;
}
.c-article__unit::before {
  content: "＞";
}
.c-article__unit[data-color="1"] {
  color: #000080;
}
.c-article__unit[data-color="2"] {
  color: #936;
}
.c-article__unit[data-color="3"] {
  color: #f00;
}
.c-article__unit[data-color="4"] {
  color: #008000;
}
.c-article__txt {
  margin: 12px 0 0;
}
.c-article__box {
  margin: 20px 0 0;
  padding: 25px;
  border-radius: 10px;
  background: #f0f9fb;
}
.c-article__box + * {
  margin-top: 20px;
}
.c-article__box + .c-article__list {
  margin-top: 20px !important;
}
.c-article__box:first-child + * {
  margin-top: 40px;
}
.c-article__box:last-child {
  margin-top: 50px;
}
.c-article__box > *:first-child {
  margin-top: 0;
}
.c-article__boxTtl {
  margin: 20px 0 5px;
  padding: 20px 0 0;
  border-top: 1px dashed #ccc;
}
.c-article__boxTtl:first-child {
  padding-top: 0;
  border-top: none;
}
.c-article__boxTtl em {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  color: #40494e;
}
.c-article__boxBullet {
  margin: 0;
}
.c-article__boxBullet > li {
  padding: 0 0 0 1.2em;
  position: relative;
}
.c-article__boxBullet > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.c-article__boxList {
  margin: 0;
}
.c-article__boxList b {
  font-weight: 600;
}
.c-article__img {
  width: 100%;
  max-width: 600px;
  margin: 40px auto;
  display: table;
}
.c-article__img img {
  width: 100%;
}
.c-article__img figcaption {
  margin: 5px 0 0;
  font-size: 1.4rem;
  text-align: center;
  display: block;
}
.c-article__link span {
  padding: 0 0 0 16px;
  position: relative;
}
.c-article__link span::before {
  width: 7px;
  height: 7px;
  position: absolute;
  top: 7px;
  left: 0;
  border-top: 2px solid #3d82b6;
  border-right: 2px solid #3d82b6;
  transform: rotate(45deg);
  content: "";
}
.c-article__marker {
  font-weight: 600;
  background: linear-gradient(transparent 60%, #ff0 60%);
}
.c-article__line {
  margin: 40px 0;
  padding: 0;
  border-top: 1px solid #eee;
}
.c-article__bullet, .c-article__notes {
  margin: 12px 0;
}
.c-article__bullet > li, .c-article__notes > li {
  padding: 0 0 0 1.2em;
  position: relative;
}
.c-article__bullet > li::before, .c-article__notes > li::before {
  position: absolute;
  top: 0;
  left: 0;
}
.c-article__bullet > li::before {
  content: "・";
}
.c-article__notes > li::before {
  content: "※";
}
.c-article__list {
  margin: 12px 0 0;
}
.c-article__define {
  margin: 30px 0 0;
}
.c-article__define dt {
  margin: 12px 0 0;
}
.c-article__define dt:first-child {
  margin-top: 0;
}

@media screen and (max-width: 770px) {
  .c-articleBody {
    margin-top: 25px;
    font-size: 1.4rem;
  }
  .c-article__hdgLv1 {
    font-size: 2.6rem;
  }
  .c-article__hdgLv2 {
    margin: 40px 0 10px !important;
    padding: 3px 0 3px 12px;
    font-size: 2rem;
  }
  .c-article__hdgLv2 + * {
    margin-top: 10px !important;
  }
  .c-article__hdgLv3 {
    margin: 30px 0 10px;
    font-size: 1.8rem;
  }
  .c-article__hdgLv3 + * {
    margin-top: 10px !important;
  }
  .c-article__query {
    margin-top: 30px;
  }
  .c-article__query dt {
    margin-top: 30px;
  }
  .c-article__unit {
    padding-top: 5px;
  }
  .c-article__box {
    margin: 20px 0 0;
    padding: 15px;
  }
  .c-article__box:first-child + * {
    margin-top: 20px;
  }
  .c-article__box:last-child {
    margin-top: 30px;
  }
  .c-article__boxTtl {
    margin-top: 15px;
    padding-top: 15px;
  }
  .c-article__boxTtl em {
    font-size: 1.4rem;
  }
  .c-article__img {
    margin: 20px auto;
  }
  .c-article__img figcaption {
    font-size: 1.2rem;
  }
  .c-article__link span {
    padding-left: 14px;
  }
  .c-article__link span::before {
    width: 6px;
    height: 6px;
    top: 6px;
  }
  .c-article__line {
    margin: 20px 0;
  }
  .c-article__define {
    margin-top: 20px;
  }
}
/* ----------------------------------------------------------------------------
 * Navigation
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Breadcrumb
 * --------------------------------- */
.c-navBreadcrumb {
  padding: 20px 0 0;
}
.c-navBreadcrumb__list {
  line-height: 1;
}
.c-navBreadcrumb__list li {
  padding: 0 15px 0 0;
  font-size: 1.2rem;
  display: inline;
  position: relative;
}
.c-navBreadcrumb__list li::after {
  width: 4px;
  height: 4px;
  position: absolute;
  top: 5px;
  right: 8px;
  border-top: 1px solid #636c71;
  border-right: 1px solid #636c71;
  transform: rotate(45deg);
  content: "";
}
.c-navBreadcrumb__list li:last-child {
  padding-right: 0;
}
.c-navBreadcrumb__list li:last-child::after {
  display: none;
}
.c-navBreadcrumb__list li:last-child > span {
  padding: 0;
}
.c-navBreadcrumb__list li > a,
.c-navBreadcrumb__list li > span {
  padding: 0 0 1px;
  font-weight: normal;
}

@media screen and (max-width: 770px) {
  .c-navBreadcrumb {
    padding-top: 10px;
  }
  .c-navBreadcrumb__list li {
    font-size: 1.1rem;
  }
}

.l-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  border: 1px solid #1D83BB;
  background-color: #ffffff;
  box-shadow: 0px 4px 16px 0px #00000033;
  z-index: 1000;
}
.l-banner .banner_close {
  position: absolute;
  cursor: pointer;
  top: -5px;
  right: -5px;
}
.l-banner .header {
  padding: 8px;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  color: #3978A7;
  line-height: 20px;
}
.l-banner .header .title {
  margin: auto;
}
.l-banner .header .name {
  font-size: 16px;
}
.l-banner .body {
  padding: 0 8px 8px 8px;
  display: flex;
  gap: 4px;
}
.l-banner .body .list {
  padding: 8px;
  background-color: #e9eff2;
}
.l-banner .body .list ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 4px;
}
.l-banner .body .list ul li {
  position: relative;
  padding-left: 13px;
  font-size: 12px;
  font-weight: 700;
  color: #3978a7;
  border-bottom: 1px dashed #3978A7;
}
.l-banner .body .list ul li::before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 4px;
  left: 1px;
  background-image: url(/assets/images/form/list.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.l-banner .body .icon {
  height: 81px;
}
.l-banner .body .icon img {
  max-height: 100%;
}
.l-banner .footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 39px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background-color: #1d83bb;
}
.l-banner .footer::after {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  mask-image: url(/assets/images/common/icn-greater-than.svg);
  mask-repeat: no-repeat;
  transform: scaleX(0.5);
  content: '';
}

/* ------------------------------------
 * レスポンシブ対応
 * --------------------------------- */
@media screen and (max-width: 1014px) {
  .l-header {
    height: 48px;
  }
  .l-headerNav {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 100vh;
    padding: 100px 30px;
    transform: translateX(100%);
    transition: transform 0.6s !important;
    flex-direction: column;
    background-color: #ffffff;
    z-index: 100;
    justify-content: start;
    gap: 40px 0;
    overflow: scroll;
  }
  .l-headerNav.active {
    transform: translateX(0%);
  }
  .l-headerInfo {
    width: 100%;
    flex: none;
    height: initial;
  }
  .m-headerMenu,
  .m-headerUtil {
    flex-flow: column;
  }
  .m-headerMenu {
    align-items: start;
    gap: 10px 0;
  }
  .m-headerMenu li {
    color: #40494e !important;
    width: 100%;
    height: 36px;
    border-style: solid;
    border-image: linear-gradient(to right, #3a739e, #3dadb6) 1 / 0 0 1px;
    line-height: 2;
  }
  .m-headerMenu li:last-child {
    margin: 0;
  }
  .m-headerMenu li:hover {
    text-decoration: none !important;
  }
  .l-headerUtil {
    display: block;
    width: 100%;
    height: initial;
  }
  .m-headerUtil {
    flex-direction: column-reverse;
    gap: 10px 0;
  }
  .m-headerUtil li {
    width: 100%;
  }
  .m-headerUtil a {
    width: 100%;
    padding: 10px 0;
  }
  .m-headerUtil a.download {
    border-color: #3a739e;
    color: #3a739e;
  }
  .m-headerUtil a.free {
    border: none;
    box-shadow: 0px 1px 4px 0px #00000040;
  }
  .l-headerContact {
    display: flex;
  }
  .l-overlay.active {
    display: block;
  }
  .l-headerHamburger {
    display: block;
  }
}
