*{
    margin: 0;
    padding: 0;
}

html{
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family:HelveticaNeue, sans-serif;
    font-size: 10px;
    background-color: #292929;
}

img{
    vertical-align: bottom;
}

a{
    text-decoration: none;
}

h2{
    font-size: 6.4rem;
}

/*====================== 中身 =======================*/
/*====================== ヘッダー =======================*/
#header{
    position: fixed;
    background-color: #292929;
    width: 100vw;
    z-index: 100;
}

#header .logo{
    position: absolute;
    top: 20px;
    left: 40px;
}

#header .menu{
    display: flex;
    position: relative;
    width: 1300px;
    height: 100px;
    gap: 67px;
    align-items: center;
    justify-content: right;
}

#header .menu a{
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

#header .menu a span{
    font-size: 1.4rem;
}

#header .menu a:hover{
    transition: all .2s ease-in-out;
    color: #D0587B;
}

#lead{
    padding-top: 100px;
    margin-top: -100px;
}

/*====================== ファーストビュー =======================*/
#first{
    position: relative;
    font-size: 6.4rem;
    line-height: 12.8rem;
    background: linear-gradient(to right, #7D64C6, #44B0B0);
    padding-top: 100px;
}

#first h1{
    padding: 0px 0px 0px 20px;
}

#first span{
    color: #D0587B;
}

#first .copy{
    font-size: 2rem;
    font-weight: bold;
    line-height: 3rem;
    text-decoration: underline;
    padding: 60px 0px 60px 20px;
}

#first .copy span{
    color: #fff;
}

#first .pho{
    position: absolute;
    top: 110px;
    right: 10px;
    opacity: .8;
}

/*====================== リード =======================*/
#lead{
    position: relative;
    padding: 200px 0px;
}

#lead .lead{
    display: flex;
    gap: 132px;
    justify-content: center;
}

#lead .text_l{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: -webkit-linear-gradient(#7D64C6, #44B0B0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#lead .text_l .copy{
    font-size: 3.6rem;
    line-height: 4rem;
    font-weight: bold;
}

#lead .text_l .text_en{
    font-size: 1.2rem;
    line-height: 1.8rem;
}

#lead .text_r{
    color: #fff;
    font-size: 2rem;
    line-height: 3rem;
}

#lead .arrow{
    position: absolute;
    right: 200px;
    bottom: 80px;
}

/* 矢印 */
#lead .arrow .btn {
	position: relative;
    width: 120px;
    height: 120px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

#lead .arrow .btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .2s ease-in-out;
}

#lead .arrow:hover img:nth-of-type(2) {
	opacity: 0;
}

/*====================== 会社 =======================*/
#company{
    position: relative;
    background-image: url(../img/com_back.png);
    background-repeat: no-repeat;
    background-size: 100vw;
    padding: 200px 0px 100px;
}

#company .title{
    position: absolute;
    top: 50px;
    right: 200px;
    color: #D0587B;
}

#company .lead{
    font-size: 1.4rem;
}

#company .element{
    display: flex;
    position: relative;
    align-items: center;
    color: #fff;
    width: 1000px;
    justify-content: space-between;
    align-items: flex-end;
    margin: auto;
    
}

#company .btn {
	position: relative;
    width: 456px;
    height: 284.5px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

#company .btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

#company .com_01:hover img:nth-of-type(2) {
	opacity: 0;
}

#company .com_02:hover img:nth-of-type(2) {
	opacity: 0;
}

#company .com_03:hover img:nth-of-type(2) {
	opacity: 0;
}

#company .com_01{
    margin-bottom: 180px;
}

#company .com_02{
    margin-bottom: 160px;
}

#company .in_element{
    cursor: pointer;
}

#company .in_element p{
    padding-left: 40px;
}

#company .in_element .in_title{
    font-size: 2.4rem;
    font-weight: bold;
}

#company .in_element .content{
    font-size: 1.4rem;
}

/* 矢印 */
#company .com_04{
    display: inline-block;
    padding-left: 40px;
}

#company .arrow .btn {
	position: relative;
    width: 120px;
    height: 120px;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

#company .arrow .btn img {
	position: absolute;

	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .2s ease-in-out;
}

#company .arrow:hover img:nth-of-type(2) {
	opacity: 0;
}

/*====================== 人 =======================*/
#people{
    position: relative;
    background-image: url(../img/peo_back.png);
    background-repeat: no-repeat;
    background-size: 100vw;
    padding: 250px 0px 160px;
}

#people .title{
    position: absolute;
    top: 70px;
    left: 200px;
    color: #D0587B;
}

#people .lead{
    font-size: 1.4rem;
}
/*   内容   */
#people .content{
    background-image: url(../img/peo_back_fr.png);
    background-repeat: no-repeat;
    width: 1000px;
    padding: 0px 50px 62px;
    margin: auto;
}
/*======= タブメニュー =======*/
.tab {
    position: relative;
    width: 1000px;
    text-align: center;
    padding: 30px 0px 0px;
    margin: 100px auto 0
}

.tab .tabItem {
    width: 300px;
    height: 87px;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.09em;
    text-align: center;
    transition:all 0.3s ease-in-out;
    display: inline-block;
    cursor: pointer;
    padding: 22px 0px 0px;
}

.tab .tabItem:hover {
    background-image: url(../img/peo_tab_index.png);
    background-repeat: no-repeat;
    background-size: 300px;
    
}

.tab input[name="tabItem"] {
    display: none
}

.tab .tabContent {
    width: 1000px;
    text-align: left;
    margin-top: 25px;
    display: none;
    overflow: hidden
}

.tab #new + label,.tab #mid + label {
    margin-left: 40px
}

.tab #all:checked ~ #allContent,
.tab #new:checked ~ #newContent,
.tab #mid:checked ~ #midContent {
     display: block
}

.tab input:checked + .tabItem {
    background-image: url(../img/peo_tab_index.png);
    background-repeat: no-repeat;
    background-size: 300px;
}

/* tab内 */
#people .tabContent p{
    display: inline;
    color: #fff;
}

#people .tabContent .flex{
    display: flex;
    overflow-x: scroll;
}

#people .tabContent .flex::-webkit-scrollbar{
    background-color: #292929;
    height: 6px;
}

#people .tabContent .flex::-webkit-scrollbar-thumb{
    background-color: #D0587B;
}

#people .layout{
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

#people .para1 .tag{
    color: #D0587B;
}

#people .para1{
    padding-top: 10px;
}

#people .para2{
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 10px;
}

#people .tab .arrow{
    position: absolute;
    bottom: -130px;
    right: 0px;
}

/* 写真 */
#people .tab .btn {
	position: relative;
    width: 250px;
    height: 250px;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

#people .tab .btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

#people .lo_all:hover img:nth-of-type(2) {
	opacity: 0;
}

#people .lo_new:hover img:nth-of-type(2) {
	opacity: 0;
}

#people .lo_mid:hover img:nth-of-type(2) {
	opacity: 0;
}

/*======= 記事 =======*/
#people .article{
    display: flex;
    gap: 80px;
    justify-content: end;
    align-items: flex-end;
    width: 1000px;
    margin-top: 144px;
}

#people .article .in_article{
    display: flex;
    flex-direction: column;
    width: 800px;
    gap: 40px;
}

#people .article .in_article .box01{
    position: relative;
    align-self: flex-end;
}

#people .article .in_article .box02{
    position: relative;
}

#people .article .in_article .text{
    position: absolute;
    -webkit-transition: all 3s ease;
    transition: all 0.3s ease;
    color: #fff;
    width: 330px;
    height: 100px;
    cursor: pointer;
}

#people .article .in_article .box01 .text{
    left: 0px;
    bottom: 0px;
    z-index: 2;
}

#people .article .in_article .box02 .text{
    right: 0px;
    bottom: 0px;
}

#people .article .in_article .text .bottom{
    position: absolute;
    bottom: 0px;
}

#people .article .in_article .text h3{
    font-size: 2.4rem;
    font-weight: bold;
}

#people .article .in_article .text p{
    font-size: 1.4rem;
}

#people .article .btn {
	position: relative;
    width: 800px;
    height: 200px;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

#people .article .btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

#people .in_article .box01:hover img:nth-of-type(2) {
	opacity: 0;
}

#people .in_article .box02:hover img:nth-of-type(2) {
	opacity: 0;
}

#people .in_article .box{
    transition: .2s ease-in-out;
}

/* 矢印 */
#people .arrow .btn {
	position: relative;
    width: 120px;
    height: 120px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

#people .arrow .btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .2s ease-in-out;
}

#people .arrow:hover img:nth-of-type(2) {
	opacity: 0;
}

/*====装飾====*/
.deco01{
    position: absolute;
    bottom: -105px;
    right: 0px;
    font-size: 12.8rem;
    font-weight: bold;
    color: #fff;
    opacity: .5;
}

/*====================== 募集要項 =======================*/
#workstyle{
    width: 1000px;
    margin: auto;
    padding: 257px 0px 0px;
}

#workstyle .title{
    display: inline-block;
    background: linear-gradient(to right, #7D64C6, #44B0B0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
}

#workstyle .title p{
    font-size: 1.4rem;
}

/*============ アコーディオン ============*/
#workstyle .content{
    margin-top: 86px;
    width: 1000px;
}

/* 中途 */
#workstyle .mid{
    display: flex;
    gap: 112px;
    justify-content: space-between;
}

#workstyle .mid .ttl{
    color: #D0587B;
    font-size: 2.4rem;
    font-weight: bold;
}

/*====================================================================
.s_04 .accordion_one
====================================================================*/
.s_04 .accordion_one {
    width: 780px;
    margin: 0 auto;
    border-bottom: solid 1px rgb(148, 148, 148);
}

.s_04 .accordion_one .accordion_header {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    border-top: solid 1px rgb(148, 148, 148);
    margin: -1px 0px 0px; 
    padding: 24px 0px;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
}
  
.s_04 .accordion_one .accordion_header:hover {
    opacity: .8;
}

.s_04 .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 40px;
    height: 40px;
    border: 1px solid #D0587B;
    border-radius: 50%;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}

.s_04 .accordion_one .accordion_header.stay .i_box {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.s_04 .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}

.s_04 .accordion_one .accordion_header.stay .i_box .one_i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.s_04 .accordion_one .accordion_header.stay.open .i_box .one_i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.s_04 .accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.s_04 .accordion_one .accordion_header.stay.open .i_box {
    -webkit-transform: rotate(315eg);
    transform: rotate(315deg);
}

.s_04 .accordion_one .accordion_header .i_box .one_i:before, .s_04 .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #D0587B;
    width: 12px;
    height: 2px;
    position: absolute;
    top: 5px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}

.s_04 .accordion_one .accordion_header .i_box .one_i:before {
    width: 2px;
    height: 12px;
    top: 0;
    left: 5px;
}

.s_04 .accordion_one .accordion_header.stay .i_box .one_i:before {
    content: none;
}
  
.s_04 .accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
}

.s_04 .accordion_one .accordion_header.stay.open .i_box .one_i:before {
    content: "";
}
  
.s_04 .accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
  
.s_04 .accordion_one .accordion_header.stay.open .i_box .one_i:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.s_04 .accordion_one .accordion_inner {
    display: none;
    padding: 26px 0px 50px 100px;
    box-sizing: border-box;
}

.s_04 .accordion_one .accordion_inner.stay {
    display: block;
}

.s_04 .accordion_one .accordion_inner .box_one {
    color: #fff;
    font-size: 1.2rem;
    line-height: 4rem;
}

.s_04 .accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
}

@media screen and (max-width: 1000px) {
    .s_04 .accordion_one .accordion_header {
        font-size: 18px;
    }
    .s_04 .accordion_one .accordion_header .i_box {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
}
  
@media screen and (max-width: 767px) {
    .s_04 .accordion_one .accordion_header {
        font-size: 16px;
        text-align: left;
        padding: 15px 60px 15px 15px;
    }
}
  
/* 新卒 */
#workstyle .new{
    display: flex;
    gap: 112px;
    justify-content: space-between;
    margin-top: 100px;
}

#workstyle .new .ttl{
    color: #D0587B;
    font-size: 2.4rem;
    font-weight: bold;
}

#workstyle .new .text{
    color: #D0587B;
    font-size: 1.2rem;
    border: solid 1px rgb(148, 148, 148);
    width: 780px;
    padding: 84px 0px;
    text-align: center;
}

/* 矢印 */
.accordion-title {
    position: relative;
}

.accordion-title::after {
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 38%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 8px;
}

.accordion-title.open::after {
    top: 45%;
    transform: rotate(-45deg);
}

/*====================== 応募前 =======================*/
#other{
    margin: 260px 0px 120px;
}

#other p{
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
}

#other .flex{
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}

#other .box{
    position: relative;
}

#other .text{
    position: absolute;
    top: 66px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.4rem;
    font-weight: bold;
    background: linear-gradient(to right, #7D64C6, #44B0B0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    margin: auto;
}

/* ホバー */
#other .text::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background: linear-gradient(to right, #7D64C6, #44B0B0);
	transition: all 0.3s ease 0s;
}

#other .box:hover {
	cursor: pointer;
}

#other .box:hover .text::after {
	width: 100%;
}

/*====================== エントリー =======================*/
#entry{
    text-align: center;
    color: #fff;
    background-image: url(../img/entry_back.png);
    background-size: 100vw auto;
    background-repeat: no-repeat;
    padding: 110px 0px 86px;
}

#entry .text01{
    font-size: 2.4rem;
    padding-bottom: 18px;
}

#entry .btn{
    display: inline-block;
    position: relative;
    font-size: 1.2rem;
    background: linear-gradient(to right, #7D64C6, #44B0B0);
    padding: 24px 44px;
    margin-top: 30px;
    transition: all .4s ease;
    cursor: pointer;
    z-index: 1;
}

#entry .btn::after{
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    transform: scaleX(0);
    transform-origin: left bottom; 
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .3);
    transition: transform 0.4s ease;
}

#entry .btn:hover{
    color: #fff;
}

#entry .btn:hover::after{
    transform: scaleX(1);
}

/*====装飾====*/
.deco{
    position: relative;
    text-align: right;
    padding: 205px 0px 90px;
    color: #fff;
    opacity: .5;
    font-weight: bold;
}

.deco .deco02{
    display: inline;
    font-size: 12.8rem;
}

.deco .deco03{
    position: absolute;
    bottom: 80px;
    right: 0px;
    font-size: 2.4rem;
}

/*====================== フッター =======================*/
#footer{
    padding: 172px 0px 50px;
    text-align: center;
    background: linear-gradient(to right, #7D64C6, #44B0B0);
    font-weight: bold;
}

#footer .text01{
    font-size: 4.2rem;
}

#footer .text02{
    font-size: 2rem;
    padding-bottom: 105px;
}

#footer .menu{
    display: flex;
    position: relative;
    gap: 67px;
    align-items: center;
    justify-content: center;
    padding-top: 16px;
}

#footer .menu a{
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

#footer .menu a span{
    font-size: 1.4rem;
}

#footer .menu a:hover{
    transition: all .2s ease-in-out;
    color: #D0587B;
}