@charset "UTF-8";
/***** -- MV -- *****/
.mv-wrap {
  position: relative;
  height: 200px;
  background-color: #fff;
  margin-top: 80px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mv-title {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  width: 100%;
  text-align: center;
  font-size: 48px;
  line-height: 0.5;
  font-weight: bold;
  color: #fff;
  z-index: 2;
  font-family:"Montserrat",sans-serif;
}
.mv-title span{
  font-size: 14px;
  font-weight: bold;
  font-family: YakuHanJPs, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック体, YuGothic, Meiryo, Hiragino Sans, sans-serif;
  }
.mv-inner {
  position: relative;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 980px){}
@media screen and (max-width: 768px){
  .mv-wrap {
    height: 180px;
    margin-top: 70px;
  }
  .mv-title {font-size: 36px;}
}
@media screen and (max-width: 640px){}
@media screen and (max-width: 480px){
  .mv-wrap {
    height: 150px;
    margin-top: 60px;
  }
  .mv-title {font-size: 32px;}
  .mv-title span{font-size: 12px;}
}
@media screen and (max-width: 370px){
  .mv-title span{font-size: 10px;}
}

/***** -- SECTION -- *****/
/* SECTION > 01：介護資格を取得するメリット */
.merit-wrap {
   background-color: rgba(255, 255, 255, 1);
}
.merit-inner {
  position: relative;
  padding: 120px 0;
  z-index: 1;
}
.merit-text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
  margin-top: 50px;
}
.merit-grid {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.merit-grid > div {
  width: 31%;
  margin-left: 1%;
  margin-bottom: 1%;
  padding: 20px 10px;
  border: 5px solid #1A57B5;
  background-color: #fff;
  border-radius: 5px;
}
.merit-grid > div:nth-child(2n)  {/*! margin-right: 1%; */}
.merit-grid_num {
  width: 90px;
  color: #1A57B5;
  padding-bottom: 10px;
  margin: 0 auto;
  text-align: center;
  line-height:0.8;
  border-bottom: 2px solid #1A57B5;
  font-family: 'NotoSansJP', sans-serif;
}
.merit-grid_num > p:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
}
.merit-grid_num > p:nth-child(2) {
  font-size: 48px;
  font-weight: bold;
  margin-top: 5px;
}
.merit-grid_text {
  margin: 0 auto;
  padding: 20px 0 0;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
}
.merit-grid_text > p:nth-child(1) {font-size: 24px;}
.merit-grid_text > p:nth-child(2) {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 400;
}
@media screen and (max-width: 1200px){
  .merit-grid_text > p:nth-child(1) {font-size: 25px;}
  .merit-grid_text > p:nth-child(2) {font-size: 14px;}
}
@media screen and (max-width: 980px){
  .merit-grid > div {padding: 20px 0;}
  .merit-grid_num {width: 60px;}
  .merit-grid_num > p:nth-child(1) {font-size: 15px;}
  .merit-grid_num > p:nth-child(2) {font-size: 32px;}
  .merit-grid_text {padding-left: 8px;}
  .merit-grid_text > p:nth-child(1) {font-size: 22px;}
  .merit-grid_text > p:nth-child(2) {font-size: 13px;}
}
@media screen and (max-width: 768px){
  .merit-inner {padding: 80px 0;}
  .merit-text {font-size: 20px;}
  .merit-grid {margin-top: 30px;}
  .merit-grid{
    width: 90%;
    display: block;
    margin-top: 70px;
  }
  .merit-grid > div {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 6%;
  }
  .merit-grid > div:nth-child(1n) {margin-right: 0;}
  .merit-grid > div:nth-child(2n) {margin-left: 0;}
}
@media screen and (max-width: 640px){
  .merit-text {font-size: 18px;}
}
@media screen and (max-width: 480px){
  .merit-inner {padding: 60px 0;}
  .merit-text {
    font-size: 15px;
    margin-top: 40px;
  }
  .merit-grid {margin-top: 20px;}
  .merit-grid > div {
    padding: 15px 0;
  }
  .merit-grid_text > p:nth-child(1) {font-size: 20px;}
  .merit-grid_text > p:nth-child(2) {font-size: 12px;}
}
@media screen and (max-width: 370px){
  .merit-text {font-size: 13px;}
  .merit-grid_text > p:nth-child(1) {font-size: 18px;}
  .merit-grid_text > p:nth-child(2) {
    font-size: 11px;
    margin-top: 5px;
  }
}

/* SECTION > 02：サービス提供の背景 */
.bg-wrap {
   background-color: rgba(241, 248, 255, 1);
}
.bg-inner {
  position: relative;
  padding: 120px 0;
  z-index: 1;
}
.bg-text {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-top: 80px;
}
.bg-text strong {color: #f4981f;}
.bg-text small {
  font-size: 16px;
  margin-right: 10px;
}
.bg-desc {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  margin-top: 35px;
  padding: 0 20px;
}
.bg-desc2 {
  margin-top: 0;
  margin-bottom: 80px;
}
.bg-img {
  text-align: center;
  margin-top: 50px;
}
.bg-img img {
  width: 90%;
  max-width: 560px;
}
.bg-table {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-top: 50px;
  margin-bottom: 40px;
}
.bg-table > div {
  display: table-cell;
  vertical-align: top;
}
.bg-table_img {
  text-align: center;
  margin-top: 15px;
}
.bg-table_img img {width: 90%;}
@media screen and (max-width: 1200px){
  .bg-text {font-size: 24px;}
  .bg-desc {font-size: 15px;}
}
@media screen and (max-width: 980px){
  .bg-text {font-size: 18px;}
  .bg-text small {font-size: 12px;}
  .bg-desc {font-size: 13px;}
}
@media screen and (max-width: 768px){
  .bg-inner {padding: 80px 0;}
  .bg-text {font-size: 24px;}
  .bg-text small {
    font-size: 15px;
    margin-right: 0;
  }
  .bg-desc {padding: 0 5px;}
  .bg-table > div {
    display: block;
    width: 100%!important;
  }
  .bg-table > div:nth-child(2) {margin-top: 25px;}
}
@media screen and (max-width: 640px){
  .bg-text {
    font-size: 20px;
    margin-top: 60px;
  }
  .bg-text small {font-size: 12px;}
}
@media screen and (max-width: 480px){
  .bg-inner {padding: 60px 10px;}
  .bg-text {
    font-size: 16px;
    margin-top: 40px;
  }
  .bg-desc {padding: 0 0;}
  .bg-desc2 {margin-bottom: 50px;}
  .bg-table {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 370px){
  .bg-text {font-size: 13px;}
  .bg-text small {font-size: 10px;}
  .bg-desc {font-size: 11px;}

}

/* SECTION > 03：私たちが選ばれる理由 */
.reason-wrap {
  position: relative;
  background-image: url(/assets/img/bg.png);
  background-size: contain;
}
.reason-inner {
  position: relative;
  padding: 120px 0;
  z-index: 1;
}
.reason-grid {margin-top: 100px;}
.reason-grid > div {
  width: 32%;
  margin-left: 1%;
  margin-bottom: 1%;
  padding: 40px 10px;
  background-color: #fff;
}
.reason-grid > div:nth-child(3n) {margin-right: 1%;}
.reason-grid_icon {text-align: center;}
.reason-grid_text {
  text-align: center;
  line-height: 1.5;
  margin-top: 30px;
}
.reason-grid_text > p:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
}
.reason-grid_text > p:nth-child(2) {
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
}
.reason-btn {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 980px){
  .reason-grid > div {
    width: 48.5%;
  }
  .reason-grid > div:nth-child(2n) {margin-right: 1%;}
  .reason-grid > div:nth-child(3n) {margin-right: inherit;}
}
@media screen and (max-width: 768px){
  .reason-inner {padding: 80px 0;}
  .reason-grid > div {
    width: 92%;
    margin-left: 4%;
    margin-bottom: 2%;
  }
  .reason-grid > div:nth-child(1n) {margin-right: 4%;}
  .reason-grid > div:nth-child(2n) {margin-right: inherit;}
}
@media screen and (max-width: 640px){
  .reason-grid {margin-top: 70px;}
  .reason-grid > div {padding: 25px 10px;}
  .reason-btn {margin-top: 50px;}
}
@media screen and (max-width: 480px){
  .reason-inner {padding: 60px 0;}
  .reason-grid {margin-top: 50px;}
  .reason-grid_text > p:nth-child(1) {font-size: 20px;}
  .reason-grid_text > p:nth-child(2) {font-size: 13px;}
}
@media screen and (max-width: 370px){}

/* SECTION > 03：キャリアステップ */
.cstep-wrap {
  background-color: rgba(255, 255, 255, 1);
}
.cstep-inner {
  position: relative;
  padding: 120px 0;
  z-index: 1;
}

/* SECTION > 04：2つの受講スタイル */
.style-wrap {
  background-color: rgba(241, 248, 255, 1);
}
.style-inner {
  position: relative;
  padding: 120px 0;
  z-index: 1;
}
.style-box {
  margin-top: 100px;
  padding: 0 20px;
}
.style-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  margin-top: 70px;
}
.style-flex:nth-child(even) {flex-direction: row-reverse;}
.style-flex > div:nth-child(1) {width: 50%;}
.style-flex > div:nth-child(2) {width: 50%;}

.style-flex_word {padding-top: 20px;}
.style-flex:nth-child(odd) .style-flex_word {padding-right: 30px;}
.style-flex:nth-child(even) .style-flex_word {padding-left: 30px;}

h3 {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}
.style-overview {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 30px;
  line-height: 1.3;
}
.style-feature {
  margin-top: 30px;
}
.style-feature_title {
  font-size: 18px;
  font-weight: 700;
  color: #f4981f;
}
.style-feature_desc {
  font-size: 15px;
  margin-top: 10px;
}
.style-flex_img {
  background-size: cover;
  background-position: center;
}
.style-flex_img::before {
  display: block;
  padding-top: 100%;
  content: '';
}
@media screen and (max-width: 1200px){
  .style-flex > div:nth-child(1) {width: 60%;}
  .style-flex > div:nth-child(2) {
    width: 40%;
    align-self: center;
  }
}
@media screen and (max-width: 980px){
  h3 {font-size: 26px;}
  .style-flex {flex-direction: column-reverse;}
  .style-flex:nth-child(even) {flex-direction: column-reverse;}
  .style-flex > div:nth-child(1) {width: 100%;}
  .style-flex > div:nth-child(2) {width: 100%;}
  .style-flex:nth-child(odd) .style-flex_word {padding-right: 0;}
  .style-flex:nth-child(even) .style-flex_word {padding-left: 0;}
  .style-feature {margin-top: 10px;}
  .style-flex_img::before {padding-top: 30%;}
}
@media screen and (max-width: 768px){
  .style-inner {padding: 80px 0;}
}
@media screen and (max-width: 640px){
  .style-box {margin-top: 40px;}
  .style-flex {margin-top: 40px;}
  .style-flex_img::before {padding-top: 60%;}
  .style-type span {font-size: 24px;}
  .style-overview {font-size: 14px;}
  .style-feature_desc {font-size: 13px;}
}
@media screen and (max-width: 480px){
  .style-feature_title {font-size: 16px;}
  .style-box {padding: 0 10px;}
  .style-inner {padding: 60px 0;}
}
@media screen and (max-width: 370px){
  h3 {font-size: 22px;}
  .style-type span {font-size: 20px;}
}

/* SECTION > 05：受講生の声 */
.voice-wrap {
   background-color: rgba(26, 87, 181, 1);
}
.voice-inner {
  position: relative;
  padding: 120px 0;
  z-index: 1;
}
.voice-list {
  background-color: rgba(255, 255, 255, 1);
  margin: 80px 60px;
}
.voice-list > div {
  padding: 40px 60px;
}
.voice-list > div:nth-child(1) {border-top: 1px solid #242E33;}
.voice-list_label > span {
  display: inline-block;
  color: #666;
  font-size: 16px;
  font-weight: bold;
  padding: 2px 10px;
  letter-spacing: 2;
  background-color: #fff;
  border: 1px solid #1A57B5;
}
.voice-list_label > span:nth-child(2) {
  color: #fff;
  background-color: rgba(26, 87, 181, 1);
}
.voice-list_text {
  font-size: 15px;
  margin-top: 20px;
  line-height: 2;
}

@media screen and (max-width: 1200px){}
@media screen and (max-width: 980px){
  .voice-inner {padding: 60px 0 120px;}
}
@media screen and (max-width: 768px){
  .voice-inner {padding: 80px 0;}
  .voice-list {margin: 60px 20px;}
  .voice-list > div {padding: 40px 50px;}
  .voice-list_label {font-size: 14px;}
}
@media screen and (max-width: 640px){
  .voice-list_text {font-size: 13px;}

}
@media screen and (max-width: 480px){
  .voice-inner {padding: 60px 0;}
  .voice-list > div {padding: 30px 30px;}
}
@media screen and (max-width: 370px){}


/* SECTION > 05：受講生アンケート */
.survey-wrap {
  background-color: rgba(255, 255, 255, 1);
}
.survey-inner {
  position: relative;
  padding: 120px 0;
  z-index: 1;
}
.survey-img {margin-top: 80px;}
.survey-img img {
  width: 100%;
  margin-top: 50px;
}
.survey-btn {
  text-align: center;
  margin-top: 120px;
}
@media screen and (max-width: 1200px){}
@media screen and (max-width: 980px){}
@media screen and (max-width: 768px){
  .survey-inner {padding: 80px 0;}
}
@media screen and (max-width: 640px){
  .survey-btn {margin-top: 50px;}
}
@media screen and (max-width: 480px){
  .survey-inner {padding: 60px 0;}
  .survey-img {margin-top: 50px;}
}
@media screen and (max-width: 370px){}