@charset "UTF-8";
/*------------------------------------------
  Base Layout
------------------------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(7px, 3.7333333333vw, 18px);
  letter-spacing: 0.07em;
  background: #fff;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #53351E;
  text-decoration: none;
}

.is-pc {
  display: none;
}

img {
  width: 100%;
}

@media only screen and (min-width: 501px) {
  a {
    transition: opacity 0.4s ease;
  }
  a:hover {
    opacity: 0.7;
  }

}
@media only screen and (min-width: 1024px) {
  body {
    font-size: 21px;
  }
  .is-pc {
    display: block;
  }
}
/*------------------------------------------
  layout
------------------------------------------*/
.l-wrapper {
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .l-wrapper {
    max-width: 1174px;
    margin: auto;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: center;
    gap:50px;
  }
}
.l-main {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  max-width: 500px;
  margin: auto;
}

@media only screen and (min-width: 1024px) {
  .l-main {
    max-width: 400px;
    margin: 0;
    height: 100vh;
    position: sticky;
    top: 0;
    right: 0;
  }
}
.l-inner {
  padding: 0 clamp(15px, 8vw, 40px);
}

@media only screen and (min-width: 501px) {
  .l-inner {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .l-inner {
    padding: 0 45px;
  }
}
.l-center {
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-align-items: center;
  align-items: center;
}
.l-center__inner {
  width: 100%;
}

.pc-menu {
  width: calc(100% - 578px);
  position: relative;
  padding: 65px 0;
}
.pc-menu__inner {
  width: 90%;
  max-width: 496px;
  margin: auto;
}
.pc-menu__header {
  width: 200px;
  margin-bottom: 50px;
}
.pc-menu__nav .swiper-pagination {
  position: relative;
  top: 0;
  right: 0;
  transform: translate(0);
}
.pc-menu__nav .swiper-pagination-bullet {
  width: 100%;
  height: auto;
  border-radius: 0;
  background: none;
  opacity: 1 !important;
  margin: 0 !important;
  padding: 0;
  text-align: left;
  border-bottom: 1px solid #fff;
  padding: 15px 60px 15px 35px;
  position: relative;
  transition: background 0.3s;
}
.pc-menu__nav .swiper-pagination-bullet:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 35px;
  background: url(../images/arrow-pcnav.svg) no-repeat center;
  background-size: 100%;
}
.pc-menu__nav .swiper-pagination-bullet:hover {
  background: #fff;
}
.pc-menu__nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.pc-menu__nav .swiper-pagination-bullet span {
  display: block;
  position: relative;
}
.pc-menu__nav .swiper-pagination-bullet .label {
  font-size: 14px;
  padding-left: 12px;
  margin-bottom: 0.5em;
}
.pc-menu__nav .swiper-pagination-bullet .label:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #DE9D7A;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.pc-menu__nav .swiper-pagination-bullet .txt {
  font-size: 17px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0;
}
.pc-menu__footer {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.pc-menu__footer .footer-tel {
  width: 209px;
}
.pc-menu__footer .footer-info {
  width: calc(100% - 232px);
  margin-left: auto;
  font-size: 12px;
}
.pc-menu__footer .footer-info th {
  text-align: left;
  width: 6em;
}
.pc-menu-img {
  width: 225px;
}
.pc-menu-txt {
  text-align: center;
  font-size: 12px;
}

.pc-menu__header-img {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .pc-menu__header-img {
    display: block;
  }
  .pc-menu__header {
    width: 300px;
  }
}
/*------------------------------------------
  header
------------------------------------------*/
.l-header {
  width: 100%;
  max-width: 500px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.l-header__inner {
  padding: clamp(8px, 4.2666666667vw, 21px) clamp(15px, 8vw, 40px);
  position: relative;
  z-index: 1;
}


@media only screen and (min-width: 1024px) {
  .l-header {
    display: none;
  }
}
/*------------------------------------------
  footer
------------------------------------------*/
.l-footer {
  width: 100%;
  max-width: 500px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 100;
  text-align: center;
  background: #fff;
  padding: 10px 0;
}
.l-footer .footer-btn {
  margin-bottom: 0.5em;
}
.l-footer .footer__box {
  display: flex;
  justify-content: space-between;
}
.l-footer .footer__box-item {
  width: 50%;
}
.l-footer .footer__box-txt {
  font-size: 12px;
  margin-top: -10px;
}

@media only screen and (min-width: 1024px) {
  .l-footer {
    display: none;
  }
}
/*------------------------------------------
  project
------------------------------------------*/
.p-sec {
  position: relative;
  background: #EDF4F6;
}
.p-sec__inner {
  height: calc(100vh - 164px);
  height: calc(100svh - 164px);
  position: relative;
  z-index: 10;
}
.p-sec__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
}
.p-sec__bg-color {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-sec video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.p-sec .sec-ttl {
  text-align: center;
}
.p-sec .sec-ttl02 {
  display: flex;
  align-items: center;
}
.p-sec .sec-ttl02-en {
  font-family: "Jost", sans-serif;
  color: #fff;
  font-size: clamp(7px, 16.8vw, 63px);
  margin-right: 8px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (min-width: 501px) {
  .p-sec .sec-ttl02-en {
    font-size: clamp(7px, 16.8vw, 81px);
  }
}
.p-sec .sec-ttl02-ja {
  font-size: clamp(7px, 4.8vw, 18px);
  line-height: 1.4;
}
@media only screen and (min-width: 501px) {
  .p-sec .sec-ttl02-ja {
    font-size: clamp(7px, 4.8vw, 24px);
  }
}
.p-sec .sec-ttl03 {
  display: flex;
  align-items: flex-end;
  padding: 18px clamp(15px, 8vw, 40px) 36px clamp(15px, 8vw, 40px);
  background: linear-gradient(to right, #fff 0%, #fff 70%, rgba(255, 255, 255, 0) 100%);
}
.p-sec .sec-ttl03-small {
  font-size: clamp(7px, 4.26vw, 16px);
}
@media only screen and (min-width: 501px) {
  .p-sec .sec-ttl03-small {
    font-size: clamp(7px, 4.26vw, 21px);
  }
}
.p-sec .sec-ttl03-img {
  max-width: 32px;
  width: 8.53vw;
}
@media only screen and (min-width: 501px) {
  .p-sec .sec-ttl03-img {
    max-width: 51px;
  }
}
.p-sec .sec-ttl03-midi {
  font-size: clamp(7px, 6.4vw, 24px);
  line-height: 1;
}
@media only screen and (min-width: 501px) {
  .p-sec .sec-ttl03-midi {
    font-size: clamp(7px, 6.4vw, 31px);
  }
}
.p-sec .sec-ttl03-large {
  font-size: clamp(7px, 8vw, 30px);
  line-height: 1;
}
@media only screen and (min-width: 501px) {
  .p-sec .sec-ttl03-large {
    font-size: clamp(7px, 8vw, 45px);
  }
}
.p-sec-bg {
  background-color: #FBF7F0;
}
.p-sec .sec-top {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  align-items: center;
}
.p-sec .sec-top__l {
  width: 54px;
  height: 54px;
  display: flex;
  flex-direction: column;
  background-color: #FFFB96;
  border-radius: 16px 0 16px 16px;
  justify-content: center;
  text-align: center;
  margin-right: 5px;
}
@media only screen and (min-width: 501px) {
  .p-sec .sec-top__l {
    width: 70px;
    height: 70px;
  }
}
.p-sec .sec-top__l-en {
  color: #CD6F18;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 501px) {
  .p-sec .sec-top__l-en {
    font-size: 14px;
  }
}
.p-sec .sec-top__l-num {
  color: #CD6F18;
  font-family: "Jost", sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-top: 5px;
}
@media only screen and (min-width: 501px) {
  .p-sec .sec-top__l-num {
    font-size: 25px;
  }
}
.p-sec .sec-top__r {
  width: calc(100% - 66px);
  color: #CD6F18;
  font-size: clamp(7px, 4.8vw, 18px);
  font-weight: bold;
}
@media only screen and (min-width: 501px) {
  .p-sec .sec-top__r {
    font-size: clamp(7px, 4.8vw, 24px);
  }
}
.p-sec .sec-p {
  font-size: clamp(7px, 4vw, 15px);
  margin-top: 6px;
  position: relative;
}
@media only screen and (min-width: 501px) {
  .p-sec .sec-p {
    font-size: clamp(7px, 4vw, 18px);
  }
}
.p-sec .sec-p:after {
  position: absolute;
  content: "";
  width: 71px;
  height: 70px;
  background-image: url(../images/reason-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: -45px;
  bottom: 0;
  transform: translateY(50%);
}

.sec-ttl03 {
  padding: 18px clamp(15px, 8vw, 40px) 36px clamp(15px, 8vw, 40px);
}

@media only screen and (min-width: 501px) {
  .sec-ttl03 {
    padding: 18px 40px 36px 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .sec-ttl03 {
    padding: 18px 45px 36px 45px;
  }
}
.p-sec-img {
  padding: 0 0 0 clamp(15px, 8vw, 40px);
  position: relative;
  margin-top: -20px;
}
.p-sec-img::before {
  position: absolute;
  content: "";
  width: 71px;
  height: 70px;
  background-image: url(../images/reason-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: -10px;
}

@media only screen and (min-width: 501px) {
  .p-sec-img {
    padding: 0 0 0 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .p-sec-img {
    padding: 0 0 0 45px;
  }
}
.vertical .p-sec:after {
  content: "";
  width: 28px;
  height: 26px;
  background: url(../images/arrow-vertical.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  bottom: 13%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
.vertical .p-sec:last-child:after {
  content: none;
}

.horizontal .page-arrow {
  position: absolute;
  z-index: 100;
  top: 40%;
  width: 26px;
  height: 28px;
  background: url(../images/arrow-horizontal.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
}
.horizontal .page-arrow:after {
  content: none;
}
.horizontal .page-arrow--prev {
  left: 10px;
  transform: rotate(180deg);
}
.horizontal .page-arrow--next {
  right: 10px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

@media only screen and (min-width: 501px) {
  .p-sec__inner {
    height: calc(100svh - 172px);
  }
  .vertical .p-sec:after {
    width: 36px;
    height: 34px;
    bottom: 172px;
  }
  .horizontal .page-arrow {
    width: 35px;
    height: 38px;
  }
}
@media only screen and (min-width: 1024px) {
  .p-sec__inner {
    height: calc(100vh - 138px);
  }
  .vertical .p-sec:after {
    bottom: 0px;
  }
  .p-sec07 .p-sec__inner {
    height: calc(100vh - 100px);
  }
}
.p-sec01 .sec-contents {
  width: calc(100% - 30px);
  margin-left: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.p-sec01 .sec-ttl {
  text-align: center;
}
.p-sec01 .sec-ttl img {
  width: 23.7333333333vw;
  max-width: 118px;
}
.p-sec01-txt01 {
  display: block;
  width: 80%;
}
.p-sec01-txt02 {
  display: block;
  width: 91%;
  margin: 16px auto 12px 0;
}
.p-sec01-txt03 {
  display: block;
  width: 77%;
}

@media only screen and (min-width: 1024px) {
  .p-sec01 .sec-contents {
    height: 90%;
  }
  .p-sec01 .p-sec__inner {
    height: 100vh;
  }
  .p-sec01 .sec-ttl img {
    width: 134px;
    max-width: 100%;
  }
}
.p-sec02 {
  padding-top: clamp(28px, 14.9333333333vw, 74px);
}
.p-sec02 .p-sec__inner {
  position: relative;
}
.p-sec02 .l-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-sec02-img02 {
  display: block;
  margin-top: 12px;
}
.p-sec02-btm {
  width: fit-content;
  margin: 14px auto 0 auto;
  text-align: center;
  font-size: clamp(7px, 5.33vw, 20px);
  position: relative;
  line-height: 1.2;
}
.p-sec02-btm-en {
  font-family: "Jost", sans-serif;
  font-size: clamp(7px, 5.6vw, 21px);
  font-weight: bold;
}
.p-sec02-btm-small {
  font-size: clamp(7px, 4vw, 15px);
}
.p-sec02-btm-large {
  font-size: clamp(7px, 6.66vw, 25px);
  background: linear-gradient(transparent 70%, #FFFB96 30%);
}
.p-sec02-btm:before {
  content: "";
  position: absolute;
  width: 12%;
  height: 100%;
  background-image: url(../images/p-sec02-btm-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -12px;
  top: 15px;
  transform: translateX(-100%);
}
.p-sec02-btm::after {
  content: "";
  position: absolute;
  width: 12%;
  height: 100%;
  background-image: url(../images/p-sec02-btm-after.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: -12px;
  top: 15px;
  transform: translateX(100%);
}

@media only screen and (min-width: 1024px) {
  .p-sec02 {
    padding-top: 84px;
  }
  .l-inner {
    top: calc(50% - 84px);
  }
}
.p-sec03 {
  padding-top: clamp(28px, 14.9333333333vw, 74px);
}
.p-sec03 .sec-ttl02 {
  margin-top: 28px;
}
.p-sec03 .p-sec__inner {
  position: relative;
}
.p-sec03 .p-sec03-in {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-sec03__btm {
  position: relative;
  width: fit-content;
  margin: -23vw auto 0 auto;
  text-align: center;
  font-size: clamp(7px, 5.33vw, 20px);
  line-height: 1.2;
  margin-top: clamp(-170px, -23vw, 0px);
}
@media only screen and (min-width: 501px) {
  .p-sec03__btm {
    font-size: clamp(7px, 5.33vw, 24px);
  }
}
.p-sec03__btm-small {
  font-size: clamp(7px, 4.8vw, 18px);
}
@media only screen and (min-width: 501px) {
  .p-sec03__btm-small {
    font-size: clamp(7px, 5.33vw, 21px);
  }
}
.p-sec03__btm-large {
  font-size: clamp(7px, 6.66vw, 25px);
  background: linear-gradient(transparent 70%, #FFFB96 30%);
}
@media only screen and (min-width: 501px) {
  .p-sec03__btm-large {
    font-size: clamp(7px, 5.33vw, 36px);
  }
}
.p-sec03__btm-img {
  position: absolute;
  width: 63px;
  top: 0;
  left: 16px;
  transform: translate(0, -80%);
}

@media only screen and (min-width: 1024px) {
  .p-sec03 {
    padding-top: 84px;
  }
}
.p-sec04 {
  padding-top: clamp(28px, 14.9333333333vw, 74px);
}
.p-sec04 .p-sec__inner {
  position: relative;
}
.p-sec04 .p-sec04-in {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 1024px) {
  .p-sec04 {
    padding-top: 84px;
  }
}
.p-sec05 {
  padding-top: clamp(28px, 14.9333333333vw, 74px);
}
.p-sec05 .p-sec__inner {
  position: relative;
}
.p-sec05 .p-sec05-in {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 1024px) {
  .p-sec05 {
    padding-top: 84px;
  }
}
.p-sec06 {
  padding-top: clamp(28px, 14.9333333333vw, 74px);
}
.p-sec06 .p-sec__inner {
  position: relative;
}
.p-sec06 .p-sec06-in {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 1024px) {
  .p-sec06 {
    padding-top: 84px;
  }
}
.p-sec07 {
  padding-top: clamp(28px, 14.9333333333vw, 74px);
}
.p-sec07 .p-sec__inner {
  position: relative;
}
.p-sec07 .p-sec07-in {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 1024px) {
  .p-sec07 {
    padding-top: 84px;
  }
}
.p-sec08 {
  padding-top: clamp(28px, 14.9333333333vw, 74px);
}
.p-sec08 .p-sec__inner {
  position: relative;
}
.p-sec08 .p-sec08-in {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-sec08-txt {
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .p-sec08 {
    padding-top: 84px;
  }
}
.p-sec09 {
  padding-top: clamp(28px, 14.9333333333vw, 74px);
}
.p-sec09 .p-sec__inner {
  position: relative;
}
.p-sec09 .p-sec09-in {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 1024px) {
  .p-sec09 {
    padding-top: 84px;
  }
}
.p-sec10 {
  padding-top: clamp(28px, 14.9333333333vw, 74px);
}
.p-sec10 .p-sec__inner {
  position: relative;
}
.p-sec10 .p-sec10-in {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 1024px) {
  .p-sec10 {
    padding-top: 84px;
  }
}
.p-sec11 {
  padding-top: clamp(28px, 14.9333333333vw, 74px);
}
.p-sec11 .p-sec__inner {
  position: relative;
}
.p-sec11 .p-sec11-in {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-sec11-ttl {
  font-size: clamp(7px, 4.8vw, 18px);
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.p-sec11-ttl:before {
  content: "";
  position: absolute;
  width: 12%;
  height: 100%;
  background-image: url(../images/p-sec02-btm-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -12px;
  top: 50%;
  transform: translate(-100%, -50%);
  background-position: center;
}
.p-sec11-ttl::after {
  content: "";
  position: absolute;
  width: 12%;
  height: 100%;
  background-image: url(../images/p-sec02-btm-after.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: -12px;
  top: 50%;
  transform: translate(100%, -50%);
}
.p-sec11-img01 {
  display: block;
  max-width: 305px;
  margin: 16px auto 0 auto;
}
.p-sec11-img02 {
  display: block;
  margin-top: 10px;
}
.p-sec11-txt {
  text-align: center;
  margin-top: 12px;
}
.p-sec11-txt-large {
  font-size: clamp(7px, 7.2vw, 27px);
  background: linear-gradient(transparent 70%, #FFFB96 30%);
}
.p-sec11-txt-small {
  font-size: clamp(7px, 5.8vw, 22px);
}
.p-sec11-large {
  font-size: clamp(7px, 6.13vw, 23px);
  text-align: center;
  margin: 10px 0 5px 0;
}
.p-sec11-small {
  font-size: clamp(7px, 3.2vw, 12px);
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .p-sec11 {
    padding-top: 84px;
  }
}
.p-sec12 {
  padding-top: clamp(28px, 14.9333333333vw, 74px);
  overflow: hidden;
}
.p-sec12 .p-sec__inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-sec12-en {
  color: #EED1B6;
  font-family: "Jost", sans-serif;
  font-size: clamp(7px, 6.13vw, 23px);
  font-weight: bold;
}
.p-sec12-ttl {
  font-size: clamp(7px, 6.66vw, 25px);
  margin-bottom: 16px;
}
.p-sec12 .sec-slider {
  width: clamp(161px, 85.8666666667vw, 428px);
  margin: auto;
}
.p-sec12 .sec-slider .swiper {
  overflow: visible;
}
.p-sec12 .sec-slider .slide-item {
  padding: 0 0.5em;
}
.p-sec12 .sec-slider .slide-item .item-contents {
  background: #fff;
  padding: clamp(18px, 9.6vw, 48px) clamp(12px, 6.4vw, 32px) clamp(12px, 6.4vw, 32px);
}
.p-sec12 .sec-slider .slide-item .item-img {
  margin-bottom: 20px;
  position: relative;
}
.p-sec12 .sec-slider .slide-item .item-num {
  position: absolute;
  font-size: 37px;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  color: #CD6F18;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.p-sec12 .sec-slider .slide-item .item-txt {
  text-align: center;
  font-size: clamp(9px, 4.5vw, 17px);
  line-height: 1.47;
  letter-spacing: 0;
}
.p-sec12 .child-pagination {
  text-align: center;
  display: flex;
  justify-content: space-between;
  padding: 0 0.3em;
  margin-top: 24px;
}
.p-sec12 .swiper-pagination-bullet {
  background: none;
  border-top: 2px solid #DDDDDD;
  width: calc(20% - 4px);
  height: 2px;
  border-radius: 0;
}
.p-sec12 .swiper-pagination-bullet-active {
  border-top: 2px solid #CD6F18;
}
.p-sec12 .swiper-button-prev {
  left: 0;
  width: clamp(12px, 6.6666666667vw, 33px);
  height: clamp(12px, 6.6666666667vw, 33px);
  z-index: 10;
  background: url(../images/flow-arrow-prev.svg) no-repeat center center;
  background-size: 100%;
  border-radius: 50%;
}
.p-sec12 .swiper-button-prev:after {
  content: none;
}
.p-sec12 .swiper-button-next {
  right: 0;
  width: clamp(12px, 6.6666666667vw, 33px);
  height: clamp(12px, 6.6666666667vw, 33px);
  z-index: 10;
  background: url(../images/flow-arrow-next.svg) no-repeat center center;
  background-size: 100%;
  border-radius: 50%;
}
.p-sec12 .swiper-button-next:after {
  content: none;
}

@media only screen and (min-width: 1024px) {
  .p-sec12 {
    padding-top: 84px;
  }
  .p-sec12 .sec-slider {
    width: 483px;
  }
  .p-sec12 .sec-slider .slide-item .item-contents {
    padding: 54px 36px 36px;
  }
  .p-sec12 .sec-slider .slide-item .item-ttl img {
    height: 39px;
    max-height: auto;
  }
  .p-sec12 .sec-slider .slide-item .item-txt {
    font-size: 25px;
  }
}
.p-sec13 {
  padding-top: clamp(28px, 14.9333333333vw, 74px);
}
.p-sec13 .l-inner {
  position: absolute;
  left: 0;
  bottom: 50px;
  top: auto;
}
.p-sec13-en {
  font-size: clamp(7px, 6.13vw, 23px);
  font-family: "Jost", sans-serif;
  font-weight: bold;
  color: #EED1B6;
}
.p-sec13-ttl {
  font-size: clamp(7px, 6.66vw, 25px);
  color: #fff;
}
.p-sec13-txt {
  font-size: clamp(7px, 4vw, 15px);
  color: #fff;
  margin-top: 16px;
}
@media only screen and (min-width: 501px) {
  .p-sec13-txt {
    font-size: clamp(7px, 4vw, 18px);
  }
}

@media only screen and (min-width: 1024px) {
  .p-sec13 {
    padding-top: 84px;
  }
  .l-inner {
    bottom: 0;
  }
}


.p-sec14-txt {
  width:80%;
  margin:0 auto;
  padding-bottom:20%;
}
@media only screen and (min-width: 501px) {
  .p-sec14-txt {
    font-size: clamp(7px, 4vw, 18px);
  }
}

.p-sec15-txt {
  width:80%;
  margin:0 auto;
  padding-bottom:20%;
}
@media only screen and (min-width: 501px) {
  .p-sec15-txt {
    font-size: clamp(7px, 4vw, 18px);
  }
}

.p-sec16-txt {
  width:80%;
  margin:0 auto;
  padding-bottom:20%;
}
@media only screen and (min-width: 501px) {
  .p-sec16-txt {
    font-size: clamp(7px, 4vw, 18px);
  }
}


/*
.p-sec14 {
  padding-top: clamp(28px, 14.9333333333vw, 74px);
  background-color: #FDF8EE;
}
.p-sec14-img01 {
  display: block;
  max-width: 140px;
  width: 37.33vw;
}
.p-sec14-img02 {
  display: block;
  max-width: 309px;
  width: 82.4vw;
  margin: 18px auto 0 auto;
}
.p-sec14-img04 {
  display: block;
  width: 20px;
  margin: 13px auto;
}
.p-sec14-txt {
  font-size: clamp(7px, 5.33vw, 20px);
  text-align: center;
}
.p-sec14-large {
  font-size: clamp(7px, 6.66vw, 25px);
  background: linear-gradient(transparent 70%, #FFFB96 30%);
}
.p-sec14-small {
  font-size: clamp(7px, 4.8vw, 18px);
}
.p-sec14-link {
  font-size: clamp(7px, 4.53vw, 17px);
  text-decoration: underline;
  margin: 18px auto 0 auto;
  display: block;
  width: fit-content;
}
.p-sec14-link:after {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 4px;
  background-image: url(../images/p-sec08-img03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.p-sec14 .p-sec__inner {
  position: relative;
  height: calc(100% - 150px);
}
.p-sec14 .l-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .p-sec14 {
    padding-top: 84px;
  }
}
/*
.p-sec15 {
  padding-top: clamp(28px, 14.9333333333vw, 74px);
  background-color: #FDF8EE;
}
.p-sec15 .p-sec__inner {
  position: relative;
  height: calc(100vh - 90px);
}
.p-sec15 .p-sec15-in {
  position: absolute;
  bottom: 0;
}
.p-sec15__top {
  display: flex;
  align-items: center;
}
.p-sec15__top-ja {
  font-size: clamp(7px, 5.33vw, 20px);
  margin-right: 15px;
}
.p-sec15__top-en {
  font-size: clamp(7px, 6.13vw, 23px);
  font-family: "Jost", sans-serif;
  font-weight: bold;
  color: #EED1B6;
  letter-spacing: -0.02em;
}
.p-sec15__btm {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
.p-sec15__btm-main {
  width: 20%;
  font-size: clamp(7px, 3.46vw, 13px);
  color: #CD6F18;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
}
.p-sec15__btm-sub {
  width: 80%;
  font-size: clamp(7px, 3.46vw, 13px);
}
.p-sec15 iframe {
  width: 100%;
  height: calc(100vh - 350px);
  margin-top: 16px;
}

@media only screen and (min-width: 1024px) {
  .p-sec15 {
    padding-top: 84px;
  }
}
/*------------------------------------------
  component
------------------------------------------*/
.swiper-container {
  width: 100%;
  height: 100svh;
}