@charset "UTF-8";

/*index*/
.index .mainimg {
    width: 100%;
    height: 88rem;
    overflow: hidden;
    position: relative;
}

.index .mainimg .pic {
    width: 100%;
    height: inherit;
}
.index .mainimg .pic * {
    width: 100%;
    height: inherit;
    overflow: hidden;
}

.index .mainimg .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.slider img.zoom {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 6s ease;
    /* ゆっくりズーム */
}

.slider img.zoom.zooming {
    transform: scale(1.15);
    /* 好みで調整 */
}


.index .mainimg h2 {
    width: 100%;
    font-size: clamp(3rem, 2.44vw, 4.7rem);
    font-weight: 800;
    color: #e7e7e7;
    line-height: 1.7;
    text-align: center;
    position: absolute;
    top: calc(50% - 0.5em);
    z-index: 2;
}
.index .mainimg p {
    font-size: clamp(2rem, 4.16vw, 8rem);
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    color: #dfdede;
    position: absolute;
    bottom: 0;
    z-index: 2;
    letter-spacing: -0.06em;
}
.index_cnt1 {
    background: url(/system_panel/uploads/images/bgA.png);
    padding: 10rem 0;
}
.index_cnt1 .inner {
    width: initial;
    max-width: 164rem;
}
.index_cnt1 .inner .col2 {
    width: 100%;
    padding: 0 2.6vw 0 0;
    /*5*/
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 2.6vw;
    /*5*/
    margin: 0 0 10rem;
}
.index_cnt1 .inner .col2 .left {
    width: 40%;
    aspect-ratio: 6/6.8;
    overflow: hidden;
}
.index_cnt1 .inner .col2 .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.index_cnt1 .inner .col2 .right {
    width: 60%;
}
.index_cnt1 .inner .col2 .right .titleA {
    margin: 0 0 5rem;
}
.index_cnt1 .inner .col2 .right .titleA h3 {
    color: #dfdede;
}
.index_cnt1 .inner .col2 .right>p {
    color: #f6f1ed;
    line-height: 2.94;
    margin: 0 0 6rem;
}
.index_cnt1 .inner .col2 .right .flex {
    display: flex;
    gap: 3.125vw;
    /*6*/
}
.index_cnt1 .inner .col2 .right .flex .buttonA a {
    color: #f6f1ed;
}

.index_cnt1>.col2 {
    width: 90%;
    max-width: 161rem;
    display: flex;
    gap: 7.8125vw;
    /*15*/
}
.index_cnt1>.col2 .left {
    width: 53%;
    aspect-ratio: 7.8/5.4;
    overflow: hidden;
    transform: translate(0, -5.2vw);
    /*10*/
}
.index_cnt1>.col2 .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.index_cnt1>.col2 .right {
    width: 47%;
    aspect-ratio: 6.8/5;
    overflow: hidden;
}
.index_cnt1>.col2 .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.index_cnt2 {
    padding: 15rem 0;
    background: url(/system_panel/uploads/images/bgB.png);
}
.index_cnt2 .inner {
    width: 90%;
    max-width: 164rem;
}
.index_cnt2 .inner .col2 {
    display: flex;
    gap: 3.125vw;
    /*6*/
    margin: 0 0 10rem;
}
.index_cnt2 .inner .col2 .left {
    width: 15%;
    min-width: 25rem;
}
.index_cnt2 .inner .col2 .left .titleA {}
.index_cnt2 .inner .col2 .right {
    width: 85%;
    display: flex;
    align-items: end;
    gap: 2.6vw;
    /*5*/
}
.index_cnt2 .inner .col2 .right p:not(.buttonA) {
    line-height: 2.94;
}
.index_cnt2 .inner .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8.3vw 3.9vw;
    /*16 7.5*/
}
.index_cnt2 .inner .grid .dl {
    width: 100%;
    display: grid;
    position: relative;
}
.index_cnt2 .inner .grid .dl:nth-of-type(even) {
    /*transform: translate(0, 17.1875vw);*/
    /*33*/
    margin: 17.1875vw 0 -17.1875vw;
}
.index_cnt2 .inner .grid .dt {
    position: absolute;
    z-index: 1;
    left: 2.6vw;
    /*5*/
    top: -2rem;
    writing-mode: vertical-rl;
    width: fit-content;
    background: #fff;
    font-size: 3.1rem;
    font-weight: bold;
    padding: 0.5em;
}
.index_cnt2 .inner .grid .pic {
    width: 100%;
    aspect-ratio: 7.8/5.2;
    overflow: hidden;
    position: relative;
}
.index_cnt2 .inner .grid .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: sepia(60%) saturate(130%) brightness(80%) hue-rotate(15deg);
}
.index_cnt2 .inner .grid .cmt {
    margin: -7.29vw 2.6vw 0;
    /*14 5*/
    padding: clamp(2rem, 2.08vw, 4rem);
    background: #252525;
    /*4*/
    color: #dfdede;
    line-height: 2.35;
    position: relative;
    z-index: 2;
    /*transform: translate(0, -7.29vw);*/
    box-shadow: -1.5rem 1.5rem 0 #c3c1c1;
}
.index_cnt2 .inner .grid .cmt .buttonA {
    margin: 3rem 0 0;
}
/*
.index_cnt2 .inner .grid .cmt::before{
    content: "";
    background: #252525;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

.index_cnt2 .inner .grid .cmt::after{
    content: "";
    width: 100%;
    height: 100%;
    background: #c3c1c1;
    display: block;
    position: absolute;
    z-index: -3;
    left: -1.5rem;
    bottom: -1.5rem;
}*/
.index_cnt3 {
    padding: 15rem 0 6rem;
}
.index_cnt3 .inner .titleA {
    margin: 0 auto 5rem;
}
.index_cnt3 .inner .titleA * {
    text-align: center;
}
.index_cnt3 .inner .webgene-blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-content: start;
    gap: 3.125vw;
    /*6*/
}
.index_cnt3 .inner .webgene-blog .webgene-item .dl {
    display: grid;
    gap: 2rem;
}
.index_cnt3 .inner .webgene-blog .webgene-item .dt {
    grid-row: 2/3;
    line-height: 2;
}
.index_cnt3 .inner .webgene-blog .webgene-item .dt a {
    color: inherit;
}
.index_cnt3 .inner .webgene-blog .webgene-item .day {
    grid-row: 3/4;
}
.index_cnt3 .inner .webgene-blog .webgene-item .pic {
    grid-row: 1/2;
    width: 100%;
    aspect-ratio: 3.6/4.9;
    overflow: hidden;
}
.index_cnt3 .inner .webgene-blog .webgene-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.index_cnt3 .inner .buttonA{
    margin: 5rem 0 0 auto;
}

.index_cnt4 {
    padding: 6rem 0 15rem;
}
.index_cnt4 .inner .titleA {
    margin: 0 auto 5rem;
}
.index_cnt4 .inner .titleA * {
    text-align: center;
}
.index_cnt4 .inner .flex {
    display: flex;
    justify-content: space-between;
    gap: 0.3rem;
}
.index_cnt4 .inner .flex .webgene-blog {
    width: 75%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.3rem;
}
.index_cnt4 .inner .flex .webgene-blog .webgene-item {
    width: 100%;
}
.index_cnt4 .inner .flex .webgene-blog .webgene-item .pic {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
}
.index_cnt4 .inner .flex .webgene-blog .webgene-item .pic video{
width:100%;
    height: 100%;
    object-fit: cover;
    object-position: center;  
}
.index_cnt4 .inner .flex .webgene-blog .webgene-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.index_cnt4 .inner .flex .button {
    width: 25%;
    display: grid;
    align-items: center;
    justify-content: center;
    background: #23201e;
    align-self: stretch;
    font-weight: bold;
}
.index_cnt4 .inner .flex .button a {
    color: #f6f1ed;
}





/*recruit*/
.recruit_cnt1 {
    padding: 8rem 0;
    background: url(/system_panel/uploads/images/bgC.png);
}
.recruit_cnt1 .inner .titleA {
    margin: 0 auto 4rem;
}
.recruit_cnt1 .inner .titleA * {
    text-align: center;
}
.recruit_cnt1 .inner>p {
    text-align: center;
    line-height: 2.35;
    margin: 0 auto 4rem;
}
.recruit_cnt1 .inner .pic {
    width: 100%;
    aspect-ratio: 12/7;
    overflow: hidden;
}
.recruit_cnt1 .inner .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.recruit_cnt2 {
    padding: 8rem 0;
    background: url(/system_panel/uploads/images/bgD.png);
}
.recruit_cnt2 .inner .titleA {
    margin: 0 0 4rem;
}
.recruit_cnt2 .inner .titleA h3 {
    color: #dfdede;
}
.recruit_cnt2 .inner .dl {
    padding: 0 0 4rem;
    border-bottom: 0.1rem solid #525252;
}
.recruit_cnt2 .inner .dl:not(:last-of-type) {
    margin: 0 0 4rem;
}
.recruit_cnt2 .inner .dt {
    font-size: 3.5rem;
    font-weight: 800;
    color: #dfdede;
    margin: 0 0 3rem;
    display: flex;
    align-items: baseline;
    gap: 2rem;
}
.recruit_cnt2 .inner .dt::before {
    content: "";
    font-size: 8.5rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
    color: #af8203;
}
.recruit_cnt2 .inner .dl:nth-of-type(2) .dt::before {
    content: "1";
}
.recruit_cnt2 .inner .dl:nth-of-type(3) .dt::before {
    content: "2";
}
.recruit_cnt2 .inner .dl:nth-of-type(4) .dt::before {
    content: "3";
}
.recruit_cnt2 .inner .dd {
    line-height: 2.35;
    color: #dfdede;
}
.recruit_cnt3 {
    padding: 8rem 0;
    background: url(/system_panel/uploads/images/bgC.png);
}
.recruit_cnt3 .inner .titleA {
    margin: 0 auto 4rem;
}
.recruit_cnt3 .inner .titleA * {
    text-align: center;
}
.recruit_cnt3 .inner>p {
    text-align: center;
    line-height: 2.35;
    margin: 0 auto 14rem;
}
.recruit_cnt3 .inner .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.34vw;
    /*4.5*/
    align-content: start;
}
.recruit_cnt3 .inner .grid .set {
    width: 100%;
}
.recruit_cnt3 .inner .grid .set:nth-of-type(2),
.recruit_cnt3 .inner .grid .set:nth-of-type(5) {
    /*transform: translate(0, -2.34vw);*/
    margin: -2.34vw 0 2.34vw;
}
.recruit_cnt3 .inner .grid .set:nth-of-type(3),
.recruit_cnt3 .inner .grid .set:nth-of-type(6) {
    /*transform: translate(0, -4.68vw);*/
    margin: -4.68vw 0 4.68vw;
}
.recruit_cnt3 .inner .grid .set h4 {
    width: 100%;
    padding: 1.5rem;
    font-size: 3.1rem;
    font-weight: 800;
    color: #dfdede;
    text-align: center;
    background: #252525;
}
.recruit_cnt3 .inner .grid .set h4::before {
    content: "STEP";
    font-size: 2.1rem;
    color: #ddae2a;
    display: block;
    margin: 0 auto 1rem;
}
.recruit_cnt3 .inner .grid .set .dl {
    padding: clamp(2rem, 1.3vw, 2.5rem);
    background: #f5f5f5;
}
.recruit_cnt3 .inner .grid .set .dt {
    font-size: 2.6rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.48;
    margin: 0 auto 1rem;
}
.recruit_cnt3 .inner .grid .set .dd {
    line-height: 2.35;
}

.recruit_cnt4 {
    padding: 15rem 0;
    background: url(/system_panel/uploads/images/bgB.png);
}
.recruit_cnt4 .inner {
    width: 90%;
    max-width: 164rem;
}
.recruit_cnt4 .inner .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8.3vw 3.9vw;
    /*16 7.5*/
}
.recruit_cnt4 .inner .grid .dl {
    width: 100%;
    display: grid;
    position: relative;
}
.recruit_cnt4 .inner .grid .dl:nth-of-type(even) {
    /*transform: translate(0, 17.1875vw);*/
    /*33*/
    margin: 17.1875vw 0 -17.1875vw;
}
.recruit_cnt4 .inner .grid .dt {
    position: absolute;
    z-index: 1;
    left: 2.6vw;
    /*5*/
    top: -2rem;
    writing-mode: vertical-rl;
    width: fit-content;
    background: #fff;
    font-size: 3.1rem;
    font-weight: bold;
    padding: 0.5em;
}
.recruit_cnt4 .inner .grid .pic {
    width: 100%;
    aspect-ratio: 7.8/5.2;
    overflow: hidden;
    position: relative;
}
.recruit_cnt4 .inner .grid .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: sepia(60%) saturate(130%) brightness(80%) hue-rotate(15deg);
}
.recruit_cnt4 .inner .grid .cmt {
    margin: -7.29vw 2.6vw 0;
    /*14 5*/
    padding: clamp(2rem, 2.08vw, 4rem);
    background: #252525;
    /*4*/
    color: #dfdede;
    line-height: 2.35;
    position: relative;
    z-index: 2;
    /*transform: translate(0, -7.29vw);*/
    box-shadow: -1.5rem 1.5rem 0 #c3c1c1;
}
.recruit_cnt4 .inner .grid .cmt .buttonA {
    margin: 3rem 0 0;
}
/*
.recruit_cnt4 .inner .grid .cmt::before{
    content: "";
    background: #252525;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

.recruit_cnt4 .inner .grid .cmt::after{
    content: "";
    width: 100%;
    height: 100%;
    background: #c3c1c1;
    display: block;
    position: absolute;
    z-index: -3;
    left: -1.5rem;
    bottom: -1.5rem;
}*/





/*job*/
.job_cnt1 {
    padding: 12rem 0 0;
    background: url(/system_panel/uploads/images/bgD.png)
}
.job_cnt1 .inner .titleA {
    margin: 0 0 4rem;
}
.job_cnt1 .inner .titleA h3 {
    color: #dfdede;
}
.job_cnt1 .inner>p {
    color: #dfdede;
    line-height: 2.35;
    margin: 0 0 8rem;
}
.job_cnt1 .inner .col2 {
    /*padding: 0 8rem 0 0;*/
    position: relative;
    margin: 0 0 17rem;
}
.job_cnt1 .inner .col2 .left {
    width: 71%;
    aspect-ratio: 8.6/6;
    overflow: hidden;
    margin: 0 5.2vw 0 auto;
}
.job_cnt1 .inner .col2 .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.job_cnt1 .inner .col2 .right {
    width: 48%;
    position: absolute;
    bottom: -2.6vw;
    /*5*/
    z-index: 2;
    background: #252525;
    box-shadow: -1.5rem 1.5rem 0 #3b3b3b;
    padding: clamp(2rem, 2.08vw, 4rem);
}
.job_cnt1 .inner .col2 .right h4 {
    font-size: 3.5rem;
    font-weight: 800;
    color: #dfdede;
    margin: 0 0 3rem;
}
.job_cnt1 .inner .col2 .right p {
    line-height: 2.35;
    color: #dfdede;
}
.job_cnt1 .inner .col2:nth-of-type(odd) {}
.job_cnt1 .inner .col2:nth-of-type(odd) .left {
    margin: 0 auto 0 5.2vw;
}
.job_cnt1 .inner .col2:nth-of-type(odd) .right {
    right: 0;
}
.job_cnt1 .slider {
    width: 100%;
    /*height: 36rem;*/
    overflow: hidden;
}
.job_cnt1 .slider :is(.slick-list, .slick-slide) {
    width: 100%;
    height: inherit;
    overflow: hidden;
}
.job_cnt1 .slider .slick-track {
    width: 100%;
    height: inherit;
}
.job_cnt1 .slider img {
      aspect-ratio: 5 / 3.6;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.job_cnt2 {
    padding: 8rem 0;
    background: url(/system_panel/uploads/images/bgC.png)
}
.job_cnt2 .inner .titleA {
    margin: 0 0 4rem;
}
.job_cnt2 .inner .titleA * {
    text-align: center;
}
.job_cnt2 .inner .dl {
    background: #f5f5f5;
    padding: clamp(2rem, 2.08vw, 4rem) clamp(2rem, 2.6vw, 5rem);
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2rem;
}
.job_cnt2 .inner .dl:not(:last-of-type) {
    margin: 0 0 2rem;
}
.job_cnt2 .inner .dt {
    grid-row: 1/2;
    grid-column: 2/3;
    width: fit-content;
    height: 4.4rem;
    display: grid;
    align-items: center;
    font-size: 2.7rem;
    font-weight: 800;
}
.job_cnt2 .inner .time {
    grid-row: 1/2;
    grid-column: 1/2;
    line-height: 1;
    font-size: 2.3rem;
    font-weight: 800;
    color: #dfdede;
    width: fit-content;
    height: 4.4rem;
    background: #252525;
    padding: 0 1em;
    display: grid;
    align-items: center;
}
.job_cnt2 .inner .dd:not(.time) {
    grid-row: 2/3;
    grid-column: 1/3;
    line-height: 2.35;
}
.job_cnt3 {
    padding: 15rem 0 ;
    background: url(/system_panel/uploads/images/bgB.png);
}
.job_cnt3 .inner {
    width: 90%;
    max-width: 164rem;
}
.job_cnt3 .inner .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8.3vw 3.9vw;
    /*16 7.5*/
}
.job_cnt3 .inner .grid .dl {
    width: 100%;
    display: grid;
    position: relative;
}
.job_cnt3 .inner .grid .dl:nth-of-type(even) {
    /*transform: translate(0, 17.1875vw);*/
    /*33*/
    margin: 17.1875vw 0 -17.1875vw;
}
.job_cnt3 .inner .grid .dt {
    position: absolute;
    z-index: 1;
    left: 2.6vw;
    /*5*/
    top: -2rem;
    writing-mode: vertical-rl;
    width: fit-content;
    background: #fff;
    font-size: 3.1rem;
    font-weight: bold;
    padding: 0.5em;
}
.job_cnt3 .inner .grid .pic {
    width: 100%;
    aspect-ratio: 7.8/5.2;
    overflow: hidden;
    position: relative;
}
.job_cnt3 .inner .grid .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: sepia(60%) saturate(130%) brightness(80%) hue-rotate(15deg);
}
.job_cnt3 .inner .grid .cmt {
    margin: -7.29vw 2.6vw 0;
    /*14 5*/
    padding: clamp(2rem, 2.08vw, 4rem);
    background: #252525;
    /*4*/
    color: #dfdede;
    line-height: 2.35;
    position: relative;
    z-index: 2;
    /*transform: translate(0, -7.29vw);*/
    box-shadow: -1.5rem 1.5rem 0 #c3c1c1;
}
.job_cnt3 .inner .grid .cmt .buttonA {
    margin: 3rem 0 0;
}




/*environment*/
.environment_cnt1 {
    background: url(/system_panel/uploads/images/bgD.png);
    padding: 8rem 0;
}
.environment_cnt1 .inner .titleA {
    margin: 0 0 4rem;
}
.environment_cnt1 .inner .titleA h3 {
    color: #dfdede;
}
.environment_cnt1 .inner .col2 {
    display: flex;
    flex-direction: row-reverse;
    gap: 3.125vw;
    /*6*/
    border-bottom: 0.1rem solid #525252;
    padding: 0 0 4rem;
}
.environment_cnt1 .inner .col2:not(:last-of-type) {
    margin: 0 0 4rem;
}
.environment_cnt1 .inner .col2 .left {
    width: 47%;
    aspect-ratio: 5.4/3.6;
    overflow: hidden;
}
.environment_cnt1 .inner .col2 .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.environment_cnt1 .inner .col2 .right {
    width: 53%;
}
.environment_cnt1 .inner .col2 .right h4 {
    font-size: 3rem;
    font-weight: 800;
    color: #dfdede;
    margin: 0 0 4rem;
    display: flex;
    align-items: baseline;
    gap: 2rem;
}
.environment_cnt1 .inner .col2 .right h4::before {
    content: "";
    font-size: 6rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
    color: #af8203;
    transform: translate(0, 0.5rem);
}
.environment_cnt1 .inner .col2:nth-of-type(2) .right h4::before {
    content: "1";
}
.environment_cnt1 .inner .col2:nth-of-type(3) .right h4::before {
    content: "2";
}
.environment_cnt1 .inner .col2:nth-of-type(4) .right h4::before {
    content: "3";
}
.environment_cnt1 .inner .col2 .right p {
    line-height: 2.94;
    color: #dfdede;
}
.environment_cnt2 {
    padding: 10rem 0;
    background: url(/system_panel/uploads/images/bgC.png);
}
.environment_cnt2 .inner .titleA {
    margin: 0 auto 5rem;
}
.environment_cnt2 .inner .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}
.environment_cnt2 .inner .grid .dl {
    display: grid;
    align-content: start;
}
.environment_cnt2 .inner .grid .dt {
    grid-row: 2/3;
    background: #f5f5f5;
    padding: 2rem 2rem 0;
    font-size: 2.3rem;
    font-weight: 800;
    text-align: center;
}
.environment_cnt2 .inner .grid .illust {
    width: 100%;
    height: 17rem;
    display: grid;
    align-items: center;
    justify-content: center;
    background: #252525;
}
.environment_cnt2 .inner .grid .illust img {}
.environment_cnt2 .inner .grid .cmt {
    background: #f5f5f5;
    padding: 2rem;
    line-height: 2;
}
.environment_cnt3 {
    padding: 10rem 0;
}
.environment_cnt3 .inner .titleA {
    margin: 0 auto 5rem;
}
.environment_cnt3 .inner .titleA * {
    text-align: center;
}
.environment_cnt3 .inner .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.125vw;
    /*6*/
}
.environment_cnt3 .inner .grid .figure {
    width: 100%;
}
.environment_cnt3 .inner .grid .figure .pic {
    width: 100%;
    aspect-ratio: 5.7/3.8;
    overflow: hidden;
    margin: 0 auto 1.5rem;
}
.environment_cnt3 .inner .grid .figure .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.environment_cnt3 .inner .grid .figure .figcaption {
    text-align: center;
}
.environment_cnt4 {
    padding: 15rem 0 48rem;
    background: url(/system_panel/uploads/images/bgB.png);
}
.environment_cnt4 .inner {
    width: 90%;
    max-width: 164rem;
}
.environment_cnt4 .inner .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8.3vw 3.9vw;
    /*16 7.5*/
}
.environment_cnt4 .inner .grid .dl {
    width: 100%;
    display: grid;
    position: relative;
}
.environment_cnt4 .inner .grid .dl:nth-of-type(even) {
    /*transform: translate(0, 17.1875vw);*/
    /*33*/
    margin: 17.1875vw 0 -17.1875vw;
}
.environment_cnt4 .inner .grid .dt {
    position: absolute;
    z-index: 1;
    left: 2.6vw;
    /*5*/
    top: -2rem;
    writing-mode: vertical-rl;
    width: fit-content;
    background: #fff;
    font-size: 3.1rem;
    font-weight: bold;
    padding: 0.5em;
}
.environment_cnt4 .inner .grid .pic {
    width: 100%;
    aspect-ratio: 7.8/5.2;
    overflow: hidden;
    position: relative;
}
.environment_cnt4 .inner .grid .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: sepia(60%) saturate(130%) brightness(80%) hue-rotate(15deg);
}
.environment_cnt4 .inner .grid .cmt {
    margin: -7.29vw 2.6vw 0;
    /*14 5*/
    padding: clamp(2rem, 2.08vw, 4rem);
    background: #252525;
    /*4*/
    color: #dfdede;
    line-height: 2.35;
    position: relative;
    z-index: 2;
    /*transform: translate(0, -7.29vw);*/
    box-shadow: -1.5rem 1.5rem 0 #c3c1c1;
}
.environment_cnt4 .inner .grid .cmt .buttonA {
    margin: 3rem 0 0;
}





/*about*/
.about_cnt1 {
    background: url(/system_panel/uploads/images/bgD.png);
    padding: 8rem 0;
}
.about_cnt1 .inner .titleA {
    margin: 0 auto 5rem;
}
.about_cnt1 .inner .titleA * {
    text-align: center;
}
.about_cnt1 .inner .titleA h3 {
    color: #dfdede;
}
.about_cnt1 .inner .col2 {
    display: flex;
    flex-direction: row-reverse;
    gap: 2.6vw;
}
.about_cnt1 .inner .col2 .left {
    width: 48%;
}
.about_cnt1 .inner .col2 .left .pic {
    width: 100%;
    aspect-ratio: 5.4/4.8;
    overflow: hidden;
}
.about_cnt1 .inner .col2 .left .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.about_cnt1 .inner .col2 .left p {
    line-height: 2.64;
    color: #dfdede;
}
.about_cnt1 .inner .col2 .right {
    width: 48%;
}
.about_cnt1 .inner .col2 .right p {
    line-height: 2.64;
    color: #dfdede;
}
.about_cnt2 {
    padding: 10rem 0;
    background: url(/system_panel/uploads/images/bgC.png);
}
.about_cnt2 .inner .titleA {
    margin: 0 0 4rem;
}
.about_cnt2 .col2 {
    display: flex;
    gap: 2.08vw;
    /*4*/
    padding: 0 12.35vw 0 0;
    /*22*/
}
.about_cnt2 .col2 .left {
    width: 55%;
    aspect-ratio: 9.6/7;
    overflow: hidden;
}
.about_cnt2 .col2 .left img {
  filter: grayscale(100%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.about_cnt2 .col2 .right {
    width: 45%;
}
.about_cnt2 .col2 .right .dl {
    display: flex;
    gap: 0.2rem;
}
.about_cnt2 .col2 .right .dt {
    display: grid;
    align-items: center;
    width: 34%;
    min-height: 6rem;
    padding: 1rem 0 1rem 1.5625vw;
    /*3*/
    border-bottom: 0.1rem solid #252525;
    line-height: 2;
}
.about_cnt2 .col2 .right .dd {
    display: grid;
    align-items: center;
    width: 66%;
    min-height: 6rem;
    padding: 1rem;
    border-bottom: 0.1rem solid #252525;
    line-height: 2;
}
.about_cnt2 .col2 .right .dd a {
    color: inherit;
}
.about .map {
    width: 100%;
    height: 30rem;
}
.about .map iframe {
    width: 100%;
    height: inherit;
    border: none;
  filter: grayscale(100%);
}
.about_cnt3 {
    background: url(/system_panel/uploads/images/bgD.png);
    padding: 8rem 0;
}
.about_cnt3 .inner .titleA {
    margin: 0 0 4rem;
}
.about_cnt3 .inner .titleA h3 {
    color: #dfdede;
}
.about_cnt3 .inner .set {
    display: flex;
    align-items: center;
    gap: 3.125vw;
    /*6*/
    border-bottom: 0.1rem solid #525252;
    padding: 0 0 4rem;
}
.about_cnt3 .inner .set:not(:last-of-type) {
    margin: 0 0 4rem;
}
.about_cnt3 .inner h4 {
    width: 34%;
    font-size: 3rem;
    font-weight: 800;
    color: #dfdede;
    display: flex;
    align-items: center;
    gap: 2rem;
}
.about_cnt3 .inner h4::before {
    content: "";
    font-size: 6rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
    color: #af8203;
}
.about_cnt3 .inner .set:nth-of-type(2) h4::before {
    content: "1";
}
.about_cnt3 .inner .set:nth-of-type(3) h4::before {
    content: "2";
}
.about_cnt3 .inner .set:nth-of-type(4) h4::before {
    content: "3";
}
.about_cnt3 .inner .set p {
    width: 66%;
    line-height: 2.94;
    color: #dfdede;
}





/*interview*/
[class^="interview_cnt"] {
    padding: 10rem 0;
    background: url(/system_panel/uploads/images/bgC.png);
}
[class^="interview_cnt"] .inner .col2:first-of-type {
    display: flex;
    gap: 2.6vw;
    /*5*/
    margin: 0 0 5rem;
}
[class^="interview_cnt"] .inner .col2:first-of-type .left {
    width: 57%;
    position: relative;
}
[class^="interview_cnt"] .inner .col2:first-of-type .left .catch {
    writing-mode: vertical-rl;
    position: absolute;
    z-index: 1;
    left: 2.6vw;
    top: -2rem;
}
[class^="interview_cnt"] .inner .col2:first-of-type .left .catch p {
    width: fit-content;
    background: #fff;
    font-size: 3.1rem;
    font-weight: bold;
    padding: 2rem 0.5em;
    line-height: 2.2;
    display: inline;
    box-decoration-break: clone;
}
[class^="interview_cnt"] .inner .col2:first-of-type .left .pic {
    width: 100%;
    aspect-ratio: 6.5/4.8;
    overflow: hidden;
}
[class^="interview_cnt"] .inner .col2:first-of-type .left .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
[class^="interview_cnt"] .inner .col2:first-of-type .right {
    width: 43%;
}
[class^="interview_cnt"] .inner .col2:first-of-type .right .prof {
    margin: 0 0 3rem;
}
[class^="interview_cnt"] .inner .col2:first-of-type .right .prof .dl {
    display: flex;
    gap: 2rem;
    align-items: baseline;
    margin: 0 0 1rem;
}
[class^="interview_cnt"] .inner .col2:first-of-type .right .prof .career {
    width: fit-content;
    height: 2.6rem;
    background: #525252;
    color: #dfdede;
    padding: 0 0.5em;
    display: grid;
    align-items: center;
}
[class^="interview_cnt"] .inner .col2:first-of-type .right .prof .dt {
    font-size: 3rem;
    font-weight: 800;
}
[class^="interview_cnt"] .inner .col2 .right>.dl:not(:last-of-type) {
    margin: 0 0 7rem;
}
[class^="interview_cnt"] .inner .col2 .right>.dl .dt {
    font-size: 3rem;
    font-weight: 800;
    margin: 0 0 2rem;
}
[class^="interview_cnt"] .inner .col2 .right>.dl .dd {
    line-height: 2.35;
}
[class^="interview_cnt"] .inner .col2:last-of-type {
    display: flex;
    align-items: end;
    flex-direction: row-reverse;
    gap: 1.5625vw;
    /*3*/
}
[class^="interview_cnt"] .inner .col2:last-of-type .left {
    width: 30%;
    aspect-ratio: 3.5/2.6;
    overflow: hidden;
}
[class^="interview_cnt"] .inner .col2:last-of-type .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
[class^="interview_cnt"] .inner .col2:last-of-type .right {
    width: 70%;
}
[class^="interview_cnt"]:nth-of-type(even) {
    background: url(/system_panel/uploads/images/bgD.png);
}
[class^="interview_cnt"]:nth-of-type(even) .inner .dl .dt {
    color: #dfdede;
}

[class^="interview_cnt"]:nth-of-type(even) .inner .dl .dd {
    color: #dfdede;
}




/*column&columndetail共通*/
:is(.column_cnt1, .columndetail_cnt1) {
    width: 100%;
    padding: 5rem 0;
}
:is(.column_cnt1, .columndetail_cnt1) .inner {
    display: flex;
    gap: 1.04vw;
    /*2*/

}
:is(.column_cnt1, .columndetail_cnt1) .inner .webgene-blog {
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*justify-content: space-around;*/
    gap: 1.04vw;
    /*2*/
}
:is(.column_cnt1, .columndetail_cnt1) .inner .webgene-blog {
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*justify-content: space-around;*/
    gap: 1.04vw;
    /*2*/
}
:is(.column_cnt1, .columndetail_cnt1) .inner .webgene-blog .webgene-item p {
    background: rgba(147, 147, 147, 0.1);
    width: fit-content;
    min-width: 21rem;
    height: 4rem;
    border-radius: 2rem;
    border: 0.1rem solid #8f8884;
    font-size: 1.7rem;
}
:is(.column_cnt1, .columndetail_cnt1) .inner .webgene-blog .webgene-item p a {
    width: 100%;
    height: inherit;
    color: inherit;
    display: grid;
    align-items: center;
    justify-content: center;
    position: relative;
}
:is(.column_cnt1, .columndetail_cnt1) .inner .webgene-blog .webgene-item p a::after {
    content: "→";
    position: absolute;
    right: 1rem;
}
:is(.column_cnt1, .columndetail_cnt1) .inner .webgene-blog .webgene-item p:hover {}
:is(.column_cnt1, .columndetail_cnt1) .inner .webgene-blog .webgene-item p:hover::before {
    background: #0072bd;
}
:is(.column_cnt2, .columndetail_cnt2) {
    padding: 0 0 13rem;
}


/*column*/
.column_cnt2 .inner .webgene-blog {}
.column_cnt2 .inner .webgene-blog .webgene-item {
    background: #f5f5f5;
    padding: clamp(1rem, 1.3vw, 2.5rem) clamp(2rem, 2.08vw, 4rem);
    margin: 0 auto 1.5rem;
}
.column_cnt2 .inner .webgene-blog .webgene-item:last-of-type {
    margin: 0 auto 5rem;
}
.column_cnt2 .inner .webgene-blog .webgene-item .dl {
    display: grid;
    grid-template-columns: 0.35fr auto 1fr;
    grid-template-rows: auto 1fr;
    align-content: start;
    gap: 2rem 2.08vw;
    /*4*/
}
.column_cnt2 .inner .webgene-blog .webgene-item .dt {
    grid-row: 2/3;
    grid-column: 2/4;
}
.column_cnt2 .inner .webgene-blog .webgene-item .dt a {
    color: inherit;
}
.column_cnt2 .inner .webgene-blog .webgene-item .cate {
    grid-row: 1/2;
    grid-column: 2/3;
    width: fit-content;
    height: 3rem;
    display: grid;
    align-items: center;
    padding: 0 1em;
    background: #252525;
    font-size: 1.5rem;
    color: #dfdede;
}
.column_cnt2 .inner .webgene-blog .webgene-item .day {
    grid-row: 1/2;
    grid-column: 3/4;
    font-family: "Text Me One", sans-serif;
    width: fit-content;
    height: 3rem;
    display: grid;
    align-items: center;
}
.column_cnt2 .inner .webgene-blog .webgene-item .pic {
    grid-row: 1/4;
    grid-column: 1/2;
    aspect-ratio: 2.8/2;
    overflow: hidden;
}
.column_cnt2 .inner .webgene-blog .webgene-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.column_cnt2 .inner .webgene-blog .webgene-item .link {
    grid-row: 3/4;
    grid-column: 2/4;
    width: 100%;
}
.column_cnt2 .inner .webgene-blog .webgene-item .link .buttonA {
    margin: 0 0 0 auto;
}
.column_cnt2 .inner .webgene-blog .webgene-item .link .buttonA a {
    padding: 0;
}
.column_cnt2 .inner .webgene-blog .webgene-item .link .buttonA a:hover{
text-decoration:none;}
.webgene-pagination {}

.webgene-pagination ul {
    width: fit-content;
    display: flex;
    margin: 0 auto 0;
}
.webgene-pagination ul li {
    font-size: 1.7rem;
}
.webgene-pagination :is(.prev, .next) {
    width: 3em;
    height: 3em;
    list-style: none;
}
.webgene-pagination .prev {
    margin: 0 5rem 0 0;
}
.webgene-pagination .next {
    margin: 0 0 0 5rem;
}
.webgene-pagination :is(.prev a, .next a) {
    display: grid;
    justify-content: center;
    align-content: center;
    width: inherit;
    height: inherit;
    color: inherit;
    text-decoration: none;
    color: #cdcdcd;
}
.webgene-pagination ul .number {
    list-style: none;
    background: #cdcdcd;
    border-radius: 50%;
    width: 3em;
    height: 3em;
    margin: 0 0.5em;
}
.webgene-pagination ul .number.selected {
    list-style: none;
    background: #0f0b09;
    width: 3em;
    height: 3em;
    margin: 0 0.5em;
}
.webgene-pagination ul .number.selected a {
    color: #fff;
}
.webgene-pagination ul .number a {
    display: grid;
    justify-content: center;
    align-content: center;
    width: inherit;
    height: inherit;
    color: inherit;
    text-decoration: none;
    color: #fff;
}





/*columndetail*/
.columndetail_cnt2 {
    margin: 0 auto;
}
.columndetail_cnt2 .inner .webgene-blog {
    margin: 0 auto;
}
.columndetail_cnt2 .inner .webgene-blog .webgene-item {
    margin: 0 auto 6rem;
}
.columndetail_cnt2 .inner .webgene-blog .webgene-item .dl {
    display: grid;
    gap: 2rem;
    background: #f5f5f5;
    padding: clamp(2rem, 2.08vw, 4rem);
    /*4*/
}
.columndetail_cnt2 .inner .webgene-blog .webgene-item .cate {
    grid-row: 1/2;
    grid-column: 1/2;
    width: fit-content;
    height: 3rem;
    display: grid;
    align-items: center;
    padding: 0 2em;
    background: #252525;
    font-size: 1.5rem;
    color: #dfdede;
    margin: 0 0 0 8em;

}
.columndetail_cnt2 .inner .webgene-blog .webgene-item .day {
    grid-row: 1/2;
    grid-column: 1/2;
    font-size: 1.5rem;
    font-family: "Text Me One", sans-serif;
    width: fit-content;
    height: 3rem;
    display: grid;
    align-items: center;

}
.columndetail_cnt2 .inner .webgene-blog .webgene-item .dt {
    grid-row: 2/3;
    grid-column: 1/2;
    display: grid;
    align-items: center;
    font-size: 2.7rem;
    font-weight: 800;
}
.columndetail_cnt2 .inner .webgene-blog .webgene-item .cmt {
    line-height: 2.35;
}
.columndetail_cnt2 .inner .webgene-blog .webgene-item .pic {
    grid-column: 1/2;
    width: 100%;
    overflow: hidden;

}
/*
.columndetail_cnt2 .inner .webgene-blog .webgene-item .pic .slider {
    width: 100%;
    aspect-ratio: 8.8/5.8;
    overflow: hidden;
}
.columndetail_cnt2 .inner .webgene-blog .webgene-item .pic :is(.slick-img, .thumbnail-img) {
    width: 100%;
    aspect-ratio: 8.8/5.8;
    overflow: hidden;
    padding: 0.5rem;
}
.columndetail_cnt2 .inner .webgene-blog .webgene-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
    */
.columndetail_cnt2 .inner .buttonA {
    margin: auto;
}






/*requirement*/
.requirement_cnt1 {
    background: url(/system_panel/uploads/images/bgC.png);
    padding: 10rem 0;
}
.requirement_cnt1 .inner .titleA {
    margin: 0 0 4rem;
}
.requirement_cnt1 .inner .window {
    background: #1c1917;
    border: 0.1rem solid #3e3a38;
    padding: 1.5rem clamp(2rem, 2.08vw, 4rem);
}
.requirement_cnt1 .inner .window .dl {
    display: flex;
    width: 100%;
    border-bottom: 0.1rem solid #3e3a38;
}
.requirement_cnt1 .inner .window .dl:last-of-type {
    border: none;
}
.requirement_cnt1 .inner .window .dt {
    width: 25%;
    min-height: inherit;
    display: grid;
    align-items: center;
    font-weight: 800;
    color: #dfdede;
    align-self: start;
    line-height: 2;
    min-height: 7rem;
    padding: 1rem 0 1rem clamp(2rem, 2.6vw, 5rem);
}

.requirement_cnt1 .inner .window .dd {
    width: 75%;
    min-height: inherit;
    display: grid;
    align-items: center;
    color: #dfdede;
    line-height: 2;
    min-height: 7rem;
    padding: 1rem 0 1rem clamp(2rem, 2.6vw, 5rem);
}

.requirement_cnt2 {
    background: url(/system_panel/uploads/images/bgD.png);
    padding: 10rem 0 15rem;
}
.requirement_cnt2 .inner .titleA {
    margin: 0 auto 7.5rem;
}
.requirement_cnt2 .inner .titleA * {
    text-align: center;
}
.requirement_cnt2 .inner .titleA h3 {
    color: #dfdede;
}
.requirement_cnt2 .inner .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.125vw;
    /*6*/
    align-content: start;
    position: relative;
}
.requirement_cnt2 .inner .grid::after {
    content: "";
    width: 100%;
    height: 0.1rem;
    background: #f5f5f5;
    display: inline-block;
    position: absolute;
    top: 50%;
}
.requirement_cnt2 .inner .grid .set {
    width: 100%;
    background: #f5f5f5;
    padding: clamp(2rem, 1.5625vw, 2.5rem);
    position: relative;
    z-index: 1;
}
.requirement_cnt2 .inner .grid .set::before {
    content: "";
    font-size: clamp(2.5rem, 2.34vw, 4.5rem);
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #af8203;
    width: clamp(3rem, 3.64vw, 7rem);
    height: clamp(3rem, 3.64vw, 7rem);
    background: #252525;
    display: inline-grid;
    align-items: center;
    text-align: center;
    position: absolute;
    left: 0;
    top: -1.04vw;
    /*2*/
}
.requirement_cnt2 .inner .grid .set:nth-of-type(1):before {
    content: "1";
}
.requirement_cnt2 .inner .grid .set:nth-of-type(2):before {
    content: "2";
}
.requirement_cnt2 .inner .grid .set:nth-of-type(3):before {
    content: "3";
}
.requirement_cnt2 .inner .grid .set h4 {
    font-size: 3rem;
    font-weight: 800;
    text-align: center;
    margin: 0 auto 2rem;
}
.requirement_cnt2 .inner .grid .set p {
    line-height: 2;
}




/*entry*/
.entry_cnt1 {
    width: 100%;
    padding: 6rem 0;
}
.entry_cnt1 .inner .window {
    max-width: 100rem;
    margin: 0 auto 10rem;
    background: url(/system_panel/uploads/images/bgA.png);
    padding: clamp(2rem, 2.08vw, 4rem);
}
.entry_cnt1 .inner .window * {
    text-align: center;
}
.entry_cnt1 .inner .window .titleA {
    margin: 0 auto 2rem;
}
.entry_cnt1 .inner .window .titleA h3 {
    color: #dfdede;
}
.entry_cnt1 .inner .window>p {
    color: #dfdede;
    line-height: 1.5;
}
.entry_cnt1 .inner .window p a {
    font-size: 5rem;
    font-weight: 800;
    color: inherit;
}
.entry_cnt1 .inner>.titleA {
    margin: 0 auto 3rem;
}
.entry_cnt1 .inner .titleA * {
    text-align: center;
}
.entry_cnt1 .inner>p {
    line-height: 2.35;
    text-align: center;
    margin: 0 0 4rem 0;
}

form .dl {
    width: 100%;
    display: flex;
    gap: 0.5rem;
}
form .dl .dt {
    width: 25%;
    min-height: 6rem;
    padding: 0.5rem 0 0.5rem 2rem;
    border-bottom: 0.1rem solid #252525;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
form .dt .required {
    display: grid;
    align-items: center;
    width: fit-content;
    height: 2.5rem;
    background: #a47a04;
    color: #fff;
    padding: 0 0.5rem;
}
form .dl .dd {
    width: 75%;
    padding: 0.5rem 2rem 0.5rem 0;
    border-bottom: 0.1rem solid #252525;
    display: grid;
    align-items: center;
}
form .dl .dd .short {
    width: 7em;
}
form .dl .dd .addArea:not(:last-of-type) {
    margin: 0 0 0.5rem;
}
form input[type="text"],
form input[type="email"],
form textarea {
    width: 100%;
    background: #f6f6f6;
    min-height: 5rem;
    border: 0.1rem solid #3e3a38;
}
form textarea {
    min-height: 22rem;
}
form input.zipInput {
    width: 40%;
}
form input[type="text"],
form input[type="email"],
form input[type="checkbox"],
form textarea {
    padding: 0 1em;
    border: 0.1rem solid #dedee4;
}
form select {}
form .dl .dd .radioArea {
    display: flex;
    align-items: center;
    gap: 2.6vw;
    /*5*/
}
form .dl .dd .selectArea {}
form .dl .dd .selectArea div {
    width: fit-content;
    display: inline-block;
}
form .terms {
    background: #eae9e9;
    border: 0.1rem solid #3e3a38;
    padding: clamp(1rem, 2.08vw, 4rem);
    height: 23rem;
    overflow-y: scroll;
    margin: 0.5rem 2rem 5rem;
}
form .terms p {
    font-size: 1.5rem;
    line-height: 2;
}
form .col {

    width: 100% !important;
    display: flex;
    justify-content: center;
    margin: 0 auto 5rem;
}
form .col label {
    width: fit-content;
}
form .privacyLabel {
    width: 100%;
    text-align: center;
}
form button {
    -webkit-appearance: none;
    display: block;
    margin: auto;
    border: none;
    background: none;
}