@charset "UTF-8";
/*
====>> サイト(案件)毎にスタイルを記述していくファイル <<====

・このファイルはサイト(案件)独自のスタイルを記述するファイル
・ここに記述するファイルは、接頭辞に「p-」を付けたセレクタにする事　/　例：「.p-project-item」

*/
/*		新ページ共通
-----------------------------------------------------*/
*, *:before, *:after {
  font-feature-settings: "palt";
}

body {
  font-family: var(--base-sans-serif);
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
  color: #000;
  color: var(--color-black);
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

* {
  letter-spacing: 0.05em;
}

.home {
  position: relative;
  background-color: #FFBC61;
}
.home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 200vh;
  min-height: 1834px;
  background-image: linear-gradient(0deg, #fb8e00, #ffc77b);
}

/*		TOPページ
-----------------------------------------------------*/
.p-top-bg {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 0;
  max-width: 1817px;
  width: 90%;
  height: 100vh;
  pointer-events: none;
}
.p-top-bg img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-hero {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  min-height: 100vh;
}
.p-top-hero .l-container_fluid {
  max-width: 92%;
  margin-inline: auto;
}
.p-top-hero_title {
  max-width: 80%;
  height: auto;
}

.p-top-info {
  position: relative;
  z-index: 2;
  padding-bottom: 500px;
  margin-bottom: -300px;
  /*tour END*/
  /*program END*/
}
.p-top-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-color: #F8F3DC;
  border-radius: 9999px 9999px 0 0;
}
.p-top-info_intro {
  position: relative;
  padding-top: 233px;
}
.p-top-info_intro .c-title_l {
  margin-bottom: 80px;
}
.p-top-info_intro p {
  font-weight: 700;
}
.p-top-info_intro p + p {
  margin-top: 1.5em;
}
.p-top-info_deco_01, .p-top-info_deco_02, .p-top-info_deco_03, .p-top-info_deco_04, .p-top-info_deco_05, .p-top-info_deco_06, .p-top-info_deco_07 {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.p-top-info_deco_01 {
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.p-top-info_deco_02 {
  top: 25%;
  left: 0;
}
.p-top-info_deco_03 {
  top: 25%;
  right: 0;
}
.p-top-info_deco_04 {
  top: 55%;
  left: 0;
}
.p-top-info_deco_05 {
  top: 55%;
  right: 0;
}
.p-top-info_deco_06 {
  top: 90%;
  left: 0;
}
.p-top-info_deco_07 {
  top: 90%;
  right: 0;
}
.p-top-info_tour {
  padding-top: 100px;
}
.p-top-info_tour_list {
  width: 100%;
  overflow: hidden;
  padding-bottom: 100px;
}
.p-top-info_tour_list_item {
  width: 100%;
}
.p-top-info_tour_list .c-unit {
  width: 100%;
  padding: 60px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
}
.p-top-info_tour_list_title {
  margin-bottom: 20px;
}
.p-top-info_tour_list_title p {
  color: var(--color-green);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04rem;
  padding: 0;
  margin: 0;
}
.p-top-info_tour_list_title h3 {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.04rem;
  padding: 0;
  margin: 0;
}
.p-top-info_tour .slide-navigation {
  position: relative;
  width: 100%;
  height: 100px;
}
.p-top-info_program {
  padding-top: 160px;
}
.p-top-info_program .c-unit_text .c-btn_01 {
  margin-top: 60px;
}
.p-top-info_program .c-unit_image {
  max-width: 620px;
  width: 100%;
}
.p-top-info_program_cards_item {
  position: relative;
  padding: 30px 30px 67px;
  border-radius: 15px;
  background-color: #fff;
  margin-top: 20px;
}
.p-top-info_program_cards_label {
  position: absolute;
  top: -15px;
  left: 5px;
  z-index: 2;
  width: 120px;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  background-color: var(--color-green);
  border-radius: 50%;
}
.p-top-info_program_cards_label b {
  font-size: 44px;
  line-height: 1;
}
.p-top-info_program_cards figure {
  width: 100%;
  aspect-ratio: 560/490;
  border-radius: 13px;
  overflow: hidden;
}
.p-top-info_program_cards figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-top-info_program_cards p {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-top: 30px;
}

/*p-top-info END*/
.p-top-monitor {
  position: relative;
  padding-block: 313px 350px;
  margin-bottom: -190px;
  z-index: 3;
}
.p-top-monitor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100%;
  height: 583px;
  background: url(../img/top/top_monitor_head_bg.png) no-repeat center top/cover;
}
.p-top-monitor::after {
  content: "";
  position: absolute;
  top: 500px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100%;
  height: calc(100% - 500px);
  background-color: #B7E9BA;
}
.p-top-monitor .c-card-grid_image {
  max-width: 670px;
  width: 100%;
  aspect-ratio: 670/447;
  overflow: hidden;
  border-radius: 15px;
}
.p-top-monitor .c-card-grid_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-top-monitor .c-card-grid_area {
  width: 80%;
  min-height: 38px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 8px 30px;
  margin: 20px auto;
  background-color: var(--color-paleorange);
  border-radius: 100px;
}
.p-top-monitor .c-card-grid_title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

/*p-top-monitor END*/
.p-top-attraction {
  position: relative;
  padding-block: 370px 140px;
  z-index: 4;
}
.p-top-attraction::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100%;
  height: 502px;
  background: url(../img/top/top-attraction_head_bg.png) no-repeat center top/cover;
}
.p-top-attraction::after {
  content: "";
  position: absolute;
  top: 380px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100%;
  height: calc(100% - 380px);
  background-color: #EEF5F9;
}

/*p-top-attraction END*/
.p-top-archive {
  position: relative;
  z-index: 2;
  padding-block: 129px 140px;
  background-color: #EEF5F9;
} /*p-top-archive END*/
/*		下層ページ
-----------------------------------------------------*/