@charset "UTF-8";
/* test */
[data-ruby] {
  position: relative;
  display: inline-block;
}
[data-ruby]:before {
  content: attr(data-ruby);
  position: absolute;
  left: 50%;
  transform: scale(1) translate(-55%, -5%);
  white-space: nowrap;
  display: block;
}

.readmore-btn {
  height: 4rem;
  display: inline-flex;
  align-items: center;
  gap: 0rem 1.6rem;
  position: relative;
  justify-content: flex-start;
}
.readmore-btn a {
  display: inline-flex;
  align-items: center;
  gap: 0rem 1.6rem;
  justify-content: flex-start;
  height: 4rem;
}
.readmore-btn p:nth-child(1) span, .readmore-btn p:nth-child(1):before {
  color: #000;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.07em;
  text-align: left;
}
.readmore-btn p:nth-child(2) {
  margin: 0rem 1.6rem 0rem 0rem;
  width: 4rem;
  position: relative;
  z-index: 2;
}
.readmore-btn:after {
  content: "";
  border: 1px solid #C30032;
  background-color: #FFF;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .readmore-btn {
    height: 4em;
    gap: 0em 1.6em;
  }
  .readmore-btn a {
    gap: 0em 1.6em;
    height: 4em;
  }
  .readmore-btn p:nth-child(1) span, .readmore-btn p:nth-child(1):before {
    font-size: 1.5em;
    line-height: 1;
  }
  .readmore-btn p:nth-child(2) {
    margin: 0em 1.6em 0em 0em;
    width: 4em;
  }
  .readmore-btn:after {
    width: 4em;
    height: 4em;
  }
}

.main-copy {
  display: none;
}
@media screen and (min-width: 768px) {
  .main-copy {
    position: fixed;
    z-index: 10;
    display: block;
    pointer-events: none;
    transform: rotate(90deg);
    right: 34px;
    bottom: 24px;
    color: #000;
    font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.07em;
    text-align: left;
    transform-origin: right bottom;
  }
  .main-copy span {
    font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.07em;
  }
}

section {
  position: relative;
  z-index: 2;
}

#top #contents .object-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
#top #contents .object-wrap .object-wrap-in {
  position: relative;
  max-width: 136.6rem;
  margin: 0 auto;
  height: 100%;
}
#top #contents .object-wrap .object-wrap-in .object {
  background-color: #C30032;
  position: absolute;
  z-index: 3;
}
#top #contents .main .section-in {
  position: relative;
}
#top #contents .main .section-in .main-in {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#top #contents .main .section-in .main-in .swiper {
  z-index: 1;
}
#top #contents .main .section-in .main-in .swiper .swiper-wrapper {
  height: 100%;
}
#top #contents .main .section-in .main-in .swiper .swiper-wrapper .swiper-slide {
  height: 100%;
}
#top #contents .main .section-in .main-in .swiper:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0.1;
  z-index: 10;
  transition: opacity 400ms ease;
}
#top #contents .main .section-in h2 {
  width: 29.5rem;
  height: 12.8rem;
  text-indent: -9999px;
  background: url(../images/top/main_tl.svg) no-repeat left top;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -106.25%);
  transition: opacity 1000ms 1000ms linear;
  opacity: 0;
  z-index: 11;
}
#top #contents .main .section-in h2.view {
  opacity: 1;
}
#top #contents .main .section-in .btn-box {
  display: flex;
  gap: 1.8rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.2rem;
  transition: opacity 1000ms 1000ms linear;
  opacity: 0;
  z-index: 11;
}
#top #contents .main .section-in .btn-box > div {
  width: 16.4rem;
  padding-bottom: 0.6rem;
  position: relative;
}
#top #contents .main .section-in .btn-box > div a {
  position: relative;
  display: block;
  height: auto;
  z-index: 2;
}
#top #contents .main .section-in .btn-box > div a img {
  display: block;
  position: relative;
  z-index: 2;
}
#top #contents .main .section-in .btn-box > div a span {
  position: absolute;
  top: 50%;
  left: 1.2rem;
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1.2;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.07em;
  text-align: left;
  z-index: 3;
  transform: translateY(-50%);
}
#top #contents .main .section-in .btn-box > div:after {
  background-color: #C30032;
  position: absolute;
  bottom: 0rem;
  width: 16.4rem;
  height: 9.3rem;
  left: 0.6rem;
  transition: opacity 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  content: "";
  z-index: 1;
}
#top #contents .main .section-in .btn-box > div.video-btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  background: url(../images/top/main_movie_icon01.svg) no-repeat left top;
  background-size: 100% auto;
  z-index: 3;
}
#top #contents .main .section-in .btn-box > div.link-btn a .hover_arrow01 {
  position: absolute;
  right: 1.7rem;
  bottom: 1.86rem;
  z-index: 4;
  width: 3.085rem;
}
#top #contents .main .section-in .btn-box > div.link-btn a:after {
  top: auto;
  right: 0.64rem;
  bottom: 0.6rem;
  z-index: 3;
  width: 2.8rem;
  height: 2.8rem;
}
#top #contents .main .section-in .btn-box.view {
  opacity: 1;
}
#top #contents .main.dark .section-in .main-in .swiper:after {
  opacity: 0.4;
  mix-blend-mode: multiply;
}
#top #contents .top_message .section-in {
  padding: 7.7rem 0rem 11.5rem 0rem;
}
#top #contents .top_message .section-in h3 {
  text-align: center;
  color: #C30032;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.07em;
  margin-bottom: 6rem;
}
#top #contents .top_message .section-in p {
  width: 32.7rem;
  margin: 0 auto;
  color: #FFF;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.07em;
  text-align: justify;
}
#top #contents .top_message .object-wrap .object-wrap-in .object:nth-child(1) {
  width: 8rem;
  height: 0.4rem;
  top: 6.2rem;
  right: -2.4rem;
}
#top #contents .top_message .object-wrap .object-wrap-in .object:nth-child(2) {
  width: 1.2rem;
  height: 1.2rem;
  top: 6.6rem;
  left: 2.7rem;
}
#top #contents .top_message .object-wrap .object-wrap-in .object:nth-child(3) {
  width: 10rem;
  height: 3rem;
  top: 10.6rem;
  left: -2.3rem;
}
#top #contents .common-tl {
  position: absolute;
  top: 0rem;
  transform: translateY(-77%);
  left: 0rem;
  z-index: 5;
}
#top #contents .common-tl span {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #C30032;
}
#top #contents h4,
#top #contents h5 {
  color: #000;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.7916666667;
  letter-spacing: 0.07em;
}
#top #contents .text {
  text-align: justify;
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: 0.07em;
  color: #787878;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 1rem 0rem 3.5rem 0rem;
}
#top #contents .top_presentation {
  background-color: #F5F5F5;
  padding: 17.5rem 0rem 17.5rem 0rem;
}
#top #contents .top_presentation .section-in {
  position: relative;
}
#top #contents .top_presentation .section-in .presentation-in > div:nth-child(1) {
  position: relative;
  z-index: 2;
  width: 35.1rem;
  margin-left: auto;
  transition: opacity 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  height: 21.1rem;
}
#top #contents .top_presentation .section-in .presentation-in > div:nth-child(1).view {
  opacity: 1;
}
#top #contents .top_presentation .section-in .presentation-in > div:nth-child(2) {
  width: 32.7rem;
  margin: 4rem auto 0rem auto;
  transition: opacity 1000ms;
  opacity: 0;
}
#top #contents .top_presentation .object-wrap .object-wrap-in .object:nth-child(1) {
  width: 4rem;
  height: 8rem;
  top: -4.2rem;
  right: 4rem;
}
#top #contents .top_presentation .object-wrap .object-wrap-in .object:nth-child(2) {
  width: 0.8rem;
  height: 0.8rem;
  top: 4.4rem;
  left: 8.8rem;
}
#top #contents .top_presentation .object-wrap .object-wrap-in .object:nth-child(3) {
  display: none;
}
#top #contents .top_presentation.view .section-in .presentation-in > div:nth-child(2) {
  opacity: 1;
}
#top #contents .top_whats {
  background-color: #F5F5F5;
  padding: 0rem 0rem 8rem 0rem;
}
#top #contents .top_whats .section-in {
  position: relative;
}
#top #contents .top_whats .section-in .common-tl {
  left: auto;
  right: 0rem;
  text-align: right;
}
#top #contents .top_whats .section-in .whats-in > div:nth-child(1) {
  position: relative;
  z-index: 2;
  width: 35.1rem;
  margin-left: auto;
  transition: opacity 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  height: 21.1rem;
}
#top #contents .top_whats .section-in .whats-in > div:nth-child(1).view {
  opacity: 1;
}
#top #contents .top_whats .section-in .whats-in > div:nth-child(2) {
  width: 32.7rem;
  margin: 4rem auto 0rem auto;
  transition: opacity 1000ms;
  opacity: 0;
}
#top #contents .top_whats .object-wrap .object-wrap-in .object:nth-child(1) {
  width: 1.2rem;
  height: 1.2rem;
  top: -5.2rem;
  left: 2.4rem;
}
#top #contents .top_whats .object-wrap .object-wrap-in .object:nth-child(2) {
  width: 8rem;
  height: 0.4rem;
  bottom: 5.2rem;
  right: 5.7rem;
}
#top #contents .top_whats.view .section-in .whats-in > div:nth-child(2) {
  opacity: 1;
}
#top #contents .top_special {
  background-color: #C30032;
  padding: 9.9rem 0rem 8rem 0rem;
}
#top #contents .top_special .section-in {
  position: relative;
}
#top #contents .top_special .section-in .common-tl {
  width: 100%;
  text-align: center;
  transform: translateY(-56%);
}
#top #contents .top_special .section-in .common-tl span {
  color: #000;
}
#top #contents .top_special .section-in .special-in > div:nth-child(1) {
  position: relative;
  z-index: 2;
  width: 32.7rem;
  margin: 0 auto;
  transition: opacity 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  height: 19.6rem;
}
#top #contents .top_special .section-in .special-in > div:nth-child(1).view {
  opacity: 1;
}
#top #contents .top_special .section-in .special-in > div:nth-child(2) {
  width: 32.7rem;
  margin: 4rem auto 0rem auto;
  transition: opacity 1000ms;
  opacity: 0;
  position: relative;
}
#top #contents .top_special .section-in .special-in > div:nth-child(2) h4 {
  color: #FFF;
}
#top #contents .top_special .section-in .special-in > div:nth-child(2) .text {
  color: #FFF;
}
#top #contents .top_special .section-in .special-in > div:nth-child(2) .human {
  position: absolute;
  width: 20.6rem;
  top: -6.7rem;
  z-index: 3;
  right: -0.7rem;
}
#top #contents .top_special .section-in .special-in > div:nth-child(2) .readmore-btn p:nth-child(1) span, #top #contents .top_special .section-in .special-in > div:nth-child(2) .readmore-btn p:nth-child(1):before {
  color: #FFF;
}
#top #contents .top_special:after {
  z-index: 3;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0rem 0rem 8rem 12rem;
  border-color: transparent transparent #ffffff transparent;
}
#top #contents .top_special.view .section-in .special-in > div:nth-child(2) {
  opacity: 1;
}
#top #contents .top_jobmember {
  background-color: #F5F5F5;
  padding: 17.6rem 0rem 17.6rem 0rem;
}
#top #contents .top_jobmember .section-in {
  position: relative;
}
#top #contents .top_jobmember .section-in .common-tl {
  transform: translateY(-78%);
  text-align: right;
  width: 100%;
}
#top #contents .top_jobmember .section-in .jobmember-in > div:nth-child(1) {
  position: relative;
  z-index: 2;
  width: 32.7rem;
  margin: 0 auto;
  transition: opacity 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  height: 19.6rem;
}
#top #contents .top_jobmember .section-in .jobmember-in > div:nth-child(1).view {
  opacity: 1;
}
#top #contents .top_jobmember .section-in .jobmember-in > div:nth-child(2) {
  width: 32.7rem;
  margin: 4rem auto 0rem auto;
  transition: opacity 1000ms;
  opacity: 0;
}
#top #contents .top_jobmember .object-wrap .object-wrap-in .object:nth-child(1) {
  width: 4rem;
  height: 8rem;
  top: 7.5rem;
  left: -0.8rem;
}
#top #contents .top_jobmember .object-wrap .object-wrap-in .object:nth-child(2) {
  width: 1.2rem;
  height: 1.2rem;
  bottom: 18.6rem;
  right: 2rem;
}
#top #contents .top_jobmember.view .section-in .jobmember-in > div:nth-child(2) {
  opacity: 1;
}
#top #contents .top_envi {
  background-color: #F5F5F5;
}
#top #contents .top_envi .section-in {
  position: relative;
}
#top #contents .top_envi .section-in .envi-in {
  position: relative;
  z-index: 2;
  padding: 5.9rem 2.4rem 8rem 2.4rem;
}
#top #contents .top_envi .section-in .envi-in .tl-box {
  margin-bottom: 6rem;
}
#top #contents .top_envi .section-in .envi-in .tl-box h4, #top #contents .top_envi .section-in .envi-in .tl-box .text {
  opacity: 0;
  transition: opacity 1000ms;
}
#top #contents .top_envi .section-in .envi-in .tl-box .text {
  margin-bottom: 0;
}
#top #contents .top_envi .section-in .envi-in .swiper {
  overflow: visible;
}
#top #contents .top_envi .section-in .envi-in .swiper .swiper-wrapper {
  display: block;
  height: auto;
}
#top #contents .top_envi .section-in .envi-in .swiper .swiper-wrapper > div {
  width: 32.7rem;
  margin: 0rem auto 6.4rem auto;
  height: auto;
  opacity: 0;
  transition: opacity 1000ms;
}
#top #contents .top_envi .section-in .envi-in .swiper .swiper-wrapper > div a {
  display: block;
}
#top #contents .top_envi .section-in .envi-in .swiper .swiper-wrapper > div a .ph-box .ph {
  height: 19.6rem;
}
#top #contents .top_envi .section-in .envi-in .swiper .swiper-wrapper > div a h5 {
  font-size: 2rem;
  line-height: 2;
  margin: 2rem 0rem 1rem 0rem;
}
#top #contents .top_envi .section-in .envi-in .swiper .swiper-wrapper > div:last-child {
  margin-bottom: 0;
}
#top #contents .top_envi .section-in .envi-in .swiper .swiper-wrapper > div.view {
  opacity: 1;
}
#top #contents .top_envi .section-in:after {
  content: "";
  position: absolute;
  top: 0rem;
  right: 0;
  background-color: #FFF;
  width: 31.1rem;
  height: 100%;
  z-index: 1;
}
#top #contents .top_envi .object-wrap .object-wrap-in .object:nth-child(1) {
  width: 1.2rem;
  height: 6rem;
  top: -12.6rem;
  right: 3.5rem;
}
#top #contents .top_envi.view .section-in .envi-in h4, #top #contents .top_envi.view .section-in .envi-in .text {
  opacity: 1;
}
#top #contents .top_recruit {
  background-color: #F5F5F5;
  padding: 8rem 0rem 8rem 0rem;
}
#top #contents .top_recruit .section-in {
  position: relative;
}
#top #contents .top_recruit .section-in .recruit-in {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
#top #contents .top_recruit .section-in .recruit-in > div {
  width: 32.7rem;
  margin: 0rem auto 0rem auto;
  opacity: 0;
  transition: opacity 1000ms;
}
#top #contents .top_recruit .section-in .recruit-in > div a {
  display: block;
  position: relative;
}
#top #contents .top_recruit .section-in .recruit-in > div a .ph-box {
  position: relative;
}
#top #contents .top_recruit .section-in .recruit-in > div a .ph-box .ph {
  height: 19.6rem;
}
#top #contents .top_recruit .section-in .recruit-in > div a .ph-box .tl-box {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}
#top #contents .top_recruit .section-in .recruit-in > div a .ph-box .tl-box .common-tl {
  text-align: center;
  position: static;
  transform: translateY(0);
  margin-bottom: 1rem;
}
#top #contents .top_recruit .section-in .recruit-in > div a .ph-box .tl-box .common-tl span {
  font-size: 4rem;
  line-height: 1;
  color: #FFF;
}
#top #contents .top_recruit .section-in .recruit-in > div a .ph-box .tl-box h4 {
  color: #FFF;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
}
#top #contents .top_recruit .section-in .recruit-in > div a .ph-box:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
#top #contents .top_recruit .section-in .recruit-in > div a .text-box {
  margin: 2rem 0rem 0rem 0rem;
}
#top #contents .top_recruit .section-in .recruit-in > div a .text-box .text {
  margin-bottom: 2rem;
}
#top #contents .top_recruit .section-in .recruit-in > div.internship_btn a .ph-box:after {
  background-color: #C30032;
  opacity: 0.35;
}
#top #contents .top_recruit .section-in .recruit-in > div.recruit_btn a .ph-box:after {
  background-color: #646464;
  opacity: 0.65;
}
#top #contents .top_recruit .section-in .recruit-in > div.view {
  opacity: 1;
}
#top #contents .top_recruit .object-wrap .object-wrap-in .object:nth-child(1) {
  width: 1.2rem;
  height: 1.2rem;
  top: 1.7rem;
  left: 2.9rem;
}
#top #contents .top_recruit .object-wrap .object-wrap-in .object:nth-child(2) {
  width: 0.8rem;
  height: 0.8rem;
  top: 3.7rem;
  left: 1.3rem;
}
#top #contents .top_recruit .object-wrap .object-wrap-in .object:nth-child(3) {
  width: 10rem;
  height: 3rem;
  top: 66.4rem;
  right: -2.6rem;
}
#top #contents .top_recruit .object-wrap .object-wrap-in .object:nth-child(4) {
  width: 10rem;
  height: 3rem;
  top: 6rem;
  right: 5.1rem;
}
#top #contents .top_sns {
  background-color: #F5F5F5;
  padding: 0rem 0rem 8rem 0rem;
}
#top #contents .top_sns .section-in {
  opacity: 0;
  transition: opacity 1000ms;
}
#top #contents .top_sns .section-in .sns-in {
  border-top: 0.4rem solid #C30032;
  width: 32.7rem;
  margin: 0 auto;
  background-color: #000;
  padding: 4rem 0.8rem 0.8rem 0.8rem;
}
#top #contents .top_sns .section-in .sns-in .text-box {
  width: 24.7rem;
  margin: 0rem auto 6.4rem auto;
}
#top #contents .top_sns .section-in .sns-in .text-box .tl {
  color: #FFF;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
  text-align: left;
  margin-bottom: 2rem;
}
#top #contents .top_sns .section-in .sns-in .text-box > div > div {
  margin-bottom: 2.4rem;
}
#top #contents .top_sns .section-in .sns-in .text-box > div > div a {
  display: flex;
  align-items: center;
  gap: 0rem 0.8rem;
}
#top #contents .top_sns .section-in .sns-in .text-box > div > div a p:nth-child(1) {
  text-align: right;
  width: 2.8rem;
}
#top #contents .top_sns .section-in .sns-in .text-box > div > div a p:nth-child(2) {
  color: #FFF;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: 0.07em;
  text-align: left;
}
#top #contents .top_sns .section-in .sns-in .text-box > div > div:nth-child(2) a p:nth-child(1) img {
  width: 2.6rem;
}
#top #contents .top_sns .section-in .sns-in .text-box > div > div:last-child {
  margin-bottom: 0;
}
#top #contents .top_sns .section-in .sns-in .sns-box .fb-page {
  width: 31.1rem;
  display: block;
  margin: 0 auto;
  min-height: 31.1rem;
}
#top #contents .top_sns .section-in .sns-in .sns-box .fb-page span {
  margin: 0 auto;
  width: 100% !important;
  height: 31.1rem !important;
}
#top #contents .top_sns .section-in .sns-in .sns-box .fb-page iframe {
  width: 100% !important;
  height: 100% !important;
}
#top #contents .top_sns .object-wrap .object-wrap-in .object:nth-child(1) {
  width: 4rem;
  height: 8rem;
  top: 5.8rem;
  left: -0.6rem;
}
#top #contents .top_sns .object-wrap .object-wrap-in .object:nth-child(2) {
  width: 8rem;
  height: 0.4rem;
  bottom: 4.2rem;
  right: 5.4rem;
}
#top #contents .top_sns.view .section-in {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #top #contents .main .section-in h2 {
    width: 72rem;
    height: 31.2rem;
    transform: translate(-50%, -50%);
  }
  #top #contents .main .section-in .btn-box {
    gap: 2.4rem;
    left: 4rem;
    transform: translateX(0);
    bottom: 4rem;
  }
  #top #contents .main .section-in .btn-box > div {
    width: 23.2rem;
    padding-bottom: 0.8rem;
  }
  #top #contents .main .section-in .btn-box > div a {
    transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #top #contents .main .section-in .btn-box > div a span {
    left: 2.4rem;
    font-size: 1.8rem;
    line-height: 1.2222222222;
  }
  #top #contents .main .section-in .btn-box > div:after {
    width: 23.2rem;
    height: 13.1rem;
    left: 0.8rem;
    transition: opacity 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #top #contents .main .section-in .btn-box > div.video-btn a:before {
    right: 2.4rem;
    width: 4.8rem;
    height: 4.8rem;
  }
  #top #contents .main .section-in .btn-box > div.link-btn a .hover_arrow01 {
    bottom: 2rem;
  }
  #top #contents .main .section-in .btn-box > div.link-btn a:after {
    right: 0.84rem;
    bottom: 0.8rem;
  }
  #top #contents .main .section-in .btn-box > div.on a {
    transform: translate(0.8rem, 0.8rem);
  }
  #top #contents .main .section-in .btn-box > div.on:after {
    opacity: 0;
  }
  #top #contents .top_message .section-in {
    padding: 115px 0 195px 0;
  }
  #top #contents .top_message .section-in h3 {
    font-size: 3.2em;
    line-height: 1;
    margin-bottom: 7rem;
  }
  #top #contents .top_message .section-in p {
    width: 64.6rem;
    font-size: 2.4em;
    line-height: 2;
  }
  #top #contents .top_message .object-wrap .object-wrap-in .object:nth-child(1) {
    width: 16rem;
    height: 0.8rem;
    top: 120px;
    right: 6.8rem;
  }
  #top #contents .top_message .object-wrap .object-wrap-in .object:nth-child(2) {
    width: 2.4rem;
    height: 2.4rem;
    top: 406px;
    left: 6.2rem;
  }
  #top #contents .top_message .object-wrap .object-wrap-in .object:nth-child(3) {
    width: 20rem;
    height: 6rem;
    top: 486px;
    left: -3.8rem;
  }
  #top #contents .common-tl {
    transform: translateY(-55%);
  }
  #top #contents .common-tl span {
    font-size: 12rem;
    line-height: 1;
  }
  #top #contents h4,
  #top #contents h5 {
    font-size: 3.2em;
    line-height: 1;
  }
  #top #contents .text {
    font-size: 1.5em;
    line-height: 2.2;
    margin: 3rem 0rem 3.5rem 0rem;
  }
  #top #contents .top_presentation {
    padding: 270px 0 270px 0;
  }
  #top #contents .top_presentation .section-in .presentation-in {
    position: relative;
  }
  #top #contents .top_presentation .section-in .presentation-in > div:nth-child(1) {
    width: 90.2rem;
    height: 54.1rem;
  }
  #top #contents .top_presentation .section-in .presentation-in > div:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 46.4rem;
    margin: 0rem 0rem 0rem 0rem;
    padding: 13.4rem 6.4rem 0rem 12rem;
  }
  #top #contents .top_presentation .object-wrap .object-wrap-in .object:nth-child(1) {
    width: 8rem;
    height: 16rem;
    top: -97px;
    right: 17.7rem;
  }
  #top #contents .top_presentation .object-wrap .object-wrap-in .object:nth-child(2) {
    width: 1.6rem;
    height: 1.6rem;
    top: 113px;
    left: 30rem;
  }
  #top #contents .top_presentation .object-wrap .object-wrap-in .object:nth-child(3) {
    width: 20rem;
    height: 6rem;
    bottom: 250px;
    left: 38.4rem;
    display: block;
  }
  #top #contents .top_whats {
    padding: 0 0 195px 0;
  }
  #top #contents .top_whats .section-in .whats-in > div:nth-child(1) {
    width: 112.6rem;
    margin: 0 auto;
    height: 37.5rem;
  }
  #top #contents .top_whats .section-in .whats-in > div:nth-child(2) {
    width: 112.6rem;
    margin: 3.5em auto 0em auto;
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
  }
  #top #contents .top_whats .section-in .whats-in > div:nth-child(2) h4 {
    margin: 0rem 4rem 0rem 0rem;
  }
  #top #contents .top_whats .section-in .whats-in > div:nth-child(2) .text {
    width: 50rem;
    margin: 0;
  }
  #top #contents .top_whats .section-in .whats-in > div:nth-child(2) .readmore-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #top #contents .top_whats .object-wrap .object-wrap-in .object:nth-child(1) {
    width: 2.4rem;
    height: 2.4rem;
    top: 91px;
    left: 7.4rem;
  }
  #top #contents .top_whats .object-wrap .object-wrap-in .object:nth-child(2) {
    width: 16rem;
    height: 0.8rem;
    bottom: 144px;
    right: 29.4rem;
  }
  #top #contents .top_special {
    padding: 173px 0 0 0;
    z-index: 3;
    overflow: hidden;
  }
  #top #contents .top_special .section-in .common-tl {
    transform: translateY(-55%);
  }
  #top #contents .top_special .section-in .special-in > div:nth-child(1) {
    width: 112.6rem;
    height: 37.5rem;
  }
  #top #contents .top_special .section-in .special-in > div:nth-child(2) {
    width: 112.6rem;
    margin: 3.5rem auto 0rem auto;
    padding: 0 0 80px 0;
  }
  #top #contents .top_special .section-in .special-in > div:nth-child(2) .text {
    width: 66.4rem;
  }
  #top #contents .top_special .section-in .special-in > div:nth-child(2) .human {
    width: 42.4rem;
    top: auto;
    bottom: 0rem;
    right: -1.4rem;
    z-index: 2;
  }
  #top #contents .top_special:after {
    border-width: 0rem 0rem 18.7rem 28rem;
  }
  #top #contents .top_jobmember {
    padding: 270px 0 258px 0;
  }
  #top #contents .top_jobmember .section-in .common-tl {
    transform: translateY(-55%);
  }
  #top #contents .top_jobmember .section-in .jobmember-in > div:nth-child(1) {
    width: 112.6rem;
    height: 37.5rem;
  }
  #top #contents .top_jobmember .section-in .jobmember-in > div:nth-child(2) {
    width: 112.6rem;
    margin: 3.5em auto 0em auto;
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
  }
  #top #contents .top_jobmember .section-in .jobmember-in > div:nth-child(2) h4 {
    margin: 0rem 4rem 0rem 0rem;
  }
  #top #contents .top_jobmember .section-in .jobmember-in > div:nth-child(2) .text {
    width: 50rem;
    margin: 0;
  }
  #top #contents .top_jobmember .section-in .jobmember-in > div:nth-child(2) .readmore-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #top #contents .top_jobmember .object-wrap .object-wrap-in .object:nth-child(1) {
    width: 8rem;
    height: 16rem;
    top: 163px;
    left: -1.8rem;
  }
  #top #contents .top_jobmember .object-wrap .object-wrap-in .object:nth-child(2) {
    width: 2.4rem;
    height: 2.4rem;
    bottom: 110px;
    right: 7.3rem;
  }
  #top #contents .top_envi .section-in .envi-in {
    padding: 105px 0 80px 0;
  }
  #top #contents .top_envi .section-in .envi-in .tl-box {
    width: 112.6rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7.5rem;
    display: flex;
    align-items: center;
    gap: 0rem 3.1rem;
  }
  #top #contents .top_envi .section-in .envi-in .tl-box .text {
    width: 50rem;
    margin: 0;
  }
  #top #contents .top_envi .section-in .envi-in .swiper {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  #top #contents .top_envi .section-in .envi-in .swiper .swiper-wrapper {
    display: flex;
  }
  #top #contents .top_envi .section-in .envi-in .swiper .swiper-wrapper > div {
    width: 56.3rem;
    padding: 0 40px;
    margin: 0;
  }
  #top #contents .top_envi .section-in .envi-in .swiper .swiper-wrapper > div a {
    position: relative;
  }
  #top #contents .top_envi .section-in .envi-in .swiper .swiper-wrapper > div a .ph-box .ph {
    height: 29rem;
  }
  #top #contents .top_envi .section-in .envi-in .swiper .swiper-wrapper > div a h5 {
    font-size: 2rem;
    line-height: 2;
    margin: 2rem 0rem 1rem 0rem;
  }
  #top #contents .top_envi .section-in .envi-in .swiper .swiper-wrapper > div a .readmore-btn {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #top #contents .top_envi .section-in:after {
    width: 112.6rem;
  }
  #top #contents .top_envi .object-wrap .object-wrap-in .object:nth-child(1) {
    width: 2.4rem;
    height: 12rem;
    top: -23px;
    right: 16.2rem;
  }
  #top #contents .top_recruit {
    padding: 200px 0 195px 0;
  }
  #top #contents .top_recruit .section-in .recruit-in {
    gap: 20rem;
  }
  #top #contents .top_recruit .section-in .recruit-in > div {
    width: 88.6rem;
  }
  #top #contents .top_recruit .section-in .recruit-in > div a .ph-box .ph {
    height: 29.6rem;
  }
  #top #contents .top_recruit .section-in .recruit-in > div a .ph-box .tl-box .common-tl {
    margin-bottom: 1.5em;
  }
  #top #contents .top_recruit .section-in .recruit-in > div a .ph-box .tl-box .common-tl span {
    font-size: 8em;
    line-height: 1;
  }
  #top #contents .top_recruit .section-in .recruit-in > div a .ph-box .tl-box h4 {
    font-size: 3.2em;
    line-height: 1;
  }
  #top #contents .top_recruit .section-in .recruit-in > div a .text-box {
    margin: 3.5rem 0rem 0rem 0rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #top #contents .top_recruit .section-in .recruit-in > div a .text-box .text {
    margin: 0;
    width: 50rem;
  }
  #top #contents .top_recruit .object-wrap .object-wrap-in .object:nth-child(1) {
    width: 2.4rem;
    height: 2.4rem;
    top: 78px;
    left: 13.9rem;
  }
  #top #contents .top_recruit .object-wrap .object-wrap-in .object:nth-child(2) {
    width: 1.6rem;
    height: 1.6rem;
    top: 118px;
    left: 10.7rem;
  }
  #top #contents .top_recruit .object-wrap .object-wrap-in .object:nth-child(3) {
    width: 20rem;
    height: 6rem;
    top: auto;
    bottom: 340px;
    right: 12.1rem;
  }
  #top #contents .top_recruit .object-wrap .object-wrap-in .object:nth-child(4) {
    width: 20rem;
    height: 6rem;
    top: 160px;
    right: 36.6rem;
  }
  #top #contents .top_sns {
    padding: 0 0 280px 0;
  }
  #top #contents .top_sns .section-in {
    width: 112.6rem;
    margin: 0 auto;
  }
  #top #contents .top_sns .section-in .sns-in {
    border-top: 8px solid #C30032;
    width: 100.6rem;
    margin: 0rem 12rem 0rem auto;
    padding: 8rem 6.4rem 12rem 6.4rem;
    position: relative;
  }
  #top #contents .top_sns .section-in .sns-in .text-box {
    width: 100%;
    margin: 0;
  }
  #top #contents .top_sns .section-in .sns-in .text-box .tl {
    font-size: 3.2em;
    line-height: 1.59375;
    margin-bottom: 3.5rem;
  }
  #top #contents .top_sns .section-in .sns-in .text-box > div {
    display: flex;
    gap: 0rem 2.4rem;
  }
  #top #contents .top_sns .section-in .sns-in .text-box > div > div {
    margin-bottom: 0rem;
  }
  #top #contents .top_sns .section-in .sns-in .text-box > div > div a p:nth-child(1) {
    text-align: left;
  }
  #top #contents .top_sns .section-in .sns-in .text-box > div > div a p:nth-child(2) {
    font-size: 1.5em;
    line-height: 2.2;
  }
  #top #contents .top_sns .section-in .sns-in .sns-box {
        position: absolute;
        width: 498px;
    right:  -12rem;
    top:  8.8rem;
  }
  #top #contents .top_sns .section-in .sns-in .sns-box .fb-page {
    width: 50rem !important;
    max-width: 500px;
    margin: 0;
    min-height: 36.5rem;
  }
  #top #contents .top_sns .section-in .sns-in .sns-box .fb-page span {
    height: 36.5rem !important;
  }
  #top #contents .top_sns .object-wrap .object-wrap-in .object:nth-child(1) {
    width: 8rem;
    height: 16rem;
    bottom: 181px;
    left: 8.3rem;
  }
  #top #contents .top_sns .object-wrap .object-wrap-in .object:nth-child(2) {
    width: 16rem;
    height: 0.8rem;
    bottom: 112px;
    left: 33rem;
  }
}

#presentation #contents .main .section-in {
  position: relative;
}
#presentation #contents .main .section-in .main-in {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#presentation #contents .main .section-in .main-in .ph {
  height: 100%;
  position: relative;
  z-index: 1;
}
#presentation #contents .main .section-in .main-in .ph:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  transition: opacity 400ms ease;
}
#presentation #contents .main .section-in .tl-box {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
#presentation #contents .main .section-in .tl-box .en {
  text-align: center;
  margin-bottom: 3rem;
}
#presentation #contents .main .section-in .tl-box .en > span {
  position: relative;
}
#presentation #contents .main .section-in .tl-box .en > span:after {
  content: "";
  position: absolute;
  display: inline;
  left: 0.4rem;
  bottom: 0;
  width: 96%;
  height: 0.8rem;
  background-color: #C30032;
}
#presentation #contents .main .section-in .tl-box .en span {
  color: #C30032;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6.1rem;
  line-height: 1.1803278689;
  letter-spacing: 0.07em;
}
#presentation #contents .main .section-in .tl-box h2 {
  text-align: center;
  color: #FFF;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.07em;
}
#presentation #contents .main.dark .section-in .main-in .ph:after {
  opacity: 1;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
#presentation #contents .profile {
  margin-top: 8rem;
}
#presentation #contents .profile .section-in {
  width: 35.1rem;
  margin: 0 auto;
}
#presentation #contents .profile .section-in h3 {
  background-color: #000;
  padding: 3.5rem 2.4rem;
}
#presentation #contents .profile .section-in h3 span {
  color: #FFF;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.07em;
  text-align: justify;
}
#presentation #contents .profile .section-in .profile-in {
  background-color: #C30032;
  padding: 3.8rem 2.4rem 3.5rem 2.4rem;
}
#presentation #contents .profile .section-in .profile-in .ph-box h4 {
  text-align: center;
  margin-bottom: 1.5rem;
}
#presentation #contents .profile .section-in .profile-in .ph-box h4 span {
  color: #000;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.07em;
}
#presentation #contents .profile .section-in .profile-in .text-box .name-box {
  margin: 1.6rem 0rem 1.5rem 0rem;
}
#presentation #contents .profile .section-in .profile-in .text-box .name-box p {
  color: #FFF;
  letter-spacing: 0.07em;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
}
#presentation #contents .profile .section-in .profile-in .text-box .name-box p.cate {
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 0.8rem;
}
#presentation #contents .profile .section-in .profile-in .text-box .name-box p.name {
  font-size: 1.8rem;
  line-height: 1;
}
#presentation #contents .profile .section-in .profile-in .text-box .text {
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.07em;
  text-align: justify;
  color: #FFF;
}
#presentation #contents .box01 {
  padding: 0rem 0rem 8rem 0rem;
}
#presentation #contents .box01 .section-in {
  background-color: #FFF;
  width: 35.1rem;
  margin: 0 auto;
}
#presentation #contents .box01 .section-in .box01-in {
  padding: 6.4rem 0rem 0rem 0rem;
}
#presentation #contents .box01 .section-in .box01-in .co-box .num-box {
  width: 4rem;
  margin: 0rem auto 2.2rem auto;
  position: relative;
}
#presentation #contents .box01 .section-in .box01-in .co-box .num-box p {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.07em;
}
#presentation #contents .box01 .section-in .box01-in .co-box .num-box p:nth-child(1) {
  color: #000;
  font-size: 2.4rem;
  line-height: 1;
}
#presentation #contents .box01 .section-in .box01-in .co-box .num-box p:nth-child(2) {
  color: rgba(100, 100, 100, 0.35);
  font-size: 1.2rem;
  line-height: 1;
  text-align: right;
  padding: 1.5rem 0rem 0rem 0rem;
}
#presentation #contents .box01 .section-in .box01-in .co-box .num-box:after {
  content: "";
  width: 4.6rem;
  height: 1px;
  background-color: rgba(100, 100, 100, 0.35);
  transform: rotate(-45deg);
  transform-origin: right top;
  top: 1.9rem;
  right: 0;
  position: absolute;
}
#presentation #contents .box01 .section-in .box01-in .co-box .text-box {
  padding: 0rem 2.4rem;
}
#presentation #contents .box01 .section-in .box01-in .co-box .text-box h3 {
  margin: 0rem 0rem 3.5rem 0rem;
}
#presentation #contents .box01 .section-in .box01-in .co-box .text-box h3 span {
  color: #000;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.07em;
  text-align: left;
}
#presentation #contents .box01 .section-in .box01-in .co-box .text-box .text {
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.07em;
  color: #787878;
  text-align: justify;
  font-size: 1.5rem;
  line-height: 2.2;
}
#presentation #contents .box01 .section-in .box01-in .co-box .text-box .text.text02 {
  font-size: 1.2rem;
  line-height: 2;
}
#presentation #contents .box01 .section-in .box01-in .co-box .text-box .list-box02 {
  margin: 3.5rem 0rem 3.5rem 0rem;
}
#presentation #contents .box01 .section-in .box01-in .co-box .text-box .list-box02 .list-in {
  background-color: #F5F5F5;
  margin: 0rem auto 1.6rem auto;
}
#presentation #contents .box01 .section-in .box01-in .co-box .text-box .list-box02 .list-in > div {
  border-bottom: 1px solid rgba(100, 100, 100, 0.35);
  padding: 4rem 0rem 3.5rem 0rem;
  width: 25.5rem;
  margin: 0 auto;
}
#presentation #contents .box01 .section-in .box01-in .co-box .text-box .list-box02 .list-in > div .tl-box h4 {
  color: #000;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.07em;
  margin: 0rem 0rem 1.5rem 0rem;
}
#presentation #contents .box01 .section-in .box01-in .co-box .text-box .list-box02 .list-in > div .tl-box .cap {
  margin: 1rem 0rem 0rem 0rem;
  color: #787878;
  font-size: 1rem;
  line-height: 1.6;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
}
#presentation #contents .box01 .section-in .box01-in .co-box .text-box .list-box02 .list-in > div .list-ph {
  margin: 3.5rem 0rem 0rem 0rem;
}
#presentation #contents .box01 .section-in .box01-in .co-box .text-box .list-box02 .list-in > div .list-ph.multi {
  display: flex;
  justify-content: center;
  gap: 0rem 1.5rem;
}
#presentation #contents .box01 .section-in .box01-in .co-box .text-box .list-box02 .list-in > div .list-ph.multi > div {
  width: 12rem;
}
#presentation #contents .box01 .section-in .box01-in .co-box .text-box .list-box02 .list-in > div .list-ph.multi > div .text {
  text-align: center;
  margin: 0.5rem 0rem 0rem 0rem;
}
#presentation #contents .box01 .section-in .box01-in .co-box .text-box .list-box02 .list-in > div .list-ph.multiply {
  mix-blend-mode: multiply;
}
#presentation #contents .box01 .section-in .box01-in .co-box .text-box .list-box02 .list-in > div:last-child {
  border-bottom: none;
}
#presentation #contents .box01 .section-in .box01-in .co-box .text-box .list-box02 .list-in:nth-child(1) > div:nth-child(1) .list-ph {
  margin: -0.5rem 0rem 0rem 0rem;
}
#presentation #contents .box01 .section-in .box01-in .co-box .text-box .list-box02 .list-in:last-child {
  margin-bottom: 0;
}
#presentation #contents .box01 .section-in .box01-in .co-box .ph {
  margin: 0 auto;
  padding: 3.5rem 0rem 3.5rem 0rem;
  width: 30.3rem;
}
#presentation #contents .box01 .section-in .box01-in .co-box .ph img {
  display: block;
  margin: 0 auto;
}
#presentation #contents .box01 .section-in .box01-in .co-box .ph-multi > div {
  margin: 0rem auto 3.5rem auto;
}
#presentation #contents .box01 .section-in .box01-in .co-box .ph-multi > div .cap {
  margin-top: 1rem;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.07em;
  color: #787878;
  text-align: justify;
  font-size: 1.2rem;
  line-height: 1.5833333333;
}
#presentation #contents .box01 .section-in .box01-in .co-box .ph.sec01-ph02 img {
  width: 17.5rem;
}
#presentation #contents .box01 .section-in .box01-in .co-box .ph.sec02-ph02 {
  width: 19.7rem;
}
#presentation #contents .box01 .section-in .box01-in .co-box p:last-child,
#presentation #contents .box01 .section-in .box01-in .co-box div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
#presentation #contents .box01 .section-in .box01-in .ph-box {
  overflow: hidden;
  margin: 6rem 0rem 0rem 0rem;
  height: 21.1rem;
}
#presentation #contents .box01 .section-in .box01-in:last-child .ph-box {
  margin: 7.5rem 0rem 0rem 0rem;
}
@media screen and (min-width: 768px) {
  #presentation #contents .main .section-in .tl-box {
    text-align: center;
  }
  #presentation #contents .main .section-in .tl-box .en {
    margin-bottom: 2.5em;
    position: relative;
    display: inline-block;
    padding-bottom: 1.4em;
  }
  #presentation #contents .main .section-in .tl-box .en > span:after {
    display: none;
  }
  #presentation #contents .main .section-in .tl-box .en span {
    font-size: 12em;
    line-height: 1;
  }
  #presentation #contents .main .section-in .tl-box .en:after {
    left: 0.5em;
    width: 98%;
    height: 1.6em;
    content: "";
    position: absolute;
    display: inline;
    bottom: 0;
    background-color: #C30032;
  }
  #presentation #contents .main .section-in .tl-box h2 {
    font-size: 3.2em;
    line-height: 1;
  }
  #presentation #contents .profile {
    margin-top: 120px;
  }
  #presentation #contents .profile .section-in {
    width: 88.6rem;
  }
  #presentation #contents .profile .section-in h3 {
    padding: 6em 0em;
  }
  #presentation #contents .profile .section-in h3 span {
    width: 64.6rem;
    display: block;
    margin: 0 auto;
    font-size: 2em;
    line-height: 2;
  }
  #presentation #contents .profile .section-in .profile-in {
    padding: 6.4em 0em 6em 0em;
  }
  #presentation #contents .profile .section-in .profile-in .ph-box {
    width: 64.6rem;
    margin: 0 auto;
    position: relative;
  }
  #presentation #contents .profile .section-in .profile-in .ph-box h4 {
    position: absolute;
    top: 50%;
    left: -8em;
    transform: translateY(-50%);
    text-align: left;
    margin-bottom: 0rem;
  }
  #presentation #contents .profile .section-in .profile-in .ph-box h4 span {
    font-size: 2.4em;
    line-height: 1;
  }
  #presentation #contents .profile .section-in .profile-in .text-box {
    width: 64.6rem;
    margin: 3.5rem auto 0rem auto;
    display: flex;
    align-items: flex-start;
  }
  #presentation #contents .profile .section-in .profile-in .text-box .name-box {
    width: 12.2rem;
    margin: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    margin: 0em 4em 0em 0em;
  }
  #presentation #contents .profile .section-in .profile-in .text-box .name-box p.cate {
    font-size: 1.2em;
    line-height: 1.4166666667;
    margin: 0rem 0rem 0.6rem 0rem;
  }
  #presentation #contents .profile .section-in .profile-in .text-box .name-box p.name {
    font-size: 1.8em;
    line-height: 1.3888888889;
  }
  #presentation #contents .profile .section-in .profile-in .text-box .text {
    flex: 1;
    font-size: 1.2em;
    line-height: 2;
    margin-top: -0.5rem;
  }
  #presentation #contents .box01 {
    padding-bottom: 120px;
  }
  #presentation #contents .box01 .section-in {
    width: 88.6rem;
  }
  #presentation #contents .box01 .section-in .box01-in {
    padding: 8em 0em 0em 0em;
  }
  #presentation #contents .box01 .section-in .box01-in .co-box {
    position: relative;
  }
  #presentation #contents .box01 .section-in .box01-in .co-box .num-box {
    margin: 0;
    position: absolute;
    left: 4rem;
    top: 2.5rem;
  }
  #presentation #contents .box01 .section-in .box01-in .co-box .text-box {
    width: 64.6rem;
    padding: 0;
    margin: 0 auto;
  }
  #presentation #contents .box01 .section-in .box01-in .co-box .text-box h3 {
    margin: 0em 0em 5.5em 0em;
  }
  #presentation #contents .box01 .section-in .box01-in .co-box .text-box h3 span {
    font-size: 2.4em;
    line-height: 2;
  }
  #presentation #contents .box01 .section-in .box01-in .co-box .text-box .text {
    font-size: 1.5em;
    line-height: 2.2;
  }
  #presentation #contents .box01 .section-in .box01-in .co-box .text-box .text.text02 {
    font-size: 1.2em;
    line-height: 2;
  }
  #presentation #contents .box01 .section-in .box01-in .co-box .text-box .list-box02 {
    margin: 6em 0em 6em 0em;
  }
  #presentation #contents .box01 .section-in .box01-in .co-box .text-box .list-box02 .list-in {
    margin: 0em 0em 1.6em 0em;
    padding: 2rem 0rem;
  }
  #presentation #contents .box01 .section-in .box01-in .co-box .text-box .list-box02 .list-in > div {
    padding: 4em 0em;
    width: 51.8rem;
    display: flex;
    align-items: flex-start;
    gap: 0em 4em;
  }
  #presentation #contents .box01 .section-in .box01-in .co-box .text-box .list-box02 .list-in > div .tl-box {
    width: 24rem;
  }
  #presentation #contents .box01 .section-in .box01-in .co-box .text-box .list-box02 .list-in > div .tl-box h4 {
    font-size: 1.8em;
    line-height: 2;
    margin: 0rem 0rem 1.5rem 0rem;
  }
  #presentation #contents .box01 .section-in .box01-in .co-box .text-box .list-box02 .list-in > div .tl-box .cap {
    margin: 1rem 0rem 0rem 0rem;
    font-size: 1em;
    line-height: 1.6;
  }
  #presentation #contents .box01 .section-in .box01-in .co-box .text-box .list-box02 .list-in > div .list-ph {
    flex: 1;
    margin: 0rem 0rem 0rem 0rem;
  }
  #presentation #contents .box01 .section-in .box01-in .co-box .text-box .list-box02 .list-in > div .list-ph.multi {
    gap: 0em 1.6em;
  }
  #presentation #contents .box01 .section-in .box01-in .co-box .text-box .list-box02 .list-in > div .list-ph.multi > div {
    width: 11.1rem;
  }
  #presentation #contents .box01 .section-in .box01-in .co-box .text-box .list-box02 .list-in > div .list-ph.multi > div .text {
    margin: 0.5rem 0rem 0rem 0rem;
  }
  #presentation #contents .box01 .section-in .box01-in .co-box .text-box .list-box02 .list-in:nth-child(1) > div:nth-child(1) .list-ph {
    margin: 0rem 0rem 0rem 0rem;
  }
  #presentation #contents .box01 .section-in .box01-in .co-box .text-box .list-box02 .list-in:nth-child(1) > div:nth-child(2) {
    align-items: flex-end;
  }
  #presentation #contents .box01 .section-in .box01-in .co-box .text-box .list-box02 .list-in:nth-child(2) > div .tl-box {
    order: 2;
  }
  #presentation #contents .box01 .section-in .box01-in .co-box .text-box .list-box02 .list-in:nth-child(2) > div .list-ph {
    order: 1;
  }
  #presentation #contents .box01 .section-in .box01-in .co-box .ph {
    padding: 6em 0em 6em 0em;
    width: 64.6rem;
  }
  #presentation #contents .box01 .section-in .box01-in .co-box .ph-multi {
    display: flex;
    justify-content: space-between;
  }
  #presentation #contents .box01 .section-in .box01-in .co-box .ph-multi > div {
    width: 31.5rem;
    margin: 0;
  }
  #presentation #contents .box01 .section-in .box01-in .co-box .ph-multi > div .cap {
    margin-top: 1rem;
    font-size: 1.2em;
    line-height: 1.5833333333;
  }
  #presentation #contents .box01 .section-in .box01-in .co-box .ph.sec01-ph02 > div {
    width: 20.5rem;
  }
  #presentation #contents .box01 .section-in .box01-in .co-box .ph.sec01-ph02 img {
    width: 100%;
  }
  #presentation #contents .box01 .section-in .box01-in .co-box .ph.sec02-ph02 {
    width: 35.1rem;
  }
  #presentation #contents .box01 .section-in .box01-in .ph-box {
    margin: 7.5rem 0rem 0rem 0rem;
    height: 35.4rem;
  }
  #presentation #contents .box01 .section-in .box01-in:last-child .ph-box {
    margin: 7.5em 0em 0em 0em;
    height: 53.1rem;
  }
}

#whats #contents {
  padding-bottom: 12rem;
}
#whats #contents .main {
  padding-bottom: 8rem;
}
#whats #contents .main ._in {
  position: relative;
  padding-bottom: 13.5rem;
}
#whats #contents .main ._in .ph {
  width: 33.9rem;
  height: 18.9rem;
  overflow: hidden;
}
#whats #contents .main ._in .tl-box {
  position: absolute;
  left: 12.3rem;
  bottom: 0;
}
#whats #contents .main ._in .tl-box .en {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.07em;
  text-align: left;
  color: #C30032;
}
#whats #contents .main ._in .tl-box h2 {
  text-align: left;
}
#whats #contents .main ._in .tl-box h2 span {
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.07em;
  color: #000;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
}
#whats #contents .box01 ._in .navi-box {
  display: none;
}
#whats #contents .box01 ._in .co-box > div {
  background-color: #FFF;
  width: 35.1rem;
  margin: 0rem auto 8rem auto;
  padding: 0rem 0rem 7.5rem 0rem;
  transition: opacity 1000ms ease;
  opacity: 0;
  position: relative;
}
#whats #contents .box01 ._in .co-box > div .num-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 4;
}
#whats #contents .box01 ._in .co-box > div .num-box span {
  color: #C30032;
  letter-spacing: 0.07em;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  line-height: 1;
}
#whats #contents .box01 ._in .co-box > div .img-box {
  margin: 0rem 0rem 4rem 0rem;
  padding: 0rem 0rem 3.2rem 0rem;
  overflow: hidden;
  height: 35.1rem;
}
#whats #contents .box01 ._in .co-box > div .img-box div {
  background-color: #F0FA50;
  position: relative;
  height: 100%;
}
#whats #contents .box01 ._in .co-box > div .img-box div span {
  display: block;
  position: relative;
  z-index: 2;
}
#whats #contents .box01 ._in .co-box > div .img-box div:after {
  content: "";
  border-radius: 50%;
  background-color: #F0FA50;
  width: 68.7rem;
  height: 45.8rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3.2rem;
  z-index: 1;
}
#whats #contents .box01 ._in .co-box > div .text-box {
  width: 30.3rem;
  margin: 0 auto;
}
#whats #contents .box01 ._in .co-box > div .text-box h3 {
  text-align: left;
  margin: 0rem 0rem 3rem 0rem;
}
#whats #contents .box01 ._in .co-box > div .text-box h3 span {
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.5833333333;
  letter-spacing: 0.07em;
  color: #000;
  background: linear-gradient(transparent 78%, #F0FA50 78%);
}
#whats #contents .box01 ._in .co-box > div .text-box .text {
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: 0.07em;
  color: #787878;
  text-align: justify;
}
#whats #contents .box01 ._in .co-box > div:nth-child(1) .img-box div {
  padding-top: 6.8rem;
}
#whats #contents .box01 ._in .co-box > div:nth-child(1) .img-box div span {
  width: 21.15rem;
  margin: 0 auto;
}
#whats #contents .box01 ._in .co-box > div:nth-child(2) .img-box div {
  padding-top: 4.6rem;
}
#whats #contents .box01 ._in .co-box > div:nth-child(2) .img-box div span {
  width: 29.1rem;
  margin: 0 auto;
}
#whats #contents .box01 ._in .co-box > div:nth-child(3) .img-box div {
  padding-top: 6.8rem;
}
#whats #contents .box01 ._in .co-box > div:nth-child(3) .img-box div span {
  width: 26.6rem;
  margin: 0 auto;
}
#whats #contents .box01 ._in .co-box > div:nth-child(4) .img-box div {
  padding-top: 3.2rem;
}
#whats #contents .box01 ._in .co-box > div:nth-child(4) .img-box div span {
  width: 24.8rem;
  margin: 0 auto;
}
#whats #contents .box01 ._in .co-box > div:nth-child(5) .img-box div {
  padding-top: 5rem;
}
#whats #contents .box01 ._in .co-box > div:nth-child(5) .img-box div span {
  width: 23.7rem;
  margin: 0 auto;
}
#whats #contents .box01 ._in .co-box > div:nth-child(6) .img-box div {
  padding-top: 6.8rem;
}
#whats #contents .box01 ._in .co-box > div:nth-child(6) .img-box div span {
  width: 27.7rem;
  margin: 0 auto;
}
#whats #contents .box01 ._in .co-box > div:nth-child(7) .img-box div {
  padding-top: 6rem;
}
#whats #contents .box01 ._in .co-box > div:nth-child(7) .img-box div span {
  width: 21.6rem;
  margin: 0 auto;
}
#whats #contents .box01 ._in .co-box > div:nth-child(8) .img-box div {
  padding-top: 6.8rem;
}
#whats #contents .box01 ._in .co-box > div:nth-child(8) .img-box div span {
  width: 25.2rem;
  margin: 0 auto;
}
#whats #contents .box01 ._in .co-box > div:nth-child(9) .img-box div {
  padding-top: 6.8rem;
}
#whats #contents .box01 ._in .co-box > div:nth-child(9) .img-box div span {
  width: 5.2rem;
  margin: 0 auto;
}
#whats #contents .box01 ._in .co-box > div:last-child {
  margin-bottom: 0;
}
#whats #contents .box01 ._in .co-box > div.view {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #whats #wrapper {
    overflow: visible;
  }
  #whats #contents {
    padding-bottom: 120px;
  }
  #whats #contents .main {
    padding-bottom: 0rem;
  }
  #whats #contents .main ._in {
    position: relative;
    padding-bottom: 0;
  }
  #whats #contents .main ._in .ph {
    width: 95.8rem;
    height: 100%;
  }
  #whats #contents .main ._in .tl-box {
    position: absolute;
    top: 22.5rem;
    bottom: auto;
    left: auto;
    right: 11.8rem;
  }
  #whats #contents .main ._in .tl-box .en {
    font-size: 12em;
    line-height: 1;
  }
  #whats #contents .main ._in .tl-box h2 {
    position: absolute;
    right: 0;
    bottom: 3.7em;
    font-size: 100%;
  }
  #whats #contents .main ._in .tl-box h2 span {
    font-size: 3.2em;
    line-height: 1;
  }
  #whats #contents .box01 {
    padding-top: 120px;
  }
  #whats #contents .box01 ._in {
    display: flex;
    width: 118.2rem;
    margin: 0 auto;
    position: relative;
  }
  #whats #contents .box01 ._in .navi-box {
    margin: -17.6rem 0rem 0rem 0rem;
    display: block;
    width: 17.6rem;
  }
  #whats #contents .box01 ._in .navi-box .navi-box-in {
    position: sticky;
    top: 0;
    left: 0;
    padding: 17.6rem 0rem 0rem 0rem;
  }
  #whats #contents .box01 ._in .navi-box .navi-box-in div {
    margin: 0rem 0rem 1.5rem 0rem;
  }
  #whats #contents .box01 ._in .navi-box .navi-box-in div a {
    display: block;
    transition: padding 400ms ease;
  }
  #whats #contents .box01 ._in .navi-box .navi-box-in div a p {
    color: #DCDCDC;
    letter-spacing: 0.07em;
    text-align: left;
  }
  #whats #contents .box01 ._in .navi-box .navi-box-in div a p.num {
    font-family: "roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1;
    transition: 400ms ease;
  }
  #whats #contents .box01 ._in .navi-box .navi-box-in div a p:nth-child(2) {
    font-family: YakuHanMP, source-han-serif-japanese, serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.4166666667;
    opacity: 0;
    color: #000;
    display: none;
    word-break: break-all;
  }
  #whats #contents .box01 ._in .navi-box .navi-box-in div.on a {
    padding-left: 0.3rem;
  }
  #whats #contents .box01 ._in .navi-box .navi-box-in div.on a p.num {
    color: #000;
  }
  #whats #contents .box01 ._in .navi-box .navi-box-in div.active a {
    padding-left: 0;
  }
  #whats #contents .box01 ._in .navi-box .navi-box-in div.active a p {
    color: #000;
  }
  #whats #contents .box01 ._in .navi-box .navi-box-in div.active a p.num {
    font-size: 3.2rem;
    line-height: 1;
    margin: 0rem 0rem 0.5rem 0rem;
  }
  #whats #contents .box01 ._in .navi-box .navi-box-in div.active a p:nth-child(2) {
    display: block;
    animation: 200ms ease blockopacity-in forwards;
  }
  #whats #contents .box01 ._in .navi-box .navi-box-in div:last-child {
    margin-bottom: 0;
  }
  #whats #contents .box01 ._in .co-box {
    flex: 1;
  }
  #whats #contents .box01 ._in .co-box > div {
    width: 100.6rem;
    margin: 0 0 80px 0;
    padding: 0rem 8rem 0rem 0rem;
    display: flex;
    min-height: 36.8rem;
  }
  #whats #contents .box01 ._in .co-box > div .num-box {
    left: 41.4rem;
    text-align: left;
    width: auto;
  }
  #whats #contents .box01 ._in .co-box > div .num-box span {
    font-size: 8em;
    line-height: 1;
  }
  #whats #contents .box01 ._in .co-box > div .img-box {
    margin: 0rem 6.4rem 0rem 0rem;
    padding: 0rem 3.4rem 0rem 0rem;
    height: auto;
    width: 40rem;
  }
  #whats #contents .box01 ._in .co-box > div .img-box div:after {
    width: 48rem;
    height: 72rem;
    left: auto;
    transform: translate(0, -50%);
    right: -3.4rem;
    bottom: auto;
    top: 50%;
  }
  #whats #contents .box01 ._in .co-box > div .text-box {
    width: 46.3rem;
    margin: 0;
    padding: 6.4rem 0rem 7.5rem 0rem;
  }
  #whats #contents .box01 ._in .co-box > div .text-box h3 {
    margin: 0em 0em 3em 0em;
  }
  #whats #contents .box01 ._in .co-box > div .text-box h3 span {
    font-size: 3.2em;
    line-height: 1.59375;
    background: linear-gradient(transparent 75%, #F0FA50 75%);
  }
  #whats #contents .box01 ._in .co-box > div .text-box .text {
    font-size: 1.5em;
    line-height: 2.2;
  }
  #whats #contents .box01 ._in .co-box > div:nth-child(1) .img-box div {
    padding-top: 6.4rem;
  }
  #whats #contents .box01 ._in .co-box > div:nth-child(1) .img-box div span {
    width: 23.5rem;
  }
  #whats #contents .box01 ._in .co-box > div:nth-child(2) .img-box div {
    padding-top: 4rem;
  }
  #whats #contents .box01 ._in .co-box > div:nth-child(2) .img-box div span {
    width: 32.7rem;
  }
  #whats #contents .box01 ._in .co-box > div:nth-child(3) .img-box div {
    padding-top: 6.4rem;
  }
  #whats #contents .box01 ._in .co-box > div:nth-child(3) .img-box div span {
    width: 29.5rem;
  }
  #whats #contents .box01 ._in .co-box > div:nth-child(4) .img-box div {
    padding-top: 2.4rem;
  }
  #whats #contents .box01 ._in .co-box > div:nth-child(4) .img-box div span {
    width: 27.6rem;
  }
  #whats #contents .box01 ._in .co-box > div:nth-child(5) .img-box div {
    padding-top: 4rem;
  }
  #whats #contents .box01 ._in .co-box > div:nth-child(5) .img-box div span {
    width: 26.3rem;
  }
  #whats #contents .box01 ._in .co-box > div:nth-child(6) .img-box div {
    padding-top: 6.4rem;
  }
  #whats #contents .box01 ._in .co-box > div:nth-child(6) .img-box div span {
    width: 31.3rem;
  }
  #whats #contents .box01 ._in .co-box > div:nth-child(7) .img-box div {
    padding-top: 5.4rem;
  }
  #whats #contents .box01 ._in .co-box > div:nth-child(7) .img-box div span {
    width: 24rem;
  }
  #whats #contents .box01 ._in .co-box > div:nth-child(8) .img-box div {
    padding-top: 6.4rem;
  }
  #whats #contents .box01 ._in .co-box > div:nth-child(8) .img-box div span {
    width: 28rem;
  }
  #whats #contents .box01 ._in .co-box > div:nth-child(9) .img-box div {
    padding-top: 6.4rem;
  }
  #whats #contents .box01 ._in .co-box > div:nth-child(9) .img-box div span {
    width: 5.8rem;
  }
}

#special {
  background-color: #C30032;
}
#special #contents {
  padding: 0rem 0rem 8rem 0rem;
}
#special #contents .main ._in {
  padding: 6.4rem 0rem 7.9rem 0rem;
  position: relative;
}
#special #contents .main ._in .ph-box {
  width: 30.3rem;
  margin: 0 auto;
}
#special #contents .main ._in .ph-box > div {
  height: 17.5rem;
}
#special #contents .main ._in .tl-box {
  position: absolute;
  left: 1.2rem;
  bottom: 2.3rem;
}
#special #contents .main ._in .tl-box .en {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #000;
}
#special #contents .main ._in .tl-box h2 {
  margin: -4.7rem 0rem 0rem 2.4rem;
}
#special #contents .main ._in .tl-box h2 span {
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.5833333333;
  letter-spacing: 0.07em;
  color: #FFF;
}
#special #contents .read {
  background-color: #000;
}
#special #contents .read ._in {
  padding: 6rem 0rem 3.5rem 0rem;
}
#special #contents .read ._in h3 {
  margin: 0rem 0rem 3rem 0rem;
  text-align: center;
}
#special #contents .read ._in h3 span {
  color: #FFF;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.07em;
}
#special #contents .read ._in .text {
  width: 30.3rem;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: 0.07em;
  text-align: justify;
  color: #FFF;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#special #contents .read ._in .read-box {
  margin: 6rem 0rem 0rem 0rem;
}
#special #contents .read ._in .read-box .read-box-in:nth-child(1) {
  background-color: #C30032;
  border-radius: 50%;
  width: 21.5rem;
  height: 21.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0rem auto 4rem auto;
}
#special #contents .read ._in .read-box .read-box-in:nth-child(1) p {
  color: #FFF;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.07em;
  text-align: center;
}
#special #contents .read ._in .read-box .read-box-in:nth-child(2) > div {
  margin: 0rem 0rem 3.5rem 0rem;
}
#special #contents .read ._in .read-box .read-box-in:nth-child(2) > div .ph {
  margin: 0rem auto 1.1rem auto;
}
#special #contents .read ._in .read-box .read-box-in:nth-child(2) > div p {
  text-align: center;
}
#special #contents .read ._in .read-box .read-box-in:nth-child(2) > div p span {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.07em;
  color: #FFF;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#special #contents .read ._in .read-box .read-box-in:nth-child(2) > div:nth-child(1) .ph {
  width: 22.7rem;
  margin-left: 9.8rem;
}
#special #contents .read ._in .read-box .read-box-in:nth-child(2) > div:nth-child(2) .ph {
  width: 22rem;
}
#special #contents .read ._in .read-box .read-box-in:nth-child(2) > div:last-child {
  margin-bottom: 0;
}
#special #contents .box01 {
  padding: 4rem 0rem 0rem 0rem;
}
#special #contents .box01 ._in > div {
  padding: 4rem 0rem 0rem 0rem;
  width: 35.1rem;
  background-color: #FFF;
  margin: 0rem auto 4rem auto;
  position: relative;
}
#special #contents .box01 ._in > div .tl-box {
  padding: 0rem 0rem 3.5rem 0rem;
}
#special #contents .box01 ._in > div .tl-box .icon {
  width: 4.8rem;
  margin: 0rem auto 0.5rem auto;
}
#special #contents .box01 ._in > div .tl-box h4 {
  margin: 0rem 0rem 1rem 0rem;
  text-align: center;
}
#special #contents .box01 ._in > div .tl-box h4 span {
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 1.6071428571;
  letter-spacing: 0.07em;
  color: #000;
  background: linear-gradient(transparent 78%, #F0FA50 78%);
}
#special #contents .box01 ._in > div .tl-box .en {
  color: #DCDCDC;
  text-align: center;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.07em;
}
#special #contents .box01 ._in > div .text {
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: 0.07em;
  text-align: justify;
  color: #787878;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#special #contents .box01 ._in > div .box01-in {
  opacity: 0;
  transition: opacity 400ms ease;
}
#special #contents .box01 ._in > div .box01-in.view {
  opacity: 1;
}
#special #contents .box01 ._in > div .object {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
#special #contents .box01 ._in > div:nth-child(1) .box01-in {
  padding-bottom: 39rem;
}
#special #contents .box01 ._in > div:nth-child(1) .box01-in .subti {
  background-color: #F0FA50;
  border-radius: 1.2rem;
  width: 30.3rem;
  margin: 0rem auto 2rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8rem;
}
#special #contents .box01 ._in > div:nth-child(1) .box01-in .subti span {
  color: #000;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.07em;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#special #contents .box01 ._in > div:nth-child(1) .box01-in .text {
  width: 30.3rem;
  margin: 0 auto;
}
#special #contents .box01 ._in > div:nth-child(1) .object.object01 {
  width: 15.8rem;
  right: 1.2rem;
  bottom: 2.4rem;
}
#special #contents .box01 ._in > div:nth-child(1) .object.object02 {
  width: 15rem;
  left: 2.1rem;
  bottom: -2.4rem;
}
#special #contents .box01 ._in > div:nth-child(2) {
  z-index: 2;
}
#special #contents .box01 ._in > div:nth-child(2) .box01-in {
  padding-bottom: 23.5rem;
}
#special #contents .box01 ._in > div:nth-child(2) .box01-in .swiper {
  padding: 0rem 0.4rem;
}
#special #contents .box01 ._in > div:nth-child(2) .box01-in .swiper .swiper-wrapper {
  height: auto;
}
#special #contents .box01 ._in > div:nth-child(2) .box01-in .swiper .swiper-wrapper .swiper-slide {
  width: 30.3rem;
  padding: 0rem 2rem;
}
#special #contents .box01 ._in > div:nth-child(2) .box01-in .swiper .swiper-wrapper .swiper-slide h5 {
  text-align: left;
  margin: 1rem 0rem 0.5rem 0rem;
}
#special #contents .box01 ._in > div:nth-child(2) .box01-in .swiper .swiper-wrapper .swiper-slide h5 span {
  color: #C30032;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.07em;
  font-size: 2rem;
  line-height: 2;
}
#special #contents .box01 ._in > div:nth-child(2) .object.object01 {
  width: 26.9rem;
  right: 3.4rem;
  bottom: -10.8rem;
}
#special #contents .box01 ._in > div:nth-child(3) .box01-in {
  padding-bottom: 20rem;
}
#special #contents .box01 ._in > div:nth-child(3) .box01-in > div {
  width: 30.3rem;
  margin: 0rem auto 2.4rem auto;
  background-color: #F0FA50;
  border-radius: 1.6rem;
  padding: 2rem 0.8rem 0.8rem 0.8rem;
}
#special #contents .box01 ._in > div:nth-child(3) .box01-in > div p span {
  letter-spacing: 0.07em;
}
#special #contents .box01 ._in > div:nth-child(3) .box01-in > div p.subti {
  margin: 0rem 0rem 1.5rem 0rem;
  text-align: center;
}
#special #contents .box01 ._in > div:nth-child(3) .box01-in > div p.subti span {
  color: #000;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 2;
}
#special #contents .box01 ._in > div:nth-child(3) .box01-in > div p.text {
  border-radius: 1.2rem;
  background-color: #FFF;
  padding: 1.9rem 2.4rem;
}
#special #contents .box01 ._in > div:nth-child(3) .box01-in > div p.text span {
  color: #787878;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.2;
  text-align: justify;
}
#special #contents .box01 ._in > div:nth-child(3) .box01-in > div:last-child {
  margin-bottom: 0;
}
#special #contents .box01 ._in > div:nth-child(3) .object.object01 {
  width: 36.9rem;
  left: 1.4rem;
  bottom: 0rem;
}
#special #contents .box01 ._in > div:nth-child(4) {
  z-index: 2;
}
#special #contents .box01 ._in > div:nth-child(4) .box01-in {
  padding-bottom: 31.5rem;
}
#special #contents .box01 ._in > div:nth-child(4) .box01-in > div {
  width: 30.3rem;
  margin: 0rem auto 6rem auto;
}
#special #contents .box01 ._in > div:nth-child(4) .box01-in > div > div {
  margin: 0rem 0rem 3.8rem 0rem;
}
#special #contents .box01 ._in > div:nth-child(4) .box01-in > div > div .en {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #C30032;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.07em;
}
#special #contents .box01 ._in > div:nth-child(4) .box01-in > div > div .text {
  margin: 1rem 0rem 0rem 0rem;
}
#special #contents .box01 ._in > div:nth-child(4) .box01-in > div > div .text span {
  color: #000;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.6;
  letter-spacing: 0.07em;
}
#special #contents .box01 ._in > div:nth-child(4) .box01-in > div > div:nth-last-child(2) {
  margin-bottom: 0;
}
#special #contents .box01 ._in > div:nth-child(4) .box01-in > div > div:last-child {
  width: 30.3rem;
  margin: 0 auto;
}
#special #contents .box01 ._in > div:nth-child(4) .box01-in > div > div:last-child .text {
  margin: 2rem 0rem 0rem 0rem;
  text-align: justify;
}
#special #contents .box01 ._in > div:nth-child(4) .box01-in > div > div:last-child .text span {
  font-size: 1.5rem;
  line-height: 2.2;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#special #contents .box01 ._in > div:nth-child(4) .box01-in > div:nth-child(2) {
  width: 33.5rem;
}
#special #contents .box01 ._in > div:nth-child(4) .box01-in > div:nth-child(2) > div:nth-child(1) {
  border-radius: 1.6rem;
  background-color: #F0FA50;
  padding: 2.4rem 0.8rem;
  position: relative;
}
#special #contents .box01 ._in > div:nth-child(4) .box01-in > div:nth-child(2) > div:nth-child(1) .en {
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1;
}
#special #contents .box01 ._in > div:nth-child(4) .box01-in > div:nth-child(2) > div:nth-child(1) .text {
  background-color: #FFF;
  padding: 0.8rem 0.8rem 1.6rem 0.8rem;
  margin: 1rem 0rem 0rem 0rem;
}
#special #contents .box01 ._in > div:nth-child(4) .box01-in > div:nth-child(2) > div:nth-child(1) .icon {
  border-radius: 50%;
  background-color: #C30032;
  width: 6rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -2.4rem;
  right: 3.2rem;
}
#special #contents .box01 ._in > div:nth-child(4) .box01-in > div:nth-child(2) > div:nth-child(1) .icon span {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.07em;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFF;
}
#special #contents .box01 ._in > div:nth-child(4) .box01-in > div:last-child {
  margin-bottom: 0;
}
#special #contents .box01 ._in > div:nth-child(4) .object.object01 {
  width: 25.6rem;
  left: 4rem;
  bottom: -1.3rem;
}
#special #contents .box01 ._in > div:nth-child(4) .object.object02 {
  width: 24.8rem;
  right: 4rem;
  bottom: -8.5rem;
}
#special #contents .box01 ._in > div:nth-child(5) .box01-in {
  padding-bottom: 16.8rem;
}
#special #contents .box01 ._in > div:nth-child(5) .box01-in > div {
  width: 30.3rem;
  margin: 0rem auto 4rem auto;
}
#special #contents .box01 ._in > div:nth-child(5) .box01-in > div:nth-child(1) {
  background-color: #F0FA50;
  border-radius: 1.6rem;
  padding: 3.5rem 0rem 4rem 0rem;
  margin: 0rem auto 2rem auto;
}
#special #contents .box01 ._in > div:nth-child(5) .box01-in > div:nth-child(1) p {
  text-align: center;
}
#special #contents .box01 ._in > div:nth-child(5) .box01-in > div:nth-child(1) p span {
  color: #000;
  letter-spacing: 0.07em;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.6;
}
#special #contents .box01 ._in > div:nth-child(5) .box01-in > div:nth-child(1) p:nth-child(2) {
  margin: 1.5rem 0rem 0rem 0rem;
}
#special #contents .box01 ._in > div:nth-child(5) .box01-in > div:nth-child(1) p:nth-child(2) span {
  font-size: 4rem;
  line-height: 1;
}
#special #contents .box01 ._in > div:nth-child(5) .box01-in > div:nth-child(3) .subti {
  text-align: center;
  margin: 0rem 0rem 1.8rem 0rem;
}
#special #contents .box01 ._in > div:nth-child(5) .box01-in > div:nth-child(3) .subti span {
  color: #C30032;
  letter-spacing: 0.07em;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
}
#special #contents .box01 ._in > div:nth-child(5) .box01-in > div:nth-child(3) .list-box > div {
  margin: 0rem 0rem 3.5rem 0rem;
}
#special #contents .box01 ._in > div:nth-child(5) .box01-in > div:nth-child(3) .list-box > div .ph-box {
  position: relative;
}
#special #contents .box01 ._in > div:nth-child(5) .box01-in > div:nth-child(3) .list-box > div .ph-box .cap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: #FFF;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.07em;
}
#special #contents .box01 ._in > div:nth-child(5) .box01-in > div:nth-child(3) .list-box > div .ph-box.video-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8rem;
  height: 8rem;
  background: url(../images/special/movie_icon01.svg) no-repeat left top;
  background-size: 100% auto;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
#special #contents .box01 ._in > div:nth-child(5) .box01-in > div:nth-child(3) .list-box > div .text {
  margin: 1rem 0rem 0rem 0rem;
}
#special #contents .box01 ._in > div:nth-child(5) .box01-in > div:nth-child(3) .list-box > div:last-child {
  margin-bottom: 0;
}
#special #contents .box01 ._in > div:nth-child(5) .box01-in > div:last-child {
  margin-bottom: 0;
}
#special #contents .box01 ._in > div:nth-child(5) .object.object01 {
  width: 30.3rem;
  left: 2.4rem;
  bottom: 0rem;
}
#special #contents .box01 ._in > div:nth-child(6) {
  z-index: 3;
}
#special #contents .box01 ._in > div:nth-child(6) .box01-in {
  padding-bottom: 15.4rem;
}
#special #contents .box01 ._in > div:nth-child(6) .box01-in > div {
  width: 30.3rem;
  margin: 0rem auto 4rem auto;
}
#special #contents .box01 ._in > div:nth-child(6) .box01-in > div > div {
  margin: 0rem 0rem 2.2rem 0rem;
}
#special #contents .box01 ._in > div:nth-child(6) .box01-in > div:last-child {
  margin-bottom: 0;
}
#special #contents .box01 ._in > div:nth-child(6) .object.object01 {
  width: 25.6rem;
  left: 10.1rem;
  bottom: -18.1rem;
}
#special #contents .box01 ._in > div:nth-child(7) {
  z-index: 2;
}
#special #contents .box01 ._in > div:nth-child(7) .tl-box {
  padding-bottom: 4rem;
}
#special #contents .box01 ._in > div:nth-child(7) .box01-in {
  padding-bottom: 35.4rem;
}
#special #contents .box01 ._in > div:nth-child(7) .box01-in > div {
  width: 30.3rem;
  margin: 0rem auto 2.4rem auto;
  position: relative;
  padding-bottom: 4.4rem;
}
#special #contents .box01 ._in > div:nth-child(7) .box01-in > div .num {
  margin: 0em auto 0em auto;
  width: 8rem;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #C30032;
}
#special #contents .box01 ._in > div:nth-child(7) .box01-in > div .num span {
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.07em;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1;
}
#special #contents .box01 ._in > div:nth-child(7) .box01-in > div .num span:nth-child(1) {
  font-size: 2rem;
  line-height: 1;
  padding-bottom: 0.2rem;
}
#special #contents .box01 ._in > div:nth-child(7) .box01-in > div .text {
  margin: 1rem 0rem 0rem 0rem;
}
#special #contents .box01 ._in > div:nth-child(7) .box01-in > div:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0rem;
  transform: translate(-50%, 0);
  width: 0.5rem;
  height: 1.8rem;
  background: url(../images/special/q07_arrow01_sp.svg) no-repeat left top;
  background-size: 100% auto;
}
#special #contents .box01 ._in > div:nth-child(7) .box01-in > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#special #contents .box01 ._in > div:nth-child(7) .box01-in > div:last-child:after {
  display: none;
}
#special #contents .box01 ._in > div:nth-child(7) .object.object01 {
  width: 21.8rem;
  left: -2.9rem;
  bottom: -15.3rem;
}
#special #contents .box01 ._in > div:nth-child(7) .object.object02 {
  width: 30.3rem;
  right: 2.4rem;
  bottom: 0rem;
}
#special #contents .box01 ._in > div:nth-child(8) .box01-in {
  padding-bottom: 6.4rem;
}
#special #contents .box01 ._in > div:nth-child(8) .box01-in > div {
  width: 30.3rem;
  margin: 0rem auto 3.5rem auto;
}
#special #contents .box01 ._in > div:nth-child(8) .box01-in > div h5 {
  text-align: center;
}
#special #contents .box01 ._in > div:nth-child(8) .box01-in > div h5 span {
  color: #000;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.07em;
}
#special #contents .box01 ._in > div:nth-child(8) .box01-in > div .text {
  margin: 1.5rem 0rem 0rem 0rem;
}
#special #contents .box01 ._in > div:nth-child(8) .box01-in > div:nth-child(2) > div {
  margin: 0rem 0rem 4rem 0rem;
}
#special #contents .box01 ._in > div:nth-child(8) .box01-in > div:nth-child(2) > div .ph-box {
  position: relative;
}
#special #contents .box01 ._in > div:nth-child(8) .box01-in > div:nth-child(2) > div .ph-box img {
  display: block;
  width: 23.9rem;
  margin-left: auto;
}
#special #contents .box01 ._in > div:nth-child(8) .box01-in > div:nth-child(2) > div .ph-box .cap {
  width: 12rem;
  height: 12rem;
  background-color: #C30032;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#special #contents .box01 ._in > div:nth-child(8) .box01-in > div:nth-child(2) > div .ph-box .cap span {
  text-align: center;
  color: #FFF;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
}
#special #contents .box01 ._in > div:nth-child(8) .box01-in > div:nth-child(2) > div:last-child {
  margin-bottom: 0;
}
#special #contents .box01 ._in > div:nth-child(8) .box01-in > div:last-child {
  margin-bottom: 0;
}
#special #contents .box01 ._in > div:nth-child(8) .box01-in > div:last-child:after {
  display: none;
}
#special #contents .box01 ._in > div:last-child {
  margin-bottom: 0;
}
#special #contents .ath {
  padding: 6rem 0rem 0rem 0rem;
}
#special #contents .ath ._in .tl-box {
  margin: 0rem 0rem 3.5rem 0rem;
}
#special #contents .ath ._in .tl-box p, #special #contents .ath ._in .tl-box h3 span {
  text-align: center;
  color: #FFF;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.07em;
}
#special #contents .ath ._in .tl-box p {
  font-size: 2rem;
  line-height: 2;
}
#special #contents .ath ._in .tl-box h3 {
  text-align: center;
  margin: 1.2rem 0rem 0rem 0rem;
}
#special #contents .ath ._in .tl-box h3 span {
  font-size: 3.2rem;
  line-height: 1.59375;
}
#special #contents .ath ._in .co-box > div {
  margin: 0rem 0rem 3.5rem 0rem;
}
#special #contents .ath ._in .co-box > div .ph {
  width: 17.5rem;
  margin: 0rem auto 2rem auto;
}
#special #contents .ath ._in .co-box > div .text {
  width: 30.3rem;
  margin: 0 auto;
  text-align: justify;
  color: #FFF;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.07em;
  font-size: 1.5rem;
  line-height: 2.2;
}
#special #contents .ath ._in .co-box > div .list-box {
  width: 35.1rem;
  background-color: #000;
  position: relative;
  padding: 4rem 0rem 6rem 0rem;
  margin: 0 auto;
}
#special #contents .ath ._in .co-box > div .list-box > div {
  border-bottom: 1px solid #707070;
  padding: 0rem 0rem 3.5rem 0rem;
  margin: 0rem auto 4rem auto;
  width: 30.3rem;
}
#special #contents .ath ._in .co-box > div .list-box > div h4 {
  text-align: center;
  margin: 0rem 0rem 1.5rem 0rem;
}
#special #contents .ath ._in .co-box > div .list-box > div h4 span {
  color: #FFF;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.07em;
  background: linear-gradient(transparent 78%, #646464 78%);
}
#special #contents .ath ._in .co-box > div .list-box > div .text {
  color: #FFF;
  letter-spacing: 0.07em;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.2;
  text-align: justify;
}
#special #contents .ath ._in .co-box > div .list-box > div:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#special #contents .ath ._in .co-box > div .list-box:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0rem 0rem 8rem 12rem;
  border-color: transparent transparent #C30032 transparent;
}
#special #contents .ath ._in .co-box > div:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #special #contents {
    padding-bottom: 120px;
  }
  #special #contents .main ._in {
    padding: 12em 0em 12em 0em;
    position: relative;
  }
  #special #contents .main ._in .ph-box {
    width: 112.6rem;
    height: 100%;
    display: flex;
  }
  #special #contents .main ._in .ph-box > div {
    width: 33.3037300178%;
    height: 100%;
  }
  #special #contents .main ._in .tl-box {
    left: 6.4rem;
    bottom: 10.5em;
  }
  #special #contents .main ._in .tl-box .en {
    font-size: 16em;
    line-height: 1;
  }
  #special #contents .main ._in .tl-box h2 {
    margin: -9em 0em 0em 5.6em;
  }
  #special #contents .main ._in .tl-box h2 span {
    font-size: 3.2em;
    line-height: 1;
  }
  #special #contents .read ._in {
    padding: 75px 0;
  }
  #special #contents .read ._in h3 {
    margin: 0em 0em 3em 0em;
  }
  #special #contents .read ._in h3 span {
    font-size: 3.2rem;
    line-height: 2;
  }
  #special #contents .read ._in .text {
    width: 100%;
    font-size: 1.5em;
    line-height: 2.2;
    text-align: center;
  }
  #special #contents .read ._in .read-box {
    margin: 6em 0em 0em 0em;
    display: flex;
    justify-content: center;
    gap: 0em 8.5em;
  }
  #special #contents .read ._in .read-box .read-box-in:nth-child(1) {
    width: 28em;
    height: 28em;
    margin: 3.2em 0em 0em 0em;
  }
  #special #contents .read ._in .read-box .read-box-in:nth-child(1) p {
    font-size: 2.4em;
    line-height: 2;
  }
  #special #contents .read ._in .read-box .read-box-in:nth-child(2) {
    width: 66rem;
    display: flex;
    gap: 0rem 6rem;
  }
  #special #contents .read ._in .read-box .read-box-in:nth-child(2) > div {
    margin: 0em 0em 0em 0em;
  }
  #special #contents .read ._in .read-box .read-box-in:nth-child(2) > div p span {
    font-size: 1.2em;
    line-height: 2;
  }
  #special #contents .read ._in .read-box .read-box-in:nth-child(2) > div:nth-child(1) {
    width: 24rem;
  }
  #special #contents .read ._in .read-box .read-box-in:nth-child(2) > div:nth-child(1) .ph {
    width: 24rem;
    margin: 0.8em 0em 1.1em 0.8em;
  }
  #special #contents .read ._in .read-box .read-box-in:nth-child(2) > div:nth-child(2) {
    width: 22rem;
  }
  #special #contents .read ._in .read-box .read-box-in:nth-child(2) > div:nth-child(2) .ph {
    width: 22rem;
  }
  #special #contents .box01 {
    padding: 80px 0 0 0;
  }
  #special #contents .box01 ._in > div {
    padding: 4em 0em 0em 0em;
    width: 120.6rem;
    margin-bottom: 80px;
  }
  #special #contents .box01 ._in > div .tl-box {
    padding: 0em 0em 6.3em 0em;
  }
  #special #contents .box01 ._in > div .tl-box .icon {
    width: 8em;
    margin: 0em auto 1em auto;
  }
  #special #contents .box01 ._in > div .tl-box h4 {
    margin: 0em 0em 2em 0em;
    text-align: center;
  }
  #special #contents .box01 ._in > div .tl-box h4 span {
    font-size: 4em;
    line-height: 1.6;
    background: linear-gradient(transparent 77%, #F0FA50 77%);
  }
  #special #contents .box01 ._in > div .tl-box .en {
    font-size: 2.4em;
    line-height: 1;
  }
  #special #contents .box01 ._in > div .text {
    font-size: 1.5em;
    line-height: 2.2;
  }
  #special #contents .box01 ._in > div:nth-child(1) {
    z-index: 3;
  }
  #special #contents .box01 ._in > div:nth-child(1) .box01-in {
    padding-bottom: 7.5em;
  }
  #special #contents .box01 ._in > div:nth-child(1) .box01-in .subti {
    border-radius: 2.4rem;
    width: 82rem;
    margin: 0em auto 2em auto;
    height: 16em;
  }
  #special #contents .box01 ._in > div:nth-child(1) .box01-in .subti span {
    font-size: 6.4em;
    line-height: 1;
  }
  #special #contents .box01 ._in > div:nth-child(1) .box01-in .text {
    text-align: center;
    width: 100%;
  }
  #special #contents .box01 ._in > div:nth-child(1) .object.object01 {
    width: 19.9em;
    right: -2.6em;
    bottom: 24.4em;
  }
  #special #contents .box01 ._in > div:nth-child(1) .object.object02 {
    width: 16.6em;
    left: 3.6em;
    bottom: -23.8em;
  }
  #special #contents .box01 ._in > div:nth-child(2) .box01-in {
    padding-bottom: 11.5em;
  }
  #special #contents .box01 ._in > div:nth-child(2) .box01-in .swiper {
    padding: 0rem 6rem;
    z-index: 4;
  }
  #special #contents .box01 ._in > div:nth-child(2) .box01-in .swiper .swiper-wrapper .swiper-slide {
    width: 34.9rem;
    padding: 0rem 2rem;
  }
  #special #contents .box01 ._in > div:nth-child(2) .box01-in .swiper .swiper-wrapper .swiper-slide h5 {
    margin: 1em 0em 0.5em 0em;
  }
  #special #contents .box01 ._in > div:nth-child(2) .box01-in .swiper .swiper-wrapper .swiper-slide h5 span {
    font-size: 2em;
    line-height: 2;
  }
  #special #contents .box01 ._in > div:nth-child(2) .object.object01 {
    width: 28.5em;
    right: 11.5em;
    top: 4.4em;
    bottom: auto;
  }
  #special #contents .box01 ._in > div:nth-child(3) .box01-in {
    padding-bottom: 8em;
    width: 104.6rem;
    margin: 0 auto;
    display: flex;
    gap: 0rem 4rem;
  }
  #special #contents .box01 ._in > div:nth-child(3) .box01-in > div {
    width: 50.3rem;
    margin: 0;
    border-radius: 2.4rem;
    padding: 3.7rem 1.6rem 1.6rem 1.6rem;
  }
  #special #contents .box01 ._in > div:nth-child(3) .box01-in > div p.subti {
    margin: 0em 0em 3.7em 0em;
  }
  #special #contents .box01 ._in > div:nth-child(3) .box01-in > div p.subti span {
    font-size: 3.2em;
    line-height: 1;
  }
  #special #contents .box01 ._in > div:nth-child(3) .box01-in > div p.text {
    border-radius: 1.6rem;
    padding: 3.5em 4em;
    font-size: 100%;
  }
  #special #contents .box01 ._in > div:nth-child(3) .box01-in > div p.text span {
    font-size: 1.5em;
    line-height: 2.2;
  }
  #special #contents .box01 ._in > div:nth-child(3) .object.object01 {
    width: 56.4em;
    left: 50%;
    transform: translateX(-63.1205673759%);
  }
  #special #contents .box01 ._in > div:nth-child(4) .tl-box {
    padding: 0em 0em 3.9em 0em;
  }
  #special #contents .box01 ._in > div:nth-child(4) .box01-in {
    padding-bottom: 7.5em;
    width: 104.6rem;
    margin: 0 auto;
    display: flex;
    gap: 0rem 4rem;
    position: relative;
    z-index: 2;
  }
  #special #contents .box01 ._in > div:nth-child(4) .box01-in > div {
    width: 46.3rem;
    margin: 0;
    padding: 1.2em 0em 0em 0em;
  }
  #special #contents .box01 ._in > div:nth-child(4) .box01-in > div > div {
    margin: 0em 0em 2.8em 0em;
  }
  #special #contents .box01 ._in > div:nth-child(4) .box01-in > div > div .en {
    font-size: 2em;
    line-height: 1;
  }
  #special #contents .box01 ._in > div:nth-child(4) .box01-in > div > div .text {
    background-color: #F5F5F5;
    margin: 1em 0em 0em 0em;
    padding: 0.8em 1.6em 1.6em 1.6em;
    font-size: 100%;
  }
  #special #contents .box01 ._in > div:nth-child(4) .box01-in > div > div .text span {
    font-size: 1.5em;
    line-height: 2.6;
  }
  #special #contents .box01 ._in > div:nth-child(4) .box01-in > div > div:last-child {
    width: 100%;
    margin: 3.5em 0em 0em 0em;
  }
  #special #contents .box01 ._in > div:nth-child(4) .box01-in > div > div:last-child .text {
    padding: 0;
    background-color: transparent;
    font-size: 1.5em;
    line-height: 2.2;
  }
  #special #contents .box01 ._in > div:nth-child(4) .box01-in > div:nth-child(2) {
    width: 54.3rem;
    padding: 4em 0em 0em 0em;
  }
  #special #contents .box01 ._in > div:nth-child(4) .box01-in > div:nth-child(2) > div:nth-child(1) {
    border-radius: 2.4rem;
    padding: 5.9em 4em 5.9em 4em;
  }
  #special #contents .box01 ._in > div:nth-child(4) .box01-in > div:nth-child(2) > div:nth-child(1) .en {
    font-size: 1.5em;
    line-height: 1;
  }
  #special #contents .box01 ._in > div:nth-child(4) .box01-in > div:nth-child(2) > div:nth-child(1) .text {
    margin: 1em 0em 0em 0em;
    padding: 0.8em 1.6em 1.6em 1.6em;
  }
  #special #contents .box01 ._in > div:nth-child(4) .box01-in > div:nth-child(2) > div:nth-child(1) .icon {
    width: 8em;
    height: 8em;
    top: -4em;
    left: -1.6em;
    right: auto;
  }
  #special #contents .box01 ._in > div:nth-child(4) .box01-in > div:nth-child(2) > div:nth-child(1) .icon span {
    font-size: 2em;
    line-height: 1;
  }
  #special #contents .box01 ._in > div:nth-child(4) .object.object01 {
    width: 26.248em;
    left: 4.95em;
    top: 2.7em;
    bottom: auto;
    z-index: 1;
  }
  #special #contents .box01 ._in > div:nth-child(4) .object.object02 {
    width: 24.3em;
    right: 2.7em;
    top: 8.9em;
    bottom: auto;
    z-index: 3;
  }
  #special #contents .box01 ._in > div:nth-child(5) .box01-in {
    width: 104.6rem;
    margin: 0 auto;
    padding-bottom: 7.5em;
  }
  #special #contents .box01 ._in > div:nth-child(5) .box01-in > div {
    width: 100%;
    margin: 0rem auto 6rem auto;
  }
  #special #contents .box01 ._in > div:nth-child(5) .box01-in > div:nth-child(1) {
    border-radius: 2.4rem;
    height: 16em;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0rem auto 2rem auto;
    gap: 0rem 1.6rem;
  }
  #special #contents .box01 ._in > div:nth-child(5) .box01-in > div:nth-child(1) p span {
    font-size: 3.2em;
    line-height: 1;
  }
  #special #contents .box01 ._in > div:nth-child(5) .box01-in > div:nth-child(1) p:nth-child(2) {
    margin: 0;
  }
  #special #contents .box01 ._in > div:nth-child(5) .box01-in > div:nth-child(1) p:nth-child(2) span {
    font-size: 6em;
    line-height: 1;
  }
  #special #contents .box01 ._in > div:nth-child(5) .box01-in > div:nth-child(2) .text {
    text-align: center;
  }
  #special #contents .box01 ._in > div:nth-child(5) .box01-in > div:nth-child(3) .subti {
    margin: 0em 0em 1.8em 0em;
  }
  #special #contents .box01 ._in > div:nth-child(5) .box01-in > div:nth-child(3) .subti span {
    font-size: 1.5em;
    line-height: 1;
  }
  #special #contents .box01 ._in > div:nth-child(5) .box01-in > div:nth-child(3) .list-box {
    display: flex;
    gap: 0rem 4rem;
    justify-content: center;
  }
  #special #contents .box01 ._in > div:nth-child(5) .box01-in > div:nth-child(3) .list-box > div {
    margin: 0rem 0rem 0rem 0rem;
    width: 32.2rem;
  }
  #special #contents .box01 ._in > div:nth-child(5) .box01-in > div:nth-child(3) .list-box > div .ph-box {
    margin: 0em 0em 1em 0em;
  }
  #special #contents .box01 ._in > div:nth-child(5) .box01-in > div:nth-child(3) .list-box > div .ph-box .cap {
    font-size: 2em;
    line-height: 1;
  }
  #special #contents .box01 ._in > div:nth-child(5) .box01-in > div:nth-child(3) .list-box > div .ph-box.video-btn:after {
    transition: transform 200ms ease;
    transform-origin: center center;
  }
  #special #contents .box01 ._in > div:nth-child(5) .box01-in > div:nth-child(3) .list-box > div .ph-box.video-btn.on:after {
    transform: translate(-50%, -50%) scale(1.1);
  }
  #special #contents .box01 ._in > div:nth-child(5) .box01-in > div:nth-child(3) .list-box > div .text {
    margin: 0;
  }
  #special #contents .box01 ._in > div:nth-child(5) .object.object01 {
    width: 29.1em;
    left: auto;
    right: -3.1em;
    bottom: 0em;
  }
  #special #contents .box01 ._in > div:nth-child(6) .box01-in {
    width: 104.6rem;
    margin: 0 auto;
    display: flex;
    gap: 0rem 4.5rem;
    padding-bottom: 6.4em;
  }
  #special #contents .box01 ._in > div:nth-child(6) .box01-in > div {
    width: 56.7rem;
    margin: 0;
  }
  #special #contents .box01 ._in > div:nth-child(6) .box01-in > div > div {
    margin: 0em 0em 1.1em 0em;
  }
  #special #contents .box01 ._in > div:nth-child(6) .box01-in > div:nth-child(2) {
    width: 43.4rem;
  }
  #special #contents .box01 ._in > div:nth-child(6) .object.object01 {
    width: 28.2em;
    left: auto;
    right: 16.1em;
    bottom: -27.7em;
  }
  #special #contents .box01 ._in > div:nth-child(7) .tl-box {
    padding-bottom: 3.9em;
  }
  #special #contents .box01 ._in > div:nth-child(7) .box01-in {
    width: 104.6rem;
    margin: 0 auto;
    display: flex;
    gap: 0rem 4rem;
    padding-bottom: 28em;
  }
  #special #contents .box01 ._in > div:nth-child(7) .box01-in > div {
    width: 23.2rem;
    margin: 0;
    padding: 0;
  }
  #special #contents .box01 ._in > div:nth-child(7) .box01-in > div .num span {
    font-size: 1.2em;
    line-height: 1;
  }
  #special #contents .box01 ._in > div:nth-child(7) .box01-in > div .num span:nth-child(1) {
    font-size: 2em;
    line-height: 1;
    padding-bottom: 0.2em;
  }
  #special #contents .box01 ._in > div:nth-child(7) .box01-in > div .ph {
    width: 100%;
    margin: 0em 0em 1.1em 0em;
  }
  #special #contents .box01 ._in > div:nth-child(7) .box01-in > div:after {
    right: -1.1rem;
    bottom: auto;
    left: auto;
    top: 16.3rem;
    transform: translate(100%, 0);
    width: 1.8rem;
    height: 0.5rem;
    background: url(../images/special/q07_arrow01.svg) no-repeat left top;
    background-size: 100% auto;
  }
  #special #contents .box01 ._in > div:nth-child(7) .object.object01 {
    width: 25.7em;
    left: 12em;
    bottom: -28.5em;
  }
  #special #contents .box01 ._in > div:nth-child(7) .object.object02 {
    width: 57.7em;
    right: 10.7em;
    bottom: 0em;
  }
  #special #contents .box01 ._in > div:nth-child(8) .box01-in {
    width: 104.6rem;
    margin: 0 auto;
    display: flex;
    gap: 0rem 12rem;
    padding-bottom: 7.5em;
  }
  #special #contents .box01 ._in > div:nth-child(8) .box01-in > div {
    width: 43.4rem;
    margin: 0rem auto 3.5rem auto;
  }
  #special #contents .box01 ._in > div:nth-child(8) .box01-in > div h5 {
    text-align: left;
    margin: 0em 0em 2.5em 0em;
  }
  #special #contents .box01 ._in > div:nth-child(8) .box01-in > div h5 span {
    font-size: 2.4em;
    line-height: 2;
  }
  #special #contents .box01 ._in > div:nth-child(8) .box01-in > div .text {
    margin: 0;
  }
  #special #contents .box01 ._in > div:nth-child(8) .box01-in > div:nth-child(2) {
    width: 49.2rem;
    display: flex;
    gap: 0rem 8rem;
  }
  #special #contents .box01 ._in > div:nth-child(8) .box01-in > div:nth-child(2) > div {
    margin: 0;
    width: 20.6rem;
  }
  #special #contents .box01 ._in > div:nth-child(8) .box01-in > div:nth-child(2) > div .ph-box img {
    width: 100%;
    margin: 0;
  }
  #special #contents .box01 ._in > div:nth-child(8) .box01-in > div:nth-child(2) > div .ph-box .cap {
    width: 10em;
    height: 10em;
    left: -4em;
  }
  #special #contents .box01 ._in > div:nth-child(8) .box01-in > div:nth-child(2) > div .ph-box .cap span {
    font-size: 1.2em;
    line-height: 1.5833333333;
  }
  #special #contents .ath {
    padding: 80px 0 0 0;
  }
  #special #contents .ath ._in {
    width: 120.6rem;
    margin: 0 auto;
  }
  #special #contents .ath ._in .tl-box {
    margin: 0em 0em 7em 0em;
  }
  #special #contents .ath ._in .tl-box p {
    font-size: 3.2em;
    line-height: 1;
  }
  #special #contents .ath ._in .tl-box h3 {
    margin: 4em 0em 0em 0em;
  }
  #special #contents .ath ._in .tl-box h3 span {
    font-size: 6em;
    line-height: 1;
  }
  #special #contents .ath ._in .co-box {
    display: flex;
    gap: 0rem 6.4rem;
  }
  #special #contents .ath ._in .co-box > div {
    margin: 0;
    width: 24.6rem;
  }
  #special #contents .ath ._in .co-box > div .ph {
    width: 17.5rem;
    margin: 0em auto 3.5em auto;
  }
  #special #contents .ath ._in .co-box > div .text {
    width: 100%;
    font-size: 1.5em;
    line-height: 2.2;
  }
  #special #contents .ath ._in .co-box > div .list-box {
    width: 100%;
    padding: 6.4em;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  #special #contents .ath ._in .co-box > div .list-box > div {
    border-bottom: 1px solid #707070;
    border-left: 1px solid #707070;
    padding: 0.5em 0em 3.5em 6.4em;
    margin: 0;
    width: 50%;
  }
  #special #contents .ath ._in .co-box > div .list-box > div h4 {
    margin: 0em 0em 2.5em 0em;
  }
  #special #contents .ath ._in .co-box > div .list-box > div h4 span {
    font-size: 2.4em;
    line-height: 1;
  }
  #special #contents .ath ._in .co-box > div .list-box > div .text {
    font-size: 1.5em;
    line-height: 2.2;
  }
  #special #contents .ath ._in .co-box > div .list-box > div:nth-child(2n+1):nth-last-child(-n+2), #special #contents .ath ._in .co-box > div .list-box > div:nth-child(2n+1):nth-last-child(-n+2) ~ div {
    padding-top: 5em;
    padding-bottom: 0;
    border-bottom: none;
  }
  #special #contents .ath ._in .co-box > div .list-box > div:nth-child(odd) {
    border-left: none;
    padding-right: 6.4em;
    padding-left: 0;
  }
  #special #contents .ath ._in .co-box > div .list-box:after {
    border-width: 0rem 0rem 5.6rem 8rem;
  }
  #special #contents .ath ._in .co-box > div:nth-child(2) {
    width: 89.6rem;
  }
}

#jobmember.index #contents {
  padding-bottom: 12rem;
}
#jobmember.index #contents .main ._in {
  padding-bottom: 8rem;
}
#jobmember.index #contents .main ._in .ph {
  width: 33.9rem;
  margin-left: auto;
  height: 18.9rem;
}
#jobmember.index #contents .main ._in .tl-box {
  margin: -3.2rem 0rem 0rem 0rem;
  padding: 0rem 0rem 0rem 1.2rem;
}
#jobmember.index #contents .main ._in .tl-box .en {
  color: #C30032;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.07em;
}
#jobmember.index #contents .main ._in .tl-box h2 {
  margin: 1.2rem 0rem 0rem 0rem;
}
#jobmember.index #contents .main ._in .tl-box h2 span {
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #000;
}
#jobmember.index #contents .read ._in {
  padding: 6rem 2.4rem;
  background-color: #FFF;
  width: 35.1rem;
  margin: 0 auto;
}
#jobmember.index #contents .read ._in h3 {
  text-align: center;
  margin-bottom: 2.5rem;
}
#jobmember.index #contents .read ._in h3 span {
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.07em;
  color: #000;
  background: linear-gradient(transparent 78%, #F0FA50 78%);
}
#jobmember.index #contents .read ._in .text {
  color: #787878;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: 0.07em;
  text-align: justify;
}
#jobmember.index #contents .box01 ._in {
  padding: 0rem 0rem 8rem 0rem;
  background-color: #FFF;
  width: 35.1rem;
  margin: 0 auto;
}
#jobmember.index #contents .box01 ._in .box01-in {
  width: 30.3rem;
  margin: 0rem auto 7.5rem auto;
}
#jobmember.index #contents .box01 ._in .box01-in .tl-box {
  display: flex;
  gap: 0rem 0.2rem;
  height: 6rem;
}
#jobmember.index #contents .box01 ._in .box01-in .tl-box p {
  width: 8rem;
  height: 6rem;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.2rem 0rem;
}
#jobmember.index #contents .box01 ._in .box01-in .tl-box p span {
  text-align: center;
  color: #FFF;
  letter-spacing: 0.07em;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#jobmember.index #contents .box01 ._in .box01-in .tl-box p span:nth-child(1) {
  font-size: 1rem;
  line-height: 1;
}
#jobmember.index #contents .box01 ._in .box01-in .tl-box p span:nth-child(2) {
  font-size: 1.8rem;
  line-height: 1;
}
#jobmember.index #contents .box01 ._in .box01-in .tl-box h3 {
  flex: 1;
  display: flex;
  align-items: center;
  background-color: #C30032;
  padding: 0rem 1.6rem;
  position: relative;
}
#jobmember.index #contents .box01 ._in .box01-in .tl-box h3 span {
  color: #FFF;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.07em;
}
#jobmember.index #contents .box01 ._in .box01-in .tl-box h3:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0rem 0rem 1.6rem 2.4rem;
  border-color: transparent transparent #FFF transparent;
}
#jobmember.index #contents .box01 ._in .box01-in .co-box {
  margin: 3rem 0rem 0rem 0rem;
}
#jobmember.index #contents .box01 ._in .box01-in .co-box .text-box h4 {
  text-align: left;
  margin-bottom: 2.5rem;
}
#jobmember.index #contents .box01 ._in .box01-in .co-box .text-box h4 span {
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.07em;
}
#jobmember.index #contents .box01 ._in .box01-in .co-box .text-box .text,
#jobmember.index #contents .box01 ._in .box01-in .co-box .text-box .text span {
  text-align: justify;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: 0.07em;
  color: #787878;
}
#jobmember.index #contents .box01 ._in .box01-in .co-box .text-box .text a,
#jobmember.index #contents .box01 ._in .box01-in .co-box .text-box .text span a {
  color: #787878;
}
#jobmember.index #contents .box01 ._in .box01-in .co-box .text-box .text.cap,
#jobmember.index #contents .box01 ._in .box01-in .co-box .text-box .text span.cap {
  font-size: 100%;
  margin-top: 1.4rem;
}
#jobmember.index #contents .box01 ._in .box01-in .co-box .text-box .text.cap span,
#jobmember.index #contents .box01 ._in .box01-in .co-box .text-box .text span.cap span {
  font-size: 1.2rem;
  line-height: 2;
}
#jobmember.index #contents .box01 ._in .box01-in .co-box .ph-box {
  margin: 3.5rem 0rem 0rem 0rem;
}
#jobmember.index #contents .box01 ._in .box01-in .co-box .ph-box .ph {
  margin: 0rem 0rem 1.6rem 0rem;
}
#jobmember.index #contents .box01 ._in .box01-in .co-box .ph-box .ph:last-child {
  margin-bottom: 0;
}
#jobmember.index #contents .box01 ._in .box01-in .co-box .interview-box {
  margin: 6.2rem 0rem 0rem 0rem;
}
#jobmember.index #contents .box01 ._in .box01-in .co-box .interview-box .tl {
  margin: 0rem 0rem 2.3rem 0rem;
}
#jobmember.index #contents .box01 ._in .box01-in .co-box .interview-box .tl p {
  position: relative;
}
#jobmember.index #contents .box01 ._in .box01-in .co-box .interview-box .tl p span {
  background-color: #FFF;
  display: inline-block;
  padding-right: 1.5rem;
  color: #000;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.07em;
  position: relative;
  z-index: 2;
}
#jobmember.index #contents .box01 ._in .box01-in .co-box .interview-box .tl p:after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100%;
  left: 0;
  background-color: #DCDCDC;
}
#jobmember.index #contents .box01 ._in .box01-in .co-box .interview-box .interview-in > div {
  margin: 0rem 0rem 0.8rem 0rem;
}
#jobmember.index #contents .box01 ._in .box01-in .co-box .interview-box .interview-in > div a {
  width: 100%;
  display: flex;
  gap: 0rem 1.6rem;
  align-items: center;
}
#jobmember.index #contents .box01 ._in .box01-in .co-box .interview-box .interview-in > div .icon {
  width: 10rem;
}
#jobmember.index #contents .box01 ._in .box01-in .co-box .interview-box .interview-in > div .name p {
  text-align: left;
}
#jobmember.index #contents .box01 ._in .box01-in .co-box .interview-box .interview-in > div .name p span {
  color: #000;
  letter-spacing: 0.07em;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
}
#jobmember.index #contents .box01 ._in .box01-in .co-box .interview-box .interview-in > div .name p.cate {
  margin: 0rem 0rem 0.2rem 0rem;
}
#jobmember.index #contents .box01 ._in .box01-in .co-box .interview-box .interview-in > div .name p.cate span {
  font-size: 1.2rem;
  line-height: 1.4166666667;
}
#jobmember.index #contents .box01 ._in .box01-in .co-box .interview-box .interview-in > div .name p.jp span {
  font-size: 1.5rem;
  line-height: 1.4;
}
#jobmember.index #contents .box01 ._in .box01-in .co-box .interview-box .interview-in > div:last-child {
  margin-bottom: 0;
}
#jobmember.index #contents .box01 ._in .box01-in:last-child {
  margin-bottom: 0;
}
#jobmember.detail #contents {
  padding: 0rem 0rem 14rem 0rem;
  background-color: #FFF;
}
#jobmember.detail #contents .main ._in {
  position: relative;
}
#jobmember.detail #contents .main ._in .ph {
  height: 51.8rem;
}
#jobmember.detail #contents .main ._in .num {
  z-index: 2;
  position: absolute;
  top: 34.2rem;
  left: 2.4rem;
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 1000ms, transform 1200ms ease;
}
#jobmember.detail #contents .main ._in .num span {
  display: block;
  color: #C30032;
  letter-spacing: 0.05em;
}
#jobmember.detail #contents .main ._in .num span:nth-child(1) {
  font-family: "roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0rem 0rem 0.5rem 0rem;
}
#jobmember.detail #contents .main ._in .num span:nth-child(2) {
  font-size: 6rem;
  line-height: 1;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#jobmember.detail #contents .main ._in .num.view {
  transform: translateY(0);
  opacity: 1;
}
#jobmember.detail #contents .main ._in .tl-box {
  margin: -8rem 0rem 0rem 0rem;
  padding: 2.4rem 1.5rem 0rem 2.4rem;
  background-color: #FFF;
  display: inline-block;
  opacity: 0;
  transition: opacity 1000ms ease;
  position: relative;
  z-index: 4;
}
#jobmember.detail #contents .main ._in .tl-box .cate {
  margin: 0rem 0rem 0.7rem 0rem;
  display: flex;
  align-items: center;
  gap: 0rem 2.4rem;
}
#jobmember.detail #contents .main ._in .tl-box .cate span {
  color: #000;
  letter-spacing: 0.07em;
}
#jobmember.detail #contents .main ._in .tl-box .cate span:nth-child(1) {
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
  padding-bottom: 0.1rem;
}
#jobmember.detail #contents .main ._in .tl-box .cate span:nth-child(1):after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.2rem;
  height: 1.4rem;
  width: 1px;
  background-color: #000;
  transform: translateY(-50%);
}
#jobmember.detail #contents .main ._in .tl-box .cate span:nth-child(2) {
  font-size: 1rem;
  line-height: 1;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#jobmember.detail #contents .main ._in .tl-box h2 {
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.5833333333;
  color: #000;
  letter-spacing: 0.17em;
  text-align: left;
}
#jobmember.detail #contents .main ._in .tl-box .info {
  margin: 1.5rem 0rem 0rem 0rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0rem 0.8rem;
}
#jobmember.detail #contents .main ._in .tl-box .info p span {
  color: #000;
  letter-spacing: 0.07em;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
}
#jobmember.detail #contents .main ._in .tl-box .info p:nth-child(1) span {
  font-size: 1.2rem;
  line-height: 1;
}
#jobmember.detail #contents .main ._in .tl-box .info p:nth-child(2) span {
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #jobmember.detail #contents .main ._in .tl-box .info.line2 {
    display: block;
  }
  #jobmember.detail #contents .main ._in .tl-box .info.line2 p {
    margin-bottom: 0.5rem;
  }
  #jobmember.detail #contents .main ._in .tl-box .info.line2 p:last-child {
    margin-bottom: 0;
  }
}
#jobmember.detail #contents .main ._in .tl-box.view {
  opacity: 1;
}
#jobmember.detail #contents .box01 {
  padding: 6.5rem 0rem 0rem 0rem;
}
#jobmember.detail #contents .box01 ._in > div {
  margin: 0rem 0rem 6rem 0rem;
}
#jobmember.detail #contents .box01 ._in > div .ph-box {
  opacity: 1;
}
#jobmember.detail #contents .box01 ._in > div .ph {
  width: 35.1rem;
  margin: 0rem 0rem 4rem 0rem;
}
#jobmember.detail #contents .box01 ._in > div .tl-box .num {
  margin: 0rem 0rem 2rem 0rem;
  width: 4rem;
}
#jobmember.detail #contents .box01 ._in > div .tl-box .num span {
  color: #000;
  letter-spacing: 0.05em;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
}
#jobmember.detail #contents .box01 ._in > div .tl-box .num span:nth-child(1) {
  font-size: 2.4rem;
  line-height: 1;
  position: relative;
  color: #000;
  text-align: left;
}
#jobmember.detail #contents .box01 ._in > div .tl-box .num span:nth-child(1):after {
  content: "";
  position: absolute;
  top: 2rem;
  transform: rotate(-45deg);
  height: 0.1rem;
  width: 4.7rem;
  background-color: rgba(100, 100, 100, 0.35);
  right: 0;
  transform-origin: right top;
}
#jobmember.detail #contents .box01 ._in > div .tl-box .num span:nth-child(2) {
  font-size: 1.2rem;
  line-height: 1;
  text-align: right;
  color: rgba(100, 100, 100, 0.35);
  padding: 1.5rem 0rem 0rem 0rem;
}
#jobmember.detail #contents .box01 ._in > div .tl-box h3 {
  margin: 0rem 0rem 2rem 0rem;
  font-size: 2rem;
  line-height: 2;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  letter-spacing: 0.07em;
  text-align: left;
}
#jobmember.detail #contents .box01 ._in > div .text {
  font-size: 1.5rem;
  line-height: 2.6;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #787878;
  letter-spacing: 0.07em;
  text-align: justify;
}
#jobmember.detail #contents .box01 ._in > div .text-box {
  width: 32.7rem;
  margin: 0 auto;
}
#jobmember.detail #contents .box01 ._in > div:nth-child(1) .ph {
  height: 21.1rem;
}
#jobmember.detail #contents .box01 ._in > div:nth-child(2) .imgzoom {
  height: 37.5rem;
}
#jobmember.detail #contents .box01 ._in > div:nth-child(4) .ph {
  height: 21.1rem;
  margin-left: auto;
}
#jobmember.detail #contents .box01 ._in > div:nth-child(5) .imgzoom {
  height: 37.5rem;
}
#jobmember.detail #contents .box01 ._in > div:last-child {
  margin-bottom: 0;
}
#jobmember.detail #contents .other_interview {
  margin: 14rem 0rem 0rem 0rem;
  position: relative;
}
#jobmember.detail #contents .other_interview ._in {
  position: relative;
  z-index: 2;
}
#jobmember.detail #contents .other_interview ._in h4 {
  transform: translateY(-70%);
  position: absolute;
  left: 2.4rem;
  top: 0;
  z-index: 2;
}
#jobmember.detail #contents .other_interview ._in h4 span {
  color: #000;
  letter-spacing: 0.07em;
  font-size: 4rem;
  line-height: 1.2;
  display: block;
}
#jobmember.detail #contents .other_interview ._in h4 span:nth-child(1) {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#jobmember.detail #contents .other_interview ._in h4 span:nth-child(2) {
  font-family: "roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#jobmember.detail #contents .other_interview ._in .other_slide .swiper {
  padding: 10rem 1.2rem 6.4rem 1.2rem;
}
#jobmember.detail #contents .other_interview ._in .other_slide .swiper .swiper-wrapper {
  height: auto;
}
#jobmember.detail #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide {
  width: 16.4rem;
  padding: 0rem 1.2rem;
  position: relative;
  z-index: 2;
  transform: translateX(5rem);
  transition: opacity 1000ms, transform 1800ms ease;
}
#jobmember.detail #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  position: relative;
  text-align: left;
}
#jobmember.detail #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide a .num {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  transform: translateY(-55%);
}
#jobmember.detail #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide a .num span {
  color: #C30032;
  letter-spacing: 0.07em;
}
#jobmember.detail #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide a .num span:nth-child(1) {
  font-family: "roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
  margin: 0.6rem 0.4rem 0rem 0rem;
}
#jobmember.detail #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide a .num span:nth-child(2) {
  font-size: 4rem;
  line-height: 1;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#jobmember.detail #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide a .ph {
  position: relative;
  z-index: 1;
  height: 8.4rem;
}
#jobmember.detail #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide a .cate {
  background-color: #000;
  margin: -0.95rem 0rem 0.5rem 0rem;
  padding: 0rem 0.4rem;
  display: inline-flex;
  height: 1.9rem;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.07em;
  position: relative;
  z-index: 2;
}
#jobmember.detail #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide a .tl {
  text-align: left;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.07em;
  color: #000;
  margin-bottom: 1rem;
  white-space: nowrap;
}
#jobmember.detail #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide a .readmore-btn {
  position: relative;
  bottom: auto;
  right: auto;
  top: auto;
  left: auto;
}
#jobmember.detail #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide a .readmore-btn .hover_text01 {
  display: none;
}
#jobmember.detail #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide.view {
  transform: translateX(0);
}
#jobmember.detail #contents .other_interview ._in .readmore-btn {
  position: absolute;
  z-index: 3;
  right: 2.4rem;
  bottom: -2rem;
}
#jobmember.detail #contents .other_interview:after {
  content: "";
  position: absolute;
  top: 0rem;
  right: 0;
  background-color: #F5F5F5;
  width: 31.1rem;
  height: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #jobmember.index #contents {
    padding-bottom: 200px;
  }
  #jobmember.index #contents .main ._in {
    padding-bottom: 8em;
  }
  #jobmember.index #contents .main ._in .ph {
    width: 124.6rem;
    height: 41.5rem;
  }
  #jobmember.index #contents .main ._in .tl-box {
    margin: -6.7em 0em 0em 0em;
    padding: 0rem 0rem 0rem 6.4rem;
  }
  #jobmember.index #contents .main ._in .tl-box .en {
    font-size: 12em;
    line-height: 1;
  }
  #jobmember.index #contents .main ._in .tl-box h2 {
    margin: 3.2em 0em 0em 0em;
  }
  #jobmember.index #contents .main ._in .tl-box h2 span {
    font-size: 3.2em;
    line-height: 1;
  }
  #jobmember.index #contents .read ._in {
    padding: 12em 0em 11.5em 0em;
    width: 112.6rem;
  }
  #jobmember.index #contents .read ._in h3 {
    margin-bottom: 3.5em;
  }
  #jobmember.index #contents .read ._in h3 span {
    font-size: 3.2rem;
    line-height: 1;
    background: linear-gradient(transparent 70%, #F0FA50 70%);
  }
  #jobmember.index #contents .read ._in .text {
    text-align: center;
    font-size: 1.5em;
    line-height: 2.2;
  }
  #jobmember.index #contents .box01 ._in {
    padding: 0em 0em 12em 0em;
    width: 112.6rem;
  }
  #jobmember.index #contents .box01 ._in .box01-in {
    width: 96.6rem;
    margin: 0em auto 12em auto;
  }
  #jobmember.index #contents .box01 ._in .box01-in .tl-box {
    gap: 0rem 0.2rem;
    height: 8em;
  }
  #jobmember.index #contents .box01 ._in .box01-in .tl-box p {
    width: 16rem;
    height: 8em;
    gap: 0em 0.8em;
    flex-direction: row;
  }
  #jobmember.index #contents .box01 ._in .box01-in .tl-box p span:nth-child(1) {
    font-size: 1em;
    line-height: 1;
  }
  #jobmember.index #contents .box01 ._in .box01-in .tl-box p span:nth-child(2) {
    font-size: 2em;
    line-height: 1;
  }
  #jobmember.index #contents .box01 ._in .box01-in .tl-box h3 {
    padding: 0em 4em;
  }
  #jobmember.index #contents .box01 ._in .box01-in .tl-box h3 span {
    font-size: 3.2em;
    line-height: 1;
  }
  #jobmember.index #contents .box01 ._in .box01-in .tl-box h3:after {
    border-width: 0em 0em 2.8em 4em;
  }
  #jobmember.index #contents .box01 ._in .box01-in .co-box {
    position: relative;
    min-height: 50.4rem;
    margin: 6em 0em 0em 0em;
  }
  #jobmember.index #contents .box01 ._in .box01-in .co-box .text-box {
    width: 48rem;
  }
  #jobmember.index #contents .box01 ._in .box01-in .co-box .text-box h4 {
    margin-bottom: 2.5em;
  }
  #jobmember.index #contents .box01 ._in .box01-in .co-box .text-box h4 span {
    font-size: 2.4em;
    line-height: 2;
  }
  #jobmember.index #contents .box01 ._in .box01-in .co-box .text-box .text {
    font-size: 1.5em;
    line-height: 2.2;
  }
  #jobmember.index #contents .box01 ._in .box01-in .co-box .text-box .text.cap {
    margin-top: 1.4em;
  }
  #jobmember.index #contents .box01 ._in .box01-in .co-box .text-box .text.cap span {
    font-size: 1.2em;
    line-height: 2;
  }
  #jobmember.index #contents .box01 ._in .box01-in .co-box .ph-box {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0rem 0rem 0rem 0rem;
    width: 40.6rem;
  }
  #jobmember.index #contents .box01 ._in .box01-in .co-box .interview-box {
    width: 48rem;
    margin: 5.5em 0em 0em 0em;
    display: flex;
    gap: 0em 1.6em;
  }
  #jobmember.index #contents .box01 ._in .box01-in .co-box .interview-box .tl {
    margin: 4.4em 0em 0em 0em;
    width: 15.3rem;
  }
  #jobmember.index #contents .box01 ._in .box01-in .co-box .interview-box .tl p span {
    padding-right: 0.7em;
    font-size: 1.5em;
    line-height: 1;
  }
  #jobmember.index #contents .box01 ._in .box01-in .co-box .interview-box .interview-in > div {
    flex: 1;
    transition: opacity 200ms ease;
  }
  #jobmember.index #contents .box01 ._in .box01-in .co-box .interview-box .interview-in > div.on {
    opacity: 0.7;
  }
  #jobmember.index #contents .box01 ._in .box01-in .co-box .interview-box .interview-in > div a {
    width: auto;
    gap: 0em 1.6em;
  }
  #jobmember.index #contents .box01 ._in .box01-in .co-box .interview-box .interview-in > div .name p.cate {
    margin: 0em 0em 0.2em 0em;
  }
  #jobmember.index #contents .box01 ._in .box01-in .co-box .interview-box .interview-in > div .name p.cate span {
    font-size: 1.2em;
    line-height: 1.4166666667;
  }
  #jobmember.index #contents .box01 ._in .box01-in .co-box .interview-box .interview-in > div .name p.jp span {
    font-size: 1.5em;
    line-height: 1.4;
  }
  #jobmember.index #contents .box01 ._in .box01-in:nth-child(even) .co-box .ph-box {
    left: 0;
    right: auto;
  }
  #jobmember.index #contents .box01 ._in .box01-in:nth-child(even) .co-box .text-box {
    margin-left: auto;
  }
  #jobmember.index #contents .box01 ._in .box01-in:nth-child(even) .co-box .interview-box {
    margin-left: auto;
  }
  #jobmember.index #contents .box01 ._in .box01-in:last-child {
    margin-bottom: 0;
  }
  #jobmember.detail #contents {
    padding-bottom: 200px;
  }
  #jobmember.detail #contents .main ._in .ph {
    width: 124.6rem;
    height: 100%;
    margin-left: auto;
  }
  #jobmember.detail #contents .main ._in .num {
    left: auto;
    top: auto;
    bottom: 2rem;
    right: 6.4rem;
  }
  #jobmember.detail #contents .main ._in .num span {
    text-align: right;
  }
  #jobmember.detail #contents .main ._in .num span:nth-child(1) {
    font-size: 3em;
    line-height: 1;
    margin: 0rem 0rem 0.5rem 0rem;
  }
  #jobmember.detail #contents .main ._in .num span:nth-child(2) {
    font-size: 12em;
    line-height: 1;
    margin: 0rem -0.8rem 0rem 0rem;
  }
  #jobmember.detail #contents .main ._in .tl-box {
    margin: 0;
    padding: 4rem 6.4rem 0rem 6.4rem;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #jobmember.detail #contents .main ._in .tl-box .cate {
    margin: 0rem 0rem 1rem 0rem;
    gap: 0rem 3.2rem;
  }
  #jobmember.detail #contents .main ._in .tl-box .cate span:nth-child(1) {
    font-size: 2rem;
    line-height: 1;
  }
  #jobmember.detail #contents .main ._in .tl-box .cate span:nth-child(1):after {
    right: -1.6rem;
    height: 2rem;
  }
  #jobmember.detail #contents .main ._in .tl-box .cate span:nth-child(2) {
    font-size: 1.2rem;
    line-height: 1;
  }
  #jobmember.detail #contents .main ._in .tl-box h2 {
    font-size: 4rem;
    line-height: 1.6;
  }
  #jobmember.detail #contents .main ._in .tl-box .info {
    margin: 2.5em 0em 0em 0em;
    gap: 0em 0.8em;
  }
  #jobmember.detail #contents .main ._in .tl-box .info p:nth-child(1) span {
    font-size: 1.2em;
    line-height: 1;
  }
  #jobmember.detail #contents .main ._in .tl-box .info p:nth-child(2) span {
    font-size: 1.5em;
    line-height: 1;
  }
  #jobmember.detail #contents .box01 {
    padding: 120px 0 0 0;
  }
  #jobmember.detail #contents .box01 ._in > div {
    margin: 0 0 115px 0;
    display: flex;
    gap: 0rem 8rem;
  }
  #jobmember.detail #contents .box01 ._in > div .ph-box {
    width: 58.3rem;
  }
  #jobmember.detail #contents .box01 ._in > div .ph {
    width: 58.3rem;
    margin: 0rem 0rem 0rem 0rem;
  }
  #jobmember.detail #contents .box01 ._in > div .tl-box {
    display: flex;
    align-items: center;
    margin: 0rem 0rem 4.4rem 0rem;
    gap: 0rem 4rem;
  }
  #jobmember.detail #contents .box01 ._in > div .tl-box .num {
    margin: 0;
  }
  #jobmember.detail #contents .box01 ._in > div .tl-box h3 {
    margin: 0;
    font-size: 2.4em;
    line-height: 2;
  }
  #jobmember.detail #contents .box01 ._in > div .text {
    font-size: 1.5em;
    line-height: 2.6;
  }
  #jobmember.detail #contents .box01 ._in > div .text-box {
    width: 58.3rem;
    margin: 0;
  }
  #jobmember.detail #contents .box01 ._in > div:nth-child(1) .ph {
    height: 35rem;
  }
  #jobmember.detail #contents .box01 ._in > div:nth-child(2) .ph-box {
    width: 100%;
  }
  #jobmember.detail #contents .box01 ._in > div:nth-child(2) .imgzoom {
    width: 124.6rem;
    height: 49.8rem;
  }
  #jobmember.detail #contents .box01 ._in > div:nth-child(3) {
    gap: 0rem 0rem;
  }
  #jobmember.detail #contents .box01 ._in > div:nth-child(3) > div:nth-child(1) {
    width: 40.6rem;
    margin-left: 12rem;
  }
  #jobmember.detail #contents .box01 ._in > div:nth-child(3) > div:nth-child(1) .tl-box {
    display: block;
    margin: 0;
  }
  #jobmember.detail #contents .box01 ._in > div:nth-child(3) > div:nth-child(1) .tl-box .num {
    margin-bottom: 3rem;
  }
  #jobmember.detail #contents .box01 ._in > div:nth-child(3) > div:nth-child(2) {
    width: 72rem;
  }
  #jobmember.detail #contents .box01 ._in > div:nth-child(4) .ph {
    height: 35rem;
    margin-left: 0;
    order: 2;
  }
  #jobmember.detail #contents .box01 ._in > div:nth-child(4) .text-box {
    order: 1;
    margin-left: 12rem;
  }
  #jobmember.detail #contents .box01 ._in > div:nth-child(5) .ph-box {
    width: 100%;
  }
  #jobmember.detail #contents .box01 ._in > div:nth-child(5) .imgzoom {
    margin: 0 auto;
    width: 112.6rem;
    height: 67.6rem;
  }
  #jobmember.detail #contents .box01 ._in > div:last-child {
    margin-bottom: 0;
  }
  #jobmember.detail #contents .other_interview {
    margin: 140px 0 0 0;
  }
  #jobmember.detail #contents .other_interview ._in h4 {
    transform: translateY(-40%);
    left: 12rem;
    display: flex;
  }
  #jobmember.detail #contents .other_interview ._in h4 span {
    font-size: 6em;
    line-height: 1;
  }
  #jobmember.detail #contents .other_interview ._in .other_slide .swiper {
    padding: 200px 0 160px 0;
    padding-left: 10rem;
    padding-right: 10rem;
  }
  #jobmember.detail #contents .other_interview ._in .other_slide .swiper .swiper-wrapper {
    height: auto;
  }
  #jobmember.detail #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide {
    width: 28.2rem;
    padding: 0rem 2rem;
  }
  #jobmember.detail #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide a .num {
    transform: translateY(-55%);
  }
  #jobmember.detail #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide a .num span:nth-child(1) {
    font-size: 1.2em;
    line-height: 1;
    margin: 0.8em 0.4923076923em 0em 0em;
  }
  #jobmember.detail #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide a .num span:nth-child(2) {
    font-size: 6em;
    line-height: 1;
  }
  #jobmember.detail #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide a .cate {
    font-size: 1.2em;
    line-height: 1;
    height: 2.3rem;
    padding: 0rem 0.8rem;
    margin: -1.2rem 0rem 0.8rem 0rem;
  }
  #jobmember.detail #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide a .ph {
    height: 14.5rem;
  }
  #jobmember.detail #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide a .tl {
    font-size: 1.5em;
    line-height: 1.8;
    margin-bottom: 1.2rem;
  }
  #jobmember.detail #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide a .readmore-btn .hover_text01 {
    display: block;
  }
  #jobmember.detail #contents .other_interview ._in .readmore-btn {
    right: 13.6rem;
    top: -0.5rem;
    bottom: auto;
  }
  #jobmember.detail #contents .other_interview:after {
    width: 116.6rem;
  }
}

#environment #contents {
  padding: 0rem 0rem 12rem 0rem;
}
#environment #contents .main {
  margin-bottom: 9rem;
}
#environment #contents .main ._in {
  position: relative;
}
#environment #contents .main ._in .ph {
  width: 33.9rem;
  margin-left: auto;
  height: 18.9rem;
}
#environment #contents .main ._in .tl-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0rem;
  width: 13rem;
  height: 13rem;
  background-color: #C30032;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#environment #contents .main ._in .tl-box .en, #environment #contents .main ._in .tl-box h2 span {
  color: #FFF;
  letter-spacing: 0.07em;
}
#environment #contents .main ._in .tl-box .en {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
}
#environment #contents .main ._in .tl-box h2 {
  margin-top: 0.7rem;
  text-align: center;
}
#environment #contents .main ._in .tl-box h2 span {
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.6;
}
#environment #contents .read ._in {
  padding: 3.5rem 3.6rem 7.5rem 3.6rem;
}
#environment #contents .read ._in h3 {
  text-align: center;
  margin-bottom: 1rem;
}
#environment #contents .read ._in h3 span {
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.07em;
  color: #000;
}
#environment #contents .read ._in .text {
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: 0.07em;
  color: #787878;
  text-align: justify;
}
#environment #contents .box01 ._in .navi-box {
  display: none;
}
#environment #contents .box01 ._in .co-box > div {
  width: 35.1rem;
  margin: 0 auto;
  background-color: #FFF;
  position: relative;
  padding: 3.5rem 0rem 0rem 0rem;
}
#environment #contents .box01 ._in .co-box > div .num {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  transform: translateY(-50%);
  text-align: center;
}
#environment #contents .box01 ._in .co-box > div .num span {
  color: #C30032;
  letter-spacing: 0.07em;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  line-height: 1;
}
#environment #contents .box01 ._in .co-box > div h4 {
  text-align: center;
  margin-bottom: 6rem;
}
#environment #contents .box01 ._in .co-box > div h4 span {
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.5833333333;
  letter-spacing: 0.07em;
  color: #000;
  background: linear-gradient(transparent 78%, #F0FA50 78%);
}
#environment #contents .box01 ._in .co-box > div .text,
#environment #contents .box01 ._in .co-box > div .text span {
  font-size: 1.5rem;
  line-height: 2.2;
  text-align: justify;
  color: #787878;
  letter-spacing: 0.07em;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#environment.career #contents .tl-box {
  padding: 0rem 0rem 0rem 1.6rem;
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
#environment.career #contents .tl-box p {
  text-align: left;
  position: relative;
}
#environment.career #contents .tl-box p span {
  letter-spacing: 0.07em;
  color: #000;
}
#environment.career #contents .tl-box p:nth-child(1) {
  padding: 0rem 1.2rem 0rem 0rem;
}
#environment.career #contents .tl-box p:nth-child(1) span {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
}
#environment.career #contents .tl-box p:nth-child(2) {
  padding: 0rem 0rem 0rem 1.2rem;
}
#environment.career #contents .tl-box p:nth-child(2) span {
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.3888888889;
}
#environment.career #contents .tl-box p:nth-child(2):after {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  width: 1px;
  height: 85%;
  background-color: #A0A0A0;
}
#environment.career #contents .box01 ._in .co-box > div {
  margin-bottom: 8rem;
}
#environment.career #contents .box01 ._in .co-box > div .flow .flow-in {
  padding: 0rem 0rem 8rem 2.4rem;
  position: relative;
}
#environment.career #contents .box01 ._in .co-box > div .flow .flow-in .year {
  width: 8rem;
  background-color: #000;
  display: flex;
  align-items: center;
  height: 3.2rem;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-bottom: 1.5rem;
}
#environment.career #contents .box01 ._in .co-box > div .flow .flow-in .year span {
  color: #FFF;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.07em;
}
#environment.career #contents .box01 ._in .co-box > div .flow .flow-in .flow-box {
  width: 27.1rem;
  margin-left: 3.2rem;
}
#environment.career #contents .box01 ._in .co-box > div .flow .flow-in .flow-box h5 {
  margin-bottom: 1rem;
  text-align: left;
}
#environment.career #contents .box01 ._in .co-box > div .flow .flow-in .flow-box h5 span {
  color: #000;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.07em;
  font-size: 2rem;
  line-height: 2;
}
#environment.career #contents .box01 ._in .co-box > div .flow .flow-in .flow-box .list-box {
  margin-top: 3.5rem;
}
#environment.career #contents .box01 ._in .co-box > div .flow .flow-in .flow-box .list-box > div {
  background-color: #F5F5F5;
  border-left: 0.4rem solid #C30032;
  padding: 2.4rem 0.8rem 0.8rem 0.8rem;
  margin-bottom: 1.6rem;
}
#environment.career #contents .box01 ._in .co-box > div .flow .flow-in .flow-box .list-box > div .text-box .text {
  font-size: 100%;
  width: 21.9rem;
  margin: 0 auto;
}
#environment.career #contents .box01 ._in .co-box > div .flow .flow-in .flow-box .list-box > div .text-box .text span {
  font-size: 1.2rem;
  line-height: 2;
}
#environment.career #contents .box01 ._in .co-box > div .flow .flow-in .flow-box .list-box > div .ph {
  margin-top: 2rem;
}
#environment.career #contents .box01 ._in .co-box > div .flow .flow-in .flow-box .list-box > div:last-child {
  margin-bottom: 0;
}
#environment.career #contents .box01 ._in .co-box > div .flow .flow-in:after {
  content: "";
  height: 100%;
  position: absolute;
  left: 3.1rem;
  width: 0.3rem;
  top: 0;
  background: url(../images/environment/dot01_sp.png) repeat-y left top;
  background-size: 100% auto;
  z-index: 1;
}
#environment.career #contents .box01 ._in .co-box > div .list-box02 {
  width: 30.3rem;
  margin: 6rem auto 0rem auto;
}
#environment.career #contents .box01 ._in .co-box > div .list-box02 > div {
  margin-bottom: 6rem;
}
#environment.career #contents .box01 ._in .co-box > div .list-box02 > div .ph {
  margin-bottom: 2.4rem;
}
#environment.career #contents .box01 ._in .co-box > div .list-box02 > div .text-box .tl-box {
  padding: 0;
}
#environment.career #contents .box01 ._in .co-box > div .list-box02 > div:last-child {
  margin-bottom: 0;
}
#environment.career #contents .box01 ._in .co-box > div .example {
  width: 30.3rem;
  margin: 7.5rem auto 0rem auto;
  background-color: #F5F5F5;
  padding: 4.8rem 2.4rem 0rem 2.4rem;
  position: relative;
}
#environment.career #contents .box01 ._in .co-box > div .example h5 {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
#environment.career #contents .box01 ._in .co-box > div .example h5 span {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.07em;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  color: #C30032;
}
#environment.career #contents .box01 ._in .co-box > div .example .example-in {
  position: relative;
  margin: 6rem 0rem;
}
#environment.career #contents .box01 ._in .co-box > div .example .example-in > div {
  position: relative;
  margin-bottom: 6rem;
}
#environment.career #contents .box01 ._in .co-box > div .example .example-in > div .cate {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.2rem;
  width: 8rem;
  margin-bottom: 2.4rem;
  background-color: #C30032;
  position: relative;
  z-index: 2;
}
#environment.career #contents .box01 ._in .co-box > div .example .example-in > div .cate span {
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.07em;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
}
#environment.career #contents .box01 ._in .co-box > div .example .example-in > div .cate.cate02 {
  background-color: #FFF;
  margin-bottom: 0;
  position: relative;
}
#environment.career #contents .box01 ._in .co-box > div .example .example-in > div .cate.cate02 span {
  color: #000;
}
#environment.career #contents .box01 ._in .co-box > div .example .example-in > div .cate.cate02:before {
  content: "";
  background: url(../images/environment/dot02.png) repeat-x right top;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, 0);
  height: 50%;
  width: 2.4rem;
  height: 0.2rem;
  z-index: 3;
}
#environment.career #contents .box01 ._in .co-box > div .example .example-in > div .example-box {
  padding-left: 0.8rem;
}
#environment.career #contents .box01 ._in .co-box > div .example .example-in > div .example-box > div {
  margin-bottom: 2rem;
  padding-left: 2.4rem;
}
#environment.career #contents .box01 ._in .co-box > div .example .example-in > div .example-box > div .text {
  padding-top: 0.3rem;
}
#environment.career #contents .box01 ._in .co-box > div .example .example-in > div .example-box > div .text span {
  font-size: 1.2rem;
  line-height: 2;
}
#environment.career #contents .box01 ._in .co-box > div .example .example-in > div .example-box > div:last-child {
  margin-bottom: 0;
}
#environment.career #contents .box01 ._in .co-box > div .example .example-in > div .example-box > div:last-child .cate02:after {
  content: "";
  background-color: #F5F5F5;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  height: 50%;
  width: 5.6rem;
  z-index: 2;
}
#environment.career #contents .box01 ._in .co-box > div .example .example-in > div .example-box > div:last-child .text {
  position: relative;
}
#environment.career #contents .box01 ._in .co-box > div .example .example-in > div .example-box > div:last-child .text:after {
  content: "";
  background-color: #F5F5F5;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  height: 100%;
  width: 5.6rem;
  z-index: 2;
}
#environment.career #contents .box01 ._in .co-box > div .example .example-in > div:last-child {
  margin-bottom: 0;
}
#environment.career #contents .box01 ._in .co-box > div .example .example-in > div:after {
  content: "";
  height: 100%;
  position: absolute;
  left: 0.8rem;
  width: 0.2rem;
  top: 0;
  background: url(../images/environment/dot03.png) repeat-y left top;
  background-size: 100% auto;
  z-index: 1;
}
#environment.career #contents .box01 ._in .co-box > div:nth-child(1) .flow .flow-in .object {
  width: 27.1rem;
  margin: 6.4rem 0rem 0rem 3.2rem;
}
#environment.career #contents .box01 ._in .co-box > div:nth-child(1) .flow .flow-in:nth-child(1) {
  padding-bottom: 4rem;
}
#environment.career #contents .box01 ._in .co-box > div:nth-child(2) {
  padding-bottom: 8rem;
}
#environment.career #contents .box01 ._in .co-box > div:nth-child(2) h4 {
  margin-bottom: 2.5rem;
}
#environment.career #contents .box01 ._in .co-box > div:nth-child(2) > .text {
  width: 30.3rem;
  margin: 0 auto;
}
#environment.career #contents .box01 ._in .co-box > div:nth-child(2) .example .object {
  width: 25.5rem;
  margin: 0 auto;
}
#environment.career #contents .box01 ._in .co-box > div:last-child {
  margin-bottom: 0;
}
#environment.envi #contents .box01 ._in .co-box > div {
  margin-bottom: 8rem;
  padding-bottom: 6.4rem;
}
#environment.envi #contents .box01 ._in .co-box > div > .text {
  width: 30.3rem;
  margin: 0 auto;
}
#environment.envi #contents .box01 ._in .co-box > div h4 {
  margin-bottom: 3rem;
}
#environment.envi #contents .box01 ._in .co-box > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#environment.envi #contents .box01 ._in .co-box .slide {
  position: relative;
  width: 30.3rem;
  margin: 6.2rem auto 0rem auto;
}
#environment.envi #contents .box01 ._in .co-box .slide .swiper .swiper-wrapper {
  height: auto;
}
#environment.envi #contents .box01 ._in .co-box .slide .swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 0rem 0.8rem;
  bottom: 0.8rem;
}
#environment.envi #contents .box01 ._in .co-box .slide .swiper .swiper-pagination span {
  background-color: #FFF;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 1;
  margin: 0;
  position: relative;
  border: 1px solid #646464;
}
#environment.envi #contents .box01 ._in .co-box .slide .swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #C30032;
  border: 1px solid #FFF;
}
#environment.envi #contents .box01 ._in .co-box .slide .slide-btn {
  border: none;
  width: 2.4rem;
  height: 2.4rem;
  margin-top: 0;
  display: block;
  top: 50%;
  transform: translate(-50%, -50%);
}
#environment.envi #contents .box01 ._in .co-box .slide .slide-btn.swiper-button-prev {
  left: 0;
}
#environment.envi #contents .box01 ._in .co-box .slide .slide-btn.swiper-button-next {
  right: 0;
  transform: translate(50%, -50%);
}
#environment.envi #contents .box01 ._in .co-box .slide .slide-btn:after {
  display: none;
}
#environment.envi #contents .box01 ._in .co-box .list-box {
  margin-top: 6rem;
}
#environment.envi #contents .box01 ._in .co-box .list-box > div {
  width: 30.3rem;
  margin: 0rem auto 6rem auto;
}
#environment.envi #contents .box01 ._in .co-box .list-box > div .icon-box {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0rem 1.6rem;
}
#environment.envi #contents .box01 ._in .co-box .list-box > div .icon-box > div {
  width: 8rem;
}
#environment.envi #contents .box01 ._in .co-box .list-box > div .icon-box h5 {
  flex: 1;
  text-align: left;
}
#environment.envi #contents .box01 ._in .co-box .list-box > div .icon-box h5 span {
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
  color: #000;
}
#environment.envi #contents .box01 ._in .co-box .list-box > div:last-child {
  margin-bottom: 0;
}
#environment.envi #contents .box01 ._in .co-box .list-box.list02 > div {
  margin-bottom: 3.5rem;
}
#environment.envi #contents .box01 ._in .co-box .list-box.list02 > div:last-child {
  margin-bottom: 0;
}
#environment.envi #contents .box01 ._in .co-box .list-box02 {
  margin-top: 6rem;
}
#environment.envi #contents .box01 ._in .co-box .list-box02 > div {
  width: 30.3rem;
  margin: 0rem auto 6rem auto;
}
#environment.envi #contents .box01 ._in .co-box .list-box02 > div .ph {
  margin: 0rem 0rem 1.6rem 0rem;
}
#environment.envi #contents .box01 ._in .co-box .list-box02 > div h5 {
  text-align: center;
  margin: 0rem 0rem 1.5rem 0rem;
}
#environment.envi #contents .box01 ._in .co-box .list-box02 > div h5 span {
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #000;
}
#environment.envi #contents .box01 ._in .co-box .list-box02 > div .text {
  font-size: 1.2rem;
  line-height: 2;
}
#environment.envi #contents .box01 ._in .co-box .list-box02 > div:last-child {
  margin-bottom: 0;
}
#environment.envi #contents .box01 ._in .co-box #envi01 h4 {
  margin-bottom: 6rem;
}
#environment.envi #contents .box01 ._in .co-box #envi01 .ph-box {
  width: 30.3rem;
  margin: 0rem auto 6rem auto;
}
#environment.envi #contents .box01 ._in .co-box #envi01 .ph-box .ph {
  margin: 0rem 0rem 2rem 0rem;
}
#environment.envi #contents .box01 ._in .co-box #envi01 .ph-box .text-box h5 {
  text-align: left;
  margin-bottom: 1rem;
}
#environment.envi #contents .box01 ._in .co-box #envi01 .ph-box .text-box h5 span {
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.07em;
  color: #000;
}
#environment.envi #contents .box01 ._in .co-box #envi01 .box02 {
  width: 30.3rem;
  margin: 0 auto;
  background-color: #F5F5F5;
  padding: 3.8rem 2.4rem 0rem 2.4rem;
  text-align: center;
}
#environment.envi #contents .box01 ._in .co-box #envi01 .box02 h5 {
  text-align: center;
  margin-bottom: 3.8rem;
  display: inline-flex;
  flex-direction: column;
  gap: 1.5rem 0rem;
  align-items: center;
}
#environment.envi #contents .box01 ._in .co-box #envi01 .box02 h5 span {
  width: 100%;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #000;
  text-align: center;
  background-color: #FFF;
  padding: 0rem 0rem 0.2rem 0rem;
  font-feature-settings: "palt";
}
#environment.envi #contents .box01 ._in .co-box #envi01 .box02 .scroll-box {
  width: 27.9rem;
  margin-bottom: 4rem;
  overflow: scroll;
}
#environment.envi #contents .box01 ._in .co-box #envi01 .box02 .scroll-box > div {
  width: 73.5rem;
}
#environment.envi #contents .box01 ._in .co-box #envi01 .box02 .tl01 {
  background-color: #FFF;
  display: flex;
  align-items: center;
  height: 4.1rem;
  justify-content: center;
  margin-bottom: 1rem;
}
#environment.envi #contents .box01 ._in .co-box #envi01 .box02 .tl01 span {
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #000;
}
#environment.envi #contents .box01 ._in .co-box #envi01 .box02 .tl01 span.small {
  font-size: 1.2rem;
  line-height: 1;
}
#environment.envi #contents .box01 ._in .co-box #envi01 .box02 .tl01.red {
  background-color: #C30032;
}
#environment.envi #contents .box01 ._in .co-box #envi01 .box02 .tl01.red span {
  color: #FFF;
}
#environment.envi #contents .box01 ._in .co-box #envi01 .box02 .text {
  font-size: 1.2rem;
  line-height: 2;
}
#environment.envi #contents .box01 ._in .co-box #envi01 .box02 .text-box {
  width: 25.5rem;
  margin-bottom: 6.4rem;
  padding-bottom: 6rem;
  border-bottom: 1px solid #DCDCDC;
}
#environment.envi #contents .box01 ._in .co-box #envi01 .box02 .text-box02 .subti01 {
  margin-bottom: 1.3rem;
  padding-top: 0.8rem;
  text-align: center;
}
#environment.envi #contents .box01 ._in .co-box #envi01 .box02 .text-box02 .subti01 span {
  color: #000;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.07em;
}
#environment.envi #contents .box01 ._in .co-box #envi01 .box02 .text-box02 > div {
  margin-bottom: 3.5rem;
}
#environment.envi #contents .box01 ._in .co-box #envi01 .box02 .text-box02 > div:last-child {
  margin-bottom: 0;
}
#environment.envi #contents .box01 ._in .co-box #envi01 .box02 .text-box03 {
  margin-top: 6rem;
}
#environment.envi #contents .box01 ._in .co-box #envi01 .box02 .text-box03 > div {
  margin-bottom: 3rem;
  display: flex;
  gap: 0rem 1.6rem;
  align-items: center;
}
#environment.envi #contents .box01 ._in .co-box #envi01 .box02 .text-box03 > div .tl02 {
  border-radius: 50%;
  width: 12rem;
  height: 12rem;
  background-color: #FFF;
  align-items: center;
  display: flex;
  justify-content: center;
}
#environment.envi #contents .box01 ._in .co-box #envi01 .box02 .text-box03 > div .tl02 span {
  text-align: center;
  color: #000;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
}
#environment.envi #contents .box01 ._in .co-box #envi01 .box02 .text-box03 > div .text {
  flex: 1;
}
#environment.envi #contents .box01 ._in .co-box #envi01 .box02 .text-box03 > div:last-child {
  margin-bottom: 0;
}
#environment.envi #contents .box01 ._in .co-box #envi01 .box02 .object {
  margin: 6rem auto 0rem auto;
  width: 25.5rem;
}
#environment.envi #contents .box01 ._in .co-box #envi04 .object {
  width: 25.5rem;
  margin: 6rem auto 0rem auto;
}
@media screen and (min-width: 768px) {
  #environment #wrapper {
    overflow: visible;
  }
  #environment #contents {
    padding-bottom: 200px;
  }
  #environment #contents .main {
    padding-top: 12em;
    margin-bottom: 7.5em;
  }
  #environment #contents .main ._in {
    width: 112.6rem;
    height: 45rem;
    margin: 0 auto;
  }
  #environment #contents .main ._in .ph {
    width: 112.6rem;
    height: 45rem;
  }
  #environment #contents .main ._in .tl-box {
    left: -5.6rem;
    transform: translate(0, -50%);
    top: 50%;
    bottom: auto;
    width: 22em;
    height: 22em;
  }
  #environment #contents .main ._in .tl-box .en {
    font-size: 1.2em;
    line-height: 1;
  }
  #environment #contents .main ._in .tl-box h2 {
    margin-top: 1.5em;
  }
  #environment #contents .main ._in .tl-box h2 span {
    font-size: 2.4em;
    line-height: 1.5833333333;
  }
  #environment #contents .read ._in {
    padding: 0em 0em 11.5em 0em;
  }
  #environment #contents .read ._in h3 {
    margin-bottom: 2.5rem;
  }
  #environment #contents .read ._in h3 span {
    font-size: 3.2em;
    line-height: 2;
  }
  #environment #contents .read ._in .text {
    font-size: 1.5em;
    line-height: 2.2;
    text-align: center;
  }
  #environment #contents .box01 ._in {
    display: flex;
    width: 118.2rem;
    margin: 0 auto;
    position: relative;
  }
  #environment #contents .box01 ._in .navi-box {
    margin: -17.6rem 0rem 0rem 0rem;
    display: block;
    width: 17.6rem;
  }
  #environment #contents .box01 ._in .navi-box .navi-box-in {
    position: sticky;
    top: 0;
    left: 0;
    padding: 17.6rem 0rem 0rem 0rem;
  }
  #environment #contents .box01 ._in .navi-box .navi-box-in div {
    margin: 0em 0em 1.5em 0em;
  }
  #environment #contents .box01 ._in .navi-box .navi-box-in div a {
    display: block;
    transition: padding 400ms ease;
    display: flex;
    gap: 0em 0.8em;
  }
  #environment #contents .box01 ._in .navi-box .navi-box-in div a p {
    color: #000000;
    letter-spacing: 0.07em;
    text-align: left;
    transition: color 400ms ease;
  }
  #environment #contents .box01 ._in .navi-box .navi-box-in div a p.num {
    font-family: "roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5em;
    line-height: 1.6;
  }
  #environment #contents .box01 ._in .navi-box .navi-box-in div a p:nth-child(2) {
    font-family: YakuHanMP, source-han-serif-japanese, serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.5em;
    line-height: 1.6;
  }
  #environment #contents .box01 ._in .navi-box .navi-box-in div.on a p {
    color: #C30032;
  }
  #environment #contents .box01 ._in .navi-box .navi-box-in div.active a p {
    color: #C30032;
  }
  #environment #contents .box01 ._in .navi-box .navi-box-in div:last-child {
    margin-bottom: 0;
  }
  #environment #contents .box01 ._in .co-box {
    flex: 1;
  }
  #environment #contents .box01 ._in .co-box > div {
    width: 100.6rem;
    margin: 0;
    padding: 6em 0em 0em 0em;
  }
  #environment #contents .box01 ._in .co-box > div .num span {
    font-size: 8em;
    line-height: 1;
  }
  #environment #contents .box01 ._in .co-box > div h4 {
    margin-bottom: 8em;
  }
  #environment #contents .box01 ._in .co-box > div h4 span {
    font-size: 3.2em;
    line-height: 2;
    background: linear-gradient(transparent 75%, #F0FA50 75%);
  }
  #environment #contents .box01 ._in .co-box > div .text,
  #environment #contents .box01 ._in .co-box > div .text span {
    font-size: 1.5em;
    line-height: 2.2;
  }
  #environment.career #contents .tl-box {
    padding: 0em 0em 0em 0em;
    margin-bottom: 2em;
  }
  #environment.career #contents .tl-box p:nth-child(1) {
    padding: 0em 1.6em 0em 0em;
  }
  #environment.career #contents .tl-box p:nth-child(1) span {
    font-size: 2em;
    line-height: 1;
  }
  #environment.career #contents .tl-box p:nth-child(2) {
    padding: 0em 0em 0em 1.6em;
  }
  #environment.career #contents .tl-box p:nth-child(2) span {
    font-size: 2em;
    line-height: 1;
  }
  #environment.career #contents .tl-box p:nth-child(2):after {
    top: 50%;
    height: 100%;
  }
  #environment.career #contents .box01 ._in .co-box > div {
    margin-bottom: 12em;
  }
  #environment.career #contents .box01 ._in .co-box > div .flow {
    width: 84.6rem;
    margin: 0 auto;
  }
  #environment.career #contents .box01 ._in .co-box > div .flow .flow-in {
    padding: 0em 0em 8em 0em;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 0rem 4rem;
  }
  #environment.career #contents .box01 ._in .co-box > div .flow .flow-in .year {
    width: 10rem;
    height: 4em;
    margin: 0;
  }
  #environment.career #contents .box01 ._in .co-box > div .flow .flow-in .year span {
    font-size: 1.8em;
    line-height: 1;
  }
  #environment.career #contents .box01 ._in .co-box > div .flow .flow-in .flow-box {
    width: 70.6rem;
    margin: -0.5em 0em 0em 0em;
  }
  #environment.career #contents .box01 ._in .co-box > div .flow .flow-in .flow-box h5 {
    margin-bottom: 1em;
  }
  #environment.career #contents .box01 ._in .co-box > div .flow .flow-in .flow-box h5 span {
    font-size: 2.4rem;
    line-height: 2;
  }
  #environment.career #contents .box01 ._in .co-box > div .flow .flow-in .flow-box .list-box {
    margin-top: 6em;
  }
  #environment.career #contents .box01 ._in .co-box > div .flow .flow-in .flow-box .list-box > div {
    border-left: 0.8rem solid #C30032;
    padding: 0.8em 0.8em 0.8em 4em;
    margin-bottom: 1.6em;
    display: flex;
    gap: 0rem 4rem;
    align-items: center;
  }
  #environment.career #contents .box01 ._in .co-box > div .flow .flow-in .flow-box .list-box > div .text-box {
    padding: 3.2em 0em 3.2em 0em;
    width: 43.9rem;
  }
  #environment.career #contents .box01 ._in .co-box > div .flow .flow-in .flow-box .list-box > div .text-box .text {
    width: 100%;
    margin: 0;
  }
  #environment.career #contents .box01 ._in .co-box > div .flow .flow-in .flow-box .list-box > div .text-box .text span {
    font-size: 1.5em;
    line-height: 2.2;
  }
  #environment.career #contents .box01 ._in .co-box > div .flow .flow-in .flow-box .list-box > div .ph {
    width: 17.1rem;
    margin: 0;
  }
  #environment.career #contents .box01 ._in .co-box > div .flow .flow-in:after {
    left: 5rem;
    width: 0.4rem;
    background: url(../images/environment/dot01.png) repeat-y left top;
    background-size: 100% auto;
  }
  #environment.career #contents .box01 ._in .co-box > div .list-box02 {
    width: 84.6rem;
    margin-top: 7.5em;
  }
  #environment.career #contents .box01 ._in .co-box > div .list-box02 > div {
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 4em;
    padding-bottom: 4em;
    display: flex;
    align-items: center;
    gap: 0rem 4rem;
  }
  #environment.career #contents .box01 ._in .co-box > div .list-box02 > div .ph {
    width: 32rem;
    margin-bottom: 0rem;
  }
  #environment.career #contents .box01 ._in .co-box > div .list-box02 > div .text-box {
    flex: 1;
  }
  #environment.career #contents .box01 ._in .co-box > div .list-box02 > div .text-box .tl-box {
    padding: 0;
  }
  #environment.career #contents .box01 ._in .co-box > div .list-box02 > div:nth-child(even) .ph {
    order: 2;
  }
  #environment.career #contents .box01 ._in .co-box > div .list-box02 > div:nth-child(even) .text-box {
    order: 1;
  }
  #environment.career #contents .box01 ._in .co-box > div .list-box02 > div:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  #environment.career #contents .box01 ._in .co-box > div .example {
    width: 84.6rem;
    margin: 12em auto 0em auto;
    padding: 6em 0em 0em 0em;
  }
  #environment.career #contents .box01 ._in .co-box > div .example h5 {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
  }
  #environment.career #contents .box01 ._in .co-box > div .example h5 span {
    font-size: 2.4em;
    line-height: 1;
  }
  #environment.career #contents .box01 ._in .co-box > div .example > .text {
    text-align: center;
  }
  #environment.career #contents .box01 ._in .co-box > div .example .example-in {
    width: 68.6rem;
    margin: 7.5em auto 6em auto;
  }
  #environment.career #contents .box01 ._in .co-box > div .example .example-in > div {
    margin-bottom: 8em;
    display: flex;
    gap: 0rem 6.4rem;
  }
  #environment.career #contents .box01 ._in .co-box > div .example .example-in > div .cate {
    height: 4.1em;
    width: 10rem;
    margin-bottom: 0rem;
    z-index: 3;
  }
  #environment.career #contents .box01 ._in .co-box > div .example .example-in > div .cate span {
    font-size: 1.8em;
    line-height: 1;
  }
  #environment.career #contents .box01 ._in .co-box > div .example .example-in > div .cate.cate02 {
    width: 12rem;
    z-index: 3;
  }
  #environment.career #contents .box01 ._in .co-box > div .example .example-in > div .cate.cate02:before {
    width: 3.2rem;
    height: 0.2rem;
  }
  #environment.career #contents .box01 ._in .co-box > div .example .example-in > div .example-box {
    flex: 1;
    padding-left: 0rem;
  }
  #environment.career #contents .box01 ._in .co-box > div .example .example-in > div .example-box > div {
    margin-bottom: 4em;
    padding-left: 0rem;
    display: flex;
    gap: 0rem 2.4rem;
  }
  #environment.career #contents .box01 ._in .co-box > div .example .example-in > div .example-box > div .text {
    flex: 1;
    font-size: 100%;
    padding-top: 0rem;
  }
  #environment.career #contents .box01 ._in .co-box > div .example .example-in > div .example-box > div .text span {
    font-size: 1.2em;
    line-height: 2;
  }
  #environment.career #contents .box01 ._in .co-box > div .example .example-in > div .example-box > div:first-child .cate02:before {
    width: 6.4rem;
  }
  #environment.career #contents .box01 ._in .co-box > div .example .example-in > div .example-box > div:first-child .cate02:after {
    width: 3.2rem;
    content: "";
    position: absolute;
    top: 0;
    height: 50%;
    left: 0;
    transform: translateX(-100%);
    background-color: #F5F5F5;
  }
  #environment.career #contents .box01 ._in .co-box > div .example .example-in > div .example-box > div:last-child .cate02:after {
    width: 3.2rem;
  }
  #environment.career #contents .box01 ._in .co-box > div .example .example-in > div .example-box > div:last-child .text:after {
    width: 20.8rem;
    height: calc(100% - 2.05em);
    top: auto;
    bottom: 0;
  }
  #environment.career #contents .box01 ._in .co-box > div .example .example-in > div:after {
    left: 13.2rem;
  }
  #environment.career #contents .box01 ._in .co-box > div:nth-child(1) .flow .flow-in .object {
    width: 78rem;
    margin: -1.6rem 0rem 0rem 6.6rem;
  }
  #environment.career #contents .box01 ._in .co-box > div:nth-child(1) .flow .flow-in:nth-child(1) {
    padding-bottom: 3.7em;
  }
  #environment.career #contents .box01 ._in .co-box > div:nth-child(2) {
    padding-bottom: 12em;
  }
  #environment.career #contents .box01 ._in .co-box > div:nth-child(2) h4 {
    margin-bottom: 2.5em;
  }
  #environment.career #contents .box01 ._in .co-box > div:nth-child(2) > .text {
    font-size: 100%;
    text-align: center;
    width: 100%;
  }
  #environment.career #contents .box01 ._in .co-box > div:nth-child(2) .example .object {
    width: 76.6rem;
    margin-right: 0;
  }
  #environment.envi #contents .box01 ._in .co-box > div {
    margin-bottom: 12em;
    padding-bottom: 8em;
  }
  #environment.envi #contents .box01 ._in .co-box > div > .text {
    width: 100%;
    text-align: center;
    font-size: 100%;
  }
  #environment.envi #contents .box01 ._in .co-box > div h4 {
    margin-bottom: 3em;
  }
  #environment.envi #contents .box01 ._in .co-box .slide {
    width: 84.6rem;
    margin: 7.5em auto 0em auto;
  }
  #environment.envi #contents .box01 ._in .co-box .slide .swiper .swiper-pagination {
    gap: 0rem 1.2rem;
    bottom: 1.6rem;
  }
  #environment.envi #contents .box01 ._in .co-box .slide .swiper .swiper-pagination span {
    width: 0.8rem;
    height: 0.8rem;
  }
  #environment.envi #contents .box01 ._in .co-box .slide .slide-btn {
    width: 4rem;
    height: 4rem;
  }
  #environment.envi #contents .box01 ._in .co-box .list-box {
    margin: 7.5em auto 0em auto;
    display: flex;
    flex-wrap: wrap;
    width: 84.6rem;
  }
  #environment.envi #contents .box01 ._in .co-box .list-box > div {
    width: 50%;
    margin: 0;
    border-left: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    padding: 0rem 0rem 3.5rem 4rem;
    min-height: 15.5rem;
    position: relative;
  }
  #environment.envi #contents .box01 ._in .co-box .list-box > div .icon-box {
    margin: 0em 0em 1.1em 0em;
  }
  #environment.envi #contents .box01 ._in .co-box .list-box > div .icon-box > div {
    width: 8rem;
  }
  #environment.envi #contents .box01 ._in .co-box .list-box > div .icon-box h5 span {
    font-size: 2.4em;
    line-height: 1;
  }
  #environment.envi #contents .box01 ._in .co-box .list-box > div:nth-child(2n+1):nth-last-child(-n+2), #environment.envi #contents .box01 ._in .co-box .list-box > div:nth-child(2n+1):nth-last-child(-n+2) ~ div {
    padding-top: 4rem;
    min-height: 16rem;
    padding-bottom: 0;
    border-bottom: none;
  }
  #environment.envi #contents .box01 ._in .co-box .list-box > div:nth-child(odd) {
    border-left: none;
    padding-left: 0rem;
    padding-right: 4rem;
  }
  #environment.envi #contents .box01 ._in .co-box .list-box.list02 {
    gap: 4rem 4rem;
  }
  #environment.envi #contents .box01 ._in .co-box .list-box.list02 > div {
    margin: 0;
    border: none;
    width: 40.3rem;
    padding: 0rem 0rem 0rem 2rem;
    min-height: 12rem;
  }
  #environment.envi #contents .box01 ._in .co-box .list-box.list02 > div .icon-box h5 span {
    font-size: 2em;
    line-height: 1;
  }
  #environment.envi #contents .box01 ._in .co-box .list-box.list02 > div:nth-child(2n+1):nth-last-child(-n+2), #environment.envi #contents .box01 ._in .co-box .list-box.list02 > div:nth-child(2n+1):nth-last-child(-n+2) ~ div {
    min-height: inherit;
    padding-top: 0;
    border-bottom: none;
  }
  #environment.envi #contents .box01 ._in .co-box .list-box.list02 > div:nth-child(2n+1):nth-last-child(-n+2) .icon-box > div, #environment.envi #contents .box01 ._in .co-box .list-box.list02 > div:nth-child(2n+1):nth-last-child(-n+2) ~ div .icon-box > div {
    top: 0em;
  }
  #environment.envi #contents .box01 ._in .co-box .list-box.list02 > div:nth-child(odd) {
    padding: 0rem 0rem 0rem 0rem;
  }
  #environment.envi #contents .box01 ._in .co-box .list-box02 {
    margin: 7.5em auto 0em auto;
    display: flex;
    flex-wrap: wrap;
    width: 84.6rem;
  }
  #environment.envi #contents .box01 ._in .co-box .list-box02 > div {
    width: 50%;
    margin: 0;
    border-left: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    padding: 0rem 0rem 3.5rem 4rem;
  }
  #environment.envi #contents .box01 ._in .co-box .list-box02 > div .ph {
    margin: 0em 0em 2em 0em;
  }
  #environment.envi #contents .box01 ._in .co-box .list-box02 > div h5 {
    margin: 0em 0em 1.5em 0em;
  }
  #environment.envi #contents .box01 ._in .co-box .list-box02 > div h5 span {
    font-size: 2.4em;
    line-height: 1;
  }
  #environment.envi #contents .box01 ._in .co-box .list-box02 > div .text {
    font-size: 1.2em;
    line-height: 2;
  }
  #environment.envi #contents .box01 ._in .co-box .list-box02 > div:nth-child(2n+1):nth-last-child(-n+2), #environment.envi #contents .box01 ._in .co-box .list-box02 > div:nth-child(2n+1):nth-last-child(-n+2) ~ div {
    padding-top: 4rem;
    padding-bottom: 0;
    border-bottom: none;
  }
  #environment.envi #contents .box01 ._in .co-box .list-box02 > div:nth-child(odd) {
    border-left: none;
    padding-left: 0rem;
    padding-right: 4rem;
  }
  #environment.envi #contents .box01 ._in .co-box #envi01 h4 {
    margin-bottom: 8em;
  }
  #environment.envi #contents .box01 ._in .co-box #envi01 .ph-box {
    display: flex;
    gap: 0rem 4rem;
    width: 84.6rem;
    margin: 0em auto 8em auto;
  }
  #environment.envi #contents .box01 ._in .co-box #envi01 .ph-box .ph {
    margin: 0;
    width: 32rem;
  }
  #environment.envi #contents .box01 ._in .co-box #envi01 .ph-box .text-box {
    flex: 1;
  }
  #environment.envi #contents .box01 ._in .co-box #envi01 .ph-box .text-box h5 {
    margin-bottom: 1em;
  }
  #environment.envi #contents .box01 ._in .co-box #envi01 .ph-box .text-box h5 span {
    font-size: 2em;
    line-height: 2;
  }
  #environment.envi #contents .box01 ._in .co-box #envi01 .box02 {
    width: 84.6rem;
    padding: 6.4rem 6.4rem 0rem 6.4rem;
  }
  #environment.envi #contents .box01 ._in .co-box #envi01 .box02 h5 {
    margin-bottom: 6.2em;
    display: block;
  }
  #environment.envi #contents .box01 ._in .co-box #envi01 .box02 h5 span {
    width: auto;
    display: inline-block;
    font-size: 2em;
    line-height: 1;
    padding: 0rem 0rem 0.2rem 0rem;
  }
  #environment.envi #contents .box01 ._in .co-box #envi01 .box02 .scroll-box {
    width: 73.5rem;
    margin-bottom: 3.5em;
    overflow: visible;
  }
  #environment.envi #contents .box01 ._in .co-box #envi01 .box02 .scroll-box > div {
    width: 73.5rem;
  }
  #environment.envi #contents .box01 ._in .co-box #envi01 .box02 .tl01 {
    width: 18rem;
    height: 4.1em;
    margin-bottom: 0rem;
  }
  #environment.envi #contents .box01 ._in .co-box #envi01 .box02 .tl01 span {
    font-size: 1.5em;
    line-height: 1;
  }
  #environment.envi #contents .box01 ._in .co-box #envi01 .box02 .tl01 span.small {
    font-size: 1.2em;
    line-height: 1.25;
  }
  #environment.envi #contents .box01 ._in .co-box #envi01 .box02 .text {
    font-size: 1.2em;
    line-height: 2;
  }
  #environment.envi #contents .box01 ._in .co-box #envi01 .box02 .text-box {
    width: 100%;
    margin-bottom: 7.5em;
    padding-bottom: 7.5em;
    display: flex;
    justify-content: center;
    gap: 0rem 2.4rem;
  }
  #environment.envi #contents .box01 ._in .co-box #envi01 .box02 .text-box .tl01 {
    width: 12rem;
  }
  #environment.envi #contents .box01 ._in .co-box #envi01 .box02 .text-box .text {
    width: 46.2rem;
  }
  #environment.envi #contents .box01 ._in .co-box #envi01 .box02 .text-box02 > div {
    display: flex;
    justify-content: center;
    margin-bottom: 4em;
  }
  #environment.envi #contents .box01 ._in .co-box #envi01 .box02 .text-box02 > div .subti01 {
    width: 20.2rem;
    margin: 0px;
    padding: 0;
    display: flex;
    height: 4.1em;
    align-items: center;
    justify-content: center;
  }
  #environment.envi #contents .box01 ._in .co-box #envi01 .box02 .text-box02 > div .subti01 span {
    font-size: 1.8em;
    line-height: 1;
  }
  #environment.envi #contents .box01 ._in .co-box #envi01 .box02 .text-box02 > div .text {
    flex: 1;
  }
  #environment.envi #contents .box01 ._in .co-box #envi01 .box02 .text-box03 {
    margin-top: 5em;
    display: flex;
    gap: 0rem 4rem;
  }
  #environment.envi #contents .box01 ._in .co-box #envi01 .box02 .text-box03 > div {
    margin: 0;
    gap: 0rem 1.6rem;
  }
  #environment.envi #contents .box01 ._in .co-box #envi01 .box02 .text-box03 > div .tl02 span {
    font-size: 1.5em;
    line-height: 1.6;
  }
  #environment.envi #contents .box01 ._in .co-box #envi01 .box02 .object {
    margin: 2.4rem auto 0rem auto;
    width: 71.8rem;
  }
  #environment.envi #contents .box01 ._in .co-box #envi04 .object {
    width: 61.6rem;
    margin: 3.5rem 0rem 0rem 17.3rem;
  }
}

#talk .main {
  padding-bottom: 6rem;
}
#talk .main .section-in .ph {
  height: 37.5rem;
  position: relative;
  z-index: 1;
}
#talk .main .section-in .tl-box {
  position: relative;
  z-index: 2;
  margin-top: -3.4rem;
}
#talk .main .section-in .tl-box .en {
  text-align: center;
  margin-bottom: 0rem;
}
#talk .main .section-in .tl-box .en span {
  color: #C30032;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.07em;
}
#talk .main .section-in .tl-box h2 {
  text-align: center;
  color: #000;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.07em;
}
#talk .main .section-in .tl-box .text {
  width: 32.7rem;
  margin: 3.5rem auto 0rem auto;
  text-align: justify;
}
#talk .main .section-in .tl-box .text span {
  color: #787878;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: 0.07em;
}
#talk .profile .section-in {
  width: 35.1rem;
  margin-left: auto;
}
#talk .profile .section-in .tl {
  background-color: #000;
  text-align: center;
  margin-bottom: 0.2rem;
  padding: 1.1rem 0rem 1.3rem 0rem;
}
#talk .profile .section-in .tl span {
  color: #FFF;
  letter-spacing: 0.07em;
  font-size: 1.2rem;
  line-height: 1;
  font-family: "roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#talk .profile .section-in .tl span:nth-child(2) {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#talk .profile .section-in > div {
  background-color: #C30032;
  padding: 3.5rem 0rem;
}
#talk .profile .section-in > div h3 {
  text-align: center;
  margin-bottom: 3.5rem;
}
#talk .profile .section-in > div h3 span {
  color: #FFF;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.07em;
}
#talk .profile .section-in > div .list {
  display: flex;
  flex-wrap: wrap;
  padding: 0rem 2.5rem;
  gap: 2rem 0rem;
}
#talk .profile .section-in > div .list > div {
  width: 15rem;
}
#talk .profile .section-in > div .list > div img {
  width: 12rem;
  display: block;
  margin: 0 auto;
}
#talk .profile .section-in > div .list > div p {
  margin-top: 0.3rem;
  text-align: center;
  color: #FFF;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.5833333333;
  letter-spacing: 0.07em;
}
#talk .box01 {
  padding: 4rem 0rem 12rem 0rem;
}
#talk .box01 .section-in > div {
  margin-bottom: 4rem;
}
#talk .box01 .section-in > div.ph-box {
  opacity: 1;
}
#talk .box01 .section-in > div.ph-box .ph {
  height: 37.5rem;
}
#talk .box01 .section-in > div.ph-box.ph02 .ph {
  width: 35.1rem;
  height: 21.1rem;
}
#talk .box01 .section-in > div.ph-box.ph02 .ph:nth-child(1) {
  margin-left: auto;
}
#talk .box01 .section-in > div.ph-box.ph05 .ph {
  width: 32.7rem;
  height: 32.7rem;
  margin: 0 auto;
}
#talk .box01 .section-in > div .text {
  font-size: 1.5rem;
  line-height: 2.2;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #787878;
  letter-spacing: 0.07em;
  text-align: justify;
}
#talk .box01 .section-in > div .text .bold {
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
}
#talk .box01 .section-in > div .tl-box {
  width: 32.7rem;
  margin: 0rem auto 3rem auto;
}
#talk .box01 .section-in > div .tl-box .num {
  margin: 0rem 0rem 2rem 0rem;
  width: 4rem;
}
#talk .box01 .section-in > div .tl-box .num span {
  color: #000;
  letter-spacing: 0.05em;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
}
#talk .box01 .section-in > div .tl-box .num span:nth-child(1) {
  font-size: 2.4rem;
  line-height: 1;
  position: relative;
  color: #000;
  text-align: left;
}
#talk .box01 .section-in > div .tl-box .num span:nth-child(1):after {
  content: "";
  position: absolute;
  top: 2rem;
  transform: rotate(-45deg);
  height: 0.1rem;
  width: 4.7rem;
  background-color: rgba(100, 100, 100, 0.35);
  right: 0;
  transform-origin: right top;
}
#talk .box01 .section-in > div .tl-box .num span:nth-child(2) {
  font-size: 1.2rem;
  line-height: 1;
  text-align: right;
  color: rgba(100, 100, 100, 0.35);
  padding: 1.5rem 0rem 0rem 0rem;
}
#talk .box01 .section-in > div .tl-box h3 {
  font-size: 2rem;
  line-height: 2;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  letter-spacing: 0.07em;
  text-align: left;
}
#talk .box01 .section-in > div .text-box {
  width: 32.7rem;
  margin: 0rem auto 0rem auto;
  padding-bottom: 2rem;
}
#talk .box01 .section-in > div .text-box h4 {
  padding-left: 2.6rem;
  position: relative;
  margin-bottom: 2rem;
}
#talk .box01 .section-in > div .text-box h4 span {
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  letter-spacing: 0.07em;
  text-align: left;
}
#talk .box01 .section-in > div .text-box h4:after {
  width: 2.5rem;
  left: 0;
  top: 1.3rem;
  background-color: #000;
  position: absolute;
  content: "";
  height: 1px;
}
#talk .box01 .section-in > div .text-box .list > div {
  margin-bottom: 2rem;
}
#talk .box01 .section-in > div .text-box .list > div .icon {
  width: 5.4rem;
  margin-bottom: 0.3rem;
}
#talk .box01 .section-in > div .text-box .list > div:last-child {
  margin-bottom: 0;
}
#talk .box01 .section-in > div:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #talk {
    background-color: #FFF;
  }
  #talk .main {
    background-color: #F5F5F5;
    padding-bottom: 7.5em;
  }
  #talk .main .section-in .ph {
    height: 57rem;
  }
  #talk .main .section-in .tl-box {
    margin-top: -6.5em;
  }
  #talk .main .section-in .tl-box .en {
    margin-bottom: 0.5em;
  }
  #talk .main .section-in .tl-box .en span {
    font-size: 12em;
    line-height: 1;
  }
  #talk .main .section-in .tl-box h2 {
    font-size: 3.2em;
    line-height: 2;
  }
  #talk .main .section-in .tl-box .text {
    width: 100%;
    margin: 2em 0em 0em 0em;
    text-align: center;
  }
  #talk .main .section-in .tl-box .text span {
    font-size: 1.5em;
    line-height: 2.2;
  }
  #talk .profile {
    background-color: #F5F5F5;
    position: relative;
  }
  #talk .profile .section-in {
    width: 124.6rem;
    display: flex;
    gap: 0em 0.2em;
    position: relative;
    z-index: 2;
  }
  #talk .profile .section-in .tl {
    background-color: #000;
    text-align: center;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin: 0;
    padding: 0;
    width: 4.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #talk .profile .section-in .tl span {
    font-size: 1.2em;
    line-height: 1;
  }
  #talk .profile .section-in > div {
    flex: 1;
    padding: 0;
    display: flex;
    align-items: center;
    height: 27.1rem;
  }
  #talk .profile .section-in > div h3 {
    width: 39rem;
    padding-left: 0.7em;
    margin-bottom: 2rem;
  }
  #talk .profile .section-in > div h3 span {
    font-size: 2rem;
    line-height: 2;
  }
  #talk .profile .section-in > div .list {
    flex: 1;
    padding: 0;
    gap: 0em 7em;
  }
  #talk .profile .section-in > div .list > div {
    width: 12rem;
  }
  #talk .profile .section-in > div .list > div img {
    margin-bottom: 1rem;
  }
  #talk .profile .section-in > div .list > div p {
    margin: 0;
    font-size: 1.2em;
    line-height: 1.5833333333;
  }
  #talk .profile:after {
    width: 100%;
    height: 50%;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #FFF;
    z-index: 1;
  }
  #talk .box01 {
    padding-top: 12em;
    padding-bottom: 200px;
  }
  #talk .box01 .section-in > div {
    margin: 0em auto 12em auto;
    display: flex;
    width: 112.6rem;
    justify-content: space-between;
  }
  #talk .box01 .section-in > div.ph-box {
    width: 100%;
    display: block;
  }
  #talk .box01 .section-in > div.ph-box .ph {
    width: 124.6rem;
    height: 49.8rem;
  }
  #talk .box01 .section-in > div.ph-box.ph02 {
    display: flex;
    justify-content: center;
  }
  #talk .box01 .section-in > div.ph-box.ph02 .ph {
    width: 56.3rem;
    height: 33.8rem;
  }
  #talk .box01 .section-in > div.ph-box.ph02 .ph:nth-child(1) {
    order: 1;
    margin: 12rem 0rem 0rem 0rem;
  }
  #talk .box01 .section-in > div.ph-box.ph03 .ph {
    margin-left: auto;
  }
  #talk .box01 .section-in > div.ph-box.ph05 .ph {
    width: 112.6rem;
    height: 67.6rem;
  }
  #talk .box01 .section-in > div .text {
    font-size: 1.5em;
    line-height: 2.2;
    margin-top: -0.3em;
  }
  #talk .box01 .section-in > div .tl-box {
    width: auto;
    margin: 0;
  }
  #talk .box01 .section-in > div .tl-box .num {
    margin: 0em 0em 1.1em 0em;
  }
  #talk .box01 .section-in > div .tl-box h3 {
    font-size: 2.4em;
    line-height: 2;
    white-space: nowrap;
  }
  #talk .box01 .section-in > div .text-box {
    width: 72rem;
    padding-bottom: 0rem;
    margin: 0;
  }
  #talk .box01 .section-in > div .text-box h4 {
    padding-left: 3.6em;
    margin-bottom: 3em;
  }
  #talk .box01 .section-in > div .text-box h4 span {
    font-size: 2rem;
    line-height: 2;
  }
  #talk .box01 .section-in > div .text-box h4:after {
    width: 3.5rem;
    top: 2.1rem;
  }
  #talk .box01 .section-in > div .text-box .list > div {
    margin-bottom: 3.8em;
    display: flex;
    gap: 0em 1.6em;
  }
  #talk .box01 .section-in > div .text-box .list > div .icon {
    width: 5.4rem;
    margin: 0;
  }
  #talk .box01 .section-in > div .text-box .list > div .text {
    flex: 1;
  }
  #talk .box01 .section-in > div .text-box .list > div:last-child {
    margin-bottom: 0;
  }
  #talk .box01 .section-in > div:nth-child(4n+3) .tl-box {
    order: 2;
  }
  #talk .box01 .section-in > div:nth-child(4n+3) .text-box {
    order: 1;
  }
  #talk .box01 .section-in > div:last-child {
    margin-bottom: 0;
  }
}

#company {
  background-color: #DCDCDC;
}
#company.job #contents {
  padding-bottom: 12rem;
}
#company.job #contents .main {
  padding: 8rem 0rem 9.2rem 0rem;
}
#company.job #contents .main ._in {
  position: relative;
}
#company.job #contents .main ._in .ph {
  width: 31rem;
  margin: 0rem 0rem 0rem 6.5rem;
}
#company.job #contents .main ._in .tl-box {
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 13rem;
  height: 13rem;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
#company.job #contents .main ._in .tl-box .en, #company.job #contents .main ._in .tl-box h2 {
  width: 100%;
  color: #000;
  text-align: center;
}
#company.job #contents .main ._in .tl-box .en {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 0.8rem;
}
#company.job #contents .main ._in .tl-box h2 {
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  line-height: 1.5882352941;
  letter-spacing: 0.02em;
}
#company.job #contents .box01 ._in .box01-in {
  width: 32.7rem;
  margin: 0rem auto 9.2rem auto;
  padding: 10rem 0rem 6.4rem 0rem;
  position: relative;
  background-color: #FFF;
}
#company.job #contents .box01 ._in .box01-in .en-tl {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  color: #000;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  top: -2.3rem;
}
#company.job #contents .box01 ._in .box01-in .tl,
#company.job #contents .box01 ._in .box01-in .text {
  color: #000;
  letter-spacing: 0.02em;
}
#company.job #contents .box01 ._in .box01-in .tl {
  text-align: center;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.6;
}
#company.job #contents .box01 ._in .box01-in .text {
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2;
  text-align: justify;
  width: 27.9rem;
  margin: 3.5rem auto 0rem auto;
}
#company.job #contents .box01 ._in .box01-in:nth-child(1) .list01 {
  margin: 1.1rem 0rem 0rem 0rem;
}
#company.job #contents .box01 ._in .box01-in:nth-child(1) .list01 > div {
  width: 27.9rem;
  margin: 0rem auto 0rem auto;
  padding: 2.4rem 0rem 2rem 0rem;
  border-bottom: 1px solid #DCDCDC;
}
#company.job #contents .box01 ._in .box01-in:nth-child(1) .list01 > div .icon-box {
  display: flex;
  align-items: center;
  gap: 0rem 1.6rem;
}
#company.job #contents .box01 ._in .box01-in:nth-child(1) .list01 > div .icon-box p {
  width: 6.4rem;
}
#company.job #contents .box01 ._in .box01-in:nth-child(1) .list01 > div .icon-box h5 {
  text-align: left;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  line-height: 1;
  color: #000;
  letter-spacing: 0.02em;
}
#company.job #contents .box01 ._in .box01-in:nth-child(1) .list01 > div .text {
  font-size: 1.3rem;
  line-height: 2;
  margin-top: 1rem;
}
#company.job #contents .box01 ._in .box01-in:nth-child(1) .list01 > div:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#company.job #contents .box01 ._in .box01-in:nth-child(2) .list02 {
  margin: 3.5rem 0rem 0rem 0rem;
}
#company.job #contents .box01 ._in .box01-in:nth-child(2) .list02 > div {
  width: 27.9rem;
  margin: 0rem auto 9.2rem auto;
  padding: 1.7rem 2.4rem 2.4rem 2.4rem;
  position: relative;
}
#company.job #contents .box01 ._in .box01-in:nth-child(2) .list02 > div .tl {
  display: flex;
  align-items: center;
  gap: 0rem 1.6rem;
  margin: 0rem 0rem 1.4rem 0rem;
}
#company.job #contents .box01 ._in .box01-in:nth-child(2) .list02 > div .tl span {
  letter-spacing: 0.02em;
  color: #FFF;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  font-size: 1.7rem;
  line-height: 1.2235294118;
}
#company.job #contents .box01 ._in .box01-in:nth-child(2) .list02 > div .tl span.small {
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 1.3rem;
  line-height: 1.6;
}
#company.job #contents .box01 ._in .box01-in:nth-child(2) .list02 > div:before, #company.job #contents .box01 ._in .box01-in:nth-child(2) .list02 > div:after {
  position: absolute;
  content: "";
}
#company.job #contents .box01 ._in .box01-in:nth-child(2) .list02 > div:before {
  width: 2.4rem;
  height: 6rem;
  background: url(../images/company/job_arrow01.svg) no-repeat left top;
  background-size: 100% auto;
  left: 50%;
  bottom: -1.6rem;
  transform: translate(-50%, 100%);
}
#company.job #contents .box01 ._in .box01-in:nth-child(2) .list02 > div:after {
  left: 0;
  bottom: -3.5rem;
  transform: translateY(100%);
  text-align: center;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#company.job #contents .box01 ._in .box01-in:nth-child(2) .list02 > div:nth-child(1) {
  background-color: #00AA50;
}
#company.job #contents .box01 ._in .box01-in:nth-child(2) .list02 > div:nth-child(1):after {
  content: "各種ソリューション供給";
}
#company.job #contents .box01 ._in .box01-in:nth-child(2) .list02 > div:nth-child(2) {
  background-color: #F03C00;
}
#company.job #contents .box01 ._in .box01-in:nth-child(2) .list02 > div:nth-child(2):after {
  content: "サービス提供";
}
#company.job #contents .box01 ._in .box01-in:nth-child(2) .list02 > div:nth-child(3) {
  background-color: #FFAA00;
}
#company.job #contents .box01 ._in .box01-in:nth-child(2) .list02 > div:last-child {
  margin-bottom: 0;
}
#company.job #contents .box01 ._in .box01-in:nth-child(2) .list02 > div:last-child:after, #company.job #contents .box01 ._in .box01-in:nth-child(2) .list02 > div:last-child:before {
  display: none;
}
#company.job #contents .box01 ._in .box01-in:nth-child(3) {
  padding-top: 14.5rem;
}
#company.job #contents .box01 ._in .box01-in:nth-child(3) .il {
  margin: 3.5rem auto 0rem auto;
  width: 27.9rem;
}
#company.job #contents .box01 ._in .box01-in:last-child {
  margin-bottom: 0;
}
#company.topmessage #contents .main ._in {
  position: relative;
  overflow: hidden;
}
#company.topmessage #contents .main ._in .ph {
  position: relative;
  z-index: 1;
  height: 51.8rem;
}
#company.topmessage #contents .main ._in .num,
#company.topmessage #contents .main ._in .tl-box {
  position: absolute;
  z-index: 4;
}
#company.topmessage #contents .main ._in .num {
  left: -1rem;
  top: -0.6rem;
  font-size: 7.4rem;
  line-height: 1;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.2);
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 1000ms ease;
}
#company.topmessage #contents .main ._in .num.view {
  opacity: 1;
}
#company.topmessage #contents .main ._in .tl-box {
  left: 2.4rem;
  top: 25.5rem;
  opacity: 0;
  transition: opacity 1000ms ease;
}
#company.topmessage #contents .main ._in .tl-box h2 {
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #FFF;
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.4);
}
#company.topmessage #contents .main ._in .tl-box.view {
  opacity: 1;
}
#company.topmessage #contents .profile {
  margin: 6.6rem 0rem 3.5rem 0rem;
}
#company.topmessage #contents .profile ._in {
  width: 32.7rem;
  margin: 0 auto;
}
#company.topmessage #contents .profile ._in > div {
  border-left: 0.2rem solid #FFF;
  padding: 0rem 0rem 0rem 2.4rem;
}
#company.topmessage #contents .profile ._in > div p {
  color: #000;
}
#company.topmessage #contents .profile ._in > div .name {
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
#company.topmessage #contents .profile ._in > div .name_en {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
#company.topmessage #contents .profile ._in > div .text {
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: left;
}
#company.topmessage #contents .profile ._in > div:nth-child(1) {
  display: flex;
  align-items: center;
  gap: 0rem 1.6rem;
  padding-bottom: 1.5rem;
}
#company.topmessage #contents .box01 ._in > div {
  width: 32.7rem;
  margin: 0rem auto 6rem auto;
}
#company.topmessage #contents .box01 ._in > div p {
  color: #000;
  text-align: justify;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
#company.topmessage #contents .box01 ._in > div.ph {
  width: 100%;
}
#company.topmessage #contents .box01 ._in > div.ph div {
  overflow: hidden;
}
#company.topmessage #contents .box01 ._in > div:nth-child(2) div, #company.topmessage #contents .box01 ._in > div:nth-child(4) div {
  height: 37.5rem;
}
#company.topmessage #contents .box01 ._in > div:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #company.job #contents {
    padding-bottom: 200px;
  }
  #company.job #contents .main {
    padding: 120px 0 155px 0;
  }
  #company.job #contents .main ._in .ph {
    width: 95.8rem;
    margin: 0;
  }
  #company.job #contents .main ._in .tl-box {
    right: 12rem;
    left: auto;
    width: 22rem;
    height: 22rem;
  }
  #company.job #contents .main ._in .tl-box .en {
    font-size: 1.3em;
    line-height: 1;
    margin-bottom: 1em;
  }
  #company.job #contents .main ._in .tl-box h2 {
    font-size: 2.8em;
    line-height: 1.6071428571;
  }
  #company.job #contents .box01 ._in .box01-in {
    width: 112.6rem;
    margin-bottom: 155px;
    padding: 7.6em 0em 11.5em 0em;
  }
  #company.job #contents .box01 ._in .box01-in .en-tl {
    font-size: 6em;
    line-height: 1;
    top: -3rem;
  }
  #company.job #contents .box01 ._in .box01-in .tl {
    font-size: 2.8em;
    line-height: 1.6071428571;
  }
  #company.job #contents .box01 ._in .box01-in .text {
    font-size: 1.5em;
    line-height: 2;
    text-align: center;
    width: 100%;
    margin: 3.5rem 0rem 0rem 0rem;
  }
  #company.job #contents .box01 ._in .box01-in:nth-child(1) .list01 {
    margin: 7.5em 0em 0em 0em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #company.job #contents .box01 ._in .box01-in:nth-child(1) .list01 > div {
    width: 28.2rem;
    margin: 0;
    padding: 4rem 4rem 3.5rem 4rem;
    border-left: 1px solid #DCDCDC;
  }
  #company.job #contents .box01 ._in .box01-in:nth-child(1) .list01 > div .icon-box {
    display: block;
  }
  #company.job #contents .box01 ._in .box01-in:nth-child(1) .list01 > div .icon-box p {
    width: 8rem;
    margin: 0em auto 1.6em auto;
  }
  #company.job #contents .box01 ._in .box01-in:nth-child(1) .list01 > div .icon-box h5 {
    text-align: center;
    font-size: 2rem;
    line-height: 1.6;
  }
  #company.job #contents .box01 ._in .box01-in:nth-child(1) .list01 > div .text {
    font-size: 1.3em;
    line-height: 2;
    text-align: justify;
    margin-top: 1.2rem;
  }
  #company.job #contents .box01 ._in .box01-in:nth-child(1) .list01 > div:nth-child(3n+1) {
    border-left: none;
    padding-left: 0;
  }
  #company.job #contents .box01 ._in .box01-in:nth-child(1) .list01 > div:nth-child(3n) {
    padding-right: 0;
  }
  #company.job #contents .box01 ._in .box01-in:nth-child(1) .list01 > div:nth-child(3n+1):nth-last-child(-n+3), #company.job #contents .box01 ._in .box01-in:nth-child(1) .list01 > div:nth-child(3n+1):nth-last-child(-n+3) ~ div {
    border-bottom: none;
    padding-bottom: 0;
  }
  #company.job #contents .box01 ._in .box01-in:nth-child(1) .list01 > div:nth-child(-n+3) {
    padding-top: 0;
  }
  #company.job #contents .box01 ._in .box01-in:nth-child(2) .list02 {
    margin: 7.5em 0em 0em 0em;
  }
  #company.job #contents .box01 ._in .box01-in:nth-child(2) .list02 > div {
    width: 88.6rem;
    margin: 0rem auto 7.6rem auto;
    padding: 2.4em 2.4em 4em 2.4em;
  }
  #company.job #contents .box01 ._in .box01-in:nth-child(2) .list02 > div .tl {
    margin: 0rem 0rem 2.4rem 0rem;
  }
  #company.job #contents .box01 ._in .box01-in:nth-child(2) .list02 > div .tl span {
    font-size: 2rem;
    line-height: 1.6;
  }
  #company.job #contents .box01 ._in .box01-in:nth-child(2) .list02 > div .tl span.small {
    font-size: 1.5rem;
    line-height: 2;
  }
  #company.job #contents .box01 ._in .box01-in:nth-child(2) .list02 > div .il {
    width: 72.6rem;
    margin: 0 auto;
  }
  #company.job #contents .box01 ._in .box01-in:nth-child(2) .list02 > div:before {
    bottom: -0.8rem;
  }
  #company.job #contents .box01 ._in .box01-in:nth-child(2) .list02 > div:after {
    left: 50%;
    bottom: -2.7rem;
    transform: translate(3.2rem, 100%);
    text-align: left;
    width: auto;
    font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  #company.job #contents .box01 ._in .box01-in:nth-child(3) {
    padding-top: 13.6em;
  }
  #company.job #contents .box01 ._in .box01-in:nth-child(3) .il {
    margin: 7.5em auto 0em auto;
    width: 66rem;
  }
  #company.topmessage #contents {
    padding-bottom: 200px;
  }
  #company.topmessage #contents .main ._in .ph {
    height: 100%;
  }
  #company.topmessage #contents .main ._in .num {
    width: 112.6rem;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    text-align: left;
    font-size: 12em;
    line-height: 1;
    -moz-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
  #company.topmessage #contents .main ._in .tl-box {
    width: 112.6rem;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
  }
  #company.topmessage #contents .main ._in .tl-box h2 {
    font-size: 6em;
    line-height: 1;
  }
  #company.topmessage #contents .profile {
    margin: 120px 0 75px 0;
  }
  #company.topmessage #contents .profile ._in {
    width: 72rem;
  }
  #company.topmessage #contents .profile ._in > div {
    border-left: 2px solid #FFF;
    padding: 0em 0em 0em 2.4em;
  }
  #company.topmessage #contents .profile ._in > div .name {
    font-size: 2.8em;
    line-height: 1;
  }
  #company.topmessage #contents .profile ._in > div .name_en {
    font-size: 1.1em;
    line-height: 1;
  }
  #company.topmessage #contents .profile ._in > div .text {
    font-size: 1.7em;
    line-height: 1.5882352941;
  }
  #company.topmessage #contents .profile ._in > div:nth-child(1) {
    padding-bottom: 1.5em;
  }
  #company.topmessage #contents .box01 ._in > div {
    width: 72rem;
    margin-bottom: 115px;
  }
  #company.topmessage #contents .box01 ._in > div p {
    font-size: 1.5em;
    line-height: 2;
  }
  #company.topmessage #contents .box01 ._in > div:nth-child(2) {
    width: 124.8rem;
    margin-right: 0;
  }
  #company.topmessage #contents .box01 ._in > div:nth-child(2) div {
    height: 49.8rem;
  }
  #company.topmessage #contents .box01 ._in > div:nth-child(4) {
    width: 112.6rem;
  }
  #company.topmessage #contents .box01 ._in > div:nth-child(4) div {
    height: 67.6rem;
  }
}

#crosstalk #contents .main ._in {
  position: relative;
}
#crosstalk #contents .main ._in .ph {
  position: relative;
  z-index: 1;
  height: 51.8rem;
}
#crosstalk #contents .main ._in .num,
#crosstalk #contents .main ._in .tl-box {
  position: absolute;
  z-index: 4;
}
#crosstalk #contents .main ._in .num {
  right: -1.5rem;
  top: 0rem;
  font-size: 8.3rem;
  line-height: 1;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.4);
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  opacity: 0;
  transition: opacity 1000ms ease;
  white-space: nowrap;
}
#crosstalk #contents .main ._in .num.view {
  opacity: 1;
}
#crosstalk #contents .main ._in .tl-box {
  left: 2.4rem;
  bottom: 2.4rem;
  opacity: 0;
  transition: opacity 1000ms ease;
}
#crosstalk #contents .main ._in .tl-box p {
  margin: 0rem 0rem 0.8rem 0rem;
  display: flex;
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}
#crosstalk #contents .main ._in .tl-box p span {
  color: #FFF;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  line-height: 1;
}
#crosstalk #contents .main ._in .tl-box p span:nth-child(1) {
  margin: 0rem 0.8rem 0rem 0rem;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#crosstalk #contents .main ._in .tl-box p span:nth-child(2) {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#crosstalk #contents .main ._in .tl-box h2 {
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.4rem;
  line-height: 1.4117647059;
  letter-spacing: 0.02em;
  color: #FFF;
  text-shadow: 0 0 1em rgba(0, 0, 0, 0.4);
}
#crosstalk #contents .main ._in .tl-box.black p span {
  color: #000;
}
#crosstalk #contents .main ._in .tl-box.black h2 {
  color: #000;
}
#crosstalk #contents .main ._in .tl-box.view {
  opacity: 1;
}
#crosstalk #contents .profile {
  background-color: #000;
}
#crosstalk #contents .profile ._in {
  opacity: 0;
  transition: opacity 1000ms ease;
  padding: 6.4rem 0rem 7.5rem 0rem;
}
#crosstalk #contents .profile ._in .profile-in {
  padding-bottom: 6rem;
}
#crosstalk #contents .profile ._in .profile-in > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0rem auto 12rem auto;
}
#crosstalk #contents .profile ._in .profile-in > div div:nth-child(1) {
  width: 6.4rem;
  margin: 0rem 1.6rem 0rem 0rem;
}
#crosstalk #contents .profile ._in .profile-in > div div:nth-child(2) .name {
  display: flex;
  align-items: center;
  margin: 0.6rem 0rem 0.8rem 0rem;
}
#crosstalk #contents .profile ._in .profile-in > div div:nth-child(2) .name span {
  text-align: left;
  color: #FFF;
  white-space: nowrap;
}
#crosstalk #contents .profile ._in .profile-in > div div:nth-child(2) .name span:nth-child(1) {
  margin-right: 0.8rem;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
#crosstalk #contents .profile ._in .profile-in > div div:nth-child(2) .name span:nth-child(2) {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
#crosstalk #contents .profile ._in .profile-in > div div:nth-child(2) .cate {
  color: #FFF;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.6363636364;
  letter-spacing: 0.02em;
  text-align: left;
}
#crosstalk #contents .profile ._in .profile-in > div:first-child {
  position: relative;
}
#crosstalk #contents .profile ._in .profile-in > div:first-child:after {
  content: "";
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: 50%;
  bottom: -4rem;
  transform: translate(-50%, 100%);
  background: url(../images/crosstalk/cross_icon01.svg);
  background-size: 100% auto;
}
#crosstalk #contents .profile ._in .profile-in > div:last-child {
  margin-bottom: 0;
}
#crosstalk #contents .profile ._in .text {
  color: #FFF;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  justify-content: center;
  width: 32.7rem;
  margin: 0 auto;
}
#crosstalk #contents .profile ._in.view {
  opacity: 1;
}
#crosstalk #contents .box01 ._in > div {
  width: 32.7rem;
  padding: 6rem 0rem 0rem 0rem;
  margin: 0rem auto 0rem auto;
  position: relative;
}
#crosstalk #contents .box01 ._in > div .tl-box,
#crosstalk #contents .box01 ._in > div .text-box {
  position: relative;
  z-index: 2;
}
#crosstalk #contents .box01 ._in > div .tl-box {
  margin: 0rem 0rem 3rem 0rem;
}
#crosstalk #contents .box01 ._in > div .tl-box .tl-box-in .num {
  display: flex;
  margin: 0rem 0rem 0.8rem 0rem;
}
#crosstalk #contents .box01 ._in > div .tl-box .tl-box-in .num span {
  color: #000;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  line-height: 1;
}
#crosstalk #contents .box01 ._in > div .tl-box .tl-box-in .num span:nth-child(1) {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#crosstalk #contents .box01 ._in > div .tl-box .tl-box-in h3 {
  font-size: 2rem;
  line-height: 1.6;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  letter-spacing: 0.02em;
  text-align: left;
}
#crosstalk #contents .box01 ._in > div .text-box > div {
  margin: 0rem 0rem 4rem 0rem;
}
#crosstalk #contents .box01 ._in > div .text-box > div .ph {
  width: 4.8rem;
  margin: 0rem 0rem 0rem 0rem;
}
#crosstalk #contents .box01 ._in > div .text-box > div .text {
  color: #000;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: justify;
}
#crosstalk #contents .box01 ._in > div .text-box > div:last-child {
  margin-bottom: 0;
}
#crosstalk #contents .box01 ._in > div.ph-box {
  width: 100%;
  opacity: 1;
}
#crosstalk #contents .box01 ._in > div.ph-box .ph {
  position: relative;
  z-index: 2;
}
#crosstalk #contents .box01 ._in > div.ph-box.ph01 .ph {
  height: 37.5rem;
}
#crosstalk #contents .box01 ._in > div.ph-box.ph02 .ph {
  height: 21.1rem;
  width: 35.1rem;
}
#crosstalk #contents .box01 ._in > div.ph-box.ph02 .ph:nth-child(1) {
  margin-left: auto;
}
#crosstalk #contents .box01 ._in > div.ph-box.ph03 .ph {
  height: 37.5rem;
}
#crosstalk #contents .box01 ._in > div.ph-box.ph04 .ph {
  height: 37.5rem;
}
#crosstalk #contents .box01 ._in > div.ph-box.ph04:after {
  left: auto;
  right: 0;
}
#crosstalk #contents .box01 ._in > div.ph-box:after {
  left: 0;
}
#crosstalk #contents .box01 ._in > div:after {
  content: "";
  position: absolute;
  top: 0rem;
  left: -2.4rem;
  background-color: #DCDCDC;
  width: 6.4rem;
  height: 100%;
  z-index: 1;
}
#crosstalk #contents .box01 ._in > div:nth-child(3):after, #crosstalk #contents .box01 ._in > div:nth-child(7):after {
  left: auto;
  right: -2.4rem;
}
#crosstalk #contents .box01 ._in > div:nth-child(4):after {
  left: auto;
  right: 0;
  height: 50%;
}
#crosstalk #contents .other_interview {
  margin: 14.4rem 0rem 0rem 0rem;
  position: relative;
}
#crosstalk #contents .other_interview ._in {
  position: relative;
  z-index: 2;
}
#crosstalk #contents .other_interview ._in h4 {
  transform: translateY(-75%);
  position: absolute;
  left: 2.4rem;
  top: 0;
  z-index: 2;
}
#crosstalk #contents .other_interview ._in h4 span {
  color: #000;
  letter-spacing: 0.05em;
  font-size: 4rem;
  line-height: 1;
  display: block;
}
#crosstalk #contents .other_interview ._in h4 span:nth-child(1) {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#crosstalk #contents .other_interview ._in h4 span:nth-child(2) {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#crosstalk #contents .other_interview ._in .other_slide .swiper {
  padding: 9.6rem 0.4rem 8rem 0.4rem;
}
#crosstalk #contents .other_interview ._in .other_slide .swiper .swiper-wrapper {
  height: auto;
}
#crosstalk #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide {
  width: 30.3rem;
  padding: 0rem 2rem;
  position: relative;
  z-index: 2;
  transform: translateX(5rem);
  transition: opacity 1000ms, transform 1800ms ease;
}
#crosstalk #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  position: relative;
}
#crosstalk #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide a .num {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  transform: translateY(-55%);
}
#crosstalk #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide a .num span {
  color: #FFF;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  line-height: 1;
}
#crosstalk #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide a .num span:nth-child(1) {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0rem 0.7rem 0rem 0rem;
}
#crosstalk #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide a .num span:nth-child(2) {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#crosstalk #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide a .ph {
  position: relative;
  z-index: 1;
  height: 15.8rem;
  margin-bottom: 0.8rem;
}
#crosstalk #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide a .tl {
  text-align: left;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #000;
  margin-bottom: 1.4rem;
}
#crosstalk #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide.view {
  transform: translateX(0);
}
#crosstalk #contents .other_interview:after {
  content: "";
  position: absolute;
  top: 0rem;
  right: 0;
  background-color: #DCDCDC;
  width: 31.1rem;
  height: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #crosstalk {
    background-color: #DCDCDC;
  }
  #crosstalk #wrapper {
    overflow: visible;
  }
  #crosstalk #contents .main {
    background-color: #FFF;
    overflow: hidden;
  }
  #crosstalk #contents .main ._in .ph {
    height: 100%;
  }
  #crosstalk #contents .main ._in .num {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: -4.5rem;
    font-size: 22rem;
    line-height: 1;
    -moz-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
  #crosstalk #contents .main ._in .tl-box {
    left: 6.4rem;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 1000ms ease;
  }
  #crosstalk #contents .main ._in .tl-box p {
    margin: 0em 0em 1.8em 0em;
    display: flex;
  }
  #crosstalk #contents .main ._in .tl-box p span {
    font-size: 2em;
    line-height: 1;
  }
  #crosstalk #contents .main ._in .tl-box h2 {
    font-size: 5rem;
    line-height: 1.411;
  }
  #crosstalk #contents .profile ._in {
    padding: 120px 0 110px 0;
  }
  #crosstalk #contents .profile ._in .profile-in {
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    gap: 0rem 20.8rem;
  }
  #crosstalk #contents .profile ._in .profile-in > div {
    margin: 0;
    justify-content: flex-start;
  }
  #crosstalk #contents .profile ._in .profile-in > div div:nth-child(1) {
    width: 8rem;
    margin: 0em 1.6em 0em 0em;
  }
  #crosstalk #contents .profile ._in .profile-in > div div:nth-child(2) .name {
    margin: 0em 0em 0.8em 0em;
  }
  #crosstalk #contents .profile ._in .profile-in > div div:nth-child(2) .name span:nth-child(1) {
    margin-right: 0.8em;
    font-size: 1.5rem;
    line-height: 1;
  }
  #crosstalk #contents .profile ._in .profile-in > div div:nth-child(2) .name span:nth-child(2) {
    font-size: 1.1rem;
    line-height: 1;
  }
  #crosstalk #contents .profile ._in .profile-in > div div:nth-child(2) .cate {
    font-size: 1.3em;
    line-height: 1.6153846154;
  }
  #crosstalk #contents .profile ._in .profile-in > div:first-child:after {
    width: 8rem;
    height: 8rem;
    left: auto;
    right: -6.4rem;
    bottom: auto;
    top: 50%;
    transform: translate(100%, -50%);
  }
  #crosstalk #contents .profile ._in .profile-in > div:last-child {
    margin-bottom: 0;
  }
  #crosstalk #contents .profile ._in .text {
    width: 80rem;
  }
  #crosstalk #contents .box01 {
    background-color: #FFF;
  }
  #crosstalk #contents .box01 ._in > div {
    width: 100%;
    padding: 115px 0 0 0;
    margin: 0;
    display: flex;
  }
  #crosstalk #contents .box01 ._in > div .tl-box {
    width: 52.6rem;
    margin: -176 0 0 0;
    padding: 0rem 0rem 0rem 12rem;
  }
  #crosstalk #contents .box01 ._in > div .tl-box .tl-box-in {
    position: sticky;
    top: 0;
    left: 0;
    padding: 176 0 0 0;
  }
  #crosstalk #contents .box01 ._in > div .tl-box .tl-box-in .num {
    margin: 0em 0em 1.6em 0em;
  }
  #crosstalk #contents .box01 ._in > div .tl-box .tl-box-in .num span {
    font-size: 1.5em;
    line-height: 1;
  }
  #crosstalk #contents .box01 ._in > div .tl-box .tl-box-in .num span:nth-child(1) {
    padding: 0em 0.8066666667em 0em 0em;
  }
  #crosstalk #contents .box01 ._in > div .tl-box .tl-box-in .num span:nth-child(1):after {
    height: 98%;
    width: 0.2rem;
  }
  #crosstalk #contents .box01 ._in > div .tl-box .tl-box-in .num span:nth-child(2) {
    padding: 0em 0em 0em 0.8066666667em;
  }
  #crosstalk #contents .box01 ._in > div .tl-box .tl-box-in h3 {
    font-size: 2.8em;
    line-height: 1.6071428571;
  }
  #crosstalk #contents .box01 ._in > div .text-box {
    flex: 1;
  }
  #crosstalk #contents .box01 ._in > div .text-box > div {
    width: 72rem;
    display: flex;
    margin: 0em 0em 3em 0em;
  }
  #crosstalk #contents .box01 ._in > div .text-box > div .ph {
    width: 4.8rem;
    margin: 0em 1.6em 0em 0em;
  }
  #crosstalk #contents .box01 ._in > div .text-box > div .text {
    flex: 1;
    font-size: 1.5em;
    line-height: 2;
    margin: -0.5em 0em 0em 0em;
  }
  #crosstalk #contents .box01 ._in > div.ph-box .ph {
    z-index: 3;
    position: relative;
  }
  #crosstalk #contents .box01 ._in > div.ph-box:before {
    content: "";
    width: 20rem;
    position: absolute;
    background-color: #FFF;
    z-index: 2;
  }
  #crosstalk #contents .box01 ._in > div.ph-box.ph01 .ph {
    width: 124.6rem;
    margin-left: auto;
    height: 49.8rem;
  }
  #crosstalk #contents .box01 ._in > div.ph-box.ph01:after {
    height: 70%;
  }
  #crosstalk #contents .box01 ._in > div.ph-box.ph01:before {
    left: 0;
    height: 24.9rem;
    bottom: 0;
  }
  #crosstalk #contents .box01 ._in > div.ph-box.ph02 {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #crosstalk #contents .box01 ._in > div.ph-box.ph02 .ph {
    height: 33.8rem;
    width: 56.3rem;
    position: relative;
  }
  #crosstalk #contents .box01 ._in > div.ph-box.ph02 .ph:nth-child(1) {
    order: 2;
    margin: 0;
  }
  #crosstalk #contents .box01 ._in > div.ph-box.ph02 .ph:nth-child(2) {
    order: 1;
    margin: 12rem 0rem 0rem 0rem;
  }
  #crosstalk #contents .box01 ._in > div.ph-box.ph02:after {
    background-color: #DCDCDC;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    height: 16.9rem;
  }
  #crosstalk #contents .box01 ._in > div.ph-box.ph02:before {
    right: 0;
    height: calc(115px + 16.9rem);
    top: 0;
    background-color: #DCDCDC;
  }
  #crosstalk #contents .box01 ._in > div.ph-box.ph03 .ph {
    width: 124.6rem;
    height: 49.8rem;
  }
  #crosstalk #contents .box01 ._in > div.ph-box.ph03:after {
    height: 70%;
  }
  #crosstalk #contents .box01 ._in > div.ph-box.ph03:before {
    right: 0;
    height: 24.9rem;
    bottom: 0;
    background-color: #DCDCDC;
  }
  #crosstalk #contents .box01 ._in > div.ph-box.ph04 .ph {
    width: 100%;
    height: 76.8rem;
  }
  #crosstalk #contents .box01 ._in > div.ph-box:after {
    left: 0;
  }
  #crosstalk #contents .box01 ._in > div:after {
    left: 0;
    width: 20rem;
  }
  #crosstalk #contents .box01 ._in > div:nth-child(3) .tl-box, #crosstalk #contents .box01 ._in > div:nth-child(7) .tl-box {
    flex: 1;
    order: 2;
    padding-left: 12rem;
  }
  #crosstalk #contents .box01 ._in > div:nth-child(3) .text-box, #crosstalk #contents .box01 ._in > div:nth-child(7) .text-box {
    flex: none;
    order: 1;
    width: 84rem;
    padding-left: 12rem;
  }
  #crosstalk #contents .box01 ._in > div:nth-child(3):after, #crosstalk #contents .box01 ._in > div:nth-child(7):after {
    right: 0;
  }
  #crosstalk #contents .box01 ._in > div:nth-child(4):after {
    left: auto;
    right: 0;
    height: 50%;
  }
  #crosstalk #contents .other_interview {
    margin: 0 0 0 0;
    background-color: #DCDCDC;
  }
  #crosstalk #contents .other_interview ._in {
    padding: 11.3rem 0rem 16rem 0rem;
  }
  #crosstalk #contents .other_interview ._in h4 {
    transform: translateY(0);
    position: static;
    display: flex;
    margin-bottom: 6.3rem;
    padding-left: 12rem;
  }
  #crosstalk #contents .other_interview ._in h4 span {
    font-size: 6em;
    line-height: 1;
  }
  #crosstalk #contents .other_interview ._in .other_slide .swiper {
    padding: 0 0 0 0;
    padding-left: 10rem;
    padding-right: 10rem;
    overflow: visible;
  }
  #crosstalk #contents .other_interview ._in .other_slide .swiper .swiper-wrapper {
    height: auto;
  }
  #crosstalk #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide {
    width: 38.9rem;
    padding: 0rem 2rem;
  }
  #crosstalk #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide a .num {
    transform: translateY(-55%);
  }
  #crosstalk #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide a .num span:nth-child(1) {
    font-size: 2em;
    line-height: 1;
    margin: 0em 0.245em 0em 0em;
  }
  #crosstalk #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide a .num span:nth-child(2) {
    font-size: 2em;
    line-height: 1;
  }
  #crosstalk #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide a .ph {
    height: 20.9rem;
    margin-bottom: 1.6rem;
  }
  #crosstalk #contents .other_interview ._in .other_slide .swiper .swiper-wrapper .swiper-slide a .tl {
    font-size: 2.4em;
    line-height: 1.5833333333;
    margin-bottom: 3.3rem;
  }
  #crosstalk #contents .other_interview ._in .circle {
    right: 12rem;
    bottom: auto;
    top: 0;
    transform: translateY(-50%);
  }
  #crosstalk #contents .other_interview:after {
    display: none;
  }
}

#recruit #contents .main .section-in {
  position: relative;
}
#recruit #contents .main .section-in .ph {
  height: 22.5rem;
}
#recruit #contents .main .section-in .tl-box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#recruit #contents .main .section-in .tl-box .en, #recruit #contents .main .section-in .tl-box h2 {
  width: 100%;
  color: #FFF;
  text-align: center;
}
#recruit #contents .main .section-in .tl-box .en {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.07em;
  margin-bottom: 0rem;
}
#recruit #contents .main .section-in .tl-box h2 {
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.07em;
}
#recruit #contents .read {
  margin: 2rem 0rem 6rem 0rem;
}
#recruit #contents .read .section-in {
  width: 32.7rem;
  margin: 0 auto;
}
#recruit #contents .read .section-in .text {
  color: #787878;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: 0.07em;
  text-align: justify;
}
#recruit #contents .box01 {
  margin: 0rem 0rem 6.4rem 0rem;
}
#recruit #contents .box01 .section-in {
  position: relative;
  padding: 0rem 0rem 4rem 0rem;
}
#recruit #contents .box01 .section-in > div {
  position: relative;
  z-index: 2;
  width: 32.7rem;
  margin: 0rem auto 4rem auto;
}
#recruit #contents .box01 .section-in > div a {
  display: block;
}
#recruit #contents .box01 .section-in > div .tl-box {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 3;
}
#recruit #contents .box01 .section-in > div .tl-box h3,
#recruit #contents .box01 .section-in > div .tl-box .en {
  text-align: center;
}
#recruit #contents .box01 .section-in > div .tl-box h3 span,
#recruit #contents .box01 .section-in > div .tl-box .en span {
  display: inline-block;
  color: #FFF;
  letter-spacing: 0.07em;
}
#recruit #contents .box01 .section-in > div .tl-box h3 span {
  font-size: 2.4rem;
  line-height: 2;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  text-shadow: 0 0 1rem rgb(0, 0, 0);
}
#recruit #contents .box01 .section-in > div .tl-box .en {
  margin-bottom: 1.1rem;
}
#recruit #contents .box01 .section-in > div .tl-box .en span {
  font-size: 1.2rem;
  line-height: 1.4166666667;
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-shadow: 0 0 0.5rem rgb(0, 0, 0);
}
#recruit #contents .box01 .section-in > div .tl-box .btn {
  width: 18rem;
  height: 4rem;
  background-color: #000;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 0rem 1.6rem;
  align-items: center;
}
#recruit #contents .box01 .section-in > div .tl-box .btn span.text {
  color: #FFF;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.07em;
}
#recruit #contents .box01 .section-in > div .tl-box .btn span.icon {
  width: 1.6rem;
}
#recruit #contents .box01 .section-in > div:last-child {
  margin-bottom: 0;
}
#recruit #contents .box01 .section-in:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: calc(100% - 4rem);
  background-color: #C30032;
  width: 32.7rem;
  z-index: 1;
}
#recruit #contents .flow {
  padding-bottom: 8rem;
}
#recruit #contents .flow .section-in {
  padding: 4.8rem 0rem 6.4rem 0rem;
  position: relative;
}
#recruit #contents .flow .section-in .tl {
  position: relative;
  z-index: 2;
  margin-bottom: 4rem;
  text-align: center;
}
#recruit #contents .flow .section-in .tl span {
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #000;
  background: linear-gradient(transparent 78%, #F0FA50 78%);
}
#recruit #contents .flow .section-in .flow-box {
  position: relative;
  z-index: 2;
}
#recruit #contents .flow .section-in .flow-box > div {
  width: 32.7rem;
  margin: 0rem auto 3.2rem auto;
  display: flex;
  align-items: center;
  background-color: #F0FA50;
  padding: 1rem 0rem;
  position: relative;
}
#recruit #contents .flow .section-in .flow-box > div .subti {
  margin-right: 0.6em;
  flex: 1;
  text-align: center;
}
#recruit #contents .flow .section-in .flow-box > div .subti span {
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.07em;
  color: #000;
}
#recruit #contents .flow .section-in .flow-box > div .subti.multi span {
  font-size: 1.5rem;
  line-height: 1.6;
}
#recruit #contents .flow .section-in .flow-box > div .text-box {
  width: 17.7rem;
}
#recruit #contents .flow .section-in .flow-box > div .text-box .text,
#recruit #contents .flow .section-in .flow-box > div .text-box .cap {
  color: #787878;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.07em;
  text-align: left;
}
#recruit #contents .flow .section-in .flow-box > div .text-box .text {
  font-size: 1.2rem;
  line-height: 1.8333333333;
}
#recruit #contents .flow .section-in .flow-box > div .text-box .cap {
  font-size: 1rem;
  line-height: 2.2;
}
#recruit #contents .flow .section-in .flow-box > div:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.8rem;
  transform: translate(-50%, 100%);
  width: 0.5rem;
  height: 1.8rem;
  background: url(../images/recruit/arrow01_sp.svg) no-repeat left top;
  background-size: 100% auto;
}
#recruit #contents .flow .section-in .flow-box > div:last-child {
  margin-bottom: 0;
}
#recruit #contents .flow .section-in .flow-box > div:last-child:after {
  display: none;
}
#recruit #contents .flow .section-in:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #FFF;
  width: 32.7rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #recruit #contents .main {
    padding: 12em 0em 0em 0em;
  }
  #recruit #contents .main .section-in {
    width: 112.6rem;
    margin: 0 auto;
  }
  #recruit #contents .main .section-in .ph {
    height: 37.5rem;
  }
  #recruit #contents .main .section-in .tl-box .en {
    font-size: 8em;
    line-height: 1;
    margin-bottom: 2rem;
  }
  #recruit #contents .main .section-in .tl-box h2 {
    font-size: 3.2em;
    line-height: 1;
  }
  #recruit #contents .read {
    margin: 3.5em 0em 7.5em 0em;
  }
  #recruit #contents .read .section-in {
    width: 100%;
  }
  #recruit #contents .read .section-in .text {
    font-size: 1.5em;
    line-height: 2.2;
    text-align: center;
  }
  #recruit #contents .box01 {
    margin: 0em 0em 16em 0em;
  }
  #recruit #contents .box01 .section-in {
    padding: 0em 0em 6.4em 0em;
    gap: 0rem 4rem;
    display: flex;
    justify-content: center;
    width: 112.6rem;
    margin: 0 auto;
  }
  #recruit #contents .box01 .section-in > div {
    width: 54.3rem;
    margin: 0;
    background-color: #000;
  }
  #recruit #contents .box01 .section-in > div .bg {
    transition: opacity 200ms ease;
  }
  #recruit #contents .box01 .section-in > div .tl-box h3 span {
    font-size: 4em;
    line-height: 1.65;
    text-shadow: 0 0 2rem rgb(0, 0, 0);
  }
  #recruit #contents .box01 .section-in > div .tl-box .en {
    margin-bottom: 2em;
  }
  #recruit #contents .box01 .section-in > div .tl-box .en span {
    font-size: 1.5em;
    line-height: 1.4;
    text-shadow: 0 0 1rem rgb(0, 0, 0);
  }
  #recruit #contents .box01 .section-in > div .tl-box .btn {
    width: 24rem;
    height: 5rem;
    gap: 0rem 1.6rem;
  }
  #recruit #contents .box01 .section-in > div .tl-box .btn span.text {
    font-size: 1.2em;
    line-height: 1;
  }
  #recruit #contents .box01 .section-in > div.on .bg {
    opacity: 0.6;
  }
  #recruit #contents .box01 .section-in:after {
    height: calc(100% - 6.4em);
    background-color: #C30032;
    width: 116.6rem;
    left: -12rem;
  }
  #recruit #contents .flow {
    padding-bottom: 8em;
  }
  #recruit #contents .flow .section-in {
    padding: 6.4em 0em 16em 0em;
    width: 112.6rem;
    margin: 0 auto;
  }
  #recruit #contents .flow .section-in .tl {
    margin-bottom: 7em;
  }
  #recruit #contents .flow .section-in .tl span {
    font-size: 3.2rem;
    line-height: 1;
    background: linear-gradient(transparent 78%, #F0FA50 78%);
  }
  #recruit #contents .flow .section-in .flow-box {
    display: flex;
    justify-content: center;
    gap: 0rem 3.9rem;
  }
  #recruit #contents .flow .section-in .flow-box > div {
    width: 25.2rem;
    margin: 0;
    display: block;
    padding: 3em 0em 3.5em 0em;
  }
  #recruit #contents .flow .section-in .flow-box > div .subti {
    min-height: 5.5em;
    margin-right: 0em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.1em;
  }
  #recruit #contents .flow .section-in .flow-box > div .subti span {
    font-size: 2.4rem;
    line-height: 1;
  }
  #recruit #contents .flow .section-in .flow-box > div .subti.multi span {
    font-size: 1.8rem;
    line-height: 1.6111111111;
  }
  #recruit #contents .flow .section-in .flow-box > div .text-box {
    min-height: 7.5em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  #recruit #contents .flow .section-in .flow-box > div .text-box .text,
  #recruit #contents .flow .section-in .flow-box > div .text-box .cap {
    width: 100%;
    text-align: center;
  }
  #recruit #contents .flow .section-in .flow-box > div .text-box .text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  #recruit #contents .flow .section-in .flow-box > div .text-box .cap {
    font-size: 1.2rem;
    line-height: 2.25;
  }
  #recruit #contents .flow .section-in .flow-box > div:after {
    right: -1.15rem;
    bottom: auto;
    left: auto;
    top: 50%;
    transform: translate(100%, -50%);
    width: 1.8rem;
    height: 0.5rem;
    background: url(../images/recruit/arrow01.svg) no-repeat left top;
    background-size: 100% auto;
  }
  #recruit #contents .flow .section-in .flow-box > div:last-child {
    margin-bottom: 0;
  }
  #recruit #contents .flow .section-in .flow-box > div:last-child:after {
    display: none;
  }
  #recruit #contents .flow .section-in:after {
    right: -12rem;
    width: 116.6rem;
  }
}

#internship #contents .main .section-in {
  padding: 11rem 0rem 0rem 2.4rem;
}
#internship #contents .main__tl {
  margin: 0rem 0rem 4.5rem 0rem;
}
#internship #contents .main__tl span {
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.6rem;
  line-height: 1.5555555556;
  letter-spacing: 0.07em;
  background: linear-gradient(transparent 78%, #C30032 78%, #C30032 90%, transparent 90%) no-repeat;
}
#internship #contents .main__tl span .palt {
  font-feature-settings: "palt" 1;
  font-size: 100%;
}
#internship #contents .main__text-box {
  padding: 0rem 0rem 6rem 0rem;
  width: 32.7rem;
}
#internship #contents .main__en span {
  font-family: "roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.4rem;
  line-height: 1;
  letter-spacing: 0.07em;
}
#internship #contents .main__subti {
  padding: 0rem 2.8rem;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  margin: 1.4rem 0rem 2rem 0rem;
  display: inline-flex;
  background-color: #FFF;
}
#internship #contents .main__subti span {
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.07em;
}
#internship #contents .main__text {
  text-align: justify;
}
#internship #contents .main__text span {
  color: #646464;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: 0.07em;
}
#internship #contents .main .loopSlide {
  overflow: hidden;
  width: 100%;
}
#internship #contents .main .loopSlide .loopSlide__track {
  display: flex;
  gap: 0;
  width: -moz-max-content;
  width: max-content;
  gap: 0rem 0.8rem;
}
#internship #contents .main .loopSlide .loopSlide__track--active {
  animation: marqueeScroll 20s linear infinite;
}
#internship #contents .main .loopSlide .loopSlide__track--reverse {
  animation-direction: reverse;
}
#internship #contents .main .loopSlide .loopSlide__item {
  flex-shrink: 0;
  width: 24rem;
  aspect-ratio: 1/1;
}
#internship #contents .main .loopSlide .loopSlide__item picture {
  display: block;
  width: 100%;
}
#internship #contents .main .loopSlide .loopSlide__item img {
  display: block;
  width: 100%;
  height: auto;
}
#internship #contents .read .section-in {
  padding: 10.7rem 0rem 8rem 0rem;
}
#internship #contents .read .section-in .read-box {
  position: relative;
  border-radius: 4rem;
  background-color: #FFF;
  padding: 5rem 0rem 4rem 0rem;
  width: 35.1rem;
  margin: 0 auto;
}
#internship #contents .read .section-in .read-box__subti {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #00AAEB;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0.7rem 2.3rem 1rem 2.3rem;
  text-align: center;
}
#internship #contents .read .section-in .read-box__subti span {
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0.07em;
  color: #FFF;
  white-space: nowrap;
}
#internship #contents .read .section-in .read-box__tl {
  text-align: center;
  margin: 0rem 0rem 1.3rem 0rem;
}
#internship #contents .read .section-in .read-box__tl span {
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
}
#internship #contents .read .section-in .read-box div {
  width: 27.1rem;
  margin: 0 auto;
}
#internship #contents .box .section-in {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
#internship #contents .box__tl {
  margin: 0rem auto 4.4rem auto;
  border: 0.2rem solid #C30032;
  position: relative;
  width: 32.7rem;
  border-radius: 1.6rem;
  min-height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
}
#internship #contents .box__tl h3 {
  text-align: center;
}
#internship #contents .box__tl h3 span {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.07em;
}
#internship #contents .box__tl:after {
  content: "";
  width: 1.2rem;
  height: 2rem;
  background-color: #C30032;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
#internship #contents .box__text {
  width: 32.7rem;
  margin: 0rem auto;
  text-align: justify;
}
#internship #contents .box__text span {
  color: #787878;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: 0.07em;
}
#internship #contents .box01 {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: center;
}
#internship #contents .box01 > div {
  width: 32.7rem;
}
#internship #contents .box01 > div .box01__ph {
  width: 28.7rem;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 1;
}
#internship #contents .box01 > div .box01__text-box {
  width: 24rem;
  aspect-ratio: 1/1;
  padding: 3.2rem 0rem 0rem 0rem;
  gap: 1.6rem;
  display: flex;
  flex-direction: column;
  margin: -12.7rem 0rem 0rem 8.7rem;
  position: relative;
  z-index: 2;
  background-color: #C30032;
  border-radius: 50%;
  align-items: center;
}
#internship #contents .box01 > div .box01__text-box h4,
#internship #contents .box01 > div .box01__text-box p {
  text-align: center;
}
#internship #contents .box01 > div .box01__text-box h4 span,
#internship #contents .box01 > div .box01__text-box p span {
  color: #FFF;
  letter-spacing: 0.07em;
}
#internship #contents .box01 > div .box01__text-box h4 span {
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.3333333333;
}
#internship #contents .box01 > div .box01__text-box p span {
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.8;
}
#internship #contents .box01 > div:nth-child(even) .box01__text-box {
  background-color: #000;
}
#internship #contents .list01 {
  display: flex;
  flex-direction: column;
  gap: 9.2rem;
  align-items: center;
  margin-top: 8.2rem;
}
#internship #contents .list01__item {
  width: 32.7rem;
}
#internship #contents .list01__ph-box {
  position: relative;
}
#internship #contents .list01__ph-box > p {
  width: 10rem;
  aspect-ratio: 1/1;
  background-color: #C30032;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
#internship #contents .list01__ph-box > p span {
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.07em;
  color: #FFF;
}
#internship #contents .list01__ph-box > p span small {
  font-size: 75%;
  line-height: 1.6;
}
#internship #contents .list01__ph {
  aspect-ratio: 327/246;
}
#internship #contents .list01__text-box {
  margin: 2.4rem 0rem 4rem 0rem;
}
#internship #contents .list01__text-box h4 {
  text-align: center;
  margin-bottom: 1.8rem;
}
#internship #contents .list01__text-box h4 span {
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.07em;
}
#internship #contents .list01__recommend {
  position: relative;
  width: 32.7rem;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 1.6rem;
  padding: 2.4rem 2.4rem;
}
#internship #contents .list01__recommend > p {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  background-color: #F0FA50;
  border-radius: 9999px;
  padding: 0rem 2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#internship #contents .list01__recommend > p span {
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #000;
  white-space: nowrap;
}
#internship #contents .list01__recommend-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#internship #contents .list01__recommend-item {
  width: 100%;
  border-bottom: 1px solid #DCDCDC;
  padding: 1.6rem 0rem;
}
#internship #contents .list01__recommend-item p {
  text-align: center;
}
#internship #contents .list01__recommend-item p span {
  white-space: nowrap;
  color: #787878;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
}
#internship #contents .list01__recommend-item:last-child {
  border-bottom: none;
}
#internship #contents .box02__ph {
  aspect-ratio: 375/422;
}
#internship #contents .box02__list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 32.7rem;
  margin: 2.4rem auto 0rem auto;
}
#internship #contents .box02__list > div {
  padding: 2rem 2.4rem;
  border-radius: 1.6rem;
}
#internship #contents .box02__list > div p {
  text-align: justify;
}
#internship #contents .box02__list > div p span {
  color: #FFF;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 2.0769230769;
  letter-spacing: 0.07em;
}
#internship #contents .box02__list > div.black {
  background-color: #000;
}
#internship #contents .box02__list > div.gray {
  background-color: #646464;
}
#internship #contents .box02__list > div.red {
  background-color: #C30032;
}
#internship #contents .box02__list > div.yellow {
  background-color: #F0FA50;
}
#internship #contents .box02__list > div.yellow p span {
  color: #646464;
}
#internship #contents .box02__list > div.white {
  background-color: #FFF;
}
#internship #contents .box02__list > div.white p span {
  color: #646464;
}
#internship #contents .box_message {
  background-color: #C30032;
  position: relative;
  padding: 7.5rem 0rem 0rem 0rem;
  margin-top: 1.6rem;
}
#internship #contents .box_message .box__tl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#internship #contents .box_message__body {
  width: 32.7rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  align-items: center;
}
#internship #contents .box_message__body p {
  text-align: justify;
  color: #FFF;
  font-family: YakuHanJP, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: 0.07em;
}
#internship #contents .box_message__ph {
  width: 21.5rem;
  height: 26.9rem;
}
#internship #contents .cta .section-in {
  padding: 10.4rem 0rem;
  position: relative;
}
#internship #contents .cta .section-in .cta-btn {
  width: 35.1rem;
  margin: 0 auto;
  position: relative;
}
#internship #contents .cta .section-in .cta-btn a {
  border-radius: 9999px;
  background-color: #00AAEB;
  height: 9.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  position: relative;
  z-index: 2;
}
#internship #contents .cta .section-in .cta-btn a span {
  text-align: right;
  font-family: YakuHanMP, source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
  color: #FFF;
}
#internship #contents .cta .section-in .cta-btn a .hover_arrow01 {
  width: 5.6rem;
}
#internship #contents .cta .section-in .cta-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.2rem;
  transform: translate(0, -50%);
  width: 25.5rem;
  height: 17.6rem;
  background-color: #FFF;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #internship #contents .main .section-in {
    padding: 13em 0em 0em 2.4em;
    width: 112.6rem;
    margin: 0 auto;
    display: flex;
    gap: 7.4rem;
    flex-wrap: wrap;
  }
  #internship #contents .main__tl {
    width: 40.6rem;
    margin: 0rem 0rem 0rem 0rem;
  }
  #internship #contents .main__tl span {
    font-size: 6.4rem;
    line-height: 1.5625;
    background: linear-gradient(transparent 78%, #C30032 78%, #C30032 90%, transparent 90%) no-repeat;
  }
  #internship #contents .main__text-box {
    padding: 0rem 0rem 0rem 0rem;
    flex: 1;
  }
  #internship #contents .main__en span {
    font-size: 10rem;
    line-height: 1.47;
    white-space: nowrap;
  }
  #internship #contents .main__subti {
    padding: 0rem 3.4rem;
    height: 5rem;
    margin: 1.2rem 0rem 3.5rem 0rem;
  }
  #internship #contents .main__subti span {
    font-size: 2.4rem;
    line-height: 1;
  }
  #internship #contents .main__text span {
    font-size: 1.5rem;
    line-height: 2.2;
    white-space: nowrap;
  }
  #internship #contents .main .loopSlide {
    margin-top: 10.5em;
  }
  #internship #contents .main .loopSlide .loopSlide__track {
    gap: 0rem 0.8rem;
  }
  #internship #contents .main .loopSlide .loopSlide__item {
    width: 36rem;
    aspect-ratio: 360/240;
  }
  #internship #contents .read .section-in {
    padding: 13.6em 0em 12em 0em;
  }
  #internship #contents .read .section-in .read-box {
    padding: 5.5rem 0rem 6.4rem 0rem;
    width: 88.4rem;
  }
  #internship #contents .read .section-in .read-box__subti {
    padding: 0.9rem 1.3rem 0.9rem 1.3rem;
  }
  #internship #contents .read .section-in .read-box__subti span {
    font-size: 1.5rem;
    line-height: 1;
  }
  #internship #contents .read .section-in .read-box__tl {
    margin: 0rem 0rem 2rem 0rem;
  }
  #internship #contents .read .section-in .read-box__tl span {
    font-size: 2rem;
    line-height: 1.65;
  }
  #internship #contents .read .section-in .read-box div {
    width: 75.6rem;
  }
  #internship #contents .box .section-in {
    gap: 12em;
  }
  #internship #contents .box__tl {
    margin: 0rem auto 4.8rem auto;
    width: 64rem;
    min-height: 12rem;
  }
  #internship #contents .box__tl h3 span {
    font-size: 3.2rem;
    line-height: 2;
  }
  #internship #contents .box__tl:after {
    width: 1.6rem;
    height: 2.4rem;
    background-color: #C30032;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  }
  #internship #contents .box__text {
    width: auto;
  }
  #internship #contents .box__text--pc-center {
    text-align: center;
  }
  #internship #contents .box01 {
    flex-direction: row;
    gap: 4rem;
    justify-content: center;
  }
  #internship #contents .box01 > div {
    width: 54.3rem;
  }
  #internship #contents .box01 > div .box01__ph {
    width: 38rem;
  }
  #internship #contents .box01 > div .box01__text-box {
    width: 28rem;
    padding: 4.8rem 0rem 0rem 0rem;
    gap: 1.6rem;
    margin: -21.6rem 0rem 0rem 26.3rem;
  }
  #internship #contents .box01 > div .box01__text-box h4 span {
    font-size: 3.2rem;
    line-height: 1.40625;
  }
  #internship #contents .list01 {
    flex-direction: row;
    gap: 4rem;
    align-items: stretch;
    justify-content: center;
    margin-top: 9.5rem;
  }
  #internship #contents .list01__item {
    width: 34.9rem;
  }
  #internship #contents .list01__ph-box > p {
    width: 12rem;
  }
  #internship #contents .list01__ph-box > p span {
    font-size: 2.8rem;
    line-height: 1;
  }
  #internship #contents .list01__ph-box > p span small {
    font-size: 53.5714%;
    line-height: 1.6;
  }
  #internship #contents .list01__ph {
    aspect-ratio: 349/262;
  }
  #internship #contents .list01__text-box {
    margin: 2.4rem 0rem 5rem 0rem;
  }
  #internship #contents .list01__text-box h4 {
    margin-bottom: 1.3rem;
  }
  #internship #contents .list01__text-box h4 span {
    font-size: 2.4rem;
    line-height: 1.7916666667;
  }
  #internship #contents .list01__recommend {
    width: 100%;
  }
  #internship #contents .box02__ph {
    aspect-ratio: 1366/680;
    position: relative;
    z-index: 2;
  }
  #internship #contents .box02__list {
    display: block;
    position: relative;
    z-index: 3;
    width: 112.6rem;
    margin: -4rem auto 0rem auto;
    height: 96.5rem;
  }
  #internship #contents .box02__list > div {
    position: absolute;
    padding: 3.5rem 4rem;
    z-index: 4;
  }
  #internship #contents .box02__list > div p span {
    font-size: 1.5rem;
    line-height: 2.2;
  }
  #internship #contents .box02__list > div:nth-child(1) {
    width: 64.5rem;
    left: 0rem;
    top: 0rem;
  }
  #internship #contents .box02__list > div:nth-child(2) {
    width: 27.5rem;
    left: 0rem;
    top: 20.7rem;
  }
  #internship #contents .box02__list > div:nth-child(3) {
    width: 34.6rem;
    left: 29.9rem;
    top: 20.7rem;
  }
  #internship #contents .box02__list > div:nth-child(4) {
    width: 44.1rem;
    right: 0rem;
    top: 0rem;
  }
  #internship #contents .box02__list > div:nth-child(5) {
    width: 44.1rem;
    right: 0rem;
    top: 27.8rem;
  }
  #internship #contents .box02__list > div:nth-child(6) {
    width: 64.5rem;
    left: 0rem;
    top: 44.7rem;
  }
  #internship #contents .box02__list > div:nth-child(7) {
    width: 20.9rem;
    left: 68.5rem;
    top: 55.5rem;
  }
  #internship #contents .box02__list > div:nth-child(8) {
    width: 20.9rem;
    right: 0rem;
    top: 55.5rem;
  }
  #internship #contents .box02__list > div:nth-child(9) {
    width: 64.5rem;
    left: 0rem;
    top: 65.4rem;
  }
  #internship #contents .box02__list > div:nth-child(10) {
    width: 100%;
    left: 0rem;
    bottom: 0rem;
    /* -moz-columns: 2;
    columns: 2;
    gap: 2.4rem; */
  }
  #internship #contents .box_message {
    background-color: #C30032;
    position: relative;
    padding: 12.4rem 6.4rem 0rem 2.4rem;
    margin: 6em auto 0em auto;
    width: 112.6rem;
    border-radius: 1.6rem;
  }
  #internship #contents .box_message__body {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
  }
  #internship #contents .box_message__body p {
    flex: 1;
    order: 2;
    -moz-columns: 2;
    columns: 2;
    gap: 4rem;
  }
  #internship #contents .box_message__ph {
    order: 1;
    width: 29.4rem;
    height: 44.8rem;
  }
  #internship #contents .cta .section-in {
    padding: 20em 0em 24em 0em;
  }
  #internship #contents .cta .section-in .cta-btn {
    width: 96.6rem;
  }
  #internship #contents .cta .section-in .cta-btn a {
    height: 16rem;
    gap: 2.4rem;
  }
  #internship #contents .cta .section-in .cta-btn a span {
    font-size: 2.4rem;
    line-height: 1;
    text-align: left;
    transition: opacity 250ms ease;
  }
  #internship #contents .cta .section-in .cta-btn:after {
    content: "";
    position: absolute;
    right: calc((100vw - 96.6rem) / 2 * -1);
    width: 82.8157349896%;
    height: 32rem;
    pointer-events: none;
  }
  #internship #contents .cta .section-in .cta-btn.on a span {
    opacity: 0.7;
  }
  #internship #contents .fix-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 40rem;
    z-index: 10;
  }
  #internship #contents .fix-btn a {
    background-color: #00AAEB;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 400ms ease;
    gap: 0.9rem;
  }
  #internship #contents .fix-btn a .text {
    color: #FFF;
    font-family: YakuHanMP, source-han-serif-japanese, serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.07em;
    transition: 400ms ease;
  }
  #internship #contents .fix-btn a .arrow {
    width: 2.565rem;
    transition: 400ms ease;
  }
  #internship #contents .fix-btn a .arrow svg path {
    transition: 400ms ease;
  }
  #internship #contents .fix-btn.on a .text {
    opacity: 0.7;
  }
  #internship #contents .fix-btn.on a .arrow {
    transform: translateX(8px);
  }
}