.plan {
    width: 100%;
    margin: 0 auto;
    padding: 200px 0;
    background-image: url("../images/company_bg.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}
.plan h2 {
    font-size: 80px;
    font-weight: 500;
    text-align: center;
    color: #e60033;
}
.plan_box01 {
    display: block;
    width: 90%;
    max-width: 950px;
    margin: 100px auto 0;
    padding: 40px 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.plan_box01 h3 {
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    letter-spacing: 1px;
}
.plan_box01 p {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    line-height: 250%;
}
.plan_box02 {
    display: block;
    width: 90%;
    max-width: 950px;
    margin: 100px auto 0;
}
.plan_box02 h4 {
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
}
.plan_box02 h5 {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
}
.plan_box02 ul {
    margin: 50px 0;
    padding: 0 20px;
}
.plan_box02 li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 24px;
    font-weight: 500;
    line-height: 170%;
}
.plan_box02 p {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
    line-height: 180%;
}
.plan_box02 li {
    margin-bottom: 20px;

    a {
        font-size: 1.26vw;
    }
}
@media screen and (max-width:480px) {
.plan_box02 li {
            font-size: 10px;
    a {
            font-size: 13px;
    }
}
}
.sub_menu {
    position: fixed;
    top: 220px;
    right: 50px;
}
.sub_menu h2 {
    margin-bottom: 30px;
    padding: 10px 30px;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    background:#e60033;
    color: #fff;
    border-radius: 100px;
    letter-spacing: 1px;
}
.sub_menu ul {
    margin: 0;
    padding: 0;
}
.sub_menu ul li {
    margin: 0;
    padding: 0;
}
.sub_menu ul li a {
    display: block;
    padding: 7px 25px;
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 2px dotted #e60033;
    letter-spacing: 1px;
}
.sub_menu ul li a:hover {
    color: #e60033;
}
@media screen and (max-width:1400px) {
    .sub_menu {
        position: inherit;
        top: 0;
        right: 0;
        width: 90%;
        max-width: 320px;
        margin: 100px auto 0;
        text-align: center;
}
}
@media screen and (max-width:480px) {
    .plan {
    padding: 150px 0;
    background-size: auto 100%;
}
    .plan h2 {
    font-size: 40px;
}
.plan_box01 {
    margin: 50px auto 0;
    padding: 40px 0;
}
.plan_box01 h3 {
    font-size: 30px;
}
.plan_box01 p {
    font-size: 17px;
}
.plan_box02 h4 {
    font-size: 25px;
}
.plan_box02 h5 {
    font-size: 20px;
}
.plan_box02 ul {
    margin: 50px 0;
    padding: 0 20px;
}
.plan_box02 li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 17px;
    font-weight: 500;
    line-height: 170%;
}
.plan_box02 p {
    margin-bottom: 30px;
    font-size: 17px;
    font-weight: 500;
    line-height: 180%;
}
}
@media screen and (max-width:480px) {
    .sub_menu h2 {
    font-size: 20px;
}
    .sub_menu ul li a {
    font-size: 20px;
}
}