@charset "utf-8";

html{
	font-size: 62.5%;
    scroll-padding-top: 70px;
    scroll-behavior: smooth;
}
main{
    margin-top: 70px;
	display: block;
}

/* Common */
.inner{
	width: 100%;
	margin: 0 auto;
}
a{
	color: #14141e;
	text-decoration: none;
	outline: none;
}
a:hover, a img:hover, button:hover img, input#submit:hover{
	opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
img{
	vertical-align: bottom;
}
.img-100{
    width: 100%;
    height: auto;
}
li{
	list-style: none;
}
.main-sec .inner{
    position: relative;
    text-align: center;
}
.main-sec .ms-h2{
    color: #14141e;
    font-size: 6rem;
    letter-spacing: 0.1rem;
    line-height: 1.1;
    text-align: center;
}
.main-sec .ms-h2 span{
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    margin-bottom: 10px;
    color: #009eff;
    display: block;   
}
.pc-disp{
    display: none !important;
}

/* Font */
#about p, #concept .c-p-p p, #course p, #access p, #contact p, #contact form p#contact-ex, #contact form #contact-type-radio span, #contact form .contact-input, #contact-form #privacy-policy p, #notice p, footer, #sp-footer-nav a{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
header h1 strong{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
#top h2, .main-sec .ms-h2 span, #concept .c-p-p h4, #access h3, #contact form p, #contact-form #privacy-policy h3, label#privacy-check span, input#submit, #sp-global-nav a, a#sp-contact-btn{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
nav li, #sp-global-nav a span{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}
#h-contact, #top h1 span, .main-sec .ms-h2, #concept .c-p-p h3{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

/* Header */
header{
    width: 100%;
    height: 70px;
    padding: 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
header #h-h1{
    padding: 0 0 10px 15px;
    width: 80%;
    display: inline-block;
}
header #h-h1 a{
    display: inline-block;
    width: 100%;
}
header h1 strong{
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    margin-bottom: 0;
}
header #h-logo{
    width: 75%;
    height: auto;
}

/* Sp Menu */
button#sp-menu-btn{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    margin: 0;
    outline: none;
    padding: 0;
    vertical-align: middle;
}
#sp-menu-btn{
    display: block;      
    width: 30px;      
    height: 30px;      
    position: absolute;
    top: 20px;
    right: 18px;    
    z-index: 101;
    border:none;    
}    
.bar{      
    width: 26px;      
    height: 3px;        
    display: block;      
    position: absolute;      
    left: 50%;      
    transform: translateX(-50%);      
    background-color: #14141e;    
}    
.bar-top{   
    top: 0;
}
.bar-mid{    
    top: 9px;
}
.bar-bottom{
    top: 18px;
}
#sp-menu-btn.open .bar-top{      
    transform: translate(-50%,10px) rotate(45deg);      
    transition: transform .3s;    
}    
#sp-menu-btn.open .bar-mid{      
    opacity: 0;       
    transition: opacity .3s;    
}    
#sp-menu-btn.open .bar-bottom{      
  transform: translate(-50%,-8px) rotate(-45deg);      
  transition: transform .3s;    
}
#sp-nav-wrap{      
    visibility: hidden;     
    opacity: 0;
    width: 100vw;      
    height: 100dvh;      
    position: fixed;      
    top: 0;      
    left: 0;
    transition: all .5s;       
    z-index: 99;
    background: url("../img/sp-menu-bg.svg") no-repeat right top 15vh / 25vw auto, url("../img/sp-menu-bg-2.svg") no-repeat center top 50vh / 100vw auto;
    background-color: #009eff;
}
#sp-nav-wrap.open {
	visibility: visible;
	opacity: 1;
}
.noscroll{
    height: 100%;
    overflow: hidden;
}
#sp-global-nav{
    position: absolute;
    top: 12vh;
}
#sp-global-nav li{
    margin-bottom: 20px;
}
#sp-global-nav a{
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    color: #fff;
    display: inline-block;
}
#sp-global-nav a span{
    font-size: 1rem;
    color: #14141e;
    letter-spacing: 0;
    margin-bottom: 1px;
    display: block;
}
#sp-contact-btn{
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    color: #fff;
    background-color: #14141e;
    padding: 20px;
    border-radius: 30px;
    margin: 0 auto;
    width: 270px;
    text-align: center;
    display: block;
    filter: drop-shadow(10px 10px 6px rgba(20,20,30,0.1));
    position: absolute;
    top: 70vh;
    left: 0;
    right: 0;
}

/* Top */
#top-wrap{
    background: url("../img/about-bg.svg") no-repeat left bottom / 65% auto, url("../img/top-bg-sp.jpg") no-repeat center top / 100% auto;
    background-color: #dff2ff;
}
#top .inner{
    height: calc(100vh - 70px);
    padding: 0;
}
#top #sp-h1{
    height: 55vh;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#top h1{
    width: 100%;
    padding: 0 25px;
}
#top h2{
    color: #14141e;
    font-size: 4rem;
    letter-spacing: 0.2rem;
    line-height: 1.4;
    width: 300px;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 24px;
}
#top h2 span{
    font-size: 1.8rem;
    letter-spacing: 0.15rem;
    margin-bottom: 10px;
    color: #009eff;
    display: block;
}
#top-scroll{
    position: absolute;
    bottom: -12vh;
    right: 4%;
    width: 13px;
}

/* About */
#about{
    padding: 9.2vh 0 10vh;
}
#about-img-1{
    display: inline-block;
    width: 100%;
    margin: 40px 0 20px;
    padding: 0;
}
#about p{
    color: #14141e;
    font-size: 1.3rem;
    letter-spacing: 0.05rem;
    padding: 0 20px;
    line-height: 1.8;
    text-align: left;
}
#about p br{
    display: none;
}

/* Concept */
#concept{
    padding: 7vh 0 11.5vh;
}
#concept #concept-wrap{
    height: 100%;
    background: url("../img/concept-bg-2.svg") no-repeat left top 55px / 65% auto, url("../img/concept-bg-3.svg") no-repeat left top 60% / 26% auto;
}
#concept .concept-point{
    width: 100%;
    padding: 90px 20px 0;
}
#concept .concept-point .c-p-p{
    width: 100%;
    padding: 0;
}
#concept .concept-point .c-p-i{
    width: 100%;
    padding: 0 5px;
}
#concept .c-p-p h3{
    color: #009eff;
    font-size: 1.5rem;
    text-align: right;
    letter-spacing: 0.1rem;
    line-height: 1;
}
#concept .left.c-p-p h3{
    text-align: left;
}
#concept .c-p-p h3 strong{
    font-size: 6rem;
    font-weight: 700;
    margin-left: 9px;
    vertical-align: -15px;
}
#concept .c-p-p h4{
    color: #14141e;
    font-size: 1.9rem;
    line-height: 1.6;
    text-align: left;
    margin: 10px 0 20px;
}
#concept .c-p-p p{
    color: #14141e;
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    text-align: left;
}
#concept #concept-img-1{
    margin-top: 11vh;
    width: 100%;
}

/* Course & Flow */
#healthtech-wrap{
    background: url("../img/healthtech.svg") no-repeat left top / 25% auto;
    background-color: #dff2ff;
}
#course, #flow{
    padding: 7vh 0 9.2vh;
}
#course p{
    color: #14141e;
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.1rem;
    text-align: left;
    margin: 45px 0 25px;
    padding: 0 20px;
}
#course #course-img, #flow #flow-img{
    width: 100%;
}
#flow{
    background: url("../img/design.svg") no-repeat right top / 25% auto;
    background-color: #dff2ff
}
#flow #flow-img{
    margin-top: 45px;
}

/* Link */
#link-area{
    padding: 7vh 0;
}
#link-area ul{
    margin: 30px 0 0 0;
    padding: 0 30px;
    width: 100%;
}
#link-area ul li{
    width: 100%;
    margin: 0 0 30px 0;
}

/* Access */
#access{
    padding: 7vh 0 11vh;
    background: #009eff url("../img/lab.svg") no-repeat left top / 60% auto;
}
#access .ms-h2 span{
    color: #fff;
}
#access iframe{
    margin: 50px 0 30px;
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);*/
    width: 100%;
    height: 200px;
}
#access h3{
    color: #14141e;
    font-size: 1.5rem;
    margin-bottom: 40px;
    letter-spacing: 0.1rem;
}
#access p{
    color: #14141e;
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
}
#access p a{
    color: #fff;
    text-decoration: underline;
    margin: 15px 0 20px;
    display: inline-block;
}

/* Contact */
#contact{
    padding: 7vh 0 10vh;
}
#contact .inner{
    width: 100%;
    padding: 0 20px;
}
#contact .ms-h2{
    margin-bottom: 60px;
}
#contact p{
    color: #14141e;
    font-size: 1.2rem;
    line-height: 1.8;
}
#contact-form{
    width: 100%;
    text-align: left;
}
#contact-form p#contact-ex{
    font-size: 1.1rem;
    color: #009eff;
    margin: 35px 0;
    letter-spacing: 0.1rem;
}
#contact-form .c-req{
    color: #009eff;
}
#contact #contact-form p, #contact form #contact-type-radio span{
    letter-spacing: 0.2rem;
}
#contact-type-radio{
    padding: 0;
    margin: 10px 0 30px;
    overflow: hidden;
}
#contact-type-radio li{
    float: left;
}
#contact-type-radio label{
    display: block;
}
#contact-type-radio input[type="radio"], #privacy-check input{
    appearance: none;
    display: none;
    opacity: 0;
    width: 1px;
    position: absolute;
    height: 1px;
}
#contact-type-radio input[type="radio"] + span, #privacy-check input + span{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 10px 25px;
    font-size: 1.3rem;
}
#contact-type-radio input[type="radio"] + span::before,
#contact-type-radio input[type="radio"] + span::after, #privacy-check input + span::before, #privacy-check input + span::after{
    position: absolute;
    content: "";
    display: block;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto 10px auto 0;
    box-sizing: border-box;
}
#contact-type-radio input[type="radio"] + span::before, #privacy-check input + span::before{
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid #009eff;
    top: 1px;
    left: 1px;
}
#contact-type-radio input[type="radio"] + span::after, #privacy-check input + span::after{
    width: 10px;
    height: 10px;
    background: #009eff;
    top: 1px;
    left: 5px;
    opacity: 0;
}
#contact-type-radio input[type="radio"]:checked + span::before, #privacy-check input:checked + span::before{
    border: 2px solid #009eff;
}
#contact-type-radio input[type="radio"]:checked + span::after, #privacy-check input:checked + span::after{
    background: #009eff;
    opacity: 1;
}
#contact-form .contact-input{
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    border: 0;
    background-color: #dff2ff;
    padding: 15px 30px;
    border-radius: 10px;
    width: 100%;
    margin: 5px 0 25px;
}
#contact-form textarea.contact-input{
    height: 150px;
    margin-bottom: 50px;
}
#contact-form #privacy-policy{
    color: #14141e;
    padding: 15px 20px 5px;
    background-color: #f4f4f4;
    border-radius: 10px;
}
#contact-form #privacy-policy h3{
    font-size: 1.3rem;
}
#contact-form #privacy-policy p{
    font-size: 0.9rem;
    margin: 6px 0 18px;
}
#privacy-check{
    color: #14141e;
    display: block;
    text-align: center;
    margin: 40px 0 30px;
}
#privacy-check input + span{
    padding: 10px 0 10px 30px;
    letter-spacing: 0.2rem;
}
input#submit{
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    color: #fff;
    background-color: #009eff;
    border: none;
    outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    padding: 20px;
    border-radius: 30px;
    margin: 0 auto;
    width: 270px;
    text-align: center;
    display: block;
    filter: drop-shadow(10px 10px 6px rgba(20,20,30,0.1));
    cursor: pointer;
}
p#contact-message{
    color: #009eff;
    margin-top: 20px;
    text-align: center;
}

/* Footer */
footer{
    color: #fff;
    background-color: #14141e;
    padding: 70px 15px 50px;
}
footer .inner{
    position: relative;
}
footer #f-logo{
    width: 62%;
    height: auto;
    margin-bottom: 80px;
}
footer ul{
    padding: 0;
}
#sp-nav-f ul{
    padding-left: 15px;
    overflow: hidden;
}
footer li, #sp-nav-f li{
    line-height: 2;
    float: left;
    margin-right: 10px;
}
footer li a, #sp-nav-f a{
    color: #fff;
}
footer li a span{
    color: #009bff;
    margin-left: 3px;
}
#sp-nav-f a span{
    margin-left: 3px;
}
footer #f-link{
    font-size: 0.9rem;
    margin-bottom: 30px;
    overflow: hidden;
}
footer #f-link-2{
    font-size: 0.8rem;
    overflow: hidden;
}
footer #f-link-2 a{
    text-decoration: underline;
}
#page-top{
    position: absolute;
    right: 30px;
    top: -50px;
    width: 13px;
}
#sp-nav-f{
    font-size: 0.9rem;
    color: #fff;
    position: absolute;
    bottom: 2vh;
}
#sp-nav-f #sp-f-link-2{
    margin-top: 10px;
    font-size: 0.8rem;
}