@charset "UTF-8";
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    background-color: #fff;
}
header.shadow {
    box-shadow: 0 0 10px rgba(204, 204, 204, .5);
}
.logo_img {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 0 20px 0 0;
}
.logo_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.logo_tel {
    text-align: center;
    font-weight: bold;
    line-height: 1;
}
.mv_wrap {
    padding: 0 40px;
    margin: 30px 0 140px 0;
}
.mv_in {
    position: relative;
    height: 700px;
    margin: 0 -40px 0 40px;
}
.mv_txt {
    height: 100%;
    padding: 70px 0 0 50px;
    box-sizing: border-box;
    background: #fffbe0;
}
.mv-ttl {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.5;
}
.mv-ttl span {
    font-size: 28px;
    display: inline-block;
    background: linear-gradient(transparent 70%, #fcfe22 30%);
    padding: 0 0 0 10px;
}
.mv-txt {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    margin: 30px 0 0 0;
}
.circle_ps {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.circle_ps.c-sp {
    display:-webkit-none;
    display:-ms-none;
    display:none;
}
@media (min-width:896px) {
    header {
        height: 100px;
    }
    body {
        padding-top: 200px;
    }
    .circle_ps {
        position: absolute;
        bottom: 20px;
        left: 50px;
        z-index: 9999;
    }
    .logo_wrap {
        padding: 0 80px;
    }
    .logoInq_wrap {
        display: flex;
    }
    .logo_tel {
        font-size: 11px;
        padding-right: 30px;
    }
    .logo_tel span {
        padding: 5px 0;
    }
    .logoBtn_wrap {
        display: flex;
        justify-content: space-between;
    }
    .logoBtn_in {
        display: table;
        width: 255px;
        height: 60px;
    }
    .logoBtn_in a {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-weight: bold;
        color: #fff;
        border-radius: 45px;
        background: #1cbea1;
    }
    .logoBtn_in a span {
        position: relative;
        padding: 0 0 0 30px;
    }
    .logoBtn_in a span::before {
        content: "";
        position: absolute;
        display: block;
        width: 14px;
        height: 14px;
        top: 50%;
        margin-top: -7px;
        left: 0;
        z-index: 9;
        background: url(../svg/icn_search.svg) no-repeat 0 0;
        background-size: 100% auto;
    }
    .logoBtn_in.ver2 {
        margin-left: 20px;
    }
    .logoBtn_in.ver2 a span::before {
        background: url(../svg/icn_mail.svg) no-repeat 0 0;
    }
    .logoBtn_in.ver2 a {
        background: #ff6550;
    }
    .logoBtn_in a:hover {
        text-decoration: none;
        opacity: 0.8;
    }
}
.circle_wrap {
    display: table;
    width: 160px;
    height: 160px;
    border-radius: 95px;
    -ms-border-radius: 95px;
    -moz-border-radius: 95px;
    -webkit-border-radius: 95px;
    background: #ff7966;
    margin: 0 20px 0 0;
}
.circle-txt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
}
.circle-txt span {
    display: inline-block;
    text-align: left;
}
.mv_img {
    width: 58%;
    height: 670px;
    overflow: hidden;
}
@media (min-width:896px) {
    .mv_img {
        position: absolute;
        top: -90px;
        right: 0;
        z-index: 10;
    }
}
@media (min-width:1350px) {
    .mv_img {
        width: 64%;
    }
}
.mv_img ul li {
    display: block;
    height: 0;
    padding: 670px 0 0 0;
    overflow: hidden;
}
.mv_img ul li:nth-child(1) {
    background: url("../img/ikuji_mv01.jpg?data=202201181") no-repeat center right / cover;
}
.ikujiSec_wrap {
    margin: 0 0 140px 0;
}
.ikujiSec_wrap.ver1 ,
.ikujiSec_wrap.ver3 {
    margin: 0 80px 140px 0;
    padding: 100px 0 0 0;
    background: #ebfaf8;
    position: relative;
}
.ikujiSec_wrap.ver1:before {
    content: "";
    position: absolute;
    display: block;
    width: 134px;
    height: 75px;
    top: -25px;
    right: 50px;
    z-index: 10;
    background: url(../img/about_txt_img.png) no-repeat 0 0;
}
.ikujiSec_wrap.ver3:before {
    content: "";
    position: absolute;
    display: block;
    width: 172px;
    height: 77px;
    top: -25px;
    right: 50px;
    z-index: 10;
    background: url(../img/recruit_txt_img.png) no-repeat 0 0;
}
.ikujiSec-ttl {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin: 0 0 90px 0;
}
.ikujiSec-ttl.ver2 {
    margin: 0 0 40px 0;
}
.ikujiSec-ttl.ver3 {
    margin: 0 0 60px 0;
}
.ikujiSec-ttl span {
    display: inline-block;
    position: relative;
    padding: 0 50px;
}
.ikujiSec-ttl.ver1 span {
    padding: 0 40px 0 50px;
}
.ikujiSec-ttl span:before,
.ikujiSec-ttl span:after {
    content: "";
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    bottom: 4px;
    z-index: 10;
}
.ikujiSec-ttl span:before {
    left: 0;
    background: url("../img/ttl_bdr_left.png") no-repeat 0 0;
}
.ikujiSec-ttl span:after {
    right: 0;
    background: url("../img/ttl_bdr_right.png") no-repeat 0 0;
}
.about_wrap {
    width: 100%;
    height: 460px;
    /*
    padding: 0 80px;
    */
    box-sizing: border-box;
    position: relative;
}
.about_img {
    width: 50%;
}
@media (min-width:896px) {
    .about_img{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }
}
.about_img span {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 460px 0 0 0;
    background: url("../img/about_img01.jpg") no-repeat center top / cover;
}
.about_dtl {
    margin: 0 50px 0 55%;
    /*
    padding: 0 0 140px 0;
    background: url("../img/about_txt_img.png") no-repeat bottom 0 left 0;
    */
}
.about_dtl dt {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}
.about_dtl dd {
    line-height: 1.875;
    text-align: justify;
    margin: 30px 0 0 0;
}
.about_dtl dd span {
    font-weight: bold;
    background: linear-gradient(transparent 50%, #ffff00 50%);
}
.abtPoint_wrap {
    margin: -160px 0 0 0;
    padding: 250px 0 115px 0;
}
@media (min-width:1284px) {
    .abtPoint_wrap {
        padding: 250px 0 115px 80px;
    }
}
.point_wrap {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.point_in {
    width: 455px;
}
.point_dtl {
    position: relative;
    padding: 48px 0 0 0;
}
.point_dtl::before {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 20px;
    top: 0;
    left: 0;
    z-index: 10;
    background: url("../img/point01.png") no-repeat 0 0;
}
.point_dtl.ver2::before {
    background: url("../img/point02.png") no-repeat 0 0;
}
.point_dtl dt {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
}
.point_dtl dd {
    line-height: 1.875;
    margin: 20px 0 0 0;
    text-align: justify;
}
.point_dtl dd span {
    display: block;
    font-size: 14px;
    line-height: 1.7;
}
.point_img {
    text-align: center;
    margin: 30px 0 0 0;
}
.point_img.ver2 img {
    border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.support_wrap {
    position: relative;
    margin: 0 0 0 80px;
    padding: 100px 0 120px 0;
    background: #fffbe0;
}
@media (min-width:1284px) {
    .support_wrap {
        padding: 100px 80px 120px 0;
    }
}
.support_wrap:before {
    content: "";
    position: absolute;
    display: block;
    width: 163px;
    height: 78px;
    top: -25px;
    left: 50px;
    z-index: 10;
    background: url("../img/support_txt_img.png") no-repeat 0 0;
}
.support-txt {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 90px 0;
}
.supportCnt_wrap {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.supportCnt_in {
    width: 50%;
}
.supportCnt_in.ver2 {
    width: 50%;
}
.support_dtl {
    padding: 0 50px 0 0;
}
.supportCnt_in.ver2 .support_dtl {
    padding: 0 0 0 80px;
}
.support_dtl dt {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
}
.support_dtl dd {
    line-height: 1.875;
    text-align: justify;
    margin: 20px 0 0 0;
}
.support_img {
    margin: 30px 0 0 15px;
}
.supportCnt_in.ver2 .support_img {
    margin: 60px 0 0 90px;
}
.cv_wrap {
    width: 1100px;
    margin: 0 auto 140px auto;
    padding: 55px 0;
    border: 4px solid #f1f1f1;
    box-sizing: border-box;
}
.cvBtn_wrap {
    width: 940px;
    margin: 0 auto;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.cvBtn_in {
    width: 450px;
}
.cvBtn-txt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 25px 0;
    text-align: center;
}
.cvBtn-txt span {
    color: #1cbea1;
}
.cvBtn_in.ver2 .cvBtn-txt span {
    color: #ff6550;
}
.cv_btn {
    display: table;
    width: 450px;
    height: 90px;
    margin: 0 auto;
}
.cv_btn a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    border-radius: 45px;
    -ms-border-radius: 45px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    background: #1cbea1;
}
@media (min-width:896px) {
    .cv_btn a:hover {
        text-decoration: none;
        opacity: 0.8;
    }
}
.cvBtn_in.ver2 .cv_btn a {
    background: #ff6550;
}
.cv_btn a span {
    position: relative;
    padding: 0 30px 0 60px;
}
.cv_btn a span:before {
    content: "";
    position: absolute;
    display: block;
    width: 26px;
    height: 26px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 10;
    background: url("../svg/icn_search.svg") no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.cvBtn_in.ver2 .cv_btn a span:before {
    height: 24px;
    background: url("../svg/icn_mail.svg") no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.cv_tel {
    text-align: center;
    margin: 50px 0 0 0;
}
.tel-txt {
    font-size: 20px;
    font-weight: bold;
}
.tel-txt.ver2 {
    font-size: 16px;
}
.tel_img {
    margin: 10px 0;
}
.recruit_wrap {
    width: 100%;
    height: 400px;
    /*
    padding: 0 80px;
    */
    box-sizing: border-box;
    position: relative;
}
.recruit_img {
    width: 50%;
}
@media (min-width:896px) {
    .recruit_img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
    }
}
.recruit_img span {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 400px 0 0 0;
    background: url(../img/recruit_img01.jpg) no-repeat center right / cover;
}
.recruit_dtl {
    margin: 0 50px 0 55%;
    /*
    padding: 0 0 140px 0;
    background: url(../img/recruit_txt_img.png) no-repeat bottom 0 left 0;
    */
}
.recruit_dtl dt {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}
.recruit_dtl dd {
    line-height: 1.875;
    text-align: justify;
    margin: 30px 0 0 0;
}
.recruit_dtl dd span {
    font-weight: bold;
    background: linear-gradient(transparent 50%, #ffff00 50%);
}
.essentials_wrap {
    margin: -130px 80px 0 0;
    padding: 230px 0 115px 0;
    background: #ebfaf8;
}
@media (min-width:1284px) {
    .essentials_wrap {
        padding: 230px 0 115px 80px;
    }
}
.essentials_table {
    width: 100%;
    margin: 0 0 100px 0;
}
.essentials_table tr {
    border-bottom: 2px solid #ebfaf8;
}
.essentials_table tr:first-child th{
    border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
}
.essentials_table tr:first-child td {
    border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}
.essentials_table tr:last-child th{
    border-bottom-left-radius: 10px;
    -ms-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
}
.essentials_table tr:last-child td {
    border-bottom-right-radius: 10px;
    -ms-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
}
.essentials_table tr th {
    width: 200px;
    height: 80px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 0 0 0 20px;
    border-right: 1px solid #ebfaf8;
    box-sizing: border-box;
    background: #1cbea1;
}
.essentials_table tr td {
    height: 80px;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 0 20px;
    background: #fff;
    text-align: justify;
}
.rcmd_wrap {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}
.rcmd_wrap:before {
    content: "";
    position: absolute;
    display: block;
    width: 326px;
    height: 121px;
    top: -50px;
    left: -40px;
    z-index: 10;
    background: url("../img/recommendation_txt_img.png") no-repeat 0 0;
}
.rcmd_wrap ul {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.rcmd-txt {
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
    margin: 30px 0 0 0;
    text-align: center;
}
.ikujiSec_wrap.ver5 {
    margin: 0;
    background: #fff2f0;
}
.message_wrap {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding: 100px 0;
}
.message_wrap:before {
    content: "";
    position: absolute;
    display: block;
    width: 181px;
    height: 97px;
    top: -35px;
    right: 6px;
    z-index: 10;
    background: url("../img/message_txt_img.png") no-repeat 0 0;
}
.messeage_list {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    margin: 0 0 25px 0;
}
.messeage_list:last-child {
    margin: 0;
}
.messeage_list li {
    display: table;
    width: 350px;
    min-height: 130px;
    padding: 15px;
    margin: 0 25px 0 0;
    background: #fff;
    border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-sizing: border-box;
}
.messeage_list li:last-child {
    margin: 0;
}
.messeage_img {
    display: table-cell;
    vertical-align: top;
    text-align: left;
}
.messeage_txt {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding: 0 0 0 15px;
}
.messeage_txt .cls {
    font-size: 13px;
    line-height: 1.2;
}
.messeage_txt .teh {
    font-size: 16px;
    font-weight: bold;
}
.messeage_txt .txt {
    font-size: 13px;
    line-height: 1.4;
    margin: 2px 0 0 0;
}
.ikujiSec_wrap.ver6 {
    background: #fffbe0;
}
.faq_wrap {
    position: relative;
    width: 1100px;
    padding: 100px 0;
    margin: 0 auto;
}
.faq_wrap:before {
    content: "";
    position: absolute;
    display: block;
    width: 192px;
    height: 71px;
    top: 55px;
    left: -40px;
    z-index: 10;
    background: url("../img/question_txt_img.png") no-repeat 0 0;
}
.faq_in dl {
    padding: 28px 40px;
    margin: 0 0 30px 0;
    background: #fff;
    border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.faq_in dl:last-child {
    margin: 0;
}
.faq_in dl dt {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 25px 0;
}
.faq_in dl dd {
    font-size: 16px;
    line-height: 1.875;
    text-align: justify;
}
.faq_in dl dt,
.faq_in dl dd {
    position: relative;
    padding: 0 0 0 40px;
}
.faq_in dl dt:before,
.faq_in dl dd:before {
    content: "";
    position: absolute;
    display: block;
    top: 5px;
    left: 0;
    z-index: 10;
}
.faq_in dl dt:before {
    width: 19px;
    height: 19px;
    background: url("../img/icn_faq01.png") no-repeat 0 0;
}
.faq_in dl dd:before {
    width: 17px;
    height: 17px;
    background: url("../img/icn_faq02.png") no-repeat 0 0;
}
.sml-txt {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
}
.bdr_30 {
    border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
.bdr_l30 {
    border-top-left-radius: 30px;
    -ms-border-top-left-radius: 30px;
    -moz-border-top-left-radius: 30px;
    -webkit-border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    -ms-border-bottom-left-radius: 30px;
    -moz-border-bottom-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
}
.bdr_r30 {
    border-top-right-radius: 30px;
    -ms-border-top-right-radius: 30px;
    -moz-border-top-right-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    -ms-border-bottom-right-radius: 30px;
    -moz-border-bottom-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
}
@media (max-width: 896px) {
    body {
        padding-top: 70px;
    }
    header {
        height: 65px;
    }
    .bottomBtn_wrap {
        position: fixed;
        bottom: 0;
        left: 0;
        display: flex;
        z-index: 99999;
        width: 100%;
        height: 40px;
        color: #fff;
        font-weight: bold;
    }
    .bottomBtn_in {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #1cbea1;
    }
    .bottomBtn_in a span {
        color: #fff;
        position: relative;
        padding-left: 15px;
    }
    .bottomBtn_in.ver2 {
        background-color: #ff6550;
    }
    .bottomBtn_in a span::before {
        content: "";
        position: absolute;
        display: block;
        width: 10px;
        height: 10px;
        top: 50%;
        margin-top: -5px;
        left: 0;
        z-index: 9;
        background: url(../svg/icn_search.svg) no-repeat 0 0;
        background-size: 100% auto;
    }
    .bottomBtn_in.ver2 a span::before {
        background: url(../svg/icn_mail.svg) no-repeat 0 0;
    }
    .logo_wrap {
        padding: 0 20px;
    }
    .logo_img {
        padding: 0 15px 0 0;
    }
    .mv_wrap {
        padding: 0;
        margin: 20px 0 30px 0;
    }
    .mv_in {
        height: auto;
        margin: 0 0 0 0;
        padding: 50px 0 0 0;
    }
    .mv_txt {
        padding: 15px 35px 15px 15px;
        position: absolute;
        margin: 0 0 0 0;
        height: auto;
        top: 0;
        left: 0;
        z-index: 999;
        width: 245px;
        box-sizing: border-box;
    }
    .mv_txt.bdr_l30 {
        border-top-left-radius: 0;
        -ms-border-top-left-radius: 0;
        -moz-border-top-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        -ms-border-bottom-left-radius: 0;
        -moz-border-bottom-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        border-radius: 0 15px 15px 0;
    }
    /*
    .mvIn_txt {
        width: calc(100% - 100px);
    }
    */
    .mv-ttl {
        font-size: 24px;
        line-height: 1.5;
    }
    .mv-ttl span {
        font-size: 15px;
        padding: 0 0 0 5px;
    }
    .mv-txt {
        font-size: 12px;
        line-height: 2;
        margin: 20px;
    }
    .circle_ps.c-pc {
        display:-webkit-none;
        display:-ms-none;
        display:none;
    }
    .circle_ps.c-sp {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 20px;
    }
    .circle_wrap {
        width: 100%;
        max-width: 48%;
        height: 60px;
        margin: 0;
        border-radius: 50px;
        -ms-border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 8px;
    }
    .circle-txt {
        font-size: 14px;
        line-height: 1.4;
    }
    .circle-txt span {
        display: inline-block;
        text-align: center;
    }
    .mv_img {
        width: calc(100% - 5.333333%);
        height: 250px;
        margin: 0 0 0 5.333333%;
        border-radius: 0 0 0 15px;
    }
    .mv_img ul li {
        padding: 250px 0 0 0;
    }
    .mv_img ul li:nth-child(1) {
        background: url("../img/sp/ikuji_mv01n2.jpg") no-repeat right center / cover;
    }
    .mv_img ul li.bdr_l30 {
        border-top-left-radius: 0;
        -ms-border-top-left-radius: 0;
        -moz-border-top-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        -ms-border-bottom-left-radius: 0;
        -moz-border-bottom-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
    }
    .ikujiSec_wrap {
        margin: 0 0 70px 0;
    }
    .ikujiSec_wrap.ver1 ,
    .ikujiSec_wrap.ver3 {
        margin: 0 20px 70px 0;
        padding: 70px 0 50px 0;
    }
    .ikujiSec_wrap.ver1:before {
        right: 25px;
        width: 110px;
        height: 75px;
        background: url(../img/about_txt_img.png) no-repeat 0 0;
        background-size: 100% auto;
    }
    .ikujiSec_wrap.ver3:before {
        right: 25px;
        width: 140px;
        height: 75px;
        background: url(../img/recruit_txt_img.png) no-repeat 0 0;
        background-size: 100% auto;
    }
    .ikujiSec-ttl {
        font-size: 24px;
        margin: 0 0 45px 0;
    }
    .ikujiSec-ttl.ver2 {
        margin: 0 0 20px 0;
    }
    .ikujiSec-ttl.ver3 {
        margin: 0 0 30px 0;
    }
    .ikujiSec-ttl span {
        padding: 0 30px;
    }
    .ikujiSec-ttl.ver1 span {
        padding: 0 25px 0 30px;
    }
    .ikujiSec-ttl span:before,
    .ikujiSec-ttl span:after {
        width: 20px;
        height: 20px;
        bottom: 0;
    }
    .ikujiSec-ttl span:before {
        background: url("../img/sp/ttl_bdr_left.png") no-repeat 0 0;
        background-size: 100% auto;
    }
    .ikujiSec-ttl span:after {
        background: url("../img/sp/ttl_bdr_right.png") no-repeat 0 0;
        background-size: 100% auto;
    }
    .about_wrap {
        width: 100%;
        height: auto;
        padding: 0 20px;
    }
    .about_img {
        width: calc(100% + 20px);
        height: 230px;
        margin: 0 0 0 -20px;
    }
    .about_img span {
        padding: 230px 0 0 0;
        background: url("../img/sp/about_img01.jpg") no-repeat center top / cover;
    }
    .about_dtl {
        margin: 30px 0 30px 0;
        /*
        padding: 0 0 100px 0;
        background: url("../img/sp/about_txt_img.png") no-repeat bottom 6px left 0;
        background-size: 110px auto;
        */
    }
    .about_dtl dt {
        font-size: 20px;
    }
    .about_dtl dd {
        font-size: 14px;
        margin: 15px 0 0 0;
    }
    .abtPoint_wrap {
        margin: -40px 0 0 0;
        padding: 60px 20px 0 20px;
    }
    .point_wrap {
        display: block;
    }
    .point_in {
        width: 100%;
        margin: 0 0 40px 0;
    }
    .point_in:last-child {
        margin: 0;
    }
    .point_dtl {
        padding: 40px 0 0 0;
    }
    .point_dtl::before {
        width: 100px;
        height: 20px;
        background: url("../img/sp/point01.png") no-repeat 0 0;
    }
    .point_dtl.ver2::before {
        background: url("../img/sp/point02.png") no-repeat 0 0;
    }
    .point_dtl dt {
        font-size: 18px;
    }
    .point_dtl dd {
        font-size: 14px;
        margin: 15px 0 0 0;
    }
    .point_dtl dd span {
        font-size: 12px;
    }
    .point_img {
        margin: 20px 0 0 0;
    }
    .point_img img {
        width: 100%;
    }
    .point_img.ver2 img {
        border-radius: 20px;
        -ms-border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
    }
    .support_wrap {
        margin: 0 0 0 20px;
        padding: 70px 20px 50px 20px;
    }
    .support_wrap:before {
        width: 140px;
        height: 68px;
        top: -25px;
        left: 25px;
        background: url("../img/sp/support_txt_img.png") no-repeat 0 0;
        background-size: 100% auto;
    }
    .support-txt {
        font-size: 16px;
        margin: 0 0 40px 0;
    }
    .supportCnt_wrap {
        display: block;
    }
    .supportCnt_in,
    .supportCnt_in.ver2 {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .supportCnt_in:last-child {
        margin: 0;
    }
    .support_dtl,
    .supportCnt_in.ver2 .support_dtl {
        padding: 0;
    }
    .support_dtl dt {
        font-size: 18px;
    }
    .support_dtl dd {
        font-size: 14px;
        margin: 15px 0 0 0;
    }
    .support_img,
    .supportCnt_in.ver2 .support_img {
        text-align: center;
        margin: 20px 0 0 0;
    }
    .support_img img {
        width: 100%;
    }
    .cv_wrap {
        width: calc(100% - 40px);
        margin: 0 auto 70px auto;
        padding: 30px 20px;
        border: 2px solid #f1f1f1;
    }
    .cvBtn_wrap {
        width: 100%;
        display: block;
    }
    .cvBtn_in {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .cvBtn_in:last-child {
        margin: 0;
    }
    .cvBtn-txt {
        font-size: 15px;
        margin: 0 0 15px 0;
    }
    .cv_btn {
        width: 100%;
        height: 45px;
    }
    .cv_btn a {
        font-size: 14px;
        border-radius: 45px;
        -ms-border-radius: 45px;
        -moz-border-radius: 45px;
        -webkit-border-radius: 45px;
    }
    .cv_btn a span {
        padding: 0 15px 0 30px;
    }
    .cv_btn a span:before {
        width: 15px;
        height: 15px;
    }
    .cvBtn_in.ver2 .cv_btn a span:before {
        height: 14px;
    }
    .cv_tel {
        margin: 30px 0 0 0;
    }
    .tel-txt {
        font-size: 18px;
    }
    .tel-txt.ver2 {
        font-size: 14px;
    }
    .tel_img {
        margin: 10px 0;
    }
    .tel_img img {
        width: 100%;
        max-width: 286px;
    }
    .ikujiSec_wrap.ver3 {
        margin: 0 20px 120px 0;
    }
    .recruit_wrap {
        width: 100%;
        height: auto;
        padding: 0 20px;
    }
    .recruit_img {
        width: calc(100% + 20px);
        height: 200px;
        margin: 0 0 0 -20px;
    }
    .recruit_img span {
        padding: 200px 0 0 0;
        background: url(../img/sp/recruit_img01.jpg) no-repeat center right / cover;
    }
    .recruit_dtl {
        margin: 30px 0 30px 0;
        /*
        padding: 0 0 100px 0;
        background: url(../img/sp/recruit_txt_img.png) no-repeat bottom 5px left 0;
        background-size: 140px auto;
        */
    }
    .recruit_dtl dt {
        font-size: 20px;
    }
    .recruit_dtl dd {
        font-size: 14px;
        margin: 15px 0 0 0;
    }
    .essentials_wrap {
        margin: -40px 0 0 0;
        padding: 70px 20px 0 20px;
    }
    .essentials_table {
        width: 100%;
        margin: 0 0 50px 0;
    }
    .essentials_table tr:first-child th{
        border-top-left-radius: 10px;
        -ms-border-top-left-radius: 10px;
        -moz-border-top-left-radius: 10px;
        -webkit-border-top-left-radius: 10px;
    }
    .essentials_table tr:first-child td {
        border-top-right-radius: 10px;
        -ms-border-top-right-radius: 10px;
        -moz-border-top-right-radius: 10px;
        -webkit-border-top-right-radius: 10px;
    }
    .essentials_table tr:last-child th{
        border-bottom-left-radius: 10px;
        -ms-border-bottom-left-radius: 10px;
        -moz-border-bottom-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
    }
    .essentials_table tr:last-child td {
        border-bottom-right-radius: 10px;
        -ms-border-bottom-right-radius: 10px;
        -moz-border-bottom-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
    }
    .essentials_table tr th {
        width: 36%;
        height: 40px;
        font-size: 14px;
        padding: 0 0 0 10px;
    }
    .essentials_table tr td {
        height: 40px;
        font-size: 12px;
        padding: 0 10px;
    }
    .essentials_img img {
        width: 100%;
    }
    .rcmd_wrap {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .rcmd_wrap:before {
        width: 200px;
        height: 74px;
        top: -80px;
        left: 20px;
        background: url("../img/sp/recommendation_txt_img.png") no-repeat 0 0;
        background-size: 100% auto;
    }
    .rcmd_wrap ul {
        display: block;
    }
    .rcmd_wrap ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
    	-ms-flex-align: center;
    	align-items: center;
        margin: 0 0 20px 0;
    }
    .rcmd_wrap ul li:last-child {
        margin: 0;
    }
    .rcmd_img img {
        width: 135px;
    }
    .rcmd-txt {
        font-size: 14px;
        margin: 0 0 0 10px;
        text-align: left;
    }
    .message_wrap {
        width: 100%;
        padding: 50px 20px;
        box-sizing: border-box;
    }
    .message_wrap:before {
        width: 130px;
        height: 70px;
        top: -25px;
        right: 20px;
        background: url("../img/sp/message_txt_img.png") no-repeat 0 0;
        background-size: 100% auto;
    }
    .messeage_list {
        display: block;
        margin: 0;
    }
    .messeage_list li {
        width: 100%;
        height: 65px;
        min-height: inherit;
        padding: 10px;
        margin: 0 0 15px 0;
        border-radius: 10px;
        -ms-border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }
    .messeage_list li:nth-child(-n+3),
    .messeage_list li:nth-child(3n),
    .messeage_list li:nth-child(3) {
        margin: 0 0 15px 0;
    }
    .messeage_list li:last-child {
        margin: 0 0 15px 0;
    }
    .messeage_txt {
        padding: 0 0 0 15px;
    }
    .messeage_txt .cls {
        font-size: 13px;
    }
    .messeage_txt .teh {
        font-size: 15px;
    }
    .messeage_txt .txt {
        font-size: 12px;
    }
    .faq_wrap {
        width: 100%;
        padding: 80px 20px 50px 20px;
        box-sizing: border-box;
    }
    .faq_wrap:before {
        width: 150px;
        height: 56px;
        top: 15px;
        left: 20px;
        background: url("../img/sp/question_txt_img.png") no-repeat 0 0;
        background-size: 100% auto;
    }
    .faq_in dl {
        padding: 15px 20px;
        margin: 0 0 15px 0;
        border-radius: 10px;
        -ms-border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }
    .faq_in dl dt {
        font-size: 16px;
        margin: 0 0 15px 0;
    }
    .faq_in dl dd {
        font-size: 14px;
    }
    .faq_in dl dt,
    .faq_in dl dd {
        padding: 0 0 0 30px;
    }
    .faq_in dl dt:before {
        top: 2px;
    }
    .faq_in dl dd:before {
        top: 4px;
    }
    .faq_in dl dt:before {
        width: 19px;
        height: 19px;
        background: url("../img/sp/icn_faq01.png") no-repeat 0 0;
    }
    .faq_in dl dd:before {
        width: 17px;
        height: 17px;
        background: url("../img/sp/icn_faq02.png") no-repeat 0 0;
    }
    .sml-txt {
        font-size: 13px;
    }
    .bdr_30 {
        border-radius: 15px;
        -ms-border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
    }
    .bdr_l30 {
        border-top-left-radius: 15px;
        -ms-border-top-left-radius: 15px;
        -moz-border-top-left-radius: 15px;
        -webkit-border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        -ms-border-bottom-left-radius: 15px;
        -moz-border-bottom-left-radius: 15px;
        -webkit-border-bottom-left-radius: 15px;
    }
    .bdr_r30 {
        border-top-right-radius: 15px;
        -ms-border-top-right-radius: 15px;
        -moz-border-top-right-radius: 15px;
        -webkit-border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        -ms-border-bottom-right-radius: 15px;
        -moz-border-bottom-right-radius: 15px;
        -webkit-border-bottom-right-radius: 15px;
    }
}
@media (max-width: 374px) {
    .logo_img {
        padding: 0 10px 0 0;
    }
    .logo_tel span a img {
        width: 93%;
        height: auto;
    }
}
