@charset "UTF-8";
/* common
----------------------------------------------------------- */
@media screen and (min-width: 769px) {
  body {
    background: #fff;
    min-width: 1240px !important;
-webkit-text-size-adjust: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

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

/* header
----------------------------------------------------------- */
#top-head {
  width: 100%;
  clear: both;
  background: url(../images/common/line_triangle.png) repeat-x 0 2px;
  margin: 0 auto;
  padding-top: 48px;
  line-height: 1;
  z-index: 999;
}

.top-head-inner {
  width: 1240px;
  margin: 0 auto;
  clear: both;
  position: relative;
  z-index: 999;
  padding-bottom: 40px;
}

#logo-head {
  text-align: center;
  margin: 0 auto;
  width: 250px;
}

.head-nav {
  position: absolute;
  top: 70px;
  right: 20px;
}
.head-nav li {
  display: inline-block;
  transition: all .3s;
}
.head-nav li a {
  color: #003893;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 48px 1em 0 1em;
}
.head-nav li.h-contact a {
  background: url(../images/common/icon_head_contact.png) no-repeat 50% 0;
}
.head-nav li.h-access a {
  background: url(../images/common/icon_head_access.png) no-repeat 50% 0;
}
.head-nav li:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* nav
----------------------------------------------------------- */
#global-nav {
  width: 100%;
  clear: both;
  background: url(../images/common/line_wave.png) repeat-x center bottom;
}
#global-nav .menu {
  width: 1240px;
  margin: 0 auto;
  clear: both;
  font-size: 0;
  text-align: center;
  padding-bottom: 25px;
}
#global-nav .menu > li {
  display: inline-block;
  vertical-align: top;
  background: url(../images/common/gnav_line.png) no-repeat top right;
}
#global-nav .menu > li:last-child {
  background: none;
}
#global-nav .menu > li > a, #global-nav .menu > li div {
  color: #003893;
  font-weight: bold;
  display: block;
  line-height: 1.4;
  font-size: 16px;
  cursor: pointer;
  padding: 0 30px 15px 48px;
  text-align: left;
  transition: all .3s;
}
#global-nav .menu > li > a:hover, #global-nav .menu > li div:hover {
  color: #5FB538;
}
#global-nav .menu > li span {
  font-family: 'Teko', sans-serif;
  font-size: 10px;
  display: block;
}

#global-nav .gnav01 > a {
  background: url(../images/common/icon_basket.svg) no-repeat 13px 5px;
  background-size: 25px;
}

#global-nav .gnav02 > a {
  background: url(../images/common/icon_cheer.svg) no-repeat 13px 5px;
  background-size: 25px;
}

#global-nav .gnav03 > a {
  background: url(../images/common/icon_cafe2.svg) no-repeat 10px 6px;
  background-size: 29px;
}

#global-nav .gnav04 > a {
  background: url(../images/common/icon_about.svg) no-repeat 13px 5px;
  background-size: 25px;
}

#global-nav .gnav05 > a {
  background: url(../images/common/icon_shop.svg) no-repeat 13px 5px;
  background-size: 25px;
}

#global-nav .gnav06 > a {
  background: url(../images/common/icon_mail.svg) no-repeat 13px 5px;
  background-size: 25px;
}

@media screen and (min-width: 769px) {
  #global-nav {
    display: block !important;
  position: relative;
  z-index: 1;
  }

  #global-nav ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
  }

  #global-nav .menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  #global-nav .menu:before,
  #global-nav .menu:after {
    content: " ";
    display: table;
  }

  #global-nav .menu:after {
    clear: both;
  }

  #global-nav .menu {
    *zoom: 1;
  }

  #global-nav .init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 40px;
    left: 46%;
    border-right: 1px solid #003893;
    border-bottom: 1px solid #003893;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #global-nav .menu > li.menu__single {
    position: relative;
  }

  #global-nav li.menu__single ul.menu__second-level {
    position: absolute;
    top: 30px;
    width: 200px;
    background: #003893;
    -webkit-transition: all .2s;
    transition: all .2s;
  }

  #global-nav .gnav01 ul.menu__second-level {
    left: -7px;
  }

  #global-nav .gnav02 ul.menu__second-level {
    left: -16px;
  }

  #global-nav .gnav03 ul.menu__second-level {
    left: 16px;
  }

  #global-nav li.menu__single:hover ul.menu__second-level {
    top: 48px;
    visibility: visible;
    opacity: 1;
  }

  #global-nav .menu__second-level li {
    border: 1px solid #0052DB;
    border-bottom: none;
  }
  #global-nav .menu__second-level li a {
    line-height: 50px;
    color: #fff;
    font-weight: normal;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    cursor: pointer;
    text-align: center;
    padding: 0 1em;
  }

  #global-nav .menu__second-level li a:hover {
    background: #111;
  }
}
/* visual
----------------------------------------------------------- */
#tp-visual {
  width: 100%;
  clear: both;
  height: auto;
  background: url(../images/tp_visual_bg.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 44px;
  padding-bottom: 48px;
margin-top: -20px;
}

.tp-visual-inner {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  background: #fff;
}

/* メイン共通パーツ
----------------------------------------------------------- */
/*見出しベース*/
.tp-ttl {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  color: #003893;
  line-height: 1.1;
  position: relative;
  padding-top: 32px;
  padding-bottom: 28px;
  margin-bottom: 40px;
}
.tp-ttl::after {
  background: url(../images/common/ttl_btm.png) no-repeat 0;
  width: 254px;
  height: 12px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.tp-ttl span {
  font-size: 70px;
  font-size: 7rem;
  font-family: 'Teko', sans-serif;
  letter-spacing: 0.02em;
  display: block;
}

/*導入文*/
.tp-intro {
  text-align: center;
  margin-bottom: 40px;
}

/*ボタン*/
.btn {
  width: 280px;
  display: block;
  margin: 0 auto;
  line-height: 1.0;
}
.btn a {
  background: none;
  color: #003893;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 42px;
  outline: none;
  margin: 0 auto;
  transition: all .3s;
}
.btn a:hover {
  background: #003893;
  color: #FFF;
  text-decoration: none;
}

/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root .btn a {
  padding-top: 4px;
}

/*ボタン-矢印アイコン*/
.b-arrow {
  position: relative;
  vertical-align: middle;
  text-decoration: none;
}

.b-arrow::before,
.b-arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow01::before {
  left: 92%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #003893;
  border-right: 1px solid #003893;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow01:hover::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/*英字フォント*/
.teko {
  font-family: 'Teko', sans-serif;
}

/* #tp-event
----------------------------------------------------------- */
#tp-event {
  width: 100%;
  clear: both;
  background: url(../images/common/bg_vertical_blue.png);
  position: relative;
  padding: 80px 0 160px;
  z-index: 1;
}
#tp-event::before {
  position: absolute;
  content: "";
  background: url(../images/common/bg_wave01.png) no-repeat top center;
  height: 80px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
/*
#tp-event::after {
  position: absolute;
  content: "";
  background: url(../images/common/bg_wave02.png) no-repeat bottom center;
  height: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
*/
#tp-event::after {
  display: none;
}

.tp-event-inner {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
.tp-event-inner p {
  font-size: 15px;
  font-size: 1.5rem;
  color: #222;
  line-height: 1.6;
}

.tp-event-inner .tp-ttl {
  background: url(../images/common/icon_event.svg) no-repeat top center;
  background-size: 30px;
}

.list-archive ul {
  font-size: 0px;
  font-size: 0rem;
/*
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
*/
}
.list-archive ul li {
  background: #fff;
  display: inline-block;
  width: 360px;
/*
  width: calc((100% - 120px) / 3);
  min-height: 310px;
*/
  position: relative;
  margin-right: 60px;
  margin-bottom: 60px;
  vertical-align: top;
}
.list-archive ul li:nth-of-type(3n) {
  margin-right: 0;
}
.list-archive ul li::after {
  background: #E7EFF1;
  width: 94%;
  height: 5px;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
}
.list-archive ul li .icon-cate {
  position: absolute;
  top: -10px;
  left: 0;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.1em 1em 0 1em;
}
.list-archive ul li .ttl-box {
  background: #fff;
  padding: 20px;
}
.list-archive ul li .ttl-box h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
}
.list-archive ul li .ttl-box .date {
  font-size: 12px;
  font-size: 1.2rem;
  color: #8991A5;
  margin-top: 1em;
}

/*アイコンカラー*/
.icon-cate {
  background: #46BDD7;
}

.icon-cate.events {
  background: #CA87D2;
}

.icon-cate.news {
  background: #74C950;
}

.icon-cate.cheerdance {
  background: #F091B3;
}

.icon-cate.basketball {
  background: #F7B915;
}

@media screen and (min-width: 769px) {
  .list-archive figure {
    overflow: hidden;
    width: 360px;
    height: 180px;
    position: relative;
  }
  .list-archive figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
}
.list-archive a:hover h3,
.list-infotype a:hover h3 {
  color: #003893;
}

#tp-event .btn, #tp-info .btn {
  border: 1px solid #003893;
  border-radius: 24px;
}
#tp-event .btn a, #tp-info .btn a {
  background: none;
  border-radius: 24px;
  color: #003893;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 42px;
  outline: none;
  margin: 0 auto;
  transition: all .3s;
}
#tp-event .btn a:hover, #tp-info .btn a:hover {
  background: #003893;
  color: #FFF;
  text-decoration: none;
}

/* #tp-info
----------------------------------------------------------- */
#tp-info {
  width: 100%;
  clear: both;
  background: #fff;
  position: relative;
  padding: 0 0 80px;
}

.tp-info-inner {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
.tp-info-inner p {
  font-size: 15px;
  font-size: 1.5rem;
  color: #222;
  line-height: 1.6;
}

.tp-info-inner .tp-ttl {
  background: url(../images/common/icon_schoolinfo.svg) no-repeat top center;
  background-size: 30px;
}

.list-infotype ul {
  font-size: 0px;
  font-size: 0rem;
}
.list-infotype ul li {
  background: #F5F9FA;
  display: inline-block;
  width: 570px;
  min-height: 150px;
  position: relative;
  margin-right: 60px;
  margin-bottom: 60px;
  vertical-align: top;
  *zoom: 1;
}
.list-infotype ul li:after {
  content: "";
  display: table;
  clear: both;
}
.list-infotype ul li:nth-child(2n) {
  margin-right: 0;
}
.list-infotype ul li::after {
  background: #E7EFF1;
  width: 94%;
  height: 5px;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
}
.list-infotype ul li figure {
  width: 200px;
  height: 150px;
  overflow: hidden;
  float: left;
}
.list-infotype ul li .ttl-box {
  padding: 30px 20px 20px 20px;
  width: 370px;
  float: right;
}
.list-infotype ul li .ttl-box .icon-cate {
  position: absolute;
  top: -10px;
  right: 0;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.1em 1em 0 1em;
}
.list-infotype ul li .ttl-box .date {
  font-size: 12px;
  font-size: 1.2rem;
  color: #8991A5;
  margin-bottom: 1em;
}
.list-infotype ul li .ttl-box h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
}

/* #tp-school
----------------------------------------------------------- */
#tp-school {
  width: 100%;
  clear: both;
  background: url(../images/tp_school_bg.jpg) no-repeat top center;
  background-size:auto 100%;
  position: relative;
  padding: 80px 0;
  z-index: 1;
}
#tp-school::before {
  position: absolute;
  content: "";
  background: url(../images/common/bg_wave01.png) no-repeat top center;
  height: 80px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.tp-school-inner {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
.tp-school-inner p {
  font-size: 15px;
  font-size: 1.5rem;
  color: #222;
  line-height: 1.6;
}

.tp-school-inner .tp-ttl {
  background: url(../images/common/icon_schoolguide.svg) no-repeat top center;
  background-size: 30px;
}

.tp-school-area {
  *zoom: 1;
  padding-top: 24px;
  display:flex;
  justify-content: center;
}
.tp-school-area:after {
  content: "";
  display: table;
  clear: both;
}

.school-box {
  width: 500px;
  text-align: center;
  margin-right: 60px;
  position: relative;
}
.school-box:last-child {
  margin-right: 0;
}
.school-box .photo-show {
  position: relative;
  width: 100%;
  height: auto;
}
.school-box .photo-show::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.school-box .photo-show img {
  animation: show 8s infinite;
  -webkit-animation: show 8s infinite;
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes show {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
}
.school-box .photo-show img:nth-of-type(1) {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}
.school-box .photo-show img:nth-of-type(2) {
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
}
.school-box .photo-show img {
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.school-box .photo-show:hover img {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
.school-box h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  padding-top: 24px;
  line-height: 1.3;
}
.school-box .small {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Teko', sans-serif;
  color: #fff;
  margin-top: 0.2em;
}
.school-box .catch {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  margin-top: 1em;
  line-height: 1.3;
}
.school-box .s-logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.school-box ul {
  padding: 16px 40px 40px 40px;
}
.school-box li {
  display: block;
  width: 100%;
  margin: 0 auto;
  line-height: 1.0;
  margin-top: 8px;
}
.school-box li a {
  background: #fff;
  border-radius: 4px;
  line-height: 40px;
  display: block;
  outline: none;
  transition: all .3s;
}
.school-box li a:hover {
  background: #222;
  color: #fff;
}
.school-box li.trial.arrow01::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.school-box li.trial a {
  background: #003893;
  color: #fff;
}
.school-box li.trial a:hover {
  background: #222;
}

.box-basket {
  background: #F7B915;
}
.box-basket .s-logo {
  width: 60px;
  top: -50px;
}

.box-cheer {
  background: #F091B3;
}
.box-cheer .s-logo {
  width: 106px;
  top: -36px;
}

.box-fitness {
  background: #46BDD7;
}
.box-fitness .s-logo {
  width: 60px;
  top: -30px;
}

/* #tp-shop
----------------------------------------------------------- */
#tp-shop {
  width: 100%;
  clear: both;
  background: url(../images/bg_vertical_navy.png);
  position: relative;
  padding: 40px 0 80px;
}

.tp-shop-inner {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}

.tp-shop-inner h2 {
  background: url(../images/tp_shop_ttl.png) no-repeat top center;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.1;
  position: relative;
  padding-top: 80px;
  margin-bottom: 64px;
}
.tp-shop-inner h2 span {
  font-size: 56px;
  font-size: 5.6rem;
  font-family: 'Teko', sans-serif;
  line-height: 1.2;
  letter-spacing: 0.02em;
  display: block;
}

.tp-shop-inner ul {
  font-size: 0;
}
.tp-shop-inner ul li {
  display: inline-block;
  background: #fff;
}
.tp-shop-inner ul li:last-child {
  margin-left: 80px;
}
.tp-shop-inner ul li h3 {
  background: url(../images/common/arrow_blue.svg) no-repeat 96% 50%;
  padding: 1em 0;
  font-size: 18px;
  font-size: 1.8rem;
  color: #003893;
  font-weight: bold;
  text-align: center;
}

/* #tp-faci
----------------------------------------------------------- */
#tp-faci {
  width: 100%;
  clear: both;
  background: #E7EFF1;
  position: relative;
  padding: 64px 0 80px;
}

.tp-faci-inner {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}

.tp-faci-inner h2 {
  background: url(../images/common/icon_faci.svg) no-repeat top center;
  background-size: 30px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  color: #003893;
  line-height: 1.1;
  position: relative;
  padding-top: 40px;
}
.tp-faci-inner h2 span {
  font-size: 56px;
  font-size: 5.6rem;
  font-family: 'Teko', sans-serif;
  line-height: 1.2;
  letter-spacing: 0.02em;
  display: block;
}

.tp-faci-inner ul {
  font-size: 0;
  text-align: center;
}
.tp-faci-inner ul li {
  display: inline-block;
  background: #003893;
  margin-right: 60px;
  margin-top: 56px;
}
.tp-faci-inner ul li:nth-child(3), .tp-faci-inner ul li:nth-child(5) {
  margin-right: 0;
}
.tp-faci-inner ul li p {
  background: url(../images/common/arrow_blue.svg) no-repeat 96% 50%;
  padding: 1em 0;
  font-size: 17px;
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
  line-height: 1.0;
}

/* #tp-sns
----------------------------------------------------------- */
#tp-sns {
  width: 100%;
  clear: both;
  background: url(../images/tp_sns_bg.jpg);
  position: relative;
  padding: 80px 0 100px;
}

.tp-sns-inner {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  *zoom: 1;
}
.tp-sns-inner:after {
  content: "";
  display: table;
  clear: both;
}

.tp-sns-inner h2 {
  border: 3px solid #fff;
  font-size: 40px;
  font-size: 4rem;
  font-family: 'Teko', sans-serif;
  color: #fff;
  margin-bottom: 1em;
  padding: 0.3em 1em 0.2em;
  line-height: 1;
  display: inline-block;
  transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
}

.tp-twitter {
  float: left;
  width: 520px;
  text-align: center;
}

.tp-fb {
  float: right;
  width: 520px;
  text-align: center;
}

/* #tp-calender
----------------------------------------------------------- */
#tp-calender {
  width: 100%;
  clear: both;
  background: #E7EFF1;
  position: relative;
  padding: 64px 0 80px;
}

#tp-calender iframe{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-left:  10%;
	padding-right:  10%;
}

.tp-calender-inner h2 {
  background: url(../images/common/icon_calender.svg) no-repeat top center;
  background-size: 30px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  color: #003893;
  line-height: 1.1;
  position: relative;
  padding-top: 40px;
}

.tp-calender-inner h2 span {
  font-size: 56px;
  font-size: 5.6rem;
  font-family: 'Teko', sans-serif;
  line-height: 1.2;
  letter-spacing: 0.02em;
  display: block;
}


/* #tp-support
----------------------------------------------------------- */
#tp-support {
  width: 100%;
  clear: both;
  background: #FFF;
  position: relative;
  padding: 100px 0 80px;
}

.tp-support-inner {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
.tp-support-inner h2 {
  color: #003893;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  background: url(../images/common/ttl_btm.png) repeat-x bottom center;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 80px;
}

.tp-support-inner ul {
  font-size: 0;
}
.tp-support-inner ul li {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  display: inline-block;
  width: 200px;
  margin-right: 50px;
  margin-bottom: 48px;
}
.tp-support-inner ul li:nth-child(5n) {
  margin-right: 0;
}
.tp-support-inner ul li img {
  margin-bottom: 1.2em;
}

/* footer
----------------------------------------------------------- */
footer {
  width: 100%;
  clear: both;
}

.f-bnr {
  background: url(../images/common/line_wave_footer.png) repeat-x #003893;
  text-align: center;
}
.f-bnr ul {
  font-size: 0;
}
.f-bnr li {
  display: inline-block;
  padding: 56px 20px 40px;
}

.f-inner {
  width: 100%;
  clear: both;
  background: url(../images/common/footer_bg01.png) top center;
  position: relative;
}

.f-link {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  text-align: center;
  padding-top: 24px;
}
.f-link li {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.4;
  display: inline-block;
}
.f-link li a {
  color: #003893;
}
.f-link li::after {
  content: "/";
  padding-right: 2em;
  margin-left: 2em;
}
.f-link li:last-child::after {
  content: "";
  padding-right: 0;
}

.f-logo {
  text-align: center;
  padding: 40px 0 0 0;
}
.f-logo p {
  font-size: 12px;
  font-size: 1.2rem;
}
.f-logo .foot-logo {
  width: 250px;
}
.f-logo .foot-robots-logo {
  width: 50px;
}
.f-logo ul {
  margin-top: 24px;
}
.f-logo li {
  line-height: 1.8;
  font-size: 13px;
  font-size: 1.3rem;
}

.f-copy {
  width: 100%;
  clear: both;
  background: url(../images/common/footer_bg02.png) top center;
  padding: 94px 0 24px;
}
.f-copy p {
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

.pagetop {
  border-radius: 100px;
  display: block;
  overflow: hidden;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
}

.pagetop a {
  background: url(../images/common/arrow.svg) no-repeat 50% 30% #003893;
  background-size: 24px;
  display: block;
  color: #fff;
  font-family: 'Teko', sans-serif;
  width: 72px;
  height: 72px;
  padding-top: 36px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}

.pagetop a:hover {
  background-color: #5EB638;
}

/*================================fancybox================================*/
.compensate-for-scrollbar {
margin-right: 0!important;
}
.st0 {
fill: #fff!important;
}

.fancybox-slide {
padding: 0 !important;
}

.fancybox-slide--iframe .fancybox-content {
background: transparent !important;
}

.fancybox-bg {
background: rgba(255, 255, 255, 0.9) !important;
}

.fancybox-button {background: #003893 !important;
}
.fancybox-caption {
margin:auto;
bottom: initial!important;
background: transparent !important;
}
.fancybox-caption__body {
width: 600px;
max-height: 50vh;
overflow: auto;
pointer-events: all;
color: #fff;
font-weight: bold;
background: #003893;
padding: 10px 20px;
margin: 50px auto 0;
border-radius: 50px;
}

div#n2-ss-2 .n-uc-1a0bede526251-inner {
background-size: contain!important;
}
.n2-ss-slider-controls{display: none!important;}