@charset "utf-8";

/* 
font-family: 'DM Sans', sans-serif;
font-family: 'M PLUS Code Latin', monospace;
font-family: 'Noto Sans JP', sans-serif; 
*/

/* ----------------------------------- */
/* 86新卒採用サイトトップ
/* 87会社を知る
/* ----------------------------------- */

html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}
/* div.background を利用 */
/* 左側にパディングを入れる */
div.background {
    width: 10.67%;
    position: relative;
    z-index: 5;
}
h3 {
    font-family: DM Sans;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.6em;
    /* text-align: center; */
    color: #bc0000;
}

/* ----------------------------------- */
/* RECRUITING INFORMATION 2025
/* ----------------------------------- */
h3 {
    margin-bottom: 17px;
}
h3.recruit-heading.center {
    text-align: center;
}
.recruit-context {
    margin-bottom: 135px;
}

/* 86新卒採用サイトトップ

/* RECRUITING INFORMATION 2025 */

.recruit-topimage {
    width: 100%;
    margin-bottom: 84px;
}
.recruit-topimage img {
    width: 100%;
    height: auto;
}

/* Contents */
.recruit-4column-list {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-bottom: 96px;
}
.recruit-4column-item {
    position: relative;
    width: calc(25% - 22.5px);
}
.recruit-4column-item>img {
    width: 100%;
    height: auto;
}
.recruit-4column-item-back {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0em;
    left: 0;
    width: calc(100% - 40px);
    background: #ffffffcc;
    color: #333;
    font-size: 18px;
    line-height: 1.6em;
    height: 4.8em;
    padding: 0 20px;
}
.recruit-4column-item-back img {
    width: 23px;
    height: 23px;
}
.recruit-4column-item-back span {
    font-size: 14px;
}

/* 87会社を知る */
.recruit-know-explain {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 50px;
}
.recruit-know-column-list {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*gap: 120px;*/
    /*margin-bottom: 120px;*/
}
.recruit-know-column {
    display: flex;
    flex-direction: column;
	margin-bottom: 80px;
}
.recruit-know-column-item {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
}
.recruit-know-column-image {
    flex-basis: 33.33%;
}
.recruit-know-column-image2 {
    flex-basis: 30%;
}
.recruit-know-column-image img, .recruit-know-column-image2 img {
    width: 100%;
    height: auto;
}
.recruit-know-column-explain {
    flex-basis: calc(66.66% - 17px);
}
.recruit-know-column-explain2 {
    flex-basis: 70%;
}
.recruit-know-column-explain p, .recruit-know-column-explain2 p {
    color: #333;
}
.recruit-know-column-explain2 p + p {
	margin-top: 1em;
}
.recruit-know-heading {
    display: flex;
    flex-direction: row;
    gap: 13px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 38px;
	word-break: auto-phrase;
}
.recruit-know-heading img {
    width: 21px;
}

/* 89部署を知る */
.recruit-member-article {
    display: flex;
    flex-direction: column;
    /* gap: 120px; */
    /* margin-bottom: 178px; */
}
.recruit-member-explain {
    font-size: 18px;
    line-height: 1.6em;
}
.recruit-member-explain>p {
    color: #333;
    margin-bottom: 74px;
}
@keyframes btn_hover {
    0% {
        opacity: 1;
    }
    100% {
        opacity: .8;
    }
}

/* 6人のメンバー */
h4.h4-interview{
	width: 100%;
	text-align: center;
	color: #839293;
	text-transform: uppercase;
	margin: 1em 0;
	padding: 10px 0;
	line-height: 1;
	border-top: 1px solid #839293;
	border-bottom: 1px solid #839293;
	letter-spacing: .4em;
	font-size: 2rem;
}
.recruit-member-image-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 80px 5%;
}
.recruit-member-image-list>a:hover {
    animation: btn_hover .5s forwards;
}
.recruit-member-image-list>a {
    display: flex;
    flex-direction: column;
    width: calc(90% / 3);
    gap: 20px;
    cursor: pointer;
}
.recruit-member-image {
    width: 100%;
    height: auto;
    aspect-ratio: 400/164;
    background-image: url(/img/recruit-fellow/mask-redlines.png);
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}
.recruit-member-image>img {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    z-index: 1;
}
.recruit-member-image-list>a>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 18px;
    line-height: 1.6em;
    color: #333;
}
.recruit-member-image-list>a>div:last-child>img {
    width: 23px;
    height: 23px;
}

/* member01~06 */
.recruit-member-section {
    width: 100%;
	margin-bottom: 72px;
}
.recruit-member-heading {
    display: flex;
    flex-direction: row;
    gap: 13px;
    font-size: 30px;
    color: #333;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 38px;
    align-items: baseline;
}
.recruit-member-heading h4 {
    color: #333;
    font-weight: 500;
}
.recruit-member-heading img {
    width: 21px;
    padding-bottom: 0.5rem;
}
.recruit-member-column {
    display: flex;
    flex-direction: row;
    gap: 8%;
}
.recruit-member-interview {
}
.recruit-member-interview img {
    width: 100%;
    height: auto;
	margin: 2em auto;
}
.recruit-member-interview p {
	line-height: 1.6;
}
.recruit-member-interview p + h4 {
	margin-top: 2em;
}
.recruit-member-interview p + p {
	margin-top: 2em;
}
.recruit-member-interview h4 {
    font-weight: 700;
	color: #BC0000;
	margin-bottom: 1em;
}
.recruit-member-interview ul {
	color: #333;
	line-height: 1.6;
	list-style: disc;
	padding-left: 1.25em;
    margin: 1em 0;
}
.recruit-member-interview dl {
	color: #333;
	line-height: 1.6;
	margin-bottom: 1em;
}
.recruit-member-interview dl dt {
	font-weight: bold;
}
.recruit-foundation-index {
	margin-bottom: 84px;
}
.recruit-foundation-index ul li {
	display: inline-block;
    margin: 0 2em 0 0;
}
.recruit-foundation-index ul li a {
	font-size: 18px;
    text-decoration: none;
    color: #333;
    background-image: url(/img/recruit-fellow/icon-arrow-down.png);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: left center;
    padding: 1em 1em 1em 2em;
    display: block;
    min-width: 5em;
	transition: .3s;
}
.recruit-foundation-index ul li a:hover {
	opacity: .7;
}

/* 90部署を知る */
.recruit-department-article {
    display: flex;
    flex-direction: column;
    gap: 120px;
    margin-bottom: 178px;
}
.recruit-department-explain {
    font-size: 18px;
    line-height: 1.6em;
}
.recruit-department-explain>p {
    margin-bottom: 74px;
}
.recruit-department-image-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 80px;
}
.recruit-department-image-list>a {
    display: flex;
    flex-direction: column;
    width: calc((100% - 160px) / 3);
    gap: 20px;
}
.recruit-department-image-list>a>img {
    width: 100%;
    height: auto;
}
.recruit-department-image-list>a>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 18px;
    line-height: 1.6em;
    color: #000;
}
.recruit-department-duty-graph {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.recruit-department-duty-graph>img {
    width: 66%;
    height: auto;
}
.recruit-department-section {
    width: 100%;
}
.recruit-department-heading {
    display: flex;
    flex-direction: row;
    gap: 13px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 38px;
    align-items: baseline;
}
.recruit-department-heading h4 {
    color: #333;
    font-weight: 500;
}
.recruit-department-heading img {
    width: 21px;
    padding-bottom: 0.5rem;
}
.recruit-department-column {
    display: flex;
    flex-direction: row;
    gap: 44px;
}
.recruit-department-imagecolumn {
    display: flex;
    flex-direction: column;
    flex-basis: 60%;
    gap: 32px;
}
.recruit-department-imagecolumn>img {
    width: 100%;
}
.recruit-department-context {
    font-style: normal;
    font-size: 18px;
    line-height: 1.6em;
    flex-basis: calc(40% - 44px);
    color: #333333;
}

/* ボタン */
.button-space {
	display: flex;
    justify-content: center;
    gap: 70px;
}
.button-space.center {
    margin: 0 auto;
}
.button-space a {
    display: block;
    width: 330px;
}
.button-space a div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 69px;
    border-radius: 68px;
    border: 2px solid #333;
    gap: 10px
}
.button-space a p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6em;
    color:#333;

    margin-left: 25px;
}
.button-space a img {
    width: 25px;
    height: auto;

    margin-right: 25px;
}

.button-space a div:hover {
    animation: btn_hover .5s forwards;
}

@keyframes btn_hover1 {
    0% {
        margin-right: 1rem;
    }
    100% {
        margin-right: 0.5rem;
    }
}
.button-space a:hover div {
    animation: btn_hover .5s forwards;
    animation-name: btn_hover;
    animation-duration: .5s;
    ani;
}
.button-space a:hover div img  {
    animation: btn_hover1 .5s forwards;
}
.button-space a:hover div p {
    color: #333;
}
.sp {
    display: none;
}

span.speaker {
	display: block;
	color: #BC0000;
	font-weight: bold;
}

@media screen and (max-width: 599px) {
    h3 {
        font-size: 36px;
        overflow-wrap: anywhere;
    }
    .recruit-context {
        margin-bottom: 65px;
    }

    /* RECRUITING INFORMATION 2025 */
    .recruit-topimage {
        margin-bottom: 56px;
    }

    /* Contents */
    .recruit-4column-list {
        display: flex;
        flex-direction: column;
        gap: 50px;
        margin-bottom: 50px;
    }
    .recruit-4column-item {
        position: relative;
        width: 100%;
    }
    .recruit-4column-item>img {
        width: 100%;
        height: auto;
    }

    /* 87会社を知る */
    .recruit-know-explain {
        font-size: 16px;
        margin-bottom: 70px;
    }
    .recruit-know-column-list {
        gap: 50px;
        margin-bottom: 50px;
    }
    .recruit-know-column-item {
        display: flex;
        flex-direction: column;
        gap: 25px;

        font-size: 16px;
    }
    .recruit-know-column-item>img {
        width: 100%;
        height: auto;
    }
    .recruit-know-heading {
        font-size: 20px;
        margin-bottom: 25px;
    }

    /* 89部署を知る */
    .recruit-member-article {
        display: flex;
        flex-direction: column;
        /* gap: 50px; */
        /* margin-bottom: 47px; */
    }
    .recruit-member-explain {
        font-size: 16px;
    }
    .recruit-member-explain>p {
        margin-bottom: 54px;
    }

    /* 6人のメンバー */
    .recruit-member-image-list {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    .recruit-member-image-list>a {
        width: 100%;
        gap: 18px;
    }
    .recruit-member-image {
        /* aspect-ratio: 539/160; */
    }

    /* member01~06 */
    .recruit-member-heading {
        gap: 12px;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 25px;
    }
    .recruit-member-heading img {
        padding-bottom: 0.4rem;
    }
    .recruit-member-heading h4 {
        font-weight: 700;
    }
    .recruit-member-column {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    .recruit-member-interview {
        flex-basis: 100%;
        gap: 10px;
    }
    .recruit-member-interview>img {
        width: 100%;
        height: auto;
    }
    .recruit-member-interview-memberphoto {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .recruit-member-interview-memberphoto>img {
        width: 100%;
        height: auto;
    }
    .recruit-member-history {
        flex-basis: 100%;
    }

    /* 90部署を知る */
    .recruit-department-article {
        gap: 50px;
        margin-bottom: 6%;
    }
    .recruit-department-explain {
        font-size: 16px;
    }
    .recruit-department-explain>p {
        margin-bottom: 28px;
    }
    .recruit-department-image-list {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    .recruit-department-image-list>a {
        width: 100%;
        gap: 17.08px;
    }
    .recruit-department-image-list>a>img {
        width: 100%;
        height: auto;
    }
    .recruit-department-image-list>a>div {
        font-size: 16px;
    }
    .recruit-department-duty-graph {
        width: 100%;
    }
    .recruit-department-duty-graph>img {
        width: 100%;
        height: auto;
    }
    .recruit-department-heading {
        gap: 12px;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 25px;
    }
    .recruit-department-heading img {
        padding-bottom: 0.4rem;
    }
    .recruit-department-heading h4 {
        font-weight: 700;
    }
    .recruit-department-column {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    .recruit-department-imagecolumn {
        width: 100%;
        gap: 25px;
    }
    .recruit-department-imagecolumn img {
        width: 100%;
    }
    .recruit-department-context {
        font-size: 16px;
    }

    /* ボタン */
    .button-space {
        width: 90%;
        flex-direction: column;
        gap: 1rem;
    }
    .button-space:first-child {
        display: none;
    }
    .button-space a {
        width: 100%;
    }
    .button-space a div {
        width: 100%;
    }
    .button-space a p {
        font-size: 16px;
        margin-left: 45px;
    }
    .button-space a img {
        width: 20px;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}