@charset "utf-8";

#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

body {
    margin: 0 auto !important;
    max-width: 1920px;
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
    background-color: #F9F9F7;
    font-size: 18px;
    font-weight: 500;
    color: #33322E;
    position: relative;
    overflow-x: hidden;
}

.telWrap {
    color: inherit;
}

.telWrap:hover {
    color: inherit;
    text-decoration: underline;
}

.hidden {
    overflow: hidden;
}

.opacity_hover:hover {
    opacity: .7;
}

.cursol-pointer {
    cursor: pointer;
}

.inLink>a:hover {
    text-decoration: underline;
    color: #485053;
}

/*===========================================================
共通パーツ
===========================================================*/

.padding01 {
    padding: 0 15px;
}

.fontA {
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.fontB {
    font-family: "Zen Old Mincho", serif;
}

.fontC {
    font-family: "Marcellus", serif;
}

.fontD {
    font-family: "Figtree", sans-serif;
}

.color-black {
    color: #33322E;
}

.color-gray-gradation {
    background: linear-gradient(90deg, #E2E2E2, #B7B7B7, #A8A8A8, #979797, #C7C7C7, #DFDFDF, #999999, #D2D2D2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.color-light-gray {
    color: #333331;
}

.color-white {
    color: #FFFFFF;
}

.color-green {
    color: #B4D96C;
}

.bg-gray-gradation {
    background-image: linear-gradient(90deg, #D7D7D7, #CECECE, #C2C2C2, #BBBBBB, #D3D3D3, #E7E7E7, #B8B8B8, #D2D2D2);
}

.bg-gray-opacity {
    background: rgba(249, 249, 247, 40%);
}

.bg-black {
    background: #33322E;
}

.bg-green {
    background: #B4D96C;
}

.border-black {
    border: 1px solid #33322E;
}

.bg-top-radius {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}

/*===========================================================
バナー
===========================================================*/


/*===========================================================
ボタン
===========================================================*/

.btn01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    max-width: 300px;
    width: 100%;
    height: 60px;
    padding: 17px 27px 17px 35px;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.2px) * 0.375)), 20px);
    font-weight: 400;
    font-family: "Marcellus", serif;
    letter-spacing: 0.05em;
    color: #33322E;
    background: #FFF;
    border-radius: 30px;
}

.btn01:before {
    content: "";
    display: block;
    max-width: 18px;
    width: 8.2%;
    height: 10px;
    margin: 0 0 0 1%;
    background: url(/system_panel/uploads/images/arrow_black.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .3s;
}

.btn01:hover {
    color: #33322E;
}

.btn01:hover:before {
    transform: translateX(6px);
}

.btn02 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    max-width: 300px;
    width: 100%;
    height: 60px;
    padding: 17px 27px 17px 35px;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.2px) * 0.375)), 20px);
    font-weight: 600;
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 0;
    color: #A3CC52;
    background: #FFF;
    border-radius: 30px;
}

.btn02:before {
    content: "";
    display: block;
    max-width: 18px;
    width: 8.2%;
    height: 10px;
    margin: 0 0 0 1%;
    background: url(/system_panel/uploads/images/arrow_green.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .3s;
}

.btn02:hover {
    color: #A3CC52;
}

.btn02:hover:before {
    transform: translateX(6px);
}

.btn03 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    max-width: 300px;
    width: 100%;
    height: 60px;
    padding: 17px 27px 17px 35px;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.2px) * 0.375)), 20px);
    font-weight: 400;
    font-family: "Marcellus", serif;
    letter-spacing: 0.05em;
    color: #33322E;
    border: 1px solid #9B9A99;
    border-radius: 30px;
}

.btn03:before {
    content: "";
    display: block;
    max-width: 18px;
    width: 8.2%;
    height: 10px;
    margin: 0 0 0 1%;
    background: url(/system_panel/uploads/images/arrow_black.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .3s;
}

.btn03:hover {
    color: #33322E;
}

.btn03:hover:before {
    transform: translateX(6px);
}

.btn04 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    max-width: 380px;
    width: 100%;
    padding: 11px 10px 15px 10px;
    font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.5178)), 20px);
    font-weight: 600;
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 0;
    color: #FFF;
    border: 1px solid #1F1F1E;
    border-radius: 30px;
    background: #1F1F1E;
    position: relative;
    transition: all .3s;
}

.btn04:before {
    content: "";
    display: block;
    max-width: 18px;
    width: 8.2%;
    height: 10px;
    margin: 0 0 0 5%;
    background: url(/system_panel/uploads/images/arrow_white.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .3s;
}

.btn04:hover {
    background: #FFF;
    color: #1F1F1E;
}

.btn04:hover:before {
    background: url(/system_panel/uploads/images/arrow_black.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(6px);
}

.btn05 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    max-width: 380px;
    width: 100%;
    padding: 11px 10px 15px 10px;
    font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.5178)), 20px);
    font-weight: 600;
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 0;
    color: #FFF;
    border: 1px solid #A3CC52;
    border-radius: 30px;
    background: #A3CC52;
    position: relative;
    transition: all .3s;
}

.btn05:before {
    content: "";
    display: block;
    max-width: 18px;
    width: 8.2%;
    height: 10px;
    margin: 0 0 0 5%;
    background: url(/system_panel/uploads/images/arrow_white.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .3s;
}

.btn05:hover {
    background: #FFF;
    color: #A3CC52;
}

.btn05:hover:before {
    background: url(/system_panel/uploads/images/arrow_green.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(6px);
}

.tel-btn01 {
    max-width: 352px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.2px) * 1.25)), 40px);
    font-weight: 400;
    letter-spacing: 0.05em;
    font-family: "Figtree", sans-serif;
    position: relative;
}

.tel-btn01:before {
    content: "";
    display: block;
    max-width: 28px;
    width: 8%;
    height: 31px;
    margin: 0 3px 0 0;
    background: url(/system_panel/uploads/images/tel_black.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

.tel-btn02 {
    max-width: 226px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(18px, calc(1.125rem + ((1vw - 10.24px) * 0.7813)), 25px);
    font-weight: 400;
    letter-spacing: 0.05em;
    font-family: "Figtree", sans-serif;
    position: relative;
}

.tel-btn02:before {
    content: "";
    display: block;
    max-width: 23px;
    width: 9.7%;
    height: 25px;
    margin: 0 3px 0 0;
    background: url(/system_panel/uploads/images/tel_black.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

.tel-text01 {
    font-size: clamp(14px, calc(0.875rem + ((1vw - 10.24px) * 0.4464)), 18px);
    font-weight: 400;
    letter-spacing: 0.05em;
    font-family: "Marcellus", serif;
    margin: 0 0 -4px 16px;
}

.contact-btn01 {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 380px;
    width: 100%;
    height: 60px;
    padding: 13px 10px 17px 10px;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.2px) * 0.375)), 20px);
    font-weight: 600;
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 0;
    color: #33322E;
    border-radius: 30px;
    background: #FFF;
    position: relative;
    transition: all .3s;
}

.contact-btn01:before {
    content: "";
    display: block;
    width: 24px;
    height: 18px;
    margin: 0 1% 0 0;
    background: url(/system_panel/uploads/images/mail_black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    transition: all .3s;
}

.contact-btn01:hover:before {
    background: url(/system_panel/uploads/images/mail_white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.contact-btn01:hover {
    color: #FFF;
    background: #33322E;
}

.contact-btn01:after {
    content: "";
    display: block;
    max-width: 18px;
    width: 8.2%;
    height: 10px;
    margin: 0 0 0 5%;
    background: url(/system_panel/uploads/images/arrow_black.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .3s;
}

.contact-btn01:hover:after {
    background: url(/system_panel/uploads/images/arrow_white.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(6px);
}

.contact-btn02 {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 197px;
    width: 100%;
    height: 56px;
    padding: 17px 10px 15px 10px;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.2px) * 0.375)), 20px);
    font-weight: 400;
    font-family: "Marcellus", serif;
    letter-spacing: 0.05em;
    color: #33322E;
    border: 1px solid #33322E;
    border-radius: 28px;
    position: relative;
    transition: all .3s;
}

.contact-btn02:before {
    content: "";
    display: block;
    width: 24px;
    height: 18px;
    margin: 0 13px 0 0;
    background: url(/system_panel/uploads/images/mail_black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    transition: all .3s;
}

.contact-btn02:hover:before {
    background: url(/system_panel/uploads/images/mail_white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.contact-btn02:hover {
    color: #FFF;
    background: #33322E;
}


/*===========================================================
テキスト
===========================================================*/

.en-title01 {
    font-size: clamp(24px, calc(1.5rem + ((1vw - 3.2px) * 2.875)), 70px);
    font-family: "Marcellus", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 0.85714em;
}

.en-title02 {
    font-size: clamp(24px, calc(1.5rem + ((1vw - 3.2px) * 3.8125)), 85px);
    font-family: "Marcellus", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 0.70588em;
}

.en-title03 {
    font-size: clamp(40px, calc(2.5rem + ((1vw - 3.2px) * 12.5)), 240px);
    font-family: "Marcellus", serif;
    font-weight: 400;
    letter-spacing: 0;
}

.title01 {
    font-size: clamp(18px, calc(1.125rem + ((1vw - 3.2px) * 0.75)), 30px);
    font-weight: 500;
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 0;
}

.title02 {
    font-size: clamp(18px, calc(1.125rem + ((1vw - 3.2px) * 2)), 50px);
    font-weight: 500;
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 0.05em;
    line-height: 1.3em;
}

.title03 {
    font-size: clamp(18px, calc(1.125rem + ((1vw - 3.75px) * 1.1003)), 35px);
    font-weight: 500;
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 0.05em;
    line-height: 1.5714em;
}

.text01 {
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.2px) * 0.25)), 18px);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.9444em;
}

.text02 {
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.2px) * 0.25)), 18px);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2.7777em;
}

.text03 {
    font-size: clamp(16px, calc(1rem + ((1vw - 3.2px) * 0.375)), 22px);
    font-weight: 500;
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 0.05em;
    line-height: 1.81818;
}

.number-text01 {
    font-size: clamp(40px, calc(2.5rem + ((1vw - 3.2px) * 2.5)), 80px);
    font-weight: 700;
    font-family: "Outfit", sans-serif;
    letter-spacing: 0.05em;
}

.number-text02 {
    font-size: clamp(100px, calc(6.25rem + ((1vw - 3.2px) * 41.875)), 770px);
    font-weight: 700;
    font-weight: 700;
    font-family: "Outfit", sans-serif;
    line-height: 1.2;
}

/*===========================================================
下層カバー
===========================================================*/

.in-cover {
    padding: 0 15px;
    max-width: 1920px;
    width: 100%;
    height: 250px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.in-cover:before {
    content: "";
    display: block;
    position: absolute;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 20%);
}

.in-cover-title {
    font-size: clamp(30px, calc(1.875rem + ((1vw - 3.75px) * 3.2362)), 80px);
    font-weight: 400;
    letter-spacing: 0.05em;
    font-family: "Marcellus", serif;
    color: #FFF;
}

.in-cover-sub-title {
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.2px) * 1.25)), 40px);
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #FFF;
}

/*===========================================================
パンくず
===========================================================*/

.bread-wrapper {
    max-width: 1920px;
    width: 100%;
    padding: 15px;
}

.bread-box {
    max-width: 1220px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
    font-size: 12px;
    letter-spacing: 0.05em;
}

.bread-link {
    display: block;
    color: #33322E;
    text-decoration: underline;
}

.bread-link:hover {
    color: #33322E;
    text-decoration: none;
}

/*===========================================================
inner
===========================================================*/

.in-wrapper {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
}

.inner01 {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}

.inner02 {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

.inner03 {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.inner04 {
    max-width: 1740px;
    width: 100%;
    margin: 0 auto;
}


/*===========================================================
お問い合わせ
===========================================================*/

.contact01-tel-area .tel-black-btn {
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.2px) * 0.9375)), 35px);
}

/*===========================================================
テーブル
===========================================================*/

.contact-text-box .text01 br {
    display: none;
}

.common-form-area {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    margin: 40px auto 0;
}

.common-table {
    border: 1px solid #F0F3F5;
    border-radius: 15px;
    overflow: hidden;
}

.table-th {
    padding: 15px 15px 15px 15px;
    background-color: #0087D3;
    color: #fff;
    border-bottom: 1px solid #F0F3F5;
    font-size: clamp(16px, calc(1rem + ((1vw - 3.2px) * 0.125)), 18px);
    font-weight: 700;
    line-height: 1.7777em;
}

.table-row:last-child .table-th {
    border: 0;
}

.table-td {
    padding: 15px 15px 15px 15px;
    background: #fff;
    color: #0F1E26;
    border-bottom: 1px solid #F0F3F5;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.2px) * 0.25)), 18px);
    line-height: 1.7777em;
}

.table-row:last-child .table-td {
    border: 0;
}

.table-td a {
    color: #0F1E26;
    text-decoration: underline;
}

.table-td a:hover {
    color: #0F1E26;
    text-decoration: none;
}

.table-flex {
    display: flex;
}

/* .table-row {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
} */

/*===========================================================
スライダー
===========================================================*/

.loopImgBx01 {
    width: 299px;
    padding-top: 299px;
    margin: 0 5px;
    position: relative;
}

.loop-wrapper {
    display: flex;
    align-items: center;
    overflow: hidden;
    height: auto;
}

.loopImgBx01>img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    height: 100%;
}

.loopImgArea {
    display: flex;
    animation: loop-slide 50s infinite linear 1s both;
}

.loopImgBx01>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*ここまで*/

.loopImgBx img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
}

/*アニメーション*/
@keyframes loop-slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}


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

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

.inBalanceImg01>img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
    bottom: 0;
    left: 0;
    margin: auto;
}

.objectFitImg {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}


a[data-lightbox] {
    position: relative;
    display: block;
}

a[data-lightbox]:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    transition: .5s;
}

a[data-lightbox]:hover:before {
    opacity: 1;
    transition: .5s;
}

.galleryImg01>a[data-lightbox] {
    padding-top: 100%;
}

.galleryImg01>a[data-lightbox] img {
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*----*/

.compBaseTb {
    border: 1px solid #ccc;
}

.compBaseTr {
    border: 1px solid #ccc;
}

.compBaseTh {
    padding: 15px;
    background-color: #555;
    color: #fff;
}

.compBaseTd {
    padding: 15px;
    background: #fff;
}

/*----*/

/*===========================================================
uvercrest
===========================================================*/

.in-third-main-title {
    width: 100%;
    max-width: max-content;
    margin: 0 15px;
}

.in-third-main-title-illust {
    width: 13%;
    max-width: 170px;
}

/*----*/

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */




    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

    .contact-text-box .text01 br {
        display: block;
    }

    .common-form-area {
        margin: 60px auto 0;
    }

    .title03 {
        font-size: clamp(20px, calc(1.25rem + ((1vw - 10.24px) * 1.6741)), 35px);
    }

    .text03 {
        font-size: clamp(16px, calc(1rem + ((1vw - 7.68px) * 0.5208)), 22px);
    }

    /*===========================================================
ボタン
===========================================================*/

    .btn02 {
        font-size: clamp(16px, calc(1rem + ((1vw - 10.24px) * 0.4464)), 20px);
    }

    .contact-btn {
        max-width: 420px;
    }

    /*===========================================================
スライダー
===========================================================*/

    .loopImgBx01 {
        width: 299px;
        padding-top: 299px;
    }

    /*===========================================================
下層カバー
===========================================================*/

    .in-cover {
        max-width: 1920px;
        width: 100%;
        height: 400px;
        justify-content: flex-start;
    }

    .in-cover-title-box {
        margin: 0 0 0 20%;
    }

    /*===========================================================
inner
===========================================================*/

    .in-wrapper {
        padding: 80px 0;
    }



    /*===========================================================
uvercrest
===========================================================*/

    .in-third-main-title br {
        display: none;
    }

    .in-third-main-title-illust {
        width: 17%;
    }

    /*----*/



    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


    .common-form-area {
        margin: 80px auto 0;
    }


    /*===========================================================
下層カバー
===========================================================*/

    /*===========================================================
パンくず
===========================================================*/

    .bread-box {
        font-size: 14px;
    }

    /*===========================================================
inner
===========================================================*/

    .in-wrapper {
        padding: 150px 0;
    }

    .in-top-wrapper {
        padding: 120px 0;
    }

    .text03 {
        font-size: clamp(16px, calc(1rem + ((1vw - 10.24px) * 0.6696)), 22px);
    }

    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */