@charset "UTF-8";

.mv,.mv_img,.mv_img img {
    width: 100%;
    position: relative;
}
.mv_cover{
	position: absolute;
	top:80px;
    left: 5%;
    width: 90%;
	height: calc(100% - 80px);
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}
.mv_cover p, .mv_cover p img {
    width: auto;
    text-align: center;
}
.message {
    max-width: 1024px;
    width: 90%;
    margin: 100px auto 0;
}
.mes_top {
    display: flex;
    justify-content: space-between;
}
.mes_top .mes_block{
    max-width: 676px;
}
.mes_text {
    letter-spacing: 0;
    line-height: 2;
    margin-top: 45px;
}
.sec_title {
    padding: 35px 0;
    font-size: 3.6rem;
    position: relative;
}
.sec_title::after{
    content: ' ';
    display: block;
    width: 40px;
    height: 2px;
    background: #009441;
    position: absolute;
    bottom: 0;
    left: 0;
}
.mes_top .sec_title{
    background: url("/action_plan/img/message.svg")no-repeat right;
    -webkit-background-size: contain;
    background-size: contain;
}
.mes_sign {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 40px;
}
.ap {
    max-width: 1024px;
    width: 90%;
    margin:100px auto 0;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.ap_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.ap_box {
    max-width: 732px;
    width: 100%;
    background: #0D3D1720;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    margin-top: 80px;
}
.ap_copy {
    position: absolute;
    top: -60px;
    left: calc(50% - 315px);
}
.ap_text {
    padding: 73px 15px 40px 50px;
    box-sizing: border-box;
    border: 1px solid #fff;
    font-size: 2.2rem;
    letter-spacing: 0;
    line-height: 2;
}
.policy{
    margin-top: 100px;
}
.policy .sec_title{
    max-width: 1024px;
    width: 90%;
    background: url(/action_plan/img/policy.svg)no-repeat left 4em center;
    -webkit-background-size: contain;
    background-size: contain;
    margin: 0 auto 50px;
}
.pol_bnr {
    max-width: 1440px;
    width: 95%;
    background: #F1F1EF;
    margin-top: 10px;
    padding: 30px 60px 20px 0px;
    box-sizing: border-box;
    line-height: 2;
}
.pol_inner{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pol_cont {
    max-width: 763px;
    width: 100%;
    letter-spacing: 0;
}
.pol_midashi {
    font-size: 2.4rem;
    color: #009441;
    margin-bottom: 15px;
}
.pol_num {
    font-family: "Arial", "メイリオ", Meiryo, sans-serif;
    font-size: 8rem;
    color: #0D3D17;
    padding-right: 40px;
    margin-right: 40px;
    border-right: 2px solid #CED8D0;
}
.indent_num {
    text-indent: -1.5em;
    padding-left: 1.5em;
}
.slogan{
    margin-top: 60px;
}
.slogan .sec_title{
    text-align: center;
    background: url("/action_plan/img/slogan.svg") center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    padding: 0 5% 65px;
}
.slogan .sec_title::after{
    left: calc(50% - 20px);
    bottom: 30px;
}
.slogan_bg {
    margin-top: 20px;
    background: url("/action_plan/img/bg_01.png") center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 95px 0 55px;
}
.slogan_midashi {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    line-height: 2;
    color: #0D3D17;
    position: relative;
    padding-bottom: 20px;
}
.slogan_midashi::after {
    content: ' ';
    display: block;
    width: 40px;
    height: 2px;
    background: #009441;
    position: absolute;
    bottom: 0;
    left: calc(50% - 20px);
}
.slogan_inner {
    max-width: 950px;
    width: 90%;
    margin: auto;
}
.slogan_text {
    margin-top: 25px;
    letter-spacing: 0;
    font-size: 1.8rem;
    line-height: 2;
}
@media screen and (max-width: 767px) {
.mes_img {
    margin: 25px 0 10px;
}
.mes_sign {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
}
.ap {
    flex-direction: column;
    align-items: center;
}
.ap_img {
    position: static;
}
.ap_box {
    margin-top: 20px;
}
.ap_copy {
    max-width: 90vw;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    top: -15px;
}
.ap_text {
    padding: 75px 5% 50px;
    font-size: 1.8rem;
}
.pol_inner {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 5%;
}
.pol_num {
    font-size: 5rem;
    line-height: 1.5;
    border-bottom: 2px solid #CED8D0;
    border-right: none;
    padding: 0;
}
.pol_bnr {
    padding-right: 5%;
}
.policy .sec_title {
    background: url(/action_plan/img/policy.svg)no-repeat right center;
    -webkit-background-size: contain;
    background-size: contain;
}
.slogan_midashi {
    font-size: 2.2rem;
    letter-spacing: 0;
    line-height: 1.5;
}
}
