@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;
}

/* 
start _module.scss
*/
.tategaki {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.tategaki > * {
  display: table;
}

.objectfit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.objectfit-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.bold {
  font-weight: 700;
}

.en {
  font-family: "Lato", sans-serif;
}

.italic {
  font-style: italic;
  letter-spacing: 0.04em;
}

.normal {
  font-weight: 400;
}

.tLeft {
  text-align: left;
}

.tCenter {
  text-align: center;
}

.tRight {
  text-align: right;
}

.mt0rem {
  margin-top: 0rem;
}

.pr0rem {
  padding-right: 0rem;
}

.pl0rem {
  padding-left: 0rem;
}

.mb0rem {
  margin-bottom: 0rem;
}

.mr0rem {
  margin-right: 0rem;
}

.ml0rem {
  margin-left: 0rem;
}

.mt1rem {
  margin-top: 1rem;
}

.pr1rem {
  padding-right: 1rem;
}

.pl1rem {
  padding-left: 1rem;
}

.mb1rem {
  margin-bottom: 1rem;
}

.mr1rem {
  margin-right: 1rem;
}

.ml1rem {
  margin-left: 1rem;
}

.mt2rem {
  margin-top: 2rem;
}

.pr2rem {
  padding-right: 2rem;
}

.pl2rem {
  padding-left: 2rem;
}

.mb2rem {
  margin-bottom: 2rem;
}

.mr2rem {
  margin-right: 2rem;
}

.ml2rem {
  margin-left: 2rem;
}

.mt3rem {
  margin-top: 3rem;
}

.pr3rem {
  padding-right: 3rem;
}

.pl3rem {
  padding-left: 3rem;
}

.mb3rem {
  margin-bottom: 3rem;
}

.mr3rem {
  margin-right: 3rem;
}

.ml3rem {
  margin-left: 3rem;
}

.mt4rem {
  margin-top: 4rem;
}

.pr4rem {
  padding-right: 4rem;
}

.pl4rem {
  padding-left: 4rem;
}

.mb4rem {
  margin-bottom: 4rem;
}

.mr4rem {
  margin-right: 4rem;
}

.ml4rem {
  margin-left: 4rem;
}

.mt5rem {
  margin-top: 5rem;
}

.pr5rem {
  padding-right: 5rem;
}

.pl5rem {
  padding-left: 5rem;
}

.mb5rem {
  margin-bottom: 5rem;
}

.mr5rem {
  margin-right: 5rem;
}

.ml5rem {
  margin-left: 5rem;
}

.order0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media screen and (max-width: 768px) {
  .order0-sp {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order0-pc {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media screen and (max-width: 768px) {
  .order0-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 768px) {
  .order1-sp {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.order1-pc {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .order1-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 768px) {
  .order2-sp {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.order2-pc {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  .order2-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media screen and (max-width: 768px) {
  .order3-sp {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.order3-pc {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 768px) {
  .order3-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

@media screen and (max-width: 768px) {
  .order4-sp {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.order4-pc {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (max-width: 768px) {
  .order4-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

@media screen and (max-width: 768px) {
  .order5-sp {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.order5-pc {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
@media screen and (max-width: 768px) {
  .order5-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media screen and (max-width: 768px) {
  .order6-sp {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

.order6-pc {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
@media screen and (max-width: 768px) {
  .order6-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

@media screen and (max-width: 768px) {
  .order7-sp {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}

.order7-pc {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
@media screen and (max-width: 768px) {
  .order7-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

@media screen and (max-width: 768px) {
  .order8-sp {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}

.order8-pc {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
@media screen and (max-width: 768px) {
  .order8-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

@media screen and (max-width: 768px) {
  .order9-sp {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}

.order9-pc {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
@media screen and (max-width: 768px) {
  .order9-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.cursor {
  position: absolute;
  z-index: 1;
  width: 55px;
  height: 55px;
  display: block;
  background: #fff;
  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;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .cursor {
    width: 42px;
    height: 42px;
  }
}
.cursor:after {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-top: 1px solid #006A9F !important;
  border-right: 1px solid #006A9F !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fadeupin {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -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(0px);
          transform: translateY(0px);
}

@-webkit-keyframes fadeupin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeupin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.anchor {
  display: block;
  margin-top: -90px;
  padding-top: 90px;
}

/* 
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%;
  font-size: clamp(50%, 0.69vw, 62.5%);
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1080px) {
  html {
    font-size: clamp(50%, 0.69vw, 62.5%);
  }
}
@media screen and (max-width: 768px) {
  html {
    min-width: auto;
    font-size: 62.5%;
  }
}

body {
  padding-top: 9rem;
  width: 100%;
  height: 100%;
  line-height: 1.8;
  color: #006A9F;
  overflow-x: hidden;
  background: #f8f8f8;
  font-weight: 500;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.fixed:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
}
body.fixed2:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 6rem;
  }
}

strong,
.bold {
  font-weight: 800;
}

.medium {
  font-weight: 500;
}

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

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

figure {
  margin-inline: 0;
  margin-block: 0;
}

strong {
  font-weight: 700;
}

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

img {
  image-rendering: -webkit-optimize-contrast;
}

/*リンク色*/
a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
}

.linkWhite a:link {
  color: #fff;
}
.linkWhite a:visited {
  color: #fff;
}

.bgWhite {
  background: #fff;
}

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

.sp-alt,
.sp-hide {
  display: block;
}
@media screen and (max-width: 768px) {
  .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
*/
/* 
start _header.scss
*/
.header {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 9rem;
  padding: 0 0 0 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
}
.header > h1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header > h1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header > h1 a img {
  width: 5rem;
  height: 6rem;
}
.header > h1 a > span {
  margin-left: 5rem;
  font-size: 1.3rem;
  color: #006A9F;
}
.header .otlink {
  padding-right: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .otlink__link {
  padding-right: 2rem;
}
.header .otlink__link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #006A9F;
  font-size: 1.4rem;
}
.header .otlink__link a[target=_blank]:after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background: url(../img/common/link-outgoing@2x.png) center center/contain no-repeat;
  display: block;
  margin-left: 0.5rem;
}
.header .entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  -ms-flex-preferred-size: 26rem;
      flex-basis: 26rem;
  max-width: 26rem;
}
.header .entry > * {
  -ms-flex-preferred-size: 13rem;
      flex-basis: 13rem;
  max-width: 13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .entry .button {
  color: #fff;
}
.header .entry .button a {
  width: 100%;
  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;
  color: #fff;
  font-size: 1.4rem;
}
.header .entry .button--entry a {
  background: #006A9F;
}
.header .entry .button--mypage a {
  background: #1C9DB9;
}
.header .navbutton {
  -ms-flex-preferred-size: 135px;
      flex-basis: 135px;
  max-width: 135px;
  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;
  z-index: 11;
  position: relative;
}
.header .navbutton div {
  width: 3.7rem;
  height: 2.5rem;
  display: block;
  position: relative;
}
.header .navbutton div > span, .header .navbutton div:before, .header .navbutton div:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #006A9F;
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .navbutton div:before {
  top: 0;
}
.header .navbutton div:after {
  bottom: 0;
  width: 60%;
}
.header .navbutton div > span {
  top: 50%;
}
.header .navbutton.close div > span, .header .navbutton.close div:before, .header .navbutton.close div:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .navbutton.close div > span {
  opacity: 0;
  width: 1%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header .navbutton.close div:before {
  top: 50%;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.header .navbutton.close div:after {
  top: 50%;
  width: 100%;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
@media screen and (max-width: 768px) {
  .header {
    height: 6rem;
    padding: 0 0 0 1rem;
  }
  .header > h1 a img {
    width: 3.5rem;
    height: 4.2rem;
  }
  .header > h1 a > span {
    margin-left: 1rem;
    font-size: 1rem;
    line-height: 1.2;
  }
  .header .otlink {
    display: none;
  }
  .header .entry {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 5rem;
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .header .entry > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .header .navbutton {
    -ms-flex-preferred-size: 6rem;
        flex-basis: 6rem;
    max-width: 6rem;
  }
  .header .navbutton div {
    width: 2.2rem;
    height: 1.5rem;
  }
}

.glbNav {
  display: none;
  position: fixed;
  z-index: 10;
  width: 100%;
  background: #fff;
  padding: 16rem 0 16rem 16rem;
}
.glbNav__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.glbNav__column > li {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 2;
  font-weight: 400;
  padding-right: 8rem;
}
.glbNav__column > li a {
  color: #006A9F;
}
.glbNav__column > li h4 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
  position: relative;
  padding-bottom: 1.5rem;
}
.glbNav__column > li h4:after {
  content: "";
  width: 2rem;
  height: 0.2rem;
  background: #006A9F;
  position: absolute;
  bottom: 0;
  left: 0;
}
.glbNav .otlink {
  display: none;
}
@media screen and (max-width: 768px) {
  .glbNav {
    padding: 2rem 5rem;
    width: 100%;
    height: calc(100vh - 11rem);
    top: 6rem;
    overflow-y: auto;
  }
  .glbNav__column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .glbNav__column > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    font-size: 1.4rem;
    padding-right: 0;
    margin-bottom: 3rem;
  }
  .glbNav__column > li a {
    color: #006A9F;
  }
  .glbNav__column > li h4 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 500;
    position: relative;
    padding-bottom: 1rem;
  }
  .glbNav__column > li h4:after {
    width: 1.5rem;
  }
  .glbNav .otlink {
    padding-right: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .glbNav .otlink__link {
    padding-right: 2rem;
  }
  .glbNav .otlink__link a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #006A9F;
    font-size: 1.4rem;
  }
  .glbNav .otlink__link a[target=_blank]:after {
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    background: url(../img/common/link-outgoing@2x.png) center center/contain no-repeat;
    display: block;
    margin-left: 0.5rem;
  }
}

/* 
end _header.scss
*/
/* 
start _footer.scss
*/
.footerTop {
  background: #fff;
}
.footerTop .inner {
  max-width: 88%;
  width: 100%;
  margin: 0 auto;
  padding: 8rem 0 6rem;
}
@media screen and (max-width: 768px) {
  .footerTop .inner {
    max-width: 84%;
  }
}
.footerTop__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footerTop__left .en {
  font-size: 1.3rem;
}
.footerTop__left .en span {
  display: table;
}
.footerTop__left .lead {
  font-size: 2rem;
  margin-top: 2rem;
  letter-spacing: 0.1em;
}
.footerTop__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footerTop__right > * {
  margin-left: 6.5rem;
}
.footerTop__right a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #006A9F;
  font-size: 1.4rem;
}
.footerTop__right a[target=_blank]:after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background: url(../img/common/link-outgoing@2x.png) center center/contain no-repeat;
  display: block;
  margin-left: 0.5rem;
}
@media screen and (max-width: 768px) {
  .footerTop .inner {
    padding: 2rem 0 2rem;
    max-width: 88%;
  }
  .footerTop__column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footerTop__left .en {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .footerTop__left .lead {
    margin-right: -4rem;
    font-size: 1.6rem;
    margin-top: 1rem;
  }
  .footerTop__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-top: 1rem;
  }
  .footerTop__right > * {
    margin-left: 2rem;
  }
  .footerTop__right a {
    font-size: 1.2rem;
  }
  .footerTop__right a[target=_blank]:after {
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    background: url(../img/common/link-outgoing@2x.png) center center/contain no-repeat;
    display: block;
    margin-left: 0.5rem;
  }
}

.footer .inner {
  max-width: 88%;
  width: 100%;
  margin: 0 auto;
  padding: 6rem 0 4rem;
}
@media screen and (max-width: 768px) {
  .footer .inner {
    max-width: 84%;
  }
}
.footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__column > li {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 2;
  font-weight: 400;
  padding-right: 8rem;
}
.footer__column > li a {
  color: #006A9F;
}
.footer__column > li h4 {
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.footer .copyright {
  font-size: 1.2rem;
  margin-top: 10rem;
  text-align: right;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .footer {
    background: #fff;
  }
  .footer .inner {
    max-width: 96%;
    padding: 0 0 6rem;
  }
  .footer__column {
    display: none;
  }
  .footer .copyright {
    margin-top: 0;
    text-align: center;
    letter-spacing: 0.04em;
    font-size: 0.6rem;
  }
}

/* 
end _footer.scss
*/
/* 
start _breadcrumbs.scss
*/
.breadcrumbs {
  position: absolute;
  font-family: "Lato", sans-serif;
  width: 13%;
  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;
  padding-top: 7rem;
  z-index: 1;
}
.breadcrumbs .breadcrumb {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.breadcrumbs .breadcrumb > li {
  display: inline-block;
}
.breadcrumbs .breadcrumb > li:after {
  content: "＞";
  margin: 1em 0;
}
.breadcrumbs .breadcrumb > li a,
.breadcrumbs .breadcrumb > li span {
  color: #006A9F;
}
.breadcrumbs .breadcrumb > li a[href=""] {
  pointer-events: none;
}
.breadcrumbs .breadcrumb > li:last-child:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    width: 10%;
    padding: 2rem 0;
    left: auto;
    right: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
  }
  .breadcrumbs .breadcrumb {
    font-size: 1.2rem;
  }
}

/* 
end _breadcrumbs.scss
*/
/* 
start _main.scss
*/
.image a,
a .image {
  display: block;
  overflow: hidden;
}
.image a img,
a .image img {
  display: block;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.image a:hover img,
a .image:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@-webkit-keyframes mainanim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes mainanim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mainanim2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mainanim2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeupin {
  opacity: 0;
}
.fadeupin.on {
  -webkit-animation: mainanim 1s both;
          animation: mainanim 1s both;
}
@media screen and (max-width: 768px) {
  .fadeupin {
    -webkit-animation: none;
            animation: none;
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -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);
    -webkit-animation: none;
            animation: none;
  }
}

.mainHead {
  padding-left: 13%;
  position: relative;
  pointer-events: none;
}
.mainHead__image {
  position: relative;
}
.mainHead__image img {
  display: block;
}
.mainHead__title {
  display: block;
  position: absolute;
  left: 13%;
  bottom: 0;
}
.mainHead__title > div {
  min-height: 14rem;
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 11rem 0 0;
  background: #F8F8F8;
  -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;
}
.mainHead__title--2 > div {
  min-height: 9rem;
  padding: 0 3rem 0 0;
}
.mainHead__title--3 {
  color: #fff;
  padding: 3rem 4.5rem;
}
.mainHead__title--3 h1 {
  font-size: 3.6rem;
}
.mainHead__title--3 h2 {
  font-size: 2.4rem;
}
.mainHead__title .lg {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
.mainHead__title .md {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.mainHead__title .jp {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
}
.mainHead__title2 {
  font-size: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.mainArt {
  margin: 15rem 0;
  font-size: 1.6rem;
}
.mainArt--2 {
  margin: 10rem 0;
}
.mainArt .text {
  max-width: 88%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 2;
}
.mainArt .text .inner {
  padding: 15rem 14rem;
}
.mainArt .text p {
  color: #000;
}
.mainArt .text--blue {
  background: rgba(231, 238, 240, 0.95);
}
.mainArt .text--yellow {
  background: rgba(241, 238, 226, 0.95);
}
.mainArt p {
  line-height: 2;
}
.mainArt p.small {
  margin-top: 1em;
  font-size: 1.2rem;
}
.mainArt__title {
  position: absolute;
  top: -3rem;
  left: -3rem;
  display: block;
  font-size: 5.6rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.mainArt__title:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -1.4rem;
}
.mainArt__title > span {
  display: table;
}
.mainArt__lead {
  font-size: 2.8rem;
  line-height: 1.8;
  margin-bottom: 10rem;
  font-weight: 500;
}
.mainArt__lead > span,
.mainArt__lead > a {
  display: table;
}
.mainArt__lead > a {
  color: #2B6A9B;
}
@media screen and (max-width: 768px) {
  .mainHead {
    padding-left: 0%;
  }
  .mainHead__image img {
    width: 100%;
    height: 70vw;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .mainHead__image--faq img {
    -o-object-position: center right;
       object-position: center right;
  }
  .mainHead__image--talk {
    height: 40vw;
    padding-right: 10%;
  }
  .mainHead__image--talk img {
    -o-object-position: center center;
       object-position: center center;
  }
  .mainHead__title {
    left: 0;
  }
  .mainHead__title > div {
    min-height: 7rem;
    padding: 1.5rem 3rem 1.5rem 2rem;
  }
  .mainHead__title .lg {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .mainHead__title .md {
    font-size: 1.4rem;
    left: 2rem;
  }
  .mainHead__title .jp {
    font-size: 1.4rem;
  }
  .mainHead__title--2 > div {
    min-height: 5rem;
    padding: 0.5rem 2rem 0.5rem 2rem;
  }
  .mainHead__title--3 {
    color: #fff;
    padding: 2rem 3rem;
  }
  .mainHead__title--3 h1 {
    font-size: 2rem;
  }
  .mainHead__title2 {
    font-size: 2.4rem;
    white-space: nowrap;
    padding-bottom: 5rem;
  }
  .mainArt {
    margin: 5rem 0;
    font-size: 1.4rem;
  }
  .mainArt--2 {
    margin: 5rem 0;
  }
  .mainArt .text {
    max-width: 92%;
  }
  .mainArt .text .inner {
    padding: 3rem 2rem;
  }
  .mainArt .text p {
    color: #000;
    line-height: 2;
  }
  .mainArt__title {
    position: absolute;
    top: -1rem;
    left: 0rem;
    font-size: 3.4rem;
    line-height: 1.2;
  }
  .mainArt__title:before {
    content: "";
    display: block;
    height: 0;
    margin-top: -1.4rem;
  }
  .mainArt__title > span {
    display: table;
  }
  .mainArt__lead {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 2rem;
  }
  .mainArt__lead > span {
    display: table;
  }
  .mainArt .image__wrapper {
    width: 100%;
    overflow-x: auto;
  }
}

/* 
end _main.scss
*/
/* 
start _topppage.scss
*/
.mv {
  width: 100%;
  position: relative;
  padding: 0 0 0 33%;
}
.mvTitle {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  padding: 5rem 3rem 5rem 21rem;
}
.mvTitle__main {
  font-size: 6rem;
  letter-spacing: 0.2em;
}
.mvTitle__main > * {
  display: block;
}
.mvTitle .sub {
  position: absolute;
  left: 6rem;
  top: 50%;
  font-size: 1.2rem;
}
.mvNews {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 55vw;
  max-width: 79rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
.mvNews__title {
  -ms-flex-preferred-size: 27%;
      flex-basis: 27%;
  max-width: 27%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  height: 8rem;
}
.mvNews__ul {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-right: 1px solid #eeeeee;
}
.mvNews__ul > li {
  display: none;
  height: 8rem;
}
.mvNews__ul > li:first-child {
  display: block;
}
.mvNews__ul > li dl {
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mvNews__ul > li dl .date {
  font-size: 1.1rem;
  margin-right: 1.5rem;
}
.mvNews__ul > li dl .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  padding-right: 1.5rem;
}
.mvNews__button {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  max-width: 10%;
  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;
  height: 8rem;
}
.mvNews__button:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  border-left: 1px solid #006A9F;
  border-bottom: 1px solid #006A9F;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.mvNews__button.active:after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
@media screen and (max-width: 768px) {
  .mv {
    padding-left: 15%;
  }
  .mvTitle {
    padding: 1rem 2rem 6rem 2rem;
    margin-right: -2rem;
  }
  .mvTitle__main {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    line-height: 1.6;
  }
  .mvTitle .sub {
    position: absolute;
    left: 2rem;
    top: auto;
    margin-top: 0.5em;
    font-size: 0.8rem;
    line-height: 1.3;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .mvNews {
    bottom: -3rem;
    width: 96vw;
  }
  .mvNews__title {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%;
    font-size: 1.4rem;
    height: 5rem;
  }
  .mvNews__ul > li {
    height: 5rem;
  }
  .mvNews__ul > li:first-child {
    display: block;
  }
  .mvNews__ul > li dl {
    height: 5rem;
  }
  .mvNews__ul > li dl .date {
    font-size: 1rem;
    margin-right: 1rem;
  }
  .mvNews__ul > li dl .text {
    font-size: 1.2rem;
    padding-right: 1rem;
  }
  .mvNews__button {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    max-width: 10%;
    height: 5rem;
  }
}

.topLead {
  padding: 9.5rem 0;
  max-width: 67%;
  width: 100%;
  margin: 0 auto;
}
.topLead__1 {
  font-size: 1.9rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
.topLead__1 > * {
  display: table;
}
.topLead__2 {
  font-size: 2.6rem;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-top: 5rem;
}
.topLead__2 > * {
  display: table;
}
@media screen and (max-width: 768px) {
  .topLead {
    padding: 6rem 0;
    max-width: 82%;
  }
  .topLead__1 {
    font-size: 1.4rem;
  }
  .topLead__1 > * {
    display: table;
  }
  .topLead__2 {
    font-size: 2.6rem;
    line-height: 2;
    letter-spacing: 0.2em;
    margin-top: 5rem;
  }
  .topLead__2 > * {
    display: table;
  }
}

.topRadioimfo {
  font-size: 2rem;
}
.topRadioimfo .inner {
  background: #fff;
  display: inline-block;
  padding: 3rem 6%;
}
.topRadioimfo__lead {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f33;
}
.topRadioimfo__lead img {
  height: 1.2em;
  margin-right: 0.5em;
}
.topRadioimfo .audiolist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem -2rem 0;
}
.topRadioimfo .audiolist > * {
  padding: 0 2rem;
}
.topRadioimfo .audiolist > * figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topRadioimfo .audiolist > * figure figcaption {
  font-size: 1.2rem;
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  .topRadioimfo {
    font-size: 1.3rem;
  }
  .topRadioimfo .inner {
    padding: 1rem 5% 1rem 5%;
  }
  .topRadioimfo__lead {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topRadioimfo__lead img {
    height: 1.2em;
    margin-right: 0.5em;
  }
  .topRadioimfo .audiolist {
    display: block;
    margin: 0;
  }
  .topRadioimfo .audiolist > * {
    padding: 0;
  }
  .topRadioimfo .audiolist > * figure {
    display: block;
  }
  .topRadioimfo .audiolist > * figure figcaption {
    font-size: 1.2rem;
    margin: 1rem 0 0.5rem 0;
    padding-right: 0;
  }
}

.topMission {
  background: #fff;
}
.topMission .inner {
  padding: 13rem 0 0;
  max-width: 88%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .topMission .inner {
    max-width: 84%;
  }
}
.topMission .title {
  font-size: 7.2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.topMission__block {
  position: relative;
}
.topMission__block .image a {
  position: relative;
}
.topMission__block .image img {
  width: 100%;
  display: block;
}
.topMission__block .image .cursor {
  bottom: 0;
  right: 0;
}
.topMission__block .text .lead {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 2rem;
}
.topMission__block .text .lead > span {
  display: table;
}
.topMission__block .tatetitle {
  position: absolute;
  top: -1em;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.5;
  margin-left: 1rem;
  pointer-events: none;
}
.topMission__block .tatetitle > * {
  background: #fff;
  margin: 0 0.8rem;
}
.topMission__block--lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2.5rem;
}
.topMission__block--lg > * {
  padding: 0 2.5rem;
}
.topMission__block--lg > *:nth-child(1) {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  max-width: 60%;
}
.topMission__block--lg > *:nth-child(2) {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  max-width: 40%;
}
.topMission__block--lg .text {
  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;
}
.topMission__block--lg .text .lead {
  font-size: 2.8rem;
  margin-top: 6rem;
}
.topMission__block--lg .text .lead > * {
  display: table;
}
.topMission__2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -17rem -3.8rem 33rem;
  position: relative;
  top: 33rem;
}
.topMission__2column > * {
  padding: 0 3.8rem;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .topMission .inner {
    padding: 6rem 0 0;
    max-width: 88%;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .topMission .inner {
    max-width: 84%;
  }
}
@media screen and (max-width: 768px) {
  .topMission .title {
    font-size: 3rem;
  }
  .topMission__block .text .lead {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  .topMission__block .tatetitle {
    position: relative;
    top: auto;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 3rem;
    margin-left: 0;
  }
  .topMission__block .tatetitle > * {
    display: inline-block;
    margin: 0 0.5em 0 0;
  }
  .topMission__block--lg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 3rem;
  }
  .topMission__block--lg > * {
    padding: 0rem;
  }
  .topMission__block--lg > *:nth-child(1) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .topMission__block--lg > *:nth-child(2) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .topMission__block--lg .text .lead {
    font-size: 1.5rem;
    margin-top: 0rem;
  }
  .topMission__block--lg .text .lead > * {
    display: table;
  }
  .topMission__2column {
    margin: 0rem 0rem 0rem;
    top: 0rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .topMission__2column > * {
    padding: 0rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin: 0 0 3rem;
  }
}

.topJob {
  background: #fff;
  margin: 48rem 0 0;
}
.topJob .inner {
  max-width: 88%;
  width: 100%;
  margin: 0 auto;
  padding: 10rem 0 0;
}
@media screen and (max-width: 768px) {
  .topJob .inner {
    max-width: 84%;
  }
}
.topJob .title {
  font-size: 7.2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}
.topJob .lead {
  font-size: 1.9rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 6rem 0;
}
.topJob .lead > span {
  display: table;
  margin: 0 auto;
}
.topJob__2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10rem -3.8rem 15rem;
  position: relative;
  top: 15rem;
}
.topJob__2column > * {
  padding: 0 3.8rem;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
.topJob__2column > * h3 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.2rem;
  background: #fff;
  display: table;
  padding: 0.5rem 1.5rem;
  letter-spacing: 0.1em;
  pointer-events: none;
}
.topJob__2column > * .image {
  position: relative;
}
.topJob__2column > * .image a {
  position: relative;
  display: block;
}
.topJob__2column > * .image a .cursor {
  bottom: 0;
  right: 0;
}
.topJob__2column > * .image img {
  width: 100%;
  display: block;
}
.topJob__2column > * .tagblock {
  position: absolute;
  bottom: 0rem;
  left: 1rem;
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  .topJob {
    margin: 5rem 0 0;
    background: transparent;
  }
  .topJob .inner {
    max-width: 88%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .topJob .inner {
    max-width: 84%;
  }
}
@media screen and (max-width: 768px) {
  .topJob .title {
    font-size: 3rem;
  }
  .topJob .lead {
    font-size: 1.4rem;
    margin: 3rem 0;
  }
  .topJob .lead > span {
    display: inline-block;
  }
  .topJob__2column {
    margin: 0;
    top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .topJob__2column > * {
    padding: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 3rem;
  }
  .topJob__2column > * h3 {
    font-size: 1.6rem;
    background: #fff;
    display: table;
    padding: 0.5rem 1.5rem;
    letter-spacing: 0.1em;
    pointer-events: none;
  }
  .topJob__2column > * .image a {
    position: relative;
    display: block;
  }
  .topJob__2column > * .image a .cursor {
    bottom: 0;
    right: 0;
  }
  .topJob__2column > * .image img {
    width: 100%;
    display: block;
  }
  .topJob__2column > * .tagblock {
    position: static;
    left: 0rem;
    padding-right: 0;
  }
}

.topPeople {
  margin-top: 32rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topPeople__title {
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
  max-width: 28%;
  padding: 0 5rem 0 9rem;
}
.topPeople__title .title {
  font-size: 6rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1;
}
.topPeople__title .lead {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-top: 10rem;
}
.topPeople__cnt {
  -ms-flex-preferred-size: 72%;
      flex-basis: 72%;
  max-width: 72%;
  padding: 9rem 0;
  background: #EFEFEF;
}
.topPeopleSlide__list {
  padding: 0 5rem;
}
.topPeopleSlide__list > a {
  display: block;
  background: #fff;
  padding: 5.5rem;
  color: #2B6A9B;
  position: relative;
}
.topPeopleSlide__list .date {
  position: absolute;
  top: 0;
  right: 0;
  background: #2B6A9B;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 2rem 0.8rem;
  font-size: 1.6rem;
}
.topPeopleSlide__list .title {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 3rem;
}
.topPeopleSlide__list .name {
  margin-top: 3rem;
  font-size: 1.3rem;
  line-height: 1.6;
}
.topPeopleSlide .arrow-prev-top,
.topPeopleSlide .arrow-next-top {
  position: absolute;
  top: 50%;
}
.topPeopleSlide .arrow-prev-top {
  left: 0%;
}
.topPeopleSlide .arrow-next-top {
  right: 0%;
}
@media screen and (max-width: 768px) {
  .topPeople {
    margin-top: 5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .topPeople__title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0 3rem;
  }
  .topPeople__title .title {
    font-size: 3rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .topPeople__title .lead {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
  .topPeople__cnt {
    margin-top: 2rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 4rem 0;
    background: #EFEFEF;
  }
  .topPeopleSlide__list {
    padding: 0 1rem;
  }
  .topPeopleSlide__list > a {
    padding: 2rem;
  }
  .topPeopleSlide__list .image {
    margin: -1rem -1rem 0;
  }
  .topPeopleSlide__list .date {
    padding: 1rem 0.5rem;
    font-size: 1.2rem;
  }
  .topPeopleSlide__list .title {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  .topPeopleSlide__list .name {
    margin-top: 1rem;
    font-size: 1.1rem;
  }
  .topPeopleSlide .arrow-prev-top,
  .topPeopleSlide .arrow-next-top {
    position: absolute;
    top: 50%;
  }
  .topPeopleSlide .arrow-prev-top {
    left: 0%;
  }
  .topPeopleSlide .arrow-next-top {
    right: 0%;
  }
}

.topStories, .topCrosstalk {
  background: #fff;
  margin-top: 25rem;
  margin-bottom: 20rem;
  padding: 10rem 0 0;
}
.topStories .title, .topCrosstalk .title {
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.topStories__slide, .topCrosstalk__slide {
  margin-top: -15rem;
  position: relative;
  top: 24rem;
}
.topStories__slide .slide, .topCrosstalk__slide .slide {
  padding: 0 10rem;
}
.topStories__slide .slide .text, .topCrosstalk__slide .slide .text {
  max-width: 80%;
  background: #fff;
  margin-top: -8rem;
  z-index: 1;
  position: relative;
  padding: 3rem 6rem;
}
.topStories__slide .slide .text .date, .topCrosstalk__slide .slide .text .date {
  position: absolute;
  top: 0;
  right: 0;
  background: #2B6A9B;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 2rem 0.8rem;
}
.topStories__slide .slide .text h4, .topCrosstalk__slide .slide .text h4 {
  font-size: 3rem;
  letter-spacing: 0.04em;
  margin-bottom: 3rem;
}
.topStories__slide .slide .text p, .topCrosstalk__slide .slide .text p {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
.topStories__slide .slide .text a, .topCrosstalk__slide .slide .text a {
  color: #2B6A9B;
}
.topStories__slide .arrow-prev-top, .topCrosstalk__slide .arrow-prev-top,
.topStories__slide .arrow-next-top,
.topCrosstalk__slide .arrow-next-top {
  position: absolute;
  top: 50%;
}
.topStories__slide .arrow-prev-top, .topCrosstalk__slide .arrow-prev-top {
  right: 80%;
}
.topStories__slide .arrow-next-top, .topCrosstalk__slide .arrow-next-top {
  left: 80%;
}
@media screen and (max-width: 768px) {
  .topStories, .topCrosstalk {
    background: #fff;
    margin-top: 5rem;
    margin-bottom: 10rem;
    padding: 3rem 0 0;
  }
  .topStories .title, .topCrosstalk .title {
    font-size: 3rem;
  }
  .topStories__slide, .topCrosstalk__slide {
    margin-top: -5rem;
    top: 8rem;
  }
  .topStories__slide .slide, .topCrosstalk__slide .slide {
    padding: 0 1rem;
  }
  .topStories__slide .slide .text, .topCrosstalk__slide .slide .text {
    max-width: 95%;
    margin-top: -4rem;
    padding: 2rem 3rem 2rem 2rem;
  }
  .topStories__slide .slide .text .date, .topCrosstalk__slide .slide .text .date {
    padding: 1rem 0.5rem;
    font-size: 1.2rem;
  }
  .topStories__slide .slide .text h4, .topCrosstalk__slide .slide .text h4 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .topStories__slide .slide .text p, .topCrosstalk__slide .slide .text p {
    font-size: 1.2rem;
  }
  .topStories__slide .arrow-prev-top, .topCrosstalk__slide .arrow-prev-top,
  .topStories__slide .arrow-next-top,
  .topCrosstalk__slide .arrow-next-top {
    position: absolute;
    top: 25%;
  }
  .topStories__slide .arrow-prev-top, .topCrosstalk__slide .arrow-prev-top {
    right: auto;
    left: 0;
  }
  .topStories__slide .arrow-next-top, .topCrosstalk__slide .arrow-next-top {
    left: auto;
    right: 0;
  }
}

.topCrosstalk {
  margin-top: 37rem;
}
@media screen and (max-width: 768px) {
  .topCrosstalk {
    margin-top: 15rem;
  }
}

.arrow-prev-top,
.arrow-next-top {
  width: 9.5rem;
  height: 9.5rem;
  display: block;
  background: #2B6A9B;
  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;
  margin-top: -9.5rem;
  z-index: 1;
  cursor: pointer;
}
.arrow-prev-top:before,
.arrow-next-top:before {
  content: "";
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
}
@media screen and (max-width: 768px) {
  .arrow-prev-top,
  .arrow-next-top {
    width: 4rem;
    height: 4rem;
    margin-top: -4rem;
  }
  .arrow-prev-top:before,
  .arrow-next-top:before {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.arrow-prev-top:before {
  -webkit-transform: translateX(25%) rotate(45deg);
          transform: translateX(25%) rotate(45deg);
}

.arrow-next-top:before {
  -webkit-transform: translateX(-25%) rotate(-135deg);
          transform: translateX(-25%) rotate(-135deg);
}

.topOt img,
.topOt a {
  display: block;
}
.topOt .inner {
  max-width: 98rem;
  margin: 0 auto;
  padding: 12rem 0 9rem;
}
.topOt__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -6rem;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.topOt__column > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 3rem 6rem;
}
.topOt h3 {
  margin-top: 0.5rem;
  font-weight: 500;
  color: #006A9F;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topOt {
    margin-top: 13rem;
  }
  .topOt .inner {
    max-width: 84%;
    padding: 0 0 5rem;
  }
  .topOt__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -0.5rem;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
  }
  .topOt__column > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 1rem 0.5rem;
  }
}

.tagblock {
  margin-top: 5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3.5rem 0 0;
  pointer-events: none;
}
.tagblock > * {
  margin: 0 1rem 1rem 0;
}
.tagblock > * span,
.tagblock > * a {
  border: 1px solid #006A9F;
  border-radius: 2px;
  font-size: 1.2rem;
  padding: 0.2rem 1rem;
  background: #fff;
}
.tagblock > * a {
  pointer-events: auto;
}
.tagblock > *:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .tagblock {
    margin-top: 3rem;
    margin: 2rem 0 0;
  }
  .tagblock > * {
    margin: 0 0.5rem 0.8rem 0;
  }
  .tagblock > * span,
  .tagblock > * a {
    border: 1px solid #006A9F;
    font-size: 1rem;
    padding: 0.2rem 0.5rem;
  }
  .tagblock > *:last-child {
    margin-right: 0;
  }
}

.topEntry {
  position: relative;
}
.topEntry img {
  display: block;
}
.topEntry__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topEntry__bg > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
.topEntry__text {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  z-index: 1;
  font-size: 3.1rem;
}
.topEntry__text p > * {
  display: table;
  margin: 0 auto;
  color: #fff;
}
.topEntry__text a {
  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;
  width: 33rem;
  height: 7.5rem;
  border-radius: 4px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  background: #fff;
  color: #006A9F;
  font-weight: 700;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .topEntry img {
    height: 40vw;
  }
  .topEntry__text {
    font-size: 1.4rem;
  }
  .topEntry__text a {
    width: 14rem;
    height: 3rem;
    border-radius: 4px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    margin-top: 1rem;
  }
}

/* 
end _topppage.scss
*/
/* 
start _business.scss
*/
.missionArt {
  position: relative;
}
.missionArt--imageright .imagebg__wrapper {
  margin: 0 0 0 auto;
}
.missionArt--imageleft .imagebg__wrapper {
  margin: 0 auto 0 0;
}
.missionArt--imageleft .mainArt__title {
  left: auto;
  right: -3rem;
}
.missionArt--imageleft .mainArt__title > span {
  margin: 0 0 0 auto;
}
.missionArt .imagebg {
  position: relative;
  z-index: 1;
  padding-top: 67%;
  width: 100%;
}
.missionArt .imagebg__wrapper {
  max-width: 70%;
  height: 19rem;
}
.missionArt .imagebg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.missionArt__image {
  margin-top: 10rem;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .missionArt--imageleft .imagebg__wrapper {
    margin: 0 auto 0 0;
  }
  .missionArt--imageleft .mainArt__title {
    left: auto;
    right: -1rem;
  }
  .missionArt .imagebg {
    position: relative;
    z-index: 1;
    padding-top: 80%;
    width: 100%;
  }
  .missionArt .imagebg__wrapper {
    max-width: 80%;
    height: 10rem;
  }
  .missionArt .imagebg img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .missionArt__image {
    margin-top: 3rem;
    padding: 0;
    width: 600px;
  }
  .missionArt .text .inner {
    padding-top: 8rem;
  }
}

.bfArt {
  position: relative;
}
.bfArt > * {
  position: relative;
  z-index: 1;
}
.bfArt:after {
  content: "";
  z-index: 0;
  width: 84%;
  height: 90%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: #F2EFE2;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
}
.bfArt__lgtitle, .bmArt__lgtitle {
  text-align: center;
  font-size: 8rem;
  font-weight: 700;
  margin-bottom: 12rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.bfArt__lglead {
  font-size: 2.2rem;
  margin-bottom: 15rem;
  text-align: center;
}
.bfArt__title {
  font-size: 2.8rem;
}
.bfArt__lead {
  font-size: 2.2rem;
  color: #006A9F !important;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  position: relative;
  margin-bottom: 5rem;
}
.bfArt__lead:before {
  content: "";
  width: 5rem;
  height: 4px;
  background: #006A9F;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.bfArt__text {
  margin-top: 14rem;
}
@media screen and (max-width: 768px) {
  .bfArt__lgtitle, .bmArt__lgtitle {
    font-size: 3.4rem;
    margin-bottom: 3rem;
  }
  .bfArt__lglead {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  .bfArt__title {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
  .bfArt__lead {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    margin-bottom: 3rem;
  }
  .bfArt__lead:before {
    content: "";
    width: 2.4rem;
    height: 2px;
  }
  .bfArt__text {
    margin-top: 7rem;
  }
}
.bfGenre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5rem -2.5rem 0;
  position: relative;
}
.bfGenre > li {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
  padding: 7rem 2.5rem;
  position: relative;
  z-index: 1;
}
.bfGenre__image {
  position: relative;
}
.bfGenre__text {
  position: absolute;
  top: 0;
  left: 0;
  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;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.bfGenre:before, .bfGenre:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bfGenre:before {
  content: "TOYO ENGINEERING";
  color: #B4A874;
  font-size: 2.2rem;
  font-family: "Lato", sans-serif;
  z-index: 1;
  letter-spacing: 0.1em;
}
.bfGenre:after {
  width: calc(100% - 13rem);
  height: calc(100% - 22rem);
  z-index: 0;
  background-color: #F2EFE2;
}
@media screen and (max-width: 768px) {
  .bfGenre {
    margin: 0rem -3rem 0;
  }
  .bfGenre > li {
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    max-width: 33.3%;
    padding: 3rem 0.2rem;
  }
  .bfGenre__text {
    font-size: 1.2rem;
    padding: 0 1rem;
    text-align: center;
  }
  .bfGenre:before {
    font-size: 1.4rem;
  }
  .bfGenre:after {
    width: calc(100% - 6rem);
    height: calc(100% - 12rem);
  }
}
.bfLinks__wrapper {
  margin-top: 8rem;
  margin-right: -17rem;
}
.bfLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem;
}
.bfLinks > * {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding: 0 1rem;
}
.bfLinks a {
  display: block;
  position: relative;
}
.bfLinks a img {
  display: block;
}
.bfLinks .name {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 3rem);
  height: 5rem;
  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: #006A9F;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bfLinks .name:after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../img/common/link-outgoing-wh@2x.png) center center/contain no-repeat;
  display: block;
  position: absolute;
  bottom: 0.5rem;
  right: 0.8rem;
}
.bfLinks__button {
  padding-left: calc(75% + 1.5rem);
  margin-top: 4.5rem;
  margin-bottom: -9.5rem;
}
.bfLinks__button a {
  font-size: 1.6rem;
  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: 21rem;
  height: 5rem;
  border-radius: 4px;
  color: #fff;
  position: relative;
  background: #B4A874;
}
.bfLinks__button a:after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(../img/common/link-outgoing-wh@2x.png) center center/contain no-repeat;
  display: block;
  position: absolute;
  bottom: 0.5rem;
  right: 0.8rem;
}
@media screen and (max-width: 768px) {
  .bfLinks__wrapper {
    margin-top: 4rem;
    margin: 4rem -3rem 0;
  }
  .bfLinks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -0.5rem;
  }
  .bfLinks > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0.5rem 0.5rem 4rem 0.5rem;
  }
  .bfLinks .name {
    width: calc(100% - 2rem);
    padding: 0 2rem 0 1rem;
    line-height: 1.2;
    font-size: 1.2rem;
    height: 4rem;
  }
  .bfLinks__button {
    padding-left: 0;
    padding-right: 3rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .bfLinks__button a {
    font-size: 1.4rem;
    width: 12rem;
    height: 5rem;
    margin: 0 0 0 auto;
  }
}

.bmArt .text {
  background: #F2EFE2;
}
.bmArt__lgtitle {
  position: relative;
  top: -4rem;
  margin-bottom: 0;
}
.bmArt__smltitle {
  font-size: 3.7rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}
.bmArt__lglead {
  font-size: 2.2rem;
  text-align: center;
}
.bmArt__image {
  margin-top: 14rem;
}
.bmArt .caution {
  font-size: 1.2rem;
  margin-top: 2rem;
  color: #000;
}
@media screen and (max-width: 768px) {
  .bmArt__lgtitle {
    top: -2rem;
    margin-top: 8rem;
  }
  .bmArt__smltitle {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-align: center;
  }
  .bmArt__lglead {
    font-size: 2.2rem;
  }
  .bmArt .image__wrapper {
    margin-top: 3rem;
  }
  .bmArt__image {
    margin-top: 0rem;
    width: 600px;
  }
  .bmArt .caution {
    font-size: 1.2rem;
    margin-top: 2rem;
    color: #000;
  }
}
.bmGenre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bmGenre > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
.bmGenre__image {
  position: relative;
}
.bmGenre__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  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;
  color: #fff;
}
.bmGenre__text .sml,
.bmGenre__text .lg {
  display: block;
  line-height: 1.2;
}
.bmGenre__text .sml {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.bmGenre__text .lg {
  font-weight: 700;
  font-size: 8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .bmGenre__text .sml {
    font-size: 1.2rem;
  }
  .bmGenre__text .lg {
    font-size: 3rem;
  }
}
.bmSlider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bmSlider .slick-slide {
  height: auto !important;
}
.bmSlider__wrapper {
  width: 100%;
  background: url(../img/businessmodel/epc-bg@2x.jpg) center center/cover no-repeat;
  padding-bottom: 5rem;
}
.bmSlider {
  max-width: 68%;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translateY(-7rem);
          transform: translateY(-7rem);
  z-index: 2;
  position: relative;
}
.bmSlider li {
  padding: 7rem 12rem;
  position: relative;
  background: #959595;
}
.bmSlider li:before {
  position: absolute;
  left: 2.5rem;
  top: 1rem;
  font-family: "Lato", sans-serif;
  border-bottom: 3px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8rem;
  width: 4rem;
  color: #fff;
  font-size: 5rem;
}
.bmSlider li.e {
  background: #4C7DA3;
}
.bmSlider li.e:before {
  content: "E";
}
.bmSlider li.p {
  background: #BA5D71;
}
.bmSlider li.p:before {
  content: "P";
}
.bmSlider li.c {
  background: #4E8969;
}
.bmSlider li.c:before {
  content: "C";
}
.bmSlider__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2rem;
}
.bmSlider__column > * {
  padding: 0 2rem;
  color: #fff;
}
.bmSlider__image {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 30%;
  margin-top: 7rem;
}
.bmSlider__image img {
  width: 100%;
}
.bmSlider__text {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  max-width: 70%;
}
.bmSlider__text h4 {
  font-size: 2rem;
  margin-bottom: 3rem;
}
.bmSlider__text p {
  font-size: 1.4rem;
  line-height: 2;
}
.bmSlider .arrow-prev,
.bmSlider .arrow-next {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 6rem;
  height: 6rem;
  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;
}
.bmSlider .arrow-prev:before,
.bmSlider .arrow-next:before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
}
.bmSlider .arrow-prev {
  left: -2rem;
}
.bmSlider .arrow-prev:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.bmSlider .arrow-next {
  right: -2rem;
}
.bmSlider .arrow-next:before {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
@media screen and (max-width: 768px) {
  .bmSlider__wrapper {
    padding-bottom: 3rem;
  }
  .bmSlider {
    max-width: 84%;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
  .bmSlider li {
    padding: 1rem 2rem 1rem 4rem;
  }
  .bmSlider li:before {
    position: absolute;
    left: 0.5rem;
    top: 0rem;
    height: 4rem;
    width: 3rem;
    font-size: 3rem;
  }
  .bmSlider__column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0rem;
  }
  .bmSlider__column > * {
    padding: 0 1rem;
    color: #fff;
  }
  .bmSlider__image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-top: 2rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .bmSlider__image img {
    max-width: 80%;
    margin: 0 auto;
  }
  .bmSlider__text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .bmSlider__text h4 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .bmSlider__text p {
    font-size: 1.2rem;
    line-height: 2;
  }
  .bmSlider .arrow-prev,
  .bmSlider .arrow-next {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 6rem;
    height: 6rem;
    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;
  }
  .bmSlider .arrow-prev:before,
  .bmSlider .arrow-next:before {
    content: "";
    display: block;
    width: 4rem;
    height: 4rem;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
  }
  .bmSlider .arrow-prev {
    left: -2rem;
  }
  .bmSlider .arrow-prev:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .bmSlider .arrow-next {
    right: -2rem;
  }
  .bmSlider .arrow-next:before {
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
  }
}

/* 
end _business.scss
*/
/* 
start _job.scss
*/
.ourjobArt {
  opacity: 0;
}
.ourjob__title {
  text-align: center;
  margin-top: 9rem;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.ourjob__lead {
  text-align: center;
  margin: 8rem 0 13rem;
  font-size: 2.2rem;
  line-height: 2;
}
.ourjobSelect {
  max-width: 126rem;
  background: #D5D5D5;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10rem;
}
.ourjobSelect > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: relative;
}
.ourjobSelect > * > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #fff;
}
.ourjobSelect > *.active span {
  background: #006A9F;
}
.ourjobSelect > *.active:after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-left: 2px solid #006A9F;
  border-bottom: 2px solid #006A9F;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  position: absolute;
  bottom: -3rem;
  left: 50%;
}
.ourjobBlock {
  margin-top: 10rem;
  margin-top: 10rem;
  padding: 8rem 0;
  display: none;
}
.ourjobBlock--senkou {
  background: #fff;
}
.ourjobBlock--senkou .inner {
  max-width: 126rem;
  margin: 0 auto;
}
.ourjobBlock--matrix {
  max-width: 126rem;
  margin: 0 auto;
}
.ourjobBlock--matrix .inner {
  padding: 8rem 14rem;
  background: #fff;
  margin-bottom: 8rem;
}
.ourjobBlock--matrix .inner:last-of-type {
  margin-bottom: 0;
}
.ourjobBlock--matrix .sml {
  font-size: 1.3rem;
  margin-top: 2rem;
  line-height: 2;
}
.ourjobBlock__title {
  margin-bottom: 5rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.ourjobBlock__title--senkou {
  font-size: 2.2rem;
}
.ourjobBlock__title--matrix {
  background: #006A9F;
  font-size: 1.8rem;
  padding: 2rem 0;
  color: #fff;
}
.ourjobBlock.active {
  display: block;
}
@media screen and (max-width: 768px) {
  .ourjob__title {
    margin-top: 5rem;
    font-size: 2.4rem;
  }
  .ourjob__lead {
    margin: 3rem 0 3rem;
    font-size: 1.6rem;
    line-height: 2;
    padding: 0 2rem;
  }
  .ourjobSelect {
    height: 6rem;
  }
  .ourjobSelect > * {
    font-size: 1.4rem;
  }
  .ourjobSelect > *.active:after {
    width: 1.2rem;
    height: 1.2rem;
    bottom: -2rem;
  }
  .ourjobBlock {
    margin-top: 5rem;
    padding: 5rem 0;
  }
  .ourjobBlock--senkou .inner {
    max-width: 94%;
  }
  .ourjobBlock--matrix {
    max-width: 94%;
    margin-top: 0;
  }
  .ourjobBlock--matrix .inner {
    padding: 3rem 2rem;
    margin-bottom: 5rem;
  }
  .ourjobBlock--matrix .inner:last-of-type {
    margin-bottom: 0;
  }
  .ourjobBlock--matrix .sml {
    font-size: 1rem;
    margin-top: 1rem;
    line-height: 2;
  }
  .ourjobBlock__title {
    margin-bottom: 3rem;
  }
  .ourjobBlock__title--senkou {
    font-size: 2rem;
  }
  .ourjobBlock__title--matrix {
    background: #006A9F;
    font-size: 1.5rem;
    margin: 0 -1rem 2rem;
    padding: 1rem 0;
  }
}

.senkouNav__wrapper {
  margin-bottom: 9rem;
}
.senkouNav {
  margin: 0 -0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5rem;
}
.senkouNav > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 0 0.4rem;
}
.senkouNav > * span {
  width: 100%;
  height: 100%;
  border: 1px solid #006A9F;
  font-size: 1.8rem;
  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;
  cursor: pointer;
}
.senkouNav > *.active span {
  background: #006A9F;
  color: #fff;
}
.senkouNav > *:hover span {
  background: #006A9F;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .senkouNav__wrapper {
    margin-bottom: 4rem;
  }
  .senkouNav {
    margin: 0 -0.4rem;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .senkouNav > * {
    max-width: auto;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding: 0.4rem;
  }
  .senkouNav > * span {
    font-size: 1.4rem;
    padding: 0 1em;
  }
}
.senkouLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.5rem;
}
.senkouLists > * {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
  padding: 0 1.5rem 13rem;
}
@media screen and (max-width: 768px) {
  .senkouLists {
    margin: 0 0rem;
  }
  .senkouLists > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0 0rem 12rem;
  }
}
.senkouBlock {
  background: #F8F8F8;
  padding: 3rem 3rem 0;
  height: 100%;
  cursor: pointer;
}
.senkouBlock__title {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
  text-align: center;
}
.senkouBlock__text {
  font-size: 1.4rem;
  line-height: 2;
}
.senkouBlock__button {
  text-align: right;
  margin-top: 1rem;
}
.senkouBlock__button > span,
.senkouBlock__button > a {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  background: #006A9F;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
}
.senkouBlock .image {
  position: relative;
  top: 8rem;
  margin-top: -6rem;
}
@media screen and (max-width: 768px) {
  .senkouBlock {
    padding: 2rem 2rem 0;
  }
  .senkouBlock__title {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .senkouBlock__text {
    font-size: 1.2rem;
  }
  .senkouBlock .image img {
    max-width: 80%;
    margin: 0 auto;
  }
}
.senkouCnt {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000;
  max-width: 98rem;
  width: 100%;
  margin: 0 auto;
  padding: 10rem 12rem 14rem 12rem;
  background: #fff;
}
.senkouCnt__title {
  font-size: 2.4rem;
  line-height: 1.5;
  padding-bottom: 2rem;
  border-bottom: 4px solid #006A9F;
}
.senkouCnt__text {
  font-size: 1.4rem;
  line-height: 2;
  padding-top: 5rem;
  max-height: 60vh;
  overflow: auto;
}
.senkouCnt__text p {
  margin-bottom: 2em;
}
.senkouCnt__text p:last-of-type {
  margin-bottom: 0;
}
.senkouCnt .close {
  display: block;
  position: absolute;
  top: 3.5rem;
  right: 3.5rem;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
}
.senkouCnt .close:before, .senkouCnt .close:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #006A9F;
  display: block;
}
.senkouCnt .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.senkouCnt .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.senkouCnt .senkouBlock__button {
  position: absolute;
  width: 100%;
  bottom: 6rem;
  left: 0;
  padding-right: 12rem;
}
.senkouCntLists__block {
  display: none;
}
.senkouCntLists__block.active {
  display: block;
}
@media screen and (max-width: 768px) {
  .senkouCnt {
    max-width: 90%;
    padding: 3rem 3rem 6rem 3rem;
    background: #fff;
  }
  .senkouCnt__title {
    font-size: 1.4rem;
    padding-bottom: 1rem;
    border-bottom: 4px solid #006A9F;
  }
  .senkouCnt__text {
    font-size: 1.2rem;
    line-height: 2;
    padding-top: 2rem;
    max-height: 60vh;
  }
  .senkouCnt__text p {
    margin-bottom: 1em;
  }
  .senkouCnt__text p:last-of-type {
    margin-bottom: 0;
  }
  .senkouCnt .close {
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
  }
  .senkouCnt .senkouBlock__button {
    bottom: 2rem;
    left: 0;
    padding: 0;
    text-align: center;
  }
  .senkouCntLists__block {
    display: none;
  }
  .senkouCntLists__block.active {
    display: block;
  }
}

.matrixTable {
  width: 100%;
  text-align: center;
}
.matrixTable thead th {
  font-size: 1.4rem;
  background: #3E8FD1;
  color: #fff;
  border: 1px solid white;
  padding: 0.5rem 2rem;
  text-align: center;
}
.matrixTable tbody {
  font-size: 1.6rem;
}
.matrixTable tbody th,
.matrixTable tbody td {
  border: 1px solid #E3E3E3;
  vertical-align: middle;
  padding: 0.8rem 2.5rem;
  text-align: center;
}
.matrixTable tbody th.true,
.matrixTable tbody td.true {
  background: #F8F8F8;
}
.matrixTable tbody th {
  text-align: left;
}
.matrixTable .tate {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .matrixTable__wrapper {
    overflow-x: auto;
  }
  .matrixTable thead th {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
    line-height: 1.6;
    white-space: nowrap;
  }
  .matrixTable tbody {
    font-size: 1.4rem;
  }
  .matrixTable tbody th,
  .matrixTable tbody td {
    white-space: nowrap;
    padding: 0.8rem 1rem;
    text-align: center;
  }
  .matrixTable .tate {
    text-align: center;
  }
}

.abroad__nav {
  max-width: 50%;
  margin: 10rem auto -5rem;
}
.abroad__nav > ul {
  background: #3E8FD1;
}
.abroad__nav > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.abroad__nav > ul > li > a {
  padding: 2rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
}
.abroad__nav > ul > li > a .en {
  padding-right: 0.5em;
  font-size: 2em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 3em;
      flex-basis: 3em;
  max-width: 3em;
  font-weight: 700;
}
.abroad__nav > ul > li > a:after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
          transform: rotate(-45deg) translate(50%, -50%);
}
.abroadArt .text {
  max-width: 68%;
}
.abroadArt .inner {
  padding: 10rem 12rem;
}
.abroadArt__lead {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10rem;
}
.abroadFAQ {
  margin-bottom: 9rem;
  margin-top: -10rem;
  padding-top: 10rem;
}
.abroadFAQ:last-of-type {
  margin-bottom: 0;
}
.abroadFAQ > dt {
  background: #3E8FD1;
  color: #fff;
  padding: 2.5rem 3rem;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.abroadFAQ > dt .ent {
  font-size: 6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.6em;
  font-weight: 700;
  line-height: 1;
}
.abroadFAQ > dd {
  font-size: 1.4rem;
  line-height: 2;
  padding: 3rem 0 0rem;
}
.abroadFAQ .point {
  max-width: 74%;
  margin: 3rem auto 0;
  color: #3E8FD1;
}
.abroadFAQ .point > dt {
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  padding-bottom: 1rem;
  letter-spacing: 0.1em;
}
.abroadFAQ .point > dd {
  background: #F2EFE2;
  padding: 2rem 3rem 3rem;
  position: relative;
}
.abroadFAQ .point > dd p {
  color: #3E8FD1;
}
.abroadFAQ .point > dd p strong {
  font-size: 2rem;
  font-weight: 500;
}
.abroadFAQ .point > dd p a {
  color: #3E8FD1;
  line-height: 1.5;
  text-decoration: underline;
}
.abroadFAQ .point > dd p a[target=_blank] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.abroadFAQ .point > dd p a[target=_blank]:after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background: url(../img/common/link-outgoing@2x.png) center center/contain no-repeat;
  display: block;
  margin-left: 0.5rem;
}
.abroadFAQ .point > dd .image {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.abroadFAQ .point--1 p, .abroadFAQ .point--2 p {
  padding-right: 30%;
}
.abroadFAQ .point--1 .image, .abroadFAQ .point--2 .image {
  max-width: 47%;
  top: 50%;
  right: -10%;
}
.abroadFAQ .point--3 p {
  padding-right: 30%;
}
.abroadFAQ .point--3 .image {
  max-width: 17%;
  top: 50%;
  right: 10%;
}
.abroadFAQ .point--4 p {
  padding-right: 15%;
}
.abroadFAQ .point--4 .image {
  max-width: 20%;
  top: 50%;
  right: -5%;
}
.abroadFAQ .point--5 p {
  padding-right: 40%;
}
.abroadFAQ .point--5 .image {
  max-width: 23%;
  top: 50%;
  right: 10%;
}
@media screen and (max-width: 768px) {
  .abroad__nav {
    max-width: 90%;
    margin: 2rem auto 0rem;
  }
  .abroad__nav > ul > li > a {
    padding: 1rem 3rem 1rem 1.5rem;
    font-size: 1.2rem;
  }
  .abroad__nav > ul > li > a .en {
    padding-right: 0.5em;
    font-size: 1.2em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 2.6em;
        flex-basis: 2.6em;
    max-width: 2.6em;
    font-weight: 700;
    text-align: center;
  }
  .abroad__nav > ul > li > a:after {
    right: 1.5rem;
    top: 50%;
    -webkit-transform: rotate(-45deg) translate(50%, -50%);
            transform: rotate(-45deg) translate(50%, -50%);
  }
  .abroadArt .text {
    max-width: 92%;
  }
  .abroadArt .inner {
    padding: 3rem 2rem;
  }
  .abroadArt__lead {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  .abroadFAQ {
    margin-bottom: 5rem;
    margin-top: -6rem;
    padding-top: 6rem;
  }
  .abroadFAQ:last-of-type {
    margin-bottom: 0;
  }
  .abroadFAQ > dt {
    padding: 1rem 1rem;
    font-size: 1.4rem;
    margin: 0 -2rem;
  }
  .abroadFAQ > dt .ent {
    font-size: 2rem;
  }
  .abroadFAQ > dd {
    font-size: 1.3rem;
    line-height: 2;
    padding: 2rem 0 0rem;
  }
  .abroadFAQ .point {
    max-width: 100%;
  }
  .abroadFAQ .point > dt {
    font-size: 1.5rem;
  }
  .abroadFAQ .point > dd {
    background: #F2EFE2;
    padding: 1rem 2rem 1rem;
  }
  .abroadFAQ .point > dd p {
    line-height: 1.6;
  }
  .abroadFAQ .point > dd p strong {
    font-size: 1.4rem;
  }
  .abroadFAQ .point > dd p a[target=_blank] {
    display: inline-block;
  }
  .abroadFAQ .point > dd p a[target=_blank]:after {
    display: inline-block;
  }
  .abroadFAQ .point > dd .image {
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .abroadFAQ .point--1 p, .abroadFAQ .point--2 p {
    padding-right: 30%;
  }
  .abroadFAQ .point--1 .image, .abroadFAQ .point--2 .image {
    max-width: 37.6%;
    top: 50%;
    right: -5%;
  }
  .abroadFAQ .point--3 p {
    padding-right: 30%;
  }
  .abroadFAQ .point--3 .image {
    max-width: 12%;
    top: 50%;
    right: 8%;
  }
  .abroadFAQ .point--5 p {
    padding-right: 30%;
  }
  .abroadFAQ .point--5 .image {
    max-width: 23%;
    top: 50%;
    right: 5%;
  }
}

/* 
end _job.scss
*/
/* 
start _globalstyle.scss
*/
.globalstyleArt {
  max-width: 88vw;
  margin: 16rem auto;
}
.globalstyleArt > ul > li:nth-child(2n-1) .globalstyleArt__text {
  background: #fff;
}
.globalstyleArt > ul > li:nth-child(2n) .globalstyleArt__text {
  background: #F2EFE2;
}
.globalstyleArt__list1 {
  margin: 9rem 0;
}
.globalstyleArt__list1 > a {
  display: block;
  padding: 10rem 0 0 49rem;
  position: relative;
  color: #2B6A9B;
}
.globalstyleArt__list1 > a .image {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.globalstyleArt__list1 > a .image__1 {
  max-width: 63rem;
  overflow: hidden;
}
.globalstyleArt__list1 > a .image__2 {
  max-width: 49rem;
  overflow: hidden;
}
.globalstyleArt__list1 .globalstyleArt__text {
  padding: 14rem 0 3rem 14rem;
  position: relative;
  z-index: 0;
  min-height: 36rem;
}
.globalstyleArt__list1 .globalstyleArt__text .inner {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 0 0 3rem;
  position: relative;
  z-index: 1;
  min-height: 16rem;
}
.globalstyleArt__list1 .globalstyleArt__text .gmap {
  max-width: 34rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  right: 0;
  bottom: 4rem;
  z-index: 0;
}
.globalstyleArt__list1 .globalstyleArt__cat {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.globalstyleArt__list1 .globalstyleArt__title {
  font-size: 2.6rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.globalstyleArt__list1 .globalstyleArt__jptitle {
  font-size: 2rem;
  letter-spacing: 0.02em;
}
.globalstyleArt__list1--2 > a {
  padding: 10rem 49rem 0 0;
}
.globalstyleArt__list1--2 > a .image {
  top: 0;
  left: auto;
  right: 0;
}
.globalstyleArt__list1--2 > a .image__1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.globalstyleArt__list1--2 > a .image__2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.globalstyleArt__list1--2 .globalstyleArt__text {
  padding: 14rem 14rem 0 3rem;
}
.globalstyleArt__list1--2 .globalstyleArt__text .inner {
  padding: 2rem 3rem 0 0;
}
.globalstyleArt__list1--2 .globalstyleArt__text .gmap {
  right: 10rem;
}
.globalstyleArt__list1--2 .globalstyleArt__cat {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.globalstyleArt__list1--2 .globalstyleArt__title {
  font-size: 2.6rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.globalstyleArt__list1--2 .globalstyleArt__jptitle {
  font-size: 2rem;
  letter-spacing: 0.02em;
}
.globalstyleArt__list2 {
  margin: 9rem auto;
  max-width: 80vw;
}
.globalstyleArt__list2 > a {
  display: block;
  padding: 0 0;
  color: #2B6A9B;
}
.globalstyleArt__list2 .image {
  max-width: 88%;
  margin: 0 auto -20rem;
  position: relative;
  z-index: 1;
}
.globalstyleArt__list2 .inner {
  padding: 22rem 8.5rem 4rem;
}
.globalstyleArt__list2 .globalstyleArt__title {
  font-size: 3.6rem;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.globalstyleArt__list2 .globalstyleArt__jptitle {
  font-size: 2rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .globalstyleArt {
    max-width: 90vw;
    margin: 6rem auto;
  }
  .globalstyleArt__list1 {
    margin: 4rem 0;
  }
  .globalstyleArt__list1 > a {
    padding: 3rem 1rem 0 1rem;
    position: relative;
    color: #2B6A9B;
  }
  .globalstyleArt__list1 > a .image__1 {
    max-width: 50%;
  }
  .globalstyleArt__list1 > a .image__2 {
    max-width: 50%;
  }
  .globalstyleArt__list1 .globalstyleArt__text {
    padding: 30% 3rem 3rem 3rem;
    min-height: 0;
  }
  .globalstyleArt__list1 .globalstyleArt__text .inner {
    padding: 0;
    min-height: 10rem;
  }
  .globalstyleArt__list1 .globalstyleArt__text .gmap {
    position: absolute;
    max-width: 50%;
    right: 0;
    bottom: 20%;
    z-index: 0;
  }
  .globalstyleArt__list1 .globalstyleArt__cat {
    font-size: 1.4rem;
  }
  .globalstyleArt__list1 .globalstyleArt__title {
    font-size: 1.8rem;
  }
  .globalstyleArt__list1 .globalstyleArt__jptitle {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
  }
  .globalstyleArt__list2 {
    margin: 6rem auto;
    max-width: 90vw;
  }
  .globalstyleArt__list2 a {
    padding: 0 2rem;
  }
  .globalstyleArt__list2 .image {
    max-width: none;
    margin: 0 -1rem -23%;
  }
  .globalstyleArt__list2 .inner {
    padding: 8rem 2rem 3rem;
  }
  .globalstyleArt__list2 .globalstyleArt__title {
    font-size: 2.2rem;
  }
  .globalstyleArt__list2 .globalstyleArt__jptitle {
    font-size: 1.6rem;
  }
}
.globalstyleStory {
  margin: 12rem auto 0;
}
.globalstyleStory__bg {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}
.globalstyleStory__bg .image {
  width: 100%;
  height: 100vh;
  position: absolute;
}
.globalstyleStory__bg img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.globalstyleStory .imagemargin {
  height: 12rem;
  width: 1rem;
}
.globalstyleStory__member {
  max-width: 88%;
  margin: 0 auto;
  margin-top: calc(35rem - 100vh);
  padding: 10rem 1.5rem 7rem 17.5rem;
  background: #fff;
  z-index: 1;
  position: relative;
  color: #000;
}
.globalstyleStory__member .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -3rem;
}
.globalstyleStory__member .inner > * {
  padding: 0 3rem;
}
.globalstyleStory__member .inner .image {
  -ms-flex-preferred-size: 53%;
      flex-basis: 53%;
  max-width: 53%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.globalstyleStory__member p {
  font-size: 1.4rem;
}
.globalstyleStory__member .name {
  color: #2B6A9B;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.globalstyleStory__blc {
  max-width: 88%;
  margin: 12rem auto 0;
  background: #fff;
  padding: 16rem 20rem 11rem;
  z-index: 1;
  position: relative;
}
.globalstyleStory__blc .text {
  margin: 0 auto;
  background: #fff;
  font-size: 1.4rem;
  line-height: 2;
  color: #000;
  position: relative;
  z-index: 1;
}
.globalstyleStory__blc .text p {
  margin: 2em 0;
}
.globalstyleStory__image {
  position: relative;
  z-index: 0;
  margin: 6rem 0 14rem;
}
.globalstyleStory__image--1 {
  margin-right: -14rem;
}
.globalstyleStory__image--2 {
  margin-left: -14rem;
}
.globalstyleStory__image--last {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .globalstyleStory {
    margin: 6rem auto 0;
  }
  .globalstyleStory__bg {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
  }
  .globalstyleStory__bg .image {
    width: 100%;
    height: auto;
    position: relative;
  }
  .globalstyleStory__bg img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0;
  }
  .globalstyleStory .imagemargin {
    height: 6rem;
    width: 1rem;
  }
  .globalstyleStory__member {
    max-width: 94%;
    margin-top: -5rem;
    padding: 3rem;
  }
  .globalstyleStory__member .inner {
    display: block;
    margin: 0;
  }
  .globalstyleStory__member .inner > * {
    padding: 0 0rem;
  }
  .globalstyleStory__member .inner .image {
    max-width: none;
    margin-right: -2rem;
    margin-top: 2rem;
  }
  .globalstyleStory__member p {
    font-size: 1.3rem;
  }
  .globalstyleStory__member .name {
    color: #2B6A9B;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .globalstyleStory__blc {
    max-width: 94%;
    margin: 6rem auto 0;
    background: #fff;
    padding: 2rem 2rem 5rem;
    z-index: 1;
    position: relative;
  }
  .globalstyleStory__blc .text {
    font-size: 1.3rem;
  }
  .globalstyleStory__blc .text p {
    margin: 2em 0;
  }
  .globalstyleStory__image {
    margin: 2rem 0 5rem;
  }
  .globalstyleStory__image--1 {
    margin-right: -3rem;
  }
  .globalstyleStory__image--2 {
    margin-left: -3rem;
  }
  .globalstyleStory__image--last {
    margin-bottom: 5rem;
  }
}

/* 
end _globalstyle.scss
*/
/* 
start _culture.scss
*/
.welfareArt {
  background-color: #fff;
}
.welfareArtHead {
  position: relative;
  max-width: 94%;
  margin: 0 0 0 auto;
  color: #fff;
  z-index: 3;
  top: -15vw;
  margin-top: 25vw;
  margin-bottom: -15vw;
}
.welfareArtHead__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 7.5rem 14rem;
  padding: 0 14rem;
}
.welfareArtHead__title {
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 10rem;
}
.welfareArtHead__lead {
  font-size: 2rem !important;
  margin-bottom: 3rem;
}
.welfareArtHead__text {
  max-width: 73rem;
}
.welfareArtHead p {
  font-size: 1.4rem;
  line-height: 2;
}
.welfareArtHead p > span {
  display: table;
}
.welfareLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2.5rem;
}
.welfareLists > li {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
  padding: 2.5rem;
}
.welfareLists > li.lg {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
.welfareLists > li p {
  font-size: 1.4rem;
  margin-top: 1rem;
}
.welfareLists2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -7rem -1.2rem 0;
}
.welfareLists2 > li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  padding: 1.2rem;
}
.welfareLists2 > li img {
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.welfareLists2 > li img:hover {
  opacity: 0.7;
}
.welfareDetail {
  background: #F2EFE2;
  padding: 6rem 9rem;
  color: #000;
  margin-top: 12rem;
}
.welfareDetail dl {
  font-size: 1.5rem;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.welfareDetail dl dt,
.welfareDetail dl dd {
  border-bottom: 2px solid #fff;
  padding: 1.5em 0;
}
.welfareDetail dl dt:nth-of-type(1),
.welfareDetail dl dd:nth-of-type(1) {
  border-top: 2px solid #fff;
}
.welfareDetail dl dt {
  -ms-flex-preferred-size: 7em;
      flex-basis: 7em;
  max-width: 7em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.welfareDetail dl dd {
  -ms-flex-preferred-size: calc(100% - 7em);
      flex-basis: calc(100% - 7em);
  max-width: calc(100% - 7em);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.welfareSlide {
  margin-top: 5.5rem;
}
.welfareSlide__slick li {
  padding: 3px;
  max-width: 1082px;
  color: #1a1a1a;
  text-align: center;
}
.welfareSlide__slick li p {
  margin-top: 1rem;
  line-height: 2;
  padding: 0 3rem;
}
@media screen and (max-width: 768px) {
  .welfareArt {
    background-color: #fff;
  }
  .welfareArtHead {
    color: #fff;
    z-index: 3;
    top: -15vw;
    margin-top: 25vw;
    margin-bottom: -15vw;
  }
  .welfareArtHead__inner {
    padding: 0 1rem 0 2rem;
  }
  .welfareArtHead__title {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .welfareArtHead__lead {
    font-size: 1.6rem !important;
    margin-bottom: 2rem;
  }
  .welfareArtHead p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .welfareArtHead p > span {
    display: table;
  }
  .welfareArtHead__image img {
    height: 80vw;
  }
  .welfareLists {
    margin: 0 -1.5rem;
  }
  .welfareLists > li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0.5rem;
  }
  .welfareLists > li.lg {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .welfareLists > li p {
    font-size: 1.2rem;
    line-height: 1.6 !important;
  }
  .welfareLists2 {
    margin: -2rem -1rem 0;
  }
  .welfareLists2 > li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0.6rem;
  }
  .welfareLists2 > li img:hover {
    opacity: 1;
  }
  .welfareDetail {
    padding: 1rem 2rem;
    margin-top: 5rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .welfareDetail dl {
    font-size: 1.2rem;
  }
  .welfareDetail dl dt,
  .welfareDetail dl dd {
    border-bottom: 2px solid #fff;
    padding: 1.5em 0;
  }
  .welfareDetail dl dt:nth-of-type(1),
  .welfareDetail dl dd:nth-of-type(1) {
    border-top: 2px solid #fff;
  }
  .welfareDetail dl dt {
    -ms-flex-preferred-size: 7em;
        flex-basis: 7em;
    max-width: 7em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .welfareDetail dl dd {
    -ms-flex-preferred-size: calc(100% - 7em);
        flex-basis: calc(100% - 7em);
    max-width: calc(100% - 7em);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .welfareSlide {
    margin-top: 3rem;
  }
  .welfareSlide__slick li {
    max-width: 100vw;
  }
  .welfareSlide__slick li p {
    font-size: 1.2rem;
  }
}

.hrdTopArt .inner {
  max-width: 67%;
  margin: 0 auto;
}
.hrdTopArt__image {
  margin-top: 9rem;
}
.hrdLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8rem -2.7rem 15rem;
}
.hrdLists > li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 5.5rem 2.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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hrdLists__title {
  font-size: 1.8rem;
  text-align: center;
}
.hrdLists__title img {
  width: 11rem;
  height: 11rem;
  display: block;
  margin: 0 auto;
}
.hrdLists__title h4 {
  margin: 2.5rem;
}
.hrdLists__text {
  font-size: 1.4rem;
  margin-bottom: 3.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.hrd__text {
  max-width: 88%;
  margin: 0 auto;
  padding: 0 12rem 8rem;
}
.hrd__text .inner {
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #F2EFE2;
  padding: 8rem 12rem;
  margin-bottom: -15rem;
}
.hrd__text p {
  margin-bottom: 2.8rem;
}
.hrd__text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .hrdTopArt .inner {
    max-width: 84%;
  }
  .hrdTopArt__image {
    margin-top: 5rem;
    width: 600px;
  }
  .hrdLists {
    margin: 0;
  }
  .hrdLists > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 2rem 0rem 4rem;
  }
  .hrdLists__title {
    font-size: 1.6rem;
  }
  .hrdLists__title img {
    width: 10rem;
    height: 10rem;
  }
  .hrdLists__title h4 {
    margin: 1.5rem;
  }
  .hrdLists__text {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
  .hrdLists__image img {
    max-width: 80%;
    margin: 0 auto;
  }
  .hrd__text {
    max-width: 84%;
    padding: 0 0rem 4rem;
  }
  .hrd__text .inner {
    position: relative;
    z-index: 2;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
    background: #F2EFE2;
    padding: 2rem 2rem;
    margin-bottom: -5rem;
  }
  .hrd__text p {
    margin-bottom: 2.8rem;
    font-size: 1.2rem;
  }
  .hrd__text p:last-child {
    margin-bottom: 0;
  }
}

.welfare-modal {
  display: none;
  position: relative;
  z-index: 10;
}
.welfare-modal__bg {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background: rgba(72, 133, 185, 0.95);
  width: 100%;
  height: 100%;
  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;
}
.welfare-modal .image {
  max-width: 864px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  position: relative;
}
.welfare-modal .image p {
  line-height: 2;
  padding: 1rem 3rem 0;
}
.welfare-modal .image img {
  margin-bottom: 1.5rem;
}
.welfare-modal__close {
  width: 45px;
  height: 45px;
  position: absolute;
  cursor: pointer;
  right: -80px;
  top: -20px;
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
}
.welfare-modal__close:before, .welfare-modal__close:after {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
.welfare-modal__close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.welfare-modal__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .welfare-modal .image {
    font-size: 1.2rem;
  }
  .welfare-modal .image p {
    line-height: 1.5;
  }
  .welfare-modal .image img {
    margin-bottom: 1.5rem;
  }
  .welfare-modal__close {
    width: 45px;
    height: 45px;
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: -10px;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  .welfare-modal__close:before, .welfare-modal__close:after {
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .welfare-modal__close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .welfare-modal__close:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

/* 
end _culture.scss
*/
/* 
start _information.scss
*/
.pageNav {
  max-width: 90rem;
  margin: 10rem auto;
}
@media screen and (max-width: 768px) {
  .pageNav {
    margin: 5rem auto;
  }
}

.riNav {
  margin: 0 -5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.riNav > * {
  padding: 0 5rem;
  font-size: 1.8rem;
  width: 100%;
}
.riNav > * span {
  height: 13rem;
  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;
  border-top: 2px solid #006A9F;
  border-bottom: 2px solid #006A9F;
  cursor: pointer;
}
.riNav > * span:after {
  content: "";
  display: block;
  border-left: 2px solid #006A9F;
  border-bottom: 2px solid #006A9F;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.riNav > *:hover span:after {
  -webkit-transform: translateY(1rem) rotate(-45deg);
          transform: translateY(1rem) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .riNav {
    margin: 0 1rem;
  }
  .riNav > * {
    padding: 0 1rem;
    font-size: 1.4rem;
  }
  .riNav > * span {
    height: 8rem;
  }
  .riNav > * span:after {
    width: 1rem;
    height: 1rem;
  }
}

.riArt {
  display: none;
}
.riArt.active {
  display: block;
}
.riArt__title {
  max-width: 89%;
  margin: 0 auto;
  position: relative;
}
.riArt__title .title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  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;
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
}
.riArt .text {
  background: #fff;
  max-width: 76%;
  margin-top: -5.5rem;
  font-size: 1.4rem;
  line-height: 2;
}
.riArt .text .inner {
  padding: 3rem 8rem 0;
  position: relative;
}
.riArt .text .inner .caution {
  position: absolute;
  top: -3em;
  right: 0;
  color: #fff;
  font-size: 1.2rem;
}
.riArtBlock {
  padding: 3.5rem 0 8.5rem;
}
.riArtBlock__h3 {
  background: #F2F0E4;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7rem;
  color: #000;
  margin-bottom: 4.5rem;
}
.riArtBlock__genre {
  margin: 0 -4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.riArtBlock__genre > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 3rem 4.5rem;
  border-right: 1px solid #DEDEDE;
}
.riArtBlock__genre > * h4 {
  text-align: center;
  font-size: 1.8rem;
  color: #000;
  margin-bottom: 3rem;
}
.riArtBlock__genre > *:last-child {
  border-right: none;
}
.riArtBlock__table {
  width: 100%;
  color: #000;
  margin-top: 3rem;
  font-size: 1.4rem;
}
.riArtBlock__table > tbody > tr {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
.riArtBlock__table > tbody > tr > th {
  background: #F2F0E4;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.3rem;
  white-space: nowrap;
  padding: 4rem 2rem;
}
.riArtBlock__table > tbody > tr > td {
  padding: 4rem 6rem;
}
.riArtBlock__table--smltd > tbody > tr > td {
  padding: 4rem 1rem;
  text-align: center;
  border-left: 1px solid #DEDEDE;
  font-size: 1.3rem;
}
.riArtBlock__simpletable th {
  padding-right: 2em;
}
.riArtBlock__simplelist {
  display: inline-block;
}
.riArtBlock__simplelist > li {
  border-bottom: 1px solid #DEDEDE;
  padding: 1em 0;
}
.riArtBlock__simplelist > li:last-child {
  border-bottom: none;
}
.riArtBlock__flow {
  padding-top: 2rem;
}
.riArtBlock__flow li {
  padding-bottom: 2rem;
}
.riArtBlock__flow li:after {
  content: "";
  display: block;
  border-left: 2px solid #006A9F;
  border-bottom: 2px solid #006A9F;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 20px;
  height: 20px;
  margin: 1rem auto 0;
}
.riArtBlock__flow li:last-child:after {
  display: none;
}
.riArtBlock__flow li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7rem;
  color: #006A9F !important;
  border: 2px solid #006A9F;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.riArtBlock__flow li p span {
  font-size: 1.3rem;
  margin-left: 1em;
}
.riArtBlock__flow li.finish p {
  background: #006A9F;
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .riArt__title {
    max-width: 100%;
  }
  .riArt__title .title {
    font-size: 1.8rem;
    padding-bottom: 3rem;
  }
  .riArt__title .image img {
    height: 40vw;
  }
  .riArt .text {
    max-width: 88%;
    margin-top: -3rem;
    font-size: 1.4rem;
  }
  .riArt .text .inner {
    padding: 2rem 2rem 0;
    position: relative;
  }
  .riArt .text .inner .caution {
    position: absolute;
    top: -3em;
    right: 0;
    color: #fff;
    font-size: 1.2rem;
  }
  .riArtBlock {
    padding: 0 0 2rem;
  }
  .riArtBlock__h3 {
    font-size: 1.4rem;
    height: 5rem;
    margin-bottom: 0rem;
  }
  .riArtBlock__genre {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .riArtBlock__genre > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 1rem 1rem;
    border-right: none;
    border-bottom: 1px solid #DEDEDE;
  }
  .riArtBlock__genre > * h4 {
    font-size: 1.4rem;
    margin: 1rem 0;
  }
  .riArtBlock__genre > *:last-child {
    border-right: none;
    border-bottom: none;
  }
  .riArtBlock__table {
    margin-top: 3rem;
    font-size: 1.2rem;
  }
  .riArtBlock__table--smltd > tbody > tr > td {
    padding: 2rem 1rem;
    font-size: 1.2rem;
    white-space: nowrap;
  }
  .riArtBlock__table--spstyle > tbody > tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: none;
  }
  .riArtBlock__table--spstyle > tbody > tr > th {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    font-size: 1.3rem;
    padding: 1rem 1rem 0;
    background: #fff;
    font-weight: 700;
  }
  .riArtBlock__table--spstyle > tbody > tr > td {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0 1rem 2rem;
  }
  .riArtBlock__simpletable tr {
    border-bottom: 1px solid #DEDEDE;
    line-height: 1.8;
    vertical-align: top;
  }
  .riArtBlock__simpletable tr:last-child {
    border-bottom: none;
  }
  .riArtBlock__simpletable th {
    padding-right: 1em;
  }
  .riArtBlock__simplelist {
    background: #eee;
    margin-top: 1rem;
    padding: 0 2rem;
  }
  .riArtBlock__flow {
    padding-top: 2rem;
  }
  .riArtBlock__flow li {
    padding-bottom: 2rem;
  }
  .riArtBlock__flow li:after {
    width: 14px;
    height: 14px;
  }
  .riArtBlock__flow li:last-child:after {
    display: none;
  }
  .riArtBlock__flow li p {
    min-height: 6rem;
    height: auto;
    font-size: 1.4rem;
    line-height: 1.6 !important;
    padding: 1rem 2rem;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .riArtBlock__flow li p span {
    font-size: 1.1rem;
    margin-left: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .riArtBlock__flow li.finish p {
    background: #006A9F;
    color: #fff !important;
  }
}

.faqArtBlock__h3 {
  background: #F2F0E4;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7rem;
  color: #000;
  margin-bottom: 4.5rem;
  margin-top: 13rem;
}
.faqArtBlock__h3:first-of-type {
  margin-top: 0;
}
.faqBlock {
  background: #F0F9FF;
  border: 1px solid #D6D6D6;
  margin-bottom: 2rem;
  color: #000;
}
.faqBlock:last-of-type {
  margin-bottom: 0;
}
.faqBlock__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 7rem;
  padding: 2rem 0;
  cursor: pointer;
}
.faqBlock__q:before, .faqBlock__a > div:before {
  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: 2.6rem;
  border-right: 1px solid #D6D6D6;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 10.5rem;
      flex-basis: 10.5rem;
  max-width: 10.5rem;
  margin-right: 3rem;
  margin: -2rem 3rem -2rem 0;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.faqBlock__q {
  font-size: 1.8rem;
  background: #DAEBF8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faqBlock__q > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.faqBlock__q:before {
  content: "Q";
}
.faqBlock__q:after {
  content: "";
  background: url(../img/faq/faq-minus@2x.png) center center/contain no-repeat;
  width: 20px;
  height: 20px;
  margin: 0 2.5rem;
  display: block;
}
.faqBlock__q.active:after {
  background: url(../img/faq/faq-plus@2x.png) center center/contain no-repeat;
}
.faqBlock__a {
  font-size: 1.5rem;
  display: none;
  border-top: 1px solid #D6D6D6;
}
.faqBlock__a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 7rem;
  padding: 2rem 3rem 2rem 0;
}
.faqBlock__a > div:before {
  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: 2.6rem;
  border-right: 1px solid #D6D6D6;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 10.5rem;
      flex-basis: 10.5rem;
  max-width: 10.5rem;
  margin-right: 3rem;
  margin: -2rem 3rem -2rem 0;
}
.faqBlock__a > div:before {
  content: "A";
}
.faqBlock__a a {
  text-decoration: underline;
}
.faqBlock.active .faqBlock__a {
  display: block;
}
@media screen and (max-width: 768px) {
  .faqArtBlock__h3 {
    font-size: 1.4rem;
    height: 5rem;
    margin-bottom: 2rem;
    margin-top: 5rem;
  }
  .faqArtBlock__h3:first-of-type {
    margin-top: 0;
  }
  .faqBlock__q {
    min-height: 5rem;
    padding: 1rem 0;
  }
  .faqBlock__q:before, .faqBlock__a > div:before {
    font-size: 2rem;
    -ms-flex-preferred-size: 4rem;
        flex-basis: 4rem;
    max-width: 4rem;
    margin: -1rem 1rem -1rem 0;
  }
  .faqBlock__q {
    font-size: 1.4rem;
  }
  .faqBlock__q:after {
    content: "";
    width: 15px;
    height: 15px;
    margin: 0 1rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .faqBlock__a {
    font-size: 1.3rem;
  }
  .faqBlock__a > div {
    min-height: 7rem;
    padding: 1rem 1rem 1rem 0;
  }
  .faqBlock__a > div:before {
    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: 2rem;
    -ms-flex-preferred-size: 4rem;
        flex-basis: 4rem;
    max-width: 4rem;
    margin: -1rem 1rem -1rem 0;
  }
  .faqBlock__a > div:before {
    content: "A";
  }
  .faqBlock__a a {
    text-decoration: underline;
  }
  .faqBlock.active .faqBlock__a {
    display: block;
  }
}

/* 
end _information.scss
*/
/* 
start _project.scss
*/
.hr-project {
  max-width: 88%;
  margin: 0 auto;
  border-top: none;
  border-bottom: 1px solid #2B6A9B;
}

.projectArt .inner {
  max-width: 74%;
  margin: 0 auto;
}
.projectArt .inner p {
  line-height: 2;
}
.projectArt .text .inner {
  padding: 15rem 14rem;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .projectArt .text .inner {
    padding: 8rem 2rem 3rem;
  }
}
.projectArt .text .image {
  position: relative;
  top: 30rem;
  margin-top: -30rem;
}
@media screen and (max-width: 768px) {
  .projectArt .text .image {
    top: 8rem;
    margin-top: -8rem;
  }
}
.projectArt--2 .text {
  margin-bottom: 30rem;
}
@media screen and (max-width: 768px) {
  .projectArt--2 .text {
    margin-bottom: 12rem;
  }
}
.projectArt__othertitle {
  font-size: 4rem;
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .projectArt__othertitle {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
.projectArt--otherstories .inner {
  max-width: 88%;
  margin: 0 auto;
}
.projectArt--otherstories .otherstories__wrapper {
  margin: 0 -1.5rem;
}
.projectArt--otherstories .otherstories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.projectArt--otherstories .otherstories > * {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
  padding: 0 1.5rem;
}
.projectArt--otherstories .otherstories > * a[href=""] {
  pointer-events: none;
}
.projectArt--otherstories .otherstories > * p {
  font-size: 1.5rem;
  margin-top: 1rem;
  letter-spacing: 0.06rem;
}
.projectArt--otherstories .otherstories > * p.outgoing a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2B6A9B;
}
.projectArt--otherstories .otherstories > * p.outgoing a:after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  background: url(../img/common/link-outgoing@2x.png) center center/contain no-repeat;
  display: block;
  margin-left: 1rem;
}
.projectArt--otherstories .otherstories > * p.outgoing a[href=""] {
  pointer-events: none;
}
.projectArt--otherstories .otherstories > * p.outgoing a[href=""]:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .projectArt--otherstories .otherstories__wrapper {
    margin: 0 -1rem;
  }
  .projectArt--otherstories .otherstories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .projectArt--otherstories .otherstories > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 1rem 2rem;
  }
  .projectArt--otherstories .otherstories > * p {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
}

.projectIntroduction {
  max-width: 67%;
  margin: 0 auto;
  background: #2B6A9B;
  margin-top: 8rem;
  color: #fff;
  position: relative;
  z-index: 1;
}
.projectIntroduction .inner {
  max-width: 78%;
  padding: 5rem 0;
  margin: 0 auto;
}
.projectIntroduction__title, .talkMembers__title, .projectChallengers__title {
  font-size: 2rem;
  display: table;
  border-bottom: 2px solid #fff;
  margin: 0 auto 5rem;
  padding-bottom: 1rem;
  line-height: 1;
}
.projectIntroduction__name {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.projectIntroduction p {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .projectIntroduction {
    max-width: 84%;
    margin-top: 4rem;
  }
  .projectIntroduction .inner {
    max-width: 84%;
    padding: 3rem 0;
  }
  .projectIntroduction__title, .talkMembers__title, .projectChallengers__title {
    font-size: 1.6rem;
    margin: 0 auto 2rem;
    padding-bottom: 0.5rem;
  }
  .projectIntroduction p {
    font-size: 1.2rem;
  }
}

.projectChallengers {
  max-width: 88%;
  margin: 8rem auto;
  background: #fff;
}
.projectChallengers__title {
  color: #2B6A9B;
  border-color: #2B6A9B;
}
.projectChallengers .inner {
  max-width: 78%;
  padding: 5rem 0;
  margin: 0 auto;
}
.projectChallengersMember {
  margin: 0 -5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.projectChallengersMember > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 0 5.5rem;
  font-size: 1.4rem;
  line-height: 2;
  color: #000;
}
.projectChallengersMember > * .name {
  font-size: 1.8rem;
  color: #2B6A9B;
  margin: 1rem 0;
}
.projectChallengersMember > * .image {
  margin: 3rem 0;
}
.projectChallengersMember--2 {
  margin: 0 -2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.projectChallengersMember--2 > * {
  padding: 0 2.5rem;
}
.projectChallengersMember--2 > * .name {
  font-size: 1.8rem;
  color: #2B6A9B;
  margin: 0 0 1rem 0;
}
.projectChallengersMember--2 > * .image {
  margin: 3rem 0;
}
.projectChallengers--2 {
  max-width: 60%;
}
.projectChallengers--2 .inner {
  max-width: 78%;
  padding: 5rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .projectChallengers {
    max-width: 92%;
    margin: 5rem auto;
  }
  .projectChallengers .inner {
    max-width: 84%;
    padding: 3rem 0 0;
  }
  .projectChallengersMember {
    margin: 0;
  }
  .projectChallengersMember > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0rem;
    font-size: 1.2rem;
  }
  .projectChallengersMember > * .name {
    font-size: 1.6rem;
    color: #2B6A9B;
    margin: 0.5rem 0;
  }
  .projectChallengersMember > * .image {
    margin: 1rem 0 3rem;
  }
  .projectChallengers--2 .inner {
    padding: 3rem 0;
  }
}

.projectChallgenge {
  margin: 13rem auto;
}
.projectChallgenge .text {
  max-width: 84%;
  margin: 0 auto;
  background: #fff;
  font-size: 1.4rem;
  line-height: 2;
  color: #000;
  position: relative;
  z-index: 1;
}
.projectChallgenge .text .inner {
  max-width: 81%;
  padding: 10rem 12rem;
  margin: 0 auto;
}
.projectChallgenge .text--left {
  margin-left: 0;
}
.projectChallgenge .text--left .inner {
  margin-right: 0;
}
.projectChallgenge .text--right {
  margin-right: 0;
}
.projectChallgenge .text--right .inner {
  margin-left: 0;
}
.projectChallgenge .text .num {
  background: #3DA2F8;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 3.3rem;
  padding: 0 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.projectChallgenge__title {
  color: #2B6A9B;
  font-size: 2.6rem;
  margin: 4rem 0;
}
.projectChallgenge__image {
  position: relative;
  z-index: 0;
  margin-top: 13rem;
}
.projectChallgenge__image--1 {
  max-width: 88%;
  margin: 13rem auto -15rem;
}
.projectChallgenge__image--1 img {
  max-width: 89%;
  margin: 0 0 0 auto;
}
.projectChallgenge__image--2 {
  max-width: 88%;
  margin: 13rem auto -15rem 0;
}
.projectChallgenge__image--2 img {
  max-width: 89%;
  margin-right: auto;
}
.projectChallgenge__image--3 {
  max-width: 68%;
  margin: 13rem auto 13rem;
}
.projectChallgenge__image--4 {
  max-width: 88%;
  margin: 13rem auto -15rem 0;
}
.projectChallgenge__image--4 img {
  max-width: 89%;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .projectChallgenge {
    margin: 6rem auto;
  }
  .projectChallgenge .text {
    max-width: 94%;
    font-size: 1.4rem;
  }
  .projectChallgenge .text .inner {
    max-width: 81%;
    max-width: 98%;
    padding: 5rem 3rem;
  }
  .projectChallgenge .text .num {
    font-size: 1.2rem;
    min-height: 2.6rem;
    padding: 0 1rem;
  }
  .projectChallgenge__title {
    font-size: 1.8rem;
    margin: 2rem 0;
  }
  .projectChallgenge__image {
    margin-top: 5rem;
  }
  .projectChallgenge__image--1 {
    max-width: 100%;
    margin: 5rem auto -3rem;
  }
  .projectChallgenge__image--1 img {
    max-width: 89%;
    margin: 0 0 0 auto;
  }
  .projectChallgenge__image--2 {
    max-width: 100%;
    margin: 5rem auto -3rem 0;
  }
  .projectChallgenge__image--2 img {
    max-width: 89%;
    margin-right: auto;
  }
  .projectChallgenge__image--3 {
    max-width: 89%;
    margin: 5rem auto 5rem;
  }
  .projectChallgenge__image--4 {
    max-width: 100%;
    margin: 5rem auto -3rem 0;
  }
  .projectChallgenge__image--4 img {
    max-width: 89%;
    margin-right: auto;
  }
}

.projectFeature {
  max-width: 88%;
  margin: 0 auto;
  position: relative;
  padding-top: 25rem;
  margin-top: -16rem;
  padding-bottom: 1rem;
  margin-bottom: 10rem;
}
.projectFeature--2 {
  padding-top: 14rem;
}
.projectFeature + .projectFeature {
  margin-top: 0rem;
}
.projectFeature > * {
  position: relative;
  z-index: 1;
}
.projectFeatureHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -6vw 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.projectFeatureHead__text {
  padding: 0 0 0 9rem;
}
.projectFeatureHead__lead {
  font-size: 3.6rem;
  color: #fff;
  letter-spacing: 0.1em;
}
.projectFeatureHead__lead span {
  display: table;
  background: #2B6A9B;
  color: #fff;
  line-height: 1;
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
}
.projectFeatureHead__name {
  margin-top: 4rem;
  font-size: 1.4rem;
  line-height: 2.5;
}
.projectFeatureHead__name span {
  font-size: 2.3rem;
}
.projectFeatureHead__enname {
  font-size: 5.4rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-top: 5rem;
}
.projectFeatureHead__image {
  max-width: 42%;
}
.projectFeatureHead--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 6rem;
}
.projectFeatureHead--top .projectFeatureHead__name {
  margin-top: 0rem;
}
.projectFeature .inner {
  max-width: 59%;
  margin: 8rem auto 12rem;
}
.projectFeature .inner .image {
  margin: 12rem auto 17rem;
}
.projectFeature cite {
  font-size: 1.4rem;
  color: #000;
  margin-top: 9rem;
  display: block;
}
.projectFeature cite a {
  text-decoration: underline;
}
.projectFeatureInterview > dt {
  font-size: 1.8rem;
  line-height: 2.3;
}
.projectFeatureInterview > dd {
  color: #000;
  font-size: 1.4rem;
  line-height: 2;
  margin: 3rem 0 5rem;
}
.projectFeature:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(241, 238, 226, 0.95);
}
@media screen and (max-width: 768px) {
  .projectFeature {
    max-width: 94%;
    padding-top: 14rem;
    margin-top: -8rem;
    padding-bottom: 3rem;
    margin-bottom: 5rem;
  }
  .projectFeature--2 {
    padding-top: 5rem;
  }
  .projectFeatureHead {
    margin: 0;
    display: block;
  }
  .projectFeatureHead__text {
    padding: 0rem;
    max-width: 90%;
    margin: 0 auto;
    width: 100%;
  }
  .projectFeatureHead__lead {
    font-size: 1.8rem;
    margin-left: -1em;
    letter-spacing: 0.05em;
  }
  .projectFeatureHead__lead span {
    padding: 0.6rem 1rem;
    margin-bottom: 1rem;
  }
  .projectFeatureHead__name {
    margin-top: 2rem;
    font-size: 1rem;
    line-height: 2;
  }
  .projectFeatureHead__name span {
    font-size: 1.8rem;
  }
  .projectFeatureHead__enname {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin-top: 1rem;
  }
  .projectFeatureHead__image {
    max-width: 84%;
    margin: 2rem -3vw 0 auto;
  }
  .projectFeature .inner {
    max-width: 88%;
    margin: 5rem auto 5rem;
  }
  .projectFeature .inner .image {
    margin: 5rem auto 5rem;
  }
  .projectFeature cite {
    font-size: 1.2rem;
    margin-top: 3rem;
  }
  .projectFeatureInterview > dt {
    font-size: 1.5rem;
    line-height: 2;
  }
  .projectFeatureInterview > dd {
    font-size: 1.2rem;
    margin: 1rem 0 2rem;
  }
}

.button-otherstories, .button-otherpeople, .button-othercrosstalk {
  text-align: center;
  margin-top: 13rem;
}
.button-otherstories a, .button-otherpeople a, .button-othercrosstalk a {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #2B6A9B;
  padding: 0 5rem;
  min-height: 8rem;
  border-radius: 4px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #fff;
  max-width: 40rem;
  width: 100%;
}
.button-otherstories a:before, .button-otherpeople a:before, .button-othercrosstalk a:before, .button-otherstories a:after, .button-otherpeople a:after, .button-othercrosstalk a:after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.button-otherstories a:before, .button-otherpeople a:before, .button-othercrosstalk a:before {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .button-otherstories, .button-otherpeople, .button-othercrosstalk {
    margin-top: 6rem;
  }
  .button-otherstories a, .button-otherpeople a, .button-othercrosstalk a {
    padding: 0 2rem;
    min-height: 6rem;
    font-size: 1.4rem;
    max-width: 30rem;
  }
  .button-otherstories a:before, .button-otherpeople a:before, .button-othercrosstalk a:before, .button-otherstories a:after, .button-otherpeople a:after, .button-othercrosstalk a:after {
    width: 0.8rem;
    height: 0.8rem;
  }
  .button-otherstories a:before, .button-otherpeople a:before, .button-othercrosstalk a:before {
    visibility: hidden;
  }
}

/* 
end _project.scss
*/
/* 
start _crosstalk.scss
*/
.talkArt {
  margin-bottom: 30rem;
}
@media screen and (max-width: 768px) {
  .talkArt {
    margin-bottom: 10rem;
  }
}
.talkArt .inner {
  max-width: 74%;
  margin: 0 auto;
}
.talkArt .inner p {
  line-height: 2;
}
.talkArt .text {
  margin-bottom: 30rem;
}
@media screen and (max-width: 768px) {
  .talkArt .text {
    margin-bottom: 12rem;
  }
}
.talkArt .text .inner {
  padding: 15rem 14rem;
  max-width: none;
  background: rgba(241, 238, 226, 0.95);
}
@media screen and (max-width: 768px) {
  .talkArt .text .inner {
    padding: 8rem 2rem 3rem;
  }
}
.talkArt .text .image {
  position: relative;
  top: 30rem;
  margin-top: -30rem;
}
@media screen and (max-width: 768px) {
  .talkArt .text .image {
    top: 8rem;
    margin-top: -8rem;
  }
}

.talkMembers {
  max-width: 88%;
  margin: 8rem auto 0;
  background: #fff;
}
.talkMembers__title {
  color: #2B6A9B;
  border-color: #2B6A9B;
  margin-bottom: 0rem;
}
.talkMembers .inner {
  max-width: 78%;
  padding: 5rem 0;
  margin: 0 auto;
}
.talkMembersLists {
  margin: 0 -3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.talkMembersLists > * {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
  padding: 0 3rem;
  margin: 5rem 0;
  font-size: 1.4rem;
  line-height: 2;
  color: #000;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.talkMembersLists > * .name {
  font-size: 1.8rem;
  color: #2B6A9B;
  margin: 1rem 0;
}
.talkMembersLists > * .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.talkMembersLists > * .image {
  margin: 3rem 0 0;
  background: #000;
}
@media screen and (max-width: 768px) {
  .talkMembers {
    max-width: 92%;
    margin: 5rem auto;
  }
  .talkMembers .inner {
    max-width: 84%;
    padding: 3rem 0 0;
  }
  .talkMembersLists {
    margin: 0;
  }
  .talkMembersLists > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0rem;
    margin: 2rem 0 2rem;
    font-size: 1.2rem;
  }
  .talkMembersLists > * .name {
    font-size: 1.6rem;
    color: #2B6A9B;
    margin: 0.5rem 0;
  }
  .talkMembersLists > * .image {
    margin: 1rem 0 0rem;
  }
}

.talkCnt {
  margin: 13rem auto;
}
.talkCnt .text {
  max-width: 84%;
  margin: 0 auto;
  background: #fff;
  font-size: 1.4rem;
  line-height: 2;
  color: #000;
  position: relative;
  z-index: 1;
}
.talkCnt .text .inner {
  max-width: 81%;
  padding: 10rem 12rem;
  margin: 0 auto;
}
.talkCnt .text--left {
  margin-left: 0;
}
.talkCnt .text--left .inner {
  margin-right: 0;
}
.talkCnt .text--right {
  margin-right: 0;
}
.talkCnt .text--right .inner {
  margin-left: 0;
}
.talkCnt__lead {
  color: #2B6A9B;
  font-size: 1.6rem;
}
.talkCnt__title {
  color: #2B6A9B;
  font-size: 2.6rem;
  margin: 2rem 0 6rem;
  letter-spacing: 0.1em;
}
.talkCnt__talk {
  margin-bottom: 2rem;
}
.talkCnt__talk > p {
  margin-top: 2em;
}
.talkCnt__talk > p span {
  color: #2B6A9B;
}
.talkCnt__talk > p:before {
  margin-top: 0;
}
.talkCnt__image {
  position: relative;
  z-index: 0;
  margin-top: 13rem;
}
.talkCnt__image--1 {
  max-width: 88%;
  margin: 13rem auto -15rem;
}
.talkCnt__image--1 img {
  max-width: 89%;
  margin: 0 0 0 auto;
}
.talkCnt__image--2 {
  max-width: 88%;
  margin: 13rem auto -15rem 0;
}
.talkCnt__image--2 img {
  max-width: 89%;
  margin-right: auto;
}
.talkCnt__image--3 {
  max-width: 68%;
  margin: 13rem auto 13rem;
}
.talkCnt__image--4 {
  max-width: 88%;
  margin: 13rem auto -15rem 0;
}
.talkCnt__image--4 img {
  max-width: 89%;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .talkCnt {
    margin: 6rem auto;
  }
  .talkCnt .text {
    max-width: 94%;
    font-size: 1.4rem;
  }
  .talkCnt .text .inner {
    max-width: 81%;
    max-width: 98%;
    padding: 5rem 3rem;
  }
  .talkCnt__lead {
    font-size: 1.2rem;
  }
  .talkCnt__title {
    font-size: 1.8rem;
    margin: 2rem 0;
  }
  .talkCnt__image {
    margin-top: 5rem;
  }
  .talkCnt__image--1 {
    max-width: 100%;
    margin: 5rem auto -3rem;
  }
  .talkCnt__image--1 img {
    max-width: 89%;
    margin: 0 0 0 auto;
  }
  .talkCnt__image--2 {
    max-width: 100%;
    margin: 5rem auto -3rem 0;
  }
  .talkCnt__image--2 img {
    max-width: 89%;
    margin-right: auto;
  }
  .talkCnt__image--3 {
    max-width: 89%;
    margin: 5rem auto 5rem;
  }
  .talkCnt__image--4 {
    max-width: 100%;
    margin: 5rem auto -3rem 0;
  }
  .talkCnt__image--4 img {
    max-width: 89%;
    margin-right: auto;
  }
}

/* 
end _crosstalk.scss
*/
/* 
start _people.scss
*/
.peopleArt .inner {
  max-width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .peopleArt .inner {
    max-width: 88%;
    margin: 0 auto;
  }
}

.peopleLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10rem -2.5rem 6rem;
}
.peopleLists > li {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
  padding: 7rem 2.5rem;
}
.peopleLists > li > a {
  background: rgba(241, 238, 226, 0.95);
  padding: 3.5rem;
  display: block;
  color: #2B6A9B;
}
.peopleLists > li .name-en {
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  position: relative;
  top: -3rem;
  left: -3.5rem;
  margin-top: -6rem;
}
.peopleLists > li .name {
  font-size: 2.3rem;
  margin: 1.5rem 0;
}
.peopleLists > li .genre {
  font-size: 1.6rem;
  display: inline-block;
  border: 1px solid #2B6A9B;
  padding: 0.5rem 1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .peopleLists {
    margin: 10vw -1rem 10vw;
  }
  .peopleLists > li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 10vw 1rem;
  }
  .peopleLists > li > a {
    padding: 1rem 1rem 2rem;
  }
  .peopleLists > li .name-en {
    font-size: 2rem;
    top: -1rem;
    left: -1rem;
    margin-top: -3.5rem;
  }
  .peopleLists > li .name {
    font-size: 1.8rem;
    margin: 1rem 0;
  }
  .peopleLists > li .genre {
    font-size: 1rem;
    padding: 0.5rem 0.5rem;
    margin-top: 1rem;
  }
  .peopleLists > li .dtl {
    font-size: 1.2rem;
  }
}

.peopleHead {
  padding-left: 13%;
  padding-right: 6%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 7rem;
}
.peopleHead:after {
  content: "";
  position: absolute;
  width: 87%;
  height: 140%;
  background: #fff;
  z-index: 0;
  top: 3.5rem;
  left: 0;
}
.peopleHead > * {
  z-index: 1;
}
.peopleHead__image {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  max-width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.peopleHead__image .name-en {
  font-size: 4.6rem;
  letter-spacing: 0.1em;
  margin-top: 6rem;
  line-height: 1.3;
}
.peopleHead__text {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  max-width: 55%;
  padding-left: 6rem;
}
.peopleHead__text .lead {
  font-size: 3.4rem;
  line-height: 2;
  margin-bottom: 7rem;
}
.peopleHead__text .name {
  font-size: 2.3rem;
  margin-bottom: 3rem;
}
.peopleHead__text .section {
  font-size: 1.4rem;
  margin-bottom: 3rem;
}
.peopleHead__text .dtl {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .peopleHead {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5vw;
  }
  .peopleHead__image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
  }
  .peopleHead__image img {
    max-width: 80%;
  }
  .peopleHead__image .name-en {
    padding-left: 8vw;
    font-size: 3.2rem;
    margin-top: 5vw;
  }
  .peopleHead__text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-left: 8vw;
    padding-right: 4vw;
    margin-top: 5vw;
  }
  .peopleHead__text .lead {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 5vw;
  }
  .peopleHead__text .name {
    font-size: 2.2rem;
    margin-bottom: 5vw;
  }
  .peopleHead__text .section {
    font-size: 1.2rem;
    margin-bottom: 5vw;
  }
  .peopleHead__text .dtl {
    font-size: 1.2rem;
  }
}

.peopleCnt {
  position: relative;
  z-index: 1;
  margin-top: 10rem;
}
.peopleCnt .inner {
  max-width: 74rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.peopleCnt .inner h3 {
  margin: 10rem 0 5rem;
  font-size: 2rem;
  text-align: center;
}
.peopleCnt .inner p {
  color: #000;
  font-size: 1.4rem;
  line-height: 2;
}
.peopleCnt--bg1:after {
  content: "";
  position: absolute;
  width: 87%;
  height: 110%;
  background: #fff;
  z-index: 0;
  top: 20rem;
  right: 0;
}
@media screen and (max-width: 768px) {
  .peopleCnt {
    margin-top: 15vw;
  }
  .peopleCnt .inner {
    max-width: 84%;
  }
  .peopleCnt .inner h3 {
    margin: 15vw 0 10vw;
    font-size: 1.6rem;
  }
  .peopleCnt .inner p {
    color: #000;
  }
}

.peopleBottom {
  max-width: 88%;
  margin: 30rem auto 10rem;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.peopleBottom__wrapper {
  position: relative;
}
.peopleBottom__wrapper:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  width: 87%;
  height: 70%;
  background: #2B6A9B;
  top: -12rem;
  right: 0;
}
.peopleBottom__blc {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 12rem 10rem;
  background: #fff;
}
.peopleBottom__blc--left {
  background: #EFEFEF;
}
.peopleBottom__blc h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 5rem;
}
.peopleBottom__blc p {
  color: #000;
  font-size: 1.4rem;
  line-height: 2;
}
.peopleBottom__blc img {
  max-width: 28rem;
  margin: 5rem auto 0;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .peopleBottom {
    max-width: 84%;
    margin: 30vw auto 10vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .peopleBottom__wrapper:after {
    top: -5rem;
  }
  .peopleBottom__blc {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 5rem 2rem;
  }
  .peopleBottom__blc h3 {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
  .peopleBottom__blc img {
    margin: 5vw auto 0;
    max-width: 90%;
  }
}

.button-otherpeople {
  margin-bottom: 15vw;
}

/* 
end _people.scss
*/