@charset "utf-8";
/*
Theme Name: senkawapj
Theme URI: 

フォント一覧：
font-family: "Zen Kaku Gothic", sans-serif;　（ゴシック） w400,700,900
font-family: "Zen Maru Gothic", sans-serif;　（丸ゴシック）　w400,500,700,900
font-family: "Oswald", sans-serif;　（英文　数字） w200〜700
*/


/*-----------------------------------------------
　基本設定
--------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html{
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: 'Oswald', 'Zen Kaku Gothic', sans-serif;
  font-size: var(--font-size-S);
  font-weight: 400;
  line-height: 1.8;
  color: var(--text-color);
  letter-spacing: 0.2em;
  background-color: var(--base-color);
  font-feature-settings: "palt" 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, ul {
  list-style: none;
}

h2,h3,h4{
  font-weight: 500;
  line-height: 1.4;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  text-decoration: none;
  color: var(--text-color);
  transition: all .3s ease-in-out;
}

[id] {
  scroll-margin-top: 80px;
}

*, *:before, *:after {
  box-sizing: border-box;
}

:root {
  --main-color1: #4AB8CB;
  --main-color2: #FFE100;
  --main-color3: #61A658;
  --base-color: #F5F2E9;
  --accent-color: #F08437;
  --text-color: #5A5A5A;
  --font-size-SS: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  --font-size-S: clamp(0.813rem, 0.756rem + 0.24vw, 0.938rem);
  --font-size-M2: clamp(16px, 1vw + 8px, 20px);
  --font-size-M: clamp(18px, 1.2vw + 10px, 26px);
  --font-size-L: clamp(1.375rem, 1.08rem + 1.48vw, 2.188rem);
  --font-size-LL: clamp(1.75rem, 1.364rem + 1.93vw, 2.813rem);
  --font-size-B: clamp(3rem, calc(4rem + 0.625vw), 5rem);
}

::selection {
  background-color: #B7E2EA;
}

/* 改行調整 */
@media screen and (max-width: 797px) {
  .ps_br{
    display: none;
  }
}
.pc_br{
  display: none;
}
@media screen and (max-width: 797px) {
  .pc_br{
    display: block;
  }
}


/*-----------------------------------------------
　共通設定
--------------------------------------------------*/
/*-- 大枠 --*/
.general{
  width: 100vw;
  color: var(--text-color);
}
/*-- //大枠 --*/

/*-- ボタン設定 --*/
.common__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 40px;
  border-radius: 2em;
  transition: all .3s ease-in-out;
}
.common__btn:hover{
  color: #fff;
}
.common__btn::after{
  content: '';
  width: 8px;
  height: 8px;
  margin-left: 15px;
  border-top: 2px solid var(--text-color);
  border-right: 2px solid var(--text-color);
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.common__btn:hover::after{
  transform: rotate(45deg) translate(5px, -5px);
  border-color: #fff;
}
/* 給田クリニック用 */
.thoughts__clinic_btn{
  position: relative;
  width: fit-content;
  margin: -20px auto 0;
  border: 1px solid var(--text-color);
  background: #fff;
  border-radius: 2em;
  transition: all .3s ease-in-out;
  z-index: 10;
}
.thoughts__clinic_btn:hover{
  color: #fff;
  border: 1px solid #ed7a94;
  background: #ed7a94;
}
/* お知らせ用 */
.news__btn{
  width: fit-content;
  margin: 20px 0;
  border: 1px solid var(--text-color);
  border-radius: 2em;
  transition: all .3s ease-in-out;
}
.news__btn:hover{
  color: #fff;
  border-color: var(--main-color1);
  background: var(--main-color1);
}
.news__link a{
  font-weight: 700;
  color: var(--main-color1);
  text-decoration: underline;
  transition: all .3s ease-in-out;
}.news__link a:hover{
  opacity: .6;
}
/* 暮らし用 */
.life__btn{
  width: fit-content;
  margin: 30px auto;
  border: 1px solid var(--text-color);
  border-radius: 2em;
  transition: all .3s ease-in-out;
}
.life__btn:hover{
  color: #fff;
  border-color: var(--main-color3);
  background: var(--main-color3);
}
/* 子育て支援用 */
.support__btn{
  width: 100%;
  margin-top: auto;
  text-align: center;
  border: 1px solid var(--text-color);
  border-radius: 2em;
  transition: all .3s ease-in-out;
}
@media (hover: hover) {
  .support__btn:hover{
    color: #fff;
    border-color: var(--main-color1);
    background: var(--main-color1);
  }
}
/* お問い合わせ用 */
.common2__btn{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2em;
  transition: all .3s ease-in-out;
}
.common2__btn:hover{
  color: #fff;
}
.common2__btn::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-left: 15px;
  border-top: 2px solid var(--text-color);
  border-right: 2px solid var(--text-color);
  transform: translateX(0) translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}
.common2__btn:hover::after{
  transform: translateX(5px) translateY(-50%) rotate(45deg);
  border-color: #fff;
}
.contact__btn{
  width: fit-content;
  margin: 50px auto;
  border: 1px solid var(--text-color);
  border-radius: 2em;
  transition: all .3s ease-in-out;
}
.contact__btn:hover{
  color: #fff;
  border-color: var(--main-color1);
  background: var(--main-color1);
}
.contact__btn_f{
  width: fit-content;
  margin: 20px auto;
  border: 1px solid var(--text-color);
  border-radius: 2em;
  transition: all .3s ease-in-out;
}
.contact__btn_f:hover{
  color: #fff;
  border-color: var(--main-color1);
  background: var(--main-color1);
}
/*-- //ボタン設定 --*/

/*-- 共通見出し --*/
.headline{
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  font-size: var(--font-size-M);
}
/* 見出し英語 */
.headline_p_w,
.headline_p_b,
.headline_p_g{
  position: relative;
  width: fit-content;
  margin: 10px auto 0; 
  font-weight: 300;
  font-size: var(--font-size-S);
}
.headline_p_w::before,
.headline_p_b::before,
.headline_p_g::before{
  content: '';
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
}
.headline_p_w::before{
  background: #fff;
}
.headline_p_b::before{
  background: var(--main-color1);
}
.headline_p_g::before{
  background: var(--main-color3);
}
.headline_p_w::after,
.headline_p_b::after,
.headline_p_g::after{
  content: '';
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
}
.headline_p_w::after{
  background: #fff;
}
.headline_p_b::after{
  background: var(--main-color1);
}
.headline_p_g::after{
  background: var(--main-color3);
}

.headline h2 span{
  margin: 0 5px;
  padding: 6px 10px;
  font-size: clamp(16px, 1.66vw, 20px);
  font-weight: 700;
  color: var(--main-color1);
  background: var(--main-color2);
}
.headline h2 span:first-of-type{
  margin-left: 10px;
}
.headline_sub{
  width: fit-content;
  margin: 30px auto;
  text-align: center;
  font-size: var(--font-size-M2);
}
.headline_txt{
  width: fit-content;
  margin: 0 auto 50px;
  text-align: center;
  font-size: var(--font-size-S);
}
.color_b{
  color: var(--main-color1);
}
.color_w{
  color: #fff;
}
.color_g{
  color: var(--main-color3);
}
/*-- //共通見出し --*/

/*-- タブコンテンツ設定 --*/
.js-tabs-group{
  width: 1200px;
  margin: 0 auto;
}
/* プランタブ用 */
.plan__tab{
  display: flex;
  justify-content: space-between;
}
.plan__tab li{
  width: calc((100% - 30px) / 7);
}
/* 暮らしタブ用 */
.life__tab{
  display: flex;
  justify-content: space-between;
}
.life__tab li{
  width: calc((100% - 50px) / 6);
}

.js-tab-content {
  display: none;
}
/* 暮らしタブ用 */
.life-tab-content {
  width: 100%;
  padding: 60px;
  background: #fff;
}
/*-- activeクラスがついた時の動き --*/
.js-tab-content.active {
  display: block; 
  animation: fadeIn 0.7s ease forwards;
}
.js-tab-btn {
  cursor: pointer;
  width: 100%;
  padding: 12px 0;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  background: #C7C7C7;
  transition: background-color 0.3s;
  border: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
/* プランタブ用 */
.plan_tab {
  background-color: var(--main-color1);
  filter: grayscale(100%) brightness(1.3);
  transition: filter .5s ease-in-out;
}
.plan_tab.active {
  background-color: var(--main-color1);
  filter: grayscale(0) brightness(1.0);
}
.plan_tab p {
  display: inline;
  margin-right: 5px;
  font-size: var(--font-size-M);
}
/* 暮らしタブ用 */
.life_tab {
  font-size: var(--font-size-S);
  background-color: var(--main-color3);
  filter: grayscale(100%) brightness(1.3);
  transition: filter .5s ease-in-out;
}
.life_tab.active {
  background-color: var(--main-color3);
  filter: grayscale(0)  brightness(1.0);
}
.life_tab2 {
  color: var(--text-color);
  background-color: var(--main-color2);
}

/*ふわっとさせるアニメーションの定義*/
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*-- //タブコンテンツ設定 --*/

/*-- フェードアップアニメーション --*/
.fade-up{
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-up .delay-1,
.fade-up .delay-2 {
  opacity: 0;
  transform: translateY(30px);
}

/* 画面内に入った時に付与されるクラス */
.fade-up.show{
  opacity: 1;
  transform: translateY(0);
}
/* 時間差の設定 */
.fade-up.show .delay-1 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 0.8s, transform 1s ease-out 0.8s;
} 

.fade-up.show .delay-2 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out 1.5s, transform 1s ease-out 1.5s;
}
/*-- //フェードアップアニメーション --*/

/*-----------------------------------------------
　トップページ
--------------------------------------------------*/
/*-- メインヴィジュアル --*/
.top__main_visual_bg{
  position: relative;
  width: 100%;
  height: calc(100vh - 85px);
  min-height: 550px;
  background: url(img/main_visual.webp) no-repeat bottom center / cover;
  overflow: hidden;
}
.top__main_visual{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top__main_visual::before{
  content: '';
  position: absolute;
  top: -5%;
  left: 0;
  width: 20%;
  aspect-ratio: 1 / 1 ;
  background: url(img/main_visual_ivy.webp) no-repeat top center / cover;
}
.top__main_title{
  display: flex;
  justify-content: left;
  align-items: center;
  position: absolute;
  top: 15%;
  left: 10%;
  width: fit-content;
}
.top__main_title_icon{
  display: flex;
  justify-content: right;
  width: 200px;
  margin-right: 10px;
}
.top__main_title_icon img{
  width: 80%;
}
.top__main_title_txt{
  width: 400px;
}
.top__main_title_txt img{
  width: 100%;
}
.top__main_title_txt p{
  width: 100%;
  margin-top: 10px;
  padding: 8px 0;
  font-size: var(--font-size-S);
  text-align: center;
  border: 1px solid var(--text-color);
  background-color: rgba(255, 255, 255, .8);
}
.top__main_img{
  display: flex;
  justify-content: end;
  align-items: end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55%;
  height: 100%;
}
.top__main_img img{
  width: 100%;
  object-fit: cover;
}
.top__main_copy{
  position: absolute;
  top: 15%;
  right: 10%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-weight: 500;
  writing-mode: vertical-rl;
}
.top__main_copy p{
  margin-left: 20px;
  font-size: clamp(1.875rem, 1.466rem + 2.05vw, 3rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  letter-spacing: .2em;
  text-shadow: 
  0 0 5px  var(--main-color1),  /* 中心部の濃い影 */
  0 0 10px var(--main-color1),  /* 中間の広がり */
  0 0 20px var(--main-color1);  /* 外側の柔らかいぼかし */
}
/* スクロール */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');
.scroll_down{
  position:absolute;
  bottom: 0px;
  left: 10%;
}
.scroll_down a{
  position: absolute;
  left: 6px;
  bottom: 70px;
  color: #fff;
  font-size: 9px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  writing-mode: vertical-lr;
  text-decoration: none;
  text-transform: uppercase;
}
.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -3.2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background:#fff;
  animation:
    circlemove 3s ease-in-out infinite,
    cirlemovehide 3s ease-out infinite;
}
@keyframes circlemove{
  0%{bottom:120px;}
  100%{bottom:0px;}
}
@keyframes cirlemovehide{
  0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
  100%{opacity:0;}
}
.scroll_down:after{
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width:1px;
  height: 120px;
  background:#fff;
}
/*-- //メインヴィジュアル --*/

/*-- 訴求ポイント --*/
.project__outer{
  display: flex;
  justify-content: center;
  width: 100vw;
  background: var(--base-color);
  padding: 20px 0;
  text-align: center;
}
.project__icon{
  display: inline;
  margin-right: 30px;
  padding: 8px 30px;
  font-weight: 500;
  color: #fff;
  background: var(--main-color1);
  border-radius: 2em;
}
.project__logo{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-M);
  font-weight: 700;
}
.project__outer img:first-of-type{
  height: 20px;
}
.project__outer img{
  height: 40px;
  margin: 0 5px;
}
.project__logo p{
  position: relative;
  font-family: "Zen Kaku Gothic", sans-serif;
}
.project__logo p::after{
  content: 'アイビー';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  font-size: var(--font-size-SS);
  font-weight: 400;
}
.point__outer{
  width: 100vw;
  padding: 40px 0;
  background-color: #C9EAEF;
}
.point__outer ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px 50px;
  max-width: 1200px;
  margin: 0 auto;
}
.point__outer li{
  width: calc(100% / 2 - 25px);
  padding: 25px;
  font-size: var(--font-size-S);
  background: #fff;
}
.point__inner{
  display: flex;
  justify-content: center;
  align-items: end;
  margin: 0 auto;
}
.point__inner h2{
  font-size: var(--font-size-M2);
  font-weight: 500;
}
.point__inner h2 span{
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--text-color);
  font-size: var(--font-size-S);
  font-weight: 400;
}
.point__inner img{
  width: 36%;
  margin-left: 20px;
}
/*-- //訴求ポイント --*/

/*-- 波表現用 --*/
.wave__outer{
  position: relative;
  width: 100vw;
  z-index: 0;
}
/*.wave__outer::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5%;
  height: 100%;
  background: url(img/wave_l.svg) no-repeat top left / 100% 100%;
}
/*-- //波表現用 --*/

/*-- プロジェクトの想い --*/
.thoughts__outer{
  position: relative;
  width: 100vw;
  padding: 120px 0 80px;
}
.thoughts__outer::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: url(img/thoughts__outer_bg.svg) no-repeat top center / 100%;
}
.thoughts__inner{
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background: url(img/thoughts_bg.webp) no-repeat top -80px right / 55%;
  z-index: 1;
  background-color: var(--base-color); /* ←これ必須 */
  background-blend-mode: multiply;
}
.thoughts__inner::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/thoughts_txt.svg) no-repeat top -80px right / 55%;
  z-index: -1;
}
.thoughts__title{
  width: 100%;
  margin-bottom: 100px;
}
.thoughts__title h2{
  display: block;
  margin-left: 100px;
  font-family: "Zen Maru Gothic", sans-serif;
  writing-mode: vertical-rl;
  font-size: var(--font-size-L);
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.3em;
}
.thoughts__title_line1,
.thoughts__title_line2{
  position: relative;
}
.thoughts__title_line1::after,
.thoughts__title_line2::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 100%;
  z-index: -1;
}
.thoughts__title_line1::after{
  background: var(--main-color2);
}
.thoughts__title_line2::after{
  background: #A4DBE5;
}
.thoughts__title_jp{
  padding: 5px 0;
  font-size: var(--font-size-S);
  font-weight: 400;
  color: #fff;
  background: #7D7D7D;
  letter-spacing: 0.1em;
}
.thoughts__title_en{
  font-size: var(--font-size-S);
  font-weight: 400;
  letter-spacing: 0.1em;
}
.thoughts__title_en p{
  display: inline;
}
.thoughts__content{
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.thoughts__txt{
  width: 60%;
  padding-bottom: 80px;
}
.thoughts__txt h3{
  margin-bottom: 20px;
  font-size: var(--font-size-M);
  font-weight: 500;
  line-height: 1.8;
}
.thoughts__img{
  position: relative;
  width: 60%;
  height: stretch;
}
.thoughts__img .img1{
  position: absolute;
  bottom: -150px;
  right: -20%;
  width: 70%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}
.thoughts__img .img2{
  position: absolute;
  top: 10%;
  left: -20px;
  width: 60%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}
.thoughts__img::before{
  content: "image photo";
  position: absolute;
  bottom: -10px;
  left: 0;
  text-align: center;
  font-size: 10px;
  font-weight: 300;
}
.thoughts__img::after{
  content: "image photo";
  position: absolute;
  bottom: -60px;
  left: 38%;
  text-align: center;
  font-size: 10px;
  font-weight: 300;
}
.thoughts__clinic{
  position: relative;
  display: flex;
  justify-content: center;
  gap: 30px;
  width: 100%;
  margin-top: 100px;
  padding: 30px 30px 50px 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.thoughts__clinic_logo{
  width: 20%;
  overflow: hidden;
}
.thoughts__clinic_logo img{
  width: 80%;
  object-fit: cover;
}
.thoughts__clinic_content{
  width: fit-content;
}
.thoughts__clinic_content h2{
  margin-bottom: 15px;
  font-size: var(--font-size-M);
  font-weight: 500;
  color: #ed7a94;
}
.thoughts__clinic_content h2 span{
  display: block;
  width: fit-content;
  margin-top: 5px;
  padding: 8px 15px;
  font-size: var(--font-size-S);
  font-weight: 400;
  color: #fff;
  background: #ed7a94;
  border-radius: 2em;
}
.thoughts__clinic_txt{
  width: 20%;
  margin-top: -100px;
}
.thoughts__clinic_txt img{
  display: block;
  width: 80%;
  margin: 0 auto 10px;
}
.thoughts__clinic_txt p{
  display: inline;
  font-size: var(--font-size-M2);
  font-weight: 500;
}
/*-- //プロジェクトの想い --*/

/*-- コミュニティスペース集会場 --*/
.space__outer{
  position: relative;
  width: 100vw;
  margin: 150px 0;
  padding: 80px 0;
  background: #77C9D8;
}
.space__outer::before{
  content: '';
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background: url(img/wave_up.svg) no-repeat top / cover;
}
.space__outer::after{
  content: '';
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background: url(img/wave_down.svg) no-repeat bottom / 100% 60px;
}
.space__note{
  display: inline;
  margin-left: .5em;
  font-size: var(--font-size-S);
}
.space__note2{
  margin-top: 10px;
  text-align: right;
  font-size: 12px;
  font-weight: 300;
}
.space__content{
  width: 1200px;
  margin: 0 auto 50px;
  padding: 80px 40px 40px 40px;
  background: #fff;
}
.space__content ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 80px 30px;
  width: 100%;
}
.space__content ul li{
  position: relative;
  width: calc((100% - 60px) / 3);
  padding: 20px;
  background: transparent;
  border: 1px solid #A2A2A2;
  overflow: visible;
}
.space__content ul li::before {
  content: '';
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 45px;
  background: #fff;
  border: 1px solid #A2A2A2;
  border-bottom: none;
  border-radius: 50px 50px 0 0;
}
.space__content_no{
  position: relative;
  width: 100%;
  margin-top: -60px;
  text-align: center;
  z-index: 2;
}
.space__content_no img{
  width: 28%;
}
.space__content ul li h3{
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  font-size: var(--font-size-M2);
}
.space__content_img{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1.6 / 1;
  overflow: hidden;
}
.space__content_img img{
  width: 100%;
  object-fit: cover;
}
.space__content_img::after{
  content: 'image photo';
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
  font-weight: 300;
  color: #fff;
}
.space__content_txt{
  margin-top: 20px;
  text-align: justify;
  font-weight: 300;
}
/*-- //コミュニティスペース集会場 --*/

/*-- お知らせ --*/
.news__outer{
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.news__title_outer{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  aspect-ratio: 1 / 1;
  color: #fff;
  background: var(--main-color1);
  border-radius: 50%;
}
.news__title_inner{
  width: 100%;
  text-align: center;
}
.news__title_inner h2{
  font-size: var(--font-size-M);
}
.news__title_inner p{
  font-size: var(--font-size-S);
  font-weight: 300;
}
.news__title_inner h2::before{
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 10px;
  background: url(img/news_icon.svg) no-repeat center / 30px;
}
.news__content{
  width: 70%;
}
.news__content ul li{
  width: 100%;
  border-bottom: 1px dotted #ccc;
}
.news__content ul li a{
  display: flex;
  justify-content: space-between;
  height: stretch;
  padding: 20px 15px;
  transition: all .3s ease-in-out;
}
.news__content ul li a:hover{
  background-color: #D2EDF2;
}
.news__content ul li a:hover .news__content_img img{
  transform: scale(1.1);
}
.news__content_img{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  aspect-ratio: 5/3;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.news__content_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
}
.news__content_txt{
  width: 65%;
  text-align: justify;
}
.news__content_txt h2{
  margin: 10px 0;
  font-size: var(--font-size-M2);
}
/*-- //お知らせ --*/

/*-- プラン --*/
.plan__outer{
  position: relative;
  width: 100vw;
  margin: 150px 0;
  padding: 80px 0;
  background: #fff;
}
.plan__outer::before{
  content: '';
  position: absolute;
  top: -55px;
  left: 0;
  width: 100%;
  height: 60px;
  background: url(img/wave_up_w.svg) no-repeat top / cover;
}
.plan__outer::after{
  content: '';
  position: absolute;
  bottom: -55px;
  left: 0;
  width: 100%;
  height: 60px;
  background: url(img/wave_down_w.svg) no-repeat bottom / cover;
}
.plan__inner{
  max-width: 1200px;
  margin: 0 auto;
}
.plan__pers_title{
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto 50px;
  padding: 0 20px 10px;
  text-align: center;
  border-bottom: 1px solid var(--text-color);
}
.plan__pers_p1{
  margin-right: 20px;
  padding: 2px 8px;
  font-size: var(--font-size-S);
  color: #fff;
  background-color: #909090;
}
.plan__pers_p2{
  margin-right: 10px;
  font-size: var(--font-size-M);
  font-weight: 700;
}
.plan__pers_p3{
  margin-right: 20px;
  padding: 2px 8px;
  font-size: var(--font-size-S);
  border: 1px solid var(--text-color);
}
.plan__pers_p4{
  font-size: var(--font-size-M);
  font-weight: 700;
  color: var(--main-color1);
}
.plan__pers_p4 span{
  font-size: var(--font-size-S);
  font-weight: 400;
}
.plan__pers_ex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 100px;
}
.plan__pers_ex ul{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 50px;
  width: 25%;
}
.plan__pers_ex ul li{
  width: 100%;
  padding: 20px;
  border: 3px solid #6ec6d6 ;
  background-color: #faf9f4;
  text-align: justify;
  font-weight: 300;
}
.plan__pers_ex ul li p{
  margin-bottom: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: var(--font-size-M2);
  font-weight: 500;
  letter-spacing: 0;
}
.plan__pers_img{
  position: relative;
  width: 40%;
}
.plan__pers_img img{
  width: 100%;
  object-fit: cover;
}
/* イラストパース用見出し */
.pers_en1,
.pers_en2,
.pers_en3,
.pers_en4,
.pers_en5,
.pers_en6,
.pers_en7{
  position: relative;
}
.pers_en1::after,
.pers_en2::after,
.pers_en3::after,
.pers_en4::after,
.pers_en5::after,
.pers_en6::after,
.pers_en7::after{
  position: absolute;
  top: -30px;
  left: -10px;
  font-size: var(--font-size-M);
  font-weight: 400;
}
.pers_en1::after{
  content: 'KITCHEN';
}
.pers_en2::after{
  content: 'LIVING DINING';
}
.pers_en3::after{
  content: 'BEDROOM';
}
.pers_en4::after{
  content: 'SERVISEROOM（納戸）';
}
.pers_en5::after{
  content: 'BATHROOM';
}
.pers_en6::after{
  content: 'POWDERROOM';
}
.pers_en7::after{
  content: 'BALCONY';
}
/* イラストパースの線 */
.pin {
  position: absolute;
  width: 1px;
  height: 1px;
  background: transparent; /* 透明でOK */
}
.plan__pers_img .pin:nth-of-type(1){
  top: 37%;
  left: 25%;
}
.plan__pers_img .pin:nth-of-type(2){
  top: 50%;
  left: 40%;
}
.plan__pers_img .pin:nth-of-type(3){
  top: 60%;
  left: 65%;
}
.plan__pers_img .pin:nth-of-type(4){
  top: 20%;
  right: 30%;
}
.plan__pers_img .pin:nth-of-type(5){
  top: 40%;
  right: 20%;
}
.plan__pers_img .pin:nth-of-type(6){
  top: 48%;
  right: 40%;
}
.plan__pers_img .pin:nth-of-type(7){
  bottom: 20%;
  right: 30%;
}
/* タブの内容 */
.plan-tab-content {
  width: 100%;
  padding: 60px;
  background: #E4F4F7;
}
.plan-tab-content ul{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.plan-tab-content ul li{
  position: relative;
  width: 50%;
  text-align: justify;
  font-weight: 300;
}
.plan__content_name{
  width: 100%;
  font-size: var(--font-size-M);
  font-weight: 700;
  color: var(--main-color1);
}
.plan__content_name span{
  margin-right: 5px;
  font-size: var(--font-size-B);
  line-height: 1;
}
.plan__content_name p{
  display: inline;
  margin-left: 10px;
  padding: 5px 15px;
  font-size: var(--font-size-S);
  font-weight: 500;
  color: var(--text-color);
  background: #fff;
  border: 1px solid var(--text-color);
}
.plan__content_area{
  margin: 15px 0;
  font-size: var(--font-size-M2);
}
.plan__content_area p{
  display: inline;
  margin-right: 5px;
  font-size: var(--font-size-B);
  font-weight: 700;
  line-height: 1.2;
}
.plan__content_point ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
  margin: 25px 0;
}
.plan__content_point ul li{
  width: 100%;
  padding: 5px 0;
  text-align: center;
  font-size: var(--font-size-S);
  font-weight: 500;
  color: #fff;
  background-color: var(--main-color1);
  border-radius: 2em;
}
.plan-tab-content ul li img{
  width: 90%;
  object-fit: contain;
}
.plan-tab-content_img{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.plan-tab-content_img::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 40px;
  background: url(img/direction.svg) no-repeat center / cover;
}
.plan-tab-content_img::after{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(img/glass_icon.svg) no-repeat center / cover;
}
/*-- モーダル設定 --*/
.lightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
}
/* activeクラスがついた時の処理 */
.lightbox-overlay.active {
    display: flex;
    animation: fadeIn 0.5s ease forwards;
}
.lightbox-overlay.is-closing {
  animation: fadeOut 0.5s ease forwards;
}
/* ふわっと出すアニメーションの定義 */
@keyframes fadeIn {
  from {
  opacity: 0;
  }
  to {
  opacity: 1;
  }
}
/* 消えていくアニメーションの定義 */
@keyframes fadeOut {
  from {
  opacity: 1;
  transform: translateY(0);
  }
  to {
  opacity: 0;
  transform: translateY(10px);
  }
}
/* 拡大画像の中身 */
#js-lightbox-image {
  display: block;
  width: auto;
  height: auto;
  max-width: 90vw;
  max-height: 80vh;
  margin: 0 auto; 
}
.lightbox-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.lightbox-content img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

/* 閉じるボタン */
.lightbox-close {
  position: absolute;
  top: 5%;
  right: 5%;
  background: none; border: none;
  color: var(--text-color);
  font-size: var(--font-size-L);
  cursor: pointer;
}

/* PC（1024px以上）の時だけ、クリックできるっぽい見た目にする */
@media (min-width: 1024px) {
  .js-lightbox {
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .js-lightbox:hover {
    opacity: 0.8;
  }
}
/*-- //プラン --*/

/*-- 設備・セキュリティ --*/
.fm__outer{
  width: 1200px;
  margin: 60px auto 0;
}
.fm__inner{
  width: 100%;
  padding: 30px;
  border: 1px solid var(--text-color);
  border-radius: 5px;
}
.fm__outer .fm__inner:last-of-type{
  margin-top: 60px;
}
/* 設備・仕様 */
.equipment__outer{
  width: 100%;
  margin-top: 50px;
}
.equipment__outer ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.equipment__outer ul li{
  width: calc((100% - 120px) / 5);
  text-align: center;
}
.equipment__icon{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  aspect-ratio: 1 / 1;
  margin: 0 auto 10px;
  background-color: #DBF1F5;
  border-radius: 10px;
}
.equipment__outer img{
  width: 80%;
}
.security__txt{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--text-color);
}
.security__txt p:first-of-type{
  width: 58%;
  margin-right: 20px;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-weight: 700;
  color: var(--main-color1);
}
.security__outer{
  width: 100%;
  margin-top: 50px;
}
.security__outer ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}
.security__outer ul li{
  width: calc((100% - 125px) / 6);
  text-align: justify;
  font-size: var(--font-size-SS);
}
.security__outer ul li p{
  margin-bottom: 10px;
  font-size: var(--font-size-S);
  font-weight: 700;
  color: var(--main-color1);
}
.security__img{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 5 / 4;
  margin-bottom: 15px;
}
.security__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.security__outer_note{
  width: 100%;
  margin-top: 20px;
  text-align: right;
  font-size: var(--font-size-SS);
  font-weight: 300;
}
.fm_support__outer{
  width: 1200px;
  margin: 50px auto 0;
  padding: 40px;
  background: #E4F4F7;
  border-radius: 10px;
}
.fm_support__title{
  width: 100%;
  text-align: center;
  font-size: var(--font-size-M);
  color: var(--main-color1);
}
.fm_support__title p{
  margin-bottom: 10px;
  font-size: var(--font-size-S);
  color: var(--text-color);
}
.fm_support__txt{
  margin: 15px 0;
  text-align: center;
}
.fm_support__icon{
  width: 50%;
  margin: 0 auto;
}
.fm_support__icon ul{
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  margin-bottom: 20px;
}
.fm_support__icon ul li{
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 120px) / 4);
  padding: 10px;
  aspect-ratio: 1 / 1;
  text-align: center;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  background: var(--main-color1);
  border-radius: 50%;
}
.fm_support__icon ul li:first-of-type{
  background: var(--accent-color);
}
.fm_support__con{
  width: 100%;
  padding: 30px;
  border: 1px solid var(--main-color1);
}
.fm_support__con_title{
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  font-size: var(--font-size-SS);
}
.fm_support__con_title p{
  width: 70%;
  margin: 0 auto 10px;
  padding: 8px 0;
  font-size: var(--font-size-S);
  font-weight: 500;
  color: #fff;
  background: var(--main-color1);
  border-radius: 2em;
}
.fm_support__con ul{
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.fm_support__con ul li{
  width: calc((100% - 120px) / 5);
}
.fm_support__con .icon{
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 0;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  background: var(--main-color1);
}
.fm_support__con .icon::after{
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 15px;
  background: var(--main-color1);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.fm_support__con .icon span{
  display: block;
  font-size: var(--font-size-M2);
}
.fm_support__con .icon p{
  display: inline;
  font-size: 10px;
}
.fm_support__con ul li h3{
  text-align: center;
  font-weight: 500;
  color: var(--main-color1);
}
.fm_support__img{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin: 20px auto 0;
  aspect-ratio: 5 / 4;
  margin-bottom: 15px;
}
.fm_support__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fm_support__con ul li .list{
  width: 100%;
  font-size: var(--font-size-SS);
}
.fm_support__con ul li .list ul{
  display: block;
  width: 100%;
  margin-top: 20px;
}
.fm_support__con ul li .list ul li{
  list-style-type: disc;
  width: fit-content;
  margin-left: 1.5em;
  box-sizing: border-box;
}
.fm_support__con ul li .list ul li:first-of-type{
  list-style-type: none;
  width: 100%;
  margin-left: 0;
  margin-bottom: 10px;
  padding: 3px 0;
  text-align: center;
  border: 1px solid var(--text-color);
}
/*-- //設備・セキュリティ --*/

/*-- アクセス --*/
.access__outer{
  max-width: 1200px;
  margin: 80px auto;
}
.access__station{
  width: 100%;
  margin: 50px auto;
}
.access__station ul{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.access__station ul li{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 47%;
  padding: 20px 35px;
  background: #fff;
}
.access__station ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  border-top: 1px solid #A2A2A2;
  border-left: 1px solid #A2A2A2;
  border-bottom: 1px solid #A2A2A2;
}
.access__station ul li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
  border-top: 1px solid #A2A2A2;
  border-right: 1px solid #A2A2A2;
  border-bottom: 1px solid #A2A2A2;
}
.access__station_txt{
  width: 60%;
}
.station_name{
  display: block;
  font-size: var(--font-size-M2);
  font-weight: 500;
  color: var(--main-color1);
}
.station_min{
  display: inline;
  font-family: "Oswald", sans-serif;
  font-size: var(--font-size-L);
  font-weight: 700;
  line-height: 1.2;
  color: var(--main-color1);
}
.access__station_txt span{
  font-size: 12px;
  font-weight: 300;
}
.access__station_img{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  overflow: hidden;
}
.access__station_img img{
  width: 100%;
  object-fit: cover;
}
.access__map{
  width: 85%;
  margin: 60px auto;
}
.access__map img{
  width: 100%;
  object-fit: cover;
}
.access__route{
  width: 100%;
  font-size: var(--font-size-SS);
  font-weight: 300;
}
.access__route ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--text-color);
}
.access__route ul li{
  position: relative;
  width: calc((100% - 100px) / 3);
}
.access__route_icon{
  position: absolute;
  top: -20px;
  left: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22%;
  aspect-ratio: 1 / 1;
  text-align: center;
  font-size: var(--font-size-M2);
  font-weight: 500;
  color: #fff;
  background: var(--accent-color);
  border-radius: 50%;
}
.access__route_img{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1.6 / 1;
  margin-bottom: 10px;
  overflow: hidden;
}
.access__route_img img{
  width: 100%;
  object-fit: cover;
}
.access__route_station{
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  border-bottom: 1px dotted var(--text-color);
}
.access__route_station p:first-of-type {
  display: inline;
  font-size: var(--font-size-M);
  font-weight: 500;
}
.access__route_station p:nth-of-type(2) {
  display: inline;
  font-size: var(--font-size-L);
  font-weight: 700;
  color: var(--accent-color);
  line-height: 1.2;
}
.access__route_txt{
  width: 100%;
  text-align: justify;
  font-size: var(--font-size-SS);
  letter-spacing: .05em;
  margin-top: 5px;
}
/*-- //アクセス --*/

/*-- 仙川での暮らし --*/
.life__outer{
  position: relative;
  width: 100vw;
  margin: 150px 0;
  padding: 80px 0;
  background: #EFF6EE;
}
.life__outer::before{
  content: '';
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: 75px;
  background: url(img/wave_up_g.svg) no-repeat top / cover;
}
.life__outer::after{
  content: '';
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 100%;
  height: 75px;
  background: url(img/wave_down_g.svg) no-repeat bottom / cover;
}
.life__gmap{
  max-width: 100%;
  margin: 0 auto 60px;
  text-align: center;
  overflow: hidden;
}
.life__gmap iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin-top: -80px;
  pointer-events: none;
}
.life__gmap.is-active iframe {
  pointer-events: auto;
}
.life__img{
  max-width: 1200px;
  margin: 0 auto 60px;
}
.life__img ul{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}
.life__img ul li{
  width: calc((100% - 120px) / 4);
}
.life__shopimg{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 5 / 3;
  margin-bottom: 15px;
  overflow: hidden;
}
.life__shopimg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.life__shopname{
  width: 100%;
  padding-left: 25px;
  font-weight: 300;
}
.life__shopname h3{
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
/* 写真付きリストアイコン */
.shop__icon1,
.shop__icon2,
.shop__icon3,
.shop__icon4,
.shop__icon5,
.shop__icon6{
  position: relative;
}
.shop__icon1::before,
.shop__icon2::before,
.shop__icon3::before,
.shop__icon4::before,
.shop__icon5::before,
.shop__icon6::before{
  content: '';
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 20px;
  height: 20px;
}
.shop__icon1::before{
  background: url(img/shop_icon1.svg) no-repeat center / cover;
}
.shop__icon2::before{
  background: url(img/shop_icon2.svg) no-repeat center / cover;
}
.shop__icon3::before{
  background: url(img/shop_icon3.svg) no-repeat center / cover;
}
.shop__icon4::before{
  background: url(img/shop_icon4.svg) no-repeat center / cover;
}
.shop__icon5::before{
  background: url(img/shop_icon5.svg) no-repeat center / cover;
}
.shop__icon6::before{
  background: url(img/shop_icon6.svg) no-repeat center / cover;
}
/* リストアイコン */
.shop__tab_icon1,
.shop__tab_icon2,
.shop__tab_icon3,
.shop__tab_icon4,
.shop__tab_icon5,
.shop__tab_icon6{
  position: relative;
}
.shop__tab_icon1::before,
.shop__tab_icon2::before,
.shop__tab_icon3::before,
.shop__tab_icon4::before,
.shop__tab_icon5::before,
.shop__tab_icon6::before{
  content: '';
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 35px;
}
.shop__tab_icon1::before{
  background: url(img/shop_icon1.svg) no-repeat center / cover;
}
.shop__tab_icon2::before{
  background: url(img/shop_icon2.svg) no-repeat center / cover;
}
.shop__tab_icon3::before{
  background: url(img/shop_icon3.svg) no-repeat center / cover;
}
.shop__tab_icon4::before{
  background: url(img/shop_icon4.svg) no-repeat center / cover;
}
.shop__tab_icon5::before{
  background: url(img/shop_icon5.svg) no-repeat center / cover;
}
.shop__tab_icon6::before{
  background: url(img/shop_icon6.svg) no-repeat center / cover;
}
.shop__list h3{
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: var(--font-size-M2);
  font-weight: 500;
  color: var(--main-color3);
  border-bottom: 1px solid var(--main-color3);
}
/* ライフインフォテーブル */
.tablepress {
  width: 100% !important;
  font-feature-settings: "palt"; /* 日本語の「」を詰める設定 */
}
.tablepress thead th {
  background-color: var(--text-color);
}
.tablepress .even td {
  background-color: #EFF6EE;
}
.tablepress td, 
.tablepress th {
    color: #5A5A5A !important;
}

/* 各セルの余白調整 */
.tablepress td {
    padding: 15px;
    border: 1px solid #eee;
}
.shop__list table{
  width: 100%;
  font-size: var(--font-size-S);
}
.shop__list table th {
  padding: 12px 10px;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  text-align: left;
  background-color: #fff;
}
.shop__list table th:nth-of-type(2){
  text-align: center;
}
.shop__list table td {
  padding: 15px 10px;
  border-bottom: 1px dotted #ccc;
  font-size: var(--font-size-S);
  line-height: 1.5;
  vertical-align: middle;
}
.shop__list table th:nth-of-type(2),
.shop__list table th:nth-of-type(3),
.shop__list table td:nth-of-type(2),
.shop__list table td:nth-of-type(3){
  text-align: center;
  white-space: nowrap;
}
.shop__list table tbody tr:last-child td {
  border-bottom: none;
}
.shopno1{
  margin-left: 5px;
  font-weight: 700;
  color: var(--main-color3);
}
.shopno2{
  margin-left: 5px;
  font-weight: 700;
  color: #EE7800;
}
.shopno3{
  margin-left: 5px;
  font-weight: 700;
  color: #00AACB;
}
.shopno4{
  margin-left: 5px;
  font-weight: 700;
  color: #EA6188;
}
.shopno5{
  margin-left: 5px;
  font-weight: 700;
  color: #714F9D;
}
.shopno6{
  margin-left: 5px;
  font-weight: 700;
  color: #00A672;
}

/*-- //仙川での暮らし --*/

/*-- 子育て支援 --*/
.support__outer{
  position: relative;
  width: 100vw;
  padding: 80px 0;
}
/* 背景色延長 */
.support__title1{
  position: relative;
  width: 100%;
  padding: 50px 0;
  z-index: 1;
}
.support__title1::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 20%; 
  background-color: #C9EAF0;
  z-index: -1;
  border-top-left-radius: 100vh;
  border-bottom-left-radius: 100vh;
}
.support__title2{
  position: relative;
  width: 100%;
  margin-top: 100px;
  padding: 50px 0;
  z-index: 1;
}
.support__title2::after {
  content: '';
  position: absolute;
  top: 0;
  right: 20%;
  bottom: 0;
  left: 0; 
  background-color: #C9EAF0;
  z-index: -1;
  border-top-right-radius: 100vh;
  border-bottom-right-radius: 100vh;
}
.support__inner{
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.support__logo{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-top: -15%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  border: 7px solid #C9EAF0;
}
.support__logo img{
  width: 60%;
}
.support__txt{
  font-family: "Zen Maru Gothic", sans-serif;
}
.support__txt h3{
  margin-bottom: 20px;
  font-size: var(--font-size-L);
  font-weight: 700;
  color: var(--main-color1);
}
.support__txt h3 span{
  display: block;
  font-size: var(--font-size-M);
}
.support__txt p{
  width: fit-content;
  padding: 5px 10px;
  font-size: var(--font-size-M);
  font-weight: 500;
  color: var(--main-color1);
  background: #fff;
  margin-bottom: 10px;
}
.support__txt p:last-of-type{
  margin-bottom: 20px;
}
.support__content1{
  position: relative;
  width: 100%;
  margin-top: -50px;
  padding: 100px 0 50px;
  z-index: 0;
}
.support__content1::after {
  content: '';
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  left: 0;
  min-width: calc(50% + 650px);
  background-color: #E4F4F7;
  z-index: -1;
  border-bottom-right-radius: 200px;
}
.support__content2{
  position: relative;
  width: 100%;
  margin-top: -50px;
  padding: 100px 0 50px;
  z-index: 0;
}
.support__content2::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0; /* 画面右端に固定 */
  bottom: 0;
  left: calc(50% - 650px);
  width: 100%;
  background-color: #E4F4F7;
  z-index: -1;
  border-bottom-left-radius: 200px;
}
.support__img{
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: stretch;
}
.support__img1{
  position: absolute;
  top: -50px;
  right: -5%;
  width: 55%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  z-index: 1;
}
.support__img2{
  position: absolute;
  top: -40px;
  left: 0;
  width: 40%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  z-index: 1;
}
.support__img3{
  position: absolute;
  top: 50%;
  left: 20%;
  width: 30%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  z-index: 1;
}
.support__img1 img,
.support__img2 img,
.support__img3 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.support__img1::after,
.support__img2::after,
.support__img3::after{
  content: '';
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: linear-gradient(
    45deg,
    #A4DBE5 25%,        /* 青 */
    transparent 25%,    /* 25%の地点で透明に切り替え */
    transparent 50%,    /* 50%まで透明 */
    #A4DBE5 50%,        /* 50%から青 */
    #A4DBE5 75%,        /* 75%まで青 */
    transparent 75%,    /* 75%から透明 */
    transparent 100%    /* 100%まで透明 */
  );
  /* ストライプの太さを調整（ここを大きくすると太くなります） */
  background-size: 10px 10px;
  z-index: -1;
}
.support__content_inner{
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.support__content_inner h3{
  font-size: var(--font-size-M2);
}
.support__content_inner ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  width: 100%;
  margin: 40px 0;
}
.support__content_inner ul li{
  display: flex;
  flex-direction: column;
  width: calc((100% - 100px) / 3);
  padding: 40px 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  background-color: #fff;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
}
.support__no{
  position: relative;
  font-size: clamp(1.875rem, 1.534rem + 1.7vw, 2.813rem);
  font-weight: 700;
}
.support__no::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: var(--main-color1);
  border-radius: 2em;
}
.support__content_inner ul li img{
  width: auto;
  height: 75px;
  margin: 20px auto;
}
.support__content_inner ul li h4{
  margin-bottom: 10px;
  font-size: var(--font-size-M2);
  font-weight: 700;
  color: var(--main-color1);
}
.support__content_inner ul li h4 span{
  font-size: var(--font-size-S);
}
.support__content_inner2{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  text-align: justify;
}
.support__content_inner_txt{
  width: 100%;
  margin: 10px 0 20px;
}
.support__content_inner_txt p{
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  border-bottom: 1px solid var(--text-color);
}
.support__content_txt{
  width: 100%;
}
.support__content_txt p{
  position: relative;
  display: inline;
  margin: 0 5px;
  font-size: var(--font-size-M2);
  font-weight: 700;
  color: var(--main-color1);
  z-index: 1;
}
.support__content_txt p::after{
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 15px;
  background: var(--main-color2);
  z-index: -1;
}
.support__model{
  width: 100%;
  margin-top: 50px;
}
.support__model h3{
  width: 100%;
  margin-bottom: 20px;
  padding: 5px 0;
  font-size: var(--font-size-M2);
  font-weight: 700;
  color: #fff;
  background: var(--main-color1);
  border-radius: 2em;
}
.support__model img{
  width: 75%;
  margin: 40px auto 0;
  object-fit: cover;
}
/* 国交省コラム */
.column__outer{
  max-width: 1200px;
  margin: 80px auto;
  padding: 50px;
  border: 1px solid var(--main-color1);
  border-radius: 10px;
  overflow: hidden;
  font-family: "Zen Maru Gothic", sans-serif;
}
.column__title{
  margin-bottom: 40px;
  font-size: var(--font-size-L);
  color: var(--main-color1);
}
.column__title p{
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 35px;
  font-size: var(--font-size-M2);
  font-weight: 500;
  color: #fff;
  background: var(--main-color1);
  border-radius: 2em;
}
.column__title h2{
  font-weight: 700;
}
.column__inner{
  display: flex;
  justify-content: left;
  width: 100%;
  margin-bottom: 60px;
}
.column__outer .column__inner:last-of-type{
  display: block;
  margin-bottom: 0;
}
.column__txt{
  text-align: justify;
}
.column__txt2{
  margin-right: 30px;
  text-align: justify;
  width: 50%;
}
.column__txt h3,
.column__txt2 h3{
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  font-size: var(--font-size-M);
  font-weight: 700;
  line-height: 1.8;
}
.column__txt h3::after,
.column__txt2 h3::after{
  content: '';
  position: absolute;
  top: -0.75em;
  left: -3em;
  width: 5em;
  aspect-ratio: 1 / 1;
  background: #c8e7e9;
  border-radius: 999px;
  z-index: -1;
}
.column__img{
  display: flex;
  justify-content: space-between;
  width: 50%;
}
.column__imgbox{
  width: 49%;
}
.column__imgbox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.column__txt h4{
  width: 100%;
  margin: 30px auto 10px;
  text-align: center;
  font-size: var(--font-size-M2);
  font-weight: 700;
}
.column__txt ul{
  display: flex;
  justify-content: center;
  gap: 40px;
  width: 100%;
  margin: 20px auto 40px;
  padding: 0 5%;
}
.column__txt ul li{
  width: calc((100% - 80px) / 3);
  padding: 25px;
  font-size: var(--font-size-SS);
  background: #fff;
  border-radius: 10px;
}
.column__txt ul li h5{
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
}
.column__txt ul li img{
  display: block;
  width: 30%;
  margin: 0 auto 10px;
  text-align: center;
}
.column__figure{
  width: 100%;
  margin-top: 30px;
}
.column__figure img{
  display: block;
  width: 90%;
  margin: 0 auto;
}
/*  コラムテーブル */
.table-container {
  max-width: 100%;
  margin: 40px auto 0;
}
.table-title {
  text-align: center;
  font-size: var(--font-size-M2);
  font-weight: 500;
  margin-bottom: 25px;
}
.evaluation-table {
  width: 100%;
  border-collapse: collapse;
}
.evaluation-table th {
  background-color: var(--main-color1);
  color: #fff;
  font-weight: 500;
  text-align: left;
  padding: 16px 20px;
}
.evaluation-table td {
  padding: 20px;
  border-bottom: 1px dotted var(--text-color);
  background: #fff;
  vertical-align: middle;
}
.evaluation-table tr:last-of-type td {
  border-bottom: 0;
}
.evaluation-table td.row-title {
  font-weight: 500;
  width: 20%;
}
.evaluation-table th:nth-child(2),
.evaluation-table th:nth-child(3) {
  width: 40%;
}
/* //国交省コラム */
/*-- //子育て支援 --*/

/*-- お問い合わせ --*/
.info__outer{
  width: 100vw;
  padding: 40px 0;
  background-color: #92D4E0;
}
.info__inner{
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.info__title{
  width: 100%;
  margin-bottom: 30px;
  color: #fff;
}
.info__title h2{
  font-size: var(--font-size-M);
  margin-bottom: 15px;
}
.info__title p{
  margin-top: 20px;
  font-size: var(--font-size-M2);
  font-weight: 500;
}
.info__btn{
  width: 60%;
  margin: 0 auto;
}
.info__btn ul{
  display: flex;
  justify-content: space-between;
}
.info__btn ul li{
  width: 45%;
}
.info__btn ul li img{
  display: block;
  width: 40px;
  margin: 10px auto 0;
}
.info__btn ul li p{
  font-size: var(--font-size-M);
  font-weight: 700;
  color: var(--main-color1);
}
.info__btn ul li a{
  height: 100%;
  display: block;
  padding: 30px;
  background: #fff;
  border: 2px solid #fff;
}
.info__btn ul li a:hover{
  background: #DBF1F5;
  border: 2px solid var(--main-color1);
}
/*-- //お問い合わせ --*/

/*-- 物件概要 --*/
.overview__outer{
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
.overview__inner{
  width: 80%;
  margin: 0 auto;
}
.overview__content{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.overview__content table{
  width: 45%;
  border-collapse: collapse;
}
.overview__content table th{
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}
.overview__content table td{
  position: relative;
}
.overview__content table td::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background: #ccc;
}
.overview__content table th,
.overview__content table td{
  padding: 15px;
  border-bottom: 1px solid #ccc;
}
.overview__content table tr:first-of-type th,
.overview__content table tr:first-of-type td{
  border-top: 1px solid #ccc;
}
/*-- //物件概要 --*/


/*-----------------------------------------------
　レスポンシブ（タブレット）
--------------------------------------------------*/
@media screen and (max-width: 1199px) {

  .point__outer ul {
    max-width: 90%;
  }
  .thoughts__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5%;
  }
  .space__content {
    width: 90%;
  }
  .news__outer {
    width: 90%;
    padding-top: 40px;
  }
  .plan__pers_ex {
    max-width: 90%;
  }
  .js-tabs-group {
    width: 90%;
  }
  .plan__content_point ul {
    justify-content: space-between;
    gap: 30px;
  }
  .plan__content_point ul li {
    width: calc((100% - 30px) / 2);
    margin-right: 0;
    text-align: center;
  }
  .plan-tab-content ul li img {
    width: 100%;
  }
  .access__outer {
    max-width: 90%;
  }
  .access__map {
    width: 100%;
  }
  .life__img {
    max-width: 90%;
  }
  .support__inner {
    max-width: 90%;
  }
  .support__content_inner {
    max-width: 90%;
  }
  .support__content1::after {
    right: 0;
    min-width: 100%;
  }
  .support__content2::after {
    left: 0;
  }
  .info__inner {
    max-width: 90%;
  }

}

/* 950pxくらいからスマホレイアウトに切り替える強気の設定 */
@media screen and (max-width: 950px) {
    /* ここにスマホ・タブレット共通の縦長レイアウトを書く */
}


/*-----------------------------------------------
　レスポンシブ（スマホ）
--------------------------------------------------*/
@media screen and (max-width: 767px) {

  /*-- ボタン設定 --*/
  .common__btn{
    position: relative;
    display: block;
    padding: 10px 0;
    color: #fff;
  }
  .common__btn::after{
    position: absolute;
    top: 50%;
    right: 5%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
  }
  /* 給田クリニック用 */
  .thoughts__clinic_btn{
    width: 80%;
    text-align: center;
    border: 1px solid #ed7a94;
    background: #ed7a94;
  }
  .thoughts__clinic_btn:hover{
    color: #fff;
    border-color: var(--main-color1);
    background: var(--main-color1);
  }
  /* お知らせ用 */
  .news__btn{
    width: 100%;
    border: 1px solid var(--main-color1);
    background: var(--main-color1);
    color: #fff;
    text-align: center;
  }
  .news__btn:hover{
    display: none;
  }
  /* 暮らし用 */
  .life__btn{
    width: 90%;
    text-align: center;
    color: #fff;
    border: 1px solid var(--main-color3);
    background: var(--main-color3);
  }
  /* 子育て支援用 */
  .support__btn{
    color: #fff;
    border: 1px solid var(--main-color1);
    background: var(--main-color1);
  }
  /* お問い合わせ用 */
  .common2__btn{
    width: 100%;
  }
  .common2__btn:hover{
    color: var(--main-color1);
  }
  .common2__btn::after{
    right: 5%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .contact__btn{
    width: 100%;
    text-align: center;
    background: var(--main-color1);
    border: 1px solid var(--main-color1);
  }
  .contact__btn .common2__btn{
    display: block;
    width: 100%;
  }
  .contact__btn:hover{
    color: #fff;
    border-color: var(--main-color1);
    background: var(--main-color1);
  }
  .contact__btn_f{
    width: fit-content;
    margin: 20px auto;
    border: 1px solid var(--text-color);
    border-radius: 2em;
    transition: all .3s ease-in-out;
  }
  .contact__btn_f:hover{
    color: #fff;
    border-color: var(--main-color1);
    background: var(--main-color1);
  }
  /*-- //ボタン設定 --*/

  /*-- 共通見出し --*/
  .headline{
    width: 90%;
    margin: 0 auto 40px;
  }
  .headline h2{
    font-size: var(--font-size-L);
  }
  /* 見出し英語 */
  .headline_p_w,
  .headline_p_b,
  .headline_p_g{
    position: relative;
    width: fit-content;
    margin: 10px auto 0; 
    font-weight: 300;
    font-size: var(--font-size-S);
  }
  .headline_p_w::before,
  .headline_p_b::before,
  .headline_p_g::before{
    content: '';
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    width: 20px;
    height: 1px;
  }
  .headline_p_w::before{
    background: #fff;
  }
  .headline_p_b::before{
    background: var(--main-color1);
  }
  .headline_p_g::before{
    background: var(--main-color3);
  }
  .headline_p_w::after,
  .headline_p_b::after,
  .headline_p_g::after{
    content: '';
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    width: 20px;
    height: 1px;
  }
  .headline_p_w::after{
    background: #fff;
  }
  .headline_p_b::after{
    background: var(--main-color1);
  }
  .headline_p_g::after{
    background: var(--main-color3);
  }

  .headline h2 span{
    line-height: 3.5;
  }
  .headline_sub{
    width: fit-content;
    margin: 30px auto;
    text-align: center;
    font-size: var(--font-size-M2);
  }
  .headline_txt{
    width: 100%;
    text-align: justify;
  }
  .color_b{
    color: var(--main-color1);
  }
  .color_w{
    color: #fff;
  }
  .color_g{
    color: var(--main-color3);
  }
  /*-- //共通見出し --*/

  /*-- タブコンテンツ設定 --*/
  .js-tabs-group{
    width: 90%;
    margin: 0 auto;
  }
  /* プランタブ用 */
  .plan__outer .js-tabs-group{
    width: 100%;
  }
  .plan__tab{
    justify-content: left;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .plan__tab::-webkit-scrollbar{
    height: 4px;
  }
  .plan__tab::-webkit-scrollbar-thumb {
    background: #a4dbe5;
    border-radius: 10px;
  }
  .plan__tab li{
    width: auto;
    flex: 0 0 120px;
  }
  /* 暮らしタブ用 */
  .life__tab{
    justify-content: left;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .life__tab::-webkit-scrollbar{
    height: 4px;
  }
  .life__tab::-webkit-scrollbar-thumb {
    background: #c0dbbc;
    border-radius: 10px;
  }
  .life__tab li{
    width: auto;
    flex: 0 0 120px;
  }
  .js-tab-content {
    display: none;
  }
  /* 暮らしタブ用 */
  .life-tab-content{
    padding: 30px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .life-tab-content::-webkit-scrollbar{
    height: 4px;
  }
  .life-tab-content::-webkit-scrollbar-thumb {
    background: #c0dbbc;
    border-radius: 10px;
  }
  .life-tab-content::before{
    content: '↔ 横スクロール可能';
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }


  /*-----------------------------------------------
  　トップページ
  --------------------------------------------------*/
  /*-- メインヴィジュアル --*/
  .top__main_visual_bg{
    height: 100dvh;
    min-height: 800px;
    background: url(img/main_visual_ps.webp) no-repeat bottom center / cover;
  }
  .top__main_visual{
    display: flex;
    justify-content: left;
    flex-direction: column;
  }
  .top__main_visual::before{
    top: 30px;
    left: -5%;
    width: 30%;
  }
  .top__main_title{
    position: static;
    width: 90%;
    margin: 80px auto 0;
  }
  .top__main_title_icon{
    justify-content: start;
    width: auto;
  }
  .top__main_title_icon img{
    width: 100%;
  }
  .top__main_title_txt{
    width: 100%;
  }
  .top__main_title_txt img{
    width: 100%;
  }
  .top__main_title_txt p{
    border: 0;
    background: #fff;
  }
  .top__main_img{
    width: 100%;
  }
  .top__main_copy{
    position: static;
    text-align: center;
    writing-mode: horizontal-tb;
    text-shadow: 
      0 0 3px #fff,
      0 0 3px #fff,
      0 0 20px #fff,
      0 0 40px #fff;
  }
  .top__main_copy p{
    width: 90%;
    margin: 25px auto 10px;
    letter-spacing: .1em;
  }
  .top__main_copy br:first-of-type{
    display: none;
  }
  .top__main_copy p br:first-of-type{
    display: block;
  }
  .top__main_copy p br:last-of-type{
    display: none;
  }
  /*-- //メインヴィジュアル --*/

  /*-- 訴求ポイント --*/
  .project__outer{
    display: block;
    width: 100%;
    padding: 20px 5%;
  }
  .project__icon{
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
    border-radius: 999px;
  }
  .project__logo{
    display: block;
  }
  .project__outer img{
    display: block;
    margin: 0 auto;
  }
  .project__logo p{
    display: inline;
    margin-right: 5px;
  }
  .project__logo p::after{
    top: -15px;
  }
  .point__outer{
    width: 100%;
  }
  .point__outer ul{
    display: block;
    max-width: 90%;
    margin: 0 auto;
  }
  .point__outer li{
    width: 100%;
    margin-bottom: 15px;
  }
  .point__outer li:last-of-type{
    margin-bottom: 0;
  }
  .point__inner{
    display: block;
    text-align: center;
  }
  .point__inner h2 br{
    display: none;
  }
  .point__inner img{
    width: 45%;
    margin-top: 10px;
    margin-left: 0;
  }
  /*-- //訴求ポイント --*/

  /*-- 波表現用 --*/
  .wave__outer{
    position: relative;
    width: 100vw;
    z-index: 0;
  }
  /*-- //波表現用 --*/

  /*-- プロジェクトの想い --*/
  .thoughts__outer{
    width: 100%;
    padding: 60px 0;
  }
  .thoughts__inner{
    max-width: 100%;
    background: none;
  }
  .thoughts__inner::after{
    background: none;
  }
  .thoughts__title{
    margin-bottom: 40px;
    text-align: center;
  }
  .thoughts__title h2{
    margin: 0 auto;
    writing-mode: horizontal-tb;
    font-size: var(--font-size-LL);
  }
  .thoughts__title h2 br:first-of-type{
    display: none;
  }
  .thoughts__title_line1::after,
  .thoughts__title_line2::after{
    top: auto;
    bottom: 0;
    width: 100%;
    height: .6em;
  }
  .thoughts__title_jp{
    display: block;
    width: fit-content;
    margin: 0 auto 10px;
    padding: 3px 20px;
    font-size: var(--font-size-M2);
  }
  .thoughts__title_en{
    display: block;
  }
  .thoughts__title_en span{
    display: none;
  }
  .thoughts__bg{
    width: 90%;
    margin: 20px auto;
    overflow: hidden;
  }
  .thoughts__bg img{
    width: 100%;
    object-fit: cover;
  }
  .thoughts__content{
    display: block;
    width: 100%;
  }
  .thoughts__txt{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .thoughts__img{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .thoughts__img .img1,
  .thoughts__img .img2{
    position: static;
    width: 50%;
    aspect-ratio: 1 / 1;
    border-radius: 0;
  }
  .thoughts__clinic{
    display: block;
    width: 90%;
    margin: -20px auto 0;
  }
  .thoughts__clinic_logo{
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .thoughts__clinic_logo img{
    width: 50%;
  }
  .thoughts__clinic_content{
    width: fit-content;
    text-align: justify;
  }
  .thoughts__clinic_content br:nth-of-type(2),
  .thoughts__clinic_content br:nth-of-type(3){
    display: none;
  }
  .thoughts__clinic_content h2{
    text-align: center;
  }
  .thoughts__clinic_content h2 span{
    margin: 15px auto 20px;
  }
  .thoughts__clinic_txt{
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .thoughts__clinic_txt img{
    width: 50%;
  }
  .thoughts__clinic_txt p{
    display: inline;
  }
  /*-- //プロジェクトの想い --*/

  /*-- コミュニティスペース集会場 --*/
  .space__outer{
    margin: 60px 0;
    padding: 40px 5% 20px;
  }
  .space__outer::before{
    top: -39px;
    height: 40px;
  }
  .space__outer::after{
    bottom: -39px;
    height: 40px;
    background: url(img/wave_down.svg) no-repeat bottom / 100% 40px;
  }
  .space__note2{
    text-align: left;
    color: #fff;
  }
  .space__content{
    width: 100%;
    padding: 40px 0 0;
    background: none;
  }
  .space__content ul{
    display: block;
  }
  .space__content ul li{
    width: 100%;
    background: #fff;
    border: 0;
  }
  .space__content ul li:nth-of-type(n + 2){
    margin-top: 80px;
  }
  .space__content ul li::before {
    top: -44px;
    border: 0;
  }
  /*-- //コミュニティスペース集会場 --*/

  /*-- お知らせ --*/
  .news__outer{
    display: block;
    width: 90%;
  }
  .news__title_outer{
    width: 40%;
    height: 100%;
    margin: 0 auto 20px;
  }
  .news__content{
    width: 100%;
  }
  .news__content ul li:last-of-type{
    border-bottom: 0;
  }
  .news__content ul li a{
    height: stretch;
    padding: 20px 0;
  }
  .news__content ul li a:hover{
    display: none;
  }
  .news__content ul li a:hover .news__content_img img{
    transform: scale(1.1);
  }
  .news__content_img{
    width: 50%;
    aspect-ratio: auto;
  }
  .news__content_img img {
    height: 100%;
  }
  .news__content_txt{
    width: 50%;
  }
  .news__content_txt h2{
    line-height: 1.5;
  }
  /*-- //お知らせ --*/

  /*-- プラン --*/
  .plan__outer{
    width: 100%;
    margin: 100px 0;
    padding: 40px 5%;
  }
  .plan__outer::before{
    top: -39px;
    height: 40px;
  }
  .plan__outer::after{
    bottom: -39px;
    height: 40px;
  }
  .plan__inner{
    max-width: 100%;
  }
  .plan__pers_title{
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 35px;
    padding: 10px 0;
    border-bottom: 1px solid var(--text-color);
  }
  .plan__pers_p1{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 3px 0;
    border-radius: 2em;
  }
  .plan__pers_p2{
    font-size: var(--font-size-L);
  }
  .plan__pers_p3{
    font-size: var(--font-size-M2);
  }
  .plan__pers_p4{
    font-size: var(--font-size-L);
  }
  .plan__pers_p4 span{
    font-size: var(--font-size-M2);
  }
  .plan__pers_ex{
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto 80px;
  }
  .plan__pers_ex ul{
    display: block;
    width: 100%;
  }
  .plan__pers_ex ul:first-of-type{
    order: 1;
  }
  .plan__pers_ex ul:last-of-type{
    order: 2;
  }
  .plan__pers_ex ul li{
    margin-top: 35px;
  }
  .plan__pers_ex ul li br{
    display: none;
  }
  .plan__pers_ex ul li p{
    text-align: center;
  }
  .plan__pers_img{
    width: 100%;
    order: 0;
  }
  /* イラストパース用見出し */
  .pers_en1::after,
  .pers_en2::after,
  .pers_en3::after,
  .pers_en4::after,
  .pers_en5::after,
  .pers_en6::after,
  .pers_en7::after{
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    padding: 5px 0;
    text-align: center;
    font-size: var(--font-size-M2);
    color: #fff;
    background: #4AB8CB;
    border-radius: 2em;
  }
  .pers_en1::after{
    content: '❶ KITCHEN';
  }
  .pers_en2::after{
    content: '❷ LIVING DINING';
  }
  .pers_en3::after{
    content: '❸ BEDROOM';
  }
  .pers_en4::after{
    content: '❹ SERVISEROOM（納戸）';
  }
  .pers_en5::after{
    content: '❺ BATHROOM';
  }
  .pers_en6::after{
    content: '❻ POWDERROOM';
  }
  .pers_en7::after{
    content: '❼ BALCONY';
  }
  /* イラストパースの線 */
  .pin {
    display: none;
  }
  /* タブの内容 */
  .plan-tab-content {
    padding: 30px;
  }
  .plan-tab-content ul{
    flex-direction: column;
  }
  .plan-tab-content ul li{
    width: 100%;
    font-weight: 400;
  }
  .plan__content_point ul{
    gap: 15px;
  }
  .plan__content_point ul li{
    width: 100%;
    margin-right: 0;
    padding: 10px;
    text-align: center;
    border-radius: 0;
  }
  .plan-tab-content ul li img{
    width: 100%;
    object-fit: cover;
  }
  .plan-tab-content_img{
    order: -1;
  }
  .plan-tab-content_img::before{
    width: 40px;
    height: 100%;
    background: url(img/direction.svg) no-repeat center top / 100%;
  }
  /*-- モーダル設定 --*/
  .lightbox-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
  }
  /* activeクラスがついた時の処理 */
  .lightbox-overlay.active {
      display: flex;
      animation: fadeIn 0.5s ease forwards;
  }
  .lightbox-overlay.is-closing {
    animation: fadeOut 0.5s ease forwards;
  }
  /* 拡大画像の中身 */
  #js-lightbox-image {
    max-width: 95vw;
  }
  .lightbox-content img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }

  /* 閉じるボタン */
  .lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    aspect-ratio: 1 / 1;
    text-align: center;
    font-size: var(--font-size-LL);
    color: #fff;
  }
  .lightbox-close::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%);
    background: var(--main-color1);
    z-index: -1;
  }

  /*-- //プラン --*/

  /*-- 設備・セキュリティ --*/
  .fm__outer{
    width: 100%;
    margin: 50px auto 0;
  }
  .fm__outer .fm__inner:last-of-type{
    margin-top: 50px;
  }
  /* 設備・仕様 */
  .equipment__outer ul{
    justify-content: left;
    gap: 35px 20px;
  }
  .equipment__outer ul li{
    width: calc((100% - 20px) / 2);
    text-align: left;
  }
  .equipment__icon{
    width: 100%;
    margin: 0 auto 15px;
    border-radius: 8px;
  }
  .equipment__outer img{
    width: 80%;
  }
  .security__txt{
    display: block;
    width: 100%;
  }
  .security__txt p{
    text-align: justify;
  }
  .security__txt p:first-of-type{
    width: 100%;
    margin: 0 0 10px 0;
  }
  .security__outer {
    margin-top: 30px;
  }
  .security__outer ul{
    gap: 35px 20px;
  }
  .security__outer ul li{
    width: calc((100% - 20px) / 2);
  }
  .security__outer_note{
    text-align: left;
  }
  .fm_support__outer{
    width: 100%;
    padding: 30px;
  }
  .fm_support__txt{
    text-align: justify;
  }
  .fm_support__icon{
    width: 100%;
  }
  .fm_support__icon ul{
    flex-wrap: wrap;
    gap: 25px;
  }
  .fm_support__icon ul li{
    width: calc((100% - 25px) / 2);
    line-height: 1.5;
    font-size: var(--font-size-M2);
  }
  .fm_support__con{
    padding: 20px;
  }
  .fm_support__con_title{
    text-align: justify;
  }
  .fm_support__con_title p{
    width: 100%;
    margin: 0 auto 15px;
    text-align: center;
    font-size: var(--font-size-M2);
  }
  .fm_support__con ul{
    justify-content: center;
    flex-wrap: wrap;
    gap: 35px;
  }
  .fm_support__con ul li{
    width: 100%;
  }
  .fm_support__con .icon span{
    display: inline;
    padding-left: 10px;
  }
  .fm_support__con .icon p{
    display: inline;
    font-size: 10px;
  }
  .fm_support__con ul li h3{
    font-size: var(--font-size-M2);
  }
  .fm_support__img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin: 20px auto 0;
    aspect-ratio: 5 / 4;
    margin-bottom: 15px;
  }
  .fm_support__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .fm_support__con ul li .list{
    width: 100%;
    font-size: var(--font-size-SS);
  }
  .fm_support__con ul li .list ul{
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .fm_support__con ul li .list ul li{
    list-style-type: disc;
    width: fit-content;
    margin-left: 1.5em;
    box-sizing: border-box;
  }
  .fm_support__con ul li .list ul li:first-of-type{
    list-style-type: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    padding: 3px 0;
    text-align: center;
    border: 1px solid var(--text-color);
  }
  /*-- //設備・セキュリティ --*/

  /*-- アクセス --*/
  .access__outer{
    max-width: 90%;
    margin: 60px auto;
  }
  .access__station ul{
    display: block;
  }
  .access__station ul li{
    width: 100%;
    padding: 15px 25px;
    align-items: stretch;
  }
  .access__station ul li:last-of-type{
    margin-top: 20px;
  }
  .access__station_txt{
    width: 60%;
  }
  .station_name{
    display: block;
    font-size: var(--font-size-M2);
    font-weight: 500;
    color: var(--main-color1);
  }
  .station_min{
    display: inline;
    font-family: "Oswald", sans-serif;
    font-size: var(--font-size-L);
    font-weight: 700;
    line-height: 1.2;
    color: var(--main-color1);
  }
  .access__station_txt span{
    font-size: 12px;
    font-weight: 300;
  }
  .access__station_img{
    width: 35%;
    height: auto;
  }
  .access__station_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .access__map{
    width: 100%;
    padding: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
  }
  .access__map::-webkit-scrollbar{
    height: 4px;
  }
  .access__map::-webkit-scrollbar-thumb {
    background: #a4dbe5;
    border-radius: 10px;
  }
  .access__map::before {
    content: '↔ 横スクロール可能';
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .access__map img{
    width: 200%;
    max-width: none;
    height: auto;
    display: block;
  }
  .access__route ul{
    gap: 40px 20px;
  }
  .access__route ul li{
    width: calc((100% - 20px) / 2);
  }
  .access__route_icon{
    top: -15px;
    left: 5px;
    width: fit-content;
    padding: 0 5px;
  }
  .access__route_station{
    text-align: center;
  }
  .access__route_station p:nth-of-type(2) {
    font-size: var(--font-size-LL);
  }
  /*-- //アクセス --*/

  /*-- 仙川での暮らし --*/
  .life__outer{
    width: 100%;
    margin: 80px 0;
    padding: 40px 0;
  }
  .life__outer .headline_txt{
    padding: 0 5%;
  }
  .life__outer::before{
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    background: url(img/wave_up_g.svg) no-repeat top / cover;
  }
  .life__outer::after{
    content: '';
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    background: url(img/wave_down_g.svg) no-repeat bottom / cover;
  }
  .life__gmap{
    max-width: 100%;
    aspect-ratio: 1 / 1;
  }
  .life__gmap iframe{
    width: 100%;
    height: 130%;
}
  .life__img{
    max-width: 100%;
    margin-bottom: 20px;
  }
  .life__img ul{
    gap: 25px;
  }
  .life__img ul li{
    width: calc(100% / 1);
  }
  .life__shopimg{
    height: auto;
    margin-bottom: 10px;
    aspect-ratio: 8 / 5;
  }
  .life__shopimg img{
    width: 100%;
  }
  /* リストアイコン */
  .shop__tab_icon1::before,
  .shop__tab_icon2::before,
  .shop__tab_icon3::before,
  .shop__tab_icon4::before,
  .shop__tab_icon5::before,
  .shop__tab_icon6::before{
    display: none;
  }
  /*-- //仙川での暮らし --*/

  /*-- 子育て支援 --*/
  .support__outer{
    width: 100%;
    padding: 40px 0;
  }
  /* 背景色延長 */
  .support__title1{
    margin-top: 80px;
  }
  .support__title1::after {
    left: 0; 
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .support__title2::after {
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .support__inner{
    max-width: 90%;
    flex-direction: column;
    gap: 30px;
  }
  .support__logo{
    width: 75%;
    margin-top: -100px;
    border: 0;
  }
  .support__logo img{
    width: 70%;
  }
  .support__txt{
    text-align: justify;
  }
  .support__txt h3 span{
    display: inline;
    margin-right: 5px;
  }
  .support__content1::after {
    right: 0;
    min-width: 100%;
    border-bottom-right-radius: 0;
  }
  .support__content2{
    padding-bottom: 20px;
  }
  .support__content2::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0; /* 画面右端に固定 */
    bottom: 0;
    width: 100%;
    background-color: #E4F4F7;
    z-index: -1;
    border-bottom-left-radius: 0;
    left: 0;
  }
  .support__img{
    position: static;
    display: flex;
    justify-content: center;
    width: 105%;
    margin: 20px 0 0 -5%;
  }
  .support__img1,
  .support__img2,
  .support__img3{
    width: calc(100% / 3);
    position: relative;
    top: auto;
    right: auto;
    left: auto;
  }
  .support__img1 img,
  .support__img2 img,
  .support__img3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }
  .support__img1::after,
  .support__img2::after,
  .support__img3::after{
    content: '';
    position: absolute;
      bottom: -5px;
      right: -5px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: linear-gradient(
      45deg,
      #A4DBE5 25%,        /* 青 */
      transparent 25%,    /* 25%の地点で透明に切り替え */
      transparent 50%,    /* 50%まで透明 */
      #A4DBE5 50%,        /* 50%から青 */
      #A4DBE5 75%,        /* 75%まで青 */
      transparent 75%,    /* 75%から透明 */
      transparent 100%    /* 100%まで透明 */
    );
    /* ストライプの太さを調整（ここを大きくすると太くなります） */
    background-size: 10px 10px;
    z-index: -1;
  }
  .support__content_inner{
    width: 90%;
  }
  .support__content_inner ul{
    display: block;
    margin: 40px 0 0;
  }
  .support__content_inner ul li{
    width: 100%;
    margin-top: 20px;
  }
  .support__no{
    font-size: var(--font-size-B);
  }
  .support__content_inner ul li h4{
    font-size: var(--font-size-M);
  }
  .support__content_inner2{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    text-align: justify;
  }
  .support__content_inner_txt{
    width: 100%;
    margin: 10px 0 20px;
  }support__content1::after
  .support__content_inner_txt p{
    font-size: var(--font-size-M2);
  }
  .support__content_txt{
    margin-top: 20px;
    text-align: justify;
  }
  .support__model{
    text-align: justify;
  }
  .support__model h3{
    text-align: center;
  }
  .support__model img{
    display: block;
    width: 100%;
  }
  /* 国交省コラム */
  .column__outer{
    max-width: 90%;
    margin: 60px auto;
    padding: 30px;
  }
  .column__title{
    text-align: center;
  }
  .column__title p{
    padding: 10px;
    font-size: var(--font-size-S);
    border-radius: 10px;
  }
  .column__inner{
    display: block;
  }
  .column__outer .column__inner:last-of-type{
    display: block;
    margin-bottom: 0;
  }
  .column__txt2{
    margin-right: 0;
    width: 100%;
  }
  .column__img{
    width: 100%;
  }
  .column__imgbox{
    margin-top: 10px;
  }
  .column__imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .column__txt h4{
    width: 100%;
    margin: 30px auto 10px;
    text-align: center;
    font-size: var(--font-size-M2);
    font-weight: 700;
  }
  .column__txt ul{
    display: block;
    padding: 0;
  }
  .column__txt ul li{
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
  }
  .column__txt ul li:last-of-type{
    margin-bottom: 0;
  }
  .column__txt ul li h5{
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
  }
  .column__txt ul li img{
    display: block;
    width: 30%;
    margin: 0 auto 10px;
    text-align: center;
  }
  .column__figure img{
    width: 100%;
  }
  /*  コラムテーブル */
  .evaluation-table,
  .evaluation-table thead,
  .evaluation-table tbody,
  .evaluation-table tr,
  .evaluation-table th,
  .evaluation-table td {
    display: block;
    width: 100% !important;
  }
  .evaluation-table thead {
    display: none;
  }
  .evaluation-table tr {
    margin-bottom: 30px;
    border: 1px solid var(--main-color1);
    border-radius: 5px;
    overflow: hidden;
  }
  .evaluation-table tr:last-of-type {
    margin-bottom: 0;
  }
  .evaluation-table td.row-title {
    background-color: var(--main-color1);
    color: #fff;
    font-size: 15px;
    padding: 12px 15px;
    border-bottom: none;
  }
  /* 各データのセル */
  .evaluation-table td:not(.row-title) {
    padding: 15px;
    background-color: #fff;
    border-bottom: 1px dashed var(--text-color);
  }
  .evaluation-table tr:last-of-type td {
    border-bottom: 1px dashed var(--text-color);
  }
  .evaluation-table tr td:first-of-type,
  .evaluation-table tr td:last-of-type {
    border-bottom: 0;
  }
  /* 各セルの前に「東京都：〜」「国土交通省：〜」のラベルを自動で入れる場合 */
  .evaluation-table td:nth-child(2)::before {
    content: "【東京都：こどもすくすく住宅】\A";
    white-space: pre; /* 改行を有効にする */
    font-weight: bold;
    color: var(--main-color1);
    font-size: 12px;
  }
  .evaluation-table td:nth-child(3)::before {
    content: "【国土交通省：子育て支援型】\A";
    white-space: pre;
    font-weight: bold;
    color: var(--main-color1);
    font-size: 12px;
  }
  /* //国交省コラム */
  /*-- //子育て支援 --*/

  /*-- お問い合わせ --*/
  .info__outer{
    width: 100%;
  }
  .info__inner{
    max-width: 90%;
  }
  .info__title h2{
    width: 100%;
    font-size: var(--font-size-L);
    font-weight: 500;
    color: var(--main-color1);
    padding: 5px 0;
    background: #fff;
    border-radius: 2em;
  }
  .info__title p{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }
  .info__btn{
    width: 100%;
  }
  .info__btn ul{
    display: block;
  }
  .info__btn ul li{
    width: 100%;
  }
  .info__btn ul li:last-of-type{
    margin-top: 20px;
  }
  .info__btn ul li img{
    display: block;
    width: 40px;
    margin: 10px auto 0;
  }
  .info__btn ul li p{
    font-size: var(--font-size-LL);
  }
  .info__btn ul li a{
    padding: 20px;
  }
  /*-- //お問い合わせ --*/

  /*-- 物件概要 --*/
  .overview__outer{
    max-width: 90%;
    padding: 60px 0 0;
  }
  .overview__inner{
    width: 100%;
  }
  .overview__content{
    display: block;
  }
  .overview__content table{
    width: 100%;
  }
  .overview__content table th{
    text-align: left;
    font-weight: 400;
    vertical-align: middle;
  }
  .overview__content table th{
    width: 30%;
  }
  .overview__content table th,
  .overview__content table td{
    padding: 15px;
    border-bottom: 1px solid #ccc;
  }
  .overview__content table:last-of-type tr:first-of-type th,
  .overview__content table:last-of-type tr:first-of-type td{
    border-top: 0;
  }
  .overview__content table td{
    position: relative;
    padding-right: 0;
  }
  .overview__content table td::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background: #ccc;
  }
  /*-- //物件概要 --*/

}

