﻿@charset "utf-8";

html {
  font-size: 62.5%;
  font-family:"Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  font-kerning: normal;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: rgba(255, 255, 255, 1);
  font-size: 1.35rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.75);
  text-align: left;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  /* 	-webkit-text-size-adjust: none; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: normal;
  font-kerning: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {

}

a {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}

a,
input,
select,
textarea,
button,
*:before,
*:after {

  backface-visibility: hidden;
  -webkit-transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

input[type="submit"],
button {
  border-radius: 0;
  -webkit-appearance: none;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

table {
  border-collapse: collapse;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

main {
  display: block;
}

object {
  pointer-events: none;
}

.ready .header,
.ready #state {
  opacity: 0;
  visibility: hidden;
}

a.ban {
  cursor: default;
}

label {
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

::selection {
  background: rgba(0, 0, 0, 1);
  color: rgba(255, 255, 255, 1);
}

::-moz-selection {
  background: rgba(0, 0, 0, 1);
  color: rgba(255, 255, 255, 1);
}

/*------------------------------------*/

#header {
  width: 100%;
  height: 100px;
  padding: 0 100px;
  display: flex;
  background-color: rgba(255, 255, 255, 1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.header__logo {
  width: 180px;
}

.header__logo .logo {
  fill: rgba(0, 0, 0, 1);
}

.header__nav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header__nav__list__item {
  margin-right: 4vw;
}

.header__nav__list__anc {
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  text-decoration: none;
}

.header__nav__list__anc:before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: rgba(0, 0, 0, 1);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transform-origin: left;
  transform: scale3d(0, 1, 1);
}

.header__nav__list__anc:hover:before{
  transform: scale3d(1, 1, 1);
}

.header__nav__list__anc .current:before {
  transform: scale3d(1, 1, 1);
}/**/

.contents-child2 {
    display: flex;
}
.office-sec__wrap2 {
    width: 50%;
}

.cer_box {
    width: 100%;
    background: url(../jpg/chaxun_bg.webp);
    padding: 80px 0px;
    padding-top: 160px;
}

    .cer_box .contiar {
        width: 90%;
        max-width: 1024px;
        margin: 0px auto;
        color: #fff;
    }

        .cer_box .contiar h2 {
            font-size: 3rem;
            font-weight: bold;
            line-height: 3rem;
        }

        .cer_box .contiar p {
            text-transform: uppercase;
            font-size: 1.8rem;
            font-weight: 100;
            margin-top: 10px;
        }

        .cer_box .contiar .input_serch {
            margin-top: 30px;
            width: 100%;
            max-width: 600px;
        }

            .cer_box .contiar .input_serch form {
                width: 100%;
                display: flex;
            }

            .cer_box .contiar .input_serch input {
                padding: 20px 20px;
                border: 0px;
                font-size: 14px;
            }

                .cer_box .contiar .input_serch input.txt_in {
                    width: 65%;
                }

                .cer_box .contiar .input_serch input.txt_sub {
                    width: 35%;
                    cursor: pointer;
                    color: #fff;
                    background: #d23131;
                    transition: all .5s;
                }

                    .cer_box .contiar .input_serch input.txt_sub:hover {
                        color: #fff;
                        background: #000;
                    }

.serch_detail {
    width: 90%;
    max-width: 1024px;
    margin: 0px auto;
    margin-bottom: 60px;
}

    .serch_detail h2 {
        width: 100%;
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .serch_detail ul li {
        width: 100%;
    }

    .serch_detail ul li {
        width: 100%;
        display: flex;
        justify-content: space-around;
        border: 1px solid #989898;
        padding: 20px 0px;
        margin-bottom: 20px;
    }

        .serch_detail ul li .detail_cont {
        }

            .serch_detail ul li .detail_cont h3 {
                font-size: 16px;
                font-weight: 100;
                margin-bottom: 10px;
            }

            .serch_detail ul li .detail_cont p {
                font-size: 14px;
                font-weight: bold;
            }


@media screen and (max-width: 1280px) {
    .header__nav__list__item {
    margin-right: 3vw;
  }
}

@media screen and (max-width: 960px) {
  #header {
    height: 6vw;
    min-height: 80px;
    padding: 0 6vw;
    position: fixed;
  }

  .header__nav__list {
    display: none;
  }

  .header__logo {
    width: 100px;
  }

    .contents-child2 {
        flex-direction: column;
    }
    .office-sec__wrap2 {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
  #header {
    min-height: 60px;
  }

  .header__logo {
    width: 80px;
  }

}

/*------------------------------------*/

#menu {
  width: 100px;
  height: 100px;
  display: flex;
  background-color: rgba(255, 255, 255, 1);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 15;
  cursor: pointer;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

#menu:before,
#menu:after {
  content: "";
  width: 34px;
  height: 1px;
  display: block;
  background-color: rgba(0, 0, 0, 1);
  position: relative;
  transition: all 200ms ease;
}

#menu:before {
  top: -4px;
}

#menu:after {
  top: 4px;
}

.open #menu {
  background-color: transparent;
}

.open #menu:before {
  background-color: rgba(255, 255, 255, 1) !important;
  transform: translateY(3px) rotate3d(0, 0, 1, 45deg);
}

.open #menu:after {
  background-color: rgba(255, 255, 255, 1) !important;
  transform: translateY(-4px) rotate3d(0, 0, 1, -45deg);
}

#menu .en {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 1);
}

.global-nav {
  width: 100%;
  height: 100%;
  padding: 6vw;
  display: flex;
  background-color: rgba(0, 0, 0, 1);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 300ms ease;
  pointer-events: none;
  opacity: 0;
}

.open .global-nav {
  pointer-events: auto;
  opacity: 1;
}

@media all and (-ms-high-contrast: none) {
  .global-nav a {
    visibility: hidden;
  }

  .open .global-nav a {
    visibility: visible;
  }
}

.global-nav__wrap,
.global-nav__sub {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
}

.global-nav__wrap {
  justify-content: space-between;
}

.global-nav__sec {
  max-width: calc((100% - 120px) / 3);
  flex-basis: calc((100% - 120px) / 3);
  margin-bottom: 60px;
}

.global-nav__title {
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 250ms ease;
  transition-delay: 0ms;
}

.open .global-nav__title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 300ms;
}

.global-nav__title__anc,
.global-nav__list__anc,
.global-nav__sub__anc {
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
}

.global-nav__title__anc:hover {
  color: rgba(255, 255, 255, 1);
  opacity: 0.7;
}

.global-nav__list__anc:hover,
.global-nav__sub__anc:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 1);
  opacity: 0.6;
}

.global-nav__title__anc {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
}

.global-nav__title__anc .en {
  display: block;
  font-size: 2.4rem;
  font-weight: normal;
}

.global-nav__list__item {
  margin-top: 5px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 250ms ease;
  transition-delay: 0ms;
}

.open .global-nav__list__item:first-child {
  transition-delay: 350ms;
}

.open .global-nav__list__item:nth-child(2) {
  transition-delay: 400ms;
}

.open .global-nav__list__item:nth-child(3) {
  transition-delay: 450ms;
}

.open .global-nav__list__item:nth-child(4) {
  transition-delay: 500ms;
}

.open .global-nav__list__item:nth-child(5) {
  transition-delay: 550ms;
}

.open .global-nav__list__item:nth-child(6) {
  transition-delay: 600ms;
}

.open .global-nav__list__item {
  opacity: 1;
  transform: translateY(0);
}

.global-nav__list__anc {
  font-size: 1.4rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}

.global-nav__sub {
  padding-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: translateY(10px);
  transition: all 250ms ease;
  transition-delay: 0ms;
}

.open .global-nav__sub {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 500ms;
}

.global-nav__sub__item {
  margin-right: 20px;
}

.global-nav__sub__anc {
  display: block;
  font-size: 1.3rem;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  #menu {
    width: 80px;
    height: 80px;
  }

  #menu::before,
  #menu::after {
    width: 30px;
  }
}

@media screen and (max-width: 640px) {
  .global-nav {
    padding: 80px 6vw;
    display: block;
    overflow-y: scroll;
  }

  .global-nav__wrap {
    display: block;
  }

  .global-nav__sec {
    margin-bottom: 30px;
    max-width: none;
  }

  .global-nav__list {
    display: none;
  }

  .global-nav__title {
    margin-bottom: 0;
  }

  .global-nav__sub {
    margin-top: 40px;
    padding-top: 40px;
    display: block;
  }

  .global-nav__sub__item {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  #menu {
    width: 60px;
    height: 60px;
  }

  #menu::before,
  #menu::after {
    width: 25px;
  }
}

/*------------------------------------*/

#footer {
  background-color: rgba(0, 0, 0, 1);
  padding: 0 100px;
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
}

#footer:before,
#footer:after {
  content: "";
  width: 1px;
  height: calc(100% - 100px);
  display: block;
  background-color: rgba(255, 255, 255, 0.06);
  position: absolute;
  top: 0;
  z-index: 0;
}

#footer:before {
  left: 100px;
}

#footer:after {
  right: 100px;
}

#footer a {
  text-decoration: none;
  color: rgba(255, 255, 255, 1) !important;
}

#footer a:hover {
  text-decoration: underline;
}

.footer__main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
}

.footer__logo {
  width: 130px;
  height: 13px;
  margin: 40px;
  margin-top: 80px;
}

.footer__logo .logo {
  fill: rgba(255, 255, 255, 1);
}

.footer__office {
  display: flex;
  background-color: #0d0d0d;
  position: relative;
  z-index: 1;
}

.footer__office__item {
  max-width: calc(100% / 3);
  flex-basis: calc(100% / 3);
  padding: 40px 30px;
  position: relative;
  box-sizing: border-box;
}

.footer__office__item:after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 1);
  position: absolute;
  bottom: 0;
  right: 0;
}

.footer__office__item:last-child:after {
  display: none;
}

.footer__office__name {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(255, 255, 255, 1);
  align-items: center;
}

.footer__office__name .en {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.3);
}

.footer__office__text {
  font-size: 1.3rem;
  line-height: 1.6;
}

.footer__office__text span {
  display: inline-block;
  vertical-align: top;
}

.footer__nav {
  margin: 80px 0;
  display: flex;
  flex-wrap: wrap;
}

.footer__nav__sec {
  max-width: calc((100% - 1px) / 6);
  flex-basis: calc((100% - 1px) / 6);
  padding: 0 30px;
  position: relative;
  box-sizing: border-box;
}

.footer__nav__sec:after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.06);
  position: absolute;
  top: 0;
  right: 0;
}

.footer__nav__sec:last-child:after {
  display: none;
}

.footer__nav__title {
  margin-bottom: 20px;
}

.footer__nav__title a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(255, 255, 255, 1) !important;
}

.footer__nav__list__item {
  margin-bottom: 10px;
}

.footer__nav__list__item:last-child:after {
  margin-bottom: 0;
}

.footer__nav__list__item a {
  font-size: 1.3rem;
  line-height: 1.8;
}

.footer__child {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__child__nav {
  display: flex;
  align-items: center;
}

.footer__child__nav__item {
  margin-right: 40px;
}

.footer__child__nav__item:last-child {
  margin-right: 0;
}

.footer__child__nav__anc {
  font-size: 1.2rem;
  line-height: 1.6;
}

.footer__child .copyright {
  font-size: 1rem;
}

#footer .icon-blank:after,
.global-nav .icon-blank:after {
  background-image: url(../svg/icon_blank_wt.svg);
}

@media screen and (max-width: 1280px) {
  .footer__nav__sec {
    padding: 0 20px;
  }
}

@media screen and (max-width: 960px) {
  #footer {
    padding: 0 6vw;
  }

  #footer:before {
    left: 6vw;
  }

  #footer:after {
    right: 6vw;
  }

  .footer__logo {
    width: 100px;
    height: 12px;
    margin: 40px 6vw;
    margin-top: 60px;
  }

  .footer__office__item {
    padding: 30px 6vw;
  }

  .footer__child {
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }

  .footer__child .copyright {
    margin-top: 20px;
  }

  .footer__office {
    display: block;
  }

  .footer__office__item {
    max-width: none;
    display: flex;
  }

  .footer__office__name {
    max-width: 150px;
    flex-basis: 150px;
  }

  .footer__office__text {
    max-width: calc(100% - 150px);
    flex-basis: calc(100% - 150px);
  }
}

@media screen and (max-width: 880px) {
  #footer:before,
  #footer:after {
    height: 200px;
  }

  .footer__nav {
    display: none;
  }

  .footer__office__item:before {
    display: none;
  }

  .footer__office__item:after {
    width: 100%;
    height: 1px;
  }
}

@media screen and (max-width: 640px) {
  .footer__office__name {
    font-size: 1.3rem;
  }

  .footer__office__text {
    font-size: 1.2rem;
  }

  .footer__child {
    height: auto;
    display: block;
  }

  .footer__child__nav {
    padding: 40px 0;
    justify-content: center;
  }

  .footer__child__nav__item {
    margin-right: 20px;
  }

  .footer__child .copyright {
    height: 60px;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: center;
    align-items: center;
  }

  .footer__office__item {
    display: block;
  }

  .footer__office__name {
    max-width: none;
    display: flex;
  }

  .footer__office__name .en {
    margin-left: 10px;
  }

  .footer__office__text {
    max-width: none;
  }
}

@media screen and (max-width: 480px) {
  #footer {
    padding: 0 3vw;
  }

  #footer:before {
    left: 3vw;
  }

  #footer:after {
    right: 3vw;
  }

  .footer__logo {
    margin-top: 40px;
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .footer__office__item {
    padding: 20px 3vw;
  }

  .footer__child__nav {
    padding-left: 3vw;
    padding-right: 3vw;
    flex-wrap: wrap;
  }

  .footer__child__nav__item {
    max-width: 50%;
    flex-basis: 50%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer__child__nav__item img{
      max-width:50px;
  }
    .footer__child__nav__item:nth-child(3),
    .footer__child__nav__item:nth-child(4) {
        margin-bottom: 0;
    }

  .footer__child .copyright {
    padding: 0 3vw;
  }
}

/*------------------------------------*/

.main-contents {
  margin: 0 100px;
  padding-bottom: 160px;
  background-color: rgba(0, 0, 0, 0.05);
}

.main-contents:before {
  content: "";
  width: 100%;
  height: 100px;
  display: block;
  background-color: rgba(255, 255, 255, 1);
}

.main-contents.product-detail {
  padding-bottom: 0;
}

.contents-child {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 6vw;
}

.page-header,
.page-header-child {
  margin: 0 auto;
  padding: 100px 6vw;
}

.page-header-child {
  max-width: 1400px;
}

.breadcrumbs {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.breadcrumbs__item {
  display: flex;
  font-size: 1.2rem;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.5);
  align-items: center;
}

.breadcrumbs__item.jp {

  text-transform: none !important;
}

.breadcrumbs__item:before {
  content: "";
  width: 3px;
  height: 3px;
  margin: 0 10px;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}

.breadcrumbs__item:first-child:before {
  display: none;
}

.breadcrumbs__item a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
}

.breadcrumbs__item a:hover {
  color: rgba(0, 0, 0, 1);
}

.page-header__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(0, 0, 0, 1);
  letter-spacing: 0.1em;
}

.page-header-child .page-header__title {
  /* 	display: flex; */
  font-size: 1.5rem;
  justify-content: flex-start;
  align-items: center;
}

.page-header__title .en {
  margin-bottom: 10px;
  display: block;
  font-size: 8rem;
  font-weight: normal;
  line-height: 1;
  flex-basis: min-content;
}

.page-header-child .page-header__title .en {
  margin-bottom: 10px;
  display: block;
  /* 	margin-right: 40px; */
  font-size: 6rem;
}

.page-header__title .en span {
  display: inline-block;
  white-space: nowrap;
}

.page-header__text {
  margin-top: 60px;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .main-contents {
    margin: 0 6vw;
    padding-bottom: 120px;
  }

  .main-contents:before {
    height: 80px;
  }

  .page-header,
  .page-header-child {
    padding: 80px 6vw;
  }

  .page-header__title {
    font-size: 1.6rem;
  }

  .page-header__title .en {
    font-size: 7rem;
  }

  .page-header-child .page-header__title .en {
    font-size: 5rem;
  }

  .page-header__text {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  .main-contents {
    padding-bottom: 80px;
  }

  .main-contents:before {
    height: 60px;
  }

  .page-header,
  .page-header-child {
    padding: 60px 6vw;
  }

  .breadcrumbs {
    margin-bottom: 10px;
  }

  .page-header__title {
    font-size: 1.5rem;
  }

  .page-header-child .page-header__title {
    display: block;
    font-size: 1.4rem;
  }

  .page-header__title .en {
    font-size: 6rem;
  }

  .page-header-child .page-header__title .en {
    margin-bottom: 5px;
    font-size: 4rem;
  }

  .page-header__text {
    margin-top: 40px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .main-contents {
    margin: 0;
  }

  .page-header__title {
    font-size: 1.4rem;
  }

  .page-header__title .en {
    font-size: 5rem;
  }

  .page-header-child .page-header__title {
    font-size: 1.3rem;
  }

  .page-header-child .page-header__title .en {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 400px) {
  .page-header__title .en {
    margin: 5px 0;
    font-size: 4.5rem;
  }
}

/* other parts ------------------------------------*/

.index-list {
  display: flex;
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  flex-wrap: wrap;
}

.index-list:before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 0;
  left: 0;
}

.index-list__item {
  max-width: 50%;
  flex-basis: 50%;
  display: flex;
  position: relative;
}

.full .index-list__item {
  max-width: 100%;
  flex-basis: 100%;
}

.index-list__item:before,
.index-list__item:after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.06);
  position: absolute;
  right: 0;
}

.index-list__item:before {
  width: 1px;
  height: 100%;
  top: 0;
}

.index-list__item:after {
  width: 100%;
  height: 1px;
  bottom: 0;
}

.index-list__item a {
  width: 100%;
  padding: 80px;
  padding-right: 120px;
  display: flex;
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
}

.index-list__item a:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}

.index-list__num.en {
  max-width: 40px;
  position: relative;
  top: 5px;
  flex-basis: 40px;
  font-size: 1.8rem;
  line-height: 2;
  color: rgba(0, 0, 0, 0.4);
}

.index-list__wrap {
  max-width: calc(100% - 40px);
  flex-basis: calc(100% - 40px);
  position: relative;
}

.index-list__en {
  display: block;
  font-size: 4rem;
  line-height: 1.4;
}

.index-list__jp {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.index-list__more {
  position: absolute;
  top: calc(50% - 20px);
  right: 60px;
}

.tbl {
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tbl th,
.tbl td {
  max-height: 100%;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: top;
  font-size: 1.4rem;
  line-height: 1.8;
  box-sizing: border-box;
}

.tbl th {
  width: calc(50px + 8vw);
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
}

.tbl td {
  width: calc(100% - (50px + 8vw));
  color: rgba(0, 0, 0, 0.8);
}

/*
.list-side {
	display: flex;
	flex-wrap: wrap;
}
*/

.list-side.slash li {
  /* 	display: flex; */
  display: inline-block;
}

.list-side.slash li:after {
  content: "/";
  margin: 0 10px;
}

.list-side.slash li:last-child:after {
  display: none;
}

.list-num {
  margin-left: 20px;
  list-style: decimal;
}

.pagination {
  margin-top: 80px;
  margin-bottom:80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination li {
  margin: 0 10px;
  display: flex;
  font-size: 1.8rem;
  justify-content: center;
  align-items: center;
}

.pagination li a {
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}

.pagination li a:hover,
.pagination li a.current {
  background-color: rgba(0, 0, 0, 1);
  color: rgba(255, 255, 255, 1);
}

.page-foot-nav {
  margin-top: 100px;
  display: flex;
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  flex-wrap: wrap;
}

.page-foot-nav:before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.06);
  position: absolute;
  left: 0;
  bottom: 0;
}

.page-foot-nav__item {
  max-width: 50%;
  flex-basis: 50%;
  position: relative;
}

.page-foot-nav__item:after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.06);
  position: absolute;
  right: 0;
  bottom: 0;
}

.sdgs .page-foot-nav__item.sdgs,
.iso .page-foot-nav__item.iso,
.other .page-foot-nav__item.other {
  display: none;
}

.page-foot-nav__item a {
  padding: 100px 60px;
  padding-right: 100px;
  display: flex;
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
}

.page-foot-nav__item a:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}

.page-foot-nav__num {
  max-width: 40px;
  flex-basis: 40px;
  font-size: 1.8rem;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.4);
}

.page-foot-nav__title {
  max-width: calc(100% - 40px);
  flex-basis: calc(100% - 40px);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(0, 0, 0, 1);
}

.page-foot-nav__title .en {
  margin-bottom: 5px;
  display: block;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: normal;
}

.page-foot-nav__title .en span {
  display: inline-block;
}

.page-foot-nav__more {
  position: absolute;
  top: calc(50% - 20px);
  right: 40px;
}

.notice {
  margin: 20px 0;
}

.notice li {
  margin: 5px 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.3rem;
  line-height: 1.6;
}

.notice li:before {
  content: "※";
}

.page-header-product {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.page-header-product__catch {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(0, 0, 0, 1);
}

.page-header-product__title {
  font-size: 6rem;
  line-height: 1.4;
  color: rgba(0, 0, 0, 1);
}

.page-header-product__title.jp {
  font-weight: 600;
}

.page-header-product__number {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.3);
  align-items: center;
}

.page-header-product__number dt {
  display: flex;
  align-items: center;
}

.page-header-product__number dt:after {
  content: "";
  width: 40px;
  height: 1px;
  margin: 0 20px;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
}

.product-contact {
  margin: 160px 0;
}

.product-contact__text.main-body-text {
  margin-bottom: 40px;
  font-size: 1.8rem;
  text-align: center;
}

.product-contact__btn a {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
  display: block;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
}

.product-contact__btn a:hover {
  border-color: rgba(0, 0, 0, 0.5);
}

.product-contact__btn.wt a {
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 1);
}

.product-contact__btn.wt a:hover {
  border-color: rgba(255, 255, 255, 0.6);
}

.product-repage {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  left: 0;
}

.product-repage.wt {
  border-top-color: rgba(255, 255, 255, 0.3);
}

.product-repage a {
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.product-repage.wt a {
  color: rgba(255, 255, 255, 1);
}

.product-repage .en {
  margin-top: 10px;
  font-size: 1.2rem;
}

@media screen and (max-width: 1280px) {
  .index-list__item a {
    padding: 80px 60px;
    padding-right: 100px;
  }

  .index-list__en {
    font-size: 3.2rem;
  }

  .index-list__more {
    right: 40px;
  }

  .product-contact {
    margin: 140px 0;
  }
}

@media screen and (max-width: 1080px) {
  .index-list__item a {
    padding: 60px 40px;
    padding-right: 100px;
  }

  .index-list__en {
    font-size: 3rem;
  }
}

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

  .index-list__item {
    max-width: none;
  }

  .index-list__item a {
    padding: 50px 40px;
    padding-right: 100px;
  }

  .page-foot-nav__item a {
    padding: 80px 40px;
    padding-right: 80px;
  }

  .page-foot-nav__title .en {
    font-size: 3rem;
  }

  .page-foot-nav__more {
    right: 30px;
  }

  .page-header-product {
    display: block;
  }

  .product-contact {
    margin: 120px 0;
  }

  .product-contact__text.main-body-text {
    font-size: 1.6rem;
  }

  .product-contact__btn a {
    font-size: 1.8rem;
  }

  .product-repage a {
    padding: 60px 20px;
  }
}

@media screen and (max-width: 720px) {
  .page-foot-nav {
    display: block;
  }

  .page-foot-nav:after {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.06);
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .page-foot-nav__item {
    max-width: none;
  }

  .page-foot-nav__item:after {
    width: 100%;
    height: 1px;
  }

  .page-foot-nav__item:last-child:after {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .index-list__item a {
    padding: 40px 6vw;
    padding-right: 18vw;
  }

  .index-list__num.en {
    font-size: 1.6rem;
  }

  .index-list__en {
    font-size: 3rem;
  }

  .index-list__more {
    top: calc(50% - 15px);
    right: 6vw;
  }

  .tbl th,
  .tbl td {
    width: 100%;
    display: block;
  }

  .tbl th {
    padding-bottom: 10px;
  }

  .tbl td {
    padding-top: 0;
    border-top: 0;
  }

  .pagination li {
    margin: 0 5px;
  }

  .page-foot-nav__num {
    max-width: 30px;
    flex-basis: 30px;
  }

  .page-foot-nav__title {
    max-width: calc(100% - 30px);
    flex-basis: calc(100% - 30px);
  }

  .page-foot-nav__title .en {
    font-size: 2.5rem;
  }

  .page-header-product__catch {
    font-size: 1.5rem;
  }

  .page-header-product__title {
    font-size: 5rem;
  }

  .product-contact {
    margin: 100px 0;
  }

  .product-contact__text.main-body-text {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }

  .product-contact__btn a {
    font-size: 1.6rem;
  }

  .product-repage a {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 480px) {
  .index-list__item a {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .index-list__num.en {
    max-width: 30px;
    flex-basis: 30px;
    top: 0;
    font-size: 1.5rem;
  }

  .index-list__wrap {
    max-width: calc(100% - 30px);
    flex-basis: calc(100% - 30px);
  }

  .index-list__en {
    font-size: 2.5rem;
  }

  .page-foot-nav__item a {
    padding: 40px 20px;
    padding-right: 80px;
  }

  .page-header-product__catch {
    font-size: 1.4rem;
  }

  .page-header-product__title {
    font-size: 4rem;
  }

  .product-contact {
    margin: 80px 0;
  }

  .product-contact__text.main-body-text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

/* other parts ------------------------------------*/

.product-section {
  margin: 140px 0;
}

.product-section__title {
  margin-bottom: 40px;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.6);
  align-items: center;
}

.product-section__title .en {
  margin-right: 20px;
  font-size: 6rem;
  font-weight: normal;
  line-height: 1.2;
  color: rgba(0, 0, 0, 1);
}

.product-section__title__sub {
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(0, 0, 0, 1);
}

@media screen and (max-width: 640px) {
  .product-section__title {
    display: block;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .product-section__title .en {
    display: block;
    font-size: 5rem;
  }

  .product-section__title__sub {
    font-size: 2.2rem;
  }

  .product-section {
    margin: 100px 0;
  }
}

/*------------------------------------*/

.title-spacing {
  letter-spacing: 0.08em;
}

.en,
.en a {
  position: relative;
  font-family: "Bree Serif", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.en.uppercase {
  text-transform: none;
}

.num {
  font-family: din-2014, sans-serif;
  text-transform: uppercase;
}

.main-body-text {
  /* 	max-width: 1000px; */
  font-size: 1.5rem;
  line-height: 2.2;
}

.sub-body-text {
  font-size: 1.3rem;
  line-height: 2;
}

.main-body-text.center {
  text-align: center;
}

.spbr {
  display: none;
}

a.bghovercolor:hover {
  background-color: rgba(120, 126, 221, 0.1);
}

.text-color {
  color: rgba(120, 126, 221, 1);
}

.icon:after {
  content: "";
  margin-left: 10px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}

.icon.pin:after {
  width: 12px;
  height: 16px;
  background-image: url(../icon_pin.html);
}

.icon.arrow:after {
  width: 15px;
  height: 10px;
  background-image: url(../icon_arrow_bk.html);
}

.icon-blank:after {
  content: "";
  margin-left: 5px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0.6;
}

.icon-blank:after {
  width: 9px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../svg/icon_blank_bk.svg);
  position: relative;
  top: -1px;
}

a.more,
a .more {
  width: 40px;
  height: 40px;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  transition: all 250ms ease;
}

a.more.wt,
a .more.wt {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

a.more:hover,
a:hover .more {
  border-color: rgba(0, 0, 0, 0.4);
}

a.more.wt:hover,
a:hover .more.wt {
  border-color: rgba(255, 255, 255, 0.8);
}

a.more:before,
a .more:before {
  content: "";
  width: 20px;
  height: 4px;
  display: block;
  background-image: url(../svg/icon_more.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

a.more.wt:before,
a .more.wt:before {
  background-image: url(../svg/icon_more_wt.svg);
}

.more span {
  display: none;
}

@media screen and (max-width: 640px) {
  a.more,
  a .more {
    width: 30px;
    height: 30px;
  }

  a.more:before,
  a .more:before {
    width: 10px;
    height: 4px;
  }

  .main-body-text {
    font-size: 1.4rem;
    line-height: 2;
  }

  .sub-body-text {
    line-height: 1.8;
  }
}

/*------------------------------------*/

.changeOption__item {
  cursor: pointer;
  transition: all 250ms ease;
  opacity: 0.4;
}

.changeOption__item:hover,
.changeOption__item.current {
  opacity: 1;
}

.changeOption__text {
  overflow: hidden;
  opacity: 0;
  transition: all 250ms ease;
}

.changeOption__item.current .changeOption__text {
  opacity: 1;
}

.teldead .notel a {
  pointer-events: none !important;
}
