@charset "UTF-8";

body {
    background-color: #fff;
}

#main_header {
    background-color: #1299F3;
    width: 100%;
}

#main_header .wrap {
    width: 79.167vw;
}

#main_header .header_top_cont {
    padding: 1.042vw 0;
    border-bottom: 2px solid #fafafa;
}

#main_header .header_top_cont .inner {
    align-items: center;
    flex-wrap: nowrap;
}

#main_header .header_top_cont .inner .logo {
    display: block;
    width: 15.972vw;
    line-height: 1;
}

#main_header .header_top_cont .inner .logo img {
    width: 100%;
}

#main_header .header_top_cont .inner .link_side {
    margin-left: auto;
    align-items: center;
}

#main_header .header_top_cont .inner .link_side .sub_link {
    margin-right: 1.389vw;
}

#main_header .header_top_cont .inner .link_side .sub_link a {
    align-items: center;
}

#main_header .header_top_cont .inner .link_side .sub_link a .text {
    color: #fff;
    font-size: 0.903vw;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-right: 0.694vw;
}

#main_header .header_top_cont .inner .link_side .sub_link a .icon {
    width: 1.042vw;
    line-height: 1;
}

#main_header .header_top_cont .inner .link_side .sub_link a .icon img {
    width: 100%;
}

#main_header .header_top_cont .inner .link_side .download_link a {
    padding: 0 1.528vw;
    border-inline: 1px solid #fafafa;
    align-items: center;
}

#main_header .header_top_cont .inner .link_side .download_link a .icon {
    width: 1.25vw;
    aspect-ratio: 30/37;
    margin-right: 0.694vw;
}

#main_header .header_top_cont .inner .link_side .download_link a .icon svg {
    fill: #fff;
}

#main_header .header_top_cont .inner .link_side .download_link a .text {
    font-size: 0.972vw;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #fff;
    font-weight: bold;
}

#main_header .header_main_link_cont {
    width: 100%;
}

#main_header .header_main_link_cont .list ul {
    flex-wrap: nowrap;
}

#main_header .header_main_link_cont .list ul li {
    width: 25%;
}

#main_header .header_main_link_cont .list ul li+li {
    border-left: 1px solid #fafafa;
}

#main_header .header_main_link_cont .list ul li:first-child {
    border-left: 1px solid #fafafa;
}

#main_header .header_main_link_cont .list ul li:last-child {
    border-right: 1px solid #fafafa;
}

#main_header .header_main_link_cont .list ul li a {
    width: 100%;
    padding: 1.042vw 0;
    align-items: center;
    justify-content: center;
}

#main_header .header_main_link_cont .list ul li a .icon {
    width: 1.389vw;
    line-height: 1;
    margin-right: 0.903vw;
}

#main_header .header_main_link_cont .list ul li a .icon img {
    width: 100%;
}

#main_header .header_main_link_cont .list ul li a .text {
    font-size: 1.042vw;
    letter-spacing: 0.05em;
    color: #fff;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.common-page_main {
    background-image: url(./image/common/page_common_fv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 60px 0;
}

.common-page_main .title_box {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 40px 0;
}

.common-page_main .title_box .title {
    font-size: 40px;
    letter-spacing: 0.12em;
    line-height: 1;
    font-weight: 900;
}

.common-page_main .title_box .sub_title {
    font-size: 25px;
    letter-spacing: 0.04em;
    line-height: 1;
    margin-top: 6px;
    text-transform: capitalize;
}

.common-page_wrap {
    padding: 100px 0;
}

.common-page_title {
    text-align: center;
    margin-bottom: 2em;
}

.common-page_title h2 {
    font-size: 30px;
}

.common-page_title .sub_title {
    font-size: 14px;
    letter-spacing: 0.1em;
}

.reserve_text {
    text-align: center;
    font-size: 30px;
}

.common-btn {
    display: block;
    width: 300px;
    line-height: 50px;
    background-color: #333;
    color: #fff;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.common-btn:hover {
    opacity: 0.7;
}

/* パンくず */
.breadcrumb {
    font-size: 12px;
    margin-top: 10px;
}

.breadcrumb a {
    text-decoration: none;
    color: initial;
    opacity: 0.6;
}

/* PC固定ページ 会社概要 */
.company_profile {
    margin-bottom: 100px;
}

.company_profile table {
    width: 100%;
    border-collapse: collapse;
}

.company_profile table th,
.company_profile table td {
    padding: 1em;
    border-bottom: 1px solid;
    font-size: 14px;
}

.company_profile table th {
    width: 20%;
}

.company_profile table td {
    width: 80%;
}

.company_access .map {
    height: 350px;
}

.company_access .map iframe {
    width: 100%;
    height: 100%;
}

.common-page_title.access_ttl .ttl {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    align-items: center;
    flex-shrink: 0;
    margin-bottom: 6px;
}

.common-page_title.access_ttl .ttl::before,
.common-page_title.access_ttl .ttl::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.6vw;
    background-image: url(./image/common/ttl_border_blue.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.common-page_title.access_ttl .ttl::before {
    margin-right: 22px;
}

.common-page_title.access_ttl .ttl::after {
    margin-left: 22px;
}

#page_about {
    overflow: hidden;
    padding: 70px 0 140px;
    margin-bottom: -20px;
}

#page_about .about_theme {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 290px;
}

#page_about .about_theme::after {
    content: "";
    position: absolute;
    height: 100%;
    background: rgb(18, 153, 243);
    background: linear-gradient(318deg, rgba(18, 153, 243, 0.4) 0%, rgba(18, 153, 243, 0.7) 45%, rgb(18, 153, 243) 100%);
    z-index: -1;
    left: calc(-1 * (50vw - 570px));
    right: calc(-1 * (50vw - 570px));
    transform: skew(0, -3deg);
}

#page_about .about_theme .theme {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.12em;
    text-align: center;
}

#page_about .about_box {
    margin-top: 150px;
}

#page_about .about_box .ttl {
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #1299f3;
    font-size: 34px;
    position: relative;
    display: inline-block;
}

#page_about .about_box .ttl::after {
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    background-color: #efc32f;
    border-radius: 50%;
    right: -3px;
    bottom: -4px;
    z-index: -1;
}

#page_about .about_box ul {
    margin-top: 40px;
}

#page_about .about_box ul li {
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
}

#page_about .about_box ul li::after {
    content: "";
    position: absolute;
    height: 400px;
    background: rgb(248, 248, 248);
    left: calc(-1 * (50vw - 570px));
    right: 280px;
    transform: skew(0, 5deg);
    z-index: -1;
    background: linear-gradient(318deg, rgba(248, 248, 248, 0.4) 0%, rgba(248, 248, 248, 0.8) 40%, rgb(248, 248, 248) 100%);
}

#page_about .about_box ul li .text_content_box .text_ttl {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
}

#page_about .about_box ul li .text_content_box .text_ttl::first-letter {
    color: #efc32f;
    font-weight: 900;
    font-size: 28px;
    line-height: 1;
}

#page_about .about_box ul li .text_content_box .text_box {
    margin-top: 45px;
}

#page_about .about_box ul li .text_content_box .text_box .text {
    letter-spacing: 0.06em;
    line-height: 1.5;
    font-size: 17px;
}

#page_about .about_box ul li .text_content_box .text_box .text+.text {
    margin-top: 18px;
}

#page_about .about_box ul li .img {
    width: 42vw;
    height: 28vw;
    flex-shrink: 0;
    margin-right: calc(-1 * (50vw - 570px));
    margin-left: 100px;
}

#page_about .about_box ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#page_about .about_box ul li:nth-child(even) {
    flex-direction: row-reverse;
}

#page_about .about_box ul li:nth-child(even)::after {
    background: linear-gradient(318deg, rgb(248, 248, 248) 0%, rgba(248, 248, 248, 0.8) 40%, rgba(248, 248, 248, 0.4) 100%);
    height: 480px;
    left: 260px;
    right: calc(-1 * (50vw - 570px));
    transform: skew(0, -5deg);
}

#page_about .about_box ul li:nth-child(even) .img {
    margin-left: calc(-1 * (50vw - 570px));
    margin-right: 100px;
}

#page_about .about_box ul li+li {
    margin-top: 140px;
}

#page_flow {
    position: relative;
}

#page_flow .ab_flow {
    writing-mode: tb-rl;
    line-height: 1;
    position: absolute;
    top: 80px;
    right: 10px;
    font-size: 120px;
    letter-spacing: 0.05em;
    color: transparent;
    -webkit-text-stroke: 1px #1299f3;
}

#page_flow .flow_box ul li {
    align-items: center;
    flex-wrap: nowrap;
}

#page_flow .flow_box ul li .step_box {
    position: relative;
    clip-path: polygon(0 41%, 100% 0, 100% 100%, 0% 100%);
    background-color: #1299f3;
    width: 185px;
    height: 170px;
    flex-shrink: 0;
    margin-right: 100px;
}

#page_flow .flow_box ul li .step_box .step_ab {
    position: absolute;
    font-size: 40px;
    font-weight: 900;
    color: #efc32f;
    opacity: 1;
    transform: skew(0, -21deg);
    z-index: 1;
    bottom: 79px;
    right: 35px;
}

#page_flow .flow_box ul li .step_box .step_num {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    z-index: 1;
    position: relative;
    margin-top: 100px;
    margin-left: 80px;
}

#page_flow .flow_box ul li .text_box .ttl {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1;
}

#page_flow .flow_box ul li .text_box .ttl::first-letter {
    color: #1299f3;
}

#page_flow .flow_box ul li .text_box .text {
    margin-top: 40px;
}

#page_flow .flow_box ul li .text_box .text .content {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1.8;
}

#page_flow .flow_box ul li .text_box .text .content+.content {
    margin-top: 8px;
}

#page_flow .flow_box ul li+li {
    margin-top: 70px;
}

#page_faq .faq_box ul li {
    width: 100%;
    box-shadow: 0px 1px 4px 2px rgba(18, 153, 243, 0.16);
}

#page_faq .faq_box ul li .quest_btn {
    align-items: center;
    flex-wrap: nowrap;
    padding: 14px 20px;
}

#page_faq .faq_box ul li .quest_btn .q_mark {
    font-size: 40px;
    color: #0181d6;
    font-weight: 900;
    margin-right: 20px;
}

#page_faq .faq_box ul li .quest_btn .question {
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    width: 85%;
}

#page_faq .faq_box ul li .quest_btn .arrow {
    width: 10px;
    height: 10px;
    border-left: 3px solid #333;
    border-bottom: 3px solid #333;
    transform: rotate(-45deg);
    margin-left: auto;
    transition: 0.7s;
}

#page_faq .faq_box ul li .quest_btn.nowOpen .arrow {
    transform: rotate(-225deg);
}

#page_faq .faq_box ul li .answer_box {
    align-items: center;
    flex-wrap: nowrap;
    padding: 14px 85px 14px 20px;
}

#page_faq .faq_box ul li .answer_box .a_mark {
    font-size: 40px;
    color: #efc32f;
    font-weight: 900;
    margin-right: 20px;
}

#page_faq .faq_box ul li .answer_box .answer {
    font-style: 16px;
    letter-spacing: 0.04em;
    line-height: 1.5;
}

#page_faq .faq_box ul li+li {
    margin-top: 30px;
}

.single_job_page {
    padding: 150px 0;
}

.single_job_page .single_job_box .sec_title_box {
    margin-top: 20px;
    margin-bottom: 100px;
}

.single_job_page .single_job_box .sec_title_box .single_job_time {
    font-size: 18px;
    margin-top: 30px;
    letter-spacing: 0.06em;
    line-height: 1;
}

.single_job_page .single_job_box .sec_title_box .single_job_ttl {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1.4;
    color: #1299f3;
    margin-top: 15px;
    position: relative;
    display: inline-block;
}

.single_job_page .single_job_box .sec_title_box .single_job_ttl::after {
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    background-color: #efc32f;
    border-radius: 50%;
    right: -3px;
    bottom: -4px;
    z-index: -1;
}

.single_job_page .single_job_box .sec_title_box .img_box {
    margin-top: 30px;
    margin-bottom: 50px;
}

.single_job_page .single_job_box .sec_title_box .img_box .single_job_sub_ttl {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 2;
}

.single_job_page .single_job_box .contact_btn a {
    display: block;
    font-size: 17px;
    letter-spacing: 0.3em;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    background-color: #1299F3;
    width: fit-content;
    padding: 15px 45px;
    border-radius: 32px;
    margin: auto;
    transition: .3s;
    box-shadow: 3px 3px 4px #B9B9B9;
    border-radius: 50px;
    position: relative;
}

.single_job_page .single_job_box .contact_btn a::after {
    content: "";
    width: 9px;
    aspect-ratio: 1/1;
    border: 2px solid #fff;
    border-width: 2px 2px 0 0;
    rotate: 45deg;
    position: absolute;
    top: 50%;
    right: 25px;
    translate: 0 -50%;
}

#singleJob_information_list {
    width: 100%;
    margin-top: 60px;
    background-color: #fafafa;
    padding: 50px 30px;
}

#singleJob_information_list .company_name {
    margin-bottom: 50px;
    align-items: center;
}

#singleJob_information_list .company_name .logo {
    width: 50px;
    height: 50px;
    background: #f1f1f1;
    border-radius: 100%;
    margin-right: 20px;
    position: relative;
}

#singleJob_information_list .company_name .logo img {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#singleJob_information_list .company_name .name {
    font-size: 20px;
}

#singleJob_information_list ul li {
    align-items: center;
}

#singleJob_information_list ul li+li {
    margin-top: 20px;
}

#singleJob_information_list ul li .name {
    width: 30%;
}

#singleJob_information_list ul li .name .theme {
    background-repeat: no-repeat;
    background-position: 0;
    padding: 10px 0;
    padding-left: 40px;
}

#singleJob_information_list ul li .name .hp {
    background-image: url(/wp-content/themes/child/image/job_single/icon_link.svg);
    background-size: 20px;
}

#singleJob_information_list ul li .name .address {
    background-image: url(/wp-content/themes/child/image/job_single/icon_area.svg);
    background-size: 15px;
}

#singleJob_information_list ul li .name .since {
    background-image: url(/wp-content/themes/child/image/job_single/icon_flag.svg);
    background-size: 20px;
}

#singleJob_information_list ul li .name .member {
    background-image: url(/wp-content/themes/child/image/job_single/icon_member.svg);
    background-size: 25px;
}

#singleJob_information_list ul li .child {
    width: 70%;
    color: #666;
}

.single_job_page .single_job_box .sec_title_box .img_box .job_img {
    width: 70%;
    height: 480px;
    margin: 0 auto;
    position: relative;
}

.single_job_page .single_job_box .sec_title_box .img_box .job_img::before,
.single_job_page .single_job_box .sec_title_box .img_box .job_img::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    background-color: #1299f3;
    transform: rotate(-46deg);
}

.single_job_page .single_job_box .sec_title_box .img_box .job_img::before {
    top: 8px;
    left: -24px;
}

.single_job_page .single_job_box .sec_title_box .img_box .job_img::after {
    bottom: 8px;
    right: -24px;
}

.single_job_page .single_job_box .sec_title_box .img_box .job_img .img {
    width: 100%;
    height: 100%;
}

.single_job_page .single_job_box .sec_title_box .img_box .job_img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single_job_page .single_job_box .cmn_information_list .ttl {
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1;
    font-size: 25px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    align-items: center;
    flex-shrink: 0;
    gap: 0 50px;
}

.single_job_page .single_job_box .cmn_information_list .ttl::before,
.single_job_page .single_job_box .cmn_information_list .ttl::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.6vw;
    background-image: url(./image/common/ttl_border_blue.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.single_job_page .single_job_box .cmn_information_list ul li {
    flex-wrap: nowrap;
}

.single_job_page .single_job_box .cmn_information_list ul li .name {
    margin-right: 20px;
}

.single_job_page .single_job_box .cmn_information_list ul li .name .theme {
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.4;
    font-size: 18px;
    flex-shrink: 0;
    width: 200px;
    padding-left: 30px;
    background-image: url(/wp-content/themes/child/image/job_single/icon_check.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0;
}

.single_job_page .single_job_box .cmn_information_list ul li .child {
    letter-spacing: 0.06em;
    line-height: 1.7;
}

.single_job_page .single_job_box .cmn_information_list ul li+li {
    margin-top: 28px;
}

.single_job_page .single_job_box .cmn_information_list.process .process_box {
    padding: 40px 60px 0;
}

.single_job_page .single_job_box .cmn_information_list.process .process_box .child {
    letter-spacing: 0.06em;
    line-height: 1.7;
}

.single_job_page .single_job_box .cmn_information_list+.cmn_information_list {
    margin-top: 50px;
}

.single_job_page .ichiran_link:first-child {
    background: #ccc;
}

.single_job_page .ichiran_link:first-child::after {
    content: none;
}

.single_job_page .btn_wrap {
    justify-content: center;
    gap: 20px;
}

.single_job_page .ichiran_link {
    display: block;
    width: 300px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
    background-color: #0181d6;
    margin: 50px 0 0 0;
    font-size: 16px;
    transition: 0.3s;
    box-shadow: 3px 3px 4px #B9B9B9;
    border-radius: 50px;
    position: relative;
}

.single_job_page .ichiran_link::after {
    content: "";
    width: 8px;
    aspect-ratio: 1/1;
    border: 2px solid #fff;
    border-width: 2px 2px 0 0;
    rotate: 45deg;
    position: absolute;
    top: 50%;
    right: 25px;
    translate: 0 -50%;
}

.archive_page .archive_page_list .bl_home_jobsSlider .el_jobsSlider {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.archive_page .archive_page_list .bl_home_jobsSlider .el_jobsSlider::before,
.archive_page .archive_page_list .bl_home_jobsSlider .el_jobsSlider::after {
    display: block;
    width: 340px;
    content: "";
}

.archive_page .archive_page_list .bl_home_jobsSlider .el_jobsSlider::before {
    order: 1;
}

.archive_page .archive_page_list .bl_home_jobsSlider .el_jobsSlider .el_jobsSlider_item {
    width: 340px;
    margin: 0;
    position: relative;
    transition: 0.2s;
}

.archive_page .archive_page_list .bl_home_jobsSlider .el_jobsSlider .el_jobsSlider_item:hover {
    opacity: 0.5;
    transition: 0.2s;
}

.archive_page .archive_page_list .bl_home_jobsSlider .el_jobsSlider .el_jobsSlider_item:hover .el_siteBtn {
    background-color: #EFC32F;
}

.archive_page .archive_page_list .bl_home_jobsSlider .el_jobsSlider .el_jobsSlider_item:hover .el_siteBtn.__border .el_siteBtn_txt {
    color: #fff;
}

.archive_page .archive_page_list .bl_home_jobsSlider .el_jobsSlider .el_jobsSlider_item:hover .el_siteBtn.__border .el_siteBtn_arrow svg {
    stroke: #fff;
}

.archive_page .archive_page_list .bl_home_jobsSlider .el_jobsSlider .el_jobsSlider_item .more {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.archive_page .archive_page_list .bl_home_jobsSlider .el_jobsSlider .el_jobsSlider_item:nth-child(n+4) {
    margin-top: 18px;
}

.archive_page .archive_page_list .archive_navi {
    text-align: center;
    margin-top: 30px;
}

.archive_page .archive_page_list .archive_navi .wp-pagenavi a,
.archive_page .archive_page_list .archive_navi .wp-pagenavi span {
    padding: 14px;
    transition: 0.3s;
}

.archive_page .archive_page_list .archive_navi .wp-pagenavi a:hover {
    border: 1px solid #0181d6;
}

.archive_page .archive_page_list .archive_navi span.current {
    color: #fff;
    background-color: #0181d6;
    border: none;
}

.archive_page .archive_page_list .archive_navi a {
    color: #333;
}

/* PC固定ページ お問い合わせ */

#page_contact .intro_text {
    font-size: 16px;
    letter-spacing: 0.08em;
    margin-bottom: 50px;
}

#page_contact table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 50px;
}

#page_contact table th,
#page_contact table td {
    padding: 1em;
    font-size: 14px;
    vertical-align: middle;
}

#page_contact table th {
    width: 25%;
}

#page_contact table th .hissu {
    color: #c70000;
    margin-right: 0.3em;
}

#page_contact table td {
    width: 75%;
}

#page_contact input[type=text],
#page_contact input[type=email],
#page_contact #zip {
    width: 60%;
    height: 50px;
    border: 1px solid #ccc;
    padding: 1em;
}

#page_contact input.tel {
    border: 1px solid #ccc;
    padding: 1em;
    /* width: 18.8%; */
}

#page_contact select {
    outline: none;
    background: transparent;
    padding: 1em;
    width: 50%;
    border: 1px solid #ccc;
}

#page_contact textarea {
    width: 60%;
    border: 1px solid #ccc;
    padding: 1em;
    height: 200px;
}

#page_contact .attention {
    font-size: 12px;
}

#page_contact #btn_wrap {
    justify-content: center;
}

#page_contact #btn_wrap button {
    background-color: #efc32f;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 15px;
    transition: 0.3s;
    text-align: center;
}

#page_contact #btn_wrap button[name=submitBack] {
    background-color: #333;
    margin-right: 20px;
}

#page_contact #btn_wrap button:hover {
    opacity: 0.7;
}

/* ラジオボタン デザイン */
/* ラジオボタンを隠す */
.radio-btns input[type=radio].radio-btns__item {
    display: none;
}

.radio-btns label {
    display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio-btns .radio-btns__item+span {
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio-btns .radio-btns__item+span::after,
.radio-btns .radio-btns__item+span::before {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #aaaaaa;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

/* after上書き */
.radio-btns .radio-btns__item+span::after {
    width: 14px;
    height: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 3px;
    border: none;
    background: #f18800;
    -webkit-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    -ms-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    transform: scale(0);
    transition: all 0.3s;
    /*--0.3秒かけて下線が表示される--*/
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio-btns .radio-btns__item:checked+span {
    color: #f18800;
}

.radio-btns .radio-btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
#page_contact input[type=checkbox] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field-text {
    display: inline-block;
    position: relative;
    padding: 0 36px 0 36px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #f18800 #f18800;
    border-style: solid;
    width: 20px;
    height: 10px;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type=checkbox]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

.mw_wp_form .horizontal-item {
    margin-right: 10px;
    /* margin-bottom: 10px; */
    display: inline-block;
}

/* サンクスページ */
#page_contact .thanks_textArea {
    text-align: center;
}

#page_contact .thanks_textArea p {
    font-size: 16px;
    line-height: 2;
}

#page_contact .thanks_textArea .contact_text {
    margin-bottom: 20px;
}

#page_contact .thanks_textArea .ichiran_link {
    background-color: #efc32f;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 15px;
    transition: 0.3s;
    margin: 0 auto;
    text-decoration: none;
}

#page_contact .thanks_textArea .ichiran_link:hover {
    background-color: #edcc5e;
}

/* ステップバー デザイン */
#page_contact .progressbar {
    margin-bottom: 30px;
}

#page_contact .progressbar .item {
    position: relative;
    width: 33%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #f5f5f5;
    color: #999999;
}

#page_contact .progressbar .item:not(:last-child)::before,
#page_contact .progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: "";
    border: 37px solid transparent;
    border-left: 20px solid #f5f5f5;
    margin: auto;
}

#page_contact .progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #fff;
}

/* active */
#page_contact .progressbar .item.active {
    z-index: 1;
    background: #0181d6;
    color: #fff;
}

#page_contact .progressbar .item.active:not(:last-child)::after {
    border-left-color: #0181d6;
}

#page_contact .progressbar .item.active:not(:last-child)::before {
    border-left: none;
}

#page_contact table .people td input[type="text"] {
    width: 10%;
}

/* PC固定ページ 個人情報保護方針 */
.privacy_page .main_text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 3em;
}

.privacy_page dl {
    margin-bottom: 30px;
}

.privacy_page dl:last-child {
    margin-bottom: 0;
}

.privacy_page dl dt {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0.5em;
    border-left: 5px solid #0181d6;
    padding-left: 1em;
}

.privacy_page dl dd {
    font-size: 14px;
    line-height: 2;
}

/* 福祉事業者の方へ */

#welfare_page .welfare_intro_sec {
    margin-bottom: 100px;
}

#welfare_page .welfare_intro_sec .top_ttl_box {
    text-align: center;
    font-weight: bold;
    margin-bottom: 35px;
}

#welfare_page .welfare_intro_sec .top_ttl_box .label {
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-bottom: 15px;
}

#welfare_page .welfare_intro_sec .top_ttl_box .ttl {
    font-size: 32px;
    letter-spacing: 0.08em;
}

#welfare_page .welfare_intro_sec .trouble_cont {
    width: 80%;
    margin: 0 auto 70px;
    flex-wrap: nowrap;
    border: 3px solid #1299F3;
    border-radius: 8px;
}

#welfare_page .welfare_intro_sec .trouble_cont::before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 60px;
    aspect-ratio: 3/2;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background-color: #1299F3;
}

#welfare_page .welfare_intro_sec .trouble_cont .text_box {
    flex-shrink: 0;
    padding: 30px 60px;
}

#welfare_page .welfare_intro_sec .trouble_cont .text_box .list ul li {
    align-items: center;
    flex-wrap: nowrap;
}

#welfare_page .welfare_intro_sec .trouble_cont .text_box .list ul li+li {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 2px dashed #ccc;
}

#welfare_page .welfare_intro_sec .trouble_cont .text_box .list ul li .icon {
    width: 30px;
    line-height: 1;
    flex-shrink: 0;
    margin-right: 15px;
}

#welfare_page .welfare_intro_sec .trouble_cont .text_box .list ul li .icon img {
    width: 100%;
}

#welfare_page .welfare_intro_sec .trouble_cont .text_box .list ul li .text {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.4;
}

#welfare_page .welfare_intro_sec .trouble_cont .img {
    width: 100%;
    line-height: 1;
    border-radius: 0 5px 5px 0;
}

#welfare_page .welfare_intro_sec .trouble_cont .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#welfare_page .welfare_intro_sec .solution_cont .label_wrap {
    text-align: center;
    margin-bottom: 42px;
}

#welfare_page .welfare_intro_sec .solution_cont .label_wrap .label {
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1;
    background: linear-gradient(transparent 70%, #fbed21 0%);
}

#welfare_page .welfare_intro_sec .solution_cont .list ul {
    gap: 0 40px;
    justify-content: center;
}

#welfare_page .welfare_intro_sec .solution_cont .list ul li {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #1299F3;
    line-height: 1;
    padding-bottom: 5px;
    border-bottom: 1px solid;
}

#welfare_page .welfare_flow_sec {
    margin-bottom: 100px;
    padding: 100px 0;
    background-color: #EFF8FF;
}

#welfare_page .welfare_flow_sec .top_ttl_box {
    margin-bottom: 40px;
    text-align: center;
}

#welfare_page .welfare_flow_sec .top_ttl_box .ttl {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-bottom: 20px;
    color: #1299F3;
}

#welfare_page .welfare_flow_sec .top_ttl_box .text {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.6;
}

#welfare_page .welfare_flow_sec .list::before {
    content: "";
    position: absolute;
    top: 55px;
    left: 0;
    right: 50px;
    height: 30px;
    background-color: #fcfdff;
}

#welfare_page .welfare_flow_sec .list::after {
    content: "";
    position: absolute;
    right: 0;
    top: 30px;
    width: 50px;
    aspect-ratio: 2/3;
    background-color: #fcfdff;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

#welfare_page .welfare_flow_sec .list ul {
    justify-content: center;
    gap: 0 50px;
    z-index: 1;
}

#welfare_page .welfare_flow_sec .list ul li {
    width: 20%;
}

#welfare_page .welfare_flow_sec .list ul li .img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #1299F3;
    line-height: 1;
    margin-bottom: 15px;
}

#welfare_page .welfare_flow_sec .list ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#welfare_page .welfare_flow_sec .list ul li .text_box {
    text-align: center;
}

#welfare_page .welfare_flow_sec .list ul li .text_box .text {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

#welfare_page .welfare_price_sec .top_label {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
}

#welfare_page .welfare_price_sec .top_label .color {
    margin: 0 5px;
    color: #1299F3;
}

#welfare_page .welfare_price_sec .cont {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 30px;
}

#welfare_page .welfare_price_sec .cont::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    bottom: 0;
    width: 100%;
    border: 3px solid #1299F3;
    z-index: -1;
    border-radius: 8px;
}

#welfare_page .welfare_price_sec .cont .ttl_wrap {
    text-align: center;
    margin-bottom: 22px;
}

#welfare_page .welfare_price_sec .cont .ttl_wrap .ttl {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding: 8px 35px;
    background-color: #1299F3;
    color: #fff;
    letter-spacing: 0.08em;
    line-height: 1;
    border-radius: 100vmax;
}

#welfare_page .welfare_price_sec .cont .price_wrap {
    justify-content: center;
    gap: 0 30px;
    margin-bottom: 25px;
}

#welfare_page .welfare_price_sec .cont .price_wrap .price_box .price {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1;
    background: linear-gradient(transparent 70%, #fbed21 0%);
}

#welfare_page .welfare_price_sec .cont .price_wrap .price_box .price .big {
    font-size: 50px;
    margin: 0 5px;
}

#welfare_page .welfare_price_sec .cont .text {
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 25px;
}

#welfare_page .welfare_price_sec .cont .btn {
    width: 40%;
    margin: 0 auto;
}

#welfare_page .welfare_price_sec .cont .btn a {
    width: 100%;
    padding: 12px 0;
    background-color: #1299F3;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

#welfare_page .welfare_price_sec .cont .btn a:hover {
    background-color: #EFC32F;
}

#welfare_page .welfare_price_sec .cont .btn a .icon {
    width: 30px;
    aspect-ratio: 30/37;
    margin-right: 22px;
    position: relative;
}

#welfare_page .welfare_price_sec .cont .btn a .icon svg {
    fill: #fff;
}

#welfare_page .welfare_price_sec .cont .btn a .btn_text {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    color: #fff;
}


#office_archive_page {
    background-color: #EFF8FF;
}

#office_archive_page .office_page_list ul li+li {
    margin-top: 40px;
}

#office_archive_page .office_page_list ul li {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px 5%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}

#office_archive_page .office_page_list ul li .top_data_box {
    align-items: center;
    margin-bottom: 15px;
}

#office_archive_page .office_page_list ul li .top_data_box .cat {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 4px;
    background-color: #1299F3;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 1;
    margin-right: 20px;
}

#office_archive_page .office_page_list ul li .top_data_box .name {
    font-size: 12px;
    color: #838383;
    line-height: 1;
    letter-spacing: 0.05em;
}

#office_archive_page .office_page_list ul li .post_ttl {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin-bottom: 15px;
}

#office_archive_page .office_page_list ul li .post_ttl a {
    color: #333;
}

#office_archive_page .office_page_list ul li .access_wrap {
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

#office_archive_page .office_page_list ul li .access_wrap .icon {
    flex-shrink: 0;
    width: 15px;
    aspect-ratio: 3/4;
    margin-right: 10px;
}

#office_archive_page .office_page_list ul li .access_wrap .access_text {
    width: 100%;
}

#office_archive_page .office_page_list ul li .access_wrap .access_text .access {
    font-size: 13px;
    letter-spacing: 0.05em;
}

#office_archive_page .office_page_list ul li .cont {
    /* flex-wrap: nowrap; */
    /* align-items: center; */
    /* margin-bottom: 30px; */
}

#office_archive_page .office_page_list ul li .cont .img {
    flex-shrink: 0;
    width: 33%;
    aspect-ratio: 3/2;
    line-height: 1;
    margin-right: 40px;
}

#office_archive_page .office_page_list ul li .cont .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#office_archive_page .office_page_list ul li .cont .text_box {
    width: 100%;
    margin-top: 50px;
}

#office_archive_page .office_page_list ul li .cont .text_box .data_wrap {
    margin-bottom: 15px;
}

#office_archive_page .office_page_list ul li .cont .text_box .data_wrap .data_box+.data_box {
    margin-top: 15px;
}

#office_archive_page .office_page_list ul li .cont .text_box .data_wrap .data_box {
    flex-wrap: nowrap;
}

#office_archive_page .office_page_list ul li .cont .text_box .data_wrap .data_box .label {
    flex-shrink: 0;
    width: 15%;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 1;
    color: #1299F3;
}

#office_archive_page .office_page_list ul li .cont .text_box .data_wrap .data_box .list {
    width: 100%;
    gap: 0 10px;
}

#office_archive_page .office_page_list ul li .cont .text_box .data_wrap .data_box .list .list_text {
    display: inline-block;
    border: 1px solid #1299F3;
    padding: 4px 13px;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 1;
    border-radius: 3px;
}

#office_archive_page .office_page_list ul li .cont .text_box .data_wrap .data_box .data_text {
    width: 100%;
}

#office_archive_page .office_page_list ul li .cont .text_box .data_wrap .data_box .data_text {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#office_archive_page .office_page_list ul li .cont .text_box .message_box {
    padding: 30px;
    background-color: #EFF8FF;
    border-radius: 4px;
    margin-bottom: 35px;
}

#office_archive_page .office_page_list ul li .cont .text_box .message_box .ttl {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin-bottom: 12px;
}

#office_archive_page .office_page_list ul li .cont .text_box .message_box .text {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

#office_archive_page .office_page_list ul li .btn {
    display: block;
    width: 300px;
    line-height: 45px;
    background-color: #1299F3;
    color: #fff;
    letter-spacing: 0.08em;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    transition: .3s;
    margin: 0 auto;
    border-radius: 100vmax;
}

#office_archive_page .office_page_list ul li .btn:hover {
    background-color: #EFC32F;
}

.singleContent h2 {
    font-size: 20px;
    border: solid 1px #333;
    padding: 15px;
    margin: 1.5em 0 1em;
    position: relative;
    line-height: 1.4;
}

.singleContent h2::before {
    top: 0px;
}

.singleContent h2::after {
    bottom: 0;
}

.singleContent h3 {
    position: relative;
    font-weight: bold;
    padding: 1.4rem 1rem;
    font-size: 18px;
    margin: 1.5em 0 1.5em;
    background-color: #EFF8FF;
    letter-spacing: 0.08em;
}

.singleContent h4 {
    padding: 2px 10px;
    margin: 1.5em 0 1em;
    color: #333;
    border-left: 5px solid #5b5959;
    font-size: 17px;
    position: relative;
}

.singleContent h5:before {
    content: '■';
    padding-right: 10px;
}

.singleContent h5 {
    font-size: 18px;
    /* padding-left: 1em; */
    margin: 1.5em 0;
}

.singleContent h6 {
    font-size: 17px;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    margin: 1.5em 0 1em;
}

.singleContent p {
    font-size: 16px;
    line-height: 2;
}

.singleContent h2::before,
.singleContent h3::before {
    content: "";
    position: absolute;
    right: -35px;
    top: 0px;
    bottom: 0px;
    height: 1px;
    width: 50px;
    background: #1299F3;
    margin: auto;
}

#single_office_page .single_office_cont .office_single_top_block {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #EFC32F;
}

#single_office_page .single_office_cont .office_single_top_block .name {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}

#single_office_page .single_office_cont .office_single_top_block .cat {
    font-size: 15px;
    letter-spacing: 0.08em;
    color: #838383;
    margin-bottom: 30px;
}

#single_office_page .single_office_cont .office_single_top_block .message_cont {
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 40px;
}

#single_office_page .single_office_cont .office_single_top_block .message_cont .img {
    width: 40%;
    flex-shrink: 0;
    line-height: 1;
    margin-right: 40px;
}

#single_office_page .single_office_cont .office_single_top_block .message_cont .img img {
    width: 100%;
}

#single_office_page .single_office_cont .office_single_top_block .message_cont .message_text_box {
    width: 100%;
    padding: 0 30px 30px;
    margin-bottom: 30px;
}

#single_office_page .single_office_cont .office_single_top_block .message_cont .message_text_box::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    bottom: 0;
    width: 100%;
    border: 3px solid #1299F3;
    z-index: -1;
    border-radius: 8px;
}

#single_office_page .single_office_cont .office_single_top_block .message_cont .message_text_box .label_wrap {
    text-align: center;
    margin-bottom: 29px;
}

#single_office_page .single_office_cont .office_single_top_block .message_cont .message_text_box .label_wrap .label {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding: 8px 35px;
    background-color: #1299F3;
    color: #fff;
    letter-spacing: 0.08em;
    line-height: 1;
    border-radius: 100vmax;
}

#single_office_page .single_office_cont .office_single_top_block .message_cont .message_text_box .message_ttl {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}

#single_office_page .single_office_cont .office_single_top_block .message_cont .message_text_box .message_text {
    font-size: 15px;
    letter-spacing: 0.07em;
    line-height: 1.8;
}


#single_office_page .single_office_cont .office_single_top_block .ttl {
    font-size: 26px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin-bottom: 20px;
}

#single_office_page .single_office_cont .office_single_top_block .access_wrap {
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 20px;
}

#single_office_page .single_office_cont .office_single_top_block .access_wrap .icon {
    flex-shrink: 0;
    width: 23px;
    aspect-ratio: 3/4;
    margin-right: 15px;
}

#single_office_page .single_office_cont .office_single_top_block .access_wrap .access_text {
    width: 100%;
}

#single_office_page .single_office_cont .office_single_top_block .access_wrap .access_text .access {
    font-size: 16px;
    letter-spacing: 0.05em;
}

#single_office_page .single_office_cont .office_single_top_block .data_box {
    flex-wrap: nowrap;
    align-items: center;
}

#single_office_page .single_office_cont .office_single_top_block .data_box .label {
    font-size: 15px;
    letter-spacing: 0.05em;
    flex-shrink: 0;
    margin-right: 20px;
}

#single_office_page .single_office_cont .office_single_top_block .data_box .list {
    gap: 0 10px;
}

#single_office_page .single_office_cont .office_single_top_block .data_box .list .list_text {
    display: inline-block;
    border: 1px solid #1299F3;
    padding: 4px 13px;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 1;
    border-radius: 3px;
}

#single_office_page .single_office_cont .common_single_office_ttl {
    flex-wrap: nowrap;
    align-items: center;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-bottom: 25px;
}

#single_office_page .single_office_cont .common_single_office_ttl::before {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 15px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #1299F3;
    margin-right: 15px;
}

#single_office_page .single_office_cont .text_box_cont {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

#single_office_page .single_office_cont .text_box_cont .text_box .text {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.8;
}

#single_office_page .single_office_cont .editor_cont {
    margin-bottom: 60px;
}

#single_office_page .single_office_cont .editor_cont .singleContent .post_image {
    width: 40%;
    line-height: 1;
}

#single_office_page .single_office_cont .editor_cont .singleContent .post_image img {
    width: 100%;
}

#single_office_page .single_office_cont .catch {
    font-size: 16px;
    letter-spacing: .2em;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 35px;
}

#single_office_page .single_office_cont .catch::before,
#single_office_page .single_office_cont .catch::after {
    content: "";
    background-color: #333;
    width: 2px;
    height: 20px;
}

#single_office_page .single_office_cont .catch::before {
    transform: rotate(-24deg);
}

#single_office_page .single_office_cont .catch::after {
    transform: rotate(24deg);
}

#single_office_page .single_office_cont .contact_link_btn .link,
#single_job_page .contact_btn {
    display: block;
    font-size: 17px;
    letter-spacing: 0.3em;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    background-color: #1299F3;
    width: fit-content;
    padding: 15px 35px;
    border-radius: 12px;
    margin: auto;
    transition: .3s;
}

#single_office_page .single_office_cont .contact_link_btn .link:hover {
    background-color: #EFC32F;
}

/* お役立ち資料・ツール */

#document_archive_page .document_intro_text_box {
    text-align: center;
    margin-bottom: 35px;
}

#document_archive_page .document_intro_text_box .text {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.7;
}

#document_archive_page .document_intro_text_box .text+.text {
    margin-top: 6px;
}

#document_archive_page .document_page_list ul::before {
    content: "";
    display: block;
    width: 32%;
    order: 1;
}

#document_archive_page .document_page_list ul::after {
    content: "";
    display: block;
    width: 32%;
}

#document_archive_page .document_page_list ul {
    gap: 23px 0;
}

#document_archive_page .document_page_list ul li {
    width: 32%;
    padding: 20px 25px;
    border: 2px solid #1299F3;
}

#document_archive_page .document_page_list ul li .img {
    width: 100%;
    aspect-ratio: 3/2;
    line-height: 1;
    margin-bottom: 20px;
}

#document_archive_page .document_page_list ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#document_archive_page .document_page_list ul li .text_box .name {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.4;
    margin-bottom: 15px;
}

#document_archive_page .document_page_list ul li .text_box .text {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.7;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#document_archive_page .document_page_list ul li .text_box .btn {
    width: 100%;
}

#document_archive_page .document_page_list ul li .text_box .btn a {
    width: 100%;
    padding: 15px 0;
    border-radius: 4px;
    background-color: #1299F3;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

#document_archive_page .document_page_list ul li .text_box .btn a:hover {
    background-color: #EFC32F;
}

#document_archive_page .document_page_list ul li .text_box .btn a .icon {
    width: 20px;
    aspect-ratio: 30/37;
    margin-right: 16px;
    position: relative;
}

#document_archive_page .document_page_list ul li .text_box .btn a .icon svg {
    fill: #fff;
}

#document_archive_page .document_page_list ul li .text_box .btn a .btn_text {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
}

/* 採用担当者の方へ　PC */

.welfare_flow_sec.recruiter .step {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 16px;
}

#welfare_page .welfare_flow_sec.recruiter .list ul li .text_box .text {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 1.7;
    letter-spacing: .08em;
    margin-top: 24px;
}

#welfare_page .welfare_flow_sec.recruiter .list ul {
    gap: 40px;
}

#welfare_page .welfare_flow_sec.recruiter .list ul li {
    width: 22%;
}

#welfare_page .welfare_flow_sec.recruiter .list::before {
    height: 50px;
    top: 151px;
}

#welfare_page .welfare_flow_sec.recruiter .list::after {
    width: 80px;
    top: 114px;
}

#welfare_page .welfare_flow_sec.recruiter .list ul li .text_box .inner_ttl {
    font-size: 20px;
    font-weight: 600;
    color: #399ae5;
}

#welfare_page .welfare_intro_sec.recruiter .solution_cont .list ul {
    gap: 30px 40px;
}

#welfare_page .welfare_flow_sec.recruiter .list::after {
    right: -65px;
}


/*　追加スライダー　PC */

.support_image_slider_area {
    width: 800px;
    margin: auto;
}

.support_image_slider>div {
    width: 800px !important;
    height: 400px;
    margin: auto;
}

.support_image_slider_area .bx-wrapper {
    margin: 0;
    border: none;
    box-shadow: none;
}

.support_image_slider_area .bx-viewport {
    height: 400px !important;
}

#office_archive_page .office_page_list .support_img_flame ul li {
    box-shadow: none;
    padding: 0;
    margin: 0;
}

#office_archive_page .office_page_list .support_img_flame ul li img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

#office_archive_page .office_page_list .support_img_flame ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    padding: 0 113px;
    margin-top: 25px;
}

.support_image_slider_area .bx-wrapper .bx-controls-direction a {
    background: #eff8ff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: solid 2px #1099f3;
    z-index: 999;
}

.support_image_slider_area .bx-wrapper .bx-controls-direction .bx-prev {
    left: -53px;
}

.support_image_slider_area .bx-wrapper .bx-controls-direction .bx-next {
    right: -53px;
}

.support_image_slider_area .bx-wrapper .bx-controls-direction a::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-top: solid 4px #068ade;
    border-right: solid 4px #068ade;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
}

.support_image_slider_area .bx-wrapper .bx-controls-direction .bx-prev::before {
    transform: rotate(-135deg);
    left: 6px;
}

.support_image_slider>div img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.support_image_slider>div .image {
    height: 100%;
}

#page_ichimi #ichimi_intro_sec {
    padding-bottom: 100px;
}

#page_ichimi #ichimi_intro_sec .cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: center;
}

#page_ichimi #ichimi_intro_sec .cont .text_area .intro_sec_ttl_box {
    margin-bottom: 35px;
}

#page_ichimi #ichimi_intro_sec .cont .text_area .intro_sec_ttl_box .ttl {
    font-size: 24px;
    letter-spacing: 0.12em;
    line-height: 1;
    font-weight: 900;
    margin-bottom: .35em;
    color: #1299F3;
    position: relative;
    display: inline-block;
}

#page_ichimi #ichimi_intro_sec .cont .text_area .intro_sec_ttl_box .ttl::after {
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    background-color: #efc32f;
    border-radius: 50%;
    right: -3px;
    bottom: -4px;
    z-index: -1;
}

#page_ichimi #ichimi_intro_sec .cont .text_area .intro_sec_ttl_box .sub_text {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.6;
}

#page_ichimi #ichimi_intro_sec .cont .text_area .main_text_area .text {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.7;
}

#page_ichimi #ichimi_intro_sec .cont .text_area .main_text_area .text .color {
    color: #1299F3;
}

#page_ichimi #ichimi_intro_sec .cont .text_area .sub_text_box {
    margin-bottom: 10px;
}

#page_ichimi #ichimi_intro_sec .cont .text_area .sub_text_box .text {
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 1.5;
}

#page_ichimi #ichimi_intro_sec .cont .text_area .label_box {
    margin-top: 20px;
}

#page_ichimi #ichimi_intro_sec .cont .text_area .label_box ul {
    display: flex;
    gap: 0 15px;
}

#page_ichimi #ichimi_intro_sec .cont .text_area .label_box li {
    width: 150px;
    aspect-ratio: 1/1;
    background: #1299F3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    letter-spacing: .05em;
    font-weight: 700;
    line-height: 1.5;
}

#page_ichimi #ichimi_intro_sec .cont .text_area .label_box li .color {
    color: #EFC32F;
    font-size: 125%;
}

#page_ichimi #ichimi_intro_sec .cont .text_area .ichimi_btn_box {
    margin-top: 50px;
}

.ichimi_btn_box.center {
    text-align: center;
}

.ichimi_btn_box .link {
    display: inline-block;
    padding: 25px 90px;
    border-radius: 100vmax;
    background-color: #EF5E4B;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: .3s;
    border: 3px solid #EF5E4B;
}

.ichimi_btn_box .link:hover {
    background-color: #fff;
    color: #EF5E4B;
}

#page_ichimi #ichimi_intro_sec .cont .img_area {
    position: relative;
}

#page_ichimi #ichimi_intro_sec .cont .img_area .img_area_text_box {
    position: absolute;
    top: -30px;
    left: -50px;
    width: 150px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1299F3;
}

#page_ichimi #ichimi_intro_sec .cont .img_area .img_area_text_box .text {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.3;
}

#page_ichimi #ichimi_intro_sec .cont .img_area .img_area_text_box .text .size {
    color: #efc32f;
    font-size: 2em;
    margin-right: .1em;
}

#page_ichimi #ichimi_about_sec {
    background-color: #EFF8FF;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

#page_ichimi #ichimi_about_sec>* {
    position: relative;
    z-index: 1;
}

#page_ichimi #ichimi_about_sec::before {
    content: "Ichimi";
    position: absolute;
    font-weight: 900;
    color: #fff;
    font-size: 18vw;
    letter-spacing: 0em;
    line-height: 1;
    font-family: Helvetica, sans-serif;
    top: 0;
    right: 0;
    opacity: .7;
}

#page_ichimi #ichimi_about_sec .cont .main_text_area {
    text-align: center;
    margin-bottom: 45px;
}

#page_ichimi #ichimi_about_sec .cont .main_text_area .main_text {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.6;
}

#page_ichimi #ichimi_about_sec .cont .main_text_area .main_text .color {
    color: #1299F3;
}

#page_ichimi #ichimi_about_sec .cont .sub_text_area {
    text-align: center;
}

#page_ichimi #ichimi_about_sec .cont .sub_text_area .sub_text {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: .08em;
}

#page_ichimi #ichimi_recruiter_sec {
    background-color: #EFF8FF;
    padding-bottom: 100px;
}

#page_ichimi #ichimi_recruiter_sec .sec_ttl_box {
    margin-bottom: 40px;
    text-align: center;
}

#page_ichimi #ichimi_recruiter_sec .sec_ttl_box .ttl {
    display: inline-block;
    padding: 25px 90px;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: .08em;
    color: #333;
    background-color: #fff;
    border: 3px solid #1299F3;
    border-radius: 100vmax;
    position: relative;
}

#page_ichimi #ichimi_recruiter_sec .sec_ttl_box .ttl::before {
    content: "";
    position: absolute;
    border: 3px solid #1299F3;
    border-top: none;
    border-left: none;
    width: 15px;
    aspect-ratio: 1;
    transform: translateY(62%) rotate(45deg);
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
}


#page_ichimi #ichimi_recruiter_sec .main_text_area {
    text-align: center;
    margin-bottom: 40px;
}

#page_ichimi #ichimi_recruiter_sec .main_text_area .main_text {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: .08em;
    color: #333;
    line-height: 1.7;
}

#page_ichimi #ichimi_recruiter_sec .cont {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: center;
}

#page_ichimi #ichimi_recruiter_sec .cont .problem_list ul li {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .08em;
    color: #333;
    line-height: 1.7;
    display: flex;
    align-items: center;
    gap: 1em;
}

#page_ichimi #ichimi_recruiter_sec .cont .problem_list ul li::before {
    content: "";
    background-image: url(/wp-content/themes/child/image/icon_check.svg);
    width: 24px;
    aspect-ratio: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

#page_ichimi #ichimi_recruiter_sec .cont .problem_list ul li+li {
    margin-top: 1em;
}

#page_ichimi #ichimi_recruiter_sec .cont .problem_list ul li b {
    background: linear-gradient(transparent 70%, #EFC32F 0%);
}

#page_ichimi #ichimi_solution_sec {
    padding: 100px 0;
}

#page_ichimi #ichimi_solution_sec .cont .sec_ttl_box {
    margin-bottom: 85px;
    text-align: center;
}

#page_ichimi #ichimi_solution_sec .cont .sec_ttl_box .ttl {
    display: inline-block;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: .08em;
}

#page_ichimi #ichimi_solution_sec .cont .sec_ttl_box .ttl .line {
    background: linear-gradient(transparent 70%, #EFC32F 0%);
}

#page_ichimi #ichimi_solution_sec .cont .solution_list {
    margin-bottom: 70px;
}

#page_ichimi #ichimi_solution_sec .cont .solution_list ol {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

#page_ichimi #ichimi_solution_sec .cont .solution_list ol li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 35px;
    position: relative;
}

#page_ichimi #ichimi_solution_sec .cont .solution_list ol li+li::before {
    content: "";
    position: absolute;
    background-color: #dedede;
    width: 1px;
    height: 100%;
    left: -25px;
    top: 0;
}

#page_ichimi #ichimi_solution_sec .cont .solution_list ol li .img {
    width: 280px;
    height: 280px;
    margin: 0 auto;
}

#page_ichimi #ichimi_solution_sec .cont .solution_list ol li .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#page_ichimi #ichimi_solution_sec .cont .solution_list ol li .list_ttl_box {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

#page_ichimi #ichimi_solution_sec .cont .solution_list ol li .list_ttl_box .num {
    font-weight: 900;
    font-size: 40px;
    letter-spacing: .05em;
    line-height: 1;
    color: #EFC32F;
}

#page_ichimi #ichimi_solution_sec .cont .solution_list ol li .list_ttl_box .ttl {
    line-height: 1.7;
    font-size: 19px;
    letter-spacing: .08em;
    font-weight: 900;
}

#page_ichimi #ichimi_solution_sec .cont .solution_list ol li .list_ttl_box .ttl .color {
    color: #EFC32F;
}

#page_ichimi #ichimi_solution_sec .cont .solution_list ol li .text_area {
    flex-grow: 1;
}

#page_ichimi #ichimi_solution_sec .cont .solution_list ol li .text_area .text {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .08em;
    color: #333;
    line-height: 1.7;
}

#page_ichimi #ichimi_work_sec {
    padding: 100px 0;
    position: relative;
}

#page_ichimi #ichimi_work_sec>* {
    position: relative;
    z-index: 1;
}

#page_ichimi #ichimi_work_sec .cont .sec_ttl_box,
#page_ichimi section.voice_sec .sec_ttl_box {
    margin-bottom: 70px;
    text-align: center;
}

#page_ichimi #ichimi_work_sec .cont .sec_ttl_box .ttl,
#page_ichimi section.voice_sec .sec_ttl_box .ttl {
    font-size: 40px;
    letter-spacing: 0.12em;
    line-height: 1;
    font-weight: 900;
    position: relative;
    display: inline-block;
    z-index: 1;
}

#page_ichimi #ichimi_work_sec .cont .sec_ttl_box .ttl .color,
#page_ichimi section.voice_sec .sec_ttl_box .ttl .color {
    color: #1299F3;
}

#page_ichimi #ichimi_work_sec .cont .sec_ttl_box .ttl::after,
#page_ichimi section.voice_sec .sec_ttl_box .ttl::after {
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    background-color: #efc32f;
    border-radius: 50%;
    right: -3px;
    bottom: -4px;
    z-index: -1;
}

#page_ichimi #ichimi_work_sec .cont .work_list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

#page_ichimi #ichimi_work_sec .cont .work_list ul li {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
    background-color: #fff;
    padding: 30px 40px;
}

#page_ichimi #ichimi_work_sec .cont .work_list ul li .img {
    width: 300px;
    height: 200px;
    margin: 0 auto;
}

#page_ichimi #ichimi_work_sec .cont .work_list ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#page_ichimi #ichimi_work_sec .cont .work_list ul li .list_ttl_box .ttl {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: .08em;
    text-align: center;
    color: #1299F3;
}

#page_ichimi #ichimi_work_sec .cont .work_list ul li .inner_text_area {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

#page_ichimi #ichimi_work_sec .cont .work_list ul li .inner_text_area .text {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .08em;
    color: #333;
    line-height: 1.8;
}

#page_ichimi #ichimi_work_sec .cont .work_list {
    margin-bottom: 60px;
}

#page_ichimi #ichimi_faq_sec {
    padding: 100px 0;
    position: relative;
}

#page_ichimi #ichimi_faq_sec>* {
    position: relative;
    z-index: 1;
}

#page_ichimi #ichimi_faq_sec::before {
    content: "FAQ";
    position: absolute;
    font-weight: 900;
    color: #EFF8FF;
    font-size: 18vw;
    letter-spacing: 0em;
    line-height: 1;
    font-family: Helvetica, sans-serif;
    top: 0;
    right: 0;
    opacity: .7;
}

#page_ichimi #ichimi_faq_sec .sec_ttl_box {
    text-align: center;
    margin-bottom: 70px;
}

#page_ichimi #ichimi_faq_sec .sec_ttl_box .ttl {
    font-size: 40px;
    letter-spacing: 0.12em;
    line-height: 1;
    font-weight: 900;
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #1299F3;
}

#page_ichimi #ichimi_faq_sec .sec_ttl_box .ttl::after {
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    background-color: #efc32f;
    border-radius: 50%;
    right: -3px;
    bottom: -4px;
    z-index: -1;
}

#page_ichimi .faq_box ul li {
    width: 100%;
    border: 3px solid #1299F3;
    background-color: #fff;
}

#page_ichimi .faq_box ul li .quest_btn {
    align-items: center;
    flex-wrap: nowrap;
    padding: 14px 20px;
}

#page_ichimi .faq_box ul li .quest_btn .q_mark {
    font-size: 40px;
    color: #1299F3;
    font-weight: 900;
    margin-right: 20px;
}

#page_ichimi .faq_box ul li .quest_btn .question {
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    width: 85%;
    font-weight: 700;
}

#page_ichimi .faq_box ul li .quest_btn .arrow {
    width: 10px;
    height: 10px;
    border-left: 3px solid #333;
    border-bottom: 3px solid #333;
    transform: rotate(-45deg);
    margin-left: auto;
    transition: 0.7s;
}

#page_ichimi .faq_box ul li .quest_btn.nowOpen .arrow {
    transform: rotate(-225deg);
}

#page_ichimi .faq_box ul li .answer_box {
    align-items: center;
    flex-wrap: nowrap;
    padding: 14px 85px 14px 20px;
}

#page_ichimi .faq_box ul li .answer_box .a_mark {
    font-size: 40px;
    color: #EFC32F;
    font-weight: 900;
    margin-right: 20px;
}

#page_ichimi .faq_box ul li .answer_box .answer {
    font-style: 16px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    font-weight: 700;
}

#page_ichimi .faq_box ul li+li {
    margin-top: 30px;
}

#page_ichimi #contact_text_sec {
    padding: 80px 0;
    background-color: #EFF8FF;
    position: relative;
}

#page_ichimi #contact_text_sec>* {
    position: relative;
    z-index: 1;
}

#page_ichimi #contact_text_sec::before {
    content: "Contact";
    position: absolute;
    font-weight: 900;
    color: #fff;
    font-size: 18vw;
    letter-spacing: 0em;
    line-height: 1;
    font-family: Helvetica, sans-serif;
    top: 0;
    left: 0;
    opacity: .7;
}

#page_ichimi #contact_text_sec .bottom_text_area {
    text-align: center;
    margin-bottom: 50px;
}

#page_ichimi #contact_text_sec .bottom_text_area .text {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .08em;
    color: #333;
    line-height: 1.7;
}

#page_ichimi .common-page_wrap {
    padding-bottom: 0;
}

#page_ichimi_feature {
    background: #EFF8FF;
    padding: 130px 0;
}

#page_ichimi section.voice_sec {
    padding: 130px 0;
}

#page_ichimi_feature .sec_ttl_box {
    text-align: center;
    margin-bottom: 70px;
}

#page_ichimi_feature .sec_ttl_box .ttl {
    font-size: 36px;
    letter-spacing: .08em;
    font-weight: 900;
}

#page_ichimi_feature .cont {
    margin-bottom: 50px;
}

#page_ichimi_feature .cont .item+.item {
    margin-top: 100px;
}

#page_ichimi_feature .cont .item .title_box {
    display: flex;
    gap: 0 10px;
    align-items: center;
    margin-bottom: 20px;
}

#page_ichimi_feature .cont .item .title_box .num {
    flex-shrink: 0;
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
}

#page_ichimi_feature .cont .item .title_box .title {
    color: #EFC32F;
    font-size: 22px;
    letter-spacing: .08em;
    font-weight: 900;
}

#page_ichimi_feature .cont .item .inner {
    background: #fff;
    padding: 50px 30px;
}

#page_ichimi_feature .cont .item .flow_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 70px;
}

#page_ichimi_feature .cont .item .flow_box .inbox {
    position: relative;
}

#page_ichimi_feature .cont .item .flow_box .inbox+.inbox::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #E9E9E9;
    position: absolute;
    left: -50px;
    top: 70px;
}

#page_ichimi_feature .cont .item .flow_box .img_box {
    margin-bottom: 15px;
}

#page_ichimi_feature .cont .item .flow_box .img_box .img {
    background: #EFF8FF;
    border-radius: 50%;
    width: 60%;
    aspect-ratio: 1/1;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#page_ichimi_feature .cont .item .flow_box .img_box .img .box {
    width: 55%;
}

#page_ichimi_feature .cont .item .flow_box .img_box .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#page_ichimi_feature .cont .item .flow_box .text_box .head {
    color: #EFC32F;
    font-weight: 700;
    letter-spacing: .08em;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 15px;
}

#page_ichimi_feature .cont .item .flow_box .text_box li {
    letter-spacing: .05em;
    line-height: 1.5;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 0 10px;
}

#page_ichimi_feature .cont .item .flow_box .text_box li::before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #EFC32F;
    display: block;
    flex-shrink: 0;
}

#page_ichimi_feature .cont .item .flow_box .text_box li+li {
    margin-top: 5px;
}

#page_ichimi_feature .cont .item .analytics_box {
    display: grid;
    grid-template-columns: 1fr 0.3fr 1fr;
    gap: 0 30px;
}

#page_ichimi_feature .cont .item .analytics_box .inbox .label {
    display: inline-block;
    border: 2px solid currentColor;
    padding: 5px 30px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 15px;
}

#page_ichimi_feature .cont .item .analytics_box .inbox .label.before {
    color: #D9D9D9;
}

#page_ichimi_feature .cont .item .analytics_box .inbox .label.after {
    color: #EFC32F;
}

#page_ichimi_feature .cont .item .analytics_box .num_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px 0;
}

#page_ichimi_feature .cont .item .analytics_box .num_box::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #D9D9D9;
    display: block;
}

#page_ichimi_feature .cont .item .analytics_box .num_box .text {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: .08em;
}

#page_ichimi_feature .cont .item .case_box .inbox+.inbox {
    margin-top: 70px;
}

#page_ichimi_feature .cont .item .case_box .head {
    font-size: 24px;
    letter-spacing: .08em;
    font-weight: 700;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
}

#page_ichimi_feature .cont .item .case_box .head::after {
    content: "";
    width: 60px;
    height: 2px;
    background: #EFC32F;
    display: block;
}

#page_ichimi_feature .cont .item .case_box .img {
    width: 50%;
    margin: 0 auto;
}

#page_ichimi_feature .cont .item .case_box .price_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 60px;
}

#page_ichimi_feature .cont .item .case_box .price_box .num_box .text {
    font-size: 20px;
    letter-spacing: .08em;
    line-height: 1.5;
    text-align: center;
}

#page_ichimi_feature .cont .item .case_box .price_box .num_box .text b {
    font-size: 180%;
    line-height: 1;
}

#page_ichimi_feature .cont .item .case_box .price_box .num_box .text b.color {
    color: #EFC32F;
}

#page_ichimi_feature .cont .item .case_box .price_box .percent {
    display: inline-block;
    border-bottom: 2px solid #333;
    padding-bottom: 13px;
    position: relative;
}

#page_ichimi_feature .cont .item .case_box .price_box .percent .text {
    font-size: 20px;
    letter-spacing: .08em;
}

#page_ichimi_feature .cont .item .case_box .price_box .percent .text b {
    color: #EFC32F;
}

#page_ichimi_feature .cont .item .case_box .price_box .percent::after {
    content: "";
    width: 10px;
    aspect-ratio: 1/1;
    border: 2px solid #333;
    border-width: 2px 2px 0 0;
    rotate: 45deg;
    position: absolute;
    right: 0;
    bottom: -6px;
}

#page_ichimi_feature .cont .item .last_text {
    margin-top: 40px;
    font-weight: 700;
    letter-spacing: .08em;
    font-size: 18px;
    text-align: center;
}

#ichimi_scout_sec {
    background: #EFF8FF;
    padding: 130px 0;
}

#ichimi_scout_sec .sec_ttl_box {
    text-align: center;
    margin-bottom: 50px;
}

#ichimi_scout_sec .sec_ttl_box .ttl {
    font-size: 36px;
    letter-spacing: .08em;
    font-weight: 900;
    line-height: 1.5;
}

#ichimi_scout_sec .sec_ttl_box .fukidashi {
    display: inline-block;
    border: 3px solid #1299F3;
    border-radius: 30px;
    line-height: 55px;
    background: #fff;
    padding: 0 90px;
    font-size: 20px;
    letter-spacing: .08em;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
}

#ichimi_scout_sec .sec_ttl_box .fukidashi::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #1299F3 transparent transparent transparent;
    position: absolute;
    bottom: -15px;
    left: 50%;
    translate: -50% 0;
}

#ichimi_scout_sec .sec_ttl_box .fukidashi::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -11px;
    left: 50%;
    translate: -50% 0;
}

#ichimi_scout_sec .cont {
    background: #fff;
    padding: 50px 30px;
}

#ichimi_scout_sec .cont .head {
    text-align: center;
    font-size: 22px;
    letter-spacing: .05em;
    font-weight: 700;
    margin-bottom: 50px;
}

#ichimi_scout_sec .cont .list {
    margin-bottom: 40px;
}

#ichimi_scout_sec .cont .list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 30px;
}

#ichimi_scout_sec .cont .list li {
    background: #EFF8FF;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ichimi_scout_sec .cont .list li .img {
    width: 50%;
}

#ichimi_scout_sec .cont .list li .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#ichimi_scout_sec .cont .note {
    text-align: center;
    font-size: 20px;
    letter-spacing: .08em;
    font-weight: 700;
    margin-bottom: 50px;
}

/* BPOプラットフォーム */

#page_bpo {
    padding-bottom: 120px;
}

.common_bpo_btn {
    width: 370px;
    margin: 0 auto;
}

.common_bpo_btn a {
    width: 100%;
    height: 80px;
    background-color: #EFC32F;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.common_bpo_btn a:hover {
    background-color: #db5d1a;
}

.common_bpo_btn a .text {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.03em;
    color: #fff;
    line-height: 1;
}

.common_bpo_btn a .icon {
    flex-shrink: 0;
    width: 33px;
    aspect-ratio: 1/1;
    margin-left: 30px;
    background-color: #fff;
}

.common_bpo_btn a .icon::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 10px;
    aspect-ratio: 1;
    border-top: 2px solid #EFC32F;
    border-right: 2px solid #EFC32F;
    transform: translateX(-25%) rotate(45deg);
}

#page_bpo .fv_sec {
    padding: 95px 0 130px;
    background-color: #000;
}

#page_bpo .fv_sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../child/image/bpo_fv_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.4;
}

#page_bpo .fv_sec .cont {
    z-index: 1;
    flex-wrap: nowrap;
    align-items: center;
}

#page_bpo .fv_sec .cont .illust {
    flex-shrink: 0;
    width: 420px;
    margin-right: 120px;
}

#page_bpo .fv_sec .cont .illust img {
    width: 100%;
}

#page_bpo .fv_sec .cont .text_block {
    flex-grow: 1;
    color: #fff;
}

#page_bpo .fv_sec .cont .text_block .main_text {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1.6;
    margin-bottom: 30px;
}

#page_bpo .fv_sec .cont .text_block .ttl {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: .04em;
}

#page_bpo .fv_sec .cont .text_block .ttl .small {
    font-size: 14px;
}

#page_bpo .fv_lead_btn {
    position: relative;
    z-index: 1;
    margin: -50px 0 130px;
}

#page_bpo .fv_lead_btn .btn {
    width: 100%;
}

#page_bpo .fv_lead_btn .btn a {
    width: 100%;
    height: 90px;
    background-color: #EFC32F;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

#page_bpo .fv_lead_btn .btn a:hover {
    background-color: #db5d1a;
}

#page_bpo .fv_lead_btn .btn a .text {
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.03em;
    color: #fff;
    line-height: 1;
}

#page_bpo .fv_lead_btn .btn a .icon {
    flex-shrink: 0;
    width: 40px;
    aspect-ratio: 1/1;
    margin-left: 75px;
    background-color: #fff;
}

#page_bpo .fv_lead_btn .btn a .icon::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 10px;
    aspect-ratio: 1;
    border-top: 2px solid #EFC32F;
    border-right: 2px solid #EFC32F;
    transform: translateX(-25%) rotate(45deg);
}

#page_bpo .concept_sec {
    margin-bottom: 60px;
}

#page_bpo .concept_sec .cont .ttl_box {
    margin-bottom: 40px;
}

#page_bpo .concept_sec .cont .ttl_box .en {
    position: absolute;
    inset: 0;
    margin: auto;
    text-align: center;
    font-size: 130px;
    opacity: 0.2;
    color: #EFC32F;
    z-index: -1;
}

#page_bpo .concept_sec .cont .ttl_box .ttl {
    font-size: 27px;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1.8;
    display: inline;
    background-color: #fff;
}

#page_bpo .concept_sec .cont .text {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.7;
    font-weight: 500;
}

#page_bpo .outline_sec {
    margin-bottom: 100px;
}

#page_bpo .outline_sec .cont {
    padding: 50px 50px;
    background-color: #fafafa;
}

#page_bpo .outline_sec .cont .lead_wrap {
    text-align: center;
    margin-bottom: 25px;
}

#page_bpo .outline_sec .cont .lead_wrap .lead {
    display: inline-block;
    padding: 8px 25px;
    background-color: #db5d1a;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#page_bpo .outline_sec .cont .img {
    width: 80%;
    margin: 0 auto 25px;
}

#page_bpo .outline_sec .cont .img img {
    width: 100%;
}

#page_bpo .outline_sec .cont .text {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-weight: bold;
    color: #db5d1a;
}

#page_bpo .problem_sec {
    z-index: 1;
    margin-bottom: 70px;
}

#page_bpo .problem_sec .cont {
    padding: 45px 10%;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    background-color: #fff;
}

#page_bpo .problem_sec .cont::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 40px;
    aspect-ratio: 1/1;
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    transform: translateY(calc(50% + 1px)) rotate(-45deg);
}

#page_bpo .problem_sec .cont .top_ttl {
    text-align: center;
    margin-bottom: 15px;
}

#page_bpo .problem_sec .cont .top_ttl .ttl {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.5;
}

#page_bpo .problem_sec .cont .inner {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

#page_bpo .problem_sec .cont .inner .illust {
    flex-shrink: 0;
    width: 30%;
    line-height: 1;
    margin-right: 60px;
}

#page_bpo .problem_sec .cont .inner .illust img {
    width: 100%;
}

#page_bpo .problem_sec .cont .inner .text_box .list ul li+li {
    margin-top: 19px;
}

#page_bpo .problem_sec .cont .inner .text_box .list ul li {
    flex-wrap: nowrap;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.04em;
}

#page_bpo .problem_sec .cont .inner .text_box .list ul li::before {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 6px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    margin-right: 25px;
    background-color: #1299F3;
}

#page_bpo .merit_sec {
    padding: 0 0 100px;
    margin-bottom: 100px;
}

#page_bpo .merit_sec::before {
    content: "";
    position: absolute;
    top: -220px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #EFF8FF;
    z-index: -1;
}

#page_bpo .merit_sec .top_ttl_box {
    text-align: center;
    margin-bottom: 45px;
}

#page_bpo .merit_sec .top_ttl_box .ttl {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1.5;
    display: inline;
    background: linear-gradient(transparent 70%, #fbed21 0%);
}

#page_bpo .merit_sec .list {
    margin-bottom: 50px;
}

#page_bpo .merit_sec .list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 40px;
}

#page_bpo .merit_sec .list ul li .illust {
    width: 60%;
    margin: 0 auto 35px;
}

#page_bpo .merit_sec .list ul li .illust img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: contain;
}

#page_bpo .merit_sec .list ul li .text_box {
    text-align: center;
}

#page_bpo .merit_sec .list ul li .text_box .ttl {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.04em;
    display: inline;
    background: linear-gradient(transparent 70%, #fbed21 0%);
}

#page_bpo .merit_sec .list ul li .text_box .text {
    text-align: left;
    font-size: 15px;
    letter-spacing: .05em;
    line-height: 1.8;
    margin-top: 20px;
}

#page_bpo .service_sec {
    margin-bottom: 100px;
}

#page_bpo .service_sec .top_ttl_box {
    text-align: center;
    margin-bottom: 45px;
}

#page_bpo .service_sec .top_ttl_box .en {
    position: absolute;
    inset: 0;
    margin: auto;
    text-align: center;
    font-size: 130px;
    line-height: 1;
    opacity: 0.2;
    color: #EFC32F;
    z-index: -1;
}

#page_bpo .service_sec .top_ttl_box .ttl {
    font-size: 27px;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1.8;
    display: inline;
    background-color: #fff;
}

#page_bpo .service_sec .list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
}

#page_bpo .service_sec .list ul li {
    aspect-ratio: 3/2;
}

#page_bpo .service_sec .list ul li.soon {
    position: relative;
    background-color: #fff;
}

#page_bpo .service_sec .list ul li.soon .soon_cont {
    position: absolute;
    inset: 0;
    z-index: 2;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
}

#page_bpo .service_sec .list ul li.soon .soon_cont .text {
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

#page_bpo .service_sec .list ul li a {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

#page_bpo .service_sec .list ul li a::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: .3s;
}

#page_bpo .service_sec .list ul li a:hover::before {
    background-color: rgba(0, 0, 0, 0);
    border: 6px solid #EFC32F;
}

#page_bpo .service_sec .list ul li a .img {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
}

#page_bpo .service_sec .list ul li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

#page_bpo .service_sec .list ul li a:hover .img img {
    transform: scale(1.1);
}

#page_bpo .service_sec .list ul li a .name {
    position: relative;
    z-index: 1;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    transition: .3s;
}

#page_bpo .service_sec .list ul li a:hover .name {
    color: #333;
}

#page_bpo .reason_sec {
    margin-bottom: 80px;
    padding: 100px 0 75px;
    background-color: #fffaf7;
}

#page_bpo .reason_sec .top_ttl_box {
    text-align: center;
    margin-bottom: 45px;
    z-index: 1;
}

#page_bpo .reason_sec .top_ttl_box .en {
    position: absolute;
    top: -50%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 90px;
    line-height: 1;
    opacity: 0.2;
    color: #db5d1a;
    z-index: -1;
}

#page_bpo .reason_sec .top_ttl_box .ttl {
    font-size: 27px;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1.8;
    display: inline;
    background-color: #fff;
}

#page_bpo .reason_sec .list {
    margin-bottom: 45px;
}

#page_bpo .reason_sec .list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 25px;
}

#page_bpo .reason_sec .list ul li {
    padding: 30px 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}

#page_bpo .reason_sec .list ul li .ttl_box {
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 25px;
}

#page_bpo .reason_sec .list ul li .ttl_box .num {
    flex-shrink: 0;
    width: 50px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #db5d1a;
    font-size: 26px;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
    margin-right: 20px;
    text-align: center;
}

#page_bpo .reason_sec .list ul li .ttl_box .ttl {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.3;
}

#page_bpo .reason_sec .list ul li .illust {
    width: 100%;
    margin-bottom: 20px;
}

#page_bpo .reason_sec .list ul li .illust img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: contain;
}

#page_bpo .reason_sec .list ul li .text_box .text {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.8;
}

.voice_sec .top_ttl_box {
    text-align: center;
    margin-bottom: 35px;
}

.voice_sec .top_ttl_box .ttl {
    font-size: 27px;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1.8;
}

.voice_sec .top_ttl_box .ttl::before {
    content: "";
    display: block;
    width: 10px;
    aspect-ratio: 1/1;
    margin: 0 auto 13px;
    border-radius: 50%;
    background-color: #EFC32F;
}

.voice_sec .top_ttl_box .ttl::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #1299F3;
    margin: 20px auto 0;
}

.voice_sec .list {
    margin-bottom: 50px;
}

.voice_sec .list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 55px;
}

.voice_sec .list ul li a {
    display: block;
}

.voice_sec .list ul li a .ttl {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #1299F3;
    margin-bottom: 10px;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.voice_sec .list ul li a .illust {
    margin: 0 auto 25px;
}

.voice_sec .list ul li a .illust img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: contain;
}

.voice_sec .list ul li a .text_box .text {
    color: #333;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.8;
}

.post_page_container {
    display: flex;
}

.post_page_container.news {
    display: block;
    padding: 0 140px;
}

.post_page_container .main_contents {
    flex-grow: 1;
}

.post_page_container .main_contents .ttl_box {
    margin-bottom: 50px;
    display: flex;
    align-items: flex-end;
}

.post_page_container .main_contents .ttl_box::before {
    content: "";
    width: 5px;
    height: 42px;
    background: #1299f3;
    margin-right: 12px;
}

.post_page_container .main_contents .ttl_box .en_ttl {
    font-size: 40px;
    letter-spacing: .05em;
    font-weight: 900;
    margin-right: 15px;
}

.post_page_container .main_contents .ttl_box .ttl {
    font-size: 20px;
    letter-spacing: .05em;
    font-weight: 700;
    margin-bottom: 5px;
}

.post_page_container .main_contents .tab_box {
    margin-bottom: 30px;
}

.post_page_container .main_contents .tab_box .theme {
    font-size: 20px;
    letter-spacing: .05em;
    margin-bottom: 20px;
}

.post_page_container .main_contents .tab_box ul {
    flex-wrap: wrap;
    display: flex;
    gap: 14px;
}

.post_page_container .main_contents .tab_box li {
    cursor: pointer;
    transition: .3s;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 15px;
}

.post_page_container .main_contents .tab_box li a {
    color: #000;
    transition: .3s;
}

.post_page_container .main_contents .tab_box li .hash {
    margin-right: 0.15em;
    color: #1299f3;
}

.post_page_container .main_contents .tab_box li a:hover,
.post_page_container .main_contents .tab_box li.active {
    color: #1299f3;
}

.post_page_container .archive_page_list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 50px;
}

.post_page_container .archive_page_list ul li a {
    display: block;
    height: 100%;
    transition: .3s;
}

.post_page_container .archive_page_list ul li a .img {
    width: 100%;
    aspect-ratio: 26/15;
    overflow: hidden;
}

.post_page_container .archive_page_list ul li a .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .3s;
    background-color: #f1f1f1;
}

.post_page_container .archive_page_list ul li a:hover .img img {
    transform: scale(1.1);
}

.post_page_container .archive_page_list ul li a .text_box {
    padding: 18px 0 20px;
}

.post_page_container .archive_page_list ul li a .text_box .ttl {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.06em;
    color: #333;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    transition: .3s;
}

.post_page_container .archive_page_list ul li a:hover .text_box .ttl {
    color: #1299f3;
}

.post_page_container .archive_page_list ul li a .text_box .tag {
    margin-top: 10px;
    display: flex;
    gap: 0 10px;
    flex-wrap: wrap;
}

.post_page_container .archive_page_list ul li a .text_box .tag .tag_item {
    font-size: 12px;
    letter-spacing: .05em;
    color: #333;
}

.post_page_container .side_bar {
    flex-shrink: 0;
    width: 350px;
    margin-left: 60px;
}

.post_page_container .side_bar .post_cont {
    background-color: #fafafa;
}

.post_page_container .side_bar .post_cont+.post_cont {
    margin-top: 35px;
}

.post_page_container .side_bar .post_cont .top_ttl_box {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    background-color: #1299f3;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 20px;
}

.post_page_container .side_bar .post_cont .top_ttl_box .icon {
    width: 20px;
    flex-shrink: 0;
    margin-right: 15px;
}

.post_page_container .side_bar .post_cont .top_ttl_box .icon img {
    width: 100%;
}

.post_page_container .side_bar .post_cont .top_ttl_box .ttl {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
}

.post_page_container .side_bar .post_cont .list ul li {
    padding: 0 15px;
}

.post_page_container .side_bar .post_cont .list ul li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.post_page_container .side_bar .post_cont .list ul li:last-child {
    padding-bottom: 8px;
}

.post_page_container .side_bar .post_cont .list ul li+li {
    margin-top: 8px;
    border-top: 1px solid #fff;
    padding-top: 8px;
}

.post_page_container .side_bar .post_cont .list ul li a {
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
}

.post_page_container .side_bar .post_cont .list ul li a .ranking_num {
    position: absolute;
    top: -15px;
    left: -23.5px;
    width: 35px;
    aspect-ratio: 1/1;
    line-height: 35px;
    border-radius: 50%;
    background-color: #EFC32F;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.post_page_container .side_bar .post_cont .list ul li:nth-child(2) a .ranking_num {
    background-color: #9f9c99;
}

.post_page_container .side_bar .post_cont .list ul li:nth-child(3) a .ranking_num {
    background-color: rgb(176, 97, 57);
}

.post_page_container .side_bar .post_cont .list ul li:nth-child(4) a .ranking_num,
.post_page_container .side_bar .post_cont .list ul li:nth-child(5) a .ranking_num {
    background-color: #000;
}

.post_page_container .side_bar .post_cont .list ul li a .img {
    flex-shrink: 0;
    width: 80px;
    aspect-ratio: 1/1;
    overflow: hidden;
    margin-right: 15px;
}

.post_page_container .side_bar .post_cont .list ul li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.post_page_container .side_bar .post_cont .list ul li a:hover .img img {
    transform: scale(1.1);
}

.post_page_container .side_bar .post_cont .list ul li a .text_box {
    flex-grow: 1;
}

.post_page_container .side_bar .post_cont .list ul li a .text_box .ttl {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.04em;
    color: #333;
    line-height: 1.5;
    transition: .3s;
}

.post_page_container .side_bar .post_cont .list ul li a:hover .text_box .ttl {
    opacity: 0.6;
}

.post_page_container .post_wrap .top_text_box {
    margin-bottom: 40px;
}

.post_page_container .post_wrap .top_text_box .ttl {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.5;
    margin-bottom: 20px;
}

.post_page_container .post_wrap .top_text_box .date_box {
    flex-wrap: nowrap;
    align-items: center;
}

.post_page_container .post_wrap .top_text_box .date_box .icon {
    width: 18px;
    flex-shrink: 0;
    line-height: 1;
    margin-right: 10px;
}

.post_page_container .post_wrap .top_text_box .date_box .icon img {
    width: 100%;
}

.post_page_container .post_wrap .top_text_box .date_box .date {
    font-size: 12px;
    color: #ccc;
    line-height: 1;
}

span.ez-toc-js-icon-con svg {
    width: auto;
    height: auto;
    position: inherit;
    top: auto;
    left: auto;
}

.post_page_container .post_wrap .post_cont .marker {
    background: linear-gradient(transparent 70%, #fbed21 0%);
}

.post_page_container .post_wrap .post_cont .bg_marker {
    padding: .3em .3em;
    background-color: #d5edff;
}

.post_page_container .post_wrap .post_cont>ol,
.post_page_container .post_wrap .post_cont>ul {
    margin: 1.5rem 0;
    padding: 1em 1.5em 1em 2.5em;
    background-color: #EFF8FF;
}

.post_page_container .post_wrap .post_cont>ol {
    list-style: decimal;
}

.post_page_container .post_wrap .post_cont>ul {
    list-style: disc;
}

.post_page_container .post_wrap .post_cont li {
    line-height: 1.5;
    margin: 1em 0;
    position: relative;
}

.post_page_container .post_wrap .post_cont .list_border,
.post_page_container .post_wrap .post_cont .list_border_block,
.post_page_container .post_wrap .post_cont .list_border_left {
    margin: 1.5rem 0;
}

.post_page_container .post_wrap .post_cont .list_border ul {
    list-style: disc;
    padding: 1em 1.5em 1em 2.5em;
    border: 2px solid #ccc;
    border-radius: 3px;
}

.post_page_container .post_wrap .post_cont .list_border_block ul {
    list-style: disc;
    padding: 1em 1.5em 1em 2.5em;
    border-top: 1px solid #1299f3;
    border-bottom: 1px solid #1299f3;
}

.post_page_container .post_wrap .post_cont .list_border_left ul {
    list-style: disc;
    padding: 1em 1.5em 1em 2.5em;
    background-color: #EFF8FF;
    border-left: 3px solid #1299f3;
}

.post_page_container .post_wrap .thumbnail {
    margin-bottom: 50px;
}

.post_page_container .post_wrap .thumbnail img {
    width: 100%;
    aspect-ratio: 26/15;
    object-fit: contain;
}

.post_page_container .post_wrap .post_cont p+h2 {
    margin-top: 60px;
}

.post_page_container .post_wrap .post_cont h2 {
    font-size: 21px;
    margin: 25px 0 30px;
    padding: 0.5em 1em;
    letter-spacing: 0.08em;
    line-height: 1.5;
    font-weight: bold;
    background-color: #1299f3;
    color: #fff;
    position: relative;
}

.post_page_container .post_wrap .post_cont h2::before {
    position: absolute;
    top: 100%;
    left: 0;
    border: none;
    border-right: solid 20px #0070ca;
    border-bottom: solid 15px transparent;
    content: "";
}

.post_page_container .post_wrap .post_cont h3 {
    position: relative;
    padding-bottom: 17px;
    margin: 40px 0 20px;
    font-size: 22px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    font-weight: bold;
    border-bottom: 2px solid #f2f2f2;
    color: #1299f3;
}

.post_page_container .post_wrap .post_cont h3:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: currentColor;
}

.post_page_container .post_wrap .post_cont h4,
.post_page_container .post_wrap .post_cont h5,
.post_page_container .post_wrap .post_cont h6 {
    font-size: 20px;
    letter-spacing: 0.05em;
    padding-left: 20px;
    border-left: 2px solid;
    margin: 40px 0 20px;
    line-height: 1.5;
    font-weight: bold;
    color: #1299f3;
}

.post_page_container .post_wrap .post_cont p {
    margin: 1em 0;
    letter-spacing: 0.06em;
    line-height: 1.7;
}

.post_page_container .post_wrap .post_cont .post_image {
    margin: 35px 0;
}

.post_page_container .post_wrap .post_cont .post_image img {
    width: 100%;
}

.single_job_page .main_contents_area .in_box+.in_box {
    margin-top: 100px;
}

.single_job_page .main_contents_area .in_box .title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 1em;
}

.single_job_page .main_contents_area .in_box.recruit_ment .title {
    margin-bottom: 50px;
}

.single_job_page .main_contents_area .in_box .fl_wrap {
    align-items: center;
}

.single_job_page .main_contents_area .in_box.recruit_ment .fl_wrap {
    align-items: flex-start;
}

.single_job_page .main_contents_area .in_box .text_area {
    width: 55%;
    font-size: 16px;
}

.single_job_page .main_contents_area .in_box .text_area .text {
    line-height: 2.5;
}

.single_job_page .main_contents_area .in_box .image {
    width: 40%;
}

.single_job_page .main_contents_area .in_box .cmn_information_list {
    width: 100%;
}

.single_job_page .features_area {
    margin-bottom: 30px;
}

.single_job_page .features_area ul {
    justify-content: center;
}

.single_job_page .features_area ul li {
    border-bottom: 1px solid #ccc;
    padding: 10px 20px 10px 40px;
    background-repeat: no-repeat;
    background-position: 10px;
    color: #666;
}

.single_job_page .features_area ul li.area {
    background-image: url(/wp-content/themes/child/image/job_single/icon_area.svg);
    background-size: 15px;
}

.single_job_page .features_area ul li.type {
    background-image: url(/wp-content/themes/child/image/job_single/icon_bag.svg);
    background-size: 15px;
}

/* お役立ち情報 */
#page_useful .post_page_container {
    padding: 0 140px;
}

#page_useful .useful_slider {
    margin-top: 10px;
}

#page_useful .useful_slider ul.slick-slider li.slick-slide .img {
    width: 100%;
    aspect-ratio: 16/9;
}

#page_useful .useful_slider ul.slick-slider li.slick-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #f1f1f1;
}

#page_useful .useful_slider .slick-prev,
#page_useful .useful_slider .slick-next {
    width: 50px;
    aspect-ratio: 1;
    background-color: #fff;
    border-radius: 50%;
    color: transparent;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    z-index: 1;
    background-image: url(/wp-content/themes/child/image/icon_arrow_blue.svg);
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s;
}

#page_useful .useful_slider .slick-prev:hover,
#page_useful .useful_slider .slick-next:hover {
    background-color: #1299f3;
    background-image: url(/wp-content/themes/child/image/icon_arrow_white.svg);
}

#page_useful .useful_slider .slick-prev {
    left: 375px;
    rotate: 180deg;
}

#page_useful .useful_slider .slick-next {
    right: 375px;
}

#page_useful .useful_slider ul.slick-dots {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 0 10px;
}

#page_useful .useful_slider ul.slick-dots li {
    background: #cbcbcb;
    width: 10px;
    aspect-ratio: 1;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
}

#page_useful .useful_slider ul.slick-dots li.slick-active {
    background: #1299f3;
}

#page_useful .useful_slider ul.slick-dots li button {
    display: none;
}

#page_useful .useful_sec .ttl_box {
    margin-bottom: 50px;
    display: flex;
    align-items: flex-end;
}

#page_useful .useful_sec .ttl_box::before {
    content: "";
    width: 5px;
    height: 42px;
    background: #1299f3;
    margin-right: 12px;
}

#page_useful .useful_sec .ttl_box .en_ttl {
    font-size: 40px;
    letter-spacing: .05em;
    font-weight: 900;
    margin-right: 15px;
}

#page_useful .useful_sec .ttl_box .ttl {
    font-size: 20px;
    letter-spacing: .05em;
    font-weight: 700;
    margin-bottom: 5px;
}

#page_useful .useful_sec .useful_pickup {
    margin-bottom: 100px;
}

#page_useful .useful_sec .useful_pickup .pickup_cont ul li+li {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 3px dashed #333;
}

#page_useful .useful_sec .useful_pickup .pickup_cont ul li .img {
    width: 100%;
    aspect-ratio: 26/15;
    margin-bottom: 30px;
}

#page_useful .useful_sec .useful_pickup .pickup_cont ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #f1f1f1;
}

#page_useful .useful_sec .useful_pickup .pickup_cont ul li .text_box {
    margin-bottom: 30px;
}

#page_useful .useful_sec .useful_pickup .pickup_cont ul li .text_box .ttl {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.06em;
    color: #333;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 10px;
}

#page_useful .useful_sec .useful_pickup .pickup_cont ul li .text_box .tag {
    display: flex;
    gap: 0 10px;
    flex-wrap: wrap;
}

#page_useful .useful_sec .useful_pickup .pickup_cont ul li .text_box .tag .tag_item {
    font-size: 14px;
    letter-spacing: .05em;
}

#page_useful .useful_sec .useful_link_btn .link {
    display: block;
    background: #1299f3;
    color: #fff;
    border: 2px solid #1299f3;
    font-size: 16px;
    letter-spacing: .05em;
    font-weight: 700;
    padding: 15px 0;
    width: 220px;
    border-radius: 100vmax;
    transition: .3s;
    position: relative;
    text-align: center;
}

#page_useful .useful_sec .useful_link_btn .link:hover {
    background: #fff;
    color: #1299f3;
}

#page_useful .useful_sec .useful_link_btn .link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    translate: 0 -50%;
    background-color: #fff;
    background-image: url(/wp-content/themes/child/image/icon_arrow_blue.svg);
    background-size: 28%;
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    aspect-ratio: 1;
    border-radius: 50%;
    transition: .3s;
}

#page_useful .useful_sec .useful_link_btn .link:hover::before {
    background-color: #1299f3;
    background-image: url(/wp-content/themes/child/image/icon_arrow_white.svg);
}

#page_useful .useful_sec .useful_other .useful_link_btn .link {
    width: 300px;
    margin: 30px auto 0;
}

/* フォーム */

.common_search_form_area {
    width: 297px;
    position: relative;
    margin-left: auto;
}

.common_search_form_area form {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    color: #333;
}

.common_search_form_area form input {
    width: 70%;
    padding: 10px;
    background-color: #fff;
}

.common_search_form_area form input::placeholder {
    color: #B5B5B5;
}

.common_search_form_area form .submit_btn {
    font-weight: 500;
    text-align: center;
    width: 20%;
    height: 100%;
    background-color: #fff;
    color: #1299f3;
    padding: 10px;
}

.search_page .title_box {
    margin-bottom: 50px;
}

.search_page .title_box .title {
    font-size: 24px;
    margin-bottom: .5em;
    font-weight: 700;
}

.search_page .title_box .sub_title {
    font-size: 20px;
    color: #3099f3;
}

@media (max-width: 750px) {

    .wrap {
        max-width: 90%;
    }

    body {
        font-size: 13px;
        line-height: 1.5;
        min-width: 100%;
    }

    #main_header .header_top_cont {
        padding: 16px 0;
        border-bottom: 1px solid #fafafa;
    }

    #main_header .header_top_cont .inner {
        display: block;
    }

    #main_header .header_top_cont .inner .logo {
        width: 180px;
    }

    #main_header .header_top_cont .inner .logo img {
        width: 100%;
    }

    #main_header .header_top_cont .inner .link_side {
        display: none;
    }

    #main_header .header_main_link_cont {
        width: 100%;
    }

    #main_header .header_main_link_cont .wrap {
        max-width: 100%;
        width: 100%;
    }

    #main_header .header_main_link_cont .list ul li:first-child {
        border-left: none;
    }

    #main_header .header_main_link_cont .list ul li:last-child {
        border-right: none;
    }

    #main_header .header_main_link_cont .list ul li a {
        padding: 8px 0;
        display: block;
    }

    #main_header .header_main_link_cont .list ul li a .icon {
        width: 20px;
        aspect-ratio: 1/1;
        margin: 0 auto 5px;
    }

    #main_header .header_main_link_cont .list ul li a .icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    #main_header .header_main_link_cont .list ul li a .text {
        text-align: center;
        font-size: 10px;
        letter-spacing: normal;
        line-height: 1.2;
    }


    /* SP固定ページ 共通設定 */
    .common-page_wrap {
        padding: 16vw 0;
    }

    .common-page_title h2 {
        font-size: 5vw;
    }

    .common-page_title .sub_title {
        font-size: 3vw;
    }

    .reserve_text {
        font-size: 6vw;
    }

    .common-btn {
        width: 80%;
        line-height: 12vw;
    }

    .common-btn:hover {
        opacity: 1;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 2.5vw;
        margin-top: 2vw;
    }

    /* SP固定ページ 会社概要 */
    .company_profile {
        margin-bottom: 10vw;
    }

    .company_profile table th,
    .company_profile table td {
        font-size: 3.4vw;
        width: 100%;
        display: block;
        border-bottom: unset;
        padding: 1.1em;
    }

    .company_profile table th {
        width: 100%;
        background-color: #0181d6;
        color: #fff;
    }

    .company_profile table td {
        width: 100%;
    }

    .common-page_title {
        text-align: center;
        margin-bottom: 1em;
    }

    .common-page_title.access_ttl .ttl {
        margin-bottom: 0;
    }

    .common-page_title.access_ttl .ttl::before,
    .common-page_title.access_ttl .ttl::after {
        height: 1.4vw;
    }

    .common-page_title.access_ttl .ttl::before {
        margin-right: 4vw;
    }

    .common-page_title.access_ttl .ttl::after {
        margin-left: 4vw;
    }

    .company_access .map {
        height: 50vw;
    }

    .common-page_main {
        padding: 14vw 0 8vw;
    }

    .common-page_main .title_box {
        padding: 6vw 0;
    }

    .common-page_main .title_box .title {
        font-size: 5vw;
    }

    .common-page_main .title_box .sub_title {
        font-size: 4vw;
        margin-top: 2vw;
    }

    #page_about {
        padding: 5vw 0 3vw;
    }

    #page_about .about_theme {
        height: 20vw;
    }

    #page_about .about_theme::after {
        left: -10vw;
        right: -10vw;
        transform: rotate(-2deg);
    }

    #page_about .about_theme .theme {
        font-size: 5vw;
        line-height: 1.5;
        text-align: unset;
        font-weight: 0;
    }

    #page_about .about_theme .theme .sp_right {
        display: block;
        margin-left: 22vw;
    }

    #page_about .about_box {
        margin-top: 10vw;
    }

    #page_about .about_box .ttl {
        font-size: 4.8vw;
    }

    #page_about .about_box .ttl::after {
        width: 3vw;
        height: 3vw;
        right: -1vw;
        bottom: -1vw;
    }

    #page_about .about_box ul {
        margin-top: 5vw;
    }

    #page_about .about_box ul li {
        align-items: unset;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    #page_about .about_box ul li::after {
        display: none;
    }

    #page_about .about_box ul li .text_content_box .text_ttl {
        font-size: 4vw;
        line-height: 1.4;
    }

    #page_about .about_box ul li .text_content_box .text_ttl::first-letter {
        font-size: 4vw;
    }

    #page_about .about_box ul li .text_content_box .text_box {
        margin-top: 3.2vw;
    }

    #page_about .about_box ul li .text_content_box .text_box .text {
        font-size: 3.2vw;
        line-height: 1.3;
    }

    #page_about .about_box ul li .text_content_box .text_box .text+.text {
        margin-top: 2vw;
    }

    #page_about .about_box ul li .img {
        width: 100%;
        height: 45vw;
        flex-shrink: 0;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 5vw;
    }

    #page_about .about_box ul li:nth-child(even) {
        flex-direction: column-reverse;
    }

    #page_about .about_box ul li:nth-child(even)::after {
        display: none;
    }

    #page_about .about_box ul li:nth-child(even) .img {
        margin-left: 0;
        margin-right: 0;
    }

    #page_about .about_box ul li+li {
        margin-top: 10vw;
    }

    #page_flow .ab_flow {
        display: none;
    }

    #page_flow .flow_box ul li {
        flex-wrap: nowrap;
    }

    #page_flow .flow_box ul li .step_box {
        width: 27%;
        height: 30vw;
        margin-right: 5vw;
        clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
    }

    #page_flow .flow_box ul li .step_box .step_ab {
        font-size: 6vw;
        bottom: 16vw;
        right: 4vw;
        transform: skew(0, -21deg);
    }

    #page_flow .flow_box ul li .step_box .step_num {
        font-size: 12vw;
        margin-top: 12vw;
        margin-left: 9vw;
    }

    #page_flow .flow_box ul li .text_box {
        margin-top: 0;
    }

    #page_flow .flow_box ul li .text_box .ttl {
        font-size: 4.5vw;
    }

    #page_flow .flow_box ul li .text_box .text {
        margin-top: 3vw;
    }

    #page_flow .flow_box ul li .text_box .text .content {
        font-size: 3vw;
        line-height: 1.5;
        letter-spacing: 0.04em;
    }

    #page_flow .flow_box ul li .text_box .text .content+.content {
        margin-top: 1.5vw;
    }

    #page_flow .flow_box ul li+li {
        margin-top: 8vw;
    }

    #page_faq .faq_box ul li .quest_btn {
        padding: 2vw 4vw 2vw 2vw;
    }

    #page_faq .faq_box ul li .quest_btn .q_mark {
        font-size: 6vw;
        margin-right: 3.5vw;
    }

    #page_faq .faq_box ul li .quest_btn .question {
        font-size: 3.6vw;
    }

    #page_faq .faq_box ul li .quest_btn .arrow {
        width: 2vw;
        height: 2vw;
        border-left: 0.5vw solid #333;
        border-bottom: 0.5vw solid #333;
    }

    #page_faq .faq_box ul li .answer_box {
        align-items: center;
        flex-wrap: nowrap;
        padding: 4vw 2vw 2vw 2vw;
    }

    #page_faq .faq_box ul li .answer_box .a_mark {
        font-size: 6vw;
        margin-right: 3.5vw;
    }

    #page_faq .faq_box ul li .answer_box .answer {
        font-style: 3.2vw;
    }

    #page_faq .faq_box ul li+li {
        margin-top: 4vw;
    }

    .single_job_page {
        padding: 20vw 0;
    }

    .single_job_page .breadcrumb {
        font-size: 2.5vw;
    }

    .single_job_page .single_job_box .sec_title_box {
        margin-top: 3vw;
        margin-bottom: 15vw;
    }

    .single_job_page .single_job_box .sec_title_box .single_job_time {
        font-size: 3vw;
        margin-top: 2vw;
    }

    .single_job_page .single_job_box .sec_title_box .single_job_ttl {
        font-size: 5vw;
        margin-top: 2vw;
    }

    .single_job_page .single_job_box .sec_title_box .single_job_ttl::after {
        width: 4vw;
        height: 4vw;
        right: -1vw;
        bottom: -1.5vw;
    }

    .single_job_page .single_job_box .sec_title_box .img_box {
        flex-wrap: wrap;
        margin-top: 3vw;
        align-items: unset;
        margin-bottom: 10px;
    }

    .single_job_page .single_job_box .sec_title_box .img_box .single_job_sub_ttl {
        font-size: 3.5vw;
        line-height: 1.7;
    }

    #singleJob_information_list {
        width: 100%;
        background: #f1f1f1;
        padding: 8vw 4vw;
        margin-bottom: 10vw;
        margin-top: 3vw;
    }

    #singleJob_information_list .company_name {
        margin-bottom: 5vw;
        display: block;
    }

    #singleJob_information_list .company_name .logo {
        width: 20vw;
        height: 20vw;
        margin-right: 4vw;
        background: #fff;
        margin: 0 auto 3vw auto;
    }

    #singleJob_information_list .company_name .name {
        font-size: 4vw;
        text-align: center;
    }

    #singleJob_information_list ul li+li {
        margin-top: 10px;
    }

    #singleJob_information_list ul li .name {
        width: 40%;
    }

    #singleJob_information_list ul li .name .theme {
        padding-left: 30px;
    }

    #singleJob_information_list ul li .name .hp {
        background-size: 14px;
    }

    #singleJob_information_list ul li .name .address {
        background-size: 10px;
    }

    #singleJob_information_list ul li .name .since {
        background-size: 14px;
    }

    #singleJob_information_list ul li .name .member {
        background-size: 16px;
    }

    #singleJob_information_list ul li .child {
        width: 60%;
    }

    .single_job_page .single_job_box .sec_title_box .img_box .job_img {
        width: 100%;
        height: 50vw;
        margin: 4vw 0 3vw;
    }

    .single_job_page .single_job_box .contact_btn a {
        font-size: 4vw;
        padding: 4vw 6vw;
        width: 100%;
        text-align: center;
    }

    .single_job_page .single_job_box .contact_btn a::after {
        width: 2.2vw;
        right: 6vw;
    }

    .single_job_page .single_job_box .sec_title_box .img_box .job_img::before,
    .single_job_page .single_job_box .sec_title_box .img_box .job_img::after {
        width: 8vw;
        height: 1px;
    }

    .single_job_page .single_job_box .sec_title_box .img_box .job_img::before {
        top: 2vw;
        left: -2.2vw;
    }

    .single_job_page .single_job_box .sec_title_box .img_box .job_img::after {
        bottom: 2vw;
        right: -2.2vw;
    }

    .single_job_page .single_job_box .cmn_information_list {
        margin-top: 0vw;
    }

    .single_job_page .single_job_box .cmn_information_list .ttl {
        font-size: 4vw;
        gap: 0 5vw;
    }

    .single_job_page .single_job_box .cmn_information_list .ttl::before,
    .single_job_page .single_job_box .cmn_information_list .ttl::after {
        height: 1.6vw;
    }

    .single_job_page .single_job_box .cmn_information_list ul {
        padding: 5vw 0;
    }

    .single_job_page .single_job_box .cmn_information_list ul li {
        flex-wrap: wrap;
        display: block;
    }

    .single_job_page .single_job_box .cmn_information_list ul li .name {
        margin-right: 0;
        margin-bottom: 1vw;
    }

    .single_job_page .single_job_box .cmn_information_list ul li .name .theme {
        font-size: 3.8vw;
        width: 100%;
        background-size: contain;
    }

    .single_job_page .single_job_box .cmn_information_list ul li+li {
        margin-top: 3.8vw;
    }

    .single_job_page .single_job_box .cmn_information_list.process .process_box {
        padding: 5vw 0;
    }

    .single_job_page .single_job_box .cmn_information_list+.cmn_information_list {
        margin-top: 8vw;
    }

    .single_job_page .ichiran_link {
        width: 80%;
        line-height: 12vw;
        margin: 3.5vw auto 0;
        font-size: 4vw;
        transition: 0s;
    }

    .single_job_page .ichiran_link::after {
        width: 2vw;
        right: 5vw;
    }

    .single_job_page .ichiran_link:first-child {
        order: 2;
    }

    .archive_page .archive_page_list .bl_home_jobsSlider .el_jobsSlider {
        display: flex;
        flex-wrap: wrap;
        justify-content: unset;
    }

    .archive_page .archive_page_list .bl_home_jobsSlider .el_jobsSlider::before,
    .archive_page .archive_page_list .bl_home_jobsSlider .el_jobsSlider::after {
        display: none;
    }

    .archive_page .archive_page_list .bl_home_jobsSlider .el_jobsSlider .el_jobsSlider_item {
        width: 100%;
    }

    .archive_page .archive_page_list .bl_home_jobsSlider .el_jobsSlider .el_jobsSlider_item:nth-child(n+2) {
        margin-top: 5vw;
    }

    .archive_page .archive_page_list .bl_home_jobsSlider .el_jobsSlider .el_jobsSlider_item:nth-child(n+4) {
        margin-top: 5vw;
    }

    .archive_page .archive_page_list .bl_home_jobsSlider .el_jobsSlider .el_jobsSlider_item .el_jobsSlider_itemInfo .el_jobsSlider_itemInfoBtn {
        margin-top: 12px;
    }

    .archive_page .archive_page_list .archive_navi {
        margin-top: 5vw;
    }

    .archive_page .archive_page_list .archive_navi .wp-pagenavi a,
    .archive_page .archive_page_list .archive_navi .wp-pagenavi span {
        padding: 3vw;
        transition: 0s;
    }

    .archive_page .archive_page_list .archive_navi .wp-pagenavi a:hover {
        border: 1px solid #bfbfbf;
    }

    /* SP固定ページ お問い合わせ */

    #page_contact .intro_text {
        font-size: 3.8vw;
        margin-bottom: 7vw;
    }

    #page_contact table {
        margin-bottom: 10vw;
    }

    #page_contact table th,
    #page_contact table td {
        font-size: 4vw;
        display: block;
        padding: 0;
    }

    #page_contact table th {
        width: 100%;
        text-align: left;
        margin: 1.5em 0 .5em;
    }

    #page_contact table td {
        width: 100%;
    }

    #page_contact input[type=text],
    #page_contact input[type=email],
    #page_contact #zip {
        width: 100%;
        height: 12vw;
    }

    #page_contact input.tel {
        /* width: 30%; */
    }

    #page_contact select {
        width: 100%;
    }

    #page_contact textarea {
        width: 100%;
        height: 60vw;
    }

    #page_contact #btn_wrap button {
        width: 80%;
        line-height: 12vw;
        border-radius: 12vw;
        font-size: 4vw;
    }

    #page_contact #btn_wrap button[name=submitBack] {
        margin-right: 0;
        margin-bottom: 4vw;
    }

    .mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
        /* margin-top: 3vw; */
        margin-bottom: 3vw;
    }

    #page_contact .attention {
        font-size: 3vw;
    }


    #page_contact table .people td input[type="text"] {
        width: 30%;
    }

    /* サンクスページ */
    #page_contact .thanks_textArea p {
        font-size: 4vw;
    }

    #page_contact .thanks_textArea .contact_text {
        margin-bottom: 2em;
    }

    #page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        border-radius: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    #page_contact .progressbar .item {
        font-size: 11px;
        line-height: 1.4;
        padding: 10px 0;
    }

    #page_contact .progressbar .item:not(:last-child)::before,
    #page_contact .progressbar .item:not(:last-child)::after {
        border-width: 25px;
        border-left-width: 12px;
    }

    /* SP固定ページ 個人情報保護方針 */
    .privacy_page .main_text {
        font-size: 3.5vw;
    }

    .privacy_page dl {
        margin-bottom: 10vw;
    }

    .privacy_page dl dt {
        font-size: 4vw;
    }

    .privacy_page dl dd {
        font-size: 3.5vw;
        margin-left: 5vw;
    }

    /* 福祉事業者の方へ */

    #welfare_page .welfare_intro_sec {
        margin-bottom: 13vw;
    }

    #welfare_page .welfare_intro_sec .top_ttl_box {
        margin-bottom: 5vw;
    }

    #welfare_page .welfare_intro_sec .top_ttl_box .label {
        font-size: 3.8vw;
        margin-bottom: 2vw;
    }

    #welfare_page .welfare_intro_sec .top_ttl_box .ttl {
        font-size: 5.2vw;
    }

    #welfare_page .welfare_intro_sec .trouble_cont {
        width: 100%;
        margin: 0 auto 12vw;
        border: 2px solid #1299F3;
        border-radius: 5px;
        display: block;
    }

    #welfare_page .welfare_intro_sec .trouble_cont::before {
        bottom: -5vw;
        width: 10vw;
    }

    #welfare_page .welfare_intro_sec .trouble_cont .text_box {
        padding: 7vw 3.5vw;
    }

    #welfare_page .welfare_intro_sec .trouble_cont .text_box .list ul li {
        width: 100%;
    }

    #welfare_page .welfare_intro_sec .trouble_cont .text_box .list ul li+li {
        padding-top: 3vw;
        margin-top: 3vw;
    }

    #welfare_page .welfare_intro_sec .trouble_cont .text_box .list ul li .icon {
        width: 6vw;
        margin-right: 3vw;
    }

    #welfare_page .welfare_intro_sec .trouble_cont .text_box .list ul li .text {
        font-size: 4vw;
    }

    #welfare_page .welfare_intro_sec .trouble_cont .img {
        display: none;
    }

    #welfare_page .welfare_intro_sec .solution_cont .label_wrap {
        margin-bottom: 5vw;
    }

    #welfare_page .welfare_intro_sec .solution_cont .label_wrap .label {
        font-size: 5.5vw;
    }

    #welfare_page .welfare_intro_sec .solution_cont .list ul {
        gap: 3vw 4vw;
    }

    #welfare_page .welfare_intro_sec .solution_cont .list ul li {
        font-size: 4.2vw;
        padding-bottom: 1.5vw;
    }

    #welfare_page .welfare_flow_sec {
        margin-bottom: 13vw;
        padding: 13vw 0;
    }

    #welfare_page .welfare_flow_sec .top_ttl_box {
        margin-bottom: 6vw;
    }

    #welfare_page .welfare_flow_sec .top_ttl_box .ttl {
        font-size: 5.2vw;
        margin-bottom: 3vw;
    }

    #welfare_page .welfare_flow_sec .top_ttl_box .text {
        font-size: 3.6vw;
    }

    #welfare_page .welfare_flow_sec .list::before {
        content: none;
    }

    #welfare_page .welfare_flow_sec .list::after {
        content: none;
    }

    #welfare_page .welfare_flow_sec .list ul {
        display: block;
    }

    #welfare_page .welfare_flow_sec .list ul li {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    #welfare_page .welfare_flow_sec .list ul li+li {
        margin-top: 3vw;
        padding-top: 3vw;
        border-top: 2px solid #fff;
    }

    #welfare_page .welfare_flow_sec .list ul li .img {
        flex-shrink: 0;
        width: 20vw;
        border: 2px solid #1299F3;
        margin-bottom: 0;
        margin-right: 5.5vw;
    }

    #welfare_page .welfare_flow_sec .list ul li .text_box {
        width: 100%;
        text-align: left;
    }

    #welfare_page .welfare_flow_sec .list ul li .text_box .text {
        font-size: 4vw;
    }

    #welfare_page .welfare_price_sec .top_label {
        font-size: 3.8vw;
        margin-bottom: 6vw;
    }

    #welfare_page .welfare_price_sec .top_label .color {
        margin: 0 1vw;
    }

    #welfare_page .welfare_price_sec .cont {
        width: 100%;
        padding: 0 3.5vw 7vw;
    }

    #welfare_page .welfare_price_sec .cont::before {
        top: 17px;
        border: 2px solid #1299F3;
        border-radius: 5px;
    }

    #welfare_page .welfare_price_sec .cont .ttl_wrap {
        margin-bottom: 5vw;
    }

    #welfare_page .welfare_price_sec .cont .ttl_wrap .ttl {
        font-size: 4.2vw;
        padding: 2vw 8vw;
    }

    #welfare_page .welfare_price_sec .cont .price_wrap {
        display: block;
        text-align: center;
        margin-bottom: 5vw;
    }

    #welfare_page .welfare_price_sec .cont .price_wrap .price_box+.price_box {
        margin-top: 2vw;
    }

    #welfare_page .welfare_price_sec .cont .price_wrap .price_box .price {
        font-size: 5vw;
        display: inline-block;
    }

    #welfare_page .welfare_price_sec .cont .price_wrap .price_box .price .big {
        font-size: 8vw;
        margin: 0 1vw;
    }

    #welfare_page .welfare_price_sec .cont .text {
        font-size: 3.5vw;
        margin-bottom: 4vw;
    }

    #welfare_page .welfare_price_sec .cont .btn {
        width: 100%;
    }

    #welfare_page .welfare_price_sec .cont .btn a {
        padding: 3vw 0;
    }

    #welfare_page .welfare_price_sec .cont .btn a:hover {
        background-color: #1299F3;
    }

    #welfare_page .welfare_price_sec .cont .btn a .icon {
        width: 8vw;
        margin-right: 5vw;
    }

    #welfare_page .welfare_price_sec .cont .btn a .btn_text {
        font-size: 4vw;
    }


    #office_archive_page .office_page_list ul li+li {
        margin-top: 7vw;
    }

    #office_archive_page .office_page_list ul li {
        padding: 5vw 3.5vw;
    }

    #office_archive_page .office_page_list ul li .top_data_box {
        margin-bottom: 3vw;
    }

    #office_archive_page .office_page_list ul li .top_data_box .cat {
        padding: 1.5vw 3.5vw;
        font-size: 3.3vw;
        margin-right: 3vw;
    }

    #office_archive_page .office_page_list ul li .top_data_box .name {
        font-size: 3.4vw;
    }

    #office_archive_page .office_page_list ul li .post_ttl {
        font-size: 4.5vw;
        margin-bottom: 3vw;
    }

    #office_archive_page .office_page_list ul li .access_wrap {
        margin-bottom: 3vw;
    }

    #office_archive_page .office_page_list ul li .access_wrap .icon {
        width: 4vw;
        margin-right: 2vw;
    }

    #office_archive_page .office_page_list ul li .access_wrap .access_text .access {
        font-size: 3.4vw;
    }

    #office_archive_page .office_page_list ul li .cont {
        display: block;
        margin-bottom: 5vw;
    }

    #office_archive_page .office_page_list ul li .cont .img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5vw;
    }

    #office_archive_page .office_page_list ul li .cont .text_box .data_wrap {
        margin-bottom: 3vw;
    }

    #office_archive_page .office_page_list ul li .cont .text_box .data_wrap .data_box+.data_box {
        margin-top: 2.5vw;
    }

    #office_archive_page .office_page_list ul li .cont .text_box .data_wrap .data_box .label {
        width: 25%;
        font-size: 3.4vw;
    }

    #office_archive_page .office_page_list ul li .cont .text_box .data_wrap .data_box .list {
        gap: 1vw;
    }

    #office_archive_page .office_page_list ul li .cont .text_box .data_wrap .data_box .list .list_text {
        padding: 1vw 3vw;
        font-size: 3.3vw;
    }

    #office_archive_page .office_page_list ul li .cont .text_box .data_wrap .data_box .data_text {
        font-size: 3.4vw;
    }

    #office_archive_page .office_page_list ul li .cont .text_box .message_box {
        padding: 3vw;
    }

    #office_archive_page .office_page_list ul li .cont .text_box .message_box .ttl {
        font-size: 3.8vw;
        margin-bottom: 2vw;
    }

    #office_archive_page .office_page_list ul li .cont .text_box .message_box .text {
        font-size: 3.4vw;
    }

    #office_archive_page .office_page_list ul li .btn {
        width: 80%;
        line-height: 10vw;
        font-size: 3.8vw;
    }

    #office_archive_page .office_page_list ul li .btn:hover {
        background-color: #1299F3;
    }

    .singleContent h2 {
        font-size: 4.2vw;
        padding: 2vw;
    }

    .singleContent h3 {
        font-size: 3.8vw;
        padding: 2.5vw 3.5vw;
        margin: 1.5em 0 1em;
    }

    .singleContent h4 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent h5:before {
        padding-right: 3vw;
    }

    .singleContent h5 {
        font-size: 4vw;
    }

    .singleContent h6 {
        font-size: 3.8vw;
    }

    .singleContent p {
        font-size: 3.5vw;
    }

    .singleContent h2::before,
    .singleContent h3::before {
        content: none;
    }

    #single_office_page .single_office_cont .office_single_top_block {
        margin-bottom: 12vw;
        padding-bottom: 12vw;
    }

    #single_office_page .single_office_cont .office_single_top_block .name {
        font-size: 5vw;
        margin-bottom: 2vw;
    }

    #single_office_page .single_office_cont .office_single_top_block .cat {
        font-size: 3.7vw;
        margin-bottom: 5vw;
    }

    #single_office_page .single_office_cont .office_single_top_block .message_cont {
        display: block;
        margin-bottom: 6vw;
    }

    #single_office_page .single_office_cont .office_single_top_block .message_cont .img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5vw;
    }

    #single_office_page .single_office_cont .office_single_top_block .message_cont .message_text_box {
        padding: 0 3.5vw 5vw;
        margin-bottom: 5vw;
    }

    #single_office_page .single_office_cont .office_single_top_block .message_cont .message_text_box::before {
        top: 2vw;
        border: 2px solid #1299F3;
        border-radius: 4px;
    }

    #single_office_page .single_office_cont .office_single_top_block .message_cont .message_text_box .label_wrap {
        margin-bottom: 4vw;
    }

    #single_office_page .single_office_cont .office_single_top_block .message_cont .message_text_box .label_wrap .label {
        font-size: 4vw;
        padding: 2vw 8vw;
    }

    #single_office_page .single_office_cont .office_single_top_block .message_cont .message_text_box .message_ttl {
        font-size: 4.2vw;
        margin-bottom: 3vw;
    }

    #single_office_page .single_office_cont .office_single_top_block .message_cont .message_text_box .message_text {
        font-size: 3.5vw;
    }


    #single_office_page .single_office_cont .office_single_top_block .ttl {
        font-size: 5.2vw;
        margin-bottom: 4vw;
    }

    #single_office_page .single_office_cont .office_single_top_block .access_wrap {
        flex-wrap: nowrap;
        align-items: center;
        margin-bottom: 3vw;
    }

    #single_office_page .single_office_cont .office_single_top_block .access_wrap .icon {
        width: 4vw;
        margin-right: 3.5vw;
    }

    #single_office_page .single_office_cont .office_single_top_block .access_wrap .access_text .access {
        font-size: 3.6vw;
    }

    #single_office_page .single_office_cont .office_single_top_block .data_box {
        align-items: baseline;
    }

    #single_office_page .single_office_cont .office_single_top_block .data_box .label {
        font-size: 3.7vw;
        margin-right: 3.5vw;
    }

    #single_office_page .single_office_cont .office_single_top_block .data_box .list {
        gap: 1vw;
    }

    #single_office_page .single_office_cont .office_single_top_block .data_box .list .list_text {
        padding: 1vw 3vw;
        font-size: 3.3vw;
    }

    #single_office_page .single_office_cont .common_single_office_ttl {
        font-size: 4.5vw;
        margin-bottom: 3.5vw;
    }

    #single_office_page .single_office_cont .common_single_office_ttl::before {
        width: 2vw;
        margin-right: 3vw;
    }

    #single_office_page .single_office_cont .text_box_cont {
        margin-bottom: 10vw;
        padding-bottom: 6vw;
    }

    #single_office_page .single_office_cont .text_box_cont .text_box .text {
        font-size: 3.6vw;
    }

    #single_office_page .single_office_cont .editor_cont {
        margin-bottom: 10vw;
    }

    #single_office_page .single_office_cont .editor_cont .singleContent .post_image {
        width: 100%;
    }

    #single_office_page .single_office_cont .catch {
        font-size: 3.6vw;
        margin-bottom: 1vw;
        gap: 0 12vw;
    }

    #single_office_page .single_office_cont .contact_link_btn .link {
        font-size: 4vw;
        padding: 3vw 18vw;
        border-radius: 5px;
    }

    /* お役立ち資料・ツール */

    #document_archive_page .document_intro_text_box {
        margin-bottom: 6vw;
    }

    #document_archive_page .document_intro_text_box .text {
        font-size: 3.6vw;
    }

    #document_archive_page .document_intro_text_box .text+.text {
        margin-top: 1vw;
    }

    #document_archive_page .document_page_list ul::before {
        content: none;
    }

    #document_archive_page .document_page_list ul::after {
        content: none;
    }

    #document_archive_page .document_page_list ul {
        display: block;
    }

    #document_archive_page .document_page_list ul li {
        width: 100%;
        padding: 5vw 4vw;
    }

    #document_archive_page .document_page_list ul li+li {
        margin-top: 7vw;
    }

    #document_archive_page .document_page_list ul li .img {
        margin-bottom: 5vw;
    }

    #document_archive_page .document_page_list ul li .text_box .name {
        font-size: 4vw;
        margin-bottom: 2vw;
    }

    #document_archive_page .document_page_list ul li .text_box .text {
        font-size: 3.3vw;
        margin-bottom: 4vw;
    }

    #document_archive_page .document_page_list ul li .text_box .btn a {
        padding: 3vw 0;
    }

    #document_archive_page .document_page_list ul li .text_box .btn a:hover {
        background-color: #1299F3;
    }

    #document_archive_page .document_page_list ul li .text_box .btn a .icon {
        width: 5vw;
        margin-right: 4vw;
    }

    #document_archive_page .document_page_list ul li .text_box .btn a .btn_text {
        font-size: 3.8vw;
    }

    /* 採用担当者　SP */

    #welfare_page .welfare_intro_sec.recruiter .solution_cont .list ul {
        gap: 5vw;
        justify-content: flex-start;
    }

    #welfare_page .welfare_intro_sec.recruiter .trouble_cont .text_box .list ul li .text {
        font-size: 3.6vw;
    }

    #welfare_page .welfare_intro_sec.recruiter .trouble_cont .text_box .list ul li .icon {
        width: 5vw;
        margin-right: 2vw;
    }

    #welfare_page .welfare_flow_sec.recruiter .list ul li {
        width: auto;
    }

    .welfare_flow_sec.recruiter .step {
        display: none;
    }

    #welfare_page .welfare_flow_sec.recruiter .list ul li .text_box .inner_ttl {
        font-size: 4.5vw;
    }

    #welfare_page .welfare_flow_sec.recruiter .list ul li .text_box .text {
        font-size: 4vw;
        margin-top: 1vw;
    }

    #office_archive_page .office_page_list .support_img_flame ul {
        padding: 0;
        gap: 2vw;
        margin-top: 4vw;
    }

    .support_image_slider_area {
        width: 100%;
    }

    .support_image_slider>div {
        height: 56vw;
        width: 83vw !important;
    }

    .support_image_slider_area .bx-viewport {
        height: auto !important;
    }

    .support_image_slider_area .bx-wrapper .bx-controls-direction a::before {
        width: 3vw;
        height: 3vw;
        border-top: solid 2px #068ade;
        border-right: solid 2px #068ade;
        left: -1vw;
    }

    .support_image_slider_area .bx-wrapper .bx-controls-direction a {
        width: 11vw;
        height: 11vw;
    }

    .support_image_slider_area .bx-wrapper .bx-controls-direction .bx-next {
        right: -7vw;
    }

    .support_image_slider_area .bx-wrapper .bx-controls-direction .bx-prev {
        left: -7vw;
    }

    .support_image_slider_area .bx-wrapper .bx-controls-direction .bx-prev::before {
        left: 1vw;
    }

    #office_archive_page .office_page_list ul li .cont .text_box {
        margin-top: 8vw;
    }

    #page_ichimi .faq_box ul li .quest_btn {
        padding: 2vw 4vw 2vw 2vw;
    }

    #page_ichimi .faq_box ul li .quest_btn .q_mark {
        font-size: 6vw;
        margin-right: 3.5vw;
    }

    #page_ichimi .faq_box ul li .quest_btn .question {
        font-size: 3.6vw;
    }

    #page_ichimi .faq_box ul li .quest_btn .arrow {
        width: 2vw;
        height: 2vw;
        border-left: 0.5vw solid #333;
        border-bottom: 0.5vw solid #333;
    }

    #page_ichimi .faq_box ul li .answer_box {
        align-items: center;
        flex-wrap: nowrap;
        padding: 4vw 2vw 2vw 2vw;
    }

    #page_ichimi .faq_box ul li .answer_box .a_mark {
        font-size: 6vw;
        margin-right: 3.5vw;
    }

    #page_ichimi .faq_box ul li .answer_box .answer {
        font-size: 3.6vw;
    }

    #page_ichimi .faq_box ul li+li {
        margin-top: 4vw;
    }

    #page_ichimi #ichimi_intro_sec {
        padding-bottom: 20vw;
    }

    #page_ichimi #ichimi_intro_sec .cont {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10vw;
        align-items: center;
    }

    #page_ichimi #ichimi_intro_sec .cont .text_area .intro_sec_ttl_box {
        margin-bottom: 7vw;
    }

    #page_ichimi #ichimi_intro_sec .cont .text_area .intro_sec_ttl_box .ttl {
        font-size: 5vw;
    }

    #page_ichimi #ichimi_intro_sec .cont .text_area .intro_sec_ttl_box .ttl::after {
        width: 5vw;
        height: 5vw;
        right: -1vw;
        bottom: -1vw;
    }

    #page_ichimi #ichimi_intro_sec .cont .text_area .intro_sec_ttl_box .sub_text {
        font-size: 3.6vw;
    }

    #page_ichimi #ichimi_intro_sec .cont .text_area .main_text_area .text {
        font-size: 6vw;
    }

    #page_ichimi #ichimi_intro_sec .cont .text_area .sub_text_box {
        margin-bottom: 3vw;
    }

    #page_ichimi #ichimi_intro_sec .cont .text_area .sub_text_box .text {
        font-size: 4vw;
    }

    #page_ichimi #ichimi_intro_sec .cont .text_area .label_box {
        margin-top: 3vw;
    }

    #page_ichimi #ichimi_intro_sec .cont .text_area .label_box ul {
        gap: 0 2vw;
    }

    #page_ichimi #ichimi_intro_sec .cont .text_area .label_box li {
        width: 100%;
        font-size: 3vw;
    }

    #page_ichimi #ichimi_intro_sec .ichimi_btn_box {
        margin-top: 10vw;
    }

    .ichimi_btn_box .link {
        padding: 5vw 8vw;
        font-size: 3.6vw;
    }

    #page_ichimi #ichimi_intro_sec .cont .img_area {
        position: relative;
    }

    #page_ichimi #ichimi_intro_sec .cont .img_area .img_area_text_box {
        width: 30vw;
        top: -3vw;
        left: auto;
        right: 0;
    }

    #page_ichimi #ichimi_intro_sec .cont .img_area .img_area_text_box .text {
        text-align: center;
        color: #fff;
        font-size: 3.6vw;
        font-weight: 900;
        letter-spacing: 0.08em;
        line-height: 1.3;
    }

    #page_ichimi #ichimi_intro_sec .cont .img_area .img_area_text_box .text .size {
        color: #efc32f;
        font-size: 2em;
        margin-right: .1em;
    }

    #page_ichimi #ichimi_about_sec {
        padding: 18vw 0 15vw;
    }

    #page_ichimi #ichimi_about_sec>* {
        position: relative;
        z-index: 1;
    }

    #page_ichimi #ichimi_about_sec::before {
        color: #fff;
        font-size: 28vw;
    }

    #page_ichimi #ichimi_about_sec .cont .main_text_area {
        margin-bottom: 8vw;
    }

    #page_ichimi #ichimi_about_sec .cont .main_text_area .main_text {
        font-size: 4.3vw;
    }

    #page_ichimi #ichimi_about_sec .cont .sub_text_area .sub_text {
        font-size: 3.6vw;
    }

    #page_ichimi #ichimi_recruiter_sec {
        background-color: #EFF8FF;
        padding-bottom: 20vw;
    }

    #page_ichimi #ichimi_recruiter_sec .sec_ttl_box {
        margin-bottom: 7vw;
        text-align: center;
    }

    #page_ichimi #ichimi_recruiter_sec .sec_ttl_box .ttl {
        padding: 4vw 10vw;
        font-size: 4.5vw;
        border: 2px solid #1299F3;
    }

    #page_ichimi #ichimi_recruiter_sec .sec_ttl_box .ttl::before {
        border: 2px solid #1299F3;
        border-top: none;
        border-left: none;
        width: 3vw;
        aspect-ratio: 1;
    }

    #page_ichimi #ichimi_recruiter_sec .main_text_area {
        text-align: center;
        margin-bottom: 7vw;
    }

    #page_ichimi #ichimi_recruiter_sec .main_text_area .main_text {
        font-size: 5vw;
    }

    #page_ichimi #ichimi_recruiter_sec .cont {
        display: grid;
        grid-template-columns: 1fr;
        gap: 7vw;
        align-items: center;
    }

    #page_ichimi #ichimi_recruiter_sec .cont .img {
        margin-bottom: 7vw;
    }

    #page_ichimi #ichimi_recruiter_sec .cont .problem_list ul li {
        font-size: 3.6vw;
        align-items: flex-start;
    }

    #page_ichimi #ichimi_recruiter_sec .cont .problem_list ul li::before {
        width: 5vw;
    }

    #page_ichimi #ichimi_recruiter_sec .cont .problem_list ul li+li {
        margin-top: 1em;
    }

    #page_ichimi #ichimi_solution_sec {
        padding: 20vw 0;
    }

    #page_ichimi #ichimi_solution_sec .cont .sec_ttl_box {
        margin-bottom: 12vw;
    }

    #page_ichimi #ichimi_solution_sec .cont .sec_ttl_box .ttl {
        font-size: 6vw;
        background: none;
    }

    #page_ichimi #ichimi_solution_sec .cont .sec_ttl_box .ttl .line {
        background: linear-gradient(transparent 70%, #EFC32F 0%);
    }

    #page_ichimi #ichimi_solution_sec .cont .solution_list {
        margin-bottom: 10vw;
    }

    #page_ichimi #ichimi_solution_sec .cont .solution_list ol {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16vw;
    }

    #page_ichimi #ichimi_solution_sec .cont .solution_list ol li {
        gap: 5vw;
    }

    #page_ichimi #ichimi_solution_sec .cont .solution_list ol li+li::before {
        width: 100%;
        height: 1px;
        left: 0;
        top: -8vw;
    }

    #page_ichimi #ichimi_solution_sec .cont .solution_list ol li .img {
        width: 55vw;
        height: 55vw;
    }

    #page_ichimi #ichimi_solution_sec .cont .solution_list ol li .list_ttl_box {
        gap: 4vw;
    }

    #page_ichimi #ichimi_solution_sec .cont .solution_list ol li .list_ttl_box .num {
        font-size: 11vw;
    }

    #page_ichimi #ichimi_solution_sec .cont .solution_list ol li .list_ttl_box .ttl {
        font-size: 4.7vw;
    }

    #page_ichimi #ichimi_solution_sec .cont .solution_list ol li .text_area .text {
        font-size: 3.6vw;
    }

    #page_ichimi #ichimi_work_sec {
        padding: 20vw 0;
    }

    #page_ichimi #ichimi_work_sec .cont .sec_ttl_box,
    #page_ichimi section.voice_sec .sec_ttl_box {
        margin-bottom: 8vw;
    }

    #page_ichimi #ichimi_work_sec .cont .sec_ttl_box .ttl,
    #page_ichimi section.voice_sec .sec_ttl_box .ttl {
        font-size: 6vw;
    }

    #page_ichimi #ichimi_work_sec .cont .sec_ttl_box .ttl::after,
    #page_ichimi section.voice_sec .sec_ttl_box .ttl::after {
        width: 5vw;
        height: 5vw;
        right: -1vw;
        bottom: -1vw;
    }

    #page_ichimi #ichimi_work_sec .cont .work_list ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 7vw;
    }

    #page_ichimi #ichimi_work_sec .cont .work_list ul li {
        gap: 5vw;
        padding: 7vw 5vw;
    }

    #page_ichimi #ichimi_work_sec .cont .work_list ul li .img {
        width: 60vw;
        height: 40vw;
    }

    #page_ichimi #ichimi_work_sec .cont .work_list ul li .list_ttl_box .ttl {
        font-size: 5vw;
    }

    #page_ichimi #ichimi_work_sec .cont .work_list ul li .inner_text_area .text {
        font-size: 3.6vw;
    }

    #page_ichimi #ichimi_work_sec .cont .work_list {
        margin-bottom: 10vw;
    }

    #page_ichimi .faq_box ul li {
        border-width: 2px;
    }

    #page_ichimi #ichimi_faq_sec {
        padding: 20vw 0;
    }

    #page_ichimi #ichimi_faq_sec::before {
        font-size: 28vw;
    }

    #page_ichimi #ichimi_faq_sec .sec_ttl_box {
        margin-bottom: 8vw;
    }

    #page_ichimi #ichimi_faq_sec .sec_ttl_box .ttl {
        font-size: 6vw;
    }

    #page_ichimi #ichimi_faq_sec .sec_ttl_box .ttl::after {
        width: 5vw;
        height: 5vw;
        right: -1vw;
        bottom: -1vw;
    }

    #page_ichimi #contact_text_sec {
        padding: 18vw 0;
    }

    #page_ichimi #contact_text_sec::before {
        font-size: 28vw;
    }

    #page_ichimi #contact_text_sec .bottom_text_area {
        margin-bottom: 10vw;
    }

    #page_ichimi #contact_text_sec .bottom_text_area .text {
        font-size: 4.3vw;
    }

    #page_ichimi_feature {
        padding: 15vw 0;
    }

    #page_ichimi_feature .sec_ttl_box {
        margin-bottom: 10vw;
    }

    #page_ichimi_feature .sec_ttl_box .ttl {
        font-size: 6vw;
    }

    #page_ichimi_feature .cont {
        margin-bottom: 10vw;
    }

    #page_ichimi_feature .cont .item+.item {
        margin-top: 12vw;
    }

    #page_ichimi_feature .cont .item .title_box {
        gap: 0 2vw;
        margin-bottom: 3vw;
    }

    #page_ichimi_feature .cont .item .title_box .num {
        font-size: 10vw;
    }

    #page_ichimi_feature .cont .item .title_box .title {
        font-size: 4.2vw;
    }

    #page_ichimi_feature .cont .item .inner {
        padding: 8vw 5vw;
    }

    #page_ichimi_feature .cont .item .flow_box {
        grid-template-columns: repeat(1, 1fr);
        gap: 17vw 0;
    }

    #page_ichimi_feature .cont .item .flow_box .inbox {
        display: flex;
        gap: 0 3vw;
    }

    #page_ichimi_feature .cont .item .flow_box .img_box {
        margin: 0;
        flex-shrink: 0;
        width: 20vw;
        padding-top: 8vw;
    }

    #page_ichimi_feature .cont .item .flow_box .img_box .img {
        width: 100%;
    }

    #page_ichimi_feature .cont .item .flow_box .img_box .img+.img {
        margin-top: 3vw;
    }

    #page_ichimi_feature .cont .item .flow_box .text_box .head {
        text-align: left;
        font-size: 4.2vw;
        margin-bottom: 3vw;
    }

    #page_ichimi_feature .cont .item .flow_box .text_box li {
        font-size: 3.7vw;
        gap: 0 2vw;
    }

    #page_ichimi_feature .cont .item .flow_box .text_box li+li {
        margin-top: 2vw;
    }

    #page_ichimi_feature .cont .item .flow_box .inbox+.inbox::before {
        border-width: 5vw 7vw 0 7vw;
        border-color: #E9E9E9 transparent transparent transparent;
        left: 50%;
        top: -11vw;
        translate: -50% 0;
    }

    #page_ichimi_feature .cont .item .last_text {
        margin-top: 8vw;
        font-size: 4vw;
    }

    #page_ichimi_feature .cont .item .analytics_box {
        grid-template-columns: repeat(1, 1fr);
        gap: 5vw 0;
    }

    #page_ichimi_feature .cont .item .analytics_box .inbox .label {
        padding: 0.5vw 5vw;
        font-size: 4.2vw;
        margin-bottom: 2vw;
    }

    #page_ichimi_feature .cont .item .analytics_box .num_box {
        gap: 2vw 0;
    }

    #page_ichimi_feature .cont .item .analytics_box .num_box .text {
        font-size: 4vw;
    }

    #page_ichimi_feature .cont .item .analytics_box .num_box::after {
        border-width: 5vw 7vw 0 7vw;
        border-color: #E9E9E9 transparent transparent transparent;
    }

    #page_ichimi_feature .cont .item .case_box .inbox+.inbox {
        margin-top: 11vw;
    }

    #page_ichimi_feature .cont .item .case_box .head {
        font-size: 4.2vw;
        margin-bottom: 6vw;
        gap: 3vw 0;
    }

    #page_ichimi_feature .cont .item .case_box .head::after {
        width: 10vw;
    }

    #page_ichimi_feature .cont .item .case_box .img {
        width: 100%;
    }

    #page_ichimi_feature .cont .item .case_box .price_box {
        gap: 0 6vw;
    }

    #page_ichimi_feature .cont .item .case_box .price_box .num_box .text {
        font-size: 3.7vw;
        line-height: 1.7;
    }

    #page_ichimi_feature .cont .item .case_box .price_box .percent {
        padding-bottom: 2vw;
    }

    #page_ichimi_feature .cont .item .case_box .price_box .percent .text {
        font-size: 4vw;
    }

    #ichimi_scout_sec {
        padding: 15vw 0;
    }

    #ichimi_scout_sec .sec_ttl_box {
        margin-bottom: 7vw;
    }

    #ichimi_scout_sec .sec_ttl_box .ttl {
        font-size: 6vw;
    }

    #ichimi_scout_sec .sec_ttl_box .fukidashi {
        display: block;
        line-height: 12vw;
        padding: 0;
        font-size: 3.8vw;
        margin-bottom: 7vw;
    }

    #ichimi_scout_sec .cont {
        padding: 8vw 5vw;
    }

    #ichimi_scout_sec .cont .head {
        font-size: 4.2vw;
        margin-bottom: 4vw;
    }

    #ichimi_scout_sec .cont .list {
        margin-bottom: 6vw;
    }

    #ichimi_scout_sec .cont .list ul {
        gap: 0 3vw;
    }

    #ichimi_scout_sec .cont .note {
        font-size: 4vw;
        margin-bottom: 10vw;
    }

    /* BPOプラットフォーム */

    #page_bpo {
        padding-bottom: 18vw;
    }

    .common_bpo_btn {
        width: 100%;
    }

    .common_bpo_btn a {
        height: 16vw;
    }

    .common_bpo_btn a:hover {
        background-color: #EFC32F;
    }

    .common_bpo_btn a .text {
        font-size: 4.2vw;
    }

    .common_bpo_btn a .icon {
        width: 8vw;
        margin-left: 8vw;
    }

    .common_bpo_btn a .icon::before {
        width: 2vw;
    }

    #page_bpo .fv_sec {
        padding: 20vw 0 18vw;
    }

    #page_bpo .fv_sec .cont {
        flex-direction: column-reverse;
        align-items: initial;
    }

    #page_bpo .fv_sec .cont .illust {
        width: 90%;
        margin-right: 0;
        margin-left: auto;
    }

    #page_bpo .fv_sec .cont .text_block {
        margin-bottom: 6vw;
    }

    #page_bpo .fv_sec .cont .text_block .main_text {
        font-size: 6vw;
        margin-bottom: 4vw;
    }

    #page_bpo .fv_sec .cont .text_block .ttl {
        font-size: 4vw;
    }

    #page_bpo .fv_sec .cont .text_block .ttl .small {
        font-size: 3.6vw;
    }

    #page_bpo .fv_lead_btn {
        margin: -8vw 0 15vw;
    }

    #page_bpo .fv_lead_btn .btn a {
        height: 16vw;
    }

    #page_bpo .fv_lead_btn .btn a:hover {
        background-color: #EFC32F;
    }

    #page_bpo .fv_lead_btn .btn a .text {
        font-size: 4.2vw;
    }

    #page_bpo .fv_lead_btn .btn a .icon {
        width: 8vw;
        margin-left: 8vw;
    }

    #page_bpo .fv_lead_btn .btn a .icon::before {
        width: 2vw;
    }

    #page_bpo .concept_sec {
        margin-bottom: 6vw;
    }

    #page_bpo .concept_sec .cont .ttl_box {
        margin-bottom: 5vw;
    }

    #page_bpo .concept_sec .cont .ttl_box .en {
        font-size: 16vw;
    }

    #page_bpo .concept_sec .cont .ttl_box .ttl {
        font-size: 4.5vw;
    }

    #page_bpo .concept_sec .cont .text {
        font-size: 3.6vw;
    }

    #page_bpo .outline_sec {
        margin-bottom: 11vw;
    }

    #page_bpo .outline_sec .cont {
        width: 100vw;
        margin-left: -5vw;
        padding: 7vw 5vw;
    }

    #page_bpo .outline_sec .cont .lead_wrap {
        margin-bottom: 7vw;
    }

    #page_bpo .outline_sec .cont .lead_wrap .lead {
        padding: 2vw 0;
        font-size: 3.8vw;
        display: block;
    }

    #page_bpo .outline_sec .cont .img {
        width: 86%;
        margin: 0 auto 7vw;
    }

    #page_bpo .outline_sec .cont .text {
        font-size: 3.8vw;
    }

    #page_bpo .problem_sec {
        margin-bottom: 15vw;
    }

    #page_bpo .problem_sec .cont {
        padding: 10vw 5vw;
    }

    #page_bpo .problem_sec .cont::before {
        height: 8vw;
        transform: translateY(calc(50% + 1px)) rotate(-45deg);
    }

    #page_bpo .problem_sec .cont .top_ttl {
        margin-bottom: 4vw;
    }

    #page_bpo .problem_sec .cont .top_ttl .ttl {
        font-size: 4.1vw;
    }

    #page_bpo .problem_sec .cont .inner {
        display: block;
    }

    #page_bpo .problem_sec .cont .inner .illust {
        width: 80%;
        margin: 0 auto 5.5vw;
    }

    #page_bpo .problem_sec .cont .inner .text_box .list ul li+li {
        margin-top: 2.5vw;
    }

    #page_bpo .problem_sec .cont .inner .text_box .list ul li {
        font-size: 3.6vw;
    }

    #page_bpo .problem_sec .cont .inner .text_box .list ul li::before {
        width: 1vw;
        margin-right: 3vw;
    }

    #page_bpo .merit_sec {
        padding: 0 0 15vw;
        margin-bottom: 15vw;
    }

    #page_bpo .merit_sec::before {
        top: -65vw;
    }

    #page_bpo .merit_sec .top_ttl_box {
        margin-bottom: 8vw;
    }

    #page_bpo .merit_sec .top_ttl_box .ttl {
        font-size: 5.5vw;
    }

    #page_bpo .merit_sec .list {
        margin-bottom: 10vw;
    }

    #page_bpo .merit_sec .list ul {
        display: block;
    }

    #page_bpo .merit_sec .list ul li+li {
        margin-top: 8vw;
    }

    #page_bpo .merit_sec .list ul li .illust {
        width: 60%;
        margin: 0 auto 4vw;
    }

    #page_bpo .merit_sec .list ul li .text_box .ttl {
        font-size: 4.2vw;
    }

    #page_bpo .merit_sec .list ul li .text_box .text {
        font-size: 3.5vw;
        margin-top: 3vw;
    }

    #page_bpo .service_sec {
        margin-bottom: 15vw;
    }

    #page_bpo .service_sec .top_ttl_box {
        margin-bottom: 6vw;
    }

    #page_bpo .service_sec .top_ttl_box .en {
        font-size: 18vw;
    }

    #page_bpo .service_sec .top_ttl_box .ttl {
        font-size: 5.5vw;
    }

    #page_bpo .service_sec .list ul {
        display: block;
    }

    #page_bpo .service_sec .list ul li+li {
        margin-top: 3vw;
    }

    #page_bpo .service_sec .list ul li.soon .soon_cont .text {
        font-size: 4.5vw;
    }

    #page_bpo .service_sec .list ul li a:hover::before {
        background-color: rgba(0, 0, 0, 0.7);
        border: none;
    }

    #page_bpo .service_sec .list ul li a:hover .img img {
        transform: scale(1);
    }

    #page_bpo .service_sec .list ul li a .name {
        font-size: 4.5vw;
    }

    #page_bpo .service_sec .list ul li a:hover .name {
        color: #fff;
    }

    #page_bpo .reason_sec {
        margin-bottom: 15vw;
        padding: 15vw 0 12vw;
    }

    #page_bpo .reason_sec .top_ttl_box {
        margin-bottom: 7vw;
    }

    #page_bpo .reason_sec .top_ttl_box .en {
        font-size: 14vw;
        top: -20%;
    }

    #page_bpo .reason_sec .top_ttl_box .ttl {
        font-size: 5.5vw;
    }

    #page_bpo .reason_sec .list {
        margin-bottom: 8vw;
    }

    #page_bpo .reason_sec .list ul {
        display: block;
    }

    #page_bpo .reason_sec .list ul li+li {
        margin-top: 3vw;
    }

    #page_bpo .reason_sec .list ul li {
        padding: 7vw 3.5vw;
        border-radius: 8px;
    }

    #page_bpo .reason_sec .list ul li .ttl_box {
        margin-bottom: 3vw;
    }

    #page_bpo .reason_sec .list ul li .ttl_box .num {
        width: 10vw;
        font-size: 4.5vw;
        line-height: 10vw;
        margin-right: 3vw;
    }

    #page_bpo .reason_sec .list ul li .ttl_box .ttl {
        font-size: 4.5vw;
    }

    #page_bpo .reason_sec .list ul li .illust {
        width: 60%;
        margin: 0 auto 4vw;
    }

    #page_bpo .reason_sec .list ul li .text_box .text {
        font-size: 3.5vw;
    }

    .voice_sec .top_ttl_box {
        margin-bottom: 8vw;
    }

    .voice_sec .top_ttl_box .ttl {
        font-size: 5.5vw;
    }

    .voice_sec .top_ttl_box .ttl::before {
        width: 1.5vw;
        margin: 0 auto 3vw;
    }

    .voice_sec .top_ttl_box .ttl::after {
        width: 15vw;
        height: 2px;
        margin: 3vw auto 0;
    }

    .voice_sec .list {
        margin-bottom: 10vw;
    }

    .voice_sec .list ul {
        display: block;
    }

    .voice_sec .list ul li+li {
        margin-top: 7vw;
    }

    .voice_sec .list ul li a .ttl {
        font-size: 4.5vw;
        margin-bottom: 1vw;
    }

    .voice_sec .list ul li a .illust {
        margin: 0 auto 3vw;
    }

    .voice_sec .list ul li a .text_box .text {
        font-size: 3.5vw;
    }


    .post_page_container {
        display: block;
    }

    .post_page_container.news {
        padding: 0;
    }

    .post_page_container .main_contents {
        margin-bottom: 12vw;
    }

    .post_page_container .main_contents .ttl_box {
        margin-bottom: 8vw;
    }

    .post_page_container .main_contents .ttl_box::before {
        height: 10vw;
    }

    .post_page_container .main_contents .ttl_box .en_ttl {
        font-size: 10vw;
        line-height: 1;
        margin-right: 4vw;
    }

    .post_page_container .main_contents .ttl_box .ttl {
        font-size: 3.8vw;
        margin-bottom: 0;
    }

    .post_page_container .main_contents .tab_box {
        margin-bottom: 7vw;
    }

    .post_page_container .main_contents .tab_box .theme {
        font-size: 4vw;
        margin-bottom: 1vw;
    }

    .post_page_container .main_contents .tab_box ul {
        gap: 2vw 3vw;
    }

    .post_page_container .main_contents .tab_box li {
        font-size: 3.6vw;
    }

    .post_page_container .archive_page_list ul {
        gap: 7vw 4vw;
    }

    .post_page_container .archive_page_list ul li a {
        height: auto;
    }

    .post_page_container .archive_page_list ul li a .text_box {
        padding: 4.5vw 0 2vw;
    }

    .post_page_container .archive_page_list ul li a .text_box .ttl {
        font-size: 3.6vw;
    }

    .post_page_container .archive_page_list ul li a .text_box .tag {
        margin-top: 2vw;
        gap: 2vw;
    }

    .post_page_container .archive_page_list ul li a .text_box .tag .tag_item {
        font-size: 3.2vw;
    }

    .post_page_container .side_bar {
        width: 100%;
        margin-left: 0;
    }

    .post_page_container .side_bar .post_cont+.post_cont {
        margin-top: 5vw;
    }

    .post_page_container .side_bar .post_cont .top_ttl_box {
        height: 12vw;
        padding: 0 3vw;
        margin-bottom: 5vw;
    }

    .post_page_container .side_bar .post_cont .top_ttl_box .icon {
        width: 6vw;
        margin-right: 3vw;
    }

    .post_page_container .side_bar .post_cont .top_ttl_box .ttl {
        font-size: 3.8vw;
    }

    .post_page_container .side_bar .post_cont .list ul li {
        padding: 0 3vw;
    }

    .post_page_container .side_bar .post_cont .list ul li:last-child {
        padding-bottom: 2vw;
    }

    .post_page_container .side_bar .post_cont .list ul li+li {
        margin-top: 2vw;
        padding-top: 2vw;
    }

    .post_page_container .side_bar .post_cont .list ul li a .ranking_num {
        top: -3vw;
        left: -4.5vw;
        width: 8vw;
        line-height: 8vw;
        font-size: 5vw;
    }

    .post_page_container .side_bar .post_cont .list ul li a .img {
        width: 20vw;
        margin-right: 3vw;
    }

    .post_page_container .side_bar .post_cont .list ul li a:hover .img img {
        transform: scale(1);
    }

    .post_page_container .side_bar .post_cont .list ul li a .text_box .ttl {
        font-size: 3.6vw;
    }

    .post_page_container .side_bar .post_cont .list ul li a:hover .text_box .ttl {
        opacity: 1;
    }

    .post_page_container .post_wrap .top_text_box {
        margin-bottom: 7vw;
    }

    .post_page_container .post_wrap .top_text_box .ttl {
        font-size: 5.5vw;
        margin-bottom: 3.5vw;
    }

    .post_page_container .post_wrap .top_text_box .date_box .icon {
        width: 4vw;
        margin-right: 2vw;
    }

    .post_page_container .post_wrap .top_text_box .date_box .date {
        font-size: 3.2vw;
    }

    .post_page_container .post_wrap .thumbnail {
        margin-bottom: 10vw;
    }

    .post_page_container .post_wrap .post_cont p+h2 {
        margin-top: 12vw;
    }

    .post_page_container .post_wrap .post_cont h2 {
        font-size: 4.2vw;
        margin: 4vw 0 5.5vw;
        padding: 0.5em 1em;
    }

    .post_page_container .post_wrap .post_cont h2::before {
        border-right: solid 14px #0070ca;
        border-bottom: solid 9px transparent;
    }

    .post_page_container .post_wrap .post_cont h3 {
        padding-bottom: 2vw;
        margin: 8vw 0 4vw;
        font-size: 4vw;
    }

    .post_page_container .post_wrap .post_cont h4,
    .post_page_container .post_wrap .post_cont h5,
    .post_page_container .post_wrap .post_cont h6 {
        font-size: 3.8vw;
        padding-left: 3vw;
        margin: 8vw 0 3.5vw;
    }

    .post_page_container .post_wrap .post_cont .post_image {
        margin: 5vw 0;
    }

    .single_job_page .main_contents_area .in_box+.in_box {
        margin-top: 20vw;
    }

    .single_job_page .main_contents_area .in_box .title {
        font-size: 4.5vw;
    }

    .single_job_page .main_contents_area .in_box.recruit_ment .title {
        margin-bottom: 1em;
    }

    .single_job_page .main_contents_area .in_box .text_area {
        width: 100%;
    }

    .single_job_page .main_contents_area .in_box .text_area .text {
        line-height: 2;
        font-size: 4vw;
    }

    .single_job_page .main_contents_area .in_box .image {
        width: 100%;
        margin-bottom: 10vw;
    }

    .single_job_page .main_contents_area .in_box .cmn_information_list {
        width: 100%;
    }

    .single_job_page .features_area ul li {
        padding-left: 30px;
    }

    .single_job_page .features_area ul li.area {
        width: 60%;
        background-size: 12px;
    }

    .single_job_page .features_area ul li.type {
        width: 40%;
        background-size: 15px;
    }

    .sp_company_name {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

    .sp_company_name .name {
        font-size: 4vw;
    }

    .sp_company_name .company_name {
        align-items: center;
    }

    .sp_company_name .logo {
        width: 18vw;
        height: 18vw;
        background: #f1f1f1;
        border-radius: 100%;
        margin-right: 4vw;
        position: relative;
    }

    .sp_company_name .logo img {
        width: auto;
        height: auto;
        max-width: 90%;
        max-height: 90%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    /* お役立ち情報 */
    #page_useful .post_page_container {
        padding: 0;
    }

    #page_useful .useful_slider {
        margin-top: 2vw;
    }

    #page_useful .useful_slider .slick-prev,
    #page_useful .useful_slider .slick-next {
        width: 10vw;
    }

    #page_useful .useful_slider .slick-prev:hover,
    #page_useful .useful_slider .slick-next:hover {
        background-color: #fff;
        background-image: url(/wp-content/themes/child/image/icon_arrow_blue.svg);
    }

    #page_useful .useful_slider .slick-prev {
        left: 5vw;
    }

    #page_useful .useful_slider .slick-next {
        right: 5vw;
    }

    #page_useful .useful_slider ul.slick-dots {
        margin-top: 3vw;
        gap: 0 2vw;
    }

    #page_useful .useful_slider ul.slick-dots li {
        width: 2vw;
    }

    #page_useful .useful_sec .ttl_box {
        margin-bottom: 8vw;
    }

    #page_useful .useful_sec .ttl_box::before {
        height: 10vw;
        margin-right: 3vw;
    }

    #page_useful .useful_sec .ttl_box .en_ttl {
        font-size: 10vw;
        line-height: 1;
        margin-right: 4vw;
    }

    #page_useful .useful_sec .ttl_box .ttl {
        font-size: 3.8vw;
        margin-bottom: 0;
    }

    #page_useful .useful_sec .useful_pickup {
        margin-bottom: 20vw;
    }

    #page_useful .useful_sec .useful_pickup .pickup_cont ul li+li {
        margin-top: 10vw;
        padding-top: 10vw;
    }

    #page_useful .useful_sec .useful_pickup .pickup_cont ul li .img {
        margin-bottom: 5vw;
    }

    #page_useful .useful_sec .useful_pickup .pickup_cont ul li .text_box {
        margin-bottom: 5vw;
    }

    #page_useful .useful_sec .useful_pickup .pickup_cont ul li .text_box .ttl {
        font-size: 4vw;
        margin-bottom: 2vw;
    }

    #page_useful .useful_sec .useful_pickup .pickup_cont ul li .text_box .tag {
        gap: 0 2vw;
    }

    #page_useful .useful_sec .useful_pickup .pickup_cont ul li .text_box .tag .tag_item {
        font-size: 3.2vw;
    }

    #page_useful .useful_sec .useful_link_btn .link {
        font-size: 3.6vw;
        padding: 3vw 0;
        width: 100%;
    }

    #page_useful .useful_sec .useful_link_btn .link:hover {
        background: #1299f3;
        color: #fff;
    }

    #page_useful .useful_sec .useful_link_btn .link::before {
        right: 3vw;
        width: 7.5vw;
    }

    #page_useful .useful_sec .useful_link_btn .link:hover::before {
        background-color: #fff;
        background-image: url(/wp-content/themes/child/image/icon_arrow_blue.svg);
    }

    #page_useful .useful_sec .useful_other .useful_link_btn .link {
        width: 100%;
        margin: 10vw 0;
    }

    #page_ichimi section.voice_sec {
        padding: 15vw 0;
    }

    /* フォーム */

    .common_search_form_area {
        width: 100%;
        margin: 0 auto 4vw;
    }

    .common_search_form_area form {
        font-size: 14px;
        line-height: 1.4;
        font-weight: 400;
        color: #333;
    }

    .common_search_form_area form input {
        width: 70%;
        padding: 10px;
        background-color: #fff;
        text-align: left;
    }

    .common_search_form_area form input::placeholder {
        color: #B5B5B5;
    }

    .common_search_form_area form .submit_btn {
        font-weight: 500;
        text-align: center;
        width: 20%;
        height: 100%;
        background-color: #fff;
        color: #1299f3;
        padding: 10px;
    }

    .search_page .title_box {
        margin-bottom: 50px;
    }

    .search_page .title_box .title {
        font-size: 24px;
        margin-bottom: .5em;
        font-weight: 700;
    }

    .search_page .title_box .sub_title {
        font-size: 20px;
        color: #3099f3;
    }

}