@charset "utf-8";

/* @import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css); */

/*-----------------------------------------------
 Common
-----------------------------------------------*/
.pt0 {
    padding-top: 0 !important;
}
.pb0 {
    padding-bottom: 0 !important;
}
.mt0{
    margin-top: 0rem !important;
}
.mt1rem {
    margin-top: 1rem !important;
}
.mt2rem {
    margin-top: 2rem !important;
}
.mt3rem {
    margin-top: 3rem !important;
}
.mt6rem {
    margin-top: 6rem !important;
}
.mt9rem {
    margin-top: 9rem !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb1rem {
    margin-bottom: 1rem !important;
}
.mb2rem {
    margin-bottom: 2rem !important;
}
.mb3rem {
    margin-bottom: 3rem !important;
}
.mb6rem {
    margin-bottom: 6rem !important;
}
.fwb {
    font-weight: bold;
}
.green {
    color: #119245;
}
.w100p {
    width: 100%;
}
/*-----------------------------------------------
 Toppage - Reason section
-----------------------------------------------*/
.mb-type1 {
    margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
    .mb-type1 {
        margin-bottom: 6rem !important;
    }
}

/* ---------- */

.reason-select-new {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
}
.reason-select-new > div.reason-item:not(.-wide) {
    flex-basis: 49%;
    max-width: 49%;
}
@media screen and (max-width: 768px) {
    .reason-select-new > div.reason-item:not(.-wide) {
        flex-basis: 100%;
        max-width: 100%;
    }
}

.reason-select-new>div.-wide {
    flex-basis: 100%;
}

.reason-item {
    position: relative;
    width: 100%;
    background: url(../images/top/reason-bg-01.png) repeat;
    border: 4px solid #F34D82;
    border-radius: 12px;
    /* font-family: 'Noto Sans Japanese', sans-serif;  */
    font-family: "Noto Sans JP", sans-serif
}

.reason-item a {
    margin-top: 1rem;
    color: #99764E;
}
/* ---------- */

.reason-select-new .reason-item:nth-of-type(2) {
    background: url(../images/top/reason-bg-02.png) repeat;
    border: 4px solid #FCA335;
}
.reason-select-new .reason-item:nth-of-type(3) {
    background: url(../images/top/reason-bg-03.png) repeat;
    border: 4px solid #559BED;
}

/* ---------- */

.reason-select-new.-skillup .reason-item:first-of-type {
    padding: 4rem 4rem 2rem 4rem;
}
.reason-select-new.-skillup .reason-item:nth-of-type(2) {
    padding: 4rem 4rem 1rem 4rem;
}
.reason-select-new.-skillup .reason-item:nth-of-type(3) {
    padding: 4rem 4rem 1rem 4rem;
}
@media screen and (max-width: 800px) {
    .reason-select-new.-skillup .reason-item:first-of-type
    , .reason-select-new.-skillup .reason-item:nth-of-type(2)
    , .reason-select-new.-skillup .reason-item:nth-of-type(3) {
        padding: 4rem 2rem 2rem 2rem;
    }
}
@media screen and (max-width: 768px) {
    .reason-select-new.-skillup .reason-item:first-of-type
    , .reason-select-new.-skillup .reason-item:nth-of-type(2)
    , .reason-select-new.-skillup .reason-item:nth-of-type(3) {
        padding: 4rem 1.5rem 2rem 1.5rem;
    }
}

.reason-select-new.-support .reason-item {
    padding: 4rem 4rem 2rem 4rem;
}
@media screen and (max-width: 800px) {
    .reason-select-new.-support .reason-item {
        padding: 4rem 2rem 2rem 2rem;
    }
}
@media screen and (max-width: 768px) {
    .reason-select-new.-support .reason-item {
        padding: 4rem 1.5rem 2rem 1.5rem;
    }
}

/* ---------- */

.reason-select-new.-skillup .reason-item {
    min-height: 32rem;
}
@media screen and (max-width: 768px) {
    .reason-select-new.-skillup .reason-item {
        min-height: 0;
    }
}

.reason-select-new.-support .reason-item:first-of-type
, .reason-select-new.-support .reason-item:nth-of-type(2) {
    min-height: 31rem;
}
@media screen and (max-width: 768px) {
    .reason-select-new.-support .reason-item:first-of-type
    , .reason-select-new.-support .reason-item:nth-of-type(2) {
        min-height: 0;
    }    
}

.reason-select-new.-support .reason-item:nth-of-type(3) {
    min-height: 0;
}

/* ---------- */

.reason-ttl {
    position: absolute;
    top: 0;
    left: 1.5rem;
    transform: translate(0, -35px);
    max-width: 100%;
}
.reason-ttl img {
    width: 100%;
}
@media screen and (max-width: 450px) {
    .reason-ttl {
        transform: translate(0, -25px);
    }    
    .reason-ttl img {
        width: 250px;
    }
}

.reason-ttl .reason-ttl-text {
    position: absolute;
    top: 0;
    transform: translate(0, 10px);
    padding-left: 2rem;
    color: #fff;
    font-size: 140%;
    font-weight: 500;
    letter-spacing: 0.06em;
}
@media screen and (max-width: 640px) {
    .reason-ttl .reason-ttl-text {
        transform: translate(0, 11px);
    }    
}
@media screen and (max-width: 450px) {
    .reason-ttl .reason-ttl-text {
        transform: translate(0, 6px);
        padding-left: 1.5rem;
        font-size: 110%;
        letter-spacing: 0;
    }    
}

.reason-content .subttl {
    font-size: 1.8rem;
    color: #99764E;
    font-weight: bold;
    line-height: 1.47;
    letter-spacing: 0.06em;
    margin-bottom: 5px;
}
.reason-content .sentence {
    font-size: 1.5rem;
    color: #99764E;
    line-height: 1.47;
    margin-bottom: 1.2rem;
    padding-left: 1rem;
}
@media screen and (max-width: 640px) {
    .reason-content .sentence {
        padding-left: 0;
    }
}

.reason-select-new.-support .reason-content .subttl {
    font-size: 1.7rem;
    line-height: 1.76;
    letter-spacing: 0;
}

.reason-content .emphasis {
    color: #F34D82;
    margin-top: 2rem;
    letter-spacing: 0;
}

a.reason-outerlink {
    display: inline-block;
    color: #000;
    font-size: 1.5rem;
    /* font-family: 'Noto Sans Japanese', sans-serif;  */
    font-family: "Noto Sans JP", sans-serif
    margin-top: -3rem;
    margin-left: 4rem;
}
@media screen and (max-width: 768px) {
    a.reason-outerlink {
        margin-left: auto;
        margin-right: auto;
    }
}

/*-----------------------------------------------
 Customers page - Flow from Job Request section
-----------------------------------------------*/
.customers-chart {
    max-width: 467px;
    margin: 0 auto 3rem auto;
}
.flow-content {
    margin: 0;
    padding: 0 0 0 40px;
    flex-basis: 85%;
    max-width: 85%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flow-content img {
    border: 2px solid #009245;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 20%;
    display: block;
}

.flow-content-inner {
    width: 80%;
    padding: 0 0 0 40px;
}

.flow-content-inner p {
    display: block;
}

.flow-content-sp {
    display: none;
}

.system-p .flow-content-inner p:first-of-type {
    padding-bottom: 0!important;
}

.system-p .flow-content-sp p:first-of-type {
    padding-bottom: 0!important;
}

.customer-step.-flow .step-list {
    align-items: flex-start;
}

.customer-step.-flow a, .customers-attention a{
    color: #3A3A3A;
}

@media screen and (max-width: 640px) {
    .flow-content {
        padding: 0;
        max-width: 100%;
        flex-basis: 100%;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        align-items: center;    
    }
    .flow-content img {
        width: 30%;
    }
    .flow-content-inner {
        width: 70%;
        padding: 0 20px;
    }
    .flow-content-inner p {
        display: none;
    }
    .flow-content-sp {
        display: block;
    }
    .customer-step.-flow .merit-123 {
        margin-top: 0;
    }
}

.customers-attention {
    background: url(../images/customers/attention-bg.png) left;
    background-size: cover;
    border-radius: 10px;
    padding: 3.5rem 4rem 0 20%;
}
@media screen and (max-width: 640px) {
    .customers-attention {
        padding: 3.5rem 2.5rem 0 2.5rem;
    }
}

.customers-attention-ttl {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.76;
}

/*-----------------------------------------------
 Recruit Page (Add New Page)
-----------------------------------------------*/
.customer-step.-flow.-recruit .merit-number {
    color: #E6669C;
}

.customer-step.-flow.-recruit .flow-content img {
    border: 2px solid #E6669C;
}

.customer-step.-flow.-recruit .flow-content .list-link-btn a {
    border: 1px solid #E6669C;
    background: #E6669C url(../images/arrow-wh.png) no-repeat 96% center / 5px 10px;
    color: #fff;
    width: 345px;
    max-width: 92%;
    margin: 1.7rem auto 0 0;
    font-size: 1.6rem;
    display: block;
}
@media screen and (max-width: 640px) {
    .customer-step.-flow.-recruit .flow-content .list-link-btn a {
        margin: 1.7rem auto 0 auto;
        width: 300px;
    }
}

.customer-step.-flow.-recruit .flow-content-inner .list-link-btn a {
    display: block;
}
.customer-step.-flow.-recruit flow-content-sp .list-link-btn a {
    display: none;
}
@media screen and (max-width: 640px) {
    .customer-step.-flow.-recruit .flow-content-inner .list-link-btn a {
        display: none;
    }
    .customer-step.-flow.-recruit flow-content-sp .list-link-btn a {
        display: block;
    }    
}

.list-link-btn a:hover {
    background: rgb(222,72,45,0.5) url(../images/arrow-wh.png) no-repeat 97% center / 5px 10px;
}

.boxarea-pink {
    font-size: 1.5rem;
    color: #fff;
    background: #E6669C;
    padding: 4rem 10rem;
    box-sizing: border-box;
}
@media screen and (max-width: 640px) {
    .boxarea-pink {
        padding: 3rem;
    }
}

/*-----------------------------------------------
 Company Page -- Company History Table / Company Summary Table -- 
-----------------------------------------------*/
h2.-bgred {
    background: #ED7870;
    color: #fff;
    padding: 1.2rem 0;
}

.company-list.-history, .company-list.-summary {
    border-collapse: separate;
    border-spacing: 0 4px;
}

.company-list.-history > tbody > tr > td:first-of-type, .company-list.-summary > tbody > tr > td:first-of-type {
    background: #E8E8E8;
    color: #414141;
    text-align: left;
    padding: 1rem 0 1rem 2.4rem;
}
.company-list.-summary tr > td:first-of-type {
    background: #f7dad9!important
}

.company-list.-history td:last-child, .company-list.-summary td:last-child {
    padding: 1rem 0 1rem 2rem;
}
@media screen and (max-width: 640px) {
    .company-list.-history td:last-child, .company-list.-summary td:last-child {
        padding: 1rem 0;
    }
}

/*-----------------------------------------------
 Company Page -- Walfare Section -- 
-----------------------------------------------*/
.system-p.-walfare .merit-title {
    display: inline-block;
    position: relative;
    padding: 10px 28px;
    font-size: 18px;
    color: #FFF;
    background: #ED7870;
    width: 100%;
}
.system-p.-walfare .merit-title:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #A35550;
}

/* ---------- */

.system-p.-walfare p {
    padding-left: 28px!important;
}
.system-p.-walfare p:nth-of-type(2) {
    padding: 1em 28px 3em !important;
}
@media screen and (max-width: 640px) {
    .system-p.-walfare p {
        padding-left: 0!important;
    }
    .system-p.-walfare p:nth-of-type(2) {
        padding: 1em 0 3em !important;
    }
}

/*-----------------------------------------------
 Company Page -- Mental Support Section -- 
-----------------------------------------------*/
.system-p.-msupport p {
    padding: 1em 0 !important;
}
.system-p.-msupport h4.msupport-title {
    padding: 4rem 0 2rem 5px !important;
    font-size: 2.1rem;
    position: relative;
}
@media screen and (max-width: 640px) {
    .system-p.-msupport h4.msupport-title {
        padding: 2.5rem 0 2rem 5px !important;
        font-size: 1.6rem;
    }
}
.system-p.-msupport h4.msupport-title::after {
    content: "";
    position: absolute;
    width: 100%;
    border: 1px solid red;
    display: block;
    left: 0;
    bottom: 1rem;
}

div.msupport-contact  {
    background: #E4E4E4;
    padding: 0.5rem 2.5rem!important;
    margin-bottom: 1.6rem;
}
@media screen and (max-width: 640px) {
    div.msupport-contact {
        padding: 0.5rem 1.8rem!important;
    }
}

.msupport-contact a {
    color: #3A3A3A;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.msupport-subttl {
    font-size: 1.7rem;
    font-weight: bold;
    position: relative;
    padding: 1.5rem 0 0 0 !important;
    margin-bottom: 1rem;
}
@media screen and (max-width: 640px) {
    .msupport-subttl {
        font-size: 1.6rem;
    }
}

.msupport-subttl::after {
    content: "";
    position: absolute;
    width: 100%;
    border: 1px dotted #707070;
    display: block;
    left: 0;
    bottom: -5px;
}

/*-----------------------------------------------
 Company-Ddisclosure Page 
-----------------------------------------------*/
.company-list.-history.-disclosure {
    width: 1000px;
    max-width: 100%;
}
.company-list.-history.-disclosure > tbody > tr > td:first-of-type {
    padding: 1rem 1.5rem;
    width: 30%;
    max-width: 240px;
}
@media screen and (max-width: 640px) {
    .company-list.-history.-disclosure > tbody > tr > td:first-of-type {
        width: 100%;
        max-width: 100%;
    }
}

.company-list.-history.-disclosure > tbody > tr > td:first-of-type br {
    display: block;
}
@media screen and (max-width: 795px) {
    .company-list.-history.-disclosure > tbody > tr > td:first-of-type br {
        display: none;
    }
}

.disc-logo {
    width: 290px;
    max-width: 24%;
    height: auto;
}
.disc-logo.-oshigoto {
    margin-top: 8rem;
}

/* Oshigotoのバナーやページ追加に伴う変更 */
.top-banner-area {
    max-width: 720px;
    margin:0 auto;
    margin-top: 80px;
}
.top-banner-area .top-banner-area__recruit-search{
    position: relative;
}

.top-banner-area .top-banner-area__recruit-search a{
    display: block;
    width: 100%;
    text-decoration: none;
    color: white;
    background-color: #27C8F8;
    text-align: center;
    border-radius: 8px;
    padding:15px 0;
    font-size: 24px;
    line-height: 1.5;
}
.top-banner-area .top-banner-area__recruit-search a:hover{
    opacity: .8;
}

.top-banner-area .top-banner-area__recruit-search::after{
    content: '';
    display: inline-block;
    width: 14px;
    height: 20px;
    background-image: url("../images/top/right-arrow-white.png");
    background-size:contain;
    background-repeat: no-repeat;
    position: absolute;
    right:20px;
    top: 50%;
    transform: translateY(-50%);
}
.top-banner-area .top-banner-area__recruit-search a span{
    font-size: 32px;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
    .top-banner-area {
        margin-top: 40px;
    }
    .top-banner-area .top-banner-area__recruit-search a{
        font-size: 2.5vw;
        padding: 3vw 0 2vw 0;
    }
    .top-banner-area .top-banner-area__recruit-search a span{
        font-size: 4vw;
    }
    .top-banner-area .top-banner-area__recruit-search::after{
        width: 10px;
        height: 10px;
        right: 5px;
    }
}

@keyframes fuwafuwa {
    0% {
      transform: translateY(15%);
    }
    50% {
      transform: translateY(18%);
    }
    100% {
      transform: translateY(15%);
    }
}
.top-banner-area a:hover .img-check{
    opacity: 1;
}

.header-title.-oshigoto {
    position: relative;
}
.header-title.-oshigoto::before {
    content: "sd centerサテライト店";
    position: absolute;
    font-size: 2.5rem;
    font-weight: normal;
    top: -4rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}
@media screen and (max-width: 640px) {
    .header-title.-oshigoto::before {
        font-size: 1.5rem;
        top: -2rem;
    }
}

.wrapper.oshigoto-p {
    width: 1280px;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.oshigoto-about-flex {
    width: 100%;
    margin: 3em auto;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.oshigoto-about {
    flex-basis: 49%;
    max-width: 49%;
    margin: 0;
    padding: 0;
}
.oshigoto-about:nth-of-type(2) {
    padding-left: 1em;
}
.oshigoto-about:nth-of-type(2) h3 {
    margin-bottom: 1em;
}
.oshigoto-about-three {
    flex-basis: 32%;
    max-width: 32%;
    margin: 0;
    padding: 0;
}
.oshigoto-about-three p {
    line-height: 1.5;
    margin-top: 0.5em;
    margin-bottom: 1em;
}
@media screen and (max-width: 950px) {
  .oshigoto-about br.-tgl {
    display: none;
  }
}
@media screen and (max-width: 700px) {
    .oshigoto-about br.-tgl {
      display: block;
    }
}

h2.titlebar.bg-oshigoto br.-tgl {
    display: none;
}
@media screen and (max-width: 900px) {
      h2.titlebar.bg-oshigoto br.-tgl {
        display: block;
      }
}

@media screen and (max-width: 700px) {
    .oshigoto-about-flex {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .oshigoto-about {
        flex-basis: 100%;
        max-width: 100%;
    }
    .oshigoto-about:first-of-type {
        margin-bottom: 1em;
    }
    .oshigoto-about:nth-of-type(2) {
        padding-left: 0;
    }
    .oshigoto-about:nth-of-type(2) h3 {
        margin-bottom: 1em;
    }    
    .oshigoto-about-three {
        flex-basis: 100%;
        max-width: 100%;
    }
}

.ttl-detailmap {
    margin-top: 3em;
    margin-bottom: 1em;
}
.btn-youtube {
    position: relative;
    width: 500px;
    max-width: 100%;
    height: 70px;
    margin: auto;
    font-weight: bold;
    border-radius: 5px; 
    background: #F5B21C;
    border-radius: 30px;
    margin-top: 3em;
    font-size: 1.8rem;
}
.btn-youtube a {
    display: block;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/arrow-wh.png) no-repeat 96% center / auto 12px;
    transition: all .2s;
    text-align: center;
}

.btn-youtube a:hover {
    background: url(../images/arrow-wh.png) no-repeat 97% center / auto 12px;
    opacity: 0.8;
}

.btn-youtube a div {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, 0);
    text-align: center;
    width: 100%;
}

/* Youtube */
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.btn-icon-sdcenter {
    width: 16rem;
    margin-top: 7px;
}


.btn-instagram-area a {
    display: block;
    background: white;
    border: 3px solid #F5B21C;
    border-radius: 30px;
    width: 730px;
    max-width: 100%;
    margin: 3em auto 0 auto;
    padding: 2rem 1rem;
    font-size: 2.5rem;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}
@media screen and (max-width: 640px) {
    .btn-instagram-area a {
        font-size: 2rem;  
    }
}

.btn-instagram-area-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}
.btn-instagram-area-inner .btn-icon-instagram {
    width: 76px;
}
@media screen and (max-width: 640px) {
    .btn-instagram-area-inner .btn-icon-instagram {
        width: 50px;    
    }
}
.btn-instagram-area-inner .btn-icon-oshigoto {
    width: 340px;
    max-width: calc(100% - 70px);
    text-align: center;
}

.titlebar.bg-oshigoto {
    margin-top: 3em;
}

/* 「Oshigoto」の文字色 */
.oshigoto-red {
    color: #e60012;
    font-weight: bold;
}
.oshigoto-blue {
    color: #018fd9;
    font-weight: bold;
}

/*-----------------------------------------------
20230210 セキュリティ対応:reCAPTCHAロゴ非表示
-----------------------------------------------*/
.grecaptcha-badge { visibility: hidden; }
/* 20230210 セキュリティ対応:問い合わせ画面に表示するreCAPTCHAに関する文面 */
.recap-text {
    font-size: 0.9em;
    line-height: 1.5 !important;
    text-align: center;
}

.reserve-list select{
    width:60px;
}

.reserve-can{
    color:#FF0000;
    text-align: left;
    color: #FF0000;
    line-height: 1;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-left:170px;
}

@media screen and (max-width: 800px) {
    .reserve-can{
        padding-left:0px;
    }
}

/* SDセンター本社についての記述 */
.honsya-img{
    background-image: url("../images/top/bg-honsya.png");
}