@charset "UTF-8";

/* -----------------------------
	Top page
----------------------------- */
body.home .site-header {
  height: 135px;
}
@media screen and (min-width: 768px) {
  body.home .site-header {
    height: 130px;
  }
}
body.home .site-header .site-branding .site-title {
  width: 145px;
}
@media screen and (min-width: 768px) {
  body.home .site-header .site-branding .site-title {
    width: 180px;
  }
}
body.home #page .site-main {
  padding-bottom: 0;
}
body.home .kv {
  position: relative;
  /* max-height: 640px;
  overflow: hidden; */
}
body.home .kv .swiper .swiper-slide {
  text-align: center;
}
body.home .kv .swiper .swiper-slide img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
body.home .top-navigation {
  position: relative;
  padding-top: 69px;
  z-index: 100;
}
body.home .top-navigation .menu-toggle {
  position: absolute;
  right: 10px;
  top: -44px;
  width: 113px;
  height: 113px;
  color: #000;
  background: #fff;
  font-size: 1.5rem;
  text-align: right;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  body.home .top-navigation .menu-toggle {
    right: 2vw;
  }
}
body.home .top-navigation .menu-toggle:hover {
  background: #ddd;
}
body.home .top-navigation .menu-toggle span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  letter-spacing: 0.1em;
}
body.home .top-navigation .menu-toggle span::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 5px;
  border-left: 4px solid transparent;
  border-top: 7px solid #000;
  border-right: 4px solid transparent;
  vertical-align: middle;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
body.home .top-navigation .menu-toggle[aria-expanded=true] span::after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
body.home .top-navigation .top-menu {
  display: none;
  position: absolute;
  right: 9.87%;
  left: 0;
  color: #000;
  background: #fff;
  font-size: 1.6rem;
  top: 65px;
}
@media screen and (min-width: 768px) {
  body.home .top-navigation .top-menu {
    padding: 3% 8%;
    right: 90px;
  }
}
@media screen and (min-width: 992px) {
  body.home .top-navigation .top-menu {
    padding: 3%;
  }
}
body.home .top-navigation .top-menu .nav-menu {
  margin: 0;
  padding: 5.91716% 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  body.home .top-navigation .top-menu .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    font-size: 1.4rem;
  }
}
body.home .top-navigation .top-menu .nav-menu .menu-item {
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  body.home .top-navigation .top-menu .nav-menu .menu-item {
    line-height: 1.5;
    letter-spacing: 0.05em;
    width: 45%;
    margin-right: 10%;
  }
  body.home .top-navigation .top-menu .nav-menu .menu-item:nth-child(2n+1) {
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  body.home .top-navigation .top-menu .nav-menu .menu-item {
    line-height: 1.5;
    letter-spacing: 0.05em;
    width: 30%;
    margin-right: 5%;
  }
  body.home .top-navigation .top-menu .nav-menu .menu-item:nth-child(2n+1) {
    margin-right: 5%;
  }
  body.home .top-navigation .top-menu .nav-menu .menu-item:nth-child(3n+1) {
    margin-right: 0;
  }
}
body.home .top-navigation .top-menu .nav-menu .menu-item a {
  display: block;
  position: relative;
  padding: 13px 5.91716%;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  body.home .top-navigation .top-menu .nav-menu .menu-item a {
    padding: 6px 5px;
  }
}
body.home .top-navigation .top-menu .nav-menu .menu-item a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 7px solid #000;
  border-bottom: 4px solid transparent;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  margin-right: 5.91716%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body.home .top-navigation .top-menu .nav-menu .menu-item a:hover {
  color: #666;
  background: #eee;
}
body.home .top-navigation .top-menu .nav-menu .menu-item a:hover::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 7px solid #666;
  border-bottom: 4px solid transparent;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  margin-right: 5.91716%;
}
body.home .top-navigation .top-menu .nav-menu .menu-item-top {
  display: none;
}
body.home .sec-header {
  position: relative;
  overflow: hidden;
}
body.home .sec-header .sec-ttl {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 89.33%;
  max-width: 1080px;
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body.home .sec-header .sec-ttl {
    margin-top: 80px;
    margin-bottom: 55px;
    font-size: 6.4rem;
  }
}
body.home .sec-header .sec-ttl .sec-ttl__inner {
  display: block;
  width: calc(50% + 50vw);
  padding: 0;
  margin: 0;
}
body.home .sec-header .sec-ttl .sec-ttl-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}
body.home .sec-header .sec-ttl .sec-ttl-l::after {
  content: "";
  display: block;
  height: 26px;
  margin-left: 0.5em;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  background: #d60014;
}
@media screen and (min-width: 768px) {
  body.home .sec-header .sec-ttl .sec-ttl-l::after {
    height: 48px;
    margin-left: 1em;
  }
}
body.home .sec-header .sec-ttl .sec-ttl-s {
  display: block;
  color: #888;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  body.home .sec-header .sec-ttl .sec-ttl-s {
    font-size: 1.8rem;
  }
}
body.home .information .information_txt {
  font-size: 1.4rem;
}
body.home .information .information__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  body.home .information .information__list {
    display: block;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    width: 80.26%;
    max-width: 1000px;
  }
}
body.home .information .information__entry {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  body.home .information .information__entry {
    width: 47%;
  }
}
body.home .information .information__entry .information__entry__thum {
  position: relative;
  width: 59%;
  height: 0;
  padding-top: 45.33%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body.home .information .information__entry .information__entry__thum {
    width: 71.48%;
    padding-top: 54.25%;
  }
}
body.home .information .information__entry .information__entry__thum::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 6px solid #d60014;
  border-left: 0;
  -webkit-transition: border 0.5s ease;
  transition: border 0.5s ease;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body.home .information .information__entry .information__entry__thum::before {
    border: 6px solid #d60014;
  }
}
body.home .information .information__entry .information__entry__thum::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
body.home .information .information__entry .information__entry__thum img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
body.home .information .information__entry .information__entry__thum .noimage {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
  padding-top: 81.25%;
  background: url(../img/noimage.png) no-repeat center;
  background-size: cover;
  -webkit-transition: 1s;
  transition: 1s;
}
body.home .information .information__entry .information__entry__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56.4%;
  min-height: 60%;
  background-color: #000;
  font-size: 1.2rem;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body.home .information .information__entry .information__entry__txt {
    width: 52.34%;
    font-size: 1.4rem;
  }
}
body.home .information .information__entry .information__entry__txt .information__entry__txt--inner {
  position: relative;
  padding: 20px 35px 20px 25px;
}
@media screen and (min-width: 768px) {
  body.home .information .information__entry .information__entry__txt .information__entry__txt--inner {
    padding: 25px 40px 25px 30px;
  }
}
body.home .information .information__entry .information__entry__txt .information__entry__txt--inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: calc((100% - 10px) / 2);
  width: 0;
  height: 0;
  margin-left: 0.5em;
  border-top: 5px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 5px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  body.home .information .information__entry .information__entry__txt .information__entry__txt--inner::after {
    right: 10px;
  }
}
body.home .information .information__entry .information__entry__txt .information__entry__txt--inner p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin: 0;
  padding: 0;
}
body.home .information .information__entry a {
  display: block;
  text-decoration: none;
}
body.home .information .information__entry a:hover .information__entry__thum::before {
  border-width: 10px;
}
body.home .information .information__entry a:hover .information__entry__thum img {
  -webkit-transform: scale(1.05) translate(-48.5%, -48.5%);
  transform: scale(1.05) translate(-48.5%, -48.5%);
  opacity: 0.3;
}
body.home .information .information__entry a:hover .information__entry__thum .noimage {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.3;
}
body.home .information .information__entry a:hover .information__entry__txt {
  background: #111;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
body.home .contact-btn {
  margin: 60px 0 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.home .contact-btn {
    margin-top: 90px;
  }
}
body.home .contact-btn .cantact-toggle::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 5px;
  border-left: 5px solid transparent;
  border-bottom: 0;
  border-top: 8px solid #000;
  border-right: 5px solid transparent;
  vertical-align: middle;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
body.home .contact-btn .cantact-toggle[aria-expanded=true]::after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
body.home .contact-btn .cantact-toggle:hover {
  color: #fff;
  background: transparent;
}
body.home .contact-btn .cantact-toggle:hover::after {
  border-top-color: #fff;
}
body.home .contact-btn .cantact-menu {
  display: none;
  overflow: hidden;
  padding: 0 4px 4px;
  margin: 0 auto;
  background: #fff;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body.home .contact-btn .cantact-menu {
    width: 450px;
  }
}
body.home .contact-btn .cantact-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 576px) {
  body.home .contact-btn .cantact-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  body.home .contact-btn .cantact-menu ul {
    display: block;
  }
}
@media screen and (min-width: 576px) {
  body.home .contact-btn .cantact-menu ul li {
    width: calc(50% - 4px);
    margin-right: 4px;
    margin-top: 0;
  }
  body.home .contact-btn .cantact-menu ul li:nth-child(2n) {
    margin-right: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  body.home .contact-btn .cantact-menu ul li {
    width: 100%;
    margin-right: 0;
  }
  body.home .contact-btn .cantact-menu ul li:nth-child(2n) {
    margin-top: 4px;
  }
}
body.home .contact-btn .cantact-menu ul li a {
  margin: 0;
  font-size: 1.4rem;
  width: 100%;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 18px 30px;
  text-align: left;
  text-decoration: none;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.home .contact-btn .cantact-menu ul li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: calc(50% - 5px);
  width: 0;
  height: 0;
  margin-left: 0.5em;
  border-top: 5px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 5px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.home .contact-btn .cantact-menu ul li a:hover {
  background: #222;
}
body.home .contact-btn .cantact-menu ul li + li {
  margin-top: 4px;
}
body.home .channel .channel-cont {
  position: relative;
  color: #000;
  background: #fff;
}
body.home .channel .channel-cont::before {
  /*
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 6px solid $color__accent;
  pointer-events: none;
  z-index: 1;
  */
}
body.home .channel .channel-cont .youtube {
  position: relative;
  height: 0;
  padding-top: 49.7%;
  /*
  &::before {
  	content: '';
  	display: block;
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	border: 0px solid $color__accent;
  	transition: border .5s ease;
  	pointer-events: none;
  	z-index: 1;
  }
  */
  /*
  &:hover {
  	&::before {
  		border-width: 10px;
  	}
  }
  */
}
body.home .channel .channel-cont .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.home .channel .channel-cont .channel-info {
  padding: 6.557%;
}
@media screen and (min-width: 576px) {
  body.home .channel .channel-cont .channel-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  body.home .channel .channel-cont .channel-info {
    padding: 0% 5%;
  }
}
body.home .channel .channel-cont .channel-info::after {
  content: "";
  display: block;
  clear: both;
}
body.home .channel .channel-cont .channel-info .channel-icon {
  float: left;
  /* width: 40.98%; */
  width: 90px;
  height: 90px;
  margin-right: 15px;
  border: 1px solid #ddd;
  border-radius: 50%;
  line-height: 0;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  body.home .channel .channel-cont .channel-info .channel-icon {
    width: 20%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  body.home .channel .channel-cont .channel-info .channel-icon {
    width: 14.7%;
  }
}
body.home .channel .channel-cont .channel-info .channel-copy,
body.home .channel .channel-cont .channel-info .channel-link {
  float: left;
  width: calc(100% - 105px);
}
@media screen and (min-width: 576px) {
  body.home .channel .channel-cont .channel-info .channel-copy,
  body.home .channel .channel-cont .channel-info .channel-link {
    width: 40%;
    padding: 0 1%;
  }
}
body.home .channel .channel-cont .channel-info .channel-copy {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  body.home .channel .channel-cont .channel-info .channel-copy {
    width: 43.3%;
    font-size: 2.8vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 992px) {
  body.home .channel .channel-cont .channel-info .channel-copy {
    font-size: 3rem;
  }
}
body.home .channel .channel-cont .channel-info .channel-copy::after {
  content: "";
  display: inline-block;
  width: 29px;
  height: 20px;
  margin-left: 5px;
  background: url(../img/top/ico-video.png) no-repeat center;
  background-size: contain;
  vertical-align: text-bottom;
}
@media screen and (min-width: 768px) {
  body.home .channel .channel-cont .channel-info .channel-copy::after {
    width: 5vw;
    height: 3.4vw;
    vertical-align: bottom;
  }
}
@media screen and (min-width: 992px) {
  body.home .channel .channel-cont .channel-info .channel-copy::after {
    width: 58px;
    height: 40px;
  }
}
body.home .channel .channel-cont .channel-info .channel-link a {
  position: relative;
  display: block;
  padding: 4px;
  color: #fff;
  background: #000;
  font-size: 1.2rem;
  text-decoration: none;
  text-align: center;
}
body.home .channel .channel-cont .channel-info .channel-link a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform ease 0.3s;
  transition: opacity 0.3s, -webkit-transform ease 0.3s;
  transition: transform ease 0.3s, opacity 0.3s;
  transition: transform ease 0.3s, opacity 0.3s, -webkit-transform ease 0.3s;
}
body.home .channel .channel-cont .channel-info .channel-link a:hover {
  color: #000;
  background: transparent;
}
body.home .channel .channel-cont .channel-info .channel-link a:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  body.home .channel .channel-cont .channel-info .channel-link a {
    padding: 10px;
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 992px) {
  body.home .channel .channel-cont .channel-info .channel-link a {
    font-size: 1.8rem;
  }
}
body.home .conts-banner {
  background: -webkit-gradient(linear, left top, right top, from(#222), to(#333));
  background: -webkit-linear-gradient(left, #222, #333);
  background: linear-gradient(90deg, #222, #333);
  margin-top: 60px;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  body.home .conts-banner {
    margin: 140px 0 70px;
    padding: 80px 0;
  }
}
body.home .conts-banner .banner {
  position: relative;
  max-height: 200px;
  overflow: hidden;
  background: #000;
}
@media screen and (min-width: 768px) {
  body.home .conts-banner .banner {
    max-height: 300px;
  }
}
body.home .conts-banner .banner img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  body.home .conts-banner .banner img {
    max-height: 200px;
  }
}
body.home .conts-banner .banner a {
  display: block;
  text-decoration: none;
}
body.home .conts-banner .banner a .banner-bg {
  height: 0;
  padding-top: 53.33%;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  body.home .conts-banner .banner a .banner-bg {
    padding-top: 300%;
  }
}
body.home .conts-banner .banner a .banner-bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 1s;
  transition: 1s;
}
body.home .conts-banner .banner a .banner-image img {
  -webkit-transition: 1s;
  transition: 1s;
}
body.home .conts-banner .banner a .banner-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
body.home .conts-banner .banner a .banner-cont .banner-ttl {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  body.home .conts-banner .banner a .banner-cont .banner-ttl {
    font-size: 5rem;
  }
}
body.home .conts-banner .banner a .banner-cont .banner-ttl-s {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  padding: 2px 15px;
  color: #fff;
  background: #000;
}
@media screen and (min-width: 768px) {
  body.home .conts-banner .banner a .banner-cont .banner-ttl-s {
    padding: 5px 20px;
    font-size: 1.8rem;
  }
}
body.home .conts-banner .banner a .banner-cont .banner-ttl-s::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform ease 0.3s;
  transition: opacity 0.3s, -webkit-transform ease 0.3s;
  transition: transform ease 0.3s, opacity 0.3s;
  transition: transform ease 0.3s, opacity 0.3s, -webkit-transform ease 0.3s;
}
body.home .conts-banner .banner a .banner-cont .banner-ttl-s::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 1em;
  border-top: 4px solid transparent;
  border-left: 7px solid #fff;
  border-bottom: 4px solid transparent;
  vertical-align: middle;
}
body.home .conts-banner .banner a:hover {
  color: #fff;
}
body.home .conts-banner .banner a:hover .banner-bg {
  opacity: 0.3;
}
body.home .conts-banner .banner a:hover .banner-bg img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
body.home .conts-banner .banner a:hover .banner-ttl-s {
  background: transparent;
}
body.home .conts-banner .banner a:hover .banner-ttl-s::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
body.home .conts-banner .banner a:hover .banner-image {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: opacity 0.3s;
}
body.home .conts-banner .banner a:hover .banner-image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
body.home .access {
  position: relative;
  /*
  .sec-header .sec-ttl .sec-ttl-l::after {
  	display: none;
  }
  */
}
body.home .access:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 82%;
  bottom: 0;
  width: 26px;
  height: auto;
  background: #d60014;
  z-index: -1;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  body.home .access:before {
    top: -70px;
    width: 48px;
  }
}
body.home .access .access-table {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  body.home .access .access-table tbody {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: max-content max-content 1fr;
  }
}
body.home .access .access-table tr {
  display: block;
  margin-bottom: 1.1em;
}
@media screen and (min-width: 768px) {
  body.home .access .access-table tr {
    width: 90%;
    margin-bottom: 1.6em;
  }
  body.home .access .access-table tr:nth-child(2) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
  body.home .access .access-table tr:nth-child(3) {
    grid-column: 2 / 2;
    grid-row: 1 / 4;
  }
}
body.home .access .access-table th, body.home .access .access-table td {
  display: block;
  padding: 0;
  text-align: left;
  line-height: 1.6;
}
body.home .access .access-table th {
  position: relative;
}
body.home .access .access-table th::before, body.home .access .access-table th::after {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 1px;
  background: #fff;
  vertical-align: middle;
}
body.home .access .access-table th::before {
  margin-right: 0.3em;
}
body.home .access .access-table th::after {
  margin-left: 0.3em;
}
body.home .access .googlemap {
  position: relative;
  height: 0;
  padding-top: 100%;
}
@media screen and (min-width: 768px) {
  body.home .access .googlemap {
    padding-top: 54.9%;
  }
}
body.home .access .googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
