@charset "UTF-8";
.pcv,
.spn {
  display: block;
}
@media screen and (max-width: 756px) {
  .pcv,
  .spn {
    display: none;
  }
}

.spv,
.pcn {
  display: none;
}
@media screen and (max-width: 756px) {
  .spv,
  .pcn {
    display: block;
  }
}

img {
  max-width: 100%;
  height: auto;
}

/* base */
/* ======================================================== */
.home_image,
header,
.contents,
.oneyear_base,
.contents_inner,
footer {
  position: relative;
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

.header_base,
.contents_base,
.oneyear_wrap,
.entry,
#report .news_entry,
.footer_base {
  position: relative;
  clear: both;
  margin: 0 auto;
  width: 930px;
}

/* header */
header {
  z-index: 3;
  background: #FFF;
  position: fixed;
}

.header_base {
  padding-top: 20px;
}

header h2 {
  font-size: 12px;
  line-height: 1.1em;
  margin-bottom: 12px;
  text-align: center;
  font-weight: normal;
}

header h1 {
  font-size: 24px;
  line-height: 1.1em;
  margin-bottom: 17px;
  text-align: center;
  font-weight: normal;
}

header h1 a {
  text-decoration: none;
}

.parents_wrap {
  position: absolute;
  right: 45px;
  top: 18px;
}

.parents_wrap:hover {
  opacity: 0.75;
}

.parents_wrap p {
  font-size: 16px;
  text-align: right;
  line-height: 2em;
  padding-top: 11px;
}

.parents_wrap p a {
  display: inline-block;
  text-decoration: none;
  background: url(../images/share/head_icon_door.png) no-repeat left top;
  background-size: 15px;
  padding: 0 0 0 24px;
}

.parents_wrap span {
  position: absolute;
  display: inline;
  text-align: right;
  font-size: 9px;
  top: 0;
  right: 0;
  padding: 0 5px;
  background: url(../images/share/head_back_new.png);
}

/* gnav --------------- */
/* gnav */
.gnav {
  position: fixed;
  width: 220px;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-312px);
          transform: translate(-312px);
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 3;
}

.gnav.open {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.gnav ul {
  position: absolute;
  list-style: none;
  top: 125px;
  left: 45px;
}

.gnav ul li {
  margin: 0 0 20px 0;
  font-size: 16px;
}

.gnav ul li a {
  display: inline-block;
  padding: 0 0 4px 20px;
  color: #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

.gnav ul li.gnav01 a {
  background: url(/common/images/share/gnav_back1.png) no-repeat left top 5px;
  background-size: 15px;
}

.gnav ul li.gnav02 a {
  background: url(/common/images/share/gnav_back2.png) no-repeat left top 5px;
  background-size: 15px;
}

.gnav ul li.gnav03 a {
  background: url(/common/images/share/gnav_back3.png) no-repeat left top 5px;
  background-size: 15px;
}

.gnav ul li.gnav04 a {
  background: url(/common/images/share/gnav_back4.png) no-repeat left top 5px;
  background-size: 15px;
}

.gnav ul li.gnav05 a {
  background: url(/common/images/share/gnav_back5.png) no-repeat left top 5px;
  background-size: 15px;
}

.gnav ul li.gnav06 a {
  background: url(/common/images/share/gnav_back6.png) no-repeat left top 5px;
  background-size: 15px;
}

.gnav ul li.gnav07 a {
  background: url(/common/images/share/gnav_back7.png) no-repeat left top 5px;
  background-size: 15px;
}

.gnav ul li.gnav08 a {
  background: url(/common/images/share/gnav_back9.png) no-repeat left top 5px;
  background-size: 15px;
}

.gnav ul li.gnav09 a {
  background: url(/common/images/share/gnav_back8.png) no-repeat left top 5px;
  background-size: 15px;
}

#about .gnav ul li.gnav01 a,
.gnav ul li.gnav01 a:hover {
  border-bottom: 1px solid #C4E2E2;
  padding-bottom: 3px;
  color: #333;
}

#life .gnav ul li.gnav02 a,
.gnav ul li.gnav02 a:hover {
  border-bottom: 1px solid #F7D6DF;
  padding-bottom: 3px;
  color: #333;
}

#entry .gnav ul li.gnav03 a,
.gnav ul li.gnav03 a:hover {
  border-bottom: 1px solid #D5DF8C;
  padding-bottom: 3px;
  color: #333;
}

#hiyokohibari .gnav ul li.gnav04 a,
.gnav ul li.gnav04 a:hover {
  border-bottom: 1px solid #69BEE5;
  padding-bottom: 3px;
  color: #333;
}

#report .gnav ul li.gnav05 a,
.gnav ul li.gnav05 a:hover {
  border-bottom: 1px solid #F4EE87;
  padding-bottom: 3px;
  color: #333;
}

#parents .gnav ul li.gnav01 a,
.gnav ul li.gnav06 a:hover {
  border-bottom: 1px solid #F2C476;
  padding-bottom: 3px;
  color: #333;
}

#contact .gnav ul li.gnav07 a,
.gnav ul li.gnav07 a:hover {
  border-bottom: 1px solid #A2805A;
  padding-bottom: 3px;
  color: #333;
}

#company .gnav ul li.gnav08 a,
.gnav ul li.gnav08 a:hover {
  border-bottom: 1px solid #f49173;
  padding-bottom: 3px;
  color: #333;
}

#recruit .gnav ul li.gnav09 a,
.gnav ul li.gnav09 a:hover {
  border-bottom: 1px solid #9a8ec3;
  padding-bottom: 3px;
  color: #333;
}

.menu_wrap {
  position: fixed;
  top: 25px;
  left: 45px;
  z-index: 4;
  cursor: pointer;
}

.menu_wrap p {
  font-size: 12px;
  text-align: center;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 37px;
  height: 22px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

/* footer -------------- */
footer {
  padding: 60px 0 55px 0;
  border-top: 1px solid #787878;
  z-index: 1;
}

.footer_top {
  position: relative;
  clear: both;
}

.footer_top ul {
  position: relative;
  list-style: none;
  width: 20.8%;
  float: left;
}

.footer_top ul:last-child {
  width: 16.3%;
}

.footer_top ul li {
  padding-left: 11.3%;
  font-size: 14px;
  margin: 0 0 17px 0;
  line-height: 1.2em;
}

.footer_top ul li a {
  text-decoration: none;
}

#about .footer_top ul li.ficon01 a,
#life .footer_top ul li.ficon02 a,
#entry .footer_top ul li.ficon03 a,
#hiyokohibari .footer_top ul li.ficon04 a,
#report .footer_top ul li.ficon05 a,
#parents .footer_top ul li.ficon06 a,
.footer_top ul li a:hover {
  text-decoration: underline;
}

.footer_top ul li.ficon01 {
  font-size: 16px;
  background: url(../images/share/icon_fnav01.png) no-repeat left center;
  background-size: 7.7%;
}

.footer_top ul li.ficon02 {
  font-size: 16px;
  background: url(../images/share/icon_fnav02.png) no-repeat left center;
  background-size: 7.7%;
}

.footer_top ul li.ficon03 {
  font-size: 16px;
  background: url(../images/share/icon_fnav03.png) no-repeat left center;
  background-size: 7.7%;
}

.footer_top ul li.ficon04 {
  font-size: 16px;
  background: url(../images/share/icon_fnav04.png) no-repeat left center;
  background-size: 7.7%;
}

.footer_top ul li.ficon05 {
  font-size: 16px;
  background: url(../images/share/icon_fnav05.png) no-repeat left center;
  background-size: 7.7%;
}

.footer_top ul li.ficon06 {
  font-size: 16px;
  background: url(../images/share/icon_fnav06.png) no-repeat left center;
  background-size: 7.7%;
}

.footer_top ul li.ficon07 {
  font-size: 16px;
  background: url(../images/share/icon_fnav07.png) no-repeat left center;
  background-size: 7.7%;
}

.footer_top ul li.ficon08 {
  font-size: 16px;
  background: url(../images/share/icon_fnav08.png) no-repeat left center;
  background-size: 7.7%;
}

.footer_top ul li.ficon09 {
  font-size: 16px;
  background: url(../images/share/icon_fnav09.png) no-repeat left center;
  background-size: 7.7%;
}

.footer_link {
  position: absolute;
  right: 64px;
  bottom: 0;
  font-size: 16px;
  margin: 0;
}

.footer_link a {
  display: inline-block;
  padding: 0 26px 0 0;
  line-height: 1.2em;
  text-decoration: none;
  background: url(../images/share/icon_other.png) no-repeat right center;
  background-size: 16px;
}

/* footer bottom */
.footer_bottom {
  position: relative;
  clear: both;
  padding: 55px 0 0 0;
  z-index: 1;
}

.footer_bottom h3 {
  float: left;
  padding: 27px 0 0 0;
  width: 33px;
  margin: 0 6px 0 0;
}

.kinder_name_address {
  position: relative;
  float: left;
  display: inline-block;
}

.kinder_name_address p {
  margin: 0 0 8px 0;
  font-size: 12px;
}

.kinder_name_address h2 {
  display: inline-block;
  font-weight: normal;
  float: left;
  line-height: 1.2em;
  font-size: 24px;
  margin-bottom: 0.5em;
}

.kinder_name_address address {
  display: inline-block;
  float: left;
  padding: 7px 0 0 22px;
  font-style: normal;
  font-size: 14px;
}

.kinder_name_address address br {
  display: none;
}

.copyright {
  position: absolute;
  right: 50px;
  bottom: 0;
  margin: 0;
  font-size: 12px;
  line-height: 1.2em;
  padding: 0 0 11px 0;
}

.pagetop {
  position: fixed;
  width: 45px;
  right: 20px;
  bottom: 45px;
  margin: 0;
  z-index: 4;
}

/* contents --------------- */
.contents {
  padding-top: 88px;
  padding-bottom: 315px;
  background: url(../images/share/contents_back.jpg) no-repeat center bottom;
  background-size: 1184px;
  z-index: 2;
}

.contents_inner {
  padding-top: 90px;
}

#home .page_nav {
  display: none;
}

/* title_wrap */
.title_wrap {
  position: relative;
  clear: both;
  text-align: center;
}

.detail .title_wrap {
  text-align: left;
}

.title_wrap p {
  font-size: 9.3px;
  margin: 0;
  line-height: 1.2em;
  margin-bottom: 8px;
}

.title_wrap h2 {
  display: inline-block;
  font-size: 32px;
  line-height: 1.1em;
  background: url(../images/share/title_back1.png) no-repeat center bottom;
  background-size: 100%;
  margin-bottom: 75px;
  padding-bottom: 5px;
}

.page_image {
  position: relative;
  clear: both;
  overflow: hidden;
  height: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page_image figure {
  width: 100%;
}

.page_image figure img {
  width: 100%;
}

/* detail */
.contents_detail {
  position: relative;
  clear: both;
  margin: 0;
  padding: 0;
}

.detail_wrap {
  position: relative;
  clear: both;
}

/* page nav */
.page_nav {
  position: fixed;
  margin: 0;
  top: 116px;
  right: 47px;
  text-align: right;
  z-index: 2;
}

.page_nav ul {
  list-style: none;
  float: right;
  width: 100px;
}

.page_nav ul li {
  text-align: center;
  margin-bottom: 19px;
  font-size: 16px;
}

.page_nav ul li a {
  position: relative;
  width: 100px;
  height: 100px;
  display: block;
  padding-top: 35px;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page_nav ul li a::after {
  position: absolute;
  content: "";
  left: calc(50% - 5.5px);
  bottom: 27px;
  background: url(/common/images/share/icon_allow_rbk.svg) no-repeat center center;
  background-size: 11px;
  width: 11px;
  height: 10px;
}
@media screen and (max-width: 756px) {
  .page_nav ul li a {
    line-height: 1.4em;
  }
  .page_nav ul li a::after {
    left: calc(50% - 1.22vw);
    bottom: 1.5vw;
    background: url(/common/images/share/icon_allow_rbk.svg) no-repeat center center;
    background-size: 2.44vw;
    width: 2.44vw;
    height: 2.22vw;
  }
}

.page_nav ul li.pagenav1 a {
  position: relative;
  background: url(../images/home/home_en1.png) no-repeat left top;
  background-size: 100%;
}

.page_nav ul li.pagenav2 a {
  background: url(../images/home/home_en2.png) no-repeat left top;
  background-size: 100%;
}

.page_nav ul li.pagenav3 a {
  background: url(../images/home/home_en3.png) no-repeat left top;
  background-size: 100%;
}

.page_nav ul li.pagenav4 a {
  background: url(../images/home/home_en4.png) no-repeat left top;
  background-size: 100%;
}

.page_nav ul li.pagenav5 a {
  background: url(../images/home/home_en5.png) no-repeat left top;
  background-size: 100%;
}

#about .page_nav ul li.pagenav1,
#life .page_nav ul li.pagenav2,
#report .page_nav ul li.pagenav3,
#entry .page_nav ul li.pagenav4,
#company .page_nav ul li.pagenav5 {
  display: none;
}

/* page title */
.page_en {
  position: absolute;
  top: -65px;
  width: 220px;
  margin: 0;
}

.page_title {
  position: relative;
  clear: both;
  padding: 30px 0 0 105px;
  margin: 0 0 45px 0;
  display: inline-block;
}

.page_title p {
  line-height: 1.2em;
  margin: 0 0 10px 0;
}

.page_title h1 {
  font-size: 32px;
  line-height: 1.1em;
  margin: 0 0 20px 0;
}

.page_title ul {
  list-style: none;
}

.page_title ul li {
  float: left;
  margin: 0 28px 0 0;
}

.page_title ul li a {
  text-decoration: none;
}

.page_title ul li a:hover {
  border-bottom: 1px solid #333;
}

/* leftm_wrap */
.leftm_wrap {
  width: 88.7%;
  padding-left: 11.3%;
}

.left_vtitle_wrap {
  position: relative;
  clear: both;
}

.left_vtitle_wrap .vtitle {
  position: absolute;
  left: 0;
  top: 0;
}

/* left_vtitle_wrap */
.left_vtitle_wrap .vtitle h3 {
  border: 1px solid #CBE8E8;
  font-size: 20px;
  padding: 20px 10px;
  line-height: 1.2em;
  background: #FFF;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.left_vtitle_wrap .vtitle_contents {
  width: 88.7%;
  margin-left: 11.3%;
}

.indent_list {
  margin-bottom: 2em;
}

.indent_list li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}

.indent_list li li {
  font-size: 13px;
}

.indent1 {
  padding-left: 1em;
  text-indent: -1em;
}

/* ====================================================== */
/* 01.home ---------------------------------------------- */
.home_image ul {
  list-style: none;
}

.home_image ul li img {
  width: 100%;
}

/* home_nav */
.home_nav {
  position: relative;
  clear: both;
  width: 940px;
  left: -5px;
  margin: -85px auto 0 auto;
}
.home_nav.nav4 {
  width: 740px;
}
.home_nav ul {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home_nav li {
  list-style: none;
  width: 163px;
  height: 163px;
}
.home_nav li em {
  display: inline-block;
  font-size: 9.3px;
  font-style: normal;
  line-height: 1.1em;
  margin: 0 0 15px 0;
}
.home_nav li:nth-child(2) a {
  background: url(../images/home/home_en2.png) no-repeat left top;
  background-size: cover;
}
.home_nav li:nth-child(3) a {
  background: url(../images/home/home_en3.png) no-repeat left top;
  background-size: cover;
}
.home_nav li:nth-child(4) a {
  background: url(../images/home/home_en4.png) no-repeat left top;
  background-size: cover;
}
.home_nav li:nth-child(5) a {
  background: url(../images/home/home_en5.png) no-repeat left top;
  background-size: cover;
}
.home_nav li a {
  position: relative;
  color: #333;
  display: block;
  text-align: center;
  font-size: 21px;
  line-height: 1.1em;
  background: url(../images/home/home_en1.png) no-repeat left top;
  background-size: cover;
  padding: 33px 0 0 0;
  width: 163px;
  height: 163px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home_nav li a::after {
  content: "";
  display: block;
  width: 19px;
  height: 17.3px;
  position: absolute;
  top: calc(50% + 20px);
  left: calc(50% - 9.5px);
  background: url(/common/images/share/icon_allow_rbk.svg) no-repeat center center;
  background-size: 19px;
}
.home_nav li a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 1060px) {
  .home_nav {
    width: 90vw;
    margin: -8vw auto 0 auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home_nav.nav4 {
    width: 80vw;
  }
  .home_nav li {
    float: none;
    width: 17vw;
    height: 17vw;
    margin-right: 0;
  }
  .home_nav li:last-child {
    margin-right: 0;
  }
  .home_nav li a {
    font-size: 16px;
    padding: 5vw 0 0 0;
    width: 17vw;
    height: 17vw;
  }
  .home_nav li a::after {
    top: calc(50% + 3.3vw);
    width: 1.64vw;
    height: 1.49vw;
    background-size: 1.64vw;
  }
  .home_nav li em {
    font-size: 9px;
    margin: 0 0 1.5vw 0;
  }
  .home_nav .home_copy h2 {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 600px) {
  .home_nav.nav4 {
    width: 100%;
  }
  .home_nav.nav4 ul {
    width: 94vw;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home_nav.nav4 ul li {
    margin: 0 1vw !important;
  }
  .home_nav ul {
    width: 78.75vw;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home_nav ul li {
    width: 20.5vw;
    height: 20.5vw;
    font-size: 4.06vw;
  }
  .home_nav ul li a {
    padding-top: 2vw;
    width: 20.5vw;
    height: 20.5vw;
    font-size: 4.06vw;
  }
  .home_nav ul li a::after {
    top: calc(50% + 5.3vw);
    left: calc(50% - 1.17vw);
    width: 2.38vw;
    height: 2.22vw;
    background-size: 2.34vw;
  }
  .home_nav ul li:nth-child(1), .home_nav ul li:nth-child(2) {
    margin-right: 4.38vw;
  }
  .home_nav ul li:nth-child(4) {
    position: relative;
    top: -1.56vw;
    margin-right: 1.88vw;
  }
  .home_nav ul li:nth-child(5) {
    position: relative;
    top: -1.56vw;
    margin-left: 1.88vw;
  }
}

.home_recruit {
  position: relative;
  width: 750px;
  margin: 50px auto 95px auto;
}
.home_recruit a {
  display: block;
  padding: 10px 10px 10px 30px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  background: url(/common/images/home/saiyo_banner_back.webp) no-repeat center center;
  background-size: cover;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.home_recruit a:hover {
  opacity: 0.5;
}
.home_recruit a div {
  width: 36.2%;
}
.home_recruit a div p {
  font-size: 9.5px;
  margin: 0 0 5px 0;
}
.home_recruit a div h2 {
  font-size: 21px;
  font-weight: normal;
  line-height: 1.2em;
}
.home_recruit a div h2 span {
  display: inline-block;
  padding-right: 37px;
  background: url(/common/images/share/icon_allow_rbk.svg) no-repeat right center;
  background-size: 19px;
}
.home_recruit a figure {
  width: 61.3%;
  line-height: 0;
  font-size: 0;
}
@media screen and (max-width: 960px) {
  .home_recruit {
    width: 90vw;
    margin: 4.31vw auto 8.19vw auto;
  }
  .home_recruit a {
    padding: 0.86vw 0.86vw 0.86vw 2.59vw;
    border-radius: 0.86vw;
  }
  .home_recruit a div {
    width: 36.2%;
  }
  .home_recruit a div p {
    font-size: 9.5px;
    margin: 0 0 0.43vw 0;
  }
  .home_recruit a div h2 {
    font-size: 1.81vw;
  }
  .home_recruit a div h2 span {
    padding-right: 3.19vw;
    background-size: 1.64vw;
  }
  .home_recruit a figure {
    width: 61.3%;
  }
}
@media screen and (max-width: 600px) {
  .home_recruit a {
    padding: 3.13vw;
    border-radius: 3.13vw;
  }
  .home_recruit a div {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    text-align: center;
  }
  .home_recruit a div p {
    font-size: 2.5vw;
  }
  .home_recruit a div h2 {
    font-size: 5.31vw;
  }
  .home_recruit a div h2 span {
    display: block;
    padding-right: 0;
    background: url(/common/images/share/icon_allow_rbk.svg) no-repeat right center;
    background-size: 2.34vw;
  }
  .home_recruit a figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 3.75vw;
  }
  .home_recruit a figure img {
    width: 100%;
  }
}

/* home_copy */
.home_copy {
  position: relative;
  clear: both;
  text-align: center;
}

.home_copy h2 {
  font-size: 38px;
  padding: 90px 0 45px 0;
  font-weight: normal;
}

.home_copy h3 {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 125px 0;
}

/* home news */
.home_news_sub {
  float: left;
  display: inline-block;
  background: url(../images/share/cat_line2.png) no-repeat left bottom;
  background-size: 100%;
  font-size: 24px;
  line-height: 1.2em;
  padding-bottom: 4px;
  margin-bottom: 30px;
}

.home_detail {
  float: right;
  display: inline-block;
  line-height: 1.2em;
  margin-bottom: 30px;
  padding-top: 13px;
}

/* news */
.news_entry {
  position: relative;
  clear: both;
}

.news_entry article {
  position: relative;
  float: left;
  width: 22.58%;
  margin: 0 3.22% 0 0;
}

.news_entry article:last-child {
  margin: 0;
}

.news_entry article figure {
  line-height: 0;
  font-size: 0;
  margin-bottom: 19px;
  overflow: hidden;
}

.news_entry article figure img {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 100%;
}

.news_entry article figure a:hover img {
  opacity: 1;
}

.news_entry article figure img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.news_entry article time {
  display: inline-block;
  font-size: 12px;
  float: left;
}

.news_entry article .cat {
  float: right;
  display: inline-block;
  margin-bottom: 16px;
}

.news_entry article .cat a {
  display: block;
  text-decoration: none;
  background: url(../images/share/cat_back2.png) no-repeat left center;
  line-height: 1.1em;
  padding: 5px 15px 4px 15px;
}

.news_entry article .cat.cat3 a {
  background: url(/common/images/share/cat_back1.png) no-repeat left center;
}

.news_entry article .cat a:hover {
  opacity: 0.7;
}

.news_entry article h4 {
  clear: both;
  font-weight: bold;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_entry article h4 a {
  text-decoration: none;
}

.news_entry article p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_entry article .more_detail {
  clear: both;
}

.news_entry article .more_detail a {
  display: block;
  text-align: center;
  border: 1px solid #969696;
  text-decoration: none;
  padding: 2px 0 1px 0;
  font-size: 12px;
}

.news_entry article .more_detail a:hover {
  border: 1px solid #333;
}

/* tipics_wrap */
.tipics_wrap {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 115px 0 0 0;
}

.tipics_wrap .title_wrap h2 {
  background: url(../images/share/title_back2.png) no-repeat center bottom;
  background-size: 100%;
}

.tipics_entry {
  position: relative;
  clear: both;
}

.tipics_entry article {
  position: relative;
  width: 29%;
  float: left;
  margin: 0 6.5% 0 0;
  background: url(../images/share/icon_detail.png) no-repeat right bottom 5px;
  background-size: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tipics_entry article:hover {
  opacity: 0.75;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tipics_entry article:last-child {
  margin: 0;
}

.tipics_entry article figure {
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  margin: 0 0 15px 0;
}

.tipics_entry article h4 {
  font-size: 18px;
  background-size: 100%;
  line-height: 1.2em;
  margin-bottom: 25px;
}

.tipics_entry article h4 a {
  text-decoration: none;
  display: inline-block;
  background: url(../images/share/cat_line1.png) no-repeat left bottom;
  padding-bottom: 4px;
}

.tipics_entry article p {
  margin-bottom: 0;
}

/* ====================================================== */
/* 02.life ---------------------------------------------- */
.page_image {
  background: url(/common/images/life/life_title.jpg) no-repeat center center;
  background-size: cover;
}

#life .title_wrap h2 {
  background: url(../images/life/back_subtitle.png) no-repeat center bottom;
  background-size: 100%;
  padding: 0 0.5em 5px 0.5em;
}

#day_activites {
  background: url(../images/life/back_en1.png) no-repeat center top 340px;
}

#lifeday {
  background: url(../images/life/line_center.png) no-repeat center top;
  background-size: 3px 100%;
}

#lifeday .dright,
#lifeday .dleft {
  width: 46.9%;
}

#lifeday h2 {
  width: 65.5%;
  line-height: 0;
  font-size: 0;
  margin: 0 0 60px 0;
}

#lifeday h2.title1 {
  width: 100%;
}

#lifeday table {
  width: 62.5%;
  float: left;
}

#lifeday table th,
#lifeday table td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  line-height: 1.6em;
  padding: 9px 0;
}

#lifeday table th {
  width: 55px;
  padding: 0;
  padding: 9px 0;
}

#lifeday table td {
  padding: 9px 8px;
}

.image_list {
  float: right;
  width: 34%;
  list-style: none;
}

.image_list li {
  line-height: 0;
  font-size: 0;
  margin: 0 0 49px 0;
}

.image_list li:last-child {
  margin: 0;
}

/* childcare day time */
#childcare_day {
  padding: 145px 0 0 0;
}

#childcare_time {
  padding: 120px 0 0 0;
}

.childcar_wrap {
  position: relative;
  clear: both;
}

.childcar_wrap {
  background: url(../images/life/line_bottom.png) no-repeat center bottom;
  background-size: 100%;
  margin-bottom: 30px;
}

.childcar_wrap:last-child {
  background: none;
}

.childcar_wrap h3,
.childcar_wrap h3 {
  width: 16%;
  float: left;
}

.childcare_text {
  float: right;
  width: 84%;
}

.childcare_text h4 {
  font-size: 15px;
}

/* dress */
#dress {
  padding: 85px 0 0 0;
}

#dress p {
  padding: 0 0 0 90px;
}

/* one_year */
#one_year {
  padding: 125px 0 0 0;
}

/* oneyear_wrap */
.oneyear_wrap {
  position: relative;
  clear: both;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.oneyear_wrap article {
  position: relative;
  float: left;
  width: 22.5%;
  margin: 0 3.1% 105px 0;
}

.oneyear_wrap article:nth-child(3) {
  margin-right: 0;
}

.oneyear_wrap article h3 {
  margin: 0 0 19px 0;
  line-height: 0;
  font-size: 0;
}

.oneyear_wrap article figure {
  line-height: 0;
  font-size: 0;
  margin: 0 0 30px 0;
}

.oneyear_wrap article p {
  margin: 0;
}

#year1 {
  background: url(../images/life/back_contents2-1.png) no-repeat center top;
  background-size: 1338px;
}

#year2 {
  background: url(../images/life/back_contents2-2.png) no-repeat center top;
  background-size: 1338px;
}

#year3 {
  background: url(../images/life/back_contents2-3.png) no-repeat center top;
  background-size: 1338px;
}

#year4 {
  background: url(../images/life/back_contents2-4.png) no-repeat center top;
  background-size: 1338px;
}

#year2 .oneyear_wrap article:first-child,
#year4 .oneyear_wrap article:first-child {
  margin-left: 25.6%;
}

#other_activity {
  background: url(../images/life/back_en2.png) no-repeat center top 320px;
  padding: 90px 0 0 0;
  margin-top: -50px;
}

.othera_wrap {
  position: relative;
}

.othera_wrap article {
  position: relative;
  float: left;
  width: 22.5%;
  margin: 0 3.1% 15px 0;
}

.othera_wrap article:last-child {
  margin: 0 0 105px 0;
}

.othera_wrap article h3 {
  font-size: 18px;
  margin-bottom: 12px;
  letter-spacing: 0em;
}

.othera_wrap article h3 em {
  font-size: 11px;
  font-style: normal;
}

.othera_wrap article figure {
  line-height: 0;
  font-size: 0;
  margin-bottom: 25px;
}

/* menu btn */
.mon_menu_wrap {
  position: relative;
  float: left;
  width: 47.7%;
}

.mon_menu_wrap .pdf_thumb {
  float: left;
  width: 34.6%;
}

.mon_menu_wrap .menu_face {
  float: right;
  width: 61.5%;
  padding: 23px 30px 15px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/life/back_pink.png);
}

.mon_menu_wrap .menu_face h4 {
  font-weight: normal;
  font-size: 14px;
  float: left;
}

.mon_menu_wrap .menu_face p {
  float: right;
  text-align: right;
  font-size: 12px;
  padding: 2px 0 0 0;
  margin: 0;
}

.down_pdf {
  display: inline-block;
  clear: both;
  padding: 1em 0 0 0;
}

.down_pdf a {
  display: inline-block;
  background: url(../images/share/icon_detail.png) no-repeat right center;
  background-size: 15px;
  padding-right: 30px;
  text-decoration: none;
  border-bottom: 1px solid #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.down_pdf a:hover {
  border-bottom: 1px solid #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.schedule_wrap {
  position: relative;
  float: right;
  width: 47.7%;
}

.schedule_wrap figure {
  float: left;
  width: 47.4%;
}

.schedule_text {
  float: right;
  width: 45.8%;
}

/* ====================================================== */
/* 03.about --------------------------------------------- */
#about .page_image {
  background: url(/common/images/about/about_image.jpg) no-repeat center center;
  background-size: cover;
}

#about .title_wrap h2 {
  background: url(/common/images/about/back_title1.png) no-repeat center bottom;
  background-size: 100%;
  padding: 0 0.5em 5px 0.5em;
}

#about .circle_back {
  width: 100%;
  background: url(/common/images/about/back_en1.png) no-repeat center top 340px;
}

/* message */
#about #message .dleft {
  width: 52.4%;
}

#about #message .dright {
  width: 42.5%;
}

#about #message h3 {
  font-size: 22px;
  margin: 0 0 2em 0;
  font-weight: normal;
}

/* feature */
#feature h4 {
  width: 38.7%;
  font-size: 22px;
  font-weight: normal;
  float: left;
}

#feature h4.nofloat {
  float: none;
  width: auto;
  padding: 35px 0 55px 0;
}

#feature .vtitle_contents {
  padding-bottom: 50px;
  margin-bottom: 55px;
  background: url(../images/life/line_bottom.png) no-repeat left bottom;
  background-size: 100%;
}

#feature .feature_back {
  background: url(/common/images/about/back_wrap.png);
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 30px;
  width: 61.3%;
}

#feature .feature_back p {
  font-size: 14px;
  margin: 0;
}

.feature_text {
  float: left;
  width: 70%;
}

.feature_text h5 {
  font-size: 18px;
  margin-bottom: 1em;
}

.feature_text p {
  margin: 0;
}

.feature_fig {
  float: right;
  margin-bottom: 30px;
  width: 25.45%;
}

.feature_fig figure {
  margin-bottom: 1em;
}

#feature .vtitle_contents.nofig_bd,
#feature .vtitle_contents.no_bd {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#feature .vtitle_contents.nofig_bd .feature_text {
  width: 100%;
  float: none;
}

#feature .vtitle_contents.back_eat {
  margin-top: 30px;
  background: url(/common/images/about/back_wrap.png) no-repeat center center;
  background-size: cover;
  padding: 3.6%;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#feature .back_eat ul li,
#feature .back_eat article {
  width: 30%;
  float: left;
  list-style: none;
  margin: 0 4.57% 0 0;
}

#feature .back_eat ul li:nth-child(3),
#feature .back_eat article:nth-child(3) {
  margin: 0;
}

#feature .back_eat article h5 {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.8em;
}

#feature.contents_inner {
  width: 100%;
  background: url(/common/images/about/back_contents2.png) no-repeat center bottom;
  background-size: 1337px;
}

#aboutkinder .feature_back {
  background: url(/common/images/about/back_wrap.png);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 30px;
  margin-bottom: 2em;
}

/* number */
#number table {
  width: 100%;
  margin-bottom: 1em;
}

#number table th,
#number table td {
  padding: 5px;
  width: 20%;
  text-align: center;
  border-bottom: 1px solid #C6E6E6;
  border-right: 1px solid #C6E6E6;
}

#number table tr th:last-child,
#number table tr td:last-child {
  border-right: none;
}

#number table th {
  background: #E7F4F4;
}

#evaluation {
  padding: 120px 0 0 0;
}

#ayumi.contents_inner {
  padding: 125px 0 65px 0;
  width: 100%;
  background: url(/common/images/about/back_contents3.png) no-repeat center top 30px, url(/common/images/about/back_contents4.png) no-repeat center bottom 80px;
  background-size: 1237px, 1137px;
}

#ayumi table {
  width: 73%;
  float: left;
}

#ayumi table th,
#ayumi table td {
  line-height: 1.4em;
  padding: 7px 0;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

#ayumi table th {
  width: 13.4%;
}

#ayumi ul {
  float: right;
  width: 25.4%;
  list-style: none;
}

#ayumi ul li {
  margin-bottom: 28px;
}

/* access */
#access .dleft {
  width: 49%;
}

#access .dleft a {
  display: inline-block;
  text-decoration: none;
  background: url(../images/share/icon_detail.png) no-repeat right center;
  background-size: 15px;
  padding-right: 30px;
}

#access .dright {
  width: 43.6%;
}

#access .dright iframe {
  max-width: 100%;
}

/* ====================================================== */
/* 04.entry --------------------------------------------- */
#entry .page_image {
  background: url(/common/images/entry/entry_image.jpg) no-repeat center center;
  background-size: cover;
}

#entry .title_wrap h2 {
  background: url(../images/entry/back_subtitle1.png) no-repeat center bottom;
  background-size: 100%;
  padding: 0 0.5em 5px 0.5em;
}

#entry .circle_back {
  width: 100%;
  background: url(/common/images/entry/back_en1.png) no-repeat center top 340px;
}

#entry .left_vtitle_wrap .vtitle h3 {
  border: 1px solid #E2EBA2;
}

/* table */
#entry .colortable {
  width: 100%;
  margin-bottom: 1em;
  background: #FFF;
}

#entry .colortable th,
#entry .colortable td {
  padding: 5px;
  width: 20%;
  text-align: center;
  border-bottom: 1px solid #E2EBA2;
  border-right: 1px solid #E2EBA2;
}

#entry .colortable td em {
  font-style: normal;
  font-size: 11px;
}

#entry .colortable tr td:last-child {
  border-right: none;
}

#entry .colortable th {
  background: #F1F6D3;
}

#entry .color_back {
  background: url(../images/entry/back_contents_color.jpg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 30px;
  margin-bottom: 2em;
}

#entry .color_back p {
  font-size: 14px;
  margin: 0;
}

#childcareday {
  padding-top: 95px;
  background: url(../images/entry/back_contents2.png) no-repeat center bottom 40px;
  background-size: 1337px;
  padding-bottom: 50px;
}

#entry #childcareday .vtitle_contents {
  padding-bottom: 50px;
  margin-bottom: 55px;
  background: url(../images/life/line_bottom.png) no-repeat left bottom;
  background-size: 100%;
}

#entry #childcareday .vtitle_contents.no_bd {
  background: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#price {
  background: url(../images/entry/back_contents3.png) no-repeat center bottom 40px;
  background-size: 1337px;
  padding-bottom: 35px;
}

#procedure {
  background: url(../images/entry/back_contents4.png) no-repeat center top 510px;
  background-size: 1137px;
}

#procedure .twoindent li {
  margin-bottom: 1em;
}

#procedure .vtitle_contents {
  margin-bottom: 60px;
}

/* ====================================================== */
/* 05.report -------------------------------------------- */
#report .page_image {
  background: url(/common/images/report/report_image.jpg) no-repeat center center;
  background-size: cover;
}

#report .news_wrap {
  width: 100%;
  background: url(../images/report/back_en1.png) no-repeat center top 220px;
}

#report .title_wrap h2 {
  background: url(../images/report/back_subtitle1.png) no-repeat center bottom;
  background-size: 100%;
  padding: 0 0.5em 5px 0.5em;
}

#report .news_entry {
  min-height: 650px;
}

#report .news_entry article {
  margin-bottom: 100px;
}

#report .news_entry article:nth-child(4n) {
  margin-right: 0;
}

#report .news_entry article:nth-child(4n+1) {
  clear: both;
}

.news_list_btn {
  position: relative;
  clear: both;
  text-align: center;
}

.news_list_btn p a {
  display: inline-block;
  background: url(../images/report/back_more.png) no-repeat center center;
  background-size: 100px;
  height: 100px;
  width: 100px;
  padding-top: 35px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news_detail {
  position: relative;
  clear: both;
}

.entry_title,
.entry_detail {
  position: relative;
  clear: both;
  width: 78.5%;
  margin: 0 auto;
}

.entry_title h1,
.entry_title h2 {
  font-size: 28px;
}

.entry_title .entry_date {
  font-size: 12px;
  float: left;
}

.entry_title .entry_cat a {
  float: left;
  display: inline-block;
  background: url(../images/share/cat_back1.png) no-repeat left center;
  line-height: 1.1em;
  padding: 5px 15px 4px 15px;
  margin-bottom: 16px;
  text-decoration: none;
  margin-left: 1.5em;
}

.entry_title .entry_cat a:hover {
  opacity: 0.7;
}

.contents_navi {
  position: relative;
  clear: both;
  width: 100%;
  padding-top: 125px;
  text-align: center;
}

.contents_navi p {
  float: left;
  text-align: center;
  width: 33.3%;
}

.contents_navi p a {
  display: block;
  margin: 0 auto;
  background-size: 100px;
  height: 100px;
  width: 100px;
  padding-top: 35px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contents_navi p a:hover {
  opacity: 0.75;
}

.contents_navi p.next_navi a {
  margin: 0 0 0 auto;
}

.contents_navi p.prev_navi a {
  margin: 0 auto 0 0;
}

.contents_navi p.next_navi a {
  background: url(/common/images/entry/navi_next.png) no-repeat center center;
  background-size: 100%;
}

.contents_navi p.prev_navi a {
  background: url(/common/images/entry/navi_prev.png) no-repeat center center;
  background-size: 100%;
}

.contents_navi p.list_navi a {
  background: url(/common/images/entry/navi_list.png) no-repeat center center;
  background-size: 100%;
}

.alm-btn-wrap {
  clear: both;
}

.entry_detail .wp-block-gallery .blocks-gallery-item figcaption {
  padding: 25px 5px 5px 5px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4em;
}

/* ====================================================== */
/* 06.parents ------------------------------------------- */
#parents .page_image {
  background: url(/common/images/parents/parents_image.jpg) no-repeat center center;
  background-size: cover;
}

#parents .page_title {
  margin-bottom: 80px;
}

#parents #news_info {
  width: 100%;
  background: url(../images/parents/back_contents1.png) no-repeat center top 220px;
}

#parents .title_wrap h2 {
  background: url(../images/parents/back_subtitle.png) no-repeat left bottom;
  background-size: 100%;
}

.parents_news {
  position: relative;
  clear: both;
  margin: 0 auto 95px auto;
  padding: 12px 20px;
  width: 72.6%;
  background: #EFEFEF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.parents_news article {
  position: relative;
  clear: both;
  padding: 10px 0;
  border-bottom: 1px solid #FFF;
}

.parents_news article:last-child {
  border-bottom: none;
}

.parents_news article time {
  float: left;
  font-size: 12px;
  line-height: 1.6em;
}

.parents_news article h3 {
  padding-left: 6em;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.6em;
}

.parents_news article h3 a {
  text-decoration: none;
}

.parents_news article h3 a:hover {
  text-decoration: underline;
}

.parents_pdf_wrap {
  position: relative;
  clear: both;
  margin: 0;
  padding-top: 90px;
}

.pdf_list_base {
  position: relative;
  clear: both;
}

.pdf_list_base article {
  position: relative;
  float: left;
  width: 22.58%;
  margin: 0 3.22% 50px 0;
}

.pdf_list_base article.disnone {
  display: none;
}

.pdf_list_base article:nth-child(4n) {
  margin: 0;
}

.pdf_list_base article:nth-child(4n+1) {
  clear: both;
}

.pdf_list_base article .mon {
  font-size: 17px;
  background: url(../images/parents/back_mon.png) no-repeat center bottom;
  background-size: 100%;
  margin-bottom: 17px;
  line-height: 1.2em;
  font-weight: bold;
  float: left;
}

.pdf_list_base article .icon_new {
  font-size: 14px;
  background: url(../images/parents/back_icon.png) no-repeat center center;
  background-size: cover;
  padding: 2px 8px;
  margin: 0;
  line-height: 1.4em;
  float: right;
}

.pdf_list_base article figure {
  position: relative;
  clear: both;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  margin: 0 0 20px 0;
}

.pdf_list_base article figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 300px;
}

.pdf_list_base article .pdf_btn {
  text-align: center;
  margin: 0;
}

.pdf_list_base article .pdf_btn a {
  display: block;
  text-decoration: none;
  border: 1px solid #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pdf_list_base article .pdf_btn a:hover {
  background: #333;
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#parents .news_list_btn p a {
  background: url(../images/parents/back_btn.png) no-repeat center center;
  background-size: 100%;
}

#parents .news_list_btn.active p em,
#parents .news_list_btn p a span {
  display: none;
  font-style: normal;
}

#parents .news_list_btn p em,
#parents .news_list_btn.active p a span {
  display: block;
  font-style: normal;
}

.news_none {
  padding: 2em 0;
  width: 60%;
  border: 1px solid rgb(251, 217, 202);
  text-align: center;
  margin: 0 auto 2em auto;
}

.news_none p {
  margin-bottom: 0;
}

/* ====================================================== */
/* 07.contact ------------------------------------------- */
#contact .page_image {
  background: url(/common/images/contact/contact_image.jpg) no-repeat center center;
  background-size: cover;
}

#contact .contents_inner {
  width: 100%;
  background: url(../images/contact/back_contents1.png) no-repeat center top 340px;
}

#contact .contents_inner .contents_base,
.thanks .contents_inner .contents_base {
  width: 730px;
  margin: 0 auto;
}

.contact_tel {
  position: relative;
  clear: both;
  background: url(../images/contact/back_contact_color.png) no-repeat center center;
  background-size: cover;
  padding: 32px 0 27px 0;
  text-align: center;
  margin-bottom: 55px;
}

.contact_tel h2 {
  display: inline-block;
  width: 230px;
  text-align: center;
  margin: 0 20px 0 0;
}

.contact_tel p {
  display: inline-block;
  width: 231px;
  text-align: center;
  margin: 0;
}

.form_wrap {
  position: relative;
  clear: both;
  background: url(../images/life/line_bottom.png) no-repeat top center;
  background-size: 100%;
}

.form_wrap .spn {
  display: inline-block;
}

.form_wrap .fbase {
  position: relative;
  clear: both;
  padding: 32px 0 27px 0;
  background: url(../images/life/line_bottom.png) no-repeat bottom center;
  background-size: 100%;
}

.form_wrap .fbase.nobd {
  background: none;
  padding-bottom: 0;
}

.form_wrap .fbase h4 {
  font-weight: normal;
  float: left;
  width: 175px;
  padding: 5px 0 0 0;
}

.form_wrap .fbase h4 strong {
  color: #F76E5A;
  font-weight: normal;
}

.form_wrap .fbase p {
  margin: 0;
  padding-left: 150px;
}

.form_wrap .fbase p textarea,
.form_wrap .fbase p input[type=email],
.form_wrap .fbase p input[type=text] {
  padding: 8px 8px;
  background: #EFEFEF;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form_wrap .fbase p input.fm1 {
  width: 180px;
}

.form_wrap .fbase p input.fm2 {
  width: 80px;
}

.form_wrap .fbase p textarea,
.form_wrap .fbase p input.fm3 {
  width: 500px;
}

.form_wrap .error {
  padding-left: 65px;
}

.form_wrap .form_caution .error {
  padding-left: 0;
}

.thanks .entry_title,
.confirm .form_caution,
.confirm .add_btn,
.confirm .confnine {
  display: none;
}

.thanks_wrap h2 {
  margin-bottom: 2em;
}

.add_btn {
  border: 2px solid #C9C9C9;
  text-align: center;
  padding: 9px 8px 8px 8px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 600px) {
  .add_btn {
    margin-top: 0.5em;
    display: block;
  }
}

.add_btn:hover {
  background: #C9C9C9;
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form_caution {
  margin: 44px 0 36px 0;
  background: url(../images/contact/back_contact_color.png) no-repeat center center;
  background-size: cover;
  padding: 36px;
}

.form_caution h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 28px;
}

.form_caution .chk_wrap {
  text-align: center;
  margin: 0;
}

.submit_wrap {
  position: relative;
  clear: both;
  text-align: center;
}

.submit_wrap .fm-modoru,
.submit_wrap input[type=submit] {
  border: none;
  text-indent: -9999px;
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url(../images/contact/btn_submit1.png) no-repeat center center;
  background-size: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.submit_wrap input[value=送信する] {
  margin-top: 60px;
  background: url(../images/contact/btn_submit2.png) no-repeat center center;
  background-size: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.submit_wrap .fm-modoru {
  margin: 60px 30px 0 0;
  background: url(../images/contact/btn_submit3.png) no-repeat center center;
  background-size: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ====================================================== */
/* 08.hiyokohibari -------------------------------------- */
#hiyokohibari .page_image {
  background: url(/common/images/hiyokohibari/hiyokohibari_image.jpg) no-repeat center center;
  background-size: cover;
}

#hiyokohibari #hiyoko.contents_inner {
  width: 100%;
  background: url(../images/hiyokohibari/back_contents1.png) no-repeat center top 340px;
}

#hiyokohibari #hiyoko_back2.contents_inner {
  width: 100%;
  padding-top: 0;
  background: url(../images/hiyokohibari/back_contents2.png) no-repeat center bottom;
}

#hiyokohibari .title_wrap h2 {
  background: url(../images/hiyokohibari/back_subtitle.png) no-repeat left bottom;
  background-size: 100%;
}

/* hiyoko1 */
#hiyoko1 .dleft,
#hibari1 .dleft {
  width: 52.4%;
}

#hiyoko1 .dright,
#hibari1 .dright {
  width: 42.5%;
  margin-bottom: 80px;
}

#hibari1 .dright {
  margin-bottom: 80px;
}

#hiyoko1 h3,
#hibari1 h3 {
  font-size: 22px;
  margin: 0 0 2em 0;
  font-weight: normal;
}

/* hiyoko2 */
#hiyoko3 .vtitle_contents,
#hiyoko2 .vtitle_contents {
  padding-bottom: 55px;
  margin-bottom: 55px;
  background: url(../images/life/line_bottom.png) no-repeat bottom center;
  background-size: 100%;
}

#hiyoko2 .vtitle_contents ul li,
#hiyoko2 .vtitle_contents article {
  width: 30%;
  float: left;
  list-style: none;
  margin: 0 4.57% 0 0;
}

#hiyoko2 .vtitle_contents ul li:nth-child(3),
#hiyoko2 .vtitle_contents article:nth-child(3) {
  margin: 0;
}

#hiyoko2 .vtitle_contents article h3 {
  font-weight: normal;
  font-size: 18px;
}

#hiyoko2 .vtitle_contents article h4 {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 2em;
}

#hiyoko2 .vtitle_contents article p {
  margin-bottom: 2em;
}

#hiyoko2 .vtitle_contents ul {
  clear: both;
}

#hiyoko3 .vtitle_contents .feature_text,
#hiyoko4 .vtitle_contents .feature_text {
  width: 66%;
}

#hiyoko3 .vtitle_contents figure,
#hiyoko4 .vtitle_contents figure {
  width: 30%;
  margin-bottom: 0;
}

#hiyokohibari .left_vtitle_wrap .vtitle h3 {
  border: 1px solid #5FC5F2;
}

#hiyoko4 {
  margin-bottom: 55px;
}

/* ====================================================== */
/* 99.share --------------------------------------------- */
.news_list_btn p a,
a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.submit_wrap .fm-modoru:hover,
.submit_wrap input[type=submit]:hover,
.news_list_btn p a:hover,
.page_nav ul li a:hover,
a:hover img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

.twoindent {
  padding-left: 2em;
  text-indent: -2em;
}

ul.twoindent {
  padding-left: 0;
  text-indent: 0;
}

ul.twoindent li {
  padding-left: 2em;
  text-indent: -2em;
  list-style: none;
}

.fiveindent {
  padding-left: 5.5em;
  text-indent: -5.5em;
}

@media screen and (max-width: 756px) {
  .contents_inner {
    padding-top: 18.75vw !important;
  }
  .contents_inner:first-of-type {
    padding-top: 18.75vw !important;
  }
}

#recruit .page_image {
  background: url(/common/images/recruit/recruit_main.webp) no-repeat center center;
  background-size: cover;
}
#recruit .title_wrap h2 {
  line-height: 1.1em;
  background: url(/common/images/recruit/recruit_title_line.svg) no-repeat center bottom;
  background-size: 100%;
  padding: 0 0.5em 5px 0.5em;
}

#presidentmessage h3 {
  font-size: 22px;
  width: 825px;
  margin: 0 auto 1.5em auto;
}
@media screen and (max-width: 960px) {
  #presidentmessage h3 {
    font-size: 1.9vw;
    width: 90vw;
  }
}
@media screen and (max-width: 756px) {
  #presidentmessage h3 {
    font-size: 5vw;
    text-align: center;
    width: 100%;
  }
}

.recruit_contents1 {
  position: relative;
  width: 825px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.recruit_contents1 div {
  width: 52.3%;
}
.recruit_contents1 div p:last-of-type {
  margin-bottom: 0;
}
.recruit_contents1 figure {
  width: 42.4%;
}
@media screen and (max-width: 960px) {
  .recruit_contents1 {
    width: 90vw;
  }
}
@media screen and (max-width: 756px) {
  .recruit_contents1 {
    width: 100%;
  }
  .recruit_contents1 div {
    width: 100%;
    margin-bottom: 12.5vw;
  }
  .recruit_contents1 figure {
    width: 100%;
  }
}

.staff_message {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.staff_message article {
  width: 29%;
  margin-right: 6.5%;
}
.staff_message article:nth-of-type(3n) {
  margin-right: 0;
}
.staff_message article figure {
  line-height: 0;
  font-size: 0;
  margin-bottom: 20px;
}
.staff_message article h3 {
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 16px;
  text-align: center;
  color: #7b71aa;
}
.staff_message article p {
  font-size: 14px;
}
.staff_message article p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .staff_message article figure {
    margin-bottom: 1.72vw;
  }
  .staff_message article h3 {
    font-size: 1.38vw;
    margin-bottom: 1.38vw;
  }
  .staff_message article p {
    font-size: 1.21vw;
  }
}
@media screen and (max-width: 756px) {
  .staff_message article {
    width: 100%;
    margin-bottom: 15.63vw;
    margin-right: 0;
  }
  .staff_message article:last-of-type {
    margin-bottom: 0;
  }
  .staff_message article figure {
    margin-bottom: 6.25vw;
  }
  .staff_message article h3 {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
  .staff_message article p {
    font-size: 4.38vw;
  }
}

#abouten {
  padding-top: 120px;
}
@media screen and (max-width: 960px) {
  #abouten {
    padding-top: 10.34vw;
  }
}
@media screen and (max-width: 756px) {
  #abouten {
    padding-top: 31.25vw;
  }
}

.abouten_inner {
  position: relative;
  width: 825px;
  margin: 0 auto;
}
.abouten_inner div {
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.abouten_inner div p {
  position: relative;
  margin: -0.5em 0 0 0;
  font-size: 17px;
  line-height: 1.58em;
}
.abouten_inner div p em {
  font-size: 14px;
  font-style: normal;
}
.abouten_inner div.fukidashi01 {
  position: absolute;
  top: 104px;
  width: 227px;
  height: 182px;
  background: url(/common/images/recruit/recruit_fukidashi01.svg) no-repeat center center;
  background-size: 227px;
}
.abouten_inner div.fukidashi02 {
  position: relative;
  width: 266px;
  height: 198px;
  margin: 0 auto;
  background: url(/common/images/recruit/recruit_fukidashi02.svg) no-repeat center center;
  background-size: 266px;
}
.abouten_inner div.fukidashi03 {
  position: absolute;
  right: 7px;
  top: 94px;
  width: 247px;
  height: 191px;
  background: url(/common/images/recruit/recruit_fukidashi03.svg) no-repeat center center;
  background-size: 247px;
}
.abouten_inner div.fukidashi04 {
  margin: 170px 0 0 13px;
  width: 213px;
  height: 155px;
  background: url(/common/images/recruit/recruit_fukidashi04.svg) no-repeat center center;
  background-size: 213px;
}
.abouten_inner div.fukidashi05 {
  position: absolute;
  left: 250px;
  top: 250px;
  width: 358px;
  height: 171px;
  background: url(/common/images/recruit/recruit_fukidashi05.svg) no-repeat center center;
  background-size: 358px;
}
.abouten_inner div.fukidashi05 p {
  margin-top: -1.5em;
}
.abouten_inner div.fukidashi06 {
  position: absolute;
  right: 0;
  top: 355px;
  width: 248px;
  height: 177px;
  background: url(/common/images/recruit/recruit_fukidashi06.svg) no-repeat center center;
  background-size: 248px;
}
.abouten_inner div.fukidashi07 {
  position: absolute;
  top: 422px;
  left: 302px;
  width: 249px;
  height: 223px;
  background: url(/common/images/recruit/recruit_fukidashi07.svg) no-repeat center center;
  background-size: 249px;
}
.abouten_inner div.fukidashi07 p {
  margin-top: -1em;
}
.abouten_inner div.fukidashi08 {
  margin: 30px 0 0 55px;
  width: 124px;
  height: 249px;
  background: url(/common/images/recruit/recruit_fukidashi08.svg) no-repeat center center;
  background-size: 124px;
}
.abouten_inner div.fukidashi08 p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.abouten_inner div.fukidashi09 {
  position: absolute;
  top: 663px;
  left: 233px;
  width: 216px;
  height: 155px;
  background: url(/common/images/recruit/recruit_fukidashi09.svg) no-repeat center center;
  background-size: 216px;
}
.abouten_inner div.fukidashi10 {
  position: absolute;
  top: 586px;
  right: 64px;
  width: 223px;
  height: 216px;
  background: url(/common/images/recruit/recruit_fukidashi10.svg) no-repeat center center;
  background-size: 223px;
}
.abouten_inner div.fukidashi10 p {
  margin-top: -1.5em;
}
.abouten_inner div.fukidashi11 {
  margin: 30px 0 0 90px;
  width: 358px;
  height: 171px;
  background: url(/common/images/recruit/recruit_fukidashi11.svg) no-repeat center center;
  background-size: 358px;
}
.abouten_inner div.fukidashi11 p {
  margin-top: -1.5em;
}
.abouten_inner div.fukidashi12 {
  position: absolute;
  right: 75px;
  bottom: 0;
  width: 265px;
  height: 197px;
  background: url(/common/images/recruit/recruit_fukidashi12.svg) no-repeat center center;
  background-size: 265px;
}
@media screen and (max-width: 960px) {
  .abouten_inner {
    width: 71.12vw;
  }
  .abouten_inner div p {
    font-size: 1.47vw;
  }
  .abouten_inner div p em {
    font-size: 1.21vw;
  }
  .abouten_inner div.fukidashi01 {
    top: 8.97vw;
    width: 19.57vw;
    height: 15.69vw;
    background-size: 19.57vw;
  }
  .abouten_inner div.fukidashi02 {
    width: 22.93vw;
    height: 17.07vw;
    background-size: 22.93vw;
  }
  .abouten_inner div.fukidashi03 {
    right: 0.6vw;
    top: 8.1vw;
    width: 21.29vw;
    height: 16.47vw;
    background-size: 21.29vw;
  }
  .abouten_inner div.fukidashi04 {
    margin: 14.66vw 0 0 1.12vw;
    width: 18.36vw;
    height: 13.36vw;
    background-size: 18.36vw;
  }
  .abouten_inner div.fukidashi05 {
    left: 21.55vw;
    top: 21.55vw;
    width: 30.86vw;
    height: 14.74vw;
    background-size: 30.86vw;
  }
  .abouten_inner div.fukidashi06 {
    top: 30.6vw;
    width: 21.38vw;
    height: 15.26vw;
    background-size: 21.38vw;
  }
  .abouten_inner div.fukidashi07 {
    top: 36.38vw;
    left: 26.03vw;
    width: 21.47vw;
    height: 19.22vw;
    background-size: 21.47vw;
  }
  .abouten_inner div.fukidashi08 {
    margin: 2.59vw 0 0 4.74vw;
    width: 10.69vw;
    height: 21.47vw;
    background-size: 10.69vw;
  }
  .abouten_inner div.fukidashi09 {
    top: 57.16vw;
    left: 20.09vw;
    width: 18.62vw;
    height: 13.36vw;
    background-size: 18.62vw;
  }
  .abouten_inner div.fukidashi10 {
    top: 50.52vw;
    right: 5.52vw;
    width: 19.22vw;
    height: 18.62vw;
    background-size: 19.22vw;
  }
  .abouten_inner div.fukidashi11 {
    margin: 2.59vw 0 0 7.76vw;
    width: 30.86vw;
    height: 14.74vw;
    background-size: 30.86vw;
  }
  .abouten_inner div.fukidashi12 {
    right: 6.47vw;
    width: 22.84vw;
    height: 16.98vw;
    background-size: 22.84vw;
  }
}
@media screen and (max-width: 756px) {
  .abouten_inner {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .abouten_inner div p {
    font-size: 3.59vw;
  }
  .abouten_inner div p em {
    font-size: 2.88vw;
  }
  .abouten_inner div.fukidashi02 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    top: auto;
    left: -3vw;
    margin: 0;
    width: 54.37vw;
    height: 40.63vw;
    background-size: 54.37vw;
  }
  .abouten_inner div.fukidashi01 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    top: auto;
    left: -3vw;
    width: 46.56vw;
    height: 37.19vw;
    background-size: 46.56vw;
  }
  .abouten_inner div.fukidashi03 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: absolute;
    right: -3vw;
    top: 25vw;
    width: 50.63vw;
    height: 39.06vw;
    background-size: 50.63vw;
  }
  .abouten_inner div.fukidashi05 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    position: relative;
    left: auto;
    top: auto;
    margin: 3vw 0 0 10vw;
    width: 73.13vw;
    height: 35vw;
    background-size: 73.13vw;
  }
  .abouten_inner div.fukidashi04 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin: 2vw 0 0 -2vw;
    width: 43.75vw;
    height: 31.25vw;
    background-size: 43.75vw;
  }
  .abouten_inner div.fukidashi06 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    position: absolute;
    top: 135vw;
    right: -3vw;
    width: 50.63vw;
    height: 36.25vw;
    background-size: 50.63vw;
  }
  .abouten_inner div.fukidashi08 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
    position: relative;
    margin: 0 40vw 0 5vw;
    width: 25.31vw;
    height: 50.94vw;
    background-size: 25.31vw;
  }
  .abouten_inner div.fukidashi07 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
    position: absolute;
    top: 175vw;
    left: auto;
    right: 0;
    width: 50.94vw;
    height: 45.63vw;
    background-size: 50.94vw;
  }
  .abouten_inner div.fukidashi09 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
    position: relative;
    top: auto;
    left: auto;
    margin: 10vw 0 0 0;
    width: 44.38vw;
    height: 31.87vw;
    background-size: 44.38vw;
  }
  .abouten_inner div.fukidashi10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    position: relative;
    top: auto;
    right: auto;
    margin: 15vw 0 0 0;
    width: 45.63vw;
    height: 44.38vw;
    background-size: 45.63vw;
  }
  .abouten_inner div.fukidashi11 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
    position: relative;
    margin: 0;
    width: 73.13vw;
    height: 35vw;
    background-size: 73.13vw;
  }
  .abouten_inner div.fukidashi12 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
    position: absolute;
    right: -2vw;
    bottom: 62vw;
    width: 54.06vw;
    height: 40.31vw;
    background-size: 54.06vw;
  }
}

#application {
  padding-top: 120px;
}
@media screen and (max-width: 960px) {
  #application {
    padding-top: 10.34vw;
  }
}

.adm_pdf {
  list-style: none;
}
.adm_pdf li {
  width: 500px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}
.adm_pdf li a {
  display: block;
  border: 1px solid #9a8ec3;
  text-decoration: none;
  padding: 1.5em 0;
  background: url(/common/images/share/icon_pdf_red.svg) no-repeat right 1.5em center;
  background-size: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.adm_pdf li a:hover {
  background: url(/common/images/share/icon_pdf_red.svg) no-repeat right 1.5em center #f5f4f9;
  background-size: 20px;
}
@media screen and (max-width: 960px) {
  .adm_pdf li {
    width: 43.1vw;
    font-size: 1.38vw;
  }
  .adm_pdf li a {
    background-size: 1.72vw;
  }
  .adm_pdf li a:hover {
    background-size: 1.72vw;
  }
}
@media screen and (max-width: 756px) {
  .adm_pdf li {
    width: 100%;
    font-size: 5vw;
  }
  .adm_pdf li a {
    padding: 0.8em 0;
    background-size: 4.06vw;
  }
  .adm_pdf li a:hover {
    background-size: 4.06vw;
  }
}

.flow_contents {
  position: relative;
  width: 700px;
  margin: 0 auto;
}
.flow_contents div {
  width: 100%;
  padding-bottom: 115px;
  background: url(/common/images/share/icon_flow_allow.svg) no-repeat center bottom 30px;
  background-size: 50px;
}
.flow_contents div:last-of-type {
  background: none;
  padding-bottom: 0;
}
.flow_contents div p {
  background: #f5f4f9;
  text-align: center;
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  padding: 1.5em 0;
  color: #7b71aa;
}
@media screen and (max-width: 960px) {
  .flow_contents {
    width: 60.34vw;
  }
  .flow_contents div {
    padding-bottom: 9.91vw;
    background: url(/common/images/share/icon_flow_allow.svg) no-repeat center bottom 2.59vw;
    background-size: 4.31vw;
  }
  .flow_contents div p {
    font-size: 1.72vw;
  }
}
@media screen and (max-width: 756px) {
  .flow_contents {
    width: 100%;
  }
  .flow_contents div {
    padding-bottom: 17.5vw;
    background: url(/common/images/share/icon_flow_allow.svg) no-repeat center bottom 4.69vw;
    background-size: 7.81vw;
  }
  .flow_contents div p {
    font-size: 5vw;
  }
}

#admcontact p {
  width: 500px;
  margin: 0 auto;
  font-size: 16px;
}
#admcontact p a {
  display: block;
  border: 1px solid #9a8ec3;
  text-decoration: none;
  text-align: center;
  padding: 1.5em 0;
  background: url(/common/images/share/icon_allow_rbk.svg) no-repeat right 1.5em center;
  background-size: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#admcontact p a:hover {
  background: url(/common/images/share/icon_allow_rbk.svg) no-repeat right 1.5em center #f5f4f9;
  background-size: 20px;
}
@media screen and (max-width: 960px) {
  #admcontact p {
    width: 43.1vw;
    font-size: 1.38vw;
  }
  #admcontact p a {
    background-size: 1.72vw;
  }
  #admcontact p a:hover {
    background-size: 1.72vw;
  }
}
@media screen and (max-width: 756px) {
  #admcontact p {
    width: 100%;
    font-size: 5vw;
    padding: 0.8em 0;
  }
  #admcontact p a {
    background-size: 5.94vw;
  }
  #admcontact p a:hover {
    background-size: 5.94vw;
  }
}

#company .page_image {
  background: url(/common/images/company/com_main.webp) no-repeat center center;
  background-size: cover;
}
#company .title_wrap h2 {
  line-height: 1.1em;
  background: url(/common/images/company/com_title_line.svg) no-repeat center bottom;
  background-size: 100%;
  padding: 0 0.5em 5px 0.5em;
}
#company .adm_pdf {
  width: 860px;
  margin: 0 auto;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#company .adm_pdf.start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#company .adm_pdf.start li {
  margin: 0 20px 20px 0;
}
#company .adm_pdf.start li:nth-of-type(4n) {
  margin: 0 0 20px 0;
}
#company .adm_pdf li {
  width: 200px;
  font-size: 15px;
  margin: 0 10px 20px 10px;
  line-height: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#company .adm_pdf li a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-color: #f49173;
  background: url(/common/images/share/icon_pdf_red.svg) no-repeat right 0.7em center #FFF;
  background-size: 20px;
}
#company .adm_pdf li a:hover {
  background: url(/common/images/share/icon_pdf_red.svg) no-repeat right 0.7em center #fef4f1;
  background-size: 20px;
}
@media screen and (max-width: 960px) {
  #company .adm_pdf {
    width: 74.14vw;
  }
  #company .adm_pdf.start li {
    margin: 0 1.72vw 1.72vw 0;
  }
  #company .adm_pdf.start li:nth-of-type(4n) {
    margin: 0 0 1.72vw 0;
  }
  #company .adm_pdf li {
    width: 17.24vw;
    font-size: 1.29vw;
    margin: 0 0.86vw 1.72vw 0.86vw;
  }
  #company .adm_pdf li a {
    background-size: 1.72vw;
  }
  #company .adm_pdf li a:hover {
    background-size: 1.72vw;
  }
}
@media screen and (max-width: 756px) {
  #company .adm_pdf {
    width: 100%;
  }
  #company .adm_pdf.start {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #company .adm_pdf.start li {
    margin: 0 0 5.8vw 0;
  }
  #company .adm_pdf.start li:nth-of-type(4n) {
    margin: 0 0 5.8vw 0;
    padding: 0;
  }
  #company .adm_pdf li {
    width: 46.2%;
    font-size: 4.38vw;
    margin: 0 4% 5.8vw 4%;
  }
  #company .adm_pdf li a {
    background-size: 4.38vw;
  }
  #company .adm_pdf li a:hover {
    background-size: 4.38vw;
  }
}
@media screen and (max-width: 756px) {
  #company #application .adm_pdf li {
    width: 62.5vw;
  }
}

/* ------clearfix(クリアフィックス)↓ここから------ */
.contents_navi:before,
.contents_navi:after,
#lifeday .dright:before,
#lifeday .dright:after,
#lifeday .dleft:before,
#lifeday .dleft:after,
.form_wrap .fbase:before,
.form_wrap .fbase:after,
.pdf_list_base:before,
.pdf_list_base:after,
.parents_news article:before,
.parents_news article:after,
.news_wrap:before,
.news_wrap:after,
.childcar_wrap:before,
.childcar_wrap:after,
.footer_bottom:before,
.footer_bottom:after,
.contents:before,
.contents:after,
.footer_top:before,
.footer_top:after,
header:before,
header:after {
  content: "";
  display: table;
}

.contents_navi:after,
#lifeday .dright:after,
#lifeday .dleft:after,
.form_wrap .fbase:after,
.pdf_list_base:after,
.parents_news article:after,
.news_wrap:after,
.childcar_wrap:after,
.footer_bottom:after,
.footer_top:after,
.contents:after,
header:after {
  clear: both;
}

.contents_navi,
#lifeday .dright,
#lifeday .dleft,
.form_wrap .fbase,
.pdf_list_base,
.parents_news article,
.news_wrap,
.childcar_wrap,
.footer_bottom,
.footer_top,
.contents,
header {
  zoom: 1;
}

.abouten_inner p,
.flow_contents p,
.goth {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", sans-serif;
}