body {
  min-width: 0;
}
#wrapper {
  min-width: 0;
}
footer .footer__under .footer__under__in {
  width: auto;
}
main {
  font-family: 'Noto Sans JP', sans-serif;
  color: #222;
}
@media screen and (max-width: 768px) {
  main {
    margin-top: 50px;
    padding-top: 0;
  }
}

main * {
  box-sizing: border-box;
}
@font-face {
  font-family: 'Outfit-Medium';
  src: url('/cms/wp-content/themes/otsb/assets/font/Outfit-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Outfit-Regular';
  src: url('/cms/wp-content/themes/otsb/assets/font/Outfit-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Outfit-Bold';
  src: url('/cms/wp-content/themes/otsb/assets/font/Outfit-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Outfit-SemiBold';
  src: url('/cms/wp-content/themes/otsb/assets/font/Outfit-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  src: url('/cms/wp-content/themes/otsb/assets/font/Inter.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.animation-fade-in {
  opacity: 0;
  transform: translateY(20px);
}
.animation-fade-in-delay {
  opacity: 0;
  transform: translateY(20px);
}

.kv {
  margin-top: 60px;
}
@media screen and (max-width: 1100px) {
  .kv {
    margin-top: 80px;
  }
}
@media screen and (max-width: 900px) {
  .kv {
    margin-top: 130px;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    margin-top: 60px;
  }
}

.kv__inner {
  position: relative;
}
.kv__bg-photo {
  position: absolute;
  top: 23vw;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
  max-height: 600px;
  height: 42vw;
}
@media screen and (max-width: 768px) {
  .kv__bg-photo {
    top: auto;
    bottom: 10%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 600px) {
  .kv__bg-photo {
    bottom: 0;
  }
}

.kv__bg img {
  width: 100%;
}

.kv__bg-photo--1 {
  position: absolute;
  top: 45%;
  left: 12.8%;
  width: 13.8%;
}
@media screen and (max-width: 768px) {
  .kv__bg-photo--1 {
    width: 17.6%;
    top: 47%;
    left: 24%;
  }
}

.kv__bg-photo--2 {
  position: absolute;
  top: 20.5%;
  right: -1.7%;
  width: 10.23%;
}
@media screen and (max-width: 768px) {
  .kv__bg-photo--2 {
    width: 13.4%;
    top: 38%;
    right: 4%;
  }
}

.kv__bg-photo--3 {
  position: absolute;
  top: 17.3%;
  left: 1.5%;
  width: 20.7%;
}
@media screen and (max-width: 768px) {
  .kv__bg-photo--3 {
    width: 24.3%;
    left: 5%;
    top: 24%;
  }
}

.kv__bg-photo--4 {
  position: absolute;
  top: 53.3%;
  right: 13.7%;
  width: 13.6%;
}
@media screen and (max-width: 768px) {
  .kv__bg-photo--4 {
    width: 17.4%;
    top: 32%;
    right: 33%;
  }
}

.kv__bg-photo--5 {
  position: absolute;
  top: -2%;
  right: 4.5%;
  width: 18.3%;
}
@media screen and (max-width: 768px) {
  .kv__bg-photo--5 {
    width: 23.5%;
    top: 10%;
    right: 12%;
  }
}

@keyframes blurFadeIn {
  0% {
    opacity: 0;
    filter: blur(20px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

.kv__bg-photo--1,
.kv__bg-photo--2,
.kv__bg-photo--3,
.kv__bg-photo--4,
.kv__bg-photo--5 {
  opacity: 0;
  filter: blur(20px);
  transition: opacity 0.5s, filter 0.5s;
}

.kv__deco--1 {
  width: 12.9%;
  position: absolute;
  top: 4%;
  left: -7%;
}
.kv__deco--2 {
  width: 9.6%;
  position: absolute;
  top: -7%;
  right: 20%;
}
.kv__deco--3 {
  width: 10%;
  position: absolute;
  top: 6%;
  left: 17%;
}
.kv__deco--4 {
  width: 7.1%;
  position: absolute;
  top: 28%;
  right: 17.5%;
}
.kv__deco--5 {
  width: 10.2%;
  position: absolute;
  top: -7%;
  right: -1.5%;
}
@media screen and (max-width: 768px) {
  .kv__deco--1,
  .kv__deco--2,
  .kv__deco--3,
  .kv__deco--4,
  .kv__deco--5 {
    display: none;
  }
  .kv__deco--1,
}

.kv__title-wrap {
  position: absolute;
  top: 16vw;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  color: #5A4E46;
  z-index: 1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .kv__title-wrap {
    width: 100%;
    top: 36%;
  }
}

.kv__title-main {
  font-size: 66px;
  line-height: 1.2;
  font-weight: 900;
}
@media screen and (max-width: 1100px) {
  .kv__title-main {
    font-size: 46px;
  }
}
@media screen and (max-width: 768px) {
  .kv__title-main {
    font-size: 44px;
  }
}

.kv__title-sub {
  font-size: 24px;
  line-height: 2.3;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .kv__title-sub {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .kv__title-sub {
    font-size: 18px;
  }
}

.kv__title-sub span {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .kv__title-sub span {
    font-size: 19px;
  }
}

.kv__btn-wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kv__btn-contact {
  display: block;
  width: 360px;
  height: 60px;
  background: linear-gradient(147.77deg, #FDD78A -58.06%, #EC431D 64.02%);
  border-radius: 100px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  margin-top: 42px;
}
@media screen and (max-width: 1100px) {
  .kv__btn-contact {
    width: 300px;
    height: 50px;
    font-size: 15px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .kv__btn-contact {
    width: 100%;
    max-width: 315px;
    height: 52px;
    font-size: 18px;
    margin-top: 27px;
  }
}

.kv__btn-contact:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url('/cms/wp-content/themes/otsb/assets/img/clt/icon_mail.svg') no-repeat center center / cover;
}
a.kv__btn-contact:hover {
  color: #fff;
}
.kv__btn-dl {
  display: block;
  background: #fff;
  width: 327px;
  height: 52px;
  border-radius: 100px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  transition: all 0.6s ease;
}
@media screen and (max-width: 1100px) {
  .kv__btn-dl {
    width: 280px;
    height: 48px;
    font-size: 11px;
  }
}
a.kv__btn-dl:hover {
  color: #000;
  filter: invert(1);
}
@media screen and (max-width: 768px) {
  .kv__btn-dl {
    width: 100%;
    max-width: 279px;
    height: 50px;
    font-size: 14px;
  }
}
.kv__btn-dl:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url('/cms/wp-content/themes/otsb/assets/img/clt/icon_dl.svg') no-repeat center center / cover;
}
.kv__btn-tel {
  display: block;
  font-size: 40px;
  line-height: 27px;
  font-weight: bold;
  color: #F27E6E;
  margin-top: 10px;
  font-family: 'Outfit-Bold';
  display: flex;
  align-items: center;
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  pointer-events: none;
}
@media screen and (max-width: 1100px) {
  .kv__btn-tel {
    font-size: 28px;
  }
}
a.kv__btn-tel:hover {
  color: #F27E6E;
}

@media screen and (max-width: 768px) {
  .kv__btn-tel {
    font-size: 40px;
    margin-top: 20px;
    pointer-events: auto;
  }
}

.kv__btn-tel:before {
  content: '';
  display: block;
  width: 29px;
  height: 29px;
  background: url('/cms/wp-content/themes/otsb/assets/img/clt/icon_tel-orange.svg') no-repeat center center / cover;
}

.kv__btn-tel-text {
  font-size: 14px;
  line-height: 1;
  color: #5A4E46;
  margin-top: 8px;
  font-weight: lighter;
}
@media screen and (max-width: 1100px) {
  .kv__btn-tel-text {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .kv__btn-tel-text {
    font-size: 12px;
    margin-top: 8px;
  }
}

.content__inner {
  max-width: 1120px;
  padding: 80px 20px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .content__inner {
    padding: 60px 20px;
  }
}

/* ナビゲーション */
.nav-list {
 display: flex;
 justify-content: center;
}
@media screen and (max-width: 900px) {
  .nav-list {
    margin-top: 60px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .nav-list {
    margin-top: 24px;
  }
}
.nav-list ul{
  display: flex;
  justify-content: center;
  gap: 12px;
  background: #F4F3EF;
  padding: 12px 58px;
  flex-wrap: wrap;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .nav-list ul {
    background: none;
    padding: 0;
    justify-content: flex-start;
  }
}

.nav-list a {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  padding: 0 20px 0 24px;
  display: flex;
  gap: 12px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .nav-list a {
    font-size: 14px;
    background: #F4F3EF;
    padding: 8px 11px;
    border-radius: 8px;
  }
}
.nav-list a:after{
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: solid 3px #DB874B;
  border-bottom: solid 3px #DB874B;
  transform: rotate(45deg) translate(-2px, -2px);
}

/* 装飾 */
.deco {
  position: absolute;
  width: 386px;
  height: 360px;
  z-index: 1;
}
.deco--1 {
  top: -190px;
  left: -257px;
  z-index: 1;
  animation-delay: 0s, 1s, 2s, 0.5s;
}
@media screen and (max-width: 768px) {
  .deco--1 {
    left: auto;
    right: -28%;
    top: -2%;
    width: 57%;
  }
}

.deco--2 {
  top: -103px;
  right: -227px;
  animation-delay: 2s;
}
@media screen and (max-width: 768px) {
  .deco--2 {
    display: none;
  }
}

.deco--3 {
  bottom: -76px;
  left: -244px;
  animation-delay: 1.5s;
}
@media screen and (max-width: 768px) {
  .deco--3 {
    display: none;
  }
}

.deco--4,
.deco--5{
  top: -68px;
  right: -231px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .deco--4,.deco--5 {
    display: none;
  }
}

.deco--6,
.deco--7,
.deco--8,
.deco--9,
.deco--10,
.deco--11{
  top: -68px;
  right: -231px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .deco--6,.deco--7,.deco--8,.deco--9,.deco--10,.deco--11{
    display: none;
  }
}

.deco--12 {
  bottom: 174px;
  left: -82px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .deco--12 {
    display: none;
  }
}

/* 背景色 */
.bg-cream {
  background: #FFF9EF;
}
.bg-gray {
  background: #F4F3EF;
}
.bg-orange {
  background: #E39B00;
}
.bg-white {
  background: #fff;
}

/* 見出し */
.heading-first {
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
  color: #5A4E46;
  text-align: center;
  margin-bottom: 48px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .heading-first {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 24px;
  }
}
.heading-first__title-main {
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .heading-first__title-main {
    line-height: 1.4;
  }
}

.heading-first__title-main.--white {
  color: #fff;
}
.heading-first__title-en {
  font-size: 20px;
  line-height: 1;
  font-family: 'Outfit-SemiBold';
  color:#F4D0A0;
}
@media screen and (max-width: 768px) {
  .heading-first__title-en {
    display: block;
    margin-top: 8px;
  }
}

.heading-first__title-sub {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}
.heading-second {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 900;
  color: #5A4E46;
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .heading-second {
    font-size: 32px;
    margin-top: 0px;
  }
}

.heading-third {
  font-size: 26px;
  line-height: 41px;
  font-weight: bold;
  color: #222;
  text-align: center;
  margin: 60px 0 24px 0;
}
@media screen and (max-width: 768px) {
  .heading-third {
    font-size: 26px;
    line-height: 1.4;
    margin: 40px 0 12px 0;
    text-align: left;
  }
}

/* 会場調査とは */
.about__content {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .about__content {
    display: block;
  }
}

.about__content-img {
  width:33.0%;
}
@media screen and (max-width: 768px) {
  .about__content-img {
    width: 100%;
    margin-top: 40px;
  }
}

.about__content-text {
  width:63.24%;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .about__content-text {
    width: 100%;
    font-size: 18px;
  }
}

.about__content-text p + p {
  margin-top: 16px;
}

/* 会場調査のメリット */
.merit__list {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .merit__list {
    display: block;
  }
}

.merit__list li {
  width: 31.48%;
  background: #fff;
  padding: 24px 24px 32px 24px;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .merit__list li {
    width: 100%;
  }
  .merit__list li:not(:nth-of-type(1)) {
    margin-top: 12px;
  }
}
.merit__num {
  text-align: center;
  color: #F05D30;
  display: flex;
  align-items: center;
  justify-content: center;
}
.merit__num span:nth-child(1) {
  font-size: 14px;
  line-height: 1;
  font-family: 'Outfit-Regular';
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 2px;
}

.merit__num span:nth-child(2) {
  font-size: 52px;
  line-height: 1;
  font-family: 'Outfit-Bold';
  margin-left: -18px;
}
.merit__content {
  position: relative;
  z-index: 2;
}
.merit__content__img {
  margin-top: 8px;
}
.merit__content__text {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .merit__content__text {
    font-size: 14px;
  }
}

.merit__content__title {
  font-size: 22px;
  line-height: 41px;
  font-weight: bold;
  text-align: center;
}

/* 会場調査は、こんな企業におすすめです */
.recommend__list {
  display: flex;
  gap: 30px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .recommend__list {
    display: block;
    margin-top: 24px;
  }
}

.recommend__list li {
  width: 31.48%;
  border-radius: 16px;
  text-align: center;
  padding: 24px 24px 32px 24px;
}
@media screen and (max-width: 1100px) {
  .recommend__list li {
    padding: 24px 17px 32px 17px;
  }
}
@media screen and (max-width: 768px) {
  .recommend__list li {
    width: 100%;
  }
  .recommend__list li:not(:nth-of-type(1)) {
    margin-top: 12px;
  }
}

.recommend__item__img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.recommend__item__text {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 8px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
.recommend__item__text br{
  display: none;
}
}
@media screen and (max-width: 768px) {
  .recommend__item__text {
    margin-top: 6px;
  }
  .recommend__item__text br{
    display: block;
  }
}

.recommend__text {
  font-size: 44px;
  line-height: 1.4;
  font-weight: 800;
  color: #F05D30;
  text-align: center;
  margin-top: 48px;
  font-weight: bold;
  font-family: 'Inter', sans-serif;
}
@media screen and (max-width: 1024px) {
  .recommend__text {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .recommend__text {
    font-size: 32px;
    margin-top: 50px;
  }
}

/* 会場調査の特徴 */
.features__item {
  display: flex;
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .features__item {
    display: block;
    margin-top: 24px;
  }
}

.features__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .features__item:not(:nth-of-type(1)) {
    margin-top: 60px;
  }
}
.features__img {
  width: 31.48%;
}
@media screen and (max-width: 768px) {
  .features__img {
    width: 100%;
    margin-top: 10px;
  }
}

.features__text-wrap {
  width: 64.81%;
}
@media screen and (max-width: 768px) {
  .features__text-wrap {
    width: 100%;
  }
}

.features__text {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .features__text {
    margin-top: 8px;
  }
}

.features__title {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .features__title {
    display: block;
  }
}

.features__title-num__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F05D30;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .features__title-num__wrap {
    justify-content: flex-start;
  }
}

.features__title-num__wrap span:nth-child(1) {
  font-size: 14px;
  line-height: 1;
  font-family: 'Outfit-Regular';
  background: #fff;
  padding: 0 2px;
  position: relative;
  z-index: 1;
}
.features__title-num__wrap span:nth-child(2) {
  font-size: 52px;
  line-height: 1;
  font-family: 'Outfit-Bold';
  margin-left: -18px;
}
.features__title-text {
  font-size: 26px;
  line-height: 41px;
  font-weight: bold;
}

/* 充実した自社会場・設備 */
.equipment__img-list {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .equipment__img-list {
    gap: 8px;
    flex-wrap: wrap;
  }
  .equipment__img-item {
    width: calc(50% - 4px);
  }
}

.equipment__content p {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
}
.equipment__content p + p {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .equipment__content p{
    font-size: 14px;
    line-height: 2;
  }
}
.equipment__content iframe {
  width: 100%;
  height: 364px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .equipment__content iframe {
    margin-top: 12px;
    height: 300px;
  }
}

.equipment__btn {
  box-sizing: border-box;
  width: 304px;
  height: 54px;
  background: #FFF9EF;
  border: 1px solid #F05D30;
  border-radius: 30px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0;
  color: #F05D30;
}
@media screen and (max-width: 768px) {
  .equipment__btn {
    margin-top: 40px;
  }
}

.equipment__btn:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url('/cms/wp-content/themes/otsb/assets/img/clt/icon_arrow.svg') no-repeat center center / cover;
  margin-left: 8px;
}

/* 会場調査の活用事例 */
#usage-example {
  overflow: hidden;
}
.usage-example__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .scroll-hint-icon {
    z-index: 1;
  }
  .usage-example__list {
    overflow-x: scroll;
    width: 100%;
    flex-wrap: nowrap;
    gap: 12px;
  }
  /* 1) Chrome, Safari, Edge (WebKit/Blink) */
  .usage-example__list::-webkit-scrollbar {
    height: 10px;
    background: #fff;
    border-radius: 10px;
    width: 100%;
  }

  .usage-example__list::-webkit-scrollbar-thumb {
    background-color: #000;
    background-clip: content-box;
  }

  /* 2) Firefox */
  .usage-example__list {
    scrollbar-width: thin; /* auto | thin | none */
    scrollbar-color: #5A4E46 #fff; /* thumb color, track color */
  }
}

.usage-example__item {
  width: calc(100% / 3 - 21.33px);
  background: #fff;
  padding: 18px 18px 24px 18px;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .usage-example__list-scroll {
    width: calc(100% + 40px);
    overflow-x: scroll;
    padding-bottom: 12px;
    padding-left: 20px;
    margin-left: -20px;
  }
  .usage-example__list-wrap {
    width: 1580px;
  }
  .usage-example__item {
    width: 300px;
  }
}

.usage-example__item-head {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 62px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .usage-example__item-head {
    gap: 20px;
  }
}

.usage-example__item-num {
  color: #F05D30;
  display: flex;
  align-items: flex-end;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .usage-example__item-num {
    align-items: center;
  }
}

.usage-example__item-num span{
  font-family: 'Outfit-Bold';
  font-size: 40px;
  line-height: 1;
  margin-left: 3px;
}
.usage-example__item-title {
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  margin-left: 12px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .usage-example__item-title {
    margin-left: 0;
  }
}

.usage-example__item-title span {
  font-size: 18px;
}
.usage-example__item-body dl {
  margin-top: 12px;
}
.usage-example__item-body dt {
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
}
.usage-example__item-body dd {
  font-size: 16px;
  line-height: 1.4;
}
.usage-example__item-body dd + dt {
  margin-top: 16px;
}
.usage-example__item-section-title {
  font-size: 16px;
  color: #F05D30;
  font-weight: bold;
  padding-top: 24px;
  border-top: 1px dotted #c3c3c3;
  text-align: center;
  margin-top: 20px;
}

/* 会場調査(CLT)のスケジュール */
#schedule {
  position: relative;
  z-index: 5;
}
.schedule__list {
  position: relative;
  z-index: 1;
}
.schedule__item {
  background: #fff;
  padding: 44px 48px 44px 48px;
  display: flex;
  gap: 32px;
  position: relative;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .schedule__item {
    display: block;
    padding: 20px 20px 24px;
  }
}

.schedule__item:not(:nth-of-type(1)) {
  margin-top: 28px;
}
.schedule__item:not(:nth-last-child(1)):after{
  content: '';
  display: block;
  background: url('/cms/wp-content/themes/otsb/assets/img/clt/triangle.svg') no-repeat center center / contain;
  width: 40px;
  height: 20px;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translate(-50%,0%);
}

.schedule__item-step {
  text-align: center;
  color: #F05D30;
}
@media screen and (max-width: 768px) {
  .schedule__item-step{
    text-align: left;
    display: flex;
    align-items: center;
    gap: 4px;
  }
}

.schedule__item-step-label {
  font-family: 'Outfit-Bold';
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .schedule__item-step-label {
    line-height: 1;
  }
}

.schedule__item-step-num {
  font-size: 32px;
  line-height: 1;
  font-family: 'Outfit-Medium';
}
.schedule__item-heading {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .schedule__item-heading {
    display: block;
    margin-top: 8px;
  }
}
.schedule__item-heading.pc {
  display: flex!important;
}
@media screen and (max-width: 768px) {
  .schedule__item-heading.pc {
    display: none!important;
  }
  .schedule__item-img {
    width: 47.46%;
    max-width: 200px;
  }
}

.schedule__item-title {
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
}
.schedule__item-period {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E39B00;
  color: #E39B00;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px 3px;
}
@media screen and (max-width: 768px) {
  .schedule__item-period {
    margin-top: 8px;
  }
}

.schedule__item-text {
  font-size: 16px;
  line-height: 2;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .schedule__item-text {
    font-size: 14px;
    line-height: 2;
  }
  .schedule__item-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
}

.schedule__note {
  font-size: 12px;
  line-height: 2;
  color: #222;
}

/* 納品物アウトプット例 */
.deliverables__list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .deliverables__list {
    display: block;
  }
}

.deliverables__item {
  width: calc(100% / 2 - 14px);
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  background: #F4F3EF;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .deliverables__item {
    display: block;
    width: 100%;
  }
  .deliverables__item:not(:nth-of-type(1)) {
    margin-top: 12px;
  }
}

.deliverables__item-img {
  width: 41.8%;
  height: auto;
  border-radius: 16px;
  position: relative;
  cursor: zoom-in;
}
@media screen and (max-width: 768px) {
  .deliverables__item-img {
    width: 100%;
  }
  .deliverables__item-img img {
    width: 100%;
    height: auto;
  }
}

.deliverables__item-zoom {
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
}
.deliverables__item-content {
  width: 53.1%;
}
@media screen and (max-width: 768px) {
  .deliverables__item-content {
    width: 100%;
  }
}

.deliverables__item-title {
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
  margin: 12px 0 12px;
}
.deliverables__item-desc {
  font-size: 16px;
  line-height: 1.6;
}


/* 会場調査(CLT)の料金 */
.price__lead {
  text-align: center;
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .price__lead-mt--1 {
    margin-top: 28px;
    display: inline-block;
  }
  .price__lead-mt--2 {
    display: inline-block;
    margin-top: 20px;
  }
}

.price__text-sp {
  display: none;
}

.no-wrap {
  white-space: nowrap;
}

.price__highlight,
.price__highlight-text {
  background: #FFF;
  color: #E39B00;
  padding: 0.2em 0.6em;
  display: inline-block;
  margin-bottom: 3px;
  line-height: 21px;
  margin-left: 4px;
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .price__highlight,
  .price__highlight-text {
    padding: 0.4em 0.6em;
  }
}

/* PC styles */
@media (min-width: 769px) {
  .price__highlight-unit {
    display: inline-block;
    background: #FFF;
    color: #E39B00;
    padding: 0.2em 0.6em;
    line-height: 21px;
    margin:0 4px;
  }
  .price__highlight-unit .price__highlight-text {
    background: none;
    color: inherit;
    padding: 0;
  }
}

/* SP styles */
@media (max-width: 768px) {
  .price__highlight-text {
    display: inline-block;
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 768px) {
  .price__inner {
    padding: 60px 10px;
  }
}

/* よくある質問 */
.faq__item {
  background: #fff;
  padding: 40px 30px;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .faq__item {
    padding: 20px 16px;
  }
}

.faq__item:not(:nth-of-type(1)) {
  margin-top: 16px;
}
.faq__item-title {
  font-size: 22px;
}
.faq__list {
  position: relative;
  z-index: 1;
}
.faq__question {
  position: relative;
  cursor: pointer;
}

.faq__question::marker{
  content: '';
}
.faq__answer, .faq__question {
  display: flex;
  gap: 16px;
}
.faq__q-icon-open {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  width: 26px;
  height: 26px;
}
.faq__q-icon, .faq__a-icon{
  font-size: 16px;
  font-family: 'Outfit-SemiBold';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #6E645D;
  color: #fff;
  margin-top: 3px;
}
.faq__a-icon{
  background: #E39B00;
}
.faq__q-icon-open::before{
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.faq__q-icon-open::after{
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.faq__item[open] .faq__q-icon-open::after{
  opacity: 0;
}
.faq__q-text {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .faq__q-text {
    line-height: 1.6;
    width: calc(100% - 84px);
  }
}

.faq__a-text {
  width: calc(100% - 48px);
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .faq__a-text {
    font-size: 16px;
    line-height: 2;
  }
}

.faq__answer {
  margin-top: 20px;
}

/* その他関連サービス */
#other-service {
  overflow: hidden;
}
.other-service__list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .other-service__list {
    display: block;
  }
}

.other-service__item {
  width: calc(100% / 3 - 20px);
  background: #fff;
  padding: 24px 24px 32px 24px;
  border-radius: 16px;
  display: block;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .other-service__item {
    width: 100%;
  }
  .other-service__item:not(:nth-of-type(1)) {
    margin-top: 12px;
  }
}

.other-service__item:hover {
  opacity: 0.8!important;
}
.other-service__item:hover img{
  opacity: 1;
}

.other-service__item-img {
  width: 100%;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .other-service__item-img {
    margin-top: 12px;
  }
}

.other-service__item-img img {
  border-radius: 8px;
}

.other-service__item-label-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.other-service__item-label {
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  height: 27px;
  background: #E39B00;
  border-radius: 100px;
  margin: 0 auto;
  padding: 0 18px;
  display: flex
;
  align-items: center;
  justify-content: center;
}
.other-service__item-title {
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .other-service__item-title {
    margin-top: 4px;
  }
}

.other-service__item-desc {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 16px;
}


.cta {
  background-image: url('/cms/wp-content/themes/otsb/assets/img/clt/cta_bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 74px 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 34px 30px 32px;
  }
}

.cta__inner {
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta__inner {
    padding: 0;
  }
}

.cta__title-sub {
  font-size: 28px;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .cta__title-sub {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .cta__title-sub {
    font-size: 18px;
    margin-bottom: 9px;
  }
}

.cta__title-sub span{
  font-size: 42px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .cta__title-sub span{
    font-size: 24px;
  }
}

.cta__title {
  font-size: 42px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .cta__title {
    font-size: 26px;
    line-height: 1.3;
  }
}

.cta__title span{
  font-size: 58px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .cta__title span{
    font-size: 53px;
  }
}
@media screen and (max-width: 768px) {
  .cta__title span {
    font-size: 35px;
    word-break: auto-phrase;
    margin-top: 9px;
  }
}

.cta__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .cta__btn {
    margin-top: 29px;

  }
}

.cta__btn a{
  color: #fff;
  padding: 22px 0;
  gap: 10px;
  width: 431px;
  background: linear-gradient(147.77deg, #FDD78A -58.06%, #EC431D 64.02%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  display: block;
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cta__btn a {
    font-size: 18px;
    padding: 13px 0;
    width: 315px;
  }
}

.cta__btn a::before{
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url('/cms/wp-content/themes/otsb/assets/img/clt/icon_mail.svg') no-repeat center center / cover;
}

.cta__btn-dl__wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 32px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .cta__btn-dl__wrap {
    flex-direction: column;
    margin-top: 12px;
    gap: 20px;
  }
}

.cta__btn-dl a{
  min-width: 327px;
  width: 100%;
  background: #fff;
  border-radius: 100px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 32px;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .cta__btn-dl a {
    min-width: 279px;
    padding: 13px 24px;
    font-size: 14px;
    gap: 4px;
  }
}

.cta__btn-dl a:hover {
  color: #000;
}

.cta__btn-dl a:before{
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url('/cms/wp-content/themes/otsb/assets/img/clt/icon_dl.svg') no-repeat center center / cover;
}


.cta__tel a{
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .cta__tel a {
    font-size: 10px;
    pointer-events: auto;
  }
}

.cta__tel a span{
  font-size: 40px;
  line-height: 27px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Outfit-Bold';
}

.cta__tel a span::before{
  content: '';
  display: block;
  width: 29px;
  height: 29px;
  background: url('/cms/wp-content/themes/otsb/assets/img/clt/icon_tel.svg') no-repeat center center / cover;
}

/* モーダルスタイル */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  max-width: 70vw;
  max-height: 80vh;
  width: fit-content;
  height: auto;
  overflow: visible;
  z-index: 10000;
}
@media screen and (max-width: 768px) {
  .modal-content {
    max-width: 88vw;
  }
}

.modal-content {
  position: relative;
}

.modal-header {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 10001;
}

.modal-close {
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url('/cms/wp-content/themes/otsb/assets/img/clt/icon_close.svg') no-repeat center center / cover;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.modal-close:hover {
  color: #000;
}

.modal-slider {
  text-align: center;
  min-width: 400px;
  max-height: 70vh;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .modal-slider {
    min-width: 0;
  }
}

.modal-slider img {
  max-width: 100%;
  max-height: 60vh;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

.slider-item {
  outline: none;
}

/* カスタム矢印スタイル */
.custom-prev,
.custom-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  z-index: 10001;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .custom-prev,
  .custom-next {
    top: auto;
    bottom: -81px;
    background: #fff;
    border-radius: 16px;
    width: 80px;
    height: 40px;
  }
}

.custom-prev {
  left: 0%;
}

.custom-next {
  right: 0%;
}

.custom-prev:before,
.custom-next:before {
  content: '';
  position: absolute;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
}

.custom-prev:before {
  width: 24px;
  height: 24px;
  border-left: 2px solid #fff;
  border-top: 2px solid #FFF;
  border-bottom: none;
  border-right: none;
  transform: rotate(-45deg) translate(4px, -14px)
}

.custom-next:before {
  width: 24px;
  height: 24px;
  border-left: 2px solid #fff;
  border-top: 2px solid #FFF;
  border-bottom: none;
  border-right: none;
  transform: rotate(135deg) translate(5px,20px);
}
@media screen and (max-width: 768px) {
  .custom-prev:before,
  .custom-next:before {
    width: 8px;
    height: 8px;
    border-left: 3px solid #000;
    border-top: 3px solid #000;
  }
  .custom-prev:before {
    transform: translate(-7px, -5px) rotate(-45deg);
  }
  .custom-next:before {
    transform: translate(-7px, -5px) rotate(135deg);
  }
}

.custom-prev:hover:before {
  opacity: 0.5;
}

.custom-next:hover:before {
  opacity: 0.5;
}

footer {
  margin-top: 0;
}
