@charset "UTF-8";
/*!
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
}

/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

.cBlack {
  color: #000000;
}

.cGray {
  color: #666;
}

.cRed {
  color: #f00000;
}

.cWhite {
  color: #fff;
}

.cBlue {
  color: #004298;
}

.cLightBlue {
  color: #dce7ef;
}

/* 
start _module.scss
*/
.palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.tategaki {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.clearfloat {
  display: block;
  height: 1px;
  clear: both;
}

.en {
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.04em;
  font-optical-sizing: auto;
}

.mincho {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.fz48 {
  font-size: 4.8rem;
  letter-spacing: 0.04em;
}
.fz44 {
  font-size: 4.4rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 441px) {
  .fz44 {
    font-size: 2.4rem;
  }
}
.fz36 {
  font-size: 3.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 441px) {
  .fz36 {
    font-size: 2.4rem;
  }
}
.fz34 {
  font-size: 3.4rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 441px) {
  .fz34 {
    font-size: 2.4rem;
  }
}
.fz32 {
  font-size: 3.2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 441px) {
  .fz32 {
    font-size: 1.8rem;
  }
}
.fz30 {
  font-size: 3rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 441px) {
  .fz30 {
    font-size: 1.8rem;
  }
}
.fz28 {
  font-size: 2.8rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 441px) {
  .fz28 {
    font-size: 1.8rem;
  }
}
.fz26 {
  font-size: 2.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 441px) {
  .fz26 {
    font-size: 1.8rem;
  }
}
.fz25 {
  font-size: 2.5rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 441px) {
  .fz25 {
    font-size: 1.8rem;
  }
}
.fz24 {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 441px) {
  .fz24 {
    font-size: 1.8rem;
  }
}
.fz22 {
  font-size: 2.2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 441px) {
  .fz22 {
    font-size: 1.8rem;
  }
}
.fz20 {
  font-size: 2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 441px) {
  .fz20 {
    font-size: 1.6rem;
  }
}
.fz19 {
  font-size: 1.9rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 441px) {
  .fz19 {
    font-size: 1.5rem;
  }
}
.fz18 {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 441px) {
  .fz18 {
    font-size: 1.5rem;
  }
}
.fz17 {
  font-size: 1.7rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 441px) {
  .fz17 {
    font-size: 1.4rem;
  }
}
.fz16 {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 441px) {
  .fz16 {
    font-size: 1.3rem;
  }
}
.fz15 {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 441px) {
  .fz15 {
    font-size: 1.3rem;
  }
}
.fz14 {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 441px) {
  .fz14 {
    font-size: 1.2rem;
  }
}
.fz13 {
  font-size: 1.3rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 441px) {
  .fz13 {
    font-size: 1.1rem;
  }
}
.fz12 {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 441px) {
  .fz12 {
    font-size: 1.1rem;
  }
}

.extrabold {
  font-weight: 800 !important;
  font-optical-sizing: auto;
}

.bold {
  font-weight: 700 !important;
  font-optical-sizing: auto;
}

.medium {
  font-weight: 500 !important;
  font-optical-sizing: auto;
}

.semibold {
  font-weight: 600 !important;
  font-optical-sizing: auto;
}

.regular {
  font-weight: 400 !important;
  font-optical-sizing: auto;
}

.light {
  font-weight: 300 !important;
  font-optical-sizing: auto;
}

.thin {
  font-weight: 100 !important;
  font-optical-sizing: auto;
}

.tLeft {
  text-align: left !important;
}

.tCenter {
  text-align: center !important;
}

.tRight {
  text-align: right !important;
}

.beforedata:before {
  content: attr(data-en);
  display: block;
  line-height: 1;
  z-index: 0;
  pointer-events: none;
}

.textindent-1em {
  text-indent: -1em;
  margin-left: 1em;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.fadeupin {
  opacity: 0;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
.fadeupin.on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 441px) {
  .fadeupin {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s;
  }
  .fadeupin.on {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.anchor {
  display: block;
  margin-top: -80px;
  padding-top: 80px;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 441px) {
  .anchor {
    margin-top: -60px;
    padding-top: 60px;
  }
}

/* 
end _module.scss
*/
/* 
start _extend.scss
*/
/* 
end _extend.scss
*/
/* 
start _mixin.scss
*/
/* 
end _mixin.scss
*/
/* 
start _setting.scss
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  min-width: 108rem;
}
@media screen and (max-width: 441px) {
  html {
    min-width: 0;
    font-size: 62.5%;
  }
}

body {
  width: 100%;
  line-height: 2;
  overflow-x: hidden;
  color: #000;
  background: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif;
  font-optical-sizing: auto;
  font-weight: 400;
}
body.fixed {
  position: fixed;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

picture {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  line-height: 1em;
}
picture img {
  width: 100%;
  height: 100%;
}

strong {
  font-weight: 700;
}

ul,
ol,
li {
  list-style: none;
}

img {
  -ms-interpolation-mode: bicubic;
}

/*リンク色*/
a {
  color: #000;
}

a:link {
  text-decoration: none;
}

.pc-alt,
.pc-hide {
  display: none;
}
@media screen and (max-width: 441px) {
  .pc-alt,
  .pc-hide {
    display: block;
  }
}

.sp-alt,
.sp-hide {
  display: block;
}
@media screen and (max-width: 441px) {
  .sp-alt,
  .sp-hide {
    display: none;
  }
}

.alt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 0;
  line-height: 0;
}

/* 
end _setting.scss
*/
.bg-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  opacity: 0;
  display: block;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  pointer-events: none;
  background: #000;
}

body.no-scroll {
  overflow: hidden;
}

.bg-fixed.active {
  opacity: 0.5;
  pointer-events: auto;
}

.header {
  height: 120px;
  width: 100%;
  min-width: 1100px;
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 101;
}
.header__right {
  padding-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 441px) {
  .header {
    height: 60px;
    min-width: 0;
  }
  .header__right {
    padding-right: 10px;
  }
}
.header__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 9;
}
.header__title a {
  width: 380px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #004298;
  border-radius: 0 0 60px 0;
}
.header__title a img {
  display: block;
  width: 304px;
  height: 30px;
}
@media screen and (max-width: 441px) {
  .header__title a {
    width: 240px;
    height: 60px;
    border-radius: 0 0 30px 0;
  }
  .header__title a img {
    display: block;
    width: 213px;
    height: 21px;
  }
}
.header__menu {
  pointer-events: auto;
  opacity: 1;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__menu > ul {
  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;
  height: 66px;
  width: 640px;
  border-radius: 10rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.header__menu > ul > li {
  position: relative;
}
.header__menu > ul > li > a,
.header__menu > ul > li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  padding: 0 1em;
  position: relative;
}
.header__menu > ul > li > a:after,
.header__menu > ul > li > span:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 2em);
  bottom: -2px;
  left: 1em;
  height: 2px;
  background: #004298;
  pointer-events: none;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__menu > ul > li > span:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.header__menu > ul > li .dropmenu {
  position: absolute;
  top: 100%;
  left: -30px;
  white-space: nowrap;
  padding-top: 40px;
  pointer-events: none;
}
.header__menu > ul > li .dropmenu.active {
  pointer-events: auto;
}
.header__menu > ul > li .dropmenu.active > ul {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.header__menu > ul > li .dropmenu > ul {
  background: #fff;
  border-radius: 2px;
  position: relative;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  padding: 15px 35px 35px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.header__menu > ul > li .dropmenu > ul > li {
  padding: 1px;
  border-bottom: 0.5px solid rgba(81, 81, 81, 0.5);
}
.header__menu > ul > li .dropmenu > ul > li a {
  display: block;
  padding: 15px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-right: 5px;
}
.header__menu > ul > li .dropmenu > ul > li a:after {
  content: "";
  background: url(../img/common/cur-left-gray.png) center center/contain no-repeat;
  width: 6px;
  height: 12px;
  display: block;
  margin-left: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__menu > ul > li .dropmenu > ul > li a:hover:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media screen and (max-width: 441px) {
  .header__menu {
    display: none;
  }
}

.menuButton {
  width: 100px;
  height: 66px;
  text-align: center;
  cursor: pointer;
  z-index: 9;
  background: #004298;
  border-radius: 10rem;
  position: relative;
  margin-left: 20px;
}
.menuButton div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 28px;
  height: 21px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 10rem;
}
.menuButton div i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.menuButton div i:nth-of-type(1) {
  top: 0;
}
.menuButton div i:nth-of-type(2) {
  top: calc(50% - 0.5px);
}
.menuButton div i:nth-of-type(3) {
  bottom: 0;
}
.menuButton.active div {
  width: 28px;
  height: 21px;
}
.menuButton.active div i {
  top: 50% !important;
  left: 50% !important;
}
.menuButton.active div i:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.menuButton.active div i:nth-of-type(3) {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.menuButton.active div i:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 441px) {
  .menuButton {
    width: 70px;
    height: 50px;
  }
  .menuButton div {
    width: 22px;
    height: 15px;
  }
  .menuButton div i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .menuButton div i:nth-of-type(1) {
    top: 0;
  }
  .menuButton div i:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  .menuButton div i:nth-of-type(3) {
    bottom: 0;
  }
  .menuButton.active div {
    width: 22px;
    height: 15px;
  }
  .menuButton.active div i {
    top: 50% !important;
    left: 50% !important;
  }
  .menuButton.active div i:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .menuButton.active div i:nth-of-type(3) {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .menuButton.active div i:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}

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

@keyframes opengmenu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes closemenu {
  100% {
    opacity: 0;
  }
  0% {
    opacity: 1;
  }
}
@keyframes closemenu {
  100% {
    opacity: 0;
  }
  0% {
    opacity: 1;
  }
}
.globalMenu {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  -webkit-transition: opacity 0.6s 0.3s;
  transition: opacity 0.6s 0.3s;
  pointer-events: none;
  opacity: 0;
  background: #fff;
  overflow-y: auto;
  -webkit-transition: opacity 0.6s, content-visibility 0.6s ease allow-discrete;
  transition: opacity 0.6s, content-visibility 0.6s ease allow-discrete;
}
.globalMenu.active {
  pointer-events: auto;
  opacity: 1;
}
.globalMenu .inner {
  height: 100%;
  padding: 200px 100px 0;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.globalMenu .inner > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 441px) {
  .globalMenu {
    height: 100vh;
    width: 100vw;
    overflow-y: auto;
  }
  .globalMenu .inner {
    height: 100%;
    padding: 80px 40px 0;
  }
}

.gNavSitemap {
  padding-bottom: 100px;
  position: relative;
}
.gNavSitemap__list > li {
  margin-bottom: 2.8rem;
  font-weight: 500;
  padding: 0 0 4rem;
}
.gNavSitemap__list > li .sml {
  font-size: 2rem;
  border-bottom: 1px solid rgba(81, 81, 81, 0.5);
  padding-bottom: 10px;
}
.gNavSitemap__list > li > a {
  min-height: 7.7rem;
  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;
  padding: 0 1rem;
}
.gNavSitemap__list > li .sub {
  border-bottom: 1px solid rgba(81, 81, 81, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gNavSitemap__list > li .sub > li {
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  max-width: 250px;
}
.gNavSitemap__list > li .sub > li a {
  font-size: 1.6rem;
  min-height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem;
}
.gNavSitemap__list > li .sub > li a:after {
  content: "";
  background: url(../img/common/cur-left-gray.png) center center/contain no-repeat;
  width: 6px;
  height: 12px;
  display: block;
  margin-left: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gNavSitemap__list > li .sub > li a:hover:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.gNavSitemap .navibanner {
  z-index: 1;
}
.gNavSitemap .navibanner a {
  width: 300px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 441px) {
  .gNavSitemap {
    padding-bottom: 50px;
  }
  .gNavSitemap__list > li {
    margin-bottom: 1.4rem;
    padding: 0 0 3rem;
  }
  .gNavSitemap__list > li .sml {
    font-size: 1.6rem;
    border-bottom: 1px solid rgba(81, 81, 81, 0.5);
    padding-bottom: 10px;
    padding-left: 5px;
  }
  .gNavSitemap__list > li > a {
    min-height: 5rem;
    padding: 0 0rem;
  }
  .gNavSitemap__list > li .sub {
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 1rem;
  }
  .gNavSitemap__list > li .sub > li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: none;
  }
  .gNavSitemap__list > li .sub > li a {
    font-size: 1.4rem;
    min-height: 4rem;
    padding: 0 2rem 0 0;
  }
  .gNavSitemap__list > li .sub > li a:after {
    content: "";
    background: url(../img/common/cur-left-gray.png) center center/contain no-repeat;
    width: 6px;
    height: 12px;
    display: block;
    margin-left: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .gNavSitemap .navibanner a {
    width: 200px;
  }
}

.footer {
  padding: 75px 0 75px;
  border-radius: 70px 70px 0 0;
  background: #004298;
  position: relative;
  z-index: 1;
  margin-top: -75px;
}
@media screen and (max-width: 441px) {
  .footer {
    padding: 35px 0 35px;
    border-radius: 30px 30px 0 0;
    margin-top: -30px;
  }
}
.footer__inner {
  max-width: 1300px;
  margin: 0 auto;
}
.footer__button {
  margin-bottom: 60px;
}
.footer__button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  width: 100%;
  height: 100px;
  border-radius: 10px;
  font-weight: 700;
  color: #004298;
  font-size: 23px;
  padding: 0 35px;
}
.footer__button a:before, .footer__button a:after {
  content: "";
  width: 10px;
  height: 15px;
  display: block;
}
.footer__button a:after {
  content: "";
  background: url(../img/common/cur-left.png) center center/contain no-repeat;
}
@media screen and (max-width: 441px) {
  .footer__button {
    margin-bottom: 40px;
    text-align: center;
  }
  .footer__button a {
    width: 90%;
    height: 60px;
    border-radius: 10px;
    font-size: 16px;
    padding: 0 30px;
    margin: 0 auto;
  }
}
.footer__logo {
  margin-bottom: 30px;
}
.footer__logo img {
  width: 304px;
  height: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 441px) {
  .footer__logo {
    margin-bottom: 20px;
  }
  .footer__logo img {
    width: 243px;
    height: 24px;
  }
}
.footer__address {
  text-align: center;
}
.footer__address p {
  margin-bottom: 1em;
}
.footer__address a {
  color: #fff;
}

.toppage .footer {
  margin-top: 0;
}

.breadcrumbs {
  overflow: hidden;
  font-size: 1.4rem;
}
@media screen and (max-width: 441px) {
  .breadcrumbs {
    font-size: 2.4vw;
    min-height: 3rem;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1.5;
    padding: 0em 0;
    margin: 0 -3vw 0 auto;
  }
}
.breadcrumbs > ul {
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.5rem 0;
}
@media screen and (max-width: 441px) {
  .breadcrumbs > ul {
    padding: 1.5rem 1rem;
  }
}
.breadcrumbs li {
  float: left;
  padding: 0em;
  position: relative;
}
.breadcrumbs li.home a:before {
  content: "●";
  color: #004298;
}
.breadcrumbs li.home span {
  display: none;
}
.breadcrumbs li + li:before {
  content: "─";
  margin: 0 0.5em;
}
.breadcrumbs span[property=name] {
  padding: 0;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs .current_item {
  font-weight: bold;
  background: none;
}
.breadcrumbs .current_item:hover {
  font-weight: bold;
  background: none;
}
.breadcrumbs .current_item::after, .breadcrumbs .current_item::before {
  content: normal;
}

body {
  padding-top: 200px;
  background: url(../img/common/main-bg.png) center top/10px 530px repeat-x;
}
body.toppage {
  background: #fff;
  padding-top: 160px;
}
@media screen and (max-width: 441px) {
  body {
    padding-top: 80px;
  }
  body.toppage {
    padding-top: 60px;
  }
}

a.break {
  pointer-events: none;
}

.contents {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-top: 20px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.contents a {
  color: #004298;
  text-decoration: underline;
}
.contents--transparent {
  background: transparent;
}
@media screen and (max-width: 441px) {
  .contents {
    margin-top: 0px;
    font-size: 1.4rem;
  }
}
.contentsHead {
  max-width: 1500px;
  padding: 0 100px;
  margin: 0 auto;
}
@media screen and (max-width: 441px) {
  .contentsHead {
    max-width: 86vw;
    padding: 0;
  }
}
.contentsH1 {
  font-size: 4.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 441px) {
  .contentsH1 {
    font-size: 2.4rem;
  }
}
.contentsH2 {
  font-size: 2.2rem;
}
@media screen and (max-width: 441px) {
  .contentsH2 {
    font-size: 1.6rem;
  }
}
.contents__image img {
  border-radius: 70px 70px 0 0;
}
@media screen and (max-width: 441px) {
  .contents__image img {
    border-radius: 30px 30px 0 0;
  }
}
.contentsSection p + p {
  margin-top: 2em;
}
.contentsSection .inner {
  max-width: 1180px;
  padding: 50px 100px 150px;
  margin: 0 auto;
}
@media screen and (max-width: 441px) {
  .contentsSection .inner {
    max-width: 86vw;
    padding: 30px 0px 80px;
  }
}
.contentsSection .inner2 {
  max-width: 1180px;
  padding: 50px 100px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 441px) {
  .contentsSection .inner2 {
    max-width: 86vw;
    padding: 30px 0px 30px;
  }
}
.contentsSection--wh {
  background: #fff;
}
.contentsSection--gr {
  background: #e4edef;
}
.contentsSection--bdrs {
  border-radius: 70px 70px 0 0;
  margin-top: -75px;
}
@media screen and (max-width: 441px) {
  .contentsSection--bdrs {
    border-radius: 30px 30px 0 0;
    margin-top: -30px;
  }
}
.contentsSection--nn {
  margin-top: 0;
}
@media screen and (max-width: 441px) {
  .contentsSection--nn {
    margin-top: 0;
  }
}
.contentsSection__h2 {
  font-weight: 700;
  font-size: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid #004298;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.contentsSection__h2:before {
  content: attr(data-en);
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.04em;
  font-optical-sizing: auto;
  color: #95abbf;
  font-size: 107px;
  margin-right: 15px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 441px) {
  .contentsSection__h2 {
    font-size: 1.6rem;
    border-bottom: 2px solid #004298;
    padding-bottom: 10px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .contentsSection__h2:before {
    font-size: 4rem;
    margin-right: 5px;
  }
}
.contentsSection__h2-2 {
  font-weight: 700;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-bottom: 2px solid #004298;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.contentsSection__h2-2:before {
  content: attr(data-en);
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.04em;
  font-optical-sizing: auto;
  color: #95abbf;
  font-size: 60px;
  margin-right: 10px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 441px) {
  .contentsSection__h2-2 {
    font-size: 1.6rem;
    line-height: 1.5;
    border-bottom: 2px solid #004298;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .contentsSection__h2-2:before {
    font-size: 3rem;
    margin-right: 5px;
  }
}
.contentsSection__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contentsSection__column .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contentsSection__column > * {
  position: relative;
}
.contentsSection__column > *:nth-child(1) {
  padding-right: 60px;
}
.contentsSection__column--re > *:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 60px;
  padding-right: 0;
}
.contentsSection__column--re > *:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 441px) {
  .contentsSection__column {
    display: block;
  }
  .contentsSection__column > *:nth-child(1) {
    padding-right: 0;
  }
  .contentsSection__column .image {
    margin-top: 2rem;
  }
  .contentsSection__column--re > *:nth-child(1) {
    padding-left: 0;
    padding-right: 0;
  }
}
.contents .section__wrapper {
  margin-top: -150px;
  padding-top: 150px;
}
@media screen and (max-width: 441px) {
  .contents .section__wrapper {
    margin-top: -60px;
    padding-top: 60px;
  }
}

.contents__image + .contents {
  margin-top: -130px;
}
@media screen and (max-width: 441px) {
  .contents__image + .contents {
    margin-top: 0;
  }
}

.privacy-list {
  text-indent: -0.6em;
  padding-left: 0.6em;
}

.contactForm {
  margin-bottom: 170px;
}
@media screen and (max-width: 441px) {
  .contactForm {
    margin-bottom: 100px;
    padding: 0 15px;
  }
}
.contactForm input {
  margin-right: 0.5em;
}
.contactForm input[type=text] {
  padding: 1rem 2rem;
  max-width: 460px;
  width: 100%;
}
.contactForm textarea {
  max-width: 577px;
  width: 100%;
  height: 140px;
}
.contactForm .buttonSend {
  max-width: 440px;
  width: 100%;
  margin: 50px auto;
  color: #fff;
  border-radius: 15px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 23px;
  padding: 0 30px;
  font-weight: 700;
  cursor: pointer;
  background: #004298 url(../img/common/cur-left-wh.png) right 30px center/13px auto no-repeat;
  border: none;
}
.contactForm .buttonSend--prev {
  background: #004298 url(../img/common/cur-right-wh.png) left 30px center/13px auto no-repeat;
}
.contactForm .buttonSend__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contactForm .buttonSend__wrapper > * {
  margin: 50px 10px;
}
@media screen and (max-width: 441px) {
  .contactForm .buttonSend {
    margin-top: 3rem;
    border-radius: 10px;
    height: 60px;
    font-size: 16px;
    padding: 0 20px;
    line-height: 1.5;
    text-align: center;
    background: #004298 url(../img/common/cur-left-wh.png) right 20px center/10px auto no-repeat;
  }
}
.contactBlock {
  background: #f2f6f7;
  padding: 55px;
  border-radius: 40px;
  max-width: 980px;
  width: 100%;
  margin: 30px auto;
}
@media screen and (max-width: 441px) {
  .contactBlock {
    padding: 30px;
    border-radius: 20px;
    margin: 20px auto;
  }
}
.contactBlock__h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contactBlock__h3:before {
  content: "";
  background: #004298;
  height: 38px;
  width: 5px;
  display: block;
  margin-right: 0.5em;
}
@media screen and (max-width: 441px) {
  .contactBlock__h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .contactBlock__h3:before {
    height: 25px;
    width: 4px;
  }
}
.contactBlock__buttonlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contactBlock__buttonlist > * {
  margin-right: 2em;
}
@media screen and (max-width: 441px) {
  .contactBlock__buttonlist > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-right: 1em;
  }
}
.contactBlock__list > li {
  margin-bottom: 30px;
}
.contactBlock__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contactBlock__list dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  -ms-flex-preferred-size: 15em;
      flex-basis: 15em;
  max-width: 15em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contactBlock__list dl dd {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
@media screen and (max-width: 441px) {
  .contactBlock__list > li {
    margin-bottom: 30px;
  }
  .contactBlock__list dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contactBlock__list dl dt {
    font-size: 14px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

* + .contactBlock__h3 {
  margin-top: 50px;
}
@media screen and (max-width: 441px) {
  * + .contactBlock__h3 {
    margin-top: 30px;
  }
}

.span-required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 13px;
  border-radius: 5px;
  border: 1px solid #004298;
  padding: 0.2em 1em;
  margin-left: 1em;
  width: 1px solid #004298;
  color: #004298;
  font-weight: 700;
}
@media screen and (max-width: 441px) {
  .span-required {
    font-size: 11px;
    border-radius: 3px;
    padding: 0.1em 0.8em;
  }
}

.required-error {
  color: #c00;
}

p.thanksmessage {
  font-weight: 700;
  color: #c00;
  font-size: 36px;
  text-align: center;
  margin: 30px 0 50px;
}
@media screen and (max-width: 441px) {
  p.thanksmessage {
    font-size: 16px;
  }
}

.about-img1 {
  max-width: 512px;
}
.about-img2 {
  max-width: 530px;
}
.about-img2__2 {
  margin-top: 30px;
  width: 350px;
  position: relative;
  z-index: 1;
  -webkit-transform: translateX(150px);
          transform: translateX(150px);
}
.about-img3 {
  max-width: 808px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0;
}
.about-img3 > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 0 15px;
}
.about-img4 {
  max-width: 282px;
}
.about-img5 {
  max-width: 416px;
}
@media screen and (max-width: 441px) {
  .about-img1 {
    max-width: 100%;
  }
  .about-img2 {
    max-width: 100%;
  }
  .about-img2__2 {
    margin-top: 1rem;
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .about-img3 {
    max-width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px -5vw 0;
  }
  .about-img3 > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 3px;
  }
  .about-img4 {
    max-width: 100%;
  }
  .about-img5 {
    max-width: 100%;
  }
}

.crosstalk__h2 {
  font-size: 38px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 441px) {
  .crosstalk__h2 {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
.crosstalk__membertitle {
  font-size: 29px;
  margin-bottom: 30px;
}
@media screen and (max-width: 441px) {
  .crosstalk__membertitle {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.crosstalk__member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.crosstalk__member .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 30px;
}
.crosstalk__member .image img {
  width: 150px;
  border-radius: 100rem;
}
.crosstalk__member dl {
  font-size: 15px;
  width: 100%;
}
.crosstalk__member dl > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.crosstalk__member dl > dd {
  padding: 0.5em 0;
}
.crosstalk__member dl > dd:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.crosstalk__member .name {
  color: #fff;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 43px;
  border-radius: 10rem;
  margin-right: 20px;
  font-weight: 700;
}
.crosstalk__member--yt .name {
  background: #004298;
}
.crosstalk__member--ta .name {
  background: #f7931e;
}
.crosstalk__member--tf .name {
  background: #14a35f;
}
.crosstalk__member .name + p {
  margin-top: 10px;
}
@media screen and (max-width: 441px) {
  .crosstalk__member {
    margin-left: -5vw;
  }
  .crosstalk__member .image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 10px;
  }
  .crosstalk__member .image img {
    width: 80px;
  }
  .crosstalk__member dl {
    font-size: 12px;
    width: 100%;
  }
  .crosstalk__member dl > dt {
    display: block;
  }
  .crosstalk__member dl > dd {
    padding: 0.5em 0;
  }
  .crosstalk__member dl > dd:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
  .crosstalk__member .name {
    font-size: 14px;
    width: 60px;
    height: 30px;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.crosstalk__talktitle {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 50px;
}
@media screen and (max-width: 441px) {
  .crosstalk__talktitle {
    font-size: 2.4rem;
    margin-bottom: 30px;
    line-height: 1.4;
  }
}
.crosstalk__lead {
  font-size: 18px;
  font-weight: 700;
  margin: 50px 0 30px;
}
@media screen and (max-width: 441px) {
  .crosstalk__lead {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 30px 0 20px;
    line-height: 1.6;
  }
}
.crosstalk__image {
  margin: 80px 0 100px;
}
@media screen and (max-width: 441px) {
  .crosstalk__image {
    margin: 40px 0 50px;
  }
}

.crosstalk__member + .crosstalk__member {
  margin-top: 40px;
}
.job__h2 {
  font-size: 41px;
  color: #004298;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 441px) {
  .job__h2 {
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
}

.job__lead {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 441px) {
  .job__lead {
    font-size: 1.6rem;
  }
}

.job-img1 {
  max-width: 360px;
}
@media screen and (max-width: 441px) {
  .job-img1 {
    max-width: 100%;
  }
}

.person__h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.37;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 441px) {
  .person__h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.person__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 3px solid #004298;
  margin-bottom: 50px;
  padding-bottom: 20px;
}
.person__profile .shozoku {
  font-size: 16px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.2em 1.5em;
  border-radius: 10rem;
  margin-right: 1.5rem;
  background: #004298;
}
.person__profile .name {
  font-size: 26px;
  margin-right: 1.5rem;
}
@media screen and (max-width: 441px) {
  .person__profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.4rem;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #004298;
  }
  .person__profile .shozoku {
    font-size: 1.2rem;
  }
  .person__profile .name {
    font-size: 2rem;
    margin-right: 1.5rem;
  }
}
.personText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}
.personText .image {
  -ms-flex-preferred-size: 450px;
      flex-basis: 450px;
  max-width: 450px;
  padding-left: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.personText .image img {
  width: 400px;
}
.personText--2 .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 40px 0 0;
}
.personText--2 .text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.personText .text h3 {
  font-size: 24px;
  line-height: 1.38;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 441px) {
  .personText {
    display: block;
    margin-bottom: 30px;
  }
  .personText .image {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: none;
    margin: 0 -7vw;
    padding-left: 0;
    padding-top: 20px;
  }
  .personText .image img {
    width: 100%;
    margin: 0 auto;
  }
  .personText--2 .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 20px 0 0 0;
  }
  .personText--2 .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .personText .text h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.personDetail {
  background-color: #e4edef;
  border-radius: 40px;
  padding: 60px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.personDetail .image {
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  max-width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.personDetail .image img {
  width: 213px;
  border-radius: 100rem;
}
.personDetail .text h3 {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 441px) {
  .personDetail {
    border-radius: 15px;
    padding: 30px 20px 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.3rem;
    margin: 0 -3vw;
  }
  .personDetail .image {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
    max-width: 80px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: -10px;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  .personDetail .image img {
    width: 80px;
    border-radius: 100rem;
  }
  .personDetail .text h3 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
}

.support__list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.support__list > ul > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 15px;
}
.support__list > ul > * .block {
  border-radius: 10px;
  background: #f4f4f4;
  padding: 20px 35px 30px;
  height: 100%;
}
.support__list > ul > * .block h4 {
  color: #004298;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.support__list > ul > * .block h4:before {
  content: "";
  display: block;
  margin: 0 auto 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 87px;
}
.support__list > ul > * .block h4.icon1:before {
  background-image: url(../img/support/support-icon1.png);
  width: 80px;
}
.support__list > ul > * .block h4.icon2:before {
  background-image: url(../img/support/support-icon2.png);
  width: 80px;
}
.support__list > ul > * .block h4.icon3:before {
  background-image: url(../img/support/support-icon3.png);
  width: 75px;
}
.support__list > ul > * .block h4.icon4:before {
  background-image: url(../img/support/support-icon4.png);
  width: 97px;
}
@media screen and (max-width: 441px) {
  .support__list > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .support__list > ul > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 15px;
  }
  .support__list > ul > * .block {
    border-radius: 10px;
    background: #f4f4f4;
    padding: 20px 35px 30px;
    height: 100%;
  }
  .support__list > ul > * .block h4 {
    color: #004298;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
  .support__list > ul > * .block h4:before {
    content: "";
    display: block;
    margin: 0 auto 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 87px;
  }
  .support__list > ul > * .block h4.icon1:before {
    background-image: url(../img/support/support-icon1.png);
    width: 80px;
  }
  .support__list > ul > * .block h4.icon2:before {
    background-image: url(../img/support/support-icon2.png);
    width: 80px;
  }
  .support__list > ul > * .block h4.icon3:before {
    background-image: url(../img/support/support-icon3.png);
    width: 75px;
  }
  .support__list > ul > * .block h4.icon4:before {
    background-image: url(../img/support/support-icon4.png);
    width: 97px;
  }
}
.support__lead {
  font-size: 20px;
  font-weight: 700;
  color: #004298;
  margin-bottom: 10px;
}
@media screen and (max-width: 441px) {
  .support__lead {
    font-size: 1.6rem;
  }
}

* + .support__lead {
  margin-top: 20px;
}
@media screen and (max-width: 441px) {
  * + .support__lead {
    margin-top: 10px;
  }
}

.infoTitle:after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.infoTitle--1:after {
  background: url(../img/info/info-img1.png) right bottom/contain no-repeat;
  width: 193px;
  height: 136px;
}
.infoTitle--2:after {
  background: url(../img/info/info-img2.png) right bottom/contain no-repeat;
  width: 271px;
  height: 142px;
}
.infoTitle--3:after {
  background: url(../img/info/info-img3.png) right bottom/contain no-repeat;
  width: 256px;
  height: 150px;
}
.infoTitle--4:after {
  background: url(../img/info/info-img4.png) right bottom/contain no-repeat;
  width: 271px;
  height: 142px;
}
@media screen and (max-width: 441px) {
  .infoTitle {
    width: auto;
    margin-left: -2vw;
    margin-right: -2vw;
    padding-left: 1vw;
  }
  .infoTitle--1:after {
    width: 96.5px;
    height: 68px;
  }
  .infoTitle--2:after {
    width: 135.5px;
    height: 71px;
  }
  .infoTitle--3:after {
    width: 128px;
    height: 75px;
  }
  .infoTitle--4:after {
    width: 135.5px;
    height: 71px;
  }
}
.infoBlock {
  margin: 50px 0;
}
@media screen and (max-width: 441px) {
  .infoBlock {
    margin: 30px 0;
  }
}
.infoBlock__h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
.infoBlock__h3 span {
  font-size: 1.8rem;
  margin-left: 2em;
}
@media screen and (max-width: 441px) {
  .infoBlock__h3 {
    font-size: 1.6rem;
  }
  .infoBlock__h3 span {
    font-size: 1.2rem;
    margin-left: 1em;
  }
}
.infoBlock__h3-2 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #004298;
  margin: 30px 0 10px;
}
@media screen and (max-width: 441px) {
  .infoBlock__h3-2 {
    font-size: 1.8rem;
    margin: 20px 0 10px;
  }
}
.infoBlock__list {
  font-size: 1.6rem;
  line-height: 1.8;
}
.infoBlock__list > li {
  padding: 1em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.infoBlock__list > li > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.infoBlock__list > li > dl dt {
  line-height: 1.7;
  font-size: 1.8rem;
  font-weight: 700;
  -ms-flex-preferred-size: 10em;
      flex-basis: 10em;
  max-width: 10em;
  margin-right: 2em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #004298;
}
.infoBlock__list--2 {
  margin-top: 1em;
}
.infoBlock__list--2 > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 441px) {
  .infoBlock__list {
    font-size: 1.4rem;
  }
  .infoBlock__list > li:first-child {
    padding-top: 0;
  }
  .infoBlock__list > li > dl {
    display: block;
  }
  .infoBlock__list > li > dl dt {
    font-size: 1.5rem;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: none;
  }
  .infoBlock__list--2 > li:first-child {
    padding-top: 1em;
  }
}
.infoBlock__flow {
  text-indent: -1em;
  padding-left: 1em;
}
.infoBlock__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  font-size: 1.6rem;
}
.infoBlock__column > * {
  padding: 0 15px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
.infoBlock__column .block .inner {
  border-radius: 40px;
  background: #f2f6f7;
  padding: 25px;
  height: 100%;
}
.infoBlock__column .block__title {
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
}
.infoBlock__column .block__titlebt {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.infoBlock__column .block__h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.infoBlock__column .block__h4 span {
  font-size: 1.2rem;
  display: block;
  margin-right: 1em;
  border-radius: 5px;
  padding: 0.2em 1em;
  background: #004298;
  color: #fff;
}
.infoBlock__column .block .image {
  margin-top: 2rem;
}
.infoBlock__column .block__lead {
  margin: 2rem 0 0;
  padding: 0 0 1rem;
}
.infoBlock__column .block__lead .sml {
  font-size: 1.4rem;
}
.infoBlock__column .block__lead .lg {
  font-size: 2rem;
  line-height: 1.5;
}
.infoBlock__column .block__cnt h4 {
  margin-top: 2rem;
}
.infoBlock__column .block__cnt > ul > li {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  text-indent: -1em;
  padding-left: 1em;
}
.infoBlock__column .block__cnt > ul > li:before {
  content: "・";
}
.infoBlock__column .block__button {
  margin: 10px 0 20px;
}
.infoBlock__column .block__button a {
  background: #004298;
  color: #fff;
  border-radius: 10px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  padding: 0 30px;
  font-weight: 700;
  text-decoration: none;
}
.infoBlock__column .block__button a:before, .infoBlock__column .block__button a:after {
  content: "";
  width: 10px;
  height: 15px;
  display: block;
}
.infoBlock__column .block__button a:after {
  background: url(../img/common/cur-left-wh.png) center center/contain no-repeat;
}
@media screen and (max-width: 441px) {
  .infoBlock__column {
    display: block;
    margin: 0 0 30px;
    font-size: 1.4rem;
  }
  .infoBlock__column > * {
    padding: 0;
    max-width: none;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .infoBlock__column .block + .block {
    margin-top: 30px;
  }
  .infoBlock__column .block .inner {
    border-radius: 20px;
    padding: 15px;
  }
  .infoBlock__column .block__title {
    font-size: 1.6rem;
  }
  .infoBlock__column .block__h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.8;
  }
  .infoBlock__column .block__h4 span {
    font-size: 1.2rem;
  }
  .infoBlock__column .block .image {
    margin-top: 1.5rem;
  }
  .infoBlock__column .block__lead {
    margin: 1.5rem 0;
    padding: 0 0 1rem;
  }
  .infoBlock__column .block__lead .sml {
    font-size: 1.2rem;
  }
  .infoBlock__column .block__lead .lg {
    font-size: 1.5rem;
  }
  .infoBlock__column .block__cnt h4 {
    margin-top: 1.5rem;
  }
  .infoBlock__column .block__button {
    margin-bottom: 10px;
  }
  .infoBlock__column .block__button a {
    height: 50px;
    font-size: 14px;
    padding: 0 20px;
  }
  .infoBlock__column .block__button a:before, .infoBlock__column .block__button a:after {
    content: "";
    width: 8px;
  }
}
.infoBlock__block {
  margin-top: -100px;
  padding-top: 150px;
}
.infoBlock__block .inner {
  border-radius: 40px;
  background: #f2f6f7;
  padding: 40px;
  height: 100%;
}
.infoBlock__block .block__title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
.infoBlock__block .block__titlebt {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.infoBlock__block .block__h4 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.infoBlock__block .block__h4 span {
  font-size: 1.4rem;
  display: block;
  margin-right: 1em;
  border-radius: 5px;
  padding: 0.2em 1em;
  background: #004298;
  color: #fff;
}
.infoBlock__block .block .image {
  margin-top: 2rem;
}
.infoBlock__block .block__lead {
  margin: 2rem 0 0;
  padding: 0 0 1rem;
  text-align: center;
}
.infoBlock__block .block__lead .sml {
  font-size: 2rem;
}
.infoBlock__block .block__lead .lg {
  font-size: 3rem;
  line-height: 1.5;
}
.infoBlock__block .block__gaiyo {
  margin-top: 2rem;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin: 3rem -1rem;
}
.infoBlock__block .block__gaiyo ul {
  margin: 0 -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.infoBlock__block .block__gaiyo ul > li:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.infoBlock__block .block__gaiyo ul > * {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
  padding: 1rem;
  text-align: center;
  font-size: 1.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.infoBlock__block .block__gaiyo ul > * dl dt {
  font-weight: 700;
  color: #004298;
  margin-bottom: 0.5rem;
}
.infoBlock__block .block__gaiyo ul > * dl dd {
  line-height: 1.5;
}
.infoBlock__block .block__cnt .cnttitle {
  font-weight: 700;
  color: #004298;
  font-size: 24px;
}
.infoBlock__block .block__cnt * + h4 {
  margin-top: 2rem;
}
.infoBlock__block .block__cnt .column {
  margin: 0 -2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.infoBlock__block .block__cnt .column > * {
  padding: 0 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.infoBlock__block .block__cnt .column > *:first-child {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  max-width: 55%;
}
.infoBlock__block .block__cnt .column > *:nth-child(2) {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  max-width: 45%;
}
.infoBlock__block .block__cnt .flow__title {
  background: #004298;
  color: #fff;
  border-radius: 5px;
  padding: 0.2em 1em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}
.infoBlock__block .block__cnt .flow ul {
  padding: 0 1rem;
}
@media screen and (max-width: 441px) {
  .infoBlock__block {
    margin-top: -80px;
    padding-top: 100px;
  }
  .infoBlock__block .inner {
    border-radius: 20px;
    padding: 20px;
    margin: 0 -10px;
    max-width: none;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .infoBlock__block .block__title {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
  }
  .infoBlock__block .block__h4 {
    font-size: 1.6rem;
  }
  .infoBlock__block .block__h4 span {
    font-size: 1.2rem;
  }
  .infoBlock__block .block__lead {
    margin: 1rem 0 0;
    padding: 0 0 1rem;
    text-align: center;
  }
  .infoBlock__block .block__lead .sml {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .infoBlock__block .block__lead .lg {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .infoBlock__block .block__gaiyo {
    margin-top: 2rem;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    margin: 3rem 0;
  }
  .infoBlock__block .block__gaiyo ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .infoBlock__block .block__gaiyo ul > li:not(:last-child) {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .infoBlock__block .block__gaiyo ul > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
    text-align: left;
    font-size: 1.4rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .infoBlock__block .block__gaiyo ul > * dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .infoBlock__block .block__gaiyo ul > * dl dt {
    margin-bottom: 0rem;
    -ms-flex-preferred-size: 8em;
        flex-basis: 8em;
    max-width: 8em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .infoBlock__block .block__gaiyo ul > * dl dd {
    line-height: 1.5;
  }
  .infoBlock__block .block__cnt .cnttitle {
    font-size: 16px;
  }
  .infoBlock__block .block__cnt * + h4 {
    margin-top: 2rem;
  }
  .infoBlock__block .block__cnt .column {
    margin: 0 0rem;
  }
  .infoBlock__block .block__cnt .column > * {
    padding: 0 0rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .infoBlock__block .block__cnt .column > *:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .infoBlock__block .block__cnt .column > *:nth-child(2) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .infoBlock__block .block__cnt .flow__title {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  .infoBlock__block .block__cnt .flow ul {
    padding: 0 1rem;
    font-size: 1.3rem;
  }
}
.infoBlock__faq > li {
  margin-bottom: 25px;
}
.infoBlock__faq > li .faq dt {
  padding: 20px 35px 20px 50px;
  color: #fff;
  border-radius: 15px;
  background: #004298;
  font-weight: 700;
  font-size: 1.8rem;
  position: relative;
  cursor: pointer;
  text-indent: -1.5em;
  line-height: 1.5;
}
.infoBlock__faq > li .faq dt:before {
  content: "Q. ";
}
.infoBlock__faq > li .faq dt span {
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
}
.infoBlock__faq > li .faq dt span:before, .infoBlock__faq > li .faq dt span:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.infoBlock__faq > li .faq dt.active span:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.infoBlock__faq > li .faq dd {
  font-size: 1.6rem;
  text-indent: -1.2em;
  padding-left: 1.5em;
  display: none;
  padding-top: 20px;
}
.infoBlock__faq > li .faq dd:before {
  content: "A.";
  font-weight: 700;
  margin-right: 0.2em;
}
@media screen and (max-width: 441px) {
  .infoBlock__faq > li {
    margin-bottom: 10px;
  }
  .infoBlock__faq > li .faq {
    margin: 0 -3vw;
  }
  .infoBlock__faq > li .faq dt {
    padding: 15px 35px 15px 35px;
    border-radius: 10px;
    font-size: 1.4rem;
  }
  .infoBlock__faq > li .faq dt span {
    right: 15px;
    width: 10px;
    height: 10px;
  }
  .infoBlock__faq > li .faq dd {
    font-size: 1.3rem;
    padding-top: 10px;
  }
}
.infoBlock__button {
  margin: 50px 0 20px;
}
.infoBlock__button a {
  background: #004298;
  color: #fff;
  border-radius: 15px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 23px;
  padding: 0 30px;
  font-weight: 700;
  text-decoration: none;
}
.infoBlock__button a:before, .infoBlock__button a:after {
  content: "";
  width: 10px;
  height: 15px;
  display: block;
}
.infoBlock__button a:after {
  background: url(../img/common/cur-left-wh.png) center center/contain no-repeat;
}
@media screen and (max-width: 441px) {
  .infoBlock__button {
    margin: 20px 0 20px;
  }
  .infoBlock__button a {
    border-radius: 10px;
    height: 80px;
    font-size: 16px;
    padding: 0 20px;
  }
}

.view {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 0;
  line-height: 1;
  padding: 0 5px;
  font-size: 16px;
}
.view:after {
  content: "";
  background: url(../img/common/cur-left.png) center center/contain no-repeat;
  width: 10px;
  height: 15px;
  display: block;
}
@media screen and (max-width: 441px) {
  .view {
    font-size: 14px;
  }
  .view:after {
    content: "";
    background: url(../img/common/cur-left.png) center center/contain no-repeat;
    width: 8px;
    height: 13px;
    display: block;
  }
}

.FV {
  max-width: 100vw;
  background: url(../img/toppage/bg1.png) bottom left/10px 850px repeat-x;
  padding: 0 0 130px;
}
.FV__image {
  position: relative;
}
.FV__image .fvimage {
  width: 70%;
  display: block;
  margin: 0 0 0 auto;
}
.FV__cf {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 75px;
  width: 100%;
  height: 100%;
}
.FV__cf img {
  width: 41%;
}
.FV__button {
  max-width: 1500px;
  min-width: 1000px;
  width: 100%;
  padding: 0 100px;
  margin: 0 auto;
}
.FV__button > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -17px;
}
.FV__button > ul > * {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
  container-type: inline-size;
  padding: 0 17px;
}
.FV__button > ul > * .topModal {
  position: relative;
  cursor: pointer;
}
.FV__button > ul > * .topModal img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.FV__button > ul > * .topModal:hover img {
  -webkit-filter: brightness(75%);
          filter: brightness(75%);
}
.FV__button > ul > * .topModal .copy {
  pointer-events: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 65%;
  left: 50%;
  color: #fff;
  font-size: 6cqw;
  line-height: 1.5;
  text-align: center;
  border-radius: 10rem;
  padding: 5px 0;
  width: 90%;
  background: rgba(0, 66, 152, 0.8);
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.FV__button .view {
  left: 0;
  width: 35cqw;
  color: #004298;
}
@media screen and (max-width: 441px) {
  .FV {
    background: url(../img/toppage/bg1.png) bottom left/10px 400px repeat-x;
    padding: 0 0 60px;
  }
  .FV__image {
    position: relative;
  }
  .FV__image .fvimage {
    width: 80%;
    display: block;
    margin: 0 0 0 auto;
  }
  .FV__cf {
    padding-left: 10px;
  }
  .FV__cf img {
    width: 60%;
  }
  .FV__button {
    min-width: 0;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }
  .FV__button > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0px;
  }
  .FV__button > ul > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 5px;
  }
  .FV__button .view {
    width: 40cqw;
    font-size: 6cqw;
  }
  .FV__button .view:after {
    width: 6px;
    height: 9px;
  }
}

.modalWindow {
  position: fixed;
  z-index: 103;
  top: 50%;
  left: 50%;
  max-width: 660px;
  width: 100%;
  min-height: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 2rem;
  -webkit-transform: translate(-50%, -48%);
          transform: translate(-50%, -48%);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.modalWindow.active {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modalWindow h3 {
  text-align: center;
  font-size: 3.5rem;
  margin-bottom: 1rem;
}
.modalWindow p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
  margin-top: 1rem;
}
.modalWindow img {
  max-width: 480px;
  margin: 0 auto;
}
.modalWindow .close {
  width: 55px;
  height: 55px;
  position: absolute;
  right: 25px;
  top: -65px;
  cursor: pointer;
}
.modalWindow .close:before, .modalWindow .close:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid #fff;
}
.modalWindow .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modalWindow .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 441px) {
  .modalWindow {
    max-width: 94vw;
    width: 100%;
    min-height: auto;
    padding: 30px 30px;
    -webkit-transform: translate(-50%, -48%);
            transform: translate(-50%, -48%);
    border-radius: 1rem;
  }
  .modalWindow.active {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .modalWindow h3 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .modalWindow p {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
  .modalWindow img {
    max-width: none;
    width: 90%;
    margin: 0 auto;
  }
  .modalWindow .close {
    width: 45px;
    height: 45px;
    right: 20px;
    top: -55px;
    cursor: pointer;
  }
}

.topContainer {
  padding: 75px 0 150px;
  border-radius: 70px 70px 0 0;
  margin-top: -75px;
  position: relative;
  z-index: 1;
}
.topContainer .inner {
  max-width: 1300px;
  padding: 0 100px;
  margin: 0 auto;
}
@media screen and (max-width: 441px) {
  .topContainer {
    padding: 40px 0 90px;
    border-radius: 30px 30px 0 0;
    margin-top: -30px;
  }
  .topContainer .inner {
    max-width: 84vw;
    padding: 0;
  }
}
.topContainer__title .en {
  line-height: 1;
  font-size: 96px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}
.topContainer__title .en:before {
  font-size: 230px;
  line-height: 0.9;
  position: absolute;
  left: -0.6em;
  bottom: 0;
  z-index: -1;
  font-weight: 500;
}
.topContainer__title h2 {
  margin-bottom: 1em;
}
@media screen and (max-width: 441px) {
  .topContainer__title .en {
    line-height: 1;
    font-size: 40px;
  }
  .topContainer__title .en:before {
    font-size: 80px;
    left: -0.3em;
  }
}
.topContainer--about {
  background: #fff;
}
.topContainer--about .topContainer__title .en:before {
  content: "01";
  color: #dce7ef;
}
.topContainer--about .aboutBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.topContainer--about .aboutBlock__text {
  -ms-flex-preferred-size: 39%;
      flex-basis: 39%;
  max-width: 39%;
}
.topContainer--about .aboutBlock__image {
  -ms-flex-preferred-size: 61%;
      flex-basis: 61%;
  max-width: 61%;
  position: relative;
}
.topContainer--about .aboutBlock__image img {
  display: block;
  border-radius: 45px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.topContainer--about .aboutBlock__image a:hover img {
  -webkit-filter: brightness(75%);
          filter: brightness(75%);
}
.topContainer--about .aboutBlock__image .image__text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.topContainer--about .aboutBlock__image .image__text .en {
  font-size: 70px;
  line-height: 1;
}
.topContainer--about .aboutBlock__image .image__text .lgjp {
  font-size: 27px;
}
.topContainer--about .aboutBlock__image .view {
  border-radius: 45px 0 0 0;
  background: #fff;
  bottom: 0;
  right: 0;
  padding-left: 50px;
  width: 190px;
  height: 45px;
  color: #004298;
}
.topContainer--about .aboutBlock + .aboutBlock {
  margin-top: 35px;
}
@media screen and (max-width: 441px) {
  .topContainer--about .aboutBlock {
    display: block;
  }
  .topContainer--about .aboutBlock__text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .topContainer--about .aboutBlock__image {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
    margin: 0 auto;
  }
  .topContainer--about .aboutBlock__image img {
    border-radius: 15px;
  }
  .topContainer--about .aboutBlock__image .image__text .en {
    font-size: 30px;
    line-height: 1;
  }
  .topContainer--about .aboutBlock__image .image__text .lgjp {
    font-size: 16px;
  }
  .topContainer--about .aboutBlock__image .view {
    border-radius: 15px 0 0 0;
    background: #fff;
    bottom: 0;
    right: 0;
    padding-left: 15px;
    width: 140px;
    height: 30px;
    color: #004298;
  }
  .topContainer--about .aboutBlock + .aboutBlock {
    margin-top: 20px;
  }
}
.topContainer--job, .topContainer--support {
  background: url(../img/toppage/bg2.jpg) center top/cover no-repeat;
}
.topContainer--job .topContainer__title .en:before, .topContainer--support .topContainer__title .en:before {
  content: "02";
  color: rgba(255, 255, 255, 0.4);
  display: block;
  position: relative;
  left: auto;
  margin-bottom: 10px;
}
.topContainer--job .jobBlock, .topContainer--support .jobBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: -100px;
}
.topContainer--job .jobBlock__text, .topContainer--support .jobBlock__text {
  color: #fff;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: right;
}
.topContainer--job .jobBlock__button, .topContainer--support .jobBlock__button {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.topContainer--job .jobBlock__button ul li a, .topContainer--support .jobBlock__button ul li a {
  border-radius: 10rem;
  background: rgba(255, 255, 255, 0.8);
  max-width: 380px;
  width: 380px;
  height: 70px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #004298;
}
.topContainer--job .jobBlock__button ul li a:after, .topContainer--support .jobBlock__button ul li a:after {
  content: "";
  background: url(../img/common/cur-left.png) center center/contain no-repeat;
  width: 10px;
  height: 15px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topContainer--job .jobBlock__button ul li a:hover:after, .topContainer--support .jobBlock__button ul li a:hover:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.topContainer--job .jobBlock__button ul li + li, .topContainer--support .jobBlock__button ul li + li {
  margin-top: 18px;
}
@media screen and (max-width: 441px) {
  .topContainer--job, .topContainer--support {
    background: url(../img/toppage/bg2.jpg) 40% top/cover no-repeat;
  }
  .topContainer--job .jobBlock, .topContainer--support .jobBlock {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-right: 0;
    margin-top: -30px;
  }
  .topContainer--job .jobBlock__button, .topContainer--support .jobBlock__button {
    margin-top: 30px;
  }
  .topContainer--job .jobBlock__button ul li a, .topContainer--support .jobBlock__button ul li a {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    font-size: 14px;
  }
  .topContainer--job .jobBlock__button ul li a:after, .topContainer--support .jobBlock__button ul li a:after {
    width: 8px;
    height: 13px;
  }
  .topContainer--job .jobBlock__button ul li + li, .topContainer--support .jobBlock__button ul li + li {
    margin-top: 10px;
  }
}
.topContainer--support {
  background: url(../img/toppage/bg3.jpg) center top/cover no-repeat;
}
.topContainer--support .topContainer__title .en:before {
  content: "04";
}
.topContainer--person {
  background: #fff;
}
.topContainer--person .topContainer__title .en:before {
  content: "03";
  color: #dce7ef;
  bottom: -40px;
  left: -1em;
}
.topContainer--person .personTitle {
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 50px;
}
.topContainer--person .personBlock {
  margin: 0 -115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topContainer--person .personBlock > * {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
  padding: 0 15px;
}
.topContainer--person .personBlock__image img {
  border-radius: 15px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.topContainer--person .personBlock__image a {
  display: block;
  position: relative;
}
.topContainer--person .personBlock__image a:hover img {
  -webkit-filter: brightness(75%);
          filter: brightness(75%);
}
.topContainer--person .personBlock__image .image__text {
  width: 100%;
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: 1;
  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;
  padding: 0 20px;
  container-type: inline-size;
}
.topContainer--person .personBlock__image .image__text .lgjp {
  font-size: 19px;
  font-size: 5cqw;
  line-height: 1.8;
}
.topContainer--person .personBlock__image .image__text .person-section {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px;
}
.topContainer--person .personBlock__image .image__text .person-section > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  padding: 0 20px;
  font-size: 14px;
  font-size: 3.5cqw;
}
.topContainer--person .personBlock__image .image__text .person-section .sec1 {
  border-radius: 10rem 0 0 10rem;
  background: #004298;
}
.topContainer--person .personBlock__image .image__text .person-section .sec2 {
  border-radius: 0 10rem 10rem 0;
  background: #000000;
}
.topContainer--person .personBlock__image a {
  position: relative;
}
.topContainer--person .personBlock__image .view {
  border-radius: 0 45px 0 0;
  background: #fff;
  bottom: 0;
  left: 0;
  padding-right: 50px;
  width: 190px;
  height: 45px;
  color: #004298;
}
@media screen and (max-width: 441px) {
  .topContainer--person .topContainer__title .en:before {
    content: "03";
    color: #dce7ef;
    bottom: 0px;
    left: -0.3em;
  }
  .topContainer--person .personTitle {
    display: block;
    margin: 0 auto 30px;
  }
  .topContainer--person .personBlock {
    margin: 0 0;
    display: block;
  }
  .topContainer--person .personBlock > * {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    max-width: 90%;
    padding: 15px 0;
    margin: 0 auto;
  }
  .topContainer--person .personBlock__image img {
    border-radius: 20px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .topContainer--person .personBlock__image .image__text {
    bottom: 50px;
  }
  .topContainer--person .personBlock__image .image__text .lgjp {
    font-size: 19px;
    font-size: 5cqw;
  }
  .topContainer--person .personBlock__image .image__text .person-section > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 36px;
    padding: 0 15px;
    font-size: 14px;
    font-size: 4.5cqw;
  }
  .topContainer--person .personBlock__image .image__text .person-section .sec1 {
    border-radius: 10rem 0 0 10rem;
    background: #004298;
  }
  .topContainer--person .personBlock__image .image__text .person-section .sec2 {
    border-radius: 0 10rem 10rem 0;
    background: #000000;
  }
  .topContainer--person .personBlock__image .view {
    border-radius: 0 20px 0 0;
    padding-right: 20px;
    width: 150px;
    height: 30px;
    color: #004298;
  }
}
.topContainer--info {
  background: #004298;
  padding-bottom: 15px;
}
.topContainer--info .topContainer__title {
  text-align: center;
}
.topContainer--info .topContainer__title .en:before {
  display: none;
}
.topContainer--info .infoBlock {
  margin: 40px -110px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.topContainer--info .infoBlock > * {
  padding: 0 10px;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  container-type: inline-size;
}
.topContainer--info .infoBlock a {
  position: relative;
  position: relative;
}
.topContainer--info .infoBlock img {
  border-radius: 15px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.topContainer--info .infoBlock a:hover img {
  -webkit-filter: brightness(75%);
          filter: brightness(75%);
}
.topContainer--info .infoBlock .view {
  border-radius: 0 45px 0 0;
  background: #004298;
  bottom: 0;
  left: 0;
  padding-right: 30px;
  width: auto;
  height: 40px;
  color: #fff;
  font-size: 5cqw;
}
.topContainer--info .infoBlock .view:after {
  margin-left: 30px;
  background: url(../img/common/cur-left-wh.png) center center/contain no-repeat;
}
@media screen and (max-width: 441px) {
  .topContainer--info {
    background: #004298;
    padding-bottom: 15px;
  }
  .topContainer--info .infoBlock {
    margin: 40px -20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .topContainer--info .infoBlock > * {
    padding: 5px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    container-type: inline-size;
  }
  .topContainer--info .infoBlock img {
    border-radius: 10px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .topContainer--info .infoBlock a:hover img {
    -webkit-filter: brightness(75%);
            filter: brightness(75%);
  }
  .topContainer--info .infoBlock .view {
    border-radius: 0 15px 0 0;
    bottom: 0;
    left: 0;
    padding-right: 10px;
    width: auto;
    height: 20px;
    color: #fff;
    font-size: 7cqw;
  }
  .topContainer--info .infoBlock .view:after {
    margin-left: 15px;
    width: 6px;
    height: 10px;
    background: url(../img/common/cur-left-wh.png) center center/contain no-repeat;
  }
}

.topContainer--info + .footer {
  border-radius: 0;
}