@charset "UTF-8";
.page_hero {
  height: auto;
  min-height: 500px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.page_hero .outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: clamp(140px, 14vw, 200px);
  padding-bottom: clamp(60px, 6vw, 90px);
}
.page_hero .outer > div {
  width: calc(50% - 20px);
  margin-right: 40px;
}
.page_hero .outer .page_hero_img {
  margin-right: 0;
}
.page_hero .outer .page_hero_img img {
  border-radius: 10px;
}

.service_list li:nth-child(n+2) {
  margin-top: 60px;
}
.service_list img {
  border-radius: 10px;
}

.flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flow .flow_left {
  width: calc(50% - 70px);
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.flow .flow_list {
  width: 50%;
  position: relative;
  position: relative;
  padding-left: 40px;
  overflow: hidden;
}
.flow .flow_list li {
  position: relative;
  margin-bottom: 80px;
}
.flow .flow_list li:last-child {
  margin-bottom: 0;
}
.flow .flow_list li:before {
  content: "";
  position: absolute;
  left: -35px;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #C8B6A6;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.flow .flow_list .step {
  font-size: 1.2rem;
  color: #C8B6A6;
}
.flow .flow_list .step.is-active {
  color: #6F8F7A;
  font-weight: 600;
}

/* ベースバー */
.flow_bar {
  position: absolute;
  left: 10px;
  top: 20px;
  width: 4px;
  height: 100%;
  background: #C8B6A6;
}

/* 進行バー */
.flow_bar_progress {
  width: 4px;
  height: 0;
  background: #6F8F7A;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}

/* アクティブ */
.flow_list li.is-active::before {
  background: #6F8F7A;
}

.about_interview li:nth-child(n+2) {
  margin-top: 60px;
}
.about_interview img {
  border-radius: 10px;
}

.about_prof > div {
  max-width: 620px;
}
.about_prof dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 1px solid #ccc;
}
.about_prof dt {
  width: 110px;
}
.about_prof dd {
  width: calc(100% - 110px);
}
.about_prof dt, .about_prof dd {
  font-size: 1.4rem;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.hojo_notice {
  margin-bottom: 120px;
  font-size: 1.4rem;
}

.hojo_list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.hojo_list h2 {
  margin-bottom: clamp(60px, 6vw, 90px);
}
.hojo_list > div {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.hojo_cat {
  padding: 60px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.hojo_cat h3 {
  margin-bottom: 26px;
}
.hojo_cat h4 {
  position: relative;
  top: 6px;
}
.hojo_cat .hojo_japan_list > li {
  margin-top: 60px;
}

.hojo_japan {
  height: 50px;
  margin-bottom: 30px;
}

.hojo_kanto {
  height: 40px;
  margin-bottom: 30px;
}

.hojo_taisho {
  margin-top: 60px;
}
.hojo_taisho li {
  background: #fff;
  border-radius: 20px;
  padding: 30px 40px;
}
.hojo_taisho li h3 {
  text-align: center;
  margin-bottom: 30px;
}
.hojo_taisho li p {
  margin-bottom: 50px;
}
.hojo_taisho li img {
  margin: 0 auto;
  width: 80%;
  max-width: 200px;
  max-height: 160px;
}

.hojo_simu .outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.hojo_simu .outer > div {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.hojo_simu .outer img {
  border-radius: 10px;
}
.hojo_simu ul {
  margin-top: 50vh;
}
.hojo_simu ul li {
  margin-bottom: 60px;
  padding: 30px 40px;
  border-radius: 20px;
}
.hojo_simu ul li img {
  width: 80%;
  max-width: 400px;
  margin: 0 auto 30px;
}

.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.price .before,
.price .after {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.price .before span,
.price .after span {
  font-size: 60%;
  color: #999;
}
.price .before {
  color: #999;
}
.price .before strong {
  text-decoration: line-through;
}
.price {
  /* 矢印 */
}
.price .arrow {
  font-size: 1.5rem;
  color: #666;
}

.result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.result p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.result p span {
  font-size: 60%;
  color: #666;
}
.result strong {
  color: #4F6F5C;
}

.hojo_target ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.hojo_target ul li {
  width: calc(50% - 30px);
}
.hojo_target ul li h3 {
  text-align: center;
}
.hojo_target ul li img {
  height: 140px;
  margin: 0 auto 36px;
}
.hojo_target .center_box > p {
  text-align: center;
}

.hojo_note h2 {
  text-align: center;
}
.hojo_note h3 {
  text-align: center;
}

.hojo_note_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.hojo_note_list > li {
  width: calc(50% - 30px);
}
.hojo_note_list > li > ul li {
  padding-left: 1.6em;
  position: relative;
  margin-bottom: 14px;
}
.hojo_note_list > li > ul li:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1.5px solid #999;
  background: #fff;
  position: absolute;
  border-radius: 2px;
  left: 0;
  top: 0.3em;
}
.hojo_note_list > li > ul li:after {
  content: "";
  width: 16px;
  height: 8px;
  border-left: 3px solid red;
  border-bottom: 3px solid red;
  position: absolute;
  left: 1px;
  top: 0.2em;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hojo_note_list img {
  height: 150px;
  margin: 0 auto 30px;
}
.hojo_note_list h3 {
  margin-bottom: 20px;
}

.strength_box img {
  margin-bottom: 20px;
  border-radius: 10px;
}

.info_hero {
  height: 60vh;
  min-height: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.info_hero h1 {
  margin-top: 80px;
  margin-bottom: 0;
}

.info_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 150px;
}
.info_box article {
  width: 70%;
}
.info_box article h2 {
  margin-bottom: 60px;
  border-left: 3px solid #6F8F7A;
  padding-left: 16px;
}
.info_box article h3 {
  margin-top: 60px;
  margin-bottom: 30px;
}
.info_box article h4 {
  margin-top: 40px;
  margin-bottom: 30px;
}
.info_box section {
  margin-top: 120px;
}
.info_box section:first-child {
  margin-top: 0;
}
.info_box aside {
  width: 220px;
}

.info_list .expand_img {
  aspect-ratio: 5/3;
}
.info_list .date {
  color: #ccc;
  margin-top: 14px;
}