
@charset "UTF-8";
h2 {
  color: #0a4264;
  font-size: 2.6rem;
  padding: 0px;
  text-align: center;
  display: flex;
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 1.6rem;
  }
}
h2:before {
  border-left: 0;
}
.top_detail_description {
  max-width: 95%;
  margin: 0 auto;
  text-align: center;
}
.top_detail_description small {
  font-size: 1.4rem;
}
.top_cont_box.bggray {
  background: #f4f3ef;
  padding: 40px 0;
}
.top_cont_box.bgwhite {
  padding: 40px 0;
}
.top_cont_box h2 span {
  height: 55px;
  display: flex;
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
.mv_left {
  float: left;
  width: 62%;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.slide_control {
  display: none;
}
#slider {
  width: 100%;
  height: 100%;
}
#slider li {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  transition: all .4s;
  pointer-events: none;
}
#slider li.active {
  opacity: 1;
  pointer-events: auto;
}
.slide_after_arrow {
  position: absolute;
  top: calc(50% - 21px);
  content: '';
  height: 42px;
  width: 42px;
  z-index: 5;
  cursor: pointer;
}
.slide_before_arrow {
  position: absolute;
  top: calc(50% - 21px);
  content: '';
  height: 42px;
  width: 42px;
  z-index: 5;
  cursor: pointer;
  left: 2%;
  background: url(/media_library/welfare/images/top_hero_arrowleft.png) no-repeat;
}
.slide_after_arrow {
  right: 2%;
  background: url(/media_library/welfare/images/top_hero_arrowright.png) no-repeat;
}
#slider_control {
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  display: flex;
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-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;
}
#slider_control li {
  font-size: 20px;
  line-height: 0;
  margin-right: 5px;
  cursor: pointer;
  color: #ccc;
  transition: all 0.2s;
}
#slider_control li:last-child {
  margin: 0;
}
#slider_control li.active {
  color: #0eb578;
}
.mv_left a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 4;
  display: flex;
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-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;
}
.mv_left .mv_left_inner {
  z-index: 3;
  width: 80%;
  height: 80%;
}
.mv_left a:hover {
  text-decoration: none !important;
}
.mv_left .mv_about:before {
  position: absolute;
  display: block;
  content: '';
  background: url(/media_library/igyou/images/mv_left_bg.jpg) no-repeat center center;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all 0.2s ease-out;
}
.mv_left .mv_about:hover:before {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.8;
}
.mv_left .mv_about:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.mv_left .mv_about a {
  display: flex;
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-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;
}
.mv_left .mv_about .mv_left_inner {
  font-family: 游明朝, YuMincho, ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, HG明朝E, ＭＳ\ Ｐ明朝, ＭＳ\ 明朝, serif;
  color: #fff;
  text-shadow: 0 0 10px #000;
  background-color: rgba(0, 40, 80, 0.5);
  top: 6%;
  left: 7%;
  right: 7%;
  bottom: 12%;
  padding: 2% 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv_left .mv_about .mv_txt1 {
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 1.7vw;
  text-align: center;
}
.mv_left .mv_about .mv_txt1 strong {
  font-size: 2.8vw;
}
.mv_left .mv_about .mv_txt2 {
  font-size: 1vw;
  letter-spacing: .9pt;
  text-align: center;
}
.mv_left .mv_about .mv_txt2 strong {
  font-size: 1.5vw;
  color: #ffce4a;
}
.mv_left .mv_about .mv_left_inner .mv_left_line {
  width: 90%;
  height: 1px;
  background-image: -webkit-linear-gradient(left, transparent, #fff 25%, #fff 75%, transparent);
  background-image: linear-gradient(to right, transparent, #fff 25%, #fff 75%, transparent);
  background-position: center;
  background-repeat: no-repeat;
  margin: 20px auto;
}
.mv_left .mv_seminar:before {
  position: absolute;
  display: block;
  content: '';
  background: url(/media_library/welfare/images/top_mv_seminar.png) no-repeat center center;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all 0.2s ease-out;
}
.mv_left .mv_seminar:hover:before {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.8;
}
.mv_left .mv_seminar .mv_left_inner, .mv_left .mv_seminar a {
  display: flex;
  -js-display: flex;
  display: -ms-flex;
  display: -webkit-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;
}
.mv_left .mv_seminar .mv_left_inner {
  top: 6%;
  left: 7%;
  right: 7%;
  bottom: 12%;
  padding: 2% 5%;
  background: rgba(255, 255, 255, 0.7);
  color: #1a332a;
}
.mv_left .mv_seminar .mv_left_inner .mv_seminar_banner {
  width: 100%;
}
.mv_left .mv_seminar .mv_left_inner .mv_seminar_banner img {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.mv_left .mv_seminar .mv_left_inner .seminar_apply_btn {
  line-height: 2;
  padding: 13px;
  width: 430px;
  max-width: 90%;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #f7ab26 url(/media_library/welfare/images/common_arrow_white.svg) 98% center no-repeat;
  background-size: 6px 9pt;
  transition: all 0.4s;
}
.mv_left .mv_seminar a:hover .mv_left_inner .seminar_apply_btn {
  opacity: 0.7;
}
.mv_right {
  height: 100%;
  position: relative;
}
.mv_right_bottom, .mv_right_top, .mv_right_middle {
  height: 33%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.mv_right_bottom:before, .mv_right_top:before, .mv_right_middle:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all 0.2s ease-out;
}
.mv_right_top:hover:before {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.7;
}
.mv_right_top:before {
  background: url(/media_library/igyou/images/top_mv_right_top.jpg) no-repeat center center;
  background-size: cover;
}
.mv_right_middle {
  height: 34%;
}
.mv_right_middle:before {
  background: url(/media_library/igyou/images/top_mv_right_middle.jpg) no-repeat center center;
  background-size: cover;
}
.mv_right_middle:after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(102, 87, 60, 0.25);
}
.mv_right_middle:hover:before {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.7;
}
.mv_right_bottom:before {
  background: url(/media_library/igyou/images/top_mv_right_bottom.jpg) no-repeat center center;
  background-size: cover;
}
.mv_right_bottom:after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(102, 87, 60, 0.25);
}
.mv_right_bottom:hover:before {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.7;
}
.mv_right_top:after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(16, 61, 65, 0.25);
}
.mv_right a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  color: #fff;
  font-size: 1.6vw;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.mv_right_inner {
  position: absolute;
  width: 100%;
  /*height: 50%;*/
  background: rgba(0, 40, 80, 0.5);
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .mv_right_bottom a span, .mv_right_top a span, .mv_right_middle a span {
    font-size: 20px;
  }
}
.mv_right_bottom a:hover span:after, .mv_right_top a:hover span:after {
  background: #00804f;
  color: #fff;
  transition: all 0.4s;
}
.main_contents {
  width: 100%;
  text-align: center;
}
.main_contents .nm_link_btn {
  width: 500px;
  background-color: #3f48cc;
  padding: 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .main_contents .nm_link_btn {
    width: 50%;
    border-radius: 8px;
  }
}
.main_contents .nm_link_btn a {
  color: #fff;
}
.main_contents .contents__inner {
  width: 950px;
  margin: 0 auto;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .main_contents .contents__inner {
    width: 100%;
    padding: 6.666667vw 0;
  }
}
.main_contents .contents.bggray {
  background-color: #f4f3ef;
}
.main_contents .banner__list .banner__item {
  list-style-type: none;
  margin-left: 0;
  margin-bottom:20px;
}
#about h2 span {
  background: url(/media_library/igyou/images/top_about_icon.png) left center no-repeat;
  padding-left: 50px;
}
#about .top_about_link {
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
}
#about .top_about_link li {
  position: relative;
  height: 290px;
  width: 48%;
}
#about .top_about_link li:first-child {
  float: left;
}
#about .top_about_link li:last-child {
  float: right;
}
#about .top_about_link li .top_about_link_image {
  position: absolute;
  right: 0;
  top: 0;
  width: 90%;
  height: 250px;
  overflow: hidden;
}
#about .top_about_link li .top_about_link_image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
#about .top_about_link li:first-child .top_about_link_image:before {
  background: url(/media_library/welfare/images/top_about_link1.png) no-repeat;
  background-size: cover;
}
#about .top_about_link li:last-child .top_about_link_image:before {
  background: url(/media_library/welfare/images/top_about_link2.png) no-repeat;
  background-size: cover;
}
#about .top_about_link li .top_about_link_image:hover:before {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.7;
}
#about .top_about_link li .top_about_link_inner {
  position: absolute;
  background: rgba(0, 128, 79, 0.9);
  bottom: 0;
  left: 0;
  min-width: 230px;
  width: 50%;
  color: #fff;
  height: 180px;
  text-align: center;
  padding: 20px 30px;
}
#about .top_about_link li .top_about_link_inner:hover {
  opacity: .7;
  transition: all 0.4s;
}
#about .top_about_link li .top_about_link_inner h3 {
  font-size: 2rem;
  font-weight: 700;
}
#about .top_about_link li .top_about_description {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#about .top_about_link li .top_about_detail_btn {
  display: block;
  font-size: 1.2rem;
  color: #00804f;
  padding: 3px;
  background: #fff url(/media_library/welfare/images/common_arrow_green.svg) no-repeat 94% 50%;
  background-size: 4px 8px;
}
#members .top_midashi_h2_arrow {
  background: url(/media_library/igyou/images/top_midashi_arrow.png) bottom center no-repeat;
  padding-bottom: 22px;
}
#members .top_midashi_h2_arrow h2 {
  background-color: #bdd7ee;
  margin-bottom: 0;
  padding: 25px 0;
}
#members h2 span {
  background: url(/media_library/igyou/images/top_members_icon.png) left center no-repeat;
  padding-left: 62px;
}
#members .top_member_inner {
  max-width: 95%;
  margin: 0 auto;
}
#members .nm_link_btn a {
  position: relative;
  font-size: 2rem;
  height: 5pc;
  background: #ffce4a;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  padding: 0;
}
#members .nm_link_btn a .icon_free {
  height: 50px;
  width: 50px;
  border-radius: 25px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #f55656;
  line-height: 50px;
  position: absolute;
  top: -20px;
  right: 35px;
  font-size: 1.6rem;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#members .nm_link_btn a:hover {
  text-decoration: none;
}
#members .nm_link_btn a .member_link_btn_inner {
  line-height: 1;
  position: absolute;
  top: 20px;
  width: 100%;
  text-align: center;
}
#members .nm_link_btn a span {
  font-size: 1.4rem;
  font-weight: 400;
}
#books h2 span {
  background: url(/media_library/welfare/images/top_books_icon.png) left center no-repeat;
  padding-left: 40px;
}
#books .top_books_inner {
  text-align: center;
  width: 850px;
  margin: 0 auto;
}
#books .top_books_inner li {
  width: 380px;
  margin-bottom: 40px;
}
#books .top_books_inner li:nth-child(odd) {
  float: left;
}
#books .top_books_inner li:nth-child(even) {
  float: right;
}
#books .top_books_inner li a:hover {
  text-decoration: none;
  color: #333;
  opacity: 0.7;
}
#books .top_books_inner li a img {
  margin-bottom: 20px;
}
#books .top_books_inner li a h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
#books .top_books_inner li a .top_books_caption span {
  border-bottom: 2px #ffe981 solid;
}
#books .top_books_inner li a h4 span {
  color: #b64f4f;
}
.links .contents__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .links .contents__inner {
    flex-direction: column;
  }
}
.links__compornent {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .links__compornent {
    width: 100%;
  }
}
.links__heading {
  margin: 0;
}
.links__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.links__item {
  font-size: 14px !important;
  list-style-type: none !important;
  margin-left: 5px !important;
  text-align: left;
  background-color: #fff;
}
.links li {
  margin-bottom: 5px;
  width: 220px;
  list-style: none;
}
.links li a {
  height: 56px;
  line-height: 1.2;
  display: flex;
  -js-display: flex;
  align-items: center;
  padding: 5px 20px 5px 15px;
  border: 1px solid #e5e5e5;
  background: url(/media_library/igyou/images/common_icon_new_window.png) 96% center no-repeat;
}
.links li a:hover img {
  transition: all 0;
}
@media screen and (max-width: 1024px) {
  .mv_left {
    width: 100%;
    height: auto;
  }
  .mv_left .mv_about .mv_txt1 {
    font-size: 3.4vw;
  }
  .mv_left .mv_about .mv_txt1 strong {
    font-size: 4.8vw;
  }
  .mv_left .mv_about .mv_txt2 {
    font-size: 2.2vw;
  }
  .mv_left .mv_about .mv_txt2 strong {
    font-size: 3vw;
  }
  .mv_right {
    width: 100%;
    height: 50vh;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  .mv_right {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .mv_right_top {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  .mv_right_top {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .mv_right_bottom {
    float: right;
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  .mv_right_bottom {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .mv_right_bottom a {
    font-size: 2.8vw;
  }
  .mv_right_top a {
    font-size: 2.8vw;
  }
  #qa.top_cont_box .qa_info_text {
    width: 95%;
  }
  #about .top_about_link {
    width: 100%;
    width: 95%;
    margin: 0 auto;
  }
  #about .top_about_link li {
    width: 90%;
    margin: 0 auto 50px;
    width: 48%;
  }
  #books .top_books_inner {
    width: 95%;
    margin: 0 auto;
  }
  #books .top_books_inner li {
    width: 48%;
  }
}
@media screen and (max-width: 750px) {
  .slide_after_arrow, .slide_before_arrow {
    width: 25px;
    height: 25px;
    background-size: 100%;
  }
  .mv_left .mv_about .mv_left_inner {
    padding: 4% 5%;
    left: 0;
  }
  .mv_left .mv_about .mv_left_inner .mv_left_line {
    margin: 10px auto;
  }
  .top_cont_box.bgwhite .top_midashi_h2_arrow {
    background: 0;
    padding: 0;
    margin: 0;
  }
  .top_cont_box .top_midashi_h2_arrow h2 {
    padding: 10px;
    background: 0;
  }
  .top_cont_box h2 {
    font-size: 1.8rem;
  }
  .top_cont_box h2 span {
    display: inline;
    height: 100%;
    padding-left: 0 !important;
    padding-top: 65px;
    background-position: top center !important;
    font-weight: 700;
    color: #1a332a;
    text-align: center;
  }
  .top_cont_box h2 span:after {
    content: '';
    width: 65px;
    margin: 15px auto 10px;
    display: block;
    border-bottom: 2px solid #00804f;
  }
  .top_detail_description {
    font-size: 1.3rem;
  }
  .mv_left .mv_seminar .mv_left_inner {
    padding: 5%;
  }
  .mv_left .mv_seminar .mv_left_inner .mv_seminar_banner img {
    margin-bottom: 20px;
  }
  .mv_left .mv_seminar .mv_left_inner .seminar_apply_btn {
    max-width: 80%;
    padding: 7px;
  }
  #qa.top_cont_box.bgwhite .top_midashi_h2_arrow h2 {
    background-color: #fff;
  }
  #qa ul li .category {
    font-size: 1.1rem;
    width: 7em;
    margin-right: 10px;
  }
  #qa ul li a {
    font-size: 1.2rem;
  }
  #about .top_about_link li {
    width: 90%;
  }
  #about .top_about_link li:first-child, #about .top_about_link li:last-child {
    float: none;
  }
  #system ul {
    flex-flow: column nowrap;
  }
  #system ul li {
    width: 100%;
  }
  #system li a h3 {
    font-size: 5vw;
  }
  #system li a p {
    font-size: 3vw;
  }
  #books .top_books_inner li {
    width: 100%;
  }
  #books .top_books_inner li:nth-child(even), #books .top_books_inner li:nth-child(odd) {
    float: none;
  }
  #links .top_link_left, #links .top_link_right {
    float: none;
    width: 100%;
    max-width: none;
  }
  #links li {
    width: 48%;
  }
}



