@charset "UTF-8";
:root {
  --padd: 44px;
}

/* ------------------------------------------------------
*	scrollTest.jsとともに使用
* ------------------------------------------------------ */
*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}

body {
  font-family: "Barlow", sans-serif;
  font-size: 1.6rem;
  color: #434343;
  overflow-x: hidden;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

body, p, h1, h2, h3, h4, h5, h6, p, dl, dd, figure {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
}

sub,
sup {
  position: relative;
  font-size: 65%;
  line-height: 0;
  vertical-align: baseline;
}

@media print {
  @page {
    margin: 10mm;
    size: A4;
  }
  body {
    width: 297mm;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
  }
}
/* ------------------------------------------------------
*
*	FOOTER
*
* ------------------------------------------------------ */
.ft {
  background-color: #002373;
  /* ------------------------------------------------------
  *	UPPER
  * ------------------------------------------------------ */
  /* ------------------------------------------------------
  *	LOWER
  * ------------------------------------------------------ */
  /* ------------------------------------------------------
  *	PAGE TOP
  * ------------------------------------------------------ */
}
.ft__inner {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 35px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ft__inner {
    padding: 35px 0 35px;
  }
}
.ft__upper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .ft__upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 35px;
  }
}
.ft__title {
  line-height: 1;
}
.ft__title p:first-child {
  margin-bottom: 35px;
  font-size: 2.6rem;
  font-weight: 700;
  /* white-space: nowrap; */
}
@media screen and (max-width: 767px) {
  .ft__title p:first-child {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}
.ft__title p:first-child br {
  display: none;
}
@media screen and (max-width: 991px) {
  .ft__title p:first-child br {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .ft__title p:first-child br {
    display: none;
  }
}
.ft__title p:last-child {
  position: relative;
  padding-left: 30px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .ft__title p:last-child {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}
.ft__title p:last-child::before, .ft__title p:last-child::after {
  content: "";
  position: absolute;
  border-radius: 100px;
}
.ft__title p:last-child::before {
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .ft__title p:last-child::before {
    top: -2px;
  }
}
.ft__title p:last-child::after {
  width: 10px;
  height: 10px;
  top: 4px;
  left: 4px;
  background-color: #e11e18;
}
@media screen and (max-width: 767px) {
  .ft__title p:last-child::after {
    top: 2px;
  }
}
.ft__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
}
@media screen and (max-width: 1199px) {
  .ft__menu {
    margin-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .ft__menu {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .ft__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
  }
}
.ft__1st {
  margin-right: 100px;
}
@media screen and (max-width: 1199px) {
  .ft__1st {
    margin-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .ft__1st {
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .ft__1st {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .ft__1st > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.ft__1st > li > a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
@media (hover: hover) {
  .ft__1st > li > a {
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }
  .ft__1st > li > a:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 767px) {
  .ft__1st > li > a {
    position: relative;
    display: block;
    padding: 5px 0;
    font-size: 1.2rem;
  }
}
.ft__1st .sns {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .ft__1st .sns {
    border-bottom: none;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .ft__1st--sub > a::before, .ft__1st--sub > a::after {
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 1px;
    right: 4px;
    top: 50%;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .ft__1st--sub > a::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .ft__1st--sub > a.is-open::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .ft__1st--sub > a.is-open::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media screen and (max-width: 767px) {
  .ft__2nd {
    display: none;
    padding: 0 0 10px;
  }
}
.ft__2nd li::before {
  content: "- ";
}
@media screen and (max-width: 767px) {
  .ft__2nd li::before {
    content: none;
  }
}
.ft__2nd li a {
  font-size: 1.4rem;
  line-height: 1.75;
}
@media (hover: hover) {
  .ft__2nd li a {
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }
  .ft__2nd li a:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 767px) {
  .ft__2nd li a {
    display: block;
    padding: 5px 0;
    font-size: 1.2rem;
  }
}
.ft__lower {
  text-align: center;
}
.ft__lower p:first-child {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ft__lower p:first-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ft__lower p:first-child img {
    width: 144.2px;
  }
}
.ft__lower p:last-child small {
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .ft__lower p:last-child small {
    font-size: 1rem;
  }
}
.ft__page-top {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.4rem;
  line-height: 0.75;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .ft__page-top {
    display: none;
  }
}
.ft__page-top::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1px;
  height: 105px;
  left: -1px;
  margin-bottom: 10px;
  background-color: #fff;
}
@media (hover: hover) {
  .ft__page-top a {
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }
  .ft__page-top a:hover {
    opacity: 0.75;
  }
}

/* ======================================================

	Header

====================================================== */
.hd {
  position: relative;
  z-index: 10000;
  color: #000;
  /* ------------------------------------------------------
  *	Inner
  * ------------------------------------------------------ */
  /* ------------------------------------------------------
  *	nav
  * ------------------------------------------------------ */
  /* ------------------------------------------------------
  *	nav-bg
  * ------------------------------------------------------ */
}
@media screen and (max-width: 767px) {
  .hd {
    position: sticky;
    top: 0;
  }
}
.hd__deco {
  position: absolute;
  width: 100%;
  height: 130px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hd__deco {
    height: 60px;
    z-index: 2;
  }
}
.hd__deco2 {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hd__deco2 {
    width: 100%;
    z-index: 3;
  }
}
.hd__deco2::before {
  position: absolute;
  content: "";
  width: 50vw;
  height: 130px;
  background-color: #2b86f4;
  top: 0;
  right: calc(100% - 266px);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, calc(100% - 130px) 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, calc(100% - 130px) 100%, 100% 0%);
}
@media screen and (max-width: 991px) {
  .hd__deco2::before {
    width: 220px;
    right: auto;
    left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .hd__deco2::before {
    width: 60px;
    height: 60px;
    right: auto;
    left: 0;
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 60px 0);
            clip-path: polygon(0% 0%, 0% 100%, 60px 0);
  }
}
.hd__deco2::after {
  position: absolute;
  content: "";
  width: 50vw;
  height: 130px;
  background-color: #002373;
  top: 0;
  left: calc(100% + 95px);
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0%, calc(0% + 130px) 0%);
          clip-path: polygon(0% 100%, 100% 100%, 100% 0%, calc(0% + 130px) 0%);
}
.hd__inner {
  position: relative;
  /* width: calc(100% - 40px); */
  width: 100%;
  padding: 0 20px;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hd__inner {
    width: 100%;
    padding: 0;
    z-index: 3;
  }
}
.hd__upper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .hd__upper {
    height: 60px;
  }
}
.hd__menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 30px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .hd__menu {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
        justify-content: left;
    gap: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .hd__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0 0;
  }
}
@media screen and (max-width: 767px) {
  .hd__menu > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.hd__menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  font-size: 1.6rem;
  font-weight: 600;
}
.hd__menu > li > a.active {
  color: #2b86f4;
}
@media (hover: hover) {
  .hd__menu > li > a {
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
  }
  .hd__menu > li > a:hover {
    color: #2b86f4;
  }
}
@media screen and (max-width: 991px) {
  .hd__menu > li > a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .hd__menu > li > a {
    position: relative;
    height: auto;
    padding: 15px;
    font-size: 1.4rem;
    color: #fff;
  }
  .hd__menu > li > a.active {
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (hover: hover) {
  .hd__menu > li > a {
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }
  .hd__menu > li > a:hover {
    color: #fff;
    opacity: 0.75;
  }
}
@media screen and (max-width: 767px) {
  .hd__menu > li > a.hdr-1st-sub::before, .hd__menu > li > a.hdr-1st-sub::after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 1px;
    top: 50%;
    right: 10px;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .hd__menu > li > a.hdr-1st-sub::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .hd__menu > li > a.hdr-1st-link::before {
    content: "";
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    top: 50%;
    right: 14px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.hd__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.hd__logos a {
  display: block;
}
@media screen and (max-width: 991px) {
  .hd__logos a:nth-child(1) {
    width: 136px;
  }
}
@media screen and (max-width: 767px) {
  .hd__logos a:nth-child(1) {
    display: none;
    margin-right: 0;
  }
}
.hd__logos a:nth-child(2) {
  margin-left: 90px;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .hd__logos a:nth-child(2) {
    margin-left: 50px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .hd__logos a:nth-child(2) {
    width: calc(100% - 120px);
    margin-left: 50px;
    font-size: 1.6rem;
  }
}
.hd__logos a:nth-child(2) span {
  color: #2b86f4;
}
.hd__nav {
  position: relative;
  padding: 0 20px;
  /* width: calc(100%); */
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .hd__nav {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .hd__nav {
    position: fixed;
    width: 320px;
    height: calc(100% - 60px);
    top: 60px;
    right: 0;
    background-color: #2b86f4;
    overflow: auto;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
  }
  .hd__nav.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.hd__nav-bg {
  display: none;
}
@media screen and (max-width: 767px) {
  .hd__nav-bg {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    z-index: 1;
  }
  .hd__nav-bg.is-open {
    opacity: 1;
    pointer-events: auto;
  }
}

/* ------------------------------------------------------
*	2nd
* ------------------------------------------------------ */
.hdr-2nd {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  background-color: rgba(0, 35, 115, 0.9);
  pointer-events: none;
  display: none;
  opacity: 0;
  color: #fff;
  z-index: 9999;
}
.hdr-2nd.active {
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .hdr-2nd {
    position: relative;
    top: auto;
    left: auto;
    display: none;
    pointer-events: auto;
    opacity: 1;
  }
}
.hdr-2nd__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .hdr-2nd__inner {
    padding: 0;
  }
}
.hdr-2nd__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .hdr-2nd__head {
    display: none;
  }
}
@media (hover: hover) {
  .hdr-2nd__head a {
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }
  .hdr-2nd__head a:hover {
    opacity: 0.75;
  }
}
.hdr-2nd__head a::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -3px;
  margin-left: 20px;
}
.hdr-2nd__head button {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: transparent;
  overflow: hidden;
  cursor: pointer;
  text-indent: 30px;
}
@media (hover: hover) {
  .hdr-2nd__head button {
    display: none;
  }
}
.hdr-2nd__head button::before, .hdr-2nd__head button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
}
.hdr-2nd__head button::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.hdr-2nd__head button::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.hdr-2nd__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 20px;
}
@media screen and (max-width: 767px) {
  .hdr-2nd__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0 0;
  }
}
.hdr-2nd__menu li {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
  .hdr-2nd__menu li {
    width: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media (hover: hover) {
  .hdr-2nd__menu a {
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }
  .hdr-2nd__menu a:hover {
    opacity: 0.75;
  }
}
.hdr-2nd__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hdr-2nd__link img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .hdr-2nd__link img {
    width: 25%;
  }
}
.hdr-2nd__link div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 50%;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .hdr-2nd__link div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 75%;
  }
}
.hdr-2nd__link div p:first-child {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .hdr-2nd__link div p:first-child {
    font-size: 1.4rem;
  }
}
.hdr-2nd__link div p:last-child {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .hdr-2nd__link div p:last-child {
    margin-left: 0.25em;
  }
}

/* ------------------------------------------------------
*	Util
* ------------------------------------------------------ */
.hd__util {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .hd__util {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .hd__util {
    display: none;
  }
}

/* ------------------------------------------------------
*	Contact
* ------------------------------------------------------ */
.hd-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* width: 140px; */
  padding: 0 6px 0 4px;
  height: 26px;
  /* margin-right: 10px; */
  background-color: #2b86f4;
  font-size: 1.4rem;
  color: #ffffff;
}
@media (hover: hover) {
  .hd-contact {
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }
  .hd-contact:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 991px) {
  .hd-contact {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.hd-contact::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background: url("../images/icon-mail.svg") 0 0/100% auto no-repeat;
}
.hd-contact span {
  position: relative;
  top: -0.05em;
  white-space: nowrap;
}
.hd-contact {
  position: absolute;
  top: 27px;
  right: 103px;
}
@media screen and (max-width: 991px) {
  .hd-contact {
    top: 15px;
    right: 0;
  }
}
/* ------------------------------------------------------
*	Lang
* ------------------------------------------------------ */

.js-acd-body3{
  height: 26px;
  overflow: hidden;
  transition: height 300ms ease;

  &.active{
      height: var(--nav-h);
  }
}
.js-acd-btn3{
  cursor: pointer;
}

.hd-lang,
.hd-external{
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;

  font-size: 1.4rem;

  &::after{
    position: absolute;
    display: block;
    content: '';
    width: 8px;
    height: 6px;
    background-color: #000;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: calc((26px - 8px) * 0.5) ;
    right: 5px;
    pointer-events: none;
  }
  li{
    span,
    a{
      display: block;
      height: 26px;
      line-height: 1;
    }
    a{
      &:hover{
        background-color: #f5f5f5;
      }
    }
  }
}
.hd-lang{
  top: 27px;
  right: 0;
  z-index: 11;

  &::before{
    position: absolute;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    top: calc((24px - 14px) * 0.5) ;
    left: 5px;
    pointer-events: none;
    background: url("../images/lang.svg") 50% 50%/100% auto no-repeat;
  }
  li{
    span,
    a{
      padding: 4px 20px 8px 26px;
    }
  }
}
@media screen and (max-width: 991px) {
  .hd-lang{
    top: 53px;
    right: 0;
  }
}
.hd-external{
  top: 11px;
  right: 20px;
  z-index: 10;

  li{
    span,
    a{
      padding: 4px 20px 8px 6px;
    }
  }
}
/* ------------------------------------------------------
*	Form
* ------------------------------------------------------ */
.hd-form-pc {
  width: 190px;
}
@media screen and (max-width: 991px) {
  .hd-form-pc {
    width: 140px;
  }
}

.hd-form-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .hd-form-sp {
    display: block;
    padding: 15px;
  }
}

.hd-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hd-form__text {
  width: 100%;
  height: 26px;
  padding: 0 30px 0 10px;
  border: 1px solid #bebebe;
  vertical-align: top;
  font-size: 1.8rem;
}
.hd-form__submit {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 4px;
  top: 1px;
  border: 0;
  cursor: pointer;
  background: url("../images/icon-search.svg") 50% 50%/100% auto no-repeat;
}

/* ------------------------------------------------------

    Humberger Menu Btn

------------------------------------------------------ */
.menu-btn {
  position: absolute;
  display: none;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  background-color: #002373;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .menu-btn {
    display: block;
  }
}
.menu-btn > span:nth-child(1), .menu-btn > span:nth-child(2), .menu-btn > span:nth-child(3) {
  position: absolute;
  left: calc(50% - 12px);
  top: calc(50% - 10px);
  width: 24px;
  height: 20px;
  -webkit-transition: -webkit-transform 0.18s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.18s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.18s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.18s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.18s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menu-btn.open > span:nth-child(1) {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s, -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}
.menu-btn.open > span:nth-child(2) {
  display: none;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s, -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}
.menu-btn.open > span:nth-child(3) {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s, -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}
.menu-btn > span span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .menu-btn > span span {
    height: 2px;
  }
}
.menu-btn > span:nth-child(1) span {
  top: 50%;
  -webkit-transform: translateY(-50%) translateY(-6px);
          transform: translateY(-50%) translateY(-6px);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: -webkit-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, -webkit-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}
.menu-btn > span:nth-child(2) span {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.1596s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: -webkit-transform 0.1596s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: transform 0.1596s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: transform 0.1596s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, -webkit-transform 0.1596s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}
.menu-btn > span:nth-child(3) span {
  top: 50%;
  -webkit-transform: translateY(-50%) translateY(6px);
          transform: translateY(-50%) translateY(6px);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: -webkit-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, -webkit-transform 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}
.menu-btn.open > span:nth-child(1) span {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.18s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.18s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.18s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.18s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.18s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menu-btn.open > span:nth-child(3) span {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.18s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.18s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.18s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.18s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.18s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cover {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  pointer-events: none;
  z-index: 1001;
}
.cover.close {
  opacity: 0;
  -webkit-transition: opacity 1000ms linear;
  transition: opacity 1000ms linear;
}
.cover.off {
  display: none;
}
.cover__inner {
  position: relative;
  width: 39.4594594595%;
  max-width: 584px;
}
.cover-noscroll {
  overflow: hidden;
}

.logo-materials {
  overflow: visible;
}
.logo-materials + .logo-materials {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.logo-materials__text path {
  fill: #009fe8;
  opacity: 0;
}
.on .logo-materials__text path:nth-child(1) {
  opacity: 1;
  -webkit-transition: opacity 600ms ease 0ms;
  transition: opacity 600ms ease 0ms;
}
.on .logo-materials__text path:nth-child(2) {
  opacity: 1;
  -webkit-transition: opacity 600ms ease 100ms;
  transition: opacity 600ms ease 100ms;
}
.on .logo-materials__text path:nth-child(3) {
  opacity: 1;
  -webkit-transition: opacity 600ms ease 200ms;
  transition: opacity 600ms ease 200ms;
}
.on .logo-materials__text path:nth-child(4) {
  opacity: 1;
  -webkit-transition: opacity 600ms ease 300ms;
  transition: opacity 600ms ease 300ms;
}
.on .logo-materials__text path:nth-child(5) {
  opacity: 1;
  -webkit-transition: opacity 600ms ease 400ms;
  transition: opacity 600ms ease 400ms;
}
.on .logo-materials__text path:nth-child(6) {
  opacity: 1;
  -webkit-transition: opacity 600ms ease 500ms;
  transition: opacity 600ms ease 500ms;
}
.on .logo-materials__text path:nth-child(7) {
  opacity: 1;
  -webkit-transition: opacity 600ms ease 600ms;
  transition: opacity 600ms ease 600ms;
}
.on .logo-materials__text path:nth-child(8) {
  opacity: 1;
  -webkit-transition: opacity 600ms ease 700ms;
  transition: opacity 600ms ease 700ms;
}
.on .logo-materials__text path:nth-child(9) {
  opacity: 1;
  -webkit-transition: opacity 600ms ease 800ms;
  transition: opacity 600ms ease 800ms;
}
.on .logo-materials__text path:nth-child(10) {
  opacity: 1;
  -webkit-transition: opacity 600ms ease 900ms;
  transition: opacity 600ms ease 900ms;
}
.on .logo-materials__text path:nth-child(11) {
  opacity: 1;
  -webkit-transition: opacity 1200ms ease 1000ms;
  transition: opacity 1200ms ease 1000ms;
}
.on .logo-materials__text path:nth-child(12) {
  opacity: 1;
  -webkit-transition: opacity 1200ms ease 1000ms;
  transition: opacity 1200ms ease 1000ms;
}
.on .logo-materials__text path:nth-child(13) {
  opacity: 1;
  -webkit-transition: opacity 1200ms ease 1000ms;
  transition: opacity 1200ms ease 1000ms;
}
.on .logo-materials__text path:nth-child(14) {
  opacity: 1;
  -webkit-transition: opacity 1200ms ease 1000ms;
  transition: opacity 1200ms ease 1000ms;
}
.on .logo-materials__text path:nth-child(15) {
  opacity: 1;
  -webkit-transition: opacity 1200ms ease 1000ms;
  transition: opacity 1200ms ease 1000ms;
}
.on .logo-materials__text path:nth-child(16) {
  opacity: 1;
  -webkit-transition: opacity 1200ms ease 1000ms;
  transition: opacity 1200ms ease 1000ms;
}
.on .logo-materials__text path:nth-child(17) {
  opacity: 1;
  -webkit-transition: opacity 1200ms ease 1000ms;
  transition: opacity 1200ms ease 1000ms;
}
.on .logo-materials__text path:nth-child(18) {
  opacity: 1;
  -webkit-transition: opacity 1200ms ease 1000ms;
  transition: opacity 1200ms ease 1000ms;
}
.on .logo-materials__text path:nth-child(19) {
  opacity: 1;
  -webkit-transition: opacity 1200ms ease 1000ms;
  transition: opacity 1200ms ease 1000ms;
}
.on .logo-materials__text path:nth-child(20) {
  opacity: 1;
  -webkit-transition: opacity 1200ms ease 1000ms;
  transition: opacity 1200ms ease 1000ms;
}
.logo-materials__crystal {
  opacity: 0;
  -webkit-filter: drop-shadow(0 0 0.5vw #fff);
          filter: drop-shadow(0 0 0.5vw #fff);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.on .logo-materials__crystal {
  opacity: 1;
  -webkit-transition: opacity 2000ms ease;
  transition: opacity 2000ms ease;
  -webkit-animation: example 1000ms ease 1000ms 1 forwards;
          animation: example 1000ms ease 1000ms 1 forwards;
}

@-webkit-keyframes example {
  0% {
    -webkit-filter: drop-shadow(0 0 0.5vw #fff);
            filter: drop-shadow(0 0 0.5vw #fff);
  }
  50% {
    -webkit-filter: drop-shadow(0 0 1vw #fff);
            filter: drop-shadow(0 0 1vw #fff);
  }
  100% {
    -webkit-filter: drop-shadow(0 0 0.5vw #fff);
            filter: drop-shadow(0 0 0.5vw #fff);
  }
}

@keyframes example {
  0% {
    -webkit-filter: drop-shadow(0 0 0.5vw #fff);
            filter: drop-shadow(0 0 0.5vw #fff);
  }
  50% {
    -webkit-filter: drop-shadow(0 0 1vw #fff);
            filter: drop-shadow(0 0 1vw #fff);
  }
  100% {
    -webkit-filter: drop-shadow(0 0 0.5vw #fff);
            filter: drop-shadow(0 0 0.5vw #fff);
  }
}
.modal-noscroll {
  overflow: hidden;
}

.modal {
  position: fixed;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  padding: 30px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
}
@media screen and (max-width: 767px) {
  .modal {
    padding: 20px;
  }
}
.modal[data-modal=show] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadein 0.5s ease 0s 1 forwards;
          animation: fadein 0.5s ease 0s 1 forwards;
}
.modal[data-modal=close] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeout 0.5s ease 0s 1 forwards;
          animation: fadeout 0.5s ease 0s 1 forwards;
}
.modal[data-modal=hide] {
  display: none;
}
.modal__bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
}
.modal__close {
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  right: -18px;
  top: -18px;
  background-color: #434343;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 100;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 12px;
  background-color: #fff;
}
.modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close:hover {
  opacity: 0.8;
}
.modal__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1000px;
  z-index: 100;
}
.modal__body iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.modal__inner {
  position: relative;
  width: 100%;
  padding: 5px;
  border-radius: 8px;
  background: #434343;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .fixed-anchor {
    margin-top: -60px;
    padding-top: 60px;
  }
}

.u-table-scroll {
  width: 100%;
  overflow-x: auto;
}
.u-table-scroll table {
  width: auto !important;
  min-width: 100% !important;
  white-space: nowrap;
}

.u-ztop {
  z-index: 100;
}

.u-nowrap {
  white-space: nowrap;
}

.u-hidden {
  display: none !important;
}

.u-disable {
  pointer-events: none;
}

.u-transparent {
  opacity: 0;
}

.u-active {
  opacity: 0.5;
}

.u-debug {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 10px;
  left: 10px;
  width: 100px;
  height: 20px;
  border-radius: 10px;
  background-color: rgba(255, 0, 0, 0.8);
  font-size: 1.2rem;
  color: #fff;
  z-index: 1000;
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: inline-block;
  }
}

.u-pc {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: inline-block;
  }
}

.u-lg {
  display: none;
}
@media screen and (max-width: 1391px) {
  .u-lg {
    display: inline;
  }
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-left {
  text-align: left;
}

.u-text-indent {
  text-indent: 1em;
}

.u-text-negative-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.u-txt-bold,
.u-text-bold {
  font-weight: bold;
}

.u-txt-underline {
  text-decoration: underline;
}

/********************************************************

	flex-grid:| sm  | md  | lg  |  xl  |
	min-width:| 576 | 768 | 992 | 1200 |
	max-width:| 575 | 767 | 991 | 1199 |

********************************************************/
.u-txt-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* ------------------------------------------------------
    ユーティリティ
------------------------------------------------------ */
.u-mbr05 {
  margin-bottom: 5px;
}

.u-mbr10 {
  margin-bottom: 10px;
}

.u-mbr15 {
  margin-bottom: 15px;
}

.u-mbr20 {
  margin-bottom: 20px;
}

.u-mbr30 {
  margin-bottom: 30px;
}

.u-mbr40 {
  margin-bottom: 40px;
}

.u-mbr50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .u-mbr50 {
    margin-bottom: 30px;
  }
}

.u-mbr60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .u-mbr60 {
    margin-bottom: 30px;
  }
}

.u-mbr70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .u-mbr70 {
    margin-bottom: 30px;
  }
}

.u-mbr80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .u-mbr80 {
    margin-bottom: 30px;
  }
}

.u-mbr90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .u-mbr90 {
    margin-bottom: 30px;
  }
}

.u-mbr100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .u-mbr100 {
    margin-bottom: 80px;
  }
}

/********************************************************
	Utility: display
********************************************************/
.u-dn {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

@media screen and (max-width: 1199px) {
  .u-dn--lg {
    display: none !important;
  }
  .u-d-i--lg {
    display: inline !important;
  }
  .u-d-ib--lg {
    display: block !important;
  }
  .u-d-b--lg {
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  .u-dn--md {
    display: none !important;
  }
  .u-d-i--md {
    display: inline !important;
  }
  .u-d-ib--md {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .u-dn--sm {
    display: none !important;
  }
  .u-d-i--sm {
    display: inline !important;
  }
  .u-d-ib--sm {
    display: inline-block !important;
  }
  .u-d-b--sm {
    display: block !important;
  }
}
@media screen and (max-width: 575px) {
  .u-dn--xs {
    display: none !important;
  }
  .u-d-i--xs {
    display: inline !important;
  }
  .u-d-ib--xs {
    display: inline-block !important;
  }
  .u-d-b--xs {
    display: block !important;
  }
}
@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 10px 5px 5px 5px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  line-height: 1;
  color: #FFF;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 17px;
  height: 7px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -10px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  background-color: #f00;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 1px solid #B4B4B4;
  background-color: #fff;
}
.slick-dots li.slick-active button:before {
  background-color: #B4B4B4;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.about-wrap {
  overflow: hidden;
}

.about-blk {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .about-blk {
    flex-wrap: wrap;
  }
}
.about-blk:not(:first-of-type) {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .about-blk:not(:first-of-type) {
    margin-top: 50px;
  }
}
.about-blk__title {
  position: relative;
  flex: 0 0 auto;
  width: 255px;
  margin-top: 0.2em;
  border-bottom: 1px solid #2b86f4;
  z-index: 2;

  font-size: 3.4rem;
  font-weight: 700;
  font-style: italic;
  white-space: nowrap;
  color: #002373;
}
hgroup h2{
  margin-bottom: 0.1em;

  font-size: inherit;
  line-height: 1.1764;
}
hgroup p{
  margin-bottom: 0.3em;

  font-size: calc(2 / 3.4 * 100%);
  font-weight: normal;
  line-height: 1.3;
  color: #2b86f4;
}
@media screen and (max-width: 991px) {
  .about-blk__title {
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 2.4rem;
    white-space: normal;
  }
  .about-blk__title br{
    display: none;
  }
}
.about-blk__body {
  position: relative;
  flex: 1 1 auto;
  margin-left: -65px;
  padding: 50px 50px 50px 105px;
  background-color: #fff;
  line-height: 2;
}
.about-blk--1 .about-blk__body {
  padding: 50px 50px 50px 200px;
}

@media screen and (max-width: 991px) {
  .about-blk__body {
    width: 100%;
    margin-left: 0;
    padding: 20px;
  }
  .about-blk--1 .about-blk__body {
    padding: 20px;
  }
}
.about-blk__body p, .about-blk__body ul, .about-blk__body figure {
  position: relative;
}
.about-blk__body p + p{
  margin-top: 1.5em;
}

.about-blk--3 .about-blk__body > p {
  margin-bottom: 40px;
}
.about-blk--3 figure {
  margin-bottom: 40px;
}

.about-list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-list1 li {
  width: calc((100% - 60px) / 4);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-list1 li {
    width: calc((100% - 30px) / 2);
  }
  .about-list1 li:nth-child(n+3) {
    margin-top: 20px;
  }
}
.about-list1 li img {
  margin-bottom: 15px;
}
.about-list1 li p:nth-of-type(1) {
  margin-bottom: 0.2em;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #2b86f4;
}
@media screen and (max-width: 767px) {
  .about-list1 li p:nth-of-type(1) {
    font-size: 2.2rem;
  }
}
.about-list1 li p:nth-of-type(2) {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.25;
  color: #002373;
}
@media screen and (max-width: 767px) {
  .about-list1 li p:nth-of-type(2) {
    font-size: 1.2rem;
  }
}

.about-list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-list2 li {
  width: calc((100% - 25px) / 2);
  padding: 30px var(--innerPadding);
  background-color: rgba(43, 134, 244, 0.2);
  color: #002373;
}
@media screen and (max-width: 767px) {
  .about-list2 li {
    width: 100%;
    padding: var(--innerPadding);
  }
  .about-list2 li:nth-child(1) {
    margin-bottom: 10px;
  }
}
.about-list2 li p:nth-of-type(1) {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about-list2 li p:nth-of-type(1) {
    font-size: 1.6rem;
  }
}
.about-list2 li p:nth-of-type(2) {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .about-list2 li p:nth-of-type(2) {
    font-size: 1.4rem;
  }
}

.benefits .p-wrap {
  padding-bottom: 0;
}
.benefits .p-link {
  width: 100%;
  max-width: 340px;
  margin-top: 60px;
}
.benefits hr{
  border-top: 1px solid #002373;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
@media screen and (max-width: 767px) {
  .p-link {
    min-width: 200px;
  }
}

.benefits-top {
  display: grid;
  grid-template-columns: 620fr 480fr;
  gap: 70px;
  align-items: center;
  width: calc(100% - var(--innerPadding) * 2);
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0 80px;
}
@media screen and (max-width: 767px) {
  .benefits-top {
    grid-template-columns: 1fr;
    padding: 40px 0 40px;
  }
}
.benefits-top dl{
  line-height: 1.5;
}
.benefits-top dl dt{
  font-size: 2.2rem;
  font-weight: 600;
}
.benefits-top dl dt:nth-of-type(1){
  color: #59b296;
}
.benefits-top dl dt:nth-of-type(2){
  margin-top: 1em;
  color: #3371aa;
}
.benefits-top dl dt:nth-of-type(3){
  margin-top: 1em;
  color: #44a7cb;
}

@media screen and (max-width: 767px) {
  .benefits-top figure {
    text-align: center;
  }
}

/* .benefits-anchorNav { */
  /* background-image: -webkit-gradient(linear, left top, right top, from(#59b296), color-stop(50%, #59b296), color-stop(50%, #44a7cb), to(#44a7cb)); */
  /* background-image: linear-gradient(to right, #59b296 0%, #59b296 50%, #44a7cb 50%, #44a7cb 100%); */
/* } */
.benefits-anchorNav__list {
  position: relative;
  width: calc(100% - var(--innerPadding) * 2);
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .benefits-anchorNav__list {
    width: auto;
  }
}
.benefits-anchorNav__list li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 10px 10px 0 0;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .benefits-anchorNav__list li a {
    height: 40px;
  }
}
.benefits-anchorNav__list li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 30px;
  top: calc(50% - 5px);
}
@media screen and (max-width: 767px) {
  .benefits-anchorNav__list li a::after {
    width: 6px;
    height: 6px;
    right: calc(50% - 5px);
    top: auto;
    bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .benefits-anchorNav__list li a span {
    position: relative;
    top: -5px;
  }
}
@media (hover: hover) {
  .benefits-anchorNav__list li a {
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }
  .benefits-anchorNav__list li a:hover {
    opacity: 0.75;
  }
}
.benefits-anchorNav__list li:nth-child(1) a {
  background-color: #59b296;
}
.benefits-anchorNav__list li:nth-child(2) a {
  background-color: #3371aa;
}
.benefits-anchorNav__list li:nth-child(3) a {
  background-color: #44a7cb;
}

.benefits-sec__inner {
  width: calc(100% - var(--innerPadding) * 2);
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 60px;
}
@media screen and (max-width: 767px) {
  .benefits-sec__inner {
    padding: 30px 0 30px;
  }
}
.benefits-sec__title {
  margin-bottom: 3px;
  font-size: 4rem;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .benefits-sec__title {
    font-size: 3rem;
  }
}
.benefits-sec__sub {
  margin-bottom: 35px;
  font-size: 2.2rem;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .benefits-sec__sub {
    margin-bottom: 25px;
    font-size: 1.65rem;
  }
}

.benefits-sec__lead {
  margin-bottom: 50px;

  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .benefits-sec__lead {
    margin-bottom: 25px;
  }
}
.benefits-sec__text {
  /* margin-bottom: .75em; */
  line-height: 2;
  text-align: center;
}

.benefits-sec__list,
.benefits-sec__msg {
  font-weight: 600;
  color: #002373;
  text-align: center;
}
.benefits-sec__list li{
  line-height: 2;
}
.benefits-sec__list li::before{
  content: "・";
}

.benefits-sec__msg {
  margin-top: 45px;
  margin-bottom: -25px;

  line-height: 2;
}
.acd{
  padding: 50px 0 50px;
}
.acd__content{
  padding-top: 50px;
}
.acd__trigger {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 12px 12px 24px;
  max-width: 700px;
  margin: 0 auto;

  background-color: #fff;
  border-radius: 100px;

  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  color: #002373;
  text-align: center;
}
.acd__trigger span{
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 100px;
  background-color: #59b296;
}
.acd__trigger.active span{
  rotate: 180deg;
}
.acd__trigger span::before{
  position: absolute;
  top: 45%;
  left: 50%;
  translate: -50% -50%;
  rotate: 45deg;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.benefits-sec--1 {
  background-color: rgba(89, 178, 150, 0.2);
}
.benefits-sec--1 .benefits-sec__title {
  color: #59b296;
}
.benefits-sec--1 .benefits-sec__sub {
  color: #59b296;
}
.benefits-sec--1 figure {
  text-align: center;
}

.benefits-sec--2 {
  background-color: rgba(51, 113, 170, 0.2);
}
.benefits-sec--2 .benefits-sec__title {
  color: #3371aa;
}
.benefits-sec--2 .benefits-sec__sub {
  color: #3371aa;
}
.benefits-sec--2 figure {
  padding: var(--innerPadding);
  background-color: #fff;
}
.benefits-sec--2 figure figcaption {
  margin-bottom: 20px;
  font-size: 1.8;
  font-weight: 700;
}
.benefits-sec--2 figure div {
  max-width: 800px;
  margin: 0 auto;
}
.benefits-sec--2 figure img {
  margin-bottom: 20px;
}
.benefits-sec--3 {
  background-color: rgba(68, 167, 203, 0.2);
}
.benefits-sec--3 .benefits-sec__title {
  color: #44a7cb;
}
.benefits-sec--3 .benefits-sec__sub {
  color: #44a7cb;
}
.benefits-sec--3 figure {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.benefits-sec--3 figcaption {
  margin-bottom: 25px;
  font-size: 1.8rem;
  font-weight: 700;
}
.benefits-sec--3 table {
  table-layout: fixed;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.benefits-sec--3 th, .benefits-sec--3 td {
  padding: 0.75em;
  border: 1px solid #fff;
  text-align: center;
}
.benefits-sec--3 tr:nth-child(1) th:first-child,
.benefits-sec--3 tr:nth-child(2) td:first-child,
.benefits-sec--3 tr:nth-child(3) td:first-child,
.benefits-sec--3 tr:nth-child(4) td:first-child,
.benefits-sec--3 tr:nth-child(6) td:first-child,
.benefits-sec--3 tr:nth-child(8) td:first-child,
.benefits-sec--3 tr:nth-child(9) td:first-child {
  height: 78px;
}
@media screen and (max-width: 767px) {
  .benefits-sec--3 tr:nth-child(1) th:first-child,
.benefits-sec--3 tr:nth-child(2) td:first-child,
.benefits-sec--3 tr:nth-child(3) td:first-child,
.benefits-sec--3 tr:nth-child(4) td:first-child,
.benefits-sec--3 tr:nth-child(6) td:first-child,
.benefits-sec--3 tr:nth-child(8) td:first-child,
.benefits-sec--3 tr:nth-child(9) td:first-child {
    height: auto;
  }
}
.benefits-sec--3 tr:nth-child(5) td:nth-child(4),
.benefits-sec--3 tr:nth-child(6) td:nth-child(1),
.benefits-sec--3 tr:nth-child(7) td:nth-child(4),
.benefits-sec--3 tr:nth-child(8) td:nth-child(1) {
  height: 39px;
}
@media screen and (max-width: 767px) {
  .benefits-sec--3 tr:nth-child(5) td:nth-child(4),
.benefits-sec--3 tr:nth-child(6) td:nth-child(1),
.benefits-sec--3 tr:nth-child(7) td:nth-child(4),
.benefits-sec--3 tr:nth-child(8) td:nth-child(1) {
    height: auto;
  }
}
.benefits-sec--3 th {
  width: 25%;
  background-color: #969696;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .benefits-sec--3 th {
    font-size: 1.4rem;
  }
}
.benefits-sec--3 th:last-child {
  background-color: #1e5caa;
}
.benefits-sec--3 td {
  background-color: #e6e6e6;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .benefits-sec--3 td {
    font-size: 1.2rem;
  }
}
.benefits-sec--3 td:last-child {
  background-color: #dde7f2;
  font-weight: 700;
  color: #1e5caa;
}

.benefits-next {
  position: absolute;
  width: 98px;
  height: 80px;
  right: 50px;
  border-left: 2px solid #2b86f4;
  border-bottom: 2px solid #2b86f4;
}
@media screen and (max-width: 767px) {
  .benefits-next {
    width: 40px;
    height: 40px;
    right: auto;
    left: 55px;
    top: 100%;
    border-left: none;
    border-bottom: none;
  }
}
.benefits-next::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: -8px;
  right: -2px;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  border-color: transparent transparent transparent #2b86f4;
}
@media screen and (max-width: 767px) {
  .benefits-next::after {
    bottom: calc(50% - 7px);
    right: calc(50% - 6px);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.benefits-prev {
  position: absolute;
  width: 98px;
  height: 80px;
  right: 50px;
  bottom: 100%;
  border-top: 2px solid #2b86f4;
  border-left: 2px solid #2b86f4;
}
@media screen and (max-width: 767px) {
  .benefits-prev {
    width: 40px;
    height: 40px;
    right: auto;
    left: 55px;
    bottom: 100%;
    border-top: none;
    border-left: none;
  }
}
.benefits-prev::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: -8px;
  right: -2px;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  border-color: transparent transparent transparent #2b86f4;
}
@media screen and (max-width: 767px) {
  .benefits-prev::before {
    top: calc(50% - 7px);
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.benefits-list li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .benefits-list li {
    position: relative;
    margin-bottom: 40px;
  }
}
.benefits-list li:not(:last-child) {
  margin-bottom: 60px;
}
.benefits-list li figure {
  position: relative;
  width: calc(50% + 50px);
  padding-right: 15px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .benefits-list li figure {
    position: static;
    width: 150px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 10px;
    padding-right: 0;
  }
}
.benefits-list li p {
  width: calc(50% - 50px);
  padding: 50px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .benefits-list li p {
    width: calc(100% - 150px);
    width: 100%;
    padding: 10px;
  }
}
.benefits-list li:nth-child(2n+2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .benefits-list li:nth-child(2n+2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.benefits-list li:nth-child(2n+2) figure {
  text-align: left;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .benefits-list li:nth-child(2n+2) figure {
    padding-left: 0;
  }
}
.benefits-list li:nth-child(2n+2) .benefits-next {
  right: auto;
  left: 50px;
  border-left: none;
  border-right: 2px solid #002373;
  border-bottom: 2px solid #002373;
}
@media screen and (max-width: 767px) {
  .benefits-list li:nth-child(2n+2) .benefits-next {
    left: auto;
    right: auto;
    left: 55px;
    border-right: none;
    border-bottom: none;
  }
}
.benefits-list li:nth-child(2n+2) .benefits-next::after {
  right: auto;
  left: -2px;
  border-style: solid;
  border-width: 7px 11px 7px 0;
  border-color: transparent #002373 transparent transparent;
}
@media screen and (max-width: 767px) {
  .benefits-list li:nth-child(2n+2) .benefits-next::after {
    left: auto;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.benefits-bottom {
  background-color: #fff;
}
.benefits-bottom__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% - var(--innerPadding) * 2);
  max-width: 1200px;
  margin: 0 auto;
  padding: 65px 0;
}
@media screen and (max-width: 767px) {
  .benefits-bottom__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0;
  }
}
.benefits-bottom__body p {
  -ms-flex-item-align: center;
      align-self: center;
  margin-right: 135px;
  font-size: 2.4rem;
  font-weight: 700;
  font-style: italic;
  color: #1e5caa;
}
@media screen and (max-width: 991px) {
  .benefits-bottom__body p {
    margin-right: 100px;
  }
}
@media screen and (max-width: 767px) {
  .benefits-bottom__body p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}
.benefits-bottom__body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .benefits-bottom__body ul {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .benefits-bottom__body ul li:nth-child(1) img {
    width: 75px;
  }
}
.benefits-bottom__body ul li:nth-child(2) {
  margin-left: 50px;
}
@media screen and (max-width: 991px) {
  .benefits-bottom__body ul li:nth-child(2) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .benefits-bottom__body ul li:nth-child(2) {
    margin-left: 20px;
  }
}
.benefits-bottom__body ul li:nth-child(2) img {
  margin-bottom: 3%;
}
@media screen and (max-width: 767px) {
  .benefits-bottom__body ul li:nth-child(2) img {
    margin-bottom: 0;
    width: 150px;
  }
}
@media (hover: hover) {
  .benefits-bottom__body a {
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }
  .benefits-bottom__body a:hover {
    opacity: 0.75;
  }
}

.contact-blk {
  width: 100%;
  max-width: 810px;
  padding-top: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact-blk {
    padding-top: 20px;
  }
}
.contact-blk__lead {
  margin-bottom: 60px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #2b86f4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-blk__lead {
    margin-bottom: 40px;
    font-size: 2rem;
  }
}
.contact-blk__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .contact-blk__list {
    margin-bottom: 45px;
  }
}
.contact-blk__list li {
  width: calc(50% - 15px);
  padding: 20.5px 10px 20.5px calc(10px + 1em);
  background-color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2083333333;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .contact-blk__list li {
    width: 100%;
    font-size: 1.6rem;
  }
}
.contact-blk__list li:nth-child(n+3) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .contact-blk__list li:nth-child(n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-blk__list li:nth-child(n+2) {
    margin-top: 10px;
  }
}
.contact-blk__list li::before {
  content: "・";
  display: inline-block;
  width: 1em;
  text-align: center;
  text-indent: 0;
}

.expertise-wrap {
  width: 100%;
}

.expertise-blk{
  margin-bottom: 60px;
}
.expertise-arrow{
    width: 100px;
    height: 80px;
    margin: 0 auto 60px;
    background-color: #2b86f4;
    clip-path: polygon(25% 0, 75% 0, 75% 40%, 100% 40%, 50% 100%, 0 40%, 25% 40%);
}
.expertise-blk__movie{
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  background-color: #f5f5f5;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .expertise-blk{
    margin-bottom: 30px;
  }
}
.expertise-blk__q {
  padding: 22.5px var(--innerPadding);
  background-color: #2b86f4;

  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.25;
  text-align: center;
  color: #fff;
}
.expertise-blk__q span{
  font-size: 80%;
}
.expertise-blk__q--2 {
  background-color: #002373;
}
@media screen and (max-width: 767px) {
  .expertise-blk__q {
    padding: var(--innerPadding);
    font-size: 1.6rem;
  }
}
.expertise-blk__a {
  background-color: #fff;
  padding: 35px var(--innerPadding);
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .expertise-blk__a {
    padding: var(--innerPadding);
    font-size: 1.4rem;
  }
}
.expertise-blk__body {
  max-width: 900px;
  margin: 0 auto;
}
.expertise-blk__body section:not(:last-child){
  margin-bottom: 35px;
}
.expertise-blk__body h3{
  padding-bottom: 0.5em;
  margin-bottom: 0.25em;
  border-bottom: 1px solid #2b86f4;

  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.25;
  color: #2b86f4;
}
.expertise-blk__body strong{
  color: #2b86f4;
}

.expertise-tbl-wrap {
  width: 100%;
  overflow-x: auto;
}

.expertise-tbl {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.expertise-tbl th, .expertise-tbl td {
  border: 1px solid #cacaca;
  padding: 10px;
  text-align: center;
  line-height: 1.25;
}
.expertise-tbl th {
  background-color: #002373;
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .expertise-tbl th {
    font-size: 1.6rem;
  }
}
.expertise-tbl td {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .expertise-tbl td {
    font-size: 1.2rem;
  }
}
.expertise-tbl tr:not(:first-child) th {
  background-color: #e0edfd;
  color: #002373;
}

.expertise-tbl--1 {
  min-width: 600px;
  margin-top: 20px;
}
.expertise-tbl--1 tr:nth-child(3) td img {
  margin-bottom: 15px;
}
.expertise-tbl--1 tr:nth-child(3) td p {
  font-size: 1.6rem;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .expertise-tbl--1 tr:nth-child(3) td p {
    font-size: 1.4rem;
  }
}

.expertise-tbl--2 {
  margin-top: 10px;
}

.drinking-water {
  --custom-color: #007aa5;
}

.water-purification {
  --custom-color: #1e5caa;
}

.automotive {
  --custom-color: #c2a42f;
}

.air-purification {
  --custom-color: #915267;
}

.fms {
  --custom-color: #002373;
}

.fmh-s {
  --custom-color: #002373;
}

.fmh-l {
  --custom-color: #002373;
}

.fmi {
  --custom-color: #002373;
}

.fmc {
  --custom-color: #002373;
}

.debug li {
  position: absolute;
  right: 0;
  background-color: #f00;
  color: #fff;
  z-index: 100001;
}

/* ------------------------------------------------------
*	ページタイトル
* ------------------------------------------------------ */
.p-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 170px;
  background-color: #f4f4f4;
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 4rem;
  font-weight: 700;
  font-style: italic;
  color: #002373;
}
.applications .p-title {
  background-image: url(../images/applications/bg-head.jpg);
}
.drinking-water .p-title {
  background-image: url(../images/applications/drinking-water/bg-head.jpg);
}
.water-purification .p-title {
  background-image: url(../images/applications/water-purification/bg-head.jpg);
}
.automotive .p-title {
  background-image: url(../images/applications/automotive/bg-head.jpg);
}
.air-purification .p-title {
  background-image: url(../images/applications/air-purification/bg-head.jpg);
}
.filter-shapes .p-title {
  background-image: url(../images/filter-shapes/bg-head.jpg);
}
.fms .p-title {
  background-image: url(../images/filter-shapes/fms/bg-head.jpg);
}
.fmh-s .p-title {
  background-image: url(../images/filter-shapes/fmh-s/bg-head.jpg);
}
.fmh-l .p-title {
  background-image: url(../images/filter-shapes/fmh-s/bg-head.jpg);
}
.fmi .p-title {
  background-image: url(../images/filter-shapes/fmh-s/bg-head.jpg);
}
.fmc .p-title {
  background-image: url(../images/filter-shapes/fmh-s/bg-head.jpg);
}
.expertise .p-title {
  background-image: url(../images/expertise/bg-head.jpg);
}
.about .p-title {
  background-image: url(../images/profiles/bg-head.jpg);
}
.benefits .p-title {
  background-image: url(../images/why/bg-head.jpg);
}
.contact .p-title {
  background-image: url(../images/contact/bg-head.jpg);
}
@media screen and (max-width: 991px) {
  .p-title {
    height: 140px;
    background-position: 25% 0;
    background-size: auto 100%;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-title {
    height: 110px;
    font-size: 2.8rem;
  }
}
.p-title span {
  position: relative;
  top: -5px;
}

/* ------------------------------------------------------
*	ページトップ リード
* ------------------------------------------------------ */
.p-top-lead {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 0 110px;

  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.375;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-lead {
    padding: 20px 0 50px;

    font-size: 1.6rem;
    line-height: 2.0;
  }
}

/* ------------------------------------------------------
*	トップ / ナビゲーション
* ------------------------------------------------------ */
.p-top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-top-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-nav li {
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .p-top-nav li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-nav li:nth-child(n+2) {
    margin-top: 30px;
  }
}
.p-top-nav li:nth-child(n+3) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-nav li:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (hover: hover) {
  .p-top-nav li a {
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }
  .p-top-nav li a:hover {
    opacity: 0.75;
  }
}

/* ------------------------------------------------------
*	ページサブタイトル
* ------------------------------------------------------ */
.p-sub {
  position: relative;
  background-color: var(--custom-color);
}
.p-sub__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - var(--innerPadding) * 2);
  max-width: 1100px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-sub__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: var(--innerPadding);
    padding-bottom: var(--innerPadding);
  }
}
.p-sub__inner div:nth-child(1) {
  width: 30%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-sub__inner div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
.p-sub__inner div:nth-child(2) {
  width: 40%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: -50px;
}
@media screen and (max-width: 767px) {
  .p-sub__inner div:nth-child(2) {
    width: 100%;
    margin-top: 0;
  }
}
.p-sub__inner div:nth-child(3) {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .p-sub__inner div:nth-child(3) {
    display: none;
  }
}
.p-sub__title {
  font-size: 3rem;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 991px) {
  .p-sub__title {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sub__title {
    font-size: 2.4rem;
  }
}
.p-sub__text {
  margin-top: 0.5em;
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 991px) {
  .p-sub__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sub__text {
    font-size: 1.6rem;
  }
}

/* ------------------------------------------------------
*	ページサブタイトル
* ------------------------------------------------------ */
.p-wrap {
  padding-bottom: 200px;
  background-color: #f4f4f4;
  background-position: 50% 0;
  background-size: 100% auto;
  background-repeat: repeat-y;
}
@media screen and (max-width: 767px) {
  .p-wrap {
    padding-bottom: 100px;
  }
}
.applications .p-wrap {
  background-image: url(../images/applications/bg.jpg);
}
.drinking-water .p-wrap {
  background-image: url(../images/applications/drinking-water/bg.jpg);
}
.water-purification .p-wrap {
  background-image: url(../images/applications/water-purification/bg.jpg);
}
.automotive .p-wrap {
  background-image: url(../images/applications/automotive/bg.jpg);
}
.air-purification .p-wrap {
  background-image: url(../images/applications/air-purification/bg.jpg);
}
.filter-shapes .p-wrap {
  background-image: url(../images/filter-shapes/bg.jpg);
}
.fms .p-wrap {
  background-image: url(../images/filter-shapes/fms/bg.jpg);
}
.fmh-s .p-wrap {
  background-image: url(../images/filter-shapes/fmh-s/bg.jpg);
}
.fmh-l .p-wrap {
  background-image: url(../images/filter-shapes/fmh-s/bg.jpg);
}
.fmi .p-wrap {
  background-image: url(../images/filter-shapes/fmh-s/bg.jpg);
}
.fmc .p-wrap {
  background-image: url(../images/filter-shapes/fmh-s/bg.jpg);
}
.expertise .p-wrap {
  background-image: url(../images/expertise/bg.jpg);
}
.about .p-wrap {
  background-image: url(../images/profiles/bg.jpg);
}
.benefits .p-wrap {
  background-image: url(../images/why/bg.jpg);
}
.contact .p-wrap {
  background-image: url(../images/contact/bg.jpg);
}
.is_fixed-nav .p-wrap {
  padding-top: 130px;
}

/* ------------------------------------------------------
*	ページナビゲーション
* ------------------------------------------------------ */
.p-anchorNav {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 40px 0 40px;
}
@media screen and (max-width: 767px) {
  .p-anchorNav {
    position: sticky;
    top: 60px;
    padding: 10px 0 10px;
    z-index: 9998;
  }
  .p-anchorNav::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: -20px;
    right: -20px;
    bottom: 0;
    background-color: #fff;
    opacity: 1;
  }
}
.p-anchorNav__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
  border-color: inherit;
}
.p-anchorNav__list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 220px;
  border-right: 1px solid var(--custom-color);
}
@media screen and (max-width: 767px) {
  .p-anchorNav__list li {
    max-width: none;
  }
}
.p-anchorNav__list li:first-child {
  border-left: 1px solid var(--custom-color);
}
.p-anchorNav__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--custom-color);
  text-align: center;
}
.p-anchorNav__list li a.selected {
  color: #fff;
  background-color: var(--custom-color);
}
@media (hover: hover) {
  .p-anchorNav__list li a {
    -webkit-transition: color 300ms ease, background-color 300ms ease;
    transition: color 300ms ease, background-color 300ms ease;
  }
  .p-anchorNav__list li a:hover {
    color: #fff;
    background-color: var(--custom-color);
  }
}
@media screen and (max-width: 767px) {
  .p-anchorNav__list li a {
    height: 30px;
    font-size: 1rem;
  }
}

/* ------------------------------------------------------
*	ページセクション
* ------------------------------------------------------ */
.p-sec {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-sec {
    display: block;
    margin-top: -110px;
    padding-top: 110px;
  }
}
.p-sec.selected {
  display: block;
}
.p-sec__title {
  width: 100%;
  margin-bottom: 30px;
  font-size: 4rem;
  font-style: italic;
  text-align: center;
  color: var(--custom-color);
}
@media screen and (max-width: 767px) {
  .p-sec__title {
    font-size: 2.8rem;
  }
}
.p-sec__title img {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-sec__title img {
    margin-bottom: 0;
  }
}
.p-sec__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - var(--innerPadding) * 2);
  max-width: 1200px;
  padding-top: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-sec__body {
    padding-top: 80px;
  }
}

.p-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - var(--innerPadding) * 2);
  max-width: 1200px;
  padding-top: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-body {
    padding-top: 20px;
  }
}

/* ------------------------------------------------------
*	各ブロック
* ------------------------------------------------------ */
.p-blk-lead {
  width: 100%;
  padding: var(--innerPadding);
  line-height: 2.375;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-blk-lead {
    padding: var(--innerPadding) 0;
  }
}
.p-blk-lead strong {
  font-size: 112.5%;
}

.p-blk-title, .p-blk-extra__title, .p-blk-best2__title, .p-blk-best__title, .p-blk-spec__title, .p-blk-perfor2__title, .p-blk-perfor__title, .p-blk-shapes__title, .p-blk-features__title {
  font-size: 2.8rem;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .p-blk-title, .p-blk-extra__title, .p-blk-best2__title, .p-blk-best__title, .p-blk-spec__title, .p-blk-perfor2__title, .p-blk-perfor__title, .p-blk-shapes__title, .p-blk-features__title {
    font-size: 2rem;
  }
}

.p-blk-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: var(--innerPadding);
}
@media screen and (max-width: 767px) {
  .p-blk-features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: var(--innerPadding) 0;
  }
}
.p-blk-features__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 60px;
  margin-bottom: var(--innerPadding);
  color: var(--custom-color);
}
.p-blk-features__list li {
  line-height: 2.375;
  text-indent: -14px;
  padding-left: 14px;
}
.p-blk-features__list li::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  margin-right: 7px;
  background-color: var(--custom-color);
  top: -2px;
}

.p-blk-shapes {
  position: relative;
  width: 50%;
  padding: var(--innerPadding);
}
@media screen and (max-width: 767px) {
  .p-blk-shapes {
    width: 100%;
  }
}
.p-blk-shapes::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--custom-color);
  opacity: 0.8;
}
.p-blk-shapes__title {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: var(--innerPadding);
  padding-bottom: 15px;
  border-bottom: 1px solid #FFF;
  text-align: center;
  color: #fff;
}
.p-blk-shapes__list {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}
.p-blk-shapes__list li:nth-child(n+2) {
  margin-top: 30px;
}
.p-blk-shapes__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  border: 1px solid #fff;
  color: #fff;
}
@media (hover: hover) {
  .p-blk-shapes__list li a {
    -webkit-transition: color 300ms ease, background-color 300ms ease;
    transition: color 300ms ease, background-color 300ms ease;
  }
  .p-blk-shapes__list li a:hover {
    color: var(--custom-color);
    background-color: #fff;
  }
}
.p-blk-shapes__list li a p {
  font-size: 1.6rem;
  line-height: 1.222;
  text-align: center;
}
.p-blk-shapes__list li a p strong {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-blk-shapes__list li a p strong {
    font-size: 1.6rem;
  }
}

.p-blk-perfor {
  width: 50%;
  padding: var(--innerPadding);
  background-color: #fff;
  color: var(--custom-color);
}
@media screen and (max-width: 767px) {
  .p-blk-perfor {
    width: 100%;
  }
}
.p-blk-perfor__title {
  margin-bottom: var(--innerPadding);
  padding-bottom: 15px;
  border-bottom: 1px solid var(--custom-color);
  text-align: center;
  color: var(--custom-color);
}
.p-blk-perfor .p-fig {
  margin-top: -30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-blk-perfor .p-fig {
    margin-top: 0;
  }
}

.p-blk-perfor2 {
  position: relative;
  width: 100%;
  padding: var(--innerPadding);
  background-color: rgba(194, 164, 47, 0.15);
}
.p-blk-perfor2__title {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--custom-color);
  text-align: center;
  color: var(--custom-color);
}
.p-blk-perfor2__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-blk-perfor2__list .p-fig {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .p-blk-perfor2__list .p-fig {
    width: 100%;
  }
  .p-blk-perfor2__list .p-fig:nth-child(2) {
    padding-top: 30px;
  }
}

.p-sec-movie {
  width: 100%;
  padding: 60px var(--innerPadding);
  background-color: #d9ebf2;
}

.p-sec-youtube {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 500px;
  margin: 0 auto;
  aspect-ratio: 16/9;
  background-color: #a4a4a4;
  margin-bottom: 45px;
  font-size: 2.6rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-sec-youtube {
    margin-bottom: 20px;
  }
}

.p-link-youtube {
  font-size: 1.4rem;
  text-align: center;
  color: #434343;
}
.p-link-youtube a {
  position: relative;
}
.p-link-youtube a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #434343;
  vertical-align: -1px;
  margin-right: 5px;
}
.p-link-youtube a::after {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  top: 7px;
  left: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-blk-spec {
  width: 50%;
  padding: var(--innerPadding);
  background-color: rgba(43, 134, 244, 0.8);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-blk-spec {
    width: 100%;
  }
}
.p-blk-spec__title {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.p-blk-spec dl {
  position: relative;
  display: table;
  margin: 0 auto;
}
.p-blk-spec dl div {
  display: table-row;
}
.p-blk-spec dl div dd:nth-of-type(1) {
  padding: 0 0.5em;
}
.p-blk-spec dl dt,
.p-blk-spec dl dd {
  display: table-cell;
  line-height: 2.375;
}
.p-blk-spec table {
  border-collapse: collapse;
  background-color: #fff;
  width: 100%;
  font-size: 1.2rem;
  color: #434343;
}
.p-blk-spec table th, .p-blk-spec table td {
  padding: 6px;
  border: 1px solid #cacaca;
}
.p-blk-spec table tr:first-child th {
  font-weight: 700;
  color: #fff;
  background-color: #969696;
}
.p-blk-spec table tr:nth-child(2) td:nth-child(2) {
  position: relative;
}
.p-blk-spec table tr:nth-child(2) td:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 22px;
  height: calc(300% + 4px);
  top: 150%;
  left: calc(50% - 11px);
  background-color: rgba(0, 35, 115, 0.8);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-blk-spec table tr:nth-child(6) td:nth-child(3) {
  position: relative;
}
.p-blk-spec table tr:nth-child(6) td:nth-child(3)::before {
  content: "";
  position: absolute;
  width: 22px;
  height: calc(300% + 4px);
  bottom: 150%;
  left: calc(50% - 11px);
  background-color: rgba(0, 35, 115, 0.8);
  -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
          clip-path: polygon(0 100%, 50% 0, 100% 100%);
}
.p-blk-spec table tr:first-child th:last-child {
  line-height: 1;
}
.p-blk-spec table th {
  font-weight: 500;
  text-align: center;
}
.p-blk-spec table td {
  font-weight: 500;
  color: #434343;
  text-align: center;
}
.p-blk-spec table tr:nth-child(2n+1) {
  background-color: #e6e6e6;
}
.p-blk-spec table dl {
  width: 120px;
}

.p-blk-best {
  width: 50%;
  padding: var(--innerPadding);
  background-color: rgba(0, 35, 115, 0.8);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-blk-best {
    width: 100%;
  }
}
.p-blk-best__title {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.p-blk-best ul {
  text-align: center;
  line-height: 2.375;
}
.p-blk-best ul a {
  position: relative;
}
@media (hover: hover) {
  .p-blk-best ul a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  .p-blk-best ul a:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.p-blk-best2 {
  position: relative;
  width: 100%;
  padding: var(--innerPadding);
  background-color: rgba(0, 35, 115, 0.15);
}
.p-blk-best2__title {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--custom-color);
  text-align: center;
  color: var(--custom-color);
}
.p-blk-best2 .p-fig {
  width: calc(50% - 20px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-blk-best2 .p-fig {
    width: 100%;
    max-width: 530px;
  }
}

.p-blk-extra {
  position: relative;
  width: 100%;
  padding: 60px var(--innerPadding) 0;
}
@media screen and (max-width: 767px) {
  .p-blk-extra {
    padding: 60px 0 0;
  }
}
.p-blk-extra__title {
  margin-bottom: 25px;
  text-align: center;
  color: var(--custom-color);
}
.p-blk-extra p {
  margin-bottom: 70px;
  line-height: 2.375;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-blk-extra p {
    margin-bottom: 20px;
  }
}
.p-blk-extra table {
  border-collapse: collapse;
  background-color: #dde7f2;
  width: 100%;
  color: #434343;
}
.p-blk-extra table th, .p-blk-extra table td {
  border: 1px solid #fff;
}
.p-blk-extra table tr:first-child th {
  font-weight: 700;
  color: #fff;
  background-color: #969696;
}
.p-blk-extra table tr:first-child th:last-child {
  line-height: 1;
}
.p-blk-extra table th {
  padding: 8px;
  font-weight: 500;
  text-align: center;
  font-size: 112.5%;
}
.p-blk-extra table td p {
  margin-bottom: 0;
  min-height: 74px;
  line-height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-blk-extra table td {
  padding: 8px;
  font-weight: 500;
  color: #434343;
  text-align: center;
}
.p-blk-extra table tr:nth-child(2n+1) {
  background-color: #e6e6e6;
}

/* ------------------------------------------------------
*	図/表
* ------------------------------------------------------ */
.p-fig div {
  padding: 35px 15px;
  background-color: #fff;
}
.p-fig div img {
  margin-bottom: 15px;
}
.p-fig figcaption {
  margin-bottom: 30px;
  font-weight: 600;
  color: var(--custom-color);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fig figcaption {
    margin-bottom: 20px;
  }
}

.p-link-detail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
  height: 20px;
  padding-bottom: 1px;
  background-color: #2b86f4;
  font-size: 1.4rem;
  line-height: 1;
  text-indent: 0;
  color: #fff;
}
@media (hover: hover) {
  .p-link-detail {
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }
  .p-link-detail:hover {
    opacity: 0.75;
  }
}

.p-link {
  display: grid;
  place-items: center;
  width: fit-content;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em 1em;
  background-color: #2b86f4;
  background-color: #002373;
  border-radius: 100px;

  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-link {
    min-height: 60px;
    font-size: 2rem;
  }
}
@media (hover: hover) {
  .p-link {
    transition: opacity 300ms ease;
  }
  .p-link:hover {
    opacity: 0.75;
  }
}

.p-table {
  border-collapse: collapse;
  background-color: #e6e6e6;
  width: 100%;
  margin-bottom: 20px;
  color: #434343;
}
.p-table span {
  font-size: 1.2rem;
}
.p-table th, .p-table td {
  padding: 12px;
  border: 1px solid #fff;
}
.p-table tr:first-child th {
  font-weight: 700;
  color: #fff;
  background-color: #969696;
}
.p-table tr:first-child th:last-child {
  line-height: 1;
}
.p-table th {
  font-weight: 500;
  text-align: left;
}
.p-table th.unitika {
  text-align: center;
  background-color: #1e5caa !important;
}
.p-table td {
  font-weight: 500;
  color: #434343;
  text-align: center;
}
.p-table td.unitika {
  background-color: #dde7f2 !important;
  color: #1e5caa;
}

.p-note {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #434343;
}

:root {
  --innerPadding: 50px;
}
@media screen and (max-width: 767px) {
  :root {
    --innerPadding: 20px;
  }
}

body {
  opacity: 0;
}

body.active {
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  opacity: 1;
}

/* ------------------------------------------------------
*	TOP:スライダー
* ------------------------------------------------------ */
.top-slide {
  position: relative;
  z-index: 1;
}
.top-slide__item {
  position: relative;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .top-slide__item figure {
    margin-left: -11.724%;
  }
}
.top-slide__body {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  top: 0;
  max-width: 1200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #002373;
}
@media screen and (max-width: 767px) {
  .top-slide__body {
    position: relative;
    padding: 20px;
  }
}
.top-slide__body h2 {
  margin-left: -0.075em;
  font-size: 6.2rem;
  font-size: 3.5632183908vw;
  font-style: italic;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-slide__body h2 {
    font-size: 3.2rem;
  }
}
.top-slide__body p {
  font-size: 2.4rem;
  font-size: 1.3793103448vw;
  font-style: italic;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-slide__body p {
    font-size: 1.4rem;
  }
}
.top-slide__body a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 42px;
  margin-top: 10px;
  background-color: #002373;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-slide__body a {
    width: 80px;
    height: 30px;
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .top-slide__body a {
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }
  .top-slide__body a:hover {
    opacity: 0.75;
  }
}

/* ------------------------------------------------------
*	TOP:背景
* ------------------------------------------------------ */
.top-body__about {
  position: relative;
  padding: 70px 0 70px;
}

.top-body__app {
  position: relative;
  padding: 0 0 90px;
}
@media screen and (max-width: 767px) {
  .top-body__app {
    padding: 0 0 90px;
  }
}
.top-body__deco {
  position: absolute;
  content: "";
  width: 1014px;
  height: 1014px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: url(../images/bg-01.jpg) 0 0/100% no-repeat;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  /* z-index: 1; */
}
@media screen and (max-width: 767px) {
  .top-body__deco {
    width: 100px;
    height: 100px;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.top-body__filter {
  position: relative;
  padding: 0 0 75px;
}
@media screen and (max-width: 767px) {
  .top-body__filter {
    background: #fff;
  }
}
.top-body__filter::before {
  position: absolute;
  display: block;
  content: "";
  width: 1014px;
  height: 2028px;
  top: 0;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/bg-02.jpg) 0 50%/100% no-repeat;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media screen and (max-width: 767px) {
  .top-body__filter::before {
    width: 100px;
    height: 200px;
    left: auto;
    right: 0;
  }
}
.top-body__filter::after {
  position: absolute;
  content: "";
  width: 1014px;
  height: 1014px;
  bottom: 0;
  left: calc(50% - 170px);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: url(../images/bg-03.jpg) 100% 0/auto 100% no-repeat;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@media screen and (max-width: 767px) {
  .top-body__filter::after {
    width: 100px;
    height: 100px;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.top-body__filter section {
  position: relative;
}
.top-body__inner {
  position: relative;
  width: calc(100% - var(--innerPadding) * 2);
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
}

/* ------------------------------------------------------
*	NEWS
* ------------------------------------------------------ */
.top-news-wrap{
  padding: 50px;
}
.top-news {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background-color: #ececf3;
}
@media screen and (max-width: 767px) {
  .top-news {
    margin: 0 auto 20px;
  }
}
.top-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 20px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .top-news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px;
  }
}
.top-news p:first-child {
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid #002373;
  font-size: 1.6rem;
  font-weight: 500;
  font-style: italic;
  color: #002373;
}
@media screen and (max-width: 767px) {
  .top-news p:first-child {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 5px;
    border-right: none;
    border-bottom: 1px solid #002373;
    font-size: 1.4rem;
  }
}
.top-news p:last-child {
  font-size: 1.4rem;
  font-weight: 500;
}

.top-news {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
.top-news[data-status=show] {
  opacity: 1;
  -webkit-transition: opacity 500ms ease 0s, -webkit-transform 500ms ease 0s;
  transition: opacity 500ms ease 0s, -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s, opacity 500ms ease 0s;
  transition: transform 500ms ease 0s, opacity 500ms ease 0s, -webkit-transform 500ms ease 0s;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/* ------------------------------------------------------
*	TOP / NEWS
* ------------------------------------------------------ */
.top-lead {
  position: relative;
  margin: 0 auto 50px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 70px;
  width: 63.3333333333%;
  line-height: 2;
  color: #002373;
}
.top-lead__link{
  text-align: right;
  color: #002373;
}
/* .top-lead__link a{ */
  /* text-decoration: underline; */
/* } */
.top-lead__link a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #002373;
  border-right: 1px solid #002373;
  rotate: 45deg;
  margin-left: 5px;
  vertical-align: 1px;
}
@media (hover: hover) {
  .top-lead__link a:hover::after {
    translate: 2px 0;
  }
}
@media screen and (max-width: 767px) {
  .top-lead {
    width: auto;
    left: 0;
  }
}

.top-lead {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
.top-lead[data-status=show] {
  opacity: 1;
  -webkit-transition: opacity 500ms ease 0s, -webkit-transform 500ms ease 0s;
  transition: opacity 500ms ease 0s, -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s, opacity 500ms ease 0s;
  transition: transform 500ms ease 0s, opacity 500ms ease 0s, -webkit-transform 500ms ease 0s;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/* ------------------------------------------------------
*	共通セクション
* ------------------------------------------------------ */
.top-sec__head {
  position: relative;
}
.top-sec__title {
  position: relative;
  margin-bottom: 20px;
  font-size: 5rem;
  font-style: italic;
  -webkit-text-decoration: solid underline #002373 1px;
          text-decoration: solid underline #002373 1px;
  text-underline-offset: 0.25em;
  color: #002373;
}
@media screen and (max-width: 767px) {
  .top-sec__title {
    font-size: 3.75rem;
  }
}
.top-sec__desc {
  font-size: 1.4rem;
  line-height: 1.428;
}


.top-body__about .top-sec__head{
  width: 50%;
  margin-left: auto;
  margin-right: 0;
}
.top-body__app .top-sec__head {
  width: 63.3333333333%;
  margin-left: 25%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top-body__about .top-sec__head{
    width: auto;
    margin-left: 0;
  }
  .top-body__app .top-sec__head {
    width: auto;
    margin-left: 0;
  }
}

.top-body__filter .top-sec__head .top-sec__desc {
  width: 21.6666666667%;
}
@media screen and (max-width: 991px) {
  .top-body__filter .top-sec__head .top-sec__desc {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .top-body__filter .top-sec__head .top-sec__desc {
    width: auto;
  }
}

.top-sec {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
.top-sec[data-status=show] {
  opacity: 1;
  -webkit-transition: opacity 500ms ease 0s, -webkit-transform 500ms ease 0s;
  transition: opacity 500ms ease 0s, -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s, opacity 500ms ease 0s;
  transition: transform 500ms ease 0s, opacity 500ms ease 0s, -webkit-transform 500ms ease 0s;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/* ------------------------------------------------------
*	APPLICATIONS リンク
* ------------------------------------------------------ */
.top-link-1,
.top-link-2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 68.3333333333%;
}
@media screen and (max-width: 767px) {
  .top-link-1,
  .top-link-2 {
    width: auto;
    gap: 20px;
  }
}
.top-link-1 li,
.top-link-2 li {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 767px) {
  .top-link-1 li,
  .top-link-2 li {
    width: 100%;
  }
}
@media (hover: hover) {
  .top-link-1 li a,
  .top-link-2 li a {
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }
  .top-link-1 li a:hover,
  .top-link-2 li a:hover {
    opacity: 0.75;
  }
}

.top-link-1 {
  margin-bottom: 50px;
  margin-left: 16.6666666667%;
}
@media screen and (max-width: 767px) {
  .top-link-1 {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

/* ------------------------------------------------------
*	FILTER SHAPES リンク
* ------------------------------------------------------ */
.top-link-3 {
  position: relative;
  margin-top: -100px;
  margin-left: 15.8333333333%;
  width: 57%;
}
@media screen and (max-width: 991px) {
  .top-link-3 {
    margin-top: 0;
    margin-left: 8.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .top-link-3 {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
}

.p-filter-link {
  position: relative;
  margin: 0 auto;
}
.p-filter-link ul li {
  position: absolute;
  border-radius: 1000px;
  width: 23.3918128655%;
  overflow: hidden;
}
.p-filter-link ul li a {
  display: block;
}
@media (hover: hover) {
  .p-filter-link ul li a {
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }
  .p-filter-link ul li a:hover {
    opacity: 0.75;
  }
}
.p-filter-link ul li:nth-child(1) {
  top: 18.4210526316%;
  left: 18.4210526316%;
}
.p-filter-link ul li:nth-child(2) {
  top: 18.4210526316%;
  left: 59.0643274854%;
}
.p-filter-link ul li:nth-child(3) {
  top: 36.8421052632%;
  left: 36.8421052632%;
  width: 26.3157894737%;
}
.p-filter-link ul li:nth-child(4) {
  top: 59.0643274854%;
  left: 18.4210526316%;
}
.p-filter-link ul li:nth-child(5) {
  top: 59.0643274854%;
  left: 59.0643274854%;
}
.p-filter-link div {
  position: absolute;
  mix-blend-mode: multiply;
  width: 1740px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-filter-link div {
    display: none;
  }
}

/* ------------------------------------------------------
*	背景飾り
* ------------------------------------------------------ */
.top-elm {
  position: absolute;
  width: 29.1666666667%;
  right: 65px;
  bottom: -175px;
}
@media screen and (max-width: 991px) {
  .top-elm {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-elm {
    display: none;
  }
}

/* ------------------------------------------------------
*	その他
* ------------------------------------------------------ */
.top-link-4 {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .top-link-4 {
    padding: 50px 0;
  }
}
.top-link-4::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #e1e0e5;
  -webkit-clip-path: polygon(0 0, calc(50% - 170px) 0%, calc(50% - 170px + 320px) 100%, 0% 100%);
          clip-path: polygon(0 0, calc(50% - 170px) 0%, calc(50% - 170px + 320px) 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .top-link-4::before {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.top-link-4__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 40px);
  max-width: 932px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-link-4__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
  }
}
.top-link-4 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 60px) / 2);
}
@media (hover: hover) {
  .top-link-4 a {
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }
  .top-link-4 a:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 767px) {
  .top-link-4 a {
    width: auto;
    height: 100px;
  }
}
.top-link-4 a p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  background-color: #002373;
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-link-4 a p {
    font-size: 1.6rem;
  }
}
.top-link-4 a img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top-link-4 a img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.top-link-4__inner {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
.top-link-4__inner[data-status=show] {
  opacity: 1;
  -webkit-transition: opacity 500ms ease 0s, -webkit-transform 500ms ease 0s;
  transition: opacity 500ms ease 0s, -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s, opacity 500ms ease 0s;
  transition: transform 500ms ease 0s, opacity 500ms ease 0s, -webkit-transform 500ms ease 0s;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.js-tab-content {
    display: none;
}
.js-tab-content.active {
    display: block;
}
.js-acd-body {
    height: 0;
    overflow: hidden;
    transition: height 300ms ease;
}
.js-acd-body.active {
    height: var(--nav-h);
}
.js-acd-content {
    overflow: hidden;
}