@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:767px */
/* タブレット：min-width:768px */
/* PC：min-width:1025px */
/***************************************
------------- TOP MAIN IMG -------------
***************************************/
#mv {
  position: relative;
}
@media (min-width: 768px) {
  #mv {
    height: clamp(500px, 65vw, 700px);
  }
  #mv .mainimage {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
#mv .splide {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  opacity: 0;
}
#mv .splide.is-active {
  opacity: 1;
  transition: all 0.5s;
}
#mv img {
  width: 100%;
}
#mv .splide__arrow {
  display: none;
}
#mv .main_copy {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1200px;
  max-width: 98%;
  height: 100%;
}
#mv .main_copy img {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  margin: auto;
  width: 86.58%;
  height: auto;
  max-width: 1039px;
  max-height: 584px;
}
#mv .main_copy .text_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 50%;
  height: auto;
  max-width: 548px;
  max-height: 323px;
}
#mv .main_copy .text_wrap .copy_text_large {
  font-size: clamp(4rem, -0.2rem + 7.1vw, 7rem);
  font-weight: 900;
  line-height: 1;
}
#mv .main_copy .text_wrap .copy_text_normal {
  font-size: clamp(1.8rem, 0.6rem + 1.4vw, 2.4rem);
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #mv {
    margin-top: 60px;
  }
  #mv .main_copy img {
    width: 95%;
    max-width: 718px;
    max-height: 959px;
    bottom: 0;
  }
}
.faq_wrap .question {
  color: var(--base-color01);
  font-weight: 900;
  font-size: clamp(14px, 2.6vw, 24px);
  background: #f7f6ec;
  padding: 12px clamp(30px, 4.5vw, 45px) 12px clamp(15px, 4.5vw, 45px);
  line-height: 1.6;
  border-radius: 10px;
  position: relative;
  margin: 0 0 clamp(10px, 1.9vw, 20px);
  cursor: pointer;
}
.faq_wrap .question:before,
.faq_wrap .question:after {
  content: "";
  width: clamp(10px, 2.6vw, 20px);
  height: clamp(1px, 0.26vw, 2px);
  background: #1a1a1a;
  position: absolute;
  top: 0;
  bottom: 0;
  right: clamp(15px, 2.6vw, 25px);
  margin: auto;
}
.faq_wrap .question:after {
  transform: rotate(90deg);
  transition: 0.3s;
}
.faq_wrap .question.open:after {
  transform: rotate(0);
  transition: 0.3s;
}
.faq_wrap .answer {
  display: none;
  padding: 0 13px clamp(25px, 3.9vw, 45px);
  font-size: clamp(13px, 2.2vw, 18px);
  font-weight: 700;
}

/***************************************
------------- キャンペーンタイトル ------------
***************************************/
.top_campaign {
  padding: clamp(20px, 3.9vw, 50px) 0 30px;
  background: #f7f6ec;
}
.top_campaign h2 {
  font-size: clamp(20px, 3.125vw, 30px);
  color: var(--base-color01);
  font-weight: 900;
  margin: 0;
}
.top_campaign .content {
  font-weight: 700;
  letter-spacing: normal;
}
.top_campaign .date {
  font-size: clamp(17px, 2.4vw, 20px);
  margin: 0 0 10px;
}
.top_campaign .txt_wrap {
  font-size: clamp(16px, 2.2vw, 18px);
}
.top_campaign .row {
  padding: 0 15px;
}
.top_campaign figure {
  box-shadow: 0 0 10px rgba(204, 204, 204, 0.5);
}
.top_campaign .txt_wrap {
  height: 10rem;
  overflow-y: auto;
}
.top_campaign .txt_wrap {
  height: 10rem;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #000 #f7f6ec; /* Firefox用 */
}

/* Chrome, Edge, Safari用 */
.top_campaign .txt_wrap::-webkit-scrollbar {
  width: 8px;
  background: #f7f6ec;
}
.top_campaign .txt_wrap::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 4px;
}
.top_campaign .txt_wrap .data-simplebar {
  scrollbar-color: #000 #f7f6ec;
}

.top_campaign .txt_wrap .simplebar-scrollbar::before {
  opacity: 1 !important;
}

.top_campaign .txt_wrap .simplebar-scrollbar {
  transition: none !important;
}

@media (max-width: 767px) {
  .top_campaign figure {
    margin: 0;
  }
  .top_campaign .txt_wrap {
    height: 18rem;
  }
}
@media (min-width: 768px) {
  .top_campaign {
    padding: clamp(20px, 3.9vw, 50px) 0;
  }
  .top_campaign h2 {
    margin-bottom: 10px;
  }
  .top_campaign .row {
    grid-template-columns: 36% 60%;
    justify-content: space-between;
    padding: 35px 50px;
    background: #fff;
  }
  .top_campaign .txt_wrap {
    line-height: 2;
  }
  .top_campaign figure {
    height: 240px;
  }
  .top_campaign figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

/***************************************
------------- 挨拶コンテンツ ------------
***************************************/
.top_about {
  padding: clamp(40px, 6.5vw, 70px) 0;
}
.top_about h2 {
  margin: 0 0 15px;
  font-size: clamp(26px, 3.3vw, 38px);
  font-weight: 900;
  line-height: 1.5;
  color: var(--base-color01);
}
.top_about .txt_wrap {
  font-weight: 700;
  font-size: clamp(16px, 2.2vw, 18px);
}
@media (min-width: 768px) {
  .top_about .row {
    grid-template-columns: 56.3% 39.8%;
    justify-content: space-between;
  }
  .top_about .txt_wrap {
    line-height: 2;
  }
  .top_about .content {
    order: 1;
  }
  .top_about figure {
    order: 2;
  }
}
@media (min-width: 768px) and (max-width: 1085px) {
  .top_about figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .top_about {
    padding-top: 0;
  }
  .top_about .container {
    padding: 0;
  }
  .top_about .content {
    padding: 0 15px;
  }
  .top_about h2 {
    text-align: center;
    font-size: 22px;
  }
}

/***************************************
------------- 選ばれる5つの強み ------------
***************************************/
.top_strong {
  padding: clamp(40px, 6.5vw, 70px) 0;
  background: var(--base-color01);
}
.top_strong .container {
  position: relative;
  z-index: 0;
}
.top_strong .container:before {
  content: "";
  width: 524px;
  height: 370px;
  background: url(../img/point_bg.png) no-repeat center/cover;
  position: absolute;
  top: -30px;
  left: calc(100% - 180px);
  z-index: -1;
}
@media (max-width: 767px) {
  .top_strong .container:before {
    width: 163px;
    height: 116px;
    top: -10px;
    left: calc(100% - 180px);
  }
}
.top_strong h2.h2 {
  color: #fff;
}
.top_strong h2.h2 .sub {
  color: #fff;
}
.top_strong h3 {
  font-size: clamp(14px, 1.8vw, 20px);
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top_strong .primary_block {
  background: #fff;
  padding: 30px 15px 40px;
  position: relative;
}
.top_strong .primary_block .more {
  margin-top: 40px;
}
.top_strong .primary_block .row .col {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
@media (max-width: 767px) {
  .top_strong .primary_block .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 2%;
  }
  .top_strong .primary_block .row .col {
    width: 32%;
    display: flex;
    flex-direction: column;
  }
  .top_strong .primary_block .row h3 {
    font-size: 11px;
    flex-grow: 1;
  }
  .top_strong .primary_block .row figure img {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .top_strong .primary_block {
    padding: clamp(60px, 7.8vw, 100px) clamp(15px, 2vw, 55px)
      clamp(50px, 5.8vw, 90px);
  }
  .top_strong .primary_block .row {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 0 18px;
  }
  .top_strong .primary_block .more {
    margin-top: clamp(60px, 5.8vw, 80px);
  }
}

/***************************************
------------- サービス一覧 ------------
***************************************/
.top_service {
  padding: clamp(30px, 6.5vw, 70px) 0 clamp(40px, 9.1vw, 100px);
  border-bottom: solid 1px #231815;
}
.top_service .primary_block {
  margin-bottom: clamp(40px, 9.1vw, 100px);
}
.top_service .primary_block .col {
  border: solid 2px var(--base-color01);
}
.top_service .primary_block .content {
  padding: 0 clamp(15px, 2.6vw, 32px) clamp(15px, 2.6vw, 32px);
}
.top_service .primary_block .txt_wrap {
  margin-bottom: clamp(15px, 3.2vw, 30px);
}
.top_service .primary_block .txt_wrap p {
  font-size: clamp(14px, 2.3vw, 20px);
}
@media (max-width: 767px) {
  .top_service .more a {
    min-width: 250px;
  }
}
@media (min-width: 768px) {
  .top_service .primary_block {
    gap: clamp(20px, 2.6vw, 40px);
  }
  .top_service .primary_block .txt_wrap {
    margin-bottom: 30px;
  }
  .top_service .primary_block .txt_wrap p {
    line-height: 2.1;
  }
  .top_service .primary_block .col {
    display: flex;
    flex-direction: column;
  }
  .top_service .content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .top_service .content .more {
    margin-top: auto;
  }
}

/***************************************
------------- よくある質問 ------------
***************************************/
.top_faq {
  padding: clamp(30px, 6.5vw, 85px) 0 80px;
}
.top_faq .faq_wrap {
  margin-bottom: clamp(40px, 9.1vw, 100px);
}
@media (min-width: 768px) {
  .top_faq {
    padding-bottom: clamp(100px, 13vw, 150px);
  }
}

/***************************************
------------- 新着情報 ------------
***************************************/
.top_news {
  padding: 85px 0 70px;
  background: #f7f6ec;
}
.top_news .title {
  font-size: clamp(14px, 2.2vw, 18px);
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: clamp(10px, 1.3vw, 15px);
}
.top_news .list {
  font-weight: 900;
}
.top_news .list .cat {
  font-size: clamp(12px, 1.69vw, 14px);
  background: #dc5a24;
  display: table;
  color: #fff;
  padding: 4px 17px;
}
.top_news .list .cat.cat2 {
  background: #008045;
}
.top_news .list .cat.cat3 {
  background: #0071a7;
}
.top_news .list .cat.cat4 {
  background: #ff0000;
}
.top_news .list .cat.cat5 {
  background: #734e30;
}
@media (min-width: 768px) {
  .top_news .row {
    gap: 0 clamp(20px, 3.5vw, 100px);
  }
  .top_news .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .top_news .title {
    line-height: 1.8888888889;
  }
}
@media (max-width: 767px) {
  .top_news .row .col {
    display: grid;
    grid-template-columns: 40% 56%;
    gap: 0 4%;
  }
}

/***************************************
-------------  ------------
***************************************/
