@charset "UTF-8";
/* --- CSS start ---*/
* {
  margin: 0;
  padding: 0;
  line-height: 1; }

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

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

a {
  text-decoration: none;
  color: #fff; }

html {
  box-sizing: border-box;
  font-size: 62.5%; }

body {
  width: 100%;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500; }

@media (min-width: 769px) {
  body {
    min-width: 110rem; } }

ul, li {
  list-style: none; }

.futura {
  font-family: futura, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 300;
  letter-spacing: 1.2px; }

.din-r {
  font-family: din-condensed,sans-serif;
  font-weight: 400;
  font-style: normal; }

.din-l {
  font-family: din-condensed, sans-serif;
  font-weight: 300;
  font-style: normal; }

input,
button,
textarea,
select {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* font-familyを継承しないので、継承させる */
  font-family: inherit;
  /* iOSの角丸をリセット */
  border-radius: 0;
  /* box-size */
  box-sizing: border-box;
  /* 文字の大きさ iOSでズームさせないために16px以上を指定 */
  font-size: 16px;
  /* 文字色を親から継承 */
  color: inherit; }

.ttl_block {
  color: #222;
  line-height: 4rem;
  margin-bottom: 2rem;
  margin-left: 2rem; }
  .ttl_block .sec__ttl {
    font-size: 12vw;
    margin-bottom: .5rem; }
  .ttl_block .sec__subTtl {
    font-size: 3.5vw;
    font-weight: bold;
    letter-spacing: .5vw; }

@media (min-width: 769px) {
  .ttl_block {
    margin: 0 auto 2rem; }
    .ttl_block .sec__ttl {
      font-size: 8rem; }
    .ttl_block .sec__subTtl {
      font-size: 2.1rem; } }

.vertical-ttl {
  font-size: 4.5vw;
  margin-bottom: 1rem; }

@media (min-width: 769px) {
  .vertical-ttl {
    width: 10%;
    position: relative;
    top: -5rem;
    z-index: 2; }
    .vertical-ttl p {
      width: 9rem;
      top: 4rem;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%) rotateZ(270deg);
      font-size: 1.6rem; }
      .vertical-ttl p::before {
        content: "";
        position: relative;
        top: -.5rem;
        margin-right: .6rem;
        display: inline-block;
        background: #222;
        height: .1rem;
        width: 5rem; } }

.arrowDown {
  position: absolute;
  bottom: .9rem;
  left: 0;
  display: table;
  width: 5%;
  height: 100%; }
  .arrowDown__inner {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    height: 100%; }

.scroll-down {
  display: block;
  position: relative;
  padding-top: 79px;
  text-align: center; }
  .scroll-down::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Safari 4+ */
    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Fx 5+ */
    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Opera 12+ */
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1px;
    width: 1px;
    height: 85px;
    background: #222;
    content: ''; }

.arrow-down {
  display: block;
  margin: 0 auto;
  width: 10px; }
  .arrow-down:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: calc(50% - 3.9px);
    width: 1px;
    height: 10px;
    border-top: 10px solid #000;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent; }

@media (min-width: 769px) {
  .arrow-down:after {
    left: calc(50% - 5.4px); }
  .scroll-down::before {
    left: 48.8%; } }

@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); } }

@-moz-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); } }

@-o-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); } }

@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); }
  50% {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0); } }

.mv .button.is-show {
  opacity: 1;
  transition: all .25s; }

.mv .button.color-change {
  background: #FECF07;
  color: #222;
  font-weight: bold; }

.pc {
  display: none; }

@media (min-width: 769px) {
  .pc {
    display: block; }
  .sp {
    display: none !important; } }

.header .contents {
  width: 100%;
  overflow: hidden;
  background-image: url(../img/dot_sp.png), url(../img/dot_sp.png), url(../img/dot_sp.png), url(../img/dot_sp.png);
  background-repeat: repeat-y;
  background-position: 5%,35%,65%,95%;
  margin: 0 auto; }

.header__block {
  display: flex;
  justify-content: space-between; }

.header__logo {
  padding: 1rem 0;
  width: 17.06667vw; }

.header__nav {
  padding: 2rem; }
  .header__nav-txt {
    font-size: 2rem;
    position: relative;
    letter-spacing: 0.1em;
    z-index: 100;
    transition: all .4s;
    transition-delay: 300ms; }
  .header__nav-circle {
    position: relative;
    z-index: 100;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 7px auto 0;
    background-color: #FFDF17;
    border-radius: 50%; }

.header__navBox {
  position: fixed;
  z-index: 5000;
  top: 2rem;
  right: 1.5rem;
  cursor: pointer; }

@media (min-width: 769px) {
  .header__logo {
    padding: 2rem 1rem;
    width: 8.59375vw;
    margin-top: 0.6rem;
    margin-left: .5rem; }
  .header .contents {
    background-position: 10%,36.6%,63.2%,90%; }
  .header__nav-txt {
    font-size: 2rem;
    margin-bottom: 1rem; }
  .header__navBox {
    top: 2.5rem;
    right: 3rem; } }

.footer {
  background: #222;
  padding: 30rem 0 4rem;
  color: #fff;
  position: relative; }
  .footer__arrow {
    position: absolute;
    font-size: 3vw;
    letter-spacing: .1rem;
    left: -1rem;
    top: 9rem; }
    .footer__arrow p {
      transform: rotateZ(270deg);
      text-align: center;
      position: relative;
      top: 2rem; }
    .footer__arrow .arrowDown {
      width: 100%;
      transform: rotateZ(180deg);
      left: -.2rem;
      top: 8rem; }
    .footer__arrow .scroll-down::before {
      background: #fff;
      left: 19.5px;
      top: 1rem;
      height: 90%; }
    .footer__arrow .arrow-down:after {
      border-top: 10px solid #fff;
      left: calc(50% - 4px); }
  .footer__block {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: baseline; }
  .footer__logo {
    width: 30%; }
  .footer__comp {
    font-size: 3vw;
    letter-spacing: 1.2px; }

@media (min-width: 680px) {
  .footer {
    padding: 53rem 0 4rem; } }

@media (min-width: 769px) {
  .footer {
    padding: 43rem 0 5rem; }
    .footer__arrow {
      font-size: 1.6rem;
      left: 0;
      top: 10rem;
      width: 10%; }
      .footer__arrow .arrowDown {
        top: 14.5rem;
        left: -.3rem; }
      .footer__arrow .scroll-down::before {
        left: 48%; }
      .footer__arrow .arrow-down:after {
        border-top: 10px solid #fff;
        left: calc(50% - 5.6px); }
    .footer__block {
      margin: 0 0 0 auto; }
    .footer__logo {
      width: 20rem; }
    .footer__comp {
      font-size: 1.8rem;
      margin-right: 5rem; } }

.company {
  position: relative;
  background: #F0F0F0;
  height: 65rem;
  padding: 7rem 0 5rem; }
  .company__content {
    position: relative;
    z-index: 2;
    width: 95%;
    margin-left: auto;
    background: #fff; }
  .company__table {
    font-size: 3.9vw;
    width: 90%;
    font-weight: bold;
    text-align: right;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    letter-spacing: .1rem; }
  .company__left {
    width: 30%;
    line-height: 1.5;
    border-bottom: 1.5px solid #F0F0F0;
    padding: 2.5rem 0; }
  .company__right {
    width: 65%;
    line-height: 1.5;
    text-align: left;
    border-bottom: 1.5px solid #F0F0F0;
    padding: 2.5rem 0; }
  .company .twoLines {
    line-height: 3; }
  .company__map {
    width: 100%;
    margin-left: auto; }
    .company__map iframe {
      width: 100%;
      height: 25rem; }

@media (min-width: 769px) {
  .company {
    padding: 0;
    height: 87rem; }
    .company .ttl_block {
      margin-bottom: 4rem;
      padding-top: 10rem; }
    .company .contents {
      width: 80%;
      margin: 0 auto; }
    .company__content {
      width: 90%;
      margin-left: auto; }
      .company__content-inner {
        padding: 5rem 5rem 0; }
    .company__table {
      font-size: 2.1rem; }
    .company .twoLines {
      line-height: 1.5; }
    .company iframe {
      width: 100%;
      height: 45rem; } }

.contact {
  background: #F0F0F0;
  padding: 10rem 0 2rem; }
  .contact__form {
    width: 90%;
    margin: 5rem auto; }
  .contact__q {
    display: block;
    font-size: 3.5vw;
    width: 100%;
    border: 1px solid #000;
    margin-bottom: 2rem;
    padding: 2rem 1.5rem; }
  .contact .btn {
    display: block;
    width: 100%;
    background: #FECF07;
    padding: 2.3rem;
    color: #000;
    font-size: 5vw;
    letter-spacing: 0.5rem;
    font-weight: bold;
    border: none;
    border-radius: 4rem 4rem 4rem 4rem; }
  .contact #msg {
    margin-bottom: 2.5rem; }

@media (min-width: 769px) {
  .contact {
    padding: 15rem 0 7rem; }
    .contact .ttl_block {
      margin-bottom: 5rem; }
    .contact .contents {
      width: 80%;
      margin: 0 auto;
      max-width: 150rem; }
    .contact__form {
      width: 100%;
      margin: 0 auto; }
    .contact__q {
      display: block;
      font-size: 1.8rem;
      width: 70%;
      border: 1px solid #000;
      margin-bottom: 2rem;
      padding: 2rem 1.5rem; }
    .contact .btn {
      font-size: 2.4rem;
      padding: 3rem;
      font-weight: normal; }
    .contact #msg {
      width: 100%;
      margin-bottom: 4rem; } }

.faq {
  padding: 10rem 0; }
  .faq__block {
    width: 90%;
    margin: 4rem auto 1rem; }
  .faq__content {
    border-bottom: 1px solid #000;
    font-size: 4.3vw;
    padding-top: 3rem; }
    .faq__content dt, .faq__content dd {
      margin-bottom: 3rem; }
    .faq__content:nth-child(2n) {
      background: #F0F0F0; }
    .faq__content .question {
      cursor: pointer;
      position: relative;
      line-height: 1.3;
      font-weight: bold;
      width: 90%;
      padding-left: 1em;
      text-indent: -1em; }
      .faq__content .question::before, .faq__content .question::after {
        cursor: pointer;
        content: '';
        display: block;
        width: 22px;
        height: 1.3px;
        border-radius: 5px;
        background: #000;
        position: absolute;
        right: -3rem;
        top: 15.5px;
        transform: translateY(-50%); }
      .faq__content .question::after {
        background: #000;
        transform: translateY(-50%) rotate(90deg);
        transition: 0.3s; }
    .faq__content .active::after {
      transform: rotate(0);
      transition: 0.3s;
      opacity: 0;
      top: 15px; }
    .faq__content .answer {
      line-height: 1.3;
      font-weight: bold;
      width: 90%;
      padding-left: 1em;
      text-indent: -1em; }
    .faq__content .answer01 {
      display: none; }
    .faq__content .answer02 {
      display: none; }
    .faq__content .answer03 {
      display: none; }
    .faq__content .answer04 {
      display: none; }
    .faq__content .answer05 {
      display: none; }
    .faq__content .answer06 {
      display: none; }

@media (min-width: 769px) {
  .faq {
    padding: 15rem 0; }
    .faq .ttl_block {
      margin-bottom: 5rem; }
    .faq .contents {
      width: 80%;
      margin: 0 auto;
      max-width: 150rem; }
    .faq__block {
      width: 100%; }
    .faq__content {
      font-size: 2rem;
      padding: 3rem 2rem 0; } }

.flow {
  background: #FECF07;
  padding: 9rem 0 0;
  height: 53rem; }
  .flow__blocks {
    width: calc(100% - 5%);
    position: relative;
    top: 2rem;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .flow__steps {
    position: relative;
    width: 50%;
    padding: 4rem 2rem; }
  .flow__step {
    font-size: 16vw;
    color: transparent;
    -webkit-text-stroke: 1px #222;
    text-stroke: 1px #222;
    text-align: center;
    opacity: .2; }
    .flow__step-num {
      font-size: 30vw;
      line-height: .7; }
    .flow__step-txt {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80%;
      text-align: center;
      color: #222;
      font-size: 5vw;
      font-weight: bold;
      line-height: 1.3; }
      .flow__step-txt span {
        font-size: 3vw; }
  .flow .fstStep {
    background: #fff; }
  .flow .secStep {
    background: #F5F5F5; }
  .flow .thdStep {
    background: #DDDDDD; }
  .flow .fthStep {
    background: #D0D0D0; }

@media (min-width: 769px) {
  .flow {
    height: 46rem; }
    .flow .contents {
      width: 80%;
      margin: 0 auto 15rem;
      max-width: 160rem; }
    .flow__separate {
      display: flex;
      justify-content: center; }
    .flow__blocks {
      width: calc(100% - 10%);
      top: -5rem; }
    .flow__steps {
      width: 25%;
      padding: 6rem 2rem; }
    .flow__step {
      font-size: 8rem; }
      .flow__step-txt {
        font-size: 3.8rem; }
        .flow__step-txt span {
          font-size: 2.4rem; }
      .flow__step-num {
        font-size: 18rem; } }

.members {
  background: #222;
  padding: 10rem 0 15rem;
  color: #fff; }
  .members .ttl_block {
    padding-top: 10rem; }
  .members .sec__ttl {
    color: #fff;
    margin-bottom: 3rem; }
  .members__ceo {
    width: 90%;
    margin: 0 auto 5rem;
    letter-spacing: .2rem; }
    .members__ceo-img {
      width: 100%;
      margin-bottom: 3rem; }
    .members__ceo-position {
      font-size: 3vw;
      font-weight: bold;
      margin-bottom: 1.5rem; }
    .members__ceo-name {
      font-size: 5vw;
      font-weight: bold;
      margin-bottom: 1.5rem; }
      .members__ceo-name span {
        font-size: 3vw; }
    .members__ceo-exp {
      font-size: 3.5vw;
      line-height: 1.7; }
  .members .swiperSp__container {
    position: relative;
    width: 60%;
    margin: 0 auto; }
    .members .swiperSp__container .members__sliders {
      width: 100%;
      margin: 0 auto; }
    .members .swiperSp__container .swiper-button-prev, .members .swiperSp__container .swiper-button-next {
      color: #fff;
      top: 14%; }
      .members .swiperSp__container .swiper-button-prev::before, .members .swiperSp__container .swiper-button-prev::after, .members .swiperSp__container .swiper-button-next::before, .members .swiperSp__container .swiper-button-next::after {
        font-size: 6vw; }
    .members .swiperSp__container .swiper-button-prev {
      left: -3rem; }
    .members .swiperSp__container .swiper-button-next {
      right: -3rem; }
    .members .swiperSp__container .swiper-pagination {
      bottom: -5rem;
      width: 23rem; }
      .members .swiperSp__container .swiper-pagination .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
        border-radius: 100%;
        margin: 0 .5rem;
        background: #fff;
        border: 1px solid #fff; }
  .members__slide {
    width: 100%; }
    .members__slide-img {
      margin-bottom: 2rem; }
    .members__slide-job {
      font-size: 3vw;
      font-weight: bold;
      margin-bottom: 1.5rem; }
    .members__slide-name {
      font-size: 5vw;
      font-weight: bold;
      margin-bottom: 1.5rem; }
      .members__slide-name span {
        font-size: 2.8vw; }
    .members__slide-exp {
      font-size: 3.5vw;
      line-height: 1.7; }

@media (min-width: 680px) {
  .members {
    padding: 50rem 0 10%; }
    .members .swiper-pagination {
      bottom: -5rem;
      width: 45rem; } }

@media (min-width: 769px) {
  .members {
    padding: 20rem 0 10%; }
    .members .sec__ttl {
      margin-bottom: 10rem; }
    .members .contents {
      width: 80%;
      margin: 0 auto;
      max-width: 160rem; }
    .members__ceo {
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin: 0 auto 10rem;
      max-width: 100rem; }
      .members__ceo-img {
        width: 50rem;
        margin-bottom: 0; }
      .members__ceo-txt {
        width: 40rem;
        margin-left: 5rem; }
      .members__ceo-position {
        font-size: 1.4rem; }
      .members__ceo-name {
        font-size: 3rem; }
        .members__ceo-name span {
          font-size: 1.8rem; }
      .members__ceo-exp {
        font-size: 1.4rem;
        line-height: 1.7; }
    .members__lists {
      display: flex;
      justify-content: center;
      color: #fff;
      position: relative; }
    .members__list-name span {
      font-size: 1.5rem; }
    .members .swiperPc__box {
      position: relative; }
    .members .vertical-ttl {
      top: 1.5rem;
      width: 10%; }
      .members .vertical-ttl p {
        width: 11rem; }
        .members .vertical-ttl p::before {
          background: #fff; }
    .members .swiperPc__container {
      position: relative;
      width: 90%;
      height: 55rem;
      margin-right: 5%;
      overflow: hidden; }
    .members .swiper-button-next {
      color: #fff;
      top: 8vw; }
      .members .swiper-button-next::after {
        font-size: 3.5rem; }
    .members .swiper-pagination {
      bottom: -3rem; }
      .members .swiper-pagination .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
        border-radius: 100%;
        margin: 0 .7rem;
        background: #fff;
        border: 1px solid #fff; }
    .members__listsBox {
      width: 90%; }
    .members__list {
      width: 30%; }
      .members__list-img {
        width: 100%;
        margin-bottom: 1rem; }
      .members__list-job {
        font-size: 1.4rem;
        margin-bottom: 1rem; }
      .members__list-name {
        font-size: 2.5rem;
        margin-bottom: 1rem; }
      .members__list-exp {
        font-size: 1.4rem;
        line-height: 1.7; } }

#wrapper .swiper-button-next:after {
  content: '';
  background-image: url(../img/arrow-right.png);
  display: inline-block;
  width: 1.5rem;
  height: 3.1rem;
  background-size: cover; }

#wrapper .swiper-button-prev:after {
  content: '';
  background-image: url(../img/arrow-left.png);
  display: inline-block;
  width: 1.5rem;
  height: 3.1rem;
  background-size: cover; }

.point .contents {
  position: relative;
  background: #F0F0F0;
  padding-top: 20rem;
  margin-top: -18rem;
  margin-bottom: 20rem; }

.point .ttl_block {
  padding-top: 10rem; }

.point__lists {
  width: 80%;
  margin: 5rem auto 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 100rem; }

.point__list {
  position: relative;
  width: 63%;
  margin: 0 auto 5rem; }
  .point__list-txt {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 85%;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    font-size: 4vw; }

.point__midImg {
  position: relative;
  top: 10rem;
  width: calc(100% - 5%);
  margin-left: auto;
  height: 20rem; }
  .point__midImg img {
    object-fit: cover;
    height: 20rem; }

.point__thdTtl {
  font-size: 4.5vw;
  margin-bottom: 1rem; }
  .point__thdTtl::before {
    content: "";
    position: relative;
    top: -.5rem;
    margin-right: .6rem;
    display: inline-block;
    height: .2rem;
    width: 3rem;
    background: #222; }

.point__paras {
  width: 90%;
  margin: 0 auto 3rem; }

.point__para {
  font-size: 4vw;
  font-weight: bold;
  line-height: 8vw;
  letter-spacing: .1em; }

.point .underline {
  display: inline;
  background: linear-gradient(transparent 60%, #FFDF17 40%); }

@media (min-width: 769px) {
  .point .contents {
    padding-bottom: 7rem;
    margin-bottom: 33rem; }
  .point .layoutPc {
    width: 80%;
    margin: 0 auto;
    max-width: 160rem; }
  .point__lists {
    width: 90%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap; }
  .point__list {
    width: 22rem;
    margin: 0 0 5rem; }
    .point__list-txt {
      width: 27rem;
      font-size: 1.8rem; }
  .point__midImg {
    width: 90%;
    margin-left: auto; }
    .point__midImg img {
      height: 35rem;
      object-fit: cover; }
  .point__exp {
    position: relative;
    width: 100%;
    margin: 0 auto 5rem;
    max-width: 160rem;
    display: flex;
    justify-content: center; }
  .point__thdTtlpc {
    position: relative;
    width: 10%; }
    .point__thdTtlpc p {
      position: absolute;
      width: 13rem;
      top: 7.7rem;
      left: 50%;
      transform: translate(-50%, -50%) rotateZ(270deg);
      font-size: 1.6rem; }
      .point__thdTtlpc p::before {
        height: .1rem;
        width: 5rem;
        content: "";
        position: relative;
        top: -.5rem;
        margin-right: .6rem;
        display: inline-block;
        background: #222; }
  .point__paras {
    width: 80%;
    margin: 0 auto 0 0; }
  .point__para {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2;
    letter-spacing: .1rem; } }

.navigation__checkbox {
  display: none; }

.navigation__button {
  z-index: 2000;
  cursor: pointer; }

.navigation__background {
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  position: fixed;
  top: 6.5rem;
  right: 6.5rem;
  z-index: 1000;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1); }

.navigation__nav {
  height: 100%;
  background: #222;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 0;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.navigation__list {
  position: absolute;
  top: 53%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  width: 85%; }

.navigation__sub-list {
  margin: 0 auto;
  text-decoration: none;
  list-style: none; }

.navigation__sub-item {
  margin: 1.5rem; }

.navigation__sub-link {
  font-size: 1.5rem;
  color: color-white;
  text-decoration: none;
  padding: 1rem; }
  .navigation__sub-link:before {
    content: "";
    margin-right: 1rem;
    vertical-align: middle;
    display: inline-block;
    height: 1px;
    width: 1.5rem;
    background: #000; }

.navigation__item {
  margin: 1.5rem;
  text-align: center; }
  .navigation__item span {
    display: inline-block;
    font-size: 3rem;
    font-weight: 300;
    padding: 1rem 2rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #fff 50%);
    background-size: 220%;
    transition: all .4s; }

.navigation__link {
  cursor: pointer; }
  .navigation__link:link, .navigation__link:visited {
    display: inline-block;
    font-size: 9.5vw;
    font-weight: 300;
    padding: 1rem 2rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-size: 220%;
    transition: all .4s; }
    .navigation__link:link span, .navigation__link:visited span {
      margin-right: 1.5rem;
      display: inline-block; }
  .navigation__link:hover, .navigation__link:active {
    background-position: 100%;
    transform: translateX(1rem); }

.navigation__checkbox:checked + .header__navBox > .navigation__nav-txt {
  color: #fff; }

@media (min-width: 769px) {
  .navigation__nav .navigation__list .navigation__item {
    text-align: center;
    width: 35rem;
    margin: 1rem auto;
    font-size: 6rem; }
    .navigation__nav .navigation__list .navigation__item .navigation__link {
      font-size: 6rem;
      font-weight: 500; }
  .navigation__nav .navigation__footer .snsIcons {
    width: 20rem; } }

.disapper {
  opacity: 0 !important; }

.humbOn {
  opacity: 1;
  z-index: 1500;
  width: 100%; }

.service__ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin: 0 auto 2rem; }

.service .ttl_block {
  padding-top: 10rem; }

.service__num {
  font-size: 20vw;
  color: transparent;
  -webkit-text-stroke: 2px #FFDF17;
  text-stroke: 2px #FFDF17; }

.service .fst-block .service__txt {
  margin-top: .5rem; }

.service__txt {
  font-size: 5vw;
  line-height: 1.5;
  font-weight: bold;
  margin-left: 2rem;
  margin-top: 1.1rem; }
  .service__txt .service__para {
    font-size: 3.6vw;
    width: 100%;
    margin: 0;
    line-height: 1.7;
    letter-spacing: .3vw;
    font-weight: normal; }
  .service__txt .service__txtTtl {
    margin-bottom: 1rem;
    line-height: 1.3;
    letter-spacing: .1rem; }

.service__para {
  font-size: 3.6vw;
  width: 90%;
  margin: 0 auto 2rem;
  line-height: 2;
  letter-spacing: .3vw;
  font-weight: normal; }

.service__icons {
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }

.service__icon {
  width: 50%;
  margin: 2rem 0; }
  .service__icon-txt {
    font-size: 4vw;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: bold; }
  .service__icon-img {
    width: 35%;
    margin: 0 auto; }

.service__sec {
  margin-bottom: 12rem; }

.service__img {
  width: 83%;
  margin: 0 auto; }

@media (min-width: 769px) {
  .service .contents {
    width: 80%;
    margin: 0 auto 15rem;
    max-width: 160rem; }
  .service__ttl {
    width: 100%;
    margin: 0 auto 3rem; }
  .service__num {
    font-size: 25rem; }
  .service__txt .service__txtTtl {
    font-size: 3.8rem;
    line-height: 1.3;
    font-weight: bold;
    margin-top: 1.1rem;
    margin-bottom: 1.5rem; }
  .service__txt .service__para {
    font-size: 1.8rem;
    letter-spacing: 0.1em; }
  .service__icons {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
  .service__icon {
    width: 20%;
    margin: 2rem 1rem 4rem; }
    .service__icon-txt {
      font-size: 2.1rem; }
    .service__icon-img {
      width: 35%;
      height: 6.5rem;
      margin: 0 auto 2rem; }
    .service__icon .secImg {
      position: relative;
      top: .5rem; }
    .service__icon .fthImg {
      position: relative;
      top: .7rem; }
    .service__icon-list {
      font-size: 1.2rem;
      line-height: 1.8;
      padding-left: 1em;
      text-indent: -1em; }
  .service__img {
    width: 65rem; } }

#wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  background-image: url(../img/dot_sp.png), url(../img/dot_sp.png), url(../img/dot_sp.png), url(../img/dot_sp.png);
  background-repeat: repeat-y;
  background-position: 5%,35%,65%,95%;
  margin: 0 auto; }

@media (min-width: 769px) {
  #wrapper {
    overflow: hidden;
    background-image: url(../img/dot_sp.png), url(../img/dot_sp.png), url(../img/dot_sp.png), url(../img/dot_sp.png);
    background-repeat: repeat-y;
    background-position: 10%,36.6%,63.2%,90%;
    margin: 0 auto; } }

.mv {
  margin-top: 11rem;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center; }
  .mv .contents {
    background: #FFDF17;
    position: relative;
    width: calc(100% - 5%);
    margin-left: auto; }
  .mv__ttlBlock {
    position: relative;
    top: -3rem;
    padding: 0 0 15rem 2rem; }
  .mv__ttl {
    font-size: 13vw;
    font-weight: bold;
    line-height: 15vw;
    letter-spacing: 2vw;
    margin-bottom: .5rem; }
  .mv__subTtl {
    font-size: 8vw;
    color: transparent;
    -webkit-text-stroke: 1px #333;
    text-stroke: 1px #333; }
  .mv__comp {
    position: absolute;
    top: 16rem;
    right: -3.5rem;
    font-size: 2.5vw;
    letter-spacing: .2rem;
    transform: rotateZ(270deg); }
  .mv .button {
    position: fixed;
    bottom: 3rem;
    right: 1rem;
    background: #222;
    width: 22rem;
    font-size: 3vw;
    color: #fff;
    text-align: center;
    padding: 2.3rem 0;
    border-radius: 4rem 4rem 4rem 4rem;
    opacity: 0;
    transition: all .5s; }
    .mv .button i {
      margin-left: .5rem; }
  .mv .arrowDown {
    width: 5%; }

@media (min-width: 769px) {
  .mv {
    margin-top: 15rem; }
    .mv .contents {
      height: 56rem;
      width: 90%; }
    .mv__ttlBlock {
      position: relative;
      top: -7rem;
      left: 7rem;
      padding: 0; }
    .mv__ttl {
      font-size: 9.1rem;
      line-height: 1.2;
      letter-spacing: 1.5rem;
      margin-bottom: 2rem; }
    .mv__subTtl {
      font-size: 5rem; }
    .mv__comp {
      font-size: 1.2rem;
      top: 12rem;
      right: -3rem; }
    .mv .button {
      font-size: 1.6rem;
      width: 26rem;
      padding: 2rem 0;
      bottom: 10rem;
      right: 4rem; }
    .mv .arrowDown {
      width: 10%; } }
