@charset "utf-8";

@font-face {
	font-family: 'Zen Maru Gothic';
	src: url(/fonts/ZenMaruGothic-Medium.woff2);
	font-weight: 500;
	font-display: swap;
}
@font-face {
	font-family: 'Zen Maru Gothic';
	src: url(/fonts/ZenMaruGothic-Bold.woff2);
	font-weight: 700;
	font-display: swap;
}
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Zen Kaku Gothic New';
    src: url(/fonts/ZenKakuGothicNew-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}
body {
	-webkit-text-size-adjust: 100%;
}

#content {
    width: 100%;
}

#contents {
    width: 100%;
}

.l-main {
    width: 100%;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
}

.mv {
    width: 1920px;
    height: 600px;
}

.mv__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

[class*="--section"] {
    padding-block: 100px 120px;
}
.contents__inner {
    width: 1140px;
    margin: 0 auto;
}
.business--section {
    background: url(/images/company/business__bg.webp) no-repeat center / cover;
}
.business--section .contents__title-box {
    align-items: flex-start;
}
.business__box {
    display: flex;
    gap: 100px;
    align-items: center;
}
.business__text-box {
    display: flex;
    flex-direction: column;
    padding-bottom: 8px;
}
.contents__title-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    position: relative;
}
.contents__subtitle {
    color: #2B43A0;
    text-align: center;
    font-family: "Zen Maru Gothic";
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 1.28px;
}
.contents__title {
    color: #333;
    text-align: center;
    font-family: "Zen Maru Gothic";
    font-size: 40px;
    font-weight: 700;
    line-height: 139%;
    letter-spacing: 2.4px;
}
.business__sentence {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.business__text {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 400;
    line-height: 181%;
}
.business__img {
    width: 520px;
    height: 483px;
    flex-shrink: 0;
}

.reason--section {
    padding-block: 112px 120px;
    background: url(/images/company/reason__bg.webp) no-repeat center / cover;
}
.reason__list {
    display: flex;
    gap: 30px;
}
.reason__item {
    display: flex;
    flex-direction: column;
    gap: 19px;
    border-radius: 20px;
    background: #FFF;
}
.reason__img {
    width: 360px;
    height: 241px;
    flex-shrink: 0;
    border-radius: 20px;
}
.reason__text-box {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 0 30px 31px;
}
.reason__title {
    color: #2B43A0;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 26px;
    font-weight: 500;
    line-height: 139%;
}
.reason__text {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
}

.message--section {
    padding-block: 112px 190px;
    background: url(/images/company/message__bg.webp) no-repeat center / cover;
}
.message__box {
    position: relative;
    z-index: 1;
}
.message--section .contents__title-box {
    margin-bottom: 138px;
}
.message--section .contents__title-box::before {
    content: "";
    position: absolute;
    background: url(/images/company/message__person.webp) no-repeat center / cover;
    width: 121px;
    height: 166px;
    top: -129px;
    right: -12px;
}
.message__title-box {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 22px;
    z-index: 1;
    width: 567px;
}
.message__title {
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 26px;
    font-weight: 500;
    line-height: 161%;
}
.message__text-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    z-index: -1;
}
.message__text-box::before {
    content: "";
    position: absolute;
    border-radius: 0 20px 20px 0;
    background: #2B43A0;
    width: 1017px;
    height: 530px;
    z-index: -2;
    top: -154px;
    left: -390px;
}
.message__text {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 181%;
}
.message__img {
    position: absolute;
    width: 645px;
    height: 530px;
    z-index: -1;
    top: -99px;
    right: 0;
}

.profile--section {
    padding-block: 112px 67px;
    background: #F2F5FB url(/images/company/profile__bg.webp) no-repeat top center / auto 1685px;
}
.profile__box {
    display: flex;
    gap: 50px;
    border-radius: 30px;
    background: #FFF;
    padding: 60px;
    position: relative;
    align-items: center;
    margin-bottom: 40px;
}
.profile__box::before {
    content: "";
    position: absolute;
    background: url(/images/company/profile__person01.webp) no-repeat center / cover;
    width: 136px;
    height: 145px;
    top: -78px;
    right: -31px;
}
.profile--section .contents__title-box::before {
    content: "";
    position: absolute;
    background: url(/images/company/profile__home.webp) no-repeat center / cover;
    width: 321px;
    height: 177px;
    top: -104px;
    left: 49px;
}
.profile__left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.profile__img {
    width: 396px;
    height: 300px;
    border-radius: 14px;
    flex-shrink: 0;
}
.profile__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile__list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.profile__item {
    display: flex;
    gap: 20px;
    align-items: center;
    border-bottom: solid 1px #CCC;
    padding-bottom: 17px;
}
.profile__title {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 700;
    line-height: 181%;
    width: 64px;
}
.profile__text {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 400;
    line-height: 181%;
}
.profile__text a {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 400;
    line-height: 181%;
    text-decoration: underline;
}
.profile__map {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.profile__map-visual {
    width: 1140px;
    height: 423px;
    overflow: hidden;
    border-radius: 20px;
}
.profile__map-visual-link {
    width: 100%;
    height: 100%;
}
.profile__btn {
    width: 280px;
    height: 70px;
    margin-left: 4px;
}
.profile__btn-link {
    position: relative;
    color: #FFF;
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    border-radius: 14px;
    background: #2B43A0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.profile__btn-link::before {
    content: "";
    position: absolute;
    background: url(/images/company/profile__btn-arrow.svg) no-repeat center / cover;
    width: 22px;
    height: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
}

.recruit--section {
    padding-block: 282px 50px;
    background: #F2F5FB url(/images/company/recrui__bg.webp) no-repeat center / cover;
}
.recruit__bag {
    position: relative;
    z-index: 1;
}
.recruit__box {
    border-radius: 20px;
    background: #FFF;
    padding: 52px 60px 60px;
    gap: 20px;
    width: 679px;
    height: 458px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.recruit__box::before {
    content: "";
    position: absolute;
    background: url(/images/company/recruit__person.webp) no-repeat center / cover;
    width: 98px;
    height: 167px;
    top: -122px;
    left: 134px;
}
.recruit--section .contents__title-box {
    align-items: flex-start;
    margin-bottom: 30px;
}
.recruit__text-box {
    display: flex;
    flex-direction: column;
}
.recruit__text {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 400;
    line-height: 181%;
}
.recruit__btn {
    width: 320px;
    height: 70px;
}
.recruit__btn-link {
    width: 100%;
    height: 100%;
    display: flex;
    color: #FFF;
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    border-radius: 14px;
    background: #2B43A0;
    align-items: center;
    justify-content: center;
    position: relative;
}
.recruit__btn-link::before {
    content: "";
    position: absolute;
    background: url(/images/company/profile__btn-arrow.svg) no-repeat center / cover;
    width: 22px;
    height: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
}
.recruit__img {
    position: absolute;
    z-index: -1;
    top: -50px;
    right: 0;
}
.org-footer {
    background: #427BE3 url(/images/company/footer__bg.webp) no-repeat center / cover;
}
