/*== variables ====================*/
/*== mixin ====================*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

*,
*::before,
*::after {
  color: #212121;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  box-sizing: border-box; }
  @media all and (-ms-high-contrast: none) {
    *,
    *::before,
    *::after {
      font-family: "Meiryo", "Segoe UI", sans-serif; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    *,
    *::before,
    *::after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; } }

html {
  font-size: 62.5%; }

body {
  position: relative;
  background-color: #ffffff;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }
  body.is-active {
    overflow: hidden;
    height: 100%; }

a {
  text-decoration: none; }

input, button, select, textarea {
  -webkit-appearance: none;
  border-radius: 0; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

.l-container {
  width: 100%;
  max-width: 1126px;
  margin: 0 auto; }
  @media only screen and (max-width: 1024px) {
    .l-container {
      padding: 0 16px; } }
  .l-container--narrow {
    max-width: 886px; }
    @media only screen and (max-width: 1024px) {
      .l-container--narrow {
        padding: 0; } }

.l-header {
  z-index: 10;
  position: fixed;
  width: 100%;
  transition: .3s; }
  .l-header .header-inner {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 2%; }
    @media only screen and (max-width: 1024px) {
      .l-header .header-inner {
        padding: 0; } }
    .l-header .header-inner .logo-wrap {
      opacity: 0;
      transition: .3s; }
      .l-header .header-inner .logo-wrap .logo {
        width: 148px;
        height: auto; }
        @media only screen and (max-width: 1024px) {
          .l-header .header-inner .logo-wrap .logo {
            width: 112px;
            padding-left: 16px; } }
    .l-header .header-inner .list {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 1024px) {
        .l-header .header-inner .list {
          display: none; } }
      .l-header .header-inner .list__item {
        margin-right: 32px;
        text-align: center; }
        .l-header .header-inner .list__item:last-child {
          margin-right: 0; }
        .l-header .header-inner .list__item .list__link {
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 600;
          color: #ffffff;
          font-size: 1.6rem;
          transition: .3s; }
          .l-header .header-inner .list__item .list__link:hover {
            opacity: .5; }
            @media only screen and (max-width: 1024px) {
              .l-header .header-inner .list__item .list__link:hover {
                opacity: 1; } }
        .l-header .header-inner .list__item .c-btn {
          width: 273px;
          font-size: 1.6rem; }
      .l-header .header-inner .list__item--login .list__link {
        color: #F8A521; }
  .l-header--active {
    background-color: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    .l-header--active .header-inner .logo-wrap {
      opacity: 1 !important; }
    .l-header--active .header-inner .list__item .list__link {
      color: #212121; }
    .l-header--active .header-inner .list__item--login .list__link {
      color: #F8A521; }

.l-main {
  display: block; }

.l-footer {
  padding: 10px 0; }
  .l-footer__inner {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 640px) {
      .l-footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .l-footer__inner ul {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 640px) {
        .l-footer__inner ul {
          margin-bottom: 10px; } }
      .l-footer__inner ul li::after {
        content: "/";
        display: inline-block;
        margin: 0 10px; }
      .l-footer__inner ul li:last-child::after {
        display: none; }
      .l-footer__inner ul li:hover a {
        opacity: .5; }
      .l-footer__inner ul li a {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 300;
        font-size: 1.3rem;
        transition: .3s; }
    .l-footer__inner small {
      display: block;
      color: #6BA5E2;
      font-size: 1.3rem; }

/*== component ====================*/
.c-trigger {
  z-index: 11;
  position: relative;
  top: 0;
  right: 0;
  display: none;
  width: 64px;
  height: 64px;
  background: #3085DE;
  transition: .3s; }
  .c-trigger:active {
    opacity: .5; }
  @media only screen and (max-width: 1024px) {
    .c-trigger {
      display: inline-block; } }
  .c-trigger .title {
    display: block;
    padding-top: 16px;
    text-align: center;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    font-weight: 400; }
  .c-trigger .bar-wrap {
    position: absolute;
    top: 36px;
    left: 14px; }
    .c-trigger .bar-wrap__inner {
      position: relative;
      width: 36px;
      height: 10px; }
      .c-trigger .bar-wrap__inner .bar {
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 2px;
        background-color: #ffffff;
        border-radius: 2px;
        transition: .3s; }
        .c-trigger .bar-wrap__inner .bar:nth-of-type(1) {
          top: 0; }
        .c-trigger .bar-wrap__inner .bar:nth-of-type(2) {
          bottom: 0; }
  .c-trigger--active {
    background-color: #ffffff; }
    .c-trigger--active .title {
      color: #3085DE; }
    .c-trigger--active .bar-wrap__inner {
      width: 26px; }
      .c-trigger--active .bar-wrap__inner .bar {
        background-color: #3085DE; }
        .c-trigger--active .bar-wrap__inner .bar:nth-of-type(1) {
          -webkit-transform: translateX(5px) translateY(9px) rotate(-45deg);
          transform: translateX(5px) translateY(9px) rotate(-45deg); }
        .c-trigger--active .bar-wrap__inner .bar:nth-of-type(2) {
          -webkit-transform: translateX(5px) translateY(0) rotate(45deg);
          transform: translateX(5px) translateY(0) rotate(45deg); }

.c-btn {
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  color: #ffffff;
  font-size: 2.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  background: #F8A521;
  border: 3px solid #ffffff;
  border-radius: 4px;
  transition: .3s; }
  @media only screen and (max-width: 640px) {
    .c-btn {
      padding: 18px 0;
      font-size: 2rem; } }
  .c-btn:hover {
    color: #F8A521;
    background: #ffffff;
    border: 3px solid #F8A521; }
    @media only screen and (max-width: 1024px) {
      .c-btn:hover {
        color: #ffffff;
        background: #F8A521;
        border: 3px solid #ffffff; } }
  .c-btn:active {
    opacity: .5; }
    @media only screen and (max-width: 1024px) {
      .c-btn:active {
        opacity: 1; } }

.c-heading {
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 3.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600; }
  @media only screen and (max-width: 640px) {
    .c-heading {
      margin-bottom: 30px;
      font-size: 2.6rem; } }

.c-emphasis-heading {
  text-align: center; }
  .c-emphasis-heading__inner {
    position: relative;
    display: inline-block; }
    .c-emphasis-heading__inner::before, .c-emphasis-heading__inner::after {
      content: "";
      position: absolute;
      display: block;
      bottom: 0;
      width: 4px;
      height: 37px;
      background-color: #3085DE; }
      @media only screen and (max-width: 640px) {
        .c-emphasis-heading__inner::before, .c-emphasis-heading__inner::after {
          width: 3px;
          height: 25px; } }
    .c-emphasis-heading__inner::before {
      left: -34px;
      transform: rotate(-30deg); }
      @media only screen and (max-width: 640px) {
        .c-emphasis-heading__inner::before {
          left: -16px; } }
    .c-emphasis-heading__inner::after {
      right: -34px;
      transform: rotate(30deg); }
      @media only screen and (max-width: 640px) {
        .c-emphasis-heading__inner::after {
          right: -16px; } }
    .c-emphasis-heading__inner span {
      display: block;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 600;
      color: #3085DE;
      font-size: 1.8rem;
      margin-bottom: 8px; }
      @media only screen and (max-width: 640px) {
        .c-emphasis-heading__inner span {
          font-size: 1.3rem; } }
    .c-emphasis-heading__inner .heading {
      letter-spacing: 0.12em;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 600;
      color: #3085DE;
      font-size: 3rem; }
      @media only screen and (max-width: 640px) {
        .c-emphasis-heading__inner .heading {
          font-size: 2rem; } }

.c-logo-heading {
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 61px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 3.6rem; }
  @media only screen and (max-width: 640px) {
    .c-logo-heading {
      line-height: 44px;
      font-size: 2.6rem; } }
  .c-logo-heading img {
    width: 212px;
    height: auto;
    margin-right: 8px;
    vertical-align: middle; }
    @media only screen and (max-width: 640px) {
      .c-logo-heading img {
        width: 147px;
        margin-right: 6px; } }

/*== project ====================*/
.p-drawer {
  z-index: 9;
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  background: #F4F8FC; }
  .p-drawer .logo-wrap {
    height: 64px;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .p-drawer .logo-wrap .logo {
      width: 112px;
      padding-left: 16px; }
  .p-drawer .list {
    padding: 66px 24px 0; }
    .p-drawer .list__item {
      position: relative;
      margin-bottom: 24px;
      border-bottom: 1px dotted #6BA5E2; }
      .p-drawer .list__item:last-child {
        margin-bottom: 0;
        border-bottom: none; }
        .p-drawer .list__item:last-child::after {
          display: none; }
      .p-drawer .list__item::after {
        content: '';
        position: absolute;
        top: 4px;
        right: 16px;
        display: block;
        width: 10px;
        height: 16px;
        background-image: url("../../images/drawer_angle-right-blue.svg");
        background-size: cover;
        vertical-align: middle; }
      .p-drawer .list__item .list__link {
        display: block;
        padding-bottom: 22px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600;
        font-size: 2.2rem; }
      .p-drawer .list__item .c-btn {
        font-size: 1.8rem; }
      .p-drawer .list__item--login {
        margin-bottom: 34px; }
        .p-drawer .list__item--login::after {
          background-image: url("../../images/drawer_angle-right-orange.svg"); }
        .p-drawer .list__item--login .list__link {
          color: #F8A521; }

.p-note {
  padding: 20px;
  color: #3085DE;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  line-height: 24px;
  font-size: 1.3rem;
  background-color: #E8F4FF;
  border: 1px dotted #3085DE; }

.p-slider .swiper-container {
  padding-bottom: 28px; }
  .p-slider .swiper-container .swiper-pagination {
    bottom: 0; }
    .p-slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      background-color: #D6EAFE;
      opacity: 1; }
      .p-slider .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #3085DE; }

/*== utility ====================*/
@media only screen and (max-width: 640px) {
  .u-ds-pc {
    display: none; } }

.u-ds-tb {
  display: none; }
  @media only screen and (max-width: 1024px) {
    .u-ds-tb {
      display: block; } }

.u-ds-sp {
  display: none; }
  @media only screen and (max-width: 640px) {
    .u-ds-sp {
      display: block; } }

@media only screen and (max-width: 1024px) {
  .u-ds-pc-only {
    display: none; } }

.u-clearfix::after {
  content: " ";
  display: block;
  clear: both; }

.u-ofi {
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;"; }

.u-fit-item {
  position: relative;
  display: block;
  width: 100%; }
  .u-fit-item::before {
    content: "";
    display: block;
    padding-top: 56.25%; }
  .u-fit-item img, .u-fit-item iframe, .u-fit-item object, .u-fit-item embed {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.u-fadeIn {
  opacity: 0;
  transform: translate(0, 50px);
  transition: opacity 500ms, transform 500ms; }
  .u-fadeIn.u-scrollIn {
    opacity: 1;
    transform: translate(0, 0); }

.u-lato {
  font-family: 'Lato', sans-serif;
  font-weight: 700; }

.page-index {
  /*== section-fv ====================*/
  /*== section-evaluation ====================*/
  /*== section-worries ====================*/
  /*== section-pr ====================*/
  /*== section-desc ====================*/
  /*== section-realization ====================*/
  /*== section-recommend ====================*/
  /*== section-function ====================*/
  /*== section-step ====================*/
  /*== section-voice ====================*/
  /*== section-plan ====================*/
  /*== section-faq ====================*/
  /*== section-cv ====================*/ }
  .page-index .section-fv {
    position: relative; }
    @media only screen and (max-width: 640px) {
      .page-index .section-fv {
        padding: 60px 0 30px;
        background-image: url("../../images/fv_bg-sp.png");
        background-size: cover;
        background-position: center; } }
    .page-index .section-fv .bg {
      display: block;
      width: 100%;
      height: 100vh;
      object-fit: cover; }
      @media only screen and (max-width: 1024px) {
        .page-index .section-fv .bg {
          height: auto; } }
      @media only screen and (max-width: 640px) {
        .page-index .section-fv .bg {
          display: none; } }
    .page-index .section-fv .content {
      position: absolute;
      top: 50%;
      left: 5%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
      @media only screen and (max-width: 640px) {
        .page-index .section-fv .content {
          position: static;
          transform: translateY(0%);
          -webkit-transform: translateY(0%);
          padding: 0 16px;
          margin-bottom: 20px; } }
      .page-index .section-fv .content img {
        display: block;
        width: 678px;
        height: auto;
        margin-bottom: 20px; }
        @media only screen and (max-width: 1024px) {
          .page-index .section-fv .content img {
            width: 500px; } }
        @media only screen and (max-width: 768px) {
          .page-index .section-fv .content img {
            width: 300px; } }
        @media only screen and (max-width: 640px) {
          .page-index .section-fv .content img {
            width: 100%;
            margin-bottom: 0; } }
      .page-index .section-fv .content .c-btn {
        max-width: 388px; }
        @media only screen and (max-width: 768px) {
          .page-index .section-fv .content .c-btn {
            font-size: 1.6rem; } }
        @media only screen and (max-width: 640px) {
          .page-index .section-fv .content .c-btn {
            position: relative;
            max-width: 280px;
            margin: -16px auto 0; } }
    .page-index .section-fv .badge {
      position: absolute;
      bottom: 5%;
      right: 5%; }
      @media only screen and (max-width: 640px) {
        .page-index .section-fv .badge {
          position: static;
          padding: 0 16px; } }
      .page-index .section-fv .badge img {
        display: block;
        width: 484px; }
        @media only screen and (max-width: 1024px) {
          .page-index .section-fv .badge img {
            width: 400px; } }
        @media only screen and (max-width: 768px) {
          .page-index .section-fv .badge img {
            width: 300px; } }
        @media only screen and (max-width: 640px) {
          .page-index .section-fv .badge img {
            width: 100%; } }
  .page-index .section-evaluation {
    padding: 52px 0;
    background-color: #ffffff; }
    @media only screen and (max-width: 640px) {
      .page-index .section-evaluation {
        padding: 60px 0; } }
    .page-index .section-evaluation .c-emphasis-heading {
      margin-bottom: 20px; }
    .page-index .section-evaluation .voice-wrap {
      margin-bottom: 40px; }
      @media only screen and (max-width: 640px) {
        .page-index .section-evaluation .voice-wrap {
          margin-bottom: 30px; } }
      .page-index .section-evaluation .voice-wrap .voice {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        width: 100%;
        max-width: 1000px;
        margin: 0 auto; }
        .page-index .section-evaluation .voice-wrap .voice .emoticon {
          display: block;
          width: 55px;
          height: auto; }
          @media only screen and (max-width: 640px) {
            .page-index .section-evaluation .voice-wrap .voice .emoticon {
              width: 42px; } }
        .page-index .section-evaluation .voice-wrap .voice .text {
          position: relative;
          width: 100%;
          padding: 20px 34px;
          background-color: #F4F8FC;
          border-radius: 8px; }
          @media only screen and (max-width: 640px) {
            .page-index .section-evaluation .voice-wrap .voice .text {
              padding: 20px; } }
          .page-index .section-evaluation .voice-wrap .voice .text img {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            display: block;
            width: 44px; }
          .page-index .section-evaluation .voice-wrap .voice .text p {
            letter-spacing: 0.08em;
            font-family: 'Noto Sans JP', sans-serif;
            font-weight: 600;
            font-size: 1.8rem; }
            @media only screen and (max-width: 640px) {
              .page-index .section-evaluation .voice-wrap .voice .text p {
                line-height: 18px;
                font-size: 1.3rem; } }
            .page-index .section-evaluation .voice-wrap .voice .text p span {
              color: #F8A521; }
        .page-index .section-evaluation .voice-wrap .voice--left {
          margin-bottom: 10px; }
          .page-index .section-evaluation .voice-wrap .voice--left .emoticon {
            margin-right: 36px; }
            @media only screen and (max-width: 640px) {
              .page-index .section-evaluation .voice-wrap .voice--left .emoticon {
                margin-right: 28px; } }
          .page-index .section-evaluation .voice-wrap .voice--left .text img {
            left: -30px; }
            @media only screen and (max-width: 640px) {
              .page-index .section-evaluation .voice-wrap .voice--left .text img {
                left: -26px; } }
        .page-index .section-evaluation .voice-wrap .voice--right .emoticon {
          margin-left: 36px; }
          @media only screen and (max-width: 640px) {
            .page-index .section-evaluation .voice-wrap .voice--right .emoticon {
              margin-left: 28px; } }
        .page-index .section-evaluation .voice-wrap .voice--right .text img {
          right: -30px; }
          @media only screen and (max-width: 640px) {
            .page-index .section-evaluation .voice-wrap .voice--right .text img {
              right: -26px; } }
    .page-index .section-evaluation .feature {
      line-height: 51px;
      text-align: center;
      letter-spacing: 0.12em;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 600;
      font-size: 3rem; }
      @media only screen and (max-width: 768px) {
        .page-index .section-evaluation .feature {
          margin-bottom: 30px; } }
      @media only screen and (max-width: 640px) {
        .page-index .section-evaluation .feature {
          margin-bottom: 0;
          line-height: 32px;
          letter-spacing: normal;
          font-size: 1.9rem; } }
      .page-index .section-evaluation .feature span {
        color: #F8A521; }
      .page-index .section-evaluation .feature img {
        display: inline-block;
        width: 147px;
        height: auto;
        margin-right: 8px;
        vertical-align: middle; }
        @media only screen and (max-width: 640px) {
          .page-index .section-evaluation .feature img {
            width: 100px;
            margin-right: 3px; } }
  .page-index .section-worries {
    padding: 80px 0 100px;
    background-color: #ffffff; }
    @media only screen and (max-width: 640px) {
      .page-index .section-worries {
        padding: 50px 0 60px; } }
    .page-index .section-worries .c-emphasis-heading {
      margin-bottom: 20px; }
    .page-index .section-worries .panel {
      padding: 50px 0;
      background-color: #F4F8FC;
      border-radius: 8px;
      box-shadow: 10px 10px 0px #3085DE; }
      @media only screen and (max-width: 640px) {
        .page-index .section-worries .panel {
          padding: 30px 16px; } }
      .page-index .section-worries .panel ul {
        width: 100%;
        max-width: 608px;
        margin: 0 auto 32px auto; }
        @media only screen and (max-width: 640px) {
          .page-index .section-worries .panel ul {
            margin-bottom: 20px; } }
        .page-index .section-worries .panel ul li {
          display: flex;
          display: -ms-flex;
          display: -webkit-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-bottom: 20px; }
          @media only screen and (max-width: 640px) {
            .page-index .section-worries .panel ul li {
              padding-bottom: 10px;
              border-bottom: 1px dotted #3085DE; } }
          .page-index .section-worries .panel ul li:last-child {
            margin-bottom: 0; }
          .page-index .section-worries .panel ul li img {
            display: block;
            width: 30px;
            height: auto;
            margin-right: 10px; }
            @media only screen and (max-width: 640px) {
              .page-index .section-worries .panel ul li img {
                width: 28px;
                margin-right: 6px; } }
          .page-index .section-worries .panel ul li p {
            padding-bottom: 10px;
            font-size: 1.9rem;
            border-bottom: 1px dotted #3085DE; }
            @media only screen and (max-width: 640px) {
              .page-index .section-worries .panel ul li p {
                padding-bottom: 0;
                line-height: 18px;
                font-size: 1.4rem;
                border-bottom: none; } }
            .page-index .section-worries .panel ul li p span {
              font-family: 'Noto Sans JP', sans-serif;
              font-weight: 700;
              color: #3085DE; }
      .page-index .section-worries .panel .text {
        line-height: 30px;
        letter-spacing: 0.12em;
        text-align: center;
        color: #696969;
        font-size: 2rem; }
        @media only screen and (max-width: 640px) {
          .page-index .section-worries .panel .text {
            line-height: 19px;
            font-size: 1.5rem; } }
  .page-index .section-pr {
    padding: 40px 0;
    background-image: url("../../images/pr_bg-pc.png");
    background-size: cover;
    background-position: center;
    overflow: hidden; }
    @media only screen and (max-width: 640px) {
      .page-index .section-pr {
        padding: 50px 0;
        background-image: url("../../images/pr_bg-sp.png"); } }
    .page-index .section-pr .panel {
      position: relative;
      padding: 36px 0;
      background-color: #ffffff; }
      @media only screen and (max-width: 640px) {
        .page-index .section-pr .panel {
          width: 320px;
          padding: 40px 0;
          margin: 0 auto; } }
      .page-index .section-pr .panel .decoration {
        position: absolute;
        height: auto; }
        .page-index .section-pr .panel .decoration--tree {
          width: 94px;
          bottom: 0;
          left: -47px; }
          @media only screen and (max-width: 1024px) {
            .page-index .section-pr .panel .decoration--tree {
              width: 64px;
              left: -32px; } }
          @media only screen and (max-width: 768px) {
            .page-index .section-pr .panel .decoration--tree {
              width: 64px;
              left: 0; } }
          @media only screen and (max-width: 640px) {
            .page-index .section-pr .panel .decoration--tree {
              width: 55px;
              left: -10px; } }
        .page-index .section-pr .panel .decoration--cat {
          width: 190px;
          right: -95px;
          bottom: -28px; }
          @media only screen and (max-width: 1024px) {
            .page-index .section-pr .panel .decoration--cat {
              width: 150px;
              right: -75px;
              bottom: -20px; } }
          @media only screen and (max-width: 768px) {
            .page-index .section-pr .panel .decoration--cat {
              width: 120px;
              right: -10px;
              bottom: -16px; } }
          @media only screen and (max-width: 640px) {
            .page-index .section-pr .panel .decoration--cat {
              width: 110px;
              right: -32px; } }
      .page-index .section-pr .panel .text {
        text-align: center;
        letter-spacing: 0.08em;
        color: #3085DE;
        font-size: 2.5rem; }
        @media only screen and (max-width: 640px) {
          .page-index .section-pr .panel .text {
            line-height: 20px;
            font-size: 1.6rem; } }
        .page-index .section-pr .panel .text span {
          display: block;
          margin-top: 17px;
          line-height: 56px;
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 600;
          color: #3085DE;
          font-size: 3.1rem; }
          @media only screen and (max-width: 640px) {
            .page-index .section-pr .panel .text span {
              line-height: 37px;
              font-size: 2.2rem; } }
          .page-index .section-pr .panel .text span img {
            display: inline-block;
            width: 174px;
            height: auto;
            vertical-align: middle; }
            @media only screen and (max-width: 640px) {
              .page-index .section-pr .panel .text span img {
                width: 131px; } }
  .page-index .section-desc {
    padding: 100px 0;
    background-color: #F4F8FC; }
    @media only screen and (max-width: 640px) {
      .page-index .section-desc {
        padding: 60px 0; } }
    .page-index .section-desc .desc {
      margin-bottom: 40px; }
      @media only screen and (max-width: 640px) {
        .page-index .section-desc .desc {
          margin-bottom: 50px; } }
      .page-index .section-desc .desc .c-logo-heading {
        margin-bottom: 30px; }
        @media only screen and (max-width: 640px) {
          .page-index .section-desc .desc .c-logo-heading {
            margin-bottom: 20px; } }
      .page-index .section-desc .desc .split-content {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        @media only screen and (max-width: 640px) {
          .page-index .section-desc .desc .split-content {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }
        .page-index .section-desc .desc .split-content p {
          width: 100%;
          max-width: 480px;
          line-height: 30px;
          font-size: 1.8rem; }
        .page-index .section-desc .desc .split-content img {
          display: block;
          width: 100%;
          max-width: 360px; }
          @media only screen and (max-width: 640px) {
            .page-index .section-desc .desc .split-content img {
              max-width: 185px;
              margin-bottom: 30px; } }
    .page-index .section-desc .pdca .c-emphasis-heading {
      margin-bottom: 30px; }
      @media only screen and (max-width: 640px) {
        .page-index .section-desc .pdca .c-emphasis-heading {
          margin-bottom: 20px; } }
    .page-index .section-desc .pdca img {
      display: block;
      width: 100%;
      max-width: 480px;
      height: auto;
      margin: 0 auto 30px auto; }
      @media only screen and (max-width: 640px) {
        .page-index .section-desc .pdca img {
          max-width: 287px;
          margin: 0 auto 20px auto; } }
    .page-index .section-desc .pdca .p-note {
      width: 100%;
      max-width: 776px;
      margin: 0 auto; }
  .page-index .section-realization {
    padding: 100px 0;
    background-color: #ffffff; }
    @media only screen and (max-width: 640px) {
      .page-index .section-realization {
        position: relative;
        padding: 60px 0; } }
    .page-index .section-realization .c-logo-heading {
      margin-bottom: 40px; }
      @media only screen and (max-width: 640px) {
        .page-index .section-realization .c-logo-heading {
          margin-bottom: 30px; } }
    .page-index .section-realization .point {
      width: 100%; }
      .page-index .section-realization .point .icon {
        display: block;
        width: 100%;
        margin-bottom: 16px; }
      .page-index .section-realization .point h3 {
        margin-bottom: 16px;
        line-height: 22px;
        letter-spacing: 0.05em;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600;
        font-size: 1.6rem; }
      .page-index .section-realization .point p {
        line-height: 18px;
        letter-spacing: 0.05em;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 300;
        color: #696969;
        font-size: 1.3rem; }
    .page-index .section-realization .u-ds-pc .point-wrap {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      justify-content: center;
      -ms-justify-content: center;
      -webkit-justify-content: center;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      .page-index .section-realization .u-ds-pc .point-wrap .point {
        z-index: 1;
        position: relative;
        max-width: 253px;
        margin-right: 38px; }
        @media only screen and (max-width: 1024px) {
          .page-index .section-realization .u-ds-pc .point-wrap .point {
            max-width: 224px;
            margin-right: 30px; } }
        @media only screen and (max-width: 768px) {
          .page-index .section-realization .u-ds-pc .point-wrap .point {
            max-width: 160px; } }
        .page-index .section-realization .u-ds-pc .point-wrap .point:nth-child(-n+4) {
          margin-bottom: 40px; }
          @media only screen and (max-width: 1024px) {
            .page-index .section-realization .u-ds-pc .point-wrap .point:nth-child(-n+4) {
              margin-bottom: 30px; } }
        .page-index .section-realization .u-ds-pc .point-wrap .point:nth-child(4) {
          margin-right: 0; }
        .page-index .section-realization .u-ds-pc .point-wrap .point:last-child {
          margin-right: 0; }
        .page-index .section-realization .u-ds-pc .point-wrap .point .cat {
          z-index: -1;
          position: absolute;
          display: block;
          height: auto; }
          .page-index .section-realization .u-ds-pc .point-wrap .point .cat--01 {
            top: -42px;
            left: 37px;
            width: 141px; }
            @media only screen and (max-width: 768px) {
              .page-index .section-realization .u-ds-pc .point-wrap .point .cat--01 {
                top: -32px;
                width: 110px; } }
          .page-index .section-realization .u-ds-pc .point-wrap .point .cat--02 {
            top: -32px;
            right: -24px;
            width: 112px; }
            @media only screen and (max-width: 768px) {
              .page-index .section-realization .u-ds-pc .point-wrap .point .cat--02 {
                top: -22px;
                width: 80px; } }
    .page-index .section-realization .u-ds-pc .u-fadeIn:nth-of-type(2) {
      -moz-transition-delay: 200ms;
      -webkit-transition-delay: 200ms;
      -o-transition-delay: 200ms;
      -ms-transition-delay: 200ms; }
      @media only screen and (max-width: 640px) {
        .page-index .section-realization .u-ds-pc .u-fadeIn:nth-of-type(2) {
          -moz-transition-delay: 0ms;
          -webkit-transition-delay: 0ms;
          -o-transition-delay: 0ms;
          -ms-transition-delay: 0ms; } }
    .page-index .section-realization .u-ds-pc .u-fadeIn:nth-of-type(3) {
      -moz-transition-delay: 400ms;
      -webkit-transition-delay: 400ms;
      -o-transition-delay: 400ms;
      -ms-transition-delay: 400ms; }
      @media only screen and (max-width: 640px) {
        .page-index .section-realization .u-ds-pc .u-fadeIn:nth-of-type(3) {
          -moz-transition-delay: 0ms;
          -webkit-transition-delay: 0ms;
          -o-transition-delay: 0ms;
          -ms-transition-delay: 0ms; } }
    .page-index .section-realization .u-ds-pc .u-fadeIn:nth-of-type(4) {
      -moz-transition-delay: 600ms;
      -webkit-transition-delay: 600ms;
      -o-transition-delay: 600ms;
      -ms-transition-delay: 600ms; }
      @media only screen and (max-width: 640px) {
        .page-index .section-realization .u-ds-pc .u-fadeIn:nth-of-type(4) {
          -moz-transition-delay: 0ms;
          -webkit-transition-delay: 0ms;
          -o-transition-delay: 0ms;
          -ms-transition-delay: 0ms; } }
    .page-index .section-realization .u-ds-pc .u-fadeIn:nth-of-type(5) {
      -moz-transition-delay: 800ms;
      -webkit-transition-delay: 800ms;
      -o-transition-delay: 800ms;
      -ms-transition-delay: 800ms; }
      @media only screen and (max-width: 640px) {
        .page-index .section-realization .u-ds-pc .u-fadeIn:nth-of-type(5) {
          -moz-transition-delay: 0ms;
          -webkit-transition-delay: 0ms;
          -o-transition-delay: 0ms;
          -ms-transition-delay: 0ms; } }
    .page-index .section-realization .u-ds-pc .u-fadeIn:nth-of-type(6) {
      -moz-transition-delay: 1000ms;
      -webkit-transition-delay: 1000ms;
      -o-transition-delay: 1000ms;
      -ms-transition-delay: 1000ms; }
      @media only screen and (max-width: 640px) {
        .page-index .section-realization .u-ds-pc .u-fadeIn:nth-of-type(6) {
          -moz-transition-delay: 0ms;
          -webkit-transition-delay: 0ms;
          -o-transition-delay: 0ms;
          -ms-transition-delay: 0ms; } }
    .page-index .section-realization .u-ds-pc .u-fadeIn:nth-of-type(7) {
      -moz-transition-delay: 1200ms;
      -webkit-transition-delay: 1200ms;
      -o-transition-delay: 1200ms;
      -ms-transition-delay: 1200ms; }
      @media only screen and (max-width: 640px) {
        .page-index .section-realization .u-ds-pc .u-fadeIn:nth-of-type(7) {
          -moz-transition-delay: 0ms;
          -webkit-transition-delay: 0ms;
          -o-transition-delay: 0ms;
          -ms-transition-delay: 0ms; } }
    .page-index .section-realization .u-ds-sp .p-slider {
      width: 100vw;
      margin: 0 calc(50% - 50vw); }
    .page-index .section-realization .section-decoration {
      display: none; }
      @media only screen and (max-width: 640px) {
        .page-index .section-realization .section-decoration {
          display: block;
          position: absolute;
          left: 16px;
          bottom: 0;
          width: 101px;
          height: auto; } }
  .page-index .section-recommend {
    padding: 60px 0;
    background-color: #F4F8FC; }
    @media only screen and (max-width: 640px) {
      .page-index .section-recommend {
        padding: 50px 0; } }
    .page-index .section-recommend .c-heading {
      margin-bottom: 30px; }
      @media only screen and (max-width: 640px) {
        .page-index .section-recommend .c-heading {
          margin-bottom: 38px; } }
    .page-index .section-recommend .heading-bottom-text {
      margin-bottom: 45px;
      line-height: 32px;
      text-align: center;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 600;
      font-size: 1.9rem; }
      .page-index .section-recommend .heading-bottom-text .underline {
        display: inline-block;
        background: linear-gradient(transparent 60%, #ffffff 60%); }
      .page-index .section-recommend .heading-bottom-text .accent {
        color: #F8A521; }
    .page-index .section-recommend .pattern__img {
      display: block;
      width: 100%;
      margin: 0 auto 20px auto; }
    .page-index .section-recommend .pattern__text {
      width: 100%;
      margin: 0 auto;
      line-height: 22px;
      text-align: center;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 600;
      font-size: 1.5rem; }
    .page-index .section-recommend .u-ds-pc .pattern-wrap {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      max-width: 687px;
      margin: 0 auto; }
      .page-index .section-recommend .u-ds-pc .pattern-wrap .pattern {
        max-width: 190px; }
    .page-index .section-recommend .u-ds-pc .u-fadeIn:nth-of-type(2) {
      -moz-transition-delay: 200ms;
      -webkit-transition-delay: 200ms;
      -o-transition-delay: 200ms;
      -ms-transition-delay: 200ms; }
      @media only screen and (max-width: 640px) {
        .page-index .section-recommend .u-ds-pc .u-fadeIn:nth-of-type(2) {
          -moz-transition-delay: 0ms;
          -webkit-transition-delay: 0ms;
          -o-transition-delay: 0ms;
          -ms-transition-delay: 0ms; } }
    .page-index .section-recommend .u-ds-pc .u-fadeIn:nth-of-type(3) {
      -moz-transition-delay: 400ms;
      -webkit-transition-delay: 400ms;
      -o-transition-delay: 400ms;
      -ms-transition-delay: 400ms; }
      @media only screen and (max-width: 640px) {
        .page-index .section-recommend .u-ds-pc .u-fadeIn:nth-of-type(3) {
          -moz-transition-delay: 0ms;
          -webkit-transition-delay: 0ms;
          -o-transition-delay: 0ms;
          -ms-transition-delay: 0ms; } }
    .page-index .section-recommend .u-ds-sp .p-slider {
      width: 100vw;
      margin: 0 calc(50% - 50vw); }
    .page-index .section-recommend .p-note {
      max-width: 687px;
      margin: 50px auto 0 auto;
      text-align: center; }
      @media only screen and (max-width: 640px) {
        .page-index .section-recommend .p-note {
          margin: 38px auto 0 auto; } }
  .page-index .section-function {
    padding: 100px 0;
    background-color: #ffffff; }
    @media only screen and (max-width: 640px) {
      .page-index .section-function {
        padding: 60px 0; } }
    .page-index .section-function .c-heading {
      margin-bottom: 40px; }
    .page-index .section-function .function {
      width: 100%;
      height: 326px;
      padding: 30px 20px;
      background-color: #F4F8FC;
      border-radius: 8px; }
      .page-index .section-function .function img {
        display: block;
        width: 100%;
        max-width: 146px;
        margin: 0 auto 16px auto; }
      .page-index .section-function .function h3 {
        margin-bottom: 16px;
        letter-spacing: 0.05em;
        text-align: center;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        color: #3085DE;
        font-size: 1.6rem; }
      .page-index .section-function .function p {
        line-height: 18px;
        letter-spacing: 0.05em;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 300;
        color: #696969;
        font-size: 1.3rem; }
    .page-index .section-function .p-slider {
      overflow: hidden; }
      .page-index .section-function .p-slider .swiper-container {
        width: 100%;
        max-width: 267px;
        margin: 0 auto;
        overflow: visible; }
        @media only screen and (max-width: 640px) {
          .page-index .section-function .p-slider .swiper-container {
            max-width: 253px; } }
  .page-index .section-step {
    padding: 120px 0;
    background-color: #3085DE; }
    @media only screen and (max-width: 640px) {
      .page-index .section-step {
        padding: 40px 0; } }
    @media only screen and (max-width: 1024px) {
      .page-index .section-step .l-container--narrow {
        max-width: 100%;
        padding: 0 20px; } }
    .page-index .section-step .panel {
      padding: 80px 0;
      background-color: #ffffff;
      border-radius: 8px; }
      @media only screen and (max-width: 640px) {
        .page-index .section-step .panel {
          padding: 40px 0; } }
      .page-index .section-step .panel .c-logo-heading {
        margin-bottom: 40px; }
        @media only screen and (max-width: 640px) {
          .page-index .section-step .panel .c-logo-heading {
            margin-bottom: 30px; } }
      .page-index .section-step .panel .step-wrap .step {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        @media only screen and (max-width: 640px) {
          .page-index .section-step .panel .step-wrap .step {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
            margin-bottom: 40px; } }
        @media only screen and (max-width: 640px) {
          .page-index .section-step .panel .step-wrap .step:last-child {
            margin-bottom: 0; } }
        .page-index .section-step .panel .step-wrap .step .text-area {
          width: 480px; }
          @media only screen and (max-width: 768px) {
            .page-index .section-step .panel .step-wrap .step .text-area {
              width: 45%; } }
          @media only screen and (max-width: 640px) {
            .page-index .section-step .panel .step-wrap .step .text-area {
              width: 100%; } }
          .page-index .section-step .panel .step-wrap .step .text-area span {
            display: inline-block;
            margin-bottom: 20px;
            padding: 4px 18px;
            font-family: 'Lato', sans-serif;
            color: #3085DE;
            font-size: 2.3rem;
            font-weight: 700;
            border-radius: 8px;
            background-color: #D6EAFE; }
            @media only screen and (max-width: 640px) {
              .page-index .section-step .panel .step-wrap .step .text-area span {
                margin-bottom: 10px;
                padding: 2px 9px;
                font-size: 1.8rem; } }
          .page-index .section-step .panel .step-wrap .step .text-area h3 {
            margin-bottom: 16px;
            letter-spacing: 0.05em;
            font-family: 'Noto Sans JP', sans-serif;
            font-weight: 600;
            color: #3085DE;
            font-size: 2.5rem; }
            @media only screen and (max-width: 640px) {
              .page-index .section-step .panel .step-wrap .step .text-area h3 {
                font-size: 2rem;
                margin-bottom: 12px; } }
          .page-index .section-step .panel .step-wrap .step .text-area p {
            line-height: 24px;
            letter-spacing: 0.05em;
            font-size: 1.6rem; }
        .page-index .section-step .panel .step-wrap .step .img-area {
          width: 366px; }
          @media only screen and (max-width: 768px) {
            .page-index .section-step .panel .step-wrap .step .img-area {
              width: 45%; } }
          @media only screen and (max-width: 640px) {
            .page-index .section-step .panel .step-wrap .step .img-area {
              width: 200px;
              margin-bottom: 10px; } }
          .page-index .section-step .panel .step-wrap .step .img-area img {
            display: block;
            width: 100%; }
        .page-index .section-step .panel .step-wrap .step--reverse {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
          @media only screen and (max-width: 640px) {
            .page-index .section-step .panel .step-wrap .step--reverse {
              -webkit-box-orient: vertical;
              -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .page-index .section-voice {
    padding: 120px 0 100px;
    background-color: #ffffff; }
    @media only screen and (max-width: 640px) {
      .page-index .section-voice {
        padding: 60px 0 80px; } }
    .page-index .section-voice .l-container {
      max-width: 100%; }
      @media only screen and (max-width: 1024px) {
        .page-index .section-voice .l-container {
          padding: 0; } }
      @media only screen and (max-width: 768px) {
        .page-index .section-voice .l-container {
          padding: 0; } }
      @media only screen and (max-width: 640px) {
        .page-index .section-voice .l-container {
          padding: 0 16px; } }
    .page-index .section-voice .c-heading {
      margin-bottom: 30px; }
    .page-index .section-voice .voice-wrap {
      position: relative;
      padding-top: 21px; }
      @media only screen and (max-width: 640px) {
        .page-index .section-voice .voice-wrap {
          padding-top: 33px; } }
      .page-index .section-voice .voice-wrap .baa {
        position: absolute;
        top: 0;
        left: 154px;
        display: inline-block; }
        @media only screen and (max-width: 640px) {
          .page-index .section-voice .voice-wrap .baa {
            left: 0px; } }
        .page-index .section-voice .voice-wrap .baa__inner {
          position: relative;
          padding: 13px 17px;
          background-color: #3085DE;
          border-radius: 8px; }
          .page-index .section-voice .voice-wrap .baa__inner img {
            position: absolute;
            bottom: -10px;
            left: 10px;
            width: 17px;
            height: auto; }
          .page-index .section-voice .voice-wrap .baa__inner .text {
            display: block;
            letter-spacing: 0.05em;
            font-family: 'Noto Sans JP', sans-serif;
            font-weight: 600;
            color: #ffffff;
            font-size: 1.6rem; }
            @media only screen and (max-width: 640px) {
              .page-index .section-voice .voice-wrap .baa__inner .text {
                font-size: 1.4rem; } }
      .page-index .section-voice .voice-wrap .voice {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        height: 264px;
        padding: 50px 30px;
        background-color: #ffffff;
        border: 1px solid #F7F7F7;
        box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.06); }
        @media only screen and (max-width: 640px) {
          .page-index .section-voice .voice-wrap .voice {
            display: block;
            height: 346px;
            padding: 30px 20px; } }
        .page-index .section-voice .voice-wrap .voice .icon-wrap {
          width: 100px;
          margin-right: 24px; }
          @media only screen and (max-width: 640px) {
            .page-index .section-voice .voice-wrap .voice .icon-wrap {
              display: flex;
              display: -ms-flex;
              display: -webkit-flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              width: 100%;
              margin: 0 0 10px 0; } }
          .page-index .section-voice .voice-wrap .voice .icon-wrap .icon {
            display: block;
            width: 100%;
            height: auto;
            margin-bottom: 6px; }
            @media only screen and (max-width: 640px) {
              .page-index .section-voice .voice-wrap .voice .icon-wrap .icon {
                width: 40px;
                margin: 0 8px 0 0; } }
          .page-index .section-voice .voice-wrap .voice .icon-wrap .name {
            display: block;
            line-height: 16px;
            letter-spacing: 0.05em;
            text-align: center;
            font-family: 'Noto Sans JP', sans-serif;
            font-weight: 600;
            color: #868F98;
            font-size: 1.3rem; }
            .page-index .section-voice .voice-wrap .voice .icon-wrap .name .honorific {
              line-height: normal;
              letter-spacing: 0.05em;
              font-family: 'Noto Sans JP', sans-serif;
              font-weight: 600;
              color: #868F98;
              font-size: 1rem; }
        .page-index .section-voice .voice-wrap .voice .text-wrap {
          width: 457px; }
          @media only screen and (max-width: 640px) {
            .page-index .section-voice .voice-wrap .voice .text-wrap {
              width: 100%; } }
          .page-index .section-voice .voice-wrap .voice .text-wrap .heading {
            margin-bottom: 10px;
            line-height: 26px;
            letter-spacing: 0.05em;
            font-family: 'Noto Sans JP', sans-serif;
            font-weight: 600;
            font-size: 2rem; }
            @media only screen and (max-width: 640px) {
              .page-index .section-voice .voice-wrap .voice .text-wrap .heading {
                line-height: 22px;
                font-size: 1.6rem; } }
          .page-index .section-voice .voice-wrap .voice .text-wrap .text {
            line-height: 18px;
            letter-spacing: 0.05em;
            font-family: 'Noto Sans JP', sans-serif;
            font-weight: 300;
            color: #696969;
            font-size: 1.3rem; }
    .page-index .section-voice .p-slider {
      overflow: hidden;
      margin-bottom: 70px; }
      @media only screen and (max-width: 640px) {
        .page-index .section-voice .p-slider {
          margin-bottom: 50px; } }
      .page-index .section-voice .p-slider .swiper-container {
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
        overflow: visible; }
        @media only screen and (max-width: 640px) {
          .page-index .section-voice .p-slider .swiper-container {
            max-width: 100%; } }
    .page-index .section-voice .exercise .c-emphasis-heading {
      margin-bottom: 30px; }
      .page-index .section-voice .exercise .c-emphasis-heading .heading img {
        width: 138px;
        height: auto;
        margin-right: 6px;
        vertical-align: middle; }
        @media only screen and (max-width: 640px) {
          .page-index .section-voice .exercise .c-emphasis-heading .heading img {
            width: 84px;
            margin-right: 4px; } }
    .page-index .section-voice .exercise .school-wrap {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 574px;
      margin: 0 auto; }
      @media only screen and (max-width: 640px) {
        .page-index .section-voice .exercise .school-wrap {
          display: block;
          width: 100%; } }
      .page-index .section-voice .exercise .school-wrap .school {
        width: 267px; }
        @media only screen and (max-width: 640px) {
          .page-index .section-voice .exercise .school-wrap .school {
            display: flex;
            display: -ms-flex;
            display: -webkit-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%; } }
        .page-index .section-voice .exercise .school-wrap .school img {
          display: block;
          width: 100%;
          height: auto;
          margin-bottom: 12px; }
          @media only screen and (max-width: 640px) {
            .page-index .section-voice .exercise .school-wrap .school img {
              width: 124px;
              margin: 0 10px 0 0; } }
        .page-index .section-voice .exercise .school-wrap .school p {
          text-align: center;
          line-height: 22px;
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 600;
          font-size: 1.4rem;
          color: #868F98; }
          @media only screen and (max-width: 640px) {
            .page-index .section-voice .exercise .school-wrap .school p {
              width: 202px;
              text-align: left; } }
  .page-index .section-plan {
    padding: 74px 0 60px;
    background-color: #ffffff;
    background-image: url("../../images/plan_bg-pc.png");
    background-size: cover;
    background-position: center; }
    @media only screen and (max-width: 768px) {
      .page-index .section-plan {
        background-image: url("../../images/plan_bg-sp.png"); } }
    @media only screen and (max-width: 640px) {
      .page-index .section-plan {
        padding: 90px 0 78px; } }
    .page-index .section-plan .heading-wrap {
      text-align: center;
      margin-bottom: 40px; }
      @media only screen and (max-width: 640px) {
        .page-index .section-plan .heading-wrap {
          margin-bottom: 69px; } }
      .page-index .section-plan .heading-wrap .c-heading {
        margin-bottom: 30px; }
      .page-index .section-plan .heading-wrap .heading-bottom-text {
        margin-bottom: 10px;
        line-height: 32px;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600;
        font-size: 2rem; }
        @media only screen and (max-width: 640px) {
          .page-index .section-plan .heading-wrap .heading-bottom-text {
            line-height: 26px;
            font-size: 1.7rem; } }
      .page-index .section-plan .heading-wrap .heading-bottom-note {
        letter-spacing: 0;
        color: #868F98;
        font-size: 1.4rem; }
    .page-index .section-plan .plan-wrap {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .page-index .section-plan .plan-wrap {
          flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          -ms-flex-pack: distribute;
          justify-content: space-around; } }
      @media only screen and (max-width: 640px) {
        .page-index .section-plan .plan-wrap {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .page-index .section-plan .plan-wrap .plan {
        position: relative;
        width: 30%;
        padding: 40px 12px 12px 12px;
        background-color: #ffffff;
        border-top: 3px solid #3085DE;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16); }
        @media only screen and (max-width: 768px) {
          .page-index .section-plan .plan-wrap .plan {
            width: 45%; } }
        @media only screen and (max-width: 640px) {
          .page-index .section-plan .plan-wrap .plan {
            width: 275px;
            margin: 0 auto 20px auto;
            padding: 30px 20px 25px; } }
        .page-index .section-plan .plan-wrap .plan__badge {
          position: absolute;
          top: -42px;
          left: -38px;
          width: 101px;
          height: 101px;
          padding-top: 36px;
          line-height: 20px;
          text-align: center;
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 600;
          color: #ffffff;
          font-size: 1.5rem;
          background-color: #F84C00;
          border-radius: 50%; }
          @media only screen and (max-width: 768px) {
            .page-index .section-plan .plan-wrap .plan__badge {
              left: -26px; } }
          @media only screen and (max-width: 640px) {
            .page-index .section-plan .plan-wrap .plan__badge {
              top: -54px;
              left: -34px;
              width: 96px;
              height: 96px;
              padding-top: 32px;
              font-size: 1.5rem; } }
        .page-index .section-plan .plan-wrap .plan__heading {
          display: inline-block;
          padding-bottom: 10px;
          margin-bottom: 16px;
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 600;
          font-size: 2.2rem;
          border-bottom: 1px dotted #3085DE; }
        .page-index .section-plan .plan-wrap .plan__price {
          margin-bottom: 10px;
          font-family: 'Lato', sans-serif;
          color: #3085DE;
          font-size: 3.6rem;
          font-weight: 700; }
        .page-index .section-plan .plan-wrap .plan__price-conversion {
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 600;
          font-size: 1.4rem; }
        .page-index .section-plan .plan-wrap .plan .forte {
          height: 97px;
          margin-top: 20px;
          padding: 22px;
          background-color: #FFF8ED; }
          .page-index .section-plan .plan-wrap .plan .forte__intro {
            margin-bottom: 12px;
            font-family: 'Noto Sans JP', sans-serif;
            font-weight: 600;
            font-size: 1.4rem; }
          .page-index .section-plan .plan-wrap .plan .forte__deals {
            display: inline-block;
            padding-bottom: 6px;
            font-family: 'Noto Sans JP', sans-serif;
            font-weight: 600;
            color: #F84C00;
            font-size: 1.5rem;
            border-bottom: 1px solid #F84C00; }
            .page-index .section-plan .plan-wrap .plan .forte__deals .unique {
              display: inline-block;
              line-height: 1.2;
              color: #F84C00;
              font-size: 1.1rem; }
            .page-index .section-plan .plan-wrap .plan .forte__deals .u-lato {
              display: inline-block;
              margin: 0 4px;
              color: #F84C00;
              font-size: 2.4rem; }
            .page-index .section-plan .plan-wrap .plan .forte__deals .point {
              position: relative;
              color: #F84C00; }
              .page-index .section-plan .plan-wrap .plan .forte__deals .point::before {
                content: "";
                position: absolute;
                top: -10px;
                right: 0;
                left: 0;
                width: 4px;
                height: 4px;
                margin: 0 auto;
                border-radius: 50%;
                background-color: #F84C00; }
          .page-index .section-plan .plan-wrap .plan .forte .trial {
            display: block;
            line-height: 1.5;
            text-align: center;
            font-family: 'Noto Sans JP', sans-serif;
            font-weight: 600;
            font-size: 1.6rem; }
        @media only screen and (max-width: 768px) {
          .page-index .section-plan .plan-wrap .plan--03 {
            margin-top: 30px; } }
        @media only screen and (max-width: 640px) {
          .page-index .section-plan .plan-wrap .plan--03 {
            margin: 0 auto; } }
        .page-index .section-plan .plan-wrap .plan--03 .plan__price {
          margin-bottom: 43px; }
          @media only screen and (max-width: 640px) {
            .page-index .section-plan .plan-wrap .plan--03 .plan__price {
              margin-bottom: 20px; } }
        .page-index .section-plan .plan-wrap .plan--03 .forte {
          display: flex;
          display: -ms-flex;
          display: -webkit-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          justify-content: center;
          -ms-justify-content: center;
          -webkit-justify-content: center; }
    .page-index .section-plan .u-fadeIn:nth-of-type(2) {
      -moz-transition-delay: 200ms;
      -webkit-transition-delay: 200ms;
      -o-transition-delay: 200ms;
      -ms-transition-delay: 200ms; }
      @media only screen and (max-width: 640px) {
        .page-index .section-plan .u-fadeIn:nth-of-type(2) {
          -moz-transition-delay: 0ms;
          -webkit-transition-delay: 0ms;
          -o-transition-delay: 0ms;
          -ms-transition-delay: 0ms; } }
    .page-index .section-plan .u-fadeIn:nth-of-type(3) {
      -moz-transition-delay: 400ms;
      -webkit-transition-delay: 400ms;
      -o-transition-delay: 400ms;
      -ms-transition-delay: 400ms; }
      @media only screen and (max-width: 640px) {
        .page-index .section-plan .u-fadeIn:nth-of-type(3) {
          -moz-transition-delay: 0ms;
          -webkit-transition-delay: 0ms;
          -o-transition-delay: 0ms;
          -ms-transition-delay: 0ms; } }
    .page-index .section-plan .u-fadeIn:nth-of-type(4) {
      -moz-transition-delay: 600ms;
      -webkit-transition-delay: 600ms;
      -o-transition-delay: 600ms;
      -ms-transition-delay: 600ms; }
      @media only screen and (max-width: 640px) {
        .page-index .section-plan .u-fadeIn:nth-of-type(4) {
          -moz-transition-delay: 0ms;
          -webkit-transition-delay: 0ms;
          -o-transition-delay: 0ms;
          -ms-transition-delay: 0ms; } }
  .page-index .section-faq {
    padding: 100px 0;
    background-color: #F4F8FC; }
    @media only screen and (max-width: 640px) {
      .page-index .section-faq {
        padding: 60px 0 100px 0; } }
    .page-index .section-faq .c-heading {
      margin-bottom: 40px; }
      @media only screen and (max-width: 640px) {
        .page-index .section-faq .c-heading {
          margin-bottom: 30px; } }
    .page-index .section-faq .faq-wrap .faq {
      padding: 0 40px;
      margin-bottom: 24px;
      background-color: #ffffff; }
      @media only screen and (max-width: 640px) {
        .page-index .section-faq .faq-wrap .faq {
          padding: 0 10px;
          margin-bottom: 16px; } }
      .page-index .section-faq .faq-wrap .faq:last-child {
        margin-bottom: 0; }
      .page-index .section-faq .faq-wrap .faq .block .inner {
        position: relative;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        width: 100%;
        padding: 15px 0; }
        @media only screen and (max-width: 640px) {
          .page-index .section-faq .faq-wrap .faq .block .inner {
            padding: 20px 0; } }
        .page-index .section-faq .faq-wrap .faq .block .inner img {
          width: 34px;
          height: auto;
          display: block;
          margin-right: 20px; }
          @media only screen and (max-width: 640px) {
            .page-index .section-faq .faq-wrap .faq .block .inner img {
              width: 24px;
              margin-right: 10px; } }
      .page-index .section-faq .faq-wrap .faq .block--question .inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer; }
        .page-index .section-faq .faq-wrap .faq .block--question .inner .switch-icon-wrap {
          position: absolute;
          right: 0; }
          .page-index .section-faq .faq-wrap .faq .block--question .inner .switch-icon-wrap .switch-icon {
            position: relative;
            display: block;
            width: 22px;
            height: 22px; }
            @media only screen and (max-width: 640px) {
              .page-index .section-faq .faq-wrap .faq .block--question .inner .switch-icon-wrap .switch-icon {
                width: 14px;
                height: 14px; } }
            .page-index .section-faq .faq-wrap .faq .block--question .inner .switch-icon-wrap .switch-icon::before, .page-index .section-faq .faq-wrap .faq .block--question .inner .switch-icon-wrap .switch-icon::after {
              content: "";
              position: absolute;
              top: 10px;
              left: 0;
              display: inline-block;
              width: 100%;
              height: 2px;
              background-color: #3085DE;
              border-radius: 2px;
              transition: .3s; }
              @media only screen and (max-width: 640px) {
                .page-index .section-faq .faq-wrap .faq .block--question .inner .switch-icon-wrap .switch-icon::before, .page-index .section-faq .faq-wrap .faq .block--question .inner .switch-icon-wrap .switch-icon::after {
                  top: 6px; } }
            .page-index .section-faq .faq-wrap .faq .block--question .inner .switch-icon-wrap .switch-icon::after {
              transform: rotate(90deg); }
            .page-index .section-faq .faq-wrap .faq .block--question .inner .switch-icon-wrap .switch-icon.is-active::after {
              transform: rotate(0deg); }
            @media only screen and (max-width: 640px) {
              .page-index .section-faq .faq-wrap .faq .block--question .inner .switch-icon-wrap .switch-icon {
                display: block; } }
        .page-index .section-faq .faq-wrap .faq .block--question .inner .content {
          padding-right: 30px; }
          @media only screen and (max-width: 640px) {
            .page-index .section-faq .faq-wrap .faq .block--question .inner .content {
              padding-right: 15px; } }
          .page-index .section-faq .faq-wrap .faq .block--question .inner .content p {
            line-height: 24px;
            font-size: 1.8rem;
            font-family: 'Noto Sans JP', sans-serif;
            font-weight: 500; }
            @media only screen and (max-width: 640px) {
              .page-index .section-faq .faq-wrap .faq .block--question .inner .content p {
                line-height: 20px;
                font-size: 1.4rem; } }
      .page-index .section-faq .faq-wrap .faq .block--answer {
        display: none; }
        .page-index .section-faq .faq-wrap .faq .block--answer .inner {
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          border-top: 1px dotted #BDC7D1; }
          .page-index .section-faq .faq-wrap .faq .block--answer .inner .content {
            width: 100%; }
            .page-index .section-faq .faq-wrap .faq .block--answer .inner .content p {
              line-height: 24px;
              color: #3085DE;
              font-size: 1.6rem; }
              @media only screen and (max-width: 640px) {
                .page-index .section-faq .faq-wrap .faq .block--answer .inner .content p {
                  line-height: 20px;
                  font-size: 1.4rem; } }
            .page-index .section-faq .faq-wrap .faq .block--answer .inner .content .note {
              padding: 20px;
              background-color: #F4F8FC; }
              .page-index .section-faq .faq-wrap .faq .block--answer .inner .content .note ul li {
                line-height: 22px;
                color: #3085DE;
                font-size: 1.4rem; }
                @media only screen and (max-width: 640px) {
                  .page-index .section-faq .faq-wrap .faq .block--answer .inner .content .note ul li {
                    line-height: 18px;
                    font-size: 1.3rem; } }
      .page-index .section-faq .faq-wrap .faq--02 .block--answer .inner .content .note, .page-index .section-faq .faq-wrap .faq--05 .block--answer .inner .content .note {
        margin-top: 14px; }
        @media only screen and (max-width: 640px) {
          .page-index .section-faq .faq-wrap .faq--02 .block--answer .inner .content .note, .page-index .section-faq .faq-wrap .faq--05 .block--answer .inner .content .note {
            margin-top: 10px; } }
      .page-index .section-faq .faq-wrap .faq--04 .block--answer .inner .content .note {
        margin: 13px 0; }
        @media only screen and (max-width: 640px) {
          .page-index .section-faq .faq-wrap .faq--04 .block--answer .inner .content .note {
            margin: 10px 0; } }
  .page-index .section-cv {
    background-color: #3085DE;
    background-image: url("../../images/cv_bg.png");
    background-size: cover;
    background-position: center; }
    .page-index .section-cv .l-container {
      position: relative; }
    .page-index .section-cv .cat {
      display: block;
      position: absolute;
      right: 0;
      height: auto; }
      @media only screen and (max-width: 640px) {
        .page-index .section-cv .cat {
          right: 16px; } }
      .page-index .section-cv .cat--pc {
        top: -82px;
        width: 200px; }
        @media only screen and (max-width: 640px) {
          .page-index .section-cv .cat--pc {
            top: -44px;
            width: 106px; } }
      .page-index .section-cv .cat--lie {
        top: -100px;
        width: 180px; }
        @media only screen and (max-width: 640px) {
          .page-index .section-cv .cat--lie {
            top: -44px;
            width: 78px; } }
    .page-index .section-cv .content {
      padding: 70px 0;
      text-align: center; }
      .page-index .section-cv .content .heading {
        margin-bottom: 20px;
        letter-spacing: 0.096em;
        color: #ffffff;
        font-size: 3rem;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 600; }
        @media only screen and (max-width: 640px) {
          .page-index .section-cv .content .heading {
            margin-bottom: 16px;
            font-size: 2rem; } }
      .page-index .section-cv .content .c-btn {
        max-width: 388px;
        margin: 0 auto; }
        @media only screen and (max-width: 640px) {
          .page-index .section-cv .content .c-btn {
            max-width: 280px; } }

/*# sourceMappingURL=style.css.map */
