@media screen and (max-width:768px) {
  .pc {
    display: none !important;
  }

  /*----------共通----------*/
  body {
    font-family: '小塚ゴシック Pro L', 'Kozuka Gothic Pro Light', sans-serif;
  }

  .all-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  /*----------共通----------*/
  /*----------header----------*/
  header {
    width: 100%;
    background-color: #000;
    /* height: 104px; */
    height: 50px;
  }

  header .header-inner {
    width: 100%;
    max-width: 970px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 25px;
    box-sizing: border-box;
  }

  h1 {
    width: 60%;
    ;
  }

  h1>a {
    display: block;
  }

  h1>a>img {
    width: 100%;
  }

  .header-right .menu-sp-icon {
    width: 40px;
  }

  .header-right .menu-sp-icon img {
    width: 100%;
  }

  /*----------header----------*/
  /*----------main-vis----------*/
  .main-vis {
    width: 100%;
    position: relative;
    /* height: calc(100vh); */
    height: 550px;
    max-height: 600px;
    z-index: 1;
  }

  .main-vis .main-vis-bg {
    height: 100%;
    position: relative;
  }

  .main-vis .main-vis-bg {
    background-image: url("../images/sp/color_dia_sp.png");
    /* background-repeat: no-repeat; */
    background-size: cover;
    background-position-y: -45px;
    background-repeat: repeat-y;
    height: 524px;
  }

  .main-vis .main-vis-bth {
    width: 100%;
    height: 220px !important;
    /* height: 0; */
    position: absolute;
    top: 90px;
    background-color: #fff;
  }

  .main-vis .main-vis-bth .main-vis-bth-inner {
    position: relative;
    max-width: 275px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .main-vis .main-vis-bth .main-vis-bth-inner>div {
    /* width: 130px;
  height: 130px; */
    z-index: 100;
    display: block;
    /* transition: all 1s 0s ease; */
    position: relative;
  }

  .main-vis .main-vis-bth .main-vis-bth-inner>div.main-vis-bth-01 {
    /* border: 1px solid #55B9FF;
  position: absolute;
  top: 10%;
  left: 7%; */
    margin-top: 25px;
  }

  .main-vis .main-vis-bth .main-vis-bth-inner>div.main-vis-bth-02 {
    /* border: 1px solid #64E641;
  position: absolute;
  top: 35%;
  left: 45%; */
    margin-top: 20px;
  }

  .main-vis .main-vis-bth .main-vis-bth-inner>div.main-vis-bth-03 {
    /* border: 1px solid #FFB200;
  position: absolute;
  top: 60%;
  left: 7%; */
    margin-top: 20px;
  }

  .main-vis .main-vis-bth .main-vis-bth-inner>div.main-vis-bth-01:hover {
    /* background-color: #55B9FF; */
  }

  .main-vis .main-vis-bth .main-vis-bth-inner>div.main-vis-bth-02:hover {
    /* background-color: #64E641; */
  }

  .main-vis .main-vis-bth .main-vis-bth-inner>div.main-vis-bth-03:hover {
    /* background-color: #FFB200; */
  }

  .main-vis .main-vis-bth .main-vis-bth-inner>div a {
    display: block;
    width: 190px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    /* transition: all 0.5s 0s ease; */
  }

  .main-vis .main-vis-bth .main-vis-bth-inner>div a.active {
    top: 0;
    right: 0;
    opacity: 1;
  }

  .main-vis .main-vis-bth .main-vis-bth-inner>div.main-vis-bth-01 a {
    background-image: url("../images/sp/sp_service_bth.png");
    /* background-size: 141px 52px; */
    background-size: 190px;
  }

  .main-vis .main-vis-bth .main-vis-bth-inner>div.main-vis-bth-02 a {
    background-image: url("../images/sp/sp_company_bth.png");
    /* background-size: 141px 52px; */
    background-size: 190px;
  }

  .main-vis .main-vis-bth .main-vis-bth-inner>div.main-vis-bth-03 a {
    background-image: url("../images/sp/sp_recruitment_bth.png");
    /* background-size: 141px 52px; */
    background-size: 190px;
  }

  .main-vis .main-vis-bth .main-vis-bth-inner>div.main-vis-bth-01 a:hover {
    background-image: url("../images/sp/sp_service_bth_on.png");
  }

  .main-vis .main-vis-bth .main-vis-bth-inner>div.main-vis-bth-02 a:hover {
    background-image: url("../images/sp/sp_company_bth_on.png");
  }

  .main-vis .main-vis-bth .main-vis-bth-inner>div.main-vis-bth-03 a:hover {
    background-image: url("../images/sp/sp_recruitment_bth_on.png");
  }

  .main-vis .fade-text {
    width: 100%;
    position: relative;
    top: -180px;
    text-align: center;
    padding-left: 10vw;
    padding-right: 10vw;
    box-sizing: border-box;
  }

  .main-vis .fade-text img {
    width: 90%;
    max-width: 310px; 
  }

  /*----------main-vis----------*/
  /*----------message-area----------*/
  .message-area {
    box-sizing: border-box;
    margin: 10px auto 20px;
    /* border: 1px solid #626262; */
    padding: 10px;
    width: 90%;
    font-size: 14px;
    font-family: serif;
  }

  .message-area p a {
    color: #009944;
    text-decoration: none;
    outline: none;
  }

  .message-area .message-area-nm {
    float: right;
  }

  /*----------message-area----------*/
  /*----------bottom-cont----------*/
  .bottom-cont {
    width: 100%;
    /* background-image: url("../images/sp/bottom-cont-bg-sp.png"); */
    background-repeat: repeat-y;
    background-size: 100%;
  }

  .bottom-cont-inner {
    width: 100%;
    /*padding-top: 20px;*/
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }

  .info-area .info-title p {
    font-size: 20px;
    font-weight: 900;
    color: #00ADB7;
    padding: 0;
    text-align: center;
  }

  .info-area #infoBnr {
    display: none;
  }

  .info-area .innUnit dl {
    width: 100%;
    margin-top: 20px;
    color: #000;
    font-size: 12px;
  }

  .info-area .innUnit dl dt {
    /* margin-right: 15px; */
    font-weight: 600;
    margin-bottom: 5px;
  }

  .info-area .innUnit dl dd {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .info-area .innUnit dl dd a {
    font-weight: 600;
    color: #000;
  }

  .info-area .innUnit #infoTtl {
    margin-top: 20px;
    text-align: center;
  }

  .info-area .innUnit #infoTtl p a {
    font-size: 15px;
    color: #00ADB7;
  }

  .info-area .sp-search-area {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 180px;
  }

  .bottom-cont-inner .facebook-area {
    margin-top: 25px;
    position: relative;
    display: inline-block;
    margin-left: -25px;
  }

  /* @media screen and (max-width:768px) {

.sp2 {
  display: none!important;
}
} */
  /*----------bottom-cont----------*/
  /*----------footer----------*/
  footer {
    width: 100%;
  }

  footer .footer-inner {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  footer .footer-left .footer-list {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }

  footer .footer-left .footer-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  footer .footer-left .footer-list ul li:not(:first-child) {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 2px solid #000;
  }

  footer .footer-left .footer-list ul li.style-01 {
    border-left: none;
    padding-left: 0;
  }

  footer .footer-left .footer-list ul li a {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
  }

  footer .footer-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
  }

  footer .footer-right .logo-01 {
    width: 120px;
    margin-right: 30px;
  }

  footer .footer-right .logo-02 {
    width: 55px;
  }

  footer .footer-right div img {
    width: 100%;
  }

  footer .copy {
    margin-top: 10px;
  }

  footer .copy p {
    font-size: 10px;
    font-weight: 600;
    color: #000;
  }

  /*----------footer----------*/
  .page-top-bth {
    width: 50px;
    position: fixed;
    bottom: 3%;
    right: 1%;
    display: none;
    z-index: 1000;
  }

  .page-top-bth img {
    width: 100%;
  }

  .page-top-bth :hover {
    cursor: pointer;
  }

  /*----------menu----------*/
  .open-menu {
    width: 90%;
    padding-left: 7%;
    padding-right: 1%;
    padding-top: 10px;
    z-index: 6000;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    display: none;
  }

  .open-menu .menu-close-bth {
    width: 25px;
    text-align: right;
    margin-left: auto;
    padding-right: 5%;
  }

  .open-menu .menu-close-bth:hover {
    cursor: pointer;
  }

  .open-menu .menu-close-bth img {
    width: 100%;
  }

  .open-menu .menu-title {
    width: 50%;
    max-width: 185px;
    text-align: left;
    margin-right: auto;
  }

  .open-menu .menu-title img {
    width: 100%;
  }

  .open-menu .menu-list {
    width: 100%;
    margin-top: 30px;
  }

  .open-menu .menu-list .menu-list-left {
    width: 100%;
  }

  .open-menu .menu-list .menu-list-right {
    width: 100%;
  }

  .open-menu .menu-list dl {
    margin-bottom: 30px;
  }

  /* .open-menu .menu-list dl dt{
  margin-bottom: 5px;
}

.open-menu .menu-list dl dd{
  margin-bottom: 5px;
} */
  .open-menu .menu-list dl dd.list-style-01 {
    margin-left: 15px;
  }

  .open-menu .menu-list dl dd.list-style-02 {
    margin-left: 30px;
  }

  .open-menu .menu-list dl a {
    font-size: 15px;
    color: #000;
    font-weight: 600;
  }

  .open-menu .menu-list dl dd.underline-none a {
    text-decoration: none;
  }

  .menu-back {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5000;
    display: none;
  }

  /*----------searchbox-style----------*/
  .gsc-search-box-tools .gsc-search-box .gsc-input {
    /* padding-right: 0px !important;
  height: 22px !important; */
  }

  .gsc-input-box {
    /* width: 160px;
  height: 22px; */
  }

  .gsib_a {
    width: 22px;
    padding: 0 !important;
    padding-left: 5px !important;
  }

  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    height: 26px;
    padding: 6px 7px !important;
    margin-left: -12px !important;
    border-radius: 0 !important;
    border-color: #00ADB7 !important;
    background-image: linear-gradient(top, #00ADB7, #00ADB7) !important;
    background-image: -webkit-linear-gradient(top, #00ADB7, #00ADB7) !important;
    background-image: -moz-linear-gradient(top, #00ADB7, #00ADB7) !important;
    background-image: -ms-linear-gradient(top, #00ADB7, #00ADB7) !important;
  }

  table.gsc-search-box {
    margin-bottom: 0 !important;
  }

  form.gsc-search-box {
    margin-bottom: 0 !important;
    border: 1px solid #00ADB7 !important;
  }

  /*----------searchbox-style----------*/
  /*----------menu----------*/
  /*----------------------------------------
--------------------news--------------------
----------------------------------------*/
  .info-content-wrap {
    width: 100%;
    background-image: url("../../news/images/info_bg_img_sp.png");
    background-repeat: repeat-y;
    background-size: cover;
  }

  .info-title {
    width: 100%;
    background-image: url("../../news/images/info-title-bg-img.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .info-title .info-title-img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }

  .info-title .info-title-img img:nth-of-type(1) {
    width: 80%;
    margin-top: 25px;
  }

  .info-title .info-title-img img:nth-of-type(2) {
    width: 60%;
    margin-top: 18px;
  }

  .info-title .info-list-head {
    width: 100%;
    background-color: rgba(130, 255, 230, 0.5);
    height: 18px;
    margin-top: 20px;
  }

  .info-title .info-list-head .info-list-head-inner {
    width: 100%;
    max-width: 970px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
    box-sizing: border-box;
    display: none;
  }

  .info-title .info-list-head .font-lage {
    font-size: 30px;
    color: #000;
    font-weight: 900;
    padding-right: 25px;
    font-family: 'arial black';
    letter-spacing: -1px;
  }

  .info-title .info-list-head .font-small {
    font-size: 13px;
    color: #000;
    font-weight: 600;
  }

  .info-list-wrap {
    width: 100%;
    background-color: #fff;
  }

  .info-list-wrap .info-list {
    max-width: 970px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }

  .newsUnit {
    /* border-bottom: 2px solid #8affe8; */
    box-sizing: border-box;
  }

  .newsUnit dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .newsUnit dl dt {
    width: 100%;
    margin-right: 30px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
  }

  .newsUnit dl dt br {
    display: none;
  }

  .newsUnit dl dt time {
    margin-right: 15px;
  }

  .newsUnit dl dd {
    width: 100%;
    font-size: 14px;
    margin-top: 12px;
  }

  .newsUnit dl dd a {
    color: #231815;
    font-weight: 600;
  }

  #archivesPager {
    width: 100%;
    height: 58px;
    background-image: url("../../news/images/info-title-bg-img.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

  #archivesPager .innUnit {
    width: 100%;
    max-width: 970px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }

  #archivesPager .innUnit div {
    width: 58px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #archivesPager .innUnit div.prevBtn {
    background-image: url("../../news/images/prev_img.png");
    background-repeat: no-repeat;
    margin-right: auto;
  }

  #archivesPager .innUnit div.nextBtn {
    background-image: url("../../news/images/next_img.png");
    background-repeat: no-repeat;
    margin-left: auto;
  }

  #archivesPager .innUnit div.prevBtn:hover {
    background-image: url("../../news/images/prev_img_on.png");
    background-repeat: no-repeat;
  }

  #archivesPager .innUnit div.nextBtn:hover {
    background-image: url("../../news/images/next_img_on.png");
    background-repeat: no-repeat;
  }

  #archivesPager .innUnit div.prevBtn a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
  }

  #archivesPager .innUnit div.nextBtn a {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
  }

  /*----------------------------------------
--------------------news--------------------
----------------------------------------*/
  /*----------------------------------------
--------------------news-detail--------------------
----------------------------------------*/
  .info-title .info-detail-head .font-lage {
    font-size: 20px;
  }

  .info-title .info-detail-head {
    width: 100%;
    background-color: rgba(130, 255, 230, 0.5);
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
    margin-top: 20px;
  }

  .info-title .info-detail-head .info-list-head-inner {
    width: 100%;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
  }

  .info-title .info-detail-head .font-lage {
    font-size: 15px;
    color: #000;
    font-weight: 900;
    padding-right: 25px;
    font-family: 'arial black';
    letter-spacing: -1px;
  }

  .info-title .info-detail-head .font-small {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    display: inline-block;
    margin-top: 15px;
  }

  .info-detail-wrap {
    width: 100%;
    background-color: #fff;
    padding-top: 20px;
  }

  .info-detail-wrap .info-detail {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    box-sizing: border-box;
    font-weight: 600;
    text-align: left;
    font-size: 12px;
  }

  .info-detail-wrap .info-detail img {
    text-align: center;
    width: 100%;
    height: auto;
  }

  /*----------------------------------------
--------------------news-detail--------------------
----------------------------------------*/
  /*----------------------------------------
--------------------service--------------------
----------------------------------------*/
  .service-content-wrap {
    width: 100%;
    background-image: url("../../service/images/service_bg_img_sp.png");
    background-repeat: repeat-y;
    background-size: cover;
  }

  .service-head {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
  }

  .service-head .service-title {
    padding-top: 25px;
    text-align: center;
  }

  .service-head .service-title img {
    width: 60%;
  }

  .service-head .service-detail {
    margin-top: 15px;
    text-align: center;
  }

  .service-head .service-detail .font-lage {
    width: 100%;
    display: inline-block;
  }

  .service-head .service-detail .font-small {
    max-width: 470px;
    width: 100%;
    margin-top: 25px;
    display: inline-block;
  }

  .service-head .service-detail img {
    width: 100%;
  }

  .service-main {
    /* max-width: 970px; */
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-top: 20px;
  }

  .service-main .service-main-item {
    margin-bottom: 15px;
  }

  .service-main .main-item-img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-main .main-item-img img {
    width: 100%;
  }

  .service-main .main-item-text {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 25px 15px;
    box-sizing: border-box;
  }

  .service-main .main-item-text .main-item-text-inner {
    width: 100%;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
  }

  .service-main .main-item-text .main-item-text-inner .main-item-text-title p {
    height: 18px;
    display: inline-block;
  }

  .service-main .main-item-text .main-item-text-inner .main-item-text-title p img {
    height: 100%;
  }

  .service-main .main-item-text .main-item-text-inner .main-item-text-title span {
    width: 90px;
    display: inline-block;
    margin-left: 10px;
  }

  .service-main .main-item-text .main-item-text-inner .main-item-text-title span img {
    width: 100%;
  }

  .service-main .main-item-text .main-item-text-inner .main-item-text-detail span {
    font-size: 17px;
    color: #55B9FF;
    font-weight: 600;
  }

  .service-main .main-item-text .main-item-text-inner .main-item-text-detail a {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
  }

  .service-main .main-item-text .main-item-text-inner .main-item-text-detail p {
    padding: 0;
  }

  .service-main .main-item-text .main-item-text-inner .pf-icon-sp-area {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
  }

  .service-main .main-item-text .main-item-text-inner .pf-icon-sp-area span {
    width: 90px;
    display: inline-block;
  }

  .service-main .main-item-text .main-item-text-inner .pf-icon-sp-area span img {
    width: 100%;
  }

  .service-bottom-cont {
    width: 100%;
  }

  .service-bottom-cont .service-bottom-cont-inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 25px;
    box-sizing: border-box;
  }

  .service-bottom-cont .service-bottom-cont-inner p {
    font-size: 12px;
    font-weight: 600;
    padding: 0;
    margin-bottom: 15px;
  }

  .service-bottom-cont .service-bottom-cont-inner p:first-child {
    margin-bottom: 0;
  }

  .service-qr-modal {
    width: 90%;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: absolute;
    z-index: 6000;
    background-color: #fff;
  }

  .service-qr-modal .service-qr-modal-close-bth {
    width: 20px;
    padding-right: 12px;
    padding-top: 12px;
    margin-left: auto;
  }

  .service-qr-modal .service-qr-modal-close-bth:hover {
    cursor: pointer;
  }

  .service-qr-modal .service-qr-modal-close-bth img {
    width: 100%;
  }

  .service-qr-modal .service-qr-modal-close-bth {
    text-align: right;
  }

  .service-qr-modal .service-qr-modal-title {
    text-align: center;
    width: 98px;
    margin: 0 auto;
  }

  .service-qr-modal .service-qr-modal-title img {
    width: 100%;
  }

  .service-qr-modal .service-qr-modal-qr {
    text-align: center;
    width: 198px;
    margin: 0 auto;
  }

  .service-qr-modal .service-qr-modal-qr img {
    width: 100%;
  }

  /*----------------------------------------
--------------------service--------------------
----------------------------------------*/
  /*----------------------------------------
--------------------company--------------------
----------------------------------------*/
  .company-content-wrap {
    width: 100%;
    background-image: url("../../company/images/company_bg_img_sp.png");
    background-repeat: repeat-y;
    background-size: contain;
  }

  .company-head {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }

  .company-head .company-title {
    padding-top: 25px;
  }

  .company-head .company-title img {
    width: 60%;
  }

  .company-head .company-detail {
    margin-top: 15px;
  }

  .company-head .company-detail .font-lage {
    max-width: 400px;
    display: inline-block;
  }

  .company-head .company-detail .font-small {
    max-width: 470px;
    display: inline-block;
    position: relative;
    top: 5px;
  }

  .company-head .company-detail img {
    width: 100%;
  }

  .company-head .company-detail .company-anchor-area {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  .company-head .company-detail .company-anchor-area div {
    width: 85px;
    height: 25px;
    border: 2px solid #000;
    box-sizing: border-box;
    text-align: center;
    margin-right: 10px;
    background-color: #fff;
    font-size: 13px;
    font-weight: 600;
  }

  .company-head .company-detail .company-anchor-area div:hover {
    background-color: #64E641;
  }

  .company-head .company-detail .company-anchor-area div a {
    text-decoration: none;
    display: block;
    padding-top: 2px;
    color: #000;
  }

  .company-main-item {
    margin-top: 20px;
  }

  .company-main-item .company-main-item-title {
    width: 100%;
    background-color: rgba(100, 230, 65, 0.7);
    padding: 25px;
    box-sizing: border-box;
  }

  .company-main-item .company-main-item-title .company-main-item-title-inner {
    max-width: 947px;
    margin-left: auto;
    margin-right: auto;
  }

  .company-main-item .company-main-item-title .font-lage {
    height: 50px;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .company-main-item .company-main-item-title .font-lage img {
    height: 100%;
  }

  .company-main-item .company-main-item-title .font-lage .sp-img-wrap img:first-child {
    width: 96px;
    height: 32px;
  }

  .company-main-item .company-main-item-title .font-lage .sp-img-wrap img:last-child {
    width: 30px;
    height: 15px;
    margin-top: 8px;
  }

  .company-main-item .company-main-item-title .font-lage.road-to {
    width: 100%;
    height: auto;
  }

  .company-main-item .company-main-item-title .font-lage.road-to img {
    width: 100%;
    height: auto;
  }

  .company-main-item .company-main-item-title .font-small {
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    margin-top: 20px;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    color: #000;
  }

  .company-main-item .company-main-item-title .font-small.last {
    margin-top: 0;
  }

  .company-main-item .company-main-item-cont {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    /* background-image: url('../../company/images/road-to-2020-bg.png');
  background-position: center;
  background-size: 35%;
  background-repeat: no-repeat; */
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
    ;
  }

  .company-main-item .company-main-item-cont .company-main-item-cont-inner {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    color: #fff;
  }

  .company-main-item .company-main-item-cont .company-main-item-cont-inner .company-main-item-cont-inner-obi {
    width: 85px;
    position: absolute;
    right: 25px;
    top: -20px;
  }

  .company-main-item .company-main-item-cont .company-main-item-cont-inner .company-main-item-cont-inner-obi img {
    width: 100%;
  }

  .company-main-item .company-main-item-cont .company-main-item-cont-inner .company-main-item-cont-inner-img {
    width: 100%;
  }

  .company-main-item .company-main-item-cont .company-main-item-cont-inner .company-main-item-cont-inner-img img {
    width: 100%;
  }

  .company-main-item-cont .company-main-item-cont-inner .company-main-item-cont-inner-line {
    width: 100%;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    border-bottom: 1px solid #64e641;
  }

  .company-main-item-cont .company-main-item-cont-inner .company-main-item-cont-inner-line:last-child {
    border-bottom: none;
  }

  .company-main-item-cont .company-main-item-cont-inner .company-main-item-cont-inner-line div p {
    padding: 0;
    line-height: 23px;
  }

  .company-main-item-cont .company-main-item-cont-inner .company-main-item-cont-inner-line .inner-line-title {
    width: 100%;
  }

  .company-main-item-cont .company-main-item-cont-inner .company-main-item-cont-inner-line .inner-line-detail {
    width: 100%;
  }

  .company-main-item-cont .company-main-item-cont-inner .company-main-item-cont-inner-line .inner-line-detail a {
    color: #64e641;
  }

  .company-main-item-cont .company-main-item-cont-inner .company-main-item-cont-inner-line .inner-line-detail .pdf a {
    color: #FFF;
  }

  .company-main-item-cont .company-main-item-cont-inner .company-main-item-cont-inner-line .inner-line-detail .pdf img {
    width: 15px;
    padding-top: 3px;
    padding-right: 5px;
  }

  .company-main-item-cont .company-main-item-cont-inner.access {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .company-main-item-cont .company-main-item-cont-inner .access-img-box {
    width: 100%;
  }

  .company-main-item-cont .company-main-item-cont-inner .access-img-box img {
    width: 100%;
  }

  .company-main-item-cont .company-main-item-cont-inner .access-text-area {
    margin-top: 25px;
  }

  .company-main-item-cont .company-main-item-cont-inner .access-text-area p {
    padding: 0;
    margin-bottom: 10px;
  }

  .company-main-item-cont .company-main-item-cont-inner .access-text-area p a {
    color: #64e641;
    display: inline-block;
  }

  /*----------------------------------------
--------------------company--------------------
----------------------------------------*/
  /*----------------------------------------
--------------------recruit--------------------
----------------------------------------*/
  .recruit-content-wrap {
    width: 100%;
    background-image: url("../../recruit/images/recruit_bg_img_sp.png");
    background-repeat: repeat-y;
    background-size: contain;
  }

  .recruit-head {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }

  .recruit-head .recruit-title {
    padding-top: 25px;
  }

  .recruit-head .recruit-title img {
    width: 70%;
  }

  .recruit-head .recruit-detail {
    margin-top: 15px;
  }

  .recruit-head .recruit-detail .font-small {
    max-width: 470px;
    display: inline-block;
    position: relative;
    top: 5px;
  }

  .recruit-head .recruit-detail img {
    width: 100%;
  }

  .recruit-main-item {
    margin-top: 20px;
  }

  .recruit-main-item .recruit-main-item-title {
    width: 100%;
    background-color: rgba(255, 209, 102, 0.7);
    padding: 25px;
    box-sizing: border-box;
  }

  .recruit-main-item .recruit-main-item-title .recruit-main-item-title-inner {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
  }

  .recruit-main-item .recruit-main-item-title .font-lage {
    height: 50px;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .recruit-main-item .recruit-main-item-title .font-lage img {
    height: 100%;
  }

  .recruit-main-item .recruit-main-item-title .font-small {
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    margin-top: 20px;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
  }

  .recruit-main-item .recruit-main-item-title .font-small.last {
    margin-top: 0;
  }

  .recruit-main-item .recruit-main-item-cont {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    /* background-image: url('../../company/images/road-to-2020-bg.png');
  background-position: center;
  background-size: 35%;
  background-repeat: no-repeat; */
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
    ;
  }

  .recruit-link-area {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .recruit-link-area .recruit-link-area-inner {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
  }

  .recruit-link-area .recruit-link-area-inner .recruit-link-item {
    border-top: 1px solid #FFB200;
    padding: 20px 25px;
  }

  .recruit-link-area .recruit-link-area-inner .recruit-link-item:last-child {
    border-bottom: 1px solid #FFB200;
  }

  .recruit-link-area .recruit-link-area-inner .recruit-link-item p {
    padding: 0;
  }

  .recruit-link-area .recruit-link-area-inner .recruit-link-item .recruit-link-item-title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-right: 20px;
  }

  .recruit-link-area .recruit-link-area-inner .recruit-link-item .recruit-link-item-link {
    margin-top: 15px;
  }

  .recruit-link-area .recruit-link-area-inner .recruit-link-item .recruit-link-item-link p {
    font-size: 18px;
    margin-right: 45px;
    margin-bottom: 15px;
  }

  .recruit-link-area .recruit-link-area-inner .recruit-link-item .recruit-link-item-link p a {
    font-weight: 600;
    color: #fff;
    font-size: 14px;
  }

  .recruit-main-item .recruit-main-item-cont .recruit-main-item-cont-inner {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    color: #fff;
  }

  .recruit-main-item-cont .recruit-main-item-cont-inner .recruit-main-item-cont-inner-line {
    width: 100%;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    border-bottom: 1px solid #ffb200;
  }

  .recruit-main-item-cont .recruit-main-item-cont-inner .recruit-main-item-cont-inner-line:last-child {
    border-bottom: none;
  }

  .recruit-main-item-cont .recruit-main-item-cont-inner .recruit-main-item-cont-inner-line div p {
    padding: 0;
    line-height: 23px;
  }

  .recruit-main-item-cont .recruit-main-item-cont-inner .recruit-main-item-cont-inner-line .inner-line-title {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
  }

  .recruit-main-item-cont .recruit-main-item-cont-inner .recruit-main-item-cont-inner-line .inner-line-detail {
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
  }

  /*----------------------------------------
--------------------recruit--------------------
----------------------------------------*/
  /*----------------------------------------
--------------------career--------------------
----------------------------------------*/
  .career-content-wrap {
    width: 100%;
    background-image: url("../../recruit/career/images/career_bg_img_sp.png");
    background-repeat: repeat-y;
    background-size: contain;
    padding-bottom: 20px;
  }

  .career-head {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-b
  }

  .career-head .career-title {
    padding-top: 25px;
  }

  .career-head .career-title img {
    width: 40%;
  }

  .career-head .career-detail {
    margin-top: 15px;
  }

  .career-head .career-detail .font-lage {
    max-width: 400px;
    display: inline-block;
  }

  .career-head .career-detail .font-small {
    max-width: 470px;
    display: inline-block;
    position: relative;
    top: 5px;
  }

  .career-head .career-detail img {
    width: 100%;
  }

  .career-head .career-detail .career-anchor-area {
    margin-top: 20px;
  }

  .career-head .career-detail .career-anchor-area div {
    width: 190px;
    height: 36px;
    border: 2px solid #000;
    box-sizing: border-box;
    text-align: center;
    margin-right: 10px;
    background-color: #fff;
    font-size: 15px;
    font-weight: 600;
  }

  .career-head .career-detail .career-anchor-area div:hover {
    background-color: #ffb200;
  }

  .career-head .career-detail .career-anchor-area div a {
    text-decoration: none;
    display: block;
    padding-top: 5px;
  }

  .career-main-item:first-child {
    margin-top: 25px;
  }

  .career-main-item:not(:first-child) {
    margin-top: 25px;
  }

  .career-main-item .career-main-item-title {
    width: 100%;
    background-color: rgba(255, 209, 102, 0.7);
    padding: 25px;
    box-sizing: border-box;
  }

  .career-main-item .career-main-item-title .career-main-item-title-inner {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
  }

  .career-main-item .career-main-item-title .font-lage {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .career-main-item .career-main-item-title .font-lage img {
    width: 50%;
  }

  .career-main-item .career-main-item-title .font-small {
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    margin-top: 20px;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
  }

  .career-main-item .career-main-item-title .font-small.last {
    margin-top: 0;
  }

  .career-main-item .career-main-item-cont {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    /* background-image: url('../../company/images/road-to-2020-bg.png');
  background-position: center;
  background-size: 35%;
  background-repeat: no-repeat; */
  }

  .job_category-wrap {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
  }

  .job_category-wrap .job_category-wrap-inner {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    box-sizing: border-box;
  }

  .job_category-wrap-inner .job_category-title {
    font-size: 17px;
    font-weight: 600;
  }

  .job_category-wrap-inner .job_category-title p {
    padding: 0;
  }

  .job_category-wrap-inner .job_category-item {
    border-top: 1px solid #FFB200;
    margin-top: 15px;
    padding-top: 20px;
  }

  .job_category-wrap-inner .job_category-item .job_category-item-title {
    width: 100%;
    font-size: 16px;
    color: #FFB200;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .job_category-wrap-inner .job_category-item .job_category-item-detail {
    width: 100%;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
  }

  .job_category-wrap-inner .job_category-item .job_category-item-detail ul {
    margin-bottom: 30px;
  }

  .job_category-wrap-inner .job_category-item .job_category-item-detail .job_category-item-detail-wrap {
    margin-bottom: 1em;
  }

  .job_category-wrap-inner .job_category-item .job_category-item-detail .job_category-item-detail-wrap:last-of-type {
    margin-bottom: 30px;
  }

  .job_category-wrap-inner .job_category-item .job_category-item-detail .job_category-item-detail-wrap p {
    padding: 0;
  }

  .job_category-wrap-inner .job_category-item .job_category-link {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }

  .job_category-wrap-inner .job_category-item .job_category-link a {
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    background-color: #FFB200;
  }

  .job_category-wrap-inner .job_category-item .job_category-link a:hover {
    color: #FFB200;
    background-color: #fff;
  }

  .career-interview-wrap {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
  }

  .career-interview-wrap .career-interview-wrap-inner {
    margin-left: auto;
    margin-right: auto;
    padding: 30px 25px;
    box-sizing: border-box;
  }

  .career-interview-wrap .career-interview-wrap-inner .career-interview-title {
    border-top: 2px solid #FFB200;
    border-bottom: 2px solid #FFB200;
    padding: 15px 0;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
  }

  .career-interview-wrap .career-interview-wrap-inner .career-interview-title span {
    color: #FFB200;
  }

  .career-interview-wrap .career-interview-wrap-inner .career-interview-detail {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
  }

  .career-interview-wrap .career-interview-wrap-inner .career-interview-detail .interview-detail-inner {
    margin-bottom: 35px;
  }

  .career-interview-wrap .career-interview-wrap-inner .career-interview-detail .interview-detail-inner:last-child {
    margin-bottom: 0;
  }

  .career-interview-wrap .career-interview-wrap-inner .career-interview-detail .interview-detail-inner p {
    padding: 0;
    letter-spacing: 1px;
  }

  .career-interview-wrap .career-interview-wrap-inner .career-interview-detail .interview-detail-inner .interview-detail-q {
    color: #FFB200;
  }

  /*----------------------------------------
--------------------career--------------------
----------------------------------------*/
  /*----------------------------------------
--------------------new--------------------
----------------------------------------*/
  .new-content-wrap {
    width: 100%;
    background-image: url("../../recruit/new/images/new_bg_img_sp.png");
    background-repeat: repeat-y;
    background-size: contain;
    padding-bottom: 20px;
  }

  .new-head {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }

  .new-head .new-title {
    padding-top: 25px;
  }

  .new-head .new-title img {
    width: 70%;
  }

  .new-head .new-detail {
    margin-top: 15px;
  }

  .new-head .new-detail .font-lage {
    max-width: 400px;
    display: inline-block;
  }

  .new-head .new-detail .font-small {
    max-width: 470px;
    display: inline-block;
    position: relative;
    top: 5px;
  }

  .new-head .new-detail img {
    width: 100%;
  }

  .new-head .new-detail .new-anchor-area {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }

  .new-head .new-detail .new-anchor-area div {
    width: 100%;
    height: auto;
    padding: 5px;
    border: 2px solid #000;
    box-sizing: border-box;
    text-align: center;
    margin-right: 5px;
    background-color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .new-head .new-detail .new-anchor-area div:last-of-type {
    margin-right: 0;
  }
  .new-head .new-detail .new-anchor-area div:hover {
    background-color: #ffb200;
  }

  .new-head .new-detail .new-anchor-area div a {
    text-decoration: none;
    display: block;
    padding-top: 2px;
  }

  .new_category-wrap {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 30px 25px;
    box-sizing: border-box;
  }

  .new_category-wrap .new_category-wrap-inner {
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #ffb200;
    border-bottom: 1px solid #ffb200;
    padding-top: 20px;
    width: 100%;
  }

  .new_category-wrap .new_category-wrap-inner .new_category-item {
    margin-bottom: 20px;
  }

  .new_category-wrap .new_category-wrap-inner .new_category-item p {
    padding: 0;
    font-size: 12px;
    margin-bottom: 8px;
  }

  .new_category-wrap .new_category-wrap-inner .new_category-item p.new_category-item-title {
    color: #ffb200;
  }

  .new_category-wrap .new_category-wrap-inner .new_category-link {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 25px;
    box-sizing: border-box;
  }

  /* .new_category-wrap .new_category-wrap-inner .new_category-link a{
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #FFB200;
  display: block;
  text-decoration: none;
}
.new_category-wrap .new_category-wrap-inner .new_category-link a:hover{
  color: #FFB200;
  background-color: #fff;
} */
  .new-q_a-wrap {
    f width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }

  .new-q_a-wrap .new-q_a-wrap-inner {
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .new-q_a-wrap .new-q_a-wrap-inner .new-q_a-item {
    width: 100%;
    border-top: 1px solid #FFB200;
    border-bottom: 1px solid #FFB200;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .new-q_a-wrap .new-q_a-wrap-inner .new-q_a-item .new-q_a-item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .new-q_a-wrap .new-q_a-wrap-inner .new-q_a-item .new-q_a-item-top .new-q_a-item-q {
    display: flex;
    align-items: center;
    font-size: 18px;
    display: inline-block;
  }

  .new-q_a-wrap .new-q_a-wrap-inner .new-q_a-item .new-q_a-item-top .new-q_a-item-q .q-number {
    color: #fff;
    font-weight: 600;
  }

  .new-q_a-wrap .new-q_a-wrap-inner .new-q_a-item .new-q_a-item-top .new-q_a-item-q .q-detail {
    color: #FFB200;
    font-weight: 600;
  }

  .new-q_a-wrap .new-q_a-wrap-inner .new-q_a-item .new-q_a-item-top .new-q_a-accordion {
    display: inline-block;
    margin-left: auto;
    margin-top: 15px;
  }

  .new-q_a-wrap .new-q_a-wrap-inner .new-q_a-item .new-q_a-item-top .new-q_a-accordion span {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding-right: 5px;
  }

  .new-q_a-wrap .new-q_a-wrap-inner .new-q_a-item .new-q_a-item-top .new-q_a-accordion img {
    width: 30px;
    position: relative;
    top: -5px;
    transition: all 500ms 0s ease;
  }

  .new-q_a-wrap .new-q_a-wrap-inner .new-q_a-item .new-q_a-item-top .new-q_a-accordion img.active {
    transform: rotate(-90deg);
  }

  .new-q_a-wrap .new-q_a-wrap-inner .new-q_a-item .new-q_a-item-a {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
    font-size: 15px;
    background-color: #fff;
    color: #000;
    height: 0;
    opacity: 0;
    transition: all 500ms 0s ease;
  }

  .new-q_a-wrap .new-q_a-wrap-inner .new-q_a-item .new-q_a-item-a.q_1.active {
    height: 80px;
    opacity: 1;
    padding: 17px 10px;
  }

  .new-q_a-wrap .new-q_a-wrap-inner .new-q_a-item .new-q_a-item-a.q_2.active {
    height: 80px;
    opacity: 1;
    padding: 17px 10px;
  }

  .new-q_a-wrap .new-q_a-wrap-inner .new-q_a-item .new-q_a-item-a.q_3.active {
    height: 57px;
    opacity: 1;
    padding: 17px 10px;
  }

  .new-q_a-wrap .new-q_a-wrap-inner .new-q_a-item .new-q_a-item-a.q_4.active {
    height: 126px;
    opacity: 1;
    padding: 17px 10px;
  }

  .new-q_a-wrap .new-q_a-wrap-inner .new-q_a-item .new-q_a-item-a.q_5.active {
    height: 57px;
    opacity: 1;
    padding: 17px 10px;
  }

  .new-q_a-wrap .new-q_a-wrap-inner .new-q_a-item .new-q_a-item-a.q_6.active {
    height: 103px;
    opacity: 1;
    padding: 17px 10px;
  }

  .new-q_a-wrap .new-q_a-wrap-inner .new-q_a-item .new-q_a-item-a.q_7.active {
    height: 70px;
    opacity: 1;
    padding: 17px 10px;
  }

  .new-q_a-wrap .new-q_a-wrap-inner .new-q_a-item .new-q_a-item-a.q_8.active {
    height: 195px;
    opacity: 1;
    padding: 17px 10px;
  }

  .new-q_a-wrap .new-q_a-wrap-inner .new-q_a-item .new-q_a-item-a .a {
    padding-right: 15px;
    font-weight: 600;
    display: inline-block;
    height: auto;
    vertical-align: top;
  }

  .new-q_a-wrap .new-q_a-wrap-inner .new-q_a-item .new-q_a-item-a .a-detail {
    font-weight: 600;
  }

  /*----------------------------------------
--------------------new--------------------
----------------------------------------*/
  /*----------------------------------------
--------------------entry--------------------
----------------------------------------*/
  .entry-content-wrap {
    width: 100%;
    background-image: url("../../recruit/entry/images/entry_bg_img_sp.png");
    background-repeat: repeat-y;
    background-size: contain;
  }

  .entry-head {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 15px;
  }

  .entry-head .entry-title {
    padding-top: 25px;
  }

  .entry-head .entry-title img {
    width: 40%;
  }

  .entry-head .entry-detail {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
  }

  .entry-head .entry-detail .font-lage {
    max-width: 400px;
    /* margin-right: 25px; */
    display: inline-block;
  }

  .entry-head .entry-detail img {
    width: 100%;
  }

  .entry-main-item .entry-main-item-title {
    width: 100%;
    background-color: rgba(255, 209, 102, 0.7);
    padding: 15px 25px;
    margin-top: 20px;
    box-sizing: border-box;
  }

  .entry-main-item .entry-main-item-title .entry-main-item-title-inner {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
  }

  .entry-main-item .entry-main-item-title .font-lage {
    height: 30px;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .entry-main-item .entry-main-item-title .font-lage img {
    height: 100%;
  }

  .entry-main-item .entry-main-item-title .font-small {
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
  }

  .entry-form-wrap {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 18px 25px 0 25px;
    box-sizing: border-box;
  }

  #careerEntry {
    width: 100%;
    /* background: #ebe9dd; */
    position: relative;
    padding: 0 0;
  }

  #careerEntry h2 {
    text-align: center;
  }

  #careerEntry p {
    padding: 0;
    color: #fff;
  }

  #careerEntry p a {
    color: #fff;
  }

  #careerEntry h2 img {
    zoom: 0.5;
  }

  #careerEntry p.notes {
    text-align: left;
    margin: 0 auto;
    color: #FF1815;
  }

  #careerEntry table {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    margin-top: 15px !important;
    display: block;
  }

  #careerEntry table th {
    display: block;
    text-align: left;
    font-weight: normal;
    padding: 10px 5px;
    background: #237551;
    color: #fff;
    border: none;
  }

  #careerEntry table th sup.note {
    color: #eb5b4c;
    vertical-align: top;
  }

  #careerEntry table td {
    display: list-item;
    list-style: none;
    padding: 10px 10px;
    border: none;
  }

  #careerEntry table td p {
    padding: 0;
    vertical-align: middle;
    color: #000;
  }

  #careerEntry table td textarea,
  #careerEntry table td select,
  #careerEntry table td input {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 2px #ddd inset;
    -moz-box-shadow: 0 1px 2px #ddd inset;
    -webkit-box-shadow: 0 1px 2px #ddd inset;
    behavior: url(/common/css/PIE.htc);
    padding: 9px 15px;
    border: 1px solid #ddd;
    margin: 0;
    position: relative;
  }

  #careerEntry table td input.radio {
    border-radius: 0;
    box-shadow: 0 0 0 #fff inset;
    -moz-box-shadow: 0 0 0 #fff inset;
    -webkit-box-shadow: 0 0 0 #fff inset;
    padding: 0;
    border: none;
    margin-right: 9px;
    vertical-align: middle;
  }

  #careerEntry table td select {
    padding-right: 5px;
    /*
	color: #aaa;
*/
  }

  #careerEntry table td option {
    color: #333;
  }

  #careerEntry table td .wd220,
  #careerEntry table td .wd418,
  #careerEntry table td .wd467,
  #careerEntry table td .wd560,
  #careerEntry table td .wd592 {
    display: block;
    width: 90%;
  }

  #careerEntry table td .wd75 {
    width: 50px;
  }

  #careerEntry table td .ml25,
  #careerEntry table td .ml20 {
    margin-left: 0 !important;
    margin-top: 10px;
  }

  #careerEntry table td #fileUpload {
    display: none;
  }

  #careerEntry table td label.fileMask span {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    color: #fff;
    text-decoration: none;
    background: #6f6f6f;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    padding: 0 18px;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 2px 0 #434343;
    -moz-box-shadow: 0 2px 0 #434343;
    -webkit-box-shadow: 0 2px 0 #434343;
    behavior: url(/common/css/PIE.htc);
    position: relative;
    margin-top: 10px;
  }

  #careerEntry table td label.fileMask span:hover {
    background-color: #333;
  }

  #careerEntry table td label {
    color: #000;
  }

  #careerEntry .formBtn {
    /* margin-top: 78px; */
    text-align: center;
  }

  /* #careerEntry .formBtn a.submit,
#careerEntry .formBtn input {
	width: 80%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	background: #237551;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	padding: 0 18px;
	cursor: pointer;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 3px 0 #0f3f2a;
	-moz-box-shadow: 0 3px 0 #0f3f2a;
	-webkit-box-shadow: 0 3px 0 #0f3f2a;
	behavior: url(/common/css/PIE.htc);
	position: relative;
} */
  #careerEntry .formBtn a.submit:hover,
  #careerEntry .formBtn input:hover {
    background: #0f3f2a;
  }

  #careerEntry .btnAreaSec {
    display: flex;
  }

  #careerEntry .btnAreaSec .sendBtn {
    width: 100%;
  }

  #careerEntry .backBtn a.submit,
  #careerEntry .backBtn input {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    background: #6f6f6f;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    padding: 0 18px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 3px 0 #434343;
    -moz-box-shadow: 0 3px 0 #434343;
    -webkit-box-shadow: 0 3px 0 #434343;
    behavior: url(/common/css/PIE.htc);
    position: relative;
    margin: 15px auto;
  }

  #careerEntry .backBtn a.submit:hover,
  #careerEntry .backBtn input:hover {
    background: #434343;
  }

  #careerEntry .sendBtn a.submit,
  #careerEntry .sendBtn input {
    float: right;
    width: 60%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    background: #237551;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    padding: 0 18px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 3px 0 #0f3f2a;
    -moz-box-shadow: 0 3px 0 #0f3f2a;
    -webkit-box-shadow: 0 3px 0 #0f3f2a;
    behavior: url(/common/css/PIE.htc);
    position: relative;
    margin: 15px auto;
  }

  #careerEntry .sendBtn a.submit:hover,
  #careerEntry .sendBtn input:hover {
    background: #0f3f2a;
  }

  #careerEntry #errorBlock {
    width: 95%;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    font-size: 1.4em;
    color: #eb5b4c;
    border: 5px solid #eb5b4c;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #careerEntry .attention {
    font-size: 10px;
    color: #eb5b4c;
    display: none;
  }

  #careerEntry .attention p {
    display: block;
    vertical-align: top;
    color: #eb5b4c;
  }

  #careerEntry table td textarea.error,
  #careerEntry table td select.error,
  #careerEntry table td input.error {
    background: #f9e4e2;
    border: 1px solid #f8b7b1;
    box-shadow: 0 1px 2px #f9d1ce inset;
    -moz-box-shadow: 0 1px 2px #f9d1ce inset;
    -webkit-box-shadow: 0 1px 2px #f9d1ce inset;
  }

  #careerEntry table td .confirm {
    padding-top: 10px;
    color: #000;
  }

  #careerEntry div.finishTxtArea {
    width: 95%;
    margin: 10px auto 0;
  }

  #careerEntry div.finishTxtArea h3 {
    text-align: center;
    font-size: 1.4em;
    font-weight: normal;
    color: #eb5b4c;
  }

  #careerEntry div.finishTxtArea p {
    border-top: 5px solid #333;
    margin-top: 40px;
    padding: 40px 25px 0;
  }

  #careerEntry .innTxt h3 {
    margin-bottom: 20px;
    background: #f2c230;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
  }

  #careerEntry .innTxt p {
    margin-top: 0px;
    padding: 40px 25px;
    background-color: #ffffff;
    border: none;
    color: #000;
  }

  #careerEntry .formBtn a.submit {
    display: inline-block;
    text-decoration: none;
    color: #fff;
  }

  #careerEntry .formBtn a.submit span {
    font-weight: normal;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    background: url(/recruit/images/icn_back.png) no-repeat left center;
    padding-left: 32px;
    margin: 0 atuo;
  }

  #careerEntry .spAttention {
    font-size: 10px;
    color: #eb5b4c;
  }

  .careerInfoL {
    padding: 0 0 1px 0;
    background-color: #f2c230;
  }

  .careerInfoL ul {
    width: 100%;
  }

  .careerInfoL ul li {
    width: 100%;
    height: 50px;
    background: #f2c230 url(/recruit/career/images/bg_crinfo.png) no-repeat left center;
    background-size: 120px 24px;
    border-top: 1px #f6d674 solid;
  }

  .careerInfoL ul li a {
    display: block;
    line-height: 50px;
    padding-left: 25px;
    text-decoration: none;
  }

  .careerInfoL ul li a.long {
    line-height: 20px;
    padding: 6px 0 0 25px;
  }

  .careerInfoL ul li.ptpb8 {
    padding: 8px 0;
  }

  .careerInfoL ul li.on,
  .careerInfoL ul li:hover {
    background: #ffffff url(/recruit/career/images/bg_crinfo_on.png) no-repeat left center;
    background-size: 120px 24px;
  }

  .careerInfoL ul li:first-child {
    border: none;
  }

  .careerInfoR {
    float: left;
    min-height: 500px;
    padding: 10px 0 20px;
    background-color: #ffffff;
  }

  .careerUnitTab {
    margin: 0 10px;
  }

  .careerUnitTab table {
    width: 100%;
    border: 1px #fff solid;
  }

  .careerUnitTab table th {
    width: 30%;
    padding: 14px 20px;
    background-color: #e0ddc6;
  }

  .careerUnitTab table td {
    background-color: #ebe9dd;
  }

  .careerInfoR .formBtn {
    margin-top: 40px;
    text-align: center;
  }

  .careerInfoR .formBtn a.submit,
  .careerInfoR .formBtn input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    background: #237551;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 3px 0 #0f3f2a;
    -moz-box-shadow: 0 3px 0 #0f3f2a;
    -webkit-box-shadow: 0 3px 0 #0f3f2a;
    behavior: url(/common/css/PIE.htc);
    position: relative;
  }

  .careerInfoR .formBtn a.submit:hover,
  .careerInfoR .formBtn input:hover {
    background: #0f3f2a;
  }

  .careerInfoR .formBtn a.submit {
    display: inline-block;
    text-decoration: none;
  }

  .careerInfoR .formBtn a.submit span {
    font-weight: normal;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    background: url(/recruit/images/icn_back.png) no-repeat left center;
    padding-left: 32px;
    margin: 0 atuo;
  }

  .careerInfoR .careerUnitTab {
    display: none;
  }

  #columnArea .columnR {
    width: 260px;
    margin: 0 auto 30px;
  }

  #columnArea .columnR h3 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
  }

  #columnArea .columnR p {
    padding: 0;
    font-size: 12px;
  }

  #columnArea .columnR img {
    zoom: 0.7;
  }

  .tblTxt {
    margin: 0 auto;
    margin-top: 18px;
    color: #fff;
  }

  #careerEntry table tbody, #careerEntry table tbody tr {
    display: block;
  }

  #careerEntry table td input.file {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .formClearBtn, .formBtn {
    display: inline-block;
  }

  .formClearBtn input.clearBtn, .formBtn input.submit {
    width: 130px;
    padding: 8px 0;
    text-align: center;
    background-color: #fff;
    color: #FFB200;
    font-size: 12px;
    border: none;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
  }

  .formClearBtn input.clearBtn {
    /* margin-right: 6px; */
  }

  #careerEntry p.note02 {
    vertical-align: top;
    color: #000;
    font-size: 10px;
  }

  /*----------------------------------------
--------------------entry--------------------
----------------------------------------*/
  /*----------------------------------------
--------------------privacy--------------------
----------------------------------------*/
  .privacy-content-wrap {
    width: 100%;
    background-image: url("../../privacypolicy/images/privacypolicy_bg_img_sp.png");
    background-repeat: repeat-y;
    background-size: cover;
  }

  .privacy-head {
    width: 100%;
    background-color: rgba(0, 129, 204, 0.8);
  }

  .privacy-head .privacy-title {
    padding: 15px 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .privacy-head .privacy-title img {
    width: 100%;
  }

  .privacy-main-title {
    padding: 20px 25px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .privacy-main-title img {
    width: 100%;
  }

  .privacy-main-cont {
    width: 100%;
    background-color: #fff;
    padding: 10px 25px 0 25px;
    box-sizing: border-box;
  }

  .privacy-main-cont p {
    padding: 0;
  }

  .privacy-main-cont .privacy-main-cont-inner {
    max-width: 970px;
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
  }

  .privacy-main-cont .privacy-main-cont-inner .privacy-main-cont-number {
    width: 5%;
    font-size: 14px;
    display: inline;
  }

  .privacy-main-cont .privacy-main-cont-inner .privacy-main-cont-number p {
    font-weight: 600;
    padding-right: 5px;
  }

  .privacy-main-cont .privacy-main-cont-inner .privacy-main-cont-text {
    width: auto;
    display: inline;
  }

  .privacy-main-cont .privacy-main-cont-inner .privacy-main-cont-text .privacy-main-cont-text-01 {
    font-size: 15px;
    font-weight: 600;
  }

  .privacy-main-cont .privacy-main-cont-inner .privacy-main-cont-text .privacy-main-cont-text-02 {
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
    line-height: 15px;
    margin-left: -17px;
  }

  .privacy-main-cont .privacy-main-cont-inner .privacy-main-cont-text .privacy-main-cont-text-02 .negative-margin-left {
    margin-left: -7px;
    display: inline-block;
  }

  .privacy-main-cont .privacy-main-cont-inner .privacy-main-cont-text ul {
    margin-top: 5px;
  }

  .privacy-main-cont .privacy-main-cont-inner.type-02 .privacy-main-cont-text .privacy-main-cont-text-01 {
    margin-left: -16px;
  }

  .privacy-main-cont .privacy-main-cont-inner.type-08 .privacy-main-cont-text .privacy-main-cont-text-01 {
    margin-left: -16px;
  }

  .privacy-main-cont .privacy-main-cont-inner.type-10 .privacy-main-cont-text .privacy-main-cont-text-01 {
    margin-left: -16px;
  }

  /*----------------------------------------
--------------------privacy--------------------
----------------------------------------*/
  /*----------------------------------------
--------------------personal--------------------
----------------------------------------*/
  .personal-content-wrap {
    width: 100%;
    background-image: url("../../privacypolicy/images/privacypolicy_bg_img_sp.png");
    background-repeat: repeat-y;
    background-size: cover;
  }

  .personal-head {
    width: 100%;
    background-color: rgba(0, 129, 204, 0.8);
  }

  .personal-head .personal-title {
    padding: 15px 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .personal-head .personal-title img {
    width: 100%;
  }

  .personal-main-title {
    padding: 20px 25px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-main-title img {
    width: 100%;
  }

  .personal-main-cont {
    width: 100%;
    background-color: #fff;
    padding-top: 15px;
  }

  .personal-main-cont p {
    padding: 0;
  }

  .privacy-main-cont .privacy-main-cont-top {
    padding: 15px 25px;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    font-weight: 600;
  }

  .privacy-main-cont .privacy-main-cont-bottom {
    padding: 15px 25px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    border-top: 1px solid #000;
  }

  .privacy-main-cont .privacy-main-cont-bottom p {
    line-height: 20px;
    margin-bottom: 15px;
    font-weight: 600;
  }

  .privacy-main-cont .privacy-main-cont-bottom p:last-child {
    margin-bottom: 0;
  }

  /*----------------------------------------
--------------------personal--------------------
----------------------------------------*/
  /*----------------------------------------
--------------------contact--------------------
----------------------------------------*/
  .contact-content-wrap {
    width: 100%;
    background-image: url("../../contact/images/contact_bg_img_sp.png");
    background-repeat: repeat-y;
    background-size: cover;
  }

  .contact-title {
    width: 100%;
    text-align: center;
  }

  .contact-title .contact-title-img {
    max-width: 970px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .contact-title .contact-title-img img:nth-of-type(1) {
    width: 50%;
    margin-top: 25px;
  }

  .contact-title .contact-title-img img:nth-of-type(2) {
    width: 30%;
    margin-top: 15px;
  }

  .contact-head {
    width: 100%;
    background-color: rgba(130, 255, 230, 0.5)
  }

  .contact-head .contact-head-inner {
    width: 100%;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .contact-head .font-lage {
    margin-right: 20px;
  }

  .contact-head .font-small {
    margin-top: 10px;
  }

  .contact-head span.font-small {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 900;
    color: #000;
    letter-spacing: -0.5px;
  }

  .contact-inner-item {
    width: 100%;
  }

  .contact-inner-item p {
    padding: 0;
  }

  .contact-inner-item .contact-inner-item-title {
    width: 100%;
    background-color: #dceecd;
    padding: 12px 25px;
    box-sizing: border-box;
  }

  .contact-inner-item .contact-inner-item-title p {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    font-weight: 600;
  }

  .contact-inner-item .contact-inner-item-detail {
    width: 100%;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }

  .contact-inner-item .contact-inner-item-detail .contact-inner-item-detail-top {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .contact-inner-item .contact-inner-item-detail .contact-inner-item-detail-top .detail-top-img {
    margin-right: 25px;
    width: 100%;
  }

  .contact-inner-item .contact-inner-item-detail .contact-inner-item-detail-top .detail-top-text {
    font-size: 15px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }

  .contact-inner-item .contact-inner-item-detail .contact-inner-item-detail-top .detail-top-text p {
    padding: 0;
    width: 100%;
    word-wrap: break-word;
  }

  .contact-inner-item .contact-inner-item-detail .contact-inner-item-detail-bottom {
    margin-top: 10px;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-inner-item-detail .contact-inner-item-detail-bottom .detail-bottom-inner p {
    font-weight: 600;
    font-size: 13px;
    padding-bottom: 5px;
  }

  .contact-inner-item-detail .contact-inner-item-detail-bottom .detail-bottom-inner .detail-bottom-inner-title {
    margin-right: 5px;
    display: inline-block;
  }

  /*----------form----------*/
  #inquiry04 {
    background: #fff;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0 auto;
  }

  #inquiry04 p {
    padding: 0;
  }

  #inquiry04 p a:hover {
    text-decoration: underline;
  }

  #inquiry04 p.inquiry04-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  #inquiry04 p.inquiry04-detail {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 22px;
  }

  #inquiry04 p.label-text {
    font-size: 14px;
    font-weight: 600;
  }

  #inquiry04 table {
    border: 0;
    width: 100%;
  }

  #inquiry04 table th,
  #inquiry04 table td {
    list-style-type: none;
    display: list-item;
    vertical-align: top;
    background: #fff;
    border-width: 0 0 1px;
    text-align: left;
  }

  #inquiry04 table th {
    font-weight: normal;
  }

  #inquiry04 table td textarea,
  #inquiry04 table td select,
  #inquiry04 table td input {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 2px #ddd inset;
    -moz-box-shadow: 0 1px 2px #ddd inset;
    -webkit-box-shadow: 0 1px 2px #ddd inset;
    padding: 5px;
    border: 1px solid #ddd;
    margin: 0;
    position: relative;
  }

  #inquiry04 table td textarea,
  #inquiry04 table td input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #inquiry04 #errorBlock {
    width: 300px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    color: #eb5b4c;
    border: 5px solid #eb5b4c;
  }

  #inquiry04 .attention {
    font-size: 10px;
    color: #eb5b4c;
    display: none;
  }

  #inquiry04 .attention p {
    display: inline-block;
    vertical-align: top;
  }

  #inquiry04 table td textarea.error,
  #inquiry04 table td select.error,
  #inquiry04 table td input.error {
    background: #f9e4e2;
    border: 1px solid #f8b7b1;
    box-shadow: 0 1px 2px #f9d1ce inset;
    -moz-box-shadow: 0 1px 2px #f9d1ce inset;
    -webkit-box-shadow: 0 1px 2px #f9d1ce inset;
  }

  #inquiry04 .formBtn {
    text-align: center;
    margin: 0 auto;
    display: block;
  }

  #inquiry04 .formBtn input {
    vertical-align: middle;
  }

  #inquiry04 .formBtn input.backBtn,
  #inquiry04 .formBtn input.clearBtn {
    width: 110px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    background: #fff;
    cursor: pointer;
    border: 2px solid #000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: relative;
    -webkit-appearance: none;
    color: #000;
    font-weight: 600;
    font-size: 12px;
  }

  #inquiry04 .formBtn input.backBtn:hover,
  #inquiry04 .formBtn input.clearBtn:hover {
    background: #82FFE6;
  }

  #inquiry04 .formBtn a.returnBtn,
  #inquiry04 .formBtn input.finishBtn,
  #inquiry04 .formBtn input.confirmationBtn {
    display: inline-block;
    line-height: 25px;
    width: 120px;
    height: 27px;
    margin-left: 10px;
    text-align: center;
    color: #fff;
    background-color: #fff;
    background-image: url(/common/images/icn_link.png);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-size: 10px 10px;
    -webkit-background-size: 10px 10px;
    cursor: pointer;
    border: 2px solid #000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: relative;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
  }

  #inquiry04 .formBtn a.returnBtn:hover,
  #inquiry04 .formBtn input.finishBtn:hover,
  #inquiry04 .formBtn input.confirmationBtn:hover {
    background-color: #82FFE6;
  }

  #inquiry04 .formBtn a.returnBtn {
    width: 240px;
    text-decoration: none;
  }

  #inquiry04 .finishTxtArea {
    margin: 0 auto;
    background: #fff;
  }

  .inquiryLG {
    padding: 15px;
    background: #f2f2f2;
  }

  .inquiryLG h2 {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: normal;
  }

  .inquiryLG h3 {
    margin-bottom: 0;
    font-weight: normal;
  }

  .inquiryLG p {
    line-height: 1.4;
  }

  #inquiry04 .innUnit p.notes {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    color: #FF1815;
  }

  #inquiry04 .innUnit p label sup.note,
  #inquiry04 .innUnit table th sup.note {
    color: #eb5b4c;
    vertical-align: top;
  }

  #careerEntry table td input[name="zip2"] {
    width: 50%;
  }

  /*----------form----------*/
  /*----------------------------------------
--------------------search--------------------
----------------------------------------*/
  .search-wrap {
    width: 100%;
    background-image: url("../../search/images/search_bg_img_sp.png");
    background-repeat: repeat-y;
    background-size: cover;
  }

  .search-title {
    width: 100%;
  }

  .search-title .search-title-text {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 25px 10px 25px;
    color: #000;
    box-sizing: border-box;
  }

  .search-title .search-title-text span:nth-of-type(1) {
    font-size: 40px;
    font-weight: 600;
  }

  .search-title .search-title-text span:nth-of-type(2) {
    font-size: 15px;
    font-weight: 600;
  }

  .search-list-wrap {
    width: 100%;
    background-color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
  }

  .search-list-wrap .search-list-inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  /*----------------------------------------
--------------------search--------------------
----------------------------------------*/
  /*災害支援*/
  .notice-area {
    box-sizing: border-box;
    margin: 10px auto 20px;
    padding: 10px 10px 10px;
    width: 90%;
    text-align: left;
    word-wrap: break-word;
    border: 2px solid #e60012;
    font-size: 13px;
  }

  .notice-area .ttl a {
    color: #f00;
    font-size: 11px;
  }
  .notice-area.type02{
    margin: 0 auto 10px auto;
    padding: 0 10px;
  }
  .notice-area.type02 + .notice-area.type02{
    margin-top: 0;
  }
  .notice-area.type02 .ttl {
    padding: 8px 0;
  }
  .notice-area.type02 + .info-area{
    margin-top: 30px;
  }
  /*20200420フォーム追加*/
  #campaignPage .campaign-head .inner .mainTitle.v02 img{
    width: auto;
  }
  #campaignPage .attentionArea{
    padding: 20px 15px;
    margin: 15px 0;
  }
  
  /*2020.01 当選者フォーム改修 #campaignPageで制御*/
  #campaignPage .campaign-head .inner{
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
  }
  #campaignPage .entry-form-wrap{
    padding-bottom: 30px;
  }
  #campaignPage .campaign-head .inner .logo img{
    width: auto;
    max-width:80%; 
  }
  #campaignPage .campaign-head .inner .mainTitle img{
    width: auto;
    max-width: 95%;
    max-height:initial;
    max-height:auto;
  }
  #campaignPage .campaign-head .inner .subTitle{
    font-size: 4.2vw;
  }
  #campaignPage #careerEntry table tr:first-of-type th,
  #campaignPage #careerEntry table tr:first-of-type td{
    padding-top: 10px;
  }
  #campaignPage #careerEntry table tr:last-of-type th,
  #campaignPage #careerEntry table tr:last-of-type td{
    padding-bottom: 10px;
  }
  #campaignPage #careerEntry table input{
    box-sizing: border-box;
  }
  
  #campaignPage #careerEntry table input[name="twitter_id"]{
    width: 85%;
    width: -webkit-calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: calc(100% - 25px);
  }
  #campaignPage #careerEntry table input[name="name"],
  #campaignPage #careerEntry table input[name="zip_code"],
  #campaignPage #careerEntry table input[name="tel_no"],
  #campaignPage #careerEntry table input[name="mail"],
  #campaignPage #careerEntry table input[name="mail"],
  #campaignPage #careerEntry table input[name="address1"],
  #campaignPage #careerEntry table input[name="address2"]{
    width: 100%;
  }
  #campaignPage .formBtnArea .formBtn input.submit,
  #campaignPage .formBtnArea .sendBtn input.submit{
    width: 100%;
    float: none;
  }
  #campaignPage .formBtnArea .formClearBtn input.clearBtn,
  #campaignPage .formBtnArea .backBtn input.submit{
    width: 80%;
    float: none;
  }
  #campaignPage #careerEntry .innTxt h3{
    padding: 15px 10px;
    line-height: 1.4;
  }
  #campaignPage footer .footer-inner.sp .footer-left .footer-list ul li:first-of-type,
  #campaignPage footer .footer-inner.sp .footer-left .footer-list ul li:nth-of-type(2),
  #campaignPage footer .footer-inner.sp .footer-left .footer-list ul li:nth-of-type(3){
    display: none;
  }
  #campaignPage .formBtnArea .formBtn input.submit:hover{
    background: #FFF;
  }
  
  /*2020.02 採用ページ改修 */
  .new_category-wrap .new_category-wrap-inner .new_category-item .career-recruit-flow{
    text-align: left;
    margin: 40px 0 30px 0;
    background: rgba(255,255,255,0.2);
    padding: 20px 15px;
  }
  .new_category-wrap .new_category-wrap-inner .new_category-item .career-recruit-flow .pcclear{
    display: none;
  }
  .new_category-wrap .new_category-wrap-inner .new_category-item .career-recruit-flow .leText{
    margin-bottom: 15px;
    font-size: 13px;
  }
  /*汎用もたせるため追記*/
  .career .career-bg-bl .item_inner{
    max-width: 100%;
    padding: 30px 25px;
  }
  .career .career-bg-bl .doubleBox{
    display: block;
    padding: 15px 0;
  }
  .career .career-bg-bl .doubleBox .leftBox{
    width: 100%;
  }
  .career .career-bg-bl .doubleBox .leftBox p{
    padding-bottom: 0;
  }
  .career .career-bg-bl .doubleBox .rightBox{
    width: 100%;
  }
  
  
}

/*190522add*/
/* .career-head .career-detail .career-anchor-area{display: none;} */
/* #interview{display: none;} */
