@charset "UTF-8";
@media screen and (max-width: 769px) {
  /*=========================
▼▼共通▼▼
===========================*/
  body {
    width: 100%;
    height: 100%;
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 2;
    text-align: left;
    letter-spacing: 0.1em;
    background-image: url(../img/main_bg_img.png);
    background-position: left top;
    background-repeat: repeat;
    background-size: 75px;
    overflow: hidden;
  }
  img {
    display: block;
    width: 100%;
    height: auto;
  }
  a {
    display: block;
    width: 100%;
  }
  .sp_none {
    display: none;
  }
  .auto {
    width: 88%;
    margin: 0 auto;
  }
  .ex_btn {
    position: relative;
  }
  .ex_btn a {
    background-image: url(../img/btn_right_arrow.png);
    background-position: right 16px center;
    background-size: 14px 3px;
    background-repeat: no-repeat;
    height: 100%;
    padding: 14px 10px 13px;
    position: relative;
    background-color: #fff;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.08);
    border-radius: 100px;
    line-height: 1.8;
    font-size: 12px;
    text-align: center;
    letter-spacing: -0.01em;
  }
  .ex_btn a:hover {
    background-position: right 11px center;
  }
  h2 {
        text-align: center;
        margin-bottom: 40px;
        font-size: 14px;
    
    }
  h2 .title_eng {
    font-size: 38px;
    display: block;
    letter-spacing: 0.16em;
    line-height: 1.2;
  }
  .movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
  }
  .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  /*=========================
▼▼モーダル▼▼
===========================*/
  .remodal-wrapper {
    padding: 60px 6% 0;
  }
  .remodal-wrapper .remodal {
    background-color: #9dd2e3;
    background-image: url("../img/map_bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    max-width: 700px;
    color: #000;
    padding: 50px 6% 32px;
    position: relative;
    margin-bottom: 0;
  }
  .remodal-wrapper .remodal .box {
    text-align: center;
    border: 2px solid #225c9d;
    background-color: #fff;
    padding: 36px 6% 24px;
    border-radius: 12px;
    width: 100%;
  }
  .remodal-wrapper .title_box {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: 74%;
    max-width: 320px;
    padding: 7px 18px 8px;
    border-radius: 50px;
    color: #fff;
    background-color: #225c9d;
    align-items: center;
  }
  .remodal-wrapper .title_box .num_img {
    width: 100%;
    max-width: 21px;
    margin: 0 3px;
  }
  .remodal-wrapper .modal_title {
    width: fit-content;
    font-weight: 700;
    margin: 0 3px;
    font-size: 17px;
    line-height: 1.3;
  }
  .remodal-wrapper .remodal .img_box {
    margin-bottom: 14px;
  }
  .remodal-wrapper .remodal .img {
    width: 100%;
    margin: 0 0 10px;
  }
  .remodal-wrapper .remodal .img:last-of-type {
    margin-bottom: 0;
  }
  .remodal-wrapper .remodal-close {
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
  }
  .remodal-wrapper .remodal-close::before {
    background-image: url("../img/cross.png");
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
  }
  .remodal-wrapper .modal_text {
    color: #000;
    line-height: 2;
    font-size: 14px;
    font-feature-settings: "palt";
    margin-bottom: 16px;
  }
  .remodal-wrapper .caption_text {
    margin: -10px auto 10px;
    font-size: 12px;
    line-height: 1.6;
  }
  .remodal-wrapper .sns_icon {
    width: 40px;
    margin: 0 auto 14px;
  }
  .remodal-wrapper .ex_btn {
    width: 100%;
    margin: 0 auto;
  }
  .remodal-wrapper .ex_btn a {
    border: 2px solid #225c9d;
  }
/*=========================
▲▲モーダル▲▲
===========================*/
  /* conts_fv */
  #conts_fv .message {
    position: absolute;
    width: auto;
    height: 7%;
    top: 14%;
    left: 16%;
    z-index: 1;
  }
  #conts_fv .message img {
    width: auto;
    height: 100%;
  }
  #conts_fv .slide_text {
    position: absolute;
    width: 92%;
    top: 2.5%;
    left: 4%;
    z-index: 1;
  }
  #conts_fv .bg_img {
    transform: scale(1.04);
    transition-duration: .3s;
  }
  #conts_fv .swiper-slide-active .bg_img {
    animation: fade_bg 4s ease-out;
    animation-fill-mode: forwards;
  }
  @keyframes fade_bg {
    0% {
      transform: scale(1);
    }
    10% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.04);
    }
  }
  @-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 10%, 0);
      transform: translate3d(0, 10%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 10%, 0);
      transform: translate3d(0, 10%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .slider1 > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: 8px;
    left: auto;
    right: 10%;
    bottom: 6%;
  }
  .slider1 > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 0 0 3vw;
    width: 8px;
    height: 8px;
  }
  .slider1 .swiper-pagination-bullet {
    background: #aebdcb;
    opacity: 1;
  }
  .slider1 .swiper-pagination-bullet-active {
    background: #79b6f2;
  }
  #conts_about {
        background-image: url("../img/yumegaoka_bg.jpg");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
        padding: 53px 0 35px;
        overflow: hidden;
        position: relative;
    
    }
  #conts_about .text_box {
        margin-bottom: 46px;
    
    }
  #conts_about .swiper-container {
    margin-bottom: 20px;
    padding-bottom: 28px;
  }
  #conts_about .big_text {
        width: 104%;
        max-width: 700px;
        position: absolute;
        mix-blend-mode: overlay;
        bottom: 66px;
        right: -10%;
        z-index: 2;
    }
  .slider2 .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
  }
  #conts_about .swiper-slide {
    width: 100%;
    height: 100%;
  }
  #conts_about .swiper-slide.slide_01 {
    margin-top: 12px;
  }
  #conts_about .swiper-slide.slide_02,
  #conts_about .swiper-slide.slide_04 {
    margin-top: 6px;
  }
  #conts_about .auto {
    max-width: 350px;
    width: 76%;
  }
  #conts_about .text_box .text {
        line-height: 2.4;
        margin-bottom: 30px;
        margin-right: 10%;
    
    }
  #conts_about .text_box .text:last-of-type {
    margin-bottom: 0;
  }
  #conts_about h2 {
        font-size: 20px;
        text-align: left;
        letter-spacing: 0.04em;
        margin-bottom: 24px;
        line-height: 2.1;
    
    }
  #conts_about h2 .yume {
    display: inline-block;
    position: relative;
  }
  #conts_about h2 .yume:before {
    content: "";
    display: block;
    width: 140px;
    height: 60px;
    background-image: url("../img/text_circle.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #conts_story {
        background-image: url("../img/story_bg.jpg");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
        padding: 114px 0 140px;
        position: relative;
    
    }
  #conts_story:before {
        content: "";
        display: block;
        width: 92%;
        height: 94%;
        border: 10px solid #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none;
    
    }
  #conts_story .auto {
    width: 86%;
  }
  #conts_story h2 {
    color: #fff;
    margin-bottom: 50px;
  }
  #conts_story .wrapper {
        display: flex;
        flex-direction: column;
        margin-bottom: 46px;
        position: relative;
    
    }
  #conts_story .text {
    margin-bottom: 34px;
    line-height: 2.2;
  }
  #conts_story .text:last-of-type {
    margin-bottom: 0;
  }
  #conts_story .text_box {
        order: 2;
        margin: 0 10%;
        padding-top: 34px;
        max-width: 460px;
    
    }
  #conts_story .img_box {
    position: relative;
    width: 100%;
    margin-top: -28px;
  }
  #conts_story .img_box .img_01 {
        max-width: 254px;
        width: 62%;
        position: relative;
        left: calc(50% - 43px);
        top: 0;
        transform: translateX(-50%);
    
    }
  #conts_story .img_box .img_02 {
    width: 52%;
    position: relative;
    left: calc(50% + 54px);
    transform: translateX(-50%);
    top: 0;
    max-width: 220px;
  }
  #conts_story .wrapper .img_wrap {
    position: relative;
  }
  #conts_story .wrapper .text_img {
    max-height: 28px;
    height: 100vw;
    width: auto;
    position: absolute;
    mix-blend-mode: overlay;
  }
  #conts_story .wrapper .text_img img {
    width: auto;
    height: 100%;
    object-fit: contain;
  }
  #conts_story .wrapper .mirai_img .text_img {
    bottom: 17%;
    left: calc(50% - 50px);
  }
  #conts_story .wrapper .miku_img .text_img {
    top: 10%;
    left: calc(50% + 90px);
    transform: translateX(-50%);
  }
  #conts_story h3 {
        font-size: 18px;
        text-align: center;
        margin-bottom: 10px;
    
    }
  #conts_story h3 .number {
    max-height: 14px;
    height: 100vw;
    width: auto;
    display: inline-block;
    margin-bottom: -7px;
  }
  #conts_story h3 .number img {
    width: auto;
    height: 100%;
    object-fit: contain;
  }
  .slider3 {
    padding-bottom: 50px;
  }
  .slider3 .swiper-slide-active .movie {
    box-shadow: -2px -2px 24px 0 rgba(60, 140, 182, 0.28);
  }
  .slider3 > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
    width: 8px;
    height: 8px;
    outline: none;
  }
  .slider3 .swiper-pagination-bullet {
    background: #cce9eb;
    opacity: 1;
  }
  .slider3.swiper-container-3d .swiper-slide-shadow-left,
  .slider3.swiper-container-3d .swiper-slide-shadow-right {
    background-image: none;
  }
  .slider3 > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 20px;
  }
  .slider3 .swiper-pagination-bullet-active {
    background: #90d1da;
  }
  .slider3 .swiper-button-prev {
    background-image: url("../img/story_slide_prev.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    left: 9%;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 24px;
    margin-top: 0;
  }
  .slider3 .swiper-button-next {
    background-image: url("../img/story_slide_next.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    right: 9%;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 24px;
    margin-top: 0;
  }
  #conts_topmap {
    background-image: url("../img/map_bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 82px 0 88px;
  }
  #conts_topmap h2 {
        font-size: 26px;
        line-height: 1.4;
        margin-bottom: 24px;
    }
  #conts_topmap .auto {
    position: relative;
  }
  #conts_topmap .img_01 {
        width: 108px;
        position: absolute;
        top: -50px;
        right: calc(50% + 71px);
    }
  #conts_topmap .img_02 {
        width: 108px;
        position: absolute;
        top: 4px;
        right: calc(50% + 117px);
    }
  #conts_topmap .img_03 {
        width: 111px;
        position: absolute;
        top: -57px;
        left: calc(50% + 81px);
    }
  #conts_topmap .img_04 {
        width: 106px;
        position: absolute;
        top: -4px;
        left: calc(50% + 117px);
    }
  #conts_topmap .top_text {
        line-height: 2;
        max-width: 500px;
        margin: 0 auto 32px;
    }
  #conts_topmap .top_text .caution {
    text-indent: -1em;
    padding-left: 1em;
    display: block;
    font-size: 12px;
    line-height: 1.6;
    padding-top: 6px;
  }
  #conts_topmap .img {
    box-shadow: -2px -2px 19px 0 rgba(60, 140, 182, 0.28);
  }
  #conts_project {
    padding-bottom: 82px;
  }
  #conts_project .page_ex_btn_block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 480px;
    justify-content: center;
    background-color: #fafeff;
    margin: 0 auto 40px;
    padding: 50px 4% 29px;
  }
  #conts_project .page_ex_btn_box {
    display: flex;
    margin: 0 1% 48px;
    width: 48%;
    align-items: center;
    position: relative;
  }
  #conts_project .page_ex_btn_box a .text {
    width: 100%;
    padding: 5px 22px 5px 4%;
    background-color: #e5edef;
    background-image: url("../img/arrow.png");
    background-repeat: no-repeat;
    background-position: right 8px top 16px;
    background-size: 10px;
    font-size: 13px;
    letter-spacing: .02em;
  }
  #conts_project .page_ex_btn_box:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #conts_project .page_ex_btn_box:nth-last-of-type(2) {
    margin-bottom: 0;
  }
  #conts_project .num_img {
    max-height: 18px;
    height: 16px;
    width: auto;
    position: absolute;
    top: -26px;
    left: 0;
  }
  #conts_project .num_img img {
    width: auto;
    height: 100%;
  }
  #conts_project .project_wrapper {
    margin-bottom: 50px;
  }
  #conts_project .project_list .title_box {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
  }
  #conts_project .project_list .number {
    width: 100%;
    max-width: 60px;
    margin-right: 10px;
  }
  #conts_project .project_list .project_item {
    position: relative;
    padding-top: 20px;
    margin-bottom: 44px;
  }
  #conts_project .project_list .project_item:last-of-type {
    margin-bottom: 0;
  }
  #conts_project .project_list #project_04 {
    margin-bottom: 34px;
  }
  #conts_project .project_list #project_04 .title_box {
    margin-bottom: 8px;
  }
  #conts_project .project_list .project_item .text_wrap h3 {
    font-size: 22px;
    line-height: 1.2;
  }
  #conts_project .project_list .project_item .text_wrap .hospital_name {
    margin-bottom: 14px;
    font-size: 17px;
    line-height: 1.6;
  }
  #conts_project .project_list .project_item .text_wrap .img_box {
    position: relative;
    margin-bottom: 12px;
  }
  #conts_project .project_list .project_item .text_wrap .img_box .img.img_01 {
    width: 90%;
  }
  #conts_project
    .project_list
    #project_05.project_item
    .text_wrap
    .img_box
    .img.img_01 {
    width: 100%;
  }
  #conts_project .project_list #project_02 .text_wrap .img_box .img.img_02 {
    width: 36%;
    margin: -23vw 0 0 auto;
  }
  #conts_project .project_list .project_item .text_wrap .img_box .img.img_02 {
    width: 30%;
    margin: -30vw 0 0 auto;
  }
  #conts_project .project_list .project_item .text_wrap .text {
    line-height: 2;
    margin-bottom: 24px;
  }
  #conts_project .project_list .project_item#project_03 .text_wrap .text {
    margin-bottom: 0;
  }
  #conts_project .project_list .project_item .text_wrap .ex_btn {
    max-width: 320px;
    margin: 0 auto;
  }
  #conts_project .project_list .project_item .text_wrap .ex_btn.gracia {
    margin-bottom: 12px;
    width: auto;
  }
  #conts_project .btn_wrap .link_btn {
    width: 84%;
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 12px;
    position: relative;
  }
  #conts_project .btn_wrap .link_btn:last-of-type {
    margin-bottom: 0;
  }
  .news_block {
    position: relative;
    max-width: 1064px;
    margin: 0 auto;
    width: 88%;
  }
  .news_block h2 {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.4;
  }
  .news_block h2 .title_eng {
    margin-bottom: 14px;
  }
  .news_block .news_wrap {
    background-color: #fafeff;
    padding: 34px 4% 33px;
  }
  .news_block .news_wrap a {
    margin-bottom: 22px;
    width: fit-content;
  }
  .news_block .news_wrap a:last-of-type {
    margin-bottom: 0;
  }
  .news_block .news_wrap dl {
    line-height: 1.5;
    width: fit-content;
  }
  .news_block .news_wrap a dl dt {
    margin-bottom: 8px;
    font-size: 12px;
  }
  .project_bg {
    background-image: url("../img/project_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .conts_area {
    padding: 84px 0 64px;
    overflow: hidden;
    background-image: url(../img/line_01.png);
    background-position: left top 196px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
  }
  .conts_area h2 {
    font-size: 14px;
    line-height: 1.6;
  }
  .conts_area .big_img {
    width: 92%;
    margin: 0 auto 24px;
    position: relative;
  }
  .conts_area .big_img::after {
    content: "";
    width: 92%;
    height: 92%;
    border: 6px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .conts_area h2 .title_eng {
    margin-bottom: 20px;
  }
  .conts_area .ex_text {
    text-align: center;
    margin-bottom: 28px;
    line-height: 2;
    font-feature-settings: "palt";
  }
  .conts_area .ex_btn {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 74px;
  }
  .conts_area .ex_btn::after {
    background-color: #f9feff;
  }
  .conts_area .block {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .conts_area .img_01 {
    width: 100%;
    max-width: 647px;
    margin-bottom: 12px;
    order: 1;
  }
  .conts_area .img_02 {
    width: 100%;
    max-width: 292px;
    order: 2;
    position: relative;
    left: calc(50% - 10px);
  }
  .conts_area .img_03 {
    width: 100%;
    max-width: 209px;
    position: relative;
    margin: -170px 0 30px;
    order: 3;
    left: calc(50% - 200px);
  }
  .conts_area .text_01 {
        width: 100%;
        line-height: 2;
        margin-bottom: 30px;
        padding-top: 0;
        order: 2;
    
    }
  .conts_area .text_01 .caution {
    font-size: 10px;
    position: relative;
    top: -8px;
  }
  .conts_area .text_02 {
    width: 100%;
    line-height: 1.8;
    order: 4;
    margin-bottom: 10px;
  }
  .conts_area .caution_detail {
    width: 100%;
    line-height: 2.2;
    order: 5;
    margin-bottom: 0;
  }
  .conts_area .caution_detail li {
    font-size: 12px;
    text-indent: -2em;
    padding-left: 2em;
    margin-bottom: 10px;
  }
  .conts_area .caution_detail li:last-of-type {
    margin-bottom: 0;
  }
  .conts_map {
    padding: 94px 0px 128px;
    background-color: rgba(233, 242, 245, 0.85);
  }
  .conts_map h2 {
    margin-bottom: 24px;
  }
  .conts_map .map_img {
    max-width: 460px;
    margin: 0 auto 28px;
  }
  .areamap_wrap {
    width: 80%;
    max-width: 320px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  #conts_news {
    background-image: url("../img/news_bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 88px 0 94px;
  }
  /*=========================
▼▼footer▼▼
===========================*/
  footer {
    position: relative;
    background-color: #fff;
    padding: 30px 0 24px;
  }
  footer .logo {
    max-width: 158px;
    width: 100%;
    margin: 0 auto 12px;
  }
  footer .copy {
    text-align: center;
  }
  footer .copy small {
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
  /*=========================
▲▲footer▲▲
===========================*/
  #back-top {
    display: none;
    width: 60px;
    position: fixed;
    bottom: 30px;
    right: 2%;
    z-index: 99;
  }
}
