@charset "utf-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
:root {
  --color-text: #0074c0;
  --color-link: #0074c0;
  --color-primary: #0074c0;
  --color-secondary: #63c5f1;
  --color-gray: #b5b5b6;
  --font: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-mincho: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
/*!
 * Sanitize 13.0.0 (https://github.com/csstools/sanitize.css)
 * Licensed under the CC0 1.0 Universal.
 */
*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}
:after,:before{text-decoration:inherit;vertical-align:inherit}
html{cursor:default;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:rgba(0,0,0,0);-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;word-break:break-word}
body{margin:0}
h1{font-size:2em;margin:.67em 0}
dl dl,dl ol,dl ul,ol dl,ol ol,ol ul,ul dl,ul ol,ul ul{margin:0}
hr{height:0;overflow:visible}
main{display:block}
nav ol,nav ul{list-style:none;padding:0}
pre{font-family:monospace;font-size:1em}
a{background-color:transparent}
abbr[title]{text-decoration:underline;-webkit-text-decoration:underline;text-decoration:underline}
b,strong{font-weight:bolder}
code,kbd,samp{font-family:monospace;font-size:1em}
small{font-size:80%}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
audio,video{display:inline-block}
audio:not([controls]){display:none;height:0}
iframe,img{border-style:none}
svg:not([fill]){fill:currentColor}
svg:not(:root){overflow:hidden}
table{border-collapse:collapse}
button,input,select{margin:0}
button{overflow:visible;text-transform:none}
[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}
fieldset{border:1px solid #a0a0a0;padding:.35em .75em .625em}
input{overflow:visible}
legend{color:inherit;display:table;max-width:100%;white-space:normal}
progress{display:inline-block;vertical-align:baseline}
select{text-transform:none}
textarea{margin:0;overflow:auto;resize:vertical}
[type=checkbox],[type=radio]{padding:0}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}
::-webkit-input-placeholder{color:inherit;opacity:.54}
::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
::-moz-focus-inner{border-style:none;padding:0}
:-moz-focusring{outline:1px dotted ButtonText}
:-moz-ui-invalid{box-shadow:none}
details,dialog{display:block}
dialog{background-color:#fff;border:solid;color:#000;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}
dialog:not([open]){display:none}
summary{display:list-item}
canvas{display:inline-block}
template{display:none}
[tabindex],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}
[hidden]{display:none}
[aria-busy=true]{cursor:progress}
[aria-controls]{cursor:pointer}
[aria-disabled=true],[disabled]{cursor:not-allowed}
[aria-hidden="false"][hidden]{display:inline}
[aria-hidden="false"][hidden]:not(:focus){clip:rect(0,0,0,0);position:absolute}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  background: #fff;
  color: #0074c0;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.5em;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
html,
body {
  overflow-x: hidden;
}
a {
  color: #0074c0;
}
a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
/* Typography Base Setting */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p,
ul,
ol {
  margin-top: 0;
  margin-bottom: 1em;
}
ol,
ul {
  padding-left: 2em;
}
ol,
ul {
  list-style: none;
  padding-left: 0;
}
em {
  font-style: normal;
}
rp,
rt {
  line-height: 1;
  font-size: 0.688em;
}
table {
  empty-cells: show;
  font-size: 1em;
}
iframe {
  display: block;
  width: 100%;
}
img {
  height: auto;
}
img,
iframe,
button,
input,
select,
textarea {
  max-width: 100%;
}
figure {
  margin: 0;
}
textarea {
  height: auto;
  resize: vertical;
}
mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, rgba(0, 61, 165, 0.3)));
  background: linear-gradient(transparent 55%, rgba(0, 61, 165, 0.3) 55%);
}
/* ==========================================================================
   Layout
   ========================================================================== */
/* -----------------------------------
  Header / Navi
----------------------------------- */
.header {
  position: relative;
  text-align: center;
}
/* -----------------------------------
  ページ遷移アニメーション
----------------------------------- */
.wrap {
  overflow: hidden;
}
/* ページ遷移後 */
.curtain {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: right;
  transform-origin: right;
  background: #0074c0;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: PageReveal;
  animation-name: PageReveal;
}
/* ページ遷移前 */
.is-changing .curtain {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-animation-name: PageChangeBefore;
  animation-name: PageChangeBefore;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@-webkit-keyframes PageReveal {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  20% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes PageReveal {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  20% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@-webkit-keyframes PageChangeBefore {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes PageChangeBefore {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
/* -----------------------------------
  Main
----------------------------------- */
.main {
  position: relative;
}
.container {
  display: block;
  position: relative;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
}
.container--wide {
  max-width: 1320px;
}
.container--narrow {
  max-width: 850px;
}
/* -----------------------------------
  Footer
----------------------------------- */
.breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
.breadcrumbs li + li::before {
    display: inline-block;
    width: 0.8em;
    margin: 0 0.5em;
    border-top: 1px solid;
    vertical-align: middle;
    content: "";
  }
.breadcrumbs a {
    font-size: 1.5rem;
    font-weight: 500;
    -webkit-text-decoration: none;
    text-decoration: none;
  }
.pagetop {
  margin: 40px 0;
  text-align: center;
}
.pagetop__link {
  display: inline-block;
  position: relative;
  padding-top: 40px;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 1rem;
  letter-spacing: 0.02em;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.pagetop__link::before,
  .pagetop__link::after {
    display: block;
    position: absolute;
    top: 25px;
    width: 32px;
    height: 0;
    border-top: 1px solid;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    content: "";
  }
.pagetop__link::before {
    right: 30%;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg) scaleX(0.75);
    transform: rotate(-45deg) scaleX(0.75);
  }
.pagetop__link::after {
    left: 30%;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg) scaleX(0.75);
    transform: rotate(45deg) scaleX(0.75);
  }
.pagetop__link:hover::before {
    -webkit-transform: rotate(-45deg) scaleX(1);
    transform: rotate(-45deg) scaleX(1);
  }
.pagetop__link:hover::after {
    -webkit-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1);
  }
.footer__top {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 400px;
  background: #fff;
  text-align: center;
}
.footer__top a {
    font-weight: 500;
    font-size: 1.4rem;
    -webkit-text-decoration: none;
    text-decoration: none;
  }
.footer__logo {
  margin-bottom: 30px;
}
.footer__logo img {
    width: 240px;
  }
.footer__bottom {
  padding: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#63c5f1), to(#3db270));
  background: linear-gradient(to right, #63c5f1 0%, #3db270 100%);
  color: #fff;
  font-size: 13px;
  text-align: center;
}
.footer__link a {
    color: #fff;
    font-weight: 500;
  }
.footer__link a::before {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 8px;
      background: url("../img/icon_external.svg") no-repeat center center / contain;
      vertical-align: middle;
      content: "";
    }
/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/*------------------------------------*\
    spectre.css
    http://picturepan2.github.io/spectre
\*------------------------------------*/
.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.columns.col-gapless {
    margin-left: 0;
    margin-right: 0;
  }
.columns.col-gapless > .column {
      padding-left: 0;
      padding-right: 0;
    }
.columns.col-oneline {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
[class~="col-"],
.column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.col-12[class~="col-"],
  .column.col-12,
  .col-11[class~="col-"],
  .column.col-11,
  .col-10[class~="col-"],
  .column.col-10,
  .col-9[class~="col-"],
  .column.col-9,
  .col-8[class~="col-"],
  .column.col-8,
  .col-7[class~="col-"],
  .column.col-7,
  .col-6[class~="col-"],
  .column.col-6,
  .col-5[class~="col-"],
  .column.col-5,
  .col-4[class~="col-"],
  .column.col-4,
  .col-3[class~="col-"],
  .column.col-3,
  .col-2[class~="col-"],
  .column.col-2,
  .col-1[class~="col-"],
  .column.col-1,
  .col-auto[class~="col-"],
  .column.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: none;
  width: auto;
}
.col-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.col-ml-auto {
  margin-left: auto;
}
.col-mr-auto {
  margin-right: auto;
}
/*------------------------------------*\
    Typography
\*------------------------------------*/
/* 見出し */
.heading {
  position: relative;
  margin-bottom: 40px;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  line-height: 1.2;
  text-align: center;
}
.heading[data-en-before]::before {
    display: block;
    font-size: 4rem;
    font-weight: 400;
    text-align: center;
    content: attr(data-en-before);
  }
.heading[data-en-before] span {
    display: block;
    margin-top: 10px;
    font-size: 2rem;
    font-weight: 500;
  }
.heading[data-en-before] span::before {
    display: block;
    max-width: 800px;
    height: 1px;
    margin: 0 auto 15px;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #0074c0),to(transparent));
    background-image: linear-gradient(90deg, transparent 0%, #0074c0 50%,transparent 100%);
    content: "";
  }
.heading[data-en-after]::after {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    content: attr(data-en-after);
  }
.heading[data-en-after] span {
    display: block;
    margin-bottom: 20px;
    font-size: 4rem;
    font-weight: 400;
  }
.heading[data-en-after] span::after {
    display: block;
    max-width: 800px;
    height: 1px;
    margin: 15px auto 0;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #0074c0),to(transparent));
    background-image: linear-gradient(90deg, transparent 0%, #0074c0 50%,transparent 100%);
    content: "";
  }
/* リスト */
.list-inline,
.list-nostyle {
  list-style: none;
  padding: 0;
}
.list-inline > li {
    display: inline-block;
    margin-right: 1em;
  }
.list-inline > li:last-child {
    margin-right: 0;
  }
/* @import "object/component/_table.css"; */
/*------------------------------------*\
    Buttons
\*------------------------------------*/
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-width: 216px;
  max-width: 100%;
  height: 50px;
  border-radius: 30px;
  border: none;
  margin: 10px 0;
  padding: 8px 45px 8px 25px;
  border: 1px solid transparent;
  background: #f7f8f8;
  color: #0074c0;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.333;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  vertical-align: middle;
  cursor: pointer;
}
.btn::after {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 50%;
    background: #63c5f1;
    content: "";
  }
.btn:hover {
    background: #0074c0;
    color: #fff;
  }
.btn:hover::after {
      background: #3db270;
    }
.btn--secondary {
  background: #d7e9f5;
}
.btn--border {
  border-color: #0074c0;
}
.small-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-width: 164px;
  max-width: 100%;
  height: 40px;
  border-radius: 30px;
  border: none;
  margin: 10px 0;
  padding: 8px 35px 8px 35px;
  border: 1px solid transparent;
  background: #fff;
  color: #0074c0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.333;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  vertical-align: middle;
  cursor: pointer !important;
}
.small-btn::after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 5px;
    height: 5px;
    margin-top: -2px;
    border-radius: 50%;
    background: #63c5f1;
    content: "";
  }
.small-btn:hover {
    background: #dcdddd;
  }
.small-btn:hover::after {
      background: #3db270;
    }
/* ページネーション */
.pagination {
  margin: 50px 0;
}
.pagination-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.pagination-list li {
    padding: 5px;
  }
.pagination-list a,
  .pagination-list span {
    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;
    position: relative;
    width: 40px;
    height: 40px;
    padding-bottom: 4px;
    border-radius: 50%;
    border: 1px solid #0074c0;
    color: #0074c0;
    font-size: 1.6rem;
    font-weight: 600;
  }
.pagination-list a.is-active, .pagination-list span.is-active {
      background: #0074c0;
      color: #fff;
    }
.pagination-list a {
    -webkit-text-decoration: none;
    text-decoration: none;
  }
/**************************\
  Basic Modal Styles
\**************************/
.modal-open body {
  overflow: hidden;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  background: rgba(0,0,0,0.6);
}
.modal__container {
  overflow-y: auto;
  background-color: #fff;
  max-width: 500px;
  max-height: 100vh;
  padding: 30px;
  border-radius: 10px;
}
.modal__header {
  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;
}
.modal__title {
  margin: 0;
  color: #0074c0;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.25;
}
.modal__close {
  background: transparent;
  border: 0;
}
.modal__header .modal__close:before { content: "\2715"; }
.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}
/**************************\
  Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@-webkit-keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
@-webkit-keyframes mmslideIn {
  from { -webkit-transform: translateY(15%); transform: translateY(15%); }
    to { -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes mmslideIn {
  from { -webkit-transform: translateY(15%); transform: translateY(15%); }
    to { -webkit-transform: translateY(0); transform: translateY(0); }
}
@-webkit-keyframes mmslideOut {
    from { -webkit-transform: translateY(0); transform: translateY(0); }
    to { -webkit-transform: translateY(-10%); transform: translateY(-10%); }
}
@keyframes mmslideOut {
    from { -webkit-transform: translateY(0); transform: translateY(0); }
    to { -webkit-transform: translateY(-10%); transform: translateY(-10%); }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
/* Project
   ----------------------------------------------------------------- */
/*------------------------------------*\
  共通
\*------------------------------------*/
/* アニメーション設定 */
.js .anim-mask {
	display: inline-block;
	-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  vertical-align: top;
}
.js .anim-mask.inview {
	--duration: 0.8s;
	--delay: 0.1s;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	-webkit-transition: -webkit-clip-path var(--duration) cubic-bezier(0.25, 1, 0.5, 1) var(--delay);
	transition: -webkit-clip-path var(--duration) cubic-bezier(0.25, 1, 0.5, 1) var(--delay);
	transition: clip-path var(--duration) cubic-bezier(0.25, 1, 0.5, 1) var(--delay);
	transition: clip-path var(--duration) cubic-bezier(0.25, 1, 0.5, 1) var(--delay), -webkit-clip-path var(--duration) cubic-bezier(0.25, 1, 0.5, 1) var(--delay);
}
/* 画像 */
.img-rounded {
  overflow: hidden;
  border-radius: 16px;
}
/*------------------------------------*\
  トップページ
\*------------------------------------*/
/* 読み込み */
.splash {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  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: #fff;
}
.splash__movie {
  width: 100%;
  padding: min(4vw, 50px);
}
.splash__movie video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 20px;
  }
.splash__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 70%;
  text-align: center;
}
.splash__enter {
  display: none;
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.splash__enter a {
    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: 150px;
    height: 46px;
    border-radius: 23px;
    border: 1px solid;
    color: #63c5f1;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 16px;
    font-weight: 500;
    -webkit-text-decoration: none;
    text-decoration: none;
  }
#progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
}
#progress svg {
  display: block;
}
[data-id="top"]::before {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 102;
	background: #fff;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-transition: opacity .6s, visibility 0s .6s;
	transition: opacity .6s, visibility 0s .6s;
	content: "";
}
.is-loaded [data-id="top"]::before {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
/* MV */
.mv {
  position: relative;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100vw;
  min-height: 550px;
}
.mv__line01,
.mv__line02 {
  position: absolute;
  width: 59.9%;
  height: 90%;
}
.mv__line01 img, .mv__line02 img {
    width: 100%;
    height: 100%;
  }
.mv__line01 {
  top: 0;
  left: 0;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}
.mv__line02 {
  bottom: 0;
  right: 0;
	-webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}
.mv__image01,
.mv__image02 {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
  width: 50%;
}
.mv__image01 img, .mv__image02 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
.mv__image01 {
  left: 0;
  background: #ff0;
}
.mv__image02 {
  right: 0;
  background: #0ff;
}
.mv__content {
  position: relative;
  z-index: 1;
  width: 70%;
  max-width: 300px;
  margin: 0 auto;
}
.mv__logo {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
}
.mv__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 80px;
  font-weight: 500;
  text-align: center;
}
.mv__scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 22px;
  height: 38px;
  border-radius: 11px;
  margin-left: -11px;
  border: 1px solid #fff;
}
.mv__scroll::before {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 4px;
    height: 4px;
    margin-left: -2px;
    border-radius: 50%;
    background: #fff;
    -webkit-animation: scroll 2s infinite;
    animation: scroll 2s infinite;
    content: "";
  }
.is-inview .mv__line01,
  .is-inview .mv__line02 {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transition: -webkit-clip-path 0.8s cubic-bezier(0.55, 0.02, 0.32, 0.99) 0.6s;
    transition: -webkit-clip-path 0.8s cubic-bezier(0.55, 0.02, 0.32, 0.99) 0.6s;
    transition: clip-path 0.8s cubic-bezier(0.55, 0.02, 0.32, 0.99) 0.6s;
    transition: clip-path 0.8s cubic-bezier(0.55, 0.02, 0.32, 0.99) 0.6s, -webkit-clip-path 0.8s cubic-bezier(0.55, 0.02, 0.32, 0.99) 0.6s;
  }
.is-inview .mv__image01,
  .is-inview .mv__image02 {
    opacity: 1;
    -webkit-transition: opacity 0.8s ease-out 1.2s;
    transition: opacity 0.8s ease-out 1.2s;
  }
.is-inview .mv__logo {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.6s ease-out 2s;
    transition: all 0.6s ease-out 2s;
  }
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 12px);
    transform: translate(0, 12px);
  }
  100% {
    -webkit-transform: translate(0, 12px);
    transform: translate(0, 12px);
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 12px);
    transform: translate(0, 12px);
  }
  100% {
    -webkit-transform: translate(0, 12px);
    transform: translate(0, 12px);
  }
}
/* トップ背景 */
.top-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.top-bg__inner {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
.top-bg__inner img {
    width: 100%;
    max-width: none;
    pointer-events: none;
  }
/* トップ見出し */
.top-heading {
  position: relative;
  margin-bottom: 30px;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 2rem;
  font-weight: 500;
}
.top-heading::before {
    display: block;
    position: absolute;
    top: 0.5em;
    right: calc(100% + 5px);
    width: 4em;
    font-size: 1.2rem;
    text-align: right;
    content: attr(data-number) " ─";
  }
.top-heading-en {
  margin-bottom: 30px;
}
.top-heading-en svg {
    max-width: 100%;
    height: auto;
  }
/* イントロダクション */
.top-intro {
  position: relative;
}
.top-intro__count {
  padding: 30px 0;
}
#counter {
  max-width: 450px;
  margin: 0 auto;
  padding: 20px 20px 30px;
  border-radius: 10px;
  color: #fff;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 500;
  text-align: center;
}
#counter .text {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
#counter .variable {
    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;
    font-size: 1.8rem;
  }
#counter .variable .count {
      min-width: 2em;
      margin: 0 0.5em;
      padding: 0.3em 0.5em 0.4em;
      background: #fff;
      border-radius: 10px;
      color: #d7434b;
      font-size:7rem;
      line-height: 1;
    }
.top-intro__lead {
  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: 100%;
  height: min(60vw, 300px);
  margin-bottom: 30px;
  text-align: center;
}
.top-intro__lead img {
    width: 80%;
    max-width: 350px;
  }
.top-intro__inner {
  position: relative;
}
.top-intro__content {
  color: #3b3b3b;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.top-intro__heading {
  margin-bottom: 1em;
  font-size: 2.1rem;
  line-height: 2;
}
/* ごあいさつ */
.top-greeting {
  margin-bottom: min(20vw, 160px);
  color: #fff;
}
.top-greeting__content .btn {
    width: 315px;
  }
/* 70年のキセキ */
.top-history {
  margin-bottom: min(20vw, 200px);
  color: #0074c0;
}
.top-history__images img {
    margin: 8px 0;
  }
.top-history__list {
  max-width: 364px;
}
.history-list {
  position: relative;
  padding-left: 30px;
}
.history-list::before {
    position: absolute;
    top: 32px;
    bottom: 32px;
    left: 7px;
    border-left: 1px solid #dcdddd;
    content: "";
  }
.history-list > li {
    position: relative;
    padding: 14px 0 14px;
    border-bottom: 1px dotted #dcdddd;
  }
.history-list > li::before {
      position: absolute;
      top: 50%;
      left: -23px;
      width: 10px;
      height: 10px;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border-radius: 50%;
      background: #dcdddd;
      -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      content: "";
    }
.history-list > li.is-active::before,
    .history-list > li:hover::before {
      width: 14px;
      height: 14px;
      background: #0074c0;
    }
.btn.btn--history {
  display: block;
  height: 44px;
  margin: 0;
  padding: 10px 40px 7px 0;
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.btn--history::after {
    right: 20px;
  }
.is-active .btn.btn--history,
  .btn.btn--history:hover {
    padding-left: 20px;
    background: #0074c0;
    color: #fff;
  }
/* 70周年アクション */
.top-action {
  color: #0074c0;
}
.top-action__images {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57.7272%;
  flex: 0 0 57.7272%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-top: 40px;
}
.top-action__images .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.244%;
    flex: 0 0 47.244%;
    width: 47.244%;
    margin-bottom: 20px;
  }
.action-card {
  display: block;
  margin-bottom: 1em;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.action-card__image {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.action-card__image::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.14);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    content: "";
  }
.action-card__image::after {
    position: absolute;
    top: 15px;
    left: 12px;
    z-index: 2;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    content: attr(data-en);
  }
.action-card__image img {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
.action-card__image:hover::before {
    opacity: 0;
  }
.action-card__image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
:root .action-card__date {
  margin-top: 10px;
}
:root .action-card__title {
  display: block;
  position: relative;
  margin-top: 10px;
  padding-left: 1em;
  color: #3b3b3b;
  font-size: 1.5rem;
  line-height: 1.866;
}
:root .action-card__title::before {
    position: absolute;
    top: 1rem;
    left: 0;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #63c5f1;
    content: "";
  }
/*------------------------------------*\
  ごあいさつ
\*------------------------------------*/
/* ごあいさつ背景 */
[data-id="greeting"] {
  background: url("../../img/greeting/bg.svg") no-repeat center top;
  background-size: auto 72%;
}
.bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.bg__inner {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
.bg__inner img {
    width: 100%;
    max-width: none;
    pointer-events: none;
  }
.greeting01 {
  position: relative;
  z-index: 0;
  margin-top: 50px;
  margin-bottom: 150px;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.greeting01__heading {
  margin-bottom: 1em;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
}
.greeting01__content {
  font-weight: 600;
  line-height: 2.25;
}
.greeting01__image {
  margin-top: 40px;
}
.greeting01__image img {
    width: 100%;
  }
.greeting01__image .caption {
    position: absolute;
    bottom: 0;
    left: -10px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    padding: 5px 10px;
    background: #0074c0;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
  }
.greeting01__image .caption .name {
      font-size: 1.8rem;
    }
.greeting02__header {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 600;
  text-align: center;
  line-height: 2;
}
.greeting02__child {
  margin: 100px 0;
}
.greeting02__heading {
  margin-top: 10px;
  margin-bottom: 35px;
}
.greeting02__lead {
  margin-bottom: 20px;
  text-align: center;
}
.greeting02__lead span {
    padding: 0 0 0 0.33em;
    background: #0074c0;
    color: #fff;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-weight: 600;
    font-size: 2.2rem;
  }
.greeting02__image {
  margin-bottom: 40px;
}
.greeting02__image .image {
    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: 100%;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #efefef;
    background: #fff;
  }
.greeting02__image .image img {
      width: 300px;
    }
/*------------------------------------*\
  70年のキセキ
\*------------------------------------*/
[data-id="history"] {
  background: #3997D4 url("../../img/history/bg.svg") no-repeat center top;
  color: #fff;
  background-size: 250%;
}
[data-id="history"] .heading[data-en-after] span::after {
      background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #fff),to(transparent));
      background-image: linear-gradient(90deg, transparent 0%, #fff 50%,transparent 100%);
    }
[data-id="history"] .history-list > li {
      border-bottom: 1px dotted #0074c0;
    }
[data-id="history"] .history-list > li::before {
        background: #dcdddd;
      }
[data-id="history"] .history-list > li.is-active::before,
      [data-id="history"] .history-list > li:hover::before {
        background: #0074c0;
      }
[data-id="history"] .is-active .btn.btn--history,
  [data-id="history"] .btn.btn--history:hover {
    background: #fff;
    color: #0074c0;
  }
[data-id="history"] .is-active .btn.btn--history::after, [data-id="history"] .btn.btn--history:hover::after {
      background: #FFC81E;
    }
[data-id="history"] .btn.btn--history {
    color: #fff;
  }
[data-id="history"] .is-active .btn.btn--history::after {
      background: #FFC81E;
  }
[data-id="history"] .breadcrumbs a,
  [data-id="history"] .pagetop__link {
    color: inherit;
  }
.history-word {
  opacity: 0.17;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 21.23vw;
  font-weight: 400;
  line-height: 1;
  pointer-events: none;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.history-word--1 {
  position: absolute;
  top: 5%;
  left: -2vw;
}
.history-word--2 {
  position: absolute;
  top: 45%;
  right: -2vw;
}
.history-word--3 {
  position: absolute;
  top: 70%;
  left: -2vw;
}
.history {
  margin-top: 80px;
}
.history .year {
    margin-bottom: 10px;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 4rem;
    line-height: 1;
  }
.history .year--emphasis {
    color: #FFC81E;
    font-size: 7rem !important;
    font-weight: 500;
  }
.history .j-year {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 0 1px 1px;
    background: #003659;
    color: #fff;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
  }
.history .text {
    margin-bottom: 10px;
    font-size: 1.3rem;
    line-height: 1.625;
  }
.history .text .small-btn {
      font-size: inherit;
    }
.history__nav {
  margin-bottom: 50px;
}
.history-emphasis {
  margin-bottom: 60px;
}
.history-emphasis .year--emphasis {
    text-align: center;
  }
.history-emphasis figcaption {
    margin-top: 20px;
    text-align: center;
  }
.history-emphasis__image {
  position: relative;
  padding: 10px 13.5%;
}
.history-emphasis__image img {
    width: 100%;
    border-radius: 6px;
  }
.history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px 0;
  gap: 5%;
}
.history-item .history-item__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 6px;
    -webkit-box-shadow: 5px 5px 10px rgba(1, 18, 58, 0.2);
    box-shadow: 5px 5px 10px rgba(1, 18, 58, 0.2);
  }
.history-item .history-item__image.noshadow {
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: 0;
    }
.history-item .history-item__image img {
      width: 100%;
    }
.history-item li {
    list-style: disc;
    margin-left: 1em;
  }
.history-item li::marker {
      font-size: 0.66em;
    }
.history-item--textonly {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.history-item[data-reverse="true"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.history-item[data-justify="center"] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.history-item[data-justify="end"] {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.history-item__image[data-image="23p"] {
  -ms-flex-preferred-size: 23%;
  flex-basis: 23%;
}
.history-item__image[data-image="33p"] {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}
.history-item__image[data-image="36p"] {
  -ms-flex-preferred-size: 36%;
  flex-basis: 36%;
}
.history-item__image[data-image="38p"] {
  -ms-flex-preferred-size: 38.6666%;
  flex-basis: 38.6666%;
}
.history-item__image[data-image="40p"] {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}
.history-item__image[data-image="44p"] {
  -ms-flex-preferred-size: 44%;
  flex-basis: 44%;
}
.history-item__image[data-image="48p"] {
  -ms-flex-preferred-size: 47.8888%;
  flex-basis: 47.8888%;
}
.history-item__image[data-image="54p"] {
  -ms-flex-preferred-size: 54%;
  flex-basis: 54%;
}
.history-item__image[data-image="58p"] {
  -ms-flex-preferred-size: 58%;
  flex-basis: 58%;
}
.history-item--1957 .history-item__image {
    margin-left: 8.8%;
  }
.history-item--1960 .history-item__image {
    margin-right: 7.2%;
  }
.history-item--1961 .history-item__image {
    margin-left: 14.8%;
  }
.history-item--1964 .history-item__image {
    margin-right: 10%;
  }
.history-item--1974 .history-item__image {
    margin-left: 3%;
  }
/*------------------------------------*\
  ACTION
\*------------------------------------*/
/* アクション背景 */
[data-id="action"] {
  background: url("../../img/action/bg.svg") no-repeat center top;
  background-size: 200%;
}
/* カテゴリ選択 */
.category-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0;
}
.category-select dd {
    margin: 0 0 0 1em;
  }
.category-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.category-list > li {
    display: inline-block;
    margin-right: 0.2em;
    margin-bottom: 0.5em;
  }
.category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.1em 1em 0.2em;
  border-radius: 1.5rem;
  border: 1px solid #0074c0;
  color: #0074c0;
  font-size: 1.2rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  line-height: 1.5;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.category.is-active {
    background: #0074c0;
    color: #fff;
  }
/* 記事一覧 */
.article-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.article-list li {
    margin-bottom: 26px;
  }
/* ACTION記事 */
.article {
  margin-bottom: 50px;
}
.article__header .article-title {
    margin: 10px 0;
    font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5;
  }
.article__header .article-date {
    font-size: 0.875em;
  }
.article__content .image,
  .article__content .text {
    margin: 30px 0;
  }
.article__aside a {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
  }
.article__aside a:hover {
      -webkit-text-decoration: underline;
      text-decoration: underline;
    }
.aside__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 0.5em;
  border-bottom: 1px solid;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
}
.aside-list {
  list-style: none;
  margin: 0;
  padding: 0;
    font-size: 1.4rem;
}
.aside-list > li {
    margin-bottom: 15px;
  }
.aside-list > li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
.aside-list .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin-right: 10px;
  }
.aside-list .title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
.aside-list--past > li {
    position: relative;
    padding-left: 1em;
  }
.aside-list--past > li::before {
      position: absolute;
      top: 1rem;
      left: 0;
      width: 0.8rem;
      height: 0.8rem;
      border-radius: 50%;
      background: #63c5f1;
      content: "";
    }
/* Utility
   ----------------------------------------------------------------- */
/* Responsive */
.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  outline: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Display */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  border: 0;
}
.u-none {
  display: none;
}
.u-block {
  display: block;
}
.u-inline {
  display: inline;
}
.u-inline-block {
  display: inline-block;
}
.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* Text Align & Font style */
.u-text-left {
  text-align: left !important;
}
.u-text-center {
  text-align: center !important;
}
.u-text-right {
  text-align: right !important;
}
.u-text-indent {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
ul.u-text-indent {
  list-style: none;
}
.u-align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* widths */
.u-w100 {
  width: 100%;
}
.u-w90 {
  width: 90%;
}
.u-w80 {
  width: 80%;
}
.u-w75 {
  width: 75%;
}
.u-w70 {
  width: 70%;
}
.u-w66 {
  width: 66%;
}
.u-w60 {
  width: 60%;
}
.u-w50 {
  width: 50%;
}
.u-w40 {
  width: 40%;
}
.u-w33 {
  width: 33%;
}
.u-w30 {
  width: 30%;
}
.u-w25 {
  width: 25%;
}
.u-w20 {
  width: 20%;
}
.u-w10 {
  width: 10%;
}
.u-w-auto {
  width: auto;
}
/* Margins */
.u-mt-0 {
  margin-top: 0 !important;
}
.u-mb-0 {
  margin-bottom: 0 !important;
}
.u-mr-0 {
  margin-right: 0 !important;
}
.u-ml-0 {
  margin-left: 0 !important;
}
.u-mt-1 {
  margin-top: 10px !important;
}
.u-mr-1 {
  margin-right: 10px !important;
}
.u-mb-1 {
  margin-bottom: 10px !important;
}
.u-ml-1 {
  margin-left: 10px !important;
}
.u-mt-2 {
  margin-top: 20px !important;
}
.u-mr-2 {
  margin-right: 20px !important;
}
.u-mb-2 {
  margin-bottom: 20px !important;
}
.u-ml-2 {
  margin-left: 20px !important;
}
.u-mt-3 {
  margin-top: 40px !important;
}
.u-mr-3 {
  margin-right: 40px !important;
}
.u-mb-3 {
  margin-bottom: 40px !important;
}
.u-ml-3 {
  margin-left: 40px !important;
}
.u-mt-4 {
  margin-top: 60px !important;
}
.u-mr-4 {
  margin-right: 60px !important;
}
.u-mb-4 {
  margin-bottom: 60px !important;
}
.u-ml-4 {
  margin-left: 60px !important;
}
.u-mt-5 {
  margin-top: 100px !important;
}
.u-mr-5 {
  margin-right: 100px !important;
}
.u-mb-5 {
  margin-bottom: 100px !important;
}
.u-ml-5 {
  margin-left: 100px !important;
}
.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}
.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}
/* Paddings */
.u-pt-0 {
  padding-top: 0 !important;
}
.u-pb-0 {
  padding-bottom: 0 !important;
}
.u-pr-0 {
  padding-right: 0 !important;
}
.u-pl-0 {
  padding-left: 0 !important;
}
.u-pt-1 {
  padding-top: 10px !important;
}
.u-pr-1 {
  padding-right: 10px !important;
}
.u-pb-1 {
  padding-bottom: 10px !important;
}
.u-pl-1 {
  padding-left: 10px !important;
}
.u-pt-2 {
  padding-top: 20px !important;
}
.u-pr-2 {
  padding-right: 20px !important;
}
.u-pb-2 {
  padding-bottom: 20px !important;
}
.u-pl-2 {
  padding-left: 20px !important;
}
.u-pt-3 {
  padding-top: 40px !important;
}
.u-pr-3 {
  padding-right: 40px !important;
}
.u-pb-3 {
  padding-bottom: 40px !important;
}
.u-pl-3 {
  padding-left: 40px !important;
}
.u-pt-4 {
  padding-top: 60px !important;
}
.u-pr-4 {
  padding-right: 60px !important;
}
.u-pb-4 {
  padding-bottom: 60px !important;
}
.u-pl-4 {
  padding-left: 60px !important;
}
.u-pt-5 {
  padding-top: 100px !important;
}
.u-pr-5 {
  padding-right: 100px !important;
}
.u-pb-5 {
  padding-bottom: 100px !important;
}
.u-pl-5 {
  padding-left: 100px !important;
}
/* Text Styles */
.u-font-l {
  font-size: 1.25em;
}
.u-font-m {
  font-size: 1.125em;
}
.u-font-s {
  font-size: 0.875em;
}
.u-weight-m {
  font-weight: 500;
}
.mincho {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
@media (min-width: 35.001em) {
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1,
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-auto {
    width: auto;
  }
  .article-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
    .article-list li {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
      flex: 0 1 50%;
      margin-bottom: 40px;
      padding: 0 10px;
    }
  .u-sm-none {
    display: none !important;
  }
  .u-sm-block {
    display: block !important;
  }
  .u-sm-inline {
    display: inline !important;
  }
  .u-sm-inline-block {
    display: inline-block !important;
  }
  .u-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }}
@media (max-width: 45em) {
  .header {
    margin-bottom: 80px;
    padding-top: 150px;
  }
  .header__logo1 {
    position: absolute;
    top: 35px;
    left: 20px;
    width: 90px;
  }
  .header__logo2 {
    position: absolute;
    top: 55px;
    right: 20px;
    width: 213px;
  }
  .header__title {
    width: 90%;
    margin: 0 auto;
    max-width: 400px;
  }
  .pagenav {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    width: 100%;
    background: #0074c0;
    padding: 60px 20px 30px;
    color: #fff;
    text-align: left;
  }
    .pagenav ul {
      width: 90%;
      max-width: 600px;
      margin: 0 auto;
    }
    .pagenav li {
      margin-bottom: 20px;
    }
    .pagenav a {
      color: inherit;
      font-size: 1.6rem;
      -webkit-text-decoration: none;
      text-decoration: none;
    }
  .navi-btn {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 5px;
    right: 10px;
    z-index: 100;
    width: 50px;
    height: 50px;
    border: 0;
    background: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
    .navi-btn > .icon {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 24px;
      height: 2px;
      background: #0074c0;
      margin-left: -9px;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
    }
      .navi-btn > .icon::before,
      .navi-btn > .icon::after {
        display: block;
        position: absolute;
        left: 0;
        width: 24px;
        height: 2px;
        background: #0074c0;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        content: "";
      }
      .navi-btn > .icon::before {
        top: -6px;
      }
      .navi-btn > .icon::after {
        bottom: -6px;
      }
    .navi-open .navi-btn {
      color: #fff;
    }
      .navi-open .navi-btn > .icon {
        background: transparent;
      }
        .navi-open .navi-btn > .icon::before {
          top: 0;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          background: #fff;
        }
        .navi-open .navi-btn > .icon::after {
          bottom: 0;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          background: #fff;
        }
    .navi-open .pagenav {
      opacity: 1;
      visibility: visible;
      -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0s;
      transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0s;
    }
    .navi-open .wrap {
      pointer-events: none;
    }
  .top-bg__inner {
    width: min(300vw, 1500px);
  }
  .top-intro {
    height: min(calc(240vw + 450px), 1470px);
  }
  .top-intro__inner {
    position: relative;
    padding-top: min(40vw, 200px);
    padding-bottom: min(70vw, 350px);
  }
  .top-intro__content {
    font-size: 1.4rem;
    text-align: center;
  }
  .top-intro__logo {
    width: 90%;
    max-width: 300px;
  }
  .top-intro__image01 {
    position: absolute;
    top: 2%;
    right: 68%;
    width: 35%;
  }
  .top-intro__image02 {
    position: absolute;
    top: 5%;
    left: 60%;
    width: 42%;
  }
  .top-intro__image03 {
    position: absolute;
    bottom: 12%;
    right: 60%;
    width: 42%;
  }
  .top-intro__image04 {
    position: absolute;
    bottom: 10%;
    left: 66%;
    width: 35%;
  }
  .top-greeting__content {
    padding-right: 20px;
    padding-left: 30px;
  }
  .top-greeting__image {
    overflow: hidden;
    height: 100vw;
    border-radius: 16px;
    margin-top: 40px;
  }
    .top-greeting__image .js-parallax {
      -webkit-transform: none;
      transform: none;
    }
  .top-history__content {
    padding-left: 30px;
  }
  .top-history__images {
    margin-top: 80px;
  }
  .top-action__content {
    padding-left: 30px;
  }
  .bg__inner {
    width: 200%;
  }
    .greeting01__image figure {
      overflow: hidden;
      height: 100vw;
      border-radius: 16px;
    }
  .history__inner {
    margin-right: -10px;
    margin-left: -10px;
  }
  .history-item[data-sp-block="true"] {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
    .history-item[data-sp-block="true"] figcaption {
      margin-top: 10px;
    }
    .history-item[data-sp-block="true"] .history-item__image {
      margin-right: 0;
      margin-left: 0;
    }
    .history-item[data-sp-block="true"] .history-item__image[data-sp-block-size="medium"] {
      width: 80%;
    }
  .history-item[data-sp-justify="start"] {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .history-item[data-sp-justify="between"] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .history-item[data-sp-justify="center"] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .history-item[data-sp-justify="end"] {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .history-item__image[data-sp-image="30p"] {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  .history-item__image[data-sp-image="44p"] {
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%;
  }
  .history-item__image[data-sp-image="48p"] {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
    .history-item:not([data-reverse="true"]) .history-item__image[data-sp-fit="true"] {
      margin-left: -10px;
      border-radius: 0 6px 6px 0;
    }
    .history-item[data-reverse="true"] .history-item__image[data-sp-fit="true"] {
      margin-right: -10px;
      border-radius: 6px 0 0 6px;
    }
    .history-item--1955 .history-item__image {
        -ms-flex-preferred-size: 36%;
        flex-basis: 36%;
    }
    .history-item--1960 .history-item__image {
      margin-right: 0;
    }
    .history-item--1964 .history-item__image {
      margin-right: 8%;
    }
    .history-item--1974 .history-item__image {
      margin-left: 0;
    }}
@media (min-width: 45.001em) {
  .header {
    padding-top: 166px;
  }
  .header__logo1 {
    position: absolute;
    top: 35px;
    left: 42px;
    width: 113px;
  }
  .header__logo2 {
    position: absolute;
    top: 35px;
    right: 42px;
    width: 213px;
  }
  .header__title {
    margin: 0 0 100px;
  }
  .header-pagenav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 50px;
    left: 50%;
    height: 70px;
    margin-bottom: 120px;
  }
    .header-pagenav .pagenav ul {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  .navi-btn {
    display: none;
  }
    .pagenav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 70px;
      margin: 0;
      padding: 15px 30px;
      border-radius: 40px;
      background: transparent;
      color: #0074c0;
      white-space: nowrap;
      -webkit-transition: background 0.3s;
      transition: background 0.3s;
    }
    .pagenav li + li::before {
      content: "／";
    }
    .pagenav a {
      display: inline-block;
      position: relative;
      margin: 0 1em;
      color: inherit;
      font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
      -webkit-text-decoration: none;
      text-decoration: none;
    }
      .pagenav a::before {
        position: absolute;
        bottom: 0;
        right: 0;
        left: auto;
        width: 0;
        border-bottom: 1px solid;
        -webkit-transition: all 0.3s cubic-bezier(0.55, 0.02, 0.32, 0.99) 0.1s;
        transition: all 0.3s cubic-bezier(0.55, 0.02, 0.32, 0.99) 0.1s;
        content: "";
      }
      .pagenav a:hover::before {
        left: 0;
        right: auto;
        width: 100%;
        -webkit-transition: all 0.2s cubic-bezier(0.55, 0.02, 0.32, 0.99);
        transition: all 0.2s cubic-bezier(0.55, 0.02, 0.32, 0.99);
      }
    .pagenav.is-sticky {
      position: fixed;
      top: 50px;
      left: 50%;
      bottom: auto;
      z-index: 100;
    }
      .pagenav.is-sticky ul {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #fff;
        color: #0074c0 !important;
      }
  .container {
    width: calc(100% - 60px);
  }
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1,
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-auto {
    width: auto;
  }
  .mv {
    height: 100vh;
    min-height: 800px;
    padding-bottom: 10%;
  }
  .mv__content {
    width: 30%;
    max-width: 800px;
  }
    .mv__link .pagenav ul {
      color: #fff;
    }
  .mv__scroll {
    bottom: 120px;
  }
  .top-bg__inner {
    width: 2400px;
  }
  .top-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1900px;
    padding-bottom: min(18vw, 160px);
  }
  .top-intro__lead {
    height: min(50vw, 400px);
  }
    .top-intro__lead img {
      width: 100%;
      height: 100%;
      max-width: none;
      -o-object-fit: contain;
      object-fit: contain;
    }
  .top-intro__inner {
    position: relative;
    height: 1100px;
  }
  .top-intro__content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* height: 480px; */
    line-height: 2.4;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .top-intro__heading {
    margin-top: -30px;
    margin-left: 30px;
  }
  .top-intro__logo {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .top-intro__image01 {
    position: absolute;
    bottom: 75%;
    right: 68%;
    width: 32%;
  }
  .top-intro__image02 {
    position: absolute;
    bottom: 70%;
    left: 64%;
    width: 36%;
  }
  .top-intro__image03 {
    position: absolute;
    top: 73%;
    right: 60%;
    width: 36%;
  }
  .top-intro__image04 {
    position: absolute;
    top: 75%;
    left: 66%;
    width: 32%;
  }
  .top-greeting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 400px;
    margin-top: 30px;
    margin-bottom: 150px;
  }
  .top-greeting__image,
  .top-greeting__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.4545%;
    flex: 0 0 45.4545%;
    max-width: 45.4545%;
  }
  .top-greeting__content {
    margin-top: 40px;
  }
    .top-greeting__content .btn:hover {
      border-color: #fff;
    }
  .top-history {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 150px;
    height: 800px;
    padding-left: 4.5454%;
    color: #fff;
  }
  .top-history__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40.909%;
    flex: 0 0 40.909%;
    max-width: 40.909%;
  }
  .top-history__images {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.4545%;
    flex: 0 0 45.4545%;
    max-width: 45.4545%;
  }
  [data-id="greeting"] {
    background-size: 2620px auto;
  }
  .bg__inner {
    width: 1650px;
  }
  .greeting01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 200px;
  }
  .greeting01__heading {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .greeting01__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 39.6%;
    flex: 0 0 39.6%;
    margin-top: 0;
  }
    .greeting01__image figure {
      overflow: visible;
      position: relative;
    }
    .greeting01__image img {
      -webkit-transform: none !important;
      transform: none !important;
    }
    .greeting01__image .caption {
      left: -20px;
    }
  .greeting01__content {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    margin-left: auto;
  }
  .greeting02__child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
    .greeting02__child:nth-of-type(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
    }
  .greeting02__image {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40.2%;
    flex: 0 0 40.2%;
    margin-bottom: 0;
  }
    .greeting02__image .image {
      width: 100%;
      max-width: 402px;
      height: 476px;
      padding: 0;
    }
      .greeting02__image .image img {
        width: 100%;
      }
  .greeting02__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
  }
  [data-id="history"] {
    background-size: 2200px auto;
  }
    [data-id="history"] .pagenav ul {
      color: #fff;
    }
    .history .year {
      font-size: 5rem;
    }
    .history .year--emphasis {
      font-size: 8.8rem !important;
    }
  .history-emphasis {
    text-align: left;
  }
    .history-emphasis figcaption {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 45px;
      text-align: left;
    }
    .history-emphasis .year--emphasis {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      margin-right: 30px;
    }
  .history-item {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  [data-id="action"] {
    background-size: 1800px auto;
  }
  .category {
    font-size: 1.4rem;
  }
    .article-list li {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3333%;
      flex: 0 1 33.3333%;
      margin-bottom: 50px;
    }
  .u-md-none {
    display: none !important;
  }
  .u-md-block {
    display: block !important;
  }
  .u-md-inline {
    display: inline !important;
  }
  .u-md-inline-block {
    display: inline-block !important;
  }
  .u-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-md-text-left {
    text-align: left !important;
  }
  .u-md-text-center {
    text-align: center !important;
  }
  .u-md-text-right {
    text-align: right !important;
  }}
@media (max-width: 60em) {
  .article__aside {
    margin-top: 80px;
  }}
@media (min-width: 60.001em) {
  body {
    font-size: 1.6rem;
  }
  .footer__top {
    height: 600px;
  }
    .footer__logo img {
      width: 320px;
    }
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 35px 40px;
    font-size: 14px;
    text-align: left;
  }
  .columns {
    margin-left: -28px;
    margin-right: -28px;
  }
  [class~="col-"],
  .column {
    padding-left: 28px;
    padding-right: 28px;
  }
  .columns--condensed {
    margin-left: -12px;
    margin-right: -12px;
  }
    .columns--condensed [class~="col-"],
    .columns--condensed .column {
      padding-left: 12px;
      padding-right: 12px;
    }
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1,
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-auto {
    width: auto;
  }
    .heading[data-en-after]::after {
      font-size: 1.8rem;
    }
    .heading[data-en-after] span {
      font-size: 6rem;
    }
  .btn {
    height: 60px;
    padding: 8px 45px 8px 30px;
    border-radius: 30px;
    font-size: 2rem;
  }
    .pagination-list a {
      width: 45px;
      height: 45px;
      font-size: 1.8rem;
    }
  .top-intro {
    height: 1910px;
    padding-bottom: 100px;
  }
  .top-intro__lead {
    height: min(45vw, 500px);
  }
  .top-intro__content {
    /* height: min(60vw, 600px); */
    font-size: 2rem;
  }
  .top-intro__heading {
    font-size: 3rem;
  }
  .top-intro__image01 {
    bottom: 73%;
    right: 78.2727%;
    width: 306px;
  }
  .top-intro__image02 {
    bottom: 65%;
    left: 80%;
    width: 331px;
  }
  .top-intro__image03 {
    top: 65%;
    right: 73.7272%;
    width: 331px;
  }
  .top-intro__image04 {
    top: 66%;
    left: 77.6363%;
    width: 306px;
  }
  .top-greeting {
    height: 610px;
    margin-top: 0;
    margin-bottom: 220px;
  }
  .top-greeting__content {
    margin-top: 0;
  }
  .top-history {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 920px;
    margin-bottom: 200px;
    color: #0074c0;
  }
  .btn.btn--history {
    padding: 6px 40px 4px 0;
    font-size: 2.2rem;
  }
  .top-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 750px;
  }
  .top-action__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30.4545%;
    flex: 0 0 30.4545%;
  }
  .top-action__images {
    margin-top: 0;
  }
  .greeting01 {
    margin-top: 100px;
    margin-bottom: 200px;
    font-size: 1.8rem;
  }
  .greeting01__heading {
    position: absolute;
    top: -1em;
    right: 60.4%;
    z-index: 1;
    padding: 0 0 30px 25px;
    border-radius: 0 0 0 16px;
    background: #fff;
    padding: 0 0 30px 25px;
    border-radius: 0 0 0 16px;
    font-size: 4rem;
    font-size: 4rem;
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .greeting02__header {
    font-size: 1.8rem;
  }
  .history {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
    .history .year {
      font-size: 6rem;
    }
    .history .j-year {
      font-size: 2rem;
    }
    .history .year--emphasis {
      font-size: 11.4rem !important;
    }
    .history .text {
      font-size: 1.8rem;
    }
  .history__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 6%;
  }
  .history__inner {
    max-width: 900px;
    margin: 0 auto;
  }
  .history__nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px;
  }
    .history__nav.is-sticky .history-list {
      position: fixed;
      top: 140px;
      left: max(30px, calc(50% - 660px));
    }
  .history-emphasis {
    margin-bottom: 100px;
  }
  .article-list {
    margin: 0 -27px;
  }
    .article-list li {
      padding: 0 27px;
    }
  .article {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .article__main {
    width: 68%;
  }
  .article__aside {
    width: 24%;
  }
      .article__header .article-title {
      font-size: 3.2rem;
    }
  .u-lg-none {
    display: none !important;
  }
  .u-lg-block {
    display: block !important;
  }
  .u-lg-inline {
    display: inline !important;
  }
  .u-lg-inline-block {
    display: inline-block !important;
  }
  .u-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-lg-text-left {
    text-align: left !important;
  }
  .u-lg-text-center {
    text-align: center !important;
  }
  .u-lg-text-right {
    text-align: right !important;
  }
}
@media (max-width: 64em) {}
@media (min-width: 64.001em) {}
@media (min-width: 75.001em) {
    .history .year {
      font-size: 7rem;
    }
    .history .j-year {
      font-size: 2rem;
    }}
@media (hover: hover) {
    .pagination-list a:hover {
      opacity: 0.7;
    }
}
@media (max-width: 35em) {
  .top-intro {
    height: min(calc(170vw + 600px), 1470px);
  }
}
@media (hover:hover) {
  a.category:hover {
    background: #0074c0;
    color: #fff;
  }
}
/*# sourceMappingURL=maps/main.css.map */
