@charset "utf-8";
/* reset
--------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, select, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
caption, th {
    text-align: left;
}
img, iframe {
    vertical-align: bottom;
}
iframe {
    width: 100% !important;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: none;
    border-radius: 0;
}
/* general
--------------------------------------------------*/
/* link */
a {
    color: #000;
    text-decoration: none;
    outline: none;
}
a:hover, a:focus {
    color: #058dc7;
}
a:hover img, a:focus img {
    opacity: .5;
}
/* transition */
a, a img, input {
    transition: all .2s;
}
/* font */
strong {
    font-weight: bold;
}
/* img */
img {
    max-width: 100%;
    height: auto;
}
/* pc sp */
.sp {
    display: none;
}
@media screen and (max-width: 750px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
/* layout
--------------------------------------------------*/
/* body */
body {
    padding-bottom: 85px;
    color: #000;
    font-size: 15px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
    line-height: 1.6;
    word-break: break-all;
    background: #fff;
}
@media screen and (max-width: 750px) {
    body {
        padding-bottom: 120px;
    }
}
/* inner */
.inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}
/* bg-01 */
.bg-01 {
    padding-bottom: 40px;
    background: url("../img/lp/bg-01.jpg") no-repeat center center;
    background-size: cover;
}
@media screen and (max-width: 750px) {
    .bg-01 {
        padding-bottom: 30px;
    }
}
/* header */
header.inner {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
}
.header-logo {
    width: 20%;
    align-self: center;
}

.header-right {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.header-right h1 {
    font-size: 14px;
}
.header-contact {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.header-tel {
    padding: 0 30px 0 50px;
    font-size: 18px;
    line-height: 24px;
    background: url("../img/lp/ico-tel.png") no-repeat left top;
}
.header-tel a {
    font-size: 36px;
    font-weight: bold;
    line-height: 1em;
}
.btn-01 {
    display: block;
    padding: .6em 1.6em;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3em;
    background: #000055;
    box-shadow: 2px 2px 0 #000022;
    border-radius: 10px;
}
.btn-01.back-btn {
    background: #555555;
    box-shadow: 2px 2px 0 #222222;
}
.btn-01:hover,
.btn-01:focus {
    color: #fff;
    background: #000077;
}
.btn-01.back-btn:hover,
.btn-01.back-btn:focus {
    background: #777777;
}
@media screen and (max-width: 750px) {
    .header-right {
        width: 100%;
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto;
    }
    .sp-logo {
        grid-column: 1;
        grid-row: 2;
        max-width: 150px;
        padding-right: 20px;
    }
    .header-right h1 {
        grid-column: 1 / 3;
        grid-row: 1;
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 1.3em;
    }
    .header-contact {
        grid-column: 2;
        grid-row: 2;
    }
    .header-tel {
        margin-bottom: 5px;
        padding: 0 0 0 25px;
        font-size: 12px;
        line-height: 1.3em;
        background-size: 20px 20px;
    }
    .header-tel a {
        font-size: 20px;
    }
    .btn-01 {
        padding: .6em 1em;
        white-space: nowrap;
        font-size: 15px;
    }
}
/* ファーストビュー */
.fv {
    margin-top: 20px;
    padding: 10px;
    background: rgba(255, 255, 255, .6);
}
.fv-box {
    display: flex;
    padding: 10px;
    background: #fff;
}
.bx-wrapper {
    flex-shrink: 0;
    align-self: center;
    width: calc(470% / 980 * 100);
    margin-bottom: 0;
    border:none;
    box-shadow: none;
}
.bx-wrapper .bx-pager {
    bottom: 10px;
    padding-top: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 8px;
    height: 8px;
    background: none;
    border: solid 1px #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #fff;
}
.bx-wrapper a {
    transition: unset;
}
.fv-box-right {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-left: 10px;
    padding: 10px 20px;
}
.fv-copy {
    margin-bottom: 10px;
    color: #000055;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.3em;
}
.fv-txt-01 {
    display: inline-block;
    margin-bottom: 10px;
    padding:  0 10px;
    font-size: 18px;
    font-weight: bold;
    border: solid 3px #000;
}
.fv-txt-02 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3em;
}
.fv-txt-04 {
    font-size: 24px;
    line-height: 1.5em;
    text-align: right;
}
.fv-txt-04 strong {
    font-size: 36px;
}
@media screen and (max-width: 750px) {
    .fv {
        margin-top: 10px;
    }
    .fv-box {
        flex-wrap: wrap;
        padding: 20px;
    }
    .bx-wrapper {
        width: 100%;
        margin-bottom: 10px;
    }
    .fv-box-right {
        margin-left: 0;
        padding: 0;
    }
    .fv-copy {
        font-size: 20px;
    }
    .fv-txt-01 {
        font-size: 15px;
    }
    .fv-txt-02 {
        font-size: 18px;
    }
    .fv-txt-03 {
        margin-bottom: 10px;
    }
    .fv-txt-04 {
        font-size: 18px;
    }
    .fv-txt-04 strong {
        font-size: 20px;
    }
}
/* ポイント */
.bg-white {
    padding: 50px 0 70px;
}
.pt-title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
}
.pt-num-area {
    max-width: 780px;
    margin: 0 auto 40px;
}
.pt-num {
    position: relative;
    height: 0;
    padding-top: calc(140% / 780 * 100);
    background: url("../img/lp/point.jpg") no-repeat center top;
    background-size: contain;
}
.pt-num strong {
    position: absolute;
    top: 0;
    right: 67.5%;
    color: #005;
    font-size: 140px;
    line-height: 1em;
}
.pt-list {
    display: flex;
    justify-content: center;
}
.pt-list li {
    position: relative;
    width: calc(300% / 1000 * 100);
    margin-right: calc(50% / 1000 * 100);
    text-align: center;
}
.pt-list li:last-child {
    margin-right: 0;
}
.pt-list-num {
    position: absolute;
    top: 0;
    left: 0;
}
.pt-list-img {
    border-radius: 50%;
    overflow: hidden;
}
.pt-list-title {
    padding: 10px 0;
    font-size: 32px;
    line-height: 1.3em;
}
.pt-list-title strong {
    background: linear-gradient(transparent 64%, #fae03c 64%, #fae03c 76%, transparent 0%);
    display: inline;
}
@media screen and (max-width: 780px) {
	.pt-num strong {
		font-size: calc(140vw / 810 * 100);
	}
}
@media screen and (max-width: 750px) {
    .bg-white {
        padding: 30px 0;
    }
    .pt-title {
        margin-bottom: 5px;
        font-size: 20px;
    }
    .pt-num-area {
        width: 290px;
        margin: 0 auto 30px;
    }
    .pt-num strong {
        font-size: 52px;
    }
    .pt-list {
        flex-wrap: wrap;
    }
    .pt-list li {
        display: grid;
        grid-template-columns: 150px auto auto;
        grid-template-rows: auto auto;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        text-align: left;
    }
    .pt-list-num {
        width: 40px;
    }
    .pt-list-img {
        grid-column: 1;
        grid-row: 1 / 3;
        align-self: flex-start;
        margin-right: 15px;
    }
    .pt-list-title {
        grid-column: 2;
        grid-row: 1;
        padding: 0 0 5px;
        font-size: 20px;
    }
    .pt-list-txt {
        grid-column: 2;
        grid-row: 2;
    }
}
/* 周辺環境 */
.bg-02 {
    padding: 50px 0 70px;
    background: url("../img/lp/bg-02.jpg") repeat left top;
}
.ico-house {
    margin-bottom: 30px;
    padding-top: 25px;
    color: #005;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    background: url("../img/lp/ico-house.png") no-repeat center top;
}
.sh-list {
    display: flex;
    flex-wrap: wrap;
}
.sh-list li {
    width: calc(310% / 1000 * 100);
    margin: 0 calc(35% / 1000 * 100) 35px 0;
}
.sh-list li:nth-child(3n) {
    margin-right: 0;
}
.sh-img {
    margin-bottom: 10px;
}
.sh-img img {
    width: 100%;
}
.sh-title,
.sh-txt {
    padding-left: 24px;
}
.sh-title {
    font-weight: bold;
    background: url("../img/lp/ico-map.png") no-repeat left 3px;
}
@media screen and (max-width: 750px) {
    .bg-02 {
        padding: 30px 0;
    }
    .ico-house {
        font-size: 20px;
    }
    .sh-list li {
        width: 48%;
        margin: 0 4% 15px 0;
    }
    .sh-list li:nth-child(3n) {
        margin-right: 4%;
    }
    .sh-list li:nth-child(2n) {
        margin-right: 0;
    }
    .sh-img {
        margin-bottom: 5px;
    }
    .iframe-map {
        height: 300px;
    }
}
/* 所在地 */
.ad-txt {
    text-align: center;
}
/* 物件概要 */
.bk-title {
    margin-bottom: 10px;
    font-weight: bold;
}
.bk-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.bk-list dt,
.bk-list dd {
    border-bottom: solid 1px #005;
}
.bk-list dt span,
.bk-list dd span {
    display: block;
    padding: 10px 15px;
}
.bk-list dt {
    width: calc(160% / 1000 * 100);
    font-weight: bold;
    background: #D9E5FF;
}
.bk-list dd {
    width: calc(330% / 1000 * 100);
    margin-right: calc(20% / 1000 * 100);
}
.list-wide dd {
    width: calc(840% / 1000 * 100);
    margin-right: 0 !important;
}
.bk-list dd:nth-child(4n) {
    margin-right: 0;
}
.bk-list > *:nth-child(-n + 4) {
    border-top: solid 1px #005;
}
.list-wide > *:nth-child(n + 3) {
    border-top: none;
}
@media screen and (max-width: 750px) {
    .bk-list dt {
        width: 35%;
    }
    .bk-list dd {
        width: 65%;
        margin-right: 0 !important;
    }
    .bk-list > *:nth-child(n + 3) {
        border-top: none;
    }
    .bk-list dt span,
    .bk-list dd span {
        padding: 8px 10px;
    }
}
/* ごあいさつ */
.ico-03 {
    margin-bottom: 30px;
    padding-top: 25px;
    color: #005;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    background: url("../img/lp/bg-03.png") no-repeat center bottom;
}
.gr-box {
    display: flex;
    justify-content: space-between;
}
.gr-img {
    flex-shrink: 0;
    width: calc(460% / 1000 * 100);
}
/* 2カラムの時用（左に会社の画像表示）
.gr-box-right {
    padding-left: calc(40% / 1000 * 100);
}
.gr-table th,
.gr-table td {
    padding: 2px 0;
}
*/

.gr-txt {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dashed 1px #006e53;
}

.gr-table th {
    padding-right: 1em;
    white-space: nowrap;
}
/* 1カラムの時用（左に会社の画像なし）*/
.gr-box-right{
    width: 80%;
    margin: auto;
}
.gr-table{
    width: 100%;
    border-top: 1px dashed #999;
}
.gr-table th{
    width: 25%;
}
.gr-table th, .gr-table td{
    padding: 8px 4px;
    border-bottom: 1px dashed #999;
}
@media screen and (max-width: 750px) {
    .ico-03 {
        padding-top: 10px;
        font-size: 20px;
        background-size: 220px auto;
    }
    .gr-box {
        flex-wrap: wrap;
    }
    .gr-img {
        width: 80%;
        margin: 0 auto 15px;
    }
    .gr-box-right {
        width: 100%;
        padding-left: 0;
    }
    .gr-txt {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}
/* お問い合わせフォーム */
.bg-04 {
    margin-bottom: 30px;
    padding-top: 18px;
    color: #005;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    background: url("../img/lp/bg-04.jpg") no-repeat center center;
    background-size: contain;
}
.form-area {
    padding: 40px;
    background: #D9E5FF;
}
.form-table-area {
    margin-bottom: 40px;
    padding: 40px;
    background: #fff;
}
.form-table tr {
    border-bottom: dashed 1px #006e53;
}
.form-table th,
.form-table td {
    padding: 30px;
    text-align: left;
}
.form-table th {
    position: relative;
    width: calc(260% / 840 *100);
    white-space: nowrap;
    font-weight: bold;
}
.form-table th.required::after {
    content: "必須";
    position: absolute;
    right: 0;
    padding: 0 1em;
    color: #fff;
    background: #eb6100;
    border-radius: .8em;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea{
    width: 100%;
    padding: .8em;
    box-sizing: border-box;
    border: solid 1px #005;
    border-radius: 5px;
}
input[name="page-title"] {
    border-color: #ccc;
    pointer-events: none;
}
.form-table td.split {
    display: grid;
    justify-content: space-between;
    align-items: center;
}
.form-name {
    grid-template-columns: 49% 49%;
}
.form-email {
    grid-template-columns: 1fr auto;
}
.mwform-checkbox-field,
.wpcf7-list-item {
    display: block;
    margin: 0 0 1.6em;
}
.your-message {
    display: block;
    margin-top: .8em;
}
.mwform-checkbox-field input[type=checkbox],
.wpcf7-list-item input[type=checkbox] {
    display: none;
}
.mwform-checkbox-field-text,
.wpcf7-list-item-label {
    display: inline-block;
    position: relative;
    width: auto;
    padding-left: 34px;
    box-sizing: border-box;
    cursor: pointer;
}
.mwform-checkbox-field-text::before,
.wpcf7-list-item-label::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: #fff;
    border: solid 1px #005;
}
input[type=checkbox]:checked + .mwform-checkbox-field-text::before,
input[type=checkbox]:checked + .wpcf7-list-item-label::before {
    background: #005;
}
.mwform-checkbox-field-text::after,
.wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 9px;
    width: 5px;
    height: 9px;
    margin-top: -7px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    opacity: 0;
    transform: rotate(45deg);
}
input[type=checkbox]:checked + .mwform-checkbox-field-text::after,
input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}
.form-policy {
    height: 100px;
    margin-bottom: 20px;
    padding: 25px;
    overflow-y: scroll;
    background: #fff;
    text-align: left;
}
.form-policy dt {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.form-policy dd p,
.form-policy dd ul {
    margin-bottom: 10px;
}
.form-policy dd h4 {
    margin-bottom: 5px;
    font-weight: bold;
}
.form-policy dd ul {
    padding-left: 2em;
    list-style: disc;
}
input[type="submit"].btn-01 {
    margin:  0 auto;
    font-size: 20px;
    border-radius: 6px;
    cursor: pointer;
}
.doui .error {
    font-size: 93%;
    color: #B70000;
    display: block;
}
.youbou .error,
.youbou .wpcf7-not-valid-tip {
    font-size: 93%;
    margin-bottom: 20px;
}
.sonota {
    display: block;
}
.mw_wp_form_confirm .form-policy,
.mw_wp_form_confirm .doui {
    display: none;
}
@media screen and (max-width: 750px) {
    #form .inner {
        padding: 0;
    }
    .bg-04 {
        padding: 0 20%;
        font-size: 18px;
    }
    .bg-04 br {
        display: none;
    }
    .form-area {
        padding: 15px;
    }
    .form-table-area {
        margin-bottom: 20px;
        padding: 10px;
    }
    .form-table tr {
        display: block;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .form-table th,
    .form-table td {
        display: block;
        padding: 10px;
    }
    .form-table th {
        width: auto;
        padding-right: 1em;
    }
    .form-table th.required::after {
        right: auto;
        margin-left: 10px;
    }
    .form-table td.form-email {
        display: block;
    }
    .form-email span:last-child {
        font-size: 12px;
    }
    .form-policy {
        padding: 10px;
    }
    input[type="submit"].btn-01 {
        font-size: 18px;
    }
}
/* footer */
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f2f2f2;
}
footer .inner {
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-content: space-between;
    align-items: center;
    max-width: 960px;
    padding: 10px 15px;
}
.footer-txt {
    font-weight: bold;
}
.footer-txt strong {
    color: #005;
    font-size: 24px;
}
.footer-tel {
    padding: 10px 20px 6px 54px;
    white-space: nowrap;
    line-height: 1.4em;
    background: #fff url("../img/lp/ico-tel.png") no-repeat 20px 10px;
    background-size: 24px 24px;
    border-radius: 6px;
}
.footer-tel a {
    font-size: 28px;
    font-weight: bold;
    line-height: 1em;
}
footer .btn-01 {
    white-space: nowrap;
    font-size: 20px;
}
@media screen and (max-width: 750px) {
    footer .inner {
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto;
        padding: 10px;
    }
    .footer-txt {
        margin-right: 10px;
        font-size: 12px;
        line-height: 1.3em;
    }
    .footer-txt strong {
        font-size: 15px;
    }
    .footer-tel {
        margin-bottom: 10px;
        padding: 7px 10px 3px 32px;
        font-size: 12px;
        background-position: 10px 8px;
        background-size: 18px 18px;
    }
    .footer-tel a {
        font-size: 20px;
    }
    footer .btn-01 {
        font-size: 15px;
        text-align: center;
    }
}

/*　20210609 追加*/
.company_btn{
    max-width: 260px;
    margin: 30px auto 0;
}
.company_btn a{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #222;
    text-align: center;
    background: url(../img/lp/link_tab.png) no-repeat 95% center;
    background-size: 24px;
}
#foot_lint{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -30px 0 30px;
}
#foot_lint p{
    margin: 0 10px;
}

@media screen and (max-width: 750px) {
    #foot_lint{
        margin: 0px 0 30px;
    }
}