@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

fieldset {
  border: 0;
}

body {
  line-height: 1.8;
}

body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, select, ul {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
}

em {
  font-style: normal;
}

ul li {
  list-style-type: none;
  list-style-image: none;
}

address {
  font-style: normal;
}

/* 下層fv
--------------------- */
.at-first-fv {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.at-first-fv .wrapper {
  padding: 10.3rem 9.2rem 0 10rem;
}
.at-first-fv .wrapper .breadcrumb {
  position: relative;
  z-index: 3;
  margin-left: auto;
  margin-bottom: 2.3rem;
  width: -moz-fit-content;
  width: fit-content;
}
.at-first-fv .wrapper .breadcrumb ul {
  display: flex;
}
.at-first-fv .wrapper .breadcrumb ul li a {
  position: relative;
  transition: var(--hover_ani_time);
}
.at-first-fv .wrapper .breadcrumb ul li a:hover {
  opacity: 0.7;
}
.at-first-fv .wrapper .breadcrumb ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--black);
}
.at-first-fv .wrapper .breadcrumb ul li:not(:nth-last-of-type(1))::after {
  content: "/";
  margin: 0 1.35rem;
}
.at-first-fv .wrapper .title {
  position: relative;
  z-index: 2;
}
.at-first-fv .wrapper .title h1 {
  font-size: 5.8rem;
  line-height: 7.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.at-first-fv .wrapper .title h1 .jp {
  padding-left: 3rem;
  letter-spacing: 2.2rem;
}
.at-first-fv .wrapper .title h1 .bk-en {
  letter-spacing: 3.1rem;
}
.at-first-fv .wrapper .title .sub {
  font-weight: 700;
}
.at-first-fv .pth {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 46vw;
}
.at-first-fv .page__marquee {
  position: absolute;
  z-index: 2;
  bottom: 0;
  display: flex;
  overflow: hidden;
  width: 100%;
}
.at-first-fv .page__marquee .marquee__item {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 15rem;
  font-weight: 700;
  line-height: 1;
  padding-right: 20px;
}
.at-first-fv .page__marquee .marquee__item:nth-child(odd) {
  animation: loop 100s -50s linear infinite;
}
.at-first-fv .page__marquee .marquee__item:nth-child(even) {
  animation: loop2 100s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.at-first-fv .vertical {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background: #F0F0F0;
}
.at-first-fv .vertical:nth-child(1) {
  left: 0rem;
}
.at-first-fv .vertical:nth-child(2) {
  left: 8rem;
}
.at-first-fv .vertical:nth-child(3) {
  left: 16rem;
}
.at-first-fv .vertical:nth-child(4) {
  left: 24rem;
}
.at-first-fv .vertical:nth-child(5) {
  left: 32rem;
}
.at-first-fv .vertical:nth-child(6) {
  left: 40rem;
}
.at-first-fv .vertical:nth-child(7) {
  left: 48rem;
}
.at-first-fv .vertical:nth-child(8) {
  left: 56rem;
}
.at-first-fv .vertical:nth-child(9) {
  left: 64rem;
}
.at-first-fv .vertical:nth-child(10) {
  left: 72rem;
}
.at-first-fv .vertical:nth-child(11) {
  left: 80rem;
}
.at-first-fv .vertical:nth-child(12) {
  left: 88rem;
}
.at-first-fv .vertical:nth-child(13) {
  left: 96rem;
}
.at-first-fv .vertical:nth-child(14) {
  left: 104rem;
}
.at-first-fv .vertical:nth-child(15) {
  left: 112rem;
}
.at-first-fv .vertical:nth-child(16) {
  left: 120rem;
}
.at-first-fv .vertical:nth-child(17) {
  left: 128rem;
}
.at-first-fv .vertical:nth-child(18) {
  left: 136rem;
}
.at-first-fv .vertical:nth-child(19) {
  left: 144rem;
}
.at-first-fv .vertical:nth-child(20) {
  left: 152rem;
}
.at-first-fv .horizontal {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #F0F0F0;
}
.at-first-fv .horizontal:nth-child(1) {
  top: 0rem;
}
.at-first-fv .horizontal:nth-child(2) {
  top: 8rem;
}
.at-first-fv .horizontal:nth-child(3) {
  top: 16rem;
}
.at-first-fv .horizontal:nth-child(4) {
  top: 24rem;
}
.at-first-fv .horizontal:nth-child(5) {
  top: 32rem;
}
.at-first-fv .horizontal:nth-child(6) {
  top: 40rem;
}
.at-first-fv .horizontal:nth-child(7) {
  top: 48rem;
}
.at-first-fv .horizontal:nth-child(8) {
  top: 56rem;
}
.at-first-fv .horizontal:nth-child(9) {
  top: 64rem;
}
.at-first-fv .horizontal:nth-child(10) {
  top: 72rem;
}
.at-first-fv .horizontal:nth-child(11) {
  top: 80rem;
}
.at-first-fv .horizontal:nth-child(12) {
  top: 88rem;
}
.at-first-fv .horizontal:nth-child(13) {
  top: 96rem;
}
.at-first-fv .horizontal:nth-child(14) {
  top: 104rem;
}
.at-first-fv .horizontal:nth-child(15) {
  top: 112rem;
}
.at-first-fv .horizontal:nth-child(16) {
  top: 120rem;
}
.at-first-fv .horizontal:nth-child(17) {
  top: 128rem;
}
.at-first-fv .horizontal:nth-child(18) {
  top: 136rem;
}
.at-first-fv .horizontal:nth-child(19) {
  top: 144rem;
}
.at-first-fv .horizontal:nth-child(20) {
  top: 152rem;
}
.at-first-fv .horizontal:nth-child(21) {
  top: 160rem;
}
.at-first-fv .horizontal:nth-child(22) {
  top: 168rem;
}
.at-first-fv .horizontal:nth-child(23) {
  top: 176rem;
}
.at-first-fv .horizontal:nth-child(24) {
  top: 184rem;
}
.at-first-fv .horizontal:nth-child(25) {
  top: 192rem;
}
.at-first-fv .horizontal:nth-child(26) {
  top: 200rem;
}
.at-first-fv .horizontal:nth-child(27) {
  top: 208rem;
}
.at-first-fv .horizontal:nth-child(28) {
  top: 216rem;
}
.at-first-fv .horizontal:nth-child(29) {
  top: 224rem;
}
.at-first-fv .horizontal:nth-child(30) {
  top: 232rem;
}

@media screen and (min-width: 769px) {
  .at-first-fv {
    height: 78.05rem;
  }
}
@media screen and (max-width: 768px) {
  .at-first-fv {
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  .at-first-fv .wrapper {
    padding: 9.5rem 0 26.5rem 2rem;
  }
  .at-first-fv .wrapper .breadcrumb {
    margin-left: 0;
    margin-bottom: 3rem;
  }
  .at-first-fv .wrapper .breadcrumb ul li a:hover {
    opacity: 1;
  }
  .at-first-fv .wrapper .title h1 {
    font-size: 3.6rem;
    line-height: 4.4rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
  }
  .at-first-fv .wrapper .title h1 .jp {
    padding-left: 1rem;
    letter-spacing: 1rem;
  }
  .at-first-fv .wrapper .title h1 .bk-en {
    letter-spacing: 1rem;
  }
  .at-first-fv .wrapper .title .sub {
    font-size: 1.05rem;
  }
  .at-first-fv .pth {
    position: absolute;
    z-index: 1;
    top: 43%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 65vw;
  }
  .at-first-fv .page__marquee {
    bottom: 0;
  }
  .at-first-fv .page__marquee .marquee__item {
    font-size: 7rem;
    padding-right: 20px;
  }
  .at-first-fv .page__marquee .marquee__item:nth-child(odd) {
    animation: loop 100s -50s linear infinite;
  }
  .at-first-fv .page__marquee .marquee__item:nth-child(even) {
    animation: loop2 100s linear infinite;
  }
  .at-first-fv .vertical:nth-child(1) {
    left: 0rem;
  }
  .at-first-fv .vertical:nth-child(2) {
    left: 3rem;
  }
  .at-first-fv .vertical:nth-child(3) {
    left: 6rem;
  }
  .at-first-fv .vertical:nth-child(4) {
    left: 9rem;
  }
  .at-first-fv .vertical:nth-child(5) {
    left: 12rem;
  }
  .at-first-fv .vertical:nth-child(6) {
    left: 15rem;
  }
  .at-first-fv .vertical:nth-child(7) {
    left: 18rem;
  }
  .at-first-fv .vertical:nth-child(8) {
    left: 21rem;
  }
  .at-first-fv .vertical:nth-child(9) {
    left: 24rem;
  }
  .at-first-fv .vertical:nth-child(10) {
    left: 27rem;
  }
  .at-first-fv .vertical:nth-child(11) {
    left: 30rem;
  }
  .at-first-fv .vertical:nth-child(12) {
    left: 33rem;
  }
  .at-first-fv .vertical:nth-child(13) {
    left: 36rem;
  }
  .at-first-fv .vertical:nth-child(14) {
    left: 39rem;
  }
  .at-first-fv .vertical:nth-child(15) {
    left: 42rem;
  }
  .at-first-fv .vertical:nth-child(16) {
    left: 45rem;
  }
  .at-first-fv .vertical:nth-child(17) {
    left: 48rem;
  }
  .at-first-fv .vertical:nth-child(18) {
    left: 51rem;
  }
  .at-first-fv .vertical:nth-child(19) {
    left: 54rem;
  }
  .at-first-fv .vertical:nth-child(20) {
    left: 57rem;
  }
  .at-first-fv .horizontal:nth-child(1) {
    top: 0rem;
  }
  .at-first-fv .horizontal:nth-child(2) {
    top: 3rem;
  }
  .at-first-fv .horizontal:nth-child(3) {
    top: 6rem;
  }
  .at-first-fv .horizontal:nth-child(4) {
    top: 9rem;
  }
  .at-first-fv .horizontal:nth-child(5) {
    top: 12rem;
  }
  .at-first-fv .horizontal:nth-child(6) {
    top: 15rem;
  }
  .at-first-fv .horizontal:nth-child(7) {
    top: 18rem;
  }
  .at-first-fv .horizontal:nth-child(8) {
    top: 21rem;
  }
  .at-first-fv .horizontal:nth-child(9) {
    top: 24rem;
  }
  .at-first-fv .horizontal:nth-child(10) {
    top: 27rem;
  }
  .at-first-fv .horizontal:nth-child(11) {
    top: 30rem;
  }
  .at-first-fv .horizontal:nth-child(12) {
    top: 33rem;
  }
  .at-first-fv .horizontal:nth-child(13) {
    top: 36rem;
  }
  .at-first-fv .horizontal:nth-child(14) {
    top: 39rem;
  }
  .at-first-fv .horizontal:nth-child(15) {
    top: 42rem;
  }
  .at-first-fv .horizontal:nth-child(16) {
    top: 45rem;
  }
  .at-first-fv .horizontal:nth-child(17) {
    top: 48rem;
  }
  .at-first-fv .horizontal:nth-child(18) {
    top: 51rem;
  }
  .at-first-fv .horizontal:nth-child(19) {
    top: 54rem;
  }
  .at-first-fv .horizontal:nth-child(20) {
    top: 57rem;
  }
  .at-first-fv .horizontal:nth-child(21) {
    top: 60rem;
  }
  .at-first-fv .horizontal:nth-child(22) {
    top: 63rem;
  }
  .at-first-fv .horizontal:nth-child(23) {
    top: 66rem;
  }
  .at-first-fv .horizontal:nth-child(24) {
    top: 69rem;
  }
  .at-first-fv .horizontal:nth-child(25) {
    top: 72rem;
  }
  .at-first-fv .horizontal:nth-child(26) {
    top: 75rem;
  }
  .at-first-fv .horizontal:nth-child(27) {
    top: 78rem;
  }
  .at-first-fv .horizontal:nth-child(28) {
    top: 81rem;
  }
  .at-first-fv .horizontal:nth-child(29) {
    top: 84rem;
  }
  .at-first-fv .horizontal:nth-child(30) {
    top: 87rem;
  }
}
/* section
--------------------- */
#section .wrapper {
  position: relative;
  padding: 20rem 0 0 0;
}
#section .wrapper .box {
  position: relative;
  width: 71.43%;
  border-radius: 3rem;
  padding: 5.8rem 10rem 8.5rem 10rem;
  margin: 0 auto 12rem auto;
  background-color: var(--gray02);
}
#section .wrapper .box .lead-box {
  margin-bottom: 7rem;
}
#section .wrapper .box .lead-box .lead {
  position: relative;
  z-index: 3;
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  line-height: 4.6rem;
}
#section .wrapper .box .lead-box .lead.lead02::after {
  content: "";
  display: block;
  width: 5vw;
  height: 1.5vw;
  margin: 4.6rem auto 3.6rem auto;
  background: url("../img/sec_triangle_red.svg") no-repeat center/cover;
}
#section .wrapper .box .lead-box .lead-sub {
  position: relative;
  z-index: 3;
  text-align: center;
  line-height: 4rem;
  font-weight: 500;
  margin: 3rem 0 2.8rem 0;
}
#section .wrapper .box .lead-box .txt-red {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.7rem auto 0 auto;
  padding: 0.6rem 0.7rem 0.7rem 0.7rem;
  background: var(--red);
}
#section .wrapper .box .lead-box .small {
  font-size: 2.45rem;
}
#section .wrapper .box h2 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 3rem;
}
#section .wrapper .box .items {
  display: flex;
  justify-content: space-between;
}
#section .wrapper .box .items .item {
  width: calc(50% - 2.5rem);
}
#section .wrapper .box .items .item .pht {
  border-radius: 2rem;
  overflow: hidden;
}
#section .wrapper .box .items .item h3 {
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  padding: 2.1rem 0 0.9rem 0;
}
#section .wrapper .box .items .item p {
  padding: 0 2rem;
}
#section .wrapper .box .ill-01 {
  position: absolute;
  top: 13rem;
  left: -9rem;
  width: 9vw;
}
#section .wrapper .box .ill-02 {
  position: absolute;
  bottom: -5rem;
  right: -11rem;
  width: 14vw;
}
#section .wrapper .lamp {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6vw;
}
#section .wrapper .light {
  position: absolute;
  z-index: 1;
  top: 5.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}
#section .wrapper .pht-box .lead {
  font-size: 2.8rem;
  line-height: 4.4rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5rem;
}
#section .wrapper .pht-box .pht {
  width: 75vw;
  margin: 0 0 0 19rem;
}

@media screen and (max-width: 768px) {
  #section .wrapper {
    padding: 12rem 0 0 0;
  }
  #section .wrapper .box {
    width: 90%;
    border-radius: 1.2rem;
    padding: 4rem 1.5rem 5rem 1.5rem;
    margin: 0 auto 7rem auto;
  }
  #section .wrapper .box .lead-box {
    margin-bottom: 5rem;
  }
  #section .wrapper .box .lead-box .lead {
    font-size: 2rem;
    line-height: 3.1rem;
    letter-spacing: 0.01em;
  }
  #section .wrapper .box .lead-box .lead.lead02::after {
    width: 13vw;
    height: 3.5vw;
    margin: 2.4rem auto 1.9rem auto;
  }
  #section .wrapper .box .lead-box .lead-sub {
    font-size: 1.5rem;
    line-height: 3.2rem;
    margin: 1.5rem 0 1.5rem 0;
  }
  #section .wrapper .box .lead-box .txt-red {
    font-size: 1.6rem;
    line-height: 2.3rem;
    margin: 1.5rem auto 0 auto;
    padding: 0.4rem 0.7rem 0.5rem 0.7rem;
  }
  #section .wrapper .box .lead-box .small {
    font-size: 1.8rem;
  }
  #section .wrapper .box h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  #section .wrapper .box .items {
    display: block;
  }
  #section .wrapper .box .items .item {
    width: 100%;
  }
  #section .wrapper .box .items .item.start p {
    padding-bottom: 3rem;
  }
  #section .wrapper .box .items .item .pht {
    border-radius: 2rem;
    overflow: hidden;
  }
  #section .wrapper .box .items .item h3 {
    font-size: 1.8rem;
    padding: 1.6rem 0 0.8rem 0;
  }
  #section .wrapper .box .items .item p {
    padding: 0 2rem;
  }
  #section .wrapper .box .ill-01 {
    top: 12.5rem;
    left: -1rem;
    width: 15vw;
  }
  #section .wrapper .box .ill-02 {
    bottom: -3.5rem;
    right: -1.2rem;
    width: 28vw;
  }
  #section .wrapper .lamp {
    left: 50%;
    width: 12vw;
  }
  #section .wrapper .light {
    top: 3rem;
    left: 50%;
    width: 90%;
  }
  #section .wrapper .list {
    display: flex;
    padding: 0 0 3.7rem 0;
    width: 90%;
    margin: 0 auto;
  }
  #section .wrapper .list .item {
    width: calc(50% - 1rem);
  }
  #section .wrapper .list .item:nth-child(-n+5) {
    margin-bottom: 2rem;
  }
  #section .wrapper .list .item:not(:nth-last-child(-n+2)) {
    margin-bottom: 2rem;
  }
  #section .wrapper .list .item p {
    text-align: center;
    margin-top: 0.5rem;
  }
  #section .wrapper .pht-box .lead {
    font-size: 1.9rem;
    line-height: 3rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 3rem;
  }
  #section .wrapper .pht-box .pht {
    width: 90vw;
    margin: 0 auto;
  }
}
/* maintenance
--------------------- */
#maintenance {
  position: relative;
}
#maintenance .bg_item {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#maintenance .inner {
  padding: 9rem 0 21.5rem 0;
}
#maintenance .inner .lead {
  position: relative;
  line-height: 5rem;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#maintenance .inner .lead::after {
  content: "";
  display: block;
  width: 4vw;
  height: 1px;
  margin: 4rem auto 3.5rem auto;
  background-color: var(--white);
}
#maintenance .inner .lead .little {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
}
#maintenance .inner .lead .middle {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 5.5rem;
}
#maintenance .inner .lead .large {
  position: relative;
  z-index: 2;
  font-size: 4rem;
  font-weight: 700;
}
#maintenance .inner .lead .light {
  position: absolute;
  z-index: 1;
  top: 9.6rem;
  right: 7rem;
  width: 13vw;
  height: 4.8vw;
}
#maintenance .inner .box .box-lead {
  font-size: 2.4rem;
  line-height: 3.7rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}
#maintenance .inner .box .flex {
  position: relative;
  display: flex;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
#maintenance .inner .box .flex::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7vw;
  height: 7vw;
  transform: translate(-50%, -50%);
  background: url("../img/maintenance_cross.svg") no-repeat center/cover;
}
#maintenance .inner .box .flex .item {
  position: relative;
  width: 18.4vw;
  height: 18.4vw;
  border-radius: 100%;
  background-color: var(--white);
}
#maintenance .inner .box .flex .item.end {
  margin-left: 15rem;
}
#maintenance .inner .box .flex .item .head {
  font-size: 4rem;
  text-align: center;
  font-weight: 700;
  padding-top: 6rem;
  padding-bottom: 1.5rem;
}
#maintenance .inner .box .flex .item .head .en {
  display: block;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 1rem;
}
#maintenance .inner .box .flex .item .head .jp {
  display: block;
  line-height: 1;
}
#maintenance .inner .box .flex .item .txt {
  text-align: center;
  font-weight: 700;
  line-height: 2.5rem;
}
#maintenance .inner .box .flex .item .ill-01 {
  position: absolute;
  top: -2.5rem;
  left: 1.9rem;
  width: 3.5vw;
}
#maintenance .inner .box .flex .item .ill-02 {
  position: absolute;
  bottom: -6rem;
  right: -1rem;
  width: 6vw;
}

@media screen and (max-width: 768px) {
  #maintenance .inner {
    padding: 0rem 0 9rem 0;
  }
  #maintenance .inner .lead {
    line-height: 3.8rem;
    margin: 0 auto;
  }
  #maintenance .inner .lead::after {
    width: 4vw;
    margin: 2.3rem auto 1.8rem auto;
  }
  #maintenance .inner .lead .little {
    font-size: 1.8rem;
  }
  #maintenance .inner .lead .middle {
    font-size: 2rem;
    line-height: 3.5rem;
  }
  #maintenance .inner .lead .large {
    font-size: 2.8rem;
  }
  #maintenance .inner .lead .light {
    top: 6.8rem;
    right: 4.6rem;
    width: 30vw;
    height: 12vw;
  }
  #maintenance .inner .box .box-lead {
    font-size: 1.7rem;
    line-height: 2.9rem;
    margin-bottom: 3rem;
  }
  #maintenance .inner .box .flex {
    margin: 0;
    width: 100%;
    justify-content: space-between;
  }
  #maintenance .inner .box .flex::after {
    width: 11vw;
    height: 11vw;
  }
  #maintenance .inner .box .flex .item {
    width: 36vw;
    height: 36vw;
  }
  #maintenance .inner .box .flex .item.end {
    margin-left: 1rem;
  }
  #maintenance .inner .box .flex .item .head {
    font-size: 3.5rem;
    padding-top: 2.5rem;
    padding-bottom: 0.9rem;
  }
  #maintenance .inner .box .flex .item .head .en {
    font-size: 2.6rem;
    margin-bottom: 0.6rem;
  }
  #maintenance .inner .box .flex .item .head .jp {
    font-size: 1.3rem;
  }
  #maintenance .inner .box .flex .item .txt {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  #maintenance .inner .box .flex .item .ill-01 {
    top: -1rem;
    left: 0rem;
    width: 7.5vw;
  }
  #maintenance .inner .box .flex .item .ill-02 {
    bottom: -4.5rem;
    right: 0rem;
    width: 12vw;
  }
}
/* numbers
--------------------- */
#numbers .wrapper {
  border-radius: 5rem;
  padding-bottom: 2rem;
}
#numbers .wrapper .title {
  z-index: 2;
  margin-bottom: 5rem;
}
#numbers .wrapper .title .en {
  display: block;
  text-align: center;
  font-weight: 700;
}
#numbers .wrapper .title h2 {
  font-size: 3rem;
  text-align: center;
}
#numbers .wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100rem;
  margin: 0 auto;
}
#numbers .wrapper .list .item {
  position: relative;
  width: calc(50% - 1.5rem);
  height: -moz-fit-content;
  height: fit-content;
  padding: 5rem 0 5.5rem 0;
  border-radius: 2rem;
}
#numbers .wrapper .list .item:nth-of-type(1) {
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 4rem 7rem;
  margin-bottom: 3rem;
}
#numbers .wrapper .list .item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 7rem;
  width: 4.5vw;
  height: 4.8vw;
  background: url("../img/num_icont01.svg") no-repeat center/cover;
}
#numbers .wrapper .list .item:nth-of-type(1) .ph {
  width: 15%;
  margin: 0;
}
#numbers .wrapper .list .item:nth-of-type(1) p {
  width: 70%;
  padding: 0;
  margin: 0 auto;
}
#numbers .wrapper .list .item:nth-of-type(2) {
  margin-bottom: 3rem;
}
#numbers .wrapper .list .item:nth-of-type(3) {
  z-index: 1;
  height: auto;
  margin-bottom: 3rem;
}
#numbers .wrapper .list .item:nth-of-type(3)::before {
  content: "";
  position: absolute;
  top: 9rem;
  left: 45rem;
  width: 6vw;
  height: 5.8vw;
  background: url("../img/num_icont03.svg") no-repeat center/cover;
}
#numbers .wrapper .list .item:nth-of-type(4) {
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 4rem 7rem;
}
#numbers .wrapper .list .item:nth-of-type(4)::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -9.5rem;
  right: 53rem;
  width: 6vw;
  height: 5.8vw;
  background: url("../img/num_icont02.svg") no-repeat center/cover;
}
#numbers .wrapper .list .item:nth-of-type(4) .ph {
  width: 18%;
  margin: 0;
}
#numbers .wrapper .list .item:nth-of-type(4) p {
  width: 70%;
  padding: 0;
  margin: 0 auto;
}
#numbers .wrapper .list .item .num {
  position: absolute;
  top: 0.7rem;
  left: 1.6rem;
  color: #B7B7B7;
}
#numbers .wrapper .list .item .en {
  position: absolute;
  top: 1.9rem;
  right: 1.2rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #B7B7B7;
}
#numbers .wrapper .list .item .ph {
  width: 50%;
  margin: 0 auto 1.5rem auto;
}
#numbers .wrapper .list .item p {
  width: 100%;
  padding: 0 5rem;
  margin: 0 auto;
  line-height: 3rem;
}

@media screen and (max-width: 768px) {
  #numbers .wrapper {
    border-radius: 2rem;
    padding-bottom: 4rem;
  }
  #numbers .wrapper .title {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
  }
  #numbers .wrapper .title .en {
    font-weight: 700;
  }
  #numbers .wrapper .title h2 {
    font-size: 2.4rem;
    text-align: center;
  }
  #numbers .wrapper .list {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  #numbers .wrapper .list .item {
    width: 100%;
    padding: 3.5rem 0 3.8rem 0;
    border-radius: 1.2rem;
  }
  #numbers .wrapper .list .item:nth-of-type(1) {
    display: block;
    padding: 3.5rem 0 3.8rem 0;
    margin-bottom: 2rem;
  }
  #numbers .wrapper .list .item:nth-of-type(1)::before {
    bottom: -3rem;
    left: 24rem;
    width: 14.5vw;
    height: 15vw;
  }
  #numbers .wrapper .list .item:nth-of-type(1) .ph {
    width: 33%;
    margin: 0.8rem auto 2rem auto;
  }
  #numbers .wrapper .list .item:nth-of-type(1) p {
    width: 100%;
    padding: 0 4rem;
    margin: 0 auto;
  }
  #numbers .wrapper .list .item:nth-of-type(2) {
    margin-bottom: 2rem;
  }
  #numbers .wrapper .list .item:nth-of-type(3) {
    z-index: 3;
    margin-bottom: 2rem;
  }
  #numbers .wrapper .list .item:nth-of-type(3)::before {
    z-index: 500;
    top: -5rem;
    left: -2rem;
    width: 14vw;
    height: 13.8vw;
  }
  #numbers .wrapper .list .item:nth-of-type(4) {
    display: block;
    padding: 3.5rem 0 3.8rem 0;
  }
  #numbers .wrapper .list .item:nth-of-type(4)::before {
    top: -7rem;
    right: -1rem;
    width: 15vw;
    height: 14.8vw;
  }
  #numbers .wrapper .list .item:nth-of-type(4) .ph {
    width: 40%;
    margin: 0.8rem auto 2rem auto;
  }
  #numbers .wrapper .list .item:nth-of-type(4) p {
    width: 100%;
    padding: 0 4rem;
    margin: 0 auto;
  }
  #numbers .wrapper .list .item .num {
    position: absolute;
    top: 0.7rem;
    left: 1.6rem;
    color: #B7B7B7;
  }
  #numbers .wrapper .list .item .en {
    position: absolute;
    top: 1.9rem;
    right: 1.2rem;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #B7B7B7;
  }
  #numbers .wrapper .list .item .ph {
    width: 50%;
    margin: 0 auto 1rem auto;
  }
  #numbers .wrapper .list .item p {
    width: 100%;
    padding: 0 4rem;
    margin: 0 auto;
    line-height: 3rem;
  }
}
/* next
--------------------- */
#next {
  padding-bottom: 12rem;
}
#next .inner {
  padding-top: 17.7rem;
}
#next .inner .title {
  margin-bottom: 5rem;
}
#next .inner .title .en {
  display: block;
  text-align: center;
  font-weight: 700;
}
#next .inner .title h2 {
  font-size: 3rem;
  text-align: center;
}
#next .inner .warpper {
  display: flex;
  justify-content: space-between;
}
#next .inner .warpper .box {
  width: calc(33% - 3rem);
}
#next .inner .warpper .box a {
  transition: var(--hover_ani_time);
}
#next .inner .warpper .box a:hover .pht {
  overflow: hidden;
}
#next .inner .warpper .box a:hover .pht img {
  transform: scale(1.2);
}
#next .inner .warpper .box a .pht {
  border-radius: 2rem;
  overflow: hidden;
}
#next .inner .warpper .box a .pht img {
  transition: var(--hover_ani_time);
}
#next .inner .warpper .box a .btn-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.3rem 0 2.1rem 0;
  border-bottom: 1px solid var(--gray);
  background: url("../../common/img/btn_arrow_red.svg") no-repeat center right 0.6rem/1.7vw;
}
#next .inner .warpper .box a .btn-box::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 2.4vw;
  height: 1px;
  background: var(--red);
}
#next .inner .warpper .box a .btn-box .en {
  display: block;
  line-height: 1;
  padding-top: 0.2rem;
  margin-right: 1.4rem;
}
#next .inner .warpper .box a .btn-box p {
  font-weight: 500;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #next {
    padding-bottom: 9rem;
  }
  #next .inner {
    padding-top: 6rem;
  }
  #next .inner .title {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  #next .inner .title .en {
    font-weight: 700;
  }
  #next .inner .title h2 {
    font-size: 2.4rem;
    text-align: center;
  }
  #next .inner .warpper {
    display: block;
  }
  #next .inner .warpper .box {
    width: 100%;
  }
  #next .inner .warpper .box:not(:nth-last-of-type(1)) {
    margin-bottom: 3rem;
  }
  #next .inner .warpper .box a:hover .pht img {
    transform: scale(1);
  }
  #next .inner .warpper .box a .pht {
    border-radius: 1rem;
  }
  #next .inner .warpper .box a .btn-box {
    padding: 2.5rem 0 2.3rem 0;
    border-bottom: 1px solid var(--gray);
    background: url("../../common/img/btn_arrow_red.svg") no-repeat center right 0.6rem/5vw;
  }
  #next .inner .warpper .box a .btn-box::after {
    width: 8vw;
  }
  #next .inner .warpper .box a .btn-box .en {
    display: block;
    font-size: 1.3rem;
    line-height: 1;
    padding-top: 0.2rem;
    margin-right: 1.3rem;
  }
  #next .inner .warpper .box a .btn-box p {
    font-size: 1.55rem;
    font-weight: 500;
    line-height: 1;
  }
}/*# sourceMappingURL=style.css.map */