/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/* other */
.inner {
  position: relative;
  z-index: 10;
}

#topFv {
  position: relative;
}
#topFv::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
}
#topFv .sliderArea .mainSlider {
  overflow: hidden;
  border-radius: 10px;
}
#topFv .sliderArea .thumbnailSlider .slideItem {
  position: relative;
}
#topFv .sliderArea .thumbnailSlider .slideItem:after {
  content: "";
  display: block;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
#topFv .sliderArea .thumbnailSlider .slideItem.slick-current:after {
  opacity: 0.2;
  pointer-events: none;
}
#topFv .sliderArea .slideItem {
  background: #fff;
  margin: 0 2px;
}
#topFv .sliderArea .arrow {
  position: absolute;
  background: url(../images2025/common/icon_slide_arrow.svg) no-repeat center/100%, #fff;
  border-radius: 100svh;
  border: none;
  z-index: 10;
  width: 28px;
  height: 28px;
}
#topFv .sliderArea .arrow.next {
  top: 50%;
  transform: translateY(-50%);
}
#topFv .sliderArea .arrow.prev {
  top: 50%;
  transform: translateY(-50%) scale(-1, 1);
}
#topFv .caseStudy {
  background: rgba(213, 230, 237, 0.8);
  border-radius: 10px;
}
#topFv .caseStudy .title {
  color: #004F74;
  text-align: center;
  font-weight: 700;
  border-bottom: 1px solid #004F74;
  line-height: 1.45;
}
#topFv .caseStudy .caseStudyList {
  display: flex;
  flex-wrap: wrap;
}
#topFv .caseStudy .caseStudyList > li > a {
  display: block;
}

#topNews .inner {
  display: flex;
}
#topNews .titleEn {
  color: #005278;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.37;
}
#topNews .titleJa {
  line-height: 0;
}
#topNews .titleJa > a {
  position: relative;
  display: inline-block;
  color: #005278;
  font-weight: 700;
  line-height: 1;
  font-size: 14px;
}
#topNews .titleJa > a::after {
  content: "";
  display: block;
  background: url(../images2025/common/icon_circle_arrow_orange.svg) no-repeat center/100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#topAbout {
  position: relative;
}
#topAbout::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
#topAbout .titleWrap {
  position: relative;
  text-align: center;
}
#topAbout .titleWrap::before {
  content: "";
  display: block;
  background: url(../images2025/home/top_about_icon_left.svg) no-repeat center/100%;
  position: absolute;
  transform: translateX(-50%);
}
#topAbout .titleWrap::after {
  content: "";
  display: block;
  background: url(../images2025/home/top_about_icon_right.svg) no-repeat center/100%;
  position: absolute;
  transform: translateX(50%);
}
#topAbout .kana {
  color: #005278;
  display: inline-block;
  line-height: 1;
  font-weight: 700;
}
#topAbout .titleJa {
  color: #005278;
  font-weight: 700;
}
#topAbout .typeBox {
  display: flex;
}
#topAbout .type .img {
  overflow: hidden;
  border-radius: 10px;
}
#topAbout .type .name {
  color: #005278;
  font-weight: 700;
}
#topAbout .btnWrap {
  text-align: center;
}
#topPickUp {
  position: relative;
}
#topPickUp::before {
  content: "";
  display: block;
  background: url(../images2025/home/top_pick_ecozou_left.svg) no-repeat center/100%;
  position: absolute;
}
#topPickUp::after {
  content: "";
  display: block;
  background: url(../images2025/home/top_pick_ecozou_right.svg) no-repeat center/100%;
  position: absolute;
}
#topPickUp .titleEn {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #005278;
  font-weight: 700;
  text-align: center;
}
#topAccess {
  display: flex;
}
#topAccess .cont1 .img {
  background-color: #9CC4D6;
  text-align: center;
}
#topAccess .cont1 .img img {
  border-radius: 12px;
}
#topAccess .cont1 .txt {
  background-color: #F0F7FA;
}
#topAccess .cont1 .txt .tel {
  color: #00141D;
}
#topAccess .cont1 .googleMapLink {
  display: block;
  border: 1px solid #005278;
  border-radius: 100svh;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: center;
  color: #005278;
  line-height: 1.3;
}
#topAccess .cont1 .googleMapLink span {
  position: relative;
  display: inline-block;
  padding-left: 17px;
}
#topAccess .cont1 .googleMapLink span::before {
  content: "";
  display: block;
  background: url(../images2025/common/icon_access.svg) no-repeat center/100%;
  position: absolute;
  left: 0;
}
#topAccess .cont2 iframe {
  width: 100%;
  height: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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 {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
}

@media screen and (max-width: 1200px) {
  /* Slider */
}
@media screen and (min-width: 1201px) {
  /* Slider */
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 15px;
    max-width: 600px;
    margin-inline: auto;
  }
  #topFv {
    padding-top: 20px;
  }
  #topFv::before {
    background: url(../images2025/home/top_fv_bg_sp.png) no-repeat top center/100%;
    height: 650px;
    top: 0;
  }
  #topFv .sliderArea .mainSlider {
    width: calc(100% - 30px);
    max-width: 600px;
    margin-inline: auto;
  }
  #topFv .sliderArea .thumbnailSlider {
    margin-top: 26px;
  }
  #topFv .sliderArea .arrow.next {
    right: 15px;
  }
  #topFv .sliderArea .arrow.prev {
    left: 15px;
  }
  #topFv .caseStudy {
    width: calc(100% - 30px);
    margin: 20px auto 0;
    padding: 15px 20px;
    max-width: 400px;
  }
  #topFv .caseStudy .title {
    font-size: 18px;
    padding-bottom: 12px;
  }
  #topFv .caseStudy .caseStudyList {
    gap: 5px;
    margin-top: 15px;
  }
  #topFv .caseStudy .caseStudyList > li {
    width: 100%;
  }
  #topNews {
    padding-top: 40px;
  }
  #topNews .inner {
    flex-wrap: wrap;
    gap: 20px;
  }
  #topNews .titleWrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 7px;
  }
  #topNews .titleEn {
    font-size: 26px;
  }
  #topNews .titleJa > a {
    padding-right: 35px;
  }
  #topNews .titleJa > a::after {
    width: 25px;
    height: 25px;
  }
  #topAbout {
    padding: 110px 0 60px;
  }
  #topAbout::before {
    background: url(../images2025/home/top_about_bg_sp.svg) no-repeat center/100%;
    top: 15px;
    width: 360px;
    height: 113px;
  }
  #topAbout .spWrapper {
    position: relative;
    padding: 43px 0 33px;
  }
  #topAbout .spWrapper::before {
    content: "";
    display: block;
    background: #C0E68A;
    border-radius: 20px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: calc(100% + 30px);
  }
  #topAbout .titleWrap::before {
    top: -10px;
    left: calc(50% - 160px);
    width: 34px;
    height: 77px;
  }
  #topAbout .titleWrap::after {
    top: -1px;
    right: calc(50% - 157px);
    width: 45px;
    height: 67px;
  }
  #topAbout .kana {
    font-size: 10px;
    letter-spacing: 0.35em;
    margin-left: 2px;
    position: absolute;
    top: 34px;
    left: calc(50% - 50px);
    transform: translateX(-50%);
  }
  #topAbout .titleJa {
    font-size: 20px;
    line-height: 1.9;
  }
  #topAbout .typeBox {
    flex-wrap: wrap;
    margin-top: 27px;
    gap: 40px;
  }
  #topAbout .type {
    width: 100%;
  }
  #topAbout .type .name {
    font-size: 19px;
    margin-top: 18px;
  }
  #topAbout .btnWrap {
    margin-top: 30px;
  }
  #topPickUp {
    background: url(../images2025/home/top_pick_bg.png) no-repeat top center/100%, #E4EFF5;
    padding: 43px 0 100px;
  }
  #topPickUp::before {
    top: -20px;
    left: 15px;
    width: 76px;
    height: 50px;
  }
  #topPickUp::after {
    bottom: 27px;
    right: 15px;
    width: 86px;
    height: 54px;
  }
  #topPickUp .titleEn {
    font-size: 28px;
    line-height: 1.35;
  }
  #topPickUp .titleEn + .idxList {
    margin-top: 20px;
  }
  #topAccess {
    flex-wrap: wrap;
  }
  #topAccess .cont1 {
    width: 100%;
  }
  #topAccess .cont1 .img {
    padding: 25px 0 33px;
  }
  #topAccess .cont1 .img img {
    width: 30.7%;
  }
  #topAccess .cont1 .txt {
    padding: 25px 15px 30px;
  }
  #topAccess .cont1 .txt p {
    font-size: 15px;
    line-height: 1.42;
  }
  #topAccess .cont1 .txt p + p {
    margin-top: 12px;
  }
  #topAccess .cont1 .googleMapLink {
    margin-top: 20px;
    padding: 9px 10px 11px;
    font-size: 15px;
  }
  #topAccess .cont1 .googleMapLink span::before {
    width: 12px;
    height: 17px;
    top: 0;
  }
  #topAccess .cont2 {
    width: 100%;
    height: 55vw;
    max-height: 330px;
  }
  /* Slider */
}
@media print, screen and (min-width: 769px) {
  .inner {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
  }
  #topFv {
    padding-top: 40px;
  }
  #topFv::before {
    background: url(../images2025/home/top_fv_bg.png) no-repeat center/cover;
    height: 47vw;
    top: 0;
  }
  #topFv .fvInner {
    display: flex;
    align-items: flex-start;
    gap: 2.1%;
    max-width: 1475px;
    width: 97%;
    margin-inline: auto;
  }
  #topFv .sliderArea {
    width: 76.6%;
  }
  #topFv .sliderArea .thumbnailSlider {
    margin-top: 15px;
  }
  #topFv .sliderArea .slideItem {
    cursor: pointer;
  }
  #topFv .sliderArea .slideItem img {
    transition: 0.3s;
  }
  #topFv .sliderArea .slideItem img:hover, #topFv .sliderArea .slideItem img:focus {
    opacity: 0.7;
  }
  #topFv .sliderArea .arrow {
    cursor: pointer;
    transition: 0.3s;
  }
  #topFv .sliderArea .arrow:hover, #topFv .sliderArea .arrow:focus {
    opacity: 0.7;
  }
  #topFv .sliderArea .arrow.next {
    right: -10px;
  }
  #topFv .sliderArea .arrow.prev {
    left: -10px;
  }
  #topFv .caseStudy {
    width: 21.3%;
    padding: 1.42% 1.35% 1.96%;
  }
  #topFv .caseStudy .title {
    border-top: 1px solid #004F74;
    font-size: clamp(17px, 1.4vw, 22px);
    padding: 10px 0 12px;
  }
  #topFv .caseStudy .caseStudyList {
    gap: 6px;
    margin-top: 13px;
  }
  #topFv .caseStudy .caseStudyList > li {
    width: 100%;
  }
  #topFv .caseStudy .caseStudyList > li > a {
    transition: 0.3s;
  }
  #topFv .caseStudy .caseStudyList > li > a:hover, #topFv .caseStudy .caseStudyList > li > a:focus {
    opacity: 0.7;
  }
  #topNews {
    padding-top: 80px;
  }
  #topNews .inner {
    align-items: center;
  }
  #topNews .titleWrap {
    width: 23.5%;
  }
  #topNews .titleEn {
    font-size: 38px;
  }
  #topNews .titleEn + .titleJa {
    margin-top: 25px;
  }
  #topNews .titleJa > a {
    padding-right: 50px;
    transition: 0.3s;
  }
  #topNews .titleJa > a:hover, #topNews .titleJa > a:focus {
    opacity: 0.7;
  }
  #topNews .titleJa > a::after {
    width: 32px;
    height: 32px;
  }
  #topAbout {
    padding: 205px 0 80px;
  }
  #topAbout::before {
    background: url(../images2025/home/top_about_bg.svg) no-repeat center/100%;
    top: -24px;
    width: 1520px;
    height: 746px;
  }
  #topAbout .titleWrap::before {
    top: -40px;
    left: calc(50% - 366px);
    width: 55px;
    height: 123px;
  }
  #topAbout .titleWrap::after {
    top: -30px;
    right: calc(50% - 389px);
    width: 73px;
    height: 111px;
  }
  #topAbout .kana {
    font-size: 16px;
    letter-spacing: 0.48em;
    margin-left: 10px;
  }
  #topAbout .titleJa {
    font-size: 34px;
    margin-top: -8px;
  }
  #topAbout .typeBox {
    margin-top: 50px;
    gap: 24px;
  }
  #topAbout .type {
    width: calc(50% - 12px);
  }
  #topAbout .type .name {
    font-size: 30px;
    margin-top: 20px;
  }
  #topAbout .btnWrap {
    margin-top: 40px;
  }
  #topAbout .btnWrap > a {
    text-align: left;
  }
  #topPickUp {
    background: url(../images2025/home/top_pick_bg.png) no-repeat left top/571px, #E4EFF5;
    padding: 60px 0 165px;
  }
  #topPickUp::before {
    transform: translateX(-50%);
    top: -54px;
    left: calc(50% - 520px);
    width: 120px;
    height: 78px;
  }
  #topPickUp::after {
    transform: translateX(50%);
    bottom: 45px;
    right: calc(50% - 500px);
    width: 134px;
    height: 85px;
  }
  #topPickUp .titleEn {
    font-size: 38px;
    line-height: 1.37;
  }
  #topPickUp .titleEn + .idxList {
    margin-top: 40px;
  }
  #topAccess .cont1 {
    width: 37.5%;
  }
  #topAccess .cont1 .img {
    padding: 22px;
  }
  #topAccess .cont1 .img img {
    width: 204px;
  }
  #topAccess .cont1 .txt {
    padding: 30px 3.3%;
  }
  #topAccess .cont1 .txt p {
    font-size: 15px;
    line-height: 1.3;
    max-width: 360px;
    margin-inline: auto;
  }
  #topAccess .cont1 .txt p + p {
    margin-top: 8px;
  }
  #topAccess .cont1 .txt .tel {
    pointer-events: none;
  }
  #topAccess .cont1 .googleMapLink {
    margin-top: 18px;
    padding: 8px;
    transition: 0.3s;
  }
  #topAccess .cont1 .googleMapLink:hover, #topAccess .cont1 .googleMapLink:focus {
    background: #005278;
    color: #fff;
  }
  #topAccess .cont1 .googleMapLink:hover span::before, #topAccess .cont1 .googleMapLink:focus span::before {
    background: url(../images2025/common/icon_access_wht.svg) no-repeat center/100%;
  }
  #topAccess .cont1 .googleMapLink span::before {
    transition: 0.3s;
    width: 13px;
    height: 20px;
    top: 0;
  }
  #topAccess .cont2 {
    width: 62.5%;
  }
  /* Slider */
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #topFv .fvInner {
    flex-direction: column;
    width: 90%;
  }
  #topFv .sliderArea {
    width: 100%;
  }
  #topFv .caseStudy {
    margin-top: 60px;
    width: 100%;
    padding: 30px 30px;
  }
  #topFv .caseStudy .title {
    font-size: 22px;
  }
  #topFv .caseStudy .caseStudyList {
    gap: 16px;
  }
  #topFv .caseStudy .caseStudyList > li {
    width: calc(33.3333333333% - 10.7px);
  }
  #topAbout .titleWrap::before {
    left: calc(50% - 326px);
  }
  #topAbout .titleWrap::after {
    right: calc(50% - 319px);
  }
  #topAbout .kana {
    font-size: 15px;
    letter-spacing: 0.4em;
  }
  #topAbout .titleJa {
    font-size: 30px;
  }
  #topPickUp::before {
    left: 90px;
  }
  #topPickUp::after {
    right: 115px;
  }
  #topAccess {
    flex-direction: column;
  }
  #topAccess .cont1 {
    width: 100%;
  }
  #topAccess .cont2 {
    width: 100%;
    height: 330px;
  }
  /* Slider */
}
/*# sourceMappingURL=map/home.css.map */
