body {
  background: url(../../shared/images/bg_texture.jpg) center top repeat;
  background-size: 100%;
}

.secTop .topTitle {
  color: #F68300;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .secTop {
    padding: 0 0 48px 0;
  }
  .secTop .topTitle {
    font-size: clamp(17px, 7.18vw, 28px);
    padding: 0 0 20px 0;
  }
  .secTop .topText {
    font-size: clamp(14px, 3.85vw, 15px);
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 768px) {
  .secTop {
    padding: 0 0 80px 0;
  }
  .secTop .topTitle {
    font-size: clamp(21px, 2.43vw, 35px);
    padding: 0 0 24px 0;
  }
  .secTop .topText {
    font-size: clamp(14px, 1.25vw, 18px);
    line-height: 1.8;
  }
}
.sectionBox {
  position: relative;
}
.sectionBox.box01 {
  background: #ffffff;
}
.sectionBox.box02 {
  background: #FFF2DB;
}
.sectionBox.box02::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background: #FFF2DB;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}
.sectionBox.box03 {
  background: #ffffff;
}
.sectionBox.box03::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background: #ffffff;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}
.sectionBox.box04 {
  background: #FFF2DB;
}
.sectionBox.box04::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background: #FFF2DB;
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
}
.sectionBox .sectionBoxIn .secIcon {
  background: #F68300;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
}
.sectionBox .sectionBoxIn .secTitle {
  font-weight: bold;
}
.sectionBox .sectionBoxIn .secCaption {
  font-weight: bold;
  color: #F68300;
}
.sectionBox .sectionBoxIn .secImgList {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .sectionBox.box01 {
    padding: 40px 0 80px 0;
  }
  .sectionBox.box02 {
    padding: 40px 0 80px 0;
  }
  .sectionBox.box02::before {
    height: 40px;
    top: -39px;
  }
  .sectionBox.box03 {
    padding: 40px 0 80px 0;
  }
  .sectionBox.box03::before {
    height: 40px;
    top: -39px;
  }
  .sectionBox.box04 {
    padding: 40px 0 40px 0;
  }
  .sectionBox.box04::before {
    height: 40px;
    top: -39px;
  }
  .sectionBox .sectionBoxIn .secIcon {
    font-size: 13px;
    padding: 2px 10px;
  }
  .sectionBox .sectionBoxIn .secTitle {
    font-size: clamp(16px, 6.67vw, 26px);
    padding: 8px 0 20px 0;
  }
  .sectionBox .sectionBoxIn .secCaption {
    font-size: clamp(14px, 5.13vw, 20px);
    padding: 0 0 24px 0;
  }
  .sectionBox .sectionBoxIn .secContent {
    font-size: clamp(14px, 3.85vw, 15px);
    line-height: 1.6;
  }
  .sectionBox .sectionBoxIn .secImgList {
    -moz-column-gap: 4%;
         column-gap: 4%;
    row-gap: 24px;
    padding: 28px 0 0 0;
  }
  .sectionBox .sectionBoxIn .secImgList img {
    width: 48%;
  }
  .sectionBox .sectionBoxIn .secImgList .imgMap {
    width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .sectionBox.box01 {
    padding: 64px 0 164px 0;
  }
  .sectionBox.box02 {
    padding: 84px 0 156px 0;
  }
  .sectionBox.box02::before {
    height: 80px;
    top: -79px;
  }
  .sectionBox.box03 {
    padding: 80px 0 124px 0;
  }
  .sectionBox.box03::before {
    height: 80px;
    top: -79px;
  }
  .sectionBox.box04 {
    padding: 80px 0 80px 0;
  }
  .sectionBox.box04::before {
    height: 80px;
    top: -79px;
  }
  .sectionBox .sectionBoxIn .secIcon {
    font-size: 13px;
    padding: 4px 10px;
  }
  .sectionBox .sectionBoxIn .secTitle {
    font-size: 35px;
    padding: 8px 0 24px 0;
  }
  .sectionBox .sectionBoxIn .secCaption {
    font-size: 24px;
    padding: 0 0 24px 0;
  }
  .sectionBox .sectionBoxIn .secContent {
    font-size: clamp(14px, 1.25vw, 18px);
    line-height: 1.8;
  }
  .sectionBox .sectionBoxIn .secImgList {
    gap: 16px;
    padding: 28px 0 0 0;
  }
  .sectionBox .sectionBoxIn .secImgList .imgMap {
    margin: 0 24px;
  }
}
.flowArea .flowTitle {
  color: #F68300;
  font-weight: bold;
}
.flowArea .sliderArea {
  position: relative;
}
.flowArea .sliderArea .arrow {
  background-color: #F0B000;
  position: absolute;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.flowArea .sliderArea .arrow.back {
  background-image: url(../../shared/images/arrow_left_orange.svg);
}
.flowArea .sliderArea .arrow.next {
  background-image: url(../../shared/images/arrow_right_orange.svg);
}
.flowArea .sliderArea .arrow.swiper-button-disabled {
  opacity: 0.2;
  filter: grayscale(0.8);
  cursor: inherit;
}
.flowArea .sliderArea .sliderWrap {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.flowArea .sliderArea .sliderWrap .slider .swiper-wrapper .swiper-slide {
  background: #ffffff;
  height: auto;
}
.flowArea .sliderArea .sliderWrap .slider .swiper-wrapper .swiper-slide .flowBox {
  position: relative;
}
.flowArea .sliderArea .sliderWrap .slider .swiper-wrapper .swiper-slide .flowBox .flowNum {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background: #F68300;
  color: #ffffff;
  font-weight: bold;
}
.flowArea .sliderArea .sliderWrap .slider .swiper-wrapper .swiper-slide .flowBox .flowBoxIn {
  position: relative;
  z-index: 0;
}
.flowArea .sliderArea .sliderWrap .slider .swiper-wrapper .swiper-slide .flowBox .flowBoxIn .boxTitle {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .flowArea {
    padding: 32px 0 0 0;
  }
  .flowArea .flowTitle {
    font-size: clamp(14px, 5.64vw, 22px);
    padding: 0 0 24px 0;
  }
  .flowArea .sliderArea .arrow {
    aspect-ratio: 50/120;
    width: 24px;
    background-size: 10px;
    top: calc(50% - 30px);
  }
  .flowArea .sliderArea .arrow.back {
    left: -18px;
  }
  .flowArea .sliderArea .arrow.next {
    right: -18px;
  }
  .flowArea .sliderArea .sliderWrap .slider .swiper-wrapper .swiper-slide .flowBox .flowNum {
    width: min(20%, 60px);
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .flowArea .sliderArea .sliderWrap .slider .swiper-wrapper .swiper-slide .flowBox .flowBoxIn {
    padding: 24px 4.6%;
  }
  .flowArea .sliderArea .sliderWrap .slider .swiper-wrapper .swiper-slide .flowBox .flowBoxIn .boxTitle {
    padding: 8px 0 4px;
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .flowArea .sliderArea .sliderWrap .slider .swiper-wrapper .swiper-slide .flowBox .flowBoxIn .boxCaption {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .flowArea {
    padding: 80px 0 0 0;
  }
  .flowArea .flowTitle {
    font-size: clamp(21px, 2.43vw, 35px);
    padding: 0 0 24px 0;
  }
  .flowArea .sliderArea .arrow {
    aspect-ratio: 50/120;
    width: min(3vw, 50px);
    background-size: min(1.5vw, 18px);
    top: calc(50% - 60px);
  }
  .flowArea .sliderArea .arrow.back {
    left: max(-4.2vw, -100px);
  }
  .flowArea .sliderArea .arrow.next {
    right: max(-4.2vw, -100px);
  }
  .flowArea .sliderArea .sliderWrap .slider .swiper-wrapper .swiper-slide .flowBox .flowNum {
    width: 24%;
    font-size: clamp(24px, 2.78vw, 40px);
  }
  .flowArea .sliderArea .sliderWrap .slider .swiper-wrapper .swiper-slide .flowBox .flowBoxIn {
    padding: 24px 4.6%;
  }
  .flowArea .sliderArea .sliderWrap .slider .swiper-wrapper .swiper-slide .flowBox .flowBoxIn .boxTitle {
    padding: min(1vw, 15px) 0 min(0.8vw, 12px) 0;
    font-size: clamp(14px, 1.67vw, 24px);
  }
  .flowArea .sliderArea .sliderWrap .slider .swiper-wrapper .swiper-slide .flowBox .flowBoxIn .boxCaption {
    font-size: clamp(14px, 1.25vw, 18px);
  }
}
.trialArea .trialItem .titleRow {
  display: flex;
  align-items: center;
}
.trialArea .trialItem .titleRow .num {
  background: #F68300;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}
.trialArea .trialItem .titleRow .title {
  color: #F68300;
  font-weight: bold;
}
.trialArea .trialItem .imgRow {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .trialArea {
    margin: 30px 0 0 0;
  }
  .trialArea .trialItem {
    margin-bottom: 48px;
  }
  .trialArea .trialItem:last-of-type {
    margin-bottom: 0px;
  }
  .trialArea .trialItem .titleRow {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .trialArea .trialItem .titleRow .num {
    width: 36px;
    font-size: 22px;
  }
  .trialArea .trialItem .titleRow .title {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .trialArea .trialItem .captionRow {
    padding: 16px 0 20px 0;
    font-size: clamp(14px, 3.85vw, 15px);
    line-height: 1.6;
  }
  .trialArea .trialItem .imgRow {
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 16px;
  }
  .trialArea .trialItem .imgRow.type3 img {
    width: 48%;
  }
  .trialArea .trialItem .imgRow.type5 img {
    width: 48%;
  }
}
@media print, screen and (min-width: 768px) {
  .trialArea {
    width: min(90%, 926px);
    margin: 100px auto 0 auto;
  }
  .trialArea .trialItem {
    margin-bottom: 88px;
  }
  .trialArea .trialItem:last-of-type {
    margin-bottom: 0px;
  }
  .trialArea .trialItem .titleRow {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .trialArea .trialItem .titleRow .num {
    width: 72px;
    font-size: 40px;
  }
  .trialArea .trialItem .titleRow .title {
    font-size: 28px;
  }
  .trialArea .trialItem .captionRow {
    padding: 16px 0 32px 0;
    font-size: clamp(14px, 1.25vw, 18px);
    line-height: 1.8;
  }
  .trialArea .trialItem .imgRow {
    justify-content: space-between;
  }
  .trialArea .trialItem .imgRow.type3 img {
    width: 32.18%;
  }
  .trialArea .trialItem .imgRow.type5 img {
    width: 18.6%;
  }
}/*# sourceMappingURL=style.css.map */