<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* ==============
base@smacss
============== */
img {
	max-width: 100%;
    height: auto;
}
.wrapper-instructor {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	color:#000000;
	font-size: 14px;
	font-family: 'Noto Serif JP', serif;
    font-weight: 500;
	line-height:1.6;
	letter-spacing:.1em;
}

/*既存CSS上書き*/
@media screen and (max-width:768px) {
    body,
    .nav-top {
        background-color: #fff;
    }
}
.c_bannerLink {
    display: block;
    text-align: center;
}
.c_bannerLink:hover {
    opacity: 0.6;
}
/* ==============
lauout@smacss
============== */

/*グリッド*/
.l-grid {
	display: flex;
	margin: -8px -16px;
	flex-wrap: wrap;
}
.l-grid-has-gutter-8px {
	display: flex;
	margin: -4px -8px;
	flex-wrap: wrap;
}
.l-grid_item-1 {
	width: 8.333%;
}
.l-grid_item-2 {
	width: 16.667%;
}
.l-grid_item-3 {
	width: 25%;
}
.l-grid_item-4 {
	width: 33.333%;
}
.l-grid_item-5 {
	width: 41.666%;
}
.l-grid_item-6 {
	width: 50%;
}
.l-grid_item-7 {
	width: 58.333%;
}
.l-grid_item-8 {
	width: 66.666%;
}
.l-grid_item-9 {
	width: 75%;
}
.l-grid_item-10 {
	width: 83.33%;
}
.l-grid_item-11 {
	width: 91.666%;
}
.l-grid_item-12 {
	width: 100%;
}
.has-gutter-8px {
	padding: 4px 8px;
	display: flex;
}
.has-gutter-16px {
	padding: 8px 16px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media screen and (max-width:599px) {
	.l-res-grid_item-12 {
		width: 100%;
	}
	.l-res-grid_item-6 {
		width: 50%;
	}
}
/*余白*/
.l-section-l + .l-section-l {
	margin-top: 72px;
}
.l-section-m + .l-section-m {
	margin-top: 32px;
}
.l-section-s + .l-section-s {
	margin-top: 16px;
}

/*flex*/
.l-flex {
	display: flex;
}
.l-flex-profile {
	flex-wrap: wrap;
}
@media screen and (max-width:599px) {
	.l-flex-profile {
		display: block;
	}
}
.l-profile_img {
	width: 30%;
	margin-right: 4%;
}
.l-profile_des {
	width: 66%;
}
@media screen and (max-width:599px) {
	.l-profile_img,
	.l-profile_des {
		width: 100%;
	}
	.l-profile_img {
		text-align: center;
	}
}
.l-profile_des_ttl {
	width: 10%;
}
.l-profile_des_des {
	width: 90%;
}
@media screen and (max-width:599px) {
	.l-profile_des_ttl {
	width: 15%;
	}
	.l-profile_des_des {
	width: 85%;
	}
}
.l-flex-nameBox {
	align-items: flex-end;
	margin-bottom: 20px;
}
@media screen and (max-width:599px) {
	.l-flex-nameBox {
		justify-content: center;
	}
}

/*ページリンクボタン*/
#section-topImg {
	position: relative;
}
.l-flex-pageLink {
	width: 100%;
	justify-content: space-between;
	position: absolute;
	bottom: 29px;
	left: 0;
}
@media screen and (max-width:599px){
	.l-flex-pageLink {
		position: static;
		margin-top: -10px;
	}
}
/* ==============
module@smacss
============== */

/*ページリンクボタン*/
.l-flex-pageLink {
	padding: 12px 0;
	background-color: rgba(255,255,255,0.9);
}
@media screen and (max-width:599px){
	.l-flex-pageLink {
		background-color: #e2e9ec;
		flex-wrap: wrap;
	}
}
.l-flex-pageLink_item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25%;
}
.l-flex-pageLink_item + .l-flex-pageLink_item {
	border-left: solid 0.5px #000;
}
.m-btn-pageLink {
	display: block;
	padding: 0 8px;
	font-size: 15px;
	letter-spacing: 0;
	position: relative;
}
.m-btn-pageLink::after {
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #000;
	transform: scale(0,1);
	transform-origin: center top;
	transition: transform 0.3s;
}
.m-btn-pageLink:hover::after{
	transform: scale(1,1);
}
@media screen and (max-width:599px){
	.l-flex-pageLink {
		padding: 0;
	}
	.l-flex-pageLink_item {
		width: 100%;
		padding: 4px;
	}
	.l-flex-pageLink_item + .l-flex-pageLink_item {
		border-left: none;
		border-top: solid 0.5px #fff;
	}
	.m-btn-pageLink::after {
		bottom: 0px;
	}
}
/*見出し*/
.m-heading-primary {
	font-size: 17px;
	font-weight: 500;
	border-bottom: solid 1px #000;
	margin-bottom: 20px;
	padding: 0 4px 4px 4px;
	display: inline-block;
}
/*文字*/
#section-about {
  font-size: 16px;
}
.m-profile-name {
	padding: 4px 8px;
	background-color: #000;
	color: #fff;
	font-size: 19px;
}
.m-profile-ruby {
	font-size: 12px;
	border: solid 1px #000;
	border-left: none;
	padding: 0 4px;
}

/*アイコン*/
.m-hasIcon {
	position: relative;
}
.m-hasIcon::before,
.m-hasIcon::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.m-hasIcon-one::before,
.m-hasIcon-two::before,
.m-hasIcon-three::before,
.m-hasIcon-four::before{
	top: 24px;
	left: 12px;
	font-size: 33px;
	color: #fff;
}
.m-hasIcon-one::before {
	content: "01";
}
.m-hasIcon-two::before {
	content: "02";
}
.m-hasIcon-three::before {
	content: "03";
}

.m-hasIcon-four::before {
	content: "04";
}

/*ボックス*/
.profileBox {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin-bottom: 24px;
    width: 100%;
}
.profileBox_ttl {
	font-size: 14px;
	font-weight: 500;
    flex: 0 0 auto;
    line-height: 1.5;
    width: 20%;
}
.profileBox_contents {
    border-left: 2px solid #666;
    padding-left: 10px;
}
.m-box-program {
	border: solid 1px #1a1a1a;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.m-box-program_ttl {
	padding: 8px;
	background-color: #1a1a1a;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	height: 100px;
	display: flex;
	align-items: center;
	padding-left: 72px;
  line-height: 1.2;
}
.m-box-program_des {
	padding: 8px 8px 0px 8px;
}
.m-btn-contact {
	display: block;
	background-color: #a40000;
	color: #fff;
	text-align: center;
	margin: 8px;
	padding: 4px;
}
.m-btn-contact:hover {
	background-color: #b5c8ce;
}

/*ボタン*/
.sec1-box__link {
    padding: 0 0 0 25px;
    display: block;
    width: 100%;
    background: #fff;
    border: solid 1px #1a1a1a;
    position: relative;
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    color: currentColor;
}
.sec1-box__link:before {
    content: "";
    display: block;
    width: 15px;
    height: 45px;
    background: #1a1a1a;
    position: absolute;
    top: -1px;
    left: 0;
}
.sec1-box__list--smalltxt a {
    padding: 0 0 0 25px;
    font-size: 10px;
    letter-spacing: 0;
}
.sec1-box__link:hover {
    background: #e2e9ec;
    color: currentColor;
}
.p_searchLink {
    background-color: #e2e9ec;
    border: 1px solid #1a1a1a;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 18px;
    width: 30%;
}
.p_searchLink_link {
    -ms-align-items: center;
    align-items: center;
    color: currentColor;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    width: 100%;
}
@media screen and (max-width:599px){
	.u_res_fxd-c {
		flex-direction: column;
	}
	.p_searchLink {
		width: 100%;
	}
	.p_searchLink + .p_searchLink {
		margin-top: 20px;
	}
}
.p_searchLink_link:hover {
    color: #fff;
    background-color: #1a1a1a;
}
.p_searchLink_inner {
    line-height: 1.5;
    padding: 10px;
    text-align: center;
}
.p_searchLink_link:hover span {
    color: #fff;
}
.p_searchLink_inner &gt; span {
    color: #000;
    display: block;
    font-size: .8em;
}
.p_searchLink_inner &gt; span &gt; [class*="fa-"] {
    margin-right: 5px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-search:before {
    content: "\f002";
}

/* ==============
utility
============== */

/*配置*/
.position-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.mb-8 {
	margin-bottom: 8px;
}
.mb-16 {
	margin-bottom: 16px;
}
.mb-24 {
	margin-bottom: 24px;
}
.mb-32 {
	margin-bottom: 32px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-48 {
	margin-bottom: 48px;
}
.mb-56 {
	margin-bottom: 56px;
}
.mb-64 {
	margin-bottom: 64px;
}
.mb-72 {
	margin-bottom: 72px;
}
.u_jc-sb {
    justify-content: space-between;
}

.u_d-fx {
    display: flex;
}</pre></body></html>