@charset "UTF-8";
/* ---------------------------------
 * mixins
 ----------------------------------- */
/* ---------------------------------
 * extend
 ----------------------------------- */
.clr {
  *zoom: 1;
}

.clr:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}

/* ============================================
** COMMON HEADER
** ============================================ */
.logo {
  width: 100%;
  max-width: 278px;
  height: 80px;
  line-height: 75px;
}

#header {
  position: fixed;
  width: 100%;
  box-shadow: -10px 0 10px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
  top: 0;
  z-index: 1001;
}

#breadcrumb {
  margin: 84px 0 0;
}

.top-hero {
  margin: 84px auto 0;
  padding: 0 3%;
  max-width: 1180px;
}

.page-heading {
  position: relative;
  width: 100%;
  height: 150px;
}

.page-heading .inner {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-heading .inner h1 {
  color: #696969;
  font-size: 277%;
  font-weight: bold;
  letter-spacing: 0.5rem;
  padding: 0 0 0 0.5rem;
  margin: 0 auto;
  text-align: center;
}

.sub_title {
  color: #696969;
}

.sub_title:after {
  height: 2px;
  background: #696969;
}

.counter_2_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.counter_2_wrap #counter_2,
.counter_2_wrap #counter_9 {
  position: relative;
}

.counter_2_wrap #counter_2 span {
  display: block;
  float: left;
  font-size: 100px;
  bottom: -18px;
}
.counter_2_wrap #counter_9 span {
  display: block;
  float: left;
  /* font-size: 70px; */
  bottom: -18px;
}
.counter_2_wrap #counter_2 i {
  direction: block;
  float: left;
}

.counter_2_wrap #counter_2:after {
  content: ".";
  display: block;
  width: auto;
  height: auto;
  font-size: 60px;
  -webkit-transform: translateY(32px);
  -ms-transform: translateY(32px);
  transform: translateY(32px);
}
/* .counter_2_wrap #counter_9:after {
  content: ".";
  display: block;
  widows: 1em;
  height: 1em;
  -webkit-transform: translateX(25px) translateY(-47px);
  -ms-transform: translateX(25px) translateY(-47px);
  transform: translateX(25px) translateY(-47px);
} */
.counter_2_wrap #counter_16:after {
  content: ".";
  display: block;
  width: auto;
  height: auto;
  font-size: 60px;
  -webkit-transform: translateX(42px) translateY(-64px);
  -ms-transform: translateX(42px) translateY(-64px);
  transform: translateX(42px) translateY(-64px);
}
@media only screen and (max-width: 414px) {
  .counter_2_wrap #counter_16:after {
    -webkit-transform: translateX(28px) translateY(-60px);
    -ms-transform: translateX(28px) translateY(-60px);
    transform: translateX(28px) translateY(-60px);
  }
}
.counter_2_wrap #counter_2_2 span {
  display: block;
  float: left;
  font-size: 100px;
  width: 30px;
}

.counter_2_wrap h4 {
  color: #775c2f;
  line-height: 1;
  display: inline-block;
  width: 20px;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 3px;
  margin: 0 0 10px 8%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
}

#numbers_16 h3 {
	margin:0;
}
#numbers_16 h3:first-child {
	margin:30px 0 0 0;
}
@media only screen and (max-width: 460px) {
  #numbers_16 h3:first-child {
    margin:10px 0 0 0;
  }
}
#numbers_16 h3#counter_16 {
	transform: translateY(20px);
}
@media only screen and (max-width: 460px) {
  #numbers_16 h3#counter_16 {
    transform: translateY(22px);
  }
}
#numbers_16 h3#counter_16_2 {
	transform: translateX(25px) translateY(-38px);
}


.counter_17_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.counter_17_wrap #counter_17_2, .counter_17_wrap #counter_17 {
  margin: 70px 0 0;
}

.counter_17_wrap #counter_17_2 span, .counter_17_wrap #counter_17 i,.counter_17_wrap #counter_17 span {
  font-size: 100px;
}


/* ============================================
** NAV
** ============================================ */
.mnav_list {
  padding: 35px 2%;
  box-sizing: border-box;
  background: #EDEDED;
}

.mnav-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mnav-head .col-left, .mnav-head .col-right {
  margin: 0 5%;
}

.mnav-box {
  margin: 0 0 20px;
}

.mnav-box h3 {
  color: #7A5C31;
  font-size: 131%;
  letter-spacing: 0.1rem;
  margin: 0;
}

.mnav-box h3 a {
  color: #7A5C31;
}

.mnav-box ul {
  margin: 5px 0 0;
}

.mnav-box ul li {
  line-height: 2;
}

.mnav-box ul li a {
  color: #7A5C31;
  font-size: 116%;
  letter-spacing: 0.05rem;
}

.mnav-mid ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 350px;
  margin: 10px auto 0;
}

.mnav-mid ul li {
  color: #7A5C31;
  font-size: 100%;
  letter-spacing: 0.05rem;
  margin: 0 4% 5px;
}

.mnav-mid ul li a {
  color: #7A5C31;
  text-decoration: underline;
}

.mnav-foot {
  margin: 40px auto 0;
}

.mnav-foot p {
  text-align: center;
}

.mnav-foot p a {
  color: #7A5C31;
  margin: 0 auto 10px;
  box-sizing: border-box;
}

/* ============================================
** COMMON HEADER SP
** ============================================ */
#gnav {
  position: absolute;
  height: 50px;
  width: inherit;
  top: 28px;
  right: 160px;
}

#gnav .gnav_normalList {
  padding: 35px 0;
}

#gnav .gnav_normalList ul {
  line-height: 1.5;
  margin: 0 0 10px;
}

#gnav .gnav_normalList ul li a {
  padding: 0 20px 5px 0;
  border-bottom: solid 1px #696969;
}

#gnav .gnav_normalList ul li a span {
  margin: 0;
}

#gnav .gnav_normalList ul li a i:before {
  margin: 1px 10px 0 0.5em;
}

#gnav > ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 35px 0 0;
  box-sizing: border-box;
}

#gnav > ul > li {
  white-space: nowrap;
  letter-spacing: 0.15rem;
  margin: 0 0 0 6%;
}

#gnav > ul > li a, #gnav > ul > li span {
  color: #696969;
}

.gnav_sub {
  top: 80px;
}

.anav {
  margin: 16px 0 0;
}

.anav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.anav ul li {
  float: none;
  white-space: nowrap;
  letter-spacing: 0.05rem;
}

.anav ul li a {
  color: #696969;
}

#mnav {
  width: 56px;
}

#hnav {
  width: auto;
  right: 212px;
  margin: 0;
}

.btn_mnav {
  color: #fff !important;
  background: #0669AC;
}

.btn_mnav i {
  height: 2px;
  right: 13px;
  background: #fff;
}

.btn_mnav i:before, .btn_mnav i:after {
  height: 2px;
  background: #fff;
}

.btn_mnav i:before {
  margin-top: -8px;
}

.btn_mnav i:after {
  width: 16px;
  margin-top: 8px;
}

.btn_mnav span {
  left: 13px;
  bottom: 9px;
}

.btn_mnav.active i:after {
  width: 27px;
}

.cnav {
  right: 0px;
}

.cnav:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 50%;
}

.cnav ul li.btn_tour a {
  width: 80px;
  height: 80px;
  background: url("../img/nav-facility.png") scroll no-repeat center center/cover;
}

.cnav ul li.btn_contact a {
  width: 80px;
  height: 80px;
  background: url("../img/nav-contact.png") scroll no-repeat center center/cover;
}

/* ============================================
** COMMON FOOTER
** ============================================ */
.fnav_list ul {
  margin: 25px 0 0 17%;
}

.fnav_list ul li a {
  margin: 0 8px;
}

.fnav_list ul li:first-child a {
  margin: 0 8px 0 0;
}

.footer-nav {
  padding: 30px 5% 35px;
  background: #333;
  box-sizing: border-box;
}

.footer-nav-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 850px;
  margin: 0 auto;
}

.footer-nav-main-list h4 {
  color: #fff;
  font-size: 108%;
  font-weight: normal;
  letter-spacing: 0.1rem;
  margin: 0;
}

.footer-nav-main-list h4 a {
  color: #fff;
}

.footer-nav-main-list ul {
  width: 100%;
  margin: 10px 10% 0 0;
}

.footer-nav-main-list ul li {
  width: 100%;
  white-space: nowrap;
  font-size: 93%;
  font-weight: normal;
  letter-spacing: 0.05rem;
}

.footer-nav-main-list ul li a {
  color: #fff;
}

.footer-nav-main-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-nav-sub {
  max-width: 850px;
  margin: 25px auto 0;
}

.footer-nav-sub ul {
  *zoom: 1;
}

.footer-nav-sub ul:before, .footer-nav-sub ul:after {
  content: "";
  display: table;
}

.footer-nav-sub ul:after {
  clear: both;
}

.footer-nav-sub ul li {
  line-height: 1;
  float: left;
  font-size: 93%;
  white-space: nowrap;
  font-weight: normal;
  letter-spacing: 0.05rem;
  margin: 0 2% 0 0;
}

.footer-nav-sub ul li a {
  color: #fff;
  padding: 0 15px 0 0;
  border-right: 1px solid #fff;
}

.footer-nav-sub ul li:last-child a {
  border-right: none;
}

.footer-last {
  padding: 40px 5% 30px;
  box-sizing: border-box;
}

.footer-last-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 950px;
  margin: 0 auto;
}

.footer-last-inner .row-top {
  width: 75%;
}

.footer-last-inner .row-bottom {
  width: 18%;
  text-align: center;
}

.footer-last-inner .row-bottom img {
  width: 55%;
  margin: 0 auto;
}

.footer-last-inner .row-bottom p {
  margin: 0px auto 8px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .footer-last-inner .row-bottom p {
    text-align: center;
  }
}

.footer-last-inner .row-bottom p a {
  color: #fff;
  white-space: nowrap;
  font-size: 93%;
  font-weight: normal;
  letter-spacing: 0.05rem;
}

.footer-last-inner .row-top-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-last-inner .row-top-inner h3 {
  width: 38%;
  margin: 0 10% 0 0;
}

.footer-last-inner .row-top-inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.footer-last-inner .row-top-inner ul li {
  margin: 0 3%;
}

.copyright {
  color: #fff;
  font-size: 85%;
  font-weight: normal;
  letter-spacing: 0.05rem;
  margin: 30px 0 0;
}

/* ============================================
** TOPPAGE
** ============================================ */
.top-hero-inner {
  position: relative;
  padding: 50px 0 0;
}

.btn-schedule {
  position: fixed;
  right: 2%;
  bottom: 32px;
  z-index: 101;
}

.btn-schedule a img {
  max-width: 139px;
  width: 100%;
  height: auto;
}

.top-links {
  max-width: 1180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0 3%;
  margin: 40px auto 0;
}

.top-links-wrap {
  position: relative;
  padding: 0 0 200px;
}

.top-links-wrap {
  *zoom: 1;
}

.top-links-wrap:before, .top-links-wrap:after {
  content: "";
  display: table;
}

.top-links-wrap:after {
  clear: both;
}

.top-links-inner {
  width: 45%;
}

.top-links-inner a {
  position: relative;
  z-index: 100;
}

.top-links-inner .label {
  position: absolute;
  z-index: 101;
  padding: 38px 5% 35px;
  box-sizing: border-box;
  background: #fff;
}

.top-links-inner .label h3 {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.3rem;
  padding: 0 0 15px;
  margin: 0;
}

.top-links-inner .label h3:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0 0 10px;
  vertical-align: middle;
}

.top-links-inner .label p {
  font-size: 14px;
  letter-spacing: 0.1rem;
  margin: 10px 0 0;
}

.top-links-inner.inner-aboutus img {
  -webkit-transform: translateX(-27px);
  -ms-transform: translateX(-27px);
  transform: translateX(-27px);
}

.top-links-inner.inner-aboutus .label {
  left: 10%;
  top: 80%;
}

.top-links-inner.inner-aboutus .label h3 {
  color: #4FC2F0;
  border-bottom: 2px solid #4FC2F0;
}

.top-links-inner.inner-aboutus .label h3:after {
  background: url("../img/ico-aboutus.png") no-repeat 0 0/cover;
}

.top-links-inner.inner-message {
  margin-top: 220px;
}

.top-links-inner.inner-message .label {
  right: -2%;
  bottom: -120px;
}

.top-links-inner.inner-message .label h3 {
  color: #FFA500;
  border-bottom: 2px solid #FFA500;
}

.top-links-inner.inner-message .label h3:after {
  background: url("../img/ico-message.png") no-repeat 0 0/cover;
}

.top-links-inner.inner-staffvoice {
  margin-top: -70px;
}

.top-links-inner.inner-staffvoice .label {
  left: 10%;
  bottom: -140px;
}

.top-links-inner.inner-staffvoice .label h3 {
  color: #8EB83C;
  border-bottom: 2px solid #8EB83C;
}

.top-links-inner.inner-staffvoice .label h3:after {
  background: url("../img/ico-staffvoice.png") no-repeat 0 0/cover;
}

.layout-top-sashie {
  width: 20%;
  max-width: 288px;
  position: absolute;
  left: 59%;
  bottom: 10%;
}

.top-crosstalk {
  padding: 0 0 60px;
}

.top-crosstalk-inner {
  max-width: 1180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0 3%;
  margin: 0 auto;
}

.top-crosstalk-inner .col-left {
  position: relative;
  width: 50%;
  background: url("../img/bg-crosstalk.jpg") no-repeat 0 0/cover;
}

.top-crosstalk-inner .col-left .inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top-crosstalk-inner .col-left h3 {
  color: #fff;
  position: relative;
  line-height: 1;
  font-size: 308%;
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.3rem;
  text-align: center;
  margin: 0 auto;
}

.top-crosstalk-inner .col-left h3:after {
  content: "";
  display: block;
  width: 65px;
  height: 2px;
  margin: 10px auto 0;
  background: #fff;
}

.top-crosstalk-inner .col-left p {
  color: #000;
  font-size: 108%;
  text-align: center;
  letter-spacing: 0.05rem;
  padding: 0 0 0 0.05rem;
  margin: 10px auto 0;
}

.top-crosstalk-inner .col-left span {
  color: #000;
  font-size: 108%;
  text-align: center;
  display: block;
  letter-spacing: 0.05rem;
  padding: 0 0 0 0.05rem;
  margin: 20px auto 0;
}

.top-crosstalk-inner .col-right {
  width: 50%;
  position: relative;
}

.top-crosstalk-inner .col-right .inner-text {
  width: 60%;
  position: absolute;
  bottom: 0px;
  right: 2%;
  padding: 20px 5% 0;
  box-sizing: border-box;
  background: #fff;
}

.top-crosstalk-inner .col-right .inner-text h4 {
  color: #4FC2F0;
  line-height: 1;
  font-size: 124%;
  letter-spacing: 0.1rem;
  font-weight: normal;
  margin: 0 0 5px;
}

.top-crosstalk-inner .col-right .inner-text p {
  font-size: 100%;
  margin: 0;
}

.top-category {
  max-width: 1180px;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0 3%;
  margin: 0 auto;
}

.top-category-inner h2 {
  color: #4FC2F0;
  line-height: 1;
  font-size: 170%;
  letter-spacing: 0.3rem;
  font-weight: normal;
  text-align: center;
  padding: 0 0 0 0.3rem;
}

.top-category-inner h2 span {
  color: #000;
  display: block;
  font-size: 14px;
  letter-spacing: 0.05rem;
  margin: 0 0 15px;
}

.top-category-inner ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 0;
}

.top-category-inner ul li {
  width: 33.333%;
  font-size: 170%;
  letter-spacing: 0.3rem;
  font-weight: normal;
  text-align: center;
}

.top-category-inner ul li a {
  color: #4FC2F0;
  border-top: 1px solid #4FC2F0;
  border-bottom: 1px solid #4FC2F0;
  border-left: 1px solid #4FC2F0;
  padding: 20px 5%;
  box-sizing: border-box;
}

.top-category-inner ul li:last-child {
  border-right: 1px solid #4FC2F0;
}

.top-news {
  padding: 55px 0;
  margin: 100px auto 0;
  background: #F4F4F4;
}

.top-news-inner {
  max-width: 960px;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0 3%;
  margin: 0 auto;
}

.top-news-inner h2 {
  color: #7A5C31;
  position: relative;
  line-height: 1;
  font-size: 308%;
  letter-spacing: 0.3rem;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  padding: 0 0 0 0.3rem;
  margin: 0;
}

.top-news-inner h2:after {
  content: "";
  display: block;
  width: 65px;
  height: 2px;
  margin: 15px auto 0;
  background: #7A5C31;
}

.top-news-inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 25px -1% 0;
}

.top-news-inner ul li {
  width: 23%;
  margin: 0 1%;
}

.top-news-inner ul li img {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.top-news-inner ul li p {
  color: #fff;
  line-height: 1;
  font-size: 93%;
  letter-spacing: 0.1rem;
}

.top-news-inner ul li p time {
  color: #797979;
}

.top-news-inner ul li p span {
  margin: 0 0 0 2px;
  margin: 0 1% 2px 0;
  line-height: 1.2;
  padding: 2px 5px;
  font-size: 12px;
  letter-spacing: 0;
  text-indent: 0;
  white-space: nowrap;
}

.top-news-inner ul li p span.cat-news {
  padding: 1px 4px 1px 5px;
  background: #00AB9D;
}

.top-news-inner ul li h3 {
  color: #000;
  line-height: 1.5;
  font-size: 124%;
  font-weight: normal;
  letter-spacing: 0.1rem;
  margin: 5px 0 0;
}

.top-news-inner > p {
  text-align: center;
  margin: 20px auto 0;
}

.top-news-inner > p a {
  color: #000;
  font-size: 100%;
  font-weight: normal;
  letter-spacing: 0.1rem;
  margin: 0 auto;
}

/* ============================================
** CHILD PAGE / UNDERSTAND-2021
** ============================================ */
.understand-conts {
  padding: 0 0 100px;
}

.understand-conts h1 {
  color: #696969;
  font-size: 277%;
  font-weight: bold;
  letter-spacing: 0.5rem;
  padding: 0 0 0 0.5rem;
  margin: 80px auto 0;
  text-align: center;
}

.understand-nav {
  margin: 65px auto 0;
}

.understand-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.understand-nav ul li {
  line-height: 1;
  font-size: 116%;
  text-align: center;
  letter-spacing: 0.1rem;
  padding: 0 0 0 0.1rem;
  margin: 0 0.3%;
}

.understand-nav ul li a {
  color: #368BCA;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid #D6D6D6;
}

.ttl-main-child {
  color: #696969;
  line-height: 1;
  font-size: 231%;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.4rem;
  padding: 0 0 0 0.4rem;
  margin: 0 auto;
}

.ttl-main-child:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin: 20px auto 0;
  background: #696969;
}

.numbers_cont {
  padding-top: 90px;
}

.dohens_numbers {
  margin: 30px auto 0;
}

.dohens_numbers {
  *zoom: 1;
}

.dohens_numbers:before, .dohens_numbers:after {
  content: "";
  display: table;
}

.dohens_numbers:after {
  clear: both;
}

.dohens_numbers .inner p {
  box-sizing: border-box;
}

.dohens_numbers .inner .btn-more {
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 6px 0;
  background: #fff;
}

.dohens_numbers .inner .btn-more span {
  color: #775D2F;
  display: block;
  width: 138px;
  font-size: 10px;
  border-radius: 30px;
  padding: 3px 0;
  margin: 0;
  border: 1px solid #775D2F;
  box-sizing: border-box;
  margin: 0 auto;
  background: #fff;
}

.philosophy-new {
  padding-top: 80px;
}

.philosophy-three ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 25px -1% 0;
}

.philosophy-three ul li {
  width: 33.333%;
  text-align: center;
  margin: 0;
}

.philosophy-three ul li h3 {
  color: #FFA500;
  width: 85%;
  line-height: 1;
  font-size: 231%;
  font-weight: normal;
  text-align: center;
  letter-spacing: 2rem;
  padding: 20px 0 20px 2rem;
  border: 1px solid #FFA500;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0 auto;
}

.philosophy-three ul li p {
  line-height: 2;
  font-size: 108%;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0rem;
  padding: 0 0 0 0rem;
  margin: 20px auto 0;
}

.philosophy-list ul {
  margin: 50px auto 0;
}

.philosophy-list ul li {
  padding: 15px 5%;
  box-sizing: border-box;
  border-top: 1px solid #FFA500;
}

.philosophy-list ul li:last-child {
  border-bottom: 1px solid #FFA500;
}

.philosophy-list ul li h3 {
  color: #696969;
  font-size: 154%;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.1rem;
  padding: 0 0 0 0.1rem;
  margin: 0 auto;
}

.philosophy-list ul li p {
  font-size: 108%;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.05rem;
  padding: 0 0 0 0.05rem;
  margin: 8px auto 0;
}

.management-new {
  padding-top: 80px;
}

.management-new > p {
  font-size: 124%;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.05rem;
  padding: 0 0 0 0.05rem;
  margin: 20px auto 0;
}

.management-new-basicPolicy {
  margin: 25px auto 0;
}

.management-new-basicPolicy ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
}

.management-new-basicPolicy ul li {
  width: 50%;
  padding: 20px 3%;
  border: 1px solid #FFA500;
  box-sizing: border-box;
}

.management-new-basicPolicy ul li:last-child {
  border-left: none;
}

.management-new-basicPolicy ul li h3 {
  color: #FFA500;
  font-size: 154%;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2rem;
  padding: 0 0 0 0.2rem;
  margin: 0 auto;
}

.management-new-basicPolicy ul li h4 {
  color: #696969;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 170%;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2rem;
  padding: 0 0 0 0.2rem;
  margin: 10px auto 0;
}

.management-new-basicPolicy ul li p {
  font-size: 100%;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.05rem;
  padding: 0 0 0 0.05rem;
  margin: 0px auto 0;
}

.buiseness-new {
  padding-top: 80px;
}

.buiseness-new > p {
  font-size: 124%;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.05rem;
  padding: 0 0 0 0.05rem;
  margin: 20px auto 0;
}

.buiseness-five {
  margin: 25px auto 0;
}

.corporation-new {
  padding-top: 80px;
}

.corporation-new > p {
  font-size: 108%;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.05rem;
  padding: 0 0 0 0.05rem;
  margin: 20px auto 0;
}

.corporation-list-new {
  width: 100%;
  margin: 25px auto 0;
}

.corporation-list-new tr:nth-child(odd) {
  background: #F7F6F4;
}

.corporation-list-new th {
  width: 35%;
  font-size: 108%;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 20px 3% 20px 18%;
  vertical-align: top;
  text-align: left;
  box-sizing: border-box;
}

.corporation-list-new td {
  font-size: 108%;
  letter-spacing: 1px;
  padding: 20px 3%;
  box-sizing: border-box;
}

.corporation-list-new td ul li a {
  color: #368BCA;
  display: inline-block;
  text-decoration: underline;
  margin: 0 0 0 1em;
}

.corporation-list-new td ul li + * {
  margin-top: 5px;
}

.organizational-new {
  padding-top: 80px;
}

.organizational-new > p {
  font-size: 108%;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.05rem;
  padding: 0 0 0 0.05rem;
  margin: 20px auto 0;
}

.map-organizational {
  margin: 25px auto 0;
}

.operatingFacilities {
  max-width: 1200px;
  padding-top: 80px;
  margin: 0 auto;
  box-sizing: border-box;
}

.facilities-list-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px auto 0;
}

.facilities-list-wrap .col-left, .facilities-list-wrap .col-right {
  width: 49%;
  margin: 0 1%;
}

table.facilities-list {
  width: 100%;
  border-top: 1px solid #D0D0D0;
}

table.facilities-list.list-01 tr th {
  color: #8EB83C;
}

table.facilities-list.list-02 tr th {
  color: #4054A0;
}

table.facilities-list.list-03 tr th {
  color: #E98AB3;
}

table.facilities-list.list-04 {
  border-bottom: 1px solid #D0D0D0;
}

table.facilities-list.list-04 tr th {
  color: #4FC2F0;
}

table.facilities-list.list-05 {
  border-bottom: 1px solid #D0D0D0;
}

table.facilities-list.list-05 tr th {
  color: #FFA500;
}

table.facilities-list tr:last-child td {
  border-bottom: none;
}

table.facilities-list tr th, table.facilities-list tr td {
  font-weight: normal;
  text-align: left;
  padding: 10px 1%;
  box-sizing: border-box;
}

table.facilities-list tr th {
  width: 23%;
  font-size: 108%;
  font-weight: bold;
  letter-spacing: 0rem;
  vertical-align: top;
}

table.facilities-list tr td {
  margin: 0;
  border-bottom: 1px solid #D0D0D0;
}

table.facilities-list tr td dl {
  margin: 0;
}

table.facilities-list tr td dl dt {
  position: relative;
  font-size: 108%;
  font-weight: bold;
  letter-spacing: 0rem;
}

table.facilities-list tr td dl dt span {
  position: absolute;
  top: 0;
  left: 0;
}

table.facilities-list tr td dl dd {
  margin: 0 0 0 18em;
  font-size: 93%;
  letter-spacing: 0.03rem;
}

.history-new {
  max-width: 820px;
  padding-top: 80px;
}

.history-new > p {
  font-size: 108%;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.05rem;
  padding: 0 0 0 0.05rem;
  margin: 20px auto 30px;
}

.btn-movStart-inner {
  max-width: 590px;
  position: relative;
  padding-top: 41%;
  margin: 25px auto 0;
  background: url("../img/bg-movBase.jpg") no-repeat center center/cover;
}

.btn-movStart-inner a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-movStart-inner a img {
  width: auto;
}

.history_list th {
  border-left: none;
}

.history_list td {
  border-right: none;
}

/* ============================================
** CHILD PAGE / SCHEDULE-2021
** ============================================ */
.schedule-2021 {
  max-width: 910px;
  padding: 0 4% 100px;
  margin: 0 auto;
  box-sizing: border-box;
}

.schedule-2021 h1 {
  color: #696969;
  font-size: 277%;
  font-weight: bold;
  letter-spacing: 0.5rem;
  padding: 0 0 0 0.5rem;
  margin: 80px auto 0;
  text-align: center;
}

.schedule-step {
  margin: 60px auto 0;
}

.schedule-step.step-01 .ttl-schedule {
  background: #81CEE6;
}

.schedule-step.step-01 .inner h3 {
  color: #81CEE6;
}

.schedule-step.step-02 .ttl-schedule {
  background: #ADCE71;
}

.schedule-step.step-03 .ttl-schedule {
  background: #FFA500;
}

.schedule-step.step-03 .inner h3 {
  color: #FFA500;
}

.schedule-step.step-04 .ttl-schedule {
  background: #92ABD3;
}

.schedule-step.step-04 .inner table th {
  color: #4054A0;
}

.schedule-step.step-05 .ttl-schedule {
  background: #E69BB3;
}

.schedule-step.step-06 .ttl-schedule {
  background: #BAA0BC;
}

.schedule-step .inner h3 {
  font-weight: bold;
  font-size: 139%;
  letter-spacing: 0.05rem;
  margin: 10px 0 0;
}

.schedule-step .inner p {
  font-size: 124%;
  text-align: justify;
  margin: 3px 0 0 0;
}

.schedule-step .inner > img {
  display: block;
  max-width: 484px;
  margin: 20px auto;
}

.schedule-step .inner table tr th, .schedule-step .inner table tr td {
  font-size: 124%;
  text-align: left;
  vertical-align: top;
  padding: 10px 0;
  margin: 0;
}

.schedule-step .inner table tr th {
  width: 20%;
}

.schedule-step .inner table tr td p {
  font-size: 16px;
  text-align: justify;
  margin: 0;
}

.schedule-step .inner .inner-box p {
  margin: 3px 0 15px 1em;
}

.ttl-schedule {
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
  padding: 5px 2.5%;
  box-sizing: border-box;
}

.ttl-schedule:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 58px 48px 0 0;
  border-color: rgba(255, 255, 255, 0.3) transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.ttl-schedule i {
  line-height: 1;
  font-size: 50px;
  font-family: "Lato";
  font-weight: 300;
  font-style: italic;
}

.ttl-schedule span {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin: 0 0 0 3%;
}

.ttl-schedule span br {
  display: none;
}

body.crosstalk2 #content {
  overflow-x: hidden;
}

#crosstalk_title h1 {
  margin: 0 0 0 5%;
}

#crosstalk_title.cs6 {
  background: url("../img/hero-crosstalk-06.jpg") scroll no-repeat center center/cover;
}

body.crosstalk-6 #wrapper, body.crosstalk-6 #header, body.crosstalk-6 #breadcrumb, body.crosstalk-6 main {
  min-width: 1200px;
}

body.crosstalk-6 #content {
  min-width: 1200px;
  overflow: hidden;
}

body.crosstalk-6 .member {
  min-width: 1200px;
}

body.crosstalk-6 .member_list {
  max-width: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px auto 10px;
}

body.crosstalk-6 .member_list i {
  left: 101%;
}

body.crosstalk-6 .member_list .inner {
  width: auto;
  max-width: 185px;
  margin: 0 2%;
}

body.crosstalk-6 .member_list .inner h3 {
  white-space: nowrap;
}

body.crosstalk-6 .member_list .inner.purple h3 {
  color: #767CBA;
}

body.crosstalk-6 .member_list .inner.blue h3 {
  color: #64C6EC;
}

body.crosstalk-6 .dialogue {
  padding-bottom: 0;
}

body.crosstalk-6 .dialogue h2 {
  padding: 150px 0 22px 8%;
}

body.crosstalk-6 .dialogue_cont li {
  margin: 40px 0 50px 2%;
}

body.crosstalk-6 .dialogue_cont i.tmb-boshi2021:before {
  width: 75px;
  height: 92px;
  background: url("../img/tmb-boshi2021.png") scroll no-repeat 0 0/cover;
}

body.crosstalk-6 .dialogue_cont i.tmb-hoiku2021:before {
  width: 73px;
  height: 90px;
  background: url("../img/tmb-hoiku2021.png") scroll no-repeat 0 0/cover;
}

body.crosstalk-6 .dialogue_cont i.tmb-jidou2021:before {
  width: 73px;
  height: 90px;
  background: url("../img/tmb-jidou2021.png") scroll no-repeat 0 0/cover;
}

body.crosstalk-6 .dialogue_cont i.tmb-koureisya2021:before {
  width: 80px;
  height: 88px;
  background: url("../img/tmb-koureisya2021.png") scroll no-repeat 0 0/cover;
}

body.crosstalk-6 .dialogue_cont i.tmb-syogaisya2021:before {
  width: 92px;
  height: 90px;
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px);
  background: url("../img/tmb-syogaisya2021.png") scroll no-repeat 0 0/contain;
}

.crosstalk_images_btm.cs6 {
  background: #f0ede8 url("../img/bg-crosstalk2021-lastSec.jpg") scroll no-repeat center bottom/cover;
}

.crosstalk_images_btm.cs6 .layout_5-1 {
  -webkit-transform: translate(0, -15%);
  -ms-transform: translate(0, -15%);
  transform: translate(0, -15%);
}

.crosstalk_images_btm.cs6 .layout_5-1 img {
  max-width: 160px;
}

.crosstalk_images_btm.cs6 .layout_5-2 {
  text-align: center;
  padding: 24% 0 0px;
}

.crosstalk_images_btm.cs6 .inner {
  padding: 0;
}

.posi-space {
  color: #fff;
  line-height: 1;
  font-size: 13px;
  padding-bottom: 10px;
  margin: 0 1% 0px 0;
  text-align: right;
}

.crosstalk_images .layout-cs6-1-1 {
  top: 60px;
  right: 2%;
  max-width: 535px;
}

.crosstalk_images .layout-cs6-1-2 {
  top: 660px;
  right: 7.8%;
  max-width: 344px;
}

.crosstalk_images .layout-cs6-1-3 {
  top: 940px;
  right: 12%;
  max-width: 344px;
}

.crosstalk_images .layout-cs6-1-4 {
  top: 1220px;
  right: 5%;
  max-width: 535px;
}

.crosstalk_images .layout-cs6-2-1 {
  top: 80px;
  left: 2%;
  max-width: 646px;
}

.crosstalk_images .layout-cs6-2-2 {
  top: 700px;
  left: 10%;
  max-width: 344px;
}

.crosstalk_images .layout-cs6-2-3 {
  top: 980px;
  left: 5%;
  max-width: 535px;
}

.crosstalk_images .layout-cs6-3-1 {
  top: 80px;
  right: 2%;
  max-width: 535px;
}

.crosstalk_images .layout-cs6-3-2 {
  top: 700px;
  right: 5%;
  max-width: 344px;
}

.crosstalk_images .layout-cs6-3-3 {
  top: 980px;
  right: 10%;
  max-width: 344px;
}

.crosstalk_images .layout-cs6-3-4 {
  top: 1260px;
  right: 5%;
  max-width: 344px;
}

.nav-fixed-2021-pc {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 655px;
  margin: 0 auto;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
}

.nav-fixed-2021-sp {
  padding: 10px 0;
  border-top: 1px solid #ddd;
  background: white;
}

.nav-fixed-2021 {
  padding: 18px 0;
}

.nav-fixed-2021 .col-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-fixed-2021 .col-right {
  display: none;
}

.nav-fixed-2021 p {
  text-align: center;
  margin: 0 25px 0 0;
}

.nav-fixed-2021 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-fixed-2021 ul li {
  margin: 0 1%;
}

.nav-fixed-2021 ul li a {
  width: 205px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  border: 2px solid #00ABEB;
  border-radius: 50px;
}

.nav-fixed-2021 ul li.nav-mynavi a {
  border: 2px solid #00ABEB;
}

.nav-fixed-2021 ul li.nav-mynavi a img {
  width: 138px;
  vertical-align: middle;
}

.nav-fixed-2021 ul li.nav-kengaku a {
  border: 2px solid #FFA500;
}

.nav-fixed-2021 ul li.nav-kengaku a img {
  width: 95px;
  vertical-align: middle;
}

/* Careerページ用 オーバーライド */
body.career #main {
  margin: 84px 0 0;
}

body.career-child .numbers_cont {
  padding-top: 40px;
  padding-bottom: 100px;
}

body.career .mnav_list, body.career-child .mnav_list, body.parent-pageid-716 .mnav_list {
  padding: 0;
}

body.career .btn_mnav, body.career-child .btn_mnav, body.parent-pageid-716 .btn_mnav, body.post-type-archive-requirements .btn_mnav,
body.requirements_facility .btn_mnav, body.career-child .btn_mnav,
body.tax-requirements_facility .btn_mnav, body.career-child .btn_mnav {
  color: #775c2f !important;
  background: #e4ded5;
}

body.career .btn_mnav i, body.career-child .btn_mnav i, body.parent-pageid-716 .btn_mnav i, body.post-type-archive-requirements .btn_mnav i {
  background: #775c2f;
}

body.career .btn_mnav i:before, body.career .btn_mnav i:after, body.career-child .btn_mnav i:before, body.career-child .btn_mnav i:after, body.parent-pageid-716 .btn_mnav i:before, body.parent-pageid-716 .btn_mnav i:after, body.post-type-archive-requirements .btn_mnav i:before, body.post-type-archive-requirements .btn_mnav i:after {
  background: #775c2f;
}

body.career .btn_mnav.active i, body.career-child .btn_mnav.active i, body.parent-pageid-716 .btn_mnav.active i, body.post-type-archive-requirements .btn_mnav.active i {
  background: transparent;
}

body.career .logo.mb img, body.career-child .logo.mb img, body.parent-pageid-716 .logo.mb img {
  padding: 12px 0 0;
}

.career_cont {
  padding-bottom: 100px;
}

/* トップページ追記 2020.06.29 */
.bnr-toNursery {
  margin: 90px auto 0;
}
.bnr-toNursery .inner {
  max-width: 1180px;
  padding: 0 3%;
  margin: 0 auto;
}
.bnr-toNursery .inner a img {
  width: 100%;
  height: auto;
}
.bnr-toNursery-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .bnr-toNursery {
    display: none;
  }
  .bnr-toNursery-sp {
    display: block;
    margin: 60px auto 80px;
  }
}

@media only screen and (max-width: 960px) {
  #breadcrumb {
    margin: 60px 0 0;
  }
  .top-hero {
    margin: 60px 0 0;
  }
  body.page-id-683 #main {
    margin: 60px auto 0;
  }
  body.career #main {
    margin: 60px 0 0;
  }
  body.career-child .numbers_cont {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  body.career .cnav ul li.btn_contact a, body.career-child .cnav ul li.btn_contact a, body.parent-pageid-716 .cnav ul li.btn_contact a {
    width: 50px;
  }
  body.career .cnav ul li.btn_tour a, body.career-child .cnav ul li.btn_tour a, body.parent-pageid-716 .cnav ul li.btn_tour a {
    width: 50px;
  }
  .logo.mb {
    height: 56px;
    line-height: 56px;
    margin: 0 0 0 5%;
  }
  .logo.mb img {
    vertical-align: top;
    padding: 8px 0 0;
  }
  .cnav {
    right: 56px;
  }
  .cnav ul li.btn_tour a {
    width: 56px;
    height: 56px;
    background: url("../img/nav-facility.png") scroll no-repeat center center/cover;
  }
  .cnav ul li.btn_contact a {
    width: 56px;
    height: 56px;
    background: url("../img/nav-contact.png") scroll no-repeat center center/cover;
  }
  .top-hero-inner {
    padding: 6% 0 0;
  }
  .page-heading {
    height: 100px;
  }
  .page-heading .inner {
    width: 100%;
    top: 60%;
  }
  .page-heading .inner h1 {
    width: 90%;
    font-size: 5.5vw;
    letter-spacing: 0.1rem;
    padding: 0 0 0 0.1rem;
  }
  .mnav_list {
    position: fixed;
    top: 60px;
    height: calc(75vh + 60px);
  }
  /* PAGE / CROSSTALK-6 */
  body.crosstalk-6 #wrapper, body.crosstalk-6 #header, body.crosstalk-6 #breadcrumb, body.crosstalk-6 main {
    min-width: 300px;
  }
  body.crosstalk-6 #content {
    min-width: 300px;
    margin-bottom: 0px;
  }
  body.crosstalk-6 .member {
    min-width: 300px;
  }
  body.crosstalk-6 .member_list {
    padding: 0;
    max-width: 600px;
  }
  body.crosstalk-6 .member_list .inner {
    min-height: inherit;
    margin: 0 1%;
  }
  body.crosstalk-6 #crosstalk_title.cs6 {
    background: transparent url("../img/hero-crosstalk-06-sp.jpg") no-repeat scroll center top/cover;
  }
  body.crosstalk-6 .member_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.crosstalk-6 #dialogue {
    padding-bottom: 0;
  }
  body.crosstalk-6 .dialogue_wrap {
    padding: 0;
  }
  body.crosstalk-6 .dialogue h2 {
    padding: 10px 0 0 5%;
  }
  body.crosstalk-6 .dialogue_cont li {
    margin: 0 0 15px 2%;
  }
  body.crosstalk-6 .crosstalk_images_btm {
    padding-bottom: 61%;
  }
  body.crosstalk-6 .crosstalk_images_btm .layout_5-2 {
    width: 99%;
    bottom: 0;
  }
  body.crosstalk-6 .crosstalk_images_btm.cs6 .layout_5-1 {
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    position: absolute;
    top: 10%;
    left: 50%;
    width: 20%;
    max-width: 100%;
  }
  body.crosstalk-6 .crosstalk_images_btm.cs6 .layout_5-1 img {
    max-width: auto;
  }
}

@media only screen and (max-width: 768px) {
  /* TOPPAGE */
  .btn-schedule {
    display: none;
  }
  .top-links-wrap {
    padding: 0;
  }
  .top-links {
    display: block;
    padding: 0 5%;
    margin: 6% auto 0;
  }
  .top-links-inner {
    width: 100%;
    float: left;
  }
  .top-links-inner.inner-aboutus h2 {
    top: -45px;
    left: inherit;
    right: -4%;
    z-index: 101;
  }
  .top-links-inner.inner-aboutus img {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .top-links-inner.inner-message {
    float: right;
    margin-top: -10%;
    margin-right: 0;
  }
  .top-links-inner.inner-message .label {
    float: right;
  }
  .top-links-inner.inner-message h2 {
    top: -52px;
    left: -5%;
    z-index: 101;
  }
  .top-links-inner.inner-staffvoice {
    margin-top: -10%;
  }
  .top-links-inner.inner-staffvoice h2 {
    top: 82px;
    right: 23%;
    z-index: 101;
  }
  .top-links-inner .label {
    position: static;
    width: 78%;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    padding: 5% 5% 4%;
  }
  .top-links-inner .label h3 {
    display: block;
    font-size: 4.5vw;
    letter-spacing: 0.2rem;
  }
  .top-links-inner .label p {
    font-size: 3vw;
  }
  .top-links-inner .label p br {
    display: none;
  }
  .layout-top-sashie {
    display: none;
  }
  .top-crosstalk {
    padding: 0 0 5%;
    margin-top: -5%;
  }
  .top-crosstalk-inner {
    display: block;
    padding: 8% 5%;
    background: url("../img/bg-crosstalk.jpg") no-repeat 0 0/cover;
  }
  .top-crosstalk-inner .col-left {
    position: static;
    width: 100%;
    background: none;
  }
  .top-crosstalk-inner .col-left .inner {
    position: static;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .top-crosstalk-inner .col-left h3 {
    font-size: 8vw;
  }
  .top-crosstalk-inner .col-left p {
    font-size: 3vw;
    margin: 3% auto 4%;
  }
  .top-crosstalk-inner .col-left span {
    display: none;
  }
  .top-crosstalk-inner .col-right {
    width: 100%;
  }
  .top-crosstalk-inner .col-right .inner-text {
    position: static;
    width: 100%;
    padding: 15px 4%;
  }
  .top-crosstalk-inner .col-right .inner-text h4 {
    font-size: 3.5vw;
  }
  .top-crosstalk-inner .col-right .inner-text p {
    font-size: 3vw;
  }
  .top-category {
    padding: 0 4%;
  }
  .top-category-inner {
    padding: 0;
  }
  .top-category-inner h2 {
    font-size: 3.5vw;
  }
  .top-category-inner h2 span {
    font-size: 3vw;
  }
  .top-category-inner ul {
    margin: 5% auto 0;
  }
  .top-category-inner ul li {
    font-size: 3.5vw;
  }
  .top-news {
    padding: 8% 0 12%;
    margin: 8% auto 0;
  }
  .top-news-inner {
    padding: 0 4%;
  }
  .top-news-inner h2 {
    font-size: 7vw;
  }
  .top-news-inner > p a {
    font-size: 3vw;
  }
  .top-news-inner ul {
    display: block;
    margin: 8% auto 0;
  }
  .top-news-inner ul li {
    width: 100%;
    margin: 0 0 15px;
  }
  .top-news-inner ul li {
    *zoom: 1;
  }
  .top-news-inner ul li:before, .top-news-inner ul li:after {
    content: "";
    display: table;
  }
  .top-news-inner ul li:after {
    clear: both;
  }
  .top-news-inner ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .top-news-inner ul li .col-image {
    width: 35%;
  }
  .top-news-inner ul li .col-image img {
    vertical-align: top;
  }
  .top-news-inner ul li .inner-text {
    float: left;
    width: 62%;
    margin: 0 0 0 3%;
  }
  .top-news-inner ul li p {
    font-size: 2.5vw;
    letter-spacing: 0.02rem;
    margin: 0;
  }
  .top-news-inner ul li p span {
    display: inline-block;
    font-size: 2vw;
    line-height: 1;
    margin: 0 0 0 5px;
  }
  .top-news-inner ul li h3 {
    font-size: 3vw;
    margin: 5px 0 0;
  }
  .footer-nav {
    display: none;
  }
  .footer-last {
    padding: 8% 5% 2%;
  }
  .footer-last-inner {
    display: block;
  }
  .footer-last-inner .row-top {
    width: 100%;
  }
  .footer-last-inner .row-top-inner {
    display: block;
  }
  .footer-last-inner .row-top-inner ul {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }
  .footer-last-inner .row-top-inner ul li {
    margin: 0 1%;
  }
  .footer-last-inner .row-top-inner h3 {
    width: 100%;
    max-width: 270px;
    margin: 10% auto 13%;
  }
  .footer-last-inner .row-bottom {
    width: auto;
    max-width: 200px;
    margin: 8% auto 15%;
  }
  .copyright {
    white-space: nowrap;
    letter-spacing: 0;
    position: absolute;
    bottom: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #fixedNavi.nav-fixed-2021-pc {
    width: 90%;
  }
  .nav-fixed-2021 {
    display: block;
  }
  .nav-fixed-2021 p {
    margin: 0 auto 10px;
  }
  .nav-fixed-2021 p br {
    display: none;
  }
  .nav-fixed-2021 ul li a {
    width: auto;
    padding: 0 20px;
    box-sizing: brder-box;
  }
  /* COMMON */
  .nav-fixed-2021-sp {
    padding: 0;
  }
  .nav-fixed-2021-sp .btn-schedule-sp {
    border-radius: 0;
  }
  .nav-fixed-2021 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }
  .nav-fixed-2021 p {
    font-size: 12px;
    letter-spacing: 0;
    margin: 0 auto 3px;
  }
  .nav-fixed-2021 ul li a {
    height: 40px;
    line-height: 35px;
    border-radius: 10px;
    padding: 0 8px;
  }
  .nav-fixed-2021 ul li.nav-mynavi a img {
    width: 100%;
    max-width: 120px;
  }
  .nav-fixed-2021 ul li.nav-kengaku a img {
    width: 100%;
    max-width: 100px;
  }
  .nav-fixed-2021 .col-left {
    width: 75%;
    display: block;
  }
  .nav-fixed-2021 .col-right {
    display: block;
    width: 25%;
  }
  .btn-schedule-sp {
    border-radius: 0 20px 0 0;
    background: #FFA500;
  }
  .btn-schedule-sp a {
    height: 80px;
    line-height: 80px;
    text-align: center;
  }
  .btn-schedule-sp a img {
    width: 100%;
    max-width: 65px;
    vertical-align: middle;
  }
  /* PAGE / UNDERSTAND-2021 */
  .ttl-main-child {
    font-size: 5vw;
  }
  .understand-conts {
    padding: 0 0 5%;
  }
  .understand-conts h1 {
    font-size: 7vw;
    margin: 12% auto 0;
  }
  .understand-nav {
    margin: 5% auto 0;
  }
  .understand-nav ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto;
  }
  .understand-nav ul li {
    font-size: 3vw;
    margin: 0 0.5% 12px;
  }
  .numbers_cont {
    max-width: 768px;
    padding-top: 8%;
  }
  .dohens_numbers .inner {
    height: 230px;
    margin: 0 0 2% 0;
    width: 32.33333%;
  }
  .dohens_numbers .inner:nth-child(n+2) {
    margin-left: 1.5%;
  }
  .dohens_numbers .inner:nth-child(3n+1) {
    margin-left: 0;
  }
  .dohens_numbers .inner h3 {
    letter-spacing: 0px;
  }
  .philosophy-three ul {
    display: block;
    margin: 25px auto 0;
  }
  .philosophy-three ul li {
    width: 100%;
    margin: 0 auto 5%;
  }
  .philosophy-three ul li h3 {
    width: 40%;
    font-size: 5vw;
    letter-spacing: 1.5rem;
    padding: 15px 0 15px 1.5rem;
  }
  .philosophy-three ul li p {
    font-size: 3vw;
    margin: 3% auto 40px;
  }
  .philosophy-three ul li p br {
    display: none;
  }
  .philosophy-new {
    max-width: 768px;
  }
  .philosophy-list ul li {
    padding: 15px 2%;
  }
  .philosophy-list ul li h3 {
    font-size: 4vw;
  }
  .philosophy-list ul li p {
    font-size: 3vw;
  }
  .management-new {
    max-width: 768px;
  }
  .management-new > p {
    font-size: 3vw;
  }
  .management-new-basicPolicy ul {
    display: block;
  }
  .management-new-basicPolicy ul li {
    width: 100%;
    border-bottom: none;
  }
  .management-new-basicPolicy ul li:last-child {
    border: 1px solid #FFA500;
  }
  .management-new-basicPolicy ul li h3 {
    font-size: 4vw;
  }
  .management-new-basicPolicy ul li h4 {
    font-size: 3vw;
  }
  .management-new-basicPolicy ul li p {
    font-size: 2.5vw;
  }
  .buiseness-new {
    max-width: 768px;
  }
  .buiseness-new > p {
    font-size: 3vw;
  }
  .corporation-new {
    max-width: 768px;
  }
  .corporation-list-new th, .corporation-list-new td {
    width: 100%;
    display: block;
  }
  .corporation-list-new th {
    font-size: 3vw;
    padding: 10px 2% 0;
  }
  .corporation-list-new td {
    font-size: 3vw;
    padding: 5px 2% 10px;
  }
  .organizational-new {
    max-width: 768px;
  }
  .operatingFacilities {
    padding: 0 5%;
    margin: 10% auto 0;
  }
  .facilities-list-wrap {
    display: block;
  }
  .facilities-list-wrap .col-left, .facilities-list-wrap .col-right {
    width: 100%;
    margin: 0 auto;
  }
  .facilities-list-wrap .col-right table.facilities-list {
    width: 100%;
    border-top: none;
  }
  table.facilities-list tr th, table.facilities-list tr td {
    padding: 5px 1%;
  }
  table.facilities-list tr th {
    font-size: 3vw;
  }
  table.facilities-list tr td dl {
    font-size: 3vw;
  }
  .btn-movStart-inner {
    max-width: 768px;
    padding-top: 50%;
    margin: 5% auto 0;
  }
  .history-new > p {
    font-size: 3vw;
  }
  .history_list {
    max-width: 768px;
  }
  .history_list th, .history_list td {
    font-size: 2.5vw;
  }
  /* PAGE / SCHEDULE-2021 */
  .schedule-2021 {
    padding: 0 5% 5%;
  }
  .schedule-2021 h1 {
    font-size: 5vw;
    letter-spacing: 0.03rem;
    padding: 0 0 0 0.3rem;
    margin: 12% auto 0;
  }
  .ttl-schedule i {
    font-size: 10vw;
  }
  .ttl-schedule span {
    font-size: 4vw;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    margin: 0 0 0 5%;
  }
  .ttl-schedule span br {
    display: block;
  }
  .schedule-step {
    margin: 12% auto 0;
  }
  .schedule-step .inner h3 {
    font-size: 4vw;
  }
  .schedule-step .inner p {
    font-size: 3vw;
  }
  .schedule-step .inner > img {
    max-width: 400px;
  }
  .schedule-step .inner table tr {
    font-size: 3vw;
  }
  .schedule-step .inner table tr th, .schedule-step .inner table tr td {
    display: block;
    width: 100%;
  }
  .schedule-step .inner table tr th {
    font-size: 4vw;
    padding: 0;
    margin: 0;
  }
  .schedule-step .inner table tr td {
    font-size: 3vw;
    padding: 0;
    margin: 3px 0 2%;
  }
  .schedule-step .inner table tr td p {
    font-size: 3vw;
  }
  /* PAGE / CROSSTALK-6 */
  body.crosstalk-6 #crosstalk_title h1 {
    max-width: 190px;
    margin: 0;
  }
  body.crosstalk-6 #crosstalk_title h2 {
    margin: 2% 2% 0% 0%;
  }
  body.crosstalk-6 #crosstalk_title p {
    margin: 2% 0 4% 0%;
  }
  body.crosstalk-6 .dialogue_cont li p {
    margin: 10px 4% 0px 22%;
  }
  body.crosstalk-6 .dialogue_cont i.tmb-koureisya2021:before {
    width: 65px;
    height: 73px;
  }
  body.crosstalk-6 .dialogue_cont i.tmb-boshi2021:before {
    width: 62px;
    height: 76px;
  }
  body.crosstalk-6 .dialogue_cont i.tmb-syogaisya2021:before {
    width: 75px;
    height: 74px;
  }
  body.crosstalk-6 .dialogue_cont i.tmb-hoiku2021:before {
    width: 58px;
    height: 71px;
  }
  body.crosstalk-6 .dialogue_cont i.tmb-jidou2021:before {
    width: 59px;
    height: 72px;
  }
  body.crosstalk-6 .crosstalk_images_btm {
    padding-bottom: 73%;
  }
}

@media only screen and (max-width: 414px) {
  .logo {
    max-width: 170px;
  }
  /* PAGE / UNDERSTAND-2021 */
  .dohens_numbers {
    margin: 5% auto 0;
  }
  .dohens_numbers .inner {
    height: 200px;
    width: 46%;
    margin: 0 2% 3%;
  }
  .dohens_numbers .inner:nth-child(n+2) {
    margin-left: 2%;
  }
  .dohens_numbers .inner:nth-child(3n+1) {
    margin-left: 2%;
  }
  table.facilities-list tr th {
    width: 36%;
  }
  table.facilities-list tr td dl dt span {
    position: relative;
  }
  table.facilities-list tr td dl dd {
    margin: 0;
  }
  /* PAGE / SCHEDULE-2021 */
  .schedule-step .inner > img {
    max-width: 250px;
  }
  .posi-space {
    font-size: 11px;
    padding-bottom: 5px;
  }
  #numbers_2 h3 i {
    width: 3px;
  }
  .counter_2_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .counter_2_wrap #counter_2 {
    position: relative;
  }
  .counter_2_wrap #counter_2 span {
    font-size: 50px;
  }
  .counter_2_wrap #counter_2:after {
    content: ".";
    display: inline-block;
    width: 3px;
    height: 1em;
    -webkit-transform: translate(0 -8px);
    -ms-transform: translate(0 -8px);
    transform: translate(0, -8px);
  }
  .counter_2_wrap #counter_2_2 span {
    font-size: 50px;
    transform: translate(10px, -10px);
  }
  .counter_2_wrap h4 {
    color: #775c2f;
    line-height: 1;
    display: inline-block;
    width: 15px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 3px;
    margin: 0px 0 14px 15px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
  }
  .counter_17_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .counter_17_wrap #counter_17 {
    margin: 40px 0 0;
  }
  .counter_17_wrap #counter_17_2 {
    margin: 40px 0 0;
  }
  .counter_17_wrap #counter_17_2 span, .counter_17_wrap #counter_17 span, .counter_17_wrap #counter_17 i {
    font-size: 60px;
  }
  .counter_17_wrap #counter_17_2 i {
    font-size: 13px;
  }
  #numbers_13 h3 {
    margin: 16% 0 0 5px;
  }
  #numbers_13 h3 span {
    font-size: 60px;
  }
}


/* 20220919 追記 */
.c-hoikushi-bank {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  border-top: 1px solid #DDDDDD;
}
.c-hoikushi-bank__inner {
  width: 100%;
  max-width: 1100px;
  padding: 85px 1.0204%;
  margin: 0 auto;
  box-sizing: border-box;
}
.c-hoikushi-bank__heading {
  color: #615135;
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .15rem;
  text-indent: .15rem;
  text-align: center;
  margin: 0 auto;
}
.c-hoikushi-bank__logo {
  max-width: 347px;
  margin: 15px auto 0;
}
.c-hoikushi-bank__body {
  max-width: 820px;
  margin: 25px auto 0;
}
.c-hoikushi-bank__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
}
.c-hoikushi-bank__item {
  color: #615135;
  width: calc(33.3333% - 20px);
  margin: 10px;
}
.c-hoikushi-bank__item a {
  display: block;
  color: #615135;
  line-height: 1;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1rem;
  text-indent: .1rem;
  text-align: center;
  padding: 1rem 0;
  margin: 0;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #F2F2F2;
}
.c-hoikushi-bank__item a p {
  color: inherit;
  font-size: inherit;
}
@media only screen and (max-width: 768px) {
  .c-hoikushi-bank__heading {
    font-size: 16px;
    letter-spacing: .1rem;
    text-indent: 0.1rem;
  }
  .c-hoikushi-bank__logo {
    max-width: 280px;
  }
  .c-hoikushi-bank__inner {
    padding: 60px 4% 20px;
  }
  .c-hoikushi-bank__item {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .c-hoikushi-bank__item a {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .05rem;
    text-indent: 0.05rem;
  }
}
@media only screen and (max-width: 600px) {
  .c-hoikushi-bank__item {
    width: 100%;
  }
}