@charset "UTF-8";

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 62.5%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background-color: #f5f5f5;
}
::selection {
  background: #d3d3d3;
}
::-moz-selection {
  background: #d3d3d3;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  text-decoration: none;
}
input::placeholder,
textarea::placeholder {
  color: #999;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
hr {
  margin: 0;
  border: none;
}
.fadeIn {
  opacity: 0;
}
.slideIn {
  opacity: 0;
  transform: translateX(-10px);
}
.pc {
  display: block;
}
.sp {
  display: none;
}

/* header */
.header {
  width: 100%;
  height: 70px;
  background-color: #f5f5f5;
  padding: 0 30px;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
}
.header-logo-wrap {
  display: flex;
  align-items: center;
}
.header-logo-tokyu {
  width: 77px;
  height: auto;
}
.header-logo {
  width: 220px;
  height: auto;
  margin-left: 15px;
}
.header-nav {
  display: flex;
  align-items: center;
  position: relative;
}
.header-nav li {
  line-height: 15px;
  border-left: 2px solid #bfbfbf;
  margin: 0 0 0 20px;
  padding: 2px 0 0 7px;
}
.header-nav li a {
  font-size: 13px;
  font-weight: bold;
}
.header-nav li a span {
  font-size: 10px;
  font-weight: normal;
}
.header-nav-child {
  width: 100%;
  background-color: #f4f4f4;
  padding: 0;
  position: fixed;
  top: 70px;
  left: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity .16s ease, transform .16s ease, visibility 0s linear .16s;
  pointer-events: none;
  z-index: 1000;
}
.header-nav-child li {
  width: 18%;
  font-weight: bold;
  text-align: center;
  border-left: none;
  margin: 0 0.5% 1% 0.5%;
  padding: 0;
}
.header-nav-child li a p {
  font-size: 12px;
  color: #fff;
  background-color: #000;
  padding: 5px 10px;
}
@media (hover: hover) and (pointer: fine) {
  .header-nav > li:hover > .header-nav-child,
  .header-nav > li:focus-within > .header-nav-child,
  .header-nav a.header-nav-parent:hover + .header-nav-child {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
    pointer-events: auto;
  }
  .header-nav > li {
    position: relative;
  }
  .header-nav > li::after {
    content: "";
    position: absolute;
    left: -12px;
    right: -12px;
    top: 100%;
    height: 48px;
  }
}

/* top */
.top {
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-image: url(../img/top/top.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.top-inner {
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: relative;
}
.top-l {
  width: 50%;
  text-align: center;
  margin: 35px auto 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.top-l img {
  width: 70%;
  display: inline-block;
}
.top-r {
  width: 50%;
  text-align: center;
  margin: 35px auto 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.top-r img {
  width: 70%;
  display: inline-block;
}

/* common */
.btn {
  display: block;
}
.btn a {
  font-size: 1.3em;
  font-weight: bold;
  display: inline-block;
  color: #000;
  border-radius: 5px;
  padding: 10px 30px;
  position: relative;
  box-sizing: border-box;
}
.btn-gb a { 
  background-color: #c8c8c8;
}
.btn-gw a {
  background-color: #f4f4f4;
}
.title-wrap {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.title {
  font-size: 2.2em;
  font-weight: bold;
  margin: 0;
}
.title span {
  font-size: 0.6em;
  font-weight: normal;
  color: #969696;
}
.hr {
  width: 0%;
  margin: 0 auto;
  border-top: 1px solid #bfbfbf;
}

/* about */
.about {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
.about-inner {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
}
.about-l {
  box-sizing: border-box;
  width: 50%;
}
.about-r {
  box-sizing: border-box;
  width: 50%;
  margin: 0;
}
.about-logo {
  width: 50%;
  min-width: 230px;
  max-width: 280px;
  margin: 0 auto;
}
.about-txt-1 {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  padding: 40px 0 0 0;
}
.about-txt-2 {
  font-size: 1.3em;
  text-align: center;
  line-height: 23px;
  padding: 30px 5% 0 5%;
}
.about-txt-3 {
  font-size: 1.3em;
  text-align: center;
  line-height: 23px;
  padding: 15px 5% 0 5%;
}
.about-logo-mark {
  width: 60px;
  margin: 25px auto 0 auto;
}
.swiper {
  width: 100%;
}
.swiper-service-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-btn-wrap {
  text-align: center;
  margin: 25px auto 0 auto;
}

/* location */
.location {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
.location-inner {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.location-inner li {
  width: 48%;
  margin: 40px 0 0 0;
}
.location-name-wrap {
  display: flex;
  align-items: center;
  margin: 15px 0 0 0;
}
.location-name-en {
  font-size: 1.6em;
  color: #fff;
  background-color: #000;
  padding: 5px;
}
.location-name {
  font-size: 1.6em;
  padding: 0 0 0 10px;
}

/* news */
.news {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}
.news-wrap {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 15px 0 0 0;
}
.news-inner {
  font-size: 1.4em;
  line-height: 24px;
  text-decoration: none;
}
.news-inner a {
  display: flex;
  align-items: flex-start;
}
.news-dc {
  display: flex;
  align-items: center;
  margin: 15px 0 0 0;
}
.news-date {
  width: 85px;
  flex-shrink: 0;
  color: #969696;
}
.news-category {
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 0.9em;
  color: #fff;
  background-color: #3a3a3a;
  margin: 0;
  padding: 0 15px;
  border-radius: 20px;
}
.news-txt {
  flex: 1;
  white-space: normal;
  word-break: break-word;
  text-align: left;
  margin: 15px 0 0 0;
  padding: 0 0 0 15px;
}
.news-btn-wrap {
  text-align: left;
  margin: 30px 0 0 0;
}
.news-btn {
  display: block;
}
.news-btn a {
  font-size: 1.3em;
  font-weight: bold;
  background-color: #c8c8c8;
  display: inline-block;
  color: #000;
  border-radius: 5px;
  padding: 10px 15px 10px 15px;
  position: relative;
  box-sizing: border-box;
}

/* c-contact */
.c-contact {
  position: relative;
}
.c-contact-txt-inner {
  width: 100%;
  margin: 30px 0 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-contact-txt {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
}
.c-contact-btn-wrap {
  text-align: center;
  margin: 30px 0 0 0;
}
.c-contact img {
  z-index: -1;
}

/* footer */
.footer {
  width: 100%;
  background: #3a3a3a;
  margin: 0 auto;
  padding: 50px 0 45px 0;
}
.footer-inner-t {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: top;
}
.footer-logo {
  width: 200px;
}
.footer-btn {
  margin: 17px 0 0 60px;
}
.footer-btn a {
  font-size: 1.3em;
  font-weight: bold;
  color: #3a3a3a;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 8px 15px;
}
.footer-inner-b {
  width: 90%;
  margin: 50px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-nav {
  display: flex;
}
.footer-nav li {
  font-size: 1.2em;
  margin: 0 30px 0 0;
}
.footer-nav li a {
  color: #f5f5f5;
  line-height: 16px;
}
.footer-arrow {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
.footer-arrow:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #f5f5f5;
  position: absolute;
  top: -1px;
  left: 0;
  bottom: 0;
  margin: auto;
}
.footer-copy {
  font-size: 1.2em;
  text-align: right;
  color: #f5f5f5;
}

@media screen and (max-width:1140px) {
  /* about */
  .about-inner {
    align-items: end;
  }
}

@media screen and (max-width:1080px) {
  /* top */
  .top-l img {
    width: 80%;
  }
  .top-r img {
    width: 80%;
  }
  /* about */
  .about {
    padding: 80px 0 0 0;
  }
  .about-wrap {
    width: 90%;
    margin: 0 auto;
  }
  .about-inner {
    width: 100%;
    margin: 60px auto 0 auto;
    display: block;
  }
  .about-l {
    width: 100%;
  }
  .about-r {
    width: 100%;
    margin: 60px auto 0 auto;
  }
}

@media screen and (max-width:980px) {
  /* header */
  .header-nav {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* header */
  .header {
    height: 66px;
    padding: 0 0 0 5%;
  }
  .header-logo-tokyu {
    width: 60px;
  }
  .header-logo {
    width: 180px;
    margin-left: 15px;
  }
  /* top */
  .top-inner {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .top-l {
    width: 100%;
    margin: 33px auto 0 auto;
    position: static;
    top: auto;
    left: auto;
    transform: none;
  }
  .top-l img {
    width: 80%;
  }
  .top-r {
    width: 100%;
    margin: 30px auto 0 auto;
    position: static;
    top: auto;
    left: auto;
    transform: none;
  }
  .top-r img {
    width: 80%;
  }
  /* common */
  .btn a {
    font-size: 1.2em;
  }
  .title {
    font-size: 1.8em;
  }
  /* about */
  .about {
    width: 100%;
    padding: 60px 0 0 0;
  }
  .about-inner {
    margin: 45px 0 0 0;
  }
  .about-r {
    margin: 45px 0 0 0;
  }
  .about-txt-1 {
    font-size: 1.8em;
    line-height: 28px;
  }
  .about-txt-2 {
    font-size: 1.2em;
    line-height: 23px;
  }
  .about-txt-3 {
    font-size: 1.2em;
    line-height: 23px;
  }
  /* location */
  .location {
    padding: 60px 0;
  }
  .location-inner {
    display: block;
  }
  .location-inner li {
    width: 100%;
    margin: 40px 0 0 0;
  }
  .location-name-wrap {
    margin: 15px 0 0 0;
  }
  .location-name-en {
    font-size: 1.4em;
    padding: 5px;
  }
  .location-name {
    font-size: 1.3em;
    padding: 0 0 0 10px;
  }
  /* news */
  .news {
    padding: 60px 0;
  }
  .news-wrap {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0 0 0;
  }
  .news-inner {
    font-size: 1.3em;
    line-height: 24px;
  }
  .news-inner a {
    display: block;
  }
  .news-dc {
    margin: 20px 0 0 0;
  }
  .news-date {
    width: auto;
    padding: 0 12px 0 0;
  }
  .news-category {
    padding: 0 12px;
  }
  .news-txt {
    margin: 10px 0 0 0;
    padding: 0;
  }
  .news-btn-wrap {
    text-align: left;
    margin: 30px 0 0 0;
  }
  .news-btn {
    display: block;
  }
  .news-btn a {
    font-size: 1.2em;
  }
  /* c-contact */
  .c-contact-txt-inner {
    margin: 40px 0 0 0;
  }
  .c-contact-txt {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    line-height: 23px;
  }
  .c-contact-btn-wrap {
    text-align: center;
    margin: 25px 0 0 0;
  }
  /* footer */
  .footer-inner-t {
    display: block;
  }
  .footer-btn {
    margin: 50px 0 0 0;
  }
  .footer-inner-b {
    margin: 50px auto 0 auto;
    display: block;
  }
  .footer-nav {
    display: block;
  }
  .footer-nav li {
    margin: 20px 0 0 0;
  }
  .footer-copy {
    font-size: 1.1em;
    margin: 50px 0 0 0;
  }
}