@charset "UTF-8";
/* -----------------------------------------
 Reset
------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul {
  list-style: none;
}
em {
  font-style: normal;
  font-weight: bold;
}
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: .8rem 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
*, *::before, *::after {
  box-sizing: border-box;
}

/* -----------------------------------------
 基本
------------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  padding-top: 7rem;
  color: #000;
  line-height: 1.5;
  font-size: 1.6rem;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
img[src*=".svg"] {
  width: 100%;
}
/* -----------------------------------------
 レイアウト
------------------------------------------- */
.wrap {
  width: 102.4rem;
  margin: 0 auto;
}
.wrap.max1660 {
  max-width: 166rem;
  min-width: 102.4rem;
  width: 86%;
}
/* -----------------------------------------
 文字装飾
------------------------------------------- */
.txt---bold {
  font-weight: bold;
}
.txt--center {
  text-align: center;
}
.txt--right {
  text-align: right;
}
.txt--left {
  text-align: left;
}
.txt--red {
  color: #e72222;
}
.txt--blue {
  color: #020f9a;
}
.font-en {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial';
}
.font--s {
  font-size: 1.3rem;
}
.font--s14 {
  font-size: 1.4rem;
}
.mb0 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 1rem;
}
.mb15 {
  margin-bottom: 1.5rem;
}
.mb20 {
  margin-bottom: 2rem;
}
.mb25 {
  margin-bottom: 2.5rem;
}
.mb30 {
  margin-bottom: 3rem;
}
.mb40 {
  margin-bottom: 4rem;
}
.mb5e {
  margin-bottom: .5em;
}
.letter__space--normal {
  letter-spacing: normal;
}
.w5p {
	width: 5%;
}
.w10p {
	width: 10%;
}
.w15p {
	width: 15%;
}
.w20p {
	width: 20%;
}
.w25p {
	width: 25%;
}
.w30p {
	width: 30%;
}
.w35p {
	width: 35%;
}
.w40p {
	width: 40%;
}
.w45p {
	width: 45%;
}
.w50p {
	width: 50%;
}
.w55p {
	width: 55%;
}
.w60p {
	width: 60%;
}
.w65p {
	width: 65%;
}
.w70p {
	width: 70%;
}
.w75p {
	width: 75%;
}
.w80p {
	width: 80%;
}
.w85p {
	width: 85%;
}
.w90p {
	width: 90%;
}
.w95p {
	width: 95%;
}
.w100p {
	width: 100%;
}
/* -----------------------------------------
 リンク
------------------------------------------- */
a:link {
  color: #21A3DE;
  text-decoration: none;
}
a:visited {
  color: #21A3DE;
}
a:hover {
  opacity: .7;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
a.txt--link {
  color: inherit;
  text-decoration: underline;
}
a.txt--link:hover {
  text-decoration: none;
}
/* -----------------------------------------
 コンポーネント
------------------------------------------- */
/* Clear Fix */
.cf:after {
  content: "";
  display: block;
  clear: both;
}
.sp--show {
  display: none;
}
.section {
  position: relative;
  min-width: 102.4rem;
  overflow: hidden;
}
.section .bg__grad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #C3D5E3;
  background: -webkit-linear-gradient(top, #C3D5E3 0%, #CDDCE4 50%, #E1DFDB 73%, #DFD9D0 78%, #DCC9C2 86%, #C9B4C2 94%, #82A5B4 100%);
  background: linear-gradient(to bottom, #C3D5E3 0%, #CDDCE4 50%, #E1DFDB 73%, #DFD9D0 78%, #DCC9C2 86%, #C9B4C2 94%, #82A5B4 100%);
  opacity: .65;
}
.section .bg__side {
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - 102.4rem) * 0.25);
  height: 100%;
  background-color: #fff;
}
.section .wrap {
  position: relative;
  padding: 8rem 0;
}
.section .section__title {
  margin-bottom: 6.4rem;
  text-align: center;
}
.comment__list li {
  padding-left: 1em;
  text-indent: -1em;
}

/* -----------------------------------------
 Slick
------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 6.4rem;
  height: 4rem;
  margin-top: -2.0rem;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  opacity: .8;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.slick-prev:hover::before, .slick-prev:focus::before, .slick-next:hover::before, .slick-next:focus::before, .slick-prev:hover::after, .slick-prev:focus::after, .slick-next:hover::after, .slick-next:focus::after {
  opacity: 1;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
  opacity: 0;
  cursor: default;
}
.slick-prev.slick-disabled::before, .slick-next.slick-disabled::before, .slick-prev.slick-disabled::after, .slick-next.slick-disabled::after {
  opacity: 0;
  cursor: default;
}
.slick-prev::before, .slick-next::before {
  content: "";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6.2rem;
  height: 2.1rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.slick-prev {
  left: 8%;
}
.slick-prev::before {
  background-image: url(/assets/img/icon_arrow_prev.png);
}
.slick-next {
  right: 8%;
}
.slick-next::before {
  background-image: url(/assets/img/icon_arrow_next.png);
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  position: absolute;
  bottom: -3.2rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 1.0rem;
  height: 1.0rem;
  margin: 0 1rem;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 1.0rem;
  height: 1.0rem;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  font-size: .6rem;
  line-height: .8rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.0rem;
  height: 1.0rem;
  content: '';
  text-align: center;
  background-color: #151515;
  border-radius: 100%;
}
.slick-dots li.slick-active button:before {
  background-color: #e72222;
}

/* -----------------------------------------
 Header
------------------------------------------- */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  /*box-shadow: 0 .3rem .6rem rgba(0, 0, 0 , .2);*/
}
.header .wrap {
  display:-webkit-box;
  display:flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  width: auto;
}
.header__logo {
  display: block;
  padding: 2.5rem 0 2.5rem 4rem;
}
.header__logo img {
  display: block;
  width: 47.2rem;
}
.header__nav {
  display:-webkit-box;
  display:flex;
  padding-right: 2.1rem;
}
.header__nav a {
  display: block;
  padding: 1em .6em;
  color: #B0B9BF;
  font-size: 1.8rem;
}
.header__nav a.current {
  color: inherit;
  font-weight: bold;
}
.header__menu {
  display: none;
  position: relative;
  width: 6.4rem;
  height: 5.6rem;
  cursor: pointer;
}
.header__menu img {
  position: absolute;
  top: 1.9rem;
  left: 1.3rem;
  width: 3.6rem;
}


/* -----------------------------------------
 menu
------------------------------------------- */
.menuOpen, .menuOpen body {
  height: 100%;
  overflow: hidden;
}
.menuOpen body {
  position: fixed;
  width: 100%;
  height: 100%;
}
.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  z-index: 200;
  display: none;
}
.menu.-open {
  -webkit-animation: spMenuShow .3s ease-in-out alternate;
  animation: spMenuShow .3s ease-in-out alternate;
}
.menu.-close {
  -webkit-animation: spMenuHide .3s ease-in-out forwards;
  animation: spMenuHide .3s ease-in-out forwards;
}
.menu__main {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  width: 100%;
  height: 100%;
}
.menu__inner {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  margin-right: -3rem;
  padding-right: 3rem;
  box-sizing: content-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.menu__inner::-webkit-scrollbar {
  display:none;
}
.menu a {
  color: inherit;
}
.menu__header {
  display:-webkit-box;
  display:flex;
  -webkit-box-pack: justify;
	justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255,255,255,.9);
}
.menu__header__logo {
  display: block;
  width: 48rem;
  padding: 3.2rem 2rem;
}
.menu__header__logo img {
  display: block;
}
.menu__header__close {
  position: relative;
  width: 8rem;
  height: 7rem;
  cursor: pointer;
}
.menu__header__close::before, .menu__header__close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 4.5rem;
  height: .2rem;
  background-color: #5D6970;
}
.menu__header__close::before {
  transform: rotate(22deg);
}
.menu__header__close::after {
  transform: rotate(-22deg);
}
.menu__list {
  margin-bottom: 2.5rem;
  padding-top: 8rem;
}
.menu__list a {
  display: block;
  padding: .5em 0;
  line-height: 1;
  color: #B0B9BF;
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: .1em;
  white-space: nowrap;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.menu__list a.current {
  color: #5D6970;
  font-weight: bold;
}
.menu__heading {
  margin-bottom: .8rem;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: .2em;
}
.menu__share {
  margin-bottom: 2rem;
}
.news-detail__box + .menu__share {
  margin-bottom: 1rem;
}
.menu__share > p {
  margin-bottom: 1rem;
  text-align: center;
}
.menu__share__list {
  display: -webkit-box;
  display: flex;
	-webkit-box-pack: center;
	justify-content: center;
}
.menu__share__list li {
  width: 4.4rem;
}
.menu__share__list li + li {
  margin-left: 1.6rem;
}
.menu__share__list a {
  display: block;
}
.news-box .menu__share {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
	align-items: center;
  margin-bottom: 0;
}
.news-box .menu__share > p {
  margin-right: 3rem;
  margin-bottom: 0;
}
.menu__lang {
  margin-bottom: 2rem;
}
.menu__lang__list {
  font-size: 1.5rem;
  text-align: center;
}
.menu__lang__list li {
  display: inline-block;
}
.menu__lang__list li + li::before {
  content: "|";
  margin: 0 .4em 0 .5em;
}
.menu__lang__list a {
  color: #B0B9BF;
}
.menu__lang__list a:hover {
  color: #5D6970;
  opacity: 1;
}
.menu__lang__list .current {
  color: #5D6970;
  font-weight: bold;
}
.menu__copyright {
  margin-bottom: 4rem;
  text-align: center;
  font-size: .9rem;
}
.menu__policy {
  margin-bottom: 2rem;
}
.menu__policy__list {
  font-size: 1.5rem;
  text-align: center;
}
.menu__policy__list li {
  display: inline-block;
}
.menu__policy__list li + li::before {
  content: "|";
  margin: 0 .4em 0 .5em;
}
.menu__policy__list a {
  color: #B0B9BF;
}
.menu__policy__list a:hover {
  color: #5D6970;
  opacity: 1;
}
@-webkit-keyframes spMenuShow {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@keyframes spMenuShow {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@-webkit-keyframes spMenuHide {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
}
}
@keyframes spMenuHide {
 0% {
opacity: 1;
}
 100% {
opacity: 0;
}
}
/* -----------------------------------------
 Footer
------------------------------------------- */
footer {
  min-width: 102.4rem;
  background-color: #F1F3F4;
}
/* footer__share */
.footer__share {
  min-width: 102.4rem;
  background-color: #82BEE8;
}
.share__list {
  padding: 1.3rem 0;
  text-align: center;
}
.share__list li {
  display: inline-block;
  width: 6.7rem;
}
.share__list li + li {
  margin-left: 6.4rem;
}
.btn__pagetop {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 6.7rem;
  height: 4rem;
}
.btn__pagetop::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3.5rem;
  height: 1.0rem;
  background: url("/assets/img/icon_pagetop.svg") 0 0 no-repeat;
  background-size: contain;
}
.footer__heading {
  margin-right: 1rem;
  font-size: 1.1rem;
}
footer .wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
  padding: 4.8rem 0 7.2rem;
}
.cookie__policy--show footer .wrap {
  padding-bottom: 19.2rem;
}
.footer__logo {
  width: 50%;
  padding-right: 11.2rem;
}
.footer__logo a {
  display: block;
  width: 26.8rem;
  margin-left: auto;
}
.footer__main {
  width: 50%;
}
/* footer__menu */
.footer__menu {
  display: -webkit-box;
  display: flex;
  margin-bottom: 3.2rem;
}
.footer__menu__list {
  line-height: 1.3;
  font-size: 2.0rem;
  letter-spacing: .1em;
}
.footer__menu__list:not(:last-child) {
  margin-right: 4em;
}
.footer__menu__list li:not(:last-child) {
  margin-bottom: .75em;
}
.footer__menu__list a {
  color: inherit;
  white-space: nowrap;
}
.footer__lang {
  display: -webkit-box;
  display: flex;
	-webkit-box-align: center;
	align-items: center;
  margin-bottom: 1.0rem;
}
/* footer__lang__list */
.footer__lang__list {
  font-size: 1.0rem;
  text-align: center;
}
.footer__lang__list li {
  display: inline-block;
}
.footer__lang__list li + li::before {
  content: "|";
  margin: 0 .8em 0;
}
.footer__lang__list li:first-child::before {
  content: "|";
  margin-right: .8em;
}
.footer__lang__list li:last-child::after {
  content: "|";
  margin-left: .8em;
}
.footer__lang__list a {
  color: inherit;
}
.footer__lang__list .current {
  font-weight: bold;
}
.footer__copyright {
  font-size: 1.0rem;
}
.footer__policy {
  margin-bottom: 2.8rem;
}
.footer__policy__list {
  font-size: 1.0rem;
}
.footer__policy__list li {
  display: inline-block;
}
.footer__policy__list li + li::before {
  content: "|";
  margin: 0 .8em 0;
}
.footer__policy__list a {
  color: inherit;
}

/* -----------------------------------------
 INTRO
------------------------------------------- */
.intro {
  position: relative;
  min-width: 102.4rem;
}
.intro .wrap {
  position: absolute;
  top: 0;
  left: 0;
}
.intro .intro__mark {
  position: absolute;
  top: 41%;
  right: 0;
  left: 0;
  margin: auto;
  width: 41.66%;
  pointer-events: none;
}
.intro .intro__copy1 {
  position: absolute;
  top: 24%;
  left: 10%;
  width: 24%;
  height: auto;
  background: url("/assets/img/top/intro_copy1.png") 50% 50% no-repeat;
  background-size: contain;
  pointer-events: none;
}
.intro .intro__copy1::before {
  content: "";
  display: block;
  padding-top: 13.67%;
}
.intro .intro__copy2 {
  position: absolute;
  top: 88%;
  left: 41%;
  z-index: 2;
  width: 39.8%;
  pointer-events: none;
}
.top__slider .slides {
  width: 66.66%;
  position: relative;
  margin: 0 auto;
  padding-top: 11%;
  padding-bottom: 4%;
}
.top__slider:not(.slick-initialized) .slides:not(:first-child) {
  display: none;
}
.top__slider.slick-initialized .slides:not(:first-child) {
  display: block;
}
.top__slider .slides:first-child {
  display: block;
}
.top__slider .slides__inner {
  width: 100%;
  position: relative;
  overflow: hidden;
  outline: 1px solid transparent;
}
.top__slider .slide1 .slides__inner {
  transform: skew(-8deg, -4deg);
}
.top__slider .slide2 .slides__inner {
  margin-top: -7%;
  transform: skew(-8deg, -4deg);
}
.top__slider .slide3 .slides__inner {
  margin-top: -3.5%;
  transform: rotate(8deg) scale(1.01);
}
.top__slider .slide4 .slides__inner {
  margin-top: -3.5%;
  transform: skew(-8deg, -8deg);
}
.top__slider .slide5 .slides__inner {
  margin-top: -3.5%;
  transform: rotate(8deg) scale(1.01);
}
.top__slider .slides__inner::before {
  content: "";
  display: block;
  padding-top: 66.16%;
}
.top__slider .slides__inner .bg__img__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top__slider .slides__inner .bg__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  outline: 1px solid transparent;
}
.top__slider .slide1 .bg__img {
  transform: skew(8deg, 4deg) scale(1.2);
}
.top__slider .slide2 .bg__img {
  background-position: 50% 0%;
  transform: skew(8deg, 4deg) scale(1.2);
}
.top__slider .slide3 .bg__img {
  transform: rotate(-8deg) scale(1.2);
}
.top__slider .slide4 .bg__img {
  transform: skew(8deg, 8deg) scale(1.25);
}
.top__slider .slide5 .bg__img {
  transform: rotate(-8deg) scale(1.2);
}
.top__slider .slides__inner .bg__anime {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #B5D6F1;
}
.top__slider .slick-slide:not(.slick-active) .bg__img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.2);
}
.top__slider a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* -----------------------------------------
 PICK UP
------------------------------------------- */
.pickup {
  position: relative;
  min-width: 102.4rem;
}
.pickup .wrap {
  padding: 11.2rem 0 0;
}
.pickup .section__title {
  position: relative;
  margin-bottom: 1.6rem;
}
.pickup .section__title::before {
  content: "";
  position: absolute;
  top: -5.7rem;
  left: -.7rem;
  width: .1rem;
  height: 10rem;
  background-color: #5D6970;
  transform: rotate(45deg);
}
.pickup .section__title img {
  width: 11.9rem;
}
.pickup__list li:not(:last-child) {
  margin-bottom: .3em;
}
.pickup__list a {
  display: inline-block;
  color: inherit;
  font-size: 1.6rem;
}
.pickup__list dl dt {
  float: left;
  clear: left;
  white-space: nowrap;
}
.pickup__list dl dd {
  margin-left: 7em;
}

/* -----------------------------------------
 NEWS
------------------------------------------- */
.news {
  position: relative;
  min-width: 102.4rem;
  overflow: hidden;
}
.home .news {
  margin-bottom: 0;
}
.news::before {
  content: "";
  display: block;
  position: absolute;
  top: -11rem;
  width: 100%;
  height: 21rem;
  background-color: #fff;
  transform: skewY(-5deg);
  outline: 1px solid transparent;
}
.news::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -11rem;
  width: 100%;
  height: 21rem;
  background-color: #fff;
  transform: skewY(-5deg);
  outline: 1px solid transparent;
}
.news.horizontal::before,
.news.horizontal::after {
  display: none;
}
.news .bg__grad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #C3D5E3;
  background: -webkit-linear-gradient(top, #C3D5E3 0%, #CDDCE4 50%, #E1DFDB 73%, #DFD9D0 78%, #DCC9C2 86%, #C9B4C2 94%, #82A5B4 100%);
  background: linear-gradient(to bottom, #C3D5E3 0%, #CDDCE4 50%, #E1DFDB 73%, #DFD9D0 78%, #DCC9C2 86%, #C9B4C2 94%, #82A5B4 100%);
  opacity: .65;
}
.news .bg__side {
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - 102.4rem) * 0.25);
  height: 100%;
  background-color: #fff;
}
.news .wrap {
  position: relative;
  padding: 16rem 0 16rem;
}
.news.horizontal .wrap {
  padding: 10rem 0;
}
.news .section__title {
  margin-bottom: 2.4rem;
  text-align: center;
}
.news.horizontal .section__title {
  margin-bottom: 6.4rem;
}
.news .section__title img {
  width: 19.5rem;
}
/* news__top */
.news__top {
}
.news__top__block {
  display: none;
}
.news__top__block:first-child {
  display: block;
}
/*.news__top__block.show {
  display: block;
}*/
/* news-detail */
.news-detail__category {
  display: -webkit-box;
  display: flex;
	-webkit-box-pack: center;
	justify-content: center;
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
}
.news-detail__category li::before {
  content: "|";
  margin-right: .5em;
}
.news-detail__category li:not(:first-child)::before {
  margin-left: .5em;
}
.news-detail__category li:last-child::after {
  content: "|";
  margin-left: .5em;
}
.news-detail__category li a {
  display: inline-block;
  padding: .1em .7em;
  color: inherit;
  letter-spacing: .12em;
  text-indent: .12em;
  /*background-color: rgba(255, 255, 255, .2);*/
}
.news-detail__category li a:hover {
  opacity: 1;
}
.news-detail__category li a.current {
  color: #fff;
  background-color: #000;
}
.news-box {
  position: relative;
  max-width: 96rem;
  margin: 4rem auto 1.6rem;
  padding: 7.2rem 4.8rem;
  background-color: rgba(255,255,255,.95);
}
.news-list {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -2.4rem;
  margin-left: -2.4rem;
}
.home .news-list {
  -webkit-box-pack: center;
	justify-content: center;
}
.news-list .slick-list {
  width: 100%;
}
.news-list li {
  width: 33.33%;
}
.news-list.index li {
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: .1rem solid #000;
}
.home .news-list:not(.slick-initialized) li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  display: none;
}
.news-list.slick-initialized li {
  display: block;
}
/*.news-list.index li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  position: relative;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: .1rem solid #000;
}*/
/*.news-list.index li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3))::before {
  content: "";
  position: absolute;
  top: 0;
  right: 3.5rem;
  left: 3.5rem;
  height: .1rem;
  background-color: #000;
}*/
.news-list a {
  display: block;
  padding: 2.4rem 2.8rem;
  color: inherit;
  position: relative;
}
.news-list a:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, .2);
}
.news-img {
  width: 100%;
  position: relative;
  margin-bottom: 1.6rem;
  overflow: hidden;
  background-color: #fff;
}
.news-img::before {
  content: "";
  display: block;
  padding-top: 84.21%;
}
.news-img div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/assets/img/news_default.png') 50% 50% no-repeat;
  background-size: contain;
  transition: all .25s ease-out;
}
.news-list a:hover .news-img div {
  transform: scale(1.2);
}
.news-list .slick-prev {
  top: 38%;
  left: -7.2rem;
}
.news-list .slick-next {
  top: 38%;
  right: -7.2rem;
}
.top__slider .slick-prev::before {
  background-image: url(/assets/img/icon_arrow_prev_w.png);
}
.top__slider .slick-next::before {
  background-image: url(/assets/img/icon_arrow_next_w.png);
}
.information__slide .slick-prev {
  top: 59%;
  left: -7.2rem;
}
.information__slide .slick-next {
  top: 38%;
  right: -7.2rem;
}
/*.new .news-img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 33%;
  height: 16.04%;
  background: url('/assets/img/icon_new.svg') 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}*/
.news-info {
  text-align: left;
}
.news-info__date {
  margin-top: 1.3rem;
  margin-left: auto;
  line-height: 1;
  font-size: 1.6rem;
  white-space: nowrap;
}
.news-info__text {
  width: 100%;
  max-height: 3em;
  margin-top: .8rem;
  overflow: hidden;
  font-size: 1.6rem;
}
.news-info__bottom {
  display: -webkit-box;
  display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-info__label {
  display: inline-block;
  position: relative;
  margin-right: .2em;
  padding-right: .7em;
  overflow: hidden;
  line-height: 1;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
}
.news-info__bottom .news-info__label {
  margin-top: .8rem;
}
.news-detail__date .news-info__label {
  font-size: 1.6rem;
}
.news-detail__date .news-info__label:first-of-type {
  margin-left: 1em;
}
.news-info__label::before {
  content: "";
  position: absolute;
  bottom: .15em;
  left: -.2em;
  height: .8rem;
  background-color: #999;
  transform: skew(-45deg);
  width: 100%;
}
.news-info__label--news::before {
  background-color: #B0CFDE;
}
.news-info__label--event::before {
  background-color: #E0D5AF;
}
.news-info__label--shop::before {
  background-color: #E5C1CD;
}
.news-info__label--people::before {
  background-color: #A5C9C3;
}
.news-info__label--media::before {
  background-color: #B3BBBF;
}
.news-info__label > span {
  position: relative;
  z-index: 2;
}
.news-info__detail {
  margin-top: 1.0rem;
  margin-left: auto;
  color: #8dc3ea;
  line-height: 1;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: right;
}
.news-info__detail span {
  display: inline-block;
  position: relative;
  padding-right: 1.0rem;
}
.news-info__detail span::before {
  content: "";
  display: block;
  position: absolute;
  top: 5%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.1rem .8rem .8rem 0;
  border-color: #8dc3ea transparent transparent transparent;
}
a.news-more {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 12em;
  margin: auto;
  padding-bottom: 2.4rem;
  color: #8dc3ea;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .4em;
}
.news-more::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.6rem 1.6rem 1.6rem;
  border-color: transparent transparent #8dc3ea transparent;
}
.news-empty {
  padding-top: 8rem;
  padding-bottom: 4rem;
}
/* News Detail */
.news-detail {
  padding-top: 21.6rem;
  background: #cfdfec;
  background: -webkit-linear-gradient(top, #cfdfec 0%, #d7dfe2 50%, #ebdad3 70%, #d6c5d1 87%, #86aaba 100%);
  background: linear-gradient(to bottom, #cfdfec 0%, #d7dfe2 50%, #ebdad3 70%, #d6c5d1 87%, #86aaba 100%);
}
.news-detail .section__title {
  padding-top: 3.8rem;
}
.news-detail .section__title::before {
  height: 2.8rem;
}
.news-detail .news__title {
  width: 14.3rem;
}
.news-detail .news-box {
  display: block;
  padding: 4.8rem;
  color: #5D6970;
}
.news-detail__head {
  position: relative;
  margin-bottom: 4.8rem;
}
.news-detail__head::before {
  display: none;
}
.news-detail__head.new::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -4.8rem;
  width: 7.6rem;
  height: 11.5rem;
  background: url("/assets/img/icon_new_l.svg") 0 0 no-repeat;
  background-size: contain;
  opacity: .5;
}
.news-detail__title {
  position: relative;
  margin-bottom: .8em;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: .1em;
}
.news-detail__date {
  position: relative;
  font-size: 1.6rem;
  letter-spacing: .1em;
}
.news-detail .news-list li {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: .1rem dotted #8dc3ea;
}
.news-detail .news-list li:nth-child(3n) {
  margin-right: 0;
}
.news-detail .news-list li:nth-last-child(-n+3) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
/* news-nav */
.news-nav {
  padding: 2.4rem 0 0;
}
.news-box + .news-nav {
  max-width: 96rem;
  margin: 0 auto;
}
.news-pager {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.news-pager .prev,
.news-pager .next {
  display: inline-block;
  position: relative;
  color: inherit;
  font-size: 1.6rem;
  letter-spacing: .12em;
  opacity: .3;
}
.news-pager a,
.news-pager div {
  display: inline-block;
  position: relative;
  color: inherit;
  font-size: 1.6rem;
  letter-spacing: .12em;
}
.news-pager .prev {
  padding-left: 1.3rem;
}
.news-pager .prev::before {
  content: "";
  display: block;
  position: absolute;
  top: 18%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.1rem 0 .8rem .8rem;
  border-color: #000 transparent transparent transparent;
}
.news-pager .next {
  padding-right: 1.3rem;
}
.news-pager .next::before {
  content: "";
  display: block;
  position: absolute;
  top: 18%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.1rem .8rem .8rem 0;
  border-color: #000 transparent transparent transparent;
}
.news-pager a.prev,
.news-pager a.next {
  opacity: 1;
}
.news-pager .pager-list li {
  display: inline-block;
  margin: 0 .5em;
}
.news-pager .pager-list li a,
.news-pager .pager-list li div {
  display: block;
  padding: .5em;
  opacity: .7;
}
.news-pager .pager-list li a.current,
.news-pager .pager-list li div.current {
  font-weight: bold;
  opacity: 1;
}
.news-attr {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 6.4rem;
}
.news-attr > div:first-child {
  width: 64%;
}
.news-attr > div:last-child {
  width: 30%;
}
.news-nav .nav__title {
  margin-bottom: .3em;
  padding-bottom: .1em;
  border-bottom: .1rem solid #000;
  font-size: 1.9rem;
  letter-spacing: .1em;
}
.news-attr ul li {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: .12em;
}
.news-attr ul li + li::before {
  content: "/";
  margin: 0 .9em;
}
.news-attr ul li a {
  color: inherit;
}
.news-attr ul li a.current {
  text-decoration: underline;
}
.news-mv {
  margin-bottom: 4.8rem;
  text-align: center;
}
.news-mv__inner {
  display: inline;
}
.news-mv__box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 33.6rem;
}
.news-mv__box img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  flex-shrink: 0;
  /*flex: 1 0 auto;*/
}
.news-mv a {
  color: inherit;
}
.news-mv a:hover img {
  opacity: .8;
}
.news-mv__inner p {
  margin-top: .3em;
  font-size: 1.2rem;
  text-align: left;
}
.news-main {
  line-height: 2.1;
}
.news-detail__heading {
  margin-bottom: .8em;
  line-height: 1.7;
  font-weight: bold;
  font-size: 1.6rem;
}
.news-detail__box {
  margin-bottom: 4.8rem;
  padding-bottom: 4.8rem;
  border-bottom: .2rem solid #b0b9be;
}
.news-detail__img {
  margin-top: 3.2rem;
  text-align: center;
}
.news-detail__img__inner {
  display: inline;
}
.news-detail__img__inner p {
  margin-top: .3em;
  font-size: 1.2rem;
  text-align: left;
}
.news-detail__pdf {
  margin-top: -1.6rem;
  margin-bottom: 3.2rem;
  padding-bottom: 3.2rem;
  border-bottom: .2rem solid #b0b9be;
  font-size: 1.6rem;
}
.news .btn__more {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 11.6rem;
}

/* -----------------------------------------
 ABOUT
------------------------------------------- */
.home .about {
  position: relative;
  min-width: 102.4rem;
  overflow: hidden;
}
.home .about::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -11rem;
  width: 100%;
  height: 21rem;
  background-color: #fff;
  transform: skewY(5deg);
  outline: 1px solid transparent;
}
.home .about .wrap {
  display:-webkit-box;
  display:flex;
  -webkit-box-pack: justify;
	justify-content: space-between;
  position: relative;
  padding: 8rem 0 0;
}
.home .about .left__side {
  width: 38.92%;
  padding-top: 6.7rem;
  padding-bottom: 21.6rem;
}
.home .about .right__side {
  width: 54.68%;
  position: relative;
  padding-bottom: 16rem;
}
.home .about .right__side::before {
  content: "";
  display: block;
  padding-top: 86.57%;
}
.home .about .about__img1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 87.61%;
}
.home .about .about__img2 {
  position: absolute;
  top: 36.2%;
  left: 0;
  width: 56.13%;
}
.home .about .section__title {
  width: 24.6rem;
  margin-bottom: 4.4rem;
}
.home .about .left__side p {
  line-height: 2;
  font-size: 1.4rem;
}
.home .about .btn__more {
  position: absolute;
  left: 0;
  height: 18.1rem;
}


/* -----------------------------------------
 FACILITY
------------------------------------------- */
.home .facility {
  position: relative;
  min-width: 102.4rem;
  margin-bottom: 4.8rem;
  overflow: hidden;
}
.home .facility::before {
  content: "";
  display: block;
  position: absolute;
  top: -11rem;
  width: 100%;
  height: 21rem;
  background-color: #fff;
  transform: skewY(5deg);
  outline: 1px solid transparent;
}
.home .facility::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -11rem;
  width: 100%;
  height: 21rem;
  background-color: #fff;
  transform: skewY(5deg);
  outline: 1px solid transparent;
}
.home .facility .bg__grad {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #C3D5E3;
  background: -webkit-linear-gradient(top, #C3D5E3 0%, #CDDCE4 50%, #E1DFDB 73%, #DFD9D0 78%, #DCC9C2 86%, #C9B4C2 94%, #82A5B4 100%);
  background: linear-gradient(to bottom, #C3D5E3 0%, #CDDCE4 50%, #E1DFDB 73%, #DFD9D0 78%, #DCC9C2 86%, #C9B4C2 94%, #82A5B4 100%);
  opacity: .65;
}
.home .facility .bg__side {
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100% - 102.4rem) * 0.25);
  height: 100%;
  background-color: #fff;
}
.home .facility .wrap {
  position: relative;
  padding: 16rem 0 21rem;
}
.home .facility .section__title {
  margin-bottom: 4.4rem;
  text-align: center;
}
.home .facility .section__title img {
  width: 34.0rem;
}
.home .facility .section__title + p {
  margin-bottom: 4.8rem;
  line-height: 2;
  font-size: 1.4rem;
  text-align: center;
}
.facility__list {
  display:-webkit-box;
  display:flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	justify-content: space-between;
}
.facility__list li {
  width: 28.125%;
  margin-bottom: 8rem;
}
.facility__list li:nth-last-child(1),
.facility__list li:nth-last-child(2),
.facility__list li:nth-last-child(3) {
  margin-bottom: 0;
}
.facility__list li a {
  display: block;
  position: relative;
}
.facility__list .bg__img {
  position: relative;
  z-index: 1;
  border-radius: 100%;
  overflow: hidden;
}
.facility__list .bg__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.facility__list .bg__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all .25s ease-out;
}
.facility__list li a:hover .bg__img img {
  transform: scale(1.2);
}
.facility__list p {
  position: absolute;
  top: 65%;
  left: 0;
  z-index: 2;
}
.facility__list p span {
  display: block;
  background-color: #5D6970;
}
.facility__list p span + span {
  margin-top: 1.3rem;
}
.facility__list .facility__name1-1 {
  width: 19.3rem;
}
.facility__list .facility__name1-2 {
  width: 11.1rem;
}
.facility__list .facility__name2-1 {
  width: 8rem;
}
.facility__list .facility__name2-2 {
  width: 17.0rem;
}
.facility__list .facility__name3-1 {
  width: 20.8rem;
}
.facility__list .facility__name3-2 {
  width: 26.0rem;
}
.facility__list .facility__name4-1 {
  width: 13.9rem;
}
.facility__list .facility__name4-2 {
  width: 30.5rem;
}
.facility__list .facility__name5-1 {
  width: 23.7rem;
}
.facility__list .facility__name5-2 {
  width: 25.8rem;
}
.facility__list .facility__name6-1 {
  width: 14.9rem;
}
.facility__list .facility__name6-2 {
  width: 14.9rem;
}
.facility__list p span img {
  display: block;
}
.home .facility .btn__more {
  position: absolute;
  right: 0;
  height: 11.2rem;
}

/* -----------------------------------------
 ACCESS
------------------------------------------- */
.home .access {
  position: relative;
  min-width: 102.4rem;
  height: 109.7rem;
  overflow: hidden;
}
.home .access::before {
  content: "";
  display: block;
  position: absolute;
  top: -11rem;
  z-index: 2;
  width: 100%;
  height: 21rem;
  background-color: #fff;
  transform: skewY(5deg);
  outline: 1px solid transparent;
}
.home .access::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  bottom: -11rem;
  width: 100%;
  height: 21rem;
  background-color: #fff;
  transform: skewY(5deg);
  outline: 1px solid transparent;
}
.home .access .bg__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url(/assets/img/top/bg_map.png?v=220309);
}
.home .access .bg__anime {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #bbd7e4;
}
.home .access .wrap {
  position: relative;
  z-index: 2;
  height: 100%;
}
.home .access .section__title {
  position: absolute;
  top: 10rem;
  right: 0;
  width: 29.8rem;
}
.btn__more {
  display: inline-block;
  position: relative;
  bottom: 0;
  width: 20.8rem;
  padding: 1.2rem .8rem;
  text-align: center;
  background-color: #21A3DE;
  -webkit-transition: all .1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all .1s cubic-bezier(0.25, 1, 0.5, 1);
}
a.btn__more:hover {
  bottom: 2.4rem;
  background-color: #63bee8;
  opacity: 1;
}
.btn__more img {
  width: 16.2rem;
}
.btn__gmap {
  display: inline-block;
  position: relative;
  bottom: 0;
  width: 32.6rem;
  padding: 1.2rem .8rem;
  text-align: center;
  background-color: #5D6970;
  /*-webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);*/
  -webkit-transition: all .1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all .1s cubic-bezier(0.25, 1, 0.5, 1);
}
a.btn__gmap:hover {
  bottom: 2.4rem;
  background-color: #8d969b;
  opacity: 1;
  /*-webkit-transform: translate3d(0, -3rem, 0);
  transform: translate3d(0, -3rem, 0);*/
}
.btn__gmap img {
  width: 29.3rem;
}
.home .access .btn__more {
  position: absolute;
  left: 0;
  height: 18.2rem;
}
.home .access .btn__gmap {
  position: absolute;
  left: 23.4rem;
  height: 16rem;
}

/* -----------------------------------------
 MEDIA
------------------------------------------- */
.media {
  min-width: 102.4rem;
  position: relative;
  padding: 10.2rem 0 24rem;
  overflow: hidden;
}
.media__info {
  display:-webkit-box;
  display:flex;
}
.media__info .left__side {
  width: 38.4rem;
  margin-right: 8rem;
}
.media__info .left__side p {
  line-height: 2;
  font-size: 1.4rem;
}
.media__info .right__side {
  width: 56rem;
}
.media .section__title {
  width: 23.8rem;
  margin-bottom: 4.5rem;
}
.media__detail {
  display:-webkit-box;
  display:flex;
}
.media__detail li {
  width: 25.6rem;
}
.media__detail li:not(:last-child) {
  margin-right: 4.8rem;
}
.media__detail a {
  display: block;
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #000;
}
.media__detail a::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.media__detail a:hover {
  opacity: 1;
}
.media__detail .bg__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: .4;
  transition: all .25s ease-out;
}
.media__detail a:hover .bg__img {
  transform: scale(1.2);
  opacity: .6;
}
.media__detail .media__detail__text {
  display:-webkit-box;
  display:flex;
  -webkit-box-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.media__detail .media__detail__text p {
  font-size: 1.4rem;
  text-align: center;
}
.media__detail .media__detail__text .more {
  margin-top: .3em;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: .1em;
}

/* -----------------------------------------
 CONTACT
------------------------------------------- */
.contact {
	margin-top: 4rem;
  padding: 4rem 0 8rem;
}
.contact .bg__grad {
  display: none;
}
.contact .section__title {
  width: 33.0rem;
  margin: 0 auto 4.4rem;
}
.contact .contact__index {
  display: -webkit-box;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 80rem;
  margin: 0 auto;
}
.contact .contact__index .left--side {
  width: 50%;
  text-align: center;
}
.contact .contact__index .right--side {
  width: 50%;
  text-align: center;
}
.contact__text {
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
a.btn--blue {
	display: inline-block;
  position: relative;
	min-width: 14em;
  padding: .35em 1em;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .2em;
  text-indent: .2em;
  background-color: #21A3DE;
}
a.btn--blue::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.4rem;
  margin: auto;
  width: 6.4rem;
  height: 100%;
  background-color: #21A3DE;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
a.btn--blue::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.4rem;
  margin: auto;
  width: 6.4rem;
  height: 100%;
  background-color: #21A3DE;
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
a.btn--blue > span {
  position: relative;
  z-index: 2;
}
a.btn--blue.conpact {
  letter-spacing: normal;
  text-indent: 0;
}

/* -----------------------------------------
 ABOUT
------------------------------------------- */
.mv__wrap {
  position: relative;
  min-width: 102.4rem;
}
.mv__wrap .wrap {
  position: relative;
  z-index: 3;
}
.mv {
  position: relative;
  overflow: hidden;
  min-width: 102.4rem;
  height: 80rem;
  margin-bottom: 8rem;
}
.mv::before {
  content: "";
  display: block;
  position: absolute;
  top: -11rem;
  z-index: 2;
  width: 100%;
  height: 21rem;
  background-color: #fff;
  transform: skewY(-5deg);
  outline: 1px solid transparent;
}
.mv::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -11rem;
  z-index: 2;
  width: 100%;
  height: 21rem;
  background-color: #fff;
  transform: skewY(-5deg);
  outline: 1px solid transparent;
}
.mv .bg__anime {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #C3D5E3;
  background: -webkit-linear-gradient(top, #C3D5E3 0%, #CDDCE4 50%, #E1DFDB 73%, #DFD9D0 78%, #DCC9C2 86%, #C9B4C2 94%, #82A5B4 100%);
  background: linear-gradient(to bottom, #C3D5E3 0%, #CDDCE4 50%, #E1DFDB 73%, #DFD9D0 78%, #DCC9C2 86%, #C9B4C2 94%, #82A5B4 100%);
  opacity: .65;
}
.mv__wrap .bg__img,
.mv .bg__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.mv .wrap {
  position: relative;
  z-index: 3;
}
.mv__wrap .page__title,
.mv .page__title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.page__title.about {
  top: 7.7rem;
  width: 38.3rem;
}
.about__text {
  position: absolute;
  right: calc((100% - 102.4rem) * 0.25);
  bottom: -4.8rem;
  z-index: 3;
  max-width: 60rem;
  padding: 3em 5em;
  color: #fff;
  line-height: 1.8;
  font-size: 1.4rem;
}
.about__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #21A3DE;
  transform: skewY(6deg);
  outline: 1px solid transparent;
}
.about__text p {
  position: relative;
}
/* concept */
.concept {
  position: relative;
  z-index: 2;
}
.concept .wrap {
  display:-webkit-box;
  display:flex;
  -webkit-box-pack: justify;
	justify-content: space-between;
  width: auto;
  min-width: 102.4rem;
  padding-left: calc((100% - 102.4rem) / 2);
}
.concept .left__side {
  width: 55%;
}
.concept .right__side {
  width: 43%;
  position: relative;
  margin-top: 4rem;
}
.concept .right__side::before {
  content: "";
  display: block;
  padding-top: 151.15%;
}
.concept .right__side img {
  position: absolute;
}
.concept_img1 {
  top: 0;
  left: 21.21%;
  width: 32.72%;
}
.concept_img2 {
  top: 16.84%;
  left: 0;
  width: 42.18%;
}
.concept_img3 {
  top: 29.91%;
  left: 9.45%;
  width: 90.42%;
}
.concept .section__title {
  width: 35.8rem;
  margin-bottom: 7.2rem;
}
.cencept__text {
  line-height: 2.3;
  font-size: 1.6rem;
}
.cencept__text--last {
  margin-top: .5em;
  font-weight: bold;
  font-size: 1.9rem;
}
.concept__logo {
  width: 25.6rem;
  margin-top: 7.2rem;
}
/* innovation */
.innovation {
  position: relative;
  min-width: 102.4rem;
  margin-bottom: 8rem;
  overflow: hidden;
  padding-bottom: 16rem;
}
.innovation::before {
  content: "";
  display: block;
  position: absolute;
  top: -10rem;
  width: 100%;
  height: 20rem;
  background-color: #fff;
  transform: skewY(-5deg);
  outline: 1px solid transparent;
}
.innovation::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -11rem;
  width: 100%;
  height: 21rem;
  background-color: #fff;
  transform: skewY(-5deg);
  outline: 1px solid transparent;
}
.innovation .bg__grad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #C3D5E3;
  background: -webkit-linear-gradient(top, #C3D5E3 0%, #CDDCE4 50%, #E8F2FB 100%);
  background: linear-gradient(to bottom, #C3D5E3 0%, #CDDCE4 50%, #E8F2FB 100%);
  opacity: .65;
}
.innovation .bg__side {
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - 102.4rem) * 0.25);
  height: 100%;
  background-color: #fff;
}
.innovation .wrap {
  display:-webkit-box;
  display:flex;
  -webkit-box-pack: justify;
	justify-content: space-between;
  position: relative;
  padding-top: 22.4rem;
}
.innovation .section__title {
  width: 49.7rem;
  margin-bottom: 6.4rem;
}
.innovation .left__side {
  width: 51.5%;
}
.innovation .right__side {
  width: 42.18%;
  padding-top: 16rem;
}
.innovation h3 {
  margin-bottom: 1em;
  font-size: 2.1rem;
  font-weight: bold;
}
.innovation p {
  line-height: 1.8;
  font-size: 1.4rem;
}
.innovation__list {
  position: relative;
  z-index: 3;
  padding-top: 8%;
  transform: skewY(5deg);
  outline: 1px solid transparent;
}
.innovation__list ul {
  display:-webkit-box;
  display:flex;
  -webkit-box-pack: justify;
	justify-content: space-between;
  flex-wrap: wrap;
}
.innovation__list li {
  position: relative;
  width: 33.33%;
  overflow: hidden;
}
.innovation__list li::before {
  content: "";
  display: block;
  padding-top: 67.34%;
}
.innovation__list li .bg__img {
  position: absolute;
  top: -8%;
  right: 0;
  bottom: -8%;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transform: skewY(-5deg);
}
/* outline */
.outline {
  position: relative;
  min-width: 102.4rem;
  margin-bottom: 8rem;
  overflow: hidden;
}
.outline::before {
  content: "";
  display: block;
  position: absolute;
  top: -11rem;
  width: 100%;
  height: 21rem;
  background-color: #fff;
  transform: skewY(-5deg);
  outline: 1px solid transparent;
}
.outline::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -11rem;
  width: 100%;
  height: 21rem;
  background-color: #fff;
  transform: skewY(-5deg);
  outline: 1px solid transparent;
}
.outline .bg__anime {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #bbd7e4;
}
.outline .bg__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url(/assets/img/about/bg_outline.jpg);
}
.outline .wrap {
  padding: 20rem 4rem;
  background-color: rgba(255, 255, 255, .9);
}
.outline .section__title {
  margin-bottom: 8rem;
  text-align: center;
}
.outline .section__title img {
  width: 31.3rem;
}
.outline__table {
  max-width: 96rem;
  margin: 0 auto;
}
.business__outline {
  float: left;
  width: 47%;
  margin-right: 6%;
}
.building__outline {
  float: left;
  width: 47%;
}
.business__outline__heading {
  margin-bottom: .7em;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: .1em;
}
.outline__img {
  clear: both;
  padding-top: 4rem;
}
/* outline__list */
.outline__list {
  position: relative;
  text-align: left;
  line-height: 1.4;
  font-size: 1.2rem;
}
.outline__list::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 8.8rem;
  bottom: 0;
  width: .1rem;
  background-color: #595757;
}
.outline__list dt {
  float: left;
  width: 8.8rem;
  clear: left;
  white-space: nowrap;
}
.outline__list dd {
  margin-left: 10.0rem;
  padding-bottom: .5em;
  font-size: 1.2rem;
}
.outline__list dd:last-child {
  padding-bottom: 0;
}
.outline__list h4 {
  margin-top: 1em;
  margin-bottom: .5em;
  font-weight: normal;
}
.outline__list h4:first-child {
  margin-top: 0;
}
.outline__list .comment {
  font-size: 1.0rem;
}
.outline .notes {
  margin-top: 1.6rem;
  font-size: 1.0rem;
  text-align: right;
}
.outline .drone__movie {
  margin-top: 3rem;
  width: 80%;
  margin-left: auto;
}
/* information */
.information {
  position: relative;
  min-width: 102.4rem;
  margin-bottom: 8rem;
  overflow: hidden;
}
.information .section__title {
  margin-bottom: 2.4rem;
  text-align: center;
}
.information .section__title img {
  width: 80.1rem;
}
.information .section__title + p {
  font-size: 2.1rem;
  text-align: center;
}
.information__list {
  position: relative;
  overflow: hidden;
}
.information__list::before {
  content: "";
  display: block;
  position: absolute;
  top: -11rem;
  z-index: 2;
  width: 100%;
  height: 21rem;
  background-color: #fff;
  transform: skewY(-5deg);
  outline: 1px solid transparent;
}
.information__list::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -11rem;
  width: 100%;
  height: 21rem;
  background-color: #fff;
  transform: skewY(-5deg);
  outline: 1px solid transparent;
}
.information__list .bg__grad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #C3D5E3;
  background: -webkit-linear-gradient(top, #C3D5E3 0%, #CDDCE4 50%, #E1DFDB 73%, #DFD9D0 78%, #DCC9C2 86%, #C9B4C2 94%, #82A5B4 100%);
  background: linear-gradient(to bottom, #C3D5E3 0%, #CDDCE4 50%, #E1DFDB 73%, #DFD9D0 78%, #DCC9C2 86%, #C9B4C2 94%, #82A5B4 100%);
  opacity: .65;
}
.information__slide {
  display:-webkit-box;
  display:flex;
  -webkit-box-pack: justify;
	justify-content: space-between;
  max-width: 113.6rem;
  margin: 0 auto;
  border-right: 2.8rem solid #fff;
  border-left: 2.8rem solid #fff;
}
.information__slide .information__item {
  flex: 1;
  border-right: 2.8rem solid #fff;
  border-left: 2.8rem solid #fff;
}
.information__slide .information__item a {
  display: block;
  padding: 16rem 16rem 13rem;
  color: inherit;
  text-align: center;
  transition: all .25s ease-out;
}
.information__slide .information__item a.disabled {
  display:-webkit-box;
  display:flex;
  -webkit-box-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	align-items: center;
  height: 100%;
  pointer-events: none;
}
.information__item__text {
  display: block;
  margin: 0 auto .8rem;
}
.concept__book .information__item__text {
  width: 20.2rem;
}
.concept__movie .information__item__text {
  width: 21.2rem;
}
.leaflet .information__item__text {
  width: 10.0rem;
}
.information__item p {
  margin-bottom: 2.8rem;
  font-size: 1.4rem;
}
.leaflet .information__item p {
  margin-bottom: 1.8rem;
}
.information__slide .information__item.slide1 a {
  padding: 19.2rem 1.6rem 9.6rem;
}
.information__slide .information__item.slide2 a {
  padding: 16rem 1.6rem 12.8rem;
}
.information__slide .information__item.slide3 a {
  padding: 12.8rem 1.6rem 16rem;
}

/* -----------------------------------------
 ポップアップ
------------------------------------------- */
#popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 9000;
  pointer-events: auto;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
}
#popup.open {
  display: block;
}
#popup.map {
  left: -100%;
}
#popup.movie {
  left: 0;
}
#popup.slide {
  left: 0;
}
#popup.slide.out {
  left: 100%;
}
#popup .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  z-index: 9001;
  display: none;
}
#popup.movie .overlay {
  background-color: rgba(0,0,0,.9);
}
.popOpend {
  position: fixed;
  width: 100%;
  height: 100%;
}
#popup .scroll-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow-y: scroll;
  z-index: 9002;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  padding: 0;
}
#popup.map .scroll-wrap {
  width: 50%;
  left: 50%;
  background-color: #fff;
}
#popup .shadow {
  content: "";
  width: 100%;
  height: 10vh;
  bottom: 0;
  right: 0;
  position: absolute;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  z-index: 9003;
}
#popup.slide .shadow {
  width: 50%;
}
#popup.movie .shadow {
  display: none;
}
#popup .popup-close {
  width: 6.5rem;
  height: 8.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 1.2rem 1rem;
  z-index: 9003;
  box-sizing: border-box;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}
.popup__header__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 11.4rem;
  height: 8.4rem;
  cursor: pointer;
  z-index: 9003;
}
.popup__header__close::before, .popup__header__close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 5.4rem;
  height: .2rem;
  background-color: #5D6970;
}
.movie .popup__header__close::before, .movie .popup__header__close::after {
  background-color: #fff;
}
.popup__header__close::before {
  -webkit-transform: rotate(22deg);
  transform: rotate(22deg);
}
.popup__header__close::after {
  -webkit-transform: rotate(-22deg);
  transform: rotate(-22deg);
}
.scroll-wrap-in {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#popup .scroll-wrap h2 {
  margin-bottom: .6em;
  line-height: 1.75;
  font-size: 2rem;
  font-weight: bold;
}
#popup .scroll-wrap p {
  line-height: 2.1;
  font-size: 1.4rem;
}
#popup .popup-main {
  width: 80%;
  max-width: 40rem;
  margin: 0 auto;
  padding: 7rem 0;
}
.back2top, .back2top img {
  width: 15rem;
  height: 5.6rem;
  margin: 0 auto 2rem;
}
.back2top {
  margin: 4rem auto 4rem;
}
.back2top a {
  display: block;
}
#showMovie.scroll-wrap-in {
  display: table;
  width: 100%;
  height: 100%;
  position: static;
}
.modal_movie {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.modal_movie #player {
  display: inline-block;
  max-width: 90rem;
  position: relative;
}
.modal_movie #player video {
  width: 100%;
  vertical-align: bottom;
}

/* fixed__policy */
.fixed__policy {
	position: fixed;
	bottom: 0;
	left: 0;
  z-index: 100;
	display: none;
	width: 100%;
	padding: 1.6rem 7.2rem;
	background-color: rgba(31, 116, 157, .9);
}
.cookie__policy--show .fixed__policy {
	display: block;
}
.fixed__policy .policy__box {
	display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 134.4rem;
	margin: 0 auto;
	padding: 1.6rem 4%;
	background-color: #fff;
	box-sizing: border-box;
}
.fixed__policy .policy__box p {
	margin-right: 2.4rem;
	color: #5D6970;
	font-size: 1.3rem;
	flex: 1;
}
.fixed__policy .policy__btn__box {
	display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 34%;
	min-width: 20rem;
}
.fixed__policy .policy__btn {
	display: block;
	margin: 0;
	padding: .5em 0;
	border: none;
	color: #fff;
	line-height: 1.5;
	font-family: inherit;
	font-weight: bold;
	font-size: 1.3rem;
	text-align: center;
	background-color: #8DC3EA;
	flex: 1;
	cursor: pointer;
}
.fixed__policy .policy__btn:first-child {
	margin-right: 1.6rem;
}
.fixed__policy .policy__btn:hover {
	opacity: .8;
}
.fixed__policy__close {
	position: absolute;
	top: 1.6rem;
	right: 1.6rem;
	width: 4rem;
	height: 4rem;
	cursor: pointer;
}
.fixed__policy__close:hover {
	opacity: .8;
}
.fixed__policy__close::before,
.fixed__policy__close::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: .2rem;
	background-color: #fff;
}
.fixed__policy__close::before {
	-webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fixed__policy__close::after {
	-webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/* -----------------------------------------
PRIVACY POLICY
------------------------------------------- */
.policy__title img {
  width: 66.6rem;
}
.policy__title .sub-title {
  display: block;
  margin-top: 1em;
  font-size: 3rem;
  text-indent: .1em;
  letter-spacing: .1em;
}
.cookie-policy__title img {
  width: 63.0rem;
}
.data-policy__title img {
  width: 52.7rem;
}
.data-terms__title img {
  width: 69.0rem;
}
.policy-conts {
  position: relative;
  max-width: 96rem;
  margin: 4rem auto 1.6rem;
  padding: 7.2rem 4.8rem;
  background-color: rgba(255,255,255,.95);
}
.policy-conts.second {
  margin-top: -1.2rem;
}
.policy__heading-a {
  text-align: center;
  font-size: 2.7rem;
  margin-bottom: 7.2rem;
}
.policy__heading-b {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}
.policy__heading-a.mb-s {
  margin-bottom: 2.4rem;
}
.heading-a__text {
  margin-bottom: 2.4rem;
  line-height: 1.8;
  font-size: 1.4rem;
  text-align: center;
}
.policy__box {
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  border-bottom: solid .1rem #8F9AA1;
  line-height: 1.7;
}
.policy__box.no-border {
  padding-bottom: 0;
  border-bottom: none;
}
.policy__box.last {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.policy__box.section__block {
  padding-bottom: 4.8rem;
  margin-bottom: 4.8rem;
  border-bottom: solid .2rem #8F9AA1;
}
.number-list {
  counter-reset: number;
  list-style: none;
}
.number-list > li {
  position: relative;
  padding-left: 1.5em;
}
.number-list > li:not(:first-child) {
  margin-top: .5em;
}
.number-list > li::before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0;
}
.dot-list > li {
  position: relative;
  padding-left: 1.2em;
}
.dot-list > li:not(:first-child) {
  margin-top: .5em;
}
.dot-list > li::before {
  content: "";
  position: absolute;
  top: .55em;
  left: .3em;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background-color: #999;
}
.contact-link__btn {
  margin-top: .4rem;
}
.contact-link__btn a {
  font-size: 1.3rem;
  font-weight: bold;
  color: #21A3DE;
}
.contact-link__btn a span {
  display: inline-block;
  position: relative;
  padding-right: 1.0rem;
}
.contact-link__btn a span::before {
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.0rem .6rem .6rem 0;
  border-color: #21A3DE transparent transparent transparent;
}
/* Cookie policy */
.cookie .policy__heading-a {
  margin-bottom: 4.8rem;
}
.policy__box.mb100 {
  margin-bottom: 8rem;
}
.policy-box__list {
  counter-reset: number 0;
}
.policy-box__list li {
  padding-left: 2.4rem;
  padding-bottom: 2.4rem;
  position: relative;
}
.policy-box__list li::before {
  counter-increment: number 1;
  content: counter(number) ")";
  display: inline-block;
  position: absolute;
  font-size: 1.4rem;
  top: 0;
  left: 0;
}
.policy-box__list li.num2::before {
  content: "２）";
}
.policy-box__list li.num3::before {
  content: "３）";
}
.policy-box__list li:last-child {
  padding-bottom: 0;
}
.policy__heading-c {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: .8rem;
}

/* -----------------------------------------
MEDIA
------------------------------------------- */
.media__title img {
  width: 23.4rem;
}
.media__mv {
  margin-bottom: 4rem;
}
.floor__index {
  margin-bottom: .8rem;
  font-size: 1.6rem;
  text-align: center;
}
.floor__index li {
  display: inline-block;
}
.floor__index li + li {
  margin-left: 1em;
}
.floor__index a {
  display: inline-block;
  padding: .2em .5em;
  position: relative;
  color: #5D6970;
}
.floor__index a.current {
  color: inherit;
  font-weight: bold;
}
.floor__index a.current::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .3rem;
  background-color: #000;
}
.floor__map .floor__box {
  display: none;
}
.floor__map .floor__box.current {
  display: block;
}
/* map__icon__list */
.map__icon__list {
  display:-webkit-box;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 6.4rem;
}
.map__icon__list li {
  display:-webkit-box;
  display:flex;
  -webkit-box-align: center;
	align-items: center;
  position: relative;
  width: 12.5%;
  min-height: 2.8rem;
  margin-bottom: 1.6rem;
  padding-left: 3.2rem;
  line-height: 1.4;
  font-size: 1.2rem;
}
.map__icon__list li.icon-bicycle-parking1 {
  padding-left: 4.3rem;
}
.map__icon__list li.icon-bicycle-parking2 {
  padding-left: 4.3rem;
}
.map__icon__list li.icon-bike-parking {
  padding-left: 3.5rem;
}
.map__icon__list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 2.9rem;
  height: 2.9rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.map__icon__list li.icon-toilet1::before {
  background-image: url(/assets/img/facility/icon/icon_toilet1.png);
}
.map__icon__list li.icon-toilet2::before {
  background-image: url(/assets/img/facility/icon/icon_toilet2.png);
}
.map__icon__list li.icon-baby-room::before {
  background-image: url(/assets/img/facility/icon/icon_baby_room.png);
}
.map__icon__list li.icon-locker::before {
  background-image: url(/assets/img/facility/icon/icon_locker.png);
}
.map__icon__list li.icon-smoking::before {
  background-image: url(/assets/img/facility/icon/icon_smoking.png);
}
.map__icon__list li.icon-prayer-room::before {
  background-image: url(/assets/img/facility/icon/icon_prayer_room.png);
}
.map__icon__list li.icon-atm::before {
  background-image: url(/assets/img/facility/icon/icon_atm.png);
}
.map__icon__list li.icon-post::before {
  background-image: url(/assets/img/facility/icon/icon_post.png);
}
.map__icon__list li.icon-parking-payment::before {
  background-image: url(/assets/img/facility/icon/icon_parking_payment.png);
}
.map__icon__list li.icon-escalator::before {
  background-image: url(/assets/img/facility/icon/icon_escalator.png);
}
.map__icon__list li.icon-elevator::before {
  background-image: url(/assets/img/facility/icon/icon_elevator.png);
}
.map__icon__list li.icon-stairs::before {
  background-image: url(/assets/img/facility/icon/icon_stairs.png);
}
.map__icon__list li.icon-sky-deck::before {
  background-image: url(/assets/img/facility/icon/icon_sky_deck.png);
}
.map__icon__list li.icon-taxi::before {
  background-image: url(/assets/img/facility/icon/icon_taxi.png);
}
.map__icon__list li.icon-bus::before {
  background-image: url(/assets/img/facility/icon/icon_bus.png);
}
.map__icon__list li.icon-limousine::before {
  background-image: url(/assets/img/facility/icon/icon_limousine.png);
}
.map__icon__list li.icon-train::before {
  background-image: url(/assets/img/facility/icon/icon_train.png);
}
.map__icon__list li.icon-monorail::before {
  background-image: url(/assets/img/facility/icon/icon_monorail.png);
}
.map__icon__list li.icon-parking1::before {
  background-image: url(/assets/img/facility/icon/icon_parking1.png);
}
.map__icon__list li.icon-parking2::before {
  background-image: url(/assets/img/facility/icon/icon_parking2.png);
}
.map__icon__list li.icon-bicycle-parking1::before {
  width: 4rem;
  background-image: url(/assets/img/facility/icon/icon_bicycle_parking1.png);
}
.map__icon__list li.icon-bicycle-parking2::before {
  width: 4rem;
  background-image: url(/assets/img/facility/icon/icon_bicycle_parking2.png);
}
.map__icon__list li.icon-bike-parking::before {
  width: 3.2rem;
  background-image: url(/assets/img/facility/icon/icon_bike_parking.png);
}
.map__icon__list li.icon-auto-car::before {
  background-image: url(/assets/img/facility/icon/icon_auto_car.png);
}
.map__icon__list li.icon-auto-bus::before {
  background-image: url(/assets/img/facility/icon/icon_auto_bus.png);
}
.map__icon__list li.icon-auto-bus-route::before {
  background-image: url(/assets/img/facility/icon/icon_auto_bus_route.png);
}
.map__icon__list li.icon-zone-entrance::before {
  background-image: url(/assets/img/facility/icon/icon_zone_entrance.png);
}
.map__icon__list li.icon-tenant-entrance::before {
  background-image: url(/assets/img/facility/icon/icon_tenant_entrance.png);
}
.map__icon__list li.icon-money-exchange::before {
  background-image: url(/assets/img/facility/icon/icon_money_exchange.png);
}
.map__icon__list li.icon-id-photo::before {
  background-image: url(/assets/img/facility/icon/icon_id_photo.png);
}
.map__icon__list li.icon-vending-machine::before {
  background-image: url(/assets/img/facility/icon/icon_vending_machine.png);
}
.map__icon__list li.icon-share-cycle::before {
  background-image: url(/assets/img/facility/icon/icon_share_cycle.png);
}
.map__icon__list li.icon-info::before {
  background-image: url(/assets/img/facility/icon/icon_info.png);
}
.download__wrap {
  margin-top: 2.4rem;
  text-align: center;
}
.btn-download {
  display: inline-block;
  position: relative;
	min-width: 19em;
  padding: .35em 1em .35em 1em;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
  text-indent: .1em;
  background-color: #21A3DE;
}
a.btn-download {
  color: #fff;
}
.btn-download .icon {
  display: inline-block;
  position: relative;
  padding-right: 1.6em;
}
.btn-download .icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2.6rem;
  height: 2.6rem;
  background: url(/assets/img/icon_download.png) 50% 50% no-repeat;
  background-size: contain;
}
.btn-download .f-size--s {
  font-size: 80%;
}
.inquiry__box {
  display:-webkit-box;
  display:flex;
  -webkit-box-align: center;
	align-items: center;
  margin-top: 4.8rem;
  padding: 2.4rem 6.4rem;
  border: .1rem solid #8F9AA1;
}
.inquiry__box .left__side {
  margin-right: 4rem;
}
.inquiry__box .right__side .btn--blue {
  font-size: 1.6rem;
  letter-spacing: .1em;
  text-indent: .1em;
}

/* -----------------------------------------
FACILITY
------------------------------------------- */
.facility__wrap {
  padding-top: 14.4rem;
}
.facility__wrap .mv {
  height: auto;
  /*min-height: 86rem;*/
  margin-bottom: 0;
}
.page__title.facility {
  top: -6.4rem;
  width: 50.2rem;
}
.facility__nav {
  display:-webkit-box;
  display:flex;
  -webkit-box-pack: justify;
	justify-content: space-between;
  position: absolute;
  top: 6.6rem;
  left: 0;
  width: 100%;
  margin-right: -1em;
  margin-left: -1em;
  transform: skewY(-5deg);
}
.facility__nav li {
  width: 17.0rem;
}
.facility__nav a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.facility__nav a:hover {
  opacity: 1;
}
.facility__nav a.current {
  background-color: #9FAAB0;
}
.facility__nav a span {
  display: block;
  width: 100%;
  height: 3.6rem;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 3.6rem;
  transform: skew(5deg);
  pointer-events: none;
}
.facility__nav .category1 a span {
  background-image: url(/assets/img/facility/nav_img1.png);
  background-size: 10.7rem auto;
}
.facility__nav .category2 a span {
  background-image: url(/assets/img/facility/nav_img2.png);
  background-size: 8.8rem auto;
}
.facility__nav .category3 a span {
  background-image: url(/assets/img/facility/nav_img3.png);
  background-size: 14.8rem auto;
}
.facility__nav .category4 a span {
  background-image: url(/assets/img/facility/nav_img4.png);
  background-size: 15.4rem auto;
}
.facility__nav .category5 a span {
  background-image: url(/assets/img/facility/nav_img5.png);
  background-size: 15.2rem auto;
}
.facility__nav .category6 a span {
  background-image: url(/assets/img/facility/nav_img6.png);
  background-size: 10.0rem auto;
}
.facility__nav .category1 a.current span {
  background-image: url(/assets/img/facility/nav_img1_on.png);
}
.facility__nav .category2 a.current span {
  background-image: url(/assets/img/facility/nav_img2_on.png);
}
.facility__nav .category3 a.current span {
  background-image: url(/assets/img/facility/nav_img3_on.png);
}
.facility__nav .category4 a.current span {
  background-image: url(/assets/img/facility/nav_img4_on.png);
}
.facility__nav .category5 a.current span {
  background-image: url(/assets/img/facility/nav_img5_on.png);
}
.facility__nav .category6 a.current span {
  background-image: url(/assets/img/facility/nav_img6_on.png);
}

/* facility__slider */
.facility__slider {
  height: 100%;
}
.facility__slider .slide__item {
  position: relative;
  /*height: 80rem;*/
  min-height: 80rem;
  max-height: 90rem;
  overflow: hidden;
}
.facility__slider .slide__item::before {
  content: "";
  display: block;
  padding-top: 52.083%;
}
.facility__slider .slide__item__in {
  display:-webkit-box;
  display:flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.facility__slider .slide__item--left {
  width: 46.875%;
  padding-top: 24rem;
  padding-right: 8rem;
  padding-bottom: 12rem;
  padding-left: calc((100% - 102.4rem) / 2);
  font-size: 1.4rem;
}
.facility__slider .slide__item--right {
  width: 53.125%;
  position: relative;
}
.facility__slider .slide__item--right .bg__img {
  width: 100%;
  max-width: 102rem;
  height: 89%;
  margin-top: 1.5%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
/*.facility__slider .slide__item--right .bg__img::before {
  content: "";
  display: block;
  padding-top: 89.88%;
}*/
@media all and (max-width: 1600px) {
  .facility__slider .slide__item--right .bg__img {
    height: 88%;
    margin-top: 2%;
    background-size: cover;
  }
}
@media all and (max-width: 1440px) {
  .facility__slider .slide__item--right .bg__img {
    height: 90%;
    margin-top: 2%;
    background-size: cover;
  }
}
.facility__slider .facility__category {
  margin-bottom: 2.8rem;
}
.facility__slider .facility__category.facility1 img {
  width: 21.1rem;
}
.facility__slider .facility__category.facility2 img {
  width: 19.0rem;
}
.facility__slider .facility__category.facility3 img {
  width: 29.3rem;
}
.facility__slider .facility__category.facility4 img {
  width: 37.7rem;
}
.facility__slider .facility__category.facility5 img {
  width: 27.3rem;
}
.facility__slider .slide__item--left p {
  margin-bottom: 2.8rem;
  line-height: 1.8;
}
.facility__link__list {
  height: 20rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.facility__link__list li {
  position: relative;
  padding-left: 1.2em;
}
.facility__link__list li + li {
  margin-top: .3em;
}
.facility__link__list li::before {
  content: "";
  display: block;
  position: absolute;
  left: .3em;
  top: .55em;
  height: .5em;
  width: .5em;
  border-radius: 50%;
  background: #21A3DE;
}

/* floor */
.floor {
}
.floor .section__title {
	margin-bottom: 3.2rem;
}
.floor .section__title img {
	width: 52.2rem;
}
.floor .floor__index {
	font-size: 1.8rem;
}
/* facility__index */
.facility__index {
  display: none;
	margin-bottom: 1.6rem;
}
.facility__index.current {
  display: block;
}
.facility__index .wrap {
  display:-webkit-box;
  display:flex;
  flex-wrap: wrap;
	padding: 0;
}
.facility__item {
	position: relative;
  width: 28.126%;
  margin-right: 7.81%;
  margin-bottom: 6.4rem;
}
.facility__item:nth-child(3n) {
	margin-right: 0;
}
.facility__item__image {
  position: relative;
	margin-bottom: 2.0rem;
  background-color: #d9d9d9;
  background-image: -webkit-linear-gradient(45deg,  #d9d9d9 0%,#ffffff 100%);
  background-image: linear-gradient(45deg,  #d9d9d9 0%,#ffffff 100%);
}
.facility__item__image::before {
  content: "";
  display: block;
  padding-top: 69.444%;
}
.facility__item__image span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("/assets/img/facility/img_default.png");
  background-size: contain;
}
.facility__item .facility__name {
  line-height: 1.3;
	font-size: 2.1rem;
	font-weight: bold;
}
.facility__item .facility__sub__name {
	margin-top: .1em;
	font-size: 1.6rem;
	font-weight: bold;
}
.facility__item .facility__area__name {
  display: inline-block;
	margin-top: .1em;
  padding: .25em .5em;
  border: 1px solid #000;
  line-height: 1;
	font-size: 1.2rem;
}
_:-ms-input-placeholder, :root .facility__item .facility__area__name {
  padding: .4em .5em .1em;
}
.facility__item .facility__text {
  margin-top: 1.6rem;
	font-size: 1.6rem;
}
.facility__link__btn {
  margin-top: 1em;
}
a.link__btn {
  display: inline-block;
  position: relative;
  color: #21A3DE;
  word-break : break-all;
}
.link__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  margin-top: .45em;
  margin-left: .5em;
  border-style: solid;
  border-width: .8em .5em .5em 0;
  border-color: #21A3DE transparent transparent transparent;
}
.facility__detail {
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  border-top: 1px solid #000;
	font-size: 1.4rem;
}
.facility__detail dl dt {
  float: left;
  width: 5em;
  clear: left;
}
.facility__detail dl dd {
  margin-left: 5em;
}
.service .section__title {
  margin-bottom: 2.4rem;
}
.service .section__title img {
  width: 31.5rem;
}
.service .section__title + p {
  font-size: 2.1rem;
  text-align: center;
}
/* service__index */
.service__index {
  display:-webkit-box;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 6.4rem;
}
.service__index li {
  display:-webkit-box;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
	justify-content: center;
  -webkit-box-align: start;
	align-items: flex-start;
  position: relative;
  width: 33.33%;
  min-height: 6.8rem;
  margin-bottom: 2.4rem;
  padding-left: 8.1rem;
  line-height: 1.3;
  font-size: 2.1rem;
}
.service__index li .font--s {
  font-size: 1.8rem;
}
.service__index li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6.8rem;
  height: 6.8rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.service__index li.icon-toilet1::before {
  background-image: url(/assets/img/facility/icon/icon_toilet1.png);
}
.service__index li.icon-toilet2::before {
  background-image: url(/assets/img/facility/icon/icon_toilet2.png);
}
.service__index li.icon-baby-room::before {
  background-image: url(/assets/img/facility/icon/icon_baby_room.png);
}
.service__index li.icon-locker::before {
  background-image: url(/assets/img/facility/icon/icon_locker.png);
}
.service__index li.icon-smoking::before {
  background-image: url(/assets/img/facility/icon/icon_smoking.png);
}
.service__index li.icon-prayer-room::before {
  background-image: url(/assets/img/facility/icon/icon_prayer_room.png);
}
.service__index li.icon-atm::before {
  background-image: url(/assets/img/facility/icon/icon_atm.png);
}
.service__index li.icon-post::before {
  background-image: url(/assets/img/facility/icon/icon_post.png);
}
.service__index li.icon-info::before {
  background-image: url(/assets/img/facility/icon/icon_info.png);
}
.service__index li.icon-wifi::before {
  background-image: url(/assets/img/facility/icon/icon_wifi.png);
}
.service__index li.icon-forget::before {
  background-image: url(/assets/img/facility/icon/icon_forget.png);
}
.service__index li.icon-aed::before {
  background-image: url(/assets/img/facility/icon/icon_aed.png);
}
.service__index li.icon-pet::before {
  background-image: url(/assets/img/facility/icon/icon_pet.png);
}
.service__index li.icon-work-space::before {
  background-image: url(/assets/img/facility/icon/icon_work_space.png);
}
/* service__index__list */
.service__index__list {
  display:-webkit-box;
  display:flex;
  -webkit-box-pack: justify;
	justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 6.4rem;
}
.service__index__list li {
  display:-webkit-box;
  display:flex;
  width: 47%;
  position: relative;
  padding: 2.4rem 1.0rem;
  border-bottom: 1px solid #000;
}
.service__index__list li:nth-child(1),
.service__index__list li:nth-child(2) {
  border-top: 1px solid #000;
}
.service__index__list li .service__detail {
  flex: 1;
}
.service__index__list li .service__name {
  margin-bottom: .5em;
  line-height: 1.3;
  font-size: 2.1rem;
  font-weight: bold;
}
.service__index__list li .service__name .font--s {
  font-size: 1.8rem;
}
.service__index__list li .service__name .font--ss {
  font-size: 1.2rem;
}
.service__index__list li .service__text {
  font-size: 1.6rem;
}
.link__detail {
  display: inline-block;
  position: relative;
  margin-top: 2rem;
  padding: .7em 2.8em .7em 1em;
  border: .2rem solid #21A3DE;
  color: #21A3DE;
  line-height: 1.4;
  font-size: 1.4rem;
}
.link__detail::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 1.6rem;
	bottom: 0;
	margin: auto;
	width: 2.2rem;
	height: 2.2rem;
  border-top: 2px solid #21A3DE;
  border-right: 2px solid #21A3DE;
  transform: rotate(45deg);
}

.service__index__list li .service__icon {
  display: block;
  width: 7.2rem;
  height: 7.2rem;
  margin-right: 2rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.service__index__list .service__icon.icon-toilet1 {
  background-image: url(/assets/img/facility/icon/icon_toilet1.png);
}
.service__index__list .service__icon.icon-toilet2 {
  background-image: url(/assets/img/facility/icon/icon_toilet2.png);
}
.service__index__list .service__icon.icon-baby-room {
  background-image: url(/assets/img/facility/icon/icon_baby_room.png);
}
.service__index__list .service__icon.icon-locker {
  background-image: url(/assets/img/facility/icon/icon_locker.png);
}
.service__index__list .service__icon.icon-smoking {
  background-image: url(/assets/img/facility/icon/icon_smoking.png);
}
.service__index__list .service__icon.icon-prayer-room {
  background-image: url(/assets/img/facility/icon/icon_prayer_room.png);
}
.service__index__list .service__icon.icon-atm {
  background-image: url(/assets/img/facility/icon/icon_atm.png);
}
.service__index__list .service__icon.icon-post {
  background-image: url(/assets/img/facility/icon/icon_post.png);
}
.service__index__list .service__icon.icon-info {
  background-image: url(/assets/img/facility/icon/icon_info.png);
}
.service__index__list .service__icon.icon-wifi {
  background-image: url(/assets/img/facility/icon/icon_wifi.png);
}
.service__index__list .service__icon.icon-forget {
  background-image: url(/assets/img/facility/icon/icon_forget.png);
}
.service__index__list .service__icon.icon-aed {
  background-image: url(/assets/img/facility/icon/icon_aed.png);
}
.service__index__list .service__icon.icon-pet {
  background-image: url(/assets/img/facility/icon/icon_pet.png);
}
.service__index__list .service__icon.icon-work-space {
  background-image: url(/assets/img/facility/icon/icon_work_space.png);
}
.service__index__list .service__icon.icon-share-cycle {
  background-image: url(/assets/img/facility/icon/icon_share_cycle.png);
}
.service__index__list .service__icon.icon_car {
	background-image: url(/assets/img/facility/icon/icon_car.png);
  }

/* -----------------------------------------
 ACCESS
------------------------------------------- */
.page__title.access {
  top: 7.7rem;
  width: 46.0rem;
}
.mv.access {
  height: 109.7rem;
  margin-bottom: 0;
  overflow: hidden;
}
.mv.access::after {
  z-index: 3;
}
.mv.access .bg__img {
  background-size: cover;
}
.mv.access .wrap {
  height: 100%;
}
.mv.access .btn__gmap {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 12.1rem;
}
.mv.access .btn__gmap:hover {
  bottom: 2.4rem;
}
.access__text {
  position: absolute;
  right: calc((100% - 102.4rem) * 0.25);
  bottom: 4.8rem;
  z-index: 3;
  max-width: 75rem;
  padding: 2.4em 3.2em;
  color: #fff;
  line-height: 1.8;
  font-size: 1.6rem;
}
.access__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #21A3DE;
  transform: skewY(6deg);
  outline: 1px solid transparent;
}
.access__text p {
  position: relative;
}
.section.bus .bg__grad {
  height: 85rem;
}
.section.bus .bg__grad.top {
  top: 10%;
}
.section.bus .bg__grad.bottom {
  top: auto;
  bottom: 6%;
}
.section.bus .bg__grad::before {
  content: "";
  display: block;
  position: absolute;
  top: -11rem;
  z-index: 2;
  width: 100%;
  height: 21rem;
  background-color: #fff;
  transform: skewY(-5deg);
  outline: 1px solid transparent;
}
.section.bus .bg__grad::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  bottom: -11rem;
  width: 100%;
  height: 21rem;
  background-color: #fff;
  transform: skewY(-5deg);
  outline: 1px solid transparent;
}
.section.bus .access__info .bg__grad {
  display: none;
}
.section.bus .wrap {
  padding-bottom: 4rem;
}
.section.train .section__title {
  margin-bottom: 5.6rem;
  font-weight: bold;
  font-size: 2.1rem;
  text-align: left;
}
.section.train .section__title img {
  width: 21.7rem;
  margin-right: 1em;
  vertical-align: middle;
}
.section.train .section__title span {
  position: relative;
  top: .1em;
}
.section.bus .section__title {
  margin-bottom: 8rem;
  font-weight: bold;
  font-size: 2.1rem;
  text-align: left;
}
.section.bus .section__title img {
  width: 61.7rem;
  margin-right: 1em;
  vertical-align: middle;
}
.section.bus .section__title span {
  position: relative;
  top: .1em;
}
.access__route {
  display:-webkit-box;
  display:flex;
  -webkit-box-pack: justify;
	justify-content: space-between;
}
.access__route .left__side {
  width: 48.312%;
}
.access__route .right__side {
  width: 48.312%;
  padding-top: 2.4rem;
}
.access__other {
  position: relative;
  margin-bottom: 30rem;
}
.parking__map {
  width: 52.4%;
}
.traffic__route {
  padding: 1em;
  border: .1rem solid #ccc;
  font-size: 1.4rem;
}
/* access__info */
.access__info {
  position: relative;
  padding-left: 2.8rem;
  border-left: .4rem solid #000;
}
.access__info.car {
  width: 40%;
  margin-top: -21em;
  margin-left: auto;
}
.access__info.bus {
  width: 45%;
  margin-top: -9em;
}
.access__info.bike {
  width: 40%;
  margin-top: -10em;
  margin-left: auto;
}
.access__info .info__detail {
}
.access__info h3 {
  position: relative;
  margin-bottom: .7em;
  padding-bottom: .4em;
  border-bottom: 1px solid #000;
  line-height: 1.2;
  font-weight: normal;
  font-size: 1.8rem;
}
.access__info h3 em {
  font-size: 150%;
  font-weight: normal;
}
.access__info h3 .access__name {
  display: block;
}
.access__info .info__icon {
  width: 8rem;
  height: 8rem;
  margin-top: 8rem;
  margin-bottom: 2.4rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.access__info .info__icon:first-child {
  margin-top: 0;
}
.access__info .info__icon.icon-car {
  background-image: url(/assets/img/access/icon_car.png);
}
.access__info .info__icon.icon-bus {
  background-image: url(/assets/img/access/icon_bus.png);
}
.access__info .info__icon.icon-limousine {
  background-image: url(/assets/img/access/icon_limousine.png);
}
.access__info .info__icon.icon-bicycle {
  height: 7rem;
  background-image: url(/assets/img/access/icon_bicycle.png);
}
.access__info .info__icon.icon-bike {
  margin-top: 6rem;
  height: 7rem;
  background-image: url(/assets/img/access/icon_bike.png);
}
.route__list li {
  margin-top: .8em;
  font-size: 1.8rem;
}
.route__list li:first-child {
  margin-top: 0;
}
.route__list .route__flow {
  display: inline-block;
  position: relative;
  margin-right: .6rem;
  padding-right: 2rem;
}
.route__list .route__flow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0 1rem 1rem;
  border-color: transparent transparent transparent #333;
}
_:-ms-input-placeholder, :root .route__list .route__flow::after {
  top: -.3em;
}
.route__list .route__flow:last-child {
  padding-right: 0;
}
.route__list .route__flow:last-child::after {
  display: none;
}
.route__list .route__flow em {
  font-size: 125%;
  font-weight: normal;
}
.access__info p {
  font-size: 1.9rem;
}
.parking__info dt {
  float: left;
  width: 4em;
  white-space: nowrap;
  clear: left;
}
.parking__info dd {
  position: relative;
  margin-left: 4em;
  padding-left: 1em;
}
.parking__info dd::before {
  content: "：";
  position: absolute;
  top: 0;
  left: 0;
}
.parking__info.w5em dt {
  width: 5em;
}
.parking__info.w5em dd {
  margin-left: 5em;
}
.parking__info.w6em dt {
  width: 6em;
}
.parking__info.w6em dd {
  margin-left: 6em;
}
.car__route {
  display: table;
  margin-bottom: 4.8rem;
  font-size: 2.1rem;
}
.car__route > div {
  display: table-row;
}
.car__route dt {
  display: table-cell;
  padding-right: 1rem;
  vertical-align: bottom;
  line-height: 1.3;
  font-size: 1.8rem;
}
.car__route dt .sub__text {
  display: block;
  font-size: 1.5rem;
}
.car__route dt em {
  font-size: 120%;
  font-weight: normal;
}
.car__route dt em.size--l {
  font-size: 150%;
}
.car__route dd {
  display: table-cell;
  vertical-align: bottom;
  line-height: 1;
  font-size: 2.4rem;
}
.car__route dd .distance {
  font-size: 60%;
}
.car__route em {
  font-size: 200%;
  font-weight: normal;
}
.car__route > div:not(:last-child) dt,
.car__route > div:not(:last-child) dd {
  padding-bottom: 1.5rem;
}
.access__other .comment__list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  font-size: 1.2rem;
}

/* -----------------------------------------
 ANIMATION
------------------------------------------- */
.vivify {
	-webkit-animation-duration: .8s;
	-webkit-animation-fill-mode: both;
	animation-duration: .8s;
	animation-fill-mode: both
}
.vivify.slow {
	-webkit-animation-duration: 1.4s;
	-webkit-animation-fill-mode: both;
	animation-duration: 1.4s;
	animation-fill-mode: both
}
.vivify.fast {
	-webkit-animation-duration: .4s;
	-webkit-animation-fill-mode: both;
	animation-duration: .4s;
	animation-fill-mode: both
}
.vivify {
  animation-play-state: paused;
}
.vivify.anime,
.anime .vivify {
  animation-play-state: running;
}
.vivify[data-emergence=visible],
[data-emergence=visible] .vivify {
  animation-play-state: running;
}
.fadeIn {
  /*-webkit-animation: fadeIn .8s 0s ease-in-out forwards;
  animation: fadeIn .8s 0s ease-in-out forwards;*/
  -webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
@keyframes fadeIn {
0% {
  opacity: 0;
}
100% {
  opacity: 1;
}
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@keyframes fadeInUp {
	0.00% {
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
		opacity: 0
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
	animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@keyframes fadeInLeft {
	0.00% {
		-webkit-transform: translate3d(-50px, 0, 0);
		transform: translate3d(-50px, 0, 0);
		opacity: 0
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.driveInLeft {
	-webkit-animation-name: driveInLeft;
	animation-name: driveInLeft;
	-webkit-animation-duration: .8s;
	animation-duration: .8s
}
@keyframes driveInLeft {
	0.00% {
		/*-webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
		animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);*/
    -webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	100% {
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.driveInRight {
	-webkit-animation-name: driveInRight;
	animation-name: driveInRight;
	-webkit-animation-duration: .8s;
	animation-duration: .8s
}
@keyframes driveInRight {
	0.00% {
		-webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
		animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	100% {
		-webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
		animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}
.driveInLeftOut.anime {
	-webkit-animation-name: driveInLeftOut;
	animation-name: driveInLeftOut;
	-webkit-animation-duration: 2s;
	animation-duration: 1.6s
}
@keyframes driveInLeftOut {
	0.00% {
		-webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
		animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	40% {
		-webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
		animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	60% {
		-webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
		animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	100% {
		-webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
		animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}
.stretchInLeft {
	-webkit-animation-name: stretchInLeft;
	animation-name: stretchInLeft;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
}
@keyframes stretchInLeft {
	0.00% {
		-webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
		animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
		width: 0;
	}
	100% {
		-webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
		animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
		width: 100%;
	}
}
/* delay */
.delay-100 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}
.delay-150 {
	-webkit-animation-delay: 150ms;
	animation-delay: 150ms
}
.delay-200 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}
.delay-250 {
	-webkit-animation-delay: 250ms;
	animation-delay: 250ms
}
.delay-300 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}
.delay-350 {
	-webkit-animation-delay: 350ms;
	animation-delay: 350ms
}
.delay-400 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}
.delay-450 {
	-webkit-animation-delay: 450ms;
	animation-delay: 450ms
}
.delay-500 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}
.delay-550 {
	-webkit-animation-delay: 550ms;
	animation-delay: 550ms
}
.delay-600 {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}
.delay-650 {
	-webkit-animation-delay: 650ms;
	animation-delay: 650ms
}
.delay-700 {
	-webkit-animation-delay: .7s;
	animation-delay: .7s
}
.delay-750 {
	-webkit-animation-delay: 750ms;
	animation-delay: 750ms
}
.delay-800 {
	-webkit-animation-delay: .8s;
	animation-delay: .8s
}
.delay-850 {
	-webkit-animation-delay: 850ms;
	animation-delay: 850ms
}
.delay-900 {
	-webkit-animation-delay: .9s;
	animation-delay: .9s
}
.delay-950 {
	-webkit-animation-delay: 950ms;
	animation-delay: 950ms
}
.delay-1000 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}
.delay-1100 {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s
}
.delay-1200 {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s
}
.delay-1300 {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s
}
.delay-1400 {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s
}
.delay-1500 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}
.delay-1600 {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s
}
.delay-1700 {
	-webkit-animation-delay: 1.7s;
	animation-delay: 1.7s
}
.delay-1800 {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s
}
.delay-1900 {
	-webkit-animation-delay: 1.9s;
	animation-delay: 1.9s
}
.delay-2000 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}
.delay-2100 {
	-webkit-animation-delay: 2.2s;
	animation-delay: 2.2s
}
.delay-2200 {
	-webkit-animation-delay: 2.2s;
	animation-delay: 2.2s
}


/*.vivify {
  opacity: 1 !important;
  animation-play-state: running !important;
}*/

/*@media all and (min-width: 960px) and (max-width: 1280px) {
	html {
    font-size: 46.875%;
  }
}*/
@media all and (min-width: 1920px) {
	/*html {
    font-size: 50%;
  }*/
	.mv__wrap .bg__img,
	.mv .bg__img {
		background-size: cover;
	}
}
/*@media all and (max-width: 1920px) {
	html {
    font-size: calc(100vw/240);
  }
}
@media all and (max-width: 1680px) {
	html {
    font-size: 45%;
  }
}*/
@media all and (max-width: 1280px) {
  .header__logo {
    padding: 2.5rem 0 2.5rem 1.6rem;
  }
  .header__logo img {
    width: 35.2rem;
  }
  .header__nav {
    padding-right: 0;
  }
	.header__nav a {
    padding: 1em .5em;
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1024px) {
	.fixed__policy .policy__box p {
		font-size: 1.4rem;
	}
	.fixed__policy .policy__btn {
		font-size: 1.4rem;
	}
  .pickup .wrap,
  .news .wrap,
  .home .about .wrap,
  .home .facility .wrap,
  .media .wrap,
	.opendata .wrap,
  .contact .wrap,
  .news.horizontal .wrap,
  .concept .wrap,
  .innovation .wrap,
  .facility__item .wrap,
  .section .wrap {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  .news .btn__more,
  .home .about .btn__more {
    left: 4rem;
  }
  .home .access .section__title {
    right: 4rem;
  }
  .home .access .btn__more {
    left: 4rem;
  }
  .home .access .btn__gmap {
    left: 27.3rem;
  }
  .news-list .slick-next {
    right: 0;
  }
  .news-list .slick-prev {
    left: 0;
  }
  .outline__table {
    max-width: 84.8rem;
  }
  .outline__list dt {
    font-size: 1.2rem;
  }
  .outline__list dd {
    font-size: 1.2rem;
  }
  .business__outline__heading {
    font-size: 1.6rem;
  }
  .facility__slider .slide__item--left {
    padding-left: 4rem;
  }
}
@media all and (max-width: 960px) {
  .header__nav {
    display: none;
  }
  .header__menu {
    display: block;
  }
}
.wbreak{
	word-break: break-all;
}

/* -----------------------------------------
 OpenData
------------------------------------------- */
.page__title.about.od_h1 {
	top: 7.7rem;
	width: 61.2rem;
}
.od.section__title {
  font-size: 4.2rem;
	margin-bottom: 4.2rem;
}
.od.section__title img {
	width: 80rem;
}
.od_h3.section__title {
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 2.5rem;
}
.od.section__text {
	text-align: center;
	margin-bottom: 6.2rem;
}
.od.section__text p{
	line-height: 1.8;
	font-size: 1.6rem;
}
.od_concept{
	position: relative;
	margin-bottom: 16rem;
}
.od_concept .opendata_h3.section__title img {
	width: 14.5rem;
}
.od_concept dl{
	margin: 0 auto;
}
.od_concept dt{
	float: left;
}

.od_concept dd{
	margin-left: 7em;
	padding-left:1em;
	text-indent:-1em;
}

.od_table {
	max-width: 96rem;
	margin: 0 auto;
	line-height: 2.3;
	font-size: 1.6rem;
}
.od_table table {
	margin-top: 3.2rem;
	width:100%;
}
.od_table tr td {
	width : calc(100% / 3) ;
}
.od_table table, td, th {
	border: 2px #FFFFFF solid;
}
.od_table table th {
	background-color: #9FAAB0;
	color: #FFFFFF;
	text-align: left;
	padding: 0.3em 1em;
}
.od_table table td {
	background-color: #F1F3F4;
	padding: 0.3em 1em;
}
.od_table table tr:nth-child(even) td {
	background-color: #FFFFFF;
}
.od_h2.section__title img {
	width: 40rem;
}
.leaflet .info__od__api {
	width: 4.1rem;
}
.leaflet .info__od__catalog {
	width: 12.8rem;
}
.leaflet .info__od__manual {
	width: 10.0rem;
}
.information__item__api{
  padding-top: 4.9rem;
	width: 11.2rem;
}
.information__item__catalog{
	width: 20rem;
}
.information__item__manual{
	width: 12rem;
}
.img_sp {
	display: none;
}
.od__leaflet1 {
  padding: 19.2rem 1.6rem 9.6rem;
  display: block;
  color: inherit;
  text-align: center;
  transition: all .25s ease-out;
}
.od__leaflet1 .info__od__api {
	width: 4.1rem;
}
.od__leaflet3 {
  padding: 12.8rem 1.6rem 16rem;
  display: block;
  color: inherit;
  text-align: center;
  transition: all .25s ease-out;
}
.od__leaflet3 .info__od__manual {
	width: 10.0rem;
}
.cs_txt{
	margin-top:0.7rem;
}
.od__ant{
	font-size: 1.4rem;
	text-align: center;
	margin-top: 0.7rem;
}


/* -----------------------------------------
 OpenData_top
------------------------------------------- */
.opendata {
  min-width: 102.4rem;
  position: relative;
  padding: 17.2rem 0 19rem;
  overflow: hidden;
}
.opendata__info {
  display:-webkit-box;
  display:flex;
}
.opendata__info .left__side {
  width: 38.4rem;
  margin-right: 8rem;
}
.opendata__info .left__side p {
  line-height: 2;
  font-size: 1.4rem;
}
.opendata__info .right__side {
	width: 56rem;
	padding-top: 1.8rem;
}
.opendata .section__title {
  width: 19rem;
  margin-bottom: 4.5rem;
}
.opendata__detail {
  width: 56rem;
}
.opendata__detail a {
  display: block;
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #00496D;
}

.opendata__detail a::before {
  content: "";
  display: block;
  padding-top:40.85%;
}

.opendata__detail a:hover {
  opacity: 1;
}

.opendata__detail .bg__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
  transition: all .25s ease-out;
}
.opendata__detail a:hover .bg__img {
  transform: scale(1.2);
  opacity: .4;
}
.opendata__detail .opendata__detail__text {
  display:-webkit-box;
  display:flex;
  -webkit-box-pack: center;
	justify-content: center;
  -webkit-box-align: center;
	align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.opendata__detail .opendata__detail__text p {
  font-size: 1.4rem;
  text-align: center;
}
.opendata__detail .opendata__detail__text .more {
  margin-top: .3em;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: .1em;
}
.home .opendata .bg__grad {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #C3D5E3;
  background: -webkit-linear-gradient(top, #C3D5E3 0%, #CDDCE4 50%, #E1DFDB 73%, #DFD9D0 78%, #DCC9C2 86%, #C9B4C2 94%, #82A5B4 100%);
  background: linear-gradient(to bottom, #C3D5E3 0%, #CDDCE4 50%, #E1DFDB 73%, #DFD9D0 78%, #DCC9C2 86%, #C9B4C2 94%, #82A5B4 100%);
  opacity: .65;
}
.home .opendata .bg__side {
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100% - 102.4rem) * 0.25);
  height: 100%;
  background-color: #fff;
}
.home .opendata::before {
  content: "";
  display: block;
  position: absolute;
  top: -11rem;
  width: 100%;
  height: 21rem;
  background-color: #fff;
  transform: skewY(5deg);
  outline: 1px solid transparent;
}
.home .opendata::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -11rem;
  width: 100%;
  height: 21rem;
  background-color: #fff;
  transform: skewY(5deg);
  outline: 1px solid transparent;
}

/* -----------------------------------------
 bus
------------------------------------------- */

.bus__title{
	font-size: 4.2rem;
	line-height: 1;
}

.bus__heading-a {
    text-align: center;
	font-size: 4.2rem;
    margin-bottom: 4.2rem;
    margin-top: 3.6rem;
}

.bus__heading-b {
    text-align: center;
	font-size: 2.8rem;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

.bus__heading-c{
	font-size: 2.2rem;
	margin-top: 3.2rem;
	margin-bottom: 0.9rem;
	font-weight: bold;
}

.bus__heading-d{
	text-align: center;
}

.bus__text{
	margin-bottom: 1.2rem;
}


.bus__mimg{
	position: relative;
	margin: 0 auto 0;
	max-width: 96rem;
	background-color: rgba(255,255,255,.95);
}

.bus_conts {
	position: relative;
	max-width: 96rem;
	margin: 0 auto 1.6rem;
	padding: 4.8rem 4.8rem 7.2rem;
	background-color: rgba(255,255,255,.95);
}

.bus__box {
    line-height: 1.7;
}

.bus__box_t{
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 3.6rem;
	margin-bottom: 2rem;
	max-width: 96rem;
}

.bus__box_t_left{
	padding-right: 1rem;
}

.bus__box_t_right{
	padding-left: 1rem;
}

.bus__box_title{
	text-align: center;
	font-weight: bold;
	background-color: #9FAAB0;
	color:#FFFFFF;
    font-size: 2rem;
	padding: 2rem;
	padding: 1rem;
	line-height: 1.5;
}

.bus_table {
	width: 40rem;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 2rem;
}

.bus_table table, td, th{
	border: 0;
}

.bus_table th {
    background-color: #F1F3F4;
    padding: 0.5em 1em;
	border-bottom: 1px solid #9FAAB0;
}

.bus_table td {
	padding: 0.5em 1em;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #9FAAB0;
}

.bus__caution ul {
	margin-left: 2rem;
	list-style: none;
}

.bus__caution li {
  position: relative;
  padding-left: 1.2em;
}

.bus__caution li + li {
  margin-top: .3em;
}

.bus__caution li::before {
  content: "";
  display: block;
  position: absolute;
  left: .3em;
  top: .45em;
  height: .5em;
  width: .5em;
  border-radius: 50%;
  background: #5d6970;
}

.bus__link_block{
	position: absolute;
	bottom: 27rem;
	left: 38rem;
}

.bus__link_detail {
    display: inline-block;
    position: relative;
    padding: .7em 2.8em .7em 1em;
    border: .2rem solid #21A3DE;
    line-height: 1.4;
    font-size: 1.4rem;
}

.bus__link_detail::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 1.6rem;
    bottom: 0;
    margin: auto;
    width: 2.2rem;
    height: 2.2rem;
    border-top: 2px solid #21A3DE;
    border-right: 2px solid #21A3DE;
    transform: rotate(45deg);
}

.bus__link_block_top{
	margin-top: 13rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bus__link_detail_top {
    display: inline-block;
    position: relative;
    padding: .8em 5em .8em 2em;
    border: .2rem solid #21A3DE;
    line-height: 1.4;
    font-size: 1.8rem;
    font-weight: bold;
}

.bus__link_detail_top::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 1.6rem;
    bottom: 0;
    margin: auto;
    width: 2.2rem;
    height: 2.2rem;
    border-top: 2px solid #21A3DE;
    border-right: 2px solid #21A3DE;
    transform: rotate(45deg);
}

.pickup + .bus_schedule .bus__link_block_top {
	margin-top: 6rem;
}

.kome{
	padding-left:1em;
	text-indent:-1em;
}