@charset "EUC-JP";
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:500,500i|Lexend+Deca&display=swap");
@-webkit-keyframes line { 0% { -webkit-transform: scaleY(0); transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top; }
  49% { -webkit-transform: scaleY(1); transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top; }
  50% { -webkit-transform: scaleY(1); transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom; }
  99% { -webkit-transform: scaleY(0); transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom; }
  100% { -webkit-transform: scaleY(0); transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top; } }
@keyframes line { 0% { -webkit-transform: scaleY(0); transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top; }
  49% { -webkit-transform: scaleY(1); transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top; }
  50% { -webkit-transform: scaleY(1); transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom; }
  99% { -webkit-transform: scaleY(0); transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom; }
  100% { -webkit-transform: scaleY(0); transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top; } }

/* FILE : /assets/sass/shared/_rest.scss  */
/*:::::::::::::::::::::::::::::::::::::::
RESET
:::::::::::::::::::::::::::::::::::::::*/
body { /* webkit系のスマホで文字が拡大されるのを防ぐ */ -webkit-text-size-adjust: 100%; }

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, hr { margin: 0; padding: 0; border: 0; font-style: normal; font-weight: normal; font-size: 100%; vertical-align: baseline; text-align: left; text-decoration: none; }

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

html { overflow-y: scroll; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

input, button, textarea, select { margin: 0; padding: 0; background: none; border: none; border-radius: 0; outline: none; /* 必要に応じて下記はコメントアウト */ -webkit-appearance: none; -moz-appearance: none; appearance: none; }

select::-ms-expand { display: none; }

ol, ul { list-style: none; }

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

caption, th { text-align: left; }

a:focus { outline: none; }

img { vertical-align: bottom; }

a, span, small, strong, em { color: inherit; font-weight: inherit; }

/* FILE : /assets/sass/shared/_common.scss  */
/*--------------------------------------------
|
|  ANCHOR BASE SETTING
|
--------------------------------------------*/
html { font-size: 0.625em; }

* { -webkit-box-sizing: border-box; box-sizing: border-box; }

*:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }

img { max-width: 100%; vertical-align: bottom; }

*[role="button"] { cursor: pointer; }

body { font: 16px/1.6 "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; color: #3e3a39; letter-spacing: 0.1em; }

body.bgBody { background-color: #ECF0EE; }

@media screen and (max-width: 750px) { body { font-size: 14px; } }

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

@keyframes flash { 0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; } }

/*--------------------------------------------
|
|  ANCHOR WRAPPER
|
--------------------------------------------*/
#wrapper.earthBg { background: url(../img/top/bg-catch.jpg) no-repeat center top/cover; }

@media screen and (min-width: 751px) { #wrapper { position: relative; }
  #wrapper:before { content: ''; display: block; width: 100%; height: 120px; position: fixed; z-index: 9; background-color: rgba(18, 71, 52, 0.4); top: 0; left: 0; }
  #wrapper.earthBg .glnav__contact { display: none; } }

@media screen and (min-width: 751px) { #wrapper.earthBg { background-attachment: fixed; } }

@media screen and (max-width: 750px) { #wrapper { padding-top: 80px; }
  #wrapper.earthBg { background: url(../img/top/bg-catch.jpg) no-repeat center top/auto 400px; }
  #wrapper.topwrapper { padding-top: 0; }
  #wrapper.topwrapper .site-header { background-color: transparent; border-bottom: none; }
  #wrapper.topwrapper .site-header__logosvg path { fill: #fff; }
  #wrapper.nav-open { position: fixed; left: 0; width: 100%; z-index: 11; }
  #wrapper.nav-open .glnav.smt-nav { -webkit-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1); -webkit-transition-delay: 0; -o-transition-delay: 0; transition-delay: 0; }
  #wrapper.nav-open .glnav.smt-nav .glnav__inner { -webkit-transition-delay: .6s; -o-transition-delay: .6s; transition-delay: .6s; opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } }

@media screen and (max-width: 600px) { #wrapper.earthBg { background: url(../img/top/bg-catch.jpg) no-repeat center top/auto 320px; } }

/*--------------------------------------------
|
|  ANCHOR HEADER
|
--------------------------------------------*/
.site-header { z-index: 10; top: 0; left: 0; }

.site-header__logo { display: block; line-height: 1; }

.site-header__logo .flash { -webkit-animation: flash 5s linear 0s infinite normal forwards running; animation: flash 5s linear 0s infinite normal forwards running; }

.site-header__logosvg { width: 100%; }

@media screen and (min-width: 751px) { .site-header { position: fixed; width: 293px; height: 70px; top: 24px; left: 19px; }
  .site-header__logo { width: 293px; -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }
  .site-header__logo:hover { opacity: .6; }
  .site-header__logosvg path { fill: #fff; }
  .site-header__menubtn, .site-header__contact { display: none; } }

@media screen and (min-width: 751px) and (max-width: 1366px) { .site-header__logo { width: 250px; } }

@media screen and (max-width: 750px) { .site-header { position: fixed; z-index: 10; width: 100%; background-color: #fff; height: 80px; 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; padding-right: 15px; padding-left: 15px; border-bottom: 2px solid #124734; }
  .site-header__logo { width: 180px; -webkit-box-flex: 0; -ms-flex: 0 0 180px; flex: 0 0 180px; }
  .site-header__logosvg path { fill: #124734; }
  .site-header__menubtn { -webkit-box-flex: 0; -ms-flex: 0 0 40px; flex: 0 0 40px; width: 40px; }
  .site-header__contact { margin-left: auto; -webkit-box-flex: 0; -ms-flex: 0 0 85px; flex: 0 0 85px; width: 85px; height: 36px; line-height: 36px; text-align: center; background-color: #124734; color: #fff; font-family: "IBM Plex Sans", sans-serif; font-weight: 500; font-size: 15px; margin-right: 10px; } }

@media screen and (max-width: 360px) { .site-header__logo { width: 150px; -webkit-box-flex: 0; -ms-flex: 0 0 150px; flex: 0 0 150px; }
  .site-header__menubtn { -webkit-box-flex: 0; -ms-flex: 0 0 30px; flex: 0 0 30px; width: 30px; }
  .site-header__contact { -webkit-box-flex: 0; -ms-flex: 0 0 70px; flex: 0 0 70px; width: 70px; font-size: 12px; } }

/*--------------------------------------------
|
|  ANCHOR GLOBAL NAVIGATION
|
--------------------------------------------*/
@media screen and (min-width: 751px) { .glnav { position: fixed; z-index: 11; right: 0; top: 0; width: 50%; min-width: 760px; height: 110px; }
  .glnav__contact { display: block; width: 170px; height: 40px; line-height: 40px; background-color: #124734; font-size: 18px; text-align: center; font-weight: 500; font-family: "IBM Plex Sans", sans-serif; position: absolute; top: 0; right: 0; color: #fff; letter-spacing: 0.12em; -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }
  .glnav__contact:hover { opacity: .6; } }

@media screen and (min-width: 751px) and (max-width: 1366px) { .glnav { min-width: 470px; } }

@media screen and (max-width: 750px) { .glnav { position: fixed; z-index: 12; top: 80px; background-color: #124734; left: 0; width: 100%; height: calc(100% - 80px); overflow-y: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; -webkit-transform-origin: top; -ms-transform-origin: top; transform-origin: top; -webkit-transform: scaleY(0); -ms-transform: scaleY(0); transform: scaleY(0); }
  .glnav__inner { padding: 30px 15px; overflow-y: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; -webkit-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: .3s; -o-transition-duration: .3s; transition-duration: .3s; -webkit-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-delay: 0; -o-transition-delay: 0; transition-delay: 0; opacity: 0; -webkit-transform: translateY(3px); -ms-transform: translateY(3px); transform: translateY(3px); }
  .glnav__contact { display: none; }
  .glnav.smt-nav { -webkit-transition: -webkit-transform .3s ease .3s; transition: -webkit-transform .3s ease .3s; -o-transition: transform .3s ease .3s; transition: transform .3s ease .3s; transition: transform .3s ease .3s, -webkit-transform .3s ease .3s; } }

/*--------------------------------------------
|
|  ANCHOR GLOBAL MENU
|
--------------------------------------------*/
@media screen and (min-width: 751px) { .glmenu { display: -webkit-box; display: -ms-flexbox; display: flex; padding-top: 57px; }
  .glmenu__item { font-weight: bold; color: #fff; font-size: 16px; line-height: 1; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin: 0 1em; letter-spacing: 0.19em; }
  .glmenu__item a:hover { text-decoration: underline; }
  .glmenu__haschild { position: relative; }
  .glmenu__haschild:hover .glchild { display: block; }
  .glmenu .glmenu__item:first-child { margin-left: 0; }
  .glmenu .glmenu__item:last-child { margin-right: 0; } }

@media screen and (min-width: 751px) and (max-width: 1366px) { .glmenu { padding-top: 70px; }
  .glmenu__item { margin: 0 0.5em; letter-spacing: 0.1em; } }

@media screen and (max-width: 750px) { .glmenu__item { text-align: center; color: #fff; text-align: center; font-weight: bold; letter-spacing: 0.1em; font-size: 16px; padding: 8px 0; } }

/*--------------------------------------------
|
|  ANCHOR GLOBAL CHILD MENU
|
--------------------------------------------*/
.glchild__item { font-weight: bold; font-size: 14px; margin-top: 10px; }

@media screen and (min-width: 751px) { .glchild { display: none; position: absolute; top: 16px; padding: .5em 12px; left: 0; width: 250px; background-color: rgba(18, 71, 52, 0.8); } }

@media screen and (max-width: 750px) { .glchild { margin-top: 15px; position: relative; background-color: rgba(255, 255, 255, 0.1); padding: 5px 15px; }
  .glchild:before { content: ''; display: block; width: 0; height: 0; border-bottom: 12px solid rgba(255, 255, 255, 0.1); border-right: 12px solid transparent; border-left: 12px solid transparent; border-top: 0px solid transparent; position: absolute; top: -12px; left: 50%; margin-left: -12px; }
  .glchild__item { text-align: center; } }

/*--------------------------------------------
|
|  ANCHOR FOOTER
|
--------------------------------------------*/
.site-footer { background-color: #124734; padding: 20px 15px; position: relative; }

.site-footer__logo { display: block; line-height: 1; width: 128px; margin: 0 auto 20px; }

.site-footer__logo svg { width: 128px; }

.site-footer__logo path { fill: #fff; }

.site-footer__logo .flash { -webkit-animation: flash 5s linear 0s infinite normal forwards running; animation: flash 5s linear 0s infinite normal forwards running; }

.site-footer__sitemap { max-width: 1200px; margin-left: auto; margin-right: auto; }

.site-footer__menu1 { max-width: 1062px; margin-left: auto; margin-right: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.site-footer__menu1__item { text-align: center; font-size: 14px; color: #fff; -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; padding: 0 1em; position: relative; }

.site-footer__menu1__item:after { content: '|'; position: absolute; right: -0.5em; }

.site-footer__menu1 .site-footer__menu1__item:last-child:after { content: none; }

.site-footer__menu2 { margin-top: 10px; max-width: 1062px; margin-left: auto; margin-right: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.site-footer__menu2__item { font-size: 12px; color: #fff; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; padding: 0 1em; }

.site-footer__copyright { margin-top: 20px; padding-top: 20px; display: block; text-align: center; border-top: 1px solid #fff; color: #fff; font-family: "Lexend Deca", sans-serif; font-size: 14px; letter-spacing: 0.1em; }

@media screen and (min-width: 751px) { .site-footer__inner { max-width: 1200px; position: relative; margin-left: auto; margin-right: auto; }
  .site-footer__sitemap a:hover { text-decoration: underline; } }

@media screen and (max-width: 750px) { .site-footer { padding: 30px 15px 100px; }
  .site-footer__logo { margin-bottom: 45px; }
  .site-footer__menu1__item { padding: 0 0.5em; font-size: 12px; }
  .site-footer__menu1__item:after { right: -0.2em; }
  .site-footer__menu2__item { font-size: 10px; }
  .site-footer__copyright { font-size: 11px; }
  .site-footer__logo { margin: 0 auto 30px; } }

/*--------------------------------------------
|
|  ANCHOR BOTTOM BANNER
|
--------------------------------------------*/
.bottombanner { background-color: #fff; padding: 170px 15px; }

.bottombanner__inner { max-width: 1150px; margin-left: auto; margin-right: auto; }

.bottombanner__link { position: relative; }

.bottombanner__tag { display: block; background-color: #fff; width: 132px; height: 28px; line-height: 28px; text-align: center; font-size: 16px; letter-spacing: 0.1em; color: #4d4d4d; position: absolute; z-index: 2; right: 0; top: 0; }

.bottombanner__text { position: absolute; right: 0; top: 0; width: 100%; height: 100%; z-index: 3; text-align: right; }

.bottombanner__text span { display: inline-block; position: relative; padding: 0 10px; color: #fff; font-size: 18px; margin-top: 5px; }

.bottombanner__text span em { font-size: 20px; font-weight: bold; }

.bottombanner__text span:after { content: ''; display: block; position: absolute; height: 100%; width: 100%; background-color: #124734; z-index: -1; -webkit-transform: skewX(-15deg); -ms-transform: skewX(-15deg); transform: skewX(-15deg); top: 0; right: 0; }

.bottombanner__bg { display: block; }

@media screen and (min-width: 751px) { .bottombanner__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .bottombanner__link { -webkit-box-flex: 0; -ms-flex: 0 0 49%; flex: 0 0 49%; max-width: 49%; }
  .bottombanner__link:hover .bottombanner__bg img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }
  .bottombanner__text { padding: 60px 25px 0 0; }
  .bottombanner__bg { height: 184px; overflow: hidden; }
  .bottombanner__bg img { -webkit-transition: .3s transform ease; -o-transition: .3s transform ease; transition: .3s transform ease; -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; } }

@media screen and (max-width: 750px) { .bottombanner { padding: 30px 15px 50px; }
  .bottombanner__link { display: block; margin-top: 20px; }
  .bottombanner__text { padding: 55px 15px 0 10px; }
  .bottombanner__text span { font-size: 14px; }
  .bottombanner__text span em { font-size: 16px; }
  .bottombanner__bg { height: 180px; }
  .bottombanner__tag { width: 100px; } }

/*--------------------------------------------
|
|  ANCHOR BOTTOM LINK
|
--------------------------------------------*/
.bottomlink { padding: 50px 15px; background-color: #fff; }

.bottomlink__list { max-width: 1457px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.bottomlink__item { display: block; }

@media screen and (min-width: 751px) { .bottomlink__item { -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; max-width: 23%; -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }
  .bottomlink__item:hover { opacity: .6; } }

@media screen and (max-width: 750px) { .bottomlink { padding: 30px 15px; }
  .bottomlink__list { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .bottomlink__item { -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; max-width: 48%; margin: 10px auto; } }

/*--------------------------------------------
|
|  ANCHOR PAGETOP
|
--------------------------------------------*/
.pagetop { position: fixed; z-index: 9; bottom: 15px; right: 15px; background-color: #124734; width: 80px; height: 100px; }

.pagetop__btn { display: block; width: 80px; height: 100px; cursor: pointer; text-align: center; padding-top: 10px; }

.pagetop__btn img { width: 29px; }

@media screen and (max-width: 750px) { .pagetop { width: 40px; height: 60px; bottom: 10px; right: 10px; }
  .pagetop__btn { width: 40px; height: 60px; padding-top: 5px; }
  .pagetop__btn img { width: 20px; } }

/* FILE : /assets/sass/shared/_class.scss  */
/* margin,padding ------------------------------------*/
.pt5 { padding-top: 5px; }

.pr5 { padding-right: 5px; }

.pb5 { padding-bottom: 5px; }

.pl5 { padding-left: 5px; }

.mt5 { margin-top: 5px; }

.mr5 { margin-right: 5px; }

.mb5 { margin-bottom: 5px; }

.ml5 { margin-left: 5px; }

.pt10 { padding-top: 10px; }

.pr10 { padding-right: 10px; }

.pb10 { padding-bottom: 10px; }

.pl10 { padding-left: 10px; }

.mt10 { margin-top: 10px; }

.mr10 { margin-right: 10px; }

.mb10 { margin-bottom: 10px; }

.ml10 { margin-left: 10px; }

.pt15 { padding-top: 15px; }

.pr15 { padding-right: 15px; }

.pb15 { padding-bottom: 15px; }

.pl15 { padding-left: 15px; }

.mt15 { margin-top: 15px; }

.mr15 { margin-right: 15px; }

.mb15 { margin-bottom: 15px; }

.ml15 { margin-left: 15px; }

.pt20 { padding-top: 20px; }

.pr20 { padding-right: 20px; }

.pb20 { padding-bottom: 20px; }

.pl20 { padding-left: 20px; }

.mt20 { margin-top: 20px; }

.mr20 { margin-right: 20px; }

.mb20 { margin-bottom: 20px; }

.ml20 { margin-left: 20px; }

.pt25 { padding-top: 25px; }

.pr25 { padding-right: 25px; }

.pb25 { padding-bottom: 25px; }

.pl25 { padding-left: 25px; }

.mt25 { margin-top: 25px; }

.mr25 { margin-right: 25px; }

.mb25 { margin-bottom: 25px; }

.ml25 { margin-left: 25px; }

.pt30 { padding-top: 30px; }

.pr30 { padding-right: 30px; }

.pb30 { padding-bottom: 30px; }

.pl30 { padding-left: 30px; }

.mt30 { margin-top: 30px; }

.mr30 { margin-right: 30px; }

.mb30 { margin-bottom: 30px; }

.ml30 { margin-left: 30px; }

.pt35 { padding-top: 35px; }

.pr35 { padding-right: 35px; }

.pb35 { padding-bottom: 35px; }

.pl35 { padding-left: 35px; }

.mt35 { margin-top: 35px; }

.mr35 { margin-right: 35px; }

.mb35 { margin-bottom: 35px; }

.ml35 { margin-left: 35px; }

.pt40 { padding-top: 40px; }

.pr40 { padding-right: 40px; }

.pb40 { padding-bottom: 40px; }

.pl40 { padding-left: 40px; }

.mt40 { margin-top: 40px; }

.mr40 { margin-right: 40px; }

.mb40 { margin-bottom: 40px; }

.ml40 { margin-left: 40px; }

.pt45 { padding-top: 45px; }

.pr45 { padding-right: 45px; }

.pb45 { padding-bottom: 45px; }

.pl45 { padding-left: 45px; }

.mt45 { margin-top: 45px; }

.mr45 { margin-right: 45px; }

.mb45 { margin-bottom: 45px; }

.ml45 { margin-left: 45px; }

.pt50 { padding-top: 50px; }

.pr50 { padding-right: 50px; }

.pb50 { padding-bottom: 50px; }

.pl50 { padding-left: 50px; }

.mt50 { margin-top: 50px; }

.mr50 { margin-right: 50px; }

.mb50 { margin-bottom: 50px; }

.ml50 { margin-left: 50px; }

.pt55 { padding-top: 55px; }

.pr55 { padding-right: 55px; }

.pb55 { padding-bottom: 55px; }

.pl55 { padding-left: 55px; }

.mt55 { margin-top: 55px; }

.mr55 { margin-right: 55px; }

.mb55 { margin-bottom: 55px; }

.ml55 { margin-left: 55px; }

.pt60 { padding-top: 60px; }

.pr60 { padding-right: 60px; }

.pb60 { padding-bottom: 60px; }

.pl60 { padding-left: 60px; }

.mt60 { margin-top: 60px; }

.mr60 { margin-right: 60px; }

.mb60 { margin-bottom: 60px; }

.ml60 { margin-left: 60px; }

.pt65 { padding-top: 65px; }

.pr65 { padding-right: 65px; }

.pb65 { padding-bottom: 65px; }

.pl65 { padding-left: 65px; }

.mt65 { margin-top: 65px; }

.mr65 { margin-right: 65px; }

.mb65 { margin-bottom: 65px; }

.ml65 { margin-left: 65px; }

.pt70 { padding-top: 70px; }

.pr70 { padding-right: 70px; }

.pb70 { padding-bottom: 70px; }

.pl70 { padding-left: 70px; }

.mt70 { margin-top: 70px; }

.mr70 { margin-right: 70px; }

.mb70 { margin-bottom: 70px; }

.ml70 { margin-left: 70px; }

.pt75 { padding-top: 75px; }

.pr75 { padding-right: 75px; }

.pb75 { padding-bottom: 75px; }

.pl75 { padding-left: 75px; }

.mt75 { margin-top: 75px; }

.mr75 { margin-right: 75px; }

.mb75 { margin-bottom: 75px; }

.ml75 { margin-left: 75px; }

.pt80 { padding-top: 80px; }

.pr80 { padding-right: 80px; }

.pb80 { padding-bottom: 80px; }

.pl80 { padding-left: 80px; }

.mt80 { margin-top: 80px; }

.mr80 { margin-right: 80px; }

.mb80 { margin-bottom: 80px; }

.ml80 { margin-left: 80px; }

.pt85 { padding-top: 85px; }

.pr85 { padding-right: 85px; }

.pb85 { padding-bottom: 85px; }

.pl85 { padding-left: 85px; }

.mt85 { margin-top: 85px; }

.mr85 { margin-right: 85px; }

.mb85 { margin-bottom: 85px; }

.ml85 { margin-left: 85px; }

.pt90 { padding-top: 90px; }

.pr90 { padding-right: 90px; }

.pb90 { padding-bottom: 90px; }

.pl90 { padding-left: 90px; }

.mt90 { margin-top: 90px; }

.mr90 { margin-right: 90px; }

.mb90 { margin-bottom: 90px; }

.ml90 { margin-left: 90px; }

.pt95 { padding-top: 95px; }

.pr95 { padding-right: 95px; }

.pb95 { padding-bottom: 95px; }

.pl95 { padding-left: 95px; }

.mt95 { margin-top: 95px; }

.mr95 { margin-right: 95px; }

.mb95 { margin-bottom: 95px; }

.ml95 { margin-left: 95px; }

.pt100 { padding-top: 100px; }

.pr100 { padding-right: 100px; }

.pb100 { padding-bottom: 100px; }

.pl100 { padding-left: 100px; }

.mt100 { margin-top: 100px; }

.mr100 { margin-right: 100px; }

.mb100 { margin-bottom: 100px; }

.ml100 { margin-left: 100px; }

.pt105 { padding-top: 105px; }

.pr105 { padding-right: 105px; }

.pb105 { padding-bottom: 105px; }

.pl105 { padding-left: 105px; }

.mt105 { margin-top: 105px; }

.mr105 { margin-right: 105px; }

.mb105 { margin-bottom: 105px; }

.ml105 { margin-left: 105px; }

.pt110 { padding-top: 110px; }

.pr110 { padding-right: 110px; }

.pb110 { padding-bottom: 110px; }

.pl110 { padding-left: 110px; }

.mt110 { margin-top: 110px; }

.mr110 { margin-right: 110px; }

.mb110 { margin-bottom: 110px; }

.ml110 { margin-left: 110px; }

.pt115 { padding-top: 115px; }

.pr115 { padding-right: 115px; }

.pb115 { padding-bottom: 115px; }

.pl115 { padding-left: 115px; }

.mt115 { margin-top: 115px; }

.mr115 { margin-right: 115px; }

.mb115 { margin-bottom: 115px; }

.ml115 { margin-left: 115px; }

.pt120 { padding-top: 120px; }

.pr120 { padding-right: 120px; }

.pb120 { padding-bottom: 120px; }

.pl120 { padding-left: 120px; }

.mt120 { margin-top: 120px; }

.mr120 { margin-right: 120px; }

.mb120 { margin-bottom: 120px; }

.ml120 { margin-left: 120px; }

.pt125 { padding-top: 125px; }

.pr125 { padding-right: 125px; }

.pb125 { padding-bottom: 125px; }

.pl125 { padding-left: 125px; }

.mt125 { margin-top: 125px; }

.mr125 { margin-right: 125px; }

.mb125 { margin-bottom: 125px; }

.ml125 { margin-left: 125px; }

.pt130 { padding-top: 130px; }

.pr130 { padding-right: 130px; }

.pb130 { padding-bottom: 130px; }

.pl130 { padding-left: 130px; }

.mt130 { margin-top: 130px; }

.mr130 { margin-right: 130px; }

.mb130 { margin-bottom: 130px; }

.ml130 { margin-left: 130px; }

.pt135 { padding-top: 135px; }

.pr135 { padding-right: 135px; }

.pb135 { padding-bottom: 135px; }

.pl135 { padding-left: 135px; }

.mt135 { margin-top: 135px; }

.mr135 { margin-right: 135px; }

.mb135 { margin-bottom: 135px; }

.ml135 { margin-left: 135px; }

.pt140 { padding-top: 140px; }

.pr140 { padding-right: 140px; }

.pb140 { padding-bottom: 140px; }

.pl140 { padding-left: 140px; }

.mt140 { margin-top: 140px; }

.mr140 { margin-right: 140px; }

.mb140 { margin-bottom: 140px; }

.ml140 { margin-left: 140px; }

.pt145 { padding-top: 145px; }

.pr145 { padding-right: 145px; }

.pb145 { padding-bottom: 145px; }

.pl145 { padding-left: 145px; }

.mt145 { margin-top: 145px; }

.mr145 { margin-right: 145px; }

.mb145 { margin-bottom: 145px; }

.ml145 { margin-left: 145px; }

.pt150 { padding-top: 150px; }

.pr150 { padding-right: 150px; }

.pb150 { padding-bottom: 150px; }

.pl150 { padding-left: 150px; }

.mt150 { margin-top: 150px; }

.mr150 { margin-right: 150px; }

.mb150 { margin-bottom: 150px; }

.ml150 { margin-left: 150px; }

.pt155 { padding-top: 155px; }

.pr155 { padding-right: 155px; }

.pb155 { padding-bottom: 155px; }

.pl155 { padding-left: 155px; }

.mt155 { margin-top: 155px; }

.mr155 { margin-right: 155px; }

.mb155 { margin-bottom: 155px; }

.ml155 { margin-left: 155px; }

.pt160 { padding-top: 160px; }

.pr160 { padding-right: 160px; }

.pb160 { padding-bottom: 160px; }

.pl160 { padding-left: 160px; }

.mt160 { margin-top: 160px; }

.mr160 { margin-right: 160px; }

.mb160 { margin-bottom: 160px; }

.ml160 { margin-left: 160px; }

.pt165 { padding-top: 165px; }

.pr165 { padding-right: 165px; }

.pb165 { padding-bottom: 165px; }

.pl165 { padding-left: 165px; }

.mt165 { margin-top: 165px; }

.mr165 { margin-right: 165px; }

.mb165 { margin-bottom: 165px; }

.ml165 { margin-left: 165px; }

.pt170 { padding-top: 170px; }

.pr170 { padding-right: 170px; }

.pb170 { padding-bottom: 170px; }

.pl170 { padding-left: 170px; }

.mt170 { margin-top: 170px; }

.mr170 { margin-right: 170px; }

.mb170 { margin-bottom: 170px; }

.ml170 { margin-left: 170px; }

.pt175 { padding-top: 175px; }

.pr175 { padding-right: 175px; }

.pb175 { padding-bottom: 175px; }

.pl175 { padding-left: 175px; }

.mt175 { margin-top: 175px; }

.mr175 { margin-right: 175px; }

.mb175 { margin-bottom: 175px; }

.ml175 { margin-left: 175px; }

.pt180 { padding-top: 180px; }

.pr180 { padding-right: 180px; }

.pb180 { padding-bottom: 180px; }

.pl180 { padding-left: 180px; }

.mt180 { margin-top: 180px; }

.mr180 { margin-right: 180px; }

.mb180 { margin-bottom: 180px; }

.ml180 { margin-left: 180px; }

.pt185 { padding-top: 185px; }

.pr185 { padding-right: 185px; }

.pb185 { padding-bottom: 185px; }

.pl185 { padding-left: 185px; }

.mt185 { margin-top: 185px; }

.mr185 { margin-right: 185px; }

.mb185 { margin-bottom: 185px; }

.ml185 { margin-left: 185px; }

.pt190 { padding-top: 190px; }

.pr190 { padding-right: 190px; }

.pb190 { padding-bottom: 190px; }

.pl190 { padding-left: 190px; }

.mt190 { margin-top: 190px; }

.mr190 { margin-right: 190px; }

.mb190 { margin-bottom: 190px; }

.ml190 { margin-left: 190px; }

.pt195 { padding-top: 195px; }

.pr195 { padding-right: 195px; }

.pb195 { padding-bottom: 195px; }

.pl195 { padding-left: 195px; }

.mt195 { margin-top: 195px; }

.mr195 { margin-right: 195px; }

.mb195 { margin-bottom: 195px; }

.ml195 { margin-left: 195px; }

.pt200 { padding-top: 200px; }

.pr200 { padding-right: 200px; }

.pb200 { padding-bottom: 200px; }

.pl200 { padding-left: 200px; }

.mt200 { margin-top: 200px; }

.mr200 { margin-right: 200px; }

.mb200 { margin-bottom: 200px; }

.ml200 { margin-left: 200px; }

@media screen and (max-width: 750px) { .pt5-smt { padding-top: 5px; }
  .pr5-smt { padding-right: 5px; }
  .pb5-smt { padding-bottom: 5px; }
  .pl5-smt { padding-left: 5px; }
  .mt5-smt { margin-top: 5px; }
  .mr5-smt { margin-right: 5px; }
  .mb5-smt { margin-bottom: 5px; }
  .ml5-smt { margin-left: 5px; }
  .pt10-smt { padding-top: 10px; }
  .pr10-smt { padding-right: 10px; }
  .pb10-smt { padding-bottom: 10px; }
  .pl10-smt { padding-left: 10px; }
  .mt10-smt { margin-top: 10px; }
  .mr10-smt { margin-right: 10px; }
  .mb10-smt { margin-bottom: 10px; }
  .ml10-smt { margin-left: 10px; }
  .pt15-smt { padding-top: 15px; }
  .pr15-smt { padding-right: 15px; }
  .pb15-smt { padding-bottom: 15px; }
  .pl15-smt { padding-left: 15px; }
  .mt15-smt { margin-top: 15px; }
  .mr15-smt { margin-right: 15px; }
  .mb15-smt { margin-bottom: 15px; }
  .ml15-smt { margin-left: 15px; }
  .pt20-smt { padding-top: 20px; }
  .pr20-smt { padding-right: 20px; }
  .pb20-smt { padding-bottom: 20px; }
  .pl20-smt { padding-left: 20px; }
  .mt20-smt { margin-top: 20px; }
  .mr20-smt { margin-right: 20px; }
  .mb20-smt { margin-bottom: 20px; }
  .ml20-smt { margin-left: 20px; }
  .pt25-smt { padding-top: 25px; }
  .pr25-smt { padding-right: 25px; }
  .pb25-smt { padding-bottom: 25px; }
  .pl25-smt { padding-left: 25px; }
  .mt25-smt { margin-top: 25px; }
  .mr25-smt { margin-right: 25px; }
  .mb25-smt { margin-bottom: 25px; }
  .ml25-smt { margin-left: 25px; }
  .pt30-smt { padding-top: 30px; }
  .pr30-smt { padding-right: 30px; }
  .pb30-smt { padding-bottom: 30px; }
  .pl30-smt { padding-left: 30px; }
  .mt30-smt { margin-top: 30px; }
  .mr30-smt { margin-right: 30px; }
  .mb30-smt { margin-bottom: 30px; }
  .ml30-smt { margin-left: 30px; }
  .pt35-smt { padding-top: 35px; }
  .pr35-smt { padding-right: 35px; }
  .pb35-smt { padding-bottom: 35px; }
  .pl35-smt { padding-left: 35px; }
  .mt35-smt { margin-top: 35px; }
  .mr35-smt { margin-right: 35px; }
  .mb35-smt { margin-bottom: 35px; }
  .ml35-smt { margin-left: 35px; }
  .pt40-smt { padding-top: 40px; }
  .pr40-smt { padding-right: 40px; }
  .pb40-smt { padding-bottom: 40px; }
  .pl40-smt { padding-left: 40px; }
  .mt40-smt { margin-top: 40px; }
  .mr40-smt { margin-right: 40px; }
  .mb40-smt { margin-bottom: 40px; }
  .ml40-smt { margin-left: 40px; }
  .pt45-smt { padding-top: 45px; }
  .pr45-smt { padding-right: 45px; }
  .pb45-smt { padding-bottom: 45px; }
  .pl45-smt { padding-left: 45px; }
  .mt45-smt { margin-top: 45px; }
  .mr45-smt { margin-right: 45px; }
  .mb45-smt { margin-bottom: 45px; }
  .ml45-smt { margin-left: 45px; }
  .pt50-smt { padding-top: 50px; }
  .pr50-smt { padding-right: 50px; }
  .pb50-smt { padding-bottom: 50px; }
  .pl50-smt { padding-left: 50px; }
  .mt50-smt { margin-top: 50px; }
  .mr50-smt { margin-right: 50px; }
  .mb50-smt { margin-bottom: 50px; }
  .ml50-smt { margin-left: 50px; }
  .pt55-smt { padding-top: 55px; }
  .pr55-smt { padding-right: 55px; }
  .pb55-smt { padding-bottom: 55px; }
  .pl55-smt { padding-left: 55px; }
  .mt55-smt { margin-top: 55px; }
  .mr55-smt { margin-right: 55px; }
  .mb55-smt { margin-bottom: 55px; }
  .ml55-smt { margin-left: 55px; }
  .pt60-smt { padding-top: 60px; }
  .pr60-smt { padding-right: 60px; }
  .pb60-smt { padding-bottom: 60px; }
  .pl60-smt { padding-left: 60px; }
  .mt60-smt { margin-top: 60px; }
  .mr60-smt { margin-right: 60px; }
  .mb60-smt { margin-bottom: 60px; }
  .ml60-smt { margin-left: 60px; }
  .pt65-smt { padding-top: 65px; }
  .pr65-smt { padding-right: 65px; }
  .pb65-smt { padding-bottom: 65px; }
  .pl65-smt { padding-left: 65px; }
  .mt65-smt { margin-top: 65px; }
  .mr65-smt { margin-right: 65px; }
  .mb65-smt { margin-bottom: 65px; }
  .ml65-smt { margin-left: 65px; }
  .pt70-smt { padding-top: 70px; }
  .pr70-smt { padding-right: 70px; }
  .pb70-smt { padding-bottom: 70px; }
  .pl70-smt { padding-left: 70px; }
  .mt70-smt { margin-top: 70px; }
  .mr70-smt { margin-right: 70px; }
  .mb70-smt { margin-bottom: 70px; }
  .ml70-smt { margin-left: 70px; }
  .pt75-smt { padding-top: 75px; }
  .pr75-smt { padding-right: 75px; }
  .pb75-smt { padding-bottom: 75px; }
  .pl75-smt { padding-left: 75px; }
  .mt75-smt { margin-top: 75px; }
  .mr75-smt { margin-right: 75px; }
  .mb75-smt { margin-bottom: 75px; }
  .ml75-smt { margin-left: 75px; }
  .pt80-smt { padding-top: 80px; }
  .pr80-smt { padding-right: 80px; }
  .pb80-smt { padding-bottom: 80px; }
  .pl80-smt { padding-left: 80px; }
  .mt80-smt { margin-top: 80px; }
  .mr80-smt { margin-right: 80px; }
  .mb80-smt { margin-bottom: 80px; }
  .ml80-smt { margin-left: 80px; }
  .pt85-smt { padding-top: 85px; }
  .pr85-smt { padding-right: 85px; }
  .pb85-smt { padding-bottom: 85px; }
  .pl85-smt { padding-left: 85px; }
  .mt85-smt { margin-top: 85px; }
  .mr85-smt { margin-right: 85px; }
  .mb85-smt { margin-bottom: 85px; }
  .ml85-smt { margin-left: 85px; }
  .pt90-smt { padding-top: 90px; }
  .pr90-smt { padding-right: 90px; }
  .pb90-smt { padding-bottom: 90px; }
  .pl90-smt { padding-left: 90px; }
  .mt90-smt { margin-top: 90px; }
  .mr90-smt { margin-right: 90px; }
  .mb90-smt { margin-bottom: 90px; }
  .ml90-smt { margin-left: 90px; }
  .pt95-smt { padding-top: 95px; }
  .pr95-smt { padding-right: 95px; }
  .pb95-smt { padding-bottom: 95px; }
  .pl95-smt { padding-left: 95px; }
  .mt95-smt { margin-top: 95px; }
  .mr95-smt { margin-right: 95px; }
  .mb95-smt { margin-bottom: 95px; }
  .ml95-smt { margin-left: 95px; }
  .pt100-smt { padding-top: 100px; }
  .pr100-smt { padding-right: 100px; }
  .pb100-smt { padding-bottom: 100px; }
  .pl100-smt { padding-left: 100px; }
  .mt100-smt { margin-top: 100px; }
  .mr100-smt { margin-right: 100px; }
  .mb100-smt { margin-bottom: 100px; }
  .ml100-smt { margin-left: 100px; }
  .pt105-smt { padding-top: 105px; }
  .pr105-smt { padding-right: 105px; }
  .pb105-smt { padding-bottom: 105px; }
  .pl105-smt { padding-left: 105px; }
  .mt105-smt { margin-top: 105px; }
  .mr105-smt { margin-right: 105px; }
  .mb105-smt { margin-bottom: 105px; }
  .ml105-smt { margin-left: 105px; }
  .pt110-smt { padding-top: 110px; }
  .pr110-smt { padding-right: 110px; }
  .pb110-smt { padding-bottom: 110px; }
  .pl110-smt { padding-left: 110px; }
  .mt110-smt { margin-top: 110px; }
  .mr110-smt { margin-right: 110px; }
  .mb110-smt { margin-bottom: 110px; }
  .ml110-smt { margin-left: 110px; }
  .pt115-smt { padding-top: 115px; }
  .pr115-smt { padding-right: 115px; }
  .pb115-smt { padding-bottom: 115px; }
  .pl115-smt { padding-left: 115px; }
  .mt115-smt { margin-top: 115px; }
  .mr115-smt { margin-right: 115px; }
  .mb115-smt { margin-bottom: 115px; }
  .ml115-smt { margin-left: 115px; }
  .pt120-smt { padding-top: 120px; }
  .pr120-smt { padding-right: 120px; }
  .pb120-smt { padding-bottom: 120px; }
  .pl120-smt { padding-left: 120px; }
  .mt120-smt { margin-top: 120px; }
  .mr120-smt { margin-right: 120px; }
  .mb120-smt { margin-bottom: 120px; }
  .ml120-smt { margin-left: 120px; }
  .pt125-smt { padding-top: 125px; }
  .pr125-smt { padding-right: 125px; }
  .pb125-smt { padding-bottom: 125px; }
  .pl125-smt { padding-left: 125px; }
  .mt125-smt { margin-top: 125px; }
  .mr125-smt { margin-right: 125px; }
  .mb125-smt { margin-bottom: 125px; }
  .ml125-smt { margin-left: 125px; }
  .pt130-smt { padding-top: 130px; }
  .pr130-smt { padding-right: 130px; }
  .pb130-smt { padding-bottom: 130px; }
  .pl130-smt { padding-left: 130px; }
  .mt130-smt { margin-top: 130px; }
  .mr130-smt { margin-right: 130px; }
  .mb130-smt { margin-bottom: 130px; }
  .ml130-smt { margin-left: 130px; }
  .pt135-smt { padding-top: 135px; }
  .pr135-smt { padding-right: 135px; }
  .pb135-smt { padding-bottom: 135px; }
  .pl135-smt { padding-left: 135px; }
  .mt135-smt { margin-top: 135px; }
  .mr135-smt { margin-right: 135px; }
  .mb135-smt { margin-bottom: 135px; }
  .ml135-smt { margin-left: 135px; }
  .pt140-smt { padding-top: 140px; }
  .pr140-smt { padding-right: 140px; }
  .pb140-smt { padding-bottom: 140px; }
  .pl140-smt { padding-left: 140px; }
  .mt140-smt { margin-top: 140px; }
  .mr140-smt { margin-right: 140px; }
  .mb140-smt { margin-bottom: 140px; }
  .ml140-smt { margin-left: 140px; }
  .pt145-smt { padding-top: 145px; }
  .pr145-smt { padding-right: 145px; }
  .pb145-smt { padding-bottom: 145px; }
  .pl145-smt { padding-left: 145px; }
  .mt145-smt { margin-top: 145px; }
  .mr145-smt { margin-right: 145px; }
  .mb145-smt { margin-bottom: 145px; }
  .ml145-smt { margin-left: 145px; }
  .pt150-smt { padding-top: 150px; }
  .pr150-smt { padding-right: 150px; }
  .pb150-smt { padding-bottom: 150px; }
  .pl150-smt { padding-left: 150px; }
  .mt150-smt { margin-top: 150px; }
  .mr150-smt { margin-right: 150px; }
  .mb150-smt { margin-bottom: 150px; }
  .ml150-smt { margin-left: 150px; }
  .pt155-smt { padding-top: 155px; }
  .pr155-smt { padding-right: 155px; }
  .pb155-smt { padding-bottom: 155px; }
  .pl155-smt { padding-left: 155px; }
  .mt155-smt { margin-top: 155px; }
  .mr155-smt { margin-right: 155px; }
  .mb155-smt { margin-bottom: 155px; }
  .ml155-smt { margin-left: 155px; }
  .pt160-smt { padding-top: 160px; }
  .pr160-smt { padding-right: 160px; }
  .pb160-smt { padding-bottom: 160px; }
  .pl160-smt { padding-left: 160px; }
  .mt160-smt { margin-top: 160px; }
  .mr160-smt { margin-right: 160px; }
  .mb160-smt { margin-bottom: 160px; }
  .ml160-smt { margin-left: 160px; }
  .pt165-smt { padding-top: 165px; }
  .pr165-smt { padding-right: 165px; }
  .pb165-smt { padding-bottom: 165px; }
  .pl165-smt { padding-left: 165px; }
  .mt165-smt { margin-top: 165px; }
  .mr165-smt { margin-right: 165px; }
  .mb165-smt { margin-bottom: 165px; }
  .ml165-smt { margin-left: 165px; }
  .pt170-smt { padding-top: 170px; }
  .pr170-smt { padding-right: 170px; }
  .pb170-smt { padding-bottom: 170px; }
  .pl170-smt { padding-left: 170px; }
  .mt170-smt { margin-top: 170px; }
  .mr170-smt { margin-right: 170px; }
  .mb170-smt { margin-bottom: 170px; }
  .ml170-smt { margin-left: 170px; }
  .pt175-smt { padding-top: 175px; }
  .pr175-smt { padding-right: 175px; }
  .pb175-smt { padding-bottom: 175px; }
  .pl175-smt { padding-left: 175px; }
  .mt175-smt { margin-top: 175px; }
  .mr175-smt { margin-right: 175px; }
  .mb175-smt { margin-bottom: 175px; }
  .ml175-smt { margin-left: 175px; }
  .pt180-smt { padding-top: 180px; }
  .pr180-smt { padding-right: 180px; }
  .pb180-smt { padding-bottom: 180px; }
  .pl180-smt { padding-left: 180px; }
  .mt180-smt { margin-top: 180px; }
  .mr180-smt { margin-right: 180px; }
  .mb180-smt { margin-bottom: 180px; }
  .ml180-smt { margin-left: 180px; }
  .pt185-smt { padding-top: 185px; }
  .pr185-smt { padding-right: 185px; }
  .pb185-smt { padding-bottom: 185px; }
  .pl185-smt { padding-left: 185px; }
  .mt185-smt { margin-top: 185px; }
  .mr185-smt { margin-right: 185px; }
  .mb185-smt { margin-bottom: 185px; }
  .ml185-smt { margin-left: 185px; }
  .pt190-smt { padding-top: 190px; }
  .pr190-smt { padding-right: 190px; }
  .pb190-smt { padding-bottom: 190px; }
  .pl190-smt { padding-left: 190px; }
  .mt190-smt { margin-top: 190px; }
  .mr190-smt { margin-right: 190px; }
  .mb190-smt { margin-bottom: 190px; }
  .ml190-smt { margin-left: 190px; }
  .pt195-smt { padding-top: 195px; }
  .pr195-smt { padding-right: 195px; }
  .pb195-smt { padding-bottom: 195px; }
  .pl195-smt { padding-left: 195px; }
  .mt195-smt { margin-top: 195px; }
  .mr195-smt { margin-right: 195px; }
  .mb195-smt { margin-bottom: 195px; }
  .ml195-smt { margin-left: 195px; }
  .pt200-smt { padding-top: 200px; }
  .pr200-smt { padding-right: 200px; }
  .pb200-smt { padding-bottom: 200px; }
  .pl200-smt { padding-left: 200px; }
  .mt200-smt { margin-top: 200px; }
  .mr200-smt { margin-right: 200px; }
  .mb200-smt { margin-bottom: 200px; }
  .ml200-smt { margin-left: 200px; } }

.mb1em { margin-bottom: 1em; }

/* text-align ------------------------------------*/
.text-center { text-align: center; }

.text-right { text-align: right; }

/* text-decoratin ------------------------------------*/
.text-underline { text-decoration: underline; }

/* font-weight ------------------------------------*/
.font-bold { font-weight: bold; }

/* color ------------------------------------*/
.color-green { color: #124734; }

/* color ------------------------------------*/
.bg-orange { background-color: #e68c04; }

.bg-pink { background-color: #ec6d83; }

.bg-white { background-color: #fff; }

/* font-size ------------------------------------*/
.fz10 { font-size: 10px; }

.fz11 { font-size: 11px; }

.fz12 { font-size: 12px; }

.fz13 { font-size: 13px; }

.fz14 { font-size: 14px; }

.fz15 { font-size: 15px; }

.fz16 { font-size: 16px; }

.fz17 { font-size: 17px; }

.fz18 { font-size: 18px; }

.fz19 { font-size: 19px; }

.fz20 { font-size: 20px; }

.fz21 { font-size: 21px; }

.fz22 { font-size: 22px; }

.fz23 { font-size: 23px; }

.fz24 { font-size: 24px; }

.fz25 { font-size: 25px; }

.fz26 { font-size: 26px; }

.fz27 { font-size: 27px; }

.fz28 { font-size: 28px; }

.fz29 { font-size: 29px; }

.fz30 { font-size: 30px; }

.fz31 { font-size: 31px; }

.fz32 { font-size: 32px; }

.fz33 { font-size: 33px; }

.fz34 { font-size: 34px; }

.fz35 { font-size: 35px; }

.fz36 { font-size: 36px; }

.fz37 { font-size: 37px; }

.fz38 { font-size: 38px; }

.fz39 { font-size: 39px; }

.fz40 { font-size: 40px; }

.fz41 { font-size: 41px; }

.fz42 { font-size: 42px; }

.fz43 { font-size: 43px; }

.fz44 { font-size: 44px; }

.fz45 { font-size: 45px; }

.fz46 { font-size: 46px; }

.fz47 { font-size: 47px; }

.fz48 { font-size: 48px; }

.fz49 { font-size: 49px; }

.fz50 { font-size: 50px; }

@media screen and (max-width: 750px) { .fz10-smt { font-size: 10px; }
  .fz11-smt { font-size: 11px; }
  .fz12-smt { font-size: 12px; }
  .fz13-smt { font-size: 13px; }
  .fz14-smt { font-size: 14px; }
  .fz15-smt { font-size: 15px; }
  .fz16-smt { font-size: 16px; }
  .fz17-smt { font-size: 17px; }
  .fz18-smt { font-size: 18px; }
  .fz19-smt { font-size: 19px; }
  .fz20-smt { font-size: 20px; }
  .fz21-smt { font-size: 21px; }
  .fz22-smt { font-size: 22px; }
  .fz23-smt { font-size: 23px; }
  .fz24-smt { font-size: 24px; }
  .fz25-smt { font-size: 25px; }
  .fz26-smt { font-size: 26px; }
  .fz27-smt { font-size: 27px; }
  .fz28-smt { font-size: 28px; }
  .fz29-smt { font-size: 29px; }
  .fz30-smt { font-size: 30px; }
  .fz31-smt { font-size: 31px; }
  .fz32-smt { font-size: 32px; }
  .fz33-smt { font-size: 33px; }
  .fz34-smt { font-size: 34px; }
  .fz35-smt { font-size: 35px; }
  .fz36-smt { font-size: 36px; }
  .fz37-smt { font-size: 37px; }
  .fz38-smt { font-size: 38px; }
  .fz39-smt { font-size: 39px; }
  .fz40-smt { font-size: 40px; }
  .fz41-smt { font-size: 41px; }
  .fz42-smt { font-size: 42px; }
  .fz43-smt { font-size: 43px; }
  .fz44-smt { font-size: 44px; }
  .fz45-smt { font-size: 45px; }
  .fz46-smt { font-size: 46px; }
  .fz47-smt { font-size: 47px; }
  .fz48-smt { font-size: 48px; }
  .fz49-smt { font-size: 49px; }
  .fz50-smt { font-size: 50px; } }

/* line-height ------------------------------------*/
.lh10 { line-height: 1; }

.lh11 { line-height: 1.1; }

.lh12 { line-height: 1.2; }

.lh13 { line-height: 1.3; }

.lh14 { line-height: 1.4; }

.lh15 { line-height: 1.5; }

.lh16 { line-height: 1.6; }

.lh17 { line-height: 1.7; }

.lh18 { line-height: 1.8; }

.lh19 { line-height: 1.9; }

.lh20 { line-height: 2; }

.lh21 { line-height: 2.1; }

.lh22 { line-height: 2.2; }

.lh23 { line-height: 2.3; }

.lh24 { line-height: 2.4; }

.lh25 { line-height: 2.5; }

.lh26 { line-height: 2.6; }

.lh27 { line-height: 2.7; }

.lh28 { line-height: 2.8; }

.lh29 { line-height: 2.9; }

.lh30 { line-height: 3; }

.lh31 { line-height: 3.1; }

.lh32 { line-height: 3.2; }

.lh33 { line-height: 3.3; }

.lh34 { line-height: 3.4; }

.lh35 { line-height: 3.5; }

.lh36 { line-height: 3.6; }

.lh37 { line-height: 3.7; }

.lh38 { line-height: 3.8; }

.lh39 { line-height: 3.9; }

.lh40 { line-height: 4; }

.lh41 { line-height: 4.1; }

.lh42 { line-height: 4.2; }

.lh43 { line-height: 4.3; }

.lh44 { line-height: 4.4; }

.lh45 { line-height: 4.5; }

.lh46 { line-height: 4.6; }

.lh47 { line-height: 4.7; }

.lh48 { line-height: 4.8; }

.lh49 { line-height: 4.9; }

.lh50 { line-height: 5; }

/* max-width ------------------------------------*/
.mw100 { max-width: 100px; }

.mw110 { max-width: 110px; }

.mw120 { max-width: 120px; }

.mw130 { max-width: 130px; }

.mw140 { max-width: 140px; }

.mw150 { max-width: 150px; }

.mw160 { max-width: 160px; }

.mw170 { max-width: 170px; }

.mw180 { max-width: 180px; }

.mw190 { max-width: 190px; }

.mw200 { max-width: 200px; }

.mw210 { max-width: 210px; }

.mw220 { max-width: 220px; }

.mw230 { max-width: 230px; }

.mw240 { max-width: 240px; }

.mw250 { max-width: 250px; }

.mw260 { max-width: 260px; }

.mw270 { max-width: 270px; }

.mw280 { max-width: 280px; }

.mw290 { max-width: 290px; }

.mw300 { max-width: 300px; }

.mw310 { max-width: 310px; }

.mw320 { max-width: 320px; }

.mw330 { max-width: 330px; }

.mw340 { max-width: 340px; }

.mw350 { max-width: 350px; }

.mw360 { max-width: 360px; }

.mw370 { max-width: 370px; }

.mw380 { max-width: 380px; }

.mw390 { max-width: 390px; }

.mw400 { max-width: 400px; }

.mw410 { max-width: 410px; }

.mw420 { max-width: 420px; }

.mw430 { max-width: 430px; }

.mw440 { max-width: 440px; }

.mw450 { max-width: 450px; }

.mw460 { max-width: 460px; }

.mw470 { max-width: 470px; }

.mw480 { max-width: 480px; }

.mw490 { max-width: 490px; }

.mw500 { max-width: 500px; }

.mw510 { max-width: 510px; }

.mw520 { max-width: 520px; }

.mw530 { max-width: 530px; }

.mw540 { max-width: 540px; }

.mw550 { max-width: 550px; }

.mw560 { max-width: 560px; }

.mw570 { max-width: 570px; }

.mw580 { max-width: 580px; }

.mw590 { max-width: 590px; }

.mw600 { max-width: 600px; }

.mw610 { max-width: 610px; }

.mw620 { max-width: 620px; }

.mw630 { max-width: 630px; }

.mw640 { max-width: 640px; }

.mw650 { max-width: 650px; }

.mw660 { max-width: 660px; }

.mw670 { max-width: 670px; }

.mw680 { max-width: 680px; }

.mw690 { max-width: 690px; }

.mw700 { max-width: 700px; }

.mw710 { max-width: 710px; }

.mw720 { max-width: 720px; }

.mw730 { max-width: 730px; }

.mw740 { max-width: 740px; }

.mw750 { max-width: 750px; }

.mw760 { max-width: 760px; }

.mw770 { max-width: 770px; }

.mw780 { max-width: 780px; }

.mw790 { max-width: 790px; }

.mw800 { max-width: 800px; }

.mw810 { max-width: 810px; }

.mw820 { max-width: 820px; }

.mw830 { max-width: 830px; }

.mw840 { max-width: 840px; }

.mw850 { max-width: 850px; }

.mw860 { max-width: 860px; }

.mw870 { max-width: 870px; }

.mw880 { max-width: 880px; }

.mw890 { max-width: 890px; }

.mw900 { max-width: 900px; }

.mw910 { max-width: 910px; }

.mw920 { max-width: 920px; }

.mw930 { max-width: 930px; }

.mw940 { max-width: 940px; }

.mw950 { max-width: 950px; }

.mw960 { max-width: 960px; }

.mw970 { max-width: 970px; }

.mw980 { max-width: 980px; }

.mw990 { max-width: 990px; }

.mw1000 { max-width: 1000px; }

.mw1010 { max-width: 1010px; }

.mw1020 { max-width: 1020px; }

.mw1030 { max-width: 1030px; }

.mw1040 { max-width: 1040px; }

.mw1050 { max-width: 1050px; }

.mw1060 { max-width: 1060px; }

.mw1070 { max-width: 1070px; }

.mw1080 { max-width: 1080px; }

/*
letter-spacing
------------------------------------*/
.ls60 { letter-spacing: 0.06em; }

/* FILE : /assets/sass/shared/_item.scss  */
/* clearfix ------------------------------------*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix { display: inline-block; min-height: 1%; }

/* for IE-mac */
* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* hide ------------------------------------*/
@media screen and (min-width: 1025px) { .pc-hide { display: none; }
  .hover-alpha { -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }
  .hover-alpha:hover { opacity: .6; }
  .hover-line:hover { text-decoration: underline; } }

@media screen and (min-width: 751px) and (max-width: 1024px) { .tablet-hide { display: none; } }

@media screen and (max-width: 750px) { .smt-hide { display: none; } }

/* ofi ------------------------------------*/
img.ofi { max-width: none; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; font-family: 'object-fit: cover;object-position: center;'; }

/* text-indent ------------------------------------*/
.ind-1em { text-indent: -1em; padding-left: 1em; }

.ind-2em { text-indent: -2em; padding-left: 2em; }

.ind-3em { text-indent: -3em; padding-left: 3em; }

/* box-center ------------------------------------*/
.box-center { margin-left: auto; margin-right: auto; }

/* space ------------------------------------*/
.space { padding-top: 80px; }

@media screen and (max-width: 750px) { .space { padding-top: 40px; } }

/* middleSpace ------------------------------------*/
.middleSpace { padding-top: 60px; }

@media screen and (max-width: 750px) { .middleSpace { padding-top: 30px; } }

/* inner ------------------------------------*/
.inner { max-width: 1200px; padding-left: 15px; padding-right: 15px; margin-left: auto; margin-right: auto; }

/*--------------------------------------------
|
|  SECTION TEXT
|
--------------------------------------------*/
/* ANCHOR text-style1 ------------------------------------*/
.text-style1 { text-align: center; color: #124734; font-size: 30px; letter-spacing: 1.3; letter-spacing: 0; -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; }

@media screen and (max-width: 750px) { .text-style1 { font-size: 24px; } }

/*--------------------------------------------
|
|  SECTION TITLE
|
--------------------------------------------*/
/* ANCHOR h2-title1 ------------------------------------*/
.h2-title1__ja { color: #124734; font-size: 26px; font-weight: bold; letter-spacing: 0.1em; display: block; text-align: center; line-height: 1.2; }

.h2-title1__en { color: #646160; font-size: 12px; font-weight: bold; letter-spacing: 0.06em; text-transform: uppercase; display: block; text-align: center; margin: 0 0 3px; }

.h2-title1:after { content: ''; display: block; margin: 0 auto; width: 5px; height: 45px; background-color: #124734; -webkit-transform: scaleY(0); -ms-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: top; -ms-transform-origin: top; transform-origin: top; -webkit-animation-name: line; animation-name: line; -webkit-animation-duration: 3s; animation-duration: 3s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }

.h2-title1--white .h2-title1__ja { color: #fff; }

.h2-title1--white .h2-title1__en { color: #fff; }

.h2-title1--white:after { background-color: #fff; }

/* ANCHOR h2-title2 ------------------------------------*/
.h2-title2 { border-bottom: 1px solid #666464; padding-bottom: 10px; }

.h2-title2--btnhas { position: relative; padding-right: 220px; }

.h2-title2__text { display: inline-block; border-top: 1px solid #666464; border-right: 1px solid #666464; border-left: 1px solid #666464; font-size: 18px; letter-spacing: 0.1em; padding-left: 12px; padding-right: 12px; }

.h2-title2__text.mw540 { max-width: 540px; width: 100%; }

.h2-title2__btn { position: absolute; display: block; line-height: 1.3; letter-spacing: 0; font-size: 13px; width: 215px; position: absolute; right: 0; top: 13px; }

@media screen and (max-width: 750px) { .h2-title2 { padding-bottom: 5px; }
  .h2-title2--btnhas { padding-right: 110px; }
  .h2-title2__text { font-size: 15px; }
  .h2-title2__btn { width: 105px; font-size: 12px; top: -2px; } }

/* ANCHOR h3-title1 ------------------------------------*/
.h3-title1__ja { color: #124734; font-size: 20px; font-weight: bold; letter-spacing: 0.1em; display: inline-block; margin-right: 0.5em; }

.h3-title1__en { color: #646160; font-size: 12px; font-weight: bold; letter-spacing: 0.06em; text-transform: uppercase; }

/* ANCHOR h3-title2 ------------------------------------*/
.h3-title2 { font-size: 18px; font-weight: bold; }

@media screen and (max-width: 750px) { .h3-title2 { font-size: 16px; } }

/*--------------------------------------------
|
|  SECTION BTN
|
--------------------------------------------*/
/* ANCHOR btn-style1 ------------------------------------*/
.btn-style1 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; position: relative; padding: 10px 0; }

.btn-style1--bordergreeen { border: 1px solid #124734; color: #124734; }

.btn-style1--green { background-color: #124734; color: #fff; }

.btn-style1--w270 { width: 270px; }

.btn-style1__text { font-weight: bold; font-size: 16px; letter-spacing: 0.1em; }

.btn-style1__arrow { display: block; line-height: 1; width: 53px; position: absolute; right: -50px; top: 10px; }

@media screen and (min-width: 751px) { .btn-style1__arrow { opacity: 0; -webkit-transform: translateX(-50px); -ms-transform: translateX(-50px); transform: translateX(-50px); -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
  .btn-style1:hover .btn-style1__arrow { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } }

@media screen and (max-width: 750px) { .btn-style1__text { font-size: 14px; }
  .btn-style1--w270 { width: 200px; }
  .btn-style1__arrow { width: 35px; right: -32px; } }

/* ANCHOR btn-style2 ------------------------------------*/
.btn-style2 { border-radius: 15px; height: 68px; line-height: 68px; padding-right: 40px; position: relative; max-width: 515px; width: 100%; display: inline-block; text-align: center; }

.btn-style2__text { display: inline-block; font-weight: bold; }

.btn-style2__arrow { position: absolute; right: 25px; top: 50%; margin-top: -5px; width: 6px; height: 10px; line-height: 0; }

.btn-style2__arrow img { vertical-align: middle; }

.btn-style2--green { background-color: #124734; color: #fff; }

@media screen and (min-width: 751px) { .btn-style2 { -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }
  .btn-style2:hover { opacity: .6; } }

@media screen and (max-width: 750px) { .btn-style2 { height: 50px; line-height: 50px; padding-right: 20px; }
  .btn-style2__text { padding-left: 20px; background-size: 15px auto; }
  .btn-style2__arrow { right: 10px; } }

/* ANCHOR btn-style3 ------------------------------------*/
.btn-style3 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; position: relative; padding: 7px 0; width: 180px; }

.btn-style3--bordergreeen { border: 1px solid #124734; color: #124734; }

.btn-style3--green { background-color: #124734; color: #fff; }

.btn-style3.ml-auto { margin-left: auto; }

.btn-style3.mr-auto { margin-right: auto; }

.btn-style3__text { font-weight: bold; font-size: 14px; letter-spacing: 0.05em; }

.btn-style3__arrow { display: block; line-height: 1; width: 27px; position: absolute; right: -25px; top: 7px; }

@media screen and (min-width: 751px) { .btn-style3__arrow { opacity: 0; -webkit-transform: translateX(-50px); -ms-transform: translateX(-50px); transform: translateX(-50px); -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
  .btn-style3:hover .btn-style3__arrow { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } }

@media screen and (max-width: 750px) { .btn-style3__text { font-size: 12px; } }

/* ANCHOR btn-download ------------------------------------*/
.btn-download { background-color: #124734; border-radius: 15px; color: #fff; display: block; max-width: 515px; width: 100%; margin: 0 auto; text-align: center; height: 68px; line-height: 68px; padding-right: 40px; position: relative; }

.btn-download__text { display: inline-block; color: #fff; font-weight: bold; padding-left: 35px; background: url(../img/shared/icon-download.png) no-repeat left center/25px auto; }

.btn-download__arrow { position: absolute; right: 25px; top: 50%; margin-top: -5px; width: 6px; height: 10px; line-height: 0; }

.btn-download__arrow img { vertical-align: middle; }

@media screen and (min-width: 751px) { .btn-download { -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }
  .btn-download:hover { opacity: .6; } }

@media screen and (max-width: 750px) { .btn-download { height: 50px; line-height: 50px; padding-right: 20px; }
  .btn-download__text { padding-left: 20px; background-size: 15px auto; }
  .btn-download__arrow { right: 10px; } }

/*--------------------------------------------
|
|  SECTION TABLE
|
--------------------------------------------*/
/* ANCHOR table-style1 ------------------------------------*/
.table-style1 { width: 100%; }

.table-style1 th { font-weight: bold; color: #124734; }

@media screen and (min-width: 751px) { .table-style1 { table-layout: fixed; }
  .table-style1 th { width: 260px; padding: 20px 0 20px 15px; }
  .table-style1 td { width: auto; padding: 20px 0; }
  .table-style1 th, .table-style1 td { border-bottom: 1px solid #dbdbdb; vertical-align: middle; }
  .table-style1 th.bordertop, .table-style1 td.bordertop { border-top: 1px solid #dbdbdb; } }

@media screen and (max-width: 750px) { .table-style1 { display: block; }
  .table-style1 tbody, .table-style1 tr, .table-style1 th, .table-style1 td { display: block; width: 100%; }
  .table-style1 th { padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #dbdbdb; }
  .table-style1 tr { padding: 10px 0; } }

/* ANCHOR table-style2 ------------------------------------*/
.table-style2 { width: 100%; }

.table-style2 th { font-weight: bold; color: #124734; }

@media screen and (min-width: 751px) { .table-style2 { table-layout: fixed; }
  .table-style2 th { width: 210px; padding: 20px 0 20px 20px; border-right: 15px solid #dee6e2; border-top: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb; }
  .table-style2 td { width: auto; padding: 20px 0 20px 40px; border-top: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb; } }

@media screen and (max-width: 750px) { .table-style2 { display: block; }
  .table-style2 tbody, .table-style2 tr, .table-style2 th, .table-style2 td { display: block; width: 100%; }
  .table-style2 th { padding-bottom: 5px; margin-bottom: 5px; border-bottom: 2px solid #dee6e2; }
  .table-style2 tr { padding: 10px 0; } }

/* FILE : /assets/sass/shared/_parts.scss  */
/* ANCHOR pagetitle ------------------------------------*/
.pagetitle { height: 336px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-repeat: no-repeat; background-position: center center; background-size: cover; }

.pagetitle__text { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; color: #fff; text-align: center; line-height: 1.7; }

.pagetitle__en { font-family: "IBM Plex Sans", sans-serif; font-size: 44px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; line-height: 1.1; display: inline-block; text-align: center; }

.pagetitle__ja { font-size: 20px; letter-spacing: 0.12em; font-weight: bold; }

.pagetitle__ja--large { font-size: 40px; letter-spacing: 0.12em; font-weight: bold; }

@media screen and (min-width: 751px) { .pagetitle { padding-top: 65px; }
  .pagetitle--about { background-image: url(../img/about/bg-pagetitle.jpg); }
  .pagetitle--company { background-image: url(../img/company/bg-pagetitle.jpg); }
  .pagetitle--mokkei { background-image: url(../img/mokkei/bg-pagetitle.jpg); }
  .pagetitle--sdgs { background-image: url(../img/sdgs/bg-pagetitle.jpg); }
  .pagetitle--contact { background-image: url(../img/contact/bg-pagetitle.jpg); }
  .pagetitle--recruit { background-image: url(../img/recruit/bg-pagetitle.jpg); }
  .pagetitle--shop { background-image: url(../img/shop/bg-pagetitle.jpg); }
  .pagetitle--media { background-image: url(../img/media/bg-pagetitle.jpg); }
  .pagetitle--sitemap { background-image: url(../img/sitemap/bg-pagetitle.jpg); }
  .pagetitle--privacy { background-image: url(../img/privacy/bg-pagetitle.jpg); } }

@media screen and (max-width: 750px) { .pagetitle { height: 170px; }
  .pagetitle__en { font-size: 30px; letter-spacing: 0; }
  .pagetitle__ja { font-size: 15px; letter-spacing: 0; }
  .pagetitle__ja--large { font-size: 25px; letter-spacing: 0; }
  .pagetitle--about { background-image: url(../img/about/bg-pagetitle--smt.jpg); }
  .pagetitle--company { background-image: url(../img/company/bg-pagetitle--smt.jpg); }
  .pagetitle--mokkei { background-image: url(../img/mokkei/bg-pagetitle--smt.jpg); }
  .pagetitle--sdgs { background-image: url(../img/sdgs/bg-pagetitle--smt.jpg); }
  .pagetitle--contact { background-image: url(../img/contact/bg-pagetitle--smt.jpg); }
  .pagetitle--recruit { background-image: url(../img/recruit/bg-pagetitle--smt.jpg); }
  .pagetitle--shop { background-image: url(../img/shop/bg-pagetitle--smt.jpg); }
  .pagetitle--media { background-image: url(../img/media/bg-pagetitle--smt.jpg); }
  .pagetitle--sitemap { background-image: url(../img/sitemap/bg-pagetitle--smt.jpg); }
  .pagetitle--privacy { background-image: url(../img/privacy/bg-pagetitle--smt.jpg); } }

/* ANCHOR bread ------------------------------------*/
.earthBg .bread { color: #fff; }

.bread { max-width: 1170px; padding-right: 15px; padding-left: 15px; padding-top: 20px; margin-left: auto; margin-right: auto; }

.bread__list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.bread__item { margin-right: 1em; line-height: 1; }

.bread__item:after { content: '>'; margin-left: 1em; font-size: 11px; }

.bread__item a { font-size: 11px; font-weight: bold; }

.bread .bread__item:last-child { margin-right: 0; }

.bread .bread__item:last-child:after { content: none; }

@media screen and (min-width: 751px) { .bread { height: 150px; }
  .bread a:hover { text-decoration: underline; } }

@media screen and (max-width: 750px) { .bread { padding-top: 10px; padding-bottom: 30px; }
  .bread__item { margin-right: 0.5em; }
  .bread__item:after { margin-left: 0.5em; } }

/* ANCHOR pager-anchor1 ------------------------------------*/
.pager-anchor1 { display: -webkit-box; display: -ms-flexbox; display: flex; max-width: 1120px; margin-left: auto; margin-right: auto; }

.pager-anchor1__item { background-color: #124734; border-radius: 17px; text-align: center; color: #fff; font-weight: bold; font-size: 18px; position: relative; padding: 20px 30px; }

.pager-anchor1__item:before { content: ''; display: block; width: 0; height: 0; border-top: 10px solid #fff; border-right: 6px solid transparent; border-left: 6px solid transparent; border-bottom: 0px solid transparent; position: absolute; left: 15px; top: 50%; margin-top: -5px; }

@media screen and (min-width: 751px) { .pager-anchor1__item { -webkit-transition: .2s background-color ease; -o-transition: .2s background-color ease; transition: .2s background-color ease; }
  .pager-anchor1__item--col4 { -webkit-box-flex: 0; -ms-flex: 0 0 23.5%; flex: 0 0 23.5%; max-width: 23.5%; margin-right: 2%; }
  .pager-anchor1__item:hover { background-color: #739a8b; }
  .pager-anchor1 .pager-anchor1__item--col4:nth-child(4n) { margin-right: 0; } }

@media screen and (max-width: 750px) { .pager-anchor1 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .pager-anchor1__item { font-size: 15px; padding: 12px 15px; letter-spacing: 0; }
  .pager-anchor1__item:before { border-top: 6px solid #fff; border-right: 4px solid transparent; border-left: 4px solid transparent; left: 10px; margin-top: -3px; }
  .pager-anchor1__item--col4 { -webkit-box-flex: 0; -ms-flex: 0 0 49%; flex: 0 0 49%; max-width: 49%; margin-top: 2%; margin-right: 2%; }
  .pager-anchor1 .pager-anchor1__item--col4:nth-child(1), .pager-anchor1 .pager-anchor1__item--col4:nth-child(2) { margin-top: 0; }
  .pager-anchor1 .pager-anchor1__item--col4:nth-child(2n) { margin-right: 0; } }

/* ANCHOR c-form ------------------------------------*/
.c-form input, .c-form textarea, .c-form select, .c-form option { font-size: 16px; }

.c-form__select { width: 100%; max-width: 200px; border: 2px solid #e0e0e0; padding: 15px 30px 15px 10px; border-radius: 8px; position: relative; text-align: center; }

.c-form__select:after { content: ''; display: block; border-top: 10px solid #3E3A39; border-right: 6px solid transparent; border-left: 6px solid transparent; border-bottom: 4px solid transparent; position: absolute; right: 10px; top: 50%; margin-top: -5px; }

.c-form__select__hidden { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; opacity: 0; }

.c-form__select.mw300 { max-width: 300px; }

.c-form__labels { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.c-form__labels > label { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin: 0 .5em .5em 0; }

.c-form__label { cursor: pointer; position: relative; padding-left: 20px; }

.c-form__label__input { position: absolute; left: 0; top: 6px; }

.c-form__radio { display: block; width: 14px; height: 14px; border-radius: 3px; border: 1px solid #e0e0e0; }

.c-form__radio:checked { background: #124734 url(../img/shared/icon-check.png) no-repeat center center/10px auto; }

.c-form__input { border: 2px solid #e0e0e0; padding: 15px 10px; border-radius: 8px; width: 100%; }

.c-form__textarea { border: 2px solid #e0e0e0; padding: 15px 10px; border-radius: 8px; width: 100%; height: 180px; }

.c-form__name { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; max-width: 490px; }

.c-form__name__input { -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; max-width: 48%; }

.c-form__zip { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; max-width: 420px; }

.c-form__zip__input { -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; max-width: 48%; }

.c-form__pref { width: 200px; }

.c-form__tel { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.c-form__tel__text { -webkit-box-flex: 0; -ms-flex: 0 0 32%; flex: 0 0 32%; max-width: 32%; }

.c-form__number { display: -webkit-box; display: -ms-flexbox; display: flex; }

.c-form__number__input { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; max-width: 200px; width: calc(100% - 35px); }

.c-form__number__text { -webkit-box-flex: 0; -ms-flex: 0 0 30px; flex: 0 0 30px; width: 30px; text-align: right; -ms-flex-item-align: end; align-self: flex-end; }

.c-form__submitbtn { display: block; background-color: #124734; width: 266px; height: 47px; line-height: 47px; color: #fff; text-align: center; margin: 0 auto; letter-spacing: 0.3em; font-size: 16px; font-weight: bold; border-radius: 24px; }

@media screen and (min-width: 751px) { .c-form__submitbtn { -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }
  .c-form__submitbtn:hover { opacity: .6; } }

/* ANCHOR c-table ------------------------------------*/
.c-table { width: 100%; }

.c-table__th { font-weight: bold; letter-spacing: 0; }

.c-table__th.required { position: relative; padding-right: 75px; }

.c-table__th.required:after { content: '必須'; display: block; background-color: #124734; text-align: center; width: 65px; height: 16px; line-height: 16px; color: #fff; font-size: 12px; border-radius: 3px; position: absolute; right: 0; top: 50%; margin-top: -8px; }

.c-table__th.any { position: relative; padding-right: 75px; }

.c-table__th.any:after { content: '任意'; display: block; background-color: #C1C1C1; text-align: center; width: 65px; height: 16px; line-height: 16px; color: #fff; font-size: 12px; border-radius: 3px; position: absolute; right: 0; top: 50%; margin-top: -8px; }

@media screen and (min-width: 751px) { .c-table { table-layout: fixed; margin-bottom: 60px; }
  .c-table th { padding-left: 10px; width: 320px; }
  .c-table td { padding-left: 50px; width: auto; padding-right: 150px; }
  .c-table th, .c-table td { padding-top: 5px; padding-bottom: 5px; vertical-align: middle; }
  .c-table tr.borderbottom th, .c-table tr.borderbottom td { border-bottom: 1px solid #dbdbdb; padding-top: 11px; padding-bottom: 11px; } }

@media screen and (min-width: 751px) and (max-width: 1024px) { .c-table td { padding-right: 30px; } }

@media screen and (max-width: 750px) { .c-table { margin-bottom: 20px; display: block; }
  .c-table tbody, .c-table tr, .c-table th, .c-table td { display: block; width: 100%; }
  .c-table th { padding: 5px 0; }
  .c-table tr { margin-bottom: 10px; }
  .c-table tr.borderbottom { border-bottom: 1px solid #dbdbdb; margin-bottom: 15px; padding-bottom: 15px; }
  .c-table__th { display: inline-block; }
  .c-table__th.required, .c-table__th.any { padding-right: 50px; }
  .c-table__th.required:after, .c-table__th.any:after { width: 40px; height: 16px; line-height: 16px; font-size: 11px; margin-top: -8px; } }

/* ANCHOR sdgs-block ------------------------------------*/
.sdgs-block { background-color: #fefef0; max-width: 756px; margin-left: auto; margin-right: auto; padding: 40px 10px; }

.sdgs-block__inner { max-width: 562px; margin-left: auto; margin-right: auto; }

/* ANCHOR contact-block ------------------------------------*/
.contact-block { background-color: #F1F1F1; max-width: 1080px; margin-left: auto; margin-right: auto; padding: 40px 10px; border-radius: 10px; margin-bottom: 140px; }

.contact-block__inner { max-width: 840px; margin-left: auto; margin-right: auto; }

@media screen and (max-width: 750px) { .contact-block { margin-bottom: 70px; } }

/* ANCHOR contact-flow ------------------------------------*/
.contact-flow { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; max-width: 1080px; margin-left: auto; margin-right: auto; }

.contact-flow__item { -webkit-box-flex: 0; -ms-flex: 0 0 32%; flex: 0 0 32%; max-width: 32%; text-align: center; background-color: #DFE6E3; border-radius: 10px; padding: 15px 5px; 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; text-align: center; }

.contact-flow__item i { color: #124734; font-family: "IBM Plex Sans", sans-serif; letter-spacing: 0; display: inline-block; margin-right: .5em; }

.contact-flow__item span { font-weight: bold; }

.contact-flow__item.current { background-color: #124734; }

.contact-flow__item.current i { color: #fff; }

.contact-flow__item.current span { color: #fff; }

@media screen and (max-width: 750px) { .contact-flow__item { padding: 10px 3px; font-size: 12px; } }

/* ANCHOR about-message ------------------------------------*/
.about-message { overflow: hidden; padding-bottom: 80px; }

.about-message__container { background: url(../img/about/bg-about-message.jpg) no-repeat center center/cover; }

@media screen and (min-width: 751px) { .about-message { position: relative; }
  .about-message__container { padding-top: 50px; height: 738px; } }

@media screen and (max-width: 750px) { .about-message__container { padding-top: 30px; background: #fff url(../img/about/bg-about-message.jpg) no-repeat center bottom/130% auto; padding-bottom: 70%; position: relative; }
  .about-message .h2-title1:after { background-color: #124734; }
  .about-message .h2-title1__ja { color: #124734; }
  .about-message .h2-title1__en { color: #646160; } }

/* ANCHOR about-block ------------------------------------*/
.about-block__text { line-height: 1.4; font-size: 15px; }

.about-block__name { line-height: 1; text-align: right; }

.about-block__name small { font-size: 16px; display: inline-block; margin-right: 0.3em; }

.about-block__name span { font-size: 24px; }

@media screen and (min-width: 751px) { .about-block { position: relative; }
  .about-block__text { margin-left: 30px; max-width: 600px; padding: 20px; background-color: rgba(255, 255, 255, 0.8); }
  .about-block__name { margin-top: 20px; } }

@media screen and (min-width: 751px) and (max-width: 900px) { .about-block__text { margin-top: -30px; margin-right: 210px; margin-left: 10px; } }

@media screen and (max-width: 750px) { .about-block__text { font-size: 14px; padding: 20px; background-color: rgba(255, 255, 255, 0.6); }
  .about-block__name { margin-top: 15px; }
  .about-block__name small { font-size: 14px; }
  .about-block__name span { font-size: 20px; } }

@media screen and (max-width: 360px) { .about-block__name { bottom: 30px; } }

/* ANCHOR shoplist ------------------------------------*/
.shoplist__item { padding: 20px 0; border-bottom: 1px solid #dbdbdb; }

.shoplist__name { font-weight: bold; color: #124734; font-size: 18px; }

.shoplist__info { letter-spacing: 0; }

.shoplist__info a { color: #7d7d7d; }

.shoplist__tel { letter-spacing: 0; }

@media screen and (min-width: 751px) { .shoplist__item { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .shoplist__name { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; text-align: center; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; }
  .shoplist__info { -webkit-box-flex: 0; -ms-flex: 0 0 46%; flex: 0 0 46%; max-width: 46%; padding-right: 1%; }
  .shoplist__info a:hover { text-decoration: underline; }
  .shoplist__tel { -webkit-box-flex: 0; -ms-flex: 0 0 34%; flex: 0 0 34%; max-width: 34%; -ms-flex-item-align: end; align-self: flex-end; } }

@media screen and (max-width: 750px) { .shoplist__name { margin-bottom: 0.5em; }
  .shoplist__info p { padding-bottom: .5em; } }

/* ANCHOR medialist ------------------------------------*/
.medialist { margin-top: 15px; }

.medialist__item { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 1em; }

.medialist__date { font-size: 15px; -webkit-box-flex: 0; -ms-flex: 0 0 150px; flex: 0 0 150px; width: 150px; }

.medialist__icon { -webkit-box-flex: 0; -ms-flex: 0 0 30px; flex: 0 0 30px; width: 30px; line-height: 1; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.medialist__icon img { width: 20px; }

.medialist__category { -webkit-box-flex: 0; -ms-flex: 0 0 65px; flex: 0 0 65px; width: 65px; height: 16px; line-height: 16px; border-radius: 3px; text-align: center; color: #fff; font-size: 12px; }

.medialist__text { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; width: calc(100% - 245px); padding-left: 60px; }

@media screen and (min-width: 751px) { .medialist__text:hover { text-decoration: underline; } }

@media screen and (max-width: 750px) { .medialist__item { -ms-flex-wrap: wrap; flex-wrap: wrap; padding-bottom: 20px; }
  .medialist__text { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; padding-left: 0; margin-top: 5px; } }

/* ANCHOR sitemaplist ------------------------------------*/
.sitemaplist__box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; line-height: 1; }

.sitemaplist__box__item { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; position: relative; padding-left: 17px; padding-right: 20px; }

.sitemaplist__box__arrow { position: absolute; line-height: 0; width: 6px; left: 0; top: 50%; margin-top: -6px; height: 12px; }

.sitemaplist__item { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border: 1px solid #666464; padding: 10px 25px 10px 45px; }

.sitemaplist__arrow { position: absolute; line-height: 0; width: 6px; left: 30px; top: 50%; margin-top: -6px; }

.sitemaplist__ja { color: #666464; }

.sitemaplist__en { font-family: "IBM Plex Sans", sans-serif; color: #666464; }

@media screen and (min-width: 751px) { .sitemaplist { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .sitemaplist__item, .sitemaplist__box { -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; width: 48%; margin-top: 20px; }
  .sitemaplist__item { -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }
  .sitemaplist__item:hover { opacity: .6; }
  .sitemaplist__box { padding-left: 20px; padding-right: 20px; }
  .sitemaplist__box__item { -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }
  .sitemaplist__box__item:hover { opacity: .6; } }

@media screen and (max-width: 750px) { .sitemaplist__item { margin-bottom: 20px; }
  .sitemaplist__box { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .sitemaplist__box__item { margin-top: 10px; } }

/* FILE : /assets/sass/pages/_top.scss  */
/* ANCHOR t-section ------------------------------------*/
.t-section { overflow: hidden; }

/* ANCHOR t-title ------------------------------------*/
.t-title { position: relative; z-index: 1; text-align: center; padding-top: 105px; margin-bottom: 15px; }

.t-title__ja { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #ECF0EE; height: 52px; width: 418px; margin: 0 auto; position: relative; z-index: 2; color: #A8A8A8; text-align: center; font-weight: bold; font-size: 22px; }

.t-title__en { line-height: 1; color: rgba(18, 71, 52, 0.05); position: absolute; z-index: 1; top: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); text-align: center; font-family: "IBM Plex Sans", sans-serif; font-style: italic; font-size: 280px; white-space: nowrap; }

@media screen and (max-width: 750px) { .t-title { padding-top: 35px; margin-bottom: 10px; }
  .t-title__ja { width: 280px; height: 36px; font-size: 18px; }
  .t-title__en { font-size: 100px; } }

@media screen and (max-width: 450px) { .t-title { padding-top: 16px; }
  .t-title__ja { font-size: 15px; height: 24px; width: 150px; }
  .t-title__en { font-size: 60px; } }

/* ANCHOR t-content ------------------------------------*/
.t-content { position: relative; z-index: 2; }

/* ANCHOR t-desc ------------------------------------*/
.t-desc { text-align: center; font-size: 45px; font-weight: bold; margin-bottom: 80px; }

.t-desc em { color: #124734; display: inline-block; position: relative; }

.t-desc em:after { content: ''; display: block; height: 4px; width: 100%; position: absolute; left: 0; bottom: 5px; background-color: #124734; }

@media screen and (max-width: 750px) { .t-desc { font-size: 20px; margin-bottom: 40px; }
  .t-desc em:after { height: 2px; } }

@media screen and (max-width: 450px) { .t-desc { font-size: 18px; } }

/* ANCHOR t-kv ------------------------------------*/
.t-kv { position: relative; }

.t-kv__bg { position: relative; z-index: 1; height: 100vh; opacity: 0; -webkit-transition: 1s opacity ease; -o-transition: 1s opacity ease; transition: 1s opacity ease; overflow: hidden; }

.t-kv__bg img { -o-object-position: top; object-position: top; font-family: 'object-fit:cover;object-position:top;'; min-height: 950px; }

.t-kv__bg.fadein { opacity: 1; }

.t-kv__bg.fadein img { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }

.t-kv__bg img { -webkit-transition: 20s -webkit-transform ease; transition: 20s -webkit-transform ease; -o-transition: 20s transform ease; transition: 20s transform ease; transition: 20s transform ease, 20s -webkit-transform ease; }

.t-kv.fadein .t-kv__catch__ja1 { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); -webkit-filter: blur(0); filter: blur(0); opacity: 1; }

.t-kv.fadein .t-kv__catch__ja2 { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); -webkit-filter: blur(0); filter: blur(0); opacity: 1; }

.t-kv.fadein .t-kv__catch__en { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); -webkit-filter: blur(0); filter: blur(0); opacity: 1; }

.t-kv__catch { position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.t-kv__catch__img { -webkit-box-flex: 0; -ms-flex: 0 0 1094px; flex: 0 0 1094px; width: 1094px; text-align: center; }

.t-kv__catch__img .text {
	width: 100%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}
.t-kv__catch__img .text01,
.t-kv__catch__img .text02 {
    font-size: 10.0rem;
    letter-spacing: .08em;
}
.t-kv__catch__img .text03 {
    font-size: 4.0rem;
    letter-spacing: .04em;
}
@media screen and (max-width: 1366px) { 
	.t-kv__catch__img .text01,
	.t-kv__catch__img .text02 {
	    font-size: 6.0rem;
	}
	.t-kv__catch__img .text03 {
	    font-size: 2.4rem;
	}
}
@media screen and (max-width: 750px) {
	.t-kv__catch__img .text01 {
		margin: 0;
	}
	.t-kv__catch__img .text01,
	.t-kv__catch__img .text02 {
	    font-size: 3.8rem;
        line-height: 1.4;
        letter-spacing: .15em;
	}
	.t-kv__catch__img .text03 {
        font-size: 2.2rem;
        line-height: 1.4;
	}
}

.t-kv__catch__ja1 { opacity: 0; display: block; margin-bottom: 30px; -webkit-transform: translateY(-30px); -ms-transform: translateY(-30px); transform: translateY(-30px); -webkit-filter: blur(30px); filter: blur(30px); -webkit-transition: 3s opacity ease,3s -webkit-transform ease,3s -webkit-filter ease; transition: 3s opacity ease,3s -webkit-transform ease,3s -webkit-filter ease; -o-transition: 3s transform ease,3s filter ease,3s opacity ease; transition: 3s transform ease,3s filter ease,3s opacity ease; transition: 3s transform ease,3s filter ease,3s opacity ease,3s -webkit-transform ease,3s -webkit-filter ease; }

.t-kv__catch__ja2 { opacity: 0; display: block; margin-bottom: 50px; -webkit-transform: translateY(-30px); -ms-transform: translateY(-30px); transform: translateY(-30px); -webkit-filter: blur(30px); filter: blur(30px); -webkit-transition: 3s opacity ease 3s,3s -webkit-transform ease 3s,3s -webkit-filter ease 3s; transition: 3s opacity ease 3s,3s -webkit-transform ease 3s,3s -webkit-filter ease 3s; -o-transition: 3s transform ease 3s,3s filter ease 3s,3s opacity ease 3s; transition: 3s transform ease 3s,3s filter ease 3s,3s opacity ease 3s; transition: 3s transform ease 3s,3s filter ease 3s,3s opacity ease 3s,3s -webkit-transform ease 3s,3s -webkit-filter ease 3s; }

.t-kv__catch__en { opacity: 0; width: 800px; -webkit-transform: translateY(-30px); -ms-transform: translateY(-30px); transform: translateY(-30px); -webkit-filter: blur(30px); filter: blur(30px); -webkit-transition: 3s opacity ease 6s,3s -webkit-transform ease 6s,3s -webkit-filter ease 6s; transition: 3s opacity ease 6s,3s -webkit-transform ease 6s,3s -webkit-filter ease 6s; -o-transition: 3s transform ease 6s,3s filter ease 6s,3s opacity ease 6s; transition: 3s transform ease 6s,3s filter ease 6s,3s opacity ease 6s; transition: 3s transform ease 6s,3s filter ease 6s,3s opacity ease 6s,3s -webkit-transform ease 6s,3s -webkit-filter ease 6s; }

@media screen and (max-width: 1366px) { .t-kv__catch__img { -webkit-box-flex: 0; -ms-flex: 0 0 656.4px; flex: 0 0 656.4px; width: 656.4px; }
  .t-kv__catch__ja1 { margin-bottom: 18px; }
  .t-kv__catch__ja2 { margin-bottom: 30px; }
  .t-kv__catch__en { width: 480px; } }

@media screen and (min-width: 751px) { .t-kv__bg { min-height: 620px; } }

@media screen and (max-width: 750px) { .t-kv__bg { height: 100vh; }
  .t-kv__bg img { min-height: 760px; }
  .t-kv__catch__img { -webkit-box-flex: 0; -ms-flex: 0 0 328.2px; flex: 0 0 328.2px; width: 328.2px; }
  .t-kv__catch__ja1 { margin-bottom: 20px; margin-left: auto; margin-right: auto; width: 250px; }
  .t-kv__catch__ja2 { margin-bottom: 45px; margin-left: auto; margin-right: auto; width: 220px; }
  .t-kv__catch__en { width: 240px; } }

@media screen and (max-width: 360px) { .t-kv__catch__img { -webkit-box-flex: 0; -ms-flex: 0 0 218.8px; flex: 0 0 218.8px; width: 218.8px; }
  .t-kv__catch__ja1 { margin-bottom: 20px; }
  .t-kv__catch__en { width: 160px; } }

@supports (-ms-ime-align: auto) { .t-kv__svg path { fill: none; } }

/* ANCHOR t-mess ------------------------------------*/
.t-mess { padding: 70px 0; }

.t-mess__text { text-align: center; color: #4d4d4d; font-size: 22px; line-height: 2.5; letter-spacing: 0.1em; margin-bottom: 50px; }

@media screen and (max-width: 750px) { .t-mess { padding: 30px 0; }
  .t-mess__text { font-size: 15px; line-height: 2; margin-bottom: 30px; } }

/* ANCHOR t-biz ------------------------------------*/
.t-biz { padding: 70px 0 120px; overflow: hidden; }

.t-biz__item--left .t-biz__block:after { left: 10px; border-left: 1px solid #124734; }

.t-biz__item--right .t-biz__block:after { right: 10px; border-right: 1px solid #124734; }

.t-biz__block { background-color: rgba(255, 255, 255, 0.5); position: relative; }

.t-biz__block:after { content: ''; display: block; width: 20px; height: 20px; position: absolute; bottom: 10px; border-bottom: 1px solid #124734; }

.t-biz__title span { display: block; }

.t-biz__title__ja { font-size: 16px; font-weight: bold; color: #4d4d4d; }

.t-biz__title__en { color: #124734; font-family: "IBM Plex Sans", sans-serif; font-size: 30px; letter-spacing: 0.04em; }

.t-biz__text { font-size: 20px; letter-spacing: 0.1em; }

.t-biz__img img { display: block; position: relative; z-index: 2; -webkit-transform-origin: right; -ms-transform-origin: right; transform-origin: right; -webkit-transition: all .15s ease; -o-transition: all .15s ease; transition: all .15s ease; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); }

.t-biz__img i { overflow: hidden; position: absolute; display: block; z-index: 3; width: 100%; height: 100%; top: 0; left: 0; }

.t-biz__img i:after { content: ''; display: block; position: absolute; top: 0; left: 10%; width: 100%; height: 100%; background-color: #124734; -webkit-transform-origin: right; -ms-transform-origin: right; transform-origin: right; -webkit-transition: -webkit-transform .15s ease; transition: -webkit-transform .15s ease; -o-transition: transform .15s ease; transition: transform .15s ease; transition: transform .15s ease, -webkit-transform .15s ease; -webkit-transform: skewX(10deg) scaleX(0); -ms-transform: skewX(10deg) scaleX(0); transform: skewX(10deg) scaleX(0); }

.t-biz__img:after { content: ''; z-index: 1; display: block; position: absolute; width: 100%; height: 100%; background-color: rgba(18, 71, 52, 0.2); }

.t-biz__img.first img { -webkit-transform: scaleX(1); -ms-transform: scaleX(1); transform: scaleX(1); }

.t-biz__img.first i:after { -webkit-transform: skewX(10deg) scaleX(1.2); -ms-transform: skewX(10deg) scaleX(1.2); transform: skewX(10deg) scaleX(1.2); }

.t-biz__img.first.second i:after { left: -10%; -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; }

.t-biz__img.first.second.third i:after { -webkit-transform: skewX(10deg) scaleX(0); -ms-transform: skewX(10deg) scaleX(0); transform: skewX(10deg) scaleX(0); }

@media screen and (min-width: 751px) { .t-biz__item { width: 50%; min-width: 600px; height: 400px; padding-top: 110px; position: relative; }
  .t-biz__item--left { padding-left: 130px; }
  .t-biz__item--left .t-biz__img { left: 0; }
  .t-biz__item--left .t-biz__img:after { right: -15px; }
  .t-biz__item--left .t-biz__block { margin-left: auto; }
  .t-biz__item--left .t-biz__title span { text-align: right; }
  .t-biz__item--left .t-biz__title__ja:after { right: 0; }
  .t-biz__item--left .t-biz__block { padding-right: 40px; }
  .t-biz__item--left .t-biz__text p { text-align: right; }
  .t-biz__item--right { padding-right: 130px; margin-left: auto; }
  .t-biz__item--right .t-biz__img { right: 0; }
  .t-biz__item--right .t-biz__img:after { left: -15px; }
  .t-biz__item--right .t-biz__block { padding-left: 40px; }
  .t-biz__item--right .t-biz__title__ja:after { left: 0; }
  .t-biz__block { width: 470px; height: 285px; position: relative; z-index: 2; padding-top: 30px; }
  .t-biz__img { position: absolute; z-index: 1; top: 0; }
  .t-biz__img:after { bottom: -15px; }
  .t-biz__title { margin-bottom: 20px; }
  .t-biz__title__ja { position: relative; }
  .t-biz__title__ja:after { content: ''; display: block; width: 500px; height: 1px; background-color: #124734; position: absolute; bottom: 0; } }

@media screen and (max-width: 750px) { .t-biz { padding: 30px 0; }
  .t-biz__item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 15px 0; }
  .t-biz__item--left .t-biz__img { margin-left: -40%; }
  .t-biz__item--left .t-biz__img:after { left: -5px; }
  .t-biz__item--left .t-biz__title span { text-align: right; }
  .t-biz__item--left .t-biz__text p { text-align: right; }
  .t-biz__item--right { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
  .t-biz__item--right .t-biz__block { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .t-biz__item--right .t-biz__img { margin-right: -40%; }
  .t-biz__item--right .t-biz__img:after { right: -5px; }
  .t-biz__title { margin-bottom: 10px; }
  .t-biz__title__ja { font-size: 13px; position: relative; }
  .t-biz__title__ja:after { content: ''; display: block; width: 100%; height: 1px; background-color: #124734; position: absolute; bottom: 0; }
  .t-biz__title__en { font-size: 18px; }
  .t-biz__text { font-size: 15px; }
  .t-biz__block { -webkit-box-flex: 0; -ms-flex: 0 0 70%; flex: 0 0 70%; width: 70%; min-width: 300px; position: relative; z-index: 2; padding: 30px 10px; background-color: rgba(255, 255, 255, 0.7); }
  .t-biz__img { -webkit-box-flex: 0; -ms-flex: 0 0 70%; flex: 0 0 70%; max-width: 70%; position: relative; z-index: 1; }
  .t-biz__img:after { bottom: -5px; } }

@media screen and (max-width: 360px) { .t-biz__item--left .t-biz__img { margin-left: -60%; }
  .t-biz__item--right .t-biz__img { margin-right: -60%; }
  .t-biz__img { -webkit-box-flex: 0; -ms-flex: 0 0 90%; flex: 0 0 90%; max-width: 90%; } }

/* ANCHOR t-about ------------------------------------*/
.t-about { padding: 70px 0 30px; position: relative; }

.t-about__bg { position: absolute; width: 100%; z-index: 0; left: 0; background: url(../img/top/bg-about1.jpg) no-repeat center center/cover; }

.t-about__item { background-color: #fff; }

.t-about__item.display .t-about__img, .t-about__item.display .t-about__title, .t-about__item.display .t-about__text { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

.t-about__list { max-width: 1260px; margin-left: auto; margin-right: auto; -webkit-transform-origin: right; -ms-transform-origin: right; transform-origin: right; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }

.t-about__list.display { -webkit-transform: scaleX(1); -ms-transform: scaleX(1); transform: scaleX(1); }

.t-about__img { height: 265px; display: block; opacity: 0; -webkit-transform: translateY(5px); -ms-transform: translateY(5px); transform: translateY(5px); -webkit-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; }

.t-about__title { font-weight: bold; font-size: 20px; opacity: 0; -webkit-transform: translateY(5px); -ms-transform: translateY(5px); transform: translateY(5px); -webkit-transition: all .4s ease .15s; -o-transition: all .4s ease .15s; transition: all .4s ease .15s; }

.t-about__text { font-size: 12px; color: #666; opacity: 0; -webkit-transform: translateY(5px); -ms-transform: translateY(5px); transform: translateY(5px); -webkit-transition: all .4s ease .3s; -o-transition: all .4s ease .3s; transition: all .4s ease .3s; }

@media screen and (min-width: 751px) { .t-about__bg { height: calc(100% - 350px); top: 250px; }
  .t-about__list { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .t-about__list .t-about__item:last-child { border-right: none; }
  .t-about__item { -webkit-box-flex: 1; -ms-flex: 1 1 33.33%; flex: 1 1 33.33%; width: 33.33%; max-width: 33.33%; border-right: 1px solid #C1C1C1; }
  .t-about__content { padding: 50px 10px; }
  .t-about__title { max-width: 310px; margin-left: auto; margin-right: auto; margin-bottom: 15px; }
  .t-about__title a { -webkit-transition: .3s color ease; -o-transition: .3s color ease; transition: .3s color ease; }
  .t-about__title a:hover { color: #124734; }
  .t-about__text { max-width: 310px; margin-left: auto; margin-right: auto; }
  .t-about__text a { -webkit-transition: .3s color ease; -o-transition: .3s color ease; transition: .3s color ease; }
  .t-about__text a:hover { color: #124734; }
  .t-about__img { overflow: hidden; }
  .t-about__img img { -webkit-transition: .3s transform ease; -o-transition: .3s transform ease; transition: .3s transform ease; -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; }
  .t-about__img:hover img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); } }

@media screen and (max-width: 750px) { .t-about { padding: 40px 0 30px; }
  .t-about__bg { background: url(../img/top/bg-about1--smt.jpg) no-repeat center center/cover; height: calc(100% - 300px); top: 100px; }
  .t-about__list { margin-left: auto; margin-right: auto; max-width: 530px; padding-left: 15px; padding-right: 15px; }
  .t-about__item { margin-top: 30px; }
  .t-about__content { padding: 20px 10px; }
  .t-about__title { font-size: 16px; } }

@media screen and (max-width: 360px) { .t-about__img { height: 200px; } }

/* ANCHOR t-media ------------------------------------*/
.t-media { padding: 70px 0; }

.t-media .t-title { margin-bottom: 180px; }

.t-media .t-content { padding-right: 15px; padding-left: 15px; }

.t-media__list { max-width: 1013px; margin-left: auto; margin-right: auto; margin-bottom: 70px; border-top: 1px solid #C1C1C1; }

.t-media__item { border-bottom: 1px solid #C1C1C1; padding: 30px 30px; display: -webkit-box; display: -ms-flexbox; display: flex; }

.t-media__date { -webkit-box-flex: 0; -ms-flex: 0 0 160px; flex: 0 0 160px; width: 160px; margin-right: 40px; text-align: right; font-size: 14px; color: #A8A8A8; }

.t-media__link { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding-right: 20px; width: calc(100% - 200px); position: relative; }

.t-media__link__arrow { display: block; position: absolute; width: 4px; height: 9px; right: 0; top: 50%; line-height: 0; margin-top: -4px; }

.t-media__link__arrow img { vertical-align: middle; }

.t-media__link__text { font-size: 16px; letter-spacing: 0.1em; color: #3E3A39; }

@media screen and (min-width: 751px) { .t-media__link__arrow { -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
  .t-media__link:hover .t-media__link__arrow { -webkit-transform: translateX(5px); -ms-transform: translateX(5px); transform: translateX(5px); }
  .t-media__link:hover .t-media__link__text { text-decoration: underline; } }

@media screen and (max-width: 1024px) { .t-media__date { -webkit-box-flex: 0; -ms-flex: 0 0 100px; flex: 0 0 100px; width: 100px; margin-right: 20px; }
  .t-media__link { width: calc(100% - 120px); } }

@media screen and (max-width: 750px) { .t-media { padding: 40px 0; }
  .t-media .t-title { margin-bottom: 50px; }
  .t-media__item { padding: 20px 10px; }
  .t-media__list { margin-bottom: 40px; }
  .t-media__date { -webkit-box-flex: 0; -ms-flex: 0 0 80px; flex: 0 0 80px; width: 80px; margin-right: 15px; }
  .t-media__link { width: calc(100% - 95px); }
  .t-media__link__text { font-size: 14px; } }

@media screen and (max-width: 450px) { .t-media__item { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .t-media__date { text-align: left; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; margin-right: 0; font-size: 12px; }
  .t-media__link { margin-top: 5px; width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; } }

/* FILE : /assets/sass/pages/_company.scss  */
/* ANCHOR company-dllist1 ------------------------------------*/
.company-dllist1 { display: -webkit-box; display: -ms-flexbox; display: flex; }

.company-dllist1 dt { -webkit-box-flex: 0; -ms-flex: 0 0 6em; flex: 0 0 6em; }

.company-dllist1 dd { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; width: calc(100% - 6em); }

/* ANCHOR company-dllist2 ------------------------------------*/
.company-dllist2 dt { font-weight: bold; color: #124734; }

@media screen and (min-width: 751px) { .company-dllist2 { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .company-dllist2 dt { -webkit-box-flex: 0; -ms-flex: 0 0 15em; flex: 0 0 15em; }
  .company-dllist2 dd { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; width: calc(100% - 15em); } }

@media screen and (max-width: 750px) { .company-dllist2 { margin-bottom: 10px; } }

/* ANCHOR company-map ------------------------------------*/
.company-map { border: 1px solid #cccccc; padding: 15px; margin-bottom: 25px; }

.company-map iframe, .company-map > div { width: 100%; height: 590px; line-height: 1; }

@media screen and (max-width: 750px) { .company-map { padding: 10px; margin-bottom: 15px; }
  .company-map iframe, .company-map > div { height: 400px; } }

/* ANCHOR company-access ------------------------------------*/
.company-access { background-color: #dee6e2; border-radius: 15px; padding: 50px; }

.company-access h3 { color: #124734; font-size: 18px; margin-bottom: 5px; font-weight: bold; }

.company-access table { width: 100%; }

.company-access table th { width: 100px; padding: 5px 0; }

.company-access table td { width: auto; padding: 5px 0; }

@media screen and (min-width: 751px) { .company-access { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .company-access__item { -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; max-width: 48%; } }

@media screen and (max-width: 750px) { .company-access { padding: 20px; }
  .company-access__item { margin-bottom: 1em; }
  .company-access h3 { font-size: 16px; } }

/* ANCHOR company-block ------------------------------------*/
.company-block__img { text-align: center; }

.company-block__img figcaption { text-align: center; font-size: 12px; line-height: 1.7; color: #646160; font-weight: bold; margin-top: 5px; }

@media screen and (min-width: 751px) { .company-block { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .company-block__text { -webkit-box-flex: 0; -ms-flex: 0 0 72.64%; flex: 0 0 72.64%; max-width: 72.64%; }
  .company-block__img { -webkit-box-flex: 0; -ms-flex: 0 0 25.6%; flex: 0 0 25.6%; max-width: 25.64%; } }

@media screen and (max-width: 750px) { .company-block__img { margin-top: 30px; } }

/* FILE : /assets/sass/pages/_mokkei.scss  */
/* ANCHOR mokkei-title1 ------------------------------------*/
.mokkei-title1 { color: #124734; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.mokkei-title1__number { font-size: 24px; font-weight: bold; -webkit-box-flex: 0; -ms-flex: 0 0 1em; flex: 0 0 1em; }

.mokkei-title1__text { font-size: 18px; font-weight: bold; -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; max-width: calc(100% - 1em); -ms-flex-item-align: end; align-self: flex-end; padding-bottom: 5px; }

/* ANCHOR mokkei-block1 ------------------------------------*/
.mokkei-block1__movie { width: 100%; padding-top: 56.25%; position: relative; }

.mokkei-block1__movie iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media screen and (min-width: 751px) { .mokkei-block1 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .mokkei-block1__item1 { -webkit-box-flex: 0; -ms-flex: 0 0 69%; flex: 0 0 69%; max-width: 69%; }
  .mokkei-block1__item2 { -webkit-box-flex: 0; -ms-flex: 0 0 23%; flex: 0 0 23%; max-width: 23%; } }

@media screen and (max-width: 750px) { .mokkei-block1__item2 { margin-top: 20px; } }

/* ANCHOR mokkei-map ------------------------------------*/
.mokkei-map { max-width: 980px; height: 430px; margin-left: auto; margin-right: auto; }

.mokkei-map iframe { width: 100%; height: 100%; }

/* FILE : /assets/sass/pages/_recruit.scss  */
/* ANCHOR recruit-block ------------------------------------*/
.recruit-block { background: url(../img/recruit/bg1.jpg) no-repeat center center/cover; padding-right: 15px; padding-left: 15px; }

.recruit-block__inner { max-width: 785px; margin-left: auto; margin-right: auto; color: #fff; line-height: 2.2; }

@media screen and (min-width: 751px) { .recruit-block { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; height: 760px; }
  .recruit-block__inner { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; } }

@media screen and (max-width: 750px) { .recruit-block { background: url(../img/recruit/bg1--smt.jpg) no-repeat center center/cover; padding-top: 40px; padding-bottom: 40px; } }

/* FILE : /assets/sass/pages/_business.scss  */
/* ANCHOR biz-section ------------------------------------*/
.biz-section { max-width: 1700px; margin-left: auto; margin-right: auto; margin-bottom: 130px; padding: 40px 50px; position: relative; }

.biz-section:after { content: ''; position: absolute; z-index: 1; display: block; height: 100%; top: 0; background-color: #fff; }

.biz-section dl { background-color: #f3f7f5; border-radius: 15px; padding: 30px; margin-top: 20px; }

.biz-section dt { color: #124734; font-weight: bold; margin-bottom: 1em; }

.biz-section dd { padding-left: 10px; position: relative; }

.biz-section dd:before { content: ''; width: 3px; height: 13px; background-color: #124734; position: absolute; left: 0; top: 5px; }

.biz-section__text { position: relative; z-index: 2; }

.biz-section__img { position: relative; overflow: hidden; z-index: 3; }

.biz-section__img img { display: block; position: relative; z-index: 2; -webkit-transform-origin: right; -ms-transform-origin: right; transform-origin: right; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); }

.biz-section__img i { overflow: hidden; position: absolute; display: block; z-index: 3; width: 100%; height: 100%; top: 0; left: 0; }

.biz-section__img i:after { content: ''; display: block; position: absolute; top: 0; left: 10%; width: 100%; height: 100%; background-color: #124734; -webkit-transform-origin: right; -ms-transform-origin: right; transform-origin: right; -webkit-transform: skewX(10deg) scaleX(0); -ms-transform: skewX(10deg) scaleX(0); transform: skewX(10deg) scaleX(0); -webkit-transition: -webkit-transform .5s ease; transition: -webkit-transform .5s ease; -o-transition: transform .5s ease; transition: transform .5s ease; transition: transform .5s ease, -webkit-transform .5s ease; }

.biz-section__img:after { content: ''; z-index: 1; display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(18, 71, 52, 0.2); }

.biz-section__img.first i:after { -webkit-transform: skewX(10deg) scaleX(1.2); -ms-transform: skewX(10deg) scaleX(1.2); transform: skewX(10deg) scaleX(1.2); }

.biz-section__img.first.second img { -webkit-transform: scaleX(1) translateX(20px); -ms-transform: scaleX(1) translateX(20px); transform: scaleX(1) translateX(20px); opacity: 0; }

.biz-section__img.first.second i:after { left: -10%; -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; }

.biz-section__img.first.second.third img { -webkit-transition: opacity 1.2s ease,-webkit-transform 1.2s ease; transition: opacity 1.2s ease,-webkit-transform 1.2s ease; -o-transition: transform 1.2s ease,opacity 1.2s ease; transition: transform 1.2s ease,opacity 1.2s ease; transition: transform 1.2s ease,opacity 1.2s ease,-webkit-transform 1.2s ease; opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }

.biz-section__img.first.second.third i:after { -webkit-transform: skewX(10deg) scaleX(0); -ms-transform: skewX(10deg) scaleX(0); transform: skewX(10deg) scaleX(0); }

@media screen and (min-width: 1271px) { .biz-section:after { width: 1270px; left: 50%; margin-left: -635px; } }

@media screen and (max-width: 1270px) { .biz-section:after { width: 100%; left: 0; } }

@media screen and (min-width: 751px) { .biz-section { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
  .biz-section__img { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; height: 420px; }
  .biz-section__text { -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% - 30px); flex: 0 0 calc(50% - 30px); }
  .biz-section--imgright { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
  .biz-section--imgright .biz-section__text { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; margin-right: 30px; max-width: 550px; padding-left: 15px; }
  .biz-section--imgright .biz-section__img { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .biz-section--imgleft .biz-section__text { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-left: 80px; max-width: 510px; padding-right: 15px; -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% - 80px); flex: 0 0 calc(50% - 80px); }
  .biz-section--imgleft .biz-section__img { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } }

@media screen and (min-width: 751px) and (max-width: 1366px) { .biz-section--imgleft .biz-section__text { margin-left: 30px; -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% - 30px); flex: 0 0 calc(50% - 30px); } }

@media screen and (max-width: 750px) { .biz-section { margin-bottom: 50px; padding: 40px 15px; }
  .biz-section dl { padding: 15px; }
  .biz-section__text { padding-right: 15px; padding-left: 15px; margin-bottom: 20px; } }

/* ANCHOR biz-title ------------------------------------*/
.biz-title { padding-left: 60px; position: relative; margin-bottom: 50px; }

.biz-title:before { content: ''; display: block; width: 5px; height: 100%; background-color: #124734; position: absolute; top: 0; left: 0; -webkit-transform: scaleY(0); -ms-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: top; -ms-transform-origin: top; transform-origin: top; -webkit-animation-name: line; animation-name: line; -webkit-animation-duration: 3s; animation-duration: 3s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }

.biz-title__number { color: #124734; font-weight: bold; font-size: 30px; position: absolute; left: 15px; top: 5px; line-height: 1; -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; letter-spacing: 0; }

.biz-title__ja { font-size: 26px; color: #124734; font-weight: bold; letter-spacing: 0.06em; -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; display: inline-block; margin-right: 0.3em; }

.biz-title__en { font-size: 12px; font-weight: bold; letter-spacing: 0.06em; color: #646160; -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; text-transform: uppercase; display: inline-block; }

@media screen and (max-width: 750px) { .biz-title { margin-bottom: 20px; padding-left: 40px; }
  .biz-title__number { font-size: 20px; left: 10px; }
  .biz-title__ja { font-size: 20px; } }

/* FILE : /assets/sass/pages/_media.scss  */
/* ANCHOR mediaPost__title ------------------------------------*/
.mediaPost__title { position: relative; padding-bottom: 10px; padding-left: 125px; margin-bottom: 10px; border-bottom: 1px solid #666464; max-width: 1170px; margin-left: auto; margin-right: auto; }

.mediaPost__title__category { position: absolute; width: 105px; height: 26px; line-height: 26px; text-align: center; color: #fff; border-radius: 5px; left: 0; top: 3px; }

.mediaPost__title__category:after { content: ''; display: block; width: 0; height: 0; border-right: 0px solid transparent; border-top: 4px solid transparent; border-bottom: 4px solid transparent; position: absolute; right: -8px; top: 50%; margin-top: -4px; }

.mediaPost__title__category.bg-orange:after { border-left: 8px solid #e68c04; }

.mediaPost__title__category.bg-pink:after { border-left: 8px solid #ec6d83; }

.mediaPost__title__text { font-size: 21px; }

@media screen and (max-width: 750px) { .mediaPost__title { padding-left: 15px; padding-right: 15px; padding-top: 32px; }
  .mediaPost__title__category { left: 15px; }
  .mediaPost__title__text { font-size: 17px; } }

/* ANCHOR mediaPost__date ------------------------------------*/
.mediaPost__date { display: block; color: #9fa0a0; font-size: 15px; margin-bottom: 7px; }

@media screen and (max-width: 750px) { .mediaPost__date { font-size: 13px; } }

/* ANCHOR mediaPost__content ------------------------------------*/
.mediaPost__content { color: #666464; padding-bottom: 30px; }

.mediaPost__content figure { margin: 15px 0; text-align: center; }

@media screen and (max-width: 750px) { .mediaPost__content { padding-bottom: 20px; } }

/* ANCHOR mediaPost__pager ------------------------------------*/
.mediaPost__pager { padding-top: 7px; border-top: 1px solid #666464; display: -webkit-box; display: -ms-flexbox; display: flex; }

.mediaPost__pager__item { color: #666464; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }

.mediaPost__pager__item--next { margin-left: auto; }

@media screen and (min-width: 751px) { .mediaPost__pager__item:hover { text-decoration: underline; } }

/* ANCHOR mediaPost__contact ------------------------------------*/
.mediaPost__contact { padding-top: 100px; padding-bottom: 100px; }

.mediaPost__contact__text { text-align: center; font-size: 21px; color: #124734; margin-bottom: 12px; }

.mediaPost__contact__tel { text-align: center; }

@media screen and (max-width: 750px) { .mediaPost__contact { padding-top: 50px; padding-bottom: 50px; }
  .mediaPost__contact__text { font-size: 17px; } }

/* ANCHOR mediaPost__totop ------------------------------------*/
.mediaPost__totop { text-align: center; }

.mediaPost__totop__btn { cursor: pointer; -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }

.mediaPost__totop__btn:hover { opacity: .6; }

.mediaPost__totop__btn img { width: 75px; }

/* FILE : /assets/sass/pages/_sdgs.scss  */
/* ANCHOR sdgs-box1 ------------------------------------*/
.sdgs-box1 { border: 1px solid #144734; padding: 40px; max-width: 1000px; margin-left: auto; margin-right: auto; }

@media screen and (min-width: 751px) { .sdgs-box1__inner { 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; }
  .sdgs-box1__img { -webkit-box-flex: 0; -ms-flex: 0 0 160px; flex: 0 0 160px; width: 160px; margin-right: 40px; }
  .sdgs-box1__content { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; width: calc(100% - 200px); } }

@media screen and (max-width: 750px) { .sdgs-box1 { padding: 20px; }
  .sdgs-box1__img { text-align: center; margin-bottom: 20px; }
  .sdgs-box1__img img { width: 100px; } }


@media screen and (min-width: 751px) {
	.desk-hidden {
		display: none;
	}
}
@media screen and (max-width: 750px) {
	.mobile-hidden {
		display: none;
	}
}


