@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}


.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.col__item {
  width: 100%;
}
.col__item--sp-1 {
  width: 8.3333333333%;
}
.col__item--sp-2 {
  width: 16.6666666667%;
}
.col__item--sp-3 {
  width: 25%;
}
.col__item--sp-4 {
  width: 33.3333333333%;
}
.col__item--sp-5 {
  width: 41.6666666667%;
}
.col__item--sp-6 {
  width: 50%;
}
.col__item--sp-7 {
  width: 58.3333333333%;
}
.col__item--sp-8 {
  width: 66.6666666667%;
}
.col__item--sp-9 {
  width: 75%;
}
.col__item--sp-10 {
  width: 83.3333333333%;
}
.col__item--sp-11 {
  width: 91.6666666667%;
}
.col__item--sp-12 {
  width: 100%;
}
.col__item--sp-fifth {
  width: 20%;
}
@media (min-width: 768px), print {
  .col__item--tab-1 {
    width: 8.3333333333%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-2 {
    width: 16.6666666667%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-3 {
    width: 25%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-4 {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-5 {
    width: 41.6666666667%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-6 {
    width: 50%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-7 {
    width: 58.3333333333%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-8 {
    width: 66.6666666667%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-9 {
    width: 75%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-10 {
    width: 83.3333333333%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-11 {
    width: 91.6666666667%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-12 {
    width: 100%;
  }
}
@media (min-width: 768px), print {
  .col__item--tab-fifth {
    width: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .col__item--pc-fifth {
    width: 20%;
  }
}
@media (min-width: 768px), print {
  .col--std {
    margin: -1rem;
  }
}
.col--std .col__item {
  padding: 0.5rem;
}
@media (min-width: 768px), print {
  .col--std .col__item {
    padding: 15px;
  }
}
@media (min-width: 768px), print {
  .col--wide {
    margin: -30px;
  }
}
.col--wide .col__item {
  padding: 15px;
}
@media (min-width: 768px), print {
  .col--wide .col__item {
    padding: 30px;
  }
}
.col--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.col--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px), print {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1260px) {
  .container {
    max-width: 1260px;
  }
}
.container--sub {
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .container--sp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .container--tabsp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}

/*********************/
/*  ヘッダー  */
/*********************/
.header {
  position: relative;
  display: block;
  width: 100%;
  z-index: 100;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .header {
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 55px;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    padding: 15px;
  }
}
.header__body {
  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;
}
.header__title {
  line-height: 1.2;
  margin-left: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.header__link {
  display: inline-block;
}
.header__logo {
  display: inline-block;
  width: 100px;
  line-height: 1;
}
@media (min-width: 768px), print {
  .header__logo {
    width: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .header__inner {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.header__img {
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain; object-position: center;";
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.header__sp {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}

.nav {
  position: fixed;
}
.nav--sub, .nav--fix {
  position: fixed;
  background: #316379;
  -webkit-box-shadow: 0 3px 9px rgba(89, 87, 87, 0.16);
          box-shadow: 0 3px 9px rgba(89, 87, 87, 0.16);
  z-index: 99;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (min-width: 768px), print {
  .nav--sub, .nav--fix {
    background: rgba(49, 99, 121, 0.8);
  }
}
.nav--hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (min-width: 1024px) {
  .nav--hide {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.nav-menu {
  width: 100%;
}
@media (max-width: 1023px) {
  .nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 0%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: rgba(49, 99, 121, 0.8);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .nav-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1023px) {
  .nav-menu--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .nav-menu--open {
    width: 65%;
  }
}
@media (max-width: 1023px) {
  .nav-menu--close {
    width: 0%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

.nav-btn {
  position: relative;
  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: 55px;
  height: 55px;
  z-index: 100;
}
@media (min-width: 768px), print {
  .nav-btn {
    width: 55px;
    height: 55px;
  }
}
@media screen and (min-width: 1024px) {
  .nav-btn {
    display: none;
  }
}
.nav-btn__line {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 1px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  background: white;
}
.nav-btn__line:nth-child(1) {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.nav-btn__line:nth-child(2) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.nav-btn__line:nth-child(3) {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.nav-btn--open .nav-btn__line:nth-child(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
.nav-btn--open .nav-btn__line:nth-child(2) {
  opacity: 0;
}
.nav-btn--open .nav-btn__line:nth-child(3) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.nav-btn--close .nav-btn__line:nth-child(1) {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.nav-btn--close .nav-btn__line:nth-child(2) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.nav-btn--close .nav-btn__line:nth-child(3) {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

.nav-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  text-align: center;
  z-index: 1;
}
@media (max-width: 1023px) {
  .nav-menu-list {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .nav-menu-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    color: #595757;
  }
}
.nav-menu-list__item {
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .nav-menu-list__item {
    padding-right: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .nav-menu-list__item {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .nav-menu-list__item {
    margin-top: 1rem;
  }
}
.nav-menu-list__item:hover .nav-menu-list__link:before {
  -webkit-transform: translate(-50%, 50%) rotate(180deg);
          transform: translate(-50%, 50%) rotate(180deg);
}
.nav-menu-list__item--toggle .nav-menu-list__link:before {
  display: block;
}
@media (max-width: 1023px) {
  .nav-menu-list__item--current .nav-menu-list__link {
    border-bottom: 3px solid #666;
  }
}
@media screen and (min-width: 1024px) {
  .nav-menu-list__item--current .nav-menu-list__link {
    border-top: 3px solid #666;
  }
}
.nav-menu-list__link {
  position: relative;
  display: block;
  font-size: 1.5rem;
  color: white;
  text-decoration: none;
  letter-spacing: 0.06em;
  line-height: 1.6;
  padding: 10px;
}
@media (min-width: 768px), print {
  .nav-menu-list__link {
    font-size: 1.6rem;
    padding: 10px 10px;
  }
}
@media screen and (min-width: 1024px) {
  .nav-menu-list__link {
    font-size: 1.8rem;
  }
}
.nav-menu-list--shadow {
  text-shadow: 0 0 1px #595656;
}

/*********************/
/*  ヒーローエリア  */
/*********************/
.hero {
  position: relative;
  width: 100%;
  height: calc(100vh - 55px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media (min-width: 768px), print {
  .hero {
    height: calc(100vh - 75px);
  }
}
@media screen and (min-width: 1024px) {
  .hero {
    height: calc(100vh - 95px);
    overflow: hidden;
  }
}
.hero--box {
  height: auto;
  padding: 8rem 0;
}
@media (min-width: 768px), print {
  .hero--box {
    padding: 15vh 0;
  }
}
.hero--sub {
  width: 100%;
  height: auto;
  padding: 3rem 15px;
}
@media (min-width: 768px), print {
  .hero--sub {
    padding: 0 0 50px;
  }
}
@media screen and (min-width: 1024px) {
  .hero--sub {
    padding: 5vh 0;
  }
}

/*********************/
/*  ヒーロー内のコピー文  */
/*********************/
.message {
  padding: 15px;
}
@media (min-width: 768px), print {
  .message {
    padding: 30px;
  }
}
.message__title {
  line-height: 1.2;
  text-align: left;
  color: transparent;
}
.message__title--box {
  display: inline-block;
  -webkit-text-stroke: none;
  color: white;
  background: rgba(79, 139, 194, 0.8);
  padding: 5vw;
}
.message__title--box .message__en {
  font-size: 3.2rem;
}
@media (min-width: 768px), print {
  .message__title--box .message__en {
    font-size: 4rem;
  }
}
.message__title--box .message__ja {
  font-size: 1.8rem;
  margin-top: 2rem;
}
@media (min-width: 768px), print {
  .message__title--box .message__ja {
    font-size: 2.5rem;
    margin-top: 1rem;
  }
}
.message__title--box .message__description {
  font-weight: 100;
  margin-top: 3rem;
}
@media (min-width: 768px), print {
  .message__title--box .message__description {
    margin-top: 4rem;
  }
}
.message__description {
  font-size: 1.3rem;
  line-height: 1.8;
  color: white;
  letter-spacing: 0.06em;
}
@media (min-width: 768px), print {
  .message__description {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .message__description {
    font-size: 1.6rem;
  }
}

.moyo-bg,
.video {
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  /* right: 0; */
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.moyo-bg--1,
.video--1 {
  width: auto;
  height: 120vh;
  left: 0;
  right: 0;
}
.moyo-bg--2,
.video--2 {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.scroll-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.scroll-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
  -webkit-animation: infinity-scroll-right 20s infinite linear 0.5s both;
          animation: infinity-scroll-right 20s infinite linear 0.5s both;
}

@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
/*********************/
/*  ヒーローエリア  */
/*********************/
.loading-wrap {
  width: 100%;
  height: 100vh;
  background: white;
  position: fixed;
  top: 0;
  bottom: 0;
  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;
  z-index: 101;
}
.loading-wrap__message {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1023px) {
  .loading-wrap__message {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .loading-wrap__message {
    width: 60%;
    padding: 0 3.5vw;
  }
}
.loading-wrap__message img {
  width: 90%;
  margin: auto;
}
.loading-wrap__title {
  display: inline-block;
  line-height: 2;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media (min-width: 768px), print {
  .loading-wrap__title {
    line-height: 2.3;
  }
}
.loading-wrap__title span {
  position: relative;
  display: inline-block;
}
.loading-wrap__title span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.loading-wrap__title--copy span {
  width: 100%;
  margin: auto;
}
.loading-wrap__title--name span {
  width: 80%;
}
.loading-wrap .visible {
  opacity: 1;
}
.loading-wrap .visible span:after {
  background: white;
  -webkit-animation-name: heroCatchReveal;
          animation-name: heroCatchReveal;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.loading-wrap--active {
  display: none;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝ローディング＝＝＝＝＝＝＝＝＝＝＝＝ */
.hero-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: heroLoading 1.5s linear infinite;
          animation: heroLoading 1.5s linear infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 265px;
  height: 95px;
}
@media (min-width: 768px), print {
  .hero-loading {
    width: 450px;
    height: 150px;
  }
}

.hero-loading img {
  width: 265px;
  height: 95px;
}
@media (min-width: 768px), print {
  .hero-loading img {
    width: 450px;
    height: 150px;
  }
}

@-webkit-keyframes heroLoading {
  0% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}

@keyframes heroLoading {
  0% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
.fadeout {
  -webkit-animation: fadeOut 1s;
          animation: fadeOut 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
.fadein {
  opacity: 1;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝メインコピー＝＝＝＝＝＝＝＝＝＝＝＝ */
@-webkit-keyframes heroCatchReveal {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes heroCatchReveal {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/*********************/
/*  TOP  */
/*********************/
.btn-wrap {
  text-align: center;
  margin-top: 1.5em;
}

.btn {
  display: inline-block;
  color: white;
  font-weight: normal;
  font-size: 1.2rem;
  text-align: center;
  background: #3F639E;
  border-radius: 3rem;
  cursor: pointer;
  padding: 1rem;
  margin: 1.5rem auto;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
  }
}
@media (min-width: 768px), print {
  .btn {
    font-size: 1.4rem;
    min-width: 300px;
    padding: 1.5rem 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .btn {
    font-size: 1.6rem;
  }
}
.btn:hover {
  opacity: 0.6;
}
@media (min-width: 768px), print {
  .btn + .btn {
    margin-left: 1.5rem;
  }
}

.contents-sct {
  position: relative;
  display: block;
  width: 100%;
  padding: 70px 0 90px;
}
@media (min-width: 768px), print {
  .contents-sct {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .contents-sct {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.contents-sct p {
  margin-top: 1em;
}
.contents-sct--brand {
  background: rgba(63, 99, 158, 0.9);
}
.contents-sct--brand .sct-head__title, .contents-sct--brand .sct-head__copy, .contents-sct--brand .sct-head__text,
.contents-sct--brand .sct-body__title,
.contents-sct--brand .sct-body__copy,
.contents-sct--brand .sct-body__text,
.contents-sct--brand .sct-foot__title,
.contents-sct--brand .sct-foot__copy,
.contents-sct--brand .sct-foot__text {
  color: white;
}
.contents-sct--brand .sct-foot {
  text-align: center;
}
@media (min-width: 768px), print {
  .contents-sct--brand .sct-foot {
    margin-top: 8em;
  }
}
.contents-sct--about {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #8CC5E2), color-stop(20%, white));
  background: linear-gradient(90deg, #8CC5E2 20%, white 20%);
}
.contents-sct--about .sct-head {
  text-align: right;
}
.contents-sct--news {
  background: rgba(255, 255, 255, 0.9);
}

.sct-head__title {
  font-size: 3rem;
  color: #3F639E;
  line-height: 1.2;
}
@media (min-width: 768px), print {
  .sct-head__title {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .sct-head__title {
    font-size: 6rem;
  }
}
.sct-head__copy {
  font-size: 1.4rem;
  margin-top: 0 !important;
}
@media (min-width: 768px), print {
  .sct-head__copy {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .sct-head__copy {
    font-size: 1.6rem;
  }
}

.sct-body {
  margin-top: 3em;
}
.sct-body__description {
  font-weight: 400;
  line-height: 2.2;
  text-align: center;
}
.sct-body__title-ja {
  font-size: 1.6rem;
}
.sct-body__title-en {
  font-size: 3.3rem;
  letter-spacing: 0.1em;
  margin-right: 0.5em;
}
.sct-body__title--brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sct-body__btn {
  margin-top: 3rem;
}

.sct-foot {
  margin-top: 3em;
}

.wp-caption-text {
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .wp-caption-text {
    font-size: 1.2rem;
  }
}

.table-about {
  width: 100%;
  margin: 3rem 0;
  max-width: 75%;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .table-about {
    max-width: 60%;
  }
}
.table-about th,
.table-about td {
  border-bottom: 1px solid #E4E4E4;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .table-about th,
  .table-about td {
    display: block;
    font-size: 1.3rem;
    padding: 1.5rem 1rem;
  }
}
.table-about th {
  font-weight: 400;
  color: #595757;
  text-align: left;
}
.table-about th span {
  display: block;
}
.table-about th span:nth-child(2) {
  font-size: 80%;
  color: #3F639E;
}
@media screen and (max-width: 767px) {
  .table-about th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .table-about th span {
    display: inline-block;
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .table-about td {
    padding-top: 1rem;
  }
}

/*********************/
/*  サブページ  */
/*********************/
.page-title {
  position: relative;
  width: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  line-height: 1.5;
  z-index: 1;
  padding-top: 55px;
}
@media (min-width: 768px), print {
  .page-title {
    padding-top: 75px;
  }
}
.page-title-ja, .page-title-en {
  display: block;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  letter-spacing: 0.06em;
}
.page-title-en {
  font-weight: 600;
  font-size: 160%;
}
@media (min-width: 768px), print {
  .page-title-en {
    font-size: 240%;
  }
}
@media screen and (min-width: 1024px) {
  .page-title-en {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .page-title-ja {
    font-size: 80%;
  }
}

.main-contents {
  padding: 7rem 0;
  background: #fff;
}
@media (min-width: 768px), print {
  .main-contents {
    padding: 100px 0;
  }
}

.page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.5em;
}
.page-link__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 1rem);
  -webkit-box-shadow: 0 3px 9px rgba(89, 87, 87, 0.16);
          box-shadow: 0 3px 9px rgba(89, 87, 87, 0.16);
  background: #fff;
  margin: 0.5rem;
}
@media (min-width: 768px), print {
  .page-link__item {
    width: calc(25% - 2rem);
    margin: 1rem;
  }
}
.page-link__link {
  display: block;
  position: relative;
  width: 100%;
  font-size: 85%;
  color: #595757;
  text-align: center;
  padding: 1rem;
  padding-right: 2.5rem;
}
@media (min-width: 768px), print {
  .page-link__link {
    font-size: 90%;
    padding: 1.5rem 1.25rem;
    padding-right: 2.75rem;
  }
}
.page-link__link:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e907";
  color: #666;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

/*********************/
/*  見出し  */
/*********************/
.page-inner__title {
  font-size: 170%;
  color: #3F639E;
  margin-top: 3rem;
}
.page-inner p {
  line-height: 1.8;
}
@media screen and (min-width: 1024px) {
  .page-inner p {
    line-height: 2;
  }
}
.page-inner p:not(:first-child) {
  margin-top: 1em;
}
.page-inner a:not([class]) {
  color: #666;
  text-decoration: none;
  border-bottom: 1px solid #666;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.page-inner a:not([class]):hover {
  opacity: 0.7;
}
.page-inner strong {
  color: #595757;
}
.page-inner h2:first-child,
.page-inner h3:first-child,
.page-inner h4:first-child,
.page-inner .h2:first-child,
.page-inner .h3:first-child,
.page-inner .h4:first-child,
.page-inner .ul:first-child,
.page-inner .ol:first-child,
.page-inner .table:first-child,
.page-inner .box:first-child {
  margin-top: 0;
}
.page-inner h2,
.page-inner .h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #666;
  border-bottom: 2px solid #666;
  padding: 0 0 1rem;
  margin: 3rem 0;
}
@media (min-width: 768px), print {
  .page-inner h2,
  .page-inner .h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-inner h2,
  .page-inner .h2 {
    margin: 5rem 0 3rem;
  }
}
.page-inner .h3,
.page-inner h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #666;
  line-height: 1.4;
  padding: 1.5rem;
  margin: 3rem 0 1.5rem;
}
@media (min-width: 768px), print {
  .page-inner .h3,
  .page-inner h3 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .page-inner .h3,
  .page-inner h3 {
    margin: 5rem 0 3rem;
  }
}
.page-inner h4,
.page-inner .h4 {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  color: #666;
  border-bottom: 1px dotted #666;
  padding-bottom: 1rem;
  margin: 3rem 0;
}
@media screen and (min-width: 1024px) {
  .page-inner h4,
  .page-inner .h4 {
    font-size: 1.7rem;
    margin: 5rem 0 3rem;
  }
}
.page-inner h5,
.page-inner .h5 {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  color: #666;
  margin: 3rem 0;
}
@media screen and (min-width: 1024px) {
  .page-inner h5,
  .page-inner .h5 {
    font-size: 1.6rem;
    margin: 5rem 0 3rem;
  }
}
.page-inner .ul {
  list-style: none;
  margin: 3rem 0;
}
@media screen and (min-width: 1024px) {
  .page-inner .ul {
    margin: 5rem 0 3rem;
  }
}
.page-inner .ul li {
  position: relative;
  padding: 0 0 0 2.5rem;
  margin-bottom: 1rem;
  line-height: 1;
}
.page-inner .ul li::before {
  content: "";
  display: inline-block;
  background: #666;
  position: absolute;
  top: 0.5em;
  left: 10px;
  width: 10px;
  height: 10px;
  line-height: 1.3;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-inner .ul li .ul {
  margin-top: 1rem;
}
.page-inner .ol {
  list-style: none;
  counter-reset: number 0;
  margin: 3rem 0;
}
@media screen and (min-width: 1024px) {
  .page-inner .ol {
    margin: 5rem 0 3rem;
  }
}
.page-inner .ol li {
  position: relative;
  padding: 0 0 0 3.5rem;
  margin: 0 0 1.5rem;
}
@media (min-width: 768px), print {
  .page-inner .ol li {
    padding-left: 4rem;
  }
}
.page-inner .ol li::before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: inline-block;
  background: #666;
  position: absolute;
  top: 15px;
  left: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px), print {
  .page-inner .ol li::before {
    top: 0.8em;
    left: 15px;
  }
}
.page-inner .ol .ol {
  margin-top: 1rem;
}
.page-inner .list-underline {
  list-style: none;
  margin: 5rem 0 0;
  counter-reset: number 0;
}
.page-inner .list-underline__item {
  position: relative;
  padding: 1rem 0 1rem 3.5rem;
  margin: 0 0 1.5rem;
  font-weight: bold;
  font-size: 1.9rem;
  border-bottom: 1px solid #434343;
}
.page-inner .list-underline__item::before {
  counter-increment: number 1;
  content: counter(number) " ";
  display: inline-block;
  border: 1px solid #434343;
  position: absolute;
  top: 25px;
  left: 10px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  border-radius: 15px;
  color: #434343;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px), print {
  .page-inner .list-underline__item::before {
    top: 50%;
    left: 10px;
  }
}
.page-inner .list-underline__text {
  font-size: 1.6rem;
  color: #434343;
}
.page-inner .table {
  width: 100%;
  margin: 3rem 0;
}
.page-inner .table th {
  background: #e5e5e5;
  color: #595757;
}
.page-inner .table th,
.page-inner .table td {
  border: 1px solid #999;
  padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  .page-inner .table th,
  .page-inner .table td {
    font-size: 1.3rem;
  }
}
.page-inner .table td {
  background: #fff;
}
.page-inner .box {
  background: #fafafa;
  margin: 1rem 0 0;
  padding: 1.5rem;
}
@media (min-width: 768px), print {
  .page-inner .box {
    padding: 2rem;
    margin: 1.5em 0 0;
  }
}
.page-inner .box h2,
.page-inner .box h3,
.page-inner .box h4,
.page-inner .box h5,
.page-inner .box .h2,
.page-inner .box .h3,
.page-inner .box .h4,
.page-inner .box .h5,
.page-inner .box .ul,
.page-inner .box .ol {
  margin-bottom: 0.5rem;
}
.page-inner .box h2:first-child,
.page-inner .box h3:first-child,
.page-inner .box h4:first-child,
.page-inner .box h5:first-child,
.page-inner .box .h2:first-child,
.page-inner .box .h3:first-child,
.page-inner .box .h4:first-child,
.page-inner .box .h5:first-child,
.page-inner .box .ul:first-child,
.page-inner .box .ol:first-child {
  margin-top: 0;
}
.page-inner .box__title {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0 0 1rem;
  line-height: 1.3em;
}
@media (min-width: 768px), print {
  .page-inner .box__title {
    font-size: 2rem;
  }
}

/*********************/
/*  要素をふわっと  */
/*********************/
.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
          transform: translate(0, 45px);
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.effect-fade--sp {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.effect-fade-top {
  opacity: 0;
  -webkit-transform: translate(0, -30px);
          transform: translate(0, -30px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.effect-fade-top.effect-scroll,
.effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*********************/
/*  パンくず  */
/*********************/
.breadcrumb {
  width: 100%;
  padding: 1rem 1.5rem;
}
.breadcrumb-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #595757;
  font-size: 1.3rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding: 5px;
}
.breadcrumb-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb-nav__item:not(:first-child):before {
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #595757;
  margin: 0 1rem 0.2rem;
  border-right: 1px solid #595757;
}
.breadcrumb-nav__item:last-child {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.breadcrumb-nav__link {
  color: #595757;
  white-space: nowrap;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.breadcrumb-nav__link:hover {
  color: #3F639E;
  opacity: 1;
}

/*********************/
/*  ページトップ  */
/*********************/
.page-top {
  position: fixed;
  right: 15px;
  bottom: 15Px;
  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: 40px;
  height: 40px;
  background: #fff;
  -webkit-box-shadow: 0 3px 9px rgba(89, 87, 87, 0.16);
          box-shadow: 0 3px 9px rgba(89, 87, 87, 0.16);
  border: 1px solid #3F639E;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (min-width: 768px), print {
  .page-top {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .page-top {
    bottom: 40px;
  }
}
.page-top:before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  border-top: 1px solid #3F639E;
  border-right: 1px solid #3F639E;
  -webkit-transform: translate(-50%, -30%) rotate(-45deg);
          transform: translate(-50%, -30%) rotate(-45deg);
}
.page-top--fixed {
  opacity: 0.85;
  visibility: visible;
  pointer-events: auto;
}

/*********************/
/*  フッター  */
/*********************/
.aside-sct {
  background: #3F639E;
}
@media screen and (max-width: 767px) {
  .aside-sct .container {
    padding: 0;
  }
}

.aside-list {
  text-align: center;
}
.aside-list__item {
  padding: 3rem 3rem 4.5rem;
}
@media (min-width: 768px), print {
  .aside-list__item {
    padding: 6rem 4.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .aside-list__item {
    padding: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .aside-list__item:first-child {
    border-bottom: 1px solid white;
  }
}
@media (min-width: 768px), print {
  .aside-list__item:first-child {
    border-right: 1px solid white;
  }
}
.aside-list__title {
  margin-bottom: 3rem;
}
@media (min-width: 768px), print {
  .aside-list__title {
    margin-bottom: 5rem;
  }
}
.aside-list__title-ja, .aside-list__title-en {
  display: block;
  color: white;
  line-height: 1.4;
}
.aside-list__title-en {
  font-size: 2.7rem;
}
@media (min-width: 768px), print {
  .aside-list__title-en {
    font-size: 4.7rem;
  }
}
.aside-list__title-ja {
  font-weight: 400;
  font-size: 1.3rem;
}
@media (min-width: 768px), print {
  .aside-list__title-ja {
    font-size: 1.6rem;
  }
}
.aside-list__btn {
  display: inline-block;
  text-align: center;
}
.aside-list img {
  margin: auto;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.aside-list img:hover {
  opacity: 0.7;
}

.img-btn-wrap {
  display: inline-block;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.img-btn-wrap:hover {
  opacity: 0.7;
}

.contents-sct--footer {
  color: #fff;
  background: #3F639E;
  padding: 0;
}

.footer-sign {
  display: block;
  padding: 45px 15px;
}
@media screen and (min-width: 1024px) {
  .footer-sign {
    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;
    padding: 60px 30px;
  }
}
@media (max-width: 1023px) {
  .footer-sign {
    text-align: center;
  }
}

.footer {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .footer__item:first-child {
    margin-right: 1.5rem;
  }
}
.footer__logo {
  display: block;
  max-width: 140px;
}
@media screen and (min-width: 1024px) {
  .footer__logo {
    max-width: 200px;
  }
}
@media (max-width: 1023px) {
  .footer__logo {
    margin: auto;
  }
}
.footer__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}

.footer-menu-list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 15px;
}
.footer-menu-list__title {
  display: inline-block;
  font-weight: 400;
  color: white;
  padding: 10px 15px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .footer-menu-list__title {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu-list__title {
    text-align: center;
  }
}
.footer-menu-list__title:hover {
  opacity: 0.7;
}

.org {
  font-size: 85%;
}
@media (max-width: 1023px) {
  .org {
    margin-top: 1.5rem;
  }
}
.org__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .org__address {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.copyright {
  font-size: 1.2rem;
  color: #fff;
  padding: 1rem 0;
}
@media (min-width: 768px), print {
  .copyright {
    font-size: 1.3rem;
  }
}
@media (max-width: 1023px) {
  .copyright {
    margin-top: 3rem;
  }
}
.copyright__text {
  white-space: nowrap;
  margin-top: 0.2rem !important;
}

.copyright-list__title {
  color: white;
  text-decoration: underline;
}

/*********************/
/*  扉ページ  */
/*********************/
.archive-list {
  position: relative;
  display: block;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 3px 9px rgba(89, 87, 87, 0.16);
          box-shadow: 0 3px 9px rgba(89, 87, 87, 0.16);
  padding: 1.5rem 1rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .archive-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px), print {
  .archive-list {
    padding: 3rem 2rem;
  }
}
.archive-list:hover {
  -webkit-box-shadow: 0 3px 9px rgba(89, 87, 87, 0.16);
          box-shadow: 0 3px 9px rgba(89, 87, 87, 0.16);
}
.archive-list__title {
  font-weight: 400;
}
@media (min-width: 768px), print {
  .archive-list__title {
    display: block;
    font-size: 1.6rem;
    padding-right: 6.5rem;
  }
}
.archive-list__title:after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e909";
  position: absolute;
  top: 50%;
  right: 2rem;
  font-size: 6rem;
  color: #666;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .archive-list__title {
    width: 75%;
    text-align: left;
    padding-left: 15px;
  }
}
.archive-list__title-en, .archive-list__title-ja {
  display: block;
  color: #595757;
}
.archive-list__title-en {
  color: #666;
  line-height: 1.3;
  font-size: 80%;
  margin-bottom: 0.3rem;
}
@media (min-width: 768px), print {
  .archive-list__title-en {
    font-size: 85%;
  }
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (min-width: 1024px) {
  .gallery {
    margin: 0 -15px;
  }
}
.gallery-item {
  width: 100%;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .gallery-item {
    padding: 15px;
  }
}
.gallery-item img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px), print {
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
@media (min-width: 768px), print {
  .gallery-columns-3 .gallery-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px), print {
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
}
@media (min-width: 768px), print {
  .gallery-columns-5 .gallery-item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
}
.gallery-caption {
  font-size: 1.6rem;
  font-weight: normal;
  color: #595757;
  line-height: 1.7;
  text-align: left;
  padding: 5px 0;
}
@media screen and (min-width: 1024px) {
  .gallery-caption {
    font-size: 1.7rem;
  }
}

/*********************/
/*  ニュース  */
/*********************/
.news-card {
  width: 100%;
}
.news-card__item {
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.news-card__item:hover {
  opacity: 0.7;
}
.news-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.news-card__thumbnail {
  aspect-ratio: 3/2;
  -webkit-box-shadow: 0 0 3px rgba(89, 87, 87, 0.15);
          box-shadow: 0 0 3px rgba(89, 87, 87, 0.15);
}
.news-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.news-card__head {
  margin-top: 1.5rem;
}
.news-card__time {
  font-size: 1.2rem;
  font-weight: 500;
  color: #868686;
  padding-right: 15px;
}
@media (min-width: 768px), print {
  .news-card__time {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-card__time {
    font-size: 1.5rem;
  }
}
.news-card__category {
  width: 110px;
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background: #595757;
  padding: 0 0.3rem;
  margin: 0 1.5rem 0 0;
}
@media (min-width: 768px), print {
  .news-card__category {
    font-size: 1.3rem;
  }
}
.news-card__category--topics {
  background: #3F639E;
}
.news-card__category--media {
  background: #595757;
}
.news-card__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0px;
  overflow: hidden;
  font-weight: 400;
  font-size: 1.2rem;
  color: #595757;
  white-space: normal;
  margin-top: 1rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media (min-width: 768px), print {
  .news-card__title {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-card__title {
    font-size: 1.5rem;
  }
}
.news-card__footer {
  text-align: center;
  margin-top: 2rem;
}
@media (min-width: 768px), print {
  .news-card__footer {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-card--archive {
    margin-top: -3rem;
  }
}
.news-card--top {
  margin-top: 3em;
  margin-bottom: 3em;
}

.news-head {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px), print {
  .news-head {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-head {
    margin-bottom: 5rem;
  }
}
.news-head__time {
  font-size: 1.2rem;
  color: rgba(89, 87, 87, 0.65);
}
@media (min-width: 768px), print {
  .news-head__time {
    font-size: 1.4rem;
  }
}
.news-head__ctg {
  width: 110px;
  display: inline-block;
  font-size: 1.2rem;
  color: #595757;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #595757;
  padding: 0 0.3rem;
  margin: 0 1.5rem 0 0;
}
.news-head__title {
  position: relative;
  color: #595757;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 1rem 0;
  z-index: 0;
}
@media (min-width: 768px), print {
  .news-head__title {
    font-size: 2.4rem;
    margin: 2rem 0 3rem;
  }
}

/*********************/
/*  ページ送り　 */
/*********************/
.paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 0 0;
}
@media (min-width: 768px), print {
  .paginate {
    margin: 5rem 0 0;
  }
}
.paginate__item {
  margin: 15px 5px 10px;
  list-style: none;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media (min-width: 768px), print {
  .paginate__item {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.paginate__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  text-align: center;
}
.paginate__link--number, .paginate__link--prev, .paginate__link--next {
  color: #595757;
}
.paginate__link--number:hover, .paginate__link--prev:hover, .paginate__link--next:hover {
  opacity: 7;
}
.paginate__link--prev:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 55%;
  border-top: 2px solid #595757;
  margin: 0 10px 1px 0;
  border-right: 2px solid #595757;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.paginate__link--prev:hover::before {
  border-top: 2px solid #595757;
  border-right: 2px solid #595757;
}
.paginate__link--next {
  color: #595757;
  background: white;
}
.paginate__link--next::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 45%;
  border-top: 2px solid #595757;
  margin: 0 10px 1px 0;
  border-right: 2px solid #595757;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.paginate__link--next:hover::after {
  border-top: 2px solid #595757;
  border-right: 2px solid #595757;
}
.paginate__link--active {
  color: white;
  background: #595757;
}

.paginate-single {
  position: relative;
  display: block;
  border-top: 1px solid rgba(89, 87, 87, 0.35);
  border-bottom: 1px solid rgba(89, 87, 87, 0.35);
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .paginate-single {
    padding: 0.5rem 0;
  }
}
@media (min-width: 768px), print {
  .paginate-single {
    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;
    margin-top: 8rem;
  }
}
.paginate-single__item {
  margin: 1rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .paginate-single__item {
    margin: 0.5rem;
  }
}
.paginate-single__item--next {
  text-align: right;
}
.paginate-single__item--back {
  text-align: center;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.paginate-single__item:hover {
  opacity: 0.65;
}
.paginate-single__link {
  position: relative;
  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;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  font-size: 90%;
  color: rgba(89, 87, 87, 0.85);
  line-height: 1.4;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px), print {
  .paginate-single__link {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.paginate-single__link:before, .paginate-single__link:after {
  color: #595757;
  display: inline-block;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  padding-left: 1rem;
}
.paginate-single__link--back {
  color: #595757;
  padding: 0rem;
}
@media (min-width: 768px), print {
  .paginate-single__link--prev {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.paginate-single__link--prev:before {
  content: "\e916";
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (min-width: 768px), print {
  .paginate-single__link--next {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.paginate-single__link--next::after {
  content: "\e916";
}

/*********************/
/*  お問い合わせフォーム  */
/*********************/
/* 申し込みフォーム */
.form {
  width: 100%;
  font-size: 1.6rem;
  color: #595757;
  padding: 10px;
  margin: 1rem 0;
}
.form tr {
  display: block;
}
.form tr:not(:first-child) {
  margin-top: 1.5rem;
}
.form td,
.form th {
  position: relative;
  display: block;
  color: #595757;
  text-align: left;
  margin: 1rem 0;
}
.form .required {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.06em;
  color: #3F639E;
  padding: 0 5px;
  margin-left: 1rem;
  vertical-align: text-top;
  border: 1px solid #3F639E;
  background: #fff;
  border-radius: 3px;
  line-height: 1.4;
}
.form__select, .form__text, .form__textarea, .form__number, .form__tel, .form__mail {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 5px;
}
@media (min-width: 768px), print {
  .form__select, .form__text, .form__textarea, .form__number, .form__tel, .form__mail {
    padding: 5px 10px;
  }
}
.form__radio, .form__checkbox {
  display: none;
}
.form__radio:checked + .mwform-radio-field-text:before, .form__checkbox:checked + .mwform-radio-field-text:before {
  opacity: 1;
  background: #434343;
}
.form__radio:checked + .mwform-checkbox-field-text:after, .form__checkbox:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
  border-color: #434343;
}
.form__radio:checked + .mwform-checkbox-field-text:before, .form__checkbox:checked + .mwform-checkbox-field-text:before {
  background: #595757;
}
.form .mwform-radio-field-text {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 0 25px;
  vertical-align: middle;
  cursor: pointer;
}
.form .mwform-radio-field-text:hover:after {
  border-color: #434343;
}
.form .mwform-radio-field-text:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 1px solid #fafafa;
  border-radius: 50%;
  content: "";
  background: #fff;
  z-index: 0;
}
.form .mwform-radio-field-text:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 3.5px;
  width: 9px;
  height: 9px;
  line-height: 1;
  background: #fafafa;
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
}
.form .mwform-checkbox-field-text {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 0 25px;
  vertical-align: middle;
  cursor: pointer;
}
.form .mwform-checkbox-field-text:after, .form .mwform-checkbox-field-text:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
}
.form .mwform-checkbox-field-text:before {
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #434343;
  background: #fff;
}
.form .mwform-checkbox-field-text:after {
  left: 4px;
  width: 7px;
  height: 10px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.form .mwform-radio-field label,
.form .mwform-checkbox-field label {
  cursor: pointer;
}
.form__image {
  width: 100%;
}
.form__checkbox--region:after {
  border-radius: 6px;
}
.form__checkbox--region:before {
  width: 5px;
  height: 9px;
  border-right: 3px solid #434343;
  border-bottom: 3px solid #434343;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.form-btn {
  display: block;
  margin: 3rem 0;
}
@media (min-width: 768px), print {
  .form-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.form-btn__confirm, .form-btn__back, .form-btn__send {
  display: inline-block;
  font-weight: 600;
  width: 100%;
  font-size: 110%;
  color: #fff;
  background: #666;
  padding: 15px 30px;
  border-radius: 30px;
  margin: 1rem auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (min-width: 768px), print {
  .form-btn__confirm, .form-btn__back, .form-btn__send {
    width: 30%;
    margin: 1rem 1.5rem;
  }
}
.form-btn__confirm:hover, .form-btn__back:hover, .form-btn__send:hover {
  background: #595757;
}
.form-btn__back {
  background: #666;
}
.form-btn__back:hover {
  background: #595757;
}
.form-btn__send {
  background: #595757;
}
.form-btn__send:hover {
  background: #595757;
}
.form :-ms-input-placeholder,
.form ::-moz-placeholder,
.form ::-webkit-input-placeholder {
  color: rgba(89, 87, 87, 0.5);
  opacity: 1;
}
.form a {
  cursor: pointer;
}

.mwform-radio-field label,
.mwform-checkbox-field label {
  cursor: pointer;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.mw_wp_form .error {
  font-size: 1.3rem !important;
  font-weight: bold;
  color: #cc33cc !important;
  margin-bottom: 1rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

:root {
  font-size: 62.5%;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?dbbg99");
  src: url("../fonts/icomoon.eot?dbbg99#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?dbbg99") format("truetype"), url("../fonts/icomoon.woff?dbbg99") format("woff"), url("../fonts/icomoon.svg?dbbg99#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

body {
  font-size: 1.3rem;
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #595757;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
  letter-spacing: 0.06em;
}
@media (min-width: 768px), print {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  body {
    line-height: 1.8;
  }
}

.mce-content-body {
  background: #fff;
}

.is-ie body {
  font-family: "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  min-width: auto;
  overflow-x: hidden;
}

.en {
  font-family: "niveau-grotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.num {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.clearfix {
  clear: both;
}

:focus {
  outline: 0;
}

.alignnone,
.alignleft,
.alignright,
.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}

@media (min-width: 768px), print {
  .alignleft {
    float: left;
    margin: 0 2em 0 0;
  }
}

@media (min-width: 768px), print {
  .alignright {
    float: right;
    margin: 0 0 0 2em;
  }
}

img.aligncenter {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px), print {
  img.aligncenter {
    margin: 2em auto;
  }
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

ul,
ol {
  list-style: none;
}

/*表示・非表示 切り替え用 */
@media (min-width: 768px), print {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tab-only {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tab-only {
    display: none;
  }
}

@media (max-width: 1023px) {
  .pc-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tab-none {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .pc-none {
    display: none;
  }
}

.mt2em {
  margin-top: 2em;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.gmap-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-top: 2rem;
  overflow: hidden;
}
.gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.post-password-form {
  text-align: center;
  margin: 10rem 0;
}
.post-password-form label {
  display: block;
  margin: 3rem auto 1.5rem;
}
.post-password-form label input {
  background: #fff;
}
.post-password-form input {
  border: 1px solid #7F848C;
  background: rgba(127, 132, 140, 0.1);
  border-radius: 5px;
  padding: 0 1.5rem;
}
.post-password-form input + .post-password-form input {
  margin-left: 1.5rem;
}