@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;
  }
}

.form {
  font-size: 16px;
  font-size: max(16px, 1.6rem);
}
.form ::-webkit-input-placeholder {
  color: #c4c8cb;
}
.form ::-moz-placeholder {
  color: #c4c8cb;
}
.form :-ms-input-placeholder {
  color: #c4c8cb;
}
.form ::-ms-input-placeholder {
  color: #c4c8cb;
}
.form ::placeholder {
  color: #c4c8cb;
}
.form .note {
  text-align: right;
  margin-bottom: 1em;
}
.form .required {
  display: inline-block;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  width: 0.5em;
  height: 1em;
  position: relative;
  vertical-align: baseline;
}
.form .required:before {
  content: "";
  display: block;
  position: absolute;
  top: calc( 50% - .1rem);
  left: calc( 50% - .3rem);
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 99px;
  background: #18afec;
}
.form-group {
  position: relative;
  display: block;
  margin-bottom: 3rem;
}
.form-group input[type=text],
.form-group input[type=tel],
.form-group input[type=email],
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 1rem 2rem;
  border: 2px solid #e8ecf0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  color: #2a2a2c;
}
.form-group select {
  background: url(../images/select-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 2rem top 50%;
  background-size: 0.8em;
}
@media screen and (min-width: 641px) {
  .form-group.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .form-group.row .form-label {
    width: 25rem;
  }
  .form-group.row .form-label + *, .form-group.row .form-label ~ .form-confirm {
    width: calc(100% - 25rem);
  }
  .form-group.row label.error {
    left: 25rem;
  }
}
.confirm .form-group {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f2f2f2;
}
.confirm .form-group input[type=text],
.confirm .form-group input[type=tel],
.confirm .form-group input[type=email],
.confirm .form-group textarea,
.confirm .form-group select {
  display: none;
}
.confirm .form-group .form-confirmation {
  display: block;
}
.form-label {
  display: block;
  font-weight: 700;
  margin-bottom: 1rem;
}
.form-acceptance {
  position: relative;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  cursor: pointer;
}
.form-acceptance [type=checkbox] {
  margin-right: 1em;
}
@media screen and (min-width: 641px) {
  .form-acceptance.row {
    margin-left: 25rem;
  }
}
.form-acceptance a {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
@media screen and (min-width: 641px) {
  .form-acceptance a {
    -webkit-transition: ease 200ms;
    transition: ease 200ms;
  }
  .form-acceptance a:hover {
    color: #18afec;
  }
}
.confirm .form-acceptance input,
.confirm .form-acceptance label {
  display: none;
}
.form-buttons {
  padding-top: 5rem;
}
.form-submit {
  display: block;
  width: 100%;
  background: #002c44;
  color: #fff;
  border-radius: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  height: 8rem;
  border: 2px solid #002c44;
}
@media screen and (min-width: 641px) {
  .form-submit {
    -webkit-transition: ease 200ms;
    transition: ease 200ms;
  }
  .form-submit:hover {
    background: #fff;
    color: #002c44;
  }
}
.form-revise {
  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;
  width: 20rem;
  background: #f2f2f2;
  color: #2a2a2c;
  border-radius: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  height: 5rem;
  margin: 5rem auto 0;
}
@media screen and (min-width: 641px) {
  .form-revise {
    -webkit-transition: ease 200ms;
    transition: ease 200ms;
  }
  .form-revise:hover {
    background: #2a2a2c;
    color: #fff;
  }
}
.form-confirm {
  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;
  max-width: 42.5rem;
  width: 100%;
  background: #002c44;
  color: #fff;
  border-radius: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  height: 8rem;
  border: 2px solid #002c44;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 641px) {
  .form-confirm {
    -webkit-transition: ease 200ms;
    transition: ease 200ms;
  }
  .form-confirm:hover {
    background: #fff;
    color: #002c44;
  }
}
.form-has-confirmation .form-submit,
.form-has-confirmation .form-revise {
  display: none;
}
.form-has-confirmation.confirm .form-submit,
.form-has-confirmation.confirm .form-revise {
  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;
}
.form-has-confirmation.confirm .form-confirm {
  display: none;
}
.form label.error {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 1rem;
  color: #c00;
  padding-top: 0.25em;
}

/*************************
 * LOWER - CONTACT
 *************************/
.contact {
  margin-bottom: 10rem;
}
.contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 115rem;
}
@media screen and (max-width: 768px) {
  .contact__inner {
    display: block;
  }
}
.contact__desc {
  width: 31.5rem;
}
@media screen and (max-width: 768px) {
  .contact__desc {
    width: 100%;
  }
}
.contact__form {
  width: calc(100% - 31.5rem);
}
@media screen and (max-width: 768px) {
  .contact__form {
    width: 100%;
  }
}
.contact__step {
  padding-top: 7rem;
}
@media screen and (max-width: 768px) {
  .contact__step {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.contact__step li {
  padding-left: 5rem;
  margin-bottom: 5rem;
  line-height: 1;
  font-size: 1.8rem;
  position: relative;
  color: #c4c8cb;
  -webkit-transition: ease 200ms;
  transition: ease 200ms;
}
@media screen and (max-width: 768px) {
  .contact__step li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .contact__step li {
    font-size: 1.2rem;
    padding-left: 2rem;
  }
}
.contact__step li:not(:last-child):after {
  content: "";
  display: block;
  height: 4rem;
  width: 1px;
  left: 0.5em;
  top: calc(100% + .5rem);
  background: #e6e6e6;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .contact__step li:not(:last-child):after {
    width: 4rem;
    height: 1px;
    position: static;
    margin: 0 1rem;
  }
}
@media screen and (max-width: 640px) {
  .contact__step li:not(:last-child):after {
    width: 3vw;
  }
}
.contact__step li:before {
  content: "";
  display: block;
  width: 0.9em;
  height: 0.9em;
  left: 0.1em;
  top: 0.05em;
  background: #c4c8cb;
  position: absolute;
  border-radius: 99px;
  -webkit-transition: ease 200ms;
  transition: ease 200ms;
}
.contact__step li.is-current {
  color: #002c44;
}
.contact__step li.is-current:before {
  background-color: #18afec;
}

.thanks-card {
  padding: 8rem 5rem 5rem;
  border-radius: 2rem;
  text-align: center;
  border: 1px solid #18afec;
}
.thanks-card h2 {
  position: relative;
  margin-bottom: 5rem;
  padding-bottom: 5rem;
}
.thanks-card h2:after {
  content: "";
  display: block;
  height: 2px;
  width: 10rem;
  background: #18afec;
  position: absolute;
  bottom: 0;
  left: calc(50% - 5rem);
}
.thanks-card p {
  line-height: 1.8;
  letter-spacing: 0.2em;
}
.thanks-card a {
  margin: 5rem auto 0;
}
/*# sourceMappingURL=contact.css.map */