@charset "UTF-8";
/*----------------------------------------------------
☆topPage
----------------------------------------------------*/
.jap {
  font-family: "Zen Maru Gothic", sans-serif;
}

/*----------------------------------------------------
☆topPage
----------------------------------------------------*/
.topRemodal .facilityList > li {
  line-height: 1.6;
}
.topRemodal .facilityList > li span {
  display: block;
  font-size: 1rem;
}
.topRemodal .facilityList > li:nth-child(1) a {
  background-color: #9e332b;
}
.topRemodal .facilityList > li:nth-child(2) a {
  background-color: #d78c20;
}
.topRemodal .facilityList > li:nth-child(3) a {
  background-color: #8ca04d;
}
.topRemodal .facilityList > li:nth-child(4) {
  margin-bottom: 0;
}
.topRemodal .facilityList > li:nth-child(4) a {
  background-color: #516195;
}
.topRemodal .facilityList > li:nth-child(5) {
  margin-bottom: 0;
}
.topRemodal .facilityList > li:nth-child(5) a {
  background-color: #d89791;
}

@media screen and (max-width: 768px) {
  .remodal {
    padding: 20px !important;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.topPage .secTtl {
  line-height: 1;
  font-size: 1.8rem;
  margin-bottom: 45px;
  line-height: 0.5;
}
@media screen and (max-width: 768px) {
  .topPage .secTtl {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.topPage .secTtl span {
  font-size: 4.2rem;
  vertical-align: bottom;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .topPage .secTtl span {
    font-size: 2.8rem;
  }
}
.topPage .mv {
  width: calc(100% - 80px);
  margin: 0 auto;
  height: calc(100vh - 180px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .topPage .mv {
    width: 100%;
    height: 440px;
  }
}
.topPage .mv .mvSlider {
  width: calc(100% - 40px);
  height: calc(100vh - 200px);
  border-radius: 50px;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .topPage .mv .mvSlider {
    height: 440px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 768px) {
  .topPage .mv .mvSlider .vegas-slide {
    border-radius: 25px;
  }
}
.topPage .mv .mainTx {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 391px;
  width: calc(100% - 80px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topPage .mv .mainTx {
    top: 36%;
  }
}
.topPage .mv .mainTx span {
  font-size: 1.6rem;
  margin-top: 12px;
  display: block;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .topPage .mv .mainTx span {
    font-size: 1.5rem;
  }
}
.topPage .mv .item01 {
  position: absolute;
  bottom: 35px;
  right: 240px;
  width: 58px;
}
@media screen and (max-width: 768px) {
  .topPage .mv .item01 {
    right: 30px;
    width: 45px;
    bottom: 40px;
  }
}
.topPage .mv .item01 a {
  display: block;
}
.topPage .mv .item02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 245px;
}
@media screen and (max-width: 768px) {
  .topPage .mv .item02 {
    right: 10px;
    bottom: -45px;
    width: 120px;
  }
}
.topPage .mv .modalList {
  position: absolute;
  top: 45%;
  right: 60px;
  transform: translateY(-50%);
  height: auto;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .topPage .mv .modalList {
    right: 20px;
    top: 52%;
    transform: translateY(0);
    right: 0;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .topPage .mv .modalList > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
  }
}
.topPage .mv .modalList > li a,
.topPage .mv .modalList > li button {
  display: block;
  margin-bottom: 20px;
  position: relative;
  width: 115px;
  height: 115px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topPage .mv .modalList > li a,
  .topPage .mv .modalList > li button {
    width: 90px;
    height: 90px;
  }
}
.topPage .mv .modalList > li a .img,
.topPage .mv .modalList > li button .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.topPage .mv .modalList > li a .tx,
.topPage .mv .modalList > li button .tx {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.topPage .mv .modalList > li a:hover .img,
.topPage .mv .modalList > li button:hover .img {
  animation: spin 8s linear infinite;
}
.topPage .mv .modalList > li:nth-child(1) .tx {
  width: 57px;
}
@media screen and (max-width: 768px) {
  .topPage .mv .modalList > li:nth-child(1) .tx {
    width: 45px;
  }
}
.topPage .mv .modalList > li:nth-child(2) .tx {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .topPage .mv .modalList > li:nth-child(2) .tx {
    width: 50px;
  }
}
.topPage .sec00 .item01 {
  width: 72px;
  height: 82px;
}
@media screen and (max-width: 768px) {
  .topPage .sec00 .item01 {
    width: 57px;
    height: 65px;
  }
}
.topPage .sec01 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .topPage .sec01 {
    margin-top: 30px;
  }
}
.topPage .sec01 .top-cmsNewsList {
  font-size: 0;
}
.topPage .sec01 .top-cmsNewsList > li {
  width: 23%;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .topPage .sec01 .top-cmsNewsList > li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 768px) {
  .topPage .sec01 .top-cmsNewsList > li:nth-child(2n) {
    margin-right: 0;
  }
}
.topPage .sec01 .top-cmsNewsList > li .ttl {
  padding: 7px 0;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .topPage .sec01 .top-cmsNewsList > li .ttl {
    font-size: 1.3rem;
  }
}
.topPage .sec01 .top-cmsNewsList > li .ttl span {
  font-size: 1.1rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .topPage .sec01 .top-cmsNewsList > li .ttl span {
    font-size: 1rem;
    letter-spacing: 0;
    scale: 0.9;
  }
}
.topPage .sec01 .top-cmsNewsList > li .txWrap {
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .topPage .sec01 .top-cmsNewsList > li .txWrap {
    padding: 15px;
  }
}
.topPage .sec01 .top-cmsNewsList > li .txWrap .day {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 7px;
}
.topPage .sec01 .top-cmsNewsList > li .txWrap ul {
  margin-bottom: 7px;
}
.topPage .sec01 .top-cmsNewsList > li .txWrap ul > li.cate {
  width: auto;
  font-size: 1.1rem;
  line-height: 1;
  padding: 3px 5px 4px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid;
  text-align: center;
  margin-right: 10px;
  background: #fff;
}
.topPage .sec01 .top-cmsNewsList > li .txWrap .tx {
  width: 100%;
  display: block;
  margin-top: 5px;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .topPage .sec01 .top-cmsNewsList > li .txWrap .tx {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
.topPage .sec01 .top-cmsNewsList > li .txWrap a:hover {
  padding-left: 0;
}
.topPage .sec01 .top-cmsNewsList > li:nth-child(1) .ttl {
  background: #9e332b;
}
.topPage .sec01 .top-cmsNewsList > li:nth-child(1) .cate {
  color: #9e332b;
  border-color: #9e332b;
}
.topPage .sec01 .top-cmsNewsList > li:nth-child(2) .ttl {
  background: #d78c20;
}
.topPage .sec01 .top-cmsNewsList > li:nth-child(2) .cate {
  color: #d78c20;
  border-color: #d78c20;
}
.topPage .sec01 .top-cmsNewsList > li:nth-child(3) .ttl {
  background: #8ca04d;
}
.topPage .sec01 .top-cmsNewsList > li:nth-child(3) .cate {
  color: #8ca04d;
  border-color: #8ca04d;
}
.topPage .sec01 .top-cmsNewsList > li:nth-child(4) .ttl {
  background: #516195;
}
.topPage .sec01 .top-cmsNewsList > li:nth-child(4) .cate {
  color: #516195;
  border-color: #516195;
}
.topPage .sec01 .top-cmsNewsList > li:nth-child(5) .ttl {
  background: #d89791;
}
.topPage .sec01 .top-cmsNewsList > li:nth-child(5) .cate {
  color: #d89791;
  border-color: #d89791;
}
.topPage .sec02 {
  margin-top: 80px;
  padding: 60px 0 70px;
  background: url("/ehpc/wp-content/themes/cocorolab/static/images/top/sec02_bg.png") no-repeat center top/contain;
}
@media screen and (max-width: 768px) {
  .topPage .sec02 {
    margin-top: 80px;
    padding-top: 0;
  }
}
.topPage .sec02 .inr {
  position: relative;
}
.topPage .sec02 .txWrap {
  text-align: center;
}
.topPage .sec02 .txWrap .logo {
  width: 149px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .topPage .sec02 .txWrap .logo {
    width: 100px;
  }
}
.topPage .sec02 .txWrap .main {
  font-size: 3rem;
  margin-top: 30px;
  line-height: 1.8;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 1200px) {
  .topPage .sec02 .txWrap .main {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .topPage .sec02 .txWrap .main {
    font-size: 2rem;
    margin-top: 20px;
  }
}
.topPage .sec02 .txWrap .tx {
  font-size: 1.8rem;
  margin-top: 20px;
  line-height: 2.3;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 1200px) {
  .topPage .sec02 .txWrap .tx {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .topPage .sec02 .txWrap .tx {
    font-size: 1.5rem;
    text-align: left;
    margin-top: 15px;
    line-height: 2.1;
  }
}
.topPage .sec02 .txWrap .btn {
  margin-top: 40px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .topPage .sec02 .txWrap .btn {
    margin-top: 60px;
  }
}
.topPage .sec02 .imgWrap {
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .topPage .sec02 .imgWrap {
    margin-top: 15px;
  }
}
.topPage .sec02 .imgWrap .img01 {
  position: absolute;
  left: -30px;
  bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .topPage .sec02 .imgWrap .img01 {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .topPage .sec02 .imgWrap .img01 {
    position: static;
    width: 52%;
    display: inline-block;
    vertical-align: middle;
  }
}
.topPage .sec02 .imgWrap .img02 {
  position: absolute;
  right: -30px;
  top: 30px;
}
@media screen and (max-width: 1200px) {
  .topPage .sec02 .imgWrap .img02 {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .topPage .sec02 .imgWrap .img02 {
    position: static;
    width: 52%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -5%;
  }
}
.topPage .sec02 .imgWrap .item01 {
  position: absolute;
  left: 200px;
  top: -50px;
}
@media screen and (max-width: 768px) {
  .topPage .sec02 .imgWrap .item01 {
    left: 0;
    width: 100px;
    top: 0px;
  }
}
.topPage .sec02 .imgWrap .item02 {
  position: absolute;
  left: 100px;
  bottom: -40px;
}
@media screen and (max-width: 768px) {
  .topPage .sec02 .imgWrap .item02 {
    bottom: 85px;
    left: -20px;
    width: 100px;
  }
}
.topPage .sec02 .imgWrap .item03 {
  position: absolute;
  right: 120px;
  top: -30px;
}
@media screen and (max-width: 768px) {
  .topPage .sec02 .imgWrap .item03 {
    right: -20px;
    width: 100px;
    top: -10px;
  }
}
.topPage .sec02 .imgWrap .item04 {
  position: absolute;
  right: 120px;
  bottom: -40px;
}
@media screen and (max-width: 768px) {
  .topPage .sec02 .imgWrap .item04 {
    right: 0;
    bottom: 80px;
    width: 100px;
  }
}
.topPage .sec03 {
  margin-top: 90px;
  padding-bottom: 40px;
  background-image: url("/ehpc/wp-content/themes/cocorolab/static/images/top/sec03_bg01.png"), url("/ehpc/wp-content/themes/cocorolab/static/images/top/sec03_bg02.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top 35% right, bottom left;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topPage .sec03 {
    margin-top: 0;
    background-size: 112px 179px;
  }
}
.topPage .sec03 .item01 {
  position: absolute;
  top: 46%;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .topPage .sec03 .item01 {
    top: 40%;
    right: 0;
    width: 120px;
  }
}
.topPage .sec03 .item02 {
  position: absolute;
  bottom: 0;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .topPage .sec03 .item02 {
    left: 20px;
    width: 60px;
  }
}
.topPage .sec03 .ctList {
  font-size: 0;
  position: relative;
  z-index: 9;
}
.topPage .sec03 .ctList > li {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .topPage .sec03 .ctList > li {
    width: 100% !important;
    margin: 0 0 55px !important;
  }
}
.topPage .sec03 .ctList > li:nth-child(1), .topPage .sec03 .ctList > li:nth-child(2) {
  width: 48%;
}
.topPage .sec03 .ctList > li:nth-child(1) .imgBox::before, .topPage .sec03 .ctList > li:nth-child(2) .imgBox::before {
  width: 119px;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .topPage .sec03 .ctList > li:nth-child(1) .imgBox::before, .topPage .sec03 .ctList > li:nth-child(2) .imgBox::before {
    width: 70px;
    height: 70px;
  }
}
.topPage .sec03 .ctList > li:nth-child(3), .topPage .sec03 .ctList > li:nth-child(4), .topPage .sec03 .ctList > li:nth-child(5) {
  width: 31.333%;
}
.topPage .sec03 .ctList > li:nth-child(3) .imgBox::before, .topPage .sec03 .ctList > li:nth-child(4) .imgBox::before, .topPage .sec03 .ctList > li:nth-child(5) .imgBox::before {
  width: 100px;
  height: 102px;
}
@media screen and (max-width: 768px) {
  .topPage .sec03 .ctList > li:nth-child(3) .imgBox::before, .topPage .sec03 .ctList > li:nth-child(4) .imgBox::before, .topPage .sec03 .ctList > li:nth-child(5) .imgBox::before {
    width: 70px;
    height: 70px;
  }
}
.topPage .sec03 .ctList > li:nth-child(3) .txBox, .topPage .sec03 .ctList > li:nth-child(4) .txBox, .topPage .sec03 .ctList > li:nth-child(5) .txBox {
  margin-top: -102px;
}
.topPage .sec03 .ctList > li:nth-child(3) .txBox .ttlArea .ttl, .topPage .sec03 .ctList > li:nth-child(4) .txBox .ttlArea .ttl, .topPage .sec03 .ctList > li:nth-child(5) .txBox .ttlArea .ttl {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .topPage .sec03 .ctList > li:nth-child(3) .txBox .ttlArea .ttl, .topPage .sec03 .ctList > li:nth-child(4) .txBox .ttlArea .ttl, .topPage .sec03 .ctList > li:nth-child(5) .txBox .ttlArea .ttl {
    font-size: 1.8rem;
  }
}
.topPage .sec03 .ctList > li:nth-child(3), .topPage .sec03 .ctList > li:nth-child(4) {
  margin-right: 3%;
}
.topPage .sec03 .ctList > li:nth-child(1) {
  margin-right: 4%;
  margin-top: 0;
}
.topPage .sec03 .ctList > li:nth-child(1) .imgBox::before {
  background-image: url("/ehpc/wp-content/themes/cocorolab/static/images/top/sec03_ct01_icon.png");
}
.topPage .sec03 .ctList > li:nth-child(1) .imgBox span::before {
  background-image: url("/ehpc/wp-content/themes/cocorolab/static/images/top/sec03_ct01_main.png");
}
.topPage .sec03 .ctList > li:nth-child(2) {
  margin-top: 100px;
}
.topPage .sec03 .ctList > li:nth-child(2) .imgBox::before {
  background-image: url("/ehpc/wp-content/themes/cocorolab/static/images/top/sec03_ct02_icon.png");
}
.topPage .sec03 .ctList > li:nth-child(2) .imgBox span::before {
  background-image: url("/ehpc/wp-content/themes/cocorolab/static/images/top/sec03_ct03_main.png");
}
.topPage .sec03 .ctList > li:nth-child(3) .imgBox::before {
  background-image: url("/ehpc/wp-content/themes/cocorolab/static/images/top/sec03_ct03_icon.png");
}
.topPage .sec03 .ctList > li:nth-child(3) .imgBox span {
  padding-top: 100%;
}
.topPage .sec03 .ctList > li:nth-child(3) .imgBox span::before {
  background: url("/ehpc/wp-content/themes/cocorolab/static/images/top/sec03_ct02_main.png") no-repeat -58px center/cover;
}
.topPage .sec03 .ctList > li:nth-child(4) {
  margin-top: 100px;
}
.topPage .sec03 .ctList > li:nth-child(4) .imgBox::before {
  background-image: url("/ehpc/wp-content/themes/cocorolab/static/images/top/sec03_ct04_icon.png");
}
.topPage .sec03 .ctList > li:nth-child(4) .imgBox span {
  padding-top: 100%;
}
.topPage .sec03 .ctList > li:nth-child(4) .imgBox span::before {
  background-image: url("/ehpc/wp-content/themes/cocorolab/static/images/top/sec03_ct04_main.png");
}
.topPage .sec03 .ctList > li:nth-child(5) {
  margin-top: 200px;
}
.topPage .sec03 .ctList > li:nth-child(5) .imgBox::before {
  background-image: url("/ehpc/wp-content/themes/cocorolab/static/images/top/sec03_ct05_icon.png");
}
.topPage .sec03 .ctList > li:nth-child(5) .imgBox span {
  padding-top: 100%;
}
.topPage .sec03 .ctList > li:nth-child(5) .imgBox span::before {
  background-image: url("/ehpc/wp-content/themes/cocorolab/static/images/top/sec03_ct05_main.png");
}
.topPage .sec03 .ctList > li .imgBox {
  width: 85%;
  margin: 0 0 0 auto;
  position: relative;
}
.topPage .sec03 .ctList > li .imgBox::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -70px;
  background: no-repeat center center/cover;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .topPage .sec03 .ctList > li .imgBox::before {
    left: -20px;
  }
}
.topPage .sec03 .ctList > li .imgBox span {
  border-radius: 50px;
  padding-top: 66%;
}
@media screen and (max-width: 768px) {
  .topPage .sec03 .ctList > li .imgBox span {
    padding-top: 100% !important;
    border-radius: 25px;
  }
}
.topPage .sec03 .ctList > li .txBox {
  margin-top: -106px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .topPage .sec03 .ctList > li .txBox {
    margin-top: -69px !important;
  }
}
.topPage .sec03 .ctList > li .txBox .ttlArea {
  width: 70%;
  background: #fff;
  border-top-right-radius: 50px;
  padding: 32px 20px 0 0;
  line-height: 1.75;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topPage .sec03 .ctList > li .txBox .ttlArea {
    width: 85%;
    border-top-right-radius: 25px;
    padding: 15px 10px 0 0;
  }
}
.topPage .sec03 .ctList > li .txBox .ttlArea::before {
  left: 21.428%;
}
@media screen and (max-width: 768px) {
  .topPage .sec03 .ctList > li .txBox .ttlArea::before {
    left: 17.7%;
  }
}
.topPage .sec03 .ctList > li .txBox .ttlArea .ttl {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .topPage .sec03 .ctList > li .txBox .ttlArea .ttl {
    font-size: 1.8rem;
  }
}
.topPage .sec03 .ctList > li .txBox .ttlArea .read {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .topPage .sec03 .ctList > li .txBox .ttlArea .read {
    font-size: 1.4rem;
  }
}
.topPage .sec03 .ctList > li .txBox .tx {
  font-size: 1.5rem;
  margin-top: 15px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .topPage .sec03 .ctList > li .txBox .tx {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}
.topPage .sec03 .ctList > li .txBox .btn {
  margin: 25px auto 0 0;
}
@media screen and (max-width: 768px) {
  .topPage .sec03 .ctList > li .txBox .btn {
    margin-top: 20px;
  }
}
.topPage .sec04 {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 {
    margin-top: 15px;
    padding: 70px 0;
  }
}
.topPage .sec04 .item01 {
  position: absolute;
  top: -30px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .item01 {
    width: 100px;
    right: 0;
  }
}
.topPage .sec04 .item02 {
  position: absolute;
  top: -10px;
  right: 190px;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .item02 {
    right: 120px;
    width: 55px;
  }
}
.topPage .sec04 .secTtl {
  color: #fff;
}
.topPage .sec04 .accordion dt {
  width: 100%;
  background: #fff;
  padding: 7px 40px 7px 20px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .accordion dt {
    padding: 5px 30px 5px 12px;
  }
}
.topPage .sec04 .accordion dt::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 15px;
  width: 14px;
  height: 2px;
  background: #46423d;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .accordion dt::before {
    width: 10px;
    right: 10px;
  }
}
.topPage .sec04 .accordion dt::after {
  content: "";
  position: absolute;
  right: 21px;
  top: calc(50% - 8px);
  height: 14px;
  width: 2px;
  background: #46423d;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .accordion dt::after {
    height: 10px;
    top: calc(50% - 6px);
    right: 14px;
  }
}
.topPage .sec04 .accordion dt span {
  background: url("/ehpc/wp-content/themes/cocorolab/static/images/top/sec04_icon01.png") no-repeat center left/40px 41px;
  font-size: 1.8rem;
  padding: 8px 0 8px 53px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .accordion dt span {
    font-size: 1.4rem;
    line-height: 1.65;
    background-size: 35px 35px;
    padding-left: 45px;
  }
}
.topPage .sec04 .accordion dt.active::after {
  display: none;
}
.topPage .sec04 .accordion dd {
  padding: 10px 20px 40px;
  display: none;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .accordion dd {
    padding: 0 12px 20px;
  }
}
.topPage .sec04 .accordion dd span {
  padding-left: 53px;
  background: url("/ehpc/wp-content/themes/cocorolab/static/images/top/sec04_icon02.png") no-repeat center left/40px 41px;
  font-size: 1.5rem;
  line-height: 2.8;
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .accordion dd span {
    font-size: 1.3rem;
    line-height: 3.2;
    background-size: 35px 35px;
    padding-left: 45px;
    background-position: top 5px left;
  }
}

/*----------------------------------------------------
☆複数ページ共通の各施設へのご案内
----------------------------------------------------*/
.topPage .secTtl,
.aboutPage .secTtl,
.featurePage .secTtl,
.nurseryLifePage .secTtl,
.facilityPage .secTtl {
  line-height: 1;
  font-size: 1.8rem;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .topPage .secTtl,
  .aboutPage .secTtl,
  .featurePage .secTtl,
  .nurseryLifePage .secTtl,
  .facilityPage .secTtl {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.topPage .secTtl span,
.aboutPage .secTtl span,
.featurePage .secTtl span,
.nurseryLifePage .secTtl span,
.facilityPage .secTtl span {
  font-size: 4.2rem;
  line-height: 1.7;
  vertical-align: bottom;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .topPage .secTtl span,
  .aboutPage .secTtl span,
  .featurePage .secTtl span,
  .nurseryLifePage .secTtl span,
  .facilityPage .secTtl span {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .topPage .sec01,
  .aboutPage .sec01,
  .featurePage .sec01,
  .nurseryLifePage .sec01,
  .facilityPage .sec01 {
    background-size: 60% auto;
  }
}
.topPage .sec01 .copy,
.aboutPage .sec01 .copy,
.featurePage .sec01 .copy,
.nurseryLifePage .sec01 .copy,
.facilityPage .sec01 .copy {
  text-align: center;
  line-height: 1.6;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .topPage .sec01 .copy,
  .aboutPage .sec01 .copy,
  .featurePage .sec01 .copy,
  .nurseryLifePage .sec01 .copy,
  .facilityPage .sec01 .copy {
    font-size: 1.6rem;
  }
}
.topPage .sec01 .copy .ja,
.aboutPage .sec01 .copy .ja,
.featurePage .sec01 .copy .ja,
.nurseryLifePage .sec01 .copy .ja,
.facilityPage .sec01 .copy .ja {
  display: block;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .topPage .sec01 .copy .ja,
  .aboutPage .sec01 .copy .ja,
  .featurePage .sec01 .copy .ja,
  .nurseryLifePage .sec01 .copy .ja,
  .facilityPage .sec01 .copy .ja {
    font-size: 2.3rem;
    margin-bottom: 5px;
  }
}
.topPage .sec01 .wrap,
.aboutPage .sec01 .wrap,
.featurePage .sec01 .wrap,
.nurseryLifePage .sec01 .wrap,
.facilityPage .sec01 .wrap {
  font-size: 0;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .topPage .sec01 .wrap,
  .aboutPage .sec01 .wrap,
  .featurePage .sec01 .wrap,
  .nurseryLifePage .sec01 .wrap,
  .facilityPage .sec01 .wrap {
    margin-top: 0px;
  }
}
.topPage .sec01 .wrap .txBox,
.aboutPage .sec01 .wrap .txBox,
.featurePage .sec01 .wrap .txBox,
.nurseryLifePage .sec01 .wrap .txBox,
.facilityPage .sec01 .wrap .txBox {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .topPage .sec01 .wrap .txBox,
  .aboutPage .sec01 .wrap .txBox,
  .featurePage .sec01 .wrap .txBox,
  .nurseryLifePage .sec01 .wrap .txBox,
  .facilityPage .sec01 .wrap .txBox {
    width: 100%;
    margin-top: 20px;
  }
}
.topPage .sec01 .wrap .txBox p,
.aboutPage .sec01 .wrap .txBox p,
.featurePage .sec01 .wrap .txBox p,
.nurseryLifePage .sec01 .wrap .txBox p,
.facilityPage .sec01 .wrap .txBox p {
  font-size: 1.8rem;
  line-height: 2.6;
}
@media screen and (max-width: 768px) {
  .topPage .sec01 .wrap .txBox p,
  .aboutPage .sec01 .wrap .txBox p,
  .featurePage .sec01 .wrap .txBox p,
  .nurseryLifePage .sec01 .wrap .txBox p,
  .facilityPage .sec01 .wrap .txBox p {
    font-size: 1.4rem;
    line-height: 2.2;
  }
}
.topPage .sec01 .wrap .txBox p .marker,
.aboutPage .sec01 .wrap .txBox p .marker,
.featurePage .sec01 .wrap .txBox p .marker,
.nurseryLifePage .sec01 .wrap .txBox p .marker,
.facilityPage .sec01 .wrap .txBox p .marker {
  background-image: linear-gradient(transparent 60%, #ffd9a3 0%);
}
.topPage .sec01 .wrap .imgBox,
.aboutPage .sec01 .wrap .imgBox,
.featurePage .sec01 .wrap .imgBox,
.nurseryLifePage .sec01 .wrap .imgBox,
.facilityPage .sec01 .wrap .imgBox {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topPage .sec01 .wrap .imgBox,
  .aboutPage .sec01 .wrap .imgBox,
  .featurePage .sec01 .wrap .imgBox,
  .nurseryLifePage .sec01 .wrap .imgBox,
  .facilityPage .sec01 .wrap .imgBox {
    width: 100%;
    margin-top: 20px;
  }
}
.topPage .sec01 .wrap .imgBox .item,
.aboutPage .sec01 .wrap .imgBox .item,
.featurePage .sec01 .wrap .imgBox .item,
.nurseryLifePage .sec01 .wrap .imgBox .item,
.facilityPage .sec01 .wrap .imgBox .item {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .topPage .sec01 .wrap .imgBox .item,
  .aboutPage .sec01 .wrap .imgBox .item,
  .featurePage .sec01 .wrap .imgBox .item,
  .nurseryLifePage .sec01 .wrap .imgBox .item,
  .facilityPage .sec01 .wrap .imgBox .item {
    width: 120px;
    right: 0;
    bottom: -50px;
  }
}
.topPage .sec01.secPad,
.aboutPage .sec01.secPad,
.featurePage .sec01.secPad,
.nurseryLifePage .sec01.secPad,
.facilityPage .sec01.secPad {
  padding: 50px 100px;
}
@media screen and (max-width: 768px) {
  .topPage .sec01.secPad,
  .aboutPage .sec01.secPad,
  .featurePage .sec01.secPad,
  .nurseryLifePage .sec01.secPad,
  .facilityPage .sec01.secPad {
    padding: 30px 0px 50px;
  }
}
@media screen and (max-width: 768px) {
  .topPage .sec04,
  .aboutPage .sec04,
  .featurePage .sec04,
  .nurseryLifePage .sec04,
  .facilityPage .sec04 {
    margin-top: 30px;
  }
}
.topPage .sec04 .secTtl,
.aboutPage .sec04 .secTtl,
.featurePage .sec04 .secTtl,
.nurseryLifePage .sec04 .secTtl,
.facilityPage .sec04 .secTtl {
  line-height: 2.4;
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.topPage .sec04 .secTtl span,
.aboutPage .sec04 .secTtl span,
.featurePage .sec04 .secTtl span,
.nurseryLifePage .sec04 .secTtl span,
.facilityPage .sec04 .secTtl span {
  font-size: 3.1rem;
  line-height: 0.9;
  vertical-align: bottom;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .secTtl,
  .aboutPage .sec04 .secTtl,
  .featurePage .sec04 .secTtl,
  .nurseryLifePage .sec04 .secTtl,
  .facilityPage .sec04 .secTtl {
    font-size: 1.5rem;
    margin-top: 15px;
  }
  .topPage .sec04 .secTtl span,
  .aboutPage .sec04 .secTtl span,
  .featurePage .sec04 .secTtl span,
  .nurseryLifePage .sec04 .secTtl span,
  .facilityPage .sec04 .secTtl span {
    font-size: 1.9rem;
  }
}
.topPage .sec05,
.aboutPage .sec05,
.featurePage .sec05,
.nurseryLifePage .sec05,
.facilityPage .sec05 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .topPage .sec05,
  .aboutPage .sec05,
  .featurePage .sec05,
  .nurseryLifePage .sec05,
  .facilityPage .sec05 {
    margin-top: 20px;
  }
}
.topPage .sec05 .inr,
.aboutPage .sec05 .inr,
.featurePage .sec05 .inr,
.nurseryLifePage .sec05 .inr,
.facilityPage .sec05 .inr {
  padding: 100px 60px 60px;
  background: url("/ehpc/wp-content/themes/cocorolab/static/images/top/sec05_bg02.png") no-repeat top 140px center/cover;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .topPage .sec05 .inr,
  .aboutPage .sec05 .inr,
  .featurePage .sec05 .inr,
  .nurseryLifePage .sec05 .inr,
  .facilityPage .sec05 .inr {
    padding: 100px 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .topPage .sec05 .inr,
  .aboutPage .sec05 .inr,
  .featurePage .sec05 .inr,
  .nurseryLifePage .sec05 .inr,
  .facilityPage .sec05 .inr {
    padding: 55px 20px 20px;
    background-position: top 80px center;
  }
}
.topPage .sec05 .inr::before,
.aboutPage .sec05 .inr::before,
.featurePage .sec05 .inr::before,
.nurseryLifePage .sec05 .inr::before,
.facilityPage .sec05 .inr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: url("/ehpc/wp-content/themes/cocorolab/static/images/top/sec05_bg01.png") no-repeat center center/100% 100%;
}
@media screen and (max-width: 768px) {
  .topPage .sec05 .inr::before,
  .aboutPage .sec05 .inr::before,
  .featurePage .sec05 .inr::before,
  .nurseryLifePage .sec05 .inr::before,
  .facilityPage .sec05 .inr::before {
    height: 80px;
  }
}
.topPage .sec05 .inr::after,
.aboutPage .sec05 .inr::after,
.featurePage .sec05 .inr::after,
.nurseryLifePage .sec05 .inr::after,
.facilityPage .sec05 .inr::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 35%;
  background: url("/ehpc/wp-content/themes/cocorolab/static/images/top/sec05_bg_icon.png") no-repeat center center/cover;
  width: 132px;
  height: 160px;
}
@media screen and (max-width: 768px) {
  .topPage .sec05 .inr::after,
  .aboutPage .sec05 .inr::after,
  .featurePage .sec05 .inr::after,
  .nurseryLifePage .sec05 .inr::after,
  .facilityPage .sec05 .inr::after {
    width: 92px;
    height: 112px;
    right: 20%;
    top: 15px;
  }
}
.topPage .sec05 .inr .wrap,
.aboutPage .sec05 .inr .wrap,
.featurePage .sec05 .inr .wrap,
.nurseryLifePage .sec05 .inr .wrap,
.facilityPage .sec05 .inr .wrap {
  position: relative;
  z-index: 9;
}
.topPage .sec05 .inr .wrap .secTtl,
.aboutPage .sec05 .inr .wrap .secTtl,
.featurePage .sec05 .inr .wrap .secTtl,
.nurseryLifePage .sec05 .inr .wrap .secTtl,
.facilityPage .sec05 .inr .wrap .secTtl {
  line-height: 2.4;
  text-align: center;
}
.topPage .sec05 .inr .wrap .secTtl span,
.aboutPage .sec05 .inr .wrap .secTtl span,
.featurePage .sec05 .inr .wrap .secTtl span,
.nurseryLifePage .sec05 .inr .wrap .secTtl span,
.facilityPage .sec05 .inr .wrap .secTtl span {
  display: block;
}
@media screen and (max-width: 768px) {
  .topPage .sec05 .inr .wrap .nav,
  .aboutPage .sec05 .inr .wrap .nav,
  .featurePage .sec05 .inr .wrap .nav,
  .nurseryLifePage .sec05 .inr .wrap .nav,
  .facilityPage .sec05 .inr .wrap .nav {
    text-align: center;
  }
}
.topPage .sec05 .inr .wrap .nav > li,
.aboutPage .sec05 .inr .wrap .nav > li,
.featurePage .sec05 .inr .wrap .nav > li,
.nurseryLifePage .sec05 .inr .wrap .nav > li,
.facilityPage .sec05 .inr .wrap .nav > li {
  width: 24.84%;
  margin-right: 0.2%;
  display: inline-block;
  vertical-align: top;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.7;
  opacity: 0.55;
}
@media screen and (max-width: 768px) {
  .topPage .sec05 .inr .wrap .nav > li,
  .aboutPage .sec05 .inr .wrap .nav > li,
  .featurePage .sec05 .inr .wrap .nav > li,
  .nurseryLifePage .sec05 .inr .wrap .nav > li,
  .facilityPage .sec05 .inr .wrap .nav > li {
    width: 32.666%;
    margin-right: 1%;
    margin-bottom: 1%;
    border-radius: 10px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .topPage .sec05 .inr .wrap .nav > li:nth-child(3),
  .aboutPage .sec05 .inr .wrap .nav > li:nth-child(3),
  .featurePage .sec05 .inr .wrap .nav > li:nth-child(3),
  .nurseryLifePage .sec05 .inr .wrap .nav > li:nth-child(3),
  .facilityPage .sec05 .inr .wrap .nav > li:nth-child(3) {
    margin-right: 0;
  }
}
.topPage .sec05 .inr .wrap .nav > li.current,
.aboutPage .sec05 .inr .wrap .nav > li.current,
.featurePage .sec05 .inr .wrap .nav > li.current,
.nurseryLifePage .sec05 .inr .wrap .nav > li.current,
.facilityPage .sec05 .inr .wrap .nav > li.current {
  opacity: 1;
}
.topPage .sec05 .inr .wrap .nav > li.last,
.aboutPage .sec05 .inr .wrap .nav > li.last,
.featurePage .sec05 .inr .wrap .nav > li.last,
.nurseryLifePage .sec05 .inr .wrap .nav > li.last,
.facilityPage .sec05 .inr .wrap .nav > li.last {
  margin-right: 0;
}
.topPage .sec05 .inr .wrap .nav > li span,
.aboutPage .sec05 .inr .wrap .nav > li span,
.featurePage .sec05 .inr .wrap .nav > li span,
.nurseryLifePage .sec05 .inr .wrap .nav > li span,
.facilityPage .sec05 .inr .wrap .nav > li span {
  font-size: 1rem;
  display: block;
  scale: 0.85;
}
.topPage .sec05 .inr .wrap .nav > li:nth-child(1),
.aboutPage .sec05 .inr .wrap .nav > li:nth-child(1),
.featurePage .sec05 .inr .wrap .nav > li:nth-child(1),
.nurseryLifePage .sec05 .inr .wrap .nav > li:nth-child(1),
.facilityPage .sec05 .inr .wrap .nav > li:nth-child(1) {
  background-color: #9e332b;
}
.topPage .sec05 .inr .wrap .nav > li:nth-child(2),
.aboutPage .sec05 .inr .wrap .nav > li:nth-child(2),
.featurePage .sec05 .inr .wrap .nav > li:nth-child(2),
.nurseryLifePage .sec05 .inr .wrap .nav > li:nth-child(2),
.facilityPage .sec05 .inr .wrap .nav > li:nth-child(2) {
  background-color: #d78c20;
}
.topPage .sec05 .inr .wrap .nav > li:nth-child(3),
.aboutPage .sec05 .inr .wrap .nav > li:nth-child(3),
.featurePage .sec05 .inr .wrap .nav > li:nth-child(3),
.nurseryLifePage .sec05 .inr .wrap .nav > li:nth-child(3),
.facilityPage .sec05 .inr .wrap .nav > li:nth-child(3) {
  background-color: #8ca04d;
}
.topPage .sec05 .inr .wrap .nav > li:nth-child(4),
.aboutPage .sec05 .inr .wrap .nav > li:nth-child(4),
.featurePage .sec05 .inr .wrap .nav > li:nth-child(4),
.nurseryLifePage .sec05 .inr .wrap .nav > li:nth-child(4),
.facilityPage .sec05 .inr .wrap .nav > li:nth-child(4) {
  background-color: #516195;
}
.topPage .sec05 .inr .wrap .nav > li:nth-child(5),
.aboutPage .sec05 .inr .wrap .nav > li:nth-child(5),
.featurePage .sec05 .inr .wrap .nav > li:nth-child(5),
.nurseryLifePage .sec05 .inr .wrap .nav > li:nth-child(5),
.facilityPage .sec05 .inr .wrap .nav > li:nth-child(5) {
  background-color: #d89791;
}
.topPage .sec05 .inr .wrap .tab,
.aboutPage .sec05 .inr .wrap .tab,
.featurePage .sec05 .inr .wrap .tab,
.nurseryLifePage .sec05 .inr .wrap .tab,
.facilityPage .sec05 .inr .wrap .tab {
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media screen and (max-width: 768px) {
  .topPage .sec05 .inr .wrap .tab,
  .aboutPage .sec05 .inr .wrap .tab,
  .featurePage .sec05 .inr .wrap .tab,
  .nurseryLifePage .sec05 .inr .wrap .tab,
  .facilityPage .sec05 .inr .wrap .tab {
    border-radius: 25px;
  }
}
.topPage .sec05 .inr .wrap .tab .tabIn,
.aboutPage .sec05 .inr .wrap .tab .tabIn,
.featurePage .sec05 .inr .wrap .tab .tabIn,
.nurseryLifePage .sec05 .inr .wrap .tab .tabIn,
.facilityPage .sec05 .inr .wrap .tab .tabIn {
  padding: 60px;
}
@media screen and (max-width: 1200px) {
  .topPage .sec05 .inr .wrap .tab .tabIn,
  .aboutPage .sec05 .inr .wrap .tab .tabIn,
  .featurePage .sec05 .inr .wrap .tab .tabIn,
  .nurseryLifePage .sec05 .inr .wrap .tab .tabIn,
  .facilityPage .sec05 .inr .wrap .tab .tabIn {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .topPage .sec05 .inr .wrap .tab .tabIn,
  .aboutPage .sec05 .inr .wrap .tab .tabIn,
  .featurePage .sec05 .inr .wrap .tab .tabIn,
  .nurseryLifePage .sec05 .inr .wrap .tab .tabIn,
  .facilityPage .sec05 .inr .wrap .tab .tabIn {
    padding: 25px 20px;
    margin-top: 20px;
  }
}
.topPage .sec05 .inr .wrap .tab .tabIn .name,
.aboutPage .sec05 .inr .wrap .tab .tabIn .name,
.featurePage .sec05 .inr .wrap .tab .tabIn .name,
.nurseryLifePage .sec05 .inr .wrap .tab .tabIn .name,
.facilityPage .sec05 .inr .wrap .tab .tabIn .name {
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .topPage .sec05 .inr .wrap .tab .tabIn .name,
  .aboutPage .sec05 .inr .wrap .tab .tabIn .name,
  .featurePage .sec05 .inr .wrap .tab .tabIn .name,
  .nurseryLifePage .sec05 .inr .wrap .tab .tabIn .name,
  .facilityPage .sec05 .inr .wrap .tab .tabIn .name {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .topPage .sec05 .inr .wrap .tab .tabIn .name span,
  .aboutPage .sec05 .inr .wrap .tab .tabIn .name span,
  .featurePage .sec05 .inr .wrap .tab .tabIn .name span,
  .nurseryLifePage .sec05 .inr .wrap .tab .tabIn .name span,
  .facilityPage .sec05 .inr .wrap .tab .tabIn .name span {
    display: block;
    font-size: 1.3rem;
  }
}
.topPage .sec05 .inr .wrap .tab .tabIn .btnList,
.aboutPage .sec05 .inr .wrap .tab .tabIn .btnList,
.featurePage .sec05 .inr .wrap .tab .tabIn .btnList,
.nurseryLifePage .sec05 .inr .wrap .tab .tabIn .btnList,
.facilityPage .sec05 .inr .wrap .tab .tabIn .btnList {
  max-width: 600px;
  width: 100%;
  margin: 30px auto 0;
}
.topPage .sec05 .inr .wrap .tab .tabIn .btnList > li,
.aboutPage .sec05 .inr .wrap .tab .tabIn .btnList > li,
.featurePage .sec05 .inr .wrap .tab .tabIn .btnList > li,
.nurseryLifePage .sec05 .inr .wrap .tab .tabIn .btnList > li,
.facilityPage .sec05 .inr .wrap .tab .tabIn .btnList > li {
  max-width: 100%;
}
.topPage .sec05 .inr .wrap .tab .tabIn .btnList > li.contact,
.aboutPage .sec05 .inr .wrap .tab .tabIn .btnList > li.contact,
.featurePage .sec05 .inr .wrap .tab .tabIn .btnList > li.contact,
.nurseryLifePage .sec05 .inr .wrap .tab .tabIn .btnList > li.contact,
.facilityPage .sec05 .inr .wrap .tab .tabIn .btnList > li.contact {
  position: relative;
}
.topPage .sec05 .inr .wrap .tab .tabIn .btnList > li.contact::before,
.aboutPage .sec05 .inr .wrap .tab .tabIn .btnList > li.contact::before,
.featurePage .sec05 .inr .wrap .tab .tabIn .btnList > li.contact::before,
.nurseryLifePage .sec05 .inr .wrap .tab .tabIn .btnList > li.contact::before,
.facilityPage .sec05 .inr .wrap .tab .tabIn .btnList > li.contact::before {
  content: "";
  position: absolute;
  top: -55px;
  right: -100px;
  background: url("/ehpc/wp-content/themes/cocorolab/static/images/top/sec05_tab_parts01.png") no-repeat center center/cover;
  width: 138px;
  height: 83px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .topPage .sec05 .inr .wrap .tab .tabIn .btnList > li.contact::before,
  .aboutPage .sec05 .inr .wrap .tab .tabIn .btnList > li.contact::before,
  .featurePage .sec05 .inr .wrap .tab .tabIn .btnList > li.contact::before,
  .nurseryLifePage .sec05 .inr .wrap .tab .tabIn .btnList > li.contact::before,
  .facilityPage .sec05 .inr .wrap .tab .tabIn .btnList > li.contact::before {
    width: 100px;
    height: 60px;
    top: -35px;
    right: -45px;
  }
}
.topPage .sec05 .inr .wrap .tab .tabIn .btnList > li.contact a,
.aboutPage .sec05 .inr .wrap .tab .tabIn .btnList > li.contact a,
.featurePage .sec05 .inr .wrap .tab .tabIn .btnList > li.contact a,
.nurseryLifePage .sec05 .inr .wrap .tab .tabIn .btnList > li.contact a,
.facilityPage .sec05 .inr .wrap .tab .tabIn .btnList > li.contact a {
  background-image: none;
}
.topPage .sec05 .inr .wrap .tab .tabIn .btnList > li.contact a span,
.aboutPage .sec05 .inr .wrap .tab .tabIn .btnList > li.contact a span,
.featurePage .sec05 .inr .wrap .tab .tabIn .btnList > li.contact a span,
.nurseryLifePage .sec05 .inr .wrap .tab .tabIn .btnList > li.contact a span,
.facilityPage .sec05 .inr .wrap .tab .tabIn .btnList > li.contact a span {
  padding-left: 28px;
  background: url("/ehpc/wp-content/themes/cocorolab/static/images/icon_mail.png") no-repeat center left/21px 16px;
}

/*----------------------------------------------------
☆featurePage
----------------------------------------------------*/
.featurePage .mv .mainImg {
  position: relative;
}
.featurePage .sec01 {
  background: url("/ehpc/wp-content/themes/cocorolab/static/images/recruit/sec01_bg.png") no-repeat center top 50px/auto auto;
}
.featurePage .sec02 {
  background-image: url("/ehpc/wp-content/themes/cocorolab/static/images/top/sec03_bg01.png"), url("/ehpc/wp-content/themes/cocorolab/static/images/top/sec03_bg02.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top 35% right, bottom left;
  position: relative;
}
@media screen and (max-width: 768px) {
  .featurePage .sec02 {
    margin-top: 0;
    background-size: 60% auto;
    padding-top: 0;
  }
}
.featurePage .sec02 .item01 {
  position: absolute;
  top: 46%;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .featurePage .sec02 .item01 {
    top: 40%;
    right: 0;
    width: 120px;
  }
}
.featurePage .sec02 .item02 {
  position: absolute;
  bottom: 0;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .featurePage .sec02 .item02 {
    left: 20px;
    bottom: 0px;
    width: 50px;
  }
}
.featurePage .sec02 .item03 {
  position: absolute;
  top: -70px;
  left: 50px;
}
@media screen and (max-width: 768px) {
  .featurePage .sec02 .item03 {
    display: none;
  }
}
.featurePage .sec02 .copy {
  text-align: center;
  line-height: 1.6;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .featurePage .sec02 .copy {
    font-size: 1.6rem;
  }
}
.featurePage .sec02 .copy .ja {
  display: block;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .featurePage .sec02 .copy .ja {
    font-size: 2.6rem;
    margin-bottom: 5px;
  }
}
.featurePage .sec02 .wrap-feature {
  margin-top: 30px;
}
.featurePage .sec02 .wrap-feature .infoList > li {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .featurePage .sec02 .wrap-feature .infoList > li {
    margin-bottom: 40px;
  }
}
.featurePage .sec02 .wrap-feature .infoList > li.last {
  margin-bottom: 0;
}
.featurePage .sec02 .wrap-feature .infoList > li .item03-right {
  position: absolute;
  top: 10px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .featurePage .sec02 .wrap-feature .infoList > li .item03-right {
    display: none;
  }
}
.featurePage .sec02 .wrap-feature .infoList > li .item03-left {
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .featurePage .sec02 .wrap-feature .infoList > li .item03-left {
    display: none;
  }
}
.featurePage .sec02 .wrap-feature .infoList > li .icon {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 87px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .featurePage .sec02 .wrap-feature .infoList > li .icon {
    width: 70px;
  }
}
.featurePage .sec02 .wrap-feature .infoList > li .wrap {
  font-size: 0;
}
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_01,
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_03,
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_02sp {
  display: inline-block;
  vertical-align: top;
  width: 52%;
  border-radius: 50px;
  border: 1px solid #ddd;
  position: relative;
  z-index: 9;
  background: #fff;
  padding: 80px 40px 40px;
}
@media screen and (max-width: 768px) {
  .featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_01,
  .featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_03,
  .featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_02sp {
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 75px 20px 20px;
  }
}
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_01::before,
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_03::before,
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_02sp::before {
  content: "";
  position: absolute;
  background-image: url(/ehpc/wp-content/themes/cocorolab/static/images/feature/sec02_parts01_green.png);
  top: -1px;
  left: 40px;
  width: 58px;
  height: 60px;
  background-size: contain;
}
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_01 .copy,
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_03 .copy,
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_02sp .copy {
  font-size: 2.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_01 .copy,
  .featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_03 .copy,
  .featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_02sp .copy {
    font-size: 2rem;
  }
}
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_01 .read,
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_03 .read,
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_02sp .read {
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_01 .read,
  .featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_03 .read,
  .featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_02sp .read {
    font-size: 1.5rem;
  }
}
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_01 .read.red,
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_03 .read.red,
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_02sp .read.red {
  color: #bd6d54;
}
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_01 .tagList,
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_03 .tagList,
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_02sp .tagList {
  text-align: center;
  margin-top: 10px;
}
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_01 .tagList > li,
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_03 .tagList > li,
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_02sp .tagList > li {
  display: inline-block;
  vertical-align: top;
  margin: 2px;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 90px;
  background: #f7f6ee;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_01 .tagList > li,
  .featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_03 .tagList > li,
  .featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_02sp .tagList > li {
    font-size: 1.2rem;
  }
}
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_01 .tagList.orange > li,
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_03 .tagList.orange > li,
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_02sp .tagList.orange > li {
  background: #c38f43;
  color: #fff;
}
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_01 .tx,
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_03 .tx,
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_02sp .tx {
  margin-top: 15px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_01 .tx,
  .featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_03 .tx,
  .featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_02sp .tx {
    font-size: 1.3rem;
  }
}
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_01 .btn,
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_03 .btn,
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_02sp .btn {
  margin-top: 25px;
}
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_03::before {
  background-image: url(/ehpc/wp-content/themes/cocorolab/static/images/feature/sec02_parts03_green.png);
}
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_02sp::before {
  background-image: url(/ehpc/wp-content/themes/cocorolab/static/images/feature/sec02_parts02_green.png);
}
.featurePage .sec02 .wrap-feature .infoList > li .wrap .imgBox_01 {
  display: inline-block;
  vertical-align: top;
  width: 52%;
  margin-left: -4%;
  margin-top: 50px;
  background: no-repeat center center/cover;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .featurePage .sec02 .wrap-feature .infoList > li .wrap .imgBox_01 {
    width: 100%;
    margin: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 66%;
  }
}
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_02 {
  display: inline-block;
  vertical-align: top;
  width: 52%;
  margin-left: -4%;
  border-radius: 50px;
  border: 1px solid #ddd;
  position: relative;
  z-index: 9;
  background: #fff;
  padding: 80px 40px 40px;
}
@media screen and (max-width: 768px) {
  .featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_02 {
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 25px 20px;
  }
}
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_02::before {
  content: "";
  position: absolute;
  background-image: url(/ehpc/wp-content/themes/cocorolab/static/images/feature/sec02_parts02_green.png);
  top: -1px;
  left: 40px;
  width: 58px;
  height: 60px;
  background-size: contain;
}
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_02 .copy {
  font-size: 2.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_02 .copy {
    font-size: 2rem;
  }
}
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_02 .read {
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_02 .read {
    font-size: 1.5rem;
  }
}
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_02 .read.red {
  color: #bd6d54;
}
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_02 .tagList {
  text-align: center;
  margin-top: 10px;
}
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_02 .tagList > li {
  display: inline-block;
  vertical-align: top;
  margin: 2px;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 90px;
  background: #f7f6ee;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_02 .tagList > li {
    font-size: 1.2rem;
  }
}
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_02 .tagList.orange > li {
  background: #c38f43;
  color: #fff;
}
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_02 .tx {
  margin-top: 15px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_02 .tx {
    font-size: 1.3rem;
  }
}
.featurePage .sec02 .wrap-feature .infoList > li .wrap .txBox_02 .btn {
  margin-top: 25px;
}
.featurePage .sec02 .wrap-feature .infoList > li .wrap .imgBox_02 {
  display: inline-block;
  vertical-align: top;
  width: 52%;
  margin-top: 50px;
  background: no-repeat center center/cover;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .featurePage .sec02 .wrap-feature .infoList > li .wrap .imgBox_02 {
    width: 100%;
    margin: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 66%;
  }
}

/*----------------------------------------------------
☆nurseryLifePage
----------------------------------------------------*/
.nurseryLifePage .mv .mainImg {
  position: relative;
}
.nurseryLifePage .sec01 {
  background: url("/ehpc/wp-content/themes/cocorolab/static/images/recruit/sec01_bg.png") no-repeat center top 50px/auto auto;
}
.nurseryLifePage .sec02 {
  background-image: url("/ehpc/wp-content/themes/cocorolab/static/images/top/sec03_bg01.png"), url("/ehpc/wp-content/themes/cocorolab/static/images/top/sec03_bg02.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top 35% right, bottom left;
  position: relative;
}
@media screen and (max-width: 768px) {
  .nurseryLifePage .sec02 {
    margin-top: 0;
    background-size: 112px 179px;
  }
}
@media screen and (max-width: 768px) {
  .nurseryLifePage .sec02 {
    background-size: 60% auto;
  }
}
.nurseryLifePage .sec02 .item01 {
  position: absolute;
  top: 46%;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .nurseryLifePage .sec02 .item01 {
    top: 40%;
    right: 0;
    width: 120px;
  }
}
.nurseryLifePage .sec02 .item02 {
  position: absolute;
  bottom: 0;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .nurseryLifePage .sec02 .item02 {
    left: 20px;
    width: 60px;
  }
}
.nurseryLifePage .sec02 .copy {
  text-align: center;
  line-height: 1.6;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .nurseryLifePage .sec02 .copy {
    font-size: 1.6rem;
  }
}
.nurseryLifePage .sec02 .copy .ja {
  display: block;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .nurseryLifePage .sec02 .copy .ja {
    font-size: 2.6rem;
    margin-bottom: 5px;
  }
}
.nurseryLifePage .sec02 .wrap-daily-schedule ul.daily-schedule-list {
  font-size: 0;
}
.nurseryLifePage .sec02 .wrap-daily-schedule ul.daily-schedule-list > li {
  display: inline-block;
  vertical-align: top;
  max-width: 31.3%;
  width: 100%;
  margin: 10px 1%;
}
@media screen and (max-width: 768px) {
  .nurseryLifePage .sec02 .wrap-daily-schedule ul.daily-schedule-list > li {
    display: block;
    max-width: 100%;
    margin: 10px 0%;
  }
}
.nurseryLifePage .sec02 .wrap-daily-schedule ul.daily-schedule-list > li .wrap-daily-image {
  border-radius: 10px;
  background: repeating-linear-gradient(135deg, #c38f43 0, #c38f43 3px, white 3px, white 6px);
}
.nurseryLifePage .sec02 .wrap-daily-schedule ul.daily-schedule-list > li .wrap-daily-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 7px;
  margin-left: -7px;
}
.nurseryLifePage .sec02 .wrap-daily-schedule ul.daily-schedule-list > li .daily-title {
  font-size: 1.7rem;
  padding: 15px 10px 10px 10px;
  color: #bd6d54;
}
.nurseryLifePage .sec02 .wrap-daily-schedule ul.daily-schedule-list > li .daily-description {
  font-size: 1.3rem;
  padding: 0px 10px 10px 10px;
}
.nurseryLifePage .sec02 .wrap-daily-schedule ul.daily-schedule-list > li:nth-child(2) {
  margin-top: 30px;
}
.nurseryLifePage .sec02 .wrap-daily-schedule ul.daily-schedule-list > li:nth-child(3) {
  margin-top: 60px;
}
.nurseryLifePage .sec02 .wrap-annual-event ul.annual-event-list {
  font-size: 0;
}
.nurseryLifePage .sec02 .wrap-annual-event ul.annual-event-list > li {
  display: inline-block;
  vertical-align: top;
  max-width: 48%;
  width: 100%;
  margin: 10px 1%;
}
@media screen and (max-width: 768px) {
  .nurseryLifePage .sec02 .wrap-annual-event ul.annual-event-list > li {
    display: block;
    max-width: 100%;
    margin: 10px 0%;
  }
}
.nurseryLifePage .sec02 .wrap-annual-event ul.annual-event-list > li .wrap-annual-event-image {
  border-radius: 10px;
  background: repeating-linear-gradient(135deg, #c38f43 0, #c38f43 3px, white 3px, white 6px);
}
.nurseryLifePage .sec02 .wrap-annual-event ul.annual-event-list > li .wrap-annual-event-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 7px;
  margin-left: -7px;
}
.nurseryLifePage .sec02 .wrap-annual-event ul.annual-event-list > li .annual-event-title {
  font-size: 1.7rem;
  padding: 15px 10px 10px 10px;
  color: #bd6d54;
}
.nurseryLifePage .sec02 .wrap-annual-event ul.annual-event-list > li .annual-event-description {
  font-size: 1.3rem;
  padding: 0px 10px 10px 10px;
}
.nurseryLifePage .sec02 .wrap-annual-event ul.annual-event-list > li:nth-child(2), .nurseryLifePage .sec02 .wrap-annual-event ul.annual-event-list > li:nth-child(4) {
  margin-top: 30px;
}
.nurseryLifePage .sec02.secPad {
  padding: 0 100px 100px;
}
@media screen and (max-width: 768px) {
  .nurseryLifePage .sec02.secPad {
    padding: 0 0px 100px;
  }
}

/*----------------------------------------------------
☆aboutPage
----------------------------------------------------*/
.aboutPage .mv .mainImg {
  position: relative;
}
.aboutPage .mv .mainImg .linkIcon {
  position: absolute;
  right: 100px;
  bottom: -45px;
  width: 138px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .aboutPage .mv .mainImg .linkIcon {
    width: 100px;
    bottom: -40px;
    right: auto;
    left: 20px;
  }
}
.aboutPage .mv .mainImg .linkIcon a {
  display: block;
}
.aboutPage .mv .mainImg .linkIcon a:hover {
  opacity: 0.8;
}
.aboutPage .sec01 {
  background: url("/ehpc/wp-content/themes/cocorolab/static/images/recruit/sec01_bg.png") no-repeat center top 50px/auto auto;
}
.aboutPage .sec02 {
  position: relative;
  background: url("/ehpc/wp-content/themes/cocorolab/static/images/top/sec02_bg.png") no-repeat center top/contain;
}
@media screen and (max-width: 768px) {
  .aboutPage .sec02 {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.aboutPage .sec02 .item01 {
  position: absolute;
  top: -70px;
  left: 50px;
}
@media screen and (max-width: 768px) {
  .aboutPage .sec02 .item01 {
    width: 100px;
    top: 98%;
    left: 50px;
  }
}
.aboutPage .sec02 .wrap > li {
  padding: 50px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .aboutPage .sec02 .wrap > li {
    padding: 25px 20px;
  }
}
.aboutPage .sec02 .wrap > li.about01Box .wrap, .aboutPage .sec02 .wrap > li.about02Box .wrap {
  text-align: center;
}
.aboutPage .sec02 .wrap > li.about01Box .wrap .about-title, .aboutPage .sec02 .wrap > li.about02Box .wrap .about-title {
  font-size: 1.9rem;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .aboutPage .sec02 .wrap > li.about01Box .wrap .about-title, .aboutPage .sec02 .wrap > li.about02Box .wrap .about-title {
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 10px 0 7px;
  }
}
.aboutPage .sec02 .wrap > li.about01Box .wrap .tagList, .aboutPage .sec02 .wrap > li.about02Box .wrap .tagList {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .aboutPage .sec02 .wrap > li.about01Box .wrap .tagList, .aboutPage .sec02 .wrap > li.about02Box .wrap .tagList {
    margin-bottom: 5px;
  }
}
.aboutPage .sec02 .wrap > li.about01Box .wrap .tagList > li, .aboutPage .sec02 .wrap > li.about02Box .wrap .tagList > li {
  display: inline-block;
  vertical-align: top;
  margin: 7px 5px;
  line-height: 1.7;
  padding: 6px 12px;
  border-radius: 90px;
  background: #f7f6ee;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .aboutPage .sec02 .wrap > li.about01Box .wrap .tagList > li, .aboutPage .sec02 .wrap > li.about02Box .wrap .tagList > li {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
.aboutPage .sec02 .wrap > li.about01Box .wrap .about-description, .aboutPage .sec02 .wrap > li.about02Box .wrap .about-description {
  font-size: 1.7rem;
  line-height: 1.9;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .aboutPage .sec02 .wrap > li.about01Box .wrap .about-description, .aboutPage .sec02 .wrap > li.about02Box .wrap .about-description {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
.aboutPage .sec02 .wrap > li.about01Box .wrap .about-img, .aboutPage .sec02 .wrap > li.about02Box .wrap .about-img {
  font-size: 0;
  width: 100%;
}
.aboutPage .sec02 .wrap > li.about01Box .wrap .about-img > li, .aboutPage .sec02 .wrap > li.about02Box .wrap .about-img > li {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 20px;
  display: inline-block;
  vertical-align: top;
}
.aboutPage .sec02 .wrap > li.about01Box .wrap .about-img > li .img, .aboutPage .sec02 .wrap > li.about02Box .wrap .about-img > li .img {
  width: 100%;
  height: auto;
}
.aboutPage .sec02 .wrap > li.about01Box .wrap .about-hoiku-point, .aboutPage .sec02 .wrap > li.about02Box .wrap .about-hoiku-point {
  font-size: 0;
  width: 100%;
}
.aboutPage .sec02 .wrap > li.about01Box .wrap .about-hoiku-point > li, .aboutPage .sec02 .wrap > li.about02Box .wrap .about-hoiku-point > li {
  max-width: 32.3%;
  width: 100%;
  margin: 0 1% 0 0;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .aboutPage .sec02 .wrap > li.about01Box .wrap .about-hoiku-point > li, .aboutPage .sec02 .wrap > li.about02Box .wrap .about-hoiku-point > li {
    max-width: 100%;
    margin: 10px 0 0 0;
  }
}
.aboutPage .sec02 .wrap > li.about01Box .wrap .about-hoiku-point > li .about-description-title, .aboutPage .sec02 .wrap > li.about02Box .wrap .about-hoiku-point > li .about-description-title {
  font-size: 1.5rem;
  line-height: 1.7;
  padding: 10px;
  background: #f7f6ee;
  border-radius: 10px;
}
.aboutPage .sec02 .wrap > li.about01Box .wrap .about-hoiku-point > li .about-description-title.green, .aboutPage .sec02 .wrap > li.about02Box .wrap .about-hoiku-point > li .about-description-title.green {
  color: #97b079;
}
.aboutPage .sec02 .wrap > li.about01Box .wrap .about-hoiku-point > li .about-description-title.red, .aboutPage .sec02 .wrap > li.about02Box .wrap .about-hoiku-point > li .about-description-title.red {
  color: #bd6d54;
}
.aboutPage .sec02 .wrap > li.about01Box .wrap .about-hoiku-point > li .about-description-title.orange, .aboutPage .sec02 .wrap > li.about02Box .wrap .about-hoiku-point > li .about-description-title.orange {
  color: #c38f43;
}
.aboutPage .sec02 .wrap > li.about01Box .wrap .about-hoiku-point > li .about-description-title .point-en, .aboutPage .sec02 .wrap > li.about02Box .wrap .about-hoiku-point > li .about-description-title .point-en {
  display: block;
  padding: 5px 3px;
  color: #f7f6ee;
  font-family: "Zilla Slab", serif;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.aboutPage .sec02 .wrap > li.about01Box .wrap .about-hoiku-point > li .about-description-title .point-en .point-num, .aboutPage .sec02 .wrap > li.about02Box .wrap .about-hoiku-point > li .about-description-title .point-en .point-num {
  font-size: 2.1rem;
  line-height: 1.5;
}
.aboutPage .sec02 .wrap > li.about01Box .wrap .about-hoiku-point > li .about-description-title .point-en.green, .aboutPage .sec02 .wrap > li.about02Box .wrap .about-hoiku-point > li .about-description-title .point-en.green {
  background-color: #97b079;
}
.aboutPage .sec02 .wrap > li.about01Box .wrap .about-hoiku-point > li .about-description-title .point-en.red, .aboutPage .sec02 .wrap > li.about02Box .wrap .about-hoiku-point > li .about-description-title .point-en.red {
  background-color: #bd6d54;
}
.aboutPage .sec02 .wrap > li.about01Box .wrap .about-hoiku-point > li .about-description-title .point-en.orange, .aboutPage .sec02 .wrap > li.about02Box .wrap .about-hoiku-point > li .about-description-title .point-en.orange {
  background-color: #c38f43;
}
@media screen and (max-width: 768px) {
  .aboutPage .sec02 .wrap > li.about01Box .wrap .about-hoiku-point > li .about-description-title, .aboutPage .sec02 .wrap > li.about02Box .wrap .about-hoiku-point > li .about-description-title {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.aboutPage .sec02 .wrap > li.about01Box .wrap .about-hoiku-point > li .about-description-title .about-hoiku-point-description, .aboutPage .sec02 .wrap > li.about02Box .wrap .about-hoiku-point > li .about-description-title .about-hoiku-point-description {
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #46423d;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: dotted 2px #97b079;
  display: block;
}
@media screen and (max-width: 768px) {
  .aboutPage .sec02 .wrap > li.about01Box .wrap .about-hoiku-point > li .about-description-title .about-hoiku-point-description, .aboutPage .sec02 .wrap > li.about02Box .wrap .about-hoiku-point > li .about-description-title .about-hoiku-point-description {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.aboutPage .sec02 .wrap > li.featuresBox {
  position: relative;
}
.aboutPage .sec02 .wrap > li.featuresBox::before {
  background-image: url("/ehpc/wp-content/themes/cocorolab/static/images/recruit/sec02_parts02.png");
}
.aboutPage .sec02 .wrap > li.featuresBox .item02 {
  position: absolute;
  bottom: -25px;
  right: -15px;
}
@media screen and (max-width: 768px) {
  .aboutPage .sec02 .wrap > li.featuresBox .item02 {
    width: 75px;
    bottom: -30px;
  }
}
.aboutPage .sec02 .wrap > li.featuresBox .featuresList > li {
  text-align: center;
  padding: 20px 5px;
  position: relative;
  background: #b28139;
}
@media screen and (max-width: 768px) {
  .aboutPage .sec02 .wrap > li.featuresBox .featuresList > li {
    width: 49%;
    margin-bottom: 2%;
    margin-right: 2%;
    padding: 12px 5px;
  }
}
@media screen and (max-width: 768px) {
  .aboutPage .sec02 .wrap > li.featuresBox .featuresList > li:nth-child(2n) {
    margin-right: 0;
  }
}
.aboutPage .sec02 .wrap > li.featuresBox .featuresList > li::before {
  content: "01";
  position: absolute;
  font-family: "Zilla Slab", serif;
  font-size: 7rem;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 0.6;
  color: #c38f43;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .aboutPage .sec02 .wrap > li.featuresBox .featuresList > li::before {
    font-size: 5.5rem;
  }
}
.aboutPage .sec02 .wrap > li.featuresBox .featuresList > li span {
  font-size: 1.6rem;
  color: #fff;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .aboutPage .sec02 .wrap > li.featuresBox .featuresList > li span {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.aboutPage .sec02 .wrap > li.featuresBox .featuresList > li:nth-child(2)::before {
  content: "02";
}
.aboutPage .sec02 .wrap > li.featuresBox .featuresList > li:nth-child(3)::before {
  content: "02";
}
.aboutPage .sec02 .wrap > li.featuresBox .featuresList > li:nth-child(4)::before {
  content: "04";
}

/*----------------------------------------------------
☆recruitPage
----------------------------------------------------*/
.recruitPage .wrap-modal > li {
  padding: 35px 40px 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruitPage .wrap-modal > li {
    padding: 20px 20px 25px;
  }
}
.recruitPage .wrap-modal > li.about01Box .wrap, .recruitPage .wrap-modal > li.about02Box .wrap, .recruitPage .wrap-modal > li.about03Box .wrap, .recruitPage .wrap-modal > li.about04Box .wrap {
  text-align: center;
}
.recruitPage .wrap-modal > li.about01Box .wrap span.feature-en, .recruitPage .wrap-modal > li.about02Box .wrap span.feature-en, .recruitPage .wrap-modal > li.about03Box .wrap span.feature-en, .recruitPage .wrap-modal > li.about04Box .wrap span.feature-en {
  display: block;
  padding: 5px 3px;
  color: #c38f43;
  background-color: #f3e6d5;
  font-family: "Zilla Slab", serif;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 1.5rem;
}
.recruitPage .wrap-modal > li.about01Box .wrap span.feature-en .point-num, .recruitPage .wrap-modal > li.about02Box .wrap span.feature-en .point-num, .recruitPage .wrap-modal > li.about03Box .wrap span.feature-en .point-num, .recruitPage .wrap-modal > li.about04Box .wrap span.feature-en .point-num {
  font-size: 2.1rem;
  line-height: 1.5;
}
.recruitPage .wrap-modal > li.about01Box .wrap .about-title, .recruitPage .wrap-modal > li.about02Box .wrap .about-title, .recruitPage .wrap-modal > li.about03Box .wrap .about-title, .recruitPage .wrap-modal > li.about04Box .wrap .about-title {
  font-size: 1.9rem;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .recruitPage .wrap-modal > li.about01Box .wrap .about-title, .recruitPage .wrap-modal > li.about02Box .wrap .about-title, .recruitPage .wrap-modal > li.about03Box .wrap .about-title, .recruitPage .wrap-modal > li.about04Box .wrap .about-title {
    margin: 0;
    font-size: 1.3rem;
  }
}
.recruitPage .wrap-modal > li.about01Box .wrap .tagList, .recruitPage .wrap-modal > li.about02Box .wrap .tagList, .recruitPage .wrap-modal > li.about03Box .wrap .tagList, .recruitPage .wrap-modal > li.about04Box .wrap .tagList {
  text-align: center;
  margin-bottom: 25px;
}
.recruitPage .wrap-modal > li.about01Box .wrap .tagList > li, .recruitPage .wrap-modal > li.about02Box .wrap .tagList > li, .recruitPage .wrap-modal > li.about03Box .wrap .tagList > li, .recruitPage .wrap-modal > li.about04Box .wrap .tagList > li {
  display: inline-block;
  vertical-align: top;
  margin: 7px 5px;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 90px;
  background: #f7f6ee;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .wrap-modal > li.about01Box .wrap .tagList > li, .recruitPage .wrap-modal > li.about02Box .wrap .tagList > li, .recruitPage .wrap-modal > li.about03Box .wrap .tagList > li, .recruitPage .wrap-modal > li.about04Box .wrap .tagList > li {
    font-size: 1.2rem;
  }
}
.recruitPage .wrap-modal > li.about01Box .wrap .about-description-title, .recruitPage .wrap-modal > li.about02Box .wrap .about-description-title, .recruitPage .wrap-modal > li.about03Box .wrap .about-description-title, .recruitPage .wrap-modal > li.about04Box .wrap .about-description-title {
  font-size: 1.5rem;
  padding: 10px;
  color: #c38f43;
  background-color: #f3e6d5;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.recruitPage .wrap-modal > li.about01Box .wrap .about-description, .recruitPage .wrap-modal > li.about02Box .wrap .about-description, .recruitPage .wrap-modal > li.about03Box .wrap .about-description, .recruitPage .wrap-modal > li.about04Box .wrap .about-description {
  font-size: 1.5rem;
  line-height: 1.7;
  color: #fff;
  margin-top: 10px;
  text-align: left;
}
.recruitPage .wrap-modal > li.about01Box .wrap .about-img, .recruitPage .wrap-modal > li.about02Box .wrap .about-img, .recruitPage .wrap-modal > li.about03Box .wrap .about-img, .recruitPage .wrap-modal > li.about04Box .wrap .about-img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.recruitPage .wrap-modal > li.about01Box .wrap .about-img .img, .recruitPage .wrap-modal > li.about02Box .wrap .about-img .img, .recruitPage .wrap-modal > li.about03Box .wrap .about-img .img, .recruitPage .wrap-modal > li.about04Box .wrap .about-img .img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .recruitPage .wrap-modal > li.about01Box .wrap .about-img, .recruitPage .wrap-modal > li.about02Box .wrap .about-img, .recruitPage .wrap-modal > li.about03Box .wrap .about-img, .recruitPage .wrap-modal > li.about04Box .wrap .about-img {
    margin-top: 20px;
  }
}
.recruitPage .wrap-modal > li.featuresBox {
  position: relative;
}
.recruitPage .wrap-modal > li.featuresBox::before {
  background-image: url("/ehpc/wp-content/themes/cocorolab/static/images/recruit/sec02_parts02.png");
}
.recruitPage .wrap-modal > li.featuresBox .item02 {
  position: absolute;
  bottom: -25px;
  right: -15px;
}
@media screen and (max-width: 768px) {
  .recruitPage .wrap-modal > li.featuresBox .item02 {
    width: 75px;
    bottom: -30px;
  }
}
.recruitPage .wrap-modal > li.featuresBox .featuresList > li {
  text-align: center;
  padding: 20px 5px;
  position: relative;
  background: #b28139;
}
@media screen and (max-width: 768px) {
  .recruitPage .wrap-modal > li.featuresBox .featuresList > li {
    width: 49%;
    margin-bottom: 2%;
    margin-right: 2%;
    padding: 5px 5px 12px;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .wrap-modal > li.featuresBox .featuresList > li:nth-child(2n) {
    margin-right: 0;
  }
}
.recruitPage .wrap-modal > li.featuresBox .featuresList > li::before {
  content: "01";
  position: absolute;
  font-family: "Zilla Slab", serif;
  font-size: 7rem;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 0.6;
  color: #c38f43;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .recruitPage .wrap-modal > li.featuresBox .featuresList > li::before {
    font-size: 5.5rem;
  }
}
.recruitPage .wrap-modal > li.featuresBox .featuresList > li span {
  font-size: 1.6rem;
  color: #fff;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .recruitPage .wrap-modal > li.featuresBox .featuresList > li span {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.recruitPage .wrap-modal > li.featuresBox .featuresList > li:nth-child(2)::before {
  content: "02";
}
.recruitPage .wrap-modal > li.featuresBox .featuresList > li:nth-child(3)::before {
  content: "02";
}
.recruitPage .wrap-modal > li.featuresBox .featuresList > li:nth-child(4)::before {
  content: "04";
}
.recruitPage .wrap-interview {
  font-size: 0;
  padding: 0px 20px 20px;
}
.recruitPage .wrap-interview .copy {
  font-size: 2.4rem;
  color: #97b079;
}
@media screen and (max-width: 768px) {
  .recruitPage .wrap-interview .copy {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
.recruitPage .wrap-interview .boxL {
  width: 60%;
  margin-right: 4%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .recruitPage .wrap-interview .boxL {
    width: 100%;
    margin: 0;
  }
}
.recruitPage .wrap-interview .boxL .spec {
  font-size: 1.8rem;
  margin: 20px 10px 25px;
}
@media screen and (max-width: 768px) {
  .recruitPage .wrap-interview .boxL .spec {
    font-size: 1.5rem;
    margin-top: 5px;
  }
}
.recruitPage .wrap-interview .boxL .spec .tag-status {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  padding: 10px;
  border-radius: 5px;
  background: #97b079;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .recruitPage .wrap-interview .boxL .spec .tag-status {
    font-size: 1.2rem;
  }
}
.recruitPage .wrap-interview .boxL .spec .enTx {
  font-size: 1.5rem;
  margin-left: 10px;
  color: #aaaaaa;
}
@media screen and (max-width: 768px) {
  .recruitPage .wrap-interview .boxL .spec .enTx {
    font-size: 1.3rem;
  }
}
.recruitPage .wrap-interview .boxL .tx {
  margin-top: 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .wrap-interview .boxL .tx {
    font-size: 1.3rem;
  }
}
.recruitPage .wrap-interview .boxR {
  width: 36%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .recruitPage .wrap-interview .boxR {
    width: 100%;
    margin-top: 20px;
  }
}
.recruitPage .mv .mainImg {
  position: relative;
}
.recruitPage .mv .mainImg .linkIcon {
  position: absolute;
  right: 100px;
  bottom: -45px;
  width: 138px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .recruitPage .mv .mainImg .linkIcon {
    width: 100px;
    bottom: -40px;
    right: auto;
    left: 20px;
  }
}
.recruitPage .mv .mainImg .linkIcon a {
  display: block;
}
.recruitPage .mv .mainImg .linkIcon a:hover {
  opacity: 0.8;
}
.recruitPage .sec00 {
  margin-top: -157px;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec00 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .sec00 .item01 {
    left: auto !important;
    right: -40px !important;
    top: -28px !important;
    width: 120px !important;
  }
}
.recruitPage .sec01 {
  background: url("/ehpc/wp-content/themes/cocorolab/static/images/recruit/sec01_bg.png") no-repeat center top 50px/auto auto;
  padding: 50px 100px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec01 {
    background-size: 60% auto;
    padding: 10px 10px 50px;
  }
}
.recruitPage .sec01 .copy {
  text-align: center;
  line-height: 1.6;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec01 .copy {
    font-size: 1.6rem;
  }
}
.recruitPage .sec01 .copy .ja {
  display: block;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec01 .copy .ja {
    font-size: 2.6rem;
    margin-bottom: 5px;
  }
}
.recruitPage .sec01 .wrap {
  font-size: 0;
}
.recruitPage .sec01 .wrap .txBox {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec01 .wrap .txBox {
    width: 100%;
    margin-top: 20px;
  }
}
.recruitPage .sec01 .wrap .txBox p {
  font-size: 1.8rem;
  line-height: 2.6;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec01 .wrap .txBox p {
    font-size: 1.4rem;
    line-height: 2.2;
  }
}
.recruitPage .sec01 .wrap .imgBox {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec01 .wrap .imgBox {
    width: 100%;
    margin-top: 20px;
  }
}
.recruitPage .sec01 .wrap .imgBox .item {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec01 .wrap .imgBox .item {
    width: 120px;
    right: 0;
    bottom: 0;
  }
}
.recruitPage .sec02 {
  position: relative;
}
.recruitPage .sec02 .item01 {
  position: absolute;
  top: -70px;
  left: 50px;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .item01 {
    width: 120px;
    top: -30px;
    left: 20px;
  }
}
.recruitPage .sec02 .warp > li {
  padding: 50px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .warp > li {
    padding: 25px 20px;
  }
}
.recruitPage .sec02 .warp > li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 40px;
  width: 58px;
  height: 60px;
  background: no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .warp > li::before {
    width: 40px;
    height: 42px;
    right: 20px;
  }
}
.recruitPage .sec02 .warp > li.thinkBox::before {
  background-image: url("/ehpc/wp-content/themes/cocorolab/static/images/recruit/sec02_parts01.png");
}
.recruitPage .sec02 .warp > li.thinkBox .wrap {
  font-size: 0;
}
.recruitPage .sec02 .warp > li.thinkBox .wrap .recruit-img {
  width: 100%;
}
.recruitPage .sec02 .warp > li.thinkBox .wrap .recruit-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .warp > li.thinkBox .wrap .recruit-img {
    width: 100%;
    margin-top: 20px;
  }
}
.recruitPage .sec02 .warp > li.thinkBox .wrap .recruit-description {
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .warp > li.thinkBox .wrap .recruit-description {
    width: 100%;
    font-size: 1.3rem;
  }
}
.recruitPage .sec02 .warp > li.thinkBox .wrap .tagList {
  text-align: center;
  padding: 20px 0;
}
.recruitPage .sec02 .warp > li.thinkBox .wrap .tagList > li {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 90px;
  background: #f7f6ee;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .warp > li.thinkBox .wrap .tagList > li {
    font-size: 1.2rem;
  }
}
.recruitPage .sec02 .warp > li.featuresBox {
  position: relative;
}
.recruitPage .sec02 .warp > li.featuresBox::before {
  background-image: url("/ehpc/wp-content/themes/cocorolab/static/images/recruit/sec02_parts02.png");
}
.recruitPage .sec02 .warp > li.featuresBox .item02 {
  position: absolute;
  bottom: -25px;
  right: -15px;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .warp > li.featuresBox .item02 {
    width: 75px;
    bottom: -30px;
  }
}
.recruitPage .sec02 .warp > li.featuresBox .featuresList {
  padding: 20px 0 0;
}
.recruitPage .sec02 .warp > li.featuresBox .featuresList > li {
  text-align: center;
  padding: 5px 5px 15px;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .warp > li.featuresBox .featuresList > li {
    width: 49%;
    margin-bottom: 2%;
    margin-right: 2%;
    padding: 12px 5px;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .warp > li.featuresBox .featuresList > li:nth-child(2n) {
    margin-right: 0;
  }
}
.recruitPage .sec02 .warp > li.featuresBox .featuresList > li span.feature-en {
  display: block;
  padding: 5px 3px;
  color: #c38f43;
  background-color: #f3e6d5;
  font-family: "Zilla Slab", serif;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.recruitPage .sec02 .warp > li.featuresBox .featuresList > li span.feature-en .point-num {
  font-size: 2.1rem;
  line-height: 1.5;
}
.recruitPage .sec02 .warp > li.featuresBox .featuresList > li span.feature-tx {
  font-size: 1.5rem;
  line-height: 1.7;
  color: #46423d;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .warp > li.featuresBox .featuresList > li span.feature-tx {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.recruitPage .sec02 .tabArea {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .tabArea {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.recruitPage .sec02 .tabArea .nav > li {
  text-align: center;
  width: 32.66%;
  background: #85996e;
  padding: 15px 5px;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .tabArea .nav > li {
    padding: 10px 3px;
  }
}
.recruitPage .sec02 .tabArea .nav > li.current {
  background: #fff;
}
.recruitPage .sec02 .tabArea .nav > li.current .ttl {
  color: #46423d;
}
.recruitPage .sec02 .tabArea .nav > li .ttl {
  color: #fff;
  margin: 0;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .tabArea .nav > li .ttl {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.recruitPage .sec02 .tabArea .nav > li .ttl span {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .tabArea .nav > li .ttl span {
    font-size: 1.1rem;
  }
}
.recruitPage .sec02 .tabArea .tab .tabIn {
  background: #fff;
}
.recruitPage .sec02 .tabArea .tab .tabIn.Interview .wrap {
  font-size: 0;
}
.recruitPage .sec02 .tabArea .tab .tabIn.Interview .wrap .copy {
  font-size: 2.6rem;
  color: #97b079;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .tabArea .tab .tabIn.Interview .wrap .copy {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
.recruitPage .sec02 .tabArea .tab .tabIn.Interview .wrap .boxL {
  width: 60%;
  margin-right: 4%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .tabArea .tab .tabIn.Interview .wrap .boxL {
    width: 100%;
    margin: 0;
  }
}
.recruitPage .sec02 .tabArea .tab .tabIn.Interview .wrap .boxL .spec {
  font-size: 1.8rem;
  margin: 10px;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .tabArea .tab .tabIn.Interview .wrap .boxL .spec {
    font-size: 1.5rem;
    margin-top: 5px;
  }
}
.recruitPage .sec02 .tabArea .tab .tabIn.Interview .wrap .boxL .spec .tag-status {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  padding: 10px;
  border-radius: 5px;
  background: #97b079;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .tabArea .tab .tabIn.Interview .wrap .boxL .spec .tag-status {
    font-size: 1.2rem;
  }
}
.recruitPage .sec02 .tabArea .tab .tabIn.Interview .wrap .boxL .spec .enTx {
  font-size: 1.5rem;
  margin-left: 10px;
  color: #aaaaaa;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .tabArea .tab .tabIn.Interview .wrap .boxL .spec .enTx {
    font-size: 1.3rem;
  }
}
.recruitPage .sec02 .tabArea .tab .tabIn.Interview .wrap .boxL .tx {
  margin-top: 20px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .tabArea .tab .tabIn.Interview .wrap .boxL .tx {
    font-size: 1.3rem;
  }
}
.recruitPage .sec02 .tabArea .tab .tabIn.Interview .wrap .boxR {
  width: 36%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .tabArea .tab .tabIn.Interview .wrap .boxR {
    width: 100%;
    margin-top: 20px;
  }
}
.recruitPage .sec02 .tabArea .tab .tabIn.schedule .scheList {
  font-size: 0;
  text-align: center;
}
.recruitPage .sec02 .tabArea .tab .tabIn.schedule .scheList > li {
  width: 14.1666%;
  margin-right: 3%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .tabArea .tab .tabIn.schedule .scheList > li {
    width: 100%;
    margin: 0 0 30px;
    font-size: 0;
  }
}
.recruitPage .sec02 .tabArea .tab .tabIn.schedule .scheList > li:nth-child(6), .recruitPage .sec02 .tabArea .tab .tabIn.schedule .scheList > li.last {
  margin-right: 0;
}
.recruitPage .sec02 .tabArea .tab .tabIn.schedule .scheList > li.last .thum::before {
  content: none;
}
.recruitPage .sec02 .tabArea .tab .tabIn.schedule .scheList > li .thum {
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .tabArea .tab .tabIn.schedule .scheList > li .thum {
    width: 30%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: top;
  }
}
.recruitPage .sec02 .tabArea .tab .tabIn.schedule .scheList > li .thum::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -17px;
  transform: translateY(-50%);
  background: url("/ehpc/wp-content/themes/cocorolab/static/images/recruit/sec02_tab02_arw_pc.png") no-repeat center center/cover;
  width: 17px;
  height: 14px;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .tabArea .tab .tabIn.schedule .scheList > li .thum::before {
    background-image: url("/ehpc/wp-content/themes/cocorolab/static/images/recruit/sec02_tab02_arw_sp.png");
    width: 17px;
    height: 26px;
    right: 50%;
    margin-right: -8px;
    bottom: -26px;
    top: auto;
    transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .tabArea .tab .tabIn.schedule .scheList > li .txBox {
    width: 65%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
}
.recruitPage .sec02 .tabArea .tab .tabIn.schedule .scheList > li .time {
  font-size: 1.5rem;
  color: #97b079;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .tabArea .tab .tabIn.schedule .scheList > li .time {
    margin-top: -8px;
  }
}
.recruitPage .sec02 .tabArea .tab .tabIn.schedule .scheList > li .ttl {
  font-size: 1.5rem;
  line-height: 1.7;
}
.recruitPage .sec02 .tabArea .tab .tabIn.schedule .scheList > li .tx {
  font-size: 1.2rem;
  text-align: left;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec02 .tabArea .tab .tabIn.schedule .scheList > li .tx {
    line-height: 1.7;
  }
}
.recruitPage .sec03 .cmn_nav {
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec03 .cmn_nav {
    text-align: center;
  }
}
.recruitPage .sec03 .cmn_nav > li {
  width: 24.84%;
  margin-right: 0.2%;
  display: inline-block;
  vertical-align: top;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.7;
  opacity: 0.55;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec03 .cmn_nav > li {
    width: 32.666%;
    margin-right: 1%;
    margin-bottom: 1%;
    border-radius: 10px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .sec03 .cmn_nav > li:nth-child(3) {
    margin-right: 0;
  }
}
.recruitPage .sec03 .cmn_nav > li.current {
  opacity: 1;
}
.recruitPage .sec03 .cmn_nav > li.last {
  margin-right: 0;
}
.recruitPage .sec03 .cmn_nav > li span {
  font-size: 1.2rem;
  display: block;
  scale: 0.85;
}
.recruitPage .sec03 .cmn_nav > li:nth-child(1) {
  background-color: #9e332b;
}
.recruitPage .sec03 .cmn_nav > li:nth-child(2) {
  background-color: #d78c20;
}
.recruitPage .sec03 .cmn_nav > li:nth-child(3) {
  background-color: #8ca04d;
}
.recruitPage .sec03 .cmn_nav > li:nth-child(4) {
  background-color: #516195;
}
.recruitPage .sec03 .cmn_nav > li:nth-child(5) {
  background-color: #d89791;
}
.recruitPage .sec03 .tab .tbl tr:nth-child(even) th, .recruitPage .sec03 .tab .tbl tr:nth-child(even) td {
  background: #f7f6ee;
}
.recruitPage .sec03 .tab .tbl tr th,
.recruitPage .sec03 .tab .tbl tr td {
  font-size: 1.5rem;
  background: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec03 .tab .tbl tr th,
  .recruitPage .sec03 .tab .tbl tr td {
    font-size: 1.3rem;
    padding: 15px;
    display: block !important;
    width: 100% !important;
  }
}
.recruitPage .sec03 .tab .tbl tr th {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec03 .tab .tbl tr th {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .recruitPage .sec03 .tab .tbl tr td {
    padding-top: 0;
  }
}
.recruitPage .sec03 .tab .btnList {
  max-width: 600px;
  width: 100%;
  margin: 30px auto 0;
}
.recruitPage .sec03 .tab .btnList > li {
  max-width: 100%;
}
.recruitPage .sec03 .tab .btnList > li.contact {
  position: relative;
}
.recruitPage .sec03 .tab .btnList > li.contact::before {
  content: "";
  position: absolute;
  top: -55px;
  right: -100px;
  background: url("/ehpc/wp-content/themes/cocorolab/static/images/top/sec05_tab_parts02.png") no-repeat center center/cover;
  width: 139px;
  height: 83px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec03 .tab .btnList > li.contact::before {
    width: 100px;
    height: 60px;
    top: -35px;
    right: -30px;
  }
}
.recruitPage .sec03 .tab .btnList > li.contact a {
  background-image: none;
}
.recruitPage .sec03 .tab .btnList > li.contact a span {
  padding-left: 28px;
  background: url("/ehpc/wp-content/themes/cocorolab/static/images/icon_mail.png") no-repeat center left/21px 16px;
}
.recruitPage .sec03 .cvBox {
  max-width: 800px;
  width: 100%;
  margin: 60px auto 0;
  border: 3px solid #97b079;
  padding: 40px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec03 .cvBox {
    padding: 25px 20px;
    margin-top: 50px;
  }
}
.recruitPage .sec03 .cvBox .item01 {
  position: absolute;
  bottom: -15px;
  right: 110px;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec03 .cvBox .item01 {
    width: 45px;
    bottom: -20px;
    right: 70px;
  }
}
.recruitPage .sec03 .cvBox .item02 {
  position: absolute;
  bottom: -20px;
  right: -20px;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec03 .cvBox .item02 {
    width: 80px;
    right: -10px;
    bottom: -25px;
  }
}
.recruitPage .sec03 .cvBox .ttl {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec03 .cvBox .ttl {
    font-size: 2rem;
  }
}
.recruitPage .sec03 .cvBox .tx {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec03 .cvBox .tx {
    font-size: 1.3rem;
  }
}

/*----------------------------------------------------
☆facilityPage
----------------------------------------------------*/
.facilityPage {
  /*------top-------*/
  /*------archive-------*/
}
.facilityPage .wrap-modal > li {
  padding: 30px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .facilityPage .wrap-modal > li {
    padding: 25px 20px;
  }
}
.facilityPage .wrap-modal > li.after01Box .wrap, .facilityPage .wrap-modal > li.after02Box .wrap, .facilityPage .wrap-modal > li.after03Box .wrap, .facilityPage .wrap-modal > li.after04Box .wrap {
  text-align: center;
}
.facilityPage .wrap-modal > li.after01Box .wrap .about-title, .facilityPage .wrap-modal > li.after02Box .wrap .about-title, .facilityPage .wrap-modal > li.after03Box .wrap .about-title, .facilityPage .wrap-modal > li.after04Box .wrap .about-title {
  font-size: 1.9rem;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .facilityPage .wrap-modal > li.after01Box .wrap .about-title, .facilityPage .wrap-modal > li.after02Box .wrap .about-title, .facilityPage .wrap-modal > li.after03Box .wrap .about-title, .facilityPage .wrap-modal > li.after04Box .wrap .about-title {
    margin: 0;
    font-size: 1.3rem;
  }
}
.facilityPage .wrap-modal > li.after01Box .wrap .tagList, .facilityPage .wrap-modal > li.after02Box .wrap .tagList, .facilityPage .wrap-modal > li.after03Box .wrap .tagList, .facilityPage .wrap-modal > li.after04Box .wrap .tagList {
  text-align: center;
  margin-bottom: 25px;
}
.facilityPage .wrap-modal > li.after01Box .wrap .tagList > li, .facilityPage .wrap-modal > li.after02Box .wrap .tagList > li, .facilityPage .wrap-modal > li.after03Box .wrap .tagList > li, .facilityPage .wrap-modal > li.after04Box .wrap .tagList > li {
  display: inline-block;
  vertical-align: top;
  margin: 7px 5px;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 90px;
  background: #f7f6ee;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .facilityPage .wrap-modal > li.after01Box .wrap .tagList > li, .facilityPage .wrap-modal > li.after02Box .wrap .tagList > li, .facilityPage .wrap-modal > li.after03Box .wrap .tagList > li, .facilityPage .wrap-modal > li.after04Box .wrap .tagList > li {
    font-size: 1.2rem;
  }
}
.facilityPage .wrap-modal > li.after01Box .wrap .after-description-title, .facilityPage .wrap-modal > li.after02Box .wrap .after-description-title, .facilityPage .wrap-modal > li.after03Box .wrap .after-description-title, .facilityPage .wrap-modal > li.after04Box .wrap .after-description-title {
  font-size: 1.5rem;
  line-height: 1.7;
  padding: 10px;
  background: #f7f6ee;
  border-radius: 10px;
  margin-bottom: 10px;
}
.facilityPage .wrap-modal > li.after01Box .wrap .after-description-title.green, .facilityPage .wrap-modal > li.after02Box .wrap .after-description-title.green, .facilityPage .wrap-modal > li.after03Box .wrap .after-description-title.green, .facilityPage .wrap-modal > li.after04Box .wrap .after-description-title.green {
  color: #97b079;
}
.facilityPage .wrap-modal > li.after01Box .wrap .after-description-title.red, .facilityPage .wrap-modal > li.after02Box .wrap .after-description-title.red, .facilityPage .wrap-modal > li.after03Box .wrap .after-description-title.red, .facilityPage .wrap-modal > li.after04Box .wrap .after-description-title.red {
  color: #bd6d54;
  margin-top: 10px;
}
.facilityPage .wrap-modal > li.after01Box .wrap .after-description-title.orange, .facilityPage .wrap-modal > li.after02Box .wrap .after-description-title.orange, .facilityPage .wrap-modal > li.after03Box .wrap .after-description-title.orange, .facilityPage .wrap-modal > li.after04Box .wrap .after-description-title.orange {
  color: #c38f43;
  margin-top: 10px;
}
.facilityPage .wrap-modal > li.after01Box .wrap .after-description-title.pink, .facilityPage .wrap-modal > li.after02Box .wrap .after-description-title.pink, .facilityPage .wrap-modal > li.after03Box .wrap .after-description-title.pink, .facilityPage .wrap-modal > li.after04Box .wrap .after-description-title.pink {
  color: #d89791;
}
.facilityPage .wrap-modal > li.after01Box .wrap .after-description, .facilityPage .wrap-modal > li.after02Box .wrap .after-description, .facilityPage .wrap-modal > li.after03Box .wrap .after-description, .facilityPage .wrap-modal > li.after04Box .wrap .after-description {
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #fff;
  margin: 10px 0;
}
.facilityPage .wrap-modal > li.after01Box .wrap .after-img, .facilityPage .wrap-modal > li.after02Box .wrap .after-img, .facilityPage .wrap-modal > li.after03Box .wrap .after-img, .facilityPage .wrap-modal > li.after04Box .wrap .after-img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.facilityPage .wrap-modal > li.after01Box .wrap .after-img img, .facilityPage .wrap-modal > li.after02Box .wrap .after-img img, .facilityPage .wrap-modal > li.after03Box .wrap .after-img img, .facilityPage .wrap-modal > li.after04Box .wrap .after-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .facilityPage .wrap-modal > li.after01Box .wrap .after-img, .facilityPage .wrap-modal > li.after02Box .wrap .after-img, .facilityPage .wrap-modal > li.after03Box .wrap .after-img, .facilityPage .wrap-modal > li.after04Box .wrap .after-img {
    margin-top: 20px;
  }
}
.facilityPage .wrap-modal > li.after01Box .wrap .after-img02, .facilityPage .wrap-modal > li.after02Box .wrap .after-img02, .facilityPage .wrap-modal > li.after03Box .wrap .after-img02, .facilityPage .wrap-modal > li.after04Box .wrap .after-img02 {
  width: 48%;
  display: inline-block;
  margin: 0 0.5%;
  border-radius: 10px;
  overflow: hidden;
}
.facilityPage .wrap-modal > li.after01Box .wrap .after-img02 img, .facilityPage .wrap-modal > li.after02Box .wrap .after-img02 img, .facilityPage .wrap-modal > li.after03Box .wrap .after-img02 img, .facilityPage .wrap-modal > li.after04Box .wrap .after-img02 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .facilityPage .wrap-modal > li.after01Box .wrap .after-img02, .facilityPage .wrap-modal > li.after02Box .wrap .after-img02, .facilityPage .wrap-modal > li.after03Box .wrap .after-img02, .facilityPage .wrap-modal > li.after04Box .wrap .after-img02 {
    width: 100%;
    margin-top: 10px;
  }
}
.facilityPage .wrap-modal > li.featuresBox {
  position: relative;
}
.facilityPage .wrap-modal > li.featuresBox::before {
  background-image: url("/ehpc/wp-content/themes/cocorolab/static/images/recruit/sec02_parts02.png");
}
.facilityPage .wrap-modal > li.featuresBox .item02 {
  position: absolute;
  bottom: -25px;
  right: -15px;
}
@media screen and (max-width: 768px) {
  .facilityPage .wrap-modal > li.featuresBox .item02 {
    width: 75px;
    bottom: -30px;
  }
}
.facilityPage .wrap-modal > li.featuresBox .featuresList > li {
  text-align: center;
  padding: 20px 5px;
  position: relative;
  background: #b28139;
}
@media screen and (max-width: 768px) {
  .facilityPage .wrap-modal > li.featuresBox .featuresList > li {
    width: 49%;
    margin-bottom: 2%;
    margin-right: 2%;
    padding: 12px 5px;
  }
}
@media screen and (max-width: 768px) {
  .facilityPage .wrap-modal > li.featuresBox .featuresList > li:nth-child(2n) {
    margin-right: 0;
  }
}
.facilityPage .wrap-modal > li.featuresBox .featuresList > li::before {
  content: "01";
  position: absolute;
  font-family: "Zilla Slab", serif;
  font-size: 7rem;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 0.6;
  color: #c38f43;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .facilityPage .wrap-modal > li.featuresBox .featuresList > li::before {
    font-size: 5.5rem;
  }
}
.facilityPage .wrap-modal > li.featuresBox .featuresList > li span {
  font-size: 1.6rem;
  color: #fff;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .facilityPage .wrap-modal > li.featuresBox .featuresList > li span {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.facilityPage .wrap-modal > li.featuresBox .featuresList > li:nth-child(2)::before {
  content: "02";
}
.facilityPage .wrap-modal > li.featuresBox .featuresList > li:nth-child(3)::before {
  content: "02";
}
.facilityPage .wrap-modal > li.featuresBox .featuresList > li:nth-child(4)::before {
  content: "04";
}
.facilityPage .contentsWrap {
  padding-bottom: 55px;
  overflow: hidden;
  zoom: 1;
  max-width: 1200px;
  width: 100%;
  margin: 60px auto 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .facilityPage .contentsWrap {
    padding-bottom: 0;
    margin: 0px auto 0 auto;
  }
}
.facilityPage .contentsWrap .sideNav {
  width: 240px !important;
  border: 1px solid #ddd;
  border-radius: 25px;
  padding: 20px 20px 30px;
  z-index: 999;
  position: relative;
  background-color: #fff;
  text-align: center;
}
.facilityPage .contentsWrap .sideNav .logo {
  max-width: 90px;
  width: 100%;
  display: inline-block;
}
.facilityPage .contentsWrap .sideNav .logo img {
  width: 100%;
  height: auto;
}
.facilityPage .contentsWrap .sideNav .name {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.4;
  margin-top: 15px;
  display: inline-block;
}
.facilityPage .contentsWrap .sideNav .name span {
  display: block;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
}
.facilityPage .contentsWrap .sideNav .menuList {
  margin-top: 20px;
  text-align: center;
}
.facilityPage .contentsWrap .sideNav .menuList > li.nml {
  border-top: 1px solid #ddd;
}
.facilityPage .contentsWrap .sideNav .menuList > li.nml a {
  padding: 8px 0;
  display: block;
  font-size: 1.5rem;
}
.facilityPage .contentsWrap .sideNav .menuList > li.nml a .sml {
  font-size: 1.1rem;
  margin-left: 8px;
  color: #fff;
  background: #46423d;
  padding: 3px 8px;
  border-radius: 90px;
}
.facilityPage .contentsWrap .sideNav .menuList > li.nml a:hover {
  padding-left: 5px;
}
.facilityPage .contentsWrap .sideNav .menuList > li.nml.bb {
  border-bottom: 1px solid #ddd;
}
.facilityPage .contentsWrap .sideNav .menuList > li.btn {
  border: none;
  margin-top: 10px;
}
.facilityPage .contentsWrap .sideNav .menuList > li.btn a {
  display: block;
  padding: 10px 5px;
  text-align: center;
  font-size: 1.6rem;
  background: #f7f6ee url("/ehpc/wp-content/themes/cocorolab/static/images/arw_bl.png") no-repeat center right 10px/13px 11px;
}
.facilityPage .contentsWrap .sideNav .menuList > li.btn a:hover {
  background-position: center right 6px;
}
.facilityPage .contentsWrap .sideNav .menuList > li.btn.contact a {
  background-image: none;
  color: #fff;
}
.facilityPage .contentsWrap .sideNav .menuList > li.btn.contact a span {
  padding-left: 30px;
  background: url("/ehpc/wp-content/themes/cocorolab/static/images/icon_mail.png") no-repeat center left/21px 16px;
}
.facilityPage .contentsWrap .sideNav .menuList > li.btn.contact a:hover {
  background: #46423d;
}
.facilityPage .contentsWrap .sideNav .menuList > li.btn.mt {
  margin-top: 20px;
}
.facilityPage .contentsWrap .contents {
  width: calc(100% - 290px);
  float: right;
}
@media screen and (max-width: 768px) {
  .facilityPage .contentsWrap .contents {
    width: calc(100% - 20px);
    margin: 0 auto;
    float: none;
  }
}
.facilityPage .renewal {
  text-align: center;
  margin: 60px auto 0 auto;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .facilityPage .renewal {
    margin: 0px auto 0 auto;
    font-size: 14px;
    padding: 20px;
  }
}
.facilityPage.top .sec01 .wrap {
  overflow: hidden;
  zoom: 1;
  padding-top: 20px;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec01 .wrap {
    padding-bottom: 50px;
  }
}
.facilityPage.top .sec01 .wrap .txBox {
  float: left;
  font-size: 1.8rem;
  display: table;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec01 .wrap .txBox {
    font-size: 1.5rem;
    margin-top: 15px;
    float: none;
    padding-right: 0;
  }
}
.facilityPage.top .sec01 .wrap .txBox .in {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec01 .wrap .txBox .secTtl {
    text-align: center;
    line-height: 2.1;
    margin-bottom: 10px;
  }
}
.facilityPage.top .sec01 .wrap .txBox .secTtl span {
  vertical-align: bottom;
  font-size: 4.2rem;
  line-height: 0.9;
  margin-right: 8px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec01 .wrap .txBox .secTtl span {
    font-size: 3.2rem;
    display: block;
  }
}
.facilityPage.top .sec01 .wrap .txBox .tx {
  font-size: 1.8rem;
  line-height: 2.1;
  margin-top: 30px;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec01 .wrap .txBox .tx {
    font-size: 1.5rem;
    margin-top: 15px;
    text-align: center;
  }
}
.facilityPage.top .sec01 .wrap .imgBox {
  width: 50%;
  float: right;
  position: relative;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec01 .wrap .imgBox {
    width: 100%;
    float: none;
    margin-top: 40px;
  }
}
.facilityPage.top .sec01 .wrap .imgBox .item01 {
  position: absolute;
  top: 0;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec01 .wrap .imgBox .item01 {
    width: 120px;
  }
}
.facilityPage.top .sec01 .wrap .imgBox .item02 {
  position: absolute;
  bottom: -10px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec01 .wrap .imgBox .item02 {
    width: 70px;
    bottom: -40px;
  }
}
.facilityPage.top .sec02 {
  padding: 40px;
  background: #f7f6ee url("/ehpc/wp-content/themes/cocorolab/static/images/denenchofu/top/sec02_bg.png") no-repeat bottom right 25px/auto auto;
  /*------contact-------*/
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec02 {
    padding: 30px 10px 20px;
    background-size: 120px 146px;
    background-position: bottom right -10px;
    margin-top: 0;
  }
}
.facilityPage.top .sec02 .secTtl {
  text-align: center;
  font-size: 2.8rem;
  padding-bottom: 15px;
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #46423d;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec02 .secTtl {
    font-size: 1.9rem;
    line-height: 1.5;
    padding-bottom: 10px;
  }
}
.facilityPage.top .sec02 .txBox .recruit-supplement {
  margin-left: 0px;
  text-align: center;
}
.facilityPage.top .sec02 .btn {
  margin-top: 25px;
}
.facilityPage.top .sec02 table.cocorolab-contact-form {
  border: solid 1px #ddd;
  max-width: 100%;
  margin: 20px auto 60px;
}
.facilityPage.top .sec02 table.cocorolab-contact-form th,
.facilityPage.top .sec02 table.cocorolab-contact-form td {
  border: solid 1px #ddd;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
}
.facilityPage.top .sec02 table.cocorolab-contact-form th {
  color: #000;
  background-color: #eee;
  padding: 10px 10px;
  width: 440px;
}
.facilityPage.top .sec02 table.cocorolab-contact-form th span.required {
  font-size: 1.1rem;
  background-color: #c38f43;
  color: #fff;
  padding: 3px 6px;
  margin-left: 5px;
  border-radius: 5px;
}
.facilityPage.top .sec02 table.cocorolab-contact-form th span.optional {
  font-size: 1.2rem;
  background-color: #97b079;
  color: #fff;
  padding: 3px 6px;
  margin-left: 5px;
  border-radius: 5px;
}
.facilityPage.top .sec02 table.cocorolab-contact-form td {
  padding: 20px 20px;
  width: 640px;
  text-align: left;
}
.facilityPage.top .sec02 table.cocorolab-contact-form td .inputText {
  height: 30px;
}
.facilityPage.top .sec02 table.cocorolab-contact-form .form-check span.vertical-item {
  display: block;
}
.facilityPage.top .sec02 table.cocorolab-contact-form .form-check span.supplementary-info {
  font-size: 1.2rem;
  color: #aaa;
  margin-left: 10px;
  display: inline-block;
  margin: 5px 0px;
}
.facilityPage.top .sec02 table.cocorolab-contact-form .form-check span.supplementary-info a {
  color: #bd6d54;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec02 table.cocorolab-contact-form {
    margin: 20px auto 20px;
    border-collapse: collapse;
    max-width: 350px;
    width: 100%;
    text-align: center;
  }
  .facilityPage.top .sec02 table.cocorolab-contact-form th,
  .facilityPage.top .sec02 table.cocorolab-contact-form td {
    border-collapse: collapse;
    max-width: 350px;
    width: 100%;
    text-align: center;
  }
  .facilityPage.top .sec02 table.cocorolab-contact-form th {
    padding: 4px 6px;
    font-size: 1.3rem;
    display: block;
    width: 100%;
  }
  .facilityPage.top .sec02 table.cocorolab-contact-form th span.required {
    font-size: 1.2rem;
    background-color: #c38f43;
    color: #fff;
    padding: 3px 6px;
    margin-left: 5px;
    border-radius: 5px;
  }
  .facilityPage.top .sec02 table.cocorolab-contact-form th span.optional {
    font-size: 1.2rem;
    background-color: #97b079;
    color: #fff;
    padding: 3px 6px;
    margin-left: 5px;
    border-radius: 5px;
  }
  .facilityPage.top .sec02 table.cocorolab-contact-form td {
    padding: 4px 12px;
    font-size: 1.2rem;
    display: block;
    width: 100%;
    text-align: left;
  }
  .facilityPage.top .sec02 table.cocorolab-contact-form td textarea {
    width: 100%;
  }
  .facilityPage.top .sec02 table.cocorolab-contact-form td .inputText {
    width: 100%;
    height: 30px;
  }
  .facilityPage.top .sec02 table.cocorolab-contact-form td span.mwform-zip-field .inputText {
    width: auto;
  }
  .facilityPage.top .sec02 table.cocorolab-contact-form .form-check span.vertical-item {
    display: block;
  }
  .facilityPage.top .sec02 table.cocorolab-contact-form .form-check span.supplementary-info {
    font-size: 1.2rem;
    color: #aaa;
    margin-left: 10px;
    display: inline-block;
    margin: 5px 0px;
  }
  .facilityPage.top .sec02 table.cocorolab-contact-form .form-check span.supplementary-info a {
    color: #bd6d54;
  }
}
.facilityPage.top .sec02 .form-submit {
  margin-top: 30px;
  text-align: center;
}
.facilityPage.top .sec02 .form-submit .submit-btn {
  max-width: 220px;
  width: 100%;
  padding: 5px 20px;
  border-radius: 5px;
  background-color: #111;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  transition: 0.4s ease;
  margin-top: 10px;
}
.facilityPage.top .sec02 .form-submit .submit-btn:hover {
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec02 .form-submit {
    margin-top: 30px;
    text-align: center;
  }
  .facilityPage.top .sec02 .form-submit .submit-btn {
    max-width: 220px;
    width: 100%;
    padding: 5px 20px;
    border-radius: 5px;
    background-color: #111;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    transition: 0.4s ease;
    margin-top: 10px;
  }
  .facilityPage.top .sec02 .form-submit .submit-btn:hover {
    letter-spacing: 0.14em;
  }
}
.facilityPage.top .sec02 .txBox h5 {
  text-align: center;
  margin-bottom: 15px;
}
.facilityPage.top .sec02 .txBox p {
  margin-left: 120px;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec02 .txBox p p {
    margin-left: 0px;
  }
}
.facilityPage.top .sec02 .contact-thanks {
  text-align: center;
}
.facilityPage.top .sec02 .wpcf7 .wpcf7-form-control-wrap textarea {
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 1.6rem;
  width: 100%;
  max-width: 100%;
  height: 200px;
}
.facilityPage.top .sec02 .wpcf7 .wpcf7-form-control-wrap input:focus,
.facilityPage.top .sec02 .wpcf7 .wpcf7-form-control-wrap textarea:focus {
  background: #FFC0CB;
  border: 2px solid #FF1493;
  outline: 0;
}
.facilityPage.top .sec02 .wpcf7 .wpcf7-form-control-wrap input[name=parent-name],
.facilityPage.top .sec02 .wpcf7 .wpcf7-form-control-wrap input[name=children-name],
.facilityPage.top .sec02 .wpcf7 .wpcf7-form-control-wrap input[name=children-birthday],
.facilityPage.top .sec02 .wpcf7 .wpcf7-form-control-wrap input[name=employment-applicant-name],
.facilityPage.top .sec02 .wpcf7 .wpcf7-form-control-wrap input[name=other-name],
.facilityPage.top .sec02 .wpcf7 .wpcf7-form-control-wrap input[name=your-email],
.facilityPage.top .sec02 .wpcf7 .wpcf7-form-control-wrap input[name=your-address],
.facilityPage.top .sec02 .wpcf7 .wpcf7-form-control-wrap input[name=your-telphone-number] {
  height: 30px;
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 1.6rem;
  width: 100%;
  max-width: 100%;
}
.facilityPage.top .sec02 .wpcf7 .wpcf7-form-control-wrap input[name=your-post1],
.facilityPage.top .sec02 .wpcf7 .wpcf7-form-control-wrap input[name=your-post2] {
  height: 30px;
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 1.6rem;
  width: 40%;
}
.facilityPage.top .sec02 .wpcf7 .wpcf7-form-control-wrap input[name=employment-applicant-age] {
  height: 30px;
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 1.6rem;
  width: 20%;
}
.facilityPage.top .sec02 .wpcf7 .wpcf7-form-control-wrap .wpcf7-acceptance {
  display: inline-block;
}
.facilityPage.top .sec02 .wpcf7 .wpcf7-form-control-wrap .wpcf7-not-valid-tip,
.facilityPage.top .sec02 .wpcf7 .wpcf7-form-control-wrap .wpcf7-response-output.wpcf7-validation-errors {
  color: #cc0000;
  font-weight: bold;
}
.facilityPage.top .sec02 .wpcf7 .wpcf7-form-control-wrap .wpcf7-list-item-label {
  font-size: 1.3rem;
}
.facilityPage.top .sec02 .wpcf7 input.wpcf7-submit {
  cursor: pointer;
  max-width: 220px;
  width: 100%;
  border-color: #97b079;
  background: #000;
  color: #ffffff;
  border-radius: 10px;
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 10px 20px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.facilityPage.top .sec02 .wpcf7 input.wpcf7-submit:hover {
  background: #97b079;
  font-weight: bold;
  color: #fff;
}
.facilityPage.top .sec02 .wpcf7 .wpcf7-spinner {
  display: none !important;
}
.facilityPage.top .sec02 .wpcf7 form.wpcf7-form {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.facilityPage.top .sec02 .wpcf7 form.wpcf7-form .r7-item {
  display: flex;
  justify-content: center;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec02 .wpcf7 form.wpcf7-form .r7-item {
    display: block;
  }
}
.facilityPage.top .sec02 .wpcf7 form.wpcf7-form .r7-item .r7-q {
  width: 50%;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec02 .wpcf7 form.wpcf7-form .r7-item .r7-q {
    width: 100%;
  }
}
.facilityPage.top .sec02 .wpcf7 form.wpcf7-form .r7-item .r7-q span.r7-req {
  font-size: 1.1rem;
  line-height: 1.3;
  background-color: #c38f43;
  color: #fff;
  padding: 3px 6px;
  margin-top: 5px;
  margin-left: 5px;
  border-radius: 5px;
  display: inline-block;
}
.facilityPage.top .sec02 .wpcf7 form.wpcf7-form .r7-item .r7-q span.r7-opt {
  font-size: 1.1rem;
  line-height: 1.3;
  background-color: #97b079;
  color: #fff;
  padding: 3px 6px;
  margin-top: 5px;
  margin-left: 5px;
  border-radius: 5px;
  display: inline-block;
}
.facilityPage.top .sec02 .wpcf7 form.wpcf7-form .r7-item .r7-a {
  background-color: #fff;
  width: 50%;
  display: flex;
  align-items: center;
  padding: 10px 10px;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec02 .wpcf7 form.wpcf7-form .r7-item .r7-a {
    width: 100%;
  }
}
.facilityPage.top .sec02 .wpcf7 form.wpcf7-form .r7-item .r7-a .wpcf7-form-control-wrap[data-name=contact-type] .wpcf7-list-item {
  display: block;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec02 .wpcf7 form.wpcf7-form .r7-item .r7-a .wpcf7-form-control-wrap[data-name=contact-type] .wpcf7-list-item {
    margin: 0;
  }
}
.facilityPage.top .sec02 .wpcf7 form.wpcf7-form .r7-item .r7-a .wpcf7-form-control-wrap[data-name=checkbox-982] .wpcf7-list-item {
  display: block;
  margin-bottom: 5px;
}
.facilityPage.top .sec02 .wpcf7 form.wpcf7-form .r7-item .r7-a .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  color: #EB6A52;
  margin-top: 10px;
  font-size: 1.3rem;
}
.facilityPage.top .sec02 .wpcf7 form.wpcf7-form .r7-item .r7-a span.supplementary-info {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #aaa;
  display: inline-block;
  margin: 15px 0px 0px;
}
.facilityPage.top .sec02 .wpcf7 form.wpcf7-form .r7-item .r7-a span.supplementary-info a {
  color: #0a6cff;
}
.facilityPage.top .sec02 .wpcf7 form.wpcf7-form .r7-item .r7-a span.info-incentive {
  width: 100%;
  margin-top: 10px;
}
.facilityPage.top .sec02 .wpcf7 form.wpcf7-form .r7-item .r7-a span.info-incentive img {
  width: 100%;
  height: auto;
}
.facilityPage.top .sec02 .wpcf7 form.wpcf7-form .wrap-ttlStyle_02 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.facilityPage.top .sec02 .wpcf7 form.wpcf7-form .r7-submit {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec02 .wpcf7 form.wpcf7-form .r7-submit {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.facilityPage.top .sec02 .wpcf7 form.wpcf7-form .wpcf7-response-output {
  border-color: #A2977D;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 1.5rem;
  line-height: 1.7;
  text-align: center;
  font-family: "Kosugi Maru", sans-serif;
}
.facilityPage.top .sec03 .secTtl,
.facilityPage.top .sec04 .secTtl {
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec03 .secTtl span,
  .facilityPage.top .sec04 .secTtl span {
    font-size: 1.5rem;
    margin-right: 0px;
  }
}
.facilityPage.top .sec03 .infoList > li {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec03 .infoList > li {
    margin-bottom: 40px;
  }
}
.facilityPage.top .sec03 .infoList > li.last {
  margin-bottom: 0;
}
.facilityPage.top .sec03 .infoList > li .item01 {
  position: absolute;
  top: 10px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec03 .infoList > li .item01 {
    width: 70px;
    top: -40px;
    right: -10px;
  }
}
.facilityPage.top .sec03 .infoList > li .icon {
  position: absolute;
  top: -35px;
  left: -20px;
  width: 87px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec03 .infoList > li .icon {
    width: 70px;
    left: -5px;
  }
}
.facilityPage.top .sec03 .infoList > li .wrap {
  font-size: 0;
}
.facilityPage.top .sec03 .infoList > li .wrap .imgBox {
  display: inline-block;
  vertical-align: top;
  width: 52%;
  margin-left: -4%;
  margin-top: 50px;
  background: no-repeat center center/cover;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec03 .infoList > li .wrap .imgBox {
    width: 100%;
    margin: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 66%;
  }
}
.facilityPage.top .sec03 .infoList > li .wrap .txBox {
  display: inline-block;
  vertical-align: top;
  width: 52%;
  border-radius: 50px;
  border: 1px solid #ddd;
  position: relative;
  z-index: 9;
  background: #fff;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec03 .infoList > li .wrap .txBox {
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 25px 20px;
  }
}
.facilityPage.top .sec03 .infoList > li .wrap .txBox .copy {
  font-size: 2.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec03 .infoList > li .wrap .txBox .copy {
    font-size: 2rem;
  }
}
.facilityPage.top .sec03 .infoList > li .wrap .txBox .read {
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec03 .infoList > li .wrap .txBox .read {
    font-size: 1.5rem;
  }
}
.facilityPage.top .sec03 .infoList > li .wrap .txBox .tagList {
  text-align: center;
  margin-top: 10px;
}
.facilityPage.top .sec03 .infoList > li .wrap .txBox .tagList > li {
  display: inline-block;
  vertical-align: top;
  margin: 2px;
  line-height: 1;
  padding: 3px 8px;
  border-radius: 90px;
  background: #f7f6ee;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec03 .infoList > li .wrap .txBox .tagList > li {
    font-size: 1.2rem;
  }
}
.facilityPage.top .sec03 .infoList > li .wrap .txBox .tx {
  margin-top: 15px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec03 .infoList > li .wrap .txBox .tx {
    font-size: 1.3rem;
  }
}
.facilityPage.top .sec03 .infoList > li .wrap .txBox .btn {
  margin-top: 25px;
}
.facilityPage.top .sec04 {
  padding: 80px 40px 40px;
  background: url("/ehpc/wp-content/themes/cocorolab/static/images/top/sec05_bg02.png") no-repeat top 140px center/cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec04 {
    padding: 60px 15px 25px;
    background-position: top 80px center;
  }
}
.facilityPage.top .sec04::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: url(/ehpc/wp-content/themes/cocorolab/static/images/top/sec05_bg01.png) no-repeat center center/100% 100%;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec04::before {
    height: 80px;
  }
}
.facilityPage.top .sec04::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 35%;
  background: url(/ehpc/wp-content/themes/cocorolab/static/images/top/sec05_bg_icon.png) no-repeat center center/cover;
  width: 132px;
  height: 160px;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec04::after {
    width: 92px;
    height: 112px;
    right: 20%;
    top: 15px;
  }
}
.facilityPage.top .sec04 .secTtl {
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec04 .secTtl {
    margin-bottom: 15px;
  }
}
.facilityPage.top .sec04 .whiteBox {
  padding: 40px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec04 .whiteBox {
    padding: 20px;
  }
}
.facilityPage.top .sec04 .whiteBox .btnList {
  max-width: 600px;
  width: 100%;
  margin: 30px auto 0;
}
.facilityPage.top .sec04 .whiteBox .btnList > li {
  max-width: 100%;
}
.facilityPage.top .sec04 .whiteBox .btnList > li.contact {
  position: relative;
}
.facilityPage.top .sec04 .whiteBox .btnList > li.contact::before {
  content: "";
  position: absolute;
  top: -55px;
  right: -100px;
  background: url("/ehpc/wp-content/themes/cocorolab/static/images/top/sec05_tab_parts01.png") no-repeat center center/cover;
  width: 138px;
  height: 83px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec04 .whiteBox .btnList > li.contact::before {
    width: 100px;
    height: 60px;
    top: -35px;
    right: -45px;
  }
}
.facilityPage.top .sec04 .whiteBox .btnList > li.contact a {
  background-image: none;
}
.facilityPage.top .sec04 .whiteBox .btnList > li.contact a span {
  padding-left: 28px;
  background: url("/ehpc/wp-content/themes/cocorolab/static/images/icon_mail.png") no-repeat center left/21px 16px;
}
.facilityPage.top .sec04 .whiteBox .btnList .btnStyle_01 {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec05 {
    padding-bottom: 30px;
  }
}
.facilityPage.top .sec05 .boxList > li {
  background: url("/ehpc/wp-content/themes/cocorolab/static/images/ptn01.png") repeat;
  text-align: center;
  padding: 30px 10px;
  position: relative;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec05 .boxList > li {
    padding: 25px 10px;
  }
}
.facilityPage.top .sec05 .boxList > li .item01 {
  position: absolute;
  top: -60px;
  left: -30px;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec05 .boxList > li .item01 {
    width: 90px;
    top: -20px;
    left: -10px;
  }
}
.facilityPage.top .sec05 .boxList > li .item02 {
  position: absolute;
  bottom: -45px;
  right: 130px;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec05 .boxList > li .item02 {
    width: 50px;
    right: 90px;
    bottom: -25px;
  }
}
.facilityPage.top .sec05 .boxList > li .item03 {
  position: absolute;
  bottom: -55px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec05 .boxList > li .item03 {
    width: 80px;
    bottom: -30px;
  }
}
.facilityPage.top .sec05 .boxList > li .tx {
  font-size: 1.8rem;
  line-height: 1.7;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .facilityPage.top .sec05 .boxList > li .tx {
    font-size: 1.5rem;
  }
}
.facilityPage.top .sec05 .boxList > li .btn {
  margin-top: 15px;
}
.facilityPage.archive .sec01 {
  background: none;
}
.facilityPage.archive .sec01 .newsBox .txBox ul.news-navList {
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .facilityPage.archive .sec01 .newsBox .txBox ul.news-navList {
    text-align: center;
  }
}
.facilityPage.archive .sec01 .newsBox .txBox ul.news-navList > li {
  display: inline-block;
  max-width: 24%;
  width: 100%;
  margin: 0 0.5%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}
.facilityPage.archive .sec01 .newsBox .txBox ul.news-navList > li a {
  width: 100%;
  display: inline-block;
  background: #f7f6ee;
  padding: 7px;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.7;
}
.facilityPage.archive .sec01 .newsBox .txBox ul.news-navList > li a span {
  font-size: 0.9rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .facilityPage.archive .sec01 .newsBox .txBox ul.news-navList > li {
    max-width: 32.33%;
    margin: 0 1% 1% 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .facilityPage.archive .sec01 .newsBox .txBox ul.news-navList > li a {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .facilityPage.archive .sec01 .newsBox .txBox ul.news-navList > li a span {
    font-size: 0.9rem;
  }
}
.facilityPage.archive .sec01 .newsBox .txBox .singleNews_detail .txBox .post_title {
  padding: 10px;
}
.facilityPage.archive .sec01 .newsBox .txBox .singleNews_detail .txBox .post_title p.day {
  font-size: 1.3rem;
  padding: 3px 7px;
  margin: 15px 15px 0;
  display: inline-block;
}
.facilityPage.archive .sec01 .newsBox .txBox .singleNews_detail .txBox .post_title ul {
  margin: 15px;
  display: inline-block;
}
.facilityPage.archive .sec01 .newsBox .txBox .singleNews_detail .txBox .post_title ul > li.cate {
  font-size: 1.1rem;
  line-height: 1;
  padding: 3px 5px 4px;
  display: inline-block;
  border: 1px solid;
  width: 80px;
  text-align: center;
  margin-right: 10px;
  background: #fff;
}
.facilityPage.archive .sec01 .newsBox .txBox .singleNews_detail .txBox .post_title .tx {
  padding: 0 15px;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .facilityPage.archive .sec01 .newsBox .txBox .singleNews_detail .txBox .post_title .tx {
    width: 100%;
    font-size: 1.3rem;
  }
}
.facilityPage.archive .sec01 .newsBox .txBox .singleNews_detail .txBox .post_content {
  font-size: 1.5rem;
  padding: 0 25px 15px;
}
.facilityPage.archive .sec01 .newsBox .txBox .singleNews_detail .txBox .post_content p a {
  color: blue;
  text-decoration: underline;
}
.facilityPage.archive .sec01 .newsBox .txBox .singleNews_detail .detail-pager {
  text-align: center;
}
.facilityPage.archive .sec01 .newsBox .txBox .singleNews_detail .detail-pager a.prev_btn,
.facilityPage.archive .sec01 .newsBox .txBox .singleNews_detail .detail-pager a.next_btn {
  display: inline-block;
  padding: 5px 10px;
  background-color: #46423d;
  color: #fff;
  border-radius: 5px;
}
.facilityPage.archive .sec01 .newsBox .txBox .archiveNewsList_taxonomy {
  text-align: center;
  margin: 10px 0 0;
}
.facilityPage.archive .sec01 .newsBox .txBox .archiveNewsList_taxonomy p {
  display: inline-block;
  padding: 10px;
}
.facilityPage.archive .sec01 .newsBox .txBox .archiveNewsList_taxonomy p span {
  padding: 3px 10px;
  display: inline-block;
  margin: 0 5px;
  border-radius: 5px;
  color: #fff;
}
.facilityPage.archive .sec02 {
  margin-top: 0px;
  max-width: 375px;
  width: 100%;
  padding: 20px 0;
  position: relative;
  background-color: #fff;
}
.facilityPage.archive .sec02 .inrL {
  border: 1px solid #ddd;
  border-radius: 35px;
}
.facilityPage.archive .sec02 .inrL .sp-cat01,
.facilityPage.archive .sec02 .inrL .sp-cat02 {
  text-align: center;
}
.facilityPage.archive .sec02 .inrL .sp-cat01 span,
.facilityPage.archive .sec02 .inrL .sp-cat02 span {
  display: inline-block;
  padding: 0 20px;
  margin-top: 20px;
  font-size: 1.6rem;
  color: #ddd;
  border-left: 1px dotted #ddd;
  border-right: 1px dotted #ddd;
}
.facilityPage.archive .sec02 .inrL .sp-cat02 span {
  margin-top: 0px;
}
.facilityPage.archive .sec02 .inrL .navList {
  margin: 20px 0px;
}
.facilityPage.archive .sec02 .inrL .navList > li.nav a {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  padding: 12px 20px;
  border-top: 1px dotted #ddd;
  background-position: top 13px right 20px;
  background-size: 20px;
  line-height: 1.5;
}
.facilityPage.archive .sec02 .inrL .navList > li.nav a:hover {
  background-color: #eee;
}
.facilityPage.archive .sec02 .inrL .navList > li.nav br {
  display: none;
}
.facilityPage.archive .sec02 .inrL .navList > li.cv a {
  display: block;
  font-size: 1.5rem;
  text-align: center;
  padding: 8px 0;
  border-radius: 90px;
  width: calc(100% - 40px);
  margin: 0 auto;
  color: #fff;
  margin-top: 5px;
}
.facilityPage.archive .sec02 .inrL .navList > li.cv a:hover {
  color: #111;
}
.facilityPage.archive .sec02 .inrL .navList > li.con a {
  background-color: #f49b9b;
}
.facilityPage.archive .sec02 .inrL .navList > li.con a:hover {
  opacity: 0.55;
}
.facilityPage.archive .sec02 .inrL .navList > li.rec a {
  background-color: #f7f6ee;
  color: #46423d;
}
.facilityPage.archive .sec02 .inrL .navList > li.rec a:hover {
  opacity: 0.55;
}
.facilityPage.archive .sec04 {
  padding: 80px 40px 40px;
  background: url("/ehpc/wp-content/themes/cocorolab/static/images/top/sec05_bg02.png") no-repeat top 140px center/cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .facilityPage.archive .sec04 {
    padding: 60px 15px 25px;
    background-position: top 80px center;
  }
}
.facilityPage.archive .sec04::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: url(/ehpc/wp-content/themes/cocorolab/static/images/top/sec05_bg01.png) no-repeat center center/100% 100%;
}
@media screen and (max-width: 768px) {
  .facilityPage.archive .sec04::before {
    height: 80px;
  }
}
.facilityPage.archive .sec04::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 35%;
  background: url(/ehpc/wp-content/themes/cocorolab/static/images/top/sec05_bg_icon.png) no-repeat center center/cover;
  width: 132px;
  height: 160px;
}
@media screen and (max-width: 768px) {
  .facilityPage.archive .sec04::after {
    width: 92px;
    height: 112px;
    right: 20%;
    top: 15px;
  }
}
.facilityPage.archive .sec04 .secTtl {
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .facilityPage.archive .sec04 .secTtl {
    margin-bottom: 15px;
  }
}
.facilityPage.archive .sec04 .whiteBox {
  padding: 40px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .facilityPage.archive .sec04 .whiteBox {
    padding: 20px;
  }
}
.facilityPage.archive .sec04 .whiteBox .btnList {
  max-width: 600px;
  width: 100%;
  margin: 30px auto 0;
}
.facilityPage.archive .sec04 .whiteBox .btnList > li {
  max-width: 100%;
}
.facilityPage.archive .sec04 .whiteBox .btnList > li.contact {
  position: relative;
}
.facilityPage.archive .sec04 .whiteBox .btnList > li.contact::before {
  content: "";
  position: absolute;
  top: -55px;
  right: -100px;
  background: url("/ehpc/wp-content/themes/cocorolab/static/images/top/sec05_tab_parts01.png") no-repeat center center/cover;
  width: 138px;
  height: 83px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .facilityPage.archive .sec04 .whiteBox .btnList > li.contact::before {
    width: 100px;
    height: 60px;
    top: -35px;
    right: -45px;
  }
}
.facilityPage.archive .sec04 .whiteBox .btnList > li.contact a {
  background-image: none;
}
.facilityPage.archive .sec04 .whiteBox .btnList > li.contact a span {
  padding-left: 28px;
  background: url("/ehpc/wp-content/themes/cocorolab/static/images/icon_mail.png") no-repeat center left/21px 16px;
}
.facilityPage.archive .sec04 .whiteBox .btnList .btnStyle_01 {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .facilityPage.archive .sec05 {
    padding-bottom: 30px;
  }
}
.facilityPage.archive .sec05 .boxList > li {
  background: url("/ehpc/wp-content/themes/cocorolab/static/images/ptn01.png") repeat;
  text-align: center;
  padding: 30px 10px;
  position: relative;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .facilityPage.archive .sec05 .boxList > li {
    padding: 25px 10px;
  }
}
.facilityPage.archive .sec05 .boxList > li .item01 {
  position: absolute;
  top: -60px;
  left: -30px;
}
@media screen and (max-width: 768px) {
  .facilityPage.archive .sec05 .boxList > li .item01 {
    width: 90px;
    top: -20px;
    left: -10px;
  }
}
.facilityPage.archive .sec05 .boxList > li .item02 {
  position: absolute;
  bottom: -45px;
  right: 130px;
}
@media screen and (max-width: 768px) {
  .facilityPage.archive .sec05 .boxList > li .item02 {
    width: 50px;
    right: 90px;
    bottom: -25px;
  }
}
.facilityPage.archive .sec05 .boxList > li .item03 {
  position: absolute;
  bottom: -55px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .facilityPage.archive .sec05 .boxList > li .item03 {
    width: 80px;
    bottom: -30px;
  }
}
.facilityPage.archive .sec05 .boxList > li .tx {
  font-size: 1.8rem;
  line-height: 1.7;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .facilityPage.archive .sec05 .boxList > li .tx {
    font-size: 1.5rem;
  }
}
.facilityPage.archive .sec05 .boxList > li .btn {
  margin-top: 15px;
}

/*----------------------------------------------------
☆privacyPage
----------------------------------------------------*/
.privacyPage .sec01 {
  padding-bottom: 0;
}
.privacyPage .sec01 .ttlStyle_03 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .privacyPage .sec01 .ttlStyle_03 {
    font-size: 1.7rem;
  }
}
.privacyPage .sec01 .readTx {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .privacyPage .sec01 .readTx {
    font-size: 1.3rem;
  }
}
.privacyPage .sec01 .tx {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .privacyPage .sec01 .tx {
    font-size: 1.3rem;
    text-align: left;
  }
}

/*----------------------------------------------------
☆全ページ共通
----------------------------------------------------*/
.container .separation-line {
  border-top: 5px dashed #eae3db;
  margin: 20px 10px;
}
.container .modal-title-01 {
  font-size: 1.7rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 35px;
}
.container .contactList {
  font-size: 0;
  margin-bottom: 20px;
}
.container .contactList > li {
  width: 23.4%;
  display: inline-block;
  vertical-align: top;
  margin-right: 1%;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .container .contactList > li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 768px) {
  .container .contactList > li:nth-child(2n) {
    margin-right: 0;
  }
}
.container .contactList > li .ttl {
  padding: 7px 0;
  text-align: center;
  color: #fff;
  line-height: 1.7;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .container .contactList > li .ttl {
    font-size: 1.4rem;
  }
}
.container .contactList > li .ttl span {
  font-size: 1rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .container .contactList > li .ttl span {
    font-size: 1rem;
    letter-spacing: 0;
    scale: 0.9;
  }
}
.container .contactList > li .txWrap {
  padding: 22px 20px;
}
@media screen and (max-width: 768px) {
  .container .contactList > li .txWrap {
    padding: 15px;
  }
}
.container .contactList > li .txWrap .cate {
  width: auto;
  margin: 0;
}
.container .contactList > li .txWrap .tx {
  width: 100%;
  display: block;
  margin-top: 5px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .container .contactList > li .txWrap .tx {
    font-size: 1.3rem;
  }
}
.container .contactList > li .txWrap .tx i {
  font-size: 1rem;
}
.container .contactList > li .txWrap a:hover {
  padding-left: 0;
}
.container .contactList > li:nth-child(1) .ttl {
  background: #9e332b;
}
.container .contactList > li:nth-child(1) .cate {
  color: #9e332b;
  border-color: #9e332b;
}
.container .contactList > li:nth-child(2) .ttl {
  background: #d78c20;
}
.container .contactList > li:nth-child(2) .cate {
  color: #d78c20;
  border-color: #d78c20;
}
.container .contactList > li:nth-child(3) .ttl {
  background: #8ca04d;
}
.container .contactList > li:nth-child(3) .cate {
  color: #8ca04d;
  border-color: #8ca04d;
}
.container .contactList > li:nth-child(4) .ttl {
  background: #516195;
}
.container .contactList > li:nth-child(4) .cate {
  color: #516195;
  border-color: #516195;
}
.container .contactList > li:nth-child(5) .ttl {
  background: #d89791;
}
.container .contactList > li:nth-child(5) .cate {
  color: #d89791;
  border-color: #d89791;
}
.container ul.cmsNewsList {
  margin-top: 10px;
}
.container ul.cmsNewsList > li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.container ul.cmsNewsList > li a p.day {
  font-size: 1.3rem;
  display: inline-block;
  padding: 3px 7px;
}
.container ul.cmsNewsList > li a ul {
  display: inline-block;
}
.container ul.cmsNewsList > li a ul > li.cate {
  font-size: 1.1rem;
  line-height: 1;
  padding: 3px 5px 4px;
  display: inline-block;
  border: 1px solid;
  width: 80px;
  text-align: center;
  margin-right: 10px;
  background: #fff;
}
.container ul.cmsNewsList > li a p.tx {
  font-size: 1.5rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .container ul.cmsNewsList > li a p.tx {
    width: 100%;
    font-size: 1.3rem;
  }
}
.container ul.cmsNewsList > li a:hover {
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  .container ul.cmsNewsList > li a:hover {
    padding-left: 0;
  }
}
.container .latestNews-pager {
  text-align: center;
  margin: 20px 0px;
  width: 100%;
}
.container .latestNews-pager .page-numbers {
  margin-right: 5px;
  border-radius: 5px;
}
.container .latestNews-pager span.current {
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 12px;
  background-color: #97b079;
  color: #fff;
}
.container .latestNews-pager a.page-numbers {
  display: inline-block;
  background-color: #EFEFEF;
  color: #666;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-decoration: none;
}