body {
  color: #3c3c3c;
  font-family: "UD Shin Go Medium", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: initial;
  padding: 0;
}

@media screen and (max-width: 1023px) {
  body {
    font-size: 13px;
    line-height: 1.7307692308;
    letter-spacing: 0.05em;
  }
}

header{
  font-family: "UD Shin Go Regular", sans-serif;
}

main.business {
  background: #fff;
  height: auto;
  overflow: hidden;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  /* width: 100%; */
  transition: all .3s;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  width: auto;
  vertical-align: bottom;
}

svg {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  vertical-align: middle;
}

/*
	SETTING CSS
*/
@media screen and (min-width: 1024px) {
  .pc-none {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .sp-none {
    display: none !important;
  }
}

/* ===============
*  common
=============== */
.sec-title {
  display: inline-block;
  font-size: 57.5px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding-left: 25px;
  background: linear-gradient(90deg, #908FCC 0%, #6BB96B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.3;
}

@media screen and (max-width: 1023px) {
  .sec-title {
    font-size: 28px;
    padding-left: 20px;
  }
}

.btn {
  max-width: 200px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .btn {
    max-width: 100px;
  }
}

.btn a {
  color: #5a5a5a;
  border: 1px solid #5a5a5a;
  padding: 12px 40px 12px 0;
  border-radius: 24px;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 400;
  font-family: "UD Shin Go Regular", sans-serif;
  text-align: center;
  cursor: pointer;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .btn a {
    padding: 12px 30px 12px 0;
    font-size: 10px;
  }
}

.btn .arrow {
  background-color: #5a5a5a;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

@media screen and (max-width: 1023px) {
  .btn .arrow {
    width: 25px;
    height: 25px;
  }
}

.btn .arrow img {
  max-width: 23px;
  width: 100%;
  margin-top: -5px;
}

@media screen and (max-width: 1023px) {
  .btn .arrow img {
    max-width: 15px;
    margin-top: -2px;
  }
}

.btn:hover .arrow {
  transform: translateY(-50%) scale(0.8);
}



/* ===============
*  hamburger
=============== */
/* .header {
  display: none;
}

@media screen and (max-width: 1023px) {
  .header {
    display: block;
    position: fixed;
    z-index: 900;
    top: 65px;
    right: 0;
    left: 0;
    height: 55px;
  }

  .header__inner {
    padding: 0 20px;
    height: inherit;
    display: flex;
    justify-content: flex-end;
  }

  .header__hamburger {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    position: relative;
    z-index: 999;
    width: 25px;
    height: inherit;
    cursor: pointer;
    transition: .3s;
  }

  .header__hamburger.is-open {
    background-color: transparent;
  }

  .header__hamburger span {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 25px;
    height: 2px;
    background-color: #999;
    transition: .5s;
  }

  .header__hamburger span:nth-of-type(1) {
    top: -7px;
  }

  .header__hamburger span:nth-of-type(2) {
    top: 0;
  }

  .header__hamburger span:nth-of-type(3) {
    top: 7px;
  }

  .header__hamburger.is-open span:nth-of-type(1) {
    top: 0;
    transform: translateX(-50%) rotate(30deg);
  }

  .header__hamburger.is-open span:nth-of-type(2) {
    opacity: 0;
  }

  .header__hamburger.is-open span:nth-of-type(3) {
    top: -3.5px;
    transform: translateX(-50%) rotate(-30deg);
  }

  .header__drawer {
    padding: 60px 27px 85px;
    display: none;
    position: absolute;
    z-index: 900;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 65px);
    background-color: #fff;
    overflow-y: scroll;
    scrollbar-width: none;
  }

  .header__drawer::-webkit-scrollbar {
    display: none;
  }

  .header__drawer-item a {
    padding: 20px 0;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #333;
    text-transform: uppercase;
    border-top: 2px solid;
    -o-border-image: linear-gradient(90deg, #908FCC 0%, #6BB96B 100%) 1;
    border-image: linear-gradient(90deg, #908FCC 0%, #6BB96B 100%) 1;
  }

  .no-scroll {
    overflow: hidden;
    height: 100%;
  }
} */



/* ===============
*  fv
=============== */
.fv-logo {
  position: fixed;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  z-index: 15;
  transition: opacity 0.3s, position 0s;
  max-width: 390px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}

@media screen and (max-width: 1023px) {
  .fv-logo {
    max-width: 200px;
  }
}

.fv-wrapper {
  height: 150vh;
  background-color: #000;
}

#fv-black-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 10;
  pointer-events: none;
  opacity: 1;
}

.fv {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.fv .swiper-slide {
  background-color: #000;
}

.fv .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  will-change: transform;
  transition: transform 0.3s ease;
}

.fv-scroll {
  display: none;
}
@media screen and (max-width: 1023px) {
  .fv-scroll {
    display: block;
    height: 240px;
    width: 100%;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 65px;
    z-index: 15;
  }
  
  .fv-scroll .scroll-down {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: bold;
    text-decoration: none;
  }
  
  .fv-scroll .gradient-line {
    width: 1px;
    height: 64px;
    background: linear-gradient(to bottom, transparent, #fff);
    animation: extend 2s infinite;
    margin-inline: auto;
  }
  
  @keyframes extend {
  
    0%,
    100% {
      height: 0;
    }
  
    50% {
      height: 64px;
    }
  }
}



/* ===============
*  message
=============== */
.message-wrapper {
  height: 320vh;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.message-bg-swiper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
}

.message-bg-swiper .swiper-slide {
  background-color: #000;
}

.message-bg-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.message-title {
  position: absolute;
  z-index: 15;
  top: 10px;
  left: 0;

  max-width: 175px;
  width: 100%;
  opacity: 1;
}

@media screen and (max-width: 1023px) {
  .message-title {
    max-width: 125px;
    top: 75px;
  }
}

.message-scroll {
  height: 300px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .message-scroll {
    display: none;
  }
}

.message-scroll .scroll-down {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  text-decoration: none;
}

.message-scroll .gradient-line {
  width: 1px;
  height: 80px;
  background: linear-gradient(to bottom, transparent, #fff);
  animation: extend 2s infinite;
  margin-inline: auto;
}

@keyframes extend {

  0%,
  100% {
    height: 0;
  }

  50% {
    height: 80px;
  }
}

.message-text {
  position: relative;
  padding: 150vh 0 25vh;
  z-index: 15;
  left: 15%;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .message-text {
    padding: 160vh 0 25vh;
  }
}

.message-text p {
  /* font-size: 22px; */
  font-size: clamp(16px, 1.4667vw, 22px);
  line-height: 2.4;
  font-weight: 700;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

@media screen and (max-width: 1023px) {
  .message-text p {
    font-size: 16px;
  }
}

.message-text p span {
  display: inline-block;
  opacity: 0;
  /* transform: translateY(30px); */
}



/* ===============
*  menu
=============== */
.menu{
  position: relative;
  z-index: 20;
  margin-top: -45px;
}

.menu__btn-wrap {
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: center;
  background-color: #3c3c3c;
  padding: 60px 0;
  border-radius: 0 55px 0 0;
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 1023px) {
  .menu__btn-wrap {
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 8px;
    padding: 40px 0;
  }
}

.menu__btn {
  max-width: 260px;
  width: 100%;
  margin-left: initial;
  margin-right: initial;
}
@media screen and (max-width: 1023px) {
  .menu__btn {
    max-width: 175px;
  }
}

.menu__btn a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 16px 20px;
  font-size: 14px;
  text-align: center;
  width: 100%;
  border: 1px solid white;
  border-radius: 25px;
  transition: background-color 0.3s;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .menu__btn a {
    padding: 8px 10px;
    font-size: 11px;
  }
}

.menu__btn:nth-child(1) a {
  padding-right: 40px;
}
@media screen and (max-width: 1023px) {
  .menu__btn:nth-child(1) a {
    padding-right: 30px;
  }
}

.menu__btn:nth-child(4) a {
  padding-right: 50px;
}
@media screen and (max-width: 1023px) {
  .menu__btn:nth-child(4) a {
    padding-right: 31px;
    padding-left: 8px;
  }
}

.menu__btn .arrow {
  background-color: #fff;
  right: 3px;
}

.menu__btn .arrow img {
  max-width: 5px;
  margin-top: 0;
  margin-left: 5px;
}
@media screen and (max-width: 1023px) {
  .menu__btn .arrow img {
    max-width: 3px;
    margin-left: 3px;
  }
}

.menu__btn a:hover {
  opacity: 1;
}



/* ===============
*  about
============== */
.about {
  padding: 90px 0 28px;
  background-color: #fff;
  position: relative;
  z-index: 21;
}

@media screen and (max-width: 1023px) {
  .about {
    padding: 40px 0 28px;
  }
}

.about__inner {
  max-width: 1180px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 202px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .about__inner {
    padding-bottom: 330px;
  }
}

.about__message {
  margin-top: 77px;
  margin-left: 20px;
}

@media screen and (max-width: 1023px) {
  .about__message {
    margin-top: 35px;
    margin-left: 0;
  }
}

.about__message p.lead-text {
  font-size: 41px;
  letter-spacing: 0;
  line-height: 1.45;
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .about__message p.lead-text {
    font-size: 20px;
  }
}

.about__message p.sub-text {
  display: inline-block;
  margin-top: 32px;
  font-size: 24px;
  letter-spacing: -0.03em;
  line-height: 1.65;
  color: #5a5a5a;
  font-weight: 400;
  font-family: "UD Shin Go Regular", sans-serif;
}

@media screen and (max-width: 1023px) {
  .about__message p.sub-text {
    font-size: 14px;
    margin-top: 16px;
  }
}

.about__diagram {
  position: relative;
  margin-top: 68px;
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 400px;
}

@media screen and (max-width: 1023px) {
  .about__diagram {
    /* height: 200px; */
    height: auto;
    margin-top: 35px;
    max-width: 400px;
  }
}

.about__diagram-object {
  position: absolute;
  top: 0;
  width: 65%;
  height: 100%;
  opacity: 0.8;
  transition: transform 1s ease-out, opacity 0.7s ease-in;
  z-index: 1;
  border-radius: 200px;
}

.about__diagram-object.purple {
  background: linear-gradient(to right, #908FCC 0%, #C7C6E5 100%);
  left: -50%;
}

.about__diagram-object.green {
  background: linear-gradient(to left, #6BB96B 0%, #B0DAB0 100%);
  right: -50%;
}

.about__diagram-content {
  padding: 50px 40px;
  background-color: #fff;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .about__diagram-content {
    width: 140px;
    height: 140px;
  }
}

.about__diagram-object.purple .about__diagram-content {
  left: 45px;
}

@media screen and (max-width: 1023px) {
  .about__diagram-object.purple .about__diagram-content {
    left: 20px;
  }
}

.about__diagram-object.green .about__diagram-content {
  right: 45px;
}

@media screen and (max-width: 1023px) {
  .about__diagram-object.green .about__diagram-content {
    right: 20px;
  }
}

.about__diagram-top {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
}

@media screen and (max-width: 1023px) {
  .about__diagram-top {
    font-size: 11px;
  }
}

.about__diagram-top span {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0;
  display: inline-block;
  margin-top: 12px;
}

@media screen and (max-width: 1023px) {
  .about__diagram-top span {
    font-size: 20px;
  }
}

.about__diagram-object.purple .about__diagram-top span {
  color: #908FCC;
}

.about__diagram-object.green .about__diagram-top span {
  color: #6BB96B;
}

.about__diagram-list {
  margin-top: 6px;
}

.about__diagram-item {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
}

@media screen and (max-width: 1023px) {
  .about__diagram-item {
    font-size: 10px;
  }
}

.about__diagram-item:nth-child(n+2) {
  margin-top: 8px;
}

.about__diagram-overlap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 36%;
  height: 100%;
  background-color: #74978a;
  opacity: 0;
  transition: opacity 0.7s ease-in;
  z-index: 2;
  border-radius: 50%;
}

.about__diagram-overlap span {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 38px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "UD Shin Go DeBold", sans-serif;
  width: 100%;
  text-align: center;
  padding-top: 22px;
}

@media screen and (max-width: 1023px) {
  .about__diagram-overlap span {
    font-size: 18px;
  }
}

.about__diagram-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  opacity: 0;
  z-index: 2;
  transition: opacity 1.5s ease-in;
}

.about__description {
  margin-top: 80px;
  margin-left: 20px;
}

@media screen and (max-width: 1023px) {
  .about__description {
    margin-top: 40px;
    margin-left: 0;
  }
}

.about__description p.lead-text {
  font-size: 31px;
  letter-spacing: -0.04em;
  line-height: 1.45;
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .about__description p.lead-text {
    font-size: 20px;
  }
}

.about__description p.sub-text {
  display: inline-block;
  margin-top: 31px;
  font-size: 17px;
  letter-spacing: -0.03em;
  line-height: 1.9;
  color: #5a5a5a;
  font-weight: 400;
  font-family: "UD Shin Go Regular", sans-serif;
  max-width: 511px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .about__description p.sub-text {
    margin-top: 16px;
    font-size: 14px;
  }
}

.about__circle {
  position: absolute;
  right: 48px;
  bottom: -68px;
}

@media screen and (max-width: 1023px) {
  .about__circle {
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
  }
}

.about__circle-container {
  position: relative;
  width: 510px;
  height: 500px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .about__circle-container {
    width: 335px;
    height: 325px;
  }
}

.about__circle-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 390px;
  height: 390px;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .about__circle-wrapper {
    width: 270px;
    height: 270px;
  }
}

.about__circle-wrapper::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: conic-gradient(#6bba6b, #9191cc);
  mask-image: radial-gradient(circle, transparent 70%, black 67%);
  -webkit-mask-image: radial-gradient(circle, transparent 70%, black 67%);
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .about__circle-wrapper::before {
    width: 270px;
    height: 270px;
  }
}

.about__circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #F1F5F5;
  color: #333333;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  font-size: 23px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .about__circle-text {
    width: 240px;
    height: 240px;
    font-size: 14px;
  }
}

.about__circle-item {
  position: absolute;
  z-index: 10;
  width: 130px;
  height: 130px;
  background: linear-gradient(135deg, #b0b3d7 0%, #9bcc9d 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s ease;
  font-size: 17px;
  letter-spacing: -0.03em;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .about__circle-item {
    width: 70px;
    height: 70px;
    font-size: 10px;
  }
}

.about__circle-item.active {
  background: linear-gradient(135deg, #9191cc 0%, #6bba6b 100%);
}

.about__circle-item:nth-child(2) {
  top: -2%;
  left: 37%;
}

.about__circle-item:nth-child(3) {
  top: 13%;
  right: 8%;
}

.about__circle-item:nth-child(4) {
  top: 46%;
  right: 0;
}

.about__circle-item:nth-child(5) {
  bottom: 2%;
  right: 21%;
}

.about__circle-item:nth-child(6) {
  bottom: 2%;
  left: 20%;
}

.about__circle-item:nth-child(7) {
  bottom: 28%;
  left: 0;
}

.about__circle-item:nth-child(8) {
  top: 12%;
  left: 7%;
}


.about__circle-balloon {
  position: absolute;
  width: 180px;
  height: 150px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 99;
}

@media screen and (max-width: 1300px) {
  .about__circle-balloon {
    width: 140px;
    height: 125px;
  }
}

@media screen and (max-width: 1023px) {
  .about__circle-balloon {
    width: 90px;
    height: 75px;
  }
}


/* ==========
*  history
========== */
.history {
  position: relative;
  background-color: #fff;
  z-index: 20;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 1023px) {
  .history {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.history__inner {
  background-color: #7F7D68;
  border-radius: 24px;
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .history__inner {
    border-radius: 15px;
  }
}

.history__container {
  padding: 58px 25px 53px;
  max-width: 1160px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .history__container {
    padding: 23px 20px 27px;
  }
}

.history-title {
  max-width: 105px;
  width: 100%;
  padding-left: 0;
  opacity: 1;
}

@media screen and (max-width: 1023px) {
  .history-title {
    max-width: 64px;
    line-height: 1;
  }
}

.history__wrapper {
  display: flex;
  margin-top: 7px;
}

@media screen and (max-width: 1023px) {
  .history__wrapper {
    flex-direction: column;
  }
}

.history__text {
  color: #fff;
  margin-top: 30px;
}

@media screen and (max-width: 1023px) {
  .history__text {
    margin-top: 15px;
  }
}

.history__text p.lead-text {
  font-size: 31px;
  line-height: 1.4;
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .history__text p.lead-text {
    font-size: 18px;
    line-height: 1.6;
  }
}

.history__text p.sub-text {
  display: inline-block;
  margin-top: 30px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2;
  font-weight: 400;
  font-family: "UD Shin Go Regular", sans-serif;
  color: #d7d7d7;
}

@media screen and (max-width: 1023px) {
  .history__text p.sub-text {
    margin-top: 10px;
    font-size: 13px;
  }
}

.history__btn {
  margin-top: 45px;
  max-width: 420px;
  text-align: right;
}

@media screen and (max-width: 1023px) {
  .history__btn {
    margin-top: 25px;
    max-width: initial;
  }
}

.history__btn button {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 8px 40px 8px 0;
  border-radius: 24px;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: "UD Shin Go Regular", sans-serif;
  cursor: pointer;
  max-width: 200px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .history__btn button {
    padding: 6px 30px 6px 0;
    font-size: 13px;
    max-width: 130px;
  }
  .history__btn.active button {
    max-width: 85px;
  }
}

.history__btn .arrow {
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .history__btn .arrow {
    right: 3px;
  }
}

.history__btn.active .arrow img {
  max-width: 19px;
  margin-top: 0;
}

@media screen and (max-width: 1023px) {
  .history__btn.active .arrow img {
    max-width: 10px;
  }
}

.history__img {
  max-width: 618px;
  width: 100%;
  margin-top: 152px;
  margin-left: -7px;
}

@media screen and (max-width: 1023px) {
  .history__img {
    margin-top: 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.history__timeline {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease, opacity 0.6s ease;
  opacity: 0;
}

.history__timeline.active {
  opacity: 1;
}

/* .timeline-content{
  margin-top: 36px;
} */

.timeline__title {
  color: #fff;
  text-align: center;
  font-size: 27px;
  line-height: 1.4;
}

@media screen and (max-width: 1023px) {
  .timeline__title {
    font-size: 16px;
    text-align: left;
    margin-left: 18px;
  }
}

.timeline__period {
  display: flex;
  flex-direction: column;
  padding-top: 92px;
  /* padding-bottom: 40px; */
}

@media screen and (max-width: 1023px) {
  .timeline__period {
    padding-top: 52px;
  }
}

.period01 {
  background-color: #868D7D;
  padding-bottom: 35px;
}

.period02 {
  background-color: #869486;
  padding-bottom: 37px;
}

.period03 {
  background-color: #809D8F;
  padding-bottom: 37px;
}

.period04 {
  background: linear-gradient(90deg, #908FCC 0%, #6BB96B 100%);
  border-radius: 0 0 24px 24px;
}

@media screen and (max-width: 1023px) {
  .period04 {
    border-radius: 0 0 10px 10px;
  }
}

.period__inner {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 48px;
}

@media screen and (max-width: 1023px) {
  .period__inner {
    /* max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; */
    margin-left: 18px;
    margin-right: 18px;
  }
}

.period__inner::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 10px;
  background-color: #fff;
  transform: translateX(-50%);
  z-index: 0;
}

@media screen and (max-width: 1023px) {
  .period__inner::before {
    top: 50px;
    left: 23px;
    transform: initial;
    width: 5px;
  }
}

.period__heading {
  font-size: 30px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 120px;
  width: 100%;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .period__heading {
    margin-left: -12px;
    margin-right: 0;
    max-width: 75px;
    height: 75px;
    margin-top: -38px;
    font-size: 20px;
  }
}

.period01 .period__heading {
  color: #868D7D;
}

.period02 .period__heading {
  color: #869486;
}

.period03 .period__heading {
  color: #809D8F;
}

.period04 .period__heading span {
  background: linear-gradient(90deg, #908FCC 0%, #6BB96B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.period__lead {
  color: #fff;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.4;
  display: inline-block;
  padding: 14px 0 27px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .period__lead {
    text-align: left;
    font-size: 15px;
    padding: 14px 0px 5px 0;
  }
}

.period01 .period__lead {
  background-color: #868D7D;
}

.period02 .period__lead {
  background-color: #869486;
  padding: 5px 0;
  margin: 13px 0 32px;
}

@media screen and (max-width: 1023px) {
  .period02 .period__lead {
    padding: 14px 0px 5px 0;
    margin: 0 0 32px;
  }
}

.period03 .period__lead {
  background-color: #809D8F;
  padding: 5px 0;
  margin: 13px 0 21px;
}

@media screen and (max-width: 1023px) {
  .period03 .period__lead {
    padding: 14px 0px 5px 0;
    margin: 0 0 32px;
  }
}

.period04 .period__lead {
  background: linear-gradient(90deg, #908FCC 0%, #6BB96B 100%);
  padding: 5px 0;
  margin: 13px 0 21px;
}

@media screen and (max-width: 1023px) {
  .period04 .period__lead {
    padding: 14px 0px 5px 0;
    margin: 0 0 32px;
  }
}

.period__events {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .period__events {
    /* max-width: 300px; */
    max-width: initial;
  }
}

.period__event {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .period__event {
    column-gap: 8px;
  }
}

@media screen and (max-width: 1023px) {
  .period__event-1951 {
    margin-top: 32px;
  }
}

.period__event-1953 {
  margin-top: -115px;
}

@media screen and (max-width: 1023px) {
  .period__event-1953 {
    margin-top: 37px;
  }
}

.period__event-1955 {
  margin-top: -33px;
}

@media screen and (max-width: 1023px) {
  .period__event-1955 {
    margin-top: 30px;
  }
}

.period__event-1963 {
  margin-top: -264px;
}

@media screen and (max-width: 1023px) {
  .period__event-1963 {
    margin-top: 30px;
  }
}

.period__event-1969 {
  margin-top: 24px;
}

@media screen and (max-width: 1023px) {
  .period__event-1969 {
    margin-top: 30px;
  }
}

.period__event-1976 {
  margin-top: -84px;
}

@media screen and (max-width: 1023px) {
  .period__event-1976 {
    margin-top: 30px;
  }
}

.period__event-1986 {
  margin-top: -65px;
}

@media screen and (max-width: 1023px) {
  .period__event-1986 {
    margin-top: 30px;
  }
}

.period__event-1999 {
  margin-top: -62px;
}

@media screen and (max-width: 1023px) {
  .period__event-1999 {
    margin-top: 30px;
  }
}

.period__event-2008 {
  margin-top: -74px;
}

@media screen and (max-width: 1023px) {
  .period__event-2008 {
    margin-top: 30px;
  }
}

.period__event-2014 {
  margin-top: -109px;
}

@media screen and (max-width: 1023px) {
  .period__event-2014 {
    margin-top: 30px;
  }
}

.period__event-2017 {
  margin-top: -34px;
}

@media screen and (max-width: 1023px) {
  .period__event-2017 {
    margin-top: 30px;
  }
}

.period__event-2024 {
  margin-top: -213px;
}

@media screen and (max-width: 1023px) {
  .period__event-2024 {
    margin-top: 30px;
  }
}

.period__event--left {
  flex-direction: row;
}

.period__event--right {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1023px) {
  .period__event--right {
    flex-direction: row;
  }
}

.period__year {
  max-width: 110px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

@media screen and (max-width: 1023px) {
  .period__year {
    position: initial;
    transform: initial;
    max-width: 52px;
    padding-top: 5px;
  }
}

.period01 .period__year {
  background-color: #868D7D;
}

.period02 .period__year {
  background-color: #869486;
}

.period03 .period__year {
  background-color: #809D8F;
}

.period04 .period__year {
  background-color: #7fa39e;
}
@media screen and (max-width: 1023px) {
  .period04 .period__year {
    background-color: initial;
    padding: 8px 0;
  }
}

.period__detail {
  max-width: 460px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 12px;
  padding: 28px 30px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .period__detail {
    margin-top: 5px;
    max-width: 250px;
    border-radius: 5px;
    padding: 18px 15px;
  }
}

.period__event--left .period__detail::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 25px;
  height: 20px;
  border-radius: 0 10px 10px 0;
  position: absolute;
  top: 17px;
  right: -23px;
}

@media screen and (max-width: 1023px) {
  .period__event--left .period__detail::before {
    display: none;
  }
}

.period__event--right .period__detail::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 25px;
  height: 20px;
  border-radius: 10px 0 0 10px;
  position: absolute;
  top: 17px;
  left: -23px;
}

@media screen and (max-width: 1023px) {
  .period__event--right .period__detail::before {
    display: none;
  }
}

.period__event-1951 .period__detail {
  padding-bottom: 62px;
}

@media screen and (max-width: 1023px) {
  .period__event-1951 .period__detail {
    padding-bottom: 75px;
  }
}

.period__event-1953 .period__detail {
  padding-bottom: 40px;
}

@media screen and (max-width: 1023px) {
  .period__event-1953 .period__detail {
    padding-bottom: 68px;
  }
}

.period__event-1955 .period__detail {
  padding-bottom: 125px;
}

@media screen and (max-width: 1023px) {
  .period__event-1955 .period__detail {
    padding-bottom: 95px;
  }
}

.period__event-1957 .period__detail {
  padding-bottom: 72px;
}

@media screen and (max-width: 1023px) {
  .period__event-1957 .period__detail {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 1023px) {
  .period__event-1963 .period__detail {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 1023px) {
  .period__event-1969 .period__detail {
    padding-bottom: 125px;
  }
}

@media screen and (max-width: 1023px) {
  .period__event-1976 .period__detail {
    padding-bottom: 125px;
  }
}

.period__event-1986 .period__detail {
  padding-bottom: 22px;
}

@media screen and (max-width: 1023px) {
  .period__event-1986 .period__detail {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 1023px) {
  .period__event-1990 .period__detail {
    padding-bottom: 110px;
  }
}

.period__event-1999 .period__detail {
  padding-bottom: 20px;
}

@media screen and (max-width: 1023px) {
  .period__event-1999 .period__detail {
    padding-bottom: 110px;
  }
}

.period__event-2008 .period__detail {
  padding-bottom: 40px;
}

@media screen and (max-width: 1023px) {
  .period__event-2008 .period__detail {
    padding-bottom: 165px;
  }
}

.period__event-2014 .period__detail {
  padding-bottom: 24px;
}

@media screen and (max-width: 1023px) {
  .period__event-2014 .period__detail {
    padding-bottom: 100px;
  }
}

.period__event-2017 .period__detail {
  padding-bottom: 60px;
}

@media screen and (max-width: 1023px) {
  .period__event-2017 .period__detail {
    padding-bottom: 125px;
  }
}

.period__event-2020 .period__detail {
  padding-bottom: 145px;
}

@media screen and (max-width: 1023px) {
  .period__event-2020 .period__detail {
    padding-bottom: 185px;
  }
}

.period__event-2024 .period__detail {
  padding-bottom: 50px;
}

@media screen and (max-width: 1023px) {
  .period__event-2024 .period__detail {
    padding-bottom: 120px;
  }
}

.period__detail-wrap:nth-child(n+2) {
  margin-top: 42px;
}

@media screen and (max-width: 1023px) {
  .period__detail-wrap:nth-child(n+2) {
    margin-top: 100px;
  }
}

.period__title {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .period__title {
    font-size: 15px;
  }
}

.period01 .period__title {
  color: #868D7D;
}

.period02 .period__title {
  color: #869486;
}

.period03 .period__title {
  color: #809D8F;
}

.period04 .period__event--left .period__title {
  color: #908FCC;
}

.period04 .period__event--right .period__title {
  color: #6BB96B;
}

.period__text {
  margin-top: 15px;
}

@media screen and (max-width: 1023px) {
  .period__text {
    margin-top: 7px;
  }
}

.period__text p {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.7;
  font-weight: 400;
  font-family: "UD Shin Go Regular", sans-serif;
  color: #5a5a5a;
}

@media screen and (max-width: 1023px) {
  .period__text p {
    font-size: 12px;
  }
}

.period__img {
  max-width: 100%;
  position: absolute;
}

.period__event-1951 .period__img {
  max-width: 170px;
  bottom: 22px;
  right: 24px;
}

@media screen and (max-width: 1023px) {
  .period__event-1951 .period__img {
    max-width: 150px;
    bottom: -28px;
    right: 22px;
  }
}

.period__event-1953 .period__img {
  max-width: 210px;
  bottom: 27px;
  right: 25px;
}

@media screen and (max-width: 1023px) {
  .period__event-1953 .period__img {
    max-width: 170px;
    bottom: 15px;
    right: 18px;
  }
}

.period__event-1955 .period__img {
  max-width: 367px;
  bottom: 27px;
  right: 0;
}

.period__event-1957 .period__detail-wrap:nth-child(1) .period__img {
  max-width: 173px;
  top: 64px;
  right: 32px;
}

@media screen and (max-width: 1023px) {
  .period__event-1957 .period__detail-wrap:nth-child(1) .period__img {
    max-width: 130px;
    top: 110px;
    right: 10px;
  }
}

.period__event-1957 .period__detail-wrap:nth-child(2) .period__img {
  max-width: 205px;
  bottom: 24px;
  right: 0;
}

@media screen and (max-width: 1023px) {
  .period__event-1957 .period__detail-wrap:nth-child(2) .period__img {
    max-width: 160px;
    bottom: 20px;
    right: 0;
  }
}

.period__event-1963 .period__img {
  max-width: 205px;
  bottom: -10px;
  right: 28px;
}

@media screen and (max-width: 1023px) {
  .period__event-1963 .period__img {
    max-width: 160px;
    right: 12px;
  }
}

.period__event-1969 .period__img {
  max-width: 198px;
  bottom: 10px;
  right: 22px;
}

@media screen and (max-width: 1023px) {
  .period__event-1969 .period__img {
    max-width: 160px;
    right: 16px;
  }
}

.period__event-1976 .period__img {
  max-width: 176px;
  bottom: 10px;
  right: 20px;
}

@media screen and (max-width: 1023px) {
  .period__event-1976 .period__img {
    max-width: 140px;
    right: 15px;
    bottom: -12px;
  }
}

.period__event-1986 .period__img {
  max-width: 88px;
  bottom: 10px;
  right: 75px;
}

@media screen and (max-width: 1023px) {
  .period__event-1986 .period__img {
    bottom: 5px;
    right: 40px;
  }
}

.period__event-1990 .period__img {
  max-width: 174px;
  bottom: 18px;
  right: 20px;
}

@media screen and (max-width: 1023px) {
  .period__event-1990 .period__img {
    max-width: 140px;
    bottom: 10px;
  }
}

.period__event-1999 .period__img {
  max-width: 150px;
  bottom: 18px;
  right: 32px;
}

@media screen and (max-width: 1023px) {
  .period__event-1999 .period__img {
    max-width: 120px;
    bottom: 10px;
    right: 20px;
  }
}

.period__event-2008 .period__img {
  max-width: 146px;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1023px) {
  .period__event-2008 .period__img {
    max-width: 120px;
  }
}

.period__event-2014 .period__img {
  max-width: 186px;
  bottom: 0;
  right: 27px;
}

@media screen and (max-width: 1023px) {
  .period__event-2014 .period__img {
    max-width: 150px;
    right: 12px;
    bottom: -22px;
  }
}

.period__event-2017 .period__img {
  max-width: 204px;
  bottom: 17px;
  right: 0;
}

@media screen and (max-width: 1023px) {
  .period__event-2017 .period__img {
    max-width: 160px;
    bottom: 12px;
  }
}

.period__event-2020 .period__img {
  max-width: 257px;
  bottom: 17px;
  right: 20px;
}

@media screen and (max-width: 1023px) {
  .period__event-2020 .period__img {
    max-width: 180px;
    bottom: 15px;
    right: 15px;
  }
}

.period__event-2024 .period__img {
  max-width: 195px;
  bottom: 15px;
  right: 0;
}

@media screen and (max-width: 1023px) {
  .period__event-2024 .period__img {
    max-width: 130px;
    bottom: 15px;
  }
}

.history-close-btn {
  margin-top: 40px;
  text-align: center;
}

.history-close-btn button {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 8px 20px;
  border-radius: 24px;
  cursor: pointer;
}


/* ===============
*  sustainability
=============== */
.sustainability {
  position: relative;
  background-color: #fff;
  z-index: 20;
  padding-top: 42px;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 1023px) {
  .sustainability {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sustainability__inner {
  background-color: #F1F5F5;
  border-radius: 24px;
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .sustainability__inner {
    border-radius: 15px;
  }
}

.sustainability__container {
  padding: 56px 25px 98px;
  max-width: 1160px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .sustainability__container {
    padding: 23px 20px 27px;
  }
}

.sustainability-title {
  max-width: 200px;
  width: 100%;
  padding-left: 0;
  opacity: 1;
}

@media screen and (max-width: 1023px) {
  .sustainability-title {
    max-width: 120px;
  }
}

.sustainability__wrapper {
  display: flex;
  margin-top: 3px;
}

@media screen and (max-width: 1023px) {
  .sustainability__wrapper {
    flex-direction: column;
  }
}

.sustainability__text {
  color: #333;
  margin-top: 30px;
}

@media screen and (max-width: 1023px) {
  .sustainability__text {
    margin-top: 15px;
  }
}

.sustainability__text p.lead-text {
  font-size: 31px;
  line-height: 1.4;
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .sustainability__text p.lead-text {
    font-size: 18px;
    line-height: 1.6;
  }
}

.sustainability__text p.sub-text {
  display: inline-block;
  margin-top: 30px;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "UD Shin Go Regular", sans-serif;
}

@media screen and (max-width: 1023px) {
  .sustainability__text p.sub-text {
    margin-top: 10px;
    font-size: 13px;
  }
}

.sustainability__btn {
  margin-top: 45px;
  max-width: 420px;
  text-align: right;
}

@media screen and (max-width: 1023px) {
  .sustainability__btn {
    margin-top: 25px;
    max-width: initial;
  }
}

.sustainability__btn a {
  max-width: 200px;
  background-color: transparent;
}
.sustainability__btn a[target="_blank"]:has(img) {
  display: inline-block;
}

@media screen and (max-width: 1023px) {
  .sustainability__btn a {
    padding: 8px 30px 8px 0;
    font-size: 13px;
    max-width: 130px;
  }

  .sustainability__btn .arrow{
    right: 3px;
  }
}

.sustainability__img {
  max-width: 544px;
  width: 100%;
  margin-left: 74px;
  margin-top: -28px;
}

@media screen and (max-width: 1023px) {
  .sustainability__img {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}


/* ==========
*  strength
========== */
.strength {
  padding: 90px 0;
  background-color: #fff;
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 1023px) {
  .strength {
    padding: 40px 0;
  }
}

.strength__inner {
  max-width: 1150px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 64px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .strength__inner {
    padding-bottom: 35px;
  }
}

.strength__message {
  margin-top: 88px;
}

@media screen and (max-width: 1023px) {
  .strength__message {
    margin-top: 35px;
  }
}

.strength__message p.lead-text {
  font-size: 40px;
  letter-spacing: -0.025em;
  line-height: 1.45;
}

@media screen and (max-width: 1023px) {
  .strength__message p.lead-text {
    font-size: 18px;
  }
}

.strength__value {
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 1023px) {
  .strength__value {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.value__item {
  color: #fff;
  /* padding: 30px 0 43px; */
  padding: 30px 30px 53px;
  border-radius: 30px 30px 0 0;
  position: relative;
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .value__item {
    padding: 12px 12px 25px 20px;
    border-radius: 15px 15px 0 0;
  }
}

.value__item.purple {
  background-color: #8180B9;
}

.value__item.green {
  background-color: #6BB96B;
  margin-top: -25px;
}

@media screen and (max-width: 1023px) {
  .value__item.green {
    margin-top: -15px;
  }
}

.value__item.black {
  background-color: #333333;
  margin-top: -25px;
  border-radius: 30px;
}

@media screen and (max-width: 1023px) {
  .value__item.black {
    margin-top: -15px;
    border-radius: 15px;
  }
}

.value__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1150px;
  width: 100%;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .value__item-header {
    padding: 0;
    align-items: flex-start;
    position: relative;
  }
}

.value__item-label {
  max-width: 158px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .value__item-label {
    max-width: 88px;
  }
}

.value__item-wrap {
  margin-top: 8px;
  display: flex;
  column-gap: 28px;
}

@media screen and (max-width: 1023px) {
  .value__item-wrap {
    flex-direction: column;
    margin-top: 2px;
  }
}

.value__item-title {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 500;
}

@media screen and (max-width: 1023px) {
  .value__item-title {
    font-size: 30px;
  }
}

.value__item-text {
  font-size: 20px;
  /* line-height: 1.4; */
  line-height: 1.8;
  font-weight: 500;
  display: inline-block;
  /* margin-top: 5px; */
}

@media screen and (max-width: 1023px) {
  .value__item-text {
    font-size: 13px;
  }
}

.value__item-btn {
  max-width: 200px;
  width: 100%;
  text-align: right;
}

@media screen and (max-width: 1023px) {
  .value__item-btn {
    max-width: 136px;
    margin-top: 3px;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.value__item-btn button {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 9px 40px 9px 0;
  border-radius: 24px;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: "UD Shin Go Regular", sans-serif;
  cursor: pointer;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .value__item-btn button {
    font-size: 13px;
    padding: 6px 30px 6px 0;
  }
}

.value__item-btn .arrow {
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .value__item-btn .arrow {
    right: 4px;
  }
}

.value__item-btn .arrow img {
  max-width: 5px;
  margin-top: 0;
  margin-left: 5px;
}

@media screen and (max-width: 1023px) {
  .value__item-btn .arrow img {
    max-width: 3px;
    margin-left: 3px;
  }
}

.value__item-btn:hover .arrow {
  transform: translateY(-50%) scale(0.8);
}

.value-toggle-btn.active {
  max-width: 130px;
}

.value-toggle-btn.active .arrow img {
  max-width: 19px;
  margin-left: 0;
}

@media screen and (max-width: 1023px) {
  .value-toggle-btn.active {
    max-width: 100px;
  }

  .value-toggle-btn.active .arrow img {
    max-width: 10px;
  }
}

.value__item-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.6s ease, opacity 0.4s ease;
}

.value__item-content.active {
  opacity: 1;
  margin-bottom: 22px;
}

@media screen and (max-width: 1023px) {
  .value__item-content.active {
    margin-bottom: 12px;
  }
}

.value__content-inner {
  background-color: #fff;
  color: #5a5a5a;
  border-radius: 30px;
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  padding: 73px 0 85px;
}

@media screen and (max-width: 1023px) {
  .value__content-inner {
    border-radius: 15px;
    padding: 35px 15px 40px;
  }
}

.value__content-inner--wrap {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.value__item.purple .value__content-inner--wrap:nth-child(n+2) {
  margin-top: 76px;
}

@media screen and (max-width: 1023px) {
  .value__item.purple .value__content-inner--wrap:nth-child(n+2) {
    margin-top: 32px;
  }
}

.value__item.green .value__content-inner--wrap:nth-child(2) {
  margin-top: 76px;
}

@media screen and (max-width: 1023px) {
  .value__item.green .value__content-inner--wrap:nth-child(2) {
    margin-top: 32px;
  }
}

.value__item.green .value__content-inner--wrap:nth-child(3) {
  margin-top: 76px;
}

@media screen and (max-width: 1023px) {
  .value__item.green .value__content-inner--wrap:nth-child(3) {
    margin-top: 32px;
  }
}

.value__item.green .value__content-inner--wrap:nth-child(4) {
  margin-top: 76px;
}

@media screen and (max-width: 1023px) {
  .value__item.green .value__content-inner--wrap:nth-child(4) {
    margin-top: 32px;
  }
}

.value__item.black .value__content-inner--wrap:nth-child(2) {
  margin-top: 76px;
}

@media screen and (max-width: 1023px) {
  .value__item.black .value__content-inner--wrap:nth-child(2) {
    margin-top: 32px;
  }
}

.value__content-title {
  color: #8180B9;
  font-size: 30px;
  line-height: 1.4;
}

@media screen and (max-width: 1023px) {
  .value__content-title {
    font-size: 18px;
  }
}

.value__item.purple .value__content-title {
  color: #8180B9;
}

.value__item.green .value__content-title {
  color: #6BB96B;
}

.value__item.black .value__content-title {
  color: #333333;
}

.value__content-title span {
  font-size: 24px;
  margin-bottom: 13px;
  display: block;
}

@media screen and (max-width: 1023px) {
  .value__content-title span {
    font-size: 14px;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
  }
}

.value__content-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

@media screen and (max-width: 1023px) {
  .value__content-flex {
    flex-direction: column;
    margin-top: 20px;
    row-gap: 20px;
  }
}

.value__item.purple .value__content-inner--wrap:nth-child(2) .value__content-flex:nth-child(2) {
  margin-top: 10px;
}

@media screen and (max-width: 1023px) {
  .value__item.purple .value__content-inner--wrap:nth-child(2) .value__content-flex:nth-child(2) {
    margin-top: 28px;
  }
}

.value__item.purple .value__content-inner--wrap:nth-child(2) .value__content-flex:nth-child(3) {
  margin-top: 3px;
}

.value__content-text {
  /* max-width: 437px; */
  max-width: 450px;
  width: 100%;
  padding-top: 28px;
}

@media screen and (max-width: 1023px) {
  .value__content-text {
    padding-top: 0;
  }
}

.value__content-text p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2;
  font-weight: 400;
  font-family: "UD Shin Go Regular", sans-serif;
}

@media screen and (max-width: 1023px) {
  .value__content-text p {
    font-size: 14px;
  }
}

.value__content-btn {
  margin-left: auto;
}

.value__item.purple .value__content-btn {
  margin-top: 40px;
  max-width: 350px;
}

@media screen and (max-width: 1023px) {
  .value__item.purple .value__content-btn {
    margin-top: 20px;
    max-width: 230px;
  }
}

.value__item.green .value__content-inner--wrap:nth-child(1) .value__content-btn {
  margin-top: 36px;
}

@media screen and (max-width: 1023px) {
  .value__item.green .value__content-inner--wrap:nth-child(1) .value__content-btn {
    margin-top: 20px;
    max-width: 130px;
  }
}

.value__item.green .value__content-inner--wrap:nth-child(2) .value__content-btn {
  margin-top: 33px;
  max-width: 350px;
}

@media screen and (max-width: 1023px) {
  .value__item.green .value__content-inner--wrap:nth-child(2) .value__content-btn {
    margin-top: 20px;
    max-width: 230px;
  }
}

.value__item.green .value__content-inner--wrap:nth-child(3) .value__content-btn {
  margin-top: 32px;
  max-width: 280px;
}

@media screen and (max-width: 1023px) {
  .value__item.green .value__content-inner--wrap:nth-child(3) .value__content-btn {
    margin-top: 20px;
    max-width: 200px;
  }
}

.value__content-btn a {
  font-size: 18px;
}

.value__content-btn .arrow{
  width: 35px;
  height: 35px;
}

@media screen and (max-width: 1023px) {
  .value__content-btn a {
    font-size: 12px;
    padding: 10px 28px 10px 0;;
  }

  .value__content-btn .arrow{
    right: 3px;
    width: 25px;
    height: 25px;
  }
}

.value__content-img {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 620px;
  width: 100%;
  margin-top: 5px;
}

.value__content-img figure {
  max-width: 300px;
  width: 100%;
}

.value__content-img figure.top {
  max-width: 100%;
}

.value__item.green .value__content-inner--wrap:nth-child(1) .value__content-img figure.top {
  padding-top: 23px;
}
@media screen and (max-width: 1023px) {
  .value__item.green .value__content-inner--wrap:nth-child(1) .value__content-img figure.top {
    padding-top: 0;
  }
}

.value__content-img figure.top.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .value__content-img figure.top.flex {
    gap: 10px;
  }
}

.value__content-img figcaption {
  font-size: 16px;
  line-height: 1.18;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 1023px) {
  .value__content-img figcaption {
    font-size: 12px;
    margin-bottom: 5px;
  }
}

.value__content-img figure.top.flex figcaption {
  width: 100%;
}

.value__content-img figure.top.flex img {
  max-width: 300px;
  width: 100%;
}

.value__item.purple .value__content-img figcaption {
  color: #8180B9;
}

.value__item.green .value__content-img figcaption {
  color: #6BB96B;
}

.value__item.black .value__content-img figcaption {
  color: #333333;
}

.value__content-img figcaption.sub {
  margin-bottom: 0;
  margin-top: 12px;
  color: #5a5a5a;
  font-size: 13px;
}

.value__item.black .value__content-inner--wrap:nth-child(1) .value__content-img {
  max-width: 578px;
  width: 100%;
  margin-top: -110.8px;
}

@media screen and (max-width: 1023px) {
  .value__item.black .value__content-inner--wrap:nth-child(1) .value__content-img {
    margin-top: 0;
  }
}

.value__item.black .value__content-inner--wrap:nth-child(2) .value__content-img {
  max-width: 550px;
  width: 100%;
  margin-top: -110.8px;
}

@media screen and (max-width: 1023px) {
  .value__item.black .value__content-inner--wrap:nth-child(2) .value__content-img {
    margin-top: 0;
  }
}

.value__content-green {
  border: 1px solid #6BB96B;
  border-radius: 18px;
  max-width: 430px;
  width: 100%;
  margin-top: 32px;
  padding: 20px 24px;
}

@media screen and (max-width: 1023px) {
  .value__content-green {
    margin-top: 20px;
    padding: 10px 12px;
  }
}

.value__content-green--head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width: 1023px) {
  .value__content-green--head {
    align-items: center;
  }
}

.value__content-green--title {
  color: #6BB96B;
  font-size: 20px;
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  .value__content-green--title {
    font-size: 16px;
  }
}

.value__content-green--title span {
  font-size: 16px;
  display: block;
  margin-bottom: 4px;
}

@media screen and (max-width: 1023px) {
  .value__content-green--title span {
    font-size: 12px;
  }
}

.value__content-green--img {
  max-width: 79px;
  width: 100%;
}

.value__content-green--text {
  margin-top: 16px;
}

@media screen and (max-width: 1023px) {
  .value__content-green--text {
    margin-top: 8px;
  }
}

.value__content-green--text p {
  font-size: 13px;
  font-weight: 400;
  font-family: "UD Shin Go Regular", sans-serif;
  line-height: 1.7;
  letter-spacing: 0;
}

@media screen and (max-width: 1023px) {
  .value__content-green--text p {
    font-size: 10px;
  }
}

.value__content-labo {
  border: 1px solid #908FCC;
  padding: 28px 20px;
  border-radius: 18px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .value__content-labo {
    flex-direction: column;
    padding: 14px 10px;
    border-radius: 15px;
    max-width: 620px;
    width: 100%;
  }
}

.value__content-labo--wrap {
  max-width: 607px;
  width: 100%;
}

.value__content-labo--title {
  color: #908FCC;
  font-size: 20px;
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  .value__content-labo--title {
    font-size: 16px;
  }
}

.value__content-labo--title span {
  font-size: 16px;
  display: block;
  margin-bottom: 4px;
}

@media screen and (max-width: 1023px) {
  .value__content-labo--title span {
    font-size: 12px;
  }
}

.value__content-labo--text {
  margin-top: 16px;
}

@media screen and (max-width: 1023px) {
  .value__content-labo--text {
    margin-top: 8px;
  }
}

.value__content-labo--text p {
  font-size: 13px;
  font-weight: 400;
  font-family: "UD Shin Go Regular", sans-serif;
  line-height: 1.7;
  letter-spacing: 0;
}

@media screen and (max-width: 1023px) {
  .value__content-labo--text p {
    font-size: 10px;
  }
}

.value__content-labo--btn {
  margin-top: 5px;
  margin-left: auto;
}

@media screen and (max-width: 1023px) {
  .value__content-labo--btn {
    margin-top: 15px;
    max-width: 130px;
  }
}

.value__content-labo--img {
  max-width: 410px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .value__content-labo--img {
    margin-top: 10px;
  }
}

/* ==========
*  reason
========== */
.reason {
  padding: 90px 0 140px;
  background-color: #F1F5F5;
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 1023px) {
  .reason {
    padding: 40px 0 80px;
  }
}

.reason__inner {
  max-width: 1150px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .reason__inner {
    padding-bottom: 35px;
  }
}

.reason__message {
  margin-top: 80px;
}

@media screen and (max-width: 1023px) {
  .reason__message {
    margin-top: 35px;
  }
}

.reason__message p.lead-text {
  font-size: 40px;
  letter-spacing: -0.025em;
  line-height: 1.45;
}

@media screen and (max-width: 1023px) {
  .reason__message p.lead-text {
    font-size: 18px;
  }
}

/* swiper */
.reason__swiper-container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .reason__swiper-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.reason__swiper .swiper-slide {
  background: white;
  border-radius: 30px;
}

@media screen and (max-width: 1023px) {
  .reason__swiper .swiper-slide {
    border-radius: 15px;
  }
}

.js-reason-arrow {
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  user-select: none;
  max-width: 60px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1023px) {
  .js-reason-arrow {
    max-width: 30px;
  }
}

.swiper-button-next.js-reason-arrow {
  right: 20px;
}

@media screen and (max-width: 1023px) {
  .swiper-button-next.js-reason-arrow {
    right: 5px;
  }
}

.swiper-button-prev.js-reason-arrow {
  left: 20px;
}

@media screen and (max-width: 1023px) {
  .swiper-button-prev.js-reason-arrow {
    left: 5px;
  }
}

.js-reason-arrow span {
  background-image: linear-gradient(90deg, #908FCC 0%, #6BB96B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .js-reason-arrow span {
    font-size: 18px;
  }
}

.js-reason-arrow img {
  max-width: 60px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .js-reason-arrow img {
    max-width: 30px;
  }
}

.swiper-pagination.reason-swiper-pagination {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  margin-top: 35px;
}

@media screen and (max-width: 1023px) {
  .swiper-pagination.reason-swiper-pagination {
    margin-top: 20px;
    column-gap: 5px;
  }
}

.reason-swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: initial;
  top: initial;
}

.reason-swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 0;
  margin-right: 0;
}

.swiper-pagination-bullet {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 20px;
  background: #fff;
  cursor: pointer;
  opacity: 1;

  /* グラデ文字 */
  background-image: linear-gradient(90deg, #908FCC 0%, #6BB96B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

@media screen and (max-width: 1023px) {
  .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
}

.swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 2px;
  /* ボーダー太さ */
  background: linear-gradient(90deg, #908FCC 0%, #6BB96B 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .swiper-pagination-bullet::before {
    padding: 1px;
  }
}

.swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #908FCC 0%, #6BB96B 100%);
  color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-background-clip: border-box;
}

.swiper-pagination-bullet-active::before {
  display: none;
}

.swiper-button-next.js-reason-arrow::after,
.swiper-button-prev.js-reason-arrow::after {
  display: none;
}

/* スライド内容 */
.reason-slide__container {
  max-width: 1150px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 52px 25px 62px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .reason-slide__container {
    padding: 23px 20px 27px;
  }
}

.reason-slide__top {
  max-width: 202px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .reason-slide__top {
    max-width: 120px;
  }
}

.reason-slide__title {
  margin-top: 20px;
  font-size: 25px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 1023px) {
  .reason-slide__title {
    margin-top: 10px;
    font-size: 16px;
  }
}

.reason-slide__flex {
  margin-top: 28px;
  display: flex;
  column-gap: 28px;
}

@media screen and (max-width: 1023px) {
  .reason-slide__flex {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 0;
    gap: 20px;
  }
}

.reason-slide__text-wrap {
  max-width: 496px;
  width: 100%;
}

.reason-slide__text-top {
  color: #8180B9;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.reason-slide__text-top span {
  background-color: #8180B9;
  width: 100%;
  height: 1px;
}

.reason-slide__text {
  margin-top: 12px;
}

@media screen and (max-width: 1023px) {
  .reason-slide__text {
    margin-top: 8px;
  }
}

.reason-slide__text p {
  font-size: 13px;
  font-weight: 400;
  font-family: "UD Shin Go Regular", sans-serif;
  line-height: 2;
  letter-spacing: -0.04em;
}

@media screen and (max-width: 1023px) {
  .reason-slide__text p {
    font-size: 12px;
  }
}

.reason-slide__img {
  max-width: 590px;
  width: 100%;
  position: absolute;
  top: 16px;
  right: 2px;
}

@media screen and (max-width: 1023px) {
  .reason-slide__img {
    position: initial;
    max-width: 400px;
  }
}

.reason-slide:nth-child(2) .reason-slide__img {
  max-width: 530px;
  top: 58px;
  right: 63px;
}

@media screen and (max-width: 1023px) {
  .reason-slide:nth-child(2) .reason-slide__img {
    max-width: 400px;
  }
}

.reason-slide__point {
  margin-top: 35px;
  background: linear-gradient(90deg, #908FCC 0%, #6BB96B 100%);
  width: 100%;
  border-radius: 160px;
  padding: 15px 90px 15px 25px;
  display: flex;
  column-gap: 18px;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .reason-slide__point {
    margin-top: 20px;
    flex-direction: column;
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(180deg, #908FCC 0%, #6BB96B 100%);
  }
}

.reason-slide__point-img {
  max-width: 418px;
  width: 100%;
  margin-top: 4px;
}

@media screen and (max-width: 1023px) {
  .reason-slide__point-img {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.reason-slide__point-top {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.reason-slide__point-top img {
  max-width: 74px;
  width: 100%;
}

.reason-slide__point-top span {
  background-color: #fff;
  width: 81%;
  height: 1px;
  margin-top: 28px;
}

.reason-slide__point-list {
  margin-top: 12px;
}

.reason-slide__point-item {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
  display: flex;
}

@media screen and (max-width: 1023px) {
  .reason-slide__point-item {
    font-size: 12px;
  }
}

.reason-slide__point-item::before {
  content: "●";
  display: inline-block;
}

.reason-slide__point-item:nth-child(n+2) {
  margin-top: 12px;
}

@media screen and (max-width: 1023px) {
  .reason-slide__point-item:nth-child(n+2) {
    margin-top: 8px;
  }
}



/* ==========
*  cases
========== */
.cases-sec {
  padding: 90px 0 96px;
  background-color: #fff;
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 1023px) {
  .cases-sec {
    padding: 40px 0;
  }
}

.cases__inner {
  max-width: 1150px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 35px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .cases__inner {
    padding-bottom: 0;
  }
}

.cases__wrap:nth-child(1) {
  margin-top: 71px;
}

@media screen and (max-width: 1023px) {
  .cases__wrap:nth-child(1) {
    margin-top: 35px;
  }
}

.cases__wrap:nth-child(2) {
  margin-top: 55px;
}

@media screen and (max-width: 1023px) {
  .cases__wrap:nth-child(2) {
    margin-top: 35px;
  }
}

.cases__message p.lead-text {
  font-size: 40px;
  letter-spacing: -0.025em;
  line-height: 1.45;
}

@media screen and (max-width: 1023px) {
  .cases__message p.lead-text {
    font-size: 18px;
  }
}

.cases__solution-list {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}

@media screen and (max-width: 1023px) {
  .cases__solution-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.cases__solution-item {
  max-width: 370px;
  width: 100%;
}

.cases__btn {
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .cases__btn {
    margin-top: 20px;
    max-width: 130px;
  }

  .cases__btn a{
    padding: 8px 25px 8px 0;
    font-size: 13px;
  }

  .cases__btn .arrow{
    right: 3px;
  }
}

.cases__wrap:nth-child(2) .cases__btn {
  margin-top: 23px;
}

@media screen and (max-width: 1023px) {
  .cases__wrap:nth-child(2) .cases__btn {
    margin-top: 20px;
  }
}

.cases__shop-list {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  gap: 18px 22px;
  margin-top: 35px;
}

@media screen and (max-width: 1023px) {
  .cases__shop-list {
    margin-top: 20px;
    gap: 10px;
  }
}

.cases__shop-item {
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .cases__shop-item {
    max-width: initial;
    width: 48%;
  }
}

.cases__shop-item figure {
  position: relative;
}

.cases__shop-item figcaption {
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  padding: 8px 0;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1023px) {
  .cases__shop-item figcaption {
    font-size: 16px;
  }
}

.cases__bottom-text {
  margin-top: 52px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .cases__bottom-text {
    margin-top: 35px;
  }
}

.cases__bottom-text p {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .cases__bottom-text p {
    font-size: 16px;
  }
}


/* ==========
*  contact
========== */
.contact {
  background-color: #EDEDEB;
  padding: 80px 0;
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 1023px) {
  .contact {
    padding: 40px 0;
  }
}

.contact__text {
  text-align: center;
}

.contact__text p {
  font-size: 31px;
  line-height: 1.7;
  letter-spacing: -0.03em;
  color: #5a5a5a;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .contact__text p {
    font-size: 18px;
  }
}

.contact__btn-area {
  text-align: center;
  margin-top: 73px;
}

@media screen and (max-width: 1023px) {
  .contact__btn-area {
    margin-top: 35px;
  }
}

.contact__btn-wrap:nth-child(2) {
  margin-top: 60px;
}

@media screen and (max-width: 1023px) {
  .contact__btn-wrap:nth-child(2) {
    margin-top: 35px;
  }
}

.contact__btn-text p {
  font-size: 20px;
  font-weight: 400;
  font-family: "UD Shin Go Regular", sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .contact__btn-text p {
    font-size: 16px;
  }
}

.contact__btn {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

@media screen and (max-width: 1023px) {
  .contact__btn {
    margin-top: 10px;
    max-width: 325px;
  }
}

.contact__btn a {
  border: none;
  background: linear-gradient(90deg, #908FCC 0%, #6BB96B 100%);
  color: #fff;
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: 0;
  padding: 18px 0;
  border-radius: 40px;
}

@media screen and (max-width: 1023px) {
  .contact__btn a {
    font-size: 18px;
    padding: 12px 0;
  }
}

.contact__btn .arrow {
  background-color: #fff;
  width: 56px;
  height: 56px;
}

@media screen and (max-width: 1023px) {
  .contact__btn .arrow {
    width: 28px;
    height: 28px;
  }
}

.contact__btn .arrow img {
  max-width: 33px;
}

@media screen and (max-width: 1023px) {
  .contact__btn .arrow img {
    max-width: 18px;
  }
}



/* ==========
*  pagetop
========== */
.pagetop {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 9999;
  width: 13px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

@media screen and (max-width: 1023px) {
  .pagetop {
    right: 16px;
    bottom: 85px;
    width: 11px;
  }
}

.pagetop.show {
  opacity: 1;
  visibility: visible;
}