@charset "UTF-8";
/*
  Definition
----------------------------------------------- */
/*-- ブレイクポイント -- */
/*
  共通パーツ
----------------------------------------------- */
/* ------------ ヘッダー ------------ */
.page .header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

/* ------------ MV横並び ------------ */
.mvrow {
  margin-bottom: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .mvrow {
    height: 300px;
  }
}

@media screen and (min-width: 1024px) {
  .mvrow {
    margin-bottom: 160px;
    height: 500px;
    width: 100%;
    background: none;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .mvrow {
    height: 400px;
  }
}

.mvrowmain {
  width: 70vw;
}

@media screen and (min-width: 768px) {
  .mvrowmain {
    width: 40.989vw;
    min-width: 400px;
  }
}

@media screen and (min-width: 1024px) {
  .mvrowmain {
    width: calc((100vw - 1140px) / 2 + 397px);
    height: 100%;
    position: relative;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .mvrowmain {
    min-width: 500px;
  }
}

.mvrowmain__inner {
  position: relative;
  padding-top: 73.664%;
}

@media screen and (min-width: 768px) {
  .mvrowmain__inner {
    width: calc(100% - 10vw);
    margin: auto 0 auto auto;
    padding-top: 0;
    height: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .mvrowmain__inner {
    position: absolute;
    max-width: 397px;
    margin-right: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
  }
}

.mvrowmain__inner--right {
  position: absolute;
  left: 33.206%;
  top: 26.133vw;
}

@media screen and (min-width: 768px) {
  .mvrowmain__inner--right {
    top: 152px;
    right: 0;
    left: auto;
  }
}

@media screen and (min-width: 1024px) {
  .mvrowmain__inner--right {
    margin: auto 0 0 auto;
    top: 235px;
    right: 0;
    width: 276px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .mvrowmain__inner--right {
    top: 50%;
  }
}

.mvrowmain__title {
  position: absolute;
  left: 18%;
  top: 8vw;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 6.4vw;
  line-height: 1.2px;
  letter-spacing: 1.2px;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .mvrowmain__title {
    font-size: 3.2em;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 1024px) {
  .mvrowmain__title {
    font-size: 5.4em;
    margin: 0;
    line-height: 1;
    white-space: nowrap;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .mvrowmain__title {
    font-size: 4.2em;
  }
}

.mvrowmain__catch {
  padding: 2.133vw 3.466vw;
  background-color: #fff;
  font-size: 3.733vw;
  width: 37.333vw;
  margin-bottom: 2.666vw;
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .mvrowmain__catch {
    font-size: 1.8em;
    padding: 14px 20px;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .mvrowmain__catch {
    font-size: 2.4em;
    padding: 14px 30px;
    margin-bottom: 10px;
  }
}

.mvrowmain__text {
  color: #fff;
  font-size: 2.933vw;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .mvrowmain__text {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 1024px) {
  .mvrowmain__text {
    font-size: 1.6em;
  }
}

.mvrow__bg {
  width: 30vw;
  height: 100%;
}

@media screen and (min-width: 1024px) {
  .mvrow__bg {
    width: calc(100vw - ((100vw - 1140px) / 2 + 397px));
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}

.mvrow__bg img {
  display: none;
}

@media screen and (min-width: 1024px) {
  .mvrow__bg img {
    display: block;
    width: 1428px;
    height: 500px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .mvrow__bg img {
    height: 400px;
    width: 800px;
  }
}

/* ------------ MVイラスト ------------ */
.mvillust {
  background-image: url(../img/page/pagetitle_illust_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 51.466vw;
  position: relative;
  margin-bottom: 56px;
}

@media screen and (min-width: 768px) {
  .mvillust {
    height: 400px;
    background-image: url(../img/page/pagetitle_illust_pc.png);
    background-size: cover;
    background-position: center;
  }
}

@media screen and (min-width: 1024px) {
  .mvillust {
    height: 500px;
    background-size: 1920px;
    background-position: center;
    margin-bottom: 160px;
  }
}

@media screen and (min-width: 1920px) {
  .mvillust {
    background-image: url(../img/page/pagetitle_illust_2560.png);
    background-size: 2560px;
  }
}

.mvillust__title {
  font-size: 5.866vw;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  position: absolute;
  left: 8vw;
  top: 8vw;
  letter-spacing: 1.4px;
}

@media screen and (min-width: 768px) {
  .mvillust__title {
    font-size: 3.6em;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    white-space: nowrap;
  }
}

@media screen and (min-width: 1024px) {
  .mvillust__title {
    font-size: 5.3em;
    left: calc((100vw - 1140px) / 2);
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .mvillust__title {
    left: 10vw;
  }
}

.page__btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1140px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .page__btm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}

.page__btm--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .page__btm--left {
    margin-bottom: 0;
  }
}

.page__btm--left picture {
  width: 80px;
  margin: 0 10px;
}

@media screen and (min-width: 1024px) {
  .page__btm--left picture {
    width: 127px;
  }
}

@media screen and (min-width: 1024px) {
  .page__btm--left picture:first-child {
    margin-right: 22px;
  }
}

.page__btm--right {
  font-size: 1.2em;
  line-height: 2;
}

@media screen and (min-width: 1024px) {
  .page__btm--right {
    font-size: 1.7em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

/* ------------ 共通レイアウト ------------ */
.page__container {
  max-width: 1140px;
  width: 90%;
  margin: 0 auto;
  margin: -300px auto 0;
}

@media screen and (min-width: 1024px) {
  .page__container {
    margin: -650px auto 0;
  }
}

.page__block {
  margin: 0 auto 56px;
}

@media screen and (min-width: 1024px) {
  .page__block {
    margin: 0 auto 186px;
  }
}

.page__block:last-of-type {
  margin-bottom: 56px;
}

@media screen and (min-width: 1024px) {
  .page__block:last-of-type {
    margin-bottom: 180px;
  }
}

.page__icon {
  width: 35px;
  height: 37px;
  margin-bottom: 34px;
}

@media screen and (min-width: 1024px) {
  .page__icon {
    width: 53px;
    height: 57px;
    margin-bottom: 80px;
  }
}

.page__title {
  font-size: 2.2em;
  font-weight: 500;
  color: #F37000;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .page__title {
    font-size: 3.6em;
    margin-bottom: 12px;
  }
}

.page__catch {
  font-size: 1.8em;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-bottom: 24px;
  line-height: 1.6;
  visibility: visible;
  opacity: 0;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 30, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 30, 0, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .page__catch {
    font-size: 2.4em;
    margin-bottom: 56px;
  }
}

.page__catch:after {
  content: "";
  height: 4px;
  width: 10%;
  margin-top: 24px;
  bottom: 0px;
  left: 0;
  -webkit-transform: 1s all;
          transform: 1s all;
  visibility: visible;
  opacity: 0;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -30, -30, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -30, -30, 0, 1);
}

@media screen and (min-width: 1024px) {
  .page__catch:after {
    margin-top: 50px;
  }
}

.page__catch--fade {
  visibility: visible;
  opacity: 1;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -webkit-transition: opacity 2s cubic-bezier(0.5, 0, 0, 1) 0.5s, -webkit-transform 2s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  transition: opacity 2s cubic-bezier(0.5, 0, 0, 1) 0.5s, -webkit-transform 2s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  transition: opacity 2s cubic-bezier(0.5, 0, 0, 1) 0.5s, transform 2s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  transition: opacity 2s cubic-bezier(0.5, 0, 0, 1) 0.5s, transform 2s cubic-bezier(0.5, 0, 0, 1) 0.5s, -webkit-transform 2s cubic-bezier(0.5, 0, 0, 1) 0.5s;
}

.page__catch--fade:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -webkit-transition: opacity 2s cubic-bezier(0.5, 0, 0, 1) 0.5s, -webkit-transform 2s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  transition: opacity 2s cubic-bezier(0.5, 0, 0, 1) 0.5s, -webkit-transform 2s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  transition: opacity 2s cubic-bezier(0.5, 0, 0, 1) 0.5s, transform 2s cubic-bezier(0.5, 0, 0, 1) 0.5s;
  transition: opacity 2s cubic-bezier(0.5, 0, 0, 1) 0.5s, transform 2s cubic-bezier(0.5, 0, 0, 1) 0.5s, -webkit-transform 2s cubic-bezier(0.5, 0, 0, 1) 0.5s;
}

.page__line {
  width: 10%;
  height: 4px;
  border: none;
  text-align: left;
  display: inline-block;
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .page__line {
    margin-bottom: 60px;
  }
}

.page__text {
  font-size: 1.4em;
  line-height: 1.6;
  margin-bottom: 1.4em;
}

@media screen and (min-width: 1024px) {
  .page__text {
    font-size: 1.6em;
    line-height: 1.8;
  }
}

/* ------------ フッター ------------ */
.footer {
  padding-top: 80px;
}

.pclink {
  display: none;
}

@media screen and (min-width: 1024px) {
  .pclink {
    display: block;
    margin-bottom: 80px;
  }
}

.pclink__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 1024px) {
  .pclink--tel {
    background-color: #F37000;
    color: #fff;
    width: 360px;
    height: 150px;
    margin-right: 40px;
    font-size: 2em;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pclink--telno {
  font-size: 1.6em;
  display: block;
  margin: 10px 0;
}

.pclink--tel small {
  font-size: .8em;
  text-align: center;
  display: inline;
}

@media screen and (min-width: 1024px) {
  .pclink--line {
    background-color: #00B825;
    width: 360px;
    height: 150px;
    font-size: 2.3em;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.pclink--line a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 0 30px;
}

.pclink--line a small {
  font-size: .7em;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
}

/* ------------ 縦書きロゴ追従 ------------ */
.logo--fix {
  position: -webkit-sticky;
  position: sticky;
  left: 100%;
  width: 42px;
  height: 300px;
  z-index: -10;
  top: calc(100vh - 370px - 5vh);
}

@media screen and (min-width: 1024px) {
  .logo--fix {
    width: 92px;
    height: 650px;
    top: calc(100vh - 650px - 5vh);
  }
}

.br--block {
  display: block;
  content: "";
  margin-bottom: 1.4em;
}

.mainicon {
  width: 35px;
  height: 37px;
  position: relative;
  margin: 0 auto 116px;
}

@media screen and (min-width: 1024px) {
  .mainicon {
    width: 54px;
    height: 58px;
    margin: 0 auto 160px;
  }
}

.mainicon img {
  margin-bottom: 36px;
}

@media screen and (min-width: 1024px) {
  .mainicon img {
    margin-bottom: 56px;
  }
}

.mainicon .page__line {
  width: 100%;
  background-color: #1C2C6F;
}

@media screen and (min-width: 1024px) {
  .mainicon .page__line {
    width: 120px;
  }
}

/*
  Consult
----------------------------------------------- */
.consult .page__container {
  overflow-x: hidden;
  margin: -300px 0 0 0;
  padding: 0 5vw;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .consult .page__container {
    margin: -650px auto 0;
    width: 90%;
    padding: 0;
    overflow: unset;
  }
}

.consult .mvrow {
  background: url(../img/page/pagetitle_navy_sp.png) no-repeat right/contain;
}

@media screen and (min-width: 768px) {
  .consult .mvrow {
    background: url(../img/page/pagetitle_navy_tb.png) no-repeat right/contain;
  }
}

@media screen and (min-width: 1024px) {
  .consult .mvrow {
    background: none;
  }
}

.consult .mvrowmain {
  background-color: #253B98;
}

.consult .mvrowmain__catch {
  color: #1C2C6F;
}

.consult .page__title {
  color: #1C2C6F;
}

.consult .page__catch {
  color: #1C2C6F;
}

.consult .page__catch:after {
  background-color: #1C2C6F;
}

@media screen and (min-width: 1024px) {
  .consult .page__btm--left {
    margin-right: 80px;
  }
}

.consult__shake {
  display: block;
  margin: 70px auto 80px -5vw;
  width: 95%;
}

@media screen and (min-width: 768px) {
  .consult__shake {
    width: 70%;
  }
}

@media screen and (min-width: 1024px) {
  .consult__shake {
    width: 660px;
    margin: 72px 0 0 auto;
  }
}

.consult__discuss {
  display: block;
  margin: 32px -5vw 80px auto;
  width: 95%;
}

@media screen and (min-width: 768px) {
  .consult__discuss {
    width: 70%;
  }
}

@media screen and (min-width: 1024px) {
  .consult__discuss {
    width: 580px;
    margin: 72px 0 0 auto;
  }
}

/*
  Order
----------------------------------------------- */
.order .mvrow {
  background: url(../img/page/pagetitle_orange_sp.png) no-repeat right/contain;
}

@media screen and (min-width: 768px) {
  .order .mvrow {
    background: url(../img/page/pagetitle_orange_tb.png) no-repeat right/contain;
  }
}

@media screen and (min-width: 1024px) {
  .order .mvrow {
    background: none;
  }
}

.order .mvrowmain {
  background-color: #F37000;
}

.order .mvrowmain__catch {
  color: #F37000;
}

.order .page__title {
  color: #F37000;
}

.order .page__catch:after {
  background-color: #F37000;
}

.order .flow {
  margin-top: 56px;
  width: 80vw;
  margin: 56px auto 0;
}

@media screen and (min-width: 1024px) {
  .order .flow {
    width: 820px;
    margin: 156px auto 0;
  }
}

.order .flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.order .flow__list:after {
  content: "";
  width: 100%;
  height: 28.533vw;
  background: url(../img/page/flow_allow_sp.svg) center/contain no-repeat;
  margin: 24px auto 56px;
}

@media screen and (min-width: 768px) {
  .order .flow__list:after {
    background: url(../img/page/flow_allow_pc.svg) center/contain no-repeat;
    height: 197px;
  }
}

@media screen and (min-width: 1024px) {
  .order .flow__list--center .flow__inner {
    width: 700px;
    margin-left: 131px;
  }
}

@media screen and (min-width: 1024px) {
  .order .flow__list--left .flow__title {
    margin-left: -27px;
  }
}

.order .flow__list:last-of-type {
  margin-bottom: 80px;
}

.order .flow__list:last-of-type:after {
  content: none;
}

@media screen and (min-width: 1024px) {
  .order .flow__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 32px;
  }
}

.order .flow__title span {
  font-size: 1.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 18px;
}

@media screen and (min-width: 1024px) {
  .order .flow__title span {
    font-size: 1.6em;
    margin-right: 24px;
    margin-bottom: 0;
    width: 107px;
  }
}

.order .flow__title span:before {
  content: "";
  width: 46px;
  height: 39px;
  background: url(../img/page/flow_circle.svg) no-repeat;
  background-size: contain;
  margin-right: -23px;
}

@media screen and (min-width: 1024px) {
  .order .flow__title span:before {
    width: 67px;
    height: 56px;
    margin-right: -40px;
  }
}

.order .flow__title h3 {
  font-size: 1.6em;
  color: #fff;
  background: #F37000;
  padding: 8px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
  line-height: 1.4;
}

@media screen and (min-width: 1024px) {
  .order .flow__title h3 {
    font-size: 2.4em;
    margin-bottom: 0px;
    padding: 12px 16px 10px;
  }
}

.order .flow__innerlist {
  list-style: disc;
  margin: 24px auto 24px 32px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .order .flow__innerlist {
    margin: 40px auto 40px 42px;
  }
}

.order .flow__innerlist:before {
  content: "";
  width: 4px;
  height: 100%;
  background: #F37000;
  position: absolute;
  left: -28px;
}

@media screen and (min-width: 1024px) {
  .order .flow__innerlist:before {
    left: -40px;
  }
}

.order .flow__innerlist li {
  font-size: 1.4em;
  line-height: 1.4;
  margin-bottom: 16px;
  margin-left: .5em;
}

@media screen and (min-width: 1024px) {
  .order .flow__innerlist li {
    font-size: 1.6em;
    line-height: 1;
  }
}

.order .flow__innerlist li small {
  font-size: .9em;
  margin-left: -20px;
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .order .flow__innerlist li small {
    margin-left: 0;
  }
}

@media screen and (min-width: 1024px) {
  .order .flow__text {
    letter-spacing: -.1px;
    line-height: 2;
  }
}

/*
  Entrust
----------------------------------------------- */
.entrust .mvrow {
  background: url(../img/page/pagetitle_gray_sp.png) no-repeat right/contain;
}

@media screen and (min-width: 768px) {
  .entrust .mvrow {
    background: url(../img/page/pagetitle_gray_tb.png) no-repeat right/contain;
  }
}

@media screen and (min-width: 1024px) {
  .entrust .mvrow {
    background: none;
  }
}

.entrust .mvrowmain {
  background-color: #888888;
}

.entrust .mvrowmain__catch {
  color: #333;
}

.entrust .page__title {
  color: #1C2C6F;
}

.entrust .page__catch:after {
  background-color: #888;
}

.entrust__list {
  width: 80vw;
  margin: 56px auto;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .entrust__list {
    width: 50%;
    margin: 80px auto 80px 0;
  }
}

@media screen and (min-width: 1024px) {
  .entrust__list {
    width: 30%;
  }
}

.entrust__item {
  font-size: 1.8em;
  position: relative;
  margin: 24px 0 44px 3em;
  width: 100%;
}

.entrust__item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #D5D5D5;
  bottom: -16px;
  left: -3em;
  z-index: 10;
}

.entrust__item:after {
  content: "";
  position: absolute;
  width: 5%;
  height: 4px;
  background-color: #1C2C6F;
  bottom: -16px;
  z-index: 20;
  left: -3em;
}

.entrust__item:first-child {
  margin: 0 0 44px 3em;
}

.entrust__item:last-child {
  margin: 24px 0 24px 3em;
}

.entrust__hands {
  display: block;
  margin: 42px auto 80px -5vw;
  width: 95%;
}

@media screen and (min-width: 768px) {
  .entrust__hands {
    width: 70%;
  }
}

@media screen and (min-width: 1024px) {
  .entrust__hands {
    width: 670px;
    margin: 72px 0 0 auto;
  }
}

/*
  About
----------------------------------------------- */
.about .mvillust {
  background-image: url(../img/page/pagetitle_about_sp.png);
}

@media screen and (min-width: 768px) {
  .about .mvillust {
    background-image: url(../img/page/pagetitle_about_pc.png);
  }
}

@media screen and (min-width: 1920px) {
  .about .mvillust {
    background-image: url(../img/page/pagetitle_about_2560.png);
  }
}

.about .page__container {
  margin-top: 0;
}

.about .page__catch {
  color: #1C2C6F;
}

.about .page__catch:after {
  background-color: #1C2C6F;
}

.about__slogan {
  width: 70vw;
  margin: 40px auto;
  border: 1px solid #707070;
  padding: 20px 11px;
  font-size: 1.6em;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #1C2C6F;
  letter-spacing: -.2px;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .about__slogan {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
  }
}

@media screen and (min-width: 1024px) {
  .about__slogan {
    margin: 56px auto 56px 0;
    padding: 40px 56px;
    font-size: 2.4em;
  }
}

.about__slogan span {
  display: block;
  line-height: 1.6;
}

.about__slogan--first {
  margin-bottom: .8em;
}

.about__slogan--second {
  margin-left: 1em;
}

.about .setonai {
  display: block;
  margin-bottom: 80px;
}

.about .setonai img {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.about .footer {
  padding-top: 56px;
}

/*
  Works
----------------------------------------------- */
.works .mvillust {
  background-image: url(../img/page/pagetitle_works_sp.png);
}

@media screen and (min-width: 768px) {
  .works .mvillust {
    background-image: url(../img/page/pagetitle_works_pc.png);
  }
}

@media screen and (min-width: 1920px) {
  .works .mvillust {
    background-image: url(../img/page/pagetitle_works_2560.png);
  }
}

.works .page__container {
  margin-top: 0;
}

@media screen and (min-width: 1024px) {
  .works .page__line {
    position: absolute;
    left: -50%;
  }
}

.works__text {
  font-size: 1.8em;
  color: #1C2C6F;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.4;
  margin-bottom: 32px;
}

@media screen and (min-width: 1024px) {
  .works__text {
    font-size: 2.4em;
    text-align: center;
    margin-bottom: 60px;
  }
}

.works__text:nth-of-type(2) {
  margin-bottom: 80px;
}

@media screen and (min-width: 1024px) {
  .works__text:nth-of-type(2) {
    margin-bottom: 160px;
  }
}

.works__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .works__row {
    width: 80%;
    margin: 0 auto 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.works__block {
  padding: 10.666vw 6.4vw 17.333vw;
  display: block;
  border: 1px solid #333;
  width: 70vw;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .works__block {
    width: 262px;
    padding: 34px 24px 64px;
  }
}

@media screen and (min-width: 1024px) {
  .works__block {
    width: calc(50% - 18px);
    padding: 60px 45px 120px;
  }
}

.works__block:first-of-type {
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .works__block:first-of-type {
    margin-bottom: 0;
  }
}

.works__block p {
  position: relative;
  font-size: 4.266vw;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .works__block p {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 1024px) {
  .works__block p {
    font-size: 2.4em;
  }
}

.works__block p:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  display: block;
  background-color: #D5D5D5;
  bottom: -5.6vw;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}

@media screen and (min-width: 768px) {
  .works__block p:before {
    bottom: -18px;
  }
}

@media screen and (min-width: 1024px) {
  .works__block p:before {
    bottom: -32px;
  }
}

.works__block p:after {
  content: "";
  position: absolute;
  width: 6%;
  height: 3px;
  display: block;
  background-color: #1C2C6F;
  bottom: -5.6vw;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  -webkit-animation: line 3s linear infinite;
          animation: line 3s linear infinite;
}

@media screen and (min-width: 768px) {
  .works__block p:after {
    bottom: -18px;
  }
}

@media screen and (min-width: 1024px) {
  .works__block p:after {
    width: 3%;
    -webkit-animation: none;
            animation: none;
    bottom: -32px;
  }
}

.works__block span {
  color: #1C2C6F;
  position: absolute;
  bottom: 5.333vw;
  right: 6.4vw;
  font-size: 3.2vw;
}

@media screen and (min-width: 768px) {
  .works__block span {
    font-size: 1.2em;
    bottom: 18px;
    right: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .works__block span {
    font-size: 2em;
    bottom: 40px;
    right: 45px;
  }
}

@media screen and (min-width: 1024px) {
  .works__block:hover p:after {
    width: 100%;
  }
}

/*
  Privacy
----------------------------------------------- */
.privacy .mvillust {
  background-image: url(../img/page/pagetitle_privacy_sp.png);
}

@media screen and (min-width: 768px) {
  .privacy .mvillust {
    background-image: url(../img/page/pagetitle_privacy_pc.png);
  }
}

@media screen and (min-width: 1920px) {
  .privacy .mvillust {
    background-image: url(../img/page/pagetitle_privacy_2560.png);
  }
}

.privacy .mvillust__title {
  font-size: 1.8em;
  letter-spacing: 1px;
}

@media screen and (min-width: 1024px) {
  .privacy .mvillust__title {
    font-size: 3.4em;
  }
}

.privacy .page__container {
  margin-top: 0;
}

@media screen and (min-width: 1024px) {
  .privacy .mainicon {
    margin: 0 auto 160px 0;
  }
}

@media screen and (min-width: 1024px) {
  .privacy .mainicon:after {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.privacy__text {
  font-size: 1.4em;
  margin-bottom: 32px;
  line-height: 1.6;
}

@media screen and (min-width: 1024px) {
  .privacy__text {
    font-size: 1.6em;
  }
}

.privacy__item {
  margin-bottom: 32px;
}

@media screen and (min-width: 1024px) {
  .privacy__item {
    margin-bottom: 40px;
  }
}

.privacy__item h3 {
  font-size: 2.2em;
  margin-bottom: 8px;
  line-height: 1.2;
  font-weight: 500;
}

@media screen and (min-width: 1024px) {
  .privacy__item h3 {
    font-weight: bold;
  }
}

.privacy__item p {
  font-size: 1.4em;
  line-height: 1.4;
}

@media screen and (min-width: 1024px) {
  .privacy__item p {
    font-size: 1.6em;
    margin-left: 1em;
  }
}

.privacy__item address {
  font-size: 1.4em;
  line-height: 1.4;
  margin: 4px 0;
}

@media screen and (min-width: 1024px) {
  .privacy__item address {
    font-size: 1.6em;
    margin: 4px 0 0 1em;
  }
}

.privacyitem__list {
  list-style: disc;
  margin: 4px 0;
}

@media screen and (min-width: 1024px) {
  .privacyitem__list {
    margin: 4px 0 0 2em;
  }
}

.privacyitem__item {
  font-size: 1.4em;
  line-height: 1.4;
  margin-left: 1.2em;
}

@media screen and (min-width: 1024px) {
  .privacyitem__item {
    font-size: 1.6em;
  }
}

/*
  アニメーション
----------------------------------------------- */
@-webkit-keyframes line {
  0% {
    left: 0;
  }
  100% {
    left: calc(100% - 6%);
  }
}
@keyframes line {
  0% {
    left: 0;
  }
  100% {
    left: calc(100% - 6%);
  }
}
