@charset "UTF-8";

html,
button,
input,
select,
textarea {
    font-family: 'Noto Sans JP', sans-serif;
}

body {
    color: #030303;
    font-size: 1.1vw;
    line-height: 1.7;
    margin: 0px;
    background-color: #FFFFFF;
    min-width: 93.0vw;
    position: relative;
    overflow: hidden;
}

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: 2.0vw;
    height: 2.6vw;
    background-image: url(/wp-content/themes/child/image/icon/icon_pdf.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 1.0vw;
}

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

.wrap {
    width: 79.1vw;
    margin: 0 auto;
}

.wrap_01 {
    width: 93.0vw;
    margin: 0 auto;
}

.wrap_02 {
    width: 86.1vw;
    margin: 0 auto;
}

.cg {
    font-family: century-gothic, sans-serif;
}

i.fa-solid {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-style: normal;
}

/* PC固定ページ 共通設定 */
.common-page_wrap {
    padding: 6.25vw 0 6.9vw;
    /* background: #ccc; */
}

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

.common-page_title .ttl {
    letter-spacing: .08em;
}

.common-page_title .sub_title {
    font-size: 3.8vw;
    font-weight: 600;
    font-style: italic;
    line-height: 1.4;
}

.reserve_text {
    text-align: center;
    font-size: 2.0vw;
}

.common-btn {
    display: block;
    width: 20.8vw;
    line-height: 3.4vw;
    background-color: #333;
    color: #fff;
    margin: 0 auto;
    transition: .3s;
}

/* パンくず */
.breadcrumb {
    font-size: 0.8vw;
}

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

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

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

.company_profile table th,
.company_profile table td {
    padding: 1em 2em;
    border-bottom: 1px solid;
    font-size: 16px;
    letter-spacing: .08em;
}

.company_profile table th {
    width: 20%;
}

.company_profile table td {
    width: 50%;
    text-align: left;
}

.company_profile .logo {
    width: 120px;
    margin: auto;
}

.company_profile .logo {
    width: 100px;
    margin: auto;
}

.company_access .map {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 80px;
    margin-top: 55px;
}



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

#page_contact table th,
#page_contact table td {
    padding: 1em;
    font-size: 0.9vw;
}

#page_contact table th {
    width: 25%;
}

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

#page_contact table td {
    width: 75%;
}

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

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

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

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

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

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

#page_contact #btn_wrap button {
    background-color: #022359;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 20.8vw;
    line-height: 3.4vw;
    border-radius: 3.4vw;
    font-size: 1.0vw;
    transition: .3s;
    text-align: center;
}

#page_contact #btn_wrap button[name="submitBack"] {
    background-color: #333;
    margin-left: 1.3vw;
}

/* ラジオボタン デザイン */
/* ラジオボタンを隠す */
.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: 1.3vw;
    height: 1.3vw;
    top: 0;
    left: 0;
}

/* after上書き */
.radio-btns .radio-btns__item+span::after {
    width: 0.9vw;
    height: 0.9vw;
    top: 0.2vw;
    left: 0.2vw;
    border: none;
    background: #022359;
    -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 {
    color: #022359;
}

.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 2.5vw 0 2.5vw;
}

.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: 0.1vw;
    width: 1.3vw;
    height: 1.3vw;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 0.2vw;
    border-color: transparent transparent #022359 #022359;
    border-style: solid;
    width: 1.3vw;
    height: 0.6vw;
    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: 0.6vw;
    margin-bottom: 0.6vw;
    display: inline-block;
}

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

#page_contact .thanks_textArea p {
    font-size: 1.1vw;
    line-height: 2;
}

#page_contact .thanks_textArea .contact_text {
    margin-bottom: 1.3vw;
}

#page_contact .thanks_textArea .ichiran_link {
    background-color: #022359;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 20.8vw;
    line-height: 3.4vw;
    border-radius: 3.4vw;
    font-size: 1.0vw;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
}

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

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

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

#page_contact .progressbar .item:not(:last-child)::before {
    margin-left: 0vw;
    border-left-color: #FFF;
}

/* active */
#page_contact .progressbar .item.active {
    z-index: 1;
    background: #022359;
    color: #FFF;
}

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

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

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

.privacy_page dl {
    margin-bottom: 2.0vw;
}

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

.privacy_page dl dt {
    font-weight: 600;
    font-size: 1.1vw;
    margin-bottom: .5em;
    border-left: 5px solid;
    padding-left: 1em;
}

.privacy_page dl dd {
    font-size: 0.9vw;
    line-height: 2;
}

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

#page-404 .num {
    font-size: 6.9vw;
    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: 1.1vw;
}

/* PC固定ページ アーカイブページ */
/* 投稿リスト表示 */
.archive_page_list>article {
    padding-bottom: 1.0vw;
    padding-top: 1.0vw;
    border-bottom: 1px dashed #eee;
    padding-right: 2.0vw;
}

.archive_page_list>article:after {
    content: "";
    position: absolute;
    width: 0.6vw;
    height: 0.6vw;
    top: 0;
    right: 0.3vw;
    bottom: 0;
    margin: auto;
    border: solid #ccc;
    border-width: 0.139vw 0.139vw 0 0;
    transform: rotate(45deg);
}

.archive_page_list>article .date {
    font-weight: bold;
    font-size: 80%;
    width: 6.9vw;
}

.archive_page_list>article .content_area {
    width: calc(100% - 6.944vw);
}

.archive_page_list>article .content_area .ttl {
    font-weight: bold;
}

.archive_page_list>article .content_area .content {
    font-size: 80%;
}

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

.wp-pagenavi a,
.wp-pagenavi span {
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 0.556vw 1.0vw;
    margin: 0 0.1vw;
    white-space: nowrap;
    -moz-border-radius: 0.2vw;
    -webkit-border-radius: 0.2vw;
    border-radius: 0.2vw;
    -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: #02235a;
    border-color: #022359;
}

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

/* PC投稿ページ シングルページ */
.alignright {
    margin-left: auto;
}

.aligncenter {
    margin: auto;
}

#single_page .gallery {
    /** ギャラリーを囲むボックス **/
    width: 100%;
    margin-bottom: 20px !important;
    overflow: hidden;
}

#single_page .gallery br {
    display: none;
}

#single_page .gallery-item {
    /** 画像共通のスタイル **/
    float: left;
    margin-bottom: 0 !important;
}

#single_page .gallery-icon {
    /** 画像を囲む dt のスタイル **/
    text-align: center;
}

#single_page .gallery-icon img {
    width: 100%;
    height: auto;
    margin-bottom: 10px !important;
}

#single_page .gallery-caption {
    /** キャプション **/
    color: #222;
    font-size: 12px;
    margin: 0 0 10px;
    text-align: center;
}

#single_page .gallery-columns-1 .gallery-item {
    /** カラムなし **/
    width: 100%;
    margin-right: 0;
}

#single_page .gallery-columns-2 .gallery-item {
    /** 2カラム **/
    width: 48%;
    margin: 0 1%;
}

#single_page .gallery-columns-3 .gallery-item {
    /** 3カラム **/
    width: 31.33333%;
    margin: 0 1%;
}

#single_page .gallery-columns-4 .gallery-item {
    /** 4カラム **/
    width: 23%;
    margin: 0 1%;
}

#single_page .gallery-columns-5 .gallery-item {
    /** 5カラム **/
    width: 18%;
    margin: 0 1%;
}



.singleContent .post_image {
    display: inline;
}

.singleContent .post_image img {
    height: auto;
}

#single_page .fl_wrap {
    align-items: flex-start;
}

.singleContent h1 {
    font-size: 1.5vw;
    padding: 0.694vw 2.7vw;
    border-top: 1px solid;
    border-bottom: 1px solid;
    letter-spacing: 0.5vw;
    line-height: 1.4;
}

.singleContent .single_title {
    margin-bottom: 3.4vw;
}

.singleContent .single_title time {
    font-size: 0.8vw;
    font-weight: 600;
}

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

.singleContent .category_list {
    margin-bottom: 1.3vw;
}

.singleContent .category_list ul li {
    background-color: #333;
    color: #fff;
    font-size: 0.6vw;
    font-weight: 600;
    padding: .5em 2em;
    margin: 0.3vw;
}

.singleContent h2 {
    font-size: 1.3vw;
    border-left: 2px solid;
    padding: 1.0vw;
    margin: 1.5em 0 1em;
    position: relative;
    line-height: 1.4;
    background-color: rgba(52, 61, 74, 0.2);
}

.singleContent h2::before,
.singleContent h2::after {
    content: "";
    position: absolute;
    left: -0.2vw;
    width: 0.2vw;
    height: 0.2vw;
    background-color: #000;
    border-radius: 1.0vw;
}

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

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

.singleContent h3 {
    position: relative;
    padding: 0.7rem 1rem;
    font-size: 1.2vw;
    margin: 1.5em 0 1.5em 1em;
    color: #fff;
    background-color: #566b73;
}

.singleContent h4 {
    padding: 0.6vw;
    margin: 1.5em 0 1em 1em;
    color: #333;
    border-bottom: 1px solid #333;
    font-size: 1.5vw;
}

.singleContent h4:before {
    content: '■';
    padding-right: 0.6vw;
}

.singleContent h5 {
    font-size: 1.2vw;
    border-left: 5px solid;
    padding-left: 1em;
    margin: 1.5em 0;
}

.singleContent img {
    height: auto;
}

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

.singleContent p {
    font-size: 1.1vw;
    line-height: 2;
}

#single_page .singleContent {
    width: 62%;
}

#single_page .singleContent .ichiran_link {
    display: block;
    width: 20.8vw;
    line-height: 3.4vw;
    text-align: center;
    color: #fff;
    background-color: #333;
    margin: 50px auto 0 auto;
    font-size: 1.1vw;
    transition: .3s;
}

#single_page .singleSidebar {
    width: 32%;
    background-color: #f1f1f1;
    padding: 1.3vw;
}

#single_page aside#info-side {
    background-color: #fff;
    padding: 1.3vw;
}

#single_page aside#info-side h2 {
    font-size: 1.3vw;
    text-align: center;
    border-bottom: 2px solid;
    padding-bottom: .5em;
    margin-bottom: .5em;
}

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

#single_page aside#info-side ul li a {
    color: initial;
    display: block;
    border-bottom: 1px dashed;
    padding: 0.6vw;
    transition: .3s;
}

#single_page aside#info-side ul li a:hover {
    opacity: .7;
}

#single_page aside#info-side ul li a time {
    font-size: 0.8vw;
    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: 0.9vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/* ヘッダー　PC */
header#main_header .logo {
    width: 5.2vw;
    height: 5.94vw;
    position: relative;
}

header#main_header .logo img {
    transition: all .3s;
    position: absolute;
    top: 0;
    left: 0;
}

header#main_header .logo img.blue {
    opacity: 0;
}

.is-in header#main_header .logo img.blue {
    opacity: 1;
}

.is-in header#main_header .logo img.white {
    opacity: 0;
}

.hd_conts {
    align-items: center;
}

.is-in header#main_header {
    background: #fff;
    padding: 1.528vw 0;
}

.is-in .hd_menu ul li a {
    color: #022358;
}

.is-in .hd_menu ul .service {
    color: #002357;
}

.hd_menu ul {
    column-gap: 3.3vw;
    align-items: center;
}

.hd_menu ul li a {
    transition: .3s;
    font-size: 0.9vw;
    letter-spacing: .08em;
    font-weight: 600;
    color: #fff;
    display: block;
}

header#main_header {
    padding-top: 2.6vw;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 93.0vw;
    z-index: 1000;
    /* border-top: solid 10px #022358; */
}

#top_video {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: -1;
    display: block;
    height: 100%;
    object-fit: cover;
}

.head_inner_list {
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    margin-left: 0;
    margin-top: 0.6vw;
    position: absolute;
    z-index: 10;
    width: 431%;
    right: 0;
    left: 0;
    /* text-align: center; */
}

.hd_menu ul .service {
    color: #fff;
    font-size: 1.0vw;
    font-weight: 600;
    letter-spacing: .08em;
    position: relative;
}

.site_hd_btn {
    font-style: oblique;
    display: block;
    transition: .3s;
    width: 15.2vw;
    line-height: 3.4vw;
    background: #fff;
    text-align: center;
    color: #022358;
    font-weight: 600;
    letter-spacing: .05em;
    padding-right: 2.4vw;
    position: relative;
}

.site_hd_btn::before {
    content: "";
    position: absolute;
    width: 1.3vw;
    height: 1.0vw;
    background: url(/wp-content/uploads/2022/12/ar_bl.png) center no-repeat;
    background-size: contain;
    right: 3.9vw;
    top: 0;
    bottom: 0;
    margin: auto;
}

/*bg*/
/*txt*/
/*success*/
.hd_buttons {
    display: flex;
    justify-content: space-around;
    /* top: 1.389vw; */
    /* left: 1.389vw; */
    position: relative;
}

.hd_buttons button {
    width: 15.2vw;
    height: 3.4vw;
    background-color: white;
    margin: 0 0 0 3.4vw;
    color: #022358;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    letter-spacing: 0.5vw;
    font-size: 1.1vw;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 2.4vw;
    font-style: oblique;
}

.hd_buttons button:before,
.hd_buttons button:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0.1vw;
    background-color: #fff;
    transition: all 0.3s cubic-bezier(0.35, 0.1, 0.25, 1);
}

.hd_buttons button:before {
    right: 0;
    top: 0;
    transition: all 0.5s cubic-bezier(0.35, 0.1, 0.25, 1);
}

.hd_buttons button:after {
    left: 0;
    bottom: 0;
}

.hd_buttons button span {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.hd_buttons button span:before,
.hd_buttons button span:after {
    content: "";
    position: absolute;
    width: 0.1vw;
    height: 0;
    background-color: #fff;
    transition: all 0.3s cubic-bezier(0.35, 0.1, 0.25, 1);
}

.hd_buttons button span:before {
    right: 0;
    top: 0;
    transition: all 0.5s cubic-bezier(0.35, 0.1, 0.25, 1);
}

.hd_buttons button span:after {
    left: 0;
    bottom: 0;
}

.hd_buttons button p {
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    letter-spacing: .18em;
}

.hd_buttons button p:before,
.hd_buttons button p:after {
    position: absolute;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.35, 0.1, 0.25, 1);
    z-index: 1;
    left: 0;
}

.hd_buttons button p:before {
    content: attr(data-title);
    top: 50%;
    transform: translateY(-50%);
}

.hd_buttons button p:after {
    content: attr(data-text);
    top: 150%;
    color: #fff;
}

.hd_buttons button.start {
    background-color: #44d8a4;
    box-shadow: 0px 5px 10px -10px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

.hd_buttons button.start p:before {
    top: -50%;
    transform: rotate(5deg);
}

.hd_buttons button.start p:after {
    color: white;
    transition: all 0s ease;
    content: attr(data-start);
    top: 50%;
    transform: translateY(-50%);
    animation: start 0.3s ease;
    animation-fill-mode: forwards;
}

/* WORKS スライダー　PC */
.works_slider li {
    width: 29.8vw !important;
    position: relative;
}

@keyframes start {
    from {
        top: -50%;
    }
}

.hd_buttons button:active {
    outline: none;
    border: none;
}

.hd_buttons button:focus {
    outline: 0;
}

.hd_buttons::before {
    content: "";
    position: absolute;
    width: 1.3vw;
    height: 1.0vw;
    background: url(/wp-content/uploads/2022/12/ar_bl.png) center no-repeat;
    background-size: contain;
    right: 2.7vw;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}

.hd_menu {
    align-items: center;
}

@keyframes rotation2 {
    0% {
        transform: rotateX(0);
    }

    100% {
        transform: rotateX(360deg);
    }
}

.hd_menu .head_inner_list a {
    color: #fff;
    display: block;
    /* background: #003287; */
    padding: 0.347vw 0;
    font-size: 0.9vw;
    font-weight: 400;
}

/* メインビジュアル　PC */
#mv::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(3, 3, 3, 0.18), rgba(3, 3, 3, 0.15));
    width: 100%;
    height: 100%;
}

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

.mv_catch {
    width: 33.1vw;
}

#mv {
    padding: 19.792vw 0 15.2vw;
    /* border-top: solid 10px #022358; */
    /* border-bottom: solid 10px #022358; */
    position: relative;
    background: transparent;
}

section {
    background: #fff;
}

/* BESTWORK-Gについて　*/
#about::before {
    background: linear-gradient(to bottom, rgba(3, 3, 3, 0.15), rgba(3, 3, 3, 0.72));
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

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

#about {
    padding: 11.111vw 0 10.9vw;
    color: #fff;
    position: relative;
    background: transparent;
}

.top_about_wrap .cmn_site_ttl {
    width: 17.0vw;
    flex-shrink: 0;
}

.cmn_site_ttl .ttl {
    font-size: 1.1vw;
    letter-spacing: .15em;
    margin-top: 1.0vw;
    font-weight: 600;
}

.top_about_wrap {
    flex-wrap: nowrap;
}

.top_about_wrap .text_box {
    width: 53.4vw;
}

.top_about_wrap .text_box .inner_ttl {
    font-size: 3vw;
    font-weight: 600;
    letter-spacing: .1em;
    border-bottom: solid 2px;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 2.2vw;
}

.top_about_wrap .text_box .inner_text {
    font-size: 1.2vw;
    letter-spacing: .11em;
    font-weight: 400;
    line-height: 2;
}

.top_about_wrap .text_box .inner_text+.inner_text {
    margin-top: 3.2vw;
}

.site_cmn_btn .btn {
    transition: .3s;
    font-size: 0.9vw;
    font-weight: 600;
    color: #fff;
    letter-spacing: .08em;
    padding-left: 5.2vw;
    position: relative;
    line-height: 4.1vw;
    padding-right: 2.0vw;
}

.site_cmn_btn .btn::before {
    content: "";
    width: 4.1vw;
    height: 4.1vw;
    background: #fff;
    position: absolute;
    left: 0;
    transition: .3s;
    border: solid 2px transparent;
}

.site_cmn_btn .btn::after {
    content: "";
    position: absolute;
    left: 1.3vw;
    top: 0;
    bottom: 0;
    background: url(/wp-content/uploads/2022/12/ar_bl.png) center no-repeat;
    background-size: contain;
    width: 1.3vw;
    height: 1.0vw;
    margin: auto;
}

#about .site_cmn_btn {
    margin-top: 2.7vw;
}

/*  TOP サイトコンテンツ */
#site_contents {
    position: relative;
    padding-bottom: 8.3vw;
    /* z-index: 1; */
}

#site_contents ul .partner a .text_area::before {
    background: url(/wp-content/uploads/2022/12/partner_let.png) center no-repeat;
    background-size: contain;
    width: 14.4vw;
    height: 3.5vw;
}

#site_contents ul li.company a .text_area::before {
    background: url(/wp-content/uploads/2022/12/company_let.png) center no-repeat;
    background-size: contain;
    width: 14.4vw;
    height: 3.5vw;
}

#site_contents ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 0.1vw;
}

#site_contents ul li a {
    display: block;
    position: relative;
    z-index: 1;
}

#site_contents ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    background: #022358;
    opacity: .92;
}

#site_contents ul li a .img {
    position: absolute;
}

#site_contents ul li a .text_area {
    width: 26.3vw;
    height: 5.5vw;
    border-bottom: solid 2px #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0.1vw;
    bottom: 0;
    margin: auto;
    transition: .3s;
}

#site_contents ul li a .text_area .let {
    width: 19.0vw;
    transition: .3s;
}

#site_contents ul li a .text_area .ttl {
    color: #022358;
    font-size: 0.9vw;
    letter-spacing: .1em;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    position: absolute;
    bottom: 0;
}

#site_contents ul li a .text_area .en {
    font-size: 4.8vw;
    font-weight: 600;
    color: #022358;
    font-style: italic;
    line-height: 1;
    margin-top: -5.2vw;
    letter-spacing: .01em;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

#site_contents ul li a .text_area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.2vw;
    background: url(/wp-content/uploads/2022/12/recruit_let.png) center no-repeat;
    background-size: contain;
    width: 14.4vw;
    height: 3.5vw;
    transition: .3s;
}

.works_slider_box {
    margin: 2.083vw 0 0 10.4vw;
    padding-bottom: 15.4vw;
}

.works_slider li+li {
    margin-right: 2.7vw;
}

#works .slick-track {
    padding-left: 402px !important;
}

#works .slick-prev,
#works .slick-next {
    border: 2px solid #022358;
    width: 5.5vw;
    height: 5.5vw;
    top: -4.3vw;
    background: #fff;
    text-align: center;
}

#works .slick-prev {
    left: auto;
    right: 17.3vw;
}

#works .slick-next {
    right: 10.2vw;
}

#works .slick-prev:before,
#works .slick-next:before {
    color: #022358;
    font-size: 2.0vw;
    opacity: 1;
}

/* 事業内容 PC */
#service .cmn_site_ttl {
    width: 35%;
    z-index: 1;
    align-self: center;
}
#service .top_service_box {
    width: 65%;
}
.top_service_box ul {
    /*display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3.1vw;
    row-gap: 3.1vw;*/
    align-items: center;
}
.top_service_box li{
    width: 47.5%; 
}
.top_service_box li:nth-child(even) {
    margin-left: 5%;
}
.top_service_box li .img {
    position: relative;
}

.top_service_box li .img::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #030303;
    opacity: .18;
    transition: .3s;
}

.top_service_box li a .inner_text {
    line-height: 4.5vw;
    color: #030303;
    position: relative;
    font-weight: 600;
    letter-spacing: .08em;
    padding-left: 2.0vw;
    display: flex;
    align-items: center;
    height: 4.5vw;
    background: #fff;
}

.top_service_box li a {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    display: block;
}

.top_service_box li a .inner_text::before {
    content: "";
    position: absolute;
    left: 0;
    height: 0.4vw;
    background: #022358;
    bottom: 0;
    width: 100%;
    transition: .3s;
}

.top_service_box>* {
    position: relative;
    z-index: 1;
}

.top_service_box li a .inner_text::after {
    content: "";
    position: absolute;
    right: 2.0vw;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/wp-content/uploads/2022/12/ar_bl.png) center no-repeat;
    background-size: contain;
    width: 1.6vw;
    height: 1.0vw;
    transition: .3s;
}

.top_service_box li a .inner_text .text {
    line-height: 1.3;
    display: block;
    position: relative;
}

.cmn_site_ttl .en {
    font-size: 5vw;
    font-weight: 600;
    font-style: italic;
    line-height: 1;
}

#service .wrap {
    padding-top: 20.9vw;
    position: relative;
}
.cmn_site_ttl .en::first-letter {
    color: #022358;
}

#service>* {
    position: relative;
    z-index: 11;
}

#service .wrap::before {
    content: "";
    position: absolute;
    left: -4.5vw;
    top: 9.0vw;
    background: url(/wp-content/uploads/2022/12/best_let.png) center no-repeat;
    background-size: contain;
    width: 57.2vw;
    height: 22.2vw;
}

#service .wrap::after {
    content: "";
    position: absolute;
    right: -10.4vw;
    top: 16.7vw;
    width: 80.2vw;
    height: 36.6vw;
    background: #DFE2E8;
}

#works .wrap {
    padding: 13.75vw 0 0;
}

#works .wrap::before {
    content: "";
    position: absolute;
    right: -12.7vw;
    top: 5vw;
    background: url(/wp-content/uploads/2022/12/work_let.png) center no-repeat;
    background-size: contain;
    width: 81.2vw;
    height: 27.7vw;
    z-index: -10;
}

#works .wrap::after {
    content: "";
    position: absolute;
    left: -10.4vw;
    top: 16.4vw;
    width: 57.2vw;
    height: 104.1vw;
    background: #DFE2E8;
    z-index: -1;
}

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

/* .works_slider li .img {
    position: relative;
    overflow: hidden;
    height: 29.8vw;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #eaeaea;
} */
.works_slider li .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 29.8vw;
}
.works_slider li .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    transition: 0.2s;
    object-fit: cover;
}
.works_slider li::before {
    content: "";
    position: absolute;
    left: 1.3vw;
    bottom: 0;
}

.works_slider li::before {
    content: "";
    position: absolute;
    height: 12.5vw;
    width: 0.1vw;
    left: 1.3vw;
    background: #022358;
    z-index: 10;
}

.works_slider li .text_box {
    position: relative;
    padding: 0.694vw 3.75vw 0px 2.4vw;
}

.works_slider li a {
    color: #030303;
}

.works_slider li a .inner_ttl {
    font-size: 1.3vw;
    font-weight: 600;
    letter-spacing: .08em;
    margin-bottom: 0.4vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.works_slider li a .inner {
    font-weight: 600;
}

.works_slider li a .arrow {
    display: block;
    border: solid 2px #022358;
    width: 3.4vw;
    height: 3.4vw;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: .3s;
}

.works_slider li a .arrow::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background: url(/wp-content/uploads/2022/12/ar_bl.png) center no-repeat;
    background-size: contain;
    width: 1.3vw;
    height: 0.9vw;
    transition: .3s;
}

.works_slider li a img {
    transition: .3s;
}

#works {
    position: relative;
    padding: 0px 0 6vw;
}

#works::before {
    content: "";
    position: absolute;
    left: 0;
    right: -51.9vw;
    margin: auto;
    background: url(/wp-content/uploads/2023/02/group_let.png) center no-repeat;
    background-size: contain;
    width: 51.7vw;
    height: 24.7vw;
    bottom: -7.3vw;
}

/* お知らせ　PC */
#news>* {
    position: relative;
    z-index: 10;
}

.top_news_box {
    display: grid;
    grid-template-columns: 22.917vw 66.6vw;
    align-items: center;
}

.site_news_conts {
    padding: 9.028vw 4.2vw;
    background: #022358;
}

#news .site_cmn_btn {
    margin-top: 3.3vw;
}

#news .site_cmn_btn .btn {
    color: #022358;
}

#news .site_cmn_btn .btn::before {
    background: #022358;
}

#news .site_cmn_btn .btn::after {
    background: url(/wp-content/uploads/2022/12/ar_wh.png) center no-repeat;
    background-size: contain;
}

.site_news_conts a {
    color: #fff;
    position: relative;
    transition: .3s;
    padding: 1.389vw 4.722vw 1.389vw 1.5vw;
    border-bottom: solid 1px #fff;
    align-items: center;
}

.site_news_conts a .ttl {
    font-size: 0.9vw;
    letter-spacing: .08em;
    margin-left: 2.7vw;
}

.site_news_conts a .year {
    writing-mode: vertical-lr;
    font-size: 0.8vw;
    font-weight: 600;
    letter-spacing: .08em;
    margin-right: 0.3vw;
}

.site_news_conts a .day {
    font-size: 2.4vw;
    font-weight: 600;
    font-style: italic;
    line-height: 1;
    display: flex;
    align-items: flex-end;
    letter-spacing: .08em;
}

.site_news_conts ul {
    border-top: solid 1px #fff;
}

.site_news_conts a::before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    transition: .3s;
    background: rgba(255, 255, 255, .15);
    opacity: 0;
    visibility: hidden;
}

/* お問い合わせ　PC */
.site_contact_contents {
    padding: 6.944vw 0 7.6vw;
    color: #fff;
}

#contact {
    position: relative;
    padding-bottom: 19.9vw;
    /* background: transparent; */
}

#contact::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #022359;
    width: 89.5vw;
    height: 26.3vw;
    z-index: 10;
}

#contact>* {
    position: relative;
    z-index: 11;
}

#contact .cmn_site_ttl .img {
    width: 24.2vw;
}

#contact .cmn_site_ttl .ttl {
    color: #fff;
}

.site_contact_contents a {
    color: #fff;
}

#contact .numbers_flame {
    display: grid;
    grid-template-columns: 14.028vw 20.8vw;
    column-gap: 6.5vw;
    align-items: center;
}

#contact .hd_buttons button {
    margin-left: 0;
}

#contact .hd_buttons {
    justify-content: flex-start;
}

.site_contact_contents .ttl_box {
    margin-right: 10.2vw;
}

.contact_numbers .text {
    font-size: 0.9vw;
    letter-spacing: .08em;
}

.contact_numbers .en {
    font-size: 1.9vw;
    font-weight: 600;
    letter-spacing: .05em;
    margin-bottom: 0.8vw;
    line-height: 1;
}

.contact_numbers .inner {
    border-left: solid 4px #fff;
    padding-left: 1.7vw;
}

#contact .numbers_flame+.numbers_flame {
    margin-top: 2.7vw;
}

#contact .contact_numbers {
    letter-spacing: .05em;
}

#contact .contact_numbers .num {
    font-size: 2.9vw;
    font-weight: 600;
    font-style: italic;
    letter-spacing: .04em;
    line-height: 1;
}

#contact .contact_numbers .hour {
    letter-spacing: .08em;
    margin-top: 0.5vw;
}

#contact .hd_buttons button {
    width: 20.8vw;
}

#contact .hd_buttons::before {
    right: 5.3vw;
    top: 0.5vw;
}

.top_news_box .ttl_box {
    position: relative;
}

/*　　フッター　PC */
#contact::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(/wp-content/uploads/2022/12/contact_bg.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 33.3vw;
}

footer {
    background: #fff;
    position: relative;
    z-index: 20000;
}

.footer_box {
    padding-top: 6.8vw;
    text-align: center;
    position: relative;
}

.footer_logo a {
    width: 10.4vw;
    margin: auto;
    display: block;
}

.footer_nav ul {
    justify-content: center;
    column-gap: 4.4vw;
    width: 54.1vw;
    margin: auto;
    row-gap: 1.3vw;
}

.footer_nav li a {
    display: block;
    color: #030303;
    letter-spacing: .05em;
    transition: .3s;
}

.footer_nav {
    margin: 5.556vw 0 4.1vw;
}

.site_sns_btns ul {
    justify-content: center;
    column-gap: 1.3vw;
}

.site_sns_btns li a {
    display: block;
    width: 2.0vw;
    transition: .3s;
}

.site_sns_btns .ttl {
    font-weight: 600;
    font-style: italic;
    letter-spacing: .1em;
    position: relative;
    display: inline-block;
    margin-bottom: 0.9vw;
}

.site_sns_btns .ttl::before,
.site_sns_btns .ttl::after {
    content: "";
    position: absolute;
    left: -4.1vw;
    top: 0;
    bottom: 0;
    height: 0.1vw;
    background: #030303;
    width: 2.0vw;
    margin: auto;
}

.site_sns_btns .ttl::before {
    left: auto;
    right: -4.1vw;
}

footer .copy_right {
    margin-top: 4.4vw;
    border-top: solid 1px #E0E0E0;
    padding: 2.083vw 0;
    align-items: center;
}

.site_help_desk li a {
    color: #030303;
    font-size: 0.9vw;
    transition: .3s;
}

.site_help_desk ul {
    column-gap: 2.0vw;
    align-items: center;
}

footer .copy_right .copy {
    font-size: 0.8vw;
    letter-spacing: .05em;
    font-weight: 400;
}

.footer_detail_text {
    margin-top: 1.0vw;
}

.footer_detail_text .text {
    letter-spacing: .08em;
}

#site_contents #mark {
    width: 1.3vw;
    height: 1.5vw;
    position: absolute;
    right: 0;
    bottom: 1.6vw;
}

.footer_detail_text .text:nth-child(1) {
    margin-bottom: 15px;
}

#site_contents #mark {
    width: 1.3vw;
    height: 1.5vw;
    position: absolute;
    right: 0;
    bottom: 1.6vw;
}

#site_contents ul li+li a .text_area::after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2022/12/ar_wh.png) center no-repeat;
    background-size: contain;
    width: 1.3vw;
    height: 1.3vw;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#base_line::before,
#base_line::after,
.footer_box::before,
.footer_box::after {
    content: "";
    position: absolute;
    width: 14.3vw;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-right: 1px solid #E9EEF5;
    border-left: 1px solid #E9EEF5;
}

#base_line::before,
.footer_box::before {
    left: -73.8vw;
    z-index: 1;
}

#base_line::after,
.footer_box::after {
    right: -72.6vw;
}

#base_line {
    position: relative;
}

#base_line .base_line_center {
    position: relative;
}

#base_line .base_line_center::before,
#base_line .base_line_center::after {
    content: "";
    position: absolute;
    width: 14.3vw;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-right: 1px solid #E9EEF5;
    border-left: 1px solid #E9EEF5;
}

#base_line .base_line_center::before {
    left: -16.8vw;
    z-index: 1;
}

#base_line .base_line_center::after {
    right: -11.8vw;
    border-left: 0;
}

footer #base_line .base_line_center::before,
footer #base_line .base_line_center::after {
    top: -6.8vw;
    height: 121%;
}

footer .wrap>* {
    position: relative;
    z-index: 1;
}

/* 内部共通　PC */
.common-page_main {
    padding: 9.097vw 0 0;
    position: relative;
    background: #fff;
    /* z-index: 1; */
}

.common-page_main::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 23.7vw;
    background: url(/wp-content/uploads/2022/12/page_mv.jpg) top -235px left no-repeat;
    background-size: cover;
}

.common-page_main::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 23.7vw;
    background: url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.4.4/overlays/02.png);
    background-color: rgba(0, 0, 0, 0.4);
}

.common-page_main .en_title {
    text-align: center;
    color: #fff;
    font-size: 3.4vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.common-page_main>* {
    position: relative;
    z-index: 1;
}

.page_main_message {
    font-size: 2.2vw;
    letter-spacing: .1em;
    line-height: 2;
    margin: 1.389vw 0 0 4.8vw;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.common-page_main .title_box {
    width: 76%;
    margin-left: auto;
    background: #fff;
    color: #022358;
    margin-top: 3.8vw;
    padding: 6.944vw 5.556vw 10.4vw;
    position: relative;
    /* box-shadow: 0 3px 6px rgb(0 0 0 / 50%); */
}

.common-page_main .title_box .title {
    font-size: 1.2vw;
    letter-spacing: .18em;
    color: #030303;
}

.common-page_main .title_box::before {
    content: "";
    position: absolute;
    left: -7vw;
    bottom: -6.9vw;
    height: 7.7vw;
    width: 0.1vw;
    background: #022359;
    transform: rotate(35deg);
}

.common-page_main .title_box::after {
    content: "";
    position: absolute;
    left: -6.7vw;
    bottom: 3.6vw;
    height: 0.1vw;
    width: 8.9vw;
    background: #ccc;
    transform: rotate(-55deg);
}

.breadcrumb {
    writing-mode: vertical-lr;
    position: absolute;
    top: 30vw;
    left: 5.3vw;
    font-size: 0.9vw;
    letter-spacing: .08em;
    z-index: 10;
}

.breadcrumb a.home span {
    font-size: 0;
    display: inline-block;
    height: 2.2vw;
    width: 1.3vw;
    background: url(/wp-content/uploads/2022/12/icon_house.png) center no-repeat;
    background-size: contain;
    position: relative;
    left: -0.6vw;
}

.page_ttl_en_let {
    position: absolute;
    width: 48.6vw;
    right: -4.7vw;
    bottom: 6.5vw;
    opacity: 1;
    height: 15.3vw;
    opacity: 0;
    /* transform: scaleX(-1); */
}

/* 会社概要　PC */
.company_profile table {
    margin-top: 3.4vw;
}

/* サイトマップ　PC */
.page_title {
    text-align: center;
    color: #fff;
}

.breadcrumb.nor {
    position: relative;
    top: auto;
    left: auto;
    writing-mode: horizontal-tb;
    margin-top: 7.6vw;
    left: 0;
}

body #sitemap_list li a {
    border: none;
    background: #d5d3d3;
    line-height: 3.1vw;
}

.breadcrumb.nor .home span {
    top: -1.5vw;
}

body #sitemap_list li {
    margin: 0;
}

.page-id-8 .common-page_main::before,
.page-id-321 .common-page_main::before,
.page-id-328 .common-page_main::before,
.page-id-336 .common-page_main::before {
    background: no-repeat;
    background: url(/wp-content/uploads/2022/12/page_ot_mv.jpg) bottom -32.2vw left -17.9vw no-repeat;
}

.page #base_line::before,
.page #base_line::after,
.single #base_line::after,
.single #base_line::before,
.archive #base_line::after,
.archive #base_line::before {
    border-right: .5px solid #909bab;
    border-left: .5px solid #909bab;
    height: 23.7vw;
}

.page #base_line .base_line_center::before,
.page #base_line .base_line_center::after,
.single #base_line .base_line_center::before,
.single #base_line .base_line_center::after,
.archive #base_line .base_line_center::before,
.archive #base_line .base_line_center::after {
    border-right: 0.5px solid #909bab;
    border-left: .5px solid #909bab;
    height: 23.6vw;
}

.page #base_line .base_line_center::before {
    border-right: none;
}

.page-id-352 .common-page_main,
.page-id-348 .common-page_main,
.page-id-53 .common-page_main,
.page-id-22 .common-page_main,
.page-id-24 .common-page_main,
.page-id-14 .common-page_main,
.page-id-27 .common-page_main,
.page-id-344 .common-page_main,
.single .common-page_main,
.archive .common-page_main {
    z-index: 1;
}

/* ABOUT PC */
.page-id-321 .page_main_message {
    font-size: 1.8vw;
    margin-left: 2.5vw;
}

.page-id-321 .page_main_message .text + .text {
    margin-top: 1em;
}

.page_about_flame {
    width: 85%;
    margin-left: auto;
}

.page_about_flame .en_ttl {
    font-size: 4.7vw;
    line-height: 1.5;
    text-transform: uppercase;
}

.page_about_flame .ttl {
    font-size: 1.1vw;
    letter-spacing: .2em;
    font-weight: 600;
}

.page_about_flame .text {
    margin-top: 1.3vw;
    letter-spacing: .08em;
    line-height: 2;
}

#page_about {
    margin-top: -4.8vw;
}

.page_about_flame+.page_about_flame {
    margin-top: 4.5vw;
}

.page_about_flame.greeting .title_box {
    margin-bottom: 3vw;
    border-bottom: 1px solid #EEE;
    padding-bottom: 0.8vw;
}

.page_about_flame.greeting .title_box .en {
    font-size: 1.6vw;
    color: #022358;
}

.page_about_flame.greeting .title_box .title {
    font-size: 2vw;
    line-height: 1.3;
}

.page_about_flame.greeting .inner {
    display: flex;
    justify-content: space-between;
}

.page_about_flame.greeting .inner .img {
    flex-shrink: 0;
    width: 32%;
    margin-left: 3vw;
}

.page_about_flame.greeting .inner .text_box .title {
    font-weight: 500;
    letter-spacing: .05em;
    font-size: 2vw;
    padding-left: 1.5vw;
    position: relative;
    margin-bottom: 1.5vw;
}

.page_about_flame.greeting .inner .text_box .title::before {
    content: "";
    width: 3px;
    height: 100%;
    background: linear-gradient(to bottom, #EEE 0%, #EEE 50%, #022358 51%, #002358 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.page_about_flame.greeting .inner .text_box .text {
    font-size: 1vw;
    letter-spacing: .03em;
    margin: 0;
}

.page_about_flame.greeting .inner .text_box .text+.text {
    margin-top: 1.3vw;
}

.page_about_flame.philosophy .list {
    margin-top: 3vw;
}

.page_about_flame.philosophy .list ul {
    display: flex;
    gap: 0 3vw;
}

.page_about_flame.philosophy .list ul.top {
    justify-content: space-between;
}

.page_about_flame.philosophy .list ul li {
    width: 31%;
}

.page_about_flame.philosophy .list ul.bottom {
    justify-content: center;
}

.page_about_flame.philosophy .list ul li .icon {
    text-align: center;
    font-size: 5vw;
    color: #022358;
    line-height: 1;
    margin-bottom: 1vw;
}

.page_about_flame.philosophy .list ul li .text_box {
    text-align: center;
}

.page_about_flame.philosophy .list ul li .text_box .title {
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 0.5vw;
}

.page_about_flame.philosophy .list ul li .text_box .text {
    margin: 0;
    font-size: 1vw;
    letter-spacing: .03em;
    line-height: 1.5;
}

.page_about_flame.strength .content {
    margin-top: 2vw;
}

.page_about_flame.strength .content .top_box {
    margin-bottom: 2vw;
}

.page_about_flame.strength .content .top_box .title {
    color: #022358;
    font-weight: 700;
    letter-spacing: .05em;
    font-size: 1.7vw;
    line-height: 2;
}

.page_about_flame.strength .content .list li+li {
    margin-top: 3vw;
}

.page_about_flame.strength .content .list li .title {
    font-size: 1.3vw;
    font-weight: 700;
    padding-left: 1.2vw;
    letter-spacing: .05em;
    position: relative;
    margin-bottom: 1vw;
}

.page_about_flame.strength .content .list li .title::before {
    content: "";
    width: 3px;
    height: 100%;
    background: linear-gradient(to bottom, #CCC 0%, #CCC 50%, #022358 51%, #022358 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.page_about_flame.strength .content .list li .text {
    margin: 0;
    font-size: 1vw;
    letter-spacing: .05em;
}

.page_about_flame.strength .content .list li .btn a {
    display: block;
    width: 24%;
    background: #022358;
    text-align: center;
    color: #fff;
    font-size: 1vw;
    padding: 0.5vw 0;
    margin: 1vw 0 0;
    letter-spacing: .05em;
    position: relative;
}

.page_about_flame.strength .content .list li .btn a::after {
    content: "";
    position: relative;
    width: 1.5vw;
    height: 1vw;
    background: url(/wp-content/uploads/2022/12/ar_wh.png) no-repeat;
    background-size: cover;
    right: -0.9vw;
    top: 0.1vw;
    display: inline-block;
}

/* ご依頼の流れ　 PC */
.page-id-328 .page_main_message {
    font-size: 2.0vw;
}

.page_flow_flame {
    width: 90%;
    margin-left: auto;
}

.page_flow_flame ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 6.4vw;
}

.page_flow_flame li {
    text-align: center;
}

.page_flow_flame .num {
    border-radius: 50%;
    border: solid 6px #030303;
    width: 3.4vw;
    margin: auto;
    height: 3.4vw;
    font-size: 1.2vw;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.page_flow_flame .text {
    margin-top: 1.3vw;
    letter-spacing: .08em;
    font-size: 1.2vw;
}

.page_flow_flame .num::before {
    content: "";
    position: absolute;
    right: -6.9vw;
    top: 0.6vw;
    border-top: solid 3px #030303;
    border-right: solid 3px #030303;
    transform: rotate(45deg);
    width: 0.6vw;
    height: 0.6vw;
}

.page_flow_flame li:nth-child(4n) .num::before {
    display: none;
}

.page_service_links li a {
    display: block;
    transition: .3s;
    text-align: center;
    color: #030303;
    letter-spacing: .08em;
    border-top: solid 1px #eee;
    padding: 2.083vw 0;
    font-weight: 600;
    position: relative;
}

.page_service_links ul {
    width: 85%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-left: auto;
    column-gap: 1.0vw;
    align-items: center;
}

.page_service_links {
    margin-bottom: 8.3vw;
}

.page_service_links li a::before {
    content: "";
    position: absolute;
    right: 0.4vw;
    bottom: 0.6vw;
    border-top: solid 2px #022359;
    border-right: solid 2px #022359;
    transform: rotate(135deg);
    width: 0.5vw;
    height: 0.5vw;
    top: 0;
    bottom: 0;
    margin: auto;
}

.page_service_flame {
    display: grid;
    grid-template-columns: 31.25vw 34.7vw;
    place-content: center;
    column-gap: 5.5vw;
    align-items: center;
    letter-spacing: .08em;
}

.page_service_flame .ttl {
    font-size: 1.5vw;
    letter-spacing: .1em;
    margin-bottom: 1.5vw;
}

.page_service_flame ul li+li {
    margin-top: 0.6vw;
}

.page_service_flame .text_box {
    position: relative;
}

.page_service_flame .text_box::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 13.8vw;
    height: 0.1vw;
    background: #ccc;
    margin: auto;
    right: -6.9vw;
    transform: rotate(-45deg);
}

.page_service_flame+.page_service_flame {
    margin-top: 8.3vw;
}

.page_service_flame .img {
    position: relative;
    height: 31.6vw;
}

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

.archive .site_news_conts {
    padding: 3.472vw 4.1vw;
}

.archive footer #base_line::before,
.single footer #base_line::before,
.page footer #base_line::before {
    display: none;
}

.page footer #base_line .base_line_center::after,
.page footer #base_line .base_line_center:before,
.archive footer #base_line .base_line_center::after,
.archive footer #base_line .base_line_center:before,
.single footer #base_line .base_line_center::after,
.single footer #base_line .base_line_center::before {
    height: 121%;
    border-right: 1px solid #E9EEF5;
    border-left: 1px solid #E9EEF5;
}

.page footer #base_line .base_line_center::after,
.archive footer #base_line .base_line_center::after,
.single footer #base_line .base_line_center::after {
    border-left: none;
}

.archive_page_list .works_slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2.4vw;
    row-gap: 3.4vw;
}

.archive_page_list .works_slider li {
    width: auto !important;
}

.archive_page_list .works_slider .img {
    height: 20.8vw;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #eaeaea;
}

.archive_page_list .works_slider li+li {
    margin: 0;
}

.archive_page_list .works_slider li a .inner_ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.1vw;
}

.archive_page_list .works_slider li a .text_box {
    padding: 0.694vw 4.375vw 0.694vw 1.3vw;
}

.archive_page_list .works_slider li::before {
    left: 0.5vw;
}

span.post.post-page.current-item {
    position: relative;
}

span.post.post-page.current-item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    width: 1.0vw;
    height: 1.0vw;
    top: -1.2vw;
}

span.post.post-page.current-item::after {
    content: "";
    position: absolute;
    left: -0.5vw;
    right: 0;
    margin: auto;
    background: #030303;
    width: 0.1vw;
    height: 0.6vw;
    top: -1.1vw;
}

.breadcrumb.nor span.post.post-page.current-item::before,
.breadcrumb.nor span.post.post-page.current-item::after {
    display: none;
}

.home header#main_header {
    border-top: solid 10px #022358;
}

.top_flame {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 0.6vw;
    background: #022358;
    left: 0;
    z-index: 10000;
}

.hd_menu ul .service::before {
    content: "";
    position: absolute;
    right: -1.2vw;
    top: 0;
    bottom: 0;
    width: 0.4vw;
    height: 0.4vw;
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    transform: rotate(135deg);
    margin: auto;
}

.is-in .hd_menu ul .service::before {
    border-right: solid 2px #022358;
    border-top: solid 2px #022358;
}

.is-in .hd_buttons button {
    background-color: #022358;
    color: #fff;
}

.is-in .hd_buttons::before {
    background: url(/wp-content/uploads/2022/12/ar_wh.png) center no-repeat;
    background-size: contain;
}

.site_news_conts a::after {
    content: "";
    position: absolute;
    right: 1.0vw;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/wp-content/uploads/2022/12/ar_wh.png) center no-repeat;
    background-size: contain;
    width: 1.3vw;
    height: 1.3vw;
}

.is-in #contact .hd_buttons button,
#contact .hd_buttons button {
    background: #fff;
    color: #022358;
}

.is-in #contact .hd_buttons::before,
#contact .hd_buttons::before {
    background: url(/wp-content/uploads/2022/12/ar_bl.png) center no-repeat;
    background-size: contain;
}

#contact .hd_buttons button:hover p:after {
    color: #022359;
}

.page_service_flame ul li a {
    color: #022358;
}

.page_service_realestate_text {
    margin-top: 100px;
    text-align: center;
    font-size: 18px;
    letter-spacing: .08em;
    position: relative;
}

.page_service_realestate_text::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 50px;
    background: #022358;
    top: -18px;
}

.page .to_page_partner {
    display: block;
    transition: .3s;
    text-align: center;
    color: #000;
    font-size: 16px;
    width: 350px;
    margin: 0 auto 70px;
    background: #022359;
    line-height: 60px;
    color: #fff;
    letter-spacing: .08em;
    border-radius: 30px;
}

#page_company .tab-area {
    display: grid;
    grid-template-columns: 350px 350px;
    place-content: center;
    margin-top: 80px;
}

#page_company .tab-area .tab {
    text-align: center;
    box-shadow: 0 -6px 13px rgb(0 0 0 / 8%);
    line-height: 60px;
    letter-spacing: .08em;
    color: #002357;
}

#page_company .tab-area .tab.active {
    background: #022358;
    color: #fff;
    border: solid 2px #022358;
}

#page_company .content-area {
    background: #F2F3F4;
    padding: 50px 150px;
}

#page_company .content-area .content {
    display: none;
}

#page_company .content-area .content.show {
    display: block;
}

.company_access .map .place {
    font-size: 18px;
    letter-spacing: .08em;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.5;
    text-align: center;
}

.company_access .map .place::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 50px;
    height: 2px;
    background: #022358;
    margin: auto;
    top: -16px;
}

.sdgs_banner {
    position: relative;
    z-index: 10;
    padding-bottom: 100px;
}

@media (hover: hover) {
    .common-btn:hover {
        opacity: .7;
    }

    .page .to_page_partner:hover {
        background: #f5f5f5;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        color: #022359;
    }

    #page_contact #btn_wrap button:hover {
        background-color: #022359;
    }

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

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

    .hd_buttons button:hover {
        color: #fff;
        background: #022358;
    }

    .hd_buttons button:hover:before,
    .hd_buttons button:hover:after {
        width: 100%;
    }

    .hd_buttons button:hover span {
        z-index: 1;
    }

    .hd_buttons button:hover span:before,
    .hd_buttons button:hover span:after {
        height: 100%;
    }

    .hd_buttons button:hover p:before {
        top: -50%;
        transform: rotate(5deg);
    }

    .hd_buttons button:hover p:after {
        top: 50%;
        transform: translateY(-50%);
    }

    .hd_hd_buttons button.start:hover:before,
    .hd_buttons button.start:hover:after {
        display: none;
    }

    .hd_buttons button.start:hover span {
        display: none;
    }

    .hd_buttons:hover::before {
        background: url(/wp-content/uploads/2022/12/ar_wh.png) center no-repeat;
        background-size: contain;
    }

    .hd_menu ul li a:hover {
        animation: .5s linear rotation2;
    }

    .hd_conts li.service:hover .head_inner_list {
        opacity: 1;
        visibility: visible;
        z-index: 999;
    }

    .site_cmn_btn .btn:hover::before {
        width: 100%;
        background: #022359;
        z-index: -1;
        border: solid 2px #fff;
    }

    .site_cmn_btn .btn:hover::after {
        background: url(/wp-content/uploads/2022/12/ar_wh.png) center no-repeat;
        background-size: contain;
    }

    #site_contents ul li+li a:hover .text_area::after {
        background: url(/wp-content/uploads/2022/12/ar_bl.png) center no-repeat;
        background-size: contain;
    }

    #site_contents ul li a:hover::before {
        opacity: 0.5;
        background: #fff;
    }

    #site_contents ul li a:hover .text_area .let {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-58px);
    }

    #site_contents ul li a:hover .text_area .ttl {
        opacity: 1;
        visibility: visible;
        transform: translateY(-13px);
    }

    #site_contents ul li a:hover .text_area .en {
        opacity: 1;
        visibility: visible;
        transform: translateY(-20px);
    }

    #site_contents ul li a:hover .text_area {
        border-bottom: solid 2px #022358;
    }

    #site_contents ul li a:hover .text_area::before {
        transform: translateY(-30px);
        background: url(/wp-content/uploads/2022/12/recruit_let_hv.png) center no-repeat;
        background-size: contain;
    }

    #site_contents ul .partner a:hover .text_area::before {
        transform: translateY(-30px);
        background: url(/wp-content/uploads/2022/12/partner_let_hv.png) center no-repeat;
        background-size: contain;
    }

    #site_contents ul li.company a:hover .text_area::before {
        transform: translateY(-30px);
        background: url(/wp-content/uploads/2022/12/company_let_hv.png) center no-repeat;
        background-size: contain;
    }

    .top_service_box li a:hover .img::before {
        height: 0;
        opacity: 0;
        visibility: hidden;
    }

    .top_service_box li a:hover .inner_text::before {
        height: 100%;
    }

    .top_service_box li a:hover .inner_text {
        color: #fff;
    }

    .top_service_box li a:hover .inner_text::after {
        background: url(/wp-content/uploads/2022/12/ar_wh.png) center no-repeat;
        background-size: contain;
    }

    .works_slider li a:hover .arrow {
        background: #022358;
    }

    .works_slider li a:hover .arrow::before {
        background: url(/wp-content/uploads/2022/12/ar_wh.png) center no-repeat;
        background-size: contain;
    }

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

    #news .site_cmn_btn .btn:hover::before {
        background: #fff;
        border: solid 2px #022358;
    }

    #news .site_cmn_btn .btn:hover::after {
        background: url(/wp-content/uploads/2022/12/ar_bl.png) center no-repeat;
        background-size: contain;
    }

    .site_news_conts a:hover::before {
        width: 100%;
        visibility: visible;
        opacity: 1;
    }

    footer li a:hover {
        opacity: .5;
    }

    #site_contents ul li a:hover #mark path,
    #site_contents ul li a:hover #mark line {
        stroke: #022358;
    }

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

    #site_contents ul .partner a:hover .text_area::before {
        transform: translateY(-30px);
    }

    #site_contents ul .partner a:hover .text_area .ttl {
        transform: translateY(-17px);
    }

    #site_contents ul li a:hover::before {
        opacity: .6;
    }
}

@media (max-width: 750px) {
    body {
        font-size: 3.6vw;
        line-height: 1.6;
        overflow: hidden;
        min-width: 100%;
    }

    .wrap,
    .wrap_01,
    .wrap_02 {
        max-width: 94%;
        width: 92vw;
    }

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

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

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

    .common-page_title .ttl {
        font-size: 4vw;
    }

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

    .reserve_text {
        font-size: 6vw;
    }

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

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

    /* パンくず */
    .breadcrumb {
        position: relative;
        font-size: 2.5vw;
        z-index: 10;
        writing-mode: horizontal-tb;
        right: 0;
        left: auto;
        width: 100%;
        text-align: right;
        top: auto;
        margin-top: 3vw;
    }

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

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

    #sp_header .logo img {
        height: 48px;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .3s;
    }

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

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

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

    #sp_header .logo img.blue {
        opacity: 0;
    }

    #sp_header.active .logo img.blue {
        opacity: 1;
    }

    #sp_header.active .logo img.white {
        opacity: 0;
    }

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

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

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

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

    .company_profile table td {
        width: 100%;
    }

    .company_access .map {
        height: auto;
        display: block;
        margin-top: 4vw;
    }

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

    #page_contact table th,
    #page_contact table td {
        font-size: 4vw;
        display: block;
    }

    #page_contact table th {
        width: 100%;
        text-align: left;
    }

    #page_contact table td {
        width: 100%;
    }

    #page_contact input[type="text"],
    #page_contact input[type="email"],
    #page_contact #zip {
        width: 100%;
        height: 12vw;
    }

    #page_contact input.tel {
        width: 30%;
    }

    #page_contact select {
        width: 100%;
    }

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

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

    #page_contact #btn_wrap button[name="submitBack"] {
        margin-left: 0;
        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 .thanks_textArea p {
        font-size: 4vw;
    }

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

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

    /* ステップバー デザイン */
    #page_contact .progressbar .item {
        font-size: 0.7vw;
        line-height: 1.4;
        padding: 3.694vw 0;
    }

    #page_contact .progressbar .item:not(:last-child)::before,
    #page_contact .progressbar .item:not(:last-child)::after {
        border-width: 7.7vw;
        border-left-width: 3.8vw;
    }

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

    .privacy_page dl {
        margin-bottom: 10vw;
    }

    .privacy_page dl dt {
        font-size: 4vw;
        border-left: 3px solid;
        padding-left: 3vw;
    }

    .privacy_page 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投稿ページ アーカイブページ */
    .archive_page_list>article {
        padding-right: 1.3vw;
    }

    .archive_page_list>article .date {
        width: 5.5vw;
    }

    .archive_page_list>article .content_area {
        width: calc(100% - 5.556vw);
    }

    .archive_page_list>article:after {
        width: 0.4vw;
        height: 0.4vw;
    }

    /* SP投稿ページ シングルページ */
    .singleContent h1 {
        font-size: 4.5vw;
        padding: 2vw;
    }

    .singleContent .single_title {
        margin-bottom: 10vw;
    }

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

    .singleContent .category_list {
        margin-bottom: 2vw;
    }

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

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

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

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

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

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

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

    #single_page .singleContent {
        width: 100%;
    }

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

    #single_page .singleSidebar {
        display: none;
    }

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

    /* メインビジュアル SP */
    .mv_catch {
        width: 100%;
    }

    .top_about_wrap {
        display: block;
    }

    .top_about_wrap .cmn_site_ttl {
        width: 85%;
        margin: auto;
    }

    .cmn_site_ttl .ttl {
        text-align: center;
        margin-top: 0;
        font-size: 4vw;
    }

    #about {
        padding: 10vw 0 20vw;
    }

    #mv {
        height: 100vh;
        padding: 0;
        display: flex;
        align-items: center;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
    }

    .top_about_wrap .text_box {
        width: 100%;
        margin-top: 10vw;
        text-align: center;
    }

    .top_about_wrap .text_box .inner_ttl {
        font-size: 5vw;
        margin-bottom: 5vw;
    }

    .top_about_wrap .text_box .inner_text {
        font-size: 4vw;
        text-align: left;
        line-height: 1.8;
        letter-spacing: .08em;
    }

    .top_about_wrap .text_box .inner_text+.inner_text {
        margin-top: 3vw;
    }

    .site_cmn_btn .btn {
        font-size: 4vw;
        padding: 0 0 0 10vw;
        display: block;
        text-align: center;
        line-height: 16vw;
    }

    .site_cmn_btn .btn::before {
        width: 100%;
        background: #022359;
        z-index: -1;
        border: solid 2px #fff;
        height: 16vw;
    }

    /* TOP　事業内容　PC */
    #service .wrap {
        padding-top: 20vw;
    }

#service .cmn_site_ttl {
    width: 100%;
}
#service .top_service_box {
    width: 100%;
    margin-top: 8vw;
}


    .cmn_site_ttl .en {
        font-size: 10vw;
        text-align: center;
    }

   /* .top_service_box ul {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 3vw;
        row-gap: 8vw;
    }*/

    .top_service_box li a .inner_text {
        font-size: 4vw;
        padding: 0 0 5vw 0;
        justify-content: center;
        height: 21vw;
        letter-spacing: .05em;
    }

    .top_service_box li a .inner_text::after {
        width: 5vw;
        height: 5vw;
        right: 2vw;
        bottom: -9vw;
    }

   #service .wrap::after {
    width: 85%;
    right: -4vw;
    height: 113vw;
    top: 9vw;
}

    #service .wrap::before {
        width: 100%;
        height: 32vw;
        top: 0vw;
        left: -6vw;
    }

    /* 施工事例　SP */
    .works_slider_box {
        margin: 0;
        padding: 10vw 0;
    }

    .works_slider li {
        width: 74vw !important;
    }

    .works_slider li a .inner_ttl {
        font-size: 4.2vw;
        letter-spacing: .05em;
        margin-bottom: 2vw;
    }

    .works_slider li a .inner {
        font-size: 4vw;
    }

    .works_slider li .text_box {
        padding: 3vw 11vw 0vw 6vw;
    }

    .works_slider li::before {
        width: .4vw;
        left: 3vw;
        height: 35vw;
    }

    .works_slider li a .arrow {
        width: 10vw;
        height: 10vw;
    }

    .works_slider li a .arrow::before {
        width: 5vw;
        height: 3vw;
    }

    .top_news_box {
        display: block;
    }

    .top_news_box .ttl_box::before {
        display: none;
    }

    #works .wrap {
        padding-top: 31vw;
    }

    #works .wrap::before {
        width: 100%;
        height: 56vw;
        right: 0;
        top: 5vw;
    }

    #news {
        padding: 12vw 0;
        background: #022359;
        position: relative;
        z-index: 1;
    }

    #works .wrap::after {
        width: 61%;
        left: -10vw;
        top: 36vw;
        height: 365vw;
    }

    .top_news_box .site_news_conts {
        padding: 5vw 3vw;
        margin-top: 7vw;
    }

    .site_news_conts a {
        padding: 4vw 2vw;
        flex-wrap: nowrap;
    }

    .site_news_conts a .day {
        font-size: 5vw;
        flex-shrink: 0;
        margin-right: 3vw;
        align-items: center;
    }

    .site_news_conts a .year {
        font-size: 2vw;
        margin-right: 1vw;
    }

    .site_news_conts a .ttl {
        font-size: 3.5vw;
        letter-spacing: .05em;
        margin-left: 2vw;
    }

    #news .site_cmn_btn {
        margin-top: 9vw;
    }

    #news .site_cmn_btn .btn::before {
        background: #fff;
        border: solid 2px #022358;
        height: 16vw;
    }

    #news .site_cmn_btn .btn::after {
        background: url(/wp-content/uploads/2022/12/ar_bl.png) center no-repeat;
        background-size: contain;
        left: 14vw;
    }

    .site_cmn_btn .btn::after {
        background: url(/wp-content/uploads/2022/12/ar_wh.png) center no-repeat;
        background-size: contain;
        left: 7vw;
        width: 5vw;
        height: 5vw;
    }

    #site_contents ul {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 60vw 40vw;
        row-gap: 0.5vw;
    }

    #site_contents ul .recruit {
        grid-row: 1 / 3;
    }

    /* TOP サイトコンテンツエリア　*/
    #site_contents ul li a {
        width: 100%;
        height: 100%;
    }

    #site_contents ul li a img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    #site_contents ul li a .text_area {
        width: 82%;
        height: 28vw;
        border-bottom: none;
    }

    #site_contents ul li a .text_area::before {
        width: 30vw;
        right: 0;
    }

    #site_contents ul li a {
        width: 100%;
        height: 100%;
    }

    #site_contents ul li a img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    #site_contents ul li a .text_area {
        width: 82%;
        height: 28vw;
    }

    #site_contents ul li a .text_area::before {
        width: 30vw;
        right: 0;
        height: 10vw;
    }

    #site_contents ul .partner a .text_area::before {
        width: 30vw;
        height: 10vw
    }

    #site_contents ul li.company a .text_area::before {
        width: 33vw;
        height: 10vw;
    }

    #site_contents ul .partner a .text_area::before {
        background: url(/wp-content/uploads/2022/12/partner_let_hv.png) center no-repeat;
        background-size: contain;
    }

    #site_contents ul .partner a::before {
        opacity: 0.6;
        background: #fff;
    }

    #site_contents ul li a .text_area .ttl {
        opacity: 1;
        visibility: visible;
        transform: translateY(-13px);
        font-size: 4vw;
        color: #fff;
    }

    #site_contents ul .partner a .text_area .ttl {
        transform: translateY(-25px);
        color: #022358;
    }

    #site_contents ul .company a .text_area .ttl {
        transform: translateY(-24px);
    }

    #site_contents ul .partner a .text_area::after {
        background: url(/wp-content/uploads/2022/12/ar_bl.png) center no-repeat;
        background-size: contain;
    }

    #site_contents ul li+li a .text_area::after {
        width: 5vw;
        height: 5vw;
        top: auto;
        bottom: 7vw;
    }

    #site_contents {
        padding: 0 0 15vw;
    }

    /* フッター　SP */
    .site_contact_contents {
        display: block;
        padding: 12vw 2vw;
    }

    #contact .cmn_site_ttl .img {
        width: 60%;
        /* margin: auto; */
    }

    .site_contact_contents .ttl_box {
        margin: auto;
    }

    #contact::before {
        width: 95%;
        height: 79vw;
        /* margin: auto; */
        left: 0;
        right: 0;
    }

    #contact .numbers_flame {
        grid-template-columns: 19% 75%;
        column-gap: 3vw;
        margin-top: 5vw;
        place-content: center;
    }

    .contact_numbers .en {
        font-size: 5vw;
        margin-bottom: 0;
    }

    .contact_numbers .inner {
        padding-left: 2vw;
        border-left: solid 2px #fff;
    }

    .contact_numbers .text {
        font-size: 3vw;
        display: none;
    }

    #contact .contact_numbers .num {
        font-size: 7vw;
    }

    #contact .contact_numbers .hour {
        margin-top: 1vw;
        font-size: 2vw;
    }

    #contact .numbers_flame+.numbers_flame {
        margin-top: 5vw;
    }

    #contact .hd_buttons button {
        width: 90%;
        height: 14vw;
        line-height: 14vw;
        font-size: 4.5vw;
        background: #fff;
        color: #022358;
    }

    #contact .hd_buttons::before {
        right: 10vw;
        width: 5vw;
        height: 5vw;
        background: url(/wp-content/uploads/2022/12/ar_bl.png) center no-repeat;
        background-size: contain;
    }

    #contact::after {
        height: 54vw;
        bottom: 0;
    }

    #contact {
        padding-bottom: 26vw;
    }

    .footer_box {
        padding-top: 11vw;
    }

    .footer_logo a {
        width: 20vw;
        position: relative;
    }

    footer #base_line .base_line_center>* {
        position: relative;
        z-index: 10;
    }

    .footer_detail_text {
        margin-top: 7vw;
        font-size: 3.5vw;
    }

    .site_sns_btns {
        margin-top: 11vw;
    }

    .site_sns_btns li a {
        width: 10vw;
    }

    footer .copy_right {
        margin-top: 10vw;
        padding: 5vw 0;
        display: block;
    }

    #base_line::before,
    .footer_box::before {
        left: -59vw;
        width: 30vw;
    }

    #base_line::after,
    .footer_box::after {
        right: -59vw;
        width: 30vw;
    }

    #base_line .base_line_center::before {
        width: 20vw;
        left: -1.3vw;
    }

    #base_line .base_line_center::before,
    #base_line .base_line_center::after {
        opacity: 0;
    }

    #news .site_cmn_btn .btn {
        color: #022358;
        line-height: 16vw;
    }

    .works_slider li .img {
        height: 60vw;
        background: #eee;
    }



    #site_contents #mark {
        width: 5vw;
        height: 5vw;
    }

    #site_contents #mark {
        width: 5vw;
        height: 5vw;
    }

    .works_slider_box {
        overflow: scroll;
    }

    .works_slider {
        white-space: nowrap;
    }

    .works_slider li {
        display: inline-block;
        margin-left: 2vw;
        white-space: initial;
    }

    #works .slick-prev,
    #works .slick-next {
        display: none;
    }

    /* ハンバーガーメニュー　SP */
    body .hamburger span {
        background: #fff;
    }

    body .hamburger span:nth-child(2) {
        top: 17px;
    }

    body .hamburger span:nth-child(3) {
        top: 24px;
    }

    body .hamburger::before {
        content: "MENU";
        position: absolute;
        bottom: -19px;
        left: -2px;
        right: 0;
        color: #fff;
        font-family: century-gothic, sans-serif;
        font-style: italic;
        font-size: 12px;
    }

    .sp_hd_mail {
        display: block;
        position: absolute;
        top: 15px;
        right: 58px;
        width: 27px;
        height: 42px;
    }

    .sp_hd_mail::before {
        content: "MAIL";
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -2px;
        color: #fff;
        font-family: century-gothic, sans-serif;
        font-style: italic;
        letter-spacing: .05em;
        font-size: 12px;
    }

    /* 内部共通　SP */
    .common-page_main::before {
        height: 69vw;
        background: url(/wp-content/uploads/2022/12/page_mv.jpg) center left no-repeat;
        background-size: cover;
    }

    .common-page_main .en_title {
        font-size: 7vw;
    }

    .common-page_main {
        padding: 30vw 0 0;
    }

    .common-page_main .title_box {
        width: 90%;
        margin-top: 16vw;
        padding: 12vw 5vw 12vw 8vw;
    }

    .common-page_main .title_box .title {
        font-size: 3.5vw;
        letter-spacing: .1em;
    }

    .page_main_message {
        font-size: 4.2vw;
        margin: 3vw 0 0 0;
        line-height: 1.6;
        letter-spacing: .08em;
    }

    .page_ttl_en_let {
        width: 17vw;
        height: 17vw;
    }

    .common-page_main .title_box::after {
        width: 16vw;
        left: -9vw;
        bottom: 10vw;
    }

    .common-page_main .title_box::before {
        height: 0.5vw;
        width: 12vw;
        left: 0;
        display: none;
    }

    .breadcrumb a.home span {
        width: 5vw;
        height: 5vw;
        top: -4vw;
        left: -2vw;
    }

    /* サイトマップ　SP */
    .breadcrumb.nor {
        text-align: left;
        line-height: 1;
        display: block;
        left: 0;
        right: 0;
        margin: 25vw auto 0;
    }

    body #sitemap_list li a {
        font-size: 4vw;
        line-height: 12vw;
        margin: 0;
    }

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

    .breadcrumb.nor .home span {
        top: -4vw;
    }

    .page #base_line::before,
    .page #base_line::after,
    .single #base_line::before,
    .single #base_line::after,
    .archive #base_line::before,
    .archive #base_line::after {
        display: none;
    }

    .page #base_line .base_line_center::before,
    .page #base_line .base_line_center::after {
        display: none;
    }

    .common-page_main::after {
        height: 100%;
    }

    .page-id-8 .common-page_main::before,
    .page-id-321 .common-page_main::before,
    .page-id-328 .common-page_main::before,
    .page-id-336 .common-page_main::before {
        background: url(/wp-content/uploads/2022/12/page_ot_mv.jpg) center no-repeat;
        background-size: cover;
        height: 100%;
    }

    /* ABOUT SP*/
    .page-id-321 .page_main_message {
        font-size: 4.5vw;
        margin: 3vw 0 0;
    }

    #page_about {
        margin-top: 0;
    }

    .page_about_flame {
        width: 100%;
    }

    .page_about_flame .en_ttl {
        font-size: 6vw;
        color: #022358;
    }

    .page_about_flame .ttl {
        font-size: 3.5vw;
        letter-spacing: .1em;
    }

    .page_about_flame .text {
        line-height: 1.8;
        margin-top: 3vw;
        font-size: 3.5vw;
        letter-spacing: .05em;
    }

    .page_about_flame+.page_about_flame {
        margin-top: 10vw;
    }

    .page_about_flame.greeting .title_box {
        margin-bottom: 5vw;
        padding-bottom: 2vw;
    }

    .page_about_flame.greeting .title_box .en {
        font-size: 4vw;
    }

    .page_about_flame.greeting .title_box .title {
        font-size: 4.5vw;
        line-height: 1.5;
    }

    .page_about_flame.greeting .inner {
        display: block;
    }

    .page_about_flame.greeting .inner .img {
        width: 100%;
        margin: 0 0 3vw;
    }

    .page_about_flame.greeting .inner .text_box .title {
        font-size: 4.5vw;
        margin-bottom: 3.5vw;
        padding-left: 4vw;
    }

    .page_about_flame.greeting .inner .text_box .text {
        font-size: 3.5vw;
    }

    .page_about_flame.greeting .inner .text_box .text+.text {
        margin-top: 3vw;
    }

    .page_about_flame.philosophy .list {
        margin-top: 5vw;
    }

    .page_about_flame.philosophy .list ul {
        display: block;
    }

    .page_about_flame.philosophy .list ul li {
        width: 100%;
        display: flex;
    }

    .page_about_flame.philosophy .list ul li+li {
        margin-top: 3vw;
        padding-top: 3vw;
        border-top: 1px dashed #CCC;
    }

    .page_about_flame.philosophy .list ul+ul {
        margin-top: 3vw;
        padding-top: 3vw;
        border-top: 1px dashed #CCC;
    }

    .page_about_flame.philosophy .list ul li .icon {
        flex-shrink: 0;
        font-size: 7vw;
        line-height: 1.5;
        margin: 0 5vw 0 0;
        width: 10vw;
    }

    .page_about_flame.philosophy .list ul li .text_box {
        text-align: left;
    }

    .page_about_flame.philosophy .list ul li .text_box .title {
        font-size: 4.2vw;
        margin-bottom: 0.5vw;
    }

    .page_about_flame.philosophy .list ul li .text_box .text {
        font-size: 3.5vw;
    }

    .page_about_flame.strength .content {
        margin-top: 3vw;
    }

    .page_about_flame.strength .content .top_box {
        margin-bottom: 5vw;
    }

    .page_about_flame.strength .content .top_box .title {
        font-size: 3.3vw;
    }

    .page_about_flame.strength .content .list li+li {
        margin-top: 8vw;
    }

    .page_about_flame.strength .content .list li .title {
        font-size: 3.7vw;
        padding-left: 4vw;
        margin-bottom: 2vw;
    }

    .page_about_flame.strength .content .list li .text {
        font-size: 3.5vw;
    }

    .page_about_flame.strength .content .list li .btn a {
        width: 60%;
        font-size: 3.7vw;
        padding: 2.5vw 0;
        margin: 2vw 0 0;
    }

    .page_about_flame.strength .content .list li .btn a::after {
        width: 4vw;
        height: 2.5vw;
        right: -2vw;
        top: -0.2vw;
    }

    /* FLOW SP */
    .page-id-328 .page_main_message {
        font-size: 4vw;
    }

    .page_flow_flame {
        width: 100%;
    }

    .page_flow_flame ul {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 9vw;
    }

    .page_flow_flame .text {
        font-size: 3.1vw;
        margin-top: 2vw;
    }

    .page_flow_flame .num {
        width: 8vw;
        height: 8vw;
        border: solid 3px #030303;
        font-size: 4vw;
    }

    .page_flow_flame .num::before {
        right: -10vw;
        top: 0.6vw;
        border-top: solid 2px #030303;
        border-right: solid 2px #030303;
        width: 2vw;
        height: 2vw;
    }

    .page_flow_flame li:nth-child(4n) .num::before {
        display: block;
    }

    .page_flow_flame li:nth-child(3n) .num::before {
        display: none;
    }

    /* 事業内容　SP */
    .page_service_links ul {
        width: 100%;
        display: block;
    }

    .page_service_links li a {
        padding: 5vw 0;
    }

    .page_service_links li a::before {
        width: 2vw;
        height: 2vw;
        bottom: 0;
        top: 0;
        margin: auto;
    }

    .page_service_flame {
        display: block;
    }

    .page_service_links {
        margin-bottom: 10vw;
    }

    .page_service_flame .img {
        height: 55vw;
        text-align: center;
    }

    .page_service_flame .ttl {
        text-align: center;
        font-size: 5vw;
        letter-spacing: .03em;
        margin: 3vw 0;
    }

    .page_service_flame .place_box li {
        font-size: 3.6vw;
        padding: 0 3vw;
    }

    .page_service_flame ul li+li {
        margin-top: 1vw;
    }

    .page_service_flame .text_box::before {
        transform: none;
        width: 34vw;
        right: -10vw;
        bottom: -6vw;
    }

    .page_service_flame+.page_service_flame {
        margin-top: 21vw;
    }

    #sp_header::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 100%;
        height: 100%;
        height: 0;
        transition: 0.5s ease-in-out;
        visibility: hidden;
    }

    #sp_header.active::before {
        height: 100%;
        visibility: visible;
    }

    .active .sp_hd_mail::before {
        color: #030303;
    }

    .active #sp_icon_mail path {
        fill: #030303;
    }

    .hamburger.change::before {
        color: #030303;
    }

    body .hamburger.change span {
        background: #030303;
    }

    span.post.post-page.current-item::before,
    span.post.post-page.current-item::after {
        display: none;
    }

    body nav.globalMenuSp {
        background: #DFE2E8;
    }

    body .globalMenuSp_main_menu_box ul li a {
        font-size: 14px;
        letter-spacing: .08em;
        color: #022359;
    }

    .globalMenuSp_main_menu_box ul li .js-sp_sub_menu_btn {
        position: relative;
    }

    .globalMenuSp_main_menu_box ul li .js-sp_sub_menu_btn::before {
        content: "";
        position: absolute;
        right: 80px;
        top: 0;
        bottom: 0;
        margin: auto;
        border-right: solid 2px #022359;
        border-top: solid 2px #022359;
        transform: rotate(135deg);
        width: 8px;
        height: 8px;
    }

    footer {
        z-index: 100;
    }

    .page_service_flame .place_box li a {
        color: #022359;
    }

    #contact .cmn_site_ttl .ttl {
        text-align: left;
    }

    .archive_page_list .works_slider {
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        place-content: center;
        row-gap: 10vw;
    }

    .archive_page_list .works_slider li {
        width: 100% !important;
        margin: auto;
    }

    .archive_page_list .works_slider .img {
        height: 55vw;
    }

    .archive_page_list .works_slider li a .text_box {
        padding: 3vw 10vw 0vw 5vw;
    }

    .archive_page_list .works_slider li a .inner_ttl {
        font-size: 4vw;
    }

    .archive_page_list .works_slider li+li {
        margin: auto;
    }

    .hd_buttons button span:before,
    .hd_buttons button span:after {
        width: 90%;
    }

    .site_contact_contents a {
        display: block;
        width: 100%;
    }

    #contact .hd_buttons {
        width: 100%;
    }

    .site_news_conts a::after {
        display: none;
    }

    #news .cmn_site_ttl {
        color: #fff;
    }

    #news .cmn_site_ttl .en::first-letter {
        color: #fff;
    }

    .mwform-checkbox-field-text::before {
        width: 5vw;
        height: 5vw;
    }

    .mwform-checkbox-field-text {
        padding: 0 4vw 0 7vw;
    }

    .radio-btns .radio-btns__item+span::after,
    .radio-btns .radio-btns__item+span::before {
        width: 5vw;
        height: 5vw;
        top: 1vw;
    }

    .archive_page_list .works_slider li::before {
        left: 2vw;
    }

    .page_service_realestate_text {
        margin-top: 28vw;
        font-size: 3.8vw;
        letter-spacing: .05em;
    }

    .page_service_realestate_text::before {
        width: 10vw;
        top: -6vw;
    }

    .page .to_page_partner {
        width: 80%;
        font-size: 3.8vw;
        line-height: 12vw;
        margin-bottom: 11vw;
        letter-spacing: .03em;
    }

    .mwform-checkbox-field-text::after {
        width: 5vw;
        height: 1vw;
        border-width: 0.6vw;
    }

    /* 会社概要　SP */
    #page_company .tab-area {
        margin-top: 10vw;
        grid-template-columns: 50% 50%;
    }

    #page_company .tab-area .tab {
        line-height: 12vw;
        font-size: 3.5vw;
        letter-spacing: .02em;
    }

    #page_company .content-area {
        padding: 11vw 5vw;
    }

    .company_profile .logo {
        width: 17vw;
    }

    .company_access .map .place {
        font-size: 4.5vw;
        margin-bottom: 3vw;
    }

    .company_access .map .place::before {
        top: -2vw;
        width: 10vw;
    }

    .company_access .inner_map+.inner_map {
        margin-top: 13vw;
    }

    .company_access .map iframe {
        width: 100%;
        max-height: 50vw !important;
    }
}