@charset "UTF-8";
/*背景色を指定*/
.gray {
  background-color: #F9F9F9;
}

.small-padding {
  padding-top: 40px;
}

.minimal-padding {
  padding-top: 20px;
}

.normal-padding {
  padding-top: 60px;
}

.normal-padding-sp {
  padding-top: 30px;
}

.large-padding {
  padding-top: 0;
}

.single-padding {
  padding-top: 30px;
}

.oversized-padding {
  padding-top: 100px;
}

.minimal-bottom {
  padding-bottom: 30px;
}

.minimal-txt-padding-top {
  padding-top: 20px;
}

.normal-txt-padding-top {
  padding-top: 30px;
}

.large-txt-padding-top {
  padding-top: 50px;
}

/*sp時に非表示*/
.sp {
  display: none;
}

.img-width {
  width: 282px;
  height: 186px;
  margin: 0 auto;
}

#panList {
  display: none;
}

.pankuzu {
  display: flex;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  padding-left: 10px;
  line-height: 40px;
  box-sizing: border-box;
  background: #EAEEEA;
}

.pankuzu__item {
  font-size: 12px;
  color: #463F39;
}

.pankuzu__item:first-child {
  padding-right: 5px;
}

.pankuzu__link {
  display: inline-block;
  padding-right: 5px;
}

.features {
  width: 100%;
  background-color: #fff;
  padding-bottom: 47px;
  border-bottom: 1px solid #DDE3DD;
}

.features__title {
  font-size: 17px;
  text-align: center;
  color: #008BD2;
  padding-top: 35px;
  padding-bottom: 35px;
}

.features__box {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
}

.features__common {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  text-align: center;
  background-color: #E7F0F2;
  font-size: 15px;
  color: #008BD2;
}

.features__common--mb {
  margin-bottom: 50px;
}

.features__common--mb0 {
  margin-bottom: 0;
}

.features__common--mb26 {
  margin-bottom: 26px;
}

.features__txt {
  margin: 0 auto;
  font-size: 16px;
  line-height: 200%;
  text-align: left;
}

@media screen and (max-width: 320px) {
  .features__txt {
    width: 100%;
  }
}

.features__small-txt {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  line-height: 200%;
  text-align: left;
}

.features__txt-underline {
  padding-bottom: 2px;
  color: #463F39;
  border-bottom: solid 1px #463F39;
}

.features__txt-left {
  width: 100%;
  text-align: left;
}

.features__txt-attention {
  font-size: 17px;
  color: #008BD4;
  font-weight: bold;
}

.features__common-sp {
  display: none;
}

.features__overview-large {
  font-size: min(5.3vw, 20px);
  /*height: 105px;*/
  padding: 26px 0;
  color: #008BD2;
  line-height: 1.4;
  font-weight: bold;
}

.features__overview {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: auto;
  font-size: 20px;
  color: #008BD2;
  line-height: 1.6;
  padding: 25px 15px;
  box-sizing: border-box;
  font-weight: bold;
}

@media screen and (max-width: 320px) {
  .features__overview {
    font-size: 16px;
  }
}

.features__minimal-overview {
  font-size: 20px;
}

@media screen and (max-width: 320px) {
  .features__minimal-overview {
    font-size: 16px;
  }
}

.features__pc-indention {
  display: none;
}

.features__sp-indention {
  display: block;
}

.features__sp-none {
  display: none;
}

.features__img-pc {
  display: none;
}

.features__img-sp {
  display: block;
}

.features__conditions {
  display: flex;
  justify-content: center;
  align-items: center;
}

.features__conditions-item {
  width: 33vw;
  height: 33vw;
  background-color: #F9F9F9;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.4;
  font-size: 15px;
  color: #008BD2;
}

@media screen and (max-width: 320px) {
  .features__conditions-item {
    font-size: 13px;
  }
}

.features__icon-first {
  width: 37px;
  height: 26px;
  background-image: url("../img/sp/img_sp_conditions_01.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 10px;
}

.features__icon-second {
  width: 29px;
  height: 32px;
  background-image: url("../img/sp/img_sp_conditions_02.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 5px;
}

.features__icon-third {
  width: 30px;
  height: 26px;
  background-image: url("../img/sp/img_sp_conditions_03.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 10px;
}

.features__conditions-item:nth-child(2) {
  margin-left: -15px;
  margin-right: -15px;
}

.features__txt {
  margin: 0 auto;
  font-size: 15px;
  line-height: 200%;
  text-align: left;
}

.features__small-txt {
  margin: 0 auto;
  font-size: 15px;
  line-height: 200%;
  text-align: left;
}

.features__txt-emphasis {
  font-size: 16px;
  color: #008BD3;
  font-weight: bold;
}

.features__img-corporation {
  width: 270px;
  height: 160px;
  background-image: url("../img/sp/img_corporation_sp_02.png");
  background-size: cover;
  margin: 0 auto;
}

.features__link-button {
  width: auto;
  height: 50px;
  background-color: #008BD5;
  border-radius: 6px;
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  margin: 0 auto;
  margin-top: 32px;
  padding: 3px 45px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.features__link-button::after {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 3px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 3px transparent;
  border-left: solid 5px #FFF;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.features__position-image {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.features__item {
  display: none;
}

.features__sp-list {
  margin: 0 auto;
}

.features__item {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  height: 80px;
  background-color: #f9f9f9;
  margin: 0 auto;
  margin-top: 18px;
  font-size: 15px;
  text-align: left;
}

.features__item-image {
  padding: 0 20px;
}

.features__item-image-check {
  width: 28px;
  height: 23px;
  background-image: url("../img/sp/img_sp_check_icon.png");
  background-size: cover;
  margin: 0 15px;
  flex-shrink: 0;
}

.features__item-txt {
  font-size: 15px;
  padding-right: 20px;
}

.features__employee-list {
  display: block;
  max-width: 345px;
  width: 100%;
  height: auto;
  margin: 20px auto;
  padding: 20px 5px;
  box-sizing: border-box;
  border: 1px solid #DDE3DD;
}

.features__employee-university {
  width: 100%;
  margin: 0 0 20px;
  padding: 34px 0 0;
  letter-spacing: 1.5px;
  background: url(../img/sp/img_sp_employee_01.png) center top/39px 24px no-repeat;
  color: #008BD2;
  font-size: 19px;
  font-family: "Noto Serif JP", sans-serif;
}

.features__employee-time {
  display: block;
  margin-top: 10px;
  letter-spacing: 0;
  color: #463F39;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}

.features__university-name {
  font-size: 20px;
}

.features__university-list {
  width: 100%;
  height: auto;
  border: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.features__employee-item {
  width: 110px;
  padding-top: 10px;
  line-height: 1.6;
  font-size: 14px;
}

.features__employee-item--last {
  padding-top: 10px;
}

.features__employee-item:nth-child(2) {
  border-left: 1px solid #DDE3DD;
  border-right: 1px solid #DDE3DD;
}

.features__university-number {
  display: block;
  padding-top: 21px;
  color: #008BD2;
  padding-top: 11px;
  font-size: 36px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.features__university-number--last {
  padding-top: 11px;
}

.features__ranking-list {
  width: 100%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
}

.features__ranking-txt {
  width: 100%;
  font-size: 15px;
  line-height: 2.0;
  text-align: left;
  margin-top: 25px;
}

.features__list {
  margin: 0 auto;
  margin-top: 50px;
}

.features__list-minimal {
  margin: 0 auto;
  margin-top: 15px;
}

.features__list-image {
  width: 260px;
  height: auto;
  margin-right: 5px;
}

.features__img-ranking {
  width: 165px;
  height: 122px;
  background-image: url("../img/sp/img_sp_ranking_01.png");
  background-size: cover;
  margin: 0 auto;
  display: block;
}

.features__img-banner-first {
  width: 100%;
  height: 26vw;
  margin: 0 auto;
  background-image: url("../img/sp/img_sp_banner_01.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  border: solid 2px #DDE3DD;
}

@media screen and (max-width: 320px) {
  .features__img-banner-first {
    width: 100%;
    height: 84px;
  }
}

.features__img-banner-second {
  width: 100%;
  height: 26vw;
  margin: 0 auto;
  background-image: url("../img/sp/img_sp_banner_02.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  border: solid 2px #DDE3DD;
}

.features__img-banner-second:hover {
  opacity: 0.7;
}

@media screen and (max-width: 320px) {
  .features__img-banner-second {
    width: 100%;
    height: 84px;
  }
}

.features__img-banner-third {
  width: 100%;
  height: 26vw;
  margin: 0 auto;
  background-image: url("../img/sp/img_sp_banner_03.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  border: solid 2px #DDE3DD;
}

.features__img-banner-third:hover {
  opacity: 0.7;
}

@media screen and (max-width: 320px) {
  .features__img-banner-third {
    width: 100%;
    height: 84px;
  }
}

.features__img-banner-fourth {
  width: 100%;
  height: 27vw;
  margin: 0 auto;
  background-image: url("../img/sp/img_sp_banner_04.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
}

.features__img-banner-fourth:hover {
  opacity: 0.7;
}

@media screen and (max-width: 320px) {
  .features__img-banner-fourth {
    width: 100%;
    height: 84px;
  }
}

.features__img-service {
  width: 282px;
  height: 186px;
  margin: 0 auto;
  background-image: url("../img/sp/img_sp_service_01.png");
  background-size: cover;
  display: block;
}

.features__img-customer {
  width: 100%;
  height: 26vw;
  margin: 0 auto;
  background-image: url("../img/sp/img_sp_customer_01.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  border: solid 1px #DDE3DD;
  border-right: solid 2px #DDE3DD;
  border-left: solid 2px #DDE3DD;
}

.features__img-customer:hover {
  opacity: 0.7;
}

@media screen and (max-width: 320px) {
  .features__img-customer {
    width: 100%;
    height: 84px;
  }
}

.features__img-club {
  width: 100%;
  height: 26vw;
  margin: 0 auto;
  background-image: url("../img/sp/img_sp_club_01.png");
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  border: solid 2px #DDE3DD;
  border-top: solid 1px #DDe3DD;
}

.features__img-club:hover {
  opacity: 0.7;
}

@media screen and (max-width: 320px) {
  .features__img-club {
    width: 100%;
    height: 84px;
  }
}

.features__area-box {
  height: auto;
  margin: 0 auto;
  text-align: left;
  padding: 20px;
  margin-top: 30px;
}

@media screen and (max-width: 320px) {
  .features__area-box {
    width: 250px;
  }
}

.features__area-txt {
  width: 100%;
  color: #463F39;
  margin: auto;
  font-size: 16px;
  position: relative;
  font-weight: bold;
}

.features__area-txt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #008BD4;
  left: 0;
  bottom: -20px;
}

.features__area-overview {
  width: 100%;
  color: #463F39;
  text-align: left;
  margin: 0 auto;
  font-size: 16px;
  line-height: 200%;
}

.features__link-txt {
  text-align: center;
  font-size: 16px;
}

.features__consultation-button {
  width: 100%;
  height: 60px;
  background-color: #fcf00e;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  margin: 0 auto;
  margin-top: 43px;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #008BD5;
  position: relative;
}

.features__consultation-button::after {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 3px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 3px transparent;
  border-left: solid 5px #008BD5;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.features__introduction-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.features__img-introduction {
  width: 100%;
  height: 26vw;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
  background-image: url("../img/sp/img_sp_introduction_01.png");
  display: block;
  border: solid 2px #DDe3DD;
}

.features__img-introduction:hover {
  opacity: 0.7;
}

@media screen and (max-width: 320px) {
  .features__img-introduction {
    width: 100%;
    height: 83px;
  }
}

.features__introduction-item {
  width: 100%;
  height: 45px;
  background-color: #f9f9f9;
  display: flex;
  font-weight: bold;
  justify-content: flex-start;
  color: #008BD6;
  font-size: 15px;
  padding: 5px;
  align-items: center;
  margin-top: 10px;
  margin-right: 0;
  padding-right: 0;
}

.features__introduction-txt {
  padding-left: 20px;
}

.features__img-simulation {
  width: 100%;
  height: 26vw;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
  background-image: url("../img/sp/img_sp_simulation_01.png");
  display: block;
  border: solid 2px #DDE3DD;
  border-left: solid 1px #DDE3DD;
}

.features__img-simulation:hover {
  opacity: 0.7;
}

@media screen and (max-width: 320px) {
  .features__img-simulation {
    width: 100%;
    height: 84px;
  }
}

.features__outside {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.features__ceo-box {
  width: 100%;
  height: auto;
  margin: 0 auto 50px;
  padding: 0;
  background: none;
}

.features__ceo-box > * {
  padding: 0;
}

.features__ceo-title {
  width: 100%;
  height: calc(505px / 2);
  margin: 0;
  padding-right: 60px;
  letter-spacing: 2px;
  line-height: 225px;
  text-align: right;
  box-sizing: border-box;
  background: url("https://musashi-corporation.com/reason/img/sp/bg_foot_message.jpg") left top/cover no-repeat;
  font-size: 23px;
  font-family: "Noto Serif JP", sans-serif;
  color: #008DB2;
}

.features__message {
  max-width: calc(100% - 28px);
  width: 100%;
  margin: 15px auto 25px;
  line-height: 1.8;
  letter-spacing: 0.5px;
  font-size: 15px;
}

.features__message--one {
  margin-bottom: 30px;
}

.features__message--two {
  margin-bottom: 20px;
}

.features__company {
  max-width: calc(100% - 28px);
  width: 100%;
  margin: 0 7px;
  text-align: right;
  font-size: 10px;
}

.features__position {
  font-family: "Noto Sans JP", sans-serif;
  padding-right: 5px;
  font-size: 10px;
}

.features__name {
  max-width: calc(100% - 28px);
  width: 100%;
  margin: 7px 7px;
  text-align: right;
  font-size: 18px;
  font-family: "Noto Serif JP", sans-serif;
}

.features__consultation-link {
  width: 340px;
  height: 80px;
  background-color: #fcf00e;
  border-radius: 6px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  margin: 23px auto 0;
  align-items: center;
  text-align: center;
  color: #008BD5;
  position: relative;
}

@media screen and (max-width: 320px) {
  .features__consultation-link {
    width: 95%;
    height: 80px;
  }
}

.features__consultation-link::after {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 3px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 3px transparent;
  border-left: solid 7px #008BD5;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.features__banner-image {
  width: 21px;
  height: 16px;
  margin-right: 15px;
  margin-top: 3px;
}

.features__banner-image-icon {
  width: 25px;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
}

.features__consultation-txt {
  font-size: 23px;
  color: #008BD2;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 320px) {
  .features__consultation-txt {
    font-size: 22px;
  }
}

.add-bnr-kanri{
	clear:both;
	text-align:center;
	padding-top:4vw;
}
.add-bnr-kanri img{
	max-width:100%;
}