@charset "UTF-8";
* {
  font-family: "Zen Kaku Gothic New", sans-serif; }

.wcm {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto; }

.wcm880 {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 20px; }

.cmn_btn {
  padding: 25px 20px;
  background-color: #171717;
  max-width: 540px;
  margin: 0 auto;
  font-size: 22px;
  letter-spacing: 0.08em;
  font-weight: 700;
  background: #171717 url(../img/common/icon/ico_ar_btn_white.svg) no-repeat center right 29px;
  background-position-y: 48%; }
  @media only screen and (max-width: 767px) {
    .cmn_btn {
      font-size: 18px;
      max-width: 270px;
      padding: 16px 10px;
      background-position-y: 46%;
      background: #171717 url(../img/common/icon/ico_ar_btn_white.svg) no-repeat center right 20px; } }

.decor {
  position: absolute;
  width: 290px;
  top: -30px;
  right: 24px;
  z-index: 99; }
  @media only screen and (max-width: 767px) {
    .decor {
      top: -25px;
      right: 20px;
      width: 246px; } }
  .decor.bottom {
    left: 24px;
    bottom: -30px;
    top: auto;
    right: auto; }
    @media only screen and (max-width: 767px) {
      .decor.bottom {
        bottom: -25px;
        left: 20px; } }
  .decor__left, .decor__right {
    width: 121px;
    height: 30px; }
    @media only screen and (max-width: 1200px) {
      .decor__left, .decor__right {
        width: 122px; } }
    @media only screen and (max-width: 767px) {
      .decor__left, .decor__right {
        height: 25px;
        width: 105px; } }
  .decor__left {
    position: relative;
    margin-left: auto; }
    .decor__left::before {
      content: "";
      position: absolute;
      left: -24px;
      top: 0;
      border-bottom: 30px solid #171717;
      border-left: 24px solid transparent; }
      @media only screen and (max-width: 1200px) {
        .decor__left::before {
          left: -23px; } }
      @media only screen and (max-width: 767px) {
        .decor__left::before {
          left: -20px;
          border-left: 20px solid transparent;
          border-bottom: 26px solid #171717; } }
    .decor__left::after {
      content: "";
      position: absolute;
      right: -24px;
      top: 0;
      border-bottom: 30px solid #171717;
      border-right: 24px solid transparent; }
      @media only screen and (max-width: 1200px) {
        .decor__left::after {
          right: -23px; } }
      @media only screen and (max-width: 767px) {
        .decor__left::after {
          right: -20px;
          border-right: 20px solid transparent;
          border-bottom: 26px solid #171717; } }
  .decor__right {
    position: relative; }
    .decor__right::before {
      content: "";
      position: absolute;
      left: -24px;
      bottom: 0;
      border-top: 30px solid #fff;
      border-left: 24px solid transparent; }
      @media only screen and (max-width: 1200px) {
        .decor__right::before {
          left: -23px; } }
      @media only screen and (max-width: 767px) {
        .decor__right::before {
          left: -20px;
          border-left: 20px solid transparent;
          border-top: 25px solid #fff; } }
    .decor__right::after {
      content: "";
      position: absolute;
      right: -24px;
      bottom: 0;
      border-top: 30px solid #fff;
      border-right: 24px solid transparent; }
      @media only screen and (max-width: 1200px) {
        .decor__right::after {
          right: -23px; } }
      @media only screen and (max-width: 767px) {
        .decor__right::after {
          right: -19px;
          border-right: 20px solid transparent; } }

.cmn-ttl {
  text-align: center; }
  .cmn-ttl__en {
    font-size: 68px;
    letter-spacing: 0.04em;
    font-weight: 900;
    font-family: "Lato";
    text-transform: uppercase;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .cmn-ttl__en {
        font-size: 42px;
        line-height: 1.5; } }
    .cmn-ttl__en::after, .cmn-ttl__en::before {
      content: "";
      position: absolute;
      background-color: #171717;
      border-radius: 50%;
      width: 10px;
      height: 10px;
      left: -68px;
      top: calc(50% - 5px); }
      @media only screen and (max-width: 767px) {
        .cmn-ttl__en::after, .cmn-ttl__en::before {
          width: 6px;
          height: 6px;
          left: -20px;
          top: calc(50% - 2px); } }
    .cmn-ttl__en::after {
      left: auto;
      right: -68px; }
      @media only screen and (max-width: 767px) {
        .cmn-ttl__en::after {
          right: -20px; } }
  .cmn-ttl__ja {
    font-size: 28px;
    letter-spacing: 0.08em;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .cmn-ttl__ja {
        font-size: 16px;
        line-height: 1.5; } }

.header {
  padding: 0; }
  .header__wrap {
    position: relative;
    z-index: 99; }
    .header__wrap__logo {
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      width: 243px; }
      @media only screen and (max-width: 767px) {
        .header__wrap__logo {
          width: 156px; } }
      .header__wrap__logo::after {
        content: "";
        position: absolute;
        height: 100%;
        top: 0;
        right: -49px;
        border-left: 49px solid #fff;
        border-bottom: 87px solid transparent; }
        @media only screen and (max-width: 1200px) {
          .header__wrap__logo::after {
            right: -48px; } }
        @media only screen and (max-width: 767px) {
          .header__wrap__logo::after {
            border-bottom: 55px solid transparent;
            border-left: 32px solid #fff;
            right: -32px; } }
      .header__wrap__logo .home {
        padding: 22px 0 8px 32px;
        display: block; }
        @media only screen and (max-width: 767px) {
          .header__wrap__logo .home {
            padding: 4px 0 0px 20px; } }
      .header__wrap__logo img {
        max-width: 200px; }
        @media only screen and (max-width: 767px) {
          .header__wrap__logo img {
            max-width: 128px; } }
    .header__wrap__contact {
      position: absolute;
      right: 0;
      top: 0;
      color: #fff;
      text-align: center;
      background-color: #d10009;
      width: 157px;
      height: 157px;
      padding: 6px 10px 10px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      @media only screen and (max-width: 767px) {
        .header__wrap__contact {
          height: 101px;
          width: 101px; } }
      .header__wrap__contact:hover {
        opacity: 0.5; }
      .header__wrap__contact::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        border-right: 43px solid #171717;
        border-top: 43px solid transparent; }
        @media only screen and (max-width: 767px) {
          .header__wrap__contact::after {
            border-right: 28px solid #171717;
            border-top: 28px solid transparent; } }
      .header__wrap__contact::before {
        content: "";
        position: absolute;
        background: url(../img/common/icon/ico_arw_right_white.svg) center/100% no-repeat;
        width: 10px;
        height: 10px;
        right: 10px;
        bottom: 8px;
        z-index: 10; }
        @media only screen and (max-width: 767px) {
          .header__wrap__contact::before {
            right: 4px;
            bottom: 5px; } }
      .header__wrap__contact .en {
        font-family: "Lato";
        font-size: 22px;
        line-height: 38px;
        letter-spacing: 0.04em;
        font-weight: 900;
        display: block;
        margin-bottom: -2px; }
        @media only screen and (max-width: 767px) {
          .header__wrap__contact .en {
            font-size: 15px;
            line-height: 1.733; } }
      .header__wrap__contact .ja {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.04em;
        font-weight: 700; }
        @media only screen and (max-width: 767px) {
          .header__wrap__contact .ja {
            font-size: 11px;
            line-height: 1.6363; } }

.is-windows .main-visual__txt span::after {
  bottom: 0; }

.main-visual {
  position: relative;
  background-color: #171717;
  padding-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .main-visual {
      padding-bottom: 46px; } }
  .main-visual::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 549px;
    background: url(../img/top/ms_bot.png) center/100% 100% no-repeat;
    bottom: 0;
    left: 0;
    z-index: 0; }
    @media only screen and (max-width: 767px) {
      .main-visual::after {
        height: 471px; } }
  .main-visual::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 549px;
    background: #00000063;
    bottom: 0;
    left: 0;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .main-visual::before {
        height: 471px; } }
  .main-visual .img {
    position: relative; }
    .main-visual .img:before {
      display: block;
      content: " ";
      width: 100%;
      padding-top: 58.27233%; }
    .main-visual .img > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      object-fit: cover; }
    @media only screen and (max-width: 767px) {
      .main-visual .img {
        position: relative; }
        .main-visual .img:before {
          display: block;
          content: " ";
          width: 100%;
          padding-top: 184.26667%; }
        .main-visual .img > img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          object-fit: cover; } }
  .main-visual__txt {
    font-size: 58px;
    line-height: 1.55;
    letter-spacing: 0.04em;
    font-weight: 700;
    position: absolute;
    top: 18.8%;
    left: 133px;
    color: #fff; }
    @media only screen and (max-width: 1200px) {
      .main-visual__txt {
        top: 15%;
        left: 8%; } }
    @media only screen and (max-width: 1000px) {
      .main-visual__txt {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .main-visual__txt {
        font-size: 34px;
        line-height: 1.55;
        top: 386px;
        left: 20px; } }
    .main-visual__txt .smTxt {
      display: block;
      font-size: 28px;
      line-height: 1.5;
      letter-spacing: 0.04em;
      font-weight: 700;
      background-color: #000;
      margin: 32px 140px 0 0;
      padding: 0 0 0 10px; }
      @media only screen and (max-width: 767px) {
        .main-visual__txt .smTxt {
          font-size: 18px;
          margin: 20px 0px 0 0;
          padding: 0 8px 0 10px;
          letter-spacing: 0; } }
      .main-visual__txt .smTxt::after {
        display: none; }
    .main-visual__txt span {
      position: relative;
      letter-spacing: 0.08em; }
      .main-visual__txt span::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #ffffff;
        bottom: -10px;
        left: 0; }
        @media only screen and (max-width: 1000px) {
          .main-visual__txt span::after {
            bottom: -4px; } }
        @media only screen and (max-width: 767px) {
          .main-visual__txt span::after {
            bottom: -5px; } }
  .main-visual__cont {
    text-align: center;
    color: #fff;
    padding: 44px 20px 102px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .main-visual__cont {
        padding: 38px 20px 56px; } }
    .main-visual__cont::after {
      content: "";
      position: absolute;
      width: 1px;
      height: 50px;
      background-color: #d1000a;
      top: -60px;
      left: calc(50% - 1px); }
    .main-visual__cont .decorImg {
      position: absolute;
      bottom: -176px;
      left: -16%;
      z-index: 99; }
      @media only screen and (max-width: 767px) {
        .main-visual__cont .decorImg {
          left: -11%;
          bottom: auto;
          top: -96px;
          width: 460px; } }
    .main-visual__cont .ttl {
      font-size: 48px;
      line-height: 1.5;
      letter-spacing: 0.1em;
      font-weight: 700;
      margin-bottom: 30px; }
      @media only screen and (max-width: 767px) {
        .main-visual__cont .ttl {
          font-size: 28px;
          margin-bottom: 0;
          padding: 0; } }
    .main-visual__cont .txt {
      font-size: 16px;
      line-height: 2;
      letter-spacing: 0.04em;
      font-weight: 500;
      max-width: 880px;
      margin: 0 auto; }
  .main-visual .cmn-trl {
    background-color: #fff;
    position: relative;
    padding: 56px 0 52px;
    z-index: 99; }
    @media only screen and (max-width: 767px) {
      .main-visual .cmn-trl {
        padding: 85px 0 10px; } }
    .main-visual .cmn-trl::after {
      content: "";
      position: absolute;
      width: 55px;
      height: 194px;
      background: url(../img/top/arw_down.svg) center/100% no-repeat;
      bottom: -194px;
      left: 50%;
      transform: translateX(-50%); }
      @media only screen and (max-width: 767px) {
        .main-visual .cmn-trl::after {
          width: 28px;
          height: 96px;
          bottom: -96px;
          background: url(../img/top/arw_down_sp.svg) center/100% no-repeat; } }
    .main-visual .cmn-trl__en {
      font-size: 82px;
      letter-spacing: 0.04em;
      line-height: 1.5;
      font-weight: 900;
      color: #d1000a;
      font-family: "Lato";
      text-transform: uppercase;
      position: absolute;
      top: -72px;
      left: 50%;
      transform: translateX(-50%);
      white-space: nowrap; }
      @media only screen and (max-width: 1000px) {
        .main-visual .cmn-trl__en {
          font-size: 60px;
          top: -50px; } }
      @media only screen and (max-width: 767px) {
        .main-visual .cmn-trl__en {
          text-align: center;
          font-size: 52px;
          line-height: 1;
          letter-spacing: 0.04em;
          top: -29px; } }
    .main-visual .cmn-trl__ja {
      font-size: 28px;
      letter-spacing: 0.08em;
      line-height: 1.5;
      font-weight: 700;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .main-visual .cmn-trl__ja {
          font-size: 18px; } }
    .main-visual .cmn-trl__list {
      margin-top: 68px; }
      @media only screen and (max-width: 767px) {
        .main-visual .cmn-trl__list {
          margin-top: 18px; } }
      .main-visual .cmn-trl__list .item {
        font-size: 20px;
        letter-spacing: 0.04em;
        line-height: 1.5;
        font-weight: 500;
        padding: 0 10px 20px 96px;
        position: relative;
        border-bottom: 1px solid #cbcbcb;
        margin-bottom: 23px; }
        @media only screen and (max-width: 1200px) {
          .main-visual .cmn-trl__list .item {
            padding: 0 10px 20px 50px; } }
        @media only screen and (max-width: 767px) {
          .main-visual .cmn-trl__list .item {
            font-size: 16px;
            line-height: 1.375;
            padding: 0 10px 16px 45px;
            margin-bottom: 18px; } }
        .main-visual .cmn-trl__list .item::after {
          content: "";
          position: absolute;
          width: 28px;
          height: 27px;
          background: url(../img/common/icon/ico_check.svg) center/100% no-repeat;
          left: 48px;
          top: -1px; }
          @media only screen and (max-width: 1200px) {
            .main-visual .cmn-trl__list .item::after {
              left: 12px; } }
          @media only screen and (max-width: 767px) {
            .main-visual .cmn-trl__list .item::after {
              left: 8px;
              width: 24px;
              height: 23px;
              top: 4px; } }
        .main-visual .cmn-trl__list .item span {
          font-weight: 900; }

.advantage {
  padding: 166px 0 66px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .advantage {
      padding: 66px 0 16px; } }
  .advantage .cmn-ttl__en::before {
    left: -50px; }
    @media only screen and (max-width: 767px) {
      .advantage .cmn-ttl__en::before {
        left: -25px; } }
  .advantage .cmn-ttl__en::after {
    right: -50px; }
    @media only screen and (max-width: 767px) {
      .advantage .cmn-ttl__en::after {
        right: -25px; } }
  .advantage__bg {
    position: absolute;
    top: -54px;
    left: 50%;
    width: max-content;
    transform: translateX(-50%);
    z-index: -1; }
    @media only screen and (max-width: 767px) {
      .advantage__bg {
        width: 424px;
        top: -50px; } }
  .advantage__list {
    margin-top: 62px; }
    @media only screen and (max-width: 767px) {
      .advantage__list {
        margin-top: 28px; } }
    .advantage__list .item {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .advantage__list .item:nth-child(2) .item__order {
        padding-top: 20px; }
        @media only screen and (max-width: 767px) {
          .advantage__list .item:nth-child(2) .item__order {
            padding-top: 0px; } }
      @media only screen and (max-width: 767px) {
        .advantage__list .item:not(:first-child) .item__cont__top {
          border-bottom: none; }
          .advantage__list .item:not(:first-child) .item__cont__top::after {
            content: "";
            position: absolute;
            width: calc(100% + 66px);
            left: -66px;
            bottom: 0;
            height: 1px;
            background-color: #9a9a9a; } }
      .advantage__list .item__order {
        position: relative; }
        .advantage__list .item__order span {
          font-size: 58px;
          font-weight: 900;
          font-family: "Lato";
          line-height: 1.5;
          color: #d1000a;
          border: 1px solid #707070;
          padding: 6px 32px 24px 0;
          border-width: 0 1px 1px 0; }
          @media only screen and (max-width: 767px) {
            .advantage__list .item__order span {
              font-size: 28px;
              padding: 2px 14px 10px 0; } }
      .advantage__list .item__cont {
        flex: 1;
        padding: 10px 0 80px 82px; }
        @media only screen and (max-width: 1200px) {
          .advantage__list .item__cont {
            padding-left: 40px; } }
        @media only screen and (max-width: 767px) {
          .advantage__list .item__cont {
            padding: 4px 0 38px 18px; } }
        .advantage__list .item__cont__top {
          font-size: 26px;
          letter-spacing: 0.08em;
          font-weight: 700;
          padding-bottom: 14px;
          border-bottom: 1px solid #9a9a9a;
          margin-bottom: 30px;
          position: relative; }
          @media only screen and (max-width: 767px) {
            .advantage__list .item__cont__top {
              font-size: 20px;
              letter-spacing: 0.02em;
              padding-bottom: 12px;
              margin-bottom: 15px; } }
        .advantage__list .item__cont__bot {
          font-size: 16px;
          letter-spacing: 0.04em;
          line-height: 2;
          font-weight: 500; }
          @media only screen and (max-width: 767px) {
            .advantage__list .item__cont__bot {
              margin-left: -64px; } }
        .advantage__list .item__cont__note {
          font-size: 14px;
          letter-spacing: 0.04em;
          line-height: 1.5;
          font-weight: 500;
          color: #9a9a9a;
          margin-top: 16px; }
          @media only screen and (max-width: 767px) {
            .advantage__list .item__cont__note {
              margin-left: -64px; } }

.work {
  background-color: #171717;
  padding: 110px 0 134px;
  color: #fff;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .work {
      padding: 68px 0 52px; } }
  .work::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 578px;
    background-color: #fff;
    transform: rotate(57deg);
    left: 0;
    top: -135px; }
    @media only screen and (max-width: 767px) {
      .work::before {
        height: 170px;
        top: -28px;
        transform: rotate(43deg); } }
  .work::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 300px;
    border-left: 2px solid #fff;
    border-right: 1px solid #fff;
    bottom: -84px;
    right: 76px;
    transform: rotate(57deg); }
    @media only screen and (max-width: 767px) {
      .work::after {
        height: 200px;
        transform: rotate(38deg);
        bottom: -62px;
        right: 35px;
        width: 10px; } }
    @media only screen and (max-width: 375px) {
      .work::after {
        right: 28px; } }
  .work .cmn-ttl__en::after, .work .cmn-ttl__en::before {
    background-color: #fff; }
  .work .img {
    position: relative;
    background-color: #fff; }
    .work .img:before {
      display: block;
      content: " ";
      width: 100%;
      padding-top: 100%; }
    .work .img > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      object-fit: cover; }
  .work .decor__left {
    background-color: #171717; }
  .work .decor__right {
    background-color: #fff; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .work .decor.top .decor__left {
      transform: translateY(1px);
      margin-right: 2px; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .work .decor.top .decor__right {
      margin-top: -1px; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .work .decor.bottom {
      bottom: -29px;
      left: 20px; } }
  @media only screen and (max-width: 767px) {
    .work .decor.bottom {
      width: 250px; } }
  .work .decor.bottom .decor__left {
    background-color: #d1000a;
    margin-left: 0; }
    @media only screen and (min-width: 768px) and (max-width: 1200px) {
      .work .decor.bottom .decor__left {
        height: 29px;
        transform: translateY(2px);
        margin-left: 2px; } }
    .work .decor.bottom .decor__left::before {
      border-bottom: 30px solid #d1000a; }
      @media only screen and (max-width: 767px) {
        .work .decor.bottom .decor__left::before {
          border-bottom: 26px solid #d1000a; } }
    .work .decor.bottom .decor__left::after {
      border-bottom: 30px solid #d1000a; }
      @media only screen and (max-width: 767px) {
        .work .decor.bottom .decor__left::after {
          border-bottom: 26px solid #d1000a; } }
  .work .decor.bottom .decor__right {
    margin-left: auto;
    background-color: #171717; }
    .work .decor.bottom .decor__right::before {
      border-top: 30px solid #171717; }
      @media only screen and (max-width: 767px) {
        .work .decor.bottom .decor__right::before {
          border-top: 26px solid #171717; } }
    .work .decor.bottom .decor__right::after {
      border-top: 30px solid #171717; }
      @media only screen and (max-width: 767px) {
        .work .decor.bottom .decor__right::after {
          border-top: 26px solid #171717; } }
  .work__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 90px 0 42px;
    padding: 0 50px; }
    @media only screen and (max-width: 767px) {
      .work__list {
        margin: 66px 0 50px;
        padding: 0; } }
  .work__item {
    width: 100%;
    margin-bottom: 56px;
    background-color: #fff;
    color: #171717;
    padding: 30px 60px;
    position: relative; }
    @media only screen and (max-width: 1200px) {
      .work__item {
        padding: 20px 30px; } }
    @media only screen and (max-width: 767px) {
      .work__item {
        padding: 60px 17px 30px; } }
    .work__item::after {
      background-color: #171717;
      content: "";
      width: 37.5%;
      height: 66px;
      position: absolute;
      right: 0;
      top: 0; }
      @media only screen and (max-width: 1200px) {
        .work__item::after {
          width: 32%;
          top: -1px; } }
      @media only screen and (max-width: 767px) {
        .work__item::after {
          height: 26px;
          width: 61.5%; } }
    .work__item::before {
      content: "";
      position: absolute;
      border-top: 66px solid #171717;
      border-left: 42px solid transparent;
      right: 37.5%;
      top: 0; }
      @media only screen and (max-width: 1200px) {
        .work__item::before {
          right: 31.9%;
          border-top: 66px solid #171717;
          top: -1px; } }
      @media only screen and (max-width: 767px) {
        .work__item::before {
          border-top: 26px solid #171717;
          border-left: 22px solid transparent;
          right: 61.5%; } }
    @media only screen and (max-width: 767px) {
      .work__item {
        width: 100%;
        margin-bottom: 22px;
        position: relative; } }
    .work__item__ttl {
      font-size: 28px;
      letter-spacing: 0.08em;
      font-weight: 700;
      padding-bottom: 18px; }
      @media only screen and (max-width: 1200px) {
        .work__item__ttl {
          font-size: 24px;
          letter-spacing: 0.04em; } }
      @media only screen and (max-width: 767px) {
        .work__item__ttl {
          font-size: 20px;
          letter-spacing: 0.02em;
          padding-bottom: 18px;
          width: 57%;
          border-bottom: 1px solid #171717; } }
    .work__item__cols {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      padding-top: 22px; }
      @media only screen and (max-width: 767px) {
        .work__item__cols {
          padding-top: 30px; } }
    .work__item__thumb {
      width: 35.229%; }
      @media only screen and (max-width: 767px) {
        .work__item__thumb {
          position: absolute;
          right: 15px;
          top: 46px; } }
    .work__item__list {
      width: calc(100% - 35% - 38px); }
      @media only screen and (max-width: 1200px) {
        .work__item__list {
          width: calc(100% - 35% - 20px); } }
      @media only screen and (max-width: 767px) {
        .work__item__list {
          width: 100%;
          padding-top: 4px; } }
    .work__item__dot {
      margin-bottom: 26px; }
      @media only screen and (max-width: 767px) {
        .work__item__dot {
          margin-bottom: 12px; } }
      .work__item__dot .top {
        font-size: 20px;
        letter-spacing: 0.08em;
        font-weight: 700;
        position: relative;
        margin-bottom: 2px;
        padding-left: 18px; }
        @media only screen and (max-width: 767px) {
          .work__item__dot .top {
            margin-bottom: 5px; } }
        .work__item__dot .top::after {
          content: "";
          position: absolute;
          width: 8px;
          height: 8px;
          top: calc(50% - 4px);
          left: 0;
          background-color: #d1000a; }
      .work__item__dot .bottom {
        font-size: 16px;
        letter-spacing: 0.04em;
        font-weight: 500;
        line-height: 2;
        padding-left: 18px;
        position: relative; }
        .work__item__dot .bottom::after {
          content: "・";
          position: absolute;
          top: 0;
          left: -2px; }
        @media only screen and (max-width: 767px) {
          .work__item__dot .bottom {
            line-height: calc(26 / 16);
            padding-left: 16px; } }
  .work__relate {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    max-width: 880px;
    margin: 0 auto;
    flex-wrap: wrap; }
    .work__relate__ttl {
      font-size: 30px;
      line-height: 1.5;
      letter-spacing: 0.08em;
      font-weight: 700;
      text-align: center;
      margin-bottom: 28px; }
      @media only screen and (max-width: 767px) {
        .work__relate__ttl {
          margin-bottom: 40px;
          font-size: 20px; } }
    .work__relate__item {
      width: calc(25% - 27px); }
      @media only screen and (min-width: 768px) and (max-width: 1200px) {
        .work__relate__item {
          margin-left: -1px; } }
      @media only screen and (max-width: 767px) {
        .work__relate__item {
          width: calc(50% - 14px);
          margin-bottom: 34px; } }
      .work__relate__item:nth-child(3) .txt {
        text-align: left;
        padding-left: 5px;
        line-height: 1.7; }
        @media only screen and (max-width: 767px) {
          .work__relate__item:nth-child(3) .txt {
            line-height: calc(26 / 16);
            padding-left: 0;
            letter-spacing: 0.04em; } }
        .work__relate__item:nth-child(3) .txt span {
          position: relative;
          padding-left: 10px; }
          @media only screen and (max-width: 767px) {
            .work__relate__item:nth-child(3) .txt span {
              display: inline-block; } }
          .work__relate__item:nth-child(3) .txt span::after {
            content: "・";
            font-size: 12px;
            position: absolute;
            left: -4px;
            top: 3px; }
      .work__relate__item .img {
        position: relative; }
        .work__relate__item .img:before {
          display: block;
          content: " ";
          width: 100%;
          padding-top: 113.4715%; }
        .work__relate__item .img > img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          object-fit: cover; }
        @media only screen and (max-width: 767px) {
          .work__relate__item .img {
            position: relative; }
            .work__relate__item .img:before {
              display: block;
              content: " ";
              width: 100%;
              padding-top: 113.15789%; }
            .work__relate__item .img > img {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              object-fit: cover; } }
      .work__relate__item .txt {
        font-size: 18px;
        font-weight: 700;
        margin-top: 22px;
        letter-spacing: -0.05em;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          .work__relate__item .txt {
            font-size: 16px;
            margin-top: 10px;
            letter-spacing: -0.05em;
            line-height: calc(28 / 16);
            text-align: left; } }

.contact {
  color: #fff;
  background-color: #d1000a;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 110px 0 66px; }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .contact .decor.bottom .decor__right {
      transform: translateY(-1px); } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .contact .decor.top .decor__left {
      transform: translateY(1px); } }
  .contact.bot .decor.top {
    right: auto;
    left: 24px; }
    @media only screen and (max-width: 767px) {
      .contact.bot .decor.top {
        left: 14px; } }
    .contact.bot .decor.top .decor__left {
      margin: 0 auto -1px 1px;
      background-color: #d1000a; }
      @media only screen and (max-width: 767px) {
        .contact.bot .decor.top .decor__left {
          margin: 0 auto 0 3px; } }
      .contact.bot .decor.top .decor__left::before, .contact.bot .decor.top .decor__left::after {
        border-bottom: 30px solid #d1000a; }
    .contact.bot .decor.top .decor__right {
      margin: -1px 0 0 auto;
      background-color: #fff; }
      .contact.bot .decor.top .decor__right::before, .contact.bot .decor.top .decor__right::after {
        border-top: 30px solid #fff; }
  @media only screen and (max-width: 767px) {
    .contact {
      padding: 98px 0 52px; } }
  .contact::after {
    content: "";
    position: absolute;
    background: url(../img/top/bg_contact.png) center/cover no-repeat;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1; }
    @media only screen and (max-width: 767px) {
      .contact::after {
        background: url(../img/top/bg_contact_sp.png) center/cover no-repeat; } }
  .contact__en {
    font-size: 82px;
    letter-spacing: 0.04em;
    font-weight: 900;
    font-family: "Lato";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -36px;
    white-space: nowrap; }
    @media only screen and (max-width: 1100px) {
      .contact__en {
        font-size: 62px;
        top: 10px; } }
    @media only screen and (max-width: 767px) {
      .contact__en {
        font-size: 52px;
        top: 2px; } }
  .contact__ja {
    font-size: 28px;
    letter-spacing: 0.08em;
    font-weight: 700;
    margin-bottom: 16px; }
    @media only screen and (max-width: 767px) {
      .contact__ja {
        font-size: 24px;
        line-height: 1.583; } }
  .contact__txt {
    font-size: 16px;
    letter-spacing: 0.04em;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 32px; }
    @media only screen and (max-width: 767px) {
      .contact__txt {
        text-align: left;
        margin-bottom: 24px; } }
  .contact .decor {
    right: -72px;
    left: auto; }
    @media only screen and (max-width: 767px) {
      .contact .decor {
        right: -122px; } }
    .contact .decor__right {
      background-color: #d1000a; }
      .contact .decor__right::after, .contact .decor__right::before {
        border-top: 30px solid #d1000a; }
        @media only screen and (max-width: 767px) {
          .contact .decor__right::after, .contact .decor__right::before {
            border-top: 25px solid #d1000a; } }

.voice {
  padding: 120px 0 90px;
  background-color: #f0f0f0;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .voice {
      padding: 74px 0 34px; } }
  .voice::before {
    content: "";
    position: absolute;
    width: 13px;
    height: 280px;
    border-right: 2px solid #fff;
    border-left: 1px solid #fff;
    top: -78px;
    left: 80px;
    transform: rotate(57deg); }
    @media only screen and (max-width: 767px) {
      .voice::before {
        display: none; } }
  .voice__cols {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin: 66px 0 0 0; }
    @media only screen and (max-width: 767px) {
      .voice__cols {
        flex-wrap: wrap;
        justify-content: center;
        margin: 35px 0 0 0; } }
  .voice__img {
    max-width: 330px; }
    @media only screen and (max-width: 1200px) {
      .voice__img {
        max-width: 250px; } }
    @media only screen and (max-width: 767px) {
      .voice__img {
        width: 100%;
        padding: 0 14px; } }
  .voice__list {
    width: 61.5%; }
    @media only screen and (max-width: 767px) {
      .voice__list {
        width: 100%;
        margin: 24px 0 0 0; } }
  .voice__item {
    padding: 0 0px 18px 21px;
    margin-bottom: 18px;
    border-bottom: 1px solid #c3c3c3;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .voice__item {
        padding: 0 0px 12px 20px;
        margin-bottom: 16px; } }
    .voice__item::after {
      content: "";
      position: absolute;
      background-color: #d1000a;
      height: 8px;
      width: 8px;
      top: 12px;
      left: 2px; }
      @media only screen and (max-width: 1200px) {
        .voice__item::after {
          top: 12px; } }
      @media only screen and (max-width: 767px) {
        .voice__item::after {
          top: 10px;
          left: 0px; } }
    .voice__item__txt {
      font-size: 18px;
      letter-spacing: 0.04em;
      line-height: 32px;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .voice__item__txt {
          line-height: 1.625;
          font-size: 16px; } }
    .voice__item__note {
      font-size: 16px;
      line-height: 34px;
      letter-spacing: 0.08em;
      font-weight: 500;
      color: #727272; }
  .voice .decor {
    left: 84px; }
    @media only screen and (max-width: 767px) {
      .voice .decor {
        left: 18px; } }
    .voice .decor__right {
      background-color: #f0f0f0; }
      .voice .decor__right::after, .voice .decor__right::before {
        border-top: 30px solid #f0f0f0; }

.service {
  padding: 120px 0 194px; }
  @media only screen and (max-width: 767px) {
    .service {
      padding: 48px 0 84px; } }
  .service .img {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .service .img {
        padding: 0 18px; } }
  .service .cmn-ttl {
    margin-bottom: 66px; }
    @media only screen and (max-width: 767px) {
      .service .cmn-ttl {
        margin-bottom: 30px; } }
  .service__ttl {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.04em;
    font-weight: 700;
    position: relative;
    margin-bottom: 36px; }
    @media only screen and (max-width: 767px) {
      .service__ttl {
        font-size: 20px;
        margin-bottom: 32px; } }
    .service__ttl.logo {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 42px; }
      @media only screen and (max-width: 767px) {
        .service__ttl.logo {
          margin-bottom: 32px; } }
      .service__ttl.logo::before, .service__ttl.logo::after {
        width: 27%;
        background-color: #d1000a; }
        @media only screen and (max-width: 767px) {
          .service__ttl.logo::before, .service__ttl.logo::after {
            width: 100%; } }
      .service__ttl.logo img {
        max-width: 180px; }
        @media only screen and (max-width: 767px) {
          .service__ttl.logo img {
            max-width: 135px; } }
      .service__ttl.logo span {
        font-size: 30px;
        letter-spacing: 0.04em;
        font-weight: 700;
        color: #d1000a;
        margin-left: 16px; }
        @media only screen and (max-width: 767px) {
          .service__ttl.logo span {
            font-size: 20px;
            margin-left: 12px; } }
    .service__ttl::before, .service__ttl::after {
      content: "";
      position: absolute;
      width: 25%;
      height: 1px;
      top: calc(50% - 1px);
      background-color: #707070;
      left: 0; }
      @media only screen and (max-width: 767px) {
        .service__ttl::before, .service__ttl::after {
          width: 100%;
          top: auto;
          bottom: -13px; } }
    .service__ttl::after {
      right: 0;
      left: auto; }
      @media only screen and (max-width: 767px) {
        .service__ttl::after {
          display: none; } }
  .service__img {
    text-align: center; }
    .service__img.top {
      margin-bottom: 64px; }
      @media only screen and (max-width: 767px) {
        .service__img.top {
          margin-bottom: 28px; } }
  .service__bottom {
    margin-bottom: 44px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .service__bottom {
        margin-bottom: 28px; } }
  .service__space {
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-align: center;
    margin-bottom: 64px; }
    @media only screen and (max-width: 767px) {
      .service__space {
        text-align: left;
        margin-bottom: 46px; } }
  .service__add {
    text-align: center; }
    .service__add__txt {
      font-size: 18px;
      line-height: 1.5;
      letter-spacing: 0.04em;
      font-weight: 700;
      max-width: 588px;
      border: 1px solid #707070;
      padding: 7px;
      text-align: center;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .service__add__txt {
          font-size: 14px;
          margin: 0 15px 40px;
          padding: 10px; } }
    @media only screen and (max-width: 767px) {
      .service__add__img {
        margin-right: -20px; }
        .service__add__img .os-scrollbar {
          right: 20px !important;
          padding: 3px !important; }
          .service__add__img .os-scrollbar-track {
            background: #9a9a9a !important; }
          .service__add__img .os-scrollbar-handle {
            background: #d1000a !important; } }
    @media only screen and (max-width: 767px) {
      .service__add__img img {
        height: auto;
        max-width: 591px;
        padding: 0 0 20px 0;
        margin-right: 20px; } }

.flow {
  margin: 0 auto;
  max-width: 1246px;
  padding: 92px 20px 112px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .flow {
      padding: 54px 20px 42px; } }
  .flow__cols {
    max-width: 1100px;
    margin: 40px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .flow__cols {
        margin: 20px -20px 0; } }
  .flow__list {
    width: calc(50% - 10px);
    text-align: center;
    padding: 40px 70px; }
    @media only screen and (max-width: 767px) {
      .flow__list {
        width: calc(50%);
        padding: 30px 14px 35px; } }
    .flow__list.left {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      padding-top: 52px;
      background-color: #f0f0f0; }
      @media only screen and (max-width: 767px) {
        .flow__list.left {
          padding-top: 32px; } }
      .flow__list.left .flow__list__item {
        flex: 1;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column; }
        .flow__list.left .flow__list__item .item:last-child {
          margin-top: auto; }
    .flow__list.right {
      background-color: #fbe5e6; }
      @media only screen and (max-width: 767px) {
        .flow__list.right {
          padding-top: 20px; } }
      .flow__list.right .flow__list__top {
        color: #d1000a; }
    .flow__list__top {
      text-align: center;
      margin-bottom: 22px; }
      @media only screen and (max-width: 767px) {
        .flow__list__top {
          margin-bottom: 20px; } }
      .flow__list__top span {
        font-size: 24px;
        letter-spacing: 0.04em;
        font-weight: 700;
        display: block; }
        @media only screen and (max-width: 767px) {
          .flow__list__top span {
            font-size: 20px; } }
  .flow .decor.top {
    right: 0; }
    .flow .decor.top .decor__left {
      margin-left: 0;
      background-color: #f0f0f0; }
      @media only screen and (max-width: 767px) {
        .flow .decor.top .decor__left {
          right: -124px; } }
      .flow .decor.top .decor__left::before, .flow .decor.top .decor__left::after {
        border-bottom: 30px solid #f0f0f0; }
        @media only screen and (max-width: 767px) {
          .flow .decor.top .decor__left::before, .flow .decor.top .decor__left::after {
            border-bottom: 25px solid #f0f0f0; } }
    .flow .decor.top .decor__right {
      background-color: #fff;
      margin-left: auto; }
      @media only screen and (max-width: 767px) {
        .flow .decor.top .decor__right {
          display: none; } }
  @media only screen and (min-width: 768px) and (max-width: 1200px) {
    .flow .decor.bottom {
      bottom: -29px; } }
  @media only screen and (max-width: 767px) {
    .flow .decor.bottom {
      left: 18px; } }
  .flow .decor.bottom .decor__right {
    background-color: #f0f0f0; }
    .flow .decor.bottom .decor__right::before, .flow .decor.bottom .decor__right::after {
      border-top: 30px solid #f0f0f0; }
      @media only screen and (max-width: 767px) {
        .flow .decor.bottom .decor__right::before, .flow .decor.bottom .decor__right::after {
          border-top: 25px solid #f0f0f0; } }

#main_form {
  overflow: hidden; }
  #main_form::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 578px;
    background-color: #fff;
    transform: rotate(57deg);
    left: 0;
    top: -135px; }
    @media only screen and (max-width: 767px) {
      #main_form::before {
        height: 170px;
        top: -68px;
        transform: rotate(58deg);
        border-left: 1px solid #fff;
        border-right: 2px solid #fff;
        width: 8px;
        background-color: transparent;
        height: 256px; } }
  #main_form::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 300px;
    border-left: 2px solid #fff;
    border-right: 1px solid #fff;
    bottom: -84px;
    right: 76px;
    transform: rotate(57deg); }
    @media only screen and (max-width: 767px) {
      #main_form::after {
        height: 200px;
        transform: rotate(52deg);
        bottom: -70px;
        right: 53px;
        width: 10px; } }
  #main_form .cmn-ttl {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 58px;
    white-space: nowrap; }
    @media only screen and (max-width: 1200px) {
      #main_form .cmn-ttl {
        top: 70px; } }
    @media only screen and (max-width: 767px) {
      #main_form .cmn-ttl {
        top: 61px; } }
    #main_form .cmn-ttl__en {
      font-size: 110px;
      color: #d1000a; }
      #main_form .cmn-ttl__en::after, #main_form .cmn-ttl__en::before {
        display: none; }
      @media only screen and (max-width: 1200px) {
        #main_form .cmn-ttl__en {
          font-size: 82px; } }
      @media only screen and (max-width: 767px) {
        #main_form .cmn-ttl__en {
          font-size: 52px; } }
      #main_form .cmn-ttl__en::before, #main_form .cmn-ttl__en::after {
        background-color: #fff; }
    #main_form .cmn-ttl__ja {
      font-size: 24px;
      letter-spacing: 0.08em;
      margin-top: -20px; }
      @media only screen and (max-width: 767px) {
        #main_form .cmn-ttl__ja {
          font-size: 16px;
          margin-top: 0px; } }

.top__form {
  background-color: #171717;
  color: #171717;
  margin-top: 0;
  padding: 148px 0 102px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .top__form {
      padding: 110px 20px 50px; } }
  .top__form .step-img {
    max-width: 880px;
    margin: 0 auto; }
  .top__form .formBlock {
    max-width: 880px; }
    .top__form .formBlock__bg {
      background-color: #fff;
      max-width: 1100px;
      padding: 156px 20px 10px;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .top__form .formBlock__bg {
          padding: 86px 15px 10px 17px; } }
  .top__form .tableContact {
    border-top: 0.5px solid #171717;
    border-bottom: 0.5px solid #171717;
    margin: 24px auto 0; }
    @media only screen and (max-width: 767px) {
      .top__form .tableContact {
        border-top: 0.7px solid #171717;
        margin-top: 20px;
        margin-bottom: 20px;
        border-bottom: none; } }
    .top__form .tableContact th,
    .top__form .tableContact td {
      background-color: transparent;
      border-bottom: 0.5px solid #171717; }
    .top__form .tableContact th {
      padding: 32px 10px 20px 0;
      font-size: 18px;
      letter-spacing: 0.08em;
      width: 30.7%; }
      @media only screen and (max-width: 767px) {
        .top__form .tableContact th {
          width: 100%;
          display: block;
          border-bottom: none;
          padding: 22px 10px 12px 0; } }
      .top__form .tableContact th em {
        font-size: 14px;
        background-color: #d1000a;
        padding: 5px 6px 3px;
        line-height: 1.2;
        margin: 2px 12px 0 0;
        letter-spacing: 0.08em; }
        @media only screen and (max-width: 767px) {
          .top__form .tableContact th em {
            margin-right: 9px; } }
    .top__form .tableContact td {
      padding: 30px 0 36px 30px;
      font-weight: 500; }
      @media only screen and (max-width: 767px) {
        .top__form .tableContact td {
          width: 100%;
          display: block;
          padding: 0px 0 22px 0px; } }
      @media only screen and (max-width: 767px) {
        .top__form .tableContact td .lst_radio {
          padding: 10px 0; } }
      .top__form .tableContact td .placeholder {
        color: #171717;
        letter-spacing: 0.04em;
        margin-bottom: 10px; }
      .top__form .tableContact td input[type="text"] {
        height: 44px; }
        @media only screen and (max-width: 767px) {
          .top__form .tableContact td input[type="text"] {
            height: 46px; } }
      .top__form .tableContact td .slBox {
        width: 100%;
        height: 44px;
        padding-left: 12px;
        font-size: 16px;
        letter-spacing: 0.04em;
        position: relative;
        background: #fff url(../img/common/icon/ico_ar_down_black.svg) right 15px center/14px 14px no-repeat;
        color: #171717;
        border: 1px solid #707070; }
        @media only screen and (max-width: 767px) {
          .top__form .tableContact td .slBox {
            height: 46px; } }
      .top__form .tableContact td .lst_radio li {
        margin-bottom: 22px; }
        @media only screen and (max-width: 767px) {
          .top__form .tableContact td .lst_radio li {
            margin-bottom: 13px; } }
        .top__form .tableContact td .lst_radio li label {
          padding-left: 40px;
          letter-spacing: 0.04em; }
          @media only screen and (max-width: 767px) {
            .top__form .tableContact td .lst_radio li label {
              line-height: 1.625; } }
          .top__form .tableContact td .lst_radio li label input:checked ~ .mark {
            background-color: #d1000a; }
          .top__form .tableContact td .lst_radio li label::before {
            width: 26px;
            height: 26px;
            background-color: #fff;
            top: -2px; }
          .top__form .tableContact td .lst_radio li label::after {
            display: none; }
          .top__form .tableContact td .lst_radio li label .mark {
            width: 16px;
            height: 16px;
            margin-top: 0px;
            left: 5px;
            top: 3px;
            position: absolute;
            border-radius: 50%; }
          .top__form .tableContact td .lst_radio li label.active::before {
            background: #fff; }
      .top__form .tableContact td textarea {
        height: 200px; }
        @media only screen and (max-width: 767px) {
          .top__form .tableContact td textarea {
            height: 160px; } }
      .top__form .tableContact td select {
        -webkit-appearance: none;
        -moz-appearance: none; }
  .top__form .box_rules {
    margin: 35px 0 42px; }
    .top__form .box_rules span,
    .top__form .box_rules p {
      padding-left: 0;
      font-size: 16px;
      letter-spacing: 0.08em;
      line-height: 2;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .top__form .box_rules span,
        .top__form .box_rules p {
          line-height: 1.875; } }
  .top__form .box_confirm {
    margin-bottom: 28px; }
    .top__form .box_confirm label {
      background-color: #f0f0f0; }
      .top__form .box_confirm label input:checked ~ span::after {
        opacity: 1; }
      .top__form .box_confirm label span {
        letter-spacing: 0.08em; }
        .top__form .box_confirm label span::before {
          height: 28px;
          width: 28px; }
  .top__form .btn_submit {
    max-width: 540px;
    width: 100%;
    height: 85px;
    background: #d1000a;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .top__form .btn_submit {
        max-width: 300px;
        height: 70px;
        margin-bottom: 28px; } }
    .top__form .btn_submit span {
      font-size: 22px;
      letter-spacing: 0.08em;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .top__form .btn_submit span {
          font-size: 20px; } }
  .top__form .txtContact01 {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.08em;
    font-weight: 400;
    text-align: center;
    margin-bottom: 55px; }
    @media only screen and (max-width: 767px) {
      .top__form .txtContact01 {
        font-size: 14px;
        line-height: 1.86;
        margin-bottom: 38px; } }
    .top__form .txtContact01 a {
      color: #171717; }

.faq {
  padding-top: 70px;
  padding-bottom: 130px;
  background-color: #f0f0f0; }
  @media only screen and (max-width: 767px) {
    .faq {
      padding-top: 52px; } }
  .faq__list {
    margin-top: 57px; }
    @media only screen and (max-width: 767px) {
      .faq__list {
        margin-top: 32px; } }
  .faq__row {
    margin-bottom: 68px; }
    .faq__row:last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .faq__row {
        margin-bottom: 28px; } }
    .faq__row .ques {
      font-size: 24px;
      letter-spacing: 0.08em;
      font-weight: 700;
      padding-bottom: 22px;
      border-bottom: 1px solid #9a9a9a;
      padding-left: 73px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .faq__row .ques {
          font-size: 20px;
          line-height: 1.4;
          letter-spacing: 0.04em;
          padding-left: 44px;
          padding-bottom: 15px; } }
      .faq__row .ques::before {
        content: "Q.";
        position: absolute;
        font-size: 44px;
        letter-spacing: 0.04em;
        font-weight: 900;
        color: #d1000a;
        font-family: "Lato";
        line-height: 1;
        left: -1px;
        top: -7px; }
        @media only screen and (max-width: 767px) {
          .faq__row .ques::before {
            font-size: 26px;
            top: 2px; } }
    .faq__row .ans {
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0.04em;
      padding: 28px 0 0 73px;
      line-height: 2;
      position: relative;
      min-height: 72px; }
      @media only screen and (max-width: 767px) {
        .faq__row .ans {
          line-height: 1.875;
          letter-spacing: 0.08em;
          padding: 16px 0 0 44px;
          min-height: auto; } }
      .faq__row .ans::before {
        content: "A.";
        position: absolute;
        font-size: 44px;
        letter-spacing: 0.04em;
        font-weight: 900;
        font-family: "Lato";
        line-height: 1;
        left: -2px;
        top: 22px; }
        @media only screen and (max-width: 767px) {
          .faq__row .ans::before {
            font-size: 26px;
            top: 22px; } }

.footer {
  font-size: 14px;
  letter-spacing: 0.08em;
  padding-top: 27px;
  padding-bottom: 40px;
  background-color: #f0f0f0; }
  @media only screen and (max-width: 767px) {
    .footer {
      font-size: 12px;
      padding-top: 0px; } }

.formError .formErrorContent,
.formError .formErrorClose {
  background-color: #d1000a; }

.formError .formErrorClose {
  border: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 10px; }

.formError .formErrorArrow > div {
  background-color: #d1000a; }

.confirm_page .header__wrap__logo .home {
  pointer-events: none; }
  .confirm_page .header__wrap__logo .home:hover {
    opacity: 1;
    cursor: default; }

.confirm_page .header__wrap__contact {
  display: none; }

.confirm_page .top__form {
  background-color: #fff;
  color: #171717;
  padding: 32px 0 34px; }
  @media only screen and (max-width: 767px) {
    .confirm_page .top__form {
      padding: 76px 0 34px; } }
  .confirm_page .top__form .formBlock {
    padding: 0 20px;
    max-width: 920px; }
    @media only screen and (max-width: 767px) {
      .confirm_page .top__form .formBlock {
        margin-top: 0px; } }
  .confirm_page .top__form .cmn-ttl__en {
    display: inline-block;
    font-size: 54px;
    line-height: 1.5; }
    .confirm_page .top__form .cmn-ttl__en::before, .confirm_page .top__form .cmn-ttl__en::after {
      background-color: #171717; }
  .confirm_page .top__form .step-img {
    margin: 70px 0 46px; }
    @media only screen and (max-width: 767px) {
      .confirm_page .top__form .step-img {
        margin: 36px 15px 24px 17px; } }
  .confirm_page .top__form .txtContact01 a {
    color: #171717; }
  .confirm_page .top__form .tableContact {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin-bottom: 85px; }
    @media only screen and (max-width: 767px) {
      .confirm_page .top__form .tableContact {
        margin-top: 0;
        margin-bottom: 66px; } }
    .confirm_page .top__form .tableContact th,
    .confirm_page .top__form .tableContact td {
      border-bottom: 0.5px solid #aaa; }
    .confirm_page .top__form .tableContact th {
      padding: 30px 0 21px 54px;
      width: 26.3%; }
      @media only screen and (max-width: 767px) {
        .confirm_page .top__form .tableContact th {
          width: 100%;
          padding: 18px 0 0px 0;
          border-bottom: none; } }
    .confirm_page .top__form .tableContact td {
      padding: 30px 0 28px 32px;
      letter-spacing: 0.04em;
      font-weight: 500; }
      @media only screen and (max-width: 767px) {
        .confirm_page .top__form .tableContact td {
          padding: 0 0 20px 0; } }
  .confirm_page .top__form .btn_submit {
    margin-bottom: 40px; }
    .confirm_page .top__form .btn_submit:hover {
      opacity: 0.5; }

.confirm_page .gobacktxt {
  text-align: center;
  margin-bottom: 48px; }
  @media only screen and (max-width: 767px) {
    .confirm_page .gobacktxt {
      margin-bottom: 55px; } }
  .confirm_page .gobacktxt a {
    font-size: 18px;
    letter-spacing: 0.08em;
    font-weight: 500;
    margin-left: 22px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .confirm_page .gobacktxt a {
        font-size: 16px; } }
    .confirm_page .gobacktxt a::after {
      content: "";
      position: absolute;
      background: url(../img/common/icon/ico_ar_left_black.svg) center/100% no-repeat;
      width: 14px;
      height: 14px;
      left: -18px;
      top: 7px; }

.confirm_page .footer {
  background-color: #fff; }

.indexThx .step-img {
  margin: 66px 0; }
  @media only screen and (max-width: 767px) {
    .indexThx .step-img {
      margin: 36px 15px 24px 17px; } }

.indexThx .formBlock {
  margin-top: 110px;
  text-align: center; }
  .indexThx .formBlock .cmn-ttl__en {
    display: inline-block; }
    @media only screen and (min-width: 768px) {
      .indexThx .formBlock .cmn-ttl__en {
        font-size: 54px; } }
  @media only screen and (max-width: 767px) {
    .indexThx .formBlock {
      margin-top: 130px;
      text-align: left; } }
  .indexThx .formBlock .thx_text {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 28px; }
    @media only screen and (max-width: 767px) {
      .indexThx .formBlock .thx_text {
        font-size: 20px;
        letter-spacing: 0.036em;
        line-height: 1.9;
        margin-bottom: 16px;
        text-align: center; } }
  .indexThx .formBlock .cont {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.04em;
    font-weight: 500; }

.indexThx__content {
  max-width: 920px;
  padding: 0 20px;
  margin-top: 48px;
  margin-bottom: 112px; }
  @media only screen and (max-width: 767px) {
    .indexThx__content {
      margin-top: 26px;
      margin-bottom: 84px; } }

.indexThx .cmn_btn {
  font-size: 22px;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-decoration: none;
  margin-top: 80px;
  background: #171717;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .indexThx .cmn_btn {
      margin-top: 42px;
      font-size: 18px;
      text-align: center; } }
  .indexThx .cmn_btn:hover {
    opacity: 0.5; }
  .indexThx .cmn_btn::after {
    content: "";
    position: absolute;
    background: url(../img/common/icon/ico_ar_btn_white.svg) center/100% no-repeat;
    width: 15px;
    height: 15px;
    left: 35px;
    top: calc(50% - 8px);
    transform: rotate(90deg); }
    @media only screen and (max-width: 767px) {
      .indexThx .cmn_btn::after {
        width: 13px;
        height: 13px;
        left: 18px;
        top: calc(50% - 7px); } }

.indexThx .footer {
  background-color: #fff; }
