@charset "UTF-8";
/* ==========================================================================
 contents
============================================================================*/
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.l-wrapper {
  overflow: hidden;
}

.p-theone__main {
  width: 100%;
  margin: 0 auto;
}

.p-theone__main > div {
  position: relative;
}

.p-theone__main > div .-mainmovie {
  position: relative;
  vertical-align: top;
  z-index: 10;
}

.p-theone__main > div .-mainmovie.finished {
  opacity: 0;
  transition: all 1s 12s;
}

.p-theone__main > div p {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}

.p-theone__main > div p.dispon {
  opacity: 1;
  transition: opacity 0.4s 2s;
}

@media screen and (min-width: 900px) {
  .p-theone__main > div p {
    background: url(img/20221004/mainimg-pc.jpg) no-repeat center bottom;
    background-size: cover;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 100px 0 0 15vw;
  }
  .p-theone__main > div p img {
    min-width: 80px;
    width: calc(5.5vw);
  }
}

@media screen and (max-width: 899px) {
  .p-theone__main > div p img {
    width: 100%;
  }
}

.p-theone__sec1 {
  background: #000;
}

.p-theone__sec1 > div {
  background: #fff;
}

.p-theone__sec1 > div > div {
  max-width: 1120px;
  padding: 110px 60px;
  margin: 0 auto;
  width: 100%;
}

.p-theone__sec1 > div > div > div {
  margin-bottom: 40px;
}

@media screen and (min-width: 900px) {
  .p-theone__sec1 > div > div > div {
    width: 230px;
  }
}

.p-theone__sec1 > div > div h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.75em;
  margin-bottom: 20px;
  font-weight: 500;
}

@media screen and (max-width: 899px) {
  .p-theone__sec1 > div > div {
    padding: 30px 10px;
  }
  .p-theone__sec1 > div > div > div {
    margin-bottom: 20px;
    width: 190px;
  }
  .p-theone__sec1 > div > div h2 {
    font-size: 1.5em;
  }
}

.p-theone__sec1 .delighter h2 {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__sec1 .delighter p {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__sec1 .delighter.started h2 {
  animation: fadeIn 0.8s 0.2s ease forwards;
}

.p-theone__sec1 .delighter.started p {
  animation: fadeIn 0.8s 0.4s ease forwards;
}

.p-theone__sec2 {
  background: #000;
  padding-left: 80px;
}

@media screen and (max-width: 899px) {
  .p-theone__sec2 {
    padding-left: 10px;
  }
}

.p-theone__sec2 > div {
  background: #fff;
}

@media screen and (max-width: 899px) {
  .p-theone__sec2 > div {
    padding: 0;
  }
}

.p-theone__sec2 > div > .-img {
  text-align: right;
  width: 100%;
  margin: 0 auto;
}

.p-theone__sec2 > div > .-img img {
  width: 100%;
}

@media screen and (max-width: 899px) {
  .p-theone__sec2 > div > .-img {
    width: calc(100% + 10px);
    position: relative;
  }
}

.p-theone__sec2 > div > .-content {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 80px 0 0;
}

@media screen and (max-width: 899px) {
  .p-theone__sec2 > div > .-content {
    margin: 0;
    padding: 0 10px 0 0;
  }
}

.p-theone__sec2 > div > .-content h2 {
  margin-bottom: 50px;
}

@media screen and (max-width: 899px) {
  .p-theone__sec2 > div > .-content h2 {
    padding: 30px 10px 20px;
    margin-bottom: 0;
  }
}

.p-theone__sec2 > div > .-content .-flex {
  display: flex;
  margin-bottom: 80px;
}

.p-theone__sec2 > div > .-content .-flex--txt {
  flex: 1;
  padding-left: 40px;
}

.p-theone__sec2 > div > .-content .-flex--txt h3 {
  font-size: 1.75em;
  margin-bottom: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 899px) {
  .p-theone__sec2 > div > .-content .-flex {
    margin-bottom: 30px;
    position: relative;
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .p-theone__sec2 > div > .-content .-flex::after {
    position: absolute;
    content: '';
    background: #ccc;
    width: 40%;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
  }
  .p-theone__sec2 > div > .-content .-flex--img {
    text-align: center;
    margin-bottom: 20px;
  }
  .p-theone__sec2 > div > .-content .-flex--txt {
    padding: 0 10px;
  }
  .p-theone__sec2 > div > .-content .-flex--txt h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
}

.p-theone__sec2 > div > .-content .-kengaku {
  border: 1px solid #000;
  padding: 80px;
}

@media screen and (max-width: 899px) {
  .p-theone__sec2 > div > .-content .-kengaku {
    padding: 0 10px 30px;
    border: none;
    position: relative;
  }
  .p-theone__sec2 > div > .-content .-kengaku::after {
    position: absolute;
    content: '';
    background: #ccc;
    width: 40%;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
  }
}

.p-theone__sec2 > div > .-content .-kengaku h3 {
  font-size: 2.3em;
  margin-bottom: 40px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 899px) {
  .p-theone__sec2 > div > .-content .-kengaku h3 {
    font-size: 2em;
    margin-bottom: 10px;
  }
}

.p-theone__sec2 > div > .-content .-kengaku dl {
  display: flex;
  align-items: center;
}

.p-theone__sec2 > div > .-content .-kengaku dl + dl {
  margin-top: 10px;
}

.p-theone__sec2 > div > .-content .-kengaku dl dd {
  flex: 1;
}

.p-theone__sec2 > div > .-content .-kengaku dl dd a {
  font-size: 1.2em;
  font-weight: bold;
}

.p-theone__sec2 > div > .-content .-kengaku .-mail {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.p-theone__sec2 > div > .-content .-kengaku .-mail > div {
  width: 335px;
}

.p-theone__sec2 > div > .-content .-kengaku .-mail > div a {
  display: block;
  text-align: center;
  padding: 20px;
  border: 1px solid #000;
  background: #000;
  margin-bottom: 20px;
  transition: all 0.2s;
}

.p-theone__sec2 > div > .-content .-kengaku .-mail > div a:hover {
  background: #fff;
}

.p-theone__sec2 > div > .-content .-kengaku .-mail > div a:hover .cls-1 {
  fill: #000;
}

.p-theone__sec2 > div > .-content .-kengaku .-mail > div a:hover .cls-2 {
  stroke: #000;
}

@media screen and (max-width: 899px) {
  .p-theone__sec2 > div > .-content .-kengaku .-mail {
    margin-top: 20px;
    display: block;
  }
  .p-theone__sec2 > div > .-content .-kengaku .-mail > div {
    max-width: 335px;
    width: 100%;
  }
  .p-theone__sec2 > div > .-content .-kengaku .-mail > div + div {
    margin-top: 10px;
  }
  .p-theone__sec2 > div > .-content .-kengaku .-mail > div a {
    margin-bottom: 0;
  }
  .p-theone__sec2 > div > .-content .-kengaku .-mail > div p {
    background: #dddddd;
    padding: 10px 15px;
  }
}

.p-theone__sec3 {
  background: #000;
  padding-left: 80px;
}

@media screen and (max-width: 899px) {
  .p-theone__sec3 {
    padding-left: 10px;
  }
}

.p-theone__sec3 > div {
  background: #fff;
  padding: 80px 80px 110px 0;
}

@media screen and (max-width: 899px) {
  .p-theone__sec3 > div {
    padding: 30px 0;
  }
}

.p-theone__sec3 > div > div {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}

.p-theone__sec3 > div h2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 899px) {
  .p-theone__sec3 > div h2 {
    padding: 0 10px;
    margin-bottom: 10px;
  }
}

.p-theone__sec3 > div iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (max-width: 899px) {
  .p-theone__sec3 > div iframe {
    height: 200px;
  }
}

.p-theone__sec4 {
  background: #000;
  padding-right: 80px;
  margin-bottom: 120px;
}

@media screen and (max-width: 899px) {
  .p-theone__sec4 {
    padding-right: 10px;
    margin-bottom: 0;
  }
}

.p-theone__sec4 > div {
  background: #fff;
}

.p-theone__sec4 > div .-box1 {
  width: 100%;
  position: relative;
  z-index: 10;
}

.p-theone__sec4 > div .-box1 .-img {
  height: calc(100vw / 3);
  min-height: 520px;
  background: url(img/20221004/sec4__img1.jpg) no-repeat bottom right;
  background-size: cover;
  margin-right: 330px;
}

.p-theone__sec4 > div .-box1 .-txt {
  position: absolute;
  max-width: 550px;
  width: 100%;
  right: 20px;
  top: 0;
  padding-top: 70px;
  width: 100%;
}

.p-theone__sec4 > div .-box1 .-txt p {
  font-feature-settings: "palt";
  line-height: 2;
}

.p-theone__sec4 > div .-box1 .-txt h2 {
  margin-bottom: 20px;
}

.p-theone__sec4 > div .-box1 .-txt h2 > span {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.p-theone__sec4 > div .-box1 .-txt h2 > span > span {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.75em;
  display: inline-block;
  margin-right: 15px;
}

@media screen and (max-width: 899px) {
  .p-theone__sec4 > div .-box1 .-txt {
    position: relative;
    right: 0;
    padding: 30px 10px;
  }
  .p-theone__sec4 > div .-box1 .-txt h2 {
    position: relative;
    padding-bottom: 6px;
  }
  .p-theone__sec4 > div .-box1 .-txt h2::before {
    height: 1px;
    width: 200px;
    content: '';
    left: -10px;
    bottom: -1px;
    position: absolute;
    background: #000;
  }
  .p-theone__sec4 > div .-box1 .-txt h2 > span {
    border-bottom: 0;
  }
  .p-theone__sec4 > div .-box1 .-txt h2 > span > span {
    display: block;
    margin-right: 0;
    font-size: 1.5em;
  }
}

.p-theone__sec4 > div .-box2 {
  background: #ededed;
  margin-left: 270px;
  padding: 200px 20px 100px 70px;
  margin-top: -95px;
  position: relative;
}

@media screen and (max-width: 899px) {
  .p-theone__sec4 > div .-box2 {
    margin: 0;
    padding: 30px 10px;
  }
}

.p-theone__sec4 > div .-box2 > img {
  position: absolute;
}

.p-theone__sec4 > div .-box2 .-icon1 {
  top: 30%;
  right: 15%;
}

.p-theone__sec4 > div .-box2 .-icon2 {
  bottom: 30%;
  right: 5%;
}

.p-theone__sec4 > div .-box2 h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.75em;
  margin-bottom: 70px;
}

@media screen and (max-width: 899px) {
  .p-theone__sec4 > div .-box2 h2 {
    font-size: 1.5em;
    margin-bottom: 40px;
    font-feature-settings: "palt";
  }
}

.p-theone__sec4 > div .-box2--1 {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 899px) {
  .p-theone__sec4 > div .-box2--1:nth-child(3) .-no, .p-theone__sec4 > div .-box2--1:nth-child(5) .-no {
    padding-left: 130px;
  }
  .p-theone__sec4 > div .-box2--1:nth-child(3) h3, .p-theone__sec4 > div .-box2--1:nth-child(5) h3 {
    padding-left: 130px;
  }
}

.p-theone__sec4 > div .-box2--1 + div {
  margin-top: 120px;
}

@media screen and (max-width: 899px) {
  .p-theone__sec4 > div .-box2--1 + div {
    margin-top: 90px;
  }
}

.p-theone__sec4 > div .-box2--1 .-no {
  position: absolute;
  left: -150px;
  top: 50px;
}

@media screen and (max-width: 899px) {
  .p-theone__sec4 > div .-box2--1 .-no {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 10px;
  }
  .p-theone__sec4 > div .-box2--1 .-no img {
    width: 75px;
  }
}

.p-theone__sec4 > div .-box2--1 .-txt {
  position: relative;
}

.p-theone__sec4 > div .-box2--1 .-txt > div {
  width: 310px;
  position: relative;
}

.p-theone__sec4 > div .-box2--1 .-txt > div h3 {
  font-size: 1.3em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 10px;
}

.p-theone__sec4 > div .-box2--1 .-txt > div p {
  font-size: 0.9em;
}

.p-theone__sec4 > div .-box2--1 .-txt > div > img {
  position: absolute;
}

.p-theone__sec4 > div .-box2--1 .-txt > div > img.-img1 {
  right: -200px;
  bottom: 0;
}

.p-theone__sec4 > div .-box2--1 .-txt > div > img.-img2 {
  right: -250px;
  top: -30px;
}

.p-theone__sec4 > div .-box2--1 .-txt > div > img.-img3 {
  right: -200px;
  top: -50px;
}

.p-theone__sec4 > div .-box2--1 .-txt > div > img.-img4 {
  right: -250px;
  top: -40px;
}

@media screen and (max-width: 899px) {
  .p-theone__sec4 > div .-box2--1 .-txt > div {
    width: 100%;
  }
  .p-theone__sec4 > div .-box2--1 .-txt > div h3 {
    font-size: 1.2em;
    position: relative;
    z-index: 10;
  }
  .p-theone__sec4 > div .-box2--1 .-txt > div h3 img {
    height: 30px;
    margin-bottom: 5px;
  }
  .p-theone__sec4 > div .-box2--1 .-txt > div p {
    position: relative;
    z-index: 10;
  }
  .p-theone__sec4 > div .-box2--1 .-txt > div > img {
    right: -5px !important;
    width: 140px;
  }
  .p-theone__sec4 > div .-box2--1 .-txt > div > img.-img2, .p-theone__sec4 > div .-box2--1 .-txt > div > img.-img4 {
    right: unset !important;
    left: -5px !important;
  }
  .p-theone__sec4 > div .-box2--1 .-txt > div > img.-img1 {
    top: -102px;
  }
  .p-theone__sec4 > div .-box2--1 .-txt > div > img.-img2 {
    top: -87px;
  }
  .p-theone__sec4 > div .-box2--1 .-txt > div > img.-img3 {
    top: -90px;
  }
  .p-theone__sec4 > div .-box2--1 .-txt > div > img.-img4 {
    top: -95px;
  }
}

.p-theone__sec5 {
  background: url(img/20221004/sec5__bg.jpg) no-repeat bottom center;
  background-size: 100% auto;
}

@media screen and (max-width: 899px) {
  .p-theone__sec5 {
    background: none;
  }
}

.p-theone__sec5 .-title {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.p-theone__sec5 .-title h2 {
  margin-bottom: 10px;
}

.p-theone__sec5 .-title h2 > span {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  padding-left: 100px;
}

.p-theone__sec5 .-title h2 > span > span {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.75em;
  display: inline-block;
  margin-right: 15px;
}

.p-theone__sec5 .-title h3 {
  padding-left: 100px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.75em;
  margin-bottom: 20px;
}

.p-theone__sec5 .-title p {
  padding-left: 100px;
  margin-bottom: 40px;
}

@media screen and (max-width: 899px) {
  .p-theone__sec5 .-title {
    position: relative;
    right: 0;
    padding: 30px 10px;
  }
  .p-theone__sec5 .-title h2 {
    position: relative;
    padding-bottom: 6px;
  }
  .p-theone__sec5 .-title h2::before {
    height: 1px;
    width: 200px;
    content: '';
    left: -10px;
    bottom: -1px;
    position: absolute;
    background: #000;
  }
  .p-theone__sec5 .-title h2 > span {
    border-bottom: 0;
    padding-left: 0;
  }
  .p-theone__sec5 .-title h2 > span > span {
    display: block;
    margin-right: 0;
    font-size: 1.5em;
  }
  .p-theone__sec5 .-title h3 {
    padding-left: 0;
    font-size: 1.5em;
    margin-bottom: 10px;
  }
  .p-theone__sec5 .-title p {
    padding-left: 0;
    margin-bottom: 0;
  }
}

.p-theone__sec5 .-bg {
  height: calc(100vw / 3);
  min-height: 520px;
  background: url(img/20221004/sec5__img1.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 50px;
}

.p-theone__sec5 h3.-hdline {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 0.8rem;
}

.p-theone__sec5 h3.-hdline span {
  font-size: 1.5rem;
  display: inline-block;
  margin-top: 10px;
}

@media screen and (max-width: 899px) {
  .p-theone__sec5 h3.-hdline {
    margin-bottom: 10px;
  }
  .p-theone__sec5 h3.-hdline span {
    font-size: 1.4em;
  }
}

.p-theone__sec5 .-box1 {
  display: flex;
  align-items: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 120px;
}

.p-theone__sec5 .-box1 p {
  margin-left: 40px;
  flex: 1;
}

@media screen and (max-width: 899px) {
  .p-theone__sec5 .-box1 {
    display: block;
    padding: 20px 10px 40px;
  }
  .p-theone__sec5 .-box1 p {
    margin-left: 0;
  }
}

.p-theone__sec5 .-box2 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 120px;
}

.p-theone__sec5 .-box2 > div {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.p-theone__sec5 .-box2 > div .-txt {
  flex: 1;
  padding-left: 60px;
}

.p-theone__sec5 .-box2 > div .-txt h3 {
  margin-bottom: 20px;
}

@media screen and (max-width: 899px) {
  .p-theone__sec5 .-box2 {
    padding-bottom: 0;
  }
  .p-theone__sec5 .-box2 > div {
    display: block;
  }
  .p-theone__sec5 .-box2 > div .-txt {
    padding: 20px 10px 40px;
  }
}

.p-theone__sec5 .-box3 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: right;
}

@media screen and (max-width: 899px) {
  .p-theone__sec5 .-box3 {
    padding-bottom: 0;
  }
}

.p-theone__sec6 {
  padding: 140px 0 120px;
}

@media screen and (max-width: 899px) {
  .p-theone__sec6 {
    padding: 0;
  }
}

.p-theone__sec6 > div .-title {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.p-theone__sec6 > div .-title h2 {
  margin-bottom: 10px;
}

.p-theone__sec6 > div .-title h2 > span {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  padding-left: 100px;
}

.p-theone__sec6 > div .-title h2 > span > span {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.75em;
  display: inline-block;
  margin-right: 15px;
}

.p-theone__sec6 > div .-title h3 {
  padding-left: 100px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.75em;
  margin-bottom: 40px;
}

@media screen and (max-width: 899px) {
  .p-theone__sec6 > div .-title {
    position: relative;
    right: 0;
    padding: 30px 10px;
  }
  .p-theone__sec6 > div .-title h2 {
    position: relative;
    padding-bottom: 6px;
  }
  .p-theone__sec6 > div .-title h2::before {
    height: 1px;
    width: 200px;
    content: '';
    left: -10px;
    bottom: -1px;
    position: absolute;
    background: #000;
  }
  .p-theone__sec6 > div .-title h2 > span {
    border-bottom: 0;
    padding-left: 0;
  }
  .p-theone__sec6 > div .-title h2 > span > span {
    display: block;
    margin-right: 0;
    font-size: 1.5em;
  }
  .p-theone__sec6 > div .-title h3 {
    padding-left: 0;
    font-size: 1.5em;
    margin-bottom: 0;
  }
}

.p-theone__sec6 > div .-box1 {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.p-theone__sec6 > div .-box1 > div {
  padding: 0 40px;
}

.p-theone__sec6 > div .-box1 > div .-img {
  text-align: center;
  margin-bottom: 20px;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-theone__sec6 > div .-box1 > div h3 {
  margin-bottom: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4em;
}

@media screen and (max-width: 899px) {
  .p-theone__sec6 > div .-box1 {
    display: block;
    padding-bottom: 40px;
  }
  .p-theone__sec6 > div .-box1 > div {
    padding: 0 10px;
  }
  .p-theone__sec6 > div .-box1 > div + div {
    margin-top: 30px;
  }
  .p-theone__sec6 > div .-box1 > div .-img {
    height: auto;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  .p-theone__sec6 > div .-box1 > div h3 {
    margin-bottom: 10px;
    font-size: 1.3em;
  }
}

.p-theone__sec7 > div {
  padding: 100px 140px 100px 0;
  position: relative;
}

@media screen and (max-width: 899px) {
  .p-theone__sec7 > div {
    padding: 0;
    background: #ededed;
  }
}

.p-theone__sec7 > div h3 {
  margin-bottom: 30px;
}

@media screen and (max-width: 899px) {
  .p-theone__sec7 > div h3 {
    padding: 0 0 20px;
    margin-bottom: 0;
  }
}

.p-theone__sec7 > div h4 {
  margin-bottom: 15px;
  font-size: 1.3em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 899px) {
  .p-theone__sec7 > div h4 {
    font-size: 1.2em;
    margin-bottom: 10px;
    padding: 0 10px;
  }
}

.p-theone__sec7 > div > img {
  position: absolute;
  right: 80px;
  top: -70px;
}

@media screen and (max-width: 899px) {
  .p-theone__sec7 > div > img {
    width: 60px;
    right: unset;
    left: 0;
    top: -30px;
  }
}

.p-theone__sec7 > div::before {
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 140px);
  height: 67%;
  background: #ededed;
}

@media screen and (max-width: 899px) {
  .p-theone__sec7 > div::before {
    display: none;
  }
}

.p-theone__sec7 > div .-title {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}

.p-theone__sec7 > div .-title h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.75em;
  border-bottom: 1px solid #000;
  margin-bottom: 60px;
}

@media screen and (max-width: 899px) {
  .p-theone__sec7 > div .-title h2 {
    font-size: 1.4em;
    padding: 30px 10px 20px;
    font-feature-settings: "palt";
    border-bottom: 0;
    margin-bottom: 0;
  }
}

.p-theone__sec7 > div .-box1 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 120px;
  display: flex;
}

.p-theone__sec7 > div .-box1 .-txt {
  padding: 0 40px;
  max-width: 360px;
  flex: 1;
}

@media screen and (max-width: 1200px) {
  .p-theone__sec7 > div .-box1 .-txt {
    flex: none;
  }
}

@media screen and (max-width: 899px) {
  .p-theone__sec7 > div .-box1 {
    padding-bottom: 0;
    display: block;
  }
  .p-theone__sec7 > div .-box1 .-txt {
    padding: 0;
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  .p-theone__sec7 > div .-box1 .-txt p {
    padding: 0 10px;
  }
}

.p-theone__sec7 > div .-box2 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  right: -140px;
}

.p-theone__sec7 > div .-box2 .-txt {
  padding: 0 40px;
}

.p-theone__sec7 > div .-box2 .-txt p {
  max-width: 330px;
}

@media screen and (max-width: 899px) {
  .p-theone__sec7 > div .-box2 {
    padding-bottom: 0;
    display: block;
    right: 0;
  }
  .p-theone__sec7 > div .-box2 .-txt {
    padding: 0;
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  .p-theone__sec7 > div .-box2 .-txt p {
    padding: 0 10px;
    max-width: 100%;
    width: 100%;
  }
}

.p-theone__sec7 > div .-box3 {
  display: flex;
  max-width: 1200px;
  padding-left: 140px;
  width: 100%;
  margin: 0 auto;
}

.p-theone__sec7 > div .-box3 > div {
  width: 50%;
  padding: 0 40px;
}

.p-theone__sec7 > div .-box3 > div h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.5em;
}

@media screen and (max-width: 899px) {
  .p-theone__sec7 > div .-box3 {
    background: #fff;
    padding: 30px 10px;
    display: block;
  }
  .p-theone__sec7 > div .-box3 > div {
    width: 100%;
    padding: 0;
  }
  .p-theone__sec7 > div .-box3 > div + div {
    margin-top: 30px;
  }
  .p-theone__sec7 > div .-box3 > div h3 {
    font-size: 1.4em;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
}

.p-theone__sec8 {
  background: #fff;
  position: relative;
}

.p-theone__sec8::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(img/20250207/bg--contact.jpg) no-repeat center right;
  background-size: auto 100%;
}

@media screen and (max-width: 899px) {
  .p-theone__sec8::before {
    background-size: cover;
    opacity: 0.25;
  }
}

.p-theone__sec8 > div {
  background-size: auto 100%;
  padding: 70px 0 100px 0;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 899px) {
  .p-theone__sec8 > div {
    padding: 0;
  }
}

.p-theone__sec8 > div .-title {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 40px;
}

.p-theone__sec8 > div .-title h2 {
  margin-bottom: 10px;
}

.p-theone__sec8 > div .-title h2 > span {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  padding-left: 100px;
  font-weight: 500;
}

.p-theone__sec8 > div .-title h2 > span > span {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.75em;
  display: inline-block;
  margin-right: 15px;
  font-weight: 500;
}

@media screen and (max-width: 899px) {
  .p-theone__sec8 > div .-title {
    position: relative;
    right: 0;
    padding: 30px 20px 20px;
    margin-bottom: 10px;
  }
  .p-theone__sec8 > div .-title h2 {
    position: relative;
    padding-bottom: 6px;
  }
  .p-theone__sec8 > div .-title h2::before {
    height: 1px;
    width: 200px;
    content: '';
    left: -10px;
    bottom: -1px;
    position: absolute;
    background: #000;
  }
  .p-theone__sec8 > div .-title h2 > span {
    border-bottom: 0;
    padding-left: 0;
  }
  .p-theone__sec8 > div .-title h2 > span > span {
    display: block;
    margin-right: 0;
    font-size: 1.5em;
  }
  .p-theone__sec8 > div .-title h3 {
    padding-left: 0;
    font-size: 1.5em;
    margin-bottom: 0;
  }
}

.p-theone__sec8 > div .-box {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-left: 100px;
}

@media screen and (max-width: 899px) {
  .p-theone__sec8 > div .-box {
    padding: 0 20px 30px;
  }
}

.p-theone__sec8 > div .-box h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.75em;
  margin-bottom: 20px;
  font-weight: 500;
}

@media screen and (max-width: 899px) {
  .p-theone__sec8 > div .-box h3 {
    font-size: 1.5em;
  }
}

.p-theone__sec8 > div .-box > p {
  margin-bottom: 40px;
}

@media screen and (max-width: 899px) {
  .p-theone__sec8 > div .-box > p {
    margin-bottom: 20px;
  }
}

.p-theone__sec8 > div .-box .-mail {
  margin-top: 40px;
  display: flex;
}

.p-theone__sec8 > div .-box .-mail > div {
  flex-basis: 380px;
}

.p-theone__sec8 > div .-box .-mail > div + div {
  margin-left: 50px;
}

@media screen and (max-width: 899px) {
  .p-theone__sec8 > div .-box .-mail {
    margin-top: 20px;
    display: block;
    padding: 0;
  }
  .p-theone__sec8 > div .-box .-mail > div {
    max-width: 335px;
    width: 100%;
  }
  .p-theone__sec8 > div .-box .-mail > div + div {
    margin-top: 20px;
    margin-left: 0;
  }
  .p-theone__sec8 > div .-box .-mail > div a {
    margin-bottom: 0;
  }
  .p-theone__sec8 > div .-box .-mail > div p {
    background: #dddddd;
    padding: 10px 15px;
  }
}

.p-theone__sec8.-gray {
  background: #E5E2E1;
}

.p-theone__sec8.-gray::before {
  background: none;
}

.p-theone__sec8.-black {
  background: #000;
  color: #fff;
}

.p-theone__sec8.-black::before {
  background: url(img/20250207/bg--contact-bl.png) no-repeat center right;
  background-size: auto 100%;
}

@media screen and (max-width: 899px) {
  .p-theone__sec8.-black::before {
    background-size: cover;
    opacity: 1;
  }
}

.p-theone__sec8.-black > div .-title h2::before {
  background: #fff;
}

.p-theone__sec8.-black > div .-title h2 > span {
  border-color: #fff;
}

.p-theone__sec8.-ao {
  background: #708a93;
  color: #fff;
}

.p-theone__sec8.-ao::before {
  background: url(img/bg--contact--ao.png) no-repeat center right;
  background-size: auto 100%;
}

@media screen and (max-width: 899px) {
  .p-theone__sec8.-ao::before {
    background-size: cover;
    opacity: 1;
  }
}

.p-theone__sec8.-ao > div .-title h2::before {
  background: #fff;
}

.p-theone__sec8.-ao > div .-title h2 > span {
  border-color: #fff;
}

.p-theone__sec8.-premium {
  background: #243041;
  background-size: cover;
  color: #fff;
}

.p-theone__sec8.-premium > div .-title h2 span {
  border-color: #fff;
}

.p-theone__sec8.-premium::before {
  display: none;
}

.p-theone__sec8.delighter {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__sec8.delighter h2 {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__sec8.delighter .-box {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__sec8.delighter .-box .-mail {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__sec8.delighter.started {
  animation: fadeIn 0.8s 0.2s ease forwards;
}

.p-theone__sec8.delighter.started h2 {
  animation: fadeIn 0.8s 0.4s ease forwards;
}

.p-theone__sec8.delighter.started .-box {
  animation: fadeIn 0.8s 0.6s ease forwards;
}

.p-theone__sec8.delighter.started .-box .-mail {
  animation: fadeIn 0.8s 0.8s ease forwards;
}

.p-theone__sec9 > div {
  padding: 120px 0 0;
}

@media screen and (max-width: 800px) {
  .p-theone__sec9 > div {
    padding: 30px 0 0;
  }
}

.p-theone__sec9 > div .-title {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.p-theone__sec9 > div .-title h2 {
  margin-bottom: 40px;
}

.p-theone__sec9 > div .-title h2 > span {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  padding-left: 100px;
}

.p-theone__sec9 > div .-title h2 > span > span {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.75em;
  display: inline-block;
  margin-right: 15px;
}

.p-theone__sec9 > div .-title h3 {
  padding-left: 100px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.75em;
  margin-bottom: 40px;
}

@media screen and (max-width: 899px) {
  .p-theone__sec9 > div .-title {
    position: relative;
    right: 0;
    padding: 30px 10px;
  }
  .p-theone__sec9 > div .-title h2 {
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 20px;
  }
  .p-theone__sec9 > div .-title h2::before {
    height: 1px;
    width: 200px;
    content: '';
    left: -10px;
    bottom: -1px;
    position: absolute;
    background: #000;
  }
  .p-theone__sec9 > div .-title h2 > span {
    border-bottom: 0;
    padding-left: 0;
  }
  .p-theone__sec9 > div .-title h2 > span > span {
    display: block;
    margin-right: 0;
    font-size: 1.5em;
  }
  .p-theone__sec9 > div .-title h3 {
    padding-left: 0;
    font-size: 1.5em;
    margin-bottom: 0;
  }
}

.p-theone__sec9 > div .-box1 {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 110px;
  padding: 0 20px 110px;
  position: relative;
}

.p-theone__sec9 > div .-box1::after {
  position: absolute;
  width: 80%;
  max-width: 540px;
  margin: 0 auto;
  height: 1px;
  background: #000;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 800px) {
  .p-theone__sec9 > div .-box1 {
    margin: 0 auto 40px;
    padding: 0 20px 40px;
  }
}

.p-theone__sec9 > div .-box1--1 {
  display: flex;
  margin-bottom: 60px;
  align-items: flex-end;
}

.p-theone__sec9 > div .-box1--1 .-img {
  width: 270px;
}

.p-theone__sec9 > div .-box1--1 .-txt {
  flex: 1;
}

.p-theone__sec9 > div .-box1--1 .-txt h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6em;
  margin-bottom: 15px;
}

.p-theone__sec9 > div .-box1--1 .-txt .-name {
  margin-bottom: 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.3em;
}

.p-theone__sec9 > div .-box1--1 .-txt .-name span {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.8em;
}

.p-theone__sec9 > div .-box1--1 .-txt p {
  text-align: left;
}

@media screen and (max-width: 800px) {
  .p-theone__sec9 > div .-box1--1 {
    margin-bottom: 30px;
    display: block;
  }
  .p-theone__sec9 > div .-box1--1 .-img {
    text-align: center;
    width: 100%;
    margin: 0 auto 20px;
  }
  .p-theone__sec9 > div .-box1--1 .-txt h4 {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
  .p-theone__sec9 > div .-box1--1 .-txt .-name {
    margin-bottom: 10px;
    font-size: 1.2em;
  }
}

.p-theone__sec9 > div .-box1--2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.p-theone__sec9 > div .-box1--2 > div {
  width: 50%;
}

.p-theone__sec9 > div .-box1--2 > div:first-child {
  padding-right: 20px;
}

.p-theone__sec9 > div .-box1--2 > div dl dt {
  margin-bottom: 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.3em;
}

.p-theone__sec9 > div .-box1--2 > div dl dt span {
  color: #808080;
}

.p-theone__sec9 > div .-box1--2 > div dl dd p + p {
  margin-top: 10px;
}

@media screen and (max-width: 800px) {
  .p-theone__sec9 > div .-box1--2 {
    margin-bottom: 30px;
  }
  .p-theone__sec9 > div .-box1--2 > div {
    width: 100%;
    padding-right: 0 !important;
  }
  .p-theone__sec9 > div .-box1--2 > div + div {
    margin-top: 20px;
  }
  .p-theone__sec9 > div .-box1--2 > div dl dt {
    font-size: 1.2em;
    margin-bottom: 0px;
  }
}

.p-theone__sec9 > div .-box1--3 {
  margin-bottom: 60px;
}

.p-theone__sec9 > div .-box1--3 h4 {
  margin-bottom: 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.3em;
}

.p-theone__sec9 > div .-box1--3 h4 span {
  color: #808080;
}

.p-theone__sec9 > div .-box1--3 > div {
  display: flex;
  align-items: flex-end;
}

.p-theone__sec9 > div .-box1--3 > div > div {
  padding: 10px;
}

.p-theone__sec9 > div .-box1--3 > div .-txt {
  flex: 1;
  padding: 10px 30px;
  text-align: left;
}

@media screen and (max-width: 800px) {
  .p-theone__sec9 > div .-box1--3 {
    margin-bottom: 30px;
  }
  .p-theone__sec9 > div .-box1--3 h4 {
    font-size: 1.2em;
  }
  .p-theone__sec9 > div .-box1--3 > div {
    display: block;
  }
  .p-theone__sec9 > div .-box1--3 > div .-txt {
    padding: 10px 0;
  }
  .p-theone__sec9 > div .-box1--3 > div > div {
    text-align: center;
    padding: 0;
  }
  .p-theone__sec9 > div .-box1--3 > div > div + div {
    margin-top: 10px;
  }
}

.p-theone__sec9 > div .-box1--4 {
  display: flex;
}

@media screen and (max-width: 800px) {
  .p-theone__sec9 > div .-box1--4 {
    display: block;
  }
}

.p-theone__sec9 > div .-box1--4__txt {
  flex: 1;
  padding-right: 10px;
}

@media screen and (max-width: 800px) {
  .p-theone__sec9 > div .-box1--4__txt {
    padding: 0 0 10px 0;
  }
}

.p-theone__sec9 > div .-box1--4 h4 {
  margin-bottom: 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.3em;
}

.p-theone__sec9 > div .-box1--4 > p {
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .p-theone__sec9 > div .-box1--4 h4 {
    margin-bottom: 10px;
    font-size: 1.2em;
  }
  .p-theone__sec9 > div .-box1--4 > p {
    margin-bottom: 20px;
  }
}

.p-theone__sec9 > div .-box1--4__madori .-link {
  text-align: center;
  margin-bottom: 30px;
}

.p-theone__sec9 > div .-box1--4__madori .-txt {
  text-align: center;
}

.p-theone__sec9 > div .-box1--4__madori .-txt span {
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #000;
  border-radius: 30px;
}

@media screen and (max-width: 800px) {
  .p-theone__sec9 > div .-box1--4__madori .-link {
    margin-bottom: 20px;
  }
  .p-theone__sec9 > div .-box1--4__madori .-txt span {
    padding: 10px 15px;
    font-size: 0.8em;
  }
}

.p-theone .-hdline1 {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 899px) {
  .p-theone .-hdline1 {
    margin-bottom: 20px;
  }
}

.p-theone .-hdline1.-white {
  color: #fff;
}

.p-theone .-hdline1 span.-en {
  font-family: "EB Garamond", serif;
  font-size: 4em;
}

@media screen and (max-width: 899px) {
  .p-theone .-hdline1 span.-en {
    font-size: 3em;
  }
}

.p-theone .-hdline1.-large {
  text-align: left;
}

.p-theone .-hdline1.-large span.-en {
  font-size: 6em;
  line-height: 1.2;
}

@media screen and (max-width: 899px) {
  .p-theone .-hdline1.-large span.-en {
    font-size: 4em;
  }
}

.p-theone .-link1 {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 20px;
  border: 1px solid #000;
  background: #000;
  margin-bottom: 20px;
  transition: all 0.2s;
  max-width: 380px;
  width: 100%;
  justify-content: space-between;
  color: #fff;
  line-height: 1;
}

.p-theone .-link1 > span + span {
  position: relative;
  display: flex;
  font-size: 0.75em;
  padding-right: 30px;
}

.p-theone .-link1 > span + span::after {
  content: '';
  width: 25px;
  right: 0;
  position: absolute;
  height: 8px;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: skew(45deg);
  bottom: 4px;
}

.p-theone .-link1:hover {
  background: #fff;
  color: #000;
}

.p-theone .-link1:hover > span + span::after {
  border-color: #000;
}

.p-theone .-link1.-white {
  border-color: #fff;
  background: #fff;
  color: #000;
}

.p-theone .-link1.-white > span + span::after {
  border-color: #000;
}

.p-theone .-link1.-white:hover {
  background: #000;
  color: #fff;
}

.p-theone .-link1.-white:hover > span + span::after {
  border-color: #fff;
}

.p-theone .-link1.-premium {
  border-color: #000;
  background: #E2D466;
  color: #000;
}

.p-theone .-link1.-premium > span + span::after {
  border-color: #000;
}

.p-theone .-link1.-premium:hover {
  background: #000;
  color: #fff;
}

.p-theone .-link1.-premium:hover > span + span::after {
  border-color: #fff;
}

.p-theone__concept {
  background: url(img/20250207/bg--concept.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 20px;
}

.p-theone__concept .-box1 {
  display: flex;
  justify-content: center;
  color: #fff;
  margin-bottom: 100px;
}

.p-theone__concept .-box1 h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 20px;
  font-size: 1.8em;
  font-weight: 500;
}

.p-theone__concept .-img {
  text-align: center;
}

@media screen and (max-width: 899px) {
  .p-theone__concept {
    padding: 40px 20px;
  }
  .p-theone__concept .-box1 {
    margin-bottom: 50px;
  }
  .p-theone__concept .-box1 h3 {
    font-size: 1.4em;
  }
}

.p-theone__concept.delighter {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__concept.delighter h2 {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__concept.delighter .-box1 h3 {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__concept.delighter .-box1 p {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__concept.delighter .-img {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__concept.delighter.started {
  animation: fadeIn 0.8s 0.2s ease forwards;
}

.p-theone__concept.delighter.started h2 {
  animation: fadeIn 0.8s 0.4s ease forwards;
}

.p-theone__concept.delighter.started .-box1 h3 {
  animation: fadeIn 0.8s 0.6s ease forwards;
}

.p-theone__concept.delighter.started .-box1 p {
  animation: fadeIn 0.8s 0.8s ease forwards;
}

.p-theone__concept.delighter.started .-img {
  animation: fadeIn 0.8s 1s ease forwards;
}

.p-theone__point {
  background: url(img/20250207/bg--point.jpg) no-repeat center top;
  background-size: 100% auto;
  padding: 5vw 20px 100px;
}

@media screen and (max-width: 899px) {
  .p-theone__point {
    background-size: 150% auto;
    padding: 4.5vw 0 40px;
  }
}

.p-theone__point h3 {
  text-align: center;
  color: #000;
  font-size: 2.2em;
  font-weight: 500;
}

@media screen and (max-width: 899px) {
  .p-theone__point h3 {
    font-size: 1.6em;
  }
}

.p-theone__point h4 {
  font-size: 2em;
  font-weight: 500;
  margin: 0 0 10px;
  line-height: 1.3;
}

@media screen and (max-width: 899px) {
  .p-theone__point h4 {
    font-size: 1.4em;
  }
}

.p-theone__point .-box1 {
  aspect-ratio: 1 / 0.6;
}

@media screen and (max-width: 899px) {
  .p-theone__point .-box1 {
    aspect-ratio: 1 / 1;
  }
}

.p-theone__point .-txt .u-font--en {
  margin-bottom: 10px;
}

.p-theone__point .-point1 {
  max-width: 860px;
  width: 100%;
  margin: 0 auto 80px;
}

@media screen and (max-width: 899px) {
  .p-theone__point .-point1 {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}

.p-theone__point .-point1.delighter {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__point .-point1.delighter.started {
  animation: fadeIn 0.8s 0.2s ease forwards;
}

.p-theone__point .-point2 {
  display: flex;
  align-items: center;
  max-width: 860px;
  width: 100%;
  margin: 0 auto 80px;
  gap: 20px;
  justify-content: space-between;
}

.p-theone__point .-point2 .-link {
  margin-top: 25px;
}

.p-theone__point .-point2 .-txt {
  max-width: 400px;
  width: 100%;
}

.p-theone__point .-point2 .-img {
  display: flex;
  justify-content: flex-end;
  width: 350px;
}

.p-theone__point .-point2 .-img img {
  max-width: none;
}

@media screen and (max-width: 1000px) {
  .p-theone__point .-point2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .p-theone__point .-point2 .-img {
    width: 100%;
  }
  .p-theone__point .-point2 .-img img {
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .p-theone__point .-point2 {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 30px;
  }
  .p-theone__point .-point2 .-img img {
    width: 100%;
  }
  .p-theone__point .-point2 .-txt {
    padding: 0 20px;
  }
}

.p-theone__point .-point2.delighter {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__point .-point2.delighter .-txt p, .p-theone__point .-point2.delighter .-txt h4 {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__point .-point2.delighter .-txt .-link {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__point .-point2.delighter.started {
  opacity: 1;
  transform: translateY(0);
}

.p-theone__point .-point2.delighter.started .-txt p, .p-theone__point .-point2.delighter.started .-txt h4 {
  opacity: 1;
  transform: translateY(0);
}

.p-theone__point .-point2.delighter.started .-txt .-link {
  opacity: 1;
  transform: translateY(0);
}

.p-theone__point .-point3 {
  display: flex;
  align-items: center;
  max-width: 860px;
  width: 100%;
  margin: 0 auto 80px;
  gap: 20px;
  justify-content: space-between;
}

.p-theone__point .-point3 .-link {
  margin-top: 25px;
}

.p-theone__point .-point3 .-txt {
  width: 100%;
}

.p-theone__point .-point3 .-img {
  display: flex;
  justify-content: flex-start;
  width: 420px;
}

.p-theone__point .-point3 .-img img {
  max-width: none;
}

@media screen and (max-width: 1000px) {
  .p-theone__point .-point3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .p-theone__point .-point3 .-img {
    width: 100%;
  }
  .p-theone__point .-point3 .-img img {
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .p-theone__point .-point3 {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 0;
  }
  .p-theone__point .-point3 .-txt {
    order: 2;
    padding: 0 20px;
  }
  .p-theone__point .-point3 .-img {
    order: 1;
  }
}

.p-theone__point .-point3.delighter {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__point .-point3.delighter .-txt {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__point .-point3.delighter.started {
  opacity: 1;
  transform: translateY(0);
}

.p-theone__point .-point3.delighter.started .-txt {
  opacity: 1;
  transform: translateY(0);
}

.p-theone__point.delighter {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__point.delighter h2 {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__point.delighter h3 {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__point.delighter.started {
  animation: fadeIn 0.8s 0.2s ease forwards;
}

.p-theone__point.delighter.started h2 {
  animation: fadeIn 0.8s 0.4s ease forwards;
}

.p-theone__point.delighter.started h3 {
  animation: fadeIn 0.8s 0.6s ease forwards;
}

.p-theone__spec {
  padding: 100px 0;
  position: relative;
  background: #EBEBE8;
}

@media screen and (max-width: 899px) {
  .p-theone__spec {
    padding: 40px 0;
  }
}

.p-theone__spec::before {
  width: 100%;
  height: 1000px;
  background: url(img/20240723/bg--spec.jpg) no-repeat center;
  background-size: cover;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 899px) {
  .p-theone__spec::before {
    height: 100vw;
  }
}

.p-theone__spec > div {
  position: relative;
  z-index: 10;
}

.p-theone__spec h3 {
  text-align: center;
  font-size: 2.2em;
  font-weight: 500;
  margin-bottom: 40px;
}

@media screen and (max-width: 899px) {
  .p-theone__spec h3 {
    font-size: 1.4em;
    margin-bottom: 20px;
  }
}

.p-theone__spec .-catch {
  font-size: 1.6em;
  font-weight: 500;
  margin: 0 0 30px;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .p-theone__spec .-catch {
    font-size: 1.3em;
  }
}

.p-theone__spec .-box1 {
  background: #fff;
  max-width: 1000px;
  padding: 50px 20px 100px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
}

.p-theone__spec .-box1 > div {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}

.p-theone__spec .-box1__1 {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-top: 40px;
}

.p-theone__spec .-box1__1 .-txt {
  flex: 1;
}

.p-theone__spec .-box1__1 .-txt h4 {
  font-size: 1.6em;
  font-weight: 500;
  margin: 0 0 20px;
  line-height: 1.3;
}

@media screen and (max-width: 899px) {
  .p-theone__spec .-box1 {
    padding: 30px 20px;
    margin-bottom: 40px;
  }
  .p-theone__spec .-box1__1 {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 0;
    gap: 15px;
  }
  .p-theone__spec .-box1__1 + div {
    margin-top: 30px;
  }
  .p-theone__spec .-box1__1 .-txt {
    order: 2;
  }
  .p-theone__spec .-box1__1 .-txt h4 {
    font-size: 1.3em;
    margin-bottom: 10px;
  }
  .p-theone__spec .-box1__1 .-img {
    order: 1;
    text-align: center;
  }
}

.p-theone__spec .-box2__1 {
  max-width: 1000px;
  width: 100%;
  gap: 30px;
  display: grid;
  grid-template-columns: 91px 1fr;
  margin: 0 auto 90px;
}

.p-theone__spec .-box2__1 + div {
  margin-top: 70px;
}

.p-theone__spec .-box2__1 .-desc {
  flex: 1;
}

.p-theone__spec .-box2__1 .-desc img {
  max-width: none;
}

.p-theone__spec .-box2__1 .-desc dl {
  margin-top: 10px;
}

.p-theone__spec .-box2__1 .-desc dl dt {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 899px) {
  .p-theone__spec .-box2__1 {
    gap: 0;
    grid-template-columns: 70px 1fr;
    margin: 0 auto 40px;
  }
  .p-theone__spec .-box2__1 + div {
    margin-top: 40px;
  }
  .p-theone__spec .-box2__1 h4 {
    padding: 0 10px;
  }
  .p-theone__spec .-box2__1 .-desc img {
    max-width: 100%;
  }
  .p-theone__spec .-box2__1 .-desc dl dt {
    font-size: 1.1em;
  }
}

.p-theone__spec .-box2.delighter .-catch {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__spec .-box2.delighter .-in1 h4, .p-theone__spec .-box2.delighter .-in1 .-img {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__spec .-box2.delighter .-in1 dl {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__spec .-box2.delighter .-in2 h4, .p-theone__spec .-box2.delighter .-in2 .-img {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__spec .-box2.delighter .-in2 dl {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__spec .-box2.delighter .-in3 h4, .p-theone__spec .-box2.delighter .-in3 .-img {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__spec .-box2.delighter .-in3 dl {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__spec .-box2.delighter .-in4 {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__spec .-box2.delighter.started .-catch {
  animation: fadeIn 0.8s 0.2s ease forwards;
}

.p-theone__spec .-box2.delighter.started .-in1 h4, .p-theone__spec .-box2.delighter.started .-in1 .-img {
  animation: fadeIn 0.8s 0.4s ease forwards;
}

.p-theone__spec .-box2.delighter.started .-in1 dl {
  animation: fadeIn 0.8s 0.6s ease forwards;
}

.p-theone__spec .-box2.delighter.started .-in2 h4, .p-theone__spec .-box2.delighter.started .-in2 .-img {
  animation: fadeIn 0.8s 0.8s ease forwards;
}

.p-theone__spec .-box2.delighter.started .-in2 dl {
  animation: fadeIn 0.8s 1s ease forwards;
}

.p-theone__spec .-box2.delighter.started .-in3 h4, .p-theone__spec .-box2.delighter.started .-in3 .-img {
  animation: fadeIn 0.8s 1.2s ease forwards;
}

.p-theone__spec .-box2.delighter.started .-in3 dl {
  animation: fadeIn 0.8s 1.4s ease forwards;
}

.p-theone__spec .-box2.delighter.started .-in4 {
  animation: fadeIn 0.8s 1.6s ease forwards;
}

.p-theone__spec .-box3 {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid rgba(0, 0, 0, 0.7);
  border-left: 1px solid rgba(0, 0, 0, 0.7);
  padding: 30px 50px;
}

.p-theone__spec .-box3 h4 {
  font-size: 1.8em;
  font-weight: 500;
  margin-bottom: 15px;
}

@media screen and (max-width: 899px) {
  .p-theone__spec .-box3 {
    padding: 20px 30px;
    margin: 0 20px;
    width: calc(100% - 40px);
  }
  .p-theone__spec .-box3 h4 {
    font-size: 1.3em;
    margin-bottom: 10px;
  }
}

.p-theone__spec.delighter {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__spec.delighter h2 {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__spec.delighter h3 {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__spec.delighter .-box1 {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__spec.delighter .-box1 .-catch {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__spec.delighter .-box1 .-in1 .-img {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__spec.delighter .-box1 .-in1 .-txt {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__spec.delighter .-box1 .-in2 .-txt {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__spec.delighter .-box1 .-in2 .-img {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__spec.delighter .-box1 .-in3 .-img {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__spec.delighter .-box1 .-in3 .-txt {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__spec.delighter.started {
  animation: fadeIn 0.8s 0.2s ease forwards;
}

.p-theone__spec.delighter.started h2 {
  animation: fadeIn 0.8s 0.4s ease forwards;
}

.p-theone__spec.delighter.started h3 {
  animation: fadeIn 0.8s 0.6s ease forwards;
}

.p-theone__spec.delighter.started .-box1 {
  animation: fadeIn 0.8s 0.8s ease forwards;
}

.p-theone__spec.delighter.started .-box1 .-catch {
  animation: fadeIn 0.8s 1s ease forwards;
}

.p-theone__spec.delighter.started .-box1 .-in1 .-img {
  animation: fadeIn 0.8s 1.2s ease forwards;
}

.p-theone__spec.delighter.started .-box1 .-in1 .-txt {
  animation: fadeIn 0.8s 1.4s ease forwards;
}

.p-theone__spec.delighter.started .-box1 .-in2 .-txt {
  animation: fadeIn 0.8s 1.6s ease forwards;
}

.p-theone__spec.delighter.started .-box1 .-in2 .-img {
  animation: fadeIn 0.8s 1.8s ease forwards;
}

.p-theone__spec.delighter.started .-box1 .-in3 .-img {
  animation: fadeIn 0.8s 2s ease forwards;
}

.p-theone__spec.delighter.started .-box1 .-in3 .-txt {
  animation: fadeIn 0.8s 2.2s ease forwards;
}

.p-theone__link .-box > div {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px;
  position: relative;
}

.p-theone__link .-box > div p {
  margin-bottom: 30px;
}

@media screen and (max-width: 899px) {
  .p-theone__link .-box > div {
    padding: 30px 20px;
  }
  .p-theone__link .-box > div p {
    margin-bottom: 20px;
  }
}

.p-theone__link .-box.delighter {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__link .-box.delighter .-anime1 {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__link .-box.delighter .-anime2 {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__link .-box.delighter .-anime3 {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__link .-box.delighter.started {
  animation: fadeIn 0.8s 0.2s ease forwards;
}

.p-theone__link .-box.delighter.started .-anime1 {
  animation: fadeIn 0.8s 0.4s ease forwards;
}

.p-theone__link .-box.delighter.started .-anime2 {
  animation: fadeIn 0.8s 0.6s ease forwards;
}

.p-theone__link .-box.delighter.started .-anime3 {
  animation: fadeIn 0.8s 0.8s ease forwards;
}

.p-theone__link .-box1 {
  background: #fff url(img/20240723//bg--plan2.jpg) no-repeat center left;
  background-size: auto 100%;
}

.p-theone__link .-box1 > div {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 899px) {
  .p-theone__link .-box1 {
    background: none;
    position: relative;
  }
  .p-theone__link .-box1::before {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff url(img/20240723//bg--plan2.jpg) no-repeat center left;
    background-size: cover;
    opacity: 0.3;
    content: '';
  }
  .p-theone__link .-box1 > div {
    justify-content: flex-start;
  }
}

.p-theone__link .-box2 {
  background: #fff url(img/20250207/bg--flow2.jpg) no-repeat center right;
  background-size: auto 100%;
}

@media screen and (max-width: 899px) {
  .p-theone__link .-box2 {
    background: none;
    position: relative;
  }
  .p-theone__link .-box2::before {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff url(img/20250207/bg--flow2.jpg) no-repeat right center;
    background-size: cover;
    opacity: 0.3;
    content: '';
  }
}

.p-theone__mh iframe {
  filter: grayscale(100%);
}

.p-theone__mh h3 {
  font-size: 2em;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (max-width: 899px) {
  .p-theone__mh h3 {
    font-size: 1.4em;
  }
}

.p-theone__mh .-box1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-theone__mh .-box1 h2 {
  padding: 0 100px;
}

@media screen and (max-width: 1270px) {
  .p-theone__mh .-box1 h2 {
    padding: 0 30px 0 0;
  }
}

@media screen and (max-width: 1100px) {
  .p-theone__mh .-box1 {
    display: grid;
    grid-template-columns: 0.85fr 0.15fr;
  }
  .p-theone__mh .-box1 h2 {
    padding: 0 15px 0 0;
  }
}

.p-theone__mh .-box2 {
  max-width: 900px;
  width: 100%;
  margin: -60px auto 0;
  padding: 0 20px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #000;
}

.p-theone__mh .-box2 > div {
  flex: 1;
}

@media screen and (max-width: 899px) {
  .p-theone__mh .-box2 {
    padding: 0 0 30px;
    margin: -20px 20px 0;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 700px) {
  .p-theone__mh .-box2 {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.p-theone__mh .-box3 {
  padding: 60px 20px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #000;
}

.p-theone__mh .-box3 > div {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.p-theone__mh .-box3 > div p a {
  font-weight: bold;
  font-size: 1.4em;
}

.p-theone__mh .-box3 > div .-mail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.p-theone__mh .-box3 > div .-mail > div {
  flex-basis: 380px;
}

@media screen and (max-width: 899px) {
  .p-theone__mh .-box3 {
    padding: 30px 0;
    margin: 0 20px;
    width: calc(100% - 40px);
  }
  .p-theone__mh .-box3 > div .-mail {
    gap: 0;
  }
}

.p-theone__mh .-box4 {
  padding: 60px 0 100px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.p-theone__mh .-box4 > p {
  font-size: 2em;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 899px) {
  .p-theone__mh .-box4 {
    padding: 30px 0 40px;
  }
  .p-theone__mh .-box4 iframe {
    height: 50vw;
  }
}

.p-theone__mh.delighter .-box1 > img {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__mh.delighter .-box1 > div {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__mh.delighter .-box2 .-txt {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__mh.delighter .-box2 .-img {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__mh.delighter .-box3 {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__mh.delighter .-box3 h3 {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__mh.delighter .-box3 p {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__mh.delighter .-box3 .-mail {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__mh.delighter .-box4 p {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__mh.delighter .-box4 > div {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__mh.delighter .-slider--wrap {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__mh.delighter.started .-box1 > img {
  animation: fadeIn 0.8s 0.2s ease forwards;
}

.p-theone__mh.delighter.started .-box1 > div {
  animation: fadeIn 0.8s 0.4s ease forwards;
}

.p-theone__mh.delighter.started .-box2 .-txt {
  animation: fadeIn 0.8s 0.6s ease forwards;
}

.p-theone__mh.delighter.started .-box2 .-img {
  animation: fadeIn 0.8s 0.8s ease forwards;
}

.p-theone__mh.delighter.started .-box3 {
  animation: fadeIn 0.8s 0.2s ease forwards;
}

.p-theone__mh.delighter.started .-box3 h3 {
  animation: fadeIn 0.8s 0.4s ease forwards;
}

.p-theone__mh.delighter.started .-box3 p {
  animation: fadeIn 0.8s 0.6s ease forwards;
}

.p-theone__mh.delighter.started .-box3 .-mail {
  animation: fadeIn 0.8s 0.8s ease forwards;
}

.p-theone__mh.delighter.started .-box4 p {
  animation: fadeIn 0.8s 1s ease forwards;
}

.p-theone__mh.delighter.started .-box4 > div {
  animation: fadeIn 0.8s 1.2s ease forwards;
}

.p-theone__mh.delighter.started .-slider--wrap {
  animation: fadeIn 0.8s 1.4s ease forwards;
}

.p-theone__backtop > div {
  text-align: center;
  padding: 70px 20px;
}

.p-theone__backtop > div > a {
  margin: 0 auto !important;
}

.p-theone__backtop.delighter {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__backtop.delighter.started {
  animation: fadeIn 0.8s 0.2s ease forwards;
}

.p-theone__flow {
  background: #F4F4F5;
}

.p-theone__flow > div .-mainimg {
  position: relative;
  background: url(img/flow/mainimg.webp) no-repeat center;
  background-size: cover;
  height: 390px;
}

@media screen and (max-width: 899px) {
  .p-theone__flow > div .-mainimg {
    height: 190px;
    background-position: right center;
    background-size: auto 100%;
  }
}

.p-theone__flow > div .-mainimg > div {
  max-width: 1000px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.p-theone__flow > div .-mainimg > div h1 .-en {
  margin-bottom: 30px;
  line-height: 0.9 !important;
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
}

@media screen and (max-width: 899px) {
  .p-theone__flow > div .-mainimg > div h1 .-en {
    font-size: 2.5em !important;
    margin-bottom: 20px;
  }
}

.p-theone__flow > div .-mainimg.delighter {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__flow > div .-mainimg.delighter > div {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__flow > div .-mainimg.delighter.started {
  animation: fadeIn 0.8s ease forwards;
}

.p-theone__flow > div .-mainimg.delighter.started > div {
  animation: fadeIn 0.8s ease forwards;
}

.p-theone__flow > div .-box1 {
  padding: 90px 20px;
  background: #fff;
}

@media screen and (max-width: 899px) {
  .p-theone__flow > div .-box1 {
    padding: 40px 20px;
  }
}

.p-theone__flow > div .-box1__1 {
  margin-bottom: 30px;
}

.p-theone__flow > div .-box1__1 h2 {
  text-align: center;
  font-size: 1.75em;
  margin-bottom: 10px;
}

@media screen and (max-width: 899px) {
  .p-theone__flow > div .-box1__1 h2 {
    font-size: 1.4em;
  }
}

.p-theone__flow > div .-box1__1 p {
  text-align: center;
}

.p-theone__flow > div .-box1__2 h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 20px;
}

@media screen and (max-width: 899px) {
  .p-theone__flow > div .-box1__2 h3 {
    font-size: 1.15em;
    margin-bottom: 10px;
  }
}

.p-theone__flow > div .-box1__2 > div {
  display: flex;
  justify-content: center;
}

.p-theone__flow > div .-box1__2 > div + div {
  margin-top: 30px;
}

.p-theone__flow > div .-box1__2 > div ol {
  position: relative;
}

.p-theone__flow > div .-box1__2 > div ol li {
  border-bottom: 1px solid #ccc;
  padding: 10px 20px 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 899px) {
  .p-theone__flow > div .-box1__2 > div ol li {
    padding: 10px 5px 5px;
  }
}

.p-theone__flow > div .-box1__2 > div ol li span:first-child {
  font-size: 1.6em;
  font-style: italic;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.p-theone__flow > div .-box1__2 > div ol li span + span {
  flex: 1;
}

.p-theone__flow > div .-box1__2 > div ol::before {
  content: '';
  width: 89px;
  height: 126px;
  position: absolute;
  left: -110px;
  bottom: 0;
  background: url(img/flow/icon1.webp) no-repeat center;
}

@media screen and (max-width: 899px) {
  .p-theone__flow > div .-box1__2 > div ol::before {
    width: 40px;
    background-size: contain;
    left: -50px;
  }
}

.p-theone__flow > div .-box1__2 > div ol::after {
  content: '';
  width: 100px;
  height: 132px;
  position: absolute;
  right: -120px;
  bottom: 0;
  background: url(img/flow/icon2.webp) no-repeat center;
}

@media screen and (max-width: 899px) {
  .p-theone__flow > div .-box1__2 > div ol::after {
    width: 50px;
    background-size: contain;
    right: -60px;
  }
}

.p-theone__flow > div .-box1.delighter {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__flow > div .-box1.delighter.started {
  animation: fadeIn 0.8s ease forwards;
}

.p-theone__flow > div .-list {
  position: relative;
  z-index: 20;
  margin: -3vw auto 0;
  max-width: 890px;
  width: 100%;
}

@media screen and (max-width: 899px) {
  .p-theone__flow > div .-list {
    padding: 0 20px;
  }
}

.p-theone__flow > div .-list > div > p {
  text-align: center;
  font-size: 2em;
  font-weight: 500;
  font-feature-settings: "palt";
}

@media screen and (max-width: 899px) {
  .p-theone__flow > div .-list > div > p {
    font-size: 1.5em;
  }
}

.p-theone__flow > div .-list > ol {
  margin-bottom: 60px;
}

@media screen and (max-width: 899px) {
  .p-theone__flow > div .-list > ol {
    margin-bottom: 30px;
  }
}

.p-theone__flow > div .-list > ol > li {
  position: relative;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.p-theone__flow > div .-list > ol > li + li {
  margin-top: 40px;
}

.p-theone__flow > div .-list > ol > li + li::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.p-theone__flow > div .-list > ol > li > span {
  position: absolute;
  left: 30px;
  top: -26px;
  font-style: italic;
  font-size: 4em;
  line-height: 1;
  z-index: 10;
}

@media screen and (max-width: 899px) {
  .p-theone__flow > div .-list > ol > li > span {
    left: 5px;
    top: -20px;
    font-size: 3em;
  }
}

.p-theone__flow > div .-list > ol > li > div {
  display: grid;
  grid-template-columns: 0.32fr 0.8fr;
  gap: 15px;
  align-items: center;
  padding: 20px 20px 20px 110px;
}

@media screen and (max-width: 899px) {
  .p-theone__flow > div .-list > ol > li > div {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px;
  }
}

.p-theone__flow > div .-list > ol > li > div .-icon {
  text-align: center;
}

.p-theone__flow > div .-list > ol > li > div .-txt p.-catch {
  font-size: 1.6em;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 10px;
}

.p-theone__flow > div .-list > ol > li > div .-txt p.-catch span {
  font-size: 0.7em;
}

.p-theone__flow > div .-list > ol > li > div .-txt p.-catch.-border {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}

@media screen and (max-width: 899px) {
  .p-theone__flow > div .-list > ol > li > div .-txt p.-catch {
    font-size: 1.3em;
  }
}

.p-theone__flow > div .-list > ol > li > div .-txt.-flex {
  gap: 20px;
  display: flex;
}

.p-theone__flow > div .-list > ol > li > div .-txt.-flex > p + p {
  flex: 1;
}

.p-theone__flow > div .-list > ol > li > div.-white {
  color: #fff;
}

.p-theone__flow > div .-list > ol > li > div.-white .-border {
  border-color: #fff !important;
}

.p-theone__flow > div .-list.delighter ol li {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__flow > div .-list.delighter .-txt1, .p-theone__flow > div .-list.delighter .-txt2 {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__flow > div .-list.delighter.started ol li:nth-child(1) {
  animation: fadeIn 0.8s 0.2s ease forwards;
}

.p-theone__flow > div .-list.delighter.started ol li:nth-child(2) {
  animation: fadeIn 0.8s 0.4s ease forwards;
}

.p-theone__flow > div .-list.delighter.started ol li:nth-child(3) {
  animation: fadeIn 0.8s 0.6s ease forwards;
}

.p-theone__flow > div .-list.delighter.started ol li:nth-child(4) {
  animation: fadeIn 0.8s 0.8s ease forwards;
}

.p-theone__flow > div .-list.delighter.started ol li:nth-child(5) {
  animation: fadeIn 0.8s 1.0s ease forwards;
}

.p-theone__flow > div .-list.delighter.started ol li:nth-child(6) {
  animation: fadeIn 0.8s 1.2s ease forwards;
}

.p-theone__flow > div .-list.delighter.started ol li:nth-child(7) {
  animation: fadeIn 0.8s 1.4s ease forwards;
}

.p-theone__flow > div .-list.delighter.started ol li:nth-child(8) {
  animation: fadeIn 0.8s 1.6s ease forwards;
}

.p-theone__flow > div .-list.delighter.started .-txt1 {
  animation: fadeIn 0.8s 1.8s ease forwards;
}

.p-theone__flow > div .-list.delighter.started .-txt2 {
  animation: fadeIn 0.8s 2s ease forwards;
}

.p-theone__flow > div .-list2 {
  padding: 70px 0 100px;
}

@media screen and (max-width: 899px) {
  .p-theone__flow > div .-list2 {
    padding: 40px 0;
  }
}

.p-theone__flow > div .-list2 h2 {
  text-align: center;
  font-size: 1.75em;
  margin-bottom: 10px;
}

@media screen and (max-width: 899px) {
  .p-theone__flow > div .-list2 h2 {
    font-size: 1.4em;
  }
}

.p-theone__flow > div .-list2 .-slide {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.p-theone__flow > div .-list2 .-slide .-item {
  padding: 50px 50px 15px;
  position: relative;
}

.p-theone__flow > div .-list2 .-slide .-item .-txt {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 40px 50px;
}

.p-theone__flow > div .-list2 .-slide .-item .-txt .-no {
  font-size: 4em;
  line-height: 1;
  margin-top: -60px;
  margin-bottom: 10px;
  font-style: italic;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.p-theone__flow > div .-list2 .-slide .-item .-txt h3 {
  font-size: 1.65em;
  margin-bottom: 20px;
}

.p-theone__flow > div .-list2 .-slide .-item .-txt h3 span {
  font-size: 1.3rem;
}

.p-theone__flow > div .-list2 .-slide .-item .-img {
  position: absolute;
  right: 20px;
  top: 0;
}

@media screen and (max-width: 899px) {
  .p-theone__flow > div .-list2 .-slide .-item {
    padding: 15px 20px;
  }
  .p-theone__flow > div .-list2 .-slide .-item .-txt {
    padding: 20px;
  }
  .p-theone__flow > div .-list2 .-slide .-item .-txt .-no {
    margin-top: -30px;
    font-size: 3em;
    margin-bottom: 5px;
  }
  .p-theone__flow > div .-list2 .-slide .-item .-txt h3 {
    font-size: 1.25em;
    margin-bottom: 10px;
  }
  .p-theone__flow > div .-list2 .-slide .-item .-txt h3 span {
    font-size: 0.8rem;
  }
  .p-theone__flow > div .-list2 .-slide .-item .-img {
    right: 10px;
    width: 160px;
  }
}

.p-theone__flow > div .-list2 .-slide .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 24px;
  height: 41px;
  display: block;
  text-indent: -9999px;
  z-index: 100;
}

.p-theone__flow > div .-list2 .-slide .slick-arrow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 28px;
  height: 28px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-theone__flow > div .-list2 .-slide .slick-prev {
  left: 0;
}

@media screen and (max-width: 899px) {
  .p-theone__flow > div .-list2 .-slide .slick-prev {
    left: 15px;
  }
}

.p-theone__flow > div .-list2 .-slide .slick-prev::before {
  border: none;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.p-theone__flow > div .-list2 .-slide .slick-next {
  right: 0;
}

@media screen and (max-width: 899px) {
  .p-theone__flow > div .-list2 .-slide .slick-next {
    right: 15px;
  }
}

.p-theone__flow > div .-list2.delighter {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__flow > div .-list2.delighter.started {
  animation: fadeIn 0.8s ease forwards;
}

.p-theone__plan .-mainimg {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  padding-top: 40vw;
}

@media screen and (max-width: 1000px) {
  .p-theone__plan .-mainimg {
    padding-top: 60vw;
  }
}

.p-theone__plan .-mainimg::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(img/plan/mainimg.jpg) no-repeat center;
  background-size: cover;
}

.p-theone__plan .-mainimg::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 260px;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(229, 226, 225, 0), #e5e2e1);
}

.p-theone__plan .-mainimg > div {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #000;
  max-width: 820px;
  width: 100%;
  margin: 0 auto 50px;
}

.p-theone__plan .-mainimg > div > p {
  font-size: 1.8em;
  font-weight: normal;
  padding-bottom: 15px;
}

@media screen and (max-width: 899px) {
  .p-theone__plan .-mainimg > div {
    padding: 0 20px;
    margin: 0 20px 30px;
    width: calc(100% - 40px);
  }
  .p-theone__plan .-mainimg > div > p {
    font-size: 1.4em;
  }
}

.p-theone__plan .-mainimg.delighter {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__plan .-mainimg.delighter h1 {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__plan .-mainimg.delighter p {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__plan .-mainimg.delighter.started {
  animation: fadeIn 0.8s 0.2s ease forwards;
}

.p-theone__plan .-mainimg.delighter.started h1 {
  animation: fadeIn 0.8s 0.4s ease forwards;
}

.p-theone__plan .-mainimg.delighter.started p {
  animation: fadeIn 0.8s 0.6s ease forwards;
}

.p-theone__plan .-box1 {
  background: #e5e2e1;
  padding-bottom: 100px;
}

@media screen and (max-width: 899px) {
  .p-theone__plan .-box1 {
    padding-bottom: 50px;
  }
}

.p-theone__plan .-box1 h2 {
  display: flex;
  justify-content: center;
  font-size: 1.8em;
}

.p-theone__plan .-box1 h2 > span {
  font-weight: normal;
  margin-bottom: 20px;
}

@media screen and (max-width: 899px) {
  .p-theone__plan .-box1 h2 {
    font-size: 1.4em;
  }
}

.p-theone__plan .-box1 .-txt {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 899px) {
  .p-theone__plan .-box1 .-txt {
    margin-bottom: 30px;
  }
}

.p-theone__plan .-box1.delighter h2 {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__plan .-box1.delighter .-txt {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__plan .-box1.delighter .-slider--wrap {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__plan .-box1.delighter.started h2 {
  animation: fadeIn 0.8s 0.4s ease forwards;
}

.p-theone__plan .-box1.delighter.started .-txt {
  animation: fadeIn 0.8s 0.6s ease forwards;
}

.p-theone__plan .-box1.delighter.started .-slider--wrap {
  animation: fadeIn 0.8s 0.8s ease forwards;
}

.p-theone__plan .-box1__in {
  background: #fff;
  max-width: 1040px;
  width: 100%;
  margin: 100px auto 0;
  padding: 40px;
}

@media screen and (max-width: 899px) {
  .p-theone__plan .-box1__in {
    padding: 30px 20px;
    margin: 50px 20px 0;
    width: calc(100% - 40px);
  }
}

.p-theone__plan .-box1__in > h3 {
  text-align: center;
  font-size: 1.8em;
  font-weight: 500;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E5E2E1;
}

@media screen and (max-width: 899px) {
  .p-theone__plan .-box1__in > h3 {
    font-size: 1.4em;
  }
}

.p-theone__plan .-box1__in dl dt {
  font-size: 1.8em;
  font-weight: 500;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 899px) {
  .p-theone__plan .-box1__in dl dt {
    font-size: 1.4em;
  }
}

.p-theone__plan .-box1__in dl dd {
  display: flex;
  justify-content: center;
  font-size: 0.95em;
}

@media screen and (max-width: 899px) {
  .p-theone__plan .-box1__in dl dd {
    font-size: 0.9em;
  }
}

.p-theone__plan .-box1__in > dl dt, .p-theone__plan .-box1__in > dl dd {
  text-align: center;
}

.p-theone__plan .-box1__in__cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
  gap: 40px;
}

.p-theone__plan .-box1__in__cont .-img {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 899px) {
  .p-theone__plan .-box1__in__cont {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.p-theone__plan .-box1__in.delighter {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__plan .-box1__in.delighter h3 {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__plan .-box1__in.delighter > dl dt {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__plan .-box1__in.delighter > dl dd {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__plan .-box1__in.delighter .-box1__in__cont > div .-img, .p-theone__plan .-box1__in.delighter .-box1__in__cont > div dl {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__plan .-box1__in.delighter.started {
  animation: fadeIn 0.8s 0.2s ease forwards;
}

.p-theone__plan .-box1__in.delighter.started h3 {
  animation: fadeIn 0.8s 0.4s ease forwards;
}

.p-theone__plan .-box1__in.delighter.started > dl dt {
  animation: fadeIn 0.8s 0.6s ease forwards;
}

.p-theone__plan .-box1__in.delighter.started > dl dd {
  animation: fadeIn 0.8s 0.8s ease forwards;
}

.p-theone__plan .-box1__in.delighter.started .-box1__in__cont > div:first-child .-img {
  animation: fadeIn 0.8s 1s ease forwards;
}

.p-theone__plan .-box1__in.delighter.started .-box1__in__cont > div:first-child dl {
  animation: fadeIn 0.8s 1.2s ease forwards;
}

.p-theone__plan .-box1__in.delighter.started .-box1__in__cont > div + div .-img {
  animation: fadeIn 0.8s 1.4s ease forwards;
}

.p-theone__plan .-box1__in.delighter.started .-box1__in__cont > div + div dl {
  animation: fadeIn 0.8s 1.6s ease forwards;
}

.p-theone__plan .-box2 {
  background: #fff;
  padding: 160px 20px;
}

@media screen and (max-width: 899px) {
  .p-theone__plan .-box2 {
    padding: 30px 20px;
  }
}

.p-theone__plan .-box2 h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.8em;
  font-weight: 500;
}

@media screen and (max-width: 899px) {
  .p-theone__plan .-box2 h2 {
    font-size: 1.4em;
    margin-bottom: 20px;
  }
}

.p-theone__plan .-box2 ul {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}

.p-theone__plan .-box2 ul li {
  background: #E5E2E1;
  padding: 30px 40px;
}

@media screen and (max-width: 899px) {
  .p-theone__plan .-box2 ul li {
    padding: 20px;
  }
}

.p-theone__plan .-box2 ul li:nth-child(2n) {
  background: rgba(229, 226, 225, 0.33);
}

.p-theone__plan .-box2 ul li dl {
  display: flex;
  align-items: center;
  gap: 20px;
}

.p-theone__plan .-box2 ul li dl dt {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 300px;
}

.p-theone__plan .-box2 ul li dl dt > span:first-child {
  width: 60px;
  text-align: center;
}

.p-theone__plan .-box2 ul li dl dt > span + span {
  flex: 1;
  font-size: 1.6em;
  font-weight: 500;
}

.p-theone__plan .-box2 ul li dl dd {
  flex: 1;
}

@media screen and (max-width: 899px) {
  .p-theone__plan .-box2 ul li dl {
    flex-wrap: wrap;
  }
  .p-theone__plan .-box2 ul li dl dt {
    width: 100%;
    justify-content: center;
  }
  .p-theone__plan .-box2 ul li dl dt > span:first-child {
    width: auto;
  }
  .p-theone__plan .-box2 ul li dl dt > span + span {
    flex: none;
    font-size: 1.3em;
  }
  .p-theone__plan .-box2 ul li dl dd {
    width: 100%;
  }
}

.p-theone__plan .-box2 .-catch {
  font-size: 1.8em;
  font-weight: 500;
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 899px) {
  .p-theone__plan .-box2 .-catch {
    font-size: 1.3em;
    margin-top: 30px;
  }
}

.p-theone__plan .-box2.delighter h2 {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__plan .-box2.delighter ul li {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__plan .-box2.delighter .-catch {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__plan .-box2.delighter.started h2 {
  animation: fadeIn 0.8s 0.2s ease forwards;
}

.p-theone__plan .-box2.delighter.started ul li:nth-child(1) {
  animation: fadeIn 0.8s 0.4s ease forwards;
}

.p-theone__plan .-box2.delighter.started ul li:nth-child(2) {
  animation: fadeIn 0.8s 0.6s ease forwards;
}

.p-theone__plan .-box2.delighter.started ul li:nth-child(3) {
  animation: fadeIn 0.8s 0.8s ease forwards;
}

.p-theone__plan .-box2.delighter.started ul li:nth-child(4) {
  animation: fadeIn 0.8s 1.0s ease forwards;
}

.p-theone__plan .-box2.delighter.started ul li:nth-child(5) {
  animation: fadeIn 0.8s 1.2s ease forwards;
}

.p-theone__plan .-box2.delighter.started .-catch {
  animation: fadeIn 0.8s 1.4s ease forwards;
}

.p-theone__plan .-box3 {
  background: rgba(229, 226, 225, 0.33);
  padding: 100px 20px;
}

.p-theone__plan .-box3 ul {
  display: flex;
  justify-content: center;
  gap: 60px;
}

@media screen and (max-width: 899px) {
  .p-theone__plan .-box3 {
    padding: 40px 20px;
  }
  .p-theone__plan .-box3 ul {
    gap: 20px;
  }
}

.p-theone__plan .-box3.delighter {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__plan .-box3.delighter h2 {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__plan .-box3.delighter .-architect {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__plan .-box3.delighter.started {
  animation: fadeIn 0.8s 0.2s ease forwards;
}

.p-theone__plan .-box3.delighter.started h2 {
  animation: fadeIn 0.8s 0.4s ease forwards;
}

.p-theone__plan .-box3.delighter.started .-architect {
  animation: fadeIn 0.8s 0.6s ease forwards;
}

.p-theone__plan .-box4 {
  background: url(img/plan/bg1.png) no-repeat center;
  background-size: cover;
  padding: 120px 20px 100px;
}

.p-theone__plan .-box4 p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.6em;
  font-weight: 500;
  color: #fff;
}

.p-theone__plan .-box4 > div {
  text-align: center;
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 899px) {
  .p-theone__plan .-box4 {
    padding: 50px 20px 30px;
  }
  .p-theone__plan .-box4 p {
    margin-bottom: 20px;
    font-size: 1.2em;
  }
}

.p-theone__plan .-box4.delighter {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__plan .-box4.delighter p {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__plan .-box4.delighter div {
  opacity: 0;
  transform: translateY(40px);
}

.p-theone__plan .-box4.delighter.started {
  animation: fadeIn 0.8s 0.2s ease forwards;
}

.p-theone__plan .-box4.delighter.started p {
  animation: fadeIn 0.8s 0.4s ease forwards;
}

.p-theone__plan .-box4.delighter.started div {
  animation: fadeIn 0.8s 0.6s ease forwards;
}

.p-theone__plan.-premium .-mainimg::before {
  background: url(../../assets/img/20250207/plemium/mainimg.jpg) no-repeat center;
  background-size: cover;
}

.p-theone__plan.-premium .-mainimg::after {
  height: 460px;
  background-image: linear-gradient(180deg, rgba(36, 48, 65, 0), #243041);
}

.p-theone__plan.-premium .-mainimg > div {
  border-color: #fff;
}

.p-theone__plan.-premium .-mainimg > div h1 {
  color: #fff;
}

.p-theone__plan.-premium .-mainimg > div > p {
  color: #fff;
}

.p-theone__plan.-premium .-box1 {
  background: #243041;
}

.p-theone__plan.-premium .-architect {
  max-width: 1000px;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
  height: 400px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 899px) {
  .p-theone__plan.-premium .-architect {
    height: auto;
    padding: 0;
  }
}

.p-theone__plan.-premium .-architect li {
  display: flex;
  align-items: center;
}

.p-theone__plan.-premium .-architect .bx-prev, .p-theone__plan.-premium .-architect .bx-next {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  text-indent: -9999px;
  border-radius: 100%;
}

@media screen and (max-width: 899px) {
  .p-theone__plan.-premium .-architect .bx-prev, .p-theone__plan.-premium .-architect .bx-next {
    width: 30px;
    height: 30px;
  }
}

.p-theone__plan.-premium .-architect .bx-next {
  right: 20px;
}

.p-theone__plan.-premium .-architect .bx-next::before {
  position: absolute;
  content: '';
  left: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 19px;
  height: 19px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

@media screen and (max-width: 899px) {
  .p-theone__plan.-premium .-architect .bx-next::before {
    right: -30px;
    width: 10px;
    height: 10px;
  }
}

.p-theone__plan.-premium .-architect .bx-prev {
  left: 20px;
}

.p-theone__plan.-premium .-architect .bx-prev::before {
  position: absolute;
  content: '';
  right: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 19px;
  height: 19px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-135deg);
}

@media screen and (max-width: 899px) {
  .p-theone__plan.-premium .-architect .bx-prev::before {
    left: -30px;
    width: 10px;
    height: 10px;
  }
}

.p-theone__plan.-premium .-architect__1 {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 899px) {
  .p-theone__plan.-premium .-architect__1 {
    gap: 20px;
    display: block;
    padding: 30px;
  }
  .p-theone__plan.-premium .-architect__1 .-img {
    text-align: center;
    margin-bottom: 15px;
  }
}

.p-theone__plan.-premium .-architect__1 .-txt {
  flex: 1;
}

.p-theone__plan.-premium .-architect__1 .-txt dl {
  font-feature-settings: "palt";
}

.p-theone__plan.-premium .-architect__1 .-txt dl dt {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8em;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (max-width: 899px) {
  .p-theone__plan.-premium .-architect__1 .-txt dl dt {
    font-size: 1.4em;
  }
}

.p-theone__plan.-premium .-architect__1 .-txt dl .-name {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4em;
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-theone__plan.-premium .-architect__1 .-txt dl .-name strong {
  font-weight: 500;
}

.p-theone__plan.-premium .-architect__1 .-txt dl .-name span {
  font-weight: 500;
  font-size: 0.7em;
}

@media screen and (max-width: 899px) {
  .p-theone__plan.-premium .-architect__1 .-txt dl .-name {
    font-size: 1.2em;
  }
}

.p-theone__plan.-premium .-architect__1 .-txt dl .-profile {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 0.9em;
}

@media screen and (max-width: 899px) {
  .p-theone__plan.-premium .-architect__1 .-txt dl .-profile {
    font-size: 0.8em;
    display: grid;
    grid-template-columns: 1fr;
  }
}

.p-theone__form {
  position: relative;
  width: 100%;
  padding: 80px 20px;
}

.p-theone__form h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2em;
  font-weight: bold;
}

.p-theone__form .-form {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  background: #fff;
}

.p-theone__form .-form table tr.-disable {
  background: #efefef;
}

.p-theone__form .-form table tr.-disable.-bg *:not(span) {
  color: #999 !important;
}

.p-theone__form .-form table th {
  width: 260px;
  text-align: left;
}

.p-theone__form .-form table th span {
  display: inline-block;
  float: right;
  font-size: 0.75em;
  color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
}

.p-theone__form .-form table th span.-any {
  background: #4682b4;
}

.p-theone__form .-form table th span.-require {
  background: #b22222;
}

.p-theone__form .-form table td .u-flex {
  justify-content: space-between;
  align-items: center;
}

.p-theone__form .-form table td .u-flex > div {
  width: calc(50% - 10px);
}

.p-theone__form .-form .-privacy {
  overflow-y: scroll;
  margin: 30px 0;
  height: 200px;
  font-size: 0.8em;
  border: 1px solid #ccc;
  padding: 20px;
}

.p-theone__form .-form .-privacy p + p {
  margin-top: 10px;
}

.p-theone__form .-form button, .p-theone__form .-form input[type=submit], .p-theone__form .-form input[type=button] {
  margin: 0 auto;
}

.p-theone__form .-form .contact-btn {
  margin-top: 30px;
}

@media screen and (max-width: 899px) {
  .p-theone__form {
    padding: 30px 20px;
  }
  .p-theone__form .-form table tr th, .p-theone__form .-form table tr td {
    display: block;
    width: 100% !important;
    padding: 10px !important;
  }
  .p-theone__form .-form table tr th {
    border: none !important;
    padding-bottom: 0 !important;
    font-weight: bold;
  }
  .p-theone__form .-form .-privacy {
    padding: 10px;
    height: 150px;
  }
}

/* ==========================================================================
 component
============================================================================*/
.-slider {
  width: 2354px;
  left: 50%;
  margin-left: calc(-2354px / 2);
  position: relative;
}

.-slider--wrap {
  overflow: hidden;
}

.-slider .bx-controls-direction {
  max-width: 850px;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
}

.-slider .bx-controls-direction > a {
  position: absolute;
  top: 0;
  bottom: 0;
  background: url(img/20240723/prev.png) no-repeat center;
  background-size: contain;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  margin: auto 0;
}

.-slider .bx-controls-direction > a.bx-prev {
  left: 0;
}

.-slider .bx-controls-direction > a.bx-next {
  right: 0;
  background: url(img/20240723/next.png) no-repeat center;
}

@media screen and (max-width: 899px) {
  .-slider {
    width: 1080px;
    margin-left: calc(-1080px / 2);
  }
  .-slider li {
    width: 360px !important;
    margin-right: 0 !important;
    padding: 15px;
  }
  .-slider .bx-controls-direction {
    max-width: calc(100vw - 20px);
  }
}

.c-table--3 {
  width: 100%;
}

.c-table--3 th, .c-table--3 td {
  border-bottom: 1px solid #aaa;
  padding: 20px;
  vertical-align: middle;
}
