@charset "UTF-8";
/* CSS Document */
/* メインカラー設定 */
.txt_m_color {
  color: #bba1cb;
}

.bg_m_color {
  background-color: #bba1cb;
}

.txt_sub_color {
  color: #ddd1e7;
}

.bg_sub_color {
  background-color: #ddd1e7;
}

/* メインイメージ */
.top_mv {
  background-image: url(../images/top_mv_01.jpg);
}

@media screen and (max-width: 1000px) {
  .top_mv {
    background-position: top right 42%;
  }
}
@media screen and (max-width: 480px) {
  .top_mv {
    /*    background-position: top left 35%; メインイメージ表示位置微調整 */
    /*background-position: 62% 30px ; */
    background-position: top 50px right 35%;
  }
}
.main_moto {
  text-shadow: #555 0 0 10px;
}

/* フッター */
.ft_copy {
  background: #bba1cb;
}

/* info */
.info_inner .info_ttl {
  border-bottom: 1px solid #bba1cb;
}

/* reason */
.reasons_ttl {
  display: block;
  background: #bba1cb;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  padding: 20px;
  max-width: 800px;
  width: 90%;
  margin: 0 auto 60px;
  box-sizing: border-box;
}

.reasons_content_top {
  max-width: 800px;
  width: 90%;
  margin: 50px auto 70px;
  text-align: center;
  font-size: 1.25rem;
  border: 2px solid #bba1cb;
}

.reasons_content .reasons_content_top h2 {
  max-width: 360px;
  background: #fff;
  font-size: 1.875rem;
  margin: 0 auto;
  background: unset;
  color: #000000;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  padding: 0;
  margin-top: -10px;
  letter-spacing: 5px;
  line-height: 1;
}

.reasons_content_top h2 span {
  background: linear-gradient(transparent 75%, #f3eb33 0%);
  background: -moz-linear-gradient(transparent 75%, #f3eb33 0%);
  background: -webkit-linear-gradient(white 60%, #f3eb33 0%);
  position: relative;
  padding: 0 20px;
  bottom: 10px;
}

.reasons_content_top h2 span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #fff;
}

.reasons_content_top h2 span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background: #fff;
}

.reasons_content_top h3 {
  width: 90%;
  margin: auto;
  padding: 25px 0 10px;
  font-size: 1.25rem;
  font-weight: 600;
}

.reasons_content_top p {
  width: 90%;
  margin: auto;
  padding: 25px 0 50px;
  font-size: 1.125rem;
  text-align: left;
  font-weight: normal;
}

.reasons_content h2 {
  text-align: center;
  margin: 60px auto 0;
  font-size: 2.1875rem;
  font-weight: bolder;
  color: #fff;
  padding: 25px 0;
  letter-spacing: 3px;
}

.reasons_btn {
  width: 100%;
  margin: 70px auto;
  padding: 40px 0;
  font-size: 1.625rem;
  line-height: 2;
  text-align: center;
  color: #fff;
  font-weight: bolder;
}

.reasons_btn p span {
  font-size: 2.1875rem;
}

.reasons_content_top ul {
  text-align: left;
  list-style: disc;
  margin: 30px 0 20px 50px;
}

.reasons_content_top ul li {
  padding: 5px 0;
}

/* 特徴 */
.check_thepoints_inner h2 {
  border-top: 1px solid #bba1cb;
  border-bottom: 1px solid #bba1cb;
}

.about_content_04_steps p {
  font-size: 0.9375rem;
  width: 90%;
  margin: 15px auto;
  box-sizing: border-box;
}

.check_thepoints_inner h2 small {
  font-size: 25px;
}

.check_thepoints_list ul {
  list-style: disc;
  font-size: 1.25rem;
  margin: 15px 0 15px 40px;
}

.check_thepoints_list2 {
  padding: 30px 20px 0 0;
}

.check_thepoints_list2 li {
  margin-bottom: 1em;
  list-style: none;
  font-size: 1rem;
}

.about_content_01_list {
  width: 100%;
  justify-content: space-between;
}

.about_content_01_list li {
  width: 32.33%;
  margin: unset;
  border: 1px solid #bba1cb;
  box-sizing: border-box;
}

.about_content_01_list_inner {
  width: 100%;
  margin: auto;
  letter-spacing: 0px;
}

.about_content_01_list_inner h2 {
  font-size: 1.125rem;
  color: #ffffff;
  padding: 15px 15px 10px;
  box-sizing: border-box;
  background: #8a8c8c;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: 600;
}

.about_content_01_list_inner p {
  font-size: 0.9375rem;
  padding: 15px;
  line-height: 2;
  box-sizing: border-box;
}

.about_content_04_point_inner h3 {
  font-size: 1.125rem;
}

.about_content_04_point_inner p {
  font-size: 0.9375rem;
  margin: 25px auto 30px;
}

.about_content_03_steps {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.about_content_03_steps li {
  width: 22%;
  margin: 0;
  border: 1px solid #f7c2c3;
}

.arrow_after_before {
  width: 3%;
  text-align: center;
  margin: auto;
}

.arrow_after_before img {
  width: 80%;
  margin: auto;
}

.step_ttl {
  padding: 5px 10px;
}

.arrow_span {
  font-size: 1.125rem;
  margin: 0 auto 10px;
  background: #8a8c8c;
  color: #fff;
  flex-wrap: nowrap;
  align-items: center;
}

.arrow_span .span_l {
  margin: 10px 0;
  padding: 0 15px;
  position: relative;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
  font-size: 1.3125rem;
}

.arrow_span .span_l::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: #fff;
}

.arrow_span .span_r {
  padding: 10px 10px;
  line-height: 1;
  box-sizing: border-box;
}

.arrow_span .span_r.span_02 {
  padding: 10px 10px;
  line-height: 1.5;
}

.about_content_03_steps li p {
  font-size: 0.9375rem;
  width: 90%;
  margin: 15px auto;
}

.about_content_03_steps li p span {
  font-size: 1.125rem;
  margin: 10px auto;
  color: #5a5b5b;
}

.about_content_03_steps li small {
  font-size: 0.75rem;
}

.about_content_02,
.about_content_04 {
  flex-direction: row-reverse;
}

.about_content_02 .about_content_l,
.about_content_04 .about_content_l {
  width: 57%;
  margin: 0;
  margin-left: -7%;
  position: relative;
  z-index: 10;
}

.about_content_04_point {
  width: 100%;
  justify-content: space-between;
}

.about_content_04_point li {
  width: 31%;
  margin: unset;
  border: 1px solid #f7c2c3;
  box-sizing: border-box;
}

.about_content_04_point_inner {
  width: 100%;
  margin: auto;
  letter-spacing: 0px;
}

.about_content_04_point_inner .arrow_span {
  text-align: center;
  font-size: 1.125rem;
  margin: 0 auto 10px;
  background: #8a8c8c;
  color: #fff;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 10px;
}

.about_content_04_point_inner .arrow_span .span_l {
  margin: 10px 0;
  padding: 0 10px;
  padding-left: 5px;
  position: relative;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
  font-size: 1.3125rem;
}

.about_content_04_point_inner .arrow_span .span_l::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: #fff;
}

.about_content_04_point_inner .arrow_span .span_r {
  padding: 10px 10px;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.2em;
}

.about_content_04_point_inner p {
  font-size: 0.9375rem;
  width: 90%;
  margin: 15px auto;
  box-sizing: border-box;
}

.about_content_l {
  width: 57%;
  margin: 0;
  margin-right: -7%;
  position: relative;
  z-index: 10;
}

.about_content_l::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: solid 125px #bba1cb;
  border-right: solid 125px rgba(0, 0, 0, 0);
  border-bottom: solid 125px rgba(0, 0, 0, 0);
  border-left: solid 125px #bba1cb;
  z-index: 9;
}

.about_content_02 .about_content_l::before,
.about_content_04 .about_content_l::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  border-top: solid 125px #bba1cb;
  border-left: solid 125px rgba(0, 0, 0, 0);
  border-bottom: solid 125px rgba(0, 0, 0, 0);
  border-right: solid 125px #bba1cb;
  z-index: 9;
}

.about_content_thumb {
  position: relative;
  z-index: 9;
  padding: 20px 0 0 20px;
  box-sizing: border-box;
}

.about_content_02 .about_content_thumb,
.about_content_04 .about_content_thumb {
  position: relative;
  z-index: 9;
  padding: 20px 20px 120px 0;
  box-sizing: border-box;
}

.about_content_r {
  width: 51%;
  margin-left: -1%;
  position: relative;
  z-index: 11;
}

.about_content_02 .about_content_r,
.about_content_04 .about_content_r,
#f05 .about_content_r {
  width: 51%;
  margin-left: 0;
  margin-right: -1%;
  position: relative;
  z-index: 11;
}

.about_content_details_inner p.year {
  margin: auto;
  text-align: center;
}

.about_content_details_inner h3 {
  margin: auto;
  text-align: center;
  font-size: 4.3125rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: bolder;
  line-height: 1;
  position: relative;
  margin: 20px auto 40px;
}

.about_content_details_inner h3 span.time {
  text-align: center;
  font-size: 2.875rem;
  padding-left: 10px;
}

.about_content_details_inner h3 span.under_line {
  position: relative;
  padding: 0 20px;
  z-index: 10;
}

.about_content_details_inner p.yearly_step {
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 0;
  margin: 0 auto 30px;
}

.about_content_ttl h2 {
  font-size: 1.625rem;
  color: #ffffff;
  max-width: 160px;
  margin: 100px auto 20px;
  padding: 10px 0;
  position: relative;
  text-align: center;
  font-weight: 800;
  letter-spacing: 5px;
}

.about_content_ttl h2 span {
  position: relative;
  padding: 20px 0;
  z-index: 10;
}

.about_content_details {
  width: 100%;
  margin: 0 auto;
  background: rgba(240, 241, 241, 0.7);
}

.about_content_details_inner {
  width: 100%;
  margin: auto;
}

.about_content_details_inner h2 {
  text-align: center;
  margin: auto;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 5px;
  padding: 40px 0;
}

.about_content_details_inner h2 span {
  font-size: 1.375rem;
  letter-spacing: 2px;
}

.about_content_02 .about_content_details_inner h2 {
  letter-spacing: 3px;
}

.about_content_02 .about_content_details_inner h2 span {
  letter-spacing: 3px;
}

.about_content_03 .about_content_details_inner h2 {
  letter-spacing: 7px;
}

.about_content_03 .about_content_details_inner h2 span {
  letter-spacing: 7px;
}

.about_content_04 .about_content_details_inner h2 {
  letter-spacing: 5px;
}

.about_content_04 .about_content_details_inner h2 span {
  letter-spacing: 5px;
}

.about_content_details_inner .details_p_inner {
  padding: 0 0 30px;
}

.about_content_details_inner p {
  width: 83%;
  text-align: left;
  font-size: 0.9375rem;
  margin: 0 auto 25px;
  font-weight: 500;
  letter-spacing: 0px;
}

.about_05 {
  width: 90%;
  margin: 0 auto 40px;
  justify-content: center;
  align-items: center;
}

.about_content_details_inner .about_05_l {
  margin: 0;
  width: 33%;
  text-align: center;
}

.about_content_details_inner .about_05_l span {
  font-size: 1.375rem;
}

.about_content_details_inner .about_05_r {
  margin: 0;
  font-size: 4.3125rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: 600;
  line-height: 0;
  position: relative;
  text-align: center;
}

.about_content_details_inner .about_05_r small {
  font-size: 2.875rem;
}

.about_content_details_inner .about_05_r span.under_line {
  position: relative;
  z-index: 10;
}

.arrow {
  width: 16%;
  margin: 0;
  position: relative;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow::before {
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
}

.arrow::after {
  right: 0;
  bottom: 5px;
  width: 20px;
  height: 4px;
  border-top: 1px solid #ffffff;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.check_recruit {
  font-size: 1rem;
  padding: 0 50px;
}

.check_recruit p {
  margin-bottom: 1.5em;
}

.recruit_list li {
  margin-bottom: 1em;
}

.mainRecruit {
  max-width: 1060px;
  width: 90%;
  margin: 40px auto 0;
}

.mainrecruit_inner {
  width: 96%;
  margin: 2%;
}

.mainrecruit_perc {
  max-width: 867px;
  margin: 100px auto 150px;
  text-align: center;
  border: 4px solid #bba1cb;
}

.mainrecruit_perc h2 {
  font-size: 1.875rem;
  background: #bba1cb;
  color: #fff;
  font-weight: 600;
  padding: 20px;
  letter-spacing: 5px;
}

.mainrecruit_perc_inner {
  width: 90%;
  justify-content: center;
  margin: 30px auto 30px;
  align-items: center;
  /* font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;*/
  font-weight: 600;
}

.mainrecruit_perc_inner p {
  font-size: 1.25rem;
  line-height: 2.5em;
}

.mainrecruit_perc_inner p span {
  font-size: 1.875rem;
}

/* リンクボタン */
.about_link_btn01 a {
  max-width: 363px;
  width: 90%;
  margin: 30px auto 25px;
  position: relative;
  z-index: 1;
  padding: 15px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 500;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s;
  border: 1px solid #bba1cb;
  box-sizing: border-box;
}

.about_link_btn01 a:after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
}

.about_link_btn01 a:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
}

.about_link_btn01 a:hover,
.about_link_btn01 a:active {
  color: #bba1cb;
  opacity: 1;
  background: #ffffff;
}

.about_link_btn01 a:hover:after,
.about_link_btn01 a:active:after {
  width: 100%;
  background: #bba1cb;
}

.about_link_btn01 .about_link_btn_inner {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: left;
  max-width: 320px;
  width: 70%;
  margin: auto;
  position: relative;
  justify-content: space-between;
  color: #bba1cb;
  letter-spacing: 3px;
  cursor: pointer;
}

.about_link_btn01 a:hover .about_link_btn_inner {
  color: #ffffff;
}

.about_link_btn01 a:hover .arrow::before {
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
}

.about_link_btn01 a:hover .arrow::after {
  right: 0;
  bottom: 5px;
  width: 20px;
  height: 4px;
  border-top: 1px solid #ffffff;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

/*
.about_link_btn01 .arrow_l{
  width: 83%;
  margin:0;
}
*/
.arrow {
  width: 25%;
  margin: 0;
  position: relative;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow::before {
  left: 0;
  width: 100%;
  height: 1px;
  background: #bba1cb;
}

.arrow::after {
  right: 0;
  bottom: 6px;
  width: 20px;
  height: 4px;
  border-top: 1px solid #bba1cb;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.about_link_btn02 {
  max-width: 745px;
  width: 90%;
  margin: 50px auto;
}

.about_link_btn02 a {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  margin: 0;
  padding: 32px 50px;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #bba1cb;
  background: #bba1cb;
  transition: all 0.3s;
  color: #fff;
}

.about_link_btn02 .about_link_btn_inner {
  max-width: 745px;
}

.about_link_btn02 .about_link_btn_inner {
  color: #fff;
  font-size: 1.625rem;
  text-align: left;
  margin: auto;
  position: relative;
  justify-content: space-between;
}

.about_link_btn .arrow_l {
  width: 70%;
}

.about_link_btn .arrow {
  width: 25%;
}

.about_link_btn a .arrow::before,
.about_link_btn a .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.about_link_btn02 a .arrow::before {
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
}

.about_link_btn02 a .arrow::after {
  right: 0;
  bottom: 6px;
  width: 20px;
  height: 4px;
  border-top: 1px solid #ffffff;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.about_link_btn_inner a:after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
}

.about_link_btn_inner a:after {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
}

.about_link_btn_inner a:hover,
.about_link_btn_inner a:active {
  color: #bba1cb;
  opacity: 1;
}

.about_link_btn_inner a:hover:after,
.about_link_btn_inner a:active:after {
  width: 100%;
}

.about_link_btn02 a:hover .about_link_inner {
  color: #bba1cb;
}

.about_link_btn02 a:hover .arrow::before {
  left: 0;
  width: 100%;
  height: 1px;
  background: #bba1cb;
}

.about_link_btn02 a:hover .arrow::after {
  right: 0;
  bottom: 6px;
  width: 20px;
  height: 4px;
  border-top: 1px solid #bba1cb;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.under_line_n {
  position: relative;
  padding: 0 20px;
}

.yb {
  display: block;
  width: 100%;
  height: 20px;
  background-color: #f3eb34;
  z-index: -1;
  padding: 0 5px 0;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
}

.details_p_inner {
  text-align: center;
}

.details_p_inner h3 {
  text-align: center;
  display: inline-block;
  z-index: 2;
}

/* 追加200806 */
.t01_check01_dbox {
  display: flex;
}

.t01_check01_dbox_r {
  padding: 30px 0 0 0;
  flex-basis: 50%;
}

.t01_check01_dbox_l {
  flex-basis: 50%;
}

.about_content_03_steps {
  margin-bottom: 50px;
}

.step_ttl01 {
  font-size: 1.375rem;
  text-align: center;
  padding: 8px;
  background-color: #8ec54a;
  color: #fff;
}

.step_ttl02 {
  font-size: 1.125rem;
  width: 90%;
  height: 3em;
  margin: 0 auto;
  padding: 20px 0;
  color: #8ec54a;
}

.curriculum_list ul {
  display: flex;
  justify-content: space-between;
}

.curriculum_list ul li {
  width: 22%;
  flex-basis: 22%;
  margin: 0;
}

.c_list_ttl {
  background-image: url("../img-d02/obj01.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 25px;
  color: #8ec54a;
  font-size: 1.125rem;
}

.curriculum_list ul li p {
  font-size: 0.875rem;
}

.admission_inner p {
  width: 83%;
  text-align: center;
  font-size: 0.9375rem;
  margin: 0 auto 25px;
  font-weight: 500;
  letter-spacing: 0px;
}

@media screen and (max-width: 768px) {
  .about_link_btn02 a:after {
    background: #bba1cb;
  }
  .about_link_btn02 a:hover {
    color: #ffffff;
  }
  .about_link_btn02 a:hover {
    color: #ffffff;
  }
  .top_mv_inner {
    max-width: 1106px;
    width: 100%;
    margin: auto;
  }
  .mv_content {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 10%;
    transform: translate(-10%, 0);
  }
  .mv_content h1 {
    margin: 5%;
    font-size: 1.4375rem;
    padding: 30px 0 0;
    line-height: 1.6;
  }
  .info_inner {
    text-align: center;
    padding: 50px 0;
  }
  .info_inner .info_ttl {
    margin: 0 auto 30px;
  }
  .info_inner .info_ttl h2 {
    font-size: 1.25rem;
    padding: 10px 0;
  }
  .info_inner .into_moto {
    font-size: 1.125rem;
    padding: 10px 0;
    text-align: center;
    margin: 30px auto;
  }
  .info_inner p {
    font-size: 0.875rem;
  }
  .info_inner .into_moto h2 {
    width: 90%;
    margin: auto;
  }
  .reasons_content .reasons_content_top h2 {
    font-size: 1.4375rem;
  }
  .reasons_content h2 {
    text-align: center;
    margin: 40px auto 0;
    font-size: 1.4375rem;
  }
  .reasons_content p {
    width: 90%;
    margin: auto;
    padding: 10px 0 30px;
    text-align: center;
    font-size: 1rem;
  }
  .reasons_btn p span {
    font-size: 1.25rem;
  }
  .reasons_btn {
    width: 100%;
    margin: 70px auto;
    padding: 50px 0;
    font-size: 1.25rem;
    line-height: 2;
  }
  .reasons_content_top ul {
    font-size: 1rem;
  }
  .fbox {
    width: 100%;
    margin: 100px auto 0;
    display: block;
  }
  .about_content_l {
    width: 100%;
    margin: auto;
  }
  .about_content_02 .about_content_l,
.about_content_04 .about_content_l,
.about_content_05 .about_content_l {
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 10;
  }
  .about_content_l::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: solid 80px #bba1cb;
    border-right: solid 80px rgba(0, 0, 0, 0);
    border-bottom: solid 80px rgba(0, 0, 0, 0);
    border-left: solid 80px #bba1cb;
    z-index: 9;
  }
  .about_content_02 .about_content_l::before,
.about_content_04 .about_content_l::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    border-top: solid 80px #bba1cb;
    border-left: solid 80px rgba(0, 0, 0, 0);
    border-bottom: solid 80px rgba(0, 0, 0, 0);
    border-right: solid 80px #bba1cb;
    z-index: 9;
  }
  .about_content_thumb {
    position: relative;
    width: 100%;
    margin: auto;
    z-index: 9;
    padding: 10px;
    padding-bottom: 0;
    box-sizing: border-box;
  }
  .about_content_02 .about_content_thumb,
.about_content_04 .about_content_thumb,
.about_content_05 .about_content_thumb {
    position: relative;
    width: 100%;
    margin: auto;
    z-index: 9;
    padding: 10px;
    padding-bottom: 0;
    box-sizing: border-box;
  }
  .about_content_ttl h2 {
    font-size: 1.25rem;
    margin: 30px auto 20px;
  }
  .about_content_r {
    width: 100%;
    margin: auto;
  }
  .about_content_02 .about_content_r,
.about_content_04 .about_content_r,
.about_content_05 .about_content_r {
    width: 100%;
    margin-left: 0;
    margin: auto;
    position: relative;
    z-index: 11;
  }
  .about_content_details_inner {
    margin: auto;
  }
  .about_content_details_inner h2 {
    letter-spacing: 1px;
  }
  .about_content_details_inner p {
    text-align: left;
    font-size: 0.875rem;
  }
  .check_thepoints_inner h2 {
    margin: auto;
  }
  .about_content_details_inner .about_link_btn a {
    padding: 10px 0;
  }
  .about_content_details_inner .about_link_btn .arrow_l {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 0.75rem;
  }
  .about_content_details_inner h3 {
    text-align: center;
    font-size: 2.8125rem;
  }
  .about_content_details_inner h3 span.time {
    text-align: center;
    font-size: 1.6875rem;
    padding-left: 10px;
  }
  .about_content_01_list {
    width: 100%;
    justify-content: space-between;
  }
  .about_content_01_list li {
    width: 90%;
    margin: 20px auto 0;
    border: 1px solid #8ec54a;
    box-sizing: border-box;
  }
  .about_content_01_list li .about_content_01_list_inner {
    margin: auto;
    letter-spacing: 0px;
  }
  .about_content_01_list li .about_content_01_list_inner h2 {
    font-size: 1rem;
  }
  .about_content_01_list li .about_content_01_list_inner p {
    font-size: 0.75rem;
    padding: 10px;
    box-sizing: border-box;
  }
  .about_content_03_steps {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .about_content_03_steps li {
    width: 90%;
    margin: 20px auto 0;
    height: unset;
    box-sizing: border-box;
  }
  .about_content_03_steps .arrow_after_before {
    display: none;
  }
  .about_content_03_steps li h2 {
    font-size: 1rem;
    color: #8ec54a;
    margin: 0 auto 10px;
  }
  .about_content_03_steps li p {
    font-size: 0.8125rem;
    margin: 10px auto;
  }
  .about_content_03_steps li p span {
    font-size: 1rem;
    margin: 10px auto;
  }
  .about_content_03_steps li p small {
    font-size: 0.75rem;
  }
  .about_content_04_point {
    width: 100%;
    justify-content: space-between;
  }
  .about_content_04_point li {
    width: 90%;
    margin: 20px auto 0;
    box-sizing: border-box;
  }
  .about_content_04_point_inner h2 {
    font-size: 0.9375rem;
    color: #8ec54a;
    margin: 10px auto;
  }
  .about_content_04_point_inner h3 {
    font-size: 0.9375rem;
  }
  .about_content_04_point_inner p {
    font-size: 0.75rem;
    margin: 10px auto;
  }
  .about_content_details_inner .about_05_l {
    text-align: center;
    width: 160px;
  }
  .about_content_details_inner .about_05_l span {
    font-size: 1.375rem;
  }
  .about_content_details_inner .about_05_r {
    text-align: center;
    margin: 0;
    font-size: 2.8125rem;
  }
  .about_content_details_inner .about_05_r small {
    text-align: center;
    margin: 0;
    font-size: 1.875rem;
  }
  .check_thepoints_inner img {
    max-width: 58px;
    width: 100%;
    margin: 0;
    padding-right: 20px;
  }
  .about_content_03_steps .arrow_span .span_l {
    margin: 10px 0;
    padding: 0 15px;
    position: relative;
    font-weight: bold;
    box-sizing: border-box;
    font-size: 1rem;
  }
  .about_content_04_point_inner .arrow_span .span_l {
    margin: 10px 0;
    padding: 0 10px;
    padding-left: 5px;
    position: relative;
    font-weight: bold;
    box-sizing: border-box;
    font-size: 1rem;
  }
  .check_thepoints_inner h2 {
    font-size: 1.375rem;
    font-weight: 600;
    padding: 5px 10px;
    padding-right: 40px;
    margin: 20px 0;
    align-items: center;
    flex-wrap: nowrap;
  }
  .check_thepoints_inner h2 small {
    font-size: 1.125rem;
  }
  .check_exp {
    font-size: 1rem;
    padding: 0 20px;
  }
  .check_recruit {
    padding: 0 20px;
    font-size: 0.875rem;
  }
  .mainrecruit_perc {
    max-width: 867px;
    margin: 50px auto 80px;
    text-align: center;
    box-sizing: border-box;
  }
  .mainrecruit_perc h2 {
    font-size: 1.125rem;
    font-weight: 600;
  }
  .mainrecruit_perc_inner p {
    font-size: 0.875rem;
  }
  .mainrecruit_perc_inner p span {
    font-size: 1.25rem;
  }
  .about_link_btn01 .arrow_l {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 1rem;
  }
  .arrow.arrow-line {
    display: none;
  }
  .about_link_btn02 {
    max-width: 745px;
    width: 90%;
    margin: 0 auto 70px;
  }
  .about_link_btn02 .arrow_l {
    font-size: 1rem;
    text-align: center;
    width: 100%;
  }
  .about_link_btn02 a {
    position: relative;
    z-index: 1;
    margin: 40px 0;
    padding: 32px 0;
    letter-spacing: 3px;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #bba1cb;
    background: #bba1cb;
    transition: all 0.3s;
  }
  .curriculum_list ul {
    display: block;
    padding: 0 25px;
  }
  .curriculum_list ul li {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .c_list_ttl {
    margin: 0 0 10px 0;
  }
  .t01_check01_dbox {
    display: block;
  }
  .t01_check01_dbox_r {
    width: 100%;
    margin-bottom: 20px;
  }
  .t01_check01_dbox_l {
    width: 70%;
    margin: -30px auto 0;
    text-align: center;
  }
  .check_thepoints_list ul {
    font-size: 1rem;
  }
  .admission_inner p {
    font-size: 0.75rem;
    margin: 10px auto;
  }
}

/*# sourceMappingURL=midwifery.css.map */
