@charset "utf-8";
html {font-size: 62.5%;}
h1, h2, h3 {margin: 0; padding: 0; line-height: 1.45; font-weight: 600;}
.content_wrap section,
.content_wrap p,
.content_wrap dl,
.content_wrap dt,
.content_wrap dd,
.content_wrap ul,
.content_wrap ol,
.content_wrap li,
.content_wrap a,
.content_wrap figcapttion {
    color: #484848;
    line-height: 1.8;
    margin: 0;
    padding: 0;
}

.df_pdng {
    padding: 30px 5% 0;
}

.pdng_b30 {
    padding-bottom: 30px;
}

#layout_com {
    width: 100%;
}

/* ----------------------------------------
 smartphone 
------------------------------------------- */
.sp_none {
    display: none;
}
.tb_on {
    display: none;
}

.tb_none {
    display: block;
}

.inner {
    padding: 20px 5%;
}

.campaign {
    font-size: 1.5rem;
}

.campaign h2 {
    background: #002F6F;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.2;
}

.campaign h2 .inner {
    display: block;
    padding: 16px 5%;
}

.flex_col2_inner {
    margin-bottom: 20px;
}

.flex_col2_inner:last-child {
    margin-bottom: 0;
}

.stripe_line {
    position: relative;
    margin-bottom: 40px;
}

.stripe_line::after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    background-size: auto auto;
    background-color: rgba(252, 246, 239, 1);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(219, 35, 35, 1) 10px, rgba(219, 35, 35, 1) 11px );
}
 
/*main
------------------------*/
.content_wrap {
    overflow: hidden;
    background: #FCF6EF;
}

.content_wrap img {
    vertical-align: top;
    width: 100%;
}

.content_wrap p {
    font-size: 16px;
    font-size: 1.6rem;
}

.main_visual {
    width: 100%;
    height: 170vw;
    background: url(/working-holiday/img/co-op/sp_main_bg.png) no-repeat;
    background-size: contain;
    position: relative;
}

h1 {
    position: absolute;
    width: 86%;
    top: 59vw;
    left: 7%;
}

.lead_box {
    background: #FCE5E5;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 24px 5%;
}

.lead_box p {
    max-width: 1004px;
    margin: 0 auto;
}

.content_wrap h2 {
    color: #DB2323;
    font-size: 21px;
    font-size: 2.1rem;
    text-align: center;
    margin-bottom: 20px;
}

.content_wrap h2 span {
    font-size: 16px;
    font-size: 1.6rem;
}

.content_lead {
    max-width: 940px;
    margin: 0 auto 20px;
}

.system_box {
    background: #fff;
    border: 3px solid #DB2323;
    border-radius: 8px;
    padding: 88px 30px;
    position: relative;
    box-sizing: border-box;
}

.system_box::before,
.system_box::after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(219, 35, 35, 1) 10px, rgba(219, 35, 35, 1) 11px );
}
.system_box::before {top: 24px; left: 0;}
.system_box::after {bottom: 24px; left: 0;}

.system_box h3 {
    color: #DB2323;
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 auto 34px;
    text-align: center;
    position: relative;
}

.system_box h3::after {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    background: #DB2323;
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
}

.system_box p {
    margin: 0 0 20px;
}

.comparison_table {
    font-size: 3.2vw;
    margin-bottom: 20px;
}

.comparison_table .title {
   border: 1px solid #db2322; 
}

.comparison_table .title th {
    background: #DB2323;
    color: #fff;
    padding: 14px;
}

.comparison_table .title th:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.comparison_table .title_vertical th {
    background: #fff;
    color: #DB2323;
    padding: 14px 5px;
    border: 1px solid #db2322;
}

.comparison_table td {
    background: #fff;
    padding: 14px 5px;
    border: 1px solid #db2322;
    text-align: center;
    vertical-align: middle;
}

.coop_box dl {
    background: #FCE5E5;
    border-radius: 8px;
    font-size: 16px;
    font-size: 1.6rem;
}

.coop_box dt {
    color: #fff;
    background: #E35050;
    border-radius: 8px 8px 0 0;
    padding: 12px 16px;
}

.coop_box div {
    padding: 16px;
}

.coop_box dd {
    font-size: 14px;
    font-size: 1.4rem;
}

.comparison_img {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.comparison_img img {
    width: 200%;
}

.unable_list h3,
.cost_list h3 {
    font-size: 20px;
    font-size: 2rem;
    color: #DB2323;
    padding: 8px 16px;
    margin: 0 0 20px;
    border-top: 3px solid #DB2323;
    border-bottom: 3px solid #DB2323;
}

.cost_list h3 {
    text-align: center;
}

.unable_list ul {
    padding: 0 0 20px;
}

.unable_list ul li {
    color: #DB2323;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 10px 20px 46px;
    position: relative;
}

.unable_list ul li::before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/special/co-op_internship_program/img/icon_cross.png) no-repeat;
    background-size: cover;
}

.cost_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.cost_img picture {
    margin: 0 5px 0 0;
    width: calc(33.333% - 10px / 3);
}

.cost_img picture:last-child {
    margin-right: 0;
}

.income_area {
    margin-bottom: 30px;
}

.income picture:first-child {
    display: block;
    width: 207px;
    margin: 20px auto;
}

.counselor_comment {
    background: url(/special/co-op_internship_program/img/sp_counselor_comment_bg.png) no-repeat;
    background-size: contain;
    max-width: 373px;
    margin: 30px auto;
}

.comment_box {
    padding: 16vw;
}

.comment_box p {
    font-size: 3.73vw;
}

.counselor {
    width: 196px;
}

.closing {
    padding-top: 0;
}

.closing p {
    border: 1px solid #DB2323;
    padding: 20px;
    max-width: 1004px;
    background: #fff;
}

/*CVエリア
------------------------*/
.cv_area {
    padding: 30px 5%;
    background: #484848;
}

.col_cv_btn {
    text-align: center;
}
.col_cv_btn a {
    display: block;
    padding: 15px 30px;
    font-size: 18px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    color: #FFF !important;
    text-decoration: none !important;
    border-radius: 4px;
	background: #fd8700;
    background: -moz-linear-gradient(top, #fd8700 0%, #fb5c00 100%);
    background: -webkit-linear-gradient(top, #fd8700 0%,#fb5c00 100%);
    background: linear-gradient(to bottom, #fd8700 0%,#fb5c00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8700', endColorstr='#fb5c00',GradientType=0 );
    border: 1px solid #fb5c00;
    box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.5) inset;
    -moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.5) inset;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.5) inset;
}

.col_cv_btn a:hover {
    background: #ed4d02;
    box-shadow: none;
}

p.cv_btn_read {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
    margin: 0 auto 7px;
    display: inline-block;
    font-weight: bold;
    position: relative;
}

@media print, screen and (min-width:414px) {
    .comment_box {
        padding: 66.24px;
    }

    .comment_box p {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

/* ---------------------------------------------------------
 smartphonep - 320px
---------------------------------------------------------- */
 
@media print, screen and (max-width:320px) {
    .sp320_none {
        display: none;
    }
}

/* ---------------------------------------------------------
 smartphone / tablet  480px - 767px
---------------------------------------------------------- */
@media print, screen and (min-width:480px) {
}
 
/* ---------------------------------------------------------
 tablet 768px - 1023px
---------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
    .tb_on {
        display: block;
    }
    
    .tb_none {
        display: none;
    }
    
    .df_pdng {
        padding: 60px 5% 0;
    }
    
    .pdng_b30 {
        padding-bottom: 60px;
    }
        
    .main_visual {
        height: 47.8vw;
        background: url(/special/co-op_internship_program/img/pc_main_bg.jpg) no-repeat center center;
        background-size: cover;
    }
    
    h1 {
        width: 48.33vw;
        top: 10vw;
        left: 26.3vw;
    }
    
    .flex_col2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .flex_col2_inner {
        margin: 0 20px 0 0;
        width: calc(50% - 20px / 2);
    }
    
    .flex_col2_inner:last-child {
        margin-right: 0;
    }
    
    .content_wrap h2 {
        font-size: 32px;
        font-size: 3.2rem;
    }
    
    .comparison_table {
        font-size: 16px;
    }
    
    .comparison_img {
        white-space: normal;
    }

    .comparison_img img {
        width: 100%;
    }
    
    .cost_img picture {
        margin: 0 20px 0 0;
        width: calc(33.333% - 40px / 3);
    }
    
    .closing {
        padding-top: 0;
    }
    
    .counselor_comment {
        background: none;
        max-width: 692px;
        margin: 30px auto 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        align-items: baseline;
    }
    
    .comment_box {
        background: url(/special/co-op_internship_program/img/tb_counselor_comment_bg.png) no-repeat;
        background-size: cover;
        padding: 34px 50px;
        width: 100%;
    }

    .comment_box p {
        font-size: 15px;
    }

    .counselor {
        width: 196px;
    }
}

/* ---------------------------------------------------------
 desktop 1024x - 
---------------------------------------------------------- */
 
@media print, screen and (min-width:1024px) {
    .sp_none {
        display: block;
    }
     
    .pc_none {
        display: none;
    }
    
    .df_pdng {
        padding: 120px 0 0;
        width: 1004px;
        margin: 0 auto;
    }
    
    .pdng_b30 {
        padding-bottom: 120px;
    }
    
    .stripe_line {
        margin-bottom: 80px;
    }

    .stripe_line::after {
        height: 80px;
    }
    
    .main_visual {
        height: 32.81vw;
    }
    
    h1 {
        width: 33.7vw;
        top: 6vw;
        left: 32.9vw;
    }
    
    .flex_col2_inner {
        margin: 0 40px 0 0;
        width: calc(50% - 40px / 2);
    }
    
    .lead_box {
        padding: 52px 0;
    }
    
    .content_wrap h2 {
        font-size: 48px;
        font-size: 4.8rem;
        margin-bottom: 40px;
    }

    .content_wrap h2 span {
        font-size: 36px;
        font-size: 3.6rem;
    }
    
    .content_lead {
        margin: 0 auto 40px;
    }
    
    .system_box {
        padding: 108px 50px;
    }
    
    .system_box h3 {
        font-size: 36px;
        font-size: 3.6rem;
    }
    
    .system_box h3::after {
        width: 46px;
    }
    
    .comparison_table {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 40px;
    }
    
    .comparison_table .title {
       border: 3px solid #db2322; 
    }

    .comparison_table .title th:nth-child(2) {
        border-left: 3px solid #fff;
        border-right: 3px solid #fff;
    }

    .comparison_table .title_vertical th {
        border: 3px solid #db2322;
    }

    .comparison_table td {
        border: 3px solid #db2322;
    }
    
    .coop_box dl {
        font-size: 20px;
        font-size: 2rem;
    }

    .coop_box dt {
        padding: 14px 24px;
    }

    .coop_box div {
        padding: 24px;
    }

    .coop_box dd {
        font-size: 20px;
        font-size: 2rem;
    }

    
    .counselor_comment {
        max-width: 1004px;
        margin: 60px auto;
    }
    
    .comment_box {
        background: url(/special/co-op_internship_program/img/pc_counselor_comment_bg.png) no-repeat;
        background-size: cover;
        padding: 56px 105px;
        box-sizing: border-box;
        width: 100%;
    }

    .comment_box p {
        font-size: 16px;
    }
    
    .unable_list h3,
    .cost_list h3 {
        font-size: 26px;
        font-size: 2.6rem;
        margin: 0 0 40px;
    }
    
    .unable_list ul li {
        font-size: 20px;
        font-size: 2rem;
    }
    
    .cost_img {
        max-width: 725px;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    
    .cost_img picture {
        margin: 0 40px 0 0;
        width: calc(33.333% - 80px / 3);
    }
    
    .income_area {
        margin-bottom: 40px;
    }
    
    .income picture:first-child {
        width: 310px;
        margin: 40px auto;
    }
    
    .closing {
        padding: 0 0 60px;
    }
        
    .closing p {
        padding: 30px;
    }
    
        
    /*CVエリア
    ------------------------*/
    .cv_area {
        padding: 60px 0;
    }

    .col_cv_btn {
        margin: 0 auto;
    }

    p.cv_btn_read {
        font-size: 24px;
        font-size: 2.4rem;
    }
    
    .cv_area .link_btn a {
        width: 540px;
        height: 84px;
        box-sizing: border-box;
        border-radius: 12px;
        font-size: 32px;
        padding: 20px;
        margin: 0 auto;
    }
}