@charset "UTF-8";
/* CSS Document */

/*reset----------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
	list-style-type: none;
	font-style: inherit;
}
body {
	font-family: "MFW-UDShinGoNTPro-Regular", sans-serif;
	font-weight: normal;
	line-height: 1;
	overflow-x: hidden;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
    color: #333;
 }
html, body {
	min-width: 1100px;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
img {
	border-style: none;
	width: 100%;
	display: block;
}
a,
button {
	outline: none;
    transition: .3s;
}
button::-moz-focus-inner {
  border: 0;
}
a:hover {
    opacity: .7;
}
.sp {
	display:none;
}
@media screen and (max-width:750px) {
	html, body {
		min-width:100%;
	}
	.pc {
		display:none;
	}	
	.sp {
		display:block;
	}
}
/* header--------------------------------------------------------- */
header {
	background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 5;
}
header .logo {
    position: absolute;
    width: 170px;
    top: 18px;
    left: 30px;
}
header a.button {
    width: 340px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 30px;
    background-color: #FEDC34;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-family: "MFW-UDShinGoNTPro-medium";
    border-radius: 5px;
    color: #333;
}
@media screen and (max-width:750px) {
    header {
        height: 52px;
        background: #FFF;
    }
    header .logo {
        width: 161px;
        top: 15px;
        left: 16px;
    }
    header a.button {
        width: 130px;
        height: 34px;
        top: 9px;
        right: 16px;
        font-size: 14px;
    }
}

/* mainvisual--------------------------------------------------------- */
.mainvisual {
    background: linear-gradient(to bottom, #D4EAFF, #F8F9FC);
    padding: 90px 0 0;
    position: relative;
}
.mainvisual .inr {
    width: 1040px;
    margin: 0 auto 70px;
    z-index: 2;
    text-align: center;
}
.mainvisual .inr .mv {
    max-width: 700px;
    margin: 0 auto 25px;
}
.mainvisual .inr p {
    color: #333;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: "MFW-UDShinGoNTPro-medium";
    line-height: 1.5;
}
.mainvisual .inr h1 {
    font-family: "MFW-UDShinGoNTPro-Bold";
    font-weight: bold;
    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #2277CC;
}
.mainvisual .inr h1 span {
    margin-top: 10px;
    font-size: 24px;
    display: block;
    font-family: "MFW-UDShinGoNTPro-medium";
    padding: 0 10px;
    position: relative;
}
.mainvisual .inr h1 span:before {
    position: absolute;
    content: "";
    top: 15px;
    left: 50%;
    margin-left: -380px;
    width: 300px;
    border-top: solid 1px #93B6D9;
}
.mainvisual .inr h1 span:after {
    position: absolute;
    content: "";
    top: 15px;
    right: 50%;
    margin-right: -375px;
    width: 300px;
    border-top: solid 1px #93B6D9;
}
.mainvisual .bnr {
    width: 150px;
    position: absolute;
    top: 60px;
    right: 7%;
}
.mainvisual .msg {
    font-size: 20px;
    font-family: "MFW-UDShinGoNTPro-DeBold";
    font-weight: bold;
    text-align: center;
    color: #FFF;
    line-height: 1.3;
    letter-spacing: 0.025em;
    background-color: #333;
    padding: 30px 20px;
    position: relative;
    z-index: 2;
}
@media screen and (max-width:750px) {
    .mainvisual {
        padding: 100px 0 0;
    }
    .mainvisual .inr {
        width: auto;
        margin: 0 20px 60px;
        text-align: center;
    }
    .mainvisual .inr .mv {
        margin: 0 auto 15px;
    }
    .mainvisual .inr p {
        font-size: 16px;
    }
    .mainvisual .inr h1 {
        font-family: "MFW-UDShinGoNTPro-DeBold";
        font-size: 32px;
        margin-bottom: 35px;
    }
    .mainvisual .inr h1 span {
        font-size: 16px;
    }
    .mainvisual .inr h1 span:before {
        top: 10px;
        left: 50%;
        margin-left: -130px;
        width: 80px;
    }
    .mainvisual .inr h1 span:after {
        top: 10px;
        right: 50%;
        margin-right: -130px;
        width: 80px;
    }
    .mainvisual .bnr {
        width: 70px;
        position: absolute;
        top: 50px;
        right: 20px;
    }
    .mainvisual .msg {
        font-family: "MFW-UDShinGoNTPro-Medium";
        font-size: 16px;
        line-height: 1.4;
        padding: 20px;
    }
}


/* intro--------------------------------------------------------- */
.intro {
    padding: 120px 0 80px;
    position: relative;
    background: url(../images/bg-01.png) repeat;
}
.intro .inr {
    width: 1040px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-align: center;
}
.intro .inr ul {
    display: inline-block;
}
.intro .inr ul li {
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 28px;
    font-family: "MFW-UDShinGoNTPro-Bold";
    font-weight: bold;
    margin-bottom: 40px;
    text-align: left;
    padding-left: 80px;
    background: url(../images/plan-ico-education.png) no-repeat left center;
    background-size: 50px;
}
@media screen and (max-width:750px) {
    .intro {
        padding: 70px 0 40px;
    }
    .intro .inr {
        width: 90%;
    }
    .intro .inr ul li {
        height: 50px;
        font-size: 18px;
        margin-bottom: 30px;
        text-align: left;
        padding-left: 50px;
        line-height: 1.3;
        background: url(../images/plan-ico-education.png) no-repeat left top 7px;
        background-size: 40px;
    }
}

/* features--------------------------------------------------------- */
.features {
    padding-top: 100px;
    background-color: #F8F9FC;

}
.features .blue {
    color: #2277CC;
}
.features .feat-contents {
    width: 1040px;
    margin: 0 auto;
}
.features .feature h2 {
    font-family: "MFW-GothicMB101Pro-Bold";
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    margin-bottom: 45px;
}
.features .feature h2 span {
    display: block;
    width: 150px;
    font-family: "MFW-GothicMB101Pro-DeBold";
    font-size: 16px;
    margin: 0 auto 25px;
    background-color: #FEDC34;
    padding: 10px 0 13px;
    border-radius: 20px;
    position: relative;
}
.features .feature h2 span::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: -8px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #FEDC34;
}
.features .feat-contents p.lead {
    font-size: 20px;
    font-family: "MFW-UDShinGoNTPro-Medium";
    text-align: center;
    color: #888;
    line-height: 1.8;
    margin-bottom: 50px;
}
@media screen and (max-width:750px) {
    .features {
        padding-top: 70px;
    }
    .features .feat-contents {
        width: auto;
    }
    .features .feature h2 {
        font-size: 22px;
        margin-bottom: 20px;
        line-height: 1.3;
    }
    .features .feature h2 span {
        width: 120px;
        font-size: 13px;
        margin: 0 auto 20px;
        padding: 9px 0;
        line-height: 1;
    }
    .features .feat-contents p.lead {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 30px;
        padding: 0 20px;
    }
}

/* feat01--------------------------------------------------------- */
.features .feat01 {
    padding-bottom: 100px;
}
.features .feat01 .box {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 55px;
}
.features .feat01 .box > div {
    text-align: center;
    padding: 30px 0 70px;
    background-color: #fff;
    border: solid 1px #ECECEC;
    border-radius: 10px;
    width: 240px;
    position: relative;
}
.features .feat01 .box > div:last-child {
    background-color: inherit;
}
.features .feat01 .box h3 {
    font-size: 22px;
    font-family: "MFW-UDShinGoNTPro-Medium";
    margin-bottom: 15px;
}
.features .feat01 .box p.text {
    font-size: 14px;
    font-family: "MFW-UDShinGoNTPro-Regular";
    color: #333;
    margin-bottom: 25px;
    line-height: 1.5;
}
.features .feat01 .box dl {
    margin-bottom: 20px;
}
.features .feat01 .box dl dt {
    font-size: 14px;
    font-family: "MFW-UDShinGoNTPro-Medium";
    margin-bottom: 10px;
}
.features .feat01 .box dl dd.price {
    font-size: 28px;
    font-family: "MFW-UDShinGoNTPro-Medium";
}
.features .feat01 .box dl dd.price abbr {
    font-size: 24px;
}
.features .feat01 .box dl dd.license {
    font-size: 16px;
    font-family: "MFW-UDShinGoNTPro-Medium";
    line-height: 1.4;
}
.features .feat01 .box dl dd.cap {
    font-size: 11px;
    font-family: "MFW-UDShinGoNTPro-Regular";
    line-height: 1.6;
}
.features .feat01 .box dl + a {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2277CC;
    color: #fff;
    border-radius: 20px;
    font-size: 16px;
}
.features .feat01 .box dl + a.none {
    pointer-events: none;
    background-color: #bbb;
}
.features .feat01 .box dl dd.cap a {
    color: #2277CC;
    text-decoration: underline;
}
.features .feat01 .box dl dd.cap a:hover {
    text-decoration: none;
}
.public {
    text-align: center;
    margin-bottom: 25px;
}
.public a {
    display: inline-block;
    color: #2277CC;
    text-decoration: underline;
    font-size: 15px;
}
.public a:hover {
    text-decoration: none;
}
.features .feat01 .program p {
    text-align: center;
    font-size: 15px;
    line-height: 2;
    padding: 20px;
}
.features .feat01 .program a {
    display: block;
    max-width: 700px;
    margin: 10px auto 0;
}
@media screen and (max-width:750px) {
    .features .feat01 {
        padding-bottom: 70px;
    }
    .features .feat01 .box {
        flex-direction: column;
        align-items: center;
    }
    .features .feat01 .box > div {
        padding: 30px 0 70px;
        width: 80%;

    }.public {
        margin-bottom: 20px;
    }
    .public a {
        font-size: 13px;
    }
    .features .feat01 .box a {
        font-size: 15px;
    }
    .features .feat01 .program p {
        font-size: 14px;
        text-align: left;
    }
    .features .feat01 .program a {
        width: 80%;
        max-width: 400px;
        margin: 0 auto;
    }
}

/* feat02--------------------------------------------------------- */
.features .feat02 {
    padding: 100px 0 70px;
    background-color: #fff;
}
.features .contract {
    background-color: #CCE2F8;
    border-radius: 10px;
    padding-bottom: 40px;
    margin-bottom: 30px;
}
.features .contract h3 {
    background-color: #2277CC;
    color: #fff;
    font-size: 20px;
    font-family: "MFW-UDShinGoNTPro-Medium";
    text-align: center;
    padding: 20px 0;
    border-radius: 10px 10px 0 0;
}
.features .contract .school {
    margin: 0 0 40px;
    padding-top: 30px;
    text-align: center;
}
.features .contract .school img {
    width: 60px;
    margin: 0 auto 10px;
}
.features .contract .school p {
    font-size: 14px;
}
.features .contract .admin-box {
    display: flex;
    gap: 45px;
    width: 930px;
    margin: auto;
    padding-bottom: 30px;
}
.features .contract .admin-box .admin {
    width: 280px;
    text-align: center;
    padding: 30px 0 10px;
}
.features .contract .admin-box .admin img {
    width: 21px;
    margin: 0 auto 10px;
}
.features .contract .admin-box .admin p {
    font-size: 14px;
}
.features .contract .box {
    display: flex;
    gap: 45px;
    width: 930px;
    margin: auto;
}
.features .contract.contract-a .box {
    background-color: #fff;
    border-radius: 6px;
}
.features .contract.contract-a .department {
    position: relative;
}
.features .contract.contract-a .department:nth-of-type(1):after,
.features .contract.contract-a .department:nth-of-type(2):after {
    position: absolute;
    content: "";
    right: -22px;
    top: 30px;
    width: 1px;
    bottom: 35px;
    background-color: #C5DBF1;
    z-index: 2;
}
.features .contract .box .department {
    width: 280px;
    background-color: #fff;
    border-radius: 6px;
    text-align: center;
    padding: 30px 0 10px;
    position: relative;
}
.features .contract .box .department .line {
    position: absolute;
    width: 10px;
    height: 20px;
    background-color: #fff;
    top: -20px;
    left: 50%;
    margin-left: -5px;
}
.features .contract .box .department h4 {
    font-size: 20px;
    margin-bottom: 30px;
}
.features .contract .box .department dl dt {
    font-size: 14px;
}
.features .contract .box .department dl.students dd {
    max-width: 170px;
    margin: 10px auto 30px;
}
.features .contract .box .department dl.teachers dd {
    max-width: 94px;
    margin: 10px auto 30px;
}
.features .contract .box .department dl.equipment dd {
    max-width: 150px;
    margin: 10px auto 30px;
}
.features .contract .box .department .dep-number {
    background-color: #F1F3FB;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-bottom: -10px;
    border-radius: 0 0 6px 6px;
}
.features .contract p.cap {
    font-size: 13px;
    margin-top: 45px;
    text-align: center;
}
.features .contract a.equipment {
    display: block;
    max-width: 440px;
    height: 60px;
    margin: 40px auto 0;
    background-color: #2277CC;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:750px) {
    .features .feat02 {
        padding-top: 70px;
        padding-bottom: 60px;
    }
    .features .contract {
        padding-bottom: 10px;
        margin: 0 15px 15px;
    }
    .features .contract h3 {
        font-size: 16px;
        padding: 15px 0;
    }
    .features .contract .school {
        margin: 0 0 30px;
        padding-top: 20px;
    }
    .features .contract .school img {
        width: 46px;
        margin: 0 auto 10px;
    }
    .features .contract .school p {
        font-size: 12px;
    }
    .features .contract .admin-box {
        gap: 2%;
        width: auto;
        padding-bottom: 20px;
        margin: 0 10px 0;
    }
    .features .contract .admin-box .admin {
        width: 32%;
        text-align: center;
        padding: 20px 0 10px;
    }
    .features .contract .admin-box .admin img {
        width: 17px;
        margin: 0 auto 10px;
    }
    .features .contract .admin-box .admin p {
        font-size: 12px;
        line-height: 1.3;
    }
    .features .contract .box {
        gap: 2%;
        width: auto;
        margin: 0 10px 0;
    }
    .features .contract.contract-a .department:nth-of-type(1):after,
    .features .contract.contract-a .department:nth-of-type(2):after {
        right: -4%;
        top: 15px;
        bottom: 15px;
    }
    .features .contract .box .department {
        width: 32%;
        padding: 20px 0 0;
    }
    .features .contract .box .department .line {
        width: 6px;
        height: 20px;
        top: -20px;
        margin-left: -3px;
    }
    .features .contract .box .department h4 {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .features .contract .box .department dl dt {
        font-size: clamp(10px, 2.5vw, 14px);
    }
    .features .contract .box .department dl.students dd {
        width: 80%;
        margin: 10px auto 20px;
    }
    .features .contract .box .department dl.teachers dd {
        width: 45%;
        margin: 10px auto 20px;
    }
    .features .contract .box .department dl.equipment dd {
        max-width: 65%;
        margin: 10px auto 20px;
    }
    .features .contract .box .department .dep-number {
        font-size: 14px;
        height: 30px;
    }
    .features .contract p.cap {
        font-size: 10px;
        margin-top: 25px;
        padding: 0 20px 5px;
        line-height: 1.5;
    }
    .features .contract a.equipment {
        height: 40px;
        width: 90%;
        margin: 20px auto 10px;
        border-radius: 20px;
        font-size: 15px;
    }
}

/* flow--------------------------------------------------------- */
.feature.flow {
    background-color: #2277CC;
    padding: 70px 0;
}
.feature.flow a.flow_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    height: 80px;
    border-radius: 40px;
    margin: 0 auto 35px;
    background-color: #fff;
    color: #2277CC;
    font-size: 20px;
}
.feature.flow a.flow_btn:before {
    content: "";
    width: 33px;
    height: 30px;
    background: url(../images/ico-flow.png) no-repeat center center;
    background-size: cover;
    margin-right: 15px;
}
.feature.flow p {
    color: #fff;
    text-align: center;
    font-size: 15px;
}
.feature.flow p:before {
    display: inline-block;
    content: "";
    width: 27px;
    height: 23px;
    background: url(../images/ico-note.png) no-repeat center center;
    background-size: cover;
    margin-right: 5px;
    margin-bottom: -4px;
}
.feature.flow p a {
    color: #fff;
    text-decoration: underline;
}
.feature.flow p a:hover {
    color: #FEDC34;
}
@media screen and (max-width:750px) {
    .feature.flow {
        padding: 50px 0 45px;
    }
    .feature.flow a.flow_btn {
        width: 90%;
        height: 60px;
        border-radius: 30px;
        margin: 0 auto 25px;
        font-size: 16px;
    }
    .feature.flow a.flow_btn:before {
        width: 24px;
        height: 20px;
        margin-right: 10px;
    }
    .feature.flow p {
        font-size: 12px;
        line-height: 1.6;
    }
    .feature.flow p:before {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 5px;
    }
}

/* feat03--------------------------------------------------------- */
.features .feat03 {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media screen and (max-width:750px) {
    .features .feat03 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

/* feat04--------------------------------------------------------- */
.features .feat04 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.features .feat04 ul.fsp-post li {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 20px;
    padding: 45px 50px;
    background-color: #FFF;
    border: solid 1px #ECECEC;
    border-radius: 10px;
    margin-bottom: 20px;
}
.features .feat04 ul.fsp-post li:last-of-type {
    margin-bottom: 0;
}
.features .feat04 ul.fsp-post li .text {
    width: 600px;
    position: relative;
}
.features .feat04 ul.fsp-post li p.title {
    padding-left: 10px;
    font-size: 24px;
    font-family: "MFW-UDShinGoNTPro-DeBold";
    font-weight: bold;
    color: #333;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 15px;
    margin-left: -14px;
    border-left: solid 4px #2277CC;
;
}
.features .feat04 ul.fsp-post li .excerpt p {
    font-size: 16px;
    font-family: "MFW-UDShinGoNTPro-Regular";
    color: #888;
    text-align: left;
    margin-bottom: 25px;
    line-height: 2;
}
.features .feat04 ul.fsp-post li .img {
    width: 290px;
}
.features .feat04 ul.fsp-post li .img img {
    border-radius: 5px;
}
.features .feat04 ul.fsp-post li .text a {
    line-height: 1.6;
    color: #2277CC;
    font-size: 16px;
    position: absolute;
    bottom: -5px;
    right: 0;
}
.features .feat04 ul.fsp-post li .text a::after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/ico_blank_b.svg) no-repeat center center;
    background-size: 100%;
    margin-left: 5px;
    vertical-align: -1px;
}
@media screen and (max-width:750px) {
    .features .feat04 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .features .feat04 .feat-contents {
        margin: 0 20px;
    }
    .features .feat04 ul.fsp-post li {
        display: block;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 15px;
    }
    .features .feat04 ul.fsp-post li .text {
        width: 100%;
    }
    .features .feat04 ul.fsp-post li p.title {
        padding-top: 2px;
        padding-left: 10px;
        font-family: "MFW-UDShinGoNTPro-Medium";
        font-size: 16px;
        line-height: 1.4;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .features .feat04 ul.fsp-post li .excerpt p {
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 1.8;
    }
    .features .feat04 ul.fsp-post li .img {
        width: 100%;
        margin-bottom: 15px;
    }
    .features .feat04 ul.fsp-post li .text a {
        display: block;
        font-size: 14px;
        position: static;
        text-align: right;
    }
    .features .feat04 ul.fsp-post li .text a::after {
        width: 14px;
        height: 14px;
    }
}


/* plan--------------------------------------------------------- */
.features .plan {
    background-color: #F1F3FB;
    padding-top: 90px;
}
.features .plan .passport {
    width: 1040px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 100px;
}
.features .plan .note p {
    font-size: 20px;
    font-family: "MFW-GothicMB101Pro-Bold";
    font-weight: bold;
    margin-bottom: 60px;
}
.features .plan .note ul {
    display: flex;
    justify-content: space-between;
}
.features .plan .note ul li {
    width: 300px;
    background-color: #FFF;
    padding: 30px 15px 20px;
    border-radius: 10px;
    position: relative;
}
.features .plan .note ul li p.title {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 76px;
    margin-bottom: 15px;
}
.features .plan .note ul li p.title span {
    font-size: 18px;
    line-height: 1.4;
}
.features .plan .note ul li p.text {
    font-size: 14px;
    font-family: "MFW-UDShinGoNTPro-Regular";
    font-weight: normal;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 20px;
}
.features .plan .note ul li p.text span {
    font-size: 12px;
    display: block;
    padding-bottom: 3px;
}
.features .plan .note ul li p.point {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 216px;
    height: 30px;
    background-color: #FEDC34;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}
.features .plan .note ul li p.point:after {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #FEDC34;
}
.features .plan .note ul li a {
    display: block;
    height: 40px;
    width: 160px;
    background-color: #2277CC;
    text-align: center;
    line-height: 40px;
    font-family: "MFW-UDShinGoNTPro-DeBold";
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
    border-radius: 20px;
    margin: 0 auto;
    letter-spacing: 1px;
}
.features .plan .note ul li a.blank::after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/ico_blank_w.svg) no-repeat center center;
    background-size: 100%;
    margin-left: 5px;
    vertical-align: -1px;
}
@media screen and (max-width:750px) {
    .features .plan {
        padding-top: 70px;
    }
    .features .plan .passport {
        width: auto;
        padding: 0 10px 60px;
    }
    .features .plan .note {
        padding: 0 10px;
    }
    .features .plan .note p {
        font-size: 15.5px;
        margin-bottom: 20px;
        line-height: 1.4;
    }
    .features .plan .note ul {
        display: block;
    }
    .features .plan .note ul li {
        width: auto;
        padding: 25px 15px 20px;
        margin-bottom: 10px;
    }
    .features .plan .note ul li p.title {
        display: block;
        min-height: auto;
        margin-bottom: 10px;
    }
    .features .plan .note ul li p.title span {
        font-size: 16px;
    }
    .features .plan .note ul li p.text {
        font-size: 13px;
        margin-bottom: 0;
    }
    .features .plan .note ul li p.text span {
        padding-bottom: 0;
    }
    .features .plan .note ul li a {
        width: 150px;
        margin-top: 15px;
        font-family: "MFW-UDShinGoNTPro-Medium";
    }
}

/* case--------------------------------------------------------- */
.case {
    padding: 100px 0 60px;
    text-align: center;
}
.case h2 {
    display: inline-block;
    font-size: 36px;
    font-family: "MFW-GothicMB101Pro-Bold";
    font-weight: bold;
    letter-spacing: 0.02em;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 50px;
}
.case h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background-color: #2277CC;
}
.case .case-contents {
    width: 1040px;
    margin: 0 auto;
}
.case .case-contents p {
    font-size: 20px;
    font-family: "MFW-UDShinGoNTPro-Medium";
    font-weight: normal;
    line-height: 1.8;
    color: #888;
    margin-bottom: 60px;
}
.case .case-contents ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}
.case .case-contents ul li {
    width: 310px;
    text-align: left;
    padding-bottom: 30px;
    margin-bottom: 10px;
    position: relative;
}
.case .case-contents ul li .img {
    margin-bottom: 10px;
    border-radius: 5px;
}
.case .case-contents ul li .img.border {
    border: solid 1px #ECECEC;
    border-radius: 5px;
}
.case .case-contents ul li .title {
    font-size: 16px;
    font-family: "MFW-UDShinGoNTPro-DeBold";
    font-weight: bold;
    line-height: 1.8;
}
.case .case-contents ul li .text {
    font-size: 13px;
    font-family: "MFW-UDShinGoNTPro-Regular";
    font-weight: normal;
    line-height: 1.8;
    color: #888;
}
.case .case-contents ul li .btn {
    position: absolute;
    bottom: 0;
    right: 0;
}
.case .case-contents ul li .btn a {
    color: #2277CC;
    font-size: 16px;
}
.case .case-contents ul li .btn a::after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/ico_blank_b.svg) no-repeat center center;
    background-size: 100%;
    margin-left: 5px;
    vertical-align: -1px;
}
@media screen and (max-width:750px) {
    .case {
        padding: 70px 0;
    }
    .case h2 {
        font-size: 22px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .case h2::after {
        height: 4px;
        border-radius: 2px;
    }
    .case .case-contents {
        width: auto;
        padding: 0 30px;
    }
    .case .case-contents p {
        font-size: 14px;
        margin-bottom: 40px;
        text-align: left;
    }
    .case .case-contents ul li {
        width: auto;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .case .case-contents ul li .title {
        font-family: "MFW-UDShinGoNTPro-Medium";
        font-size: 15px;
    }
    .case .case-contents ul li .text {
        font-size: 14px;
    }
    .case .case-contents ul li .btn {
        position: static;
        margin-top: 5px;
        text-align: right;
    }
    .case .case-contents ul li .btn a {
        font-size: 14px;
    }
}

/* ud--------------------------------------------------------- */
.ud {
    padding: 80px 0 70px;
    background-color: #F8F9FC;
}
.ud .ud-contents {
    width: 1040px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
}
.ud .ud-contents h2 {
    font-size: 28px;
    font-family: "MFW-GothicMB101Pro-Bold";
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 25px;
}
.ud .ud-contents p {
    font-size: 16px;
    font-family: "MFW-UDShinGoNTPro-Regular";
    font-weight: normal;
    line-height: 2;
    color: #888;
}
@media screen and (max-width:750px) {
    .ud {
        padding: 40px 0;
    }
    .ud .ud-contents {
        width: auto;
        display: block;
        padding: 0 30px;
    }
    .ud .ud-contents h2 {
        font-size: 17px;
        margin-bottom: 10px;
        text-align: center;
    }
    .ud .ud-contents p {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

/* action--------------------------------------------------------- */
.action {
    padding: 130px 0;
    text-align: center;
}
.action h2 {
    display: inline-block;
    font-size: 36px;
    font-family: "MFW-GothicMB101Pro-Bold";
    font-weight: bold;
    letter-spacing: 0.02em;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 50px;
}
.action h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background-color: #2277CC;
}
.action .action-contents {
    width: 1040px;
    margin: 0 auto;
}
.action .action-contents p {
    font-size: 20px;
    font-family: "MFW-UDShinGoNTPro-Medium";
    font-weight: normal;
    line-height: 1.8;
    color: #888;
    margin-bottom: 60px;
}
.action .action-contents ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.action .action-contents ul li {
    width: 480px;
    text-align: left;
}
.action .action-contents ul li .mov {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 20px;
  }
.action .action-contents ul li .mov iframe {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.action .action-contents ul li .title {
    font-size: 16px;
    font-family: "MFW-UDShinGoNTPro-DeBold";
    font-weight: bold;
    line-height: 1.8;
}
.action .action-contents ul li .text {
    font-size: 15.9px;
    font-family: "MFW-UDShinGoNTPro-Regular";
    font-weight: normal;
    line-height: 1.8;
    color: #888;
    margin-top: 5px;
}
@media screen and (max-width:750px) {
    .action {
        padding: 70px 0;
    }
    .action h2 {
        font-size: 22px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .action h2::after {
        height: 4px;
        border-radius: 2px;
    }
    .action .action-contents {
        width: auto;
        padding: 0 30px;
    }
    .action .action-contents p {
        font-size: 14px;
        margin-bottom: 40px;
        text-align: left;
    }
    .action .action-contents ul {
        display: block;
    }
    .action .action-contents ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    .action .action-contents ul li:last-of-type {
        margin-bottom: 0;
    }
    .action .action-contents ul li .mov {
        margin-bottom: 10px;
      }
    .action .action-contents ul li .title {
        font-family: "MFW-UDShinGoNTPro-Medium";
        font-size: 15px;
    }
    .action .action-contents ul li .text {
        font-size: 14px;
    }
    }

/* footer--------------------------------------------------------- */
footer {
	padding: 60px 0;
	background: #333;
}
footer .logo {
    width: 230px;
    margin: 0 auto;
}
@media screen and (max-width:750px) {
    footer {
        padding-bottom: 200px;
    }
    footer .logo {
        width: 180px;
    }
}