@charset "utf-8"; /*
Theme Name: suzunone
*/
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;
}

.fade {
    opacity : 0;
    transform: translateY(30px);
    transition: all 1.2s;
}

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

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

全体設定

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

body {
    font-family: -apple-system, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 1.4em;
    line-height: 1.6;
    color: #534741;
    background-image: url(img/bg.png);
    font-feature-settings: "palt";
}

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

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

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

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

ヘッダー

===========================*/
.header {
    width: 100%;
    position: absolute;
    top: 0;
    transition: .4s;
    z-index: 100;
    background-color: rgba(166,124,82,0.5);
}

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

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

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

    .header-wrap {
        /*ヘッダー高さ*/
        height: 80px;
        max-width: 1100px;
        margin: auto;
    }
}

/*
グローバルナビ
===========================*/
.gnav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100vw);
    background: rgba(247,147,30,0.9);
    transition: transform .25s;
    padding: 4em 0;
    text-align: center;
}

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

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

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

.header-widget a:first-of-type {
    display: inline-block;
    margin: 30px auto;
}

.mail-btn01 {
    width: 170px;
    height: 42px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #c69c6d;
    background-color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
    position: relative;
    padding-left: 30px;
    border-radius: 12px;
}

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

.mail-btn01::before {
    content: "";
    background-image: url(img/mail_icon02.svg);
    background-size: contain;
    width: 25px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 12px;
}

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

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

    .gnav-list li a {
        border-right: 1px solid #717071;
        line-height: 1;
        padding: 0 1em;
        color: inherit;
    }

    .gnav-list li:last-child a {
        border-right: none;
    }

    .header-widget {
        display: flex;
        align-items: center;
    }

    .header-widget a:first-of-type {
        margin: auto;
    }

    .mail-btn01 {
        margin-left: 40px;
    }
}

/*
ハンバーガーメニュー
===========================*/
.hamburger-wrap {
    z-index: 102;
    position: fixed;
    top: 15px;
    right: 18px;
    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: #fff;
    border-radius: 4px;
    transition: all .3s;
}

.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: rgba(83,71,65,0.4);
    text-align: center;
    padding-top: 60px;
}

.footer-nav {
    padding: 20px 0;
}

.footer-nav li a {
    display: block;
    text-align: center;
    padding: 10px 20px;
}

.footer .footer-address {
    font-size: 1.6rem;
    color: #fff;
    padding: 30px 0;
}

.footer .callme {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.footer .mail-btn01 {
    height: 42px;
    margin: 30px auto 50px;
}

.footer-copy {
    height: 30px;
    background-color: rgba(83,71,65,0.4);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

    .footer-nav {
        display: flex;
        justify-content: center;
        padding: 30px 0;
    }

    .footer-nav li a {
        border-right: 1px solid;
        line-height: 1;
        padding: 0 20px;
    }

    .footer-nav li:last-child a {
        border-right: none;
    }

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

    .footer .mail-btn01 {
        margin: 25px auto 60px;
    }
}

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

404

===========================*/
.page-404 {
    text-align: center;
    line-height: 2;
    padding: 200px 0 150px;
}

.page-404 a {
    display: inline-block;
    margin: 1em;
    text-decoration: underline;
}

.page-404 a:hover {
    opacity: 0.7;
}

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

投稿ページ

===========================*/
.post-content img {
    margin: 30px 0;
}

.meta {
    display: flex;
    margin: 15px 0 30px;
}

.meta .date {
    display: inline-block;
    font-size: 1.4rem;
    margin-right: 20px;
}

.meta .tag {
    display: inline-block;
    font-size: 1.3rem;
    padding: 0 0.5em;
    border: 1px solid;
    text-align: center;
}

.ba-photo {
    display: flex;
    justify-content: space-between;
    margin: 70px auto;
    position: relative;
}

.ba-photo::after {
    content: "";
    background-image: url(img/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 70px;
    height: 200px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.ba-photo .box {
    flex: 2;
}

.ba-photo .before {
    margin-right: 160px;
}

.ba-photo .box span {
    display: block;
    height: 40px;
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    padding-left: 20px;
    margin-bottom: 20px;
    background-color: #00a199;
}

.ba-photo .after span {
    background-color: #8cc63f;
}

.ba-photo .flex {
    display: flex;
    flex-wrap: wrap;
}

.ba-photo .flex li {
    width: calc(50% - 5px);
    margin: 0 10px 10px 0;
}

.ba-photo .flex li:nth-child(2n) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .ba-photo {
        display: block;
        margin: 40px auto;
    }

    .ba-photo::after {
        width: 35px;
        height: 100px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transform: rotate(90deg);
    }

    .ba-photo .before {
        margin-right: 0;
        margin-bottom: 60px;
    }

    .ba-photo .box span {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
}

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

ページネーション

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

.nav-links {
    display: flex;
    justify-content: center;
    border-top: 1px solid #ccc;
    margin: 20px auto 60px;
}

.page-numbers {
    padding: 1em;
}

a.page-numbers:hover {
    color: #00a199;
}

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

/*
投稿用
===========================*/
.page-nav {
    display: flex;
    justify-content: center;
    border-top: 1px solid #ccc;
    margin: 20px auto 60px;
}

.page-nav-list a {
    display: inline-block;
    padding: 1em;
}

.page-nav-list a:hover {
    color: #00a199;
}

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

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

トップページ

===========================*/
.mainvisual {
    position: relative;
    /* overflow: hidden; */
    height: auto;
    margin-top: 60px;
    background-image: url(img/main_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.mainvisual-inner {
    padding: 50px 0 150px;
    text-align: right;
    position: relative;
}

.mainvisual-inner img:first-of-type {
    width: 100%;
    max-width: 600px;
}

.mainvisual-inner img:last-of-type {
    width: 140px;
    max-width: 230px;
    position: absolute;
    bottom: 7%;
    right: 0;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .mainvisual {
        height: 800px;
    }

    .mainvisual-inner {
        padding: 110px 0;
    }

    .mainvisual-inner img:last-of-type {
        width: 100%;
        bottom: -65px;
    }
}

@media screen and (min-width: 992px) {
    .mainvisual {
        margin-top: 80px;
    }
}

/*
個人様やご家族様との絆を大切に
===========================*/
.top-about {
    margin: 100px auto;
    overflow: hidden;
}

.top-about .flex {
    display: flex;
}

.top-about .img-box {
    margin-left: calc((100% - 100vw) / 2);
    margin-right: calc((100% - 100vw) / 2);
    width: 48vw;
}

.top-about .img-box img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    height: 100%;
    width: 100%;
    max-height: 400px;
}

.top-about .txt-box {
    margin-left: auto;
    width: 575px;
}

.top-about h2 {
    font-size: 3rem;
    line-height: 1.3333;
    font-weight: 700;
    color: #8e6d53;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid;
    position: relative;
}

.top-about h2::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #8e6d53;
    position: absolute;
    bottom: 3px;
    left: 0;
}

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

@media screen and (max-width: 1160px) {
    .top-about .img-box {
        width: 40vw;
    }

    .top-about .txt-box {
        width: 50vw;
    }
}

@media screen and (max-width: 767px) {
    .top-about {
        margin: 40px auto;
    }

    .top-about .flex {
        display: block;
    }

    .top-about .img-box {
        margin: auto;
        width: 80%;
    }

    .top-about .txt-box {
        margin: 25px auto 0;
        width: 100%;
    }

    .top-about h2 {
        font-size: 2rem;
        line-height: 1.3333;
        padding-bottom: 15px;
        margin-bottom: 20px;
        text-align: center;
    }

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

/*
h2
===========================*/
.h2-title {
    font-size: 4.5rem;
    line-height: 1.3333;
    font-weight: 700;
    color: #8e6d53;
    padding-bottom: 15px;
    margin-bottom: 50px;
    border-bottom: 1px solid;
    position: relative;
    text-align: center
}

.h2-title::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #8e6d53;
    position: absolute;
    bottom: 3px;
    left: 0;
}

@media screen and (max-width: 767px) {
    .h2-title {
        font-size: 2rem;
        padding-bottom: 25px;
        margin-bottom: 30px;
    }
}

/*
お任せください！
===========================*/
.to-contact {
    height: 200px;
    margin: 120px 0 100px;
    background-image: url(img/bg02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.to-contact .wrap {
    padding: 30px 30px 0 255px;
    height: 100%;
    position: relative;
}

.to-contact .wrap::before {
    content: "";
    background-image: url(img/woman.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 173px;
    height: 230px;
    position: absolute;
    bottom: 0;
    left: 30px;
    z-index: 0;
}

.to-contact .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 0 0;
    position: relative;
    z-index: 1;
}

.to-contact .mail-box {
    margin-left: 15px;
}

.to-contact .mail-btn02 {
    width: 290px;
    height: 50px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #fbb03b;
    border-radius: 10px;
    font-weight: 700;
    font-size: 2.2rem;
    position: relative;
    padding-left: 42px;
}

.to-contact .mail-btn02::before {
    content: "";
    background-image: url(img/mail_icon01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 38px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 14px;
}

.to-contact a:hover {
    filter: brightness(115%);
}

.to-contact .mail-box p {
    font-size: 2.3rem;
    font-weight: 700;
    color: #fbb03b;
    line-height: 1;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .to-contact {
        margin: 50px 0;
        min-height: 220px;
    }

    .to-contact:last-of-type {
        margin: 60px 0 0;
    }

    .to-contact .wrap {
        padding: 30px 20px 0 20px;
        height: 100%;
    }

    .to-contact .wrap::before {
        width: 120px;
        height: 120px;
        left: 5px;
    }

    .to-contact .flex {
        display: block;
        padding: 15px 0 0 50px;
        text-align: right;
    }

    .to-contact .flex img {
        max-width: 285px;
        margin-left: auto;
    }

    .to-contact .mail-btn02 {
        width: 240px;
        height: 45px;
        font-size: 1.8rem;
        padding-left: 42px;
        margin: 10px 0 0 auto;
    }

    .to-contact .mail-btn02::before {
        width: 30px;
        height: 25px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 16px;
    }

    .to-contact .mail-box p {
        font-size: 1.8rem;
        font-weight: 700;
        margin-top: 10px;
    }
}

@media screen and (max-width: 430px) {
    .to-contact {
        height: 210px;
    }
}

/*
なにかお困りごとはございませんか？
===========================*/
.bullet .h2-title {
    margin-bottom: 15px;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .bullet .h2-title {
        padding-bottom: 25px;
        text-align: center;
    }
}

.bullet-head {
    display: flex;
    justify-content: space-between;
}

.bullet-head .txt-box {
    flex-basis: 68%;
    margin-right: 25px;
}

.bullet-head .txt-box p {
    font-size: 2rem;
    line-height: 1.75;
}

.bullet-head .img-box {
    flex-basis: 32%;
}

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

    .bullet-head .txt-box {
        margin-right: 0;
    }

    .bullet-head .txt-box p {
        font-size: 1.6rem;
    }

    .bullet-head .img-box {
        width: 180px;
        margin: 10px auto 0;
    }
}

.serv4 {
    display: flex;
    flex-wrap: wrap;
}

.serv4 .box {
    background-image: url(img/bg03.jpg);
    max-width: 540px;
    width: 100%;
    margin-right: 20px;
    margin-top: 30px;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
}

.serv4 .box:nth-child(2n) {
    margin-right: 0;
}

.serv4 .box .ttl {
    width: calc(100% - 265px);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.serv4 .box h3 {
    color: #8e6d53;
    font-size: 2.5rem;
    font-weight: 700;
    padding-top: 40px;
}

.serv4 .box:nth-child(3) h3 {
    padding-top: 30px;
}

.serv4 .box:nth-child(4) h3 {
    padding-top: 25px;
}

.serv4 .box .txt {
    width: 250px;
    font-size: 1.8rem;
    line-height: 1.7;
    margin-left: 15px;
}

@media screen and (max-width: 1180px) {
    .serv4 {
        display: block;
    }

    .serv4 .box {
        margin: 20px auto;
    }

    .serv4 .box:nth-child(2n) {
        margin-right: auto;
    }
}

@media screen and (max-width: 767px) {
    .serv4 .box {
        padding: 30px 15px 15px;
        display: block;
    }

    .serv4 .box .ttl {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .serv4 .box h3 {
        font-size: 2rem;
        padding-top: 20px;
    }

    .serv4 .box:nth-child(3) h3 {
        padding-top: 20px;
    }

    .serv4 .box:nth-child(4) h3 {
        padding-top: 20px;
    }

    .serv4 .box .txt {
        width: 100%;
        font-size: 1.5rem;
        margin-left: 0;
        margin-top: 15px;
    }
}

/*
ご入居の流れ
===========================*/
.flow-list {
    display: flex;
    justify-content: space-between;
}

.flow-list .box {
    width: 260px;
    margin-right: 20px;
    background-image: url(img/bg04.jpg);
    text-align: center;
    padding: 35px 10px;
    border: 5px solid #fff;
    position: relative;
}

.flow-list .box::before {
    content: "";
    background-color: rgb(128,128,128,0.2);
    width: 96%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -15px;
}

.flow-list .box:last-child {
    margin-right: 0;
}

.flow-list .box h3 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #ea6000;
    line-height: 1.15;
    height: 3.4em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow : 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px -1px 0px #ffffff, -1px -1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, -1px 0px 0px #ffffff, 0px -1px 0px #ffffff;
}

.flow-list .box p {
    font-size: 2rem;
    text-align: left;
}

@media screen and (max-width: 1180px) {
    .flow-list {
        justify-content: center;
        flex-wrap: wrap;
    }

    .flow-list .box {
        width: 45%;
        margin-right: 20px;
        margin-bottom: 20px;
        padding: 35px 20px;
    }

    .flow-list .box:nth-child(2) {
        margin-right: 0;
    }
}

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

    .flow-list .box {
        width: 100%;
        padding: 30px 10px 15px;
        margin: 0 auto 30px!important;
    }

    .flow-list .box h3 {
        font-size: 2.4rem;
        height: auto;
        padding: 20px 0
    }

    .flow-list .box p {
        font-size: 1.5rem;
        text-align: left;
    }
}

/*
対応エリア
===========================*/
.kansai {
    background-image: url(img/kansai.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    min-height: 350px;
    position: relative;
}

.kansai .box {
    background-color: #fff;
    width: 550px;
    margin: auto;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    position: absolute;
    top: 25px;
    right: 25px;
}

.kansai .box p {
    font-size: 2rem;
    text-align: left;
    padding-top: 20px;
}

@media screen and (max-width: 1000px) {
    .kansai .box {
        width: 280px;
        top: 15px;
        right: 15px;
    }

    .kansai .box p {
        font-size: 1.8rem;
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .kansai {
        min-height: 220px;
        background-position: 0;
        margin-bottom: 250px;
    }

    .kansai .box {
        width: 100%;
        top: 215px;
        right: 0;
        left: 0;
        margin: auto;
        padding: 25px 15px 15px;
    }

    .kansai .box img {
        width: 90%;
        max-width: 350px;
        margin: auto;
    }

    .kansai .box p {
        font-size: 1.6rem;
    }
}

.area-list {
    padding-top: 50px;
}

.area-list dl {
    display: flex;
    margin-bottom: 50px;
}

.area-list dt {
    width: 120px;
    height: 40px;
    margin-right: 30px;
    background-color: #f7931e;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

.area-list dd {
    width: calc(100% - 150px);
}

@media screen and (max-width: 767px) {
    .area-list {
        padding-top:30px;
    }

    .area-list dl {
        display: block;
        margin-bottom: 25px;
    }

    .area-list dt {
        width: 90px;
        height: 30px;
        margin-right: 0;
        font-size: 1.6rem;
        border-radius: 8px;
        margin-bottom: 10px
    }

    .area-list dd {
        width: 100%;
    }
}

/*
お客様の声
===========================*/
.voice-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.voice-list .box {
    width: 350px;
    height: 430px;
    background-image: url(img/bg03.jpg);
    background-size: cover;
    margin-bottom: 70px;
    position: relative;
    padding: 30px 20px;
}

.voice-list .box::before {
    content: "";
    background-color: rgb(128,128,128,0.2);
    width: 94%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
}

.voice-list .profile {
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 2px solid;
}

@media screen and (max-width: 1180px) {
    .voice-list .box {
        width: calc(50% - 13px);
        margin-bottom: 50px;
    }

    .voice-list .box:nth-child(2n+1) {
        margin-right: 25px;
    }
}

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

    .voice-list .box {
        width: 100%;
        height: auto;
        padding: 20px;
        margin: 0 auto 30px;
    }

    .voice-list .box:nth-child(2n+1) {
        margin-right: auto;
    }
}

/*
お問い合わせ
===========================*/
.contact {
    padding-top: 70px;
    background-color: rgba(247,147,30,0.2);
}

/*
個人情報の取り扱いについて
===========================*/
.policy {
    padding: 120px 0;
}

.policy h2 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.5;
    text-align: center;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}

.policy p {
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 60px;
}

.policy-list {
    padding: 0 50px;
    counter-reset: number 0;
}

.policy-list dl {
    display: flex;
    border-bottom: 1px solid;
    font-size: 1.1rem;
}

.policy-list dt {
    width: 380px;
    padding: 20px 0 10px;
    font-weight: 700;
}

.policy-list dt::before {
    counter-increment: number ;
    content: "0"counter(number)".　";
}

.policy-list dd {
    width: calc(100% - 380px);
    padding: 20px 0 10px;
}

@media screen and (max-width: 767px) {
    .policy {
        padding: 60px 0;
    }

    .policy h2 {
        font-size: 1.6rem;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .policy p {
        font-size: 1.2rem;
        margin-bottom: 30px;
    }

    .policy-list {
        padding: 0 20px;
    }

    .policy-list dl {
        display: block;
    }

    .policy-list dt {
        width: 100%;
        padding: 10px 0 0;
    }

    .policy-list dd {
        width: 100%;
        padding: 5px 0 10px;
    }
}

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

フォーム

===========================*/
.assess-form {
    width: 100%;
    max-width: 1100px;
    padding: 0 50px;
}

.assess-form h3 {
    font-size: 2rem;
    font-weight: 700;
    border-bottom: 1px solid #534741;
    padding-bottom: 15px;
    margin-bottom: 30px;
    color: #8e6d53;
}

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

    .assess-form h3 {
        font-size: 1.6rem;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
}

/* フォームテーブル
------------------------------*/
.mw-form {
    height: auto;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: 1.6rem;
    width: 100%;
}

.mw-form tr {
    display: block;
    list-style-type: none;
    padding: 0;
}

.mw-form th, .mw-form td {
    display: list-item;
    vertical-align: middle;
    text-align: left;
    border: none;
}

.mw-form th {
    font-weight: 700;
    background-color: rgba(247,147,30,0.4);
    padding: 5px;
}

.mw-form td {
    padding: 20px 0;
}

@media screen and (min-width: 768px) {
    .mw-form {
        border: none;
        margin: 30px auto 40px;
        border-collapse: separate;
        border-spacing: 25px 10px;
    }

    .mw-form tr {
        display: table-row;
    }

    .mw-form th, .mw-form td {
        display: table-cell;
        height: 40px;
    }

    .mw-form th {
        width: 250px;
        padding-left: 20px;
    }

    .mw-form td {
        width: 70%;
        padding: 0;
    }
}

/* 必須・任意タグ
------------------------------*/
.mw-form .required, .mw-form .option {
    color: #c1272d;
    font-size: 1.3rem;
}

/* エラーメッセージ
------------------------------*/
.mw_wp_form .error {
    color: #c1272d!important;
    font-size: 14px!important;
    min-width: 6em;
    margin-left: 5px;
    font-weight: 700;
    display: flex!important;
    align-items: center;
}

.mw_wp_form .property .error {
    bottom: -1.5em;
}

/* 横並びレイアウト
------------------------------*/
.mw-form-horizontal {
    display: flex;
}

.mw-form-horizontal-item {
    display: flex;
    flex-wrap: wrap;
}

.mw-form-horizontal-item .address-ttl {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.mw-form-horizontal-item .hyphen {
    display: flex;
    align-items: center;
    margin: 0 10px;
}

.address-group .mw-form-horizontal-item {
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .mw-form-horizontal-item {
        flex-wrap: nowrap;
    }

    .mw-form-horizontal-item .ttl {
        min-width: 2.25em;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-right: 10px;
    }

    .mw-form-horizontal-item .address-ttl {
        min-width: 7em;
    }
}

/* テキストボックス
------------------------------*/
.mw-form input[type="text"], .mw-form textarea {
    font-size: 16px;
    background-color: #fff;
    border: none;
    padding: 11px 10px;
    box-sizing: border-box;
    -webkit-appearance: none;
    width: 100%;
    position: relative;
    vertical-align: middle;
}

.mw-form input[type="text"]::placeholder , .mw-form textarea::placeholder {
    color: #AFAFAF;
    font-size: 1.4rem;
}

.mw-form .select-date input[type="text"]::placeholder {
    font-size: inherit;
    font-weight: inherit!important;
    line-height: inherit;
    letter-spacing: inherit;
}

@media screen and (min-width: 768px) {
    .mw-form input[type="text"]::placeholder , .mw-form textarea::placeholder {
        font-size: 1.4rem;
        letter-spacing: 0.05em;
    }
}

/* テキストボックスの長さ調整
------------------------------*/
.mw-form input[type="text"].address1 {
    width: 5em;
}

.mw-form input[type="text"].name {
    margin-right: 25px;
}

@media screen and (min-width: 768px) {
    .mw-form input[type="text"].name {
        max-width: 250px;
    }

    .mw-form input[type="text"].tel {
        max-width: 300px;
    }

    .mw-form input[type="text"].mail {
        max-width: 500px;
    }

    .mw-form select.address2 {
        max-width: 150px;
    }
}

/* セレクトボックス
------------------------------*/
.mw-form .select-box {
    width: 75%;
    position: relative;
    margin-right: 25px;
}

.mw-form select {
    width: 100%;
    cursor: pointer;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    padding: 15px 10px;
    font-size: 16px;
    border-radius: 0;
    z-index: 1;
    position: relative;
}

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

@media screen and (min-width: 768px) {
    .mw-form .select-box {
        width: 45%;
    }
}

/* 同意
------------------------------*/
.assess-form .agreement {
    text-align: center;
    margin: 0 0 2em;
}

/* 送信ボタン
------------------------------*/
.assess-form .submit-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
}

.assess-form .submit-btn input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-indent: 1.25em;
    background-color: #c1272d;
    border: none;
    border-radius: 12px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    transition: .2s;
    position: relative;
}

.assess-form .submit-btn::before {
    content: "";
    background-image: url(img/arrow.svg);
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    transform: translateX(-25px)
}

.assess-form .submit-btn input[type="submit"]:hover {
    filter: brightness(120%);
}

/* 送信完了画面
------------------------------*/
.thanks .assess-form {
    margin: auto;
}

.success {
    text-align: center;
    line-height: 2;
    padding: 250px 20px 200px;
    margin: auto;
}

.success a {
    display: inline-block;
    margin: 1em auto;
    text-decoration: underline;
}
