@charset "utf-8";

/*
Theme Name: liens
*/
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
figure,
a,
table,
tr,
th,
td,
address {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    vertical-align: baseline;
    box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    vertical-align: baseline;
    background: transparent;
    color: inherit;
}

ol,
ul {
    list-style: none;
    list-style-type: none;
}

img {
    max-width: 100%;
    height: auto;
    box-sizing: content-box;
    border-style: none;
    vertical-align: middle;
}

.pc_only {
    display: none;
}

.pcbr {
    display: none;
}

@media screen and (min-width: 768px) {
    [href*='tel:'] {
        pointer-events: none;
    }

    a,
    a:hover {
        transition: .2s;
    }

    .pc_only {
        display: block;
    }

    .sp_only {
        display: none;
    }

    .pcbr {
        display: block;
    }

    .spbr {
        display: none;
    }
}

/*==========================

ユーティリティ

===========================*/
.mt-0 {
    margin-top: 0 !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.t-c {
    text-align: center !important;
}

.t-l {
    text-align: left !important;
}

.t-r {
    text-align: right !important;
}

@media screen and (max-width: 767px) {
    .mt-15 {
        margin-top: 10px !important;
    }

    .mt-20 {
        margin-top: 15px !important;
    }

    .mt-25 {
        margin-top: 20px !important;
    }

    .mt-30 {
        margin-top: 20px !important;
    }

    .mt-40 {
        margin-top: 30px !important;
    }

    .mt-45 {
        margin-top: 30px !important;
    }

    .mt-50 {
        margin-top: 35px !important;
    }

    .mt-60 {
        margin-top: 40px !important;
    }

    .mt-70 {
        margin-top: 50px !important;
    }

    .mt-80 {
        margin-top: 60px !important;
    }

    .mt-100 {
        margin-top: 60px !important;
    }

    .mb-15 {
        margin-bottom: 10px !important;
    }

    .mb-20 {
        margin-bottom: 15px !important;
    }

    .mb-25 {
        margin-bottom: 20px !important;
    }

    .mb-30 {
        margin-bottom: 20px !important;
    }

    .mb-40 {
        margin-bottom: 30px !important;
    }

    .mb-45 {
        margin-bottom: 30px !important;
    }

    .mb-50 {
        margin-bottom: 35px !important;
    }

    .mb-60 {
        margin-bottom: 40px !important;
    }

    .mb-70 {
        margin-bottom: 50px !important;
    }

    .mb-80 {
        margin-bottom: 60px !important;
    }

    .mb-100 {
        margin-bottom: 60px !important;
    }
}

/*==========================

全体設定

===========================*/
html {
    font-size: 62.5%;
    touch-action: manipulation;
}

body {
    font-family: -apple-system, "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 1.4em;
    font-weight: 500;
    line-height: calc(27/16);
    color: #4d4d4d;
    /* font-feature-settings: "palt"; */
    /* background-image: url(img/bg.png); */
    /* background-size: contain; */
    /* background-position: top; */
    /* background-repeat: no-repeat; */
}

.min {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
}

.wrap {
    margin: auto;
    padding: 0 20px;
}

@media screen and (min-width: 768px) {
    body {
        font-size: 1.6em;
    }

    body {
        background-size: cover;
    }

    .wrap {
        max-width: 1260px;
        padding: 0 30px;
    }

    .sub-wrap {
        max-width: 1160px;
    }
}

/*==========================

ヘッダー

===========================*/
.header {
    width: 100%;
    transition: .4s;
    z-index: 100;
    background-color: #fff;
    position: relative;
}

.top .header {
    background-image: url(img/bg.png);
}

.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*ヘッダー高さ*/
    height: 60px;
}

.header-logo {
    width: 120px;
    margin-left: 10px;
}

@media screen and (min-width: 992px) {
    .header-logo {
        width: 200px;
    }

    .header-wrap {
        /*ヘッダー高さ*/
        height: 100px;
        max-width: 1260px;
        margin: auto;
        padding: 0 30px;
    }
}

@media screen and (min-width: 1280px) {
    .header-logo {
        min-width: 255px;
    }
}

@media screen and (min-width: 1360px) {
    .header-logo {
        position: absolute;
        left: 30px;
    }
}

/*
グローバルナビ
===========================*/
.gnav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background: #fff;
    transition: transform .25s;
    padding: 2em 0;
    text-align: center;
    z-index: 101;
}

.gnav.active {
    z-index: 101;
    transform: translateX(0);
}

.gnav-list {
    margin: 1em 0;
}

.gnav-list li a {
    display: block;
    text-align: center;
    padding: 1.5em;
    color: #333333;
    font-size: 1.4rem;
}

.gnav-list li a:before {
    content: attr(data-desc);
    display: block;
    font-size: 1.5rem;
    color: #4D4D4D;
}

.gnav .mail-btn {
    width: 190px;
    height: 50px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.4rem;
    position: relative;
    background-color: #161a5a;
    padding-left: 40px;
}

.gnav .mail-btn:hover {
    filter: brightness(115%);
}

.gnav .mail-btn::after {
    content: "";
    background-image: url(img/icon_mail.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 35px;
    margin: auto;
}

@media screen and (min-width: 992px) {
    .gnav {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: static;
        width: calc(100% - 220px);
        height: auto;
        margin-left: auto;
        transform: translateX(0);
        background: none;
        padding: 0;
    }

    .gnav-list {
        display: flex;
        justify-content: space-between;
        margin: 0 20px;
    }

    .gnav-list li a {
        line-height: 1.2;
        padding: 0 1.2vw;
    }

    .gnav-list li a:before {
        font-size: 1.6rem;
        padding-bottom: 5px
    }

    .gnav-list li a:hover {
        opacity: 0.6;
    }

    .gnav .mail-btn {
        font-size: 1.6rem;
        margin-left: 0.5em;
    }

    .gnav .mail-btn:hover {
        filter: brightness(140%);
    }
}

@media screen and (min-width: 1280px) {
    .gnav-list li a {
        padding: 0 30px;
    }
}

/*
ハンバーガーメニュー
===========================*/
.hamburger-wrap {
    z-index: 102;
    position: fixed;
    top: 11px;
    right: 20px;
    align-items: center;
    justify-content: center;
}

.hamburger {
    width: 40px;
    height: 22px;
    border: 0;
    background-color: transparent;
    color: transparent;
    font-size: 0;
    cursor: pointer;
    position: relative;
}

.hamburger:focus {
    outline: none;
}

.hamburger span {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 25px;
    height: 2px;
    background-color: #14294E;
    border-radius: 4px;
    transition: all .3s;
    /* filter: drop-shadow(2px 1px 2px #aaa); */
}

.hamburger span:nth-of-type(1) {
    top: 0;
}

.hamburger span:nth-of-type(2) {
    top: 10px;
}

.hamburger span:nth-of-type(3) {
    bottom: 0;
}

.hamburger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
}

.hamburger.active span:nth-of-type(2) {
    opacity: 0;
    animation: active-bar02 .5s forwards;
}

@keyframes active-bar02 {
    100% {
        height: 0;
    }
}

.hamburger.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
}

@media screen and (min-width: 992px) {
    .hamburger {
        display: none;
    }
}

/*==========================

フッター

===========================*/
.footer {
    background-color: #fff;
    text-align: center;
    padding-top: 60px;
    color: #333;
}

.footer a:hover {
    opacity: 0.7;
}

.footer-logo img {
    width: 180px;
    margin-bottom: 30px;
}

.footer .footer-address {
    font-feature-settings: normal;
    padding: 0 20px;
    font-size: 1.3rem;
}

.footer .footer-address dl {
    margin-bottom: 1em;
}

.footer-nav li a {
    display: inline-block;
    text-align: center;
    padding: 1em;
    color: #333333;
    font-size: 1.4rem;
}

.footer-nav li a:before {
    content: attr(data-desc);
    display: block;
    font-size: 1.5rem;
    color: #4D4D4D;
}

.footer-copy {
    background-color: #161a5a;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    margin-top: 40px;
    height: 30px;
}


@media screen and (min-width: 768px) {
    .footer {
        padding-top: 80px;
    }

    .footer-logo img {
        width: 195px;
    }

    .footer .footer-address dl {
        display: flex;
        text-align: left;
        margin-bottom: 0.25em;
        justify-content: center;
    }

    .footer dt {
        min-width: 12em;
        max-width: 12em;
    }

    .footer dd {
        margin-left: 1em;
    }

    .footer dd:first-of-type {
        min-width: 26em;
        max-width: 26em;
    }

    .footer dd:last-of-type {
        min-width: 12em;
        max-width: 12em;
    }

    .footer-nav {
        display: flex;
        justify-content: center;
        margin-top: 50px;
    }

    .footer-nav li a {
        line-height: 1.2;
        padding: 0 1.5vw;
    }

    .footer-nav li a:before {
        font-size: 1.6rem;
        padding-bottom: 5px
    }

    .footer-copy {
        font-size: 1.2rem;
        margin-top: 110px;
    }
}

@media screen and (min-width: 1100px) {
    .footer .col2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer .footer-address {
        font-size: 1.6rem;
    }

}

/*==========================

404

===========================*/
main .error404 {
    text-align: center;
    line-height: 2;
    padding: 250px 20px 100px;
}

/*==========================

お問い合わせ

===========================*/
/* フォーム部 */
.assess-form {
    width: 100%;
    max-width: 900px;
    margin: 70px auto 50px;
    padding: 10px 50px 10px;
    background-color: #fff;
    filter: drop-shadow(0 0 20px rgb(0 0 0 / 10%));
}

.cancel .assess-form {
    margin: 0 auto 50px;
    padding-top: 20px;
}

h3.check {
    display: none !important;
}

@media screen and (max-width: 567px) {
    .assess-form {
        width: 100%;
        margin: 30px auto;
        padding: 15px;
    }
}

/* テーブル共通
------------------------------*/
.assess-form table.mw-form {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    margin: 50px auto 35px;
    font-size: 16px;
}

.assess-form table.mw-form th {
    width: 250px;
    text-align: left;
    padding: 10px 0 10px 10px;
}

.assess-form table.mw-form td {
    width: 75%;
    padding: 10px 0;
    font-family: -apple-system, "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.assess-form table.mw-form th,
.assess-form table.mw-form td {
    vertical-align: top;
    /* border-top: 1px solid #E6E6E6; */
    margin: 0;
}

.assess-form table.mw-form th .ttl {
    display: inline-block;
}

.assess-form table.mw-form th p.txt {
    text-align: left;
    font-size: 13px;
    font-weight: normal;
    background-color: transparent;
    margin: 0;
}

.horizontal-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mw-form-horizontal-item {
    display: inline-block;
}

.mw-form-horizontal-item .ttl {
    min-width: 2em;
    display: inline-block;
    font-size: 14px;
    line-height: 2;
    text-align: right;
    padding-right: 10px;
    color: #808080;
}

.mw-form-horizontal-item .address-ttl {
    min-width: 2em;
    display: inline-block;
    font-size: 14px;
    line-height: 2;
    text-align: right;
    padding-right: 10px;
    color: #999999;
}

.mw-form-horizontal-item select {
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding: 0 50px 0 10px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(img/select_arrow.svg), #fff;
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: right 2px center;
    color: #4D4D4D;
}

select::-ms-expand {
    display: none;
}

.address-group .horizontal100 {
    width: 100%;
}

.address-group .mw-form-horizontal-item {
    margin-bottom: 1em;
}

.style1-group .mw-form-horizontal-item {
    margin-bottom: 5px;
}

.small {
    font-size: 0.8em;
}

.mw-form-horizontal p {
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .style1-group .mw-form-horizontal-item {
        margin-bottom: 1em;
    }

    .mw-form-horizontal-item.bank {
        display: block;
        margin-bottom: 1em;
    }
}

/* 必須
------------------------------*/
.assess-form table.mw-form th span.required,
.assess-form table.mw-form th span.option {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    /* margin-left: 12px; */
    padding: 2px 0;
    border-radius: 20px;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {

    .assess-form table.mw-form th span.required,
    .assess-form table.mw-form th span.option {
        color: #fff;
        font-size: 11px;
        display: inline-block;
        margin-left: 7px;
        margin-top: 2px;
        padding: 0;
        line-height: 1.5;
        vertical-align: text-top;
        letter-spacing: 0;
    }
}

.assess-form table.mw-form th span.required {
    color: #4092b5;
    font-feature-settings: "palt";
}

.assess-form table.mw-form th span.option {
    background: #D1D1D1;
    color: #fff;
    display: none;
}

/* ラジオボタン・チェックボックス
------------------------------*/
.assess-form table.mw-form .horizontal-item {
    display: block;
}

.property .horizontal-item {
    margin: 0 !important;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    .property .horizontal-item {
        font-size: 14px;
    }
}

/* テキストボックス
------------------------------*/
.assess-form table.mw-form input[type="text"],
.assess-form table.mw-form textarea {
    max-width: 100%;
    color: #4D4D4D;
    border: none;
    border-radius: 0;
    padding: 7px 10px;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
}

.assess-form table.mw-form textarea.message {
    height: 200px;
    line-height: 1.7;
    padding: 10px 15px;
    vertical-align: top;
    font-size: 16px;
    border: #f0f0f0 1px solid;
}

.assess-form table.mw-form input[type="text"] {
    width: 150px;
    font-size: 16px;
    line-height: 1.6;
    border: #f0f0f0 1px solid;
}

.assess-form table.mw-form input::placeholder {
    color: #e4e4e4;
}

/* input長さ調整
------------------------------*/
.assess-form table.mw-form input.long,
.assess-form table.mw-form textarea {
    width: 100%;
}

.assess-form table.mw-form input.short {
    max-width: 200px;
    width: 100%;
}

.assess-form table.mw-form input.tel {
    width: 250px;
}

.assess-form table.mw-form input.mail {
    width: 400px;
}

@media screen and (max-width: 768px) {
    .assess-form table.mw-form input.mid {
        width: 75%;
    }
}

/* セレクトボックス
------------------------------*/
.assess-form table.mw-form .select {
    overflow: hidden;
    width: 38%;
    position: relative;
    display: inline-table;
    z-index: 0;
}

@media screen and (max-width: 768px) {
    .assess-form table.mw-form .select {
        width: 75%;
    }
}

.assess-form table.mw-form p {
    font-size: 14px;
    padding-top: 7px;
    margin-bottom: 0;
    letter-spacing: 0.05em;
}

.assess-form table.mw-form .select select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.assess-form table.mw-form .select select::-ms-expand {
    display: none;
}

.assess-form table.mw-form .select::before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: bold;
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 1;
}

.assess-form table.mw-form .select select {
    padding: 10px 40px 10px 10px;
    border: 1px solid #707070;
    border-radius: 0;
    background-color: #fff;
}

/* 送信ボタン
------------------------------*/
.submit-btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: auto;
    padding: 0 0 100px;
}

@media screen and (max-width: 768px) {
    .submit-btn {
        padding: 0 0 80px;
    }
}

.submit-btn input[type="submit"] {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    display: table;
    margin: 0 1em 1em;
    border-radius: 12px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    outline: none;
    transition: 0.3s;
    cursor: pointer;
    background: #2A4073;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
}

.submit-btn input[type="submit"]::before {
    content: "";

}

.mw_wp_form_confirm .submit-btn input:first-of-type {
    background: #aaa;
    color: #fff;
}

.submit-btn input[type="submit"]:hover {
    filter: brightness(110%);
    transition: 0.3s;
}

/* 送信確認画面
------------------------------*/
.mw_wp_form_confirm h3.check {
    display: flex !important;
}

.mw_wp_form_confirm h3.no-check {
    display: none;
}

.mw_wp_form_confirm .contact-head p {
    display: none;
}

.mw_wp_form_confirm .mw-form-horizontal-item .ttl {
    display: none;
}

.mw_wp_form_confirm .mw-form-horizontal-item .address-ttl {
    display: none;
}

.mw_wp_form_confirm .horizontal-flex {
    justify-content: left;
}

.mw_wp_form_confirm .mw-form-horizontal-item {
    margin-right: 1em;
}

.mw_wp_form_confirm .assess-form table.mw-form th span {
    display: none;
}

.mw_wp_form_confirm .address-group .mw-form-horizontal-item {
    margin-bottom: 0;
    line-height: 1.6;
}

/* 送信完了画面
------------------------------*/
.success {
    padding: 50px 0;
    line-height: 2.5;
    text-align: center;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .assess-form table.mw-form {
        max-width: 100%;
        margin: 0 auto 30px;
    }

    .assess-form table.mw-form input[type="text"],
    .assess-form table.mw-form textarea {
        font-size: 16px;
        margin-bottom: 1em;
    }

    .assess-form table.mw-form .bank input[type="text"] {
        margin-bottom: 0;
    }

    .assess-form table.mw-form .select select {
        font-size: 16px;
    }

    .assess-form table.mw-form tr {
        width: 100%;
        display: block;
        list-style-type: none;
    }

    .assess-form table.mw-form th {
        text-align: left;
        padding: 25px 0 5px;
    }

    .assess-form table.mw-form td {
        padding: 10px 0;
        border: 0;
        background-color: transparent;
    }

    .assess-form table.mw-form th,
    .assess-form table.mw-form td {
        width: 100%;
        display: list-item;
        box-sizing: border-box;
        text-align: left;
    }

    .assess-form .pp {
        height: 200px;
        margin: 0 auto 25px;
        padding: 1em 1em 0;
        overflow-y: scroll;
    }

    .assess-form .agreement {
        margin: 0 0 15px;
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .assess-form table.mw-form .property {
        display: block;
    }

    .assess-form table.mw-form .property span.mwform-radio-field.horizontal-item,
    .assess-form table.mw-form span.mwform-radio-field.horizontal-item {
        width: auto;
        display: block;
        margin: 0;
    }

    .assess-form table.mw-form .unit {
        margin: 0;
    }

    .assess-form table.mw-form .unit span.mwform-radio-field.horizontal-item {
        display: inline;
        margin-right: 20px;
    }

    .contact .thank {
        padding-top: 0;
        color: #504E4E;
        background: url(img/mail.png);
        background-size: 60px;
        background-repeat: no-repeat;
        background-position: top center;
    }

    .contact .thank h2 {
        padding-top: 2.4em;
        color: #2e2e2e !important;
        font-size: 28px;
        margin: 0;
    }

    .assess-form table.mw-form .horizontal-item {
        margin: 0 17px 0 0;
    }

    .mwform-checkbox-field input,
    .mwform-radio-field input {
        margin-right: 2px !important;
    }
}

/*==========================

アーカイブ

===========================*/
.archive-box {
    margin-top: 50px;
}

.archive-box ul {
    display: flex;
    flex-wrap: wrap;
}

.archive-box li {
    display: block;
    margin: 0 25px 50px 0;
    width: 200px;
}

.archive-box li:nth-child(5n) {
    margin-right: 0;
}

.archive-box li a {
    display: block;
}

.archive-box li a:hover {
    filter: brightness(110%);
}

.archive-box li img {
    object-fit: cover;
    width: 100%;
    height: 180px;
    margin: auto;
    font-family: 'object-fit: cover;';
    object-position: center;
    margin-bottom: 15px;
}

.archive-box li .date {
    display: block;
    font-size: 1.2rem;
    font-family: -apple-system, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #B3B3B3;
    margin-bottom: 5px;
}

.archive-box h3 {
    color: #000;
    font-size: 1.4rem;
    margin: 10px auto 0;
}

@media screen and (max-width: 1180px) {
    .archive-box li {
        width: calc(20% - 15px);
        margin: 0 7px 50px;
    }

    .archive-box li:nth-child(5n) {
        margin-right: 10px;
    }

    .archive-box li img {
        height: 50%;
    }
}

@media screen and (max-width: 767px) {
    .archive-box ul {
        justify-content: center;
    }

    .archive-box li {
        width: calc(50% - 20px);
        margin: 0 auto 40px;
    }

    .archive-box li:nth-child(5n) {
        margin-right: auto;
    }

    .archive-box h3 {
        margin: 5px auto 0;
    }
}

@media screen and (max-width: 480px) {
    .archive-box li img {
        height: 140px;
    }
}

/*==========================

投稿詳細

===========================*/
.the-content .is-layout-flex {
    align-items: flex-start;
    margin: 50px auto;
}

.the-content .is-layout-flex .wp-block-image {
    margin-right: 50px;
}

@media screen and (max-width: 767px) {
    .the-content .is-layout-flex {
        display: block;
        margin: 30px auto;
    }

    .the-content .is-layout-flex p {
        margin-top: 30px;
    }

    .the-content .is-layout-flex .wp-block-image {
        margin-right: auto;
    }
}

/*==========================

ページネーション

===========================*/
/*
アーカイブ用
===========================*/
.screen-reader-text {
    display: none;
}

.nav-links {
    display: flex;
    justify-content: center;
    margin: 40px auto 80px;
}

.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.6rem;
    position: relative;
    margin: 0 10px;
}

.page-numbers.current {
    box-sizing: border-box;
    opacity: 0.4;
}

a.page-numbers:hover {
    opacity: 0.4;
}

@media screen and (min-width: 768px) {
    .nav-links {
        margin: 100px auto 130px;
    }
}

/*
投稿用
===========================*/
.page-nav {
    display: flex;
    justify-content: center;
    margin: 40px auto 80px;
}

.page-nav li {
    margin: 0 20px;
}

.page-nav-list a:hover {
    opacity: 0.4;
}

@media screen and (min-width: 768px) {
    .page-nav {
        margin: 120px auto 150px;
    }
}

/*==========================

共通スタイル

===========================*/
/*
h2
===========================*/
.h2-style {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 4rem;
    color: #161a5a;
    padding: 100px 0 60px;
    text-align: center;
    font-weight: 600;
}

.h2-style span {
    display: block;
    font-size: 2.5rem;
    padding-top: 10px;
    position: relative;
}

.h2-style span::before {
    content: "";
    width: 300px;
    height: 1px;
    background-color: #161a5a;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .h2-style {
        font-size: 2.4rem;
        padding: 50px 0 30px;
    }

    .h2-style span {
        font-size: 1.8rem;
        padding-top: 6px;
        position: relative;
    }

    .h2-style span::before {
        width: 200px;
    }
}

/*
見出し装飾
===========================*/
.h2-style {
    background-repeat: no-repeat;
    background-position: 0 33px;
}

@media screen and (max-width: 767px) {
    .h2-style {
        background-position: 0 10px;
        background-size: 45%;
    }
}

.about-sec .h2-style {
    background-image: url(img/ttl_about.svg);
}

.info-sec .h2-style {
    background-image: url(img/ttl_info.svg);
}

.contact-sec .h2-style {
    background-image: url(img/ttl_contact.svg);
}

.message-sec .h2-style {
    background-image: url(img/ttl_ms.svg);
}

.profile-sec .h2-style {
    background-image: url(img/ttl_profile.svg);
}

.rev-sec .h2-style {
    background-image: url(img/ttl_rev.svg);
}

.empty-sec .h2-style {
    background-image: url(img/ttl_en.svg);
}

.real-sec .h2-style {
    background-image: url(img/ttl_real.svg);
}

.faq-sec .h2-style {
    background-image: url(img/ttl_faq.svg);
}


/*
ボタン
===========================*/
.btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0 100px;
    gap: 100px;
}

.main-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: solid 1px #161a5a;
    color: #161a5a;
    width: 200px;
    height: 50px;
    text-indent: 1em;
}

.main-btn::before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #161a5a;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
}

.main-btn:hover {
    color: #fff;
    background-color: #161a5a;
}

.main-btn:hover::before {
    background-color: #fff;
}

.main-btn.turn {
    background-color: #161a5a;
    color: #fff;
}

.main-btn.turn::before {
    background-color: #fff;
}

.main-btn.turn.long {
    width: 330px;
    font-size: 2rem;
}

.main-btn:hover {
    filter: brightness(140%);
}

@media screen and (max-width: 767px) {
    .btn-wrap {
        padding: 40px 0 60px;
        flex-direction: column;
        gap: 25px;
    }

    .main-btn.turn.long {
        width: 100%;
        font-size: 1.6rem;
    }
}

/*
下層ページタイトル
===========================*/
.page-ttl-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(img/bg_ttl_head.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 180px;
    margin-bottom: 40px;
}

.profile .page-ttl-area,
.services .page-ttl-area,
.faq .page-ttl-area {
    margin-bottom: 0px;
}

.page-ttl {
    margin: auto;
    color: #fff;
    font-size: 2.8rem;
    position: relative;
    z-index: 3;
    padding-bottom: 5px;
    display: inline-block;
}

.page-ttl::after {
    content: "";
    width: 120px;
    height: 2px;
    background-color: #fff;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (min-width: 992px) {
    .page-ttl-area {
        height: 300px;
        margin-bottom: 90px;
    }

    .page-ttl {
        font-size: 4rem;
        padding-bottom: 10px;
    }

    .page-ttl::after {
        content: "";
        width: 150px;
    }

}

/*
背景色
===========================*/
.gray {
    background-image: url(img/bg.png);
}

/*==========================

トップページ

===========================*/
/*
メインビジュアル
===========================*/
.mainvisual {
    padding-bottom: 200px;
}

.mainvisual .col2 {
    display: flex;
    align-items: center;
}

.mainvisual .col2 .img-box {
    margin-left: auto;
    margin-right: calc((100% - 100vw) / 2);
    width: 72.9vw;
    height: 900px;
}

.mainvisual .col2 .img-box img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    height: 100%;
    width: 100%;
}

.mainvisual .col2 .txt-box {
    z-index: 2;
    display: flex;
    justify-content: right;
    align-items: center;
    background-color: #fff;
    position: absolute;
    height: 300px;
    margin-left: calc((100% - 100vw) / 2);
}

.mainvisual .col2 .txt-box::before {
    content: "";
    background-color: #fff;
    width: 100vw;
    height: 300px;
    position: absolute;
    z-index: 1;
    filter: drop-shadow(0 0 20px rgb(0 0 0 / 10%));
}

.mainvisual .col2 .txt-box h1 {
    z-index: 2;
    color: #161a5a;
    font-size: 5rem;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
    line-height: calc(90/50);
    padding-right: 60px;
}

@media screen and (max-width: 992px) {
    .mainvisual .col2 .img-box {
        height: 500px;
    }

    .mainvisual .col2 .txt-box {
        height: 180px;
    }

    .mainvisual .col2 .txt-box::before {
        height: 180px;
    }

    .mainvisual .col2 .txt-box h1 {
        font-size: 3rem;
        padding-right: 40px;
    }
}

@media screen and (max-width: 767px) {
    .mainvisual {
        padding-bottom: 40px;
    }

    .mainvisual .wrap {
        padding: 0;
    }

    .mainvisual .col2 {
        align-items: flex-end;
    }

    .mainvisual .col2 .img-box {
        margin: auto;
        width: 100%;
        height: 100%;
        aspect-ratio: 1/1;
    }

    .mainvisual .col2 .txt-box {
        padding-left: 20px;
        height: 120px;
        filter: drop-shadow(0 0 20px rgb(0 0 0 / 10%));
        margin-bottom: 20px
    }

    .mainvisual .col2 .txt-box::before {
        content: none;
    }

    .mainvisual .col2 .txt-box h1 {
        font-size: 2.4rem;
        font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        padding-right: 20px;
    }
}





/*==========================

会社概要

===========================*/
/*
MESSAGE
===========================*/
.message-sec .col2 {
    display: flex;
    gap: 52px;
    padding-bottom: 100px;
}

.message-sec .col2 .img-box {
    flex: 1;
}


.message-sec .col2 .txt-box {
    flex: 1;
}

.message-sec .col2 p {
    line-height: calc(27/16);
}

@media screen and (max-width: 991px) {
    .message-sec .col2 {
        display: block;
        padding-bottom: 50px;
    }

    .message-sec .col2 .img-box {
        min-width: auto;
        max-width: 380px;
        width: 80%;
        margin: 0 auto 30px;
    }
}

/*
COMPANY PROFILE
===========================*/
.about-list {
    max-width: 750px;
    padding-bottom: 100px;
    margin: auto;
}

.about-list dl {
    display: flex;
    font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
    .about-list dl {
        font-size: 1.5rem;
    }
}

.about-list dt {
    width: 200px;
    color: #151a59;
    border-bottom: 1px solid;
    margin-right: 30px;
    padding: 15px 0;
}

.about-list dd {
    width: calc(100% - 160px);
    border-bottom: #cbcbcb 1px solid;
    padding: 15px 0;
}

.main-btn.map {
    width: 100px;
    height: 30px;
    margin: 10px 0 20px;
    font-size: 1.4rem;
}

.main-btn.map::before {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #161a5a;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
}

.main-btn.map:hover::before {
    background-color: #fff;
}


@media screen and (max-width: 767px) {
    .about-list {
        padding-bottom: 50px;
    }

    .about-list dt {
        width: 90px;
        margin-right: 10px;
        padding: 20px 0 5px;
    }

    .about-list dd {
        width: calc(100% - 100px);
        padding: 20px 0 5px;
    }
}


/*==========================

賃貸物件詳細

===========================*/
/* 一覧ページと兼用 */
.ttl-area {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.ttl-area span {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2CA6E0;
    color: #fff;
    font-size: 1.5rem;
    padding: 4px 1em;
    margin-right: 30px;
    text-align: center;
    min-width: fit-content;
}

.ttl-area h2,
.ttl-area h1 {
    font-size: 2.2rem;
}

.ttl-area h2 strong,
.ttl-area h1 strong,
.info-list h3 strong {
    color: #C1272D;
    display: inline-block;
    text-indent: -0.5em;
}

@media screen and (max-width: 767px) {
    .ttl-area {
        display: block;
    }

    .ttl-area span {
        font-size: 1.3rem;
        width: fit-content;
        margin: 12px 0 7px;
    }

    .ttl-area h2,
    .ttl-area h1 {
        font-size: 2rem;
    }
}

.ttl-area.single-head {
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .ttl-area.single-head {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
}

.single .meta-list {
    margin: 20px auto 60px;
}

.single .meta-list .tag {
    margin-left: 30px;
}

@media screen and (max-width: 767px) {
    .single .meta-list {
        margin: 10px auto 30px;
    }

    .single .meta-list .tag {
        margin-left: 15px;
    }

}

/*ギャラリー */
.gallery {
    margin-bottom: 120px;
    max-height: 600px;
}

@media screen and (min-width: 768px) {
    .gallery .gallery-thumbnail-list .swiper-slide img:hover {
        opacity: 0.6;
        cursor: pointer;
        transition: 0.2s;
    }
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    filter: brightness(180%);
    transition: 0.2s;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(img/icon_product-gallery_prev_white.svg);
    left: 0px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(img/icon_product-gallery_next_white.svg);
    right: 0px;
}

@media screen and (max-width: 991px) {
    .gallery {
        margin-bottom: 80px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        position: absolute;
        width: 20px;
        background-size: 10px 20px;
        background-color: #fff;
    }
}

/*詳細リスト（売買と兼用） */
.property-list {
    margin-bottom: 50px;
}

.property-list .col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.property-list dl {
    display: flex;
    border-bottom: 1px solid #cbcbcb;
}

.property-list {
    border-top: 1px solid #cbcbcb;
}

.property-list dt {
    background-color: #f0f8ff;
    padding: 25px 15px;
    min-width: 180px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.property-list dd {
    padding: 15px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .property-list {
        margin-bottom: 30px;
    }

    .property-list .col2 {
        display: block;
    }

    .property-list .col2:first-of-type dl:nth-child(2) {
        border-top: none;
    }

    .property-list dt {
        padding: 15px 10px;
        min-width: 100px;
        margin-right: 15px;
    }

    .property-list dd {
        padding: 10px 0;
    }
}

.single-rental .btn-wrap,
.single-sale .btn-wrap {
    padding-bottom: 50px;
}

@media screen and (max-width: 991px) {

    .single-rental .btn-wrap,
    .single-sale .btn-wrap {
        padding-bottom: 30px;
    }
}

/*==========================

売買物件詳細

===========================*/
.sale-mv {
    margin-bottom: 70px;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .sale-mv {
        margin-bottom: 40px;
    }
}

.recommend dt {
    background-color: #f0f8ff;
    align-items: flex-start;
    padding: 15px;
}

.single-sale .property-list dt {
    padding: 15px;
}

.single-sale .property-list dd {
    padding: 15px;
}

.single-sale .property-list dd strong {
    color: #C1272D;
}

.property-list.mini dt {
    min-width: 120px;
    margin-right: 5px;
    padding: 15px;
}

.property-list .col4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 991px) {
    .single-sale .property-list dt {
        padding: 10px;
        min-width: 135px;
        margin-right: 15px;
    }

    .single-sale .property-list dd {
        padding: 10px 0;
    }

    .recommend dt {
        padding: 10px;
    }

    .property-list.mini dt {
        min-width: 100px;
        margin-right: 15px;
        padding: 10px;
    }

    .property-list .col4 {
        display: block;
    }
}

/*==========================

売買物件情報一覧

===========================*/
.select-type {
    padding: 100px 0;
    margin-bottom: 100px;
}

.select-type .type-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
}

.select-type .type-list a:hover {
    filter: brightness(150%);
}

@media screen and (max-width:1100px) {
    .select-type .type-list {
        gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .select-type {
        padding: 50px 0;
        margin-bottom: 50px;
    }

    .select-type .type-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .select-type .type-list a {
        display: inline-block;
        max-width: 300px;
        margin: auto;
    }
}

.sale-list li {
    border: 1px #000 solid;
    padding: 20px;
    margin-bottom: 50px;
}

.sale-list .col2 {
    display: flex;
}

.sale-list .img-box {
    width: 260px;
    margin-right: 30px;
}

.sale-list .img-box img {
    object-fit: cover;
    height: 100%;
}

.sale-list .txt-box {
    width: calc(100% - 290px);
}

.sale-list .txt-box dl {
    display: flex;
}

.sale-list .txt-box dt {
    width: 70px;
    color: #000;
    border-bottom: 1px solid;
    padding: 6px 0;
}

.sale-list .txt-box dd {
    width: calc(100% - 70px);
    border-bottom: #ccc 1px solid;
    padding: 6px 0;
}

.sale-list .txt-box .col3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.sale-list .btn-wrap {
    padding: 20px 0 0;
}

.sale-list .btn-wrap .sub-btn {
    width: 240px;
    height: 30px;
    font-size: initial;
}

@media screen and (max-width: 1159px) {
    .sale-list .txt-box .col3 {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .sale-list li {
        margin-bottom: 30px;
    }

    .sale-list .col2 {
        display: block;
    }

    .sale-list .img-box {
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .sale-list .img-box img {
        object-fit: inherit;
        height: auto;
    }

    .sale-list .txt-box {
        width: 100%;
    }

    .sale-list .txt-box dl {
        display: flex;
    }

    .sale-list .txt-box dt {
        width: 60px;
        color: #000;
        padding: 4px 0;
    }

    .sale-list .txt-box dd {
        width: calc(100% - 40px);
        padding: 4px 0;
    }
}


/*==========================

物件情報

===========================*/
.info-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: calc(200px/3);
    margin-bottom: 40px;
}

.info-list li a {
    display: block;
}

.info-list li a:hover {
    filter: brightness(115%);
}

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

.meta-list {
    display: flex;
    align-items: center;
    margin: 20px auto 12px;
}

.meta-list .tag {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #161a5a;
    color: #fff;
    font-size: 1.2rem;
    width: 100px;
    margin-right: 10px;
}

.meta-list .date {
    font-size: 1.4rem;
}

.meta-list .date .red {
    color: #C1272D;
    font-weight: 700;
}

@media screen and (max-width: 1200px) {
    .info-list {
        gap: calc(10vw/3);
    }
}


@media screen and (max-width: 991px) {
    .info-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 3vw;
        margin-bottom: 20px;
    }

    .meta-list {
        margin: 13px auto 5px;
    }

    .meta-list .tag {
        font-size: 1.1rem;
        width: 80px;
        margin-right: 10px;
    }

    .meta-list .date {
        font-size: 1.2rem;
    }
}


/*==========================

モーダル追加

===========================*/
.gallery-modal-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 40px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .3s;
    pointer-events: none;
    opacity: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, .9);
    overflow: auto
}

.gallery-modal-wrap.is-active {
    opacity: 1;
    pointer-events: auto
}

.gallery-modal-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer
}

.gallery-modal-content {
    position: relative;
    width: 100%;
    max-height: 100%
}

@media (min-width: 768px) {
    .gallery-modal-content {
        max-width: 85vw;
    }
}

.gallery-modal-close-btn {
    width: 22px;
    height: 22px;
    padding: 0;
    border: none;
    box-shadow: none;
    color: transparent;
    background: 0 0;
    cursor: pointer;
    font: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: -10px;
    right: 20px;
    z-index: 10;
}

.gallery-modal-close-btn:before,
.gallery-modal-close-btn:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 2px;
    background-color: #fff
}

.gallery-modal-close-btn:before {
    transform: rotate(45deg)
}

.gallery-modal-close-btn:after {
    transform: rotate(-45deg)
}

.gallery-modal .swiper-slide {
    height: auto
}

.gallery-modal-slide {
    height: 100%;
    padding: 20px;
}

.gallery-modal-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.gallery-modal-content .swiper-button-prev,
.gallery-modal-content .swiper-button-next {
    width: 20px;
    background-size: 12px 20px;
    border-radius: 4px;
}

.gallery-modal-content .swiper-button-prev {
    left: -5px;
    background-image: url(img/icon_product-gallery_prev_white.svg)
}

.gallery-modal-content .swiper-button-next {
    right: -5px;
    background-image: url(img/icon_product-gallery_next_white.svg)
}

@media (min-width: 768px) {

    .gallery-modal-content .swiper-button-prev,
    .gallery-modal-content .swiper-button-next {
        background-size: 14px 25px;
        background-color: #fff;
        border-radius: 4px;
        width: 44px;
    }

    .gallery-modal-content .swiper-button-prev {
        left: -15px
    }

    .gallery-modal-content .swiper-button-next {
        right: -15px
    }
}


/*
ニュース箇所（メインビジュアル直下）
===========================*/
.news-sec .wrap {
    position: relative;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-style01 {
    max-width: 800px;
    width: 100%;
    margin: auto;
    box-shadow: 0 0 21px rgb(0 0 0 / 10%);
    padding: 30px 50px;
    outline: 1px solid #161a5a;
    outline-offset: -6px;
    position: relative;
    color: #161a5a;
    position: absolute;
    background: #fff;
    z-index: 2;
    left: auto;
    right: auto;
    margin: auto;
    top: -300px;
}

.news-style01 .h2-style {
    font-size: 3rem;
    padding: 0 0 10px;
}

.news-style01 .btn-wrap {
    padding: 30px 0 0;
}

.news-style01 .main-btn {
    width: 130px;
    height: 30px;
    font-size: 1.4rem;
}

.news-style01 .main-btn::before {
    left: 6px;
    width: 13px;
}

@media (max-width: 767px) {
    .news-style01 {
        padding: 25px;
        position: relative;
        top: 0px;
        margin-bottom: 30px;
    }

    .news-style01 .h2-style {
        font-size: 2.2rem;
    }

    .news-style01 .btn-wrap {
        padding: 20px 0 0;
    }
}

.news-style01 li {
    border-bottom: 1px dashed #e5e5e5;
    padding: 10px 0 5px;
}

.news-style01 li:first-child {
    padding: 0 0 5px;
}

.news-style01 li a {
    color: #4d4d4d;
    display: flex;
    text-align: left;
}

.news-style01 li a:hover {
    opacity: 0.6;
}

.news-style01 li .date {
    min-width: 120px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .news-style01 li {
        padding: 15px 0 5px;
    }

    .news-style01 li a {
        display: block;
    }

    .news-style01 li .date {
        min-width: 80px;
        display: block;
    }
}

/*
ABOUT
===========================*/
.about-sec {
    text-align: center;
}

.about-sec .lead {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 40px;
}

.about-sec p {
    font-size: 2rem;
    line-height: 2;
}

@media (max-width: 767px) {
    .about-sec .lead {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .about-sec p {
        font-size: 1.6rem;
    }
}

/*
バナー
===========================*/
.cv .ttl {
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
    color: #161a5a;
    padding-top: 100px;
}

.cv .ttl span {
    font-size: 2.5rem;
    font-weight: 600;
    color: #161a5a;
}

.cv .ttl h3 {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    color: #161a5a;
}

.cv .ttl img {
    width: 163px;
}

@media screen and (max-width: 767px) {
    .cv .ttl {
        margin-bottom: 40px;
        padding-top: 60px;
    }

    .cv .ttl span {
        font-size: 1.6rem;
    }

    .cv .ttl h3 {
        flex-direction: column;
        align-items: center;
        font-size: 1.8rem;
        margin-top: 10px;
    }
}

/*
お問い合わせ
===========================*/
.contact-head {
    text-align: center;
}

.contact-head p {
    font-size: 1.8rem;
    line-height: calc(35/18)
}

.contact-sec h3 {
    font-size: 2.5rem;
    font-weight: 600;
    background-color: #161a5a;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    max-width: 600px;
    width: 100%;
    height: 50px;
    margin: 40px auto 0;
}

.contact-sec .contact-head a {
    display: inline-block;
    width: 100%;
    margin: 30px auto 10px;
}

.contact-head .time {
    color: #161a5a;
    font-size: 2rem;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .contact-head p {
        font-size: 1.5rem;
    }

    .contact-sec h3 {
        font-size: 2rem;
        height: 40px;
        margin: 30px auto 0;
    }

    .contact-sec a {
        margin: 20px auto 10px;
    }

    .contact-head .time {
        font-size: 1.6rem;
    }
}

.the-content h3 {
    font-size: 4rem;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #161a5a;
    padding: 60px 0 10px;
    margin-bottom: 20px;
    font-weight: 600;
    border-bottom: 1px solid #161a5a;
}

@media screen and (max-width: 767px) {
    .the-content h3 {
        font-size: 2.8rem;
        padding: 50px 0 5px;
        margin-bottom: 10px;
    }
}

.the-content img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.the-content img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

.the-content img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 50px;
}

@media screen and (max-width: 991px) {
    .swiper-pagination {
        margin-top: 30px;
    }
}

.swiper-pagination-bullet {
    margin: 0 7px 10px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #B3B3B3;
    opacity: 1
}

.swiper-pagination-bullet-active {
    background-color: #B3B3B3;
}

@media screen and (max-width: 1280px) {
    .swiper-pagination-bullet {
        margin: 0 7px;
    }

    .swiper-pagination-bullet {
        margin: 0 7px;
        width: 8px;
        height: 8px;
    }
}

.swiper-slide {
    text-align: center;
}

.swiper-slide img {
    max-width: fit-content;
    max-height: 600px;
    text-align: center;
    margin: auto;
    width: 100%;
}


/*==========================

強み

===========================*/
.component02 {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

.component02 .img-box {
    margin-left: calc((100% - 100vw) / 2);
    margin-right: calc((100% - 100vw) / 2);
    width: 53vw;
    height: 600px;
}

.component02 .img-box img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    height: 100%;
    width: 100%;
}

.component02 .txt-box {
    background-color: #fff;
    margin-left: auto;
    width: 700px;
    min-height: 450px;
    padding: 40px 50px;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    z-index: 1;
    position: relative;
}

.component02 .txt-box h3 {
    font-size: 3.5rem;
    color: #161a5a;
    font-weight: 600;
    border-bottom: 1px solid #161a5a;
    padding-bottom: 10px;
    margin-bottom: 20px;
    line-height: 1.25;
}

.component02 .btn-wrap {
    justify-content: flex-start;
    margin-top: 35px;
}

@media screen and (max-width: 1160px) {
    .component02 .img-box {
        width: 50vw;
        height: auto;
    }

    .component02 .txt-box {
        width: 50vw;
        padding: 25px 30px;
    }
}

@media screen and (max-width: 767px) {
    .component02 {
        display: block;
        margin-bottom: 50px;
    }

    .component02 .img-box {
        margin: auto;
        width: 100%;
    }

    .component02 .txt-box {
        padding: 20px;
        margin: -20px auto 0;
        width: 90%;
        min-height: auto;
    }

    .component02 .txt-box h3 {
        font-size: 2rem;
        margin-bottom: 20px;
    }
}

.component02.turn .img-box {
    order: 2;
}

.component02.turn .txt-box {
    margin-right: auto;
    margin-left: 0;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .component02.turn .txt-box {
        margin-left: auto;
    }
}

/*
流れ
===========================*/
.flow-box {
    background-color: #fff;
    margin: auto;
    width: 100%;
    padding: 40px 50px;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
}

h3.note {
    font-size: 3.5rem;
    color: #161a5a;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

h3.note::before {
    content: "";
    width: 300px;
    height: 1px;
    background-color: #161a5a;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media screen and (max-width: 767px) {
    h3.note {
        font-size: 2rem;
    }

    h3.note::before {
        width: 200px;
    }
}

.flow-box ol {
    display: flex;
    justify-content: space-between;
}

.flow-box li {
    writing-mode: vertical-rl;
    border: 1px solid #161a5a;
    display: flex;
    align-items: center;
    width: 100%;
    height: 400px;
    padding: 115px 20px 10px;
    color: #4d4d4d;
    font-size: 2.4rem;
    position: relative;
    line-height: 1.25;
    max-width: 100px;
}

.flow-box li::before {
    position: absolute;
    content: "STEP";
    font-size: 2.1rem;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
    transform: rotate(-90deg);
    top: 5px;
    color: #161a5a;
}

.flow-box li::after {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    transform: rotate(45deg);
    position: absolute;
    top: -20px;
    bottom: 0;
    right: -40px;
    margin: auto;
    background-color: #e5e5e5;
    z-index: 2;
}

@media screen and (max-width: 1260px) {
    .flow-box li::after {
        right: calc((100% - 14vw) / 2);
    }
}

.flow-box li:last-child::after {
    content: none;
}


.flow-box li span {
    display: block;
    text-combine-upright: all;
    -ms-text-combine-horizontal: all;
    font-size: 3.4rem;
    position: relative;
    top: -65px;
    color: #161a5a;
}

.flow-box li span::after {
    content: "";
    width: 20px;
    height: 20px;
    background: #161a5a;
    background-size: contain;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
}

@media screen and (max-width: 1200px) {
    .flow-box {
        padding: 20px;
    }

    h3.note {
        font-size: 2rem;
    }

    h3.note::before {
        width: 200px;
    }
}

@media screen and (max-width: 767px) {
    .flow-box {
        padding-bottom: 0;
    }

    .flow-box ol {
        flex-direction: column;
    }

    .flow-box li {
        writing-mode: horizontal-tb;
        width: 100%;
        height: auto;
        padding: 15px 10px;
        font-size: 1.6rem;
        max-width: 100%;
        margin-bottom: 30px;
        padding-left: 85px;
    }

    .flow-box li::before {
        font-size: 1.6rem;
        font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: 600;
        transform: rotate(0deg);
        top: 0;
        bottom: 0;
        position: static;
        margin-right: 5px;
        text-indent: -75px;
    }

    .flow-box li::after {
        height: 20px;
        width: 20px;
        transform: rotate(135deg);
        top: auto;
        bottom: -20px;
        right: 0;
        left: 0;
    }

    .flow-box li span {
        font-size: 2.4rem;
        top: 0;
        left: -35px;
    }

    .flow-box li span::after {
        width: 14px;
        height: 14px;
        top: 0;
        bottom: 0;
        left: 0;
        right: -50px;
        margin: auto;
    }

}

/*
ご相談ください
===========================*/
.soudan {
    background-color: #fff;
    margin: auto;
    width: 100%;
    padding: 40px 50px;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
}

.soudan ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 50px;
    margin-bottom: 10px;
}

.soudan li {
    background-color: #e8e8ee;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 250px;
    text-align: center;
    padding: 0 10px 10px;
}

.soudan .img-box {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.soudan p {
    font-size: 2rem;
    font-weight: 600;
}

@media screen and (max-width: 991px) {
    .soudan ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .soudan ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .soudan li {
        min-height: auto;
    }

    .soudan .img-box {
        height: 130px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .soudan p {
        font-size: 1.8rem;
    }
}

.real-sec {
    padding-bottom: 1px;
}

/*==========================

よくある質問

===========================*/
.faq-sec dl {
    max-width: 1100px;
    margin: 0 auto 60px;
    position: relative;
}

.faq-sec dl::before {
    position: absolute;
    content: "Q";
    left: 0;
    color: #161a5a;
    font-size: 2.3rem;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
}

.faq-sec dt {
    color: #161a5a;
    font-size: 2.3rem;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 8px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
}

.faq-sec dt::after,
.faq-sec dt::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 2px;
    background-color: #161a5a;
}

.faq-sec dt::before {
    transform: rotate(90deg);
    transition: 0.2s;
    z-index: 1;
}

.faq-sec dt.open::before {
    transform: rotate(0deg);
    transition: 0.2s;
    background-color: #cbcbcb;
}


.faq-sec dd {
    position: relative;
    padding-left: 40px;
}

.faq-sec dd::before {
    position: absolute;
    content: "A";
    left: 0;
    color: #161a5a;
    font-size: 2.3rem;
    font-weight: 600;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.faq-sec {
    padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
    .faq-sec dl {
        margin: 0 auto 40px;
    }

    .faq-sec dl::before {
        font-size: 1.8rem;
    }

    .faq-sec dt {
        font-size: 1.6rem;
        padding-left: 30px;
        padding-right: 30px;
    }

    .faq-sec dt::after,
    .faq-sec dt::before {
        width: 20px;
    }

    .faq-sec dd {
        padding-left: 30px;
    }

    .faq-sec dd::before {
        font-size: 1.8rem;
    }

    .faq-sec {
        padding-bottom: 30px;
    }
}

/*==========================

投稿詳細

===========================*/
.the-content p {
    margin-bottom: 1em;
}

.the-content img {
    margin: 10px 0;
}