@charset "UTF-8";
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 外部ファイルの読み込み */
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 外部フォントCSSファイルの読み込み*/
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap");
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と body要素の文字（色・書体）と背景色*/
/* Body要素の背景色 */
/* Body要素の文字色 */
/* Body要素の書体 */
/* リセット用のプレイスフォルダ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
html, body, div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

html, body {
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background-color: #fff;
  color: #000;
}
body a {
  color: #000;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}

/* リセット処理関数 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: メディアクエリー*/
/* 切り替えポイントの設定 */
/* 処理 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: クリアフィックス*/
/* Class と ステークホルダー の名称設定 */
/* 処理 */
.clearfix:after, html:after, body:after {
  content: "";
  display: block;
  clear: both;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: スクリーンリーダー*/
/* スクリーンリーダーテキスト の名称設定 */
/* 処理 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と サイトの初期設定 */
html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  word-break: break-all;
  line-break: strict;
}

@media only screen and (max-width: 1000px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 13px;
  }
}
body img {
  vertical-align: middle;
}

:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

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

blockquote,
q {
  quotes: "" "";
}

a img {
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

article section {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 640px) {
  .nosp {
    display: none;
  }
}

.nopc {
  display: none;
}
@media only screen and (max-width: 640px) {
  .nopc {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .notb {
    display: none;
  }
}

img {
  width: 100%;
  vertical-align: middle;
}

p, h2, h3, h4 {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
}

.text {
  line-height: 2.0;
}

.min {
  font-family: 'Sawarabi Mincho', sans-serif;
}

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

.top-fadein-01 {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.top-fadein-02 {
  opacity: 0;
  -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;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.section-title {
  max-width: 1000px;
  width: 90%;
  height: 28px;
  margin: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
}
.section-title img {
  max-width: 1006px;
  height: 28px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 640px) {
  .section-title {
    margin-bottom: 2em;
  }
}

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

.logo_fadein {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}

.logo_fadein p {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 662px;
}
@media only screen and (max-width: 640px) {
  .logo_fadein p {
    width: 280px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ヘッダー */
#header-fixed {
  background-color: #fff;
  -webkit-box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.15);
          box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media only screen and (max-width: 1000px) {
  #header-fixed {
    padding: 0;
  }
}

@media only screen and (max-width: 1000px) {
  #header-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
#header-nav .tb-logo {
  display: none;
}
@media only screen and (max-width: 1000px) {
  #header-nav .tb-logo {
    display: block;
  }
}
#header-nav .nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 17.5px 15px;
}
@media only screen and (max-width: 1000px) {
  #header-nav .nav-wrapper {
    background-color: #fff;
    -webkit-box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.15);
            box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.15);
    width: 100%;
    position: absolute;
    top: -1000px;
    z-index: 10;
    -webkit-transition: opacity .25s, visibility 0s ease .25s;
    transition: opacity .25s, visibility 0s ease .25s;
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (max-width: 640px) {
  #header-nav .nav-wrapper {
    top: 59px;
  }
}
#header-nav #global-nav {
  max-width: 1020px;
  width: 100%;
  margin: auto;
}
#header-nav #global-nav .nav-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  #header-nav #global-nav .nav-flex {
    display: block;
  }
}
#header-nav #global-nav .nav-flex .logo-image {
  max-width: 329px;
  width: 33%;
}
@media only screen and (max-width: 1000px) {
  #header-nav #global-nav .nav-flex .logo-image {
    display: none;
  }
}
#header-nav #global-nav ul {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 1000px) {
  #header-nav #global-nav ul {
    width: 100%;
    border-top: 1px solid #d5e0e7;
    display: block;
  }
}
#header-nav #global-nav li {
  text-align: center;
  position: relative;
  margin-right: 30px;
}
@media only screen and (max-width: 1000px) {
  #header-nav #global-nav li {
    border-bottom: 1px solid #d5e0e7;
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  #header-nav #global-nav li:nth-last-child(1) {
    border-bottom: none;
  }
}
#header-nav #global-nav li.btn {
  max-width: 164px;
  width: 100%;
  margin-right: 0;
}
@media only screen and (max-width: 1000px) {
  #header-nav #global-nav li.btn {
    padding: 1em 0;
  }
}
@media only screen and (max-width: 640px) {
  #header-nav #global-nav li.btn {
    max-width: 318px;
    margin: auto;
  }
}
#header-nav #global-nav li.btn a {
  text-align: center;
  background-color: #e40b20;
  border-radius: 24px;
  padding: 5px 30px 5px 10px;
  font-size: 12px;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  #header-nav #global-nav li.btn a {
    padding: 12px 10px 12px 10px;
    font-size: 14px;
  }
}
#header-nav #global-nav li.btn a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header-nav #global-nav li.btn a span {
  position: relative;
}
#header-nav #global-nav li.btn a span::after {
  content: "";
  position: absolute;
  background-image: url(../images/btn-mark.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: -25px;
  margin: auto;
}
#header-nav #global-nav .header-logo {
  width: 20%;
}
@media only screen and (max-width: 1000px) {
  #header-nav #global-nav .header-logo {
    width: 100%;
  }
}
#header-nav #global-nav a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 1000px) {
  #header-nav #global-nav a {
    padding: 1em .5em 1em 45px;
    width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  #header-nav #global-nav a {
    text-align: center;
    padding: 1em;
  }
}
#header-nav #global-nav a:hover {
  color: #e40b20;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header-nav .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: .8em 0;
  margin-right: 5px;
}
@media only screen and (max-width: 1000px) {
  #header-nav .sns-list {
    margin-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#header-nav .sns-list li {
  width: 50px;
  margin: 0px 8px;
}
#header-nav .sns-list a {
  display: block;
}
#header-nav .sns-list a:hover {
  opacity: .8;
}
#header-nav .sns-list a img {
  width: 100%;
}
#header-nav .nav-sp {
  display: none;
}
@media only screen and (max-width: 1000px) {
  #header-nav .nav-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
#header-nav .nav-sp a {
  border-radius: 10px;
  display: block;
}
#header-nav .nav-sp a img {
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  #header-nav .nav-sp .nav-sp-logo {
    max-width: 285px;
    width: 100%;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #header-nav .nav-sp .nav-sp-logo {
    max-width: 220px;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 1000px) {
  #mobile-head {
    background: #e30012;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    width: 80px;
    height: 80px;
    padding: 27px 24px;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 640px) {
  #mobile-head {
    width: 60px;
    height: 60px;
    padding: 17px 14px;
  }
}
@media only screen and (max-width: 1000px) {
  #mobile-head:hover {
    opacity: .8;
  }

  #nav-toggle {
    position: absolute;
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 32px;
    height: 26px;
  }
  #nav-toggle span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    margin: auto;
    top: 0;
    bottom: 0;
  }
  #nav-toggle span:nth-child(3) {
    bottom: 0;
  }

  .open #nav-toggle span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    opacity: 0;
  }
  .open #nav-toggle span:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }
  .open#header-nav .nav-wrapper {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    opacity: 1;
    visibility: visible;
    top: 80px;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 1000px) {
  .open#header-nav .nav-wrapper {
    top: 80px;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 640px) {
  .open#header-nav .nav-wrapper {
    top: 60px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: フッター */
#footer {
  overflow: hidden;
  padding: 50px 0 0;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #footer {
    padding: 55px 0 0;
  }
}
#footer footer {
  max-width: 1010px;
  width: 95%;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 1000px) {
  #footer footer {
    width: 97%;
  }
}
@media only screen and (max-width: 640px) {
  #footer footer {
    margin: 0 auto 55px;
  }
}
#footer .footer-wrapper .logo {
  max-width: 380px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  #footer .footer-wrapper .logo {
    max-width: 250px;
  }
}
#footer .footer-wrapper .address {
  font-size: 16px;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #footer .footer-wrapper .address {
    font-size: 14px;
  }
}
#footer .footer-wrapper .time {
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #footer .footer-wrapper .time {
    font-size: 14px;
  }
}
#footer .copyright {
  background-color: #f2f2f2;
  padding: 10px 0;
}
#footer .copyright .text {
  text-align: center;
  font-size: 12px;
}
@media only screen and (max-width: 640px) {
  #footer .copyright .text {
    font-size: 11px;
  }
}

.banner-slider {
  max-width: 500px;
  width: 80%;
  margin: auto;
  padding: 2.5em 0 3.5em;
}
.banner-slider-wrapper {
  background-color: #d5e0e7;
}
@media only screen and (max-width: 640px) {
  .banner-slider {
    max-width: 280px;
    width: 65%;
  }
}

#pagetop {
  position: fixed;
  right: 85px;
  bottom: 150px;
  z-index: 3;
}
@media only screen and (max-width: 640px) {
  #pagetop {
    display: none !important;
  }
}
#pagetop a {
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #1eaa39;
  width: 60px;
  height: 60px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #pagetop a {
    width: 50px;
    height: 50px;
  }
}
#pagetop a:hover {
  opacity: 0.8;
}
#pagetop a:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 3px solid #1eaa39;
  border-right: 3px solid #1eaa39;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  #pagetop a:after {
    width: 15px;
    height: 15px;
    border-top: 2px solid #1eaa39;
    border-right: 2px solid #1eaa39;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: フロントページ用の外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 内容 */
.green {
  color: #15984a;
}

.orange {
  color: #f19c26;
}

.red {
  color: #ed1c24;
}

.bg-green {
  background-color: #15984a;
}

.bg-orange {
  background-color: #f19c26;
}

.midashi {
  margin-bottom: 3em;
}
.midashi .title h2 {
  max-width: 560px;
  width: 100%;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 1000px) {
  .midashi .title h2 {
    max-width: 460px;
  }
}
@media only screen and (max-width: 640px) {
  .midashi .title h2 {
    max-width: 330px;
  }
}
.midashi .title .en {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

#about {
  margin-bottom: -11%;
}

.hero {
  position: relative;
  padding: 85px 0;
}
@media only screen and (max-width: 1000px) {
  .hero {
    padding: 80px 0 8%;
  }
}
@media only screen and (max-width: 640px) {
  .hero {
    padding: 60px 0 3%;
  }
}
.hero .fixed-link {
  display: block;
  position: fixed;
  bottom: 25em;
  right: 30px;
  z-index: 6;
  max-width: 170px;
}
@media only screen and (max-width: 1000px) {
  .hero .fixed-link {
    max-width: 130px;
  }
}
@media only screen and (max-width: 640px) {
  .hero .fixed-link {
    max-width: 100px;
    right: 10px;
    bottom: 25px;
  }
}
.hero .fixed-link a {
  display: block;
}
.hero .fixed-link a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bg-parts {
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 11%;
}
.bg-parts.parts-01 {
  background-image: url(../images/bg-parts-01.png);
}
@media only screen and (max-width: 640px) {
  .bg-parts.parts-01 {
    background-image: none;
  }
}
.bg-parts.parts-02 {
  background-image: url(../images/bg-parts-02.png);
  margin-top: -11%;
}

#summary-bg {
  background-color: #e1f2e8;
  padding-bottom: 10%;
}
@media only screen and (max-width: 640px) {
  #summary-bg {
    padding: 1em 0 4em;
  }
}
#summary-bg .summary {
  max-width: 1010px;
  width: 95%;
  margin: auto;
  overflow: hidden;
  padding: 6% 0 0;
}
@media only screen and (max-width: 640px) {
  #summary-bg .summary {
    padding: 2em 0 0;
  }
}
#summary-bg .summary-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1000px) {
  #summary-bg .summary-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#summary-bg .summary-text {
  width: 51%;
  margin: 10px;
}
@media only screen and (max-width: 1000px) {
  #summary-bg .summary-text {
    width: 100%;
    max-width: 600px;
    margin: 0;
  }
}
#summary-bg .summary-text h3 {
  color: #15984a;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media only screen and (max-width: 640px) {
  #summary-bg .summary-text h3 {
    font-size: 18px;
    text-align: center;
  }
}
#summary-bg .image-box {
  width: 46%;
  margin: 10px;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  #summary-bg .image-box {
    width: 100%;
    max-width: 600px;
    margin: 20px 0;
  }
}
#summary-bg .text-wrapper {
  margin-bottom: 4em;
}
#summary-bg .button {
  border-radius: 26px;
  background-color: #ed1c24;
  border: 3px solid #ff5a5a;
  color: #fff;
  display: block;
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  width: 71.3%;
  margin: auto;
  padding: 30px 0;
}
@media only screen and (max-width: 1000px) {
  #summary-bg .button {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 640px) {
  #summary-bg .button {
    width: 90%;
  }
}
#summary-bg .button:hover {
  opacity: .8;
}
#summary-bg .left {
  margin: 20px 0 40px 12px;
}
@media only screen and (max-width: 640px) {
  #summary-bg .left {
    width: 90%;
    margin: 3.1vw auto 6.2vw;
  }
}

#floor-guide {
  width: 95%;
  margin: auto;
  padding: 14em 0 4em;
  margin-top: -10em;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  #floor-guide {
    padding: 8em 0 4em;
    margin-top: -4em;
  }
}
#floor-guide .floor-guide-map {
  max-width: 1060px;
  width: 100%;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  #floor-guide .floor-guide-map {
    max-width: 760px;
  }
}
#floor-guide .floor-guide-map::before {
  content: "";
  position: absolute;
  background-image: url(../images/corn.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 11.4%;
  height: 34.2%;
  bottom: 6%;
  left: -4%;
}
@media only screen and (max-width: 640px) {
  #floor-guide .floor-guide-map::before {
    content: none;
  }
}
#floor-guide .floor-guide-map .soft {
  position: absolute;
  width: 19%;
  top: -25%;
  right: -4%;
}
@media only screen and (max-width: 640px) {
  #floor-guide .floor-guide-map .soft {
    display: none;
  }
}
#floor-guide .floor-guide-map .tomato {
  display: none;
}
@media only screen and (max-width: 640px) {
  #floor-guide .floor-guide-map .tomato {
    display: block;
    position: absolute;
    width: 22%;
    top: -33%;
    left: 10%;
  }
}
#floor-guide .image-box {
  max-width: 510px;
  width: 100%;
  margin: -8em 0 0 auto;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  #floor-guide .image-box {
    margin: 2em auto 0;
  }
}
@media only screen and (max-width: 640px) {
  #floor-guide .image-box {
    max-width: 270px;
    margin: -2em 0 0;
  }
}
#floor-guide .image-box .watermelon {
  position: absolute;
  width: 60%;
  bottom: -20%;
  right: -20%;
}
@media only screen and (max-width: 640px) {
  #floor-guide .image-box .watermelon {
    bottom: -80%;
    right: -30%;
  }
}
#floor-guide .float-wrapper {
  max-width: 1010px;
  width: 100%;
  margin: auto;
  position: relative;
}
#floor-guide .float-wrapper .food-pos-04 {
  position: absolute;
  width: 480px;
  bottom: -30em;
  right: 0;
}
@media only screen and (max-width: 1000px) {
  #floor-guide .float-wrapper .food-pos-04 {
    display: none;
  }
}
#floor-guide .food {
  max-width: 460px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  #floor-guide .food {
    margin: auto;
  }
}
#floor-guide .food.float_l {
  float: left;
  margin-bottom: 10em;
}
#floor-guide .food.float_l:nth-last-child(1) {
  margin-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  #floor-guide .food.float_l:nth-last-child(1) {
    margin-top: 4em;
  }
}
@media only screen and (max-width: 1000px) {
  #floor-guide .food.float_l {
    clear: both;
    float: inherit;
  }
}
#floor-guide .food.float_r {
  float: right;
}
@media only screen and (max-width: 1000px) {
  #floor-guide .food.float_r {
    clear: both;
    float: inherit;
  }
}
#floor-guide .food.food_fish {
  margin-top: -11em;
}
@media only screen and (max-width: 1000px) {
  #floor-guide .food.food_fish {
    margin-top: 4em;
  }
}
#floor-guide .food.food_meat {
  margin-top: 2em;
  margin-bottom: 10em;
}
@media only screen and (max-width: 640px) {
  #floor-guide .food.food_meat .img {
    max-width: 300px;
  }
}
#floor-guide .food .fish {
  max-width: 160px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #floor-guide .food .fish {
    max-width: 140px;
  }
}
#floor-guide .food .meat {
  max-width: 170px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #floor-guide .food .meat {
    max-width: 140px;
  }
}
#floor-guide .food .vegetable {
  max-width: 300px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #floor-guide .food .vegetable {
    max-width: 260px;
  }
}
#floor-guide .food .grocery {
  max-width: 370px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #floor-guide .food .grocery {
    max-width: 310px;
  }
}
#floor-guide .food .daily {
  max-width: 220px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #floor-guide .food .daily {
    max-width: 180px;
  }
}
#floor-guide .food .method {
  font-size: 20px;
  margin-left: 10px;
}
#floor-guide .food-about h4 {
  font-size: 28px;
  font-weight: bold;
  margin: 10px 0;
}
@media only screen and (max-width: 640px) {
  #floor-guide .food-about h4 {
    font-size: 20px;
  }
}
#floor-guide .food-image .img {
  max-width: 460px;
  width: 100%;
  margin: 10px auto 0 0;
  position: relative;
}
#floor-guide .food-image .img .food-pos-01 {
  position: absolute;
  width: 424px;
  bottom: -8em;
  left: -8em;
}
@media only screen and (max-width: 640px) {
  #floor-guide .food-image .img .food-pos-01 {
    width: 304px;
    bottom: -10em;
    left: 4em;
  }
}
#floor-guide .food-image .img .food-pos-02 {
  position: absolute;
  width: 345px;
  top: 0;
  right: -8em;
}
@media only screen and (max-width: 640px) {
  #floor-guide .food-image .img .food-pos-02 {
    width: 205px;
    top: 4em;
    right: -4em;
  }
}
#floor-guide .food-image .img .food-pos-03 {
  position: absolute;
  width: 424px;
  bottom: -8em;
  left: -8em;
}
@media only screen and (max-width: 640px) {
  #floor-guide .food-image .img .food-pos-03 {
    width: 284px;
    bottom: -7em;
    left: -3em;
  }
}

.withmom-wrapper {
  max-width: 1010px;
  width: 95%;
  margin: 6em auto 3em;
  clear: both;
}
@media only screen and (max-width: 1000px) {
  .withmom-wrapper {
    max-width: 460px;
    margin: 1em auto 3em;
  }
}
.withmom-wrapper .withmom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .withmom-wrapper .withmom-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.withmom-wrapper .withmom-flex .text-box {
  width: 25%;
}
@media only screen and (max-width: 1000px) {
  .withmom-wrapper .withmom-flex .text-box {
    width: 100%;
  }
}
.withmom-wrapper .withmom-flex .text-box .img {
  max-width: 220px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 1000px) {
  .withmom-wrapper .withmom-flex .text-box .img {
    width: 100%;
    max-width: 180px;
  }
}
.withmom-wrapper .withmom-flex .text-box h4 {
  font-size: 28px;
  font-weight: bold;
  margin: 20px 0;
}
@media only screen and (max-width: 640px) {
  .withmom-wrapper .withmom-flex .text-box h4 {
    font-size: 20px;
    text-align: center;
  }
}
.withmom-wrapper .withmom-flex .image-box {
  width: 72.3%;
}
@media only screen and (max-width: 1000px) {
  .withmom-wrapper .withmom-flex .image-box {
    width: 100%;
    margin-top: 2em;
  }
}

.crothin-bg {
  max-width: 1200px;
  width: 95%;
  margin: 6em auto 0;
  background-color: #f3f2e5;
  padding: 70px 90px;
}
@media only screen and (max-width: 1000px) {
  .crothin-bg {
    max-width: 580px;
  }
}
@media only screen and (max-width: 640px) {
  .crothin-bg {
    width: 100%;
    padding: 50px 20px;
  }
}
.crothin-bg .crothin-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .crothin-bg .crothin-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.crothin-bg .text-box {
  width: 31.5%;
}
@media only screen and (max-width: 1000px) {
  .crothin-bg .text-box {
    width: 100%;
  }
}
.crothin-bg .text-box h3 {
  max-width: 280px;
}
.crothin-bg .text-box h4 {
  font-size: 28px;
  font-weight: bold;
  margin: 20px 0;
}
@media only screen and (max-width: 640px) {
  .crothin-bg .text-box h4 {
    font-size: 20px;
  }
}
.crothin-bg .image-box {
  width: 61.5%;
}
@media only screen and (max-width: 1000px) {
  .crothin-bg .image-box {
    width: 100%;
  }
}

.health-bg {
  background-color: #009844;
  padding: 4em 20px;
  margin-top: 6em;
}
@media only screen and (max-width: 640px) {
  .health-bg {
    margin-top: 0;
    padding: 30px;
  }
}
.health-bg .health {
  max-width: 1010px;
  width: 100%;
  margin: auto;
}
.health-bg .health h2 {
  max-width: 250px;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .health-bg .health h2 {
    max-width: 190px;
  }
}
.health-bg .health .img {
  max-width: 1010px;
  width: 100%;
  margin: 2em auto;
}
.health-bg .health .text {
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .health-bg .health .text {
    font-size: 15px;
  }
}

#sustainability {
  padding: 6em 0 0;
}
#sustainability .sustain {
  max-width: 1010px;
  width: 95%;
  margin: 0 auto 3em;
}
@media only screen and (max-width: 1000px) {
  #sustainability .sustain {
    max-width: 580px;
  }
}
#sustainability .sustain-image {
  max-width: 980px;
  width: 100%;
  margin: 4em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  #sustainability .sustain-image {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#sustainability .seven {
  width: 35%;
}
@media only screen and (max-width: 1000px) {
  #sustainability .seven {
    width: 100%;
    margin-bottom: 3em;
  }
}
@media only screen and (max-width: 640px) {
  #sustainability .seven {
    width: 65%;
  }
}
#sustainability .goals {
  width: 60%;
}
@media only screen and (max-width: 1000px) {
  #sustainability .goals {
    width: 100%;
  }
}
#sustainability .sustain-text {
  margin-top: 1em;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  #sustainability .sustain-text {
    margin-top: 3em;
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #sustainability .sustain-text {
    font-size: 16px;
  }
}
#sustainability .sustain-text::before {
  content: "";
  background-image: url(../images/sustain.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 185px;
  height: 58px;
  position: absolute;
  top: 0;
  left: -35px;
}
@media only screen and (max-width: 1000px) {
  #sustainability .sustain-text::before {
    background-image: url(../images/sustain-sp.svg);
    height: 14px;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#sustainability .sustain-text::after {
  content: "";
  background-image: url(../images/sustain.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 185px;
  height: 58px;
  position: absolute;
  top: 0;
  right: -35px;
}
@media only screen and (max-width: 1000px) {
  #sustainability .sustain-text::after {
    background-image: url(../images/sustain-sp.svg);
    height: 14px;
    top: 75px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
#sustainability .sustain-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 6em 0;
}
@media only screen and (max-width: 1000px) {
  #sustainability .sustain-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 6em 0 10em;
  }
}
@media only screen and (max-width: 640px) {
  #sustainability .sustain-flex {
    margin: 4em 0 8em;
  }
}
#sustainability .sustain-flex.align_c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sustainability .sustain-flex.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  #sustainability .sustain-flex.col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
#sustainability .sustain-box {
  width: 45%;
  max-width: 450px;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1000px) {
  #sustainability .sustain-box {
    width: 100%;
    margin: auto;
  }
}
@media only screen and (max-width: 640px) {
  #sustainability .sustain-box {
    max-width: 600px;
    width: 95%;
    margin: 0 auto 0 0;
  }
}
#sustainability .sustain-box.ma_t {
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  #sustainability .sustain-box.sustain-box-02 {
    margin: 0 0 0 auto;
  }
}
#sustainability .sustain-box .text-box {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#sustainability .sustain-box .text-box.text-box-01::before {
  content: "";
  width: 300px;
  height: 200px;
  background-color: #e50012;
  position: absolute;
  left: -12em;
  top: -8em;
  z-index: -1;
}
@media only screen and (max-width: 1000px) {
  #sustainability .sustain-box .text-box.text-box-01::before {
    left: 15em;
    top: 12em;
  }
}
@media only screen and (max-width: 640px) {
  #sustainability .sustain-box .text-box.text-box-01::before {
    width: 36%;
    height: 53%;
    left: 70%;
    top: 75%;
  }
}
#sustainability .sustain-box .text-box.text-box-02 {
  padding: 50px 30px;
  background-color: #e50012;
}
@media only screen and (max-width: 640px) {
  #sustainability .sustain-box .text-box.text-box-02 {
    padding: 30px;
  }
}
#sustainability .sustain-box .text-box.text-box-02::before {
  content: "";
  width: 300px;
  height: 200px;
  background-color: #15984a;
  position: absolute;
  right: -13em;
  bottom: -8em;
  z-index: -1;
}
@media only screen and (max-width: 1000px) {
  #sustainability .sustain-box .text-box.text-box-02::before {
    right: 15em;
  }
}
@media only screen and (max-width: 640px) {
  #sustainability .sustain-box .text-box.text-box-02::before {
    width: 36%;
    height: 36%;
    right: 71%;
    bottom: -25%;
  }
}
#sustainability .sustain-box .text-box .text {
  margin-top: 20px;
}
#sustainability .sustain-box h3 {
  font-size: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  #sustainability .sustain-box h3 {
    font-size: 24px;
  }
}
#sustainability .sustain-box .small {
  font-size: 14px;
}
#sustainability .sustain-image-box {
  width: 55%;
  max-width: 600px;
}
@media only screen and (max-width: 1000px) {
  #sustainability .sustain-image-box {
    width: 100%;
  }
}
#sustainability .sustain-image-box.image-box-01 {
  margin-left: -30px;
}
@media only screen and (max-width: 1000px) {
  #sustainability .sustain-image-box.image-box-01 {
    margin-left: 0;
  }
}
#sustainability .sustain-image-box.image-box-02 {
  width: 53%;
}
@media only screen and (max-width: 1000px) {
  #sustainability .sustain-image-box.image-box-02 {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 50px;
  }
}
#sustainability .sustain-image-box .img-02 {
  max-width: 450px;
  width: 100%;
  margin: 45px 0 0 auto;
}
@media only screen and (max-width: 1000px) {
  #sustainability .sustain-image-box .img-02 {
    margin: 45px auto 0;
  }
}
#sustainability .sustain-image-box .img-03 {
  max-width: 530px;
  width: 100%;
  margin: auto;
}
#sustainability .life-wrapper {
  position: relative;
}
#sustainability .life-wrapper.life-wrapper-01 {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #e1f2e8), color-stop(50%, #fff));
  background: linear-gradient(to right, #e1f2e8 50%, #fff 50%);
  margin: 10em 0 8em;
}
@media only screen and (max-width: 640px) {
  #sustainability .life-wrapper.life-wrapper-01 {
    margin: 10em 0 0;
  }
}
#sustainability .life-wrapper.life-wrapper-02 {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #fdf3e5));
  background: linear-gradient(to right, #fff 50%, #fdf3e5 50%);
}
#sustainability .life-wrapper .life-bg-01 {
  max-width: 1300px;
  width: 100%;
  background-color: #e1f2e8;
  margin: auto;
}
#sustainability .life-wrapper .life-bg-02 {
  max-width: 1300px;
  width: 100%;
  background-color: #fdf3e5;
  margin: auto;
}
#sustainability .life-wrapper .life {
  max-width: 1010px;
  width: 95%;
  margin: auto;
  position: relative;
  padding: 6em 0;
}
@media only screen and (max-width: 1000px) {
  #sustainability .life-wrapper .life {
    padding: 0 0 3em;
  }
}
#sustainability .life-wrapper .life.life-01 {
  background-color: #e1f2e8;
}
#sustainability .life-wrapper .life.life-02 {
  background-color: #fdf3e5;
}
#sustainability .life-wrapper .theme-pos {
  position: absolute;
  max-width: 450px;
  width: 100%;
  padding: 36px 10px;
}
@media only screen and (max-width: 1000px) {
  #sustainability .life-wrapper .theme-pos {
    position: static;
    margin: auto;
    padding: 21px 10px;
    max-width: 500px;
  }
}
@media only screen and (max-width: 640px) {
  #sustainability .life-wrapper .theme-pos {
    max-width: 300px;
    padding: 9px 10px;
  }
}
#sustainability .life-wrapper .theme-pos h3 {
  font-size: 32px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  #sustainability .life-wrapper .theme-pos h3 {
    font-size: 18px;
  }
}
#sustainability .life-wrapper .theme-pos.theme-01 {
  top: -60px;
  left: 0;
}
#sustainability .life-wrapper .theme-pos.theme-02 {
  top: -60px;
  right: 0;
}
#sustainability .life-wrapper .theme-flex-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (max-width: 1000px) {
  #sustainability .life-wrapper .theme-flex-01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#sustainability .life-wrapper .theme-flex-01 .box {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1000px) {
  #sustainability .life-wrapper .theme-flex-01 .box {
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
  }
}
@media only screen and (max-width: 640px) {
  #sustainability .life-wrapper .theme-flex-01 .box {
    max-width: 300px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
#sustainability .life-wrapper .theme-flex-01 .box .text-box {
  width: 57%;
}
@media only screen and (max-width: 640px) {
  #sustainability .life-wrapper .theme-flex-01 .box .text-box {
    width: 100%;
  }
}
#sustainability .life-wrapper .theme-flex-01 .box .image-box {
  width: 41%;
}
@media only screen and (max-width: 640px) {
  #sustainability .life-wrapper .theme-flex-01 .box .image-box {
    width: 100%;
    max-width: 150px;
  }
}
#sustainability .life-wrapper .theme-flex-01 .box h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  #sustainability .life-wrapper .theme-flex-01 .box h4 {
    font-size: 18px;
    text-align: center;
  }
}
#sustainability .life-wrapper .theme-flex-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3em;
}
@media only screen and (max-width: 1000px) {
  #sustainability .life-wrapper .theme-flex-02 {
    margin-top: 3em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#sustainability .life-wrapper .theme-flex-02.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media only screen and (max-width: 1000px) {
  #sustainability .life-wrapper .theme-flex-02.reverse {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#sustainability .life-wrapper .theme-flex-02.reverse .image-box {
  padding: 0;
}
#sustainability .life-wrapper .theme-flex-02:nth-last-child(1) {
  margin-bottom: 0;
}
#sustainability .life-wrapper .theme-flex-02 .image-box {
  width: 60%;
}
@media only screen and (max-width: 1000px) {
  #sustainability .life-wrapper .theme-flex-02 .image-box {
    width: 100%;
    max-width: 600px;
    margin: auto;
  }
}
#sustainability .life-wrapper .theme-flex-02 .text-box {
  width: 36%;
}
@media only screen and (max-width: 1000px) {
  #sustainability .life-wrapper .theme-flex-02 .text-box {
    width: 100%;
    max-width: 600px;
    margin: auto;
  }
}
@media only screen and (max-width: 640px) {
  #sustainability .life-wrapper .theme-flex-02 .text-box {
    max-width: 300px;
  }
}
#sustainability .life-wrapper .theme-flex-02 .text-box h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  #sustainability .life-wrapper .theme-flex-02 .text-box h3 {
    font-size: 18px;
    text-align: center;
  }
}
#sustainability .video-wrapper {
  margin-top: 6em;
}
@media only screen and (max-width: 640px) {
  #sustainability .video-wrapper {
    margin-top: 0;
  }
}
#sustainability .video-wrapper .video {
  max-width: 1200px;
  width: 95%;
  margin: auto;
  background-color: #e1f2e8;
  padding: 3em 0;
}
@media only screen and (max-width: 640px) {
  #sustainability .video-wrapper .video {
    width: 100%;
  }
}
#sustainability .video-wrapper .midashi h2 {
  font-size: 42px;
  color: #009245;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1000px) {
  #sustainability .video-wrapper .midashi h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 640px) {
  #sustainability .video-wrapper .midashi h2 {
    font-size: 26px;
  }
}
#sustainability .video-wrapper .midashi h2 .read {
  position: relative;
}
#sustainability .video-wrapper .midashi h2 .read::before {
  content: "あした";
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  margin: auto;
}
#sustainability .video-wrapper .midashi .text {
  font-family: 'Noto Serif JP', serif;
  font-family: 20px;
  text-align: center;
}
#sustainability .video-wrapper .video-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1000px) {
  #sustainability .video-wrapper .video-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#sustainability .video-wrapper .video-box {
  width: calc(100%/3);
  padding: 20px;
  margin: -5px;
}
@media only screen and (max-width: 1000px) {
  #sustainability .video-wrapper .video-box {
    width: 100%;
    max-width: 600px;
    margin: auto;
  }
}
#sustainability .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#sustainability .video-wrapper .inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#sustainability .video-wrapper .btn-wrapper {
  max-width: 318px;
  width: 95%;
  margin: 2em auto;
}
#sustainability .video-wrapper .btn-wrapper a {
  display: block;
  padding: 12px 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 24px;
  color: #fff;
  background-color: #009245;
}
#sustainability .video-wrapper .btn-wrapper a span {
  position: relative;
}
#sustainability .video-wrapper .btn-wrapper a span::after {
  content: "";
  position: absolute;
  background-image: url(../images/btn-mark.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
}
#sustainability .video-wrapper .btn-wrapper a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#infomation {
  padding-top: 6em;
}
#infomation .midashi .title h2 {
  max-width: 465px;
}
@media only screen and (max-width: 1000px) {
  #infomation .midashi .title h2 {
    max-width: 365px;
  }
}
@media only screen and (max-width: 640px) {
  #infomation .midashi .title h2 {
    max-width: 305px;
  }
}
#infomation .map {
  margin: 60px auto 0;
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 640px) {
  #infomation .map {
    margin: 30px auto 0;
  }
}
#infomation .map iframe {
  width: 100%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: jsライブラリ専用外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: slickスライダーの共通設定*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider {
  display: none;
}
.slider * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0;
}
.slider.slick-slider {
  display: block;
}
.slider .slick-track .slick-slide a {
  display: block;
}
.slider .slick-track .slick-slide a:hover {
  opacity: .8;
}
.slider .slick-track .slick-slide img {
  width: 100%;
  height: auto;
  margin: auto;
  vertical-align: middle;
  display: block;
}
.slider .slick-arrow {
  cursor: pointer;
  z-index: 9;
  width: 60px;
  height: 60px;
  margin: auto;
  top: 0;
  bottom: 0;
  -webkit-transform: none;
          transform: none;
}
@media only screen and (max-width: 640px) {
  .slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.slider .slick-arrow:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  margin: auto;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .slider .slick-arrow:before {
    left: 9px;
  }
}
.slider .slick-arrow:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #333333;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.slider .slick-arrow:hover {
  opacity: 0.8;
}
.slider .slick-arrow.slick-prev {
  left: -60px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 640px) {
  .slider .slick-arrow.slick-prev {
    left: -40px;
  }
}
.slider .slick-arrow.slick-next {
  right: -60px;
}
@media only screen and (max-width: 640px) {
  .slider .slick-arrow.slick-next {
    right: -40px;
  }
}
.slider .slick-dots {
  bottom: 20px;
}
.slider .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 10px;
}
.slider .slick-dots li button {
  cursor: pointer;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 2px solid #333333;
  border-radius: 50%;
}
.slider .slick-dots li button:before {
  content: none;
}
.slider .slick-dots li.slick-active button {
  background: #333333;
}
@media only screen and (max-width: 640px) {
  .slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 8px;
  }
  .slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border: 1px solid #333333;
  }
}
.slider.slick-dotted {
  margin-bottom: 0;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}
