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

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: none; }

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

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hides from IE Mac */
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* ---------- 初期 ---------- */
body {
  letter-spacing: 0.07em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; }

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  line-height: 0; }

a {
  text-decoration: none; }

strong {
  font-weight: bold; }

/* ---------- /共通部分 ---------- */
#jougetyuou {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto; }

#kadomaru {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

#resbtn {
  -webkit-appearance: none; }

.ancr {
  position: relative;
  transition: 0.5s; }

.anca {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  cursor: pointer; }

.ancr:hover {
  opacity: 0.75;
  transition: 0.5s;
  cursor: pointer; }

/* ---------- /参考タグ部分 ---------- */
.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.color__block {
  color: #000 !important; }

/* 右から左へ移動するアニメーション定義 */
@keyframes loop-slide {
  0% {
    transform: translateX(0); }
  100% {
    /* 要素を2セット入れているので、全体の50%（1セット分）移動したら
       見た目が同じ位置になるので0に戻る 
    */
    transform: translateX(-50%); } }
@keyframes btn_animation {
  0% {
    transform: translate(4px, 0px); }
  2% {
    transform: translate(-4px, 0px); }
  4% {
    transform: translate(4px, 0px); }
  6% {
    transform: translate(-4px, 0px); }
  8% {
    transform: translate(4px, 0px); }
  10% {
    transform: translate(-4px, 0px); }
  12% {
    transform: translate(0px, 0px); } }
.btn__animation1 {
  display: inline-block;
  animation: btn_animation 5s infinite; }

@-webkit-keyframes btn_animation2 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0; }
  50% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.3; }
  51% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 0.6; }
  63% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0; } }
.cta__button {
  position: relative; }

.cta__button a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.cta__button a img {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1; }

.cta__button {
  position: relative; }

.cta__button__frame {
  position: absolute;
  height: 74rem;
  width: 100%;
  left: 0;
  bottom: 0;
  display: block;
  overflow: hidden; }

.cta__button__frame::before {
  z-index: 2;
  position: absolute;
  content: '';
  display: inline-block;
  top: -86rem;
  left: -80px;
  width: 30px;
  height: 74rem;
  background-color: #fbfbfb;
  animation: btn_animation2 6.5s ease-in-out infinite; }

.font_Montserrat {
  font-family: "Montserrat", sans-serif; }

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

.font_YuGothic-E {
  font-family: "MFW-YuGoStdN-Heavy"; }

.font_YuGothic-B {
  font-family: "MFW-YuGoStdN-ExtraBold"; }

@media screen and (max-width: 1370px) and (min-width: 769px) {
  #pc__inner {
    display: flex;
    justify-content: flex-end; }
    #pc__inner #pc__left {
      width: 55%;
      position: fixed;
      left: 0;
      top: 0;
      height: 100vh;
      z-index: 2;
      display: flex;
      justify-content: center;
      align-items: center; }
      #pc__inner #pc__left .pc__left-inner {
        width: 90%;
        max-width: min(507px, 80vh) !important; }
        #pc__inner #pc__left .pc__left-inner .pc__left-subtitle {
          font-size: min(31px, 5vh) !important;
          line-height: 1.6em;
          letter-spacing: 0.07em;
          color: #fff; }
        #pc__inner #pc__left .pc__left-inner .pc__left-title {
          display: inline-block;
          background: #fff;
          font-size: min(50px, 9vh) !important;
          line-height: 1.3em;
          letter-spacing: 0.07em;
          box-sizing: border-box;
          padding-left: 12px;
          padding-right: 2px;
          margin-bottom: 27px; }
        #pc__inner #pc__left .pc__left-inner .pc__left-text {
          line-height: 1.6em;
          font-size: min(26px, 4.5vh) !important;
          color: #fff;
          margin-bottom: 40px; }
          #pc__inner #pc__left .pc__left-inner .pc__left-text .red {
            display: inline-block;
            color: #CA0109;
            background: #fff;
            padding: 0 5px 0 10px;
            line-height: 1.4; }
        #pc__inner #pc__left .pc__left-inner .pc__left-lists {
          display: flex;
          justify-content: space-between;
          margin-bottom: min(52px, 5vh); }
          #pc__inner #pc__left .pc__left-inner .pc__left-lists .pc__left-list {
            width: 32%; }
        #pc__inner #pc__left .pc__left-inner .pc__left-button {
          width: 56%;
          max-width: 334px;
          margin: 0 auto;
          display: block; }
          #pc__inner #pc__left .pc__left-inner .pc__left-button:hover {
            opacity: 0.8;
            cursor: pointer; }
    #pc__inner #pc__right {
      width: 45%; } }
/* PC */
@media screen and (min-width: 769px) {
  #thanks_bg {
    background: #C91E23; }
    #thanks_bg #thanks {
      background: #fff;
      width: 100%;
      max-width: 1000px;
      margin: 0 auto; }

  .sponly {
    display: none !important; }

  .collaborate__list {
    width: 100%;
    overflow: hidden;
    /* はみ出した部分を隠す */
    opacity: 0;
    /* 最初は隠しておく（ふわっと出す演出用） */
    transition: opacity 1s ease; }

  /* 画面に入った時に付与されるクラス */
  .collaborate__list.is-active {
    opacity: 1; }

  .collaborate__list-logos {
    display: flex;
    width: max-content;
    /* 中身の長さに合わせる */ }
    .collaborate__list-logos.logos2 {
      margin-bottom: 30px; }

  /* is-activeがついたらアニメーション開始 */
  .collaborate__list.is-active .collaborate__list-logos {
    /* loop-slideというアニメーションを20秒かけて無限(infinite)に等速(linear)で再生 */
    animation: loop-slide 10s linear infinite; }

  .collaborate__list-logo {
    margin-left: 20px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    /* 縮まないようにする */ }
    .collaborate__list-logo.logo1 {
      width: 148px; }
    .collaborate__list-logo.logo2 {
      width: 159px; }
    .collaborate__list-logo.logo3 {
      width: 54px; }
    .collaborate__list-logo.logo4 {
      width: 93px; }
    .collaborate__list-logo.logo5 {
      width: 93px; }
    .collaborate__list-logo.logo6 {
      width: 195px; }
    .collaborate__list-logo.logo7 {
      width: 62px; }
    .collaborate__list-logo.logo8 {
      width: 205px; }
    .collaborate__list-logo.logo9 {
      width: 81px; }
    .collaborate__list-logo.logo10 {
      width: 135px; }
    .collaborate__list-logo.logo11 {
      width: 174px; }
    .collaborate__list-logo.logo12 {
      width: 116px; }
    .collaborate__list-logo.logo13 {
      width: 153px; }

  #thanks {
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    #thanks .thanks__inner {
      width: 100%;
      text-align: center; }
      #thanks .thanks__inner .thanks__title {
        font-family: Hiragino Kaku Gothic Pro;
        font-weight: 600;
        font-size: 33px;
        line-height: 160%;
        letter-spacing: 3%;
        margin-bottom: 36px; }
      #thanks .thanks__inner .thanks__image {
        width: 258px;
        margin: 0 auto 94px; }
      #thanks .thanks__inner .thanks__text {
        font-family: Hiragino Kaku Gothic ProN;
        font-weight: 600;
        font-size: 24px;
        line-height: 160%;
        letter-spacing: 3%; }

  .main__bg {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    background: url("../img/pc_bg.png") no-repeat center bottom #CA0109;
    background-size: cover;
    width: 100%;
    height: 100%; }

  main {
    display: block;
    position: relative;
    z-index: 2; }

  #pc__inner {
    display: flex;
    justify-content: flex-end; }
    #pc__inner #pc__left {
      width: 58%;
      position: fixed;
      left: 0;
      top: 0;
      height: 100vh;
      z-index: 2;
      display: flex;
      justify-content: center;
      align-items: center; }
      #pc__inner #pc__left .pc__left-inner {
        width: 90%;
        max-width: min(687px, 80vh); }
        #pc__inner #pc__left .pc__left-inner .pc__left-subtitle {
          font-size: min(41px, 5vh);
          line-height: 1.6em;
          letter-spacing: 0.07em;
          color: #fff; }
        #pc__inner #pc__left .pc__left-inner .pc__left-title {
          display: inline-block;
          background: #fff;
          font-size: min(77px, 9vh);
          line-height: 1.3em;
          letter-spacing: 0.07em;
          box-sizing: border-box;
          padding-left: 12px;
          padding-right: 2px;
          margin-bottom: 27px; }
        #pc__inner #pc__left .pc__left-inner .pc__left-text {
          line-height: 1.6em;
          font-size: min(36px, 4.5vh);
          color: #fff;
          margin-bottom: 40px; }
          #pc__inner #pc__left .pc__left-inner .pc__left-text .red {
            display: inline-block;
            color: #CA0109;
            background: #fff;
            padding: 0 5px 0 10px;
            line-height: 1.4; }
        #pc__inner #pc__left .pc__left-inner .pc__left-lists {
          display: flex;
          justify-content: space-between;
          margin-bottom: min(52px, 5vh); }
          #pc__inner #pc__left .pc__left-inner .pc__left-lists .pc__left-list {
            width: 32%; }
        #pc__inner #pc__left .pc__left-inner .pc__left-button {
          width: 56%;
          max-width: 334px;
          margin: 0 auto;
          display: block; }
          #pc__inner #pc__left .pc__left-inner .pc__left-button:hover {
            opacity: 0.8;
            cursor: pointer; }
    #pc__inner #pc__right {
      width: 42%; }

  #content {
    width: 400px;
    /* 560px -> 400px */
    background: #fff;
    position: relative; }

  .header {
    width: 400px;
    /* 560px -> 400px */
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    box-sizing: border-box;
    padding: 17px 21px 3px;
    /* 調整 */ }
    .header .header__logo {
      width: 113px;
      /* 158px * 0.71 */
      line-height: 0; }

  #mv {
    padding-top: 12px;
    /* 16.5px * 0.71 */
    padding-bottom: 183px;
    /* 214px * 0.71 */
    background: #fff;
    position: relative; }
    #mv .mv__content {
      width: 379px;
      /* 530px * 0.71 */
      margin: 0 auto;
      position: relative; }
      #mv .mv__content .mv__content-image {
        width: 100%; }
      #mv .mv__content .mv__content-title {
        font-size: 19px;
        /* 27px * 0.71 */
        line-height: 1.6em;
        color: #FBFBFB;
        position: absolute;
        top: 60px;
        /* 84px * 0.71 */
        left: 28px;
        /* 39px * 0.71 */ }
        #mv .mv__content .mv__content-title span.big {
          display: inline-block;
          font-size: 36px;
          /* 51px * 0.71 */
          line-height: 1.3em;
          color: #000;
          padding: 2px 5px;
          /* 調整 */
          background: #fff; }
      #mv .mv__content .mv__content-text {
        position: absolute;
        top: 158px;
        /* 221px * 0.71 */
        left: 28px;
        /* 39px * 0.71 */
        font-size: 17px;
        /* 24px * 0.71 */
        line-height: 1.6em;
        color: #fff; }
        #mv .mv__content .mv__content-text span.red {
          display: inline-block;
          color: #CA0109;
          background: #fff; }
    #mv .mv__item {
      width: 356px;
      /* 499px * 0.71 */
      text-align: center;
      box-sizing: border-box;
      border: solid 2px #fff;
      /* 3px -> 2px */
      border-radius: 5px;
      /* 7.5px -> 5px */
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%); }
      #mv .mv__item .mv__item-title {
        font-size: 15px;
        /* 21px * 0.71 */
        line-height: 1.6em;
        color: #fff;
        padding: 17px 0 18px;
        /* 24px 25.5px -> 17px 18px */
        background: #000;
        border-radius: 5px 5px 0 0;
        /* 7.5px -> 5px */
        margin-bottom: 3px;
        /* 4.5px -> 3px */ }
        #mv .mv__item .mv__item-title .big {
          font-size: 21px;
          /* 30px * 0.71 */ }
      #mv .mv__item .mv__item-box {
        display: flex;
        justify-content: space-between; }
        #mv .mv__item .mv__item-box .mv__item-about {
          width: 102px;
          /* 143px * 0.71 */
          border-radius: 0 0 0 5px;
          /* 7.5px -> 5px */
          font-size: 13px;
          /* 18px * 0.71 */
          line-height: 1;
          color: #fff;
          background: #CA0109;
          display: flex;
          justify-content: center;
          flex-direction: column; }
          #mv .mv__item .mv__item-box .mv__item-about .mv__item-image {
            width: 85px;
            /* 119px * 0.71 */
            margin: 0 auto 6px;
            /* 9px -> 6px */ }
        #mv .mv__item .mv__item-box .mv__item-description {
          width: 246px;
          /* 345px * 0.71 */ }
          #mv .mv__item .mv__item-box .mv__item-description .mv__item-text {
            font-size: 15px;
            /* 21px * 0.71 */
            line-height: 1.6em;
            color: #CA0109;
            padding: 3px 0;
            /* 4.5px -> 3px */
            background: #F6F6F6; }
            #mv .mv__item .mv__item-box .mv__item-description .mv__item-text span.small {
              display: inline-block;
              font-size: 10px;
              /* 13.5px * 0.71 */
              line-height: 1.6em;
              color: #000; }
            #mv .mv__item .mv__item-box .mv__item-description .mv__item-text span.middle {
              display: inline-block;
              font-size: 12px;
              /* 16.5px * 0.71 */
              letter-spacing: -0.05em;
              color: #000;
              margin-right: 4px;
              /* 6px -> 4px */ }
            #mv .mv__item .mv__item-box .mv__item-description .mv__item-text:nth-child(n+2) {
              margin-top: 3px;
              /* 4.5px -> 3px */ }
            #mv .mv__item .mv__item-box .mv__item-description .mv__item-text:nth-child(3) {
              line-height: 1.17em; }

  #head {
    padding: 43px 0;
    /* 60px * 0.71 */
    background: linear-gradient(to bottom, #fff, #F6F6F6);
    text-align: center; }
    #head .head__text {
      font-size: 19px;
      /* 27px * 0.71 */
      line-height: 2em; }

  #collaborate {
    position: relative;
    z-index: 2;
    padding: 48px 0;
    /* 67px * 0.71 */ }
    #collaborate::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 16px;
      /* 22.5px * 0.71 */
      left: 0;
      top: 0;
      background: url("../img/collaborate_bg_01.png") no-repeat;
      background-size: contain; }
    #collaborate .collaborate__title {
      font-size: 17px;
      /* 24px * 0.71 */
      line-height: 1.4em;
      text-align: center;
      margin-bottom: 32px;
      /* 45px * 0.71 */ }
    #collaborate .collaborate__iamge {
      width: 352px;
      /* 493px * 0.71 */
      margin: 0 auto; }

  #information {
    padding: 43px 0;
    /* 60px * 0.71 */
    background: #F6F6F6; }
    #information .information__slider {
      width: 352px;
      /* 493px * 0.71 */
      margin: 0 auto; }
      #information .information__slider .information__list {
        width: 100%;
        border-radius: 5px;
        /* 7.5px * 0.71 */
        overflow: hidden;
        text-align: center;
        background: #fff; }
        #information .information__slider .information__list .information__list-title {
          font-size: 21px;
          /* 30px * 0.71 */
          line-height: 1.35em;
          color: #fff;
          padding: 12px 0;
          /* 16.5px * 0.71 */
          background: #CA0109;
          margin-bottom: 20px;
          /* 28px * 0.71 */ }
          #information .information__slider .information__list .information__list-title .small {
            display: inline-block;
            font-size: 15px;
            /* 21px * 0.71 */
            line-height: 1.6em; }
        #information .information__slider .information__list .information__income {
          margin-bottom: 17px;
          /* 24px * 0.71 */ }
          #information .information__slider .information__list .information__income .information__income-title {
            display: inline-block;
            font-size: 13px;
            /* 18px * 0.71 */
            letter-spacing: 0.03em;
            line-height: 1;
            border-radius: 32px;
            /* 45px * 0.71 */
            background: #DCDCDC;
            padding: 9px 17px;
            /* 12px 24px * 0.71 */ }
          #information .information__slider .information__list .information__income .information__income-text {
            font-size: 21px;
            /* 30px * 0.71 */
            letter-spacing: 0.03em;
            line-height: 2.3em;
            color: #CA0109; }
            #information .information__slider .information__list .information__income .information__income-text .number {
              display: inline-block;
              font-size: 34px;
              /* 48px * 0.71 */
              line-height: 1.6em;
              font-weight: bold; }
        #information .information__slider .information__list .information__description {
          margin-bottom: 17px;
          /* 24px * 0.71 */ }
          #information .information__slider .information__list .information__description .information__description-title {
            display: inline-block;
            font-size: 13px;
            /* 18px * 0.71 */
            letter-spacing: 0.03em;
            line-height: 1;
            border-radius: 32px;
            /* 45px * 0.71 */
            background: #DCDCDC;
            padding: 9px 17px;
            /* 12px 24px * 0.71 */
            margin-bottom: 10px;
            /* 13.5px * 0.71 */ }
          #information .information__slider .information__list .information__description .information__description-text {
            width: 299px;
            /* 418px * 0.71 */
            margin: 0 auto;
            font-size: 13px;
            /* 18px * 0.71 */
            letter-spacing: 0.03em;
            line-height: 1.6em;
            text-align: left; }
      #information .information__slider .prev-arrow {
        width: 11px;
        /* 15px * 0.71 */
        position: absolute;
        top: 50%;
        left: -18px;
        /* -25.5px * 0.71 */
        transform: translateY(-50%);
        cursor: pointer; }
      #information .information__slider .next-arrow {
        width: 11px;
        /* 15px * 0.71 */
        position: absolute;
        top: 50%;
        right: -18px;
        /* -25.5px * 0.71 */
        transform: translateY(-50%);
        cursor: pointer; }
      #information .information__slider .slide-dots {
        margin-top: 24px;
        /* 34px * 0.71 */
        text-align: center;
        font-size: 0; }
        #information .information__slider .slide-dots li {
          width: 11px;
          /* 15px * 0.71 */
          height: 11px;
          /* 15px * 0.71 */
          display: inline-block;
          margin: 0 5px;
          /* 7.5px * 0.71 */
          border-radius: 100%;
          background: #fff; }
          #information .information__slider .slide-dots li.slick-active {
            background: #CA0109; }
          #information .information__slider .slide-dots li button {
            display: block;
            width: 100%;
            height: 100%;
            font-size: 0;
            background: none;
            border: none;
            padding: 0; }

  #example {
    width: 100%;
    position: relative;
    padding: 48px 0 96px;
    /* 67px 134px * 0.71 */
    background: #CA0109; }
    #example::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 16px;
      /* 22.5px * 0.71 */
      top: 0;
      left: 0;
      background: url("../img/example_bg.png") no-repeat;
      background-size: contain; }
    #example .example__title {
      font-size: 32px;
      /* 45px * 0.71 */
      line-height: 1.4em;
      color: #fff;
      text-align: center;
      margin-bottom: 32px;
      /* 45px * 0.71 */ }
      #example .example__title span {
        display: inline-block; }
        #example .example__title span.example_title-logo {
          width: 134px;
          /* 188px * 0.71 */
          line-height: 1;
          margin-right: 5px;
          /* 7.5px * 0.71 */
          vertical-align: middle; }
        #example .example__title span.small {
          font-size: 19px;
          /* 27px * 0.71 */
          line-height: 1;
          vertical-align: middle; }
    #example .example__slider {
      width: 352px;
      /* 493px * 0.71 */
      margin: 0 auto; }
      #example .example__slider .example__item {
        width: 100%;
        padding: 21px 27px;
        /* 30px 37.5px * 0.71 */
        box-sizing: border-box;
        border-radius: 5px;
        /* 7.5px * 0.71 */
        background: #fff; }
        #example .example__slider .example__item .example__introduction {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 15px;
          /* 21px * 0.71 */ }
          #example .example__slider .example__item .example__introduction .example__introduction-image {
            width: 71px;
            /* 100px * 0.71 */ }
          #example .example__slider .example__item .example__introduction .example__introduction-namearea {
            width: 212px;
            /* 297px * 0.71 */ }
            #example .example__slider .example__item .example__introduction .example__introduction-namearea .example__introduction-name {
              font-size: 16px;
              /* 22.5px * 0.71 */
              letter-spacing: 0.03em;
              line-height: 1;
              color: #CA0109;
              margin-bottom: 3px;
              /* 4.5px * 0.71 */ }
            #example .example__slider .example__item .example__introduction .example__introduction-namearea .example__introduction-age {
              font-size: 13px;
              /* 18px * 0.71 */
              letter-spacing: 0.02em;
              line-height: 1.6em; }
        #example .example__slider .example__item .example__before {
          box-sizing: border-box;
          padding: 12px 0 5px;
          /* 16.5px 7.5px * 0.71 */
          text-align: center;
          border-radius: 5px 5px 0 0;
          /* 7.5px * 0.71 */
          background: #F6F6F6;
          margin-bottom: 3px;
          /* 4.5px * 0.71 */
          position: relative; }
          #example .example__slider .example__item .example__before::before {
            position: absolute;
            content: "";
            width: 21px;
            /* 30px * 0.71 */
            height: 15px;
            /* 21px * 0.71 */
            bottom: -10px;
            /* -13.5px * 0.71 */
            left: 50%;
            transform: translateX(-50%);
            background: url("../img/example_before_arrow.png") no-repeat;
            background-size: contain; }
          #example .example__slider .example__item .example__before .example__before-title {
            font-size: 11px;
            /* 15px * 0.71 */
            line-height: 1; }
          #example .example__slider .example__item .example__before .example__before-income {
            font-size: 15px;
            /* 21px * 0.71 */
            letter-spacing: 0.03em;
            line-height: 2.3em; }
            #example .example__slider .example__item .example__before .example__before-income .number {
              display: inline-block;
              font-size: 24px;
              /* 33px * 0.71 */
              line-height: 1.6em;
              font-weight: bold;
              margin-left: 5px;
              /* 7.5px * 0.71 */ }
        #example .example__slider .example__item .example__after {
          box-sizing: border-box;
          padding: 12px 0 5px;
          /* 16.5px 7.5px * 0.71 */
          color: #fff;
          text-align: center;
          border-radius: 0 0 5px 5px;
          /* 7.5px * 0.71 */
          background: #CA0109;
          margin-bottom: 15px;
          /* 21px * 0.71 */ }
          #example .example__slider .example__item .example__after .example__after-title {
            font-size: 11px;
            /* 15px * 0.71 */
            line-height: 1; }
          #example .example__slider .example__item .example__after .example__after-income {
            font-size: 20px;
            /* 28.5px * 0.71 */
            letter-spacing: 0.03em;
            line-height: 2.3em; }
            #example .example__slider .example__item .example__after .example__after-income .number {
              display: inline-block;
              font-size: 32px;
              /* 45px * 0.71 */
              line-height: 1.6em;
              font-weight: bold;
              margin-left: 5px;
              /* 7.5px * 0.71 */ }
        #example .example__slider .example__item .example__description {
          position: relative;
          padding-bottom: 45px;
          /* 63px * 0.71 */ }
          #example .example__slider .example__item .example__description .example__description-content {
            position: relative;
            max-height: 101px;
            /* 142px * 0.71 */
            overflow: hidden;
            transition: max-height 0.4s ease; }
            #example .example__slider .example__item .example__description .example__description-content::after {
              position: absolute;
              content: "";
              width: 100%;
              height: 85px;
              /* 119px * 0.71 */
              bottom: 0;
              left: 0;
              background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }
            #example .example__slider .example__item .example__description .example__description-content.is-open {
              max-height: none; }
              #example .example__slider .example__item .example__description .example__description-content.is-open::after {
                display: none; }
            #example .example__slider .example__item .example__description .example__description-content .example__description-text {
              position: relative;
              font-size: 13px;
              /* 18px * 0.71 */
              letter-spacing: 0.03em;
              line-height: 1.6em; }
          #example .example__slider .example__item .example__description .example__description-button {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            display: block;
            width: 112px;
            /* 157px * 0.71 */
            font-size: 11px;
            /* 15px * 0.71 */
            letter-spacing: 0;
            line-height: 1.4em;
            font-weight: bold;
            font-family: "Noto Sans JP", sans-serif;
            color: #CA0109;
            text-align: left;
            padding: 6px 0 6px 25px;
            /* 9px 34.5px * 0.71 */
            border-radius: 160px;
            /* 224px * 0.71 */
            border: solid 1.5px #CA0109;
            background: #fff;
            box-shadow: 0 5px 2px rgba(149, 149, 149, 0.15);
            /* 7.5px 3px * 0.71 */
            cursor: pointer; }
            #example .example__slider .example__item .example__description .example__description-button::after {
              position: absolute;
              content: "";
              width: 10px;
              /* 13.5px * 0.71 */
              height: 6px;
              /* 9px * 0.71 */
              right: 11px;
              /* 15px * 0.71 */
              top: 50%;
              transform: translateY(-50%);
              background: url("../img/button_arrow_red.png") no-repeat;
              background-size: contain;
              transition: 0.3s; }
            #example .example__slider .example__item .example__description .example__description-button.is-open::after {
              transform: translateY(-50%) rotate(-180deg); }
      #example .example__slider .prev-arrow {
        width: 11px;
        /* 15px * 0.71 */
        position: absolute;
        top: 50%;
        left: -18px;
        /* -25.5px * 0.71 */
        transform: translateY(-50%);
        cursor: pointer; }
      #example .example__slider .next-arrow {
        width: 11px;
        /* 15px * 0.71 */
        position: absolute;
        top: 50%;
        right: -18px;
        /* -25.5px * 0.71 */
        transform: translateY(-50%);
        cursor: pointer; }

  #flow {
    width: 100%;
    position: relative;
    padding: 0 0 48px;
    /* 67px * 0.71 */
    background: #CA0109; }
    #flow::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 16px;
      /* 22.5px * 0.71 */
      bottom: -1px;
      left: 0;
      background: url("../img/flow_bg_02.png") no-repeat;
      background-size: contain; }
    #flow .flow__title {
      font-size: 32px;
      /* 45px * 0.71 */
      line-height: 1.4em;
      color: #fff;
      text-align: center;
      margin-bottom: 32px;
      /* 45px * 0.71 */ }
      #flow .flow__title span {
        display: inline-block; }
        #flow .flow__title span.example_title-logo {
          width: 134px;
          /* 188px * 0.71 */
          line-height: 1;
          margin-right: 5px;
          /* 7.5px * 0.71 */
          vertical-align: middle; }
        #flow .flow__title span.small {
          font-size: 19px;
          /* 27px * 0.71 */
          line-height: 1;
          vertical-align: middle; }
    #flow .flow__content {
      width: 352px;
      /* 493px * 0.71 */
      margin: 0 auto;
      padding: 34px 0;
      /* 48px * 0.71 */
      border-radius: 5px;
      /* 7.5px * 0.71 */
      background: #F6F6F6; }
      #flow .flow__content .flow__head {
        width: 299px;
        /* 418px * 0.71 */
        margin: 0 auto 34px;
        /* 48px * 0.71 */ }
      #flow .flow__content .flow__contenst-image {
        width: 106.06%;
        margin-bottom: 51px;
        /* 72px * 0.71 */
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        line-height: 0;
        filter: drop-shadow(6px 12px 4px rgba(0, 0, 0, 0.19));
        /* 9px 16.5px 6px * 0.71 */ }
      #flow .flow__content .flow__special {
        margin-bottom: 17px;
        /* 24px * 0.71 */ }
        #flow .flow__content .flow__special .flow__comment {
          width: 277px;
          /* 388px * 0.71 */
          margin: 0 auto 17px;
          /* 24px * 0.71 */ }
          #flow .flow__content .flow__special .flow__comment .flow__comment-left {
            width: 209px;
            /* 293px * 0.71 */
            font-size: 15px;
            /* 21px * 0.71 */
            line-height: 1.6em;
            color: #fff;
            text-align: center;
            padding: 17px 0;
            /* 24px * 0.71 */
            border-radius: 5px;
            /* 7.5px * 0.71 */
            background: #CA0109;
            position: relative;
            margin-bottom: 12px;
            /* 16.5px * 0.71 */ }
            #flow .flow__content .flow__special .flow__comment .flow__comment-left::before {
              position: absolute;
              content: "";
              width: 31px;
              /* 43.5px * 0.71 */
              height: 31px;
              /* 43.5px * 0.71 */
              left: 49px;
              /* 69px * 0.71 */
              bottom: -17px;
              /* -24px * 0.71 */
              background: url("../img/flow_comment_left_arrow.png") no-repeat center;
              background-size: contain; }
          #flow .flow__content .flow__special .flow__comment .flow__comment-right {
            width: 177px;
            /* 248px * 0.71 */
            font-size: 15px;
            /* 21px * 0.71 */
            line-height: 1.6em;
            color: #fff;
            text-align: center;
            padding: 17px 0;
            /* 24px * 0.71 */
            border-radius: 5px;
            /* 7.5px * 0.71 */
            background: #CA0109;
            position: relative;
            margin-left: auto; }
            #flow .flow__content .flow__special .flow__comment .flow__comment-right::before {
              position: absolute;
              content: "";
              width: 31px;
              /* 43.5px * 0.71 */
              height: 31px;
              /* 43.5px * 0.71 */
              left: 72px;
              /* 101.5px * 0.71 */
              bottom: -17px;
              /* -24px * 0.71 */
              background: url("../img/flow_comment_right_arrow.png") no-repeat center;
              background-size: contain; }
        #flow .flow__content .flow__special .flow__special-title {
          font-size: 24px;
          /* 33px * 0.71 */
          line-height: 1.4em;
          color: #CA0109;
          text-align: center; }
      #flow .flow__content .flow__feature {
        width: 299px;
        /* 418px * 0.71 */
        margin: 0 auto;
        padding: 26px 0 34px;
        /* 36px 48px * 0.71 */
        text-align: center;
        border-radius: 5px;
        /* 7.5px * 0.71 */
        background: #fff; }
        #flow .flow__content .flow__feature .flow__feature-title {
          font-size: 15px;
          /* 21px * 0.71 */
          letter-spacing: 0.03em;
          line-height: 1.4em;
          margin-bottom: 26px;
          /* 36px * 0.71 */ }
        #flow .flow__content .flow__feature .flow__feature-image {
          width: 281px;
          /* 394px * 0.71 */
          margin: 0 auto; }

  #recommend {
    padding: 58px 0 69px;
    /* 81px 96px * 0.71 */
    background: #fff; }
    #recommend .recommend__title {
      font-size: 21px;
      /* 30px * 0.71 */
      line-height: 1.8em;
      color: #CA0109;
      text-align: center;
      margin-bottom: 43px;
      /* 60px * 0.71 */ }
      #recommend .recommend__title .line {
        border-bottom: solid 2px #CA0109;
        /* 3px * 0.71 */ }
    #recommend .recommend__content {
      width: 331px;
      /* 463px * 0.71 */
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
      #recommend .recommend__content .recommend__item {
        width: 154px;
        /* 215px * 0.71 */ }
        #recommend .recommend__content .recommend__item .reccomend__image-people {
          width: 100%;
          margin-bottom: 6px;
          /* 9px * 0.71 */ }
        #recommend .recommend__content .recommend__item .recommend__company-name {
          min-height: 2.533em;
          font-size: 16px;
          /* 22.5px * 0.71 */
          letter-spacing: 0.03em;
          line-height: 1.3em;
          margin-bottom: 2px;
          /* 3px * 0.71 */ }
        #recommend .recommend__content .recommend__item .recommend__people-name {
          font-size: 13px;
          /* 18px * 0.71 */
          letter-spacing: 0.03em;
          line-height: 1.6em;
          margin-bottom: 6px;
          /* 9px * 0.71 */ }
        #recommend .recommend__content .recommend__item .recommend__description {
          font-size: 11px;
          /* 15px * 0.71 */
          letter-spacing: 0.03em;
          line-height: 1.8em;
          margin-bottom: 6px;
          /* 9px * 0.71 */ }
        #recommend .recommend__content .recommend__item .recommend__img-signature {
          margin-left: auto; }
        #recommend .recommend__content .recommend__item:first-child .recommend__img-signature {
          width: 85px;
          /* 119px * 0.71 */ }
        #recommend .recommend__content .recommend__item:last-child .recommend__img-signature {
          width: 71px;
          /* 99px * 0.71 */ }

  #interview {
    padding: 43px 0;
    /* 60px * 0.71 */ }
    #interview .interview__title {
      font-size: 26px;
      /* 36px * 0.71 */
      line-height: 1.4em;
      font-weight: 900;
      text-align: center;
      margin-bottom: 32px;
      /* 45px * 0.71 */
      background: linear-gradient(135deg, #C91E23 0%, #C91E23 50%, #971D22 100%), linear-gradient(-135deg, #C91E23 0%, #C91E23 50%, #971D22 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      /* 念のため */ }
    #interview .interview__items {
      width: 341px;
      /* 478px * 0.71 */
      margin: 0 auto 32px;
      /* 45px * 0.71 */ }
      #interview .interview__items .interview__item {
        height: 87px;
        /* 122px * 0.71 */
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        border: solid 3px #CA0109;
        /* 4.5px * 0.71 */
        background: #CA0109;
        border-radius: 5px;
        /* 7.5px * 0.71 */ }
        #interview .interview__items .interview__item:nth-child(n+2) {
          margin-top: 13px;
          /* 18px * 0.71 */ }
        #interview .interview__items .interview__item .interview__number {
          width: 84px;
          /* 118px * 0.71 */
          display: flex;
          align-items: center;
          flex-direction: column;
          background: #FFF493;
          padding: 12px 0 0;
          /* 16.5px * 0.71 */
          color: #CA0109;
          border-radius: 3px 0 0 3px;
          /* 4.5px * 0.71 */ }
          #interview .interview__items .interview__item .interview__number .interview__number-text {
            font-size: 11px;
            /* 15px * 0.71 */
            line-height: 1.6em; }
          #interview .interview__items .interview__item .interview__number .interview__number-title {
            font-size: 36px;
            /* 51px * 0.71 */
            line-height: 1.1em;
            font-weight: 800; }
        #interview .interview__items .interview__item .interview__right {
          flex: 1;
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          #interview .interview__items .interview__item .interview__right .interview__description {
            width: 174px;
            /* 243px * 0.71 */
            padding: 7px 0;
            /* 10.5px * 0.71 */
            text-align: center;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column; }
            #interview .interview__items .interview__item .interview__right .interview__description .interview__description-text {
              font-size: 11px;
              /* 15px * 0.71 */
              line-height: 1.6em;
              margin-bottom: 3px;
              /* 4.5px * 0.71 */ }
            #interview .interview__items .interview__item .interview__right .interview__description .interview__description-title {
              font-size: 17px;
              /* 24px * 0.71 */
              line-height: 1.3em; }
          #interview .interview__items .interview__item .interview__right .interview_minute-image {
            width: 51px;
            /* 72px * 0.71 */ }
    #interview .interview__cta {
      width: 281px;
      /* 393px * 0.71 */
      margin: 0 auto; }
      #interview .interview__cta .interview__cta-button {
        display: block;
        width: 100%;
        transition: 0.3s; }
        #interview .interview__cta .interview__cta-button:hover {
          filter: brightness(1.1); }
        #interview .interview__cta .interview__cta-button .interview__cta-image {
          filter: drop-shadow(0 7px 4px rgba(227, 197, 167, 0.58));
          /* 10.5px 6px * 0.71 */ }

  #advisor {
    padding: 48px 0;
    /* 67px * 0.71 */
    background: #CA0109;
    position: relative; }
    #advisor::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 16px;
      /* 22.5px * 0.71 */
      top: -1px;
      left: 0;
      background: url("../img/advisor_bg_01.png") no-repeat;
      background-size: contain; }
    #advisor::after {
      position: absolute;
      content: "";
      width: 100%;
      height: 18px;
      /* 25.5px * 0.71 */
      bottom: -1px;
      left: 0;
      background: url("../img/advisor_bg_02.png") no-repeat center bottom;
      background-size: contain; }
    #advisor .advisor__text {
      font-size: 19px;
      /* 27px * 0.71 */
      line-height: 1.4em;
      color: #fff;
      text-align: center;
      margin-bottom: 16px;
      /* 22.5px * 0.71 */ }
      #advisor .advisor__text span {
        display: inline-block;
        padding: 0 19px;
        /* 27px * 0.71 */
        background: url("../img/advisor_text_line.png") no-repeat center bottom;
        background-size: 100%; }
    #advisor .advisor__title {
      font-size: 32px;
      /* 45px * 0.71 */
      line-height: 1.4em;
      color: #fff;
      text-align: center;
      margin-bottom: 32px;
      /* 45px * 0.71 */ }
    #advisor .advisor__content {
      width: 352px;
      /* 493px * 0.71 */
      margin: 0 auto; }
      #advisor .advisor__content .advisor__content-head {
        padding: 21px 0;
        /* 30px * 0.71 */
        border-radius: 5px;
        /* 7.5px * 0.71 */
        background: #fff;
        position: relative;
        text-align: center; }
        #advisor .advisor__content .advisor__content-head::before {
          position: absolute;
          content: "";
          width: 100%;
          height: 36px;
          /* 51px * 0.71 */
          left: 0;
          bottom: -26px;
          /* -36px * 0.71 */
          background: url("../img/advisor_item_bg_01.png") no-repeat center bottom;
          background-size: contain; }
        #advisor .advisor__content .advisor__content-head .advisor__content-title {
          font-size: 17px;
          /* 24px * 0.71 */
          line-height: 1.6em;
          color: #CA0109;
          text-align: center;
          margin-bottom: 14px;
          /* 19.5px * 0.71 */ }
        #advisor .advisor__content .advisor__content-head .advisor__items {
          width: 299px;
          /* 418px * 0.71 */
          margin: 0 auto;
          display: flex;
          justify-content: space-between; }
          #advisor .advisor__content .advisor__content-head .advisor__items .advisor__item {
            width: 139px;
            /* 194px * 0.71 */
            border-radius: 5px;
            /* 7.5px * 0.71 */
            background: #F6F6F6;
            overflow: hidden;
            padding-bottom: 9px;
            /* 12px * 0.71 */ }
            #advisor .advisor__content .advisor__content-head .advisor__items .advisor__item .advisor__description {
              height: 3.166em;
              margin: 4px 0 9px;
              /* 6px 12px * 0.71 */
              font-size: 13px;
              /* 18px * 0.71 */
              line-height: 1.6em;
              display: flex;
              justify-content: center;
              align-items: center;
              flex-direction: column; }
            #advisor .advisor__content .advisor__content-head .advisor__items .advisor__item .advisor__name {
              font-size: 10px;
              /* 13.5px * 0.71 */
              letter-spacing: 0;
              line-height: 1.6em; }

  #voice {
    padding: 51px 0;
    /* 72px * 0.71 */
    background: #F6F6F6; }
    #voice .voice__title {
      font-size: 26px;
      /* 36px * 0.71 */
      line-height: 1.4em;
      color: #CA0109;
      text-align: center;
      margin-bottom: 32px;
      /* 45px * 0.71 */ }
    #voice .voice__slider {
      width: 352px;
      /* 493px * 0.71 */
      margin: 0 auto 32px;
      /* 45px * 0.71 */ }
      #voice .voice__slider .voice__item {
        padding: 0 27px 21px;
        /* 37.5px 30px * 0.71 */
        box-sizing: border-box;
        border-radius: 5px;
        /* 7.5px * 0.71 */
        background: #fff; }
        #voice .voice__slider .voice__item .voice__item-number {
          width: 102px;
          /* 143px * 0.71 */
          margin: 0 auto 21px;
          /* 30px * 0.71 */
          height: 26px;
          /* 36px * 0.71 */
          font-size: 15px;
          /* 21px * 0.71 */
          line-height: 26px;
          /* 36px * 0.71 */
          font-weight: 800;
          color: #fff;
          text-align: center;
          background: url("../img/voice_number_bg.png") no-repeat center;
          background-size: 100% 100%; }
        #voice .voice__slider .voice__item .voice__item-image {
          width: 100%; }
        #voice .voice__slider .voice__item .voice__item-title {
          font-size: 16px;
          /* 22.5px * 0.71 */
          letter-spacing: 0.03em;
          line-height: 1.4em;
          color: #CA0109;
          margin: 21px 0 3px;
          /* 30px 4.5px * 0.71 */ }
        #voice .voice__slider .voice__item .voice__item-name {
          font-size: 13px;
          /* 18px * 0.71 */
          letter-spacing: 0.03m;
          line-height: 1.6em;
          margin-bottom: 21px;
          /* 30px * 0.71 */ }
        #voice .voice__slider .voice__item .voice__item-text {
          font-size: 13px;
          /* 18px * 0.71 */
          letter-spacing: 0.03em;
          line-height: 1.6em; }
      #voice .voice__slider .prev-arrow {
        width: 11px;
        /* 15px * 0.71 */
        position: absolute;
        top: 50%;
        left: -18px;
        /* -25.5px * 0.71 */
        transform: translateY(-50%);
        cursor: pointer; }
      #voice .voice__slider .next-arrow {
        width: 11px;
        /* 15px * 0.71 */
        position: absolute;
        top: 50%;
        right: -18px;
        /* -25.5px * 0.71 */
        transform: translateY(-50%);
        cursor: pointer; }
    #voice .voice__cta {
      width: 281px;
      /* 393px * 0.71 */
      margin: 0 auto; }
      #voice .voice__cta .voice__cta-button {
        display: block;
        width: 100%;
        transition: 0.3s; }
        #voice .voice__cta .voice__cta-button:hover {
          filter: brightness(1.1); }
        #voice .voice__cta .voice__cta-button .voice__cta-image {
          filter: drop-shadow(0 7px 4px rgba(227, 197, 167, 0.58));
          /* 10.5px 6px * 0.71 */ }

  #contact {
    padding: 48px 0 43px;
    /* 67px 60px * 0.71 */
    background: #FF8000;
    position: relative; }
    #contact::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 16px;
      /* 22.5px * 0.71 */
      left: 0;
      top: -1px;
      background: url("../img/contact_bg.png") no-repeat;
      background-size: contain; }
    #contact .contact__title {
      font-size: 26px;
      /* 36px * 0.71 */
      line-height: 1.4em;
      color: #fff;
      text-align: center;
      margin-bottom: 32px;
      /* 45px * 0.71 */ }
    #contact .contact__text {
      font-size: 15px;
      /* 21px * 0.71 */
      letter-spacing: 0.03em;
      line-height: 1.6em;
      color: #fff;
      text-align: center;
      margin-bottom: 32px;
      /* 45px * 0.71 */ }
    #contact .contact__form {
      width: 341px;
      /* 478px * 0.71 */
      margin: 0 auto; }
      #contact .contact__form .contact__items {
        margin-bottom: 32px;
        /* 45px * 0.71 */ }
        #contact .contact__form .contact__items .contact__item {
          position: relative; }
          #contact .contact__form .contact__items .contact__item:nth-child(n+2) {
            margin-top: 9px;
            /* 12px * 0.71 */ }
          #contact .contact__form .contact__items .contact__item .contact__item-title {
            font-size: 14px;
            /* 19.5px * 0.71 */
            letter-spacing: 0;
            line-height: 1.8em;
            font-weight: bold;
            color: #fff; }
          #contact .contact__form .contact__items .contact__item .contact__item-required {
            font-size: 14px;
            /* 19.5px * 0.71 */
            letter-spacing: 0;
            line-height: 1.8em;
            font-weight: bold;
            color: #fff;
            position: absolute;
            top: 0;
            right: 0; }
          #contact .contact__form .contact__items .contact__item .contact__input {
            width: 100%;
            height: 47px;
            /* 66px * 0.71 */
            box-sizing: border-box;
            padding: 10px 0 10px 21px;
            /* 13.5px 30px * 0.71 */
            border: none;
            background: #fff;
            border-radius: 5px;
            /* 7.5px * 0.71 */
            font-size: 16px;
            /* 18px * 0.71 */
            line-height: 2.166em;
            font-weight: 500;
            font-family: "Noto Sans JP", sans-serif; }
            #contact .contact__form .contact__items .contact__item .contact__input::placeholder {
              color: #DCDCDC; }
      #contact .contact__form .contact__privacy-text {
        font-size: 11px;
        /* 15px * 0.71 */
        letter-spacing: 0;
        line-height: 1.7em;
        font-weight: 500;
        text-align: center;
        margin-bottom: 9px;
        /* 12px * 0.71 */ }
        #contact .contact__form .contact__privacy-text .contact__privacy-link {
          display: inline-block;
          color: #fff;
          text-decoration: underline; }
      #contact .contact__form .contact__privacy-check {
        display: block;
        text-align: center;
        font-size: 12px;
        /* 16.5px * 0.71 */
        letter-spacing: 0;
        line-height: 1.8em;
        font-weight: bold;
        color: #fff; }
        #contact .contact__form .contact__privacy-check .contact_checkbox-text {
          display: inline-block;
          cursor: pointer; }
          #contact .contact__form .contact__privacy-check .contact_checkbox-text .contact__checkbox {
            width: 19px;
            /* 27px * 0.71 */
            height: 19px;
            /* 27px * 0.71 */
            margin: 0 6px 0 0;
            /* 9px * 0.71 */
            padding: 0;
            border: none;
            vertical-align: -0.35em; }
      #contact .contact__form .contact__button {
        display: block;
        width: 285px;
        /* 400px * 0.71 */
        margin: 32px auto 0;
        /* 45px * 0.71 */
        font-size: 19px;
        /* 27px * 0.71 */
        line-height: 1.6em;
        color: #fff;
        padding: 9px 0;
        /* 12px * 0.71 */
        border-radius: 107px;
        /* 150px * 0.71 */
        background: #CA0109;
        border: none;
        cursor: pointer;
        transition: 0.3s; }
        #contact .contact__form .contact__button:hover {
          filter: brightness(1.1); }

  .footer {
    padding: 21px 0;
    /* 30px * 0.71 */
    background: #000;
    color: #fff; }
    .footer .footer__menu {
      display: flex;
      justify-content: center;
      margin-bottom: 21px;
      /* 30px * 0.71 */ }
      .footer .footer__menu .footer__menu-text {
        font-size: 13px;
        /* 18px * 0.71 */
        letter-spacing: 0;
        line-height: 1.7em;
        font-weight: 500; }
        .footer .footer__menu .footer__menu-text .footer__menu-link {
          display: inline-block;
          color: #fff;
          text-decoration: underline; }
        .footer .footer__menu .footer__menu-text:first-child {
          margin-right: 12px;
          /* 16.5px * 0.71 */ }
          .footer .footer__menu .footer__menu-text:first-child .footer__menu-link {
            margin-left: 0.5em; }
          .footer .footer__menu .footer__menu-text:first-child::after {
            content: "|";
            margin-left: 12px;
            /* 16.5px * 0.71 */ }
    .footer .footer__copyright {
      font-size: 11px;
      /* 15px * 0.71 */
      letter-spacing: 0;
      line-height: 1.5em;
      font-weight: 500;
      text-align: center; } }
/* SP */
@media screen and (max-width: 768px) {
  #thanks_bg {
    background: #C91E23; }
    #thanks_bg #thanks {
      background: #fff;
      width: calc(100% - 34rem);
      margin: 0 auto; }

  .pconly {
    display: none !important; }

  html {
    font-size: calc(1vw * 100 / 375); }

  .collaborate__list {
    width: 100%;
    overflow: hidden;
    /* はみ出した部分を隠す */
    opacity: 0;
    /* 最初は隠しておく（ふわっと出す演出用） */
    transition: opacity 1s ease; }

  /* 画面に入った時に付与されるクラス */
  .collaborate__list.is-active {
    opacity: 1; }

  .collaborate__list-logos {
    display: flex;
    width: max-content;
    /* 中身の長さに合わせる */ }
    .collaborate__list-logos.logos2 {
      margin-bottom: 30rem; }

  /* is-activeがついたらアニメーション開始 */
  .collaborate__list.is-active .collaborate__list-logos {
    /* loop-slideというアニメーションを20秒かけて無限(infinite)に等速(linear)で再生 */
    animation: loop-slide 10s linear infinite; }

  .collaborate__list-logo {
    margin-left: 20rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    /* 縮まないようにする */ }
    .collaborate__list-logo.logo1 {
      width: 148rem; }
    .collaborate__list-logo.logo2 {
      width: 159rem; }
    .collaborate__list-logo.logo3 {
      width: 54rem; }
    .collaborate__list-logo.logo4 {
      width: 93rem; }
    .collaborate__list-logo.logo5 {
      width: 93rem; }
    .collaborate__list-logo.logo6 {
      width: 195rem; }
    .collaborate__list-logo.logo7 {
      width: 62rem; }
    .collaborate__list-logo.logo8 {
      width: 205rem; }
    .collaborate__list-logo.logo9 {
      width: 81rem; }
    .collaborate__list-logo.logo10 {
      width: 135rem; }
    .collaborate__list-logo.logo11 {
      width: 174rem; }
    .collaborate__list-logo.logo12 {
      width: 116rem; }
    .collaborate__list-logo.logo13 {
      width: 153rem; }

  #thanks {
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    #thanks .thanks__inner {
      width: 100%;
      text-align: center; }
      #thanks .thanks__inner .thanks__title {
        font-family: Hiragino Kaku Gothic Pro;
        font-weight: 600;
        font-size: 23rem;
        line-height: 160%;
        letter-spacing: 3%;
        margin-bottom: 15rem; }
      #thanks .thanks__inner .thanks__image {
        width: 160rem;
        margin: 0 auto 56rem; }
      #thanks .thanks__inner .thanks__text {
        font-family: Hiragino Kaku Gothic ProN;
        font-weight: 600;
        font-size: 15rem;
        line-height: 160%;
        letter-spacing: 3%; }

  #content {
    width: 100%; }

  .header {
    width: 375rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    box-sizing: border-box;
    padding: 16rem 20rem 3rem; }
    .header .header__logo {
      width: 106rem;
      line-height: 0; }

  #mv {
    margin-top: 11rem;
    padding-bottom: 183rem;
    background: #fff;
    position: relative; }
    #mv .mv__content {
      width: 355rem;
      margin: 0 auto;
      position: relative; }
      #mv .mv__content .mv__content-image {
        width: 100%; }
      #mv .mv__content .mv__content-title {
        font-size: 18rem;
        line-height: 1.6em;
        color: #FBFBFB;
        position: absolute;
        top: 56rem;
        left: 26rem; }
        #mv .mv__content .mv__content-title span.big {
          display: inline-block;
          font-size: 34rem;
          line-height: 1.3em;
          color: #000;
          padding: 2rem 5rem;
          background: #fff; }
      #mv .mv__content .mv__content-text {
        position: absolute;
        top: 148rem;
        left: 26rem;
        font-size: 16rem;
        line-height: 1.6em;
        color: #fff; }
        #mv .mv__content .mv__content-text span.red {
          display: inline-block;
          color: #CA0109;
          background: #fff; }
    #mv .mv__item {
      width: 334rem;
      text-align: center;
      box-sizing: border-box;
      border: solid 2rem #fff;
      border-radius: 5rem;
      position: absolute;
      bottom: 30rem;
      left: 50%;
      transform: translateX(-50%); }
      #mv .mv__item .mv__item-title {
        font-size: 14rem;
        line-height: 1.6em;
        color: #fff;
        padding: 16rem 0 17rem;
        background: #000;
        border-radius: 5rem 5rem 0 0;
        margin-bottom: 3rem; }
        #mv .mv__item .mv__item-title .big {
          font-size: 20rem; }
      #mv .mv__item .mv__item-box {
        display: flex;
        justify-content: space-between; }
        #mv .mv__item .mv__item-box .mv__item-about {
          width: 96rem;
          border-radius: 0 0 0 5rem;
          font-size: 12rem;
          line-height: 1;
          color: #fff;
          background: #CA0109;
          display: flex;
          justify-content: center;
          flex-direction: column; }
          #mv .mv__item .mv__item-box .mv__item-about .mv__item-image {
            width: 80rem;
            margin: 0 auto 6rem; }
        #mv .mv__item .mv__item-box .mv__item-description {
          width: 231rem; }
          #mv .mv__item .mv__item-box .mv__item-description .mv__item-text {
            font-size: 14rem;
            line-height: 1.6em;
            color: #CA0109;
            padding: 3rem 0;
            background: #F6F6F6; }
            #mv .mv__item .mv__item-box .mv__item-description .mv__item-text span.small {
              display: inline-block;
              font-size: 9rem;
              line-height: 1.6em;
              color: #000; }
            #mv .mv__item .mv__item-box .mv__item-description .mv__item-text span.middle {
              display: inline-block;
              font-size: 11rem;
              letter-spacing: -0.05em;
              color: #000;
              margin-right: 4rem; }
            #mv .mv__item .mv__item-box .mv__item-description .mv__item-text:nth-child(n+2) {
              margin-top: 3rem; }
            #mv .mv__item .mv__item-box .mv__item-description .mv__item-text:nth-child(3) {
              line-height: 1.17em; }

  #head {
    padding: 40rem 0;
    background: linear-gradient(to bottom, #fff, #F6F6F6);
    text-align: center; }
    #head .head__text {
      font-size: 18rem;
      line-height: 2em; }

  #collaborate {
    position: relative;
    z-index: 2;
    padding: 45rem 0; }
    #collaborate::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 15rem;
      left: 0;
      top: 0;
      background: url("../img/collaborate_bg_01.png") no-repeat;
      background-size: contain; }
    #collaborate .collaborate__title {
      font-size: 16rem;
      line-height: 1.4em;
      text-align: center;
      margin-bottom: 30rem; }
    #collaborate .collaborate__iamge {
      width: 330rem;
      margin: 0 auto; }

  #information {
    padding: 40rem 0;
    background: #F6F6F6; }
    #information .information__slider {
      width: 330rem;
      margin: 0 auto; }
      #information .information__slider .information__list {
        width: 100%;
        border-radius: 5rem;
        overflow: hidden;
        text-align: center;
        background: #fff; }
        #information .information__slider .information__list .information__list-title {
          font-size: 20rem;
          line-height: 1.35em;
          color: #fff;
          padding: 11rem 0;
          background: #CA0109;
          margin-bottom: 19rem; }
          #information .information__slider .information__list .information__list-title .small {
            display: inline-block;
            font-size: 14rem;
            line-height: 1.6em; }
        #information .information__slider .information__list .information__income {
          margin-bottom: 16rem; }
          #information .information__slider .information__list .information__income .information__income-title {
            display: inline-block;
            font-size: 12rem;
            letter-spacing: 0.03em;
            line-height: 1;
            border-radius: 30rem;
            background: #DCDCDC;
            padding: 8rem 16rem; }
          #information .information__slider .information__list .information__income .information__income-text {
            font-size: 20rem;
            letter-spacing: 0.03em;
            line-height: 2.3em;
            color: #CA0109; }
            #information .information__slider .information__list .information__income .information__income-text .number {
              display: inline-block;
              font-size: 32rem;
              line-height: 1.6em;
              font-weight: bold; }
        #information .information__slider .information__list .information__description {
          margin-bottom: 16rem; }
          #information .information__slider .information__list .information__description .information__description-title {
            display: inline-block;
            font-size: 12rem;
            letter-spacing: 0.03em;
            line-height: 1;
            border-radius: 30rem;
            background: #DCDCDC;
            padding: 8rem 16rem;
            margin-bottom: 9rem; }
          #information .information__slider .information__list .information__description .information__description-text {
            width: 280rem;
            margin: 0 auto;
            font-size: 12rem;
            letter-spacing: 0.03em;
            line-height: 1.6em;
            text-align: left; }
      #information .information__slider .prev-arrow {
        width: 10rem;
        position: absolute;
        top: 50%;
        left: -17rem;
        transform: translateY(-50%);
        cursor: pointer; }
      #information .information__slider .next-arrow {
        width: 10rem;
        position: absolute;
        top: 50%;
        right: -17rem;
        transform: translateY(-50%);
        cursor: pointer; }
      #information .information__slider .slide-dots {
        margin-top: 23rem;
        text-align: center;
        font-size: 0; }
        #information .information__slider .slide-dots li {
          width: 10rem;
          height: 10rem;
          display: inline-block;
          margin: 0 5rem;
          border-radius: 100%;
          background: #fff; }
          #information .information__slider .slide-dots li.slick-active {
            background: #CA0109; }
          #information .information__slider .slide-dots li button {
            display: block;
            width: 100%;
            height: 100%;
            font-size: 0;
            background: none;
            border: none;
            padding: 0; }

  #example {
    width: 100%;
    position: relative;
    padding: 45rem 0 90rem;
    background: #CA0109; }
    #example::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 15rem;
      top: -1px;
      left: 0;
      background: url("../img/example_bg.png") no-repeat;
      background-size: contain; }
    #example .example__title {
      font-size: 30rem;
      line-height: 1.4em;
      color: #fff;
      text-align: center;
      margin-bottom: 30rem; }
      #example .example__title span {
        display: inline-block; }
        #example .example__title span.example_title-logo {
          width: 125.76rem;
          line-height: 1;
          margin-right: 5rem;
          vertical-align: middle; }
        #example .example__title span.small {
          font-size: 18rem;
          line-height: 1;
          vertical-align: middle; }
    #example .example__slider {
      width: 330rem;
      margin: 0 auto; }
      #example .example__slider .example__item {
        width: 100%;
        padding: 20rem 25rem;
        box-sizing: border-box;
        border-radius: 5rem;
        background: #fff; }
        #example .example__slider .example__item .example__introduction {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 14rem; }
          #example .example__slider .example__item .example__introduction .example__introduction-image {
            width: 67rem; }
          #example .example__slider .example__item .example__introduction .example__introduction-namearea {
            width: 199rem; }
            #example .example__slider .example__item .example__introduction .example__introduction-namearea .example__introduction-name {
              font-size: 15rem;
              letter-spacing: 0.03em;
              line-height: 1;
              color: #CA0109;
              margin-bottom: 3rem; }
            #example .example__slider .example__item .example__introduction .example__introduction-namearea .example__introduction-age {
              font-size: 12rem;
              letter-spacing: 0.02em;
              line-height: 1.6em; }
        #example .example__slider .example__item .example__before {
          box-sizing: border-box;
          padding: 11rem 0 5rem;
          text-align: center;
          border-radius: 5rem 5rem 0 0;
          background: #F6F6F6;
          margin-bottom: 3rem;
          position: relative; }
          #example .example__slider .example__item .example__before::before {
            position: absolute;
            content: "";
            width: 20rem;
            height: 14rem;
            bottom: -9rem;
            left: 50%;
            transform: translateX(-50%);
            background: url("../img/example_before_arrow.png") no-repeat;
            background-size: contain; }
          #example .example__slider .example__item .example__before .example__before-title {
            font-size: 10rem;
            line-height: 1; }
          #example .example__slider .example__item .example__before .example__before-income {
            font-size: 14rem;
            letter-spacing: 0.03em;
            line-height: 2.3em; }
            #example .example__slider .example__item .example__before .example__before-income .number {
              display: inline-block;
              font-size: 22rem;
              line-height: 1.6em;
              font-weight: bold;
              margin-left: 5rem; }
        #example .example__slider .example__item .example__after {
          box-sizing: border-box;
          padding: 11rem 0 5rem;
          color: #fff;
          text-align: center;
          border-radius: 0 0 5rem 5rem;
          background: #CA0109;
          margin-bottom: 14rem; }
          #example .example__slider .example__item .example__after .example__after-title {
            font-size: 10rem;
            line-height: 1; }
          #example .example__slider .example__item .example__after .example__after-income {
            font-size: 19rem;
            letter-spacing: 0.03em;
            line-height: 2.3em; }
            #example .example__slider .example__item .example__after .example__after-income .number {
              display: inline-block;
              font-size: 30rem;
              line-height: 1.6em;
              font-weight: bold;
              margin-left: 5rem; }
        #example .example__slider .example__item .example__description {
          position: relative;
          padding-bottom: 42rem; }
          #example .example__slider .example__item .example__description .example__description-content {
            position: relative;
            max-height: 95rem;
            /* ← 初期表示の高さ */
            overflow: hidden;
            transition: max-height 0.4s ease; }
            #example .example__slider .example__item .example__description .example__description-content::after {
              position: absolute;
              content: "";
              width: 100%;
              height: 80rem;
              bottom: 0;
              left: 0;
              background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }
            #example .example__slider .example__item .example__description .example__description-content.is-open {
              max-height: none; }
              #example .example__slider .example__item .example__description .example__description-content.is-open::after {
                display: none; }
            #example .example__slider .example__item .example__description .example__description-content .example__description-text {
              position: relative;
              font-size: 12rem;
              letter-spacing: 0.03em;
              line-height: 1.6em; }
          #example .example__slider .example__item .example__description .example__description-button {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            display: block;
            width: 105rem;
            font-size: 10rem;
            letter-spacing: 0;
            line-height: 1.4em;
            font-weight: bold;
            font-family: "Noto Sans JP", sans-serif;
            color: #CA0109;
            text-align: left;
            padding: 6rem 0 6rem 23rem;
            border-radius: 150rem;
            border: solid 1rem #CA0109;
            background: #fff;
            box-shadow: 0 5rem 2rem rgba(149, 149, 149, 0.15);
            cursor: pointer; }
            #example .example__slider .example__item .example__description .example__description-button::after {
              position: absolute;
              content: "";
              width: 9rem;
              height: 6rem;
              right: 10rem;
              top: 50%;
              transform: translateY(-50%);
              background: url("../img/button_arrow_red.png") no-repeat;
              background-size: contain;
              transition: 0.3s; }
            #example .example__slider .example__item .example__description .example__description-button.is-open::after {
              transform: translateY(-50%) rotate(-180deg); }
      #example .example__slider .prev-arrow {
        width: 10rem;
        position: absolute;
        top: 50%;
        left: -17rem;
        transform: translateY(-50%);
        cursor: pointer; }
      #example .example__slider .next-arrow {
        width: 10rem;
        position: absolute;
        top: 50%;
        right: -17rem;
        transform: translateY(-50%);
        cursor: pointer; }

  #flow {
    width: 100%;
    position: relative;
    padding: 0 0 45rem;
    background: #CA0109; }
    #flow::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 15rem;
      bottom: 0;
      left: 0;
      background: url("../img/flow_bg_02.png") no-repeat;
      background-size: contain; }
    #flow .flow__title {
      font-size: 30rem;
      line-height: 1.4em;
      color: #fff;
      text-align: center;
      margin-bottom: 30rem; }
      #flow .flow__title span {
        display: inline-block; }
        #flow .flow__title span.example_title-logo {
          width: 125.76rem;
          line-height: 1;
          margin-right: 5rem;
          vertical-align: middle; }
        #flow .flow__title span.small {
          font-size: 18rem;
          line-height: 1;
          vertical-align: middle; }
    #flow .flow__content {
      width: 330rem;
      margin: 0 auto;
      padding: 32rem 0;
      border-radius: 5rem;
      background: #F6F6F6; }
      #flow .flow__content .flow__head {
        width: 280rem;
        margin: 0 auto 32rem; }
      #flow .flow__content .flow__contenst-image {
        width: 106.06%;
        margin-bottom: 48rem;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        line-height: 0;
        filter: drop-shadow(6rem 11rem 4rem rgba(0, 0, 0, 0.19)); }
      #flow .flow__content .flow__special {
        margin-bottom: 16rem; }
        #flow .flow__content .flow__special .flow__comment {
          width: 260rem;
          margin: 0 auto 16rem; }
          #flow .flow__content .flow__special .flow__comment .flow__comment-left {
            width: 196rem;
            font-size: 14rem;
            line-height: 1.6em;
            color: #fff;
            text-align: center;
            padding: 16rem 0;
            border-radius: 5rem;
            background: #CA0109;
            position: relative;
            margin-bottom: 11rem; }
            #flow .flow__content .flow__special .flow__comment .flow__comment-left::before {
              position: absolute;
              content: "";
              width: 29rem;
              height: 29rem;
              left: 46rem;
              bottom: -16rem;
              background: url("../img/flow_comment_left_arrow.png") no-repeat center;
              background-size: contain; }
          #flow .flow__content .flow__special .flow__comment .flow__comment-right {
            width: 166rem;
            font-size: 14rem;
            line-height: 1.6em;
            color: #fff;
            text-align: center;
            padding: 16rem 0;
            border-radius: 5rem;
            background: #CA0109;
            position: relative;
            margin-left: auto; }
            #flow .flow__content .flow__special .flow__comment .flow__comment-right::before {
              position: absolute;
              content: "";
              width: 29rem;
              height: 29rem;
              left: 68rem;
              bottom: -16rem;
              background: url("../img/flow_comment_right_arrow.png") no-repeat center;
              background-size: contain; }
        #flow .flow__content .flow__special .flow__special-title {
          font-size: 22rem;
          line-height: 1.4em;
          color: #CA0109;
          text-align: center; }
      #flow .flow__content .flow__feature {
        width: 280rem;
        margin: 0 auto;
        padding: 24rem 0 32rem;
        text-align: center;
        border-radius: 5rem;
        background: #fff; }
        #flow .flow__content .flow__feature .flow__feature-title {
          font-size: 14rem;
          letter-spacing: 0.03em;
          line-height: 1.4em;
          margin-bottom: 24rem; }
        #flow .flow__content .flow__feature .flow__feature-image {
          width: 264rem;
          margin: 0 auto; }

  #recommend {
    padding: 54rem 0 64rem;
    background: #fff; }
    #recommend .recommend__title {
      font-size: 20rem;
      line-height: 1.8em;
      color: #CA0109;
      text-align: center;
      margin-bottom: 40rem; }
      #recommend .recommend__title .line {
        border-bottom: solid 2rem #CA0109; }
    #recommend .recommend__content {
      width: 310rem;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
      #recommend .recommend__content .recommend__item {
        width: 144rem; }
        #recommend .recommend__content .recommend__item .reccomend__image-people {
          width: 100%;
          margin-bottom: 6rem; }
        #recommend .recommend__content .recommend__item .recommend__company-name {
          min-height: 2.533em;
          font-size: 15rem;
          letter-spacing: 0.03em;
          line-height: 1.3em;
          margin-bottom: 2rem; }
        #recommend .recommend__content .recommend__item .recommend__people-name {
          font-size: 12rem;
          letter-spacing: 0.03em;
          line-height: 1.6em;
          margin-bottom: 6rem; }
        #recommend .recommend__content .recommend__item .recommend__description {
          font-size: 10rem;
          letter-spacing: 0.03em;
          line-height: 1.8em;
          margin-bottom: 6rem; }
        #recommend .recommend__content .recommend__item .recommend__img-signature {
          margin-left: auto; }
        #recommend .recommend__content .recommend__item:first-child .recommend__img-signature {
          width: 80rem; }
        #recommend .recommend__content .recommend__item:last-child .recommend__img-signature {
          width: 66rem; }

  #interview {
    padding: 40rem 0; }
    #interview .interview__title {
      font-size: 24rem;
      line-height: 1.4em;
      font-weight: 900;
      text-align: center;
      margin-bottom: 30rem;
      background: linear-gradient(135deg, #C91E23 0%, #C91E23 50%, #971D22 100%), linear-gradient(-135deg, #C91E23 0%, #C91E23 50%, #971D22 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      /* 念のため */ }
    #interview .interview__items {
      width: 320rem;
      margin: 0 auto 30rem; }
      #interview .interview__items .interview__item {
        height: 82rem;
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        border: solid 3rem #CA0109;
        background: #CA0109;
        border-radius: 5rem; }
        #interview .interview__items .interview__item:nth-child(n+2) {
          margin-top: 12rem; }
        #interview .interview__items .interview__item .interview__number {
          width: 79rem;
          display: flex;
          align-items: center;
          flex-direction: column;
          background: #FFF493;
          padding: 11rem 0 0;
          color: #CA0109;
          border-radius: 3rem 0 0 3rem; }
          #interview .interview__items .interview__item .interview__number .interview__number-text {
            font-size: 10rem;
            line-height: 1.6em; }
          #interview .interview__items .interview__item .interview__number .interview__number-title {
            font-size: 34rem;
            line-height: 1.1em;
            font-weight: 800; }
        #interview .interview__items .interview__item .interview__right {
          flex: 1;
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          #interview .interview__items .interview__item .interview__right .interview__description {
            width: 163rem;
            padding: 7rem 0;
            text-align: center;
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column; }
            #interview .interview__items .interview__item .interview__right .interview__description .interview__description-text {
              font-size: 10rem;
              line-height: 1.6em;
              margin-bottom: 3rem; }
            #interview .interview__items .interview__item .interview__right .interview__description .interview__description-title {
              font-size: 16rem;
              line-height: 1.3em; }
          #interview .interview__items .interview__item .interview__right .interview_minute-image {
            width: 48rem; }
    #interview .interview__cta {
      width: 263rem;
      margin: 0 auto; }
      #interview .interview__cta .interview__cta-button {
        display: block;
        width: 100%;
        transition: 0.3s; }
        #interview .interview__cta .interview__cta-button:hover {
          filter: brightness(1.1); }
        #interview .interview__cta .interview__cta-button .interview__cta-image {
          filter: drop-shadow(0 7rem 4rem rgba(227, 197, 167, 0.58)); }

  #advisor {
    padding: 45rem 0;
    background: #CA0109;
    position: relative; }
    #advisor::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 15rem;
      top: -1px;
      left: 0;
      background: url("../img/advisor_bg_01.png") no-repeat;
      background-size: contain; }
    #advisor::after {
      position: absolute;
      content: "";
      width: 100%;
      height: 18rem;
      bottom: -1px;
      left: 0;
      background: url("../img/advisor_bg_02.png") no-repeat right bottom;
      background-size: contain; }
    #advisor .advisor__text {
      font-size: 18rem;
      line-height: 1.4em;
      color: #fff;
      text-align: center;
      margin-bottom: 15rem; }
      #advisor .advisor__text span {
        display: inline-block;
        padding: 0 18rem;
        background: url("../img/advisor_text_line.png") no-repeat center bottom;
        background-size: 100%; }
    #advisor .advisor__title {
      font-size: 30rem;
      line-height: 1.4em;
      color: #fff;
      text-align: center;
      margin-bottom: 30rem; }
    #advisor .advisor__content {
      width: 330rem;
      margin: 0 auto; }
      #advisor .advisor__content .advisor__content-head {
        padding: 20rem 0;
        border-radius: 5rem;
        background: #fff;
        position: relative;
        text-align: center; }
        #advisor .advisor__content .advisor__content-head::before {
          position: absolute;
          content: "";
          width: 100%;
          height: 34rem;
          left: 0;
          bottom: -24rem;
          background: url("../img/advisor_item_bg_01.png") no-repeat center bottom;
          background-size: contain; }
        #advisor .advisor__content .advisor__content-head .advisor__content-title {
          font-size: 16rem;
          line-height: 1.6em;
          color: #CA0109;
          text-align: center;
          margin-bottom: 13rem; }
        #advisor .advisor__content .advisor__content-head .advisor__items {
          width: 280rem;
          margin: 0 auto;
          display: flex;
          justify-content: space-between; }
          #advisor .advisor__content .advisor__content-head .advisor__items .advisor__item {
            width: 130rem;
            border-radius: 5rem;
            background: #F6F6F6;
            overflow: hidden;
            padding-bottom: 8rem; }
            #advisor .advisor__content .advisor__content-head .advisor__items .advisor__item .advisor__description {
              height: 3.166em;
              margin: 4rem 0 8rem;
              font-size: 12rem;
              line-height: 1.6em;
              display: flex;
              justify-content: center;
              align-items: center;
              flex-direction: column; }
            #advisor .advisor__content .advisor__content-head .advisor__items .advisor__item .advisor__name {
              font-size: 9rem;
              letter-spacing: 0;
              line-height: 1.6em; }

  #voice {
    padding: 48rem 0;
    background: #F6F6F6; }
    #voice .voice__title {
      font-size: 24rem;
      line-height: 1.4em;
      color: #CA0109;
      text-align: center;
      margin-bottom: 30rem; }
    #voice .voice__slider {
      width: 330rem;
      margin: 0 auto 30rem; }
      #voice .voice__slider .voice__item {
        padding: 0 25rem 20rem;
        box-sizing: border-box;
        border-radius: 5rem;
        background: #fff; }
        #voice .voice__slider .voice__item .voice__item-number {
          width: 96rem;
          margin: 0 auto 20rem;
          height: 24rem;
          font-size: 14rem;
          line-height: 24rem;
          font-weight: 800;
          color: #fff;
          text-align: center;
          background: url("../img/voice_number_bg.png") no-repeat center;
          background-size: 100% 100%; }
        #voice .voice__slider .voice__item .voice__item-image {
          width: 100%; }
        #voice .voice__slider .voice__item .voice__item-title {
          font-size: 15rem;
          letter-spacing: 0.03em;
          line-height: 1.4em;
          color: #CA0109;
          margin: 20rem 0 3rem; }
        #voice .voice__slider .voice__item .voice__item-name {
          font-size: 12rem;
          letter-spacing: 0.03m;
          line-height: 1.6em;
          margin-bottom: 20rem; }
        #voice .voice__slider .voice__item .voice__item-text {
          font-size: 12rem;
          letter-spacing: 0.03em;
          line-height: 1.6em; }
      #voice .voice__slider .prev-arrow {
        width: 10rem;
        position: absolute;
        top: 50%;
        left: -17rem;
        transform: translateY(-50%);
        cursor: pointer; }
      #voice .voice__slider .next-arrow {
        width: 10rem;
        position: absolute;
        top: 50%;
        right: -17rem;
        transform: translateY(-50%);
        cursor: pointer; }
    #voice .voice__cta {
      width: 263rem;
      margin: 0 auto; }
      #voice .voice__cta .voice__cta-button {
        display: block;
        width: 100%;
        transition: 0.3s; }
        #voice .voice__cta .voice__cta-button:hover {
          filter: brightness(1.1); }
        #voice .voice__cta .voice__cta-button .voice__cta-image {
          filter: drop-shadow(0 7rem 4rem rgba(227, 197, 167, 0.58)); }

  #contact {
    padding: 45rem 0 40rem;
    background: #FF8000;
    position: relative; }
    #contact::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 15rem;
      left: 0;
      top: -1px;
      background: url("../img/contact_bg.png") no-repeat;
      background-size: contain; }
    #contact .contact__title {
      font-size: 24rem;
      line-height: 1.4em;
      color: #fff;
      text-align: center;
      margin-bottom: 30rem; }
    #contact .contact__text {
      font-size: 14rem;
      letter-spacing: 0.03em;
      line-height: 1.6em;
      color: #fff;
      text-align: center;
      margin-bottom: 30rem; }
    #contact .contact__form {
      width: 320rem;
      margin: 0 auto; }
      #contact .contact__form .contact__items {
        margin-bottom: 30rem; }
        #contact .contact__form .contact__items .contact__item {
          position: relative; }
          #contact .contact__form .contact__items .contact__item:nth-child(n+2) {
            margin-top: 8rem; }
          #contact .contact__form .contact__items .contact__item .contact__item-title {
            font-size: 13rem;
            letter-spacing: 0;
            line-height: 1.8em;
            font-weight: bold;
            color: #fff; }
          #contact .contact__form .contact__items .contact__item .contact__item-required {
            font-size: 13rem;
            letter-spacing: 0;
            line-height: 1.8em;
            font-weight: bold;
            color: #fff;
            position: absolute;
            top: 0;
            right: 0; }
          #contact .contact__form .contact__items .contact__item .contact__input {
            width: 100%;
            height: 44rem;
            box-sizing: border-box;
            padding: 9rem 0 9rem 20rem;
            border: none;
            background: #fff;
            border-radius: 5rem;
            font-size: 16px;
            line-height: 2.166em;
            font-weight: 500;
            font-family: "Noto Sans JP", sans-serif; }
            #contact .contact__form .contact__items .contact__item .contact__input::placeholder {
              color: #DCDCDC; }
      #contact .contact__form .contact__privacy-text {
        font-size: 10rem;
        letter-spacing: 0;
        line-height: 1.7em;
        font-weight: 500;
        text-align: center;
        margin-bottom: 8rem; }
        #contact .contact__form .contact__privacy-text .contact__privacy-link {
          display: inline-block;
          color: #fff;
          text-decoration: underline; }
      #contact .contact__form .contact__privacy-check {
        display: block;
        text-align: center;
        font-size: 11rem;
        letter-spacing: 0;
        line-height: 1.8em;
        font-weight: bold;
        color: #fff; }
        #contact .contact__form .contact__privacy-check .contact_checkbox-text {
          display: inline-block;
          cursor: pointer; }
          #contact .contact__form .contact__privacy-check .contact_checkbox-text .contact__checkbox {
            width: 18rem;
            height: 18rem;
            margin: 0 6rem 0 0;
            padding: 0;
            border: none;
            vertical-align: -0.35em; }
      #contact .contact__form .contact__button {
        display: block;
        width: 268rem;
        margin: 30rem auto 0;
        font-size: 18rem;
        line-height: 1.6em;
        color: #fff;
        padding: 8rem 0;
        border-radius: 100rem;
        background: #CA0109;
        border: none;
        cursor: pointer;
        transition: 0.3s; }
        #contact .contact__form .contact__button:hover {
          filter: brightness(1.1); }

  .footer {
    padding: 20rem 0 82rem;
    background: #000;
    color: #fff; }
    .footer .footer__menu {
      display: flex;
      justify-content: center;
      margin-bottom: 20rem; }
      .footer .footer__menu .footer__menu-text {
        font-size: 12rem;
        letter-spacing: 0;
        line-height: 1.7em;
        font-weight: 500; }
        .footer .footer__menu .footer__menu-text .footer__menu-link {
          display: inline-block;
          color: #fff;
          text-decoration: underline; }
        .footer .footer__menu .footer__menu-text:first-child {
          margin-right: 11rem; }
          .footer .footer__menu .footer__menu-text:first-child .footer__menu-link {
            margin-left: 0.5em; }
          .footer .footer__menu .footer__menu-text:first-child::after {
            content: "|";
            margin-left: 11rem; }
    .footer .footer__copyright {
      font-size: 10rem;
      letter-spacing: 0;
      line-height: 1.5em;
      font-weight: 500;
      text-align: center; }

  #cta {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    line-height: 0;
    z-index: 10; }
    #cta .cta__button {
      display: block;
      width: 100%;
      line-height: 0; } }
