@charset "UTF-8";
/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol,
ul[role=list],
ol[role=list] {
  list-style: none;
  padding: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol,
ul[role=list],
ol[role=list] {
  list-style: none;
  padding: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*******************************

    BASE

*******************************/
html {
  position: relative;
  font-size: 10px;
  height: -webkit-fill-available;
  font-family: "Noto Sans JP", "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #002c44;
  font-size: 10px;
  letter-spacing: 0.12em;
  --vh: 1vh;
}
@media screen and (min-width: 1400px) {
  html {
    font-size: calc( 0.2857142857vw + 6px);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 0.9765625vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  background: #FFF;
  color: #002c44;
  font-size: 2rem;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.6rem;
  }
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

button {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #002c44;
}

p {
  word-wrap: break-word;
}

p img {
  vertical-align: bottom;
  max-width: 100%;
}

ul,
ol {
  margin: 0;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

.cfi.cfi01 {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 800ms ease, -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 800ms ease, -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 800ms ease;
  transition: transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 800ms ease, -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cfi.cfi01.frame-in {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.cfi.cfi02 {
  opacity: 0;
  -webkit-transform: translateX(25px);
          transform: translateX(25px);
  -webkit-transition: opacity 800ms ease, -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 800ms ease, -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 800ms ease;
  transition: transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 800ms ease, -webkit-transform 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cfi.cfi02.frame-in {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.cfi.cfi03 {
  opacity: 0;
  -webkit-transition: opacity 800ms ease-in-out;
  transition: opacity 800ms ease-in-out;
}
.cfi.cfi03.frame-in {
  opacity: 1;
}

.main-wrapper {
  overflow: hidden;
  padding-top: 13rem;
}
@media screen and (max-width: 640px) {
  .main-wrapper {
    padding-top: 8rem;
  }
}

/*******************************

    CMN

*******************************/
@media screen and (min-width: 769px) {
  .lt-tbminNone {
    display: none !important;
  }

  .st-tbmin {
    display: none !important;
  }

  .tbmin {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .st-tbminNone {
    display: none !important;
  }

  .lt-tbmin {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .lt-tbltNone {
    display: none !important;
  }

  .st-tblt {
    display: none !important;
  }

  .tblt {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .st-tbltNone {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .lt-spNone {
    display: none !important;
  }

  .st-sp {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .st-spNone {
    display: none !important;
  }

  .lt-sp {
    display: none !important;
  }

  .tblt {
    display: none !important;
  }

  .tbmin {
    display: none !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .tbltNone {
    display: none !important;
  }
}
/*******************************
    CMN - TITLE
*******************************/
.ttl-cmn span {
  display: block;
}
.ttl-cmn span.eng {
  font-size: 5rem;
  letter-spacing: 0.25em;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 640px) {
  .ttl-cmn span.eng {
    font-size: 8vw;
  }
}
.ttl-cmn span.jpn {
  font-weight: 700;
  letter-spacing: 0.24em;
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  .ttl-cmn span.jpn {
    font-size: 1.6rem;
  }
}
.ttl-cmn.min .eng {
  font-size: 3.5rem;
}
@media screen and (max-width: 640px) {
  .ttl-cmn.min .eng {
    font-size: 6vw;
  }
}
.ttl-cmn.min .jpn {
  font-size: 2.2rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 640px) {
  .ttl-cmn.min .jpn {
    font-size: 1.6rem;
  }
}

/*******************************
    CMN - TEXT
*******************************/
.eng {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

/*******************************
    CMN - BUTTONS
*******************************/
.btn-viewmore {
  width: 42rem;
  max-width: 100%;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #e8ecf0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 2.5rem 2rem 3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  letter-spacing: 0.21em;
}
@media screen and (max-width: 640px) {
  .btn-viewmore {
    padding: 2rem;
    font-size: 1.6rem;
  }
}
.btn-viewmore .icon-external {
  position: relative;
  top: -0.05em;
  font-size: 1.1em;
}
.btn-viewmore .icon-arrow-right {
  font-size: 0.5em;
}
@media screen and (min-width: 641px) {
  .btn-viewmore {
    -webkit-transition: ease 200ms;
    transition: ease 200ms;
  }
  .btn-viewmore:hover {
    background: #e8ecf0;
  }
}

/*******************************
    CMN - LAYOUT
*******************************/
.anchor {
  padding-top: 12rem;
  margin-top: -12rem;
}

.section {
  position: relative;
  overflow: hidden;
}
.section__inner {
  max-width: 115rem;
  width: calc(100% - 20rem);
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .section__inner {
    width: calc(100% - 10rem);
  }
}
@media screen and (max-width: 640px) {
  .section__inner {
    width: calc(100% - 4rem);
  }
}

.subheader__inner {
  padding-top: 10rem;
  max-width: 115rem;
  width: calc( 100% - 20rem);
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .subheader__inner {
    width: calc(100% - 10rem);
  }
}
@media screen and (max-width: 640px) {
  .subheader__inner {
    padding-top: 2rem;
    width: calc(100% - 4rem);
  }
}
.subheader__ttl {
  margin-bottom: 10rem;
}
@media screen and (max-width: 640px) {
  .subheader__ttl {
    margin-bottom: 4rem;
  }
}
.subheader__ttl .eng {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 7.5rem;
}
@media screen and (max-width: 640px) {
  .subheader__ttl .eng {
    font-size: 8vw;
  }
}
.subheader__ttl .jpn {
  font-size: 3.5rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 640px) {
  .subheader__ttl .jpn {
    font-size: 1.6rem;
  }
}

/*************************
 * Access
 *************************/
.access-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f2f2f2;
  overflow: hidden;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
@media screen and (max-width: 640px) {
  .access-link {
    display: block;
  }
}
.access-link__name {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  position: absolute;
  bottom: -0.2em;
  left: 0;
  width: 100%;
  z-index: 0;
  letter-spacing: 0.2em;
  font-size: 9rem;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .access-link__name {
    font-size: 14vw;
    white-space: normal;
  }
}
.access-link__mark {
  position: absolute;
  z-index: 20;
  bottom: 0;
  right: 0;
  width: 10rem;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  .access-link__mark {
    width: 5rem;
    height: 5rem;
  }
}
.access-link__mark i {
  font-size: 3rem;
  color: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 200ms, -webkit-transform 200ms;
  transition: opacity 200ms, -webkit-transform 200ms;
  transition: opacity 200ms, transform 200ms;
  transition: opacity 200ms, transform 200ms, -webkit-transform 200ms;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  will-change: opacity, transform;
}
@media screen and (max-width: 640px) {
  .access-link__mark i {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    font-size: 2rem;
  }
}
.access-link__mark:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  width: 50rem;
  height: 8rem;
  background: #002c44;
  -webkit-transform: translateX(50%) rotate(-45deg);
          transform: translateX(50%) rotate(-45deg);
  -webkit-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 500ms;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) 500ms;
}
@media screen and (max-width: 640px) {
  .access-link__mark:before {
    height: 5.5rem;
  }
}
@media screen and (min-width: 641px) {
  .access-link:hover {
    color: #18afec;
  }
  .access-link:hover .access-link__mark i {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
  }
  .access-link:hover .access-link__mark:before {
    height: 12rem;
  }
  .access-link:hover .access-link__fig {
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
  }
}
.access-link__body {
  padding: 20rem 5rem;
  width: calc( 100% - 50rem);
}
@media screen and (max-width: 1024px) {
  .access-link__body {
    padding: 5rem 2rem 10rem;
    width: calc( 100% - 30rem);
  }
}
@media screen and (max-width: 640px) {
  .access-link__body {
    width: 100%;
    padding: 4rem 2rem 2rem;
  }
}
.access-link__ttl {
  padding-top: 1em;
  margin-bottom: 1em;
  letter-spacing: 0.12em;
  font-size: 3rem;
}
@media screen and (max-width: 640px) {
  .access-link__ttl {
    padding-top: 0;
    font-size: 2rem;
  }
}
.access-link__txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 640px) {
  .access-link__txt {
    font-size: 1.4rem;
  }
}
.access-link__fig {
  width: 50rem;
  max-width: 100%;
  position: relative;
  z-index: 10;
  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;
  -webkit-transition: -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 2400ms;
  transition: -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 2400ms;
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 2400ms;
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 2400ms, -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 2400ms;
}
@media screen and (max-width: 1024px) {
  .access-link__fig {
    width: 30rem;
  }
}
@media screen and (max-width: 640px) {
  .access-link__fig {
    width: 100%;
    padding-bottom: 6rem;
  }
}
.access-link__fig img {
  height: auto;
}
@media screen and (max-width: 640px) {
  .access-link__fig img {
    width: 70%;
    margin: 0 auto;
  }
}
.access-link__container {
  padding: 20rem 0;
}
@media screen and (max-width: 640px) {
  .access-link__container {
    padding: 10rem 0;
  }
}

/*************************
 * NEWS
 *************************/
.news {
  background: #f2f2f2;
  padding-top: 14rem;
  padding-bottom: 8rem;
  margin-top: 20rem;
}
@media screen and (max-width: 640px) {
  .news {
    padding-top: 10rem;
    margin-top: 10rem;
    padding-bottom: 4rem;
  }
}
.news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .news__inner {
    display: block;
  }
}
.news__ttl {
  width: 38rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .news__ttl {
    width: 25rem;
  }
}
@media screen and (max-width: 640px) {
  .news__ttl {
    width: 100%;
    padding-bottom: 2rem;
  }
}
.news__body {
  width: calc( 100% - 38rem);
}
@media screen and (max-width: 768px) {
  .news__body {
    width: calc( 100% - 25rem);
  }
}
@media screen and (max-width: 640px) {
  .news__body {
    width: 100%;
  }
}
.news__list li {
  padding: 4rem 0;
  border-top: 1px solid #c4c8cb;
}
@media screen and (max-width: 640px) {
  .news__list li {
    padding: 2rem 0;
  }
}
.news__list li:last-child {
  border-bottom: 1px solid #c4c8cb;
}
.news__list li .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 2rem;
}
@media screen and (max-width: 640px) {
  .news__list li .data {
    margin-bottom: 1rem;
  }
}
.news__list li .data .cat {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border: 1px solid;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-weight: 400;
  font-size: 1.8rem;
  margin-right: 2rem;
}
@media screen and (max-width: 640px) {
  .news__list li .data .cat {
    font-size: 1.4rem;
  }
}
.news__list li .data .date {
  font-size: 1.8rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .news__list li .data .date {
    font-size: 1.4rem;
  }
}
.news__list li .ttl {
  display: block;
  letter-spacing: 0.2em;
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  .news__list li .ttl {
    -webkit-transition: color 200ms;
    transition: color 200ms;
  }
  .news__list li .ttl:hover {
    color: #18afec;
  }
}
.news__viewall {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  height: 6rem;
  margin: 4rem 0 0 auto;
  width: 20rem;
  text-align: right;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
}
@media screen and (min-width: 641px) {
  .news__viewall {
    -webkit-transition: color 200ms;
    transition: color 200ms;
  }
  .news__viewall:hover {
    color: #18afec;
  }
}
@media screen and (max-width: 640px) {
  .news__viewall {
    font-size: 1.6rem;
  }
}
.news__viewall span {
  margin-right: 2rem;
}
.news__viewall .icon-viewall {
  font-size: 1.2em;
  margin-bottom: -0.2em;
}

/*******************************
    SYSTEM PARTS
*******************************/
.pager {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-style: solid;
  border-width: 1px 0;
  border-color: rgba(0, 0, 0, 0.5);
  position: relative;
}
.pager .nav-links {
  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;
}
.pager .nav-links a,
.pager .nav-links span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  width: 2.5rem;
  height: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: ease 200ms;
  transition: ease 200ms;
  text-decoration: none;
  font-size: 2rem;
  line-height: 5.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .pager .nav-links a,
.pager .nav-links span {
    font-size: 1.5rem;
  }
}
.pager .nav-links a:not(.dots):not(.next):not(.prev),
.pager .nav-links span:not(.dots):not(.next):not(.prev) {
  margin: 0 0.75rem;
}
@media screen and (max-width: 640px) {
  .pager .nav-links a:not(.dots):not(.next):not(.prev),
.pager .nav-links span:not(.dots):not(.next):not(.prev) {
    margin: 0 0.5rem;
  }
}
.pager .nav-links a.dots,
.pager .nav-links span.dots {
  width: 3rem;
  background: transparent;
}
@media screen and (max-width: 640px) {
  .pager .nav-links a,
.pager .nav-links span {
    width: 2rem;
    height: 3.5rem;
    line-height: 3.5rem;
  }
}
.pager .nav-links .back a {
  width: auto;
}
.pager .nav-links .back a img {
  margin-right: 0.5em;
}
.pager .nav-links .next,
.pager .nav-links .prev {
  background: transparent;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
}
.pager .nav-links .next:empty,
.pager .nav-links .prev:empty {
  display: none;
}
.pager .nav-links .prev {
  left: 0;
}
.pager .nav-links .prev:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background: contain;
  background-image: url(../images/arrow_right.svg);
  background-position: center;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-right: 0.5em;
  -webkit-transition: -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 400ms;
  transition: -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 400ms;
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 400ms;
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 400ms, -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 400ms;
}
.pager .nav-links .next {
  right: 0;
}
.pager .nav-links .next:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background: contain;
  background-image: url(../images/arrow_right.svg);
  background-position: center;
  margin-left: 0.5em;
  -webkit-transition: -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 400ms;
  transition: -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 400ms;
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 400ms;
  transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 400ms, -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 400ms;
}
@media screen and (min-width: 769px) {
  .pager .nav-links a {
    -webkit-transition: ease 200ms;
    transition: ease 200ms;
  }
  .pager .nav-links a:hover {
    opacity: 0.6;
  }
}
.pager .nav-links .current {
  color: #333333;
}

.breadcrumb {
  margin: 0 auto 4rem;
  color: #999;
  position: relative;
  z-index: 10;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-weight: 400;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .breadcrumb {
    font-size: 1.2rem;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb ul li {
  margin-right: 0.5em;
}
.breadcrumb ul li:not(:last-child):after {
  content: ">";
  margin-left: 0.5em;
}
.breadcrumb a {
  color: #999;
  white-space: nowrap;
}
@media screen and (min-width: 641px) {
  .breadcrumb a {
    -webkit-transition: ease 200ms;
    transition: ease 200ms;
  }
  .breadcrumb a:hover {
    opacity: 0.65;
    text-decoration: underline;
  }
}
.breadcrumb .current-item {
  color: #18afec;
}

@-webkit-keyframes overlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes overlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes loadingBar {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes loadingBar {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.sending-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100000;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: overlay ease 400ms both;
          animation: overlay ease 400ms both;
  font-weight: bold;
  font-size: 2.4rem;
}
.sending-overlay div {
  position: relative;
  padding: 2rem 0;
  overflow: hidden;
}
.sending-overlay div:after {
  content: "";
  display: block;
  background: #18afec;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  -webkit-animation: loadingBar 1200ms cubic-bezier(0.77, 0, 0.175, 1) infinite both;
          animation: loadingBar 1200ms cubic-bezier(0.77, 0, 0.175, 1) infinite both;
}

/*******************************
    ICON
*******************************/
@font-face {
  font-family: "icon";
  src: url("fonts/icon.ttf?o5e11b") format("truetype"), url("fonts/icon.woff?o5e11b") format("woff"), url("fonts/icon.svg?o5e11b#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-post-next:before {
  content: "";
}

.icon-post-prev:before {
  content: "";
}

.icon-map:before {
  content: "";
}

.icon-viewall:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-external:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

/*************************
 * HEADER
 *************************/
.header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: ease 400ms;
  transition: ease 400ms;
}
@media screen and (min-width: 1025px) {
  .header:hover {
    background: #fff;
  }
}
@media screen and (min-width: 641px) {
  .header.is-scrolled {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 4rem;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .header__inner {
    padding-left: 1rem;
  }
}
.header .logo {
  display: block;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .header .logo {
    width: 5.2rem;
  }
}
.header .logo__txt {
  font-size: 0.8rem;
  margin-bottom: 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .header .logo__txt {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .header .logo__txt {
    display: none;
  }
}
.header .inline-nav {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 auto;
  padding-right: 2rem;
}
@media screen and (max-width: 1024px) {
  .header .inline-nav {
    display: none;
  }
}
.header .inline-nav li {
  position: relative;
  display: block;
  white-space: nowrap;
  margin-right: 2rem;
  padding: 2rem;
}
.header .inline-nav li a {
  -webkit-transition: ease 200ms;
  transition: ease 200ms;
}
.header .inline-nav li a:hover {
  color: #18afec;
}
.header .inline-nav li .eng {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.12em;
}
.header .inline-nav li .jpn {
  display: block;
  font-size: 1.2rem;
}
.header .inline-nav li.has-dropdown {
  padding-right: 3rem;
}
.header .inline-nav li.has-dropdown:before, .header .inline-nav li.has-dropdown:after {
  content: "";
  display: block;
  height: 3px;
  width: 1.5rem;
  top: calc(50% - .5em);
  right: 0;
  background: #002c44;
  position: absolute;
  -webkit-transition: ease 200ms;
  transition: ease 200ms;
}
.header .inline-nav li.has-dropdown:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.header .inline-nav li ul {
  position: absolute;
  top: 99%;
  background: #fff;
  margin-left: -2rem;
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  pointer-events: none;
  -webkit-transition: ease 200ms;
  transition: ease 200ms;
  padding-bottom: 1rem;
}
.header .inline-nav li ul li {
  padding: 0;
}
.header .inline-nav li ul li a {
  display: block;
  padding: 1rem 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.header .inline-nav li ul li a:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-color: transparent transparent transparent currentColor;
  border-width: 4px 0 4px 6px;
  margin: 0 0 2px 8px;
}
.header .inline-nav li ul:hover {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.header .inline-nav li:hover:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.header .inline-nav li:hover:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header .inline-nav li:hover ul {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.header .header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25rem;
  background: #18afec;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  -webkit-transition: ease 200ms;
  transition: ease 200ms;
  align-self: stretch;
}
@media screen and (max-width: 1024px) {
  .header .header-contact {
    margin-left: auto;
  }
}
@media screen and (max-width: 640px) {
  .header .header-contact {
    width: 14rem;
    font-size: 1.2rem;
  }
}
.header .header-contact .icon-mail {
  font-size: 0.8em;
}
@media screen and (min-width: 769px) {
  .header .header-contact:hover {
    background: #f2f2f2;
    color: #18afec;
  }
}
.header .nav-toggle-btn {
  border: none;
  background: #2a2a2c;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  position: relative;
  -webkit-transition: background ease 200ms;
  transition: background ease 200ms;
  will-change: all;
  cursor: pointer;
  width: 12rem;
  min-height: 12rem;
}
@media screen and (max-width: 1024px) {
  .header .nav-toggle-btn {
    width: 10rem;
    min-height: 10rem;
  }
}
@media screen and (max-width: 640px) {
  .header .nav-toggle-btn {
    width: 5rem;
    min-height: 5rem;
  }
}
.header .nav-toggle-btn:before, .header .nav-toggle-btn:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 40%;
  left: 30%;
  background-color: #fff;
  -webkit-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
  will-change: all;
}
.header .nav-toggle-btn:before {
  top: calc(50% - 1px - .3rem);
}
.header .nav-toggle-btn:after {
  top: calc(50% - 1px + .3rem);
}
@media screen and (min-width: 769px) {
  .header .nav-toggle-btn:hover {
    background: #f2f2f2;
  }
  .header .nav-toggle-btn:hover:before {
    top: calc(50% - 1px + .6rem);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background: #2a2a2c;
  }
  .header .nav-toggle-btn:hover:after {
    top: calc(50% - 1px - .6rem);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background: #2a2a2c;
  }
}

.drawer {
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background-image: url(../images/menu-bg.png);
  background-repeat: no-repeat;
  background-size: 51rem auto, 100% 100%;
  background-position: left top 25%, center;
  background-attachment: fixed;
  padding-right: 19rem;
  overflow-y: scroll;
  /*----*/
  display: none;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .drawer {
    padding-right: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .drawer {
    padding-right: 2rem;
    padding-left: 2rem;
    background: #fff;
  }
}
.drawer.is-active {
  display: block;
  -webkit-transition: opacity ease 300ms, -webkit-filter ease 300ms;
  transition: opacity ease 300ms, -webkit-filter ease 300ms;
  transition: opacity ease 300ms, filter ease 300ms;
  transition: opacity ease 300ms, filter ease 300ms, -webkit-filter ease 300ms;
}
.drawer.is-active.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.drawer__inner {
  width: 73rem;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .drawer__inner {
    background: rgba(255, 255, 255, 0.8);
    padding-left: 10rem;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .drawer__inner {
    padding-left: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .drawer__inner {
    padding: 0;
  }
}
.drawer__contact {
  width: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #18afec;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 7rem;
  margin-left: auto;
  color: #fff;
  letter-spacing: 0.14em;
  -webkit-transition: ease 200ms;
  transition: ease 200ms;
  white-space: nowrap;
}
@media screen and (min-width: 641px) {
  .drawer__contact:hover {
    background: #f2f2f2;
    color: #18afec;
  }
}
@media screen and (max-width: 640px) {
  .drawer__contact {
    width: 100%;
    height: 5rem;
    margin: 2rem 0 4rem;
  }
}
.drawer__contact .icon-mail {
  font-size: 0.8em;
}
.drawer__nav {
  padding-top: 12rem;
  padding-bottom: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 73rem;
  max-width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .drawer__nav {
    padding: 2rem 0 6rem;
  }
}
.drawer__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 640px) {
  .drawer__logo {
    width: 5.4rem;
  }
}
.drawer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 6rem;
}
@media screen and (max-width: 640px) {
  .drawer__menu {
    padding: 0;
  }
}
.drawer__menu .col {
  width: 50%;
}
.drawer__menu > li, .drawer__menu > .col > li {
  display: block;
  margin-bottom: 6rem;
  padding-right: 1rem;
}
@media screen and (max-width: 640px) {
  .drawer__menu > li, .drawer__menu > .col > li {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.drawer__menu a {
  display: block;
  color: #002c44;
  -webkit-transition: ease 200ms;
  transition: ease 200ms;
}
.drawer__menu a:hover {
  color: #18afec;
}
.drawer__menu a span {
  display: block;
}
.drawer__menu a .eng {
  font-size: 2.7rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .drawer__menu a .eng {
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 640px) {
  .drawer__menu a .eng {
    font-size: 2rem;
  }
}
.drawer__menu a .jpn {
  font-size: 1.4rem;
}
.drawer__menu ul {
  margin-top: 1.5em;
  padding-left: 1em;
  border-left: 5px solid #f2f2f2;
}
.drawer__menu ul li {
  margin-top: 0.5em;
}
@media screen and (max-width: 640px) {
  .drawer__menu ul li {
    margin-top: 0.25em;
  }
}
.drawer__menu ul li a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .drawer__menu ul li a {
    font-size: 1.4rem;
    padding: 0.5em 0;
  }
}
.drawer__div {
  width: 100%;
  padding-bottom: 4rem;
  margin-top: 4rem;
}
.drawer__div:not(:last-child) {
  border-bottom: 1px solid #c4c8cb;
}
.drawer__div-ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
}
.drawer__shaero-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: background 300ms;
  transition: background 300ms;
  margin-top: 4rem;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .drawer__shaero-link {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.drawer__shaero-link .mark {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f2f2f2;
  border-radius: 9999px;
  width: 8rem;
  height: 8rem;
  margin: 0 1.8rem 0 auto;
  position: absolute;
  top: 50%;
  right: 6rem;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: ease 200ms;
  transition: ease 200ms;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
@media screen and (max-width: 640px) {
  .drawer__shaero-link .mark {
    width: 5rem;
    height: 5rem;
    font-size: 2rem;
    right: 0;
  }
}
.drawer__shaero-link .fig {
  width: 24rem;
  display: block;
  margin-right: 2rem;
  max-width: 30vw;
}
@media screen and (max-width: 640px) {
  .drawer__shaero-link .fig {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.drawer__shaero-link .fig img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .drawer__shaero-link .fig img {
    height: 90%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.drawer__shaero-link .txt {
  padding-bottom: 1rem;
}
.drawer__shaero-link .txt img {
  display: block;
  margin-bottom: 1rem;
  mix-blend-mode: multiply;
}
.drawer__shaero-link .txt p {
  padding-left: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.66;
}
@media screen and (max-width: 640px) {
  .drawer__shaero-link .txt p {
    padding-left: 0.75em;
    font-size: 1.4rem;
  }
}
.drawer__shaero-link-ttl {
  padding-bottom: 2rem;
  border-bottom: 1px solid #c4c8cb;
}
@media screen and (min-width: 641px) {
  .drawer__shaero-link:hover {
    background: #f2f2f2;
  }
  .drawer__shaero-link:hover .mark {
    background: #002c44;
    color: #fff;
  }
}
.drawer__related-link {
  height: 10rem;
  width: 100%;
  position: relative;
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 4rem;
  overflow: hidden;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .drawer__related-link {
    height: 8rem;
    padding: 2rem;
  }
}
.drawer__related-link span {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: ease 200ms;
  transition: ease 200ms;
}
.drawer__related-link .mark {
  position: absolute;
  z-index: 20;
  bottom: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  .drawer__related-link .mark {
    width: 5rem;
    height: 5rem;
  }
}
.drawer__related-link .mark i {
  font-size: 2rem;
  color: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 200ms, -webkit-transform 200ms;
  transition: opacity 200ms, -webkit-transform 200ms;
  transition: opacity 200ms, transform 200ms;
  transition: opacity 200ms, transform 200ms, -webkit-transform 200ms;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  will-change: opacity, transform;
}
@media screen and (max-width: 640px) {
  .drawer__related-link .mark i {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.drawer__related-link .mark:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  width: 50rem;
  height: 4rem;
  background: #002c44;
  -webkit-transform: translateX(50%) rotate(-45deg);
          transform: translateX(50%) rotate(-45deg);
  -webkit-transition: cubic-bezier(0.165, 0.84, 0.44, 1) 500ms;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) 500ms;
}
@media screen and (max-width: 640px) {
  .drawer__related-link .mark:before {
    height: 5.5rem;
  }
}
.drawer__related-link:hover span {
  color: #18afec;
}
.drawer__related-link:hover .mark i {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.drawer__related-link:hover .mark:before {
  height: 7rem;
}
.drawer__close {
  position: fixed;
  top: 0;
  right: 0;
  width: 12rem;
  height: 12rem;
  background: #2a2a2c;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: ease 200ms;
  transition: ease 200ms;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .drawer__close {
    width: 10rem;
    height: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .drawer__close {
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (max-width: 640px) {
  .drawer__close {
    width: 5rem;
    height: 5rem;
  }
}
.drawer__close:before, .drawer__close:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
  width: 40%;
  height: 2px;
  background: #fff;
  -webkit-transition: ease 200ms;
  transition: ease 200ms;
}
.drawer__close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.drawer__close:hover {
  background: #f2f2f2;
}
.drawer__close:hover:before, .drawer__close:hover:after {
  background: #2a2a2c;
}
.drawer__close:hover:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.drawer__close:hover:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*************************
 * FOOTER
 *************************/
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer__pagetop {
  width: 10rem;
  text-align: center;
  position: sticky;
  bottom: 0;
  padding-bottom: 10rem;
}
@media screen and (max-width: 640px) {
  .footer__pagetop {
    width: 5rem;
    padding-bottom: 5rem;
  }
}
.footer__pagetop img {
  width: 1rem;
  height: auto;
  margin: 0 auto 2rem;
}
.footer__pagetop .txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 641px) {
  .footer__pagetop {
    -webkit-transition: ease 200ms;
    transition: ease 200ms;
  }
  .footer__pagetop:hover {
    color: #18afec;
  }
}
.footer__inner {
  width: calc( 100% - 10rem);
}
@media screen and (max-width: 640px) {
  .footer__inner {
    width: calc( 100% - 5rem);
  }
}
.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #18afec;
  color: #fff;
  padding: 15rem 8rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #18afec;
}
@media screen and (max-width: 1024px) {
  .footer__contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10rem 5rem 10rem 5rem;
  }
}
@media screen and (max-width: 640px) {
  .footer__contact {
    position: relative;
    padding: 5rem 9rem 5rem 2rem;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .footer__contact .ttl {
    width: 100%;
  }
}
.footer__contact .txt {
  letter-spacing: 0.2em;
  line-height: 2.7;
}
@media screen and (max-width: 1024px) {
  .footer__contact .txt {
    line-height: 1.8;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .footer__contact .txt {
    padding-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .footer__contact .txt br {
    display: none;
  }
}
.footer__contact .mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 9.5rem;
  height: 9.5rem;
  border: 2px solid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  -webkit-transition: border 200ms;
  transition: border 200ms;
  color: #fff;
  background: #18afec;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .footer__contact .mark {
    width: 6rem;
    height: 6rem;
    position: absolute;
    right: 2rem;
    top: calc(50% - 3rem);
  }
}
.footer__contact .mark i {
  font-size: 1.4rem;
  position: relative;
  top: -0.2em;
}
@media screen and (max-width: 640px) {
  .footer__contact .mark i {
    font-size: 1rem;
  }
}
@media screen and (min-width: 641px) {
  .footer__contact {
    -webkit-transition: background ease 200ms, color 200ms;
    transition: background ease 200ms, color 200ms;
  }
  .footer__contact:hover {
    background: #f2f2f2;
    color: #18afec;
  }
  .footer__contact:hover .mark {
    color: #fff;
    border-color: #18afec;
  }
}
.footer__main {
  padding: 15rem 8rem;
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__main {
    display: block;
    padding: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .footer__main {
    padding: 5rem 2rem;
  }
}
.footer__main .desc {
  width: 50%;
  font-size: 1.4rem;
  padding-right: 5rem;
}
@media screen and (max-width: 768px) {
  .footer__main .desc {
    width: 100%;
    padding-right: 0;
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    border-bottom: 2px solid #fff;
  }
}
.footer__main .desc img {
  display: block;
  margin-bottom: 5rem;
}
@media screen and (max-width: 640px) {
  .footer__main .desc img {
    margin-bottom: 2rem;
  }
}
.footer__main .desc .address {
  font-style: normal;
}
.footer__main .desc .maplink {
  display: inline-block;
  margin-top: 2rem;
  padding-bottom: 0.2em;
  letter-spacing: 0.2em;
  border-bottom: 2px solid;
}
@media screen and (min-width: 641px) {
  .footer__main .desc .maplink {
    -webkit-transition: ease 200ms;
    transition: ease 200ms;
  }
  .footer__main .desc .maplink:hover {
    color: #18afec;
  }
}
.footer__main .nav {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .footer__main .nav {
    width: 100%;
  }
}
@media screen and (min-width: 641px) {
  .footer__main .nav .col {
    width: 50%;
    min-width: 20rem;
    max-width: 50%;
  }
  .footer__main .nav .col:not(:last-child) {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .footer__main .nav .col:not(:last-child) {
    margin-right: 4rem;
  }
}
.footer__main .nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .footer__main .nav > ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.footer__main .nav > ul > li, .footer__main .nav > ul > .col > li {
  margin-bottom: 5rem;
}
@media screen and (max-width: 640px) {
  .footer__main .nav > ul > li, .footer__main .nav > ul > .col > li {
    margin-bottom: 2rem;
  }
}
.footer__main .nav > ul > li a span, .footer__main .nav > ul > .col > li a span {
  display: block;
}
.footer__main .nav > ul > li a .eng, .footer__main .nav > ul > .col > li a .eng {
  font-size: 2.3rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 640px) {
  .footer__main .nav > ul > li a .eng, .footer__main .nav > ul > .col > li a .eng {
    font-size: 2rem;
    letter-spacing: 0.12em;
  }
  .footer__main .nav > ul > li a .eng br, .footer__main .nav > ul > .col > li a .eng br {
    display: none;
  }
}
.footer__main .nav > ul > li a .jpn, .footer__main .nav > ul > .col > li a .jpn {
  font-size: 1.2rem;
}
@media screen and (max-width: 640px) {
  .footer__main .nav > ul > li a .jpn, .footer__main .nav > ul > .col > li a .jpn {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 641px) {
  .footer__main .nav > ul > li a, .footer__main .nav > ul > .col > li a {
    -webkit-transition: ease 200ms;
    transition: ease 200ms;
  }
  .footer__main .nav > ul > li a:hover, .footer__main .nav > ul > .col > li a:hover {
    color: #18afec;
  }
}
.footer__main .nav > ul > li ul, .footer__main .nav > ul > .col > li ul {
  border-left: 5px solid #fff;
  margin-top: 1.5em;
  padding-left: 1em;
}
.footer__main .nav > ul > li ul li, .footer__main .nav > ul > .col > li ul li {
  margin-top: 0.5em;
}
@media screen and (max-width: 640px) {
  .footer__main .nav > ul > li ul li, .footer__main .nav > ul > .col > li ul li {
    margin-top: 0.25em;
  }
}
.footer__main .nav > ul > li ul li a, .footer__main .nav > ul > .col > li ul li a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .footer__main .nav > ul > li ul li a, .footer__main .nav > ul > .col > li ul li a {
    font-size: 1.4rem;
    padding: 0.5em 0;
  }
}
.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 10rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .footer__copyright {
    padding-right: 2rem;
  }
}
.footer__copyright small {
  font-size: 1.5rem;
  color: #c4c8cb;
}
@media screen and (max-width: 640px) {
  .footer__copyright small {
    font-size: 1rem;
  }
}

/*************************
 * LOWER - ABOUT US
 *************************/
/*************************
 * KV
 *************************/
.aboutusKv {
  margin-bottom: 6rem;
}
@media screen and (max-width: 640px) {
  .aboutusKv {
    margin-bottom: 3rem;
  }
}
.aboutusKv__ttl {
  max-width: 115rem;
  width: calc(100% - (20rem));
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .aboutusKv__ttl {
    width: calc(100% - (10rem));
  }
}
@media screen and (max-width: 640px) {
  .aboutusKv__ttl {
    width: calc(100% - (4rem));
  }
}
.aboutusKv__fig {
  max-width: 106rem;
  width: calc(100% - (38rem));
  margin-left: auto;
  margin-right: auto;
  margin-right: 0;
  margin-top: -12rem;
}
@media screen and (max-width: 1024px) {
  .aboutusKv__fig {
    width: calc(100% - (10rem));
  }
}
@media screen and (max-width: 640px) {
  .aboutusKv__fig {
    width: calc(100% - (4rem));
  }
}
@media screen and (max-width: 640px) {
  .aboutusKv__fig {
    margin-top: 0;
    width: calc(100% - 2rem);
  }
}

/*************************
 * MISSION
 *************************/
.aboutusMission {
  margin-bottom: 20rem;
}
@media screen and (max-width: 640px) {
  .aboutusMission {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutusMission {
    margin-bottom: 5rem;
  }
}
.aboutusMission__main {
  padding-top: 2vw;
  padding-bottom: 11vw;
  margin-bottom: 10rem;
}
@media screen and (max-width: 640px) {
  .aboutusMission__main {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutusMission__main {
    padding-top: 4vw;
  }
}
.aboutusMission__main__bg {
  position: relative;
}
.aboutusMission__main__bg::before, .aboutusMission__main__bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.aboutusMission__main__bg::before {
  background: #18afec;
  -webkit-transform: skewY(11deg);
          transform: skewY(11deg);
  height: calc(100% - 10%);
  top: 10%;
}
@media screen and (max-width: 1024px) {
  .aboutusMission__main__bg::before {
    height: calc(100% - 5%);
    top: 5%;
  }
}
@media screen and (max-width: 640px) {
  .aboutusMission__main__bg::before {
    top: 2.5%;
  }
}
.aboutusMission__main__bg::after {
  background: #FFF;
  z-index: 1;
  -webkit-transform: skewY(-11deg);
          transform: skewY(-11deg);
}
.aboutusMission__main__inner {
  padding: 20rem 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .aboutusMission__main__inner {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 640px) {
  .aboutusMission__main__inner {
    padding: 2rem 0 4rem;
  }
}
.aboutusMission__ttl {
  margin-bottom: 7rem;
}
@media screen and (max-width: 640px) {
  .aboutusMission__ttl {
    margin-bottom: 3.5rem;
  }
}
.aboutusMission__ttl span {
  color: #18afec;
}
.aboutusMission__head {
  margin-bottom: 10rem;
  max-width: 115rem;
  width: calc(100% - (20rem));
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .aboutusMission__head {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .aboutusMission__head {
    width: calc(100% - (10rem));
  }
}
@media screen and (max-width: 640px) {
  .aboutusMission__head {
    width: calc(100% - (4rem));
  }
}
@media screen and (max-width: 1024px) {
  .aboutusMission__head {
    margin-top: -10rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutusMission__head {
    margin-top: -4rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutusMission__head {
    margin-top: -2rem;
  }
}
.aboutusMission__copy {
  font-size: 3.7rem;
  letter-spacing: 0.2em;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 700;
  max-width: 80rem;
}
@media screen and (max-width: 768px) {
  .aboutusMission__copy {
    font-size: 2.775rem;
    max-width: 60rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutusMission__copy {
    font-size: 1.48rem;
  }
}
.aboutusMission__copy span {
  width: 100%;
  display: block;
  background: #F3F5F7;
  padding: 2rem;
  white-space: nowrap;
}
.aboutusMission__copy span:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  .aboutusMission__copy span {
    padding: 1rem;
  }
}
.aboutusMission__cont {
  max-width: 115rem;
  width: calc(100% - (20rem));
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .aboutusMission__cont {
    width: calc(100% - (10rem));
  }
}
@media screen and (max-width: 640px) {
  .aboutusMission__cont {
    width: calc(100% - (4rem));
  }
}
@media screen and (max-width: 768px) {
  .aboutusMission__cont {
    margin-bottom: 2rem;
  }
}
.aboutusMission__cont__txtbox {
  max-width: 66rem;
  margin-left: auto;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .aboutusMission__cont__txtbox {
    font-size: 1.5rem;
  }
}
.aboutusMission__cont__txtbox p:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.aboutusMission__img01 {
  width: 44.1rem;
}
@media screen and (min-width: 1025px) {
  .aboutusMission__img01 {
    position: absolute;
    right: 7rem;
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .aboutusMission__img01 {
    margin: 0 2rem 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .aboutusMission__img01 {
    width: 45%;
  }
}
@media screen and (max-width: 640px) {
  .aboutusMission__img01 {
    margin-right: 1rem;
  }
}
.aboutusMission__img01 img {
  width: 100%;
}
.aboutusMission__img02 {
  width: 56.7rem;
}
@media screen and (min-width: 1025px) {
  .aboutusMission__img02 {
    position: absolute;
    left: -7.6rem;
    bottom: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutusMission__img02 {
    width: 50%;
  }
}
.aboutusMission__img02 img {
  width: 100%;
}

/*************************
 * FUTURE
 *************************/
.aboutusFuture {
  position: relative;
}
@media screen and (min-width: 769px) {
  .aboutusFuture {
    padding-bottom: 10rem;
    margin-bottom: 10rem;
  }
  .aboutusFuture__figpc {
    position: absolute;
    right: -10rem;
    top: 0;
    max-width: 50.5rem;
  }
  .aboutusFuture__figpc img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .aboutusFuture__figsp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .aboutusFuture {
    padding-bottom: 25rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .aboutusFuture {
    padding-bottom: 15rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutusFuture__figpc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .aboutusFuture__figsp img {
    display: block;
    position: absolute;
    z-index: -1;
  }
  .aboutusFuture__figsp .img01 {
    top: -12.5rem;
    right: -12rem;
    width: 44.5rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .aboutusFuture__figsp .img01 {
    top: -24vw;
    right: -10vw;
    width: 58vw;
  }
}
@media screen and (max-width: 768px) {
  .aboutusFuture__figsp .img02 {
    width: 27.2rem;
    bottom: 0;
    left: -8rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .aboutusFuture__figsp .img02 {
    width: 40vw;
    left: -10vw;
  }
}
.aboutusFuture:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 5rem;
  width: 55rem;
  height: 38rem;
  background: #51c0ce;
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  .aboutusFuture:before {
    width: 30rem;
    height: 50rem;
    left: auto;
    right: 0;
    bottom: 10rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .aboutusFuture:before {
    height: 30rem;
    width: 15rem;
    bottom: 10rem;
  }
}
.aboutusFuture__inner {
  max-width: 112rem;
  width: calc(100% - (20rem));
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .aboutusFuture__inner {
    width: calc(100% - (10rem));
  }
}
@media screen and (max-width: 640px) {
  .aboutusFuture__inner {
    width: calc(100% - (4rem));
  }
}
@media screen and (min-width: 769px) {
  .aboutusFuture__inner {
    padding-right: 40rem;
  }
}
.aboutusFuture__ttl {
  margin-bottom: 10rem;
}
@media screen and (max-width: 640px) {
  .aboutusFuture__ttl {
    margin-bottom: 4rem;
  }
}
.aboutusFuture__ttl span {
  display: block;
}
.aboutusFuture__txtbox {
  max-width: 70rem;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  margin-bottom: 13rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .aboutusFuture__txtbox {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutusFuture__txtbox {
    margin-bottom: 6rem;
  }
}
.aboutusFuture__txtbox:last-child {
  margin-bottom: 0;
}
.aboutusFuture__txtbox p:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.aboutusFuture .access-link {
  max-width: 107rem;
  margin: 0 auto;
}
.aboutusFuture .access-link__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .aboutusFuture .access-link__body {
    padding: 2.5rem 0 2.5rem 5rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutusFuture .access-link__body {
    padding-bottom: 0;
  }
}
.aboutusFuture .access-link__ttl {
  margin: 0;
  padding-top: 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 641px) {
  .aboutusFuture .access-link__ttl {
    white-space: nowrap;
  }
}
@media screen and (max-width: 640px) {
  .aboutusFuture .access-link__ttl {
    width: 100%;
    text-align: center;
  }
}
.aboutusFuture .access-link__fig {
  padding-top: 2rem;
  width: 57rem;
  margin-right: 7rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .aboutusFuture .access-link__fig {
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .aboutusFuture .access-link__fig {
    max-width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .aboutusFuture .access-link__fig {
    max-width: 100%;
  }
}
@media screen and (min-width: 641px) {
  .aboutusFuture .access-link__name {
    font-size: 8.5rem;
  }
}

/*************************
 * CEO
 *************************/
.aboutusCeo {
  margin-bottom: 14rem;
}
@media screen and (max-width: 640px) {
  .aboutusCeo {
    margin-bottom: 7rem;
  }
}
.aboutusCeo__ttl {
  max-width: 115rem;
  width: calc(100% - (20rem));
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1024px) {
  .aboutusCeo__ttl {
    width: calc(100% - (10rem));
  }
}
@media screen and (max-width: 640px) {
  .aboutusCeo__ttl {
    width: calc(100% - (4rem));
  }
}
@media screen and (max-width: 640px) {
  .aboutusCeo__ttl {
    margin-bottom: 4rem;
  }
}
.aboutusCeo__cont {
  max-width: 144rem;
  width: calc(100% - (20rem));
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .aboutusCeo__cont {
    width: calc(100% - (10rem));
  }
}
@media screen and (max-width: 640px) {
  .aboutusCeo__cont {
    width: calc(100% - (4rem));
  }
}
@media screen and (max-width: 768px) {
  .aboutusCeo__cont {
    display: block;
  }
}
.aboutusCeo__cont__img {
  margin-left: -10rem;
  width: 53rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .aboutusCeo__cont__img {
    margin-left: -5rem;
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .aboutusCeo__cont__img {
    width: 100%;
    max-width: 35rem;
    margin: 0 auto;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .aboutusCeo__cont__img {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutusCeo__cont__img {
    max-width: calc(100% - 8rem);
  }
}
.aboutusCeo__cont__item {
  padding: 12rem 7rem 0 10rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .aboutusCeo__cont__item {
    padding: 10rem 3rem 0 6rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutusCeo__cont__item {
    padding: 0;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .aboutusCeo__cont__item {
    max-width: 100%;
  }
}
.aboutusCeo__cont__item:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 5rem;
  right: 0;
  width: 38rem;
  height: 40rem;
  background: #F3F5F7;
}
@media screen and (max-width: 768px) {
  .aboutusCeo__cont__item:before {
    right: -7rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutusCeo__cont__item:before {
    display: none;
  }
}
.aboutusCeo__cont__ttl {
  margin-bottom: 7rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .aboutusCeo__cont__ttl {
    margin-bottom: 3rem;
  }
}
.aboutusCeo__cont__ttl span {
  display: block;
}
.aboutusCeo__cont__ttl .job {
  color: #18afec;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 640px) {
  .aboutusCeo__cont__ttl .job {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutusCeo__cont__ttl .job {
    margin-bottom: 1.75rem;
  }
}
.aboutusCeo__cont__ttl .jpn {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.22em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 640px) {
  .aboutusCeo__cont__ttl .jpn {
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutusCeo__cont__ttl .jpn {
    margin-bottom: 1rem;
  }
}
.aboutusCeo__cont__ttl .eng {
  color: #18afec;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 640px) {
  .aboutusCeo__cont__ttl .eng {
    font-size: 1.125rem;
  }
}
.aboutusCeo__cont__txt {
  position: relative;
  z-index: 1;
  font-size: 2rem;
  line-height: 2.25;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
  .aboutusCeo__cont__txt {
    font-size: 1.5rem;
  }
}

/*************************
 * OUTLINE
 *************************/
.aboutusOutline {
  background: #F3F5F7;
  padding-bottom: 14rem;
  padding-top: 14rem;
}
@media screen and (max-width: 640px) {
  .aboutusOutline {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutusOutline {
    padding-top: 7rem;
  }
}
.aboutusOutline__ttl {
  margin-bottom: 8rem;
}
@media screen and (max-width: 640px) {
  .aboutusOutline__ttl {
    margin-bottom: 4rem;
  }
}
.aboutusOutline__list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.aboutusOutline__list > div:first-of-type dt {
  border-top: 2px solid #18afec;
}
.aboutusOutline__list > div:first-of-type dd {
  border-top: 2px solid #C4C8CB;
}
.aboutusOutline__list dt,
.aboutusOutline__list dd {
  padding: 4rem 0;
}
@media screen and (max-width: 640px) {
  .aboutusOutline__list dt,
.aboutusOutline__list dd {
    padding: 2rem 0;
  }
}
.aboutusOutline__list dt {
  width: 22.5rem;
  border-bottom: 2px solid #18afec;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #4D4D4D;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .aboutusOutline__list dt {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutusOutline__list dt {
    width: 12rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutusOutline__list dt {
    width: 8rem;
  }
}
.aboutusOutline__list dd {
  width: 100%;
  border-bottom: 2px solid #C4C8CB;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding-left: 6rem;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .aboutusOutline__list dd {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutusOutline__list dd {
    padding-left: 2rem;
  }
}

/*************************
 * ACCESS
 *************************/
.aboutusAccess {
  padding-bottom: 12rem;
  padding-top: 14rem;
}
@media screen and (max-width: 640px) {
  .aboutusAccess {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutusAccess {
    padding-top: 7rem;
  }
}
.aboutusAccess__ttl {
  margin-bottom: 7rem;
}
@media screen and (max-width: 640px) {
  .aboutusAccess__ttl {
    margin-bottom: 3rem;
  }
}
.aboutusAccess__map {
  margin-bottom: 8rem;
}
@media screen and (max-width: 640px) {
  .aboutusAccess__map {
    margin-bottom: 4rem;
  }
}
.aboutusAccess__map iframe,
.aboutusAccess__map .map-container {
  height: 500px;
  width: 100%;
  background: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .aboutusAccess__map iframe,
.aboutusAccess__map .map-container {
    height: 50vw;
  }
}
@media screen and (max-width: 640px) {
  .aboutusAccess__map iframe,
.aboutusAccess__map .map-container {
    height: calc(100vw - 4rem);
  }
}
.aboutusAccess__list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.aboutusAccess__list > div:not(:last-of-type) {
  margin-bottom: 8rem;
}
@media screen and (max-width: 640px) {
  .aboutusAccess__list > div:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
.aboutusAccess__list dt {
  width: 28.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #18afec;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.012em;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .aboutusAccess__list dt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .aboutusAccess__list dt {
    width: 14rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutusAccess__list dt {
    width: 10rem;
  }
}
.aboutusAccess__list dd {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .aboutusAccess__list dd {
    font-size: 1.35rem;
  }
}
.aboutusAccess__list__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .aboutusAccess__list__map {
    display: block;
  }
}
.aboutusAccess__list__map__txt {
  padding-right: 3rem;
}
@media screen and (max-width: 768px) {
  .aboutusAccess__list__map__txt {
    padding: 0;
    margin-bottom: 2rem;
  }
}
.aboutusAccess__list__map .maplink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: auto;
  display: inline-block;
  padding-bottom: 0.2em;
  letter-spacing: 0.2em;
  border-bottom: 2px solid;
  font-size: 1.4rem;
}
@media screen and (min-width: 641px) {
  .aboutusAccess__list__map .maplink {
    -webkit-transition: ease 200ms;
    transition: ease 200ms;
  }
  .aboutusAccess__list__map .maplink:hover {
    color: #18afec;
  }
}
.aboutusAccess__list__station {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .aboutusAccess__list__station {
    display: block;
  }
}
.aboutusAccess__list__station__item {
  margin-right: 8rem;
}
@media screen and (max-width: 768px) {
  .aboutusAccess__list__station__item {
    margin-right: 0;
  }
}
.aboutusAccess__list__station__item:not(:last-of-type) {
  margin-bottom: 3rem;
}
.aboutusAccess__list__station__title {
  font-weight: 600;
  margin-bottom: 1rem;
}
/*# sourceMappingURL=aboutus.css.map */