@charset "UTF-8";

/*  header
--------------------------------------------------*/
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 142px;
    padding: 0 30px;
    background-color: #fff;
}

.h-logo {
    width: 260px;
    height: 30px;
}

.h-logo img {
    vertical-align: super;
}

.h-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.h-info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.h-tel {
    padding: 10px 20px;
    background-color: #edf8ff;
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    line-height: 1;
}

.h-tel::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    background: url(/images/common/tel_icon.png) no-repeat center / contain;
}

.h-tel::after {
    content: "";
    display: inline-block;
    width: 227px;
    height: 13px;
    margin-left: 20px;
    background: url(/images/common/txt.svg) no-repeat center / contain;
    position: relative;
    top: -4px;
}

.h-mail {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-color: #28469e;
}

.h-nav_list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 50px;
    width: 590px;
}

.h-nav_item {
    position: relative;
}

.h-nav_item:not(:first-child)::before {
    content: "｜";
    color: #3badef;
    position: absolute;
    top: -10px;
    left: -33px;
}

.h-nav_item:nth-child(5)::before {
    content: none;
}

.h-nav_link {
    font-family: "Noto Serif JP", serif;
    line-height: 1;
}


/*  main-vis
--------------------------------------------------*/
.main-vis {
    width: 100%;
    height: 840px;
    background: url(/images/key/main-vis.jpg) no-repeat center / cover;
    position: relative;
}

.main-vis::before {
    content: "";
    width: 687px;
    height: 487px;
    background: url(/images/key/main-vis_logo.png) no-repeat center / contain;
    position: absolute;
    top: 20px;
    left: calc(50% - 990px);
}

.main-vis_catch {
    position: absolute;
    top: 160px;
    left: calc(50% - 960px);
    z-index: 1;
}

@media screen and (max-width: 1920px) {
    .main-vis::before {
        left: -30px;
    }

    .main-vis_catch {
        left: 0;
    }
}

.main-vis_catch_main {
    padding-left: 90px;
}

.main-vis_txt_small {
    display: inline-block;
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 2px solid #28469e;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1;
    color: #28469e;
}

.main-vis_txt_main {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 590px;
    margin-bottom: 100px;
}

.main-vis_txt_main .txt {
    display: inline-block;
    padding: 20px 30px;
    background: linear-gradient(90deg, #28469e, #3badef);
    font-family: "Noto Serif JP", serif;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1;
    color: #fff;
}

.main-vis_txt_label {
    width: 733px;
    height: 130px;
    padding-left: 85px;
    background-color: #28469e;
    clip-path: polygon(0 0, 100% 0%, calc(100% - 40px) 100%, 0% 100%);
    font-family: "Noto Serif JP", serif;
    font-size: 66px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 130px;
    color: #fff;
}

.official_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 540px;
    height: 210px;
    background: url(/images/key/official_link.jpg) no-repeat center / cover;
    outline: 1px solid #989898;
    outline-offset: -10px;
    text-align: center;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.official_link::before {
    content: "";
    width: 24px;
    height: 10px;
    background: url(/images/key/official_link_arrow.png) no-repeat center / contain;
    position: absolute;
    top: 20px;
    right: 20px;
}

.official_link::after {
    content: "";
    width: 24px;
    height: 10px;
    background: url(/images/key/official_link_arrow.png) no-repeat center / contain;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.official_link .en {
    font-family: "Frank Ruhl Libre", serif;
    font-size: 60px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
}

.official_link .ja {
    margin-top: 20px;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    color: #fff;
    line-height: 1;
}

/*  sub-vis
--------------------------------------------------*/
.sub-vis {
    display: flex;
    align-items: center;
    width: 100%;
    height: 470px;
    position: relative;
}

.sub-vis::before {
    content: "";
    width: 607px;
    height: 450px;
    background: url(/images/key/sub-vis_logo.png) no-repeat bottom left / contain;
    position: absolute;
    left: 0;
    bottom: 0;
}

.sub-vis_img,
.sub-vis_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.sub-vis_title {
    padding: 30px 70px;
    background: linear-gradient(90deg, #28469e, #3badef);
    font-family: "Noto Serif JP", serif;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1;
    color: #fff;
    position: absolute;
    left: calc(50% - 780px);
    z-index: 1;
}

@media screen and (max-width: 1660px) {
    .sub-vis_title {
        left: 50px;
    }

}

.side-btn {
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 5;
}


/*  top
--------------------------------------------------*/
.top-formwork {
    padding-bottom: 220px;
    background: url(/images/top/formwork_bg.png) no-repeat bottom left;
}

.top-formwork_title {
    margin-bottom: 80px;
}

.top-formwork_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-formwork_content {
    width: 610px;
}

.top-formwork_txt {
    margin-bottom: 60px;
}

.top-charm {
    margin-top: -240px;
    padding-top: 200px;
    background: url(/images/top/charm_bg.png) no-repeat top 240px right 0;
    background-color: #edf8ff;
    clip-path: polygon(0 240px, 100% 0, 100% 100%, 0% 100%);
    position: relative;
}

.top-charm::before {
    content: "";
    width: 598px;
    height: 625px;
    background: url(/images/top/charm_deco_r.png) no-repeat top right / contain;
    position: absolute;
    top: 333px;
    right: 0px;
    z-index: -1;
}

.top-charm::after {
    content: "";
    width: 750px;
    height: 597px;
    background: url(/images/top/charm_deco_l.png) no-repeat bottom left / contain;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.top-charm_title {
    margin-bottom: 75px;
}

.top-charm_list {
    display: flex;
    flex-wrap: wrap;
    gap: 85px 40px;
    margin-bottom: 130px;
}

.top-charm_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    width: 330px;
    height: 280px;
    padding-bottom: 40px;
    background-color: #fff;
    position: relative;
    counter-increment: number;
}

.top-charm_item::before {
    content: counter(number, decimal-leading-zero);
    font-family: "Frank Ruhl Libre", serif;
    font-size: 76px;
    font-weight: 400;
    line-height: 1;
    color: #92d3f9;
    position: absolute;
    top: -35px;
    z-index: 2;
}

.top-charm_item::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #ccecff;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.top-charm_item:nth-child(1),
.top-charm_item:nth-child(4) {
    top: 60px;
}

.top-charm_item:nth-child(2),
.top-charm_item:nth-child(5) {
    top: 30px;
}

.top-charm_item_txt {
    border-bottom: 2px solid #3badef;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.9;
}

.top-charm_btn {
    margin: 0 auto;
}

.top-link {
    padding: 0;
}

.top-link_list {
    display: flex;
}

.top-link_item {
    width: 33.33%;
    height: 340px;
    outline: 1px solid #989898;
    outline-offset: -10px;
}

.top-link_item:nth-child(1) {
    background: url(/images/top/top-link_career.jpg) no-repeat center / cover;
}

.top-link_item:nth-child(2) {
    background: url(/images/top/top-link_flow.jpg) no-repeat center / cover;
}

.top-link_item:nth-child(3) {
    background: url(/images/top/top-link_recruit.jpg) no-repeat center / cover;
}

.top-link_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}


.top-link_link .txt {
    font-family: "Frank Ruhl Libre", serif;
    font-size: clamp(55px, 3.85vw, 74px);
    font-weight: 400;
    line-height: calc(84 / 74);
    color: #fff;
    text-align: center;
}

.top-link_btn {
    width: 380px;
    height: 60px;
    position: relative;
}

.top-link_btn::before,
.top-link_btn::after {
    content: "";
    width: 24px;
    height: 10px;
    background: url(/images/top/top-link_arrow.png) no-repeat center / contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.top-link_btn::before {
    left: 0;
}

.top-link_btn::after {
    right: 0;
}

.top-link_btn .label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 380px;
    height: 60px;
    background-color: #28469e;
    clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0% 100%);
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    position: relative;
}

.top-company {
    background:
        url(/images/top/top-company_bg_top.png) no-repeat top center / contain,
        url(/images/top/top-company_bg_bottom.png) no-repeat bottom center / contain;
    position: relative;
}

.top-company_title {
    margin-bottom: 50px;
}

.map {
    width: 100%;
    height: 400px;
}

.map iframe {
    border: none;
    vertical-align: middle;
}

.top-news_wrapper {
    position: relative;
}

.top-news_title {
    width: 280px;
}

.top-news_btn {
    width: 280px;
    height: 80px;
}

.top_post_empty {
    width: 720px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.top-news_list {
    width: 720px;
    position: absolute;
    top: 0;
    right: 0;
}

.top-news_wrap {
    width: 720px;
}

.top-news_list_title .txt {
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/*  inc-recruit
--------------------------------------------------*/
.inc-recruit {
    width: 100%;
    height: 1220px;
    padding-top: 190px;
    background: url(/images/inc-recruit/bg.jpg) no-repeat center / cover;
    position: relative;
    z-index: 1;
}

.inc-recruit::before {
    content: "";
    width: 100%;
    height: 1060px;
    background-color: #3badef;
    clip-path: polygon(0 240px, 100% 0, 100% 100%, 0% 100%);
    opacity: 0.2;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.inc-recruit_item {
    position: relative;
}

.inc-recruit_item:nth-child(1) {
    margin-bottom: 90px;
}

.inc-recruit_wrap {
    position: relative;
}

.inc-recruit_item:nth-child(1) .inc-recruit_wrap {
    padding-left: 300px;
}

.inc-recruit_item:nth-child(2) .inc-recruit_wrap {
    padding-left: 320px;
}

.inc-recruit_illust {
    position: absolute;
}

.inc-recruit_item:nth-child(1) .inc-recruit_illust {
    top: 0;
    left: 30px;
}

.inc-recruit_item:nth-child(2) .inc-recruit_illust {
    top: 0;
    right: 60px;
}

.inc-recruit_img {
    position: absolute;
}

.inc-recruit_item:nth-child(1) .inc-recruit_img {
    top: -70px;
    right: 0;
}

.inc-recruit_item:nth-child(2) .inc-recruit_img {
    top: -21px;
    left: 0;
}

.inc-recruit_content {
    padding-top: 180px;
    position: relative;
    z-index: 1;
}

.inc-recruit_content_title {
    display: inline-block;
    margin-bottom: 20px;
    padding: 25px 40px;
    background: linear-gradient(90deg, #28469e, #3badef);
    clip-path: polygon(30px 0, 100% 0, calc(100% - 30px) 100%, 0% 100%);
    font-family: "Noto Serif JP", serif;
    font-size: 40px;
    line-height: 1;
    color: #fff;
}

.inc-recurit_content_label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.inc-recurit_content_label .txt {
    display: inline-block;
    padding: 10px 20px;
    background-color: #92d3f9;
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.animation01 {
    animation: animation01 1.5s ease-in-out infinite alternate-reverse;
}

/* @keyframesの用意 */
@keyframes animation01 {
    0% {
        transform: scale(1.0) translateY(0);
    }

    15% {
        transform: scale(0.98) translateY(5px);
    }

    30% {
        transform: scale(1.05) translateY(-10px);
    }

    50% {
        transform: scale(0.98) translateY(5px);
    }

    70% {
        transform: scale(1.0) translateY(0);
    }

    100% {
        transform: scale(1.0) translateY(0);
    }
}


/*  footer
--------------------------------------------------*/
.footer {
    padding-top: 80px;
    padding-bottom: 15px;
    background: url(/images/common/f_bg.jpg) no-repeat center / cover;
}

.f_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.f-logo {
    margin-bottom: 40px;
}

.f-data_lsit {
    margin-bottom: 40px;
}

.f-btn {
    width: 280px;
    height: 60px;
}

.f-official_btn {
    background-color: #989898;
}

.f_contact {
    width: 330px;
}

.f_contact_title {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.f_contact_title .main {
    font-size: 74px;
    position: relative;
}

.f_contact_deco {
    width: 60px;
    height: 60px;
    background: url(/images/common/contact_title_deco.png) no-repeat center / contain;
    position: absolute;
    right: -25px;
    bottom: -20px;
    z-index: -1;
}

.f_contact_illust {
    width: 40px;
    height: 38px;
    background: url(/images/common/contact_title_illust.png) no-repeat center / contain;
    position: absolute;
    right: -40px;
    bottom: -30px;
}

.f-contact_btn {
    margin: 0 auto;
}

.f-contact_btn::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 16px;
    margin-right: 10px;
    background: url(/images/common/mail_icon.png) no-repeat center / contain;
}

.f-nav {
    width: 100%;
    margin-top: 80px;
}

.f-nav_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px 50px;
    width: 925px;
    margin: 0 auto;
}

.f-nav_item {
    font-family: "Noto Serif JP", serif;
    line-height: 1;
    position: relative;
}

.f-nav_item:not(:first-child)::before {
    content: "｜";
    color: #3badef;
    position: absolute;
    left: -33px;
}

.f-nav_item:nth-child(7)::before {
    content: none;
}

.copyright {
    width: 100%;
    margin-top: 40px;
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    color: #3badef;
    text-align: center;
}


.animation02 {
    animation: animation02 3s ease-in-out infinite;
    opacity: 1;
}

@keyframes animation02 {

    0%,
    40%,
    60%,
    80%,
    100% {
        transform: scale(1.2) translate(5px, -10px);
    }

    50%,
    70% {
        transform: scale(1.0) translate(0px, 0px);
    }
}

/* .animation03 {
  animation: animation03 2.5s ease-out infinite;
  opacity: 1;
}
@keyframes animation03 {
  0%, 40%, 60%, 80%, 100% {
    opacity: 1;
  }
  50%, 70% {
    opacity: 0.7;
  }
} */


/*  about
--------------------------------------------------*/
.service {
    padding-bottom: 220px;
    background: url(/images/about/service_bg.png) no-repeat left bottom 130px;
    position: relative;
}

.service_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    margin-bottom: 100px;
}

.service_sub-title {
    margin-bottom: 60px;
    text-align: center;
}

.service_sub-title .txt {
    display: inline-block;
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0em;
    line-height: 1;
    position: relative;
}

.service_sub-title .txt::before {
    content: "";
    width: calc(100% + 40px);
    height: 20px;
    background-color: #92d3f9;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    z-index: -1;
}

.service_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.service_item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    width: 520px;
    height: 190px;
    border: 1px solid #3badef;
}

.service_item_title {
    padding-bottom: 5px;
    border-bottom: 2px solid #3badef;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0em;
}

.service_item_txt {
    text-align: center;
}

.strong-point {
    margin-top: -220px;
    padding-top: 200px;
    background: url(/images/about/strong_point_bg.png) no-repeat top 240px right 0;
    background-color: #edf8ff;
    clip-path: polygon(0 220px, 100% 0, 100% 100%, 0% 100%);
}

.strong-point::before {
    content: "";
    width: 598px;
    height: 625px;
    background: url(/images/about/strong_point_deco_r.png) no-repeat top right / contain;
    position: absolute;
    top: 333px;
    right: 0px;
    z-index: -1;
}

.strong-point::after {
    content: "";
    width: 750px;
    height: 597px;
    background: url(/images/about/strong_point_deco_l.png) no-repeat bottom left / contain;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.strong-point_item {
    width: 980px;
    margin-left: 20px;
    padding: 50px 0 50px 280px;
    background-color: #fff;
    position: relative;
}

.strong-point_item:not(:last-child) {
    margin-bottom: 40px;
}

.strong-point_item:nth-child(2) {
    margin-left: 90px;
}

.strong-point_item::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #ccecff;
    position: absolute;
    top: 10px;
    left: 10px;
}

.strong-point_item_num {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: "Frank Ruhl Libre", serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 1;
    color: #92d3f9;
    position: absolute;
    top: 75px;
    left: -20px;
}

.strong-point_item_num .large {
    font-size: 76px;
}

.strong-point_item_title {
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid #3badef;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0em;
}

.message {
    background:
        url(/images/about/message_bg_top.png) no-repeat top center / contain;
}

.message_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    padding: 80px;
    border: 1px solid #92d3f9;
}

.career {
    padding-bottom: 220px;
    background: url(/images/career/career_bg.png) no-repeat bottom left;
}

.career_lead {
    margin-bottom: 40px;
    text-align: center;
}

.career_item {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 820px;
    padding: 50px 0 50px 100px;
    position: relative;
}

.career_item:not(:last-child) {
    margin-bottom: 40px;
}

.career_item::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #3badef;
    position: absolute;
    top: 10px;
    left: 10px;
}

.career_item:not(:last-child)::after {
    content: "";
    width: 24px;
    height: 48px;
    background: url(/images/career/career_arw.png) no-repeat bottom center / contain;
    position: absolute;
    left: -2px;
    bottom: -20px;
}

.career_item:nth-child(1) {
    margin-left: 40px;
    background: rgba(146, 211, 249, 0.1);
}

.career_item:nth-child(2) {
    margin-left: 105px;
    background: rgba(146, 211, 249, 0.3);
}

.career_item:nth-child(3) {
    margin-left: 165px;
    background: rgba(146, 211, 249, 0.4);
}

.career_item:nth-child(4) {
    margin-left: 225px;
    background: rgba(146, 211, 249, 0.6);
}


.career_item_num {
    font-family: "Frank Ruhl Libre", serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #28469e;
    position: absolute;
    top: 85px;
    left: -25px;
}

.career_item_num .large {
    display: block;
    margin-top: -7px;
    font-size: 76px;
    font-weight: 400;
}

.career_item_title {
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid #3badef;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
}

.career_item_salary {
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1;
}

.career_item_salary .label {
    display: inline-block;
    padding: 5px 12px 8px;
    margin-right: 20px;
    background-color: #3badef;
    color: #fff;
}

.flow {
    margin-top: -240px;
    padding-top: 200px;
    background: url(/images/top/charm_bg.png) no-repeat top 240px right 0;
    background-color: #edf8ff;
    clip-path: polygon(0 240px, 100% 0, 100% 100%, 0% 100%);
    position: relative;
}

.flow::before {
    content: "";
    width: 598px;
    height: 625px;
    background: url(/images/top/charm_deco_r.png) no-repeat top right / contain;
    position: absolute;
    top: 333px;
    right: 0px;
    z-index: -1;
}

.flow::after {
    content: "";
    width: 750px;
    height: 597px;
    background: url(/images/top/charm_deco_l.png) no-repeat bottom left / contain;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.flow_item {
    display: flex;
    align-items: flex-start;
    gap: 115px;
    padding-left: 90px;
    position: relative;
}

.flow_item:not(:last-child) {
    margin-bottom: 60px;
}

.flow_item_time {
    display: inline-block;
    margin-right: 20px;
    font-family: "Frank Ruhl Libre", serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    background: linear-gradient(90deg, #28469e 0%, #3badef 50%, #28469e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.flow_item_title {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid #3badef;
    font-weight: 500;
}

.flow_item_txt {
    margin-top: 10px;
}

.flow_item_arw {
    width: 2px;
    height: 140px;
    border: 1px solid #28469e;
    position: absolute;
    top: 15px;
    left: 370px;
}

.flow_item_arw::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #28469e;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
}

.flow_item_arw::after {
    content: "";
    width: 12px;
    height: 24px;
    background: url(/images/career/flow_arw.png) no-repeat center / contain;
    position: absolute;
    left: 50%;
    bottom: -35px;
    transform: translateX(-50%);
}

.flow_item:last-child .flow_item_arw {
    border: none;
}

.flow_item:last-child .flow_item_arw::after {
    content: none;
}

/*  charm
--------------------------------------------------*/
.job {
    padding-bottom: 320px;
    background: url(/images/charm/job_bg.png) no-repeat bottom -200px left;
}

.job_title {
    margin-bottom: 150px;
}

.job_title .main {
    line-height: 1.1;
}

.job_list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 25px 50px;
    height: 160px;
    padding-left: 330px;
    position: relative;
}

.job_list::before {
    content: "";
    width: 248px;
    height: 344px;
    background: url(/images/charm/job_illust.png) no-repeat center / contain;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
}

.job_item {
    padding-left: 28px;
    position: relative;
}

.job_item::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(/images/charm/job_check.png) no-repeat center / contain;
    position: absolute;
    top: 8px;
    left: 0;
}

.job_item .txt {
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 2px solid #3badef;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.charm {
    margin-top: -240px;
    padding-top: 200px;
    background: url(/images/charm/charm_bg.png) no-repeat top 240px right 0;
    background-color: #edf8ff;
    clip-path: polygon(0 240px, 100% 0, 100% 100%, 0% 100%);
    position: relative;
}

.charm::before {
    content: "";
    width: 598px;
    height: 625px;
    background: url(/images/charm/charm_deco_r.png) no-repeat top right / contain;
    position: absolute;
    top: 333px;
    right: 0px;
    z-index: -1;
}

.charm::after {
    content: "";
    width: 750px;
    height: 597px;
    background: url(/images/charm/charm_deco_l.png) no-repeat bottom left / contain;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.charm_item {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 980px;
    padding: 50px 0 50px 90px;
    background-color: #fff;
    position: relative;
    counter-increment: number;
}

.charm_item::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #ccecff;
    position: absolute;
    top: 10px;
    left: 10px;
}

.charm_item::after {
    content: counter(number, decimal-leading-zero);
    font-family: "Frank Ruhl Libre", serif;
    font-size: 76px;
    font-weight: 300;
    color: #92d3f9;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}

.charm_item:not(:last-child) {
    margin-bottom: 40px;
}

.charm_item:nth-child(2n) {
    margin-left: 90px;
}

.charm_item_title {
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid #3badef;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0em;
}

.charm_sub-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0 40px;
    height: 140px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #92d3f9;
    position: relative;
}

.charm_sub-list::before {
    content: "例";
    display: inline-block;
    padding-right: 15px;
    background-color: #fff;
    font-weight: 500;
    line-height: 1;
    color: #3badef;
    position: absolute;
    top: -10px;
    left: 0;
}

.charm_sub-item {
    font-size: 14px;
}

.charm_sub-item::before {
    content: "・";
}

.staff {
    background:
        url(/images/charm/charm_bg_top.png) no-repeat top center / contain,
        url(/images/charm/charm_bg_bottom.png) no-repeat bottom center / contain;
    position: relative;
}

.staff_item {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 80px;
    border: 1px solid #92d3f9;
}

.staff_item:not(:last-child) {
    margin-bottom: 30px;
}

.staff_img {
    width: 170px;
    height: 200px;
}

.staff_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.staff_item_wrap {
    flex: 1;
}

.staff_item_name {
    display: inline-block;
    margin-right: 25px;
    padding-bottom: 8px;
    border-bottom: 2px solid #3badef;
    font-size: 20px;
    line-height: 1;
}

.staff_item_info {
    display: inline-block;
}

.staff_item_info .color {
    color: #3badef;
}

.staff_item_txt {
    margin-top: 20px;
}

.profile {
    padding-bottom: 220px;
    background: url(/images/recruit/profile_bg.png) no-repeat bottom -30px left;
}

.profile_title {
    margin-bottom: 130px;
}

.profile_wrap {
    position: relative;
    text-align: center;
}

.profile_item {
    padding-bottom: 8px;
    font-size: 20px;
    line-height: 1.2;
    position: absolute;
}

.profile_item::before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #3badef;
    transform: rotate(35deg);
    position: absolute;
    bottom: -9px;
}

.profile_item:nth-child(2n)::before {
    transform: rotate(-35deg);
}

.profile_item .txt::before,
.profile_item .txt::after {
    content: "";
    height: 2px;
    background-color: #3badef;
    position: absolute;
    bottom: 0;
}

.profile_item .txt::before {
    left: 0;
}

.profile_item .txt::after {
    right: 0;
}

.profile_item:nth-child(1) {
    top: -60px;
    left: 170px;
}

.profile_item:nth-child(1):before {
    left: 112px;
}

.profile_item:nth-child(1) .txt::before {
    width: 115px;
}

.profile_item:nth-child(1) .txt::after {
    width: 135px;
}

.profile_item:nth-child(1)::after {
    position: absolute;
    left: 110px;
    bottom: -23px;
}

.profile_item:nth-child(2) {
    top: -35px;
    right: 40px;
}

.profile_item:nth-child(2):before {
    left: 143px;
}

.profile_item:nth-child(2) .txt::before {
    width: 140px;
}

.profile_item:nth-child(2) .txt::after {
    width: 150px;
}

.profile_item:nth-child(2)::after {
    position: absolute;
    left: 110px;
    bottom: -23px;
}

.profile_item:nth-child(3) {
    top: 85px;
    left: 40px;
}

.profile_item:nth-child(3):before {
    left: 110px;
}

.profile_item:nth-child(3) .txt::before {
    width: 113px;
}

.profile_item:nth-child(3) .txt::after {
    width: 75px;
}

.profile_item:nth-child(3)::after {
    position: absolute;
    left: 110px;
    bottom: -23px;
}

.profile_item:nth-child(4) {
    top: 195px;
    right: 70px;
}

.profile_item:nth-child(4):before {
    left: 46px;
}

.profile_item:nth-child(4) .txt::before {
    width: 40px;
}

.profile_item:nth-child(4) .txt::after {
    width: 127px;
}

.profile_item:nth-child(4)::after {
    position: absolute;
    left: 110px;
    bottom: -23px;
}

.profile_item:nth-child(5) {
    top: 225px;
    left: 82px;
}

.profile_item:nth-child(5):before {
    left: 39px;
}

.profile_item:nth-child(5) .txt::before {
    width: 42px;
}

.profile_item:nth-child(5) .txt::after {
    width: 47px;
}

.profile_item:nth-child(5)::after {
    position: absolute;
    left: 110px;
    bottom: -23px;
}

.recruit-flow {
    margin-top: -240px;
    padding-top: 200px;
    background: url(/images/recruit/flow_bg.png) no-repeat top 240px right 0;
    background-color: #edf8ff;
    clip-path: polygon(0 240px, 100% 0, 100% 100%, 0% 100%);
    position: relative;
}

.recruit-flow::before {
    content: "";
    width: 598px;
    height: 625px;
    background: url(/images/recruit/flow_deco_r.png) no-repeat top right / contain;
    position: absolute;
    top: 333px;
    right: 0px;
    z-index: -1;
}

.recruit-flow::after {
    content: "";
    width: 750px;
    height: 597px;
    background: url(/images/recruit/flow_deco_l.png) no-repeat bottom left / contain;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.recruit-flow_item {
    display: flex;
    align-items: center;
    gap: 40px;
    width: 980px;
    padding: 50px 0 50px 90px;
    background-color: #fff;
    position: relative;
    counter-increment: number;
}

.recruit-flow_item::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #ccecff;
    position: absolute;
    top: 10px;
    left: 10px;
    pointer-events: none;
}

.recruit-flow_item::after {
    content: counter(number, decimal-leading-zero);
    font-family: "Frank Ruhl Libre", serif;
    font-size: 76px;
    font-weight: 300;
    color: #92d3f9;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}

.recruit-flow_item:not(:last-child) {
    margin-bottom: 40px;
}

.recruit-flow_item:nth-child(2n) {
    margin-left: 90px;
}

.recruit-flow_item_title {
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid #3badef;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0em;
}

.recruit-flow_item_info {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}

.recruit-flow_tel {
    padding: 6px 18px;
    background-color: #edf8ff;
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    line-height: 1;
}

.recruit-flow_tel::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    background: url(/images/common/tel_icon.png) no-repeat center / contain;
}

.recruit-flow_tel::after {
    content: "";
    display: inline-block;
    width: 227px;
    height: 13px;
    margin-left: 20px;
    background: url(/images/common/txt.svg) no-repeat center / contain;
    position: relative;
    top: -4px;
}

.recruit-flow_mail {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-color: #28469e;
}

.recruit {
    background:
        url(/images/recruit/recruit_bg_top.png) no-repeat top center / contain,
        url(/images/recruit/recruit_bg_bottom.png) no-repeat bottom center / contain;
    position: relative;
}

.recruit_title {
    margin-bottom: 50px;
}

.recruit_partner {
    width: 890px;
    height: 340px;
    margin: 70px auto 0;
    padding: 50px 40px;
    background: url(/images/recruit/partner.jpg) no-repeat center / cover;
    outline: 1px solid #989898;
    outline-offset: -10px;
}

.recruit_title {
    width: 520px;
    height: 60px;
    margin-bottom: 20px;
    padding-left: 40px;
    background-color: #28469e;
    clip-path: polygon(0 0, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0em;
    line-height: 60px;
    color: #fff;
    position: relative;
    left: -40px;
}

.recruit_txt {
    font-weight: 400;
    color: #fff;
}

/*# sourceMappingURL=style.css.map */