@charset "utf-8";
/* トップページ */
#facilities {
  margin-top: -220px;
  padding-top: 220px;
}
.index01__wrap, .index02__wrap {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 600;
  font-style: normal;
}
.sub__ttl {
  text-align: center;
  font-size: 1.4rem;
  color: #8394B4;
  margin-top: 100px;
  font-family: "a-otf-ud-shin-maru-go-pr6n", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.sub__ttl span {
  font-size: 0.8rem;
}
.ttl__01 {
  text-align: center;
  font-size: 3.0rem;
  letter-spacing: 5px;
  font-family: "a-otf-ud-shin-maru-go-pr6n", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.index01__items {
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
}
.index01__item__txt {
  width: 58%;
}
.index01__item__img {
  width: 38%;
  text-align: center;
}
figcaption {
  font-size: 1.6rem;
  margin-top: 15px;
}
.index02__wrap {
  text-align: center;
  font-size: 3.0rem;
}
.index02__wrap .space__a {
  margin-top: 40px;
  line-height: 2.2;
  font-weight: 600;
}
.index03__wrap {
  background: #F4FBFF;
  padding: 80px 0;
  margin-top: 115px;
}
.index03__wrap .sub__ttl, .index03__wrap .ttl__01 {
  text-align: left;
  margin-top: 5px;
}
.tbl__style__a {
  margin-top: 75px;
}
.tbl__style__a a {
  font-weight: bold;
}
.tbl__style__a td, .tbl__style__a th {
  padding: 0 20px 35px 0;
  font-weight: normal;
  vertical-align: top;
}
.tbl__style__a tr th {
  width: 25%;
}
.tbl__style__a tr td:nth-child(2) {
  width: 20%;
}
.tbl__style__a tr td:nth-child(3) {
  width: 55%;
  padding-right: 0;
}
.tab {
  text-align: center;
  padding: 5px;
  width: 120px;
  display: inline-block;
  border-radius: 50px;
  font-size: 1.5rem;
  background: #F7FFE8;
  font-weight: 600;
}
.tab.info {
  background: #E8FBFF;
}
.tab.recruit {
  background: #FFE8E8;
}
.btn__navy {
  text-align: center;
  margin-top: 35px;
}
.btn__navy a {
  text-align: center;
  padding: 14px;
  width: 200px;
  display: inline-block;
  border-radius: 50px;
  font-size: 1.4rem;
  background: #0986AC;
  color: #fff;
}
.index04__wrap .space__a {
  margin-top: 50px;
}
.index04__wrap .space__b {
  margin-top: 35px;
}
.index04__wrap .container {
  margin-top: 260px;
}
.index03__items {
  display: flex;
  width: 100%;
  text-align: center;
  flex-wrap: wrap;
  align-items: center;
  color: #0B74C5;
}
.index03__items > div {
  width: 50%;
}
.index03__items > div p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.index03__item__txt figure {
  margin: 10px 0 50px 0;
}
.access__wrap iframe {
  margin-top: 75px;
}
.blue__box {
  border: 3px solid #25BBDE;
  background: linear-gradient(#F8FEFF, #FFFFF4);
  border-radius: 20px;
  text-align: center;
  max-width: 620px;
  width: 100%;
  padding: 40px 20px 30px 20px;
  font-size: 1.6rem;
  margin: 160px auto;
  box-shadow: 3px 3px 10px rgb(0, 0, 0, 0.16);
  font-weight: 800;
}
.blue__box a {
  font-size: 4.0rem;
  color: #0986AC;
  margin: 10px 0;
  display: inline-block;
}
.ttl__02 {
  font-size: 2.4rem;
}
@media all and (max-width: 768px) {
  #facilities {
    margin-top: -55px;
    padding-top: 55px;
  }
  .sub__ttl {
    margin-top: 65px;
  }
  .sub__ttl span {
    font-size: 0.7rem;
  }
  .ttl__01 {
    font-size: 2.0rem;
    letter-spacing: 2px;
  }
  .index01__items {
    margin-top: 25px;
    flex-wrap: wrap;
    grid-row-gap: 25px;
  }
  .index01__item__txt {
    width: 100%;
  }
  .index01__item__img {
    width: 100%;
  }
  figcaption {
    margin-top: 7px;
  }
  .index02__wrap {
    font-size: 2.0rem;
  }
  .index02__wrap .space__a {
    margin-top: 40px;
    line-height: 2;
  }
  .index03__wrap {
    padding: 40px 0;
    margin-top: 80px;
  }
  .index03__wrap .sub__ttl, .index03__wrap .ttl__01 {
    text-align: center;
  }
  .tbl__style__a {
    margin-top: 50px;
  }
  .tbl__style__a td, .tbl__style__a th {
    padding: 0px 0px 5px 0px;
    display: inline-block;
  }
  .tbl__style__a tr th {
    width: 50%;
  }
  .tbl__style__a tr td:nth-child(2) {
    width: 50%;
  }
  .tbl__style__a tr td:nth-child(3) {
    width: 100%;
    padding-bottom: 35px;
  }
  .tab__yel, .tab__blue, .tab__pink {}
  .btn__navy a {
    padding: 8px;
    width: 160px;
  }
  .index04__wrap .space__b {
    margin-top: 20px;
  }
  .index04__wrap .container {
    margin-top: 60px;
    width: 100%;
  }
  .index03__items {
    grid-row-gap: 20px;
  }
  .index03__items > div {
    width: 100%;
  }
  .index03__item__img {
    width: 80% !important;
  }
  .index03__item__txt {
    padding-bottom: 50px;
  }
  .index03__items.reverse_sp .index03__item__img {
    margin-left: 20%;
  }
  .access__wrap.container {
    width: 100%;
  }
  .access__wrap iframe {
    margin-top: 50px;
    height: 230px;
  }
  .blue__box {
    width: 86%;
    padding: 25px;
    margin: 80px auto;
  }
  .blue__box a {
    font-size: 3.4rem;
  }
  .ttl__02 {
    font-size: 1.8rem;
  }
}
/* footer */
footer {
  margin-top: 160px;
  background: linear-gradient(#B9DDEF, #FDF7F7);
  padding: 60px 20px 45px 20px;
  text-align: center;
}
address {
  padding: 20px;
  text-align: center;
  font-size: 1.6rem;
}
.outer {
  max-width: 900px;
  margin: 0 auto;
  width: 86%;
}
.footer02__items {
  display: flex;
  width: 100%;
  text-align: left;
}
.footer02__item__logo {
  width: 55%;
  font-size: 1.6rem;
}
.footer02__item__logo p {
  margin-left: 50px;
}
.tel {
  font-size: 2.8rem;
  color: #FD5B5B
}
.footer02__item__link {
  width: 45%;
  display: flex;
  align-items: flex-end;
  padding-top: 60px;
  flex-wrap: wrap;
}
.footer02__link {
  width: 50%;
}
.footer02__link li {
  padding-bottom: 30px;
}
.group__items {
  margin: 100px 0 30px 0;
  display: flex;
  justify-content: center;
  grid-column-gap: 30px;
}
#page_top {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
}
@media all and (max-width: 768px) {
  footer {
    margin-top: 110px;
    padding: 20px 0px 80px 0px;
  }
  address {
    padding: 10px;
    font-size: 1.5rem;
  }
  .footer02__items {
    flex-wrap: wrap;
  }
  .footer02__item__logo {
    width: 100%;
  }
  .footer02__item__logo p {
    margin-left: 0px;
  }
  .tel {}
  .footer02__item__link {
    padding-top: 50px;
    width: 100%;
  }
  .footer02__link li {
    padding-bottom: 20px;
  }
  .group__items {
    margin: 100px 0 10px 0;
    flex-wrap: wrap;
    grid-row-gap: 15px;
  }
  #page_top {
    width: 60px;
  }
}
/* header */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 220px;
  border-bottom: 20px solid #EAF8FF;
  background: #fff;
  z-index: 1000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0 5%;
}
.header_inner {
  position: relative;
}
main {
  margin-top: 220px;
}
@media only screen and (max-width: 768px) {
  .header {
    padding: 2px 5% 10px 5%;
    border-bottom: 7px solid #CDE6E3;
    height: 55px;
  }
  .hd__right {
    display: none;
  }
  main {
    margin-top: 55px;
  }
  .copy {
    font-size: 8px;
  }
  .hd__logo {
    max-width: 187px;
  }
  .nav {
    position: fixed;
    right: -90%;
    top: 55px;
    width: 90%;
    /*height: 100vh;*/
    padding: 30px 20px;
    background-color: rgba(244, 251, 255, 0.95);
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
    font-size: 2.2rem;
    border-bottom-left-radius: 30px;
  }
  .hamburger {
    position: absolute;
    right: 5%;
    bottom: 5px;
    width: 120px;
    height: 30px;
    cursor: pointer;
    z-index: 300;
    background: #F0FFFB;
    border: 2px solid #56B6C2;
    border-radius: 7px;
    text-align: center;
    color: #56B6C2;
    font-size: 1.4rem;
    font-weight: 800;
    isplay: flex;
    justify-content: center;
    align-items: center;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item a {
    display: block;
    padding: 8px 30px 8px 10px;
    border-bottom: 1px solid #B2B2B2;
    text-decoration: none;
    background: url("../images/common/aroow_link.png") no-repeat right center;
  }
  .nav_item ul {
    width: 100%;
  }
  .nav_item ul a {
    padding-left: 40px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 55px;
    width: 100vw;
    height: calc(100vh - 55px);
    z-index: 100;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .hamburger .close {
    display: none;
  }
  .nav-open .hamburger .close {
    display: inline-block;
  }
  .nav-open .hamburger .open {
    display: none;
  }
}
  .btn__recruitment a {
    display: inline-block;
    border: 2px solid #FD5B5B;
    width: 200px;
    text-align: center;
    color: #FD5B5B;
	background-image: linear-gradient(150deg, rgba(255, 242, 245, 1), rgba(255, 252, 235, 1));  
    font-size: 1.6rem;
	margin:20px 0 0 80px;
    padding: 10px;
    border-radius: 50px;
  }	
@media all and (max-width: 768px) {
  .btn__recruitment {
	text-align:center; !important
  }	
  .btn__recruitment a {
    font-size: 1.8rem;
	margin:20px 0 0 auto;  
  }			
}

@media only screen and (min-width: 769px) {
  .copy {
    max-width: 1100px;
    margin: 5px auto;
  }
  .hd__items {
    max-width: 950px;
    width: 100%;
    margin: 25px auto 20px auto;
    display: flex;
    justify-content: space-between;
  }
  .btn__lit-blue a {
    display: inline-block;
    border: 2px solid #2AAFEA;
    width: 200px;
    text-align: center;
    color: #2AAFEA;
    font-size: 1.6rem;
    padding: 10px;
    border-radius: 50px;
  }
	
  .nav_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .nav_list li {
    padding: 5px 25px 0 25px;
    border-right: 1px solid #707070;
    height: 40px;
    position: relative;
  }
  .nav_list li:last-child {
    border-right: none;
  }
  .nav_list li a {
    padding-bottom: 3px;
    display: block;
  }
  .nav_list li.nav_item a:hover {
    border-bottom: 6px solid #8FDAF5;
  }
  .hamburger {
    display: none;
  }
  .nav_item_child {
    background: rgb(255, 255, 255, 0.65);
    text-align: center;
    position: absolute;
    left: 0;
    top: 40px;
    width: 415px;
    visibility: hidden;
    opacity: 0;
    display: flex;
  }
  .nav_list li.nav_item:hover .nav_item_child {
    visibility: visible;
    opacity: 1;
    transition: .3s;
  }
  .nav_item_child {
    border: 1px solid #707070;
  }
  .nav_item_child li {
    padding: 10px 25px 5px 25px;
    height: 50px;
  }
}
@media all and (max-width: 768px) {}
/* 施設概要 */
.sub__mv__wrap.facilities_morofukuen {
  background: url("../images/morofukuen/mv_morofukuen_facilities.jpg") no-repeat center center;
  background-size: cover;
  height: 210px;
  position: relative;
}
.sub__mv__wrap.facilities_yaezakura {
  background: url("../images/yaezakura/mv_yaezakura_facilities.jpg") no-repeat center center;
  background-size: cover;
  height: 210px;
  position: relative;
}
.sub__mv__wrap.facilities_s-morofuku2 {
  background: url("../images/s-morofuku2/mv_s-morofuku2_facilities.jpg") no-repeat center center;
  background-size: cover;
  height: 210px;
  position: relative;
}
.mv__ttl__box {
  padding: 7px 30px;
  background: rgba(255, 255, 255, 0.70);
  position: absolute;
  bottom: 10px;
  left: 12vw;
}
.sub__mv__ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
}
.mv__ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
}
.pankuz {
  margin-top: 20px;
  display: flex;
}
.pankuz li a::after {
  content: '>';
  margin: 0 20px;
}
.facilities01__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 50px;
}
.facilities01__item__txt {
  width: 55%;
}
.facilities01__item__txt th {
  padding: 10px 20px 10px 0;
  min-width: 135px;
}
.facilities01__item__txt td {
  padding: 10px 0;
}
.facilities01__item__img {
  width: 42%;
  text-align: right;
}
.facilities02__wrap {
  text-align: center;
  font-size: 2.4rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 800;
  font-style: normal;
}
.facilities03__wrap {
  background: url("../images/morofukuen/bk_morofukuen.jpg") no-repeat left bottom;
  background-size: cover;
  width: 100%;
  max-width: 1197px;
  margin: 100px auto 0 auto;
  padding: 1px 5% 45px 5%;
}
.facilities03_yaezakura__wrap {
  background: url("../images/yaezakura/bk_yaezakura_facilities.jpg") no-repeat left bottom;
  background-size: cover;
  width: 100%;
  max-width: 1197px;
  margin: 100px auto 0 auto;
  padding: 1px 5% 45px 5%;
}
.facilities03_s-morofuku2__wrap {
  background: url("../images/s-morofuku2/bk_s-morofuku2_facilities.jpg") no-repeat left bottom;
  background-size: cover;
  width: 100%;
  max-width: 1197px;
  margin: 100px auto 0 auto;
  padding: 1px 5% 45px 5%;
}
.facilities03__items {
  margin-top: 120px;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 663px;
  justify-content: space-between;
  text-align: center;
  grid-row-gap: 65px;
}
.facilities03__items figure {
  margin-bottom: 15px;
}
.facilities03__items figure img {
  border-radius: 21px;
}
.ttl__03 {
  border-left: 6px solid #0986AC;
  font-size: 2.0rem;
  padding-left: 10px;
  font-weight: 600;
}
.facilities04__wrap .space__a, .facilities05__wrap .space__a, .facilities06__wrap .space__a, .facilities07__wrap .space__a {
  padding: 30px 0 45px 40px;
}
.flow__items {
  display: flex;
  grid-column-gap: 30px;
  margin-bottom: 30px;
}
.flow__item__txt {
  padding-top: 17px;
}
.blue__line__box {
  border: 1px solid #4EA0C7;
  border-radius: 22px;
  padding: 30px 40px;
  margin-top: 15px;
  font-weight: 800;
}
.blue__line__box li {
  list-style: decimal;
  margin-left: 40px;
  margin-top: 10px;
  font-weight: normal;
}
.btn__blue__line {
  text-align: center;
  margin: 64px 0 87px 0;
}
.btn__blue__line a {
  border: 1px solid #4EA0C7;
  border-radius: 12px;
  padding: 30px 65px 30px 30px;
  display: inline-block;
  max-width: 500px;
  width: 100%;
  background: url("../images/common/icon_pdf.png") no-repeat right 20px center #FAFAFA;
  text-align: left;
  color: #4EA0C7;
  font-weight: 800;
}

.btn__blue__page {
  text-align: center;
  margin: 64px 0 87px 0;
}
.btn__blue__page a {
  border: 1px solid #4EA0C7;
  border-radius: 12px;
  padding: 30px 65px 30px 30px;
  display: inline-block;
  max-width: 500px;
  width: 100%;
  background: url("../images/common/icon_page_bl.png") no-repeat right 21px center #FAFAFA;
  text-align: left;
  color: #4EA0C7;
  font-weight: 800;
}

.btn__blue__wamnet {
  text-align: center;
  margin: 64px 0 87px 0;
}
.btn__blue__wamnet a {
  border: 1px solid #4EA0C7;
  border-radius: 12px;
  padding: 30px 65px 30px 30px;
  display: inline-block;
  max-width: 500px;
  width: 100%;
  background: url("../images/common/icon_wamnet_bl.png") no-repeat right 20px center #FAFAFA;
  text-align: left;
  color: #4EA0C7;
  font-weight: 800;
}
.btn__blue__mhlw {
  text-align: center;
  margin: 64px 0 87px 0;
}
.btn__blue__mhlw a {
  border: 1px solid #4EA0C7;
  border-radius: 12px;
  padding: 30px 65px 30px 30px;
  display: inline-block;
  max-width: 500px;
  width: 100%;
  background: url("../images/common/icon_mhlw_bl.png") no-repeat right 20px center #FAFAFA;
  text-align: left;
  color: #4EA0C7;
  font-weight: 800;
}
.tbl__style__b {
  border: 2px solid #0986AC;
  margin: 30px auto;
  max-width: 600px;
}
.tbl__style__b th, .tbl__style__b td {
  border: 1px solid #707070;
  padding: 15px 25px;
}
.tbl__style__b th {
  white-space: nowrap;
}
.tbl__style__b__caption {
  margin: 20px auto;
  max-width: 600px;
  text-indent: -24px;
  padding-left: 24px;
}
@media all and (max-width: 768px) {
  .sub__mv__wrap.facilities_morofukuen {
    background: url("../images/morofukuen/mv_morofukuen_facilities_sp.jpg") no-repeat center center;
    background-size: cover;
    height: 140px;
  }
  .sub__mv__wrap.facilities_yaezakura {
    background: url("../images/yaezakura/mv_yaezakura_facilities_sp.jpg") no-repeat center center;
    background-size: cover;
    height: 140px;
  }
  .sub__mv__wrap.facilities_s-morofuku2 {
    background: url("../images/s-morofuku2/mv_s-morofuku2_facilities_sp.jpg") no-repeat center center;
    background-size: cover;
    height: 140px;
  }
  .mv__ttl__box {
    padding: 5px 15px 5px 7%;
    bottom: 5px;
    left: 0;
  }
  .sub__mv__ttl {
    font-size: 1.4rem;
  }
  .mv__ttl {
    font-size: 2.0rem;
  }
  .pankuz {
    margin-top: 10px;
  }
  .pankuz li a::after {
    margin: 0 7px;
  }
  .facilities01__items {
    grid-row-gap: 35px;
  }
  .facilities01__item__txt {
    width: 100%;
  }
  .facilities01__item__txt th {
    padding: 5px 15px 5px 0;
  }
  .facilities01__item__txt td {
    padding: 5px 0;
  }
  .facilities01__item__img {
    width: 100%;
    text-align: center;
  }
  .facilities02__wrap {}
  .facilities03__wrap {
    background: url("../images/morofukuen/bk_morofukuen.jpg") no-repeat center bottom;
    background-size: cover;
    margin: 30px auto 0 auto;
    font-size: 1.4rem;
  }
  .facilities03_yaezakura__wrap {
    background: url("../images/yaezakura/bk_yaezakura_facilities.jpg") no-repeat center bottom;
    background-size: cover;
    margin: 30px auto 0 auto;
    font-size: 1.4rem;
  }
  .facilities03_s-morofuku2__wrap {
    background: url("../images/s-morofuku2/bk_s-morofuku2_facilities.jpg") no-repeat center bottom;
    background-size: cover;
    margin: 30px auto 0 auto;
    font-size: 1.4rem;
  }
  .facilities03__items {
    margin-top: 35px;
    margin-left: inherit;
    grid-row-gap: 25px;
  }
  .facilities03__items figure {
    margin-bottom: 7px;
  }
  .facilities03__item {
    width: 49%;
  }
  .facilities04__wrap .space__a, .facilities05__wrap .space__a, .facilities06__wrap .space__a, .facilities07__wrap .space__a {
    padding: 25px 0 45px 10px;
  }
  .flow__items {
    display: flex;
    grid-column-gap: 15px;
    margin-bottom: 15px;
  }
  .flow__item__number {
    width: 15%;
  }
  .flow__item__txt {
    width: 82%;
    padding-top: 10px;
  }
  .blue__line__box {
    border-radius: 15px;
    padding: 15px 20px;
    width: 113%;
    margin-left: -13%;
  }
  .blue__line__box li {
    margin-left: 20px;
  }
  .btn__blue__line {
    margin: 10px 0 43px 0;
  }
  .btn__blue__line a {
    font-size: 1.6rem;
  }
  .btn__blue__line a span {
    font-size: 1.8rem;
  }
  .tbl__style__b {
    margin: 0px auto;
  }
  .tbl__style__b th, .tbl__style__b td {
    padding: 10px;
  }
}
/* 法人概要 */
.sub__mv__wrap.corporation {
  background: url("../images/corporation/mv_corporation.jpg") no-repeat center center;
  background-size: cover;
  height: 210px;
  position: relative;
}
.tbl__style__c {
  margin-top: 55px;
  margin-bottom: 120px;
}
.tbl__style__c th {
  white-space: nowrap;
}
.tbl__style__c th, .tbl__style__c td {
  border: 1px solid #707070;
  padding: 15px 7%;
}
.tbl__style__d {
  width: 326px;
  margin-top: 50px;
  margin-left: 75px;
  margin-bottom: 117px;
}
.tbl__style__d th, .tbl__style__d td {
  border-bottom: 1px solid #707070;
  padding: 15px 15px 2px 15px;
  font-weight: normal;
}
.corporation01__wrap .space__a {
  padding: 30px 0 45px 40px;
}
.tbl__style__e {
  margin-top: 55px;
}
.tbl__style__e th {
  text-align: center;
}
.tbl__style__e th, .tbl__style__e td {
  border: 1px solid #707070;
  padding: 15px;
  font-weight: normal;
  vertical-align: middle;
}
.tbl__style__e tr td:last-child {
  text-align: center;
}
.tbl__style__f {
  width: 100%;
  max-width: 700px;
  margin: 65px auto 0 auto;
}
.tbl__style__f th {
  font-weight: normal;
}
.tbl__style__f th, .tbl__style__f td {
  padding: 15px;
  text-align: center;
}
.tbl__style__g {
  margin-top: 55px;
}
.tbl__style__g th {
  text-align: center;
}
.tbl__style__g th, .tbl__style__g td {
  border: 1px solid #707070;
  padding: 15px;
  font-weight: normal;
  vertical-align: middle;
}
.tbl__style__g tr td:last-child {
  text-align: left;
}
@media all and (min-width: 769px) {
.contact_tbl th,.contact_tbl td{
	height: 74px;
}
	}
@media all and (max-width: 768px) {
  .sub__mv__wrap.corporation {
    background: url("../images/corporation/mv_corporation_sp.jpg") no-repeat center center;
    background-size: cover;
    height: 140px;
  }
  .tbl__style__c {
    margin-bottom: 30px;
  }
  .tbl__style__c th, .tbl__style__c td {
    display: block;
    width: 100%;
    padding: 5px 0 20px 30px;
    border: none;
  }
  .tbl__style__c th {
    padding: 0;
  }
  .tbl__style__d {
    width: calc(100% - 40px);
    margin: 15px 20px 110px 20px;
  }
  .tbl__style__d th, .tbl__style__d td {}
  .corporation01__wrap .space__a {
    padding: 25px 0 45px 10px;
  }
  .tbl__style__e {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 80px;
  }
  .tbl__style__f {
    margin: 40px auto 0 auto;
  }
  .tbl__style__f td {
    display: inline-block;
    width: 50%;
  }
  .tbl__style__f td:first-child {
    width: 100%;
    text-align: center;
    padding-bottom: 0;
  }
  .tbl__style__g {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 80px;
  }
}
/* 役員等報酬規程 */
.sub__mv__wrap.reward {
  background: url("../images/reward/mv_reward.jpg") no-repeat center center;
  background-size: cover;
  height: 210px;
  position: relative;
}
.reward__wrap .ttl__02 {
  margin: 80px 0 160px 0;
  text-align: center;
}
.ttl__04 {
  font-size: 2.2rem;
}
.ttl__04 span {
  font-weight: bold;
}
.reward__wrap .space__a {
  padding: 15px 0 80px 35px;
}
.list__num {
  margin: 30px 0 0 23px;
}
.list__num li {
  list-style: decimal;
  margin-bottom: 5px;
}
.reward__wrap .tbl__style__e {
  width: auto;
}
.reward__wrap .tbl__style__e td {
  text-align: left !important;
}
@media all and (max-width: 768px) {
  .sub__mv__wrap.reward {
    background: url("../images/reward/mv_reward_sp.jpg") no-repeat center center;
    background-size: cover;
    height: 140px;
  }
  .reward__wrap .ttl__02 {
    margin: 35px 0 60px 0;
  }
  .ttl__04 {
    font-size: 1.8rem;
  }
  .ttl__04 span {
    display: inline-block;
    margin-right: 50px;
  }
  #privacy .ttl__04 span {
    margin-right: 0px;
  }
  .reward__wrap .space__a {
    padding: 25px 0 70px 15px;
  }
  .list__num {
    margin: 10px 0 0 20px;
  }
  .reward__wrap .tbl__style__e td, .reward__wrap .tbl__style__e th {
    padding: 10px 5px;
  }
}
/* 問い合わせ先 */
.sub__mv__wrap.contact {
  background: url("../images/contact/mv_contact.jpg") no-repeat center center;
  background-size: cover;
  height: 210px;
  position: relative;
}
@media all and (max-width: 768px) {
  .sub__mv__wrap.reward {
    background: url("../images/contact/mv_contact_sp.jpg") no-repeat center center;
    background-size: cover;
    height: 140px;
  }
}
/* 仁泉会グループ一覧 */
.sub__mv__wrap.group {
  background: url("../images/group/mv_group.jpg") no-repeat center center;
  background-size: cover;
  height: 210px;
  position: relative;
}
.group01__wrap {
  text-align: center;
  margin-top: 100px;
}
.group02__wrap {
  margin-top: 100px;
}
.group02__wrap .ttl__03 {
  margin-top: 40px;
}
.group02__wrap table {
  margin-top: 10px;
  font-weight: normal;
}
.group02__wrap table th {
  width: 150px;
  font-weight: normal;
}
.group02__wrap .ttl__04 {
  margin-top: 80px;
  text-align: center;
}
.group02__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.group02__item__txt {
  width: 40%;
}
.group02__item__img {
  width: 57%;
  text-align: center;
  padding-top: 40px;
}
@media all and (max-width: 768px) {
  .sub__mv__wrap.group {
    background: url("../images/group/mv_group_sp.jpg") no-repeat center center;
    background-size: cover;
    height: 140px;
  }
  .group01__wrap {
    margin-top: 55px;
  }
  .group02__wrap .ttl__03 {
    margin-top: 30px;
  }
  .group02__wrap table th, .group02__wrap table td {
    width: 100%;
    display: block;
  }
  .group02__wrap table td {
    padding-left: 20px;
    padding-bottom: 10px;
  }
  .group02__item__txt {
    width: 100%;
  }
  .group02__item__img {
    width: 100%;
    padding-top: 20px;
  }
}
/* お知らせ */
.sub__mv__wrap.news {
  background: url("../images/news/mv_news.jpg") no-repeat center center;
  background-size: cover;
  height: 210px;
  position: relative;
}
.news__items {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.news__item__category {
  width: 200px;
  text-align: center;
}
.news__item__txt {
  width: calc(100% - 260px);
}
.news__item__txt th {
  font-weight: normal;
  font-size: 1.6rem;
  padding-bottom: 30px;
  white-space: nowrap;
}
.news__item__txt td {
  padding: 35px 0 30px 20px;
}
.news__item__txt .date {
  margin-bottom: 10px;
}
.category__tab__yel a {
  background: #F7FFE8;
  padding: 10px;
  margin-top: 15px;
  display: block;
}
.category__tab__blue a {
  background: #E8FBFF;
  padding: 10px;
  margin-top: 5px;
  display: block;
}
.category__tab__pink a {
  background: #FFE8E8;
  padding: 10px;
  margin-top: 5px;
  display: block;
}
@media all and (max-width: 768px) {
  .sub__mv__wrap.news {
    height: 140px;
  }
  .news__items {
    margin-top: 40px;
    flex-direction: row-reverse;
    grid-row-gap: 30px;
  }
  .news__item__category {
    width: 100%;
  }
  .news__item__txt {
    width: 100%;
  }
  .news__item__txt th {
    display: block;
    width: 100%;
    padding-bottom: 0;
    font-size: 1.4rem;
  }
  .news__item__txt td {
    display: block;
    width: 100%;
    padding: 5px 0 20px 0px;
  }
  .news__item__txt .date {
    display: inline-block;
    margin-right: 10px;
  }
}
.w950 {
  max-width: 950px;
  margin: 0 auto;
  width: 86%;
}
.news__date {
  font-size: 2.0rem;
  color: #4EA0C7;
}
.news02__wrap .space__a {
  padding: 30px 0 0 50px;
}
.ttl__05 {
  font-size: 3.0rem;
  margin-bottom: 50px;
  font-weight: 600;
}
.news02__items {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  width: 100%;
}
.news02__items > div {
  width: 47%;
}
.news02__item__img {
  text-align: right;
}
.ttl__06 {
  font-size: 2.4rem;
  margin-top: 50px;
  margin-bottom: 30px;
  font-weight: 600;
}
.news02__wrap .btn__navy {
  border-top: 1px solid #000;
  padding-top: 150px;
  margin-top: 100px;
}
.news02__wrap .btn__navy a {
  width: 250px;
}
@media all and (max-width: 768px) {
  .news__date {
    font-size: 1.8rem;
  }
  .news02__wrap .space__a {
    padding: 20px 0 0 20px;
  }
  .ttl__05 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .news02__items {
    margin: 20px 0;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }
  .news02__items > div {
    width: 100%;
  }
  .news02__item__img {
    text-align: center;
  }
  .ttl__06 {
    font-size: 2.0rem;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .news02__wrap .btn__navy {
    padding-top: 50px;
    margin-top: 50px;
  }
}
/* slider */
.mv__box {
  position: relative;
}
.mv__box p {
  background: rgba(255, 255, 255, 0.70);
  padding: 20px;
  position: absolute;
  left: 40%;
  bottom: 15px;
  font-size: 2.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.mv__box img {
  width: 100%;
}
@media all and (max-width: 768px) {
  .mv__box p {
    padding: 15px;
    width: 60%;
    bottom: inherit;
    top: 45px;
    font-size: 1.6rem;
  }
}
/* 共通 */
.navigation {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  grid-column-gap: 15px;
  font-size: 13px;
}
.navigation span {
  border: 2px solid #2AAFEA;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #2AAFEA;
  display: inline-block;
}
.navigation a {
  border: 2px solid #2AAFEA;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #2AAFEA;
  display: inline-block;
}
@media all and (max-width: 768px) {
  iframe {
    max-height: 250px;
  }
}
/*  */
@media all and (max-width: 768px) {}