@charset "UTF-8";

.l-kv {
  padding-top: 4rem;
}

.l-kv_ttl {
  color: #007185;
  font-family: "ヒラギノ角ゴ ProN W6", "游ゴシック", "メイリオ", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Lucida Grande", "Osaka", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .06em;
}

.l-kv_ttl_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-kv_slider {
  display: block;
  width: 30.8rem;
  margin: auto;
}

.l-kv_slider .slick-slide {
  margin: 0 2rem;
}

.l-kv_slider .slick-dots {
  bottom: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l-kv_slider .slick-dots li {
  width: 9px;
  height: 9px;
  margin: 0 5px;
}

.l-kv_slider .slick-dots li:nth-of-type(1) {
  margin-left: 0;
}

.l-kv_slider .slick-dots li.slick-active button:before {
  border-radius: 50%;
  background: #949494;
}

.l-kv_slider .slick-dots li button {
  width: 9px;
  height: 9px;
}

.l-kv_slider .slick-dots li button:before {
  width: 9px;
  height: 9px;
  border: 1px solid #949494;
  border-radius: 50%;
  background: #ffffff;
  content: '';
  opacity: 1;
}

.l-kv_txt_price {
  margin-top: 4.3rem;
}

.l-kv_txt_price_link {
  display: inline-block;
  padding-left: .3rem;
}

.l-kv_contact_btn {
  padding: 1.5rem 1.5rem;
  border-radius: .5rem;
  text-align: center;
}

.l-kv_contact_btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-kv_contact_btn:nth-of-type(1) {
  width: 59%;
  background: #ffd800;
}

.l-kv_contact_btn:nth-of-type(2) {
  width: 37%;
  background: #ffa500;
}

.l-detail_txt {
  margin-top: .5rem;
}

.l-together_ttl {
  margin-bottom: 1rem;
}

.l-together_list {
  position: relative;
  width: calc(33% - 2.2rem);
  margin: 0;
  text-align: center;
}

.l-together_list:first-child {
  margin-left: 0;
}

.l-together_list:last-child {
  margin-right: 0;
}

.l-together_list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.2rem 2.2rem 1.6rem;
  border: 1px solid #d5d9d9;
  border-radius: .8rem .8rem 0 0;
}

.l-together_list_txt {
  display: block;
  padding: 1.3rem 0;
  border: 1px solid #d5d9d9;
  border-top: none;
  border-radius: 0 0 .8rem .8rem;
  font-size: 1.8rem;
  line-height: 1.02857;
  text-align: center;
}

.l-together_list_txt span {
  color: #b12704;
}

.l-together_list_icn_img {
  display: block;
  margin: auto;
}

.l-together_list_icn_img_wrapper {
  position: relative;
  margin-bottom: .4rem;
}

.l-together_list_icn_img_wrapper.is-icn::after {
  display: inline-block;
  visibility: initial;
  position: absolute;
  top: 3rem;
  right: -2.5rem;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../../img/l-together_icn.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

.l-together_list_link span {
  display: block;
  line-height: 1.55;
}

.l-together_list_star {
  display: block;
  margin: -.1rem auto 0;
}

.l-together_more::before {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 2.5rem;
  background: #e3e6e6;
  content: "";
}

.l-together_more_list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .7rem 0rem 0rem;
}

.l-gallery {
  margin-top: 2.2rem;
}

.l-about {
  padding-top: 1.2rem;
}

.l-about_head_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.l-about_head_ttl {
  margin-top: 1rem;
  margin-bottom: .2rem;
}

.l-about_head_txt {
  margin-bottom: 2.7rem;
}

.l-about_img {
  width: 100%;
}

.l-about_support {
  margin-top: 2.5rem;
}

.l-about_support_list_wrapper {
  margin: .6rem 0 2.3rem;
}

.l-about_support_txt {
  margin-bottom: 2.5rem;
}

.l-about_solution {
  margin-top: 2.5rem;
}

.l-about_solution_ttl {
  margin-bottom: .7rem;
}

.l-about_solution_txt {
  padding-bottom: 2.3rem;
  border-bottom: 1px solid #e3e6e6;
}

.l-about_solution_gallery {
  padding-top: 2.5rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #e3e6e6;
}

.l-about_solution_gallery_txt {
  margin-bottom: .4rem;
}

.l-about_orien {
  margin-top: 1.9rem;
}

.l-about_orien_ttl {
  margin-bottom: .4rem;
}

.l-about_orien_txt {
  margin-bottom: 2.5rem;
}

.l-about_contact_txt {
  margin-bottom: 4.8rem;
}

.l-similar_table_wrapper {
  margin-bottom: -1rem;
  padding: 0 1.4rem 0rem 1.4rem;
  overflow-x: scroll;
}

.l-similar_table_wrapper table {
  width: 100%;
  min-width: 60rem;
  margin-top: 1rem;
  border-collapse: collapse;
}

.l-similar_table_wrapper table th,
.l-similar_table_wrapper table td {
  min-width: 13rem;
  padding: 0.8rem .5rem 0.8rem 1rem;
  border: 1px solid #eaeaea;
  border-top: none;
  border-bottom: 1px solid #eaeaea;
}

.l-similar_table_wrapper table tr td:nth-child(even) {
  background: #f6f6f6;
}

.l-similar_table_wrapper table tr td.table-first {
  background: none;
}

.l-similar_table_wrapper table .table-left {
  width: 3rem;
  min-width: 3rem;
  padding: 1.3rem .5rem;
  background: #e0e0e0;
  font-family: "ヒラギノ角ゴ ProN W6", "游ゴシック", "メイリオ", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Lucida Grande", "Osaka", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.l-similar_table_wrapper table .table-left.is-border_none {
  border-right: none;
  border-left: none;
  background: none;
}

.l-similar_table_wrapper table .table-first {
  border-right: none;
  border-left: none;
  background: #ffffff;
}

.l-similar_table_wrapper table .table-first img {
  min-width: 10.5rem;
  margin-bottom: .2rem;
}

.l-similar_table_wrapper table .table-first span {
  display: block;
}

.l-similar_table_wrapper table .is-center {
  text-align: center;
}

.l-similar_table_star {
  height: 1.4rem;
}

.l-similar_table_txt {
  margin-bottom: .5rem;
  font-family: "ヒラギノ角ゴ ProN W3", "游ゴシック", "メイリオ", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Lucida Grande", "Osaka", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.3rem;
}

.l-similar_table_txt span {
  display: inline-block;
  font-family: "ヒラギノ角ゴ ProN W6", "游ゴシック", "メイリオ", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Lucida Grande", "Osaka", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}

.l-contact_txt {
  color: #007185;
  font-size: 1.5rem;
}

.l-info_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-info_wrapper:nth-of-type(3) {
  margin-bottom: 2rem;
}

.l-info_wrapper:nth-of-type(3) dd {
  padding: 2.2rem 1.3rem;
}

.l-info dt {
  width: 8rem;
  padding: 1.2rem 0rem 1.2rem 1.5rem;
  border: 1px solid #eaeaea;
  background: #f3f3f3;
}

.l-info dd {
  width: calc(100% - 8rem);
  padding: 1.2rem 1.3rem;
  border: 1px solid #eaeaea;
  border-left: none;
}

.l-faq_content {
  margin-top: .7rem;
  padding: 1.2rem 1.5rem 1.2rem;
  border: 1px solid #d5d9d9;
  border-radius: .8rem;
}

.l-faq_content_ttl {
  margin-bottom: 1.2rem;
}

.l-faq_content_txt_sub {
  display: block;
  margin: 1rem 0 2.4rem;
  color: #565959;
}

.l-faq_content_txt_sub:last-child {
  margin-bottom: 0;
}

.l-faq_content_txt span {
  font-family: "ヒラギノ角ゴ ProN W6", "游ゴシック", "メイリオ", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Lucida Grande", "Osaka", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  letter-spacing: .06em;
}

.l-music_txt {
  margin-bottom: 2rem;
}

.l-review_star_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-review_star_txt {
  margin-left: 1.2rem;
}

.l-review_star_img {
  line-height: 1.33333;
}

.l-review_txt {
  padding-bottom: 2.3rem;
  border-bottom: 1px solid #e3e6e6;
  color: #565959;
}

.l-review_comment {
  padding: 2.3rem 0 .5rem;
}

.l-review_comment_top {
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
  border-bottom: 1px solid #e3e6e6;
}

.l-review_comment_top_ttl {
  margin-bottom: 1rem;
}

.l-review_comment_top_img {
  width: 22.3rem;
}

.l-review_comment_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: .5rem;
}

.l-review_comment_icon_img {
  width: 3rem;
  margin-right: 1.2rem;
}

.l-review_comment_txt {
  margin-bottom: 1rem;
}

.l-review_comment_txt_bold {
  display: block;
  margin: .3rem 0;
  font-family: "ヒラギノ角ゴ ProN W6", "游ゴシック", "メイリオ", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "Lucida Grande", "Osaka", "Verdana", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}

.l-review_comment_txt_sub {
  letter-spacing: -.01em;
}

.l-making_ttl {
  margin-bottom: 1.2rem;
}

.l-bottom_contact {
  padding-top: 1rem;
  padding-bottom: 8rem;
}

.l-bottom_contact_btn {
  padding: 1.5rem 1.5rem;
  border-radius: .5rem;
  text-align: center;
}

.l-bottom_contact_btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-bottom_contact_btn:nth-of-type(1) {
  width: 59%;
  background: #ffd800;
}

.l-bottom_contact_btn:nth-of-type(2) {
  width: 37%;
  background: #ffa500;
}

.l-popup {
  display: none;
  z-index: 90;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-popup_wrapper {
  display: none;
  position: absolute;
  top: 17.2rem;
  right: 0;
  left: 0;
}

.l-popup_wrapper.is-show {
  display: block;
  z-index: 9;
}

.l-popup_container {
  z-index: 9;
  position: relative;
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  margin: 0 auto;
}

.l-popup_container.is-img {
  max-width: 100%;
}

.l-popup_content {
  margin: auto;
}

.l-popup_content_video {
  display: block;
  width: 100%;
  max-width: 90rem;
  margin: auto;
}

.l-popup_content_video.is-small {
  max-width: 67.4rem;
}

.l-popup_content_video.is-none {
  display: none;
}

.l-popup_content_ttl {
  margin-bottom: 2.8rem;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
}

.l-popup_content_txt {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.72222;
}

.l-popup_content_list {
  width: calc(50% - .7rem);
  margin-bottom: 1rem;
  list-style: none;
}

.l-popup_content_list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5rem;
}

.l-popup_content_list_link {
  display: block;
  width: 100%;
  padding: 1rem 0;
  border: 2px solid #6fabd2;
  border-radius: .5rem;
  color: #6fabd2;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.22976;
  text-align: center;
  text-decoration: none;
}

.l-popup_content_list_sub {
  display: block;
  padding-top: .5rem;
  font-size: 1.6rem;
}

.l-popup_content_annotation_ttl {
  margin-bottom: 2.8rem;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}

.l-popup_content_annotation_txt {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.92857;
}

.l-popup_content_annotation_txt_wrapper {
  height: 30rem;
  padding: 3rem 2rem 1rem;
  overflow-y: scroll;
  background: #efefef;
}

.l-popup_close_bnr {
  width: 100%;
  padding: 3rem 0 3.5rem;
  background: #c6a239;
  text-align: center;
}

.l-popup_close_bnr img {
  width: 6.3rem;
}

.l-popup_close_btn {
  display: block;
  z-index: 10;
  position: absolute;
  top: -12rem;
  right: 5rem;
  width: 6.2rem;
  cursor: pointer;
}

.l-popup_bg {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background-color: #000000;
  cursor: pointer;
  opacity: 1;
}

@media screen and (max-width: 22.4375em) {
  .l-kv_ttl {
    font-size: 1.5rem;
  }
  .l-kv_slider {
    width: 29.8rem;
  }
  .l-kv_slider .slick-slide {
    margin: 1.5rem;
  }
  .l-kv_contact_btn {
    font-size: 1.2rem;
  }
  .l-bottom_contact_btn {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 48em) {
  .l-together_list {
    width: 33%;
    margin: 0 4.8vw;
  }
  .l-together_list_icn_img_wrapper.is-icn::after {
    top: 8.33333vw;
    right: -6.94444vw;
    width: 3.88889vw;
    height: 3.88889vw;
  }
  .l-similar_table_wrapper table th,
.l-similar_table_wrapper table td {
    min-width: 34.66667vw;
  }
  .l-similar_table_wrapper table .table-first img {
    min-width: 28vw;
  }
  .l-popup {
    position: fixed;
  }
  .l-popup_container {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0rem;
  }
  .l-popup_content_ttl {
    margin-bottom: 6rem;
    font-size: 4.2em;
    line-height: 1.6;
  }
  .l-popup_content_txt {
    margin-bottom: 4rem;
    font-size: 2.8em;
  }
  .l-popup_content_list {
    width: 100%;
    margin-bottom: 2rem;
  }
  .l-popup_content_list_wrapper {
    display: block;
    margin-bottom: 10rem;
  }
  .l-popup_content_list_link {
    padding: 2rem 0;
    font-size: 4.2rem;
  }
  .l-popup_content_list_sub {
    padding-top: 1rem;
    font-size: 3.2rem;
  }
  .l-popup_content_annotation_ttl {
    margin-bottom: 6rem;
    font-size: 4.2em;
  }
  .l-popup_content_annotation_txt {
    font-size: 2.8rem;
  }
  .l-popup_content_annotation_txt_wrapper {
    height: 60rem;
    padding: 6rem 4rem 2rem;
  }
  .l-popup_close_bnr {
    padding: 5rem 0 4rem;
  }
  .l-popup_close_bnr img {
    width: 8.7rem;
  }
  .l-popup_close_btn {
    display: block;
    position: absolute;
    top: -14rem;
    right: 5rem;
    width: 8.6rem;
  }
}

@media screen and (max-width: 64em) {
  .l-popup_content_video.is-small {
    max-width: 61rem;
  }
  .l-popup_content_video {
    max-width: 61rem;
  }
}

@media screen and (max-width: 64em) and (max-width: 48em) {
  .l-popup_content_video.is-small {
    max-width: 40rem;
  }
  .l-popup_content_video {
    max-width: 40rem;
  }
}

@media screen and (max-width: 20em) {
  .l-popup_bg {
    top: -1px;
    height: 110vh;
  }
}


