@charset "utf-8";

/* CSS Document */
/*-----フォントの設定-----*/
/* Regular*/
@font-face {
    font-family: 'GenJyuuGothic';
    /* フォント名 */
    /* フォーマットごとにパスを指定 */
    src: url('../fonts/GenJyuuGothic-Regular.ttf') format('truetype');
}

/* bold */
@font-face {
    font-family: 'GenJyuuGothic';
    /* フォント名 */
    /* フォーマットごとにパスを指定 */
    src: url('../fonts/GenJyuuGothic-Bold.ttf') format('truetype');
    font-weight: bold;
}

/* medium*/
@font-face {
    font-family: 'GenJyuuGothic';
    /* フォント名 */
    /* フォーマットごとにパスを指定 */
    src: url('../fonts/GenJyuuGothic-Medium.ttf') format('truetype');
    font-weight: medium;
}

/* HelveticaWorld-Bold*/
@font-face {
    font-family: 'HelveticaWorld-Bold';
    /* フォント名 */
    /* フォーマットごとにパスを指定 */
    src: url('../fonts/HelveticaWorld-Bold.ttf') format('truetype');
}

/* 03スマートフォントUI*/
@font-face {
    font-family: '03スマートフォントUI';
    /* フォント名 */
    /* フォーマットごとにパスを指定 */
    src: url('../fonts/03スマートフォントUI.otf') format('truetype');
}

/*-----フォントの設定ここまで-----*/

/*-----共通設定-----*/

html {
    font-size: 62.5%;
    font-family: 'GenJyuuGothic';
}

p {
    font-size: 1.6rem;
}

img {
    max-width: 100%;

}

/*.btn {
    display: flex;
    flex-direction: column;
    align-items: center;
}*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
/*.pc { display: block !important; }*/
.sp {
    display: none !important;
}

.br-sp {
    display: none;
}

.br-tb {
    display: none;
}

/*-----共通設定ここまで-----*/



/**/
/**/
/**/
/**/
/**/
/*-----基本的にはここから下のコードを編集します。-----*/
/*-----振り分け番号のアルファベット(TV-)を検索をして下さい(ctrl+F)-----*/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/*スクロールボタン設定*/
html {
    scroll-behavior: smooth;
}

/* ボタン全体 */
#page_top {
    width: 100px;
    height: 100px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #562E00;
    border-radius: 50%;
    z-index: 1;
}

/* Font Awesome */
#page_top::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f106';
    /*アイコン*/
    font-size: 50px;
    color: rgb(255, 255, 255);
    /*アイコンの色*/
    position: absolute;
    height: 60px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;

}





/**/
/**/
/**/
/*top-view<!--TV-->*/
/**/
/**/
/**/
#top-view img {
    width: 100%;
}

.top-view-box01 {
    position: relative;
}

a.topcta {
    position: absolute;
    bottom: 3.0em;
    left: 0;
    right: 0;
    margin: auto;
    width: 30%;
}

/**/
/**/
/**/
/*<!--TVここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*targeting<!--TG-->*/
/**/
/**/
/**/
.mark::before {
    content: "";
    display: inline-block;
    width: 1.8rem;
    height: 2.0rem;
    background-image: url(../img/mark.png);
    background-repeat: no-repeat;
    background-position: top;
    margin-right: 1.0rem;
}

.targeting-wrapper img {
    margin-top: 3.0rem;
}

#targeting {
    background: url("../img/targeting-bg.png")no-repeat center center / cover;
    text-align: center;
}

.targeting-tittle {
    background: linear-gradient(#41601B, #41601B);
    padding: 4.0rem 3.0rem;
    position: relative;
}

.targeting-tittle h2 {
    font-size: 3.0rem;
    color: #ffffff;
    margin-bottom: 1.0rem;
}

.targeting-tittle::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 35px 0 35px;
    border-color: #41601B transparent transparent transparent;
    left: 50%;
    transform: translateX(-60%) translateY(100%);
}

/*吹き出し部分*/
.targeting-tittle-box {
    position: relative;
    display: inline-block;
    padding: 0 80px;
}

.targeting-tittle-box:before,
.targeting-tittle-box:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100px;
    height: 2px;
    border: 0;
    border-top: 2px dashed white;
}

.targeting-tittle-box:before {
    left: -20%;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    padding-left: 2.0rem;
}

.targeting-tittle-box:after {
    right: -20%;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

/*吹き出し部分ここまで*/

.targeting-wrapper {
    padding: 4.0rem 1.5rem 12.0rem 1.5rem;
}

.targeting-wrapper p {
    margin: 4.5rem 0 3.0rem 0;
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: bold;
    color: #403D3C;
}
/**/
/**/
/**/
/*targeting<!--TGここまで-->*/
/**/
/**/
/**/






/**/
/**/
/**/
/*information<!--IN-->*/
/**/
/**/
/**/
.line {
    background-color: #FFFF00;
    width: 47.0rem;
}

#information {
    background: url("../img/info-bg.png")no-repeat center center / cover;
    text-align: center;
}

.information-tittle h1 {
    font-size: 4.0rem;
    color: #41601B;
    margin-bottom: 13.0rem;
    position: relative;
    font-weight: bold;
    display: inline-block;
    padding: 0 80px;
}

/*吹き出し部分*/
.information-tittle h1:before,
.information-tittle h1:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100px;
    height: 2px;
    border: 0;
    border-top: 2px dashed #41601B;
}

.information-tittle h1:before {
    left: -20%;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    padding-left: 2.0rem;
}

.information-tittle h1:after {
    right: -20%;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

/*吹き出し部分ここまで*/

.information-wrapper {
    padding: 9.0rem 1.5rem 14.6rem 1.5rem;
}

.information-area {
    max-width: 1000px;
    border: 6px solid #41601B;
    margin: 0 auto;
    position: relative
}

.information-top {
    position: absolute;
    top: -5%;
    left: 25%;
    width: 50%;
}

.information-box {
    background-color: #F7F9E9;
    margin: 1.8rem;
    padding: 7.2rem 4.2rem 4.2rem 4.2rem;
}

.information-item {
    margin-bottom: 5.3rem;
}

.information-item p {
    text-align: left;
    margin-bottom: 1.5rem;
    color: #403D3C;
}

.information-subtext {
    color: #403D3C;
}
/**/
/**/
/**/
/*information<!--INここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*merit<!--MR-->*/
/**/
/**/
/**/
#merit {
    background: url("../img/merit-bg.png")no-repeat center center / cover;
    text-align: center;
}

.merit-tittle {
    background: linear-gradient(#41601B, #41601B);
    padding: 6.0rem 0 7.0rem 0;
    position: relative;
}

.merit-tittle p {
    font-size: 4.0rem;
    color: #ffffff;
}

.merit-tittle::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 35px 0 35px;
    border-color: #41601B transparent transparent transparent;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
}

/*吹き出し部分*/
.merit-tittle-box {
    position: relative;
    display: inline-block;
    padding: 0 80px;
}

.merit-tittle-box:before,
.merit-tittle-box:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100px;
    height: 2px;
    border: 0;
    border-top: 2px dashed white;
}

.merit-tittle-box:before {
    left: -20%;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    padding-left: 2.0rem;
}

.merit-tittle-box:after {
    right: -20%;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

/*吹き出し部分ここまで*/


.merit-wrapper {
    padding: 12.0rem 1.5rem 16.8rem 1.5rem;
}

.merit-wrapper h2 {
    font-size: 4.5rem;
    font-weight: bold;
    color: #403D3C;
}

.merit-wrapper p {
    font-size: 2.2rem;
    margin: 5.3rem 0 7.6rem 0;
}

.merit-area img:nth-of-type(-n+3) {
    margin-bottom: 4.5rem;
}

.merit-btn.btn {
    margin-top: 5.0rem;
}

/**/
/**/
/**/
/*merit<!--MRここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*image<!--IM-->*/
/**/
/**/
/**/
#image {
    position: relative;
}

#image img {
    width: 100%;
}

#image .btn-image {
    position: absolute;
    width: 20%;
    height: auto;
    bottom: 5%;
    right: 30%;
}

.btn-image img {
    max-width: 100%;
}

/**/
/**/
/**/
/*image<!--IMまで-->*/
/**/
/**/
/**/




/**/
/**/
/**/
/*voice<!--VO-->*/
/**/
/**/
/**/
#voice {
    background: url("../img/voice-bg.png")no-repeat center center / cover;
    text-align: center;
}

.voice-tittle {
    background: linear-gradient(#41601B, #41601B);
    padding: 4.0rem 0;
    position: relative;
    line-height: 1.7;
}

.voice-tittle p {
    font-size: 4.0rem;
    color: #ffffff;
}

.voice-tittle::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 35px 0 35px;
    border-color: #41601B transparent transparent transparent;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
}

/*吹き出し部分*/
.voice-tittle-box {
    position: relative;
    display: inline-block;
    padding: 0 80px;
}

.voice-tittle-box:before,
.voice-tittle-box:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100px;
    height: 2px;
    border: 0;
    border-top: 2px dashed white;
}

.voice-tittle-box:before {
    left: -20%;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    padding-left: 2.0rem;
}

.voice-tittle-box:after {
    right: -20%;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

/*吹き出し部分ここまで*/


.voice-wrapper {
    padding: 0 1.5rem 13.8rem 1.5rem;
}

.voice-sbtittle {
    margin: 8.7rem 0 7.9rem 0;
}

.voice-area {
    display: flex;
    background-color: #ffffff;
    max-width: 1057px;
    margin: 0 auto;
    padding: 4.3rem 3.1rem;
    border-radius: 2.2rem;
}

.voice-area:nth-of-type(-n+3) {
    margin-bottom: 3.6rem;
}

.voice-area img {
    align-self: center;
}

.voice-box {
    font-size: 1.8rem;
    margin-left: 7.4rem;
    width: 740px;
}

.voice-text {
    text-align: left;
    line-height: 2.1;
    color: #403D3C;
}

.voice-question {
    text-align: left;
    margin-bottom: 0.6rem;
    color: #41601B;
}

/**/
/**/
/**/
/*voice<!--VO-01~VO-03ここまで-->*/
/**/
/**/
/**/





/**/
/**/
/**/
/*closing<!--CL-->*/
/**/
/**/
/**/
#closing {
    text-align: center;
}

.closing-tittle {
    background: linear-gradient(#41601B, #41601B);
    padding: 4.0rem 0;
    position: relative;
}

.closing-tittle::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 35px 0 35px;
    border-color: #41601B transparent transparent transparent;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
}

.closing-tittle p {
    color: #ffffff;
    font-size: 4.0rem;
    line-height: 1.5;
}

.closing-wrapper {
    background-color: #E6EFCB;
}

.closing-area {
    padding: 5.3rem 1.5rem 0 1.5rem;

}

.closing-box01,
.closing-box02 {
    display: flex;
    justify-content: center;
}

.closing-box01 {
    margin-bottom: 2.2rem;
}

.tel-box {
    display: flex;
}

.tel-box .tel {
    font-size: 6.9rem;
    color: #e60012;
    font-family: 'HelveticaWorld-Bold';
    margin-bottom: 1.8rem;
    margin-right: 5.3rem;
}

.closing-box01 .time {
    font-size: 1.8rem;
    text-align: left;
    color: #403D3C;
}

.closing-box02-in {
    display: flex;
}

iframe {
    width: 30%;
}

.closing-box02-in img {
    align-self: center;
}

.closing-item02 {
    margin: 0 4.4rem 0 4.9rem;
}

.closing-timetext,
.closing-daytext,
.closing-addresstext {
    position: relative;
    margin-left: 2.0rem;
}

.closing-timetext:before {
    position: absolute;
    content: "";
    width: 0.5rem;
    height: 1.7rem;
    left: -15px;
    top: 10px;
    background-color: #41601B;
}

.closing-addresstext:before {
    position: absolute;
    content: "";
    width: 0.5rem;
    height: 1.7rem;
    left: -15px;
    top: 10px;
    background-color: #41601B;
}

.closingtext:nth-of-type(-n+2) {
    margin-bottom: 4.5rem;
}

.closingtext p {
    text-align: left;
    font-size: 2.0rem;
    margin-bottom: 0.8rem;
    line-height: 1.8;
    color: #403D3C;
}

/**/
/**/
/**/
/*closing<!--CLここまで-->*/
/**/
/**/
/**/












/**/
/**/
/**/
/*エントリーフォームFM*/
/**/
/**/
/**/
.closing-logo {
    background: linear-gradient(#41601B, #41601B);
    padding: 4.0rem 0;
    position: relative;
}

.closing-logo p {
    font-size: 1.6rem;
    color: #ffffff;
    font-family: '03スマートフォントUI';
}

.small {
    font-size: 80%;
}

body {
    margin: 0;
}

#form {
    text-align: center;
    background-color: #ACCCA3;
}

.entry-tittle {
    padding: 9rem 1.5rem 0rem 1.5rem;
    text-align: center;
}

.entry-tittle img {
    max-width: 100%;
}

form {
    max-width: 800px;
    background-color: #ffffff;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 12.5rem;
}

.entry-text {
    margin: 4rem 0 6.0rem 0;
    font-size: 2rem;
    text-align: center;
    color: #403D3C;
    font-weight: bold;
    line-height: 1.7;
    padding: 0 2rem;
}

.entry-text span {
    background-color: #FFFF00;
}

.form-wrapper {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 3rem 0;
}

th {
    font-size: 1.6rem;
    margin-bottom: 1.8rem;
    color: #403D3C;
    text-align: left;
}



/* Table */
th,
td {
    padding: 1.5rem 1.25rem 1.5rem 0;
    display: table-cell;
}

th {
    width: 30%;
    vertical-align: middle;
}

td {
    width: 70%;
    text-align: left;
}

span.radio-text {
    font-size: 1.8rem;
    margin-right: 2rem;
}

.input-text {
    border: 2px solid #403D3C;
    background: #fff;
    padding: 1.5rem;
    width: 100%;

}

textarea {
    border: 2px solid #403D3C;
    background: #fff;
    padding: 1.5rem;
    width: 100%;
    height: 80px;
}

.personal-tittle {
    color: #403D3C;
    font-size: 1.8rem;
    text-align: left;
    font-weight: bold;

}

h2.personal-tittle {
    margin: 2rem 0 1.0rem 0;
}

.personal-text span {
    font-size: 1.8rem;
}

.personal-link {
    margin-bottom: 20px;
}

.personal-link a {
    font-size: 1.6rem;
}

input.btn.btn-primary {
    margin: 0 0 6.5rem 0;
    text-align: center;
}

.btn-primary {
    align-items: center;
    text-decoration: none;
    width: 300px;
    padding: 1.0rem 0rem 1.0rem 0rem;
    font-weight: bold;
    background: #DB5927;
    color: #ffffff;
    position: relative;
    transition: 0.5s;
    font-size: 3.6rem;
    border-radius: 100vh;
    margin-bottom: 3rem;
}

.btn-primary:hover {
    background: #DB4327;
    color: #ffffff;
}


.select-01 {
    border: 2px solid #562e00;
    background: #fff;
    padding: 1.5rem;

}

/* 任意と必須 */
span.text-any {
    font-size: 1.4rem;
    color: rgba(241, 90, 36, 0.5);
}

span.text-Required {
    font-size: 1.4rem;
    color: #403D3C;

}

/* scroll */
.scroll-box {
    overflow: scroll;
    height: 150px;
    width: 100%;
    margin: 0 auto;
    /*background-color: #f3fcff;*/
    margin-bottom: 2.5rem;
    padding: 1rem;
    line-height: 1.5;
}

.scroll-box p {
    text-align: left;
    font-size: 1.4rem;
    color: #403D3C;
}

/* スクロールの幅の設定 */
.scroll-box::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* スクロールの背景の設定 */
.scroll-box::-webkit-scrollbar-track {
    border-radius: 5px;
    background: rgba(110, 108, 108, 0.2);
}

/* ドラックできるスクロール部の設定 */
.scroll-box::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #41601B;
}

/**/
/*ラジオボタン*/
/**/
.radio-btn {
    position: relative;
    margin: 5px 0;
    padding-left: 28px;
    cursor: pointer;
    user-select: none;
    font-size: 1.6rem;
    margin-left: 15px;
}

/* ラジオボタンは非表示（透明化 requiredを使用したいため） */
.radio-btn input[type=radio] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.radio-text {
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    border: solid 2px #562e00;
    border-radius: 50%;
    box-sizing: border-box;
}

.radio-text:after {
    content: "";
    position: absolute;
    background: #562e00;
    border-radius: 50%;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    opacity: 0;
}

.radio-btn input:checked+.radio-text:after {
    opacity: 1;
}

/**/
/*チェックボックス*/
/**/
.check-btn {
    position: relative;
    margin: 5px 0;
    padding-left: 28px;
    cursor: pointer;
    user-select: none;
    font-size: 1.6rem;
    margin-left: 15px;
    color: #403D3C;
}


.check-text {
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    border: solid 2px #403D3C;
    box-sizing: border-box;
}

.check-text:after {
    content: "";
    opacity: 0;
    display: block;
    width: 16px;
    height: 10px;
    border-left-width: 2px;
    border-bottom-width: 2px;
    border-color: #41601B;
    transform: rotate(-45deg);
}

.check-btn input:checked+.check-text:after {
    opacity: 1;
}

/* チェックボックスは非表示（透明化 requiredを使用したいため） */
.check-btn input[type=checkbox] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

/**/
/**/
/**/
/*エントリーフォームFMここまで*/
/**/
/**/
/**/



/**/
/**/
/**/
/*success*/
/**/
/**/
/**/
.body_success {
    background-color: #ACCCA3;
}

#success {
    text-align: center;
}

.success-tittle {
    padding: 9.0rem 1.5rem 0 1.5rem;
}

.success-warpper {
    max-width: 770px;
    margin: 0 auto;
    padding: 6.2rem 0;
}

.success-warpper h1 {
    font-size: 4.0rem;
    color: #403D3C;
    font-weight: bold;

}

.success-text {
    margin: 4.0rem 0 6.0rem 0;
    font-size: 2.0rem;
    text-align: center;
    color: #403D3C;
    font-weight: bold;
    line-height: 1.7;
}

.success-text span {
    background-color: #FFFF00;
}

.success-warpper a {
    font-size: 2.0rem;
    color: #403D3C;

}

a.success-btn {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    text-decoration: none;
    width: 220px;
    margin: auto;
    padding: 1rem 4rem 1rem 3rem;
    font-weight: bold;
    background: #DB5927;
    color: #ffffff;
    border-radius: 100vh;
    position: relative;
    transition: 0.5s;
}

a.success-btn::before {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(230deg);
}

a.success-btn:hover {
    background: #DB4327;
    color: #ffffff;
}

/**/
/**/
/**/
/*successここまで*/
/**/
/**/
/**/


/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width:640px) and (max-width:959px) {
    .br-tb {
        display: block;
    }

    .br-pc {
        display: none;
    }

    /*targeting*/
    .targeting-tittle-box::before {
        left: -2%;
    }

    .targeting-tittle-box::after {
        right: -2%;
    }

    .targeting-wrapper p {
        text-align: left;
    }

    .targeting-wrapper {
        padding: 4rem 1.5rem 6.0rem 1.5rem;
    }
    /*gallery*/
    .gallery-tittle-box::before {
        left: -2%;
    }

    .gallery-tittle-box::after {
        right: -2%;
    }

    .gallery-wrapper {
        padding: 5rem 1.5rem 4.1rem 1.5rem;
    }

    .gallery-box {
        padding: 4.8rem 1rem;

    }

    .gallery-icon {
        right: 0;
    }

    /*step*/
    .step-wrapper {
        padding: 6rem 1.5rem 6rem 1.5rem;
    }

    /*merit*/
    .merit-tittle-box::before {
        left: -2%;
    }

    .merit-tittle-box::after {
        right: -2%;
    }

    .merit-wrapper {
        padding: 10rem 1.5rem 8rem 1.5rem;
    }

    .merit-wrapper p {
        margin: 3rem 0 4rem 0;
    }

    /*information*/
    .information-tittle h1::before {
        left: -2%;
    }

    .information-tittle h1::after {
        right: -2%;
    }

    .information-wrapper {
        padding: 6rem 1.5rem 8rem 1.5rem;
    }

    .information-top {
        left: 25%;
    }

    /*closing*/
    .closing-box01,
    .closing-box02 {
        display: block;
    }

    .tel-box {
        justify-content: center;
    }

    .closing-box01 .time {
        text-align: center;
    }

    .closing-box02 {
        margin-left: 0px;
    }

    .tel-box .tel {
        margin-bottom: 0rem;
        margin-right: 0;
    }

    p.time {
        margin-bottom: 2rem;
    }

    iframe {
        margin-bottom: 3.5rem;
        width: 80%;
    }

    /*list*/
    .list-tittle-box::before {
        left: -2%;
    }

    .list-tittle-box::after {
        right: -2%;
    }

    .list-area {
        display: flex;
        margin-bottom: 5.0rem;
    }

    .list-wrapper {
        padding: 7.8rem 5rem;
    }

    img.pc.list-area-img {
        max-width: 50%;
        align-self: center;
    }

    .list-box-1 p:before {
        height: 23.0rem;
    }

    .list-box-2 p:before {
        height: 26.0rem;
    }

    .list-box-3 p:before {
        height: 29.0rem;
    }

    /*voice*/
    .voice-tittle-box::before {
        left: -2%;
    }

    .voice-tittle-box::after {
        right: -2%;
    }

    .voice-sbtittle {
        margin: 8.7rem 2.0rem 7.9rem 2.0rem;
    }

    img.voice-sbtittle {
        max-width: 90%;
    }

    /*qa*/
    .qa-box {
        max-width: 380px;
    }

    .qa-area {
        margin-bottom: 5rem;
    }

    .qa-wrapper {
        padding: 5rem 1.5rem 5rem 1.5rem;
    }

    .qa-text {
        margin: 3rem 0 4rem 0;
    }

    /*pr*/
    .pr-wrapper {
        padding: 5rem 1.5rem 5rem 1.5rem;
    }

    .pr-area {
        justify-content: space-around;
    }
}








.block {
    background-color: gray;
    height: 100vh;
    position: relative;
}

.block h1 {
    font-size: 6.0rem;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 80%;
    height: 3.2rem;
}