@charset "UTF-8";
/* CSS Document */
/* Hero Section */
.about-container-logo {
  width: 30rem;
  margin: 0 auto;
  padding: 10rem 0;
  animation: pulse-a 1.5s ease-in-out infinite;
}

/* 点滅アニメーション */
@keyframes pulse-a {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

/* ----------------------------------------------- section common */

/* baseset */
.about-container .section {
  position: relative;
  width: 100%;
  max-width: 1100px;
  aspect-ratio: 10 / 11;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (min-width: 1100px) {
  .about-container .section {
    aspect-ratio: 12 / 11;
  }
}

.about-container .section:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  max-width: 125rem;
  aspect-ratio: 10 / 11;
  background: url("/img/about/section02-bg.webp") center no-repeat;
  background-size: 100% auto;
  opacity: 0;
  transition: 1s ease;
  transform: translateX(-50%) scale(1.1);
}
.about-container .section.is_active:before {
  opacity: 1;
  width: 100%;
  max-width: 125rem;
  transform: translateX(-50%) scale(1);
}

@media only screen and (max-width: 767px) {
  .about-container .section {
    aspect-ratio: 10 / 17;
    overflow: hidden;
    padding-top: 10rem;
    width: 100%;
  }
  .about-container .section:before {
    width: 100vw;
    left: 0;
    aspect-ratio: 10 / 11;
    background: url("/img/about/section02-bg.webp") center no-repeat;
    background-size: 100vw auto;
    top: 34vw;
    transform: translateX(0) scale(1.1);
  }
  .about-container .section.is_active:before {
    width: 100vw;
    transform: translateX(0) scale(1.4);
  }
}

/* /baseset */

/* 01*/
.section.section-01 {
  aspect-ratio: 10 / 7;
}
.section.section-01:before {
  background: url("/img/about/section01-bg.webp") bottom center no-repeat;
  background-size: 100% auto;
  aspect-ratio: 10 / 7;
}

@media only screen and (max-width: 767px) {
  .section.section-01 {
    aspect-ratio: 1 / 1;
    padding-top: 2rem;
  }
  .section.section-01:before {
    aspect-ratio: 10 / 5.6;
  }
}
/* 03*/
.section.section-03:before {
  background: url("/img/about/section03-bg.webp") center no-repeat;
  background-size: 100% auto;
}
/* 04*/
.section.section-04:before {
  background: url("/img/about/section04-bg.webp") center no-repeat;
  background-size: 100% auto;
}
/* 05*/
.section.section-05:before {
  background: url("/img/about/section05-bg.webp") center no-repeat;
  background-size: 100% auto;
}
/* 06*/
.section.section-06:before {
  background: url("/img/about/section06-bg.webp") center no-repeat;
  background-size: 100% auto;
}
/* 07*/
.section.section-07:before {
  background: url("/img/about/section07-bg.webp") center no-repeat;
  background-size: 100% auto;
}

.section.section-07 h2,
.section.section-07 p,
.section.section-07 p.circle-english-text {
  color: #000000;
}
.circle-glow {
  position: absolute;
  width: 100%;
  max-width: 125rem;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.sp-title,
.sp-title-eng {
  display: none;
}
@media only screen and (max-width: 767px) {
  .circle-glow {
    position: relative;
    width: 100vw;
    left: auto;
    top: auto;
    text-align: center;
    transform: translateX(0);
  }
  .circle-glow img {
    display: none;
  }
  .sp-title,
  .sp-title-eng {
    display: block;
  }
  .sp-title {
    font-size: 2.5rem;
    font-weight: 400;
  }
  .sp-title-eng {
    color: #fff;
    font-size: 5rem;
    line-height: 1.4;
    font-family: Helvetica, Arial, "sans-serif";
    font-weight: normal;
    letter-spacing: 0.1em;
    text-shadow: 0 0 1rem rgba(255, 234, 0, 1), 0 0 2rem rgba(255, 234, 0, 0.5),
      0 0 3rem rgba(255, 234, 0, 0.5), 0 0 4rem rgba(255, 234, 0, 0.5);
    white-space: nowrap; /* テキストが改行されないように */
  }
}
.circle-content {
  position: absolute;
  width: 100%;
  max-width: 125rem;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 2;
  padding-top: 28rem;
}
@media only screen and (max-width: 767px) {
  .circle-content {
    padding-top: 38rem;
    width: 100vw;
    left: 0;
    top: 0;
    transform: translateX(0);
  }
}
.section.section-01 .circle-content {
  padding-top: 4rem;
}
.about-container .section .title-text {
  display: inline-block;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 3.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
  color: #ffffff;
  white-space: nowrap;
  min-height: 30rem;
  font-weight: 500;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .about-container .section .title-text {
    min-height: 44rem;
    font-size: 4rem;
    margin-bottom: 2rem;
  }
}
.about-container .section.section-01 .title-text {
  margin-bottom: 6rem;
}
.about-container .section.section-05 .title-text {
  padding-top: 4rem;
}
.about-container .section.section-06 .circle-content-txt {
  padding-top: 5rem;
}

.about-container .section .japanese-text {
  font-size: 2.25rem;
  padding-top: 1rem;
  margin-bottom: 2rem;
  line-height: 2;
}
.about-container .section .circle-english-text {
  font-family: Helvetica, Arial, "sans-serif";
  font-weight: normal;
  color: #ffffff;
  font-size: 2.25rem;
  letter-spacing: 0.05em;
  padding-top: 2.5rem;
}
.about-container .section .closing-title {
  font-size: 4rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.closing-read-title {
  font-family: Helvetica, Arial, "sans-serif";
  font-weight: normal;
  font-size: 3.2rem;
  color: #000000;
  margin-bottom: 3rem;
}
.closing-image {
  max-width: 27rem;
  margin: 0 auto;
}
.section.company-info {
  display: flex;
  align-items: center;
  max-width: 100rem;
  margin: 0 auto;
  aspect-ratio: 10 / 7;
}
@media only screen and (max-width: 767px) {
  .section.company-info {
    aspect-ratio: auto;
    flex-direction: column;
  }
}
.section.company-info .company-logo {
  width: 30rem;
  padding: 0 4rem;
}
.section.company-info .company-info-data-wrap {
  width: 70rem;
}
dl.company-info-data {
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
}
dt {
  width: 20rem;
  text-align: right;
  padding-right: 3rem;
  font-size: 2.5rem;
  height: auto;

  padding-bottom: 2rem;
  border-right: solid 1px rgba(255, 255, 255, 0.5);
}
dd {
  width: 50rem;
  text-align: left;
  font-size: 2.5rem;
  height: auto;

  padding-bottom: 2rem;
  padding-left: 3rem;
}
@media only screen and (max-width: 767px) {
  .section.company-info .company-logo {
    width: 40rem;
    padding: 0 4rem;
  }
  .section.company-info .company-info-data-wrap {
    width: 80rem;
  }
  dl.company-info-data {
    padding-top: 3rem;
    margin-bottom: 12rem;
  }
  dt {
    width: 25rem;
    font-size: 3rem;
  }
  dd {
    width: 55rem;
    font-size: 3rem;
  }
}

.section.company-info a{
	color: #ffffff;
}
