/* font-color */
/* font-color */
/*--------------------
  Breakpoints
--------------------*/
/*--------------------
Z-index
--------------------*/
.is-ie {
  position: static;
  overflow: auto;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

a {
  display: block;
  color: #000;
  text-decoration: none;
  outline: none;
  -webkit-outline: none;
  -webkit-tap-highlight-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  outline: none;
}

html {
  font-size: 62.5%;
  text-rendering: optimizeLegibility;
  outline: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-rendering: optimizeLegibility;
  -webkit-appearance: none;
  -moz-osx-font-smoothing: grayscale;
  font-family: noto sans jp, Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
}

body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  font-size: 63.5%;
}

p {
  font-size: 0.75rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 0.8125rem;
  }
}

img {
  border: 0;
}
img.loaded {
  opacity: 1;
}

.content {
  contain: content;
  width: 100%;
  height: 100%;
}

main {
  display: block;
}

.post-password-form {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.js-scroll {
  opacity: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.5s ease-out, visibility 1 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, visibility 1 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, visibility 1 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, visibility 1 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.js-trans {
  opacity: 1;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s;
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s;
  transition: opacity 0.5s ease-out, transform 0.5s;
  transition: opacity 0.5s ease-out, transform 0.5s, -webkit-transform 0.5s;
}

@-webkit-keyframes fadeSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    visibility: visible;
  }
}

@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    visibility: visible;
  }
}
@-webkit-keyframes fadeSlideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    visibility: visible;
  }
}
@keyframes fadeSlideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    visibility: visible;
  }
}
@-webkit-keyframes fadeslideout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    visibility: hidden;
  }
}
@keyframes fadeslideout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    visibility: hidden;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes mouseflicker {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes mouseflicker {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.7;
  }
}
@-webkit-keyframes scaledown {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible;
  }
}
@keyframes scaledown {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible;
  }
}
.c-button {
  background: #e6801e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
  padding: 0 16px 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .c-button {
    height: 60px;
    padding: 0 32px 0 60px;
  }
}
.c-button span {
  font-size: 0.9375rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-button:hover:before {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.c-button--view-more {
  font-weight: 500;
  margin: 0 auto;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-button--view-more {
    width: calc(33.3333333333% - 46px);
  }
}
.c-button--view-more:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-filter: brightness(130%);
          filter: brightness(130%);
}
.c-button--view-more span {
  margin: 0 auto;
  position: relative;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-button--view-more span {
    font-size: 1.125rem;
  }
}
.c-button--view-more span:before {
  content: url("../img/common/arrow-w.svg");
  vertical-align: text-bottom;
  position: absolute;
  left: -34px;
  top: -3px;
}

.c-category-selector {
  margin: 0 0 50px;
}
@media screen and (min-width: 768px) {
  .c-category-selector {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2%;
  }
}
.c-category-selector__box {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .c-category-selector__box {
    margin-bottom: 0;
  }
}
.c-category-selector__index {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
  color: #fff;
  background: #001d56;
  font-weight: bold;
}
.c-category-selector__index span {
  padding: 2rem 56px 2rem 2rem;
  width: 100%;
  font-size: 1rem;
  color: #fff;
  display: block;
}
.c-category-selector__index:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.c-category-selector .toggle-icon {
  width: 16px;
  height: 16px;
  position: relative;
  will-change: transform;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-category-selector .toggle-icon::before, .c-category-selector .toggle-icon::after {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #fff;
}
.c-category-selector .toggle-icon::after {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 2px;
  height: 16px;
  bottom: 50%;
  left: 7px;
}
.c-category-selector .toggle-icon::before {
  width: 16px;
  height: 2px;
  bottom: calc(50% - 1px);
  left: 0;
}
.c-category-selector ul {
  position: absolute;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  overflow: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: 100%;
}
.c-category-selector ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
  color: #fff;
  background: #001d56;
  font-weight: bold;
  position: relative;
}
.c-category-selector ul li:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 20px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-category-selector ul li:hover {
  background: #058c6a;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.c-category-selector ul li span, .c-category-selector ul li a {
  padding: 2rem 56px 2rem 2rem;
  width: 100%;
  font-size: 1rem;
  color: #fff;
}
.c-category-selector .-active ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.c-category-selector .-active .toggle-icon:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.c-pagenation {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
}
.c-pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.c-pagenation a {
  padding: 10px;
  font-size: 1rem;
  color: #fff;
  background-color: #001d56;
}
@media screen and (min-width: 768px) {
  .c-pagenation a {
    padding: 20px;
  }
}
.c-pagenation .current a {
  background-color: #e6801e;
}

.c-page-title {
  font-size: 2.1875rem;
  line-height: 1;
  position: relative;
  height: 150px;
}
@media screen and (min-width: 768px) {
  .c-page-title {
    font-size: 3.75rem;
  }
}
@media screen and (min-width: 768px) {
  .c-page-title--small h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
  .c-page-title--middle h1 {
    font-size: 5rem;
    line-height: 6rem;
  }
  .c-page-title--large h1 {
    font-size: 6rem;
    line-height: 7rem;
  }
}
@media screen and (min-width: 768px) {
  .c-page-title {
    height: 300px;
  }
}
.c-page-title h1 {
  position: absolute;
  color: #fff;
  padding: 0 17px;
  bottom: 25px;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .c-page-title h1 {
    padding: 0 90px;
    bottom: 50px;
  }
}
.c-page-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-page-title .breadcrumb {
  position: absolute;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.5625rem;
  bottom: 7px;
  padding: 0 17px;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .c-page-title .breadcrumb {
    font-size: 1rem;
    bottom: 15px;
    padding: 0 90px;
  }
}
.c-page-title .breadcrumb a {
  color: #fff;
  font-size: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .c-page-title .breadcrumb a {
    font-size: 1rem;
  }
}
.c-page-title .breadcrumb span {
  color: #fff;
  padding: 0 9px;
  font-size: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .c-page-title .breadcrumb span {
    font-size: 1rem;
  }
}
.c-page-title .breadcrumb p {
  line-height: 1;
  font-size: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .c-page-title .breadcrumb p {
    font-size: 1rem;
  }
}

.header {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  top: 0;
  left: 0;
  position: sticky;
  height: 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 99;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 1110px) {
  .header {
    padding: 0px 15px;
    height: 110px;
  }
}
@media screen and (max-width: 1099px) {
  .header.-open {
    background-color: #ebebec;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.header__logo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo__img {
  width: 130px;
  margin-left: 10px;
}
.header__logo__img--pc {
  display: none;
}
.header__logo__img--sp {
  display: block;
}
@media screen and (min-width: 1110px) {
  .header__logo__img {
    width: auto;
    margin-left: 0;
  }
  .header__logo__img--pc {
    display: block;
    margin-top: 2px;
  }
  .header__logo__img--sp {
    display: none;
  }
}
.header__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-right: 13px;
  font-size: 0.5625rem;
  font-weight: bold;
  color: #717071;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1110px) {
  .header__login {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    margin-right: 25px;
    margin-top: 30px;
  }
}
.header__login img {
  width: 50px;
}
@media screen and (min-width: 1110px) {
  .header__login img {
    height: 35.56px;
    width: auto;
  }
}
.header__login:hover {
  color: #000;
}
.header__login span {
  display: none;
}
@media screen and (min-width: 1110px) {
  .header__login span {
    display: block;
    font-size: 0.625rem;
    text-align: center;
  }
}
.header__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  color: #717071;
  font-weight: bold;
  margin-right: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1110px) {
  .header__language {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    margin-top: 20px;
  }
}
.header__language h3 {
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 25px;
  width: 50px;
  background: #001d56;
  color: #fff;
  font-size: 0.5625rem;
}
@media screen and (min-width: 1110px) {
  .header__language h3 {
    font-size: 1rem;
    height: 35.56px;
    width: 71px;
  }
}
.header__language span {
  display: none;
}
@media screen and (min-width: 1110px) {
  .header__language span {
    display: block;
    font-size: 0.625rem;
    text-align: center;
  }
}
.header__language:hover {
  color: #000;
}
.header__right {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.header__nav {
  color: #717071;
  font-size: 1rem;
  font-weight: bold;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav:hover {
  color: #000;
}
.header__nav .-active {
  color: #000;
}
.header__nav__menu {
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 25px;
  display: none;
}
@media screen and (min-width: 1110px) {
  .header__nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__nav__menu__item {
  position: relative;
}
.header__nav__menu__item a {
  font-size: 1rem;
  font-weight: bold;
  color: #717071;
  position: relative;
}
.header__nav__menu__item a:hover {
  color: #000;
}
.header__nav__menu__item.-open .header__submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav__menu__link:after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.header__nav__menu__link:hover:after {
  width: 100%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.header__submenu {
  position: fixed;
  left: 0;
  top: 110px;
  width: 100vw;
  background-color: #ebebec;
  color: #000;
  margin: 0 auto;
  padding: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  display: none;
  gap: 55px;
}
.header__submenu__list {
  min-width: 250px;
}
.header__submenu__list li {
  border-bottom: 1px solid #c5c6c7;
}
.header__submenu__list li a {
  color: #000;
  font-size: 1.0625rem;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__submenu__list li a:after {
  content: url(../img/common/arrow-o.svg);
  vertical-align: middle;
  margin-right: 8px;
}
.header__submenu__list li a:hover {
  background-color: #162544;
  color: #fff;
}
.header__submenu__list li a:hover:after {
  content: url(../img/common/arrow-w.svg);
}
.header__submenu__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.header__submenu__about li {
  display: none;
  gap: 37px;
  width: 100%;
}
.header__submenu__about li.-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__submenu__text {
  width: 50%;
}
.header__submenu__text h3 {
  font-size: 1.5625rem;
  font-weight: 500;
  margin-bottom: 25px;
}
.header__submenu__text p {
  font-size: 0.8125rem;
}
.header__submenu__image {
  width: 50%;
  height: 100%;
  aspect-ratio: 3/2;
}
.header__submenu__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  background-color: #001d56;
  color: #fff;
  padding-bottom: 15px;
  background-image: url("../img/common/bg-footer.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
}
.footer__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
}
.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__list img {
  margin-top: 10px;
}
.footer__address {
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .footer__address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0.4375rem;
  }
}
.footer__tel {
  font-size: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .footer__tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0.4375rem;
  }
}
.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .footer__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 140px;
    gap: 20px;
  }
}
.footer__right .c-button {
  height: 40px;
  min-width: 170px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.footer__right .c-button span {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .footer__right .c-button span {
    font-size: 1rem;
  }
}
.footer__right .c-button:after {
  content: none;
}
.footer__list {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.615;
}
.footer__item__child a {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.footer__lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer__lower {
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.footer__copyright__text {
  font-size: 0.625rem;
  line-height: 1.875rem;
}
.footer__copyright__text a {
  display: inline;
  color: #fff;
}
.footer__compatible p {
  font-size: 0.5625rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .footer__compatible {
    margin-left: 25px;
  }
}
.footer__login {
  position: relative;
}
.footer__login img {
  position: absolute;
  left: 12px;
}

.nav-modal {
  background-color: #ebebec;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  display: none;
  top: 75px;
}
@media screen and (min-width: 1110px) {
  .nav-modal {
    top: 0;
    padding-top: 0;
  }
}
.nav-modal .nav__hamburger__wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 0;
  margin-left: auto;
  margin-top: -75px;
}
@media screen and (min-width: 1110px) {
  .nav-modal .nav__hamburger__wrapper {
    padding-right: 15px;
    margin-top: 15px;
  }
}
.nav-modal .nav__hamburger__wrapper span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: 8px;
}
@media screen and (min-width: 1110px) {
  .nav-modal .nav__hamburger__wrapper span:first-child {
    top: 11px;
  }
}
.nav-modal .nav__hamburger__wrapper span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -7px;
  position: relative;
}
.nav__wrapper {
  margin-left: 15px;
}
.nav__hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 75px;
  height: 75px;
  padding: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #001d56;
}
@media screen and (min-width: 1110px) {
  .nav__hamburger {
    width: 80px;
    height: 80px;
  }
}
.nav__hamburger button {
  position: relative;
}
.nav__hamburger button.-open span {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.nav__hamburger span {
  height: 2px;
  width: 40px;
  background-color: #fff;
  display: block;
}
.nav-menu {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  padding-top: 15px;
}
@media screen and (min-width: 1110px) {
  .nav-menu {
    padding-top: 60px;
  }
}
.nav-menu a {
  color: #000;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-menu a:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.nav-menu-main {
  width: 100%;
}
@media screen and (min-width: 1110px) {
  .nav-menu-main {
    width: 33%;
  }
}
.nav-menu-main-item {
  color: #000;
  padding: 15px 0;
  border-bottom: 1px solid #c5c6c7;
}
@media screen and (min-width: 1110px) {
  .nav-menu-main-item {
    padding: 20px 0;
  }
}
.nav-menu-main-item a {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.8125rem;
  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: 1110px) {
  .nav-menu-main-item a {
    padding: 0 25px;
    font-size: 1.0625rem;
  }
  .nav-menu-main-item a:after {
    content: url(../img/common/arrow-o.svg);
    vertical-align: middle;
    margin-right: 8px;
  }
}
@media screen and (min-width: 1110px) {
  .nav-menu-main-item__top {
    display: none;
  }
}
.nav-menu-sub {
  margin-top: 10px;
}
.nav-menu-sub-item {
  position: relative;
}
.nav-menu-sub-item a {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.8125rem;
  margin-bottom: 10px;
  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: 1110px) {
  .nav-menu-sub-item a {
    font-size: 1.0625rem;
    padding: 0 25px;
  }
  .nav-menu-sub-item a:after {
    content: url(../img/common/arrow-o.svg);
    vertical-align: middle;
    margin-right: 8px;
  }
}
.nav-menu-wrap {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .nav-menu-wrap {
    width: 1000px;
  }
}
.nav-menu-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1110px) {
  .nav-menu-cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
  }
}
.nav-menu-link {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .nav-menu-link {
    font-size: 4rem;
  }
}
.nav-menu-right {
  display: none;
}
@media screen and (min-width: 1110px) {
  .nav-menu-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    width: 200px;
  }
}
.nav-menu-right .c-button {
  font-size: 16px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
}
.nav-menu-right .c-button img {
  position: absolute;
  left: 42px;
}
.nav-menu-right .c-button span {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 auto;
}

.carousel {
  position: inherit;
  width: 100%;
  cursor: -webkit-grab;
  cursor: grab;
  z-index: 2;
}
.carousel__progress {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  top: 0;
  width: 20vw;
  left: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
}
.carousel__progress__bar {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}
.carousel__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.carousel__link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  overflow: hidden;
}
.carousel.is-dragging .carousel__link {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
@media (max-width: 767px) {
  .carousel__link {
    width: 50rem;
  }
}
@media (min-width: 768px) {
  .carousel__link {
    width: 40rem;
  }
}
.carousel__title {
  position: absolute;
  z-index: 1;
  bottom: 1.8vw;
  font-size: 6vw;
  bottom: 1vw;
  color: #fff;
}

.cursor {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 6;
  background: white;
  pointer-events: none;
  mix-blend-mode: difference;
}
.cursor__ghost {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 998;
  border-radius: 50%;
  z-index: 6;
  border: 1px solid white;
  mix-blend-mode: difference;
  pointer-events: none;
  opacity: 0.5;
}

.c-pagenation {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
}
.c-pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.c-pagenation a {
  padding: 10px;
  font-size: 1rem;
  color: #fff;
  background-color: #001d56;
}
@media screen and (min-width: 768px) {
  .c-pagenation a {
    padding: 20px;
  }
}
.c-pagenation .current a {
  background-color: #e6801e;
}

.l-inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    width: calc(100% - 100px);
  }
}

.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.l-grid {
  display: grid;
}

.l-float-nav {
  display: none;
  position: sticky;
  bottom: 0;
  margin-right: 50px;
  margin-left: auto;
  width: 160px;
  margin-bottom: 16px;
  -webkit-box-shadow: 7px 7px 4.7px rgba(0, 0, 0, 0.2);
          box-shadow: 7px 7px 4.7px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .l-float-nav {
    width: 74px;
    height: 74px;
    margin-right: 0;
    bottom: 40px;
    padding-top: 20px;
  }
}
.l-float-nav.-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-float-nav .prev-btn {
  background-color: #fff;
  color: #001d56;
  width: 80px;
  height: 80px;
  padding: 0;
  font-size: 0.75rem;
  font-family: "Sen", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-float-nav .prev-btn {
    display: none;
  }
}
.l-float-nav .pagetop-btn {
  background-color: #001d56;
  color: #fff;
  width: 80px;
  height: 80px;
  padding: 0;
  font-size: 0.75rem;
  font-family: "Sen", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-float-nav .pagetop-btn {
    width: 74px;
    height: 74px;
  }
}

.mod-margin-xl {
  margin-top: 100px;
}

.mod-margin-lg {
  margin-top: 80px;
}

.mod-margin-md {
  margin-top: 60px;
}

.mod-margin-sm {
  margin-top: 40px;
}

.mod-margin-xs {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .mod-margin-xl {
    margin-top: 80px;
  }
  .mod-margin-lg {
    margin-top: 60px;
  }
  .mod-margin-md {
    margin-top: 40px;
  }
  .mod-margin-sm {
    margin-top: 20px;
  }
  .mod-margin-xs {
    margin-top: 10px;
  }
}
.mod-margin-xl-negative {
  margin-top: -100px;
}

.mod-margin-lg-negative {
  margin-top: -80px;
}

.mod-margin-md-negative {
  margin-top: -60px;
}

.mod-margin-sm-negative {
  margin-top: -40px;
}

.mod-margin-xs-negative {
  margin-top: -20px;
}

@media (max-width: 767px) {
  .mod-margin-xl-negative {
    margin-top: -80px;
  }
  .mod-margin-lg-negative {
    margin-top: -60px;
  }
  .mod-margin-md-negative {
    margin-top: -40px;
  }
  .mod-margin-sm-negative {
    margin-top: -20px;
  }
  .mod-margin-xs-negative {
    margin-top: -10px;
  }
}
.main.mod-3rd {
  font-size: clamp(16px, 2.2rem, 18px);
}
@media screen and (min-width: 768px) {
  .main.mod-3rd {
    font-size: clamp(15px, 3rem, 16px);
  }
}

.mod-a {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.25;
  overflow: hidden;
  background: #001d56;
  color: #fff;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15px 15px 15px 18px;
}
@media screen and (min-width: 768px) {
  .mod-a {
    padding: 35px 50px;
  }
}
.mod-a:before {
  content: "";
  width: 10px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #e6801e;
}
@media screen and (min-width: 768px) {
  .mod-a:not(:first-child) {
    margin-top: 60px;
  }
}
.wrapper > .mod-a:not(:first-child) {
  margin-top: 80px;
}
.wrapper > .mod-a::after {
  -webkit-transform: translate(-50%, -50%) rotate(13deg);
          transform: translate(-50%, -50%) rotate(13deg);
}
.mod-a h2 {
  color: #fff;
  font-size: 1.125rem;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .mod-a h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .mod-a--middle h2 {
    font-size: 2.375rem;
  }
  .mod-a--large h2 {
    font-size: 2.625rem;
  }
}

.mod-b {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f7f7f7;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 2px solid #e6801e;
}
.mod-b:not(:first-child) {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .mod-b:not(:first-child) {
    margin-top: 80px;
  }
}
.mod-b h3 {
  padding: 15px;
  position: relative;
  font-size: 0.875rem;
  font-weight: 800;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #001d56;
}
@media screen and (min-width: 768px) {
  .mod-b h3 {
    font-size: 1.75rem;
    padding: 15px 30px;
  }
}
.mod-b h3::before {
  width: 5rem;
  height: 8px;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
}
@media screen and (min-width: 768px) {
  .mod-b h3 {
    font-size: clamp(26px, 2.5rem, 30px);
  }
}

.mod-c {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-weight: bold;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mod-c:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .mod-c:not(:first-child) {
    margin-top: 50px;
  }
}
.mod-c::after {
  content: "";
  bottom: -6px;
  width: 80px;
  height: 2px;
  background-color: #e6801e;
  display: block;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .mod-c::after {
    bottom: -8px;
    width: 130px;
  }
}
.mod-c h4 {
  color: #001d56;
  font-size: 0.875rem;
  font-weight: 800;
  text-indent: -1px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .mod-c h4 {
    font-size: 1.25rem;
  }
}

.mod-text {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .mod-text {
    font-size: 12px;
    line-height: 1.4;
  }
}
.mod-text:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .mod-text:not(:first-child) {
    margin-top: 40px;
  }
}

.mod-d {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-d:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .mod-d:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .mod-d--middle .mod-text {
    font-size: 16px;
  }
  .mod-d--large .mod-text {
    font-size: 18px;
  }
}

.mod-list-cir:not(:first-child), .mod-list-num:not(:first-child) {
  margin-top: 30px;
}
.mod-list-cir li, .mod-list-num li {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .mod-list-cir li, .mod-list-num li {
    font-size: 0.875rem;
  }
}
.mod-list-num {
  counter-reset: li;
}
.mod-list-cir-item:not(:first-child), .mod-list-num-item:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .mod-list-cir-item:not(:first-child), .mod-list-num-item:not(:first-child) {
    margin-top: 30px;
  }
}
.mod-list-cir-item {
  position: relative;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .mod-list-cir-item {
    padding-left: 18px;
  }
}
.mod-list-cir-item::before {
  width: 6px;
  height: 6px;
  position: absolute;
  background-color: #001d56;
  border-radius: 50%;
  content: "";
  top: 5px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .mod-list-cir-item::before {
    top: 6px;
    left: 4px;
  }
}
.mod-list-num-item {
  position: relative;
  text-indent: -15px;
  padding-left: 15px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .mod-list-num-item {
    font-size: 0.875rem;
    text-indent: -18px;
    padding-left: 18px;
  }
}
.mod-list-num-item::before {
  padding-right: 6px;
  content: counter(li) ".";
  counter-increment: li;
  color: #001d56;
  font-weight: bold;
}

.mod-e {
  padding: 20px 12px;
  background-color: #f7f7f7;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.75rem;
}
.mod-e:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .mod-e:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .mod-e {
    padding: 30px;
  }
}
.mod-e .mod-link[target=_blank]:after {
  content: "";
  background-image: url(../img/common/external-black.svg);
  background-size: cover;
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .mod-e {
    font-size: 0.875rem;
  }
}

.mod-06 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-06:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .mod-06:not(:first-child) {
    margin-top: 30px;
  }
}

.mod-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-f:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .mod-f:not(:first-child) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .mod-f {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .mod-f::after {
    display: block;
    clear: both;
    content: "";
  }
}
.mod-f .mod-o {
  width: 100%;
}
.mod-f .mod-h-block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mod-f .mod-h-block[target=_blank]:after {
  margin-left: 0;
}
.mod-f-img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .mod-f-img {
    width: 64%;
    position: relative;
  }
}
.mod-f-img .mod-img.full {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 100%;
}
.mod-f-img .mod-img.trim {
  aspect-ratio: 4/3;
}
@media screen and (max-width: 767px) {
  .mod-f-img .mod-img.trim {
    aspect-ratio: 4/3;
  }
}
@media screen and (min-width: 768px) {
  .mod-f-img .mod-img.trim {
    height: 400px;
  }
}
.mod-f-img .mod-img.trim a {
  height: 100%;
}
.mod-f-img .mod-img.trim img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mod-f-text {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mod-f-text {
    margin-top: 15px;
  }
}
.mod-f-text .mod-o {
  width: 100%;
}
.mod-f-text .mod-o:not(:first-child) {
  margin-top: 50px;
}
.mod-f-text .mod-o table {
  min-width: auto;
}
.mod-f-text .mod-o th {
  background-color: #001d56;
  color: #fff;
  border-bottom: 1px solid;
}
.mod-f-text .mod-c {
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mod-f-text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    padding: 0 50px;
  }
  .mod-f-text.mod-h-block {
    margin: 0 auto 0 0;
  }
  .mod-f-text .mod-h-wrapper {
    line-height: 1.4;
  }
}
.mod-f-text.mod-h-03:first-child, .mod-f-text.mod-text:first-child {
  margin-top: 30px;
}
.mod-f .mod-h,
.mod-f .mod-09,
.mod-f .mod-19 {
  margin: 30px auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mod-f .mod-h,
  .mod-f .mod-09,
  .mod-f .mod-19 {
    margin: 40px 0;
  }
}

.mod-link {
  color: rgb(69, 110, 78);
}
a.mod-link {
  display: inline;
}

.mod-link:visited {
  color: rgb(69, 110, 78);
}

.mod-g {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-g-img.trim a {
  height: 100%;
}
.mod-g-img.trim .mod-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mod-g-img.full img {
  max-width: 100%;
  -o-object-fit: unset;
     object-fit: unset;
  width: auto;
}

.mod-h {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  .mod-h {
    margin: 40px auto;
  }
}
@media screen and (max-width: 767px) {
  .mod-h {
    font-size: 0.75rem;
  }
}
.mod-h-block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 15px;
  background-color: #e6801e;
  color: #fff;
  font-weight: 500;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .mod-h-block {
    padding: 20px;
  }
}
.mod-h-block:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}
.mod-h-block:before {
  content: url(../img/common/arrow-w.svg);
  vertical-align: middle;
  margin-right: 8px;
}
.mod-h-block[target=_blank]:after {
  content: "";
  background-image: url(../img/common/external.svg);
  background-size: cover;
  background-position: center;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .mod-h-block[target=_blank]:after {
    width: 20px;
    height: 20px;
  }
}
.mod-h .--small {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .mod-h .--small {
    width: 300px;
    margin: 0 auto;
  }
}
.mod-h .--middle {
  width: 75%;
}
@media screen and (min-width: 768px) {
  .mod-h .--middle {
    width: 50%;
    margin: 0 auto;
  }
}
.mod-h .--full {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mod-h .--full {
    margin: 0 auto;
  }
}
.mod-h-wrapper::after {
  top: 50%;
  right: 30px;
  position: absolute;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mod-i {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-i-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: flex;
}
.mod-i-block.left .mod-i-text {
  -ms-flex-item-align: end;
      align-self: end;
}
.mod-i-block.right .mod-i-img {
  position: relative;
  -ms-flex-item-align: end;
      align-self: end;
}
.mod-i-img {
  overflow: hidden;
  z-index: 1;
  width: 100%;
  width: calc(100% - 20px);
}
@media screen and (min-width: 768px) {
  .mod-i-img {
    width: 64%;
    position: relative;
  }
}
.mod-i-img .mod-img {
  height: auto;
  max-height: 35rem;
}
@media screen and (min-width: 768px) {
  .mod-i-img .mod-img {
    max-height: 45rem;
  }
}
.mod-i-text {
  background-color: #f7f7f7;
  color: #000;
  position: relative;
  z-index: 2;
  margin-top: -15px;
  padding: 25px;
  width: calc(100% - 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .mod-i-text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 50px 40px;
    width: 60%;
    background-color: #f7f7f7;
    margin-top: -100px;
  }
}
.mod-i-text .mod-c {
  margin: 0;
}

.mod-j {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
  grid-gap: 25px;
}
@media screen and (min-width: 768px) {
  .mod-j {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.mod-j-block {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .mod-j-block:nth-child(n+4) {
    margin-top: 40px;
  }
}
.mod-j-img {
  position: relative;
}
.mod-j-img--full {
  width: 100%;
  height: auto;
}
.mod-j-img--default {
  aspect-ratio: 10/7;
  height: auto;
}
.mod-j-text {
  padding: 0;
  width: 93%;
  margin-top: -24px;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mod-j-text {
    width: 84%;
  }
}
.mod-j-text .mod-c {
  padding: 28px 0 18px;
  margin: 0;
}
.mod-j-text .mod-text {
  margin-top: 24px;
}
.mod-j-text .mod-h {
  margin: 18px 0 0;
}
.mod-j-text .mod-h-block {
  background: transparent;
  color: #001d56;
  font-size: 0.8125rem;
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.mod-j-text .mod-h-block:before {
  content: url(../img/common/arrow-o.svg);
}

.mod-text-box .mod-j-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px 78px;
  position: relative;
  z-index: 9;
  border: 8px solid #3b4b40;
}
.mod-text-box .mod-j-text::after {
  top: auto;
  bottom: -8px;
  right: -8px;
  z-index: 10;
}

.mod-link {
  color: rgb(69, 110, 78);
}
.mod-link:visited {
  color: #000;
}

.mod-k {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-k--bg {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .mod-k--3col {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .mod-k--2col {
    grid-template-columns: 1fr 1fr;
  }
  .mod-k--1col {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) {
  .mod-k {
    display: grid;
    grid-gap: 25px;
  }
}
.mod-k-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
  will-change: background-color;
  margin-bottom: 20px;
}
.mod-k-block h4 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mod-k-block h4 {
    font-size: 0.875rem;
  }
}
.mod-k-block[target=_blank]:after {
  content: "";
  background-image: url(../img/common/external.svg);
  background-size: cover;
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mod-k-block.orange {
  background-color: #e6801e;
  color: #fff;
}
.mod-k-block.orange-line {
  background-color: #e6801e;
  color: #fff;
  position: relative;
}
.mod-k-block.gray {
  background-color: #ebecf3;
  color: #001d56;
}
.mod-k-block.gray-line {
  background-color: #ebecf3;
  color: #001d56;
  position: relative;
}
.mod-k-block.gray-line:after {
  content: "";
  width: 100%;
  height: 6px;
  background: #001d56;
  position: absolute;
  left: 0;
  top: 0;
}
.mod-k a.mod-k-block :hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0.7;
}
.mod-k a.mod-k-block:before {
  margin-left: 18px;
}
.mod-k a.mod-k-block:not([target=_blank]).orange:before {
  content: url(../img/common/arrow-w.svg);
  vertical-align: middle;
  margin-right: 8px;
}
.mod-k a.mod-k-block:not([target=_blank]).orange-line:before {
  content: url(../img/common/arrow-w.svg);
  vertical-align: middle;
  margin-right: 8px;
}
.mod-k a.mod-k-block:not([target=_blank]).gray:before {
  content: url(../img/common/arrow-o.svg);
  vertical-align: middle;
  margin-right: 8px;
}
.mod-k a.mod-k-block:not([target=_blank]).gray-line:before {
  content: url(../img/common/arrow-o.svg);
  vertical-align: middle;
  margin-right: 8px;
}
.mod-k-text {
  position: relative;
  z-index: 2;
  padding: 20px 50px 20px 20px;
}
@media screen and (min-width: 768px) {
  .mod-k-text {
    padding: 20px 50px 20px 20px;
  }
}
.mod-k.is-anchor .mod-k-text {
  padding: 25px 0 10px;
}
@media screen and (max-width: 767px) {
  .mod-k.is-anchor .mod-k-text {
    padding: 15px 0 10px;
  }
}
.mod-k.is-anchor .mod-k-block {
  background: linear-gradient(45deg, rgb(0, 29, 86) 0%, rgb(35, 71, 130) 100%);
  color: #fff;
  text-align: center;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mod-k.is-anchor .mod-k-block:before {
  content: none !important;
}
.mod-k.is-anchor .mod-k-block:after {
  content: url(../img/common/arrow-w.svg);
  vertical-align: middle;
  display: block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mod-k-plus {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
@media screen and (min-width: 768px) {
  .mod-k-plus.mod-k--2col {
    grid-template-columns: 1fr 1fr;
  }
  .mod-k-plus.mod-k--3col {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .mod-k-plus.mod-k--4col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .mod-k-plus.mod-k--5col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

/*
** mod-img
*/
.mod-img {
  width: 100%;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  opacity: 1;
}
.mod-l {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-l:not(:first-child) {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .mod-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .mod-l:not(:first-child) {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .mod-l--two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
  }
}
@media screen and (min-width: 768px) {
  .mod-l--three {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
  }
}
.mod-l-block {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mod-l-block:not(:first-child) {
    margin-top: 30px;
  }
}
.mod-l a.mod-l-block:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.mod-col-img {
  position: relative;
  width: 100%;
}
.mod-col-img.full img {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
}
.mod-col-img.trim {
  aspect-ratio: 4/3;
}
@media screen and (max-width: 767px) {
  .mod-col-img.trim {
    aspect-ratio: 4/3;
  }
}
@media screen and (min-width: 768px) {
  .mod-col-img.trim {
    height: 400px;
  }
}
.mod-col-img.trim a {
  height: 100%;
}
.mod-col-img.trim img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mod-col-title.mod-c {
  margin-top: 17px;
  margin-left: 0;
  margin-bottom: 10px;
}
.mod-col-title.mod-c h4 {
  margin-top: 8px;
}

.mod-col-text {
  position: relative;
  z-index: 1;
  color: #000;
  -webkit-transition: background-color 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: background-color 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: background-color;
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .mod-col-text {
    padding-top: 15px;
  }
}
.mod-col-text .mod-h-03 {
  margin-top: 30px;
}

.mod-o {
  overflow-x: auto;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-o__wrapper {
  position: relative;
}
.mod-o table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 667px;
  background-color: #ebecf3;
}
@media screen and (min-width: 768px) {
  .mod-o table {
    width: 100%;
  }
}
.mod-o table td {
  padding: 15px;
  border: 1px solid #ccc;
  font-size: 0.8125rem;
}
.mod-o table td img {
  max-width: 100%;
}
.mod-o__table-wrapper {
  width: 100%;
}
.mod-o.--top table tr:first-child td {
  background: #152f7f;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
}
.mod-o.--top.--large table tr:first-child td {
  height: 80px !important;
}
.mod-o.--top.--medium table tr:first-child td {
  height: 50px !important;
}
.mod-o.--top.--small table tr:first-child td {
  height: auto !important;
}
.mod-o.--left table tr td:first-child {
  background: #001d56;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
}
.mod-o.--left.--large table tr td:first-child {
  width: 300px !important;
}
.mod-o.--left.--medium table tr td:first-child {
  width: 200px !important;
}
.mod-o.--left.--small table tr td:first-child {
  width: 150px !important;
}
.mod-o.--lefttop table tr:first-child td:not(td:first-child) {
  background: #152f7f;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
}
.mod-o.--lefttop.--large tr:first-child td:not(td:first-child) {
  height: 80px !important;
}
.mod-o.--lefttop.--large tr td:first-child {
  width: 300px !important;
}
.mod-o.--lefttop.--medium tr:first-child td:not(td:first-child) {
  height: 50px !important;
}
.mod-o.--lefttop.--medium tr td:first-child {
  width: 200px !important;
}
.mod-o.--lefttop.--small tr:first-child td:not(td:first-child) {
  height: auto !important;
}
.mod-o.--lefttop.--small tr td:first-child {
  width: 150px !important;
}
.mod-o.--lefttop tr td:first-child {
  background: #001d56;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  main > .wrapper > .mod-o {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.mod-p {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0px;
  background: #001d56;
  border: none;
}
.mod-p:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .mod-p:not(:first-child) {
    margin-top: 60px;
  }
}

.mod-q {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-q:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .mod-q:not(:first-child) {
    margin-top: 60px;
  }
}

.mod-q-block {
  position: relative;
}
.mod-q-block:not(:first-child) {
  margin-top: 50px;
}

.mod-q-title {
  padding: 26px 20px 26px 94px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  background: linear-gradient(90deg, #e6801e 0%, #e6801e 70px, #001d56 70px, #001d56 100%);
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .mod-q-title {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.mod-q-title:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0.7;
}
.mod-q-title::before, .mod-q-title::after {
  position: absolute;
  z-index: 2;
  background-color: #fff;
  content: "";
  will-change: transform;
}
.mod-q-title::after {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 2px;
  height: 18px;
  bottom: 50%;
  left: 35px;
}
.mod-q-title::before {
  width: 18px;
  height: 2px;
  bottom: calc(50% - 1px);
  left: 27px;
}
.mod-q-block.is-open .mod-q-title::after {
  -webkit-transform: translateY(50%) rotate(0) rotate(90deg);
          transform: translateY(50%) rotate(0) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.mod-q-block.is-open .mod-q-title::before {
  opacity: 0;
  -webkit-transform: translateY(50%) rotate(0) rotate(90deg);
          transform: translateY(50%) rotate(0) rotate(90deg);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.mod-q-content {
  position: relative;
  display: none;
  border-bottom: 2px solid #2a2a2a;
  background-color: #f7f7f7;
}
.mod-q-content::after {
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.mod-q-content__inner.--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .mod-q-content__inner.--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mod-q-content__inner.--right img {
  margin: 30px 0 auto;
}
@media screen and (max-width: 767px) {
  .mod-q-content__inner.--right img {
    margin: 30px auto auto;
    width: 100% !important;
  }
}
.mod-q-content .mod-text {
  padding: 20px;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: opacity;
}
.mod-q-content .mod-text:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0.7;
}
.mod-q-content img {
  width: auto;
  max-width: 90%;
  margin: 0 auto;
  display: block;
  padding-bottom: 50px;
}
.mod-q-block.is-open .mod-q-content::after {
  opacity: 1;
}
.mod-q-block.is-open .mod-q-content .mod-text {
  opacity: 1;
}

.mod-r {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-r:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .mod-r {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .mod-r:not(:first-child) {
    margin-top: 60px;
  }
  .mod-r--3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.mod-r-block {
  padding: 30px 15px;
  overflow: hidden;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .mod-r-block {
    margin-bottom: 0;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.mod-r-block .mod-c {
  width: 100%;
}
.mod-r--blue .mod-r-block {
  background-color: #001d56;
  color: #fff;
}
.mod-r--blue .mod-c:after {
  background-color: #fff;
}
.mod-r--blue .mod-c h4 {
  color: #fff;
}
.mod-r--gray .mod-r-block {
  background-color: #ebecf3;
  color: #000;
}

.mod-youtube {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mod-youtube:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .mod-youtube {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mod-youtube--multi .mod-youtube__videoview__wrapper {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mod-youtube--multi .mod-youtube__videoview__wrapper {
    width: 75%;
  }
}
.mod-youtube__videoview__wrapper {
  position: relative;
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 16/9;
}
.mod-youtube__videoview__wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.mod-youtube__videoview__wrapper:hover {
  cursor: pointer;
}
.mod-youtube__videoview__wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mod-youtube__videoview {
  height: 100%;
  position: relative;
}
@media all and (max-width: 1080px) {
  .mod-youtube__videoview {
    height: auto;
  }
}
.mod-youtube__videoview:after {
  content: "";
  background-image: url(../img/mod-3rd/youtube-icon.svg);
  background-position: center;
  background-size: 100px 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.mod-youtube__videoview:after:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.mod-youtube__videoview.--play:after {
  display: none;
}
.mod-youtube__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .mod-youtube__list {
    width: 100%;
  }
  .mod-youtube__list .mod-youtube__link {
    font-size: 1.2rem;
  }
}
.mod-youtube__list__item {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mod-youtube__list__item {
    height: 33.333333%;
  }
}
@media screen and (max-width: 767px) {
  .mod-youtube__list__item {
    width: 33.333333%;
  }
}
.mod-youtube__list__item:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  cursor: pointer;
}
@media all and (max-width: 1080px) {
  .mod-youtube__list__item {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mod-youtube__list__item {
    width: 100%;
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 767px) {
  .mod-youtube__list--thumb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .mod-youtube__list--thumb .mod-youtube__link {
    width: 33.333333%;
    height: auto;
    background-color: #001d56;
  }
  .mod-youtube__list--thumb .mod-youtube__link a p {
    font-size: 1.2rem;
    color: #fff;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mod-youtube__list--thumb .mod-youtube__link a p {
    font-size: 0.875rem;
  }
}
.mod-youtube__list--thumb .mod-youtube__list__item {
  background-color: #fff;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mod-youtube__list--thumb .mod-youtube__list__item {
    width: 33.333333%;
  }
}
.mod-youtube__list--thumb .mod-youtube__list__item img {
  opacity: 0.5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mod-youtube__list--thumb .mod-youtube__list__item:after {
  content: "";
  background-image: url(../img/mod-3rd/youtube-icon.svg);
  background-position: center;
  background-size: 50px 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .mod-youtube__list--thumb .mod-youtube__link a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .mod-youtube__list--thumb .mod-youtube__link:before {
    left: 0;
    right: 0;
    bottom: 10px;
    top: auto;
  }
}
.mod-youtube__list--text .mod-youtube__list__item {
  background-color: #f7f7f7;
  padding: 15px 15px 15px 50px;
  border-bottom: 1px solid #001d56;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mod-youtube__list--text .mod-youtube__list__item h5 {
  font-size: 0.875rem;
}
.mod-youtube__list--text .mod-youtube__list__item h6 {
  font-size: 0.75rem;
}
.mod-youtube__list--text .mod-youtube__list__item:before {
  content: url(../img/common/arrow-o.svg);
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 25px;
}
@media all and (max-width: 1080px) {
  .mod-youtube__list--text .mod-youtube__list__item h5 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .mod-youtube__list--text .mod-youtube__list__item h6 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 767px) {
  .mod-youtube__list--text .mod-youtube__list__item {
    text-align: center;
    height: 75px;
  }
}
@media screen and (max-width: 767px) {
  .mod-youtube__list--text .mod-youtube__list__item {
    text-align: left;
  }
}
.mod-youtube__list--text .mod-youtube__link {
  background-color: #001d56;
  color: #fff;
}
.mod-youtube__link {
  background-color: #001d56;
  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-duration: 0.3s;
          transition-duration: 0.3s;
  height: 33.333333%;
  position: relative;
}
.mod-youtube__link:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  cursor: pointer;
}
.mod-youtube__link a {
  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;
}
.mod-youtube__link p {
  font-size: 14px;
  color: #fff;
}
.mod-youtube__link:before {
  content: url(../img/common/arrow-w.svg);
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 25px;
}
@media all and (max-width: 1080px) {
  .mod-youtube__link {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mod-youtube__link {
    width: 100%;
    height: 75px;
    aspect-ratio: auto;
    text-align: center;
  }
}
.mod-youtube iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.mod-youtube__videobox_item {
  background-color: #001d56;
  padding: 20px;
}

.mod-youtube--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mod-youtube--2col .mod-youtube__videoview__wrapper {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .mod-youtube--2col .mod-youtube__videoview__wrapper {
    width: 100%;
    margin-bottom: 15px;
  }
}

.mod-youtube--3col {
  grid-gap: 25px;
  max-width: 1200px;
}
.mod-youtube--3col .mod-youtube__videoview__wrapper {
  aspect-ratio: auto;
}
.mod-youtube--3col .mod-youtube__videoview {
  aspect-ratio: 16/9;
}

.mod-news__contents {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.mod-news__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
}
.mod-news__tab span {
  background-color: #fff;
  color: #2fac6f;
  font-size: 1.125em;
  padding: 15px 0;
  display: block;
  width: 25%;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .mod-news__tab span {
    font-size: 14px;
    padding: 12px 0;
  }
}
.mod-news__tab span.-active {
  background-color: #2fac6f;
  color: #fff;
}
.mod-news__tab span:hover {
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  color: #fff;
  background-color: #2fac6f;
}
.mod-news__list ul {
  display: none;
  margin-top: 10px;
  background-color: #fff;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .mod-news__list ul {
    padding: 0 15px;
  }
}
.mod-news__list ul.-active {
  display: block;
}
.mod-news__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 21px;
  border-bottom: 2px solid #d1f0d3;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.mod-news__list li a:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .mod-news__list li a {
    padding: 15px 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.4rem;
  }
}
.mod-news__list li a span.date {
  padding: 10px 0;
  color: #000;
}
@media screen and (max-width: 767px) {
  .mod-news__list li a span.date {
    padding: 3px;
  }
}
.mod-news__list li a span.cat {
  background-color: #af9c33;
  margin: 0 45px;
  padding: 1px;
  color: #fff;
  border-radius: 8px;
  display: inline-block;
  width: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 0px;
  text-align: center;
}
.mod-news__list li a span.cat.--cat1 {
  background-color: #4884EA;
}
.mod-news__list li a span.cat.--cat2 {
  background-color: #D5BE45;
}
.mod-news__list li a span.cat.--cat3 {
  background-color: #FC7382;
}
.mod-news__list li a span.cat.--cat4 {
  background-color: #fc73da;
}
@media screen and (max-width: 767px) {
  .mod-news__list li a span.cat {
    margin: 0 15px;
    padding: 5px 10px;
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
  }
}
.mod-news__list li a span.title {
  color: #000;
  padding: 10px 0;
  overflow: hidden;
  height: 3rem;
  line-height: 3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .mod-news__list li a span.title {
    width: 100%;
  }
}

.mod-t {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}
.mod-t__view {
  aspect-ratio: 9/4;
}
.mod-t__view img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mod-t__thumbnail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.mod-t__thumbnail-list img {
  width: 100%;
  aspect-ratio: 9/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.mod-t__thumbnail-list .swiper-wrapper div:not(.swiper-slide-thumb-active) {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
.mod-t__thumbnail-list .swiper-button-next, .mod-t__thumbnail-list .swiper-button-prev {
  color: #ffffff;
}

@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.p-event .content {
  margin-top: 100px;
  min-height: 70vh;
}
.p-event__list {
  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;
}
.p-event__list__box {
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .p-event__list__box {
    width: 47%;
  }
}
@media screen and (min-width: 768px) {
  .p-event__list__box {
    width: 32%;
  }
}
.p-event__list__box__image {
  aspect-ratio: 4/3;
}
.p-event__list__box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-event__list__box__text {
  width: 84%;
  margin-top: -24px;
  background-color: #fff;
  position: relative;
  padding-top: 11px;
}
.p-event__list__box__text .mod-c {
  margin: 10px 0 0 0;
}
.p-event__list__box__text .date {
  color: #000;
  font-size: 0.75rem;
  margin-right: 20px;
  vertical-align: middle;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .p-event__list__box__text .date {
    font-size: 0.875rem;
  }
}
.p-event__list__box__text .badge {
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  padding: 3px 9px;
  background-color: #1673fb;
  margin-right: 20px;
  border-radius: 5px;
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
  .p-event__list__box__text .badge {
    font-size: 1.2rem;
  }
}
.p-event__list__box__text .title {
  font-size: 1.4rem;
  color: #333333;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  letter-spacing: 2px;
}
@media screen and (min-width: 400px) {
  .p-event__list__box__text .title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 768px) {
  .p-event__list__box__text .title {
    font-size: 1rem;
    padding-top: 0.8rem;
  }
}
.p-event__list .dummy {
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (min-width: 400px) {
  .p-event__list .dummy {
    width: 47%;
  }
}
@media screen and (min-width: 768px) {
  .p-event__list .dummy {
    width: 32%;
  }
}

.p-front--ru .p-front__mv__catch {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-front--ru .p-front__mv__catch {
    font-size: 5rem;
  }
}

.p-front__readmore {
  display: block;
  color: #001d56;
  font-size: 0.75rem;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  margin-top: 15px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-size: 0.8125rem;
}
.p-front__readmore:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-filter: brightness(160%);
          filter: brightness(160%);
}
.p-front__readmore:before {
  content: url(../img/common/arrow-o.svg);
  vertical-align: middle;
  margin-right: 8px;
}
.p-front__mv {
  height: 300px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-front__mv {
    height: calc(100vh - 110px);
  }
}
.p-front__mv__slide {
  height: 100%;
}
.p-front__mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-front__mv__text {
  padding: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  z-index: 1;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-front__mv__text {
    padding: 50px;
  }
}
.p-front__mv__catch {
  font-size: 2.375rem;
  line-height: 1.05;
}
@media screen and (min-width: 768px) {
  .p-front__mv__catch {
    font-size: 5.625rem;
  }
}
.p-front__mv__description {
  font-size: 0.5rem;
  line-height: 1.3125;
}
@media screen and (min-width: 768px) {
  .p-front__mv__description {
    font-size: 1rem;
  }
}
.p-front__events {
  padding: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .p-front__events {
    padding: 80px 0;
  }
}
.p-front__events h3 {
  font-size: 0.875rem;
  color: #001d56;
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 13px;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .p-front__events h3 {
    font-size: 1rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.p-front__events h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 60px;
  background-color: #e6801e;
}
.p-front__events .l-grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .p-front__events .l-grid {
    gap: 25px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.p-front__events__item img {
  width: 100%;
  aspect-ratio: 1/0.895;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-front__events__item__text {
  padding: 20px 20px 20px 0;
  background: #fff;
  margin-top: -26px;
  z-index: 1;
  position: relative;
  width: 85%;
}
@media screen and (min-width: 768px) {
  .p-front__events__item__text {
    padding: 25px 12px 25px 0;
  }
}
.p-front__mission {
  background-color: #001d56;
  background-image: url(../img/front/bg-mission.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: autos;
  color: #fff;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-front__mission {
    padding: 100px 0;
    background-size: cover;
  }
}
.p-front__mission .l-inner {
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .p-front__mission .l-inner {
    gap: 34px;
  }
}
@media screen and (min-width: 768px) {
  .p-front__mission__text {
    width: 50%;
    max-width: 530px;
    padding-right: 70px;
  }
}
.p-front__mission__text h3 {
  color: #efcb93;
  font-size: 1.25rem;
  font-weight: 800;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 35px 0 20px;
}
@media screen and (min-width: 768px) {
  .p-front__mission__text h3 {
    font-size: 1.875rem;
    padding: 50px 0 40px;
  }
}
.p-front__mission__text p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 2;
  word-break: auto-phrase;
}
@media screen and (min-width: 768px) {
  .p-front__mission__text p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-front__mission__yt {
    width: 50%;
  }
}
.p-front__mission__yt__wrapper {
  background-color: #fff;
  padding: 10px;
}
.p-front__mission__yt__wrapper iframe {
  aspect-ratio: 16/9;
  border: 1px solid #001d56;
}
.p-front__mission__yt__wrapper:first-child {
  margin-bottom: 18px;
}
.p-front__mission__yt h4 {
  padding-top: 15px;
  font-size: 0.9375rem;
  color: #001d56;
}
.p-front__topics {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .p-front__topics {
    padding: 80px 0 70px;
  }
}
.p-front__topics h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #001d56;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .p-front__topics h3 {
    font-size: 1.75rem;
    margin-bottom: 45px;
  }
}
.p-front__topics .l-grid {
  gap: 20px;
  margin-bottom: 20px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-front__topics .l-grid {
    margin-bottom: 60px;
    gap: 40px 23px;
    grid-template-columns: repeat(3, minmax(350px, 1fr));
  }
}
.p-front__topics__item {
  -webkit-box-shadow: 7px 7px 4.7px rgba(0, 0, 0, 0.2);
          box-shadow: 7px 7px 4.7px rgba(0, 0, 0, 0.2);
}
.p-front__topics__item img {
  width: 100%;
  aspect-ratio: 1.75/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-front__topics__item__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-front__topics__item__text {
  padding: 20px 35px;
}
.p-front__topics__item__text .date {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 0.75rem;
  margin-bottom: 20px;
  color: #001d56;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-front__topics__item__text .date {
    font-size: 0.8125rem;
  }
}
.p-front__topics__item__text .tag {
  padding: 2px 15px;
  background: #f7f7f7;
  border-radius: 3px;
}
.p-front__topics__item__text h4 {
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-front__topics__item__text h4 {
    font-size: 0.8125rem;
  }
}
.p-front__topics__news {
  margin-bottom: 100px;
}
.p-front__banner {
  background-image: url(../img/front/bg-banner.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-front__banner .l-flex {
  gap: 20px;
  padding: 75px 0;
}
@media screen and (min-width: 768px) {
  .p-front__banner .l-flex {
    padding: 100px 0;
    gap: 30px;
  }
}
.p-front__banner .l-flex a {
  display: block;
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1.3;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  min-height: 100px;
  position: relative;
  background: linear-gradient(135deg, #001d56, #234782);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-front__banner .l-flex a {
    width: 50%;
    font-size: 1.75rem;
    line-height: 1.25rem;
    min-height: 180px;
  }
}
.p-front__banner .l-flex a:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-filter: brightness(160%);
          filter: brightness(160%);
}
.p-front__banner .l-flex a:before {
  content: "";
  background-image: url(../img/common/arrow-w.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  vertical-align: text-bottom;
  position: absolute;
  right: 27px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-front__banner .l-flex h3 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  line-height: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-front__banner .l-flex h3 {
    line-height: 2.25rem;
  }
}
.p-front__banner .l-flex img {
  margin-right: 110px;
}
@media screen and (max-width: 767px) {
  .p-front__banner .l-flex img {
    width: 75px;
    margin-right: 75px;
  }
}
.p-front__members {
  position: relative;
}
.p-front__members img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-front__members img {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-front__members--pc {
    display: none;
  }
  .p-front__members--sp {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-front__members--pc {
    display: block;
  }
  .p-front__members--sp {
    display: none;
  }
}
.p-front__members__inner {
  position: relative;
}
.p-front__members .l-inner {
  border: 1px solid #001d56;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 90%;
}
@media screen and (min-width: 768px) {
  .p-front__members .l-inner {
    width: calc(100% - 100px);
    height: calc(100% - 100px);
  }
}
.p-front__members__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 7px auto 0;
}
@media screen and (min-width: 768px) {
  .p-front__members__title {
    margin: 50px auto 0;
  }
}
.p-front__members h3 {
  font-size: 1.25rem;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  color: #001d56;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-front__members h3 {
    font-size: 1.75rem;
  }
}
.p-front__members h4 {
  font-size: 1.4375rem;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  color: #001d56;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-front__members h4 {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-front__members__button--pc {
    display: none;
  }
  .p-front__members__button--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .p-front__members__button--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-front__members__button--sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-front__members .c-button {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-front__members .c-button {
    width: 90%;
  }
}/*# sourceMappingURL=style.css.map */