@charset "UTF-8";

/* Scss Document */
@media screen and (max-width: 1024px) {
  #site_contents {
    padding-top: 48px;
    min-height: calc(100vh - 48px);
  }

  .home #site_contents {
    padding-top: 48px;
  }

  /*---------------------------------
  
  	spmenu
  
  ---------------------------------*/
  .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }

  .modal__bg {
    background: rgba(255, 255, 255, 0.7);
    height: 100vh;
    position: absolute;
    width: 100%;
  }

  .modal__content {
    position: absolute;
    top: 0;
    right: 0;
    width: 74%;
    height: auto;
  }

  #header-menu {
    display: none;
  }

  #spsite_header {
    display: block;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: .5s;
    width: 100%;
  }

  .spmenu-container {
    background: #fff;
    position: fixed;
    height: 48px;
    z-index: 100;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }

  .spmenu-container .sp-logo {
    display: inline-block;
    margin: 10px 0 0 20px;
  }

  .spmenu-container .sp-logo img {
    display: block;
    height: 27px;
    width: auto;
  }

  .spmenu {
    position: fixed;
    width: 48px;
    height: 48px;
    z-index: 100;
    background: #0E458F;
    right: 0px;
    top: 0;
  }

  .spmenu a {
    display: block;
    height: 100%;
  }

  .spmenu span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    background-color: #fff;
    z-index: 100;
    content: "";
    display: block;
    height: 4px;
    display: inline-block;
    transition: all .3s;
  }

  .spmenu span:nth-of-type(1) {
    top: 11px;
  }

  .spmenu span:nth-of-type(2) {
    top: 22px;
  }

  .spmenu span:nth-of-type(3) {
    top: 33px;
  }

  .sp-menu-cover {
    max-height: 80vh;
    overflow-y: scroll;
  }

  .sp-list {
    list-style: none;
    background: #fff;
  }

  .sp-list .menu-title {
    background: #0E458F;
    color: #fff;
    font-size: 12px;
    padding: 15px 11px;
  }

  .sp-list li:not(:first-of-type) {
    border-bottom: solid 1px #DCDCDC;
  }

  .sp-list a {
    text-decoration: none;
    padding: 15px 16px 15px 0;
    display: block;
    font-size: 13px;
  }

  .sp-list a:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 15px;
    background-image: url(../img/icon-page.svg);
    margin: 0px 6px -2px 11px;
  }

  .sp-list .icon-link a:after {
    width: 13px;
    height: 13px;
    margin: 0 0 -1px 6px;
  }

  .sp-list .sp-entry {
    background: #FF4141;
    color: #fff;
  }

  .sp-list .sp-entry a:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 15px;
    background-image: url(../img/icon-page_wh.svg);
    margin: 0px 6px -2px 11px;
  }

  .sp-list .sp-requirements {
    background: #F5F5F5;
  }

  .js-modal-close span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 23px;
  }

  .js-modal-close span:nth-of-type(2) {
    opacity: 0;
  }

  .js-modal-close span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 23px;
  }
}

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }

  .pc-none {
    display: block;
  }

  .sp-none {
    display: none !important;
  }

  .sp-br {
    display: block;
  }

  .pc-br {
    display: none;
  }

  /*---------------------------------
  
  	gotop
  
  ---------------------------------*/
  #back-to-top {
    bottom: 90px;
  }

  /*---------------------------------
  
  	recaptcha
  
  ---------------------------------*/
  .recap {
    font-size: 12px;
  }

  /*---------------------------------
  
  	top
  
  ---------------------------------*/
  .slide_sp .fp-slide {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 91%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 91%, 0 100%);
  }

  .top-notice-content {
    padding: 30px 20px 30px;
    margin: 30px 20px 0;
  }

  .top-notice-content-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .top-notice-content-right {
    width: 100%;
  }

  .top-notice-flex {
    display: block;
    margin-right: 0;
  }

  .top-notice-flex a {
    margin-right: 0;
  }

  .top-notice-dates {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .top-link-content {
    margin: 50px 20px 0 30px;
    padding-bottom: 20px;
  }

  .top-link-content p {
    font-size: 14px;
  }

  .top-link-content p span {
    font-size: 20px;
  }

  .top-link-content .marker {
    width: 93%;
  }

  .top-link-item {
    width: 100%;
    height: 180px;
    margin: 0 0 40px 0;
  }

  .top-link-item-flex {
    display: block;
    margin-right: 0;
  }

  .sq-bg {
    font-size: 18px;
  }

  .top-about {
    background-image: url("../img/img_top_about_sp.jpg");
    background-size: cover;
    background-position: bottom right 45%;
    padding: 115px 20px 250px 20px;
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (max-width: 767px) and (min-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (min-resolution: 192dpi),
only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .top-about {
    background-image: url("../img/2x/img_top_about_sp@2x.jpg");
  }
}

@media screen and (max-width: 767px) {
  .top-about-content {
    padding: 74px 20px 133px 20px;
  }

  .top-about-content h2 {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    white-space: nowrap;
  }

  .top-about-btn-flex {
    margin-bottom: 29px;
  }

  .wh-title {
    font-size: 24px;
  }

  .center-subtitle {
    font-size: 50px;
  }

  .top-strengths {
    padding-top: 50px;
  }

  .top-strengths h2 {
    position: relative;
    left: auto;
  }

  .top-strengths-right {
    width: 100%;
    margin-left: 20px;
    padding: 273px 50px 40px 9px;
    margin-top: 130px;
  }

  .top-strengths-right-inner {
    min-width: 0;
  }

  .top-strengths-left {
    height: 339px;
    width: 95%;
    top: 169px;
  }

  .top-blog {
    padding: 50px 0;
  }

  .top-blog .primary-btn {
    margin: 10px auto 0 auto;
  }

  .top-blog .primary-btn-cover {
    padding: 0 20px;
  }

  .img-top-blog-left {
    top: 0px;
    width: 167px;
  }

  .img-top-blog-right {
    top: 0;
    width: 169px;
  }

  .top-blog-flex {
    padding: 140px 20px 0 20px;
  }

  .top-blog-item {
    width: 100%;
  }

  .top-blog-thumbnail img {
    height: 210px;
  }

  .top-blog-title {
    margin-top: 20px;
  }

  .top-color-textarea {
    width: 100%;
  }

  .top-career {
    margin-bottom: 50px;
  }

  .top-color-textarea-inner-01 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .top-color-textarea-inner-01 p {
    margin: 233px 0 30px;
  }

  .top-color-textarea-inner-02 {
    max-width: none;
    margin-left: 0;
  }

  .top-color-textarea-inner-02 p {
    margin: 233px 0 30px;
  }

  .top-color-imgarea {
    height: 189px;
    width: calc(100% - 40px);
    left: 50% !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .top-color-imgarea-01 {
    top: 140px;
  }

  .top-color-imgarea-02 {
    top: 140px;
  }

  /*---------------------------------
  
  	footer
  
  ---------------------------------*/
  .footer-entry {
    background-position: top right 31%;
  }

  .footer-entry h4 {
    margin: 30px 0 20px;
  }

  .footer-flex {
    flex-wrap: wrap;
  }

  .footer-left {
    padding-right: 0;
    padding-bottom: 32px;
    border-right: none;
    border-bottom: solid 1px #fff;
  }

  .footer-right {
    margin-top: 30px;
  }

  .footer-right ul {
    margin-right: 34px;
  }

  .footer-right-flex {
    margin-right: -34px;
  }

  .copyright {
    margin: 80px 0 16px;
  }

  /*---------------------------------
  
  	btn
  
  ---------------------------------*/
  .primary-btn {
    width: 100%;
  }

  .secondary-btn {
    width: 100%;
  }

  .primary-btn-cover {
    width: 100%;
  }

  .footer-entry-btn {
    width: 460px;
    display: block;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 15px 0 13px;
    background: #FF4141;
    margin-right: 40px;
    border: 1px solid #FF4141;
    margin-bottom: 30px;
  }

  .footer-entry-btn:after {
    content: "";
    display: inline-block;
    background-image: url("../img/icon_btn_arrow_wh.svg");
    background-size: contain;
    width: 14px;
    height: 16px;
    margin: 0 0 -3px 10px;
  }

  /*---------------------------------
  
  	下層　共通
  
  ---------------------------------*/
  .under-title {
    height: 270px;
  }

  .under-title h2 {
    font-size: 20px;
    padding-bottom: 10px;
    text-shadow: white 1px 1px 2px, white -1px 1px 2px, white 1px -1px 2px, white -1px -1px 2px;
  }

  .under-title span {
    font-size: 14px;
    text-shadow: white 1px 1px 2px, white -1px 1px 2px, white 1px -1px 2px, white -1px -1px 2px;
  }

  .jp-heading h3 {
    font-size: 30px;
  }

  .under-title-text {
    top: 40px;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
  }

  .right-margin-box-bg {
    margin-right: 0%;
  }

  .right-margin-box {
    padding-left: 0%;
  }

  .left-margin-box-bg {
    margin-left: 0%;
  }

  .left-margin-box {
    padding-right: 0%;
  }

  .flex-content-01 .flex-content-01-txt {
    width: 100%;
  }

  .flex-content-01 img {
    width: calc(100% - 40px);
  }

  .wrap-reverse-sp {
    flex-wrap: wrap-reverse;
  }

  /*---------------------------------
  
  	about-hospital
  
  ---------------------------------*/
  .page-about-hospital .under-title {
    background-image: radial-gradient(circle at 190px 30px, white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("../img/img_under_title_01.jpg");
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (max-width: 767px) and (min-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (min-resolution: 192dpi),
only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .page-about-hospital .under-title {
    background-image: radial-gradient(circle at 190px 30px, white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("../img/2x/img_under_title_01@2x.jpg");
  }
}

@media screen and (max-width: 767px) {
  .about-change {
    padding: 70px 0 50px;
  }

  .about-change .about-color-textarea {
    width: 100%;
    padding: 70px 20px;
  }

  .about-change .wh-title {
    display: block;
    font-size: 20px;
    margin-bottom: 16px;
    text-align: center;
  }

  .about-color-textarea-inner-02 {
    max-width: none;
    margin-left: 0;
  }

  .about-color-textarea-inner-02 p:last-of-type {
    margin-top: 232px;
  }

  .about-color-imgarea {
    height: 189px;
    width: calc(100% - 40px);
    left: 50% !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 250px;
  }

  .philosophy-content {
    padding: 70px 20px;
  }

  .philosophy-content h4 {
    font-size: 18px;
  }

  .message-flex {
    display: block;
  }

  .message-photo {
    margin: 0 auto 20px;

  }

  .message-name {
    text-align: right;
    margin-top: 20px;
  }



  .access-right {
    width: 100%;
  }

  .access-right img {
    margin-bottom: 40px;
  }

  .access-left {
    width: 100%;
  }

  .hospital-overview {
    padding: 0 20px 100px 20px;
  }

  .tbl-primary {
    border-collapse: collapse;
    margin-left: 0;
  }

  .tbl-primary th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }

  .tbl-primary td {
    display: block;
    width: 100%;
  }

  .tbl-primary tr:first-of-type td {
    border-top: none;
  }

  /*---------------------------------
  
  	entry
  
  ---------------------------------*/
  .entry .under-title,
  .thanks .under-title {
    background-image: radial-gradient(circle at 190px 30px, white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("../img/img_under_title_04_sp.jpg");
    background-position: center;
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (max-width: 767px) and (min-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (min-resolution: 192dpi),
only screen and (max-width: 767px) and (min-resolution: 2dppx) {

  .entry .under-title,
  .thanks .under-title {
    background-image: radial-gradient(circle at 190px 30px, white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("../img/2x/img_under_title_04_sp@2x.jpg");
    background-position: center;
  }
}

@media screen and (max-width: 767px) {
  .entry-content {
    padding: 70px 20px 100px 20px;
  }

  .entry-content-text p:first-of-type {
    font-size: 20px;
  }

  .wpcf7 .template01 div.form__row {
    flex-wrap: wrap;
  }

  .wpcf7 .template01 .form__label {
    width: 100%;
    border-bottom: none;
    font-weight: bold;
    padding-bottom: 0;
  }

  .wpcf7 .template01 .form__body {
    width: 100%;
    margin-left: 0;
  }

  .wpcf7 .template01 .form__label,
  .wpcf7 .template01 .form__body {
    margin-bottom: 0;
  }

  .wpcf7 .template01 .form__row:first-of-type .form__body {
    border-top: none;
  }

  .wpcf7 .template01 .age input[type=number],
  .wpcf7 .template01 .number-578 input[type=number] {
    width: 50%;
    margin-right: 1em;
  }

  .wpcf7 .template01 span.wpcf7-list-item {
    display: block;
  }

  .wpcf7 .template01 input[type=text],
  .wpcf7 .template01 input[type=tel],
  .wpcf7 .template01 input[type=email],
  .wpcf7 .template01 input[type=url],
  .wpcf7 .template01 input[type=date],
  .wpcf7 .template01 input[type=number],
  .wpcf7 .template01 textarea {
    padding: 7px 16px 7px 25px;
  }

  .wpcf7 .template01 {
    font-size: 16px;
  }

  .wpcf7 .template01 span.wpcf7-list-item {
    margin-bottom: 30px;
  }

  /*---------------------------------
  
  	thanks
  
  ---------------------------------*/
  .thanks-content {
    padding: 70px 20px 100px 20px;
  }

  .thanks-content-text p:first-of-type {
    font-size: 20px;
  }

  /*---------------------------------
  
  	404
  
  ---------------------------------*/
  .notfound .under-title {
    background-image: radial-gradient(circle at 190px 30px, white, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  }

  .notfound-content {
    padding: 70px 20px 100px 20px;
  }

  .notfound-content-text p:first-of-type {
    font-size: 20px;
  }

  /*---------------------------------
  
  	single
  
  ---------------------------------*/
  .single-blog-bg-color {
    padding: 0;
    margin: 0 20px 50px 20px;
  }

  .single-blog-bg-color-cover {
    margin-left: 0;
  }

  .single-blog .cover960 {
    margin-left: 0;
  }

  .amanokawa-post {
    padding: 30px;
  }

  .amanokawa-post h3 {
    font-size: 20px;
  }

  #nav-below {
    display: block;
    padding: 50px 20px 80px 20px;
  }

  .single-btn-cover a {
    width: 100%;
    margin-right: 0;
  }

  .single-btn-all a {
    width: 100%;
  }

  /*---------------------------------
  
  	single-requirements
  
  ---------------------------------*/
  .a-single-requirements .under-title,
  .a-arc-requirements .under-title {
    background-image: url("../img/img_under_title_03_sp.jpg");
    background-position: center;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .a-single-requirements .back-grid-01 {
    padding: 70px 0 100px;
  }

  .requirements-post .back-grid-02 {
    padding: 40px 20px 46px 20px;
  }

  .requirements-post .requirements-post-title p {
    font-size: 18px;
  }

  .requirements-post .center h3 {
    font-size: 20px;
  }

  .all-requirements .back-grid-02 {
    padding: 70px 20px 40px 20px;
  }

  .all-requirements-content-flex .primary-btn-cover {
    margin-bottom: 15px;
  }

  /*---------------------------------
  
  	requirements
  
  ---------------------------------*/
  .a-arc-requirements .back-grid-01 {
    padding: 70px 0 70px;
  }

  .requirements-notice h3 {
    font-size: 20px;
  }

  .requirements-notice p:first-of-type {
    font-size: 18px;
  }

  /*---------------------------------
  
  	sidebar
  
  ---------------------------------*/
  .side-bar-cover {
    margin-left: 20px;
    margin-right: 20px;
  }

  /*---------------------------------
  
  	home
  
  ---------------------------------*/
  .home .under-title,
  .a-single .under-title {
    background-image: url("../img/img_under_title_02_sp.jpg");
    background-position: center;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .notice-flex {
    display: block;
    margin-right: 0;
    padding: 30px 0 100px;
  }

  .notice-contents {
    width: 100%;
    margin-right: 0;
  }

  .notice-contents .jp-heading {
    margin-left: 20px;
  }

  .notice-info {
    margin: 30px 20px 50px 20px;
    padding: 30px;
  }

  .notice-all {
    padding: 0 20px;
  }

  .home-blog-flex {
    display: block;
    margin-right: 0;
  }

  .home-blog-thumbnail {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .home-blog-thumbnail img {
    width: 100%;
    height: 210px;
  }

  .home-blog-right {
    margin-right: 0;
    width: 100%;
  }

  .home-blog-title {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
  }

  .pagination {
    justify-content: center;
    margin: 70px 0 0 0;
  }

  .pagination span,
  .pagination a {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 2.1;
  }

  /*---------------------------------
  
  	nursery-school
  
  ---------------------------------*/
  .page-nursery-school .under-title {
    background-image: url("../img/img_under_title_06_sp.jpg");
    background-position: center;
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (max-width: 767px) and (min-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (min-resolution: 192dpi),
only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .page-nursery-school .under-title {
    background-image: url("../img/2x/img_under_title_06_sp@2x.jpg");
  }
}

@media screen and (max-width: 767px) {
  .nursery-about-imgarea {
    height: 189px;
    width: calc(100% - 40px);
    left: 50% !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 140px;
  }

  .nursery-about {
    margin: 50px 0 0;
  }

  .nursery-about .tbl-primary {
    margin: auto;
    width: 100%;
    margin-top: 233px;
  }

  .nursery-childminder-flex {
    margin-right: -20px;
  }

  .nursery-childminder-flex img {
    margin-right: 20px;
    width: calc(50% - 40px);
  }

  .nursery-message-bg-color-cover {
    margin-right: 0;
  }

  .nursery-message-bg-color-cover .cover960 {
    margin-right: auto;
  }

  .nursery-message-bg-color {
    margin: 0 20px;
    padding-left: 0;
  }

  .nursery-message {
    padding: 70px 20px 70px 27px;
  }

  .slide-navigation {
    width: 100%;
  }

  .slide-navigation .slick-slide {
    margin: 0 5px;
  }

  /*---------------------------------
  
  	faq
  
  ---------------------------------*/
  .page-faq .under-title {
    background-image: url("../img/img_under_title_07_sp.jpg");
    background-position: center;
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (max-width: 767px) and (min-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (min-resolution: 192dpi),
only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .page-faq .under-title {
    background-image: url("../img/2x/img_under_title_07_sp@2x.jpg");
  }
}

@media screen and (max-width: 767px) {
  .faq-link-flex {
    justify-content: center;
  }

  .faq-link-flex li {
    width: 100%;
  }

  .qa-title {
    font-size: 18px;
  }

  /*---------------------------------
  
  	voice
  
  ---------------------------------*/
  .page-voice .under-title {
    background-image: url("../img/img_under_title_08_sp.jpg");
    background-position: center;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .voice-box {
    width: calc(100% - 40px);
  }

  /*---------------------------------

	interview

---------------------------------*/
  .interview-vl {
    height: 300px;
  }

  .interview-vl-09 {
    background-image: url("../img/img_interview_09_sp.jpg");
    background-position: top center;
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (max-width: 767px) and (min-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (min-resolution: 192dpi),
only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .interview-vl-09 {
    background-image: url("../img/2x/img_interview_09_sp@2x.jpg");
  }
}

@media screen and (max-width: 767px) {
  .interview-catch {
    margin-top: -80px;
  }

  .interview-catch h2 {
    font-size: 20px;
  }

  .interview-catch p:first-of-type {
    font-size: 18px;
  }

  .interview-notice h3 {
    font-size: 24px;
  }

  .interview-color-area {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .interview-color-area .interview-color-textarea {
    width: 100%;
  }

  .interview-color-area .interview-color-textarea-inner {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .interview-color-area .interview-color-textarea-inner p {
    margin-top: 235px;
  }

  .interview-color-area h3 {
    font-size: 24px;
  }

  .interview-color-imgarea {
    height: 189px;
    width: calc(100% - 40px);
    left: 50% !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .interview-color-imgarea-ke,
  .interview-color-imgarea-ih,
  .interview-color-imgarea-km,
  .interview-color-imgarea-sa,
  .interview-color-imgarea-17,
  .interview-color-imgarea-16,
  .interview-color-imgarea-15,
  .interview-color-imgarea-12 {
    top: 155px;
  }

  .interview-color-imgarea-19 {
    top: 187px;
  }

  .interview-message {
    margin-top: 70px;
  }

  .interview-message .interview-message-inner {
    margin-left: 0;
  }

  .interview-message .interview-message-inner h3 {
    font-size: 23px;
  }

  .interview-message .interview-message-inner p {
    z-index: 1;
    position: relative;
  }

  .interview-message img {
    -webkit-clip-path: inset(0 0 35%);
    clip-path: inset(0 0 35%);
    width: 27%;
    left: auto;
    right: -15px;
    top: -50px;
  }

  /*---------------------------------
  
  	data
  
  ---------------------------------*/
  .page-data .under-title {
    background-image: url("../img/img_under_title_09_sp.jpg");
    background-position: center;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .data-title {
    font-size: 30px;
  }

  .data-color {
    font-size: 65px;
  }

  .data-color span {
    font-size: 25px;
  }

  .data-box-01 .data-box-01-left {
    width: 100%;
  }

  .data-box-01 .data-box-01-left img {
    width: calc(100% - 40px);
  }

  .data-box-01 .data-box-01-right {
    width: 100%;
  }

  .data-box-01 .data-box-01-right p:first-of-type {
    font-size: 30px;
  }

  .data-box-01 .data-box-01-right p:nth-last-of-type(2) {
    font-size: 65px;
  }

  .data-box-01 .data-box-01-right p:nth-last-of-type(2) span {
    font-size: 25px;
  }

  .data-box-01 .data-box-01-right p:last-of-type {
    font-size: 20px;
  }

  .data-box-02 .data-box-02-left {
    width: 100%;
  }

  .data-box-02 .data-box-02-left img {
    width: 50%;
    margin: 29px 10px 0 0;
    display: block;
  }

  .data-box-02 .data-box-02-left .data-box-02-left-flex {
    justify-content: center;
  }

  .data-box-02 .data-box-02-right {
    width: 100%;
  }

  .data-box-02 .data-box-02-right p:nth-last-of-type(2) {
    font-size: 30px;
  }

  .data-box-02 .data-box-02-right p:nth-last-of-type(2) span {
    font-size: 20px;
  }

  .data-box-02 .data-box-02-right img {
    width: calc(100% - 40px);
  }

  .data-box-03inner {
    width: 100%;
  }

  .data-box-03inner img {
    width: calc(50% - 40px);
  }

  .data-box-03inner-flex img {
    width: calc(100% - 40px);
  }

  .data-box-03inner-flex .data-color .data-color-small {
    font-size: 25px;
  }

  /*---------------------------------
  
  	about-nursing
  
  ---------------------------------*/
  .page-about-nursing .under-title {
    background-image: url("../img/img_under_title_10_sp.jpg");
    background-position: center;
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (max-width: 767px) and (min-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (min-resolution: 192dpi),
only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .page-about-nursing .under-title {
    background-image: url("../img/2x/img_under_title_10_sp@2x.jpg");
  }
}

@media screen and (max-width: 767px) {
  .about-nursing-features {
    margin-bottom: 70px;
    padding: 70px 0 0;
  }

  .about-nursing-features-textarea {
    width: 100%;
  }

  .about-nursing-features-textarea-inner {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .about-nursing-features-textarea-inner p {
    margin: 233px 0 30px;
  }

  .about-nursing-features-imgarea {
    height: 189px;
    width: calc(100% - 40px);
    left: 50% !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 160px;
  }

  .about-nursing-experience-title h3 {
    font-size: 20px;
  }

  .about-nursing-experience-item h4 {
    font-size: 20px;
  }

  /*---------------------------------
  
  	training
  
  ---------------------------------*/
  .page-training .under-title {
    background-image: url("../img/img_under_title_11_sp.jpg");
    background-position: center;
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (max-width: 767px) and (min-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (min-resolution: 192dpi),
only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .page-training .under-title {
    background-image: url("../img/2x/img_under_title_11_sp@2x.jpg");
  }
}

@media screen and (max-width: 767px) {
  .about-training {
    margin-bottom: 70px;
    padding: 70px 0 0;
  }

  .about-training-textarea {
    width: 100%;
  }

  .about-training-textarea-inner {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .about-training-textarea-inner p {
    margin: 233px 0 30px;
  }

  .about-training-imgarea {
    height: 189px;
    width: calc(100% - 40px);
    left: 50% !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 160px;
  }

  .training-example-flex {
    flex-flow: wrap-reverse;
  }

  .training-example-txt {
    width: 100%;
  }

  .training-example-img {
    width: 100%;
  }

  .training-example-txt-catch {
    font-size: 20px;
  }

  /*---------------------------------
  
  	career
  
  ---------------------------------*/
  .page-career .under-title {
    background-image: url("../img/img_under_title_12_sp.jpg");
    background-position: center;
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (max-width: 767px) and (min-device-pixel-ratio: 2),
only screen and (max-width: 767px) and (min-resolution: 192dpi),
only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .page-career .under-title {
    background-image: url("../img/2x/img_under_title_12_sp@2x.jpg");
  }
}

@media screen and (max-width: 767px) {
  .career-ideal p {
    font-size: 20px;
  }

  .career-clinical-ladder-title {
    font-size: 24px;
  }

  .flex-clinical-img {
    width: 100%;
    margin-right: 40px;
    margin-top: 0;
    margin-bottom: 40px;
  }
}