@charset "utf-8";
a:hover, a:focus {
  text-decoration: none;
}
#content-container {
  overflow: hidden;
}
.slide > li:not(:first-child) {
  display: none;
}
.nav-local-06 {
  position: relative;
}
.nav-local-06 .login {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 264px;
}
.nav-local-06 .login img {
  max-width: 100%;
}
.nav-local-06 .login a {
  display: block;
  padding: 0;
}
.line-btn {
  position: fixed;
  bottom: 70px;
  bottom: calc(env(safe-area-inset-bottom, 0) + 70px);
  right: 10px;
  max-width: 183px;
  z-index: +2;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 14.1px 0.9px rgba(0, 0, 0, 0.06), 0px 4px 19.6px 0.4px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 10px 14.1px 0.9px rgba(0, 0, 0, 0.06), 0px 4px 19.6px 0.4px rgba(0, 0, 0, 0.04);
}
.line-btn.is-bottom {
  bottom: 50px;
}
.line-btn.is-none {
  display: none;
}
.line-btn a {
  display: block;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}
.line-btn img {
  max-width: 100%;
}
.about__ttl {
  margin-top: 55px;
  font-size: 31px;
  line-height: 1.42;
  color: #333;
}
.about__txt {
  max-width: 720px;
  margin: 21px auto 70px;
  font-size: 16px;
  line-height: 2;
  color: #333;
}
.ye-btn-01:link, .ye-btn-01:visited {
  position: relative;
  background-color: #dc1e37;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  line-height: 1.5;
  max-width: 100%;
  white-space: nowrap;
  min-width: 215px;
  padding: 1.4em;
}
.ye-btn-01::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(50% - 5px);
  right: 22px;
  border-top: #fff 2px solid;
  border-left: #fff 2px solid;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.ye-btn-01:hover {
  text-decoration: none;
}
.ye-btn-02:link, .ye-btn-02:visited {
  position: relative;
  background-color: #dc1e37;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 1.5;
  max-width: 100%;
  white-space: nowrap;
  width: 100%;
  max-width: 360px;
  padding: 1.4em;
  letter-spacing: -0.2px;
}
.ye-btn-02.is-comingsoon {
  opacity: 0.5;
  pointer-events: none;
}
.ye-btn-02:before {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: calc(50% - 5px);
  right: 19px;
  background: url(/jp/about/company/ye/img/icon_tab.png)no-repeat 50% /contain;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}
.ye-btn-02:hover {
  text-decoration: none;
}
.ye-btn-03:link, .ye-btn-03:visited {
  background-color: #dc1e37;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  line-height: 1.5;
  max-width: 100%;
  white-space: nowrap;
  min-width: 215px;
  padding: 1.4em;
  text-align: center;
}
.ye-btn-03 span {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 23px;
  letter-spacing: 1.7px;
}
.ye-btn-03 span::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(50% - 5px);
  right: 3px;
  border-top: #fff 2px solid;
  border-left: #fff 2px solid;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.ye-btn-03.is-02:link, .ye-btn-03.is-02:visited {
  background-color: #fff;
  color: #dc1e37;
  border: 1px solid;
}
.ye-btn-03.is-02 span::before {
  border-top: #dc1e37 2px solid;
  border-left: #dc1e37 2px solid;
}
.ye-btn-03:hover {
  text-decoration: none;
}
.service {
  padding-top: 75px;
}
.service-nav {
  background: url(/jp/about/company/ye/img/top/nav_bg.jpg)no-repeat center/cover;
  width: 100%;
  margin: 0 auto;
}
.service-nav__list {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service-nav__item {
  max-width: 220px;
  max-height: 220px;
  height: 17.2vw;
  width: calc(100% / 5);
}
.service-nav__item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}
.service-nav__item a span {
  position: relative;
  -webkit-transition: margin .3s ease;
  transition: margin .3s ease;
}
.service-nav__item a span::before {
  content: "";
  width: 0;
  height: 5px;
  background-color: #fff;
  position: absolute;
  left: -34px;
  top: calc(50% - 2.5px);
  -webkit-transition: width .3s ease .3s;
  transition: width .3s ease .3s;
}
.service-block {
  max-width: 1100px;
  margin: 131px auto 0;
  padding: 0 20px;
}
.service-block.is-block01 {
  margin-top: 204px;
}
.service-block.is-block05 {
  margin-top: 153px;
}
.service__ttl-box{
  position: relative;
  left: -4px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 5%;
  row-gap: 15px;
}
.service__ttl {
}
.service__ttl .main {
  display: block;
  overflow: hidden;
  font-size: 31px;
  color: #333333;
  margin-bottom: 3px;
}
.service__ttl .sub {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #999999;
}
.service__ttl .main span,
.service__ttl .sub span {
  display: inline-block;
  -webkit-transform: translate(0, 105%);
  transform: translate(0, 105%);
  -webkit-transition: opacity .3s ease, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: opacity .3s ease, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, opacity .3s ease;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, opacity .3s ease, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  opacity: 0;
}
.service__ttl .main.is-visible span,
.service__ttl .sub.is-visible span {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.service__ttl-txt {
  font-size: 16px;
  line-height: 1.75;
  color: #666666;
}
.service__content {
  position: relative;
}
.service__menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.service__menu .slick-track {
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
}
.service__menu-item {
  font-size: 13px;
  line-height: 1;
  color: #999;
  width: 171px;
  text-align: center;
  border-bottom: 1px solid #999;
  padding: 8px 0 12px;
  cursor: pointer;
  font-weight: 700;
}
.service__menu-item {
  position: relative;
}
.service__menu-item::after {
  content: "";
  background: #dc1e37;
  width: 0;
  height: 5px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.service__menu-item.slick-current {
  color: #dc1e37;
}
.service__menu-item.slick-current::after {
  width: 100%;
  opacity: 1;
}
.slick-slide {
  outline: none;
}
.service__img {
  position: relative;
  z-index: +1;
  max-height: 320px;
  height: 29vw;
}
.service__img .slick-list {
  padding-left: 18px;
  position: relative;
  left: -18px;
  width: 100%;
}
.service__img.is-w50 {
  max-width: 580px;
  width: 52vw;
}
.service__img.is-w80 {
  max-width: 840px;
  width: calc(40px + min(320px, 30vw) + min(240px, 19vw)*2);
}
.service__img-item {
  position: relative;
  max-width: 240px;
  width: 19vw;
  margin: 0 20px 20px 0;
  cursor: pointer;
}
.service__img-item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0px;
  -webkit-transition: -webkit-box-shadow 1s ease;
  transition: -webkit-box-shadow 1s ease;
  transition: box-shadow 1s ease;
  transition: box-shadow 1s ease, -webkit-box-shadow 1s ease;
}
.service__img-item img {
  max-width: 100%;
  height: auto;
}
.service__img-item:last-child {
  margin-right: 0;
}
.service__img-item.slick-current,
.service__img-item.is-active-next[data-slick-index="4"],
.service__img-item.is-active-next[data-slick-index="5"],
.service__img-item.is-active-next[data-slick-index="6"],
.service__img-item.is-active-next[data-slick-index="7"],
.is-w50 .service__img-item.is-active-next[data-slick-index="2"] {
  opacity: 1;
  z-index: +2;
  cursor: default;
}
.service__img-item.slick-current::before,
.service__img-item.is-active-next[data-slick-index="4"]::before,
.service__img-item.is-active-next[data-slick-index="5"]::before,
.service__img-item.is-active-next[data-slick-index="6"]::before,
.service__img-item.is-active-next[data-slick-index="7"]::before,
.is-w50 .service__img-item.is-active-next[data-slick-index="2"]::before {
  background: transparent;
  opacity: 1;
  -webkit-box-shadow: 0px 10px 14.1px 0.9px rgba(0, 0, 0, 0.12), 0px 4px 19.6px 0.4px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 14.1px 0.9px rgba(0, 0, 0, 0.12), 0px 4px 19.6px 0.4px rgba(0, 0, 0, 0.08);
}
.service__info-wrap {
  position: relative;
  max-width: 920px;
  margin: -40px 0 0 auto;
  padding: 20px 0 50px;
}
.service__info-wrap::before {
  content: "";
  width: 100vw;
  height: 140%;
  background: #f6f6f6;
  position: absolute;
  bottom: 0;
  left: 10%;
}
.service__info {
  position: relative;
  z-index: +1;
  max-width: 720px;
  width: 60vw;
  margin-left: auto;
}
.service__info-box {
  max-width: 100%;
  margin: 0 auto;
}
.service__info-ttl {
  font-size: 25px;
  line-height: 1;
  color: #333333;
  margin-bottom: 10px;
}
.service__info-txt {
  font-size: 16px;
  line-height: 1.75;
  color: #666666;
  margin-bottom: 10px;
}
.service__info-btn .is-soon {
  display: inline-block;
  font-size: 20px;
  color: #dc1e37;
  margin-left: 10px;
}
.info.box-section-01.wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #dbdbdc;
  margin: 121px auto 0;
}
.info__box {
  width: 48.5%;
  position: relative;
  padding: 72px 0 87px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.info__box::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #dc1e37;
  position: absolute;
  top: 0;
  right: 0;
}
.info__box.is-box01::before {
  width: 620px;
  max-width: 50vw;
}
.info__box-ttl {
  font-size: 25px;
  line-height: 1;
  color: #333;
  margin-bottom: 21px;
}
.info__box-txt {
  font-size: 16px;
  line-height: 1.75;
  max-width: 470px;
  min-height: 56px;
  padding-left: 3px;
  margin-bottom: 25px;
}
.tbl-data-02 .hdg-level4-01 a {
  padding-left: 0;
  background: none;
}
.map iframe {
  width: 100%;
}
.map__txt {
  font-size: 17px;
  margin-bottom: 5px;
}
.map__form {
  padding: 20px;
}
.map__input {
  font-size: 16px;
  -webkit-transform: scale(calc(14/16));
  transform: scale(calc(14/16));
  -webkit-transform-origin: center left;
  transform-origin: center left;
  width: 330px;
  height: calc(36px * 1.14);
  padding: 5px 10px;
  border: 1px solid #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a.map__link {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  border: 1px solid;
  padding: 4.5px 10px;
  cursor: default;
  margin-left: -30px;
  background: #dc1e37;
}
a.map__link.is-active {
  cursor: pointer;
}
@media (min-width: 768px) {
  .service-nav__item a:hover {
    background: #dc1e37;
    text-decoration: none;
  }
  .service-nav__item a:hover span {
    margin-left: 20px;
  }
  .service-nav__item a:hover span::before {
    width: 16px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  ye-btn-01:hover::before {
    right: 17px;
  }
  .ye-btn-02:hover:before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .ye-btn-03:hover span::before {
    right: -5px;
  }
  .line-btn a:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media (max-width: 960px) {
  .nav-local-06 .login {
    top: 75px;
  }
  .service__menu-item {
    max-width: calc(91vw / 4);
  }
  .service-nav__item a span::before {
    left: -26px;
  }
}
@media screen and (min-width: 661px) {
  .service__img-item.slick-current,
  .service__img-item.is-active-next[data-slick-index="4"],
  .service__img-item.is-active-next[data-slick-index="5"],
  .service__img-item.is-active-next[data-slick-index="6"],
  .service__img-item.is-active-next[data-slick-index="7"],
  .is-w50 .service__img-item.is-active-next[data-slick-index="2"] {
    max-width: 320px;
    width: 30vw;
  }
}
@media screen and (max-width: 660px) {
  .nav-local-06 .login {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto 15px;
    max-width: 91.5%;
  }
  .about {
    margin-bottom: 50px;
  }
  .about__ttl {
    font-size: 18px;
    margin-top: 15px;
  }
  .about__txt {
    margin: 21px auto 10px;
  }
  .lyt-visual-slide-01 .line-btn {
    max-width: 122px;
    right: 0;
    bottom: -60px;
  }
  .ye-btn-01:link, .ye-btn-01:visited {
    font-size: 90%;
    min-width: 170px;
  }
  .ye-btn-02:link, .ye-btn-02:visited {
    font-size: 90%;
  }
  .ye-btn-03:link, .ye-btn-03:visited {
    font-size: 90%;
  }
  .service {
    padding-top: 52px;
  }
  .service-nav__item {
    width: calc(100% / 3);
  }
  .service-nav__item a {
    font-size: 13px;
  }
  .service-block {
    margin: 60px auto 0;
    padding: 0 4.5%;
  }
  .service-block.is-block01 {
    margin-top: 60px;
  }
  .service-block.is-block05 {
    margin-top: 60px;
  }
  .service__ttl-box{
    flex-flow: column;
    row-gap: 10px;
  }
  .service__ttl {
    margin-bottom: 0;
    left: 0;
  }
  .service__ttl .main {
    font-size: 20px;
    margin-bottom: 3px;
  }
  .service__ttl .sub {
    font-size: 12px;
  }
  .service__ttl-txt{
    font-size: 14px;
  }
  .service__menu .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100vw;
  }
  .service__menu-item {
    max-width: calc(91vw / 2);
    width: calc(91vw / 2);
    float: none;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .service__menu-item::after {
    height: 3px;
  }
  .service__img {
    height: auto;
    z-index: +2;
  }
  .service__img.is-w50,
  .service__img.is-w80{
    width: auto;
  }
  .service__img .slick-list {
    left: 0;
    padding: 0;
    width: auto;
  }
  .service__img-item {
    max-width: 320px;
    width: 73vw;
    margin: 0 12vw 25px;
  }
  .service__info-wrap {
    margin: 0 0 0 auto;
    padding: 15px 0 25px;
  }
  .service__info-wrap::before {
    height: 120%;
    width: 120%;
    z-index: +1;
    left: -10vw;
  }
  .service__info {
    width: 100%;
  }
  .service__info-ttl {
    font-size: 18px;
  }
  .service__info-txt {
    font-size: 14px;
  }
  .service__info-btn {
    text-align: center;
  }
  .service__info-btn .is-soon {
    font-size: 16px;
    margin-top: 10px;
  }
  .info.box-section-01.wide {
    margin: 50px auto 0;
    display: block;
  }
  .info__box {
    width: 100%;
    padding: 40px 0 37px;
  }
  .info__box.is-box01::before {
    max-width: 100%;
  }
  .info__box-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .info__box-txt {
    font-size: 14px;
    margin-bottom: 15px;
    min-height: auto;
  }
  .info__box-btn {
    text-align: center;
  }
  .line-btn {
    width: 30%;
    bottom: 60px;
    bottom: calc(env(safe-area-inset-bottom, 0) + 60px);
  }
  .line-btn.is-bottom {
    bottom: 40px;
  }
  .map__form {
    padding: 20px 12px;
  }
  .map__input {
    width: 270px;
  }
}