body {
  --serif: 'Noto Serif JP';
  --roboto: 'Roboto';
  --mincho: 'Zen Old Mincho';
  --sans: 'Noto Sans JP';
  background: var(--bg6);
}

section {
  color: #000;
}

.h2-all {
  text-align: center;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 6vw;
  line-height: 1.8em;
  margin-bottom: 6vw;
  position: relative;
}
.h2-all .big {
  font-size: 122.2222222222%;
}
.h2-all::before {
  position: absolute;
  content: '';
  background: url(../img/btob/deco_title.png) no-repeat;
  background-size: contain;
  aspect-ratio: 806/371;
  width: 70vw;
  height: auto;
  top: calc(50% - 1vw);
  left: calc(50% + 7vw);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.box-contact {
  color: #fff;
  background: url(../img/shared/bg3.jpg) repeat;
  background-position: center top;
  padding: 8vw 5% 8vw;
  text-align: center;
}
.box-contact .tit-ct {
  max-width: 60vw;
  padding: 3vw 5%;
  margin: 0 auto 3vw;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-family: var(--serif);
  font-weight: 500;
  font-size: 4vw;
  line-height: 1.6em;
}
.box-contact .tel-ct {
  margin-bottom: 6vw;
  font-size: 7.7vw;
}
.box-contact .tel-ct dt {
  color: #fff;
  font-family: var(--serif);
  font-size: 100%;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  letter-spacing: 0.045em;
}
.box-contact .tel-ct dt .tit {
  font-size: 0.524em;
  font-weight: 500;
  letter-spacing: normal;
}
.box-contact .tel-ct dt .tel-icon {
  padding: 0.1em 0 0.1em 12%;
  position: relative;
}
.box-contact .tel-ct dt .tel-icon::before {
  content: '';
  position: absolute;
  background: url(../img/btob/tel_icon.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 1em;
  height: auto;
  top: 0.4em;
  left: 0;
}
.box-contact .tel-ct dd {
  font-size: 0.317em;
  line-height: 1.6em;
}
.box-contact .btn-web a {
  box-sizing: border-box;
  color: #fff;
  font-family: var(--serif);
  font-size: 3.6vw;
  font-weight: 500;
  margin: 0 auto;
  background: url(../img/shared/bg4.jpg) repeat;
  background-position: center top;
  width: 18.519em;
  height: 4.037em;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.box-contact .btn-web a::after {
  content: '';
  position: absolute;
  inset: 2px;
  margin: auto;
  border: 1px solid #eecf90;
  z-index: -1;
}
.box-contact .btn-web a::before {
  content: '';
  position: absolute;
  background: url(../img/btob/btn_icon.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 1.259em;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 0.926em;
}
.box-contact .btn-web a .ic {
  position: relative;
}
.box-contact .btn-web a .ic::before {
  content: '';
  position: absolute;
  background: url(../img/btob/mail_icon.png) no-repeat;
  background-size: contain;
  aspect-ratio: 35/27;
  width: 1.296em;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  left: -2.111em;
}

#key {
  min-height: 104vw;
  position: relative;
}
#key .img {
  position: absolute;
  inset: 0;
  z-index: -1;
}
#key .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#sec1 {
  padding: 15vw 0 0;
  position: relative;
}
#sec1::before {
  content: '';
  position: absolute;
  background-color: #ececec;
  width: 23.3333333333%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#sec1 .deco {
  position: absolute;
  width: 80vw;
  top: 0;
  right: 0;
  z-index: -1;
}
#sec1 .deco img {
  object-fit: contain;
  width: 100%;
  height: auto;
}
#sec1 .desc {
  margin-bottom: 6vw;
}
#sec1 .desc h2 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 7.3vw;
  line-height: 1.8em;
  margin-bottom: 6vw;
}
#sec1 .desc h2 .green {
  font-size: 154.5454545455%;
  font-weight: bold;
  color: #275014;
}
#sec1 .img {
  margin-bottom: 6vw;
}
#sec1 .img .img1 {
  margin-bottom: 5vw;
  margin-right: 6%;
}
#sec1 .img .img2 {
  margin-left: 6%;
}
#sec1 .list {
  margin-bottom: -6vw;
  position: relative;
  z-index: 1;
}
#sec1 .list li {
  margin: 0 auto;
  box-sizing: border-box;
  width: 21.325em;
  height: 3.125em;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: var(--serif);
  font-size: 4.3vw;
  font-weight: bold;
  background: url(../img/shared/bg3.jpg) repeat;
  background-position: center top;
  position: relative;
  padding-left: 4.075em;
  margin-bottom: 3.3vw;
}
#sec1 .list li:last-child {
  margin-bottom: 0;
}
#sec1 .list li::before {
  content: '';
  position: absolute;
  left: 1.125em;
  top: 0.725em;
  background: url(../img/btob/sec1_check.png) no-repeat;
  background-size: contain;
  aspect-ratio: 75/62;
  width: 1.875em;
  height: auto;
}
#sec1 .slide-infinity li {
  width: 187.6vw;
  margin: 0 4.23%;
  pointer-events: none;
}
#sec1 .slide-infinity li img {
  object-fit: contain;
  width: 100%;
  height: auto;
}

#sec2 {
  padding-bottom: 15vw;
}
#sec2 .row1 {
  margin-bottom: 10vw;
  padding: 10vw 4% 20vw;
  min-height: 64vw;
  position: relative;
}
#sec2 .row1 .desc {
  color: #fff;
  position: relative;
  z-index: 1;
}
#sec2 .row1 .desc .tit {
  font-size: 6vw;
  font-weight: 500;
  font-family: var(--serif);
  line-height: 1.8em;
  margin-bottom: 6vw;
}
#sec2 .row1 .desc .tit .big {
  font-size: 122.2222222222%;
}
#sec2 .row1 .img {
  position: absolute;
  inset: 0;
}
#sec2 .row1 .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#sec2 .h2-all {
  margin-bottom: 12vw;
}
#sec2 .row-flex .img {
  margin-bottom: 5vw;
}
#sec2 .row-flex .desc .label {
  padding: 3vw 4%;
  font-size: 4.7vw;
  font-family: var(--serif);
  font-weight: 500;
  background-color: #ececec;
  text-align: center;
  line-height: 1.6em;
  margin-bottom: 3vw;
}
#sec2 .row-flex .desc .tit {
  font-family: var(--mincho);
  font-weight: 500;
  font-size: 6vw;
  line-height: 1.6em;
  margin-bottom: 2vw;
}
#sec2 .row-flex .desc .tit .small {
  font-size: 77.7777777778%;
}
#sec2 .row2 {
  margin-bottom: 15vw;
}
#sec2 .row2 .img {
  position: relative;
}
#sec2 .row2 .img::before {
  content: '';
  position: absolute;
  background: url(../img/btob/sec2_deco1.png) no-repeat;
  background-size: contain;
  aspect-ratio: 160/212;
  width: 22vw;
  height: auto;
  top: -22vw;
  left: 0;
  z-index: 1;
}
#sec2 .row3 .slick-dots {
  position: static;
  display: flex;
  justify-content: center;
  padding: 0;
  list-style: none;
  margin: 3vw 0 0;
}
#sec2 .row3 .slick-dots li {
  display: flex;
  margin: 0 6px;
  width: 15px;
  height: 15px;
}
#sec2 .row3 .slick-dots button {
  font-size: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000;
  opacity: 1;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
#sec2 .row3 .slick-dots button::before {
  content: none;
}
#sec2 .row3 .slick-dots .slick-active button {
  background-color: #e28308;
  opacity: 1;
}
#sec2 .row3 .desc .tit,
#sec2 .row5 .desc .tit {
  font-family: var(--serif);
}
#sec2 .row4 {
  margin-bottom: 10vw;
}
#sec2 .row4 .img{
  margin: 0 13vw 18vw;
}
#sec2 .row4 .txt {
  margin-bottom: 5vw;
}
#sec3 {
  padding-bottom: 15vw;
}
#sec3 .box {
  text-align: center;
  border: 2px solid #275014;
  border-radius: 25px;
  padding: 8vw 5%;
}
#sec3 .box h2 {
  font-size: 6vw;
  font-weight: 500;
  font-family: var(--serif);
  line-height: 1.8em;
  margin-bottom: 3vw;
  color: #275014;
}
#sec3 .box .txt {
  text-align: justify;
  margin-bottom: 6vw;
}
#sec3 .box .list .img {
  margin-bottom: 5vw;
}
#sec3 .box .list .img:last-child {
  margin-bottom: 0;
}

#sec4 {
  padding-bottom: 15vw;
}

#sec5 .bg {
  padding: 15vw 5%;
  background-color: #ececec;
}
#sec5 h2 {
  text-align: center;
  font-size: 6vw;
  font-weight: 500;
  font-family: var(--mincho);
  line-height: 1.8em;
  margin-bottom: 6vw;
}
#sec5 .sub {
  text-align: justify;
  margin-bottom: 20vw;
}
#sec5 .list {
  margin-bottom: 10vw;
}
#sec5 .list .item {
  background-color: #fff;
  border-top: 2px solid #275014;
  padding: 5vw 5%;
  margin-bottom: 15vw;
  position: relative;
}
#sec5 .list .item:last-child {
  margin-bottom: 0;
}
#sec5 .list .item .num {
  font-size: 5.7vw;
  font-family: var(--roboto);
  font-weight: bold;
  color: #275014;
  line-height: 1.4em;
  position: absolute;
  bottom: calc(100% + 1vw);
  left: 0;
}
#sec5 .list .item .num span {
  font-size: 156.25%;
}
#sec5 .list .item .group {
  margin-bottom: 5vw;
}
#sec5 .list .item .tit {
  font-size: 5.7vw;
  font-family: var(--mincho);
  font-weight: 500;
  line-height: 1.6em;
  margin-bottom: 5vw;
  padding-bottom: 5vw;
  text-align: center;
  position: relative;
}
#sec5 .list .item .tit::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 1px;
}
#sec5 .box {
  color: #fff;
  background: url(../img/shared/bg3.jpg) repeat;
  background-position: center top;
  padding: 5vw 5% 8vw;
}
#sec5 .box .img {
  margin-bottom: 5vw;
}
#sec5 .box .desc h3 {
  font-size: 5.7vw;
  font-family: var(--mincho);
  font-weight: 500;
  line-height: 1.6em;
  margin-bottom: 5vw;
}
#sec6 {
  padding: 15vw 0 0;
}
#sec6 .list {
  padding: 0 5%;
  margin-bottom: 8vw;
}
#sec6 .list .slick-dots {
  position: static;
  display: flex;
  justify-content: center;
  padding: 0;
  list-style: none;
  margin: 5vw 0 0;
}
#sec6 .list .slick-dots li {
  display: flex;
  margin: 0 6px;
  width: 15px;
  height: 15px;
}
#sec6 .list .slick-dots button {
  font-size: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000;
  opacity: 1;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
#sec6 .list .slick-dots button::before {
  content: none;
}
#sec6 .list .slick-dots .slick-active button {
  background-color: #e28308;
  opacity: 1;
}
#sec6 .list .item .img {
  margin-bottom: 3vw;
}
#sec6 .list .item .tit {
  text-align: center;
  font-size: 5.7vw;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.6em;
}
#sec6 .row1 {
  margin-bottom: 8vw;
}
#sec6 .row1 .img {
  margin-bottom: 5vw;
}
#sec6 .row1 .desc h3 {
  font-size: 5.7vw;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.6em;
  margin-bottom: 5vw;
}
#sec6 .row1 .desc h3 .small {
  font-size: 82.8571428571%;
}
#sec6 .row2 {
  margin-bottom: 10vw;
}
#sec6 .row2 .item {
  margin-bottom: 10vw;
}
#sec6 .row2 .item:last-child {
  margin-bottom: 0;
}
#sec6 .row2 .item:last-child .img {
  /* width: 80vw; */
  margin: 0 16vw -5vw;
}
#sec6 .row2 .item .img {
  margin: 0 10vw -4vw;
}
#sec6 .row2 .item .label {
  background-color: #946f3a;
  color: #fff;
  text-align: center;
  font-size: 4.6vw;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.6em;
  max-width: 60vw;
  padding: 3vw 5%;
  margin: 0 auto;
  position: relative;
}
#sec6 .ttl {
  border-top: 1px solid #275014;
  border-bottom: 1px solid #275014;
  padding: 5vw 1%;
  text-align: center;
  font-size: 4.6vw;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.6em;
  color: #275014;
  position: relative;
}
#sec6 .ttl::before {
  content: '';
  position: absolute;
  inset: 2px 0;
  border-top: 1px solid #275014;
  border-bottom: 1px solid #275014;
  z-index: -1;
}

#sec7 {
  padding-top: 15vw;
}
#sec7 .box {
  color: #fff;
  background: url(../img/shared/bg3.jpg) repeat;
  background-position: center top;
  padding: 5vw 5% 8vw;
}
#sec7 .box h2 {
  text-align: center;
  font-family: var(--mincho);
  font-weight: 500;
  font-size: 6vw;
  line-height: 1.8em;
  margin-bottom: 5vw;
}
#sec7 .box .sub {
  text-align: justify;
  margin-bottom: 8vw;
}
#sec7 .list .group {
  margin-bottom: 15px;
}
#sec7 .list .group:last-child {
  margin-bottom: 0;
}
#sec7 .list .item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#sec7 .list .item:last-child {
  margin-bottom: 0;
}
#sec7 .list .item .tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#sec7 .list .item .dc {
  margin-left: 10px;
}
#sec7 .list .item .dc li {
  padding-left: 10px;
  position: relative;
}
#sec7 .list .item .dc li::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  background-color: #fff;
  border-radius: 100%;
  width: 3px;
  height: 3px;
}
#sec7 .list .item .dc li .small {
  margin-left: -16px;
  font-size: 87.5%;
}

#sec8 {
  padding: 15vw 0;
}
#sec8 .list li {
  display: flex;
  border: 1px solid #275014;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.6em;
  font-size: 5vw;
  --w: 13vw;
  height: var(--w);
  box-sizing: border-box;
  margin-bottom: 15vw;
  position: relative;
}
#sec8 .list li::before {
  content: '';
  position: absolute;
  background: url(../img/btob/sec8_arrow.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 9vw;
  height: auto;
  transform: rotate(90deg);
  bottom: -12.5vw;
  left: calc(50% + 2vw);
}
#sec8 .list li:last-child {
  margin-bottom: 0;
}
#sec8 .list li:last-child::before {
  content: none;
}
#sec8 .list li .num {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  width: var(--w);
  height: 100%;
  aspect-ratio: 1/1;
  font-family: var(--roboto);
  font-weight: bold;
  font-size: 6vw;
  color: #fff;
  background-color: #275014;
  padding-top: 0.6vw;
  box-sizing: border-box;
}
#sec8 .list li .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: calc(100% - var(--w));
}

#sec9 {
  padding: 15vw 0;
  position: relative;
}
#sec9 .bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
#sec9 .bg img {
  object-position: center top;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#sec9 h2 {
  text-align: center;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 6vw;
  line-height: 1.8em;
  margin-bottom: 6vw;
}
#sec9 .sub {
  text-align: center;
  margin-bottom: 8vw;
}

@media only screen and (max-width: 767px) {
  #sec2 .row1 .desc .txt {
    text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
  }
}
@media only screen and (min-width: 768px) {
  .h2-all {
    font-size: 45px;
    margin-bottom: 62px;
  }
  .h2-all::before {
    width: 806px;
    top: calc(50% + 4px);
    left: calc(50% + 135px);
  }
  .h2-all .big {
    letter-spacing: -0.07em;
  }
  .box-contact {
    box-sizing: border-box;
    max-width: 800px;
    margin: 0 auto;
    padding: 83px 150px 84px;
  }
  .box-contact .tit-ct {
    box-sizing: border-box;
    max-width: 420px;
    padding: 16px 20px 20px;
    margin: 0 auto 21px;
    font-size: 35px;
    letter-spacing: -0.01em;
  }
  .box-contact .tel-ct {
    margin-bottom: 48px;
    font-size: 50px;
  }
  .box-contact .tel-ct dt {
    line-height: 1em;
    margin-bottom: 0.5em;
  }
  .box-contact .tel-ct dt .tit {
    font-size: 0.524em;
  }
  .box-contact .tel-ct dt .tel-icon {
    padding: 0 0 0 0.98em;
  }
  .box-contact .tel-ct dt .tel-icon::before {
    width: 0.74em;
    top: 0.45em;
  }
  .box-contact .tel-ct dd {
    font-size: 0.32em;
    letter-spacing: -0.01em;
    padding-left: 0.9em;
  }
  .box-contact .btn-web a {
    font-size: 27px;
    transition: all 0.3s ease;
  }
  .box-contact .btn-web a:hover {
    opacity: 0.8;
  }
  #key {
    min-height: 780px;
  }
  #sec1 {
    padding: 98px 0 0;
    margin-bottom: -4px;
  }
  #sec1::before {
    width: unset;
    right: calc(50% + 403px);
  }
  #sec1 .deco {
    width: 1153px;
    right: unset;
    left: calc(50% - 396px);
  }
  #sec1 .desc {
    margin-left: -100px;
    margin-bottom: -101px;
  }
  #sec1 .desc h2 {
    font-size: 55px;
    margin-bottom: 46px;
  }
  #sec1 .desc .txt {
    width: 610px;
  }
  #sec1 .img {
    margin: 0 -164px 66px -130px;
    display: flex;
    flex-direction: row-reverse;
    gap: 56px;
  }
  #sec1 .img .img1 {
    margin-right: 0;
  }
  #sec1 .img .img2 {
    margin-left: 0;
    margin-top: 173px;
  }
  #sec1 .list {
    margin-bottom: -80px;
  }
  #sec1 .list li {
    height: 2.625em;
    font-size: 40px;
    margin-bottom: 25px;
  }
  #sec1 .list li::before {
    top: 0.425em;
  }
  #sec1 .slide-infinity li {
    margin: 0 57px;
    width: 1407px;
  }
  #sec2 {
    padding-bottom: 130px;
  }
  #sec2 .row1 {
    box-sizing: border-box;
    padding: 72px 27px;
    min-height: 840px;
    margin-bottom: 78px;
  }
  #sec2 .row1 .desc .tit {
    font-size: 45px;
    line-height: 1.65em;
    margin-bottom: 12px;
  }
  #sec2 .row1 .desc .txt {
    width: 524px;
  }
  #sec2 .h2-all {
    margin-bottom: 62px;
  }
  #sec2 .h2-all::before {
    top: calc(50% - 6px);
    left: calc(50% + 99px);
  }
  #sec2 .row-flex {
    display: flex;
  }
  #sec2 .row-flex .img {
    margin-left: -81px;
    margin-right: 48px;
    margin-bottom: 0;
    height: 517px;
  }
  #sec2 .row-flex .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #sec2 .row-flex .desc {
    flex-shrink: 0;
    width: 350px;
    margin-right: -100px;
    margin-top: 60px;
  }
  #sec2 .row-flex .desc .label {
    box-sizing: border-box;
    padding: 22px 10px;
    font-size: 35px;
    width: 100%;
    margin-bottom: 23px;
  }
  #sec2 .row-flex .desc .tit {
    font-size: 45px;
    margin-bottom: 12px;
    letter-spacing: -0.05em;
  }
  #sec2 .row-flex .desc .tit .small {
    letter-spacing: normal;
  }
  #sec2 .row-flex .desc .txt {
    width: 100%;
    line-height: 2.2em;
  }
  #sec2 .row2 {
    margin-bottom: 113px;
  }
  #sec2 .row2 .img::before {
    width: 160px;
    top: -163px;
    left: 35px;
  }
  #sec2 .row3 {
    flex-direction: row-reverse;
    margin-bottom: -119px;
  }
  #sec2 .row3 .slick-dots {
    margin: 14px 0 0 26px;
  }
  #sec2 .row3 .slick-dots li {
    margin: 0 12px;
    transition: all 0.3s ease;
  }
  #sec2 .row3 .slick-dots li:not(.slick-active):hover {
    opacity: 0.7;
  }
  #sec2 .row3 .img {
    width: 783px;
    height: 517px;
    margin-left: 82px;
    margin-right: -164px;
  }
  #sec2 .row3 .desc {
    margin-left: -51px;
    margin-right: 0;
  }

  #sec2 .row4 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    /* margin-bottom: 135px; */
  }
  #sec2 .row4 .img {
    height: 390px;
    margin-right: 102px;
    margin-left: -147px;
  }
  #sec2 .row4 .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #sec2 .row4 .txt {
    width: 427px;
    margin-bottom: 0;
    margin-top: 237px;
    line-height: 2.2em;
  }
  #sec2 .row5 {
    margin-top: -250px;
  }
  #sec2 .row5 .img {
    margin-right: 87px;
  }
  #sec3 {
    padding-bottom: 110px;
  }
  #sec3 .wrap {
    max-width: 1200px;
  }
  #sec3 .box {
    padding: 63px 40px 61px;
    border-width: 3px;
  }
  #sec3 .box h2 {
    font-size: 45px;
    margin-bottom: 29px;
  }
  #sec3 .box .txt {
    text-align: center;
    margin-bottom: 63px;
    line-height: 2.2em;
  }
  #sec3 .box .list {
    display: flex;
    justify-content: center;
    gap: 60px;
  }
  #sec3 .box .list .img {
    margin-bottom: 0;
  }
  #sec4 {
    padding-bottom: 127px;
  }
  #sec5 .wrap {
    max-width: 1300px;
  }
  #sec5 .bg {
    padding: 121px 70px 160px;
  }
  #sec5 h2 {
    font-size: 45px;
    letter-spacing: -0.1em;
    margin-bottom: 38px;
  }
  #sec5 .sub {
    text-align: center;
    margin-bottom: 91px;
    line-height: 2.25em;
  }
  #sec5 .list {
    max-width: 1000px;
    margin: 0 auto 120px;
  }
  #sec5 .list .item {
    border-width: 3px;
    margin-bottom: 96px;
    padding: 62px 59px 52px;
  }
  #sec5 .list .item:nth-child(2) {
    padding-bottom: 66px;
  }
  #sec5 .list .item:nth-child(3) {
    padding: 49px 59px 54px;
  }
  #sec5 .list .item .num {
    font-size: 32px;
    bottom: calc(100% + 12px);
    letter-spacing: -0.05em;
  }
  #sec5 .list .item .group {
    display: flex;
    align-items: center;
    margin-bottom: 51px;
  }
  #sec5 .list .item .group:last-child {
    margin-bottom: 0;
  }
  #sec5 .list .item .tit {
    font-size: 35px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 46px;
    margin-right: 61px;
    letter-spacing: -0.08em;
    line-height: 1.4em;
  }
  #sec5 .list .item .tit::before {
    height: 80px;
    width: 1px;
    right: 0;
    left: unset;
    top: 50%;
    transform: translateY(-50%);
  }
  #sec5 .list .item .txt {
    line-height: 2.25em;
    margin-bottom: 0;
  }
  #sec5 .list .item .note {
    padding-left: 60px;
    line-height: 2.25em;
    width: 625px;
    margin-left: auto;
    margin-right: auto;
  }
  #sec5 .box {
    padding: 60px 64px 60px 64px;
    display: flex;
    align-items: center;
  }
  #sec5 .box .img {
    margin-right: 52px;
    margin-bottom: 0;
  }
  #sec5 .box .desc {
    flex-shrink: 0;
    margin-top: 9px;
  }
  #sec5 .box .desc h3 {
    font-size: 35px;
    margin-bottom: 39px;
    letter-spacing: -0.05em;
  }
  #sec5 .box .desc .txt2 {
    width: 470px;
    line-height: 2.25em;
  }
  #sec6 {
    padding: 115px 0 0;
  }
  #sec6 .h2-all::before {
    top: calc(50% + 64px);
  }
  #sec6 .list {
    margin: 0 -130px 86px;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  #sec6 .list .item {
    width: 33.3333333333%;
  }
  #sec6 .list .item .img {
    margin-bottom: 36px;
  }
  #sec6 .list .item .tit {
    font-size: 35px;
  }
  #sec6 .row1 {
    display: flex;
    margin-bottom: -85px;
  }
  #sec6 .row1 .img {
    height: 520px;
    margin-left: -151px;
    margin-right: 63px;
    margin-bottom: 0;
  }
  #sec6 .row1 .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #sec6 .row1 .desc {
    width: 420px;
    flex-shrink: 0;
    margin-right: -48px;
    margin-top: 85px;
  }
  #sec6 .row1 .desc h3 {
    font-size: 35px;
    margin-bottom: 44px;
  }
  #sec6 .row1 .desc .txt {
    line-height: 2.25em;
    width: 100%;
  }
  #sec6 .row2 {
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    gap: 56px;
    margin-right: 23px;
  }
  #sec6 .row2 .item {
    margin-bottom: 0;
  }
  #sec6 .row2 .item:last-child .img {
    width: unset;
    margin: 0px 0px 24px 0;
  }
  #sec6 .row2 .item:first-child {
    margin-top: 62px;
  }
  #sec6 .row2 .item .img {
    margin-bottom: -15px;
  }
  #sec6 .row2 .item .label {
    box-sizing: border-box;
    padding: 7px 20px 10px;
    text-align: center;
    width: 313px;
    margin: 0 auto;
    font-size: 29px;
  }
  #sec6 .ttl {
    font-size: 29px;
    width: 800px;
    margin: 0 auto;
    padding: 40px 40px 41px;
    box-sizing: border-box;
    line-height: 2em;
  }
  #sec6 .ttl::before {
    inset: 4px 0;
  }
  #sec7 {
    padding-top: 131px;
  }
  #sec7 .wrap {
    max-width: 1140px;
  }
  #sec7 .box {
    padding: 83px 70px 89px;
  }
  #sec7 .box h2 {
    font-size: 45px;
    margin-bottom: 26px;
    letter-spacing: -0.06em;
  }
  #sec7 .box .sub {
    text-align: center;
    margin-bottom: 64px;
  }
  #sec7 .list {
    display: flex;
    gap: 20px;
    justify-content: center;
  }
  #sec7 .list .group {
    width: 33.3333333333%;
  }
  #sec7 .list .item {
    padding-bottom: 14px;
    margin-bottom: 9px;
  }
  #sec7 .list .item .tit {
    font-size: 20px;
    margin-bottom: 0;
  }
  #sec7 .list .item .dc {
    margin-left: 5px;
  }
  #sec7 .list .item .dc li {
    line-height: 1.9em;
  }
  #sec7 .list .item .dc li::before {
    top: 14px;
    width: 4px;
    height: 4px;
  }
  #sec8 {
    padding: 133px 0 150px;
  }
  #sec8 .list {
    display: flex;
    justify-content: center;
    gap: 100px;
  }
  #sec8 .list li {
    flex-direction: column;
    font-size: 25px;
    --w: 72px;
    height: 364px;
    margin-bottom: 0;
  }
  #sec8 .list li::before {
    width: 41px;
    transform: unset;
    bottom: 134px;
    left: unset;
    right: -70px;
  }
  #sec8 .list li .num {
    width: var(--w);
    height: var(--w);
    font-size: 40px;
    padding-top: 0;
  }
  #sec8 .list li .txt {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
    width: var(--w);
    height: calc(100% - var(--w));
    padding-bottom: 20px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    line-height: 72px;
    min-height: 290px;
  }
  #sec9 {
    padding: 129px 0 169px;
  }
  #sec9 h2 {
    font-size: 45px;
    margin-bottom: 51px;
    line-height: 1.5em;
  }
  #sec9 .sub {
    margin-bottom: 78px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  #sec1 .desc {
    margin-left: -20px;
  }
  #sec2 .row-flex .desc {
    margin-right: -20px;
  }
  #sec2 .row3 .desc {
    margin-left: -20px;
  }
  #sec5 .list .item:nth-child(3) {
    padding-left: 50px;
    padding-right: 50px;
  }
  #sec6 .list {
    margin: 0 0 86px;
  }
  #sec6 .row1 .desc {
    margin-right: -20px;
  }
}

/*# sourceMappingURL=btob.css.map */
