@charset "UTF-8";

/*=================
全体
===================*/

* {
  box-sizing: border-box;
  font-style: normal;
}

html {
  font-size: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  min-width: 375px;
}

a {
  text-decoration: none;
  color: #262626;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ul li {
  list-style: none;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.middle_wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.text_align {
  text-align: center;
}

.text_align_right {
  text-align: right;
}

.text_align_left {
  text-align: left;
}

.font_bold {
  font-weight: bold;
}

.jus_right {
  justify-content: right;
}

@media screen and (max-width: 1100px) {
  .wrapper {
    padding: 0 4%;
  }
}

.hover_underline:hover {
  text-decoration: underline;
}

.hover:hover {
  background-color: #e2eade;
  transition: 0.3s ease-in-out;
}

.header_checked {
  background-color: #e2eade;
}

.hover_clear:hover {
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

/*========================
TOPページ 
============================*/

/*----------------------
メインビジュアル 
-----------------------*/
.main_bg_top {
  /* height: 540px; */
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 100px;
}
.slider {
  position: relative;
  z-index: 1;
}

.mv_ttl {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  transform: translate(0%, -50%);
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  z-index: 10;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
.mv_ttl .txt01 {
  font-size: 28px;
  margin-bottom: 10px;
}
.mv_ttl h2 {
  font-size: 90px;
  margin-bottom: 20px;
  font-weight: bold;
}
.mv_ttl h2 span {
  font-size: 72px;
}
.mv_ttl h2 em {
  font-weight: bold;
}
.mv_ttl .txt02 {
  font-size: 52px;
}
.mv_ttl .txt03 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
}
.mv_txt {
  background: #e2eade;
  padding: 35px 0;
}
.mv_txt p {
  text-align: center;
  font-size: 27px;
  line-height: 1.4;
  font-weight: bold;
}

.sp_only {
  display: none;
}
.main_bg_top {
  margin-top: 135px;
}

@media screen and (max-width: 768px) {
  .main_bg_top {
    margin-top: 60px;
  }
}

/*-----------------------------
Web見学
------------------------------*/

#top_visit_sec {
  padding: 20px 0;
}

.top_visit_sec_inner a {
  display: block;
  border-radius: 20px;
  font-size: 20px;
  padding: 35px 0;
  text-align: center;
  box-shadow: 5px 6px 1px rgba(56, 56, 56, 0.16);
}

.top_visit_sec_inner a:first-of-type {
  background-color: #f8c5ac;
}

/*-----------------------------
テキストお問い合わせフォーム 
------------------------------*/

.mv_txt {
  background-color: #eef2ec;
  padding: 35px 0;
}

.mv_txt .inner {
  text-align: center;
}

.mv_txt .inner p {
  font-size: 22px;
}

.form_btn_area_sec {
  background-color: #eef2ec;
}

.cta_ttl h2 {
  padding: 32px 0;
  color: #456800;
  font-size: clamp(20px, 2vw, 26px);
}

.cta_ttl {
  position: relative;
}

img.icon_tree_white {
  position: absolute;
  top: -153px;
  right: 0;
  width: 176px;
}

#top_sp_btn_area {
  background-color: #eef2ec;
  padding: 19px;
}

#top_sp_btn_area a {
  display: block;
  border-radius: 10px;
  font-size: 18px;
  padding: 18px 0;
  text-align: center;
  box-shadow: 5px 6px 1px rgba(0, 0, 0, 0.16);
  background-color: #c66c44;
  /* width: 20%; */
  color: #fff;
}

@media screen and (max-width: 768px) {
  .mv_txt .inner p {
    font-size: 18px;
    color: #456800;
  }

  #top_sp_btn_area {
    padding: 19px 4%;
  }

  .mv_txt {
    padding: 35px 0 0;
  }

  #top_sp_btn_area a {
    background-image: url(../img/footer_logo_arrow.png);
    background-position: right 25px center;
    background-size: 10px 14px;
    font-weight: bold;
  }
}

/*-----------------------------
穏やかな板橋区・四葉に
------------------------------*/

#top_first_section {
  padding: 50px 0 60px;
}

.top_first_section_inner section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top_first_section_inner section:first-of-type {
  background-image: url(../img/Watercolor_pink.png);
  background-size: 252px 247px;
  background-position: right top;
}

.top_first_section_inner section:nth-of-type(2) {
  flex-direction: row-reverse;
  margin-top: 30px;
  position: relative;
}

img.Watercolor_pink_f_sec {
  position: absolute;
  width: 433px;
  left: -100px;
  bottom: -150px;
  z-index: -1;
}

.top_first_section_inner section picture {
  width: 60%;
}

.top_first_section_inner section div {
  width: 36%;
}

.top_first_section_inner section div h2 {
  margin-bottom: 40px;
  font-size: 22px;
  font-size: clamp(20px, 2vw, 22px);
}
#top_first_section .btn_top_feature {
  margin: 60px auto 0;
  font-size: 16px;
}
#top_first_section a {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .top_first_section_inner section {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    background-image: none;
  }

  .top_first_section_inner section:first-of-type {
    position: relative;
  }

  img.Watercolor_pink_f_sec_first {
    position: absolute;
    z-index: -1;
    width: 186px;
    right: 0;
    bottom: 0;
  }

  .top_first_section_inner section picture {
    width: 100%;
  }

  .top_first_section_inner section div {
    width: 100%;
  }

  .top_first_section_inner section:nth-of-type(2) {
    flex-direction: row-reverse;
    flex-direction: column;
    margin-top: 40px;
  }

  #top_first_section {
    padding: 30px 0 60px;
  }
  #top_first_section .btn_top_feature {
    margin: 20px auto 0;
  }

  .top_first_section_inner section div h2 {
    margin: 30px 0 20px;
    font-size: 20px;
  }

  .top_first_section_inner section:nth-of-type(2) div h2 {
    background-image: url(../img/sp/icon_tree_top_sp.png);
    background-size: 86px 63px;
    background-repeat: no-repeat;
    background-position: right center;
  }

  img.Watercolor_pink_f_sec {
    width: 186px;
    left: 0px;
    bottom: 0px;
  }
}

/*-----------------------------
円樹の特徴
------------------------------*/

#top_features_section {
  padding: 40px 0 70px;
  background-color: #eef2ec;
}

#top_features_section h2 img {
  width: 65px;
}

#top_features_section h3 img {
  width: 147px;
}

#top_features_section section ul.feature_detail_list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

/* ボタン */
.btn_top_feature {
  /* display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 50px; */
  max-width: 220px;
  font-weight: bold;
  display: table;
  /* max-width: 300px; */
  width: 100%;
  /* line-height: 43px; */
  height: 43px;
  color: #456800;
  border: #456800 2px solid;
  background-color: #ffffff;
  border-radius: 22px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  background-image: url(../img/btn_arrow.png);
  background-size: 11px 14px;
  background-position: right 20px center;
}

.btn_top_feature span {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 900px) and (min-width: 769px) {
  .btn_top_feature span {
    padding-right: 2rem;
    font-size: 14px;
  }
}

#top_living_section a.btn_top_feature {
  max-width: 300px;
}

#top_features_section section ul.feature_detail_list li {
  width: 22%;
}

@media screen and (min-width: 769px) {
  #top_features_section section ul.feature_detail_list li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.top_feature_list {
  margin-bottom: 20px;
}

h4.h4_top_feature {
  margin: 20px 0;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #top_features_section section ul.feature_detail_list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 30px;
  }

  #top_features_section {
    padding: 40px 0 0px;
  }

  h4.h4_top_feature {
    margin: 0px 0 20px;
    line-height: 1;
    text-align: center;
  }

  #top_features_section h3 img {
    width: 125px;
  }

  .top_features_section_inner {
    padding: 0;
  }

  #top_features_section section ul.feature_detail_list li {
    width: 100%;
    padding: 40px 0;
  }

  #top_features_section section ul.feature_detail_list li:first-of-type {
    padding-top: 0;
  }

  #top_features_section section ul.feature_detail_list li:nth-of-type(even) {
    background-color: #fff;
  }

  .top_feature_list {
    display: flex;
    justify-content: space-between;
    padding: 0 4%;
    max-width: 500px;
    margin: 0 auto 20px;
  }

  .top_feature_list div,
  .top_feature_list picture {
    width: 48%;
  }

  .btn_top_feature {
    max-width: 300px;
    margin: 0 auto;
  }
}

/*-----------------------------
円樹での暮らし
------------------------------*/

#top_living_section {
  padding: 40px 0 60px;
}

#top_living_section ul.top_living_list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

#top_living_section ul.top_living_list li {
  width: 23.5%;
}

#top_living_section h2 img {
  width: 65px;
}

#top_living_section h3 img {
  width: 206px;
  margin-bottom: 30px;
}

.top_living_section_inner section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_living_section_inner section:first-of-type {
  flex-direction: row-reverse;
  margin-bottom: 40px;
}

.top_living_section_inner section picture {
  width: 60%;
}

.top_living_section_inner section div {
  width: 36%;
}

.top_living_section_inner section div p {
  margin-bottom: 30px;
}

.top_living_section_inner section div h5 {
  margin: 30px 0;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .top_living_section_inner section:first-of-type {
    flex-direction: column;
    /* flex-direction: row-reverse; */
    margin-bottom: 40px;
  }

  .top_living_section_inner section picture {
    width: 100%;
  }

  #top_living_section {
    background-color: #eef2ec;
  }

  #top_living_section h3 img {
    width: 175px;
    margin-bottom: 20px;
  }

  .top_living_section_inner section div {
    width: 100%;
    margin-top: 30px;
    padding: 0 4%;
  }

  .top_living_section_inner {
    padding: 0;
  }

  .top_living_section_inner section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  .top_living_section_inner section div h5 {
    margin: 20px 0;
    font-size: 20px;
  }

  .top_living_section_inner section div h4 span {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #f8c5ac;
    margin-right: 13px;
    vertical-align: middle;
  }

  .top_living_section_inner section div h4 img {
    vertical-align: middle;
  }

  .top_living_section_inner section:nth-of-type(2) div h4 span {
    background-color: #ffed61;
  }
}

/*-----------------------------
スタッフブログ 
------------------------------*/

#top_blog_section {
  padding: 60px 0;
  background-color: #eef2ec;
}

#top_blog_section h2 img {
  width: 209px;
}

#top_blog_section h2 img,
#top_blog_section h2 span {
  vertical-align: middle;
}

#top_blog_section h2 span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f8c5ac;
  margin-right: 1rem;
}

.top_blog_section_inner ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.top_blog_section_inner ul li {
  width: 23.5%;
}

.top_blog_list picture {
  display: block;
  aspect-ratio: 4 / 3;
}

.top_blog_list picture img {
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.top_blog_list div h3 {
  margin: 4px 0;
  font-size: 16px;
  color: #646464;
  font-weight: 600;
}

#top_blog_section a {
  margin: 40px auto 0;
}

.blog_flex {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  #top_blog_section {
    padding: 45px 0;
    background-color: #fff;
  }

  #top_blog_section h2 img {
    width: 150px;
  }

  #top_blog_section h2 span {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #f8c5ac;
    margin-right: 13px;
  }

  #top_blog_section h2 {
    text-align: left;
  }

  .slider_sp h3 {
    font-size: 11px;
    margin: 8px 0;
    letter-spacing: 0.06em;
    color: #646464;
  }

  .slider_sp p {
    font-size: 14px;
    margin: 8px 0;
  }

  #top_blog_section a {
    margin: 20px auto 0;
  }

  .blog_flex {
    display: initial;
  }
}

/*-----------------------------
ご入居様の声 
------------------------------*/

#top_voice_section {
  padding: 60px 0;
}

#top_voice_section h2 img {
  width: 207px;
}

#top_voice_section h2 span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffed61;
  margin-right: 1rem;
}

#top_voice_section h2 img,
#top_voice_section h2 span {
  vertical-align: middle;
}

.h3_sec_voice {
  color: #456800;
  font-size: 12px;
  margin: 1rem 0;
  letter-spacing: 0.4em;
}

.top_voice_section_inner ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.top_voice_section_inner ul li {
  width: 22%;
}

#top_voice_section a {
  margin: 48px auto 0;
}

@media screen and (max-width: 768px) {
  #top_voice_section h2 {
    text-align: left;
  }

  #top_voice_section h2 img {
    width: 147px;
  }

  #top_voice_section h2 span {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #ffed61;
    margin-right: 13px;
  }

  #top_voice_section {
    padding: 0px 0 45px;
  }

  .slider_sp h3.h3_sec_voice {
    font-size: 11px;
    margin: 8px 0;
    letter-spacing: 0.15em;
  }

  .slider_sp li p {
    font-size: 14px !important;
  }

  #top_voice_section a {
    margin: 20px auto 0;
  }
}

/*-----------------------------
アクセス
------------------------------*/

#top_access_section h2 {
  /* background-color: #E2EADE; */
  padding: 30px 0;
  /* min-height: 100px; */
  line-height: 1;
  font-size: 22px;
  letter-spacing: 0.2em;
}

#top_access_section h3 {
  margin-bottom: 30px;
}

#top_access_section h3 img {
  width: 30px;
  vertical-align: middle;
  margin-right: 0.5rem;
}

#top_access_section address {
  font-size: 15px;
}

#top_access_section h3 span {
  border-bottom: 2px solid #000000;
  padding-bottom: 5px;
  font-size: 16px;
}

.top_access_section_inner {
  padding: 0 4% 60px;
}

.top_access_maps {
  max-width: 800px;
  margin: 0 auto;
  /* height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative; */
}

.top_access_maps iframe {
  margin: 28px 0 1rem;
  max-width: 100%;
  /* position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; */
}

#top_access_section a {
  margin: 48px auto 0;
}

@media screen and (max-width: 768px) {
  .top_access_section_inner {
    padding: 0 4% 60px;
  }

  .top_access_maps iframe {
    margin: 0 0 20px;
    max-width: 100%;
  }

  #top_access_section address {
    margin-bottom: 20px;
    font-size: 14px;
  }

  #top_access_section h3 span {
    border-bottom: none;
    padding-bottom: 0px;
    font-size: 12px;
  }

  #top_access_section h3 img {
    width: 24px;
    vertical-align: middle;
    margin-right: 0;
  }

  .top_access_maps p:first-of-type {
    margin-bottom: 1rem;
  }

  #top_access_section a {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 426px) {
  .top_access_maps iframe {
    max-height: 223px;
  }
}

/*========================
施設一覧
============================*/
/*----------------------
メインビジュアル 
-----------------------*/
.facilities_main_bg_inner {
  width: 250px;
  height: 90px;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 20px 0 19px;
}
.facilities_main_bg_inner h1 {
  line-height: 1;
}
.facilities_main_bg_inner img {
  width: 135px;
}
.facilities_main_bg_inner h2 {
  line-height: 0.5;
}
.facilities_main_bg_inner h2 img {
  width: 74px;
}
.main_bg_facilities {
  background: url(../kawagoe/img/main_bg_facilities.png) top center / cover;
}

.main_bg_facilities .main_bg_inner h1 img {
  width: 136px;
}

.main_bg_facilities .main_bg_inner h2 img {
  width: 104px;
}

@media screen and (max-width: 768px) {
  .main_bg_facilities {
    background: url(../img/sp/main_bg_concierge_sp.png) center top / cover;
    /* padding: 55px; */
  }
}

/*---------------------
コンシェルジュとは？TOP 
--------------------- */

#facilities_top_sec {
  padding: 40px 0;
  background-color: #eef2ec;
}

.facilities_top_sec_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.room_list {
  display: flex;
  margin: 30px 0;
  flex-wrap: wrap;
  gap: 20px;
}
.room_list p {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background: #e6e6e6;
  border-left: 8px solid #c4c4c4;
  padding: 0 10px;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.1);
}
.facilities_btn {
  margin-top: 30px;
}
.facilities_btn a {
  max-width: 300px;
}
.facilities_top_sec_imgarea {
  width: 60%;
}

.facilities_top_sec_txt {
  width: 36%;
}

.facilities_top_sec_txt p {
  letter-spacing: 0.1em;
}

.facilities_top_sec_imgarea div {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

.facilities_top_sec_imgarea div img {
  width: 235px;
}

@media screen and (max-width: 768px) {
  .facilities_top_sec_inner {
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
    padding-left: 0;
  }

  .facilities_top_sec_txt {
    width: 100%;
    padding-left: 4%;
  }

  .facilities_top_sec_imgarea {
    width: 100%;
  }

  img.Watercolor_pink_facilities_top {
    position: absolute;
    width: 186px;
    top: 45%;
    right: 4%;
    z-index: -1;
  }

  .facilities_top_sec_txt div {
    display: flex;
    gap: 5px;
    margin-bottom: 30px;
  }

  .facilities_top_sec_txt div img {
    width: calc((100% - 5px) / 2);
  }
}

@media screen and (max-width: 950px) and (min-width: 769px) {
  .facilities_top_sec_imgarea div {
    display: flex;
    gap: 20px;
  }

  .facilities_top_sec_imgarea div img {
    width: calc((100% - 20px) / 2);
  }
}

/*---------------------
コンシェルジュとは？middle 
--------------------- */

#facilities_middle_sec {
  padding: 60px 0 40px;
  background-color: #fff;
}

.facilities_middle_sec_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

img.icon_tree_facilities {
  position: absolute;
  width: 160px;
  top: -180px;
  right: 0;
}

.facilities_middle_sec_imgarea {
  width: 60%;
}

.facilities_middle_sec_txt {
  width: 36%;
}

.facilities_middle_sec_txt p {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .facilities_middle_sec_inner {
    flex-direction: column-reverse;
  }

  #facilities_middle_sec {
    padding: 0px 0 40px;
  }

  .write_cut_bg_facilities {
    position: absolute;
    width: 100%;
    height: 120px;
    top: 0px;
    background: linear-gradient(to bottom right, #fff 50%, transparent 50%);
  }

  .facilities_middle_sec_imgarea {
    width: 100%;
    z-index: 10;
  }

  .facilities_middle_sec_txt {
    width: 100%;
    position: relative;
  }

  img.middle_tree_facilities {
    position: absolute;
    right: 0;
    top: 30px;
  }
}

@media screen and (max-width: 1000px) {
  img.icon_tree_facilities {
    width: 100px;
    top: -135px;
    right: 4%;
  }
}

/*========================
ご入居までの流れページ 
============================*/

/*----------------------
メインビジュアル 
-----------------------*/

.main_bg_flow {
  background: url(../img/main_bg_flow.jpg) center center / cover;
}

.main_bg_flow .main_bg_inner {
  width: 300px;
}

.main_bg_flow .main_bg_inner h1 img {
  width: 209px;
}

.main_bg_flow .main_bg_inner h2 img {
  width: 48px;
}

@media screen and (max-width: 950px) {
  .main_bg_flow {
    background: url(../img/sp/main_bg_flow_sp.jpg) left top / cover;
  }
}

@media screen and (max-width: 768px) {
  .main_bg_flow {
    background: url(../img/sp/main_bg_flow_sp.jpg) center center / cover;
    padding: 55px;
  }

  .main_bg_flow .main_bg_inner {
    width: 250px;
  }

  .main_bg_flow .main_bg_inner h1 img {
    width: 187px;
  }

  .main_bg_flow .main_bg_inner h2 img {
    width: 40px;
  }
}

/*----------------------
メインコンテンツ 
-----------------------*/

.flow_wrapper {
  max-width: 800px;
  margin: 0 auto;
}

#flow_sec {
  padding: 80px 0 100px;
  background-image: url(../img/Watercolor_pink.png),
    url(../img/Watercolor_pink.png);
  background-repeat: no-repeat;
  background-size: 433px 424px, 252px 247px;
  background-position: bottom -100px left 15%, top 295px right 20%;
}

@media screen and (max-width: 1400px) {
  #flow_sec {
    background-image: url(../img/Watercolor_pink.png),
      url(../img/Watercolor_pink.png);
    background-repeat: no-repeat;
    background-size: 433px 424px, 252px 247px;
    background-position: bottom -100px left -3%, top 295px right 5%;
  }
}

@media screen and (max-width: 1100px) {
  .flow_wrapper {
    padding: 0 4%;
  }
}

.flow_sec_txt p {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.flow_sec_list {
  margin-top: 40px;
}

.flow_sec_list ul li {
  width: 100%;
  display: flex;
}

.flow_sec_list ul li section {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  /* padding-right: 76px; */
  padding-right: 3%;
  gap: 28px;
  width: 37%;
  color: #456800;
  /* font-family: 'Zen Maru Gothic', serif; */
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: bold;
}

.flow_sec_list ul li section h3 span {
  display: block;
  letter-spacing: 0.4em;
  line-height: 1;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.flow_sec_list ul li section h3 span:nth-of-type(2) {
  font-size: 60px;
  letter-spacing: 0.05em;
  margin-top: 2px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}

.flow_sec_list ul li section h4 {
  font-size: 32px;
  letter-spacing: 0.2em;
  font-size: clamp(23px, 2vw, 32px);
  line-height: 1.3;
}

.flow_sec_list ul li:nth-of-type(odd) {
  height: 160px;
  background-color: #eef2ec;
  border-radius: 20px;
  padding: 30px 70px;
}

.flow_sec_list ul li:nth-of-type(even) {
  background: url(../img/flow_sec_list_arrow.png) no-repeat center center /
    cover;
  background-size: 35px 28px;
  height: 46px;
}

.flow_sec_list ul li:nth-of-type(odd) p {
  padding-left: 36px;
  border-left: 1px solid #456800;
  width: 63%;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
}

/* @media screen and (min-width: 1400px) {
    .flow_sec_list ul li section {
        padding-right: 3%;
    }
} */

@media screen and (max-width: 768px) {
  .flow_sec_list ul li {
    flex-direction: column;
  }

  .flow_sec_list ul li:nth-of-type(odd) {
    height: auto;
    background-color: #eef2ec;
    border-radius: 10px;
    padding: 30px 30px 39px;
  }

  .flow_sec_list ul li:nth-of-type(5) {
    position: relative;
  }

  img.flow_step3_icon {
    position: absolute;
    width: 65px;
    right: 20px;
    top: -37px;
  }

  .flow_sec_list ul li section {
    display: flex;
    align-items: flex-end;
    padding-right: 0;
    gap: 20px;
    width: 100%;
  }

  .flow_sec_list ul li:nth-of-type(odd) p {
    padding-left: 0;
    border-left: none;
    width: 100%;
    letter-spacing: 0.05em;
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.8;
  }

  .flow_sec_img_area {
    margin-bottom: 25px;
  }

  .flow_sec_img_area h3 {
    font-size: 20px;
    margin-top: 35px;
  }

  .flow_sec_txt p {
    text-align: left;
    font-size: 16px;
    font-weight: normal;
  }

  #flow_sec {
    background-image: url(../img/Watercolor_pink.png),
      url(../img/Watercolor_pink.png);
    background-repeat: no-repeat;
    background-size: 186px 182px;
    background-position: bottom -50px left 0, top 20% right 5%;
    padding: 40px 0;
  }

  .flow_sec_list ul li section h3 span {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  .flow_sec_list ul li section h3 span:nth-of-type(2) {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }

  .flow_sec_list ul li section h4 {
    font-size: 25px;
  }

  .flow_sec_list ul li:nth-of-type(even) {
    height: 48px;
  }
}

@media screen and (max-width: 500px) {
  #flow_sec {
    background-image: url(../img/Watercolor_pink.png),
      url(../img/Watercolor_pink.png);
    background-repeat: no-repeat;
    background-size: 186px 182px;
    background-position: bottom -50px left 0, top 15% right 5%;
    padding: 40px 0;
  }
}

/*========================
　　医療・介護
============================*

/*----------------------
メインビジュアル 
-----------------------*/

.main_bg_care {
  background: url(../img/main_bg_care.jpg) center / cover;
}

.main_bg_care .main_bg_inner h1 img {
  width: 126px;
}

.main_bg_care .main_bg_inner h2 img {
  width: 43px;
}

.main_bg_care .main_bg_inner {
  width: 250px;
}

@media screen and (max-width: 768px) {
  .main_bg_care {
    background: url(../img/sp/main_bg_care_sp.jpg) center top / cover;
    /* padding: 55px; */
  }

  .main_bg_care .main_bg_inner h2 img {
    width: 37px;
  }
}

/*--------------------------------
 見守りによる 安心感に包まれた暮らし
-----------------------------------*/

#care_sec_top {
  padding: 40px 0;
}

.care_sec_top_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.1em;
  background-image: url(../img/Watercolor_pink.png);
  background-repeat: no-repeat;
  background-size: 252px 247px;
  background-position: top right;
}

.care_sec_top_inner h3 {
  /* font-size: 22px; */
  font-size: clamp(20px, 2vw, 22px);
  margin-bottom: 27px;
}

.care_sec_top_inner picture {
  display: block;
  width: 60%;
}

.care_sec_top_inner div {
  width: 36%;
}

.care_sec_top_inner div p:first-of-type {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .care_sec_top_inner {
    flex-direction: column;
    padding: 0;
    background-image: url(../img/Watercolor_pink.png);
    background-repeat: no-repeat;
    background-size: 186px 182px;
    background-position: bottom 20% right 4%;
  }

  .care_sec_top_inner picture,
  .care_sec_top_inner div {
    width: 100%;
  }

  .care_sec_top_inner h3 {
    font-size: 20px;
    margin: 30px 0;
  }

  .care_sec_top_inner div p:first-of-type {
    margin-bottom: 0;
  }

  .care_sec_top_inner div p {
    line-height: 1.8;
  }

  .care_sec_top_inner div {
    padding: 0 4%;
  }

  #care_sec_top {
    padding: 30px 0;
  }
}

/*--------------------------------
 円樹の特徴
-----------------------------------*/

#care_sec_feature {
  /* background-color: #eef2ec; */
  padding: 40px 0 60px;
}

.care_sec_need_inner h3 img,
.care_sec_feature_inner h3 img {
  width: 65px;
  margin-bottom: 1rem;
}

.care_sec_feature_inner h4 img {
  width: 147px;
}

.care_sec_feature_inner ul {
  display: flex;
  justify-content: space-between;
}

.care_sec_feature_inner ul li {
  width: 32%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.care_sec_feature_inner ul li h5 {
  color: #456800;
  margin: 0.5rem 0;
  /* font-size: 20px; */
  font-size: clamp(17px, 2vw, 20px);
  letter-spacing: 0.1em;
}

.care_sec_feature_inner ul li p {
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .care_sec_feature_inner h4 img {
    width: 120px;
  }

  .care_sec_feature_inner ul {
    flex-direction: column;
  }

  .care_sec_feature_inner ul li {
    width: 100%;
    margin-top: 40px;
  }

  .care_sec_feature_inner ul li:first-of-type {
    margin-top: 0px;
  }

  .care_sec_feature_inner {
    padding: 0;
  }

  #care_sec_feature {
    padding: 0 0 40px;
  }

  .care_sec_feature_inner h4,
  .care_sec_feature_inner h3 {
    background-color: #fff;
  }

  .care_sec_feature_inner h4 {
    padding-bottom: 20px;
  }

  .care_sec_feature_inner ul li h5,
  .care_sec_feature_inner ul li p,
  .care_sec_feature_inner ul li picture {
    padding: 0 4%;
  }

  .care_sec_feature_inner ul li p {
    line-height: 1.8;
  }

  .care_sec_feature_inner ul li:first-of-type picture {
    padding: 0;
  }

  .care_sec_feature_inner ul li h5 {
    margin: 25px 0 17px;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 420px) {
  .care_sec_feature_inner ul li h5 {
    text-align: left;
  }
}

/*--------------------------------
 住宅サービス
-----------------------------------*/

/* 共通 */

.care_sec h3 {
  font-size: 26px;
  letter-spacing: 0.1em;
  color: #456800;
}

.care_sec_livser_inner {
  letter-spacing: 0.1em;
}

#care_sec_livser {
  padding: 55px 0 60px;
  background-color: #eef2ec;
}

.care_sec_livser_inner section {
  display: flex;
  background-color: #f2f2f2;
  border: 1px solid #707070;
  border-radius: 20px;
  margin-top: 26px;
}

.care_sec_livser_inner section table {
  width: 50%;
  border-collapse: collapse;
}

.care_sec_livser_inner section table tr:first-of-type {
  height: 84px;
}

.care_sec_livser_inner section table tr:nth-of-type(2) {
  height: 66px;
}

.care_sec_livser_inner section table tr:nth-of-type(3) {
  height: 96px;
}

.care_sec_livser_inner section table tr:last-of-type {
  height: 90px;
}

.care_sec_livser_inner section table tr th,
.care_sec_livser_inner section table tr td {
  border-bottom: 1px solid #707070;
}

.care_sec_livser_inner section table tr:last-of-type th,
.care_sec_livser_inner section table tr:last-of-type td {
  border-bottom: none;
}

.care_sec_livser_inner section table:first-of-type {
  border-right: 1px solid #707070;
}

.care_sec_livser_inner section table tr th {
  font-size: 25px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  color: #456800;
  padding-left: 44px;
}

.care_sec_livser_inner section table tr td {
  /* font-size: 20px; */
  font-size: clamp(14px, 2vw, 20px);
  color: #454545;
  letter-spacing: 0.05em;
  padding-left: 10px;
  font-weight: bold;
}

.care_sec_livser_txt {
  margin-top: 20px;
  letter-spacing: 0.05em;
}

.care_sec_livser_txt h4 {
  margin-bottom: 0.25rem;
}

.care_sec_livser_txt div:nth-of-type(2) {
  margin-top: 30px;
}

.care_sec_livser_txt div:nth-of-type(2) p:nth-of-type(3) {
  margin-top: 20px;
}

.care_sec_livser_txt p {
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .care_sec_livser_inner section {
    flex-direction: column;
    margin-top: 16px;
    border: 2px solid #456800;
    border-radius: 9px;
    overflow: hidden;
  }

  .care_sec_livser_inner section table {
    width: 100%;
  }

  .care_sec_livser_inner section table:first-of-type {
    border-right: 0;
  }

  .care_sec_livser_inner section table tr:nth-of-type(odd) {
    background-color: #eef2ec;
    height: 50px;
  }

  .care_sec_livser_inner section table tr:nth-of-type(even) {
    background-color: #fff;
  }

  .care_sec_livser_inner section table:first-of-type tr:last-of-type td,
  .care_sec_livser_inner section table:first-of-type tr:last-of-type th {
    border-bottom: none;
  }

  .care_sec_livser_inner section table tr th,
  .care_sec_livser_inner section table tr td {
    border-bottom: none;
  }

  #care_sec_livser {
    padding: 40px 0;
  }

  .care_sec_livser_inner section table tr td {
    letter-spacing: 0.1em;
    padding-left: 1rem;
  }

  .care_sec_livser_inner section table tr th {
    padding-left: 20px;
    width: 17%;
  }

  .care_sec_livser_inner section table:nth-of-type(2) tr:nth-of-type(3) {
    height: 78px;
  }

  .care_sec_livser_txt {
    font-size: 12px;
  }

  .care_sec_livser_txt div:nth-of-type(2) {
    margin-top: 20px;
  }

  /* 共通 */
  .care_sec h3 {
    font-size: 18px;
    letter-spacing: 0.15em;
  }

  .care_sec_livser_inner section table tr:nth-of-type(2) {
    height: 50px;
  }

  .care_sec_livser_inner section table tr:last-of-type {
    height: 50px;
  }
}

/*--------------------------------
 協力医療機関
-----------------------------------*/

#care_sec_coop {
  background-color: #eef2ec;
  padding: 55px 0 60px;
  letter-spacing: 0.1em;
}

.care_sec_coop_inner {
  padding: 0 4%;
}

.care_sec_coop_inner h3 {
  margin-bottom: 22px;
}

.care_sec_coop_inner h4 {
  font-size: 22px;
  margin-bottom: 1rem;
}

.care_sec_coop_inner section {
  margin-bottom: 55px;
}

.care_sec_coop_inner section p {
  line-height: 1.7;
}

.care_sec_coop_inner section:last-of-type {
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  #care_sec_coop {
    padding: 40px 0;
  }

  .care_sec_coop_inner h4 {
    font-size: 18px;
    letter-spacing: 0.15em;
  }

  .care_sec_coop_inner section:first-of-type h4 {
    font-size: 16px;
    text-align: center;
    background-color: #fff;
    height: 60px;
    line-height: 60px;
    border-radius: 10px 10px 0 0;
  }

  .care_sec_coop_inner section {
    margin-bottom: 35px;
  }

  .care_sec_coop_inner section:not(section:first-of-type) h4 {
    color: #456800;
    padding-left: 35px;
    position: relative;
  }

  .care_sec_coop_inner section:not(section:first-of-type) h4::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #f8c5ac;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .care_sec_coop_inner section:nth-of-type(3) h4::before {
    background-color: #ffed61 !important;
  }

  .care_sec_coop_inner section address {
    letter-spacing: 0.05em;
    line-height: 2;
    font-size: 14px;
  }
}
/* ------------------------------
介護が必要になった場合
---------------------------------*/
#care_sec_need {
  padding: 60px 0 64px;
  letter-spacing: 0.1em;
}
.care_sec_need_inner h4 img {
  width: 284px;
}
.care_sec_need--lead {
  margin: 25px 0 0;
  font-weight: 300;
  text-align: left;
  padding: 0 4%;
}
.care_sec_need_inner--left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 55px auto 37px;
}
.care_sec_need_mark {
  max-width: 242px;
}
.care_sec_need_mark span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
  margin: 0 auto 35px;
}
.care_sec_need_mark span {
  background-color: #f8c5ac;
}
.care_sec_need__ttl h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 27px;
}
.care_sec_need__ttl--txt {
  margin-bottom: 20px;
}
.care_sec_need--attention {
  max-width: 800px;
  margin: 0 auto;
}
.care_sec_need--attention li {
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 3px;
  line-height: 28px;
}
.care_sec_need--attention p {
  margin: 10px auto 40px;
}
.care_sec_need--attention__indent {
  display: block;
  padding-left: 3.2rem;
}
.selfpay--attention {
  text-align: right;
  margin-top: 17px;
}
.care_sec_need--selfpay h3 {
  font-size: 22px;
  font-weight: 600;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #care_sec_need {
    padding: 40px 0;
  }
  .care_sec_need_inner--left {
    display: block;
    margin: 35px auto;
  }
  .care_sec_need__ttl h3 {
    position: relative;
    padding-left: 2rem;
    margin: 30px auto 20px;
  }
  .care_sec_need__ttl h3::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #f8c5ac;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .care_sec_need--attention li {
    text-indent: -3.3rem;
    padding-left: 3.1rem;
  }
  .care_sec_need--attention p {
    font-size: 12px;
    margin: 10px 0 35px;
  }
  .care_sec_need--selfpay h3 {
    background-color: #eef2ec;
    font-size: 16px;
    border-radius: 10px 10px 0 0;
    height: 60px;
    text-align: center;
    padding: 19.2px 0;
  }
  .selfpay--attention {
    text-align: left;
    font-size: 12px;
  }
}
/*--------------------------------
サービス付き高齢者向け住宅
-----------------------------------*/

#care_sec_middle {
  padding: 80px 0 0px;
  letter-spacing: 0.1em;
  background-color: #eef2ec;
}
.care_sec_middle_inner section:first-of-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.care_sec_middle_inner .care_sec_need_mark {
  max-width: 279px;
}
.care_sec_middle_inner .care_sec_need_mark span {
  background-color: #ffed61;
}
.care_sec_need_inner--left picture,
.care_sec_middle_inner section:first-of-type picture {
  width: 60%;
}

.care_sec_need__ttl,
.care_sec_middle_inner section:first-of-type div {
  width: 36%;
}

.care_sec_middle_inner section h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.care_sec_middle__txt {
  margin-bottom: 20px;
}
.care_sec_middle_inner section:nth-of-type(2) {
  margin-top: 35px;
}

.care_sec_middle_inner section:nth-of-type(2) p:nth-of-type(2) {
  letter-spacing: 0.05em;
  margin-top: 30px;
}

/* table */

.care_sec_need_inner table,
.care_sec_middle_inner section table {
  border-collapse: collapse;
  width: 100%;
}

.care_sec_need_inner table th,
.care_sec_middle_inner section table th {
  background-color: #456800;
  color: #fff;
  font-size: 18px;
  height: 60px;
  letter-spacing: 0.1em;
}

.care_sec_need_inner table td,
.care_sec_middle_inner section table td {
  background-color: #f2f2f2;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  height: 100px;
}
.care_sec_need_inner table td,
.care_sec_need_inner table th,
.care_sec_middle_inner section table td,
.care_sec_middle_inner section table th {
  border-left: 2px solid #fff;
}

.care_sec_need_inner table td:first-of-type,
.care_sec_need_inner table th:first-of-type,
.care_sec_middle_inner section table td:first-of-type,
.care_sec_middle_inner section table th:first-of-type {
  border-left: none;
}

.care_sec_middle_inner section:last-of-type p {
  text-align: right;
  margin-top: 1rem;
  letter-spacing: 0.05em;
}

.care_sec_need_inner section:last-of-type div,
.care_sec_middle_inner section:last-of-type div {
  border: 2px solid #456800;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .care_sec_middle_inner section:first-of-type {
    flex-direction: column;
    background-position: bottom 10% right 4%;
    background-size: 186px 182px;
  }
  .care_sec_need__ttl,
  .care_sec_middle_inner section:first-of-type picture,
  .care_sec_middle_inner section:first-of-type div {
    width: 100%;
  }
  .care_sec_need--selfpay table tr th,
  .care_sec_need--selfpay table tr td,
  .care_sec_middle_inner section table tr th,
  .care_sec_middle_inner section table tr td {
    height: 50px;
    color: #454545;
    font-size: 14px;
  }
  .care_sec_need--selfpay table tr th,
  .care_sec_middle_inner section table tr th {
    border-right: solid 2px #456800;
  }
  .care_sec_need--selfpay table tr:nth-of-type(odd) th,
  .care_sec_need--selfpay table tr:nth-of-type(odd) td,
  .care_sec_middle_inner section table tr:nth-of-type(odd) th,
  .care_sec_middle_inner section table tr:nth-of-type(odd) td {
    background-color: #eef2ec;
  }
  .care_sec_need--selfpay table tr:nth-of-type(even) th,
  .care_sec_need--selfpay table tr:nth-of-type(even) td,
  .care_sec_middle_inner section table tr:nth-of-type(even) th,
  .care_sec_middle_inner section table tr:nth-of-type(even) td {
    background-color: #fff;
  }
  .care_sec_need--selfpay:last-of-type
    div
    .care_sec_middle_inner
    section:last-of-type
    div {
    border: solid 2px #456800;
    border-radius: 9px;
    margin-top: 30px;
  }

  #care_sec_middle {
    padding: 40px 0 0px;
  }
  .care_sec_need_inner,
  .care_sec_middle_inner {
    padding: 0;
  }
  .care_sec_need__ttl,
  .care_sec_need--attention,
  .care_sec_need--selfpay,
  .selfpay--attention,
  .care_sec_middle_inner section:first-of-type div,
  .care_sec_middle_inner section:not(section:first-of-type) {
    padding: 0 4%;
  }

  .care_sec_middle_inner section h3 {
    font-size: 20px;
    margin: 30px 0 25px;
    position: relative;
  }
  .care_sec_middle_ttlArea h3 {
    padding-left: 2rem;
  }
  .care_sec_middle_ttlArea h3::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #ffed61;
    position: absolute;
    top: 2px;
    left: 0;
  }
  .care_sec_middle_inner section p {
    line-height: 1.8;
  }

  .care_sec_middle_inner section:nth-of-type(2) h3 {
    margin: 35px 0 20px;
    text-align: center;
    background-color: #fff;
    height: 60px;
    line-height: 60px;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
  }

  .care_sec_middle_inner section:nth-of-type(2) p:nth-of-type(2) {
    margin-top: 20px;
    font-size: 12px;
    line-height: 2;
  }

  .care_sec_middle_inner section:last-of-type p {
    text-align: left;
    font-size: 12px;
  }

  .care_sec_middle_inner {
    background-image: none;
  }
}

/*--------------------------------
介護保険サービスを利用される流れ
-----------------------------------*/

#care_sec_flow {
  background-color: #eef2ec;
  padding: 74px 0 0px;
}

.care_sec_flow_inner h3 {
  margin-bottom: 35px;
}

.care_sec_flow_inner {
  letter-spacing: 0.1em;
}

.care_sec_flow_list {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.care_sec_flow_list01,
.care_sec_flow_list02,
.care_sec_flow_list03 {
  position: absolute;
  /* width: 250px; */
  width: clamp(160px, 19vw, 220px);
  z-index: 10;
  left: 50%;
  transform: translateX(-70%);
}

.care_sec_flow_list01 {
  top: 25%;
}

.care_sec_flow_list02 {
  top: 55%;
}

.care_sec_flow_list03 {
  bottom: 10%;
}

.care_sec_flow_list section {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 70px;
  /* padding: 60px 46px 48px; */
  padding: 60px 4% 35px;
  position: relative;
}

.care_sec_flow_list section:first-of-type {
  width: 38%;
  letter-spacing: 0.05em;
  text-align: center;
}

.care_sec_flow_list section:first-of-type p {
  letter-spacing: 0.05em;
  text-indent: -1em;
  margin-top: 1rem;
  text-align: left;
  padding-left: 1em;
}

.care_sec_flow_list section:first-of-type h5 {
  /* font-size: 20px; */
  font-size: clamp(17px, 2vw, 20px);
  margin-bottom: 35px;
}

.care_sec_flow_list section:first-of-type h6 {
  font-size: 20px;
  margin: 26px 0;
}

.care_sec_flow_list section:first-of-type p:last-of-type {
  margin-top: 0;
  text-align: right;
}

.care_sec_flow_list section:nth-of-type(2) {
  width: 47%;
}

.care_sec_flow_list section h4 {
  /* font-size: 24px;  */
  font-size: clamp(18px, 2vw, 24px);
  border-radius: 10px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.1em;
}

.care_sec_flow_list section:first-of-type h4 {
  background-color: #f8c5ac;
  width: 68%;
}

.care_sec_flow_list section:nth-of-type(2) h4 {
  background-color: #b9d79c;
  width: 77%;
}

.care_sec_flow_list section:nth-of-type(2) div {
  background-color: #fff1ea;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 10px;
}

.care_sec_flow_list section:nth-of-type(2) div:first-of-type {
  margin-bottom: 40px;
  position: relative;
}

img.care_sec_flow_list04 {
  position: absolute;
  width: 122px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -70px;
}

.care_sec_flow_list section:nth-of-type(2) div:first-of-type p {
  background-color: #f8c5ac;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  display: table;
  width: 100%;
  height: 33px;
  margin-top: 10px;
}

.care_sec_flow_list section:nth-of-type(2) div:first-of-type p span {
  display: table-cell;
  vertical-align: middle;
}

img.care_illust_person {
  width: 160px;
}

.care_sec_flow_inner_p {
  text-align: right;
  letter-spacing: 0.05em;
  font-size: clamp(12px, 1.25vw, 16px);
  margin-top: 18px;
  line-height: 1.75;
}

.care_sec_flow_inner_p_f {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .care_sec_flow_list section:nth-of-type(2) div:first-of-type {
    margin-bottom: 70px;
  }

  .care_sec_flow_list section:nth-of-type(2) div {
    margin-bottom: 30px;
  }

  .care_sec_flow_list section:nth-of-type(2) {
    padding-bottom: 0;
  }

  .care_sec_flow_list02 {
    top: 60%;
  }

  /* .care_sec_flow_list03 {
        bottom: 15%;
    } */
}

@media screen and (max-width: 840px) {
  .care_sec_flow_list section:nth-of-type(2) div {
    margin-bottom: 40px;
  }

  .care_sec_flow_list section:nth-of-type(2) {
    padding: 60px 2% 0;
  }
}

@media screen and (max-width: 800px) {
  .care_sec_flow_list section:nth-of-type(2) div {
    margin-bottom: 40px;
  }

  .care_sec_flow_list03 {
    bottom: 15%;
  }

  .care_sec_flow_list02 {
    top: 55%;
  }
}

@media screen and (max-width: 768px) {
  .care_sec_flow_list section h4 {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
  }

  .care_sec_flow_list {
    flex-direction: column;
  }

  .care_sec_flow_list section:first-of-type,
  .care_sec_flow_list section:nth-of-type(2) {
    width: 100%;
  }

  #care_sec_flow {
    padding: 57px 0 40px;
  }

  .care_sec_flow_inner h3 {
    margin-bottom: 27px;
  }

  .care_sec_flow_inner_p_f {
    line-height: 1.8;
  }

  .care_sec_flow_list section {
    margin-top: 60px;
    padding: 60px 4% 30px;
  }

  img.care_illust_person {
    width: 90px;
  }

  .care_sec_flow_list section:first-of-type h5 {
    margin-bottom: 15px;
  }

  .care_sec_flow_list section:first-of-type h6 {
    font-size: 16px;
    margin: 24px 0;
  }

  .care_sec_flow_list section:first-of-type p:last-of-type {
    margin-top: 1rem;
  }

  .care_sec_flow_list section:nth-of-type(2) div:first-of-type {
    margin-bottom: 55px;
  }

  .care_sec_flow_list section:nth-of-type(2) div {
    background-color: #f2f2f2;
    border-radius: 20px;
    padding: 1rem;
  }

  .care_sec_flow_list
    section:nth-of-type(2)
    div
    img:not(.care_sec_flow_list04) {
    width: 70%;
    display: block;
    margin: 0 auto;
  }

  img.care_sec_flow_list04 {
    width: 110px;
    bottom: -65px;
  }

  #care_illust_per_sp_area div img {
    display: block;
    width: 70%;
    min-width: 238px;
    margin: 0 auto;
  }

  #care_illust_per_sp_area {
    /* height: 250px; */
    padding: 74px 0 39px;
    margin-top: 30px;
  }

  .care_sec_flow_inner_p {
    text-align: left;
    line-height: 2;
  }

  .care_sec_flow_list section h4 {
    width: 60%;
  }

  .care_sec_flow_list section:nth-of-type(2) h4 {
    width: 83%;
  }

  .care_sec_flow_list section:nth-of-type(2) {
    position: relative;
    padding: 35px 4%;
  }

  .care_sec_flow_list section:nth-of-type(2) ul {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    max-width: 608px;
  }

  .care_sec_flow_list section:nth-of-type(2) ul li img {
    width: 80px;
  }

  .care_sec_flow_list section:nth-of-type(2) ul:nth-of-type(2) {
    position: absolute;
    width: 100%;
    z-index: 10;
    margin-top: 0;
    bottom: -110px;
    left: 0;
  }

  .care_sec_flow_list section:nth-of-type(2) ul:nth-of-type(2) img {
    width: 68px;
  }

  .care_sec_flow_list section:nth-of-type(2) div:first-of-type p {
    height: 27px;
    font-size: 13px;
    width: 70%;
    margin: 10px auto 0;
  }

  .care_sec_flow_list section:nth-of-type(2) div {
    margin-bottom: 30px;
  }

  .care_sec_flow_list section:nth-of-type(2) div:nth-of-type(2) {
    margin-bottom: 10px;
  }

  /* .care_sec_flow_list section:nth-of-type(2) {
        padding: 60px 2% 0;
    }  */
}

@media screen and (max-width: 440px) {
  .care_sec_flow_list section:nth-of-type(2) div:first-of-type p {
    width: 100%;
  }

  .care_sec_flow_list
    section:nth-of-type(2)
    div
    img:not(.care_sec_flow_list04) {
    width: 100%;
  }
}

@media screen and (min-width: 700px) {
  .care_sec_flow_list section:nth-of-type(2) ul:nth-of-type(2) {
    left: 4%;
  }
}

/*---------------------------------------------
ご希望に応じて自在にアレンジできる生活サポート
----------------------------------------------*/

#care_sec_support {
  padding: 73px 0 100px;
  background-color: #eef2ec;
}

#care_sec_support h3 {
  margin-bottom: 35px;
}

.care_sec_support_inner {
  letter-spacing: 0.1em;
}

.care_sec_support_list {
  margin-top: 40px;
}

/* 
.care_sec_support_list p:last-of-type {
    font-size: clamp(13px,1.25vw,16px);
} */

.care_sec_support_list section.care_supo_list_sec {
  background-color: #ffffff;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 30px 0;
}

.care_sec_support_list section.care_supo_list_sec section {
  display: flex;
  justify-content: space-between;
  max-width: 854px;
  margin: 0 auto;
  padding: 0 2%;
}

section.care_supo_list_sec section div {
  width: 65%;
}

section.care_supo_list_sec section div p {
  font-size: clamp(12px, 1.25vw, 16px);
}

section.care_supo_list_sec section div dl {
  display: flex;
  margin-bottom: 30px;
  font-size: clamp(12px, 1.25vw, 16px);
}

section.care_supo_list_sec section div:nth-of-type(2) {
  padding: 0 25px;
  background-color: #f2f2f2;
  border-radius: 20px;
  width: 27%;
  font-size: 18px;
  font-weight: bold;
  display: table;
  font-size: clamp(14px, 1.4vw, 18px);
}

section.care_supo_list_sec section div:nth-of-type(2) span {
  display: table-cell;
  vertical-align: middle;
}

.care_sec_support_list h4 {
  /* font-size: 22px; */
  font-size: clamp(13px, 1.7vw, 22px);
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.care_sec_support_list h4 span {
  /* font-size: 16px; */
  font-size: clamp(13px, 1.25vw, 16px);
  display: block;
  background-color: #f8c5ac;
  border-radius: 5px;
  height: 33px;
  width: 200px;
  line-height: 33px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .care_sec_support_list section.care_supo_list_sec section {
    padding: 0 5%;
  }
}

@media screen and (max-width: 768px) {
  #care_sec_support {
    padding: 40px 0;
  }

  #care_sec_support h3 {
    margin-bottom: 27px;
  }

  .care_sec_support_list section.care_supo_list_sec section {
    flex-direction: column;
  }

  .care_sec_support_list section.care_supo_list_sec:first-of-type section {
    flex-direction: column-reverse;
  }

  section.care_supo_list_sec section div:nth-of-type(2) {
    width: 100%;
    height: 86px;
    border-radius: 0 0 10px 10px;
    border: 2px solid #c66c44;
    text-align: center;
    background-color: #fff;
  }

  section.care_supo_list_sec:first-of-type section div:nth-of-type(2) {
    width: 100%;
    height: 86px;
    border-radius: 10px 10px 0 0;
    border: 2px solid #456800;
    background-color: #fff;
  }

  .care_sec_support_list section.care_supo_list_sec {
    background-color: #faf0ea;
    border-radius: 10px;
    padding: 20px 0 0;
  }

  .care_sec_support_list section.care_supo_list_sec:first-of-type {
    background-color: #fff;
    padding: 0 0 10px;
  }

  .care_sec_support_list section.care_supo_list_sec section {
    padding: 0;
  }

  section.care_supo_list_sec section div {
    width: 100%;
    padding: 0 5%;
  }

  .care_sec_support_list h4 {
    margin-top: 25px;
    font-size: 16px;
    display: block;
    letter-spacing: 0.05em;
    margin: 14px 0 20px;
  }

  .care_sec_support_list h4 span {
    margin-top: 0.5rem;
  }

  section.care_supo_list_sec section div dl {
    font-size: 16px;
    line-height: 1.8;
  }

  section.care_supo_list_sec section div p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.8;
  }

  section.care_supo_list_sec section div p:first-of-type {
    margin-bottom: 37px;
  }

  .care_supo_list_sec_last_p {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}

/*========================
食事ページ 
============================*/

/*----------------------
メインビジュアル 
-----------------------*/

.main_bg_meal {
  background: url(../img/main_bg.png) center center / cover;
}

.main_bg_meal .main_bg_inner h1 img {
  width: 60px;
}

.main_bg_meal .main_bg_inner h2 img {
  width: 42px;
}

@media screen and (max-width: 768px) {
  .main_bg_meal {
    background: url(../img/sp/main_bg_sp.png) center center / cover;
    padding: 55px;
  }
}

/*--------------------
最上部セクション 
---------------------*/

#meal_top_sec {
  padding: 40px 0;
}

.meal_top_sec_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.meal_top_sec_inner p {
  letter-spacing: 0.1em;
}

.meal_top_sec_inner picture {
  width: 60%;
}

.meal_top_sec_inner div {
  width: 36%;
}

.meal_top_sec_inner div picture {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 28px;
}

.meal_top_sec_inner div img {
  width: 177px;
}

@media screen and (max-width: 1000px) {
  .meal_top_sec_inner div img {
    width: 13.8vw;
  }

  .meal_top_sec_inner div picture {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  #meal_top_sec {
    padding: 20px 0 40px;
  }

  .meal_top_sec_inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .meal_top_sec_inner picture {
    width: 100%;
  }

  .meal_top_sec_inner div {
    width: 100%;
  }

  .meal_top_sec_inner div img {
    width: 135px;
  }

  .meal_top_sec_inner {
    position: relative;
  }

  img.Watercolor_pink {
    position: absolute;
    width: 186px;
    bottom: 50px;
    right: 4%;
    z-index: -1;
  }

  .meal_top_sec_inner div picture {
    text-align: center;
  }
}

/*---------------------
 中間セクション 
 ----------------------*/

#meal_middle_sec {
  background-color: #eef2ec;
  padding: 60px 0 24px;
}

.meal_middle_inner_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.meal_middle_sec_inner {
  position: relative;
}

img.icon_tree {
  position: absolute;
  width: 160px;
  top: -180px;
  right: 0;
}

@media screen and (max-width: 1000px) {
  img.icon_tree {
    width: 120px;
    top: -150px;
    right: 4%;
  }
}

.meal_middle_inner {
  margin-bottom: 40px;
}

.meal_middle_inner .meal_middle_inner_wrapper picture,
.meal_middle_inner .meal_middle_inner_wrapper div:nth-of-type(2) {
  width: 60%;
}

.meal_middle_inner div.meal_middle_txt {
  width: 36%;
}

.meal_middle_inner div.meal_middle_txt p {
  /* letter-spacing: 0.1em; */
  letter-spacing: 0.09em;
}

.meal_middle_sec_inner section:nth-of-type(2) .meal_middle_inner_wrapper {
  flex-direction: row-reverse;
  /* flex-wrap: wrap; */
}

.meal_middle_img_area {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

.meal_middle_img_area img {
  width: 39%;
}

/* .meal_middle_img_area img:first-of-type {
    margin-right: 20px;
} */

.meal_middle_txt p.p_margin {
  margin-bottom: 25px;
}

div.meal_middle_txt p.meal_middle_mark span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
  margin: 0 auto 35px;
}

/*丸アイコン*/
.meal_middle_sec_inner
  .meal_middle_inner:first-of-type
  p.meal_middle_mark
  span {
  background-color: #f8c5ac;
}

.meal_middle_sec_inner
  .meal_middle_inner:nth-of-type(2)
  p.meal_middle_mark
  span {
  background-color: #ffed61;
}

.meal_middle_sec_inner .meal_middle_inner:last-of-type p.meal_middle_mark span {
  background-color: #b9d79c;
}

@media screen and (max-width: 920px) and (min-width: 769px) {
  .meal_middle_img_area img:first-of-type {
    margin-right: 0px;
  }

  .meal_middle_img_area {
    display: flex;
    gap: 20px;
  }

  .meal_middle_img_area img {
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (max-width: 768px) {
  /* .meal_middle_inner {
        flex-direction: column-reverse;
    } */

  .meal_middle_inner_wrapper {
    flex-direction: column-reverse;
  }

  .meal_middle_sec_inner section:nth-of-type(2) .meal_middle_inner_wrapper {
    flex-direction: column-reverse;
    position: relative;
    /* flex-wrap: wrap; */
  }

  .meal_middle_inner .meal_middle_inner_wrapper picture,
  .meal_middle_inner .meal_middle_inner_wrapper div:nth-of-type(2) {
    width: 100%;
  }

  .meal_middle_inner div.meal_middle_txt {
    width: 100%;
    position: relative;
  }

  img.Watercolor_pink_middle {
    position: absolute;
    width: 186px;
    top: 20px;
    right: 4%;
  }

  img.middle_tree {
    position: absolute;
    right: 17px;
    top: 30px;
  }

  #meal_middle_sec {
    position: relative;
    padding: 0px 0 24px;
  }

  /* .write_cut_bg_bottom {
        position: absolute;
        width: 100%;
        height: 120px;
        bottom: 780px;
        background: linear-gradient(to bottom right, #fff 50%, transparent 50%);
    }

    .write_cut_bg_middle {
        position: absolute;
        width: 100%;
        height: 1070px;
        bottom: 900px;
        background-color: #fff;
    } */

  .meal_middle_inner picture,
  .meal_middle_inner div:nth-of-type(2) {
    width: 100%;
    z-index: 10;
  }

  .meal_middle_inner div.meal_middle_txt {
    width: 100%;
    position: relative;
    z-index: 10;
  }

  img.Watercolor_pink_middle_cut {
    position: absolute;
    width: 186px;
    top: 463px;
    right: 4%;
    z-index: 1;
  }

  .meal_middle_sec_inner section:nth-of-type(2) {
    flex-direction: column-reverse;
    background-color: #fff;
    padding: 30px 0 110px;
    /* flex-wrap: nowrap; */
  }

  .meal_middle_img_area {
    margin: 30px 0;
    display: flex;
    gap: 5px;
  }

  .meal_middle_img_margin {
    margin-bottom: 0;
  }

  .meal_middle_img_area img {
    width: calc((100% - 5px) / 2);
    display: block;
  }

  /* .meal_middle_img_area img:first-of-type {
        margin-right: 5px;
    } */

  .meal_middle_sec_inner .meal_middle_inner:first-of-type {
    margin-bottom: 110px;
    position: relative;
  }

  .meal_middle_sec_inner .meal_middle_inner:nth-of-type(2) {
    margin-bottom: 0;
  }

  .meal_middle_sec_inner
    .meal_middle_inner:last-of-type
    .meal_middle_inner_wrapper
    div:nth-of-type(2) {
    margin-top: -40px;
  }

  .meal_middle_sec_inner .meal_middle_inner:last-of-type {
    position: relative;
    margin-bottom: 13px;
  }

  .write_cut_bg {
    position: absolute;
    width: 100%;
    height: 120px;
    top: 0px;
    background: linear-gradient(to bottom right, #fff 50%, transparent 50%);
  }

  .write_cut_bg_bottom {
    position: absolute;
    width: 100%;
    height: 200px;
    top: 0px;
    background: linear-gradient(to bottom right, #fff 50%, transparent 50%);
  }
}

/*---------------------
最下部セクション
--------------------- */

#meal_bottom_sec,
#meal_bottom_sec02 {
  padding: 60px 0 79px;
}
#meal_bottom_sec02 {
  background-color: #fff;
}
#meal_bottom_sec h2 img,
#meal_bottom_sec02 h2 img {
  width: 65px;
}

#meal_bottom_sec h3,
#meal_bottom_sec02 h3 {
  margin: 16px 0 57px;
  line-height: 1;
}

#meal_bottom_sec h3 img {
  width: 335px;
}
#meal_bottom_sec02 h3 img {
  width: 220px;
}
#meal_bottom_sec section,
#meal_bottom_sec section ul,
#meal_bottom_sec02 section {
  display: flex;
}

#meal_bottom_sec section,
#meal_bottom_sec02 section {
  justify-content: space-between;
  max-width: 862px;
  margin: 0 auto;
}

#meal_bottom_sec section ul {
  justify-content: space-between;
}

#meal_bottom_sec section ul li {
  width: 40%;
}

#meal_bottom_sec section ul li:nth-of-type(2) {
  width: 45%;
}

#meal_bottom_sec section ul:first-of-type li:nth-of-type(2) {
  width: 40%;
}

#meal_bottom_sec section ul li span {
  display: block;
}

.meal_bottom_sec_txt {
  width: 54%;
}

.meal_bottom_sec_txt p {
  letter-spacing: 0.1em;
}

.meal_bottom_sec_illust {
  width: 36%;
}

.meal_bottom_sec_illust p:first-of-type {
  font-size: 14px;
  margin-bottom: 8px;
}

.meal_bottom_sec_illust .meal_bottom_arrow {
  margin-bottom: 8px;
}

.meal_bottom_sec_illust ul li {
  /* font-size: 12px; */
  font-size: 11px;
}

.meal_bottom_sec_illust ul li span {
  margin-top: 10px;
}

.meal_bottom_sec_illust ul:nth-of-type(2) li p {
  /* font-size: 12px; */
  font-size: 11px;
  margin-top: 10px;
  margin-bottom: 0;
}

.meal_bottom_sec_illust p:nth-of-type(2) {
  color: #c66c44;
  margin: 10px 0 45px;
  position: relative;
}

.meal_bottom_sec_illust p:nth-of-type(2) img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -35%);
  z-index: -1;
}

.meal_bottom_sec_illust ul:nth-of-type(2) p {
  position: relative;
}

.meal_bottom_sec_illust ul:nth-of-type(2) p img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}

.meal_bottom_sec_illust ul:nth-of-type(3) {
  align-items: center;
  margin-top: 24px;
}

.meal_bottom_sec_illust p:last-of-type {
  font-size: 14px;
  margin-top: 10px;
}

.meal_bottom_sec_txt h4 {
  margin-bottom: 34px;
  font-size: 22px;
  letter-spacing: 0.1em;
}

.meal_bottom_sec_txt p:first-of-type,
.meal_bottom_sec_txt p:nth-of-type(2) {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  #meal_bottom_sec section,
  #meal_bottom_sec02 section {
    max-width: 100%;
    flex-direction: column;
  }

  #meal_bottom_sec {
    position: relative;
  }

  img.Watercolor_pink_bottom_cut {
    position: absolute;
    /* width: 48vw; */
    width: 186px;
    z-index: -1;
    top: 0;
  }

  .meal_bottom_sec_txt {
    width: 100%;
    position: relative;
  }

  img.Watercolor_pink_bottom {
    position: absolute;
    width: 186px;
    z-index: -1;
    top: 0;
    right: 0;
  }

  .meal_bottom_sec_illust {
    width: 100%;
    margin-bottom: 90px;
  }

  #meal_bottom_sec h3 img {
    width: 270px;
  }
  #meal_bottom_sec02 h3 img {
    width: 170px;
  }
  #meal_bottom_sec section ul:first-of-type li:nth-of-type(2) {
    padding-left: 38px;
  }

  #meal_bottom_sec section ul:first-of-type li:first-of-type {
    padding-right: 38px;
  }

  .meal_bottom_sec_illust .meal_bottom_arrow {
    width: 70%;
  }
}

@media screen and (min-width: 529px) and (max-width: 768px) {
  .meal_bottom_sec_illust ul:nth-of-type(2) p img {
    top: -45%;
  }
}

/*========================
コンシェルジュページ 
============================*


/*----------------------
メインビジュアル 
-----------------------*/

.main_bg_concierge {
  background: url(../img/main_bg_concierge.jpg) top center / cover;
}

.main_bg_concierge .main_bg_inner h1 img {
  width: 175px;
}

.main_bg_concierge .main_bg_inner h2 img {
  width: 104px;
}

@media screen and (max-width: 768px) {
  .main_bg_concierge {
    background: url(../img/sp/main_bg_concierge_sp.png) center top / cover;
    /* padding: 55px; */
  }
}

/*---------------------
コンシェルジュとは？TOP 
--------------------- */

#concierge_top_sec {
  padding: 40px 0;
}

.concierge_top_sec_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

img.Watercolor_pink_concierge_top {
  position: absolute;
  width: 252px;
  top: 0;
  right: 0;
  z-index: -1;
}

.concierge_top_sec_imgarea {
  width: 60%;
}

.concierge_top_sec_txt {
  width: 36%;
}

.concierge_top_sec_txt p {
  letter-spacing: 0.1em;
}

.concierge_top_sec_txt p:first-of-type {
  margin-bottom: 30px;
}

.concierge_top_sec_imgarea div {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

.concierge_top_sec_imgarea div img {
  width: 235px;
}

@media screen and (max-width: 768px) {
  .concierge_top_sec_inner {
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
    padding-left: 0;
  }

  .concierge_top_sec_txt {
    width: 100%;
    padding-left: 4%;
  }

  .concierge_top_sec_imgarea {
    width: 100%;
  }

  img.Watercolor_pink_concierge_top {
    position: absolute;
    width: 186px;
    top: 45%;
    right: 4%;
    z-index: -1;
  }

  .concierge_top_sec_txt div {
    display: flex;
    gap: 5px;
    margin-bottom: 30px;
  }

  .concierge_top_sec_txt div img {
    width: calc((100% - 5px) / 2);
  }
}

@media screen and (max-width: 950px) and (min-width: 769px) {
  .concierge_top_sec_imgarea div {
    display: flex;
    gap: 20px;
  }

  .concierge_top_sec_imgarea div img {
    width: calc((100% - 20px) / 2);
  }
}

/*---------------------
コンシェルジュとは？middle 
--------------------- */

#concierge_middle_sec {
  padding: 60px 0 40px;
  background-color: #eef2ec;
}

.concierge_middle_sec_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

img.icon_tree_conciege {
  position: absolute;
  width: 160px;
  top: -180px;
  right: 0;
}

.concierge_middle_sec_imgarea {
  width: 60%;
}

.concierge_middle_sec_txt {
  width: 36%;
}

.concierge_middle_sec_txt p {
  letter-spacing: 0.1em;
}

.concierge_middle_mark span {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #f8c5ac;
  margin: 0 auto 40px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .concierge_middle_sec_inner {
    flex-direction: column-reverse;
  }

  #concierge_middle_sec {
    padding: 0px 0 40px;
  }

  .write_cut_bg_concierge {
    position: absolute;
    width: 100%;
    height: 120px;
    top: 0px;
    background: linear-gradient(to bottom right, #fff 50%, transparent 50%);
  }

  .concierge_middle_sec_imgarea {
    width: 100%;
    z-index: 10;
  }

  .concierge_middle_sec_txt {
    width: 100%;
    position: relative;
  }

  img.middle_tree_concierge {
    position: absolute;
    right: 0;
    top: 30px;
  }
}

@media screen and (max-width: 1000px) {
  img.icon_tree_conciege {
    width: 100px;
    top: -135px;
    right: 4%;
  }
}

/*---------------------
コンシェルジュの日々の活動
--------------------- */

#concierge_active_sec {
  padding: 60px 0;
  position: relative;
}

.concierge_active_sec_inner {
  max-width: 859px;
  margin: 0 auto;
}

.concierge_active_sec_illust_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

img.Watercolor_pink_concierge_bottom {
  position: absolute;
  width: 252px;
  top: 0;
  right: 0;
  z-index: -1;
}

.concierge_active_sec_illust {
  width: 53%;
}

.concierge_active_sec_txt {
  width: 41%;
}

.concierge_active_sec_txt h4 {
  margin-bottom: 30px;
  font-size: 22px;
  letter-spacing: 0.1em;
}

.concierge_active_sec_txt p {
  letter-spacing: 0.1em;
}

#concierge_active_sec h2 img {
  width: 65px;
}

#concierge_active_sec h3 img {
  width: 394px;
}

#concierge_active_sec h3 {
  margin: 17px 0 40px;
}

@media screen and (max-width: 768px) {
  .concierge_active_sec_illust_area {
    flex-direction: column;
  }

  .concierge_active_sec_illust {
    width: 100%;
  }

  .concierge_active_sec_txt {
    width: 100%;
  }

  #concierge_active_sec h3 img {
    width: 192px;
  }

  #concierge_active_sec h3 {
    margin: 17px 0 30px;
  }

  .concierge_active_sec_txt h4 {
    margin-bottom: 30px;
    margin-top: 40px;
    font-size: 20px;
    letter-spacing: 0.1em;
  }

  img.Watercolor_pink_concierge_bottom {
    width: 186px;
    bottom: 30px;
    right: 0;
    top: auto;
  }

  img.Watercolor_pink_bottom_cut_concierge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 179px;
  }
}

/*========================
インタビューページ 
============================*


/*-------------------------
       共通 
--------------------------*/

.h2_sec_interview {
  font-size: 12px;
  margin-bottom: 15px;
  letter-spacing: 0.4em;
  color: #262626;
}

/*--------
ボタン 
---------*/
.btn_interview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 50px;
  max-width: 220px;
  width: 100%;
  height: 43px;
  color: #456800;
  border: #456800 2px solid;
  background-color: #ffffff;
  border-radius: 22px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.btn_interview span {
  padding-bottom: 2px;
}

@media screen and (max-width: 768px) {
  .btn_interview {
    margin: 0 auto;
  }

  .h2_sec_interview {
    letter-spacing: 0.2em;
    margin-bottom: 13px;
  }
}

/*----------------------
メインビジュアル 
-----------------------*/

.main_bg_interview {
  background: url(../img/main_bg_interview.png) center center / cover;
}

.main_bg_interview .main_bg_inner h1 img {
  /* width: 210px; */
  width: 175px;
}

.main_bg_interview .main_bg_inner h2 img {
  /* width: 86px; */
  width: 104px;
}

@media screen and (max-width: 768px) {
  .main_bg_interview {
    background: url(../img/sp/main_bg_interview_sp.jpg) center center / cover;
    padding: 55px;
  }
}

/*-----------------------------
トップのセクション 
------------------------------*/

#interview_top_sec {
  padding: 60px 0;
  background-color: #eef2ec;
}

.interview_top_sec_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.interview_top_sec_inner picture {
  width: 60%;
}

.interview_top_sec_inner .interview_top_sec_txt {
  width: 36%;
  letter-spacing: 0.1em;
}

.interview_top_sec_inner .interview_top_sec_txt h3 {
  margin-bottom: 24px;
  /* font-size: 22px; */
  font-size: clamp(20px, 1.83vw, 22px);
}

.interview_top_sec_inner .interview_top_sec_txt p:first-of-type {
  margin: 24px 0 18px;
}

.interview_top_sec_inner .interview_top_sec_txt p:nth-of-type(2) {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .interview_top_sec_inner {
    flex-direction: column;
  }

  .interview_top_sec_inner picture {
    width: 100%;
  }

  .interview_top_sec_inner .interview_top_sec_txt {
    width: 100%;
    position: relative;
  }

  img.interview_tree {
    position: absolute;
    top: 28px;
    right: 0;
  }

  #interview_top_sec {
    padding: 20px 0 45px;
  }

  .interview_top_sec_inner .interview_top_sec_txt h2 {
    margin-top: 28px;
    margin-bottom: 18px;
    letter-spacing: 0.4em;
  }

  .interview_top_sec_inner .interview_top_sec_txt h3 {
    margin-bottom: 0;
  }

  .interview_top_sec_inner .interview_top_sec_txt p:first-of-type {
    margin: 17px 0 18px;
  }
}

@media screen and (min-width: 769px) and (max-width: 868px) {
  .interview_top_sec_inner picture img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px 20px 100px 20px;
  }

  .interview_top_sec_inner {
    align-items: stretch;
  }
}

/*-----------------------------
インタビュー詳細セクション
------------------------------*/

#interview_detail_sec {
  padding: 60px 0;
}

.interview_detail_sec_inner {
  position: relative;
}

.interview_detail_sec_inner ul.interview_detail_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.interview_detail_sec_inner ul.interview_detail_list li {
  width: 22%;
}

.interview_detail_sec_inner ul.interview_detail_list li h2 {
  color: #456800;
  margin: 18px 0;
}

.interview_detail_sec_inner ul.interview_detail_list li p {
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

img.icon_tree_interview {
  position: absolute;
  right: 0;
  top: -180px;
  width: 160px;
}

@media screen and (max-width: 1100px) {
  .interview_detail_sec_inner ul.interview_detail_list li {
    width: calc((100% - 80px) / 3);
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1000px) {
  img.icon_tree_interview {
    width: 120px;
    top: -150px;
    right: 4%;
  }
}

@media screen and (max-width: 968px) {
  img.icon_tree_interview {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .interview_detail_sec_inner ul.interview_detail_list li {
    width: calc((100% - 40px) / 2);
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 550px) {
  .interview_detail_sec_inner ul.interview_detail_list {
    flex-direction: column;
  }

  .interview_detail_sec_inner ul.interview_detail_list li {
    width: 100%;
  }

  .interview_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .interview_list picture {
    width: 49%;
  }

  .interview_list div {
    width: 45%;
  }

  #interview_detail_sec {
    padding: 40px 0 20px;
  }

  .interview_detail_sec_inner ul.interview_detail_list li p {
    letter-spacing: 0.05em;
  }

  .interview_detail_sec_inner ul.interview_detail_list li h2 {
    margin: 0 0 13px 0;
  }

  .interview_detail_sec_inner ul.interview_detail_list li p {
    margin-bottom: 0;
  }
}

/*========================
インタビュー詳細ページ 
============================*

/*----------------------
メインビジュアル (インタビューページのものを流用）
-----------------------*/

/* .main_bg_interview {
    background: url(../img/main_bg_interview.jpg) center center / cover;
}

.main_bg_interview .main_bg_inner h1 img {
    width: 210px;
}

.main_bg_interview .main_bg_inner h2 img {
    width: 86px;
}


@media screen and (max-width: 768px) {
    .main_bg_interview {
        background: url(../img/sp/main_bg_interview_sp.jpg) center center / cover;
        padding: 55px;
    }
} */

/*-------------
共通 
---------------*/

.h2_sec_interview_internal {
  margin-bottom: 30px;
  font-size: 22px;
  letter-spacing: 0.1em;
}

/*-----------------------------
トップのセクション 
------------------------------*/

#interview_internal_top_sec {
  padding: 40px 0;
  background-color: #eef2ec;
}

.interview_internal_top_sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.interview_internal_top_sec h3 {
  margin-bottom: 24px;
  /* font-size: 22px; */
  font-size: clamp(20px, 1.83vw, 22px);
}

.interview_internal_top_sec picture {
  width: 60%;
}

.interview_internal_top_sec_txt {
  width: 36%;
  letter-spacing: 0.1em;
}

.interview_internal_top_sec_txt p:first-of-type {
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  #interview_internal_top_sec {
    padding: 20px 0 45px;
  }

  .interview_internal_top_sec {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .interview_internal_top_sec picture {
    width: 100%;
  }

  .interview_internal_top_sec_txt {
    width: 100%;
    position: relative;
  }

  img.interview_internal_tree {
    position: absolute;
    top: 28px;
    right: 0;
  }

  .interview_internal_top_sec h2 {
    letter-spacing: 0.4em;
    margin: 28px 0 18px;
  }

  .interview_internal_top_sec h3 {
    margin-bottom: 17px;
  }
}

/*-----------------------------
インタビュー詳細セクション
------------------------------*/

#interview_internal_sec {
  padding: 60px 0;
}

.interview_internal_sec_inner {
  position: relative;
}

img.icon_tree_interview_internal {
  position: absolute;
  width: 160px;
  right: 0;
  top: -180px;
}

/* セクション内 */
.interview_internal_sec_inner section {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-bottom: 80px;
  gap: 7.2%;
  position: relative;
}

img.Watercolor_pink_interview_internal_top,
img.Watercolor_pink_interview_internal_middle,
img.Watercolor_pink_interview_internal_bottom {
  position: absolute;
  width: 252px;
  z-index: -1;
}

img.Watercolor_pink_interview_internal_top {
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}

img.Watercolor_pink_interview_internal_middle {
  right: 0;
  bottom: -100px;
}

img.Watercolor_pink_interview_internal_bottom {
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}

.interview_internal_sec_inner section:last-of-type {
  margin-bottom: 112px;
}

.interview_internal_sec_inner section:nth-of-type(2) {
  flex-direction: row-reverse;
  justify-content: left;
}

.interview_internal_sec_inner section picture {
  width: 42.8%;
}

.interview_internal_sec_inner section div {
  width: 40%;
  letter-spacing: 0.1em;
}

#btn_interview_internal {
  padding: 0 20px 0 44.5px;
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  img.icon_tree_interview_internal {
    width: 120px;
    top: -150px;
    right: 4%;
  }
}

@media screen and (max-width: 968px) and (min-width: 769px) {
  .interview_internal_sec_inner section {
    align-items: stretch;
  }
}

@media screen and (max-width: 868px) {
  img.icon_tree_interview_internal {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #interview_internal_sec {
    padding: 20px 0 60px;
  }

  .interview_internal_sec_inner section {
    display: flex;
    align-items: center;
    justify-content: right;
    flex-direction: column-reverse;
    margin-bottom: 60px;
    gap: 7.2%;
    position: relative;
  }

  .interview_internal_sec_inner section:nth-of-type(2) {
    flex-direction: column-reverse;
    justify-content: left;
  }

  .interview_internal_sec_inner section picture {
    width: 100%;
  }

  .interview_internal_sec_inner section div {
    width: 100%;
    letter-spacing: 0.1em;
  }

  .h2_sec_interview_internal {
    margin: 30px 0;
    font-size: 20px;
  }

  .interview_internal_bottom_img {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .interview_internal_bottom_img img {
    width: calc((100% - 5px) / 2);
  }

  .interview_internal_sec_inner section {
    display: flex;
    align-items: center;
    justify-content: right;
    margin-bottom: 80px;
    gap: 7.2%;
    position: relative;
  }

  img.Watercolor_pink_interview_internal_top,
  img.Watercolor_pink_interview_internal_middle,
  img.Watercolor_pink_interview_internal_bottom {
    position: absolute;
    width: 186px;
    z-index: -1;
  }

  img.Watercolor_pink_interview_internal_top {
    right: 0;
    left: auto;
    bottom: -10px;
    transform: translateY(50%);
  }

  img.Watercolor_pink_interview_internal_middle {
    right: auto;
    left: 0;
    bottom: -100px;
  }

  img.Watercolor_pink_interview_internal_bottom {
    left: auto;
    right: 0;
    bottom: 0;
    transform: translateY(80%);
  }

  .interview_internal_sec_inner section:last-of-type {
    margin-bottom: 80px;
  }
}

/*========================
　　会社案内
============================*

/*----------------------
メインビジュアル 
-----------------------*/

.main_bg_company {
  background: url(../img/main_bg_company.jpg) center / cover;
}

.main_bg_company .main_bg_inner h1 img {
  width: 100px;
}

.main_bg_company .main_bg_inner h2 img {
  width: 84px;
}

.main_bg_company .main_bg_inner {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .main_bg_company {
    background: url(../img/sp/main_bg_company_sp.jpg) center top / cover;
    /* padding: 55px; */
  }

  .main_bg_company .main_bg_inner {
    width: 250px;
  }
}

/*----------------------
コンテンツ 
-----------------------*/

#company_sec {
  padding: 78px 8% 80px;
  background-color: #eef2ec;
}

.company_sec_inner {
  background-color: #ffffff;
  border-radius: 20px;
}

.company_sec_table {
  padding: 45px 0;
  max-width: 800px;
  margin: 0 auto;
}

.company_sec_table table {
  width: 100%;
  border-collapse: collapse;
}

.company_sec_table table tr {
  height: 66px;
  /* font-size: 20px; */
  font-size: clamp(16px, 1.7vw, 20px);
  letter-spacing: 0.1em;
}

.company_sec_table table tr th {
  width: 30%;
  /* font-size: 24px; */
  font-size: clamp(14px, 2vw, 24px);
}

.company_sec_table table tr th,
.company_sec_table table tr td {
  border-bottom: 1px solid #989898;
}

.company_sec_table table tr:last-of-type th,
.company_sec_table table tr:last-of-type td {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .company_sec_inner {
    background-color: transparent;
    padding: 0 !important;
  }

  .company_sec_table table tr th,
  .company_sec_table table tr td {
    border-bottom: none;
  }

  .company_sec_table table tr {
    height: 46px;
    letter-spacing: 0.05em;
    padding: 0 4%;
  }

  #company_sec {
    padding: 23px 0;
  }

  .company_sec_table {
    padding: 0;
  }

  .company_sec_table table tr:nth-of-type(even) {
    background-color: #fff;
  }

  .company_sec_table table tr th {
    padding-left: 25px;
  }

  .company_sec_table table tr td {
    padding-right: 25px;
  }
}

/*========================
　　費用
============================*

/*----------------------
メインビジュアル 
-----------------------*/

.main_bg_price {
  background: url(../img/main_bg_price.jpg) center / cover;
}

.main_bg_price .main_bg_inner h1 img {
  width: 55px;
}

.main_bg_price .main_bg_inner h2 img {
  width: 48px;
}

.main_bg_price .main_bg_inner {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .main_bg_price {
    background: url(../img/sp/main_bg_price_sp.jpg) center top / cover;
    /* padding: 55px; */
  }

  .main_bg_price .main_bg_inner {
    width: 250px;
  }
}

/*----------------------
コンテンツ 
-----------------------*/

#price_sec {
  padding: 80px 0 60px;
  background-color: #eef2ec;
}

.price_sec_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.price_sec_inner div.cp_bnr {
  text-align: center;
  margin: 50px auto;
}

@media screen and (max-width: 1100px) {
  .price_sec_inner {
    padding: 0 4%;
  }
}

@media screen and (max-width: 768px) {
  .price_sec_inner {
    padding: 0;
  }

  #price_sec {
    background-color: #fff;
  }

  .price_sec_inner div.cp_bnr {
    text-align: center;
    margin: 30px 4%;
  }
}

.price_sec_inner p {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.price_sec_table {
  margin-top: 40px;
}

.price_sec_table_pc {
  width: 100%;
  /* border-radius: 10px; */
  border: 2px solid #989898;
  background-color: #fff;
  border-collapse: collapse;
  font-weight: bold;
}

.price_sec_table_pc tr:nth-of-type(4) td {
  background-image: url(../img/price_arrow_pc.png);
  background-position: bottom -4px center;
  background-repeat: no-repeat;
  background-size: 23px;
  color: #bc5928;
}

.price_sec_table_pc tr {
  height: 100px;
}

.price_sec_table_pc tr th,
.price_sec_table_pc tr td {
  border-right: 2px solid #989898;
  text-align: center;
}

.price_sec_table_pc tr th {
  line-height: 1.2;
  letter-spacing: 0.05em;
  /* font-size: 18px; */
  font-size: clamp(13px, 1.5vw, 18px);
  font-weight: normal;
}

.price_sec_table_pc tr td {
  letter-spacing: 0.1em;
}

.price_sec_table_pc tr:first-of-type {
  height: 110px;
}

.price_sec_table_pc tr:nth-of-type(1),
.price_sec_table_pc tr:nth-of-type(3) {
  background-color: #e2eade;
}

.price_sec_table_pc tr:nth-of-type(2) {
  height: 130px;
}

.price_sec_table_pc tr:nth-of-type(4) td {
  letter-spacing: 0.05em;
}

.price_sec_table_pc tr:nth-of-type(3) td span,
.price_sec_table_pc tr:nth-of-type(4) td span {
  letter-spacing: 0;
}

.price_sec_table_pc tr:nth-of-type(2) th,
.price_sec_table_pc tr:nth-of-type(3) th {
  /* font-size: 16px; */
  font-size: clamp(14px, 1.3vw, 16px);
}

.font_26_pc {
  /* font-size: 26px; */
  font-size: clamp(22px, 2vw, 26px);
  letter-spacing: 0.1em;
  font-weight: bold;
}

.font_22_pc {
  /* font-size: 22px; */
  font-size: clamp(18px, 1.8vw, 22px);
  letter-spacing: 0.1em;
  font-weight: bold;
}

.font_20_pc {
  font-size: 20px;
}

.font_18_pc {
  /* font-size: 18px; */
  font-size: clamp(16px, 1.5vw, 18px);
}

.font_24_pc {
  font-size: 24px;
}

.font_50_pc {
  font-size: 50px;
}

.nth_second_tr {
  text-align: left !important;
  padding-left: 2%;
}

.price_sec_table p {
  text-align: right;
  font-size: 14px;
  font-weight: normal;
  margin-top: 0.5rem;
}

.price_sec_table_pc tr:nth-of-type(5) td,
.price_sec_table_pc tr:nth-of-type(6) td,
.price_sec_table_pc tr:nth-of-type(7) td {
  font-size: 26px;
  letter-spacing: 0;
}

.price_sec_table_pc tr:nth-of-type(5) td span,
.price_sec_table_pc tr:nth-of-type(6) td span,
.price_sec_table_pc tr:nth-of-type(7) td span {
  font-size: 20px;
}

.price_sec_table_pc tr:nth-of-type(5),
.price_sec_table_pc tr:nth-of-type(7) {
  background-color: #efdcd3;
}

.price_sec_table_pc tr:nth-of-type(8) {
  height: 189px;
}

.price_sec_table_pc tr:nth-of-type(8) td {
  text-align: left;
  padding-left: 32px;
  line-height: 1.6;
}

.price_sec_list {
  max-width: 800px;
  margin: 70px auto 0;
}

.price_sec_list ul {
  display: flex;
  border-radius: 20px;
  background-color: #fff;
  padding: 30px 0;
  justify-content: center;
  letter-spacing: 0.1em;
  align-items: center;
}

.price_sec_list ul li:first-of-type {
  width: 22%;
  /* font-size: 18px; */
  font-size: clamp(16.5px, 2vw, 18px);
  font-weight: bold;
}

.price_sec_list ul li:nth-of-type(2) {
  padding-left: 40px;
  border-left: 1px solid #456800;
}

.price_sec_list ul:first-of-type {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  /* SP部 */

  .price_sec_table_sp_plan .price_tab_sp_plan_inner {
    padding: 0 4%;
  }

  .price_sec_table_sp_plan {
    padding: 40px 0;
  }

  .price_sec_table_sp_plan h3 {
    color: #456800;
    letter-spacing: 0.15em;
  }

  .price_sec_table_sp_plan:nth-of-type(2) {
    background: #eef2ec;
  }

  .price_sec_table_sp_plan h4 {
    border-radius: 10px 10px 0 0;
    margin: 13px 0 10px;
    background-color: #fff;
    padding: 17px 0;
    max-height: 80px;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }

  .price_sec_table_sp_plan h4 span {
    font-size: 20px;
    letter-spacing: 0.15em;
  }

  .price_sec_table_sp_plan:nth-child(odd) h4 {
    background-color: #f2f2f2;
  }

  .price_sec_table_sp_plan .price_tab_sp_plan_inner table {
    width: 100%;
  }

  table.price_sp_inner_tab {
    margin: 10px 0 15px;
    border-collapse: collapse;
  }

  table.price_sp_inner_tab th {
    width: 38%;
  }

  table.price_sp_inner_tab td {
    width: 62%;
  }

  table.price_sp_inner_tab tr:first-of-type span,
  table.price_sp_inner_tab tr:nth-of-type(3) th span {
    color: #262626;
  }

  table.price_sp_inner_tab td {
    background-color: #fff;
  }

  table.price_sp_inner_tab tr:nth-of-type(2),
  table.price_sp_inner_tab tr:nth-of-type(3) {
    text-align: center;
  }

  table.price_sp_inner_tab tr:first-of-type th {
    text-align: left;
  }

  table.price_sp_inner_tab tr:first-of-type th,
  table.price_sp_inner_tab tr:first-of-type td {
    padding-left: 20%;
    font-size: 12px;
  }

  table.price_sp_inner_tab tr:first-of-type th {
    padding-left: 12%;
  }

  table.price_sp_inner_tab tr:first-of-type th {
    font-weight: normal;
  }

  table.price_sp_inner_tab tr:first-of-type th span,
  table.price_sp_inner_tab tr:first-of-type td span,
  table.price_sp_inner_tab tr:nth-of-type(2) td span {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  table.price_sp_inner_tab tr:first-of-type th span {
    font-size: clamp(15px, 2vw, 16px);
  }

  table.price_sp_inner_tab tr:nth-of-type(3) td {
    color: #bc5928;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  table.price_sp_inner_tab tr:nth-of-type(3) td {
    font-size: 12px;
  }

  table.price_sp_inner_tab tr:nth-of-type(2) td span:first-of-type,
  table.price_sp_inner_tab tr:nth-of-type(3) td span:first-of-type {
    font-size: 22px;
  }

  table.price_sp_inner_tab tr:nth-of-type(3) td span:nth-of-type(2) {
    font-size: 16px;
  }

  table.price_sp_inner_tab tr:first-of-type {
    height: 93px;
  }

  table.price_sp_inner_tab tr:nth-of-type(2),
  table.price_sp_inner_tab tr:nth-of-type(3) {
    height: 70px;
  }

  table.price_sp_inner_tab tr:first-of-type th {
    background-color: #e2eade;
  }

  table.price_sp_inner_tab tr:nth-of-type(2) th {
    background-color: #fff;
  }

  table.price_sp_inner_tab tr:nth-of-type(3) th {
    background-color: #efdcd3;
    font-weight: normal;
    font-size: 12px;
  }

  .price_sec_table {
    margin-top: 0px;
  }

  #price_sec {
    padding: 30px 0 60px;
  }

  table.price_sp_inner_tab tr:nth-of-type(3) th span {
    font-weight: bold;
    font-size: 16px;
  }

  table.price_sp_inner_tab tr th,
  table.price_sp_inner_tab tr td {
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
  }

  table.price_sp_inner_tab tr th {
    border-right: 1px solid #c4c4c4;
  }

  table.price_sp_inner_tab tr span {
    letter-spacing: 0.1em;
  }

  .price_sec_list ul {
    flex-direction: column;
    padding: 0;
    position: relative;
  }

  div.price_sp_inner_tab_2 {
    background-color: #f5e6df;
    border-radius: 9px;
    border: 2px solid #bc5928;
    padding: 16px 4% 32px;
  }

  div.price_sp_inner_tab_2 table {
    border-collapse: collapse;
  }

  div.price_sp_inner_tab_2 table tr:nth-of-type(even) {
    background-color: #fff;
  }

  div.price_sp_inner_tab_2 table tr {
    height: 50px;
  }

  div.price_sp_inner_tab_2 {
    position: relative;
  }

  img.price_sp_tab_arrow {
    position: absolute;
    width: 22px;
    top: -20px;
    right: 20%;
  }

  div.price_sp_inner_tab_2 table td {
    font-size: 16px;
  }

  div.price_sp_inner_tab_2 table td span {
    font-size: 18px;
  }

  div.price_sp_inner_tab_2 table th,
  div.price_sp_inner_tab_2 table td {
    width: 50%;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  div.price_sp_inner_tab_2 table th {
    width: 42%;
    color: #454545;
  }

  div.price_sp_inner_tab_2 table td {
    padding-right: 10%;
  }

  div.price_sp_inner_tab_2 table th:not(tr:first-of-type th),
  div.price_sp_inner_tab_2 table td {
    text-align: right;
  }

  .price_sec_table_sp_plan:nth-of-type(3)
    table.price_sp_inner_tab
    tr:first-of-type
    td {
    font-size: 20px;
    padding: 0;
    text-align: center;
    color: #000;
  }

  .price_sec_table_sp_plan:nth-of-type(3)
    table.price_sp_inner_tab
    tr:first-of-type
    td
    span {
    font-size: 40px;
    color: #000;
  }

  img.icon_tree_price {
    position: absolute;
    width: 65px;
    right: 25px;
    top: -48px;
  }

  .price_sec_list {
    padding: 0 4%;
    margin-top: 58px;
  }

  .price_sec_list ul:first-of-type {
    margin-bottom: 60px;
  }

  .price_sec_list ul li:first-of-type {
    width: 100%;
    text-align: center;
    border-radius: 10px 10px 0 0;
    background-color: #f2f2f2;
    padding: 19px 0;
    max-height: 85px;
    font-size: 16px;
    letter-spacing: 0.15em;
  }

  .price_sec_list ul:first-of-type li:first-of-type {
    max-height: 60px;
  }

  .price_sec_list ul li:nth-of-type(2) {
    padding-left: 0;
    border-left: 0;
    padding-top: 20px;
    line-height: 1.8;
  }

  .price_tab_sp_other_inner {
    padding: 0 4%;
  }

  .price_tab_sp_other_inner ul {
    letter-spacing: 0.1em;
  }

  .price_tab_sp_other_inner ul li {
    line-height: 1.8;
  }

  .price_tab_sp_other_inner p {
    text-align: left;
    font-size: 12px !important;
    padding: 0 !important;
    letter-spacing: 0.05em;
    margin-top: 19px;
  }

  .price_tab_sp_other_inner h3 {
    margin-bottom: 13px;
    font-size: 20px;
    letter-spacing: 0.15em;
  }
}

@media screen and (max-width: 500px) {
  table.price_sp_inner_tab tr:first-of-type th {
    padding-left: 7%;
  }

  table.price_sp_inner_tab tr:first-of-type td {
    padding-left: 18%;
  }
}

@media screen and (max-width: 440px) {
  .price_sec_inner p {
    text-align: left;
    padding: 0 4%;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
  }

  table.price_sp_inner_tab tr:first-of-type td {
    padding-left: 11%;
  }
}

@media screen and (max-width: 768px) and (min-width: 500px) {
  div.price_sp_inner_tab_2 table th {
    width: 35%;
  }

  div.price_sp_inner_tab_2 table td {
    padding-right: 20%;
  }
}

/*========================
　　個人情報保護
============================*

/*----------------------
メインビジュアル 
-----------------------*/

.main_bg_privacy {
  background: url(../img/main_bg_privacy.jpg) center / cover;
}

.main_bg_privacy .main_bg_inner h1 img {
  width: 200px;
}

.main_bg_privacy .main_bg_inner h2 img {
  width: 150px;
}

.main_bg_privacy .main_bg_inner {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .main_bg_privacy {
    background: url(../img/sp/main_bg_privacy_sp.jpg) center top / cover;
    /* padding: 55px; */
  }

  .main_bg_privacy .main_bg_inner h1 img {
    width: 180px;
  }

  .main_bg_privacy .main_bg_inner {
    width: 250px;
  }

  .main_bg_privacy .main_bg_inner h2 img {
    width: 132px;
  }
}

/*----------------------
コンテンツ 
-----------------------*/

/* 共通 */
.privacy_a {
  margin-top: 20px;
  display: inline-block;
  color: #00239a;
}

#privacy_sec {
  padding: 80px 0;
  background-color: #eef2ec;
}

.privacy_wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.privacy_sec_inner h3 {
  font-size: 22px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.privacy_sec_inner h4 {
  color: #456800;
  font-size: 18px;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
}

.privacy_sec_inner h5 {
  font-size: 16px;
  margin-bottom: 1rem;
  letter-spacing: 0.08em;
  line-height: 2;
  color: #454545;
}

.privacy_sec_inner h6 {
  font-size: 16px;
}

.privacy_main_01 {
  margin-bottom: 50px;
  letter-spacing: 0.1em;
}

p.privacy_main_02_under {
  letter-spacing: 0.1em;
}

/* .privacy_main_01 a {
    margin-top: 20px;
    display: inline-block;
    color: #00239A;
} */

.privacy_sub_01 div:not(div:first-of-type) {
  margin-bottom: 60px;
  letter-spacing: 0.1em;
}

.privacy_sub_01 div:nth-of-type(2) h5 {
  margin-top: 25px;
}

.privacy_sub_01 p {
  line-height: 1.6;
}

.privacy_sub_01 h4 {
  margin-top: 25px;
}

.privacy_sub_01 .privacy_analy {
  margin-top: 40px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.privacy_sub_01 .privacy_analy p {
  line-height: 1.8;
}

.privacy_sub_01 .privacy_analy div p:not(p:last-of-type) {
  margin-bottom: 20px;
}

.privacy_sub_01 .privacy_analy div {
  margin-top: 35px;
}

.privacy_sub_02 div {
  margin-bottom: 60px;
}

.privacy_sub_02 div:first-of-type {
  margin-top: 25px;
}

.privacy_sub_03 div {
  margin-bottom: 60px;
}

.privacy_sub_03 {
  letter-spacing: 0.1em;
}

.privacy_sub_04,
.privacy_sub_05 {
  margin-bottom: 70px;
}

.privacy_sub_02 p,
.privacy_sub_03 p,
.privacy_sub_04 p,
.privacy_sub_05 p,
.privacy_sub_06 p {
  line-height: 1.625;
}

.privacy_sub_03 div:first-of-type {
  margin-top: 27px;
}

@media screen and (max-width: 1100px) {
  .privacy_wrapper {
    padding: 0 4%;
  }
}

@media screen and (max-width: 768px) {
  /* 共通 */
  .privacy_a {
    margin-top: 18px;
    font-size: 14px;
    letter-spacing: 0.05em;
  }

  #privacy_sec {
    padding: 40px 0 80px;
    font-size: 14px;
  }

  .privacy_sec_inner h3 {
    font-size: 20px;
    margin-bottom: 1rem;
    letter-spacing: 0.1em;
    line-height: 1;
  }

  .privacy_main_01 {
    margin-bottom: 37px;
    letter-spacing: 0.05em;
    /* font-size: 14px; */
    line-height: 1.8;
  }

  p.privacy_main_02_under {
    letter-spacing: 0.05em;
    /* font-size: 14px; */
    line-height: 1.8;
  }

  .privacy_sub_01 h4 {
    margin-top: 35px;
  }

  .privacy_sec_inner h4 {
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
  }

  .privacy_sub_01 div:nth-of-type(2) h5 {
    margin-top: 37px;
  }

  .privacy_sec_inner h5 {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    color: #454545;
  }

  .privacy_sec_inner h6 {
    font-size: 14px;
    margin-bottom: 0.5rem;
  }

  .privacy_sub_01 div:not(div:first-of-type) {
    margin-bottom: 40px;
    letter-spacing: 0.05em;
  }

  .privacy_sub_01 p {
    line-height: 2;
  }

  .privacy_sub_01 .privacy_analy p {
    line-height: 2;
  }

  .privacy_sub_01 .privacy_analy div {
    font-size: 12px;
  }

  .privacy_sub_02 p,
  .privacy_sub_03 p,
  .privacy_sub_04 p,
  .privacy_sub_05 p,
  .privacy_sub_06 p {
    letter-spacing: 0.05em;
  }

  .privacy_sub_02 div:first-of-type,
  .privacy_sub_03 div:first-of-type {
    margin-top: 37px;
  }

  .privacy_sub_02 div,
  .privacy_sub_03 div,
  .privacy_sub_04,
  .privacy_sub_05 {
    margin-bottom: 37px;
  }
}

/*========================
　　ブログ
============================*

/*----------------------
メインビジュアル 
-----------------------*/

.main_bg_blog {
  background: url(../img/main_bg_blog.jpg) center / cover;
}

.main_bg_blog .main_bg_inner h1 img {
  width: 178px;
}

.main_bg_blog .main_bg_inner h2 img {
  width: 107px;
}

.main_bg_blog .main_bg_inner {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .main_bg_blog {
    background: url(../img/sp/main_bg_blog_sp.jpg) center top / cover;
    /* padding: 55px; */
  }

  .main_bg_blog .main_bg_inner {
    width: 250px;
  }

  .main_bg_blog .main_bg_inner h2 img {
    width: 94px;
  }
}

/*----------------------
コンテンツ 
-----------------------*/

#blog_sec {
  padding: 80px 0 58px;
}

.blog_sec_inner h3 {
  font-size: 18px;
  letter-spacing: 0.1em;
  max-width: 516px;
  margin: 0 auto 60px;
  padding-left: 85px;
  background-image: url(../img/icon_illust.png);
  background-size: 65px;
  background-repeat: no-repeat;
  background-position: center left;
  line-height: 1.8;
}

.blog_sec_inner_list ul.blog_sec_items {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  gap: 2.6%;
}

.blog_sec_inner_list ul.blog_sec_items li {
  /* width: 31.6%; */
  width: calc((100% - 5.2%) / 3);
  margin-bottom: 58px;
  letter-spacing: 0.1em;
}

.blog_sec_inner_list ul.blog_sec_items li div {
  margin: 15px 0 3px;
}
/* フィルター */
ul.blog_sec_inner_list_filter {
  /* display: none; */
  /* カテゴリー増えたら表示 */
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

ul.blog_sec_inner_list_filter li {
  width: 22.3%;
  /* width: calc((100% - 392px) / 4); */
}

ul.blog_sec_inner_list_filter li a {
  display: block;
  height: 48px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 500;
}
.blog_sec_inner_list_flex {
  display: flex;
  margin-bottom: 60px;
  align-items: flex-end;
  position: relative;
}
.blog_sec_inner_list_filterArea {
  width: 100%;
}
.btn_color_focus_checked {
  background-color: #456800;
  border: 2px solid #456800;
  color: #fff;
}
.blog_sec_inner_list_select label {
  position: relative;
  top: -10px;
}
.blog_sec_inner_list_select select {
  border: solid 1px #ccc;
  width: 320px;
  padding: 10px;
  height: 48px;
  background-color: #fff;
  border-radius: 5px;
}
.blog_sec_inner_list_select::after {
  content: "";
  display: inline-block;
  width: 8px;
  aspect-ratio: 1;
  border-top: 2px solid #1c1b1f;
  border-right: 2px solid #1c1b1f;
  rotate: 135deg;
  position: absolute;
  top: 52px;
  left: 290px;
  transition: ease 0.25s;
}
.blog_sec_inner_list_filterArea p {
  margin: 0 50px 10px;
}
.btn_color_focus {
  color: #456800;
  background-color: #fff;
  border: 1px solid #456800;
}

/* .blog_sec_inner_list_filter li a:focus {
    background-color: #fff;
    border: 2px solid #456800;
    color: #456800;
    box-shadow: none;
} */

/* 追加 */
.blog_sec_inner_list ul.blog_sec_items li img {
  border-radius: 20px;
  object-fit: cover;
  aspect-ratio: 289 / 217;
}

.blog_sec_inner_list ul.blog_sec_items li section a {
  display: block;
}

.blog_sec_inner_list ul.blog_sec_items li h4 {
  margin: 0.25rem 0;
  font-size: 18px;
}
.blog_sec_inner_list ul.blog_sec_items li:nth-child(1) h4 {
  text-indent: -0.6rem;
}

.blog_sec_inner_list ul.blog_sec_items li p {
  letter-spacing: 0.06em;
  color: #646464;
  font-weight: bold;
  font-size: 14px;
}

.blog_sec_inner_list ul.blog_sec_items li div span {
  /* display: none; */
  /* カテゴリー増えたら表示 */
  display: inline-block;
  padding: 0px 8px;
  /* height: 29px;
  line-height: 23px; */
  text-align: center;
  border-radius: 4px;
  border: 1px solid #456800;
  color: #456800;
  font-weight: 500;
}
.blog_item_tag {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}
.blog_item_tag p {
  color: #456800 !important;
  font-weight: normal !important;
  font-size: 16px !important;
}
.blog_item_tag span {
  /* display: none; */
  /* カテゴリー増えたら表示 */
  display: inline-block;
  padding: 0px 8px;
  /* height: 29px;
  line-height: 23px; */
  text-align: center;
  border-radius: 4px;
  border: 1px solid #456800;
  color: #456800;
  font-weight: 500;
  font-size: 14px;
}
/* 画像 */
#blog_detail_sec .blog_detail_sec_inner div.img-1col,
#blog_detail_sec .blog_detail_sec_inner div.img-2col {
  margin: 1em 0;
}

#blog_detail_sec .blog_detail_sec_inner div.img-1col img {
  width: 80%;
}

#blog_detail_sec .blog_detail_sec_inner div.img-2col {
  display: flex;
  justify-content: flex-start;
}

#blog_detail_sec .blog_detail_sec_inner div.img-2col img {
  width: 40%;
}

#blog_detail_sec .blog_detail_sec_inner div.img-2col img:first-of-type {
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
  #blog_sec {
    padding: 37px 0 40px;
    background-color: #eef2ec;
  }

  /* フィルター */
  .blog_sec_inner_list_filterArea {
    margin-top: 20px;
  }
  ul.blog_sec_inner_list_filter {
    flex-wrap: wrap;
    margin-bottom: 10px;
    gap: 0 16px;
  }

  ul.blog_sec_inner_list_filter li {
    width: calc((100% - 16px) / 2);
    margin-bottom: 16px;
  }

  ul.blog_sec_inner_list_filter li a {
    font-size: 16px;
  }

  .blog_sec_inner_list ul.blog_sec_items {
    flex-direction: column;
  }

  .blog_sec_inner_list ul.blog_sec_items li {
    width: 100%;
    margin-bottom: 0;
    letter-spacing: 0.05em;
    padding: 30px 0;
    border-bottom: 1px solid #707070;
  }

  .blog_sec_inner_list ul.blog_sec_items li:nth-of-type(6n),
  .blog_sec_inner_list ul.blog_sec_items li:last-of-type {
    border: none;
  }

  .blog_sec_inner_list ul.blog_sec_items li section a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    pointer-events: none;
  }

  .blog_sec_inner_list ul.blog_sec_items li img {
    width: 50%;
  }

  .blog_sec_inner_list ul.blog_sec_items li div {
    width: 45%;
    /* display: flex;
        flex-direction: column-reverse; */
  }

  .blog_item_list_sp {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 4px;
  }
  .blog_sec_inner_list_select select {
    width: 100%;
  }
  .blog_sec_inner_list_flex {
    display: block;
    margin-top: 50px;
    margin-bottom: 0;
  }
  .blog_sec_inner_list_select::after {
    top: 42px;
    right: 20px;
    left: unset;
  }
  .blog_sec_inner_list_filterArea p {
    margin: 0 0 10px;
  }
  /* ボタン */
  .btn_blog {
    max-width: 220px;
    font-weight: bold;
    display: table;
    width: 100%;
    height: 43px;
    color: #456800;
    border: #456800 2px solid;
    background-color: #ffffff;
    border-radius: 22px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    background-image: url(../img/btn_arrow.png);
    background-size: 11px 14px;
    background-position: right 20px center;
    margin: 0 auto;
  }

  .btn_blog span {
    display: table-cell;
    vertical-align: middle;
  }

  .blog_sec_inner h3 {
    margin: 0 auto 10px;
  }

  .blog_sec_inner_list ul.blog_sec_items li p {
    letter-spacing: 0.2em;
    font-size: 12px;
  }

  .blog_sec_inner_list ul.blog_sec_items li h4 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    margin-top: 10px;
  }

  /* 画像 */
  #blog_detail_sec .blog_detail_sec_inner div.img-1col {
    text-align: center;
  }

  #blog_detail_sec .blog_detail_sec_inner div.img-2col {
    display: inline-block;
    text-align: center;
  }
  .blog_item_tag {
    display: block;
    width: auto !important;
    margin: 0px !important;
  }
  .blog_item_tag p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .blog_sec_inner_list ul.blog_sec_items li div span {
    padding: 0px 5px;
    font-size: 14px;
  }
  .blog_sec_inner_list ul.blog_sec_items li div {
    margin: 0;
  }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .blog_sec_inner_list ul.blog_sec_items li section a {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .blog_sec_inner_list ul.blog_sec_items li section a {
    pointer-events: none;
  }

  .blog_sec_inner_list ul.blog_sec_items li img {
    max-width: 250px;
  }
}

@media screen and (max-width: 414px) {
  .blog_sec_inner h3 {
    font-size: 16px;
    padding-left: 0;
    background-image: none;
  }
}

/*========================
　　ブログ詳細
============================*

/*----------------------
 コンテンツ
-----------------------*/

.blog_detail_sec_inner {
  padding: 64px 0 80px;
  letter-spacing: 0.1em;
}

.blog_detail_sec_inner .blog_detail_list span {
  display: none;
  /* カテゴリー増えたら表示 */
  /* display: inline-block; */
  padding: 0 16px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #456800;
  border-radius: 4px;
  border: 1px solid #456800;
  background: #fff;
  font-weight: bold;
}

.blog_detail_sec_inner h3 {
  font-size: 26px;
  margin: 15px 0;
}

.blog_detail_sec_inner h4 {
  font-size: 18px;
  letter-spacing: 0.06em;
}

.blog_detail_list {
  padding: 25px 0;
  border-bottom: 1px solid #707070;
}

.blog_detail_txt {
  padding: 30px 0;
}

.blog_detail_sec_inner section:nth-of-type(2) {
  padding: 30px 0;
}
.blog_detail_list ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog_detail_list li {
  color: #456800;
}
.blog_detail_list li:nth-child(2) {
  border: #456800 solid 1px;
  border-radius: 4px;
  padding: 1px 8px;
}
.blog_detail_sec_inner h3 {
  font-size: 20px;
}
.blog_detail_sec_inner h4 {
  font-size: 16px;
  color: #646464;
}
.blog_detail_list img {
  display: block;
  margin: 0 0 0 auto;
  width: 86px;
}
@media screen and (max-width: 1100px) {
  .blog_detail_sec_inner {
    padding: 64px 4% 80px;
  }
}

@media screen and (max-width: 768px) {
  .blog_detail_txt {
    margin-bottom: 30px;
  }

  .blog_detail_sec_inner section:nth-of-type(2) {
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .blog_detail_sec_inner h4 {
    font-size: 16px;
  }

  .blog_detail_sec_inner h3 {
    margin: 15px 0 0;
  }
}

/* アーカイブ */

.blog_detail_archive_inner {
  letter-spacing: 0.1em;
  text-align: center;
}

/* 
.blog_detail_archive_inner h3 {
    text-align: center;
} */
/* 
.blog_detail_archive_inner h3 span {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #F8C5AC;
    border-radius: 50%;
} */
.blog_detail_archive_tag {
  display: flex;
  justify-content: flex-start !important;
  gap: 15px;
  margin: 15px 0 !important;
}
.blog_detail_archive_tag li {
  width: auto !important;
  color: #456800;
}
.blog_detail_archive_tag li:nth-child(2) {
  border: #456800 solid 1px;
  border-radius: 4px;
  padding: 0px 8px;
}
.blog_detail_archive_inner ul {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 40px;
}

.blog_detail_archive_inner ul li {
  width: 23.5%;
  text-align: left;
}

.blog_detail_archive_inner ul li img {
  border-radius: 20px;
  aspect-ratio: 215 / 161;
  object-fit: cover;
}

.blog_detail_archive_inner ul li section a {
  display: block;
}

.blog_detail_archive_inner ul li h4 {
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #646464;
  margin: 0.5rem 0 0.25rem;
}

.blog_detail_archive_inner ul li .blo_archive_list span {
  /* display: none; */
  /* カテゴリー増えたら表示 */
  display: inline-block;
  font-size: 14px;
  color: #456800;
  padding: 0 8px;
  border-radius: 4px;
  border: 1px solid #456800;
  font-weight: 500;
}

.blog_detail_archive_inner ul li p {
  font-weight: bold;
}

.blo_archive_list {
  margin-top: 0.5rem;
}

a.blog_btn_under {
  margin: 0 auto;
}

*:focus {
  outline: none;
}

@media screen and (max-width: 768px) {
  .blog_detail_archive_inner ul {
    flex-direction: column;
    margin: 20px 0 0;
  }

  .blog_detail_archive_inner ul li {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #707070;
  }

  .blog_detail_archive_inner ul li section a {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    max-width: 100%;
    pointer-events: none;
  }

  .blog_detail_archive_inner ul li .blo_archive_list span {
    font-size: 16px;
    height: 23px;
    line-height: 23px;
    margin-bottom: 0.25rem;
  }

  .blog_detail_archive_inner ul li:first-of-type {
    padding-top: 0;
  }

  .blog_detail_archive_inner ul li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }

  .blog_detail_archive_inner ul li img {
    display: block;
    width: 49%;
  }

  .blog_detail_archive_inner ul li a {
    max-width: 220px;
  }

  .blog_detail_archive_inner ul li div {
    width: 45%;
  }

  .blog_detail_archive {
    padding: 30px 0 40px;
  }
  .blog_detail_archive_tag {
    display: block !important;
  }
}

/*========================
　 アクセス
============================*

/*----------------------
メインビジュアル 
-----------------------*/

.main_bg_access {
  background: url(../img/main_bg_access.jpg) center / cover;
}

.main_bg_access .main_bg_inner h1 img {
  width: 129px;
}

.main_bg_access .main_bg_inner h2 img {
  width: 65px;
}

.main_bg_access .main_bg_inner {
  width: 250px;
}

@media screen and (max-width: 768px) {
  .main_bg_access {
    background: url(../img/sp/main_bg_access_sp.jpg) center top / cover;
    /* padding: 55px; */
  }

  .main_bg_access .main_bg_inner h1 img {
    width: 97px;
  }

  .main_bg_access .main_bg_inner h2 img {
    width: 57px;
  }
}

/*----------------------
　　コンテンツ 
-----------------------*/

.access_sec h3 {
  height: 100px;
  line-height: 100px;
  background-color: #e2eade;
  letter-spacing: 0.1em;
  font-size: 22px;
}

#access_sec_car section {
  padding: 60px 0;
}

.access_sec_car_inner {
  letter-spacing: 0.05em;
}

.access_sec_car_inner address {
  margin: 24px 0 28px;
  text-align: center;
}

.access_sec_car_inner p {
  font-size: 12px;
  display: inline-block;
  border-bottom: 1px solid #000;
  margin-top: 1rem;
}

.access_maps_p {
  text-align: right;
}

.access_maps iframe {
  max-width: 100%;
}

.access_sec_car_inner p span {
  vertical-align: middle;
}

.access_sec_car_inner p img {
  width: 24px;
  vertical-align: middle;
}

.access_sec_car_inner h4 img {
  width: 30px;
  vertical-align: middle;
}

.access_sec_car_inner h4 span {
  vertical-align: middle;
  border-bottom: 2px solid #000000;
  padding-bottom: 5px;
}

@media screen and (max-width: 900px) {
  .access_sec_car_inner {
    padding: 0 4%;
  }
}

@media screen and (max-width: 768px) {
  .access_sec h3 {
    height: 80px;
    line-height: 80px;
    font-size: 18px;
  }

  #access_sec_car section {
    padding: 20px 0 40px;
  }

  .access_sec_car_inner {
    display: flex;
    flex-direction: column;
  }

  .access_maps {
    order: 0;
  }

  .access_maps_p {
    order: 2;
  }

  .access_sec_car_inner address {
    order: 1;
  }
}

@media screen and (max-width: 600px) {
  .access_maps iframe {
    max-height: 223px;
  }

  .access_sec_car_inner address {
    text-align: left;
    font-size: 14px;
    margin: 20px 0;
  }

  .access_maps_p {
    text-align: left;
    font-weight: bold;
  }
}

/* 電車・バスをご利用の方  */

.access_sec_train_sec {
  padding: 40px 0 80px;
  background-color: #eef2ec;
}

.access_sec_train_inner {
  padding: 0 4%;
}

.access_sec_train_inner ul li section {
  background-color: #fff;
  border-radius: 10px;
  border: 3px solid #456800;
}

.access_sec_train_inner ul li {
  text-align: center;
}

.access_sec_train_inner ul li h4 {
  margin-bottom: 1rem;
  display: inline-block;
  padding-left: 45px;
  background-image: url(../img/access_train_illust_ttl.png);
  background-size: 42px;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 20px;
  letter-spacing: 0.05em;
}

.access_sec_train_inner ul li:first-of-type {
  margin-bottom: 60px;
}

.access_sec_train_inner ul li:nth-of-type(2) {
  margin-bottom: 60px;
}

.access_sec_train_inner ul li section h5 {
  background-color: #456800;
  color: #fff;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  text-align: left;
  padding-left: 42px;
  letter-spacing: 0.05em;
}

.access_sec_train_inner ul li section div.access_train_method {
  padding: 22px 5% 35px;
  display: flex;
  gap: 69px;
  text-align: left;
}

.access_sec_train_inner ul li section div.access_train_method div p {
  font-weight: bold;
  font-size: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  letter-spacing: 0.05em;
}

.access_sec_train_inner
  ul
  li
  section
  div.access_train_method
  div
  p:nth-of-type(2) {
  margin: 19px 0 25px;
  padding-left: 21px;
  background-image: url(../img/access_train_method_walk.png);
  background-size: 13px;
}

.access_sec_train_inner
  ul
  li
  section
  div.access_train_method
  div
  p:nth-of-type(3) {
  padding-left: 23px;
  background-image: url(../img/access_train_method_train.png);
  background-size: 16px;
}

/* ---成増駅--- */
.access_sec_train_inner ul li section div.access_train_method div p.third {
  text-align: right;
}

.access_sec_train_inner
  ul
  li
  section
  div.access_train_method
  div
  p.second:nth-of-type(2) {
  margin: 19px 0 25px;
  padding-left: 21px;
  background-image: url(../img/access_train_method_train.png);
  background-size: 13px;
}

.access_sec_train_inner
  ul
  li
  section
  div.access_train_method
  div
  p.third:nth-of-type(3) {
  padding-left: 23px;
  background-image: none;
  background-size: 16px;
}
/* ---成増駅ここまで--- */

.access_sec_train_inner
  ul
  li
  section
  div.access_train_method
  div
  p:nth-of-type(4) {
  text-align: right;
}

.access_sec_train_inner ul li section div.access_train_method picture img {
  max-width: 317px;
}

.access_sec_train_inner ul li section div.access_train_method picture {
  display: block;
}

@media screen and (max-width: 768px) {
  .access_sec_train_sec {
    background-color: #fff;
    padding: 20px 0;
  }

  .access_sec_train_inner ul li section div.access_train_method {
    padding: 29px 3% 39px;
    display: flex;
    gap: 69px;
    text-align: left;
  }

  .access_sec_train_inner ul li:first-of-type {
    margin-bottom: 20px;
  }

  .access_sec_train_inner ul li:nth-of-type(2) {
    margin-bottom: 20px;
  }
}

/* 周辺情報 */

#access_sec_info {
  padding: 40px 0 60px;
}

.access_sec_info_inner h3 {
  margin-bottom: 1rem;
}

.access_sec_info_inner h3 img {
  width: 65px;
}

.access_sec_info_inner h4 img {
  width: 118px;
}

.access_sec_info_inner section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  background-image: url(../img/Watercolor_pink.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 252px;
}

.access_sec_info_inner section picture {
  width: 60%;
}

.access_sec_info_inner section div {
  width: 36%;
}

.access_sec_info_inner section div p {
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.access_sec_info_inner section div p:first-of-type {
  margin-bottom: 1.5rem;
}

.access_sec_info_inner h5 {
  margin-bottom: 40px;
  font-size: 22px;
  letter-spacing: 0.1em;
}

.access_sec_info_inner ul {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.access_sec_info_inner ul li {
  width: 23.5%;
}

@media screen and (max-width: 768px) {
  .access_sec_info_inner h4 img {
    width: 99px;
  }

  .access_sec_info_inner section {
    flex-direction: column;
    margin-top: 30px;
  }

  .access_sec_info_inner section picture,
  .access_sec_info_inner section div {
    width: 100%;
  }

  .access_sec_info_inner h3 {
    margin-bottom: 0.5rem;
  }

  .access_sec_info_inner ul {
    flex-wrap: wrap;
  }

  .access_sec_info_inner ul li {
    width: 49%;
    margin-bottom: 5px;
  }

  #access_sec_info {
    padding: 20px 0 45px;
  }

  .access_sec_info_inner h5 {
    margin: 30px 0 20px;
    font-size: 20px;
  }

  .access_sec_train_inner ul li section div.access_train_method picture img {
    max-width: 233px;
  }

  .access_sec_info_inner section {
    background-image: none;
  }

  .access_sec_info_inner section div {
    background-image: url(../img/Watercolor_pink.png);
    background-repeat: no-repeat;
    background-size: 186px;
    background-position: top 30px right;
  }
}

/*========================
　　居室
============================*

/*----------------------
メインビジュアル 
-----------------------*/

.main_bg_space {
  background: url(../img/main_bg_space.jpg) center / cover;
}

.main_bg_space .main_bg_inner h1 img {
  width: 60px;
}

.main_bg_space .main_bg_inner h2 img {
  width: 106px;
}

.main_bg_space .main_bg_inner {
  width: 250px;
}

@media screen and (max-width: 768px) {
  .main_bg_space {
    background: url(../img/sp/main_bg_space_sp.jpg) center top / cover;
    /* padding: 55px; */
  }

  .main_bg_space .main_bg_inner h1 img {
    width: 48px;
  }

  .main_bg_space .main_bg_inner h2 img {
    width: 119px;
  }
}

/* 心地よく安心して過ごせる */

#space_sec_top {
  padding: 40px 0;
}

.space_sec_top_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.space_sec_top_inner picture {
  width: 60%;
}

.space_sec_top_inner div {
  width: 33%;
  letter-spacing: 0.1em;
}

.space_sec_top_inner h3 {
  margin-bottom: 40px;
  /* font-size: 22px; */
  font-size: clamp(17px, 2vw, 22px);
}

@media screen and (max-width: 768px) {
  #space_sec_top {
    padding: 20px 0 40px;
  }

  .space_sec_top_inner {
    flex-direction: column;
    background-image: url(../img/Watercolor_pink.png);
    background-size: 186px;
    background-repeat: no-repeat;
    background-position: right 4% bottom 10%;
    padding: 0;
  }

  .space_sec_top_inner picture,
  .space_sec_top_inner div {
    width: 100%;
  }

  .space_sec_top_inner picture {
    padding-right: 4%;
  }

  .space_sec_top_inner div {
    padding: 0 4%;
  }

  .space_sec_top_inner h3 {
    margin: 30px 0;
    font-size: 20px;
  }
}

/* 単身タイプの部屋 */

#space_sec_second {
  background-color: #eef2ec;
  padding: 60px 0;
}

.space_sec_second_inner section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.1em;
}

.space_sec_second_inner {
  position: relative;
}

img.space_sec_second_tree {
  position: absolute;
  width: 140px;
  top: -165px;
  right: 0;
}

@media screen and (max-width: 940px) {
  img.space_sec_second_tree {
    display: none !important;
  }
}

.space_sec_second_inner section div {
  width: 36%;
}

.space_sec_second_inner section .space_sec_second_pic {
  width: 60%;
  display: block;
}

.space_sec_second_inner section:nth-of-type(2) .space_sec_second_pic {
  width: 53%;
}

.space_sec_second_inner section:nth-of-type(2) a {
  max-width: 390px;
  margin: 30px auto 40px;
  height: 80px;
  border-radius: 40px;
  font-size: 24px;
  border: #456800 3px solid;
  box-shadow: 5px 6px 1px rgba(0, 0, 0, 16%);
  background-size: 16px 20px;
  background-position: right 30px center;
}

.space_sec_second_inner section:first-of-type div span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f8c5ac;
  margin: 0 auto 30px;
}

.space_sec_second_inner section:first-of-type {
  margin-bottom: 40px;
}

.space_sec_second_inner section:first-of-type h4 {
  margin: 40px 0 30px;
  /* font-size: 22px; */
  font-size: clamp(17px, 2vw, 22px);
}

.space_sec_second_inner section h3 img {
  width: 273px;
}

.space_sec_second_inner section:nth-of-type(2) ul.space_sec_second_mm_list {
  display: flex;
  justify-content: left;
}

.space_sec_second_inner section:nth-of-type(2) ul.space_sec_second_mm_list li {
  padding-right: 50px;
}

.space_sec_second_inner
  section:nth-of-type(2)
  ul.space_sec_second_mm_list
  li
  span {
  font-size: 30px;
  font-weight: bold;
  vertical-align: sub;
}

.space_sec_second_inner section:nth-of-type(2) ul.space_sec_second_tab_list {
  display: flex;
  max-width: 360px;
  flex-wrap: wrap;
}

.space_sec_second_inner section:nth-of-type(2) ul.space_sec_second_tab_list li {
  height: 40px;
  line-height: 40px;
  background: #e6e6e6;
  border-left: 8px solid #c4c4c4;
  padding: 0 10px;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 16%);
  margin-bottom: 10px;
  font-size: clamp(12px, 1.25vw, 16px);
}

.space_sec_second_inner
  section:nth-of-type(2)
  ul.space_sec_second_tab_list
  li:nth-of-type(odd) {
  width: 38%;
  margin-right: 15px;
}

.space_sec_second_inner
  section:nth-of-type(2)
  ul.space_sec_second_tab_list
  li:nth-of-type(2) {
  width: 57%;
}

@media screen and (max-width: 930px) and (min-width: 769px) {
  .space_sec_second_inner
    section:nth-of-type(2)
    ul.space_sec_second_tab_list
    li:nth-of-type(odd),
  .space_sec_second_inner
    section:nth-of-type(2)
    ul.space_sec_second_tab_list
    li:nth-of-type(2) {
    width: auto;
  }
}

@media screen and (max-width: 900px) and (min-width: 769px) {
  .space_sec_second_inner section:nth-of-type(2) a span {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .space_sec_second_inner section h3 img {
    width: 176px;
  }

  .space_sec_second_inner {
    padding: 0;
  }

  #space_sec_second {
    padding: 30px 0 40px;
  }

  .space_sec_second_inner section {
    flex-direction: column;
  }

  .space_sec_second_inner section div,
  .space_sec_second_inner section picture {
    width: 100% !important;
  }

  .space_sec_second_inner section:first-of-type {
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }

  .space_sec_second_h3_sp h3 {
    font-size: 22px;
    letter-spacing: 0.15em;
    padding-top: 74px;
    background-image: url(../img/icon_illust.png);
    background-position: center top;
    background-size: 65px;
    margin-bottom: 1rem;
  }

  .space_sec_second_h3_sp h3 img {
    width: 124px;
  }

  .space_sec_second_inner section:first-of-type div,
  .space_sec_second_inner section:nth-of-type(2) {
    padding: 0 4%;
  }

  .space_sec_second_inner section h3 {
    padding-left: 37px;
    position: relative;
    margin-top: 30px;
  }

  .space_sec_second_inner section h3::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #f8c5ac;
    position: absolute;
    left: 0;
    top: 10%;
  }

  .space_sec_second_inner section:first-of-type h4 {
    margin: 20px 0 30px;
    font-size: 20px;
  }

  .space_sec_second_mm_list li span {
    font-size: 22px !important;
    vertical-align: baseline !important;
  }

  .space_sec_second_inner section:nth-of-type(2) ul.space_sec_second_mm_list {
    margin-top: 20px;
    justify-content: space-around;
  }

  /* 
    .space_sec_second_inner section:nth-of-type(2) a {
        max-width: 195px;
        margin: 30px auto;
        height: 40px;
        border-radius: 40px;
        font-size: 14px;
        border: #456800 2px solid;
        box-shadow: 4px 5px 1px rgba(0, 0, 0, 16%);
        background-size: 10px 13px;
        background-position: right 20px center;
        letter-spacing: 0.15em;
    } */

  .space_sec_second_inner
    section:nth-of-type(2)
    ul.space_sec_second_tab_list
    li {
    height: 30px;
    line-height: 30px;
    background: #e6e6e6;
    border-left: 6px solid #c4c4c4;
    font-size: 12px;
  }
}

@media screen and (max-width: 500px) {
  .space_sec_second_inner section:nth-of-type(2) a {
    max-width: 195px;
    margin: 30px auto;
    height: 40px;
    border-radius: 40px;
    font-size: 14px;
    border: #456800 2px solid;
    box-shadow: 4px 5px 1px rgba(0, 0, 0, 16%);
    background-size: 10px 13px;
    background-position: right 20px center;
    letter-spacing: 0.15em;
  }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .space_sec_second_inner section:nth-of-type(2) ul.space_sec_second_tab_list {
    max-width: 100%;
  }

  .space_sec_second_inner
    section:nth-of-type(2)
    ul.space_sec_second_tab_list
    li:nth-of-type(odd) {
    width: auto;
  }

  .space_sec_second_inner
    section:nth-of-type(2)
    ul.space_sec_second_tab_list
    li:nth-of-type(2) {
    width: auto;
    margin-right: 15px;
  }
}

/* お二人タイプのお部屋 */

#space_sec_third {
  padding: 60px 0;
  letter-spacing: 0.1em;
}

.space_sec_third_inner {
  background-image: url(../img/Watercolor_pink.png);
  background-size: 250px;
  background-repeat: no-repeat;
  background-position: right top 35%;
}

.space_sec_third_inner section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.space_sec_third_inner h4 {
  font-size: 22px;
}

.space_sec_third_inner section div {
  width: 36%;
}

.space_sec_third_inner section picture {
  width: 60%;
}

.space_sec_third_inner section:nth-of-type(2) picture {
  width: 47.8%;
}

.space_sec_third_inner section:nth-of-type(2) div {
  width: 39%;
}

.space_sec_third_inner section:nth-of-type(2) a {
  max-width: 390px;
  margin: 30px auto 40px;
  height: 80px;
  border-radius: 40px;
  font-size: 24px;
  border: #456800 3px solid;
  box-shadow: 5px 6px 1px rgba(0, 0, 0, 16%);
  background-size: 16px 20px;
  background-position: right 30px center;
}

.space_sec_third_inner section h3 {
  margin-bottom: 45px;
}

.space_sec_third_inner section h4 {
  margin-bottom: 40px;
}

.space_sec_third_inner section h3 img {
  width: 302px;
}

.space_sec_third_inner section:first-of-type {
  margin-bottom: 40px;
}

.space_sec_third_span {
  max-width: 67px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.space_sec_third_inner section:first-of-type div span {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #f8c5ac;
  border-radius: 50%;
}

.space_sec_third_inner section:first-of-type div span:nth-of-type(2) {
  background-color: #ffed61;
}

.space_sec_third_mm_list {
  display: flex;
  justify-content: space-between;
}

.space_sec_third_mm_list li span {
  font-size: 30px;
  font-weight: bold;
  vertical-align: sub;
}

.space_sec_third_tab_list {
  display: flex;
  max-width: 360px;
  flex-wrap: wrap;
}

.space_sec_third_tab_list li {
  height: 40px;
  line-height: 40px;
  background: #e6e6e6;
  border-left: 8px solid #c4c4c4;
  padding: 0 10px;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 16%);
  margin-bottom: 10px;
  font-size: clamp(12px, 1.25vw, 16px);
}

.space_sec_third_inner
  section:nth-of-type(2)
  ul.space_sec_third_tab_list
  li:nth-of-type(odd) {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .space_sec_third_inner section {
    flex-direction: column;
  }

  .space_sec_third_inner section div,
  .space_sec_third_inner section picture {
    width: 100% !important;
  }

  #space_sec_third {
    padding: 0 0 40px;
    letter-spacing: 0.1em;
  }

  .space_sec_third_inner {
    padding: 0;
    background-image: none;
  }

  .space_sec_third_inner
    section:first-of-type
    div:not(div.space_sec_third_span),
  .space_sec_third_inner section:nth-of-type(2) {
    padding: 0 4%;
  }

  .space_sec_third_inner section h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 70px;
    position: relative;
  }

  .space_sec_third_inner section:first-of-type:not(h3) {
    line-height: 1.8;
  }

  .space_sec_third_inner section h3::before,
  .space_sec_third_inner section h3::after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    top: 15%;
  }

  .space_sec_third_inner section h4 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .space_sec_third_inner section h3::after {
    background-color: #f8c5ac;
    left: 0;
  }

  .space_sec_third_inner section h3::before {
    background-color: #ffed61;
    left: 30px;
  }

  .space_sec_third_inner section h3 img {
    width: 196px;
  }

  .space_sec_third_mm_list {
    margin-top: 30px;
    justify-content: space-around;
  }

  .space_sec_third_mm_list li span {
    font-size: 22px;
    vertical-align: baseline;
  }

  /* .space_sec_third_inner section:nth-of-type(2) a {
        max-width: 195px;
        margin: 30px auto;
        height: 40px;
        border-radius: 40px;
        font-size: 14px;
        border: #456800 2px solid;
        box-shadow: 4px 5px 1px rgba(0, 0, 0, 16%);
        background-size: 10px 13px;
        background-position: right 20px center;
        letter-spacing: 0.15em;
    } */
}

@media screen and (max-width: 900px) and (min-width: 769px) {
  .space_sec_third_inner section:nth-of-type(2) a span {
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  .space_sec_third_inner section:nth-of-type(2) a {
    max-width: 195px;
    margin: 30px auto;
    height: 40px;
    border-radius: 40px;
    font-size: 14px;
    border: #456800 2px solid;
    box-shadow: 4px 5px 1px rgba(0, 0, 0, 16%);
    background-size: 10px 13px;
    background-position: right 20px center;
    letter-spacing: 0.15em;
  }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .space_sec_third_tab_list {
    max-width: 100%;
  }

  .space_sec_third_tab_list li {
    margin-right: 15px;
  }
}

/* 居室の特徴 */

#space_sec_feature {
  padding: 60px 0;
  /* background-color: #EEF2EC; */
}

.space_sec_feature_inner h3 img {
  width: 150px;
}

.space_sec_feature_inner h3 {
  margin-bottom: 30px;
}

.space_sec_feature_inner ul li img {
  display: block;
}

.space_sec_feature_inner ul {
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.1em;
}

.space_sec_feature_inner ul li {
  width: 22%;
}

.space_sec_feature_inner ul li h4 {
  margin: 20px 0;
  text-align: center;
}

.space_sec_feature_inner ul li h4 img {
  height: 20px;
  display: inline;
}

@media screen and (max-width: 768px) {
  .space_sec_feature_inner h3 img {
    width: 126px;
  }

  #space_sec_feature {
    padding: 40px 0;
  }

  .space_sec_feature_inner ul {
    flex-direction: column;
  }

  .space_sec_feature_inner ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 50px;
  }

  .space_sec_feature_inner ul li:last-of-type {
    margin-bottom: 0;
  }

  .space_sec_feature_inner ul li h4 {
    order: -1;
    width: 100%;
    margin-top: 0;
    margin-bottom: 28px;
  }

  .space_sec_feature_inner ul li div {
    width: 49%;
  }

  .space_sec_feature_inner ul li p {
    width: 45%;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
}

@media screen and (min-width: 440px) and (max-width: 768px) {
  .space_sec_feature_inner ul li {
    width: 75%;
  }

  .space_sec_feature_inner ul li p {
    line-height: 2;
    font-size: clamp(15px, 3vw, 20px);
  }
}

@media screen and (max-width: 600px) {
  .space_sec_feature_inner ul li {
    width: 100%;
  }
}

/*========================
　　共用部分
============================*

/*----------------------
メインビジュアル 
-----------------------*/

.main_bg_com_facilities {
  background: url(../img/main_bg_com_facilities.jpg) center / cover;
}

.main_bg_com_facilities .main_bg_inner h1 img {
  width: 132px;
}

.main_bg_com_facilities .main_bg_inner h2 img {
  width: 151px;
}

.main_bg_com_facilities .main_bg_inner {
  width: 250px;
}

@media screen and (max-width: 768px) {
  .main_bg_com_facilities {
    background: url(../img/sp/main_bg_com_facilities_sp.jpg) center top / cover;
    /* padding: 55px; */
  }

  .main_bg_com_facilities .main_bg_inner h1 img {
    width: 101px;
  }

  .main_bg_com_facilities .main_bg_inner h2 img {
    width: 165px;
  }
}

/* メインコンテンツ */

#common_facilities_sec_top {
  padding: 40px 0;
}

.common_facilities_sec_top_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url(../img/Watercolor_pink.png);
  background-position: top right 4%;
  background-repeat: no-repeat;
  background-size: 252px 247px;
}

.common_facilities_sec_top_inner picture {
  width: 60%;
}

.common_facilities_sec_top_inner div {
  width: 36%;
  letter-spacing: 0.1em;
}

.common_facilities_sec_top_inner div h3 {
  font-size: 22px;
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) and (max-width: 800px) {
  .common_facilities_sec_top_inner div h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .common_facilities_sec_top_inner {
    flex-direction: column;
    background-position: bottom 30% right 4%;
    background-size: 186px 182px;
    background-image: none;
  }

  .common_facilities_sec_top_inner picture,
  .common_facilities_sec_top_inner div {
    width: 100%;
  }

  .common_facilities_sec_top_inner picture {
    padding-right: 4%;
  }

  #common_facilities_sec_top {
    padding: 20px 0;
  }

  .common_facilities_sec_top_inner {
    padding: 0;
  }

  .common_facilities_sec_top_inner div {
    padding: 0 4%;
    margin-top: 30px;
    font-size: 20px;
    background-image: url(../img/Watercolor_pink.png);
    background-size: 170px;
    background-repeat: no-repeat;
    background-position: top right 4%;
  }

  .common_facilities_sec_top_inner div h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .common_facilities_sec_top_inner div p {
    font-size: 16px;
    line-height: 1.8;
  }
}

/* 共用施設の紹介 */

#common_facilities_sec_intro {
  padding: 40px 0 60px;
}

.common_facilities_sec_intro_inner {
  letter-spacing: 0.1em;
  background-image: url(../img/Watercolor_pink.png),
    url(../img/Watercolor_pink.png);
  background-repeat: no-repeat;
  background-size: max(25vw, 252px), max(36vw, 433px);
  background-position: right -20px top 60px, left -50px bottom 200px;
}

.common_facilities_sec_intro_inner section:first-of-type {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

img.com_fac_intro_tree {
  position: absolute;
  width: 140px;
  right: 5%;
  top: -47.5px;
}

.common_facilities_sec_intro_inner section:first-of-type picture {
  display: block;
  width: calc(100% + 100vh);
  margin: 0 0 0 -100vh;
}

.common_facilities_sec_intro_inner section:first-of-type picture img {
  max-height: 600px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 20px 100px 0;
}

.common_facilities_sec_intro_inner h3 {
  text-align: center;
  margin-bottom: 29px;
}

.common_facilities_sec_intro_inner h3 img {
  width: 211px;
}

.common_facilities_sec_intro_inner section {
  margin-top: 40px;
}

.common_facilities_sec_intro_inner section div.wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.common_facilities_sec_intro_inner section div.wrapper div:nth-of-type(2) {
  width: 60%;
}

.common_facilities_sec_intro_inner section div.wrapper div:first-of-type {
  width: 36%;
}

.common_facilities_sec_intro_inner h4,
.common_facilities_sec_intro_inner h5 {
  font-size: 22px;
}

.common_facilities_sec_intro_inner h4 {
  margin-bottom: 40px;
  color: #456800;
}

.common_facilities_sec_intro_inner h5 {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .common_facilities_sec_intro_inner section:first-of-type {
    padding-right: 4%;
  }
}

@media screen and (min-width: 769px) and (max-width: 870px) {
  .common_facilities_sec_intro_inner h5 {
    font-size: 19px;
    margin-bottom: 20px;
  }

  .common_facilities_sec_intro_inner h4 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .common_facilities_sec_intro_inner section:first-of-type picture {
    width: 100%;
    margin: 0;
  }

  .common_facilities_sec_intro_inner section:first-of-type picture img {
    border-radius: 0;
  }

  .common_facilities_sec_intro_inner h3 {
    padding-top: 80px;
    background-image: url(../img/icon_illust.png);
    background-repeat: no-repeat;
    background-size: 65px;
    background-position: center top;
  }

  .common_facilities_sec_intro_inner section div.wrapper {
    flex-direction: column;
  }

  .common_facilities_sec_intro_inner section div.wrapper div:first-of-type,
  .common_facilities_sec_intro_inner section div.wrapper div:nth-of-type(2) {
    width: 100%;
  }

  .common_facilities_sec_intro_inner section div.wrapper div:first-of-type p {
    line-height: 1.8;
  }

  .common_facilities_sec_intro_inner section div.wrapper div:nth-of-type(2) {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }

  .common_facilities_sec_intro_inner
    section
    div.wrapper
    div:nth-of-type(2)
    picture,
  .common_facilities_sec_intro_inner
    section
    div.wrapper
    div:nth-of-type(2)
    figure {
    width: 49%;
  }

  .common_facilities_sec_intro_inner
    section
    div.wrapper
    div:nth-of-type(2)
    picture {
    display: block;
  }

  #common_facilities_sec_intro {
    padding: 20px 0 40px;
  }

  .common_facilities_sec_intro_inner {
    background-image: none;
  }

  .common_facilities_sec_intro_inner h3 img {
    width: 172px;
  }

  .common_facilities_sec_intro_inner h3 {
    margin-bottom: 20px;
  }

  .common_facilities_sec_intro_inner h4 {
    padding-left: 37px;
    font-size: 18px;
    position: relative;
    margin-bottom: 20px;
  }

  .common_facilities_sec_intro_inner h4::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #ffed61;
    position: absolute;
    left: 0;
  }

  .common_facilities_sec_intro_inner h5 {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

/* 食堂・廊下 */

.common_facilities_sec_dining_inner ul {
  display: flex;
  justify-content: space-between;
}

#common_facilities_sec_dining {
  padding: 60px 0;
  background-color: #eef2ec;
  letter-spacing: 0.1em;
}

.common_facilities_sec_dining_inner ul li {
  width: 49%;
}

.common_facilities_sec_dining_inner ul li h3 {
  color: #456800;
  font-size: 22px;
  margin: 10px 0 5px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  .common_facilities_sec_dining_inner ul {
    flex-direction: column;
  }

  .common_facilities_sec_dining_inner ul li {
    width: 100%;
  }

  .common_facilities_sec_dining_inner ul li:first-of-type {
    margin-bottom: 30px;
  }

  #common_facilities_sec_dining {
    padding: 40px 0;
  }

  .common_facilities_sec_dining_inner ul li h3 {
    font-size: 18px;
    margin: 12px 0;
    letter-spacing: 0.1em;
  }
}

/* リハビリ室*/

#common_facilities_sec_rehab {
  padding: 60px 0;
  letter-spacing: 0.1em;
}

.common_facilities_sec_rehab_inner {
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.1em;
  max-width: 1000px;
  margin: 0 auto;
}

.common_facilities_sec_rehab_inner picture {
  width: 60%;
  display: block;
}

.common_facilities_sec_rehab_inner h3 {
  color: #456800;
  font-size: 22px;
  margin-bottom: 0.5rem;
}

.common_facilities_sec_rehab_inner p {
  margin-bottom: 1rem;
}

.common_facilities_sec_rehab_inner div.com_fac_rehab_insec {
  width: 38%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.com_fac_rehab_insec div:nth-of-type(2) picture {
  width: 100%;
}

/* 
.common_facilities_sec_rehab_inner div.com_fac_rehab_insec {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} */

@media screen and (max-width: 1100px) {
  .common_facilities_sec_rehab_inner {
    padding: 0 4%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .common_facilities_sec_rehab_inner picture img {
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
  }
}

@media screen and (max-width: 768px) {
  .common_facilities_sec_rehab_inner {
    flex-direction: column-reverse;
    padding: 0;
  }

  .common_facilities_sec_rehab_inner picture {
    width: 100%;
  }

  .common_facilities_sec_rehab_inner div.com_fac_rehab_insec {
    width: 100%;
    padding: 0 4%;
    margin-top: 30px;
  }

  #common_facilities_sec_rehab {
    padding: 0 0 40px 0;
  }

  .common_facilities_sec_rehab_inner picture img {
    border-radius: 0;
  }

  .common_facilities_sec_rehab_inner h3 {
    padding-left: 37px;
    font-size: 18px;
    margin-bottom: 25px;
    position: relative;
  }

  .common_facilities_sec_rehab_inner h3::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #b9d79c;
    position: absolute;
    left: 0;
  }

  .common_facilities_sec_rehab_inner p {
    margin-bottom: 30px;
    line-height: 1.8;
  }

  .com_fac_rehab_insec div:nth-of-type(2) {
    display: flex;
    justify-content: space-between;
  }

  .com_fac_rehab_insec div:nth-of-type(2) picture,
  .com_fac_rehab_insec div:nth-of-type(2) figure {
    width: 49%;
  }
}

/* 談話コーナー */

#common_facilities_sec_disc {
  background-color: #eef2ec;
  padding: 60px 0;
}

.common_facilities_sec_disc_inner section:first-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.1em;
}

.common_facilities_sec_disc_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.common_facilities_sec_disc_inner section:first-of-type figure {
  width: 60%;
}

.common_facilities_sec_disc_inner figure figcaption {
  color: #456800;
  font-weight: bold;
  margin-top: 0.5rem;
  letter-spacing: 0.1em;
}

.common_facilities_sec_disc_inner div {
  width: 36%;
}

.common_facilities_sec_disc_inner h3 {
  font-size: 22px;
  color: #456800;
}

.common_facilities_sec_disc_inner h4 {
  font-size: 22px;
  margin: 40px 0;
}

.common_facilities_sec_disc_inner ul {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.common_facilities_sec_disc_inner ul li {
  width: 32%;
}

@media screen and (max-width: 1100px) {
  .common_facilities_sec_disc_inner {
    padding: 0 4%;
  }
}

@media screen and (min-width: 769px) and (max-width: 870px) {
  .common_facilities_sec_disc_inner h4 {
    font-size: 19px;
    margin: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .common_facilities_sec_disc_inner section:first-of-type {
    flex-direction: column;
  }

  .common_facilities_sec_disc_inner section:first-of-type figure {
    width: 100%;
  }

  .common_facilities_sec_disc_inner figure figcaption {
    text-align: right;
    padding-right: 4%;
  }

  .common_facilities_sec_disc_inner div {
    width: 100%;
    margin-top: 1rem;
    padding: 0 4%;
  }

  .common_facilities_sec_disc_inner div p {
    line-height: 1.8;
  }

  .common_facilities_sec_disc_inner {
    padding: 0;
  }

  #common_facilities_sec_disc {
    padding: 0 0 30px 0;
    background-color: #fff;
  }

  .common_facilities_sec_disc_inner h3 {
    font-size: 18px;
    padding-left: 37px;
    position: relative;
  }

  .common_facilities_sec_disc_inner h3::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #f8c5ac;
    position: absolute;
    left: 0;
  }

  .common_facilities_sec_disc_inner h4 {
    font-size: 20px;
    margin: 20px 0 30px;
  }

  .common_facilities_sec_disc_inner ul {
    margin-top: 30px;
    flex-wrap: wrap;
    padding: 0 4%;
  }

  .common_facilities_sec_disc_inner ul li {
    width: 49%;
    margin-bottom: 1rem;
  }

  .common_facilities_sec_disc_inner ul li img {
    border-radius: 20px;
    max-height: 229px;
    width: 100%;
  }
}

@media screen and (max-width: 440px) {
  .common_facilities_sec_disc_inner figure figcaption {
    font-size: 12px;
  }
}

/* 最下部セクション */

#common_facilities_sec_bottom {
  padding: 60px 0;
  letter-spacing: 0.1em;
}

.common_facilities_sec_bottom_inner section:first-of-type {
  margin-bottom: 35px;
}

.common_facilities_sec_bottom_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.common_facilities_sec_bottom_inner ul {
  display: flex;
  justify-content: space-between;
}

.common_facilities_sec_bottom_inner ul li {
  width: 32%;
}

.common_facilities_sec_bottom_inner ul li figure figcaption {
  color: #456800;
  font-weight: bold;
  margin-top: 0.25rem;
}

#common_facilities_sec_bottom p {
  margin-top: 0.25rem;
}

@media screen and (max-width: 1100px) {
  .common_facilities_sec_bottom_inner {
    padding: 0 4%;
  }
}

@media screen and (max-width: 768px) {
  .common_facilities_sec_bottom_inner section:first-of-type {
    background-color: #eef2ec;
  }

  .common_facilities_sec_bottom_inner {
    padding: 0;
  }

  #common_facilities_sec_bottom {
    padding: 0;
  }

  .common_facilities_sec_bottom_inner section {
    padding: 40px 0;
  }

  .common_facilities_sec_bottom_inner ul {
    padding: 0 4%;
    flex-direction: column;
  }

  .common_facilities_sec_bottom_inner ul li {
    width: 100%;
  }

  .common_facilities_sec_bottom_inner ul li h3 {
    font-size: 18px;
    margin-top: 30px;
    color: #456800;
    padding-left: 37px;
    position: relative;
  }

  .common_facilities_sec_bottom_inner ul li h3::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #b9d79c;
    position: absolute;
    left: 0;
  }

  .common_facilities_sec_bottom_inner ul li h4 {
    font-size: 20px;
    margin: 20px 0 30px;
  }

  .common_facilities_sec_bottom_inner ul li:last-of-type {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }

  .common_facilities_sec_bottom_inner ul li:last-of-type img {
    display: block;
    width: 49%;
  }

  .common_facilities_sec_bottom_inner section:first-of-type {
    margin-bottom: 0;
  }

  .common_facilities_sec_bottom_inner
    section:nth-of-type(2)
    ul
    li:last-of-type
    img {
    width: 100%;
  }

  .common_facilities_sec_bottom_inner
    section:nth-of-type(2)
    ul
    li:last-of-type
    figure {
    width: 49%;
  }

  #common_facilities_sec_bottom p {
    margin: 13px 0 20px;
    line-height: 1.8;
  }

  .common_facilities_sec_bottom_inner ul li figure figcaption {
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 440px) {
  .common_facilities_sec_bottom_inner ul li figure figcaption {
    font-size: 12px;
  }
}

/*========================
　　WEB見学
============================*

/*----------------------
メインビジュアル 
-----------------------*/

.main_bg_tour {
  background: url(../img/main_bg_com_facilities.jpg) center / cover;
}

.main_bg_tour .main_bg_inner h1 img {
  width: 139px;
}

.main_bg_tour .main_bg_inner h2 img {
  width: 39px;
}

.main_bg_tour .main_bg_inner {
  width: 250px;
}

@media screen and (max-width: 768px) {
  .main_bg_tour {
    background: url(../img/sp/main_bg_com_facilities_sp.jpg) center top / cover;
    /* padding: 55px; */
  }

  .main_bg_tour .main_bg_inner h1 img {
    width: 109px;
  }

  .main_bg_tour .main_bg_inner h2 img {
    width: 40px;
  }
}

/*----------------------
コンテンツ
-----------------------*/

#main_bg_tour_sec {
  padding: 77px 0 80px;
  background-color: #e2eade;
}

.main_bg_tour_sec_inner p {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .main_bg_tour_sec_inner div iframe {
    height: 530px;
  }

  #main_bg_tour_sec {
    padding: 37px 0 34px;
  }

  .main_bg_tour_sec_inner p {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 440px) {
  .main_bg_tour_sec_inner p {
    text-align: left;
  }
}
