@charset "UTF-8";
@media (min-width: 768px) {
  .flow_wrap_beige {
    padding-bottom: 80px;
    margin-bottom: 50px; } }
@media (max-width: 767.98px) {
  .flow_wrap_beige {
    padding-bottom: 40px;
    margin-bottom: 30px; } }

.flow_wrap02 {
  padding-bottom: 50px;
  padding-top: 50px; }

@media (max-width: 767.98px) {
  .ttle_min {
    font-size: 18px !important; } }

.pink {
  color: #ef7fa3; }

.blue {
  color: #72c7ec; }

.bc_blue {
  background-color: #68bade; }

.bc_pink {
  background-color: #ef7fa3; }

.bc_pink02 {
  background-color: #f5d0dc; }

.bc_blue02 {
  background-color: #c8e5f1; }

/*top*/
.department_title {
  position: relative; }

.department_btn {
  display: flex;
  position: absolute;
  top: 0;
  right: 0; }
  .department_btn div {
    color: #fff;
    font-weight: 500;
    line-height: 1em;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center; }
    @media (min-width: 768px) {
      .department_btn div {
        height: 40px;
        border-radius: 100px;
        width: 160px;
        margin-right: 20px; } }
    @media (max-width: 767.98px) {
      .department_btn div {
        height: 30px;
        font-size: 11px;
        border-radius: 100px;
        width: 60px;
        margin-left: 2px; } }

@media (min-width: 768px) {
  .department_box p {
    text-align: center; } }

.license_box {
  border-radius: 20px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  .license_box p {
    text-align: center;
    background-color: white;
    border-radius: 100px; }
  .license_box::before {
    content: "";
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    position: absolute; }
  @media (min-width: 768px) {
    .license_box {
      margin-top: -30px;
      padding: 0 30px; }
      .license_box::before {
        width: 250px;
        height: 400px;
        top: 90px;
        right: 22px; }
      .license_box p {
        height: 60px;
        width: 530px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px; }
      .license_box > ul {
        margin: 20px 0 30px;
        width: 80%;
        display: flex;
        flex-wrap: wrap; }
        .license_box > ul li {
          padding: 10px 0;
          margin: 0 20px; }
      .license_box .license {
        font-size: 20px; } }
  @media (max-width: 767.98px) {
    .license_box {
      padding: 10px;
      font-size: 14px;
      margin-bottom: 20px; }
      .license_box::before {
        width: 105px;
        height: 96px;
        top: 40px;
        right: 0; }
      .license_box ul {
        margin: 10px 0;
        padding-left: 15px; }
      .license_box p {
        margin-top: 10px;
        padding-bottom: 0;
        font-size: 15px; } }

.co01::before {
  background-image: url("../../common/images/illust/woman01.svg"); }
@media (min-width: 768px) {
  .co01::before {
    width: 250px;
    height: 400px;
    top: 90px;
    right: 22px; } }
@media (max-width: 767.98px) {
  .co01::before {
    width: 117px;
    height: 220px;
    top: 70px;
    right: 7px; } }

.co02::before {
  background-image: url("../../common/images/illust/woman02.svg"); }
@media (min-width: 768px) {
  .co02::before {
    width: 140px;
    height: 400px;
    top: 30px;
    right: 72px; } }
@media (max-width: 767.98px) {
  .co02 {
    padding: 10px 10px 80px; }
    .co02::before {
      width: 75px;
      height: 110px;
      top: 242px;
      right: 23px; } }

.stoplink_button {
  display: flex;
  justify-content: center; }
  .stoplink_button a {
    background-color: #ff806f;
    color: white;
    border-radius: 100px;
    padding: 16px;
    text-decoration: none; }
  .stoplink_button .app_btn {
    background-image: url(../../common/images/icon/arrow_link.svg);
    background-repeat: no-repeat;
    background-position: right 1em center;
    background-size: auto 1em;
    background-color: #ff806f;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center; }
  @media (min-width: 768px) {
    .stoplink_button {
      margin: 80px 0 0; }
      .stoplink_button a {
        height: 60px;
        width: 530px;
        font-size: 18px; } }
  @media (max-width: 767.98px) {
    .stoplink_button {
      margin: 20px 0 0; }
      .stoplink_button a {
        height: 45px;
        width: 80%;
        font-size: 14px;
        text-align: center;
        line-height: 1.2;
        font-weight: 500; } }

/*医療事務専科*/
.department_btn02 {
  position: relative;
  margin-bottom: 20px; }

.facility_box .facility_foto img {
  border-radius: 15px;
  border: 2px solid #897f69; }
@media (min-width: 768px) {
  .facility_box {
    display: flex;
    justify-content: space-between; }
    .facility_box .fotomin {
      width: 30% !important;
      margin-top: 30px; }
    .facility_box .facility_foto {
      width: 600px;
      height: 263px; }
    .facility_box .list02 {
      font-size: 16px; } }
@media (max-width: 767.98px) {
  .facility_box {
    margin-bottom: 40px; }
    .facility_box .facility_foto {
      margin-bottom: 20px; } }

@media (min-width: 768px) {
  .curriculum_list {
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    line-height: 2;
    justify-content: space-between; }
    .curriculum_list li {
      width: 45%; } }
@media (max-width: 767.98px) {
  .curriculum_list {
    font-size: 14px; } }

.senmonshi {
  border: 2px solid #887f69;
  color: #887f69;
  background-color: #fdfaf7;
  border-radius: 10px; }
  @media (min-width: 768px) {
    .senmonshi {
      width: 1000px;
      padding: 25px;
      margin: 50px auto 0; } }
  @media (max-width: 767.98px) {
    .senmonshi {
      padding: 10px; } }

.pick .pick_box {
  border: 2px solid #887f69;
  background-color: white;
  position: relative;
  border-radius: 10px; }
  .pick .pick_box .pick_icon {
    color: white;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.1; }
  .pick .pick_box > div .pick_foto img {
    border-radius: 15px; }
  .pick .pick_box > div > p {
    margin: 0;
    padding-top: 13px; }
    .pick .pick_box > div > p > span {
      color: #887f69; }
@media (min-width: 768px) {
  .pick {
    display: flex;
    justify-content: space-between; }
    .pick .pick_box {
      width: 30%;
      padding: 25px; }
      .pick .pick_box .pick_icon {
        width: 90px;
        height: 90px;
        top: -29px;
        left: -10px;
        font-size: 20px; }
        .pick .pick_box .pick_icon div .pick_foto {
          width: 100%; }
        .pick .pick_box .pick_icon span {
          font-size: 30px;
          color: white; }
      .pick .pick_box > div > p span {
        font-size: 20px;
        margin-bottom: 10px; } }
@media (max-width: 767.98px) {
  .pick {
    margin-bottom: 40px; }
    .pick .pick_box {
      padding: 15px;
      margin: 30px 20px; }
      .pick .pick_box .pick_icon {
        width: 70px;
        height: 70px;
        top: -29px;
        left: -10px;
        font-size: 15px; }
        .pick .pick_box .pick_icon span {
          font-size: 20px;
          color: white; }
      .pick .pick_box > div > p span {
        font-size: 16px; } }

.tokubetu {
  border: 2px solid #887f69;
  background-color: white;
  border-radius: 10px; }
  .tokubetu .tokubetu_box .tokubetu_contents span {
    color: #887f69; }
  .tokubetu .tokubetu_box .tokubetu_img img {
    border-radius: 15px; }
  .tokubetu .feminine_img img {
    border-radius: 15px; }
  .tokubetu .feminine_contents {
    line-height: 1.3;
    margin-top: 20px; }
  @media (min-width: 768px) {
    .tokubetu {
      padding: 25px;
      margin-bottom: 30px; }
      .tokubetu .tokubetu_box {
        display: flex; }
        .tokubetu .tokubetu_box .tokubetu_contents {
          width: 90%; }
          .tokubetu .tokubetu_box .tokubetu_contents span {
            font-size: 20px;
            line-height: 3; }
        .tokubetu .tokubetu_box .tokubetu_img {
          margin-left: 30px; }
      .tokubetu .feminine_img {
        display: flex;
        justify-content: space-between; }
        .tokubetu .feminine_img img {
          width: 30%; } }
  @media (max-width: 767.98px) {
    .tokubetu {
      padding: 20px;
      margin-bottom: 20px; }
      .tokubetu .tokubetu_box .tokubetu_contents span {
        font-size: 16px; }
      .tokubetu .tokubetu_box .tokubetu_img {
        margin-left: 30px; }
      .tokubetu .feminine_img img {
        margin-bottom: 10px; } }

.shikaku {
  background-color: #f8f3de;
  font-weight: bold;
  color: #887f69;
  border-radius: 10px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .shikaku {
      display: flex;
      padding: 30px;
      margin-top: 50px;
      width: 60%; }
      .shikaku .shikaku_contents {
        width: 50%;
        font-size: 22px;
        display: flex;
        align-items: center;
        justify-content: space-evenly; }
        .shikaku .shikaku_contents .count {
          font-size: 60px;
          margin-top: 15px;
          color: #ef7fa3; }
          .shikaku .shikaku_contents .count .pieces {
            margin: 0 13px;
            font-size: 30px; } }
  @media (max-width: 767.98px) {
    .shikaku {
      text-align: center;
      padding: 20px;
      margin-bottom: 50px; }
      .shikaku .shikaku_contents {
        font-size: 18px; }
        .shikaku .shikaku_contents .count {
          font-size: 40px;
          margin-bottom: 0;
          color: #ef7fa3; }
          .shikaku .shikaku_contents .count .pieces {
            margin: 0 13px;
            font-size: 20px; } }

/*メディカルアシスタント科*/
@media (min-width: 768px) {
  .pick .box_long {
    width: 100%; }
    .pick .box_long .pick_icon {
      top: -55px;
      left: -27px; }
    .pick .box_long .pick_box_flex {
      display: flex; }
      .pick .box_long .pick_box_flex p {
        width: 90%;
        margin-right: 30px;
        margin-top: 10px; }
        .pick .box_long .pick_box_flex p span {
          line-height: 3; } }
@media (max-width: 767.98px) {
  .pick .box_long {
    margin-top: 45px; }
    .pick .box_long .pick_icon {
      top: -40px;
      left: -20px; }
      .pick .box_long .pick_icon > p {
        padding-top: 0; } }

@media (max-width: 767.98px) {
  .ma_curriculum {
    margin-bottom: 40px; } }

.license_list {
  color: #887f69; }
  @media (min-width: 768px) {
    .license_list {
      margin: 40px 0;
      font-size: 20px;
      line-height: 2; } }

.license02 {
  color: black;
  margin-bottom: 20px; }
  .license02 p {
    color: #887f69; }
  @media (min-width: 768px) {
    .license02 p {
      font-size: 20px; }
    .license02 li {
      font-size: 16px; } }
  @media (max-width: 767.98px) {
    .license02 p {
      font-size: 16px;
      margin-bottom: 10px; } }

.work {
  border: 2px solid #887f69;
  background-color: white;
  border-radius: 10px;
  position: relative; }
  .work .icon02 {
    position: absolute; }
  .work .top02 {
    color: #887f69; }
  .work .point {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px; }
  @media (min-width: 768px) {
    .work {
      padding: 25px;
      margin-bottom: 30px; }
      .work .icon02 {
        width: 130px;
        top: -26px;
        right: -40px; }
      .work .top02 {
        font-size: 20px;
        margin-bottom: 20px; }
      .work .point {
        width: 290px;
        height: 45px;
        border-radius: 100px;
        font-size: 20px; } }
  @media (max-width: 767.98px) {
    .work {
      padding: 20px;
      margin: 50px 0 20px; }
      .work .icon02 {
        width: 90px;
        top: -45px;
        right: -9px; }
      .work .top02 {
        font-size: 20px;
        margin-bottom: 10px; }
        .work .top02 p {
          font-size: 14px; }
      .work .point {
        width: 290px;
        height: 40px;
        border-radius: 100px;
        font-size: 16px; } }
