@charset "utf-8";


/*
theme Name: コーポレート2024-child
Description: original theme
version： 2.0.0
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

body {
    width: 100%;
    background-color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    color: #000;
    margin-top: 132px;
}

a {
    color: #008080
}

img {
    width: 100%;
    height: auto;
}


/*共通*/

.sp {
    display: none !important;
}

@media only screen and (max-witdh:767px) {
    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }
}

.tset {
    display: none !important;
}

.container {
    max-width: 1222px;
    margin: auto;
}

.bg {
    background: #f9f5f3;
}

.br {
    border-radius: 36px;
}

.c-flex {
    display: flex;
    justify-content: space-between;
    padding: 96px 0;
    align-items: center;
}

.c-block {
    padding: 96px 0;

}

.c-txt {
    width: 50%;
}

.ttl {
    position: relative;
    margin-bottom: 50px;
}

.ttl::before {
    content: '';
    position: absolute;
    width: 29px;
    height: 12px;
    background: url(/img/dot.png);
    top: -10px;
}

.txt p {
    color: #333;
    flex: none;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    line-height: 2;
    text-align: left;
}

.ttl h2 {
    color: #333;
    font-family: Poppins;
    font-size: 64px;
    font-weight: 400;
    height: auto;
    line-height: 1.3;
    margin: 0px 0px 12px 0px;
    text-align: left;
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
    letter-spacing: 0;
}

.ttl p {
    color: #ea0000;
    font-size: 18px;
    font-weight: 400;
    height: auto;
    line-height: 1.4;
    margin: 0px 0px 0px 4px;
    text-align: left;
    width: auto;
    max-width: calc(100% - 4px);
    justify-content: flex-start;
}

.c-img {
    width: 35%;
}

.c-img img {
    border-radius: 19px;
    box-shadow: 11px 23px 44px rgba(70, 7, 7, 0.14);
}

a.btn {
    background: #ea0000;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 16px;
    display: block;
    width: fit-content;
    margin-top: 50px;
}

@media only screen and (max-width:1050px) {
    .c-txt {
        width: 60%;
    }
}

@media only screen and (min-width:767px) {
    a:hover {
        opacity: 0.7;
    }
}

@media only screen and (max-width:767px) {

    .ttl h2 {
        font-size: 48px;
    }

    .ttl p {
        font-size: 16px;
    }

    .c-flex {
        flex-wrap: wrap;
    }

    .c-img,
    .c-txt {
        width: 100%;
    }

    .c-img {
        order: 2;
        margin-top: 32px;
    }

    a.btn {
        margin: 50px auto 0;
    }
}

@media only screen and (max-width:480px) {
    body {
        margin-top: 80px;
    }

    .c-flex {
        padding: 70px 0;
    }

    .ttl::before {
        width: 14.5px;
        height: 6px;
        background-size: contain !important;
    }
}





/* ヘッダー */
#header {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    z-index: 998;
}

.Header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 56px;
    box-sizing: border-box;
    border-bottom: 1px solid #e3e3e3;
}

.logo {
    max-width: 200px;
}

.pc-nav ul {
    display: flex;
}

.pc-nav ul li {
    margin-right: 40px;
}

.pc-nav ul li:last-child {
    margin-right: 0;
}

.pc-nav ul li a {
    display: block;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    height: auto;
    line-height: 1.7;
    text-align: left;
    font-family: 'Noto Sans JP';
}

.pc-nav ul li a:hover {
    opacity: 1;
    color: #ea0000;
}

.rc-btn a {
    display: flex;
    align-items: center;
    background: #ea0000;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 80px;
    justify-content: center;
    width: 190px;
    max-width: 100%;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    max-width: 100%;
    position: relative;
    padding-right: 10px;
}

.rc-btn a::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/img/blank.svg);
    right: 33px;
}

.h-right {
    display: flex;
}



/* ハンバーガーメニュー */
.openbtn,
#menu {
    display: none;
}

@media screen and (max-width:1050px) {
    .pc-nav {
        display: none;
    }

    #menu {
        position: fixed;
        z-index: 9000;
        top: 0;
        right: -120%;
        width: 100%;
        height: 200vh;
        background: #fff;
        transition: all 0.6s;
        display: block;
    }

    #menu.panelactive {
        right: 0;
        transition: all 0.6s;
    }

    #menu ul {
        max-width: 800px;
        margin: auto;
        padding: 96px 15px;
    }

    #menu.panelactive #g-nav-list {
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #menu li {
        list-style: none;
        text-align: left;
        border: none;
    }

    #menu li a {
        color: #ea0000;
        text-decoration: none;
        padding: 20px 0;
        display: block;
        letter-spacing: 0.1em;
        font-size: 15px;
        border-bottom: solid 1px #e1dddd;
    }

    #menu li a span {
        font-size: 32px;
        color: #333;
        display: block;
        margin-top: 3px;
    }

    #menu li.fv-btn {
        text-align: center;
        margin-top: 30px;
    }

    #menu li.fv-btn a {
        color: #fff;
        height: 67px;
        padding-right: 10px;
    }

    #menu li.fv-btn a::after {
        top: 22.5px;
        right: 24px;
    }

    .openbtn {
        /* position: fixed;
        z-index: 9999;
        top: 8px;
        right: -10px;
        cursor: pointer;
        width: 75px;
        height: 50px; */
        display: block;
        position: relative;
        width: 80px;
        height: 80px;
        z-index: 9999;
    }

    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 24px;
        height: 2px;
        border-radius: 2px;
        background-color: #202020;
        width: 45%;
    }

    .openbtn span:nth-of-type(1) {
        top: 25px;
    }

    .openbtn span:nth-of-type(2) {
        top: 38px;
    }

    .openbtn span:nth-of-type(3) {
        top: 52px;
    }

    .openbtn.active span:nth-of-type(1) {
        top: 24px;
        left: 24px;
        transform: translateY(6px) rotate(-45deg);
        width: 40%;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3) {
        top: 36px;
        left: 24px;
        transform: translateY(-6px) rotate(45deg);
        width: 40%;
    }

}

@media only screen and (max-width:767px) {
    .Header {
        padding-left: 10px;
    }

    .rc-btn a {
        width: 166px;
        font-size: 15px;
    }

    .rc-btn a::before {
        width: 17px;
        height: 17px;
        right: 31px;
    }
}

@media only screen and (max-width:480px) {
    .logo {
        margin-right: 15px;
    }

    .rc-btn a {
        width: 140px;
        height: 60px;
    }

    .rc-btn a::before {
        right: 22px;
    }

    .openbtn {
        width: 60px;
        height: 60px;
    }

    .openbtn span {
        left: 18px;
    }

    .openbtn span:nth-of-type(1) {
        top: 19px;
    }

    .openbtn span:nth-of-type(2) {
        top: 31px;
    }

    .openbtn span:nth-of-type(3) {
        top: 43px;
    }

    #menu li.fv-btn a {
        padding-right: 10px;
        margin: auto;
        max-width: 200px;
        width: 100%;
    }
}




/* ファーストビュー */
.fv {
    padding: 0 15px;
}

.fv-bg {
    background: url(/img/recruitment/top/1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    align-content: flex-start;
    align-items: flex-start;
    border-radius: 40px;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: flex-start;
    margin: 23px auto;
    padding: 110px 80px 80px 80px;
    max-width: 1318px;
    box-sizing: border-box;
}

.page-template-company .fv-bg {
    background: url(/img/nc-top8.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.page-template-business .fv-bg {
    background: url(/img/nc-top11.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.fv-txt {
    margin-bottom: 70px;
}

.fv-txt h1 {
    color: #fff;
    font-size: 54px;
    font-weight: 900;
    height: auto;
    line-height: 1.7;
    text-align: left;
    width: auto;
    max-width: 100%;
}

.fv-txt span {
    color: #ea0101;
    font-size: 22px;
    font-weight: 400;
    height: auto;
    line-height: 1.6;
    padding: 0px 0px 0px 10px;
    text-align: left;
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
}

.fv-btn a {
    display: flex;
    align-content: center;
    align-items: center;
    background: #ea0000;
    /* border-radius: 32px; */
    flex: none;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    gap: 24px;
    height: 52px;
    justify-content: flex-end;
    padding: 0px 10px 0px 0px;
    width: 178px;
    max-width: 100%;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    justify-content: center;
    position: relative;
}

.fv-btn a::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 22px;
    background: url(/img/blank.svg);
    top: 16.5px;
    right: 29px;
}

.en-copy {
    margin: -100px;
    margin-left: 51px;
    flex: none;
    height: auto;
    position: relative;
    width: calc(100% - 51px);
    max-width: calc(100% - 51px);
}

@media only screen and (max-width:1050px) {
    .en-copy {
        margin-top: -77px;
    }
}

@media only screen and (max-width:767px) {
    .fv-txt h1 {
        font-size: 46px;
    }

    .fv-txt span {
        font-size: 20px;
    }

    .fv-bg {
        padding: 110px 15px 80px 15px;
    }

    .en-copy {
        margin-top: -48px;
    }
}


@media only screen and (max-width:480px) {
    .en-copy {
        display: none;
    }

    .fv-bg {
        padding: 90px 15px 0px 15px;
    }

    .home .fv-bg {
        padding: 180px 15px 60px 15px;
    }

    .fv-txt {
        margin-bottom: 50px;
    }

    .home .fv-txt {
        margin-bottom: 70px;
    }

    .fv-txt h1 {
        font-size: 32px;
    }

    .fv-txt span {
        font-size: 15px;
    }

    .fv-btn a {
        height: 44px;
        width: 146px;
        font-size: 16px;
    }

    .fv-btn a::after {
        width: 18px;
        height: 19px;
        top: 13.5px;
        right: 23px;
    }
}

/* 下層ページ ファーストビュー */

.l-fv-ttl {
    position: relative;
}

.l-fv-ttl::before {
    content: '';
    position: absolute;
    width: 29px;
    height: 12px;
    background: url(/img/dot-wh.png);
    top: -10px;
}

.l-fv-ttl span {
    color: #fff;
}


/* アバウト */
.t-about {
    margin-top: 100px;
}

.sp-img {
    margin-bottom: 45px;
    border-radius: 19px;
    box-shadow: 11px 45px 44px rgba(70, 7, 7, 0.14);
}

@media only screen and (max-width:1050px) {
    .t-about {
        margin-top: 118px;
    }
}

@media only screen and (max-width:480px) {
    .t-about {
        margin-top: 0;
    }
}

/* お知らせ */

.new-post {
    max-width: 800px;
    margin-left: auto;
}

.new-post li {
    border-bottom: solid 1px #CECECE;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.new-post li:last-child {
    border-bottom: none;
}

.post-time {
    color: #ea0000;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}

.post-ttl {
    color: #333;
    font-size: 18px;
}

@media only screen and (max-width:)
/* お知らせ アーカイブ */
.news-wrap {
    margin: 96px 0;
}

.post-list {
    background: #fff;
    max-width: 1050px;
    margin: auto;
    padding: 70px;
}

li.post {
    border-bottom: solid 1px #cecece;
    margin-bottom: 18px;
    padding-bottom: 18px;
}

li.post time {
    color: #ea0000;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}

li.post h2 {
    color: #333;
    font-size: 18px;
}

@media only screen and (max-width:767px) {
    .post-list {
        padding: 30px 10px;
    }
}

/* お知らせ 本文 */

.article {
    padding-top: 30px;
}

.article-tl {
    font-size: 36px;
    color: #303030;
}

.article-time {
    text-align: right;
}

.article-txt {
    border-top: #ea0000 solid;
    padding: 50px 0;
    margin-top: 20px;
}

.article-txt p {
    color: #333;
    flex: none;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    line-height: 2;
    text-align: left;
}

nav.article-nav {
    margin: 20px auto 100px;
}

nav.article-nav ul {
    display: flex;
    justify-content: space-between;
}

.article-nav ul li {
    width: 25%;
}

.article-nav ul li a {
    color: #fff;
    background: #B41D23;
    padding: 0.8em;
    display: block;
    text-align: center;
}

@media only screen and (max-width:767px) {
    .article-tl {
        font-size: 22px;
    }
}

@media only screen and (max-width:480px) {
    .article-tl {
        font-size: 18px;
    }

    .article-time {
        font-size: 12px;
    }
}

/* 代表挨拶 */
.t-info {
    text-align: right !important;
    margin-top: 48px;
}

/* JOIN US */
.join {
    background: linear-gradient(180deg, rgba(255, 74, 38, 1) 20%, rgba(234, 0, 0, 1) 80%);
    padding: 64px 0;
}

.join .ttl h2,
.join .ttl p {
    color: #fff;
    text-align: center;
}

.join .ttl::before {
    background: url(/img/dot-wb.png);
    left: 48.8%;
}

.join .about-slide ul li img {
    width: 300px;
    border-radius: 0;
}

.join-btn {
    background: #FFFFFF;
    width: fit-content;
    margin: 50px auto 0;
}

.join-btn a {
    color: #303030;
    position: relative;
    font-size: 20px;
    padding: 15px 120px;
    display: block;
}

.join-btn a::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 22px;
    background: url(/img/blank1.svg);
    top: 15.5px;
    right: 85px;
}

p.join-txt {
    color: #fff;
    text-align: center;
    margin-top: 44px;
    font-size: 17px;
}

@media only screen and (max-width:480px) {
    p.join-txt {
        font-size: 15px;
        text-align: left;
    }

    .join-btn a {
        font-size: 15px;
        padding: 15px 80px;
    }

    .join-btn a::after {
        top: 14px;
        right: 50px;
    }
}

/* お知らせ */
.news a.btn {
    margin-left: auto;
}

/* 会社概要 */
.outline ul {
    max-width: 1050px;
    margin: auto;
    background: #fff;
    padding: 50px;
}

.outline ul li {
    display: flex;
    padding: 18px;
    border-bottom: solid 1px #d6d6d6;
}

.outline ul li:last-child {
    border-bottom: none;
}

.outline ul li h3 {
    font-size: 18px;
    font-weight: 600;
    width: 30%;
}

.outline ul li p {
    width: 65%;
    color: #333;
    flex: none;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    line-height: 2;
    text-align: left;
}

@media only screen and (max-width:767px) {
    .outline ul {
        padding: 25px;
    }
}

@media only screen and (max-width:480px) {
    .outline ul {
        padding: 15px;
    }

    .outline ul li {
        display: block;
        padding: 18px 5px;
    }

    .outline ul li h3,
    .outline ul li p {
        width: 100%;
    }

    .outline ul li h3 {
        margin-bottom: 20px;
    }
}

/* フッター */
footer {
    background: #F0F0F0;
}

.f-container {
    max-width: 1318px;
    margin: auto;
    padding: 0 15px;
}

.footer-wrap {
    padding: 96px 0;
    display: flex;
    justify-content: space-between;
}

.f-info img {
    width: 300px;
    margin-bottom: 10px;
}

.f-right {
    display: flex;
}

.f-nav ul {
    display: flex;
    margin-top: 20px;
}

.f-nav ul li {
    margin-right: 39px;
}

.f-nav ul li a {
    color: #303030;
    font-size: 15px;
}

.f-nav ul li a:hover {
    opacity: 1;
    color: #ea0000;
}

.f-cl p {
    text-align: center;
    background: #404040;
    color: #fff;
    font-size: 12px;
    padding: 15px;
}

.f-rec {
    margin-bottom: 50px;
}

.f-rec a {
    background: #ea0000;
    width: 187px;
    display: block;
    padding: 20px 10px 20px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: relative;
}

.f-rec a::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 22px;
    background: url(/img/blank.svg);
    top: 13.5px;
    right: 19px;
}

.f-form a {
    width: 187px;
    display: block;
    padding: 11px 10px;
    text-align: center;
    color: #000;
    font-size: 16px;
    border: solid 1px;
    border-radius: 50px;
}

@media only screen and (max-width:1050px) {
    .f-right {
        display: block;
    }

    .f-link {
        width: fit-content;
        margin-left: auto;
        margin-top: 50px;
    }

    .f-nav ul li:last-child {
        margin-right: 0;
    }
}

@media only screen and (max-width:767px) {
    .footer-wrap {
        padding: 50px 0;
        flex-wrap: wrap;
    }

    .f-info {
        width: 100%;
        order: 2;
    }

    .f-right {
        width: 100%;
        order: 1;
        margin-bottom: 50px;
    }

    .f-link {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        width: fit-content;
        margin: auto;
    }

    .f-rec {
        order: 2;
        margin-left: 30px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width:480px) {
    .f-rec a {
        width: 150px;
    }

    .f-rec a::after {
        top: 18.5px;
    }

    .f-form a {
        width: 150px;
    }

    .f-info img {
        width: 220px;
    }

    .f-cl p {
        font-size: 10px;
    }
}

/* ビジネス サービス */
.sv-about {
    margin: 100px 0;
}

.sv-about ul li:last-child {
    margin-bottom: 0;
}

.sv-about h2 {
    color: #F72525;
    font-size: 32px;
    margin-bottom: 20px;
}

.sv-about p,
.sv-txt p {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    line-height: 2;
    text-align: left;
}

.sv-point ul {
    padding: 96px 0;
}

.sv-point ul li {
    display: flex;

}

.sv-ttl {
    margin-bottom: 20px;
    width: 100%;
}

.sv-ttl span {
    color: #F72525;
    font-weight: 600;
    letter-spacing: 1.2px;
    font-size: 15px;
}

.sv-ttl h2 {
    color: #303030;
    font-size: 28px;
    font-weight: 500;
}
.sv-container{
width: 68%;
}
.sv-txt {
	width: 80%;
	    margin-left: 40px;
    margin-top: 50px;
}

.sv-img {
  width: 30%;
}

.sv-img img {
    box-shadow: 11px 45px 44px rgba(70, 7, 7, 0.14);
    border-radius: 19px;
}

@media only screen and (max-width:480px) {
    .sv-point ul {
        padding: 70px 0;
    }

    .sv-point ul li {
        display: block;
    }

    .sv-txt,
    .sv-img {
        width: 100%;
    }

    .sv-txt {
        margin-bottom: 20px;
    }

    .sv-ttl span {
        font-size: 13px;
    }

    .sv-ttl h2 {
        font-size: 23px;
    }

    .sv-about h2 {
        font-size: 24px;
    }
}

/* トグルボタン */

#menubtn i {
    color: #b31e23;
    font-size: 37px;
}

#menubtn {
    padding: 5px 8px;
    border: solid 2px #FFFFFF;
    background-color: #ffffff;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

#menubtn:hover {
    background-color: #dddddd
}

#menubtn:focus {
    outline: none
}


/* ナビゲーションメニュー（縦並び） */

.menu {
    display: none;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.menu ul li {
    border-top: 1.5px solid #dddddd;
}

.menu li a {
    display: block;
    color: #000000;
    font-size: 100%;
    text-decoration: none;
}


@media screen and (max-width:767px) {
    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }
}


/* トップに戻る */

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 0px;
    width: 100px;
    /* z-index: 8000; */
}

.pagetop a {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    border: solid 1px #ea0000;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
    background: #fff;
}

.pagetop a:hover {
    opacity: 1;
}

.pagetop a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    background-color: #ea0000;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    transition: transform ease 0.4s;
}

.pagetop a::before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 55%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-color: #ea0000;
    border-width: 4px 0 0px 4px;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: border-color ease 0.1s;
}

@media only screen and (min-width:768px) {
    .pagetop a:hover::after {
        transform: translate(-50%, -50%) scale(1.1, 1.1);
    }

    .pagetop a:hover::before {
        border-color: #fff;
    }
}

@media only screen and (max-width:767px) {
    .pagetop {
        right: -20px;
    }
}


/* WP求人フォーム */

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background: #fff;
    border: solid 1px #B3B3B3;
    border-radius: 5px;
    width: 100%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    background: #faf9f4;
    border: #e4e1da solid 1px;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
}

input#file-upload-button {
    background: #faf9f4;
    border: #e4e1da solid 1px;
    border-radius: 5px;
}

.contact-forms {
    padding: 3em 0;
    max-width: 750px;
    margin: auto;
}

.contact-forms dd {
    padding: 0.5em 1em;
    margin-bottom: 1em;
}

.contact-forms dd:last-child {
    margin-bottom: 0;
}

.contact-forms dt p {
    font-weight: 600;
    font-size: 16px;
}

span.recruit-file {
    font-size: 12px;
    margin-left: 1em;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #ea0000;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 1em 10em;
    margin: 3em auto;
    display: block;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    opacity: 0.7;
    cursor: pointer;
}

span.wpcf7-not-valid-tip {
    color: red;
}

.screen-reader-response {
    display: none;
}

.recruit-text {
    max-width: 600px;
    margin: 3em auto;
    line-height: 1.6;
}

/* 
.recruit-form {
    border-top: solid 2px #b3b3b3;
    border-bottom: solid 2px #b3b3b3;
} */

span.wpcf7-list-item-label {
    margin-right: 10px;
}

.recruitformwrap {
    background: #fff;
    padding: 3em;
}


/* お問合せフォーム */

#FormTop {
    padding: 60px 10px;
}

#FormTop p {
    margin-top: 80px;
}


/* 共通部分 */

.test {
    display: none !important
}

* {
    padding: 0;
    margin: 0;
}

*,
:after,
:before {
    background-repeat: no-repeat;
    box-sizing: inherit;
}

body {
    background-color: #fff;
    color: #000;
    font-size: 0.875rem;
    box-sizing: border-box;
}


h1,
h2,
p {
    line-height: 1.6;
    letter-spacing: 0.1em;
}

.wpcf7-list-item {
    margin: 0;
}

span.wpcf7-form-control.wpcf7-radio {
    display: inline-flex;
}




/* ジョブリスト */

.JobList {
    max-width: 1200px;
    margin: auto;
    position: relative;
    margin-bottom: 100px;
}

.JobListLeft .JobListTitle {
    z-index: 0;
    position: relative;
    padding-left: 30px;
    width: 85%;
    transform: skew(-10deg);
    margin-bottom: -45px;
}

.JobListLeft .JobListTitle::before {
    content: "";
    display: block;
    width: 990vw;
    height: 100%;
    background-color: #B41D23;
    position: absolute;
    z-index: -1;
    top: 0;
    right: -20px;
}

.JobListRight .JobListTitle {
    z-index: 0;
    position: relative;
    padding-left: 170px;
    width: 100%;
    transform: skew(-10deg);
    margin-bottom: -45px;
}

.JobListRight .JobListTitle::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #B41D23;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 150px;
}

.JobListTitle h2 {
    font-size: 26px;
    color: #fff;
    text-align: right;
    transform: skewX(10deg);
}

.JobListTitle:hover {
    opacity: 0.7;
    transform: skew(-10deg);
    cursor: pointer;
}

.Sougou:hover,
.Web:hover {
    transform: skew(-11deg);
}

.SougouOpen::after {
    content: "＋";
    font-weight: bold;
}

.SougouClose::after {
    content: "－";
}

.WebOpen::after {
    content: "＋";
    font-weight: bold;
}

.WebClose::after {
    content: "－";
}

.Photo h2 {
    text-align: left;
}

.PhotoOpen::before {
    content: "＋";
    font-weight: bold;
}

.PhotoClose::before {
    content: "－";
}

.JobListOpen {
    max-width: 870px;
    margin: 45px auto 0;
    background: #fff;
    border: solid 20px #FAF9F4;
    padding: 30px;
}

.JobListOpen p {
    margin-bottom: 40px;
}

.JobListOpen p span {
    font-weight: 600;
    color: #B41D23;
}

.JobListOpen h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.Welfare {
    margin: auto;
    max-width: 1200px !important;
}

.Welfare .SectionTextBox {
    margin: 0;
}

.Welfare .SectionTextBox h2 {
    font-size: 22px;
}

.WelfareInnner {
    background: #fff;
    border: solid 20px #FAF9F4;
    padding: 20px;
    max-width: 1080px;
    margin: auto;
}

.WelfareInnner p {
    line-height: 2;
}

.WelfareInnner p span {
    color: #B41D23;
}

.Welfare h3 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 600;
}

@media only screen and (max-width:767px) {
    .JobListRight .JobListTitle {
        padding-left: 60px;
    }

    .JobListRight .JobListTitle::before {
        left: 40px;
    }

    .JobListTitle h2 {
        font-size: 20px;
    }
}


/* 求人応募フォーム */

.RecruitFormMain {
    max-width: 1200px;
    margin: auto;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 5px 10px;
}



/* ページネーション */

.page-template-news .pager {
    text-align: center;
    padding: 3em 1em 0;
}

.page-template-news .pager span {
    text-align: center;
    margin: 0.5em;
    padding: 0.5em;
    background: #EA0000;
    color: #fff;
    border: none;
    font-size: 20px;
}

.page-template-news .pager a {
    color: #303030;
    margin: 0.5em;
    background: #fff;
    padding: 0.5em;
    border: solid 1px #CECECE;
    font-size: 20px;
}

.page-numbers:hover {
    opacity: 0.7;
}



/* 送信完了メッセージ */

.wpcf7 form.sent .wpcf7-response-output {
    border: #e4e1da solid 1px;
    background: #faf9f4;
    text-align: center;
    margin: 1em 0.5em 1em;
    padding: 1.2em 1em;
}

.slide-items {
    list-style: none;
    position: relative;
    max-width: 980px;
    height: auto;
    padding-top: 46.333333%;
    overflow: hidden;
}

.slide-items img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 4s linear transform .4s;
    object-fit: cover;
}

.slide-items .zoom {
    transform: scale(1.05);
}


/* インスタ */

.Instagram p {
    text-align: center;
    padding: 1em 2em 0;
}

.instagram-text {
    margin-bottom: 3em;
    align-items: center;
    display: flex;
    justify-content: center;
}

.instagram-text h2 {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
}

@media only screen and (max-width:767px) {
    .instagram-text img {
        width: 20%;
        margin-bottom: 2em;
    }

    .instagram-text h2 {
        font-size: 24px;
    }

    .instagram-text {
        display: block;
        margin-bottom: 2em;
        text-align: center;
    }
}

#Job .JobList,
#Job .Welfare {
    margin-top: 70px;
}

.Interview .SectionInnerBlock:nth-of-type(1) {
    margin-bottom: 70px;
}

.RecruitList {
    max-width: 1080px !important;
    margin: auto;
    background: #FAF9F4;
}

.RecruitList .tabs ul {
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.RecruitList .tabs ul li {
    width: 33%;
    text-align: center;
}

.RecruitList .tabs ul li a {
    padding: 2em 0.1em;
    background: #f2f2f2;
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.RecruitList .tabs ul li a.active {
    background: #B41D23;
    color: #fff;
}

.panel {
    padding: 20px;
}

.Recruit-inner {
    padding: 2em;
    background: #fff;
}

.Recruit-inner h3 {
    font-size: 18px;
    margin-bottom: 0.5em;
    color: #B41D23;
}

.Recruit-inner p {
    margin-bottom: 2em;
}

@media only screen and (max-width:767px) {
    .panel {
        padding: 10px;
    }

    .WelfareInnner {
        border: solid 10px #FAF9F4;
    }

    .RecruitList .tabs ul li a {
        padding: 1em 0.1em;
    }

    .Recruit-inner {
        padding: 2em 1em;
    }

    .RecruitList .tabs ul li a {
        font-size: 16px;
    }
}


@media only screen and (max-width:375px) {

    .panel {
        padding: 10px 0;
    }

    .Recruit-inner {
        padding-right: 0;
        padding-left: 0;
    }
}




/* 新JOB LIST */
/* tab button */
.newrec__sec {
    max-width: 1080px;
    margin: auto;
    background: #FAF9F4;
}

.new__tab {
    background: #fff;
}

.new__tab__list {
    max-width: 620px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 16px;
}



/* .new__tab ul li:not(:last-child) {
    margin-bottom: 10px;
} */



.new__tab ul li a {
    border: 1px solid #B41D23;
    /* border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px; */
    font-size: 16px;
    font-weight: bold;
    color: #333;
    display: block;
    text-align: center;
    border-radius: 24px;
    padding: 12px 18px;
}

.new__tab ul li a.active {
    background: #B41D23;
    color: #fff;
}



.newrec__sec.tabs ul {
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.newrec__sec.tabs ul li {
    width: 33%;
    text-align: center;
}

.newrec__sec.tabs ul li a {
    padding: 2em 0.1em;
    background: #f2f2f2;
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}



/*タブ開閉内部*/
.recruit__content {
    border: 1px dotted #E4E1DA;
    max-width: 1000px;
    margin: 0 auto;
}

.recruit__listwrap {
    border-bottom: 1px dotted #E4E1DA;
}

.rec__list__flex {
    display: flex;
    justify-content: space-between;
}

.rec__textwrap {
    font-size: 14px;
    width: 75%;
    padding: 15px 10px;
}

.rec__text {
    margin-bottom: 0;
}

.rec__subttl {
    font-size: 14px;
    background: #FAF9F4;
    width: 25%;
    color: #000;
    padding: 15px 10px;
    line-height: 1.6;
}

.rec__text1 {
    margin-bottom: 15px;
}

.color__red {
    color: #B41D23;
}

.color__green {
    color: #008080;
}

.newrec-img__content {
    /* margin-top: 45px; */
    margin-bottom: 45px;
}

.newrec-img__inner {
    max-width: 740px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}

.newrec-img__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}


@media only screen and (max-width:767px) {

    .new__tab__list {
        justify-content: start;
        flex-wrap: wrap;
    }

    .new__tab ul li a {
        font-size: 14px;
        padding: 8px 16px;
    }

    .new__tab__list li:not(:last-child) {
        margin-bottom: 10px;
        margin-right: 10px;
    }

    /* .new__tab__list li:nth-child(odd) {
        margin-right: 20px;
    } */

    .rec__list__flex {
        display: block;
    }

    .rec__subttl {
        width: 100%;
    }

    .rec__textwrap {
        width: 100%;
    }
}



@media (max-width: 767px) {
    .newrec-img__wrap {
        display: block;
    }
}

.newrec-img__left {
    width: 30%;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .newrec-img__left {
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 375px) {
    .newrec-img__left {
        width: 100%;
    }
}

.newrec-img__right {
    width: 70%;
}

.newrec-img__head {
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .newrec-img__right {
        display: none;
    }
}

.newrec-img__text {
    font-size: 14px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .newrec-img__text {
        text-align: center;
    }
}


/* 新JOB LIST 終わり*/
/* tab button 終わり*/

/*  リキャプチャ 消す */

.grecaptcha-badge {
    display: none !important;
}


/* 撮影スタッフ求人LP */

/* 共通 */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap');

.page-template-lp {
    margin-top: 0;
    background: #f7f7ef;
    /* animation: none; */
    position: relative;
    overflow: hidden;
    overflow-y: visible;
    font-family: 'Noto Sans JP', sans-serif;
}

.LP-wrapper {
    width: 100%;
    overflow-x: hidden !important;
}

.LP-container {
    max-width: 1200px;
    margin: auto;
}


.page-template-lp section {
    overflow: initial;
    padding: 0 10px;
    overflow-x: clip;
}


.page-template-lp header,
.page-template-lp footer,
.page-template-lp .Instagram {
    display: none;
}


/* トップ */
.LP-top .LP-container {
    position: relative;
}

.LP-top .LP-container span {
    width: 1000px;
    height: 1000px;
    border-radius: 50%;
    background: #f3f3f3;
    display: block;
    position: absolute;
    z-index: -900;
    top: -740px;
    left: -390px;
    background: linear-gradient(90deg, rgba(255, 220, 46, 1) 0%, rgba(253, 219, 49, 1) 31%, rgba(115, 196, 119, 1) 66%, rgba(2, 177, 172, 1) 100%);
}

.LP-top .LP-container span:not(:first-of-type) {
    width: 900px;
    height: 980px;
    border-radius: 50%;
    background: #fff;
    display: block;
    position: absolute;
    z-index: -899;
    top: -750px;
    left: -360px;
}


.LP-top-h1 h1 {
    font-size: 64px;
    font-weight: 600;
    line-height: 1.4;
    padding: 25px 0;
}

.LP-top .LP-top-h1 {
    position: relative;
    z-index: 900;
    display: inline-block;
    color: #fff;
}

.LP-top .LP-top-h1::before {
    content: "";
    display: block;
    width: 200vh;
    height: 100%;
    background-color: #f3f3f3;
    position: absolute;
    z-index: -1;
    top: 0;
    right: -60px;
    border-radius: 0 130px 130px 0;
    background: linear-gradient(90deg, rgba(255, 135, 62, 1) 0%, rgba(255, 135, 62, 1) 55%, rgba(255, 94, 109, 1) 100%);
}

.LP-top-txt {
    margin: 20px 0 250px;
}

.LP-top-txt p {
    font-size: 30px;
    font-weight: 600;
}

.LP-top-img {
    position: absolute;
    z-index: 800;
    top: 0;
    right: 0;
}

/* 仕事内容 */
.LP-job {
    margin-top: 400px;
}

.LP-job .LP-container {
    position: relative;
}

.LP-job .LP-container>span {
    position: absolute;
    width: 750px;
    height: 750px;
    border-radius: 50%;
    background: #f3f3f3;
    z-index: -1;
    right: -60px;
    top: -130px;
    background: linear-gradient(40deg, rgba(255, 240, 165, 1) 0%, rgba(249, 240, 173, 1) 35%, rgba(201, 244, 227, 1) 70%, rgba(193, 244, 237, 1) 100%);
}

.LP-job .LP-container>span:nth-child(2) {
    top: 760px;
    width: 100px;
    height: 100px;
    right: 130px;
    background: #02b1ac;
}

.LP-job-txt {
    max-width: 1000px;
    margin: auto;
}

.LP-job-txt h2 {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
    color: #1b7486;
}

.LP-job-txt p {
    text-align: right;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: normal;
}

.LP-job-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    margin: auto;
}

.LP-job-list li {
    width: 31.5%;
    padding-left: 30px;
    position: relative;
}

.LP-job-list li:nth-child(2) {
    padding-top: 60px;
}

.LP-job-list li:nth-child(3) {
    padding-top: 120px;
}

.LP-job-list li img {
    border-radius: 20px;
}

.LP-job-list li h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0;
}

.LP-job-list li span {
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: #dddbdb;
    z-index: -1;
    left: -10px;
    bottom: 50px;
    background: linear-gradient(39deg, rgba(251, 201, 28, 1) 0%, rgba(240, 107, 30, 1) 100%);
}

.LP-job-list li:nth-child(2) span {
    bottom: -10px;
}

.LP-job-list li:nth-child(3) span {
    bottom: -70px;
}

/* こんな人におすすめ */
.LP-recommend {
    margin-top: 220px;
}

.LP-recommend .LP-container {
    position: relative;
}

.LP-recommend .LP-container>span {
    position: absolute;
    width: 1200px;
    height: 1140px;
    border-radius: 80% 50%;
    background: #fff;
    z-index: -2;
    top: -160px;
}

.LP-recommend h2 {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
    color: #ff5f6a;
}

.LP-recommend-txt ul li {
    display: flex;
    align-items: center;
    width: 70%;
    margin-bottom: 50px;
}

.LP-recommend-txt picture {
    max-width: 320px;
}

.LP-recommend-txt p {
    padding-left: 50px;
    font-size: 16px;
}

.LP-recommend-txt ul li:first-child {
    margin-left: 30%;
}

.LP-recommend-txt ul li:nth-child(2) {
    margin-left: 12%;
}

.LP-recommend-txt ul li:nth-child(3) {
    margin-left: 20%;
}

.LP-recommend-txt ul li h3 {
    background: #f3f3f3;
    padding: 3em 4em;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    margin-right: 30px;
    color: #fff;
    background: linear-gradient(90deg, rgba(15, 183, 158, 1) 0%, rgba(174, 205, 76, 1) 100%);
}

.LP-recommend-txt ul li:nth-child(2) h3 {
    background: rgb(2, 174, 176);
    background: linear-gradient(105deg, rgba(2, 174, 176, 1) 0%, rgba(36, 183, 154, 1) 80%, rgba(110, 194, 119, 1) 100%);
}

.LP-recommend-txt ul li:nth-child(3) h3 {
    background: rgb(41, 182, 150);
    background: linear-gradient(105deg, rgba(41, 182, 150, 1) 0%, rgba(148, 200, 99, 1) 56%, rgba(244, 222, 38, 1) 100%);
}

/* 取り扱いジャンル */
.LP-genre {
    margin-top: 300px;
}

.LP-genre .LP-container {
    position: relative;
}

.LP-genre .LP-container>span {
    position: absolute;
    width: 1000px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #dddbdb;
    z-index: -1;
    right: -200px;
    top: -100px;
    background: linear-gradient(0deg, rgba(251, 201, 28, 1) 0%, rgba(240, 107, 30, 1) 100%);
}

.LP-genre .LP-container>span:nth-child(2) {
    left: -200px;
    top: 70px;
    z-index: -3;
    background: linear-gradient(180deg, rgba(255, 199, 32, 1) 0%, rgba(240, 198, 38, 1) 30%, rgba(106, 187, 111, 1) 60%, rgba(0, 176, 173, 1) 70%);
}

.LP-genre .LP-container>span:nth-child(3) {
    left: -265px;
    top: 730px;
    z-index: -2;
    background: #F7F7EF;
    width: 1200px;
}

.LP-genre h2 {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
    color: #1b7486;
}

.LP-genre-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.LP-genre-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 48.5%;
}

.LP-genre-list ul:first-child {
    margin-top: 80px;
}


.LP-genre-list ul li {
    width: 48.5%;
    margin-bottom: 50px;
}

.LP-genre-list ul li h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
}

.LP-genre-list ul li img {
    border-radius: 20px;
}

.LP-genre-list ul p {
    text-align: center;
    width: 100%;
    margin-top: 50px;
    font-weight: 600;
    font-size: 18px;
}

/* 1日の流れ */

.LP-1day {
    margin-top: 250px;
}

.LP-1day-sp {
    display: none;
}

.LP-1day .LP-container {
    position: relative;
}

.LP-1day .LP-container>span {
    position: absolute;
    width: 800px;
    height: 600px;
    border-radius: 50% 55%;
    background: #ede8e2;
    display: block;
    z-index: -2;
    left: 200px;
}

.LP-1day .LP-container>span:nth-child(2) {
    background: #F7F7EF;
    left: 150px;
    height: 560px;
    top: 20px;
}

.LP-1day-ttl {
    background: #fe7620;
    display: inline-block;
    color: #fff;
    padding: 120px 100px 100px 120px;
    border-radius: 60% 40%;
    position: absolute;
    top: 115px;
    z-index: 1;
}

.LP-1day-ttl h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.LP-1day ul li h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background: #fed734;
    display: inline-block;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    line-height: 150px;
}

.LP-1day ul li {
    display: flex;
    position: absolute;
    align-items: center;
}

.LP-1day ul li p {
    width: calc(100% - 150px);
    padding: 0 20px;
    font-weight: 600;
}

.LP-1day ul li:first-child {
    left: 260px;
    top: -20px;
}

.LP-1day ul li:nth-child(2) {
    top: -70px;
    left: 600px;
}

.LP-1day ul li:nth-child(2) h3 {
    background: #ffb262;
}

.LP-1day ul li:nth-child(3) {
    left: 590px;
    top: 110px;
    flex-direction: row-reverse;
}

.LP-1day ul li:nth-child(3) h3 {
    background: #ff8f8e;
}

.LP-1day ul li:nth-child(4) {
    left: 640px;
    top: 345px;
    flex-direction: row-reverse;
}

.LP-1day ul li:nth-child(4) h3 {
    background: #ff8f8e;
}

.LP-1day ul li:nth-child(5) {
    left: 280px;
    top: 460px;
}

.LP-1day ul li:nth-child(5) h3 {
    background: #ffac6a;
}

/* メッセージ */

.LP-message {
    margin-top: 200px;
}

.LP-message h2 {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 120px;
    color: #1b7486;
}

.LP-message ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
}

/* .LP-message-list-top {
    margin-right: auto;
    margin-bottom: 40px;
}

.LP-message-list-bottom {
    margin-left: auto;
} */


.LP-message ul li {
    width: 31.5%;
    background: #02b1ac;
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 100px;
}


.LP-message-list li:nth-child(2) {
    background: #ec6d1e;
}

.LP-message-list li:nth-child(3) {
    background: #efba1c;
}


.LP-message ul li img {
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-bottom: 20px;
}

.LP-message ul li h3 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
}

.LP-message ul li p {
    color: #fff;
    font-size: 16px;
}

/* 募集要項 */

.LP-request {
    margin-top: 200px;
}

.LP-request .LP-container {
    position: relative;
}

.LP-request .LP-container>span {
    position: absolute;
    width: 1500px;
    height: 1500px;
    border-radius: 50%;
    z-index: -1;
    left: 50%;
    top: -60px;
    background: linear-gradient(180deg, rgba(255, 222, 125, 1) 0%, rgba(255, 221, 134, 1) 40%, rgba(255, 212, 169, 1) 50%, rgba(255, 204, 209, 1) 100%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.LP-request h2 {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
    color: #ff5f6a;
}

.LP-request-inner {
    background: #fff;
    border-radius: 20px;
    max-width: 800px;
    margin: auto;
    padding: 25px 50px;
}

.LP-request-inner li {
    display: flex;
    padding: 25px 0;
    border-bottom: solid 1px gray;
}

.LP-request-inner li:last-child {
    border-bottom: none;
}

.LP-request-inner li h3 {
    width: 30%;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

/* 選考フロー */
.LP-flow {
    margin-top: 100px;
}

.LP-flow h2 {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
    color: #1b7486;
}

.LP-flow img {
    margin: auto;
    max-width: 800px;
    display: block;
}



/* Q&A */
.LP-faq {
    margin-top: 100px;
}

.LP-faq .LP-container {
    background: #fff;
    border-radius: 50%;
    aspect-ratio: 1/1;
    opacity: 0.7;
    padding: 150px 0;
    max-width: 1000px;
    margin: auto;
}

.LP-faq h2 {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
    color: #ff5f6a;
}

.LP-faq dl {
    max-width: 800px;
    padding: 2em 3em;
    margin-bottom: 0;
    margin: auto;
}

.LP-faq dl dt {
    display: flex;
    position: relative;
    padding: 2em 2em 1em 0.8em;
    font-size: 16px;
    font-weight: normal;
}

.LP-faq dl dd {
    display: flex;
    background: #efefef;
    padding: 0.8em;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0.8em;
}

.LP-faq dl dt:not(:first-of-type) {
    border-top: 1px solid #000;
}

.LP-faq dl dt::before {
    content: "Q.";
    color: #5ac2dd;
    margin-right: 0.4em;
    font-weight: bold;
}

.LP-faq dl dt::after {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.LP-faq dl dd::before {
    content: "A.";
    color: #d2585a;
    margin-right: 0.4em;
    font-weight: bold;
}

/* フォーム */
.LP-form {
    margin-top: 100px;
    z-index: 3;
    position: relative;
}

.LP-form h2 {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
    color: #1b7486;
}

.LP-form-txt {
    max-width: 750px;
    margin: auto;
}

.LP-form-txt span {
    margin-top: 20px;
    display: block;
}

.LP-form .recruit-form {
    border: none;
}

.LP-form dt {
    padding: 0 14px;
}

.LP-form dd p {
    background: linear-gradient(90deg, rgba(194, 247, 229, 1) 0%, rgba(220, 239, 217, 1) 30%, rgba(238, 230, 155, 1) 70%, rgba(254, 240, 167, 1) 100%);
    padding: 1px;
    border-radius: 5px;
}

.LP-bgn p {
    background: none !important;
}

.LP-form-txt {
    padding-bottom: 30px;
    border-bottom: solid 2px;
    border-image: linear-gradient(90deg, rgba(194, 247, 229, 1) 0%, rgba(220, 239, 217, 1) 30%, rgba(238, 230, 155, 1) 70%, rgba(254, 240, 167, 1) 100%);
    border-image-slice: 1;
    font-size: 16px;
}

.page-template-lp input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: linear-gradient(82deg, rgba(1, 176, 169, 1) 0%, rgba(47, 186, 153, 1) 50%, rgba(152, 213, 120, 1) 100%);
    font-size: 16px;
}


/* フッター */

.LP-footer {
    padding-top: 300px !important;
    margin-top: -200px;
    background: #ff8029;
    color: #fff;
}

.LP-footer .LP-container {
/*     position: relative; */
}

.LP-footer .LP-container>span {
    position: absolute;
    left: 50%;
    top: -1200px;
    z-index: 0;
    background: #F7F7EF;
    width: 2400px;
    height: 1200px;
    border-radius: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.LP-footer-logo {
    margin-bottom: 50px;
}

.LP-footer-logo h2 {
    width: 250px;
    margin-bottom: 20px;
    padding-top: 20px;
}

.LP-footer-logo a {
    color: #fff;
}

.LP-footer-copyright {
    text-align: center;
    padding: 2em 0;
}

@media only screen and (max-width:980px) {

    /* トップ */
    .LP-top-h1 {
        margin-top: 200px;
    }

    .LP-top-h1 h1 {
        font-size: 50px;
    }

    .LP-top-img {
        top: 0;
    }

    .LP-top-txt {
        margin: 20px 0 150px;
    }

    /* お仕事内容 */
    .LP-job {
        margin-top: 350px;
    }

    /* おすすめ */
    .LP-recommend-txt ul li {
        width: 100%;
    }

    .LP-recommend-txt ul li:first-child {
        margin-left: 20%;
    }

    .LP-recommend-txt ul li:nth-child(2) {
        margin-left: 0%;
    }

    .LP-recommend-txt ul li:nth-child(3) {
        margin-left: 15%;
    }

    /* ジャンル */
    .LP-genre .LP-container>span {
        width: 800px;
    }

    .LP-genre .LP-container>span:nth-child(3) {
        left: -370px;
    }

    /* メッセージ */
    .LP-message ul li {
        display: block;
    }

    .LP-message ul li img {
        width: 150px;
        height: 150px;
        margin: -100px 0 20px 0;
    }
}

@media only screen and (max-width:767px) {

    /* 共通 */
    .page-template-lp section {
        overflow-x: clip;
    }

    .LP-container {
        width: 100%;
        margin: auto;
    }

    /* トップ */
    .LP-top .LP-container span {
        width: 550px;
        height: 500px;
        top: -300px;
        left: -230px;
    }

    .LP-top .LP-container span:not(:first-of-type) {
        width: 540px;
        height: 510px;
        top: -330px;
        left: -250px;
    }

    .LP-top-txt p {
        font-size: 20px;
    }

    .LP-top-img {
        top: 100px;
        right: -40px;
    }

    .LP-top-h1 {
        margin-top: 200px;
    }

    .LP-top-h1 h1 {
        font-size: 28px;
    }

    /* 仕事内容 */
    .LP-job {
        margin-top: 280px;
    }

    .LP-job .LP-container>span {
        width: 500px;
        height: 500px;
        border-radius: 50%;
        right: -250px;
        top: 70px;
    }

    .LP-job-txt h2 {
        font-size: 24px;
    }

    .LP-job-txt p {
        text-align: left;
        font-weight: normal;
    }

    .LP-job-list li {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        align-items: start;
        justify-content: space-between;
        padding-top: 0 !important;
    }

    .LP-job-list li:not(:first-of-type) {
        margin-top: 50px;
    }

    .LP-job-list li:nth-child(2) {
        flex-direction: row-reverse;
    }

    .LP-job-list li img {
        width: 50%;
    }

    .LP-job-list li div {
        width: 47%;
        margin-top: 60px;
    }

    .LP-job-list li h3 {
        font-size: 18px;
    }

    .LP-job-list li div {
        position: relative;
    }

    .LP-job-list li span {
        width: 220px;
        height: 220px;
        bottom: -30px !important;
        left: -60px;
    }

    .LP-job-list li:nth-child(2) span {
        left: auto;
        right: -60px;
    }

    .LP-job-list li:nth-child(2) h3 {
        text-align: right;
    }

    /* こんな人におすすめ */
    .LP-recommend {
        margin-top: 160px;
    }

    .LP-recommend h2 {
        font-size: 24px;
    }

    .LP-recommend-txt {
        position: relative;
    }

    .LP-recommend-txt p {
        padding-left: 0;
    }

    .LP-recommend-txt span {
        position: absolute;
        width: 120%;
        height: 80%;
        background: #fff;
        z-index: -1;
        border-radius: 70% 40%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .LP-recommend-txt ul li {
        width: 100%;
        display: flex;
        justify-content: space-around;
        margin: 0 0 50px 0 !important;
    }

    .LP-recommend-txt ul li:nth-child(2) {
        flex-direction: row-reverse;
    }

    .LP-recommend-txt ul li picture {
        width: 38.5%;
    }

    .LP-recommend-txt ul li img {
        width: 100%;
    }

    .LP-recommend-txt ul li p {
        width: 54.5%;
    }

    /* 取り扱いジャンル */

    .LP-genre {
        margin-top: 150px;
    }

    .LP-genre h2 {
        font-size: 24px;
    }

    .LP-genre-list {
        display: block;
    }

    .LP-genre-list ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 80%;
    }

    .LP-genre-list ul:first-child {
        margin-left: auto;
    }

    .LP-genre-list-top,
    .LP-genre-list-bottom {
        position: relative;
    }

    .LP-genre-list-top span {
        position: absolute;
        width: 160%;
        aspect-ratio: 1/1;
        border-radius: 50%;
        z-index: -1;
        right: -40%;
        top: -25%;
        background: linear-gradient(0deg, rgba(251, 201, 28, 1) 0%, rgba(240, 107, 30, 1) 100%);
    }

    .LP-genre-list-bottom span {
        position: absolute;
        width: 160%;
        aspect-ratio: 1/1;
        border-radius: 50%;
        left: -40%;
        top: -10%;
        z-index: -3;
        background: linear-gradient(180deg, rgba(255, 199, 32, 1) 0%, rgba(240, 198, 38, 1) 30%, rgba(106, 187, 111, 1) 60%, rgba(0, 176, 173, 1) 70%);
    }

    .LP-genre-list ul li h3 {
        font-size: 16px;
    }

    .LP-genre-list ul p {
        margin-top: -20px;
        font-size: 14px;
    }

    /* 1日スケジュール */
    .LP-1day {
        margin-top: 120px;
    }

    .LP-1day-ttl {
        background: #fe7620;
        display: inline-block;
        color: #fff;
        padding: 60px 20px 50px 60px;
        border-radius: 60% 40%;
        position: absolute;
        top: 115px;
        left: -60px;
        z-index: 1;
        width: 250px;
    }

    .LP-1day-ttl h2 {
        font-size: 16px;
    }

    .LP-1day ul li h3 {
        color: rgb(255, 255, 255);
        font-size: 16px;
        font-weight: 600;
        display: inline-block;
        width: 80px;
        height: 80px;
        text-align: center;
        line-height: 80px;
        background: rgb(254, 215, 52);
        border-radius: 50%;
    }

    .LP-1day ul li p {
        padding: 0 0 0 10px;
        width: calc(100% - 80px);
    }

    .LP-1day ul li:first-child {
        left: 0;
        top: 35px;
    }

    .LP-1day ul li:nth-child(2) {
        top: 100px;
        left: 175px;
    }

    .LP-1day ul li:nth-child(3) {
        left: 195px;
        top: 220px;
        flex-direction: row;
    }

    .LP-1day ul li:nth-child(4) {
        left: 150px;
        top: 320px;
        flex-direction: row;
    }

    .LP-1day ul li:nth-child(5) {
        left: 0;
        top: 390px;
    }

    .LP-1day .LP-container>span {
        width: 285px;
        height: 420px;
        top: 40px;
        left: -50px;
    }

    .LP-1day .LP-container>span:nth-child(2) {
        left: -70px;
        height: 400px;
        top: 50px;
    }

    /* １日のスケジュール 520px～767px */
    .LP-1day-sp {
        margin-top: 200px;
    }

    .LP-1day-sp h2 {
        font-size: 24px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 60px;
    }



    .LP-1day-sp ul li {
        margin-left: -15px;
        margin-bottom: 50px;
    }

    .LP-1day-sp ul li:nth-last-of-type(even) {
        margin: 0 -15px 50px 0;
        text-align: right;
    }

    .LP-1day-sp ul li img {
        width: 90%;
        border-radius: 0 0 30px 0;
    }

    .LP-1day-sp ul li:nth-last-of-type(even) img {
        border-radius: 0 0 0 30px;
    }

    .LP-1day-sp ul li div {
        padding: 3px;
        background: linear-gradient(0deg, rgba(255, 164, 81, 1) 40%, rgba(253, 121, 116, 1) 100%);
        border-radius: 0 40px 40px 0;
    }

    .LP-1day-sp ul li:nth-last-of-type(even) div {
        border-radius: 40px 0 0 40px;
    }

    .LP-1day-sp ul li:nth-last-of-type(even) div p {
        flex-direction: row-reverse;
        border-radius: 40px 0 0 40px;
        text-align: left;
        padding-left: 25px;
        justify-content: space-between;
    }

    .LP-1day-sp ul li div p {
        background: #fff;
        border-radius: 0 40px 40px 0;
        display: flex;
        align-items: center;
        font-weight: 600;
    }

    .LP-1day-sp ul li div p span {
        color: #fff;
        font-weight: 600;
        background: linear-gradient(0deg, rgba(255, 164, 81, 1) 40%, rgba(253, 121, 116, 1) 100%);
        padding: 30px 20px;
        border-radius: 0 40px 40px 0;
        margin-right: 20px;
    }

    .LP-1day-sp ul li:nth-last-of-type(even) div p span {
        border-radius: 40px 0 0 40px;
        margin: 0 0 0 20px;
    }

    /* メッセージ */
    .LP-message {
        margin-top: 100px;
    }

    .LP-message h2 {
        font-size: 24px;
    }


    .LP-message ul li {
        width: 48.5%;
    }

    .LP-message ul li img {
        width: 150px;
        height: 150px;
    }



    /* 募集要項 */
    .LP-request h2 {
        font-size: 24px;
    }

    .LP-request-inner {
        padding: 25px 20px;
    }

    .LP-request-inner li {
        display: block;
    }

    .LP-request-inner li h3 {
        width: 100%;
        text-align: left;
        font-size: 16px;
        margin-bottom: 16px;
    }

    /* 選考フロー */
    .LP-flow img {
        width: 100%;
        max-width: 700px;
    }

    .LP-flow h2 {
        font-size: 24px;
    }

    /* Q&A */
    .LP-faq h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .LP-faq .LP-container {
        border-radius: 20px;
        padding: 50px 0;
        aspect-ratio: auto;
    }

    .LP-faq dl {
        padding: 1em;
    }

    /* フォーム */
    .LP-form h2 {
        font-size: 24px;
    }

    /* フッター */
    .LP-footer .LP-container>span {
        width: 1200px;
        top: -1280px;
    }

    .page-template-lp input.wpcf7-form-control.has-spinner.wpcf7-submit {
        width: 80%;
        padding: 1em;
        text-align: center;
    }

    .LP-footer-copyright {
        padding: 1em 0;
        font-size: 12px;
    }
}

@media only screen and (max-width:520px) {

    /* 共通 */
    .page-template-lp section {
        padding: 0 15px;
    }

    /* 仕事内容 */
    .LP-job {
        margin-top: 100px;
    }

    .LP-job-list li {
        display: block;
    }

    .LP-job-list li img {
        width: 100%;
    }

    .LP-job-list li div {
        width: 100%;
        margin-top: 0;
    }

    .LP-job-list li:nth-child(2) h3 {
        text-align: left;
    }

    .LP-job .LP-container>span {
        right: -160px;
        top: -40px;
        overflow: hidden;
    }

    .LP-job-list li span {
        width: 250px;
        height: 250px;
        background: linear-gradient(135deg, rgba(254, 156, 49, 1) 0%, rgba(255, 184, 68, 1) 35%, rgba(255, 212, 87, 1) 70%, rgba(255, 229, 98, 1) 100%);

    }

    .LP-job-txt h2 {
        color: #1b7486;
    }

    /* おすすめ */
    .LP-recommend h2 {
        color: #ff5f6a;
    }

    .LP-recommend-txt ul li {
        display: block;
    }

    .LP-recommend-txt ul li picture,
    .LP-recommend-txt ul li p {
        width: 100%;
        text-align: center;
    }

    .LP-recommend-txt ul li img {
        margin-bottom: 20px;
    }

    .LP-recommend-txt span {
        width: 200%;
        height: 120%;
    }

    /* ジャンル */
    .LP-genre h2 {
        color: #1b7486;
    }

    .LP-genre-list-top span {
        background: rgb(241, 253, 241);
        background: linear-gradient(319deg, rgba(241, 253, 241, 1) 0%, rgba(240, 255, 224, 1) 30%, rgba(212, 250, 227, 1) 100%);
        right: -60%;
    }

    .LP-genre-list-bottom span {
        background: #fbfadc;
        left: -60%;
    }


    .LP-genre-list ul {
        width: 100%;
    }

    .LP-genre-list ul:first-child {
        margin-top: 60px;
    }

    .LP-genre-list ul p {
        margin-top: 10px;
    }

    .LP-genre-list ul li h3 {
        color: #333;
        font-size: 14px;
    }


    /* 1日のスケジュール */
    .LP-1day {
        display: none;
    }

    .LP-1day-sp {
        margin-top: 100px;
        display: block;
    }

    .LP-1day-sp h2 {
        font-size: 24px;
        color: #ff5f6a;
        margin-bottom: 30px;
        font-weight: 600;
        text-align: center;
    }


    /* メッセージ */
    .LP-message {
        padding: 0 !important;
        margin-top: 120px;
    }

    .LP-message h2 {
        margin-bottom: 30px;
        color: #1b7486;
    }

    .LP-message ul,
    .LP-message ul li {
        width: 100%;
    }

    .LP-message ul li {
        display: flex;
        margin-bottom: 50px;
    }

    .LP-message ul li img {
        margin: 0;
    }

    .LP-message ul li div {
        width: calc(100% - 160px);
    }

    .LP-message ul li:nth-child(odd) {
        margin-left: -10px;
        border-radius: 0 20px 20px 0;
    }

    .LP-message ul li:nth-child(even) {
        margin-left: 10px;
        border-radius: 20px 0 0 20px;
        flex-direction: row-reverse;
    }

    .LP-message ul li h3 {
        font-size: 16px;
    }

    .LP-message ul li p {
        font-size: 14px;
    }

    /* .LP-message-list-top li:last-child,
    .LP-message-list-bottom li:last-child {
        margin-top: 40px;
    } */

    /* 募集要項 */
    .LP-request {
        margin-top: 150px;
    }

    .LP-request h2 {
        color: #ff5f6a;
    }

    /* 選考フロー */
    .LP-flow {
        margin-top: 120px;
    }

    .LP-flow h2 {
        color: #1b7486;
    }

    .LP-request .LP-container>span {
        width: 600px;
        height: 600px;
    }

    /* Q&A */
    .LP-faq h2 {
        color: #ff5f6a;
    }

    /* フッター */
    .LP-footer-logo {
        font-size: 12px;
    }

    .LP-footer-logo h2 {
        width: 200px;
    }

    .LP-footer-copyright {
        font-size: 10px;
    }
}

/* 求人web */
.seo-h2 {
    font-weight: bold;
    font-size: 22px;
    border-left: 10px solid #53b0c9;
    padding-left: 10px;
    padding-top: 3px;
    margin: 10px 0px 20px;
}

.seo-span {
    background: linear-gradient(transparent 60%, #ff6 60%);
    font-weight: bold;
}

.seo-h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.seo-ul {
    line-height: 2;
    margin-bottom: 20px;
    padding: 10px 20px;
    font-weight: bold;
}

.seo-ul li {
    list-style: cirlex;
}

/* 求人web 終わり */

/* 採用特設サイト */

body.page-template-recruitment {
    background: #fff;
    margin-top: 0;
    font-family: 'Noto Sans JP', sans-serif;
}

.page-template-recruitment h1,
.page-template-recruitment h2,
.page-template-recruitment p {
    line-height: normal;
    letter-spacing: normal;
}

.page-template-recruitment header,
.page-template-recruitment footer,
.page-template-recruitment .Instagram {
    display: none;
}

.page-template-recruitment .recruit-form {
    border: none;
}

.pd {
    padding: 80px 0;
}

.container {
    max-width: 1222px;
    margin: auto;
    padding: 0 15px;
}

/* 共通 */

.title {
    text-align: center;
    margin-bottom: 40px;
}

.title h2 {
    font-size: 48px;
    color: #303030;
    margin-bottom: 15px;
    font-weight: 600;
}

.title h2 span {
    color: #E7220F;
}

.title p {
    color: #3e3e3e;
    font-weight: 600;
}

.section-txt {
    margin-bottom: 60px;
}

.section-txt p {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    color: #303030;
}

@media only screen and (max-width:767px) {
    .section-txt p {
        font-size: 14px;
        text-align: left;
    }

    .job .section-txt p {
        text-align: center;
    }

    .job .section-txt {
        margin-bottom: 0;
    }

    .title h2 {
        font-size: 36px;
    }

    .pd {
        padding: 40px 0;
    }
}

/* 固定部分 */
.nav-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

.nav-bottom ul {
    display: flex;
    justify-content: space-between;
}

.nav-bottom ul li {
    width: 20%;
    background: #3E3E3E;
    text-align: center;
}

.nav-bottom ul li a {
    color: #fff;
    display: block;
    padding: 30px 0;
    font-size: 12px;
}

.nav-en-bg {
    background: #E7220F;
}

.nav-tp-bg {
    background: #808080;
}

.nav-tp-bg img {
    height: 12px;
    width: 24px;
}


.fixed-entry {
    position: fixed;
    z-index: 99;
    right: 15px;
    top: 25px;
}

.fixed-entry a {
    background: #E7220F;
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}

/* ヘッダー */
.header-pc {
    display: flex;
    justify-content: space-between;
    position: fixed;
    padding: 15px 30px;
    border-radius: 50px;
    z-index: 9999;
    background: #fff;
    /* max-width: 1100px; */
    width: 95%;
    top: 20px;
    box-sizing: border-box;
    align-items: center;
    box-shadow: 0 1px 2px 0 rgba(24, 44, 84, 0.1), 0 1px 3px 1px rgba(24, 44, 84, 0.1);
    height: 60px;
    inset: 0;
    margin: 20px auto;
}

.header-pc a:hover {
    opacity: 0.7;
}

.header-logo {
    width: 200px;
}

.header-nav,
.header-nav ul {
    display: flex;
}

.header-nav ul li {
    margin-right: 20px;
}

.header-nav ul li a {
    color: #3E3E3E;
    font-weight: 600;
}

.header-entry a {
    background: #E7220F;
    color: #fff;
    padding: 5px 16px 8px;
    border-radius: 20px;
}

.header-logo-sp {
    z-index: 9;
    position: relative;
    display: flex;
    align-items: center;
    top: 20px;
}

.header-logo-sp img {
    width: 200px;
    margin-right: 20px;
}

.header-logo-sp p {
    color: #fff;
}

/* MV フェード */

.mv {
    margin-bottom: 40px;
    position: relative;
}

.zoom-fade {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.zoom-fade img {
    width: 100%;
}

.zoom-fade__item {
    object-fit: cover;
}

.add-animation {
    animation: zoom-fade 10s both;
}

@keyframes zoom-fade {

    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }

}

.mv-ttl {
    position: absolute;
    bottom: 18%;
    right: 90px;
    text-align: right;
}

.mv-ttl img {
    width: 80%;
}


.sp-scr {
    position: absolute;
    bottom: 50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 150px;
}

@media only screen and (max-width:1050px) {
    .mv-ttl img {
        width: 50%;
    }
}

@media only screen and (max-width:767px) {
    .mv-ttl img {
        width: 86%;
        margin-left: auto;
    }

    .mv-ttl {
        bottom: 140px;
        right: 14px;
    }

    .mv {
        margin-top: -80px;
        height: 100vh;
        height: 100svh;
    }

    .zoom-fade.sp img {
        height: 100vh;
        width: 100%;
        object-fit: cover;
    }
}

/* アバウト */

.about .slick-initialized .slick-slide {
    display: block;
    margin: 15px;
    width: 270px;
}

.about-slide ul li img {
    border-radius: 7px;
}

@media only screen and (max-width:767px) {
    .about .slick-initialized .slick-slide {
        margin: 7px;
        width: 160px;
    }
}

/* メンバー紹介 */
.member-list ul {
    display: flex;
    justify-content: center;
}

.member-list ul li {
    width: 23.5%;
    margin-bottom: 2%;
    box-shadow: 0 1px 2px 0 rgba(24, 44, 84, 0.1), 0 1px 3px 1px rgba(24, 44, 84, 0.1);
    background: url(/img/recruitment/member/triangle.png)no-repeat;
    background-position: bottom 10px right 10px;
    margin-right: 2%;
}

.member-list ul li:last-child {
    margin-right: 0;
}

.member-list ul li:hover {
    transform: translateY(-8px);
    transition: 0.3s;
    cursor: pointer;
}

.member-info {
    padding: 15px 10px;
}

.member-info p {
    font-size: 20px;
    font-weight: 600;
    color: #303030;
    margin-bottom: 3px;
}

.member-info span {
    color: #303030;
    font-size: 12px;
}

.member-list-bottom {
    margin-left: auto;
}

.modal {
    padding: 200px 0;
}

.inner {
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: 0 20px;
}

@media only screen and (max-width:767px) {
    .member-list ul {
        width: 100%;
        flex-wrap: wrap;
        justify-content: start;
    }

    .member-list ul li {
        width: 48.5%;
        margin-bottom: 3%;
        margin-right: 3%;
    }
    .member-list ul li:nth-child(2) {
        margin-right: 0;
    }

    .member-info p {
        font-size: 16px;
    }

    .member-info span {
        font-size: 11px;
    }
}


/* モーダルを開くボタン */
.modal__trigger {
    cursor: pointer;
}

/* 閉じるボタン */
.close-btn p {
    background: #B41D23;
    color: #fff;
    border-radius: 20px;
    width: fit-content;
    margin: auto;
    padding: 8px 34px 11px;
    font-size: 16px;
    margin: 15px auto;
}

.close-btn p:hover {
    cursor: pointer;
}


/* モーダル本体 */
.modal__wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
}

.modal__layer {
    height: 100%;
    background: rgba(50, 50, 50, .85);
    cursor: pointer;
}

.modal__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(calc(97% - 5px), 1000px);
    height: calc(100% - 65px);
    padding: 20px;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(24, 44, 84, 0.1), 0 1px 3px 1px rgba(24, 44, 84, 0.1);
    border-radius: 20px;
}

.modal__inner {
    position: relative;
    overflow-y: scroll;
    height: 96%;
    padding: 80px 60px 20px;
}

@media only screen and (max-width:767px) {
    .modal__inner {
        height: 92%;
        padding: 40px 10px 10px;
    }
}

/* モーダルを閉じるボタン */
.modal__close {
    position: fixed;
    top: 33px;
    right: 33px;
    /* width: 44px; */
    /* height: 44px; */
    font-size: 32px;
    /* background: rgba(50, 50, 50, 1); */
    cursor: pointer;
    transition: opacity .6s;
    color: #303030;
}

.modal__close:hover {
    opacity: .6;
}

/* .modal__close:before,
.modal__close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    background: #fff;
    content: '';
}

.modal__close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
} */

/* モーダル内のコンテンツ */
.content::-webkit-scrollbar {
    display: none;
}

.modal__content {}

.modal__text {
    margin-top: 30px;
    line-height: 2.875;
}


.name {
    display: flex;
    align-items: baseline;
    border-bottom: solid #B3B3B3 1px;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

.name p {
    color: #303030;
    font-size: 28px;
    font-weight: 600;
    margin-right: 20px;
}

.name p span {
    color: #B41D23;
}

.name>span {
    color: #505050;
    font-size: 14px;
}

.left,
.right {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.int-txt {
    width: 65%;
}

.int-txt h3 {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.int-txt h3 span {
    color: #B41D23;
    font-size: 120%;
}

.int-txt p {
    line-height: 1.6;
    margin-bottom: 30px;
}

.int-img {
    width: 30%;
}

@media only screen and (max-width:767px) {
    .int-img {
        width: 100%;
        margin-bottom: 30px;
    }

    .int-txt {
        width: 100%;
    }

    .left,
    .right {
        margin-bottom: 0;
        flex-wrap: wrap;
    }

    .name {
        margin-bottom: 30px;
    }

    .right .int-txt {
        order: 1;
    }

    .int-txt h3 {
        font-size: 18px;
    }

    .name p {
        font-size: 20px;
    }

    .name>span {
        font-size: 12px;
    }
}




/* 募集職種 */

/* SP アコーディオン */

.ac-op p {
    background: #E7220F;
    color: #fff;
    padding: 15px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    margin-top: 20px;
}

.chevron-down::before {
    font-family: "Font Awesome 5 Free";
    content: '\f078';
    font-weight: 900;
    right: 35px;
    position: absolute;
    transition: 0.4s;
}

.chevron-down.rotate::before {
    transform: rotate(180deg);
    transition: 0.4s;
}

/* 新JOB LIST */
/* tab button */
.newrec__sec {
    max-width: 1080px;
    margin: auto;
    background: #fff;
    padding: 15px;
}

.new__tab {
    background: #fff;
}

.new__tab__list {
    max-width: 620px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 48px;
}



/* .new__tab ul li:not(:last-child) {
    margin-bottom: 10px;
} */



.new__tab ul li a {
    border: 1px solid #E7220F;
    /* border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px; */
    font-size: 16px;
    font-weight: bold;
    color: #333;
    display: block;
    text-align: center;
    border-radius: 24px;
    padding: 12px 18px;
}

.new__tab ul li a.active {
    background: #E7220F;
    color: #fff;
}



.newrec__sec.tabs ul {
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.newrec__sec.tabs ul li {
    width: 33%;
    text-align: center;
}

.newrec__sec.tabs ul li a {
    padding: 2em 0.1em;
    background: #f2f2f2;
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}



/*タブ開閉内部*/
.recruit__content {
    border: 1px dotted #DBD8D2;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.6;
}

.recruit__listwrap {
    border-bottom: 1px dotted #DBD8D2;
}

.rec__list__flex {
    display: flex;
    justify-content: space-between;
}

.rec__textwrap {
    font-size: 14px;
    width: 75%;
    padding: 15px 10px;
    box-sizing: border-box;
}

.rec__text {
    margin-bottom: 0;
}

.rec__subttl {
    font-size: 14px;
    background: #F5F5F5;
    width: 25%;
    color: #000;
    padding: 15px 10px;
    line-height: 1.6;
    box-sizing: border-box;
}

.rec__text1 {
    margin-bottom: 15px;
}

.color__red {
    color: #E7220F;
}

.color__green {
    color: #008080;
}

.newrec-img__content {
    /* margin-top: 45px; */
    margin-bottom: 45px;
}

.newrec-img__inner {
    max-width: 740px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}

.newrec-img__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}


@media only screen and (max-width:767px) {

    .new__tab__list {
        justify-content: start;
        flex-wrap: wrap;
        padding: 0 15px;
    }

    .new__tab ul li a {
        font-size: 14px;
        padding: 8px 16px;
    }

    .new__tab__list li:not(:last-child) {
        margin-bottom: 10px;
        margin-right: 10px;
    }

    /* .new__tab__list li:nth-child(odd) {
        margin-right: 20px;
    } */

    .rec__list__flex {
        display: block;
    }

    .rec__subttl {
        width: 100%;
    }

    .rec__textwrap {
        width: 100%;
    }
}



@media (max-width: 767px) {
    .newrec-img__wrap {
        display: block;
    }
}

.newrec-img__left {
    width: 30%;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .newrec-img__left {
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 375px) {
    .newrec-img__left {
        width: 100%;
    }
}

.newrec-img__right {
    width: 70%;
}

.newrec-img__head {
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .newrec-img__right {
        display: none;
    }
}

.newrec-img__text {
    font-size: 14px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .newrec-img__text {
        text-align: center;
    }
}


/* 新JOB LIST 終わり*/
/* tab button 終わり*/


/*  リキャプチャ 消す */

.grecaptcha-badge {
    display: none !important;
}


/* エントリー */
.entry {
    background: #F5F5F5;
}

.recruit-form {
    max-width: 840px;
    margin: auto;
}

.page-template-recruitment input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    border: solid 1px #B3B3B3;
    background: #fff;
    border-radius: 3px;
    padding: 8px 5px;
    box-sizing: border-box;
}


.page-template-recruitment .contact-forms {
    max-width: 840px;
    padding: 0;
}

.page-template-recruitment .contact-forms dt {
    margin-bottom: 10px;
}

.page-template-recruitment .contact-forms dt p {
    color: #303030;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.page-template-recruitment .contact-forms dd {
    margin-bottom: 15px;
    padding: 0.5em 0;
}

.page-template-recruitment input[type="radio"] {
    margin-top: -4px;
}

.page-template-recruitment span.wpcf7-list-item-label {
    margin-right: 16px;
    line-height: 2;
}

.page-template-recruitment span.recruit-file {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 10px;
}

.page-template-recruitment input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
    margin: 10px 0 0;
}

.page-template-recruitment span.wpcf7-form-control.wpcf7-radio {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}

.page-template-recruitment input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #E7220F;
    border: none;
    max-width: 840px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    display: inherit;
    margin: auto;
    text-align: center !important;
}

.page-template-recruitment form.wpcf7-form.init>p {
    text-align: center;
}

.page-template-recruitment form.wpcf7-form.init>p:hover {
    opacity: 0.7;
}

.page-template-recruitment span.check {
    color: #DB1818;
    font-size: 12px;
}

.page-template-recruitment .wpcf7-response-output {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
}

.page-template-recruitment span.wpcf7-not-valid-tip {
    margin-top: 5px;
    display: block;
    color: red;
}

.page-template-recruitment .screen-reader-response {
    display: none;
}


/* フッター */
.footer {
    background: #303030;
    color: #fff;
    font-weight: 200;
}

.footer-inner {
    line-height: 1.6;
    padding: 60px 0 30px;
}

.footer-inner p {
    font-size: 14px;
    color: #fff !important;
}

.copyright {
    text-align: center;
    padding: 15px 0;
    border: none;
}

.copyright p {
    font-size: 10px;
    white-space: nowrap;
}

@media only screen and (max-width:767px) {
    .footer {
        padding-bottom: 72px;
    }
}