@charset "UTF-8";
/*--------------------- .activity ---------------------*/
.inr.side {
  margin: 0 140px 0 auto;
  width: 1200px;
}

@media only screen and (max-width: 1680px) {
  .inr.side {
    margin: 0 15px 0 auto;
  }
}
@media only screen and (max-width: 1480px) {
  .inr.side {
    margin: 0;
    padding: 0 15px 0 250px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .inr.side {
    margin: 0;
    padding: 0 15px;
    width: 100%;
  }
}


/*--------------------- .side_nav ---------------------*/
.side_nav {
  border: 2px solid #edc441;
  border-radius: 10px;
  margin: 80px 0 0 50px;
  position: absolute;
  width: 200px;
}
.side_nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.side_ttl {
  background-color: #edc441;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-family: 'genjyuu';
  font-size: 18px;
  padding: 5px 15px;
}
.side_link {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  padding: 5px 15px;
}
.side_link li {
  margin: 10px 0;
}
.side_link li::before {
  content: "\f0da";
  color: #edc441;
  font-family: FontAwesome;
  font-size: 18px;
  margin-right: 10px;
  vertical-align: top;
}
.side_link li a {
  color: #29a380;
  font-family: 'genjyuu';
  font-size: 14px;
}
.side_link li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1480px) {
  .side_nav {
    margin: 50px 0 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .side_nav {
    display: none;
  }
}


/*--------------------- .activity_mv ---------------------*/
.activity_mv {
  display: flex;
  overflow: hidden;
  position: relative;
}
.activity_mv_bg {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 65%;
}
.activity_01 .activity_mv_bg {
  background: url(/home/img/activity_mv_01.jpg) center center no-repeat;
  background-size: cover;
}
.activity_02 .activity_mv_bg {
  background: url(/carehome/img/activity_mv_02.jpg) center center no-repeat;
  background-size: cover;
}
.activity_03 .activity_mv_bg {
  background: url(/leaflet/img/activity_mv_03.jpg) center center no-repeat;
  background-size: cover;
}
.activity_04 .activity_mv_bg {
  background: url(/megumi/img/activity_mv_04.jpg) center center no-repeat;
  background-size: cover;
}
/*--------------------- .activity_number ---------------------*/
.activity_number {
  background-color: #fcf6e2;
  height: 100vh;
  padding: 64px 15px;
  position: relative;
  width: 35%;
}
.activity_number .ttl {
  background-color: #ccc;
  color: #fff;
  letter-spacing: 0.2em;
  margin: 0 auto 100px;
  padding: 60px 15px 20px;
  position: relative;
  text-align: center;
  width: 280px;
}
.activity_number .ttl::after {
  border-top: 10px solid #29a380;
  border-left: 140px solid #29a380;
  border-right: 140px solid #29a380;
  border-bottom: 30px solid transparent;
  border-style: solid;
  content: "";
  height: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
}
.activity_number.pat02 .ttl::after {
  border-top: 10px solid #edc441;
  border-left: 140px solid #edc441;
  border-right: 140px solid #edc441;
}
.activity_number.pat03 .ttl::after {
  border-top: 10px solid #e5a1a0;
  border-left: 140px solid #e5a1a0;
  border-right: 140px solid #e5a1a0;
}
.activity_number.pat04 .ttl::after {
  border-top: 10px solid #92c2d8;
  border-left: 140px solid #92c2d8;
  border-right: 140px solid #92c2d8;
}

.activity_number .ttl .number {
  font-size: 40px;
  font-weight: bold;
  display: block;
  letter-spacing: 0.1em;
  line-height: 2.5;
  margin-bottom: 30px;
  position: relative;
}
.activity_number .ttl .number::before {
  background: url(/img/activity_ttl_ornament_w.png) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 96px;
}
.activity_number .ttl .number::after {
  background-color: #fff;
  border-radius: 10px;
  content: "";
  display: block;
  height: 3px;
  margin: 0 auto;
  width: 30px;
}
.activity_number .ttl .activity_name {
  font-size: 16px;
  font-weight: normal;
}
.activity_number .ttl .activity_name b {
  font-family: 'genjyuu bold';
  font-size: 28px;
  letter-spacing: 0.3em;
}
.activity_01 .activity_number .ttl {
  background-color: #29a380;
}
.activity_02 .activity_number .ttl {
  background-color: #edc441;
}
.activity_03 .activity_number .ttl {
  background-color: #e5a1a0;
}
.activity_04 .activity_number .ttl {
  background-color: #92c2d8;
}
/*--------------------- .page_link ---------------------*/
.page_link {
  margin: 0 auto;
  text-align: center;
  width: 240px;
}
.page_link li {
  border-bottom: 4px dotted #a4a4a4;
}
.page_link li a {
  color: #29a380;
  display: block;
  font-family: 'genjyuu bold';
  font-size: 20px;
  letter-spacing: 0.3em;
  padding: 15px 5px;
}
.page_link.pat02 li a {
  color: #edc441;
}
.page_link.pat03 li a {
  color: #e5a1a0;
}
.page_link.pat04 li a {
  color: #92c2d8;
}
.page_link li a:hover {
  letter-spacing: 0.5em;
}


/*--------------------- .activity_concept ---------------------*/
.activity_concept {
  color: #29a380;
  font-family: 'genjyuu bold';
  font-size: 28px;
  letter-spacing: 0.3em;
  margin-bottom: 60px;
  position: relative;
  text-align: center;
}
.activity_concept::before {
  background: url(/img/activity_concept_ornament.png) center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 90px;
  margin: 0 auto 50px;
  width: 90px;
}

.activity_01 .activity_concept {
  color: #29a380;
}
.activity_02 .activity_concept {
  color: #edc441;
}
.activity_03 .activity_concept {
  color: #e5a1a0;
}
.activity_04 .activity_concept {
  color: #92c2d8;
}
/*--------------------- .popup_list ---------------------*/
.popup_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.popup_list .list {
  border: 2px solid #29a380;
  padding: 30px;
  text-align: center;
  width: 32%;
}
.popup_list.clm1 .list {
  width: 100%;
}
.popup_list.clm2 .list {
  width: 48%;
}
.popup_list .list .popup_ttl {
  font-family: 'genjyuu';
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 1.2;
  margin-bottom: 10px;
}
.popup_list .list .txt {
  font-size: 15px;
  margin-bottom: 30px;
}
.activity_01 .popup_list .list .popup_ttl, .activity_01 .popup_list .list .txt {
  color: #29a380;
}
.activity_02 .popup_list .list .popup_ttl, .activity_02 .popup_list .list .txt {
  color: #edc441;
}
.activity_03 .popup_list .list .popup_ttl, .activity_03 .popup_list .list .txt {
  color: #e5a1a0;
}
.activity_04 .popup_list .list .popup_ttl, .activity_04 .popup_list .list .txt {
  color: #92c2d8;
}
/*--------------------- .popup_ttl.icon ---------------------*/
.popup_ttl.icon::before {
  content: "";
  display: block;
  height: 50px;
  margin: 0 auto 20px;
  width: 50px;
}
.popup_ttl.icon01_c01::before {
  background: url(/home/img/icon01.png) center center no-repeat;
  background-size: contain;
}
.popup_ttl.icon02_c02::before {
  background: url(/home/img/icon02.png) center center no-repeat;
  background-size: contain;
}


/*--------------------- .modal-list ---------------------*/
.modal-list {
  display: flex;
  flex-wrap: wrap;
}
.modal-list .list-btn {
  padding: 0 20px;
  width: 16.666%;
}
.list-btn-icon {
  position: relative;
}
.list-btn-icon::after {
  background: url(../img/bg_border.png) repeat-y;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 2px;
}
.list-btn:nth-child(odd) .list-btn-icon {
  margin-bottom: 200px;
}
.list-btn:nth-child(odd) .list-btn-icon::after {
  height: 200px;
}
.list-btn:nth-child(even) .list-btn-icon {
  margin: 80px 0 120px;
}
.list-btn:nth-child(even) .list-btn-icon::after {
  height: 120px;
}
.list-btn-txt {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-top: -40px;
}
.list-btn-txt span {
  display: block;
  font-size: 10px;
}
.modal-list .modal-btn {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 50px;
  display: block;
  padding: 10px 20px 8px;
  position: relative;
}
.modal-list .modal-btn:hover {
  opacity: 0.3;
}
.modal-list .modal-btn::before {
  background-color: #000;
  border-radius: 50px;
  content: "";
  display: inline-block;
  height: 38px;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 38px;
}
.modal-list .modal-btn::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 10px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  vertical-align: middle;
  width: 10px;
}

/*--------------------- .modal ---------------------*/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.modal__bg {
  display: none;
}
.modal__bg.block {
  background: rgba(0,0,0,0.8);
  display: block;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.modal__content {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 400px;
  z-index: 1000;
}
.activity_01 .modal__content {
  background-color: #29a380;
}
.activity_02 .modal__content {
  background-color: #edc441;
}
.activity_03 .modal__content {
  background-color: #e5a1a0;
}
.activity_04 .modal__content {
  background-color: #92c2d8;
}
.modal__inr {
  padding: 40px 70px 40px 40px;
  position: relative;
}
.close-btn {
  border: 2px solid #fff;
  display: block;
  height: 37px;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
}
.close-btn .trigger {
  display: block;
  height: 30px;
  margin: 0 auto;
  width: 30px;
}
.close-btn .trigger span {
  background-color: #fff;
  display: inline-block;
  height: 2px;
  width: 100%;
}
.close-btn .trigger span:nth-of-type(1) {
  transform: translateY(-3px) rotate(-45deg);
}
.close-btn .trigger span:nth-of-type(2) {
  transform: translateY(-30px) rotate(45deg);
}
.modal_ttl {
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.15em;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-bottom: 15px;
}
.modal_txt {
  color: #fff;
  font-weight: bold;
  line-height: 2;
}
.modal_txt + .modal_ttl {
  margin-top: 40px;
}



/*--------------------- .point_flex ---------------------*/
.point_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.point_flex + .point_flex {
  margin-top: 100px;
}
.point_flex .point_img {
  width: 35%;
}
.point_flex .point_txt {
  width: 61%;
}
.point_ttl {
  border-bottom: 2px solid transparent;
  font-size: 26px;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
  padding-bottom: 15px;
  text-align: center;
}
.point_ttl::before {
  content: "";
  display: block;
  height: 65px;
  margin: 0 auto 10px;
  width: 200px;
}
.point_flex .txt {
  letter-spacing: 0.2em;
}

/*--------------------- .point_ttl_color ---------------------*/
.activity_01 .point_ttl {
  border-color: #29a380;
  color: #29a380;
}
.activity_02 .point_ttl {
  border-color: #edc441;
  color: #edc441;
}
.activity_03 .point_ttl {
  border-color: #e5a1a0;
  color: #e5a1a0;
}

.activity_04 .point_ttl {
  border-color: #92c2d8;
  color: #92c2d8;
}

.point_ttl.point01::before {
  background: url(/home/img/point_c01_01.png) center center no-repeat;
  background-size: contain;
}
.point_ttl.point02::before {
  background: url(/home/img/point_c01_02.png) center center no-repeat;
  background-size: contain;
}
.point_ttl.point03::before {
  background: url(/home/img/point_c01_03.png) center center no-repeat;
  background-size: contain;
}



/*--------------------- .guide ---------------------*/
.guide {
  padding: 90px 0 0;
}
.guide_area {
  display: flex;
  flex-wrap: wrap;
}
.flow_area, .question_area {
  padding: 40px;
  width: 50%;
}

/*--------------------- .guide_ttl ---------------------*/
.guide_ttl {
  background-color: #edc441;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  letter-spacing: 0.3em;
  line-height: 1.7;
  margin: 0 20px 20px;
  padding: 2px 15px;
  position: relative;
  text-align: center;
  width: 90%;
}
.guide_ttl::before, .guide_ttl::after {
  content: "";
  border-style: solid;
  border-width: 0;
  height: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.guide_ttl::before {
  border-color: #edc441 #edc441 #edc441 transparent;
  border-width: 20.5px 0px 20.5px 15px;
  left: -15px;
}
.guide_ttl::after {
  border-color: #edc441 transparent #edc441 #edc441;
  border-width: 20.5px 15px 20.5px 0px;
  right: -15px;
}


/*--------------------- .flow_area ---------------------*/
.flow_area {
  background-color: #dff1ec;
}
/*
.flow_box {
  height: 600px;
  padding: 0 30px 0 0;
  overflow-y: scroll;
}
::-webkit-scrollbar{
  width: 10px;
}
::-webkit-scrollbar-track{
  background: #d7d7d7;
  border-radius: 15px;
  border-left: solid 1px #d7d7d7;
}
::-webkit-scrollbar-thumb{
  background: #94d1bf;
  border-radius: 15px;
  box-shadow: inset 0 #d7d7d7;
}
*/
.flow_balloon {
  background-color: #fff;
  display: inline-block;
  margin-bottom: 40px;
/*
  min-width: 120px;
  max-width: 100%;
*/
  position: relative;
  width: 100%;
}
.flow_balloon::before {
  border: 15px solid transparent;
  border-top: 15px solid #fff;
  content: "";
  margin-left: -15px;
  position: absolute;
  top: 100%;
  left: 50%;
}
.flow_balloon.last::before {
  display: none;
}
.flow_balloon .flow_ttl {
  background-color: #29a380;
  color: #fff;
  display: flex;
  font-size: 24px;
}
.flow_balloon .flow_ttl .num {
  background-color: #edc441;
  line-height: 1;
  padding: 12px 15px;
}
.flow_balloon .flow_ttl .name {
  font-family: 'genjyuu';
  letter-spacing: 0.2em;
  padding: 5px 20px;
}
.flow_balloon .txt {
  letter-spacing: 0.2em;
  line-height: 2;
  padding: 20px 30px;
}


/*--------------------- .question_area ---------------------*/
.question_area {
  background-color: #fcf6e2
}

/*--------------------- .accordion ---------------------*/
.ac_box {
  background-color: #fff;
  border-radius: 0 20px 20px 0;
  margin-bottom: 20px;
  position: relative;
}
.bg {
  background: linear-gradient(0deg,#29ab85 0%,#29ab85 50%,#3eb391 50%,#3eb391 100%);
  border-radius: 0 20px 20px 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
}
.ac_q_box {
  color: #29a380;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.4;
  padding: 20px 80px;
  position: relative;
}
.ac_q_box.question::before {
  background: url(/img/q_ttl.png) center center no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 50px;
}
.ac_a_box {
  display:none;
  padding: 20px 80px;
  position: relative;
}
.ac_a_box::before {
  background: url(/img/a_ttl.png) center center no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  left: 13px;
  width: 50px;
}

/*--------------------- .ac_icon ---------------------*/
.ac_icon, .ac_icon span {
  display: inline-block;
  transition: all .4s;
}
.ac_icon {
  float: left;
  height: 20px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
}
.ac_icon span {
  background-color: #fff;
  height: 2px;
  position: absolute;
  width: 60%;
}
.ac_icon span:nth-of-type(1) {
  top: 11px;
  left: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.ac_icon span:nth-of-type(2) {
  top: 11px;
  right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.ac_icon.active span:nth-of-type(1) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.ac_icon.active span:nth-of-type(2) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.bg {
  background: linear-gradient(0deg,#29ab85 0%,#29ab85 50%,#3eb391 50%,#3eb391 100%);
  border-radius: 0 20px 20px 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
}



/*--------------------- .gallery ---------------------*/
.gallery .gallerylist {
  margin: 0 12px;
}
.gallery .slick-dots {
  bottom: -40px !important;
}
.gallery .slick-dots li button:before {
  color: #dcdddd !important;
  font-size: 16px;
  opacity: 1 !important;
}
.gallery .slick-dots li.slick-active button:before {
  color: #29a380 !important;
}


/*--------------------- .mail ---------------------*/
.mail {
  padding: 50px 15px;
}
.mail_txt {
  color: #fff;
  font-size: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.mail_txt::before {
  background: url(/img/mail_icon.png) center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 50px;
  margin: 0 auto 30px;
  width: 50px;
}






@media only screen and (max-width: 1280px) {
  .popup_list .list .basic_btn {
    width: 100%;
  }
}

@media only screen and (max-width: 1080px) {
  /*--------------------- .point_flex ---------------------*/
  .point_flex .point_img {
    width: 45%;
  }
  .point_flex .point_txt {
    width: 50%;
  }
  .point_ttl {
    font-size: 22px;
    letter-spacing: 0.2em;
  }
}

@media only screen and (max-width: 960px) {
  /*--------------------- .activity_mv ---------------------*/
  .activity_mv_bg {
    width: 55%;
  }
  /*--------------------- .activity_number ---------------------*/
  .activity_number {
    width: 45%;
  }
  
  .activity_concept {
    font-size: 24px;
    letter-spacing: 0.2em;
    margin-bottom: 40px;
  }
  .activity_concept::before {
    height: 50px;
    margin: 0 auto 20px;
    width: 50px;
  }
  
  /*--------------------- .popup_list ---------------------*/
  .popup_list {
    display: block;
  }
  .popup_list .list, .popup_list.clm2 .list {
    margin-bottom: 20px;
    width: 100%;
  }
  /*--------------------- .modal ---------------------*/
  .modal__content {
    width: 90%;
  }
/*
  .modal__inr {
    padding: 30px;
  }
*/
  .close-btn {
    top: 20px;
    right: 20px;
  }
  
  /*--------------------- .guide ---------------------*/
  .guide_area {
    display: block;
  }
  .flow_area, .question_area {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  /*--------------------- .activity_mv ---------------------*/
  .activity_mv {
    display: block;
  }
  .activity_mv_bg {
    margin-top: 200px;
    width: 100%;
  }
  /*--------------------- .activity_number ---------------------*/
  .activity_number {
    background-color: transparent;
    height: auto;
    padding: 0;
    position: absolute;
    top: 64px;
    width: 100%;
    z-index: 1;
  }
  .page_link {
    display: none;
  }
  .activity_number .ttl {
    padding: 30px 15px 5px;
  }
  .activity_number .ttl .number {
    font-size: 30px;
    line-height: 2;
    margin-bottom: 20px;
  }
  .activity_number .ttl .number::before {
    height: 15px;
    top: 0;
    width: 50px;
  }
  .activity_number .ttl .activity_name {
    font-size: 14px;
  }
  .activity_number .ttl .activity_name b {
    font-size: 24px;
    letter-spacing: 0.15em;
  }
  
  .modal__content {
    height: 400px;
    overflow: scroll;
  }

  
}

@media only screen and (max-width: 600px) {
  /*--------------------- .point_flex ---------------------*/
  .point_flex .point_img {
    order: 2;
    width: 100%;
  }
  .point_flex .point_txt {
    order: 1;
    width: 100%;
  }
  .point_flex .txt {
    margin-bottom: 10px;
  }
  
  /*--------------------- .guide ---------------------*/
  .flow_area, .question_area {
    padding: 30px 15px;
  }
  .guide_ttl {
    font-size: 18px;
    letter-spacing: 0.15em;
  }
  .guide_ttl::before {
    border-width: 17px 0px 17px 15px;
  }
  .guide_ttl::after {
    border-width: 17px 15px 17px 0px;
  }
  
  .flow_balloon .flow_ttl {
    font-size: 18px;
  }
  .flow_balloon .txt {
    letter-spacing: 0.1em;
    line-height: 1.6;
    padding: 10px 20px;
  }
  
  .ac_q_box {
    font-size: 18px;
  }
  
  .gallery .gallerylist {
    margin: 0 5px;
  }
  
  .mail_txt {
    font-size: 16px;
  }
}