@charset "UTF-8";
@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}

.mvbottom {
  background: url(./../img/mvbottom_bg.png);
  background-position: right center;
  padding: 90px 0 100px 70px;
  margin: 80px auto 120px;
}
@media screen and (max-width: 767px) {
  .mvbottom {
    background-position: right top;
    padding: 250px 0px 0px;
    margin: 50px auto;
    background-size: cover;
  }
}
.mvbottom__box {
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .mvbottom__box {
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
  }
}
.mvbottom__ttl {
  color: #3a4763;
  font-size: 38px;
  margin-bottom: 25px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 100;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .mvbottom__ttl {
    font-size: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .mvbottom__ttl br {
    display: none;
  }
}
.mvbottom__txt {
  font-size: 16px;
  color: #6f6f6f;
  margin-bottom: 45px;
  font-weight: 100;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .mvbottom__txt {
    font-size: 4vw;
    margin-bottom: 15px;
  }
}
.mvbottom__btn {
  padding: 15px 40px;
  min-width: 120px;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #3A4664;
}
.mvbottom__btn span {
  position: relative;
  color: #fff;
}
.mvbottom__btn span:before {
  content: "\e910";
  font-family: "design_plus";
  color: #fff;
  font-size: 16px;
  margin: -0.45em 0 0 0;
  position: absolute;
  top: 50%;
  right: -24px;
  -webkit-font-smoothing: antialiased;
}
.mvbottom__btn:hover {
  text-decoration: none;
  background-color: #616A83;
}

.topservice {
  position: relative;
  padding-bottom: 120px;
}
.topservice:before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  background: linear-gradient(180deg, #fff 0%, #fff 20px, #ebeef5 20px, #ebeef5 calc(100% - 460px), #fff calc(100% - 460px), #fff 100%);
  z-index: -1;
}
.topservice__ttl {
  text-align: center;
  font-size: 38px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 100;
  line-height: 1.1em;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .topservice__ttl {
    font-size: 6vw;
  }
}
.topservice__ttl span {
  display: block;
  font-size: 14px;
}
.topservice__txt {
  font-size: 16px;
  text-align: center;
  color: #6f6f6f;
  margin-bottom: 35px;
  font-weight: 100;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .topservice__txt {
    font-size: 4vw;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .topservice__txt br {
    display: none;
  }
}
.topservice__thum {
  text-align: center;
  margin-bottom: 60px;
}
.topservice__thum img {
  max-width: 100%;
}
.topservice ul {
  display: flex;
  justify-content: space-between;
  max-width: 1020px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .topservice ul {
    display: block;
  }
}
.topservice ul li {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .topservice ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.topservice ul li figure img {
  max-width: 100%;
}
.topservice ul li h3 {
  text-align: center;
  font-size: 20px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 100;
  letter-spacing: 0.05em;
  color: #666;
  margin: 25px auto;
}
.topservice ul li p {
  font-size: 14px;
  color: #6f6f6f;
  font-weight: 100;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}
.topservice .tac {
  text-align: center;
}
.topservice .tac a {
  padding: 15px 40px;
  min-width: 120px;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #3A4664;
}
.topservice .tac a span {
  position: relative;
  color: #fff;
}
.topservice .tac a span:before {
  content: "\e910";
  font-family: "design_plus";
  color: #fff;
  font-size: 16px;
  margin: -0.45em 0 0 0;
  position: absolute;
  top: 50%;
  right: -24px;
  -webkit-font-smoothing: antialiased;
}
.topservice .tac a:hover {
  text-decoration: none;
  background-color: #616A83;
}
.topservice.under {
  padding-bottom: 0;
}
.topservice.under:before {
  display: none;
}
.topservice.under ul {
  margin: 50px auto 30px;
}
.topservice.under ul li {
  width: 32%;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .topservice.under ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.topservice.under ul li h3 {
  padding: 0;
  font-size: 18px;
  margin: 15px auto;
}

.footcontact {
  background: url(./../img/contact_bg.png);
  background-position: center;
  padding: 110px 0;
}
@media screen and (max-width: 767px) {
  .footcontact {
    padding: 50px 0;
    background-size: cover;
  }
}
.footcontact__ttl {
  text-align: center;
  font-size: 38px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 100;
  line-height: 1.1em;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footcontact__ttl {
    font-size: 6vw;
  }
}
.footcontact__ttl span {
  display: block;
  font-size: 14px;
}
.footcontact__txt {
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-bottom: 35px;
  font-weight: 100;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .footcontact__txt {
    font-size: 4vw;
    text-align: left;
    width: 90%;
    margin: 0 auto 35px;
  }
}
@media screen and (max-width: 767px) {
  .footcontact__txt br {
    display: none;
  }
}
.footcontact .tac {
  text-align: center;
}
.footcontact .tac a {
  padding: 15px 40px;
  min-width: 120px;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #3A4664;
  border: 1px solid #fff;
}
.footcontact .tac a span {
  position: relative;
  color: #fff;
}
.footcontact .tac a span:before {
  content: "\e910";
  font-family: "design_plus";
  color: #fff;
  font-size: 16px;
  margin: -0.45em 0 0 0;
  position: absolute;
  top: 50%;
  right: -24px;
  -webkit-font-smoothing: antialiased;
}
.footcontact .tac a:hover {
  text-decoration: none;
  background-color: #616A83;
}

.under-ttl {
  text-align: left !important;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #3a4763;
  font-size: 32px;
  border-bottom: 1px solid #3a4763;
  padding-bottom: 15px !important;
  margin-bottom: 25px !important;
  letter-spacing: 0.05em;
  font-weight: 100;
}
.under-ttl span {
  margin-left: 20px;
  font-size: 12px;
}

.under-subttl {
  text-align: left !important;
  color: #3a4763;
  font-size: 21px !important;
  font-weight: bold;
  padding: 10px 0 0 20px !important;
  border-left: 5px solid #3a4763;
  padding-bottom: 10px !important;
  margin-bottom: 35px !important;
  letter-spacing: 0.05em;
  position: relative;
  line-height: 1 !important;
}
.under-subttl:before {
  content: "";
  position: absolute;
  left: -6px;
  bottom: -15px;
  width: 100%;
  height: 4px;
  border-bottom: 3px double #3a4763;
}
.under-subttl.mt90 {
  margin-top: 90px;
}

.wp-block-separator {
  display: none;
}

.under-service {
  margin: 80px auto 65px;
}
@media screen and (max-width: 767px) {
  .under-service {
    margin-left: 0 !important;
    margin: 50px auto;
  }
}
.under-service li {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .under-service li {
    display: block;
  }
}
.under-service li:last-child {
  margin-bottom: 0;
}
.under-service li figure {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .under-service li figure {
    width: 100%;
  }
}
.under-service li .fr {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .under-service li .fr {
    width: 100%;
  }
}
.under-service li .fr h3 {
  font-size: 24px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 100;
  letter-spacing: 0.05em;
  color: #666;
  margin: 25px auto;
}
@media screen and (max-width: 767px) {
  .under-service li .fr h3 {
    padding: 0;
    font-size: 18px;
    margin: 15px auto;
    text-align: center;
  }
}
.under-service li .fr p {
  font-size: 14px;
  color: #6f6f6f;
  font-weight: 100;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}
.under-service li .fr a {
  padding: 15px 40px;
  min-width: 120px;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #3A4664;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .under-service li .fr a {
    margin: auto;
    display: block;
    max-width: 120px;
  }
}
.under-service li .fr a span {
  position: relative;
  color: #fff;
}
.under-service li .fr a span:before {
  content: "\e910";
  font-family: "design_plus";
  color: #fff;
  font-size: 16px;
  margin: -0.45em 0 0 0;
  position: absolute;
  top: 50%;
  right: -24px;
  -webkit-font-smoothing: antialiased;
}
.under-service li .fr a:hover {
  text-decoration: none;
  background-color: #616A83;
}

.welfare-ttl {
  color: #3a4763;
  font-size: 28px;
  margin-bottom: 25px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 100;
  line-height: 1.8em !important;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .welfare-ttl {
    font-size: 5vw !important;
  }
}

.welfare-subttl {
  color: #3a4763;
  font-size: 24px;
  margin-bottom: 25px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 100;
  line-height: 1.8em !important;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .welfare-subttl {
    font-size: 3.8vw !important;
  }
}

.welfare-feature dt {
  color: #3a4763;
  border: 1px solid #3a4763;
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: 100;
  line-height: 1.8em !important;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 5px;
}
.welfare-feature dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .welfare-feature dd {
    display: block;
  }
}
.welfare-feature dd figure {
  width: 37.5%;
}
@media screen and (max-width: 767px) {
  .welfare-feature dd figure {
    width: 100%;
  }
}
.welfare-feature dd p {
  width: 60.5%;
  font-size: 14px;
  line-height: 2em !important;
}
@media screen and (max-width: 767px) {
  .welfare-feature dd p {
    width: 100%;
  }
}

.welfare-voice ul {
  margin-top: 50px !important;
}
.welfare-voice ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .welfare-voice ul li {
    display: block;
  }
}
.welfare-voice ul li figure {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .welfare-voice ul li figure {
    margin: 0 auto 15px;
  }
}
.welfare-voice ul li p {
  width: calc(100% - 160px);
  font-size: 14px;
  line-height: 1.8em !important;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .welfare-voice ul li p {
    width: 100%;
  }
}

.welfare-training .clearfix .fl {
  float: left;
}
@media screen and (max-width: 767px) {
  .welfare-training .clearfix .fl {
    float: none;
  }
}
.welfare-training .clearfix .fr {
  float: right;
}
@media screen and (max-width: 767px) {
  .welfare-training .clearfix .fr {
    float: none;
  }
}
.welfare-training .clearfix figure {
  width: 37.5%;
}
@media screen and (max-width: 767px) {
  .welfare-training .clearfix figure {
    width: 100%;
    margin-bottom: 20px;
  }
}
.welfare-training .clearfix .detail {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .welfare-training .clearfix .detail {
    width: 100%;
  }
}
.welfare-training .clearfix .detail dt {
  width: 120px;
  text-align: center;
  color: #fff;
  background: #3a4763;
  padding: 10px;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
}
.welfare-training .clearfix .detail dd {
  font-size: 14px;
}

.bluebox {
  background: #edf8fb;
  padding: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .bluebox {
    padding: 20px;
  }
}
.bluebox h4 {
  background: #3a4763;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 40px;
}
.bluebox h4 span {
  background: #fff;
  color: #3a4763;
  font-size: 14px;
  padding: 2px 10px;
  margin-right: 5px;
}
.bluebox .fl {
  float: left;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .bluebox .fl {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.bluebox .detail {
  width: 55%;
  float: right;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .bluebox .detail {
    float: none;
    width: 100%;
  }
}
.bluebox .detail dt {
  width: 120px;
  text-align: center;
  color: #fff;
  background: #3a4763;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
}
.bluebox .detail dd {
  font-size: 14px;
}
.bluebox p {
  font-size: 14px;
  line-height: 1.8em;
}

.welfare-session dt,
.welfare-1on1 dt {
  color: #3a4763;
  border: 1px solid #3a4763;
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: 100;
  line-height: 1.8em !important;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 5px;
}
.welfare-session dd,
.welfare-1on1 dd {
  font-size: 14px;
  line-height: 1.8em !important;
  margin: 0 !important;
}

.icon_blank {
  padding-right: 15px;
  margin-right: 10px;
  color: #6581ab !important;
  background: url(./../img/icon_blank.png);
  background-repeat: no-repeat;
  background-position: center right;
}/*# sourceMappingURL=custom.css.map */