@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500&family=Noto+Sans+JP:wght@400;500;600&family=Zen+Old+Mincho&display=swap");
@import url("global.css");
:root {
  --ft_min: 15px;
  --title: 30px;
  --radius: 5px;
  --border: 10px;
  --wrapper_pd: 5vw;
  --divider_pd: 120px;
}

/* ------------------------------
 MainVisual
------------------------------ */
#mainvisual {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
#mainvisual .slide-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
#mainvisual .slide-img .img {
  width: 33.3333333333%;
  height: 100%;
}
#mainvisual .slide-img .home_mv_catch {
  position: absolute;
  inset: 0;
  margin: auto;
  display: -ms-grid;
  display: grid;
  place-content: center;
  z-index: 1;
}
#mainvisual .slide-img::before, #mainvisual .slide-img::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#1d1d1d));
  background-image: linear-gradient(0deg, transparent, #1d1d1d);
}
#mainvisual .slide-img::before {
  opacity: 0.6;
  mix-blend-mode: overlay;
}
#mainvisual .slide-img::after {
  opacity: 0.35;
  mix-blend-mode: multiply;
}
#mainvisual .swiper-container {
  width: 100%;
  height: 100%;
}
#mainvisual .swiper-container .swiper-wrapper, #mainvisual .swiper-container .swiper-slide, #mainvisual .swiper-container .slide-img {
  height: 100%;
  position: relative;
}
#mainvisual {
  /*	
  	.swiper-slide-active .slide-img img,
  	.swiper-slide-duplicate-active .slide-img img,
  	.swiper-slide-prev .slide-img img {
  		animation: zoomup 6s ease-in-out 0s 1; 
  		animation-fill-mode:both;
  	}*/
}

@-webkit-keyframes zoomup {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}

@keyframes zoomup {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}
.globalnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
}
.globalnavi .item {
  /*-- 1370(73px) ⇒ 1080(50px) --*/
  --icon: clamp( 50px, calc( -35.65517241379311px + 7.931034482758621vw ), 73px );
  width: 33.3333333333%;
  height: 100%;
}
.globalnavi .item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  line-height: 1.2;
  height: 100%;
  color: #fff;
  /*-- 1370(30px) ⇒ 1080(24px) --*/
  font-size: clamp(24px, 1.6551724138px + 2.0689655172vw, 30px);
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.globalnavi .item .inner .num {
  line-height: 1;
  /*-- 1370(48px) ⇒ 1080(40px) --*/
  font-size: clamp(40px, 10.2068965517px + 2.7586206897vw, 48px);
  font-family: "EB Garamond", "Zen Old Mincho", serif;
  font-weight: 400;
}
.globalnavi .item .inner .num a {
  color: #fff;
}
.globalnavi .item .inner .icon::before {
  content: "";
  display: block;
  width: var(--icon);
  aspect-ratio: 1/1;
}
.globalnavi .item_tel .inner {
  background-color: #635D52;
}
.globalnavi .item_tel .inner .icon::before {
  background: url("../img/tel.png") center center/contain no-repeat;
}
.globalnavi .item_info .inner {
  background-color: #B5BF27;
}
.globalnavi .item_info .inner .icon::before {
  background: url("../img/info.png") center center/contain no-repeat;
}
.globalnavi .item_consult .inner {
  background-color: #2396AA;
}
.globalnavi .item_consult .inner .icon::before {
  background: url("../img/consult.png") center center/contain no-repeat;
}

.hd_fixnavi {
  position: fixed;
  right: -245px;
  bottom: 10%;
  text-align: right;
  z-index: 10;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.hd_fixnavi a {
  display: block;
}
.hd_fixnavi a img {
  height: 150px;
}
.hd_fixnavi .item + .item {
  margin-top: 15px;
}
.hd_fixnavi:is(.rev-scroll .hd_fixnavi) {
  right: 10px;
}

/* ------------------------------
 Contents
------------------------------ */
.titlearea .sec_title:not(.notbubble) {
  position: relative;
  background-color: #635D52;
  padding: 20px 10px 25px;
  color: #fff;
  border-radius: var(--radius);
  line-height: 1.4;
  font-size: var(--title);
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.titlearea .sec_title:not(.notbubble)::before {
  --triangle: 42px;
  --aspect: 0.3;
  --aspect_mn: calc(var(--aspect) * -1);
  content: "";
  display: block;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: var(--triangle);
  aspect-ratio: 1/var(--aspect);
  background-color: #1D1D1D;
  position: absolute;
  bottom: calc(var(--triangle) * var(--aspect_mn) + 1px);
  right: 0;
  left: 0;
  margin: auto;
  background-color: #635D52;
}
.titlearea .sec_title.bg_b {
  background-color: #fff;
  color: #2396AA;
}
.titlearea .sec_title.bg_b::before {
  background-color: #fff;
}
.titlearea .sec_title.bg_w {
  background-color: #fff;
  color: #1D1D1D;
}
.titlearea .sec_title.bg_w::before {
  background-color: #fff;
}
.titlearea .sec_title .logo::before {
  content: "";
  display: block;
  width: 400px;
  aspect-ratio: 1/0.15;
  background: url("../img/bland_logo.png") center center/contain no-repeat;
}

.lead, .sub_title {
  line-height: 1.8;
  font-size: var(--title);
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fixed_area {
  position: relative;
  height: 41.5vw;
  clip-path: inset(0);
}
.fixed_area .ph {
  position: fixed;
  inset: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.fixed_area .ph::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.17);
  mix-blend-mode: soft-light;
}

.sliderarea .item {
  margin-inline: 5px;
}

/* ------------------------------
#sec_news
------------------------------ */
.bg_yellow {
  background-color: #F7F6EE;
  position: relative;
}

#sec_news {
  padding-block: 100px;
}
#sec_news .news_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  background-color: #fff;
  border: 2px solid #CECAC4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  height: 120px;
}
#sec_news .news_inner .news_title {
  width: 170px;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-grid;
  display: grid;
  place-content: center;
  background-color: #2396AA;
  padding-bottom: 0.3em;
  color: #fff;
  border-radius: var(--radius);
  line-height: 1;
  font-size: 42px;
  font-family: "EB Garamond", "Zen Old Mincho", serif;
}
#sec_news .news_inner .swiper-container {
  height: 1lh;
  margin-left: 0;
  overflow: hidden;
}
#sec_news .news_inner .swiper-container .swiper-wrapper, #sec_news .news_inner .swiper-container .swiper-slide, #sec_news .news_inner .swiper-container .slide-img {
  height: 100%;
  position: relative;
}
#sec_news .news_inner .swiper-container .news_item.swiper-slide .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sec_news .news_inner .swiper-container .news_item.swiper-slide .inner time {
  font-family: "EB Garamond", "Zen Old Mincho", serif;
}
#sec_news .news_inner .swiper-container .news_item.swiper-slide .inner time::after {
  content: "-";
  margin-inline: 0.8em;
}
#sec_news .news_inner .swiper-container .news_item.swiper-slide .inner .post_title {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#sec_news .news_inner .more {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#sec_news .news_inner .more a {
  display: block;
  padding-right: 0.8em;
  color: #635D52;
  font-size: 26px;
  font-family: "EB Garamond", "Zen Old Mincho", serif;
}

/* ------------------------------
#sec_intro
------------------------------ */
#sec_intro {
  padding-bottom: 200px;
}
#sec_intro .titlearea {
  margin-bottom: 120px;
}
#sec_intro .content {
  padding-inline: 40px;
}
#sec_intro .content .list .item {
  position: relative;
  background-color: #fff;
  border: var(--border) solid #CECAC4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: var(--radius);
  padding: 60px 10px 40px;
}
#sec_intro .content .list .item .num {
  --square: 70px;
  color: #FFFFFF;
  line-height: 1;
  font-size: 45px;
  font-family: "EB Garamond", "Zen Old Mincho", serif;
  position: absolute;
  top: calc(-0.5lh - 10px);
  right: 0;
  left: 0;
  margin: auto;
  z-index: 0;
}
#sec_intro .content .list .item .num::before {
  content: "";
  display: block;
  border-radius: var(--radius);
  rotate: 45deg;
  width: var(--square);
  aspect-ratio: 1/1;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
}
#sec_intro .content .list .item .title {
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: var(--title);
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#sec_intro .content .list .item .text {
  line-height: 1.8;
}
#sec_intro .content .list .item:nth-child(odd) .num::before {
  background-color: #2396AA;
}
#sec_intro .content .list .item:nth-child(odd) .title {
  color: #2396AA;
}
#sec_intro .content .list .item:nth-child(even) .num::before {
  background-color: #BB9240;
}
#sec_intro .content .list .item:nth-child(even) .title {
  color: #BB9240;
}
#sec_intro .content .list .item + .item {
  margin-top: 70px;
}

/* ------------------------------
#sec_lineup
------------------------------ */
#sec_lineup {
  position: relative;
}
#sec_lineup > .wrapper {
  padding-top: 110px;
}
#sec_lineup .titlearea {
  position: absolute;
  top: calc(-20px - var(--title) * 1.4);
  max-width: 1080px;
  right: 0;
  left: 0;
  margin: auto;
  padding-inline: var(--wrapper_pd);
}
#sec_lineup .tabhead {
  border: var(--border) solid #BCE5EC;
  padding: 30px;
}
#sec_lineup .tabhead .tab {
  display: -ms-grid;
  display: grid;
  max-width: 900px;
  margin: auto;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
#sec_lineup .tabhead .tab li {
  border: 1px solid #2396AA;
  background-color: #2396AA;
  border-radius: calc(var(--radius) / 2);
  color: #fff;
  cursor: pointer;
  line-height: 1;
  padding: 0.8em;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#sec_lineup .tabhead .tab li.active {
  background-color: #F7F6EE;
  color: #2396AA;
}
#sec_lineup .tabbody {
  margin-bottom: var(--divider_pd);
}
#sec_lineup .tabbody .panel .content {
  position: relative;
}
#sec_lineup .tabbody .panel .content::before {
  content: "";
  display: block;
  background: url(../img/hokkaido.png) center center/contain no-repeat;
  mix-blend-mode: multiply;
  max-width: 1292px;
  width: 80vw;
  aspect-ratio: 1/0.6037;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
#sec_lineup .tabbody .panel .content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-top: 70px;
}
#sec_lineup .tabbody .panel .content .item .ph {
  max-width: 630px;
  width: 43%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#sec_lineup .tabbody .panel .content .item .textarea {
  max-width: 560px;
  padding-block: 20px;
  text-align: left;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-weight: 400;
}
#sec_lineup .tabbody .panel .content .item .textarea .title {
  margin-bottom: 20px;
  font-weight: 600;
}
#sec_lineup .tabbody .panel .content .item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#sec_lineup .tabbody .panel .foot {
  margin-top: 100px;
  border: var(--border) solid #BCE5EC;
  padding: 30px;
}
#sec_lineup .tabbody .panel .foot .caption {
  margin-top: 20px;
  color: #2396AA;
  font-weight: 700;
}
#sec_lineup .tabbody .panel .ph img {
  border-radius: var(--radius);
}

/* ------------------------------
#sec_overview
------------------------------ */
#sec_overview {
  padding-top: var(--divider_pd);
  padding-bottom: 100px;
}
#sec_overview .titlearea {
  margin-bottom: 60px;
}
#sec_overview .textarea {
  margin-bottom: 60px;
}
#sec_overview .textarea .lead {
  margin-bottom: 30px;
}
#sec_overview .table table {
  border-top: 1px solid #474644;
  border-left: 1px solid #474644;
  width: 100%;
  border-collapse: collapse;
  line-height: 1.4;
}
#sec_overview .table table tr {
  border-bottom: 1px solid #474644;
}
#sec_overview .table table thead {
  color: #fff;
}
#sec_overview .table table thead tr th {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.8em 5px;
}
#sec_overview .table table thead tr th:nth-child(1) {
  background-color: #959898;
}
#sec_overview .table table thead tr th:nth-child(2) {
  background-color: #FF6B6B;
  border-inline: 5px solid #FF6B6B;
  border-top: 5px solid #FF6B6B;
}
#sec_overview .table table thead tr th:nth-child(3) {
  background-color: #2396AA;
}
#sec_overview .table table thead tr th:nth-child(4) {
  background-color: #474644;
}
#sec_overview .table table tbody tr > * {
  height: 115px;
  vertical-align: middle;
  padding-inline: 5px;
}
#sec_overview .table table tbody tr th {
  background-color: #F5F5F5;
}
#sec_overview .table table tbody tr td {
  border-right: 1px solid #474644;
}
#sec_overview .table table tbody tr td:nth-child(2) {
  border-inline: 5px solid #FF6B6B;
}
#sec_overview .table table tbody tr td span {
  display: block;
  font-size: 1.2em;
  font-weight: 900;
}
#sec_overview .table table tbody tr:last-child td:nth-child(2) {
  border-bottom: 5px solid #FF6B6B;
}

/* ------------------------------
 #sec_point
------------------------------ */
#sec_point {
  overflow-x: hidden;
  padding-bottom: 100px;
}
#sec_point .titlearea {
  margin-bottom: 50px;
}
#sec_point .content {
  position: relative;
  padding-top: 270px;
}
#sec_point .content .ph {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  z-index: -1;
}
#sec_point .content .list {
  position: relative;
  color: #fff;
  max-width: 1000px;
  height: 430px;
  margin: auto;
}
#sec_point .content .list .item {
  width: 26%;
  padding: 35px 10px 10px;
  aspect-ratio: 1/1;
  background-color: #635D52;
  border-radius: 50%;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-filter: drop-shadow(5px 5px 0 rgba(29, 29, 29, 0.07));
          filter: drop-shadow(5px 5px 0 rgba(29, 29, 29, 0.07));
}
#sec_point .content .list .item .check {
  line-height: 1;
  margin-bottom: 10px;
}
#sec_point .content .list .item .check::before {
  content: "";
  display: inline-block;
  width: 41px;
  aspect-ratio: 1/0.536585;
  background: url("../img/check.svg") center center/contain no-repeat;
}
#sec_point .content .list .item .title {
  display: -ms-grid;
  display: grid;
  place-content: center;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
#sec_point .content .list .item .text {
  line-height: 1.5;
  font-weight: 400;
  font-size: var(--ft_min);
}
#sec_point .content .list .item:nth-child(1) {
  top: 0;
  left: 0;
}
#sec_point .content .list .item:nth-child(2) {
  bottom: 0;
  right: 51%;
}
#sec_point .content .list .item:nth-child(3) {
  bottom: 0;
  left: 51%;
}
#sec_point .content .list .item:nth-child(4) {
  top: 0;
  right: 0;
}

/* ------------------------------
 #sec_case
------------------------------ */
#sec_case {
  background-color: #F7F6EE;
}
#sec_case .head {
  position: relative;
  padding-bottom: 120px;
}
#sec_case .head .bg {
  position: absolute;
  inset: 0;
  margin: auto;
}
#sec_case .head .bg::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.33);
  mix-blend-mode: multiply;
}
#sec_case .head::after {
  content: "";
  display: block;
  background: url("../img/divider.svg") center center/cover no-repeat;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  bottom: -1px;
  height: 120px;
}
#sec_case .head .titlearea {
  position: relative;
  color: #fff;
  padding-block: 100px;
}
#sec_case .head .titlearea .sec_title {
  margin-bottom: 40px;
  line-height: 1.4;
  font-size: 40px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#sec_case .head .titlearea .sec_title .b {
  font-size: 1.63em;
}
#sec_case .content {
  --gap: 10px;
  padding-top: 50px;
  padding-bottom: var(--divider_pd);
}
#sec_case .content .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  margin-inline: calc(var(--gap) * -1);
}
#sec_case .content .list .item {
  width: 25%;
  padding-inline: var(--gap);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sec_case .content .list .item .inner {
  padding-top: 30px;
  padding-inline: 10px;
  background-color: #2396AA;
  border-radius: var(--radius);
  color: #fff;
  height: 230px;
}
#sec_case .content .list .item .inner .icon {
  line-height: 1;
  margin-bottom: 10px;
}
#sec_case .content .list .item .inner .icon::before {
  content: "";
  display: inline-block;
  width: 122px;
  aspect-ratio: 1/0.6312;
}
#sec_case .content .list .item .inner .title {
  line-height: 1.5;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}
#sec_case .content .list .item .inner .text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: left;
  line-height: 1.5;
  font-weight: 400;
  font-size: var(--ft_min);
}
#sec_case .content .list .item01 .icon::before {
  background: url("../img/case_icon01.png") center center/contain no-repeat;
}
#sec_case .content .list .item02 .icon::before {
  background: url("../img/case_icon02.png") center center/contain no-repeat;
}
#sec_case .content .list .item03 .icon::before {
  background: url("../img/case_icon03.png") center center/contain no-repeat;
}
#sec_case .content .list .item04 .icon::before {
  background: url("../img/case_icon04.png") center center/contain no-repeat;
}
#sec_case .content .list .item05 .icon::before {
  background: url("../img/case_icon05.png") center center/contain no-repeat;
}
#sec_case .content .list .item06 .icon::before {
  background: url("../img/case_icon06.png") center center/contain no-repeat;
}
#sec_case .content .list .item07 .icon::before {
  background: url("../img/case_icon07.png") center center/contain no-repeat;
}

/* ------------------------------
 #sec_plan
------------------------------ */
#sec_plan {
  position: relative;
  padding-top: var(--divider_pd);
}
#sec_plan .titlearea {
  margin-bottom: 70px;
}
#sec_plan .content .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  border: var(--border) solid #DCDCDC;
  background-color: #fff;
  padding: 20px;
}
#sec_plan .content .list .item + .item {
  margin-top: 40px;
}
#sec_plan .content .list .item .ph {
  width: 50%;
}
#sec_plan .content .list .item .ph img {
  border-radius: var(--radius);
}
#sec_plan .content .list .item .inner {
  width: 50%;
  margin-top: 20px;
  line-height: 1.4;
  background-color: #fff;
}
#sec_plan .content .list .item .inner .title {
  font-size: 32px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#sec_plan .content .list .item .inner .min {
  font-size: 25px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#sec_plan .content .list .item .inner .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin-block: 5px 10px;
  font-family: "Century Gothic", CenturyGothic, "AppleGothic", "Segoe UI", sans-serif;
}
#sec_plan .content .list .item .inner .price .p_title {
  background-color: #635D52;
  padding: 0.6em 0.8em;
  margin: 0.5em 1em 0 0;
  color: #fff;
  border-radius: calc(var(--radius) / 2);
  font-size: 14px;
}
#sec_plan .content .list .item .inner .price .p_num {
  color: #FEAC20;
  letter-spacing: 0;
  margin-right: 0.1em;
  font-size: 52px;
  font-style: italic;
  font-weight: bold;
}
#sec_plan .content .list .item .inner .price .p_unit {
  margin-top: 0.5em;
  color: #FEAC20;
  font-size: 23px;
  font-weight: 700;
}
#sec_plan .content .list .item .inner .list {
  background-color: #F5F5F5;
  padding: 1.2em 10px;
  line-height: 1.8;
  font-size: 14px;
  font-weight: 400;
}
#sec_plan .content .list .item .inner .list .box {
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
#sec_plan .content .list .item .inner .btn {
  margin-top: 10px;
}
#sec_plan .content .list .item .inner .btn a {
  color: #fff;
  background-color: #FEAC20;
  border-radius: 100vmax;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
  padding: 0.8em 1.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  line-height: 1;
  font-size: 14px;
}
#sec_plan .content .list .item .inner .btn a::after {
  content: "\f35d";
  display: inline-block;
  font-family: "Font Awesome 6 free", "Font Awesome 6 Brands";
  font-weight: 900;
  font-size: 1.2em;
}
#sec_plan::before { /*背景下部の黄色ボーダー*/
  content: "";
  display: block;
  background-color: #F7F6EE;
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  height: 135px;
  z-index: -1;
}

/* ------------------------------
 #sec_flow
------------------------------ */
#sec_flow {
  padding-top: var(--divider_pd);
  padding-bottom: var(--divider_pd);
  background-color: #F7F6EE;
}
#sec_flow .titlearea {
  margin-bottom: 40px;
}
#sec_flow .titlearea .sec_title {
  margin-bottom: 30px;
}
#sec_flow .content .item {
  position: relative;
  background-color: #fff;
  border-radius: 100vmax;
  /*filter: drop-shadow(5px 5px 0 rgb($black, .07));*/
  -webkit-box-shadow: 5px 5px 0 0 rgba(29, 29, 29, 0.07);
          box-shadow: 5px 5px 0 0 rgba(29, 29, 29, 0.07);
  line-height: 1.4;
  padding: 1lh 30px;
}
#sec_flow .content .item + .item {
  --triangle: 67px;
  --triangle_ap: 0.433;
  position: relative;
  margin-top: calc(var(--triangle) * var(--triangle_ap) * 3);
}
#sec_flow .content .item + .item::before {
  content: "";
  display: block;
  background: url("../img/triangle.svg") center center/contain no-repeat;
  width: var(--triangle);
  aspect-ratio: 1/var(--triangle_ap);
  position: absolute;
  top: calc(var(--triangle) * var(--triangle_ap) * -2 + 5px);
  right: 0;
  left: 0;
  margin: auto;
  -webkit-filter: none;
          filter: none;
}
#sec_flow .content .item .num::before {
  --num: 201px;
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 40px;
  width: var(--num);
  aspect-ratio: 1/0.4428;
}
#sec_flow .content .item01 .num::before {
  background: url("../img/num01.png") center center/contain no-repeat;
}
#sec_flow .content .item02 .num::before {
  background: url("../img/num02.png") center center/contain no-repeat;
}
#sec_flow .content .item03 .num::before {
  background: url("../img/num03.png") center center/contain no-repeat;
}
#sec_flow .content .item04 .num::before {
  background: url("../img/num04.png") center center/contain no-repeat;
}
#sec_flow .content .item .text {
  font-size: 30px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#sec_flow .sup {
  margin-top: 30px;
}
#sec_flow .btn {
  margin-top: 50px;
}
#sec_flow .btn a {
  color: #fff;
  background-color: #635D52;
  border-radius: var(--radius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
  padding: 1.5em 15px;
  max-width: 530px;
  line-height: 1;
  margin-inline: auto;
}
#sec_flow .btn a::after {
  content: "\e494";
  display: inline-block;
  font-family: "Font Awesome 6 free", "Font Awesome 6 Brands";
  font-weight: 900;
  font-size: 1.2em;
}

/* ------------------------------
 #sec_faq
------------------------------ */
#sec_faq {
  position: relative;
  z-index: 0;
  padding-top: var(--divider_pd);
  padding-bottom: var(--divider_pd);
  background-color: #2396AA;
}
#sec_faq .titlearea {
  margin-bottom: 40px;
}
#sec_faq .titlearea .sec_title {
  margin-bottom: 30px;
}
#sec_faq .titlearea .text {
  color: #fff;
}
#sec_faq .content {
  padding-inline: 2vw;
}
#sec_faq .content .circle {
  --circle: 60px;
  width: var(--circle);
  height: auto;
}
#sec_faq .content .circle::before {
  content: "";
  display: block;
  width: var(--circle);
  aspect-ratio: 1/1;
}
#sec_faq .content .circle.question::before {
  background: url("../img/question.png") center center/contain no-repeat;
}
#sec_faq .content .circle.answer::before {
  background: url("../img/answer.png") center center/contain no-repeat;
}
#sec_faq .content .ac_item + .ac_item {
  margin-top: 40px;
}
#sec_faq .content .ac_item .ac_btn {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 60px 1fr 60px auto;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  padding: 15px 30px;
  text-align: left;
  background-color: #fff;
  color: #2396AA;
  cursor: pointer;
  line-height: 1.4;
  font-size: 25px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#sec_faq .content .ac_item .ac_btn .icon {
  --icon: 22px;
  position: relative;
  width: var(--icon);
  height: 100%;
}
#sec_faq .content .ac_item .ac_btn .icon::before, #sec_faq .content .ac_item .ac_btn .icon::after {
  content: "";
  display: block;
  width: var(--icon);
  height: 3px;
  background-color: #2396AA;
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  inset: 0;
  margin: auto;
}
#sec_faq .content .ac_item .ac_btn .icon::before {
  rotate: -90deg;
}
#sec_faq .content .ac_item .ac_btn.opentoggle .icon::before {
  rotate: 0deg;
}
#sec_faq .content .ac_item .ac_content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 60px 1fr;
  grid-template-columns: auto 1fr;
  gap: 60px;
  background-color: #BCE5EC;
  color: #2396AA;
  padding: 30px;
  text-align: left;
}
#sec_faq .loop-wrap {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -40px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  height: auto;
  z-index: -1;
}
#sec_faq .loop-wrap .loop-area {
  background: url(../img/loop.png) repeat-x;
  background-size: cover;
  width: 100%;
  height: 280px;
  -webkit-animation: loop-slide 20s infinite 0s linear;
          animation: loop-slide 20s infinite 0s linear;
  mix-blend-mode: soft-light;
  opacity: 0.25;
}
@-webkit-keyframes loop-slide {
  from {
    background-position: -200px 0;
  }
  to {
    background-position: 1730px 0;
  }
}
@keyframes loop-slide {
  from {
    background-position: -200px 0;
  }
  to {
    background-position: 1730px 0;
  }
}

/* ------------------------------
 #sec_outline
------------------------------ */
#sec_outline {
  padding-top: var(--divider_pd);
}
#sec_outline .titlearea {
  margin-bottom: 70px;
}
#sec_outline .table {
  padding-bottom: var(--divider_pd);
}
#sec_outline .table table {
  border-top: 2px solid rgba(71, 70, 68, 0.8);
  border-left: 2px solid rgba(71, 70, 68, 0.8);
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.4;
  font-size: 16px;
}
#sec_outline .table table tr {
  border-bottom: 2px solid rgba(71, 70, 68, 0.8);
}
#sec_outline .table table tr > * {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  border-right: 2px solid rgba(71, 70, 68, 0.8);
}
#sec_outline .table table tr th {
  background-color: #F7F6EE;
  width: 230px;
}
#sec_outline .table table tr td p + p {
  margin-top: 0.8em;
}
#sec_outline .table table tr td .map a i {
  color: #2396AA;
  font-size: 1.5em;
  vertical-align: bottom;
}

/* ------------------------------
 form
------------------------------ */
#sec_form {
  background: url("../img/form_bg.jpg") center center/cover no-repeat;
  padding-block: 150px 160px;
}
#sec_form .titlearea {
  margin-bottom: 40px;
}
#sec_form .titlearea .sec_title {
  margin-bottom: 30px;
}
#sec_form .titlearea .text {
  color: #fff;
}
#sec_form .formwrap {
  background-color: #fff;
  border-radius: var(--radius);
  padding-block: 80px 100px;
}

/* ------------------------------
 anime
------------------------------ */
@media (any-hover: hover) {
  .globalnavi .item:has(a) .inner {
    transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .globalnavi .item:has(a) .inner:hover {
    -webkit-filter: saturate(120%) brightness(110%);
            filter: saturate(120%) brightness(110%);
  }
  #sec_news .news_inner .swiper-container .news_item:has(a) .inner {
    transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  #sec_news .news_inner .swiper-container .news_item:has(a) .inner:hover {
    opacity: 0.8;
  }
  #sec_plan .content .list .item .inner .btn a {
    transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  #sec_plan .content .list .item .inner .btn a:hover {
    background-color: #635D52;
  }
  #sec_flow .btn a {
    transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  #sec_flow .btn a:hover {
    background-color: #B5BF27;
  }
  #sec_faq .content .ac_item .ac_btn {
    transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  #sec_faq .content .ac_item .ac_btn:hover {
    opacity: 0.9;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-0 ( 1480px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1480px) {
  :root {
    --wrapper_pd: 5vw;
  }
  /* ------------------------------
   MainVisual
  ------------------------------ */
  .hd_fixnavi {
    display: none;
  }
  /* ------------------------------
   contents
  ------------------------------ */
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-0 ( 1200px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1480px) {
  /* ------------------------------
   MainVisual
  ------------------------------ */
  #mainvisual .slide-img .home_mv_catch {
    margin-top: 100px;
  }
  #mainvisual .slide-img .home_mv_catch img {
    width: 640px;
  }
  /* ------------------------------
   #sec_point
  ------------------------------ */
  #sec_point .content .list {
    max-width: none;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  :root {
    --ft_min: 13px;
    --title: 26px;
    --radius: 5px;
    --border: 7px;
    --wrapper_pd: 6vw;
    --divider_pd: 90px;
  }
  /* ------------------------------
   MainVisual
  ------------------------------ */
  #mainvisual .slide-img .img {
    width: 100%;
    height: 100%;
  }
  #mainvisual .slide-img .img:nth-child(1), #mainvisual .slide-img .img:nth-child(3) {
    display: none;
  }
  .globalnavi {
    height: 110px;
  }
  .globalnavi .item {
    --icon: 35px;
  }
  .globalnavi .item .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    font-size: 18px;
  }
  .globalnavi .item .inner .num {
    display: inline-block;
    margin-top: 5px;
    letter-spacing: 0;
    font-size: 35px;
  }
  .globalnavi .item_tel .inner .icon::before {
    content: none;
  }
  /* ------------------------------
   contents
  ------------------------------ */
  .sliderarea .item {
    margin-inline: 5px;
    height: 41.5vw;
  }
  /* ------------------------------
  #sec_news
  ------------------------------ */
  #sec_news {
    padding-block: 70px;
  }
  #sec_news .news_inner {
    gap: 20px;
    padding: 10px;
    height: 100px;
  }
  #sec_news .news_inner .news_title {
    width: 120px;
    font-size: 30px;
  }
  #sec_news .news_inner .swiper-container .news_item.swiper-slide .inner time::after {
    margin-inline: 0.5em;
  }
  #sec_news .news_inner .more a {
    padding-right: 0.8em;
    font-size: 22px;
  }
  /* ------------------------------
   #sec_intro
  ------------------------------ */
  #sec_intro {
    padding-bottom: 170px;
  }
  #sec_intro .titlearea {
    margin-bottom: 90px;
  }
  #sec_intro .content {
    padding-inline: 20px;
  }
  #sec_intro .content .list .item {
    padding: 45px 10px 30px;
  }
  #sec_intro .content .list .item + .item {
    margin-top: 60px;
  }
  #sec_intro .content .list .item .num {
    --square: 60px;
    font-size: 36px;
    top: calc(-0.5lh - 8px);
  }
  /* ------------------------------
  #sec_lineup
  ------------------------------ */
  #sec_lineup > .wrapper {
    padding-top: 110px;
  }
  #sec_lineup .tabbody .panel .content .item .ph {
    width: 50%;
  }
  #sec_lineup .tabbody .panel .content .item:nth-of-type(odd) .ph {
    margin-left: calc(50% - 50vw);
  }
  #sec_lineup .tabbody .panel .content .item:nth-of-type(odd) .ph img {
    border-radius: 0 var(--radius) var(--radius) 0;
  }
  #sec_lineup .tabbody .panel .content .item:nth-of-type(even) .ph {
    margin-right: calc(50% - 50vw);
  }
  #sec_lineup .tabbody .panel .content .item:nth-of-type(even) .ph img {
    border-radius: var(--radius) 0 0 var(--radius);
  }
  #sec_lineup .tabbody .panel .foot {
    margin-top: 70px;
    padding: 20px;
  }
  /* ------------------------------
  #sec_overview
  ------------------------------ */
  #sec_overview .titlearea {
    margin-bottom: 50px;
  }
  #sec_overview .table table tbody tr > * {
    height: 90px;
  }
  #sec_overview .table table tbody tr td {
    font-size: 14px;
  }
  #sec_overview .table table tbody tr td span {
    display: block;
    font-size: 20px;
    font-weight: 900;
  }
  /* ------------------------------
   #sec_point
  ------------------------------ */
  #sec_point .titlearea {
    margin-bottom: 50px;
  }
  #sec_point .content {
    padding-top: 20vw;
  }
  #sec_point .content .list {
    height: 430px;
  }
  #sec_point .content .list .item {
    width: 220px;
    padding: 30px 10px 10px;
  }
  #sec_point .content .list .item .check::before {
    width: 30px;
  }
  #sec_point .content .list .item .title {
    height: 2lh;
    margin-bottom: 5px;
    font-size: 17px;
  }
  #sec_point .content .list .item .text br {
    display: none;
  }
  #sec_point .content .list .item .text {
    font-size: var(--ft_min);
  }
  /* ------------------------------
   #sec_case
  ------------------------------ */
  #sec_case .head {
    padding-bottom: 70px;
  }
  #sec_case .head::after {
    height: 70px;
  }
  #sec_case .head .titlearea {
    padding-block: 80px;
  }
  #sec_case .head .titlearea .sec_title {
    font-size: 28px;
  }
  #sec_case .content {
    --gap: 10px;
  }
  #sec_case .content .sub_title {
    margin-bottom: 30px;
  }
  #sec_case .content .list {
    margin-top: 0;
  }
  #sec_case .content .list .item {
    width: 50%;
    margin-bottom: calc(var(--gap) * 2);
  }
  #sec_case .content .list .item .inner {
    padding-top: 25px;
    height: 150px;
  }
  #sec_case .content .list .item .inner .icon::before {
    width: 90px;
  }
  #sec_case .content .list .item .inner .title {
    font-size: 18px;
  }
  /* ------------------------------
   #sec_plan
  ------------------------------ */
  #sec_plan .titlearea {
    margin-bottom: 50px;
  }
  #sec_plan .content .list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  #sec_plan .content .list .item + .item {
    margin-top: 25px;
  }
  #sec_plan .content .list .item .ph {
    width: 100%;
    height: 300px;
  }
  #sec_plan .content .list .item .inner {
    margin-top: 0;
    width: 100%;
  }
  #sec_plan .content .list .item .inner .title {
    font-size: 28px;
  }
  #sec_plan .content .list .item .inner .min {
    font-size: 22px;
  }
  #sec_plan .content .list .item .inner .price {
    margin-top: 20px;
  }
  #sec_plan .content .list .item .inner .btn {
    margin-top: 20px;
  }
  /* ------------------------------
   #sec_flow
  ------------------------------ */
  #sec_flow .content .item + .item {
    --triangle: 57px;
  }
  #sec_flow .content .item .num::before {
    --num: 140px;
    top: -25px;
    left: 28px;
  }
  #sec_flow .content .item .text {
    font-size: 24px;
  }
  /* ------------------------------
   #sec_faq
  ------------------------------ */
  #sec_faq .content {
    padding-inline: 2vw;
  }
  #sec_faq .content .circle {
    --circle: 50px;
  }
  #sec_faq .content .ac_item .ac_btn {
    gap: 30px;
    padding: 20px 30px;
    font-size: 20px;
  }
  #sec_faq .loop-wrap {
    bottom: -30px;
  }
  #sec_faq .loop-wrap .loop-area {
    height: 200px;
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
  }
  @-webkit-keyframes loop-slide {
    from {
      background-position: -200px 0;
    }
    to {
      background-position: 1178.57px 0;
    }
  }
  @keyframes loop-slide {
    from {
      background-position: -200px 0;
    }
    to {
      background-position: 1178.57px 0;
    }
  }
  /* ------------------------------
   #sec_outline
  ------------------------------ */
  #sec_outline .textarea {
    margin-bottom: 50px;
  }
  /* ------------------------------
   form
  ------------------------------ */
  #sec_form {
    padding-block: 100px 120px;
  }
  #sec_form .formwrap {
    padding-block: 80px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 645px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  :root {
    --ft_min: 13px;
    --title: 18px;
    --radius: 3px;
    --border: 7px;
    --wrapper_pd: 5vw;
    --divider_pd: 60px;
  }
  /* ------------------------------
   MainVisual
  ------------------------------ */
  #mainvisual .slide-img .img {
    width: 100%;
    height: 100%;
  }
  #mainvisual .slide-img .img:nth-child(1), #mainvisual .slide-img .img:nth-child(3) {
    display: none;
  }
  #mainvisual .slide-img .home_mv_catch {
    margin-top: 0;
  }
  #mainvisual .slide-img .home_mv_catch img {
    width: 600px;
  }
  .globalnavi {
    display: none;
  }
  /* ------------------------------
   contents
  ------------------------------ */
  .fixed_area {
    height: 60vw;
  }
  .sliderarea .item {
    margin-inline: 0.5vw;
    height: 60vw;
  }
  /* ------------------------------
  #sec_news
  ------------------------------ */
  #sec_news {
    padding-block: 0 55px;
    /*filter: drop-shadow(5px 5px 0 rgba(29, 29, 29, 0.07));*/
  }
  #sec_news .wrapper {
    padding-inline: 0;
  }
  #sec_news .news_inner {
    display: block;
    border-inline: none;
    padding: 10px;
    height: auto;
  }
  #sec_news .news_inner .news_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
    width: auto;
    font-size: 20px;
  }
  #sec_news .news_inner .swiper-container {
    height: 2lh;
    padding-inline: 5px;
  }
  #sec_news .news_inner .swiper-container .news_item.swiper-slide .inner {
    display: block;
    text-align: left;
    font-size: 0.9em;
  }
  #sec_news .news_inner .swiper-container .news_item.swiper-slide .inner time::after {
    margin-inline: 0.5em;
  }
  #sec_news .news_inner .more {
    margin-top: 5px;
  }
  #sec_news .news_inner .more a {
    border-radius: 100vmax;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    line-height: 1;
    font-size: 16px;
  }
  #sec_news .news_inner .more a::after {
    content: "\f0da";
    display: inline-block;
    color: #CECAC4;
    padding-top: 0.2em;
    font-family: "Font Awesome 6 free", "Font Awesome 6 Brands";
    font-weight: 900;
  }
  /* ------------------------------
   #sec_intro
  ------------------------------ */
  #sec_intro {
    padding-bottom: 110px;
  }
  #sec_intro .titlearea {
    margin-bottom: 60px;
  }
  #sec_intro .content {
    padding-inline: 0;
  }
  #sec_intro .content .list .item {
    padding: 40px 10px 20px;
  }
  #sec_intro .content .list .item + .item {
    margin-top: 45px;
  }
  #sec_intro .content .list .item .title {
    margin-bottom: 15px;
  }
  #sec_intro .content .list .item .num {
    --square: 45px;
    font-size: 26px;
    top: calc(-0.5lh - 6px);
  }
  /* ------------------------------
  #sec_lineup
  ------------------------------ */
  #sec_lineup > .wrapper {
    padding-top: 110px;
  }
  #sec_lineup .tabhead {
    padding: 20px;
  }
  #sec_lineup .tabhead .tab {
    gap: 10px;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  #sec_lineup .tabhead .tab li {
    display: -ms-grid;
    display: grid;
    place-content: center;
    height: 2lh;
  }
  #sec_lineup .tabbody .panel .content::before {
    conten: none;
  }
  #sec_lineup .tabbody .panel .content .item {
    display: block;
    margin-top: 30px;
  }
  #sec_lineup .tabbody .panel .content .item + .item {
    margin-top: 20px;
  }
  #sec_lineup .tabbody .panel .content .item .ph {
    width: auto;
    height: 200px;
  }
  #sec_lineup .tabbody .panel .content .item:nth-of-type(odd) .ph {
    margin-inline: calc(50% - 50vw);
  }
  #sec_lineup .tabbody .panel .content .item:nth-of-type(odd) .ph img {
    border-radius: 0;
  }
  #sec_lineup .tabbody .panel .content .item:nth-of-type(even) .ph {
    margin-inline: calc(50% - 50vw);
  }
  #sec_lineup .tabbody .panel .content .item:nth-of-type(even) .ph img {
    border-radius: 0;
  }
  #sec_lineup .tabbody .panel .foot {
    margin-top: 30px;
    padding: 10px;
  }
  #sec_lineup .tabbody .panel .foot .caption {
    margin-top: 10px;
  }
  /* ------------------------------
  #sec_overview
  ------------------------------ */
  #sec_overview {
    padding-bottom: 70px;
  }
  #sec_overview .titlearea {
    margin-bottom: 30px;
  }
  #sec_overview .textarea {
    margin-bottom: 40px;
  }
  #sec_overview .textarea .lead {
    margin-bottom: 20px;
  }
  #sec_overview .textarea p:not([class]) {
    text-align: left;
  }
  #sec_overview .textarea p:not([class]) br {
    display: none;
  }
  #sec_overview .table {
    overflow-x: auto;
    position: relative;
    margin-inline: calc(50% - 50vw);
  }
  #sec_overview .table table {
    margin-inline: var(--wrapper_pd);
    width: 800px;
  }
  #sec_overview .table table tbody tr > * {
    height: 75px;
  }
  #sec_overview .table table tbody tr td {
    font-size: 13px;
  }
  #sec_overview .table table tbody tr td span {
    font-size: 20px;
  }
  /* ------------------------------
   #sec_point
  ------------------------------ */
  #sec_point {
    padding-bottom: 60px;
  }
  #sec_point .titlearea {
    margin-bottom: 40px;
  }
  #sec_point .content {
    padding-top: 0;
    padding-bottom: 50vw;
  }
  #sec_point .content .ph {
    top: auto;
    bottom: 0;
    right: -20vw;
    left: -20vw;
  }
  #sec_point .content .list {
    height: auto;
    max-width: 360px;
  }
  #sec_point .content .list .item {
    width: 70%;
    max-width: 230px;
    position: static;
  }
  #sec_point .content .list .item .title {
    font-size: 16px;
  }
  #sec_point .content .list .item:nth-child(even) {
    margin-left: auto;
  }
  /* ------------------------------
   #sec_case
  ------------------------------ */
  #sec_case .titlearea .sec_title {
    margin-bottom: 30px;
  }
  #sec_case .head {
    padding-bottom: 50px;
  }
  #sec_case .head::after {
    height: 50px;
  }
  #sec_case .head .titlearea {
    padding-block: 60px 40px;
  }
  #sec_case .head .titlearea .sec_title {
    font-size: 20px;
  }
  #sec_case .head .titlearea .text {
    text-align: left;
  }
  #sec_case .head .titlearea .text br {
    display: none;
  }
  #sec_case .content {
    --gap: 5px;
    padding-top: 30px;
  }
  #sec_case .content .sub_title {
    margin-bottom: 30px;
  }
  #sec_case .content .list {
    margin-top: 0;
  }
  #sec_case .content .list .item .inner {
    padding-top: 20px;
    height: 145px;
  }
  #sec_case .content .list .item .inner .icon::before {
    width: 70px;
  }
  #sec_case .content .list .item .inner .title {
    font-size: 15px;
    letter-spacing: 0;
  }
  #sec_case .content .list .item07 {
    width: 100%;
  }
  /* ------------------------------
   #sec_plan
  ------------------------------ */
  #sec_plan .content .list .item {
    gap: 20px;
  }
  #sec_plan .content .list .item .ph {
    height: 190px;
  }
  #sec_plan .content .list .item .inner .title {
    font-size: 21px;
  }
  #sec_plan .content .list .item .inner .min {
    font-size: 16px;
  }
  #sec_plan .content .list .item .inner .price {
    margin-top: 20px;
  }
  #sec_plan .content .list .item .inner .price .p_title {
    font-size: 11px;
  }
  #sec_plan .content .list .item .inner .price .p_num {
    font-size: 40px;
  }
  #sec_plan .content .list .item .inner .price .p_unit {
    font-size: 14px;
  }
  /* ------------------------------
   #sec_flow
  ------------------------------ */
  #sec_flow .content .item {
    padding: 15px 20px;
  }
  #sec_flow .content .item + .item {
    --triangle: 40px;
  }
  #sec_flow .content .item .num::before {
    --num: 100px;
    top: -20px;
    left: 20px;
  }
  #sec_flow .content .item .text {
    font-size: 15px;
  }
  #sec_flow .content .item .sup {
    font-size: 13px;
  }
  /* ------------------------------
   #sec_faq
  ------------------------------ */
  #sec_faq {
    padding-bottom: 95px;
  }
  #sec_faq .titlearea {
    margin-bottom: 40px;
  }
  #sec_faq .content {
    padding-inline: 2vw;
  }
  #sec_faq .content .circle {
    --circle: 35px;
  }
  #sec_faq .content .ac_item + .ac_item {
    margin-top: 30px;
  }
  #sec_faq .content .ac_item .ac_btn {
    gap: 15px;
    padding: 15px;
    font-size: 15px;
  }
  #sec_faq .content .ac_item .ac_content {
    gap: 15px;
    padding: 15px;
    font-size: 13px;
  }
  #sec_faq .loop-wrap {
    bottom: -20px;
  }
  #sec_faq .loop-wrap .loop-area {
    height: 130px;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
  }
  @-webkit-keyframes loop-slide {
    from {
      background-position: -100px 0;
    }
    to {
      background-position: 796.07px 0;
    }
  }
  @keyframes loop-slide {
    from {
      background-position: -100px 0;
    }
    to {
      background-position: 796.07px 0;
    }
  }
  /* ------------------------------
   #sec_outline
  ------------------------------ */
  #sec_outline .titlearea {
    margin-bottom: 40px;
  }
  #sec_outline .table table {
    border-top: 1px solid rgba(71, 70, 68, 0.8);
    border-left: 1px solid rgba(71, 70, 68, 0.8);
    font-size: 13px;
  }
  #sec_outline .table table tr {
    border-bottom: 1px solid rgba(71, 70, 68, 0.8);
  }
  #sec_outline .table table tr > * {
    padding: 10px 15px;
    border-right: 1px solid rgba(71, 70, 68, 0.8);
    display: block;
    width: auto;
  }
  #sec_outline .table table tr th {
    width: auto;
    text-align: center;
  }
  #sec_outline .table table tr td {
    padding: 15px 15px 20px;
  }
  /* ------------------------------
   form
  ------------------------------ */
  #sec_form {
    padding-block: 70px 90px;
  }
  #sec_form .titlearea {
    margin-bottom: 40px;
  }
  #sec_form .titlearea .sec_title {
    margin-bottom: 30px;
  }
  #sec_form .titlearea .text {
    text-align: left;
  }
  #sec_form .titlearea .text br {
    display: none;
  }
  #sec_form .formwrap {
    padding-block: 20px 50px;
  }
}
@media only screen and (max-height: 567px) {
  /* ------------------------------
   MainVisual
  ------------------------------ */
  #mainvisual {
    height: 670px;
  }
  #mainvisual .slide-img .home_mv_catch {
    margin-top: 50px;
  }
  #mainvisual .slide-img .home_mv_catch img {
    width: 450px;
  }
  .globalnavi {
    display: none;
  }
}