@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;700&family=Noto+Serif+JP:wght@200;300;400;500&family=Roboto:wght@100;300;400;500;700&display=swap");

.u-tb-sp-only {
  display: none !important;
}

.u-sp-only {
  display: none !important;
}

.l-home__slider {
  position: relative;
  padding-top: 15px;
  padding-right: 15px;
  width: 100%;
  box-sizing: border-box;
}

.l-home__nav {
  position: absolute;
  left: 75px;
  bottom: -1px;
  width: 210px;
  text-align: center;
}

.c-pop {
  position: absolute;
  right: 30px;
  bottom: 15px;
  width: 450px;
  padding: 17px 0;
  z-index: 2;
  background: url("../images/common/box_corner_left.svg") left top/18px 18px no-repeat, url("../images/common/box_corner_right.svg") right top/18px 18px no-repeat, url("../images/common/box_corner_left_bottom.svg") left bottom/18px 18px no-repeat, url("../images/common/box_corner_right_bottom.svg") right bottom/18px 18px no-repeat;
}
.c-pop::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: calc(100% - 33px);
  height: 18px;
  background: #fff;
}
.c-pop::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: calc(100% - 33px);
  height: 18px;
  background: #fff;
}
.c-pop__inner {
  padding: 214px 0 17px;
  position: relative;
  background: #fff;
}
.c-pop__inner::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 30px;
  width: 104px;
  height: 51px;
  background: url(../images/home/ico_new.svg) center/100% no-repeat;
}
.c-pop__title {
  position: absolute;
  top: -47px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 66px;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.18em;
  line-height: 1;
  text-indent: 0.36em;
  color: #780000;
  width: 186px;
  height: 228px;
  background: url(../images/home/ico_christmas.svg) center/100% no-repeat;
}
.c-pop__text {
  margin: 0 30px;
  padding: 5px 0 7px;
  width: calc(100% - 60px);
  color: #3c1e0f;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

.c-banner {
  position: absolute;
  right: 30px;
  bottom: 15px;
  z-index: 1;
  display: flex;
}
.c-banner a img {
  margin: 0 0 0 14px;
  display: block;
  max-width: 250px;
}

.l-box__inner {
  padding: 30px 21px;
}
.l-box__inner h1 img {
  margin: auto;
  display: block;
}

.nav-global ul {
  margin-top: 64px;
  border-top: #0078c6 solid 1px;
  border-bottom: #0078c6 solid 1px;
}
.nav-global ul li {
  margin-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e4e4d5;
}
.nav-global ul li:last-child {
  border-bottom: none;
}
.nav-global ul li a {
  display: block;
}

.js-homeSlider {
  width: 100%;
  height: 830px;
  overflow: hidden;
}
.js-homeSlider .swiper {
  width: 100%;
  height: 100%;
}
.js-homeSlider .swiper-slide {
  display: flex;
  justify-content: center;
}
.js-homeSlider .swiper-slide img,
.js-homeSlider .swiper-slide picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-kv__statement {
  position: absolute;
  top: 135px;
  right: 2.9166666667vw;
  z-index: 1;
}
.p-kv__statement img {
  width: 443px;
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.4));
}

.swiper-pagination {
  left: auto !important;
  right: 30px !important;
  bottom: -40px !important;
  width: auto !important;
  z-index: 1 !important;
}
.swiper-pagination .swiper-pagination-bullet {
  margin: 0 9px !important;
  width: 9px;
  height: 9px;
  background: #fff;
  border: 1px solid #0078c6;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #0078c6;
}

.l-topics {
  position: relative;
  padding-right: 60px;
  margin-top: 120px;
  width: 600px;
  border-top: 1px solid #0078c6;
  border-bottom: 1px solid #0078c6;
}
.l-topics-item {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
}
.l-topics-item dt {
  padding: 15px 0;
  border-bottom: 1px solid #e4e4d5;
  width: 150px;
  text-align: center;
  color: #0078c6;
}
.l-topics-item dd {
  padding: 15px 0;
  border-bottom: 1px solid #e4e4d5;
  width: calc(100% - 150px);
}
.l-topics-item dd:last-child {
  border-bottom: none;
}
.l-topics-item dd a {
  display: block;
}
.l-topics-item dd a:hover {
  text-decoration: underline;
}
.l-topics .topics-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  display: block;
  border-left: 1px solid #0078c6;
  transition: background-color 0.5s, color 0.5s;
}
.l-topics .topics-btn svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.l-topics .topics-btn svg g {
  fill: #0078c6;
}
.l-topics .topics-btn svg polyline {
  stroke: #0078c6;
}
.l-topics .topics-btn::after {
  content: "";
  display: block;
  clear: both;
}
.l-topics .topics-btn:hover {
  background: #0078c6;
  color: #fff;
}
.l-topics .topics-btn:hover svg g {
  fill: #fff;
}
.l-topics .topics-btn:hover svg polyline {
  stroke: #fff;
}

.p-home_statement {
  margin-top: 77px;
  text-align: right;
}

.l-contents__box {
  margin: -30px 0 0 90px;
  width: 450px;
  padding: 17px 0;
  position: relative;
  z-index: 1;
  background: url("../images/common/box_corner_left.svg") left top/18px 18px no-repeat, url("../images/common/box_corner_right.svg") right top/18px 18px no-repeat, url("../images/common/box_corner_left_bottom.svg") left bottom/18px 18px no-repeat, url("../images/common/box_corner_right_bottom.svg") right bottom/18px 18px no-repeat;
}
.l-contents__box::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: calc(100% - 33px);
  height: 18px;
  background: #fff;
}
.l-contents__box::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: calc(100% - 33px);
  height: 18px;
  background: #fff;
}
.l-contents__box__inner {
  background: #fff;
}
.l-contents__box__inner h2 {
  position: relative;
  padding: 27px 0 0;
  text-align: center;
}
.l-contents__box__inner h2::before {
  position: absolute;
  bottom: 22px;
  left: 18px;
  content: "";
}
.l-contents__box__inner p {
  padding: 0 40px;
  margin-top: 24px;
}
.l-contents__box__inner .link_info {
  margin-top: 10px;
  padding: 0 30px;
  text-align: right;
}
.l-contents__img {
  position: relative;
  width: 450px;
}
.l-contents__img img {
  display: block;
}
.l-contents__img::before {
  position: absolute;
  top: -60px;
  right: -60px;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/home/home_bg_mesh.svg) center/100% no-repeat;
  z-index: -1;
}
.l-contents--products {
  margin-bottom: -338px;
}
.l-contents--products h2::before {
  width: 173px;
  height: 76px;
  background: url(../images/home/box_title_products_en.svg) center/100% no-repeat;
}
.l-contents--works {
  margin-top: -60px;
  margin-bottom: -150px;
  float: right;
}
.l-contents--works h2::before {
  width: 128px;
  height: 64px;
  background: url(../images/home/box_title_works_en.svg) center/100% no-repeat;
}
.l-contents--works .l-contents__box {
  margin-left: 150px;
}
.l-contents--works .l-contents__img {
  margin-top: -30px;
}
.l-contents--works .l-contents__img::before {
  top: -210px;
  background: url(../images/home/home_bg_wave.svg) center/100% no-repeat;
}
.l-contents--company h2::before {
  width: 181px;
  height: 67px;
  background: url(../images/home/box_title_company_en.svg) center/100% no-repeat;
}
.l-contents--company .l-contents__box {
  margin-left: 30px;
}
.l-contents--company .l-contents__img {
  margin-top: -90px;
}
.l-contents--company .l-contents__img::before {
  display: none;
}
.l-contents--team {
  position: absolute;
  bottom: -60px;
  right: 0;
}
.l-contents--team h2::before {
  width: 119px;
  height: 49px;
  background: url(../images/home/box_title_team_en.svg) center/100% no-repeat;
}
.l-contents--team .l-contents__box {
  margin-top: -90px;
  margin-left: -30px;
}
.l-contents--team .l-contents__img::before {
  display: none;
}

.l-home__bg1 {
  margin-left: 15px;
  min-height: 600px;
  background: url(../images/home/home_bg_yokosuka.jpg) center/cover no-repeat;
  background-attachment: fixed;
}

.l-home__bg2 {
  padding: 240px 0 0;
  clear: both;
  margin-right: 15px;
  min-height: 600px;
  background: url(../images/common/bg_pattern.svg);
}
.l-home__bg2 .l-inner {
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
  .u-sp-only {
    display: block !important;
  }
  .l-home__slider {
    padding: 0;
  }
  .l-home__nav {
    top: 0;
    left: 4.6875vw;
    bottom: auto;
    width: 32.8125vw;
  }
  .l-home__nav.box-corner--top {
    padding-top: 0;
    padding-bottom: 2.65625vw;
    z-index: 2;
    background: url(../images/common/box_corner_left_bottom.svg) left bottom/2.8125vw 2.8125vw no-repeat, url(../images/common/box_corner_right_bottom.svg) right bottom/2.8125vw 2.8125vw no-repeat;
  }
  .l-home__nav.box-corner--top::before {
    display: none;
  }
  .l-home__nav.box-corner--top::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: calc(100% - 5.15625vw);
    height: 2.8125vw;
    background: #fff;
  }
  .c-pop {
    display: none;
  }
  .c-banner {
    display: none;
  }
  .l-box__inner {
    padding: 15.625vw 0 14.84375vw;
  }
  .l-box__inner h1 img {
    width: 23.4375vw;
  }
  .l-box__inner::before {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    display: block;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1;
    transition: visibility 0.3s, opacity 0.3s;
  }
  .nav-open .l-box__inner::before {
    visibility: visible;
    opacity: 1;
  }
  .js-homeSlider {
    height: calc(100vh - 52px);
    height: calc(100svh - 52px);
    min-height: auto;
  }
  .p-kv__statement {
    top: auto;
    right: 8.125vw;
    bottom: 14.0625vw;
  }
  .p-kv__statement img {
    width: 69.21875vw;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.9));
  }
  .swiper-pagination {
    left: 50% !important;
    right: auto !important;
    bottom: -12.5vw !important;
    transform: translate3d(-50%, 0, 0) !important;
  }
  .l-topics {
    margin-top: 23.4375vw;
    padding-right: 0;
    width: 100%;
  }
  .l-topics-item {
    display: block;
    line-height: 1.5;
    font-size: 14px;
  }
  .l-topics-item dt {
    padding-bottom: 0;
    width: 100%;
    text-align: left;
    border-bottom: none;
  }
  .l-topics-item dd {
    padding-top: 0;
    width: 100%;
  }
  .l-topics .topics-btn {
    padding: 10px 0;
    position: static;
    width: 100%;
    border-left: none;
    line-height: 50px;
    border-top: 1px solid #0078c6;
  }
  .l-topics .topics-btn svg {
    position: static;
    transform: none;
  }
  .l-topics .topics-btn img {
    float: right;
    width: 60px;
  }
  .p-home_statement {
    padding-bottom: 68.4375vw;
    margin-top: 29.6875vw;
    margin-left: 4.6875vw;
    text-align: left;
    background: url(../images/home/home_bg_yokosuka_sp.jpg) center bottom/100% no-repeat;
  }
  .p-home_statement img {
    width: 85.3125vw;
  }
  .l-contents__box {
    margin: auto;
    padding: 2.65625vw 0;
    width: 100%;
    background: url("../images/common/box_corner_left.svg") left top/2.8125vw 2.8125vw no-repeat, url("../images/common/box_corner_right.svg") right top/2.8125vw 2.8125vw no-repeat, url("../images/common/box_corner_left_bottom.svg") left bottom/2.8125vw 2.8125vw no-repeat, url("../images/common/box_corner_right_bottom.svg") right bottom/2.8125vw 2.8125vw no-repeat;
  }
  .l-contents__box::before {
    width: calc(100% - 5.15625vw);
    height: 2.8125vw;
  }
  .l-contents__box::after {
    width: calc(100% - 5.15625vw);
    height: 2.8125vw;
  }
  .l-contents__box__inner h2 {
    padding-top: 18.75vw;
  }
  .l-contents__box__inner h2::before {
    bottom: 12.8125vw;
    left: 0;
    width: 40.625vw;
    height: 17.8125vw;
  }
  .l-contents__box__inner h2 img {
    width: 36.09375vw;
  }
  .l-contents__box__inner p {
    padding: 0 4.6875vw;
    margin-top: 7.34375vw;
    font-size: 3.75vw;
  }
  .l-contents__box__inner .link_info {
    padding: 0;
    margin-top: 6.25vw;
  }
  .l-contents__box__inner .link_info img {
    width: 32.8125vw;
  }
  .l-contents__img {
    width: 84.375vw;
    left: -4.6875vw;
  }
  .l-contents__img::before {
    top: -14.0625vw;
    right: -15.625vw;
  }
  .l-contents--products {
    margin-top: 37.5vw;
    margin-bottom: 0;
  }
  .l-contents--works {
    margin-top: 30.15625vw;
    margin-bottom: 0;
    float: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .l-contents--works h2::before {
    width: 30vw;
    height: 15vw;
  }
  .l-contents--works .l-contents__box {
    margin-left: 0;
  }
  .l-contents--works .l-contents__img {
    margin-top: 0;
    margin-left: 11.40625vw;
    left: auto;
  }
  .l-contents--works .l-contents__img::before {
    top: -14.0625vw;
    right: auto;
    left: -15.625vw;
  }
  .l-contents--company {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .l-contents--company h2 {
    padding: 21.09375vw 0 0;
  }
  .l-contents--company h2::before {
    left: 4.375vw;
    bottom: 15.625vw;
    width: 42.5vw;
    height: 15.78125vw;
  }
  .l-contents--company h2 img {
    width: 25vw;
  }
  .l-contents--company .l-contents__box {
    margin-top: -9.375vw;
    margin-left: 15.625vw;
    width: 84.375vw;
  }
  .l-contents--company .l-contents__box__inner {
    padding: 0 0 7.03125vw;
  }
  .l-contents--company .l-contents__box__inner p {
    padding: 0 9.375vw;
  }
  .l-contents--company .l-contents__box__inner .link_info {
    padding: 0 4.6875vw;
  }
  .l-contents--company .l-contents__img {
    margin-top: 0;
    left: 0;
  }
  .l-contents--team {
    margin-top: 17.96875vw;
    position: relative;
    bottom: 0;
  }
  .l-contents--team h2::before {
    width: 27.96875vw;
    height: 11.5625vw;
    left: 4.6875vw;
  }
  .l-contents--team h2 img {
    width: 41.71875vw;
  }
  .l-contents--team .l-contents__box {
    margin-top: -9.375vw;
    margin-left: 0;
    width: 84.375vw;
  }
  .l-contents--team .l-contents__box__inner {
    padding: 0 0 7.03125vw;
  }
  .l-contents--team .l-contents__box__inner p {
    padding: 0 9.375vw;
  }
  .l-contents--team .l-contents__box__inner .link_info {
    padding: 0 4.6875vw;
  }
  .l-contents--team .l-contents__img {
    left: 15.625vw;
  }
  .l-home__bg2 {
    padding-top: 18.75vw;
    margin-top: 20.78125vw;
    margin-right: 0;
  }
  .l-home__bg2 .l-inner {
    padding-bottom: 17.96875vw;
    margin: 0;
  }
  .c-sp-bnr {
    margin-top: 9.375vw;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .u-tb-sp-only {
    display: block !important;
  }
  .l-home__nav {
    left: 6.25vw;
    width: 17.5vw;
  }
  .c-pop {
    margin: -2.5vw 0 0 7.5vw;
    width: 37.5vw;
    padding: 1.4166666667vw 0;
    background: url("../images/common/box_corner_left.svg") left top/1.5vw 1.5vw no-repeat, url("../images/common/box_corner_right.svg") right top/1.5vw 1.5vw no-repeat, url("../images/common/box_corner_left_bottom.svg") left bottom/1.5vw 1.5vw no-repeat, url("../images/common/box_corner_right_bottom.svg") right bottom/1.5vw 1.5vw no-repeat;
  }
  .c-pop::before {
    width: calc(100% - 2.75vw);
    height: 1.5vw;
  }
  .c-pop::after {
    width: calc(100% - 2.75vw);
    height: 1.5vw;
  }
  .c-pop__inner {
    padding: 17.8333333333vw 0 1.4166666667vw;
  }
  .c-pop__inner::before {
    top: 1.0833333333vw;
    left: 2.5vw;
    width: 8.6666666667vw;
    height: 4.25vw;
  }
  .c-pop__title {
    top: -3.9166666667vw;
    left: 50%;
    padding-top: 5.5vw;
    font-size: 2vw;
    width: 15.5vw;
    height: 19vw;
  }
  .c-pop__text {
    margin: 0 2.5vw;
    padding: 0.4166666667vw 0 0.5833333333vw;
    width: calc(100% - 5vw);
    font-size: 1.0833333333vw;
  }
  .c-banner a img {
    margin: 0 0 0 1.1666666667vw;
    max-width: 20.8333333333vw;
  }
  .l-box__inner {
    padding: 2.5vw 1.75vw;
  }
  .l-box__inner h1 img {
    width: 11.25vw;
  }
  .nav-global ul {
    margin-top: 5.3333333333vw;
  }
  .nav-global ul li {
    margin-top: 1.1666666667vw;
    padding-bottom: 1.1666666667vw;
  }
  .nav-global ul li:nth-child(1) svg {
    width: 8.1291666667vw;
    height: auto;
  }
  .nav-global ul li:nth-child(2) svg {
    width: 7.285vw;
    height: auto;
  }
  .nav-global ul li:nth-child(3) svg {
    width: 8.8241666667vw;
    height: auto;
  }
  .nav-global ul li:nth-child(4) svg {
    width: 8.4vw;
    height: auto;
  }
  .nav-global ul li:nth-child(5) svg {
    width: 7.6166666667vw;
    height: auto;
  }
  .nav-global ul li:nth-child(6) svg {
    width: 11.9875vw;
    height: auto;
  }
  .js-homeSlider {
    height: 69.1666666667vw;
  }
  .p-kv__statement {
    top: 11.25vw;
  }
  .p-kv__statement img {
    width: 36.9166666667vw;
  }
  .l-topics {
    margin-top: 10vw;
  }
  .p-home_statement img {
    width: 42.0833333333vw;
  }
  .l-contents__box {
    margin: -2.5vw 0 0 7.5vw;
    width: 37.5vw;
    padding: 1.4166666667vw 0;
    background: url("../images/common/box_corner_left.svg") left top/1.5vw 1.5vw no-repeat, url("../images/common/box_corner_right.svg") right top/1.5vw 1.5vw no-repeat, url("../images/common/box_corner_left_bottom.svg") left bottom/1.5vw 1.5vw no-repeat, url("../images/common/box_corner_right_bottom.svg") right bottom/1.5vw 1.5vw no-repeat;
  }
  .l-contents__box::before {
    width: calc(100% - 2.75vw);
    height: 1.5vw;
  }
  .l-contents__box::after {
    width: calc(100% - 2.75vw);
    height: 1.5vw;
  }
  .l-contents__box__inner h2 {
    padding: 2.25vw 0 0;
  }
  .l-contents__box__inner h2::before {
    bottom: 1.8333333333vw;
    left: 1.5vw;
  }
  .l-contents__box__inner h2 img {
    width: 12.75vw;
  }
  .l-contents__box__inner p {
    padding: 0 3.3333333333vw;
    margin-top: 2vw;
  }
  .l-contents__box__inner .link_info {
    padding: 0 2.5vw;
  }
  .l-contents__img {
    width: 37.5vw;
  }
  .l-contents__img::before {
    top: -5vw;
    right: -5vw;
  }
  .l-contents--products {
    margin-bottom: -350px;
  }
  .l-contents--products h2::before {
    width: 14.4166666667vw;
    height: 6.3333333333vw;
  }
  .l-contents--works {
    margin-top: -103px;
    margin-bottom: -12.5vw;
  }
  .l-contents--works h2::before {
    width: 10.6666666667vw;
    height: 5.3333333333vw;
  }
  .l-contents--works .l-contents__box {
    margin-left: 12.5vw;
  }
  .l-contents--works .l-contents__img {
    margin-top: -2.5vw;
  }
  .l-contents--works .l-contents__img::before {
    top: -17.5vw;
  }
  .l-contents--company h2::before {
    width: 15.0833333333vw;
    height: 5.5833333333vw;
  }
  .l-contents--company h2 img {
    width: 8.9166666667vw;
  }
  .l-contents--team h2::before {
    width: 9.9166666667vw;
    height: 4.0833333333vw;
  }
  .l-contents--team h2 img {
    width: 14.9166666667vw;
  }
  .l-home__bg1 {
    min-height: 50vw;
  }
}
/*# sourceMappingURL=sourcemaps/home.css.map */
