@charset "utf-8";

html {
	font-size: 62.5%;
    scroll-padding-top: 76px;
    scroll-behavior: smooth;
}
body {
	font-size: 1.2rem;
	color: #6e6e6e;
	background-color: #f2fafe;
	font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
	font-feature-settings: "palt";
}
main {
	display: block;
}

/* Common */
.inner {
	100%
}
.ofh {
	overflow: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
	outline: none;
	transition: .3s;
}
a:hover {
	opacity: .8;
}
p {
    line-height: 2.2;
}
ul {
    padding: 0;
}
img {
	vertical-align: bottom;
}
.img-100 {
    width: 100%;
    height: auto;
}
.img-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
li {
	list-style: none;
}
.pc-disp {
    display: none !important;
}

/* Header */
header {
    width: 100%;
    padding: 15px 0;
    background-color: #f2fafe;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
header .inner {
    padding: 0 20px;
	position: relative;
}
header #h-logo {
	width: 82PX;
}
header #h-contact {
	font-size: 1.3rem;
	letter-spacing: 0.2rem;
	font-weight: 700;
	color: #fff;
	background-color: #00a0e8;
	display: block;
	padding: 0 25px;
	height: 30px;
	text-align: center;
	line-height: 27px;
	border-radius: 25px;
	position: absolute;
	top: 9px;
	right: 68px;
}
button#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;
}
#menu-btn {
    display: block;      
    width: 30px;      
    height: 30px;      
    position: absolute;
    top: 56%;
    right: 5%;    
    z-index: 110;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border:none;    
}    
.bar {      
    width: 28px;      
    height: 3px;        
    display: block;      
    position: absolute;      
    left: 50%;      
    transform: translateX(-50%);      
    background-color: #00a0e8;    
}    
.bar-top {   
    top: 0;
    transition: all .3s;
}
.bar-mid {    
    top: 11px;
    transition: all .3s;
}
.bar-bottom {
    top: 22px;
    transition: all .3s;
}
#menu-btn.open .bar-top {      
    transform: translate(-50%,11px) rotate(45deg);      
    transition: transform .4s;    
}    
#menu-btn.open .bar-mid {      
    opacity: 0;       
    transition: opacity .4s;    
}    
#menu-btn.open .bar-bottom {      
  transform: translate(-50%,-11px) rotate(-45deg);      
  transition: transform .4s;    
}
#nav-wrap {
    width: 100vw;      
    height: 100dvh;      
    position: fixed;      
    top: 0;      
    right: -100vw;
    transition: all .4s;
    transform: translate(0);     
    z-index: 99;
    background-color: #f2fafe;
}
#nav-wrap.open {
	transform: translate(-100vw);
}
.noscroll {
    height: 100%;
    overflow: hidden;
}
#global-nav {
    position: absolute;
    top: 12vh;
}
#global-nav {
    padding-left: 30px;
}
#global-nav li {
    margin-bottom: 30px;
}
#global-nav a {
    font-size: 1.1rem;
    letter-spacing: .2rem;
    color: #646968;
	font-weight: 700;
}
#global-nav a strong {
    font-size: 2.2rem;
    color: #00a0e8;
    margin-right: 10px;
	font-weight: 500;
}

/* Section Common */
.sec-top {
    padding-top: 76px;
}
.sec-h2 {
    font-size: 2.8rem;
    color: #00a0e8;
    letter-spacing: 2px;
    margin-bottom: 40px;
}
.sec-h2 .sec-h2-s {
	font-size: 1.6rem;
	margin-top: 6px;
	display: block;
}
a.cat-list-link {
	color: #00a0e8;
	font-size: 1.6rem;
	letter-spacing: .1rem;
}
a.cat-list-link span {
	transition: .3s;
	display: inline-block;
}
a.cat-list-link:hover span {
	transform: translateX(5px);
}
#page-top{
    position: fixed;
    right: 3vw;
    bottom: 5vh;
    width: 50px;
	display: none;
}

/* Top Movie */
#top-mov-area {
	position: relative;
}
#top-mov-area video {
	width: 100%;
	height: auto;
}
#top-mov-area h2 {
	color: #fff;
	letter-spacing: .1rem;
	margin-top: 30px;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#top-mov-area h2 span {
	font-size: 1.2rem;
	margin-top: 10px;
	display: block;
}

/* About */
#about {
	padding: 76px 20px 80px;
	text-align: center;
}

/* Mission Statement */
#mission {
	padding: 76px 20px 80px;
	text-align: center;
}
#mission img {
	display: block;
	width: 500px;
	height: auto;
	padding: 0 20px;
	margin: 80px 0;
}
#mission p, #mission-box {
	width: 100%;
	margin: 0 0 30px;
}
#mission-box {
	color: #00a0e8;
	border: 3px solid #00a0e8;
	line-height: 2.2;
	margin-top: 60px;
	padding: 30px 25px 35px;
}

/* Leader */
#leader {
	padding: 76px 20px 80px;
	text-align: center;
}
#leader #leader-tag-li li {
	font-size: 1.4rem;
	letter-spacing: .1rem;
	font-weight: 700;
	color: #fff;
	background-color: #00a0e8;
	display: inline-block;
	height: 35px;
	width: 160px;
	margin: 20px 10px 35px;
	text-align: center;
	line-height: 34px;
	border-radius: 25px;
}
#leader #leader-li {
	font-size: 1.4rem;
	line-height: 2.2;
	text-align: left;
}
#leader span.triangle {
	font-size: .9rem;
	color: #00a0e8;
	margin-right: 5px;
	vertical-align: 2px;
}

/* Summary */
#summary {
	padding-bottom: 80px;
	text-align: center;
}
#summary table {
	width: 100%;
	border-spacing: 10px;
	background-color: #fff;
}
#summary table th {
	font-weight: 500;
	line-height: 1.6;
	width: 115px;
	color: #fff;
	background-color: #00a0e8;
}
#summary table td {
	height: 120px;
	line-height: 2.2;
	text-align: left;
	padding: 0 25px;
}
#summary table .s-td-bc {
	background-color: #f2fafe;
}
#summary table td#summary-td-li {
	padding: 20px 25px 8px;
}
#summary-td-li li {
	padding-left: 10px;
	text-indent: -4px;
	margin-bottom: 30px;
}
#summary-td-li li:before {
	content: '';
	width: 5px;
	height: 5px;
	display: inline-block;
	border-radius: 100%;
	background: #00a0e8;
	position: relative;
	left: -6px;
	top: -2px;
}
#summary table td.s-td-ac {
	height: auto;
	padding: 0;
}
#summary table td.s-td-ac div {
	width: 100%;
	height: 100%;
	padding: 20px 0;
	border: 2px solid #00a0e8;
	cursor: pointer;
}
#summary table td.s-td-ac h3 {
	color: #00a0e8;
	padding: 0 20px 0 5px;
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
}
#summary table td.s-td-ac div.ac-close h3 {
	background: center right 7px / 10px auto no-repeat url("img/ac-close-arrow.png");
}
#summary table td.s-td-ac div.ac-open h3 {
	background: center right 7px / 10px auto no-repeat url("img/ac-open-arrow.png");
}
#summary table td.s-td-ac .s-td-ac-p {
	margin-top: 12px;
	padding: 0 25px;
	display: none;
}

/* Program */
#program {
	padding: 76px 40px 80px;
	text-align: center;
}
#top-program-post {
	width: 100%;
	margin: 80px 0;
}
#top-program-post a {
	color: #6e6e6e;
	width: 100%;
}
#top-program-post-img {
	width: 100%;
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
	filter: grayscale(1);
}
#top-program-post-img img {
	width: 100%;
	height: auto;
}
#top-program-post a:hover {
	opacity: 1;
}
#top-program-post a:hover #top-program-post-img {
	filter: grayscale(0);
}
#top-program-post-cont {
	text-align: left;
}
#top-program-post-cont p#top-program-post-time {
	font-size: 1.2rem;
	line-height: 1.8;
}
#top-program-post-cont h3 {
	font-size: 2rem;
	letter-spacing: .2rem;
	font-weight: 500;
	margin-bottom: 15px;
}
#top-program-post-cont p#top-program-post-excerpt {
	font-size: 1.2rem;
	line-height: 1.8;
	font-weight: 400;
}

/* Feedback & Category */
#feedback {
	padding-bottom: 80px;
	text-align: center;
}
#top-feedback-ul {
	width: 300px;
	margin: 80px auto 50px;
}
#top-feedback-ul li {
	width: 300px;
	height: 250px;
	padding: 25px 20px;
	margin-bottom: 30px;
	text-align: left;
	background-color: #fff;
	position: relative;
}
#top-feedback-ul li:nth-child(n+6) {
	display: none;
}
#top-feedback-ul li h3 {
	color: #00a0e8;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .1rem;
}
#top-feedback-ul li .top-feedback-cont {
	width: 150px;
	position: absolute;
	top: 40%;
	left: 45%;
}
#top-feedback-ul li h4 {
	font-size: 1.4rem;
	font-weight: 400;
}
#top-feedback-ul li h5 {
	font-size: 1.1rem;
	margin: 0 0 5px;
	font-weight: 400;
}
#top-feedback-ul li .top-feedback-img {
	width: 135px;
	border-radius: 50%;
	position: absolute;
	top: 35%;
	left: -6%;
	aspect-ratio: 1;
	filter: grayscale(1);
}
#top-feedback-ul li .top-feedback-link {
	font-size: 1.4rem;
	line-height: 1;
	position: absolute;
	bottom: 25px;
	right: 20px;
}
#cat-feedback-ul {
	width: 360px;
	margin: 80px auto 50px;
}
#cat-feedback-ul li {
	width: 100%;
	height: 320px;
	padding: 35px 20px;
	margin-bottom: 50px;
	text-align: left;
	background-color: #fff;
	position: relative;
}
#cat-feedback-ul li h3 {
	color: #00a0e8;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .1rem;
	line-height: 1.8;
	padding-left: 135px;
}
#cat-feedback-ul li .cat-feedback-cont {
	width: 320px;
	position: absolute;
	top: 150px;
}
#cat-feedback-ul li .cat-feedback-cont p {
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 20px;
}
#cat-feedback-ul li h4, #cat-feedback-ul li h5 {
	font-size: 1.1rem;
	font-weight: 500;
	margin: 5px 0 0 0;
}
#cat-feedback-ul li .cat-feedback-img {
	width: 150px;
	border-radius: 50%;
	position: absolute;
	top: -6%;
	left: -6%;
}

/* Faculty & Modal */
#faculty {
	padding-bottom: 80px;
	text-align: center;
	position: relative;
}
#faculty canvas {
	height: 85%!important;
	position: absolute;
	top: 80px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#faculty-ul {
	width: 90%;
	margin: 80px auto 30px;
	display: flex;
	flex-wrap: wrap;
}
#faculty li {
	width: 48%;
	margin-bottom: 50px;
	cursor: pointer;
	transition: .3s;
}
#faculty li:hover {
	opacity: .7;
}
#faculty .faculty-img {
	width: 140px;
	margin: 0 auto;
	border-radius: 50%;
	aspect-ratio: 1;
	filter: grayscale(1);
}
#faculty li h3, h1#modal-faculty-h1 {
	font-size: 1.4rem;
	margin: 12px 0 8px;
	letter-spacing: .1rem;
	font-weight: 500;
}
#faculty li h4, h2#modal-faculty-h2 {
	font-size: .9rem;
	line-height: 2;
	letter-spacing: .1rem;
	font-weight: 500;
}
.faculty-cont {
	display: none;
}
#modal-wrap {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#modal-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.5);
}
#modal-contents {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    padding: 50px 0;
    background-color: #fff;
    z-index: 100000;
    border-radius: 15px;
	text-align: center;
}
#modal-faculty-img {
	width: 200px;
	display: inline-block;
	border-radius: 50%;
	aspect-ratio: 1;
	filter: grayscale(1);
}
#modal-faculty-cont {
	font-size: 1rem;
	font-weight: 400;
	padding: 25px 40px 0;
	text-align: left;
}
#modal-close-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    position: absolute;
    top: -35px;
    right: 0px;
    width: 25px;
}

/* News */
#news {
	padding: 76px 40px 80px;
	text-align: center;
}
#news-ul {
	width: 100%;
	margin: 80px 0;
}
#news-ul li {
	width: 100%;
	text-align: left;
}
#news #news-ul li:nth-child(n+2) {
	display: none;
}
.news-li-thumbnail {
	width: 100%;
	height: 175px;
	border-radius: 10px;
	margin: 7px 0 3px;
	filter: grayscale(1);
}
.news-li-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#news-ul li a {
	color: #6e6e6e;
}
#news-ul li a:hover {
	opacity: 1;
}
#news-ul li a:hover .news-li-thumbnail {
	filter: grayscale(0);
}
#news-ul li a .news-li-cat {
	font-size: 1.2rem;
	letter-spacing: .1rem;
	color: #00a0e8;
}
#news-ul li .news-li-time {
	font-size: 1.2rem;
	letter-spacing: .1rem;
}
#news-ul li .news-li-h3 {
	font-size: 1.8rem;
	letter-spacing: .1rem;
	font-weight: 500;
	margin: 0 0 10px;
}
#news-ul li .news-li-excerpt {
	font-size: 1.2rem;
	line-height: 1.8;
	font-weight: 400;
}

/* FAQ */
#faq {
	padding: 76px 20px 80px;
	text-align: center;
}
#faq-dl {
	width: 100%;
	margin: 40px auto 0;
	text-align: left;
	letter-spacing: .1rem;
}
#faq-dl dt {
	color: #00a0e8;
	padding: 10px 30px 10px 40px;
	cursor: pointer;
	position: relative;
}
#faq-dl dd {
	padding: 0px 5px 30px 40px;
	display: none;
	position: relative;
}
#faq-dl dt.faq-close {
	background: center right 5px / 15px auto no-repeat url("img/faq-arrow-close.png");
}
#faq-dl dt.faq-open {
	background: center right 5px / 15px auto no-repeat url("img/faq-arrow-open.png");
}
.faq-num {
	position: absolute;
	left: 5px;
}

/* Contact */
#contact {
    padding: 76px 20px 80px;
	text-align: center;
}
#contact-form-wrap {
	width: 100%;
	text-align: left;
	margin: 0 auto;
}
#contact-required {
	color: #00a0e8;
	font-size: 1.1rem;
	font-weight: 400;
	margin-bottom: 40px;
}
.smf-item__label {
	color: #00a0e8;
	font-weight: 700;
	margin-bottom: 3px;
}
.smf-text-control input.smf-text-control__control, .smf-textarea-control textarea.smf-textarea-control__control {
	font-weight: 400;
	appearance: none;
	border: 0;
    background-color: #fff;
    padding: 15px 20px;
    width: 100%;
	margin-bottom: 20px;
}
#contact-confirm {
    margin: 50px 0;
    padding: 30px 30px 10px;
    border: 4px solid #fff;
}
#contact-confirm h3 {
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
}
#contact-confirm p {
    font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
    letter-spacing: 0.1rem;
    margin: 6px 0 18px;
}
.smf-checkboxes-control {
	text-align: center;
	letter-spacing: .2rem;
}
.smf-checkboxes-control .smf-checkbox-control__control {
	margin-right: 5px!important;
}
.smf-action {
	margin-top: 20px;
	text-align: center;
}
.smf-action .smf-button-control button.smf-button-control__control {
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: .3rem;
	background: none;
	background-color: #00a0e8;
	width: 265px;
	margin: 0 auto;
	padding: 20px 0;
	border-radius: 30px;
	text-align: center;
	display: inline-block;
	appearance: none;
	border: none;
	transition: .3s;
}
.smf-action .smf-button-control button.smf-button-control__control:hover {
	opacity: .7;
}
div.smf-error-messages {
	margin: -15px 0 30px;
}

/* Category */
#category {
	padding: 180px 0 120px;
	text-align: center;
	min-height: 70vh;
}
#category #news-ul {
	padding: 0 40px;
	margin-bottom: 120px;
}
#category #news-ul > li {
	margin-bottom: 50px;
}
.pagination {
	font-size: 1.5rem;
	text-align: center;
	font-weight: 700;
}
.pagination a, .page-numbers.current {
	color: #6e6e6e;
	margin: 0 20px;
}
.page-numbers.current {
	color: #00a0e8;
	text-decoration: underline;
}
.pagination a:hover {
	color: #00a0e8;
}
.pagination a.prev:hover, .pagination a.next:hover {
	color: #00a0e8;
	opacity: .7;
}

/* Page & 404 */
#page {
	padding: 200px 20px 100px;
	text-align: center;
	min-height: 70vh;
}

/* Single */
#single {
	padding: 140px 20px 100px;
	min-height: 70vh;
}
#single-h-li li {
	margin-right: 10px;
	display: inline-block;
}
#single-h-li li.single-cat {
	font-size: 1.2rem;
	color: #00a0e8;
	font-weight: 700;
}
#single-h-li li#single-time {
	font-size: 1rem;
	font-weight: 500;
}
#single h1 {
	font-size: 2.2rem;
	margin: 10px 0 25px;
}
#single #single-content h1, #single #single-content h2, #single #single-content h3, #single #single-content h4 {
	margin-bottom: 10px;
}
#single-feedback-info {
	border-bottom: 1px dotted #aaa;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#single-feedback-info h2, #single-feedback-info h3 {
	font-size: 1.3rem;
	font-weight: 700;
	color: #00a0e8;
	margin-bottom: 10px;
}
#single-content {
	margin-bottom: 50px;
}
#single-content img {
	max-width: 100%;
	height: auto;
}
#single-content .wp-block-image {
	margin-bottom: 50px;
}
#single-content p {
	font-weight: 400;
	margin-bottom: 50px;	
}
#single-content .wp-block-details {
	margin-bottom: 50px;
}
#back-to-list {
	color: #fff;
	font-weight: 700;
	width: 150px;
	height: 35px;
	line-height: 2.6;
	margin: 0 auto;
	text-align: center;
	border-radius: 20px;
	display: block;
	background-color: #00a0e8;
}
.nav-links .nav-previous {
	float: left;
}
.nav-links .nav-next {
	float: right;
}
.nav-links a {
	color: #6e6e6e;
	font-size: 1.2rem;
}

/* Footer */
footer{
    color: #fff;
    background-color: #00a0e8;
    padding: 60px 0 50px;
}
footer .inner{
    padding: 0 20px;
}
footer #f-logo {
	width: 82px;
	margin-bottom: 80px;
	display: block;
}
footer #f-logo-2{
    width: 160px;
    margin-bottom: 30px;
    display: block;
}
footer ul {
    padding: 0 15px 0 0;
}
footer li{
    float: left;
    margin-right: 18px;
}
footer #f-link li a{
    font-size: .9rem;
    color: #fff;
}
footer #f-link{
    margin-bottom: 40px;
}
footer #f-link-2{
    font-size: .8rem;
}
footer #f-link-2 a{
	color: #fff;
    text-decoration: underline;
}