@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: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.gothic {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

.inner {
  margin: auto auto;
}
.inner--1220 {
  max-width: 1220px;
  width: 100%;
}
.inner--1010 {
  max-width: 1010px;
  width: 100%;
}
.inner--1050 {
  max-width: 1050px;
  width: 100%;
}
.inner--1090 {
  max-width: 1090px;
  width: 100%;
}

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

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

@media screen and (max-width: 768px) {
  .tLeft-sp {
    text-align: left;
  }

  .tCenter-sp {
    text-align: center;
  }

  .tRight-sp {
    text-align: right;
  }
}
.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;
  }
}

.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: 768px) {
  .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;
}

.cRed {
  color: #f00;
}

.anchor {
  display: block;
  margin-top: -9rem;
  padding-top: 9rem;
}
@media screen and (max-width: 768px) {
  .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%;
  font-size: clamp(50%, .69vw, 62.5%);
  font-size: clamp(50%, .8vw, 62.5%);
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  background: #fff;
  width: 100%;
  line-height: 1.6;
  overflow-x: hidden;
  color: #000;
  letter-spacing: 0.04em;
  font-family: "FOT-筑紫AMゴシックL Std B", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
body.fixed {
  position: fixed;
}

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

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

strong {
  font-weight: 700;
}

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

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

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

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

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

a.bl {
  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: 428px) {
  .pc-alt,
.pc-hide {
    display: block;
  }
}

.sp-alt,
.sp-hide {
  display: block;
}
@media screen and (max-width: 428px) {
  .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
*/
.c-orange {
  color: #E54605;
}

.outgoing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.outgoing:after {
  content: "";
  display: block;
  background: url(../img/common/icon-outgoing.svg) center center/contain no-repeat;
  height: 0.7em;
  width: 0.7em;
  margin-left: 0.5em;
  margin-top: 0.2em;
}

.fadeupin {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out, -webkit-transform 0.7s ease-out;
}
.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);
  }
}
.fadeleftin {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out, -webkit-transform 0.7s ease-out;
}
.fadeleftin.on {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

@keyframes fadeupin {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.fadezoomin {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out, -webkit-transform 0.7s ease-out;
}
.fadezoomin.on {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@-webkit-keyframes fadezoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadezoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.header {
  background: url(../img/header-bg.jpg) center center/cover no-repeat;
  aspect-ratio: 1388/350;
  min-height: 35rem;
}
.header h1 {
  width: 100%;
  max-width: 26rem;
  position: absolute;
  top: 2rem;
  left: 3rem;
}
.header h2 {
  font-size: 5.5rem;
  color: #fff;
}
.header .inner {
  max-width: 108rem;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .header {
    background: url(../img/header-bg-sp.jpg) center center/cover no-repeat;
    aspect-ratio: 375/240;
    min-height: 24rem;
    width: 100%;
  }
  .header h1 {
    width: 100%;
    max-width: 18rem;
    left: 2rem;
  }
  .header h2 {
    font-size: 3.5rem;
  }
  .header .inner {
    padding: 0 2rem;
  }
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.main {
  font-size: 1.7rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 9rem 0 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .inner {
  max-width: 108rem;
  margin: 0 auto;
}
.main .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2.2rem 3.5rem;
}
.main .top > * {
  padding: 0 2.2rem;
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
}
.main .top > * .image {
  overflow: hidden;
  border-radius: 1rem;
}
.main .top > * .image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main .top > * .text {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main .top > * .text:after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/icon-cur.svg) center center/contain no-repeat;
}
.main .top > * .text p span {
  font-size: 0.8em;
}
.main .top > * a:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.main .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2.2rem;
}
.main .bottom > * {
  padding: 0 2.2rem;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}
.main .bottom > * a {
  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;
  border: 1px solid #c8c8c8;
  border-radius: 1rem;
  height: 9rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.2;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0 3rem;
}
.main .bottom > * a span {
  display: block;
  font-size: 1.25rem;
}
.main .bottom > * a:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/icon-cur.svg) center center/contain no-repeat;
  position: absolute;
  right: 1rem;
}
.main .bottom > * a:hover {
  color: #fff;
  background: #E54605;
  border-color: #E54605;
}
.main .bottom > * a:hover:after {
  background: url(../img/icon-cur-ov.svg) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .main {
    font-size: 1.7rem;
    padding: 4rem 0 3rem;
  }
  .main .inner {
    padding: 0 5vw;
  }
  .main .top {
    margin: 0;
  }
  .main .top > * {
    padding: 1.5rem 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .main .bottom {
    font-size: 1.8rem;
    margin: 2rem 0 0;
  }
  .main .bottom > * {
    padding: 1rem 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .main .bottom > * a {
    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;
    border: 1px solid #c8c8c8;
    border-radius: 1rem;
    height: 9rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.2;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0 3rem;
  }
  .main .bottom > * a span {
    display: block;
    font-size: 1.25rem;
  }
  .main .bottom > * a:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    content: "";
    width: 1em;
    height: 1em;
    background: url(../img/icon-cur.svg) center center/contain no-repeat;
    position: absolute;
    right: 1rem;
  }
  .main .bottom > * a:hover {
    color: #fff;
    background: #E54605;
    border-color: #E54605;
  }
  .main .bottom > * a:hover:after {
    background: url(../img/icon-cur-ov.svg) center center/contain no-repeat;
  }
}

.footer {
  padding: 0 3rem 3rem;
}

.footerCopyright {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}
.footerCopyright .copyright {
  font-size: 1.1rem;
  padding-right: 3em;
}
.footerCopyright ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footerCopyright ul > li:before {
  content: "｜";
  margin: 0 1em;
}
@media screen and (max-width: 768px) {
  .footerCopyright {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footerCopyright .copyright {
    padding-right: 0;
    margin-top: 2rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footerCopyright ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: -1em;
  }
}