<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8"; /* ===================================================================
=================================================================== */
.l-contents--top-contents {
    background: url(../../education/img/mv.png) no-repeat center bottom;
    background-size: cover;
}

.l-contents--lead__column {
    /* background: url(../../education/img/mv_bottom.png) no-repeat center bottom; */
    background: url(/common/img/bg03.png) no-repeat center top;
    background-size: cover;
    margin-top: -2px;
    position: relative;
    padding: 3em 0;
}

.l-contents--top-contents .contents {
    color: #222;
    padding: 8em 5%;
}

.column__inner .contents__headerLv2 {
    background: none;
    color: #222;
    text-align: left;
    border-bottom: 3px solid #347ea0;
    display: flex;
    align-items: center;
    font-size: 1.6em;
    padding: 1em 0;
    margin-bottom: 1em;
}

.l-contents--top-contents .contents__headerLv1 {
    color: #fff;
    text-align: center;
    text-shadow: 0px 2px 3px rgba(0,0,0,.5);
}

.contents--blue {
    background: #ecf6fa;
}

.gray__box {
    box-sizing: border-box;
    padding: 3em 5% 3em!important;
}

.contents__headerLv1 small {
	display: block;
    font-weight: 500;
    font-size: 20px;
	line-height: 36px;
	margin-top: 24px;
}

.l-contents--top-contents .sp__title,.l-contents--top-contents .contents__title {
    transform: skewX(-45deg);
    display: flex;
    background: #00a0d5;
    max-width: 9em;
    margin: 0 auto 1em;
    padding: 0.2em 0;
    width: 80%;
    box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.2);
}

.l-contents--top-contents .contents__title:before {
    content: unset;
    display: none;
}

.l-contents--top-contents .sp__title span, .l-contents--top-contents .contents__title span {
    transform: skewX(45deg);
    font-size: 0.7em;
    margin: 0.5em auto;
    color: #fff;
}

.lead__column {
    max-width: 95em;
    width: 100%;
    margin: 0 auto;
    padding: 0 5%;
    box-sizing: border-box;
    display: flex;
}

.lead__text {
    line-height: 2.15;
    padding-right: 3em;
    font-size: 1.1em;
    /* margin-top: 1em; */
    /* width: 60%; */
    box-sizing: border-box;
}

.lead__movie__column {
    width: 40%;
    visibility: hidden;
    display: none;
}

.movie__box {
    height: 0;
    overflow: hidden;
    padding-bottom: calc(315 / 560 * 100%);
    position: relative;
}

.movie__box iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 1024px) {
    .movie__box {
        width: 100%;
    }

    .lead__column {
        display: block;
    }

    .lead__text {
        width: 100%;
        margin-bottom: 2em;
        padding-right: 0;
    }

    .lead__movie__column {
        width: 100%;
    }
}
@media screen and (max-width: 895px) {
    .contents__headerLv1 small {
		font-size: 18px;
		line-height: 32px;
		margin-top: 16px;
	}
}

.gray__box .contents__headerLv2 {
    background: none;
    color: #222;
    text-align: left;
    display: flex;
    font-size: 1.4em;
    padding: 0;
    background: #bbe5f7;
    border: none;
    margin-bottom: 1.4em;
    align-items: normal;
}

.gray__box .contents__headerLv2 span {
    background: #00a0e9;
    color: #fff;
    font-size: .8em;
    padding: 0.5em 1em;
    align-items: center;
    margin-right: 1em;
    display: flex;
    min-width: 100px;
}

.gray__box .contents__headerLv2 i {
    width: 100%;
    font-style: normal;
    display: flex;
    align-items: center;
    padding: .5em .5em .5em 0;
}

/*revised*/
.revised {
    border: 1px solid #126890;
    box-sizing: border-box;
    padding: 1.5em 3em;
    margin-bottom: 2em;
    position: relative;
}

.revised h4 {
    margin: 0;
    padding: 0;
    position: absolute;
    top: -1em;
    font-size: 1.3em;
    width: 170px;
    left: calc(50% - 85px);
    background: #ecf6fa;
    color: #1268a0;
}

.revised ul {
    counter-reset: num;
    list-style: none;
    margin: .5em 0 0 0;
    padding: 0;
    display: flex;
    flex-flow: wrap;
}

.revised ul li {
    text-align: left;
    width: 50%;
    display: flex;
    margin: 0.5em 0;
    box-sizing: border-box;
    padding-right: 1em;
    font-weight: 500;
    font-size: 1.2em;
}

.revised ul li:nth-of-type(2), .revised ul li:nth-of-type(3) {
    color: #00a0e9;
}

.revised ul li:before {
    counter-increment: num;
    content: counter(num);
    background: #a7a7a7;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 25px;
    height: 25px;
    margin-right: 0.9em;
    color: #fff;
    font-weight: 500;
    line-height: 1em;
}

.revised ul li:nth-of-type(2):before, .revised ul li:nth-of-type(3):before {
    background: #00a0e9;
}

@media screen and (max-width: 1024px) {
    .revised{
        padding: 1.5em 2em;
    }
    .revised ul {
        flex-flow: column;
    }

    .revised ul li {
    width: 100%;
    padding-right: 0;
    }
}
@media screen and (max-width: 895px) {
	.revised {
		padding: 1em;
		margin-bottom: 2em;
	}
	}

/*policy_block*/
.policy_block {
    background: #fff;
    border-top: 3px solid #00a0e9;
    padding: 1.5em 3em;
    box-sizing: border-box;
}

.policy_block__img {
    padding-bottom: 3em;
    background: #fbfbfb;
    padding: 2em;
    margin-bottom: 2px;
}

.policy_block_title {
    margin: 0;
    color: #444;
    font-size: 1.5em;
    padding: 1em 0 1.5em;
}

.policy_block_subtitle {
    color: #fff;
    background: #347ea0;
    font-weight: 300;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    box-sizing: border-box;
    padding: 0.7em 1em;
    font-size: 1.2em;
    margin: 0;
}
.policy_block_subtitle a{
    color:#fff;
    text-decoration:underline;
}
.policy_block_subtitle b {
    font-size: 1.2em;
}
.policy_block_subtitle__left{
	text-align: left;
	min-width: 450px;
}
.policy_block_subtitle__right{
	text-align: right;
	min-width: 450px;
}

.policy_subblock {
    margin-top: 3em;
}

.policy_subblock--blue .policy_block_subtitle {
    background: #00a0e9;
}

.policy_subblock--blue .policy_block__img {
    background: #ecf9ff;
}

.model_block {
    display: flex;
}

.model_block div {
    background: #ecf9ff;
    display: flex;
    flex-flow: column;
    margin: 3px;
    padding: 2em;
    box-sizing: border-box;
    text-align: left;
}

.model_block h4 {
    display: flex;
    margin: 0 0 1.2em;
    align-items: center;
    font-size: 1.3em;
    color: #126890;
}

.model_block h4 span {
    margin-right: 2em;
}

.model_block p {
    margin: 0;
}
@media screen and (max-width: 1024px) {
    .model_block {
        flex-flow: column;
    }
}
@media screen and (max-width: 896px) {
	.policy_block_subtitle {
		display: block;
	}
	.policy_block_subtitle__left, .policy_block_subtitle__right{
		text-align: left;
		display: inline-block;
		width: 100%;
		min-width: inherit;
		box-sizing: border-box;
	}
	.policy_block, .model_block div{
		padding: 1.5em;
	}
	.policy_block__img{
		padding: 1em;
	}
}
@media screen and (max-width: 547px) {
	.policy_block, .model_block div{
		padding: 1em;
	}
}
</pre></body></html>