@charset "utf-8";

/*==============================

		index.css

==============================*/



/*------------------------------
main PC
------------------------------*/
@media screen and (min-width: 768px) {
    #main{
        background: url(../img/top/top_main_pc.jpg) no-repeat;
        background-size: cover;
        margin-top: 175px;
        text-align: center;
        min-height: 30vw;
        margin-bottom: 50px;
    }
    #main p{
        font-size: 2.8rem;
        padding-top: 3vw;
        font-family: "ten-mincho",serif;
        letter-spacing: 0.3em;
        text-indent: 0.3em;
    }

}
/*------------------------------
main SP
------------------------------*/
@media screen and (max-width:767px){
    #main{
        background: url(../img/top/top_main_sp.jpg) no-repeat;
        background-size: cover;
        margin-top: 18.5vw;
        text-align: center;
        min-height: 42vw;
        margin-bottom: 11vw;
    }
    
    #main p{
        font-size: 3.6vw;
        padding-top: 3vw;
        font-family: "ten-mincho",serif;
        letter-spacing: 0.3em;
        text-indent: 0.3em;
    }
}
/*------------------------------
trade off PC
------------------------------*/
@media screen and (min-width: 768px) {
    .trade_off{
        text-align: center;
        border-bottom: 1px solid rgba(0,0,0,0.3);
        padding-bottom: 70px;
        margin-bottom: 25px;
    }
    .trade_off h2{
        font-family: 'Noto Serif JP', sans-serif;
        font-size: 2.4rem;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .trade_off .ph img{
        width: 727px;
        height: auto;
    } 
}
/*------------------------------
trade off SP
------------------------------*/
@media screen and (max-width:767px){
    .trade_off{
        text-align: center;
        border-bottom: 1px solid rgba(0,0,0,0.3);
        padding-bottom: 70px;
        margin-bottom: 3vw;
    }
    .trade_off .ph{
        width: 62.66%;
        margin-right: auto;
        margin-left: auto;
    }
    .trade_off h2{
        font-size: 3.9vw;
        margin-top: 8vw;
        margin-bottom: 5vw;
        font-family: 'Noto Serif JP', sans-serif;
    }
    .trade_off p{
        font-size: 3.0vw;
        line-height: 1.8;
    }
}
/*------------------------------
pharmacy_shop PC
------------------------------*/
@media screen and (min-width: 768px) {
    .pharmacy_shop{
        text-align: center;
        padding-bottom: 70px;
        margin-bottom: 25px;
    }
    .pharmacy_shop .takara_logo{
        padding-top: 65px;
    }
    .pharmacy_shop .takara_logo img{
        width: 106px;
        height: auto;
    }
    .pharmacy_shop h2{
        font-size: 3.0rem;
        margin-top: 60px;
        font-family: "ten-mincho",serif;
        letter-spacing: 0.15em;
        text-indent: 0.15em;
    }
    .pharmacy_shop .shop{
        font-size: 1.8rem;
    }
    .pharmacy_shop ul{
        font-size: 0;
        margin-top: 50px;
        margin-bottom: 55px;
    }
    .pharmacy_shop li{
        display: inline;
        margin-right: 40px;
    }
    .pharmacy_shop li:last-child{
        margin-right: 0;
    }
    .pharmacy_shop li img{
        width: 340px;
        height: auto;
    }
}
/*------------------------------
pharmacy_shop SP
------------------------------*/
@media screen and (max-width:767px){
    .pharmacy_shop{
        text-align: center;
        padding-bottom: 12vw;
        margin-bottom: 3vw;
    }
    .pharmacy_shop .takara_logo{
        width: 13.333%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 10vw;
    }
    .pharmacy_shop h2{
        font-size: 3.9vw;
        margin-top: 10vw;
        margin-bottom: 3vw;
        font-family: "ten-mincho",serif;
        letter-spacing: 0.15em;
        text-indent: 0.15em;
        line-height: 1.6;
    }
    .pharmacy_shop .shop{
        font-size: 3.2vw;
    }
    .pharmacy_shop ul{
        font-size: 0;
        margin-top: 9vw;
        margin-bottom: 8vw;
    }
    .pharmacy_shop li{
        display: inline-block;
        width: 32%;
        margin-right: 2%;
    }
    .pharmacy_shop li:last-child{
        margin-right: 0;
    }
}
/*------------------------------
information PC
------------------------------*/
@media screen and (min-width: 768px) {
    .information{
        padding-bottom: 70px;
        margin-bottom: 25px;
        border-top: 1px solid rgba(0,0,0,0.3);
    }
    .information h2{
        font-size: 3.0rem;
        margin-top: 60px;
        font-family: "ten-mincho",serif;
        letter-spacing: 0.15em;
        text-indent: 0.15em;
        text-align: center;
    }
    .information dl{
        width: 75%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 0;
    }
    .information dl dt{
        color: #1EAA39;
        width: 13%;
        display: inline-block;
        vertical-align: top;
        line-height: 1.4;
        padding-bottom: 1.5em;
        font-size: 1.4rem;
    }
    .information dl dd{
        width: 87%;
        display: inline-block;
        vertical-align: top;
        line-height: 1.4;
        padding-bottom: 1.5em;
        font-size: 1.4rem;
    }
    .information .button {
        background-color: #1EAA39;
        border: 1px solid #00571F;
        color: #FFFFFF;
        line-height: 40px;
        width: 162px;
        height: 42px;
        margin-right: auto;
        margin-left: auto;
        letter-spacing: 0.2em;
        text-indent: 0.2em;
    }
    .information .button:hover {
        background: #00571F;
    }
    .information .button a{
        color: #FFFFFF;
        display: block;
    }
}
/*------------------------------
information SP
------------------------------*/
@media screen and (max-width:767px){
    .information {
        padding-bottom: 12vw;
        margin-bottom: 3vw;
        border-top: 1px solid rgba(0,0,0,0.3);
    }
    .information h2{
        text-align: center;
        font-size: 3.9vw;
        margin-top: 10vw;
        margin-bottom: 3vw;
        font-family: "ten-mincho",serif;
        letter-spacing: 0.15em;
        text-indent: 0.15em;
        line-height: 1.6;
    }
    .information dl{
        width: 92%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 7vw;
        margin-bottom: 3vw;
    }
    .information dl dt{
        color: #1EAA39;
        line-height: 1.4;
    }
    .information dl dd{
        line-height: 1.4;
        padding-bottom: 2.0em;
    }
    .information .button {
        background-color: #1EAA39;
        border: 1px solid #00571F;
        color: #FFFFFF;
        line-height: 8.5vw;
        width: 40%;
        height: 9vw;
        margin-right: auto;
        margin-left: auto;
        letter-spacing: 0.2em;
        text-indent: 0.2em;
    }
    .information .button:hover {
        background: #00571F;
    }
    .information .button a{
        color: #FFFFFF;
        display: block;
    }
}

/*------------------------------
event PC
------------------------------*/
@media screen and (min-width: 768px) {
    .event{
        padding-bottom: 70px;
        margin-bottom: 25px;
        border-top: 1px solid rgba(0,0,0,0.3);
    }
    .event h2{
        font-size: 3.0rem;
        margin-top: 60px;
        font-family: "ten-mincho",serif;
        letter-spacing: 0.15em;
        text-indent: 0.15em;
        text-align: center;
    }
    .event dl{
        width: 75%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 0;
    }
    .event dl dt{
        color: #F29600;
        width: 13%;
        display: inline-block;
        vertical-align: top;
        line-height: 1.4;
        padding-bottom: 1.5em;
        font-size: 1.4rem;
    }
    .event dl dd{
        width: 87%;
        display: inline-block;
        vertical-align: top;
        line-height: 1.4;
        padding-bottom: 1.5em;
        font-size: 1.4rem;
    }
    .event .button {
        background: #F29600;
        border: 1px solid #BD6900;
        color: #FFFFFF;
        line-height: 40px;
        width: 162px;
        height: 42px;
        margin-right: auto;
        margin-left: auto;
        letter-spacing: 0.2em;
        text-indent: 0.2em;
    }
    .event .button:hover {
        background: #BD6900;
    }
    .event .button a{
        color: #FFFFFF!important;
        display: block;
    }
    .event a:hover {
        color: #F29600;
    }
}
/*------------------------------
event SP
------------------------------*/
@media screen and (max-width:767px){
    .event {
        padding-bottom: 12vw;
        margin-bottom: 3vw;
        border-top: 1px solid rgba(0,0,0,0.3);
    }
    .event h2{
        text-align: center;
        font-size: 3.9vw;
        margin-top: 10vw;
        margin-bottom: 3vw;
        font-family: "ten-mincho",serif;
        letter-spacing: 0.15em;
        text-indent: 0.15em;
        line-height: 1.6;
    }
    .event dl{
        width: 92%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 7vw;
        margin-bottom: 3vw;
    }
    .event dl dt{
        color: #F29600;
        line-height: 1.4;
    }
    .event dl dd{
        line-height: 1.4;
        padding-bottom: 2.0em;
    }
    .event .button {
        background: #F29600;
        border: 1px solid #BD6900;
        color: #FFFFFF;
        line-height: 8.5vw;
        width: 40%;
        height: 9vw;
        margin-right: auto;
        margin-left: auto;
        letter-spacing: 0.2em;
        text-indent: 0.2em;
    }
    .event .button:hover {
        background: #BD6900;
    }
    .event .button a{
        color: #FFFFFF!important;
        display: block;
    }
    .event a:hover {
        color: #F29600;
    }
}
/*------------------------------
title bar PC
------------------------------*/
@media screen and (min-width: 768px) {
    .title_bar{
        border-top: 1px solid rgba(0,0,0,0.3);
        border-bottom: 1px solid rgba(0,0,0,0.3);
        padding-top: 25px;
        padding-bottom: 25px;
        overflow: hidden;
        position: relative;
    }
    .title_bar .private_01{
        background: #99D3A0 url(../img/top/private_img_01_pc.jpg) no-repeat right center;
        background-size: contain;
        width: 50%;
        height: 16vw;
        font-size: 0;
        float: left;
    }
    .title_bar .business_01{
        background: #F0C88D url(../img/top/career_img_01_pc.jpg) no-repeat left center;
        background-size: contain;
        width: 50%;
        height: 16vw;
        font-size: 0;
        float: left;
    }
    .title_bar .private_02{
        background: #99D3A0 url(../img/top/private_img_02_pc.jpg) no-repeat left center;
        background-size: contain;
        width: 50%;
        height: 16vw;
        font-size: 0;
        float: left;
    }
    .title_bar .business_02{
        background: #F0C88D url(../img/top/career_img_02_pc.jpg) no-repeat right center;
        background-size: contain;
        width: 50%;
        height: 16vw;
        font-size: 0;
        float: left;
    }
    .title_bar .ph{
        position: absolute;
        top: 25px;
        left: 0;
        right: 0;
        margin: auto;
        width: 36.8vw;
    }
    .title_bar .ph img{
        width: 100%;
        height: auto;
    }
}
/*------------------------------
title bar SP
------------------------------*/
@media screen and (max-width:767px){
    .title_bar{
        border-top: 1px solid rgba(0,0,0,0.3);
        border-bottom: 1px solid rgba(0,0,0,0.3);
        padding-top: 4vw;
        padding-bottom: 4vw;
        overflow: hidden;
        position: relative;
    }
    .title_bar .private_01{
        background: #99D3A0 url(../img/top/private_img_01_sp.jpg) no-repeat right center;
        background-size: contain;
        width: 50%;
        height: 30vw;
        font-size: 0;
        float: left;
    }
    .title_bar .business_01{
        background: #F0C88D url(../img/top/career_img_01_sp.jpg) no-repeat left center;
        background-size: contain;
        width: 50%;
        height: 30vw;
        font-size: 0;
        float: left;
    }
    .title_bar .private_02{
        background: #99D3A0 url(../img/top/private_img_02_sp.jpg) no-repeat left center;
        background-size: contain;
        width: 50%;
        height: 30vw;
        font-size: 0;
        float: left;
    }
    .title_bar .business_02{
        background: #F0C88D url(../img/top/career_img_02_sp.jpg) no-repeat right center;
        background-size: contain;
        width: 50%;
        height: 30vw;
        font-size: 0;
        float: left;
    }
    .title_bar .ph{
        position: absolute;
        top: 4vw;
        left: 0;
        right: 0;
        margin: auto;
        width: 56vw;
    }
    .title_bar .ph img{
        width: 100%;
        height: auto;
    }
}

/*------------------------------
point PC
------------------------------*/
@media screen and (min-width: 768px) {
    .point{
        text-align: center;
        padding-bottom: 70px;
        margin-bottom: 25px;
    }
    .point h2{
        font-size: 3.0rem;
        margin-top: 60px;
        font-family: "ten-mincho",serif;
        letter-spacing: 0.15em;
        text-indent: 0.15em;
    }
    .point h3{
        font-family: "ten-mincho",serif;
        font-size: 2.0rem;
        line-height: 1.5;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
        padding-bottom: 1.5em;
    }
    .point h3 span{
        color: #1EAA39;
        font-size: 8.5rem;
        font-style: italic;
        display: block;
        line-height: 1.2;
    }
    .point h3 span.more{
        font-size: 6.3rem;
    }
    .point .point_block{
        padding-top: 50px;
        padding-bottom: 70px;
        
    }
    .point p{
        color: #1EAA39;
        line-height: 1.4;
    }
    .point p.ph{
        margin-top: 50px;
    }
    .point ul{
        margin-top: 30px;
        font-size: 0;
        width: 790px;
        margin-right: auto;
        margin-left: auto;
    }
    .point ul li{
        display: inline;
        margin-right: 44px;
    }
    .point ul li:last-child{
        margin-right: 0;
    }
    .point .more_block{
        width: 323px;
        display: inline-block;
        font-size: 0;
        margin-right: 31px;
        text-align: left;
    }
    .point .more_block:nth-of-type(3){
        margin-right: 0;
    }
    .point .more_block h4{
        font-size: 2.0rem;
        color: #1EAA39;
        padding-top: 1em;
    }
    .point .more_block p{
        font-size: 1.4rem;
        color: #000000;
    }
}
/*------------------------------
point SP
------------------------------*/
@media screen and (max-width:767px){
    .point{
        text-align: center;
        padding-bottom: 70px;
        margin-bottom: 25px;
    }
    .point h2{
        font-size: 4.8vw;
        margin-top: 10vw;
        margin-bottom: 5vw;
        line-height: 1.4;
        font-family: "ten-mincho",serif;
        letter-spacing: 0.15em;
        text-indent: 0.15em;
    }
    .point h3{
        font-family: "ten-mincho",serif;
        font-size: 3.8vw;
        line-height: 1.5;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
        padding-bottom: 1.0em;
    }
    .point h3 span{
        color: #1EAA39;
        font-size: 6.0rem;
        font-style: italic;
        display: block;
        line-height: 1.2;
    }
    .point h3 span.more{
        font-size: 11vw;
    }
    .point .point_block{
        padding-top: 10vw;
        padding-bottom: 15vw;
    }
    .point p{
        color: #1EAA39;
        line-height: 1.4;
    }
    .point p.ph{
        margin-top: 5vw;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    .point ul{
        margin-top: 3vw;
        font-size: 0;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    .point ul li{
        display: inline-block;
        margin-right: 2%;
        width: 48%;
    }
    .point ul li:last-child{
        margin-right: 0;
    }
    .point .more_block{
        text-align: center;
        margin-bottom: 3em;
    }
    .point .more_block img{
        width: 52%;
        height: auto;
    }
    .point .more_block h4{
        font-size: 3.6vw;
        color: #1EAA39;
        padding-top: 1.5vw;
    }
    .point .more_block p{
        color: #000000;
    }
    .point .more_block:nth-of-type(3){
        margin-bottom: 0;
    }
}
/*------------------------------
requirements PC
------------------------------*/
@media screen and (min-width: 768px) {
    .requirements{
        text-align: center;
        margin-top: 50px;
        margin-bottom: 35px;
        border-bottom: 1px solid rgba(0,0,0,0.3);
    }
    .requirements h2{
        font-size: 3.0rem;
        font-family: "ten-mincho",serif;
        margin-top: 55px;
        margin-bottom: 55px;
        display: inline-block;
        vertical-align: middle;
    }
    .requirements .new{
        background: #1EAA39;
        color: #FFFFFF;
        font-size: 1.2rem;
        margin-left: 2em;
        padding-right: 2em;
        padding-left: 2em;
        padding-top: 0.2em;
        padding-bottom: 0.2em;
	    font-family: 'Noto Sans JP', sans-serif;
        display: inline-block;
        vertical-align: middle;
    }
    .requirements dl{
        width: 956px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }
    
    .requirements dt{
        color: #1EAA39;
        font-size: 1.5rem;
        padding-bottom: 0.5em;
        padding-top: 2em;;
    }
    .requirements dd{
        font-size: 1.5rem;
        border-bottom: 1px solid rgba(0,0,0,0.3);
        padding-bottom: 1em;
    }
    .entry_buttun{
        width: 250px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 100px;
    }
    .entry_buttun a{
        color: #FFFFFF;
        text-align: center;
        display: block;
        text-decoration: none;
        background: #1EAA39;
        border: 1px solid #00571F;
        font-size: 1.6rem;
        line-height: 1.4;
        padding-top: 0.6em;
        padding-bottom: 0.8em;
        letter-spacing: 2px;
        text-indent: 2px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
    }
    .entry_buttun a:hover{
        background: #00571F;
    }
    .entry_buttun span{
        display: block;
        font-size: 1.1rem;
    }
}
/*------------------------------
requirements SP
------------------------------*/
@media screen and (max-width:767px){
    .requirements{
        text-align: center;
        margin-top: 5vw;
        margin-bottom: 5vw;
        border-bottom: 1px solid rgba(0,0,0,0.3);
    }
    .requirements h2{
        font-family: "ten-mincho",serif;
        font-size: 3.9vw;
        margin-top: 8vw;
        margin-bottom: 5vw;
        display: inline;
        vertical-align: middle;
    }
    .requirements .new{
        background: #1EAA39;
        color: #FFFFFF;
        font-size: 1.8vw;
        margin-left: 2em;
        padding-right: 1em;
        padding-left: 1em;
        padding-top: 0.2em;
        padding-bottom: 0.2em;
	    font-family: 'Noto Sans JP', sans-serif;
        display: inline;
        vertical-align: middle;
        line-height: 3vw;
    }
    .requirements dl{
        width: 96%;
        margin-right: auto;
        margin-left: auto;
        line-height: 1.6;
        margin-bottom: 5vw;
    }
    .requirements dt{
        color: #1EAA39;
        font-size: 3.2vw;
        padding-top: 1em;;
    }
    .requirements dd{
        font-size: 3.0vw;
        border-bottom: 1px solid rgba(0,0,0,0.3);
        padding-bottom: 1em;
    }
    .requirements dd:last-child{
        border-bottom: none;
    }
    .entry_buttun{
        width: 60%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10vw;
    }
    .entry_buttun a{
        color: #FFFFFF;
        text-align: center;
        display: block;
        text-decoration: none;
        background: #1EAA39;
        border: 1px solid #00571F;
        font-size: 3.4vw;
        line-height: 1.4;
        padding-top: 0.6em;
        padding-bottom: 0.8em;
        letter-spacing: 2px;
        text-indent: 2px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
    }
    .entry_buttun a:hover{
        background: #00571F;
    }
    .entry_buttun span{
        display: block;
        font-size: 2.8vw;
    }
}

/*------------------------------
message PC
------------------------------*/
@media screen and (min-width: 768px) {
    .message{
        text-align: center;
        margin-top: 50px;
        margin-bottom: 35px;
        padding-bottom: 50px;
    }
    .message h2{
        font-size: 3.0rem;
        margin-top: 55px;
        margin-bottom: 55px;
        font-family: "ten-mincho",serif;
        display: inline-block;
        vertical-align: middle;
    }
    .message .orner_postion{
        font-family: "ten-mincho",serif;
        font-size: 1.5rem;
        line-height: 1.4;
        padding-top: 1em;
    }
    .message .orner_postion span{
        font-size: 1.4rem;
    }
    .message .orner_name{
        font-family: "ten-mincho",serif;
        font-size: 2.0rem;
        padding-top: 0.5em;
        padding-bottom: 40px;
    }
    .message h3{
        color: #1EAA39;
        font-size: 1.8rem;
    }
    .message .message_txt{
        width: 750px;
        margin-right: auto;
        margin-left: auto;
    }
}
/*------------------------------
message SP
------------------------------*/
@media screen and (max-width:767px){
    .message{
        text-align: center;
        margin-top: 5vw;
        margin-bottom: 5vw;
        padding-top: 5vw;
        padding-bottom: 10vw;
    }
    .message h2{
        font-size: 4.2vw;
        margin-top: 8vw;
        margin-bottom: 5vw;
        font-family: "ten-mincho",serif;
    }
    .message img{
        width: 55.4%;
    }
    .message .orner_postion{
        font-family: "ten-mincho",serif;
        font-size: 3.4vw;
        line-height: 1.4;
        padding-top: 1em;
    }
    .message .orner_postion span{
        font-size: 3.2vw;
    }
    .message .orner_name{
        font-family: "ten-mincho",serif;
        font-size: 4.2vw;
        padding-top: 0.5em;
        padding-bottom: 40px;
    }
    .message h3{
        color: #1EAA39;
        font-size: 3.4vw;
        line-height: 1.6;
        padding-bottom: 2em;
    }
    .message .message_txt{
        width: 94%;
        margin-right: auto;
        margin-left: auto;
    }
}
/*------------------------------
entry_btn PC
------------------------------*/
@media screen and (min-width: 768px) {
    .entry_btn{
        text-align: center;
        margin-top: 25px;
        padding-top: 100px;
        border-top: 1px solid rgba(0,0,0,0.3);
    }
    .entry_btn p{
        font-size: 2.2rem;
        line-height: 1.4;
    }
    .entry_btn ul{
        margin-top: 50px;
        width: 770px;
        margin-right: auto;
        margin-left: auto;
    }
    .entry_btn li{
        float: left;
        width: 370px;
        margin-right: 30px;
        line-height: 1.4;
        letter-spacing: 0.2em;
        text-indent: 0.2em;
    }
    .entry_btn li span{
        display: block;
        font-size: 1.5rem;
    }
    .entry_btn li:last-child{
        margin-right: 0;
    }
    .entry_btn li a{
        color: #FFFFFF;
        text-align: center;
        display: block;
        text-decoration: none;
        font-size: 2.0rem;
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .entry_btn li.newgraduates a{
        background: #1EAA39;
        border: 1px solid #00571F;
    }
    .entry_btn li.career a{
        background: #F29600;
        border: 1px solid #BD6900;
    }
    .entry_btn li.newgraduates a:hover{
        background: #00571F;
    }
    .entry_btn li.career a:hover{
        background: #BD6900;
    }
}
/*------------------------------
entry_btn SP
------------------------------*/
@media screen and (max-width:767px){
    .entry_btn{
        text-align: center;
        margin-top: 10vw;
        margin-bottom: 10vw;
        padding-top: 15vw;
        border-top: 1px solid rgba(0,0,0,0.3);
    }
    .entry_btn p{
        font-size: 3.2vw;
        line-height: 1.4;
    }
    .entry_btn ul{
        margin-top: 10vw;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    .entry_btn li{
        float: left;
        width: 48%;
        margin-right: 4%;
        line-height: 1.4;
        letter-spacing: 0.2em;
        text-indent: 0.2em;
    }
    .entry_btn li span{
        display: block;
        font-size: 2.5vw;
    }
    .entry_btn li:last-child{
        margin-right: 0;
    }
    .entry_btn li a{
        color: #FFFFFF;
        text-align: center;
        display: block;
        text-decoration: none;
        font-size: 3.2vw;
        padding-top: 3vw;
        padding-bottom: 3vw;
    }
    .entry_btn li.newgraduates a{
        background: #1EAA39;
        border: 1px solid #00571F;
    }
    .entry_btn li.career a{
        background: #F29600;
        border: 1px solid #BD6900;
    }
    .entry_btn li.newgraduates a:hover{
        background: #00571F;
    }
    .entry_btn li.career a:hover{
        background: #BD6900;
    }
}


