@charset "UTF-8";
/*breakpoint*/
/*function*/
/*colorpick*/
/*margin*/
.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

/*font*/
/*common*/
* {
  box-sizing: border-box;
  font-size: 100%;
  letter-spacing: 0;
  line-height: 1;
}

body {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

img {
  margin: auto;
  max-width: 100%;
  display: block;
}
@media (max-width: 980px) {
  img {
    max-width: 100%;
    max-height: 100%;
  }
}

.cf::after {
  content: "";
  display: table;
  clear: both;
}

#wrapper {
  position: relative;
  overflow: hidden;
}
@media (max-width: 980px) {
  #wrapper {
    min-width: auto;
  }
}

.container {
  position: relative;
  margin: auto;
  max-width: 1100px;
}
@media (max-width: 980px) {
  .container {
    width: 92%;
  }
}

h2.title {
  display: flex;
  flex-flow: column;
  text-align: center;
  width: auto;
  color: #333333;
  font-size: 34px;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  letter-spacing: 0.2em;
  line-height: 1.66;
  margin-bottom: 48px;
}
@media (max-width: 980px) {
  h2.title {
    margin-bottom: 35px;
    font-size: 25px;
  }
}
h2.title .sml1 {
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 1.66;
}
@media (max-width: 980px) {
  h2.title .sml1 {
    font-size: 18px;
  }
}
h2.title .sml2 {
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #5db7ba;
  letter-spacing: 0.05em;
}
@media (max-width: 980px) {
  h2.title .sml2 {
    margin-top: 10px;
    font-size: 11px;
  }
}
.text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #333333;
}
@media (max-width: 980px) {
  .text {
    line-height: 1.8;
    font-size: 4.267vw;
  }
}

/*header*/
#header {
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
  height: 73px;
  z-index: 8000;
}
@media (max-width: 980px) {
  #header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 40px;
    background: #fff;
  }
}

#header_container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 94%;
  max-width: none;
}
@media (max-width: 980px) {
  #header_container {
    justify-content: flex-start;
  }
}

@media (max-width: 980px) {
  #nav_triger {
    position: absolute;
    margin: auto;
    right: -7px;
    width: 36px;
    height: 36px;
    z-index: 99999;
  }
  #nav_triger .nav_triger_icon,
  #nav_triger .nav_triger_icon::before,
  #nav_triger .nav_triger_icon::after {
    position: absolute;
    display: block;
    height: 3px;
    background: #000;
    transition: 0.4s;
    left: 0;
    bottom: 0;
  }
  #nav_triger .nav_triger_icon {
    margin: auto;
    top: 0;
    right: 0;
    width: 22px;
  }
  #nav_triger .nav_triger_icon::before {
    content: "";
    margin: -7px auto 0;
    top: 0;
    right: 0;
    width: 100%;
  }
  #nav_triger .nav_triger_icon::after {
    content: "";
    margin: 7px auto 0;
    top: 0;
    right: 0;
    width: 100%;
  }
  #nav_triger .nav_triger_icon.close {
    background: 0 0 !important;
  }
  #nav_triger .nav_triger_icon.close::before {
    margin: 0 auto !important;
    transform: rotate(-45deg) !important;
  }
  #nav_triger .nav_triger_icon.close::after {
    margin: 0 auto !important;
    transform: rotate(-135deg) !important;
  }
}

@media (max-width: 980px) {
  #nav {
    display: none;
    position: fixed;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
  }
}
#nav ul {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  padding: 65px 0;
}
@media (max-width: 980px) {
  #nav ul {
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
#nav li {
  font-size: 16px;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#nav li:not(:last-of-type) {
  margin-right: 34px;
}
@media (max-width: 980px) {
  #nav li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 28px;
  }
}
#nav li a {
  color: #fff;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
#nav li a:hover {
  color: #5db7ba !important;
}
@media (max-width: 980px) {
  #nav li a {
    color: #333333;
    letter-spacing: 0.1em;
  }
}

h1 {
  position: absolute;
  left: 0;
  top: 42px;
}
@media (max-width: 980px) {
  h1 {
    position: static;
  }
  h1 img {
    width: 150px;
  }
}

/*fv*/
#fv {
  width: 100%;
}
#fv_container {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 980px) {
  #fv_container {
    background: url(../img/fv_bg_sp.jpg) top center/cover no-repeat;
    margin-top: 40px;
  }
}
#fv_container::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/fv_bg.jpg) top center/cover no-repeat;
  will-change: transform, animation, position;
  animation: grow 60s linear 10ms infinite;
  transform: translate3d(0, 0, 0.0000001);
  backface-visibility: hidden;
}
@media (max-width: 980px) {
  #fv_container::after {
    content: none;
  }
}

@keyframes grow {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.2);
  }
}
.fv_inner1 {
  position: relative;
  height: 800px;
}
@media (max-width: 980px) {
  .fv_inner1 {
    margin: auto;
    width: 94%;
    height: calc(100vh - 157px);
  }
}

.fv_txt {
  position: absolute;
  bottom: 78px;
  left: 92px;
}
.fv_txt a {
  display: block;
  margin-top: 1em;
  padding: 1rem 2rem;
  text-align: center;
  background-color: #eb9213;
  border-radius: 5rem;
}
@media (max-width: 980px) {
  .fv_txt {
    width: 80%;
    bottom: 28px;
    left: 0;
  }
}

.btn_recruit {
  position: absolute;
  right: 55px;
  bottom: 52px;
  transform: scale(1);
}
.btn_recruit:hover {
  transform: scale(1.2) !important;
}
@media (max-width: 980px) {
  .btn_recruit {
    min-width: 112px;
    width: 30%;
    right: 0;
    top: 22.5px;
    bottom: auto;
  }
}

#fv_container2 {
  display: flex;
  flex-flow: row;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 980px) {
  #fv_container2 {
    flex-flow: column;
    max-width: 100%;
  }
}
#fv_container2 h3 {
  margin-bottom: 38px;
}
@media (max-width: 980px) {
  #fv_container2 h3 {
    margin-bottom: 19px;
    width: 162px;
  }
}
#fv_container2 p {
  margin-bottom: 10px;
  padding: 0 20px;
  color: #fff;
  line-height: 1.25;
}

.fv_link1 {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 108px;
  width: 33.33333%;
  height: 380px;
  border: 15px solid #a1cc8b;
  background: url(../img/sakai_bg.jpg) top center/cover no-repeat;
}
@media (max-width: 980px) {
  .fv_link1 {
    padding-top: 20px;
    width: 100%;
    height: 190px;
    border: 7px solid #a1cc8b;
  }
}
.fv_link1 a {
  display: flex;
  width: 324px;
  height: 54px;
  align-items: center;
  justify-content: center;
  color: #40871d;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #40871d;
  color: #40871d;
  font-size: 14px;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
}
@media (max-width: 980px) {
  .fv_link1 a {
    width: 162px;
    height: 27px;
    font-size: 11px;
  }
}

.fv_link2 {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 108px;
  width: 33.33333%;
  height: 380px;
  border: 15px solid #0087ae;
  background: url(../img/XXXX_bg.jpg) top center/cover no-repeat;
}
@media (max-width: 980px) {
  .fv_link2 {
    padding-top: 20px;
    width: 100%;
    height: 190px;
    border: 7px solid #0087ae;
  }
}
.fv_link2 a {
  display: flex;
  width: 324px;
  height: 54px;
  align-items: center;
  justify-content: center;
  color: #008db7;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #008db7;
  color: #008db7;
  font-size: 14px;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
}
@media (max-width: 980px) {
  .fv_link2 a {
    width: 162px;
    height: 27px;
    font-size: 11px;
  }
}

.fv_link3 {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 108px;
  width: 33.33333%;
  height: 380px;
  border: 15px solid #239ff2;
  background: url(../img/nursing_bg.jpg) top center/cover no-repeat;
}
@media (max-width: 980px) {
  .fv_link3 {
    padding-top: 20px;
    width: 100%;
    height: 190px;
    border: 7px solid #239ff2;
  }
}
.fv_link3 a {
  display: flex;
  width: 324px;
  height: 54px;
  align-items: center;
  justify-content: center;
  color: #239ff2;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #239ff2;
  color: #239ff2;
  font-size: 14px;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
}
@media (max-width: 980px) {
  .fv_link3 a {
    width: 162px;
    height: 27px;
    font-size: 11px;
  }
}

.webnai {
  color: #fff;
  display: block;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
@media (max-width: 980px) {
  .webnai {
    font-size: 14px;
  }
}

/*news*/
#news_container {
  padding: 80px 0;
}
@media (max-width: 980px) {
  #news_container {
    padding: 40px 0;
  }
}
#news_container h2 {
  margin-bottom: 80px;
}
@media (max-width: 980px) {
  #news_container h2 {
    margin-bottom: 50px;
    text-align: center;
  }
}

.news_list {
  min-height: 200px;
  margin: auto;
}
@media (max-width: 980px) {
  .news_list {
    width: 100%;
  }
}

.news_inner {
  position: relative;
  overflow-x: visible;
}
.news_inner::after {
  content: "";
  position: absolute;
  top: -60px;
  bottom: -60px;
  left: 180px;
  display: block;
  background: #f0f9f9;
  height: calc(100% + 120px);
  width: 200%;
  z-index: -1;
}
@media (max-width: 980px) {
  .news_inner::after {
    left: 120px;
    top: -30px;
    bottom: -30px;
    height: calc(100% + 60px);
  }
}

.news_item {
  display: flex;
  flex-flow: column;
  padding: 30px 10px;
  border-bottom: 1px solid #dedede;
}
.news_item:first-of-type {
  border-top: 1px solid #dedede;
}
@media (max-width: 980px) {
  .news_item {
    padding: 8px 5px;
    flex-flow: column;
    padding: 4px 5px 18px;
    border-bottom: 1px solid #dedede;
  }
}

.new_time {
  white-space: nowrap;
  color: #555555;
  margin-bottom: 13px;
  width: 140px;
  line-height: 1.6;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 980px) {
  .new_time {
    margin-bottom: 9px;
    white-space: pre-wrap;
    width: 100%;
    line-height: 1.6;
    font-size: 14px;
  }
}

.news_contents {
  width: calc(100% - 140px);
  line-height: 1.6;
  font-size: 16px;
  color: #333;
  letter-spacing: 0.1em;
}
@media (max-width: 980px) {
  .news_contents {
    padding-left: 8px;
    width: 100%;
    line-height: 1.6;
    font-size: 12px;
  }
}

/*our*/
#our {
  padding: 0 0;
  background: #fff;
}
#our .title {
  margin-right: 96px;
  text-align: left;
  justify-content: flex-start;
  white-space: nowrap;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 980px) {
  #our .title {
    margin-right: 0;
    justify-content: center;
    text-align: center;
  }
}

#our_container {
  padding: 80px 0 100px;
  background: url(../img/concept_bg.png) center center/cover no-repeat;
}
@media (max-width: 980px) {
  #our_container {
    padding: 30px 0 70px;
  }
}

.our_content {
  display: flex;
  flex-flow: row;
}
@media (max-width: 980px) {
  .our_content {
    flex-flow: column;
  }
}
.our_content .text {
  letter-spacing: 0.1em;
}
.our_content .text:first-of-type {
  margin-bottom: 23px;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
}
@media (max-width: 980px) {
  .our_content .text:first-of-type {
    margin-bottom: 12px;
  }
}

.our_slider {
  width: 100%;
  height: 233px;
  background: url(../img/our_slider.jpg) repeat-x;
  background-position: 0 0;
  animation: bgroop 50s linear infinite;
}
@media (max-width: 980px) {
  .our_slider {
    height: 117px;
    background-size: 1350px 117px;
  }
}
@keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2700px 0;
    @media (max-width: 980px) {
      background-position: -1350px 0;
    }
  }
}
/*feature*/
#feature {
  padding: 89px 0 0;
  background: #fff;
}
@media (max-width: 980px) {
  #feature {
    padding: 59px 0 0;
  }
}
#feature_container {
  width: 100%;
  max-width: 100%;
}
.feature_text1 {
  margin: 0 auto 70px;
  max-width: 1100px;
  text-align: center;
}
@media (max-width: 980px) {
  .feature_text1 {
    margin: 0 auto 39px;
    width: 92%;
    text-align: left;
  }
}

.feature_btn_grp {
  margin: 0 auto 86px;
  max-width: 1100px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .feature_btn_grp {
    margin: 0 auto 39px;
    flex-flow: column;
    width: 92%;
  }
  .feature_btn_grp a {
    margin: auto;
    width: 242px;
    height: 238px;
  }
  .feature_btn_grp a:not(:last-of-type) {
    margin-bottom: 39px;
  }
}

.feature_btn {
  position: relative;
  width: 350px;
  height: 344px;
}
.feature_btn img.feature_btn_img {
  margin-bottom: 6px;
  width: 100%;
}
.feature_btn:after {
  content: "";
  display: block;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 29px;
  background: url(../img/feature_btn_arw.png) center center/100% 100% no-repeat;
}
@media (max-width: 980px) {
  .feature_btn:after {
    width: 27px;
    height: 17.5px;
  }
}
.feature_btn._1::after {
  animation: arrow-move 2s 1s ease-in-out infinite;
}
.feature_btn._2::after {
  animation: arrow-move 2s 1.3s ease-in-out infinite;
}
.feature_btn._3::after {
  animation: arrow-move 2s 1.6s ease-in-out infinite;
}

.feature_tel {
  position: relative;
}
.feature_tel span {
  position: relative;
  display: block;
  z-index: 10;
  opacity: 1;
  z-index: 1;
}
.feature_tel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  z-index: 0;
}
.feature_tel:hover span {
  display: block;
  opacity: 0.8;
}

@keyframes arrow-move {
  0% {
    top: 2%;
  }
  70% {
    top: 6%;
  }
  100% {
    top: 2%;
  }
}
.feature_content {
  margin: auto;
  padding: 71px 10px 50px;
  width: 90%;
  background: #f9fffe;
}
@media (max-width: 980px) {
  .feature_content {
    padding: 36px 4% 25px;
  }
}
.feature_content:not(:last-of-type) {
  margin-bottom: 59px;
}
@media (max-width: 980px) {
  .feature_content:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
.feature_content .feature_content_block {
  width: 100%;
}
.feature_content .feature_content_block._1 {
  margin-bottom: 20px;
}
@media (max-width: 980px) {
  .feature_content .feature_content_block._1 {
    padding-bottom: 17px;
    margin-bottom: 0;
  }
}
.feature_content .feature_content_block h4.blue {
  background: #298ba4;
}
.feature_content .feature_content_block h4.green {
  background: #39a37b;
}
.feature_content .feature_content_block h4.lime {
  background: #8dbf73;
}
.feature_content .feature_content_block h4 {
  margin-bottom: 18px;
  padding: 12px 0;
  text-align: left;
  color: #fff;
}
.feature_content .feature_content_block h4 span {
  letter-spacing: 0.1em;
  font-size: 20px;
  padding-left: 16px;
  border-left: 8px solid #fff;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
@media (max-width: 980px) {
  .feature_content .feature_content_block h4 span {
    padding-left: 12px;
    font-size: 4.8vw;
    line-height: 1.4;
  }
}
.feature_content .feature_content_list {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin-top: 23px;
}
.feature_content .feature_content_item {
  margin-bottom: 15px;
  width: 33.33%;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #333333;
  line-height: 1.2;
}
@media (max-width: 980px) {
  .feature_content .feature_content_item {
    width: 100%;
    text-indent: -26px;
    padding-left: 26px;
  }
}
.feature_content .feature_content_item::before {
  content: "";
  margin-right: 13px;
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #dcdcdc;
}
.feature_content._1 {
  border: 5px solid #2aa499;
}
.feature_content._1 h3 {
  color: #2aa499;
}
@media (max-width: 980px) {
  .feature_content._1 {
    border: 2px solid #2aa499;
  }
}
.feature_content._2 {
  border: 5px solid #298ba4;
  background: #f2f9fb;
}
@media (max-width: 980px) {
  .feature_content._2 {
    border: 2px solid #298ba4;
  }
}
.feature_content._2 h3 {
  color: #298ba4;
}
.feature_content._2 ul {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1100px;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .feature_content._2 ul {
    width: 100%;
  }
}
.feature_content._2 ._2_link_block {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  width: 100%;
  margin-top: 60px;
  height: 413px;
  background: #fff;
}
@media (max-width: 980px) {
  .feature_content._2 ._2_link_block {
    padding: 30px 5% 40px;
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }
}
.feature_content._2 ._2_link_block h4 {
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
  text-align: center;
  color: #333333;
}
@media (max-width: 980px) {
  .feature_content._2 ._2_link_block h4 {
    margin-bottom: 25px;
  }
}
.feature_content._2 ._2_link_block h4 img {
  margin-bottom: 20px;
}
@media (max-width: 980px) {
  .feature_content._2 ._2_link_block h4 img {
    margin-bottom: 16px;
    width: 20px;
  }
}
@media (max-width: 980px) {
  .feature_content._2 ._2_link_block h4 {
    font-size: 18px;
    line-height: 1.5;
  }
}
.feature_content._3 {
  border: 5px solid #39a37b;
}
.feature_content._3 h3 {
  color: #39a37b;
}
@media (max-width: 980px) {
  .feature_content._3 {
    border: 2px solid #39a37b;
  }
}
.feature_content._3 .btn_moreSup {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px auto 0;
  width: 400px;
  height: 70px;
  color: #333333;
}
@media (max-width: 980px) {
  .feature_content._3 .btn_moreSup {
    margin: 30px auto 0;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 980px) {
  .feature_content._3 ._3_link_block {
    width: 100%;
  }
}
.feature_content .feature_content3_pic {
  margin-bottom: 70px;
}
@media (max-width: 980px) {
  .feature_content .feature_content3_pic {
    margin-bottom: 35px;
  }
}
.feature_content .feature_content_inner {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  margin: auto;
}
.feature_content .feature_content_inner h3 {
  display: flex;
  flex-flow: column;
  text-align: center;
  align-items: center;
  margin-bottom: 45px;
  font-size: 26px;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  letter-spacing: 0.1em;
}
@media (max-width: 980px) {
  .feature_content .feature_content_inner h3 {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 21px;
  }
}
.feature_content .feature_content_inner h3 img {
  margin-bottom: 24px;
}
@media (max-width: 980px) {
  .feature_content .feature_content_inner h3 img {
    margin-bottom: 12px;
    width: 42px;
  }
}
.feature_content .feature_content_inner h3 .text {
  margin-top: 25px;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  letter-spacing: 0.1em;
}
@media (max-width: 980px) {
  .feature_content .feature_content_inner h3 .text {
    text-align: left;
  }
}

.feature_item_inner {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 150px;
  padding: 20px 2% 20px;
  font-size: 20px;
}
@media (max-width: 980px) {
  .feature_item_inner {
    padding: 15px 2% 21px;
    min-height: auto;
  }
}
.feature_item_inner h5 {
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
@media (max-width: 980px) {
  .feature_item_inner h5 {
    font-size: 18px;
  }
}
.feature_item_inner .text {
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 980px) {
  .feature_item_inner .text {
    font-size: 4.267vw;
  }
}

.link {
  display: flex;
  flex-flow: row;
  justify-content: center;
  width: 100%;
}
@media (max-width: 980px) {
  .link {
    flex-flow: column;
    margin: auto;
    width: 280px;
    max-width: 100%;
  }
}
.link a {
  margin: 0 30px;
}
@media (max-width: 980px) {
  .link a {
    margin: 0;
  }
  .link a:not(:last-of-type) {
    margin-bottom: 22px;
  }
}

.feature_content_grp {
  margin-bottom: 118px;
}
@media (max-width: 980px) {
  .feature_content_grp {
    margin-bottom: 0;
  }
}

.feature_content1_pic {
  margin-bottom: 60px;
}
@media (max-width: 980px) {
  .feature_content1_pic {
    margin-bottom: 25px;
  }
}

.feature_content_text1 {
  text-align: center;
}
@media (max-width: 980px) {
  .feature_content_text1 {
    text-align: left;
  }
}

.feature_link {
  margin: 0 auto;
  padding: 0 0 93px;
  background: #fff;
}
@media (max-width: 980px) {
  .feature_link {
    margin: 0 auto;
    padding: 63px 0%;
    width: 92%;
  }
}
.feature_link h3 {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  text-align: center;
  letter-spacing: 0.2em;
  color: #333333;
}
@media (max-width: 980px) {
  .feature_link h3 {
    font-size: 25px;
    line-height: 1.5;
  }
}
.feature_link h3::after {
  content: "";
  display: inline-block;
  margin: 44px 0 36px;
  width: 40px;
  height: 7px;
  background: #eded9d;
}
@media (max-width: 980px) {
  .feature_link h3::after {
    margin: 24px 0 24px;
  }
}
.feature_link .text {
  margin-bottom: 37px;
  text-align: center;
  color: #333;
  letter-spacing: 0.1em;
}

.feature_link_grp {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .feature_link_grp {
    flex-flow: column;
  }
}

.feature_link_block {
  max-width: 517px;
  width: 50%;
}
@media (max-width: 980px) {
  .feature_link_block {
    width: 100%;
  }
}
.feature_link_block .feature_link_pic {
  height: 212px;
}
@media (max-width: 980px) {
  .feature_link_block .feature_link_pic {
    height: auto;
  }
}
.feature_link_block .feature_link_text {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 226px;
}
@media (max-width: 980px) {
  .feature_link_block .feature_link_text {
    padding: 13.5px 15.5px 16.5px;
    height: auto;
  }
}
.feature_link_block .feature_link_text .text_img {
  margin-bottom: 25px;
}
@media (max-width: 980px) {
  .feature_link_block .feature_link_text .text_img {
    margin: 0 auto 15px;
    width: 210px;
  }
}
.feature_link_block._1 .feature_link_text {
  background: #9dc787;
}
@media (max-width: 980px) {
  .feature_link_block._1 {
    margin-bottom: 18.5px;
  }
}
.feature_link_block._2 .feature_link_text {
  background: #0089b2;
}
@media (max-width: 980px) {
  .feature_link_block._2 {
    margin-bottom: 18.5px;
  }
}
.feature_link_block._3 .feature_link_text {
  background: #239ff2;
}

.feature_recruit {
  position: relative;
  margin: auto;
  padding: 97px 0;
  max-width: 1100px;
}
@media (max-width: 980px) {
  .feature_recruit {
    padding: 42px 4%;
    width: 100%;
  }
}
.feature_recruit .recruit_banner {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.feature_recruit::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100px;
  width: 200%;
  height: 500px;
  background: #f8f6ed;
  z-index: 0;
}
@media (max-width: 980px) {
  .feature_recruit::after {
    right: 75px;
    width: 100%;
    height: 100%;
  }
}

/*facility*/
#facility {
  padding: 143px 0 84px;
  background: #fff;
}
@media (max-width: 980px) {
  #facility {
    padding: 78px 0 65px;
  }
}
#facility .text {
  letter-spacing: 0.1em;
}
#facility .text._1 {
  margin: 0 auto 45px;
  max-width: 1100px;
  text-align: center;
}
@media (max-width: 980px) {
  #facility .text._1 {
    margin: 0 auto 32.5px;
    width: 92%;
    text-align: left;
  }
}
#facility .text._2 {
  margin-bottom: 70px;
}
@media (max-width: 980px) {
  #facility .text._2 {
    margin-bottom: 35px;
  }
}
#facility .image img {
  display: block;
  width: 100%;
}
#facility .link {
  margin-bottom: 77px;
}
@media (max-width: 980px) {
  #facility .link {
    margin-bottom: 50px;
  }
}

#facility_container {
  width: 100%;
  max-width: 100%;
}
.facility_block {
  display: flex;
  flex-flow: column;
  padding: 76px 0;
  margin: auto;
  width: 90%;
}
@media (max-width: 980px) {
  .facility_block {
    padding: 36px 4%;
  }
}
.facility_block .facility_block_inner {
  max-width: 1100px;
  width: 100%;
  margin: auto;
}
.facility_block h3 {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  letter-spacing: 0.1em;
}
@media (max-width: 980px) {
  .facility_block h3 {
    margin-bottom: 25px;
    font-size: 21px;
  }
}
.facility_block h3 img {
  margin-bottom: 28px;
}
@media (max-width: 980px) {
  .facility_block h3 img {
    margin-bottom: 15px;
    width: 32.5px;
    height: auto;
  }
}
.facility_block h3 + p {
  margin-bottom: 35px;
  line-height: 1.5;
  text-align: center;
}
.facility_block h4 {
  margin-bottom: 18px;
  padding: 12px 0;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 980px) {
  .facility_block h4 {
    margin-bottom: 15px;
  }
}
.facility_block h4 span {
  letter-spacing: 0.1em;
  font-size: 20px;
  padding-left: 15px;
  border-left: 8px solid #fff;
}
@media (max-width: 980px) {
  .facility_block h4 span {
    padding-left: 10px;
    font-size: 18px;
  }
}
.facility_block p {
  margin-bottom: 35px;
  text-align: center;
}
.facility_block._1 {
  margin-bottom: 60px;
  border: 5px solid #9fc989;
  background: #f4fcef;
}
@media (max-width: 980px) {
  .facility_block._1 {
    margin-bottom: 35px;
    border: 2px solid #9fc989;
  }
}
.facility_block._1 h3 {
  color: #9fc989;
}
.facility_block._1 h4 {
  background: #8dbf73;
}
.facility_block._2 {
  margin-bottom: 60px;
  border: 5px solid #0089b2;
  background: #f2f9fb;
}
.facility_block._2 h3 {
  color: #0089b2;
}
.facility_block._2 h4 {
  background: #0089b2;
}
.facility_block._3 {
  border: 5px solid #239ff2;
  background: #f2f7fb;
}
.facility_block._3 h3 {
  color: #239ff2;
}
.facility_block._3 h4 {
  background: #239ff2;
}
.facility_block .map {
  margin-bottom: 70px;
}
@media (max-width: 980px) {
  .facility_block .map {
    margin-bottom: 40px;
  }
}
.facility_block .map_list {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin-bottom: 29px;
}
@media (max-width: 980px) {
  .facility_block .map_list {
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
}
.facility_block .map_list h5 {
  letter-spacing: 0.2em;
  padding: 16px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
@media (max-width: 980px) {
  .facility_block .map_list h5 {
    margin-bottom: 20px;
    padding: 6% 0;
    font-size: 4.267vw;
  }
}
.facility_block .map_list_item {
  display: flex;
  flex-flow: column;
  width: 260px;
}
@media (max-width: 980px) {
  .facility_block .map_list_item {
    width: 48%;
  }
}
.facility_block .detail_inner {
  display: flex;
  flex-flow: row;
}
@media (max-width: 980px) {
  .facility_block .detail_inner {
    flex-flow: column;
  }
}
.facility_block .detail_inner .image {
  margin-right: 28px;
  flex-shrink: 1;
}
@media (max-width: 980px) {
  .facility_block .detail_inner .image {
    margin-right: 0;
    margin-bottom: 14px;
    width: 100%;
  }
}
.facility_block .detail_inner .table {
  display: flex;
  flex-flow: column;
  width: 50%;
}
@media (max-width: 980px) {
  .facility_block .detail_inner .table {
    width: 100%;
  }
}
.facility_block .detail_inner .table h5 {
  padding: 10px;
  width: 100%;
  height: 80px;
  background: #f2f2b3;
  color: #eb9213;
}
@media (max-width: 980px) {
  .facility_block .detail_inner .table h5 {
    margin-bottom: 5px;
    padding: 3.5px;
    height: 48px;
  }
}
.facility_block .detail_inner .table h5 span {
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  justify-content: center;
  align-items: center;
  border: 2px solid #f9f9d9;
  letter-spacing: 0.2em;
}
@media (max-width: 980px) {
  .facility_block .detail_inner .table h5 span {
    font-size: 17px;
  }
}
.facility_block .detail_inner .table dl {
  display: flex;
  flex-flow: row;
  font-size: 16px;
  color: #333333;
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 980px) {
  .facility_block .detail_inner .table dl {
    padding: 10px 0;
    flex-flow: column;
  }
}
.facility_block .detail_inner .table dt {
  display: flex;
  align-items: center;
  padding: 12px 0;
  flex-shrink: 1;
  width: 104px;
  letter-spacing: 0.2em;
  line-height: 2;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 980px) {
  .facility_block .detail_inner .table dt {
    padding: 0 0;
    line-height: 1.4;
  }
}
.facility_block .detail_inner .table dd {
  display: flex;
  align-items: center;
  padding: 12px 0;
  letter-spacing: 0.2em;
  line-height: 2;
}
@media (max-width: 980px) {
  .facility_block .detail_inner .table dd {
    padding: 0 0;
    line-height: 1.4;
  }
}

.dd_block {
  display: flex;
  flex-flow: row;
  width: 100%;
}
@media (max-width: 980px) {
  .dd_block:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.dd_block label {
  margin-right: 20px;
}

.facility_block_panorama {
  margin-bottom: 20px;
}
@media (max-width: 980px) {
  .facility_block_panorama {
    margin-bottom: 22px;
  }
}

.angle {
  margin-bottom: 60px;
}
.angle h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  width: 100%;
  min-height: 60px;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 980px) {
  .angle h2 {
    text-align: left;
    font-size: 18px;
  }
}
.angle._g {
  background: #5eac64;
}
.angle._b {
  background: #20508d;
}

.angle_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 30px;
  border: 3px solid #5eac64;
  background: #fff;
}
@media (max-width: 980px) {
  .angle_list {
    padding: 10px 10px;
  }
}
.angle_list._g {
  border: 3px solid #5eac64;
}
.angle_list._b {
  border: 3px solid #20508d;
}

.angle_list_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  width: 320px;
  height: 60px;
  border: 1px solid #d2d2d2;
  background-image: -ms-linear-gradient(90deg, rgb(218, 218, 218) 0%, rgb(255, 255, 255) 100%);
  transition: 0.3s;
  opacity: 1;
  cursor: pointer;
}
@media (max-width: 980px) {
  .angle_list_item {
    width: calc(50% - 20px);
    height: 40px;
  }
}
.angle_list_item:hover {
  opacity: 0.7;
}
.angle_list_item::after {
  content: "";
  position: absolute;
  display: inline-block;
  margin: auto;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 13px;
  background: url(../img/arrow_g.png) top left/100% 100% no-repeat;
}
@media (max-width: 980px) {
  .angle_list_item::after {
    right: 5px;
    width: 5px;
    height: 7px;
  }
}
.angle_list_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  height: 100%;
}
@media (max-width: 980px) {
  .angle_list_item a {
    font-size: 12px;
  }
}

/*movein*/
#movein {
  padding: 86px;
  background: #f1f5f9;
}
@media (max-width: 980px) {
  #movein {
    padding: 45px 0 55px;
  }
}
.movein_inner dl {
  display: flex;
  flex-flow: row;
}
@media (max-width: 980px) {
  .movein_inner dl {
    flex-flow: column;
  }
}
.movein_inner dt {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 330px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  letter-spacing: 0.1em;
  background: #59839b;
  line-height: 1.5;
  border-bottom: 1px solid #fff;
}
@media (max-width: 980px) {
  .movein_inner dt {
    justify-content: flex-start;
    padding: 12px 15px;
    width: 100%;
  }
}
.movein_inner dd {
  padding: 25px 35px;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eeeeee;
  color: #333;
}
@media (max-width: 980px) {
  .movein_inner dd {
    width: 100%;
    padding: 15px;
  }
}
.movein_inner dd * {
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.movein_inner dd p {
  font-size: 16px;
}
.movein_inner dd p.strong {
  font-size: 20px;
}
@media (max-width: 980px) {
  .movein_inner dd p.strong {
    font-size: 4.8vw;
  }
}
@media (max-width: 980px) {
  .movein_inner dd p.text2 {
    text-indent: -24px;
    padding-left: 23px;
  }
}
.movein_inner dd p .red {
  color: #fa5140;
}
.movein_inner dd li {
  position: relative;
  padding-left: 24px;
}
.movein_inner dd li:not(last-of-type) {
  margin-bottom: 15px;
}
@media (max-width: 980px) {
  .movein_inner dd li:not(last-of-type) {
    margin-bottom: 10px;
  }
}
.movein_inner dd li::before {
  content: "■";
  position: absolute;
  left: 0;
  color: #e2e2e2;
  display: inline-block;
}

.movein_block._1 {
  margin-bottom: 34px;
}
.movein_block._2 {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 39px;
  padding: 45px 0 32px;
  background: #6bc0b1;
}
@media (max-width: 980px) {
  .movein_block._2 {
    padding: 28px 0;
  }
}
.movein_block._2 .price {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  color: #fff;
}
.movein_block._2 .price * {
  letter-spacing: 0.1em;
}
.movein_block._2 .price .lar {
  margin-bottom: 12px;
  font-size: 34px;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.movein_block._2 .price .md {
  margin-bottom: 10px;
  font-size: 20px;
}
.movein_block._2 .price .sm {
  font-size: 16px;
}
.movein_block._2 .text {
  padding: 15px;
  width: 90%;
  text-align: center;
  font-size: 16px;
  color: #333;
  background: #fff;
  letter-spacing: 0.1em;
}
@media (max-width: 980px) {
  .movein_block._2 .text {
    text-align: left;
    padding: 15px 10px;
    line-height: 1.5;
  }
}
.movein_block._3 {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .movein_block._3 {
    flex-flow: column;
  }
}
.movein_block._3 ._3_box {
  width: 46%;
}
@media (max-width: 980px) {
  .movein_block._3 ._3_box {
    width: 100%;
  }
  .movein_block._3 ._3_box:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
.movein_block._3 h4 {
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  letter-spacing: 0.1em;
}
@media (max-width: 980px) {
  .movein_block._3 h4 {
    margin-bottom: 19px;
  }
}
.movein_block._3 li {
  position: relative;
  padding-left: 27px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.movein_block._3 li:not(:last-of-type) {
  margin-bottom: 15px;
}
.movein_block._3 li::before {
  content: "■";
  position: absolute;
  left: 0;
  color: #a5b9cd;
  display: inline-block;
}

/*support*/
#support {
  padding: 96px 0 118px;
  background: #fff;
}
@media (max-width: 980px) {
  #support {
    padding: 55px 0 60px;
  }
}
.support_img1 {
  margin-bottom: 45px;
}
@media (max-width: 980px) {
  .support_img1 {
    margin-bottom: 20px;
  }
}

.support_item:not(:last-of-type) {
  margin-bottom: 20px;
}
.support_item dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fafac0;
  border: 1px solid #ebe88d;
  padding-left: 22px;
  height: 70px;
  font-size: 20px;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media (max-width: 980px) {
  .support_item dt {
    padding-left: 8px;
    font-size: 4.6vw;
    height: 45px;
  }
}
.support_item dt::before {
  margin-right: 22px;
  width: 35px;
  height: 35px;
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
}
@media (max-width: 980px) {
  .support_item dt::before {
    margin-right: 12.5px;
    width: 18px;
    height: 18px;
    background-size: contain;
  }
}
.support_item dt span {
  content: "";
  position: absolute;
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 25px;
  height: 5px;
  background: #b7b7b7;
}
@media (max-width: 980px) {
  .support_item dt span {
    right: 7px;
    width: 12.5px;
    height: 2.5px;
  }
}
.support_item dt span::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 5px;
  height: 25px;
  background: #b7b7b7;
  transition: 0.2s;
}
@media (max-width: 980px) {
  .support_item dt span::after {
    right: 5.5px;
    width: 2px;
    height: 12.5px;
  }
}
.support_item dt.open span:after {
  transform: rotate(90deg);
}
.support_item dd {
  display: none;
  padding: 20px 0 18px;
}
@media (max-width: 980px) {
  .support_item dd {
    padding: 18px 0 15px;
  }
}
.support_item dd p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #333333;
}
.support_item dd .support_item_list {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: -15px;
}
@media (max-width: 980px) {
  .support_item dd .support_item_list {
    flex-flow: column;
  }
}
.support_item dd .support_item_list li {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.2;
  width: 33.33%;
  color: #333;
  letter-spacing: 0.1em;
}
@media (max-width: 980px) {
  .support_item dd .support_item_list li {
    width: 100%;
  }
  .support_item dd .support_item_list li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.support_item dd .support_item_list li::before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  width: 13px;
  height: 13px;
  background: #dcdcdc;
}
@media (max-width: 980px) {
  .support_item dd .support_item_list li::before {
    width: 10px;
    height: 10px;
  }
}
.support_item dd .support_item_list._2 li {
  width: 50%;
}
@media (max-width: 980px) {
  .support_item dd .support_item_list._2 li {
    width: 100%;
  }
}
.support_item dd .block1 {
  margin-top: 12px;
  margin-bottom: 10px;
  border: 1px solid #a5a3a5;
}
.support_item dd .block1 .head {
  margin: 0;
  padding: 18px 0;
  background: #a5a3a5;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
}
@media (max-width: 980px) {
  .support_item dd .block1 .head {
    padding: 8px 0;
  }
}
.support_item dd .block1 .body {
  margin: 0;
  padding: 10px 0;
  background: #fff;
  color: #333;
  text-align: center;
}
@media (max-width: 980px) {
  .support_item dd .block1 .body {
    text-align: left;
    padding: 15px 5%;
  }
}
.support_item dd .block1 .body span {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 980px) {
  .support_item dd .block1 .body span {
    text-indent: -17px;
    padding-left: 15px;
  }
  .support_item dd .block1 .body span:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.support_item._1 dt::before {
  content: "";
  display: inline-block;
  background-image: url(../img/support-consultation-icon.png);
}
.support_item._1 dd li {
  width: 50%;
}
@media (max-width: 980px) {
  .support_item._1 dd li {
    width: 100%;
  }
}
.support_item._2 dt::before {
  content: "";
  display: inline-block;
  background-image: url(../img/support-front-icon.png);
}
.support_item._3 dt::before {
  content: "";
  display: inline-block;
  background-image: url(../img/support-activity-icon.png);
}
.support_item._4 dt::before {
  content: "";
  display: inline-block;
  background-image: url(../img/support-nursing-icon.png);
}
.support_item._5 dt::before {
  content: "";
  display: inline-block;
  background-image: url(../img/support-medical-icon.png);
}
.support_item._6 dt::before {
  content: "";
  display: inline-block;
  background-image: url(../img/support-meal-icon.png);
}
.support_item._7 dt::before {
  content: "";
  display: inline-block;
  background-image: url(../img/support-purchase-icon.png);
}

/*staff*/
#staff {
  padding: 90px 0;
  background: #f8f6ed;
}
@media (max-width: 980px) {
  #staff {
    padding: 56px 0;
  }
}
#staff .title span {
  color: #6d5c5c;
}

.staff-mv_block {
  position: relative;
}

.staff-text {
  position: relative;
  top: -57px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 37px 50px;
  width: 91%;
  background: #fff;
  border: 3px solid #efe1a3;
}
@media (max-width: 980px) {
  .staff-text {
    top: -20px;
    padding: 25px 15px;
  }
}
.staff-text h3 {
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 21px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  letter-spacing: 0.1em;
  color: #66a5a5;
}
@media (max-width: 980px) {
  .staff-text h3 {
    margin-bottom: 14px;
    padding-bottom: 14px;
    line-height: 1.5;
    font-size: 4.8vw;
  }
}
.staff-text li {
  padding-left: 25px;
  position: relative;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #333;
}
@media (max-width: 980px) {
  .staff-text li {
    font-size: 16px;
  }
}
.staff-text li:not(:last-of-type) {
  margin-bottom: 15px;
}
.staff-text li::before {
  content: "■";
  position: absolute;
  left: 0;
  color: #e2e2e2;
  display: inline-block;
}

.staff_table {
  margin-bottom: 40px;
}
.staff_table .staff_table_item {
  display: flex;
  flex-flow: row;
}
@media (max-width: 980px) {
  .staff_table .staff_table_item {
    flex-flow: column;
  }
}
.staff_table .staff_table_item > dt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 330px;
  background: #e8e8e8;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
}
@media (max-width: 980px) {
  .staff_table .staff_table_item > dt {
    padding: 11px 18px;
    justify-content: flex-start;
    width: 100%;
  }
}
.staff_table .staff_table_item > dd {
  padding: 25px 35px;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  color: #333;
}
@media (max-width: 980px) {
  .staff_table .staff_table_item > dd {
    padding: 22px 14px;
  }
}
.staff_table .staff_table_item > dd dl {
  display: flex;
  flex-flow: row;
}
.staff_table .staff_table_item > dd dl dt {
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.staff_table .staff_table_item > dd p {
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 980px) {
  .staff_table .staff_table_item > dd p {
    font-size: 15px;
  }
}
.staff_table .staff_table_item > dd ul li {
  position: relative;
  padding-left: 30px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.staff_table .staff_table_item > dd ul li:not(:last-of-type) {
  margin-bottom: 5px;
}
.staff_table .staff_table_item > dd ul li::before {
  content: "■";
  position: absolute;
  left: 0;
  color: #e2e2e2;
  display: inline-block;
}
.staff_table .staff_table_item .mb {
  margin-bottom: 12px;
}

#form {
  padding: 70px 46px;
  border: 5px solid #fff;
  background: #fffff1;
}
@media (max-width: 980px) {
  #form {
    padding: 48px 15px;
    border: 1px solid #fff;
  }
}
#form h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  letter-spacing: 0.2em;
  color: #333;
}
@media (max-width: 980px) {
  #form h3 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 1.3;
  }
}
#form h3::after {
  content: "";
  display: block;
  margin: 35px auto 0;
  width: 40px;
  height: 7px;
  background: #dcdcdc;
}
@media (max-width: 980px) {
  #form h3::after {
    background: #eded9d;
  }
}

form > dl {
  display: flex;
  flex-flow: row;
  color: #333;
  border-bottom: 1px solid #f4f1f1;
  min-height: 84px;
  padding: 16px 0;
}
@media (max-width: 980px) {
  form > dl {
    flex-flow: column;
  }
}
form > dl dt {
  position: relative;
  padding: 18px 0 0;
  width: 294px;
  flex-shrink: 0;
  font-size: 16px;
  color: #333;
}
form > dl dt label {
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
@media (max-width: 980px) {
  form > dl dt {
    margin-bottom: 13px;
    padding: 0;
    width: 100%;
  }
}
form > dl dt.require:after {
  content: "必須";
  position: absolute;
  top: 10px;
  right: 26px;
  height: 24px;
  display: inline-block;
  margin: auto;
  padding: 6px 10px;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0.02em;
  vertical-align: middle;
  background: #eca355;
}
@media (max-width: 980px) {
  form > dl dt.require:after {
    top: -2px;
    right: 0px;
    margin-right: 0;
    font-size: 13px;
  }
}
form > dl dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  font-size: 16px;
  color: #333;
}
@media (max-width: 980px) {
  form > dl dd {
    flex-flow: column;
    align-items: flex-start;
  }
}

label {
  margin-right: 40px;
  letter-spacing: 0.1em;
}
@media (max-width: 980px) {
  label {
    margin-right: 0;
  }
  label:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

input[type=radio] {
  position: relative;
  top: -4px;
  left: -5px;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  padding: 0 1%;
  background: #fff;
  border: 1px solid #dcdcdc;
  min-height: 52px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
}
@media (max-width: 980px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  textarea {
    min-height: 30px;
    font-size: 14px;
  }
}

.name input,
.kana input {
  max-width: 300px;
  width: calc(50% - 8.5px);
}
@media (max-width: 980px) {
  .name input,
  .kana input {
    width: calc((100% - 7px) / 2);
  }
}
.name input:first-of-type,
.kana input:first-of-type {
  margin-right: 15px;
}
@media (max-width: 980px) {
  .name input:first-of-type,
  .kana input:first-of-type {
    margin-right: 7px;
  }
}
@media (max-width: 980px) {
  .name dd,
  .kana dd {
    display: flex;
    flex-flow: row;
  }
}

textarea {
  padding: 1%;
  min-height: 150px;
  line-height: 1.4;
}

.submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 36px auto 0;
  width: 400px;
  height: 68px;
  color: #fff;
  background: #5a4848;
  text-align: center;
  font-size: 16px;
  border-radius: 30px;
  letter-spacing: 0.1em;
}
.submit:hover {
  color: #5a4848;
  background: #fff;
  border: 1px solid #5a4848;
}
@media (max-width: 980px) {
  .submit {
    margin: 25px auto 0;
    width: 100%;
    height: 50px;
  }
}

/* access*/
#access {
  padding: 81px 0 100px;
  background: #fff;
}
@media (max-width: 980px) {
  #access {
    padding: 65px 0 30px;
  }
}

.access_block h4 {
  margin-bottom: 30px;
  padding: 15px 0;
  text-align: left;
  color: #fff;
}
@media (max-width: 980px) {
  .access_block h4 {
    margin-bottom: 15px;
  }
}
.access_block h4 span {
  letter-spacing: 0.1em;
  font-size: 20px;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  padding-left: 16px;
  border-left: 8px solid #fff;
}
@media (max-width: 980px) {
  .access_block h4 span {
    padding-left: 10px;
    font-size: 18px;
  }
}
.access_block .text1 {
  margin-top: 24px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #333;
}
@media (max-width: 980px) {
  .access_block .text1 {
    margin-top: 15px;
    text-align: left;
    line-height: 1.5;
  }
}
.access_block._1 {
  margin-bottom: 80px;
}
@media (max-width: 980px) {
  .access_block._1 {
    margin-bottom: 30px;
  }
}
.access_block._1 h4 {
  background: #8dbf73;
}
.access_block._2 {
  margin-bottom: 40px;
}
@media (max-width: 980px) {
  .access_block._2 {
    margin-bottom: 30px;
  }
}
.access_block._2 h4 {
  background: #0089b2;
}
.access_block._3 {
  margin-bottom: 40px;
}
@media (max-width: 980px) {
  .access_block._3 {
    margin-bottom: 30px;
  }
}
.access_block._3 h4 {
  background: #239ff2;
}

.access_title {
  margin-bottom: 1em;
  padding: 0.75em 0;
  text-align: left;
  font-weight: bold;
  color: #fff;
}
.access_title span {
  letter-spacing: 0.1em;
  font-size: 20px;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  padding-left: 16px;
  border-left: 8px solid #fff;
}
@media (max-width: 980px) {
  .access_title span {
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.4;
  }
}
.access_title._1 {
  background-color: #8dbf73;
}
.access_title._2 {
  background-color: #0089b2;
}
.access_title._3 {
  background-color: #239ff2;
}
.access_title + dd {
  margin-bottom: 1em;
}

.ggmap {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 330px;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media (max-width: 980px) {
  .ggmap {
    padding-bottom: 165px;
  }
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* company */
#company {
  padding: 86px;
  background: #f1f5f9;
}
@media (max-width: 980px) {
  #company {
    padding: 45px 0 55px;
  }
}

.company_content._1 {
  display: flex;
  flex-flow: row;
}
@media (max-width: 980px) {
  .company_content._1 {
    flex-flow: column;
  }
}
.company_content._2 {
  margin-top: 50px;
  padding: 10px 30px;
  background-color: #fff;
}
.company_content .title {
  margin-right: 96px;
  margin-bottom: 48px;
  text-align: left;
  justify-content: flex-start;
  font-size: 34px;
  white-space: nowrap;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  letter-spacing: 0.2em;
  line-height: 1.66;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 980px) {
  .company_content .title {
    margin-right: 0;
    justify-content: center;
    text-align: center;
  }
}
.company_content .text {
  letter-spacing: 0.1em;
}
.company_content .text:first-of-type {
  margin-bottom: 23px;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 980px) {
  .company_content .text:first-of-type {
    margin-bottom: 12px;
  }
}
.company_content table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}
.company_content table td,
.company_content table th {
  padding: 1em 0;
  line-height: 1.25;
  vertical-align: middle;
  border-bottom: solid 1px #59839b;
}
.company_content table th {
  text-align: left;
  color: #59839b;
}
.company_content table tr:last-child td,
.company_content table tr:last-child th {
  border-bottom: 0;
}

/*footer*/
footer {
  display: block;
  padding: 37px 0;
  background-color: #fff;
  border-top: 1px solid #dcdcdc;
}
footer .copyright {
  display: inherit;
  text-align: center;
  line-height: 1.2;
  color: #333333;
  font-size: 16px;
}
@media (max-width: 980px) {
  footer .copyright {
    flex-flow: row;
    font-size: 13px;
  }
}
footer .copyright span {
  display: inline-block;
  letter-spacing: 0.1em;
}

/*fixed*/
#fixd_btn {
  position: fixed;
  bottom: 0;
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  padding: 4px 0;
  width: 100%;
  height: 40px;
  background: #fff;
  z-index: 9999;
}
#fixd_btn .to_contact {
  padding: 0 2%;
  width: 47%;
  max-width: 200px;
  font-size: 13px;
}
#fixd_btn .to_download {
  justify-content: center;
  padding: 0px 2px;
  width: 47%;
  max-width: 200px;
  font-size: 12px;
}
@media (max-width: 980px) {
  #fixd_btn {
    display: none;
  }
}

#formWrap {
  width: 700px;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

table.formTable td,
table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}

table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}

p.error_messe {
  margin: 5px 0;
  color: red;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width: 572px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }
  table.formTable th,
  table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  input[type=submit],
  input[type=reset],
  input[type=button] {
    display: block;
    width: 100%;
    height: 40px;
  }
}
.thanks #header,
.confirm #header {
  position: relative;
  height: 100px;
}
@media (max-width: 980px) {
  .thanks #header,
  .confirm #header {
    height: 40px;
  }
}
.thanks main,
.confirm main {
  padding: 70px 0 115px;
  background: #f8f6ed;
}
.thanks h1,
.confirm h1 {
  margin-right: auto;
  position: static;
}
.thanks .sub,
.confirm .sub {
  margin-bottom: 59px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 980px) {
  .thanks .sub,
  .confirm .sub {
    margin-bottom: 30px;
    font-size: 13px;
  }
}
.thanks .btn_toTop,
.confirm .btn_toTop {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 400px;
  height: 68px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: 30px;
  background: #707070;
}
.thanks .btn_toTop:hover,
.confirm .btn_toTop:hover {
  opacity: 0.8;
}
@media (max-width: 980px) {
  .thanks .btn_toTop,
  .confirm .btn_toTop {
    width: 250px;
    font-size: 13px;
    height: 34px;
  }
}
.thanks #nav ul,
.confirm #nav ul {
  padding: 0;
}
.thanks #nav li a,
.confirm #nav li a {
  color: #333;
}
.thanks #mes,
.thanks #formWrap,
.confirm #mes,
.confirm #formWrap {
  max-width: 1100px;
  margin: auto;
  padding: 64px 49px 78px;
  width: 100%;
  border: 5px solid #fff;
  background: #fffff1;
}
.thanks #mes .container,
.thanks #formWrap .container,
.confirm #mes .container,
.confirm #formWrap .container {
  width: 100%;
}
@media (max-width: 980px) {
  .thanks #mes,
  .thanks #formWrap,
  .confirm #mes,
  .confirm #formWrap {
    padding: 20px 0;
    width: 90%;
  }
}
.thanks #mes h2,
.thanks #formWrap h2,
.confirm #mes h2,
.confirm #formWrap h2 {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  font-size: 34px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #333333;
}
@media (max-width: 980px) {
  .thanks #mes h2,
  .thanks #formWrap h2,
  .confirm #mes h2,
  .confirm #formWrap h2 {
    font-size: 25px;
  }
}
.thanks #mes h2::after,
.thanks #formWrap h2::after,
.confirm #mes h2::after,
.confirm #formWrap h2::after {
  content: "";
  display: inline-block;
  margin: 38px 0;
  width: 40px;
  height: 7px;
  background: #dcdcdc;
}
@media (max-width: 980px) {
  .thanks #mes h2::after,
  .thanks #formWrap h2::after,
  .confirm #mes h2::after,
  .confirm #formWrap h2::after {
    margin: 24px 0;
  }
}

.confirm h2 {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  font-size: 34px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #333333;
}
@media (max-width: 980px) {
  .confirm h2 {
    font-size: 18px;
  }
}
.confirm h2::after {
  content: "";
  display: inline-block;
  margin: 44px 0 36px;
  width: 40px;
  height: 7px;
  background: #dcdcdc;
}
@media (max-width: 980px) {
  .confirm h2::after {
    margin: 24px 0;
  }
}
.confirm .sub {
  margin-bottom: 25px;
}
.confirm table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
.confirm table.formTable td,
.confirm table.formTable th {
  border: none;
  border-bottom: 1px solid #f4f1f1;
  padding: 34px 10px;
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 980px) {
  .confirm table.formTable td,
  .confirm table.formTable th {
    padding: 10px;
  }
}
.confirm table.formTable th {
  width: 30%;
  font-weight: normal;
  background: none;
  text-align: left;
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 980px) {
  .confirm table.formTable th {
    width: 100%;
    font-size: 16px;
  }
}
.confirm table.formTable td {
  color: #333;
  font-weight: normal;
}
@media (max-width: 980px) {
  .confirm table.formTable td {
    text-indent: 2rem;
    font-size: 15px;
  }
}
.confirm p.error_messe {
  margin: 5px 0;
  color: red;
}
.confirm .btns {
  display: flex;
  flex-flow: row;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 980px) {
  .confirm .btns {
    margin-top: 30px;
  }
}
.confirm .btn_send,
.confirm .btn_back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 68px;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.confirm .btn_send {
  margin-right: 77px;
  background: #e5a01c;
}
@media (max-width: 980px) {
  .confirm .btn_send {
    font-size: 16px;
    margin-right: 10px;
    width: calc(50% - 5px);
    height: 50px;
  }
}
.confirm .btn_back {
  background: #aaaaaa;
}
@media (max-width: 980px) {
  .confirm .btn_back {
    margin-right: 10px;
    width: calc(50% - 5px);
    height: 50px;
  }
}

/*gimic*/
.mask1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.6);
}

.btn0 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 134px;
}
@media (max-width: 980px) {
  .btn0 {
    height: auto;
  }
}
.btn0 img {
  margin-top: auto;
  margin: 0;
}

.btn1:hover {
  opacity: 1;
  color: #fff;
  background: #a1cc8b;
  border: 1px solid #fff;
}

.btn2:hover {
  opacity: 1;
  color: #fff;
  background: #0087ae;
  border: 1px solid #fff;
}

.btn3:hover {
  opacity: 1;
  color: #fff;
  background: #239ff2;
  border: 1px solid #fff;
}

.sa {
  opacity: 0;
  transition: all 0.8s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-200px, 0);
}

.sa--rl {
  transform: translate(200px, 0);
}

.sa--up {
  transform: translate(0, 200px);
}

.sa--down {
  transform: translate(0, -200px);
}

.sa--scaleUp {
  transform: scale(0.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}

input[type=submit],
input[type=button],
button {
  opacity: 1;
  transition: 0.3s;
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover {
  opacity: 0.8 !important;
}

@media (max-width: 980px) {
  .pc {
    display: none;
  }
}

@media (min-width: 568px) {
  .sp {
    display: none;
  }
}

.sp_s {
  display: none;
}
@media (max-width: 370px) {
  .sp_s {
    display: block;
  }
}/*# sourceMappingURL=main.css.map */