@charset "utf-8";

/* =======================
　　　  PC・共通部分
======================= */
body {
    overflow-x: hidden; /* 横方向のスクロールを非表示にする */
    width: 100%;       /* 幅を確実にブラウザのビューポートに合わせる */
}

article {
  margin-bottom: 100px;
}

.lower_page {
  width: 90%;
  margin: 0 auto 150px;
}

h2.lower-tit {
  margin-top: 150px;
  margin-bottom: 100px;
}
h2.lower-tit .en {
  /* font-size: 96px; */
  font-size: 160px;
}
h2.lower-tit span:last-child {
  font-size: 24px;
  margin-left: 50px;
  border-bottom: 5px solid #000;
}

.main_visual {
  margin: 50px auto 200px;
}

.main_visual img {
    height: 350px;
    object-fit: cover;
    margin-top: 150px;
  }

.mv_img_wrap li img {
  width: 800px;
  height: 350px;
  object-fit: cover;
  margin: 150px 10px 0;
  border: 2px solid #000;
}

.mv_txt_wrap {
  /* margin-top: -140px; */
  position: relative;
  z-index: 2;
}

.mv_ttl span {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 5px 15px;
  margin-bottom: 15px;
}

.mv_ttl span.pc {
  display: inline-block !important;
}

.mv_ttl span:last-child {
  margin-bottom: 0;
}

.mv_txt {
  font-size: 18px;
  font-weight: bold;
  margin: 20px auto;
  line-height: 30px;
  text-align: center;
}

.mv_txt span {
  font-weight: bold;
  font-size: 30px;
}

.lower_page .mv_txt {
  margin-bottom: 50px;
}

/* キャンペーンバナー */
.mv_cpbnr {
  max-width: 1280px;
  width: 100%;
  margin: 30px auto -50px;
}

.banner_btn {
  display: flex;
  justify-content: space-around;
  margin-top: 100px;
}

/* ナビゲーション　バナー */
.menu_list {
  display: flex;
  justify-content: space-between;
  margin: 50px auto;
}
.menu_list li {
  background-color: #000;
  width: 240px;
  text-align: center;
  letter-spacing: 0.05em;
  height: 80px;
  padding: 10px 0;
  margin-left: 5px;
  margin-right: 5px;
}
.menu_list li span {
  display: block;
  font-size: 1rem;
}
.menu_list a {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  width: 100%;
  height: 80px;
}
.menu_list a:hover {
  color: #000;
  transition: 0.3s;
}
.menu_list li:hover {
  background-color: #fff;
  border: 3px solid #000;
  box-sizing: border-box;
  transition: 0.3s;
}

/* --- point --- */

.point_wrap {
  display: flex;
  justify-content: space-between;
}

.point_wrap.is-second {
  margin-top: 50px;
}

.point_wrap-link {
  padding: 0 10%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.point_wrap-link a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #161616;
  border: solid 3px #161616;
  padding: 20px 30px;
  width: 33%;
  font-weight: bold;
  font-size: 20px;
}

.point_wrap-link a:nth-of-type(2) {
  margin-right: 10px;
  margin-left: 10px;
}

.point_wrap-link a::after {
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 3px solid #161616;
  border-right: 3px solid #161616;
  content: "";
}

.point_wrap-link a:hover {
  background-color: #161616;
  color: #fff;
}

.point_wrap-link a:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

.point_inner {
  width: fit-content;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  /* align-items: flex-end; */
  align-items: flex-start;
  padding-left: 10%;
  width: 45%;
}

.is-second .point_inner {
  padding-right: 5%;
  padding-left: 0;
}

.top_point h2 {
  width: 100%;
  font-size: 160px;
  border-bottom: #000 10px solid;
  /* text-align: right; */
  margin-bottom: 50px;
  width: fit-content;
}

.point_img_wrap li img {
  /* border: #000 2px solid; */
  /* width: 600px; */
  width: 90%;
  max-width: 600px;
  margin-right: 20px;
}

.point_img img {
  width: 100%;
  max-width: 600px;
  margin-right: 20px;
}

.is-second .point_img img {
  margin-right: 0;
}

.slick-vertical .slick-slide {
  display: flex;
  /* justify-content: flex-end; */
}

.point_comment {
  width: 85%;
  margin: 70px auto 0;
  padding: 20px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  border: dashed 2px #777;
}

.point_list {
  width: 55%;
  padding: 0 10%;
  padding-top: 250px;
}

.is-second .point_list {
  padding-top: 0;
}

.lower_page .point_list.list-seconds {
  padding-top: 0px;
}

.point_list h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px solid #161616;
  /* padding-bottom: 20px; */
  margin-bottom: 30px;
}

.point_list li {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #e4e4e4;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.point_list li p {
  display: flex;
  align-items: center;
}

.point_list li p::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-image: url("/common/img/top/ico_security.svg");
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.point_list li:nth-child(2) p::before {
  background-image: url("/common/img/top/ico_door.svg");
}

.point_list li:nth-child(3) p::before {
  background-image: url("/common/img/top/ico_buildding.svg");
}

.point_list li:nth-child(4) p::before {
  background-image: url("/common/img/top/ico_train.svg");
}

.point_list li:nth-child(5) p::before {
  background-image: url("/common/img/top/ico_train1.svg");
}

.point_list li:nth-child(6) p::before {
  background-image: url("/common/img/top/ico_printer.svg");
}

.point_list li:nth-child(7) p::before {
  background-image: url("/common/img/top/ico_fax.svg");
}

.point_list li:nth-child(8) p::before {
  background-image: url("/common/img/top/ico_minikitchen.svg");
}

.point_list li:nth-child(9) p::before {
  background-image: url("/common/img/top/ico_post.svg");
  margin-top: 7px;
}

.point_list li:nth-child(10) p::before {
  background-image: url("/common/img/top/ico_deliverybox.svg");
  margin-top: 7px;
  width: 32px;
  margin-right: 11px;
}

.point_list li:nth-child(11) p::before {
  background-image: url("/common/img/top/ico_meeting.svg");
  width: 31px;
  margin-top: 6px;
  margin-right: 11px;
}

.point_list li:nth-child(12) p::before {
  background-image: url("/common/img/top/ico_internet.svg");
}

.point_list li:nth-child(13) p::before {
  background-image: url("/common/img/top/ico_phone.svg");
  width: 45px;
  margin-right: 0;
}

.point_list li:nth-child(14) p::before {
  background-image: url("/common/img/top/ico_clean.svg");
}

.point_list li:nth-child(15) p::before {
  background-image: url("/common/img/top/ico_drink.svg");
  margin-left: 6px;
  margin-right: 7px;
}

.point_list li:nth-child(16) p::before {
  background-image: url("/common/img/top/ico_registration.svg");
}

.point_list li:nth-child(17) p::before {
  background-image: url("/common/img/top/ico_license.svg");
}

.inf-btn {
  height: 60px;
  width: 200px;
  margin: 50px auto 0;
  border: 2px solid #161616;
}

.inf-btn a {
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #161616;
}

/* --- access --- */

.top_access .flex_2col {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-right: 10%;
}

.top_access h2 {
  width: auto;
  height: fit-content;
  font-size: 160px;
  border-bottom: #000 10px solid;
}

.access_list {
  width: 55%;
  padding: 0 10%;
}

.access_list li {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #e4e4e4;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.access_list li p {
  display: flex;
  align-items: center;
}

.access_list li p::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-image: url("/common/img/top/ico_buildding.svg");
  width: 24px;
  height: 24px;
  margin-right: 15px;
}

.access_list li:nth-child(2) p::before {
  background-image: url("/common/img/top/ico_train.svg");
}

.access_list li:nth-child(3) p::before {
  background-image: url("/common/img/top/ico_train.svg");
}

.map_wrap {
  width: 90%;
  margin: 70px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.map_wrap iframe {
  width: 100%;
  height: 400px;
  border: #000 2px solid;
}

/* --- top-seo-contents --- */

.top-seo-contents {
  margin-top: 150px;
  width: 90%;
  margin: 0 auto 150px;
}

.top-seo-contents h2 {
  margin-bottom: 100px;
}
.top-seo-contents h2 .en {
  font-size: 96px;
}
.top-seo-contents h2 span:last-child {
  font-size: 24px;
  margin-left: 50px;
  border-bottom: 5px solid #000;
}

.top-seo-contents section {
  padding-bottom: 50px;
  margin-bottom: 60px;
  border-bottom: #000 1px solid;
  position: relative;
}
.top-seo-contents section p {
  margin-bottom: 30px;
}

.top-seo-contents h3 {
  font-size: 24px;
  margin-top: 60px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e4e4e4;
}

/* --- service --- */
.point_wrap.cost_noflex {
  display: flex;
  flex-direction: column;
}

.srvc_list {
  display: flex;
  justify-content: space-between;
}
.srvc_list p {
  width: 5%;
  writing-mode: vertical-lr;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.srvc_list ul {
  width: 94%;
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  gap: 20px;
}
.srvc_list ul li {
  width: 15%;
  height: 200px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 0 0 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.srvc_list ul li::before {
  content: "";
  display: inline-block;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.free ul li::before {
  background-image: url("/common/img/feature/ico_key.svg");
}
.free ul li:nth-child(2)::before {
  background-image: url("/common/img/feature/ico_door.svg");
}
.free ul li:nth-child(3)::before {
  background-image: url("/common/img/feature/ico_desk.svg");
}
.free ul li:nth-child(4)::before {
  background-image: url("/common/img/feature/ico_meeting.svg");
}
.free ul li:nth-child(5)::before {
  background-image: url("/common/img/feature/ico_pc.svg");
}
.free ul li:nth-child(6)::before {
  background-image: url("/common/img/feature/ico_post.svg");
}
.free ul li:nth-child(7)::before {
  background-image: url("/common/img/feature/ico_box.svg");
}
.free ul li:nth-child(8)::before {
  background-image: url("/common/img/feature/ico_copy.svg");
}
.free ul li:nth-child(9)::before {
  background-image: url("/common/img/feature/ico_window.svg");
}
.free ul li:nth-child(10)::before {
  background-image: url("/common/img/feature/ico_kitchen.svg");
}
.free ul li:nth-child(11)::before {
  background-image: url("/common/img/feature/ico_restroom.svg");
}
.free ul li:nth-child(12)::before {
  background-image: url("/common/img/feature/ico_sign.svg");
}

.free {
  margin-bottom: 50px;
}

.paid p {
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
}
.paid ul li {
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
}
.paid ul li::before {
  background-image: url("/common/img/feature/ico_mail.svg");
}
.paid ul li:nth-child(2)::before {
  background-image: url("/common/img/feature/ico_paper.svg");
}
.paid ul li:nth-child(3)::before {
  background-image: url("/common/img/feature/ico_tel.svg");
}

/* --- price --- */

.price {
  margin-top: 150px;
  margin-bottom: 200px;
}

/* .price_table{
    margin-bottom: 100px;
} */
.price_table ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.price_table ul li {
  width: 100%;
}
.p_table_hd {
  height: 50px;
  border: #000 1px solid;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.p_table_bd {
  height: 100px;
  border: #000 1px solid;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg_black {
  background-color: #000;
  color: #fff;
}

.price_detail {
  margin-bottom: 80px;
}
.price_detail:last-child {
  margin-bottom: 0;
}
.price_detail h3 {
  width: fit-content;
  font-size: 24px;
  border-bottom: #000 5px solid;
  margin-bottom: 35px;
}
.price_txt_wrap {
  margin-left: 30px;
}
.price_txt_big {
  font-size: 20px;
  font-weight: bold;
}
.price_txt_small {
  margin-top: 20px;
}
.price_txt_wrap ul {
  margin-top: 30px;
}
.price_txt_wrap ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.price_txt_wrap ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #000;
  margin-right: 15px;
}
.p_table_bd_noneflex {
  height: 100px;
  border: #000 1px solid;
  font-size: 22px;
  font-weight: bold;
  padding-top: 15px;
  text-align: center;
}
.price_table .p_table_bd small {
  display: block;
  font-size: 0.6rem;
}

/* --- recruit --- */
.inf_tit {
  background-color: #000;
  display: flex;
  padding: 1em 1em;
  justify-content: space-between;
  color: #fff;
  font-weight: bold;
}

.inf_text {
  width: 100%;
  border: 3px solid #000;
  font-weight: bold;
  padding: 1em;
}

.recruit_btn {
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.recruit_btn a {
  background-color: #000;
  color: #fff;
  padding: 1em 0em;
  font-weight: bold;
  /* margin-left: 1em; */
  width: 272px;
}

/* .center_contents h2.lower-tit .en {
    font-size: 96px;
} */

.center_contents .point_wrap {
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
}

.center_contents .top_point h2 {
  font-size: 96px;
}

.center_contents .point_list {
  width: 100%;
  padding: 0px;
  padding-top: 0px;
}

/* =======================
　　　      ~1200px
======================= */
@media screen and (max-width: 1200px) {
  .point_list {
    width: 50%;
    padding: 0 5%;
    padding-top: 250px;
  }

  .point_inner {
    width: fit-content;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    /* align-items: flex-end; */
    align-items: flex-start;
    padding-left: 5%;
    width: 50%;
  }
  .point_wrap-link {
    padding: 0;
  }
  .point_wrap-link a {
    width: 31%;
  }
  .is-second .point_inner {
    padding-right: 5%;
  }
  .top_access .flex_2col{
    padding-right: 5%;
  }
}

/* =======================
　　　      SP
======================= */

@media screen and (max-width: 960px) {
  article {
    margin-bottom: 80px;
  }

  main.lower_page {
    padding: 0 10px;
  }

  h2.lower-tit {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  h2.lower-tit .en {
    font-size: 50px;
  }
  h2.lower-tit span:last-child {
    font-size: 20px;
    border-bottom: 3px solid #000;
    margin: 10px 0 0;
    padding: 0 5px;
  }

  .main_visual {
    margin: 50px auto 60px;
  }
  .main_visual img {
    height: 400px;
  }

  .mv_img_wrap li img {
    object-fit: cover;
    border: 1px solid #000;
    width: 600px;
  }

  .mv_txt_wrap {
    /* margin-top: -50px; */
  }

  .mv_ttl span {
    font-size: 18px;
    padding: 5px 10px;
    margin-bottom: 5px;
  }

  .mv_ttl span.sp {
    display: inline-block !important;
  }

  .mv_ttl span.pc {
    display: none !important;
  }

  .mv_ttl span:last-child {
    margin-bottom: 0;
  }

  .mv_txt {
    font-size: 14px;
    font-weight: bold;
    margin: 40px 0 0;
    line-height: 28px;
  }
  .mv_txt span {
    font-size: 22px;
  }

  .banner_btn {
    display: block;
  }

  .banner_btn li {
    width: 180px;
    margin: 60px auto;
  }

  .menu_list {
    flex-wrap: wrap;
  }
  .menu_list li {
    width: 46%;
    margin-bottom: 10px;
    height: initial;
    padding: 3px 0;
  }
  .menu_list li a {
    font-size: 1rem;
    height: initial;
  }
  .menu_list li span {
    font-size: 0.8rem;
  }

  /* --- point --- */

  .point_wrap {
    flex-direction: column;
  }

  .point_wrap.is-second {
    flex-direction: column-reverse;
  }

  .point_wrap-link {
    padding: 0;
    flex-direction: column;
  }

  .point_wrap-link a {
    width: 100%;
    padding: 15px 10px;
  }

  .point_wrap-link a:nth-of-type(2) {
    margin: 10px 0;
  }

  .point_inner {
    width: 100%;
    align-items: inherit;
    padding-left: 0;
  }

  .is-second .point_inner {
    padding-right: 0;
  }

  .point_comment {
    width: 90%;
    margin: 40px auto 0;
    padding: 10px 20px;
    font-size: 16px;
  }

  .top_point h2 {
    width: fit-content;
    font-size: 60px;
    border-bottom: #000 5px solid;
    padding-left: 10px;
    margin-bottom: 50px;
  }

  .point_img_wrap {
    padding: 0 10px;
  }

  .point_img_wrap li img {
    width: 100%;
  }

  .point_img img {
    max-width: none;
    margin-right: 00px;
  }

  .is-second .point_img img {
    margin-left: 0px;
  }

  .slick-vertical .slick-slide {
    display: block;
  }

  .point_list {
    width: 100%;
    margin: 0px auto 0;
    padding: 0;
  }

  .point_list {
    font-size: 14px;
  }

  .point_list li {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .point_list li p {
    font-size: 20px;
  }

  .point_list li:last-child {
    margin-bottom: 0;
  }

  .point_list li p::before {
    width: 24px;
    height: 24px;
  }

  .inf-btn {
    /* height: 40px;
        width: 184px; */
    margin: 40px auto 0;
    border: 2px solid #161616;
  }

  /* .inf-btn a {
        font-size: 14px;
    } */

  /* --- service --- */

  .srvc_list {
    display: flex;
    flex-direction: column;
  }
  .srvc_list p {
    width: 100%;
    padding: 15px 0;
    margin-bottom: 10px;
    writing-mode: inherit;
  }
  .srvc_list ul {
    width: 100%;
    gap: 10px;
    /* justify-content: space-between; */
  }
  .srvc_list ul li {
    width: calc(33.3% - 6.6px);
    height: 110px;
    padding-bottom: 10px;
    font-size: 12px;
    /* margin-bottom: 10px; */
  }
  .srvc_list ul li::before {
    width: 35px;
    height: 35px;
  }

  .free {
    margin-bottom: 30px;
  }

  /* --- price --- */

  .price {
    margin-top: 80px;
  }

  /* .price_table{
    margin-bottom: 70px;
} */
  .price_table ul {
    flex-wrap: wrap;
    gap: 5px;
  }
  .price_table ul li {
    width: 49%;
  }
  .p_table_bd {
    height: 80px;
  }
  .p_table_bd_noneflex small {
    font-size: 0.6em;
  }
  .p_table_bd_noneflex {
    line-height: 1;
    height: 79px;
  }

  .price_detail {
    margin-bottom: 70px;
  }
  .price_txt_wrap {
    margin: 0;
  }
  .price_txt_big {
    font-size: 18px;
  }
  .price_txt_small {
    font-size: 14px;
  }
  .price_txt_wrap ul {
    font-size: 14px;
  }

  /* --- recruit --- */

  .center_contents .top_point h2 {
    font-size: 55px;
  }

  /* --- access --- */

  .top_access .flex_2col {
    flex-direction: column;
    padding-right: 0;
  }

  .top_access h2 {
    width: fit-content;
    font-size: 60px;
    border-bottom: #000 5px solid;
    padding-right: 10px;
    margin: 0 0 50px auto;
  }

  .access_list {
    width: 90%;
    margin: 0 auto;
    padding: 0 10px;
  }

  .access_list li {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .access_list li:last-child {
    margin-bottom: 0;
  }

  .map_wrap {
    width: 100%;
    padding: 0 10px;
    margin: 50px auto 0;
  }

  .map_wrap iframe {
    height: 300px;
    border: #000 1px solid;
  }

  /* --- top-seo-contents --- */

  .top-seo-contents {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto 80px;
  }

  .top-seo-contents h2 {
    margin-bottom: 50px;
  }
  .top-seo-contents h2 .en {
    font-size: 50px;
  }
  .top-seo-contents h2 span:last-child {
    font-size: 20px;
    border-bottom: 3px solid #000;
    margin: 10px 0 0;
    padding: 0 5px;
  }

  .top-seo-contents section {
    width: 95%;
    padding-bottom: 30px;
    margin: 0 auto 40px;
    border-bottom: #000 1px solid;
    position: relative;
  }
  .top-seo-contents section p {
    font-size: 14px;
  }

}
/* TB */
@media screen and (max-width: 1100px){
 .main_visual img {
   height: 250px;
 }
}
/* SP */
@media screen and (max-width: 768px) {
    .main_visual {
        margin: 0 auto 60px;
    }
        .mv_txt span {
        font-size: 18px;
    }
    .mv_txt {
        font-size: 14px;
        font-weight: bold;
        margin: 40px 0 0;
        line-height: 25px;
    }
    .main_visual img {
      margin-top: 90px;
    }
    .mv_img_wrap li img {
      margin-top: 90px;
      height: 250px;
      width: 375px;
    }

  }
  
  /* height: 350px;
    object-fit: cover;
    margin-top: 150px; */