@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
*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

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

.clearfix {
  display: block;
}

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

.en {
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
}

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

.wrapper {
  margin: auto auto;
}
.wrapper-640 {
  max-width: 640px;
  width: 100%;
}
.wrapper-780 {
  max-width: 780px;
  width: 100%;
}
.wrapper-840 {
  max-width: 840px;
  width: 100%;
}
.wrapper-960 {
  max-width: 960px;
  width: 100%;
}
.wrapper-1080 {
  max-width: 1080px;
  width: 100%;
}
.wrapper--mt {
  margin-top: 6vw;
}
.wrapper--mt3vw {
  margin-top: 3vw;
}

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

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

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

.normal {
  font-weight: 400 !important;
}

.tLeft {
  text-align: left;
}

.tCenter {
  text-align: center;
}

.tRight {
  text-align: right;
}

.size-base {
  font-size: 1rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .size-base {
    font-size: 1rem;
  }
}

.size-small {
  font-size: 0.86rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .size-small {
    font-size: 0.86rem;
  }
}

.size-xsmall {
  font-size: 0.71rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .size-xsmall {
    font-size: 0.71rem;
  }
}

.size-large {
  font-size: 1.14rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .size-large {
    font-size: 1.14rem;
  }
}

.size-caption {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .size-caption {
    font-size: 1rem;
  }
}

.size-lead {
  font-size: 2.2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .size-lead {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.fz0 {
  font-size: 0rem;
}

.fz1 {
  font-size: 0.1rem;
}

.fz2 {
  font-size: 0.2rem;
}

.fz3 {
  font-size: 0.3rem;
}

.fz4 {
  font-size: 0.4rem;
}

.fz5 {
  font-size: 0.5rem;
}

.fz6 {
  font-size: 0.6rem;
}

.fz7 {
  font-size: 0.7rem;
}

.fz8 {
  font-size: 0.8rem;
}

.fz9 {
  font-size: 0.9rem;
}

.fz10 {
  font-size: 1rem;
}

.fz11 {
  font-size: 1.1rem;
}

.fz12 {
  font-size: 1.2rem;
}

.fz13 {
  font-size: 1.3rem;
}

.fz14 {
  font-size: 1.4rem;
}

.fz15 {
  font-size: 1.5rem;
}

.fz16 {
  font-size: 1.6rem;
}

.fz17 {
  font-size: 1.7rem;
}

.fz18 {
  font-size: 1.8rem;
}

.fz19 {
  font-size: 1.9rem;
}

.fz20 {
  font-size: 2rem;
}

.fz21 {
  font-size: 2.1rem;
}

.fz22 {
  font-size: 2.2rem;
}

.fz23 {
  font-size: 2.3rem;
}

.fz24 {
  font-size: 2.4rem;
}

.fz25 {
  font-size: 2.5rem;
}

.fz26 {
  font-size: 2.6rem;
}

.fz27 {
  font-size: 2.7rem;
}

.fz28 {
  font-size: 2.8rem;
}

.fz29 {
  font-size: 2.9rem;
}

.fz30 {
  font-size: 3rem;
}

.fz31 {
  font-size: 3.1rem;
}

.fz32 {
  font-size: 3.2rem;
}

.fz33 {
  font-size: 3.3rem;
}

.fz34 {
  font-size: 3.4rem;
}

.fz35 {
  font-size: 3.5rem;
}

.fz36 {
  font-size: 3.6rem;
}

.fz37 {
  font-size: 3.7rem;
}

.fz38 {
  font-size: 3.8rem;
}

.fz39 {
  font-size: 3.9rem;
}

.fz40 {
  font-size: 4rem;
}

.fz41 {
  font-size: 4.1rem;
}

.fz42 {
  font-size: 4.2rem;
}

.fz43 {
  font-size: 4.3rem;
}

.fz44 {
  font-size: 4.4rem;
}

.fz45 {
  font-size: 4.5rem;
}

.fz46 {
  font-size: 4.6rem;
}

.fz47 {
  font-size: 4.7rem;
}

.fz48 {
  font-size: 4.8rem;
}

.fz49 {
  font-size: 4.9rem;
}

@media screen and (max-width: 1080px) {
  .fz16 {
    font-size: 1.4rem;
  }
}

.mt0rem {
  margin-top: 0rem !important;
}

.pr0rem {
  padding-right: 0rem;
}

.pl0rem {
  padding-left: 0rem;
}

.mb0rem {
  margin-bottom: 0rem;
}

.mr0rem {
  margin-right: 0rem;
}

.ml0rem {
  margin-left: 0rem;
}

.mt1rem {
  margin-top: 1rem !important;
}

.pr1rem {
  padding-right: 1rem;
}

.pl1rem {
  padding-left: 1rem;
}

.mb1rem {
  margin-bottom: 1rem;
}

.mr1rem {
  margin-right: 1rem;
}

.ml1rem {
  margin-left: 1rem;
}

.mt2rem {
  margin-top: 2rem !important;
}

.pr2rem {
  padding-right: 2rem;
}

.pl2rem {
  padding-left: 2rem;
}

.mb2rem {
  margin-bottom: 2rem;
}

.mr2rem {
  margin-right: 2rem;
}

.ml2rem {
  margin-left: 2rem;
}

.mt3rem {
  margin-top: 3rem !important;
}

.pr3rem {
  padding-right: 3rem;
}

.pl3rem {
  padding-left: 3rem;
}

.mb3rem {
  margin-bottom: 3rem;
}

.mr3rem {
  margin-right: 3rem;
}

.ml3rem {
  margin-left: 3rem;
}

.mt4rem {
  margin-top: 4rem !important;
}

.pr4rem {
  padding-right: 4rem;
}

.pl4rem {
  padding-left: 4rem;
}

.mb4rem {
  margin-bottom: 4rem;
}

.mr4rem {
  margin-right: 4rem;
}

.ml4rem {
  margin-left: 4rem;
}

.mt5rem {
  margin-top: 5rem !important;
}

.pr5rem {
  padding-right: 5rem;
}

.pl5rem {
  padding-left: 5rem;
}

.mb5rem {
  margin-bottom: 5rem;
}

.mr5rem {
  margin-right: 5rem;
}

.ml5rem {
  margin-left: 5rem;
}

.mt6rem {
  margin-top: 6rem !important;
}

.pr6rem {
  padding-right: 6rem;
}

.pl6rem {
  padding-left: 6rem;
}

.mb6rem {
  margin-bottom: 6rem;
}

.mr6rem {
  margin-right: 6rem;
}

.ml6rem {
  margin-left: 6rem;
}

.mt7rem {
  margin-top: 7rem !important;
}

.pr7rem {
  padding-right: 7rem;
}

.pl7rem {
  padding-left: 7rem;
}

.mb7rem {
  margin-bottom: 7rem;
}

.mr7rem {
  margin-right: 7rem;
}

.ml7rem {
  margin-left: 7rem;
}

.mt8rem {
  margin-top: 8rem !important;
}

.pr8rem {
  padding-right: 8rem;
}

.pl8rem {
  padding-left: 8rem;
}

.mb8rem {
  margin-bottom: 8rem;
}

.mr8rem {
  margin-right: 8rem;
}

.ml8rem {
  margin-left: 8rem;
}

.mt9rem {
  margin-top: 9rem !important;
}

.pr9rem {
  padding-right: 9rem;
}

.pl9rem {
  padding-left: 9rem;
}

.mb9rem {
  margin-bottom: 9rem;
}

.mr9rem {
  margin-right: 9rem;
}

.ml9rem {
  margin-left: 9rem;
}

.mt10rem {
  margin-top: 10rem !important;
}

.pr10rem {
  padding-right: 10rem;
}

.pl10rem {
  padding-left: 10rem;
}

.mb10rem {
  margin-bottom: 10rem;
}

.mr10rem {
  margin-right: 10rem;
}

.ml10rem {
  margin-left: 10rem;
}

@media screen and (max-width: 1080px) {
  .mt0rem--sp {
    margin-top: 0rem !important;
  }
  .pr0rem--sp {
    padding-right: 0rem !important;
  }
  .pl0rem--sp {
    padding-left: 0rem !important;
  }
  .mb0rem--sp {
    margin-bottom: 0rem !important;
  }
  .mr0rem--sp {
    margin-right: 0rem !important;
  }
  .ml0rem--sp {
    margin-left: 0rem !important;
  }
  .mt1rem--sp {
    margin-top: 1rem !important;
  }
  .pr1rem--sp {
    padding-right: 1rem !important;
  }
  .pl1rem--sp {
    padding-left: 1rem !important;
  }
  .mb1rem--sp {
    margin-bottom: 1rem !important;
  }
  .mr1rem--sp {
    margin-right: 1rem !important;
  }
  .ml1rem--sp {
    margin-left: 1rem !important;
  }
  .mt2rem--sp {
    margin-top: 2rem !important;
  }
  .pr2rem--sp {
    padding-right: 2rem !important;
  }
  .pl2rem--sp {
    padding-left: 2rem !important;
  }
  .mb2rem--sp {
    margin-bottom: 2rem !important;
  }
  .mr2rem--sp {
    margin-right: 2rem !important;
  }
  .ml2rem--sp {
    margin-left: 2rem !important;
  }
  .mt3rem--sp {
    margin-top: 3rem !important;
  }
  .pr3rem--sp {
    padding-right: 3rem !important;
  }
  .pl3rem--sp {
    padding-left: 3rem !important;
  }
  .mb3rem--sp {
    margin-bottom: 3rem !important;
  }
  .mr3rem--sp {
    margin-right: 3rem !important;
  }
  .ml3rem--sp {
    margin-left: 3rem !important;
  }
  .mt4rem--sp {
    margin-top: 4rem !important;
  }
  .pr4rem--sp {
    padding-right: 4rem !important;
  }
  .pl4rem--sp {
    padding-left: 4rem !important;
  }
  .mb4rem--sp {
    margin-bottom: 4rem !important;
  }
  .mr4rem--sp {
    margin-right: 4rem !important;
  }
  .ml4rem--sp {
    margin-left: 4rem !important;
  }
  .mt5rem--sp {
    margin-top: 5rem !important;
  }
  .pr5rem--sp {
    padding-right: 5rem !important;
  }
  .pl5rem--sp {
    padding-left: 5rem !important;
  }
  .mb5rem--sp {
    margin-bottom: 5rem !important;
  }
  .mr5rem--sp {
    margin-right: 5rem !important;
  }
  .ml5rem--sp {
    margin-left: 5rem !important;
  }
  .mt6rem--sp {
    margin-top: 6rem !important;
  }
  .pr6rem--sp {
    padding-right: 6rem !important;
  }
  .pl6rem--sp {
    padding-left: 6rem !important;
  }
  .mb6rem--sp {
    margin-bottom: 6rem !important;
  }
  .mr6rem--sp {
    margin-right: 6rem !important;
  }
  .ml6rem--sp {
    margin-left: 6rem !important;
  }
  .mt7rem--sp {
    margin-top: 7rem !important;
  }
  .pr7rem--sp {
    padding-right: 7rem !important;
  }
  .pl7rem--sp {
    padding-left: 7rem !important;
  }
  .mb7rem--sp {
    margin-bottom: 7rem !important;
  }
  .mr7rem--sp {
    margin-right: 7rem !important;
  }
  .ml7rem--sp {
    margin-left: 7rem !important;
  }
  .mt8rem--sp {
    margin-top: 8rem !important;
  }
  .pr8rem--sp {
    padding-right: 8rem !important;
  }
  .pl8rem--sp {
    padding-left: 8rem !important;
  }
  .mb8rem--sp {
    margin-bottom: 8rem !important;
  }
  .mr8rem--sp {
    margin-right: 8rem !important;
  }
  .ml8rem--sp {
    margin-left: 8rem !important;
  }
  .mt9rem--sp {
    margin-top: 9rem !important;
  }
  .pr9rem--sp {
    padding-right: 9rem !important;
  }
  .pl9rem--sp {
    padding-left: 9rem !important;
  }
  .mb9rem--sp {
    margin-bottom: 9rem !important;
  }
  .mr9rem--sp {
    margin-right: 9rem !important;
  }
  .ml9rem--sp {
    margin-left: 9rem !important;
  }
  .mt10rem--sp {
    margin-top: 10rem !important;
  }
  .pr10rem--sp {
    padding-right: 10rem !important;
  }
  .pl10rem--sp {
    padding-left: 10rem !important;
  }
  .mb10rem--sp {
    margin-bottom: 10rem !important;
  }
  .mr10rem--sp {
    margin-right: 10rem !important;
  }
  .ml10rem--sp {
    margin-left: 10rem !important;
  }
}
.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;
  }
}

.ulSimple {
  margin-bottom: 2rem;
}
.ulSimple > li {
  text-indent: -1em;
  margin: 0 0 0.5em 1em;
  line-height: 1.5;
}
.ulSimple--style2 > li {
  text-indent: -3em;
  margin-left: 3em;
}

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

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

a.image-ov .image {
  overflow: hidden;
}
a.image-ov .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  display: block;
}
a.image-ov:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* 
end _module.scss
*/
/* 
start _extend.scss
*/
/* 
end _extend.scss
*/
/* 
start _mixin.scss
*/
/* 
end _mixin.scss
*/
/*@import "animate/_attention-seekers/attention-seekers";
@import "animate/_bouncing-entrances/bouncing-entrances";
@import "animate/_bouncing-exits/bouncing-exits";
@import "animate/_fading-entrances/fading-entrances";*/
/*@import "animate/_zooming-entrances/zooming-entrances";
@import "animate/_zooming-exits/zooming-exits";*/
/* 
start _setting.scss
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1080px) {
  html {
    font-size: 2.67vw;
  }
}

body {
  width: 100%;
  min-width: 1240px;
  line-height: 1.6;
  overflow-x: hidden;
  font-family: "Zen Kaku Gothic Antique", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.06em;
  color: #202020;
}
body.fixed {
  position: fixed;
}
@media screen and (max-width: 1080px) {
  body {
    min-width: auto;
  }
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  image-rendering: -webkit-optimize-contrast;
}

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

strong {
  font-weight: 700;
}

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

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

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

a:link {
  text-decoration: none;
  color: #3D62AD;
}

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

.bgWhite {
  background: #fff;
}

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

.sp-alt,
.sp-hide {
  display: block;
}
@media screen and (max-width: 1080px) {
  .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
*/
.breadcrumbs {
  background: #DDEFFA;
  overflow: hidden;
  max-width: 1080px;
  width: 100%;
  margin: 14rem auto 0;
  font-size: 1.4rem;
  height: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .breadcrumbs {
    font-size: 2.8vw;
    min-height: 3rem;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1.5;
    padding: 1em 0;
    margin: 0 auto 0;
  }
}
.breadcrumbs span, .breadcrumbs li {
  float: left;
  padding: 0em 1em 0em 2em;
  position: relative;
}
.breadcrumbs span::after, .breadcrumbs li::after {
  content: "\f105";
  font-family: "fontAwesome";
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  right: -1em;
  line-height: 1;
  z-index: 2;
}
.breadcrumbs span:first-of-type a, .breadcrumbs li:first-of-type a {
  border-radius: 5px 0 0 5px;
}
.breadcrumbs span:last-of-type:after, .breadcrumbs li:last-of-type:after {
  content: "" !important;
}
.breadcrumbs span[property=name] {
  padding: 0;
}
.breadcrumbs a {
  text-decoration: none;
  color: #444;
}
.breadcrumbs .current_item {
  font-weight: bold;
  background: none;
}
.breadcrumbs .current_item:hover {
  font-weight: bold;
  background: none;
}
.breadcrumbs .current_item::after, .breadcrumbs .current_item::before {
  content: normal;
}

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

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUpIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.white {
  color: #fff;
}

.yellow {
  color: #F9DC5E;
}

.lightblue {
  color: #51A7DD;
}

.header {
  display: block;
  height: 100vh;
  width: 100%;
  position: relative;
  padding-bottom: 120px;
  min-width: 1240px;
  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;
}
.header .kado-orn {
  position: absolute;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.header .kado-orn--1 {
  top: 0;
  left: 0;
  aspect-ratio: 484/248;
  width: 35.43vw;
  background-image: url(../img/bg-1.png);
  background-position: left top;
}
.header .kado-orn--2 {
  top: 0;
  right: 0;
  aspect-ratio: 307/224;
  width: 22.47vw;
  background-image: url(../img/bg-2.png);
  background-position: right top;
}
.header .kado-orn--3 {
  bottom: 0;
  right: 0;
  aspect-ratio: 540/206;
  width: 39.53vw;
  background-image: url(../img/bg-3.png);
  background-position: right bottom;
}
.header .kado-orn--4 {
  bottom: 0;
  left: 0;
  aspect-ratio: 342/343;
  width: 25.04vw;
  background-image: url(../img/bg-4.png);
  background-position: left bottom;
}
.header .orn {
  position: absolute;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 1080px) {
  .header .orn {
    display: none;
  }
}
.header .orn--1 {
  top: 5vh;
  left: 15vw;
  aspect-ratio: 234/168;
  width: 8.6vw;
  background-image: url(../img/mv-orn-1.png);
  background-position: left top;
}
.header .orn--2 {
  top: 5vh;
  left: 73vw;
  aspect-ratio: 251/209;
  width: 9.2vw;
  background-image: url(../img/mv-orn-2.png);
  background-position: left top;
}
.header .orn--3 {
  top: 18vh;
  left: 9vw;
  aspect-ratio: 140/264;
  width: 5vw;
  background-image: url(../img/mv-orn-3.png);
  background-position: left top;
}
.header .orn--4 {
  top: 40vh;
  left: 15vw;
  aspect-ratio: 206/156;
  width: 7.5vw;
  background-image: url(../img/mv-orn-4.png);
  background-position: left top;
}
.header .orn--5 {
  top: 51vh;
  left: 3.5vw;
  aspect-ratio: 377/288;
  width: 13.8vw;
  background-image: url(../img/mv-orn-5.png);
  background-position: left top;
}
.header > * {
  position: relative;
  z-index: 1;
}
.header .logo {
  position: absolute;
  top: 22px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 110;
}
.header .logo a {
  width: 10rem;
  height: 10rem;
  display: block;
}
.header .kenichi {
  position: absolute;
  bottom: 10vh;
  right: 2vw;
}
.header .kenichi p {
  font-size: 1.1vw;
}
.header .kenichi p .en {
  font-size: 0.95vw;
}
.header .kenichi img {
  width: 23vw;
  max-width: 287px;
}
.header .button-sp {
  display: none;
}
.header .title-voice {
  max-width: 37vw;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 2vw;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .title-voice2 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 1.5vw;
  margin-top: 6rem;
  margin-left: 4rem;
}
.header .title-voice2 .en {
  font-size: 1.1vw;
}
@media screen and (max-width: 1080px) {
  .header {
    min-width: auto;
    padding-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100%;
    min-height: 100vh;
    /* カスタムプロパティ未対応ブラウザ用のフォールバック */
    min-height: calc(var(--vh, 1vh) * 100);
  }
  .header .kado-orn--1 {
    width: 54vw;
  }
  .header .kado-orn--2 {
    width: 34vw;
  }
  .header .kado-orn--3 {
    width: 60vw;
  }
  .header .kado-orn--4 {
    width: 38vw;
  }
  .header .logo {
    top: 18px;
    left: 0;
  }
  .header .logo a {
    width: 8rem;
    height: 8rem;
  }
  .header .kenichi {
    top: auto;
    bottom: 2rem;
    right: 2rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .header .kenichi p {
    text-align: right;
    font-size: 2.8vw;
  }
  .header .kenichi p .en {
    font-size: 2.4vw;
  }
  .header .kenichi img {
    display: block;
    margin: 0 0 0 auto;
    width: 40vw;
  }
  .header .title-voice {
    max-width: 70vw;
    top: 5vh;
  }
  .header .title-voice2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 3.4vw;
    margin-left: 2rem;
    max-width: 50vw;
    padding-bottom: 6rem;
  }
  .header .title-voice2 .en {
    font-size: 3vw;
  }
  .header .button-sp {
    border: 1px solid #51A7DD;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 105;
    width: 5rem;
    height: 5rem;
    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;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header .button-sp:before, .header .button-sp:after {
    content: "";
  }
  .header .button-sp:before, .header .button-sp:after,
  .header .button-sp span {
    border-bottom: 3px solid #51A7DD;
    margin-top: -1px;
    width: 2rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 1.4rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header .button-sp:before {
    -webkit-transform: translateY(-0.9rem);
            transform: translateY(-0.9rem);
  }
  .header .button-sp:after {
    -webkit-transform: translateY(0.9rem);
            transform: translateY(0.9rem);
  }
  .header .button-sp.active {
    background: #51A7DD;
  }
  .header .button-sp.active:before {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
    border-color: #fff;
  }
  .header .button-sp.active:after {
    -webkit-transform: translateY(0) rotate(315deg);
            transform: translateY(0) rotate(315deg);
    border-color: #fff;
  }
  .header .button-sp.active span {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
    opacity: 0;
    border-color: #fff;
  }
}

.art {
  padding: 0 0 0;
}
.art--sec0 {
  padding: 9.5rem 0 10rem;
  background: #51A7DD;
}
.art--sec1 {
  background: #eee;
}
.art--sec2 {
  background: #fff;
}
.art--sec3 {
  background: #eee;
}
.art--sec4 {
  background: #fff;
}
.art--sec5 {
  background: #fff;
}
.art__inner {
  max-width: 136.6rem;
  padding: 0 10rem;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .art {
    padding: 0 0 15vw;
  }
  .art--sec0 {
    padding: 10vw 0 5vw;
    position: relative;
    z-index: 1;
  }
  .art--sec1 {
    padding-top: 0;
    position: relative;
    z-index: 2;
  }
  .art--sec2 {
    background: #eee;
  }
  .art--sec3 {
    background: #fff;
  }
  .art--sec4 {
    background: #eee;
  }
  .art--sec5 {
    background: #fff;
  }
  .art--sec6 {
    background: #3E1485;
    overflow: hidden;
    padding: 5vw 0 5vw;
  }
  .art__inner {
    margin: 0 auto;
    padding: 2rem 2rem;
  }
}
.artArea {
  padding: 9rem 0;
  position: relative;
}
.artArea__h3 {
  margin-bottom: 2.5rem;
}
.artArea__h3 span {
  display: block;
}
.artArea__h3 .en {
  margin-top: 0.5rem;
  line-height: 1.5;
}
.artArea__h3--short {
  padding-right: 20rem;
}
.artArea--1 .artArea__h3 {
  color: #00AFCC;
}
.artArea--2 {
  margin-top: -1rem;
}
.artArea--2 .artArea__h3 {
  color: #F18F4D;
}
.artArea--3 {
  margin-top: -1rem;
}
.artArea--3 .artArea__h3 {
  color: #EB6D8E;
}
.artArea--4 {
  margin-top: -1rem;
}
.artArea--4 .artArea__h3 {
  color: #3D62AD;
}
.artArea--5 {
  margin-top: -1rem;
}
.artArea--5 .artArea__h3 {
  color: #6CBB5A;
}
.artArea__blc {
  margin-top: 7rem;
}
.artArea__blc:first-of-type {
  margin-top: 0;
}
.artArea__blc .image--clm,
.artArea__blc .image2--clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10rem;
  margin-top: 5rem;
}
.artArea__blc .image--clm > *,
.artArea__blc .image2--clm > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
.artArea__blc .image--clm--no,
.artArea__blc .image2--clm--no {
  margin: 0;
}
.artArea__blc .image--clm2,
.artArea__blc .image2--clm2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10rem;
  margin-top: 5rem;
}
.artArea__blc .image--clm2 > *,
.artArea__blc .image2--clm2 > * {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
}
.artArea__blc .image--clm2--no,
.artArea__blc .image2--clm2--no {
  margin: 0;
}
.artArea__blc .image img,
.artArea__blc .image2 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.artArea__blc .image {
  margin-bottom: 3rem;
}
.artArea__blc .image--left {
  margin-left: -10rem;
  padding-right: 5rem;
}
.artArea__blc .image--right {
  margin-right: -10rem;
  padding-left: 5rem;
}
.artArea__blc .image2 {
  margin-top: 4rem;
}
.artArea__blc .text p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.artArea__blc .text p.en {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.artArea__blc .text--fdc {
  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;
}
.artArea__blc .text--fdc .en {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.artArea__blc--nophoto .text {
  max-width: none;
}
.artArea__blc--column, .artArea__blc--column2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 0.1fr 0px 1fr 0px 0.1fr;
  grid-template-rows: 0.1fr 1fr 0.1fr;
  gap: 0px 2rem;
}
.artArea__blc--column > *:nth-child(1), .artArea__blc--column2 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.artArea__blc--column > *:nth-child(2), .artArea__blc--column2 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.artArea__blc--column > *:nth-child(3), .artArea__blc--column2 > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.artArea__blc--column > *:nth-child(4), .artArea__blc--column2 > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.artArea__blc--column > *:nth-child(5), .artArea__blc--column2 > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.artArea__blc--column > *:nth-child(6), .artArea__blc--column2 > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.artArea__blc--column3 {
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}
.artArea__blc--column {
      grid-template-areas: "artArea__h3 image" "text image" "image2 image2";
}
.artArea__blc--column .artArea__h3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: artArea__h3;
}
.artArea__blc--column .image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: image;
}
.artArea__blc--column .text {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: text;
}
.artArea__blc--column .image2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: image2;
}
.artArea__blc--column2 {
      grid-template-areas: "image artArea__h3" "image text" "image2 image2";
}
.artArea__blc--column2 .artArea__h3 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: artArea__h3;
}
.artArea__blc--column2 .image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: image;
}
.artArea__blc--column2 .text {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: text;
}
.artArea__blc--column2 .image2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: image2;
}
@media screen and (max-width: 1080px) {
  .artArea {
    border-radius: 1rem;
    padding: 0 0;
  }
  .artArea__h3 {
    margin-bottom: 2rem;
    max-width: auto;
    border-left-width: 0;
    padding-left: 0;
  }
  .artArea__h3 .fz20 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .artArea__h3 .fz16 {
    font-size: 1.4rem;
  }
  .artArea__h3--short {
    padding-right: 0rem;
  }
  .artArea__blc {
    margin-top: 7rem;
  }
  .artArea__blc:first-of-type {
    margin-top: 0;
  }
  .artArea__blc .image--clm,
  .artArea__blc .image2--clm {
    display: block;
    margin: 0 -2rem;
  }
  .artArea__blc .image--clm > *,
  .artArea__blc .image2--clm > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .artArea__blc .image--clm--sp > *,
  .artArea__blc .image2--clm--sp > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .artArea__blc .image--clm2,
  .artArea__blc .image2--clm2 {
    display: block;
    margin: 0;
  }
  .artArea__blc .image--clm2 > *,
  .artArea__blc .image2--clm2 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .artArea__blc .image--clm2--sp > *,
  .artArea__blc .image2--clm2--sp > * {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
    margin: 0 auto;
  }
  .artArea__blc .image--clm-sp,
  .artArea__blc .image2--clm-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .artArea__blc .image--clm-sp > *,
  .artArea__blc .image2--clm-sp > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .artArea__blc .image--clm2-sp,
  .artArea__blc .image2--clm2-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .artArea__blc .image--clm2-sp > *,
  .artArea__blc .image2--clm2-sp > * {
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    max-width: 33.3%;
  }
  .artArea__blc .image img,
  .artArea__blc .image2 img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .artArea__blc .image {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .artArea__blc .image--left {
    margin-left: -2rem;
    padding-right: 0rem;
  }
  .artArea__blc .image--right {
    margin-right: -2rem;
    padding-left: 0rem;
  }
  .artArea__blc .image2 {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .artArea__blc .text {
    max-width: auto;
    margin-bottom: 0;
  }
  .artArea__blc .text p {
    font-size: 1.4rem;
  }
  .artArea__blc .text .en {
    font-size: 1.2rem;
  }
  .artArea__blc .text--fdc {
    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;
  }
  .artArea__blc .text--fdc .en {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .artArea__blc--nophoto .artArea__h3 {
    max-width: none;
  }
  .artArea__blc--nophoto .text {
    max-width: none;
  }
  .artArea__blc--column, .artArea__blc--column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .artArea__blc .od1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .artArea__blc .od2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .artArea__blc .od3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .artArea__blc .od4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .artArea__blc--column3 .image--right img {
    max-width: 80vw;
    display: block;
    margin: 0 auto;
  }
}
.art .title {
  line-height: 1.6;
}
.art .title .en {
  line-height: 1;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.art .title--introduction {
  max-width: 18rem;
}
.art .title--sec0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.art .title--sec0:before {
  content: "";
  display: block;
  width: 18rem;
  height: 26.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.art .title--sec0:before {
  background: url(../img/kenichi-1.png) center right/contain no-repeat;
  margin-right: 2rem;
}
.art .title--sec0 h2 {
  margin-bottom: 2rem;
}
.art .title--sec0 h3 {
  white-space: nowrap;
  color: #fff;
}
.art .title--sec0 h3 .en {
  margin-top: 1.5rem;
  display: block;
  text-transform: none;
  line-height: 2;
}
.art .title__inner {
  max-width: 136.6rem;
  padding: 2.5rem 10rem;
  margin: 0 auto;
}
.art .title--sec1 {
  background: #00AFCC;
  color: #fff;
}
.art .title--sec1 span {
  display: block;
}
.art .title--sec2 {
  background: #F18F4D;
  color: #fff;
}
.art .title--sec2 span {
  display: block;
}
.art .title--sec3 {
  background: #EB6D8E;
  color: #fff;
}
.art .title--sec3 span {
  display: block;
}
.art .title--sec4 {
  background: #3D62AD;
  color: #fff;
}
.art .title--sec4 span {
  display: block;
}
.art .title--sec5 {
  background: #6CBB5A;
  color: #fff;
}
.art .title--sec5 span {
  display: block;
}
@media screen and (max-width: 1080px) {
  .art .title {
    display: block;
    line-height: 1.6;
    position: relative;
  }
  .art .title .fz44 {
    font-size: 2.4rem;
  }
  .art .title .fz28 {
    font-size: 1.6rem;
  }
  .art .title--introduction {
    max-width: 14rem;
  }
  .art .title--sec0 {
    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;
  }
  .art .title--sec0:before {
    display: none;
  }
  .art .title--sec0:after {
    content: "";
    display: block;
    width: 10.6rem;
    height: 15.7rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .art .title--sec0:after {
    background: url(../img/kenichi-1.png) center right/contain no-repeat;
    margin-left: 1rem;
  }
  .art .title--sec0 h2 {
    font-size: 1.4rem;
    text-align: center;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .art .title--sec0 h3 {
    white-space: normal;
    margin-top: 1rem;
    text-align: left;
  }
  .art .title--sec0 h3 .fz30 {
    font-size: 1.5rem;
  }
  .art .title--sec0 h3 .en {
    margin-top: 1.5rem;
    display: block;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .art .title__inner {
    max-width: 136.6rem;
    padding: 2rem 2rem;
    margin: 0 auto;
  }
  .art .title--sec1 {
    margin-top: 0;
  }
  .art .title--sec1:before, .art .title--sec1:after {
    width: 12.1rem;
    height: 13.1rem;
  }
  .art .title--sec2 {
    margin-top: 0;
  }
  .art .title--sec2:before, .art .title--sec2:after {
    width: 13.1rem;
    height: 15rem;
  }
  .art .title--sec3 {
    margin-top: 0;
  }
  .art .title--sec4 {
    margin-top: 0;
  }
  .art .title--sec5 {
    margin-top: 0;
  }
  .art .title .icon {
    margin: 0 0 0;
    padding: 0;
  }
  .art .title .icon span {
    display: block;
  }
  .art .title .icon .fz34 {
    font-size: 2rem;
  }
  .art .title .icon .en {
    margin: 0rem 0 0rem;
    line-height: 1.5;
  }
  .art .title .icon:before {
    content: "";
    display: block;
    margin: 0 auto 1rem;
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .art .title .icon--0 {
    margin-bottom: 2rem;
  }
  .art .title .icon--0:before {
    display: none;
  }
  .art .title .icon--1 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .art .title .icon--1:before {
    width: 6.3rem;
    height: 6.2rem;
  }
  .art .title .icon--2 {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .art .title .icon--2:before {
    width: 3.8rem;
    height: 5.9rem;
  }
  .art .title .icon--3 {
    margin-top: 0rem;
    margin-bottom: 2rem;
  }
  .art .title .icon--3:before {
    width: 6.4rem;
    height: 5.5rem;
  }
  .art .title .icon--4 {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .art .title .icon--4:before {
    width: 5.6rem;
    height: 5.5rem;
  }
  .art .title .icon--5 {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .art .title .icon--5:before {
    width: 5.5rem;
    height: 4.8rem;
  }
  .art .title .icon--6 {
    text-align: center;
    margin: 0 0 0rem;
  }
  .art .title .icon--6:before {
    width: 6.8rem;
    height: 6.6rem;
  }
  .art .title .icon--6 .en {
    margin: 0;
  }
}

.title-jisseki {
  max-width: 56rem;
  margin: 0rem auto 0rem;
  margin-top: -25rem;
}
@media screen and (max-width: 1080px) {
  .title-jisseki {
    max-width: 90vw;
    margin: -22rem auto 0vw;
  }
}

.main {
  margin-top: -100px;
  padding: 0 0 0;
}
@media screen and (max-width: 1080px) {
  .main {
    padding: 0 0 0;
    margin-top: 0px;
  }
}
.maintop {
  padding-top: 100px;
}
@media screen and (max-width: 1080px) {
  .maintop {
    padding-top: 0;
  }
}
.mainNav {
  z-index: 99;
  position: sticky;
  bottom: 0;
  width: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 0 30px 30px;
}
.mainNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
.mainNav ul > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
  width: 100%;
  font-size: 2rem;
  padding: 0 5px;
}
.mainNav ul > * a {
  height: 7.5rem;
  width: 100%;
  font-weight: 700;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  position: relative;
}
.mainNav ul .ic1 a {
  background: url(../img/button-1.png) center center/contain no-repeat;
}
.mainNav ul .ic2 a {
  background: url(../img/button-2.png) center center/contain no-repeat;
}
.mainNav ul .ic3 a {
  background: url(../img/button-3.png) center center/contain no-repeat;
}
.mainNav ul .ic4 a {
  background: url(../img/button-4.png) center center/contain no-repeat;
}
.mainNav ul .ic5 a {
  background: url(../img/button-5.png) center center/contain no-repeat;
}
@media screen and (max-width: 1080px) {
  .mainNav {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 100%;
    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;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 5rem;
  }
  .mainNav.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .mainNav:before {
    content: "Contents";
    font-family: "Outfit", serif;
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #51A7DD;
  }
  .mainNav ul {
    display: block;
    height: auto;
    max-width: 30rem;
    width: 100%;
  }
  .mainNav ul > * {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 100%;
    width: 100%;
    font-size: 2rem;
    padding: 0;
    margin-bottom: 1rem;
  }
  .mainNav ul > * a {
    height: auto;
    width: 100%;
    height: 12vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 2rem;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

ul.buttonLists {
  margin: 5rem 0 0;
}
ul.buttonLists > * {
  margin: 3rem 0;
}
ul.buttonLists a {
  border-radius: 5px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 3px solid #fff;
  -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: left;
      -ms-flex-align: left;
          align-items: left;
  min-height: 10rem;
  position: relative;
  padding: 0 3rem 0 3rem;
  line-height: 1.3;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
ul.buttonLists a span {
  float: left;
}
ul.buttonLists a.pink {
  background: #EB6D8E;
}
ul.buttonLists a.blue {
  background: #3D62AD;
}
@media screen and (max-width: 1080px) {
  ul.buttonLists {
    margin: 3rem 0rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.buttonLists > * {
    margin: 1rem 0;
    padding: 0rem 0;
  }
  ul.buttonLists > * .fz20 {
    font-size: 1.6rem;
  }
  ul.buttonLists > * .fz16 {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
  ul.buttonLists > * .fz13 {
    font-size: 1.2rem;
  }
  ul.buttonLists a {
    min-height: 8rem;
    padding: 1rem 2rem;
  }
  ul.buttonLists a:after {
    font-size: 1.6rem;
    right: 1rem;
  }
}

.buttonRP__bg {
  background: #51A7DD;
  padding: 3rem 2rem;
  color: #fff;
}
.buttonRP__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1366px;
  margin: 0 auto;
}
.buttonRP__left {
  -ms-flex-preferred-size: 58%;
      flex-basis: 58%;
  max-width: 58%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
}
.buttonRP__left .title {
  text-align: center;
  margin-bottom: 3rem;
}
.buttonRP__left .title span {
  display: block;
}
.buttonRP__right {
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
  max-width: 42%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 4rem;
}
.buttonRP > a {
  margin: 0 auto;
  background: #fff;
  color: #202020;
  display: block;
  max-width: 90rem;
  width: 100%;
  position: relative;
  padding: 2rem 2rem 3rem 13rem;
  line-height: 1.5;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 0 #3B90D1;
          box-shadow: 5px 5px 0 #3B90D1;
}
.buttonRP > a:before {
  content: "";
  width: 8rem;
  height: 8rem;
  background: url(../img/icon-6.png) center center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 3rem;
  -webkit-transform: translateY(-4rem);
          transform: translateY(-4rem);
}
.buttonRP > a span {
  display: block;
}
.buttonRP > a .mt {
  margin-top: 1rem;
}
@media screen and (max-width: 1080px) {
  .buttonRP__bg {
    padding: 2.5rem 1rem;
  }
  .buttonRP__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .buttonRP__left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    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;
    margin-bottom: 2rem;
  }
  .buttonRP__left .title {
    text-align: center;
    margin-bottom: 3rem;
  }
  .buttonRP__left .title .fz34 {
    font-size: 5.2vw;
  }
  .buttonRP__left .title .fz20 {
    font-size: 4vw;
    line-height: 1.2;
    margin-top: 0.5rem;
  }
  .buttonRP__right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0 0;
  }
  .buttonRP > a {
    padding: 1.5rem 2rem 1.5rem 2rem;
  }
  .buttonRP > a:before {
    display: none;
  }
  .buttonRP > a:after {
    display: none;
  }
  .buttonRP > a .fz26 {
    font-size: 5vw;
  }
  .buttonRP > a .fz16 {
    font-size: 3.4vw;
  }
  .buttonRP > a .fz14 {
    font-size: 3vw;
  }
  .buttonRP > a span {
    display: block;
  }
  .buttonRP > a .mt {
    margin-top: 1rem;
  }
}

.graphSection {
  padding: 6.5rem 10rem;
}
.graphSection .title {
  margin-bottom: 5rem;
}
.graphSection__inner {
  max-width: 1366px;
  margin: 0 auto;
}
.graph__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2rem 4rem;
}
.graph__wrapper > * {
  padding: 0 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.graph__wrapper .text {
  -ms-flex-preferred-size: 37%;
      flex-basis: 37%;
  max-width: 37%;
}
.graph__wrapper .text p {
  line-height: 2;
  text-indent: -1.25em;
  padding-left: 1.25em;
  margin-bottom: 1rem;
}
.graph__wrapper .text h3 {
  margin-bottom: 2rem;
}
.graph__wrapper .text h3 span {
  display: block;
}
.graph {
  -ms-flex-preferred-size: 63%;
      flex-basis: 63%;
  max-width: 63%;
}
.graph .wrapper {
  background: #fff;
  padding: 3rem;
}
@media screen and (max-width: 1080px) {
  .graphSection {
    padding: 3rem 2rem;
  }
  .graphSection .title {
    margin-bottom: 2rem;
    font-size: 6vw;
  }
  .graph__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 2rem;
  }
  .graph__wrapper > * {
    padding: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .graph__wrapper .text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .graph__wrapper .text p {
    font-size: 1.4rem;
    line-height: 2;
    text-indent: -1.25em;
    padding-left: 1.25em;
  }
  .graph__wrapper .text h3 {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
  }
  .graph {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    position: relative;
  }
  .graph:before {
    font-weight: 500;
    content: "左右にフリックしてご覧ください";
    font-size: 2.6vw;
    color: #fff;
    position: absolute;
    top: 0;
    left: -2rem;
    background: #51A7DD;
    padding: 0.2rem 0.5rem;
    display: inline-block;
  }
  .graph .wrapper {
    background: #fff;
    padding: 2rem;
    margin: 0 -2rem 2rem;
    overflow: scroll;
  }
  .graph .wrapper img {
    width: 200%;
    max-width: 200%;
    display: block;
  }
}

.secIA {
  background: url(../img/katachi-bg.png) bottom right/477px 312px no-repeat;
  min-height: 40rem;
}
.secIA__inner {
  max-width: 136.6rem;
  padding: 6rem 10rem;
  margin: 0 auto;
}
.secIATitle {
  font-size: 6.4rem;
  line-height: 1;
  color: #F9DC5E;
}
.secIA .fz34 {
  margin: 1.5rem 0;
}
@media screen and (max-width: 1080px) {
  .secIA {
    min-height: 0;
    background: url(../img/katachi-bg.png) bottom right/contain no-repeat;
  }
  .secIA__inner {
    padding: 6rem 2rem 24rem 2rem;
    margin: 0 auto;
  }
  .secIATitle {
    font-size: 10vw;
    line-height: 1;
    color: #F9DC5E;
  }
  .secIA .fz34 {
    margin: 1.5rem 0;
    font-size: 6.5vw;
  }
  .secIA .fz16 {
    font-size: 1.4rem;
  }
}

.sec0List {
  margin-top: 11rem;
}
.sec0List li {
  margin: 10rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec0List li .fukidashi {
  -ms-flex-preferred-size: 40rem;
      flex-basis: 40rem;
  max-width: 40rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.sec0List li .fukidashi:after {
  content: "";
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: -5px;
  background: #fff;
}
.sec0List li h3 {
  background: #fff;
  border-radius: 10px;
  height: 12rem;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sec0List li .text {
  padding-left: 5.5rem;
  line-height: 2;
  color: #fff;
}
.sec0List li .text .en {
  margin-top: 1rem;
}
@media screen and (max-width: 1080px) {
  .sec0List {
    margin-top: 5rem;
    padding-right: 0;
  }
  .sec0List li {
    margin: 5rem 0;
    display: block;
  }
  .sec0List li .fukidashi {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .sec0List li .fukidashi:after {
    -webkit-transform: translateY(0) rotate(45deg) translateX(-50%);
            transform: translateY(0) rotate(45deg) translateX(-50%);
    display: block;
    position: absolute;
    top: calc(100% - 5px);
    right: 50%;
    background: #fff;
  }
  .sec0List li h3 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    line-height: 1.6;
    font-size: 1.6rem;
    text-align: center;
  }
  .sec0List li h3 .fz13 {
    font-size: 1.2rem;
  }
  .sec0List li .text {
    padding-left: 0rem;
    line-height: 2;
    margin-top: 1.5rem;
  }
  .sec0List li .text .fz16 {
    font-size: 1.4rem;
  }
  .sec0List li .text .en {
    margin-top: 0.5rem;
    font-size: 1.2rem;
  }
}

.kenichi {
  position: relative;
}
.kenichi:after {
  content: "";
  display: block;
  position: absolute;
}
.kenichi--1:after {
  top: 0;
  right: 5rem;
  width: 14.8rem;
  height: 24.7rem;
  background: url(../img/kenichi-1.png) center center/contain no-repeat;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}
.kenichi--2:after {
  bottom: 0;
  right: 5rem;
  width: 13.9rem;
  height: 25.9rem;
  background: url(../img/kenichi-2.png) center center/contain no-repeat;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}
.kenichi--3:after {
  bottom: 0;
  right: 5rem;
  width: 16rem;
  height: 24rem;
  background: url(../img/kenichi-3.png) center center/contain no-repeat;
  -webkit-transform: translateY(52%);
          transform: translateY(52%);
}
.kenichi--4:after {
  bottom: 0;
  right: 0rem;
  width: 18rem;
  height: 26rem;
  background: url(../img/kenichi-4.png) center center/contain no-repeat;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}
.kenichi--5:after {
  top: 0;
  right: 0rem;
  width: 13.5rem;
  height: 23rem;
  background: url(../img/kenichi-5.png) center center/contain no-repeat;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.kenichi--6:after {
  z-index: 1;
  top: 0;
  right: 0rem;
  width: 16.5rem;
  height: 24.4rem;
  background: url(../img/kenichi-6.png) center center/contain no-repeat;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}
@media screen and (max-width: 1080px) {
  .kenichi-textshort {
    padding-right: 10rem;
  }
  .kenichi--1:after {
    top: 0;
    right: 1rem;
    width: 8rem;
    height: 1rem;
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
  }
  .kenichi--2:after {
    bottom: 0;
    right: 0rem;
    width: 11rem;
    height: 16rem;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .kenichi--3:after {
    bottom: 0;
    right: 0rem;
    width: 10.9rem;
    height: 16.7rem;
    -webkit-transform: translateY(2%);
            transform: translateY(2%);
  }
  .kenichi--4 .fz20 {
    padding-right: 9rem;
  }
  .kenichi--4:after {
    top: -8rem;
    bottom: auto;
    right: -2rem;
    width: 11rem;
    height: 16.1rem;
  }
  .kenichi--5:after {
    top: auto;
    bottom: 0rem;
    right: 0rem;
    width: 9.4rem;
    height: 16rem;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .kenichi--6 {
    margin-bottom: 5rem;
  }
  .kenichi--6:after {
    top: auto;
    bottom: -5rem;
    right: 0rem;
    width: 11rem;
    height: 16.3rem;
  }
}

.footer__banner {
  background: #F2F2F2;
  padding: 30px 0;
}
.footer__banner ul {
  max-width: 132rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__banner ul li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  padding: 11px 11px;
  font-size: 1.6rem;
}
.footer__banner ul li a {
  font-weight: 700;
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 9rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  line-height: 1.4;
}
.footer__banner .bn-ic1 {
  width: 45px;
  height: 43px;
  margin-right: 1rem;
}
.footer__banner .bn-ic2 {
  width: 35px;
  height: 47px;
  margin-right: 1.5rem;
}
.footer__banner .bn-ic3 {
  width: 50px;
  height: 44px;
  margin-right: 1rem;
}
.footer__copyright {
  padding: 3rem 0 3rem;
}
.footer__copyright .en {
  margin-top: 1rem;
}
.footer__logo {
  width: 6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1080px) {
  .footer {
    padding-bottom: 0;
  }
  .footer__banner {
    padding: 4rem 0 3rem;
  }
  .footer__banner ul {
    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;
  }
  .footer__banner ul li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 5px 25px;
    font-size: 1.6rem;
  }
  .footer__banner ul li a {
    height: 6rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 4rem;
  }
  .footer__banner ul li img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .footer__banner .bn-ic1 {
    width: 65px;
    height: 32px;
    margin-right: 0.5rem;
  }
  .footer__banner .bn-ic2 {
    width: 65px;
    height: 47px;
    margin-right: 0.5rem;
  }
  .footer__banner .bn-ic3 {
    width: 65px;
    height: 44px;
    margin-right: 0.5rem;
  }
  .footer__copyright {
    padding: 2rem 5rem 5rem;
  }
  .footer__copyright .en {
    margin-top: 1rem;
  }
  .footer__copyright .fz20 {
    font-size: 1.8rem;
  }
  .footer__logo {
    width: 4.3rem;
    margin-bottom: 1rem;
  }
}