@charset "utf-8";
main {
    max-width: 1920px;
    margin: 0 auto;
}

/*スライダー*/
.slick-dots {
    position: absolute;
    bottom: 15px;
    display: flex;
    flex-direction: column;
    width: auto;
    left: -26px;
}
.slick-dots li {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    border: .75px solid #1eacec;
    margin: 0 auto 10px;
}
.slick-dots li.slick-active {
    font-size: 16px;
    line-height: 16px;
    width: 16px;
    height: 16px;
    background-color: #1eacec;
}
.slick-dots li:last-child {
    margin-bottom: 0;
}
.slick-dots li button {
    opacity: 0; /* 完全に見えなくする */
    width: 100%; /* 必要に応じてタッチ範囲を調整 */
    height: 100%;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute; /* liに重ねる */
    top: 0;
    left: 0;
}
.slick-slider {
    width: 83.33%;
    max-width: 1600px;
    margin-right: 0;
    margin-left: auto;
    height: auto;
}
.slider_sp {
    display: none;
}
@media (max-width: 768px) {
    .slider_pc {
        display: none;
    }
    .slider_sp {
        display: block;
    }
    .slider_sp .slick-dots {
        left: 20px;
    }
}

/*MV*/
.mv_content {
    position: relative;
    overflow: hidden;
    height: 100svh;
}
.slider figure {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 0 0 0 10px;
    background-position: center;
    height: 100svh;
}
.mv_content .catch_wrap {
    position: absolute;
    z-index: 2;
    left: 192px;
    bottom: 400px;
}
.mv_content h1 {
    display: inline;
    width: 100%;
    line-height: 1.8;
    background: #fff;
    letter-spacing: 0.025em;
}
@media (max-width: 1200px) {
    .mv_content .catch_wrap {
        left: 100px;
    }
}
@media (max-width: 768px) {
    .slick-slider {
        width: 100%;
        max-width: unset;
    }
    .slider figure {
        border-radius: 0 0 0 0;
    }
    .mv_content .catch_wrap {
        left: 20px;
        bottom: 160px;
        transform: translateY(-40%);
    }
}

/*LEAD*/
.lead_content {
    font-size: var(--fsize-23);
    position: relative;
}
.lead_content .message {
    width: 90%;
    margin: 100px auto 0 auto;
    z-index: 99;
    position: relative;
}
.lead_content .illust {
    position: absolute;
    bottom: -90px;
    z-index: 1;
    right: 0;
    width: 45vw;
    text-align: right;
}
@media (max-width: 1200px) {
    .lead_content .illust {
        position: relative;
        bottom: -50px;
        width: 80vw;
        margin-right: 0;
        margin-left: auto;
    }
}
@media (max-width: 500px) {
    .lead_content {
        font-size: var(--fsize-18);
    }
    .lead_content .message {
        margin: 50px auto 0;
    }
}

/*NEWS*/
.news_content {
    margin: 0 auto;
    max-width: 1248px;
    width: 90%;
}
.news_content h2 {
    margin: 3.4em auto .9em;
    text-align: center;
}
.news_content ul {
    border: .25px solid #1a1a1a;
    border-radius: 10px;
    padding: 30px 50px;
}
.news_content li {
    display: flex;
    margin-bottom: 30px;
    border-bottom: .25px solid #1a1a1a;
    padding-bottom: 30px;
}
.news_content li:last-child {
    margin-bottom: 0px;
    border-bottom: unset;
    padding-bottom: 0px;
}
.news_content time {
    color: #1eacec;
    font-size: var(--fsize-18);
    font-family: var(--ffamily-num);
    width: 110px;
}
@media (max-width: 1200px) {
    .news_content h2 {
        margin: 2em auto .9em;
    }
}
@media (max-width: 900px) {
    .news_content li {
        flex-direction: column;
        gap: 1em;
    }
    .news_content ul {
        padding: 30px 30px;
    }
}
@media (max-width: 500px) {
    .news_content {
        margin: 90px auto 0;
    }
    .news_content ul {
        box-shadow: -.25px 0 0 #1a1a1a; /* 左に線を描く */
        padding: 5%;
    }
    .news_content li {
        margin-bottom: 5%;
        padding-bottom: 5%;
    }
}

/*COMPANY*/
.job_content {
    margin: 100px calc(50% - 50vw) 0;
}
.company_content h2 {
    text-align: center;
    margin: 3.4em auto .9em;
}
.company_content h4, .job_content h4 {
    text-align: center;
    color: #2e4a6f;
    position: relative;
    display: block;
    padding: 0 0 5px 0;
    border-bottom: solid .25px #2e4a6f;
    margin-inline: auto;
    width: fit-content;
    margin-bottom: 1.7em;
    letter-spacing: 0.025em;
}
.company_content h4::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    background-color: #fff; /*背景と同じ色に変更*/
    rotate: 135deg;
    translate: -50%;
}
.company_content h4::after, .job_content h4::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border: solid .25px;
    border-color: #2e4a6f #2e4a6f transparent transparent;
    rotate: 135deg;
    translate: -50%;
}

/****アーチ文字****/
.company_content .description_box_top p {
    font-size: var(--fsize-30);
    color: #d7263d;
}
.company_content .description_box_top span {
    position: relative;
}
.company_content .description_box_top span.dot {
    position: absolute; /* 親 span に対して絶対配置 */
    top: -0.6em;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5em;
    color: #d7263d;
    line-height: 1;
    pointer-events: none;
}
/****アーチ文字 END****/

.company_content .subsidiary, .company_content .construction, .company_content .stable {
    position: relative;
}
.company_content .subsidiary::after {
    content: "";
    position: absolute;
    background-image: url(../images/subsidiary.png);
    width: 80px;
    height: 80px;
    left: 50%;
    background-size: contain;
    transform: translate(-50%, 50%);
    background-repeat: no-repeat;
    margin-top: 30px;
    background-position: center;
}
.company_content .construction::after {
    content: "";
    position: absolute;
    background-image: url(../images/construction.png);
    width: 130px;
    height: 70px;
    left: 50%;
    background-size: contain;
    transform: translate(-50%, 50%);
    background-repeat: no-repeat;
    margin-top: 30px;
    background-position: center;
}
.company_content .stable::after {
    content: "";
    position: absolute;
    background-image: url(../images/check.png);
    width: 70px;
    height: 70px;
    left: 50%;
    background-size: contain;
    transform: translate(-50%, 50%);
    background-repeat: no-repeat;
    margin-top: 30px;
    background-position: center;
}
.company_content .card_wrap {
    display: flex;
    justify-content: center;
    gap: 30px;
    max-width: 1572px;
    width: 95%;
    margin: 0 auto;
}
.company_content .description_card {
    flex: 1;
    max-width: 504px;
    display: flex;
    flex-direction: column;
    justify-content: stretch; /* 上下を伸ばす */
    text-align: center;
    margin-bottom: 30px;
}
.company_content .description_box_bottom {
    flex: 1; /* 高さ揃え */
    text-align: left;
    font-size: var(--fsize-22);
    background-color: #1eacec;
    color: #fff;
    padding: .9em 1.136em;
    border-radius: 10px;
    line-height: 1.75;
    margin-top: 110px;
}
@media (max-width: 1200px) {
    .company_content h2 {
        margin: 2em auto .9em;
    }
    .company_content .card_wrap {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 90%;
        margin-bottom: 30px;
    }
    .company_content .description_card {
        align-items: baseline;
        flex-direction: initial;
        max-width: fit-content;
        gap: 20px;
    }
    .description_box_top {
        width: 45%;
    }
    .description_box_bottom {
        width: 65%;
    }
    .company_content .description_card {
        margin-bottom: 0;
    }
    .company_content .description_box_bottom {
        margin-top: 20px;
    }
    .company_content .description_box_top p {
        font-size: var(--fsize-28);
    }
    .company_content .subsidiary::after {
        width: 60px;
        height: 60px;
    }
    .company_content .construction::after {
        width: 110px;
        height: 60px;
    }
    .company_content .stable::after {
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 800px) {
    .company_content .description_card {
        flex-direction: column;
    }
    .description_box_top {
        width: 100%;
    }
    .description_box_bottom {
        width: 100%;
    }
    .company_content .description_box_bottom {
        margin-top: 70px;
    }
    .company_content .description_card {
        margin-bottom: 30px;
    }
}
@media (max-width: 768px) {
    .company_content h4, .job_content h4 {
        border-bottom: solid 2px #2e4a6f;
    }
    .company_content h4::after, .job_content h4::after {
        border: solid 2px #2e4a6f;
        border-color: #2e4a6f #2e4a6f transparent transparent;
    }
}
@media (max-width: 500px) {
    .company_content h2 {
        margin: 2em auto .5em;
    }
    .company_content .description_box_top p {
        font-size: var(--fsize-22);
    }
    .company_content .description_box_bottom {
        font-size: var(--fsize-18);
    }
    .company_content .card_wrap {
        margin-bottom: 0;
    }
    .company_content .subsidiary::after {
        margin-top: 20px;
    }
    .company_content .construction::after {
        margin-top: 20px;
    }
    .company_content .stable::after {
        margin-top: 20px;
    }
}
.equipment_box {
    max-width: 1632px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    border: solid 0.25px #1a1a1a;
    border-radius: 10px;
}
.equipment_box li {
    width: 50%;
    padding: 40px 50px;
    position: relative;
}
.equipment_box li:first-child::after {
    content: "";
    border-right: 0.25px solid #1a1a1a;
    position: absolute;
    right: 0;
    height: 90%;
    top: 50%;
    bottom: 50%;
    transform: translate(50%, -50%);
}
.equipment_box figure {
    max-width: 718px;
    margin: 0 auto;
}
.equipment_box h3 {
    margin-top: .875em;
    position: relative;
    margin-bottom: 1.857em;
}
.equipment_box h3::after {
    content: "";
    width: 50px;
    border: 1px solid #1a1a1a;
    position: absolute;
    left: 0;
    bottom: -25px;
}
@media (max-width: 1000px) {
    .equipment_box {
        flex-direction: column;
        align-items: center;
        gap: 0px;
        width: 90%;
    }
    .equipment_box li {
        width: 100%;
        padding: 30px 30px;
    }
    .equipment_box li:first-child {
        padding-bottom: 0;
    }
    .equipment_box li:first-child p {
        border-bottom: .25px solid #1a1a1a;
        padding-bottom: 30px;
    }
    .equipment_box li::after {
        display: none;
    }
}
@media (max-width: 500px) {
    .equipment_box {
        box-shadow: -.25px 0 0 #1a1a1a; /* 左に線を描く */
    }
    .equipment_box h3 {
        margin-bottom: 1.5em;
    }
    .equipment_box h3::after {
        bottom: -15px;
    }
    .equipment_box li {
        padding: 5%;
    }
}

/*DATA*/
.data_content h2 {
    text-align: center;
    margin: 3.4em auto .9em;
}
.data_content .caution {
    text-align: right;
    margin: 1.315em 0 3.684em 0;
}
.data_content .data_content_inner {
    max-width: 1248px;
    width: 90%;
    margin: 0 auto;
}
.data_content .circle {
    display: flex;
    flex-wrap: wrap;
    gap: 70px 70px;
    justify-content: center;
    position: relative;
}
.data_content .circle::before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 80%;
    z-index: -2;
    background-color: #efefef;
    top: 175px;
}
.data_content .circle::after {
    position: absolute;
    content: "";
    background-image: url(../images/common/concrete.png);
    background-size: cover;
    width: 100vw;
    height: 80%;
    opacity: 0.12;
    z-index: -1;
    top: 175px;
}
.data_content .circle li {
    background-color: #fff;
    border-radius: 50%;
    width: 350px;
    height: 350px;
    position: relative;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}
.item {
    font-size: var(--fsize-30);
    text-align: center;
    margin-bottom: 1em;
    line-height: 1.3;
}
.num {
    font-size: var(--fsize-25);
    text-align: center;
}
.num span {
    font-size: var(--fsize-100);
    color: #1eacec;
    vertical-align: sub;
    margin-right: 10px;
    font-family: var(--ffamily-num);
    line-height: 0.5;
    letter-spacing: -.01em;
}
.data_content li div {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
    text-align: center;
    width: 100%;
}
.item_1, .item_2, .item_3, .item_4, .item_5, .item_6, .item_7, .item_8, .item_9, .item_10, .item_11, .item_12, .item_13 {
    position: relative;
}
.item::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    background-position: center bottom;
    top: -130px;
    transform: translateX(-50%);
}
.item_1::after {
    background-image: url(../images/data/age.png);
}
.item_2::after {
    background-image: url(../images/data/employees.png);
}
.item_3::after {
    background-image: url(../images/data/sales.png);
}
.item_4::after {
    background-image: url(../images/data/a-l-of-employment.png);
}
.item_5::after {
    background-image: url(../images/data/overtime.png);
}
.item_6::after {
    background-image: url(../images/data/paid-leave.png);
}
.item_7::after {
    background-image: url(../images/data/childcare-leave.png);
}
.item_8::after {
    background-image: url(../images/data/annual-holiday.png);
}
.item_9::after {
    background-image: url(../images/data/female.png);
}
.item_10::after {
    background-image: url(../images/data/qualification.png);
}
.item_11::after {
    background-image: url(../images/data/patent.png);
}
.item_12::after {
    background-image: url(../images/data/parking.png);
}
.item_13::after {
    background-image: url(../images/data/access.png);
}
.map_box {
    display: flex;
    gap: 120px;
    justify-content: center;
    margin-top: 100px;
}
.map_box figure {
    max-width: 542px;
}
.map_box .item_wrap {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    height: fit-content;
    border-radius: 10px;
    width: fit-content;
}
.map_box .item_13 {
    margin-top: 100px;
}
.map_box .num {
    margin-bottom: 1em;
}
.map_box ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 30px;
    gap: 20px;
}
.map_box li {
    position: relative;
    padding-left: 20px;
}
.map_box li::after {
    position: absolute;
    content: "";
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 50%;
}
.map_box .kanto::after {
    background-color: #58a964;
}
.map_box .kyushu::after {
    background-color: #dc7695;
}
.map_box .tohoku::after {
    background-color: #5f92d8;
}
.map_box .chubu::after {
    background-color: #94c85a;
}
.map_box .chugoku::after {
    background-color: #e08f3f;
}
.map_box .hokkaido::after {
    background-color: #6bb8d3;
}
.map_box .kansai::after {
    background-color: #d7c33f;
}
.map_box .shikoku::after {
    background-color: #f36150;
}
.map_box .okinawa::after {
    background-color: #a57ad9;
}
.achievements {
    margin: 80px auto;
}
.achievements h3, .benefit h3 {
    border-bottom: 3px solid #1a1a1a;
    padding-bottom: .5em;
    margin-bottom: 40px;
}
.achievements ul {
    display: flex;
    flex-wrap: wrap;
    gap: 39px;
    justify-content: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.achievements li {
    position: relative;
}
.achievements figure img {
    border-radius: 10px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}
.achievements figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(17, 17, 17, 0.5);
    width: 100%;
    color: #fff;
    padding: .7em;
    font-size: var(--fsize-25);
}
.benefit h3 {
    margin-bottom: 0;
}

@media (max-width: 1386px) {
    .data_content .circle::before, .data_content .circle::after {
        height: 86%;
    }
}
@media (max-width: 1280px) {
    .data_content h2 {
        margin: 2em auto .9em;
    }
    .data_content .circle {
        gap: 50px;
    }
}
@media (max-width: 1200px) {
    .map_box {
        flex-direction: column-reverse;
        gap: 40px;
        align-items: center;
        margin-top: 70px;
    }
}
@media (max-width: 1100px) {
    .achievements ul {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .achievements h3 {
        margin-bottom: 20px;
    }
}
@media (max-width: 833px) {
    .data_content .circle::before, .data_content .circle::after {
        height: 86%;
        top: 125px;
    }
    .data_content .circle {
        gap: 50px 40px;
    }
    .data_content .circle li {
        width: 250px;
        height: 250px;
    }
    .item {
        margin-bottom: .6em;
    }
    .item::after {
        top: -95px;
        width: 80px;
        height: 80px;
    }
    .num span {
        font-size: var(--fsize-80);
    }
    .map_box {
        margin-top: 60px;
    }
    .map_box .item_13 {
        margin-top: 70px;
    }
}
@media (max-width: 768px) {
    .achievements figcaption {
        position: relative;
        transform: inherit;
        color: #111111;
        background-color: inherit;
        text-align: left;
        top: inherit;
        left: inherit;
        padding: 0;
        margin-top: .3em;
        font-size: var(--fsize-20);
    }
}
@media (max-width: 600px) {
    .data_content .circle::before, .data_content .circle::after {
        height: 88%;
        top: 80px;
    }
    .data_content .circle {
        gap: 50px 30px;
    }
    .data_content .circle li {
        width: 190px;
        height: 190px;
    }
    .item {
        font-size: var(--fsize-25);
        margin-bottom: .5em;
    }
    .item::after {
        top: -80px;
        width: 70px;
        height: 70px;
    }
    .num {
        font-size: var(--fsize-20);
    }
    .num span {
        font-size: var(--fsize-64);
    }
    .map_box .num {
        margin-bottom: .5em;
    }
    .achievements figcaption {
        font-size: var(--fsize-18);
    }
    .achievements ul {
        grid-template-columns: 1fr;
    }
    .map_box .item_13 {
        margin-top: 50px;
    }
}
@media (max-width: 500px) {
    .data_content h2 {
        margin: 2em auto .9em;
    }
    .map_box .item_wrap {
        width: 100%;
    }
    .map_box ul {
        grid-template-columns: 1fr 1fr;
        width: fit-content;
        margin: 0 auto;
    }
    .achievements {
        margin: 70px auto 50px;
    }
    .achievements h3, .benefit h3 {
        padding-bottom: .2em;
    }
}
@media (max-width: 455px) {
    .data_content .circle::before, .data_content .circle::after {
        height: 89%;
        top: 75px;
    }
    .data_content .circle {
        gap: 60px 30px;
    }
    .data_content .circle li {
        width: 150px;
        height: 150px;
    }
    .num span {
        font-size: var(--fsize-60);
    }
    .item {
        font-size: var(--fsize-20);
    }
    .item::after {
        top: -70px;
        width: 60px;
        height: 60px;
    }
    .num {
        font-size: var(--fsize-18);
    }
}
@media (max-width: 366px) {
    .data_content .circle::before, .data_content .circle::after {
        height: 89%;
        top: 60px;
    }
    .data_content .circle li {
        width: 120px;
        height: 120px;
    }
    .item::after {
        top: -45px;
        width: 40px;
        height: 40px;
    }
    .item {
        font-size: var(--fsize-15);
    }
    .num span {
        font-size: var(--fsize-50);
    }
    .data_content .circle {
        gap: 35px 30px;
    }
    .map_box .item_13 {
        margin-top: 30px;
    }
    .map_box {
        margin-top: 40px;
    }
}

/*JOB*/
.job_content {
    background-color: #f9f1ea;
}
.job_content_inner{
    padding: 80px 0;
}
.job_content_inner::before {
    position: absolute;
    content: "";
    background-image: url(../images/nissin-bousai_1.png);
    height: 110%;
    width: 120px;
    top: -30px;
    left: -50px;
    background-repeat: repeat-y;
    background-size: cover;
}
.job_content_inner::after {
    position: absolute;
    content: "";
    background-image: url(../images/nissin-bousai_2.png);
    height: 110%;
    width: 120px;
    top: -20px;
    right: -50px;
    background-repeat: repeat-y;
    background-size: cover;
}
.job_content h2 {
    text-align: center;
    margin: 0 auto .9em;
}
.job_content h4::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    background-color: #f9f1ea; /*背景と同じ色に変更*/
    rotate: 135deg;
    translate: -50%;
}
.job_figure {
    margin: 40px auto 70px;
}
@media (max-width: 1400px) {
    .job_content_inner::before, .job_content_inner::after {
        display: none;
    }
}
@media (max-width: 768px) {
    .job_content_inner {
        padding: 70px 0;
    }
}
@media (max-width: 500px) {
    .job_content {
        margin: 70px calc(50% - 50vw) 0;
    }
    .job_content h2 {
        margin: 0 auto .5em;
    }
    .job_content_inner {
        padding: 50px 0;
    }
}

/*INTERVIEW*/
.interview_inner {
    max-width: 1728px;
}

/*REQUIREMENT*/
.requirement_content {
    position: relative;
    color: #fff;
    margin-top: 100px;
}
.requirement_inner {
    max-width: 1536px;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    background: linear-gradient(#1eacec, #1eacec, #017cc8);
    position: relative;
}
.requirement_inner::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    background-image: url(../images/abstract_2.png);
    background-size: contain;
}
.requirement_inner::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-image: url(../images/abstract_3.png);
    background-size: contain;
}
.requirement_content h2 {
    text-align: center;
    padding-top: 1.4em;
    margin-bottom: 1.8em;
}
.requirement_content h3 {
    max-width: 1344px;
    margin: 0 auto 1.857em;
    width: 90%;
}
.requirement_message {
    display: flex;
    justify-content: space-between;
    max-width: 1344px;
    margin: 0 auto;
    width: 90%;
}
.requirement_message p {
    width: 61.16%;
}
.requirement_message div {
    width: 27.47vw;
}
.requirement_button {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin: 70px 0 0;
    padding-bottom: 70px;
}
.requirement_content .btn_1 a {
    border: 3px solid #fff;
}
.requirement_content .btn_1 a:hover {
    opacity: .5;
    background: #fff;
    color: #1eacec;
    border: 3px solid #fff;
}
@media (max-width: 1200px) {
    .requirement_message {
        flex-direction: column;
        gap: 50px;
    }
    .requirement_message p {
        width: 100%;
    }
    .requirement_message div {
        width: 70%;
        margin: 0 auto;
    }
    .requirement_button {
        gap: 30px;
    }
    .requirement_content h2 {
        margin-bottom: .9em;
    }
}
@media (max-width: 768px) {
    .requirement_button {
        flex-direction: column;
        margin: 50px 0;
    }
    .requirement_message div {
        width: 80%;
    }
    .requirement_content h3 {
        margin: 0 auto 1.3em;
    }
    .requirement_message {
        gap: 30px;
    }
}
@media (max-width: 500px) {
    .requirement_content h2 {
        margin-bottom: .9em;
    }
    .requirement_content {
        margin-top: 70px;
    }
    .requirement_inner::before, .requirement_inner::after {
        width: 30px;
        height: 30px;
    }
    .requirement_button {
        padding-bottom: 10%;
        margin: 30px 0 0;
        gap: 20px;
    }
    .btn_3 {
        margin-top: 40px;
    }
    ._message {
        gap: 15px;
    }
}

/*FAQ*/
.faq_content h2 {
    text-align: center;
    margin: 3.4em auto .9em;
}
.faq_content li div {
    position: relative;
}
.faq_content li div::after {
    content: "";
    background-size: contain;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
}
.faq_content li:first-child div::after {
    background-image: url(../images/faq/conversation.png);
    top: 75%;
    left: 50%;
}
.faq_content li:nth-child(2) div::after {
    background-image: url(../images/faq/inexperienced.png);
    top: 55%;
    left: 50%;
}
.faq_content li:last-child div::after {
    background-image: url(../images/faq/good.png);
    top: 75%;
    left: 50%;
    background-position: center;
}
@media (max-width: 1824px) {
    .faq_content li:first-child div::after, .faq_content li:last-child div::after {
        top: 55%;
    }
}
@media (max-width: 1200px) {
    .faq_content h2 {
        margin: 2em auto .9em;
    }
}
@media (max-width: 768px) {
    .faq_content .btn_1 a {
        width: 90%;
    }
}
@media (max-width: 600px) {
    .faq_content .btn_1 a {
        width: 70%;
    }
}
@media (max-width: 500px) {
    .faq_content h5 {
        font-size: var(--fsize-17);
    }
    .faq_content li {
        box-shadow: -.25px 0 0 #1a1a1a;
    }
    .faq_content li h5 span, .faq_content li div span {
        font-size: var(--fsize-17);
    }
    .faq_content .btn_1 a {
        width: 80%;
    }
}

/*CONTACT*/
.contact_content {
    position: relative;
}
.contact_content h2 {
    text-align: center;
    margin: 3.4em auto 1.8em;
}
.contact_content h3 {
    margin: 0 auto 1.857em;
    color: #2e4a6f;
}
.contact_content section {
    display: flex;
    justify-content: space-between;
    max-width: 1824px;
    margin-right: 0;
    margin-left: auto;
}
.contact_content .contact_message {
    margin-right: 100px;
    margin-left: auto;
    max-width: 946px;
    width: 51.86vw;
    position: relative;
}
.contact_content .contact_message::after {
    position: absolute;
    background-image: url(../images/abstract_1.png);
    width: 764px;
    height: 764px;
    background-repeat: no-repeat;
    background-position: center top;
    content: "";
    top: 0;
    z-index: -2;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
}
.btn_3 {
    margin-top: 60px;
    text-align: right;
}
.contact_content .contact_img {
    position: relative;
    margin-right: 40px;
}
.contact_content img {
    border-radius: 10px;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
}
.contact_content .contact_img_1 {
    width: 420px;
    height: 460px;
    margin-right: 70px;
}
.contact_content .contact_img_2 {
    position: relative;
    bottom: 90px;
    width: 195px;
    height: 213px;
    margin-right: 0;
    margin-left: auto;
}
.contact_content .contact_img_2 img {
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
}
.contact_img_3 {
    max-width: 586px;
    height: 390px;
    bottom: 130px;
    position: relative;
    left: 50%;
    transform: translateX(-418px);
}
.contact_img_3::before {
    content: "";
    background-image: url(../images/line_2.png);
    width: 195px;
    height: 96px;
    background-size: contain;
    position: absolute;
    left: -261px;
    top: 63px;
    background-repeat: no-repeat;
}
.contact_img_3::after {
    content: "";
    background-image: url(../images/line_1.png);
    width: 164px;
    height: 164px;
    background-size: contain;
    position: absolute;
    right: -228px;
    top: -36px;
    background-repeat: no-repeat;
}
.contact_img_4 {
    width: 280px;
    height: 306px;
    position: absolute;
    top: 385px;
    z-index: -1;
}
.contact_img_4 img {
    border-radius: 0 10px 10px 0;
}
@media (max-width: 1850px) {
    .contact_img_4 {
        top: 500px;
    }
}
@media (max-width: 1650px) {
    .contact_img_4 {
        display: none;
    }
}
@media (max-width: 1500px) {
    .contact_content .contact_img {
        margin-right: 0;
    }
    .contact_content section {
        margin-left: 5%;
    }
}
@media (max-width: 1300px) {
    .contact_content section {
        flex-direction: column;
        margin-left: 0;
    }
    .contact_content .contact_message {
        width: 90%;
        margin: 0 auto;
    }
    .btn_3 {
        text-align: center;
    }
    .contact_img_1 {
        display: none;
    }
    .contact_img_3::before {
        display: none;
    }
    .contact_img_3::after {
        top: 100px;
    }
    .contact_content .contact_img {
        margin-right: 40px;
    }
}
@media (max-width: 1200px) {
    .contact_content h2 {
        margin: 2em auto .9em;
    }
}
@media (max-width: 950px) {
    .contact_content .contact_img_2 {
        display: none;
    }
    .contact_img_3 {
        margin: 70px auto;
        left: inherit;
        bottom: inherit;
        transform: inherit;
        width: 90%;
        height: inherit;
    }
    .contact_img_3::after {
        display: none;
    }
}
@media (max-width: 768px) {
    .contact_content h3 {
        margin: 0 auto 1.3em;
    }
    .contact_content .contact_message::after {
        width: 500px;
        height: 500px;
    }
}
@media (max-width: 550px) {
    .contact_content .contact_message::after {
        width: 320px;
        height: 320px;
        top: 20%;
    }
}

/*ENTRY*/
.entry_content {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
.entry_content h5 {
    line-height: 1.5;
    padding: 3.33em 0 3em 0;
    padding: 4em 0 2.8em 0;
    font-weight: 500;
    max-width: 1090px;
    width: 90%;
    margin: 0 auto;
}
.entry_content div {
    display: flex;
    gap: 80px;
    justify-content: center;
    margin-bottom: 100px;
}
@media (max-width: 1200px) {
    .entry_content div {
        gap: 30px;
    }
}
@media (max-width: 950px) {
    .entry_content h5 {
        padding: 2.32em 0 2.32em 0;
    }
    .entry_content div {
        margin-bottom: 70px;
    }
}
@media (max-width: 768px) {
    .entry_content div {
        flex-direction: column;
    } 
}
@media (max-width: 600px) {
    .entry_content div {
        gap: 20px;
    }
}
@media (max-width: 500px) {
    .entry_content div {
        margin-bottom: 50px;
    }
}

/*footer*/
.footer_inner {
    border-top: 0.25px solid #1a1a1a;
}