@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: 1280px) {
  .col__item--pc-1 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1280px) {
  .col__item--pc-2 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1280px) {
  .col__item--pc-3 {
    width: 25%;
  }
}
@media screen and (min-width: 1280px) {
  .col__item--pc-4 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1280px) {
  .col__item--pc-5 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1280px) {
  .col__item--pc-6 {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .col__item--pc-7 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1280px) {
  .col__item--pc-8 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1280px) {
  .col__item--pc-9 {
    width: 75%;
  }
}
@media screen and (min-width: 1280px) {
  .col__item--pc-10 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1280px) {
  .col__item--pc-11 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 1280px) {
  .col__item--pc-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .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;
  }
}
.col--wide {
  margin: -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;
}
@media screen and (max-width: 767px) {
  .col--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}
.container--sub {
  max-width: 900px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .container--sub {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.container--wide {
  max-width: 1600px;
}
.container--footer {
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .container--sp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .container--tab-right-nomg {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1279px) {
  .container--tabsp-nomg {
    padding-left: 0;
    padding-right: 0;
  }
}

/*********************/
/*  ヘッダー  */
/*********************/
.header {
  height: 55px;
  position: relative;
  display: block;
  width: 100%;
  z-index: 100;
  padding: 10px 0;
}
@media (max-width: 1279px) {
  .header {
    border-bottom: 1px solid rgba(27, 46, 90, 0.35);
  }
}
@media (min-width: 768px), print {
  .header {
    height: 75px;
    padding: 10px 15px;
  }
}
@media screen and (min-width: 1280px) {
  .header {
    height: 105px;
    padding: 0px 30px;
  }
}
@media screen and (min-width: 1440px) {
  .header {
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  .header .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .header--sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.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;
}
@media screen and (min-width: 1280px) {
  .header__body {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.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: 150px;
  line-height: 1;
}
@media (min-width: 768px), print {
  .header__logo {
    width: 180px;
    padding-top: 7px;
  }
}
@media screen and (min-width: 1280px) {
  .header__logo {
    width: 280px;
    padding-top: 3px;
  }
}
@media screen and (min-width: 1280px) {
  .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;
}
@media screen and (min-width: 1280px) {
  .header__sp {
    top: 15px;
    right: 15px;
  }
}

.nav {
  position: relative;
}

.lang-nav {
  display: block;
}
@media screen and (min-width: 1280px) {
  .lang-nav {
    margin-bottom: 0.3rem;
  }
}

.lang-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .lang-list {
    margin-right: 5.5rem;
    margin-bottom: 4px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .lang-list {
    margin-right: 7.5rem;
    margin-top: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .lang-list__item {
    margin: 1.5rem 1rem 0;
  }
}
.lang-list__item--sub {
  margin-top: 0;
}
.lang-list__link {
  position: relative;
  display: inline-block;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.3rem;
  text-decoration: none;
  letter-spacing: 0.03em;
  color: #fff;
  background: #1B2E5A;
  line-height: 1.4;
  padding: 3px 0.5rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (min-width: 768px), print {
  .lang-list__link {
    font-size: 1.4rem;
    padding: 3px 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .lang-list__link {
    font-size: 1.4rem;
  }
}
.lang-list__link:before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e90d";
  font-size: 85%;
  padding-right: 3px;
}
@media (min-width: 768px), print {
  .lang-list__link:before {
    padding-right: 5px;
  }
}
.lang-list__link:hover {
  opacity: 0.7;
}

.nav-menu {
  width: 100%;
}
@media (max-width: 1279px) {
  .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(0, 0, 0, 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: 1280px) {
  .nav-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 1279px) {
  .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: 1279px) {
  .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;
  background: #1B2E5A;
  z-index: 100;
}
.nav-btn::after {
  position: absolute;
  left: 50%;
  bottom: 5px;
  display: block;
  white-space: nowrap;
  content: "MENU";
  text-align: center;
  font-family: neue-haas-grotesk-display, sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px), print {
  .nav-btn::after {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px), print {
  .nav-btn {
    width: 75px;
    height: 75px;
  }
}
@media screen and (min-width: 1280px) {
  .nav-btn {
    display: none;
  }
}
.nav-btn__line {
  position: absolute;
  top: calc(50% - 7px);
  display: block;
  width: 25px;
  height: 1px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  background: #fff;
}
@media (min-width: 768px), print {
  .nav-btn__line {
    width: 35px;
  }
}
.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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  margin: 0 3rem;
  z-index: 1;
}
@media (max-width: 1279px) {
  .nav-menu-list {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 768px), print {
  .nav-menu-list {
    margin: 0 4.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .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: #1B2E5A;
    margin: 0;
  }
}
.nav-menu-list__item {
  position: relative;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1280px) {
  .nav-menu-list__item {
    margin-left: 3rem;
  }
}
@media (max-width: 1279px) {
  .nav-menu-list__item--current .nav-menu-list__link {
    border-bottom: 3px solid #DDDDDD;
  }
}
@media screen and (min-width: 1280px) {
  .nav-menu-list__item--current .nav-menu-list__link {
    border-top: 3px solid #DDDDDD;
  }
}
.nav-menu-list__item:hover .nav-menu-list__link {
  background-size: 100% 2px;
}
.nav-menu-list__link {
  position: relative;
  display: block;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.6;
  padding: 10px;
  padding-left: 1.5rem;
}
@media (min-width: 768px), print {
  .nav-menu-list__link {
    font-size: 1.6rem;
    padding-left: 2rem;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: linear-gradient(90deg, #fff, #fff);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: bottom left;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
  }
}
@media screen and (min-width: 1280px) {
  .nav-menu-list__link {
    color: #1B2E5A;
    font-size: 1.8rem;
    padding-right: 0.3rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    background-image: -webkit-gradient(linear, left top, right top, from(#1B2E5A), to(#1B2E5A));
    background-image: linear-gradient(90deg, #1B2E5A, #1B2E5A);
  }
}
.nav-menu-list__link:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  background-image: url(../images/triangle_blue.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding-right: 1rem;
}
@media (max-width: 1279px) {
  .nav-menu-list__link:before {
    top: 1.5em;
  }
}
@media screen and (min-width: 1280px) {
  .nav-menu-list__link:before {
    padding-bottom: 0.5rem;
  }
}

/*********************/
/*  ヒーローエリア  */
/*********************/
.contents-sct--hero {
  padding: 0 !important;
}

.hero {
  position: relative;
  width: 100%;
  height: calc(100vh - 55px - 10px);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  padding: 0;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .hero {
    height: calc(100vh - 75px - 20px);
  }
}
@media screen and (min-width: 1280px) {
  .hero {
    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;
    height: calc(100vh - 105px - 30px);
    overflow: hidden;
    padding: 0 55px;
  }
}
@media screen and (min-width: 1440px) {
  .hero {
    height: calc(100vh - 110px - 35px);
    padding: 0 0 0 80px;
  }
}
.hero--sub {
  height: 20vh;
  background: -webkit-gradient(linear, left top, right top, from(#5C63FA), to(#4BB2FC));
  background: linear-gradient(90deg, #5C63FA, #4BB2FC);
}
@media screen and (min-width: 1280px) {
  .hero--sub {
    height: 250px;
  }
}
@media (max-width: 1279px) {
  .hero__message {
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .hero__message {
    width: 40%;
  }
}
.hero__loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 70px;
  margin: auto;
  border-radius: 50%;
  border: solid 4px;
  border-color: #000000 rgba(0, 0, 0, 0.062745098) rgba(0, 0, 0, 0.062745098);
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.hero__loading-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 30px;
  margin: auto;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
}
.hero__mv {
  position: relative;
  width: 60%;
  height: 100%;
}
@media (max-width: 1279px) {
  .hero__mv {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .hero .message {
    padding-right: 5rem;
  }
}
.hero .message__copy {
  width: 100%;
  opacity: 0;
}
@media screen and (min-width: 1280px) {
  .hero .message__copy {
    padding-bottom: 5em;
  }
}
.hero .message__title {
  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;";
}
.hero .photo-list {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero .photo-list__item {
  display: none;
  position: absolute;
  top: 50%;
  width: 30%;
  height: 120%;
  -webkit-transform: translateY(-50%) skewX(-20deg);
          transform: translateY(-50%) skewX(-20deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .hero .photo-list__item {
    position: absolute;
    top: 50%;
    width: 30%;
    height: 100%;
    -webkit-transform: translateY(-50%) skewX(-20deg);
            transform: translateY(-50%) skewX(-20deg);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    overflow: hidden;
  }
}
.hero .photo-list__item:nth-of-type(1) {
  left: -2%;
}
@media (max-width: 1279px) {
  .hero .photo-list__item:nth-of-type(1) {
    left: -18%;
  }
}
@media screen and (max-width: 390px) {
  .hero .photo-list__item:nth-of-type(1) {
    left: -36%;
  }
}
.hero .photo-list__item:nth-of-type(2) {
  left: 31%;
}
@media (max-width: 1279px) {
  .hero .photo-list__item:nth-of-type(2) {
    left: 14%;
  }
}
@media screen and (max-width: 390px) {
  .hero .photo-list__item:nth-of-type(2) {
    left: -4%;
  }
}
.hero .photo-list__item:nth-of-type(3) {
  left: 64%;
}
@media (max-width: 1279px) {
  .hero .photo-list__item:nth-of-type(3) {
    left: 46%;
  }
}
@media screen and (max-width: 390px) {
  .hero .photo-list__item:nth-of-type(3) {
    left: 28%;
  }
}
.hero .photo-list__item:nth-of-type(4) {
  left: 97%;
}
@media (max-width: 1279px) {
  .hero .photo-list__item:nth-of-type(4) {
    left: 78%;
  }
}
@media screen and (max-width: 390px) {
  .hero .photo-list__item:nth-of-type(4) {
    left: 60%;
  }
}
@media (max-width: 1279px) {
  .hero .photo-list__item.yokonaga:nth-of-type(1) {
    left: 0%;
  }
  .hero .photo-list__item.yokonaga:nth-of-type(2) {
    left: 22%;
  }
  .hero .photo-list__item.yokonaga:nth-of-type(3) {
    left: 44%;
  }
  .hero .photo-list__item.yokonaga:nth-of-type(4) {
    left: 66%;
  }
}
.hero .photo-list__image {
  position: relative;
  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;";
  width: auto;
  max-width: none;
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
@media screen and (max-height: 821px) {
  .hero--top {
    height: 100%;
  }
  .hero--top .message {
    padding-top: 10rem;
  }
  .hero--top .photo-list {
    position: relative;
    top: 0;
    left: 0;
  }
}

.disp {
  display: block !important;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated2s {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated5s {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media (max-width: 1279px) {
  .yokonaga .message {
    height: 80%;
  }
  .yokonaga .message__copy {
    height: 100%;
  }
  .yokonaga .message__title {
    max-height: 80%;
    position: relative;
    top: 10%;
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-64%, 0%, 0) skewX(-20deg);
    transform: translate3d(-64%, 0%, 0) skewX(-20deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0) skewX(-20deg);
            transform: translate3d(0, -50%, 0) skewX(-20deg);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-64%, 0%, 0) skewX(-20deg);
    transform: translate3d(-64%, 0%, 0) skewX(-20deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0) skewX(-20deg);
            transform: translate3d(0, -50%, 0) skewX(-20deg);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(64%, -100%, 0) skewX(-20deg);
    transform: translate3d(64%, -100%, 0) skewX(-20deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0) skewX(-20deg);
            transform: translate3d(0, -50%, 0) skewX(-20deg);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(64%, -100%, 0) skewX(-20deg);
    transform: translate3d(64%, -100%, 0) skewX(-20deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0) skewX(-20deg);
            transform: translate3d(0, -50%, 0) skewX(-20deg);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

#mv {
  padding-left: 0;
  padding-right: 0;
}
#mv .hero {
  padding-left: 0;
  padding-right: 0;
}
#mv .hero__message {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px), print {
  #mv .hero__message {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1280px) {
  #mv .hero__message {
    padding-left: 45px;
  }
}
@media screen and (min-width: 1440px) {
  #mv .hero__message {
    padding-left: 30px;
  }
}

/*********************/
/*  TOP  */
/*********************/
.btn-wrap {
  text-align: center;
  margin-top: 1.5em;
}

.btn-page-wrap {
  text-align: center;
  margin-top: 3rem;
}

.btn {
  position: relative;
  display: inline-block;
  width: 80%;
  font-weight: 600;
  color: #fff;
  text-align: left;
  background: -webkit-gradient(linear, left top, right top, from(#5C63FA), to(#4BB2FC));
  background: linear-gradient(90deg, #5C63FA, #4BB2FC);
  cursor: pointer;
  line-height: 1.4;
  padding: 2rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (min-width: 768px), print {
  .btn {
    max-width: 50%;
    padding: 2.5rem 3.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .btn {
    max-width: 33.3333333333%;
  }
}
.btn:after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 50%;
  content: "\e903";
  color: inherit;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.btn:hover:after {
  -webkit-transform: translate(7px, -50%);
          transform: translate(7px, -50%);
}
@media (min-width: 768px), print {
  .btn + .btn {
    margin-left: 1.5rem;
  }
}
.btn--news {
  background: none;
  border: 1px solid #fff;
}

.contents-sct {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 0 0;
}
@media (min-width: 768px), print {
  .contents-sct {
    padding: 60px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .contents-sct {
    padding: 80px 55px;
  }
}
@media screen and (min-width: 1440px) {
  .contents-sct {
    padding: 80px 80px;
  }
}
.contents-sct p {
  margin-top: 1.5rem;
}
@media (min-width: 768px), print {
  .contents-sct p {
    margin-top: 1em;
  }
}

.sct-headline {
  position: relative;
}
.sct-headline__title {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media (min-width: 768px), print {
  .sct-headline__title {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .sct-headline__title {
    font-size: 3.2rem;
  }
}
.sct-headline__title:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/h-dot.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}
@media (min-width: 768px), print {
  .sct-headline__title:before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .sct-headline__title:before {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 768px), print {
  .sct-body-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .sct-body-wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.sct-body {
  margin-top: 1.5rem;
}
@media (min-width: 768px), print {
  .sct-body {
    margin-top: 3rem;
  }
}
.sct-body__copy {
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
  color: #4570D1;
}
@media screen and (min-width: 1280px) {
  .sct-body__copy {
    font-size: 2.4rem;
  }
}
@media (max-width: 1279px) {
  .sct-body__copy br {
    display: none;
  }
}
.sct-body__description {
  display: block;
  line-height: 2;
}
@media (min-width: 768px), print {
  .sct-body__description {
    margin-top: 2em !important;
  }
}
.sct-body__link {
  display: block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.sct-body__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .sct-body--pdf {
    max-width: 60%;
    margin: 3rem auto;
  }
}
@media (min-width: 768px), print {
  .sct-body--pdf {
    max-width: 150px;
    margin-left: 3rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 850px) {
  .sct-body--pdf {
    max-width: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .sct-body--pdf {
    max-width: 250px;
  }
}
.sct-body--pdf .btn {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 1.5rem;
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .sct-body--pdf .btn {
    font-size: 80%;
  }
}
@media screen and (min-width: 1280px) {
  .sct-body--pdf .btn {
    margin-top: 1.5rem;
  }
}
.sct-body--pdf .btn:after {
  font-size: 30%;
  display: none;
}
@media screen and (min-width: 1280px) {
  .sct-body--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .sct-body__left {
    width: 50%;
    margin-right: 5rem;
  }
}
@media screen and (min-width: 1280px) {
  .sct-body__right {
    position: absolute;
    top: 50%;
    right: -80px;
    width: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 1440px) {
  .sct-body__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    overflow: hidden;
  }
}
@media (max-width: 1279px) {
  .sct-body__right {
    margin-top: 1.5rem;
  }
}
.sct-body__image {
  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;";
}

.sct-foot__btn {
  margin-top: 1.5rem;
}
@media (min-width: 768px), print {
  .sct-foot__btn {
    margin-top: 4.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .sct-foot__btn {
    margin-top: 7.5em;
  }
}

/* ABOUT　*/
.contents-sct--about {
  background: rgba(233, 238, 249, 0.5);
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .contents-sct--about {
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px), print {
  .contents-sct--about {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .contents-sct--about {
    max-width: calc(100% - 30px);
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .contents-sct--about {
    max-width: calc(100% - 110px);
    margin-top: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .contents-sct--about {
    max-width: calc(100% - 160px);
  }
}
.contents-sct--about:before {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  width: 30px;
  height: 200px;
  background-image: url(../images/title_about.png);
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media (min-width: 768px), print {
  .contents-sct--about:before {
    left: -30px;
    width: 50px;
    height: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .contents-sct--about:before {
    bottom: 0;
    left: -55px;
    width: 100px;
    height: 600px;
  }
}
@media screen and (min-width: 1440px) {
  .contents-sct--about:before {
    left: -80px;
  }
}
@media screen and (max-width: 767px) {
  .contents-sct--about:before {
    display: none;
  }
}

/* 　MOVIE　*/
@media screen and (max-width: 767px) {
  .contents-sct--movie {
    padding: 3rem 0 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .contents-sct--movie {
    padding-bottom: 12rem;
  }
}

.sct-body--movie {
  width: 100%;
  margin: auto;
}
@media (min-width: 768px), print {
  .sct-body--movie {
    width: 75%;
  }
}
@media screen and (min-width: 1280px) {
  .sct-body--movie {
    width: 65%;
  }
}

.movie-banner {
  position: relative;
  display: block;
}
.movie-banner:before {
  content: "";
  display: block;
  position: absolute;
  left: -15%;
  bottom: -15%;
  width: 65%;
  height: 100%;
  background-image: url(../images/bg_movie.png);
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  z-index: -1;
}

/* 　CONTENTS　*/
@media screen and (max-width: 767px) {
  .contents-sct--contents {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .contents-sct--contents .sct-body {
    margin-top: 0.25rem;
  }
}
.contents-sct--contents .sct-headline:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 30vw;
  height: 10vw;
  background-image: url(../images/title_Project-Initiatives.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px), print {
  .contents-sct--contents .sct-headline:before {
    width: 30vw;
    height: 10vw;
  }
}
@media screen and (min-width: 1280px) {
  .contents-sct--contents .sct-headline:before {
    width: 600px;
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .contents-sct--contents .sct-headline:before {
    display: none;
  }
}

.contents-card {
  width: calc(100% + 3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media screen and (min-width: 1280px) {
  .contents-card {
    width: calc(100% + 5rem);
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    margin-top: 4.5em;
  }
}
.contents-card__item {
  position: relative;
  width: 50%;
  padding: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .contents-card__item {
    padding: 1.5rem 2.5rem;
    margin-bottom: 3rem;
  }
}
.contents-card__item:hover .contents-card__thumbnail:before {
  top: 0;
  right: 0;
  top: 16px;
  right: -16px;
}
.contents-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.contents-card__thumbnail {
  position: relative;
}
.contents-card__thumbnail:before {
  position: absolute;
  top: 5px;
  right: -5px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#5C63FA), to(#4BB2FC));
  background: linear-gradient(90deg, #5C63FA, #4BB2FC);
  opacity: 0.45;
  z-index: -1;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (min-width: 768px), print {
  .contents-card__thumbnail:before {
    top: 10px;
    right: -10px;
  }
}
.contents-card__thumbnail span {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contents-card__thumbnail span:before {
  font-size: 1.8rem;
}
@media (min-width: 768px), print {
  .contents-card__thumbnail span {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .contents-card__thumbnail span:before {
    font-size: 2.8rem;
  }
}
.contents-card__title {
  vertical-align: middle;
  margin-top: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .contents-card__title {
    margin-top: 3rem;
  }
}
.contents-card__title-ja {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
}
@media (min-width: 768px), print {
  .contents-card__title-ja {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .contents-card__title-ja {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contents-card__title-ja {
    line-height: 1.4;
  }
}
.contents-card__title-en {
  display: inline-block;
  font-size: 1.4rem;
  color: #4570D1;
  padding-left: 2rem;
}
.contents-card__text {
  font-size: 1.6rem;
  font-weight: 500;
}
.contents-card .icon-external-link {
  font-size: 120%;
}

/* NEWS　*/
.contents-sct--news {
  background: #2673d2;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .contents-sct--news {
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px), print {
  .contents-sct--news {
    max-width: calc(100% - 60px);
    margin-left: auto;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .contents-sct--news {
    max-width: calc(100% - 110px);
    margin-top: 40px;
    margin-bottom: 4.5em;
  }
}
@media screen and (min-width: 1440px) {
  .contents-sct--news {
    max-width: calc(100% - 160px);
  }
}
.contents-sct--news:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
  width: 30px;
  height: 160px;
  background-image: url(../images/title_news.png);
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px), print {
  .contents-sct--news:before {
    left: -30px;
    width: 50px;
    height: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .contents-sct--news:before {
    left: -55px;
    width: 100px;
    height: 345px;
  }
}
@media screen and (min-width: 1440px) {
  .contents-sct--news:before {
    left: -80px;
  }
}
@media screen and (max-width: 767px) {
  .contents-sct--news:before {
    display: none;
  }
}
.contents-sct--news .sct-headline__title {
  color: #fff;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1280px) {
  .contents-sct--news .sct-headline__title {
    margin-bottom: 5rem;
  }
}
.contents-sct--news .sct-headline__title:before {
  background-image: url(../images/h-dot_white.svg);
}
.contents-sct--news .sct-foot {
  margin-top: 3rem;
}
@media (min-width: 768px), print {
  .contents-sct--news .sct-foot {
    text-align: right;
    margin-top: 4.5em;
  }
}

/* 　MEMBER　*/
.contents-sct--member .sct-headline:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1750px;
  height: 30px;
  background-image: url(../images/title_member.png);
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px), print {
  .contents-sct--member .sct-headline:before {
    width: 250px;
    height: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .contents-sct--member .sct-headline:before {
    width: 500px;
    height: 95px;
  }
}
@media screen and (max-width: 767px) {
  .contents-sct--member .sct-headline:before {
    display: none;
  }
}
.contents-sct--member .sct-body {
  margin-top: 2rem;
}
@media (min-width: 768px), print {
  .contents-sct--member .sct-body {
    margin-top: 4.5em;
  }
}

.member-body {
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .member-body {
    padding: 1rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .member-body {
    margin-top: 2rem;
  }
}
.member-body:after, .member-body:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#5C63FA), to(#4BB2FC));
  background: linear-gradient(90deg, #5C63FA, #4BB2FC);
}
.member-body:after {
  top: 0;
}
.member-body:before {
  bottom: 0;
}
.member-body__title {
  font-size: 1.6rem;
}
@media (min-width: 768px), print {
  .member-body__title {
    font-size: 1.8rem;
    text-align: center;
    padding-right: 1.5rem;
    margin: auto;
  }
}
@media screen and (min-width: 1280px) {
  .member-body__title {
    font-size: 2.2rem;
  }
}

.member-card {
  width: 100%;
}
@media (min-width: 768px), print {
  .member-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.member-card__item {
  position: relative;
  padding: 0.5rem 1rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media (min-width: 768px), print {
  .member-card__item {
    width: 25%;
    padding: 1.5rem;
  }
}
.member-card__item:hover {
  opacity: 0.7;
}
.member-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.member-card__thumbnail {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .member-card__thumbnail {
    display: none;
  }
}
.member-card__image {
  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;";
}
.member-card__title {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 768px), print {
  .member-card__title {
    margin: 1.5rem auto 2rem;
    text-align: center;
  }
}

/*********************/
/*  サブページ  */
/*********************/
.page-title {
  position: relative;
  width: 100%;
  height: 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.3;
  z-index: 1;
}
.page-title-ja, .page-title-en {
  display: block;
  text-align: center;
  letter-spacing: 0.06em;
}
.page-title-en {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 3rem;
}
@media (min-width: 768px), print {
  .page-title-en {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .page-title-en {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .page-title-ja {
    font-size: 14px;
  }
}
@media (min-width: 768px), print {
  .page-title-ja {
    font-size: 2rem;
  }
}
.main-contents {
  padding: 2rem 0 8rem;
  background: #fff;
}
@media (min-width: 768px), print {
  .main-contents {
    padding: 5rem 0 10rem;
  }
}
.main-contents__title {
  font-size: 1.7rem;
  font-weight: bold;
  border-bottom: 2px solid #1B2E5A;
  padding: 0 0 0.5rem;
  margin: 3rem 0;
}
@media (min-width: 768px), print {
  .main-contents__title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .main-contents__title {
    margin: 5rem 0 3rem;
  }
}

.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(27, 46, 90, 0.16);
          box-shadow: 0 3px 9px rgba(27, 46, 90, 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: #1B2E5A;
  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: "\e904";
  color: #666;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

/*********************/
/*  ページ送り　 */
/*********************/
.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: 47px;
  height: 45px;
  line-height: 45px;
  font-weight: bold;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.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: #2F4F9B;
}
.paginate__link--number:hover, .paginate__link--prev:hover, .paginate__link--next:hover {
  opacity: 7;
  background: rgba(69, 112, 209, 0.1);
}
.paginate__link--prev:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 55%;
  border-top: 2px solid #DDDDDD;
  margin: 0 10px 1px 0;
  border-right: 2px solid #DDDDDD;
  -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 #2F4F9B;
  border-right: 2px solid #2F4F9B;
}
.paginate__link--next {
  color: #1B2E5A;
  background: #fff;
}
.paginate__link--next::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 45%;
  border-top: 2px solid #DDDDDD;
  margin: 0 10px 1px 0;
  border-right: 2px solid #DDDDDD;
  -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 #2F4F9B;
  border-right: 2px solid #2F4F9B;
}
.paginate__link--active {
  color: #2F4F9B;
  background: rgba(69, 112, 209, 0.1);
}

.paginate-single {
  position: relative;
  display: block;
  border-top: 1px solid #2F4F9B;
  border-bottom: 1px solid #2F4F9B;
  margin: 5rem 0 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 {
  background: #fff;
  margin: 1rem;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media (min-width: 768px), print {
  .paginate-single__item {
    width: 300px;
  }
}
.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;
}
@media (min-width: 768px), print {
  .paginate-single__item--back {
    width: 150px;
  }
}
.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: 95%;
  color: rgba(27, 46, 90, 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: #666;
  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 {
  font-size: 100%;
  color: #2F4F9B;
  padding: 0rem;
}
@media (min-width: 768px), print {
  .paginate-single__link--back {
    padding: 2rem;
  }
}
.paginate-single__link--back:before {
  display: none;
}
@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: "\e904";
  -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: "\e904";
}

/*********************/
/*  見出し  */
/*********************/
.page-inner--news {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1280px) {
  .page-inner--news {
    margin-bottom: 5rem;
  }
}
.page-inner p {
  line-height: 1.8;
}
@media (min-width: 768px), print {
  .page-inner p {
    line-height: 2;
  }
}
.page-inner p:not(:first-child) {
  margin-top: 1em;
}
.page-inner p + .col, .page-inner p + img {
  margin-top: 1.5em;
}
.page-inner img + p {
  margin-top: 1.5em;
}
.page-inner a:not([class]) {
  color: #3d71cb;
  text-decoration: none;
  border-bottom: 1px solid #3d71cb;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.page-inner a:not([class]):hover {
  opacity: 0.7;
}
.page-inner strong {
  color: #1B2E5A;
}
.page-inner .link-target {
  color: #3d71cb;
  text-decoration: none;
  border-bottom: 1px solid #3d71cb;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.page-inner .link-target:after {
  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: "\e90b";
  padding-left: 0.3rem;
}
.page-inner .btn.link-target {
  color: #fff;
  border-bottom: none;
}
.page-inner .btn.link-target:after {
  content: "\e903";
}
.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: #fff;
  background: #4570D1;
  line-height: 1.4;
  padding: 1.5rem;
  margin: 3rem 0;
}
@media (min-width: 768px), print {
  .page-inner h2,
  .page-inner .h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .page-inner h2,
  .page-inner .h2 {
    margin: 5rem 0 3rem;
  }
}
.page-inner .h3,
.page-inner h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #2F4F9B;
  border-bottom: 2px solid #2F4F9B;
  padding: 0 0 1rem;
  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: 1280px) {
  .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: #4570D1;
  margin: 3rem 0 1.5rem;
}
@media screen and (min-width: 1280px) {
  .page-inner h4,
  .page-inner .h4 {
    font-size: 1.7rem;
    margin: 5rem 0 2rem;
  }
}
.page-inner h5,
.page-inner .h5 {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  color: #2F4F9B;
  margin: 3rem 0;
}
@media screen and (min-width: 1280px) {
  .page-inner h5,
  .page-inner .h5 {
    font-size: 1.6rem;
    margin: 5rem 0 3rem;
  }
}
.page-inner h5--box,
.page-inner .h5--box {
  font-size: 115%;
  margin-bottom: 0;
}
.page-inner h5--box + .ul,
.page-inner .h5--box + .ul {
  margin-top: 1em;
}
.page-inner .ul {
  list-style: none;
  margin: 3rem 0;
}
.page-inner .ul li {
  position: relative;
  padding: 0 0 0 2.5rem;
  margin: 0 0 1.5rem;
}
.page-inner .ul li::before {
  content: "";
  display: inline-block;
  background: #4570D1;
  position: absolute;
  top: 0.8em;
  left: 10px;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px), print {
  .page-inner .ul li::before {
    left: 10px;
  }
}
.page-inner .ul--link a {
  display: inline-block;
}
.page-inner .ul .ul {
  margin-top: 1rem;
}
.page-inner .ol {
  list-style: none;
  counter-reset: number 0;
  margin: 3rem 0;
}
.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: #2F4F9B;
  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 .list-ttl {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 1rem;
}
.page-inner table,
.page-inner .table {
  width: 100%;
  margin: 1em 0;
}
.page-inner table th,
.page-inner .table th {
  background: rgba(75, 178, 252, 0.45);
  color: #1B2E5A;
}
.page-inner table th[scope=row],
.page-inner .table th[scope=row] {
  background: rgba(75, 178, 252, 0.2);
}
.page-inner table th,
.page-inner table td,
.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,
  .page-inner .table th,
  .page-inner .table td {
    font-size: 1.3rem;
  }
}
.page-inner table td,
.page-inner .table td {
  background: #fff;
}
.page-inner .box {
  border: 1px solid #4570D1;
  background: rgba(233, 238, 249, 0.5);
  padding: 1.5rem;
  margin: 1rem 0 0;
}
@media screen and (min-width: 1280px) {
  .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;
  }
}
.page-inner .box__title--search {
  margin-bottom: 1em !important;
}
.page-inner .box__title--search:before {
  padding-right: 1rem;
}
.page-inner .box--line {
  display: inline-block;
  border: 1px solid rgba(233, 238, 249, 0.5);
  background: #fff;
}
.page-inner .box--pale {
  border: 1px solid #fafafa;
  background: #fff;
  -webkit-box-shadow: 0 3px 9px rgba(27, 46, 90, 0.16);
          box-shadow: 0 3px 9px rgba(27, 46, 90, 0.16);
}
.page-inner .box--pale .box__title {
  margin-top: 1.5em;
  margin-bottom: 1em;
}
@media (min-width: 768px), print {
  .page-inner .box--pale .box__title {
    font-size: 1.7rem;
  }
}
.page-inner .button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0 0;
}
@media screen and (max-width: 767px) {
  .page-inner .button-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-inner .button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-weight: 600;
  color: #fff;
  text-align: left;
  background: -webkit-gradient(linear, left top, right top, from(#5C63FA), to(#4BB2FC));
  background: linear-gradient(90deg, #5C63FA, #4BB2FC);
  cursor: pointer;
  line-height: 1.4;
  padding: 2rem;
  padding-right: 3em;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (min-width: 768px), print {
  .page-inner .button {
    max-width: 50%;
    padding: 2.5rem 3.5rem;
    padding-right: 4em;
  }
}
@media screen and (min-width: 1280px) {
  .page-inner .button {
    max-width: 33.3333333333%;
  }
}
.page-inner .button:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  color: inherit;
}
.page-inner .button:before {
  right: 20px;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e905";
  font-size: 150%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .page-inner .button + .button {
    margin-top: 1rem;
  }
}
@media (min-width: 768px), print {
  .page-inner .button + .button {
    margin-left: 1.5rem;
  }
}
.page-inner a[href$=".docx"]:after,
.page-inner a[href$=".doc"]:after,
.page-inner a[href$=".xls"]:after,
.page-inner a[href$=".xlsx"]:after,
.page-inner a[href$=".zip"]:after,
.page-inner a[href$=".pdf"]:after {
  display: inline-block;
  left: 15px;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e90f";
  font-size: 162%;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
}
.page-inner a[href$=".docx"]:after,
.page-inner a[href$=".doc"]:after {
  content: "\e912";
}
.page-inner a[href$=".xls"]:after,
.page-inner a[href$=".xlsx"]:after {
  content: "\e911";
}
.page-inner a[href$=".zip"]:after {
  content: "\e910";
  font-size: 175%;
}
.page-inner ul a[href$=".docx"]:after,
.page-inner ul a[href$=".doc"]:after,
.page-inner ul a[href$=".xls"]:after,
.page-inner ul a[href$=".xlsx"]:after,
.page-inner ul a[href$=".zip"]:after,
.page-inner ul a[href$=".pdf"]:after {
  vertical-align: middle;
}
.page-inner .news-head__title {
  background: none;
  position: relative;
  color: #1B2E5A;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.03em;
  padding: 1.5rem 0;
  border-bottom: 2px solid #1B2E5A;
  margin: 1rem 0;
  z-index: 0;
}
@media (min-width: 768px), print {
  .page-inner .news-head__title {
    font-size: 2.4rem;
    margin: 1rem 0 3rem;
  }
}
.page-inner .team-list__item {
  margin-bottom: 2rem;
}
.page-inner .team-list__title {
  font-size: 1.4rem;
  color: #1B2E5A;
  border-bottom: none;
  margin: 0;
}
@media (min-width: 768px), print {
  .page-inner .team-list__title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .page-inner .team-list__title {
    font-size: 1.7rem;
  }
}

/*********************/
/*  2026/2/9追加  */
/*********************/
.pamphlet-wrap {
  max-width: 750px;
  margin: -2rem auto 0;
}

.pamphlet-card {
  width: 100%;
}
.pamphlet-card__link {
  display: block;
  border-bottom: none !important;
}
.pamphlet-card__link:after {
  display: none !important;
}
.pamphlet-card__link:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.pamphlet-card__image {
  -webkit-box-shadow: 0 0 4px rgba(27, 46, 90, 0.25);
          box-shadow: 0 0 4px rgba(27, 46, 90, 0.25);
  max-width: 150px;
  margin: auto;
}
.pamphlet-card br {
  display: none;
}
.pamphlet-card small {
  display: block;
}
.pamphlet-card .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 1.5em;
}
@media (min-width: 768px), print {
  .pamphlet-card .btn {
    font-size: 95%;
    padding: 2rem;
  }
}
.pamphlet-card .btn:after {
  display: none;
}
.pamphlet-card .btn:before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e90f";
  font-size: 200%;
  padding-right: 1rem;
}

/*********************/
/*  要素をふわっと  */
/*********************/
.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.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*********************/
/*  パンくず  */
/*********************/
.breadcrumb {
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  padding: 1rem 0;
}
.breadcrumb-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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 #1B2E5A;
  margin: 0 1rem 0.2rem;
  border-right: 1px solid #1B2E5A;
}
.breadcrumb-nav__item:last-child {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.breadcrumb-nav__link {
  white-space: nowrap;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: #1B2E5A;
}
.breadcrumb-nav__link:hover {
  color: #434343;
  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: rgba(27, 46, 90, 0.65);
  border: 1px solid #fff;
  border-radius: 3px;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-box-shadow: 0 3px 9px rgba(27, 46, 90, 0.16);
          box-shadow: 0 3px 9px rgba(27, 46, 90, 0.16);
  -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: 1280px) {
  .page-top {
    right: 35px;
    bottom: 35px;
    width: 60px;
    height: 60px;
  }
}
.page-top .icon-66 {
  display: inline-block;
}
.page-top .icon-66:before {
  color: #fff;
  font-size: 1.8rem;
}
@media (min-width: 768px), print {
  .page-top .icon-66:before {
    font-size: 3rem;
  }
}
.page-top--fixed {
  opacity: 0.85;
  visibility: visible;
  pointer-events: auto;
}

/*********************/
/*  フッター  */
/*********************/
.contents-sct--footer {
  background: #1B2E5A;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 3rem;
}
@media (min-width: 768px), print {
  .contents-sct--footer {
    margin-top: 4.5em;
  }
}

.footer-wrap {
  position: relative;
}

.footer {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}
@media (min-width: 768px), print {
  .footer {
    padding-bottom: 4.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 4rem 0;
  }
}
@media screen and (min-width: 1440px) {
  .footer {
    padding: 6rem 0;
  }
}
.footer__title {
  display: block;
  font-size: 2.2rem;
  color: #fff;
}
@media (min-width: 768px), print {
  .footer__title {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
.footer__title span:before {
  margin-right: 1rem;
}
.footer__title--share {
  font-size: 1.6rem;
}
@media (min-width: 768px), print {
  .footer__title--share {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .footer__item:first-child {
    max-width: 665px;
  }
}
@media screen and (min-width: 1280px) {
  .footer__item:last-child {
    width: 445px;
  }
}

.org {
  position: relative;
  color: #fff;
  margin-top: 2rem;
}
@media (min-width: 768px), print {
  .org {
    margin-top: 4.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .org {
    border-top: 1px solid #2F4F9B;
    line-height: 1.9;
    margin-top: 4em;
    padding-top: 4em;
  }
}
.org__name {
  font-weight: 600;
}
@media (min-width: 768px), print {
  .org__name {
    font-size: 110%;
  }
}
.org__number, .org__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1280px) {
  .org__number, .org__address {
    font-size: 1.6rem;
  }
}
.org__number a, .org__address a {
  color: #fff !important;
}
@media (min-width: 768px), print {
  .org__tel {
    margin-right: 1em;
  }
}
@media screen and (max-width: 767px) {
  .org__number {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .org__logo {
    display: block;
    width: 80px;
    margin: 2rem auto;
  }
}
@media (min-width: 768px), print {
  .org__logo {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    max-width: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .org__logo {
    max-width: 100px;
  }
}
.org__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;";
}

.share-area,
.copyright {
  position: relative;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  background: #1B2E5A;
  padding: 1rem;
}
@media (min-width: 768px), print {
  .share-area,
  .copyright {
    font-size: 1.5rem;
    padding: 2.5rem 0;
  }
}
.share-area:before,
.copyright:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 0;
  display: block;
  width: 200%;
  height: 1px;
  background: #2F4F9B;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}

.copyright {
  font-size: 1.3rem;
}
.copyright:before {
  top: 0;
}

.share-area {
  padding: 0 0 2rem;
}
@media (min-width: 768px), print {
  .share-area {
    padding: 3rem 0 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .share-area {
    padding: 4.5rem 0;
  }
}
.share-area:before {
  bottom: 0;
}

.footer-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 1279px) {
  .footer-menu-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2rem;
  }
}
@media (min-width: 768px), print {
  .footer-menu-list__item {
    width: 50%;
  }
}
.footer-menu-list__title {
  display: block;
  color: #fff;
  line-height: 1.6;
  padding: 1rem 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1280px) {
  .footer-menu-list__title {
    font-size: 1.6rem;
  }
}
.footer-menu-list__title:before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e904";
  display: inline-block;
  margin-right: 1rem;
}
.footer-menu-list__title:hover {
  opacity: 0.7;
}

.twitter-wrap {
  width: 100%;
}

.youtube-btn {
  position: relative;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background: #0C4E9E;
  border-radius: 5px;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .youtube-btn + .youtube-btn {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px), print {
  .youtube-btn {
    max-width: 445px;
    height: 80px;
  }
}
.youtube-btn__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.youtube-btn__image {
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 768px), print {
  .youtube-btn__image {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .youtube-btn__image {
    font-size: 1.9rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.036em;
    padding-left: 0;
  }
}
.youtube-btn__icon {
  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: 60px;
  height: 100%;
  background: #b31217;
  border-radius: 5px 0 0 5px;
}
@media (min-width: 768px), print {
  .youtube-btn__icon {
    width: 80px;
  }
}
.youtube-btn__icon:before {
  font-size: 3rem;
}
@media (min-width: 768px), print {
  .youtube-btn__icon:before {
    font-size: 4rem;
  }
}
.youtube-btn .icon-twitter {
  background: #00acee;
}

.copyright-box {
  width: 100%;
}
@media (max-width: 1279px) {
  .copyright-box {
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  .copyright-box {
    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;
  }
}
.copyright-box__title {
  display: block;
  color: #fff;
}
.copyright-box__text {
  font-weight: 600;
  font-size: 1.1rem;
}
@media screen and (min-width: 1280px) {
  .copyright-box__text {
    font-size: 1.2rem;
    margin: 0 !important;
  }
}

.copyright-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .copyright-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .copyright-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
@media (min-width: 768px), print {
  .copyright-list__item {
    margin-right: 1.5em;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
}
.copyright-list__item--title {
  line-height: 55px;
}
@media (min-width: 768px), print {
  .copyright-list__item--title {
    margin-right: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .copyright-list__item--title {
    width: 100%;
  }
}
.copyright-list__title {
  width: 35px;
  height: 35px;
  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;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .copyright-list__title {
    margin: 0 1rem;
  }
}
@media (min-width: 768px), print {
  .copyright-list__title {
    width: 45px;
    height: 45px;
  }
}
@media screen and (min-width: 1280px) {
  .copyright-list__title {
    width: 55px;
    height: 55px;
  }
}
.copyright-list__title span {
  font-size: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .copyright-list__title span {
    font-size: 2rem;
  }
}
.copyright-list__title:hover {
  opacity: 0.7;
}

/*********************/
/*  扉ページ  */
/*********************/
.archive-list {
  position: relative;
  display: block;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 3px 9px rgba(27, 46, 90, 0.16);
          box-shadow: 0 3px 9px rgba(27, 46, 90, 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(27, 46, 90, 0.16);
          box-shadow: 0 3px 9px rgba(27, 46, 90, 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: #DDDDDD;
  -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: #1B2E5A;
}
.archive-list__title-en {
  color: #DDDDDD;
  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: 1280px) {
  .gallery {
    margin: 0 -15px;
  }
}
.gallery-item {
  width: 100%;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .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: 1280px) {
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
}
.gallery-caption {
  font-weight: normal;
  color: #1B2E5A;
  text-align: left;
}

figcaption {
  font-size: 90%;
  text-align: center;
  margin-top: 0.5em;
}

/*********************/
/*  ニュース  */
/*********************/
.news-list {
  display: block;
  width: 100%;
}
@media (min-width: 768px), print {
  .news-list {
    margin-top: 4.5em;
  }
}
.news-list--head {
  margin-top: 0;
  text-align: right;
}
.news-list--head .news-list__category {
  margin-right: 0;
}
.news-list__item {
  position: relative;
  display: block;
  width: 100%;
  white-space: nowrap;
  padding: 1.5rem 0;
  border-bottom: 1px solid #fff;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media (min-width: 768px), print {
  .news-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .news-list__item {
    padding: 2rem 0;
  }
}
.news-list__item:hover .news-list__title--inner {
  background-size: 100% 2px;
}
.news-list__item:first-child {
  border-top: 1px solid #fff;
}
.news-list__item--nohover:hover .news-list__title--inner {
  background: none;
}
.news-list__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
.news-list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-list__time {
  color: #fff;
  font-weight: 400;
  padding-right: 15px;
}
.news-list__sdgs {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 3px;
}
@media (min-width: 768px), print {
  .news-list__sdgs {
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .news-list__sdgs {
    width: 25px;
    height: 25px;
  }
}
.news-list__sdgs--sdg_icon_1 {
  background-image: url(../images/sdg_icon_1.svg);
}
.news-list__sdgs--sdg_icon_2 {
  background-image: url(../images/sdg_icon_2.svg);
}
.news-list__sdgs--sdg_icon_3 {
  background-image: url(../images/sdg_icon_3.svg);
}
.news-list__sdgs--sdg_icon_4 {
  background-image: url(../images/sdg_icon_4.svg);
}
.news-list__sdgs--sdg_icon_5 {
  background-image: url(../images/sdg_icon_5.svg);
}
.news-list__sdgs--sdg_icon_6 {
  background-image: url(../images/sdg_icon_6.svg);
}
.news-list__sdgs--sdg_icon_7 {
  background-image: url(../images/sdg_icon_7.svg);
}
.news-list__sdgs--sdg_icon_8 {
  background-image: url(../images/sdg_icon_8.svg);
}
.news-list__sdgs--sdg_icon_9 {
  background-image: url(../images/sdg_icon_9.svg);
}
.news-list__sdgs--sdg_icon_10 {
  background-image: url(../images/sdg_icon_10.svg);
}
.news-list__sdgs--sdg_icon_11 {
  background-image: url(../images/sdg_icon_11.svg);
}
.news-list__sdgs--sdg_icon_12 {
  background-image: url(../images/sdg_icon_12.svg);
}
.news-list__sdgs--sdg_icon_13 {
  background-image: url(../images/sdg_icon_13.svg);
}
.news-list__sdgs--sdg_icon_14 {
  background-image: url(../images/sdg_icon_14.svg);
}
.news-list__sdgs--sdg_icon_15 {
  background-image: url(../images/sdg_icon_15.svg);
}
.news-list__sdgs--sdg_icon_16 {
  background-image: url(../images/sdg_icon_16.svg);
}
.news-list__sdgs--sdg_icon_17 {
  background-image: url(../images/sdg_icon_17.svg);
}
.news-list__category {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  background: #1B2E5A;
  padding: 0 1rem;
  margin: 0 1.5rem 0 0;
}
@media (min-width: 768px), print {
  .news-list__category {
    min-width: 110px;
    font-size: 90%;
    padding: 0 0.5rem;
  }
}
.news-list__category--event {
  background: #6e00d8;
}
.news-list__category--report {
  background: #F95B50;
}
.news-list__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0px;
  overflow: hidden;
  font-weight: 600;
  color: #fff;
  white-space: normal;
  margin-top: 0.2rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.news-list__title--inner {
  display: inline;
  padding-bottom: 0.5rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(90deg, #fff, #fff);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: bottom left;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.news-list__title--thin {
  font-weight: 400;
}
.news-list__title--thin span {
  display: none;
}
@media (min-width: 768px), print {
  .news-list__title {
    margin-top: 1rem;
  }
}
.news-list__thumbnail {
  width: 100%;
}
@media (min-width: 768px), print {
  .news-list__thumbnail {
    width: 160px;
    height: 106.6666666667px;
    margin-right: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .news-list__thumbnail {
    width: 160px;
  }
}
.news-list__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;";
  aspect-ratio: 3/2;
}
@media screen and (max-width: 767px) {
  .news-list__box {
    margin-top: 1rem;
  }
}
@media (min-width: 768px), print {
  .news-list__box {
    width: calc(100% - 160px - 2rem);
  }
}
.news-list__ctg {
  position: relative;
  z-index: 1;
}
.news-list__tag {
  position: relative;
  z-index: 1;
}
.news-list__tag--sub {
  display: inline-block;
}
.news-list__tag--sub .tag-list__item a,
.news-list__tag--sub .tag-list__item span {
  color: #1B2E5A !important;
  text-decoration: none !important;
  border: 1px solid #1B2E5A !important;
}
.news-list--archive {
  margin-top: 3rem;
}
.news-list--archive .news-list__title,
.news-list--archive .news-list__time {
  color: #1B2E5A;
}
.news-list--archive .news-list__title--inner {
  background-image: -webkit-gradient(linear, left top, right top, from(#1B2E5A), to(#1B2E5A));
  background-image: linear-gradient(90deg, #1B2E5A, #1B2E5A);
}
.news-list--archive .news-list__item {
  border-bottom: 1px solid #DDDDDD;
}
.news-list--archive .news-list__item:first-child {
  border-top: 1px solid #DDDDDD;
}
.news-list--archive .news-list__thumbnail {
  border: 1px solid #DDDDDD;
}
.news-list--archive .news-list__ctg {
  margin-top: 0.5rem;
}
.news-list--archive .news-list__ctg .tag-list__item a,
.news-list--archive .news-list__ctg .tag-list__item span {
  color: #1B2E5A !important;
  text-decoration: none !important;
  border: 1px solid #1B2E5A !important;
  margin-top: 0.5rem;
}
.news-list--project .news-list__title {
  font-weight: 600;
}
.news-list--project .news-list__position {
  font-size: 90%;
  font-weight: 500;
  color: #666;
}

.news-head {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px), print {
  .news-head {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .news-head {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .news-head--single {
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .news-head__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.news-head__time {
  color: #1B2E5A;
}
.news-head [class^=icon-]:before, .news-head [class*=" icon-"]:before {
  display: inline-block;
  padding-right: 0.5rem;
}
@media (min-width: 768px), print {
  .news-head [class^=icon-]:before, .news-head [class*=" icon-"]:before {
    padding-right: 1rem;
  }
}
.news-head__title {
  position: relative;
  color: #1B2E5A;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.03em;
  padding: 1.5rem 0;
  border-bottom: 2px solid #1B2E5A;
  margin: 1rem 0;
  z-index: 0;
}
@media (min-width: 768px), print {
  .news-head__title {
    font-size: 2.4rem;
    margin: 1rem 0 3rem;
  }
}
.news-head__title span {
  position: relative;
  display: block;
  z-index: 2;
}
.news-head__title br {
  display: none;
}
.news-head__title--single br {
  display: block;
}

.tag-wrap {
  padding: 1rem;
}

.tag-list {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tag-list__item {
  margin-right: 1rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.tag-list__item a,
.tag-list__item span {
  font-size: 1.2rem;
  border-radius: 15px;
  padding: 3px 10px;
}
.tag-list__item:hover {
  opacity: 0.7;
}

.news-list__ctg--top {
  display: block;
}
.news-list__ctg--top .tag-list__item {
  padding-top: 1rem;
}
.news-list__ctg--top .tag-list__item a, .news-list__ctg--top .tag-list__item span {
  color: #fff;
  border: 1px solid #fff;
}

.sdgs-wrap {
  border: 1px solid #4570D1;
  background: rgba(233, 238, 249, 0.5);
  padding: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .sdgs-wrap {
    padding: 2rem;
  }
}

.sdgs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.5rem;
}
.sdgs-list__cat {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 5px;
}
@media (min-width: 768px), print {
  .sdgs-list__cat {
    width: 50px;
    height: 50px;
    margin: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .sdgs-list__cat {
    width: 60px;
    height: 60px;
  }
}
.sdgs-list__cat--sdg_icon_1 {
  background-image: url(../images/sdg_icon_1.svg);
}
.sdgs-list__cat--sdg_icon_2 {
  background-image: url(../images/sdg_icon_2.svg);
}
.sdgs-list__cat--sdg_icon_3 {
  background-image: url(../images/sdg_icon_3.svg);
}
.sdgs-list__cat--sdg_icon_4 {
  background-image: url(../images/sdg_icon_4.svg);
}
.sdgs-list__cat--sdg_icon_5 {
  background-image: url(../images/sdg_icon_5.svg);
}
.sdgs-list__cat--sdg_icon_6 {
  background-image: url(../images/sdg_icon_6.svg);
}
.sdgs-list__cat--sdg_icon_7 {
  background-image: url(../images/sdg_icon_7.svg);
}
.sdgs-list__cat--sdg_icon_8 {
  background-image: url(../images/sdg_icon_8.svg);
}
.sdgs-list__cat--sdg_icon_9 {
  background-image: url(../images/sdg_icon_9.svg);
}
.sdgs-list__cat--sdg_icon_10 {
  background-image: url(../images/sdg_icon_10.svg);
}
.sdgs-list__cat--sdg_icon_11 {
  background-image: url(../images/sdg_icon_11.svg);
}
.sdgs-list__cat--sdg_icon_12 {
  background-image: url(../images/sdg_icon_12.svg);
}
.sdgs-list__cat--sdg_icon_13 {
  background-image: url(../images/sdg_icon_13.svg);
}
.sdgs-list__cat--sdg_icon_14 {
  background-image: url(../images/sdg_icon_14.svg);
}
.sdgs-list__cat--sdg_icon_15 {
  background-image: url(../images/sdg_icon_15.svg);
}
.sdgs-list__cat--sdg_icon_16 {
  background-image: url(../images/sdg_icon_16.svg);
}
.sdgs-list__cat--sdg_icon_17 {
  background-image: url(../images/sdg_icon_17.svg);
}

/*********************/
/*  タブ切り替え  */
/*********************/
.news-list--tab {
  /*タブ切り替え*/
  width: 100%;
  display: none;
  overflow: hidden;
}

.tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*ラジオボタンを全て消す*/
}
.tabs input[name=tabs__item] {
  display: none;
}
.tabs--sub {
  margin-bottom: 3.5rem;
}
.tabs--sub .tabs__item {
  color: #1B2E5A;
}
@media screen and (max-width: 767px) {
  .tabs--sub .tabs__item {
    width: calc(33.3333333333% - 3rem);
  }
}
.tabs--sub .tabs__item:before {
  background: #1B2E5A;
}
.tabs--sub .tabs__item:after {
  border-color: #1B2E5A transparent transparent transparent;
}
.tabs--sub .tabs__content {
  background: #1B2E5A;
}
.tabs__content {
  /*タブ切り替えの中身のスタイル*/
  width: 100%;
  display: none;
  overflow: hidden;
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .tabs__content {
    margin-top: 3rem;
  }
}
@media (min-width: 768px), print {
  .tabs__content {
    background: #fff;
    border: 2.5px solid #1B2E5A;
    margin: 0 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .tabs--top .tabs__item {
    width: calc(20% - 0.5rem);
  }
}
.tabs__item {
  position: relative;
  display: block;
  width: calc(25% - 2rem);
  height: 100%;
  font-weight: 400;
  font-size: 1.6rem;
  float: left;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
  margin-right: 3rem;
  padding: 10px 0;
}
.tabs__item:before, .tabs__item:after {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}
.tabs__item:before {
  width: 100%;
  height: 1px;
  background: #fff;
  z-index: 1;
}
.tabs__item:after {
  left: 50%;
  bottom: -16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 9px 0 9px;
  border-color: #ffffff transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}
@media (min-width: 768px), print {
  .tabs__item {
    width: calc(20% - 2rem);
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .tabs__item {
    width: calc(14.2857142857% - 2rem);
    font-size: 1.8rem;
  }
}
.tabs__item:hover {
  opacity: 0.65;
}
.tabs__item--active:before {
  height: 2px;
}
.tabs__item--active:after {
  opacity: 1;
}
.tabs__item--active:hover {
  opacity: 1;
}

/*選択されているタブのコンテンツのみを表示*/
#topics:checked ~ #topics_content,
#news:checked ~ #news_content,
#event:checked ~ #event_content,
#report:checked ~ #report_content,
#all:checked ~ #all_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tabs__item {
  font-weight: 600;
  opacity: 1;
}
.tabs input:checked + .tabs__item:before {
  height: 2px;
}
.tabs input:checked + .tabs__item:after {
  opacity: 1;
}

/*********************/
/*  研究  */
/*********************/
.project-box__title {
  font-size: 2.3rem;
  color: #4570D1;
  background: none;
  border-left: 5px solid #4570D1;
  line-height: 1.6;
  padding: 0;
  padding-left: 1.5rem;
  margin-bottom: 1em;
}
.project-box__thumbnail {
  margin-top: 4em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1280px) {
  .project-box__thumbnail {
    margin-top: 4em;
  }
}
.project-box__caption {
  font-size: 90%;
  margin-top: 0.5rem;
}

.project-footer {
  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;
  background: rgba(233, 238, 249, 0.5);
  padding: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .project-footer {
    padding: 3rem;
  }
}
.project-footer__item {
  width: 100%;
  background: #fff;
  padding: 1.5rem;
}
@media (min-width: 768px), print {
  .project-footer__item {
    width: calc(50% - 1.5rem);
  }
}
.project-footer__item--holizon {
  width: 100%;
  margin-top: 1.5rem;
}

.project-leader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project-leader__tumbnail {
  width: 100px;
}
.project-leader__tumbnail 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;";
}
.project-leader__box {
  width: calc(100% - 100px - 1.5rem);
  font-size: 95%;
}
.project-leader__title {
  font-weight: 600;
}
.project-leader__name {
  font-size: larger;
  font-weight: 400;
  color: #434343;
  margin-top: 0.5rem;
}
@media screen and (min-width: 1280px) {
  .project-leader__name {
    font-size: large;
  }
}
.project-leader__position {
  display: inline-block;
  font-size: 90%;
  color: #434343;
  line-height: 1.4;
  margin-top: 0.5rem;
}

.project-org__title {
  font-weight: 600;
}
.project-org__name {
  font-weight: 400;
  font-size: 90%;
  color: #434343;
  line-height: 1.55;
  margin-top: 0.5rem;
}

.staff-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.staff-list__item {
  font-size: 90%;
}
@media (min-width: 768px), print {
  .staff-list__item {
    width: 50%;
    padding-right: 1rem;
  }
}
.staff-list__name, .staff-list__post {
  display: inline-block;
  color: #434343;
}
.staff-list__name {
  margin-top: 0.5rem;
}
@media screen and (min-width: 1280px) {
  .staff-list__name {
    margin-top: 0.25rem;
  }
}
.staff-list__post {
  font-size: 90%;
}

.page-inner--free {
  margin-top: 3em;
}
@media screen and (min-width: 1280px) {
  .page-inner--free {
    margin-top: 4.5em;
  }
}
.page-inner--free h2 {
  font-size: 2.3rem;
  color: #4570D1;
  background: none;
  border-left: 5px solid #4570D1;
  line-height: 1.6;
  padding: 0;
  padding-left: 1.5rem;
  margin-bottom: 1em;
}

.team-list {
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .team-list {
    margin-top: 1.5em;
  }
}
.team-list__item {
  margin-bottom: 2rem;
}
@media (min-width: 768px), print {
  .team-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px), print {
  .team-list__title {
    width: 40%;
  }
}
@media (min-width: 768px), print {
  .team-list__name {
    width: 60%;
  }
}
.team-list__person, .team-list__position {
  display: block;
}
.team-list__person {
  font-size: larger;
}
@media screen and (min-width: 1280px) {
  .team-list__person {
    font-size: large;
  }
}
.team-list__position {
  font-size: 80%;
  color: #434343;
}
:root {
  font-size: 62.5%;
}

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

.icon-file-excel:before {
  content: "\e911";
}

.icon-file-word:before {
  content: "\e912";
}

.icon-zip:before {
  content: "\e910";
}

.icon-file-pdf:before {
  content: "\e90f";
}

.icon-sphere:before {
  content: "\e90d";
}

.icon-global:before {
  content: "\e90c";
}

.icon-link:before {
  content: "\e90e";
}

.icon-external-link:before {
  content: "\e90b";
}

.icon-twitter:before {
  content: "\e900";
}

.icon-logo:before {
  content: "\e901";
}

.icon-youtube:before {
  content: "\e902";
}

.icon-next_l:before {
  content: "\e903";
}

.icon-next_s:before {
  content: "\e904";
}

.icon-next_m:before {
  content: "\e905";
}

.icon-66:before {
  content: "\e90a";
}

.icon-line:before {
  content: "\e906";
}

.icon-facebook:before {
  content: "\e907";
}

.icon-shere:before {
  content: "\e908";
}

.icon-sitemap:before {
  content: "\e909";
}

body {
  font-size: 1.4rem;
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #1B2E5A;
  -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;
}
@media (min-width: 768px), print {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  body {
    font-size: 1.7rem;
    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: neue-haas-grotesk-display, sans-serif;
  font-style: normal;
}

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

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

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

.page-inner iframe {
  margin: auto;
}

.clearfix {
  clear: both;
}

:focus {
  outline: 0;
}

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

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

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

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

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #1B2E5A;
  text-decoration: none;
}

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

ul,
ol {
  list-style: none;
}

.col img {
  margin-top: 0;
}
@media (min-width: 768px), print {
  .col p + img {
    margin-top: 1em;
  }
}

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

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

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

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

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

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

.mt2em {
  margin-top: 2em;
}

.video-wrapper {
  position: relative;
  height: 0;
  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;
}

#pwbox-257,
#pwbox-260 {
  font-size: 100%;
  color: #1B2E5A;
  border: 1px solid #DDDDDD;
  background: #fff;
}

.post-password-form {
  background: #fafafa;
  padding: 1.5rem 1.5rem 2rem;
}
.post-password-form input {
  display: inline-block;
  height: 36px;
  font-size: 90%;
  color: #fff;
  background: #666;
  border-radius: 5px;
  padding: 0 1rem;
  margin-left: 1rem;
  cursor: pointer;
}

.lh-5 {
  line-height: 0.5 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-2 {
  line-height: 2 !important;
}

/* !important版 */
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* !important版 */
.m-1 {
  margin: 0.5em !important;
}

.mt-1 {
  margin-top: 0.5em !important;
}

.mb-1 {
  margin-bottom: 0.5em !important;
}

.ml-1 {
  margin-left: 0.5em !important;
}

.mr-1 {
  margin-right: 0.5em !important;
}

.mx-1 {
  margin-left: 0.5em !important;
  margin-right: 0.5em !important;
}

.my-1 {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

/* !important版 */
.m-2 {
  margin: 1em !important;
}

.mt-2 {
  margin-top: 1em !important;
}

.mb-2 {
  margin-bottom: 1em !important;
}

.ml-2 {
  margin-left: 1em !important;
}

.mr-2 {
  margin-right: 1em !important;
}

.mx-2 {
  margin-left: 1em !important;
  margin-right: 1em !important;
}

.my-2 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

/* !important版 */
.m-3 {
  margin: 1.5em !important;
}

.mt-3 {
  margin-top: 1.5em !important;
}

.mb-3 {
  margin-bottom: 1.5em !important;
}

.ml-3 {
  margin-left: 1.5em !important;
}

.mr-3 {
  margin-right: 1.5em !important;
}

.mx-3 {
  margin-left: 1.5em !important;
  margin-right: 1.5em !important;
}

.my-3 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

/* !important版 */
.m-4 {
  margin: 2em !important;
}

.mt-4 {
  margin-top: 2em !important;
}

.mb-4 {
  margin-bottom: 2em !important;
}

.ml-4 {
  margin-left: 2em !important;
}

.mr-4 {
  margin-right: 2em !important;
}

.mx-4 {
  margin-left: 2em !important;
  margin-right: 2em !important;
}

.my-4 {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

/* !important版 */
.m-5 {
  margin: 2.5em !important;
}

.mt-5 {
  margin-top: 2.5em !important;
}

.mb-5 {
  margin-bottom: 2.5em !important;
}

.ml-5 {
  margin-left: 2.5em !important;
}

.mr-5 {
  margin-right: 2.5em !important;
}

.mx-5 {
  margin-left: 2.5em !important;
  margin-right: 2.5em !important;
}

.my-5 {
  margin-top: 2.5em !important;
  margin-bottom: 2.5em !important;
}

/* !important版 */
.m-6 {
  margin: 3em !important;
}

.mt-6 {
  margin-top: 3em !important;
}

.mb-6 {
  margin-bottom: 3em !important;
}

.ml-6 {
  margin-left: 3em !important;
}

.mr-6 {
  margin-right: 3em !important;
}

.mx-6 {
  margin-left: 3em !important;
  margin-right: 3em !important;
}

.my-6 {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}

/* !important版 */
.m-7 {
  margin: 3.5em !important;
}

.mt-7 {
  margin-top: 3.5em !important;
}

.mb-7 {
  margin-bottom: 3.5em !important;
}

.ml-7 {
  margin-left: 3.5em !important;
}

.mr-7 {
  margin-right: 3.5em !important;
}

.mx-7 {
  margin-left: 3.5em !important;
  margin-right: 3.5em !important;
}

.my-7 {
  margin-top: 3.5em !important;
  margin-bottom: 3.5em !important;
}

/* !important版 */
.m-8 {
  margin: 4em !important;
}

.mt-8 {
  margin-top: 4em !important;
}

.mb-8 {
  margin-bottom: 4em !important;
}

.ml-8 {
  margin-left: 4em !important;
}

.mr-8 {
  margin-right: 4em !important;
}

.mx-8 {
  margin-left: 4em !important;
  margin-right: 4em !important;
}

.my-8 {
  margin-top: 4em !important;
  margin-bottom: 4em !important;
}

.page-id-746 .page-inner h2 {
  font-size: 120%;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .page-id-746 .page-inner h2 {
    margin-bottom: 1em;
  }
}
@media (min-width: 768px), print {
  .page-id-746 .page-inner h2 {
    font-size: 140%;
    padding: 2rem;
  }
}
.page-id-746 .page-inner h3, .page-id-746 .page-inner h4 {
  font-size: 110%;
}
@media (min-width: 768px), print {
  .page-id-746 .page-inner img {
    margin: 2em auto;
  }
}
.page-id-746 .page-inner .box {
  height: 100%;
}
.page-id-746 .page-inner .box + .box {
  margin-top: 2em;
}