@charset "UTF-8";
/* =======================================

  IndexElements

======================================= */
h2 {
  font-family: 'Baskerville', 'Baskerville Old Face', 'Garamond', 'Times New Roman', serif;
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 1.15;
  color: rgba(137, 106, 81, 0.6);
  margin: 0 0 40px;
}
h2 > small {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #444;
  display: inline-block;
  padding: 0 0 0 36px;
  margin: 0 0 0 16px;
  position: relative;
}
h2 > small::before {
  content: "";
  display: block;
  width: 19px;
  height: 1px;
  background-color: rgba(68, 68, 68, 0.4);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 12px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 4.8rem;
    margin: 0 0 32px;
  }
  h2 > small {
    display: block;
    font-size: 1.5rem;
    padding: 0;
    margin: 4px 0 0;
  }
  h2 > small::before {
    content: none;
  }
}

/*-----------------------------------------
  key_field
-----------------------------------------*/
#key_field {
  opacity: 0;
  position: relative;
  margin: 128px auto 88px;
}
#key_field::before {
  content: "";
  display: block;
  width: calc((100% - 1246px) / 2 + (1246px - 250px));
  height: 70%;
  background-color: #f7f7f7;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
#key_field .slider {
  width: 100%;
}
#key_field a {
  display: block;
}

/* #key_field .slider */
#key_field .slider .slick-prev,
#key_field .slider .slick-next {
  width: 42px;
  height: 42px;
  background-color: #fff;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 8px 6px rgb(0 0 0 / 16%);
          box-shadow: 0 8px 6px rgb(0 0 0 / 16%);
}
#key_field .slider .slick-prev::before,
#key_field .slider .slick-next::before {
  color: #ae8564;
}

#key_field .slick-slide img {
  width: 100%;
}

@media only screen and (max-width: 1306px) {
  #key_field::before {
    width: calc((100% - 35px) - 19%);
  }
  #key_field .slider {
    width: calc(100% - 70px);
  }
}

/* Hover */
@media only screen and (min-width: 768px) {
   body:not(.tab_view) #key_field:hover::before {
    opacity: 0.6;
   }
  body:not(.tab_view) #key_field .slider .slick-prev:hover,
  body:not(.tab_view) #key_field .slider .slick-next:hover {
    background-color: #ae8564;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 18px rgb(0 0 0 / 16%);
           box-shadow: 0 8px 18px rgb(0 0 0 / 16%);
  }
  body:not(.tab_view) #key_field .slider .slick-prev:hover::before,
  body:not(.tab_view) #key_field .slider .slick-next:hover::before {
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  #key_field {
    margin: 70px 0 80px;
  }
  #key_field::before {
    content: none;
    /*width: 100%;
    height: 90%;*/
  }
  #key_field .slider {
    width: 100%;
    max-width: auto;
    max-width: initial;
  }
  #key_field .slider .slick-prev,
  #key_field .slider .slick-next {
    background-color: #fff!important;
  }
  #key_field .slider .slick-prev {
    top: auto;
    bottom: -34px;
    left: 4%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #key_field .slider .slick-next {
    top: auto;
    bottom: -34px;
    right: 4%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/*-----------------------------------------
  main
-----------------------------------------*/
/*main {
  margin: 0 0 69px;
}

@media only screen and (max-width: 767px) {
  main {
    margin: 0 0 50px;
  }
}*/

/*-----------------------------------------
  content title
-----------------------------------------*/
h2.contents_ttl {
  color: #222;
  font-size: 3.4rem;
  font-family: 'Noto Sans JP', sans-serif;
}

h2.contents_ttl span {
  font-family: 'Baskerville', 'Baskerville Old Face', 'Garamond', 'Times New Roman', serif;
  display: block;
  padding-bottom: 15px;
}

.familycare_wrap h2.contents_ttl span {
  color: #DD90AF;
}
.educare_wrap h2.contents_ttl span {
  color: #97A2BD;
}
.professional_wrap h2.contents_ttl span {
  color: #78CCD9;
}

/*-----------------------------------------
  recruit_banner
-----------------------------------------*/

#recruit_bnr {
  margin-bottom: 160px !important;
}
#recruit_bnr h2 {
  color: #222;
  line-height: 1;
  font-size: 2.2rem;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 0;
}
#recruit_bnr h2 span {
  font-size: 1.6rem;
  color: #fff;
  background-color: #912344;
  display: inline-block;
  padding: 5px 16px 7px;
  border-radius: 50px;
  margin-right: 16px;
}
#recruit_bnr h2::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 45px;
  background-color: #e2e2e2;
  vertical-align: middle;
  margin: 0 24px 0 48px;
}
#recruit_bnr .recruit_bnr {
  display: flex;
  border: 1px solid #912344;
  border-radius: 5px;
  padding: 28px 0 24px;
  color: #444444;
  justify-content: center;
  background: -moz-linear-gradient(left, #fff0f6 0%, #ffffff 36%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #fff0f6 0%,#ffffff 36%,#ffffff 100%);
  background: linear-gradient(to right, #fff0f6 0%,#ffffff 36%,#ffffff 100%);
  -webkit-box-shadow: 0 8px 8px rgba(0,0,0, 0.08);
  box-shadow: 0 8px 8px rgba(0,0,0, 0.08);
  -webkit-transition: all 0.3s ease-out;
}
#recruit_bnr .recruit_bnr ul {
  display: flex;
  padding-left: 25px;
}
#recruit_bnr .recruit_bnr ul li {
  line-height: 2.7;
}
#recruit_bnr .recruit_bnr ul li::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #e2e2e2;
  vertical-align: middle;
  margin: 0 24px;
}
#recruit_bnr .recruit_bnr ul li:last-child::after {
  content: none;
}
@media only screen and (min-width: 767px) {
  body:not(.tab_view) .recruit_bnr:hover {
    box-shadow: none !important;
  }
}

@media only screen and (max-width: 767px) {
  #recruit_bnr {
    margin-bottom: 130px !important;
  }
  #recruit_bnr .recruit_bnr {
    flex-flow: column;
    padding: 30px 30px 28px;
  }
  #recruit_bnr h2 {
    font-size: 1.8rem;
  }
  #recruit_bnr h2::after {
    display: none;
  }
  #recruit_bnr h2 span {
    font-size: 1.3rem;
    padding: 4px 16px 7px;
    margin-right: 8px;
  }
  #recruit_bnr .recruit_bnr ul {
    padding-left: 14px;
    flex-flow: wrap;
    margin-top: 16px;
  }
  #recruit_bnr .recruit_bnr ul li {
    line-height: 1.6;
    margin-bottom: 6px;
  }
  #recruit_bnr .recruit_bnr ul li:last-child {
    margin-bottom: 0;
  }
  #recruit_bnr .recruit_bnr ul li::after {
    margin: 0 14px;
  }
}

/*-----------------------------------------
  contents
-----------------------------------------*/
#familycare, #educare, #poppinsplus {
  margin-bottom: 130px !important;
}
#educare {
  margin-bottom: 80px !important;
}

.familycare_wrap, .educare_wrap, .professional_wrap {
  padding: 80px 40px 60px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
  max-width: 1050px;
}
.familycare_wrap {
  background-color: #FFEFF3;
}

.educare_wrap {
  background-color: #EBEEF7;
  margin: 0 0 0 auto;
}

.professional_wrap {
  background-color: #EEFCFF;
  margin: 0 0 0 auto;
}

.familycare_wrap .txt_area, .educare_wrap .txt_area, .professional_wrap .txt_area {
  width: 360px;
  margin-bottom: 65px;
}

.familycare_wrap figure {
  width: 560px;
  margin: -130px -17.5% 0 0;
}

.educare_wrap figure, .professional_wrap figure {
  width: 560px;
  margin: -130px 0 0 -17.5%;
}

.familycare_wrap ul, .educare_wrap ul, .professional_wrap ul {
  width: 970px;
  display: flex;
  justify-content: space-around;
}

.educare_wrap ul li {
  width: 316px;
}
.familycare_wrap ul li {
  width: 236px;
}
.familycare_wrap ul li .btn {
  padding: 16px 24px 16px 16px;
}

.educare_wrap ul {
  justify-content: flex-start;
  flex-flow: wrap;
  margin-bottom: 48px;
}
.educare_wrap ul li {
  width: 33.3%;
}
.educare_wrap ul li .btn {
  background-color: #445584;
  border-left: 1px solid #445584;
  border-top: 1px solid #445584;
  border-right: 1px dotted #ffffff;
  border-bottom: 1px dotted #ffffff;
  border-radius: 0;
}
.educare_wrap ul li .btn small {
  font-size: 1.2rem;
}
.educare_wrap ul li:first-child .btn {
  border-radius: 4px 0 0 0;
}
.educare_wrap ul li:nth-of-type(3) .btn {
  border-radius: 0 4px 0 0;
}
.educare_wrap ul li:nth-of-type(4) .btn {
  border-radius: 0 0 0 4px;
  border-bottom: 1px solid #445584;
}
.educare_wrap ul li:last-child {
  width: 66.6%;
}
.educare_wrap ul li:last-child .btn {
  border-radius: 0 0 4px 0;
  background-color: #FFFFFF;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #445584;
  border-bottom: 1px solid #445584;
  color: #445584;
}
.educare_wrap ul li:last-child .btn::after {
  color: #445584;
}
.educare_wrap .btn.big {
  background-color: #2A3F77;
  border: 1px solid #2A3F77;
  width: 765px;
  border-radius: 10px;
  padding: 23px 40px 23px 15px;
}
.educare_wrap .btn.big span {
  font-size: 2.2rem;
  margin-right: 10px;
}
.educare_wrap .btn.big small {
  font-size: 1.8rem;
  font-family: 'Baskerville', 'Baskerville Old Face', 'Garamond', 'Times New Roman', serif;
  color: #8591B1;
}
.educare_wrap .btn.big span::before {
  content: '';
  display: inline-block;
  background-image: url('/img/index/facility_icon.svg');
  width: 56px;
  height: 56px;
  vertical-align: middle;
  margin-right: 15px;
}
.educare_wrap .fac_search {
  width: 100%;
  display: flex;
  align-items: center;
}
.educare_wrap .fac_search h3 {
  font-size: 2.2rem;
  color: #2a3f77;
  margin: 0 24px 0 0;
}
.educare_wrap .fac_search h3::before {
  content: '';
  display: inline-block;
  background-image: url(/img/index/facility_icon.svg);
  width: 56px;
  height: 56px;
  vertical-align: middle;
  margin: 0 10px 0 8px;
}
.educare_wrap .fac_search form {
  width: calc(100% - 261px);
  display: flex;
}
.educare_wrap .fac_search .keyword {
  width: 100%;
  position: relative;
}
.educare_wrap .fac_search .keyword::after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background: url(/img/common/icon_search.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.educare_wrap .fac_search .keyword input[type="text"] {
  width: calc(100% - 8px);
  font-size: 1.6rem;
  padding: 15px 20px 15px 50px;
  border: 2px solid #efeded;
  border-radius: 4px;
  background-color: #fff;
  -webkit-appearance: none;
}
.educare_wrap .fac_search form .btn {
  font-size: 1.6rem;
  width: 119px;
  background-color: #2a3f77;
  border: 1px solid #2a3f77;
  padding: 16px 20px;
  margin: 0;
}
.educare_wrap .fac_search form .btn::after {
  right: 8px;
}

.poppinsplus_wrap {
  background-color: #F5FFF2;
  display: flex;
  flex-flow: nowrap;
  justify-content: space-around;
}
.poppinsplus_wrap h2.contents_ttl {
  font-size: 2.2rem;
  text-align: center;
  margin: 0 0 20px;
}
.poppinsplus_wrap h2.contents_ttl span {
  font-size: 2.4rem;
  color: #8AD3B9;
}
.poppinsplus_wrap p {
  margin: 0 0 20px;
}
.poppinsplus_wrap figure {
  max-width: 563px;
}
.poppinsplus_wrap .txt_area {
  padding: 45px 92px 40px;
}
.poppinsplus_wrap .btn {
  background-color: #1FA880;
  border: 1px solid #1FA880;
}

.professional_wrap ul {
  width: 795px;
}
.professional_wrap ul li {
  width: 390px;
}
.professional_wrap ul li .btn {
  background-color: #019BB4;
  border: 1px solid #019BB4;
}

@media only screen and (min-width: 768px) {
  body:not(.tab_view) .fac_search .keyword .btn:not([target="_blank"]):not(.type_blank):not([href$=".pdf"]):hover::after {
    right: 3px;
  }
}

@media only screen and (max-width: 768px) {
  h2.contents_ttl {
    margin: 24px 0 12px;
    text-align: center;
    font-size: 2.2rem;
  }
  h2.contents_ttl span {
    font-size: 3.4rem;
    padding-bottom: 6px;
  }
  #educare {
  margin-bottom: 130px !important;
  }
  #familycare .cont_inner, #educare .cont_inner, #poppinsplus .cont_inner, #professional .cont_inner {
    padding-left: 0%;
    padding-right: 0%;
  }
  .familycare_wrap, .educare_wrap, .poppinsplus_wrap, .professional_wrap {
    padding: 0 16px 40px;
    flex-flow: column;
    max-width: none;
  }
  .familycare_wrap .txt_area, .educare_wrap .txt_area, .poppinsplus_wrap .txt_area, .professional_wrap .txt_area {
    order: 2;
    width: 100%;
    margin-bottom: 24px;
  }
  .familycare_wrap figure, .educare_wrap figure, .poppinsplus_wrap figure, .professional_wrap figure {
    order: 1;
    width: 100%;
    margin: -80px 0 0;
  }
  .familycare_wrap ul, .educare_wrap ul, .professional_wrap ul {
    order: 3;
    width: 100%;
    flex-flow: column;
  }
  .familycare_wrap ul li , .educare_wrap ul li, .professional_wrap ul li {
    width: 92%;
    margin: 0 auto 10px;
  }
  .educare_wrap ul {
    flex-flow: wrap;
    width: 91.8%;
    margin: 0 auto 24px;
    /*padding: 0 0 25px;
    border-bottom: 1px dotted #445584;*/
  }
  .educare_wrap ul::after {
    content: "";
    display: block;
    height: 1px;
    width: 74%;
    margin: 25px auto 0;
    border-bottom: 2px dotted rgba(68, 85, 132, 0.15);
  }
  .educare_wrap ul li {
    width: 50%;
    margin: 0;
  }
  .educare_wrap ul li:last-child {
    width: 100%;
  }
  .educare_wrap ul li .btn {
    padding: 16px 12px 16px 6px;
    font-size: 1.4rem;
    text-align: left;
    height: 100%;
  }
  .educare_wrap ul li .btn::after {
    right: 4px;
  }
  .educare_wrap ul li .btn small {
    display: block;
  }
  .educare_wrap ul li:nth-of-type(3) .btn small {
    display: inline;
  }
  .educare_wrap ul li:nth-of-type(2) .btn {
    border-radius: 0 4px 0 0;
    border-right: 1px solid #445584;
  }
  .educare_wrap ul li:nth-of-type(3) .btn,
  .educare_wrap ul li:nth-of-type(4) .btn {
    border-radius: 0;
    border-bottom: 1px solid #445584;;
  }
    .educare_wrap ul li:nth-of-type(4) .btn {
    border-right: 1px solid #445584;;
  }
  .educare_wrap ul li:last-child .btn {
    border-radius: 0 0 4px 4px;
    border-left: 1px solid #445584;
  }
  .educare_wrap .btn.big {
    order: 4;
    width: 100%;
    max-width: none;
    text-align: left;
    padding: 23px 40px 26px 15px;
  }
  .educare_wrap .btn.big span {
    font-size: 1.8rem;
    display: block;
  }
  .educare_wrap .btn.big span::before {
    vertical-align: top;
  }
  .educare_wrap .btn.big small {
    font-size: 1.6rem;
    display: block;
    margin-top: -26px;
    margin-left: 72px;
  }
  .educare_wrap .fac_search {
    width: 91.8%;
    margin: 0 auto;
    display: block;
    order: 4;
  }
  .educare_wrap .fac_search h3 {
    font-size: 1.8rem;
    margin: 0 0 15px;
  }
  .educare_wrap .fac_search h3::before {
    width: 38px;
    height: 38px;
    background-size: contain;
    margin: 0 12px 0 0;
  }
  .educare_wrap .fac_search form {
    width: 100%;
    display: block;
  }
  .educare_wrap .fac_search .keyword {
    display: block;
    margin: 0 0 16px;
  }
  .educare_wrap .fac_search .keyword input[type="text"] {
    width: 100%;
  }
  .educare_wrap .fac_search form .btn {
    width: 100%;
    max-width: 279px;
    margin: 0 auto;
  }
  .poppinsplus_wrap .txt_area {
    padding: 24px 6px 0;
    margin-bottom: 0;
  }
  .poppinsplus_wrap .btn {
    width: 95%;
    margin: 0 auto;
  }
}

/*-----------------------------------------
  service
-----------------------------------------*/
#service ul li h3 {
  font-size: 2.2rem;
  margin-bottom: 8px;
}
#service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -32px;
}
#service ul > li {
  width: 48%;
  margin: 0 0 32px;
  padding: 0 0 40px;
  position: relative;
}
#service ul > li::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 80px);
  position: absolute;
  bottom: 0;
}
#service ul > li.i_ce img {
  -webkit-box-shadow: 8px 16px 32px rgba(0,0,0, 0.08);
          box-shadow: 8px 16px 32px rgba(0,0,0, 0.08);
}

#service ul > li.i_ce::before { background-color: #EFF7F7; }
#service ul > li.wish::before { background-color: #FAF8F8; }
#service ul > li.i_ce .btn {
  background-color: #71CBC3;
  border: 1px solid #71CBC3;
}
#service ul > li.wish .btn {
  background-color: #912344;
  border: 1px solid #912344;
}
#service ul > li a {
  display: block;
}
#service figure {
  width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#service figure img {
  margin: 0 0 32px;
}
#service figcaption {
  color: #444;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 20px;
}
#service figcaption small {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 0 6px;
}
#service .btn {
  width: calc(100% - 64px);
  -webkit-box-shadow: 0 8px 8px rgba(0,0,0, 0.08);
          box-shadow: 0 8px 8px rgba(0,0,0, 0.08);
}

/* Hover */
/*@media only screen and (min-width: 768px) {
  body:not(.tab_view) #service ul > li a:hover {
    opacity: 1;
  }
  body:not(.tab_view) #service ul > li a:hover .btn {
    opacity: 1;
    color: #912344;
    background-color: #fff;
  }
  body:not(.tab_view) #service ul > li a:hover .btn::after {
    color: #912344;
  }
}*/

@media only screen and (max-width: 767px) {
  #service .cont_inner {
    padding-left: 0;
    padding-right: 0;
  }
  #service h2 {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  #service ul {
    display: block;
    margin-bottom: 0;
  }
  #service ul > li {
    width: 100%;
  }
  #service ul > li:last-child {
    margin: 0;
  }
  #service ul > li a {
    letter-spacing: 0;
    padding: 16px 32px 16px 15px;
  }
  #service ul > li .btn::after {
    right: 8px;
  }
  #service figure img {
    margin: 0 0 34px;
  }
  #service .btn {
    width: 86%;
  }
}

@media only screen and (max-width: 400px) {
  #service ul > li a {
    padding: 16px 20px 16px 8px;
  }
}


/* ------------------------------------
  voice
------------------------------------ */
#voice {
  margin: 0 0 100px;
  position: relative;
}
#voice::before {
  content: "";
  display: block;
  /*width: 83%;*/
  width: calc((100% - 1126px) / 2 + (1126px - 110px));
  height: 349px;
  background-color: #f7f7f7;
  position: absolute;
  top: 0;
}
#voice .cont_inner {
  position: relative;
  z-index: 1;
}
#voice h2 {
  margin-top: 80px;
}
#voice h2 + p {
  width: 206px;
  line-height: 2.26;
  margin: 0 0 82px;
  float: left;
}
#voice ul {
  width: calc(100% - 293px);
  float: right;
}
#voice ul a {
  display: block;
  padding: 16px;
  background-color: #fff;
}
#voice ul a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#voice ul figure .img_wrap {
  height: 367px;
  display: block;
  margin: 0 0 14px;
  overflow: hidden;
  position: relative;
}
#voice ul figure .scale {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#voice ul figure .label {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  padding: 8px 16px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
#voice ul figcaption h3 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #444;
  line-height: 1.77;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#voice ul .area {
  font-size: 1.2rem;
  color: #b8a697;
}
#voice .btn {
  width: 300px;
  float: left;
}

/* #voice .slider */
#voice .slider {
  margin-right: -16px;
}
#voice .slider .slick-slide {
  margin: 0 0 0 18px;
}
#voice .slider .slick-prev {
  top: -65px;
  left: auto;
  right: 54px;
}
#voice .slider .slick-next {
  top: -65px;
  right: 16px;
}

/* Hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) #voice ul a:hover {
    opacity: 1;
  }
  body:not(.tab_view) #voice ul a:hover figure .scale {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  body:not(.tab_view) #voice ul a:hover figcaption {
    color: #912344;
  }
  body:not(.tab_view) #voice ul a:hover .more_btn::before {
    height: 3px;
  }
}

@media only screen and (max-width: 767px) {
  #voice::before {
    width: 100%;
    height: 58%;
  }
  #voice .cont_inner {
    padding-left: 0;
    padding-right: 0;
  }
  #voice h2 {
    margin-top: 40px;
    padding-left: 4%;
    padding-right: 4%;
  }
  #voice h2 + p {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    margin-bottom: 80px;
    float: none;
  }
  #voice ul {
    width: 100%;
    float: none;
  }
  #voice ul a {
    padding: 8px;
  }
  #voice ul figure .img_wrap {
    height: auto;
  }
  #voice ul figure .img_wrap::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  #voice ul figure .label {
    padding: 6px 10px;
  }
  #voice ul figcaption h3 {
    font-size: 1.5rem;
    line-height: 1.66;
  }
  #voice ul .area {
    font-size: 1.0rem;
  }
  #voice .btn {
    float: none;
    width: 86%;
  }
  #voice .slider {
    margin-right: 0;
    margin-bottom: 32px;
  }
  #voice .slider .slick-list {
    padding: 0 28px;
  }
  #voice .slider .slick-slide {
    margin: 0 8px;
  }
  #voice .slider .slick-prev {
    top: -40px;
    right: calc(38px + 4%);
  }
  #voice .slider .slick-next {
    top: -40px;
    right: 4%;
  }
}


/* ------------------------------------
  recruit
------------------------------------ */
#recruit {
  background: url(/img/index/recruit_bg.jpg) center center no-repeat;
  background-size: cover;
  margin-bottom: 0 !important;
}
#recruit .cont_inner {
  padding: 100px 0;
}
#recruit h2 {
  margin: 0 0 36px;
}
#recruit .catch {
  font-family: 'Noto Serif JP', serif;
  font-size: 3.2rem;
  line-height: 1.75;
  margin: 0 0 40px;
}
#recruit .catch + p {
  width: 582px;
  line-height: 2.26;
  margin: 0 0 48px;
}
#recruit .btn_wrap {
  width: 482px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#recruit .btn_wrap .btn {
  width: 47%;
  margin: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0, 0.16);
          box-shadow: 0 3px 6px rgba(0,0,0, 0.16);
}

@media only screen and (max-width: 767px) {
  #recruit {
    background-position: top center;
    background-size: auto 414px;
    /*position: relative;*/
  }
  #recruit .cont_inner {
    padding: 60px 4% 40px;
  }
  #recruit .catch {
    min-height: 6.88em;
    font-size: 2.2rem;
    line-height: 1.72;
  }
  #recruit .catch + p {
    width: 100%;
    line-height: 1.6;
    background-color: #fff;
    margin: 42px 0 24px;
    padding: 24px 18px 0;
  }
  #recruit .btn_wrap {
    width: 100%;
    display: block;
  }
  #recruit .btn_wrap .btn {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
  }
  #recruit .btn_wrap .btn:not(:last-child) {
    margin-bottom: 8px;
  }
}

/* ------------------------------------
  event
------------------------------------ */
/* .thumb_list */
.thumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -6px 48px;
}
.thumb_list li {
  /*width: calc((100% - 36px) / 4);
  margin-right: 12px;*/
  position: relative;
}
/*.thumb_list li:nth-of-type(4n) {
  margin-right: 0;
}*/
.thumb_list li::before {
  content: "";
  display: block;
  width: 96px;
  height: 1px;
  background-color: #896a51;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 36px;
  left: -16px;
  z-index: 1;
}
.thumb_list li a {
  display: block;
}
.thumb_list li .year {
  font-family: 'Times New Roman', serif;
  font-size: 1.6rem;
  color: #896a51;
}
.thumb_list li .date {
  font-family: 'Times New Roman', serif;
  font-size: 1.6rem;
  color: #896a51;
  margin: 0 0 0 40px;
}
.thumb_list li .category {
  font-family: 'Times New Roman', serif;
  color: #444;
  float: right;
  margin: 0 8px 0 0;
}
.thumb_list li .img_wrap {
  height: 180px;
  display: block;
  overflow: hidden;
  margin: 8px 8px 16px;
}
.thumb_list li .scale {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.thumb_list li figcaption .title {
  display: block;
  font-size: 1.6rem;
  color: #444;
  margin: 0 0 8px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.thumb_list li figcaption .text {
  display: block;
  font-size: 1.4rem;
  color: #444;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.thumb_list + .btn {
  max-width: 350px;
}

/* .thumb_list .slider */
.thumb_list.slider .slick-slide {
  margin: 0 6px;
}
.thumb_list.slider .slick-prev {
  top: -65px;
  left: auto;
  right: 43px;
  box-shadow: none;
}
.thumb_list.slider .slick-next {
  top: -65px;
  right: 5px;
  box-shadow: none;
}

/* Hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) .thumb_list li a:hover {
    opacity: 1;
  }
  body:not(.tab_view) .thumb_list li a:hover .scale {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  body:not(.tab_view) .thumb_list li a:hover figcaption .title,
  body:not(.tab_view) .thumb_list li a:hover figcaption .text {
    color: #912344;
  }
}

@media only screen and (max-width: 767px) {
  #event {
    padding: 40px 0;
    background-color: #f7f7f7;
  }
  #event .cont_inner {
    padding-left: 0;
    padding-right: 0;
  }
  #event h2 {
    padding-left: 4%;
    padding-right: 4%;
    margin: 0 0 40px;
  }

  .thumb_list {
    margin: 0 0 40px;
  }
  .thumb_list li img {
    width: 100%;
  }
  .thumb_list li .img_wrap {
    height: auto;
  }
  .thumb_list li .img_wrap::before {
    content: "";
    display: block;
    padding-top: 70%;
  }
  .thumb_list.slider .slick-list {
    padding: 0 128px 0 16px;
  }
  .thumb_list.slider .slick-slide {
    margin: 0 8px;
  }
  .thumb_list.slider .slick-prev,
  .thumb_list.slider .slick-next {
    top: -55px;
    border-radius: 3px;
  }
  .thumb_list.slider .slick-prev {
    right: calc(38px + 4%);
  }
  .thumb_list.slider .slick-next {
    right: 4%;
  }
  .thumb_list.slider .slick-prev:hover,
  .thumb_list.slider .slick-next:hover {
    background: #b8a697;
  }
}

/* ------------------------------------
  news
------------------------------------ */
#news {
  margin: 0 0 100px;
}
#news .cont_inner {
  position: relative;
}
#news .cont_inner > .btn {
  width: 216px;
  position: absolute;
  top: 16px;
  right: 0;
}
.news_list li {
  border-bottom: 1px solid #e2e2e2;
}
.news_list li:first-child {
  border-top: 1px solid #e2e2e2;
}
.news_list li a {
  display: block;
  padding: 16px 72px 16px 16px;
  position: relative;
}
.news_list li a::after {
  content: "\e901";
  font-family: 'poppins';
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  color: #912344;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news_list li a[target="_blank"]::after { content: "\e902"; }
.news_list li a[href$='.pdf']::after { content: "\e907"; }
.news_list li figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news_list li figure .fit_img {
  width: 131px;
  height: 92px;
  overflow: hidden;
  margin-right: 16px;
}
.news_list li figcaption {
  width: calc(100% - 147px);
}
.news_list li .date {
  font-family: 'Times New Roman', serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #896a51;
  padding: 0 24px 0 0;
}
.news_list li .category {
  font-size: 1.4rem;
  color: #444;
  padding: 0 0 0 16px;
  position: relative;
}
.news_list li .category::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  border-radius: 4px;
  background-color: #b8a697;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news_list li .title {
  display: block;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0.07em;
  margin: 16px 0 0;
 }

/* Hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) .news_list li a:hover {
    opacity: 1;
    background-color: #FBF6F6;
  }
}

@media only screen and (max-width: 767px) {
  #news .cont_inner {
    padding-left: 0;
    padding-right: 0;
  }
  #news .cont_inner > .btn {
    width: 100%;
    position: relative;
    top: 0;
  }
  #news h2 {
    padding-left: 4%;
    padding-right: 4%;
    margin: 0 0 32px;
  }
  .news_list {
    margin: 0 0 32px;
  }
  .news_list li a {
    padding: 16px;
  }
  .news_list li a::after {
    top: 12px;
    right: 12px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .news_list li a:not([href$='.pdf'])::after {
    content: none;
  }
  .news_list li figure .fit_img {
    width: 100px;
    height: 70px;
    margin-right: 8px;
  }
  .news_list li figcaption {
    width: calc(100% - 108px);;
  }
  .news_list li .date {
    padding: 0 8px 0 0;
  }
  .news_list li .category {
    padding: 0 0 0 8px;
  }
  .news_list li .title {
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  _:-ms-lang(x)::-ms-backdrop, .news_list li .title {
    /*IE対策*/
    line-height: 1.5em;
    max-height: 3.0em;
  }
  .news_list li .title {
    margin: 8px 0 0;
  }
}

/* ------------------------------------
  company
------------------------------------ */
#company {
  padding: 80px 0 40px;
  background: url(/img/common/fixed_bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  transform: none;
  margin-bottom: 40px !important;
}

/* .link_list */
.link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.link_list li {
  background: #fff;
  width: calc((100% - 54px) / 3);
  margin: 0 18px 24px 0;
  -webkit-box-shadow: 0 8px 16px rgba(0,0,0, 0.08);
          box-shadow: 0 8px 16px rgba(0,0,0, 0.08);
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.link_list li:nth-of-type(3n) {
  margin-right: 0;
}
.link_list li a {
  display: block;
  height: 100%;
  padding: 20px 24px;
  position: relative;
}
.link_list li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  right: -8px;
  bottom: -8px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.link_list li a[target="_blank"]::before {
  content: "\e902";
  font-family: 'poppins';
  display: block;
  font-size: 1.35rem;
  font-weight: normal;
  color: #912344;
  position: absolute;
  top: 8px;
  right: 8px;
}
.link_list figure {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.link_list figure img {
  width: 50px;
}
.link_list figcaption {
  width: calc(100% - 80px);
  font-size: 1.5rem;
  color: #444;
  padding: 0 0 0 16px;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.link_list figcaption .en {
  display: block;
  font-family: 'Baskerville', 'Baskerville Old Face', 'Garamond', 'Times New Roman', serif;
  font-size: 1.4rem;
  color: #896a51;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

/* two clm */
.main_2_clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.main_2_clm h3 {
  font-family: 'Baskerville', 'Baskerville Old Face', 'Garamond', 'Times New Roman', serif;
  font-size: 2.8rem;
  line-height: 1.15;
  color: rgba(137, 106, 81, 0.6);
  margin-bottom: 32px;
}
.main_2_clm .main_clm_left {
  width: 260px;
  order: 1;
  border-right: 1px solid #ffffff;
}
.main_2_clm .main_clm_right {
  width: calc(100% - 260px);
  order: 2;
  padding-left: 32px;
}

.link_list.size_big li {
  width: 100%;
  max-width: 220px;
  margin-bottom: 0;
}
.link_list.size_big li a {
  padding: 34px 24px;
}
.link_list.size_big li figure {
  flex-flow: column;
}
.link_list.size_big figure img {
  width: 75px;
}
.link_list.size_big li figcaption {
  width: 100%;
  margin-top: 8px;
}
.link_list.size_middle li a {
  padding: 12px;
}

.link_list.size_middle figcaption {
  font-size: 1.3rem;
  width: calc(100% - 52px);
  padding: 0 0 0 12px;
  letter-spacing: 0;
}

/* Hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) .link_list li:hover {
    box-shadow: none;
    position: relative;
    top: 8px;
    left: 8px;
  }
  body:not(.tab_view) .link_list li:hover a {
    opacity: 1;
  }
  body:not(.tab_view) .link_list li:hover a::after {
    right: 0;
    bottom: 0;
  }
  body:not(.tab_view) .link_list li:hover figcaption,
  body:not(.tab_view) .link_list li:hover figcaption .en {
    color: #912344;
  }
}

@media only screen and (max-width: 767px) {
  #company {
    padding: 40px 0;
    background-attachment: scroll;
  }
  .link_list {
    display: block;
  }
  .link_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }

  .main_2_clm .main_clm_left, .main_2_clm .main_clm_right {
    width: 100%;
  }
  .main_2_clm .main_clm_left {
    border-right: none;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 32px;
  }
  .main_2_clm .main_clm_right {
    padding: 32px 0 0 0;
  }

  .main_2_clm {
    flex-flow: column;
  }
  .main_2_clm .link_list li {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-bottom: 18px;
  }
  .link_list.size_big li a {
    padding: 12px 24px;
  }
  .link_list.size_big li figure {
    flex-flow: row;
  }
  .link_list.size_big figure img {
    width: 65px;
  }
  .link_list.size_big li figcaption {
    font-size: 1.8rem;
    margin-top: 0;
  }
  .link_list.size_middle figcaption {
    font-size: 1.5rem;
    padding: 0 0 0 16px;
    letter-spacing: 1px;
  }
  .link_list.size_middle li a {
    padding: 20px 24px;
  }
}

/* ------------------------------------
  banner
------------------------------------ */
.banner_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 0 104px;
}
.banner_link > li {
  background: #fff;
  width: calc((100% - 48px) / 4);
  margin-right: 16px;
}
.banner_link > li:nth-of-type(4n) {
  margin-right: 0;
}
.banner_link > li a {
  display: block;
  position: relative;
}
.banner_link > li.shadow a {
  border: 1px solid #f6cbde;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0, 0.08) inset;
          box-shadow: 0 3px 6px rgba(0,0,0, 0.08) inset;
}
.banner_link > li.shadow a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0, 0.08);
          box-shadow: 0 3px 6px rgba(0,0,0, 0.08);
  position: absolute;
  top: 0;
  left: 0;
}

/* Hover */
@media only screen and (min-width: 768px) {
  body:not(.tab_view) .banner_link > li a:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  .banner_link {
    margin: 0 0 56px;
  }
  .banner_link > li {
    width: calc((100% - 8px) / 2);
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .banner_link > li:nth-of-type(2n) {
    margin-right: 0;
  }
}
