* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
@supports (-webkit-tap-highlight-color: transparent) {
  * {
    -webkit-tap-highlight-color: transparent;
  }
}
@supports ((-webkit-text-size-adjust: 100%) or (-moz-text-size-adjust: 100%) or (text-size-adjust: 100%)) {
  * {
    -webkit-text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
     -ms-text-size-adjust: 100% !important;
         text-size-adjust: 100% !important;
  }
}

select,
button,
input,
textarea,
button {
  border: 1px solid #333;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table,
td,
th {
  border: 1px solid #333;
}

td,
th {
  line-height: 1.5;
  padding: 0.3em 0.4em;
}

th {
  font-weight: bold;
  font-size: 1.05em;
}

html {
  font-size: 100%;
  background-color: #ffffff;
  word-break: break-word;
}

body {
  min-height: 100vh;
  color: #333;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 14px/1.6 sans-serif;
  background-color: #ffffff;
}

hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 1em 0;
  height: 0;
  border-top: 1px solid #ccc;
}

button:disabled {
  cursor: default;
}

a,
a:active,
a:link,
a:visited {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: underline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
dialog,
hr,
img {
  display: block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  display: inline-block;
  vertical-align: middle;
}

[hidden],
dialog:not([open]),
template {
  display: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

input,
select {
  vertical-align: middle;
}

button {
  vertical-align: inherit;
  line-height: inherit;
  cursor: pointer;
}

button,
select {
  text-transform: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: 1em;
}

mark {
  background-color: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

:root {
  --font-color: #2E2E2E;
  --key-color: #2851FF;
  --bg-color: #F5F6F8;
  --orange-color:#EFBA42;
}

body {
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: var(--font-color);
}

.inner {
  max-width: 1240px;
  margin: auto;
  padding: 0 40px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1024px) {
  .inner {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

svg {
  width: 1em;
  min-width: 1em;
  height: 1em;
  overflow: visible;
  display: block;
}

.sp-show {
  display: none;
}
@media (max-width: 767px) {
  .sp-show {
    display: block;
  }
}

.pc-show {
  display: block;
}
@media (max-width: 767px) {
  .pc-show {
    display: none;
  }
}

.pc-show-1023 {
  display: none;
}

.nowrap {
  white-space: nowrap;
  display: inline-block;
}

.color-blue {
  color: var(--key-color);
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 50px 20px 50px;
}
header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 490px;
  height: 68px;
  font-size: 23px;
  line-height: 1.348;
  letter-spacing: 0.04em;
  position: relative;
  color: var(--key-color);
  border: 1px solid var(--key-color);
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .right a svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  fill: var(--key-color);
}
header .right a.blue {
  background-color: var(--key-color);
  color: #fff;
}
header .right a.blue svg {
  fill: #fff;
}
header .right a:hover, header .right a:focus {
  text-decoration: none;
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
  -webkit-box-shadow: 0 0 0 0.75em transparent;
          box-shadow: 0 0 0 0.75em transparent;
}
header .logo {
  font-size: 19px;
  line-height: 1.368;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .logo svg {
  width: 267.127px;
  height: 44.106px;
}
header .logo:hover {
  text-decoration: none;
  opacity: 0.8;
}
header .logo span {
  display: block;
  padding-bottom: 4px;
}
@media (max-width: 1366px) {
  header {
    padding: 25px 50px 20px;
  }
}
@media (max-width: 1199px) {
  header {
    padding: 25px 25px 20px;
  }
}
@media (max-width: 1023px) {
  header .right a {
    width: 310px;
    height: 50px;
    font-size: 14px;
  }
  header .logo {
    font-size: 16px;
  }
  header .logo div {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  header {
    display: none;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--key-color);
            box-shadow: 0 0 0 0 var(--key-color);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--key-color);
            box-shadow: 0 0 0 0 var(--key-color);
  }
}
.hero {
  background: url(../img/hero.webp) no-repeat center center/cover;
  height: calc(100vh - 119px);
  min-height: 600px;
  max-height: 1180px;
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2%;
}
.hero .wrap {
  position: relative;
  z-index: 2;
}
.hero h2 {
  font-size: clamp(70px, 30.5487px + 2.8881vw, 86px);
  line-height: 1.042;
  font-weight: 900;
  text-align: center;
  padding-bottom: clamp(80px, -92.5993px + 12.6354vw, 150px);
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(33.33%, #fff), color-stop(66.66%, transparent));
  -webkit-mask-image: linear-gradient(to right, #fff 33.33%, transparent 66.66%);
          mask-image: -webkit-gradient(linear, left top, right top, color-stop(33.33%, #fff), color-stop(66.66%, transparent));
          mask-image: linear-gradient(to right, #fff 33.33%, transparent 66.66%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-position: 100% 0%;
          mask-position: 100% 0%;
}
.hero h2.do {
  -webkit-mask-position: 0% 0%;
          mask-position: 0% 0%;
  transition: -webkit-mask-position 2s ease;
  -webkit-transition: -webkit-mask-position 2s ease;
  transition: mask-position 2s ease;
  transition: mask-position 2s ease, -webkit-mask-position 2s ease;
}
.hero:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  position: absolute;
}
.hero .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
  -webkit-transform: translatey(50px);
      -ms-transform: translatey(50px);
          transform: translatey(50px);
  -webkit-transition: opacity 2s ease-out, -webkit-transform 2s ease-out;
  transition: opacity 2s ease-out, -webkit-transform 2s ease-out;
  transition: opacity 2s ease-out, transform 2s ease-out;
  transition: opacity 2s ease-out, transform 2s ease-out, -webkit-transform 2s ease-out;
}
.hero .content.do {
  opacity: 1;
  -webkit-transform: translatey(0);
      -ms-transform: translatey(0);
          transform: translatey(0);
}
.hero .content > div {
  width: 31%;
  background-color: rgba(255, 255, 255, 0.72);
  border: 4px solid var(--key-color);
  border-radius: 15px;
  color: var(--font-color);
  text-align: center;
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
}
.hero .content .num {
  width: 90px;
  height: 90px;
  background-color: var(--key-color);
  color: #fff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 1.225;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -45px;
}
.hero .content .tit {
  font-size: clamp(40px, 15.343px + 1.8051vw, 50px);
  line-height: 56px;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.hero .content .tit .font70 {
  font-size: clamp(60px, 35.343px + 1.8051vw, 70px);
}
.hero .content .tit .font65 {
  font-size: clamp(55px, 30.343px + 1.8051vw, 65px);
}
.hero .content .tit .rig {
  padding-right: 8px;
  position: relative;
  top: 3px;
}
.hero .content .tit .font47 {
  font-size: clamp(37px, 12.343px + 1.8051vw, 47px);
  letter-spacing: 0;
}
.hero .content .tit .font45 {
  font-size: clamp(35px, 10.343px + 1.8051vw, 45px);
  letter-spacing: 0.01em;
}
.hero .content .tit .font42 {
  font-size: clamp(32px, 7.343px + 1.8051vw, 42px);
  letter-spacing: -0.05em;
}
.hero .content p {
  font-size: clamp(28px, 18.1372px + 0.722vw, 32px);
  line-height: 1.25;
  padding-top: clamp(25px, 0.343px + 1.8051vw, 35px);
}
@media (max-width: 1199px) {
  .hero {
    height: 100%;
    padding: 150px 0 100px;
  }
  .hero .content p {
    font-size: 20px;
  }
  .hero .content .tit {
    font-size: 27px;
    line-height: 31px;
  }
  .hero .content .tit .font70 {
    font-size: 39px;
  }
  .hero .content .tit .font65 {
    font-size: 37px;
  }
  .hero .content .tit .rig {
    padding-right: 8px;
    position: relative;
    top: 3px;
  }
  .hero .content .tit .font47 {
    font-size: 27px;
    letter-spacing: 0;
  }
  .hero .content .tit .font45 {
    font-size: 25px;
  }
  .hero .content .tit .font42 {
    font-size: 24px;
  }
  .hero h2 {
    font-size: 55px;
  }
}
@media (max-width: 1023px) {
  .hero h2 {
    font-size: 45px;
  }
  .hero .content p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hero {
    padding: 33px 0 55px;
  }
  .hero h2 {
    font-weight: 900;
  }
  .hero .content .num {
    top: -25px;
  }
  .hero .content > div {
    padding: 20px 0;
  }
  .hero .content p {
    font-size: 10px;
    padding-top: 12px;
    font-weight: 700;
  }
  .hero .content .tit {
    font-size: 16px;
    line-height: 1.15;
    letter-spacing: 0;
  }
  .hero .content .tit .rig {
    padding-right: 3px;
    top: 1px;
  }
  .hero .content .tit .font70 {
    font-size: 23px;
  }
  .hero .content .tit .font65 {
    font-size: 18px;
  }
  .hero .content .tit .font47 {
    font-size: 16px;
    letter-spacing: 0;
  }
  .hero .content .tit .font45 {
    font-size: 15px;
  }
  .hero .content .tit .font42 {
    font-size: 14px;
  }
  .hero .content .num {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .hero .content > div {
    border: 2px solid var(--key-color);
    width: 32.5%;
  }
  .hero .wrap {
    width: 100%;
    padding: 0 10px;
  }
  .hero .wrap .inner {
    padding: 0;
  }
  .hero h2 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 1.6;
    padding: 86px 0 44px;
  }
  .hero .foot-logo {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .hero .foot-logo:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .hero .foot-logo svg {
    width: 212px;
    height: 38px;
  }
  .hero .foot-logo img {
    max-width: 212px;
  }
}
@media (max-width: 400px) {
  .hero h2 {
    font-size: 27px;
  }
  .hero .content p {
    font-size: 10px;
  }
  .hero .content .tit {
    font-size: 14px;
    line-height: 1.15;
    letter-spacing: 0;
  }
  .hero .content .tit .rig {
    padding-right: 3px;
    top: 1px;
  }
  .hero .content .tit .font70 {
    font-size: 22px;
  }
  .hero .content .tit .font65 {
    font-size: 17px;
  }
  .hero .content .tit .font47 {
    font-size: 14px;
    letter-spacing: 0;
  }
  .hero .content .tit .font45 {
    font-size: 13px;
  }
  .hero .content .tit .font42 {
    font-size: 12px;
  }
}

.exclusive {
  margin: 125px auto 160px;
}
@media (max-width: 1199px) {
  .exclusive {
    margin: 80px auto;
  }
  .exclusive figure {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .exclusive {
    margin: 60px 0;
  }
  .exclusive .inner {
    padding: 0;
  }
}

a.more {
  display: block;
  max-width: 600px;
  margin: 50px auto 0;
  background-color: var(--key-color);
  color: #fff;
  text-align: center;
  font-size: 26px;
  line-height: 1.35;
  letter-spacing: 0.04em;
  padding: 25px 0;
  border-radius: 50px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.more svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  fill: #fff;
}
a.more:hover {
  -webkit-box-shadow: 0 0.5em 0.5em -0.4em var(--key-color);
          box-shadow: 0 0.5em 0.5em -0.4em var(--key-color);
  -webkit-transform: translateY(-0.25em);
      -ms-transform: translateY(-0.25em);
          transform: translateY(-0.25em);
  text-decoration: none;
}
@media (max-width: 767px) {
  a.more {
    max-width: 300px;
    font-size: 16px;
    padding: 15px 0;
    margin: 40px auto 0;
  }
  a.more svg {
    right: 15px;
  }
}

.title {
  font-weight: 900;
  text-align: center;
}
.title > span {
  font-size: 36px;
  line-height: 1.19;
}
.title h3 {
  font-size: 53px;
  line-height: 1.2;
  padding-top: 2px;
}
@media (max-width: 1023px) {
  .title > span {
    font-size: 27px;
  }
  .title h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .title > span {
    font-size: 16px;
  }
  .title h3 {
    font-size: 24px;
  }
}

.oneself {
  padding: 110px 0 165px;
  background-color: var(--bg-color);
}
.oneself .content {
  padding-bottom: 60px;
}
.oneself .title {
  padding-bottom: 80px;
}
.oneself .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.oneself .box .num {
  color: rgba(239, 186, 66, 0.52);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  font-size: 138px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: 1;
}
.oneself .box .pic {
  max-width: 600px;
  margin-right: 85px;
  position: relative;
}
.oneself .box .pic img {
  border-radius: 15px;
}
@media (max-width: 1280px) {
  .oneself .box .pic {
    max-width: 546px;
  }
}
.oneself .box .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #F4F0F0;
  margin: 0 6.5px;
  opacity: 1;
}
.oneself .box .swiper-pagination-bullet-active {
  background-color: var(--key-color);
}
.oneself .box .swiper-button-prev, .oneself .box .swiper-button-next {
  position: relative;
  background-color: #767676;
  width: 38px;
  height: 38px;
}
.oneself .box .swiper-button-prev::after, .oneself .box .swiper-button-next::after {
  display: none;
}
.oneself .box .swiper-button-prev::before {
  content: "";
  background: url(../img/left.svg) no-repeat center center/cover;
  width: 15px;
  height: 21px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.oneself .box .swiper-button-next::before {
  content: "";
  background: url(../img/left.svg) no-repeat center center/cover;
  width: 15px;
  height: 21px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.oneself .box .swiper-button-next {
  right: -20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.oneself .box .swiper-button-prev {
  left: -20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.oneself .txt {
  position: relative;
  z-index: 2;
}
.oneself .txt h4 {
  font-size: 31px;
  line-height: 1.343;
}
.oneself .txt p {
  font-size: 18px;
  font-weight: 500;
  padding-top: 60px;
}
.oneself .option {
  margin-top: 40px;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  padding: 40px 115px 30px 120px;
}
.oneself .option h3 {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2333;
  position: absolute;
  top: -14px;
  left: 43px;
}
.oneself .option p {
  font-size: 20px;
  line-height: 1.25;
  padding-top: 10px;
}
.oneself .option ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.oneself .option ul figure {
  height: 135px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.oneself .option ul li:first-child figure {
  width: 130px;
}
.oneself .option ul li:nth-child(2) figure {
  width: 144px;
}
.oneself .option ul li:nth-child(3) figure {
  width: 179px;
}
.oneself .option ul li:nth-child(4) figure {
  width: 115px;
}
@media (max-width: 1199px) {
  .oneself {
    padding: 80px 0;
  }
  .oneself .content {
    padding-bottom: 45px;
  }
  .oneself .title {
    padding-bottom: 60px;
  }
  .oneself .box .pic {
    max-width: 480px;
    margin-right: 60px;
  }
  .oneself .txt h4 {
    font-size: 25px;
  }
  .oneself .option {
    padding: 40px 60px 30px;
  }
  .oneself .box .num {
    font-size: 110px;
  }
}
@media (max-width: 1023px) {
  .oneself .box .pic {
    max-width: 300px;
    margin-right: 60px;
  }
  .oneself .option {
    padding: 40px 40px 30px;
  }
  .oneself .option ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .oneself .txt h4 {
    font-size: 22px;
  }
  .oneself .txt p {
    font-size: 14px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .oneself {
    padding: 60px 0;
  }
  .oneself .txt h4 {
    line-height: 1.375;
  }
  .oneself .txt p {
    padding-top: 20px;
    line-height: 1.6;
  }
  .oneself .box .num {
    font-size: 76px;
    top: -55px;
  }
  .oneself .box .swiper-button-prev, .oneself .box .swiper-button-next {
    width: 21px;
    height: 21px;
  }
  .oneself .box .swiper-button-prev::before, .oneself .box .swiper-button-next::before {
    width: 13px;
    height: 12px;
    background-size: contain;
  }
  .oneself .box .swiper-button-prev {
    left: -10px;
    top: 62%;
  }
  .oneself .box .swiper-button-next {
    right: -10px;
    top: 62%;
  }
  .oneself .title {
    padding-bottom: 80px;
  }
  .oneself .content {
    padding-bottom: 80px;
  }
  .oneself .content .box {
    display: block;
  }
  .oneself .content .box .pic {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .oneself .option {
    margin-top: -20px;
    padding: 40px 20px 20px;
  }
  .oneself .option ul {
    gap: 20px;
  }
  .oneself .option ul li:first-child figure {
    width: 80px;
  }
  .oneself .option ul li:nth-child(2) figure {
    width: 100px;
  }
  .oneself .option ul li:nth-child(3) figure {
    width: 120px;
  }
  .oneself .option ul li:nth-child(4) figure {
    width: 75px;
  }
  .oneself .option ul figure {
    height: 88px;
  }
  .oneself .option p {
    font-size: 16px;
  }
  .oneself .option h3 {
    font-size: 22px;
    text-align: center;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -12px;
  }
}

.oneself + .slide-one {
  background-color: var(--bg-color);
}

.slide-one {
  margin-left: -30px;
}
.slide-one .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.slide-one .swiper-slide {
  width: 440px;
}
.slide-one img {
  border-radius: 15px;
}
@media (max-width: 1024px) {
  .slide-one {
    margin-left: 0;
    overflow-x: hidden;
  }
  .slide-one .swiper-slide {
    width: 342px;
  }
}
@media (max-width: 767px) {
  .slide-one .swiper-slide {
    width: 200px;
  }
}

.diverse {
  background-color: var(--bg-color);
  padding: 120px 0 135px;
}
.diverse .inner > p {
  font-size: 30px;
  line-height: 1.33;
  text-align: center;
  padding: 40px 0 120px;
}
.diverse ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.diverse ul li {
  width: 30%;
  position: relative;
  padding-top: 45px;
}
.diverse ul figure {
  max-width: 288px;
  margin: 0 auto;
}
.diverse ul p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6667;
}
.diverse h4 {
  font-size: 29px;
  line-height: 1.1667;
  text-align: center;
  padding: 30px 0 25px;
  min-height: 157px;
}
@media (max-width: 1280px) {
  .diverse h4 {
    font-size: 27px;
  }
}
.diverse .num {
  color: rgba(40, 81, 255, 0.52);
  font-size: 121px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-style: italic;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 2;
}
@media (max-width: 1199px) {
  .diverse {
    padding: 80px 0;
  }
  .diverse h4 {
    font-size: 23px;
  }
  .diverse ul p {
    font-size: 15px;
  }
  .diverse .inner > p {
    padding: 40px 0 80px;
  }
}
@media (max-width: 1023px) {
  .diverse .inner > p {
    font-size: 22px;
    padding: 30px 0 40px;
  }
  .diverse h4 {
    font-size: 17px;
    min-height: auto;
  }
  .diverse .num {
    font-size: 70px;
    top: -5px;
  }
}
@media (max-width: 767px) {
  .diverse {
    padding: 60px 0;
  }
  .diverse .inner > p {
    font-size: 16px;
    padding: 30px 0 20px;
    line-height: 1.73;
    text-align: left;
  }
  .diverse h4 {
    font-size: 22px;
    line-height: 1.375;
  }
  .diverse .num {
    left: 12%;
    top: 20px;
  }
  .diverse ul {
    display: block;
  }
  .diverse ul figure {
    max-width: 255px;
  }
  .diverse ul li {
    width: 100%;
    padding-top: 55px;
  }
  .diverse ul p {
    line-height: 1.6;
    font-size: 15px;
  }
}

.volroom {
  padding: 140px 0 15px;
}
.volroom .tit {
  text-align: center;
  font-size: 53px;
  line-height: 1.2075;
  font-weight: 900;
}
.volroom .tit .font58 {
  font-size: 58px;
  line-height: 1.2069;
}
.volroom .tit .font49 {
  font-size: 49px;
  line-height: 1.2041;
}
.volroom .tit .font108 {
  font-size: 108px;
  line-height: 1.2222;
  padding: 0 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.volroom ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
  margin-top: 60px;
}
.volroom ul p {
  background-color: var(--bg-color);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  text-align: center;
  font-size: 27px;
  padding: 7px 0 14px;
}
.volroom .plan {
  margin-top: 130px;
  background-color: var(--bg-color);
  position: relative;
  padding-bottom: 70px;
}
.volroom .plan .tit {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  line-height: 1.2167;
}
.volroom .plan .box {
  padding-top: 60px;
}
.volroom .plan .box span {
  display: block;
  background-color: #2851FF;
  color: #fff;
  max-width: 304px;
  margin: 0 auto 25px;
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.1em;
  padding: 3px 0;
}
.volroom .plan .box .text {
  max-width: 925px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 25px;
}
.volroom .plan .box .text.mag {
  padding-top: 0;
}
.volroom .plan .box .text .ttl {
  font-size: 35px;
  line-height: 1.3429;
}
.volroom .plan .box .text p {
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}
.volroom .plan .box .right {
  font-size: 25px;
  line-height: 1.32;
  min-width: 183px;
  text-align: right;
}
.volroom .plan .box .right strong {
  font-size: 43px;
  line-height: 1.3256;
}
@media (max-width: 1199px) {
  .volroom {
    padding: 80px 0 15px;
  }
  .volroom .plan {
    margin-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .volroom .plan .box .text .ttl {
    font-size: 26px;
  }
  .volroom .plan .box .right {
    font-size: 20px;
    text-align: right;
  }
  .volroom .plan .box .right strong {
    font-size: 30px;
  }
  .volroom ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .volroom .tit {
    font-size: 43px;
  }
  .volroom .tit .font58 {
    font-size: 47px;
  }
  .volroom .tit .font49 {
    font-size: 40px;
  }
  .volroom .tit .font108 {
    font-size: 89px;
  }
}
@media (max-width: 1023px) {
  .volroom ul p {
    font-size: 20px;
  }
  .volroom .plan .box .text .ttl {
    font-size: 25px;
  }
  .volroom .plan .box .text p {
    font-size: 15px;
  }
  .volroom .plan .box .right {
    font-size: 22px;
  }
  .volroom .plan .box .right strong {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .volroom {
    padding: 60px 0 0;
  }
  .volroom ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
    margin-top: 40px;
  }
  .volroom ul p {
    font-size: 15px;
    padding: 7px 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .volroom .tit {
    font-size: 22px;
    line-height: 1.21;
  }
  .volroom .tit div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .volroom .tit .font58 {
    font-size: 26px;
    line-height: 1.21;
  }
  .volroom .tit .font108 {
    font-size: 49px;
    padding: 0 10px;
    line-height: 1.21;
  }
  .volroom .tit .font49 {
    font-size: 21px;
    line-height: 1.21;
  }
  .volroom .plan {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 44px;
    margin-top: 70px;
  }
  .volroom .plan .tit {
    font-size: 33px;
    top: -25px;
  }
  .volroom .plan .box {
    padding-top: 50px;
  }
  .volroom .plan .box span {
    max-width: 170px;
    margin: 0 auto 10px;
  }
  .volroom .plan .box .text {
    padding-top: 15px;
  }
  .volroom .plan .box .text p {
    white-space: normal;
  }
  .volroom .plan .box .text .ttl {
    font-size: 18px;
    min-width: 240px;
  }
  .volroom .plan .box .right {
    font-size: 16px;
    min-width: auto;
  }
  .volroom .plan .box .right strong {
    font-size: 24px;
  }
  .volroom .plan .box span {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .volroom .plan .box .text {
    display: block;
  }
  .volroom .plan .box .text .left {
    text-align: center;
  }
  .volroom .plan .box .text .right {
    text-align: center;
  }
  .volroom .plan .box .text.mag {
    padding-top: 5px;
  }
  .volroom .tit {
    font-size: 21px;
  }
  .volroom .tit .font58 {
    font-size: 20px;
  }
  .volroom .tit .font108 {
    font-size: 40px;
  }
  .volroom .tit .font49 {
    font-size: 16px;
  }
}

.floor {
  text-align: center;
  padding: 170px 0 210px;
}
.floor h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  line-height: 1.2167;
  margin-bottom: -80px;
}
.floor .tit {
  font-size: 30px;
  line-height: 1.1667;
  font-weight: 900;
}
.floor p {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  padding-top: 10px;
}
.floor figure {
  max-width: 938px;
  margin: 0 auto;
}
.floor .common {
  padding-top: 140px;
}
.floor .more {
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .floor {
    padding: 80px 0;
  }
  .floor figure {
    max-width: 600px;
  }
  .floor h2 {
    margin-bottom: -20px;
  }
  .floor .common {
    padding-top: 60px;
  }
  .floor .more {
    margin-top: 50px;
  }
}
@media (max-width: 1023px) {
  .floor p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .floor {
    padding: 60px 0;
  }
  .floor h2 {
    font-size: 33px;
    line-height: 1.22;
    margin-bottom: 0;
  }
  .floor .tit {
    font-size: 22px;
    line-height: 1;
  }
  .floor p {
    font-size: 15px;
    padding: 20px 0;
  }
  .floor .common {
    padding-top: 40px;
  }
}

.voice {
  background-color: var(--bg-color);
  padding-bottom: 165px;
}
.voice h2 {
  font-size: 53px;
  line-height: 1.2075;
  padding-top: 180px;
  text-align: center;
  color: var(--key-color);
}
.voice .common .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 80px;
}
.voice .left {
  margin-right: 90px;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  line-height: 1.36;
  white-space: nowrap;
}
.voice .left img {
  min-width: 257px;
  margin-bottom: 18px;
}
.voice .right {
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  font-size: 25px;
  line-height: 1.8;
  padding: 48px 30px;
}
.voice .right::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27.5px 43px 27.5px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: -43px;
  top: 80px;
}
@media (max-width: 1199px) {
  .voice {
    padding: 20px 0 80px;
  }
  .voice .right {
    font-size: 20px;
  }
  .voice .common .box {
    margin-top: 60px;
  }
  .voice h2 {
    padding-top: 60px;
  }
}
@media (max-width: 1023px) {
  .voice .left {
    font-size: 14px;
    margin-right: 55px;
  }
  .voice .left img {
    min-width: 160px;
    max-width: 160px;
  }
  .voice h2 {
    font-size: 40px;
  }
  .voice .right {
    font-size: 15px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .voice {
    padding: 0 0 60px;
  }
  .voice .left {
    font-size: 12px;
    margin-right: 30px;
  }
  .voice .left img {
    min-width: 88px;
    max-width: 88px;
  }
  .voice .right {
    padding: 20px;
    line-height: 1.73;
  }
  .voice .right::before {
    border-width: 13.5px 21px 13.5px 0;
    left: -21px;
    top: 35px;
  }
  .voice .common .box {
    margin-top: 30px;
  }
  .voice h2 {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.21;
  }
}

.exclusive figure.normalmove, .title.normalmove, .oneself .box .num.normalmove, .oneself .txt h4.normalmove, .oneself .txt p.normalmove, .oneself .option ul.normalmove, .diverse .inner > p.normalmove, .diverse .num.normalmove, .access .google-map.normalmove, .diverse ul figure.normalmove, .diverse h4.normalmove, .diverse ul p.normalmove, .volroom .inner > .tit.normalmove, .volroom ul li.normalmove, .volroom .plan .box span.normalmove, .volroom .plan .box .text.normalmove, .floor h2.normalmove, .floor figure.normalmove, .floor .tit.normalmove, .floor p.normalmove, .voice h2.normalmove, .voice .common .box.normalmove, .access h2.normalmove, .access strong.normalmove, .access h3.normalmove, .access .add-one.normalmove, .access .bus.normalmove, .access .flex > div.normalmove {
  -webkit-transition-timing-function: cubic-bezier(0.34, 0.96, 0.56, 0.99);
          transition-timing-function: cubic-bezier(0.34, 0.96, 0.56, 0.99);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
}
.exclusive figure.normalanimate, .title.normalanimate, .oneself .box .num.normalanimate, .oneself .txt h4.normalanimate, .oneself .txt p.normalanimate, .oneself .option ul.normalanimate, .diverse .inner > p.normalanimate, .diverse .num.normalanimate, .access .google-map.normalanimate, .diverse ul figure.normalanimate, .diverse h4.normalanimate, .diverse ul p.normalanimate, .volroom .inner > .tit.normalanimate, .volroom ul li.normalanimate, .volroom .plan .box span.normalanimate, .volroom .plan .box .text.normalanimate, .floor h2.normalanimate, .floor figure.normalanimate, .floor .tit.normalanimate, .floor p.normalanimate, .voice h2.normalanimate, .voice .common .box.normalanimate, .access h2.normalanimate, .access strong.normalanimate, .access h3.normalanimate, .access .add-one.normalanimate, .access .bus.normalanimate, .access .flex > div.normalanimate {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.access {
  padding: 160px 0 185px;
}
.access .inner {
  max-width: 1117px;
}
.access h2 {
  font-size: 60px;
  line-height: 1.2167;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.access strong {
  display: block;
  text-align: center;
  font-size: 50px;
  line-height: 1.28;
  font-weight: 900;
  padding: 60px 0 80px;
}
.access .map {
  height: 515px;
}
.access h3 {
  text-align: center;
  font-size: 35px;
  line-height: 1;
  padding-top: 40px;
}
.access .add-one {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  padding: 10px 0 20px;
  font-weight: 500;
}
.access .google-map {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  background-color: #2E2E2E;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  padding: 15px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.access .google-map svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
.access .google-map:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0.5em 0.5em -0.4em #2E2E2E;
          box-shadow: 0 0.5em 0.5em -0.4em #2E2E2E;
  -webkit-transform: translateY(-0.25em);
      -ms-transform: translateY(-0.25em);
          transform: translateY(-0.25em);
}
.access .bus {
  font-size: 20px;
  font-weight: 500;
  max-width: 916px;
  margin: 0 auto;
  padding: 40px 0 110px;
}
.access .flex > div {
  width: 46%;
}
.access .flex-img figure:first-child {
  margin-right: 10px;
}
.access .flex, .access .flex-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.access .flex p, .access .flex-img p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 10px;
}
.access .more {
  margin-top: 55px;
}
@media (max-width: 1199px) {
  .access {
    padding: 80px 0;
  }
  .access strong {
    padding: 30px 0 40px;
  }
  .access .bus {
    padding: 40px 0 60px;
  }
  .access .flex > div {
    width: 48%;
  }
  .access .flex p {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .access strong {
    font-size: 30px;
  }
  .access .bus {
    font-size: 14px;
  }
  .access .flex p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .access {
    padding: 60px 0;
  }
  .access h2 {
    font-size: 33px;
  }
  .access strong {
    font-size: 22px;
    line-height: 1.25;
  }
  .access .map {
    height: 300px;
  }
  .access h3 {
    font-size: 19px;
    padding-top: 22px;
  }
  .access .add-one {
    font-size: 15px;
    padding: 10px 0;
  }
  .access .google-map {
    max-width: 220px;
    font-size: 14px;
    padding: 10px 0;
  }
  .access .bus {
    line-height: 1.4;
    padding: 17px 0 50px;
  }
  .access .more {
    margin-top: 35px;
  }
  .access .flex {
    display: block;
  }
  .access .flex p {
    line-height: 1.6;
  }
  .access .flex > div {
    width: 100%;
  }
  .access .flex > div:first-child {
    margin-bottom: 30px;
  }
}

footer {
  padding: 95px 0 20px;
  background-color: #2E2E2E;
  color: #fff;
}
footer .foot-logo {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 29px;
  line-height: 1.31;
  font-weight: 500;
}
footer .foot-logo img {
  max-width: 410px;
}
footer .foot-logo svg {
  width: 410px;
  height: 73px;
}
footer .foot-logo:hover {
  opacity: 0.8;
  text-decoration: none;
}
footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .right {
  font-weight: 500;
}
footer .right p {
  font-size: 26px;
  line-height: 1.346;
}
footer .right .copy {
  font-size: 20px;
  line-height: 1.37;
  text-align: right;
  padding-top: 15px;
}
footer .privacy {
  display: block;
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-top: 80px;
}
@media (max-width: 1023px) {
  footer {
    padding: 40px 0;
  }
  footer .inner {
    display: block;
  }
  footer .foot-logo {
    display: block;
    max-width: 410px;
    margin: 0 auto 30px;
  }
  footer .right {
    text-align: center;
  }
  footer .right .copy {
    text-align: center;
  }
  footer .privacy {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 35px 0;
  }
  footer .foot-logo {
    font-size: 16px;
    max-width: 212px;
    margin: 0 auto;
  }
  footer .foot-logo img {
    max-width: 212px;
  }
  footer .foot-logo svg {
    width: 212px;
    height: 38px;
  }
  footer .privacy {
    margin-top: 30px;
    font-size: 14px;
  }
  footer .right .copy {
    font-size: 14px;
    padding-top: 25px;
  }
  footer .right p {
    display: none;
  }
}

.bkt {
  background-color: var(--font-color);
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 105px;
  right: 50px;
  border-radius: 100%;
  color: #fff;
  opacity: 0;
  -webkit-transition: 1.6s;
  transition: 1.6s;
  -webkit-transform: translateX(71px);
      -ms-transform: translateX(71px);
          transform: translateX(71px);
  cursor: pointer;
  z-index: 10;
}
.bkt:hover {
  background-color: var(--key-color);
}
.bkt svg {
  width: 24px;
  height: 42px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.bkt.show {
  opacity: 1;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
@media (max-width: 1500px) {
  .bkt {
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .bkt {
    width: 40px;
    height: 40px;
    right: 20px;
  }
  .bkt svg {
    width: 12px;
    height: 21px;
  }
}