@charset "utf-8";

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

/* Common */
.inner{
	max-width: 1280px;
	margin: 0 auto;
}
.ofh{
	overflow: hidden;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
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{
    margin-top: 80px;
}
.main-sec .inner{
    position: relative;
    text-align: center;
}
.main-sec .ms-h2{
    color: #14141e;
    font-size: 6.5rem;
    letter-spacing: 0.6rem;
    line-height: 1.2;
    text-align: center;
}
.main-sec .ms-h2 span{
    font-size: 1.4rem;
    letter-spacing: 0.15rem;
    margin-bottom: 10px;
    color: #009eff;
    display: block;   
}
.sp-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{
    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 h1, .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{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
nav li{
    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%;
    padding: 5px 15px 16px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
header #h-h1{
    display: inline-block;
}
header #h-h1 a{
    display: block;
}
header h1 strong{
    font-size: 1.1rem;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
header #h-logo{
    width: 260px;
    height: auto;
}
header #h-contact{
    font-size: 1.3rem;
    display: block;
    margin-top: 15px;
    padding: 10px 28px;
    border-radius: 22px;
    color: #fff;
    background-color: #14141e;
}
header nav{
    margin: 10px 10px 0 0;
}
header nav li{
    font-size: 1.3rem;
    padding: 5px 35px 0 0;
    float: left;
}

/* Top */
#top-wrap{
    background: url("../img/about-bg.svg") no-repeat left bottom / 450px auto, url("../img/top-bg.jpg") no-repeat center top / 100% auto;
    background-color: #dff2ff;
}
#top .inner{
    height: calc(100vh - 80px);
    padding: 0;
}
#top h1{
    width: 730px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#top-scroll{
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 18px;
}

/* About */
#about{
    padding: 120px 0 160px;
}
#about-img-1{
    display: inline-block;
    max-width: 820px;
    margin: 50px 0 30px;
}
#about p{
    color: #14141e;
    width: 695px;
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
    line-height: 1.8;
    display: inline-block;
    text-align: left;
}

/* Concept */
#concept.main-sec{
    padding: 120px 0 80px;
    margin-top: 0;
}
#concept #concept-wrap{
    height: 100%;
    background: url("../img/concept-bg-2.svg") no-repeat left top 70px / 450px auto, url("../img/concept-bg-3.svg") no-repeat left top 900px / 150px auto;
}
#concept .inner{
    background: url("../img/concept-bg-1.svg") no-repeat right 80px top 70px / 220px auto;
}
#concept .concept-point{
    max-width: 1280px;
    padding: 120px 160px 0;
}
#concept .concept-point .c-p-p{
    width: 430px;
    padding: 0 35px 0 0;
}
#concept .concept-point .left.c-p-p{
    padding: 0 0 0 35px;
}
#concept .concept-point .c-p-i{
    width: calc(100% - 450px);
}
#concept .c-p-p h3{
    color: #009eff;
    font-size: 1.8rem;
    text-align: right;
    letter-spacing: 0.2rem;
}
#concept .left.c-p-p h3{
    text-align: left;
}
#concept .c-p-p h3 strong{
    font-size: 7.4rem;
    font-weight: 700;
    margin-left: 10px;
    vertical-align: -20px;
}
#concept .c-p-p h4{
    color: #14141e;
    font-size: 2.7rem;
    text-align: left;
    margin-bottom: 30px;
}
#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: 115px;
    width: 100%;
}

/* Course & Flow */
#healthtech-wrap{
    background: url("../img/healthtech.svg") no-repeat left top 160px / 160px auto, url("../img/design.svg") no-repeat right top 1160px / 160px auto;
    background-color: #dff2ff;
}
#course{
    padding: 120px 160px 95px;
}
#course p{
    color: #14141e;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.1rem;
    text-align: left;
    max-width: 975px;
    padding: 0 47px;
    margin: 70px 0 30px;
    display: inline-block;
}
#course #course-img, #flow #flow-img{
    max-width: 974px;
    display: inline-block;
}
#flow.main-sec{
    padding: 120px 160px 105px;
    margin-top: 0;
}
#flow #flow-img{
    margin-top: 70px;
}

/* Link */
#link-area.main-sec{
    margin: 0;
    padding: 120px 0;
}
#link-area ul{
    margin: 30px 0 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
#link-area ul li{
    display: inline-block;
    width: 250px;
    margin: 0 10px;
}

/* Access */
#access.main-sec{
    margin: 0;
    padding: 120px 0 160px;
    background: #009eff url("../img/lab.svg") no-repeat left top / 400px auto;
}
#access .inner{
    max-width: 900px;
}
#access .ms-h2 span{
    color: #fff;
}
#access iframe{
    width: 100%;
    margin: 70px 0 40px;
    border-radius: 20px;
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);*/
}
#access h3{
    color: #14141e;
    font-size: 1.6rem;
    margin-bottom: 40px;
    letter-spacing: 0.1rem;
}
#access p{
    color: #14141e;
    font-size: 1.4rem;
    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.main-sec{
    padding: 120px 0 145px;
    margin-top: 0;
}
#contact .inner{
    max-width: 880px;
    padding: 0;
}
#contact .ms-h2{
    margin-bottom: 60px;
}
#contact p{
    color: #14141e;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
}
#contact-form{
    max-width: 800px;
    text-align: left;
    display: inline-block;
}
#contact-form p#contact-ex{
    font-size: 1.1rem;
    color: #009eff;
    margin: 70px 0 45px;
    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;
}
#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.4rem;
}
#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: 20px 32px 10px;
    background-color: #f4f4f4;
    border-radius: 10px;
}
#contact-form #privacy-policy h3{
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
}
#contact-form #privacy-policy p{
    font-size: 1rem;
    letter-spacing: 0.1rem;
    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;
}
#contact-message{
    color: #009eff;
    margin-top: 20px;
    text-align: center;
}

/* Footer */
footer{
    color: #fff;
    background-color: #14141e;
    padding: 100px 0 80px;
}
footer .inner{
    position: relative;
    padding: 0 15px;
}
footer #f-logo{
    width: 260px;
    height: auto;
    margin-bottom: 110px;
}
footer ul{
    padding: 0;
}
footer li{
    float: left;
    margin-right: 45px;
}
footer li a{
    color: #fff;
}
footer li a span{
    color: #009bff;
    margin-left: 6px;
}
footer #f-link{
    font-size: 1.4rem;
    margin-bottom: 40px;
}
footer #f-link-2{
    font-size: 0.9rem;
}
footer #f-link-2 a{
    text-decoration: underline;
}
#page-top{
    position: absolute;
    right: 15px;
    top: -50px;
    width: 18px;
}