@charset "UTF-8";
.mainvisual {
    background: url("../../common/img/mv-graduates-bg.png")  no-repeat center bottom;
	background-size:  cover;
}
.page-title{
    background: url("../../common/img/mv-application.png")no-repeat center;
}
/*
================================
================================*/
.app_content {
    margin: 50px 0 100px;
}
.app_inner {
    max-width: 854px;
    margin: auto;
}
.text_box h2 {
    font-size: 3rem;
}
.text_box p {
    line-height: 2;
}

.text_mt {
    margin-top: 36px;
}
.text_box:not(:first-child) {
    margin-top: 90px;
}
.flex_btn {
    display: flex;
    justify-content: flex-start;
    gap: 46px;
}
.btn_box {
    display: flex;
    gap: 10px;
    width: 294px;
    border: 3px solid #1F286F;
    padding: 22px 0 22px 25px;
}
.pdf_btn {
    width: 54px;
    background: #EB4237;
    display: flex;
    justify-content: center;
    align-items: center;
}
.word_btn {
    width: 54px;
    background: #3A49AD;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pdf_btn p , .word_btn p {
    color: #fff;
    font-weight: bold;
}
.download {
    position: relative;
}
.download::before {
    content: "";
    position: absolute;
    margin: auto;
    top: -1px;
    bottom: 0;
    right: -30px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1F286F;
}
.download::after {
    content: "";
    position: absolute;
    margin: auto;
    top: -1px;
    bottom: 0;
    right: -22px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}


/*
スマホ
=======================================================================================================*/
@media screen and (max-width: 767px) {
.page-title {
    background-size: contain;
    background-position: center 140px;
}
.app_content {
    margin: 20px 0 50px;
}
.app_inner {
    padding: 0 5%;
}
.text_box:not(:first-child) {
    margin-top: 50px;
}
.text_mt {
    margin-top: 18px;
}
.btn_box {
    padding: 16px 0 16px 20px;
}
.flex_btn {
    flex-direction: column;
    gap: 20px;
}
}




