@charset "UTF-8";
::-webkit-scrollbar-thumb {
  background: #3b5d82;
}

/*--------------------------------------------------------------------
	page layout
--------------------------------------------------------------------*/
header {
  position: relative;
  z-index: 100;
}
header .logo {
  max-width: 360px;
  min-width: 20%;
  position: absolute;
  top: 24px;
  left: 32px;
}

/* swiperは末尾 */
.swiper--container {
  margin-bottom: 5%;
  position: relative;
}
.swiper--container img {
  max-width: none !important;
  height: auto;
  width: 100%;
}
.swiper--container .swiper-catch {
  display: block !important;
  position: absolute;
  bottom: 10%;
  left: 4%;
  z-index: 10;
  width: 37%;
}
.swiper--container .interview--nav {
  position: absolute;
  bottom: -5%;
  z-index: 10;
  right: 32%;
  left: 32%;
  width: 36%;
}
.swiper--container .interview--nav__inner ul {
  display: flex;
  justify-content: space-between;
}
.swiper--container .interview--nav__inner ul li {
  width: 45%;
}

.sec_life {
  padding: 0 0 80px 0;
}
.sec_life .__inner {
  margin: auto;
  max-width: 1024px;
  width: 100%;
}
.sec_life .sec__ttl--content {
  margin-bottom: 80px;
  text-align: center;
}
.sec_life .sec__ttl--content .__ttl {
  font-size: 2.25em;
  margin-bottom: 28px;
}
.sec_life--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec_life--list > div {
  flex-basis: 48.5%;
  margin-bottom: 80px;
}
.sec_life--list > div .__ttl {
  font-size: 1.5em;
  margin: 6px 0;
  font-weight: normal;
  letter-spacing: -1px;
}
.sec_life--list > div .--img {
  max-width: none;
  width: 100%;
}

.sec_reason {
  position: relative;
}
.sec_reason::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../images/bg_txt.svg") no-repeat left top/contain;
  width: 10%;
  height: 100%;
  display: block;
  z-index: -1;
}
.sec_reason::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 87%;
  height: 100%;
  margin-left: 20%;
  background: linear-gradient(to right, #B2D0B0, #6DAFB0);
  z-index: -1;
  opacity: 0.25;
}
.sec_reason .__inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.sec_reason .--list {
  padding: 160px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec_reason .--list > div {
  flex-basis: 47.5%;
}
.sec_reason .--list > div:not(:nth-last-of-type(-n+2)) {
  margin-bottom: 60px;
}
.sec_reason .--list > div.reason--list__catch {
  position: relative;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 140px 0;
}
.sec_reason .--list > div.reason--list__catch::before, .sec_reason .--list > div.reason--list__catch::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url("../../images/circle.svg") no-repeat center center/cover;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
.sec_reason .--list > div.reason--list__catch::before {
  top: 50px;
}
.sec_reason .--list > div.reason--list__catch::after {
  bottom: 50px;
}
.sec_reason .--list > div.reason--list__catch picture {
  width: 75%;
  height: auto;
}
.sec_reason .--list > div .__ttl {
  font-size: 1.5em;
  font-weight: normal;
  color: #707070;
  border-bottom: 1px solid #707070;
  margin-bottom: 10px;
}
.sec_reason .--list > div .btn_more {
  color: #707070;
  background: #ffffff;
  border: 1px solid #707070;
  position: relative;
  padding: 3px 40px;
  display: inline-block;
  margin: 20px 0 0 0;
}
.sec_reason .--list > div .btn_more::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: #707070;
}

/*インタビュー 見出しビジュアル*/
.interview_headline_mv {
  position: relative;
  background: url("../../images/mv_interview.jpg") no-repeat center center/cover;
}
.interview_headline_mv::before {
  content: "";
  display: block;
  padding-top: 56.5%;
  width: 100%;
}
.interview_headline_mv img {
  width: 44%;
  position: absolute;
  bottom: -2px;
  left: 28%;
  right: 28%;
  height: 10%;
  display: block;
}
.interview_headline .--txt {
  text-align: center;
  margin-bottom: 100px;
}
.interview_headline .--txt .__ttl {
  font-size: 2.5em;
  font-weight: normal;
  margin-top: 80px;
}
.interview_headline .--txt p {
  font-size: 1.5em;
}

/*インタビュー*/
.sec_interview {
  position: relative;
  /*インタビュー 入居者様*/
  /*インタビュー ご家族*/
}
.sec_interview_mv {
  width: 90%;
  padding-top: 50%;
  position: relative;
  margin-bottom: 80px;
}
.sec_interview_mv .__ttl {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.sec_interview_mv .__ttl img {
  max-width: 70%;
}
.sec_interview_mv .__ttl p {
  color: white;
  font-size: 2em;
  margin-top: 30px;
}
.sec_interview_mv .__note {
  position: absolute;
  bottom: 50px;
  right: 50px;
  text-align: left;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.2;
}
.sec_interview_mv__l {
  background: url("../../images/mv_interview_1.jpg") no-repeat center center/cover;
  margin-right: 10%;
}
.sec_interview_mv__r {
  background: url("../../images/mv_interview_2.jpg") no-repeat center center/cover;
  margin-left: 10%;
}
.sec_interview_mv__epi {
  background: url("../../images/interview_epi.jpg") no-repeat center center/cover;
  margin-left: 10%;
}
.sec_interview .__inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.sec_interview .__inner > .--txt {
  margin: 60px 0;
}
.sec_interview .__inner > .--txt .__ttl {
  font-size: 1.5em;
  font-weight: normal;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
}
.sec_interview .__inner > .--txt > p {
  font-size: 1.1em;
}
.sec_interview .__inner > .--img {
  margin: 60px 0;
}
.sec_interview .__inner > .--point {
  margin: 60px 0;
  background: #E4F2F2;
  padding: 30px;
}
.sec_interview .__inner > .--point .__ttl {
  color: #70A5A5;
  text-align: center;
  padding: 20px 0;
  position: relative;
  margin-bottom: 30px;
}
.sec_interview .__inner > .--point .__ttl h2 {
  font-size: 1.5em;
  font-weight: normal;
}
.sec_interview .__inner > .--point .__ttl h2::after {
  content: attr(data-en);
  display: block;
  font-size: 0.75em;
}
.sec_interview .__inner > .--point .__ttl::before, .sec_interview .__inner > .--point .__ttl::after {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: url("../../images/circle_point.svg") no-repeat center center/cover;
}
.sec_interview .__inner > .--point .__ttl::before {
  top: 0;
}
.sec_interview .__inner > .--point .__ttl::after {
  bottom: 0;
}
.sec_interview .__inner > .--point .--list {
  display: flex;
  justify-content: space-between;
}
.sec_interview .__inner > .--point .--list li {
  flex-basis: 48%;
}
.sec_interview .__inner > .--point .--list li .--txt h3 {
  font-size: 1.3em;
  font-weight: normal;
  padding: 5px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #707070;
}
.sec_interview_1::before {
  content: "";
  display: block;
  width: 5.5%;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../../images/interview_1.svg") #ffffff no-repeat center/cover;
  padding-top: 55%;
}
.sec_interview_1::after {
  content: "";
  display: block;
  width: 5%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  border-left: 2px solid #DBEBEB;
  z-index: -1;
}
.sec_interview_2 {
  margin: 160px auto 200px;
}
.sec_interview_2::before {
  content: "";
  display: block;
  width: 5.5%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../../images/interview_2.svg") #ffffff no-repeat center/cover;
  padding-top: 55%;
}
.sec_interview_2::after {
  content: "";
  display: block;
  width: 5%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-right: 2px solid #DBEBEB;
  z-index: -1;
}

.sec_support .__inner {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
}
.sec_support .__ttl {
  text-align: center;
  font-size: 2em;
  margin-bottom: 40px;
}
.sec_support .--table dl {
  border: 1px solid #707070;
  width: 100%;
  display: flex;
  align-items: stretch;
  margin-bottom: 30px;
}
.sec_support .--table dl dt {
  background: #F8DDDD;
  border-right: 1px solid #707070;
  flex-basis: 20%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_support .--table dl div {
  flex-basis: 80%;
}
.sec_support .--table dl div dd {
  padding: 10px 0 10px 25px;
}
.sec_support .--table dl div dd:not(:last-of-type) {
  border-bottom: 1px solid #707070;
}

.sec_contact {
  margin: 160px 0;
}

.map {
  width: 100%;
  height: 1000px;
}
.map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  header .logo {
    max-width: inherit;
    width: 42%;
    position: absolute;
    top: 16px;
    left: 16px;
  }
  .sec_contact {
    margin: 10% 0 15%;
  }
  .swiper--container {
    margin-bottom: 10%;
  }
  .swiper--container .swiper-catch {
    width: 60%;
    bottom: 15%;
  }
  .swiper--container .interview--nav {
    bottom: -8%;
    right: 20%;
    left: 20%;
    width: 60%;
  }
  .sec_life .__inner {
    padding: 0 2%;
  }
  .sec_life .sec__ttl--content {
    margin-bottom: 10%;
    text-align: left;
  }
  .sec_life .sec__ttl--content .__ttl {
    font-size: 1.75em;
    margin-bottom: 2%;
  }
  .sec_life--list > div .__ttl {
    font-size: 1.5em;
  }
  .sec_reason::before {
    width: 12%;
    background-size: cover;
  }
  .sec_reason::after {
    width: 80%;
  }
  .sec_reason .__inner {
    max-width: none;
  }
  .sec_reason .--list {
    width: 80%;
    margin: 0 auto;
    display: block;
    padding: 10% 0;
  }
  .sec_reason .--list > div {
    margin-bottom: 5%;
  }
  .sec_reason .--list > div.reason--list__catch {
    padding: 120px 0;
  }
  .sec_reason .--list > div.reason--list__catch picture {
    width: 90%;
    height: auto;
  }
  .sec_reason .--list > div.reason--list__catch::after {
    bottom: 50px;
  }
  .sec_reason .--list > div.reason--list__catch::before {
    top: 50px;
  }
  .sec_reason .--list > div:not(.reason--list__catch) {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sec_reason .--list > div:not(.reason--list__catch) .--img {
    flex-basis: 50%;
  }
  .sec_reason .--list > div:not(.reason--list__catch) .--txt {
    flex-basis: 45%;
  }
  .sec_reason .--list > div .__ttl {
    font-size: 1.5em;
  }
  /*インタビュー 見出しビジュアル*/
  .interview_headline_mv img {
    bottom: -4px;
  }
  .interview_headline .--txt {
    margin: 10% 2%;
  }
  .interview_headline .--txt .__ttl {
    font-size: 1.75em;
    margin-top: 5%;
  }
  .interview_headline .--txt p {
    font-size: 1.25em;
  }
  /*インタビュー*/
  .sec_interview {
    /*インタビュー 入居者様*/
    /*インタビュー ご家族*/
  }
  .sec_interview_mv {
    margin-bottom: 5%;
  }
  .sec_interview_mv .__ttl {
    bottom: 20px;
    left: 20px;
  }
  .sec_interview_mv .__note {
    bottom: 20px;
    right: 20px;
    font-size: 0.85em;
  }
  .sec_interview .__inner {
    width: 88%;
  }
  .sec_interview .__inner > .--txt {
    margin: 5% 0;
  }
  .sec_interview .__inner > .--txt .__ttl {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
  .sec_interview .__inner > .--txt > p {
    font-size: 1em;
  }
  .sec_interview .__inner > .--img {
    margin: 5% 0;
  }
  .sec_interview .__inner > .--point {
    margin: 5% 0;
    padding: 30px;
  }
  .sec_interview .__inner > .--point .__ttl {
    padding: 20px 0;
  }
  .sec_interview .__inner > .--point .__ttl h2 {
    font-size: 1.5em;
  }
  .sec_interview .__inner > .--point .--list li {
    flex-basis: 48%;
  }
  .sec_interview .__inner > .--point .--list li .--txt h3 {
    font-size: 1.25em;
  }
  .sec_interview_1 .__inner {
    margin: 0 10% 0 2%;
  }
  .sec_interview_2 {
    margin: 15% 0;
  }
  .sec_interview_2 .__inner {
    margin: 0 2% 0 10%;
  }
  .sec_support .__inner {
    padding: 0 2%;
  }
  .sec_support .__ttl {
    font-size: 2em;
    margin-bottom: 5%;
  }
  .sec_support .--table dl {
    margin-bottom: 2%;
    font-size: 0.9em;
  }
  .sec_support .--table dl div dd {
    padding: 10px 0 10px 10px;
  }
  .sec_contact {
    margin: 10% 0 15%;
  }
  .map {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .sec_contact {
    margin: 10% 0 15%;
  }
  .swiper--container .swiper-catch {
    width: 60%;
    bottom: 20%;
  }
  .swiper--container .interview--nav {
    right: 10%;
    left: 10%;
    width: 80%;
  }
  .sec_life .sec__ttl--content .__ttl {
    font-size: 1.5em;
  }
  .sec_life .sec__ttl--content .__ttl span {
    display: inline-block;
  }
  .sec_life .sec__ttl--content p br {
    display: none;
  }
  .sec_life--list {
    display: block;
  }
  .sec_life--list > div {
    margin-bottom: 5%;
  }
  .sec_life--list > div .__ttl {
    font-size: 1.2em;
  }
  .sec_reason::before {
    width: 8%;
    background-size: contain;
  }
  .sec_reason::after {
    width: 90%;
  }
  .sec_reason .--list {
    margin: 0 5% 0 15%;
  }
  .sec_reason .--list > div:not(.reason--list__catch) {
    display: block;
    margin-bottom: 10%;
  }
  .sec_reason .--list > div:not(.reason--list__catch) .--img {
    width: 100%;
  }
  .sec_reason .--list > div:not(.reason--list__catch) .--img img {
    width: 100%;
    height: auto;
    max-width: none;
  }
  .sec_reason .--list > div:not(.reason--list__catch) .--txt {
    flex-basis: 45%;
  }
  .sec_reason .--list > div:not(.reason--list__catch) .--txt .__ttl {
    font-size: 1.2em;
    padding: 10px 0;
  }
  .sec_reason .--list > div:not(.reason--list__catch) .--txt p {
    font-size: 1em;
  }
  /*インタビュー 見出しビジュアル*/
  .interview_headline_mv::before {
    padding-top: 70%;
  }
  .interview_headline .--txt .__ttl {
    font-size: 1.5em;
  }
  .interview_headline .--txt p {
    font-size: 1.1em;
  }
  .interview_headline .--txt p span {
    display: inline-block;
  }
  /*インタビュー*/
  .sec_interview_mv {
    padding-top: 55%;
  }
  .sec_interview_mv .__ttl {
    width: 52%;
  }
  .sec_interview_mv .__ttl p {
    font-size: 0.85em;
    margin-top: 10px;
  }
  .sec_interview_mv .__ttl p br {
    display: none;
  }
  .sec_interview_mv .__note {
    line-height: 1.5;
  }
  .sec_interview .__inner > .--txt .__ttl {
    font-size: 1.2em;
  }
  .sec_interview .__inner > .--point .__ttl h2 {
    font-size: 1.2em;
  }
  .sec_interview .__inner > .--point .__ttl h2 span {
    display: inline-block;
  }
  .sec_interview .__inner > .--point .--list li {
    flex-basis: 48%;
  }
  .sec_interview .__inner > .--point .--list li .--txt h3 {
    font-size: 1.1em;
    margin-bottom: 10px;
  }
  .sec_support .__ttl {
    font-size: 1.5em;
    margin-bottom: 5%;
  }
  .sec_support .--table dl {
    margin-bottom: 2%;
    font-size: 0.9em;
  }
  .sec_support .--table dl div dd {
    padding: 5px;
  }
  .sec_contact {
    margin: 10% 0 15%;
  }
  .map {
    height: 500px;
  }
}
/*--------------------------------------------------------------------
	swiper setting
--------------------------------------------------------------------*/
.swiper--container .swiper-fade .swiper-slide {
  transition-property: opacity, transform !important;
  pointer-events: none;
}
.swiper--container .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper--container .swiper-pagination {
  position: absolute;
  z-index: 1;
  bottom: 33px;
  right: 36px;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
}
.swiper--container .swiper-pagination-bullet {
  display: block;
  width: 6px;
  height: 80px;
  cursor: pointer;
  transition: var(--transition);
  background-color: rgba(255, 255, 255, 0.9);
}
.swiper--container .swiper-pagination-bullet:not(:first-child) {
  margin-top: 0.8rem;
}
.swiper--container .swiper-pagination-bullet-active {
  background-color: #AECEB0;
}
.swiper--container .slide-media img {
  transition: 7s 1s ease-out;
}
.swiper--container .swiper-slide[class*=-active] .slide-media img {
  transition-delay: 0s;
  transform: scale(1.05);
}

@media only screen and (max-width: 767px) {
  .swiper--container .swiper-pagination {
    bottom: 20%;
    right: 4%;
  }
  .swiper--container .swiper-pagination-bullet {
    width: 3px;
    height: 40px;
  }
  .swiper--container .swiper-pagination-bullet:not(:first-child) {
    margin-top: 0.4rem;
  }
}
@keyframes mv01-fadeIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
    filter: blur(300px);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}/*# sourceMappingURL=idx.css.map */