@charset "UTF-8";
/* 
---------------------------------------
WEBフォント追加
---------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
.sp {
  display: none; }
  @media screen and (max-width: 834px) {
    .sp {
      display: block; } }

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

.ja {
  font-family: "Noto Sans JP", sans-serif; }

.en {
  font-weight: 400;
  font-family: 'Unbounded'; }

html {
  width: 100%;
  overflow-y: scroll;
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Helvetica, Arial, "Yu Gothic", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  overflow: visible; }

.inner {
  max-width: 1500px; }

.inner-s {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%; }

img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; }

.sec__lead {
  display: flex;
  align-items: center;
  gap: 0 1.4rem;
  font-size: 2.4rem;
  margin-bottom: 3.5rem; }
  @media screen and (max-width: 834px) {
    .sec__lead {
      font-size: 1.7rem;
      margin-bottom: 1.5rem;
      gap: 0 0.6rem; } }
  .sec__lead span.dotted {
    width: 1.9rem;
    height: 1.9rem;
    background: linear-gradient(to bottom, #40AFE8, #8FC12D);
    border-radius: 50%; }
    @media screen and (max-width: 834px) {
      .sec__lead span.dotted {
        width: 1.3rem;
        height: 1.3rem; } }

span.strong {
  font-weight: 700; }

span.italic {
  font-style: italic; }

a.view-btn {
  position: relative;
  background: #61AFE6;
  color: #fff;
  height: 76px;
  max-width: 298px;
  width: 100%;
  margin: 0 auto;
  border-radius: 50px;
  font-family: Helvetica Neue, Hiragino Kaku Gothic ProN, Hiragino Sans, Helvetica, Arial, Yu Gothic, Meiryo, sans-serif;
  font-weight: 500;
  border: 1px solid transparent;
  font-size: 1.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all .3s; }
  @media screen and (max-width: 834px) {
    a.view-btn {
      max-width: 228px;
      height: 60px; } }
  a.view-btn span {
    display: inline-block;
    padding-right: 1.8rem;
    letter-spacing: .25px;
    position: relative; }
  a.view-btn span::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    font-family: Material Icons;
    content: "\f8ce";
    right: -3px;
    top: 50%;
    transition: all .3s;
    transform: translateY(-50%);
    font-size: 1.8rem; }
  a.view-btn:hover {
    opacity: 0.7; }
    a.view-btn:hover span::before {
      right: -8px; }

.fadein.scroll-activate {
  opacity: 0;
  transform: translateY(30px); }

.fadein.scroll-activate.active {
  opacity: 1;
  transform: translate(0);
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.en-lp .main-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  @media screen and (max-width: 1400px) {
    .en-lp .main-header {
      padding-top: 21px; } }
.en-lp .main-header__inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%; }
.en-lp .main-header__navGlobal {
  padding: 0;
  width: 83%; }
  @media screen and (max-width: 834px) {
    .en-lp .main-header__navGlobal {
      display: none; } }
.en-lp .main-header__menu-item a {
  font-weight: 400;
  font-size: 2rem; }
.en-lp .main-header__contact {
  align-items: center;
  gap: 0 2rem; }
.en-lp .main-header__contact-item {
  width: auto; }
.en-lp .main-header__contact-item a {
  font-size: 2rem;
  font-weight: 500;
  padding: 0.5rem 2.7rem;
  width: fit-content; }
.en-lp .main-header__contact-item-smalls {
  top: -2.5rem; }
.en-lp__lead {
  padding: 10rem 0 14rem;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 834px) {
    .en-lp__lead {
      flex-direction: column;
      padding: 5rem 0 9rem;
      gap: 3rem 0; } }
.en-lp__lead--info {
  width: 45%;
  padding-left: 6%; }
  @media screen and (max-width: 834px) {
    .en-lp__lead--info {
      width: 100%;
      padding: 0; } }
.en-lp__lead--picture--wrap {
  width: 45%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 4rem 0; }
  @media screen and (max-width: 834px) {
    .en-lp__lead--picture--wrap {
      width: 100%; } }
.en-lp__lead--picture--wrap .en-lp__lead--picture1 {
  padding-right: 11rem;
  width: 64%; }
  @media screen and (max-width: 834px) {
    .en-lp__lead--picture--wrap .en-lp__lead--picture1 {
      width: 54%;
      padding-right: 3rem; } }
.en-lp__lead--picture--wrap .en-lp__lead--picture2 {
  position: absolute;
  width: 36%;
  bottom: 10rem;
  left: -5%; }
  @media screen and (max-width: 834px) {
    .en-lp__lead--picture--wrap .en-lp__lead--picture2 {
      left: 0;
      width: 39%;
      bottom: 7rem; } }
.en-lp__lead--picture--wrap .en-lp__lead--picture3 {
  width: 45%; }
  @media screen and (max-width: 834px) {
    .en-lp__lead--picture--wrap .en-lp__lead--picture3 {
      width: 46%; } }
.en-lp__lead--title {
  font-size: 5.2rem;
  margin-bottom: 3rem;
  line-height: 1.3;
  font-weight: 700; }
  @media screen and (max-width: 834px) {
    .en-lp__lead--title {
      font-size: 3rem; } }
.en-lp__lead--text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2; }
  @media screen and (max-width: 834px) {
    .en-lp__lead--text {
      font-size: 1.4rem; } }
.en-lp__about-us {
  scroll-margin-top: 13.7rem;
  padding: 0 0 12rem; }
  @media screen and (max-width: 834px) {
    .en-lp__about-us {
      padding: 0 0 7rem;
      scroll-margin-top: 8.08rem; } }
.en-lp__about-us--lead-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 834px) {
    .en-lp__about-us--lead-wrap {
      flex-direction: column-reverse;
      gap: 3rem 0;
      margin: 0 auto;
      width: 90%; } }
.en-lp__about-us--picture {
  width: 43.5%; }
  @media screen and (max-width: 834px) {
    .en-lp__about-us--picture {
      width: 100%; } }
.en-lp__about-us--info {
  width: 53%;
  padding-right: 17%; }
  @media screen and (max-width: 834px) {
    .en-lp__about-us--info {
      width: 100%;
      padding: 0; } }
.en-lp__about-us--title {
  font-size: 3.8rem;
  margin-bottom: 3rem;
  line-height: 1.5;
  font-weight: 700; }
  @media screen and (max-width: 834px) {
    .en-lp__about-us--title {
      font-size: 2.4rem;
      margin-bottom: 2.5rem; } }
.en-lp__about-us--text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2; }
  @media screen and (max-width: 834px) {
    .en-lp__about-us--text {
      font-size: 1.4rem; } }
.en-lp__about-us--main-wrap {
  margin-top: 10rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media screen and (max-width: 834px) {
    .en-lp__about-us--main-wrap {
      margin-top: 5rem;
      flex-direction: column;
      gap: 3rem 0; } }
.en-lp__about-us--list-item {
  width: 30.8%; }
  @media screen and (max-width: 834px) {
    .en-lp__about-us--list-item {
      width: 100%;
      display: flex;
      flex-direction: column; } }
@media screen and (max-width: 834px) {
  .en-lp .about-us__item--picture {
    order: 3;
    margin-top: 2rem; } }
.en-lp .about-us__item--title {
  margin-top: 3.4rem;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
  line-height: 1.5;
  font-weight: 700; }
  @media screen and (max-width: 834px) {
    .en-lp .about-us__item--title {
      order: 1;
      align-items: baseline;
      margin-top: 0;
      font-size: 2rem; } }
  .en-lp .about-us__item--title span {
    color: #61AFE6;
    font-size: 1.8rem; }
    @media screen and (max-width: 834px) {
      .en-lp .about-us__item--title span {
        font-size: 2rem; } }
.en-lp .about-us__item--text {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2; }
  @media screen and (max-width: 834px) {
    .en-lp .about-us__item--text {
      font-size: 1.4rem;
      order: 2; } }
.en-lp__products {
  scroll-margin-top: 13.7rem;
  background: #D8E4E7;
  padding: 13rem 0 18rem; }
  @media screen and (max-width: 834px) {
    .en-lp__products {
      scroll-margin-top: 8.08rem;
      padding: 7rem 0 7rem; } }
.en-lp__products--title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6rem; }
  @media screen and (max-width: 834px) {
    .en-lp__products--title-wrap {
      flex-direction: column;
      align-items: flex-start;
      gap: 1rem 0;
      margin-bottom: 4rem; } }
.en-lp__products--title {
  color: #000;
  line-height: 1.3;
  margin-bottom: 23px;
  letter-spacing: .5px;
  font-size: clamp(3.6rem, 5vw, 6rem);
  font-weight: 400; }
  @media screen and (max-width: 834px) {
    .en-lp__products--title {
      margin: 0;
      font-size: 2.6rem; } }
.en-lp__products--text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2; }
  @media screen and (max-width: 834px) {
    .en-lp__products--text {
      font-size: 1.5rem; } }
.en-lp__products--brand {
  background: #ACD6DD;
  border-radius: 10px;
  padding: 5rem 8%;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 834px) {
    .en-lp__products--brand {
      padding: 3rem 6%;
      flex-direction: column; } }
.en-lp .products__brand--title {
  color: #fff;
  font-size: clamp(2rem, 3vw, 2.4rem);
  font-weight: 500;
  width: 40%;
  border-right: 1px solid #fff;
  padding: 2rem 5% 2rem 0;
  white-space: nowrap; }
  @media screen and (max-width: 834px) {
    .en-lp .products__brand--title {
      width: 100%;
      text-align: center;
      border-right: 0px;
      border-bottom: 1px solid white;
      padding: 0 0 1rem;
      margin-bottom: 3rem; } }
.en-lp .products__brand--list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 5rem;
  padding-left: 5%; }
  @media screen and (max-width: 834px) {
    .en-lp .products__brand--list {
      padding: 0;
      flex-wrap: wrap;
      gap: 2rem;
      justify-content: center; } }
.en-lp li.products__brand--item {
  width: fit-content; }
  @media screen and (max-width: 834px) {
    .en-lp li.products__brand--item {
      width: 38%; } }
.en-lp .product__list {
  display: flex;
  margin-top: 5rem;
  flex-direction: column;
  gap: 5rem 0; }
.en-lp .product__item {
  display: grid;
  grid-template-columns: 32% 68%;
  position: relative; }
  @media screen and (max-width: 834px) {
    .en-lp .product__item {
      display: flex;
      flex-direction: column;
      background-color: #fff;
      border-radius: 10px; } }
  .en-lp .product__item::before {
    content: '';
    width: 32%;
    height: 100%;
    position: absolute;
    background: #FFFFFF;
    border-radius: 10px;
    top: 0;
    bottom: 0;
    left: 0; }
    @media screen and (max-width: 834px) {
      .en-lp .product__item::before {
        content: none; } }
.en-lp .product__item--title {
  position: sticky;
  top: 20rem;
  height: fit-content;
  display: flex;
  align-items: center;
  padding: 5.7rem 4% 5.7rem 10%;
  font-size: clamp(1.8rem, 3vh, 2.1rem);
  gap: 0 1rem;
  line-height: 1.5;
  font-weight: 500; }
  @media screen and (max-width: 834px) {
    .en-lp .product__item--title {
      position: relative;
      top: auto;
      padding: 3rem 6% 0;
      font-size: 1.7rem; } }
  .en-lp .product__item--title img {
    width: 12%;
    height: auto;
    object-fit: contain; }
    @media screen and (max-width: 834px) {
      .en-lp .product__item--title img {
        width: 8%; } }
.en-lp .product__item--main {
  height: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 5.7rem 9% 5.7rem 7%;
  border-left: 1px solid #eeeeee; }
  @media screen and (max-width: 834px) {
    .en-lp .product__item--main {
      padding: 3rem 6% 3rem;
      background: transparent;
      border-radius: 0px; } }
.en-lp .product__item--tags {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  align-items: center; }
  @media screen and (max-width: 834px) {
    .en-lp .product__item--tags {
      gap: 1rem; } }
.en-lp .product__item--tag {
  color: #68858e;
  width: fit-content;
  border-radius: 15px;
  border: 1px solid #68858E;
  padding: 0.5rem 1.7rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1; }
  @media screen and (max-width: 834px) {
    .en-lp .product__item--tag {
      font-size: 1.3rem; } }
.en-lp .product__item--description {
  margin-bottom: 4rem;
  font-size: 2rem;
  line-height: 2; }
  @media screen and (max-width: 834px) {
    .en-lp .product__item--description {
      margin-bottom: 3rem;
      font-size: 1.4rem; } }
.en-lp .product__item--pictures {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4rem; }
  @media screen and (max-width: 834px) {
    .en-lp .product__item--pictures {
      justify-content: space-between;
      margin-bottom: 3rem;
      flex-wrap: wrap;
      gap: 4rem 0; } }
.en-lp .product__item--picture {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 16.5rem; }
  @media screen and (max-width: 834px) {
    .en-lp .product__item--picture {
      width: 50%;
      max-height: 11.5rem; } }
  .en-lp .product__item--picture img {
    max-height: 16.5rem;
    width: auto;
    min-height: 7.6rem; }
    @media screen and (max-width: 834px) {
      .en-lp .product__item--picture img {
        min-height: 0rem;
        max-height: 11.5rem;
        max-width: 9rem; } }
.en-lp__manufacturing {
  scroll-margin-top: 13.7rem;
  padding-bottom: 12rem; }
  @media screen and (max-width: 834px) {
    .en-lp__manufacturing {
      scroll-margin-top: 8.08rem;
      padding-bottom: 7rem; } }
.en-lp__manufacturing--title-wrap {
  position: relative;
  padding: 44rem 0 2.5rem;
  background: url(../img/webp/en/lp-bg1.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 834px) {
    .en-lp__manufacturing--title-wrap {
      padding: 14rem 0 2.5rem; } }
.en-lp__manufacturing--title {
  font-size: clamp(4rem, 3vw, 6rem);
  color: #fff;
  font-weight: 500; }
  @media screen and (max-width: 834px) {
    .en-lp__manufacturing--title {
      font-size: 3rem; } }
.en-lp__manufacturing--lead-wrap {
  padding-top: 11rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 834px) {
    .en-lp__manufacturing--lead-wrap {
      padding-top: 6rem;
      flex-direction: column;
      gap: 3rem 0; } }
.en-lp__manufacturing--info {
  width: 50%; }
  @media screen and (max-width: 834px) {
    .en-lp__manufacturing--info {
      width: 100%; } }
.en-lp .manufacturing__info--title {
  font-size: clamp(3.2rem, 3vw, 3.8rem);
  margin-bottom: 3rem;
  line-height: 1.5;
  font-weight: 700; }
  @media screen and (max-width: 834px) {
    .en-lp .manufacturing__info--title {
      font-size: 2.4rem; } }
.en-lp .manufacturing__info--text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2; }
  @media screen and (max-width: 834px) {
    .en-lp .manufacturing__info--text {
      font-size: 1.4rem; } }
.en-lp__manufacturing--figure {
  width: 43%; }
  @media screen and (max-width: 834px) {
    .en-lp__manufacturing--figure {
      width: 100%; } }
.en-lp__manufacturing--based {
  margin-top: 5.5rem;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  gap: 2rem 0;
  padding: 6rem 4%;
  background-image: url(../img/webp/en/lp-bg2.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 834px) {
    .en-lp__manufacturing--based {
      padding: 4rem 4%;
      background-image: url("../img/webp/en/lp-bg2_sp.webp"); } }
.en-lp .manufacturing__based--title {
  width: 50%;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 700; }
  @media screen and (max-width: 834px) {
    .en-lp .manufacturing__based--title {
      width: 100%;
      font-size: 2.2rem; } }
.en-lp .manufacturing__based--text {
  width: 50%;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2; }
  @media screen and (max-width: 834px) {
    .en-lp .manufacturing__based--text {
      width: 100%;
      font-size: 1.4rem; } }
.en-lp__manufacturing--quality {
  background: #E5F0F3;
  padding: 9rem 0;
  margin-top: 10rem; }
  @media screen and (max-width: 834px) {
    .en-lp__manufacturing--quality {
      padding: 4rem 0;
      margin-top: 7rem; } }
.en-lp .manufacturing__quality--contents {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 834px) {
    .en-lp .manufacturing__quality--contents {
      flex-direction: column;
      gap: 3rem 0; } }
.en-lp .manufacturing__quality--info {
  width: 50%; }
  @media screen and (max-width: 834px) {
    .en-lp .manufacturing__quality--info {
      width: 100%; } }
.en-lp .manufacturing__quality--title {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 2.7rem; }
  @media screen and (max-width: 834px) {
    .en-lp .manufacturing__quality--title {
      font-size: 2.4rem; } }
.en-lp .manufacturing__quality--text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2; }
  @media screen and (max-width: 834px) {
    .en-lp .manufacturing__quality--text {
      font-size: 1.4rem; } }
.en-lp .manufacturing__quality--picture {
  width: 45%; }
  @media screen and (max-width: 834px) {
    .en-lp .manufacturing__quality--picture {
      width: 100%; } }
.en-lp .manufacturing__policy {
  margin-top: 7rem;
  background: #ffff;
  padding: 9rem 6%; }
  @media screen and (max-width: 834px) {
    .en-lp .manufacturing__policy {
      margin-top: 5rem;
      padding: 4rem 6%; } }
.en-lp .policy--title {
  text-align: center;
  margin-bottom: 8rem;
  font-size: 3.2rem;
  font-weight: 700; }
  @media screen and (max-width: 834px) {
    .en-lp .policy--title {
      font-size: 2.4rem;
      margin-bottom: 4rem; } }
.en-lp .manufacturing__policy--title--wrap {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 834px) {
    .en-lp .manufacturing__policy--title--wrap {
      flex-direction: column;
      gap: 2rem 0; } }
.en-lp .manufacturing__policy--title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  width: 45%; }
  @media screen and (max-width: 834px) {
    .en-lp .manufacturing__policy--title {
      font-size: 2.1rem;
      width: 100%; } }
.en-lp .manufacturing__policy--text {
  width: 50%;
  font-size: 2rem;
  line-height: 2; }
  @media screen and (max-width: 834px) {
    .en-lp .manufacturing__policy--text {
      font-size: 1.4rem;
      width: 100%; } }
.en-lp .manufacturing__policy--picture {
  margin: 7.5rem auto 4rem;
  padding-bottom: 6rem;
  border-bottom: 1px solid #CDDBE0;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 834px) {
    .en-lp .manufacturing__policy--picture {
      margin: 7.5rem auto 4rem; } }
  .en-lp .manufacturing__policy--picture picture {
    width: 77%; }
    @media screen and (max-width: 834px) {
      .en-lp .manufacturing__policy--picture picture {
        width: 100%; } }
  .en-lp .manufacturing__policy--picture img {
    display: flex; }
.en-lp .manufacturing__policy--list-title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #61AFE6;
  text-align: center;
  margin-bottom: 5rem; }
  @media screen and (max-width: 834px) {
    .en-lp .manufacturing__policy--list-title {
      font-size: 1.8rem;
      margin-bottom: 3rem; } }
.en-lp .manufacturing__policy--list {
  display: flex;
  flex-direction: column;
  gap: 5rem 0;
  position: relative; }
  @media screen and (max-width: 834px) {
    .en-lp .manufacturing__policy--list {
      gap: 5rem 0; } }
  .en-lp .manufacturing__policy--list::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 52.2%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0.5rem;
    height: 88%;
    background-color: #EFF3F4; }
    @media screen and (max-width: 1200px) {
      .en-lp .manufacturing__policy--list::before {
        left: 53.2%;
        height: 87%; } }
    @media screen and (max-width: 990px) {
      .en-lp .manufacturing__policy--list::before {
        left: 54.2%;
        height: 88%; } }
    @media screen and (max-width: 864px) {
      .en-lp .manufacturing__policy--list::before {
        left: 54.2%;
        height: 87%; } }
    @media screen and (max-width: 834px) {
      .en-lp .manufacturing__policy--list::before {
        content: none; } }
.en-lp .manufacturing__policy--item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media screen and (max-width: 834px) {
    .en-lp .manufacturing__policy--item {
      flex-direction: column;
      gap: 2rem 0; } }
.en-lp .manufacturing__policy--item-picture {
  width: 41%; }
  @media screen and (max-width: 834px) {
    .en-lp .manufacturing__policy--item-picture {
      width: 100%; } }
.en-lp .manufacturing__policy--item-main {
  width: 53%;
  display: flex;
  align-items: flex-start;
  gap: 0 3rem; }
  @media screen and (max-width: 834px) {
    .en-lp .manufacturing__policy--item-main {
      width: 100%;
      flex-direction: column;
      gap: 1rem 0; } }
.en-lp .policy__item--number {
  white-space: nowrap;
  width: fit-content;
  background: #61AFE6;
  color: #fff;
  border-radius: 16px;
  line-height: 1;
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  padding: 0.5rem 1.5rem;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 834px) {
    .en-lp .policy__item--number {
      font-size: 1.3rem; } }
.en-lp .policy__item--info {
  width: 70%; }
  @media screen and (max-width: 834px) {
    .en-lp .policy__item--info {
      width: 100%; } }
.en-lp .policy__item--title {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 834px) {
    .en-lp .policy__item--title {
      font-size: 2rem;
      margin-bottom: 1.5rem; } }
  .en-lp .policy__item--title span {
    margin-top: 0.7rem;
    display: block;
    font-size: 2rem;
    color: #61AFE6; }
    @media screen and (max-width: 834px) {
      .en-lp .policy__item--title span {
        font-size: 1.7rem; } }
.en-lp .policy__item--text {
  line-height: 2;
  font-size: 2rem; }
  @media screen and (max-width: 834px) {
    .en-lp .policy__item--text {
      font-size: 1.4rem; } }
.en-lp__sdgs {
  background: #A3C9D2;
  padding: 9rem 0 8rem; }
  @media screen and (max-width: 834px) {
    .en-lp__sdgs {
      padding: 7rem 0 5rem; } }
.en-lp__sdgs--contents {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 834px) {
    .en-lp__sdgs--contents {
      flex-direction: column-reverse;
      gap: 2rem 0; } }
.en-lp__sdgs--picture {
  width: 45%; }
  @media screen and (max-width: 834px) {
    .en-lp__sdgs--picture {
      width: 90%; } }
.en-lp__sdgs--main {
  width: 50%;
  color: #fff; }
  @media screen and (max-width: 834px) {
    .en-lp__sdgs--main {
      width: 100%; } }
.en-lp__sdgs--lead {
  font-size: 2.1rem;
  margin-bottom: 2.3rem; }
  @media screen and (max-width: 834px) {
    .en-lp__sdgs--lead {
      font-size: 1.7rem;
      margin-bottom: 1.5rem; } }
.en-lp__sdgs--title {
  font-size: 3.8rem;
  font-weight: 700;
  margin-bottom: 2rem; }
  @media screen and (max-width: 834px) {
    .en-lp__sdgs--title {
      font-size: 2.4rem; } }
.en-lp__sdgs--text {
  font-size: 2rem;
  line-height: 2; }
  @media screen and (max-width: 834px) {
    .en-lp__sdgs--text {
      font-size: 1.4rem; } }
.en-lp__company {
  scroll-margin-top: 13.7rem;
  padding: 12rem 0 13rem; }
  @media screen and (max-width: 834px) {
    .en-lp__company {
      scroll-margin-top: 8.08rem;
      padding: 7rem 0; } }
.en-lp__company--title {
  color: #000;
  line-height: 1.3;
  margin-bottom: 4.5rem;
  letter-spacing: .5px;
  font-size: clamp(3.6rem, 5vw, 6rem);
  font-weight: 500;
  font-family: "HelveticaNeueeTextPro-Light"; }
  @media screen and (max-width: 834px) {
    .en-lp__company--title {
      font-size: 2.6rem;
      margin-bottom: 2rem; } }
@media screen and (max-width: 834px) {
  .en-lp__company--picture {
    aspect-ratio: 2 / 1.1; }
    .en-lp__company--picture img {
      aspect-ratio: 2 / 1.1; } }
.en-lp__company--main {
  margin-top: 8.7rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media screen and (max-width: 834px) {
    .en-lp__company--main {
      margin-top: 3rem;
      flex-direction: column; } }
  .en-lp__company--main .sec__lead {
    width: 25%; }
    @media screen and (max-width: 834px) {
      .en-lp__company--main .sec__lead {
        width: 100%;
        font-size: 1.7rem;
        margin-bottom: 2rem; } }
.en-lp__company--list {
  width: 75%;
  display: flex;
  flex-direction: column;
  gap: 8rem 0; }
  @media screen and (max-width: 834px) {
    .en-lp__company--list {
      width: 100%;
      gap: 5rem 0; } }
.en-lp__company--item-lead {
  margin-bottom: 2.8rem;
  font-size: 2.4rem;
  color: #61AFE6;
  line-height: 1.3;
  letter-spacing: .5px;
  font-family: "HelveticaNeueeTextPro-Light"; }
  @media screen and (max-width: 834px) {
    .en-lp__company--item-lead {
      font-size: 2rem;
      margin-bottom: 1.5rem; } }
.en-lp__company--item-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 834px) {
    .en-lp__company--item-title {
      font-size: 2.2rem;
      margin-bottom: 1.5rem; } }
.en-lp__company--item:nth-child(2) .en-lp__company--item-title {
  font-size: 1.5rem;
  font-weight: 400; }
  @media screen and (max-width: 834px) {
    .en-lp__company--item:nth-child(2) .en-lp__company--item-title {
      font-size: 1.8rem; } }
.en-lp__company--item-text {
  font-size: 2rem;
  line-height: 2; }
  @media screen and (max-width: 834px) {
    .en-lp__company--item-text {
      font-size: 1.4rem; } }
.en-lp__company--item-guideline {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem 0; }
.en-lp .guideline__item {
  display: flex;
  align-items: center;
  gap: 0 3rem; }
  @media screen and (max-width: 834px) {
    .en-lp .guideline__item {
      gap: 0 2rem; } }
.en-lp .guideline__number {
  font-size: 6rem;
  color: #D8E4E7;
  letter-spacing: 0.01em; }
  @media screen and (max-width: 834px) {
    .en-lp .guideline__number {
      font-size: 4rem; } }
.en-lp .guideline__catch {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5; }
  @media screen and (max-width: 834px) {
    .en-lp .guideline__catch {
      font-size: 1.8rem; } }
.en-lp .guideline__text {
  font-size: 1.5rem;
  line-height: 2; }
  @media screen and (max-width: 834px) {
    .en-lp .guideline__text {
      font-size: 1.4rem; } }
.en-lp__message {
  background: #D8E4E7;
  padding: 11.5rem 0 10rem; }
  @media screen and (max-width: 834px) {
    .en-lp__message {
      padding: 7rem 0; } }
.en-lp__message--title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 4.2rem; }
  @media screen and (max-width: 834px) {
    .en-lp__message--title {
      font-size: 2.4rem;
      margin-bottom: 2.2rem; } }
.en-lp__message--text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media screen and (max-width: 834px) {
    .en-lp__message--text-wrap {
      flex-direction: column;
      gap: 1.6rem 0; } }
.en-lp__message--text {
  width: 48%;
  font-size: 2rem;
  line-height: 2; }
  @media screen and (max-width: 834px) {
    .en-lp__message--text {
      width: 100%;
      font-size: 1.4rem; } }
.en-lp__message--name {
  text-align: right;
  margin-top: 3rem;
  font-size: 2.1rem;
  font-weight: 500; }
  @media screen and (max-width: 834px) {
    .en-lp__message--name {
      font-size: 1.8rem;
      margin-top: 2rem; } }
  .en-lp__message--name span {
    font-size: 2rem; }
    @media screen and (max-width: 834px) {
      .en-lp__message--name span {
        font-size: 1.4rem; } }
.en-lp__outline {
  padding: 12.4rem 0 7rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  @media screen and (max-width: 834px) {
    .en-lp__outline {
      padding: 7rem 0;
      flex-direction: column; } }
  .en-lp__outline .sec__lead {
    width: 25%; }
    @media screen and (max-width: 834px) {
      .en-lp__outline .sec__lead {
        width: 100%; } }
.en-lp__outline--list {
  width: 75%;
  list-style: none;
  border-bottom: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE; }
  @media screen and (max-width: 834px) {
    .en-lp__outline--list {
      width: 100%; } }
.en-lp__outline--list__item {
  display: flex;
  border-bottom: 1px solid #EEEEEE;
  padding: 1.7rem 0; }
  @media screen and (max-width: 834px) {
    .en-lp__outline--list__item {
      flex-direction: column; } }
.en-lp__outline--list__item:last-child {
  border-bottom: none; }
.en-lp__outline--list__label {
  min-width: 200px;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 2rem; }
  @media screen and (max-width: 834px) {
    .en-lp__outline--list__label {
      margin-bottom: 1rem;
      min-width: auto; } }
.en-lp__outline--list__content {
  flex: 1;
  font-weight: 400;
  font-size: 2rem; }
  @media screen and (max-width: 834px) {
    .en-lp__outline--list__content {
      font-size: 1.4rem; } }
.en-lp__outline--list__sublist {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem 0; }
  @media screen and (max-width: 834px) {
    .en-lp__outline--list__sublist {
      gap: 2rem 0; } }
.en-lp__outline--list__sublist__item {
  display: flex;
  align-items: center;
  gap: 0 3rem; }
  @media screen and (max-width: 834px) {
    .en-lp__outline--list__sublist__item {
      flex-direction: column;
      align-items: flex-start; } }
.en-lp__outline--list__location {
  width: 70%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  flex-direction: column; }
  @media screen and (max-width: 834px) {
    .en-lp__outline--list__location {
      flex-direction: column;
      width: 100%;
      margin-bottom: 0.5rem; } }
.en-lp__outline--list__location:last-child {
  margin-bottom: 0; }
.en-lp__outline--list__location__title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 834px) {
    .en-lp__outline--list__location__title {
      font-size: 1.4rem; } }
  .en-lp__outline--list__location__title span {
    color: #61AFE6;
    font-size: 10px;
    display: inline-block;
    margin-right: 0.5rem; }
.en-lp__outline--list__location__address {
  flex: 1;
  font-size: 2rem; }
  @media screen and (max-width: 834px) {
    .en-lp__outline--list__location__address {
      font-size: 1.4rem; } }
.en-lp__outline--list__map-link {
  display: inline-block;
  padding: 4px 12px;
  background-color: #B5D5DC;
  color: #000000;
  text-decoration: none;
  border-radius: 14px;
  font-size: 1.4rem; }
  @media screen and (max-width: 834px) {
    .en-lp__outline--list__map-link {
      margin-left: 0;
      margin-top: 8px;
      font-size: 1.2rem; } }
.en-lp__outline--list__map-link:hover {
  background-color: #357ae8; }
.en-lp .main-footer {
  padding: 5rem 0 2rem; }
.en-lp .main-footer__clmR {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 30rem; }
  @media screen and (max-width: 834px) {
    .en-lp .main-footer__clmR {
      height: auto; } }
.en-lp .main-footer__address {
  gap: 0 5rem; }
  @media screen and (max-width: 834px) {
    .en-lp .main-footer__address {
      gap: 0 3rem;
      margin: 0 auto 0 0; } }
@media screen and (max-width: 834px) {
  .en-lp .main-footer__address-item {
    width: 100%; } }
@media screen and (max-width: 834px) {
  .en-lp .main-footer__address-ct {
    margin-bottom: 1.5rem; } }
.en-lp .main-footer__privacy {
  flex-wrap: wrap;
  gap: 3.2rem 0; }
  @media screen and (max-width: 834px) {
    .en-lp .main-footer__privacy {
      gap: 0.5rem 0; } }
.en-lp .main-footer__copyright {
  width: 100%; }
  @media screen and (max-width: 834px) {
    .en-lp .main-footer__copyright {
      margin-top: 3rem; } }
