@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

@media screen and (min-width: 1048px) {
  .lg-down_only {
    display: none !important;
  }
}
@media screen and (max-width: 1047px) {
  .lg-down_only {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .pc_only {
    display: block !important;
  }
  .sp_only {
    display: none !important;
  }
}
/* サイト設計 */
.lexend {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: calc(0.03 * 1em);
  color: #251e1c;
  width: 100%;
  height: auto;
  margin: 0;
  box-sizing: border-box !important;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.75 !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    letter-spacing: calc(0.03 * 1em);
  }
}
body img {
  width: 100%;
  height: auto;
}

/* 共通 */

.page__large {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page__large {
    width: 90%;
  }
}
.page__medium {
  margin: 0 auto;
  width: 90%;
  position: relative;
}
.page__small {
  margin: 0 auto;
  width: 80%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page__small {
    width: 94%;
  }
}
.hb-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .hb-menu.is-visible {
    display: block;
  }
}
.hb-menu__btn {
  position: fixed;
  top: 60px;
  right: 5%;
  z-index: 9999;
  width: 60px;
  height: 60px;
  outline: none;
  appearance: none;
  background-color: #251e1c;
  color: #ffffff;
}
.hb-menu__btn span {
  display: block;
  position: absolute;
  top: 15px;
  left: 50%;
  width: 30px;
  height: 12px;
  transform: translateX(-50%);
}
.hb-menu__btn span:before,
.hb-menu__btn span:after {
  display: block;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transition: 0.3s;
  content: "";
}
.hb-menu__btn span:before {
  top: 0;
}
.hb-menu__btn span:after {
  bottom: 0;
}
.hb-menu__btn p {
  font-weight: 300;
  letter-spacing: 0;
  width: fit-content;
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  font-size: 12px;
  text-wrap: nowrap;
}
.hb-menu__btn.js_open span:before {
  top: 6px;
  transform: rotate(-30deg);
}
.hb-menu__btn.js_open span:after {
  top: 6px;
  transform: rotate(30deg);
}
.hb-menu__bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: -1;
  transition: 0.3s;
  overflow: hidden;
}
.hb-menu__bg.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 9997;
}
.hb-menu__inner {
  position: absolute;
  top: 0;
  right: -999px;
  bottom: 0;
  z-index: 9998;
  background-color: #b6d0e6;
  height: 100%;
  width: 80%;
  transition: 0.5s;
  border-left: 1px solid #251e1c;
  padding: 80px 24px;
  overflow-y: scroll;
}
.hb-menu__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
.hb-menu__logo {
  width: 229px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 8px;
  border-bottom: 1px solid #251e1c;
  margin-bottom: 30px;
}
.hb-menu__logo img {
  width: 210px;
  object-fit: contain;
}
.hb-menu__nav ul {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  color: #251e1c;
  text-align: center;
}
.hb-menu__nav ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.hb-menu__nav ul li span {
  font-size: 12px;
  font-weight: 400;
}
.hb-menu .form-btn {
  width: fit-content;
  position: relative;
  margin-top: 30px;
}
.hb-menu .form-btn p {
  font-size: 15px;
}
.hb-menu .form-btn a {
  padding: 12px 20px 12px 35px;
}
.hb-menu .form-btn__form-click {
  position: absolute;
  width: 54px;
  top: -2px;
  left: -23px;
  pointer-events: none;
}
.hb-menu .form-btn__form-click p {
  position: absolute;
  writing-mode: horizontal-tb;
  font-size: 12px;
  letter-spacing: calc(0.03 * 1em);
  color: #251e1c;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .hb-menu .form-btn__form-click p {
    letter-spacing: calc(0.03 * 1em);
  }
}
@media screen and (max-width: 479px) {
  .hb-menu .form-btn__form-click p {
    top: 48%;
  }
}

.is-open .hb-menu__inner {
  right: 0;
}

.section-ttl {
  text-align: center;
  padding-bottom: 28px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-ttl {
    padding-bottom: 20px;
  }
}
.section-ttl__en {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .section-ttl__en {
    font-size: 14px;
    line-height: 1 !important;
  }
}
@media screen and (max-width: 768px) {
  .section-ttl__en {
    margin-bottom: 12px;
  }
}
.section-ttl h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section-ttl h2 {
    font-size: 20px;
    line-height: 1 !important;
  }
}
.section-ttl::after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 60px;
  background-color: #251e1c;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
}
@media screen and (max-width: 768px) {
  .section-ttl::after {
    width: 40px;
  }
}

.form-btn {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  background: #251e1c;
  width: fit-content;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #251e1c;
}
@media screen and (max-width: 768px) {
  .form-btn {
    font-size: 16px;
    line-height: 1.5 !important;
  }
}
@media screen and (max-width: 768px) {
  .form-btn {
    width: 100%;
    max-width: 278px;
  }
}
.form-btn:hover {
  opacity: 0.8;
}
.form-btn a {
  display: flex;
  column-gap: 16px;
  padding: 12px 15px 12px 20px;
}
@media screen and (max-width: 768px) {
  .form-btn a {
    justify-content: space-between;
    column-gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .form-btn a p {
    flex: 1;
    text-align: center;
  }
}
.form-btn span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form-btn span {
    width: 25px;
    height: 25px;
  }
}
.form-btn span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #251e1c;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 768px) {
  .form-btn span::after {
    border-width: 3px 0 3px 6px;
  }
}

.fixed-btn {
  position: fixed;
  right: 0;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 60px;
  align-items: center;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 479px) {
  .fixed-btn {
    right: 50%;
    bottom: 0;
    transform: translateX(50%);
    flex-direction: row;
    width: 90%;
    column-gap: 16px;
  }
}
.fixed-btn__form {
  width: 100%;
  background-color: #251e1c;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.3rem;
  position: relative;
}
@media screen and (max-width: 479px) {
  .fixed-btn__form {
    width: auto;
    flex: 1;
    height: 60px;
    writing-mode: horizontal-tb;
    text-orientation: initial;
    letter-spacing: 0.06rem;
  }
}
.fixed-btn__form:hover .fixed-btn__form-click {
  transform: scale(1.1);
}
@media screen and (max-width: 479px) {
  .fixed-btn__form:hover .fixed-btn__form-click {
    transform: none;
  }
}
.fixed-btn__form a {
  display: block;
  width: 100%;
  line-height: 60px;
  padding: 35px 0 24px;
}
@media screen and (max-width: 479px) {
  .fixed-btn__form a {
    padding: 0;
  }
}
.fixed-btn__form-click {
  position: absolute;
  width: 88%;
  top: -25px;
  transition: transform 0.3s ease;
  pointer-events: none;
}
@media screen and (max-width: 479px) {
  .fixed-btn__form-click {
    width: 60px;
    top: 1px;
    left: -7%;
  }
}
.fixed-btn__form-click p {
  position: absolute;
  writing-mode: horizontal-tb;
  font-size: 12px;
  letter-spacing: calc(0.03 * 1em);
  color: #251e1c;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .fixed-btn__form-click p {
    letter-spacing: calc(0.03 * 1em);
  }
}
@media screen and (max-width: 479px) {
  .fixed-btn__form-click p {
    top: 48%;
  }
}
.fixed-btn__top {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #251e1c;
  display: flex;
  align-items: center;
  justify-content: center;
  text-orientation: mixed;
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 479px) {
  .fixed-btn__top {
    width: 60px;
  }
}
.fixed-btn__top a {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  padding-top: 26px;
  position: relative;
}
.fixed-btn__top a::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #251e1c;
  border-left: solid 1px #251e1c;
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  top: 14px;
  left: 50%;
}
.fixed-btn.fixed {
  opacity: 1;
  z-index: 10;
}

.dots {
  background-image: radial-gradient(circle at center, #9f9fa0 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.2em;
}

.rotate {
  animation: rotateAnimation 16s linear infinite;
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.zoom {
  opacity: 1 !important;
  animation: zoom 0.4s ease-out forwards;
}

@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-ready {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s, transform 0.3s;
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, transform 1s;
}

.fade-in.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.flip-in {
  opacity: 1 !important;
  animation: flipin 0.5s ease-out forwards;
}

@keyframes flipin {
  0% {
    transform: rotateX(-90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
.flip-in-ready {
  opacity: 0;
}

/* メインビジュアル */

.header {
  width: 100%;
  padding: 20px 5%;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 12px 0;
  }
}
.header__logo {
  width: 100%;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    height: 16px;
  }
}
.header__logo img {
  width: auto;
  object-fit: contain;
  display: block;
  height: 100%;
  margin: 0 0 0 auto;
}

.section-mv {
  width: 100%;
  height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  position: relative;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 1047px) {
  .section-mv {
    height: fit-content;
    min-height: calc(100vh - 60px);
  }
}
@media screen and (max-width: 768px) {
  .section-mv {
    height: fit-content;
    min-height: auto;
  }
}
.section-mv__scroll {
  position: absolute;
  writing-mode: vertical-rl;
  top: 38%;
  right: 6%;
  z-index: 10;
}
@media screen and (max-width: 1047px) {
  .section-mv__scroll {
    top: 380px;
    right: auto;
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .section-mv__scroll {
    top: 280px;
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .section-mv__scroll {
    top: 300px;
  }
}
.section-mv__scroll::before {
  animation: scroll 2s infinite;
  background-color: #251e1c;
  bottom: -120px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@media screen and (max-width: 768px) {
  .section-mv__scroll::before {
    height: 80px;
    bottom: -96px;
  }
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.mv-lead {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 5%;
}
@media screen and (max-width: 1047px) {
  .mv-lead {
    padding: 50px 5% 8px;
  }
}
@media screen and (max-width: 768px) {
  .mv-lead {
    padding: 60px 0 16px;
  }
}
.mv-lead__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1047px) {
  .mv-lead__wrap {
    display: block;
  }
}
.mv-lead__txt {
  width: fit-content;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: calc(0.06 * 1em);
}
@media screen and (max-width: 768px) {
  .mv-lead__txt {
    font-size: 14px;
    line-height: 1.5 !important;
  }
}
@media screen and (max-width: 768px) {
  .mv-lead__txt {
    letter-spacing: calc(0.06 * 1em);
  }
}
@media screen and (max-width: 768px) {
  .mv-lead__txt {
    width: 100%;
  }
}
.mv-lead__01 {
  display: flex;
  align-items: flex-end;
  margin-bottom: 24px;
  gap: 16px;
  font-size: 24px;
  line-height: 1.3333333333;
}
@media screen and (max-width: 768px) {
  .mv-lead__01 {
    font-size: 14px;
    line-height: 1.1428571429 !important;
  }
}
@media screen and (max-width: 768px) {
  .mv-lead__01 {
    gap: 4px;
    margin-bottom: 10px;
  }
}
.mv-lead__01 img {
  width: auto;
  height: 70px;
  object-fit: contain;
  margin-bottom: -10px;
}
@media screen and (max-width: 768px) {
  .mv-lead__01 img {
    height: 36px;
    margin-bottom: -6px;
  }
}
.mv-lead__02 {
  display: flex;
  align-items: baseline;
  margin: 0 0 8px 28px;
  width: fit-content;
  font-size: 20px;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv-lead__02 {
    font-size: 14px;
    line-height: 1.1428571429 !important;
  }
}
@media screen and (max-width: 768px) {
  .mv-lead__02 {
    margin: 0 0 2px 24px;
  }
}
.mv-lead__02::before,
.mv-lead__02::after {
  content: "";
  display: block;
  width: 20px;
  background-image: url(../images/scissors.png);
  aspect-ratio: 20/28;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .mv-lead__02::before,
  .mv-lead__02::after {
    width: 18px;
  }
}
.mv-lead__02::before {
  left: -28px;
}
@media screen and (max-width: 768px) {
  .mv-lead__02::before {
    left: -24px;
  }
}
.mv-lead__02::after {
  right: -28px;
}
@media screen and (max-width: 768px) {
  .mv-lead__02::after {
    right: -24px;
  }
}
.mv-lead__02 span {
  font-size: 26px;
  line-height: 1.2307692308;
}
@media screen and (max-width: 768px) {
  .mv-lead__02 span {
    font-size: 18px;
    line-height: 1.7777777778 !important;
  }
}
.mv-lead__03 {
  font-size: 24px;
  line-height: 1.3333333333;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .mv-lead__03 {
    font-size: 18px;
    line-height: 1.7777777778 !important;
  }
}
.mv-lead__03--line {
  font-size: 36px;
  line-height: 1;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv-lead__03--line {
    font-size: 24px;
    line-height: 1.0833333333 !important;
  }
}
.mv-lead__03--line::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  bottom: -6px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .mv-lead__03--line::after {
    height: 8px;
    bottom: -2px;
  }
}
.mv-lead__03--line.line01::after {
  background: repeating-linear-gradient(-45deg, #b9e6b6 0, #b9e6b6 4px, transparent 4px, transparent 8px);
}
@media screen and (max-width: 768px) {
  .mv-lead__03--line.line01::after {
    background: repeating-linear-gradient(-45deg, #b9e6b6 0, #b9e6b6 3px, transparent 3px, transparent 6px);
  }
}
.mv-lead__03--line.line02::after {
  background: repeating-linear-gradient(-45deg, #b6d0e6 0, #b6d0e6 4px, transparent 4px, transparent 8px);
}
@media screen and (max-width: 768px) {
  .mv-lead__03--line.line02::after {
    background: repeating-linear-gradient(-45deg, #b6d0e6 0, #b6d0e6 3px, transparent 3px, transparent 6px);
  }
}
.mv-lead__img {
  position: relative;
  width: 27%;
  margin-right: 5%;
  aspect-ratio: 323/304;
}
@media screen and (max-width: 1047px) {
  .mv-lead__img {
    width: 323px;
    margin: -60px 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .mv-lead__img {
    width: 240px;
    margin: -20px 0 0 auto;
    aspect-ratio: 220/227;
  }
}
@media screen and (max-width: 479px) {
  .mv-lead__img {
    width: 220px;
    margin: 24px 0 0 auto;
  }
}
.mv-lead__img01 {
  position: absolute;
  width: 90%;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mv-lead__img01 {
    width: 95%;
  }
}
.mv-lead__img02 {
  position: absolute;
  width: 46%;
  aspect-ratio: 1/1;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv-lead__img02 {
    width: 50%;
  }
}
.mv-lead__img02 img {
  width: 100%;
  object-fit: contain;
}
.mv-lead__img02 p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .mv-lead__img02 p {
    font-size: 16px;
    line-height: 1.25 !important;
  }
}
.mv-lead__img02 p span {
  font-size: 40px;
  line-height: 0.7;
}
@media screen and (max-width: 768px) {
  .mv-lead__img02 p span {
    font-size: 28px;
    line-height: 0.7142857143 !important;
  }
}

.mv-swiper {
  width: 100%;
}
.mv-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.mv-swiper .swiper-slide {
  aspect-ratio: 1/1;
}
.mv-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* TBWOとは */

.section-about {
  width: 100%;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .section-about {
    padding: 60px 0 40px;
  }
}
.section-about__tbwo {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .section-about__tbwo {
    text-align: left;
    margin-bottom: 52px;
  }
}
.section-about__tbwo p {
  font-size: 16px;
  line-height: 1.75;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section-about__tbwo p {
    font-size: 15px;
    line-height: 1.6 !important;
  }
}
.section-about__tbwo-ttl {
  display: flex;
  justify-content: center;
  column-gap: 16px;
  align-items: flex-end;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .section-about__tbwo-ttl {
    column-gap: 6px;
    margin-bottom: 24px;
  }
}
.section-about__tbwo-ttl img {
  display: inline-block;
  object-fit: contain;
  width: 410px;
}
@media screen and (max-width: 768px) {
  .section-about__tbwo-ttl img {
    width: 246px;
  }
}
.section-about__tbwo-ttl span {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: calc(0 * 1em);
  display: inline-block;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .section-about__tbwo-ttl span {
    font-size: 16px;
    line-height: 1 !important;
  }
}
@media screen and (max-width: 768px) {
  .section-about__tbwo-ttl span {
    letter-spacing: calc(0 * 1em);
  }
}
.section-about__list-wrap ol {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1047px) {
  .section-about__list-wrap ol {
    flex-wrap: wrap;
    row-gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .section-about__list-wrap ol {
    row-gap: 50px;
  }
}
.section-about__list-wrap ol li {
  position: relative;
  width: 30%;
  border: 1px solid #251e1c;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1047px) {
  .section-about__list-wrap ol li {
    width: 40%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .section-about__list-wrap ol li {
    width: 100%;
    padding: 20px;
  }
}
.section-about__list-ttl {
  position: absolute;
  background-color: #ffffff;
  padding: 4px 8px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  left: 16px;
  top: -24px;
}
@media screen and (max-width: 768px) {
  .section-about__list-ttl {
    font-size: 18px;
    line-height: 1.7777777778 !important;
  }
}
.section-about__list-ttl span {
  font-size: 32px;
  line-height: 1;
  font-weight: 300;
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  .section-about__list-ttl span {
    font-size: 30px;
    line-height: 1.0666666667 !important;
  }
}
.section-about__list-inner {
  width: 100%;
}
.section-about__list-img {
  width: 100%;
  aspect-ratio: 248/140;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .section-about__list-img {
    width: 70%;
    aspect-ratio: 275/100;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 479px) {
  .section-about__list-img {
    width: 100%;
  }
}
.section-about__list-img img {
  object-fit: contain;
  height: 70%;
}
@media screen and (max-width: 768px) {
  .section-about__list-img img {
    height: 80%;
  }
}
.section-about__list-img .about01-img {
  margin-top: 10px;
}
.section-about__list-txt {
  border-top: 1px solid #251e1c;
  padding: 20px 10px;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .section-about__list-txt {
    padding: 16px 10px 0;
  }
}
.section-about__list-txt span {
  font-size: 0.7em;
  text-wrap: nowrap;
  vertical-align: top;
  font-weight: 500;
}
.section-about__list-txt p {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .section-about__list-txt p {
    font-size: 14px;
    line-height: 1.5 !important;
  }
}
.section-about__list-subttl {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .section-about__list-subttl {
    font-size: 16px;
    line-height: 1.5 !important;
  }
}
.section-about__list-note {
  width: fit-content;
  margin: 40px auto 80px;
}
@media screen and (max-width: 768px) {
  .section-about__list-note {
    margin: 24px auto 0;
  }
}
.section-about__list-note p {
  text-indent: -1.5em;
  padding-left: 1.5em;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .section-about__list-note p {
    font-size: 14px;
    line-height: 1.5 !important;
  }
}
.section-about__list-note p span {
  font-size: 0.8em;
}

.page-nav {
  width: 100%;
}
.page-nav ul {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3333333333;
}
@media screen and (max-width: 768px) {
  .page-nav ul {
    font-size: 15px;
    line-height: 1.3333333333 !important;
  }
}
@media screen and (max-width: 1200px) {
  .page-nav ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .page-nav ul {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}
.page-nav ul li {
  border: 1px solid #251e1c;
  background-color: #b6d0e6;
}
.page-nav ul li:nth-child(2) {
  border-left: none;
}
@media screen and (max-width: 768px) {
  .page-nav ul li:nth-child(2) {
    border: 1px solid #251e1c;
  }
}
.page-nav ul li:nth-child(3) {
  border-left: none;
}
@media screen and (max-width: 1200px) {
  .page-nav ul li:nth-child(3) {
    border-top: none;
    border-left: 1px solid #251e1c;
  }
}
@media screen and (max-width: 768px) {
  .page-nav ul li:nth-child(3) {
    border: 1px solid #251e1c;
  }
}
.page-nav ul li:last-child {
  border-left: none;
}
@media screen and (max-width: 1200px) {
  .page-nav ul li:last-child {
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  .page-nav ul li:last-child {
    border: 1px solid #251e1c;
  }
}
.page-nav ul li a {
  width: 100%;
  display: block;
  padding: 18px 16% 18px 8%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-nav ul li a {
    padding: 12px 16% 12px 8%;
  }
}
.page-nav ul li a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #251e1c transparent transparent transparent;
  position: absolute;
  top: 0;
  right: 8%;
  bottom: 0;
  margin: auto;
}

/* 取扱商品一例 */

.section-product {
  background-color: #ecf5f9;
  padding: 120px 0 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-product {
    padding: 70px 0 60px;
  }
}
.section-product::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 100px 0 100px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: -1px;
  right: 50%;
  bottom: 0;
  transform: translateX(50%);
}
@media screen and (max-width: 768px) {
  .section-product::before {
    border-width: 24px 70px 0 70px;
  }
}
.section-product__txt {
  text-align: center;
  margin: 60px auto 40px;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .section-product__txt {
    font-size: 15px;
    line-height: 1.6 !important;
  }
}
@media screen and (max-width: 768px) {
  .section-product__txt {
    width: fit-content;
    text-align: left;
    margin: 30px auto 40px;
  }
}
.section-product__txt2 {
  margin: 40px auto 0;
}
.section-product__nav-ttl {
  display: block;
  width: fit-content;
  margin: 0 auto;
  background-color: #251e1c;
  color: #ffffff;
  padding: 8px 30px;
  position: relative;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .section-product__nav-ttl {
    font-size: 14px;
    line-height: 1.5 !important;
  }
}
@media screen and (max-width: 768px) {
  .section-product__nav-ttl {
    width: 100%;
    text-align: center;
    padding: 8px;
    max-width: 317px;
    margin-bottom: 22px;
  }
}
.section-product__nav-ttl::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #251e1c transparent transparent transparent;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  bottom: -10px;
}
.section-product__nav-img {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1047px) {
  .section-product__nav-img {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .section-product__nav-img {
    height: 30px;
  }
}
.section-product__nav-img img {
  height: 60%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .section-product__nav-img img {
    height: 80%;
  }
}
.section-product__list {
  width: 100%;
  background-color: #ffffff;
  padding: 24px 40px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .section-product__list {
    margin-top: 16px;
    padding: 16px 10px;
  }
}
.section-product__list p {
  padding: 0 10px;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .section-product__list p {
    font-size: 14px;
    line-height: 1.5 !important;
  }
}
.section-product__list-ttl {
  display: flex;
  align-items: center;
  column-gap: 20px;
  justify-content: center;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  padding-bottom: 16px;
  border-bottom: 1px solid #251e1c;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-product__list-ttl {
    font-size: 15px;
    line-height: 1.8666666667 !important;
  }
}
@media screen and (max-width: 768px) {
  .section-product__list-ttl {
    column-gap: 8px;
    padding-bottom: 14px;
  }
}
.section-product__list-ttl::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #251e1c;
}
@media screen and (max-width: 768px) {
  .section-product__list-ttl::after {
    bottom: 2px;
  }
}
.section-product__list-ttl img {
  width: auto;
  height: 50px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .section-product__list-ttl img {
    height: 32px;
  }
}
.section-product__list-ttl span {
  font-size: 18px;
  line-height: 1.5555555556;
}
@media screen and (max-width: 768px) {
  .section-product__list-ttl span {
    font-size: 12px;
    line-height: 2.3333333333 !important;
  }
}
.section-product__list-item {
  border-bottom: 1px solid #251e1c;
  position: relative;
  margin-bottom: 16px;
}
.section-product__list-item::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #251e1c;
}
@media screen and (max-width: 768px) {
  .section-product__list-item::after {
    bottom: 2px;
  }
}
.section-product__list-item ul {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 10px;
  column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .section-product__list-item ul {
    column-gap: 10px;
  }
}
@media screen and (max-width: 649px) {
  .section-product__list-item ul {
    grid-template-columns: 1fr;
  }
}
.section-product__list-item ul li {
  width: 100%;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #251e1c;
}
@media screen and (max-width: 649px) {
  .section-product__list-item ul li {
    padding: 10px 0;
    justify-content: flex-start;
    column-gap: 16px;
  }
}
.section-product__list-item ul li img {
  width: 24%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
@media screen and (max-width: 649px) {
  .section-product__list-item ul li img {
    width: 22%;
    max-width: 60px;
  }
}
.section-product__list-item ul li div {
  width: 67%;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .section-product__list-item ul li div {
    font-size: 14px;
    line-height: 1.5 !important;
  }
}
@media screen and (max-width: 649px) {
  .section-product__list-item ul li div {
    width: auto;
    flex: 1;
  }
}
.section-product__list-item ul li:last-child,
.section-product__list-item ul li:nth-last-child(2):nth-child(odd) {
  border-bottom: none;
  padding-bottom: 20px;
}
@media screen and (max-width: 649px) {
  .section-product__list-item ul li:last-child,
  .section-product__list-item ul li:nth-last-child(2):nth-child(odd) {
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 649px) {
  .section-product__list-item ul li:nth-last-child(2):nth-child(odd) {
    border-bottom: 1px solid #251e1c;
    padding-bottom: 10px;
  }
}
.section-product__list-more {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  text-align: right;
  padding: 3px 10px 0;
}
@media screen and (max-width: 768px) {
  .section-product__list-more {
    font-size: 18px;
    line-height: 1.4444444444 !important;
  }
}
@media screen and (max-width: 768px) {
  .section-product__list-more {
    text-align: center;
  }
}

.tab-menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.tab-menu > label {
  flex: 1 1;
  order: -1;
  padding: 0 8px 10px;
  border-bottom: 3px solid #c4c4c4;
  text-align: center;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1047px) {
  .tab-menu > label {
    padding: 10px 8px 10px;
    flex: 0 0 33.3%;
  }
}
@media screen and (max-width: 768px) {
  .tab-menu > label {
    padding: 10px 3px 3px;
    border-bottom: 2px solid #c4c4c4;
  }
}
.tab-menu > label p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .tab-menu > label p {
    font-size: 13px;
    line-height: 1.5384615385 !important;
  }
}
@media screen and (max-width: 768px) {
  .tab-menu > label p {
    letter-spacing: 0 !important;
  }
}

.tab-menu > label:hover {
  opacity: 0.7;
}

.tab-menu input {
  display: none;
}

.tab-menu > .section-product__list {
  display: none;
}

.tab-menu label:has(:checked) {
  border-bottom: 3px solid #251e1c;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .tab-menu label:has(:checked) {
    border-bottom: 2px solid #251e1c;
  }
}
.tab-menu label:has(:checked)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #251e1c transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .tab-menu label:has(:checked)::after {
    border-width: 6px 4px 0 4px;
    bottom: -7px;
  }
}
.tab-menu label:has(:checked) img {
  transform: scale(1.3);
}

.tab-menu label:has(:checked) + .section-product__list {
  display: block;
}

/* ご利用までの流れ */

.section-step {
  padding: 120px 0 100px;
}
@media screen and (max-width: 768px) {
  .section-step {
    padding: 60px 0 90px;
  }
}
.section-step__note {
  font-size: 16px;
  line-height: 1.75;
  margin: 60px auto 120px;
  font-weight: 400;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-step__note {
    font-size: 15px;
    line-height: 1.6 !important;
  }
}
@media screen and (max-width: 1047px) {
  .section-step__note {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .section-step__note {
    margin: 30px auto 72px;
  }
}
.section-step__note p {
  font-size: 14px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
  width: fit-content;
  margin: 16px auto 0;
}
@media screen and (max-width: 768px) {
  .section-step__note p {
    font-size: 12px;
    line-height: 1.5 !important;
  }
}
@media screen and (max-width: 1047px) {
  .section-step__note p {
    margin: 16px auto 0 0;
  }
}
@media screen and (max-width: 768px) {
  .section-step__note p {
    margin: 8px auto 0 0;
  }
}
.section-step__note span {
  font-size: 0.7em;
  text-wrap: nowrap;
  vertical-align: top;
  font-weight: 500;
}
.section-step ol {
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
@media screen and (max-width: 768px) {
  .section-step ol {
    row-gap: 40px;
  }
}
.section-step ol li {
  width: 100%;
  border: 1px solid #251e1c;
  display: grid;
  grid-template-columns: 20% auto 20%;
  align-items: center;
  column-gap: 5%;
  padding: 40px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-step ol li {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
.section-step__number {
  font-weight: 200;
  font-size: 60px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .section-step__number {
    font-size: 36px;
    line-height: 1 !important;
  }
}
@media screen and (max-width: 768px) {
  .section-step__number {
    padding-right: 16px;
  }
}
.section-step__number::after {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background-color: #251e1c;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .section-step__number::after {
    height: 36px;
  }
}
.section-step__ttl {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .section-step__ttl {
    font-size: 18px;
    line-height: 1.4444444444 !important;
  }
}
.section-step__ttl br {
  display: none;
}
@media screen and (max-width: 479px) {
  .section-step__ttl br {
    display: block;
  }
}
.section-step__txt p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .section-step__txt p {
    font-size: 15px;
    line-height: 1.6 !important;
  }
}
@media screen and (max-width: 768px) {
  .section-step__txt {
    margin-bottom: 16px;
  }
}
.section-step__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .section-step__img {
    height: 110px;
    justify-content: end;
  }
}
@media screen and (max-width: 479px) {
  .section-step__img {
    height: 80px;
    justify-content: end;
  }
}
.section-step__img img {
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .section-step__img img {
    margin-right: 10px;
  }
}
.section-step__arrow {
  position: absolute;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  left: 14%;
  bottom: -45px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .section-step__arrow {
    font-size: 15px;
    line-height: 1.6 !important;
  }
}
@media screen and (max-width: 768px) {
  .section-step__arrow {
    left: 20%;
    height: 24px;
    bottom: -32px;
  }
}
.section-step__arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #251e1c transparent transparent transparent;
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .section-step__arrow::before {
    left: -32px;
    border-width: 12px 12px 0 12px;
  }
}
.section-step__sp-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.section-step__sp-ttl .section-step__ttl {
  margin-bottom: 0;
  padding-left: 16px;
}

.step01 .form-btn {
  margin: 16px 0 24px;
}
@media screen and (max-width: 768px) {
  .step01 .form-btn {
    margin: 16px auto;
  }
}
.step01 img {
  width: 44%;
}
@media screen and (max-width: 1047px) {
  .step01 img {
    width: 52%;
  }
}
@media screen and (max-width: 768px) {
  .step01 img {
    width: auto;
    height: 90%;
  }
}
.step01::before {
  content: "";
  width: 140px;
  display: block;
  aspect-ratio: 140/108;
  background-image: url(../images/woman.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -100px;
  left: 13%;
}
@media screen and (max-width: 768px) {
  .step01::before {
    width: 83px;
    top: -54px;
    left: 0;
  }
}
.step01 p a {
  font-weight: 500;
  text-decoration: underline;
}
.step01 p a:hover {
  opacity: 0.8;
}

.step02 img {
  width: 65%;
}
@media screen and (max-width: 1047px) {
  .step02 img {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .step02 img {
    width: auto;
    height: 90%;
  }
}

.step03 img {
  width: 50%;
}
@media screen and (max-width: 1047px) {
  .step03 img {
    width: 62%;
  }
}
@media screen and (max-width: 768px) {
  .step03 img {
    width: auto;
    height: 68%;
  }
}

.step04 img {
  width: 72%;
}
@media screen and (max-width: 1047px) {
  .step04 img {
    width: 86%;
  }
}
@media screen and (max-width: 768px) {
  .step04 img {
    width: auto;
    height: 98%;
  }
}

/* キャンペーン */

.section-campaign {
  width: 100%;
  padding: 16px 0 24px;
  background-color: #ecf5f9;
}
@media screen and (max-width: 768px) {
  .section-campaign {
    padding: 24px 0;
  }
}
@media screen and (max-width: 479px) {
  .section-campaign {
    padding: 50px 0 24px;
  }
}
.section-campaign__point {
  position: absolute;
  width: 160px;
  aspect-ratio: 1/1;
  top: -24px;
  left: -20px;
  z-index: 1;
}
@media screen and (max-width: 1047px) {
  .section-campaign__point {
    top: -50px;
    left: -30px;
  }
}
@media screen and (max-width: 768px) {
  .section-campaign__point {
    width: 120px;
  }
}
@media screen and (max-width: 479px) {
  .section-campaign__point {
    top: -110px;
    left: -10px;
  }
}
.section-campaign__point img {
  width: 100%;
  object-fit: contain;
}
.section-campaign__point p {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-20deg);
  font-size: 26px;
  line-height: 1.3076923077;
  font-weight: 500;
  text-wrap: nowrap;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-campaign__point p {
    font-size: 20px;
    line-height: 1.3 !important;
  }
}
.section-campaign__point p .point-span01 {
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section-campaign__point p .point-span01 {
    font-size: 14px;
    line-height: 1 !important;
  }
}
.section-campaign__point p .point-span02 {
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section-campaign__point p .point-span02 {
    font-size: 12px;
    line-height: 1 !important;
  }
}
.section-campaign__sub-ttl {
  font-size: 16px;
  line-height: 1.25;
  width: fit-content;
  margin: 0 auto 16px;
  font-weight: 500;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .section-campaign__sub-ttl {
    font-size: 14px;
    line-height: 1.2857142857 !important;
  }
}
.section-campaign__sub-ttl::before,
.section-campaign__sub-ttl::after {
  background-color: #251e1c;
  content: "";
  height: 1px;
  width: 30px;
}
.section-campaign__sub-ttl::before {
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .section-campaign__sub-ttl::before {
    margin-right: 10px;
  }
}
.section-campaign__sub-ttl::after {
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .section-campaign__sub-ttl::after {
    margin-left: 10px;
  }
}
.section-campaign__sub-ttl br {
  display: none;
}
@media screen and (max-width: 1047px) {
  .section-campaign__sub-ttl br {
    display: block;
  }
}
.section-campaign__bg {
  width: 87%;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 24px 24px 30px;
  position: relative;
}
@media screen and (max-width: 1047px) {
  .section-campaign__bg {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section-campaign__bg {
    padding: 20px;
  }
}
.section-campaign__bg::after {
  content: "";
  width: 95px;
  display: block;
  aspect-ratio: 95/100;
  background-image: url(../images/campaign-man.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -5px;
  right: -10px;
}
@media screen and (max-width: 768px) {
  .section-campaign__bg::after {
    width: 80px;
  }
}
@media screen and (max-width: 479px) {
  .section-campaign__bg::after {
    bottom: 14px;
  }
}
.section-campaign__ttl-wrap {
  width: fit-content;
  margin: 0 auto 40px;
  position: relative;
}
@media screen and (max-width: 1047px) {
  .section-campaign__ttl-wrap {
    margin-bottom: 24px;
  }
}
.section-campaign__ttl-wrap::before,
.section-campaign__ttl-wrap::after {
  position: absolute;
  content: "";
  width: 60px;
  display: block;
  aspect-ratio: 1/1;
  background-image: url(../images/ribbon-pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-campaign__ttl-wrap::before,
  .section-campaign__ttl-wrap::after {
    background-image: url(../images/ribbon-sp.png);
    aspect-ratio: 60/64;
    bottom: -8px;
  }
}
.section-campaign__ttl-wrap::before {
  left: -30px;
}
.section-campaign__ttl-wrap::after {
  right: -30px;
  transform: scale(-1, 1);
}
.section-campaign__ttl {
  letter-spacing: calc(0.06 * 1em);
  width: fit-content;
  font-weight: 500;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 32px;
  padding: 0 45px;
  background-color: #b9e6b6;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .section-campaign__ttl {
    letter-spacing: calc(0.03 * 1em);
  }
}
@media screen and (max-width: 1047px) {
  .section-campaign__ttl {
    font-size: 28px;
    line-height: 22px;
    padding-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .section-campaign__ttl {
    font-size: 24px;
    height: 64px;
    padding: 10px 20px 0;
  }
}
.section-campaign__ttl::before,
.section-campaign__ttl::after {
  position: absolute;
  content: "";
  width: 40px;
  display: block;
  aspect-ratio: 40/50;
  background-image: url(../images/glitter.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .section-campaign__ttl::before,
  .section-campaign__ttl::after {
    width: 28px;
    top: 16px;
  }
}
.section-campaign__ttl::before {
  left: -90px;
}
@media screen and (max-width: 768px) {
  .section-campaign__ttl::before {
    left: -64px;
  }
}
.section-campaign__ttl::after {
  right: -90px;
  transform: scale(1, -1);
}
@media screen and (max-width: 768px) {
  .section-campaign__ttl::after {
    right: -64px;
  }
}
.section-campaign__ttl span {
  font-size: 24px;
}
@media screen and (max-width: 1047px) {
  .section-campaign__ttl span {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .section-campaign__ttl span {
    font-size: 18px;
  }
}
.section-campaign__ttl br {
  display: none;
}
@media screen and (max-width: 1047px) {
  .section-campaign__ttl br {
    display: block;
  }
}
.section-campaign__txt {
  font-weight: 500;
  width: fit-content;
  display: flex;
  margin: 0 auto 24px;
  position: relative;
}
@media screen and (max-width: 1047px) {
  .section-campaign__txt {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .section-campaign__txt {
    margin-bottom: 68px;
  }
}
.section-campaign__txt::before,
.section-campaign__txt::after {
  position: absolute;
  content: "";
  width: 80px;
  display: block;
  aspect-ratio: 80/65;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
}
@media screen and (max-width: 1047px) {
  .section-campaign__txt::before,
  .section-campaign__txt::after {
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section-campaign__txt::before,
  .section-campaign__txt::after {
    top: auto;
    width: 68px;
    bottom: -66px;
  }
}
.section-campaign__txt::before {
  background-image: url(../images/campaign-item01.png);
  left: -90px;
}
@media screen and (max-width: 768px) {
  .section-campaign__txt::before {
    left: 20%;
  }
}
.section-campaign__txt::after {
  background-image: url(../images/campaign-item02.png);
  right: -90px;
}
@media screen and (max-width: 768px) {
  .section-campaign__txt::after {
    right: 20%;
  }
}
.section-campaign__txt01 {
  font-size: 15px;
  line-height: 1;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .section-campaign__txt01 {
    font-size: 14px;
    line-height: 1 !important;
  }
}
@media screen and (max-width: 1047px) {
  .section-campaign__txt01 {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  .section-campaign__txt01 {
    margin-bottom: 32px;
  }
}
.section-campaign__txt01 span {
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .section-campaign__txt01 span {
    font-size: 20px;
    line-height: 1 !important;
  }
}
.section-campaign__txt02 {
  width: fit-content;
  position: relative;
}
.section-campaign__txt02 .txt02-sub {
  position: absolute;
  width: fit-content;
  top: -22px;
  left: 30px;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section-campaign__txt02 .txt02-sub {
    font-size: 14px;
    line-height: 1 !important;
  }
}
.section-campaign__txt02 .txt02-sub::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  transform: rotate(-20deg);
  background-color: #251e1c;
  bottom: -1px;
  left: -10px;
}
.section-campaign__txt02 .txt02-sub::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  transform: rotate(20deg);
  background-color: #251e1c;
  bottom: -1px;
  right: -8px;
}
.section-campaign__txt02 .txt02-line {
  font-size: 24px;
  line-height: 1;
  position: relative;
  z-index: 1;
  padding: 0 4px;
  margin-left: 3px;
}
@media screen and (max-width: 768px) {
  .section-campaign__txt02 .txt02-line {
    font-size: 22px;
    line-height: 1 !important;
  }
}
.section-campaign__txt02 .txt02-line::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  bottom: 3px;
  left: 0;
  z-index: -1;
  background: repeating-linear-gradient(-45deg, #b9e6b6 0, #b9e6b6 4px, transparent 4px, transparent 8px);
}
@media screen and (max-width: 768px) {
  .section-campaign__txt02 .txt02-line::after {
    height: 8px;
  }
}
.section-campaign__txt02 .txt02-span {
  font-size: 20px;
  line-height: 1;
  padding-left: 3px;
}
@media screen and (max-width: 768px) {
  .section-campaign__txt02 .txt02-span {
    font-size: 20px;
    line-height: 1 !important;
  }
}
.section-campaign__period {
  display: flex;
  justify-content: center;
  column-gap: 60px;
  width: 70%;
  padding: 6px 0;
  border-top: 1px solid #251e1c;
  border-bottom: 1px solid #251e1c;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .section-campaign__period {
    width: 80%;
    column-gap: 50px;
  }
}
@media screen and (max-width: 479px) {
  .section-campaign__period {
    flex-direction: column;
    row-gap: 6px;
    width: 91%;
    max-width: 252px;
  }
}
.section-campaign__date {
  position: relative;
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .section-campaign__date {
    font-size: 22px;
    line-height: 1 !important;
  }
}
.section-campaign__date img {
  position: absolute;
  width: auto;
  height: 10px;
  object-fit: contain;
  top: 65%;
  transform: translateY(-50%);
  left: -48px;
}
@media screen and (max-width: 768px) {
  .section-campaign__date img {
    height: 8px;
    column-gap: 50px;
    left: -40px;
  }
}
@media screen and (max-width: 479px) {
  .section-campaign__date img {
    top: 60%;
    left: -36px;
  }
}
.section-campaign__date span {
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section-campaign__date span {
    font-size: 14px;
    line-height: 1 !important;
  }
}
.section-campaign__date .year {
  letter-spacing: 0;
  font-weight: 400;
}
.section-campaign__date .day {
  font-weight: 400;
}
@media screen and (max-width: 479px) {
  .section-campaign__date.start-date {
    margin-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .section-campaign__date.end-date {
    margin-left: 90px;
  }
}
.section-campaign__note {
  width: 87%;
  margin: 16px auto 0;
}
@media screen and (max-width: 1047px) {
  .section-campaign__note {
    width: 100%;
  }
}
.section-campaign__note p {
  font-size: 12px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .section-campaign__note p {
    font-size: 12px;
    line-height: 1.5 !important;
  }
}
.section-campaign__note-txt {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .section-campaign__note-txt {
    font-size: 14px;
    line-height: 1.5 !important;
  }
}

/* メインビジュアル下キャンペーン */

#top-campaign {
  padding: 30px 0 24px;
}
@media screen and (max-width: 479px) {
  #top-campaign {
    padding: 40px 0 24px;
  }
}
#top-campaign .section-campaign__point {
  width: 130px;
  aspect-ratio: 1/1;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 1047px) {
  #top-campaign .section-campaign__point {
    top: 40px;
    left: -30px;
  }
}
@media screen and (max-width: 768px) {
  #top-campaign .section-campaign__point {
    width: 110px;
    top: 0;
  }
}
@media screen and (max-width: 479px) {
  #top-campaign .section-campaign__point {
    top: -24px;
    left: -24px;
  }
}
#top-campaign .section-campaign__point img {
  width: 100%;
  object-fit: contain;
}
#top-campaign .section-campaign__point p {
  font-size: 22px;
  line-height: 1.2727272727;
}
@media screen and (max-width: 768px) {
  #top-campaign .section-campaign__point p {
    font-size: 18px;
    line-height: 1.3333333333 !important;
  }
}
#top-campaign .section-campaign__point p .point-span01 {
  font-size: 16px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  #top-campaign .section-campaign__point p .point-span01 {
    font-size: 14px;
    line-height: 1 !important;
  }
}
#top-campaign .section-campaign__point p .point-span02 {
  font-size: 14px;
  line-height: 1.1428571429;
}
@media screen and (max-width: 768px) {
  #top-campaign .section-campaign__point p .point-span02 {
    font-size: 12px;
    line-height: 1 !important;
  }
}
@media screen and (max-width: 479px) {
  #top-campaign .section-campaign__sub-ttl {
    text-align: left;
    margin: 0 auto 10px 100px;
  }
}
@media screen and (max-width: 479px) {
  #top-campaign .section-campaign__sub-ttl::before {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  #top-campaign .section-campaign__sub-ttl::after {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  #top-campaign .section-campaign__bg {
    padding: 40px 20px 20px;
  }
}

/* お申込み */

.section-form {
  width: 100%;
  background-image: url(../images/form-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-form__txt {
  text-align: center;
  margin: 40px auto;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .section-form__txt {
    font-size: 15px;
    line-height: 1.6 !important;
  }
}
@media screen and (max-width: 768px) {
  .section-form__txt {
    margin: 30px auto 24px;
  }
}
.section-form__txt br {
  display: none;
}
@media screen and (max-width: 479px) {
  .section-form__txt br {
    display: block;
  }
}
.section-form__btn .form-btn {
  margin: 0 auto;
}

.filter-white {
  width: 100%;
  height: 100%;
  padding: 60px 0;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  .filter-white {
    padding: 40px 0 50px;
  }
}

/* よくある質問 */

.section-faq {
  padding: 80px 0 60px;
}
@media screen and (max-width: 768px) {
  .section-faq {
    padding: 60px 0;
  }
}
.section-faq__wrap {
  margin-top: 60px;
  border-top: 1px solid #251e1c;
}
@media screen and (max-width: 768px) {
  .section-faq__wrap {
    margin-top: 40px;
  }
}
.section-faq__item {
  padding: 24px;
  border-bottom: 1px solid #251e1c;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .section-faq__item {
    font-size: 15px;
    line-height: 1.6 !important;
  }
}
@media screen and (max-width: 768px) {
  .section-faq__item {
    padding: 16px 10px;
  }
}
.section-faq__ttl {
  cursor: pointer;
  transition-duration: 0.2s;
}
.section-faq__ttl,
.section-faq .section-faq__answer {
  display: flex;
  column-gap: 24px;
}
@media screen and (max-width: 768px) {
  .section-faq__ttl,
  .section-faq .section-faq__answer {
    column-gap: 10px;
  }
}
.section-faq__ttl.open span {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
  transition-duration: 0.2s;
}
.section-faq__icon-q,
.section-faq .section-faq__icon-a {
  width: 40px;
  height: 40px;
  border: 1px solid #251e1c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  flex-shrink: 0;
  font-weight: 300;
  color: #251e1c;
}
@media screen and (max-width: 768px) {
  .section-faq__icon-q,
  .section-faq .section-faq__icon-a {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
}
.section-faq__icon-q {
  background-color: #251e1c;
  color: #ffffff;
}
.section-faq__txt {
  flex-grow: 1;
  padding-top: 8px;
}
.section-faq__txt span {
  font-size: 0.7em;
  vertical-align: top;
  font-weight: 500;
}
.section-faq__txt p {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 4px;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
@media screen and (max-width: 768px) {
  .section-faq__txt p {
    font-size: 12px;
    line-height: 1.5 !important;
  }
}
.section-faq__txt p span {
  font-size: 1em;
  font-weight: 400;
}
.section-faq__icon-wrap {
  position: relative;
  width: 12px;
}
.section-faq__icon-wrap span {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-bottom: solid 1px #251e1c;
  border-right: solid 1px #251e1c;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 45%;
  left: 50%;
  transition-duration: 0.1s;
}
@media screen and (max-width: 768px) {
  .section-faq__icon-wrap span {
    width: 10px;
    height: 10px;
  }
}
.section-faq__inner {
  display: none;
  padding-top: 24px;
}
.section-faq__answer {
  padding-right: 36px;
}
@media screen and (max-width: 768px) {
  .section-faq__answer {
    padding-right: 22px;
  }
}

/* フッター */

.contact {
  background-color: #ffffff;
  width: 100%;
  padding: 60px 5%;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 40px 0 30px;
  }
}
.contact__info {
  display: flex;
  align-items: center;
  column-gap: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1047px) {
  .contact__info {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }
}
.contact__info-tel {
  padding-right: 40px;
  border-right: 1px solid #251e1c;
}
@media screen and (max-width: 1047px) {
  .contact__info-tel {
    padding-right: 0;
    border-right: none;
  }
}
.contact__info-tel-ttl {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: calc(0.05 * 1em);
  background-color: #251e1c;
  color: #ffffff;
  padding: 1px 8px;
  width: fit-content;
  margin-right: 10px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact__info-tel-ttl {
    font-size: 14px;
    line-height: 1.8571428571 !important;
  }
}
@media screen and (max-width: 768px) {
  .contact__info-tel-ttl {
    letter-spacing: calc(0.05 * 1em);
  }
}
@media screen and (max-width: 768px) {
  .contact__info-tel-ttl {
    margin-right: 0px;
  }
}
.contact__info-tel ul {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 2.5714285714;
  letter-spacing: calc(0.05 * 1em);
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .contact__info-tel ul {
    font-size: 14px;
    line-height: 2.3571428571 !important;
  }
}
@media screen and (max-width: 768px) {
  .contact__info-tel ul {
    letter-spacing: calc(0.05 * 1em);
  }
}
@media screen and (max-width: 768px) {
  .contact__info-tel ul {
    flex-flow: column;
    align-items: baseline;
  }
}
.contact__info-tel ul .info__tel img {
  width: 26px;
  height: auto;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .contact__info-tel ul .info__tel img {
    margin: 0 4px 0 10px;
  }
}
.contact__info-tel ul .info__tel--big {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: calc(0.07 * 1em);
}
@media screen and (max-width: 768px) {
  .contact__info-tel ul .info__tel--big {
    font-size: 20px;
    line-height: 1.8 !important;
  }
}
@media screen and (max-width: 768px) {
  .contact__info-tel ul .info__tel--big {
    letter-spacing: calc(0.07 * 1em);
  }
}
.contact__info-tel ul .info__time {
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .contact__info-tel ul .info__time {
    padding-left: 0px;
  }
}
.contact__form-btn {
  width: fit-content;
}
.contact__form-btn a {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 8px 24px;
  border: 1px solid #251e1c;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact__form-btn a {
    font-size: 14px;
    line-height: 2 !important;
  }
}
.contact__form-btn span {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #251e1c;
  position: relative;
}
.contact__form-btn span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #251e1c;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 768px) {
  .contact__form-btn span::after {
    border-width: 3px 0 3px 6px;
  }
}
.contact__text li {
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: calc(0.02 * 1em);
}
@media screen and (max-width: 768px) {
  .contact__text li {
    font-size: 10px;
    line-height: 1.7 !important;
  }
}
@media screen and (max-width: 768px) {
  .contact__text li {
    letter-spacing: calc(0.02 * 1em);
  }
}
.contact__text li p {
  text-indent: -0.7em;
  padding-left: 0.7em;
}
.contact__policy {
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: calc(0.02 * 1em);
  margin-top: 10px;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .contact__policy {
    font-size: 10px;
    line-height: 1.7 !important;
  }
}
@media screen and (max-width: 768px) {
  .contact__policy {
    letter-spacing: calc(0.02 * 1em);
  }
}
.contact__policy p {
  border-bottom: solid 1px #dedddd;
  display: inline;
}
@media screen and (max-width: 768px) {
  .contact__policy {
    margin: 20px 0 10px;
  }
}

/* ヘッダー・フッターあり */
/* .copyright {
  background-color: #251e1c;
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: 64px;
  letter-spacing: calc(0.02 * 1em);
}
@media screen and (max-width: 768px) {
  .copyright {
    letter-spacing: calc(0.02 * 1em);
  }
}
@media screen and (max-width: 768px) {
  .copyright {
    font-size: 10px;
    height: 32px;
    line-height: 32px;
  }
} */
/*# sourceMappingURL=style.css.map */

.l-footer .btmArea .logoArea .logo img{
  max-width: 234px;
  } 