@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 0vw;
}

html {
  font-size: 62.5%;
}

body {
  height: 100%;
  font-size: clamp(1.4rem, 1.354rem + 0.21vw, 1.6rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #1F1F1F;
  background: white;
  overflow-x: hidden;
}

.wrapper {
  position: relative;
  overflow: hidden;
  padding-left: 220px;
  padding-top: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .wrapper {
    padding-left: 0;
  }
}

.container {
  flex: 1;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width: 960px) {
  img {
    image-rendering: auto;
  }
}

@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp {
    display: block;
  }
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: text;
    text-decoration: none;
  }
}
.lg-inner {
  width: 85%;
  max-width: 1050px;
  margin: 0 auto;
}

.sm-inner {
  width: 85%;
  max-width: 600px;
  margin: 0 auto;
}

.section_content {
  margin: 160px 0;
}
@media screen and (max-width: 960px) {
  .section_content {
    margin: 80px 0;
  }
}

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

.anchor {
  display: block;
  padding-top: 0;
  margin-top: 0;
}
@media screen and (max-width: 960px) {
  .anchor {
    padding-top: 80px;
    margin-top: -80px;
  }
}

.hero {
  position: relative;
  height: 90vh;
  margin-left: 220px;
}
@media screen and (max-width: 960px) {
  .hero {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .hero {
    height: 538px;
  }
}

.yt {
  position: fixed;
  top: -2px;
  left: 220px;
  width: calc(100vw - 220px);
  height: 100vh;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .yt {
    left: 0;
    width: 100vw;
  }
}

@media screen and (max-width: 480px) {
  body.is-top .yt {
    height: 538px;
  }
}

.yt_iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100vw - 220px, 177.7777777778vh);
  height: max(100vh, (100vw - 220px) * 9 / 16);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .yt_iframe {
    width: max(100vw, 177.7777777778vh);
    height: max(100vh, 56.25vw);
  }
}

@media screen and (max-width: 480px) {
  .yt_iframe {
    height: max(100vh, 56.25vw);
    width: max(100vw, 177.7777777778vh);
  }
  body.is-top .yt_iframe {
    height: max(538px, 56.25vw);
    width: max(100vw, 956.4444444444px);
  }
}
.content {
  position: relative;
  background: white;
  z-index: 1;
}

.hero-report {
  position: absolute;
  z-index: 100;
  right: 0;
  bottom: -10vh;
  width: 600px;
  max-width: 85%;
  background: white;
}
.hero-report._red {
  border-left: 6px solid #F08278;
}
.hero-report._red .hero-report_txtWrap::after {
  background: #F08278;
}
.hero-report._red .hero-report_label {
  color: #F08278;
}
.hero-report._yellow {
  border-left: 6px solid #FFB450;
}
.hero-report._yellow .hero-report_txtWrap::after {
  background: #FFB450;
}
.hero-report._yellow .hero-report_label {
  color: #FFB450;
}
.hero-report._blue {
  border-left: 6px solid #64A0F0;
}
.hero-report._blue .hero-report_txtWrap::after {
  background: #64A0F0;
}
.hero-report._blue .hero-report_label {
  color: #64A0F0;
}

.hero-report_txtWrap {
  position: relative;
  flex: 1;
  padding: 2rem 5rem 2rem 3.5rem;
  overflow: hidden;
  color: #1F1F1F;
  transition: color 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .hero-report_txtWrap {
    padding: 1rem 3rem 1rem 2rem;
  }
}
.hero-report_txtWrap::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: -1;
}
.hero-report_txtWrap::before {
  content: "";
  position: absolute;
  right: 3.5rem;
  bottom: 3rem;
  width: 3rem;
  aspect-ratio: 22/6;
  background: url(../images/arrows_black.svg) no-repeat center/contain;
  transition: right 0.5s cubic-bezier(0.22, 1, 0.36, 1), background-image 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .hero-report_txtWrap::before {
    right: 2rem;
    bottom: 2rem;
    width: 1.5rem;
  }
}

.hero-report_link {
  display: flex;
  color: #1F1F1F;
}
.hero-report_link:hover .hero-report_txtWrap {
  color: white;
}
.hero-report_link:hover .hero-report_txtWrap::after {
  transform: scaleX(1);
  transform-origin: left;
}
.hero-report_link:hover .hero-report_txtWrap::before {
  right: 2.5rem;
  background-image: url(../images/arrows_white.svg);
}
@media screen and (max-width: 960px) {
  .hero-report_link:hover .hero-report_txtWrap::before {
    right: 1.5rem;
  }
}
.hero-report_link:hover .hero-report_label,
.hero-report_link:hover .hero-report_title,
.hero-report_link:hover .hero-report_date {
  color: white;
}
.hero-report_link:hover .hero-report_thum img {
  transform: scale(1.1);
}
.hero-report_link:not(:hover) .hero-report_txtWrap::after {
  transform-origin: right;
}

.hero-report_thum {
  width: 40%;
  aspect-ratio: 51/29;
  overflow: hidden;
}
.hero-report_thum .hero-report_img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-report_label {
  font-size: clamp(1.2rem, 1.154rem + 0.21vw, 1.4rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 1rem;
  transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 960px) {
  .hero-report_label {
    margin-bottom: 0.5rem;
  }
}

.hero-report_title {
  font-size: clamp(1.4rem, 1.285rem + 0.51vw, 1.9rem);
  font-weight: 600;
  line-height: 1.4;
  transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 480px) {
  .hero-report_title {
    font-size: 4.3vw;
  }
}

.hero-report_date {
  margin-top: 1rem;
  font-size: clamp(1rem, 0.954rem + 0.21vw, 1.2rem);
  font-family: "Montserrat", sans-serif;
  transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 960px) {
  .hero-report_date {
    margin-top: 0.5rem;
  }
}

.container {
  padding-top: 5vh;
  position: relative;
  z-index: 1;
  background: white;
}

@media screen and (max-width: 960px) {
  .about {
    margin-top: 120px;
  }
}

.about_txt_en {
  max-width: 60%;
  padding: 0 0 3rem;
}
@media screen and (max-width: 960px) {
  .about_txt_en {
    padding: 0 0 1.5rem;
  }
}

.about_ttl {
  font-size: min(4.5rem, 3vw);
  margin-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .about_ttl {
    margin-bottom: 2rem;
    font-size: clamp(2.8rem, 2.408rem + 1.74vw, 4.5rem);
  }
}

.aboutWrap {
  align-items: flex-end;
}

.about_txt {
  width: 40%;
  font-size: min(1.8rem, 1.2vw);
  font-weight: 600;
  line-height: 2.3;
  transition-delay: 1s !important;
}
@media screen and (max-width: 960px) {
  .about_txt {
    width: 100%;
    font-size: clamp(1.4rem, 1.308rem + 0.41vw, 1.8rem);
  }
}
@media screen and (max-width: 480px) {
  .about_txt {
    font-size: 3.6vw;
  }
}

.about_img_list {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  list-style: none;
  margin-left: 5rem;
}
@media screen and (max-width: 1440px) {
  .about_img_list {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .about_img_list {
    gap: 0.5rem;
    margin-top: 3rem;
    margin-left: 0;
  }
}
.about_img_list li:first-child {
  grid-column: 1/-1;
  width: 100%;
}
.about_img_list img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-ttl {
  font-size: clamp(3rem, 2.769rem + 1.03vw, 4rem);
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 3rem;
}
@media screen and (max-width: 960px) {
  .main-ttl {
    margin-bottom: 2rem;
  }
}

.report {
  margin-bottom: 120px;
}
@media screen and (max-width: 960px) {
  .report {
    margin-bottom: 80px;
  }
}

.report_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: min(-9rem, -6vw);
}
@media screen and (max-width: 960px) {
  .report_list {
    flex-direction: column;
    margin-bottom: 0;
    margin-left: -4rem;
  }
}

.report_item {
  background: white;
  width: calc(50% - min(9rem, 6vw));
  margin-left: min(9rem, 6vw);
  margin-bottom: 15rem;
}
@media screen and (max-width: 960px) {
  .report_item {
    width: calc(100% - 4rem);
    margin-left: 4rem;
    margin-bottom: 13rem;
  }
}
@media screen and (max-width: 600px) {
  .report_item {
    margin-bottom: 12rem;
  }
}
.report_item:first-child {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .report_item:first-child {
    width: calc(100% - 4rem);
  }
}
.report_item:first-child .report_txt_block {
  width: 470px;
}
@media screen and (max-width: 960px) {
  .report_item:first-child .report_txt_block {
    width: 380px;
    max-width: 90%;
  }
}
.report_item:first-child .report_title {
  font-size: clamp(1.4rem, 1.169rem + 1.03vw, 2.4rem);
  margin-bottom: 1rem;
}
@media screen and (max-width: 960px) {
  .report_item:first-child .report_title {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .report_item:first-child .report_title {
    font-size: 4.5vw;
  }
}
.report_item:first-child .report_label {
  margin-bottom: 1rem;
  font-size: clamp(1.2rem, 1.062rem + 0.62vw, 1.8rem);
}
@media screen and (max-width: 960px) {
  .report_item:first-child .report_label {
    margin-bottom: 0.5rem;
  }
}
.report_item:first-child .report_date {
  font-size: clamp(1rem, 0.908rem + 0.41vw, 1.4rem);
}
.report_item:first-child .report_txtWrap {
  min-height: 160px;
}
@media screen and (max-width: 960px) {
  .report_item:first-child .report_txtWrap {
    min-height: auto;
  }
}
.report_item:first-child .report_txtWrap::before {
  right: 3.5rem;
  bottom: 3rem;
  width: 3rem;
}
@media screen and (max-width: 960px) {
  .report_item:first-child .report_txtWrap::before {
    right: 2rem;
    bottom: 2rem;
    width: 1.5rem;
  }
}
.report_item._red .report_txtWrap {
  border-left: 6px solid #F08278;
}
.report_item._red .report_txtWrap::after {
  background: #F08278;
}
.report_item._red .report_label {
  color: #F08278;
}
.report_item._yellow .report_txtWrap {
  border-left: 6px solid #FFB450;
}
.report_item._yellow .report_txtWrap::after {
  background: #FFB450;
}
.report_item._yellow .report_label {
  color: #FFB450;
}
.report_item._blue .report_txtWrap {
  border-left: 6px solid #64A0F0;
}
.report_item._blue .report_txtWrap::after {
  background: #64A0F0;
}
.report_item._blue .report_label {
  color: #64A0F0;
}

.report_txt_block {
  position: absolute;
  right: 0;
  bottom: -10rem;
  width: 350px;
  max-width: 85%;
}
@media screen and (max-width: 960px) {
  .report_txt_block {
    width: 380px;
    bottom: -8rem;
  }
}

.report_txtWrap {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1;
  min-height: 130px;
  padding: 1.5rem min(8rem, 5vw) 1.5rem 3.5rem;
  overflow: hidden;
  color: #1F1F1F;
  background: white;
  transition: color 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .report_txtWrap {
    min-height: 120px;
    padding: 1.5rem 8rem 1rem 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .report_txtWrap {
    padding: 1rem 3rem 1rem 2.5rem;
  }
}
.report_txtWrap::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: -1;
}
.report_txtWrap::before {
  content: "";
  position: absolute;
  right: 2.5rem;
  bottom: 2rem;
  width: 2rem;
  aspect-ratio: 22/6;
  background: url(../images/arrows_black.svg) no-repeat center/contain;
  transition: right 0.5s cubic-bezier(0.22, 1, 0.36, 1), background-image 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .report_txtWrap::before {
    right: 2rem;
    bottom: 2rem;
    width: 1.5rem;
  }
}

.report_link {
  position: relative;
  color: #1F1F1F;
  display: inline-block;
  width: 100%;
}
.report_link:hover .report_txtWrap {
  color: white;
}
.report_link:hover .report_txtWrap::after {
  transform: scaleX(1);
  transform-origin: left;
}
.report_link:hover .report_txtWrap::before {
  right: 1.5rem;
  background-image: url(../images/arrows_white.svg);
}
@media screen and (max-width: 960px) {
  .report_link:hover .report_txtWrap::before {
    right: 1rem;
  }
}
.report_link:hover .report_label,
.report_link:hover .report_title,
.report_link:hover .report_date {
  color: white;
}
.report_link:hover .report_thum img {
  transform: scale(1.1);
}
.report_link:not(:hover) .report_txtWrap::after {
  transform-origin: right;
}

.report_thum {
  aspect-ratio: 51/29;
  overflow: hidden;
}
.report_thum .report_img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.report_title {
  font-size: clamp(1.4rem, 1.308rem + 0.41vw, 1.8rem);
  font-weight: 600;
  line-height: 1.4;
  transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 960px) {
  .report_title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .report_title {
    font-size: 4.5vw;
  }
}

.report_label {
  font-size: clamp(1.2rem, 1.154rem + 0.21vw, 1.4rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  margin-bottom: 0.5rem;
}

.report_date {
  margin-top: auto;
  font-size: clamp(1rem, 0.954rem + 0.21vw, 1.2rem);
  font-family: "Montserrat", sans-serif;
  transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.comingsoon {
  display: flex;
  justify-content: center;
  /* 横中央 */
  align-items: flex-end;
  /* 下寄せ */
  height: 80vh;
  position: relative;
  z-index: 0;
}
.comingsoon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.comingsoon_txt_block {
  color: white;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .comingsoon_txt_block {
    margin-bottom: 3rem;
  }
}

.comingsoon-text-en {
  font-size: clamp(2rem, 1.538rem + 2.05vw, 4rem);
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .comingsoon-text-en {
    margin-bottom: 1rem;
  }
}
.comingsoon-text-en span {
  display: block;
  font-size: clamp(3rem, 2.308rem + 3.08vw, 6rem);
}

.comingsoon-text-jp {
  font-weight: 400;
}/*# sourceMappingURL=index.css.map */