@charset "euc-jp";
a {
    text-decoration: none;
}
.page_wrapper {
    background: #333;
    overflow: hidden;
}
.wrapper {
    display: none;
}
body {
    font-family: Helvetica, arial, "Hiragino Kaku Gothic ProN", Osaka, "メイリオ",Meiryo, "ＭＳ Ｐゴシック",verdana, sans-serif !important;
    min-width: 100% !important;
}
header .header_area {
    height: 90px;
    background: #333;
    padding: 15px 38px;
}
header .header_area .header_logoBox {
    float: left;
    padding: 10px 12px 0;
}
header .header_area h1.ttl_logo {
    display: inline-block;
}
header .header_area h1.ttl_logo img {
    display: block;
    width: 98px;
}
header .header_area span {
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    padding-left: 14px;
}
header .header_area .entry_btn {
    float: right;
}
header .header_area .entry_btn a {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.66;
    color: #000;
    background: #FFF500;
    padding: 18px 68px;
}
header .header_area .entry_btn a::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 40%;
    right: 6%;
    width: 8px;
    height: 12px;
    background: url(../img/img_arrow01.png) no-repeat;
}
section.section_common {
    position: relative;
}
section.section_common .section_ttl {
    text-align: center;
}
section.section_common h2 {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 14px;
}
section.section_common h2::before,
section.section_common h2::after {
    position: absolute;
    content: "";
    display: inline-block;
    top: 13px;
    left: -45px;
    border-right: 5px solid #FFF500;
    height: 32px;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
section.section_common h2::after {
    margin-right: 0;
    right: -45px;
}
section.section_common p {
    font-size: 22px;
    color: #fff;
    line-height: 2.2;
    margin-bottom: 30px;
}
section.section_common .jp_lead {
    display: block;
    font-size: 26px;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}
section.section_common .more_btn {
    text-align: center;
    margin-bottom: 43px;
}
section.section_common .more_btn a {
    position: relative;
    display: block;
    max-width: 400px;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    background: #fff;
    padding: 37px 16px;
    margin: 0 auto;
}
section.section_common .more_btn a::before,
section.section_common .entry_btn a::before {
    position: absolute;
    content: "";
    top: 40%;
    right: 5%;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/img_pc-arrow02.png) center center/contain no-repeat;
}
#about {
    width: 50%;
    background: url(../img/bg_about.png) center center/cover no-repeat;
}
#about .about_inner,
#occupation .occupation_inner {
    padding: 70px 50px 50px;
}
#about .about_inner p,
#occupation .occupation_inner p {
    font-size: 22px;
    padding: 40px 30px 100px;
    margin-bottom: 0;
}
#entry .entry_inner {
    padding: 85px 50px 50px;
}
#occupation {
    width: 50%;
    background: url(../img/bg_occupation.png) center center/cover no-repeat;
}
#entry {
    background: url(../img/bg_pc-entry.png) center center/cover no-repeat;
}
#entry.section_common::before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 102%;
    height: 32px;
    background: -o-repeating-linear-gradient(left, #fff, #fff 5px, transparent 5px, transparent 13px);
    background: repeating-linear-gradient(90deg, #fff, #fff 5px, transparent 5px, transparent 13px);
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
#entry.section_common .entry_inner p {
    text-align: center;
    padding-top: 40px;
    margin-bottom: 52px;
}
.entry_btn {
    text-align: center;
    margin-bottom: 70px;
}
.entry_btn a {
    display: block;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    background: #FFF500;
    max-width: 410px;
    width: 100%;
    padding: 37px 16px;
    margin: 0 auto;
}
.link_hover {
    position: relative;
}
.link_hover::after {
    content:"";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    opacity: 0;
    transition: .2s;    
}
.link_hover:hover::after {
    opacity: 1;
}
/* .entry_btn a:hover {
    opacity: .5;
} */
ul.topicpath {
    background: #333;
    padding: 8px 10px;
}
ul.topicpath li {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    line-height: 1.6;
}
ul.topicpath li a,
ul.topicpath li span a {
    color: #fff;
}
ul.topicpath li span {
    position: relative;
    display: block;
    padding-left: 15px;
}
ul.topicpath li span::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 1px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.copyRight {
    display: block;
    font-size: 10px;
    text-align: center;
    padding: 10px;
}
footer #gFooter {
    margin-top: 0;
    padding-bottom: 0;
}
#footer_v2 .line {
    background: #fff !important;
    padding: 16px 0 34px !important;
}
#footer_v2 .line em {
    margin: 0 0 11px 0 !important;
}
#footer_v2 .line p {
    display: none !important;
}
#main .tabLink:after, div:after {
    display: none !important;
}
/* SP */
@media screen and (max-width: 768px) {
    .page_wrapper {
        background: #fff;
    }
    .sp_none {
        display: none;
    }
    header .header_area {
        height: 50px;
        padding: 8px 10px;
    }
    header .header_area .header_logoBox {
        padding: 4px 8px 0;
    }
    header .header_area h1.ttl_logo img {
        max-width: 74px;
        width: 100%;
    }
    header .header_area span {
        font-size: 10px;
        padding-left: 10px;
        margin-top: -10px;
    }
    header .header_area .entry_btn a {
        font-size: 12px;
        padding: 8px 28px;
    }
    header .header_area .entry_btn a::before {
        top: 32%;
        right: 10%;
    }
    section.section_common h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    section.section_common h2::before,
    section.section_common h2::after {
        top: 6px;
        left: -25px;
        border-right: 3px solid #FFF500;
        height: 18px;
    }
    section.section_common h2::after {
        right: -25px;
    }
    section.section_common p {
        font-size: 14px !important;
    }
    section.section_common .jp_lead {
        font-size: 16px;
    }
    section.section_common .more_btn {
        margin-bottom: 0;
    }
    section.section_common .more_btn a {
        max-width: 240px;
        font-size: 12px;
        padding: 22px 16px;
    }
    section.section_common .more_btn a::before,
    section.section_common .entry_btn a::before {
        right: 7%;
        width: 10px;
        height: 12px;
        background: url(../img/img_sp-arrow02.png) no-repeat;
    }
    #about {
        width: 100%;
        background: url(../img/bg_about.png) center center/cover no-repeat;
    }
    #about .about_inner,
    #occupation .occupation_inner {
        padding: 35px 50px 50px;
    }
    #about .about_inner p,
    #occupation .occupation_inner p {
        padding: 0;
        margin-bottom: 30px;
    }
    #entry .entry_inner {
        padding: 50px;
    }
    #occupation {
        width: 100%;
        background: url(../img/bg_occupation.png) center center/cover no-repeat;
    }
    #entry {
        background: url(../img/bg_sp-entry.png) center center/cover no-repeat;
    }
    #entry.section_common::before {
        height: 20px;
        background: -o-repeating-linear-gradient(left, #fff, #fff 3px, transparent 3px, transparent 8px);
        background: repeating-linear-gradient(90deg, #fff, #fff 3px, transparent 3px, transparent 8px);
    }
    #entry.section_common .entry_inner p {
        padding-top: 0;
        margin-bottom: 30px;
    }
    .entry_btn {
        margin-bottom: 0;        
    }
    .entry_btn a {
        font-size: 12px;
        max-width: 240px;
        font-size: 12px;
        padding: 22px 16px;
    }
}
@media screen and (min-width: 768px) {
    .pc_none {
        display: none;
    }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
    section.section_common h2 {
        font-size: 4vw;
    }
    section.section_common .jp_lead {
        font-size: 2vw;
    }
    #about .about_inner p, #occupation .occupation_inner p {
        font-size: 1.7vw;
    }
}
@media screen and (min-width: 769px) and (max-width: 980px) {
    section.section_common h2 {
        font-size: 35px;
    }
    section.section_common h2::before, section.section_common h2::after {
        height: 25px;
    }
    section.section_common .jp_lead {
        font-size: 16px;
    }
    #about .about_inner p, #occupation .occupation_inner p {
        font-size: 16px;
    }
}