@charset "utf-8";

/*
Theme Name: mebius
*/
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, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; */
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.4em;
    font-weight: 400;
    line-height: calc(35/18);
    color: #4d4d4d;
    /* font-feature-settings: "palt"; */
    /* background-image: url(img/bg.png); */
    /* background-size: contain; */
    /* background-position: top; */
    /* background-repeat: no-repeat; */
}

.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;
    }
}

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

ヘッダー

===========================*/
.header {
    width: 100%;
    position: absolute;
    top: 0;
    transition: .4s;
    z-index: 100;
    background-color: rgb(28 80 161 / 50%);
}

.header-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /*ヘッダー高さ*/
    height: 60px;
    max-width: 1260px;
    padding: 0 30px;
    margin: auto;
}


@media screen and (min-width: 992px) {

    .header-wrap {
        /*ヘッダー高さ*/
        height: 80px;
    }
}

/*
グローバルナビ
===========================*/
.sns-icon {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 25px 0;
}


@media screen and (min-width: 992px) {
    .sns-icon {
        gap: 40px;
        margin: 20px 0;
        margin-right: 5vw;
    }

}

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

フッター

===========================*/
.footer-copy {
    height: 30px;
    background-color: #1c50a1;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

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

404

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

main .error404 a {
    padding-top: 1em;
    display: inline-block;
    text-decoration: underline;
}

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

お問い合わせ

===========================*/
/* フォーム部 */
.contact-sec {
    background-image: url(img/bg04.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-sec .h2-style {
    color: #000;
}

.assess-form {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto 0;
    padding: 0 30px 50px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    position: relative;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    font-size: 16px;
}

.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: auto;
        padding: 15px 15px 0;
    }
}

/* テーブル共通
------------------------------*/
.assess-form table.mw-form {
    width: 100%;
    max-width: 870px;
    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;
    color: #4d4d4d;
    text-align: left;
}

.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;
    margin-bottom: 3px;
}

.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: 12px;
    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: #d30023;
    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;
    text-align: left;
}

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

.mwform-checkbox-field label,
.mwform-radio-field label {
    cursor: pointer;
}

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

/* テキストボックス
------------------------------*/
.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;
    font-family: -apple-system, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

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

.assess-form table.mw-form input[type="text"] {
    width: 150px;
    font-size: 16px;
    line-height: 1.6;
    border: #e3e3e3 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: 250px;
    width: 100%;
}

.assess-form table.mw-form .address-group input.short {
    max-width: 150px;
}

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

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

@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;
}

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

.submit-btn input[type="submit"] {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    display: table;
    margin: 0 1em 1em;
    border-radius: 0;
    width: 200px;
    height: 50px;
    line-height: 40px;
    outline: none;
    transition: 0.3s;
    cursor: pointer;
    background: #7f7f7f;
    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: block !important;
    margin: 50px auto 0;
    text-align: center;
    font-size: 3rem;
    color: #000;
}

.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: 0.5em;
    }

    .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: 5px 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;
    }
}

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

共通スタイル

===========================*/
section {
    padding: 150px 0;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    section {
        padding: 80px 0;
    }
}

/*
h2
===========================*/
.h2-style {
    font-size: 3rem;
    color: #4d4d4d;
    text-align: center;
    font-weight: 600;
    margin-bottom: 60px;
}

.h2-style span {
    display: block;
    font-size: 5.5rem;
    position: relative;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #b1b1b1;
}

.h2-style span::before {
    content: "";
    width: 150px;
    transform: translateX(-50%);
    height: 1px;
    background-color: #b1b1b1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    margin: auto;
}

.h2-style span::after {
    content: "";
    width: 150px;
    transform: translateX(50%);
    height: 1px;
    background-color: #1c50a1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    margin: auto;
}

@media screen and (max-width: 991px) {
    .h2-style {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .h2-style span {
        font-size: 4rem;
    }
}


@media screen and (max-width: 991px) {
    .h2-style {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .h2-style span {
        font-size: 3rem;
    }

    .h2-style span::before {
        width: 120px;
        bottom: 5px;
    }

    .h2-style span::after {
        width: 120px;
        bottom: 5px;
    }
}


/*
ボタン
===========================*/
.btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto 0;
}

.main-btn {
    width: 250px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #666;
    position: relative;
    font-family: -apple-system, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.main-btn img {
    position: absolute;
    left: 18px;
}

@media screen and (max-width: 767px) {
    .btn-wrap {
        margin: 50px auto 0;
    }
}

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

トップページ

===========================*/
/*
メインビジュアル
===========================*/
.slide {
    position: relative;
}

@media screen and (max-width: 500px) {
    .slide {
        height: 50vh !important;
    }

    .slide .slide-img img {
        object-fit: cover;
        width: 100%;
        min-height: 50vh;
    }
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.slide h1 {
    max-width: 891px;
    width: 56.25vw;
    margin: auto;
    position: absolute;
    z-index: 10;
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60%;
}

@media screen and (max-width: 500px) {
    .mainvisual {
        height: auto !important;
        aspect-ratio: 1/1;
    }

    .slide h1 {
        width: 70%;
        top: 60px;
    }
}

.about-sec {
    background-image: url(img/about_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

@media screen and (max-width: 767px) {
    .about-sec {
        padding: 100px 0;
        background-position: 25%;
    }
}

.about-sec .box {
    padding: 40px 0 40px 60px;
    max-width: 745px;
    position: relative;
    margin-left: auto;
}

.about-sec .box::before {
    content: "";
    width: 100vw;
    height: 100%;
    background-image: url(img/about_box.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: calc((100% - 100vw) / 2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: drop-shadow(0px 0px 20px rgb(1 5 85 / 30%));
}

.about-sec h2 {
    font-size: 4rem;
    font-weight: 600;
    text-align: right;
    font-feature-settings: "palt";
    margin-bottom: 10px;
}

.about-sec h2 span {
    display: inline-block;
    line-height: 1.4;
    text-align: right;
    font-weight: 600;
}

.about-sec .line-ttl {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

.about-sec .line {
    width: 140px;
    height: 1px;
    background-color: #4d4d4d;
}

.about-sec h2 strong {
    font-size: 5.5rem;
    font-weight: 600;
}

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

@media screen and (max-width: 991px) {
    .about-sec .box {
        padding: 30px 0 30px 40px;
    }

    .about-sec h2 {
        font-size: 3rem;
        margin-bottom: 5px;
    }

    .about-sec .line-ttl {
        gap: 20px;
    }

    .about-sec .line {
        width: 120px;
    }

    .about-sec h2 strong {
        font-size: 5rem;
    }
}

@media screen and (max-width: 767px) {
    .about-sec .box {
        padding: 20px 0 20px 30px;
    }

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

    .about-sec .line-ttl {
        gap: 10px;
    }

    .about-sec .line {
        width: 100px;
    }

    .about-sec h2 strong {
        font-size: 2.4rem;
    }

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

.info-sec .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 75px;
    max-width: 1080px;
    margin: auto;
}

.info-sec .grid li {
    margin: auto;
}

.info-sec .grid li:first-child .btn-wrap {
    margin-top: 40px;
}

@media screen and (max-width: 991px) {
    .info-sec .grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 60px;
    }
}

.info-sec {
    text-align: center;
    background-image: url(img/info_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact {
    text-align: center;
    background-image: url(img/contact_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact .assess-form {
    background-image: url(img/contact_box.jpg);
    /* background-size: cover; */
    background-position: center;
    background-repeat: no-repeat;
}

/*
インスタ
===========================*/
#sb_instagram {
    padding-bottom: 0 !important;
}

#sbi_images {
    padding: 0 !important;
}