.sec-page-01 .sec-bg-gray,
.sec-page-02 .sec-bg-gray,
.sec-page-03 .sec-bg-gray {
    background: #f6f6f6;
}

.sec-page-01 .sec-bg-gray-02,
.sec-page-02 .sec-bg-gray-02,
.sec-page-03 .sec-bg-gray-02 {
    background: #f6f6f6;
}

.sec-page-01 .sec-bg-gray-03,
.sec-page-02 .sec-bg-gray-03,
.sec-page-03 .sec-bg-gray-03 {
    background: #f9f9f9;
}

.sec-page-01 .sec-bg-gray-04,
.sec-page-02 .sec-bg-gray-04,
.sec-page-03 .sec-bg-gray-04 {
    position: relative;
}

.sec-page-01 .sec-bg-gray-04:before,
.sec-page-02 .sec-bg-gray-04:before,
.sec-page-03 .sec-bg-gray-04:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}

.sec-page-01 .sec-bg-green,
.sec-page-02 .sec-bg-green,
.sec-page-03 .sec-bg-green {
    background: #00956c;
}

@media screen and (max-width: 414px) {
    .sec-page-01 .unit-title-01,
    .sec-page-02 .unit-title-01,
    .sec-page-03 .unit-title-01 {
        font-size: 2.2rem;
    }
}

.sec-page-01 .unit-title-01.t-left,
.sec-page-02 .unit-title-01.t-left,
.sec-page-03 .unit-title-01.t-left {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .sec-page-01 .wrapper.w1100,
    .sec-page-02 .wrapper.w1100,
    .sec-page-03 .wrapper.w1100 {
        max-width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.sec-page-01 {
    /*
    padding: 80px 0px 140px;
    */
    padding: 15px 0px 140px;
    background: #fff;
}

@media screen and (max-width: 768px) {
    .sec-page-01 {
        padding: 40px 0px 70px;
    }
}

@media screen and (max-width: 414px) {
    .sec-page-01 {
        padding: 20px 0px 40px;
    }
}

.sec-single-01 {
    margin-top: 60px;
}

@media screen and (max-width: 768px) {
    .sec-single-01 {
        margin-top: 30px;
    }
}

.wrapper {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    .wrapper {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.w1000 {
    width: 1000px;
    max-width: 100%;
    margin: auto;
}

.box-recommend-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
    .box-recommend-01 {
        display: block;
    }
}

.box-recommend-01>.inner-l {
    width: 520px;
    margin-right: 30px;
}

@media screen and (max-width: 768px) {
    .box-recommend-01>.inner-l {
        width: auto;
        margin-right: 0;
        margin-top: 20px;
    }
}

.box-recommend-01>.inner-r {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.box-recommend-01>.inner-r>.inner-r-inner {
    padding: 0 10px;
    font-family: "BIZ UDPGothic", sans-serif;
}

@media screen and (max-width: 768px) {
    .box-recommend-01>.inner-r>.inner-r-inner {
        padding: 0;
    }
}

@media screen and (min-width: 769px) {
    .box-recommend-01>.inner-r>.inner-r-inner .box-text-01 {
        font-size: 1.75rem;
    }
}

.box-recommend-01+* {
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .box-recommend-01+* {
        margin-top: 15px;
    }
}

.unit-recommend-01 {
    background: #000080;
    border-radius: 10px;
    color: #fff;
    padding: 20px 30px;
}

@media screen and (max-width: 768px) {
    .unit-recommend-01 {
        padding: 15px 20px;
    }
}

.unit-recommend-01 .title {
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.2;
    font-family: "BIZ UDPGothic", sans-serif;
}

@media screen and (max-width: 768px) {
    .unit-recommend-01 .title {
        font-size: 1.8rem;
    }
}

.unit-recommend-01 .title+.cap {
    margin-top: 5px;
}

.unit-recommend-01 .cap {
    font-size: 1.6rem;
    line-height: 1.2;
    font-family: "BIZ UDPMincho", serif;
}

@media screen and (max-width: 768px) {
    .unit-recommend-01 .cap {
        font-size: 1.6rem;
    }
}

.unit-recommend-01+* {
    margin-top: 25px;
}

@media screen and (max-width: 768px) {
    .unit-recommend-01+* {
        margin-top: 15px;
    }
}

.unit-table-02 {
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    width: 100%;
    table-layout: fixed;
    font-size: 1.5rem;
    font-family: "BIZ UDPGothic", sans-serif;
}

@media screen and (max-width: 768px) {
    .unit-table-02 {
        display: block;
        font-size: 1.3rem;
    }
    .unit-table-02 tbody {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .unit-table-02 tr {
        display: block;
        width: 100%;
    }
}

.unit-table-02 tr td,
.unit-table-02 tr th {
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 15px 20px;
}

@media screen and (max-width: 768px) {
    .unit-table-02 tr td,
    .unit-table-02 tr th {
        display: block;
        width: 100%;
        padding: 10px 15px;
    }
}

.unit-table-02 tr th {
    background: #f7f7f7;
    text-align: left;
    width: 160px;
    padding: 15px;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .unit-table-02 tr th {
        width: 100%;
        padding: 10px 15px;
    }
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.h-imaage {
    max-width: 100%;
    width: 85%;
    margin: auto;
    margin-top: 1rem;
}

.box-reccta-01 {
    background: #e0ffff;
    border-radius: 10px;
    padding: 40px 50px 40px;
    margin: 60px 0 0;
}

.box-reccta-01 a {
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .box-reccta-01 {
        margin: 30px 0 0;
        padding: 30px 20px 40px;
    }
}

.box-reccta-01 .title {
    font-weight: bold;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.2;
    font-family: "BIZ UDPMincho", serif;
}

@media screen and (max-width: 768px) {
    .box-reccta-01 .title {
        font-size: 1.8rem;
    }
}

.box-reccta-01 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    /*
    width: 100%;
    */
    width: 75%;
}

.box-reccta-01 .inner .inner-l {
    width: 50%;
}

.box-reccta-01 .inner .inner-r {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .box-reccta-01 .inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 15px;
        width: 100%;
    }
    .box-reccta-01 .inner .inner-c,
    .box-reccta-01 .inner .inner-l,
    .box-reccta-01 .inner .inner-r {
        width: 100%;
        text-align: center;
    }
    .box-reccta-01 .inner .inner-c:not(:first-child),
    .box-reccta-01 .inner .inner-l:not(:first-child),
    .box-reccta-01 .inner .inner-r:not(:first-child) {
        margin-top: 20px;
    }
}

.box-reccta-01 .inner .tel .sub {
    display: block;
    font-size: 1.4rem;
    margin-top: 5px;
    font-family: "Sawarabi Gothic", sans-serif;
}

@media screen and (max-width: 768px) {
    .box-reccta-01 .inner .tel .sub {
        font-size: 1.2rem;
        margin-top: 0;
    }
}

.unit-title-02 {
    position: relative;
    font-size: 2.4rem;
    font-weight: bold;
    padding-left: 20px;
    line-height: 1.2;
    font-family: "BIZ UDPGothic", sans-serif;
}

@media screen and (max-width: 768px) {
    .unit-title-02 {
        font-size: 1.8rem;
        padding-left: 15px;
    }
}

*+.unit-title-02 {
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
    *+.unit-title-02 {
        margin-top: 40px;
    }
}

.unit-title-02+* {
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .unit-title-02+* {
        margin-top: 15px;
    }
}

.unit-title-02:before {
    content: "";
    width: 6px;
    height: 24px;
    display: block;
    background: #000080;
    position: absolute;
    top: 2px;
    left: 0;
}

@media screen and (max-width: 768px) {
    .unit-title-02:before {
        height: 20px;
        top: 0;
    }
}

.unit-recmap-01 {
    height: 400px;
    border: 1px solid #e3e3e3;
}

@media screen and (max-width: 768px) {
    .unit-recmap-01 {
        height: 200px;
    }
}

.unit-recmap-01 iframe {
    width: 100%;
    height: 100%;
}

.unit-rectel-01 {
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 1.2;
    font-family: "Quicksand", "BIZ UDPGothic", sans-serif;
    font-weight: 700;
    font-style: normal;
}

@media screen and (max-width: 768px) {
    .unit-rectel-01 {
        font-size: 2.8rem;
    }
}

.unit-rectel-01:before {
    content: "\f095";
    font-family: "Font Awesome 6 Free";
    font-size: 3rem;
    margin-right: 5px;
    color: #009a6c;
}

@media screen and (max-width: 768px) {
    .unit-rectel-01:before {
        font-size: 2.4rem;
    }
}

.unit-btn-02.sm a {
    padding: 10px 10px;
}

.unit-btn-02.lg a,
.unit-btn-02.lg input {
    width: 350px;
}

.unit-btn-02 a,
.unit-btn-02 input {
    position: relative;
    min-width: 186px;
    padding: 15px 10px;
    background: #ffa23a;
    border-radius: 30px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.unit-btn-02 a span,
.unit-btn-02 input span {
    position: relative;
    padding-left: 30px;
    display: block;
    width: 63%;
    margin: auto;
}

@media screen and (max-width: 414px) {
    .unit-btn-02 a span,
    .unit-btn-02 input span {
        width: 70%;
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 374px) {
    .unit-btn-02 a span,
    .unit-btn-02 input span {
        width: 80%;
    }
}

@media screen and (max-width: 330px) {
    .unit-btn-02 a span,
    .unit-btn-02 input span {
        font-size: 1.4rem;
        letter-spacing: 0;
    }
}

.unit-btn-02 a span:before,
.unit-btn-02 input span:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-weight: 400;
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.7rem;
}

.unit-btn-02 a:hover,
.unit-btn-02 input:hover {
    opacity: 1;
    background-color: #db833b;
}

.unit-btn-02.white a,
.unit-btn-02.white input {
    background: #fff;
    border: 1px solid #ffa23a;
    color: #ffa23a;
}

.unit-btn-02.white a span:before,
.unit-btn-02.white input span:before {
    content: "";
}

.unit-btn-02.white a:hover,
.unit-btn-02.white input:hover {
    background: #ffa23a;
    color: #fff;
}

.unit-btn-02.no-icon a span:before {
    display: none;
}

.unit-btn-02.lg.cta a {
    width: 300px;
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
}

@media screen and (max-width: 768px) {
    .unit-btn-02.lg.cta a {
        font-size: 1.6rem;
        max-width: 100%;
    }
}

.unit-btn-02.lg.cta a span {
    padding: 0;
    width: auto;
    font-family: "Sawarabi Gothic", sans-serif;
}

.unit-btn-02.lg.cta a span:before {
    position: static;
    margin-right: 10px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.unit-btn-02.lg.cta.white a {
    background: transparent;
}

.unit-btn-02.lg.cta.white a:hover {
    background: #fff;
    color: #ff9f3a;
}

.unit-recommend-02 .price {
    color: #ff9027;
    font-size: 4.65rem;
    margin-right: 10px;
    font-family: "Quicksand", "BIZ UDPGothic", sans-serif;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .unit-recommend-02 .price {
        font-size: 4rem;
    }
}

.container2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.container2:before {
    content: "";
    display: block;
    width: calc((100% - 3rem) / 4);
    order: 1;
}

.container2:after {
    content: "";
    display: block;
    width: calc((100% - 3rem) / 4);
    margin-right: 1rem;
}

.box {
    background: red;
    width: calc((100% - 3rem) / 4);
    height: 140px;
    margin-right: -30px;
    margin-bottom: 2rem;
}

.box5 {
    margin-right: 0;
}


/* ベーススタイル */

.imi-ta {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    /*border: 1.5px solid #444444;*/
    text-align: center;
    /* 表全体の外枠を強調 */
}

.imi-ta th td {
    border: #ccc 2px solid;
    /* 各セルの枠線 */
    padding: 10px;
    text-align: center;
}


/* ヘッダー部分 */

.imi-the {
    background-color: #f0e68c;
    /* 薄い黄色 */
    border-bottom: #ccc 2px solid;
    /* ヘッダーの下部に太い線 */
}

.imi-the th {
    font-weight: normal;
    text-transform: uppercase;
    /* ヘッダーを大文字に変換（任意） */
}


/* ボディ部分 */

.imi-tbo {
    background-color: #ffffff;
    height: 50px;
    /* 非常に薄いグレー */
}

.imi-tbo tr {
    border-bottom: 2px dotted #aaaaaa;
    /* データ行の下部に太い線 */
}


/* レスポンシブ調整 */

@media screen and (max-width: 600px) {
    .imi-ta {
        font-size: 12px;
    }
    th,
    td {
        padding: 5px;
    }
}