@charset "UTF-8";
/***********************************************************************
media queries setting
**********************************************************************/
/***********************************************************************
anim
**********************************************************************/
@keyframes cloud {
  0% {
    transform: translate(2px, 30px);
    @media (max-width: 768px) {
      transform: translate(2px, 15px); } }
  100% {
    transform: translate(-2px, 0px); } }
@keyframes cloudsp {
  0% {
    transform: translate(2px, 15px); }
  100% {
    transform: translate(-2px, 0px); } }
/***********************************************************************
common
**********************************************************************/
body {
  font-size: 18px!important;
}
@media (max-width: 768px) {
  body {
  font-size: 16px!important;
  }
}
header .instagram-btn {
  cursor: pointer; }
  header .instagram-btn ul {
    background: #fff;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 2px rgba(128, 128, 128, 0.2));
    opacity: 0;
    position: absolute;
    top: 58px;
    right: 50%;
    padding: 21px 30px 21px 25px;
    transform: translate(50%, 0);
    transition: .3s all;
    visibility: hidden;
    width: max-content;
    z-index: 5; }
    @media (max-width: 768px) {
      header .instagram-btn ul {
        top: 42px;
        right: -12px;
        transform: none; } }
    header .instagram-btn ul li {
      line-height: 1;
      padding-left: 17px;
      position: relative; }
      header .instagram-btn ul li:not(:last-child) {
        margin-bottom: 15px; }
      header .instagram-btn ul li::before {
        background: url("../images/common/footer-linstagramlist-arrow.svg") no-repeat center/contain;
        content: "";
        height: 14px;
        position: absolute;
        left: 0;
        top: 3px;
        width: 7px; }
    header .instagram-btn ul a {
      display: inline-block;
      font-size: 15px;
      line-height: 1.3; }
    header .instagram-btn ul::before {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 8px solid #fff;
      content: "";
      height: 0;
      position: absolute;
      top: -7px;
      right: 50%;
      transform: translate(50%, 0);
      width: 0; }
      @media (max-width: 768px) {
        header .instagram-btn ul::before {
          right: 20px;
          transform: none; } }
  header .instagram-btn:hover ul {
    opacity: 1;
    visibility: visible; }

.head {
  padding-top: 15px;
  position: relative;
  text-align: center; }
  @media (max-width: 768px) {
    .head {
      padding-top: 7px; } }
  .head .en {
    line-height: 0;
    margin-bottom: 12px;
    font-weight: bold; }
  .head h3 {
    font-size: 35px;
  }
  @media (max-width: 768px) {
    .head h3 {
      font-size: 24px; } }
    .head .en img {
      max-height: 16px;
      width: auto; }
      @media (max-width: 768px) {
        .head .en img {
          max-height: 10px; } }

/***********************************************************************
page
**********************************************************************/
#local {
  color: #636363;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  overflow-x: hidden;
  /* main */
  /* main */
  /* page-link-box */
  /* page-link-box */
  /* topics */
  /* topics */
  /* philosophy */
  /* philosophy */
  /* feature */
  /* feature */
  /* qualification */
  /* qualification */
  /* service */
  /* service */
  /* user */
  /* user */
  /* flow */
  /* flow */
  /* price */
  /* price */
  /* faq */
  /* faq */
  /* matters */
  /* matters */
  /* info */
  /* info */
  /* consultation */
  /* consultation */ }
  #local a {
    color: #636363; }
  #local #main {
    background: #f5f8f6;
  }
  @media (max-width: 768px) {
    #local #main {
    } }
    @media (max-width: 375px) {
      #local #main {
      } }
  #local .mv {
    display: flex;
    /* height: calc(100vh - 89px); */
    width: 90%;
    margin: 0 auto;
    justify-content: center;
    box-sizing: border-box;
  }
  @media (max-width: 1024px) {
    #local .mv {
      flex-direction: column-reverse;
      height: auto;
      width: 100%;
    } }
  #local .mv_txtbox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    font-weight: bold;
  }
  @media (max-width: 1024px) {
    #local .mv_txtbox {
    width: 100%;
  }}
  #local .mv_txtbox h2 {
    font-size: 45px;
    text-shadow: 1px 2px 10px #808080;
    text-align: center;
    margin: auto 0;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 500;
    line-height: 2;
  }
  @media (max-width: 1024px) {
    #local .mv_txtbox h2 {
      font-size: 35px;
      margin: 30px 0 20px 20px;
      line-height: 1.5;
    } }

  #local .mv_txtbox .mv-sub {
    background-color: #D0D6D2;
    padding: 40px;
    text-align: center;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
  }
  @media (max-width: 1024px) {
    #local .mv_txtbox .mv-sub {
      padding: 20px 30px 30px;
      text-align: center;
  }}
  #local .mv_txtbox .mv-sub p {
    font-size: 36px;
  }
  @media (max-width: 1024px) {
    #local .mv_txtbox .mv-sub p {
      font-size: 20px;
    } }
  #local .mv_txtbox .mv-sub_thoughts {
    border: 2px solid #738679;
    border-radius: 50px;
    padding: 20px;
    width: 60%;
    margin: 0 auto 20px;
  }
  #local .mv .image-box {
    width: 50%;
  }
  @media (max-width: 1024px) {
    #local .mv .image-box {
      width: 100%;
    } }
  #local .mv .image-box img {
    height: auto;
    width: 100%;
  }
  

  #local .page-link-box {
    background: #ff8f8f;
    margin-bottom: -1px;
    padding: 45px 0 51px; }
    @media (max-width: 768px) {
      #local .page-link-box {
        padding: 35px 0 21px; } }
    #local .page-link-box ul {
      display: flex;
      flex-wrap: wrap; }
      #local .page-link-box ul li {
        width: 23.5%; }
        @media (max-width: 768px) {
          #local .page-link-box ul li {
            width: 44.5%; } }
        #local .page-link-box ul li:not(:nth-child(4n)) {
          margin-right: 2%; }
          @media (max-width: 768px) {
            #local .page-link-box ul li:not(:nth-child(4n)) {
              margin-right: inherit; } }
        #local .page-link-box ul li:nth-child(-n + 4) {
          margin-bottom: 21px; }
          @media (max-width: 768px) {
            #local .page-link-box ul li:nth-child(-n + 4) {
              margin-bottom: inherit; } }
        @media (max-width: 768px) {
          #local .page-link-box ul li:nth-child(odd) {
            margin-right: 11%; } }
        @media (max-width: 768px) {
          #local .page-link-box ul li:nth-last-child(n+3) {
            margin-bottom: 18px; } }
      #local .page-link-box ul a {
        background: #fff;
        display: block;
        border-radius: 20px;
        box-sizing: border-box;
        padding: 11px 35px 11px 20px;
        position: relative; }
        @media (max-width: 768px) {
          #local .page-link-box ul a {
            background: transparent;
            border-bottom: 1px solid #fff;
            border-radius: 0;
            padding: 0 16px 6px 0; } }
        #local .page-link-box ul a img {
          max-height: 17px;
          width: auto; }
          @media (max-width: 768px) {
            #local .page-link-box ul a img {
              max-height: 13px; } }
        #local .page-link-box ul a::before {
          background: url("../images/nursing/page-link-arrow.svg") no-repeat center/contain;
          content: "";
          height: 19px;
          position: absolute;
          right: 13px;
          top: 50%;
          transform: translate(0, -50%);
          width: 19px; }
          @media (max-width: 768px) {
            #local .page-link-box ul a::before {
              background: url("../images/nursing/page-link-arrow-sp.svg") no-repeat center/contain;
              height: 7px;
              right: 2px;
              top: 3px;
              transform: none;
              width: 12px; } }
  #local #topics {
    background: #f4f4f4;
    margin-bottom: -1px;
    padding: 50px 0; }
    @media (max-width: 768px) {
      #local #topics {
        padding: 20px 0 30px; } }
    #local #topics .head {
      padding: 0; }
      #local #topics .head h3 {
        line-height: 1; }
      #local #topics .head::before {
        content: none; }
#local h3 {
  font-size: 36px;
}
  @media (max-width: 768px) {
  #local h3 {
    font-size: 25px;
  }
}
#local #service {
      background: #f4f4f4;
      padding: 60px 0 80px;
}
@media (max-width: 768px) {
  #local #service {
    padding: 25px 0;
  }
}
#local #service .service_box01, #local #service .service_box02 ,
#local #service .service_box03 {
  display: flex;
  align-items: flex-end;
}
  @media (max-width: 768px) {
    #local #service .service_box01, #local #service .service_box02 ,
#local #service .service_box03 {
  flex-direction: column-reverse;
}
  }
#local #service .box-left, #local #service .box-right {
  width: 50%;
  box-sizing: border-box;
}
  @media (max-width: 768px) {
    #local #service .box-left, #local #service .box-right {
    width: 100%;
}
  }
#local #service .service_box03 .box-left {
  width: 65%;
}
  @media (max-width: 768px) {
    #local #service .service_box03 .box-left {
      width: 100%;
    }
  }
#local #service .service_box03 .box-right {
  width: 35%;
  background-color: #D0D6D2;
}
@media (max-width: 768px) {
    #local #service .service_box03 .box-right {
      width: 100%;
    }
  }

#local #service .box-left p, #local #service .box-right p {
  letter-spacing: .15rem;
  line-height: 1.5;
}
#local #service h3 {
  font-size: 35px;
  margin: 0 30px 20px;
  padding-bottom: 30px;
  border-bottom: 2px solid #738679;
  color: #738679;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
  @media (max-width: 768px) {
    #local #service h3 {
      margin: 20px 0;
      font-size: 25px;
    }
  }
#local #service h3 span {
  font-size: 20px;
}
#local #service .service_box01 .box-right p {
  background-color: #D0D6D2;
  padding: 30px;
  margin-right: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
  @media (max-width: 768px) {
    #local #service .service_box01 .box-right p {
      margin-right: 0;
    }
  }

#local #service .box-right p span, #local #service .box-left p span {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 24px;
  text-shadow: #BABABA 1px 1px;
}
  @media (max-width: 768px) {
    #local #service .box-right p span, #local #service .box-left p span {
      font-size: 18px;
    }
  }
#local #service .inner {
  background: none;
  border-radius: 0;
  box-sizing: border-box;
  max-width: 1040px;
  padding: 0;
  color: #636363;
  margin-bottom: 45px;
}

#local #service .service_box02 , #local #service .service_box04 {
  flex-direction: row-reverse;
  align-items: normal;
  height: 100%;
}
  @media (max-width: 768px) {
    #local #service .service_box02 , #local #service .service_box04 {
      flex-direction: column-reverse;
    }
  }
#local #service .service_box03 {
  align-items: normal;

}
#local #service .service_box02 .box-left, #local #service .service_box04 .box-left{
  background-color: #738679;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  margin-right: 30px;
}
  @media (max-width: 768px) {
    #local #service .service_box02 .box-left, #local #service .service_box04 .box-left {
      padding: 30px;
    }
  }
#local #service .service_box02 h3, #local #service .service_box04 h3 {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  margin: 0 0 20px;
}
#local #service .service_box02 h3 {
  line-height: .8;
}
@media (max-width: 768px) {
    #local #service .service_box02 h3 {
      line-height: 1.0;
    }
  }
#local #service .service_box02 p, #local #service .service_box03 p, #local #service .service_box04 p {
  font-family: "Noto Sans JP", sans-serif;
}
#local #service .service_box02 p span, #local #service .service_box04 p span {
  text-shadow: #D0D6D2 1px 1px;
}

#local #service .service_box02 .box-right img {
  padding: 30px 30px 30px 0;
}
  @media (max-width: 768px) {
    #local #service .service_box02 .box-right img {
      padding: 0;
    }
  }
#local #service .service_box03 .box-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
#local #service .service_box03 h3 {
  margin: 0 0 20px;
}
#local #service .service_box04 {
  background-color: #dde7e0;
  padding: 45px 0;
  display: flex;
}
  @media (max-width: 768px) {
    #local #service .service_box04 {
      padding: 20px;
    }
  }
#local #service .service_box04.inner {
  margin-bottom: 0;
}
#local #service .service_box04 .box-left {
  margin-left: 30px;
  margin-right: 0;
}
  @media (max-width: 768px) {
    #local #service .service_box04 .box-left {
      margin: 0;
    }
  }
#local #service .service_box04 .box-right {
  margin-right: 30px;
}

/* 講師紹介 */
#local #instructor {
  background: #f4f4f4;
  padding: 60px 0 80px;
  font-family: "Noto Sans JP", sans-serif;
}
#local #instructor .title {
  text-align: center;
  color: #857f7f;
  letter-spacing: .4rem;
  font-weight: 500;
  position: relative;
}
#local #instructor .title::after {
  content: "";
  background-image: url(../images/local/instructor-titleline.png?250805);
  width: 520px;
  height: 42px;
  position: absolute;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
  background-repeat: no-repeat;
}
#local #instructor .title h3 {
  text-shadow: #D9D7D7 2px 2px;
  margin-bottom: 17px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
#local #instructor .title p {
  font-size: 17px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  letter-spacing: .3rem;
  color: #738679;

}
  @media (max-width: 768px) {
    #local #service .service_box04 .box-left {
      font-size: 15px;
    }
  }
#local #instructor .instructor_box  {
  position: relative;
  margin-top: 300px;
  margin-bottom: 30px;
}
  @media (max-width: 768px) {
    #local #instructor .instructor_box {
      margin-top: 30px;
    }
  }
#local #instructor .instructor_box.box01 {
  margin-top: 350px;
}
  @media (max-width: 768px) {
    #local #instructor .instructor_box.box01 {
      margin-top: 60px;
    }
  }
#local #instructor .txt-box {
  background-color: #b2a088;
  display: flex;
  margin: 0 30px;
  color: #303f54;
}
    @media (max-width: 768px) {
    #local #instructor .txt-box {
      margin: 0;
      flex-direction: column;
    }
  }
#local #instructor .box01 .txt-box::before {
  content: "";
  background-image: url(../images/local/instructor01-circle.png);
  background-size: cover;
  width: 167px;
  height: 189px;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
#local #instructor .box02 .txt-box {
  background-color: #d8d1c8;
  color: #636363;
}
#local #instructor .box03 .txt-box {
  background-color: #e1c8a8;
}
#local #instructor .box04 .txt-box {
  background-color: #cccbc9;
  color: #636363;
}
#local #instructor .box05 .txt-box {
  background-color: #ffddb1;
}

#local #instructor .instructor-name-area {
  display: flex;
  width: 15%;
  border-right: 1px solid #303f54;
  justify-content: center;
}
  @media (max-width: 768px) {
    #local #instructor .instructor-name-area {
      flex-direction: column;
      width: 100%;
      padding: 30px 30px 10px;
      box-sizing: border-box;
      border-bottom: 1px solid #303f54;
      border-right: none;
    }
  }
#local #instructor .instructor-name-area p {
  writing-mode: vertical-rl;
  padding: 65px 0 0;
  font-size: 24px;
  font-feature-settings: initial;
}
@media (max-width: 768px) {
    #local #instructor .instructor-name-area p {
      writing-mode: horizontal-tb;
      padding: 0;
    }
  }
#local #instructor .instructor-name {
  text-shadow: 1px 1px 2px #303f54;
  letter-spacing: .5rem;
  margin-right: 5px;
}
@media (max-width: 768px) {
    #local #instructor .instructor-name {
      margin-right: 0;
      margin-bottom: 5px;
    }
  }
#local #instructor .instructor-name-area .profession {
  font-size: 16px;
  letter-spacing: .2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .4rem;
}
@media (min-width: 769px) {
  #local #instructor .instructor-name-area .profession {
    font-size: 17px;
    letter-spacing: .2rem;
  }
}
#local #instructor .instructor-name-area .profession span {
  margin-top: 140px;
}
#local #instructor .explanation {
  width: 85%;
  padding: 65px 30px;
  box-sizing: border-box;
  font-weight: 500;
  letter-spacing: .2rem;
  line-height: 2;
}
@media (max-width: 768px) {
    #local #instructor .explanation {
      writing-mode: horizontal-tb;
      width: 100%;
      padding: 30px;
      letter-spacing: .18rem;
      line-height: 1.85;
    }
  }
#local #instructor .explanation span.line {
    width: 38px;
    height: 1px;
    display: inline-block;
    background-color: #303f54;
    vertical-align: super;
}
#local #instructor .box02 .explanation span.line {
    background-color: #636363;
}
#local #instructor .explanation span.line.left {
  margin-left: 5px;
}
#local #instructor .explanation span.line.right {
  margin-right: 5px;
}
#local .instructor_box img {
  position: absolute;
  top: -210px;
  width: 100%;
  max-width: 410px;
  border: 3px solid #b2a088;
  box-sizing: border-box;

}
  @media (max-width: 768px) {
    #local .instructor_box img {
      position: static;
    }
  }

#local .instructor_box.box02 img {
  right: 100px;
  border: 3px solid #d8d1c8;
}

#local .instructor_box.box03 img {
  left: 90px;
  border: 3px solid #e1c8a8;
}

#local .instructor_box.box04 img {
  left: 50%;
  transform: translateX(-50%);
  border: 3px solid #cccbc9;
}
  @media (max-width: 768px) {
    #local .instructor_box.box04 img {
      transform: none;
    }
  }

#local .instructor_box.box05 img {
  right: 0;
  border: 3px solid #ffddb1;
}

/* お問い合わせ */
#local #contact {
  background-color: #EAF0EB;
  padding: 60px 0 80px;
}
#local #contact .contact-bg {
  background-color: #DDE7E0;
  padding: 30px;
  box-sizing: border-box;
}
#local #contact h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  text-shadow: 1px 2px 4px #808080;
  margin-bottom: 40px;

}
#local #contact p{
  text-align: center;
  font-weight: 500;

}
#local #contact .contact-area {
  margin-top: 20px;
}
#local #contact .contact-area div {
  display: flex;
  width: 50%;
  margin: 0 auto 20px;
}
@media (max-width: 768px) {
    #local #contact .contact-area div {
      width:100%;
    }
  }
#local #contact .contact-area div img {
  max-width: 30px;
  margin-right: 20px;
}

#local #contact .contact-area div dl {
  display: flex;
}
@media (max-width: 768px) {
    #local #contact .contact-area div dl {
       flex-direction: column;
    }
  }
#local #contact .contact-area div dl dt {
  margin-right: 30px;
}
#local #contact .contact-area .tel dl dt,  #local #contact .contact-area .mail dl dt{
  margin-right: 47px;
  white-space: nowrap;
}
#local #contact p, #local #contact .contact-area {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  #local #contact .contact-area .form dt {
    margin-bottom: 20px;
}
  }
#local #contact .contact-area .form dd {
    position: relative;
}
#local #contact .contact-area .form dd::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(../images/local/contact-click.png);
  right: -10px;
  bottom: -35px;
  background-size: contain;
}
#local #contact .contact-area .form a{
  background-color: #738679;
  padding: 12px; 
  color: #ffffff;
  border-radius: 50px;
  letter-spacing: .1rem;
  text-shadow: 1px 2px 8px #808080;
}

/* cooperation */
