html {
  position: static;
  margin: 0 !important;
  scroll-behavior: smooth;
}

.body {
  margin: 0;
  background-image: url("../img/bg_pc.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
.heading {
  width: 100%;
  padding: 70px 20.8%;
  box-sizing: border-box;
}
a {
  display: inline-block;
}
a:hover {
  opacity: 0.8;
}
img {
  width: 100%;
  height: auto;
  display: block;
}

video {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .body {
    background-image: url("../img/bg_sp.png");
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .block0 {
    background: #fff;
    height: 50px;
  }
  .heading {
    width: 100%;
    padding: 40px 5.1%;
    box-sizing: border-box;
  }
}
/* header */
.header01 {
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 1);
  z-index: 999;
}
.nav01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90px;
  box-sizing: border-box;
}

.header_logo {
  width: clamp(190px, 13.7vw, 264px);
  height: auto;
  margin: 0 0 0 clamp(20px, 2.604vw, 50px);
}

.header_left,
.header_right {
  display: flex;
  align-items: center;
}
.header_text1 {
  margin: 0;
}

.header_ul {
  display: flex;
  align-items: center;
  margin: 0;
}

.header_text2 {
  font-family: "Noto Sans JP";
  font-size: clamp(13px, 0.833vw, 16px);
  color: #000000;
  list-style: none;
  text-decoration: none;
  margin: 0 1.5vw 0 0;
}

.header_btn1 {
  display: flex;
  align-items: center;
  height: 90px;
  background: #3d919d 0% 0% no-repeat padding-box;
  font-family: "Noto Sans JP";
  font-size: clamp(14px, 0.833vw, 16px);
  font-weight: 700;
  letter-spacing: 0px;
  color: #ffffff;
  list-style: none;
  text-decoration: none;
  padding: 0 2vw;
}

@media screen and (max-width: 960px) {
  .block0 {
    height: 50px;
  }
  .header01 {
    position: fixed;
    background: rgba(255, 255, 255, 0);
  }

  .nav01 {
    height: 50px;
  }

  .header_logo {
    width: clamp(145px, 37.179vw, 190px);
    margin: 0 0 0 clamp(10px, 2.564vw, 20px);
    position: relative;
    z-index: 1001;
    transition: opacity 0.2s ease-in-out;
    display: none;
    opacity: 0;
  }

  .header_logo.visible {
    display: block;
    opacity: 1;
  }
  /* ハンバーガーモーダル */
  .header_text2 {
    font: normal normal normal 14px/20px Noto Sans JP;
    margin: 0;
    display: flex;
    justify-content: space-between;
  }
  .header_icon1 {
    width: 10px;
    margin: 0 5px 0 0;
  }

  .header_modal {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    /* height: 100vh; */
    background: rgba(255, 255, 255, 1);
    transition: right 0.3s ease-in-out;
    z-index: 1000;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 100px 0 50px 0;
  }

  .header_modal.is-active {
    right: 0;
    display: flex;
  }

  .header_modal .header_ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .header_modal .header_li {
    width: 100%;
    border-bottom: 1px solid #c6c6c6;
    padding: 20px 0;
  }
  /* ハンバーガーボタン */
  .ham_btn {
    width: 50px;
    height: 50px;
    border: none;
    background: rgba(255, 255, 255, 0);
    position: relative;
    cursor: pointer;
    z-index: 1001;
  }
  .ham_btn span {
    position: absolute;
    height: 2px;
    background: #000;
    border-radius: 2px;
    transition: all 0.3s ease;
  }
  .ham_btn span:nth-of-type(1) {
    width: 30px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .ham_btn span:nth-of-type(2) {
    width: 20px;
    top: 30px;
    left: 10px;
  }
  .ham_btn.is-active span:nth-of-type(1),
  .ham_btn.is-active span:nth-of-type(2) {
    width: 30px;
    left: 10px;
    top: 25px;
    transform: rotate(45deg);
    transform-origin: center;
  }
  .ham_btn.is-active span:nth-of-type(2) {
    transform: rotate(-45deg);
  }
  body.no-scroll {
    overflow: hidden;
  }
}
/* 共通 スクロール位置 見出し */
#reason,
#voice,
#flow,
#advisor,
#faq,
#contact {
  /* padding-top: 90px;
    margin-top: -90px; */
  position: relative;
  z-index: 1;
}
.common_h2_en {
  text-align: center;
  font: normal normal normal 24px/32px Jost;
  letter-spacing: 0.72px;
  color: #3d919d;
  margin: 0 0 6px 0;
}
.common_h2 {
  text-align: center;
  font: normal normal normal 32px/32px Noto Sans JP;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0px;
  color: #2e2e2e;
  margin: 0 0 70px 0;
}
.common_h2._white,
.common_h2_en._white {
  color: #fff;
}
@media screen and (max-width: 960px) {
  /* #reason,
    #voice,
    #flow,
    #advisor,
    #faq,
    #contact {
        padding-top: 50px;
        margin-top: -50px;
    } */
  .common_h2_en {
    font: normal normal normal 18px/24px Jost;
  }
  .common_h2 {
    font-size: 21px;
    margin: 0 0 50px 0;
  }
}
/* 共通 左右分割 */
.division_block {
  display: flex;
  margin: 0 0 40px 0;
}
.division_left {
  width: 47.5%;
  margin: 0 5% 10px 0;
}
.division_right {
  width: 47.5%;
}
.swap .division_left {
  order: 2;
  margin: 0 0 0 5%;
}
.swap .division_right {
  order: 1;
  margin: 0;
}
.division_h3 {
  font: normal normal normal 20px/20px Noto Sans JP;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0px;
  color: #2e2e2e;
  margin: 0;
}
.division_text1 {
  font: normal normal normal 16px/16px Noto Sans JP;
  line-height: 1.8;
  letter-spacing: 0.16px;
  color: #000000;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .division_block {
    display: block;
  }
  .division_left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .division_right {
    width: 100%;
  }
  .swap .division_left {
    margin: 0 0 20px 0;
  }
  .division_h3 {
    font-size: 17px;
  }
  .division_text1 {
    font-size: 14px;
  }
}
/* 共通 ボタン */
.btn_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px 0 0 0;
}
.btn_more1 {
  width: 240px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 13px 0;
  background: #481d1d 0% 0% no-repeat padding-box !important;
  border-radius: 30px;
  border: none;
  box-shadow: none;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.btn_more1:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.btn_text1 {
  text-align: center;
  font: normal normal 900 18px/28px Zen Maru Gothic;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .btn_more1 {
    margin: 0 auto;
  }
}
/* 共通 YouTube */
.movie_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.movie_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 960px) {
}
/* 共通 index single archive 404 */
._minheight,
._error {
  min-height: 45vh;
}
.error {
  background: #fff 0% 0% no-repeat padding-box;
}

/* accodion */
.accordion {
  border-bottom: 1px solid #dddddd;
  margin: 0 0 20px 0;
}
.accordion_img {
  width: 40px;
  height: 40px;
}
.accordion summary {
  background: #3d919d 0% 0% no-repeat padding-box;
  border-radius: 15px 15px 0px 0px;
  display: flex;
  position: relative;
  cursor: pointer;
  align-items: center;
  padding: 2%;
  box-sizing: border-box;
}
.accordion_text1 {
  width: 90%;
  font: normal normal normal 16px/16px Noto Sans JP;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0;
}
.accordion_text2 {
  font: normal normal normal 16px/28px Noto Sans JP;
  letter-spacing: 0px;
  color: #000000;
  margin: 0;
}
.accordion summary {
  position: relative;
  cursor: pointer;
  padding-right: 30px;
}

.accordion summary::before,
.accordion summary::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #fff;
  right: 3%;
  top: 50%;
  transition:
    transform 0.4s ease-in-out,
    opacity 0.4s ease-in-out;
}

.accordion summary::before {
  transform: rotate(0deg);
}

.accordion summary::after {
  transform: rotate(90deg);
}

.accordion[open] summary::before {
  transform: rotate(180deg);
}

.accordion[open] summary::after {
  opacity: 0;
}
.answer_wrapper {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #3d919d;
  border-radius: 0 0 15px 15px;
  padding: 2%;
  box-sizing: border-box;
}
.answer {
  display: flex;
}
.accordion_img {
  width: 3%;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 960px) {
  .accordion_img {
    width: 6%;
    margin: 0 5px 0 0;
  }
  .accordion_text1,
  .accordion_text2 {
    font-size: 14px;
    width: 87%;
  }
}
/* fv */
.fv {
  position: relative;
  margin: -1px 0 0 0;
}
.video_wrapper {
  display: flex;
  align-items: end;
}
.video_wrapper video {
  width: 100%;
  line-height: 100%;
}
.fv_h1 {
  width: 38%;
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
@media screen and (max-width: 960px) {
  .fv_h1 {
    width: 80%;
  }
}
/* cta */
.cta {
  margin: -1px 0 0 0;
  background: #9ec8ce 0% 0% no-repeat padding-box;
  padding: 18px;
  box-sizing: border-box;
}
.cta_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cta_block {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 32px;
  box-sizing: border-box;
  padding: 0.833vw 1.667vw;
  margin: 0 0.521vw;
}
.cta_img {
  margin: 0 0.417vw 0 0;
  width: 1.406vw;
  height: auto;
}
.cta_text1 {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: clamp(13px, 1.33vw, 16px);
  color: #000000;
  margin: 0;
}
._green {
  color: #0d7685;
}
.cta_text2 {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: clamp(18px, 2vw, 24px);
  color: #0d7685;
  line-height: 0.7;
  margin: 0;
}
.cta_text3 {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: clamp(12px, 1.5vw, 18px);
  color: #0d7685;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .cta_block {
    width: 100%;
    padding: 1.026vw 3.846vw;
    margin: 0 0 20px 0;
    justify-content: start;
  }
  .cta_img {
    width: 4vw;
    margin: 0 1vw 0 0;
  }
  .cta_text1 {
    font-size: clamp(12px, 3.59vw, 14px);
  }
  .cta_text2 {
    font-size: clamp(17px, 5.641vw, 22px);
  }
  .cta_text3 {
    font-size: clamp(13px, 4.103vw, 16px);
  }
}
/* reason */
.reason {
  background: #ffffff 0% 0% no-repeat padding-box;
}
.reason_icon1 {
  width: 96px;
  margin: 0 16px 0 0;
}
.division_right_upper {
  display: flex;
  align-items: center;
  margin: 0;
}
.section1 {
  margin: 5px 0;
}
@media screen and (max-width: 960px) {
  .reason_icon1 {
    width: 68px;
  }
}

/* compare */
.compare {
  background: #f5fafb 0% 0% no-repeat padding-box;
}
.compare_block {
  margin: 0 0 60px 0;
}
.compare_block._last {
  margin: 0;
}
.compare_h3 {
  font: normal normal 700 22px/1.4 Noto Sans JP;
  letter-spacing: 0px;
  color: #0d7685;
  border-left: 6px solid #3d919d;
  padding: 2px 0 2px 14px;
  margin: 0 0 30px 0;
}
/* 料金比較 */
.price_list {
  margin: 0 0 16px 0;
}
.price_item {
  display: flex;
  align-items: center;
  margin: 0 0 18px 0;
}
.price_item:last-child {
  margin: 0;
}
.price_name {
  width: 220px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  font: normal normal 500 16px/1.4 Noto Sans JP;
  letter-spacing: 0px;
  color: #2e2e2e;
  margin: 0;
}
.price_bar_wrapper {
  flex-grow: 1;
  height: 32px;
  background: #e3eef0 0% 0% no-repeat padding-box;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 20px 0 0;
}
.price_bar {
  height: 100%;
  border-radius: 16px;
  background: #9ec8ce 0% 0% no-repeat padding-box;
}
.price_item._la .price_bar {
  width: 53%;
  background: #d95237;
}
.price_item._a .price_bar {
  width: 100%;
}
.price_item._b .price_bar {
  width: 77%;
}
.price_item._c .price_bar {
  width: 70%;
}
.price_value {
  width: 110px;
  flex-shrink: 0;
  text-align: right;
  font: normal normal 700 18px/1 Noto Sans JP;
  letter-spacing: 0px;
  color: #2e2e2e;
  margin: 0;
}
.price_item._la .price_value {
  color: #0d7685;
}
.compare_note {
  font: normal normal normal 13px/1.6 Noto Sans JP;
  letter-spacing: 0px;
  color: #707070;
  margin: 0;
}
/* サービス比較 */
.compare_scroll_hint {
  text-align: center;
  font: normal normal normal 13px/1 Noto Sans JP;
  letter-spacing: 0px;
  color: #0d7685;
  margin: 0 0 12px 0;
}
.compare_table_wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 15px;
  border: 1px solid #cfe3e6;
}
.compare_table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff 0% 0% no-repeat padding-box;
}
.compare_table th,
.compare_table td {
  box-sizing: border-box;
  border-bottom: 1px solid #e3eef0;
  border-right: 1px solid #e3eef0;
}
.compare_table th:last-child,
.compare_table td:last-child {
  border-right: none;
}
.compare_table thead th {
  background: #3d919d 0% 0% no-repeat padding-box;
  font: normal normal 700 16px/1.4 Noto Sans JP;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  padding: 16px 8px;
  border-bottom: none;
}
.compare_table thead th._la {
  background: #d95237 0% 0% no-repeat padding-box;
}
.compare_table_label {
  width: 14%;
}
.compare_table tbody th {
  width: 14%;
  background: #eaf4f5 0% 0% no-repeat padding-box;
  font: normal normal 700 14px/1.4 Noto Sans JP;
  letter-spacing: 0px;
  color: #2e2e2e;
  text-align: center;
  padding: 14px 10px;
  vertical-align: middle;
}
.compare_table tbody td {
  width: 21.5%;
  text-align: center;
  padding: 14px 10px;
  vertical-align: middle;
  font: normal normal normal 13px/1.6 Noto Sans JP;
  letter-spacing: 0px;
  color: #333333;
}
.compare_table tbody td._la {
  font-weight: 700;
  color: #d95237;
}
.compare_table tr._desc td {
  padding: 4px 10px 18px 10px;
}
.compare_mark {
  display: inline-block;
  font: normal normal 700 26px/1 Noto Sans JP;
}
.compare_mark._excellent {
  color: #d95237;
}
.compare_mark._good {
  color: #5a5a5a;
}
.compare_mark._normal {
  color: #aaaaaa;
}
.compare_mark._bad {
  color: #cccccc;
}
.compare_table tbody tr:nth-of-type(4n+1),
.compare_table tbody tr:nth-of-type(4n+2) {
  background: #f5fafb 0% 0% no-repeat padding-box;
}
.compare_table tbody tr:nth-of-type(4n+1) th,
.compare_table tbody tr:nth-of-type(4n+2) th {
  background: #ddeef0 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 960px) {
  .compare_block {
    margin: 0 0 40px 0;
  }
  .compare_h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
  }
  .price_name {
    width: 70px;
    font-size: 13px;
  }
  .price_bar_wrapper {
    height: 24px;
    margin: 0 12px 0 0;
  }
  .price_value {
    width: 80px;
    font-size: 15px;
  }
  .compare_table {
    min-width: 650px;
  }
  .compare_table thead th {
    font-size: 13px;
    padding: 10px 4px;
  }
  .compare_table tbody th {
    font-size: 12px;
    padding: 10px 6px;
  }
  .compare_table tbody td {
    font-size: 11px;
    padding: 10px 6px;
  }
  .compare_table tr._desc td {
    padding: 2px 6px 12px 6px;
  }
  .compare_mark {
    font-size: 20px;
  }
}

/* guarantee */
.guarantee {
  display: flex;
  justify-content: center;
  background: rgba(13, 118, 133, 0.49);
}
.guarantee_wrapper {
  padding: 60px 0 80px 0;
}
.guarantee_icon1 {
  width: 145px;
  margin: 0 auto 20px auto;
}
.guarantee_h2_block {
  width: fit-content;
  position: relative;
  margin: 0 auto 30px auto;
}
.guarantee_h2 {
  font: normal normal normal 32px/32px Noto Sans JP;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 0;
  margin: 0;
}
.guarantee_icon2 {
  width: 230px;
  height: auto;
  position: absolute;
  left: -89px;
  bottom: -22px;
}
.guarantee_text1 {
  text-align: center;
  font: normal normal normal 18px/18px Noto Sans JP;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.54px;
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .guarantee_wrapper {
    padding: 40px 5.1%;
  }
  .guarantee_h2 {
    text-align: center;
    font-size: 21px;
  }
  .guarantee_icon2 {
    width: 170px;
    left: -64px;
    bottom: -17px;
  }
  .guarantee_text1 {
    font-size: 15px;
  }
}
/* voice */
.voice {
  background: #ffffff 0% 0% no-repeat padding-box;
  background-image: url("../img/voice_bg_pc.png");
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
}
.voice_wrapper {
  padding: 70px 0;
}
.slick_wrapper {
  padding: 0 0 0 20.8%;
  box-sizing: border-box;
}
.voice_h2_block {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.voice_icon1 {
  position: absolute;
  width: 80px;
  top: -22px;
  left: -52px;
}

.voice_down {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 0 0 20px 20px;
  padding: 3%;
}
.voice_text1 {
  font: normal normal normal 15px/21px Noto Sans JP;
  font-weight: 500;
  letter-spacing: 0px;
  color: #000000;
  margin: 0 0 5px 0;
}
.voice_text2 {
  font: normal normal normal 13px/22px Noto Sans JP;
  letter-spacing: 0px;
  color: #000000;
  margin: 0 0 10px 0;
}
.voice_text3 {
  font: normal normal normal 15px/26px Noto Sans JP;
  letter-spacing: 0px;
  color: #000000;
  margin: 0;
}
.slick-slide {
  margin: 0 20px;
}
.progress_bar_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 80%;
}

.slick_arrow_block {
  display: flex;
  justify-content: center;
  align-items: center;
}

.prev_arrow1,
.next_arrow1 {
  width: 50px;
  height: 50px;
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(95%) sepia(0%) saturate(411%)
    hue-rotate(211deg) brightness(83%) contrast(78%);
  padding: 10px;
}
.prev_arrow1:hover,
.next_arrow1:hover {
  filter: brightness(0) saturate(100%) invert(5%) sepia(0%) saturate(30%)
    hue-rotate(299deg) brightness(91%) contrast(82%);
}
.progress_bar_container {
  position: relative;
  width: 100%;
  height: 5px;
  background: #ddd;
}

.progress_bar {
  width: 0%;
  height: 100%;
  background: #3d919d 0% 0% no-repeat padding-box;
  border-radius: 20px;
  transition: width 0.5s ease;
}
@media screen and (max-width: 960px) {
  .voice {
    background-image: url("../img/voice_bg_sp.png");
  }
  .voice_wrapper {
    padding: 40px 0;
  }
  .voice_icon1 {
    position: absolute;
    width: 50px;
    top: -5px;
    left: -30px;
  }
  .voice_text1 {
    font-size: 15px;
  }
  .voice_text2 {
    font: normal normal normal 12px/22px Noto Sans JP;
  }
  .voice_text3 {
    font: normal normal normal 13px/23px Noto Sans JP;
  }
  .slick_wrapper {
    padding: 0 0 0 5.1%;
  }
  .progress_bar_block {
    width: 94%;
    margin: 10px 0 0 0;
  }
  .prev_arrow1,
  .next_arrow1 {
    width: clamp(28px, 10.256vw, 40px);
    height: clamp(28px, 10.256vw, 40px);
    padding: 1.282vw;
  }
}
/* flow */
.flow {
  position: relative;
  background: #ffffff 0% 0% no-repeat padding-box;
}
.flow_area {
  padding: 70px 5%;
  border: 2px solid #3d919d;
  border-radius: 20px;
  box-sizing: border-box;
}
.flow_block {
  display: flex;
  border-bottom: 1px dotted #707070;
  padding: 40px 0;
}
.flow_block._last {
  border: none;
}
.flow_block._first {
  padding: 0 0 40px 0;
}
.flow_left {
  width: 28%;
  margin: 0 2% 0 0;
}
.flow_right {
  width: 70%;
}
.flow_right_upper {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}
.flow_text1 {
  background: #9ec8ce 0% 0% no-repeat padding-box;
  border-radius: 20px;
  font: normal normal normal 20px/20px Futura;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 0 5px 0 0;
  padding: 6px 18px;
}
.flow_text2 {
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #2e2e2e;
  margin: 0;
}
.flow_text3 {
  font: normal normal normal 16px/16px Noto Sans JP;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #000000;
  margin: 0;
}
.flow_introducer1,
.flow_introducer2 {
  position: absolute;
  bottom: 0;
}
.flow_introducer1 {
  width: auto;
  height: 20%;
  left: 8%;
}
.flow_introducer2 {
  width: auto;
  height: 20%;
  right: 10%;
}
@media screen and (max-width: 960px) {
  .flow_block {
    display: block;
  }
  .flow_area {
    padding: 40px 4%;
    margin: 0 0 100px 0;
  }
  .flow_left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .flow_right {
    width: 100%;
  }
  .slick-slide {
    margin: 0 20px 0 0;
  }
  .flow_text1,
  .flow_text3 {
    font-size: 14px;
  }
  .flow_text1 {
    padding: 3px 16px;
  }
  .flow_text2 {
    font-size: 16px;
  }
  .flow_introducer1 {
    width: auto;
    height: 200px;
    left: 24%;
  }
  .flow_introducer2 {
    width: auto;
    height: 200px;
    right: 26%;
  }
}
/* advisor */
.advisor {
  background: #9ec8ce 0% 0% no-repeat padding-box;
}
.advisor_slick {
  width: 100%;
}
.advisor_block {
  position: relative;
  display: flex !important;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  padding: 80px 1%;
  box-sizing: border-box;
  margin: 0.7% 0;
}
.advisor_left {
  width: 65%;
  margin: 0 4% 0 0;
}
.advisor_right {
  width: 31%;
}
.advisor_icon {
  width: 14%;
  position: absolute;
  top: -3.4%;
  left: 5%;
}
.advisor_text1 {
  font: normal normal normal 16px/28px Noto Sans JP;
  font-weight: 500;
  letter-spacing: 0px;
  color: #0d7685;
  margin: 0 0 10px 0;
}
.advisor_text2 {
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #2e2e2e;
  margin: 0;
}
.advisor_text3 {
  font: normal normal normal 14px/19px Futura;
  letter-spacing: 0.42px;
  color: #2e2e2e;
  margin: 0 0 0 10px;
}
.advisor_left_upper {
  border-bottom: 1px solid #707070;
  padding: 30px 0;
}
.prev_arrow2,
.next_arrow2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3%;
  height: auto;
  padding: 5px;
  cursor: pointer;
  opacity: 0.5;
}
.prev_arrow2:hover,
.next_arrow2:hover {
  opacity: 1;
}
.prev_arrow2 {
  left: -7%;
}

.next_arrow2 {
  right: -7%;
}
.slick-dots {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.slick-dots li {
  width: 60px !important;
}
.slick-dots li button::before {
  content: "" !important;
  width: 60px !important;
  height: 5px !important;
  display: block;
}

.slick-dots li.slick-active button::before {
  background: #939393 0% 0% no-repeat padding-box;
}
.slick-dots li button::before {
  background: #ffffff 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 960px) {
  .advisor_block {
    display: block !important;
    padding: 40px 1%;
    margin: 0.8% 0;
  }
  .advisor_left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .advisor_right {
    width: 100%;
  }
  .advisor_left_upper {
    padding: 20px 0;
  }
  .advisor_icon {
    width: 30%;
    top: -1.3%;
  }
  .advisor_text1 {
    font-size: 14px;
    margin: 0 0 5px 0;
  }
  .advisor_text2 {
    font-size: 18px;
  }
  .advisor_text3 {
    font-size: 12px;
  }
  .advisor_text4 {
    font-size: 14px;
  }
  .advisor_right {
    height: 100%;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 62/37;
  }
  .advisor_right img {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .slick-dots li button::before {
    width: 50px !important;
    height: 4px !important;
  }
  .prev_arrow2,
  .next_arrow2 {
    width: 8%;
    padding: 3px;
    z-index: 2;
  }
  .prev_arrow2 {
    left: -5%;
  }

  .next_arrow2 {
    right: -5%;
  }
}
/* faq */
.faq {
  background: #ffffff 0% 0% no-repeat padding-box;
  background-image: url("../img/faq_bg_pc.png");
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  .faq {
    background-image: url("../img/faq_bg_sp.png");
  }
}
/* instagram */
.instagram {
  background-color: #97d9e1;
  display: flex;
  justify-content: center;
  background-image: url("../img/insta_bg_pc.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 2.083vw 0;
}

.instagram.property {
  background-image: url("../img/insta2_bg_pc.png");
}

.insta_block {
  padding: 3% 0;
  width: 50%;
  background: linear-gradient(
    0deg,
    rgba(77, 175, 188, 0.6),
    rgba(181, 98, 181, 0.6)
  );
}
.insta_text_img {
  width: 20%;
  margin: 0 auto 0.521vw auto;
}
.insta_text1 {
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.354vw;
  font-weight: 700;
  letter-spacing: 0.26px;
  color: #ffffff;
  margin: 0 0 2.083vw 0;
}
.insta_btn {
  width: 40%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 32px;
  text-decoration: none;
  margin: 0 auto;
}
.insta_icon1 {
  width: 9%;
  margin: 0 0 0 10%;
}
.insta_icon2 {
  width: 6%;
  margin: 0 1.042vw 0 0;
}
.insta_text2 {
  font-family: "Noto Sans JP";
  font-size: clamp(16px, 0.938vw, 18px);
  font-weight: 700;
  color: #4a4a4a;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .instagram {
    background-image: url("../img/insta_bg_sp.png");
  }
  .instagram.property {
    background-image: url("../img/insta2_bg_sp.png");
  }
  .insta_block {
    padding: 6% 0;
    width: 100%;
    margin: 10.667vw 0;
  }
  .insta_text_img {
    width: 40%;
    margin: 0 auto 0.521vw auto;
  }
  .insta_text1 {
    font-size: 5.333vw;
    margin: 0 0 8vw 0;
  }
  .insta_btn {
    width: 80%;
    padding: 15px 0;
    margin: 0 auto;
  }
  .insta_icon1 {
    width: 9%;
    margin: 0 0 0 11%;
  }
  .insta_icon2 {
    width: 6%;
    margin: 0 5.33vw 0 0;
  }
  .insta_text2 {
    font-size: clamp(13px, 5.33vw, 16px);
    margin: 0;
  }
}
/* contact */
.contact {
  background-image: url("../img/contact_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.sns_block {
  display: flex;
  width: 670px;
  background: #03c755 0% 0% no-repeat padding-box;
  border-radius: 20px;
  margin: 0 auto 70px auto;
  padding: 36px;
  box-sizing: border-box;
}
.sns_left {
  width: 400px;
  margin: 0 55px 0 0;
}
.sns_right {
  width: 125px;
}
.sns_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px 0;
}
.sns_icon {
  width: 30px;
  margin: 0 20px 0 0;
}
.contact_text2 {
  font: normal normal bold 32px/30px Noto Sans JP;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0;
}
.contact_text1 {
  font: normal normal normal 21px/30px Noto Sans JP;
  font-weight: 500;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0;
}
.sns_link1 {
  display: flex;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 40px;
  text-decoration: none;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
}
.sns_img {
  width: 12px;
  margin: 0 20px 0 0;
}
.sns_text2 {
  text-align: center;
  font: normal normal bold 24px/35px Noto Sans JP;
  letter-spacing: 0px;
  color: #03c755;
  margin: 0 auto;
}
.sns_link2 {
  text-decoration: none;
}
.sns_code {
  width: 100px;
  margin: 0 auto 10px auto;
}
.sns_text3 {
  font: normal normal bold 12px/17px Noto Sans JP;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0;
}
.schedule_wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem;
  box-sizing: border-box;
}
#timerex_calendar {
  width: 100%;
  min-height: 600px;
}
@media screen and (max-width: 960px) {
  .sns_block {
    flex-wrap: wrap;
    width: 335px;
    margin: 0 auto 40px auto;
    padding: 20px;
  }
  .sns_left {
    width: 135px;
    margin: 0 20px 0 0;
  }
  .sns_right {
    align-items: start;
  }
  .sns_title {
    display: block;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .sns_icon {
    width: 30px;
    margin: 0 auto 5px auto;
  }
  .contact_text2 {
    font: normal normal bold 24px/32px Noto Sans JP;
  }
  .contact_text1 {
    text-align: center;
    font: normal normal normal 20px/32px Noto Sans JP;
    font-weight: 500;
  }
  .sns_link1 {
    width: 290px;
    display: flex;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 40px;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
    padding: 17px 0;
    margin: 16px 0 0 0;
  }
  .sns_img {
    width: 12px;
    margin: 0 20px 0 0;
  }
  .sns_text2 {
    font: normal normal bold 18px/18px Noto Sans JP;
    margin: 0 auto;
  }
  .sns_link2 {
    text-decoration: none;
  }
  .sns_code {
    width: 100px;
    margin: 0 auto 10px auto;
  }
  .sns_text3 {
    font: normal normal bold 12px/17px Noto Sans JP;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0;
  }
  .schedule_wrapper {
    padding: 0.5rem;
  }
}
/* footer */
.footer {
  display: flex;
  align-items: center;
  background-image: url("../img/contact_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100px;
  padding: 0 20.8%;
  box-sizing: border-box;
  justify-content: space-between;
}
.footer_text1 {
  font: normal normal normal 14px/20px Noto Sans JP;
  letter-spacing: 0px;
  color: #000000;
  margin: 0 0 10px 0;
  text-decoration: none;
}
.fixed_cta {
  position: fixed;
  height: auto;
  right: 10px;
  bottom: 10px;
  z-index: 13;
  transition: opacity 0.3s ease-in-out;
}
.fixed_link {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 960px) {
  .footer {
    text-align: center;
    display: block;
    padding: 20px 5.1%;
    height: 103px;
    margin: -1px 0 0 0;
  }
  .fixed_link {
    width: 140px;
  }

  .footer_text1 {
    font-size: clamp(9px, 2.667vw, 11px);
  }
  .footer_text2 {
    text-decoration: none;
    font: normal normal normal 12px/12px Noto Sans JP;
    margin: 0 0 16px 0;
    color: #000000;
  }
}
/* page02 common */
.page02 {
  position: relative;
  background: #ffffff 0% 0% no-repeat padding-box;
}
.fv2 {
  background-image: url("../img/fv2_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  padding: 140px 0 0 0;
  box-sizing: border-box;
}
.privacy {
  position: absolute;
  background: #fff;
  width: 100%;
  border-radius: 100px 100px 0px 0px;
  top: 410px;
}
.privacy_block {
  padding: 30px 0;
  border-bottom: 1px dotted #707070;
}
.privacy_block._last {
  border: none;
}
.page02_common_text1 {
  font: normal normal normal 16px/16px Noto Sans JP;
  letter-spacing: 0px;
  color: #000000;
  margin: 0 0 30px 0;
}
.page02_common_h3 {
  font: normal normal normal 18px/18px Noto Sans JP;
  font-weight: 500;
  letter-spacing: 0px;
  color: #0d7685;
  margin: 0 0 20px 0;
}
.page02_common_text2,
.company_text1,
.company_text2 {
  font: normal normal normal 16px/18px Noto Sans JP;
  letter-spacing: 0px;
  color: #000000;
  margin: 0 0 10px 0;
}
.company_text1,
.company_text2 {
  overflow-wrap: anywhere;
}
.company_text1 {
  width: 17%;
  margin: 0 3% 0 0;
  font-weight: 700;
}
.company_text2 {
  width: 80%;
}
.company_block {
  display: flex;
  padding: 15px 0;
}
.privacy_block ul {
  list-style: disc !important;
  padding-left: 1.5rem !important;
}
.privacy_block li {
  font: normal normal normal 18px/18px Noto Sans JP;
  font-weight: 400;
  padding: 0 0 0 20px;
}
.privacy_company {
  background: #f8f8f8;
  border-radius: 20px;
  padding: 30px;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 960px) {
  .privacy {
    border-radius: 25px 25px 0 0;
    top: 350px;
  }
  .company_block {
    display: block;
    padding: 15px 0;
  }
  .company_text1 {
    width: 100%;
    margin: 0 0 5px 0;
  }
  .company_text2 {
    width: 100%;
  }
  .page02_common_text1,
  .page02_common_text2,
  .company_text1,
  .company_text2 {
    font-size: 14px;
  }
  .privacy_block li {
    font-size: 16px;
  }
}

.catalog {
  margin: -1px 0 0 0;
  background: #f5fafa 0% 0% no-repeat padding-box;
  padding: 18px;
  box-sizing: border-box;
}

.catalog_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.catalog_wrapper img {
  width: 400px;
}

@media screen and (max-width: 960px) {
  .catalog_wrapper img {
    width: 100%;
  }
}


/* contents */
.contents {
  background: #9ec8ce 0% 0% no-repeat padding-box;
}
.archive-area {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
}

.archive-block {
    position: relative;
    background: #fff;
    border-radius: 10px;
}

.archive-img-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 0 8px 0;
    aspect-ratio: 93/60;
}

.archive-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transform-origin: center center;
    transition: transform 0.3s ease;
}

.archive-content {
  padding: 10px;
  box-sizing: border-box;
}

.archive-text1 {
    width: 100%;
    text-decoration: none;
    font-size: 13px;
    color: #9A9A9A;
    margin: 0;
}

.archive-text2 { /*title用のコード。デザインの要望に合わせる */
    width: 100%;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #444444;
    margin: 0;
}

@media screen and (max-width: 960px) {
    .archive-area {
        grid-template-columns: 1fr 1fr;
        gap: 2rem 1rem;
    }
    .archive-text1 {
      font-size: 12px;
    }
}

.cat-ul,
.tag-cat-ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 0.2rem;
    align-items: stretch;
}

.cat-li {
  line-height: 1;
}
.tag-cat-ul {
    justify-content: center;
    margin: 0 0 20px 0;
}

.cat-link,
.tag-cat-link {
    text-decoration: none;
    letter-spacing: 1.12px;
    font-weight: 700;
}
.cat-link {
    color: #3d919d;
    font-size: 13px;
  }
.tag-cat-link {
    color: #fff;
    font-size: 14px;
}


.tag-cat-link {
    padding: 5px 10px;
    box-sizing: border-box;
    background: #3d919d 0% 0% no-repeat padding-box;
    border-radius: 15px;
} 

.tag-cat-link:not(._current) {
    background: #fff;
    color: #3d919d;
    border: 1px solid #3d919d;
}

@media screen and (max-width: 960px) {
    .cat-link {
      font-size: 12px;
    }
    .tag-cat-link {
        font-size: 13px;
    }
}




.btn-wrapper1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 30px 0 0 0;
}

.btn-wrapper1._nomargin {
    margin: 0;
}

.btn-more1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #3d919d 0% 0% no-repeat padding-box;
    border-radius: 25px;
    border: none;
    border-radius: 30px;
    max-width: 210px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
    padding: 13px 0;
}

.btn-more1:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 0.9;
}

@media screen and (max-width: 960px) {
    .btn-wrapper1._left {
        justify-content: center;
    }
}



/* =========================================
   page02 共通
========================================= */

.page02 {
    background: #fff;
    padding: 0 !important;
}

.heading._page02 {
    padding: 80px 20.8%;
}

.fv2 {
    display: flex;
    justify-content: center;
    align-items: end;
    background: #f5fafa;
    height: 308px;
}

.fv2-h1 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    color: #3d919d;
}

@media screen and (max-width: 960px) {
    .heading._page02 {
        padding: 80px min(5.333%, 20px);
    }

    .fv2-h1 {
        font-size: 28px;
    }
}


/* =========================================
   パンくずリスト
========================================= */

.heading._crumbs {
    padding: 10px 20.8%;
}

#crumbs {
    position: relative;
}

.crumbs {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.crumbs::-webkit-scrollbar {
    display: none;
}

.crumbs-link {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.44px;
    color: #3d919d;
}

.crumbs-separator {
    margin: 0 8px;
}

.crumbs-current {
    font-size: 16px;
}

@media screen and (max-width: 960px) {
    .heading._crumbs {
        padding: 10px min(5.333%, 20px);
    }
}


/* =========================================
   page03 共通
========================================= */

.page03 {
  background: #fff;
    padding: 80px 0 0 0;
}

.fv3 {
    height: 20px;
}

.detail h1 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 3.36px;
    padding: 0 0 30px 0;
    margin: 0 0 80px 0;
    border-bottom: 2px solid #3d919d;
}

.detail-common-area h2,
.common-archive-h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    border-left: 6px solid #3d919d;
    padding: 0 0 0 10px;
    margin: 0 0 40px 0;
}

.detail-common-area img {
    margin: 0 0 20px 0;
}

.detail-common-area h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.48px;
    color: #3d919d;
    border-bottom: 1px solid #3d919d;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
}

.detail-common-area h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 40px 0;
}

.detail-common-area p {
    font-size: 16px;
    margin: 0 0 30px 0;
}

.detail-common-area a {
    font-size: 16px;
    color: #3d919d;
    font-weight: 700;
    margin: 0 0 40px 0;
}

.detail-common-area ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.detail-common-area ul li {
    font-size: 16px;
    margin: 0 0 10px 0;
    position: relative;
    padding: 0 0 0 18px;
    line-height: 24px;
    list-style: none;
}

.detail-common-area ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #3d919d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

@media screen and (max-width: 960px) {
    .page03 {
        padding: 50px 0 0 0;
    }
}


/* =========================================
   ページネーション
========================================= */

.pagenum-wrapper {
    display: flex;
    justify-content: center;
    margin: 40px 0 0 0;
}

.pagenum {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 1rem;
}

.pagenum li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 16px;
    width: 45px;
    height: 45px;
    color: #3d919d;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #3d919d;
}

.pagenum li a:hover,
.pagenum li a.current,
.pagenum li a.active {
    background: #3d919d 0% 0% no-repeat padding-box;
    color: #fff;
}

@media screen and (max-width: 960px) {
    .pagenum li a {
        width: 40px;
        height: 40px;
    }
}



/* =========================================
   共通
========================================= */

._minheight {
    min-height: 56vh;
}

.non-text {
    text-align: center;
    font-size: 16px;
    margin: 0;
}

@media screen and (max-width: 960px) {
    ._minheight {
        min-height: 62vh;
    }
}
