@charset "UTF-8";


/************************************************** 
  
  オンラインショップ(仮）準備中表示（オープンしたら削除）
  
***************************************************/
#shop-info .visual {
  width: 300px;
  padding-bottom: 100px;
  margin: 0 auto;
}

#shop-info .visual img {
  width: 100%;
  height: auto;
  object-fit: cover;
}



/* タブレット縦 (768px〜1023px) */
@media (min-width: 768px) {

  #shop-info .visual {
    width: 400px;
  }

}


/* PC (1024px〜1439px) */
@media (min-width: 1024px) {

  #shop-info .visual {
    width: 500px;
  }


}



/************************************************** 
  
  下層ページ / はたらく
  
***************************************************/

#works .hero .hero__visual {
    width: 200px;
}

#works .hero .catch br {
  display: block;
}

#works .hero .page-logo {
  width: 130px;
  margin: 0 auto;
  padding-bottom: 20px;
}

#works .hero .page-logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#works {
  overflow: hidden;
}

#works .work-section {
  padding: 70px 0 75px;
  background: #FCEDE4;
}

#works .work-section dt {
  font-size: 15px;
}

#works .work-section .leadcopy {
  padding-bottom: 50px;
}

#works .work-section .desc-area {
  padding: 35px 15px;
  background: #fff;
  border-radius: 30px;
}

#works .user-guide__items {
  padding: 40px 24px;
  border-radius: 30px;
  background: #fff;
}

#works  dl {
  padding-bottom: 0;
  border-bottom: 1px solid #FCEDE4;
}

#works  dl:not(last-child) {
  margin-bottom: 20px;
}

#works  dt {
  padding-bottom: 10px;
  font-weight: 500;
}

#works  dt, dd {
  font-size: 15px;
  letter-spacing: 0.05em;
}

#works  dd {
  padding-bottom: 12px;
  line-height: 1.6em;
}

#works dd .sml {
  font-size: 12px;
  font-weight: 500;
  color: #FF3737;
  line-height: 1.3em;
}

#works .link-area {
  margin-top: 50px;
}

#works .offerings {
  padding: 70px 0 75px;
  background:#FCEDE4;
}


#works .offerings .offerings__item {
  padding-bottom: 40px;
}

#works .offerings h3 {
  padding-bottom: 10px;
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.9em;
  color: #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
  font-family: "Noto Serif JP", serif;
}

#works .offerings .bodylead {
  padding-bottom: 20px;
}

#works .offerings .bold {
  padding-bottom: 10px;
  font-weight: 500;
}

#works .offerings .two-colum dd br {
  display: block;
}

#works .offerings dt,
#works .offerings dd {
  font-size: 15px;
  line-height: 1.6em;
}

#works .offerings .offerings__box {
  padding: 40px 25px;
  background: #fff;
  border-radius: 30px;
}

#works .offerings .seasonal-tasks,
#works .offerings .year-round-task {
  padding: 40px 24px;
  margin-bottom: 50px;
  border-radius: 30px;
}

#works .offerings .seasonal-tasks {
  background: #FCF2EB;
}

#works .offerings .year-round-task {
  background: #EFFDFF;
}
 

#works .offerings .year-round-task {
  margin-bottom: 0;
}

#works .community-tasks {
  padding: 0 0 75px;
}

#works .community-tasks .community-tasks__item:not(:last-child) {
  padding-bottom: 60px;
}

#works .offerings h4 {
  padding-bottom: 35px;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.9em;
  font-size: 18px;
  font-weight: 500;
}

#works .community-tasks h3 {
  padding-bottom: 10px;
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.9em;
  color: #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
  font-family: "Noto Serif JP", serif;
}

#works .community-tasks h4 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.9em;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-family: "Noto Serif JP", serif;
}

#works .community-tasks .desc-area {
  padding-bottom: 60px;
}

#works .community-tasks .desc-area p br {
  display: none;
}

#works .community-tasks .visual {
  width: 245px;
  height: 245px;
  margin: 0 auto 35px;
  border-radius: 50%;
}

#works .community-tasks .visual img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

#works .community-tasks .task-lead a {
  font-weight: 500;
  text-decoration: underline;
}

#works .community-tasks .task-lead br {
  display: none;
}

#works .community-tasks .task-lead dl:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 0;
}

#works .community-tasks .task-lead dt,
#works .community-tasks .task-lead dd {
  line-height: 1.6em;
  letter-spacing: 0.05em;
  font-size: 15px;
  color: #fff;
}

#works .daily-schedule {
  padding: 75px 0 75px;
}

#works .daily-schedule h3 {
  padding-bottom: 10px;
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.9em;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-family: "Noto Serif JP", serif;
}

#works .daily-schedule .desc-area {
  padding-bottom: 45px;
}

#works .daily-schedule .timeline {
  position: relative;
  width: 100%;
  padding-bottom: 75px;
}

#works .daily-schedule .timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  bottom: 0;
  background: #fff;
  height: calc(100% - 10%); /* ボックスの半分くらいで止める */
}

#works .daily-schedule .timeline-item {
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

#works .daily-schedule .timeline-item:not(:last-child) {
  margin: 0 0 30px;
}

#works .daily-schedule .time-label {
  display: inline-block;
  position: relative;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
  color: #0284DB;
  background: #F9BD01;
  border-radius: 20px;
  z-index: 2;
}

#works .daily-schedule .content-box {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 40px auto 0;
  padding: 20px;
  margin-top: -25px;
  border: 2px solid #ddd;
  border-radius: 50%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
}

/* #works .daily-schedule .content-box {
  position: relative;
  padding: 30px 20px 20px 20px;
  margin-top: -15px;
  min-height: 80px;
  border: 2px solid #ddd;
  border-radius: 8px;
  background: #fff;
  z-index: 1;
} */

#works .daily-schedule .content-box p {
  padding-top: 5px;
  line-height: 1.7em;
  font-size: 15px;
  color: #2b2b2b;
}

#works .daily-schedule .content-box .title {
  display: block;
  line-height: 1.8em;
  font-size: 15px;
  font-weight: 500;
}

#works .gallery ul li:not(:last-child) {
  padding-bottom: 20px;
}

#works .gallery ul li img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* 小型タブレット (600px〜767px) */
@media (min-width: 600px) {

  #works .hero .catch br {
    display: none;
  }

  #works .offerings .two-colum dd br {
    display: none;
  }

  #works .offerings .offerings__box {
    display: flex;
    justify-content: center;
    gap: 50px;
  }

  #works .work-section .desc-area {
    padding: 45px 30px;
  }

  #works .community-tasks .task-lead br {
    display: block;
  }

  #works .daily-schedule .timeline-item {
    width: 375px;
  }
  
}


/* タブレット縦 (768px〜1023px) */
@media (min-width: 768px) {

  #works .hero .hero__visual {
    width: 270px;
  }

  #works .work-section {
    padding-bottom: 100px;
  }

  #works .work-section dt, dd {
    font-size: 16px;
  }

  #works .work-section .user-guide__items {
    width: 700px;
    margin: 0 auto;
    padding: 35px 37px;
  }

  /* #works .user-guide dl {
    display: flex;
    -js-display: flex;
  } */

  #works .offerings {
    padding: 70px 0 90px;
  }

  #works .offerings dt,
  #works .offerings dd {
    font-size: 16px;
  }

  #works .user-guide dt {
    width: 85px;
    margin-right: 40px;
    line-height: 1.6em;
  }

  #works .user-guide dd .sml {
    font-size: 14px;
  }

  #works .link-area {
    margin-top: 60px;
  }

  #works .offerings h3 {
    font-size: 26px;
  }

  /* #works .offerings dl {
    display: flex;
    -js-display: flex;
  } */

  #works .offerings h4 {
    font-size: 22px;
  }

  #works .offerings .offerings__box {
    width: 600px;
    margin: 0 auto;
  }

  #works .offerings .all-day dl {
    display: block;
  }

  #works .offerings .seasonal-tasks dt {
    width: 170px;
    margin-right: 50px;
  }

  #works .offerings .year-round-task dt {
    width: 90px;
    margin-right: 50px;
  }

  #works .community-tasks {
    padding: 0 0 100px;
  }

  #works .community-tasks h3 {
    font-size: 26px;
  }

  #works .community-tasks h4 {
    font-size: 22px;
  }

  #works .community-tasks .task-lead dt,
  #works .community-tasks .task-lead dd {
    font-size: 16px;
  }

  #works .community-tasks .community-tasks__items {
    padding-bottom: 50px;
  }

  #works .community-tasks .community-tasks__item {
    display: flex;
    -js-display: flex;
    align-items: center;
  }

  #works .community-tasks .visual {
    width: 195px;
    height: 195px;
    margin-right: 35px;
    margin: 0 35px 0 0;
  }

  #works .community-tasks .task-lead {
    flex: 1;
  }

  #works .daily-schedule .time-label {
    font-size: 17px;
  }

  #works .daily-schedule .content-box {
    width: 280px;
    height: 280px;
  }

  #works .daily-schedule .content-box .title {
    font-size: 17px;
  }

  #works .daily-schedule .content-box p {
    font-size: 17px;
  }
  
}



/* PC (1024px〜1439px) */
@media (min-width: 1024px) {

  #works .work-section .leadcopy {
    width: 850px;
  }

  #works .work-section .usr-guide__items {
    width: 600px;
  }

  #works .work-section .desc-area {
    display: flex;
    justify-content: center;
    gap: 50px;
  }

  #works .offerings  h3 {
    font-size: 36px;
  }
  #works .offerings .leadcopy {
    width: 850px;
  }

  #works .offerings .seasonal-tasks {
    width: 720px;
    margin: 0 auto 60px;
    
  }

  #works .offerings .year-round-task {
    width: 720px;
    margin: 0 auto;
    
  }

  #works .offerings dl {
    margin-bottom: 20px;
  }

  #works .community-tasks .visual {
    width: 225px;
    height: 225px;
    margin-right: 35px;
  }

  #works .gallery ul {
    display: flex;
    flex-wrap: wrap;
  }

  #works .gallery ul li {
    width: 50%;
  }
  
}

/* PC標準 (1200px〜) */
@media (min-width: 1200px) {

  #works .hero .hero__visual {
    width: 300px;
  }

  #works .work-section .desc-area {
    width: 900px;
    margin: 0 auto;
  }

  #works .user-guide .user-guide__items {
    width: 650px;
    margin: 0;
  }

  #works .user-guide__item {
    display: flex;
    -js-display: flex;
    justify-content: space-between;
    width: 1110px;
    margin: 0 auto;
  }

  #works .offerings .two-colum {
    position: relative;
    width: 1200px;
    height: 585px;
    margin: 0 auto;
  }

  #works .offerings .seasonal-tasks {
    position: absolute;
    top: 0;
    left: 0;
    width: 720px;
    margin-bottom: 0;
    z-index: 1;
  }

  #works .offerings .year-round-task {
    position: absolute;
    width: 655px;
    top: 250px;
    left: 550px;
    z-index: 2;
  }

  #works .community-tasks .desc-area {
    width: 870px;
  }

  #works .community-tasks h3 {
    font-size: 36px;
  }

  #works .community-tasks__items {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }

  #works .community-tasks .visual {
    margin-right: 0;
  }

  #works .community-tasks .community-tasks__item {
    width: 910px;
    display: flex;
    gap: 40px;
  }

  #works .community-tasks .community-tasks__item:not(:last-child) {
    padding-bottom: 0;
  }

  #works .community-tasks .community-tasks__item:nth-child(odd) {
    margin-right: auto;
  }

  #works .community-tasks .community-tasks__item:nth-child(even) {
    margin-left: auto;
  }

  #works .community-tasks .community-tasks__item .visual {
    flex: 0 0 auto; /* 常に左側 */
  }

  #works .community-tasks .community-tasks__item .task-lead {
    flex: 1;       /* 常に右側 */
  }

  
}





/************************************************** 
  
  下層ページ / くらす
  
***************************************************/

#live .hero .hero__visual {
  width: 170px;
}

#live .hero .page-logo {
  width: 110px;
  margin: 0 auto;
  padding-bottom: 20px;
}

#live .hero .page-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#live .hero .catch br {
  display: block;
}

#live .user-guide {
  padding: 70px 0 35px;
  margin-bottom: 70px;
  background: #FCF2EB;
}

#live .user-guide h3 {
  padding-bottom: 25px;
}

#live .desc-area {
  padding-bottom: 45px;
}

#live .desc-area .leadcopy {
  position: relative;
  padding-left: 25px;
}

#live .desc-area .leadcopy::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  background: url(../img/icon-circle_blk.svg) no-repeat center center;
  background-size: contain;
}

#live .meriden-lead {
  padding-bottom: 30px;
}

#live .family-support {
  padding: 35px 15px;
  width: 100%;
  height: auto;
  background-image: repeating-linear-gradient(135deg, #fff 0px, #fff 10px, #EFFDFF 10px, #EFFDFF 20px);
  border-radius: 30px;
}

#live .family-support__visual {
  width: 80%;
  margin: 0 auto;
}

#live img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#live .user-guide .user-guide__items {
  padding: 40px 24px;
  margin-bottom: 65px;
  border-radius: 30px;
  background: #fff;
}

#live  dl {
  margin-bottom: 30px;
}


#live  dt {
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 1.6em;
}

#live  dt, 
#live dd {
  font-size: 15px;
  letter-spacing: 0.05em;
}

#live  dd {
  padding-bottom: 12px;
  line-height: 2em;
}

#live dd .sml {
  font-size: 12px;
  font-weight: 500;
  color: #FF3737;
  line-height: 1.3em;
}

#live .usage-cases {
  padding: 75px 0 75px;
}

#live .usage-cases .type__item:not(:last-child) {
  padding-bottom: 75px;
}

#live .usage-cases h3 {
  padding-bottom: 20px;
}

#live .usage-cases .desc__item {
  padding-bottom: 40px;
}

#live .usage-cases .desc__item .sub {
  display: block;
  line-height: 1.8;
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08em;
}

#live .usage-cases .desc__item ul {
  list-style: none;
}

#live .usage-cases .desc__item li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  line-height: 1.6;
  color: #fff;
}

#live .usage-cases .desc__item li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 13px;
  height: 13px;
  background: url(../img/icon-circle_wht.png) no-repeat center center;
  background-size: contain;
}

#live .usage-cases .visual {
  width: 275px;
  height: 275px;
  margin: 0 auto;
  border-radius: 50%;
  flex-shrink: 0;     /* flexで潰れないようにする */
  overflow: hidden;
}

#live .usage-cases .visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

#live .usage-cases .other h3 {
  padding-bottom: 12px;
  margin-bottom: 35px;
  border-bottom: 1px solid #fff;
}

#live .usage-cases .other ul {
  padding-bottom: 10px;
}

#live .family-support .desc-area {
  padding-bottom: 50px;
}


/*************** ウチャスコマの会 ***************/

#live .uchaskoma {
  padding-bottom: 75px;
}

#live .uchaskoma h2 {
  color: #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
}

#live .uchaskoma .section-logo {
  width: 160px;
  padding-bottom: 35px;
}

#live .uchaskoma .section-logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#live .uchaskoma .leadcopy,
#live .uchaskoma .li {
  color: #2b2b2b;
}

#live .uchaskoma .uchaskoma__desc {
  padding-bottom: 35px;
}

#live .uchaskoma .desc-area {
  padding-bottom: 35px;
}


#live .uchaskoma li {
  position: relative;
  top: 0;
  padding-left: 22px;
  padding-bottom: 15px;
  line-height: 1.7em;
  font-size: 15px;
}

#live .uchaskoma .desc-area .leadcopy {
  padding-left: 0;
}

#live .uchaskoma .desc-area .leadcopy::before {
  content: none !important;
  display: none !important;
}

#live .uchaskoma li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.4em;
  left: 0;
  background: url(../img/icon-circle_blk.svg);
  width: 18px;
  height: 18px;
  background-size: contain;
}


#live .uchaskoma .uchaskoma__visual {
  width: 250px;
  margin: 0 auto;
}

#live .uchaskoma .uchaskoma__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* 小型タブレット (600px〜) */
@media (min-width: 600px) {

  #live .hero .hero__visual {
    width: 190px;
  }

  #live .hero .catch br {
    display: none;
  }

  #live .family-support {
    padding: 50px 30px;
  }

  #live .family-support__visual {
    width: 350px;
  }

  /*************** ウチャスコマの会 ***************/
  #live .uchaskoma .uchaskoma__visual {
    width: 300px;
    margin: 0 auto;
  }
  


}

/* タブレット (768px〜1023px) */
@media (min-width: 768px) {

  #live .hero .hero__visual {
    width: 210px;
  }

  #live .user-guide {
    padding: 90px 0 100px;
    margin-bottom: 100px;
  }

  #live .hero .page-logo {
    width: 130px;
  }

  #live .family-support {
    display: flex;
    -js-display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }

  #live .family-support__visual {
    flex: 0 0 300px;
  }

  #live dl {
    margin-bottom: 0;
  }

  #live dt, 
  #live dd {
    font-size: 16px;
  }

  #live dd .sml {
    font-size: 14px;
  }

  #live .usage-cases  {
    padding: 75px 0 100px;
  }

  #live .usage-cases .type__item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
  }



  /* #live .usage-cases .type__item {
    display: flex;
    -js-display: flex;
    flex-direction: row-reverse;
    align-items: center;
  } */

  #live .usage-cases .visual {
    width: 230px;
    height: 230px;
    margin: 0 45px 0 0;
  }

  #live .usage-cases .desc__item {
    padding-bottom: 0;
  }

  #live .family-support .desc-area {
    padding-bottom: 100px;
  }

  #live .family-support .link-area {
    padding-bottom: 100px;
  }

  /*************** ウチャスコマの会 ***************/
  #live .uchaskoma {
    padding-bottom: 100px;
  }

  
}

/* PC (1024px〜) */
@media (min-width: 1024px) {

  #live .hero .hero__visual {
    width: 200px;
  }

  #live .hero .page-logo {
    width: 150px;
  }

  #live .desc-area .leadcopy {
    width: 800px;
  }

  #live .usage-cases .type__item {
    /* width: 870px; */
    width: 1100px;
    max-width: 100%;
  }

  #live .usage-cases .visual {
    width: 270px;
    height: 270px;
    margin: 0 45px 0 0;
  } 

  /*************** ウチャスコマの会 ***************/
  #live .uchaskoma .section-logo {
    width: 185px;
  }
  
  #live .uchaskoma .uchaskoma__visual {
    width: 310px;
  }
  
}


/* PC標準 (1200px〜) */
@media (min-width: 1200px) {

  #live .user-guide .desc-area {
    width: 1000px;
    margin: 0 auto;
  }

  #live .user-guide .user-guide__item {
    display: flex;
    -js-display: flex;
    justify-content: center;
    align-items: center;
  }

  #live .user-guide .user-guide__items {
    width: 700px;
    margin-right: 35px;
    margin-bottom: 0;
  }

  /*************** ウチャスコマの会 ***************/
  
  #live .uchaskoma .uchaskoma__wrap {
    display: flex;
    gap: 30px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  
  #live .uchaskoma .uchaskoma__desc .desc-area {
    max-width: 900px;
    width: 100%;
  }
  
  #live .uchaskoma .uchaskoma__desc {
    max-width: 720px;
    width: 100%;
  
  }
  
  #live .uchaskoma .uchaskoma__visual {
    flex: 0 0 310px;
  }

  #live .uchaskoma .desc-area .leadcopy {
    width: 100% !important;     /* 他の固定幅指定を強制的に上書き */
    max-width: 100%;
  }

  
}


/************************************************** 
  
  下層ページ / つくる
  
***************************************************/
#make {
  overflow: hidden;
}

#make .hero .hero__visual {
  width: 270px;
}

#make .hero .page-logo {
  width: 118px;
  margin: 0 auto;
  padding-bottom: 20px;
}

#make .hero .page-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#make .hero .catch br {
  display: block;
}

#make .make {
  padding: 70px 0 75px;
}

#make .make .desc-area {
  padding-bottom: 50px;
}


#make .make .info {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 150px;
}

#make .make .info .info-bg  {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
  height: 500px;
  overflow: hidden;
  z-index: 0;
}

 #make .make .info .info-bg .sp-size {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
  z-index: 0;
} 

 /* #make .make .info__text .bg-svg {
  position: relative;
  top: 0;
  left: 50%;
  width: 100vh;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1;
}  */

#make .make .info__text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px 0 0;
  z-index: 1;
}

#make .make .info__text .leadcopy {
  padding-bottom: 15px;
  color: #2b2b2b;
}

#make .make .info__text .seek p {
  line-height: 1.6;
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  color: #F75829;
}

#make .make .info .illst {
  position: absolute;
  width: 135px;
  right: 50px;
  bottom: -60px;
  transform: rotate(-10deg);
}

#make .make .info .illst img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#make .make .link-area {
  padding-bottom: 75px;
}

#make .club {
  padding: 75px 0 75px;
}

#make .club .club__items {
  padding-bottom: 75px;
}

#make .club .club__item {
  padding: 35px 20px;
  background: #EFFDFF;
  border-radius: 30px;
}

#make .club .club__item:not(:last-child) {
  margin-bottom: 40px;
}

#make .club .club__item .club__visual-area {
  position: relative;
  width: 250px;
  margin: 0 auto;
  margin-bottom: 50px;
} 

#make .club .club__item .club__visual {
  position: relative;
  width: 250px;
  height: 250px;
}

#make .club .club__item .club__visual img {
  width: 100%;
  height: 100%;
  border-radius: 50%; /* 丸くする */
  object-fit: cover;  /* 画像の比率を維持してトリミング */
  display: block;
}

#make .club .club__item .cate {
  position: absolute;
  right: -10px;
  bottom: -20px;
}

#make .club .club__item .club__desc p {
  color: #2b2b2b;
}

#make .club .club__item dl:not(:last-child) {
  padding-bottom: 20px;
}

#make .club .club__item dt,
#make .club .club__item dd {
  line-height: 1.7;
  font-size: 15px;
}

#make .club .club__item dt {
  padding-bottom: 8px;
  font-weight: 500;
}

#make .club .club__item dt br {
  display: block;
}




/* 小型タブレット (600px〜) */
@media (min-width: 600px) {

  #make .hero .catch br {
    display: none;
  }

  #make .make .info .info-bg  {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
  height: 400px;
  overflow: hidden;
  z-index: 0;
}

#make .club .club__item dt br {
  display: none;
}
  
}

/* タブレット (768px〜1023px) */
@media (min-width: 768px) {

  #make .hero .hero__visual {
    width: 320px;
  }

  #make .hero .page-logo {
    width: 150px;
  }

  .hero .catch-lead .leadcopy {
    letter-spacing: 0.08em;
  }

  #make .make {
    padding: 90px 0 100px;
  }

  #make .make .info {
    margin-bottom: 100px;
  }

  #make .make .info .info-bg {
    position: relative;
    width: 100%;
    margin-left: 0;
    height: auto;
    overflow: visible;
  }

  #make .make .info .info-bg .sp-size {
    width: 100%;
    margin-left: 0;
  }

  #make .make .info__text {
    top: 50%;
    left: 50%;
    padding: 0;
    transform: translate(-50%, -50%);
    max-width: 480px;
    width: 88%;
    text-align: center;
  }

  #make .make .info__text .seek p {
    font-size: 14px;
  }

  #make .make .info .illst {
    width: 150px;
    bottom: 0;
  }

  #make .make .link-area {
    padding-bottom: 100px;
  }

  #make .club .club__item {
    display: flex;
    align-items: center;
  }

  #make .club .club__item .club__visual-area {
    width: 265px;
    margin-right: 35px;
    margin-bottom: 0;
  }

  #make .club .club__item .club__visual {
    width: 265px;
    height: 265px;
  }

  #make .club .club__item dt,
  #make .club .club__item dd {
    font-size: 16px;
  }

 
}

/* PC (1024px〜) */
@media (min-width: 1024px) {

  #make .hero .hero__visual {
    width: 320px;
  }

  #make .make .info {
    width: 740px;
    margin: 0 auto 100px;
  }

  #make .club .club__items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

  #make .club .club__item {
    padding: 50px 25px;
  }

  #make .club .no-flex {
    display: block;
    align-items: initial;
    width: 48%;
  }

  #make .club .club__item .club__visual-area {
    width: 290px;
    margin: 0 auto;
  }

  #make .club .no-flex .club__visual-area {
    margin: 0 auto 40px;
  }

  #make .club .club__item .club__visual {
    width: 290px;
    height: 290px;
  }

  #make .club .collab__item {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }

  #make .club .collab__item .club__visual-area {
    margin: 0 40px 0 0;
  }

  #make .club .club__item .cate img {
    width: 120px;
  }


}

/* PC標準 (1200px〜) */

@media (min-width: 1200px) {
  #make .make .info-wrap {
    display: flex;
    -js-display: flex;
    align-items: center;
    width: 1155px;
    margin: 0 auto;
  }

  #make .club .club__item:not(:last-child) {
    margin-bottom: 0;
  }

  #make .make .info {
    width: 700px;
    margin: 0 50px 0 0;
  }

  #make .club .no-flex {
    width: 380px;
  }

}



/************************************************** 
  
  下層ページ / あつまる
  
***************************************************/
#gather {
  overflow: hidden;
}

#gather .hero .hero__visual {
  width: 280px;
}

#gather .gather-desc {
  padding: 70px 0 75px;
}

#gather .gather-desc .desc-area {
  padding-bottom: 50px;
}

#gather .gather-desc .desc-area p:not(:last-child) {
  padding-bottom: 25px;
}


#gather .event-date {
  padding-bottom: 25px;
}

#gather .event-date .event-box {
  padding: 25px 28px;
  background: #fff;
  border-radius: 30px;
}

#gather .event-date h3 {
  padding-bottom: 15px;
  color: #2b2b2b;
}

#gather .event-date dl {
  display: flex;
}

#gather .event-date dt,
#gather .event-date dd {
  line-height: 1.7;
  font-size: 15px;
}

#gather .event-date dt {
  width: 175px;
  font-weight: 500;
}

#gather .event-date .holiday {
  display: block;
  line-height: 2;
  font-size: 15px;
  color: #FF0000;
}

#gather .owner-call {
  padding-bottom: 50px;
}

#gather .owner-call h3 {
  padding-bottom: 15px;
  text-align: center;
  color: #EFFDFF;
}

#gather .owner-call p br {
  display: none;
}

#gather .exhibit {
  padding: 75px 0 75px;
}

#gather .exhibit .desc-area {
  padding-bottom: 75px;
}



#gather .gallery .gallery__items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#gather .gallery .gallery__item {
  display: flex;
}

#gather .gallery .gallery__item:nth-child(odd) {
  justify-content: flex-start;
}

#gather .gallery .gallery__item:nth-child(even) {
  justify-content: flex-end;
}

 #gather .gallery .gallery__visual .visual {
  position: relative;
  top: 0;
  left: 0;
  width: 245px;
  height: 245px;
} 

#gather .gallery .gallery__visual {
  position: relative;
  width: 245px;  
  height: 245px;
} 


#gather .gallery .gallery__visual .visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

#gather .gallery .product-name {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%); 
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0 5px rgba(0,0,0,0.5);
  white-space: nowrap;
}




/* 小型タブレット (600px〜) */
@media (min-width: 600px) {

  #gather .event-date {
    width: 400px;
    margin: 0 auto;
    padding-bottom: 50px;
  }

  #gather .event-date h3 {
    font-size: 22px;
  }

  #gather .event-date dt,
  #gather .event-date dd {
    font-size: 16px;
  }

  #gather .owner-call h3 {
    font-size: 22px;
  }

  #gather .owner-call p {
    text-align: center;
  }

  #gather .owner-call p br {
    display: block;
  }

  #gather .gallery .gallery__items {
    gap: 20px;
    justify-content: center;
  }

  #gather .gallery .gallery__visual .visual {
    width: 315px;
    height: 315px;
  }

  #gather .gallery .gallery__visual {
    width: 315px;
    height: 315px;
  }

  
}

/* タブレット (768px〜1023px) */
@media (min-width: 768px) {

  #gather .hero .hero__visual {
    width: 380px;
  }

  #gather .gather-desc .desc-area {
    padding-bottom: 70px;
  }

  #gather .gather-desc {
    padding: 90px 0 100px;
  }

  #gather .exhibit {
    padding: 100px 0 100px;
  }

  #gather .gallery .gallery__items {
    gap: 15px; /* 隙間をさらに詰める */
  }

  #gather .gallery .gallery__item:nth-child(odd) {
    justify-content: flex-start;
    margin-left: 12%;
  }

  #gather .gallery .gallery__item:nth-child(even) {
    justify-content: flex-end;
    margin-right: 12%;
  }

  #gather .gallery .product-name {
    font-size: 16px;
  }

  
}

/* PC (1024px〜) */
@media (min-width: 1024px) {

  #gather .hero .hero__visual {
    width: 415px;
  }

  #gather .gallery .gallery__items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px;
     justify-items: center; 
  }

  #gather .gallery .gallery__visual .visual {
    width: 270px;
    height: 270px;
  }

  #gather .gallery .gallery__visual {
    width: 270px;
    height: 270px;
  }


  #gather .gallery .gallery__item:nth-child(odd) {
    justify-content: center;
    margin-left: 0;
  }

  #gather .gallery .gallery__item:nth-child(even) {
    justify-content: center;
    margin-right: 0;
  }
  
  /* 1段目（1〜3）: 左・中央・右 */
  #gather .gallery .gallery__item:nth-child(1) {
    grid-column: 1 / 3;
  }
  #gather .gallery .gallery__item:nth-child(2) {
    grid-column: 3 / 5;
  }
  #gather .gallery .gallery__item:nth-child(3) {
    grid-column: 5 / 7;
  }


  /* 2段目（中央寄せで2つ） */
  #gather .gallery .gallery__item:nth-child(4) {
    grid-column: 2 / 4; /* 左寄り中央 */
  }
  #gather .gallery .gallery__item:nth-child(5) {
    grid-column: 4 / 6; /* 右寄り中央 */
  }

  /* 3段目（6〜8）: 左・中央・右 */
  #gather .gallery .gallery__item:nth-child(6) {
    grid-column: 1 / 3;
  }
  #gather .gallery .gallery__item:nth-child(7) {
    grid-column: 3 / 5;
  }
  #gather .gallery .gallery__item:nth-child(8) {
    grid-column: 5 / 7;
  }
  
}

/* PC標準 (1200px〜) */
@media (min-width: 1200px) {

  #gather .gallery .gallery__visual .visual {
    width: 315px;
    height: 315px;
  }

  #gather .gallery .gallery__visual {
    width: 315px;
    height: 315px;
  }
  
}




/************************************************** 
  
  下層ページ / ご利用について
  
***************************************************/

#service .hero .hero__visual {
  width: 230px;
}

#service .hero .hero__catch p br {
  display: block;
}

#service .service-flow {
  padding: 70px 0 75px;
  overflow: hidden;
}

#service .service-flow h2 {
  margin-bottom: 50px;
  color: #2b2b2b;
  border-bottom: 1px solid #2b2b2b
}

#service .service-flow .flow__item  {
  position: relative;
  top: 0;
  left: 0;
  padding: 40px 30px;
  background: #E65C00;
  border-radius: 30px;
  z-index: 1;
}

#service .service-flow .flow__item .leadcopy {
  color: #fff;
}

#service .service-flow .flow__item:not(:last-child) {
  margin-bottom: 60px;
}

#service .service-flow .flow__item:last-child {
  margin-bottom: 75px;
}

#service .service-flow .flow__icon {
  width: 110px;
  height: 110px;
  margin: 0 auto 25px;
}

#service .service-flow .flow__lead {
  padding-bottom: 35px;
}

#service .service-flow h3 {
  padding-bottom: 25px;
  text-align: center;
  color: #fff;
}

#service .service-flow .flow__num {
  position: absolute;
  top: -35px;
  right: 35px;
  z-index: 2;
}

#service .service-flow .flow__lead .at-contact {
  margin-top: 30px;
}

#service .service-flow .num {
  display: block;
  font-size: 64px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}


/********* イコロン村のサポート・サービス **********/

#service .support h2 {
  color: #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
}

#service .support .logo-text {
  /* 要素を領域外へ移動させて非表示にする */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* テキストの折り返しを禁止 */
  border: 0;
}

#service .support .support__icoron .section-logo {
  width: 150px;
  padding-bottom: 45px;
  border-bottom: none;
}

#service .support .section-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#service .support .support__icoron {
  padding: 50px 15px;
  margin-bottom: 50px;
  background: #FCF2EA;
  border-radius: 30px;
}

#service .support h3 {
  padding-bottom: 15px;
  color: #E65C00;
  white-space: nowrap;
}

#service .support .leadcopy {
  color: #2b2b2b;
}

#service .support .leadcopy:not(:last-child) {
  padding-bottom: 10px;
}

#service .support .note {
  display: block;
  line-height: 1.7;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #FF0000;
}

#service .support .support__icoron .support-icoron__item:not(:last-child) {
  padding-bottom: 35px;
}

#service .support .consult-message {
  padding: 25px 15px;
  margin-bottom: 75px;
  background: #E65C00;
  border-radius: 30px;
}

#service .support .consult-message p {
  color: #fff;
}


#service .support .support__nochiu .section-logo {
  width: 150px;
  padding-bottom: 45px;
  border-bottom: none;
}

#service .support .support__nochiu {
  padding: 50px 15px;
  margin-bottom: 75px;
  background: #FCF2EA;
  border-radius: 30px;
}

#service .support .support__nochiu .leadcopy-head {
  padding-bottom: 35px;
  font-weight: 500;
}

#service .support .support__nochiu .support-nochiu__item:not(:last-child) {
  padding-bottom: 35px;
}


/**************** よくあるご質問 ****************/

#service .faq h2 {
  color: #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
}

#service .faq .faq__item {
  margin-bottom: 50px;
  overflow: hidden;
  border-radius: 12px;
}

#service .faq .faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 12px;
  text-align: left;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border: none;
  cursor: pointer;
  background: #ddd;
}

#service .faq .faq__qicon {
  display: flex;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  line-height: 32px;
  text-align: center;
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 700;
  background: #fff;
  border-radius: 50%;
}

#service .faq .open .leadcopy {
  line-height: 1.6;
  font-weight: 500;
  font-size: 15px;
  color: #2b2b2b;
}

#service .faq .faq__toggle {
  margin-left: auto;
  padding-left: 10px;
  font-size: 20px;
}

#service .faq .faq__toggle .plus {
  width: 15px;
  transition: opacity 0.3s ease;
}

#service .faq .faq__toggle .minus {
  width: 15px;
  transition: opacity 0.3s ease;
}

#service .faq .faq__toggle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* デフォルトはプラス表示 */
#service .faq .faq__toggle .minus {
  display: none;
}

/* open時はマイナス表示に切り替え */
#service .faq .faq__item.open .faq__toggle .plus {
  display: none;
}
#service .faq .faq__item.open .faq__toggle .minus {
  display: inline;
}

#service .faq .faq__answer {
  /* display: none; */
  height: 0; 
  padding: 0 20px;
  background: #E65C00;
  border-top: 1px solid #ddd;
  overflow: hidden;
  transition: max-height 0.3s ease; /* JSなしでも最低限動くように */
}

#service .faq .faq__item.open .faq__answer p {
  line-height: 1.7;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: justify;
  color: #fff;
}

#service .faq .faq__item.open .faq__answer {
  display: block;
}

/* 最初のボックスだけは常に開いた状態に固定 */
#service .faq .faq__item:first-child .faq__answer {
  display: block !important;
}
#service .faq .faq__item:first-child .faq__toggle .plus {
  display: none !important;
}
#service .faq .faq__item:first-child .faq__toggle .minus {
  display: inline !important;
}








/* 小型タブレット (600px〜) */
@media (min-width: 600px) {

  #service .hero .hero__visual {
    width: 250px;
  }

  #service .hero .hero__catch p br {
    display: none;
  }

  #service .support .consult-message {
    width: 500px;
    margin: 0 auto 75px;
  }
}

/* タブレット (768px〜1023px) */
@media (min-width: 768px) {

  #service .hero .hero__visual {
    width: 300px;
  }

  #service .service-flow h2 {
    margin-bottom: 70px;
  }

  #service .service-flow .flow__items {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-bottom: 100px;
    /* align-items: center; */
  }

  #service .service-flow .flow__item:not(:last-child),
  #service .service-flow .flow__item:last-child {
    margin-bottom: 0; 
  }

  #service .service-flow .flow__item {
    flex: 1 1 300px;
    max-width: 344px;
  }

  #service .service-flow .flow__icon {
    width: 120px;
    height: 120px;
  }



  /********* イコロン村のサポート・サービス **********/

  #service .support .support__icoron {
    padding: 60px 45px;
  }

  #service .support .support__nochiu {
    padding: 60px 45px;
  }

  #service .support .consult-message {
    width: 500px;
    margin: 0 auto 100px;
  }

  #service .support .note {
    font-size: 14px;
  }


  /**************** よくあるご質問 ****************/

  #service .faq {
    padding: 0 0 70px 0;
  }

  #service .faq .open .leadcopy {
    font-size: 16px;
  }

  #service .faq .faq__question {
    font-size: 16px;
  }

  #service .faq .faq__item.open .faq__answer p {
    font-size: 16px;
  }

  
  
}

/* PC (1024px〜) */
@media (min-width: 1024px) {

  #service .hero .hero__visual {
    width: 320px;
  }

  #service .service-flow .flow__item {
    flex: 1 1 300px;
    max-width: 420px;
  }

  /********* イコロン村のサポート・サービス **********/

  #service .support .support__icoron .section-logo {
    width: 180px;
  }

  #service .support .support__nochiu .section-logo {
    width: 170px;
  }


  /**************** よくあるご質問 ****************/

  #service .faq .faq__item {
    width: 800px;
    margin: 0 auto 50px;
  }
  

  
  
}

/* PC標準 (1200px〜) */
@media (min-width: 1200px) {

  #service .service-flow .flow__items {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px 80px; /* 行間60px・列間80px */

  }

  #service .service-flow .flow__item {
    flex: 1 1 calc(50% - 80px);
    max-width: 580px; /* ←希望通りの幅に変更 */
    min-height: 220px;
    display: flex; /* ←ここで中身を横並びに */
    align-items: flex-start;
    align-items: center;
    gap: 24px;
    padding: 40px 32px;
  }

  #service .service-flow .flow__icon {
    flex: 0 0 150px; /* 固定幅（アイコン枠） */
  }

  #service .service-flow h3 {
    text-align: left;
  }

  #service .service-flow .flow__lead {
    padding-bottom: 0;
  }


  /********** イコロン村のサポート・サービス **********/

  #service .support .support__icoron {
    width: 1000px;
    margin: 0 auto 70px;
  }

  #service .support .support__nochiu {
    width: 1000px;
    margin: 0 auto 100px;
  }


}


/************************************************** 
  
  下層ページ / そうだん
  
***************************************************/
#consultation .hero .hero__visual {
  width: 270px;
}

#consultation .hero .page-logo {
  width: 110px;
  margin: 0 auto;
  padding-bottom: 20px;
}

#consultation .hero .page-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#consultation .hero .catch-lead a {
  text-decoration: underline;
}

#consultation .icokanu {
  padding: 70px 0 75px;
}

#consultation .icokanu h2 {
  color: #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
}

#consultation .icokanu .section-logo {
  width: 140px;
  padding-bottom: 25px;
  border-bottom: none;
}

#consultation .icokanu .section-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#consultation .icokanu .logo-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

#consultation .icokanu .leadcopy {
  padding-bottom: 25px;
  color: #2b2b2b;
}

#consultation .icokanu .icokanu__catch {
  padding-bottom: 35px;
  font-weight: 500;
  color: #2b2b2b;
}

#consultation .icokanu .catch-lead {
  padding-bottom: 45px;
}

#consultation .icokanu__address .icokanu__map {
  position: relative;
  width: 100%;
  height: 380px; /* ← 固定高さに変更 */
  overflow: hidden;
  margin-bottom: 80px;
}

#consultation .icokanu__address .icokanu__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#consultation .icokanu__address .phone {
  display: flex;
  padding-bottom: 20px;        
  align-items: center;   
  gap: 8px;              
  font-size: 32px;
  font-weight: 700;
}

#consultation .icokanu__address .phone img {
  width: 32px;  
  height: 32px;
  object-fit: contain;
  display: block; 
}

#consultation .icokanu__address address {
  line-height: 1.7;
  font-size: 15px;
  font-style: normal;
}

#consultation .icokanu__address address br {
  display: block;
}


/*************** 相談支援専門員体制について ***************/

#consultation .consult-staff h2 {
  color: #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
}

#consultation .consult-staff {
  padding-bottom: 75px;
}

#consultation .consult-staff .staff {
  padding-bottom: 40px;
}

#consultation .consult-staff .staff__name {
  padding-bottom: 20px;
  letter-spacing: 0.05em;
  font-size: 15px;
}

#consultation .consult-staff .staff__name span {
  font-size: 18px;
  font-weight: 500;
}

#consultation .consult-staff li {
  position: relative;
  top: 0;
  padding-left: 22px;
  padding-bottom: 15px;
  line-height: 1.7em;
  font-size: 15px;
}

#consultation .consult-staff li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.4em;
  left: 0;
  background: url(../img/icon-circle_blk.svg);
  width: 18px;
  height: 18px;
  background-size: contain;
}

#consultation .consult-staff .addition-requirements {
  padding-bottom: 40px;
}

#consultation .consult-staff .addition-requirements p {
  padding-bottom: 20px;
  font-size: 16px;
  color: #2b2b2b;
  font-weight: 500;
}

#consultation .consult-staff .visual {
  width: 95%;
  margin: 0 auto;
}

#consultation .consult-staff img {
  width: 100%;
  height: auto;
  object-fit: cover;
}


/*************** ウチャスコマの会 ***************/

/* #consultation .uchaskoma {
  padding-bottom: 75px;
}

#consultation .uchaskoma h2 {
  color: #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
}

#consultation .uchaskoma .section-logo {
  width: 160px;
  padding-bottom: 35px;
}

#consultation .uchaskoma .section-logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#consultation .uchaskoma .leadcopy,
#consultation .uchaskoma .li {
  color: #2b2b2b;
}

#consultation .uchaskoma .uchaskoma__desc {
  padding-bottom: 35px;
}

#consultation .uchaskoma .desc-area {
  padding-bottom: 35px;
}

#consultation .uchaskoma .desc-area .bld {
  font-weight: 500;
}

#consultation .uchaskoma li {
  position: relative;
  top: 0;
  padding-left: 22px;
  padding-bottom: 15px;
  line-height: 1.7em;
  font-size: 15px;
}

#consultation .uchaskoma li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.4em;
  left: 0;
  background: url(../img/icon-circle_blk.svg);
  width: 18px;
  height: 18px;
  background-size: contain;
} */



/* 小型タブレット (600px〜) */
@media (min-width: 600px) {

  #consultation .icokanu__address address br {
    display: none;
  }
  #consultation .icokanu__address address {
    font-size: 16px;
  }

  #consultation .consult-staff .visual {
    width: 70%;
  }

  /* #consultation .uchaskoma .uchaskoma__visual {
    width: 380px;
    margin: 0 auto;
  }

  #consultation .uchaskoma .uchaskoma__visual img {
    width: 100%;
    height: auto;
    object-fit: cover;
  } */

}

/* タブレット (768px〜1023px) */
@media (min-width: 768px) {

  #consultation .icokanu {
    padding: 90px 0 100px;
  }

  #consultation .hero .hero__visual {
    width: 300px;
  }

  #consultation .hero .page-logo {
    width: 135px;
  }

  #consultation .icokanu__address address {
    font-size: 16px;
  }

  #consultation .consult-staff {
    padding-bottom: 100px;
  }

  #consultation .consult-staff .staff__name {
    font-size: 16px;
  }

  #consultation .consult-staff .staff__name span {
    font-size: 19px;
  }

  #consultation .consult-staff li {
    font-size: 16px;
  }

  #consultation .consult-staff .addition-requirements p {
    font-size: 17px;
  }

  #consultation .consult-staff .visual {
    width: 400px;
  }


  /*************** ウチャスコマの会 ***************/
  /* #consultation .uchaskoma {
    padding-bottom: 100px;
  } */

  

}

/* PC (1024px〜) */
@media (min-width: 1024px) {

  #consultation .hero .hero__visual {
    width: 320px;
  }

  #consultation .icokanu .catch-lead {
    padding-bottom: 60px;
  }

  #consultation .icokanu__address {
    display: flex;
    align-items: center;
    gap: 30px;
  }

  #consultation .consult-staff .visual {
    width: 450px;
  }

  /* #consultation .uchaskoma .section-logo {
    width: 185px;
  }

  #consultation .uchaskoma .uchaskoma__visual {
    width: 450px;
  } */
    

}

/* PC標準 (1200px〜) */
@media (min-width: 1200px) {

  #consultation .icokanu .catch-lead {
    width: 900px;
  }

  #consultation .icokanu__address {
    width: 1200px;
    margin: 0 auto;
  }

  #consultation .icokanu__address .icokanu__map {
   flex: 1 1 560px; 
    
  }

  #consultation .icokanu__address .phone {
    font-size: 40px;
  }

  #consultation .icokanu__address .phone img {
    width: 42px;
    height: auto;
  }

  #consultation .consult-staff .consult-staff-wrap {
    display: flex;
    align-items: center;
    gap: 70px;
  }

  #consultation .consult-staff .visual {
    width: 430px;
    margin: 0;
  }

  #consultation .consult-staff .addition-requirements {
    padding-bottom: 0;
  }


  /*************** ウチャスコマの会 ***************/

  /* #consultation .uchaskoma .uchaskoma__wrap {
    display: flex;
    gap: 30px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }

  #consultation .uchaskoma .uchaskoma__desc .desc-area {
    max-width: 900px;
    width: 100%;
  }

  #consultation .uchaskoma .uchaskoma__desc {
    max-width: 720px;
    width: 100%;

  }

  #consultation .uchaskoma .uchaskoma__visual {
    flex: 0 0 400px;
  } */


}



/************************************************** 
  
  下層ページ / イコロン村について
  
***************************************************/
#about {
  overflow: hidden;
}

#about .hero .hero__visual {
  width: 280px;
}

#about .hero .page-logo {
  width: 130px;
  margin: 0 auto;
  padding-bottom: 20px;
}

#about .hero .page-logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#about .section-head {
  color: #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
}

#about .leadcopy {
  color: #2b2b2b;
}

#about h3 {
  color: #2b2b2b;
}

#about .policy {
  padding: 70px 0 75px;
}

#about .policy .policy__catch {
  padding-bottom: 35px;
}

#about .policy .policy__catch p {
  font-weight: 500;
}


/**************** 基本理念 / 石のスープの話 ****************/

#about .philosophy {
  padding: 60px 0 75px;
  margin-bottom: 75px;
  background: #FDEEC0;
}

#about .philosophy .philosophy__text {
  padding-bottom: 40px;
}

#about .philosophy .philosophy__text p:not(:last-child) {
  padding-bottom: 30px;
}

#about .philosophy .philosophy__visual {
  width: 90%;
  margin: 0 auto;
}

#about .philosophy .philosophy__visual img {
  width: 100%;
  height: auto;
  object-fit: cover;
}


/********************* 法人概要 *********************/

#about .organization-summary {
  padding-bottom: 75px;
}

#about .organization-summary dl {
  display: flex;
  gap: 55px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #2b2b2b;
}

#about .organization-summary dt {
  width: 65px;
  line-height: 1.7em;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

#about .organization-summary dd {
  line-height: 1.7em;
  font-size: 15px;
  letter-spacing: 0.05em;
}

#about .organization-summary dd br {
  display: block;
}

#about .organization-summary dl.no-flex {
  display: block;
  gap: 0;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #2b2b2b;
}

#about .organization-summary dl.no-flex dt {
  width: 100%;
  padding-bottom: 10px;
}

#about .organization-summary dl.no-flex dd br {
  display: block;
}


/********************* アクセス *********************/

#about .access {
  padding-bottom: 75px;
}

#about .access .access__wrap {
  padding-bottom: 75px;
}

#about .access .office__info {
  padding: 30px 15px;
  margin-bottom: 40px;
  background: #E65C00;
  border-radius: 30px;
}

#about .access .office__box {
  padding-bottom: 15px;
}

#about .access .office__info .office {
  line-height: 1.8;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}

#about .access .office__info address {
  line-height: 1.7;
  font-size: 15px;
  color: #fff;
  font-style: normal;
  letter-spacing: 0.05em;
}

#about .access h3 {
  padding-bottom: 20px;
}

#about .access dl {
  padding-bottom: 35px;
}

#about .access dt {
  padding-bottom: 10px;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 500;
}

#about .access dd {
  line-height: 1.7;
  font-size: 15px;
  letter-spacing: 0.05em;
}

#about .access .note {
  display: block;
  padding-bottom: 40px;
  line-height: 1.7;
  font-weight: 15px;
  color: #FF0000;
  font-weight: 500;
}

#about .access .google-map {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
}

#about .access .google-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}





/* 小型タブレット (600px〜) */
@media (min-width: 600px) {

  #about .philosophy .philosophy__visual {
    width: 60%;
  }

  #about .access .office__info {
    width: 400px;
    margin: 0 auto 50px;
  }

  #about .access .office__hq {
    width: 460px;
    margin: 0 auto 50px;
  }
  
}

/* タブレット (768px〜1023px) */
@media (min-width: 768px) {

  #about .hero .hero__visual {
    width: 380px;
  }

  #about .policy {
    padding: 90px 0 100px;
  }

  #about .philosophy {
    padding: 90px 0 100px;
    margin-bottom: 100px;
  }

  #about .philosophy .philosophy__visual {
    width: 325px;
  }

  #about .access .office__hq {
    width: 460px;
    margin: 0 auto 50px;
  }



  /********************* 法人概要 *********************/

  #about .organization-summary {
    padding-bottom: 100px;
  }

  #about .organization-summary dt {
    width: 90px;
    padding-left: 15px;
    font-size: 16px;
  }

  #about .organization-summary dd {
    font-size: 16px;
  }

  #about .organization-summary dd br {
    display: none;
  }

  #about .organization-summary dl.no-flex dd {
    padding-left: 15px;
  }


  /********************* アクセス *********************/

  #about .access .office__info {
    width: 450px;
    padding: 35px 30px;
  }

  #about .access .office__info .office {
    font-size: 18px;
  }

  #about .access h3 {
    text-align: center;
    padding-bottom: 40px;
  }

  #about .access .office__info address {
    font-size: 16px;
  }

  #about .access dt {
    font-size: 16px;
  }

  #about .access dd {
    font-size: 16px;
  }

  #about .access .access__info {
    width: 510px;
    margin: 0 auto;
  }

  #about .access .office__hq {
    width: 520px;
    margin: 0 auto 50px;
  }
  
  #about .access .google-map {
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 20px;
    padding-bottom: 100px;
  }


  
}

/* PC (1024px〜) */
@media (min-width: 1024px) {

  #about .hero .hero__visual {
    width: 390px;
  }

  #about .philosophy .philosophy__wrap {
    display: flex;
    align-items: center;
    gap: 40px;
  }

  #about .philosophy .philosophy__visual {
    flex: 0 0 370px;
  }

  #about .philosophy .philosophy__text {
    flex: 1;
    padding-bottom: 0;
  }

  #about .organization-summary .organization-summary__wrap {
    max-width: 800px;
    margin: 0 auto;
  }

  #about .organization-summary dt {
    padding-left: 0;
  }
  
}

/* PC標準 (1200px〜) */
@media (min-width: 1200px) {

  #about .hero .hero__visual {
    width: 400px;
  }

  #about .policy .contents {
    width: 900px;
    margin: 0 auto;
  }

  #about .philosophy .philosophy__wrap {
    gap: 85px;
  }

  #about .access .office__info {
    margin: 0 0 50px;
  }

  #about .access .access__wrap {
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
    gap: 50px;
  }

  #about .access .google-map {
    flex: 0 0 600px;
    height: 530px;
    overflow: hidden;
    padding-bottom: 0;
  }

  #about .access .access__info {
    flex: 1;
  }

  #about .access h3 {
    text-align: left;
  }

  #about .access .access__info {
    margin: 0;
  }

  #about .access .note {
    padding-bottom: 0;
  }
  
}




/************************************************** 
  
  下層ページ / プライバシーポリシー
  
***************************************************/
#privacy-policy .page-headding {
  margin-bottom: 0;
}

#privacy-policy .leadcopy {
  padding-bottom: 30px;
  color: #2b2b2b;
}

#privacy-policy .catch {
  padding-bottom: 60px;
  font-weight: 500;
}

#privacy-policy .privacy__item {
  padding-bottom: 50px;
}

#privacy-policy h3 {
  padding-bottom: 25px;
  line-height: 1.7;
  font-size: 15px;
  font-weight: 600;
  color: #2b2b2b;
  letter-spacing: 0.05em;
}

#privacy-policy ol {
  list-style: decimal;
  list-style-position: outside; /* 数字を外側に配置 */
  margin-left: 15px;
}

#privacy-policy ol li {
  line-height: 1.7;
  font-size: 15px;
}

#privacy-policy ol li {
  padding-bottom: 12px;
}

#privacy-policy ol li .padd {
  padding-bottom: 12px;
}

#privacy-policy ol li span.padd {
  display: block;
  padding-bottom: 12px;
}

#privacy-policy .btm {
  padding-bottom: 0;
}




/* 小型タブレット (600px〜) */
@media (min-width: 600px) {
  
}

/* タブレット (768px〜1023px) */
@media (min-width: 768px) {

  #privacy-policy h3 {
    font-size: 16px;
  }

  #privacy-policy ol li {
    font-size: 16px;
  }
  
}

/* PC (1024px〜) */
@media (min-width: 1024px) {
  
}

/* PC標準 (1200px〜) */
@media (min-width: 1200px) {

  #privacy-policy .catch {
    width: 800px;
    margin: 0 auto;
  }

  #privacy-policy .privacy__item {
    width: 800px;
    margin: 0 auto;
  }
  
}
