@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
:root {
  --catch: clamp(2rem, 3vw, 15rem);
  --main-color: #f79a43;
}

.care_point {
  width: 90%;
  margin: 0 auto 5vw;
}

@media only screen and (min-width: 1025px) {
  .care_point {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.care_point li {
  background: #f7f7f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: center;
  color: var(--main-color);
  padding: 70px 50px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
  .care_point li {
    width: 30%;
    margin-bottom: 0;
  }
}

.care_point li p.cont {
  font-weight: 600;
  font-size: 1.7rem;
  color: #000000;
}

@media only screen and (min-width: 1025px) {
  .care_point li p.cont {
    font-size: 1.9rem;
  }
}

.care_point li .num {
  margin-bottom: 50px;
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 4rem;
  line-height: 1;
  font-weight: 600;
}

@media only screen and (min-width: 1025px) {
  .care_point li .num {
    font-size: 5rem;
  }
}

.care_point li .num::before {
  content: "POINT";
  display: block;
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  font-size: 1.7rem;
}

.care_point li .num::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: var(--main-color);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 1025px) {
  .care_point li .num::after {
    width: 50px;
  }
}

.care-works {
  background: var(--main-color);
  color: #FFFFFF;
}

.care_block {
  background: #fff;
  color: #000000;
  width: 90%;
  margin: 0 auto 80px;
  padding: 80px;
}

.care_block_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.care_block .rc_block1_h {
  font-size: 2.4rem;
}

.care_block:first-of-type .rc_block1_h {
  margin-bottom: 15px;
}

.rc_block1_txt ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 60px;
  list-style: none;
}

.rc_block1_txt ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(100% / 3);
  padding-right: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.rc_block1_txt ul li::before {
  content: '・';
  display: block;
  font-weight: 600;
}

.care_block.c2:last-of-type .rc_block1_txt ul li {
  width: 35%;
}

.care_block.c2:last-of-type .rc_block1_txt ul li:nth-of-type(even) {
  width: 65%;
}

.care_block_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
}

.care_block_img .img {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 49%;
}

.care_block_img .img {
  width: auto;
  margin: auto;
}

.care_block_img .cap {
  display: block;
  width: 100%;
  margin-top: 25px;
  text-align: center;
  line-height: 1.5;
}

.care_ba {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  list-style: none;
}

.care_ba li {
  width: 47%;
  margin-bottom: 75px;
}

.care_ba li:nth-of-type(even) {
  margin-left: auto;
}

.care_ba .head5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.care_ba .head5 span {
  margin-right: 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 600;
}

.care_ba .head5::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--main-color);
}

.care_ba .ba_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.care_ba .ba_wrap > * {
  position: relative;
  width: auto;
}

.care_ba .ba_wrap img {
  display: block;
  width: auto;
}

.care_ba .ba_wrap span {
  display: block;
  width: 100%;
  margin-top: 20px;
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--main-color);
}

.care_ba .after {
  width: 55%;
}

.care_ba .before {
  width: 36%;
}

.care_ba .before::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 40%;
  left: 112%;
  font-size: 4rem;
  color: var(--main-color);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1690px) {
  #rc_cont {
    padding: 75px 40px 125px;
  }
}

@media only screen and (max-width: 1610px) {
  .rc_outline_b {
    padding: 65px 40px 85px;
  }
}

@media only screen and (max-width: 1300px) {
  #rc_outline .block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #rc_outline .dl_wrap {
    margin-right: 30px;
  }
  #rc_outline .block .btn2 {
    margin: 40px auto 0;
  }
  .rc_block1 > .cont, .care_block {
    width: 50%;
    padding: 40px 35px;
  }
  .care_block:first-of-type {
    width: 100%;
  }
  .rc_block1 > img {
    width: 54%;
  }
  .rc_block1_h, .care_block .rc_block1_h {
    margin-bottom: 15px;
  }
  .rc_block1_txt ul li {
    width: 50%;
  }
  .rc_block1_txt ul {
    margin-bottom: 10px;
  }
  .care_ba .before::after {
    font-size: 3rem;
  }
  .care_ba .ba_wrap span {
    margin-top: 10px;
  }
  .care_ba .head5 {
    margin-bottom: 10px;
  }
  .care_ba li {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1150px) {
  #rc_cont .head3 {
    margin-bottom: 30px;
    font-size: 2.8rem;
  }
  #rc_cont .head4 {
    margin-bottom: 25px;
    font-size: 2.1rem;
  }
}

@media only screen and (max-width: 1024px) {
  #rc_top .slide, .post_field .slide {
    margin-top: 80px;
  }
  .rc_top_slide .swiper-slide {
    width: 60%;
    margin: 0 10px;
  }
  .rc_top_slide .img {
    height: auto;
    padding-top: 56%;
  }
  .post_field + .slide {
    margin-bottom: 100px;
  }
  .post_field + .slide .rc_top_slide .swiper-slide {
    max-width: 500px;
  }
  .rc_outline_b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 25px 25px 50px;
    margin-bottom: 60px;
  }
  #rc_outline .head2_1 {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #rc_outline .block {
    margin-bottom: 40px;
  }
  #rc_outline .cont > .txt {
    margin-bottom: 10px;
  }
  #rc_outline .dl_wrap dl {
    padding: 15px 0;
    font-size: 1.7rem;
  }
  #rc_outline .dl_wrap {
    width: 420px;
    margin-right: 20px;
  }
  .rc_block1 > .cont, .care_block {
    width: 45%;
    padding: 25px;
  }
  .care_block {
    width: 50%;
  }
  .care_block:first-of-type {
    width: 100%;
  }
  .rc_block1_h, .care_block .rc_block1_h, .care_block:first-of-type .rc_block1_h {
    margin-bottom: 5px;
    font-size: 2.2rem;
  }
  .rc_block1_txt {
    line-height: 1.7;
  }
  .rc_block1 > img {
    width: 59%;
  }
  #rc_cont > .txt {
    margin-bottom: 55px;
  }
  .rc_block1 {
    margin-bottom: 50px;
  }
  #rc_cont {
    padding: 60px 40px 100px;
    margin-top: 60px;
  }
  #rc_top {
    margin-bottom: 130px;
  }
  .reha_drink_wrap {
    padding: 45px 35px 40px;
  }
  .reha_drink_wrap img {
    margin-top: -130px;
  }
  .care_block.c2 {
    margin-top: 40px;
  }
  .rc_block1_txt ul li, .care_block.c2:last-of-type .rc_block1_txt ul li, .care_block.c2:last-of-type .rc_block1_txt ul li:nth-of-type(even) {
    width: auto;
    margin-bottom: 3px;
  }
  .care_block_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rc_block1_txt ul {
    margin-bottom: 20px;
  }
  .care_block_img .cap {
    margin-top: 10px;
  }
  .care_block_img .img {
    margin-bottom: 25px;
  }
  .care_ba li {
    width: 48%;
  }
  .care_ba .ba_wrap span {
    margin-top: 5px;
  }
  .care_ba .before::after {
    font-size: 2.7rem;
  }
  .care_block:first-of-type .rc_block1_txt {
    margin-bottom: 30px;
  }
  .care_ba li {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 850px) {
  #rc_top {
    margin-bottom: 100px;
  }
  .post_field + .slide .rc_top_slide .swiper-slide {
    max-width: 400px;
  }
  #rc_cont {
    padding: 40px 20px 90px;
    margin-top: 45px;
  }
  #rc_cont > .txt {
    margin-bottom: 35px;
    text-align: left;
  }
  #rc_cont .head3 {
    margin-bottom: 20px;
    font-size: 2.3rem;
  }
  #rc_cont .head4::before, #rc_cont .head4::after {
    width: 70px;
    margin: 0 15px;
  }
  #rc_cont .head4 {
    margin-bottom: 15px;
    font-size: 1.9rem;
  }
  .rc_block1, .rc_block1:nth-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 600px;
    margin: 0 auto 35px;
  }
  .rc_block1 > img {
    width: 100%;
  }
  .rc_block1 > .cont, .rc_block1:nth-of-type(odd) > .cont {
    width: 96%;
    margin: -20px 0 0;
    padding: 20px 25px;
  }
  .rc_block1_h, .care_block .rc_block1_h, .care_block:first-of-type .rc_block1_h {
    font-size: 1.9rem;
  }
  .reha_drink_wrap {
    padding: 30px 35px 25px;
  }
  .reha_drink_wrap img {
    margin-top: -75px;
  }
  .reha_drink {
    padding-top: 55px;
  }
  .care_block.c2 {
    margin-top: 25px;
  }
  .care_ba .before::after {
    font-size: 2.3rem;
  }
}

@media only screen and (max-width: 900px) {
  #rc_outline .dl_wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #rc_outline .block .btn2 {
    margin: 0 0 0 30px;
  }
  #rc_outline .block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  #rc_outline .head2_1 {
    margin-bottom: 10px;
  }
  #rc_outline .map iframe {
    height: 300px;
  }
  #rc_cont {
    padding: 40px 20px 60px;
  }
  #rc_top .slide, .post_field .slide {
    margin-top: 60px;
  }
  #rc_top {
    margin-bottom: 90px;
  }
  .reha_drink_wrap img {
    margin-top: 0;
  }
  .reha_drink_wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 25px;
  }
  .reha_drink {
    padding-top: 15px;
  }
  .care_ba li, .care_ba li:nth-of-type(even) {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 25px;
  }
  .care_ba .before::after {
    font-size: 2.7rem;
  }
}

@media only screen and (max-width: 650px) {
  .rc_top_slide .swiper-slide {
    width: 75%;
  }
  .swiper-pagination.rc_top_pn {
    bottom: -35px;
  }
  .post_field + .slide {
    margin-bottom: 60px;
  }
  .post_field + .slide .rc_top_slide .swiper-slide {
    max-width: 300px;
  }
  #rc_outline .dl_wrap dl {
    padding: 10px 0;
    font-size: 1.5rem;
  }
  #rc_outline .dl_wrap {
    margin-bottom: 20px;
  }
  #rc_outline .tel_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  #rc_outline .block .btn2 {
    margin: 0;
  }
  #rc_outline .block {
    margin-bottom: 30px;
  }
  .rc_outline_b {
    padding-bottom: 35px;
  }
  #rc_cont .head3 {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  #rc_cont .head4 {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  #rc_cont .head4::before, #rc_cont .head4::after {
    width: 50px;
    margin: 0 10px;
  }
  #rc_cont > .txt {
    margin-bottom: 25px;
    line-height: 1.7;
  }
  #rc_cont {
    padding: 25px 20px 50px;
    margin-top: 25px;
  }
  .rc_block1_h, .care_block .rc_block1_h, .care_block:first-of-type .rc_block1_h {
    font-size: 1.7rem;
  }
  .rc_block1 > .cont, .care_block {
    padding: 15px 20px;
  }
  .rc_block1, .rc_block1:nth-of-type(odd) {
    margin-bottom: 25px;
  }
  #rc_top .slide, .post_field .slide {
    margin-top: 45px;
  }
  #rc_top {
    margin-bottom: 75px;
  }
  .rc_outline_b {
    margin-bottom: 40px;
  }
  .care_block.c2 {
    width: 100%;
    margin-top: 10px;
  }
  .care_block_img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .care_block_img .img {
    margin-bottom: 0;
  }
  .care_block_img .img:first-of-type {
    margin-right: 25px;
  }
  .care_ba .before::after {
    font-size: 2rem;
  }
  .care_ba .head5 {
    margin-bottom: 5px;
  }
  .care_block_img .img img {
    display: block;
    max-width: 65%;
    margin: auto;
  }
}

@media only screen and (max-width: 500px) {
  .reha_drink_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .reha_drink_wrap .cont {
    width: 100%;
  }
}

@media only screen and (max-width: 450px) {
  .rc_top_slide .swiper-slide {
    margin: 0 7px;
  }
  .swiper-pagination.rc_top_pn {
    bottom: -30px;
  }
  .post_field + .slide .rc_top_slide .swiper-slide {
    max-width: 200px;
  }
  #rc_outline .dl_wrap dt {
    width: 75px;
  }
  #rc_outline .tel_wrap {
    margin-bottom: 15px;
  }
  #rc_outline .map iframe {
    height: 250px;
  }
  #rc_outline .block {
    margin-bottom: 25px;
  }
  .rc_outline_b {
    padding: 20px 20px 35px;
  }
  #rc_cont .head3 {
    margin-bottom: 13px;
    text-align: left;
  }
  #rc_cont .head4 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
  #rc_cont .head4::before, #rc_cont .head4::after {
    display: none;
  }
  #rc_cont {
    padding: 20px 20px 50px;
  }
  .rc_block1, .rc_block1:nth-of-type(odd) {
    margin-bottom: 20px;
  }
  .rc_block1_txt ul {
    margin-bottom: 15px;
  }
  .care_block_img .img:first-of-type {
    margin-right: 20px;
  }
}

.txt-taikan-att {
  font-size: 1.4rem;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}

.txt-taikan-att a {
  text-decoration: underline;
  color: var(--main-color);
}

/* ----------------------------------



---------------------------------- */
.fixlogo {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 100;
}

.fixlogo img {
  width: 200px;
}

/*
font-family: "Font Awesome 5 Free";font-weight: 900;
font-family: "Font Awesome 5 Brands";font-weight: 400;
-----------------------------------------------------------
font-family: "游ゴシック体", YuGothic, "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
-----------------------------------------------------------
font-family: brandon-grotesque, sans-serif;
-----------------------------------------------------------
font-family: 'Roboto Condensed', sans-serif;
*/
/* ----------------------------------

追加

---------------------------------- */
@media only screen and (min-width: 768px) {
  nav.free {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  nav.free .free-pic {
    width: 50%;
  }
}

nav.free .free-pic a {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  color: #FFFFFF;
}

nav.free .free-pic a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  -webkit-transition: .5s;
  transition: .5s;
}

nav.free .free-pic a:hover::after {
  background: rgba(0, 0, 0, 0.3);
}

nav.free .casa {
  background: url(images/pic_free01.jpg) center center/cover no-repeat;
}

nav.free .sugi-free {
  background: url(images/pic_free02.jpg) center center/cover no-repeat;
}

nav.free .arw {
  width: 5px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  nav.free .arw {
    width: 10px;
    height: 20px;
    bottom: 70px;
  }
}

nav.free .tit-sub, nav.free h3, nav.free .txt-sub {
  position: relative;
  z-index: 10;
  text-align: center;
  font-family: var(--kakugo);
}

nav.free h3 {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  width: 300px;
  padding: 18px 10px;
  font-weight: 500;
  font-size: 1.8rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  nav.free h3 {
    font-size: 2.5rem;
    margin-top: 50px;
    margin-bottom: 40px;
  }
}

nav.free h3 img {
  width: 50%;
}

@media only screen and (min-width: 768px) {
  nav.free h3 img {
    width: 70%;
  }
}

.design-casa {
  text-align: center;
  background: #f0f5f5;
  padding: 80px 0 50px;
}

@media only screen and (min-width: 768px) {
  .design-casa {
    padding: 160px 0 100px;
  }
}

.design-casa.sugi-design {
  background: #FFFFFF;
}

.design-casa h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .design-casa h3 {
    margin-bottom: 40px;
    font-size: 3.2rem;
  }
}

.design-casa h3 img {
  width: 180px;
}

@media only screen and (min-width: 768px) {
  .design-casa h3 img {
    width: 250px;
  }
}

.design-casa h4 {
  font-weight: 700;
  line-height: 2.5;
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px) {
  .design-casa h4 {
    font-size: 1.7rem;
  }
}

.design-casa .txt-main {
  margin: 40px auto 0px;
  width: 90%;
  text-align: left;
  line-height: 1.8;
}

@media only screen and (min-width: 768px) {
  .design-casa .txt-main {
    line-height: 2.3;
    margin: 80px auto 0px;
    text-align: center;
  }
}

.base-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
  margin: 100px 0;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .base-slider {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}

.base-slider .design-slider {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .base-slider .design-slider {
    width: 70%;
  }
}

.base-slider .design-slider .slick-list {
  z-index: 10;
}

.base-slider .design-slider img {
  width: 100%;
  height: auto;
}

.base-slider .design-slider.bg-w::after {
  display: block;
  width: 50vw;
  height: 400px;
  background: #FFFFFF;
  position: absolute;
  right: 0;
  bottom: -100px;
}

@media only screen and (min-width: 768px) {
  .base-slider .design-slider.bg-w::after {
    content: "";
  }
}

.base-slider .design-slider.bg-b::after {
  display: block;
  width: 50vw;
  height: 400px;
  background: #f0f5f5;
  position: absolute;
  right: 0;
  bottom: -100px;
}

@media only screen and (min-width: 768px) {
  .base-slider .design-slider.bg-b::after {
    content: "";
  }
}

.base-slider .design-slider .slick-dots {
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .base-slider .design-slider .slick-dots {
    text-align: right;
    width: 70%;
  }
}

.base-slider .tit-slider {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.7rem;
  letter-spacing: .3rem;
  line-height: 2;
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .base-slider .tit-slider {
    font-size: 2.4rem;
    width: 30%;
    margin-bottom: 0;
  }
}

.base-slider .tit-slider .tit-slider-inner {
  padding: 50px;
  position: relative;
}

.base-slider .tit-slider .tit-slider-inner::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(images/icon_dot.svg) center top/cover no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.base-slider .tit-slider .tit-slider-inner::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(images/icon_dot2.svg) center top/cover no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}

.normal-block {
  margin-top: 100px;
  margin-bottom: 80px;
}

@media only screen and (min-width: 768px) {
  .normal-block {
    margin-top: 200px;
    margin-bottom: 160px;
  }
}

.normal-txt {
  width: 90%;
  margin: auto;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .normal-txt {
    text-align: center;
    line-height: 2.5;
  }
}

.normal-sub {
  font-weight: 700;
  margin-bottom: 50px;
}

.normal-tit {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .normal-tit {
    font-size: 3rem;
  }
}

.normal-tit span {
  font-size: 2rem;
}

.normal-tit::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #7faba9;
  position: relative;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 20px auto 0;
}

.point-content {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .point-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
  }
}

.point-content .point-box {
  margin-bottom: 70px;
}

@media only screen and (min-width: 768px) {
  .point-content .point-box {
    width: 28%;
    margin-bottom: 0;
  }
}

.point-content .point-box .circle {
  background-color: #fff;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: center center;';
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 1 / 1;
  width: 70%;
  margin: auto;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media only screen and (min-width: 768px) {
  .point-content .point-box .circle {
    width: 100%;
  }
}

@media only screen and (min-width: 1025px) {
  .point-content .point-box .circle {
    width: 90%;
  }
}

.point-content .point-box .circle img {
  width: 70%;
}

.point-content .point-box .circle dt {
  font-weight: 700;
  margin: 10px 0;
  font-family: var(--brandon);
  font-size: 1.9rem;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .point-content .point-box .circle dt {
    margin: 10px 0;
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 1025px) {
  .point-content .point-box .circle dt {
    margin: 30px 0;
  }
}

.point-content .point-box .circle dd {
  font-family: var(--kakugo);
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .point-content .point-box .circle dd {
    font-size: 1.7rem;
  }
}

.point-txt {
  font-size: 1.5rem;
  text-align: left;
  margin-top: 30px;
}

.house-info {
  width: 90%;
  margin: 80px auto 0;
  text-align: left;
}

@media only screen and (min-width: 1025px) {
  .house-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 200px auto 0;
  }
}

@media only screen and (min-width: 1025px) {
  .house-info .house-l {
    width: 20%;
    padding-right: 50px;
  }
}

.house-info .house-r {
  margin-top: 30px;
}

@media only screen and (min-width: 1025px) {
  .house-info .house-r {
    width: 80%;
    border-left: 1px solid var(--main-color);
    padding-left: 80px;
    margin-top: 0;
  }
}

.house-info .house-r .btn1 {
  width: 400px;
  margin-top: 40px;
}

.house-info .house-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.house-info .house-name dt {
  font-weight: 600;
}

.house-info .house-name dd {
  color: var(--main-color);
  border: 1px solid var(--main-color);
  padding: 0 15px;
  margin-left: 30px;
}

.house-info .spec {
  margin-top: 30px;
}

.house-info .spec .tit-spec {
  font-family: var(--brandon);
  margin-bottom: 10px;
}

.house-info .spec dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.house-info .spec dl dt {
  font-weight: 600;
  margin-right: 30px;
}

.ps_field {
  background: #f0f5f5;
}

.ps_flow_li .num_temp2::after {
  font-size: 2rem;
}

@media only screen and (min-width: 768px) {
  .ps_flow_li .num_temp2::after {
    margin-top: 10px;
    font-size: 2.7rem;
  }
}

.ps_flow_li .num_temp2::before {
  font-size: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .ps_flow_li .num_temp2::before {
    font-size: 1.8rem;
  }
}

.ps_flow_li .cont dt {
  font-size: 1.6rem;
  margin: 10px 0 20px;
}

@media only screen and (min-width: 768px) {
  .ps_flow_li .cont dt {
    font-size: 2rem;
  }
}

.ps_flow_li li + li::before {
  content: "";
  display: block;
  background: url(images/arw_down.svg) center top no-repeat;
  width: 30px;
  height: 20px;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .ps_flow_li li + li::before {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .sp-br {
    display: none;
  }
}

.pc-br {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pc-br {
    display: block;
  }
}

/* ----------------------------------

コンセプト住宅

---------------------------------- */
.bg-blue {
  background-color: #f0f5f5;
  padding: 50px 0;
}

@media only screen and (min-width: 768px) {
  .bg-blue {
    padding: 100px 0;
  }
}

.concept-greed {
  text-align: center;
}

.concept-greed h2 {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .concept-greed h2 {
    margin-bottom: 80px;
  }
}

.concept-greed h2 img {
  width: 130px;
}

@media only screen and (min-width: 768px) {
  .concept-greed h2 img {
    width: 200px;
  }
}

.concept-greed .txt-greed {
  width: 90%;
  margin: auto;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .concept-greed .txt-greed {
    text-align: center;
    line-height: 2.3;
  }
}

.concept-greed .concept-series {
  text-align: left;
  width: 90%;
  margin: 50px auto 0;
}

@media only screen and (min-width: 768px) {
  .concept-greed .concept-series {
    margin-top: 120px;
    text-align: center;
    line-height: 2.3;
  }
}

.concept-greed .concept-series-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 100%;
  margin: 60px auto 0;
  flex-flow: wrap;
}

@media only screen and (min-width: 1025px) {
  .concept-greed .concept-series-inner {
    -webkit-flex-flow: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
  }
}

.concept-greed .concept-series-box {
  width: 49.5%;
  margin-bottom: 40px;
}

@media only screen and (min-width: 1025px) {
  .concept-greed .concept-series-box {
    width: 24.5%;
    margin-bottom: 0;
  }
}

.concept-greed .concept-series-box .img a {
  position: relative;
  display: block;
}

.concept-greed .concept-series-box .img a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  transition: .5s;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.concept-greed .concept-series-box .img a:hover::after {
  background: rgba(0, 0, 0, 0.6);
  content: "more";
  color: #FFFFFF;
  font-weight: bold;
}

.concept-greed .concept-series-box dl {
  text-align: center;
}

.concept-greed .concept-series-box dl dt {
  margin: 15px 0 0px;
}

@media only screen and (min-width: 768px) {
  .concept-greed .concept-series-box dl dt {
    margin: 30px 0 0px;
  }
}

.concept-greed .concept-series-box dl dt img {
  width: 100px;
}

@media only screen and (min-width: 768px) {
  .concept-greed .concept-series-box dl dt img {
    width: 130px;
  }
}

.concept-greed .concept-series-box dl dd {
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .concept-greed .concept-series-box dl dd {
    font-size: 1.5rem;
    margin-top: 0;
  }
}

.concept-greed .concept-series-box-txt {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .concept-greed .concept-series-box-txt {
    font-size: 1.5rem;
    margin-top: 20px;
  }
}

.concept-greed .concept-series-box .word {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 10px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .concept-greed .concept-series-box .word {
    font-size: 1.3rem;
    margin-top: 20px;
  }
}

.concept-base {
  text-align: center;
  padding: 50px 0;
}

@media only screen and (min-width: 768px) {
  .concept-base {
    padding: 100px 0;
  }
}

.concept-base h3 img {
  width: 130px;
}

@media only screen and (min-width: 768px) {
  .concept-base h3 img {
    width: 200px;
  }
}

.concept-base .img-house {
  margin: 20px 0;
}

.concept-base .img-house img {
  width: 220px;
}

.concept-base h4 {
  font-weight: bold;
  line-height: 1.8;
}

@media only screen and (min-width: 768px) {
  .concept-base h4 {
    line-height: 2.3;
  }
}

.concept-base .txt-sec-base {
  width: 90%;
  margin: 30px auto 80px;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .concept-base .txt-sec-base {
    margin-top: 80px;
    line-height: 2.3;
    margin-bottom: 100px;
    text-align: center;
  }
}

.concept-base.sec-basso .img-house img {
  width: 300px;
}

@media only screen and (min-width: 1025px) {
  .concept-slide-con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.concept-slide-con .slider-concept {
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 1025px) {
  .concept-slide-con .slider-concept {
    width: 60%;
  }
}

@media only screen and (min-width: 1025px) {
  .concept-slide-con .slider-concept img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover; object-position: center center;';
    -o-object-position: center center;
    object-position: center center;
    aspect-ratio: 4 / 3;
    width: 100%;
    height: auto;
    -webkit-transition: .5s;
    transition: .5s;
  }
}

@media only screen and (min-width: 1025px) {
  .concept-slide-con .slider-concept .slick-dots {
    text-align: right;
  }
}

@media only screen and (min-width: 1025px) {
  .concept-slide-con .slider-detail {
    width: 40%;
    padding: 60px;
    position: relative;
    left: -15vw;
    top: 0vh;
  }
}

.concept-slide-con .slider-detail-inner {
  background-color: #f0f5f5;
  padding: 30px;
  margin-top: 80px;
}

@media only screen and (min-width: 1025px) {
  .concept-slide-con .slider-detail-inner {
    width: 46vw;
    padding: 60px 60px 3vw 15vw;
    margin-top: 0;
  }
}

@media only screen and (min-width: 1280px) {
  .concept-slide-con .slider-detail-inner {
    padding: 60px 60px 18vw 15vw;
  }
}

@media only screen and (min-width: 1680px) {
  .concept-slide-con .slider-detail-inner {
    padding: 60px 60px 22vw 15vw;
  }
}

.concept-slide-con .slider-detail .tit-fea {
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
  border-bottom: none;
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .concept-slide-con .slider-detail .tit-fea {
    margin-bottom: 60px;
  }
}

.concept-slide-con .slider-detail .tit-fea::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
}

.concept-slide-con .slider-detail .tit-fea dt {
  font-size: 1.8rem;
  background-color: #f0f5f5;
  position: relative;
  z-index: 10;
  font-weight: 600;
  margin-bottom: 0;
  font-family: var(--brandon);
}

@media only screen and (min-width: 768px) {
  .concept-slide-con .slider-detail .tit-fea dt {
    font-size: 2.5rem;
  }
}

.concept-slide-con .slider-detail .tit-fea dd {
  font-size: 1.5rem;
  padding-left: 20px;
  background-color: #f0f5f5;
  position: relative;
  z-index: 10;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  .concept-slide-con .slider-detail .tit-fea dd {
    font-size: 1.9rem;
  }
}

.concept-slide-con .slider-detail .detail-num {
  counter-reset: number 0;
}

.concept-slide-con .slider-detail .detail-num dl {
  text-align: left;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.concept-slide-con .slider-detail .detail-num dl dt {
  font-weight: bold;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-right: 30px;
}

@media only screen and (min-width: 768px) {
  .concept-slide-con .slider-detail .detail-num dl dt {
    font-size: 1.7rem;
  }
}

.concept-slide-con .slider-detail .detail-num dl dt::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-size: 1.7rem;
  font-family: var(--brandon);
  margin-right: 20px;
}

@media only screen and (min-width: 768px) {
  .concept-slide-con .slider-detail .detail-num dl dt::before {
    font-size: 2.2rem;
  }
}

.concept-slide-con .slider-detail .detail-num dl dt::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 1;
  margin-top: -5px;
}

.concept-slide-con .slider-detail .detail-num dl dt.ac::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 1;
  margin-top: -5px;
}

.concept-slide-con .slider-detail .detail-num dl dd {
  font-size: 1.3rem;
  padding-top: 15px;
}

@media only screen and (min-width: 768px) {
  .concept-slide-con .slider-detail .detail-num dl dd {
    font-size: 1.5rem;
  }
}

.pickup-sec {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .pickup-sec {
    margin-top: 100px;
  }
}

.pickup-sec-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .pickup-sec-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 1025px) {
  .pickup-sec-inner {
    -webkit-flex-flow: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.pickup-sec-inner .pickup-box {
  width: 48%;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .pickup-sec-inner .pickup-box {
    width: 30%;
    margin: 0 3px 60px;
  }
}

@media only screen and (min-width: 1025px) {
  .pickup-sec-inner .pickup-box {
    width: 18%;
    margin-bottom: 0;
  }
}

.pickup-sec-inner .pickup-box dl {
  font-weight: bold;
  margin-bottom: 20px;
}

.pickup-sec-inner .pickup-box dl dt {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .pickup-sec-inner .pickup-box dl dt {
    font-size: 1.5rem;
  }
}

.pickup-sec-inner .pickup-box dl dd {
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .pickup-sec-inner .pickup-box dl dd {
    font-size: 1.4rem;
  }
}

.pickup-sec-inner .pickup-box .img {
  position: relative;
}

.pickup-sec-inner .pickup-box .img::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(images/search.png) center top/cover no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}

.pickup-sec img {
  -webkit-transition: .5s;
  transition: .5s;
}

.pickup-sec img:hover {
  opacity: .8;
}

.contact-casa {
  background: #f0f5f5;
  width: 90%;
  margin: 0 auto 100px;
  padding: 20px 20px 40px 20px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .contact-casa {
    padding: 60px;
  }
}

.contact-casa dl dt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-casa dl dt::before {
  content: "";
  display: block;
  background-color: var(--main-color);
  width: 10vw;
  height: 1px;
}

.contact-casa dl dt::after {
  content: "";
  display: block;
  background-color: var(--main-color);
  width: 10vw;
  height: 1px;
}

.contact-casa dl dt span {
  background: #f0f5f5;
  display: block;
  padding: 20px;
  font-weight: 500;
  font-size: 1.7rem;
}

@media only screen and (min-width: 768px) {
  .contact-casa dl dt span {
    font-size: 2.1rem;
  }
}

.contact-casa dl dd {
  margin-top: 10px;
  text-align: left;
  font-size: 1.3rem;
}

@media only screen and (min-width: 768px) {
  .contact-casa dl dd {
    margin-top: 20px;
    text-align: center;
    line-height: 2;
    font-size: 1.5rem;
  }
}

.contact-casa .btn-contact a {
  display: block;
  background: var(--main-color);
  color: #FFFFFF;
  width: 300px;
  margin: 40px auto 0;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.contact-casa .btn-contact a::after {
  content: "";
  display: block;
  width: 32px;
  height: 5px;
  background: url(images/arrow_w.svg) center top/cover no-repeat;
  position: relative;
  margin-left: .5rem;
}

.contact-casa .btn-contact a:hover {
  opacity: .8;
}

/* 

/* ==========================
  モーダル（ポップアップ）
========================== */
.js_modalWrap {
  display: none;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.js_modalBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.js_modalContInner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 900px;
  max-width: 100%;
  background-color: #fff;
  max-height: 90vh;
  padding: 40px;
}

@media only screen and (min-width: 768px) {
  .js_modalContInner {
    max-height: 90vh;
    padding: 40px;
  }
}

.js_modalContInner dl {
  font-weight: bold;
  margin-bottom: 30px;
}

.js_modalContInner dl dt {
  margin-bottom: 10px;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  .js_modalContInner dl dt {
    font-size: 1.8rem;
  }
}

.js_modalCont {
  overflow-y: auto;
  max-height: 80vh;
}

.js_modalCont > * + * {
  margin-top: 10px;
}

.js_modalContInner > .js_modalClose + * {
  margin-top: 0;
}

.js_modalClose {
  display: block;
  position: absolute;
  top: 10.5px;
  right: 10.5px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
}

.js_modalClose::before,
.js_modalClose::after {
  content: "";
  background-color: #222;
  position: absolute;
  top: -5px;
  right: 10px;
  width: 1px;
  height: 30px;
}

.js_modalClose::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.js_modalClose::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ==========================
  コンテンツの中身
========================== */
.ly_inner {
  width: 100%;
  max-width: 1080px;
  margin: 100px auto;
  padding: 40px;
  background-color: #ccc;
}

.ly_inner h2 {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 30px;
}

.md_textblock > * + * {
  margin-top: 10px;
}

.md_textblock > * + .js_modalBtnWrap {
  margin-top: 20px;
}

table {
  width: 100%;
}

table th,
table td {
  border: 1px solid #222;
  padding: 10px;
}

table th {
  width: 20%;
  background-color: #ccc;
  white-space: nowrap;
}

.md_linkBtnWrap {
  width: 300px;
  max-width: 100%;
  margin: 10px auto 0;
  text-align: center;
}

.md_linkBtnCont {
  display: block;
  color: #222;
  border: 1px solid #222;
  padding: 15px 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.md_linkBtnCont:hover,
.md_linkBtnCont:focus {
  color: #fff;
  background-color: #222;
}

/* PC幅に適用 */
@media (min-width: 768px) {
  .hp_sp {
    display: none !important;
  }
}

/* スマホ幅に適用 */
@media (max-width: 767px) {
  .hp_pc {
    display: none !important;
  }
  .js_modalContInner {
    max-height: 90vh;
    padding: 50px 40px;
  }
  .js_modalCont {
    max-height: 80vh;
  }
  .js_modalClose {
    top: -30px;
  }
  .js_modalClose::before,
  .js_modalClose::after {
    background-color: #fff;
  }
}

.js_modalWrap {
  display: none;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.js_modal_txt {
  margin-top: 20px;
  line-height: 1.7;
  text-align: left;
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .js_modal_txt {
    margin-top: 30px;
    line-height: 2.3;
    font-size: 1.5rem;
  }
}

/* ----------------------------------

top

---------------------------------- */
.top-enter {
  margin-top: 100px;
}

@media only screen and (min-width: 1025px) {
  .top-enter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 200px;
  }
}

.top-enter-box {
  width: 100%;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  aspect-ratio: 3 / 1.5;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 1025px) {
  .top-enter-box {
    width: 50%;
    aspect-ratio: 3 / 2;
  }
}

.top-enter-box.enter01 {
  background: url(images/top01.jpg) center center/cover no-repeat;
}

.top-enter-box.enter02 {
  background: url(images/top02.jpg) center center/cover no-repeat;
}

.top-enter-box.enter03 {
  background: url(images/top03.jpg) center center/cover no-repeat;
}

.top-enter-box.enter04 {
  background: url(images/after_maintenance.jpg) center center/cover no-repeat;
}

.top-enter-box a {
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.top-enter-box a .arrow img {
  width: 70px;
}

.top-enter-box a h3 {
  position: relative;
  z-index: 10;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: .2rem;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding: 10px;
}

@media only screen and (min-width: 1025px) {
  .top-enter-box a h3 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-top: none;
    border-bottom: none;
    font-size: 2.2rem;
    padding: 15px;
  }
}

.top-enter-box a span {
  font-weight: 500;
  margin-top: 10px;
}

@media only screen and (min-width: 1025px) {
  .top-enter-box a span {
    position: absolute;
    left: 30px;
    bottom: 30px;
    margin-top: 0;
  }
}

.top-enter-box a .arrow {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.top-enter-box a:hover {
  background: rgba(0, 0, 0, 0.2);
}

/* ----------------------------------



---------------------------------- */
div.fat-nav li .acc-cont a {
  font-size: 1.4rem;
}

div.hamburger__icon, div.hamburger__icon:after, div.hamburger__icon:before {
  height: 1px;
}

a.hamburger {
  width: 33px;
}

/*20240401*/
.top_point_li.lsn {
  width: 81%;
  margin: auto;
}

.top_point_li li.safety_block {
  position: relative;
  width: 45%;
  padding-top: 45%;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}

.top_point_li .safety_block .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-bottom: 5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top_point_li .safety_block .cont {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: inherit;
  width: 100%;
  padding-top: 0;
  padding-bottom: 4%;
  margin-top: 0;
  font-size: clamp(1.7rem, 1.3vw, 2.3rem);
  line-height: 1.5;
  text-align: center;
  background: transparent;
}

.top_point_li .safety_block .num {
  margin: 0 auto 7%;
  font-size: clamp(2.8rem, 2.3vw, 4rem);
}

.top_point_li li.safety_block .pic {
  display: block;
  margin: auto;
}

.fnav_b > a {
  display: block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .top_point_li.lsn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin-bottom: 20px;
  }
  .top_point_li li.safety_block {
    width: 48%;
    padding-top: 48%;
  }
  .top_point_li .safety_block .num {
    margin-bottom: 5%;
    font-size: clamp(1rem, 4.5vw, 4rem);
  }
  .top_point_li .safety_block .cont {
    font-size: clamp(1rem, 2.8vw, 2.3rem);
    line-height: 1.3;
  }
}

.top_setuca {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1220px;
  width: 100%;
  padding: 70px 4% 35px;
  margin: 135px auto 0;
  background: center top/cover no-repeat;
}

.top_setuca::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.36);
  z-index: 0;
}

.top_setuca > * {
  position: relative;
  z-index: 1;
}

.top_setuca .head2 {
  width: 100%;
  margin-bottom: 1.85em;
  color: #fff;
  font-size: 1.62em;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.top_setuca .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 220px;
  height: 220px;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}

.top_setuca .logo img {
  display: block;
  width: 142px;
}

.top_setuca .txt {
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.12em;
  font-weight: 600;
  text-align: center;
}

.top_setuca .btn1.border_white {
  padding: 0;
  background: transparent;
  border: none;
}

.top_setuca br.sp {
  display: none;
}

@media only screen and (max-width: 650px) {
  .top_setuca {
    padding: 35px 4% 25px;
    margin-top: 80px;
  }
  .top_setuca .head2 {
    margin-bottom: 15px;
    font-size: 1.14em;
  }
  .top_setuca .logo {
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
  }
  .top_setuca .logo img {
    width: 77px;
  }
  .top_setuca .txt {
    font-size: .8em;
  }
  .top_setuca br.sp {
    display: block;
  }
}

.catch-wrap .main-tit, .catch-wrap .catch-r .name {
  font-family: var(--kakugo);
}

.rc_block1_txt {
  text-align: center;
  margin-bottom: 50px;
}

.care_block_wrap .tit {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media only screen and (min-width: 1025px) {
  .care_block_wrap .tit {
    font-size: 2rem;
  }
}

.care_block_wrap .tit::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: var(--main-color);
  position: relative;
  margin-top: 20px;
}

.before span {
  color: #000 !important;
  font-size: 1.7rem;
}

.after span {
  font-size: 2rem;
}

.btn-base {
  margin-top: 30px;
}

.btn-base a {
  border: 1px solid var(--main-color);
  display: inline-block;
  padding: 20px 50px;
  color: var(--main-color);
}

.other {
  text-align: center;
}

.care_block.c2 {
  text-align: left;
  padding: 50px;
  width: 90%;
}

@media only screen and (min-width: 1025px) {
  .care_block.c2 {
    width: 45%;
  }
}

.care_block .rc_block1_h {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 30px;
}

.l-footer {
  background-image: url(images/care/bg_f.jpg);
}

.contact-wrap {
  margin-top: 50px;
}

.contact-wrap .btn-wrap .tel dd::before {
  background: url(images/care/tel.svg) center top/cover no-repeat;
}

.facility {
  background: #f7f7f7;
}

.tit-about {
  text-align: center !important;
}

.care_block.frame-top {
  width: 95%;
  padding: 30px;
}

@media only screen and (min-width: 1025px) {
  .care_block.frame-top {
    padding: 60px;
  }
}

.rc_block1_txt ul li {
  width: 50% !important;
  text-align: left;
}

#insurance, #living, #rental {
  display: block;
  margin-top: -100px;
  padding-top: 100px;
}
