.hamburger_btn {
  opacity: 0;
}
/* header */
.header {
	position: sticky;
	z-index: 99;
	margin: -9rem auto 2rem;
  /* padding: 1.7rem 4rem; */
  left: inherit;
	transform: inherit;
}
.header_list {
	display: flex;
	align-items: center;
	gap: 3.5rem;
}
.header_list_item_link {
	font-family: "Yu Gothic",noto-sans-cjk-jp, sans-serif;
  font-weight: bold;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .hamburger_btn {
    display: flex;
  }
	.header {
		position: fixed;
    margin: 0;
	}
}

/* mv */
.mv {
  position: relative;
  height: 100dvh;
  min-height: 80rem;
}
.mv_logo {
  width: 22rem;
  position: absolute;
  top: 9.5rem;
  left: 9.5rem;
}
.mv_logo_text {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  color: var(--main-color);
  margin-top: 1.5rem;
  margin-left: 1.4rem;
}
.mv_title {
  position: absolute;
  z-index: 10;
  top: 37.5rem;
  left: 9.5rem;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 2rem 2rem;
}
.mv_title1 {
  width: 28.4rem;
}
.mv_title1 svg {
  width: 100%;
  height: auto;
}
.mv_title2 {
  font-family: "Yu Gothic",noto-sans-cjk-jp, sans-serif;
  font-weight: bold;
  font-size: 6.8rem;
  color: #fff;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.mv_title3 {
  font-family: "Yu Gothic",noto-sans-cjk-jp, sans-serif;
  font-weight: bold;
  font-size: 6.8rem;
  color: #fff;
  line-height: 1.3;
  letter-spacing: -0.02em;
  width: 100%;
}
.mv_title4 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  color: #F0FFA3;
  line-height: 1.2;
}
.mv_img1 {
  position: absolute;
  z-index: 1;
  top: 6.9rem;
  right: 3.3rem;
  width: 88.7rem;
}
.mv_img2 {
  position: absolute;
  z-index: 2;
  top: 2.1rem;
  right: 41.2rem;
  width: 37.7rem;
  opacity: 0;
}
.mv_img3 {
  position: absolute;
  z-index: 3;
  top: 19rem;
  right: 11.7rem;
  width: 36.1rem;
  opacity: 0;
}
.mv_img4 {
  position: absolute;
  z-index: 4;
  top: 26.7rem;
  right: 23.6rem;
  width: 50rem;
  opacity: 0;
}
.mv_img5 {
  position: absolute;
  z-index: 5;
  top: 3.7rem;
  right: 5.3rem;
  width: 46rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .mv {
    min-height: 66.5rem;
    overflow: hidden;
  }
  .mv_logo {
    top: 2rem;
    left: 2rem;
    width: 8.6rem;
  }
  .mv_logo_text {
    font-weight: normal;
    font-size: .8rem;
    text-align: center;
    margin-top: .5rem;
    margin-left: 0;
  }
  .mv_title {
    top: 48.6rem;
    left: 2rem;
    gap: 1rem .5rem;
  }
  .mv_title1 {
    width: 14rem;
  }
  .mv_title2 {
    font-size: 2.8rem;
  }
  .mv_title3 {
    font-size: 2.8rem;
  }
  .mv_title4 {
    font-size: 1.4rem;
  }
  .mv_img1 {
    top: 15.9rem;
    right: -6.7rem;
    width: 52.8rem;
  }
  .mv_img2 {
    top: 13rem;
    right: 15.8rem;
    width: 22.4rem;
  }
  .mv_img3 {
    top: 23rem;
    right: -1.7rem;
    width: 21.5rem;
  }
  .mv_img4 {
    top: 27.7rem;
    right: 5.4rem;
    width: 29.7rem;
  }
  .mv_img5 {
    top: 14rem;
    right: -5.5rem;
    width: 26rem;
  }
}


/* thoughts */
.thoughts {
  background-image: url(../img/thoughts-bg.png);
  background-repeat: repeat-y;
  background-position: top center;
  padding: 8.4rem calc(8rem * var(--scale)) 8.4rem calc(12.9rem * var(--scale));
}
.thoughts_box {
  position: sticky;
  top: 10.4rem;
  width: 100%;
  display: flex;
  height: 100dvh;
}
.thoughts_box_trigger {
  height: 1px;
  margin-top: 20rem;
  margin-bottom: 80rem;
}
.thoughts_image {
  width: calc(52.7rem * var(--scale));
  position: relative;
}
.thoughts_image_sp {
  display: none;
}
.thoughts_image_img1 {
  width: calc(45.05rem * var(--scale));
  margin-left: auto;
}
.thoughts_image_img1_sp {
  display: none;
}
.thoughts_image_img2 {
  position: absolute;
  top: 0;
  z-index: 2;
  width: calc(45.65rem * var(--scale));
  margin-left: 2rem;
  opacity: 0;
  transform: translateY(100%);
}
.thoughts_image_img3 {
  position: absolute;
  top: 0;
  z-index: 3;
  width: calc(44.8rem * var(--scale));
  margin-left: 5rem;
  opacity: 0;
  transform: translateY(100%);
}
.thoughts_textbox {
  margin-left: calc(7rem * var(--scale));
}
.thoughts_text {
  font-family: "Yu Gothic",noto-sans-cjk-jp, sans-serif;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 2;
}
.thoughts_text + .thoughts_text {
  margin-top: 2.7rem;
}
.thoughts .link_btn {
  margin-top: 4rem;
}
.thoughts_title {
  display: flex;
  flex-direction: row-reverse;
  margin-left: auto;
}
.thoughts .title_en {
  writing-mode: vertical-rl;
}
.thoughts .title_en span {
  clip-path: inset(0 0 100% 0);
}
.thoughts .title_en span.active {
  clip-path: inset(0 0 0 0);
}
.thoughts .title_ja {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  margin-right: 1.6rem;
}
@media (max-width: 767px) {
  .thoughts {
    padding: 6rem 2.4rem;
  }
  .thoughts_box {
    position: static;
    flex-wrap: wrap;
    height: auto;
  }
  .thoughts_box .thoughts_image {
    display: none;
  }
  .thoughts_textbox {
    margin-left: 0;
  }
  .thoughts_text {
    font-size: 1.3rem;
  }
  .thoughts_text + .thoughts_text {
    margin-top: 2rem;
  }
  .thoughts .title_ja {
    margin-right: 1rem;
  }
  .thoughts_image_sp {
    width: 100%;
    position: sticky;
    top: 10rem;
    display: block;
    margin-top: 8rem;
  }
  .thoughts_image_img1 {
    width: 85%;
    margin-left: auto;
  }
  .thoughts_image_img2 {
    width: 86%;
  }
  .thoughts_image_img3 {
    width: 85%;
    margin-top: 1rem;
    margin-left: 3rem;
  }
}


/* discover */
.discover {
  padding-top: 11rem;
  padding-bottom: 10rem;
}
.discover_title {
  margin-left: calc(8.5rem * var(--scale));
}
.discover .title_ja {
	margin-top: 1.6rem;
}
.discover_box {
  margin-top: 6rem;
  display: grid;
  gap: calc(3rem * var(--scale));
}
.discover_box_item {
  width: calc(119rem * var(--scale));
  background-image: url(../img/discover-bg.png);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: top center;
  padding: calc(8.5rem * var(--scale)) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.discover_box_item:nth-of-type(odd) {
  border-top-left-radius: 2.25rem;
  border-bottom-left-radius: 2.25rem;
  margin-left: auto;
}
.discover_box_item:nth-of-type(even) {
  border-top-right-radius: 2.25rem;
  border-bottom-right-radius: 2.25rem;
}
.discover_box_item:nth-of-type(1) {
  padding-left: calc(8.8rem * var(--scale));
  padding-right: calc(8.9rem * var(--scale));
}
.discover_box_item:nth-of-type(2) {
  padding-left: calc(10.3rem * var(--scale));
  padding-right: calc(12.9rem * var(--scale));
}
.discover_box_item:nth-of-type(3) {
  padding-left: calc(9rem * var(--scale));
  padding-right: calc(15.3rem * var(--scale));
}
.discover_box_item:nth-of-type(1) .discover_box_item_image_text {
  top: calc(-5.3rem * var(--scale));
  right: calc(-6.2rem * var(--scale));
}
.discover_box_item:nth-of-type(1) .discover_box_item_number {
  color: #8AF7A7;
}
.discover_box_item:nth-of-type(2) .discover_box_item_image_text {
  top: calc(-5.3rem * var(--scale));
  right: calc(-9rem * var(--scale));
}
.discover_box_item:nth-of-type(2) .discover_box_item_number {
  color: #FFC387;
}
.discover_box_item:nth-of-type(3) .discover_box_item_image_text {
  top: calc(-5.3rem * var(--scale));
  right: calc(-12.8rem * var(--scale));
}
.discover_box_item:nth-of-type(3) .discover_box_item_number {
  color: #F0FFA3;
}
.discover_box_item_image {
  width: calc(54rem * var(--scale));
  position: relative;
  z-index: 2;
}
.discover_box_item_image_cover {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.discover_box_item:nth-of-type(1) .discover_box_item_image_cover {
  background-color: #8AF7A7;
}
.discover_box_item:nth-of-type(2) .discover_box_item_image_cover {
  background-color: #FFC387;
}
.discover_box_item:nth-of-type(3) .discover_box_item_image_cover {
  background-color: #F0FFA3;
}
.discover_box_item_image_text {
  position: absolute;
  z-index: -1;
  height: calc(6.7rem * var(--scale));
  width: auto;
}
.discover_box_item_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.discover_box_item_info {
  flex: 1;
}
.discover_box_item_number {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}
.discover_box_item_title {
  font-size: 2.8rem;
  color: #fff;
  line-height: 1.2;
  margin-top: 1rem;
}
.discover_box_item_text {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.8;
  margin-top: 2.3rem;
}
.discover_box_item_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
.discover_box_item_tag_item {
  font-weight: bold;
  font-size: 1.4rem;
  background-color: #fff;
  padding: 1.1rem 1.2rem;
}
@media (max-width: 767px) {
  .discover {
    padding: 6rem 1rem 8rem;
  }
  .discover_title {
    margin-left: 1.4rem;
  }
  .discover .title_ja {
    margin-top: 1rem;
  }
  .discover_box {
    gap: 1.5rem;
    margin-top: 4rem;
  }
  .discover_box_item {
    width: 100%;
    padding: 8rem 2rem 4rem !important;
    border-radius: 1.1rem;
    flex-direction: column-reverse;
    gap: 2.4rem;
  }
  .discover_box_item_title {
    font-size: 2.2rem;
    margin-top: .8rem;
  }
  .discover_box_item_text {
    font-size: 1.4rem;
    margin-top: 1.2rem;
  }
  .discover_box_item_tag {
    gap: .8rem;
    margin-top: 2rem;
    margin-bottom: 2.5rem;
  }
  .discover_box_item_tag_item {
    font-size: 1.2rem;
    padding: .6rem 1rem;
  }
  .discover_box_item_image {
    width: 100%;
  }
  .discover_box_item_image_text {
    height: 4rem;
    top: -3.8rem !important;
    right: 0 !important;
  }
}


/* interview */
.interview {
  border-top: 1px solid #1E1E1E;
  border-bottom: 1px solid #1E1E1E;
  padding: calc(6rem * var(--scale)) 0 calc(22.6rem * var(--scale));
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgb(179 181 184 / .3) calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), rgb(179 181 184 / .3) calc(100% - 1px));
  background-size: 2.7rem 2.7rem;
  background-repeat: repeat;
  background-position: center center;
}
.interview_head {
  padding: 0 9rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.interview_title {
  position: relative;
}
.interview .title_ja {
  position: absolute;
  top: 4.5rem;
  left: 25rem;
}
.interview_text {
  font-size: 1.7rem;
  line-height: 1.8;
}
.interview_text_white {
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow:
  1px 1px 0 #1E1E1E, -1px -1px 0 #1E1E1E,
  -1px 1px 0 #1E1E1E,  1px -1px 0 #1E1E1E,
  1px 0 0 #1E1E1E, -1px  0 0 #1E1E1E,
  0 1px 0 #1E1E1E,  0 -1px 0 #1E1E1E;
}
.interview_text_orange {
  display: inline-block;
  background-color: #FFC387;
  border: 1px solid #1E1E1E;
  border-radius: 100vmax;
  padding: 0 1.3rem;
  margin: 0 .9rem;
}
.interview_text_yellow {
  display: inline-block;
  background-color: #F0FFA3;
  border: 1px solid #1E1E1E;
  border-radius: 100vmax;
  padding: 0 1.3rem;
  margin-right: .9rem;
}
.interview_slider {
  margin-top: 6rem;
}
.interview_slider_item {
  width: calc(34.8rem * var(--scale));
  height: auto;
  padding: calc(2rem * var(--scale)) calc(2rem * var(--scale)) calc(3.5rem * var(--scale));
  background-image: url(../img/interview-slider-bg.png);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: top center;
  border-radius: calc(2rem * var(--scale));
  border: 1px solid #1E1E1E;
  position: absolute;
  left: 50%;
  transform-origin: center;
  transition: transform 1s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.interview_slider_item_image {
  overflow: hidden;
  aspect-ratio: 1/1;
}
.interview_slider_item_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s;
}
.interview_slider_item:hover .interview_slider_item_img {
  transform: scale(1.1);
}
.interview_slider_item_tag {
  font-family: zen-kaku-gothic-antique, sans-serif;
  font-size: 1.8rem;
  color: var(--main-color);
  padding: .5rem 1rem;
  position: absolute;
  z-index: 2;
  top: calc(27.5rem * var(--scale));
  right: calc(1.3rem * var(--scale));
  background-color: #fff;
  box-shadow: .3rem .3rem 0px 0px #2E2E2E;
}
.interview_slider_item_tag span {
  display: inline-block;
  transform: skewX(-5deg);
}
.interview_slider_item_info {
  margin-top: calc(2rem * var(--scale));
  position: relative;
}
.interview_slider_item_info:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.455rem;
  height: 1.952rem;
  background-image: url(../img/interview-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.interview_slider_item_position {
  font-size: 1.3rem;
  color: #fff;
  line-height: 1;
}
.interview_slider_item_name {
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
  margin-top: .9rem;
}
.interview_slider_item_name_ja {
  font-size: 2.2rem;
  color: #fff;
}
.interview_slider_item_name_en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  color: #F0FFA3;
}
.interview_slider_item_extra {
  font-size: 1.3rem;
  color: #fff;
  margin-top: 1.6rem;
}
.interview_slider .slick-list {
  padding-bottom: 65rem !important;
}
.interview_link {
  text-align: center;
  margin: 6rem auto 0;
}
.interview_slider .slick-dots {
  bottom: 7rem;
}
.interview_slider .slick-dots li {
  margin: 0 calc(0.5rem * var(--scale));
}
.interview_slider .slick-dots li button {
  width: calc(1.5rem * var(--scale));
  height: calc(1.5rem * var(--scale));
  border-radius: 50%;
  border: 1px solid #FF7B37;
}
.interview_slider .slick-active button {
  background-color: #FF7B37;
}
.interview_slider .slick-dots li button:before {
  display: none;
}
@media (max-width: 767px) {
  .interview {
    padding: 5.7rem 0 14rem;
  }
  .interview_head {
    padding: 0 0 0 2.4rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem;
  }
  .interview_title {
    width: 100%;
  }
  .interview .title_ja {
    top: 2rem;
    left: 15rem;
  }
  .interview_text {
    font-size: 1.5rem;
  }
  .interview_slider {
    margin-top: 4.6rem;
  }
  .interview_slider_item {
    width: 31.2rem;
    padding: 1.8rem 1.8rem 3rem;
    background-size: 102%;
  }
  .interview_slider_item_tag {
    font-size: 1.6rem;
    top: 24.5rem;
    right: 1.2rem;
  }
  .interview_slider_item_info {
    margin-top: 1.7rem;
  }
  .interview_slider_item_info:after {
    width: 1.3rem;
    height: 1.75rem;
  }
  .interview_slider_item_position {
    font-size: 1.2rem;
  }
  .interview_slider_item_name_ja {
    font-size: 2rem;
  }
  .interview_slider_item_name_en {
    font-size: 1.1rem;
  }
  .interview_slider_item_extra {
    font-size: 1.2rem;
    margin-top: 1.4rem;
  }
  .interview_slider .slick-list {
    padding-bottom: 47rem !important;
  }
  .interview_slider .slick-dots {
    bottom: 0;
  }
  .interview_slider .slick-dots li {
    margin: 0 0.5rem;
  }
  .interview_slider .slick-dots li button {
    width: 1rem;
    height: 1rem;
  }
  .interview_link {
    margin-top: 4rem;
  }
}


/* about */
.about {
  margin-top: 2rem;
}
.text_slider {
  display: flex;
  gap: 2rem;
  overflow-x: hidden;
  margin-bottom: -1.5rem;
}
.text_slider_item {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 9.2rem;
  color: #fff;
  line-height: 1;
  margin: 0 1rem;
}
.about_bg {
  background-image: url(../img/about-bg.png);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: top center;
  position: relative;
  z-index: 2;
  padding: calc(2rem * var(--scale)) calc(3.3rem * var(--scale));
  border-top: 1px solid #1E1E1E;
  border-bottom: 1px solid #1E1E1E;
}
.about_img1 {
  position: absolute;
  z-index: 1;
  top: -39rem;
  left: 0;
  width: calc(38.4rem * var(--scale));
}
.about_img2 {
  position: absolute;
  z-index: 2;
  top: -30rem;
  left: 24rem;
  width: calc(38.9rem * var(--scale));
}
.about_img3 {
  position: absolute;
  top: -35rem;
  right: 4rem;
  width: calc(35.3rem * var(--scale));
}
.about_bubble {
  position: absolute;
  top: -32rem;
  right: 38rem;
  width: calc(28rem * var(--scale));
}
.about_container {
  background-color: #fff;
  border: 1px solid #1E1E1E;
  border-radius: 2rem;
  padding: calc(4rem * var(--scale)) calc(5.6rem * var(--scale)) calc(6rem * var(--scale));
  position: relative;
  z-index: 3;
}
.about_head {
  display: flex;
  align-items: flex-end;
}
.about .title_ja {
  margin-top: 1.6rem;
}
.about_textbox {
  font-size: 1.7rem;
  line-height: 1.8;
  margin-left: 16rem;
}
.about_data_date {
  font-size: 1.3rem;
  margin-left: auto;
}
.about_box {
  margin: calc(4rem * var(--scale)) 0;
  padding-top: 4rem;
  border-top: 1px solid #1E1E1E;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: calc(2.5rem * var(--scale));
}
.about_box_item {
  background-color: #F7F7F7;
  height: calc(26rem * var(--scale));
  position: relative;
  border-radius: 1.1rem;
  padding-top: calc(3.5rem * var(--scale));
}
.about_box_item:nth-of-type(4) {
  grid-column: span 2;
}
.about_box_item_title {
  font-size: 2.6rem;
}
.about_box_item_number {
  font-family: "Montserrat", sans-serif;
  font-size: 9.2rem;
  color: #FF7B37;
  line-height: 1;
  margin-left: 1.5rem;
  margin-right: .5rem;
}
.about_box_item_number.-sm {
  font-size: 6.2rem;
}
.about_box_item_number.-pink {
  color: #FFCEF0;
}
.about_box_item_number.-blue {
  color: #3F63FF;
}
.about_box_item_year {
  font-size: 2.6rem;
}
.about_box_item_text {
  font-size: 1.2rem;
  line-height: 1.5;
}
.about_box_item_text.-lg {
  font-size: 1.4rem;
  line-height: 1.2;
}
.about_box_flex1 {
  display: flex;
  align-items: baseline;
  margin-left: calc(3.6rem * var(--scale));
  margin-top: calc(1.5rem * var(--scale));
  margin-bottom: calc(3.2rem * var(--scale));
}
.about_box_item:nth-of-type(1) .about_box_item_title {
  writing-mode: vertical-rl;
}
.about_box_item:nth-of-type(1) .about_box_item_text {
  margin-left: calc(3.6rem * var(--scale));
}
.about_box_item:nth-of-type(1) .about_box_item_img {
  position: absolute;
  right: calc(3.3rem * var(--scale));
  bottom: calc(4rem * var(--scale));
  width: 7rem;
}
.about_box_item:nth-of-type(2) .about_box_item_title {
  text-align: center;
}
.about_box_flex2 {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: calc(.5rem * var(--scale));
}
.about_box_item:nth-of-type(2) .about_box_item_img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 17.9rem;
}
.about_box_item:nth-of-type(3) .about_box_item_title {
  text-align: center;
}
.about_box_flex3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.about_box_item_sex {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  color: var(--main-color);
  text-align: center;
}
.about_box_item_sepatate {
  font-size: 3.6rem;
  color: #FF7B37;
}
.about_box_item:nth-of-type(3) .about_box_item_text {
  text-align: center;
}
.about_box_item:nth-of-type(3) .about_box_item_img1 {
  position: absolute;
  top: calc(13.7rem * var(--scale));
  left: calc(2rem * var(--scale));
  width: 5.3rem;
}
.about_box_item:nth-of-type(3) .about_box_item_img2 {
  position: absolute;
  top: calc(7.9rem * var(--scale));
  right: calc(1.1rem * var(--scale));
  width: 6.9rem;
}
.about_box_item:nth-of-type(4) {
  padding-left: calc(2rem * var(--scale));
  padding-right: calc(2rem * var(--scale));
}
.about_box_flex4 {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.about_box_flex4_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.about_box_flex4_2 {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: calc(4rem * var(--scale));
}
.about_box_flex4_2_item {
  display: flex;
  align-items: baseline;
  justify-content: center;
} 
.about_box_flex4_2_text1 {
  font-size: 1.8rem;
}
.about_box_flex4_2_text2 {
  font-size: 2.6rem;
}
.about_box_item:nth-of-type(5) .about_box_item_title {
  text-align: center;
}
.about_box_flex5 {
  display: flex;
     align-items: center;
  justify-content: center;
  margin-top: calc(2.8rem * var(--scale));
}
.about_box_flex5 + .about_box_flex5 {
  margin-top: calc(2rem * var(--scale));
}
.about_box_flex5_text1 {
  font-size: 2.2rem;
  color: var(--main-color);
}
.about_box_flex5_text2 {
  font-size: 2.6rem;
}
.about_link {
  text-align: center;
  margin-top: 4rem;
}
.about_bottom {
  margin-top: calc(2.7rem * var(--scale));
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: calc(2.4rem * var(--scale));
}
.about_bottom_container {
  overflow: hidden;
  position: relative;
  padding-top: 4rem;
}
.about_bottom_container:nth-of-type(1) .about_bottom_item_img {
  width: calc(21rem * var(--scale));
  position: absolute;
  bottom: 0;
  right: 0;
}
.about_bottom_container:nth-of-type(2) .about_bottom_item_img {
  width: calc(27.7rem * var(--scale));
  position: absolute;
  bottom: .1rem;
  right: -.1rem;
}
.about_bottom_item {
  background-color: #fff;
  border-radius: 2rem;
  padding: calc(5.8rem * var(--scale)) 0 calc(2.9rem * var(--scale)) calc(4.1rem * var(--scale));
  border: 1px solid #1E1E1E;
  height: 100%;
}
.about_bottom_item_title {
  position: relative;
}
.about_bottom_item_title .title_ja {
  position: absolute;
  top: 1.7rem;
  left: 13rem;
  margin-top: 0;
}
.about_bottom .link_btn {
  margin-top: 4rem;
}
.about_bottom_item:nth-of-type(2) .link_btn {
  margin-top: 5.5rem;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Montserrat", sans-serif;
}
.odometer span {
  line-height: 1;
}
.odometer-formatting-mark {
  display: none;
}
@media (max-width: 767px) {
  .about {
    margin-top: 1rem;
  }
  .text_slider {
    display: flex;
    gap: 2rem;
    overflow-x: hidden;
    margin-bottom: -1.5rem;
  }
  .text_slider_item {
    font-size: 7.2rem;
    margin: 0 .7rem;
  }
  .about_bg {
    padding: 2rem 1rem;
    background-size: 400%;
  }
  .about_img1 {
    width: 16.9rem;
    top: -14.5rem;
  }
  .about_img2 {
    width: 16.9rem;
    top: -10rem;
    left: 8rem;
  }
  .about_img3 {
    width: 13.2rem;
    top: -12rem;
    right: 1rem;
  }
  .about_bubble {
    width: 14.8rem;
    top: -18rem;
    right: 7rem;
  }
  .about_container {
    padding: 4rem 2rem;
  }
  .about_head {
    flex-wrap: wrap;
  }
  .about_textbox {
    font-size: 1.5rem;
    margin-left: 0;
    width: 100%;
    margin-top: 2rem;
  }
  .about_data_date {
    font-size: 1rem;
    margin-top: -1rem;
  }
  .about_box {
    margin-top: 3.2rem;
    padding-top: 2.8rem;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .about_box_item {
    height: 19rem;
    padding-top: 3rem;
  }
  
  .about_box_item:nth-of-type(4) {
    grid-column: span 1;
    height: 35.5rem;
  }
  .about_box_item:nth-of-type(5) {
    height: 22rem;
  }
  .about_box_item_title {
    font-size: 2.2rem;
  }
  .about_box_item_number {
    font-size: 6.4rem;
  }
  .about_box_item_number.-sm {
    font-size: 5.8rem;
  }
  .about_box_item_year {
    font-size: 2rem;
  }
  .about_box_item_text {
    font-size: 1rem;
  }
  .about_box_flex1 {
    margin-top: 0;
    margin-left: 7rem;
    margin-bottom: 1rem;
  }
  .about_box_item:nth-of-type(1) .about_box_item_title {
    font-size: 2rem;
  }
  .about_box_item:nth-of-type(1) .about_box_item_text {
    margin-left: 2.1rem;
  }
  .about_box_item:nth-of-type(1) .about_box_item_img {
    width: 5.5rem;
    right: 2.6rem;
    bottom: 2.9rem;
  }
  .about_box_flex2 {
    margin-top: 0;
  }
  .about_box_item:nth-of-type(2) .about_box_item_img {
    width: 11.9rem;
  }
  .about_box_item:nth-of-type(3) .about_box_item_img1 {
    top: 10.8rem;
    left: 1.7rem;
    width: 5rem;
  }
  .about_box_item:nth-of-type(3) .about_box_item_img2 {
    top: 3.5rem;
    width: 5.5rem;
  }
  .about_box_flex3 {
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .about_box_flex4 {
    gap: 1.9rem;
  }
  .about_box_flex4_1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .about_box_item_text.-lg {
    font-size: 1rem;
    line-height: 1.5;
  }
  .about_box_item:nth-of-type(4) .about_box_item_img {
    width: 10rem;
  }
  .about_box_flex4_2 {
    width: 16.5rem;
    flex-direction: column;
    gap: 0;
  }
  .about_box_flex4_2_text1 {
    font-size: 1.4rem;
  }
  .about_box_flex4_2_text2 {
    font-size: 1.7rem;
  }
  .about_box_flex5 {
    margin-top: 1rem;
  }
  .about_box_flex5 + .about_box_flex5 {
    margin-top: 0;
  }
  .about_box_flex5_text1 {
    font-size: 1.8rem;
  }
  .about_box_flex5_text2 {
    font-size: 1.7rem;
  }
  .about_bottom {
    margin-top: 1.4rem;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .about_bottom_item {
    padding: 2.6rem 2rem;
  }
  .about .title_ja {
    margin-top: .5rem;
  }
  .about_bottom_container {
    padding-top: 6rem;
  }
  .about_bottom_container:nth-of-type(2) {
    padding-top: 5rem;
  }
  .about_bottom_container:nth-of-type(1) .about_bottom_item_img {
    width: 15.8rem;
  }
  .about_bottom_container:nth-of-type(2) .about_bottom_item_img {
    width: 18.8rem;
  }
  .about_bottom_item_title .title_ja {
    top: 0.7rem;
    left: 8rem;
  }
  .about_bottom .link_btn {
    margin-top: 1.5rem;
  }
  .about_bottom_item:nth-of-type(1) .link_btn {
    margin-top: 1.5rem;
  }
  .odometer span {
    width: 3.736rem;
  }
}



/* movie */
.movie_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(50 50 50 / .6);
	display: grid;
	place-items: center;
	z-index: 10000;
	display: none;
}
.movie_modal_inner {
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
}
.movie_modal_video {
	width: 110rem;
	aspect-ratio: 16/9;
	position: relative;
}
.movie_modal_close {
	position: absolute;
	top: -4.5rem;
	right: 0;
	width: 10rem;
	pointer-events: none;
}
.movie_modal_video iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.movie {
  margin-top: 2rem;
}
.movie_container {
  background-image: url(../img/movie-bg.png);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: top center;
  border-top: 1px solid #1E1E1E;
  border-bottom: 1px solid #1E1E1E;
  padding: 0 3.712rem;
  position: relative;
  z-index: 2;
}
.movie_color1 {
  position: absolute;
  width: calc(28.8rem * var(--scale));
  left: 0;
  bottom: calc(-1rem * var(--scale));
}
.movie_color2 {
  position: absolute;
  width: calc(30.9rem * var(--scale));
  right: 0;
  bottom: calc(-5.3rem * var(--scale));
}
.movie_inner {
  height: 100%;
  border-left: 1px solid #1E1E1E;
  border-right: 1px solid #1E1E1E;
  padding-top: 7.65rem;
}
.movie_head {
  padding: 0 6rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.movie .title_ja {
	margin-top: 1.6rem;
}
.icon_btn_youtube:hover span {
  transform: translateX(-1.9rem);
}
.icon_btn_youtube:before {
  background-image: url(../img/youtube-icon.svg);
	background-size: 2rem 2rem;
	background-repeat: no-repeat;
	background-position: center;
}
.movie_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 4.7rem;
  position: relative;
}
.movie_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #1E1E1E;
}
.movie_box_item {
  cursor: pointer;
}
.movie_box_item_image {
  position: relative;
  overflow: hidden;
  perspective: 600px;
}
.movie_box_item_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s;
}
.movie_box_item:hover .movie_box_item_img {
  transform: scale(1.1);
}
.movie_box_item_image_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22.5rem;
  height: 13.5rem;
  border: 1px solid #1E1E1E;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.24rem;
  border-radius: 50%;
}
.movie_box_item:hover .movie_box_item_image_play {
  animation: playRotateX 0.6s ease forwards;
}
@keyframes playRotateX {
  from { transform: translate(-50%, -50%) rotateX(0deg); }
  to   { transform: translate(-50%, -50%) rotateX(360deg); }
}
.movie_box_item:nth-child(1) .movie_box_item_image_play {
  background-color: #8AF7A7;
}
.movie_box_item:nth-child(2) .movie_box_item_image_play {
  background-color: #F0FFA3;
}
.movie_box_item_image_play:after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border-top: .8rem solid transparent;
  border-bottom: .8rem solid transparent;
  border-left: 2.925rem solid #1E1E1E;
}
.movie_box_item_image_play_text {
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
  text-align: center;
}
.movie_box_item_image_play_text span {
  font-style: italic;
}
.movie_box_item_title {
  padding: 4.5rem;
}
.movie_box_item_title_ja {
  font-size: 2.2rem;
  line-height: 1.4;
}
.movie_box_item_title_en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  color: var(--main-color);
  line-height: 1;
  margin-top: .9rem;
}
@media (max-width: 767px) {
  .movie_modal_video {
		width: 35.3rem;
	}
	.movie_modal_close {
		width: 6rem;
		top: -3rem;
	}
	.movie_modal_btn {
		display: block;
	}
  .movie {
    margin-top: 1rem;
  }
  .movie_container {
    padding: 0 1rem;
    background-size: 500%;
  }
  .movie_color1 {
    width: 18.2rem;
    top: 34rem;
    bottom: inherit;
  }
  .movie_color2 {
    width: 19.6rem;
    bottom: -3rem;
  }
  .movie_inner {
    padding-top: 4rem;
  }
  .movie_head {
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }
  .movie .title_ja {
    margin-top: 1rem;
  }
  .movie_box {
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }
  .movie_box:before {
    display: none;
  }
  .movie_box_item {
    border-top: 1px solid #1E1E1E;
  }
  .movie_box_item_image_play {
    width: 12.2rem;
    height: 7.4rem;
    gap: .9rem;
  }
  .movie_box_item_image_play_text {
    font-size: 1.4rem;
  }
  .movie_box_item_image_play:after {
    border-top: .45rem solid transparent;
    border-bottom: .45rem solid transparent;
    border-left: 1.6rem solid #1E1E1E;
  }
  .movie_box_item_title {
    padding: 2.8rem 2rem 4.4rem;
  }
  .movie_box_item_title_ja {
    font-size: 1.3rem;
  }
  .movie_box_item_title_en {
    font-size: 1.1rem;
    margin-top: .5rem;
  }
}


/* instagram */
.instagram {
  margin-top: 17.5rem;
  text-align: center;
}
.instagram_inner {
  max-width: 123.75rem;
	margin: auto;
}
.instagram_box {
  border-radius: 2.25rem;
  background-color: rgb(255 255 255 / .4);
  padding: 6.6rem 0;
  position: relative;
}
.instagram_bubble1 {
  position: absolute;
  top: -3.15rem;
  left: 35.662rem;
  width: 22.725rem;
}
.instagram_bubble2 {
  position: absolute;
  top: -5.85rem;
  left: 71.212rem;
  width: 21.15rem;
}
.instagram .title_ja {
	margin-top: 1.6rem;
}
.instagram_image {
  width: calc(85.5rem * var(--scale));
  margin: 3.5rem auto 4.5rem;
}
.icon_btn_instagram {
  margin: auto;
}
.icon_btn_instagram:hover span {
  transform: translateX(-1.8rem);
}
.icon_btn_instagram:before {
  background-image: url(../img/instagram-icon.svg);
	background-size: 1.7rem 1.7rem;
	background-repeat: no-repeat;
	background-position: center;
}
@media (max-width: 767px) {
	.instagram {
    margin-top: 13.5rem;
  }
  .instagram .title_ja {
    margin-top: 1rem;
  }
  .instagram_box {
    border-radius: 0;
    padding: 6rem 3rem 12.5rem;
  }
  .instagram_bubble1 {
    top: .5rem;
    left: 3rem;
    width: 13.7rem;
  }
  .instagram_bubble2 {
    top: -3rem;
    left: 22.6rem;
    width: 13.7rem;
  }
  .instagram_image {
    width: 100%;
    margin: 2.5rem auto 4rem;
  }
} 