@charset "UTF-8";
/* ------------------------------
* モジュールファイル
------------------------------ */
/* 変数用 */
/* ------------------------------
* 変数設定用SCSS
------------------------------ */
/* カラー */
/* break point */
/* mixin関数 */
/* ------------------------------
* mixin設定用SCSS
------------------------------ */
/* 画像パス */
/* ------------------------------
* トップページ用SCSS
------------------------------ */
#top main {
  position: relative;
}

@media screen and (max-width: 767px) {
  #top main {
    overflow-x: hidden;
  }
}
.top_mainVisual {
  height: 662px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_mainVisual {
    background-image: url("../img/m-top-bg-mainVisual_title.png");
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: left bottom;
  }
}
.top_mainVisual_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .top_mainVisual_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
}
.top_mainVisual_title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../img/d-top-bg-mainVisual_title.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .top_mainVisual_title {
    background-image: none;
    width: 32.9%;
    position: absolute;
    top: 43%;
    left: 9.6%;
  }
}
.top_mainVisual_slider {
  border-bottom-left-radius: 40px;
  overflow: hidden;
  width: min(993px, 68.95%);
}

.top_mainVisual_slider img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top_mainVisual_slider {
    height: 375px;
    width: 100%;
  }
  .top_mainVisual_slider img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}
.top_mainVisual .btn {
  position: absolute;
  right: 8.4%;
  bottom: 54px;
}

@media screen and (max-width: 767px) {
  .top_mainVisual .btn {
    display: none;
  }
}
.top_point {
  margin-top: 56px;
}

@media screen and (max-width: 767px) {
  .top_point {
    margin-top: 0;
    -webkit-transform: scale(0.67);
    transform: scale(0.67);
    position: absolute;
    top: 3%;
    right: -11.5%;
  }
}
.top_point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 106px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .top_point_list {
    padding: 0 4.26%;
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top_point_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    padding: 0;
  }
}
.top_point_list_item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(240, 140, 141, 0.03));
  filter: drop-shadow(0px 0px 20px rgba(240, 140, 141, 0.03));
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 218.5px;
  background-image: url("../img/top-bg-circle.svg");
  width: 220px;
}

@media screen and (max-width: 767px) {
  .top_point_list_item:nth-child(2) {
    margin-left: -30%;
  }
}
.top_point_list_item_inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .top_point_list_item_icon {
    width: 56px;
  }
}
.top_point_list_item_title {
  color: #A8965F;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  -webkit-text-stroke-width: 0.45px;
  -webkit-text-stroke-color: #A8965F;
}

.top_intro {
  margin-top: 64px;
  padding-left: 8.4%;
}

@media screen and (max-width: 1024px) {
  .top_intro {
    padding: 0 4.26% 0;
  }
}
@media screen and (max-width: 767px) {
  .top_intro {
    margin-top: 24px;
    padding: 0;
  }
}
.top_intro_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 58px;
}

@media screen and (max-width: 767px) {
  .top_intro_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}
.top_intro_title {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.24em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 767px) {
  .top_intro_title {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
    text-align: center;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}
.top_intro_img {
  width: 580px;
}

@media screen and (max-width: 1024px) {
  .top_intro_img {
    aspect-ratio: 580/604;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .top_intro_img {
    width: 100%;
  }
}
.top_intro_box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 58px;
}

@media screen and (max-width: 1024px) {
  .top_intro_box {
    gap: 4%;
  }
}
@media screen and (max-width: 767px) {
  .top_intro_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.top_intro_box_text {
  width: 382px;
}

@media screen and (max-width: 767px) {
  .top_intro_box_text {
    margin-top: 24px;
    padding: 0 8.5% 0;
    width: 100%;
  }
}
.top_intro_box_text_name {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .top_intro_box_text_name {
    text-align: center;
  }
}
.top_intro_box_text_name_furi {
  font-size: 1rem;
  margin-left: 28px;
}

.top_intro_box_text_parag {
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  line-height: 180%;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .top_intro_box_text_parag {
    font-size: 1rem;
    margin-top: 24px;
  }
}
.top_intro_box .btn {
  background-color: #C1B37B;
  margin: 48px auto 0;
  width: 270px;
}

@media screen and (max-width: 767px) {
  .top_intro_box .btn {
    margin-top: 24px;
    width: 242px;
  }
}
.top_intro_box .btn_link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 64px;
  width: 100%;
}

.top_intro_btn_wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
  margin: 64px auto 0;
  width: 872px;
}

@media screen and (max-width: 1024px) {
  .top_intro_btn_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top_intro_btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    padding: 0 4.26% 0;
    margin-top: 32px;
  }
}
.top_intro_btn_wrap .btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #A6CDB0;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.top_intro_btn_wrap .btn_link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 134px;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .top_intro_btn_wrap .btn_link {
    height: 114px;
  }
}
@media screen and (max-width: 767px) {
  .top_intro_btn_wrap .btn_link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 96px;
  }
}
.top_intro_btn_wrap .btn_link_icon {
  width: 48px;
}