@charset "UTF-8";

img {
  width: 100%;
}

#main {
  background: url(../images/common/bg_01.jpg) no-repeat top center #fdf7e9;
  background-size: 100%;
}
.main_contents {
  padding-left: 10px;
  padding-right: 10px;
}

.page_title {
  height: 200px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 80px 10px 0;
  margin-bottom: 100px;

}
.page_title > div {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  color: #666;
  text-align: center;
}
.page_title h1 {
  font-size: 150%;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  box-sizing: border-box;
}
.page_title i.__mark {
  position: relative;
  padding-left: 33px;
}
.page_title i.__mark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -11px;
  transform: translateY(-50%);
  width: 34px;
  height: 40px;
  background: url( ../images/common/icon.png) no-repeat top center;
  background-size: 100% auto;
}
.page_title .page_title_topcaption {
  font-size: 125%;
  font-weight: bold;
  line-height: 1.5;  
}
.page_title .page_title_caption {
  font-size: 87.5%;
  line-height: 1.5;  
  margin-top: 5px;
}

.agf_title33 {
  font-size: 162.5%;
  line-height: 1.5;
  font-weight: bold;
}
.agf_title33.__green_bar {
  position: relative;
  padding-bottom: 18px;
  text-align: center;
}
.agf_title33.__green_bar::after {
  position: absolute;
  display: block;
  content: '';
  width: 80px;
  height: 3px;
  background-color: #14993b;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.agf_text14 {
  font-size: 87.5%;
  line-height: 1.5;
}
.agf_text15 {
  font-size: 87.5%;
  line-height: 1.5;
}
.agf_text16 {
  font-size: 87.5%;
  line-height: 1.5;
}
.agf_text18 {
  font-size: 100%;
  line-height: 1.5;
}
.agf_text20 {
  font-size: 112.5%;
  line-height: 1.5;
}
.agf_text22 {
  font-size: 125%;
  line-height: 1.5;
}
.agf_text24 {
  font-size: 125%;
  line-height: 1.5;
}
.agf_text23 {
  font-size: 125%;
  line-height: 1.5;
}
.agf_text26 {
  font-size: 137.5%;
  line-height: 1.5;
}
.agf_text28 {
  font-size: 143.75%;
  line-height: 1.5;
}
.agf_text30 {
  font-size: 150%;
  line-height: 1.5;
}
.agf_text33 {
  font-size: 162.5%;
  line-height: 1.5;
}
.agf_text34 {
  font-size: 162.5%;
  line-height: 1.5;
}
.agf_text35 {
  font-size: 162.5%;
  line-height: 1.5;
}
.agf_text38 {
  font-size: 162.5%;
  line-height: 1.5;
}

.agf_subtitle {
  display: inline-block;
  width: max-content;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 27px;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 1em;
  text-align: center;
  font-weight: bold;
  color: #14993b;
}




/* ===== Color ======================================== */
.bgwhite {
  background-color: #fff;
}
.bgorange {
  background-color: #fdf7e9;
}
.bggreen {
  background-color: #b1d796;
}
.bggreen2 {
  background-color: #14993b;
}
.bggreen3 {
  background-color: #e1e5d8;
}
.bgblue {
  background-color: #cce7e7;
}

.FC_O {
  color: #e38535;
}
.FC_G {
  color: #14993b;
}
.FC_G2 {
  color: #00a33e;
}
.FC_LG {
  color: #726e4b;
}
.FC_B {
  color: #401c00;
}
.FC_B2 {
  color: #00a5a8;
}
.FC_R {
  color: #c90101;
}

/* ===== LINK  ======================================== */
a.LinkG {
  font-size: 100%;
  padding: 20px 10px;
  background-color: #14993b;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
a.LinkO {
  font-size: 100%;
  padding: 20px 10px;
  background-color: #e38535;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
a:hover img ,
a.LinkG:hover ,
a.LinkO:hover {
    filter: brightness(1.05);
}

.page_link_button a {
  display: block;
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;  
  color: #fff;
  font-weight: bold;
  padding: 20px 10px;
  background-color: #14993b;
  border-radius: 6px;
  border: none;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-size: 100%;
}
.page_link_button a::after {
  display: inline-block;
  content: '';
  width: 21px;
  height: 21px;
  background: url(/agefree/facility_care/agefree-house/assets/images/common/icon_arrow03.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.page_link_button a:hover {
    filter: brightness(1.05);
}
.page_link_button.__short a {
    max-width: 300px;
}
.page_link_button.__school i {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  font-size: 200%;
}
.page_link_button.__school span {
  position: relative;
  padding-left: 50px;
}
.page_link_button.__school a::after {
  display: none;
  background: none;
}

.page_link_menu {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  border: 2px solid #e4e4e4;
}
.page_link_menu li {
  text-align: center;
  list-style: none;
  width: calc(50%);
  box-sizing: border-box;
  position: relative;
  font-size: 100%;
  font-weight: bold;
}
.page_link_menu li:nth-child(2n) {
  border-left: 2px solid #e4e4e4;
}
.page_link_menu li a {
  display: block;
  padding: 10px 2px 30px;
  width: 100%;
  color: #818181;
  box-sizing: border-box;
}
.page_link_menu li a:hover {
  filter: brightness(1.05);
  background-color: #efefef;
}
.page_link_menu li::before,
.page_link_menu li::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 5px;
  width: 15px;
  height: 2px;
  border-radius: 9999px;
  background-color: #e4e4e4;
  transform-origin: calc(100% - 0px) 50%;
  z-index: 10;
}
.page_link_menu li::before {
  transform: rotate(40deg);
}
.page_link_menu li::after {
  transform: rotate(140deg);
}


/* ===== margin padding  ======================================== */
.MT5 {
  margin-top: 5px;
}
.MT10 {
  margin-top: 10px;
}
.MT15 {
  margin-top: 15px;
}
.MT20 {
  margin-top: 20px;
}
.MT30 {
  margin-top: 30px;
}
.MT40 {
  margin-top: 40px;
}
.MT50 {
  margin-top: 50px;
}
.MT60 {
  margin-top: 60px;
}
.MT70 {
  margin-top: 70px;
}
.MT80 {
  margin-top: 80px;
}
.MT90 {
  margin-top: 90px;
}
.MT100 {
  margin-top: 100px;
}
.MT150 {
  margin-top: 150px;
}

.MB5 {
  margin-bottom: 5px;
}
.MB10 {
  margin-bottom: 10px;
}
.MB15 {
  margin-bottom: 15px;
}
.MB20 {
  margin-bottom: 20px;
}
.MB30 {
  margin-bottom: 30px;
}
.MB40 {
  margin-bottom: 40px;
}
.MB50 {
  margin-bottom: 50px;
}
.MB60 {
  margin-bottom: 60px;
}
.MB70 {
  margin-bottom: 70px;
}
.MB80 {
  margin-bottom: 80px;
}
.MB90 {
  margin-bottom: 90px;
}
.MB100 {
  margin-bottom: 100px;
}
.MB150 {
  margin-bottom: 150px;
}

.PT10 {
  padding-top: 10px;
}
.PT20 {
  padding-top: 20px;
}
.PT30 {
  padding-top: 30px;
}
.PT40 {
  padding-top: 40px;
}
.PT50 {
  padding-top: 50px;
}
.PT60 {
  padding-top: 60px;
}
.PT70 {
  padding-top: 70px;
}
.PT80 {
  padding-top: 80px;
}
.PT90 {
  padding-top: 90px;
}
.PT100 {
  padding-top: 100px;
}
.PT150 {
  padding-top: 150px;
}

.PB10 {
  padding-bottom: 10px;
}
.PB20 {
  padding-bottom: 20px;
}
.PB30 {
  padding-bottom: 30px;
}
.PB40 {
  padding-bottom: 40px;
}
.PB50 {
  padding-bottom: 50px;
}
.PB60 {
  padding-bottom: 60px;
}
.PB70 {
  padding-bottom: 70px;
}
.PB80 {
  padding-bottom: 80px;
}
.PB90 {
  padding-bottom: 90px;
}
.PB100 {
  padding-bottom: 100px;
}
.PB150 {
  padding-bottom: 150px;
}

.PB70_30 {
  padding-bottom: 30px;
}


.FB {
  font-weight: bold;
}

.TL {
  text-align: left;
}
.TR {
  text-align: right;
}
.TC {
  text-align: center;
}
.TC_TL {
  text-align: left;
}

.LH15 {
  line-height: 1.5;
}
.LH2 {
  line-height: 2;
}

.show-smp {
  display: none;
}

.flex_rR{
  flex-direction: row-reverse;
}

.PR {
  position: relative;
}


@media screen and (max-width: 640px) {
  .hide-smp {
    display: none;
  }
  .show-smp {
    display: block;
  }
  .smp_TL {
    text-align: left;
  }
}

@media screen and (min-width: 641px) {
  .page_title h1 {
    font-size: 187.5%;
  }
  .page_title .page_title_topcaption {
    font-size: 156.25%;
  }
  .page_title .page_title_caption {
    font-size: 100%;
  }
  .agf_title33 {
    font-size: 206.25%;
  }
  .agf_title33.__green_bar {
    padding-bottom: 24px;
  }
  .agf_title33.__green_bar::after {
    width: 100px;
    height: 4px;
  }
  .agf_text14 {
    font-size: 87.5%;
  }
  .agf_text15 {
    font-size: 93.75%;
  }
  .agf_text16 {
    font-size: 100%;
  }
  .agf_text18 {
    font-size: 112.5%;
  }
  .agf_text20 {
    font-size: 125%;
  }
  .agf_text22 {
    font-size: 137.5%;
  }
  .agf_text23 {
    font-size: 143.75%;
  }
  .agf_text24 {
    font-size: 150%;
  }
  .agf_text26 {
    font-size: 162.5%;
  }
  .agf_text28 {
    font-size: 175%;
  }
  .agf_text30 {
    font-size: 187.5%;
  }
  .agf_text33 {
    font-size: 206.25%;
  }
  .agf_text34 {
    font-size: 212.5%;
  }
  .agf_text35 {
    font-size: 218.75%;
  }
  .agf_text38 {
    font-size: 237.5%;
  }

  a.LinkG ,
  a.LinkO {
    font-size: 112.5%;
  }

  .page_link_button a {
    padding: 20px 20px;
    font-size: 112.5%;
  }
  .page_link_button a::after {
    right: 30px;
  }
  .page_link_button.__short a {
    margin-left: initial;
    margin-right: initial;
  }

  .page_link_menu li {
    font-size: 112.5%;
  }
  .page_link_menu li a {
    padding: 20px 10px 40px;
  }
  .page_link_menu li::before,
  .page_link_menu li::after {
    bottom: 10px;
  }


  .PB70_30 {
    padding-bottom: 70px;
  }

  .TC_TL {
    text-align: center;
  }
}




/* =============================================
- MODAL
================================================ */
.agf-movie-lightbox {
  background-color: rgba(0, 0, 0, 0.8);
  overflow: scroll;
  position: fixed;
  display: none;
  z-index: 11000;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.agf-movie-lightbox-container {
  position: relative;
  width: 80%;
  height: 80%;
  margin: 0% auto;
  display: block;
  padding: 0 3%;
  z-index: 10;
  top:10%;
}
.agf-movie-lightbox-content {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}
.agf-movie-lightbox-close {
  text-transform: uppercase;
  background: transparent;
  position: absolute;
  font-weight: 300;
  font-size: 150%;
  display: block;
  border: none;
  color: white;
  top: -50px;
  right: 3%;
}
.agf-movie-video-container {
  /*padding-bottom: 56.25%;
  padding-top: 30px;*/
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.agf-movie-video-container iframe {
  /*position: absolute;
  left: 0;
  top: 0;*/
  height: 100%;
  width: 100%;
}
.agf-playme {
  cursor:pointer;
}

@media screen and (max-width: 768px) {
  .agf-movie-lightbox-container {
    margin-top: 20%;
    width: 95%;
    height: 90%;
  }
  .agf-movie-video-container {
    padding-bottom: 56.25%;
    padding-top: 30px;
    height:0;
  }
  .agf-movie-lightbox-close {
    font-size: 100%;
  }
  .agf-movie-video-container iframe {
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 414px) {
  .agf-movie-lightbox-container {
    margin-top: 13%;
  }
}




