@charset "UTF-8";

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

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

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

.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: 450px;
    background: url(/images/key/main-vis.jpg) no-repeat center right -130px / cover;
    position: relative;
}

.main-vis::before {
    content: "";
    width: 350px;
    height: 250px;
    background: url(/images/key/main-vis_logo.png) no-repeat center / contain;
    position: absolute;
    bottom: 110px;
}

.main-vis_catch {
    position: absolute;
    top: 30px;
    z-index: 1;
}

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

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

.main-vis_txt_main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

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

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

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

.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: 30px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
}

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

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

.sub-vis::before {
    content: "";
    width: 260px;
    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: 15px 35px;
    background: linear-gradient(90deg, #28469e, #3badef);
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1;
    color: #fff;
    position: absolute;
    z-index: 1;
}


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


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

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

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

.top-formwork_map {
    width: 250px;
    margin: 0 auto 30px;
}

.top-formwork_content {
    width: 100%;
}

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

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

.top-charm::before {
    content: "";
    width: 300px;
    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: 300px;
    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;
    justify-content: center;
    gap: 20px 10px;
    margin-bottom: 50px;
}

.top-charm_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    width: calc(50% - 5px);
    max-width: 250px;
    height: 200px;
    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: 46px;
    font-weight: 400;
    line-height: 1;
    color: #92d3f9;
    position: absolute;
    top: -15px;
    z-index: 2;
}

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

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

.top-charm_item_img {
    width: 100%;
    height: 65px;
}

.top-charm_item_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

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

.top-charm_btn {
    margin: 0 auto;
}

.top-link {
    padding: 0;
}

.top-link_list {
    display: flex;
    flex-direction: column;
}

.top-link_item {
    width: 100%;
    height: 160px;
    outline: 1px solid #989898;
    outline-offset: -5px;
}

.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: 10px;
}


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

.top-link_btn {
    width: 260px;
    height: 40px;
    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: 260px;
    height: 40px;
    margin: 0 auto;
    background-color: #28469e;
    clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0% 100%);
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    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: 30px;
}

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

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

.top-news_wrapper {
    position: relative;
}

.top-news_title {
    width: 100%;
}

.top-news_btn {
    margin: 30px auto 0;
}

.top_post_empty {
    width: 100%;
}

.top-news_list {
    width: 100%;
}

.top-news_wrap {
    width: 100%;
}

.top-news_content {
    width: 100%;
}

.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%;
    padding: 50px 0 80px;
    background: url(/images/inc-recruit/bg.jpg) no-repeat center / cover;
    position: relative;
    z-index: 1;
}

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

.inc-recruit_item {
    width: 335px;
    margin: 0 auto;
    position: relative;
}

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

.inc-recruit_wrap {
    position: relative;
}

.inc-recruit_illust {
    position: relative;
    z-index: 1;
}

.inc-recruit_illust img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.inc-recruit_item:nth-child(1) .inc-recruit_illust {
    width: 170px;
    height: 254px;
    left: 0px;
    bottom: -10px;
}

.inc-recruit_item:nth-child(2) .inc-recruit_illust {
    position: absolute;
    width: 150px;
    height: 342px;
    right: 0;
    bottom: -70px;
}


.inc-recruit_img {
    position: absolute;
}

.inc-recruit_item:nth-child(1) .inc-recruit_img {
    width: 250px;
    top: 30px;
    right: -30px;
}

.inc-recruit_item:nth-child(2) .inc-recruit_img {
    width: 300px;
    top: -90px;
    left: -30px;
}

.inc-recruit_content {
    position: relative;
    z-index: 1;
}

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

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

.inc-recurit_content_label .txt {
    display: inline-block;
    padding: 10px;
    background-color: #92d3f9;
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    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-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.f-logo {
    width: 200px;
    margin: 0 auto 30px;
}

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

.f-btn {
    width: 250px;
    height: 50px;
    margin: 0 auto;
}

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

.f_contact {
    width: 330px;
}

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

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

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

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

.f-contact_btn {
    margin: 0 auto;
}

.f-contact_btn::before {
    content: "";
    display: inline-block;
    width: 20px;
    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%;
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
    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: 100px;
    background: url(/images/about/service_bg.png) no-repeat left -200px bottom 80px;
    position: relative;
}

.service_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

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

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

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

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

.service_item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    width: 335px;
    height: 140px;
    padding: 10px;
    border: 1px solid #3badef;
}

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

.service_item_txt {
    text-align: center;
}

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

.strong-point::before {
    content: "";
    width: 300px;
    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: 300px;
    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: 100%;
    padding: 20px;
    background-color: #fff;
    position: relative;
}

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

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

.strong-point_item_num {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
    font-family: "Frank Ruhl Libre", serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1;
    color: #92d3f9;
}

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

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

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

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

.career {
    padding-bottom: 100px;
    background: url(/images/top/formwork_bg.png) no-repeat bottom left -200px;
    background-size: 530px;
}


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

.career_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 40px 20px 20px;
    position: relative;
}

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

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

.career_item:not(:last-child):after {
    content: "";
    width: 22px;
    height: 48px;
    background: url(/images/career/career_arw.png) no-repeat bottom center / contain;
    position: absolute;
    left: 5px;
    bottom: -35px;
    z-index: 1;
}

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

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

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

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


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

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

.career_item_icon {
    height: 80px;
}

.career_item_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.career_item_title {
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid #3badef;
    font-size: 16px;
    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 10px;
    margin-right: 10px;
    background-color: #3badef;
    color: #fff;
}

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

.flow::before {
    content: "";
    width: 300px;
    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: 300px;
    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;
    flex-direction: column;
    gap: 10px;
    padding-left: 20px;
    position: relative;
}

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

.flow_item_time {
    display: inline-block;
    margin-right: 10px;
    font-family: "Frank Ruhl Libre", serif;
    font-size: 30px;
    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: 3px;
    border-bottom: 2px solid #3badef;
    font-size: 16px;
    font-weight: 500;
}

.flow_item_txt {
    margin-top: 5px;
}

.flow_item_arw {
    width: 2px;
    height: calc(100% - 20px);
    border: 1px solid #28469e;
    position: absolute;
    top: 0;
    left: 0;
}

.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: -30px;
    transform: translateX(-50%);
}

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

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

.flow_item_img {
    width: 315px;
}

/*  charm
--------------------------------------------------*/
.job {
    padding-bottom: 100px;
    background: url(/images/top/formwork_bg.png) no-repeat bottom left -200px;
    background-size: 530px;
}

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

.job_list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
    width: 335px;
    margin: 0 auto;
    position: relative;
}

.job_list::before {
    content: "";
    display: block;
    width: 195px;
    height: 270px;
    margin: 0 auto;
    background: url(/images/charm/job_illust.png) no-repeat center / contain;
}

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

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

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

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

.charm::before {
    content: "";
    width: 300px;
    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: 300px;
    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;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 30px 20px 20px;
    background-color: #fff;
    position: relative;
    counter-increment: number;
}

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

.charm_item::after {
    content: counter(number, decimal-leading-zero);
    font-family: "Frank Ruhl Libre", serif;
    font-size: 58px;
    font-weight: 300;
    line-height: 1;
    color: #92d3f9;
    position: absolute;
    top: 70px;
    left: 20px;
}

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

.charm_item_wrap {
    width: 100%;
}

.charm_illust {
    height: 80px;
}

.charm_illust img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

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

.charm_sub-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 25px;
    padding-top: 15px;
    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 {
    padding-left: 15px;
    font-size: 14px;
}

.charm_sub-item::before {
    content: "・";
    position: absolute;
    left: 0;
}

.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;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 30px 20px 20px;
    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;
    padding-bottom: 8px;
    margin-bottom: 5px;
    border-bottom: 2px solid #3badef;
    font-size: 16px;
    line-height: 1;
}

.staff_item_info {
    display: block;
}

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

.staff_item_txt {
    margin-top: 10px;
}

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

.profile_title {
    margin-bottom: 50px;
}

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

.profile_list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 320px;
    margin: 0 auto;
}

.profile_item {
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
}

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

.profile_item .txt {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 2px solid #3badef;
}

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

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

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

.profile_item .txt::before {
    width: 50px;
}

.profile_item .txt::after {
    width: calc(100% - 80px);
}

.profile_item::after {
    position: absolute;
    left: 110px;
    bottom: -23px;
}

.profile_img {
    width: 275px;
    margin: 20px auto 0;
}

.profile_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

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

.recruit-flow::before {
    content: "";
    width: 300px;
    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: 300px;
    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;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 30px 20px 20px;
    background-color: #fff;
    position: relative;
    counter-increment: number;
}

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

.recruit-flow_item::after {
    content: counter(number, decimal-leading-zero);
    font-family: "Frank Ruhl Libre", serif;
    font-size: 58px;
    font-weight: 300;
    line-height: 1;
    color: #92d3f9;
    position: absolute;
    top: 70px;
    left: 20px;
}

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

.recruit-flow_illust {
    height: 80px;
}

.recruit-flow_illust img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.recruit-flow_item_wrap {
    width: 100%;
}

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

.recruit-flow_item_info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

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

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

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

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

.recruit-flow_mail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.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: 100%;
    margin: 50px auto 0;
    padding: 30px 20px;
    background: url(/images/recruit/partner.jpg) no-repeat center / cover;
    outline: 1px solid #989898;
    outline-offset: -5px;
}

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

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



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