@charset "utf-8"; @import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,500;0,600;0,700;1,400&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap'); .base_width02 {
    width: 95%;
    max-width: 1500px;
    min-width: 1200px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
コンテンツエリアのフォント変更
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body.home #contents_area {
    font-family: "Noto Sans JP","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Osaka", "MS Pゴシック", "MSゴシック", Helvetica, verdana, arial;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用2024
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.noimage {
    background-color: #eff5f9;
    background-size: auto 70%;
}

h2.cmn_ttl_a01 {
    font-size: 38px;
    font-weight: bold;
}

p.cmn_btn_a01 a {
    background: #0a2156;
    border-radius: 26px;
    padding: 10px 45px;
    position: relative;
    text-align: center;
    color: #fff;
    min-width: 190px;
    font-weight: bold;
}

p.cmn_btn_a01 a:hover {
    opacity: 1;
}

p.cmn_btn_a01 a::after {
    font-family: "icomoon";
    content: '\ea3c';
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    top: 50%;
    line-height: 1;
    right: 8%;
    transform: translateY(-50%);
    transition: all 0.2s linear;
}

p.cmn_btn_a01 a:hover::after {
    right: 6%;
}

p.cmn_btn_a02 a {
    border-radius: 4px;
    min-width: 300px;
    padding: 20px 80px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用 顧客事例
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.cmn_case_list {
    margin: 0 -25px -50px;
}

ul.cmn_case_list li {
    width: calc(25% - 50px);
    margin: 0 25px 50px;
}

ul.cmn_case_list li[class~="biggerlink"]:hover {
	opacity: 1;
}

ul.cmn_case_list li .area_a {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    transition: all .3s linear;
    margin-bottom: 15px;
}

ul.cmn_case_list li .area_a::before {
    position: absolute;
    content: "";
    /* background: #001a57de; */
	background: rgb(19 36 75 / 80%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: all .3s linear;
}

ul.cmn_case_list li:hover .area_a::before {
    opacity: 1;
}

ul.cmn_case_list li .area_a p.img {
    padding-top: 60%;
}

ul.cmn_case_list li .area_a p.sub_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 2;
}

ul.cmn_case_list li .area_a p.sub_txt span {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    position: relative;
    border-bottom: 2px solid;
    padding: 2px 0;
    transition: all .3s linear;
    opacity: 0;
}

ul.cmn_case_list li:hover .area_a p.sub_txt span {
    opacity: 1;
}

ul.cmn_case_list li .area_a p.sub_txt span::after {
    content: "";
    display: inline-block;
    background: url("../images/2024/arrow_w2024.svg") no-repeat 50% /contain;
    width: 12px;
    height: 10px;
    margin-left: 8px;
    transition: all .3s linear;
    opacity: 0;
}

ul.cmn_case_list li:hover .area_a p.sub_txt span::after {
    opacity: 1;
    z-index: 2;
}

ul.cmn_case_list li .area_b h3.ttl a {
    font-size: 16px;
    color: inherit;
    text-decoration: none;
    font-weight: bold;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用セミナー・講演予定
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.cmn_seminar_list {
    display: flex;
    margin: 0 -25px;
}

ul.cmn_seminar_list li {
    width: calc(50% - 50px);
    margin: 0 25px;
}

ul.cmn_seminar_list li .inner {
    border-radius: 4px;
    background: #fff;
    padding: 34px 40px;
}

ul.cmn_seminar_list li .area_a {
    width: 140px;
    margin-right: 35px;
    margin-bottom: 0;
}

ul.cmn_seminar_list li .area_a p.img {
    border-radius: 4px;
    padding-top: 100%;
}

ul.cmn_seminar_list li .area_b {
    width: calc(100% - 140px - 35px);
}

ul.cmn_seminar_list li .area_b h3.ttl {
    margin-bottom: 13px;
}

ul.cmn_seminar_list li .area_b h3.ttl a {
    font-size: 18px;
    line-height: 1.778;
}

ul.cmn_seminar_list li p.date {
    font-size: 16px;
    position: relative;
    padding-left: 38px;
    color: inherit;
}

ul.cmn_seminar_list li p.date::before {
    position: absolute;
    content: "";
    background: url("../images/2024/seminer.svg")no-repeat 50% / 14px 15px #23345f;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　プロモ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#promo_frame h2.main_txt {
    font-size: 75px;
    letter-spacing: .08em;
    line-height: 1.5;
    font-weight: bold;
    text-shadow: 0 0 8px #fff;
    font-family: "Noto Sans JP";
    margin-bottom: 30px;
}
@media (max-height: 768px) {
    #promo_frame h2.main_txt {
        font-size: 54px;
    }
}

@media (max-width: 1020px) and (min-width: 768px) {
    #promo_frame h2.main_txt {
        font-size: 54px;
    }
}

#promo_frame .inner_wrap {
    font-weight: bold;
    max-width: 365px;
}

#promo_frame .inner_wrap p.career {
    font-size: 18px;
    letter-spacing: .05em;
    margin-bottom: 10px;
    font-family: "Noto Sans JP";
}

#promo_frame .inner_wrap p.name_wrap {
    display: flex;
    align-items: flex-end;
    font-family: "Noto Sans JP";
}

#promo_frame .inner_wrap p.name_wrap .com {
    font-size: 14px;
    letter-spacing: .1em;
    display: table;
    margin-right: 15px;
}

#promo_frame .inner_wrap p.name_wrap .name {
    font-size: 32px;
    font-weight: bold;
}

#promo_frame .btn_wrap p.btn a {
    font-size: 20px;
    color: #fff;
    letter-spacing: .05em;
    font-weight: bold;
    background: #1d2a4a;
    max-width: 494px;
    padding: 20px 20px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    font-family: "Noto Sans JP";
}

#promo_frame .btn_wrap p.btn a::after {
    font-family: "icomoon";
    content: '\ea3c';
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    top: 50%;
    right: 5%;
    line-height: 1;
    transform: translateY(-50%);
    transition: all 0.2s linear;
}

#promo_frame .btn_wrap p.btn a:hover{
    opacity: 1;
}

#promo_frame .btn_wrap p.btn a:hover::after {
    right: 4%;
}

#promo_frame .btn_wrap p.btn a .sub_txt {
    font-size: 16px;
    font-weight: bold;
    background: #23345f;
    padding: 20px 20px;
    display: inline-block;
    margin-right: 15px;
    font-family: "Noto Sans JP";
}

#promo_frame p.mail_m a {
    font-weight: bold;
    color: #24386b;
    position: relative;
    font-size: 17px;
    padding: 15px 70px;
    font-family: "Noto Sans JP";
    border-bottom: 2px solid #24386b;
}

#promo_frame p.mail_m a:hover{
    text-decoration: none;
}

#promo_frame p.mail_m a::before, #promo_frame p.mail_m a::after {
    content: "";
    position: absolute;
    background: no-repeat 50% /contain;
    top: 50%;
    transform: translateY(-50%);
}

#promo_frame p.mail_m a::before {
    background-image: url("../images/2024/mail_m.svg");
    width: 21px;
    height: 20px;
    left: 10px;
}

#promo_frame p.mail_m a::after {
    font-family: "icomoon";
    content: '\ea3c';
	color:#24386b;
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 5%;
    line-height: 1;
    transform: translateY(-50%);
    transition: all 0.2s linear;
}

#promo_frame p.mail_m a:hover::after {
    right: 3%;
    text-decoration: none;
}

#promo_frame .promo_bnr a img {
    transition: all 0.2s linear;
}

#promo_frame .promo_bnr a:hover img {
    opacity: 1;
    filter: brightness(120%);
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ　＞　一言コメント
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_mytweet {
    background-color: transparent;
}

#home_mytweet.kugiri_m {
    padding-top: 45px;
    padding-bottom: 45px;
}

#home_mytweet dl.news_box {
    align-items: center;
    padding: 50px 60px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    gap: 50px;
    flex-wrap: nowrap;
}

#home_mytweet dl.news_box dt {
    font-family: 'Homemade Apple', cursive;
    font-size: 3rem;
    margin-right: 0;
    color: #1d2a4a;
    min-width: 220px;
}

#home_mytweet dl.news_box dd .txt {
    font-size: 1.5rem;
    line-height: 2.13333;
    font-weight: 500;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
home_case
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_case.kugiri_m {
    padding-top: 0px;
}

#home_case .inner {
    justify-content: space-between;
    margin-bottom: 40px;
}

[class~="biggerlink"] .bl_area::after, [class~="bl"] .bl_area::after {
    z-index: 4;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
著書のご紹介
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_book.kugiri_m {
    padding-top: 0px;
}

#home_book h2.main_ttl {
    font-size: 38px;
    font-weight: bold;
    letter-spacing: .05em;
}

#home_book h2.main_ttl .small {
    font-size: 18px;
}

#home_book h2.main_ttl .num {
    font-size: 28px;
}

#home_book .cmn_post_list.book {
    /*margin-right: -80px;*/
    margin-bottom: 50px;
    /*padding: 0 30px!important;*/
}

#home_book .cmn_post_list.book li .area_a .case_main_lead {
    text-align: center;
}

#home_book .cmn_post_list.book li .area_a .no_img_txt {
    height: 45px;
}

#home_book .cmn_post_list.book li .area_a p.img {
    padding-top: 146%;
    border-radius: 0;
    border: 1px solid #cccccc;
    margin-top: 10px;
}

#home_book .cmn_post_list.book li .area_b h3.ttl {
    display: none;
}

#home_book .cursol_area {
    position: absolute;
    top: -60px;
    right: 0;
    width: 350px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

#home_book .cursol_area .swiper-button-next, #home_book .cursol_area .swiper-button-prev {
    position: static;
    background: #fff;
    top: calc(50% - 24px);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: url("../images/2024/arrow_right.svg");
    background-repeat: no-repeat;
    background-size: 27%;
    background-position: 52%;
    border: 2px solid #cecece;
    box-shadow: none;
}

#home_book .cursol_area .swiper-button-next, #home_book .cursol_area .swiper-container-rtl .swiper-button-prev {
    right: -30px;
    right: auto;
    display: block;
    margin: 0;
}

#home_book .cursol_area .swiper-button-prev, #home_book .cursol_area .swiper-container-rtl .swiper-button-next {
    transform: scaleX(-1);
    margin: 0;
}

#home_book .cursol_area .swiper-pagination {
    position: static;
    display: block;
}

#home_book .cursol_area .swiper-pagination-bullet {
    margin: 0 12px;
}

#home_book .cursol_area .swiper-pagination-bullet-active {
    background: #28468a;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
セミナー・講演予定
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_seminar02 {
    background: #eff1f4;
    margin-top: -210px;
	overflow: hidden;
}

#home_seminar02.kugiri_m {
    padding-bottom: 0;
    padding-top: 250px;
}

#home_seminar02 .inner {
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center;
}

#home_seminar02 h2 {
    font-size: 36px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ノウハウ・コラム記事
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_post_cat {
    background: #eff1f4;
}

#home_post_cat.kugiri_m {
    padding-top: 0;
    padding-bottom: 130px;
}

#home_post_cat .outer {
    background: #fff;
    padding: 70px 110px 110px;
    margin-bottom: 60px;
}

#home_post_cat .inner {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

#home_post_cat p.btn a {
    color: #8c8c8c;
    font-size: 15px;
    position: relative;
    font-weight: bold;
    padding-right: 22px;
}

#home_post_cat p.btn a::after {
    content: "";
    position: absolute;
    background: url("../images/2024/arrow_h.svg") no-repeat 50% /contain;
    width: 11px;
    height: 9px;
    transition: all 0.2s linear;
    top: 10px;
    right: 0;
}

#home_post_cat p.btn a:hover::after {
    right: -5px;
}

#home_post_cat .cat_area_a01 {
    width: 170px;
    margin-right: 115px;
}

#home_post_cat .cat_area_a01 h3.cat_ttl {
    font-size: 14px;
    color: #23345f;
    letter-spacing: .1em;
    margin-bottom: 20px;
    font-weight: bold;
}

#home_post_cat .cat_area_a01 h3.cat_ttl::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #23345f;
    vertical-align: middle;
    margin-right: 5px;
}

#home_post_cat img.sp_img {
    display: none;
}

#home_post_cat ul.cat_list li {
    margin-bottom: 10px;
}

#home_post_cat ul.cat_list li a {
    border: 1px solid #d0d0d0;
    border-radius: 18px;
    padding: 5px 12px;
    min-width: 168px;
    display: table;
    font-size: 13px;
    color: #797979;
    font-weight: bold;
}

#home_post_cat ul.cat_list li a:hover {
    background: #0f0000;
    border-color: #0f0000;
    color: #fff;
}

#home_post_cat ul.cat_list li:has([style*="585f72"]) a:hover {
    background:#585f72;
    border-color: #585f72;
}

#home_post_cat ul.cat_list li:has([style*="f59700"]) a:hover {
    background:#f59700;
    border-color: #f59700;
}

#home_post_cat ul.cat_list li:has([style*="2b4b9a"]) a:hover {
    background:#2b4b9a;
    border-color: #2b4b9a;
}

#home_post_cat ul.cat_list li:has([style*="408734"]) a:hover {
    background:#408734;
    border-color: #408734;
}

#home_post_cat ul.cat_list li:has([style*="0c81d3"]) a:hover {
    background:#0c81d3;
    border-color: #0c81d3;
}

#home_post_cat ul.cat_list li:has([style*="de6595"]) a:hover {
    background:#de6595;
    border-color: #de6595;
}

#home_post_cat ul.cat_list li:has([style*="b43131"]) a:hover {
    background:#b43131;
    border-color: #b43131;
}



#home_post_cat ul.cat_list li .maru {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
    transition: all 0.2s linear;
}

#home_post_cat ul.cat_list li:hover .maru{
    background: #fff !important;
}

#home_post_cat ul.cmn_cat_list {
    width: calc(100% - 170px - 115px);
    margin-bottom: -40px;
}

#home_post_cat ul.cmn_cat_list li {
    margin-bottom: 40px;
    width: 100%;
}

#home_post_cat ul.cmn_cat_list li:not(:last-child) {
    border-bottom: 1px dotted#aeaeae;
    padding-bottom: 40px;
}

#home_post_cat ul.cmn_cat_list li .area_a {
    width: 105px;
    margin-right: 25px;
}

#home_post_cat ul.cmn_cat_list li .area_a p.img {
    padding-top: 100%;
}

#home_post_cat ul.cmn_cat_list li .area_b {
    width: calc(100% - 105px - 25px);
}

#home_post_cat ul.cmn_cat_list li .area_b h3.ttl {
    margin-bottom: 15px;
}

#home_post_cat ul.cmn_cat_list li .area_b h3.ttl a {
    font-size: 16px;
    line-height: 1.75;
    font-weight: bold;
}

#home_post_cat ul.cmn_cat_list li .area_b p.date {
    font-size: 14px;
    color: #aeaeae;
    margin-right: 15px;
    font-weight: 500;
}

#home_post_cat ul.cmn_cat_list li .area_b p.cat {
    font-size: 12px;
    letter-spacing: .05em;
    color: #fff;
    border-radius: 13px;
    text-align: center;
    min-width: 100px;
    padding: 2px 10px;
    font-weight: bold;
}

#home_post_cat ul.cat_list li:is(:has([href*="case"]),:has([href*="other"])) {
    display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
コンサルティングの特徴
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_con {
    background: url("../images/2024/con_bg01.jpg") no-repeat 50% / cover;
}

#home_con h2 {
    margin-bottom: 100px;
}

#home_con h2 .en {
    font-size: 20px;
    color: #6f89c6;
    font-family: 'Work Sans', sans-serif;
    display: table;
    margin: 0 auto;
    letter-spacing: .2em;
    font-weight: 600;
}

#home_con h2 .ja {
    font-size: 42px;
    letter-spacing: .1em;
    color: #fff;
    display: table;
    margin: 0 auto;
    font-weight: bold;
}

#home_con ul.items {
    margin: 0 -30px;
}

#home_con ul.items li {
    width: calc(33.3333% - 60px);
    margin: 0 30px;
    border-radius: 4px;
    background: #fff;
    padding: 0 10px 40px;
    transition: all .4s ease-in-out;
}

#home_con ul.items li:hover{
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

#home_con ul.items li p.img {
    margin-top: -73px;
    min-height: 296px;
    display: flex;
    align-items: flex-end;
    margin: -86px auto 24px;
}

#home_con ul.items li p.icon01 {
    max-width: 267px;
    width: 267px;
}

#home_con ul.items li p.icon02 {
    max-width: 300px;
    width: 300px;
}

#home_con ul.items li p.icon03 {
    max-width: 264px;
    width: 264px;
}

#home_con ul.items li .txt_area {
    font-size: 18px;
    font-weight: bold;
    color: #002fa0;
    text-align: center;
    letter-spacing: .05em;
    line-height: 1.55555;
    position: relative;
    margin: 0 auto 15px;
    padding: 0 20px;
    display: table;
    min-width: 340px;
}

#home_con ul.items li .txt_area .sen {
    width: 9px;
    height: 100%;
    border: 2px solid #002fa0;
    position: absolute;
    top: 0;
}

#home_con ul.items li .txt_area .left_sen {
    border-right: none;
    left: 0;
}

#home_con ul.items li .txt_area .right_sen {
    border-left: none;
    right: 0;
}

#home_con ul.items li h3.ttl {
    position: relative;
    font-size: 28px;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
}

#home_con ul.items li h3.ttl::before {
    font-family: "icomoon";
    color: #fff;
    padding: 12px;
    content: '\ea3c';
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    top: 50%;
    line-height: 1;
    right: 10px;
    transform: translateY(-50%);
    transition: all 0.2s linear;
    background-color: #1b3881;
    border-radius: 50%;
    border: 2px solid #1b3881;
}

#home_con ul.items li:hover {
    opacity: 1;
}

#home_con ul.items li:hover .ttl::before {
    background-color: #fff;
    color: #1b3881;
    border: 2px solid #1b3881;
}

#home_con ul.items li h3.ttl strong {
    font-size: 38px;
    display: block;
}

@media (min-width: 751px) and (max-width: 1366px) {
    #home_con ul.items li .txt_area {
        font-size: 18px;
    }

    #home_con ul.items li h3.ttl {
        font-size: 24px;
    }

    #home_con ul.items li h3.ttl strong {
        font-size: 32px;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
相談の多いコンサルティング領域
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_reason {
    background: url("../images/2024/re_bg01.jpg") no-repeat bottom;
    margin-top: -120px;
    padding-top: 120px;
    background-color: #e9ecf3;
}
}

#home_reason.kugiri_m {
    padding-top: 200px;
    padding-bottom: 80px;
}

#home_reason h2.main_ttl {
    font-size: 38px;
    display: block;
    letter-spacing: .05em;
    margin: 0 auto;
    position: relative;
    color: #232c3f;
    margin-bottom: 75px;
    z-index: 0;
    text-align: center;
    font-weight: bold;
}

#home_reason h2.main_ttl:after {
    position: absolute;
    content: "REGION";
    font-family: 'Work Sans', sans-serif;
    top: -80px;
    left: calc(50% - 310px);
    font-size: 157px;
    letter-spacing: .025em;
    color: rgba(186,200,233 ,.25);
    width: 100%;
    z-index: -1;
    display: flex;
    align-items: center;
    font-weight: 600;
}

#home_reason .inner {
    margin: 0 -25px 41px;
}

#home_reason .box {
    width: calc(50% - 50px);
    margin: 0 25px;
    background: #fff;
    position: relative;
    z-index: 1;
}

#home_reason .box h3.ttl {
    font-size: 27px;
    letter-spacing: .1em;
    color: #fff;
    text-align: center;
    background: no-repeat 50% / cover;
    position: relative;
    /* z-index: 1; */
    padding: 32px 80px;
    font-weight: bold;
}

#home_reason .box.shikumi h3.ttl {
    background-image: url("../images/2024/re_ttl_bg01.jpg");
}

#home_reason .box.team h3.ttl {
    background-image: url("../images/2024/re_ttl_bg02.jpg");
}

#home_reason .box h3.ttl::after {
    position: absolute;
    content: "";
    border-style: solid;
    border-right: 34px solid transparent;
    border-left: 34px solid transparent;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

#home_reason .box.shikumi h3.ttl::after {
    border-top: 24px solid #103284;
}

#home_reason .box.team h3.ttl::after {
    border-top: 24px solid #0a1735;
}

#home_reason .box ul.items {
    margin: 0 -8px -10px;
    padding: 40px 60px 55px;
}

#home_reason .box ul.items li {
    width: calc(50% - 16px);
    margin: 0 8px 10px;
    position: relative;
    padding: 18px 55px;
    border: 1px solid #dce0ff;
    text-align: center;
    font-weight: bold;
    color: #21275a;
}

#home_reason .box ul.items li::before {
    position: absolute;
    content: "";
    background: url("../images/2024/check.svg") no-repeat 50% /contain;
    width: 22px;
    height: 17px;
    top: 35px;
    left: 30px;
    transform: translateY(-50%);
}

#home_reason p.main_lead {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

#home_reason p.btn {
    text-align: center;
	margin-bottom:70px;
}

@media (min-width: 751px) and (max-width: 1550px) {
    #home_reason .box.team h3.ttl {
        font-size: 24px;
    }

    #home_reason .box ul.items {
        padding: 40px 24px 55px;
    }

    #home_reason .box ul.items li {
        font-size: 14px;
    }

    #home_reason .box ul.items li::before {
        top: 30px;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
home_service02
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_service02 {
    background: url("../images/2024/se_bg01.jpg")no-repeat top;
    background-color: #294da4;
}

#home_service02.kugiri_m {
    padding-top: 98px;
    padding-bottom: 40px;
}

#home_service02 h2.main_ttl {
    display: table;
    margin: 0 auto 60px;
    text-align: center;
    color: #fff;
    line-height: 1;
    font-weight: bold;
}

#home_service02 h2.main_ttl .ja {
    display: block;
    position: relative;
    font-size: 36px;
    letter-spacing: .05em;
    padding: 0 35px;
}

#home_service02 h2.main_ttl .ja::before, #home_service02 h2.main_ttl .ja::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 2px;
    height: 65px;
    top: 0;
}

#home_service02 h2.main_ttl .ja::before {
    left: 0;
    transform: rotate(-40deg);
}

#home_service02 h2.main_ttl .ja::after {
    right: 0;
    transform: rotate(40deg);
}

#home_service02 h2.main_ttl .en {
    font-size: 80px;
    font-style: italic;
}

#home_service02 h2.main_ttl .en strong {
    font-size: 120px;
}

#home_service02 ol.items{
    margin-bottom: 0;
}

#home_service02 ol.items > li {
    min-height: 226px;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
}

#home_service02 ol.items li.step3 {
    min-height: 380px;
}

#home_service02 ol.items li p.num {
    font-size: 34px;
    position: relative;
    color: #fff;
    width: 222px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
    font-weight: bold;
}

#home_service02 ol.items li.step1 p.num {
    background: #91b2ff;
}

#home_service02 ol.items li.step2 p.num {
    background: #2d63e4;
}

#home_service02 ol.items li.step3 p.num {
    background: #0a3394;
}

#home_service02 ol.items li p.num::after {
    content: "";
    height: 100%;
    aspect-ratio: cos(50deg);
    clip-path: polygon(0 0,50px 50%,0 100%);
    position: absolute;
	left: calc(100% - 1px);
}

#home_service02 ol.items li.step1 p.num::after {
    background-color: #91b2ff;
}

#home_service02 ol.items li.step2 p.num::after {
    background-color: #2d63e4;
}

#home_service02 ol.items li.step3 p.num::after {
    background-color: #0a3394;
}

#home_service02 ol.items li p.num span::after {
    content: counter(ol_cnt);
    color: #fff200;
}

#home_service02 ol.items li .txt_area {
    background: #fff;
    width: calc(100% - 222px);
    padding: 60px 95px;
}

#home_service02 ol.items li .txt_area h3.ttl {
    font-size: 26px;
    letter-spacing: .05em;
    color: #0a2156;
    margin-bottom: 10px;
    font-weight: bold;
}

#home_service02 ol.items li .txt_area p.txt {
	margin-bottom:15px;
    line-height: 2.13333;
    font-size: 15px;
    font-weight: 500;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用サービスリスト（トップページで使用）2024-03-22mk
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_reason .cmn_service_list_wrap {
	width:fit-content;
	margin: 0 auto;
}

.cmn_service_list {
    margin: 25px -5px -10px;
    max-width: 850px;
}

.cmn_service_list li {
    width: calc(33.3333% - 10px);
    margin: 0 5px 10px;
}

.cmn_service_list li a {
    color: #fff;
    background: #0a2156;
    position: relative;
    border-radius: 4px;
    display: flex;
    line-height: 1.2;
    min-height: 62px;
    align-items: center;
    justify-content: center;
    padding: 5px 40px;
}

.cmn_service_list li a:hover {
    opacity: 1;
}

.cmn_service_list li a::after {
    position: absolute;
    content: "";
    background: url("../images/2024/arrow_w2024.svg") no-repeat 50% /contain;
    width: 14px;
    height: 12px;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    transition: all 0.2s linear;
}

.cmn_service_list li a:hover::after {
    right: 13px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
パララックス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_service02 .para {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    clip-path: inset(0);
}

#home_service02 .para::before {
    position: fixed!important;
    height: 100vh;
    content: "";
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/2024/para.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
home_intro
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_intro {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#home_intro::before {
    position: absolute;
    content: "";
    background: url("../images/2024/intro_bg01.png") no-repeat right top / 499px 569px;
    top: 35px;
    right: 105px;
    width: 499px;
    height: 569px;
}

#home_intro::after {
    position: absolute;
    content: "";
    background: #eff1f4;
    width: 1616px;
    height: 550px;
    top: 38%;
    left: 0;
    z-index: -1;
}

#home_intro.kugiri_m {
    padding-top: 100px;
}

#home_intro h2 {
	margin-bottom: 40px;
}

#home_intro .inner {
    margin-bottom: 70px;
}

#home_intro .area_a {
    width: 640px;
    margin-right: 100px;
}

#home_intro .area_b {
    width: calc(100% - 640px - 100px);
    padding: 50px 0 0;
}

#home_intro .area_b .box {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

#home_intro .area_b p.name {
    line-height: 1.2;
}

#home_intro .area_b p.name .com {
    font-weight: bold;
    letter-spacing: .08em;
    display: block;
}

#home_intro .area_b p.name .ja {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: .05em;
}

#home_intro .area_b .sns_wrap {
    margin: 20px -10px 0;
}

#home_intro .area_b .sns_wrap p.btn {
    margin: 0 10px;
}

#home_intro .area_b .sns_wrap p.btn a {
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    border-radius: 18px;
    letter-spacing: .025em;
    padding: 5px 35px;
    position: relative;
}

#home_intro .area_b .sns_wrap p.btn.blog a {
    background: #000;
}

#home_intro .area_b .sns_wrap p.btn.facebook a {
    background: #2c4278;
    position: relative;
    padding: 5px 27px 5px 40px;
}

#home_intro .area_b .sns_wrap p.btn.facebook a::before {
    position: absolute;
    content: "";
    background: url("../images/2024/face.svg") no-repeat 50% /contain;
    width: 19px;
    height: 19px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

#home_intro .area_b h3.main_ttl {
    font-size: 28px;
    letter-spacing: .025em;
    line-height: 1.8928;
    margin-bottom: 30px;
    font-weight: bold;
}

#home_intro .area_b p.main_txt {
    font-size: 15px;
    line-height: 2.13333;
}

#home_intro ol.items {
    margin: 0 -15px;
    justify-content: center;
}

#home_intro ol.items li {
    width: calc(33% - 30px);
    position: relative;
    margin: 0 15px 15px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

#home_intro ol.items li::before, #home_intro ol.items li::after {
    position: absolute;
    
}

#home_intro ol.items li::before {
    content: "#" counter(ol_cnt, decimal-leading-zero);
    top: 15px;
    left: 15px;
    color: #e4e4e4;
    font-family: 'Work Sans', sans-serif;
}

#home_intro ol.items li::after {
    font-family: "icomoon";
    content: '\ea3c';
    color: #e4e4e4;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    bottom: 10px;
    line-height: 1;
    right: 15px;
    transform: translateY(-50%);
    transition: all 0.2s linear;
}

#home_intro ol.items li:hover::after {
    right: 10px;
    color: #c6c6c6;
}

#home_intro ol.items li a {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 180px;
    justify-content: center;
    padding: 50px 30px;
}

#home_intro ol.items li a .ja {
    font-size: 26px;
    letter-spacing: .05em;
    color: #0f172a;
    display: table;
    font-weight: bold;
}

#home_intro ol.items li a .en {
    font-weight: bold;
    color: #294da4;
    font-family: 'Work Sans', sans-serif;
}

@media (min-width: 751px) and (max-width: 1550px) {
    #home_intro ol.items li a .ja {
        font-size: 18px;
    }

    #home_intro ol.items li a .en {
        font-size: 14px;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
home_kigyou
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_kigyou h2.main_ttl {
    font-size: 38px;
    letter-spacing: .05em;
    text-align: center;
    margin-bottom: 25px;
    font-weight: bold;
}

#home_kigyou p.main_txt {
    letter-spacing: .05em;
    line-height: 2;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
}

#home_kigyou p.sub {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
    color: #656565;
}

#home_kigyou .logo_img {
    background: url("../images/2024/logo_img.jpg");
    width: 1901px;
    height: 180px;
    animation: bg-slider 80s linear infinite;
}

/* スライドアニメーション */
@keyframes bg-slider {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -1901px 0;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
home_other
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_other {
    background: #eff3fd;
}

#home_other.kugiri_m {
    padding: 80px 0;
}

#home_other .inner {
    background: #fff;
    padding: 68px 70px 55px 100px;
    /* margin: 0 -65px; */
}

#home_other .inner > * {
    width: calc(50% - 43px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#home_other .area_a {
    margin-right: 85px;
}

#home_other h3.ttl {
    font-size: 26px;
    font-weight: bold;
    color: #202c4a;
    border-left: 7px solid #202c4a;
    padding-left: 30px;
    letter-spacing: .05em;
    margin-bottom: 10px;
    line-height: 2;
    position: relative;
}

#home_other h3.ttl::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 50%;
    top: 0;
    left: -7px;
    background: #294da4;
}

#home_other p.btn {
    text-align: center;
    padding: 10px 45px;
}

#home_other p.btn a {
    min-width: 280px;
    padding: 15px 45px;
    border-radius: 4px;
}

#home_other p.btn a::after {
    width: 14px;
    height: 11px;
}

#home_other .area_a p.img {
    margin-bottom: 10px;
}

#home_other .area_a ul.items {
    margin-bottom: 0;
}

#home_other .area_a ul.items li {
    position: relative;
    font-weight: bold;
    padding-left: 25px;
    margin-bottom: 20px;
}

#home_other .area_a ul.items li::before {
    position: absolute;
    content: "";
    top: 13px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #202c4a;
}

#home_other .area_b ul.items02 {
    margin-bottom: 0;
    margin-top: 0px;
}

#home_other .area_b ul.items02 li {
    background: #eff3fd;
    margin-bottom: 10px;
    padding: 17px 24px;
    min-height: 100px;
    border-radius: 4px;
}

#home_other .area_b ul.items02 li p.univ {
    font-size: 20px;
    color: #0d2b72;
    font-weight: bold;
}

#home_other .area_b ul.items02 li h4.ttl {
    font-weight: 500;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
MAP
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_gmap {
    background: url("../images/2024/gmap.jpg") no-repeat 50% / cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

#home_gmap.kugiri_m {
    padding-bottom: 90px;
}

#home_gmap .inner {
    width: 410px;
    height: 410px;
    background: url("../images/2024/map_bg.png") no-repeat 50% / cover;
    outline: 1px solid #294da4;
    padding: 0;
    border-radius: 100%;
    margin: 1px;
    border: 17px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#home_gmap p.access {
    font-size: 20px;
    color: #9cbaff;
    letter-spacing: .2em;
    font-family: 'Work Sans', sans-serif;
    margin-top: 20px;
    font-weight: 600;
}

#home_gmap p.main_txt {
    font-size: 26px;
    letter-spacing: .025em;
    font-weight: bold;
    color: #fff;
}

#home_gmap p.main_txt .big {
    font-size: 36px;
}

#home_gmap p.addr {
    font-size: 16px;
    font-weight: 500;
    color: #9cbaff;
    text-align: center;
    letter-spacing: .025em;
    margin-bottom: 10px;
}

#home_gmap p.btn a {
    font-size: 14px;
    color: #294da4;
    background: #fff;
    letter-spacing: .11em;
    border-radius: 18px;
    padding: 6px 35px;
    position: relative;
    text-align: center;
    font-weight: 700;
    margin-top: 5px;
}

#home_gmap p.btn a::before, #home_gmap p.btn a::after {
    position: absolute;
    content: '';
    background: no-repeat 50% / contain;
    top: calc(50% - .4em);
    line-height: 1;
}

#home_gmap p.btn a::before {
    background-image: url("../images/2024/map.svg");
    width: 16px;
    height: 19px;
    left: 10px;
    top: calc(50% - .7em);
}

#home_gmap p.btn a::after {
    background-image: url("../images/2024/arrow_b.svg");
    width: 14px;
    height: 12px;
    right: 10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
お問い合わせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contact_area02 {
    background: url("../images/2024/cob_bg.jpg") no-repeat 50% /cover;
    font-family: "Noto Sans JP";
}

#contact_area02.kugiri_m {
    padding-top: 62px;
}

#contact_area02 h2.main_ttl {
    text-align: center;
    margin-bottom: 26px;
}

#contact_area02 h2.main_ttl .en {
    font-size: 20px;
    letter-spacing: .2em;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
    color: #8dafff;
    display: block;
}

#contact_area02 h2.main_ttl .ja {
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    letter-spacing: .05em;
    margin-bottom: 30px;
}

#contact_area02 ul.items {
    margin: 0 -4px 16px;
    justify-content: center;
}

#contact_area02 ul.items li {
    font-size: 16px;
    letter-spacing: .025em;
    color: #1d2a4a;
    text-align: center;
    background: #fff;
    padding: 4px 15px;
    border-radius: 4px;
    position: relative;
    font-weight: bold;
    margin: 0 4px;
}

#contact_area02 ul.items li::before {
    content: "";
    display: inline-block;
    background: url("../images/2024/check_con.svg") no-repeat 50% / contain;
    width: 16px;
    height: 16px;
    vertical-align: -3px;
    margin-right: 5px;
}

#contact_area02 p.main_txt {
    color: #fff;
    letter-spacing: .05em;
    text-align: center;
    line-height: 2;
    margin-bottom: 30px;
    font-weight: bold;
}

#contact_area02 .box {
    background: #fff;
    padding: 40px 10px;
    position: relative;
}

#contact_area02 .box > * {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contact_area02 .box .area_a {
    position: relative;
    flex-direction: column;
}

#contact_area02 .box .area_a::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 120px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #d8deef;
}

#contact_area02 .box .area_a p.tel a {
    font-size: 38px;
    font-weight: bold;
    position: relative;
    padding: 0 30px;
    font-family: "Roboto" !important;
}

#contact_area02 .box .area_a p.tel a::after {
    position: absolute;
    content: "";
    background: url("../images/2024/tel.svg") no-repeat 50% /contain;
    width: 26px;
    height: 26px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#contact_area02 .box .area_a p.open {
    font-size: 15px;
    font-weight: bold;
    margin-top: -12px;
}

#contact_area02 .box .area_b p.btn a {
    font-weight: bold;
    position: relative;
    background: #1d2a4a;
    border-radius: 37px;
    text-align: center;
    color: #fff;
    padding: 23px 50px;
}

#contact_area02 .box .area_b p.btn a::before {
    display: inline-block;
    content: "";
    background: url("../images/2024/mail.svg") no-repeat 50% /contain;
    width: 20px;
    height: 14px;
    margin-right: 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
共通フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#f_navi_wrap .navi_a .sns_outer {
    display: flex;
    width: 100%;
    align-items: center;
}

div#f_navi_wrap .navi_a .sns_outer .sns_ttl {
    font-size: 17px;
    font-weight: bold;
    display: flex;
    align-items: center;
    letter-spacing: .1em;
    padding-right: 22px;
}

div#f_navi_wrap .navi_a .sns_outer ul.sns_wrap {
    border: none;
    padding: 0;
}

div#f_navi_wrap .navi_a .sns_outer ul.sns_wrap li {
    width: auto;
    margin: 0;
    padding: 0 20px;
    border-right: 1px solid #34456f;
}

div#f_navi_wrap .navi_a .sns_outer ul.sns_wrap li:first-child {
    border-left: 1px solid #34456f;
}

div#f_navi_wrap .f_main_b a img:hover {
    opacity:1;
    filter: brightness(115%);
}

div#f_navi_wrap .f_main_b a img {
    transition: all 0.2s linear;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
投稿＞.editor_area直下に謎のpreタグが挿入され、それが原因で記事の改行が効かなくなったため、強制的に無効化　2026-02-10re
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body.single-post .editor_area > pre {
    white-space: normal;
}