body {
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, 'メイリオ', Meiryo, sans-serif;
    font-size: 1.6rem;
}

img {
    width: 100%;
}
/*ul{
    padding-left: 0;
    list-style: none;
}*/
p {
    line-height: 1.75;
}
.display-sp-i,
.display-sp-b {
    display: none;
}

@media (max-width: 991px) {
    body {
        font-size: 1.4rem;
    }
    .display-sp-i {
        display: inline;
    }
    .display-sp-b {
        display: block;
    }
    .display-pc {
        display: none;
    }
}

/* ヘッダー */
header {
    padding: 20px 0;
}
header .container {
    display: flex;
    align-items: center;
}
header .logo {
    width: 80px;
}
header .jobs {
    color: #00bfff;
    font-weight: bold;
    font-size: 21px;
    text-align: right;
    margin-right: auto;
    /* border-left: 2px solid #1e90ff;
    margin-left: 20px;
    padding-left: 20px;*/
}
header .data {
    margin-left: auto;
}
@media (max-width: 767px) {
    header .logo img {
        width: 80px;
    }
}

/*タイトル*/
.title {
    background: #fa8072;
    padding: 30px 0 20px;
    /*  margin-bottom: 45px;*/
}
.title h1 {
    color: #fff;
    font-size: 3.8rem;
    line-height: 1.1;
    margin: 0 0 15px;
}
.title .date {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.4rem;
}

@media (max-width: 991px) {
    .title {
        padding: 18px 0 12px;
        margin-bottom: 30px;
    }
    .title h1 {
        font-size: 2.4rem;
        margin-bottom: 8px;
    }
}

/*トップコンテンツ*/
.categoly {
    font-size: 0;
    margin-bottom: 0;
    padding-left: 0;
}
.categoly li {
    font-size: 1.4rem;
    display: inline-block;
    padding: 0 12px;
    margin: 0 8px 10px 0;
    background: #f5f5f5;
    line-height: 25px;
    border-radius: 6px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .categoly {
        margin-top: 15px;
    }
    .categoly li {
        font-size: 1.2rem;
        padding: 0 7px;
        margin: 0 6px 8px 0;
        line-height: 25px;
        border-radius: 6px;
    }
}

/*応募ボタン*/
.btn-entry {
    text-align: center;
    margin: 60px 0 80px;
}
.btn-entry a {
    display: inline-block;
    color: #fff;
    background: #ef3426;
    padding: 15px 95px;
    border-radius: 12px;
    box-shadow: 0 8px 0 #cc2929;
}
.btn-entry a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.btn-entry .inner:first-child a {
    animation: twinkl 3s linear 0s infinite alternate none running;
}
.entlyIcon {
    position: relative;
    padding-left: 65px;
}
.entlyIcon:before {
    content: '';
    width: 65px;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/i_entry.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.entlyIcon p:first-child {
    margin: 0;
    font-size: 4.2rem;
    line-height: 1;
    font-weight: 500;
}
.entlyIcon p:last-child {
    margin: 0;
    font-size: 2.5rem;
    line-height: 1.4;
}
@keyframes twinkl {
    0% {
        background: #ef3426;
        box-shadow: 0 8px 0 #cc2929;
    }
    50% {
        background: #ffdd23;
        box-shadow: 0 8px 0 #ffcc23;
    }
    100% {
        background: #ef3426;
        box-shadow: 0 8px 0 #cc2929;
    }
}
/*固定ボタン*/
#nowEntry {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    padding: 17px 0 25px;
}
#nowEntry .btn-entry {
    margin: 0;
}
#nowEntry .btn-entry a:hover {
    opacity: 1;
}

@media (max-width: 991px) {
    .btn-entry {
        font-size: 0;
        margin: 20px 0 30px;
    }
    .btn-entry .inner {
        display: inline-block;
        width: 49%;
    }
    .btn-entry .inner:first-child {
        margin-right: 2%;
    }
    .btn-entry a {
        padding: 10px;
        width: 100%;
        border-radius: 6px;
        box-shadow: 0 4px 0 #cc2929;
    }
    .entlyIcon {
        padding-left: 40px;
        display: inline-block;
    }
    .entlyIcon:before {
        width: 40px;
    }
    .entlyIcon p:first-child {
        font-size: 2.4rem;
        padding: 0.5em 0;
        display: inline-block;
    }
    .phoneIcon {
        position: relative;
        padding-left: 58px;
        display: inline-block;
    }
    .phoneIcon:before {
        content: '';
        width: 58px;
        height: 100%;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../images/i_tel-wht.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .phoneIcon p {
        font-size: 2.4rem;
        padding: 0.5em 0;
        display: inline-block;
        margin: 0;
        line-height: 1;
        font-weight: 500;
    }
    @keyframes twinkl {
        0% {
            background: #ef3426;
            box-shadow: 0 4px 0 #cc2929;
        }
        50% {
            background: #ffdd23;
            box-shadow: 0 4px 0 #ffcc23;
        }
        100% {
            background: #ef3426;
            box-shadow: 0 4px 0 #cc2929;
        }
    }
    /*固定ボタン*/
    #nowEntry {
        padding: 12px 0 16px;
    }
}
@media (max-width: 767px) {
    .entlyIcon {
        padding-left: 24px;
    }
    .entlyIcon:before {
        width: 24px;
    }
    .phoneIcon {
        padding-left: 40px;
    }
    .phoneIcon:before {
        width: 40px;
    }
    .entlyIcon p:first-child,
    .phoneIcon p {
        font-size: 1.6rem;
    }
}

/*メイン画像*/
#mainVisual {
    margin-bottom: 100px;
}

@media (max-width: 991px) {
    #mainVisual {
        margin-bottom: 70px;
    }
}

/*セクション共通*/
section {
    margin-bottom: 60px;
}
section .heading {
    background: #fa8072;
    padding: 30px;
    margin-bottom: 45px;
}
section .heading h2 {
    margin: 0;
    text-align: center;
    line-height: 1;
    color: #fff;
    font-size: 4.2rem;
}
.table1 {
    width: 100%;
}
.table1 tr:nth-child(odd) {
    background: #fff9d0;
}
.table1 th {
    width: 23%;
    padding: 1em 20px;
    vertical-align: top;
    font-weight: normal;
}
.table1 td {
    width: 77%;
    padding: 1em 20px;
    vertical-align: top;
}
.table2 {
    width: 100%;
}
.table2 tr {
    border-bottom: solid 1px #999;
}
.table2 tr:first-child {
    border-top: solid 1px #999;
}
.table2 th {
    width: 23%;
    padding: 1em 20px;
    vertical-align: top;
    font-weight: normal;
    background: #fff9d0;
}
.table2 td {
    width: 77%;
    padding: 1em 20px;
    vertical-align: top;
}

@media (max-width: 991px) {
    section {
        margin-bottom: 70px;
    }
    section .heading {
        padding: 20px 0;
        margin-bottom: 30px;
    }
    section .heading h2 {
        font-size: 2.2rem;
    }
    .table1 th {
        display: block;
        width: 100%;
        padding-bottom: 5px;
        font-weight: 500;
        font-size: 1.1em;
    }
    .table1 td {
        display: block;
        width: 100%;
        padding-top: 0;
    }
    .table2 th,
    .table2 td {
        display: block;
        width: 100%;
    }
}

/*仕事内容*/
@media (max-width: 991px) {
    #description p {
        margin-bottom: 1.5em;
    }
}

/*求める人材*/
@media (max-width: 991px) {
    #talent p {
        margin-bottom: 1.5em;
    }
}

/*職場風景*/
#workplacePhoto li:not(:nth-last-child(-n + 2)) {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    #workplacePhoto li:not(:nth-last-child(-n + 3)) {
        margin-bottom: 0;
    }
    #workplacePhoto li:not(:nth-last-child(-n + 2)) {
        margin-bottom: 10px;
    }
    #workplacePhoto li:nth-child(odd) {
        padding-right: 5px;
    }
    #workplacePhoto li:nth-child(even) {
        padding-left: 5px;
    }
}

/*勤務先情報*/
#workplaceInfo table {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    #workplaceInfo table {
        margin-bottom: 30px;
    }
}

/*応募フォーム*/
.phonenumber {
    width: 640px;
    max-width: 100%;
    margin: 50px auto;
    text-align: center;
    border: solid 1px #999;
    padding: 18px 40px;
}

@media (max-width: 991px) {
    .phonenumber {
        padding: 18px 20px;
    }
}

.phoneIcon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    position: relative;
    padding-left: 115px;
}

@media (max-width: 991px) {
    .phoneIcon {
        padding-left: 70px;
    }
}

.phoneIcon:before {
    content: '';
    width: 115px;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/i_tel-orn.png);
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .phoneIcon:before {
        width: 70px;
    }
}

.phoneIcon-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px 0;
}

.phoneIcon p {
    margin: 0;
    padding: 0;
    line-height: 1;
}
.phoneIcon p:nth-child(1) {
    font-size: 2.4rem;
}

.phoneIcon p:nth-child(2) {
    font-size: 4.4rem;
    font-weight: bold;
}

.phoneIcon p:nth-child(2) a {
    color: #f9ac3d;
}

.phoneIcon p:nth-child(3) {
    font-size: 1.8rem;
}

@media (max-width: 991px) {
    .phoneIcon p:nth-child(1) {
        font-size: 1.6rem;
    }

    .phoneIcon p:nth-child(2) {
        font-size: 2rem;
        font-weight: bold;
    }

    .phoneIcon p:nth-child(3) {
        font-size: 1.4rem;
    }
}

#formArea table {
    margin-bottom: 50px;
}
#formArea form {
    padding: 60px 140px;
    background: #fff9d0;
    border: solid 1px #999;
}
#formArea .form-group {
    margin-bottom: 35px;
}
#formArea .form-control {
    height: 46px;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 1.6rem;
}
#formArea textarea.form-control {
    height: auto;
}
#formArea label {
    font-weight: normal;
}
#formArea .form-horizontal .control-label {
    text-align: left;
}
#formArea .hissu-icon {
    display: inline-block;
    background: #cc2929;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    padding: 0.3em 0.45em;
    vertical-align: bottom;
    margin-left: 0.8em;
}
#formArea .confirmSubmit {
    display: block;
    margin: 40px auto 0;
    color: #fff;
    background: #ef3426;
    padding: 22px 140px;
    border-radius: 12px;
    box-shadow: 0 6px 0 #cc2929;
    font-size: 2.4rem;
    font-weight: 500;
    border: 0;
}
#formArea .confirmSubmit:hover {
    opacity: 0.7;
}
#formArea .viewMore {
    display: none;
}

@media (max-width: 991px) {
    #formArea table {
        margin-bottom: 40px;
    }
    #formArea form {
        padding: 40px 5%;
    }
    #formArea .form-group {
        margin-bottom: 20px;
    }
    #formArea .form-control {
        font-size: 1.4rem;
    }
    #formArea label {
        margin-bottom: 0.5em;
    }
    #formArea .confirmSubmit {
        padding: 18px 20px;
        width: 80%;
        border-radius: 6px;
        box-shadow: 0 4px 0 #cc2929;
    }
}

/*10月18日追加CSS*/
.font-b {
    font-weight: 600;
}
.font-u {
    font-size: 2rem;
    font-weight: 500;
    border-bottom: 1px dotted #000;
    padding: 10px 0 3px 0;
    display: block;
}
.font-m {
    font-size: 1.4em;
    font-weight: 600;
}
.font-s {
    font-size: 0.8em;
}
.font-bg {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}
.font-mb {
    font-weight: 600;
    font-size: 1.4em;
}
.font-mu {
    font-weight: 600;
    border-bottom: 1px dotted #000;
    padding: 10px 0 3px 0;
}
.font-mbu {
    font-weight: 600;
    font-size: 1.4em;
    border-bottom: 1px dotted #000;
    padding: 10px 0 3px 0;
}
.font-mbd {
    font-weight: 600;
    font-size: 1.4em;
    border-bottom: 1px solid #000;
    padding: 10px 0 3px 0;
}
.font-mbbg {
    font-weight: 600;
    font-size: 1.4em;
    background: linear-gradient(transparent 60%, #ffff66 60%);
}
.font-mb,
.font-mbbg,
.font-m {
    color: #996633;
}
.img-padding {
    padding-bottom: 20px;
}
#mainVisual .col-xs-12 img {
    margin-bottom: 20px;
}
#mainVisual .col-md-12 img {
    margin-bottom: 20px;
}
.ap-b {
    display: inline-block;
    margin-bottom: 15px;
}

/* 調整用 */

.mb-60 {
    margin-bottom: 60px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-20 {
    margin-top: 20px;
}
.point {
    background: rgb(255, 249, 225);
    padding: 15px 20px;
    box-sizing: border-box;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.point li {
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-left: 20px;
}
h3 {
    font-weight: bold;
    margin-bottom: 20px;
    color: #fa8072;
}
dt {
    float: left;
    display: inline-block;
    width: 120px;
    font-weight: normal;
}
dd {
    margin-left: 40px;
}
ol {
    list-style: none;
    padding-left: 0;
}
ol > li {
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    dt {
        float: none;
    }
    .mb-60 {
        margin-bottom: 0;
    }
}
/*bootstrap調整*/
@media (min-width: 992px) {
    .container {
        width: 990px;
        margin: 0 auto;
    }
}

/*先輩社員の声*/

/*先輩インタビュー*/

section.informationWorks .heading {
    background: #51a245;
}

.informationWorks__header:before {
    font-size: 2em;
    margin-right: 0.5em;
}

.informationWorks__header:before {
    content: 'Q';
    color: #dbac75;
}

.informationWorks__header {
    margin-top: 64px;
    border-bottom: 1px dotted #dbac75;
    margin-left: 0;
    margin-bottom: 16px;
    color: #dbac75;
}

.informationWorks__text {
    padding-left: 1em;
    box-sizing: border-box;
    line-height: 1.9em;
}

.informationWorks__header__sm {
    margin-top: 2.2em;
    padding-bottom: 0.7em;
    padding-right: 1em;
    padding-left: 0.5em;
    border-bottom: solid thin #dbac75;
    display: inline-block;
}

/*追加*/

span.a {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 500;
}

span.b {
    color: #000;
    font-size: 2.4rem;
    font-weight: 500;
}

span.c {
    color: #51a245;
    font-size: 2.4rem;
    font-weight: 500;
}

span.d {
    color: #51a245;
    font-size: 2rem;
    font-weight: 500;
    border-bottom: 1px dotted #d49548;
    padding: 10px 0 3px 0;
    display: block;
}

span.e {
    color: #d49548;
    font-size: 2rem;
    font-weight: 500;
}

span.f {
    color: #000;
    font-size: 1.8rem;
    font-weight: 500;
    border-bottom: 1px dotted #000;
}

span.g {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}

@media (max-width: 991px) {
    span.a {
        font-size: 1.8rem;
    }
    span.b {
        font-size: 1.8rem;
    }
    span.c {
        font-size: 1.8rem;
    }
    span.d {
        font-size: 1.4rem;
    }
    span.e {
        font-size: 1.8rem;
    }
    span.f {
        font-size: 1.4rem;
    }
}

/*強調文字*/
.emphasis {
    color: #fa8072;
    font-size: 1.6rem;
    font-weight: 600;
}

.tagarea span {
    display: inline-block;
    font-size: 14px;
    background: #eee;
    padding: 6px;
    margin: 3px;
    box-sizing: border-box;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.tagarea span.sep {
    opacity: 0;
    padding: 0;
    margin: 0 0 0 -14px;
}

.form-horizontal .control-label {
    text-align: left;
}

#modalForm .form-title {
    background: #fa8072;
    color: #fff;
    text-align: center;
    line-height: 1.8;
    padding: 10px 0;
}

#modalForm .form-title span {
    font-size: 18px;
    font-weight: bold;
}

#modalForm .form-title p {
    color: #fff;
    margin-bottom: 0;
    padding: 0 7px;
}

#modalForm .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
#modalForm .modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
#modalForm .modal__content {
    background: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    max-width: 768px;
    background: #faf8ea;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#modalForm .modal__content .closeBtn {
    width: 30px;
    height: 30px;
    padding: 3px;
    position: absolute;
    right: -15px;
    top: -15px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#modalForm .modal__content .closeBtn .icon_close {
    width: 24px;
    height: 24px;
    display: block;
}

#modalForm .modal__content .closeBtn .icon_close::before {
    width: 24px;
    height: 3px;
    content: '';
    display: block;
    background: #333;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: left top;
    transform: rotate(-45deg) translate(-50%, -50%);
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    -moz-transform: rotate(-45deg) translate(-50%, -50%);
    -ms-transform: rotate(-45deg) translate(-50%, -50%);
    -o-transform: rotate(-45deg) translate(-50%, -50%);
}

#modalForm .modal__content .closeBtn .icon_close::after {
    width: 24px;
    height: 3px;
    content: '';
    display: block;
    background: #333;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: left top;
    transform: rotate(45deg) translate(-50%, -50%);
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    -moz-transform: rotate(45deg) translate(-50%, -50%);
    -ms-transform: rotate(45deg) translate(-50%, -50%);
    -o-transform: rotate(45deg) translate(-50%, -50%);
}

#modalForm form {
    padding: 20px;
}

#modalForm .confirmSubmit {
    background: orange;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin: 0 auto 20px;
    width: 48%;
    display: block;
    padding: 15px 0;
    font-size: 18 px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#modalForm .viewMore {
    display: block;
    margin: 0 auto;
    width: 48%;
    border-radius: 5px;
    text-align: center;
    padding: 15px 0;
    font-size: 18 px;
    background: #ccc;
    color: #666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#modalForm .hissu-icon {
    background: #cc2929;
    padding: 0px 7px;
    font-size: 12px;
    border-radius: 2px;
    color: #fff;
    font-weight: normal;
    margin-left: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

@media screen and (max-width: 768px) {
    #modalForm .modal__content {
        width: 86%;
        max-width: auto;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -45%);
        -webkit-transform: translate(-50%, -45%);
        -moz-transform: translate(-50%, -45%);
        -ms-transform: translate(-50%, -45%);
        -o-transform: translate(-50%, -45%);
    }
    #modalForm form {
        overflow-y: scroll;
        height: 58vh;
        box-shadow: 0px 0px 8px 3px #ccc inset;
    }
    #modalForm .confirmSubmit {
        width: 90%;
    }
    #modalForm .viewMore {
        width: 90%;
    }
}

#jobTags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#jobTags h3 {
    font-size: 18px;
}

#jobTags h3 {
    color: #df4714;
    width: 100%;
}

#jobTags ul {
    display: flex;
    flex-wrap: wrap;
    width: 48%;
    margin-right: 4%;
    padding: 30px;
    align-items: center;
    background-color: #faf7f4;
}
#jobTags li {
    list-style: none;
}
@media (max-width: 767px) {
    #jobTags ul {
        width: 100%;
        margin: 0 0 15px 0;
    }
}

#jobTags ul li {
    background: #df4714;
    color: #faf7f4;
    padding: 10px 5px;
    border-radius: 5px;
    font-size: 11px;
    line-height: 1;
    margin: 0 10px 10px 0;
}

#jobTags ul:nth-of-type(2) {
    margin-right: 0;
}

@media (max-width: 767px) {
    #about,
    #FAQ {
        padding: 60px 0;
    }
}
#FAQ {
    margin: 50px auto;
}
#FAQ dl {
    margin: 0 0 20px 0;
}

#FAQ dt {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 10px 10px 10px 0;
    transition: all 0.5s ease;
    width: 100%;
    float: none;
    font-weight: bold;
    color: #1c1e5f;
}

#FAQ dt::before {
    content: 'Q';
    color: #fff;
    display: block;
    height: 40px;
    width: 40px;
    background: #1d1e60;
    text-align: center;
    font-size: 24px;
    padding-top: 3px;
    border-radius: 5px;
    margin-right: 10px;
}

#FAQ dd {
    background: #faf7f4;
    margin: 0;
    padding: 3%;
    line-height: 1.9;
}
@media (max-width: 767px) {
    #FAQ dd {
        padding: 7%;
    }
}
#FAQ dd span {
    color: /*#1d1e60*/ #df4714;
}
#FAQ dd strong {
    color: #df4714;
}
#FAQ .profile-list {
    font-size: 1.1rem;
    color: #777777;
}
#FAQ .profile-list ul {
    padding-left: 8px;
}
