@charset "utf-8";
:root {
	--clr_bl: #4a7cca;
	--clr_rd: #da0a17;
	--clr_gr: #06c755;
	--clr_db: #3b3b3b;
	--clr_gy: #f2f2f2;
	--clr_ly: #fffef1;
	--clr_wh: #ffffff;
	--cb: cubic-bezier(.38,.07,0,.98);
}
.copy-0002 {
  margin: 0!important;
}
.unit-base {
  max-width: none!important;
}
img {
  max-width: 100%;
}
.onlysp{
  display: none;
}
.l-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
article > section {
  padding: 90px 0;
}
#page-line_reservation {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana;
  font-weight: 500;
}
.fo-poppins {
  font-family: "poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}
.clr-rd {
  color: var(--clr_rd);
}

/*===================================================================
  contents
===================================================================*/
@keyframes fade-in {
  from {
    opacity: 0;
    transform: scale(1.05);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.p-line_reservation-fv {
  background: var(--clr_gy) url(../img/bg01.svg) top left repeat;
  font-size: 10px;
  font-size: clamp(6px,.6756756vw,10px);
  padding: 5em 0 2.5em;
  overflow: hidden;
}
.p-line_reservation-fv__wrap {
  position: relative;
  max-width: 110em;
  height: 66.5em;
  margin: 0 auto;
  .img {
    position: absolute;
    z-index: 1;
    opacity: 0;
    transform: scale(1.05);
    animation: fade-in 2s forwards .4s;
    &._01 {
      top: 0;
      right: 13em;
      width: 66.4em;
      filter: drop-shadow(2px 2px 20px rgba(81, 75, 74, .1));
    }
    &._02 {
      top: 7.4em;
      left: -11em;
      width: 47.2em;
      animation-delay: .6s;
    }
    &._03 {
      bottom: 3.5em;
      left: 10em;
      width: 51.8em;
      filter: drop-shadow(2px 2px 20px rgba(81, 75, 74, .1));
      animation-delay: .8s;
    }
    &._04 {
      bottom: 0;
      right: -14em;
      width: 56.5em;
      animation-delay: 1s;
    }
  }
._arrow {
  position: absolute;
  z-index: 5;
  overflow: hidden;
  img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;
    will-change: transform, opacity;
  }
  &._01 {
    top: 1.8em;
    left: 14.3em;
    width: 6.6em;
    img {
      animation: arrow-right 2.5s ease-in-out infinite;
    }
  }
  &._02 {
    bottom: 11.8em;
    left: 8.2em;
    width: 1.6em;
    img {
      animation: arrow-up 2.5s ease-in-out infinite .5s;
    }
  }
  &._03 {
    bottom: 21em;
    right: 8.4em;
    width: 1.6em;
    img {
      animation: arrow-down 2.5s ease-in-out infinite .8s;
    }
  }
  &._04 {
    bottom: 22.5em;
    right: 54.6em;
    width: 6.6em;
    img {
      animation: arrow-right 2.5s ease-in-out infinite 1s;
    }
  }
}
}
/* 横向き → */
@keyframes arrow-right {
  0% {
    transform: translateX(-55%);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translateX(55%);
    opacity: 0;
  }
}
/* 縦向き ↑ */
@keyframes arrow-up {
  0% {
    transform: translateY(55%);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(-55%);
    opacity: 0;
  }
}
/* 縦向き ↓ */
@keyframes arrow-down {
  0% {
    transform: translateY(-32%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(32%);
    opacity: 0;
  }
}

.p-line_reservation-lead {
  padding-top: 120px;
  background: var(--clr_bl);
  color: var(--clr_wh);
  .l-container {
    max-width: 1310px;
  }
}
.p-line_reservation-lead__wrap {
  padding: 0 180px;
  position: relative;
  .p-line_reservation-lead__box {
    position: relative;
    background: #2863c0;
    border-radius: 30px;
    padding: 90px 30px 50px;
    text-align: center;
    h2 {
      position: absolute;
      top: -35px;
      right: 0;
      left: 0;
      margin: 0 auto;
    }
    .txt {
      font-size: 24px;
      font-weight: 700;
      letter-spacing: .2em;
      &+.txt {
        margin-top: .8em;
      }
      span {
        border-bottom: 4px dotted var(--clr_gr);
      }
    }
  }
  .p-line_reservation-lead__match {
    background: #2459ad;
    font-feature-settings: "halt";
    padding: 17px 10px;
    letter-spacing: 0.075em;
    max-width: 675px;
    margin: 30px auto 0;
    p {
      font-size: 17px;
      font-weight: 700;
      img {
        max-height: 2em;
        margin: 0 .5em;
      }
    }
    a {
      display: flex;
      align-items: center;
      gap: 3px;
      width: fit-content;
      margin: 12px auto 0;
      background: var(--clr_bl);
      font-size: 11px;
      font-weight: 700;
      padding: 5px 10px;
      &::after {
        content: "";
        display: block;
        background: url(../img/ico_blank02.png) center center no-repeat;
        background-size: contain;
        width: .7em;
        aspect-ratio: 1;
      }
      img {
        max-height: 1.63em;
      }
    }
  }
  figure {
    position: absolute;
    z-index: 1;
    opacity: 0;
    transform: scale(1.05);
    &._01 {
      bottom: 25px;
      right: 0;
    }
    &._02 {
      top: 50px;
      left: 110px;
      animation-delay: .6s!important;
    }
    &.act {
      animation: fade-in 2s forwards .4s;
    }
  }
}
.p-line_reservation-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 20px;
  margin-top: 70px;
  li {
    a {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 1em;
      width: 350px;
      height: 80px;
      text-align: center;
      border-radius: 100px;
      border: 1px solid var(--clr_wh);
      padding: 10px;
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.05em;
      transition: .2s;
      &.--line {
        background: var(--clr_gr);
        border-color: var(--clr_gr);
      }
      &.--arrow {
        &::after {
          content: "";
          display: block;
          aspect-ratio: 1;
          background: url(../img/arrow_gr.svg) center center no-repeat;
          background-size: contain;
          width: 20px;
          transform: rotate(90deg);
        }
      }
      &:hover {
        transform: translateY(-8px);
        box-shadow: 0 8px 0 rgba(0,0,0,.1);
      }
    }
  }
}
.p-line_reservation__link {
  margin-top: 30px;
  a {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .1em;
    transition: .2s;
    &::after {
      content: "";
      display: block;
      aspect-ratio: 1;
      background: url(../img/arrow.svg) center center no-repeat;
      background-size: contain;
      width: 20px;
    }
    &:hover {
      color: #eaea83;
    }
  }
}
.p-line_reservation-consult {
  background: var(--clr_db) url(../img/bg02.svg) top left repeat;
  color: var(--clr_wh);
  text-align: center;
  h2 {
    margin-bottom: 30px;
    + .txt {
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.05em;
      margin-bottom: 60px;
    }
  }
  .p-line_reservation-consult__wrap {
    max-width: 1035px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 0;
    li {
      width: 33.33333%;
      opacity: 0;
      transform: scale(1.05);
      &.act {
        animation: fade-in 1.2s forwards .2s;
      }
      &:nth-of-type(2) {
        animation-delay: .3s!important;
      }
      &:nth-of-type(3) {
        animation-delay: .4s!important;
      }
      &:nth-of-type(4) {
        animation-delay: .5s!important;
      }
      &:nth-of-type(5) {
        animation-delay: .6s!important;
      }
    }
  }
}
.p-line_reservation-howto {
  background: var(--clr_gy);
}
.p-line_reservation-howto__ttl {
  text-align: center;
  margin-bottom: 80px;
  h2 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    color: #515151;
  }
}
.p-line_reservation-howto .p-line_reservation__link a::after {
  background-image: url(../img/arrow_bk.svg);
}
.p-line_reservation-howto .p-line_reservation__link a:hover {
  color: var(--clr_rd);
}

.p-line_reservation-survey {
  background: var(--clr_ly);
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 60px;
}
.p-line_reservation-survey__ttl {
  margin-bottom: 65px;
  h2 {
    margin-bottom: 50px;
  }
  .txt {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  small {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    color: #515151;
  }
}
.p-line_reservation-survey__wrap {
  position: relative;
  padding: 0 285px 90px;
  figure {
    position: absolute;
    bottom: 0;
    opacity: 0;
    transform: scale(1.05);
    &.act {
      animation: fade-in 1.2s forwards .2s;
    }
    &._01 {
      left: 0;
    }
    &._02 {
      right: 0;
    }
  }
}
.p-line_reservation-survey__box {
  border-radius: 30px;
  padding: 60px 20px 50px;
  background: var(--clr_wh);
  position: relative;
  box-shadow: 2px 2px 20px rgba(81,75,74,.1);
  h3 {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
  }
  .txt {
    margin-top: 35px;
    letter-spacing: 0.075em;
  }
}




/*howto
---------------------------------------------------------*/
.lineFlow {
  background: var(--clr_bl);
  border-radius: 30px;
  padding: 60px 5%;
}
.mainteFlow {
  max-width: 1080px;
  margin: 0 auto;
}
.flowEng {
  font-size: 73px;
  color: #fff;
  margin: -30px auto 30px;
}
.flowTtl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}
.flowTtl .lft {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 18px;
  text-align: left;
  font-weight: 500;
  color: #fff;
  min-width: 365px;
}
.flowTtl .rht {
  width: 400px;
}
.flowSubTtl {
  font-size: 22px;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.flowWrap + .flowSubTtl {
  margin-top: 50px;
}
.flowSubTtl h3 {
  font-size: 100%;
  padding: 10px;
  background: var(--clr_bl);
  color: #fff;
  text-align: center;
  border-radius: 10px 36px 0 0;
  clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
  width: 360px;
}
.flowSubTtl._03 h3 {
  background: var(--clr_bl);
}
.flowSubTtl .txt {
  padding: 10px;
}
.redTxt {
  background: #f00;
  color: #fff;
  padding: 5px;
  font-size: 115%;
}
.flowTtl .num {
  width: 55px;
  min-width: 55px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  color: var(--clr_bl);
  font-size: 36px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.2em;
}
.flowTtl h3 {
  font-size: 29px;
  font-weight: 700;
}
.flowWrap {
  border: 1px solid #fff;
  padding: 50px;
}
.flowBox {
	background: #fff;
	padding: 15px;
	height: auto!important;
	margin: 0 10px;
}
.flowSlider .slick-track {
	display: flex!important;
}
.flowBox h3 {
	text-align: left;
	font-size: 112.5%;
  font-weight: 700;
	margin-bottom: 10px;
  min-height: 56px;
  small {
    font-size: 95%;

  }
}
.regist01 .tit {
	margin-bottom: 10px;
}
.regist01 .tit .num {
	aspect-ratio: 1;
	width: 25px;
	text-align: center;
	margin-right: 5px;
	border: 1px solid #000;
}
.regist01 + .regist01 {
	margin-top: 30px;
}
.regist01 {
	padding: 0 20px;
}
.regist01 .cont {
	padding-left: 20px;
}
.serchBox {
	position: relative;
	border: 1px solid #000;
	padding: 10px;
	text-align: left;
	line-height: 1;
	margin-right: 47px;
	background: #fff
}
.serchBox::after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	position: absolute;
	top: -1px;
	bottom: 0;
	right: -42px;
	border: 1px solid #000;
	background: #fff url("../img/icon_glass.png") center center no-repeat;
	background-size: auto 22px;
}
.slick-arrow {
	background: url(../img/arrow02.svg) center center no-repeat;
	background-size: contain;
	aspect-ratio: 1;
	width: 40px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -4.2%;
	z-index: 10;
	transition: .2s;
}
.slick-arrow.prev {
	right: 0;
	left: -4.2%;
	transform: translateY(-50%) rotate(180deg);
}
.slick-arrow:hover {
	opacity: .8;
}
.slick-arrow.slick-disabled {
	opacity: 0!important;
	pointer-events: none;
}
.flowTtl:not(:first-of-type) {
  margin-top: 60px;
}



/*ieハック*/
@media all and (-ms-high-contrast: none) {
}

/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/

/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 1375px) {
.p-line_reservation-lead__wrap {
  padding: 0 14%;
.p-line_reservation-lead__box {
    padding: 70px 9% 50px;
    h2 {
      top: -35px;
      width: 70%;
    }
    .txt {
      font-size: 1.7454vw;
    }
  }
  .p-line_reservation-lead__match {
    p {
      font-size: 1.236vw;
    }
  }
  figure {
    &._01 {
      width: 23%;
    }
    &._02 {
      left: 6%;
      width: 13%;
    }
  }
}
}
@media screen and (max-width: 1120px) {
.p-line_reservation-survey__box {
  h3 {
    width: 90%;
  }
}
.p-line_reservation-survey__wrap {
  position: relative;
  padding: 0 26% 90px;
  figure {
    &._01 {
      width: 23%;
    }
    &._02 {
      width: 23%;
    }
  }
}
}
@media screen and (max-width: 900px) {
  .lineFlow {
    padding: 40px 20px;
  }
  .flowWrap {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
	
  article > section {
    padding: 60px 0;
  }
	.onlypc{display:none;}
	.onlysp{display: block;}
	/*全体レイアウト
  ------------------------------------------------*/
.p-line_reservation-fv {
  font-size: 1.5625vw;
  padding: 5.6em 0;
}
.p-line_reservation-fv__wrap {
  max-width: 90.625%;
  height: 77.7em;
  .img {
    &._01 {
      top: 0;
      right: 0;
      width: 100%;
      filter: drop-shadow(2px 2px 20px rgba(81, 75, 74, .1));
    }
    &._02 {
      top: 28.3em;
      left: -10em;
      width: 39.5em;
    }
    &._03 {
      bottom: 0;
      left: 4em;
      width: 45.2em;
      filter: drop-shadow(2px 2px 20px rgba(81, 75, 74, .1));
    }
    &._04 {
      bottom: 22.7em;
      right: -11em;
      width: 38em;
    }
  }
  ._arrow {
    &._01 {
      top: -3.6em;
      left: 0;
      width: 5.5em;
    }
    &._02 {
      bottom: .8em;
      left: auto;
      width: 1.3em;
      right: 2.4em;
    }
    &._03 {
      bottom: auto;
      right: -.6em;
      top: -2.5em;
      width: 1.3em;
    }
    &._04 {
      bottom: 16.5em;
      right: 14em;
      width: 6.6em;
    }
  }
}
.p-line_reservation-lead {
  padding-top: 70px;
}
.p-line_reservation-lead__wrap {
  padding: 0;  
  .p-line_reservation-lead__box {
    border-radius: 20px;
    padding: 15vw 20px 7vw;
    text-align: center;
    h2 {
      position: absolute;
      top: -7vw;
    }
    .txt {
      font-size: 3.5vw;
      white-space: nowrap;
      letter-spacing: 0.05em;
      span {
        border-width: 2px;
      }
    }
  }
  .p-line_reservation-lead__match {
    padding: 3.5vw 1vw;
    margin: 5vw auto 0;
    p {
      font-size: 2.9vw;
      white-space: nowrap;
      letter-spacing: 0.05em;
    }
    a {
      display: flex;
      width: fit-content;
      margin: 12px auto 0;
      background: var(--clr_bl);
      font-size: 2.5vw;
      font-weight: 700;
      padding: 5px 10px;
    }
  }
  figure {
    pointer-events: none;
    &._01 {
      bottom: -3vw;
      right: 0;
      width: 35%;
    }
    &._02 {
      top: -15vw;
      left: -1vw;
      width: 17vw;
    }
  }
}
.p-line_reservation-btn {
  margin-top: 50px;
  li {
    a {
      font-size: 14px;
      width: 240px;
      height: 55px;
      gap: 8px;
      &.--line {
        img {
          height: 20px;
        }
      }
      &.--arrow {
        &::after {
          width: 15px;
        }
      }
    }
  }
}
.p-line_reservation__link {
  margin-top: 30px;
  a {
    text-align: center;
    font-size: 13px;
    line-height: 1.8;
    display: block;
    &::after {
      display: inline-block;
      width: 12px;
    }
  }
}
.p-line_reservation-consult {
  background-size: 22px auto;
  h2 {
    max-width: 300px;
    margin: 0 auto 30px;
    + .txt {
      font-size: 13px;
      text-align: left;
      margin-bottom: 40px;
    }
  }
  .p-line_reservation-consult__wrap {
    margin: 0 -3.5vw;    
    gap: 20px 0;
  }
}
.p-line_reservation-howto__ttl {
  margin-bottom: 40px;
  .eng img {
    max-height: 30px;
  }
  h2 {
    font-size: 14px;
  }
}
.p-line_reservation-survey {
  margin-bottom: 60px;
}
.p-line_reservation-survey__ttl {
  margin-bottom: 50px;
  h2 {
    max-width: 220px;
    margin: 0 auto 30px;
  }
  .txt {
    font-size: 13px;
  }
  small {
    font-size: 12px;
  }
}
.p-line_reservation-survey__wrap {
  padding: 0;
  figure {
    position: static;
    margin-top: 30px;
    &._01 {
      left: 0;
      width: 100%;
    }
    &._02 {
      display: none;
    }
  }
}
.p-line_reservation-survey__box {
  max-width: 280px;
  border-radius: 15px;
  padding: 30px 20px 30px;
  margin: 0 auto;
  box-shadow: 2px 2px 10px rgba(81,75,74,.1);
  h3 {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
  }
  .txt {
    margin-top: 20px;
    letter-spacing: 0.02em;
    font-size: 13px;
  }
}
  

  /*howto
  -------------------------------------------------------*/
  .flowTtl {
    display: block;
  }
  .redTxt {
    font-size: 14px;
    text-align: left;
    padding: 10px;
  }
  .flowTtl .lft {
    min-width: auto;
    flex-wrap: wrap;
    gap: 10px
  }
  .flowTtl .lft .txt {
    width: 100%;
    font-size: 16px;
  }
  .flowTtl .num {
    font-size: 25px;
    width: 35px;
    height: 35px;
    min-width: 35px;
  }
  .flowTtl h3 {
    font-size: 20px;
  }
  .flowTtl .rht {
    width: 100%;
    margin-top: 20px;
  }
  .flowSubTtl {
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .flowSubTtl h3 {
    width: 100%;
    font-size: 17px;
    border-radius: 10px;
    clip-path: none;
  }
  .flowSubTtl .txt {
    padding: 15px 0 0;
  }
  .flowWrap {
    padding: 20px 10px;
  }
  .slick-arrow {
    background-image: url(../img/slide_arrow_bk.svg);
    border-radius: 50%;
  }
  .flowBox {
    margin: 0 5px;
  }
  .flowBox h3 {
    font-size: 110%;
  }
  .slick-list {
    padding: 0 17% 0 0 !important;
  }
  .regist01 {
    padding: 0 10px;
  }
  .regist01._03 {
    padding-right: 0;
    width: 100%;
  }
  .regist01 + .regist01 {
    margin-top: 0;
  }
  .serchBox {
    margin-right: 32px;
    font-size: 3.4vw;
  }
  .serchBox::after {
    width: 30px;
    right: -32px;
    background-size: auto 18px;
  }
  .flowBox .boxwrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    padding-top: 30%;
    gap: 40px;
  }
  .regist01 h4 {
    font-size: 16px;
  }
}



