@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/


@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@500;700;900&display=swap');

html,
button,
input,
select,
textarea {
    font-family: 'Zen Kaku Gothic Antique', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.site_en {
    font-family: 'Arial', sans-serif;
}

.site_gradation {
    background: rgb(25, 33, 51);
    background: -moz-linear-gradient(0deg, rgba(25, 33, 51, 1) 0%, rgba(49, 65, 102, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(25, 33, 51, 1) 0%, rgba(49, 65, 102, 1) 100%);
    background: linear-gradient(0deg, rgba(25, 33, 51, 1) 0%, rgba(49, 65, 102, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#192133", endColorstr="#314166", GradientType=1);
}

body {
    color: #000000;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
    min-width: 1140px;
}

a[href $='.pdf'] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: underline;
    color: #000;
    line-height: 1.5;
}

a[href $='.pdf']::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 30px;
    height: 38px;
    background-image: url(/wp-content/themes/child/image/icon/icon_pdf.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 15px;
}

a[href $='.pdf']:hover {
    text-decoration: none;
}

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

/* PC固定ページ 共通設定 */
.common_page_wrap {
    padding: 100px 0;
}

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

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

.common_page_title h2 {
    font-size: 30px;
}

.common_page_title .sub_title {
    font-size: 14px;
    letter-spacing: .1em;
}

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

.common_btn {
    display: block;
    width: 300px;
    line-height: 50px;
    background-color: #333;
    color: #fff !important;
    margin: 0 auto;
    transition: .3s;
}

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

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

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

/* 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%;
}

/* PC固定ページ お問い合わせ */
#page_contact table {
    width: 74%;
    border-collapse: collapse;
    margin: 0 auto 50px;
    border-right: solid 1px #dfdfdf;
}

#page_contact table th,
#page_contact table td {
    padding: 20px;
    font-size: 14px;
    border-top: solid 1px #dfdfdf;
    border-bottom: solid 1px #dfdfdf;
    border-left: solid 1px #dfdfdf;
    vertical-align: middle;
}

#page_contact table th {
    width: 25%;
    background: #f7f7f7;
    white-space: nowrap;
    letter-spacing: .05em;
}

#page_contact table th .hissu,
#page_contact table th .ninni {
    background: #c70000;
    margin-right: 15px;
    color: #fff;
    padding: 5px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
}

#page_contact table th .ninni {
    background: #333;
}

#page_contact table td {
    width: 75%;
}

#page_contact input[type="text"],
#page_contact input[type="email"],
#page_contact #zip {
    width: 85%;
    height: 44px;
    border: 1.2px solid #a4a4a4;
    border-radius: 4px;
    padding: 1em;
}

#page_contact input.tel {
    padding: 1em;
    width: 18.8%;
    border: 1.2px solid #a4a4a4;
}

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

#page_contact textarea {
    width: 85%;
    padding: 1em;
    height: 200px;
    border: 1.2px solid #a4a4a4;
}

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

#page_contact #btn_wrap {
    justify-content: center;
    text-align: right;
    width: 74%;
    margin: auto;
}

#page_contact #btn_wrap button {
    background-color: #ff8001;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 5px;
    font-weight: 600;
    transition: .3s;
    text-align: center;
    letter-spacing: .08em;
    margin: auto;
}

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

#page_contact #btn_wrap button:hover {
    opacity: .8;
}

.contact_form_disc {
    width: 74%;
    font-size: 15px;
    margin: 0 auto 50px;
    letter-spacing: .02em;
}

.contact_form_disc .caution {
    font-size: 14px;
    color: #373636;
}

.contact_form_disc .text {
    margin-bottom: 10px;
}

.privacy_term_outer .privacy_term_inner {
    height: 138px;
    margin: auto;
    overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
    font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
    font-size: 13px;
    margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
    font-size: 13px;
    border-left: solid 3px #ccc;
    padding-left: 12px;
    margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
    font-size: 13px;
    margin-bottom: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
    width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
    background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
}

.privacy_term_outer {
    border-top: solid 1px #e3e3e3;
    padding: 30px 0;
    border-bottom: solid 1px #e3e3e3;
    width: 60%;
    margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
    padding-right: 0;
}

.privacy_check_list .error {
    font-size: 12px;
}

.privacy_term_detail {
    text-align: center;
    font-size: 13px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
}

.privacy_term_detail::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    bottom: 0;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
    display: none;
}


/* ラジオボタン デザイン */
/* ラジオボタンを隠す */
.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;
    left: 0;
    border: 1.2px solid #a4a4a4;
    bottom: 0;
    margin: auto;
}

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

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span {
    font-weight: 600;
}

.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 #333 #333;
    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 .name {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}

#page_contact .thanks_textArea .contact_text {
    margin: 0 auto 50px;
    width: 62%;
}

#page_contact .thanks_textArea .ichiran_link {
    background-color: #ff8001;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .08em;
    text-align: center;
}

#page_contact .thanks_textArea .ichiran_link:hover {
    opacity: .8;
}

#page_contact .thanks_textArea .contact_text .space {
    display: block;
}

#page_contact .thanks_textArea .contact_text .space {
    display: block;
    margin-top: 10px;
}

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

#page_contact .progressbar .item {
    position: relative;
    width: 18%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 43px 0 13px;
    line-height: 1.5;
    letter-spacing: .05em;
}

#page_contact .progressbar .item .en {
    display: block;
    color: #7b7b7b;
    font-size: 14px;
}

#page_contact .progressbar .item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: solid 1px #a5a5a5;
    border-radius: 50%;
    margin: auto;
}

#page_contact .progressbar .item.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #333;
    margin: auto;
}

#page_contact .progressbar #step_2 .en {
    position: relative;
}

#page_contact .progressbar #step_2 .en::before,
#page_contact .progressbar #step_2 .en::after {
    content: "";
    height: 1px;
    width: 100px;
    background: #a5a5a5;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -47px;
}

#page_contact .progressbar #step_2 .en::after {
    left: auto;
    right: -47px;
}

.privacy_check_list {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.privacy_check_list .hissu {
    background: #c70200;
    color: #fff;
    padding: 2px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
    font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
    margin: 0;
}

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

#page_privacy dl {
    margin-bottom: 50px;
}

#page_privacy dl:last-child {
    margin-bottom: 0;
}

#page_privacy dl dt {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: .5em;
    border-left: 3px solid #314166;
    padding-left: 1em;
}

#page_privacy dl dd {
    font-size: 14px;
    line-height: 2;
}

/* PC固定ページ 404ページ */
#page_404 {
    text-align: center;
}

#page_404 .num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
    margin-bottom: 1em;
    font-size: 16px;
}

header.site_hd {
    background: #314166;
    height: 80px;
}

header.site_hd .inner {
    height: 100%;
    align-items: center;
    padding: 0 50px;
    color: #fff;
}

.hd_content {
    align-items: center;
}

.hd_menu li+li {
    margin-left: 60px;
    font-weight: bold;
}

.hd_menu li a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.08em;
}

.hd_content .separator {
    height: 50px;
    width: 1px;
    background: #fff;
    margin: 0 50px;
}

section#top_fv {
    height: 640px;
    background-image: url(/wp-content/themes/child/image/fv_bg.jpg);
    background-size: cover;
    background-position: center;
}

section#top_fv .fv_main {
    width: 823px;
    margin-left: -100px;
}

section#top_fv .advisor_image {
    width: 440px;
    margin-right: -50px;
}

section#top_fv .wrap {
    height: 100%;
    align-items: center;
}

section#top_fv .fv_main .fv_main_top {
    text-align: right;
    margin-bottom: 40px;
}

section#top_fv .fv_main .fv_main_top .main_text {
    font-weight: 900;
    font-size: 38px;
    letter-spacing: 0.08em;
    line-height: 1.2;
}

section#top_fv .fv_main .fv_main_top .main_text .small {
    font-size: 30px;
    letter-spacing: 0.04em;
}

section#top_fv .fv_main .fv_main_top .main_text .big {
    color: #314166;
    font-size: 56px;
}

section#top_fv .fv_main .fv_main_top .text_image {
    margin-bottom: 10px;
}

section#top_fv .fv_main .btn_area .on_btn_text {
    letter-spacing: 0.04em;
    font-weight: 900;
    font-size: 24px;
    padding-left: 40px;
    margin-bottom: 5px;
}

section#top_fv .fv_main .btn_area .btn a {
    display: flex;
    width: 590px;
    height: 90px;
    align-items: center;
    padding-left: 40px;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0.08em;
    color: #fff;
    border-radius: 50px;
    position: relative;
}

section#top_fv .fv_main .btn_area .btn a:after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/child/image/icon-link.svg);
    width: 27px;
    height: 27px;
    background-size: cover;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
}

section#top_news {
    padding: 140px 0 90px;
}

.sec_title h2 {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.2em;
}

.sec_title .site_en {
    font-size: 52px;
    font-weight: bold;
    color: #314166;
    line-height: 1.2;
    margin-bottom: 20px;
}

select#top_cat_select {
    background: #F8F8F8;
    width: 360px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.02em;
    padding-left: 1em;
    appearance: auto;
    cursor: pointer;
}

section#top_news .cat_select {
    margin-bottom: 15px;
}

.top_news_box ul li a {
    align-items: center;
    height: 76px;
    padding: 0 30px;
    border-bottom: 1px solid #F0F0F0;
    color: #000;
    transition: .2s;
    position: relative;
}

.top_news_box ul li a .date {
    letter-spacing: 0;
    width: 130px;
}

.top_news_box ul li:last-child a {
    border-bottom: none;
}

.top_news_box ul li a .cat {
    background: #314166;
    width: 146px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    border-radius: 2px;
}

.top_news_box ul li a .title {
    width: 804px;
    padding: 0 40px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top_news_box ul li a:hover {
    color: #314166;
}

.top_news_box ul li a:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border: solid #000000;
    transition: .2s;
    transform: rotate(45deg);
    border-width: 2px 2px 0 0;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.top_news_box ul li a:hover:after {
    border-color: #314166;
}

section#top_news .top_news_box {
    display: none;
}

section#top_news .news_link a {
    color: #000;
    font-weight: bold;
    padding-right: 56px;
    letter-spacing: 0.08em;
    position: relative;
}

section#top_news .news_link {
    position: absolute;
    top: 60px;
    right: 0;
}

section#top_news .news_link a:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #8B8B8B;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

section#top_news .news_link a:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #314166;
    border-radius: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 24px;
}

section#top_business {
    padding: 80px 0 100px;
    background-image: url(/wp-content/themes/child/image/top_business_bg.jpg);
    background-size: cover;
    background-position: center;
}

section#top_business .sec_title .site_en {
    margin-bottom: 30px;
}

.business_list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 20px;
}

.business_list li {
    box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
}

.business_list li a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.business_list li a .content {
    padding: 20px 30px 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.business_list li a .content .catch {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.business_list li a .content .title {
    font-size: 24px;
    font-weight: bold;
    color: #314166;
    margin-bottom: 10px;
}

.business_list li a .content .text {
    font-size: 14px;
    color: #343434;
    margin-bottom: 20px;
}

.business_list li a .content .link {
    margin-top: auto;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

section#top_about {
    padding: 140px 0 100px;
}

section#top_about .sec_title .site_en {
    font-size: 66px;
}

section#top_about .top_about_flex .text_side {
    width: 675px;
    line-height: 2;
    color: #343434;
}

section#top_about .top_about_flex .text_side p+p {
    margin-top: 2em;
}

section#top_about .top_about_flex {
    margin-bottom: 55px;
}

.about_links ul li {
    width: 350px;
    margin-bottom: 30px;
}

.about_links ul li a {
    background: #fff;
    transition: .2s;
    align-items: center;
    color: #314166;
    box-shadow: 0 2px 2px rgb(0 0 0 / 15%);
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.about_links ul li a .image {
    width: 140px;
    margin-right: 20px;
}

.about_links ul li a .image img {
    aspect-ratio: 7/5;
    width: 100%;
    object-fit: cover;
}

.about_links ul li a:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    right: 20px;
    border: solid;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
}

.about_links ul li a:hover {
    background: #314166;
    color: #fff;
}

section#top_column,
section#top_interview {
    padding: 70px 0;
    background-image: url(/wp-content/themes/child/image/top_column_bg.jpg);
    background-size: cover;
    background-position: center;
}

section#top_column .sec_title,
section#top_interview .sec_title {
    text-align: center;
}

.column_list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 20px;
}

.column_list ul li a {
    color: #343434;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.column_list ul li a .image {
    height: 180px;
    overflow: hidden;
}

.column_list ul li a .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .2s;
}

.column_list ul li a:hover .image img {
    transform: scale(1.1);
}

.column_list ul li a .image .arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
}

.column_list ul li a .image .arrow:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: solid #fff;
    border-width: 2px 2px 0 0;
    top: 0;
    right: 2px;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: rotate(45deg);
}

.column_list ul li a .content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.column_list ul li a .content .date {
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    color: #314166;
    margin: 20px 0 10px;
    padding-left: 20px;
    background-image: url(/wp-content/themes/child/image/icon-pin.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center left;
}

.column_list ul li a .content .title {
    flex-grow: 1;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.5;
    margin-bottom: 10px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.column_list ul li a .content .text {
    font-size: 13px;
    letter-spacing: .05em;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

section#top_column .btn a,
section#top_interview .btn a {
    display: flex;
    width: 340px;
    height: 70px;
    justify-content: center;
    align-items: center;
    margin: 50px auto 0;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
}

section#top_loopslider ul li {
    width: 360px;
    margin: 0 10px;
}

section#top_recruit {
    padding: 120px 0 100px;
    text-align: center;
}

section#top_recruit .catch {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

section#top_recruit .beyond_ai {
    margin-bottom: 20px;
}

section#top_recruit .text {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}

section#top_recruit .btn a {
    display: flex;
    width: 400px;
    height: 70px;
    position: relative;
    align-items: center;
    color: #fff;
    border-radius: 6px;
    margin: 0 auto;
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
}

section#top_recruit .btn a:after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/child/image/icon-link.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

footer.site_ft {
    padding: 150px 0 60px;
    color: #fff;
    background: none;
}

footer.site_ft .bg_video {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    height: 100%;
}

footer.site_ft .bg_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

footer.site_ft .bg_video:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #343434;
    opacity: 0.9;
    mix-blend-mode: multiply;
}

.footer_main .logo_area {
    width: 320px;
    padding-top: 30px;
}

.ft_logo img {
    width: 100%;
}

.footer_main .logo_area .ft_logo {
    margin-bottom: 20px;
}

.footer_main .logo_area .company_name {
    font-weight: bold;
}

.ft_menu a {
    color: #fff;
}

.ft_menu li {
    font-size: 18px;
    font-weight: bold;
}

.ft_menu li+li {
    margin-top: 1.5em;
}

.ft_menu li.sub {
    font-size: 14px;
    padding-left: 10px;
}

.ft_menu li+li.sub {
    margin-top: 10px;
}

.ft_menu ul {
    margin-right: 80px;
}

.footer_main {
    margin-bottom: 120px;
}

.ft_sub {
    padding-bottom: 20px;
    border-bottom: 1px solid #434343;
    margin-bottom: 20px;
}

.ft_sub_menu ul li a {
    color: #fff;
    font-size: 12px;
}

.ft_sub_menu ul li+li:before {
    content: "|";
    margin: 0 0 0 0.5em;
    font-size: 12px;
}

.ft_info .company_info {
    font-size: 14px;
}

.ft_info .company_info .site_en {
    font-size: 13px;
}

.ft_info {
    align-items: flex-end;
}

.ft_info .copyright small {
    font-size: 13px;
    letter-spacing: normal;
}

.hd_content .separator {
    height: 50px;
    width: 1px;
    background: #fff;
    margin: 0 50px;
}

.hd_content {
    align-items: center;
}

li.site_search form {
    padding-left: 30px;
    background-image: url(/wp-content/themes/child/image/icon-search.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 20px;
    position: relative;
}

li.site_search form input[type="submit"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
}

li.site_search form input[type=text] {
    font-size: 12px;
    color: #fff;
    width: 90px;
}

li.site_search form input[type=text]::placeholder {
    color: #fff;
}

.hd_support ul li+li {
    border-left: 1px solid #A7ABAF;
    margin: 0 25px;
}

.hd_menu li p.parent {
    position: relative;
    padding-right: 15px;
    cursor: pointer;
}

.hd_menu li p.parent:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    transition: .2s;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hd_menu li ul.child {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    padding: 20px;
    width: fit-content;
    display: none;
    white-space: nowrap;
}

.hd_menu li ul.child li+li {
    margin: 1em 0 0;
}

.hd_menu li ul.child li a {
    font-size: 100%;
}

.hd_menu li ul.child li {
    font-size: 12px;
}

.hd_menu li p.parent.opend:after {
    transform: rotate(225deg);
}

div#site_side_contact {
    background: rgb(37, 124, 248);
    background: -moz-linear-gradient(0deg, rgba(37, 124, 248, 1) 0%, rgba(80, 121, 181, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(37, 124, 248, 1) 0%, rgba(80, 121, 181, 1) 100%);
    background: linear-gradient(0deg, rgba(37, 124, 248, 1) 0%, rgba(80, 121, 181, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#257cf8", endColorstr="#5079b5", GradientType=1);
    padding: 12px 12px 12px 0;
    position: fixed;
    width: 300px;
    height: 220px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    border-radius: 6px 0 0 6px;
    transition: .2s;
    right: -250px;
}

div#site_side_contact .label {
    width: 50px;
    color: #fff;
    display: flex;
    flex-direction: column;
}

div#site_side_contact .label .text {
    font-weight: 900;
    font-size: 18px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.2em;
    margin: 0 auto;
}

div#site_side_contact .label .icon {
    text-align: center;
    line-height: 0;
    margin: 10px 0;
}

div#site_side_contact .label .icon img {
    width: 26px;
}

div#site_side_contact .container {
    width: 238px;
    height: 196px;
    background: #fff;
    padding: 10px;
}

div#site_side_contact .container>div,
div#site_side_contact .container>a.mail {
    padding: 20px 0;
}

div#site_side_contact .container>div.tel {
    border-bottom: 1px dashed #000000;
}

div#site_side_contact .container a.mail {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    font-size: 14px;
    font-weight: 900;
    background-color: #314166;
    color: #fff;
    padding: 1em;
    margin-top: 20px;
    transition: .3s;
}

div#site_side_contact .container a.mail:hover {
    opacity: .8;
}

div#site_side_contact .container a.mail::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid currentColor;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    transition: .3s;
}

div#site_side_contact .container a.mail:hover::after {
    transform: translateX(50%) rotate(45deg);
}

div#site_side_contact .container .number {
    font-size: 28px;
    color: #314166;
    font-weight: bold;
    letter-spacing: normal;
    font-style: italic;
    padding-left: 30px;
    background-image: url(/wp-content/themes/child/image/icon-tel.svg);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: center left;
    line-height: 1;
}

div#site_side_contact .container .mail_address {
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.2;
}

div#site_side_contact:hover {
    right: 0;
}

/* PC固定ページ 共通FV */
.common_page_main {
    background-image: url(/wp-content/themes/child/image/fv_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 190px 0 10px;
    width: 100%;
}

.common_page_main .title_box .title {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: .2em;
}

.common_page_main .title_box .sub_title {
    font-size: 62px;
    font-weight: 700;
    color: #314166;
    line-height: 1.2;
    font-family: 'Arial', sans-serif;
    text-transform: capitalize;
}

/* PC固定ページ 会社概要 */
.page_company_about .common_page_title h2 {
    font-size: 14px;
    font-weight: 900;
}

.page_company_about .common_page_title .sub_title {
    font-size: 30px;
    color: #314166;
    font-weight: 700;
}

.page_company_about .company_profile .common_page_title h2 {
    letter-spacing: 0.25em;
}

/* PC固定ページ 他者との違い */
.company_difference .catch {
    font-size: 18px;
    font-weight: 700;
}

.company_difference .content .inbox+.inbox {
    margin-top: 160px;
}

.company_difference .content .inbox .img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.company_difference .content .inbox .inner .title {
    font-size: 24px;
    font-weight: 700;
    color: #314166;
    margin-bottom: 10px;
}

.company_difference .content .inbox .inner .text_box .text+.text {
    margin-top: 1em;
}

.company_difference .content .inbox .img {
    width: 40%;
    flex-shrink: 0;
    position: relative;
}

.company_difference .content .inbox {
    display: flex;
    align-items: center;
    gap: 0 50px;
}

.company_difference .content .inbox .img::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #ddd;
}

.company_difference .content .inbox:nth-child(odd) .img::before {
    top: 20px;
    right: -20px;
}

.company_difference .content .inbox:nth-child(even) .img::before {
    top: 20px;
    left: -20px;
}

.company_difference .content .inbox:nth-child(even) .img {
    order: -1;
}

.company_difference .content {
    margin-top: 90px;
}

.company_difference .content .inbox .inner .text_box .text {
    line-height: 1.9;
}

.company_difference .content .inbox .inner {
    width: 100%;
}

/* PC固定ページ 役員紹介 */
.company_officer .inner .inbox a {
    display: flex;
    gap: 0 30px;
    color: #000;
    align-items: center;
}

.company_officer .inner .inbox .img {
    width: 50%;
    flex-shrink: 0;
}

.company_officer .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
}

.company_officer .inner .inbox .content .position {
    font-size: 20px;
}

.company_officer .inner .inbox .content .name .jp {
    font-size: 35px;
}

.company_officer .inner .inbox .content .arrow {
    display: flex;
    align-items: center;
    gap: 0 10px;
    font-size: 14px;
    margin-top: 30px;
}

.company_officer .inner .inbox .content .arrow::before {
    content: "";
    border-top: solid 1px;
    border-right: solid 1px;
    width: 7px;
    aspect-ratio: 1/1;
    rotate: 45deg;
}

.company_officer .inner .inbox .content .name {
    color: #314166;
    line-height: 1.3;
    margin-top: 10px;
}

.company_officer .inner .inbox .content {
    width: 100%;
}

/* PC固定ページ 役員詳細ページ */
.company_officer .inner .inbox .status {
    display: flex;
    gap: 0 30px;
    color: #000;
    align-items: center;
}

#page_officer_single .company_officer .inner {
    display: block;
}

#page_officer_single .company_officer .inner .inbox .status {
    gap: 60px;
    align-items: initial;
}

#page_officer_single .company_officer .inner .inbox .img {
    width: 40%;
}

.company_officer .inner .inbox .contents .career {
    margin-top: 40px;
}

.company_officer .inner .inbox .contents .career dl+dl {
    margin-top: 10px;
}

.company_officer .inner .inbox .contents .career dl {
    display: flex;
    gap: 0 30px;
}

.company_officer .inner .inbox .contents .career dl dt {
    font-weight: 500;
}

.company_officer .inner .other {
    margin-top: 100px;
}

.company_officer .inner .other .ttl {
    font-size: 25px;
}

.company_officer .inner .other .list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 20px;
}

.company_officer .inner .other .list ul li a {
    color: #000;
}

.company_officer .inner .other .list {
    margin-top: 50px;
}

.company_officer .inner .other .list ul li a .name {
    font-size: 22px;
}

.company_officer .inner .other .list ul li a .position {
    font-size: 14px;
}

.company_officer .inner .other .list ul li {
    border-bottom: 1px solid #F0F0F0;
    position: relative;
}

.company_officer .inner .other .list ul li::before {
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgba(80, 121, 181, 1) 0%, rgba(37, 124, 248, 1) 100%);
    bottom: -3px;
    left: 0;
    width: 0%;
    height: 6px;
    transition: .3s;
}

.company_officer .inner .other .list ul li:hover::before {
    width: 100%;
}

.company_officer .inner .other .list ul li.current::before {
    width: 100%;
}

/* PC固定ページ ビジョン */
.company_vision .content .inbox+.inbox {
    margin-top: 100px;
}

.company_vision .content .inbox .text_box .title {
    font-size: 40px;
    border-bottom: 1px solid #F0F0F0;
    line-height: 1.3;
    margin-bottom: 35px;
    color: #314166;
}

.company_vision .content .inbox .text_box .text {
    text-align: center;
    font-size: 28px;
    letter-spacing: 0.25em;
}

.company_vision .content .inbox .text_box {
    padding-left: 50px;
}

.company_vision .content .inbox .text_box .catch {
    text-align: center;
    font-size: 24px;
    color: #257cf8;
}

.company_vision .content .inbox .text_box .list li {
    font-size: 22px;
    letter-spacing: .08em;
    display: flex;
    align-items: center;
    gap: 0 30px;
}

.company_vision .content .inbox .text_box .list li .en {
    font-size: 35px;
    color: #e4e4e4;
}

.company_vision .content .inbox .text_box .list {
    width: fit-content;
    margin: 0 auto;
}

/* PC固定ページ 代表メッセージ */
.company_message .content .inbox .inner .name_box {
    text-align: right;
    margin-top: 30px;
    font-weight: 700;
    font-size: 19px;
}

.company_message .content .inbox .inner .text_box .text+.text {
    margin-top: 15px;
}

.company_message .content .inbox {
    display: flex;
    gap: 30px;
}

.company_message .content .inbox .img {
    width: 30%;
    flex-shrink: 0;
}

.company_message .content .inbox .img img {
    object-fit: cover;
    aspect-ratio: 3/4;
}

.company_message .content .inbox .inner {
    width: 100%;
    text-align: justify;
}

.company_message .content .inbox .inner .text_box .text {
    line-height: 1.9;
}

/* PC固定ページ 沿革 */
.company_history .list {
    position: relative;
    padding-left: 100px;
}

.company_history .list::before {
    content: "";
    background-color: #dedede;
    width: 1px;
    height: 100%;
    top: 0;
    left: 220px;
    position: absolute;
}

.company_history .list li {
    display: flex;
    gap: 0 80px;
    align-items: center;
}

.company_history .list li+li {
    margin-top: 50px;
}

.company_history .list li .year {
    font-size: 28px;
    position: relative;
    color: #314166;
    flex-shrink: 0;
}

.company_history .list li .content .text {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 0 15px;
}

.company_history .list li .year::after {
    content: "";
    width: 9px;
    aspect-ratio: 1/1;
    background-color: #257cf8;
    position: absolute;
    top: 50%;
    left: 116px;
    translate: 0 -50%;
    border-radius: 100%;
    flex-shrink: 0;
}

.company_history .list li .content .text+.text {
    margin-top: .2em;
}

.company_history .list li .content .text:before {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #dedede;
    flex-shrink: 0;
}

/* PC固定ページ 企業情報 */
.company_archive .inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 40px;
}

.company_archive .inner .inbox a .title_box {
    padding: 25px 15px;
}

.company_archive .inner .inbox a .title_box .jp {
    color: #314166;
    font-size: 30px;
    line-height: 1;
}

.company_archive .inner .inbox a .title_box .site_en {
    margin-top: 0.4em;
    color: #000;
}

.company_archive .inner .inbox a .img {
    width: 100%;
}

.company_archive .inner .inbox a .img img {
    width: 100%;
}

.company_archive .inner .inbox {
    box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
    border-radius: 10px;
    overflow: hidden;
}

/* PC固定ページ 風評被害クラウド */
.service_fuhyo .catch {
    font-size: 18px;
    line-height: 1.9;
    font-weight: 700;
    text-align: center;
}

.service_fuhyo .content {
    margin-top: 90px;
}

.service_fuhyo .content .inbox .inner .title {
    font-size: 24px;
    font-weight: 700;
    color: #314166;
    margin-bottom: 10px;
}

.service_fuhyo .content .inbox .inner .text_box .text {
    line-height: 1.9;
}

.service_fuhyo .youtube {
    width: 90%;
    margin: 60px auto 0;
}

.service_fuhyo .youtube iframe {
    width: 100%;
    aspect-ratio: 16/9;
}

.service_fuhyo .content .inbox .img {
    width: 40%;
    flex-shrink: 0;
    position: relative;
}

.service_fuhyo .content .inbox .img img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.service_fuhyo .content .inbox+.inbox {
    margin-top: 160px;
}

.service_fuhyo .content .inbox {
    display: flex;
    gap: 0 50px;
    align-items: center;
}

.service_fuhyo .content .inbox:nth-child(even) .img {
    order: -1;
}

.service_fuhyo .content .inbox .img::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #ddd;
}

.service_fuhyo .content .inbox:nth-child(odd) .img::before {
    top: 20px;
    right: -20px;
}

.service_fuhyo .content .inbox:nth-child(even) .img::before {
    top: 20px;
    left: -20px;
}

.service_fuhyo .content .inbox .inner .text_box .text+.text {
    margin-top: 10px;
}

/* PC固定ページ ブランドリフティング */
.service_brand .catch {
    font-size: 18px;
    line-height: 1.9;
    font-weight: 700;
}

.service_brand .content {
    margin-top: 90px;
}

.service_brand .content .inbox .title {
    font-size: 28px;
    font-weight: 700;
    color: #314166;
    margin-bottom: 10px;
}

.service_brand .content .text_box {
    line-height: 1.9;
    text-align: justify;
}

.service_brand .content .list {
    margin-top: 110px;
}

.service_brand .content .list li {
    display: flex;
    gap: 0 50px;
    align-items: center;
}

.service_brand .content .list li .inner {
    width: 100%;
}

.service_brand .content .list li .img {
    width: 34%;
    flex-shrink: 0;
    position: relative;
}

.service_brand .content .list li .img img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.service_brand .content .list li .inner .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #314166;
}

.service_brand .content .list li+li {
    margin-top: 140px;
}

.service_brand .content .list li .img::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #ddd;
}

.service_brand .content .list li:nth-child(odd) .img::before {
    top: 20px;
    right: -20px;
}

.service_brand .content .list li:nth-child(even) .img::before {
    top: 20px;
    left: -20px;
}

.service_brand .content .list li:nth-child(even) .img {
    order: -1;
}

.service_brand .content .text_box .text+.text {
    margin-top: 10px;
}

/* PC固定ページ アーカイブページ */
.archive_page .tab_box {
    margin-bottom: 50px;
    border-bottom: 5px solid #314166;
}

.archive_page .tab_box ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0 5px;
}

.archive_page .tab_box li {
    background: #F8F8F8;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em 0.5em;
    cursor: pointer;
    transition: .3s;
}

.archive_page .tab_box li.active {
    background: #314166;
    color: #fff;
}

.archive_column .column_list ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
}

/* wp-pagenavi base */
.wp-pagenavi {
    clear: both;
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    margin: 0 2px;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: #314166;
    border-color: #314166;
}

.wp-pagenavi .current {
    color: #FFF;
    background-color: #314166;
    border-color: #314166;
    font-weight: bold;
}

/* PC投稿ページ シングルページ */
#single_page .fl_wrap {
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.single_main_img {
    width: 300px;
    height: 300px;
    position: relative;
    margin: 0 auto 40px auto;
}

.singleContent .single_title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    margin: auto;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #333;
}

.singleContent .title_area {
    border-bottom: solid 1px #ccc;
    padding: 100px 0 30px;
    margin-bottom: 40px;
    position: relative;
}

.singleContent .single_title {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
}

.single_main_img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

.singleContent .single_title time {
    font-size: 12px;
    font-weight: 600;
}

.singleContent .single_title time i {
    margin-right: .5em;
}

.singleContent .category_list ul {
    gap: 10px;
}

.singleContent .category_list ul li {
    background-color: #314166;
    color: #fff;
    font-size: 12px;
    padding: 2px 20px;
    letter-spacing: .08em;
}

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

.site_single_latest {
    border-left: solid 1px #333;
    border-bottom: solid 3px #333;
    padding: 0 0 35px 0;
    margin-bottom: 80px;
}

.site_single_latest .en {
    font-size: 13px;
    letter-spacing: .08em;
    text-align: center;
}

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

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

.singleContent article h3 {
    position: relative;
    padding: 0.7rem 1rem;
    font-size: 18px;
    margin: 1.5em 0 1.5em;
    background-color: #ccc;
}

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

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

.singleContent article 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 p+p {
    margin-top: 0.7em;
}

#single_page .singleContent {
    width: 60%;
    flex-shrink: 0;
    margin-right: 50px;
}

#single_page .singleContent .ichiran_link {
    display: block;
    width: 300px;
    line-height: 50px;
    text-align: center;
    color: #333;
    border: solid 1px #333;
    margin: 50px auto 0 auto;
    font-size: 16px;
    transition: .3s;
    border-bottom: solid 3px #333;
    border-right: solid 3px #333;
}

#single_page .singleContent .ichiran_link:hover {
    opacity: .7;
}

#single_page .singleSidebar {
    width: 27%;
}

#single_page aside#info_side {
    background-color: #fff;
    padding: 20px;
}

#single_page aside#info_side p#news-not_found {
    text-align: center;
}

#single_page aside#info_side ul li+li {
    margin-top: 12px;
}

#single_page aside#info_side ul li a {
    color: initial;
    align-items: center;
    font-size: 14px;
    transition: .3s;
}

#single_page aside#info_side ul li a:hover {
    opacity: .7;
}

#single_page aside#info_side ul li a time {
    font-size: 12px;
    font-weight: 600;
}

#single_page aside#info_side ul li a time i {
    margin-right: .5em;
}

#single_page aside#info_side ul li a h3 {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.singleContent .title_area .en {
    font-size: 12px;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.singleContent .day_cat {
    align-items: center;
    margin-bottom: 40px;
}

#toc_container a {
    color: #333;
}

.singleContent .day_cat .day {
    color: #6c6c6c;
    font-size: 13px;
    padding-right: 20px;
    border-right: solid 1px #ccc;
    margin-right: 20px;
}

.site_single_latest .topic {
    text-align: center;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 600;
}

.site_single_latest .img {
    width: 185px;
    margin: 20px auto;
}

.site_single_latest .disc {
    text-align: center;
    font-size: 14px;
}

.aside_article_type .ttl {
    font-size: 15px;
    margin-bottom: 20px;
    border-bottom: solid 2px;
    padding-bottom: 5px;
}

.aside_article_type li .img {
    height: 70px;
    width: 100px;
    position: relative;
}

.aside_article_type .inner_ttl {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

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

.aside_article_type .cat_wrap {
    gap: 5px;
}

.aside_article_type .cat_wrap .label {
    background: #314166;
    padding: 0px 10px;
    color: #fff;
    font-size: 10px;
}

.aside_article_type .cat_wrap ul {
    display: flex;
    column-gap: 5px;
    row-gap: 5px;
    padding-left: 0;
}

.aside_article_type ul {
    padding-left: 20px;
    position: relative;
}

.aside_article_type .cat_wrap ul::before {
    display: none;
}

.aside_article_type ul::before {
    content: "∟";
    position: absolute;
    left: 2px;
    font-size: 14px;
    color: #333;
}

.recommend_post_area {
    width: 92%;
    margin: 50px 0 0 auto;
}

.recommend_post_area ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
}

.recommend_post_area .ttl {
    font-size: 18px;
    letter-spacing: .08em;
    border-bottom: solid #ccc 1px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

.recommend_post_area .ttl .en {
    font-weight: 400;
    letter-spacing: .08em;
    font-size: 14px;
    display: block;
}

.recommend_post_area a {
    color: #000;
}

.recommend_post_area .inner_ttl {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.recommend_post_area .day_cat .day {
    font-size: 12px;
    color: #6c6c6c;
    padding-right: 10px;
    border-right: solid 1px #ccc;
    margin-right: 10px;
}

.recommend_post_area .day_cat {
    margin: auto 0 0;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.recommend_post_area .category_list .cat_wrap {
    padding: 0;
    gap: 5px;
}


.recommend_post_area .category_list .cat {
    font-size: 12px;
    text-align: center;
    background: #314166;
    color: #fff;
    padding: 0 10px;
}

.recommend_post_area .category_list {
    width: 100%;
}

.recommend_post_area .img {
    position: relative;
    height: 145px;
    margin-bottom: 12px;
    overflow: hidden;
}

.recommend_post_area .img img {
    transition: .3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recommend_post_area a:hover .img img {
    transform: scale(1.1);
}

.aside_article_type+.aside_article_type {
    margin-top: 35px;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style {
    top: 280px !important;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style::before {
    content: "";
    width: 1px;
    height: 100px;
    background: #ccc;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -103px;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style::after {
    content: "SHARE ON";
    position: absolute;
    top: -169px;
    font-size: 11px;
    writing-mode: vertical-lr;
    text-align: center;
    left: 8px;
    right: 0;
    margin: auto;
}

.singleContent_links {
    margin-top: 150px;
    align-items: center;
    position: relative;
}

.singleContent_links ul {
    width: 40%;
}

.singleContent_links ul.prev li {
    padding-left: 30px;
}

.singleContent_links ul.next li {
    padding-right: 30px;
}

.singleContent_links .btn {
    margin-bottom: 23px;
    border-bottom: solid 1px #ccc;
    font-size: 15px;
    position: relative;
}

.singleContent_links::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 1px;
    background: #ccc;
    height: 100%;
    margin: auto;
}

.singleContent_links a {
    color: #333;
    font-size: 14px;
}

.singleContent_links a .ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.singleContent_links .img {
    margin-bottom: 15px;
    position: relative;
    height: 150px;
}

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

.singleContent_links ul.next .btn {
    text-align: right;
}

.singleContent_links ul.next .img {
    margin-left: auto;
}

.breadcrumb.single {
    margin-top: 70px;
    text-align: right;
}

.aside_article_type .text_box {
    width: calc(100% - 100px);
    padding-left: 10px;
}

#toc_container li {
    position: relative;
    padding-left: 20px;
}

#toc_container li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: url(/wp-content/themes/child/image/article_arrow.png) center no-repeat;
    background-size: contain;
    width: 13px;
    height: 14px;
    bottom: auto;
}

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

.singleContent ol {
    border: solid 1px #333;
    padding: 20px 10px;
    counter-reset: count 0;
    position: relative;
    background-image: url(/wp-content/themes/child/image/grid.gif);
}

.singleContent ol li {
    position: relative;
}

.singleContent ol li::before {
    content: "";
    content: counter(count) ". ";
    counter-increment: count 1;
}

.singleContent ol li+li {
    margin-top: 7px;
}

.singleContent ol::before {
    content: "";
    position: absolute;
    right: -2px;
    top: -2px;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #333 #fff #333;
}

.singleContent ol::after {
    content: "";
}

.singleContent #toc_container {
    margin-bottom: 50px;
}

.singleContent_links ul li+li {
    margin-top: 10px;
}

.singleContent_links ul li.btn::before {
    content: "";
    position: absolute;
    background: url(/wp-content/themes/child/image/icon/arrow.svg) center no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    right: 0;
    top: 5px;
}

.singleContent_links ul.prev li.btn::before {
    transform: scale(-1, 1);
    right: auto;
    left: 0;
}

#toc_container.no_bullets li,
#toc_container.no_bullets ul,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
    border: none;
}

.singleContent .category_list ul li::before {
    display: none;
}

.singleContent .category_list ul {
    border: none;
}

.archive_column .inner {
    display: flex;
    gap: 0 50px;
}

.archive_column .sidebar {
    width: 27%;
    flex-shrink: 0;
}

.archive_column .main_content {
    width: 100%;
}

.archive_column .aside_article_type li a {
    color: initial;
}

/* 事業内容 */
#page_service .business_list ul {
    gap: 20px;
}

/* 受託開発 */
#page_service_development .top_box {
    margin-bottom: 90px;
}

#page_service_development .top_box .title {
    font-size: 28px;
    font-weight: 700;
    color: #314166;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 0 10px;
}

#page_service_development .top_box .title::before {
    content: "";
    width: 25px;
    height: 2px;
    background: #314166;
    flex-shrink: 0;
}

#page_service_development .trouble_sec {
    margin-bottom: 100px;
}

#page_service_development .trouble_sec .title_box {
    text-align: center;
    margin-bottom: 20px;
}

#page_service_development .trouble_sec .title_box .title {
    font-size: 20px;
    font-weight: 700;
}

#page_service_development .trouble_sec .title_box .title .large {
    font-size: 140%;
    position: relative;
}

#page_service_development .trouble_sec .title_box .title .large::before,
#page_service_development .trouble_sec .title_box .title .large::after {
    content: "";
    width: 2px;
    height: 30px;
    background: currentColor;
    position: absolute;
    bottom: 5px;
}

#page_service_development .trouble_sec .title_box .title .large::before {
    rotate: -20deg;
    left: -15px;
}

#page_service_development .trouble_sec .title_box .title .large::after {
    rotate: 20deg;
    right: -20px;
}

#page_service_development .trouble_sec .list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 20px;
}

#page_service_development .trouble_sec .list li {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#page_service_development .trouble_sec .list li .head {
    background: #314166;
    color: #fff;
    text-align: center;
    padding: 0.3em;
    font-size: 20px;
}

#page_service_development .strength_sec {
    margin-bottom: 100px;
}

#page_service_development .strength_sec .title_box {
    text-align: center;
    margin-bottom: 20px;
}

#page_service_development .strength_sec .title_box .title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: .08em;
}

#page_service_development .strength_sec .title_box .title .color {
    color: #314166;
}

#page_service_development .strength_sec .title_box .title .dot {
    position: relative;
}

#page_service_development .strength_sec .title_box .title .dot::before {
    content: "";
    width: 7px;
    aspect-ratio: 1/1;
    background: currentColor;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -7px;
    translate: -50% 0;
}

#page_service_development .strength_sec .list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

#page_service_development .strength_sec .list li {
    display: flex;
    align-items: center;
    gap: 0 15px;
    background: linear-gradient(to right, #314166, #192133);
    padding: 1em 2em;
}

#page_service_development .strength_sec .list li .icon {
    line-height: 1;
    width: 40px;
}

#page_service_development .strength_sec .list li .text {
    color: #fff;
    font-size: 18px;
}

#page_service_development .solution_sec .title_box {
    text-align: center;
    margin-bottom: 20px;
}

#page_service_development .solution_sec .title_box .title {
    font-size: 26px;
    letter-spacing: .08em;
    font-weight: 700;
}

#page_service_development .solution_sec .title_box .title .color {
    color: #314166;
}

#page_service_development .solution_sec .list {
    margin-bottom: 55px;
}

#page_service_development .solution_sec .list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 15px;
}

#page_service_development .solution_sec .list li {
    background: #FAFAFA;
    padding: 1.5em 1em;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#page_service_development .solution_sec .list li .color {
    color: #314166;
}

#page_service_development .solution_sec .work_box .head {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

#page_service_development .solution_sec .work_box ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
}

#page_service_development .solution_sec .work_box li {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

#page_service_development .solution_sec .work_box li .img {
    width: 100%;
}

#page_service_development .solution_sec .work_box li .img img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

#page_service_development .solution_sec .work_box li .text_box {
    padding: 1em;
}

#page_service_development .flow_sec {
    margin-bottom: 100px;
}

#page_service_development .flow_sec .top_ttl_box {
    text-align: center;
    margin-bottom: 35px;
}

#page_service_development .flow_sec .top_ttl_box .ttl {
    font-size: 26px;
    letter-spacing: .08em;
    color: #314166;
    font-weight: bold;
}

#page_service_development .flow_sec .list ul li {
    flex-wrap: nowrap;
    align-items: baseline;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
}

#page_service_development .flow_sec .list ul li+li {
    padding-top: 25px;
}

#page_service_development .flow_sec .list ul li .ttl_block {
    flex-wrap: nowrap;
    align-items: center;
    width: 25%;
    flex-shrink: 0;
    margin-right: 35px;
}

#page_service_development .flow_sec .list ul li .ttl_block .num_box {
    flex-shrink: 0;
    width: 50px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #314166;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}

#page_service_development .flow_sec .list ul li .ttl_block .num_box .num {
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}

#page_service_development .flow_sec .list ul li .ttl_block .ttl {
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

#page_service_development .flow_sec .list ul li .text_box {
    flex-grow: 1;
}

#page_service_development .flow_sec .list ul li .text_box .text {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
}

#page_service_development .flow_sec .list ul li .text_box .text+.text {
    margin-top: 10px;
}

#page_service_development .works_sec .top_ttl_box {
    text-align: center;
    margin-bottom: 35px;
}

#page_service_development .works_sec .top_ttl_box .ttl {
    font-size: 26px;
    letter-spacing: .08em;
    color: #314166;
    font-weight: bold;
}

#page_service_development .works_sec .list ul li {
    width: 48.5%;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

#page_service_development .works_sec .list ul li .top_cont {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 20px;
}

#page_service_development .works_sec .list ul li .top_cont .img {
    width: 30%;
    aspect-ratio: 3/2;
    flex-shrink: 0;
    margin-right: 20px;
}

#page_service_development .works_sec .list ul li .top_cont .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#page_service_development .works_sec .list ul li .top_cont .ttl_box {
    flex-grow: 1;
}

#page_service_development .works_sec .list ul li .top_cont .ttl_box .ttl {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

#page_service_development .works_sec .list ul li .text_box .text {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1.7;
}

@media (max-width: 750px) {

    .wrap {
        max-width: 90%;
    }

    a[href $='.pdf']::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href $='.pdf']:hover {
        text-decoration: underline;
    }

    body {
        font-size: 13px;
        padding-top: 55px;
        min-width: initial;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        box-shadow: 1px 1px #ccc;
        z-index: 999;
        height: 55px;
    }

    #sp_header .logo {
        position: absolute;
        left: 10px;
        top: 5px;
        line-height: 0;
    }

    #sp_header .logo img {
        height: 40px;
    }

    #sp_header .icon {
        color: #fff;
        position: absolute;
    }

    #sp_header .mail {
        right: 70px;
        top: 5px;
        font-size: 25px;
    }

    #sp_header .tel {
        right: 110px;
        top: 5px;
        font-size: 20px;
    }

    /* SP固定ページ 共通設定 */
    .common_page_wrap {
        padding: 20vw 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: 10px;
        margin-top: 5px;
    }

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

    .company_profile table th,
    .company_profile table td {
        font-size: 3.2vw;
        width: 100%;
        display: block;
    }

    .company_profile table {
        border-top: 1px solid;
    }

    .company_profile table th {
        width: 100%;
        background-color: #f2f2f2;
    }

    .company_profile table td {
        width: 100%;
    }

    .company_access .map {
        height: 50vw;
    }

    /* SP固定ページ お問い合わせ */
    #page_contact table {
        margin-bottom: 10vw;
        width: 100%;
    }

    #page_contact table th,
    #page_contact table td {
        font-size: 4vw;
        display: block;
        border-bottom: none;
        padding: 5vw 4vw;
    }

    #page_contact table th {
        width: 100%;
        text-align: left;
        padding: 3vw;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
    }

    #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: 29%;
    }

    #page_contact select {
        width: 100%;
    }

    #page_contact textarea {
        width: 100%;
        height: 60vw;
    }

    #page_contact #btn_wrap button {
        width: 80%;
        line-height: 12vw;
        border-radius: 4px;
        font-size: 4vw;
    }

    #page_contact #btn_wrap button[name="submitBack"] {
        margin-top: 4vw;
    }

    .mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
        margin-top: 2vw;
    }

    #page_contact .attention {
        font-size: 3vw;
    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        width: 8vw;
    }

    #page_contact .progressbar #step_2 .en::before {
        left: -4vw;
    }

    #page_contact .progressbar {
        margin-bottom: 7vw;
    }

    .contact_form_disc {
        width: 100%;
        font-size: 3.5vw;
        letter-spacing: .02em;
    }

    .contact_form_disc .caution {
        font-size: 3.4vw;
    }

    .contact_form_disc .text {
        margin-bottom: 3vw;
    }

    #page_contact table th .hissu,
    #page_contact table th .ninni {
        display: block;
        width: 13vw;
        padding: 0.2vw 0;
        text-align: center;
        font-size: 3vw;
        margin-right: 0;
    }

    #page_contact table {
        border-bottom: solid 1px #dfdfdf;
    }

    #page_contact #btn_wrap {
        width: 100%;
        text-align: center;
    }

    .privacy_check_list .mwform-checkbox-field-text {
        font-size: 3.8vw;
        padding-left: 11vw;
    }

    .mw_wp_form .privacy_check_list .horizontal-item {
        margin-right: 4vw;
    }

    .privacy_check_list .hissu {
        padding: 0.3vw 4vw;
    }

    .privacy_check_list {
        margin-bottom: 6vw;
    }

    .privacy_term_detail {
        font-size: 3.4vw;
        padding-bottom: 4vw;
        margin-bottom: 5vw;
    }

    .privacy_term_outer {
        width: 96%;
        padding: 5vw 0;
    }

    .privacy_term_outer .privacy_term_inner .main_text {
        font-size: 3.4vw;
        line-height: 1.6;
        margin-bottom: 5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dt {
        font-size: 3.5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dd {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .privacy_term_detail::before {
        width: 2.5vw;
        height: 2.5vw;
    }

    /* サンクスページ */
    #page_contact .thanks_textArea p {
        font-size: 4vw;
    }

    #page_contact .thanks_textArea .contact_text {
        margin-bottom: 2em;
        width: 100%;
    }

    #page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    #page_contact .progressbar .item {
        font-size: 4vw;
        line-height: 1.4;
        padding: 13vw 0px 2vw;
        width: 31%;
    }

    #page_contact .progressbar .item .en {
        display: block;
        color: #7b7b7b;
        font-size: 3.5vw;
        margin-bottom: 1vw;
    }

    #page_contact .progressbar .item::before {
        width: 8vw;
        height: 8vw;
    }

    #page_contact .progressbar .item.active::after {
        top: 2vw;
        width: 4vw;
        height: 4vw;
    }

    #page_contact .progressbar #step_2 .en {
        position: relative;
    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        content: "";
        position: absolute;
        left: -47px;
        height: 1px;
        width: 100px;
        background: #a4a5a4;
    }

    #page_contact .progressbar #step_2 .en::after {
        left: auto;
        right: -4vw;
    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        width: 8vw;
    }

    #page_contact .progressbar #step_2 .en::before {
        left: -4vw;
    }

    /* SP固定ページ 個人情報保護方針 */
    #page_privacy .main_text {
        font-size: 3.5vw;
    }

    #page_privacy dl {
        margin-bottom: 10vw;
    }

    #page_privacy dl dt {
        font-size: 4vw;
    }

    #page_privacy dl dd {
        font-size: 3.5vw;
        margin-left: 5vw;
    }

    /* SP固定ページ 404ページ */
    #page_404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

    #page_404 .text {
        font-size: 3.5vw;
    }

    /* SP固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

    body #sitemap_list li a {
        font-size: 4vw;
        padding: 1vw 2vw;
        line-height: 9vw;
        margin-bottom: 1vw;
    }

    body #sitemap_list li.home-item {
        margin-bottom: 4vw;
    }

    body #sitemap_list {
        padding: 0;
    }

    .sp .hamburger {
        top: 5px;
    }

    .sp .hamburger span {
        background: #fff;
    }

    section#top_fv {
        height: auto;
        padding: 15vw 0;
    }

    section#top_fv .fv_main .fv_main_top .text_image {
        margin-bottom: 5vw;
    }

    section#top_fv .fv_main {
        margin: 0;
        width: 100%;
        position: relative;
        z-index: 5;
    }

    section#top_fv .fv_main .fv_main_top .main_text {
        font-size: 5vw;
        letter-spacing: normal;
        text-align: left;
    }

    section#top_fv .fv_main .fv_main_top .main_text .small {
        font-size: 80%;
        margin-bottom: 2vw;
        display: inline-block;
    }

    section#top_fv .fv_main .fv_main_top .main_text .big {
        font-size: 150%;
    }

    section#top_fv .fv_main .fv_main_top {
        margin-bottom: 19vw;
    }

    section#top_fv .fv_main .btn_area .on_btn_text {
        font-size: 4vw;
        padding-left: 0;
        line-height: 1.2;
        margin-bottom: 1vw;
    }

    section#top_fv .fv_main .btn_area .btn a {
        width: 60vw;
        height: 15vw;
        font-size: 4vw;
        line-height: 1.3;
        padding-left: 7vw;
    }

    section#top_fv .advisor_image {
        position: absolute;
        width: 65vw;
        right: -5vw;
        bottom: -15vw;
        margin: 0;
    }

    section#top_fv .fv_main .btn_area .btn a:after {
        width: 5vw;
        height: 5vw;
        right: 5vw;
    }

    section#top_news {
        padding: 15vw 0;
    }

    .sec_title h2 {
        font-size: 3.8vw;
    }

    .sec_title .site_en {
        font-size: 11vw;
        margin-bottom: 5vw;
    }

    section#top_news .news_link {
        position: static;
        text-align: right;
    }

    section#top_news .news_link a {
        padding-right: 12vw;
        font-size: 3.7vw;
    }

    section#top_news .news_link a:before {
        width: 9vw;
    }

    section#top_news .news_link a:after {
        width: 3.5vw;
        height: 3.5vw;
        border-radius: 50%;
        right: 7vw;
    }

    section#top_news .cat_select {
        margin-bottom: 2vw;
    }

    select#top_cat_select {
        width: 100%;
        height: 12vw;
        font-size: 3.7vw;
    }

    .top_news_box ul li a {
        height: auto;
        padding: 5vw 0;
        gap: 2vw 0;
    }

    .top_news_box ul li a .date {
        width: auto;
        margin-right: 5vw;
        font-size: 3.5vw;
    }

    .top_news_box ul li a .title {
        width: 100%;
        padding: 0 5vw 0 0;
        font-size: 4vw;
    }

    .top_news_box ul li a .cat {
        font-size: 3.7vw;
        line-height: 2;
        width: auto;
        padding: 0 03vw;
    }

    .top_news_box ul li a:after {
        right: 0;
        width: 2.5vw;
        height: 2.5vw;
    }

    section#top_business {
        padding: 15vw 0;
    }

    section#top_business .sec_title .site_en {
        margin-bottom: 5vw;
    }

    .business_list ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 5vw 0;
    }

    .business_list li {
        border-radius: 5px;
    }

    .business_list li a .image {
        width: 100%;
        height: 45vw;
    }

    .business_list li a .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .business_list li a .content {
        padding: 4vw 5vw;
    }

    .business_list li a .content .catch {
        font-size: 3.3vw;
        margin-bottom: 1vw;
    }

    .business_list li a .content .title {
        font-size: 4.5vw;
        margin-bottom: 1.5vw;
    }

    .business_list li a .content .text {
        font-size: 3.5vw;
        margin-bottom: 4vw;
    }

    .business_list li a .content .link {
        font-size: 3.7vw;
    }

    section#top_about {
        padding: 15vw 0;
    }

    section#top_about .sec_title .site_en {
        font-size: 11vw;
    }

    section#top_about .top_about_flex .text_side {
        width: 100%;
        line-height: 1.7;
    }

    section#top_about .top_about_flex .text_side p {
        font-size: 3.7vw;
    }

    section#top_about .top_about_flex .text_side p+p {
        margin-top: 1em;
    }

    .about_links ul li a {
        font-size: 3vw;
    }

    .about_links ul li {
        width: 44vw;
        margin-bottom: 2vw;
    }

    .about_links ul li a .image {
        width: 16vw;
        margin: 0;
    }

    .about_links ul li a .text {
        width: 28vw;
        padding: 0 2vw;
        line-height: 1.5;
    }

    .about_links ul li a:after {
        width: 4px;
        height: 4px;
        right: 5px;
        border-width: 1px 1px 0 0;
    }

    section#top_about .top_about_flex {
        margin-bottom: 10vw;
    }

    section#top_column,
    section#top_interview {
        padding: 15vw 0;
    }

    .column_list {
        overflow-x: scroll;
        margin-bottom: 5vw;
    }

    .column_list ul {
        display: flex;
        gap: 0 4vw;
    }

    .column_list ul li {
        min-width: 70%;
        width: 70%;
    }

    .column_list ul li a .image {
        height: 45vw;
    }

    .column_list ul li a .image .arrow {
        width: 7vw;
        height: 7vw;
    }

    .column_list ul li a .image .arrow:after {
        width: 2vw;
        height: 2vw;
        right: 0.5vw;
    }

    .column_list ul li a .content .title {
        font-size: 4vw;
        margin-bottom: 2vw;
    }

    .column_list ul li a .content .date {
        font-size: 3.2vw;
        line-height: 4vw;
        margin: 4vw 0 3vw;
        padding-left: 6vw;
        background-size: 4vw;
    }

    .column_list ul li a .content .text {
        font-size: 3.5vw;
    }

    section#top_column .btn a,
    section#top_interview .btn a {
        width: 100%;
        font-size: 4vw;
        height: 13vw;
        margin: 7vw auto 0;
    }

    section#top_loopslider ul li {
        width: 40vw;
        margin: 0 2vw;
    }

    section#top_recruit {
        padding: 15vw 0;
    }

    section#top_recruit .catch {
        font-size: 4vw;
        line-height: 1.5;
        margin-bottom: 3vw;
    }

    section#top_recruit .text {
        font-size: 5vw;
        margin-bottom: 5vw;
    }

    section#top_recruit .beyond_ai {
        margin-bottom: 5vw;
    }

    section#top_recruit .btn a {
        width: 100%;
        font-size: 4vw;
        height: 13vw;
        padding-left: 0;
        justify-content: center;
        gap: 0 3vw;
    }

    section#top_recruit .btn a:after {
        width: 4vw;
        height: 4vw;
        position: static;
        margin: 0;
    }

    footer.site_ft.pr {
        padding: 20vw 0 5vw;
    }

    .footer_main .logo_area {
        width: 60vw;
        padding: 0;
    }

    .footer_main .logo_area .company_name {
        font-size: 3.7vw;
    }

    li.site_search form {
        padding-left: 8vw;
        background-size: 5vw;
    }

    li.site_search form input[type=text] {
        font-size: 3.5vw;
        width: 25vw;
    }

    .ft_sub_menu ul li a {
        font-size: 3.5vw;
    }

    .footer_main {
        margin-bottom: 15vw;
    }

    .footer_main .logo_area .ft_logo {
        margin-bottom: 3vw;
    }

    .ft_sub {
        padding-bottom: 5vw;
        margin-bottom: 5vw;
    }

    .ft_sub_menu {
        width: 100%;
    }

    .ft_support {
        margin-bottom: 2vw;
    }

    .ft_info .company_info {
        font-size: 3vw;
        margin-bottom: 2vw;
    }

    .ft_info .company_info .site_en {
        font-size: 3vw;
    }

    .ft_info .copyright small {
        font-size: 3.5vw;
    }

    .globalMenuSp_main_menu_box ul li.btn a {
        line-height: 4;
        color: #fff;
        border-radius: 40px;
        position: relative;
    }

    .globalMenuSp_main_menu_box ul li.btn a:after {
        content: "";
        position: absolute;
        background-image: url(/wp-content/themes/child/image/icon-link.svg);
        width: 17px;
        height: 17px;
        background-size: cover;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    /* SP固定ページ 共通FV */
    .common_page_main .title_box .title {
        font-size: 14px;
    }

    .common_page_main .title_box .sub_title {
        font-size: 40px;
    }

    .common_page_main {
        padding: 65px 0 5px;
    }

    .common_page_main .title_box {
        text-align: center;
    }

    /* SP固定ページ 会社概要 */
    .page_company_about .common_page_title .sub_title {
        font-size: 16px;
    }

    .page_company_about .common_page_title h2 {
        font-size: 10px;
    }

    /* SP固定ページ 他社との違い */
    .company_difference .catch {
        font-size: 14px;
    }

    .company_difference .content .inbox+.inbox {
        margin-top: 30px;
    }

    .company_difference .content .inbox:nth-child(even) .inner {
        margin-right: 0;
    }

    .company_difference .content .inbox .inner {
        width: 100%;
    }

    .company_difference .content .inbox .inner .title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .company_difference .content .inbox .inner .text_box .text {
        font-size: 13px;
    }

    .company_difference .content .inbox .img {
        margin-bottom: 10px;
        width: 100%;
    }

    .company_difference .content {
        margin-top: 50px;
    }

    .company_difference .content .inbox {
        display: block;
    }

    .company_difference .content .inbox .img::before {
        content: none;
    }

    .company_difference .content .inbox .img img {
        aspect-ratio: initial;
    }

    .company_difference .content .inbox .inner .text_box {
        text-align: justify;
    }

    /* SP固定ページ 役員紹介 */
    .company_officer .inner {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .company_officer .inner .inbox a {
        gap: 0 20px;
        align-items: initial;
    }

    .company_officer .inner .inbox .content .position {
        font-size: 15px;
    }

    .company_officer .inner .inbox .content .name {
        margin-top: 5px;
    }

    .company_officer .inner .inbox .content .name .jp {
        font-size: 25px;
    }

    .company_officer .inner .inbox .content .name .en {
        font-size: 12px;
    }

    .company_officer .inner .inbox .content .arrow {
        margin-top: 10px;
        width: 100%;
        font-size: 12px;
        gap: 0 5px;
        justify-content: end;
    }

    .company_officer .inner .inbox .content .arrow::before {
        width: 6px;
    }

    /* SP固定ページ 役員詳細ページ */
    .company_officer .inner .inbox .status {
        display: block;
    }

    #page_officer_single .company_officer .inner .inbox .img {
        width: 100%;
    }

    #page_officer_single .company_officer .inner .inbox .status .contents {
        margin-top: 20px;
    }

    .company_officer .inner .inbox .contents .career {
        margin-top: 20px;
    }

    .company_officer .inner .inbox .contents .career dl {
        gap: 0 15px;
        font-size: 15px;
    }

    .company_officer .inner .inbox .contents .career dl+dl {
        margin-top: 5px;
    }

    .company_officer .inner .other {
        margin-top: 50px;
    }

    .company_officer .inner .other .ttl {
        font-size: 17px;
    }

    .company_officer .inner .other .list {
        margin-top: 20px;
    }

    .company_officer .inner .other .list ul {
        grid-template-columns: 1fr;
        gap: 15px 0;
    }

    .company_officer .inner .other .list ul li::before {
        height: 2px;
        bottom: -1px;
    }

    .company_officer .inner .other .list ul li a .position {
        font-size: 12px;
        line-height: 1.3;
    }

    .company_officer .inner .other .list ul li a .name {
        font-size: 15px;
    }

    .company_officer .inner .other .list ul li:hover::before {
        width: 0%;
    }

    #page_officer_single .company_officer .inner .inbox .contents .name br {
        display: none;
    }

    #page_officer_single .company_officer .inner .inbox .contents .name .en {
        margin-left: 10px;
    }

    /* SP固定ページ ビジョン */
    .company_vision .content .inbox .text_box {
        padding-left: 0;
    }

    .company_vision .content .inbox .text_box .title {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .company_vision .content .inbox .text_box .text {
        font-size: 14px;
        text-align: initial;
        letter-spacing: .08em;
    }

    .company_vision .content .inbox+.inbox {
        margin-top: 35px;
    }

    .company_vision .content .inbox .text_box .catch {
        font-size: 14px;
    }

    .company_vision .content .inbox .text_box .list {
        width: 100%;
        margin: 0;
    }

    .company_vision .content .inbox .text_box .list li {
        font-size: 14px;
        flex-direction: column-reverse;
        align-items: initial;
        gap: 3px 0;
    }

    .company_vision .content .inbox .text_box .list li .en {
        font-size: 20px;
        line-height: 1;
    }

    .company_vision .content .inbox .text_box .list li+li {
        margin-top: 20px;
    }

    /* SP固定ページ 代表メッセージ */

    .company_message .content .inbox {
        display: block;
    }

    .company_message .content .inbox .img {
        width: 100%;
    }

    .company_message .content .inbox .img img {
        aspect-ratio: 4/3;
        object-position: top;
    }

    .company_message .content .inbox .inner {
        margin-top: 10px;
    }

    .company_message .content .inbox .inner .text_box .text+.text {
        margin-top: 10px;
    }

    .company_message .content .inbox .inner .name_box {
        font-size: 15px;
        margin-top: 15px;
    }

    /* SP固定ページ 沿革 */
    .company_history .list {
        padding-left: 0;
    }

    .company_history .list::before {
        left: 65px;
    }

    .company_history .list li {
        gap: 0 22px;
    }

    .company_history .list li .year {
        font-size: 18px;
    }

    .company_history .list li .year::after {
        left: 62px;
        width: 7px;
    }

    .company_history .list li .content .text {
        font-size: 14px;
        gap: 0 8px;
    }

    .company_history .list li .content .text:before {
        width: 10px;
    }

    /* SP固定ページ 企業情報 */
    .company_archive .inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }

    .company_archive .inner .inbox a .title_box .jp {
        font-size: 15px;
    }

    .company_archive .inner .inbox a .title_box {
        padding: 15px 10px;
    }

    /* SP固定ページ 風評被害クラウド */
    .service_fuhyo .catch {
        font-size: 14px;
        text-align: initial;
    }

    .service_fuhyo .youtube {
        margin-top: 25px;
        width: 100%;
    }

    .service_fuhyo .content {
        margin-top: 40px;
        display: block;
    }

    .service_fuhyo .content .inbox .inner .title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .service_fuhyo .content .inbox+.inbox {
        margin-top: 30px;
    }

    .service_fuhyo .content .inbox {
        display: block;
    }

    .service_fuhyo .content .inbox .img {
        width: 100%;
        margin-bottom: 10px;
    }

    .service_fuhyo .content .inbox .img::before {
        content: none;
    }

    .service_fuhyo .content .inbox .img img {
        aspect-ratio: 3/2;
    }

    .service_fuhyo .content .inbox .inner .text_box .text+.text {
        margin-top: 8px;
    }

    /* SP固定ページ ブランドリフティング */
    .service_brand .catch {
        font-size: 14px;
    }

    .service_brand .content {
        margin-top: 50px;
    }

    .service_brand .content .inbox .title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .service_brand .content .list {
        margin-top: 30px;
    }

    .service_brand .content .list li {
        display: block;
    }

    .service_brand .content .list li .inner .title {
        font-size: 20px;
        line-height: 1.3;
    }

    .service_brand .content .list li .img {
        width: 100%;
        margin-bottom: 10px;
    }

    .service_brand .content .list li .img::before {
        content: none;
    }

    .service_brand .content .list li .img img {
        aspect-ratio: 3/2;
    }

    .service_brand .content .list li+li {
        margin-top: 30px;
    }

    .service_brand .content .text_box .text+.text {
        margin-top: 8px;
    }

    /* SP投稿ページ アーカイブページ */
    .archive_page .tab_box {
        margin-bottom: 30px;
    }

    .archive_page .tab_box li {
        padding: 1em 0.3em;
        line-height: 1.5;
    }

    .archive_column .inner {
        flex-direction: column;
        gap: 70px 0;
    }

    .archive_column .sidebar {
        width: 100%;
    }

    .archive_column .sidebar aside {
        display: block;
    }

    .archive_column .site_single_latest {
        margin-bottom: 40px;
    }

    /* SP投稿ページ シングルページ */
    .singleContent .single_title::before {
        width: 3vw;
        height: 3vw;
        top: 7vw;
    }

    .singleContent .title_area .en {
        font-size: 3vw;
    }

    .single_main_img {
        width: 47vw;
        height: 47vw;
        margin: 0 auto 5vw auto;
    }

    .singleContent .day_cat {
        flex-wrap: nowrap;
        margin-bottom: 10vw;
    }

    .singleContent .day_cat .day {
        font-size: 3.2vw;
        margin-right: 3vw;
        padding-right: 3vw;
        flex-shrink: 0;
    }

    .singleContent .day_cat ul {
        gap: 2vw;
    }

    .singleContent .day_cat .category_list {
        width: 100%;
    }

    .singleContent h1 {
        font-size: 4.5vw;
        padding: 2vw;
    }

    .singleContent .title_area {
        margin-bottom: 10vw;
        padding: 20vw 0 5vw;
    }

    .singleContent .single_title {
        font-size: 4.5vw;
        letter-spacing: .05em;
    }

    .singleContent .single_title time {
        font-size: 3vw;
    }

    .singleContent .category_list ul li {
        font-size: 2.5vw;
        padding: 1vw 3vw;
    }

    .singleContent article h2 {
        font-size: 4.2vw;
        padding: 2vw;
    }

    .singleContent article h3 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent article h4 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent article h5 {
        font-size: 4vw;
    }

    .singleContent h6 {
        font-size: 3.8vw;
    }

    .singleContent p {
        font-size: 3.5vw;
    }

    #single_page .singleContent {
        width: 100%;
        margin: 0;
    }

    #single_page .singleContent .ichiran_link {
        width: 80%;
        line-height: 12vw;
        margin: 10vw auto 0 auto;
        font-size: 4vw;
    }

    #single_page .singleContent .ichiran_link:hover {
        opacity: 1;
    }

    #single_page .singleSidebar {
        display: none;
    }

    .singleContent_links {
        margin-top: 25vw;
    }

    .singleContent_links .btn {
        margin-bottom: 4vw;
        font-size: 3.4vw;
    }

    .singleContent_links a .ttl {
        font-size: 3.2vw;
    }

    .singleContent_links ul {
        width: 40%;
    }

    .recommend_post_area {
        width: 100%;
        margin: 14vw 0 0;
    }

    .recommend_post_area .ttl {
        font-size: 4.2vw;
        letter-spacing: .05em;
        padding-bottom: 2vw;
        margin-bottom: 5vw;
    }

    .recommend_post_area .ttl .en {
        font-size: 3vw;
    }

    .recommend_post_area .img {
        height: 25vw;
    }

    .recommend_post_area ul {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 3vw;
        row-gap: 5vw;
    }

    .recommend_post_area .day_cat {
        display: block;
    }

    .recommend_post_area .category_list .cat {
        font-size: 2vw;
        padding: 0 2vw;
    }

    .article_flame_wrap .text_box {
        height: auto;
        position: relative;
        padding-top: 4vw;
    }

    .recommend_post_area .day_cat .day {
        font-size: 3vw;
        margin-right: 0;
        padding-right: 0;
        border-right: none;
        position: absolute;
        left: 0;
        top: 0;
    }

    .recommend_post_area .inner_ttl {
        font-size: 3vw;
        margin-top: 1vw;
        -webkit-line-clamp: 1;
        height: 4.8vw;
    }

    .breadcrumb.single {
        text-align: left;
        margin-top: 25vw;
    }

    .singleContent_links .img {
        margin-bottom: 3vw;
        height: 25vw;
    }

    #toc_container li::before {
        width: 3vw;
        height: 3vw;
        top: 1vw;
    }

    #toc_container li {
        padding-left: 4vw;
    }

    .singleContent .singleContent_links ul li {
        padding: 0;
    }

    .singleContent_links ul li+li {
        margin-top: 3vw;
    }

    .singleContent_links ul li {
        padding-left: 6vw;
    }

    .singleContent article ul {
        padding: 4vw 3vw;
    }

    .singleContent_links ul::before {
        width: 4vw;
        height: 4vw;
    }

    .singleContent ol::before {
        border-width: 0 18px 18px 0;
    }

    .singleContent ol {
        padding: 6vw 3vw;
    }

    .singleContent #toc_container {
        margin-bottom: 8vw;
    }

    /* 事業内容 */
    #page_service .business_list ul {
        gap: 0;
    }

    /* 受託開発 */
    #page_service_development .top_box {
        margin-bottom: 40px;
    }

    #page_service_development .top_box .title {
        font-size: 20px;
    }

    #page_service_development .top_box .title::before {
        width: 20px;
    }

    #page_service_development .trouble_sec {
        margin-bottom: 60px;
    }

    #page_service_development .trouble_sec .title_box {
        margin-bottom: 10px;
    }

    #page_service_development .trouble_sec .title_box .title {
        font-size: 15px;
    }

    #page_service_development .trouble_sec .title_box .title .large::before,
    #page_service_development .trouble_sec .title_box .title .large::after {
        height: 20px;
    }

    #page_service_development .trouble_sec .title_box .title .large::before {
        left: -10px;
    }

    #page_service_development .trouble_sec .title_box .title .large::after {
        right: -10px;
    }

    #page_service_development .trouble_sec .list ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px 0;
    }

    #page_service_development .trouble_sec .list li .head {
        font-size: 16px;
    }

    #page_service_development .trouble_sec .list li .img {
        width: 100%;
        height: 45vw;
    }

    #page_service_development .trouble_sec .list li .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #page_service_development .strength_sec {
        margin-bottom: 50px;
    }

    #page_service_development .strength_sec .title_box {
        margin-bottom: 10px;
    }

    #page_service_development .strength_sec .title_box .title {
        font-size: 20px;
    }

    #page_service_development .strength_sec .title_box .title .dot::before {
        width: 6px;
        top: -5px;
    }

    #page_service_development .strength_sec .list ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }

    #page_service_development .strength_sec .list li {
        padding: 1em;
        gap: 0 10px;
    }

    #page_service_development .strength_sec .list li .icon {
        width: 30px;
    }

    #page_service_development .strength_sec .list li .text {
        font-size: 14px;
    }

    #page_service_development .solution_sec .title_box {
        margin-bottom: 10px;
    }

    #page_service_development .solution_sec .title_box .title {
        font-size: 20px;
    }

    #page_service_development .solution_sec .list {
        margin-bottom: 35px;
    }

    #page_service_development .solution_sec .list ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px 0;
    }

    #page_service_development .solution_sec .list li {
        padding: 1em;
        font-size: 15px;
    }

    #page_service_development .solution_sec .work_box .head {
        font-size: 18px;
        margin-bottom: 10px;
    }

    #page_service_development .solution_sec .work_box ul {
        display: flex;
        overflow: scroll;
        gap: 0 15px;
        padding: 0 0 5px;
    }

    #page_service_development .solution_sec .work_box li {
        min-width: 65%;
        width: 65%;
    }

    #page_service_development .solution_sec .work_box li .text_box .title {
        font-size: 15px;
    }

    #page_service_development .flow_sec {
        margin-bottom: 13vw;
    }

    #page_service_development .flow_sec .top_ttl_box {
        margin-bottom: 5vw;
    }

    #page_service_development .flow_sec .top_ttl_box .ttl {
        font-size: 5.35vw;
    }

    #page_service_development .flow_sec .list ul li {
        display: block;
        padding-bottom: 5vw;
    }

    #page_service_development .flow_sec .list ul li+li {
        padding-top: 5vw;
    }

    #page_service_development .flow_sec .list ul li .ttl_block {
        width: 100%;
        margin-right: 0;
        margin-bottom: 3vw;
    }

    #page_service_development .flow_sec .list ul li .ttl_block .num_box {
        width: 10vw;
        margin-right: 3.5vw;
    }

    #page_service_development .flow_sec .list ul li .ttl_block .num_box .num {
        font-size: 5vw;
    }

    #page_service_development .flow_sec .list ul li .ttl_block .ttl {
        font-size: 4.2vw;
    }

    #page_service_development .flow_sec .list ul li .text_box .text {
        font-size: 3.5vw;
    }

    #page_service_development .flow_sec .list ul li .text_box .text+.text {
        margin-top: 1.5vw;
    }

    #page_service_development .works_sec .top_ttl_box {
        margin-bottom: 3.5vw;
    }

    #page_service_development .works_sec .top_ttl_box .ttl {
        font-size: 5.35vw;
    }

    #page_service_development .works_sec .list ul li {
        width: 100%;
        padding: 0;
        border: none;
    }

    #page_service_development .works_sec .list ul li+li {
        margin-top: 8vw;
    }

    #page_service_development .works_sec .list ul li .top_cont {
        display: block;
        padding-bottom: 3.5vw;
        margin-bottom: 3.5vw;
    }

    #page_service_development .works_sec .list ul li .top_cont .img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4vw;
    }

    #page_service_development .works_sec .list ul li .top_cont .ttl_box .ttl {
        font-size: 4.3vw;
    }

    #page_service_development .works_sec .list ul li .text_box .text {
        font-size: 3.5vw;
    }

}