@charset "UTF-8";
/* ========================================
    foundation
======================================== */
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@500;700&family=Noto+Sans+JP:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@500;700;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, abbr, address,
cite, code, del, dfn, em, img, ins,
kbd, q, samp, small, strong, sub, sup,
var, b, i, dl, dt, dd, ol, ul, li, li > ul,
a, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, figcaption,
footer, header, hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style-type: none;
}

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

.tabOnly {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tabOnly {
    display: block !important;
  }
}

.pcNone {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .pcNone {
    display: none !important;
  }
}

.orange {
  color: #EBA115;
}

html {
  scroll-behavior: smooth;
  height: -webkit-fill-available;
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #000;
  background-color: #fff;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

body.fixed {
  position: fixed;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

p, h1, h2, h3, h4 {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 1.75;
}

/* ========================================
    layout
======================================== */
.l-inner {
  max-width: 108rem;
  width: 100%;
  margin: 0 auto;
  padding-left: clamp(2rem, 2.9411764706vw, 4rem);
  padding-right: clamp(2rem, 2.9411764706vw, 4rem);
}
@media screen and (max-width: 1000px) {
  .l-inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.l-main {
  padding-top: 7.5rem;
}
@media screen and (max-width: 1240px) {
  .l-main {
    padding-top: 0;
  }
}

.l-wrapper {
  overflow: hidden;
}

/* ========================================
    object / component
======================================== */
/* ========================================
    object / project
======================================== */
.ctaA {
  background-image: url(../img/ctaA_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ctaA {
    background-image: url(../img/ctaA_bg_sp.jpg);
  }
}
.ctaA::before, .ctaA::after {
  content: "";
  width: 100%;
  height: clamp(1.4rem, 1.8vw, 1.8rem);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 144, 0)), to(rgb(255, 127, 0)));
  background: -webkit-linear-gradient(top, rgb(255, 144, 0) 0%, rgb(255, 127, 0) 100%);
  background: linear-gradient(180deg, rgb(255, 144, 0) 0%, rgb(255, 127, 0) 100%);
  position: absolute;
  left: 0;
}
.ctaA::before {
  top: 0;
}
.ctaA::after {
  bottom: 0;
}
.ctaA_inner {
  padding-top: 5rem;
  padding-bottom: 7rem;
}
.ctaA .content {
  width: clamp(35rem, 59vw, 59rem);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ctaA .content {
    width: calc(100% + 2rem);
    margin-left: -1rem;
  }
}
.ctaA h2 {
  width: clamp(35rem, 56.5vw, 56.5rem);
}
@media screen and (max-width: 767px) {
  .ctaA h2 {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.ctaA .time {
  background-color: #fff;
  border-radius: 100px;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 900;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  text-align: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  line-height: 1.5;
  padding: 0.5rem 3.2rem 1rem;
  margin-bottom: 0.9rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .ctaA .time {
    font-size: 4.615vw;
    padding: 1rem 3.2rem 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .ctaA .time .shortest {
    display: block;
    margin-top: -3px;
  }
}
.ctaA .time strong {
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  font-weight: 900;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #C32D00;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .ctaA .time strong {
    font-size: 5.641vw;
    line-height: 1.3;
  }
}
.ctaA .number {
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .ctaA .number {
    margin-bottom: 0;
  }
}
.ctaA a {
  display: block;
  margin: 0 1rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.ctaA a:hover {
  opacity: 0.7;
}

.ctaB {
  background-image: url(../img/ctaB_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ctaB {
    background-image: url(../img/ctaB_bg_sp.jpg);
  }
}
.ctaB::before, .ctaB::after {
  content: "";
  width: 100%;
  height: clamp(1.4rem, 1.8vw, 1.8rem);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(195, 45, 0)), to(rgb(255, 127, 0)));
  background: -webkit-linear-gradient(top, rgb(195, 45, 0) 0%, rgb(255, 127, 0) 100%);
  background: linear-gradient(180deg, rgb(195, 45, 0) 0%, rgb(255, 127, 0) 100%);
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .ctaB::before, .ctaB::after {
    background: -webkit-gradient(linear, left top, left bottom, from(#FF9000), to(#FF7F00));
    background: -webkit-linear-gradient(top, #FF9000 0%, #FF7F00 100%);
    background: linear-gradient(180deg, #FF9000 0%, #FF7F00 100%);
  }
}
.ctaB::before {
  top: 0;
}
.ctaB::after {
  bottom: 0;
}
.ctaB_inner {
  padding-top: 5rem;
  padding-bottom: 7rem;
}
.ctaB .content {
  width: clamp(30rem, 72vw, 72rem);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ctaB .content {
    width: calc(100% + 12px);
    margin-left: -6px;
  }
}
.ctaB h2 {
  margin-bottom: 1rem;
}
.ctaB .number {
  width: clamp(32rem, 55vw, 55rem);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ctaB .number {
    width: 100%;
  }
}
.ctaB a {
  width: clamp(33rem, 57vw, 57rem);
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .ctaB a {
    width: 100%;
  }
}
.ctaB a:hover {
  opacity: 0.7;
}

.p-footer {
  background-color: #F8F8F8;
}
.p-footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4rem;
  width: 88rem;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-footer_inner {
    padding-top: 6rem;
    padding-bottom: 13rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.p-footer .logoBox .logo {
  width: 21.5rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer .logoBox .logo {
    margin-bottom: 0;
  }
}
.p-footer .logoBox .copyright {
  color: #BABABA;
  font-size: 1.3rem;
  line-height: 1;
}
.p-footer .information li {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 1.3;
  white-space: nowrap;
}
.p-footer .information li:not(:last-child) {
  border-bottom: solid 1px #D6D6D6;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.p-footer .information .copyright {
  color: #BABABA;
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 1rem;
}

.p-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 7.5rem;
  padding: 1.5rem;
  background-color: #fff;
}
@media screen and (max-width: 1240px) {
  .p-header {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: initial;
    padding: 0;
    height: auto;
  }
}
.p-header .logo {
  width: clamp(18rem, 16.1764705882vw, 22rem);
  position: relative;
}
@media screen and (max-width: 1240px) {
  .p-header .logo {
    display: none;
  }
}
.p-header .navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 1240px) {
  .p-header .navi {
    display: none;
  }
}
.p-header .naviList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
}
.p-header .naviList a {
  font-size: clamp(1.3rem, 1.1764705882vw, 1.6rem);
}
.p-header .btnWrap {
  width: clamp(15rem, 22vw, 22rem);
}
.p-header .btnWrap a {
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.16));
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.p-header .btnWrap a:hover {
  opacity: 0.7;
}
.p-header .spNavi {
  display: none;
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 1240px) {
  .p-header .spNavi {
    display: block;
  }
}
.p-header .spNavi .hamburger-menu {
  width: 45px;
  height: 45px;
  position: relative;
  z-index: 10;
  border: none;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.p-header .spNavi .hamburger-menu__bar {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 12px;
  left: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-header .spNavi .hamburger-menu__bar:first-child {
  top: 12px;
}
.p-header .spNavi .hamburger-menu__bar:nth-child(2) {
  top: 21px;
}
.p-header .spNavi .hamburger-menu__bar:last-child {
  top: 30px;
}
.p-header .spNavi .hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}
.p-header .spNavi .hamburger-menu--open .hamburger-menu__bar:first-child {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.p-header .spNavi .hamburger-menu--open .hamburger-menu__bar:last-child {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 24px;
}
.p-header .spNavi .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}
.p-header .spNavi .navigation {
  display: none;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  overflow-y: scroll;
  padding: 15rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-header .spNavi .navigation {
    padding: 8rem 3rem;
    height: calc(var(--vh, 1vh) * 100);
  }
}
.p-header .spNavi .navigation__logo {
  width: 23rem;
  margin: 0 auto 3rem;
}
.p-header .spNavi .navigation__list {
  list-style: none;
  margin: 0 auto;
  width: 23rem;
}
.p-header .spNavi .navigation__list-item:not(:last-child) {
  border-bottom: solid 1px #3B3B3B;
}
.p-header .spNavi .navigation__link {
  display: block;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  padding: 1.5rem 0;
  position: relative;
  color: #fff;
  text-align: center;
}
@media (hover: hover) and (pointer: fine) {
  .p-header .spNavi .navigation__link:hover {
    background: #333;
  }
}
.p-header .spNavi .btnWrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-header .spNavi .btnWrap {
    display: block;
  }
}
.p-header .spNavi .btnWrap a {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-header .spNavi .btnWrap a {
    width: 100%;
  }
}

/* ========================================
    object / page
======================================== */
.fixedBox {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 24rem;
  z-index: 5;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .fixedBox {
    bottom: 0;
    right: 0;
    width: 100%;
    -webkit-box-shadow: initial;
    box-shadow: initial;
  }
}
.fixedBox .btnBox {
  background-color: #fff;
  padding: 0.8rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .fixedBox .btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}
.fixedBox .btnBox a {
  display: block;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .fixedBox .btnBox a {
    width: 50%;
    -webkit-box-shadow: initial;
    box-shadow: initial;
  }
}
.fixedBox .btnBox a:hover {
  opacity: 0.7;
}
.fixedBox .btnBox a:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .fixedBox .btnBox a:not(:last-child) {
    margin-bottom: 0;
  }
}

.kv {
  background-image: url(../img/mv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kv {
    background-image: url(../img/mv_bg_sp.jpg);
  }
}
.kv_inner {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .kv_inner {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
}
.kv .detail {
  width: clamp(10rem, 52.5vw, 52.5rem);
  margin: 0 auto 2rem;
}
@media screen and (max-width: 767px) {
  .kv .detail {
    width: calc(100% + 30px);
    margin-left: -1.5rem;
    margin-bottom: 1rem;
  }
}
.kv .btnBox {
  width: clamp(10rem, 51vw, 51rem);
  margin: 0 auto 1rem;
}
@media screen and (max-width: 767px) {
  .kv .btnBox {
    width: 100%;
  }
}
.kv .btnBox a:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .kv .btnBox a:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.kv .btnBox a {
  display: block;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.kv .btnBox a:hover {
  opacity: 0.7;
}
.kv .fukidashi {
  width: clamp(10rem, 52vw, 52rem);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kv .fukidashi {
    width: calc(100% - 30px);
  }
}
.kv .area {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36rem;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .kv .area {
    width: 25rem;
  }
}
@media screen and (max-width: 1024px) {
  .kv .area {
    display: none;
  }
}

.point_list {
  background-image: url(../img/point_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: clamp(6rem, 10vw, 10rem);
  padding-bottom: clamp(6rem, 7vw, 7rem);
}
@media screen and (max-width: 767px) {
  .point_list {
    background-image: url(../img/point_bg_sp.jpg);
  }
}
.point_list h2 {
  width: clamp(33rem, 61.5vw, 61.5rem);
  margin: 0 auto clamp(4rem, 5.5vw, 5.5rem);
}
.point_list .list {
  width: clamp(27.5rem, 76vw, 76rem);
  margin: 0 auto clamp(8.5rem, 12vw, 12rem);
  position: relative;
}
.point_list .list::after {
  content: "";
  display: block;
  background-image: url(../img/point_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7rem;
  height: 3.5rem;
  position: absolute;
  bottom: -8.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .point_list .list::after {
    bottom: -5.5rem;
  }
}
.point_list .fukidashi {
  width: clamp(33rem, 60vw, 60rem);
  margin: 0 auto clamp(1.5rem, 2.5vw, 2.5rem);
}
@media screen and (max-width: 767px) {
  .point_list .fukidashi {
    margin: 0 auto;
  }
}
.point_comment {
  background-color: #F8F8F8;
  position: relative;
  padding-top: 6rem;
}
.point_comment::before {
  content: "";
  display: block;
  background-color: #F8F8F8;
  width: 10rem;
  height: 5rem;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  top: -5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.point_comment h3 {
  width: clamp(33rem, 57.5vw, 57.5rem);
  margin: 0 auto 2rem;
}
.point_comment .read {
  font-weight: 500;
  width: clamp(33rem, 72vw, 72rem);
  margin: 0 auto clamp(1.5rem, 3vw, 3rem);
  text-align: center;
}
.point_comment .illust {
  width: clamp(34rem, 35.5vw, 35.5rem);
  margin: 0 auto;
}
.point_achievement {
  padding-top: clamp(5.5rem, 9vw, 9rem);
  padding-bottom: clamp(6rem, 10vw, 10rem);
}
.point_achievement h3 {
  width: clamp(32rem, 61vw, 61rem);
  margin: 0 auto 2rem;
}
.point_achievement .read {
  font-weight: 500;
  padding: 0 clamp(0rem, 3.5vw, 3.5rem);
  margin: 0 auto clamp(1.5rem, 3vw, 3rem);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .point_achievement .read {
    margin-bottom: 3.5rem;
    padding: 0;
  }
}
.point_achievement .slick-slide {
  margin: 0 2rem;
}
@media screen and (max-width: 767px) {
  .point_achievement .slick-slide {
    margin: 0 1rem;
  }
}
.point_achievement .slick-list {
  margin: 0 calc(50% - 50vw);
}
.point_achievement .slick-prev,
.point_achievement .slick-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: block;
  width: 6rem;
  height: 6rem;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .point_achievement .slick-prev,
  .point_achievement .slick-next {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.point_achievement .slick-prev {
  background-image: url(../img/icon_prev_A.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -3rem;
}
@media screen and (max-width: 767px) {
  .point_achievement .slick-prev {
    left: -2.5rem;
  }
}
.point_achievement .slick-next {
  background-image: url(../img/icon_next_A.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: -3rem;
}
@media screen and (max-width: 767px) {
  .point_achievement .slick-next {
    right: -2.5rem;
  }
}
.point_achievement .slick-arrow:before {
  content: "";
}

.promise {
  background-image: url(../img/promise_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .promise {
    background-image: url(../img/promise_bg_sp.jpg);
  }
}
.promise_inner {
  padding-top: clamp(6rem, 10vw, 10rem);
  padding-bottom: clamp(6rem, 10vw, 10rem);
}
.promise h2 {
  width: clamp(34rem, 62vw, 62rem);
  margin: 0 auto clamp(5rem, 7.5vw, 7.5rem);
}
.promise_list {
  width: clamp(31rem, 80vw, 80rem);
  margin: 0 auto;
}
.promise_list .item:not(:last-child) {
  margin-bottom: 5.5rem;
  padding-bottom: 5.5rem;
  border-bottom: solid 1px #fff;
}
.promise .slick-prev,
.promise .slick-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: block;
  width: 1.5rem;
  height: 8.5rem;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}
.promise .slick-prev {
  background-image: url(../img/icon_prev_B_wh.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -3rem;
}
@media screen and (max-width: 767px) {
  .promise .slick-prev {
    left: -2.5rem;
  }
}
.promise .slick-next {
  background-image: url(../img/icon_next_B_wh.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: -3rem;
}
@media screen and (max-width: 767px) {
  .promise .slick-next {
    right: -2.5rem;
  }
}
.promise .slick-arrow:before {
  content: "";
}

.worries_inner {
  padding-top: clamp(6rem, 10vw, 10rem);
  padding-bottom: clamp(6rem, 10vw, 10rem);
}
.worries h2 {
  width: clamp(33rem, 61.5vw, 61.5rem);
  margin: 0 auto clamp(2.5rem, 5vw, 5rem);
}
@media screen and (max-width: 767px) {
  .worries h2 {
    width: 100%;
  }
}
.worries .list {
  width: clamp(33rem, 81vw, 81rem);
  margin: 0 auto clamp(2rem, 3vw, 3rem);
}
@media screen and (max-width: 767px) {
  .worries .list {
    width: 100%;
  }
}
.worries .desc {
  width: clamp(32.5rem, 87vw, 87rem);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .worries .desc {
    width: calc(100% + 12px);
    margin-left: -6px;
  }
}

.example {
  background-image: url(../img/example_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}
@media screen and (max-width: 767px) {
  .example {
    background-image: url(../img/example_bg_sp.jpg);
  }
}
.example_inner {
  padding-top: clamp(5.5rem, 10vw, 10rem);
}
.example h2 {
  width: clamp(33rem, 61.5vw, 61.5rem);
  margin: 0 auto clamp(5rem, 7vw, 7rem);
}
@media screen and (max-width: 767px) {
  .example h2 {
    width: 100%;
  }
}
.example_list {
  width: clamp(33rem, 80vw, 80rem);
  margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
  .example_list {
    width: 100%;
  }
}
.example_list .item:not(:last-child) {
  margin-bottom: 5.5rem;
  padding-bottom: 5.5rem;
  border-bottom: dotted 2px #000;
}
@media screen and (max-width: 767px) {
  .example_list .item:not(:last-child) {
    margin-bottom: initial;
    padding-bottom: initial;
    border-bottom: initial;
  }
}
.example_list h3 {
  margin-bottom: clamp(1.5rem, 3vw, 3rem);
}
@media screen and (max-width: 767px) {
  .example_list h3 {
    width: 100%;
  }
}
.example_list .read {
  font-weight: 500;
}
.example_list .item:nth-of-type(2) h3 {
  width: clamp(31rem, 58.5vw, 58.5rem);
  margin: 0 auto 2rem;
}
.example_list .slick-prev,
.example_list .slick-next {
  position: absolute;
  top: 36rem;
  z-index: 2;
  display: block;
  width: 1.5rem;
  height: 8.5rem;
  padding: 0;
  cursor: pointer;
}
.example_list .slick-prev {
  background-image: url(../img/icon_prev_B_bk.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -3rem;
}
@media screen and (max-width: 767px) {
  .example_list .slick-prev {
    left: -2rem;
  }
}
.example_list .slick-next {
  background-image: url(../img/icon_next_B_bk.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: -3rem;
}
@media screen and (max-width: 767px) {
  .example_list .slick-next {
    right: -2rem;
  }
}
.example_list .slick-arrow:before {
  content: "";
}
.example .fukidashi {
  width: clamp(34rem, 44vw, 44rem);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .example .fukidashi {
    width: calc(100% + 8px);
    margin-left: -4px;
  }
}

.voice {
  background-color: #EBA115;
}
.voice_inner {
  padding-top: clamp(6rem, 10vw, 10rem);
  padding-bottom: clamp(5.5rem, 6.5vw, 6.5rem);
}
.voice h2 {
  width: clamp(33rem, 61.5vw, 61.5rem);
  margin: 0 auto clamp(7rem, 9.5vw, 9.5rem);
}
@media screen and (max-width: 767px) {
  .voice h2 {
    width: 100%;
  }
}
.voice .slideBox .imageBox {
  margin-bottom: 2rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.voice .slideBox .read {
  color: #fff;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.voice .slideBox .name {
  color: #F8D89A;
  line-height: 1;
}
.voice .slick-slide {
  margin: 0 3.5rem;
}
@media screen and (max-width: 767px) {
  .voice .slick-slide {
    margin: 0 4rem;
  }
}
.voice .slick-list {
  margin: 0 calc(50% - 50vw);
}
.voice .slick-prev,
.voice .slick-next {
  position: absolute;
  top: 9rem;
  z-index: 2;
  display: block;
  width: 6rem;
  height: 6rem;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .voice .slick-prev,
  .voice .slick-next {
    width: 1.5rem;
    height: 8.5rem;
  }
}
.voice .slick-prev {
  background-image: url(../img/icon_prev_A.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -3rem;
}
@media screen and (max-width: 767px) {
  .voice .slick-prev {
    background-image: url(../img/icon_prev_B_wh.png);
    left: -2rem;
  }
}
.voice .slick-next {
  background-image: url(../img/icon_next_A.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: -3rem;
}
@media screen and (max-width: 767px) {
  .voice .slick-next {
    background-image: url(../img/icon_next_B_wh.png);
    right: -2rem;
  }
}
.voice .slick-arrow:before {
  content: "";
}

.step {
  background-image: url(../img/step_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step {
    background-image: url(../img/step_bg_sp.jpg);
  }
}
.step_inner {
  padding-top: clamp(6rem, 9.5vw, 9.5rem);
  padding-bottom: clamp(5.5rem, 9.5vw, 9.5rem);
}
.step h2 {
  width: clamp(33rem, 61.5vw, 61.5rem);
  margin: 0 auto clamp(5rem, 8vw, 8rem);
}
@media screen and (max-width: 767px) {
  .step h2 {
    width: 100%;
  }
}
.step .list {
  width: clamp(23rem, 80vw, 80rem);
  margin: 0 auto 3.5rem;
}
@media screen and (max-width: 767px) {
  .step .list {
    margin: 0 auto 4.5rem;
  }
}
.step .read {
  line-height: 1.8;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .step .read {
    width: calc(100% + 10px);
    margin-left: -5px;
  }
}
@media screen and (max-width: 767px) {
  .step .slideBox {
    margin-bottom: 4.5rem;
  }
}
.step .slick-slide {
  margin: 0 4rem;
}
.step .slick-prev,
.step .slick-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: block;
  width: 1.5rem;
  height: 8.5rem;
  padding: 0;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.step .slick-prev {
  background-image: url(../img/icon_prev_B_bk.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -3rem;
}
@media screen and (max-width: 767px) {
  .step .slick-prev {
    left: -2rem;
  }
}
.step .slick-next {
  background-image: url(../img/icon_next_B_bk.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: -3rem;
}
@media screen and (max-width: 767px) {
  .step .slick-next {
    right: -2rem;
  }
}
.step .slick-arrow:before {
  content: "";
}

.price_inner {
  padding-top: clamp(6rem, 12vw, 12rem);
  padding-bottom: clamp(5rem, 9vw, 9rem);
}
.price h2 {
  width: clamp(33rem, 61.5vw, 61.5rem);
  margin: 0 auto clamp(2.5rem, 5.5vw, 5.5rem);
}
@media screen and (max-width: 767px) {
  .price h2 {
    width: 100%;
  }
}
.price .desc {
  width: clamp(34rem, 89vw, 89rem);
  font-weight: 500;
  text-align: center;
  margin: 0 auto clamp(3rem, 6vw, 6rem);
}
@media screen and (max-width: 767px) {
  .price .desc {
    width: 100%;
  }
}
.price .list {
  width: clamp(33rem, 80vw, 80rem);
  margin: 0 auto clamp(5rem, 8.5vw, 8.5rem);
}
@media screen and (max-width: 767px) {
  .price .list {
    width: 100%;
  }
}
.price .planBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: clamp(5rem, 8.5vw, 8.5rem);
}
@media screen and (max-width: 767px) {
  .price .planBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 4rem;
  }
}
.price .planBox .item {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .price .planBox .item {
    width: calc(50% - 0.75rem);
  }
}
.price .slick-slide {
  margin: 0 1.5rem;
}
.price .slick-prev,
.price .slick-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.price .slick-prev {
  background-image: url(../img/icon_prev_A.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -3rem;
}
@media screen and (max-width: 767px) {
  .price .slick-prev {
    left: 0.5rem;
  }
}
.price .slick-next {
  background-image: url(../img/icon_next_A.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: -3rem;
}
@media screen and (max-width: 767px) {
  .price .slick-next {
    right: 0.5rem;
  }
}
.price .slick-arrow:before {
  content: "";
}
.price .campaignBox {
  width: clamp(33rem, 88vw, 88rem);
  margin: 0 auto;
}

.achievement {
  background-image: url(../img/achievement_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}
@media screen and (max-width: 767px) {
  .achievement {
    background-image: url(../img/achievement_bg_sp.jpg);
  }
}
.achievement_inner {
  padding-top: clamp(6rem, 11vw, 11rem);
  padding-bottom: clamp(6rem, 10vw, 10rem);
}
.achievement h2 {
  width: clamp(33rem, 61.5vw, 61.5rem);
  margin: 0 auto clamp(5rem, 9.5vw, 9.5rem);
}
@media screen and (max-width: 767px) {
  .achievement h2 {
    width: 100%;
  }
}
.achievement .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4rem 3rem;
}
@media screen and (max-width: 767px) {
  .achievement .list {
    display: block;
  }
}
.achievement .list .item {
  width: calc(33.3333333333% - 2rem);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .achievement .list .item {
    width: 100%;
  }
}
.achievement .slick-slide {
  margin: 0 1rem;
}
.achievement .slick-prev,
.achievement .slick-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.achievement .slick-prev {
  background-image: url(../img/icon_prev_A.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -3rem;
}
@media screen and (max-width: 767px) {
  .achievement .slick-prev {
    left: -2rem;
  }
}
.achievement .slick-next {
  background-image: url(../img/icon_next_A.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: -3rem;
}
@media screen and (max-width: 767px) {
  .achievement .slick-next {
    right: -2rem;
  }
}
.achievement .slick-arrow:before {
  content: "";
}
.achievement .campaignBox {
  width: clamp(33rem, 88vw, 88rem);
  margin: 0 auto;
}

.collect {
  background-image: url(../img/collect_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}
@media screen and (max-width: 767px) {
  .collect {
    background-image: url(../img/collect_bg_sp.jpg);
    background-size: contain;
  }
}
.collect_inner {
  padding-top: clamp(6rem, 10vw, 10rem);
  padding-bottom: clamp(6rem, 10vw, 10rem);
}

.staffblog {
  background-color: #F8F8F8;
}
.staffblog_inner {
  padding-top: clamp(6rem, 10vw, 10rem);
  padding-bottom: clamp(6rem, 10vw, 10rem);
}
.staffblog h2 {
  width: clamp(33rem, 61.5vw, 61.5rem);
  margin: 0 auto 5.5rem;
}
@media screen and (max-width: 767px) {
  .staffblog h2 {
    width: 100%;
    margin: 0 auto 6rem;
  }
}
.staffblog_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5rem 9rem;
}
@media screen and (max-width: 767px) {
  .staffblog_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.5rem;
  }
}
.staffblog_listItem {
  width: calc(50% - 4.5rem);
}
@media screen and (max-width: 767px) {
  .staffblog_listItem {
    width: 100%;
  }
}
.staffblog_listItem .date {
  font-weight: 700;
  color: #8E8E8E;
  margin-bottom: 0.4rem;
}
.staffblog_listItem .heading {
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
}
.staffblog_listItem .imageBox {
  margin-bottom: 1.5rem;
}
.staffblog_listItem .read {
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 2rem;
  display: none;
}
.staffblog_listItem .button {
  width: 100%;
  height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border: solid 1px #707070;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.36) inset;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.36) inset;
  cursor: pointer;
}
.staffblog_listItem .button span {
  position: relative;
}
.staffblog_listItem .button span::after {
  content: "▼";
  color: #000;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.question_inner {
  padding-top: clamp(6rem, 10vw, 10rem);
  padding-bottom: clamp(6rem, 10vw, 10rem);
}
.question h2 {
  width: clamp(33rem, 61.5vw, 61.5rem);
  margin: 0 auto clamp(3rem, 6.5vw, 6.5rem);
}
@media screen and (max-width: 767px) {
  .question h2 {
    margin: 0 auto 1rem;
    width: 100%;
  }
}
.question_list {
  width: clamp(33rem, 69vw, 69rem);
  margin: 0 auto;
}
.question_list li {
  border-bottom: solid 1px #000;
}
.question .accordion_heading {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8;
  cursor: pointer;
  padding: 1rem 3rem 1rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .question .accordion_heading {
    padding: 2rem 2rem 2rem 0;
    line-height: 1.3;
  }
}
.question .accordion_heading::after {
  content: "＋";
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #000;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.question .accordion_heading span {
  display: inline-block;
  padding-left: 3.5rem;
  position: relative;
}
.question .accordion_heading span::before {
  content: "Q";
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #fff;
  width: 2.7rem;
  height: 2.7rem;
  background-color: #EB8815;
  text-align: center;
  border-radius: 5rem;
  line-height: 2.4rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.question .accordion_heading.open::after {
  content: "ー";
}
.question .accordion_content {
  display: none;
  font-weight: 500;
  line-height: 1.8;
  color: #767676;
  padding-bottom: 1rem;
}

/* ========================================
    object / utility
======================================== */