/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
       transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[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;
}

/*--------------------------------------------------------------------------
   content
---------------------------------------------------------------------------*/
/* mv
-----------------------------------------------------------------*/
.mv {
  position: relative;
}

.mv .spacer {
  width: 100%;
  padding-top: 117%;
}

.mv .copy {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -160px;
  z-index: 2;
}

.mv .copy img {
  width: 320px;
  height: auto;
  margin: 0 auto;
}

.mv .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
}

.mv .slider:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.mv .slider img {
  width: 100%;
  height: auto;
}

.mv .copy {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -160px;
  z-index: 2;
}

@media only screen and (max-width: 342px) {
  .mv .copy {
    margin: -25px 0 0 -145px;
  }
}

.mv .copy img {
  width: 320px;
  height: auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

@media only screen and (max-width: 342px) {
  .mv .copy img {
    width: 290px;
  }
}

.mv .videoBtn {
  position: absolute;
  bottom: 70px;
  left: 50%;
  width: 113px;
  margin-left: -57px;
}

.mv .videoBtn a {
  display: block;
  color: #fff;
  width: 113px;
  padding-right: 26px;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  line-height: 30px;
  text-align: center;
  -moz-border-radius: 20px;
       border-radius: 20px;
  text-decoration: none;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.mv .videoBtn a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(/sp/assets/img/index/icoArrowRight01.png) no-repeat 0 0;
  -moz-background-size: 20px 20px;
       background-size: 20px 20px;
}

/* vision
-----------------------------------------------------------------*/
.vision {
  position: relative;
  margin: -40px 10px 0;
  padding-top: 11px;
  -moz-border-radius: 3px;
       border-radius: 3px;
  background: url(/sp/assets/img/index/bgVision.png) no-repeat 50% 0;
  -moz-background-size: 100% 12px;
       background-size: 100% 12px;
}

.vision .inner {
  padding: 40px 35px;
  -moz-border-radius: 0 0 3px 3px;
       border-radius: 0 0 3px 3px;
  background-color: #FFF;
}

.vision .logo {
  text-align: center;
  line-height: 0;
}

.vision .logo span {
  display: none;
}

.vision .catch {
  margin-top: 20px;
  font-size: 11px;
  text-align: center;
  -moz-font-feature-settings: "palt" 1;
       font-feature-settings: "palt" 1;
  line-height: 1.7;
}

.vision .arrowLink {
  margin-top: 25px;
}

.vision .arrowLink a {
  position: relative;
  display: block;
  color: #222;
  font-size: 10px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  background-color: #F7F7F7;
  text-decoration: none;
  -moz-border-radius: 3px;
       border-radius: 3px;
  font-family: FP-HiraMinStdN-W5;
}

.vision .arrowLink a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(/sp/assets/img/cmn/iconArrowRight01.png) no-repeat 50% 50%;
  -moz-background-size: 20px 20px;
       background-size: 20px 20px;
}

/* itemsService
-----------------------------------------------------------------*/
.itemsService {
  margin-top: 40px;
}

.intro {
  position: relative;
  margin: 0 10px;
  padding: 30px 35px;
  background-color: #FFF;
  -moz-border-radius: 3px;
       border-radius: 3px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
       box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.intro:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 55%;
  background-color: #d1081f;
  -moz-border-radius: 3px 3px 0 0;
       border-radius: 3px 3px 0 0;
}

.intro .ttl {
  color: #fff;
  text-align: center;
}

.intro .ttl .en {
  display: block;
  font-family: 'Tinos', serif;
  font-size: 22px;
  letter-spacing: 0.05em;
  opacity: 0.9;
}

.intro .ttl .jp {
  margin-top: 5px;
  display: block;
  font-size: 11px;
}

.intro .inner {
  position: relative;
}

.intro .slider {
  margin-top: 20px;
}

.intro .slider ul {
  margin: 0 -45px;
}

.intro .slider li {
  line-height: 0;
}

.intro .slider li span {
  display: block;
  margin: 0 7px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
       box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.intro .slider li img {
  width: 100%;
  height: auto;
}

.intro .txt {
  margin-top: 20px;
  font-size: 11px;
}

.intro .arrowLink {
  margin-top: 20px;
}

.intro .arrowLink a {
  position: relative;
  display: block;
  color: #222;
  font-size: 10px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  background-color: #F7F7F7;
  text-decoration: none;
  -moz-border-radius: 3px;
       border-radius: 3px;
}

.intro .arrowLink a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(/sp/assets/img/cmn/iconArrowRight01.png) no-repeat 50% 50%;
  -moz-background-size: 20px 20px;
       background-size: 20px 20px;
}

.items {
  margin-top: -65px;
  padding-top: 110px;
  background-color: #FFF;
}

.items .head {
  text-align: center;
}

.items .head .ttl {
  color: #d1081f;
  font-family: 'Tinos', serif;
  font-size: 11px;
  font-weight: bold;
}

.items .head .ttl span {
  position: relative;
  display: inline-block;
}

.items .head .ttl span:before, .items .head .ttl span:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 15px;
  height: 1px;
  margin-top: -1px;
  background-color: #d1081f;
}

.items .head .ttl span:before {
  left: -25px;
}

.items .head .ttl span:after {
  right: -25px;
}

.items .head .lead {
  margin-top: 5px;
  font-size: 16px;
  -moz-font-feature-settings: "palt" 1;
       font-feature-settings: "palt" 1;
  font-family: FP-HiraMinStdN-W5;
}

/* topics
-----------------------------------------------------------------*/
.topics {
  margin-top: 30px;
  padding: 30px;
  background-color: #f7f7f7;
}

.topics .inner {
  border-top: 1px solid #333;
}

.topics .topicsTtl {
  padding: 20px 0;
}

.topics .topicsTtl .jp {
  font-weight: bold;
  padding-right: 8px;
}

.topics .topicsTtl .en {
  font-size: 10px;
  font-family: 'Roboto', sans-serif;
}

.topics .topicsList li {
  margin-bottom: 18px;
}

.topics .topicsList li:last-child {
  margin-bottom: 0;
}

.topics .topicsList li img {
  width: 100%;
  height: auto;
}

.topics .topicsList a {
  display: block;
}

/* news
-----------------------------------------------------------------*/
.news {
  padding: 30px;
  background-color: #FFF;
}

.news .inner {
  border-top: 1px solid #333;
}

.news .newsTtl {
  padding: 20px 0;
}

.news .newsTtl .jp {
  font-weight: bold;
  padding-right: 8px;
}

.news .newsTtl .en {
  font-size: 10px;
  font-family: 'Roboto', sans-serif;
}

.news .newsList2 ul {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (48%)[2];
      grid-template-columns: repeat(2, 48%);
  gap: 16px 4%;
}

.news .newsList2 li a {
  background-color: #ecebea;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: #222222;
  display: block;
  height: 100%;
  padding: 15px;
  text-align: left;
  text-decoration: none;
}

.news .newsList2 li a img {
  width: 100%;
  aspect-ratio: 163 / 98;
  object-fit: cover;
}

.news .newsList2 li a .category {
  font-size: 11px;
  color: #fff;
  margin-top: 6px;
  padding: 2px;
  text-align: center;
}

.news .newsList2 li a .category.category-press {
  background-color: #c71628;
}

.news .newsList2 li a .category.category-info {
  background-color: #ff9000;
}

.news .newsList2 li a .category.category-media {
  background-color: #5793e4;
}

.news .newsList2 li a .date {
  color: #666666;
  font-size: 11px;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  margin: 6px 0 8px;
  letter-spacing: 0;
}

.news .newsList2 li a .ttl {
  font-size: 11px;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news .newsList2 li a .link {
  font-size: 11px;
  margin-top: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.news .newsList2 li a .link:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 6px;
}

.news .arrowLink {
  margin-top: 25px;
}

.news .arrowLink a {
  position: relative;
  display: block;
  color: #222;
  font-size: 10px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  background-color: #F7F7F7;
  text-decoration: none;
  -moz-border-radius: 3px;
       border-radius: 3px;
}

.news .arrowLink a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(/sp/assets/img/cmn/iconArrowRight01.png) no-repeat 50% 50%;
  -moz-background-size: 20px 20px;
       background-size: 20px 20px;
}

/* modal
-----------------------------------------------------------------*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.modal.is-active {
  display: block;
}

.modal .inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
  z-index: 2;
  padding: 0 30px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.modal .links li {
  margin-top: 20px;
}

.modal .links li a {
  position: relative;
  display: block;
  color: #222;
  font-size: 10px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  background-color: #F7F7F7;
  text-decoration: none;
  -moz-border-radius: 3px;
       border-radius: 3px;
  line-height: 45px;
}

.modal .links li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(/sp/assets/img/cmn/iconArrowRight01.png) no-repeat 50% 50%;
  -moz-background-size: 20px 20px;
       background-size: 20px 20px;
}

.modal .img img {
  width: 100%;
  height: auto;
}

.modal .closeBtn {
  position: absolute;
  bottom: -47px;
  left: 50%;
  margin-left: -13px;
}

.modal .closeBtn a {
  display: block;
  width: 27px;
  height: 27px;
  background: #FFF;
  text-align: center;
  line-height: 24px;
  -moz-border-radius: 100px;
       border-radius: 100px;
}

.modal .closeBtn a img {
  width: 7px;
  height: auto;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
}

.modal .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.emergencyInfo {
  box-sizing: border-box;
  border: 2px solid #d1081f;
  background-color: #fff;
  margin: auto;
  padding: 20px 33px 20px;
  margin: -40px 10px 60px;
  position: relative;
  z-index: 1001;
  display: none;
}
.emergencyInfo.visible {
  display: block;
}
.emergencyInfo .ttl {
  background-color: #d1081f;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-family: 'Tinos', serif;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1002;
  width: 110px;
  height: 22px;
  top: -11px;
}
.emergencyInfo .text-area .date {
  font-size: 10px
}
.emergencyInfo .text-area .news-ttl {
  margin-top: 6px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.5px;
}
.emergencyInfo .text-area .text {
  margin-top: 6px;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.emergencyInfo .emergencyInfo_inner .arrowLink {
  margin-top: 14px;
}
.emergencyInfo .emergencyInfo_inner .arrowLink a {
  position: relative;
  display: block;
  color: #222;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background-color: #F7F7F7;
  text-decoration: none;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: FP-HiraMinStdN-W5;
  padding: 14px 38px;
}
.emergencyInfo .emergencyInfo_inner .arrowLink a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(/sp/assets/img/cmn/iconArrowRight01.png) no-repeat 50% 50%;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
}
.emergencyInfo .info_close {
  background-color: #222222;
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  right: -4px;
  top: -10px;
  cursor: pointer;
  transition: opacity 0.35s ease;
  &:before, &:after {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  &:before {
    transform: rotate(-45deg);
  }
  &:after {
    transform: rotate(45deg);
  }
}