* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all;
    border-spacing: 0;
    border-collapse: collapse;
    text-indent: initial;
    text-decoration: none;
    line-height: 2em;
    margin: 0;
    list-style: none;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
    color: #4E4E4E;
}
img {
    vertical-align: middle;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    max-width: 100%;
    width: 100%;
    height: auto;
}
figure img {
    width: inherit;
}
a img:hover {
    opacity: 0.7;
}
@media (max-width: 767px) {
    .pc-only {
        display: none !important;
    }
}

@media (min-width: 767px) {
    .sp-only {
        display: none !important;
    }
}

section {
    padding: 60px 0;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
}
@media (max-width:768px){
    .container {
        padding:0 20px;
    }
}

/* ナビ */
.nav {
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0;
    right: -100%;
    z-index: 50;
}

.nav__bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    cursor: pointer;
}

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

.nav__wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 460px;
    height: 100vh;
    padding-bottom: 30px;
    overflow: auto;
    background: #F4D216;
}
@media (max-width: 767px) {
    .nav__wrap {
        width: 100%;
        height: 100vh;
        padding-bottom: 70px;
        overflow-y: scroll;
    }
}

.nav-btn {
    display: block;
    position: relative;
    cursor: pointer;
    width: 60px;
    height: 60px;
    z-index: 99999999;
}

.nav-btn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 17px;
    height: 3px;
    border-radius: 2px;
    background: #ED713C;
    width: 50%;
}

.nav-btn span:nth-of-type(1) {
    top: 16px;
}

.nav-btn span:nth-of-type(2) {
    top: 28px;
}

.nav-btn span:nth-of-type(3) {
    top: 41px;
}

.nav-btn.is-active span:nth-of-type(1) {
    top: 27px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}

.nav-btn.is-active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
}

.nav-btn.is-active span:nth-of-type(3) {
    top: 40px;
    left: 17px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}


@media (max-width: 767px) {
    .nav__items {
        margin-top: 0;
        padding-top: 80px;
        width: 290px;
        margin: 0 auto;
    }
}

.nav__items ul {
    list-style: none;
    padding: 15px 0 0 0;
}

.nav__items ul li a {
    display: block;
    padding: 10px;
    font-size: 1rem;
    color: #4E4E4E;
    border-bottom: 1px solid #4E4E4E;
}

@media (max-width: 767px) {
    .nav__items ul li a {
        background-size: 100% auto;
    }
}

@media (min-width: 769px) {
    .nav__items ul li a:hover {
        -webkit-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=percentage(70))";
        zoom: 1;
    }
}

.nav__items ul li a.has_under ul.sub-menu {
    padding-top: 0;
    margin-right: 10px;
    margin-left: 30px;
}

.nav__items ul li a.has_under ul.sub-menu li a {
    background: #4E4E4E;
    color: #4E4E4E;
    font-size: 2rem;
}

.nav__items ul ul {
    margin-top: 0;
    padding-top: 0;
}

.nav__items ul ul li a {
    border-bottom: 1px dotted #4E4E4E;
    text-indent: 1em;
}

/* 見出し */
h2{
    line-height: 1.5;
}
h2 span {
    display: block;
}
.headding-culture{
    width: 100%;
    height: 260px;
    background-color: #ED713C;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
    position: relative;
    overflow: hidden;
}
.headding-culture:after{
    content: '';
    background-image: url(/wp-content/uploads/contents/recruit_icon_01.png);
    width: 260px;
    height: 100%;
    background-size: contain;
    position: absolute;
    right: -50px;
    background-repeat: no-repeat;
}
.headding-culture h2,
.headding-project h2,
.headding-interview h2,
.headding-deta h2,
.headding-recruitment h2,
.headding-requirments h2,
.headding-contact h2 {
    color: #fff;
}
.headding-culture h2 span{
    font-size: 4rem;
    color: #FFF;
    text-align: center;
    font-family: "Syne", sans-serif;
    font-weight: bold;
}
.headding-project {
    width: 100%;
    height: 260px;
    background-color: #FE982E;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.headding-project:after {
    content: '';
    background-image: url(/wp-content/uploads/contents/recruit_icon_02.png);
    width: 260px;
    height: 100%;
    background-size: contain;
    position: absolute;
    right: -50px;
    background-repeat: no-repeat;
}
.headding-project h2 span {
    font-size: 4rem;
    color: #FFF;
    text-align: center;
    font-family: "Syne", sans-serif;
    font-weight: bold;
}

.headding-interview {
    width: 100%;
    height: 260px;
    background-color: #FEAE2E;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.headding-interview:after {
    content: '';
    background-image: url(/wp-content/uploads/contents/recruit_icon_03.png);
    width: 260px;
    height: 100%;
    background-size: contain;
    position: absolute;
    right: -50px;
    background-repeat: no-repeat;
}
.triangle-A {
    position: relative;
    height: 50px;
}
.triangle-A:before {
    content: '';
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    width: 100%;
    height: 50px;
    background-color: #F4D216;
    position: absolute;
    top: 0;
}
.headding-interview h2 span {
    font-size: 4rem;
    color: #FFF;
    text-align: center;
    font-family: "Syne", sans-serif;
    font-weight: bold;
}

.headding-deta {
    width: 100%;
    height: 260px;
    background-color: #F4D216;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.headding-deta:after {
    content: '';
    background-image: url(/wp-content/uploads/contents/recruit_icon_04.png);
    width: 260px;
    height: 95%;
    background-size: contain;
    position: absolute;
    right: -50px;
    background-repeat: no-repeat;
}
.headding-deta h2 span {
    font-size: 4rem;
    color: #FFF;
    text-align: center;
    font-family: "Syne", sans-serif;
    font-weight: bold;
}
.headding-recruitment {
    width: 100%;
    height: 300px;
    background-color: #AACF52;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.headding-recruitment:after {
    content: '';
    background-image: url(/wp-content/uploads/contents/recruit_icon_06.png);
    width: 260px;
    height: 95%;
    background-size: contain;
    position: absolute;
    right: -50px;
    background-repeat: no-repeat;
}
.headding-recruitment h2 span {
    font-size: 4rem;
    color: #FFF;
    text-align: center;
    font-family: "Syne", sans-serif;
    font-weight: bold;
}
.headding-requirments {
    width: 100%;
    height: 260px;
    background-color: #CCD73B;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
}
.headding-requirments:after {
    content: '';
    background-image: url(/wp-content/uploads/contents/recruit_icon_05.png);
    width: 260px;
    height: 95%;
    background-size: contain;
    position: absolute;
    right: -50px;
    background-repeat: no-repeat;
}

.headding-requirments h2 span {
    font-size: 4rem;
    color: #FFF;
    text-align: center;
    font-family: "Syne", sans-serif;
    font-weight: bold;
}
.headding-contact {
    width: 100%;
    padding: 60px 0 110px 0;
    background-color: #78BD54;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    flex-direction: column;
}
.headding-contact h2 {
    position: relative;
    margin-bottom: 2em;
    padding: 0 8% 80px;
    line-height: 1;
}
.headding-contact h2:after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/contents/contact_img_01.png);
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 20px;
    background-repeat: no-repeat;
}
.headding-contact h2 span {
    font-size: 3.5rem;
    color: #FFF;
    text-align: center;
    font-family: "Syne", sans-serif;
    font-weight: bold;
}
.headding-contact:after {
    content: '';
    background-image: url(/wp-content/uploads/contents/contact_img_02.png);
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: -1px;
    background-repeat: no-repeat;
}
@media (max-width:768px){
    .headding-culture,
    .headding-project,
    .headding-interview,
    .headding-deta,
    .headding-recruitment,
    .headding-requirments {
        height: 170px;
    }
    .headding-culture:after,
    .headding-project:after,
    .headding-interview:after,
    .headding-deta:after,
    .headding-recruitment:after,
    .headding-requirments:after {
        width: 140px;
        height: 60%;
    }
    .headding-culture h2 span,
    .headding-project h2 span,
    .headding-interview h2 span,
    .headding-deta h2 span,
    .headding-recruitment h2 span,
    .headding-requirments h2 span,
    .headding-contact h2 span{
        font-size: 2rem;
    }
    .headding-culture h2,
    .headding-project h2,
    .headding-interview h2,
    .headding-deta h2,
    .headding-recruitment h2,
    .headding-requirments h2 {
        font-size: 1rem;
    }
    .headding-contact h2 span {

    }
    .headding-contact h2 {
        font-size: 1rem;
        padding: 0 8% 50px;
    }
}

/* ヘッダー */
header {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    padding: 10px;
}
.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 25px;
    background-color: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 80px;
    border-radius: 50px;
}
.header-wrap a {
    flex: 1;
    display: inline-block;
    max-width: 420px;
}

.top-nav {
    display: flex;
    gap: 10px;
    font-size: 20px;
}
.top-nav a{
    color: #4E4E4E;
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    font-family: "Zen Maru Gothic", sans-serif;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}

.top-nav a:before{
    background: #78BD54;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0, 1);
    transition: transform .3s;
}
.top-nav a:hover:before {
    transform: scale(1, 1);
    transform-origin: center top;
}
@media (max-width:768px) {
    .header-wrap {
        height: 60px;
    }
}

/* TOPアンカーリンク */
.page-link {
    display: flex;
    justify-content: space-between;
    gap: 30px 10px;
    padding: 0 20px;
}
.page-link li{
    width: 18%;
    position: relative;
}
@media (max-width:1300px) {
    .page-link {
        flex-wrap: wrap;
        justify-content: center;
    }
    .page-link li {
        width: 30%;
        position: relative;
    }
}
@media (max-width:768px) {
    .page-link {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 30px 10px;
    }
    .page-link li {
        width: 48%;
        font-size: 14px;
    }
    .page-link li:nth-child(7){
        width: 100%;
    }
}
.page-link li:before {
    content: '▼';
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translate(-50%);
}
.page-link li:nth-child(1):before {
    color: #ED713C;
}
.page-link li:nth-child(2):before {
    color: #FE982E;
}
.page-link li:nth-child(3):before {
    color: #FEAE2E;
}
.page-link li:nth-child(4):before {
    color: #F4D216;
}
.page-link li:nth-child(5):before {
    color: #CCD73B;
}
.page-link li:nth-child(6):before {
    color: #AACF52;
}
.page-link li:nth-child(7):before {
    color: #78BD54;
}
.page-link li a{
    padding: 20px 0;
    position: relative;
    text-align: center;
    border-radius: 20px;
    display: block;
    color: #fff;
    cursor: pointer;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    overflow: hidden;
    transition-duration: .4s;
    z-index: 2;
    font-weight: bold;
}
.page-link li a span{
    display: block;
    font-family: "Syne", sans-serif;
    font-weight: bold;
    color: #fff;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.page-link li:nth-child(1) a{
    background-color: #ED713C;
    border: 3px solid #ED713C;
}
.page-link li:nth-child(2) a{
    background-color: #FE982E;
    border: 3px solid #FE982E;
}
.page-link li:nth-child(3) a{
    background-color: #FEAE2E;
    border: 3px solid #FEAE2E;
}
.page-link li:nth-child(4) a{
    background-color: #F4D216;
    border: 3px solid #F4D216;
}
.page-link li:nth-child(5) a{
    background-color: #CCD73B;
    border: 3px solid #CCD73B;
}
.page-link li:nth-child(6) a{
    background-color: #AACF52;
    border: 3px solid #AACF52;
}
.page-link li:nth-child(7) a{
    background-color: #78BD54;
    border: 3px solid #78BD54;
}

.page-link li a:after {
    background: #FFF;
    border-radius: 50%;
    content: "";
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: -1;
    transform: translateY(-50%) scale(0.1);
    transition: opacity .5s, transform 0s;
    transition-delay: 0s, .4s;
}
.page-link li:nth-child(1) a:hover,
.page-link li:nth-child(1) a:hover span {
    color: #ED713C;
}
.page-link li:nth-child(2) a:hover,
.page-link li:nth-child(2) a:hover span {
    color: #FE982E;
}
.page-link li:nth-child(3) a:hover,
.page-link li:nth-child(3) a:hover span {
    color: #FEAE2E;
}
.page-link li:nth-child(4) a:hover,
.page-link li:nth-child(4) a:hover span {
    color: #F4D216;
}
.page-link li:nth-child(5) a:hover,
.page-link li:nth-child(5) a:hover span {
    color: #CCD73B;
}
.page-link li:nth-child(6) a:hover,
.page-link li:nth-child(6) a:hover span {
    color: #AACF52;
}
.page-link li:nth-child(7) a:hover,
.page-link li:nth-child(7) a:hover span {
    color: #78BD54;
}
.page-link li:nth-child(1) a:hover:before {
    color: #ED713C;
}
.page-link li:nth-child(2) a:hover:before {
    color: #FE982E;
}
.page-link li:nth-child(3) a:hover:before {
    color: #FEAE2E;
}
.page-link li:nth-child(4) a:hover:before {
    color: #F4D216;
}
.page-link li:nth-child(5) a:hover:before {
    color: #CCD73B;
}
.page-link li:nth-child(6) a:hover:before {
    color: #AACF52;
}
.page-link li:nth-child(7) a:hover:before {
    color: #78BD54;
}
.page-link li a:hover:after {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity .8s, transform .6s ease-in-out;
}

.pagetitle {
    position: relative;
    padding: 2em 0.5em;
    background-color: #fff;
    background-image: url(/wp-content/uploads/contents/sv_recruit.jpg);
    background-size: cover;
    background-position: top;
    height: 530px;
    display: flex;
    align-items: center;
}
.pagetitle p {
    font-family: "Syne", sans-serif;
    font-size: 5rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    text-shadow: 1px 1px 25px rgba(0, 0, 0, 0.6);
}
.pagetitle p span{
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
}
@media (max-width:768px) {
.pagetitle {
        background-image: url(/wp-content/uploads/contents/sv_recruit_sp.jpg);
        height: 400px;
    }
.pagetitle p {
    font-size: 4rem;
}

.pagetitle p span {
    font-size: 1rem;
}
}
.main-wrap {
    height: 680px;
    position: sticky;
    top: 80px;
    display: flex;
    gap: 40px;
}

.left-image {
    height: 100%;
    width: 100%;
    background-image: url(/wp-content/uploads/contents/recruit_img_01.jpg);
    background-size: cover;
    background-position: center;
    flex: 1;
    border-radius: 0 20px 20px 0;
}

.main-content {
    max-width: 800px;
    background-color: rgba(229, 211, 111, 0.2);
    padding: 50px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.main-content:after {
    content: '';
    position: absolute;
    bottom: -15px;
    width: 100%;
    left: 0;
    height: 100px;
    filter: blur(20px);
    z-index: 1;
    background: #faf6e2;
}
.main-content-inner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 80px;
}

.main-content-inner:before {
    content: '';
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    height: 100px;
    position: sticky;
    display: block;
    top: 0;
    margin-left: calc(100% - 100px);
    z-index: 1;
    background-image: url(/wp-content/uploads/contents/impact-result_icon_01.png);
}

.main-content-inner p {
    font-family: "Zen Maru Gothic", sans-serif;
    position: relative;
    z-index: 1;
}

.main-headding {
    font-size: 1.4rem;
    margin-bottom: 2em;
    font-family: "Zen Maru Gothic", sans-serif;
    position: relative;
    z-index: 1;
}

.main-headding span {
    font-size: 2rem;
    font-family: "Zen Maru Gothic", sans-serif;
}

.right-image {
    height: 100%;
    width: 100%;
    background-image: url(/wp-content/uploads/contents/recruit_img_02.jpg);
    background-size: cover;
    background-position: center;
    flex: 1;
    border-radius: 20px 0 0 20px;
}

@media (max-width:820px) {
    .main-wrap {
        flex-direction: column;
        gap: 30px;
    }
    .main-content {
        padding: 20px;
    }
    .main-headding {
        font-size: 1.0rem;
        margin-top: -50px;

    }
    .main-headding span {
        font-size: 1.4rem;
    }
    .left-image {
        height: 150px;
        flex: none;
        border-radius: 20px;
    }
    .right-image {
        height: 150px;
        flex: none;
        border-radius: 20px;
    }
}

/* 社風 */
section.culture {
    padding: 0 0 160px 0;
}
.culture-wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.culture-left {
    width: 330px;
    position: relative;
}
.culture-left .img01 {
    content: '';
    position: absolute;
    width: 80%;
    top: 5%;
}
.culture-left .img02 {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 5%;
}
.culture-content {
    max-width: 800px;
}
.culture-content p{
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
}
.culture-right {
    width: 330px;
    position: relative;
}
.culture-right .img01 {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 20%;
}
.culture-sp-img {
    display: none;
}
@media (max-width:768px) {
    section.culture {
        padding: 0 0 100px 0;
    }
    .culture-content {
        width: 100%;
    }
    .culture-sp-img {
        display: block;
        margin-top: 30px;
    }
    .culture-content p {
        text-align: left;
    }
    .culture-left,
    .culture-right {
        display: none;
    }
}

/* プロジェクト */
#project01,
#project02,
#project03,
#project04,
#project05,
#project06,
#project07 {
    padding-top: 100px;
    margin-top: -100px;
}
section.project {
    padding: 0;
    position: relative;
    background-color: #FE982E;
}
section.project p{
    font-family: "Zen Maru Gothic", sans-serif;
}
.frame-top {
    position: relative;
}
.frame-top:before {
    content: '';
    position: absolute;
    bottom: -1px;
    background-image: url(/wp-content/uploads/contents/team_frame_01.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 134px;
}
.frame-bottom {
    position: relative;
    background-color: #FEAE2E;
    z-index: 1;
    height: 100px;
}
.frame-bottom img{
    position: absolute;
    top: -2px;
}
.project-inner {
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
}
.project-wrap {
    display: flex;
    gap: 40px;
    padding: 30px 40px 80px 0;
}
.project-nav {
    width: 400px;
}
.project-nav ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 100px;
}
.project-nav ul li a{
    text-align: center;
    border: 2px solid #FFF;
    border-radius: 0 100px 100px 0;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    font-family: "Syne", sans-serif;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    z-index: 2;
    transition: all .4s;
}
.project-nav ul li span{
    display: block;
    position: relative;
    padding-left: 40px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.4rem;
    color: #fff;
}
.project-nav ul li span:before{
    position: absolute;
    content: "01";
    font-weight: 0;
    font-size: 1.5rem;
    left: 0;
    top: 0;
    font-family: "Titan One", sans-serif;
    color: #fff;
}
.project-nav ul li:nth-child(2) span:before {
    content: "02";
}
.project-nav ul li:nth-child(3) span:before {
    content: "03";
}
.project-nav ul li:nth-child(4) span:before {
    content: "04";
}
.project-nav ul li:nth-child(5) span:before {
    content: "05";
}
.project-nav ul li:nth-child(6) span:before {
    content: "06";
}
.project-nav ul li:nth-child(7) span:before {
    content: "07";
}
.project-nav ul li a:after {
    background: #FFF;
    border-radius: 50%;
    content: "";
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: -1;
    transform: translateY(-50%) scale(0.1);
    transition: opacity .5s, transform 0s;
    transition-delay: 0s, .4s;
}

.project-nav ul li:nth-child(1) a:hover,
.project-nav ul li:nth-child(1) a:hover span,
.project-nav ul li:nth-child(1) a:hover span:before {
    color: #ED713C;
}

.project-nav ul li:nth-child(2) a:hover,
.project-nav ul li:nth-child(2) a:hover span,
.project-nav ul li:nth-child(2) a:hover span:before {
    color: #FE982E;
}

.project-nav ul li:nth-child(3) a:hover,
.project-nav ul li:nth-child(3) a:hover span,
.project-nav ul li:nth-child(3) a:hover span:before {
    color: #FEAE2E;
}

.project-nav ul li:nth-child(4) a:hover,
.project-nav ul li:nth-child(4) a:hover span,
.project-nav ul li:nth-child(4) a:hover span:before {
    color: #F4D216;
}

.project-nav ul li:nth-child(5) a:hover,
.project-nav ul li:nth-child(5) a:hover span,
.project-nav ul li:nth-child(5) a:hover span:before {
    color: #CCD73B;
}

.project-nav ul li:nth-child(6) a:hover,
.project-nav ul li:nth-child(6) a:hover span,
.project-nav ul li:nth-child(6) a:hover span:before {
    color: #AACF52;
}

.project-nav ul li:nth-child(7) a:hover,
.project-nav ul li:nth-child(7) a:hover span,
.project-nav ul li:nth-child(7) a:hover span:before {
    color: #78BD54;
}
.project-nav ul li:nth-child(1) a {
    background-color: #ED713C;
}

.project-nav ul li:nth-child(2) a {
    background-color: #FE982E;
}

.project-nav ul li:nth-child(3) a {
    background-color: #FEAE2E;
}

.project-nav ul li:nth-child(4) a {
    background-color: #F4D216;
}

.project-nav ul li:nth-child(5) a {
    background-color: #CCD73B;
}

.project-nav ul li:nth-child(6) a {
    background-color: #AACF52;
}

.project-nav ul li:nth-child(7) a {
    background-color: #78BD54;
}
.project-nav ul li a:hover:after{
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity .8s, transform .6s ease-in-out;
}
.project-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.project-container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.highlight01 {
    background-color: #ED713C;
    padding: 5px;
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
}
.highlight02 {
    background-color: #FE982E;
    padding: 5px;
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
}
.highlight03 {
    background-color: #FEAE2E;
    padding: 5px;
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
}
.highlight04 {
    background-color: #DFC21F;
    padding: 5px;
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
}
.highlight05 {
    background-color: #CCD73B;
    padding: 5px;
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
}
.highlight06 {
    background-color: #AACF52;
    padding: 5px;
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
}
.highlight07 {
    background-color: #78BD54;
    padding: 5px;
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
}
ul.list01,
ul.list02,
ul.list03,
ul.list04,
ul.list05,
ul.list06,
ul.list07{
    padding-left: 40px;
}
ul li span{
    font-family: "Zen Maru Gothic", sans-serif;
}
ul.list01 li{
    list-style: disc;
    color: #ED713C;
}
ul.list02 li{
    list-style: disc;
    color: #FE982E;
}
ul.list03 li{
    list-style: disc;
    color: #FEAE2E;
}
ul.list04 li{
    list-style: disc;
    color: #DFC21F;
}
ul.list05 li{
    list-style: disc;
    color: #CCD73B;
}
ul.list06 li{
    list-style: disc;
    color: #AACF52;
}
ul.list07 li{
    list-style: disc;
    color: #78BD54;
}

summary {
    display: block;
    list-style: none;
}

summary::-webkit-details-marker {
    display: none;
}

.toggle-wrap {
    margin-bottom: 20px;
}

.toggle-wrap:last-child {
    margin-bottom: 0;
}

.toggle-head.qa {
    position: relative;
    text-align: center;
    line-height: 1;
    font-family: "Syne", sans-serif;
    font-weight: bold;
    color: #ED713C;
    font-size: 1.2rem;
}
.project-inner:nth-child(2) .toggle-head.qa {
    color: #FE982E;
}
.project-inner:nth-child(3) .toggle-head.qa {
    color: #FEAE2E;
}
.project-inner:nth-child(4) .toggle-head.qa {
    color: #DFC21F;
}
.project-inner:nth-child(5) .toggle-head.qa {
    color: #CCD73B;
}
.project-inner:nth-child(6) .toggle-head.qa {
    color: #AACF52;
}
.project-inner:nth-child(7) .toggle-head.qa {
    color: #78BD54;
}
.toggle-head.qa span strong {
    position: relative;
    display: block;
    font-size: 2rem;
    font-family: "Zen Maru Gothic", sans-serif;
    padding: 0 0 0 60px;
}

.toggle-head.qa span strong:before {
    position: absolute;
    content: "01";
    color: #ED713C;
    font-weight: 100;
    left: 0;
    top: 3px;
    font-family: "Titan One", sans-serif;
}
.project-inner:nth-child(2) .qa span strong:before {
    color: #FE982E;
    content: "02";
}
.project-inner:nth-child(3) .qa span strong:before {
    color: #FEAE2E;
    content: "03";
}
.project-inner:nth-child(4) .qa span strong:before {
    color: #DFC21F;
    content: "04";
}
.project-inner:nth-child(5) .qa span strong:before {
    color: #CCD73B;
    content: "05";
}
.project-inner:nth-child(6) .qa span strong:before {
    color: #AACF52;
    content: "06";
}
.project-inner:nth-child(7) .qa span strong:before {
    color: #78BD54;
    content: "07";
}
.toggle-head.qa::after {
    font-weight: 900;
    content: "✙";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 22px;
}

.toggle_inner {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: bold;
    justify-content: center;
    color: #333;
    padding-right: 40px;
}
.toggle-content {
    margin-top: 30px;
    font-family: "Zen Maru Gothic", sans-serif;
}
details[open] .toggle-head.qa::after {
    content: "ー";
}
@media (max-width:768px) {
    .frame-bottom {
        height: 50px;
    }
    .project-container {
        flex-direction: column;
    }

    .project-wrap {
        flex-direction: column;
        padding: 20px 20px 40px 20px;
    }

    .project-nav {
        width: 100%;
    }

    .project-nav ul {
        flex-direction: row;
        position: static;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 15px 0;
    }

    .project-nav ul li {
        width: 49%;
    }

    .project-nav ul li:last-child {
        width: 100%;
    }

    .project-nav ul li a {
        border-radius: 100px;
        font-size: 13px;
    }

    .project-nav ul li a span {
        font-size: 0.9rem;
        padding-left: 20px;
    }

    .project-nav ul li span:before {
        font-size: 0.9rem;
    }

    .toggle-head.qa span strong {
        font-size: 1.5rem;
    }
}
/* インタビュー */
section.interview {
    padding: 0 0 60px;
    background: linear-gradient(180deg, #FEAE2E 60%, #F4D216 40%);
}
.interview-wrap {
    position: relative;
    display: flex!important;
    padding: 40px;
}
.interview-img-container figure {
    position: relative;
}
.interview-img-container figure:before {
    content: '';
    width: 95.5%;
    height: 90.5%;
    border: 2px solid #fff;
    margin: 2%;
    position: absolute;
}
.interview-img-container figure:after {
    background-color: rgba(255, 255, 255, 0.5);
    top: 40px;
    padding: 10px 20px;
    left: 0;
    position: absolute;
}
.person01:after {
    content: 'ライター';
}
.person02:after {
    content: '管理職';
}
.person03:after {
    content: '管理職';
}
.person04:after {
    content: 'ディレクター';
}
.person05:after {
    content: 'デザイナー';
}
.interview-img-container {
    max-width: 1200px;
    position: relative;
    flex: 1;
}
.interview-text-container {
    max-width: 1200px;
    position: relative;
    margin-top: 80px;
    margin-left: -80px;
    flex: 1;
    padding: 30px;
    background-color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
}
.interview-text-container p {
    font-family: "Zen Maru Gothic", sans-serif;
}
.interview-title {
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 6px solid #FEAE2E;
    font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width:768px) {
    .interview-wrap {
        padding: 20px;
        flex-direction: column;
    }
    .interview-img-container {
        width: 100%;
    }
    .interview-text-container {
        width: 100%;
        margin: 0;
        padding: 20px;
    }
    .interview-img-container figure:after {
        bottom: 40px;
        right: 0;
        left: auto;
        top: auto;
    }
    .interview-title {
        font-size: 1.2rem;
    }
}

/* データ */
section.deta {
    padding: 0 0 30px;
}
.deta-graph {
    display: flex;
    gap: 30px 0;
    justify-content: space-between;
}
.deta-graph img {
    width: 33.3%;
}
.news-banner {
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative;
    align-items: center;
    background: #F4D216;
}

.news-banner__content {
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: 100%;
}

.news-banner__content p {
    color: #fff;
    font-size: 1.6rem;
    font-family: "Syne", sans-serif;
    font-weight: bold;
    margin: 0;
}

.news-banner__content-right {
    position: absolute;
    right: 100vw;
}
@media (max-width:768px) {
    .deta-graph {
    flex-direction: column;
    }
    .deta-graph img {
        width: 100%;
    }
}
/* 募集要項 */
section.requirments {
    padding: 0 0 60px;
    position: relative;
}
.sub-image {
    position: sticky;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 400px;
    background-image: url(/wp-content/uploads/contents/requirements_img_01.jpg);
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.over-wrap {
    position: relative;
    background: #fff;
    z-index: 1;
    width: 100%;
    padding: 40px 20px 0;
}
.over-wrap:after {
    content: 'Is This You?';
    position: absolute;
    top: -37px;
    color: #fff;
    left: 2%;
    z-index: 0;
    font-weight: bold;
    font-size: 4rem;
    font-family: "Syne", sans-serif;
}
.requirments-wrap {
    display: flex;
    gap: 30px;
}
dl.requirments {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    width: 60%;
}
dl.requirments dd{
    width: 120px;
    background: #CCD73B;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px 0;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
}
dl.requirments dd::after{
    content: '';
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    width: 10px;
    height: 10px;
    background-color: #CCD73B;
    position: absolute;
    transform: rotate(-90deg) translateX(50%);
    top: 50%;
    right: -10px;
}
dl.requirments dt{
    padding: 10px 0;
    width: calc(100% - 150px);
}
@media (max-width:768px) {
    .sub-image {
        height: 300px;
    }
    .over-wrap {
        padding: 40px 0 0 0;
    }
    .requirments-wrap {
        display: flex;
        flex-direction: column;
    }

    dl.requirments {
        gap: 20px 0px;
        width: 100%;
        flex-direction: column;
    }

    dl.requirments dd {
        width: 100%;
    }

    dl.requirments dd::after {
        content: '';
        transform: translate(50%, 50%);
        height: 15px;
        width: 15px;
        top: auto;
        bottom: -5px;
        right: 50%;
    }

    dl.requirments dt {
        width: 100%;
        padding: 0;
        text-align: center;
    }
}
/* 選考プロセス */
section.recruitment {
    padding: 0 0 60px;
}
.wave01 {
    position: absolute;
    top: -1px;
}
.wave02 {
    position: absolute;
    bottom: -1px;
}
.recruitment-wrap {
    display: flex;
}
.recruitment-item img {
    padding: 25px;
}
.recruitment-item {
    display: flex;
    flex-direction: column;
}
.recruitment-item p {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    position: relative;
    font-size: 1.4rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    color: #fff;
}
.recruitment-item p:after {
    content: '';
    width: 50px;
    height: 15px;
    top: 18px;
    z-index: 1;
    right: -32px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    transform: rotate(-90deg);
}
.recruitment-item p:last-child::after {
    content: none;
}
.recruitment-item:nth-child(1) p {
    background-color: #78bd54;
}
.recruitment-item:nth-child(2) p {
    background-color: #aacf52;
}
.recruitment-item:nth-child(3) p {
    background-color: #f4d216;
}
.recruitment-item:nth-child(4) p {
    background-color: #feae2e;
}
.recruitment-item:nth-child(5) p {
    background-color: #ed713c;
}
.recruitment-item:nth-child(1) p:after {
    background-color: #78bd54;
}
.recruitment-item:nth-child(2) p:after {
    background-color: #aacf52;
}
.recruitment-item:nth-child(3) p:after {
    background-color: #f4d216;
}
.recruitment-item:nth-child(4) p:after {
    background-color: #feae2e;
}
@media (max-width:768px) {
    .recruitment-wrap{
        flex-direction: column;
    }
    .recruitment-item {
        flex-direction: row-reverse;
    }
    .recruitment-item img{
        width: 50%;
    }
    .recruitment-item p{
        height: auto;
        width: 50%;
    }
    .recruitment-item p:after{
        content: '';
        width: 100%;
        height: 30px;
        top: auto;
        z-index: 1;
        bottom: -30px;
        left: 0;
        clip-path: polygon(50% 100%, 0 0, 100% 0);
        position: absolute;
        transform: none;
    }
}
/* お問い合わせ */
section.contact {
    padding: 0 0 60px;
}
.contact-text {
    font-size: 1.4rem;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #fff;
    text-align: center;
}
.contact-btn {
    display: block;
    padding: 50px 20px;
}
@media (max-width:768px) {
    .contact-text {
        font-size: 1.2rem;
    }
}

/* ふわっとフェードイン */
.js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1.5s, visibility 1.5s, transform 1.5s;
}

.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

/* フッター */
footer {
    position: relative;
    margin-top: 30px;
}
footer:after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/contents/contact_img_03.png);
    background-size: contain;
    width: 117px;
    height: 82px;
    top: 0;
    left: 50px;
    background-repeat: no-repeat;
}
footer:before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/contents/contact_img_04.png);
    background-size: contain;
    width: 34px;
    height: 88px;
    top: 0;
    right: 50px;
    background-repeat: no-repeat;
}
.footer-wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    width: calc(100% - 600px);
}
.footer-nav {
    display: flex;
    justify-content: center;
    gap: 20px 40px;
    width: 600px;
}
.footer-nav ul p{
    font-size: 1.4rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
}
.footer-nav ul li{
    padding-left: 20px;
    border-left: 2px dashed #FAD4AB;
}
.footer-nav ul li a {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    transition: all .4s;
    display: block;
}
.footer-nav ul li a:hover {
    transform: translateX(5px);
}
.copy {
    padding-top: 20%;
    text-align: center;
    position: relative;
}
.copy p{
    color: #fff;
    position: relative;
}
.copy:before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/contents/footer_pc.png);
    width: 100%;
    height: 300px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
}
.pagetop {
    position: fixed;
    z-index: 100;
    bottom: 3%;
    right: 3%;
    background-color: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    box-shadow: 1px 1px 9px #676767;
}
.pagetop a{
    transition: all .4s;
    display: block;
    padding: 10px;
    position: relative;
    transform: translateY(-4px);
}
.pagetop a:after{
    content: 'TOP';
    position: absolute;
    bottom: -4px;
    left: 27px;
    font-size: 12px;
    color: #ff972d;
}
.pagetop a:hover{
    transform: translateY(-8px);
}
@media (max-width:768px) {
    .footer-wrap {
        flex-direction: column;
        align-items: center;
    }
    footer:after {
        left: 10px;
    }
    .footer-logo {
        width: 100%;
    }
    .footer-nav {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .copy {
        padding-top: 30%;
    }
    .copy p{
        font-size: 12px;
    }
    .copy:before {
        background-image: url(/wp-content/uploads/contents/footer_sp.png);
    }
}

.slick-slide.slick-current.slick-slide,
.slick-slide.is-active-next.slick-slide {
    filter: unset;
    transform: scale(1);
}
/* 汎用クラス */

.bg-red {
    background-color: #fe266d !important;
}

.bg-blue {
    background-color: #1646b1 !important;
}

.bg-green {
    background-color: #5fcf32 !important;
}

.bg-orange {
    background-color: #ffa204 !important;
}

.text-red {
    color: #db2d2d !important;
}

.text-blue {
    color: #2420db !important;
}

.text-green {
    color: #6ddb20 !important;
}

.text-orange {
    color: #E1AB3A !important;
}

.text-pink {
    color: #db20b2 !important;
}

.text-black {
    color: #000000 !important;
}

.text-brown {
    color: #937437 !important;
}

.text-gray {
    color: #555555 !important;
}

.text-white {
    color: #FFFFFF !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mr60 {
    margin-right: 60px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.ml60 {
    margin-left: 60px !important;
}

.pt0 {
    padding-top: 0px !important;
}
.pt10 {
    padding-top: 10px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pr60 {
    padding-right: 60px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}
.pb10 {
    padding-bottom: 10px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.pl60 {
    padding-left: 60px !important;
}

.text-bold {
    font-weight: bold !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}
.text-xlarge {
    font-size: 1.6rem !important;
}

.text-large {
    font-size: 1.4rem !important;
}

.w100 {
    width: 100% !important;
}

@media (max-width:768px) {
    .sp-text-left {
        text-align: left !important;
    }
}