@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
a[rel=home] {
  position: relative;
  display: inline-block;
  /* 必要に応じて */
}

/* もしフェードなどのアニメーションをつけたい場合は以下のように transition を追加 */
a[rel=home] img {
  transition: opacity 0.5s ease-in-out;
}

a[rel=home] .first-view,
a[rel=home] .content-view {
  position: absolute;
  /* 画像同士が重なるように配置 */
  top: 15px;
  left: 15px;
  width: auto;
  /* 必要に応じてサイズを調整 */
  transition: opacity 0.5s ease-in-out;
}

/* 初期状態：白いロゴを表示、黒いロゴは透明にしておく */
a[rel=home] .first-view {
  opacity: 1;
  z-index: 2;
}

a[rel=home] .content-view {
  opacity: 0;
  z-index: 1;
}

/* スクロール後（.scrolled クラス付与時）に切り替え */
a[rel=home].scrolled .first-view {
  opacity: 0;
}

a[rel=home].scrolled .content-view {
  opacity: 1;
}

html {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  line-height: 170%;
  letter-spacing: 0.015em;
  scroll-behavior: smooth;
}

body {
  line-height: inherit;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  font-size: inherit;
}

.pc {
  display: block;
}

.sp {
  display: none;
}
img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* mouseover
--------------------------------------------------*/
label {
  cursor: pointer;
}

/* link
--------------------------------------------------*/
a {
  color: inherit;
  transition: all 0.4s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}
/* < !-- 比較テーブル（複数行） --> */
.btn-link.bg_blue {
  background-color: #2876C3;
  color: #fff;
}

.layout-2column .main-content .timestamp {
  font-size: 22px;
  margin-top: 40px;
}

.under-container .main-content table dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  text-align: left;
}
.under-container .main-content table dl dt {
  width: 100px;
  font-weight: 500;
}
.under-container .main-content table dl dd {
  font-size: 92%;
  line-height: 155%;
}
.under-container .main-content .right {
  text-align: right;
}
.under-container .main-content .card-item .card-content h4 a.no_event {
  pointer-events: none;
}
.under-container .main-content .card-item .card-content h4 a.no_event::after {
  display: none;
}
.card-item .card-content h4 {
  margin-top: 0;
}
.under-container .main-content .btn-group.center {
  justify-content: center;
}

.under-container .main-content .parts {
  margin-bottom: 150px;
}
.under-container .main-content .parts.btm50 {
  margin-bottom: 80px;
}
.under-container .main-content .stage_table {
  width: 100%;
}
.under-container .main-content .stage_table thead th {
  text-align: left;
  padding: 28px 0;
  font-size: 22px;
}
.under-container .main-content .stage_table tbody th {
  width: 27.5384615385%;
  font-size: 18px;
  text-align: center;
  padding: 28px;
  border-bottom: solid 2px #fff;
}
.under-container .main-content .stage_table tbody td {
  width: 71.1538461538%;
  font-size:18px;
  padding: 28px;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  background-color: #EEF6FF;
  line-height: 155%;
}
.under-container .main-content .stage_table + .stage_table {
  margin-top: clamp(30px, 3.5vw, 78px);
}
.under-container .main-content .th_bg_aqua01 tbody th {
  background-color: #D3E9FF;
}
.under-container .main-content .th_bg_aqua02 tbody th {
  background-color: #A5D2FF;
}
.under-container .main-content .th_bg_aqua03 tbody th {
  background-color: #7DBEFF;
}
.under-container .main-content .th_bg_aqua04 tbody th {
  background-color: #46A2FF;
}
.under-container .main-content .th_bg_aqua05 tbody th {
  background-color: #198CFF;
  color: #fff;
}
.under-container .main-content .totalcost {
  background-color: #D3E9FF;
  padding: clamp(14px, 1.2727272727vw, 28px);
}
.under-container .main-content .totalcost p {
  text-align: center;
  font-size: clamp(16px, 1vw, 22px);
  line-height:1.8;
  margin-bottom: 0;
}
.under-container .main-content .totalcost span {
  display: inline-block;
}
.under-container .main-content .totalcost .large {
  font-size: clamp(24px, 1.4545454545vw, 32px);
  font-weight: 700;
  margin-left: 16px;
  line-height: 100%;
}

.under-container._about .inner {
  /*width: min(72.7272727273vw, 1600px);*/
  margin-inline: auto;
}
.under-container._about .lead {
  text-align: center;
  font-size: clamp(18px, 2vw, 18px);
  line-height: 160%;
}
.under-container._about .aboutlist_block {
  margin-top: clamp(28px, 2.7272727273vw, 60px);
}
.under-container._about .aboutlist_block ul {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(25px, 2.2727272727vw, 50px);
}
.under-container._about .aboutlist_block li {
  width: calc((100% - clamp(25px, 2.2727272727vw, 50px)) / 2);
  position: relative;
}
.under-container._about .aboutlist_block .imagearea {
  position: relative;
  z-index: 0;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.under-container._about .aboutlist_block .imagearea:hover {

}
.under-container._about .aboutlist_block .imagearea img {
  transition: transform 0.3s ease;
}
.under-container._about .aboutlist_block .imagearea:hover img {
  transform: scale(1.1);
}
.under-container._about .aboutlist_block .imagearea::after {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(99, 174, 212, 0) 0%, rgb(51, 90, 110) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.82;
  transition: opacity 0.3s ease;
}
.under-container._about .aboutlist_block .imagearea:hover::after {
  opacity: 0.6;
}
.under-container._about .aboutlist_block .textarea {
  position: absolute;
  left: 0;
  bottom: 25px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-inline: clamp(8px, 1.0909090909vw, 24px);
}
.under-container._about .aboutlist_block .number {
  width: clamp(25px, 2.2727272727vw, 50px);
}
.under-container._about .aboutlist_block .list_title {
  color: #fff;
  font-weight: 700;
  font-size: clamp(20px, 1.0818181818vw, 26px);
      position: relative;
    top: 8px;
    left: 6px;
}

.under-container._about01 .main_lead {
  font-size: clamp(27px, 1.85vw, 48px);
  color: #2D61A8;
  font-weight: bold;
      padding-top: 12px;
    padding-bottom: 10px;
}
.under-container._about01 .profile-image {
  border-radius: initial;
  max-width: unset;
  aspect-ratio: 408/325;
  margin: 0 0 30px;
  position: relative;
  z-index: 0;
  overflow: initial;
}
.under-container._about01 .profile-image .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #2876C3;
  color: #fff;
  font-weight: 900;
  border-radius: 50px 50px 0px 50px;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 0;
  translate: -38.8888888889% -16.6666666667%;
}
@media screen and (max-width: 1079px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.4vw;
  }
  body {
    line-height: 1;
    min-width: 1%;
    overflow-x: hidden;
    position: relative;
  }
  a[href^="tel:"],
  a[href^="https://line"] {
    text-decoration: none !important;
  }
  .table-compare {
    width: 100%;
    overflow-x: auto;
  }
  .table-compare table {
    width: 200%;
    max-width: 720px;
  }
  .table-horizontal {
    overflow-x: auto;
  }
  .table-horizontal table {
    width: 160%;
    max-width: 720px;
  }
  .under-container .main-content .parts.btm50 {
    margin-bottom: 0;
  }
  h4 {
    margin-top: 0px;
  }
              .under-container .main-content .parts {
              margin-bottom: 10px;
            }
            .under-container .main-content .parts + .parts {
              margin-top: 80px;
            }
  .layout-2column .main-content .timestamp {
    font-size: 15px;
    margin-top: 20px;
  }
  .under-container .main-content .stage_table thead th {
    font-size: 20px;
  }
  .under-container .main-content .stage_table tbody th {
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: left;
  }
  .under-container .main-content .stage_table tbody td {
    display: block;
    width: 100%;
    font-size: 15px;
    border-left: 0;
  }
  .under-container._about .lead {
    font-size: clamp(14px, 0.8181818182vw, 18px);
    padding: 15px;
  }
  .under-container._about .inner {
    width: 100%;
    margin: 0;
  }
  .under-container._about .aboutlist_block {
    flex-direction: column;
    gap: 16px;
  }
  .under-container._about .aboutlist_block li {
    width: 100%;
  }
  .under-container._about01 .profile-list {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .over {
    text-decoration: none !important;
  }
  .over:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
  }
  a[href^="tel:"],
  a[href^="https://line"] {
    display: inline-block;
    pointer-events: none;
  }
}