@charset "UTF-8";
/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
/* サイズ */
/* flexbox */
/* フォント */
/* 色 */
/* グラデ背景色 */
/* 中央揃え */
/* objectfit */
/* ホバーアクション */
/* ボタン */
/* ボタンの中のspan */
/* フォントサイズ */
/* 縦書き */
/* 内径 */
/* 文字 */
/* tc
---------------------------------------------------------------------------*/
.intr-wrap {
    padding-bottom: 0;
}

.tc {
  position: relative;
  z-index: 10; }
  .tc-img {
    margin-bottom: 96px; }
    @media screen and (max-width: 1680px) {
      .tc-img {
        margin-bottom: 5.7142857143vw; } }
    @media screen and (max-width: 480px) {
      .tc-img {
        margin-bottom: 12.8vw; } }
    .tc-img img {
      width: 100%;
      height: 610px;
      object-fit: cover;
      object-position: center;
      font-family: "object-fit: cover; object-position: center;"; }
      @media screen and (max-width: 1680px) {
        .tc-img img {
          height: 36.3095238095vw; } }
      @media screen and (max-width: 480px) {
        .tc-img img {
          height: 60vw; } }

/* check
---------------------------------------------------------------------------*/
.check {
  height: 100%; }
  .check + .check {
    position: relative; }
    .check + .check::before {
      position: absolute;
      content: "";
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 42px;
      height: 27px;
      background-image: url(../img/checkin/arw@2x.png);
      left: 50%;
      transform: translateX(-50%);
      top: -62px; }
      @media screen and (max-width: 1680px) {
        .check + .check::before {
          width: 2.5vw;
          height: 1.6071428571vw;
          top: -3.6904761905vw; } }
      @media screen and (max-width: 480px) {
        .check + .check::before {
          width: 5.6vw;
          height: 3.6vw;
          top: -8.2666666667vw; } }
  .check-wrap {
    position: relative;
    width: 100%;
    border: 1px solid #a9a19e;
    padding: 32px 28px;
    border-radius: 20px;
    height: 100%; }
    @media screen and (max-width: 1680px) {
      .check-wrap {
        padding: 1.9047619048vw 1.6666666667vw;
        border-radius: 1.1904761905vw; } }
    @media screen and (max-width: 480px) {
      .check-wrap {
        padding: 5.3333333333vw;
        border-radius: 2.6666666667vw; } }
  .check-circle {
    position: absolute;
    top: 16px;
    left: 12px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #585657;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1680px) {
      .check-circle {
        width: 4.7619047619vw;
        height: 4.7619047619vw;
        top: 0.9523809524vw;
        left: 0.7142857143vw; } }
    @media screen and (max-width: 480px) {
      .check-circle {
        width: 21.3333333333vw;
        height: 21.3333333333vw;
        top: -4.2666666667vw;
        left: -3.2vw; } }
    .check-circle > div {
      width: 100%;
      text-align: center; }
      .check-circle > div .en {
        font-size: 12px;
        letter-spacing: .2em; }
        @media screen and (max-width: 1680px) {
          .check-circle > div .en {
            font-size: 0.7142857143vw; } }
        @media screen and (max-width: 480px) {
          .check-circle > div .en {
            font-size: 3.2vw; } }
      .check-circle > div .num {
        font-size: 30px;
        letter-spacing: .1em;
        line-height: 1.1; }
        @media screen and (max-width: 1680px) {
          .check-circle > div .num {
            font-size: 1.7857142857vw; } }
        @media screen and (max-width: 480px) {
          .check-circle > div .num {
            font-size: 8vw; } }
  .check-img {
    width: 100%; }
    @media screen and (max-width: 480px) {
      .check-img {
        margin-bottom: 8.5333333333vw; } }
    .check-img img {
      border-radius: 15px; }
      @media screen and (max-width: 1680px) {
        .check-img img {
          border-radius: 0.8928571429vw; } }
      @media screen and (max-width: 480px) {
        .check-img img {
          border-radius: 2vw; } }
  .check-tx {
    width: 100%;
    padding-top: 34px;
    color: #585657; }
    @media screen and (max-width: 1680px) {
      .check-tx {
        padding-top: 2.0238095238vw; } }
    @media screen and (max-width: 480px) {
      .check-tx {
        margin-bottom: 4.5333333333vw;
        padding-top: 0; } }
    .check-tx-ttl {
      margin-bottom: 24px; }
      @media screen and (max-width: 1680px) {
        .check-tx-ttl {
          margin-bottom: 1.4285714286vw; } }
      @media screen and (max-width: 480px) {
        .check-tx-ttl {
          margin-bottom: 4.5333333333vw; } }

/*.check02 {
	position: relative;
	&::after {
		@include deco-yel2blue;
		top: 66px;
		@include mq(xl) {
			top: px2vw(66);
		}
	}
}*/
/* imgs
---------------------------------------------------------------------------*/
.imgs {
  position: relative;
  z-index: 10;
  padding-bottom: 710px; }
  @media screen and (max-width: 1680px) {
    .imgs {
      padding-bottom: 42.2619047619vw; } }
  @media screen and (max-width: 480px) {
    .imgs {
      padding-bottom: 80vw; } }
  .imgs-img01 img {
    width: 100%;
    height: 610px;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;"; }
    @media screen and (max-width: 1680px) {
      .imgs-img01 img {
        height: 36.3095238095vw; } }
    @media screen and (max-width: 480px) {
      .imgs-img01 img {
        height: 60vw; } }
  .imgs-img02 {
    position: absolute;
    left: calc(50% - 637px);
    bottom: 0;
    width: 406px; }
    @media screen and (max-width: 1680px) {
      .imgs-img02 {
        left: calc(50% - 37.9vw);
        width: 24.1666666667vw; } }
    @media screen and (max-width: 480px) {
      .imgs-img02 {
        width: 38vw;
        left: 5.3333333333vw; } }
    .imgs-img02 img {
      border-radius: 20px; }
      @media screen and (max-width: 1680px) {
        .imgs-img02 img {
          border-radius: 1.1904761905vw; } }
      @media screen and (max-width: 480px) {
        .imgs-img02 img {
          border-radius: 2.6666666667vw; } }
  .imgs-img03 {
    position: absolute;
    left: calc(50% - 158px);
    bottom: 108px;
    width: 1000px; }
    @media screen and (max-width: 1680px) {
      .imgs-img03 {
        left: calc(50% - 9.4vw);
        width: 59.5238095238vw;
        bottom: 6.4285714286vw; } }
    @media screen and (max-width: 480px) {
      .imgs-img03 {
        left: auto;
        right: 5.3333333333vw;
        width: 67vw;
        bottom: 44vw; } }
    .imgs-img03 img {
      border-radius: 20px; }
      @media screen and (max-width: 1680px) {
        .imgs-img03 img {
          border-radius: 1.1904761905vw; } }
      @media screen and (max-width: 480px) {
        .imgs-img03 img {
          border-radius: 2.6666666667vw; } }

/* use
---------------------------------------------------------------------------*/
.use-attr {
  width: 1280px;
  margin: 0 auto 150px;
  border: 1px solid #a9a19e;
  padding: 64px 100px;
  border-radius: 20px; }
  @media screen and (max-width: 1680px) {
    .use-attr {
      width: 76.1904761905vw;
      padding: 3.8095238095vw 5.9523809524vw;
      margin: 0 auto 8.9285714286vw;
      border-radius: 1.1904761905vw; } }
  @media screen and (max-width: 480px) {
    .use-attr {
      width: 89.3333333333vw;
      padding: 8.5333333333vw 4.333333vw;
      margin: 0 auto 20vw;
      border-radius: 2.6666666667vw; } }
  .use-attr .intr-hdl {
    text-align: center; }
  .use-attr ul {
    margin-top: 64px; }
    @media screen and (max-width: 1680px) {
      .use-attr ul {
        margin-top: 3.8095238095vw; } }
    @media screen and (max-width: 480px) {
      .use-attr ul {
        margin-top: 8.5333333333vw;
		margin-left: 27px;} }
    .use-attr ul li {
      text-indent: 0; /* テキストインデントをリセット */
  padding-left: 0; /* パディングを調整 */
  position: relative; /* 画像の位置調整のため */ }
      .use-attr ul li span {
        position: relative;
        display: inline-block;
        padding-right: 30px;
        margin-right: 0.3em; }
        @media screen and (max-width: 1680px) {
          .use-attr ul li span {
            padding-right: 1.7857142857vw; } }
        @media screen and (max-width: 480px) {
          .use-attr ul li span {
            padding-right: 8vw; } }
        .use-attr ul li span::after {
          position: absolute;
          content: "";
          width: 25px;
          height: 25px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }

          .use-attr ul li::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: -35px; /* 画像の位置を調整 */
  top: 21px;
  transform: translateY(-50%);
}



          @media screen and (max-width: 1680px) {
            .use-attr ul li span::after {
              width: 1.4880952381vw;
              height: 1.4880952381vw; }
.use-attr ul li::before {
    width: 1.4880952381vw;
    height: 1.4880952381vw;
    left: -2.1vw; /* 相対的な位置調整 */
	top: 14px;
  }}
          @media screen and (max-width: 480px) {
            .use-attr ul li span::after {
              width: 6.6666666667vw;
              height: 6.6666666667vw; }
.use-attr ul li::before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    left: -8.5vw; /* 相対的な位置調整 */
	top: 17px;
  }}
      .use-attr ul li:nth-of-type(1) span::after {
        background-image: url(../img/checkin/use-attr01@2x.png); }
      .use-attr ul li:nth-of-type(2) span::after {
        background-image: url(../img/checkin/use-attr02@2x.png);}
      .use-attr ul li:nth-of-type(3) span::after {
        background-image: url(../img/checkin/use-attr03@2x.png); }
      .use-attr ul li:nth-of-type(4) span::after {
        background-image: url(../img/checkin/use-attr04.png); }


.use-attr ul li:nth-of-type(1)::before {
  background-image: url(../img/checkin/use-attr01@2x.png);
}
.use-attr ul li:nth-of-type(2)::before {
  background-image: url(../img/checkin/use-attr02@2x.png);
}
.use-attr ul li:nth-of-type(3)::before {
  background-image: url(../img/checkin/use-attr03@2x.png);
}
.use-attr ul li:nth-of-type(4)::before {
  background-image: url(../img/checkin/use-attr04.png);
}
.use-attr ul li:nth-of-type(5)::before {
  background-image: url(../img/checkin/use-attr05.png);
}
.use-attr ul li:nth-of-type(6)::before {
  background-image: url(../img/checkin/use-attr06.png);
}

.use-steps {
  width: 1280px;
  margin: 0 auto 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 1680px) {
    .use-steps {
      width: 76.1904761905vw;
      margin: 0 auto 5.7142857143vw; } }
  @media screen and (max-width: 480px) {
    .use-steps {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 89.3333333333vw;
      margin: 0 auto 12.8vw; } }
  .use-steps li.step {
    width: 296px; }
    @media screen and (max-width: 1680px) {
      .use-steps li.step {
        width: 17.619047619vw; } }
    @media screen and (max-width: 480px) {
      .use-steps li.step {
        width: 100%; } }
  .use-steps li.arw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 8px; }
    @media screen and (max-width: 1680px) {
      .use-steps li.arw {
        width: 0.4761904762vw; } }
    @media screen and (max-width: 480px) {
      .use-steps li.arw {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding: 2em 0; }
        .use-steps li.arw img {
          width: 2.1333333333vw;
          transform: rotate(90deg); } }
