@charset "utf-8";

/*========================================================================*\

$root

\*========================================================================*/

/* -- ここはサイトごとに変更 -- */
:root {
  --max-width: 1000px;
}

@media screen and (max-width: 1000px) {
  :root {
    --inner-padding: 80px 20px;
    --max-width: 100%;
  }
}

/*========================================================================*\

$body

\*========================================================================*/

body,
html {
  height: 100%;
}

html {
  /*scroll-padding-top: 100px;*/
}

body {
  font-family: var(font-family);
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

#wrapper {
  overflow: hidden;
  position: relative;
}

.trialtour-inner,
.trialtour-inner .flowBox .flowBoxInner {
  width: 100%;
  max-width: var(--max-width);
  padding: var(--inner-padding);
  margin: 0 auto;
}

.trialtour-inner h1 {
  max-width: 650px;
  margin: 20px auto 60px auto;
}

.trialtour-inner .catch {
  font-size: 21px;
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: center;
  color: #231815;
}

.trialtour-inner .btn {
  margin: 50px auto 60px auto;
  width: 400px;
}

.trialtour-inner .btn a {
  align-items: center;
  background: #efefef;
  border-radius: 100px;
  color: #231815;
  cursor: pointer;
  border: 1px solid #231815;
  display: flex;
  font-size: 17px;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  z-index: 1;
  border-radius: 10px 0 10px 0;
  transition: all 0.3s;
}

.trialtour-inner .btn a:hover {
  opacity: 0.7;
  transform: translateY(-5px);
}

.trialtour-inner .btn a:hover::before {
  transform: scale(1, 1);
}

.trialtour-inner .btn a:after {
  border-right: solid 2px #231815;
  border-top: solid 2px #231815;
  content: "";
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
  width: 8px;
}

.trialtour-inner .flowBox {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: #efefef;
  padding: 60px 0;
}

.trialtour-inner .flowBox .flowBoxInner {
  max-width: 1000px;
  width: 100%;
}

.trialtour-inner .flowBox h3 {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 80px;
}

.trialtour-inner .flowBox h3::before,
.trialtour-inner .flowBox h3::after {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
}

.trialtour-inner .flowBox h3::before {
  width: 193px;
  height: 18px;
  background-image: url(../img/trialtour/point_01.png);
}

.trialtour-inner .flowBox h3::after {
  width: 278px;
  height: 18px;
  background-image: url(../img/trialtour/point_02.png);
}

.trialtour-inner .flowBox h3::before {
  margin-right: 40px;
}

.trialtour-inner .flowBox h3::after {
  margin-left: 40px;
}

.trialtour-inner .flowBox h4 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #231815;
}

.trialtour-inner .flowBox h4 img {
  margin-right: 20px;
}

.trialtour-inner .flowBox figure {
  text-align: center;
}

.trialtour-inner .flowBox .itemBox {
  max-width: 600px;
  margin: 0 auto 60px auto;
}

.trialtour-inner .flowBox .itemBox.flex {
  display: flex;
  justify-content: space-between;
}

.trialtour-inner .flowBox .btn {
  margin: 50px auto 0 auto;
}

.trialtour-inner .flowBox .btn a {
  background: #9fa0a0;
  color: #ffffff;
}

.trialtour-inner .flowBox .btn a:after {
  border-right: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
}

.trialtour-inner h5 {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #231815;
}

.trialtour-inner h5::before,
.trialtour-inner h5::after {
  background-color: #000000;
  content: "";
  height: 65px;
  width: 1px;
}

.trialtour-inner h5::before {
  margin-right: 50px;
  transform: rotate(-35deg);
}
.trialtour-inner h5::after {
  margin-left: 50px;
  transform: rotate(35deg);
}

.wd_footer {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .trialtour-inner,
  .trialtour-inner .flowBox .flowBoxInner {
    width: 100%;
    max-width: 100%;
    padding: 0 20px 40px 20px;
  }

  .trialtour-inner h1 {
    max-width: 90%;
    margin-bottom: 40px;
  }

  .trialtour-inner .catch {
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 1.6;
  }

  .trialtour-inner .btn {
    margin: 30px auto 40px auto;
    width: 80%;
  }

  .trialtour-inner .btn a {
    font-size: 16px;
    padding: 15px 10px;
  }

  .trialtour-inner .flowBox {
    padding: 60px 0;
  }

  .trialtour-inner .flowBox .flowBoxInner {
    max-width: 100%;
    width: 100%;
  }

  .trialtour-inner .flowBox h3 {
    font-size: 26px;
    margin-bottom: 5rem;
  }

  .trialtour-inner .flowBox h3::before {
    width: 81px;
    height: 13px;
    background-image: url(../img/trialtour/point_sp.png);
    background-repeat: no-repeat;
  }

  .trialtour-inner .flowBox h3::after {
    width: 81px;
    height: 13px;
    background-image: url(../img/trialtour/point_sp.png);
    background-repeat: no-repeat;
  }

  .trialtour-inner .flowBox h3::before {
    margin-right: 20px;
  }

  .trialtour-inner .flowBox h3::after {
    margin-left: 20px;
  }

  .trialtour-inner .flowBox h4 {
    font-size: 17px;
  }

  .trialtour-inner .flowBox h4 .circle {
    width: 60px;
  }

  .trialtour-inner .flowBox h4 img {
    margin-right: 20px;
    width: 40px;
  }

  .trialtour-inner .flowBox figure {
    text-align: center;
  }

  .trialtour-inner .flowBox .itemBox {
    max-width: 100%;
    margin: 0 auto 60px auto;
  }

  .trialtour-inner .flowBox .itemBox.flex {
    display: flex;
    justify-content: space-between;
  }

  .trialtour-inner .flowBox .itemBox.number_01 figure {
    width: 110px;
    margin: 0 auto;
  }

  .trialtour-inner .flowBox .itemBox.number_02 figure {
    width: 100px;
    margin: 0 auto;
  }

  .trialtour-inner .flowBox .itemBox.number_03 figure {
    width: 280px;
    margin: 0 auto;
  }

  .trialtour-inner .flowBox .itemBox.number_04 figure {
    width: 70px;
    margin: 0 auto;
  }

  .trialtour-inner .flowBox .btn {
    margin: 50px auto 0 auto;
  }

  .trialtour-inner h5 {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #231815;
  }

  .trialtour-inner h5::before {
    margin-right: 50px;
    transform: rotate(-35deg);
  }
  .trialtour-inner h5::after {
    margin-left: 50px;
    transform: rotate(35deg);
  }

  .wd_footer {
    margin-top: 0 !important;
  }

  .trialtour-inner h5::before,
  .trialtour-inner h5::after {
    margin-top: -45px;
  }
}
