.font-en { font-family: "Montserrat", serif; }

.about-box { padding: 100px 0; }
@media screen and (max-width: 750px) { .about-box { padding: 80px 0; } }
.about-box:nth-child(even) { background-color: #EEF3F6; }

._box01 { padding-top: 0; }
._box01 .heading { margin-bottom: 50px; text-align: center; }
@media screen and (max-width: 750px) { ._box01 .heading { text-align: left; } }
._box01 .heading span { font-size: 5.2rem; }
@media screen and (max-width: 750px) { ._box01 .heading span { font-size: 3.2rem; } }
._box01 .about-box-iframe { width: 100%; max-width: 854px; margin: 0 auto; }
._box01 .about-box-iframe .about-box-iframe-in { position: relative; padding-bottom: 56.25%; }
._box01 .about-box-iframe iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

._box02 .about-lead { margin-bottom: 50px; text-align: center; }
@media screen and (max-width: 750px) { ._box02 .about-lead { text-align: left; } }
._box02 .about-list { display: flex; flex-wrap: wrap; }
@media screen and (max-width: 980px) { ._box02 .about-list { display: block; } }
._box02 .about-list > li { width: 31.6666666667%; margin-right: 2.5%; margin-bottom: 5%; }
@media screen and (max-width: 980px) { ._box02 .about-list > li { width: 100%; margin-right: 0; margin-bottom: 40px; } }
._box02 .about-list > li:nth-child(3n) { margin-right: 0; }
._box02 .about-list > li:last-child { margin-right: 0; }
@media screen and (max-width: 980px) { ._box02 .about-list > li:last-child { margin-bottom: 0; } }
._box02 .about-list > li .txt { margin-top: 25px; margin-bottom: 25px; }
._box02 .about-list > li .about-box-link { display: flex; justify-content: center; }
._box02 .about-list > li .about-box-link ul li { margin-bottom: 30px; }
._box02 .about-list > li .about-box-link a { padding: 1em 0 1em 60px; background: url("../img/common/ico_next02.svg") no-repeat left center; background-size: 50px auto; font-size: 1.8rem; font-weight: 700; color: #006ABC; }
._box02 .about-list > li .about-box-link a:hover span { text-decoration: none; }
._box02 .about-list > li .about-box-link a span { text-decoration: underline; display: inline-block; padding-right: 20px; background: url("../img/common/ico_window.svg") no-repeat right center; background-size: 16px auto; }

._box03 .about-lead { margin-bottom: 50px; }
._box03 figure { text-align: center; }

._box04 .about-lead { margin-bottom: 100px; text-align: center; }
._box04 .about-item { display: flex; justify-content: space-between; margin-bottom: 60px; }
@media screen and (max-width: 750px) { ._box04 .about-item { display: block; } }
._box04 .about-item:nth-child(even) { flex-direction: row-reverse; }
._box04 .about-item:nth-child(even) figure { margin-right: 0; margin-left: 4.1666666667%; }
@media screen and (max-width: 750px) { ._box04 .about-item:nth-child(even) figure { margin-left: 0; } }
._box04 .about-item:last-child { margin-bottom: 0; }
._box04 .about-item figure { width: 50%; margin-right: 4.1666666667%; }
@media screen and (max-width: 750px) { ._box04 .about-item figure { width: 100%; margin-right: 0; margin-bottom: 30px; } }
._box04 .about-item .about-item-box { flex: 1; }
._box04 .about-item .about-item-box .about-item-btn { width: 100%; max-width: 360px; margin-top: 25px; }
@media screen and (max-width: 750px) { ._box04 .about-item .about-item-box .about-item-btn { margin: 25px auto 0; } }
._box04 .about-item .about-item-box .about-item-btn a { display: block; text-decoration: none; width: 100%; padding: 20px; background: #006ABC url("../img/common/ico_arrow_w.svg") no-repeat right 10px center; background-size: 16px auto; font-size: 1.8rem; font-weight: 700; color: #fff; text-align: center; line-height: 1.2; border-radius: 4em; transition: all .6s; }
@media screen and (max-width: 750px) { ._box04 .about-item .about-item-box .about-item-btn a { padding: 3.5087719298%; background-position: right 2.6315789474% center; background-size: 2.8070175439% auto; font-size: 1.4545454545rem; } }
._box04 .about-item .about-item-box .about-item-btn a:hover { opacity: 0.7; }
._box04 .about-item .about-item-box .about-item-btn a span { display: inline-block; padding-right: 25px; background: url("../img/common/ico_window_w.svg") no-repeat right center; background-size: 16px auto; }

._box05 .about-box-item { display: flex; justify-content: space-between; flex-direction: row-reverse; }
@media screen and (max-width: 750px) { ._box05 .about-box-item { display: block; } }
._box05 .about-box-item figure { width: 45.5%; margin-left: 4.5833333333%; }
@media screen and (max-width: 750px) { ._box05 .about-box-item figure { width: 100%; margin-left: 0; margin-bottom: 30px; } }
._box05 .about-box-item p { flex: 1; }

._box06 .about-lead { margin-bottom: 40px; text-align: center; }
@media screen and (max-width: 750px) { ._box06 .about-lead { text-align: left; } }
._box06 ul { display: flex; }
@media screen and (max-width: 980px) { ._box06 ul { display: block; } }
._box06 ul li { width: 31.6666666667%; margin-right: 2.5%; }
@media screen and (max-width: 980px) { ._box06 ul li { width: 100%; margin-right: 0; margin-bottom: 40px; } }
._box06 ul li:last-child { margin-right: 0; }
@media screen and (max-width: 980px) { ._box06 ul li:last-child { margin-bottom: 0; } }
._box06 ul li dl { margin-top: 10px; margin-bottom: 15px; }
._box06 ul li dl dt { margin-bottom: 5px; font-size: 2.4rem; font-weight: 700; text-align: center; color: #006ABC; }
@media screen and (max-width: 750px) { ._box06 ul li dl dt { font-size: 2.0rem; } }
._box06 ul li dl dd { text-align: center; font-weight: 500; }
@media screen and (max-width: 750px) { ._box06 ul li dl dd { text-align: left; } }
._box06 ul li p { width: 100%; max-width: 340px; margin: 0 auto; }
._box06 ul li p a { display: block; text-decoration: none; width: 100%; padding: 20px; background: #006ABC url("../img/common/ico_arrow_w.svg") no-repeat right 10px center; background-size: 16px auto; font-size: 1.8rem; font-weight: 700; color: #fff; text-align: center; line-height: 1.2; border-radius: 4em; transition: all .6s; }
@media screen and (max-width: 750px) { ._box06 ul li p a { padding: 3.5087719298%; background-position: right 2.6315789474% center; background-size: 2.8070175439% auto; font-size: 1.4545454545rem; } }
._box06 ul li p a:hover { opacity: 0.7; }
._box06 ul li p a .ico { margin-left: 5px; }

/*# sourceMappingURL=about.css.map */
