@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lexend+Deca|Noto+Sans+JP:400,500,700&display=swap&subset=japanese");
.fContact-inner, .inner { max-width: 1230px; padding-left: 15px; padding-right: 15px; margin-left: auto; margin-right: auto; }

/* 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  */
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; }

/*::::::::::::::::::::::::::::::::::::::: body :::::::::::::::::::::::::::::::::::::::*/
body { font: 16px/1.7 "Noto Sans JP", sans-serif; color: #000000; }

/*::::::::::::::::::::::::::::::::::::::: #wrapper :::::::::::::::::::::::::::::::::::::::*/
@media screen and (min-width: 751px) { #wrapper { position: relative; } }

@media screen and (max-width: 750px) { #wrapper { padding-top: 70px; }
  #wrapper.navOpen { position: fixed; left: 0; width: 100%; overflow: hidden; z-index: 100; }
  #wrapper.navOpen .nav { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } }

/*::::::::::::::::::::::::::::::::::::::: header :::::::::::::::::::::::::::::::::::::::*/
@media screen and (min-width: 751px) { .head { position: relative; z-index: 2; }
  .head-logo { position: absolute; display: block; width: 232px; height: 60px; top: 40px; left: 33px; -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }
  .head-logo:hover { opacity: .6; }
  .head-menubtn { display: none; } }

@media screen and (min-width: 751px) and (max-width: 1366px) { .head-logo { top: 10px; left: 15px; width: 180px; } }

@media screen and (max-width: 750px) { .head { position: fixed; z-index: 10; left: 0; top: 0; background-color: #fff; width: 100%; height: 70px; border-bottom: 1px solid #0068a8; }
  .head-menubtn { display: block; position: absolute; width: 36px; top: 15px; right: 15px; } }

/*::::::::::::::::::::::::::::::::::::::: nav :::::::::::::::::::::::::::::::::::::::*/
.nav-contact__btn1, .nav-contact__btn2, .nav-contact__btn3 { border-radius: 0 0 7px 7px; color: #fff; font-size: 13px; letter-spacing: 0.1em; height: 33px; line-height: 33px; width: 138px; text-align: center; }

.nav-contact__tel > span { font-weight: bold; display: inline-block; }

.nav-contact__tel-text1 { line-height: 1; }

.nav-contact__tel-text1 img { width: 20px; }

.nav-contact__tel-text2 { font-size: 17px; letter-spacing: 0.02em; }

.nav-contact__tel-text3 { font-size: 10px; color: #8b8b8b; letter-spacing: 0.1em; }

.nav-contact__btn1 { background-color: #de6c00; }

.nav-contact__btn2 { background-color: #0068a8; }

.nav-contact__btn3 { background-color: #00a0dd; }

@media screen and (min-width: 751px) { .nav { max-width: 1230px; padding-left: 15px; padding-right: 15px; margin-left: auto; margin-right: auto; position: relative; height: 120px; z-index: 1; }
  .nav-contact { height: 33px; top: 0; right: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
  .nav-contact__tel { margin-top: 9px; margin-right: 21px; }
  .nav-contact__tel-text1 { margin-right: 5px; }
  .nav-contact__tel-text2 { margin-right: 7px; }
  .nav-contact__btn1 { margin-right: 7px; -webkit-box-flex: 0; -ms-flex: 0 0 138px; flex: 0 0 138px; }
  .nav-contact__btn2 { margin-right: 7px; -webkit-box-flex: 0; -ms-flex: 0 0 138px; flex: 0 0 138px; }
  .nav-contact__btn3 { margin-right: 8px; -webkit-box-flex: 0; -ms-flex: 0 0 138px; flex: 0 0 138px; }
  .nav-contact a { -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }
  .nav-contact a:hover { opacity: .6; } }

@media screen and (min-width: 751px) and (max-width: 1024px) { .nav-contact__tel { position: absolute; right: 0; top: 30px; } }

@media screen and (max-width: 750px) { .nav { position: fixed; z-index: 9; background-color: rgba(255, 255, 255, 0.9); height: calc(100% - 70px); width: 100%; top: 70px; left: 0; -webkit-transform: translateY(calc(-100% - 70px)); -ms-transform: translateY(calc(-100% - 70px)); transform: translateY(calc(-100% - 70px)); -webkit-overflow-scrolling: touch; overflow-scrolling: touch; overflow-y: auto; }
  .nav-inner { -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }
  .nav.smtNav { -webkit-transition: .3s all ease; -o-transition: .3s all ease; transition: .3s all ease; }
  .nav-contact { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 30px; }
  .nav-contact__tel { text-align: center; display: block; margin: 10px 0; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; }
  .nav-contact__tel-text1 { margin-right: 5px; }
  .nav-contact__tel-text2 { margin-right: 7px; }
  .nav-contact__btn2 { margin: 0 10px; }
  .nav-contact__btn1, .nav-contact__btn2, .nav-contact__btn3 { border-radius: 7px; font-size: 11px; -webkit-box-flex: 0; -ms-flex: 0 0 90px; flex: 0 0 90px; width: 90px; } }

/*::::::::::::::::::::::::::::::::::::::: glnav :::::::::::::::::::::::::::::::::::::::*/
.glnav-item { font-size: 13px; }

.glnav-item.cs-item { font-weight: bold; position: relative; }

.glnav-item.cs-item:before { content: 'Coming soon'; font-size: 10px; font-weight: normal; background: rgba(255, 255, 255, 0.8); position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; line-height: 1; }

.glnav-link { font-size: 13px; font-weight: bold; letter-spacing: 0.05em; }

.glnav-childnav { background-color: rgba(235, 176, 0, 0.7); border-radius: 5px; width: 108px; margin-top: 7px; padding: 5px 10px; position: relative; }

.glnav-childnav:after { content: ''; display: block; width: 0; height: 0; border-bottom: 7px solid rgba(235, 176, 0, 0.7); border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 0 solid transparent; border-radius: 3px; position: absolute; top: -6px; left: 50%; margin-left: -7px; }

.glnav-childnav__item { margin: .5em 0; font-size: 13px; }

@media screen and (min-width: 751px) { .glnav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin-top: 37px; margin-right: 11px; }
  .glnav-item { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; margin-left: 30px; }
  .glnav-item__haschild { position: relative; }
  .glnav-item__haschild:hover .glnav-childnav { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
  .glnav-link:hover { text-decoration: underline; }
  .glnav-childnav { position: absolute; top: 22px; opacity: 0; -webkit-transition: .3s all ease; -o-transition: .3s all ease; transition: .3s all ease; -webkit-transform: translateY(3px); -ms-transform: translateY(3px); transform: translateY(3px); }
  .glnav-childnav__item { font-size: 12px; }
  .glnav-childnav__link:hover { text-decoration: underline; } }

@media screen and (min-width: 751px) and (max-width: 1024px) { .glnav { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .glnav-item { font-size: 11px; margin-left: 2px; } }

@media screen and (max-width: 750px) { .glnav { padding: 0 15px 80px; }
  .glnav-item { text-align: center; padding: 13px 0; position: relative; }
  .glnav-item::after { content: ''; display: block; width: 30px; height: 2px; background-color: #bebebe; position: absolute; bottom: 0; left: 50%; margin-left: -15px; }
  .glnav-childnav { margin-left: auto; margin-right: auto; } }

/*::::::::::::::::::::::::::::::::::::::: fContact :::::::::::::::::::::::::::::::::::::::*/
.fContact-box { position: relative; background-color: #fff; }

.fContact .fContact-icon1, .fContact .fContact-icon2 { position: absolute; top: 0; left: -5px; display: block; width: 148px; height: 33px; line-height: 33px; text-align: center; color: #fff; font-size: 18px; letter-spacing: 0.1em; }

.fContact-icon1 { background-color: #0068a8; }

.fContact-icon2 { background-color: #de6c00; }

.fContact-maplink { border: 1px solid #0068a8; display: block; width: 90px; height: 28px; line-height: 26px; text-align: center; font-size: 16px; font-family: "Lexend Deca", sans-serif; color: #0068a8; position: absolute; top: 10px; right: 10px; }

.fContact-sponsorship { color: #4d4d4d; margin-bottom: 15px; }

.fContact-sponsorship__text1 { font-size: 20px; font-weight: bold; letter-spacing: 0.1em; }

.fContact-sponsorship__text2 { line-height: 1.1; font-weight: bold; font-size: 16px; letter-spacing: 0.08em; }

.fContact-address { color: #4d4d4d; }

.fContact-address__text1 { font-weight: bold; font-size: 16px; letter-spacing: 0.08em; }

.fContact-address__text2 { font-weight: bold; font-size: 20px; line-height: 1.3; letter-spacing: 0.08em; }

.fContact-address__text2 small { font-size: 14px; display: inline-block; margin-right: 8px; }

.fContact-inquiry { color: #4d4d4d; text-align: center; font-size: 20px; letter-spacing: 0.1em; font-weight: bold; margin-top: 20px; }

.fContact-tel { margin-top: 18px; text-align: center; color: #4d4d4d; font-weight: bold; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.fContact-tel__text1 { -webkit-box-flex: 0; -ms-flex: 0 0 30px; flex: 0 0 30px; width: 30px; line-height: 1; margin-right: 5px; display: inline-block; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; }

.fContact-tel__text1 img { width: 30px; vertical-align: middle; }

.fContact-tel__text2 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; font-size: 24px; margin-right: 10px; letter-spacing: 0.02em; }

.fContact-tel__text3 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; font-size: 14px; color: #8b8b8b; letter-spacing: 0.1em; }

@media screen and (min-width: 751px) { .fContact { background: url(../img/shared/bg-footer.png) no-repeat center top/1600px 100%; padding-top: 105px; padding-bottom: 84px; }
  .fContact-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .fContact-box { -webkit-box-flex: 0; -ms-flex: 0 0 47.5%; flex: 0 0 47.5%; max-width: 47.5%; padding: 50px 50px 40px; margin: 0 5px; }
  .fContact-maplink { -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }
  .fContact-maplink:hover { opacity: .6; } }

@media screen and (min-width: 1601px) { .fContact { background-size: 100% 100%; } }

@media screen and (max-width: 750px) { .fContact { background: url(../img/shared/bg-footer.png) no-repeat center top/800px 100%; padding: 100px 0 30px; }
  .fContact-box { padding: 45px 10px; margin: 15px 0; }
  .fContact-sponsorship__text1 { font-size: 16px; }
  .fContact-sponsorship__text2 { font-size: 13px; margin-top: 5px; }
  .fContact-address__text1 { font-size: 13px; }
  .fContact-address__text2 { font-size: 16px; }
  .fContact-address__text2 small { font-size: 12px; }
  .fContact-inquiry { font-size: 16px; }
  .fContact-tel__text1 { font-size: 12px; }
  .fContact-tel__text2 { font-size: 18px; }
  .fContact-tel__text3 { font-size: 12px; display: block; text-align: center; margin-left: 0; } }

/*::::::::::::::::::::::::::::::::::::::: fBtns :::::::::::::::::::::::::::::::::::::::*/
.fBtns a { border-radius: 0 0 7px 7px; color: #fff; font-size: 16px; letter-spacing: 0.2em; height: 44px; line-height: 44px; width: 190px; text-align: center; -webkit-box-flex: 0; -ms-flex: 0 0 190px; flex: 0 0 190px; }

.fBtns { border-top: 1px solid #999999; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 78px; }

.fBtns-btn1 { background-color: #de6c00; }

.fBtns-btn2 { background-color: #0068a8; margin: 0 27px; }

.fBtns-btn3 { background-color: #00a0dd; }

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

@media screen and (max-width: 750px) { .fBtns a { height: 40px; line-height: 40px; width: 100px; font-size: 12px; -webkit-box-flex: 0; -ms-flex: 0 0 100px; flex: 0 0 100px; letter-spacing: 0.02em; }
  .fBtns-btn2 { margin: 0 5px; } }

/*::::::::::::::::::::::::::::::::::::::: foot :::::::::::::::::::::::::::::::::::::::*/
.foot { padding-bottom: 20px; }

.foot-logo { text-align: center; }

.foot-logo img { width: 357px; }

.foot-nav { max-width: 1080px; margin: 25px auto 34px; padding: 26px 0 22px; border-top: 1px solid #bebebe; border-bottom: 1px solid #bebebe; }

.foot-nav__list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.foot-nav__list-item { font-size: 11px; font-weight: bold; margin: 0 .5em; letter-spacing: 0.08em; }

.foot-nav__list-item.cs-item { position: relative; }

.foot-nav__list-item.cs-item:before { content: 'Coming soon'; letter-spacing: 0; font-size: 10px; font-weight: normal; background: rgba(255, 255, 255, 0.8); position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; line-height: 1; }

@media screen and (min-width: 751px) { .foot-nav a:hover { text-decoration: underline; }
  .foot-logo a { display: inline-block; margin-right: 63px; } }

@media screen and (max-width: 750px) { .foot-logo img { width: 280px; }
  .foot { padding-bottom: 80px; }
  .foot-nav { margin: 25px auto 20px; }
  .foot-nav__list { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .foot-nav__list-item { margin: 0.5em 1em; } }

.copyright { display: block; text-align: center; font-size: 13px; letter-spacing: 0.08em; }

@media screen and (max-width: 750px) { .copyright { font-size: 10px; letter-spacing: 0.02em; } }

/* 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 :::::::::::::::::::::::::::::::::::::::*/
.ta_r { text-align: right; }

.ta_c { text-align: center; }

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

/*::::::::::::::::::::::::::::::::::::::: color :::::::::::::::::::::::::::::::::::::::*/
.color-aqua { color: #008eb9; }

.color-orange { color: #ed6c00; }

.color-green { color: #6bb92d; }

.color-red { color: #ff0000; }

.ff-mincho { font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

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

/*::::::::::::::::::::::::::::::::::::::: background :::::::::::::::::::::::::::::::::::::::*/
.bg-grey { background-color: #e9eaf1; }

.bg-grey2 { background-color: #eeeeee; }

.bg-green { background-color: #f1f8ec; }

.bg-aqua { background-color: #f0f5fd; }

/*::::::::::::::::::::::::::::::::::::::: 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; }

/* 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; }

.js-tabcontent { display: none; }

@media screen and (min-width: 751px) { .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; } }

/*::::::::::::::::::::::::::::::::::::::: hide :::::::::::::::::::::::::::::::::::::::*/
@media screen and (min-width: 1025px) { .pc-hide { display: none; } }

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

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

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

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

/*::::::::::::::::::::::::::::::::::::::: inner :::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::: titletype1 :::::::::::::::::::::::::::::::::::::::*/
.titletype1 { position: relative; font-size: 24px; font-weight: bold; padding: 0 0 10px 10px; }

.titletype1:after { content: ''; display: block; width: 100%; height: 5px; position: absolute; left: 0; bottom: 0; background: -webkit-linear-gradient(30deg, #890000 0%, #d40012 10.55%, #db6c00 20.68%, #e18500 29.96%, #e8ad00 38.82%, #6bb6e0 49.79%, #009dda 62.03%, #0080ba 74.68%, #0068a5 86.5%, #1d2080 100%); background: -o-linear-gradient(30deg, #890000 0%, #d40012 10.55%, #db6c00 20.68%, #e18500 29.96%, #e8ad00 38.82%, #6bb6e0 49.79%, #009dda 62.03%, #0080ba 74.68%, #0068a5 86.5%, #1d2080 100%); background: linear-gradient(60deg, #890000 0%, #d40012 10.55%, #db6c00 20.68%, #e18500 29.96%, #e8ad00 38.82%, #6bb6e0 49.79%, #009dda 62.03%, #0080ba 74.68%, #0068a5 86.5%, #1d2080 100%); }

@media screen and (max-width: 450px) { .titletype1 { font-size: 20px; } }

/*::::::::::::::::::::::::::::::::::::::: titletype2 :::::::::::::::::::::::::::::::::::::::*/
.titletype2 { font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; text-align: center; font-size: 37px; letter-spacing: 0.035em; }

.titletype2.ta_l { text-align: left; }

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

/*::::::::::::::::::::::::::::::::::::::: titletype3 :::::::::::::::::::::::::::::::::::::::*/
.titletype3 { font-size: 24px; font-weight: bold; margin-bottom: 10px; }

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

/*::::::::::::::::::::::::::::::::::::::: btntype1 :::::::::::::::::::::::::::::::::::::::*/
.btntype1 { display: inline-block; text-align: center; height: 52px; line-height: 50px; border-radius: 26px; font-size: 19px; letter-spacing: 0.14em; max-width: 433px; width: 100%; border: 1px solid #d8d8d8; background-color: #fff; position: relative; -webkit-box-shadow: 0 7px 0 #c9c9c9; box-shadow: 0 7px 0 #c9c9c9; padding: 0 45px; color: #4d4d4d; }

.btntype1-icon { position: absolute; width: 24px; height: 24px; line-height: 1; top: 12px; right: 20px; }

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

@media screen and (max-width: 750px) { .btntype1 { max-width: 220px; padding: 0 20px; font-size: 14px; }
  .btntype1-icon { width: 16px; height: 16px; top: 15px; right: 5px; } }

/*::::::::::::::::::::::::::::::::::::::: linktext1 :::::::::::::::::::::::::::::::::::::::*/
.linktext1 { color: #00a0dd; text-decoration: underline; }

.linktext1:hover { text-decoration: none; }

/* FILE : /assets/sass/shared/_parts.scss  */
/*::::::::::::::::::::::::::::::::::::::: ANCHOR pagetitle :::::::::::::::::::::::::::::::::::::::*/
.pagetitle { background-repeat: no-repeat; background-position: top center; text-align: center; }

.pagetitle img { vertical-align: middle; }

@media screen and (min-width: 751px) { .pagetitle { height: 364px; line-height: 364px; background-size: 1600px 364px; }
  .pagetitle-concept { background-image: url(../img/concept/bg-pagetitle.jpg); }
  .pagetitle-concept img { width: 310px; }
  .pagetitle-management { background-image: url(../img/management/bg-pagetitle.jpg); }
  .pagetitle-management img { width: 470px; }
  .pagetitle-guide { background-image: url(../img/guide/bg-pagetitle.jpg); }
  .pagetitle-guide img { width: 193px; }
  .pagetitle-featured { background-image: url(../img/featured/bg-pagetitle.jpg); }
  .pagetitle-featured img { width: 285px; }
  .pagetitle-environment { background-image: url(../img/environment/bg-pagetitle.jpg); }
  .pagetitle-environment img { width: 568px; }
  .pagetitle-construction { background-image: url(../img/construction/bg-pagetitle.jpg); }
  .pagetitle-construction img { width: 544px; }
  .pagetitle-overview { background-image: url(../img/overview/bg-pagetitle.jpg); }
  .pagetitle-overview img { width: 338px; }
  .pagetitle-access { background-image: url(../img/access/bg-pagetitle.jpg); }
  .pagetitle-access img { width: 310px; }
  .pagetitle-contact { background-image: url(../img/contact/bg-pagetitle.jpg); }
  .pagetitle-contact img { width: 363px; }
  .pagetitle-reserve { background-image: url(../img/reserve/bg-pagetitle.jpg); }
  .pagetitle-reserve img { width: 337px; }
  .pagetitle-request { background-image: url(../img/request/bg-pagetitle.jpg); }
  .pagetitle-request img { width: 494px; }
  .pagetitle-privacy { background-image: url(../img/privacy/bg-pagetitle.jpg); }
  .pagetitle-privacy img { width: 515px; }
  .pagetitle-link { background-image: url(../img/link/bg-pagetitle.jpg); }
  .pagetitle-link img { width: 153px; }
  .pagetitle-gallery { background-image: url(../img/gallery/bg-pagetitle.jpg); }
  .pagetitle-gallery img { width: 255px; }
  .pagetitle-design { background-image: url(../img/design/bg-pagetitle.jpg); }
  .pagetitle-design img { width: 469px; }
  .pagetitle-news { background-image: url(../img/news/bg-pagetitle.jpg); }
  .pagetitle-news img { width: 190px; }
  .pagetitle-event { background-image: url(../img/event/bg-pagetitle.jpg); }
  .pagetitle-event img { width: 201px; }
  .pagetitle-attraction { background-image: url(../img/attraction/bg-pagetitle.jpg); }
  .pagetitle-attraction img { width: 504px; }
  .pagetitle-facilities { background-image: url(../img/facilities/bg-pagetitle.jpg); }
  .pagetitle-facilities img { width: 331px; } }

@media screen and (max-width: 750px) { .pagetitle { height: 182px; line-height: 182px; background-size: 800px 182px; }
  .pagetitle-concept { background-image: url(../img/concept/bg-pagetitle-smt.jpg); }
  .pagetitle-concept img { width: 155px; }
  .pagetitle-management { background-image: url(../img/management/bg-pagetitle-smt.jpg); }
  .pagetitle-management img { width: 235px; }
  .pagetitle-guide { background-image: url(../img/guide/bg-pagetitle-smt.jpg); }
  .pagetitle-guide img { width: 96.5px; }
  .pagetitle-featured { background-image: url(../img/featured/bg-pagetitle-smt.jpg); }
  .pagetitle-featured img { width: 142.5px; }
  .pagetitle-environment { background-image: url(../img/environment/bg-pagetitle-smt.jpg); }
  .pagetitle-environment img { width: 284px; }
  .pagetitle-construction { background-image: url(../img/construction/bg-pagetitle-smt.jpg); }
  .pagetitle-construction img { width: 272px; }
  .pagetitle-overview { background-image: url(../img/overview/bg-pagetitle-smt.jpg); }
  .pagetitle-overview img { width: 169px; }
  .pagetitle-access { background-image: url(../img/access/bg-pagetitle-smt.jpg); }
  .pagetitle-access img { width: 155px; }
  .pagetitle-contact { background-image: url(../img/contact/bg-pagetitle-smt.jpg); }
  .pagetitle-contact img { width: 181.5px; }
  .pagetitle-reserve { background-image: url(../img/reserve/bg-pagetitle-smt.jpg); }
  .pagetitle-reserve img { width: 168.5px; }
  .pagetitle-request { background-image: url(../img/request/bg-pagetitle-smt.jpg); }
  .pagetitle-request img { width: 247px; }
  .pagetitle-privacy { background-image: url(../img/privacy/bg-pagetitle-smt.jpg); }
  .pagetitle-privacy img { width: 257.5px; }
  .pagetitle-link { background-image: url(../img/link/bg-pagetitle-smt.jpg); }
  .pagetitle-link img { width: 76.5px; }
  .pagetitle-gallery { background-image: url(../img/gallery/bg-pagetitle-smt.jpg); }
  .pagetitle-gallery img { width: 127.5px; }
  .pagetitle-design { background-image: url(../img/design/bg-pagetitle-smt.jpg); }
  .pagetitle-design img { width: 234.5px; }
  .pagetitle-news { background-image: url(../img/news/bg-pagetitle-smt.jpg); }
  .pagetitle-news img { width: 95px; }
  .pagetitle-event { background-image: url(../img/event/bg-pagetitle-smt.jpg); }
  .pagetitle-event img { width: 100.5px; }
  .pagetitle-attraction { background-image: url(../img/attraction/bg-pagetitle-smt.jpg); }
  .pagetitle-attraction img { width: 252px; }
  .pagetitle-facilities { background-image: url(../img/facilities/bg-pagetitle-smt.jpg); }
  .pagetitle-facilities img { width: 165.5px; } }

/*::::::::::::::::::::::::::::::::::::::: ANCHOR pager :::::::::::::::::::::::::::::::::::::::*/
.pager { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.pager-item { border: 1px solid #888888; color: #4d4d4d; margin: 0 30px; }

.pager-prev { margin-right: 30px; }

.pager-next { margin-left: 30px; }

.pager a { -webkit-box-flex: 0; -ms-flex: 0 0 42px; flex: 0 0 42px; width: 42px; line-height: 42px; text-align: center; border-radius: 50%; }

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

@media screen and (min-width: 751px) and (min-width: 1025px) and (max-width: 1366px) { .pager-item { margin: 0 15px; }
  .pager-prev { margin-right: 15px; }
  .pager-next { margin-left: 15px; } }

@media screen and (max-width: 750px) { .pager-item { margin: 0 15px; }
  .pager-prev { margin-right: 15px; }
  .pager-next { margin-left: 15px; } }

@media screen and (max-width: 750px) and (max-width: 450px) { .pager-item { margin: 0 5px; }
  .pager-prev { margin-right: 5px; }
  .pager-next { margin-left: 5px; } }

/*::::::::::::::::::::::::::::::::::::::: ANCHOR asideBlock :::::::::::::::::::::::::::::::::::::::*/
.asideBlock { background-color: #e5f2f8; position: relative; margin-top: 18%; border-radius: 0 0 22px 22px; padding: 20px 15px; }

.asideBlock-mt { position: absolute; left: 0; top: 0; width: 100%; margin-top: -18%; }

.asideBlock-title { text-align: center; background-color: #fff; color: #0068a8; font-size: 20px; letter-spacing: 0.15em; font-weight: bold; height: 50px; line-height: 50px; border-radius: 25px; margin-bottom: 30px; }

.asideBlock-list { padding: 0 25px; }

.asideBlock-list__item { font-size: 18px; margin: 1em 0; }

@media screen and (min-width: 751px) { .asideBlock { margin-bottom: 100px; }
  .asideBlock-list__item a:hover { text-decoration: underline; } }

@media screen and (max-width: 750px) { .asideBlock { margin-bottom: calc(50px + 18%); }
  .asideBlock-title { font-size: 16px; height: 38px; line-height: 38px; border-radius: 19px; }
  .asideBlock-list { padding: 0 15px; } }

/*::::::::::::::::::::::::::::::::::::::: ANCHOR linkBanners :::::::::::::::::::::::::::::::::::::::*/

.linkBanners { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

@media screen and (min-width: 751px) { .linkBanners__item { -webkit-box-flex: 0; -ms-flex: 0 0 calc((99% - 40px)/3); flex: 0 0 calc((99% - 40px)/3); width: calc((99% - 40px)/3); max-width: calc((99% - 40px)/3); margin-top: 20px; margin-right: 20px; -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }
  .linkBanners__item:hover { opacity: .6; }
  .linkBanners .linkBanners__item:nth-child(3n) { margin-right: 0; }
  .linkBanners .linkBanners__item:nth-child(1), .linkBanners .linkBanners__item:nth-child(2), .linkBanners .linkBanners__item:nth-child(3) { margin-top: 0; } }
.linkBanners2 {  text-align: center;margin-bottom: 20px;}

@media screen and (max-width: 750px) { .linkBanners__item { -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% - 5px); flex: 0 0 calc(50% - 5px); width: calc(50% - 5px); max-width: calc(50% - 5px); margin-top: 10px; margin-right: 10px; }
  .linkBanners .linkBanners__item:nth-child(2n) { margin-right: 0; }
  .linkBanners .linkBanners__item:nth-child(1), .linkBanners .linkBanners__item:nth-child(2) { margin-top: 0; }
    .linkBanners2 {  text-align: center;margin-bottom: 10px;}
    .linkBanners2 .linkBanners__item img{width: calc(50% - 5px); max-width: calc(50% - 5px);}
}

@media screen and (min-width: 751px) { .col2box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .col2box__item { -webkit-box-flex: 0; -ms-flex: 0 0 49%; flex: 0 0 49%; max-width: 49%; } }
.linkBanners2 .linkBanners__item{ margin-right: 0;}
@media screen and (max-width: 750px) { .col2box__item { text-align: center; margin-top: 20px; } }

/* FILE : /assets/sass/pages/_top.scss  */
/*::::::::::::::::::::::::::::::::::::::: tKv :::::::::::::::::::::::::::::::::::::::*/
/* 通常メイン画像
---------------------- */
@media screen and (min-width: 751px) { .tKv { background: url(../img/top/kv_main.jpg) no-repeat center top/contain; padding-top: 974px; } }
@media screen and (min-width: 751px) and (max-width: 1600px) { .tKv { padding-top: 50.75%; } }
@media screen and (max-width: 750px) { .tKv { margin-top: 5px; background: url(../img/top/kv_main_sp.jpg) no-repeat center top/100% auto; padding-top: 160%; } }
/* キャンペーンメイン画像
---------------------- */
@media screen and (min-width: 751px) { .tKv_cam { background: url(../img/top/kv_20211026.jpg) no-repeat center top/contain; padding-top: 974px; } }
@media screen and (min-width: 751px) and (max-width: 1600px) { .tKv_cam { padding-top: 50.75%; } }
@media screen and (max-width: 750px) { .tKv_cam { margin-top: 5px; background: url(../img/top/kv_sp_20211026.jpg) no-repeat center top/100% auto; padding-top: 160%; } }

.tMoive { padding: 60px 0; }

.tMoive__inner { max-width: 1000px; margin-left: auto; margin-right: auto; }

.tMoive__inner video { width: 100%; }

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

/*::::::::::::::::::::::::::::::::::::::: tNews :::::::::::::::::::::::::::::::::::::::*/
.tNews { padding: 120px 0 90px; }

.tNews-title { text-align: center; margin-bottom: 35px; }

.tNews-title img { width: 280px; }

.tNews-tab { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 48px; }

.tNews-tab__item { height: 32px; line-height: 30px; border-radius: 16px; text-align: center; -webkit-box-flex: 0; -ms-flex: 0 0 160px; flex: 0 0 160px; width: 160px; letter-spacing: 0.1em; font-size: 14px; margin: 0 9px; cursor: pointer; }

.tNews-tab__item-news { border: 1px solid #00a0dd; }

.tNews-tab__item-news.current { background-color: #00a0dd; }

.tNews-tab__item-status { border: 1px solid #de6c00; }

.tNews-tab__item-status.current { background-color: #de6c00; }

.tNews-tab__item-event { border: 1px solid #ebb000; }

.tNews-tab__item-event.current { background-color: #ebb000; }

.tNews-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-pack: distribute; justify-content: space-around; margin-bottom: 80px; }

.tNews-list__item { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 263px; }

.tNews-list__thumb { display: block; position: relative; width: 100%; margin-bottom: 23px; padding: 3%; }

.tNews-list__thumb-bg { position: absolute; z-index: 1; width: 100%; height: 100%; height: 0; top: 0; left: 0; }

.tNews-list__thumb-img { margin: 0 auto; width: 96%; padding-top: 92.72%; border-radius: 19px; position: relative; z-index: 2; background-repeat: no-repeat; background-position: center center; background-size: cover; }

.tNews-list__thumb-img.noimg { background: #fff url(../img/shared/logo2@2x.png) no-repeat center center/40% auto; border: 1px solid #d8d8d8; }

.tNews-list__thumb-img.noimg img { width: 125px; position: absolute; }

.tNews-list__date { display: block; font-size: 14px; color: #8b8b8b; letter-spacing: 0.06em; margin-bottom: 16px; font-weight: bold; }

.tNews-list__date .year { font-size: 12px; }

.tNews-list__text { display: block; letter-spacing: 0.06em; }

@media screen and (min-width: 751px) { .tNews-list__thumb { -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }
  .tNews-list__thumb:hover { opacity: .6; }
  .tNews-list__text:hover { text-decoration: underline; } }

@media screen and (max-width: 1024px) { .tNews-list { -ms-flex-wrap: wrap; flex-wrap: wrap; max-width: 600px; margin-left: auto; margin-right: auto; }
  .tNews-list__item { -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; margin-bottom: 30px; } }

@media screen and (max-width: 750px) { .tNews { padding: 60px 0 40px; }
  .tNews-title img { width: 140px; }
  .tNews-tab__item { font-size: 12px; -webkit-box-flex: 0; -ms-flex: 0 0 100px; flex: 0 0 100px; width: 100px; margin: 0 3px; }
  .tNews-list { -ms-flex-wrap: wrap; flex-wrap: wrap; max-width: 600px; margin-left: auto; margin-right: auto; margin-bottom: 30px; }
  .tNews-list__date { margin-bottom: 5px; } }

/*::::::::::::::::::::::::::::::::::::::: tAbout :::::::::::::::::::::::::::::::::::::::*/
.tAbout-title { margin-bottom: 30px; text-align: center; }

.tAbout-title img { width: 724px; }

.tAbout-text { margin-bottom: 30px; }

.tAbout-text p { text-align: center; font-size: 22px; line-height: 60px; color: #fff; letter-spacing: 0.1em; }

@media screen and (min-width: 751px) { .tAbout { padding: 275px 0; background: url(../img/top/bg-about.png) no-repeat center top/cover; }
  .tAbout-items { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .tAbout-items__item1 { -webkit-box-flex: 0; -ms-flex: 0 0 55%; flex: 0 0 55%; max-width: 55%; position: relative; z-index: 1; margin-right: -10%; }
  .tAbout-items__item2 { -webkit-box-flex: 0; -ms-flex: 0 0 55%; flex: 0 0 55%; max-width: 55%; position: relative; z-index: 2; }
  .tAbout-items__item3 { margin-top: -12%; -webkit-box-flex: 0; -ms-flex: 0 0 55%; flex: 0 0 55%; max-width: 55%; position: relative; z-index: 3; } }

@media screen and (max-width: 750px) { .tAbout { padding: 50% 0 150px; background: url(../img/top/bg-about-smt.png) no-repeat center top/800px 100%; }
  .tAbout-title img { width: 310px; }
  .tAbout-text p { font-size: 15px; line-height: 30px; }
  .tAbout-items__item1 { z-index: 1; margin-right: -10%; margin: 0 auto; }
  .tAbout-items__item2 { position: relative; z-index: 2; margin: -15% auto 0; }
  .tAbout-items__item3 { margin: -15% auto 0; position: relative; z-index: 3; } }

/*::::::::::::::::::::::::::::::::::::::: tGallery :::::::::::::::::::::::::::::::::::::::*/
.tGallery { padding: 90px 0; }

.tGallery-title { text-align: center; margin-bottom: 50px; }

.tGallery-title img { width: 374px; }

.tGallery-text { margin-bottom: 80px; }

.tGallery-text p { text-align: center; font-weight: bold; font-size: 22px; line-height: 55px; letter-spacing: 0.1em; color: #4d4d4d; }

.tGallery-slider { padding-bottom: 70px; position: relative; }

.tGallery-slide { width: 289px; }

.tGallery-arrow { position: absolute; bottom: 33px; line-height: 1; z-index: 5; cursor: pointer; }

.tGallery-arrow__prev { left: 14px; }

.tGallery-arrow__next { right: 14px; }

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

@media screen and (max-width: 750px) { .tGallery { padding: 45px 0; }
  .tGallery-title { margin-bottom: 35px; }
  .tGallery-title img { width: 187px; }
  .tGallery-text { margin-bottom: 40px; padding: 0 15px; }
  .tGallery-text p { font-size: 16px; line-height: 40px; }
  .tGallery-slider { padding-bottom: 40px; }
  .tGallery-arrow img { width: 53px; } }

/*::::::::::::::::::::::::::::::::::::::: tOverview :::::::::::::::::::::::::::::::::::::::*/
.tOverview-title { text-align: center; margin-bottom: 30px; }

.tOverview-title img { width: 750px; }

.tOverview-text { margin-bottom: 30px; }

.tOverview-text p { text-align: center; font-size: 22px; line-height: 60px; color: #fff; letter-spacing: 0.1em; }

.tOverview-items { margin-bottom: 70px; }

.tOverview-items div { position: relative; }

.tOverview-items__btn { display: block; position: absolute; bottom: 19%; left: 29%; width: 42%; }

.tOverview-maptxt { text-align: center; color: #fff; font-weight: bold; font-size: 20px; margin: 20px 0; letter-spacing: 0.18em; }

@media screen and (min-width: 751px) { .tOverview { padding: 275px 0; background: url(../img/top/bg-overview.png) no-repeat center top/cover; }
  .tOverview-items { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .tOverview-items__btn { -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }
  .tOverview-items__btn:hover { opacity: .6; }
  .tOverview-items__item1 { -webkit-box-flex: 0; -ms-flex: 0 0 55%; flex: 0 0 55%; max-width: 55%; position: relative; z-index: 1; margin-right: -10%; }
  .tOverview-items__item2 { -webkit-box-flex: 0; -ms-flex: 0 0 55%; flex: 0 0 55%; max-width: 55%; position: relative; z-index: 2; }
  .tOverview-items__item3 { margin-top: -9%; -webkit-box-flex: 0; -ms-flex: 0 0 55%; flex: 0 0 55%; max-width: 55%; position: relative; z-index: 3; } }

@media screen and (max-width: 750px) { .tOverview { padding: 50% 0 50%; background: url(../img/top/bg-overview-smt.png) no-repeat center top/800px 100%; }
  .tOverview-title img { width: 310px; }
  .tOverview-text p { font-size: 15px; line-height: 30px; }
  .tOverview-items__item1 { z-index: 1; margin-right: -10%; margin: 0 auto; }
  .tOverview-items__item2 { position: relative; z-index: 2; margin: -15% auto 0; }
  .tOverview-items__item3 { margin: -15% auto 0; position: relative; z-index: 3; }
  .tOverview-maptxt { font-size: 14px; } }

#map_canvas { height: 520px; width: 100%; border-radius: 50px; }

@media screen and (max-width: 750px) { #map_canvas { height: 300px; border-radius: 15px; } }

/*::::::::::::::::::::::::::::::::::::::: tCS :::::::::::::::::::::::::::::::::::::::*/
.tCS { padding: 110px 0 20px; background: url(../img/top/img-CS1.png) no-repeat right top 150px; }

.tCS-title { text-align: center; margin-bottom: 50px; }

.tCS-title img { width: 855px; }

.tCS-text { margin-bottom: 80px; }

.tCS-text p { text-align: center; font-weight: bold; font-size: 22px; line-height: 55px; letter-spacing: 0.1em; color: #4d4d4d; }

.tCS-subtitle { text-align: center; margin-bottom: 20px; }
.tCS-subtitles { text-align: center; margin-bottom: 50px; }
.tcss{text-align: center;margin-bottom: 2%;}
.tcss .tci{width: 50%!important;}
.tCS-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 60px; }

.tCS-list__item { -webkit-box-flex: 0; -ms-flex: 0 0 31%; flex: 0 0 31%; max-width: 31%; margin: 0 1% 2%; }
.tCS-list2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 60px; }

.tCS-list__item2 { -webkit-box-flex: 0; -ms-flex: 0 0 47%; flex: 0 0 47%; max-width: 47%; margin: 0 1% 2%;text-align: right;}
.tCS-list__item2:nth-child(2n){text-align: left;}
.tci{width: 50%;}

@media screen and (max-width: 750px) { .tCS-title { margin-bottom: 30px; }
  .tCS-title img { width: 220px; }
  .tCS-text { margin-bottom: 40px; }
  .tCS-text p { font-size: 15px; line-height: 30px; }
    .tCS-list,.tCS-list2 { margin-bottom: 40px; }
    .tCS-list__item,.tCS-list__item2 { -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; max-width: 48%; margin: 0 1% 20px; } }

/* FILE : /assets/sass/pages/_concept.scss  */
/*::::::::::::::::::::::::::::::::::::::: conceptDesc :::::::::::::::::::::::::::::::::::::::*/
.conceptDesc { padding: 130px 15px 65px; text-align: center; }

.conceptDesc img { width: 982px; }

@media screen and (max-width: 750px) { .conceptDesc { padding: 60px 15px 30px; }
  .conceptDesc img { width: 350px; } }

/*::::::::::::::::::::::::::::::::::::::: conceptSec1 :::::::::::::::::::::::::::::::::::::::*/
.conceptSec1 { padding: 180px 0 0; }

.conceptSec1-title { text-align: center; margin-bottom: 50px; }

.conceptSec1-title img { width: 457px; }

.conceptSec1-text { margin-bottom: 70px; }

.conceptSec1-text p { text-align: center; color: #fff; font-size: 22px; line-height: 60px; font-weight: bold; letter-spacing: 0.1em; }

.conceptSec1-text p em { display: inline; -webkit-box-shadow: 0 -7px 0 #ebb000 inset; box-shadow: 0 -7px 0 #ebb000 inset; }

.conceptSec1-list { overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.conceptSec1-list__item { -webkit-box-flex: 0; -ms-flex: 0 0 260px; flex: 0 0 260px; margin: 0 25px; }

@media screen and (min-width: 751px) { .conceptSec1 { background: url(../img/concept/bg1.png) no-repeat center top; }
  .conceptSec1-list .conceptSec1-list__item:nth-child(even) { margin-top: 47px; } }

@media screen and (max-width: 750px) { .conceptSec1 { background: url(../img/concept/bg1-smt.png) no-repeat center top/800px 95%; }
  .conceptSec1-title { margin-bottom: 20px; }
  .conceptSec1-title img { width: 230px; }
  .conceptSec1-text { margin-bottom: 40px; }
  .conceptSec1-text p { font-size: 15px; line-height: 45px; letter-spacing: 0.02em; }
  .conceptSec1-list__item { -webkit-box-flex: 0; -ms-flex: 0 0 100px; flex: 0 0 100px; margin: 0 10px; }
  .conceptSec1-list .conceptSec1-list__item:nth-child(even) { margin-top: 25px; } }

/*::::::::::::::::::::::::::::::::::::::: conceptSec2 :::::::::::::::::::::::::::::::::::::::*/
.conceptSec2 { padding: 160px 0; }

.conceptSec2-title { margin-bottom: 28px; }

.conceptSec2-title img { width: 492px; }

.conceptSec2-text p { font-size: 19px; line-height: 60px; letter-spacing: 0.1em; color: #4d4d4d; font-weight: bold; }

@media screen and (min-width: 751px) { .conceptSec2 { overflow: hidden; }
  .conceptSec2-inner { position: relative; }
  .conceptSec2-content { width: 41%; }
  .conceptSec2-img { width: 1115px; height: 352px; background: url(../img/concept/bg2.jpg) no-repeat center center/100% 100%; position: absolute; left: 49%; bottom: 40px; } }

@media screen and (min-width: 751px) and (max-width: 1024px) { .conceptSec2-content { width: 70%; }
  .conceptSec2-img { left: 72%; width: 558px; height: 176px; } }

@media screen and (max-width: 750px) { .conceptSec2 { padding: 50px 0; overflow: hidden; }
  .conceptSec2-title { margin-bottom: 14px; }
  .conceptSec2-title img { width: 246px; }
  .conceptSec2-text { margin-bottom: 20px; }
  .conceptSec2-text p { font-size: 14px; line-height: 40px; }
  .conceptSec2-img { margin-right: -100px; margin-left: auto; width: 558px; height: 176px; background: url(../img/concept/bg2-smt.jpg) no-repeat right center/100% 100%; } }

@media screen and (max-width: 450px) { .conceptSec2-img { margin-right: -50px; width: 279px; height: 88px; } }

/*::::::::::::::::::::::::::::::::::::::: conceptSec3 :::::::::::::::::::::::::::::::::::::::*/
.conceptSec3 { padding: 45px 15px; background: -webkit-gradient(linear, left top, right top, from(rgba(29, 32, 128, 0.1)), color-stop(26%, rgba(0, 104, 168, 0.1)), color-stop(50%, rgba(0, 128, 189, 0.1)), color-stop(78%, rgba(0, 160, 221, 0.1)), to(rgba(107, 185, 227, 0.1))); background: -webkit-linear-gradient(left, rgba(29, 32, 128, 0.1) 0%, rgba(0, 104, 168, 0.1) 26%, rgba(0, 128, 189, 0.1) 50%, rgba(0, 160, 221, 0.1) 78%, rgba(107, 185, 227, 0.1) 100%); background: -o-linear-gradient(left, rgba(29, 32, 128, 0.1) 0%, rgba(0, 104, 168, 0.1) 26%, rgba(0, 128, 189, 0.1) 50%, rgba(0, 160, 221, 0.1) 78%, rgba(107, 185, 227, 0.1) 100%); background: linear-gradient(to right, rgba(29, 32, 128, 0.1) 0%, rgba(0, 104, 168, 0.1) 26%, rgba(0, 128, 189, 0.1) 50%, rgba(0, 160, 221, 0.1) 78%, rgba(107, 185, 227, 0.1) 100%); }

.conceptSec3-title { text-align: center; margin-bottom: 40px; }

.conceptSec3-title img { width: 615px; }

.conceptSec3-content { background-color: #fff; border-radius: 50px; padding: 45px 40px; max-width: 1200px; margin-left: auto; margin-right: auto; }

.conceptSec3-table th span { width: 215px; height: 50px; line-height: 50px; border-radius: 25px; text-align: center; color: #fff; font-size: 18px; letter-spacing: 0.15em; display: inline-block; background: -webkit-gradient(linear, left top, right top, from(#1d2080), color-stop(26%, #0068a8), color-stop(50%, #0080bd), color-stop(78%, #00a0dd), to(#6bb9e3)); background: -webkit-linear-gradient(left, #1d2080 0%, #0068a8 26%, #0080bd 50%, #00a0dd 78%, #6bb9e3 100%); background: -o-linear-gradient(left, #1d2080 0%, #0068a8 26%, #0080bd 50%, #00a0dd 78%, #6bb9e3 100%); background: linear-gradient(to right, #1d2080 0%, #0068a8 26%, #0080bd 50%, #00a0dd 78%, #6bb9e3 100%); }

.conceptSec3-table td { font-size: 18px; line-height: 2; }

.conceptSec3-table td small { font-size: 14px; }

@media screen and (min-width: 751px) { .conceptSec3-table { width: 100%; table-layout: fixed; }
  .conceptSec3-table th { text-align: center; width: 300px; padding: 20px 0; border-bottom: 1px solid #808080; }
  .conceptSec3-table td { width: auto; padding: 20px 0; border-bottom: 1px solid #808080; } }

@media screen and (max-width: 750px) { .conceptSec3-content { background-color: #fff; border-radius: 20px; padding: 25px 10px; }
  .conceptSec3-title { margin-bottom: 25px; }
  .conceptSec3-title img { width: 307px; }
  .conceptSec3-table { display: block; }
  .conceptSec3-table tbody, .conceptSec3-table tr, .conceptSec3-table th, .conceptSec3-table td { display: block; width: 100%; }
  .conceptSec3-table th span { width: 190px; font-size: 16px; height: 40px; line-height: 40px; }
  .conceptSec3-table td { padding: 20px 15px 30px; font-size: 16px; }
  .conceptSec3-table td small { font-size: 12px; } }

/*::::::::::::::::::::::::::::::::::::::: conceptSec4 :::::::::::::::::::::::::::::::::::::::*/
.conceptSec4 { padding: 130px 0; }

.conceptSec4-title { text-align: center; margin-bottom: 45px; }

.conceptSec4-title img { width: 448px; }

.conceptSec4-desc { text-align: center; color: #4d4d4d; font-weight: bold; font-size: 24px; letter-spacing: 0.15em; margin-bottom: 30px; }

.conceptSec4-content__img { text-align: center; }

.conceptSec4-content__img img { width: 197px; }

.conceptSec4-content__text { background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(95%, white), color-stop(96%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(#bebebe), color-stop(50%, #bebebe), color-stop(51%, rgba(190, 190, 190, 0)), to(rgba(190, 190, 190, 0))); background-image: -webkit-linear-gradient(top, white 0%, white 95%, rgba(255, 255, 255, 0) 96%, rgba(255, 255, 255, 0) 100%), -webkit-linear-gradient(left, #bebebe 0%, #bebebe 50%, rgba(190, 190, 190, 0) 51%, rgba(190, 190, 190, 0) 100%); background-image: -o-linear-gradient(top, white 0%, white 95%, rgba(255, 255, 255, 0) 96%, rgba(255, 255, 255, 0) 100%), -o-linear-gradient(left, #bebebe 0%, #bebebe 50%, rgba(190, 190, 190, 0) 51%, rgba(190, 190, 190, 0) 100%); background-image: linear-gradient(to bottom, white 0%, white 95%, rgba(255, 255, 255, 0) 96%, rgba(255, 255, 255, 0) 100%), linear-gradient(to right, #bebebe 0%, #bebebe 50%, rgba(190, 190, 190, 0) 51%, rgba(190, 190, 190, 0) 100%); background-size: 100% 40px,10px 2px; background-repeat: repeat; padding: 0 20px; }

.conceptSec4-content__text p { line-height: 40px; letter-spacing: 0.06em; }

@media screen and (min-width: 751px) { .conceptSec4-content { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .conceptSec4-content__text { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; width: calc(50% - 125px); }
  .conceptSec4-content__img { -webkit-box-flex: 0; -ms-flex: 0 0 250px; flex: 0 0 250px; width: 250px; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; } }

@media screen and (min-width: 751px) and (max-width: 1024px) { .conceptSec4-content__text { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; width: calc(50% - 100px); }
  .conceptSec4-content__img { -webkit-box-flex: 0; -ms-flex: 0 0 150px; flex: 0 0 150px; width: 150px; }
  .conceptSec4-content__img img { width: 130px; } }

@media screen and (max-width: 750px) { .conceptSec4 { padding: 50px 0; }
  .conceptSec4-title { margin-bottom: 25px; }
  .conceptSec4-title img { width: 224px; }
  .conceptSec4-desc { font-size: 20px; }
  .conceptSec4-content__img { margin: 25px 0; }
  .conceptSec4-content__text { padding: 0 13px; } }

/* FILE : /assets/sass/pages/_news.scss  */
/*::::::::::::::::::::::::::::::::::::::: newsWrapper :::::::::::::::::::::::::::::::::::::::*/
.newsWrapper { padding-top: 160px; padding-bottom: 120px; }

@media screen and (min-width: 751px) { .newsWrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

@media screen and (max-width: 750px) { .newsWrapper { padding-top: 70px; padding-bottom: 50px; } }

/*::::::::::::::::::::::::::::::::::::::: newsMain :::::::::::::::::::::::::::::::::::::::*/
@media screen and (min-width: 751px) { .newsMain { -webkit-box-flex: 0; -ms-flex: 0 0 71%; flex: 0 0 71%; max-width: 71%; } }

@media screen and (max-width: 750px) { .newsMain { margin-bottom: 60px; } }

/*::::::::::::::::::::::::::::::::::::::: newsAside :::::::::::::::::::::::::::::::::::::::*/
@media screen and (min-width: 751px) { .newsAside { -webkit-box-flex: 0; -ms-flex: 0 0 27%; flex: 0 0 27%; max-width: 27%; } }

@media screen and (max-width: 750px) { .newsAside { margin-top: calc(18% + 70px); }
  .newsAside .asideBlock:last-child { margin-bottom: 0; } }

/*::::::::::::::::::::::::::::::::::::::: newslist :::::::::::::::::::::::::::::::::::::::*/
.newslist-img__inner { padding-top: 60%; width: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover; border-radius: 22px; height: 0; }

.newslist-info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; margin: 5px 10px 10px 0; }

.newslist-info__cateogry { -webkit-box-flex: 0; -ms-flex: 0 0 112px; flex: 0 0 112px; width: 112px; height: 22px; border-radius: 11px; text-align: center; font-size: 10px; margin-right: 10px; }

.newslist-info__cateogry.cateogry-new { color: #00a0dd; border: 1px solid #00a0dd; }

.newslist-info__cateogry.cateogry-status { color: #de6c00; border: 1px solid #de6c00; }

.newslist-info__cateogry.cateogry-event { color: #ebb000; border: 1px solid #ebb000; }

.newslist-info__date { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; color: #8b8b8b; font-size: 14px; }

.newslist-text { font-size: 16px; line-height: 36px; }

@media screen and (min-width: 751px) { .newslist { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 90px; }
  .newslist-img { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; }
  .newslist-content { -webkit-box-flex: 0; -ms-flex: 0 0 57%; flex: 0 0 57%; max-width: 57%; } }

@media screen and (max-width: 750px) { .newslist { margin-bottom: 50px; }
  .newslist-content { margin-bottom: 20px; } }

/*::::::::::::::::::::::::::::::::::::::: newsPost :::::::::::::::::::::::::::::::::::::::*/
.newsPost-content { padding: 80px 40px; font-size: 16px; line-height: 3.7; color: #4d4d4d; letter-spacing: 0.1em; }

@media screen and (max-width: 750px) { .newsPost-content { padding: 40px 15px; } }

/* FILE : /assets/sass/pages/_management.scss  */
/*::::::::::::::::::::::::::::::::::::::: ANCHOR manage-main :::::::::::::::::::::::::::::::::::::::*/
.manage-main { padding: 80px 0 120px; }

@media screen and (max-width: 750px) { .manage-main { padding: 40px 0 60px; } }

/*::::::::::::::::::::::::::::::::::::::: ANCHOR manageDesc :::::::::::::::::::::::::::::::::::::::*/
.manageDesc { margin-bottom: 80px; }

.manageDesc__title { text-align: center; margin-bottom: 55px; }

.manageDesc__title em { font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 50px; display: inline-block; line-height: 1.4; letter-spacing: 0.035em; text-align: center; }

.manageDesc__title em:after { content: ''; width: 100%; height: 1px; background-color: #999999; display: block; bottom: 0; left: 0; }

.manageDesc__title small { font-weight: bold; font-size: 24px; display: inline-block; padding-top: 10px; letter-spacing: 0.035em; text-align: center; }

.manageDesc__subtitle { margin-bottom: 30px; font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; text-align: center; font-size: 37px; letter-spacing: 0.035em; }

.manageDesc__text { font-size: 20px; letter-spacing: 0.035em; margin-bottom: 55px; }

.manageDesc__img { max-width: 750px; margin-left: auto; margin-right: auto; }

.manageDesc__img figcaption { font-weight: bold; font-size: 20px; letter-spacing: 0.035em; margin-bottom: 5px; }

@media screen and (max-width: 750px) { .manageDesc { margin-bottom: 40px; }
  .manageDesc__title { margin-bottom: 30px; }
  .manageDesc__title em { font-size: 28px; }
  .manageDesc__title small { font-size: 16px; }
  .manageDesc__subtitle { font-size: 22px; margin-bottom: 15px; }
  .manageDesc__text { font-size: 15px; margin-bottom: 30px; }
  .manageDesc__img figcaption { font-size: 15px; } }

/*::::::::::::::::::::::::::::::::::::::: ANCHOR manageIct :::::::::::::::::::::::::::::::::::::::*/
.manageIct { background-color: #fff; border-radius: 15px; padding: 50px 0; max-width: 1202px; margin-right: auto; margin-left: auto; }

.manageIct__title { text-align: center; margin-bottom: 50px; }

.manageIct__title img { width: 273px; }

.manageIct__catch { background: url(../img/management/illust1.png) no-repeat left top; }

.manageIct__catch p { font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 44px; letter-spacing: 0.035em; }

.manageIct__text1 { font-weight: bold; font-size: 35px; letter-spacing: 0.035em; margin-bottom: 30px; }

.manageIct__text2 { font-size: 20px; letter-spacing: 0.035em; margin-bottom: 30px; }

@media screen and (min-width: 1367px) { .manageIct__catch { height: 616px; }
  .manageIct__catch p { padding-top: 240px; width: 320px; margin-left: auto; margin-right: 110px; } }

@media screen and (min-width: 751px) and (max-width: 1366px) { .manageIct__catch { background: url(../img/management/illust1.png) no-repeat left top/600px auto; height: 420px; }
  .manageIct__catch p { padding-top: 100px; padding-left: 550px; font-size: 36px; } }

@media screen and (min-width: 751px) and (max-width: 1366px) and (max-width: 880px) { .manageIct__catch { height: 320px; background: url(../img/management/illust1.png) no-repeat left top/450px auto; }
  .manageIct__catch p { padding-top: 70px; padding-left: 400px; } }

@media screen and (max-width: 750px) { .manageIct__catch { padding-top: 71.62%; background: url(../img/management/illust1.png) no-repeat left top/100% auto; position: relative; }
  .manageIct__catch p { position: absolute; font-size: 30px; top: 1%; left: 5%; text-shadow: 0 0 1px #fff,0 0 2px #fff,0 0 2px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff; }
  .manageIct__title img { width: 140px; }
  .manageIct__text1 { font-size: 22px; margin-bottom: 20px; padding-left: 10px; padding-right: 10px; }
  .manageIct__text2 { font-size: 15px; margin-bottom: 20px; padding-left: 10px; padding-right: 10px; } }

@media screen and (max-width: 750px) and (max-width: 600px) { .manageIct__catch p { font-size: 26px; } }

@media screen and (max-width: 750px) and (max-width: 450px) { .manageIct__catch p { font-size: 22px; } }

/*::::::::::::::::::::::::::::::::::::::: ANCHOR managePortal :::::::::::::::::::::::::::::::::::::::*/
.managePortal__title { margin-bottom: 70px; }

.managePortal__title img { width: 491px; }

.managePortal__img1 { text-align: center; margin-bottom: 60px; }

.managePortal__img2 { text-align: center; margin-bottom: 50px; }

.managePortal__img2 img { width: 100%; max-width: 510px; }

.managePortal__subtitle { text-align: center; color: #00a0dd; font-size: 30px; font-weight: bold; position: relative; padding-bottom: 10px; margin-bottom: 50px; }

.managePortal__subtitle:after { content: ''; display: block; height: 7px; width: 50px; border-top: 2px solid #65aadd; border-bottom: 2px solid #65aadd; position: absolute; bottom: 0; left: 50%; margin-left: -25px; }

.managePortal__list { font-size: 26px; max-width: 780px; margin-left: auto; margin-right: auto; color: #00a0dd; }

.managePortal__list li { padding: 15px 30px; margin-top: 15px; border: 4px solid #00a0dd; border-radius: 10px; }

@media screen and (min-width: 751px) { .managePortal__title { margin-bottom: 40px; } }

@media screen and (max-width: 750px) { .managePortal__title { margin-bottom: 40px; }
  .managePortal__title img { width: 245px; }
  .managePortal__img1 { margin-bottom: 30px; }
  .managePortal__img2 { margin-bottom: 30px; }
  .managePortal__subtitle { font-size: 20px; margin-bottom: 30px; }
  .managePortal__list { font-size: 14px; }
  .managePortal__list li { padding: 10px 10px; border-width: 2px; } }

/* FILE : /assets/sass/pages/_guide.scss  */
/*::::::::::::::::::::::::::::::::::::::: ANCHOR guide-main :::::::::::::::::::::::::::::::::::::::*/
.guide-main { padding: 90px 0 120px; }

@media screen and (max-width: 750px) { .guide-main { padding: 40px 0 60px; } }

/*::::::::::::::::::::::::::::::::::::::: ANCHOR guideSec1 :::::::::::::::::::::::::::::::::::::::*/
.guideSec1 { margin-bottom: 85px; }

.guideSec1__title { text-align: center; margin-bottom: 50px; }

.guideSec1__title img { width: 340px; }

.guideSec1__title span { display: inline-block; margin-top: 10px; font-weight: bold; font-size: 20px; letter-spacing: 0.035em; }

.guideSec1__content { background: url(../img/guide/bg1.jpg) no-repeat left bottom; padding-bottom: 50px; max-width: 1600px; margin-left: auto; margin-right: auto; }
.guideSec1__content2 { background: url(../img/guide/bg3.jpg) no-repeat left bottom; padding-bottom: 50px; max-width: 1600px; margin-left: auto; margin-right: auto; }

.guideSec1__inner p { text-align: right; font-weight: bold; font-size: 24px; letter-spacing: 0.035em; }

.guideSec1__img1 { text-align: right; padding-top: 110px; }

.guideSec1__subtitle { text-align: center; font-size: 37px; font-weight: bold; letter-spacing: 0.035em; }

.guideSec1__text { font-size: 20px; letter-spacing: 0.035em; }

.guideSec1__block { margin-top: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; }

.guideSec1__block__content { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; width: calc(100% - 320px); }

.guideSec1__block__content h4 { font-size: 30px; color: #00a0dd; margin-bottom: 15px; }

.guideSec1__block__content p { font-size: 20px; letter-spacing: 0.035em; }

.guideSec1__block__img { -webkit-box-flex: 0; -ms-flex: 0 0 260px; flex: 0 0 260px; width: 260px; margin-left: 60px; margin-top: 15px; }

@media screen and (max-width: 750px) { .guideSec1 { margin-bottom: 40px; }
  .guideSec1__title { margin-bottom: 30px; }
  .guideSec1__title img { width: 170px; }
  .guideSec1__title span { font-size: 15px; }
  .guideSec1__subtitle { font-size: 22px; }
  .guideSec1__inner p { font-size: 15px; }
  .guideSec1__img1 { text-align: right; padding-top: 40px; }
  .guideSec1__img1 img { width: 20%; }
  .guideSec1__content { background-position: left center; background-size: 80% auto; padding-bottom: 15%; }
  .guideSec1__content2 { background-position: left center; background-size: 80% auto; padding-bottom: 15%; }
  .guideSec1__block { margin-top: 40px; }
  .guideSec1__block__content { width: calc(100% - 100px); }
  .guideSec1__block__content h4 { font-size: 22px; }
  .guideSec1__block__content p { font-size: 15px; }
  .guideSec1__block__img { -webkit-box-flex: 0; -ms-flex: 0 0 80px; flex: 0 0 80px; width: 80px; margin-left: 20px; margin-top: 15px; }
  .guideSec1__text { font-size: 15px; } }

/*::::::::::::::::::::::::::::::::::::::: ANCHOR guideSec2 :::::::::::::::::::::::::::::::::::::::*/
.guideSec2 { padding: 60px 0; }

.guideSec2__title { text-align: center; font-weight: bold; font-size: 28px; margin-bottom: 20px; }

.guideSec2__text { font-size: 20px; letter-spacing: 0.035em; }

@media screen and (max-width: 750px) { .guideSec2 { padding: 30px 0; }
  .guideSec2__title { font-size: 20px; }
  .guideSec2__text { font-size: 15px; } }

/*::::::::::::::::::::::::::::::::::::::: ANCHOR guideSec3 :::::::::::::::::::::::::::::::::::::::*/
.guideSec3 { padding: 100px 0 0; }

.guideSec3__top__title { margin-bottom: 25px; }

.guideSec3__top__text { color: #ff0000; }

.guideSec3__top__text em { text-decoration: underline; }

.guideSec3__bottom__title { color: #006536; letter-spacing: 0.035em; }

.guideSec3__bottom__text { letter-spacing: 0.035em; }

@media screen and (min-width: 751px) { .guideSec3__top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-flex: 0; -ms-flex: 0 0 497px; flex: 0 0 497px; }
  .guideSec3__top__title img { width: 497px; }
  .guideSec3__top__text { max-width: 430px; }
  .guideSec3__top__img { -webkit-box-flex: 0; -ms-flex: 0 1 370px; flex: 0 1 370px; width: 370px; margin-left: 15px; }
  .guideSec3__bottom { padding-top: 80px; padding-bottom: 111px; background: url(../img/guide/bg2.jpg) no-repeat center bottom; }
  .guideSec3__bottom__title { font-size: 34px; margin-bottom: 20px; }
  .guideSec3__bottom__text { font-size: 20px; letter-spacing: 0.035em; }
  .guideSec3__bottom__content { max-width: 620px; margin-left: auto; margin-right: auto; } }

@media screen and (max-width: 750px) { .guideSec3 { padding-top: 40px; }
  .guideSec3__top__title img { width: 248px; }
  .guideSec3__top__text { font-size: 14px; }
  .guideSec3__top__img { text-align: right; }
  .guideSec3__top__img img { width: 300px; }
  .guideSec3__bottom { width: 100%; padding: 40px 15px 40%; background: url(../img/guide/bg2.jpg) no-repeat center bottom/100%; }
  .guideSec3__bottom__title { font-size: 18px; margin-bottom: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .guideSec3__bottom__text { font-size: 14px; } }

/*::::::::::::::::::::::::::::::::::::::: ANCHOR guideSec4 :::::::::::::::::::::::::::::::::::::::*/
.guideSec4 { padding-top: 70px; }

.guideSec4__title { color: #006536; letter-spacing: 0.035em; font-size: 30px; margin-bottom: 15px; }

.guideSec4__title small { font-size: 0.8em; }

.guideSec4__text { font-size: 20px; letter-spacing: 0.035em; margin-bottom: 50px; }

@media screen and (max-width: 750px) { .guideSec4 { padding-top: 40px; }
  .guideSec4__title { font-size: 22px; }
  .guideSec4__text { font-size: 16px; margin-bottom: 40px; } }

/* FILE : /assets/sass/pages/_featured.scss  */
/*::::::::::::::::::::::::::::::::::::::: ANCHOR featured-main :::::::::::::::::::::::::::::::::::::::*/
.featured-main { padding-bottom: 100px; }

@media screen and (max-width: 750px) { .featured-main { padding-bottom: 50px; } }

/*::::::::::::::::::::::::::::::::::::::: ANCHOR featuredSec1 :::::::::::::::::::::::::::::::::::::::*/
.featuredSec1 { background-color: #cde5f8; padding: 90px 15px; }

.featuredSec1__inner { background-color: #f1f1f3; max-width: 1200px; margin-left: auto; margin-right: auto; border-radius: 5px; padding: 0 30px; }

.featuredSec1__inner .featuredSec1__block:nth-child(1) { border-top: none; }

.featuredSec1__block { padding: 40px 0; border-top: 1px solid #999999; }

@media screen and (min-width: 751px) { .featuredSec1__block { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .featuredSec1__tile { -webkit-box-flex: 0; -ms-flex: 0 0 280px; flex: 0 0 280px; width: 280px; }
  .featuredSec1__text { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; width: calc(100% - 280px); } }

@media screen and (max-width: 750px) { .featuredSec1 { padding: 40px 15px; }
  .featuredSec1__inner { padding: 0 15px; }
  .featuredSec1__block { padding: 20px 0; }
  .featuredSec1__tile { display: block; width: 150px; margin-bottom: 15px; } }

/*::::::::::::::::::::::::::::::::::::::: ANCHOR featuredSec2 :::::::::::::::::::::::::::::::::::::::*/
.featuredSec2 { padding: 0 0 80px; }

.featuredSec2__content1 { background: url(../img/featured/bg1.png) no-repeat right bottom; padding-bottom: 50px; }

.featuredSec2__content1__title { margin-bottom: 60px; }

.featuredSec2__content1__title img { width: 487px; }

.featuredSec2__content1__subtitle { font-weight: bold; font-size: 37px; margin-bottom: 40px; }

.featuredSec2__subtitle { position: relative; color: #0e4c72; font-weight: bold; font-size: 22px; margin-bottom: 20px; }

.featuredSec2__subtitle span { display: inline-block; background-color: #fff; position: relative; z-index: 2; padding-right: 15px; }

.featuredSec2__subtitle:after { content: ''; display: block; width: 100%; height: 1px; background-color: #0e4c72; display: block; position: absolute; z-index: 1; left: 0; top: 50%; }

.featuredSec2__list h5 { background-color: #b1d5f1; font-weight: bold; font-size: 20px; color: #00a0df; text-align: center; padding: 5px 0; margin-bottom: 10px; }

.featuredSec2__list p { font-size: 18px; letter-spacing: 0.035em; }

@media screen and (min-width: 751px) { .featuredSec2__content1 { padding-top: 110px; }
  .featuredSec2__content1__text { width: 660px; }
  .featuredSec2__imglist { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 50px; }
  .featuredSec2__imglist li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .featuredSec2__list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .featuredSec2__list li { -webkit-box-flex: 0; -ms-flex: 0 0 24%; flex: 0 0 24%; max-width: 24%; } }

@media screen and (max-width: 750px) { .featuredSec2 { padding: 0 0 40px; }
  .featuredSec2__content1 { padding-top: 50px; padding-bottom: 20%; background: url(../img/featured/bg1.png) no-repeat right bottom/80% auto; }
  .featuredSec2__content1__title { margin-bottom: 30px; }
  .featuredSec2__content1__title img { width: 243px; }
  .featuredSec2__content1__subtitle { font-size: 22px; margin-bottom: 20px; }
  .featuredSec2__content1__text { padding-right: 20%; }
  .featuredSec2__subtitle { font-size: 17px; }
  .featuredSec2__imglist { margin-bottom: 40px; }
  .featuredSec2__imglist li { text-align: center; margin: 10px 0; }
  .featuredSec2__list h5 { font-size: 18px; }
  .featuredSec2__list p { font-size: 15px; }
  .featuredSec2__list li { margin-top: 20px; } }

/*::::::::::::::::::::::::::::::::::::::: ANCHOR featuredSec3 :::::::::::::::::::::::::::::::::::::::*/
.featuredSec3 { background-color: #b1d5f1; padding: 80px 0; }

.featuredSec3__list h4 { color: #00a0df; font-size: 30px; margin-bottom: 0.4em; letter-spacing: 0.035em; }

.featuredSec3__list p { font-size: 20px; letter-spacing: 0.035em; }

@media screen and (min-width: 751px) { .featuredSec3__list { 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; }
  .featuredSec3__list li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; padding: 30px 0; position: relative; }
  .featuredSec3__list li:after { content: ''; display: block; height: 1px; width: 98%; background-color: #999999; position: absolute; top: 0; }
  .featuredSec3__list li:nth-child(1):after, .featuredSec3__list li:nth-child(2):after { content: none; }
  .featuredSec3__list li:nth-child(even) { padding-left: 2%; }
  .featuredSec3__list li:nth-child(even):after { right: 0; }
  .featuredSec3__list li:nth-child(even):before { content: ''; display: block; height: 92%; width: 1px; background-color: #999999; position: absolute; top: 4%; left: 0; }
  .featuredSec3__list li:nth-child(odd) { padding-right: 2%; }
  .featuredSec3__list li:nth-child(odd):after { left: 0; } }

@media screen and (max-width: 750px) { .featuredSec3 { padding: 40px 0; }
  .featuredSec3__list li { padding: 15px 0; }
  .featuredSec3__list h4 { font-size: 22px; }
  .featuredSec3__list p { font-size: 15px; } }

/*::::::::::::::::::::::::::::::::::::::: ANCHOR featuredSec4 :::::::::::::::::::::::::::::::::::::::*/
.featuredSec4 { margin-top: 70px; }

.featuredSec4__top { margin-bottom: 80px; }

.featuredSec4__top__text h4 { font-weight: bold; font-size: 37px; letter-spacing: 0.035em; }

.featuredSec4__top__text h4 span { font-size: 28px; }

.featuredSec4__top__text p { font-size: 18px; letter-spacing: 0.035em; }

.featuredSec4__block { margin-top: 80px; }

.featuredSec4__content h4 { color: #00a0df; font-size: 30px; letter-spacing: 0.035em; margin-bottom: 10px; }

.featuredSec4__content h4.tag { padding-left: 170px; position: relative; }

.featuredSec4__content h4.tag i { display: block; width: 145px; position: absolute; left: 0; top: 0; }

.featuredSec4__content p { font-size: 20px; letter-spacing: 0.035em; }

@media screen and (min-width: 751px) { .featuredSec4__top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .featuredSec4__top__logo { -webkit-box-flex: 0; -ms-flex: 0 0 245px; flex: 0 0 245px; width: 245px; }
  .featuredSec4__top__text { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; width: calc(100% - 245px); }
  .featuredSec4__block { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .featuredSec4__circle { -webkit-box-flex: 0; -ms-flex: 0 0 245px; flex: 0 0 245px; width: 245px; }
  .featuredSec4__circle + .featuredSec4__content { margin-left: 0; }
  .featuredSec4__content { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; margin-left: 245px; width: calc(100% - 545px); position: relative; z-index: 2; }
  .featuredSec4__img { -webkit-box-flex: 0; -ms-flex: 0 0 300px; flex: 0 0 300px; width: 300px; margin-top: 30px; text-align: right; position: relative; z-index: 1; } }

@media screen and (min-width: 751px) and (min-width: 1367px) { .featuredSec4__img.img1 { margin-left: -50px; } }

@media screen and (min-width: 751px) and (max-width: 1024px) { .featuredSec4__circle { -webkit-box-flex: 0; -ms-flex: 0 0 155px; flex: 0 0 155px; width: 155px; }
  .featuredSec4__circle + .featuredSec4__content { margin-left: 5px; }
  .featuredSec4__content { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; margin-left: 160px; width: calc(100% - 355px); position: relative; z-index: 2; }
  .featuredSec4__img { -webkit-box-flex: 0; -ms-flex: 0 0 200px; flex: 0 0 200px; width: 200px; } }

@media screen and (max-width: 750px) { .featuredSec4 { margin-top: 40px; }
  .featuredSec4__top { margin-bottom: 40px; }
  .featuredSec4__top__logo { text-align: center; margin-bottom: 10px; }
  .featuredSec4__top__text h4 { font-size: 22px; }
  .featuredSec4__top__text h4 span { font-size: 18px; display: block; }
  .featuredSec4__top__text p { font-size: 15px; }
  .featuredSec4__circle { text-align: center; margin-bottom: 10px; }
  .featuredSec4__circle img { width: 120px; }
  .featuredSec4__content { margin-bottom: 10px; }
  .featuredSec4__content h4 { font-size: 22px; margin-bottom: 5px; }
  .featuredSec4__content h4.tag { padding-left: 110px; }
  .featuredSec4__content h4.tag i { width: 100px; }
  .featuredSec4__content p { font-size: 15px; }
  .featuredSec4__img { text-align: center; } }

/* FILE : /assets/sass/pages/_environment.scss  */
/*::::::::::::::::::::::::::::::::::::::: ANCHOR envTitle1 :::::::::::::::::::::::::::::::::::::::*/
.envTitle1 { margin-bottom: 60px; }

.envTitle1 img { width: 566px; }

@media screen and (max-width: 750px) { .envTitle1 { margin-bottom: 30px; }
  .envTitle1 img { width: 283px; } }

/*::::::::::::::::::::::::::::::::::::::: ANCHOR envBox1 :::::::::::::::::::::::::::::::::::::::*/
.envBox1__title { font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 37px; letter-spacing: 0.035em; margin-bottom: 25px; }

.envBox1__subtitle { font-weight: bold; font-size: 37px; letter-spacing: 0.035em; margin-bottom: 25px; }

.envBox1__text { font-size: 19px; }

@media screen and (min-width: 751px) { .envBox1 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .envBox1__content { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .envBox1__img { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } }

@media screen and (max-width: 750px) { .envBox1__title { font-size: 22px; margin-bottom: 15px; }
  .envBox1__subtitle { font-size: 22px; margin-bottom: 15px; }
  .envBox1__text { font-size: 15px; }
  .envBox1__content { margin-bottom: 20px; }
  .envBox1__img { text-align: center; }
  .envBox1__img img { max-width: none; width: 100%; } }

/*::::::::::::::::::::::::::::::::::::::: ANCHOR envList :::::::::::::::::::::::::::::::::::::::*/
.envList { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.envList__title { font-size: 16px; letter-spacing: 0.035em; margin-bottom: 5px; }

.envList__img { margin-bottom: 15px; }

.envList__distance { text-align: right; position: relative; font-size: 16px; }

.envList__distance span { display: inline-block; background-color: #fff; position: relative; z-index: 2; padding-right: 10px; }

.envList__distance:before { content: ''; display: block; width: 100%; height: 1px; border-top: 1px dashed #cccccc; position: absolute; top: 50%; left: 0; }

@media screen and (min-width: 751px) { .envList__item { -webkit-box-flex: 0; -ms-flex: 0 0 23.5%; flex: 0 0 23.5%; max-width: 23.5%; margin: 20px 2% 0 0; }
  .envList .envList__item:nth-child(4n) { margin-right: 0; }
  .envList .envList__item:nth-child(1), .envList .envList__item:nth-child(2), .envList .envList__item:nth-child(3), .envList .envList__item:nth-child(4) { margin-top: 0; } }

@media screen and (max-width: 750px) and (min-width: 601px) { .envList__item { -webkit-box-flex: 0; -ms-flex: 0 0 32%; flex: 0 0 32%; max-width: 32%; margin: 20px 2% 0 0; }
  .envList .envList__item:nth-child(3n) { margin-right: 0; }
  .envList .envList__item:nth-child(1), .envList .envList__item:nth-child(2), .envList .envList__item:nth-child(3) { margin-top: 0; } }

@media screen and (max-width: 750px) and (max-width: 600px) { .envList__title, .envList__distance { font-size: 13px; }
  .envList__item { -webkit-box-flex: 0; -ms-flex: 0 0 49%; flex: 0 0 49%; max-width: 49%; margin: 20px 2% 0 0; }
  .envList .envList__item:nth-child(2n) { margin-right: 0; }
  .envList .envList__item:nth-child(1), .envList .envList__item:nth-child(2) { margin-top: 0; } }

/*::::::::::::::::::::::::::::::::::::::: ANCHOR overviewSec1 :::::::::::::::::::::::::::::::::::::::*/
.overviewSec1 { padding: 70px 0; }

.overviewSec1__inner { background-color: #fff; border-radius: 20px; padding: 50px 40px; }

@media screen and (min-width: 751px) { .overviewSec1__table { width: 100%; table-layout: fixed; }
  .overviewSec1__table th { width: 250px; }
  .overviewSec1__table td { width: auto; }
  .overviewSec1__table th, .overviewSec1__table td { font-weight: bold; padding: 20px 10px; border-top: 1px dashed #cccccc; border-bottom: 1px dashed #cccccc; } }

@media screen and (max-width: 750px) { .overviewSec1 { padding: 40px 15px; }
  .overviewSec1__inner { padding: 40px 15px; }
  .overviewSec1__table { display: block; width: 100%; }
  .overviewSec1__table tbody, .overviewSec1__table tr, .overviewSec1__table th, .overviewSec1__table td { display: block; width: 100%; }
  .overviewSec1__table th, .overviewSec1__table td { font-size: 15px; }
  .overviewSec1__table th { font-weight: bold; margin-bottom: 5px; }
  .overviewSec1__table tr { padding: 15px 0; border-bottom: 1px dashed #cccccc; } }

/*::::::::::::::::::::::::::::::::::::::: ANCHOR accessSec1 :::::::::::::::::::::::::::::::::::::::*/
.accessSec1 { padding: 90px 0; }

.accessSec1__inner { background-color: #fff; border-radius: 20px; padding: 50px 40px; }

.accessSec1__title { text-align: center; margin-bottom: 50px; }

.accessSec1__title span { display: inline-block; font-size: 30px; font-weight: bold; padding-left: 77px; position: relative; }

.accessSec1__title span::before { content: ''; display: block; width: 41px; height: 51px; background: url(../img/access/icn1.png) no-repeat center center/contain; position: absolute; left: 0; top: 0; line-height: 1; }

.accessSec1__text1 { font-size: 20px; display: block; padding-left: 95px; position: relative; margin-bottom: 15px; max-width: 800px; margin-left: auto; margin-right: auto; }

.accessSec1__text1:before { content: ''; display: block; width: 68px; height: 32px; background: url(../img/access/icn2.png) no-repeat center center/contain; position: absolute; left: 0; top: 0; line-height: 1; }

.accessSec1__text2 { font-size: 20px; display: block; padding-left: 95px; position: relative; max-width: 800px; margin-left: auto; margin-right: auto; }

.accessSec1__text2:before { content: ''; display: block; width: 47px; height: 40px; background: url(../img/access/icn3.png) no-repeat center center/contain; position: absolute; left: 10px; top: 0; line-height: 1; }

@media screen and (max-width: 750px) { .accessSec1 { padding: 40px 15px; }
  .accessSec1__inner { padding: 40px 15px; }
  .accessSec1__title { margin-bottom: 30px; }
  .accessSec1__title span { font-size: 20px; padding-left: 40px; }
  .accessSec1__title span:before { width: 21px; height: 26px; }
  .accessSec1__text1 { font-size: 15px; padding-left: 45px; }
  .accessSec1__text1:before { width: 34px; height: 16px; top: 10px; }
  .accessSec1__text2 { font-size: 15px; padding-left: 45px; }
  .accessSec1__text2:before { width: 24px; height: 20px; left: 5px; } }

.contact-main { padding-top: 90px; padding-bottom: 90px; }

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

.c-form { display: block; width: 100%; max-width: 900px; margin-left: auto; margin-right: auto; }

.c-form__block { margin-bottom: 30px; }

.c-form__title { font-size: 18px; font-weight: bold; padding: 10px; background-color: #e9eaf1; margin-bottom: 10px; }

.c-form__title.required:after { content: '必須'; color: #da3300; font-size: 0.8em; display: inline-block; margin-left: 1em; }

.c-form__input { width: 100%; font-size: 18px; padding: 10px; border: 1px solid #8b8b8b; }

.c-form__input:focus { border-color: #00a0dd; }

.c-form__zip { max-width: 250px; width: 100%; font-size: 18px; padding: 10px; border: 1px solid #8b8b8b; }

.c-form__zip:focus { border-color: #00a0dd; }

.c-form__pref { max-width: 200px; width: 100%; font-size: 18px; padding: 10px; border: 1px solid #8b8b8b; }

.c-form__pref:focus { border-color: #00a0dd; }

.c-form__textarea { height: 300px; width: 100%; font-size: 18px; padding: 10px; border: 1px solid #8b8b8b; }

.c-form__textarea:focus { border-color: #00a0dd; }

.c-form__privacycheck { text-align: center; margin-bottom: 40px; }

.c-form__checkbox { display: block; width: 22px; height: 22px; border: 1px solid #8b8b8b; }

.c-form__checkbox:checked { background: #00a0dd url(../img/shared/icn-checked.png) no-repeat center center/16px; }

.c-form__select { font-size: 18px; padding: 5px; border: 1px solid #8b8b8b; }

.c-form__yearselect { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.c-form__yearselect__select { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin-right: 5px; }

.c-form__yearselect__text { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin-right: 15px; }

.c-form__label { display: inline-block; padding-left: 30px; cursor: pointer; position: relative; }

.c-form__label__checkbox { position: absolute; left: 0; top: 4px; }

.c-form__label__text { font-size: 18px; }

@media screen and (max-width: 750px) { .c-form__title { font-size: 16px; }
  .c-form__input { font-size: 16px; }
  .c-form__zip { font-size: 16px; }
  .c-form__pref { font-size: 16px; }
  .c-form__textarea { font-size: 16px; }
  .c-form__privacycheck { text-align: center; margin-bottom: 40px; }
  .c-form__label__text { font-size: 16px; } }

.submitbtn { display: block; width: 250px; height: 60px; line-height: 60px; text-align: center; color: #fff; margin: 0 auto; font-size: 20px; font-weight: bold; font-family: "Noto Sans JP", sans-serif; border-radius: 15px; background-color: #00a0dd; cursor: pointer; }

.submitbtn[disabled="true"] { background-color: #8b8b8b; cursor: not-allowed; }

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

/* FILE : /assets/sass/pages/_gallery.scss  */
/*::::::::::::::::::::::::::::::::::::::: gallery-main :::::::::::::::::::::::::::::::::::::::*/
.gallery-main { padding: 70px 0 120px; }

@media screen and (max-width: 750px) { .gallery-main { padding: 40px 0 50px; } }

/*::::::::::::::::::::::::::::::::::::::: gallery-text :::::::::::::::::::::::::::::::::::::::*/
.gallery-text { text-align: center; font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 24px; letter-spacing: 0.14em; line-height: 1.7; margin-bottom: 60px; padding-left: 10px; padding-right: 10px; }

@media screen and (max-width: 750px) { .gallery-text { font-size: 16px; margin-bottom: 30px; } }

.gallery-slide { height: 600px; width: 100%; }

@media screen and (max-width: 750px) { .gallery-slide { height: 300px; } }

.swiper-button-next, .swiper-button-prev { z-index: 3; color: #fff; margin-top: -5em; }

.swiper-button-next:after, .swiper-button-prev:after { text-shadow: 0 0 5px #333; }

/*::::::::::::::::::::::::::::::::::::::: thumblist :::::::::::::::::::::::::::::::::::::::*/
.thumblist { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 10px; padding-right: 10px; }

.thumblist-item { -webkit-box-flex: 0; -ms-flex: 0 0; flex: 0 0; cursor: pointer; }

@media screen and (min-width: 751px) { .thumblist-item { -webkit-box-flex: 0; -ms-flex: 0 0 9.1%; flex: 0 0 9.1%; max-width: 9.1%; margin-top: 20px; margin-right: 1%; }
  .thumblist .thumblist-item:nth-child(10n) { margin-right: 0; } }

@media screen and (max-width: 750px) { .thumblist-item { -webkit-box-flex: 0; -ms-flex: 0 0 18.4%; flex: 0 0 18.4%; max-width: 18.4%; margin-top: 10px; margin-right: 2%; }
  .thumblist .thumblist-item:nth-child(5n) { margin-right: 0; } }

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

@media screen and (max-width: 750px) { .designbtn { width: 200px; } }

.designSec1__title { font-weight: bold; font-size: 54px; color: #2f2f2f; letter-spacing: 0.1em; margin-bottom: 15px; }

.designSec1__text p { color: #2f2f2f; font-size: 24px; font-weight: bold; letter-spacing: 0.14em; }

@media screen and (min-width: 751px) { .designSec1 { height: 870px; padding-top: 70px; background: url(../img/design/bg1.jpg) no-repeat center top; }
  .designSec1__inner { max-width: 1230px; padding-left: 15px; padding-right: 15px; margin-left: auto; margin-right: auto; }
  .designSec1__title { max-width: 830px; margin-left: auto; }
  .designSec1__text { max-width: 830px; margin-left: auto; } }

@media screen and (max-width: 750px) { .designSec1 { background: url(../img/design/bg1-smt.jpg) no-repeat left bottom/100% auto; padding-bottom: 55%; }
  .designSec1__inner { padding: 30px 15px; }
  .designSec1__title { font-size: 28px; }
  .designSec1__text p { font-size: 16px; } }

.designSec2 { padding: 70px 0; overflow: hidden; }

.designSec2__title { text-align: center; margin-bottom: 20px; }

@media screen and (min-width: 751px) { .designSec2__img { max-width: 1600px; padding-right: 20px; margin-bottom: 60px; } }

@media screen and (max-width: 750px) { .designSec2 { padding: 40px 0; }
  .designSec2__img { padding-right: 20px; margin-bottom: 30px; }
  .designSec2__title img { width: 70px; } }

.designSec3 { background: #e6f3fd url(../img/design/bg2.png) no-repeat right top; padding: 95px 0 285px; }

.designSec3__text { font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 37px; margin-bottom: 80px; }

@media screen and (min-width: 751px) { .designSec3__title { margin-bottom: 90px; } }

@media screen and (max-width: 750px) { .designSec3 { padding: 45px 0 60px; background-size: 70% auto; background-position: right top; }
  .designSec3__title { margin-bottom: 40px; }
  .designSec3__title img { width: 179px; }
  .designSec3__text { font-size: 18px; margin-bottom: 30px; } }

.designSec4 { padding: 100px 0; }

.designSec4__text { font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 37px; }

.designSec4__img { margin-bottom: 40px; }

@media screen and (min-width: 751px) { .designSec4__top { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .designSec4__title { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; }
  .designSec4__text { -webkit-box-flex: 0; -ms-flex: 0 0 56%; flex: 0 0 56%; max-width: 56%; } }

@media screen and (max-width: 750px) { .designSec4 { padding: 50px 0; }
  .designSec4__img { margin-bottom: 20px; }
  .designSec4__title { margin-bottom: 20px; }
  .designSec4__title img { width: 80px; }
  .designSec4__text { font-size: 18px; margin-bottom: 10px; } }

/*::::::::::::::::::::::::::::::::::::::: ANCHOR facilities-catch :::::::::::::::::::::::::::::::::::::::*/
.facilities-catch { padding-top: 60px; padding-bottom: 60px; }

.facilities-catch__title { text-align: center; margin-bottom: 35px; }

.facilities-catch__text { font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 30px; text-align: center; margin-bottom: 50px; }

@media screen and (max-width: 750px) { .facilities-catch { padding-top: 30px; padding-bottom: 30px; }
  .facilities-catch__title { margin-bottom: 15px; }
  .facilities-catch__title img { width: 180px; }
  .facilities-catch__text { font-size: 15px; } }

/*::::::::::::::::::::::::::::::::::::::: ANCHOR faci-tab :::::::::::::::::::::::::::::::::::::::*/
.faci-tab { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.faci-tab__item { -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; max-width: 48%; text-align: center; height: 100px; line-height: 100px; border-radius: 50px; -webkit-box-shadow: 3px 3px 0 #c9c9c9; box-shadow: 3px 3px 0 #c9c9c9; background-color: #fff; font-size: 30px; cursor: pointer; }

.faci-tab__item.current { background-image: -webkit-gradient(linear, left top, right top, from(#2f3261), color-stop(14%, #0263a5), color-stop(30%, #007fbc), color-stop(42%, #0094d1), color-stop(50%, #38ade0), color-stop(58%, #6ab9e3), color-stop(68%, #e89e00), color-stop(76%, #e38200), color-stop(86%, #dc4706), color-stop(93%, #d80d10), to(#930002)); background-image: -webkit-linear-gradient(left, #2f3261 0%, #0263a5 14%, #007fbc 30%, #0094d1 42%, #38ade0 50%, #6ab9e3 58%, #e89e00 68%, #e38200 76%, #dc4706 86%, #d80d10 93%, #930002 100%); background-image: -o-linear-gradient(left, #2f3261 0%, #0263a5 14%, #007fbc 30%, #0094d1 42%, #38ade0 50%, #6ab9e3 58%, #e89e00 68%, #e38200 76%, #dc4706 86%, #d80d10 93%, #930002 100%); background-image: linear-gradient(90deg, #2f3261 0%, #0263a5 14%, #007fbc 30%, #0094d1 42%, #38ade0 50%, #6ab9e3 58%, #e89e00 68%, #e38200 76%, #dc4706 86%, #d80d10 93%, #930002 100%); color: #fff; }

@media screen and (max-width: 750px) { .faci-tab__item { height: 50px; line-height: 50px; font-size: 15px; } }

.js-tabcontent { display: none; }

.faci-title1 { color: #6bb92d; font-weight: bold; font-size: 30px; margin-bottom: 30px; }

@media screen and (max-width: 750px) { .faci-title1 { font-size: 20px; margin-bottom: 20px; } }

.faci-title2 { color: #ed6c00; font-weight: bold; font-size: 30px; margin-bottom: 30px; }

@media screen and (max-width: 750px) { .faci-title2 { font-size: 20px; margin-bottom: 20px; } }

.faci-title3 { color: #3d6d1f; font-weight: bold; font-size: 30px; margin-bottom: 30px; }

@media screen and (max-width: 750px) { .faci-title3 { font-size: 20px; margin-bottom: 20px; } }

.faci-secpadding { padding-top: 100px; padding-bottom: 100px; }

@media screen and (max-width: 750px) { .faci-secpadding { padding-top: 50px; padding-bottom: 50px; } }

.faci-list1__item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 50px; }

.faci-list1__item i { -webkit-box-flex: 0; -ms-flex: 0 0 50px; flex: 0 0 50px; width: 50px; line-height: 50px; text-align: center; background-color: #5f7d0f; color: #fff; margin-right: 40px; }

.faci-list1__item span { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; display: block; width: calc(100% - 90px); }

.faci-list1 .faci-list1__item:nth-child(1) { margin-top: 0; }

@media screen and (max-width: 750px) { .faci-list1__item { margin-top: 20px; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
  .faci-list1__item i { -webkit-box-flex: 0; -ms-flex: 0 0 30px; flex: 0 0 30px; width: 30px; height: 30px; line-height: 30px; margin-right: 20px; }
  .faci-list1__item span { width: calc(100% - 50px); } }

.faci-list2 { display: -webkit-box; display: -ms-flexbox; display: flex; }

@media screen and (min-width: 751px) { .faci-list2 { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .faci-list2__item { -webkit-box-flex: 0; -ms-flex: 0 0 13%; flex: 0 0 13%; max-width: 13%; } }

@media screen and (max-width: 750px) { .faci-list2 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .faci-list2__item { -webkit-box-flex: 0; -ms-flex: 0 0 23.5%; flex: 0 0 23.5%; margin-right: 2%; margin-top: 10px; }
  .faci-list2 .faci-list2__item:nth-child(4n) { margin-right: 0; } }

/*::::::::::::::::::::::::::::::::::::::: ANCHOR facitab1Sec1 :::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::: ANCHOR faciImgbox1 :::::::::::::::::::::::::::::::::::::::*/
.faciImgbox1__title { font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 37px; color: #221815; }

@media screen and (min-width: 751px) { .faciImgbox1 { max-width: 1600px; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
  .faciImgbox1__img { -webkit-box-flex: 0; -ms-flex: 0 0 800px; flex: 0 0 800px; width: 800px; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .faciImgbox1__content { margin-right: auto; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; width: 50%; max-width: 600px; padding-left: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; } }

@media screen and (max-width: 750px) { .faciImgbox1__img { text-align: center; margin-bottom: 15px; }
  .faciImgbox1__title { font-size: 22px; text-align: center; }
  .faciImgbox1__content { padding-right: 15px; padding-left: 15px; } }

/*::::::::::::::::::::::::::::::::::::::: ANCHOR faciImgbox2 :::::::::::::::::::::::::::::::::::::::*/
@media screen and (min-width: 751px) { .faciImgbox2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .faciImgbox2__img { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; padding-left: 30px; }
  .faciImgbox2__content { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; padding-right: 10px; } }

@media screen and (max-width: 750px) { .faciImgbox2__content { margin-bottom: 15px; }
  .faciImgbox2__img { text-align: center; } }

/*::::::::::::::::::::::::::::::::::::::: ANCHOR faciImgbox3 :::::::::::::::::::::::::::::::::::::::*/
@media screen and (min-width: 751px) { .faciImgbox3 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .faciImgbox3__img { -webkit-box-flex: 0; -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30%; padding-left: 15px; }
  .faciImgbox3__content { -webkit-box-flex: 0; -ms-flex: 0 0 70%; flex: 0 0 70%; max-width: 70%; padding-right: 10px; } }

@media screen and (max-width: 750px) { .faciImgbox3__content { margin-bottom: 15px; }
  .faciImgbox3__img { text-align: center; } }

/*::::::::::::::::::::::::::::::::::::::: ANCHOR att-catch :::::::::::::::::::::::::::::::::::::::*/
.att-catch { padding-bottom: 195px; background: url(../img/attraction/bg1.jpg) no-repeat center bottom; }

.att-catch__logo { text-align: center; margin-bottom: 50px; }

.att-catch__logo img { width: 260px; }

.att-catch__text { text-align: center; font-size: 37px; font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; margin-bottom: 40px; }

.att-catch__fg { text-align: center; }

.att-catch__fg img { width: 750px; }

@media screen and (max-width: 750px) { .att-catch__logo { margin-bottom: 25px; }
  .att-catch__logo img { width: 150px; }
  .att-catch__text { font-size: 20px; letter-spacing: 0; }
  .att-catch__fg { margin-bottom: 20px; }
  .att-catch__fg img { width: 300px; } }

@media screen and (max-width: 600px) { .att-catch { padding-bottom: 100px; background-size: auto 70px; } }

/*::::::::::::::::::::::::::::::::::::::: ANCHOR att-section :::::::::::::::::::::::::::::::::::::::*/
.att-section { padding: 80px 0; }

@media screen and (max-width: 750px) { .att-section { padding: 40px 0; } }

/*::::::::::::::::::::::::::::::::::::::: ANCHOR att-sectitle :::::::::::::::::::::::::::::::::::::::*/
.att-sectitle { margin-bottom: 60px; }

.att-sectitle__text { font-weight: bold; font-size: 37px; }

.att-sectitle__text small { font-size: 24px; font-weight: bold; }

@media screen and (min-width: 751px) { .att-sectitle { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .att-sectitle__icon { -webkit-box-flex: 0; -ms-flex: 0 0 195px; flex: 0 0 195px; width: 195px; }
  .att-sectitle__icon img { width: 160px; }
  .att-sectitle__text { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; width: calc(100% - 195px); } }

@media screen and (max-width: 750px) { .att-sectitle { margin-bottom: 30px; }
  .att-sectitle__icon { display: block; text-align: center; }
  .att-sectitle__icon img { width: 80px; }
  .att-sectitle__text { display: block; font-size: 18px; }
  .att-sectitle__text small { font-size: 14px; } }

/*::::::::::::::::::::::::::::::::::::::: ANCHOR att-sec1box :::::::::::::::::::::::::::::::::::::::*/
.att-sec1box__content h3 { font-weight: bold; font-size: 22px; color: #0e4c72; }

.att-sec1box__content p { line-height: 1.8; }

@media screen and (min-width: 751px) { .att-sec1box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .att-sec1box__img { -webkit-box-flex: 0; -ms-flex: 0 0 48.33%; flex: 0 0 48.33%; width: 48.33%; }
  .att-sec1box__content { -webkit-box-flex: 0; -ms-flex: 0 0 48.33%; flex: 0 0 48.33%; width: 48.33%; } }

@media screen and (max-width: 750px) { .att-sec1box__img { text-align: center; margin-bottom: 15px; }
  .att-sec1box__content h3 { font-size: 18px; } }

/*::::::::::::::::::::::::::::::::::::::: ANCHOR att-imgbox1 :::::::::::::::::::::::::::::::::::::::*/
.att-imgbox1__content h3 { font-size: 30px; margin-bottom: 20px; }

.att-imgbox1__content p { font-size: 20px; }

@media screen and (min-width: 751px) { .att-imgbox1 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .att-imgbox1__img { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; -webkit-box-flex: 0; -ms-flex: 0 0 27.5%; flex: 0 0 27.5%; width: 27.5%; }
  .att-imgbox1__content { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; -webkit-box-flex: 0; -ms-flex: 0 0 70%; flex: 0 0 70%; width: 70%; }
  .att-imgbox1__content.full { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; } }

@media screen and (max-width: 750px) { .att-imgbox1 { overflow: hidden; }
  .att-imgbox1__img { float: right; margin: 0 0 10px 10px; width: 33%; max-width: 327px; }
  .att-imgbox1__content h3 { font-size: 20px; margin-bottom: 10px; }
  .att-imgbox1__content p { font-size: 15px; } }

/*::::::::::::::::::::::::::::::::::::::: ANCHOR att-imgbox2 :::::::::::::::::::::::::::::::::::::::*/
@media screen and (min-width: 751px) { .att-imgbox2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .att-imgbox2__img { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; width: 48%; }
  .att-imgbox2__content { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; -webkit-box-flex: 0; -ms-flex: 0 0 48%; flex: 0 0 48%; width: 48%; } }

@media screen and (max-width: 750px) { .att-imgbox2__content { margin-bottom: 15px; } }

/*::::::::::::::::::::::::::::::::::::::: ANCHOR att-sec3box :::::::::::::::::::::::::::::::::::::::*/
.att-sec3box { background: url(../img/attraction/sec3-bg1.jpg) no-repeat right center; }

.att-sec3box__content { max-width: 660px; font-size: 22px; }

@media screen and (min-width: 751px) { .att-sec3box { min-height: 600px; }
  .att-sec3box .inner { min-height: 600px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .att-sec3box__content { -webkit-box-flex: 0; -ms-flex: 0 0 660px; flex: 0 0 660px; } }

@media screen and (max-width: 750px) { .att-sec3box { background-position: right bottom; background-size: 300px auto; padding-bottom: 150px; }
  .att-sec3box__content { font-size: 16px; } }

/*::::::::::::::::::::::::::::::::::::::: ANCHOR att-sec5box :::::::::::::::::::::::::::::::::::::::*/
.att-sec5box { margin-bottom: 40px; }

.att-sec5box__title { font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 30px; letter-spacing: 0.035em; -webkit-font-feature-settings: "palt"; font-feature-settings: "palt"; }

@media screen and (min-width: 751px) { .att-sec5box { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .att-sec5box__title { -webkit-box-flex: 0; -ms-flex: 0 0 53.33%; flex: 0 0 53.33%; width: 53.33%; }
  .att-sec5box__img { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; width: 50%; margin-left: -3.33%; -ms-flex-item-align: end; align-self: flex-end; } }

@media screen and (max-width: 750px) { .att-sec5box__title { font-size: 20px; margin-bottom: 15px; }
  .att-sec5box__img { text-align: center; } }

  /* -------0421追加分--------- */


.box1 {
  padding: 2em 1em;
  margin: 2em 20em 0;
  border: solid 2px #1e90ff;
  max-width: 700px;
  margin: auto;
}

.box1 p {
  text-align: center;
  margin: 0; 
  padding: 0;
}

.newmark{

  background-color: red;
  border-radius: 10px;
  text-align: center;
  width: 200px;
  margin: 20px auto 0;
}

@media screen and (max-width:780px){
  /*画面幅が780pxまでの時*/

  .box1{

    padding: 1em 1em;
    margin: 2em 2em 0;
    border: solid 2px #1e90ff;
    
    }

    .box1 p {
      text-align: center;
      margin: 0; 
      padding: 0;
    }

    .newmark{

      background-color: red;
      border-radius: 10px;
      text-align: center;
      width: 200px;
      margin: 10px auto;
    }

  .br-sp { display:none; }

}

/* 20200804 */

.company_info{

  margin: 10px auto;
  padding: 15px 10px;
  border: 1px solid black;
  text-align: center;

}

.company_info_img{

display: block;
text-align: center;

}

.company_info_btn{

  background-color: #ffc993;
  border-radius: 6px;
  border: 1px solid black;
  font-size: small;
  width: 174px;
  height: 24px;
  display: block;
  text-align: center;
  margin: 9px auto 3px;

}

.company_row{
display: flex;
max-width: 67%;
margin: auto;
}

@media screen and (min-width:780px){
.company_info {
  width: 385px;
}

}

@media screen and (max-width:780px){

.company_info {
  margin: 20px auto;
  padding: 15px 10px;
  border: 1px solid black;
  text-align: center;
}

.company_row{

    max-width: 100%;
    flex: none;
    display: block;
}

}

/*----- 20210517 -----*/
@media screen and (max-width: 750px) {
  .head {
    display: flex;
  }
  .tel-sp {
    background-color: #000;
    color: #fff;
    padding: 1.5%;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 25%;
    right: 15%;
  }
  img.phone {
    width: 13%;
    vertical-align: sub;
    margin: 0 6% 0 3%;
  }
  ul.sp_fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    height: auto;
    color: #fff;
    display: flex;
    align-items: flex-end;
    width: 100%;
  }
  .head-logo {
  width: 40%;
  position: absolute;
  top: 25%;
  left: 2%;
  }
  .head-menubtn {
    display: block;
    position: absolute;
    width: 10%;
    top: 20%;
    right: 3%;
  }
  ul.sp_fixed li {
    width: 100%;
  }
  ul.sp_fixed li a {
    display: block;
    padding: 10% 0;
    font-size: 4vw;
    text-align: center;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

  ul.sp_fixed li:nth-child(1) {
    background-color: #de6c00;
  }
  ul.sp_fixed li:nth-child(2) {
    background-color: #0068a8;
  }
  ul.sp_fixed li:nth-child(3) {
    background-color: #00a0dd;
  }
}

@media screen and (min-width: 751px) {
  .tel-sp, ul.sp_fixed {
    display:none;
  } 
}


.main-visual {
    position: relative;
}
.main-visual .main-visual__btn {
    width: 15%;
    max-width: 200px;
    padding: 1em;
    color: #fff;
    background: #1d2088;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border-radius: 50px;
    font-size: clamp(12px, 1.5vw, 20px);
    font-weight: bold;
    position: absolute;
    left: 34%;
    bottom: 18%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity ease .3s;
}
.main-visual .main-visual__btn:hover {
    opacity: .6;
}
.main-visual .main-visual__btn span {
    position: relative;
    line-height: 1;
    padding-right: 0.5em;
}
.main-visual .main-visual__btn span::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    line-height: 1;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 47%;
    left: 100%;
}
@media screen and (max-width: 750px) {
	.main-visual .main-visual__btn {
	    width: 35%;
	    max-width: 130px;
	    font-size: 14px;
	    left: 8%;
	    bottom: 13%;
	}
	.main-visual .main-visual__btn span::after {
	    left: 95%;
	}
}

h2.top_movie_title {
	background: #00A88E;
	color: #fff;
	font-weight: bold;
	font-size: 200%;
	padding: 0 3%;
	border: none;
	display: block;
	margin: 0 auto 25px auto;
	width: fit-content;
}

h3.top_movie_subtitle {
	color: #227fc0;
	border-bottom: 1px solid #227fc0;
	text-align: center;
	font-size: 130%;
	line-height: 1.8;
	font-weight: bold;
	margin-bottom: 2.5%;
	width: 90%;
margin-left: auto;
margin-right: auto;
}

@media(max-width:767px) {
	h2.top_movie_title{
		font-size: 150%;
	}

}

.box-parent {
	width: 100%;
	height: auto;
	position: relative;
}

.box-parent::after {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	padding-top: 56.25%;

}

.top_movie_wrap {
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 4em;
}



div.top_movie_contents {
	text-align: center;
	margin: 0 auto;
}

.top_movie_contents video.vid_main {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

@media(max-width:845px) {
	.box-parent::after{
		content: unset;
	}
	.top_movie_wrap {
		display: block !important;
		width: 97%;
		padding-bottom: 1rem;
	}

	div.top_movie_contents {
		width: 100% !important;
	}

	.top_movie_contents video.vid_main {
		position: static;
		max-height: fit-content;
	}
}

.pc-only,
.sp-only {
	display: none;
}

@media(min-width:767px) {
	.pc-only {
		display: block !important;
	}
}

@media(max-width:767px) {
	.sp-only {
		display: block !important;
	}
}