/*Main*/
.c-main{
    margin-top: 120px;
}
.c-main::before{
    content: '';
    top: 200px;
    left: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    background-size: cover;
    background-position: top center;
}
.c-main__inner{
    text-align: center;
    margin-bottom: 115px;
}
.c-main__inner img{
    max-width: 100%;
}
@media(max-width: 1024px){
    .c-main{
        margin-top: 80px;
    }
}
@media(max-width: 767px){
    .c-main{
        margin-top: 70px;
    }
}
/*End Main*/
/*Banner*/
.c-banner{
    height: 422px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: bottom center;
}

.c-banner__content{
    overflow: hidden;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    color: #fff;
}
.c-banner__title{
    font-size: 50px;
    font-weight: 600;
    font-family: YuMincho;
    margin-bottom: 47px;
}
.c-banner__txt{
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
}

.c-breadcrum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 66px 20px 80px;
}
.c-breadcrum__link {
    display: block;
    letter-spacing: 1.6px;
    font-size: 12px;
    line-height: 2;
}
@media(max-width: 1024px){
    .c-banner__txt{
      font-size: 15px;
    }
    .c-banner__title {
      font-size: 42px;
      margin-bottom: 35px;
    }
    .c-banner{
        height: 300px;
    }
}

@media all and (max-width: 767px) {
    .c-banner{
        height: 200px;
    }
    .c-banner__content{
        padding: 0 5px;
        bottom: 66px;
    }
    .c-banner__title{
        font-size: 25px;
        margin-bottom: 25px;
    }
    .c-banner__txt{
        font-size: 13px;
    }
    .c-breadcrum {
        padding: 15px 20px 50px;
    }
    .c-breadcrum__link {
        font-size: 11px;
    }
}
/*End Banner*/
/**---------------------------------------------------------*/
/* PAGINATION */
.c-pagination {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 78px;
  }
  .c-pagination .item {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    font-weight: 500;
    font-size: 13px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin: 0 5px;
  }
  .c-pagination .item.prev {
    margin-right: 40px;
    margin-left: 0 !important;
  }
  .c-pagination .item.next {
    margin-left: 40px;
    margin-right: 0 !important;
  }
  .c-pagination .item-arrow img {
    display: block;
    width: 17px;
    height: 17px;
  }
  .c-pagination .item a {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
  }
  .c-pagination .item:not(.item-arrow) a:hover {
    opacity: 1;
  }
  .c-pagination .item:not(.item-arrow):hover,
  .c-pagination .item.current {
    background: #0b9272;
    color: white;
  }
  .c-pagination .item.current,
  .c-pagination .item.item-dot {
    pointer-events: none;
  }
  @media all and (max-width: 767px) {
    .c-pagination {
      margin-top: 30px;
    }
    .c-pagination .item {
      width: 30px;
      height: 30px;
      font-size: 10px;
    }
    .c-pagination .item.prev {
      margin-right: 10px;
    }
    .c-pagination .item.next {
      margin-left: 10px;
    }
  }
/*End Custom*/
/**Block*/
.block4::before{
  top: -63%;
}
.block3::before{
  top: 6%;
}
/**End Block*/
.banner-custom{
  margin-top: -370px;
}
.banner-custom2{
  margin-top: -170px;
}

/** DL style*/
.p-profile::before{
    background-image: url('../images/pages/bg_profile.png');
    height: 2000px;
}
.c-profile dl {
    display: flex;
    gap: 20px 20px;
}
.c-profile dt {
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #1AA086;
    width: 240px;
    padding: 20px;
}
.c-profile dd {
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px dashed #111;
    padding: 20px;
    flex: 1;
}
.c-profile dd table th{padding-right: 50px;text-align: left;font-weight: bold;}
.c-profile{
    padding: 0 20px;
}
.c-map{
    height: 440px;
    width: 100%;
}
.c-profile ul{
    display: flex;
    gap: 5px 20px;
    flex-wrap: wrap;
}
.c-profile.--style2 dl{
    gap: 0;
}
@media screen and (max-width: 1024px) {
    .c-profile dt {
        width: 180px;
    }
    .c-profile{
        padding: 0;
    }
    .c-map{
        height: 340px;
    }
}
@media screen and (max-width: 767px) {
    .c-profile dt{
        width: 120px;
        font-size: 13px;
        padding: 10px 5px 15px !important;
    }
    .c-profile dd{
        font-size: 12px;
        padding: 10px 10px 15px !important;
    }
    .c-profile dl {
        gap: 0 !important;
    }
    .c-map{
        height: 200px;
    }
}
/** End DL style*/

/** Table style*/
.c-profile--table dt{
    background-color: #E6F3E7;
    border-right: 0;
    border-bottom: 0;
    text-align: center;
    padding: 28px 20px;
    border-radius: 20px;
}
.c-profile--table dd{
    /* padding: 28px 23px 28px 50px; */
    font-weight: bold;
}
.c-profile--table dl ~ dl {
    margin-top: 15px;
}
.c-profile--table dl:last-child dt,
.c-profile--table dl:last-child dd{
    /* border-bottom: 1px solid #CCCCCC; */
}
/** End Table style*/
/**QA*/
.c-qa dl ~ dl{
  margin-top: 10px;
}
.c-qa dt{
  padding: 20px 35px 20px;
  font-size: 18px;
  font-weight: bold;
  background-color: #E2F3E6;
  position: relative;
  cursor: pointer;
  border-radius: 100px;
  letter-spacing: 1.3px;
}
.c-qa dt::before{
  content: 'Q';
  font-family: "Meiryo";
  font-size: 30px;
  font-weight: bold;
  margin-right: 20px;
}
.c-qa dt::after{
  content: '+';
  font-family: "Meiryo";
  font-size: 30px;
  font-weight: 400;
  display: block;
  position: absolute;
  top: 23px;
  right: 35px;
  transition: all ease 0.4s;
}
.active dt::after{
   content: '─';
}
.c-qa dd{
  font-size: 16px;
  line-height: 30px;
  padding: 18px 80px 17px;
  padding-right: 40px;
  display: block;
  letter-spacing: 1.3px;
}
.active dd{
  display: block;
}
@media (max-width: 768px) {
  .c-qa dt{
    font-size: 13px;
    padding: 13px 30px;
    line-height: 1.5;
  }
  .c-qa dd{
    font-size: 12px;
    padding: 10px;
    line-height: 1.8;
  }
  .c-qa dt::before{
    font-size: 18px;
    margin-right: 10px;
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-53%);
  }
  .c-qa dt::after{
    font-size: 15px;
    top: 50%;
    right: 10px;
    transform: translateY(-52%);
  }
  .c-qa dd{
    display: none;
  }
}
/**End QA*/

/**Table*/
.c-table__responsive{
    padding: 0 20px;
    overflow: auto;
}
.c-table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    min-width: 600px;
}
.c-table thead tr{
 
}
.c-table thead th{
    color: #fff;
    background-color: #1AA086;
    text-align: center;
    padding: 17px 5px;
    border: 0;
}
.c-table tbody th,
.c-table tbody td{
    padding: 17px 5px;
    text-align: center;
    border-bottom: 1px dashed #707070;
}
.c-table tbody th{
    background-color: #E6F4E9;
}
.c-table tbody td{
    border-left: 1px dashed #707070;
    border-right: 1px dashed #707070;
    background-color: #fff;
}
.c-table tbody td.no-bord,
.c-table tbody td:nth-child(even){
    border-left: 0;
}
.c-table tbody td:last-child{
    border-right:0;
}
@media(max-width: 768px){
    .c-table__responsive{
        padding:0;
    }
    
    .c-table th,
    .c-table td{
        font-size: 13px !important;
    }
}
/**End Table*/
/**Heading*/
.c-heading{
    font-size: 22px;
    color: #fff;
    border-radius: 60px;
    background-color: #1AA086;
    padding: 36px 70px;
    line-height: 1.3;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.c-heading2{
    display: flex;
    gap: 10px;
    padding-left: 20px;
    font-size: 20px;
}
.c-heading2::before{
    background-image: url('../images/common/ic-heading.png');
    width: 20px;
    height: 20px;
    transform: translateY(9px);
}
.c-heading3{
    color: #1AA086;
    border-bottom: 1px dashed #707070;
    padding: 0 20px 15px;
    margin-bottom: 20px;
    font-size: 23px;
    display: flex;
    gap: 10px;
}
.c-heading3::before{
    background-image: url('../images/common/ic-check.png');
    width: 20px;
    height: 20px;
    transform: translateY(8px);
}
.c-heading3__txt{
    padding: 0 20px;
}
.c-map{
    width: 100%;
    border-radius: 60px;
    height: 460px;
}
.p-info__inner{
    max-width: 970px;
}
.p-info::before{
    background-image: url('../images/pages/bg_info.png');
    height: 2441px;
    position: absolute;
    top: 0;
    left: 0;
}
.c-label{
    background-color: #1AA086;
    color: #fff;
    text-align: center;
    border-radius: 40px;
    font-size: 18px;
    padding: 21px 38px;
}
@media(max-width: 768px){
    .c-heading{
        font-size: 13px;
        padding: 15px 30px;
    }
    .c-heading2{
        gap: 6px;
        font-size: 16px;
        padding-left: 10px;
    }
    .c-heading2::before{
        width: 15px;
        height: 15px;
    }
    .c-heading3{
        font-size: 16px;
        padding: 0 10px 10px;
        margin-bottom: 10px;
    }
    .c-heading3__txt{
        padding: 0 10px;
    }
    .c-map{
        height: 200px;
    }
    .c-label{
        font-size: 13px;
        padding: 13px 25px;
    }
}


.c-facility__list2{
    display: flex;
    gap: 20px 3%;
    justify-content: space-between;
}
.c-facility__list2.--col1{
    max-width: 920px;
}
.c-facility__list2 ul{
    width: 48.6%;
}
.c-facility__list2 ul li{
    display: flex;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    border-radius: 50px;
    background-color: #fff;
    font-size: 15px;
    align-items: center;
    gap: 20px;
}
.c-facility__list2.--col1 ul,
.c-facility__list2.--col1 li{
    width: 100%;
}
.c-facility__list2 ul li span{
    background-color: #1AA086;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    width: 120px;
    color: #fff;
    text-align: center;
    padding: 15px;
}
.c-facility__list2 ul li ~ li{
    margin-top: 20px;
}
.c-facility__list2.--col1 ul li span{
    width: 200px;
}
.c-facility__list2.--cus ul li span{
    width: 50%;
}
@media(max-width: 768px){
    .c-facility__list2{
        flex-wrap: wrap;
        gap: 15px 41px;
    }
    .c-facility__list2 ul{
        width: 100%;
        gap: 15px 4%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    .c-facility__list2 ul ~ ul{
        /* margin-top: 30px; */
    }
    .c-facility__list2 ul li{
        flex-wrap: wrap;
        border-radius: 10px;
        gap: 0;
        font-size: 13px;
        width: 48%;
    }
    .c-facility__list2 ul li ~ li{
        margin: auto;
    }
    .c-facility__list2 ul li span{
        width: 100% !important;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 0;
        padding: 10px;
    }

     .c-facility__list2 ul li p{
         padding: 10px;
         text-align: center;
         width: 100%;
     }
}


/* NEWS BLOCK */
.c-news__card,
.c-news__card:nth-child(even){
    background-color: transparent !important;
}
.p-news__wrapper{
    max-width: 860px;
}
.p-news__title{
    text-align: center;
}
.p-news__content,
.p-news__title span{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}
.p-news__title h2{
    font-size: 34px;
}
.c-news__card:last-child{
    border-bottom: 1px solid #ccc;
}
@media(max-width: 768px){
    .p-news__title h2{
        font-size: 22px;
    }
    .p-news__content,
    .p-news__title span{
        font-size: 13px;
    }

}
/* END NEWS BLOCK */