body {
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', 'NotoSansJP-Bold', serif;
    font-weight: 200;
}
h2{
    font-weight: 100;
}

.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
.sizes {
    font-size: 17px !important;
}

.component-topics-slider {
    padding: 0;
    margin: 0 -10px;
}
.component-topics-slider .slider {
    margin: 0 10px;
    position: relative;
}
.component-topics-slider .slider img {
    width: 45%;
    height: auto;
    margin: 0 auto 0;
}
.component-topics-slider .slider .mod-thumbLink {
    display: none;
}

.btn3 {
    padding: 30px 0;
    background: linear-gradient(90deg, #e3fcff 0%, #d1e0ff 100%);
    box-shadow: 15px 15px 15px 20px rgba(30,35,146,0.05);
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #26408a;
}
.btn3 p {
    margin: 0 0 20px;
    font-weight: bold;
}

#topics {
    background: #D4E2FF;
    text-align: center;
}
#topics .inner {
    max-width: 1000px;
}
#topics h2 {
    color: #132A5A;
    display: inline-block;
    padding: 0;
    margin: 45px 0 32px;
}
#topics h3 {
    color: #fff;
}
#topics .col3 {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
#topics .col3 img {
    width: 50%;
}
#topics .topics1 {
    position: relative;
    background: #fff;
    padding: 0 0 15px;
    border-radius: 30px 30px;
}
#topics .topics1:first-child {
    margin-right: 24px;
}
#topics .topics1:nth-child(2) {
    margin-right: 31px;
}
#topics .box-title {
    color: #fff;
    border-radius: 30px 30px 0 0;
    background: #26408a;
    padding: 15px 10px;
    font-size: 22px;
    height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .05em;
    margin-top: 0;
    letter-spacing: 0.1em;
    font-weight: normal;
    margin-bottom: 0;
}
#topics .topics1 img {
    padding: 10px;
}
#topics p {
    color: #686868;
    font-size: 14px;
    text-align: left;
}
#topics a {
    display: block;
    font-family: NotoSansJP;
    background: #EB4A3F;
    background: linear-gradient(rgb(235, 74, 63) 0%, rgb(199, 41, 41) 100%);
    width: 80%;
    height: 40px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    margin: 0 auto;
    transition:.2s;
    letter-spacing: 0.1em;
    position: relative;
    border-radius: 2px;
}
#topics a span {
    display: block;
    padding-top: 7px;
}
#topics a::after {
    position: absolute;
    right: -0.2rem;
    width: 40px;
    top: 0rem;
    content: url("../img/arrow.svg");
}
#topics a:hover {
    opacity: 0.6;
}

#sample {
    text-align: center;
    background: #1E428D;
    background-image: url(../img/sample-bg.webp);
    background-repeat: no-repeat;
}
#sample h2 {
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 0;
    margin-bottom: 20px;
}
#sample .sample_wrap {
    margin: 0 auto 30px;
}
#sample .sample_wrap h3 {
    background: #fff;
    padding: 3px 0;
}
#sample .col3 {
    font-size: 14px;
    margin: 1% 0;
    padding: 0 !important;
}
#sample .col3>div {
    border-radius: 5px;
}
#sample .col3 .zone {
    color: #fff;
    font-size: 16px;
    line-height: 1.3em;
    background: #1E428D;
    display: inline-block;
    padding: 0 10px;
    width: 82%;
    height: 50px;
    border-bottom: solid 4px #B39600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 0;
}
#sample .col3 .title {
    color: #1E428D;
    font-size: 16px;
    font-weight: bold;
    padding: 0 5px;
    text-align: center;
    letter-spacing: 0.01em;
    line-height: 34px;
    display: inline-block;
}
#sample .col3 .title span {
    font-size: 16px;
    line-height: 26px;
    background:  #1E428D;
    color: #f5f5f5;
    font-weight: normal;
    padding: 0.1rem 0.4rem;
    display: inline-block;
}
#sample .col3 .title span.small{
    font-size: 14px;
}
#sample .col3 .title.threeline {
    line-height: 1.1em;
}
#sample .col3 .title.threeline span {
    display: block;
    margin-bottom: 8px;
}
#sample #worklife .col3 .title {
    margin: 20px auto;
}
#sample .col3 .job {
    border-top: solid 4px #efe9da;
    min-height: 106px;
    position: relative;
    background: #B1C3E9;
    background: linear-gradient(135deg, #B1C3E9 0, #B1C3E9 50%, #B1C3E9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcd3ba', endColorstr='#dcd3ba', GradientType=1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#sample .col3 .job .job-industry {
    padding-bottom: 13px;
    font-weight: bold;
    background: url(../img/sample-icon.webp) no-repeat center bottom
}
#sample .col3 .job .job-position {
    text-align: left;
    font-family: NotoSansJP;
    line-height: 20px;
    padding: 24px 10px;
    font-size: 14px;
}
#sample #highclass .job-position {
    min-height: 120px;
}
#sample #part .job-position {
    min-height: 100px;
}
#sample .col3 .salary {
    padding: 0;
    margin: 0;
    color: #958437
}
#sample .col3 .salary .salary-title {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    margin: 10px 0;
    color: #B39600;
    letter-spacing: 0.1em;
}
#sample .col3 .salary .salary-title:before, #sample .col3 .salary .salary-title:after {
    border-top: 1px solid;
    content: "";
    width: 4em;
}
#sample .col3 .salary .salary-title:before {
    margin-right: 1em;
}
#sample .col3 .salary .salary-title:after {
    margin-left: 1em;
}
#sample .col3 .salary .salary-price {
    font-size: 15px;
    margin: 0 0 30px;
    font-weight: bolder;
    color: #B39600;
}
#sample .col3 .salary .salary-price span {
    font-size: 28px;
}

#merit {
    text-align: center;
    background: linear-gradient(90deg, #e3fcff 0%, #d1e0ff 100%);
    padding-bottom: 30px;
}
#merit h2 {
    color: #000E2C;
    display: inline-block;
    border-bottom: 1px solid #000E2C;
    padding-bottom: 0;
    margin-bottom: 45px;
    margin-top: 10px;
}
#merit .wrap {
    margin: 10px auto 0;
    position: relative;
    width: 1000px;
}
#merit .wrap img {
    margin: -30px 0 0 40px;
}
#merit .wrap .text {
    position: absolute;
    background: #1E428D;
    color: #fff;
    text-align: left;
    padding: 15px;
    width: 300px;
}
#merit .wrap .text.merit01 {
    top: 150px;
    left: 0px;
    width: 250px;
}
#merit .wrap .text.merit02 {
    top: -30px;
    right: -40px;
}
#merit .wrap .text.merit03 {
    bottom: 30px;
    right: 240px;
}
#merit .wrap .text h3 {
    margin: 0 0 5px;
    font-size: 17px;
}

#merit .wrap .text p {
    color: #fff;
    font-size: 13px;
    margin: 0;
    line-height: 1.6em;
    text-align: justify;
}
#merit span {
    display: block;
    width: 1000px;
    margin: -10px 0 0 auto;
    font-size: 10px;
}

#case {
    background: #D4E2FF;
    text-align: center;
}
#case h2 {
    color: #000E2C;
    display: inline-block;
    border-bottom: 1px solid #000E2C;
    padding: 0;
    margin: 45px 0 45px;
}
.component-topics-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/*
#case .slick-prev::before, #case .slick-next::before {
    font-size: 48px;
    background: #132A5A;
    position: absolute;
    top: 10px;
}
#case .slick-prev::before {
    content: "〈";
    position: absolute;
    top: -10px;
    left: -60px;
    padding: 35px 20px 35px 0;
}
#case .slick-next::before {
    content: "〉";
    position: absolute;
    top: -10px;
    left: -0;
    padding: 35px 0 35px 20px;
}*/
#case .slick-arrow {
    z-index: 2 !important;
}
#case .box {
    height: 100%;
    background: #fff;
    width: 100%;
    text-align: center;
    border-radius: 30px;
}
.box-title {
    color: #fff;
    border-radius: 30px 30px 0 0;
    background: #26408a;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcd3ba', endColorstr='#dcd3ba', GradientType=1);
    padding: 15px;
    font-size: 16px;
}

#case .box .box-title .case {
    font-family: NotoSansJP-Medium;
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 0;
}
#case .box .box-title h3.copy {
    font-size: 16px;
    margin: 0 auto;
}
#case .box .box-title .personal {
    font-family: NotoSansJP-Medium;
    font-size: 15px;
    margin: 0 auto;
}
#case .box .box-salary {
    padding: 15px;
}
#case .box .box-salary .salary-before {
    color: #444;
}
#case .box .box-salary .salary-before .title {
    font-family: NotoSansJP-Medium;
    position: relative;
    margin: 0 auto;
    font-size: 15px;
    border-bottom: 0.7px solid #000E2C;
    width: 70px;
}
#case .box .box-salary .salary-before .detail {
    margin-top: 24.2px;
    font-size: 16px;
    font-weight: bold;
}
#case .box .box-salary .salary-before .income {
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 14px;
}
#case .box .box-salary .salary-before .income span {
    font-size: 24px;
}
#case .box .box-salary .salary-after {
    color: #57232d;
    position: relative;
    margin-top: 20px;
    height: 100%;
}
#case .box .box-salary .salary-after .title {
    font-family: NotoSansJP-Medium;
    color: #000E2C;
    margin: 0 auto;
    font-size: 15px;
    border-bottom: 0.7px solid #000E2C;
    width: 70px;
}
#case .box .box-salary .salary-after .detail {
    color: #000E2C;
    margin-top: 15.8px;
    font-weight: bold;
}
#case .box .box-salary .salary-after .position {
    margin-top: 23.2px;
    font-size: 13px;
    line-height: 23px;
    font-family: NotoSansJP;
    text-align: left;
    color: #000E2C;
    font-weight: normal;
}
#case .box .box-salary .salary-after .income {
    color: #B39600;
    margin: 0;
    font-family: serif;
    font-size: 24px;
    letter-spacing: 1.5px;
    display: inline-block;
    padding: 0 15px;
    margin-top: 10px;
    border-bottom: 3px solid #B39600;
}
.box-title > p {
    color: #ffffff;
}
.box-title > h3 {
    color: #ffffff;
}
#case .box .box-salary .salary-after .income span {
    color: #B39600;
    font-size: 32px;
    font-weight: bold
}
#case li i{
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-weight: 300;
}

#casesample {
    padding: 0;
    background: #FAF9F5;
    text-align: center;
}
#casesample .inner {
    max-width: 1200px;
    margin-top: 56px;
}
#casesample .col3>div {
    font-size: 14px;
    padding: 0;
}
#casesample h2 {
    color: #132A5A;
    display: inline-block;
    border-bottom: 1px solid #132A5A;
    padding: 0;
    margin-bottom: 0;
    margin-top: 45px;
}
#casesample p {
    margin: 0;
    text-align: center;
    color: #132A5A;
    font-size: 12px;
}
#casesample .profile > p {
    color: #1E428D;
    font-size: 28px;
}
#casesample span {
    font-size: 30px;
    color: #132A5A;
}
#casesample .industry {
    font-family: NotoSansJP-Medium;
    padding: 10px 4px 10px 4px;
    border-bottom: 1px solid #DFDFDF;
    height: 65.98px;
    text-align: left;
}
#casesample .income {
    padding: 18.4px 0 12.6px;
}
#casesample .work:last-child > .income {
    color: #B39600;
}
#casesample .work:last-child > .income > span {
    color: #B39600;
}
#casesample .box {
    background: #fff;
    text-align: left;
    box-shadow: 0px 12px 20px rgb(0, 0, 0, 0.16);
}
#casesample .work_area {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 14px 8px 0 8px;
}
#casesample .work {
    width: 45%;
    border: 3px solid #DFDFDF;
    border-radius: 5px;
}
#casesample .work:last-child {
    border: 3px solid #1E428D;
}
#casesample .box .profile {
    font-size: 20px;
    color: #FFFFFF;
    padding: 10px;
    font-weight: bolder;
    text-align: center;
}
#casesample .arrow {
    position: absolute;
    top: 50%;
    right: 49%;
}
#casesample .box .profile .title {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 30px;
    background: #dcd3ba;
    background: linear-gradient(135deg, #dcd3ba 0, #efe9da 50%, #dcd3ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcd3ba', endColorstr='#dcd3ba', GradientType=1);
    position: absolute;
    top: 10px;
    left: -20px;
}
#casesample .box .profile .title::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: 0;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #959e9b;
}
#casesample .box .profile .title:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    z-index: 1;
    top: 0;
    right: 0;
    border-width: 40px 20px 40px 0;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}
#casesample .box .profile .title p {
    text-align: center;
}
#casesample .profile .memo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#casesample .profile .memo {
    margin: 0 0 0 60px;
}
#casesample .profile .text {
    margin-top: 20px;
}
#casesample .reason {
    background: #1E428D;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    position: relative;
    line-height: 1.5em;
    min-height: 100px
}
#casesample .reason .title {
    letter-spacing: 2px;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#casesample .reason .text {
    line-height: 1.4em;
    font-size: 20px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#casesample .reason .title::after {
    content: "";
    border: 1px solid;
    position: absolute;
    top: 10px;
    left: 55px;
    bottom: 10px;
}
#casesample .comment {
    position: relative;
    padding: 14.6px 31.7px 0 20px;
    margin-top: 19px;
    background: #D4E2FF;
}
#casesample .comment_reason {
    font-size: 20px;
    text-align: left;
}
#casesample .comment_area {
    display: flex;
}
#casesample .comment_text_area {
    width: 100%;
    padding: 0 0 31.7px;
}
#casesample .comment_text_area > p {
    font-size: 14px;
    text-align: left;
}
#casesample .comment_text {
    font-family: æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“;
    padding-top: 17.4px;
}
#casesample .comment_img {
    width: 60%;
}
#casesample .comment img {
    position: absolute;
    bottom: 0;
}
#casesample .request {
    font-family: NotoSansJP-Medium;
    font-size: 14px;
    color: #ffffff;
    background: #132A5A;
    padding: 10px 12px;
}
#casesample .triangle {
    position: absolute;
    bottom: 0;
    left: 60px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 13px 7.5px;
    border-color: transparent transparent #132A5A transparent;
}
#casesample .offer {
    padding: 10px;
    text-align: center
}
#casesample .offer > h4 {
    text-align: center;
    font-size: 20px;
    color: #132A5A;
    margin: 14.6px 0 0 0;
}
#casesample .offer > p {
    font-family: NotoSansJP-Medium;
    text-align: left;
    font-size: 14px;
    color: #686868;
    margin: 12.9px 10.3px 12.4px;
}
#casesample .suggestion {
    font-size: 22px;
    color: #FFFFFF;
    background-color: #d41519;
    text-align: center;
    padding:12.6px 0 8.4px;
}
#casesample .offer img {
    width: 80%;
}
#casesample .offer-text {
    font-family: NotoSansJP-Medium;
    color: #686868;
    font-size: 13px;
    background: #F7F6EA;
    background: linear-gradient(135deg, #F7F6EA 0, #F7F6EA 50%, #F7F6EA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcd3ba', endColorstr='#dcd3ba', GradientType=1);
    padding: 16.7px 16.4px 18.7px 21px;
    height: 100%;
    font-weight: bolder;
    color:#d41519;
}

#step {
    background: #F7F6EA;
}
#step h2 {
    font-family: NotoSerifJP-Medium;
    font-weight: normal;
}
#step ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    position: relative;
    padding: 0
}
#step ul:after {
    content: "";
    display: block;
    width: 90%;
    height: 7px;
    background: #e3e0c0;
    position: absolute;
    top: 80px;
    left: 5%;
    z-index: -1
}
#step ul li {
    width: 18%;
    position: relative
}
#step ul li img {
    display: block;
    width: 100%
}
#step ul li p {
    font-family: YuGothic-Medium;
    color: #41461e;
    font-size: 14px;
    line-height: 23px
}
#step ul li p b {
    color: #c13b56
}
#step ul li:first-child img[src*=deco] {
    width: 95px;
    position: absolute;
    top: -30px;
    left: -10px
}
#step ul li:last-child img[src*=deco] {
    width: 136px;
    position: absolute;
    top: -40px;
    left: -20px
}

#qa {
    background: url(../img/qa-bg.webp) no-repeat center center/100% auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px 0;
    -webkit-background-size: cover;
    background-size: cover !important;
    background-attachment: fixed;
}
#qa h2 {
    font-family: NotoSerifJP-Medium;
    font-weight: normal;
}
#qa .inner {
    padding: 0 25px;
}
#qa dl {
    line-height: 1.75em;
    background: #fff;
    padding: 30px 35px 30px 50px;
    margin: 0 0 30px 0;
    border-radius: 5px;
}
#qa dl dt {
    font-family: YuGothic-Medium;
    color: #132A5A;
    font-size: 16px;
    padding: 0 0 15px 10px;
    border-bottom: solid 1px #e3e0c0;
    position: relative;
}
#qa dl dt i {
    top: -13px;
    bottom: auto;
}
#qa dl dd {
    margin: 0;
    padding: 25px 0 0 10px;
    position: relative;
}
#qa dl dd i {
    top: 20px;
    bottom: auto;
}
#qa dl dd p {
    font-family: YuGothic-Medium;
    color: #686868;
    font-size: 16px;
    margin: 0;
}
#qa dl i {
    font-family: NotoSerifJP-Medium;
    color: #e3e0c0;
    font-size: 35px;
    position: absolute;
    bottom: 0;
    left: -40px;
}
.btn2 {
    padding: 50px 0;
    background: #dcd3ba;
    background: linear-gradient(135deg, #dcd3ba 0, #efe9da 50%, #dcd3ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcd3ba', endColorstr='#dcd3ba', GradientType=1)
}
div.btn2\ sp-hide {
    display: block;
    background: none;
    padding: 50px 0;
}

footer {
    background: #000E2C;
    letter-spacing: 1px;
}
footer .inner {
    color: #fff;
    font-size: 12px;
    line-height: 1.5em;
    max-width: 510px;
    padding: 45px 0;
}
footer .inner hr {
    margin: 15px 0;
    border: 0;
    border-top: solid 1px #fff;
}
footer .inner a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}
footer #copy {
    color: #555;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    text-align: center;
    background: #fff;
    padding: 20px;
}
footer #copy img {
    display: inline-block;
    margin-bottom: 10px;
}
.job-con{
    font-weight: bold;
    font-size: 16px;
}

@media screen and (min-width: 641px) and (max-width: 9999px) {
    h2 br {
        display: none;
    }
}

@media screen and (min-width: 0) and (max-width: 1080px) {
    .inner {
        padding: 0 40px 80px 40px;
    }
}

@media screen and (min-width: 0) and (max-width: 1320px) {
    #qa {
        background-size: auto 100%;
    }
}

@media screen and (min-width: 0) and (max-width: 1070px) {
    #case {
        background-size: auto 100%;
    }
}

@media screen and (min-width: 641px) and (max-width: 1080px) {
    #case .box {
        width: 100%;
    }
    #casesample .comment img {
        width: auto;
        position: absolute;
        bottom: 0;
    }
}

@media screen and (min-width: 0) and (max-width: 640px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }

    h2 {
        font-size: 20px;
        padding: 20px 0;
    }
    h2 span:after {
        bottom: 0;
    }

    #casesample h2 {
        margin-top: 25px;
    }
    #casesample .inner {
        margin-top: 25px;
    }

    .br-sp {
        display: block;
    }
    .br-pc {
        display: none;
    }

    .inner {
        margin: 0 20px;
        padding: 0 0 20px 0;
    }
    #case .box .box-salary {
        position: relative;
    }
    /*
    #case .box-salary:before {
        content: "〈";
        position: absolute;
        left: -22px;
        padding: 20px 9px 20px 0px;
        font-size: 48px;
        background: rgba(255, 255, 255, 0.5);
        background: #132A5A;
        position: absolute;
        top: 25%;
        color: #ffffff;
    }
    #case .box-salary:after {
        content: "〉";
        position: absolute;
        right: -5%;
        padding: 20px 0px 20px 8px;
        font-size: 48px;
        background: rgba(255, 255, 255, 0.5);
        background: #132A5A;
        top: 25%;
        color: #ffffff;
    }
*/
    .col2 {
        display: block;
    }
    .col2>div {
        width: 100%;
        margin-bottom: 20px;
    }

    .col3 {
        display: block
    }
    .col3>div {
        width: 100%;
        margin-bottom: 0;
    }

    .col4 {
        display: block;
    }
    .col4>div {
        width: 100%;
        margin-bottom: 20px
    }

    #fv>img[src*=-pc] {
        display: none;
    }
    #fv>img[src*=-sp] {
        display: block;
    }
    #fv .fv-wrap, #fv span {
        max-width: none;
    }
    #fv img.title {
        width: 80%;
        margin: 0;
    }
    #fv img.copy01 {
        width: 100%;
    }

    #sample .col3 {
        font-size: 16px;
    }
    #sample .col3 div {
        padding-top: 5px;
        margin-bottom: 20px;
    }
    #sample .col3 .zone {
        font-size: 16px;
        width: 85%;
        height: 30px;
        margin-bottom: 10px;
        border-bottom: solid 3px #B39600;
    }
    #sample .col3 .title {
        font-size: 19px;
        text-align: center;
        width: 90%;
        height: 100%;
        margin: 10px auto;
    }
    #sample .col3 div.job {
        padding-top: 0 !important;
    }
    #sample .col3 .job .job-position {
        font-size: 13px;
    }
    #sample #highclass .job-position,
    #sample #part .job-position {
        min-height: auto;
    }
    #sample .col3 .title span {
        font-size: 15px;
    }
    #sample .col3 .title.threeline {
        line-height: 1.2em;
    }
    #sample #worklife .col3 .title {
        margin: 10px auto;
    }
    #sample .col3 .salary .salary-title {
        font-size: 16px;
        margin: 10px 0 0;
    }
    #sample .col3 .salary .salary-price {
        padding: 0 0 10px;
        margin: 0;
    }

    #merit .inner {
        margin: 0 auto;
        width: 90%;
    }
    #merit .col3 div.merit1 {
        margin: 0 auto;
        margin-bottom: 25px;
        padding: 48.9px 0 15px 0;
    }
    #merit .col3 div img {
        width: 70%;
    }
    #merit .number {
        top: -10px;
    }
    #merit p {
        padding: 10px 20px 0;
        margin: 0 auto;
        font-size: 14px;
    }
    #merit .col3>div h3 {
        margin: 0;
    }

    #case, #qa {
        background-size: auto 100%;
    }
    #case .box {
        width: 100%;
        height: 100%;
    }
    #case .box .box-title {
        padding: 0;
    }
    #case .box .box-salary .salary-after::before {
        top: -26%;
        left: 20%;
    }

    #casesample .box {
        width: 100%;
        margin-bottom: 10px;
    }
    #casesample .triangle {
        left: 71px;
    }

    #qa {
        position: relative;
    }
    #qa:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 400px;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3ffffff', endColorstr='#00ffffff', GradientType=1);
        z-index: 1;
    }
    #qa h2 {
        position: relative;
        z-index: 2;
    }
    #qa .inner {
        padding: 0;
        position: relative;
        z-index: 2;
    }
    #qa dl {
        margin-bottom: 20px;
    }
    #qa dl dt i {
        top: -8px;
    }

    #joboffer .col3 div span img {
        width: 100%;
        border: 0;
        margin-bottom: 0;
    }

    #step ul {
        display: block;
    }
    #step ul:after {
        height: 640px;
        width: 7px;
        top: 10px;
        left: 64px;
    }
    #step ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-bottom: 20px;
    }
    #step ul li span img {
        display: block;
        width: 135px;
    }
    #step ul li p {
        width: auto;
        margin: 0;
        padding: 20px 0 0 10px;
    }

    div.btn2\ sp-hide {
        display: none;
    }
}

.fixed-cv {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 999
}

@media screen and (min-width: 0) and (max-width: 999px) {
    #merit .wrap {
        width: 95%;
    }
    #merit .wrap img {
        margin: -40px auto 0;
        max-width: 100%;
    }
    #merit .wrap .text {
        position: relative;
        width: 80%;
        margin: 0 auto 10px;
    }
    #merit .wrap .text.merit01 {
        top: auto;
        left: auto;
        width: 80%;
    }
    #merit .wrap .text.merit02 {
        top: auto;
        right: auto;
    }
    #merit .wrap .text.merit03 {
        bottom: auto;
        right: auto;
    }
    #merit .wrap .text p {
        padding: 0;
    }
    #merit span {
        width: 80%;
        margin: 5px auto 0;
        text-align: left;
    }
}

@media screen and (min-width: 0) and (max-width: 640px) {
    #topics .topics1 {
        margin: 0 auto 20px;
        width: 90%;
    }
    #topics .topics1:first-child {
        margin-right: auto;
    }
    #topics .topics1:nth-child(2) {
        margin-right: auto;
    }
    #topics .topics1 img {
        padding: 5px 0 0;
    }
    #topics .col3 img {
        width: 45%;
    }
    #topics .box-title {
        padding: 10px;
    }

    #sample .col3 .job .job-position{
        margin-bottom: 0;
        font-size: 16px;
        line-height: 22px;
    }
    #sample .col3 div {
        margin-bottom: 0;
    }
    #sample .col3>div {
        margin-bottom: 24px;
    }
    .btn3 {
        padding: 20px 0;
        font-size: 17px;
        letter-spacing: -0.02em;
    }
    .btn3 p {
        padding: 0 20px;
        margin: 0 0 10px;
    }
}
