@charset "UTF-8";

/*
Theme Name: 不用品買取LP
Author: Catwork Co., Ltd.
Version: 1.0.0
*/


/* Reset
----------------------------------------------------------- */

:root {
    /* bodyの背景色 */
    --body-bg-color: #fff;
    /* メインのフォントファミリー */
    --main-font: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
    /* メインのフォントカラー */
    --main-font-color: #333;
    /* h2~h5タグまでのフォントウェイト */
    --h-tag-weight: bold;
}

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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    zoom: 1;
    /* hasLayout in IE */
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    vertical-align: baseline;
    background: transparent;
    -webkit-text-size-adjust: 100%;
    word-break: break-all;
}

header,
menu,
nav,
footer,
section,
article,
aside,
details,
summary,
figure,
figcaption {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

::placeholder {
    color: #949292;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

img {
    font-size: 0;
    line-height: 0;
    vertical-align: bottom;
    height: auto;
    max-width: 100%;
}

input[type="text"],
input[type="email"] {
    border-radius: 0;
    -webkit-appearance: none;
    line-height: normal;
    color: var(--main-font-color);
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: var(--main-font-color);
}

a:focus {
    outline: none;
}

a img {
    border: none;
    vertical-align: middle;
}

textarea {
    overflow: auto;
}

label {
    cursor: pointer;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    content: ".";
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}

* html .clearfix {
    zoom: 1;
}

*:first-child+html .clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
}

strong {
    font-weight: normal;
}

ul,
ol {
    list-style-type: none;
}

body {
    font-family: var(--main-font);
    font-size: 16px;
    line-height: 1.5;
    color: var(--main-font-color);
    background: var(--body-bg-color);
}

.wrap {
    width: 100%;
    overflow-x: hidden;
}

h2,
h3,
h4,
h5 {
    font-weight: var(--h-tag-weight);
}

.inner {
    margin: 0 auto;
    width: 1200px;
}


/*===============================================
横幅1200px以下
===============================================*/

@media screen and (max-width: 1240px) and (min-width: 441px) {
    html,
    body,
    .wrap {
        width: 1240px;
    }
}


/*===============================================
横幅441px以上
===============================================*/

@media screen and (min-width: 441px) {
    a {
        transition: all .5s;
    }
    a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        transition: all .5s;
    }
    .sp {
        display: none;
    }
    p {
        line-height: 2;
    }
    /* スムーススクロール設定 */
    html {
        scroll-behavior: smooth;
    }
     :root {
        --header-height: 110px;
    }
    /* header
------------------------------------------------------------------------*/
    header {
        top: 0;
        left: 0;
        width: 100%;
        height: 75px;
        z-index: 10000;
        position: relative;
    }
    header h1 {
        display: none;
    }
    header .header_box {
        position: fixed;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 1240px;
        height: 75px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    @media screen and (max-width: 1240px) {
        header .header_box {
            left: 0;
            transform: none;
        }
    }
    header .header_box::after {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        content: "";
        background: #fff;
        width: 100vw;
        height: 75px;
        z-index: -1;
    }
    @media screen and (max-width: 1240px) {
        header .header_box::after {
            width: 1240px;
        }
    }
    header .header_box .logo a {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 20px;
        display: block;
        width: 174px;
        height: 0;
        /* background: url(img/header_logo.png)no-repeat;
		background-size: 174px;
		padding: 35px 0 0; */
        background: url(img/header_logo.png) no-repeat;
        background-size: 172px;
        padding: 55px 0 0;
        box-sizing: border-box;
        overflow: hidden;
    }
    header .header_box .text01 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 205px;
        font-weight: bold;
    }
    header .header_box .text01::before {
        content: "［ ";
    }
    header .header_box .text01::after {
        content: " ］";
    }
    header .header_box .tel {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 720px;
        line-height: 1;
    }
    header .header_box .tel a {
        display: inline-block;
        width: 235px;
        height: 40px;
        background: url(img/home_tel_icon.png)left center no-repeat;
        background-size: 40px, 185px;
        padding-left: 50px;
        /* padding-top: 41px; */
        /* overflow: hidden; */
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }
    header .header_box .mail_btn a {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        display: block;
        background: url(img/home_mail_icon.png)left 60px center no-repeat, #ff8d01;
        background-size: 20px;
        border: 2px solid #ff8d01;
        width: 250px;
        height: 45px;
        border-radius: 45px;
        line-height: 43px;
        color: #fff;
        text-align: center;
        font-weight: bold;
        padding-left: 30px;
        box-sizing: border-box;
    }
    header .header_box .mail_btn a:hover {
        background: url(img/home_mail_icon_h.png)left 60px center no-repeat, #fff;
        background-size: 20px;
        color: #ff8d01;
    }
    /* home
------------------------------------------------------------------------*/
    /* key */
    .key {
        max-width: 1650px;
        height: 775px;
        margin: 0 auto;
        background: url(img/home_bg01.png);
        border-radius: 50px;
        overflow: hidden;
        position: relative;
        z-index: 0;
    }
    .key::before {
        content: "";
        background: url(img/key_img01.png)no-repeat;
        width: 870px;
        height: 775px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }
    .key::after {
        content: "";
        background: url(img/key_img03.png)no-repeat;
        background-size: 540px;
        width: 540px;
        height: 376px;
        position: absolute;
        bottom: 45px;
        right: 145px;
    }
    .key .key_text_box {
        width: 740px;
        padding: 115px 0 0 100px;
        text-align: center;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
    }
    .key .key_text_box::before {
        content: "";
        background: url(img/key_img02.png)no-repeat;
        width: 450px;
        height: 332px;
        position: absolute;
        top: 65px;
        left: 537px;
        z-index: -1;
    }
    .key .key_text_box .text01 {
        width: 543px;
        height: 0;
        margin: 0 auto;
        padding-top: 196px;
        background: url(img/key_text01.png)top center no-repeat;
        background-size: 543px;
        overflow: hidden;
    }
    .key .key_text_box .text02 {
        font-size: 28px;
        line-height: 1;
        font-weight: bold;
        margin: 30px auto;
    }
    .key .key_text_box .text03 {
        width: 550px;
        height: 0;
        margin: 0 auto;
        padding-top: 45px;
        background: url(img/key_text02.png)center center no-repeat, #ff593a;
        background-size: 435px;
        border-radius: 45px;
        overflow: hidden;
    }
    .key .key_text_box .box {
        width: 430px;
        margin: 30px auto;
        background: #fff;
        border: 3px solid #23af8e;
        border-radius: 10px;
        box-sizing: border-box;
    }
    .key .key_text_box .box .ttl {
        height: 30px;
        color: #fff;
        background: #23af8e;
        border-radius: 6px 6px 0 0;
        font-size: 18px;
        font-weight: bold;
        line-height: 30px;
    }
    .key .key_text_box .box .text04 {
        background: url(img/key_icon01.png)left 30px center no-repeat;
        background-size: 50px;
        font-size: 26px;
        line-height: 1;
        font-weight: bold;
        padding: 22px 0 15px 60px;
        letter-spacing: -0.5px;
        box-sizing: border-box;
    }
    .key .key_text_box .box .text04 .span01 {
        padding-right: 3px;
        color: #23af8e;
        font-size: 20px;
        font-weight: bold;
        writing-mode: vertical-rl;
        letter-spacing: 2px;
        vertical-align: top;
    }
    .key .key_text_box .box .text04 .span02 {
        padding-right: 2px;
        color: #23af8e;
        font-size: 50px;
        font-weight: bold;
        letter-spacing: 0;
    }
    .key .text05 {
        width: 740px;
        height: 0;
        background: url(img/key_text03.png)right 95px top no-repeat;
        background-size: 455px;
        padding-top: 55px;
        overflow: hidden;
        position: relative;
    }
    .key .text05::after {
        content: "";
        width: 695px;
        height: 45px;
        background: #fff;
        border-radius: 0 45px 45px 0;
        position: absolute;
        bottom: -3px;
        left: 0;
        z-index: -1;
    }
    @media screen and (max-width: 1660px) {
        .key {
            width: calc(100% - 40px);
            margin: 0 20px;
        }
        .key::before {
            right: calc(50% - 1260px);
            transform: translateX(-50%);
        }
        .key::after {
            width: 500px;
            height: 350px;
            background-size: 500px;
            right: calc(50% - 950px);
            transform: translateX(-50%);
        }
        .key .key_text_box {
            width: 50%;
            padding-left: 0;
        }
        .key .key_text_box::before {
            width: 400px;
            height: 295px;
            background-size: 400px;
            left: calc(50% + 300px);
            transform: translateX(-50%);
        }
        .key .text05 {
            width: 50%;
            background: url(img/key_text03.png)center top no-repeat;
            background-size: 455px;
            padding-right: 10px;
            box-sizing: border-box;
        }
        .key .text05::after {
            left: auto;
            right: calc(50% - 620px);
            transform: translateX(-50%);
        }
    }
    @media screen and (max-width: 1460px) {
        .key::after {
            right: 40px;
            transform: none;
        }
    }
    /* cont01 */
    .home .cont01 {
        background: #f0e16d;
        margin-top: -230px;
        padding: 360px 0 110px;
        position: relative;
        z-index: -1;
    }
    .home .cont01 h2 {
        font-size: 32px;
        line-height: 45px;
        text-align: center;
        position: relative;
        z-index: 1;
    }
    .home .cont01 h2::before {
        content: "";
        background: url(img/home_accent01.png)no-repeat;
        background-size: 109px;
        width: 109px;
        height: 46px;
        position: absolute;
        top: -55px;
        left: 50%;
        transform: translateX(-50%);
    }
    .home .cont01 h2 span {
        display: inline-block;
        width: 110px;
        height: 45px;
        color: #fff;
        background: #ff8d01;
        border-radius: 45px;
        font-weight: bold;
        text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
    }
    .home .cont01 h2 span:nth-of-type(2) {
        background: #23af8e;
    }
    .home .cont01 h2 span:nth-of-type(3) {
        background: #0b88c5;
    }
    .home .cont01 h2 span+span {
        margin-left: 5px;
    }
    .home .cont01 h2 span:last-of-type {
        margin-right: 10px;
    }
    .home .cont01 .box_set {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        gap: 0 15px;
        margin-top: 40px;
        position: relative;
    }
    .home .cont01 .box_set::before {
        content: "";
        background: url(img/home_img01.png)no-repeat;
        width: 556px;
        height: 410px;
        position: absolute;
        bottom: -86px;
        left: -170px;
        mix-blend-mode: luminosity;
        z-index: -1;
    }
    .home .cont01 .box_set::after {
        content: "";
        background: url(img/home_img02.png)no-repeat;
        width: 452px;
        height: 461px;
        position: absolute;
        bottom: -80px;
        right: -308px;
        mix-blend-mode: luminosity;
        z-index: -1;
    }
    .home .cont01 .box_set .box {
        display: flex;
        align-items: center;
        width: 330px;
        height: 130px;
        background: #fff;
        border-radius: 10px;
        border: 3px solid #ff8d01;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
        z-index: 1;
    }
    .home .cont01 .box_set .box:nth-of-type(2) {
        border: 3px solid #23af8e;
    }
    .home .cont01 .box_set .box:nth-of-type(3) {
        border: 3px solid #0b88c5;
    }
    .home .cont01 .box_set .box h3 {
        width: 160px;
        color: #fff;
        background: url(img/home_img03.png)left 45px top 2px no-repeat;
        background-size: 55px;
        padding: 58px 0 0 20px;
        font-size: 22px;
        line-height: 1;
        text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
        position: relative;
        box-sizing: border-box;
    }
    .home .cont01 .box_set .box:nth-of-type(2) h3 {
        background: url(img/home_img04.png)left 40px top no-repeat;
        background-size: 65px;
    }
    .home .cont01 .box_set .box:nth-of-type(3) h3 {
        background: url(img/home_img05.png)left 38px top 4px no-repeat;
        background-size: 66px;
    }
    .home .cont01 .box_set .box h3::before {
        content: "";
        width: 185px;
        height: 185px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        z-index: -1;
        background: #ff8d01;
    }
    .home .cont01 .box_set .box:nth-of-type(2) h3::before {
        background: #23af8e;
    }
    .home .cont01 .box_set .box:nth-of-type(3) h3::before {
        background: #0b88c5;
    }
    .home .cont01 .box_set .box .text01 {
        width: 170px;
        margin-top: 10px;
        font-size: 25px;
        line-height: 1;
        font-weight: bold;
        text-align: center;
    }
    .home .cont01 .box_set .box:nth-of-type(1) .text01 {
        margin-top: 5px;
    }
    .home .cont01 .box_set .box .text01 .num {
        display: inline-block;
        margin-top: 5px;
        color: #ff8d01;
        font-size: 54px;
        font-weight: bold;
    }
    .home .cont01 .box_set .box:nth-of-type(2) .text01 .num {
        color: #23af8e;
    }
    .home .cont01 .box_set .box:nth-of-type(3) .text01 .num {
        color: #0b88c5;
    }
    .home .cont01 .box_set .box .text01 .uni {
        font-size: 30px;
        font-weight: bold;
    }
    /* cont02 */
    .home .cont02 {
        margin: 130px auto 70px;
        text-align: center;
        position: relative;
    }
    .home .cont02 h2 {
        width: 656px;
        height: 0;
        margin: 0 auto;
        padding: 234px 0 0 30px;
        background: url(img/home_text02.png)top right no-repeat;
        background-size: 626px;
        overflow: hidden;
        box-sizing: border-box;
    }
    .home .cont02 .text01 {
        width: 205px;
        height: 0;
        background: url(img/home_text01.png)center center no-repeat;
        background-size: 205px;
        padding-top: 205px;
        overflow: hidden;
        box-sizing: border-box;
        position: absolute;
        top: 30px;
        left: 140px;
        z-index: -1;
    }
    .home .cont02 .text02 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 7px 0;
        width: 250px;
        height: 250px;
        color: #fff;
        background: #ff8d01;
        border-radius: 50%;
        font-size: 36px;
        line-height: 1;
        font-weight: bold;
        letter-spacing: 1px;
        position: absolute;
        top: -10px;
        right: 70px;
        z-index: -1;
    }
    .home .cont02 .text02 .span01 {
        display: inline-block;
        font-size: 46px;
        font-weight: bold;
        text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
    }
    .home .cont02 .text02 .num {
        display: inline-block;
        font-size: 82px;
        font-weight: bold;
    }
    .home .cont02 .text03 {
        width: 630px;
        height: 60px;
        margin: 15px auto 0;
        color: transparent;
        background: #f5e7cf;
        border-radius: 60px;
    }
    .home .cont02 .text03::before {
        content: "";
        background: url(img/home_text03.png)center center no-repeat;
        background-size: 560px;
        width: 560px;
        height: 65px;
        position: absolute;
        bottom: 13px;
        left: 50%;
        transform: translateX(-50%);
    }
    .home .cont02 .plan_box {
        margin-top: 70px;
        display: flex;
        justify-content: space-between;
    }
    .home .cont02 .plan_box .box {
        width: 280px;
        height: 210px;
        background: #fff;
        border: 3px solid #ff8d01;
        border-radius: 10px;
        box-sizing: border-box;
        position: relative;
    }
    .home .cont02 .plan_box .box:nth-of-type(2) {
        border: 3px solid #23af8e;
    }
    .home .cont02 .plan_box .box:nth-of-type(3) {
        border: 3px solid #0b88c5;
    }
    .home .cont02 .plan_box .box:nth-of-type(4) {
        border: 3px solid #ff593a;
    }
    .home .cont02 .plan_box .box::before {
        content: "";
        background: url(img/home_img06.png)center center no-repeat;
        width: 155px;
        height: 101px;
        position: absolute;
        bottom: -63px;
        left: 50%;
        transform: translateX(-50%);
    }
    .home .cont02 .plan_box .box:nth-of-type(2)::before {
        background: url(img/home_img07.png)center center no-repeat;
        width: 172px;
        height: 110px;
    }
    .home .cont02 .plan_box .box:nth-of-type(3)::before {
        background: url(img/home_img08.png)center center no-repeat;
        width: 146px;
        height: 106px;
    }
    .home .cont02 .plan_box .box:nth-of-type(4)::before {
        background: url(img/home_img09.png)center center no-repeat;
        width: 181px;
        height: 115px;
        bottom: -71px;
    }
    .home .cont02 .plan_box .box h3 {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 13px;
        height: 50px;
        color: #fff;
        font-size: 28px;
        line-height: 50px;
        border-radius: 6px 6px 0 0;
        background: #ff8d01;
    }
    .home .cont02 .plan_box .box:nth-of-type(2) h3 {
        background: #23af8e;
    }
    .home .cont02 .plan_box .box:nth-of-type(3) h3 {
        background: #0b88c5;
    }
    .home .cont02 .plan_box .box:nth-of-type(4) h3 {
        background: #ff593a;
    }
    .home .cont02 .plan_box .box h3 span {
        display: inline-block;
        width: 88px;
        height: 30px;
        color: var(--main-font-color);
        background: #fff;
        border-radius: 5px;
        font-size: 16px;
        line-height: 30px;
        font-weight: bold;
    }
    .home .cont02 .plan_box .box .price_be {
        display: inline-block;
        margin-top: 27px;
        font-size: 28px;
        line-height: 1;
        font-weight: bold;
        position: relative;
    }
    .home .cont02 .plan_box .box .price_be::before {
        content: "";
        background: #ff593a;
        width: 135px;
        height: 3px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-10deg);
        transform-origin: center;
    }
    .home .cont02 .plan_box .box .price_be span {
        font-size: 21px;
        font-weight: bold;
    }
    .home .cont02 .plan_box .box .price_af {
        display: inline-block;
        margin-top: 10px;
        padding-left: 34px;
        color: #ff593a;
        background: url(img/home_accent02.png)center left no-repeat;
        background-size: 24px;
        font-size: 44px;
        line-height: 1;
        font-weight: bold;
        box-sizing: border-box;
    }
    .home .cont02 .plan_box .box .price_af span {
        font-size: 26px;
        font-weight: bold;
    }
    .home .cont02 .text04 {
        margin-top: 100px;
        font-size: 14px;
        line-height: 1;
    }
    /* cont03 */
    .home .cont03 {
        margin: 155px auto 120px;
    }
    .home .cont03 .cont {
        border-radius: 20px;
        border: 3px solid #ff8d01;
        text-align: center;
        box-sizing: border-box;
        position: relative;
    }
    .home .cont03 .cont+.cont {
        margin-top: 135px;
    }
    .home .cont03 .cont:last-of-type::before {
        content: "";
        background: url(img/home_img10.png)no-repeat;
        width: 358px;
        height: 264px;
        position: absolute;
        top: -205px;
        left: -110px;
    }
    .home .cont03 .cont h3 {
        width: 680px;
        height: 70px;
        margin: -35px auto 0;
        color: #fff;
        background: #ff8d01;
        border-radius: 70px;
        font-size: 36px;
        line-height: 70px;
        text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
    }
    .home .cont03 .cont:nth-of-type(2) h3 {
        width: 760px;
        font-size: 32px;
    }
    .home .cont03 .cont .flex_box {
        display: flex;
        justify-content: space-between;
        padding: 75px 115px;
        box-sizing: border-box;
    }
    .home .cont03 .cont .flex_box .text_box {
        text-align: left;
    }
    .home .cont03 .cont .flex_box .text_box h4 {
        font-size: 30px;
        line-height: 1.533;
        position: relative;
    }
    .home .cont03 .cont .flex_box .text_box h4::before {
        content: "";
        width: 46px;
        height: 49px;
        background: url(img/home_accent03.png)no-repeat;
        background-size: 46px;
        position: absolute;
        top: -35px;
        left: -44px;
    }
    .home .cont03 .cont .flex_box .text_box h4 span {
        color: #ff8d01;
        font-weight: bold;
    }
    .home .cont03 .cont .flex_box .text_box .text01 {
        margin-top: 25px;
        font-size: 20px;
        line-height: 1.8;
        font-weight: bold;
    }
    .home .cont03 .cont .flex_box .img_box .text02 {
        width: 205px;
        height: 0;
        margin: 0 auto -44px;
        padding-top: 44px;
        background: url(img/home_text04.png)top center no-repeat;
        background-size: 205px;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }
    .home .cont03 .cont .flex_box .img_box ul {
        display: flex;
        gap: 0 20px;
    }
    .home .cont03 .cont .flex_box .img_box ul li {
        width: 212px;
        height: 212px;
        color: #23af8e;
        background: url(img/home_bg02.png)no-repeat;
        font-size: 28px;
        line-height: 1;
        font-weight: bold;
        padding-top: 125px;
        box-sizing: border-box;
    }
    .home .cont03 .cont .flex_box .img_box ul li:nth-of-type(2) {
        color: #0b88c5;
        background: url(img/home_bg03.png)no-repeat;
    }
    .home .cont03 .cont .text03 {
        display: inline-block;
        margin: 40px 0 55px;
        font-size: 20px;
        font-weight: bold;
        position: relative;
    }
    .home .cont03 .cont .text03::before,
    .home .cont03 .cont .text03::after {
        content: "";
        width: 13px;
        height: 22px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .home .cont03 .cont .text03::before {
        background: url(img/contact_box_icon01.png)no-repeat;
        background-size: 13px;
        left: -24px;
    }
    .home .cont03 .cont .text03::after {
        background: url(img/contact_box_icon02.png)no-repeat;
        background-size: 13px;
        right: -20px;
    }
    .home .cont03 .cont .table_box table {
        width: 1000px;
        margin: 0 auto;
    }
    .home .cont03 .cont .table_box table tr {
        display: inline-block;
        width: 260px;
        border-radius: 10px;
        margin-right: 15px;
        vertical-align: top;
        box-sizing: border-box;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(1) {
        width: 175px;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(2) {
        border: 3px solid #ff8d01;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(3) {
        border: 3px solid #23af8e;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(4) {
        border: 3px solid #0b88c5;
    }
    .home .cont03 .cont .table_box table tr:last-of-type {
        margin-right: 0;
    }
    .home .cont03 .cont .table_box table tr th,
    .home .cont03 .cont .table_box table tr td {
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        font-size: 18px;
        line-height: 1;
        font-weight: bold;
    }
    .home .cont03 .cont .table_box table tr td {
        margin: 5px 8px;
        border-radius: 5px;
    }
    .home .cont03 .cont .table_box table tr td:first-of-type {
        margin-top: 8px;
    }
    .home .cont03 .cont .table_box table tr td:last-of-type {
        margin-bottom: 8px;
    }
    .home .cont03 .cont .table_box table tr td span {
        font-size: 30px;
        font-weight: bold;
    }
    .home .cont03 .cont .table_box table tr th:first-of-type {
        height: 50px;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(3) th:first-of-type {
        color: #fff;
        background: #23af8e;
        border-radius: 7px 7px 0 0;
        font-size: 26px;
        font-weight: bold;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(4) th:first-of-type {
        color: #fff;
        background: #0b88c5;
        border-radius: 7px 7px 0 0;
        font-size: 26px;
        font-weight: bold;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(1) th {
        justify-content: flex-start;
        margin: 5px 0;
        padding-left: 20px;
        position: relative;
        box-sizing: border-box;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(1) th:nth-of-type(2) {
        margin-top: 8px;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(1) th:last-of-type {
        margin-bottom: 8px;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(1) th::before {
        content: "";
        width: 8px;
        height: 8px;
        background: #ff8d01;
        border-radius: 50%;
        position: absolute;
        top: 47%;
        transform: translateY(-50%);
        left: 0;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(1) th:first-of-type::before {
        content: none;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(2) td {
        background: #f1efdf;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(3) td,
    .home .cont03 .cont .table_box table tr:nth-of-type(4) td {
        background: #eee;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(2) th {
        position: relative;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(2) th::before {
        content: "";
        width: 260px;
        height: 70px;
        background: #ff8d01;
        border-radius: 10px 10px 0 0;
        position: absolute;
        bottom: 0;
        left: -2.5px;
        z-index: -1;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(2) th span {
        display: block;
        width: 160px;
        /* width: 145px; */
        height: 0;
        color: #ff8d01;
        background: url(img/table_logo.png)center center no-repeat;
        /* background-size: 145px;
        padding: 32px 0 0; */
        background-size: 155px;
        padding: 52px 0 0;
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
        top: -8px;
    }
    .home .cont03 .cont .pack_plan {
        width: 1100px;
        margin: 90px auto 50px;
        padding: 50px 0;
        background: #f1efdf;
        border-radius: 10px;
        box-sizing: border-box;
        position: relative;
    }
    .home .cont03 .cont .pack_plan h4 {
        font-size: 26px;
        line-height: 1;
        position: absolute;
        top: -12px;
        left: 50%;
        transform: translateX(-50%);
    }
    .home .cont03 .cont .pack_plan h4 span {
        color: #ff8d01;
        font-weight: bold;
        padding-top: 8px;
        background-image: radial-gradient(circle, #ff8d01 2.5px, transparent 2.5px);
        background-position: top right 4px;
        background-repeat: repeat-x;
        background-size: 25px 5px;
    }
    .home .cont03 .cont .pack_plan .text04 {
        padding-bottom: 35px;
        line-height: 1;
    }
    .home .cont03 .cont .pack_plan ul {
        display: flex;
        justify-content: center;
        gap: 0 17px;
    }
    .home .cont03 .cont .pack_plan ul li {
        width: 110px;
        height: 110px;
        margin-bottom: 47px;
        padding-top: 85px;
        border-radius: 50%;
        line-height: 1.375;
        font-weight: bold;
        text-align: center;
        box-sizing: border-box;
    }
    .home .cont03 .cont .pack_plan ul li:nth-of-type(1) {
        background: url(img/home_img11.png)center center no-repeat, #fff;
        background-size: 45px;
    }
    .home .cont03 .cont .pack_plan ul li:nth-of-type(2) {
        background: url(img/home_img12.png)center top 28px no-repeat, #fff;
        background-size: 45px;
    }
    .home .cont03 .cont .pack_plan ul li:nth-of-type(3) {
        background: url(img/home_img13.png)center top 23px no-repeat, #fff;
        background-size: 56px;
    }
    .home .cont03 .cont .pack_plan ul li:nth-of-type(4) {
        background: url(img/home_img14.png)center top 26px no-repeat, #fff;
        background-size: 56px;
    }
    .home .cont03 .cont .pack_plan ul li:nth-of-type(5) {
        background: url(img/home_img15.png)center top 34px no-repeat, #fff;
        background-size: 51px;
    }
    .home .cont03 .cont .pack_plan ul li:nth-of-type(6) {
        background: url(img/home_img16.png)center top 36px no-repeat, #fff;
        background-size: 46px;
    }
    .home .cont03 .cont .pack_plan ul li:nth-of-type(7) {
        background: url(img/home_img17.png)center top 25px no-repeat, #fff;
        background-size: 38px;
    }
    .home .cont03 .cont .pack_plan ul li:nth-of-type(8) {
        background: url(img/home_img18.png)center top 38px no-repeat, #fff;
        background-size: 58px;
    }
    .home .cont03 .cont .pack_plan ul li:nth-of-type(1),
    .home .cont03 .cont .pack_plan ul li:nth-of-type(4),
    .home .cont03 .cont .pack_plan ul li:nth-of-type(5) {
        padding-top: 95px;
    }
    /* cont04 */
    .home .cont04 {
        background: linear-gradient(180deg, #fff 0%, #fff 170px, #f0e16d 170px, #f0e16d 100%);
    }
    .home .cont04 .inner {
        padding: 175px 0 75px;
        text-align: center;
        position: relative;
    }
    .home .cont04 .inner::before {
        content: "";
        background: #f0e16d;
        width: 2090px;
        height: 672px;
        border-radius: 1045px / 336px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
    .home .cont04 .inner::after {
        content: "";
        width: 341px;
        height: 348px;
        background: url(img/home_img25.png)no-repeat;
        position: absolute;
        bottom: -212px;
        right: -130px;
    }
    .home .cont04 .inner h2 {
        font-size: 42px;
        line-height: 1;
    }
    .home .cont04 .inner h2::before {
        content: "";
        background: url(img/home_accent04.png)no-repeat;
        background-size: 109px;
        width: 109px;
        height: 46px;
        position: absolute;
        top: -75px;
        left: 50%;
        transform: translateX(-50%);
    }
    .home .cont04 .inner h2 span {
        display: block;
        margin-bottom: 20px;
        font-size: 28px;
        font-weight: bold;
    }
    .home .cont04 .inner .text01 {
        width: 215px;
        height: 0;
        background: url(img/home_text05.png)center center no-repeat;
        background-size: 215px;
        padding-top: 215px;
        overflow: hidden;
        box-sizing: border-box;
        position: absolute;
        top: 88px;
        left: 135px;
    }
    .home .cont04 .inner .text02 {
        margin: 45px 0;
        font-size: 20px;
        line-height: 1.8;
        font-weight: bold;
    }
    .home .cont04 .inner .text02 span {
        color: #ff593a;
        font-weight: bold;
    }
    .home .cont04 .inner .plan_box {
        display: flex;
        flex-wrap: wrap;
        gap: 20px 15px;
    }
    .home .cont04 .inner .plan_box .box {
        width: 390px;
        height: 345px;
        background: #fff;
        border: 3px solid #ff8d01;
        border-radius: 10px;
        box-sizing: border-box;
        position: relative;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(2) {
        border: 3px solid #23af8e;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(3) {
        border: 3px solid #0b88c5;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(4) {
        border: 3px solid #ff593a;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(5) {
        border: 3px solid #3fbdf1;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(6) {
        border: 3px solid #87a5b5;
    }
    .home .cont04 .inner .plan_box .box::before {
        content: "";
        background: #ff8d01;
        width: 330px;
        height: 2px;
        position: absolute;
        top: 210px;
        left: 50%;
        transform: translateX(-50%);
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(2)::before {
        background: #23af8e;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(3)::before {
        background: #0b88c5;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(4)::before {
        background: #ff593a;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(5)::before {
        background: #3fbdf1;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(6)::before {
        background: #87a5b5;
    }
    .home .cont04 .inner .plan_box .box h3 {
        height: 60px;
        color: #fff;
        font-size: 30px;
        line-height: 60px;
        border-radius: 6px 6px 0 0;
        background: #ff8d01;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(2) h3 {
        background: #23af8e;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(3) h3 {
        background: #0b88c5;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(4) h3 {
        background: #ff593a;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(5) h3 {
        background: #3fbdf1;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(6) h3 {
        background: #87a5b5;
    }
    .home .cont04 .inner .plan_box .box .price_box {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 5px;
        margin-left: 30px;
        padding: 35px 0 30px 130px;
        background: url(img/home_img19.png)left center no-repeat;
        box-sizing: border-box;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(2) .price_box {
        background: url(img/home_img20.png)left center no-repeat;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(3) .price_box {
        background: url(img/home_img21.png)left center no-repeat;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(4) .price_box {
        background: url(img/home_img22.png)left center no-repeat;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(5) .price_box {
        margin-left: 25px;
        padding: 35px 0 35px 110px;
        background: url(img/home_img23.png)left center no-repeat;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(6) .price_box {
        justify-content: center;
        gap: 10px 5px;
        padding: 40px 0 35px 90px;
        background: url(img/home_img24.png)left center no-repeat;
    }
    .home .cont04 .inner .plan_box .box .price_box .price {
        font-size: 40px;
        line-height: 1;
        font-weight: bold;
        letter-spacing: 0.5px;
    }
    .home .cont04 .inner .plan_box .box .price_box .price span {
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 0;
        vertical-align: middle;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(5) .price_box .price {
        font-size: 38px;
        letter-spacing: 0;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(6) .price_box .price {
        font-size: 36px;
        letter-spacing: 0;
    }
    .home .cont04 .inner .plan_box .box .price_box .size {
        display: inline-block;
        width: 100px;
        height: 30px;
        background: #f1efdf;
        border-radius: 30px;
        font-size: 16px;
        line-height: 30px;
        font-weight: bold;
    }
    .home .cont04 .inner .plan_box .box .text03 {
        margin-top: 30px;
        font-size: 20px;
        line-height: 1.6;
        font-weight: bold;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(5) .text03 {
        margin-top: 35px;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(6) .text03 {
        margin-top: 35px;
        line-height: 1.55;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(n+4) .text03 {
        font-size: 18px;
        line-height: 1.556;
    }
    .home .cont04 .inner .plan_box .box .text03 span {
        font-size: 16px;
        line-height: 1;
        font-weight: bold;
    }
    .home .cont04 .inner .note {
        margin: 30px 0 50px;
        font-size: 14px;
        line-height: 1;
    }
    .home .cont04 .inner .note::before {
        content: "※";
    }
    .home .cont04 .inner .premium {
        display: flex;
        align-items: center;
        gap: 0 65px;
        padding: 40px 70px 45px 80px;
        background: #f1efdf;
        border-radius: 10px;
        box-sizing: border-box;
        position: relative;
    }
    .home .cont04 .inner .premium h3 {
        color: #ff8d01;
        font-size: 20px;
        position: relative;
    }
    .home .cont04 .inner .premium h3::before {
        content: "";
        width: 73px;
        height: 50px;
        background: url(img/home_accent05.png)no-repeat;
        background-size: 73px;
        position: absolute;
        top: 0;
        left: -43px;
    }
    .home .cont04 .inner .premium h3 span {
        display: block;
        width: 254px;
        height: 0;
        background: url(img/home_text06.png)center bottom no-repeat;
        background-size: 254px;
        padding-top: 38px;
        box-sizing: border-box;
        overflow: hidden;
    }
    .home .cont04 .inner .premium .text04 {
        padding-top: 5px;
        text-align: left;
    }
    /* cont05 */
    .home .cont05 {
        background: linear-gradient(180deg, #fff 0%, #fff 465px, #ff8d01 465px, #ff8d01 100%);
        margin-bottom: 200px;
        text-align: center;
    }
    .home .cont05 .inner {
        padding-top: 100px;
        position: relative;
    }
    .home .cont05 .inner::after {
        content: "";
        background: #ff8d01;
        width: 2090px;
        height: 672px;
        border-radius: 1045px / 336px;
        position: absolute;
        bottom: -200px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
    .home .cont05 .inner h2:nth-of-type(1) {
        width: 536px;
        height: 0;
        background: url(img/home_text07.png)center top no-repeat;
        background-size: 536px;
        margin: 0 auto;
        padding-top: 93px;
        overflow: hidden;
        position: relative;
    }
    .home .cont05 .inner .text01 {
        display: inline-block;
        margin: 0 0 50px;
        font-size: 20px;
        font-weight: bold;
        position: relative;
    }
    .home .cont05 .inner .text01::before,
    .home .cont05 .inner .text01::after {
        content: "";
        width: 13px;
        height: 22px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .home .cont05 .inner .text01::before {
        background: url(img/contact_box_icon01.png)no-repeat;
        background-size: 13px;
        left: -24px;
    }
    .home .cont05 .inner .text01::after {
        background: url(img/contact_box_icon02.png)no-repeat;
        background-size: 13px;
        right: -20px;
    }
    .home .cont05 .inner ul {
        display: flex;
        justify-content: space-between;
        margin-bottom: 135px;
    }
    .home .cont05 .inner ul li {
        width: 270px;
        height: 390px;
        background: #fff;
        border-radius: 10px;
        border: 3px solid #ff8d01;
        transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
    }
    .home .cont05 .inner ul li .li_text {
        width: 100%;
        background: url(img/home_img26.png)center top no-repeat;
        margin-top: 40px;
        padding-top: 210px;
        font-size: 20px;
        line-height: 1.6;
        font-weight: bold;
        transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -webkit-transform: rotate(3deg);
        box-sizing: border-box;
    }
    .home .cont05 .inner ul li:nth-of-type(2) .li_text {
        background: url(img/home_img27.png)center top no-repeat;
    }
    .home .cont05 .inner ul li:nth-of-type(3) .li_text {
        background: url(img/home_img28.png)center top no-repeat;
    }
    .home .cont05 .inner ul li:nth-of-type(4) .li_text {
        background: url(img/home_img29.png)center top no-repeat;
    }
    .home .cont05 .inner h2:nth-of-type(2) {
        color: #fff;
        font-size: 36px;
        line-height: 1;
        text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
    }
    .home .cont05 .inner h2:nth-of-type(2):before {
        content: "";
        background: url(img/home_accent06.png)no-repeat;
        background-size: 109px;
        width: 109px;
        height: 46px;
        position: absolute;
        top: -75px;
        left: 50%;
        transform: translateX(-50%);
    }
    .home .cont05 .inner .text02 {
        margin: 40px 0 45px;
        color: #fff;
        font-size: 20px;
        line-height: 1.8;
        font-weight: bold;
    }
    .home .cont05 .inner .flex_box {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }
    .home .cont05 .inner .flex_box .box {
        width: 580px;
        height: 365px;
        background: #fff;
        border-radius: 10px;
        padding: 30px;
        text-align: left;
        box-sizing: border-box;
    }
    .home .cont05 .inner .flex_box .box .ttl_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .home .cont05 .inner .flex_box .box .ttl_box h3 {
        color: #ff8d01;
        font-size: 22px;
        line-height: 1.636;
    }
    .home .cont05 .inner .flex_box .box .ttl_box .img {
        position: relative;
    }
    .home .cont05 .inner .flex_box .box .ttl_box .img::before {
        content: "";
        background: url(img/home_text08.png)no-repeat;
        background-size: 177px;
        width: 177px;
        height: 101px;
        position: absolute;
        top: -52px;
        left: -35px;
    }
    .home .cont05 .inner .flex_box .box:nth-of-type(2) .ttl_box .img::before {
        background: url(img/home_text09.png)no-repeat;
        background-size: 177px;
    }
    .home .cont05 .inner .flex_box .box:nth-of-type(3) .ttl_box .img::before {
        background: url(img/home_text10.png)no-repeat;
        background-size: 177px;
    }
    .home .cont05 .inner .flex_box .box:nth-of-type(4) .ttl_box .img::before {
        background: url(img/home_text11.png)no-repeat;
        background-size: 177px;
    }
    .home .cont05 .inner .flex_box .box .ttl_box .img img {
        border-radius: 5px;
    }
    .home .cont05 .inner .flex_box .box .text03 {
        margin-top: 20px;
    }
    /* cont06 */
    .home .cont06 {
        padding: 180px 0 120px;
        position: relative;
    }
    .home .cont06::before {
        content: "";
        background: url(img/home_img34.png)no-repeat;
        width: 395px;
        height: 412px;
        position: absolute;
        top: -85px;
        right: -27px;
    }
    .home .cont06 h2 {
        font-size: 42px;
        line-height: 1;
        text-align: center;
    }
    .home .cont06 h2::before {
        content: "";
        background: url(img/home_accent07.png)no-repeat;
        background-size: 109px;
        width: 109px;
        height: 46px;
        position: absolute;
        top: -75px;
        left: 50%;
        transform: translateX(-50%);
    }
    .home .cont06 h2 .span01 {
        display: block;
        margin: 0 0 20px 5px;
        font-size: 28px;
        font-weight: bold;
    }
    .home .cont06 h2 .color {
        color: #ff8d01;
        font-weight: bold;
    }
    .home .cont06 .text01 {
        width: 230px;
        height: 0;
        background: url(img/home_text12.png)center center no-repeat;
        background-size: 230px;
        padding-top: 230px;
        overflow: hidden;
        box-sizing: border-box;
        position: absolute;
        top: 85px;
        left: 209px;
    }
    .home .cont06 ul {
        display: grid;
        grid-template-rows: repeat(3, auto);
        grid-template-columns: 580px 580px;
        grid-auto-flow: column;
        column-gap: 40px;
        margin-top: 95px;
    }
    .home .cont06 ul li {
        display: flex;
        align-items: center;
        width: 580px;
        height: 155px;
        padding-left: 220px;
        background: url(img/home_img35.png)center left 106px no-repeat;
        background-size: 92px;
        border-bottom: 2px solid #ff8d01;
        font-size: 22px;
        line-height: 1.727;
        font-weight: bold;
        box-sizing: border-box;
        position: relative;
    }
    .home .cont06 ul li:nth-of-type(4),
    .home .cont06 ul li:first-of-type {
        border-top: 2px solid #ff8d01;
    }
    .home .cont06 ul li span {
        display: contents;
        color: #ff8d01;
        font-weight: bold;
    }
    .home .cont06 ul li:nth-of-type(2) {
        background: url(img/home_img36.png)center left 103px no-repeat;
        background-size: 69px;
    }
    .home .cont06 ul li:nth-of-type(3) {
        background: url(img/home_img37.png)center left 107px no-repeat;
        background-size: 75px;
    }
    .home .cont06 ul li:nth-of-type(4) {
        background: url(img/home_img38.png)center left 112px no-repeat;
        background-size: 79px;
    }
    .home .cont06 ul li:nth-of-type(5) {
        background: url(img/home_img39.png)center left 111px no-repeat;
        background-size: 61px;
    }
    .home .cont06 ul li:nth-of-type(6) {
        background: url(img/home_img40.png)center left 126px no-repeat;
        background-size: 63px;
    }
    .home .cont06 ul li::before {
        content: "";
        background: url(img/home_num01.png)no-repeat;
        background-size: 23px;
        width: 23px;
        height: 22px;
        position: absolute;
        top: 50%;
        left: 58px;
        transform: translateY(-50%);
    }
    .home .cont06 ul li:nth-of-type(2)::before {
        background: url(img/home_num02.png)no-repeat;
        background-size: 27px;
        width: 27px;
    }
    .home .cont06 ul li:nth-of-type(3)::before {
        background: url(img/home_num03.png)no-repeat;
        background-size: 27px;
        width: 27px;
    }
    .home .cont06 ul li:nth-of-type(4)::before {
        background: url(img/home_num04.png)no-repeat;
        background-size: 29px;
        width: 29px;
    }
    .home .cont06 ul li:nth-of-type(5)::before {
        background: url(img/home_num05.png)no-repeat;
        background-size: 28px;
        width: 28px;
    }
    .home .cont06 ul li:nth-of-type(6)::before {
        background: url(img/home_num06.png)no-repeat;
        background-size: 28px;
        width: 28px;
    }
    /* cont07 */
    .home .cont07 {
        background: url(img/home_bg04.png);
        padding: 180px 0 125px;
        position: relative;
    }
    .home .cont07 .inner {
        text-align: center;
        position: relative;
    }
    .home .cont07 .inner::before {
        content: "";
        background: url(img/home_img41.png)no-repeat;
        width: 194px;
        height: 281px;
        position: absolute;
        top: -245px;
        left: 195px;
    }
    .home .cont07 .inner h2 {
        font-size: 42px;
        line-height: 1;
    }
    .home .cont07 .inner h2::before {
        content: "";
        background: url(img/home_accent08.png)no-repeat;
        background-size: 109px;
        width: 109px;
        height: 46px;
        position: absolute;
        top: -75px;
        left: 50%;
        transform: translateX(-50%);
    }
    .home .cont07 .inner h2 .span01 {
        display: block;
        margin-bottom: 20px;
        font-size: 28px;
        font-weight: bold;
    }
    .home .cont07 .inner h2 .color {
        color: #0b88c5;
        font-weight: bold;
    }
    .home .cont07 .inner .text01 {
        width: 230px;
        height: 0;
        background: url(img/home_text13.png)center center no-repeat;
        background-size: 230px;
        padding-top: 230px;
        overflow: hidden;
        box-sizing: border-box;
        position: absolute;
        top: -100px;
        right: 206px;
    }
    .home .cont07 .inner .flex_box {
        display: flex;
        justify-content: space-between;
        margin-top: 70px;
    }
    .home .cont07 .inner .flex_box .box {
        width: 380px;
        height: 330px;
        padding-top: 185px;
        background: url(img/home_img42.png)center top 51px no-repeat, #fff;
        border-radius: 10px;
        box-sizing: border-box;
        position: relative;
    }
    .home .cont07 .inner .flex_box .box:nth-of-type(2) {
        background: url(img/home_img43.png)center top 33px no-repeat, #fff;
    }
    .home .cont07 .inner .flex_box .box:nth-of-type(3) {
        background: url(img/home_img44.png)center top 47px no-repeat, #fff;
    }
    .home .cont07 .inner .flex_box .box::before {
        content: "";
        background: url(img/home_num01_big.png)no-repeat;
        background-size: 37px;
        width: 37px;
        height: 37px;
        position: absolute;
        top: -17px;
        left: 50%;
        transform: translateX(-50%);
    }
    .home .cont07 .inner .flex_box .box:nth-of-type(2):before {
        background: url(img/home_num02_big.png)no-repeat;
        background-size: 43px;
        width: 43px;
    }
    .home .cont07 .inner .flex_box .box:nth-of-type(3):before {
        background: url(img/home_num03_big.png)no-repeat;
        background-size: 44px;
        width: 44px;
        height: 39px;
    }
    .home .cont07 .inner .flex_box .box h3 {
        font-size: 24px;
        line-height: 1;
    }
    .home .cont07 .inner .flex_box .box h3 span {
        color: #0b88c5;
        font-weight: bold;
    }
    .home .cont07 .inner .flex_box .box .text02 {
        margin-top: 22px;
        font-size: 18px;
        line-height: 1.778;
    }
    /* cont08 */
    .home .cont08 {
        padding: 170px 0 120px;
    }
    .home .cont08 h2 {
        font-size: 42px;
        line-height: 1;
        text-align: center;
    }
    .home .cont08 h2::before {
        content: "";
        background: url(img/home_accent09.png)no-repeat;
        background-size: 109px;
        width: 109px;
        height: 46px;
        position: absolute;
        top: -65px;
        left: 50%;
        transform: translateX(-50%);
    }
    .home .cont08 h2 .diag {
        display: inline-block;
        margin-right: 3px;
        color: #ff593a;
        font-weight: bold;
        transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        position: relative;
        top: 2px;
    }
    .home .cont08 h2 .color {
        color: #ff8d01;
        font-weight: bold;
    }
    .home .cont08 .text01 {
        padding: 40px 0 60px;
        font-size: 20px;
        line-height: 1;
        font-weight: bold;
        text-align: center;
    }
    .home .cont08 .flex {
        position: relative;
    }
    .home .cont08 .flex::before {
        content: "";
        background: rgba(255, 141, 1, 0.15);
        width: calc(100% - (100% - 1460px) / 2);
        height: 100%;
        border-radius: 0 20px 20px 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .home .cont08 .flex:nth-of-type(2)::before {
        border-radius: 20px 0 0 20px;
        left: auto;
        right: 0;
    }
    .home .cont08 .flex+.flex {
        margin-top: 80px;
    }
    .home .cont08 .flex:nth-of-type(1) .cont {
        padding: 60px 0 68px;
    }
    .home .cont08 .flex:nth-of-type(2) .cont {
        padding: 53px 0 68px;
    }
    .home .cont08 .cont .ttl_box {
        display: flex;
        align-items: center;
        gap: 0 40px;
        margin: 0 45px 20px 0;
        padding-bottom: 40px;
        background-image: radial-gradient(circle, #ff8d01 1.5px, transparent 1.5px);
        background-size: 18px 18px;
        background-repeat: repeat-x;
        background-position: left bottom;
    }
    .home .cont08 .cont .ttl_box h3 {
        height: 52px;
        padding-left: 70px;
        background: url(img/home_img45.png)center left no-repeat;
        background-size: 60px;
        font-size: 26px;
        line-height: 52px;
        box-sizing: border-box;
    }
    .home .cont08 .flex:nth-of-type(2) .cont .ttl_box h3 {
        height: 59px;
        padding-left: 67px;
        background: url(img/home_img47.png)center left no-repeat;
        background-size: 51px;
        line-height: 59px;
    }
    .home .cont08 .cont .ttl_box .text02 {
        height: 40px;
        padding: 0 15px 0 0;
        background: #fff;
        border-radius: 5px;
        font-size: 16px;
        line-height: 40px;
        font-weight: bold;
        box-sizing: border-box;
    }
    .home .cont08 .cont .ttl_box .text02 span {
        display: inline-block;
        width: 150px;
        margin-right: 15px;
        color: #fff;
        background: #ff8d01;
        border-radius: 5px 0 0 5px;
        font-weight: bold;
        text-align: center;
    }
    .home .cont08 .cont .box {
        display: flex;
        align-items: center;
        gap: 0 50px;
        margin: 30px 0;
        padding: 30px;
        background: #fff;
        border-radius: 5px;
        box-sizing: border-box;
    }
    .home .cont08 .cont .box .img img {
        border-radius: 5px;
    }
    .home .cont08 .cont .box .text_box {
        width: 555px;
    }
    .home .cont08 .cont .box .text_box .text04 {
        margin-bottom: 15px;
    }
    .home .cont08 .cont .box .text_box .text04 span {
        color: #ff8d01;
        font-weight: bold;
    }
    .home .cont08 .cont .point {
        padding-left: 42px;
        font-size: 16px;
        line-height: 1.5;
        font-weight: bold;
        box-sizing: border-box;
        position: relative;
    }
    .home .cont08 .cont .point::before {
        content: "";
        background: url(img/home_accent10.png)no-repeat;
        background-size: 34px;
        width: 34px;
        height: 33px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    /* contact_box
------------------------------------------------------------------------*/
    .contact_box {
        background: url(img/home_bg01.png);
        padding: 68px 0 73px;
        box-sizing: border-box;
    }
    .contact_box .ttl_box {
        text-align: center;
    }
    .contact_box .ttl_box .text01 {
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
        position: relative;
    }
    .contact_box .ttl_box .text01::before,
    .contact_box .ttl_box .text01::after {
        content: "";
        width: 13px;
        height: 22px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .contact_box .ttl_box .text01::before {
        background: url(img/contact_box_icon01.png)no-repeat;
        background-size: 13px;
        left: -24px;
    }
    .contact_box .ttl_box .text01::after {
        background: url(img/contact_box_icon02.png)no-repeat;
        background-size: 13px;
        right: -20px;
    }
    .contact_box .ttl_box h2 {
        width: 621px;
        height: 0;
        background: url(img/contact_box_text01.png)top center no-repeat;
        background-size: 621px;
        margin: 10px auto 0;
        padding-top: 39px;
        overflow: hidden;
    }
    .contact_box .flex_box01 {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 20px;
        margin-top: 50px;
    }
    .contact_box .flex_box01 .tel {
        text-align: center;
        background: url(img/home_tel_icon.png)left center no-repeat;
        background-size: 88px;
        padding: 4px 0 0 90px;
        line-height: 1;
        box-sizing: border-box;
    }
    .contact_box .flex_box01 .tel a {
        display: inline-block;
        width: 394px;
        /* height: 0;
        background: url(img/0120-746-156.png)left center no-repeat;
        background-size: 394px;
        padding-top: 46px; */
        overflow: hidden;
    }
    .contact_box .flex_box01 .tel .span01 {
        display: block;
        font-size: 26px;
        line-height: 1;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .contact_box .flex_box01 .tel .span01::before {
        content: "［";
        top: 2px;
    }
    .contact_box .flex_box01 .tel .span01::after {
        content: "］";
        top: 2px;
    }
    .contact_box .flex_box01 .tel .time {
        color: #ff593a;
        font-weight: bold;
    }
    .contact_box .flex_box01 .mail_btn a {
        display: block;
        width: 280px;
        height: 70px;
        background: url(img/home_mail_icon.png)left 35px center no-repeat, #ff8d01;
        background-size: 18px;
        border: 2px solid #ff8d01;
        padding-left: 28px;
        border-radius: 10px;
        color: #fff;
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        line-height: 68px;
        box-sizing: border-box;
    }
    .contact_box .flex_box01 .mail_btn a:hover {
        background: url(img/home_mail_icon_h.png)left 35px center no-repeat, #fff;
        background-size: 18px;
        color: #ff8d01;
    }
    .contact_box .flex_box02 {
        width: 1120px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 20px;
        border-radius: 10px;
        background: #fff;
        margin: 35px auto 0;
    }
    .contact_box .flex_box02 .text02 {
        background: url(img/contact_box_icon03.png)left center no-repeat;
        background-size: 45px;
        font-size: 24px;
        font-weight: bold;
        padding-left: 55px;
        letter-spacing: 1px;
    }
    .contact_box .flex_box02 .text02 .span01 {
        font-size: 42px;
        font-weight: bold;
        color: #0b88c5;
    }
    .contact_box .flex_box02 .text02 .span02 {
        font-size: 30px;
        font-weight: bold;
        letter-spacing: -0.5px;
    }
    .contact_box .flex_box02 .area {
        font-size: 20px;
        font-weight: bold;
        padding-left: 25px;
        position: relative;
    }
    .contact_box .flex_box02 .area span {
        color: #0b88c5;
        font-weight: bold;
    }
    .contact_box .flex_box02 .area::before {
        content: "";
        background: #0b88c5;
        width: 3px;
        height: 44px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }
    /* footer
------------------------------------------------------------------------*/
    footer .copy {
        height: 30px;
        color: #fff;
        background: #ff8d01;
        font-size: 12px;
        line-height: 30px;
        text-align: center;
        box-sizing: border-box;
    }
}


/*===============================================
横幅441px以下 sp
===============================================*/

@media screen and (max-width: 441px) {
    html,
    body,
    .wrap {
        width: 440px;
        position: relative;
    }
    .inner {
        box-sizing: border-box;
        padding: 0 20px;
        width: auto;
    }
    img {
        max-width: 100%;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    p {
        line-height: 1.8;
        font-size: 16px;
    }
    /* スムーススクロール設定 */
    html {
        scroll-behavior: smooth;
    }
     :root {
        --header-height: 60px;
    }
    /* header
------------------------------------------------------------------------*/
    header {
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        z-index: 10000;
        position: relative;
    }
    header h1 {
        display: none;
    }
    header .header_box {
        position: fixed;
        top: 0;
        left: 0;
        width: 440px;
        height: 50px;
        box-sizing: border-box;
    }
    header .header_box.active {
        background: #fff;
    }
    header .header_box .logo a {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
        display: block;
        width: 130px;
        height: 0;
        background: url(img/header_logo.png) no-repeat;
        background-size: 128px;
        padding: 40px 0 0;
        box-sizing: border-box;
        overflow: hidden;
    }
    header .header_box .text01 {
        position: absolute;
        top: 9px;
        left: 160px;
        padding: 0 10px;
        font-size: 12px;
        line-height: 1.4;
        font-weight: bold;
        box-sizing: border-box;
    }
    header .header_box .text01::before,
    header .header_box .text01::after {
        content: "";
        width: 5px;
        height: 32px;
        position: absolute;
    }
    header .header_box .text01::before {
        border-left: solid 1px var(--main-font-color);
        border-top: solid 1px var(--main-font-color);
        border-bottom: solid 1px var(--main-font-color);
        top: 0;
        left: 0;
    }
    header .header_box .text01::after {
        border-right: solid 1px var(--main-font-color);
        border-top: solid 1px var(--main-font-color);
        border-bottom: solid 1px var(--main-font-color);
        top: 0;
        right: 0;
    }
    header .header_box .tel {
        position: fixed;
        bottom: 0;
        left: 0;
    }
    header .header_box .tel a {
        display: block;
        width: 220px;
        height: 45px;
        color: #fff;
        background: url(img/home_tel_icon_sp.png)left 15px center no-repeat, #23af8e;
        background-size: 28px;
        padding-left: 34px;
        font-size: 16px;
        line-height: 45px;
        font-weight: bold;
        text-align: center;
        box-sizing: border-box;
    }
    header .header_box .mail_btn {
        position: fixed;
        bottom: 0;
        right: 0;
    }
    header .header_box .mail_btn a {
        display: block;
        width: 220px;
        height: 45px;
        color: #fff;
        background: url(img/home_mail_icon.png)left 50px center no-repeat, #ff8d01;
        background-size: 20px;
        padding-left: 32px;
        font-size: 16px;
        line-height: 45px;
        font-weight: bold;
        text-align: center;
        box-sizing: border-box;
    }
    /* home
------------------------------------------------------------------------*/
    /* key */
    .key {
        width: 420px;
        height: 700px;
        margin: 0 auto;
        background: url(img/home_bg01.png);
        border-radius: 15px;
        position: relative;
        z-index: 0;
    }
    .key::before {
        content: "";
        background: url(img/key_img01_sp.png)no-repeat;
        background-size: 420px;
        width: 420px;
        height: 453px;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: -1;
    }
    .key::after {
        content: "";
        background: url(img/key_img03_sp.png)no-repeat;
        background-size: 234px;
        width: 234px;
        height: 316px;
        position: absolute;
        bottom: 42px;
        left: 8px;
    }
    .key .key_text_box {
        padding-top: 40px;
        text-align: center;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
    }
    .key .key_text_box::before {
        content: "";
        background: url(img/key_img02.png)no-repeat;
        background-size: 164px;
        width: 164px;
        height: 122px;
        position: absolute;
        top: -10px;
        right: 15px;
        z-index: -1;
    }
    .key .key_text_box .text01 {
        width: 306px;
        height: 0;
        margin: 0 auto;
        padding-top: 110px;
        background: url(img/key_text01.png)top center no-repeat;
        background-size: 306px;
        overflow: hidden;
    }
    .key .key_text_box .text02 {
        font-size: 18px;
        line-height: 1;
        font-weight: bold;
        margin: 20px auto 15px;
    }
    .key .key_text_box .text03 {
        width: 370px;
        height: 0;
        margin: 0 auto;
        padding-top: 30px;
        background: url(img/key_text02.png)center center no-repeat, #ff593a;
        background-size: 285px;
        border-radius: 30px;
        overflow: hidden;
    }
    .key .key_text_box .box {
        width: 260px;
        height: 70px;
        margin: 15px auto 7px;
        background: #fff;
        border: 2px solid #23af8e;
        border-radius: 5px;
        box-sizing: border-box;
    }
    .key .key_text_box .box .ttl {
        height: 22px;
        color: #fff;
        background: #23af8e;
        border-radius: 3px 3px 0 0;
        font-size: 14px;
        font-weight: bold;
        line-height: 20px;
    }
    .key .key_text_box .box .text04 {
        background: url(img/key_icon01.png)left 23px top 9px no-repeat;
        background-size: 30px;
        font-size: 15px;
        line-height: 1;
        font-weight: bold;
        padding: 8px 0 0 45px;
        letter-spacing: -0.5px;
        box-sizing: border-box;
    }
    .key .key_text_box .box .text04 .span01 {
        padding-right: 3px;
        color: #23af8e;
        font-size: 12px;
        font-weight: bold;
        writing-mode: vertical-rl;
        letter-spacing: 2px;
        vertical-align: top;
    }
    .key .key_text_box .box .text04 .span02 {
        padding-right: 2px;
        color: #23af8e;
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 0;
    }
    .key .text05 {
        width: 130px;
        height: 0;
        color: transparent;
        background: url(img/key_text03_sp.png)left 7px center no-repeat;
        background-size: 99px;
        padding-top: 101px;
        position: relative;
    }
    .key .text05::after {
        content: "";
        width: 160px;
        height: 160px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        bottom: -28px;
        right: 0;
        z-index: -1;
    }
    /* cont01 */
    .home .cont01 {
        background: #f0e16d;
        margin-top: -45px;
        padding: 140px 0 80px;
        position: relative;
        z-index: -1;
    }
    .home .cont01 h2 {
        font-size: 22px;
        line-height: 1.6;
        text-align: center;
        position: relative;
        z-index: 1;
    }
    .home .cont01 h2::before {
        content: "";
        background: url(img/home_accent01.png)no-repeat;
        background-size: 80px;
        width: 80px;
        height: 34px;
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
    }
    .home .cont01 h2 span {
        display: inline-block;
        width: 100px;
        height: 40px;
        margin-bottom: 10px;
        color: #fff;
        background: #ff8d01;
        border-radius: 40px;
        line-height: 41px;
        font-weight: bold;
        text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
    }
    .home .cont01 h2 span:nth-of-type(2) {
        background: #23af8e;
    }
    .home .cont01 h2 span:nth-of-type(3) {
        background: #0b88c5;
    }
    .home .cont01 h2 span+span {
        margin-left: 5px;
    }
    .home .cont01 .box_set {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        margin-top: 30px;
        position: relative;
    }
    .home .cont01 .box_set::before {
        content: "";
        background: url(img/home_img01.png)no-repeat;
        background-size: 325px;
        width: 325px;
        height: 242px;
        position: absolute;
        top: -262px;
        left: -10px;
        mix-blend-mode: luminosity;
        z-index: -1;
    }
    .home .cont01 .box_set::after {
        content: "";
        background: url(img/home_img02.png)no-repeat;
        background-size: 252px;
        width: 252px;
        height: 261px;
        position: absolute;
        top: 65px;
        right: -30px;
        mix-blend-mode: luminosity;
        z-index: -1;
    }
    .home .cont01 .box_set .box {
        display: flex;
        align-items: center;
        width: 200px;
        height: 120px;
        background: #fff;
        border-radius: 10px;
        border: 2px solid #ff8d01;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
        z-index: 1;
    }
    .home .cont01 .box_set .box:nth-of-type(1) {
        margin: 0 50px;
    }
    .home .cont01 .box_set .box:nth-of-type(2) {
        border: 2px solid #23af8e;
    }
    .home .cont01 .box_set .box:nth-of-type(3) {
        border: 2px solid #0b88c5;
    }
    .home .cont01 .box_set .box h3 {
        width: 70px;
        color: #fff;
        background: url(img/home_img03.png)left 15px top 4px no-repeat;
        background-size: 40px;
        padding-top: 45px;
        font-size: 16px;
        line-height: 1.4;
        text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
        text-align: center;
        position: relative;
        box-sizing: border-box;
    }
    .home .cont01 .box_set .box:nth-of-type(2) h3 {
        background: url(img/home_img04.png)left 12px top 6px no-repeat;
        background-size: 45px;
    }
    .home .cont01 .box_set .box:nth-of-type(3) h3 {
        background: url(img/home_img05.png)left 10px top 10px no-repeat;
        background-size: 46px;
    }
    .home .cont01 .box_set .box h3::before {
        content: "";
        width: 160px;
        height: 160px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -10px;
        z-index: -1;
        background: #ff8d01;
    }
    .home .cont01 .box_set .box:nth-of-type(2) h3::before {
        background: #23af8e;
    }
    .home .cont01 .box_set .box:nth-of-type(3) h3::before {
        background: #0b88c5;
    }
    .home .cont01 .box_set .box .text01 {
        width: 130px;
        margin-top: 7px;
        padding-left: 10px;
        font-size: 18px;
        line-height: 1;
        font-weight: bold;
        text-align: center;
        box-sizing: border-box;
    }
    .home .cont01 .box_set .box:nth-of-type(1) .text01 {
        margin-top: 1px;
    }
    .home .cont01 .box_set .box .text01 .num {
        display: inline-block;
        margin-top: 5px;
        color: #ff8d01;
        font-size: 40px;
        font-weight: bold;
    }
    .home .cont01 .box_set .box:nth-of-type(2) .text01 .num {
        margin-right: 3px;
        color: #23af8e;
    }
    .home .cont01 .box_set .box:nth-of-type(3) .text01 .num {
        color: #0b88c5;
    }
    .home .cont01 .box_set .box .text01 .uni {
        font-size: 20px;
        font-weight: bold;
    }
    /* cont02 */
    .home .cont02 {
        margin: 120px auto 70px;
        text-align: center;
        position: relative;
    }
    .home .cont02 h2 {
        width: 310px;
        height: 0;
        margin: 0 auto;
        padding: 120px 0 0 30px;
        background: url(img/home_text02.png)top right no-repeat;
        background-size: 310px;
        overflow: hidden;
        box-sizing: border-box;
    }
    .home .cont02 .text01 {
        width: 140px;
        height: 0;
        background: url(img/home_text01.png)center center no-repeat;
        background-size: 140px;
        padding-top: 140px;
        overflow: hidden;
        box-sizing: border-box;
        position: absolute;
        top: -98px;
        left: 10px;
        z-index: -1;
    }
    .home .cont02 .text02 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px 0;
        color: #fff;
        font-size: 18px;
        line-height: 1;
        font-weight: bold;
        letter-spacing: 1px;
        position: absolute;
        top: -30px;
        right: 10px;
        z-index: -1;
    }
    .home .cont02 .text02::before {
        content: "";
        width: 170px;
        height: 170px;
        background: #ff8d01;
        border-radius: 50%;
        position: absolute;
        top: -37px;
        right: -37px;
        z-index: -2;
    }
    .home .cont02 .text02 .span01 {
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
        text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
    }
    .home .cont02 .text02 .num {
        display: inline-block;
        margin-top: -3px;
        font-size: 52px;
        font-weight: bold;
        letter-spacing: 0;
    }
    .home .cont02 .text03 {
        width: 400px;
        height: 40px;
        margin: 15px auto 0;
        color: transparent;
        background: #f5e7cf;
        border-radius: 40px;
    }
    .home .cont02 .text03::before {
        content: "";
        background: url(img/home_text03.png)center center no-repeat;
        background-size: 340px;
        width: 340px;
        height: 40px;
        position: absolute;
        bottom: 9px;
        left: 50%;
        transform: translateX(-50%);
    }
    .home .cont02 .plan_box {
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 55px 10px;
    }
    .home .cont02 .plan_box .box {
        width: 195px;
        height: 190px;
        background: #fff;
        border: 2px solid #ff8d01;
        border-radius: 10px;
        box-sizing: border-box;
        position: relative;
    }
    .home .cont02 .plan_box .box:nth-of-type(2) {
        border: 2px solid #23af8e;
    }
    .home .cont02 .plan_box .box:nth-of-type(3) {
        border: 2px solid #0b88c5;
    }
    .home .cont02 .plan_box .box:nth-of-type(4) {
        border: 2px solid #ff593a;
    }
    .home .cont02 .plan_box .box::before {
        content: "";
        background: url(img/home_img06.png)center center no-repeat;
        background-size: 125px;
        width: 125px;
        height: 81px;
        position: absolute;
        bottom: -46px;
        left: 50%;
        transform: translateX(-50%);
    }
    .home .cont02 .plan_box .box:nth-of-type(2)::before {
        background: url(img/home_img07.png)center center no-repeat;
        background-size: 142px;
        width: 142px;
        height: 90px;
    }
    .home .cont02 .plan_box .box:nth-of-type(3)::before {
        background: url(img/home_img08.png)center center no-repeat;
        background-size: 106px;
        width: 106px;
        height: 86px;
        bottom: -48px;
    }
    .home .cont02 .plan_box .box:nth-of-type(4)::before {
        background: url(img/home_img09.png)center center no-repeat;
        background-size: 138px;
        width: 138px;
        height: 89px;
    }
    .home .cont02 .plan_box .box h3 {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 5px;
        height: 50px;
        color: #fff;
        font-size: 20px;
        line-height: 50px;
        border-radius: 6px 6px 0 0;
        background: #ff8d01;
    }
    .home .cont02 .plan_box .box:nth-of-type(2) h3 {
        background: #23af8e;
    }
    .home .cont02 .plan_box .box:nth-of-type(3) h3 {
        background: #0b88c5;
    }
    .home .cont02 .plan_box .box:nth-of-type(4) h3 {
        background: #ff593a;
    }
    .home .cont02 .plan_box .box h3 span {
        display: inline-block;
        width: 80px;
        height: 25px;
        color: var(--main-font-color);
        background: #fff;
        border-radius: 5px;
        font-size: 14px;
        line-height: 26px;
        font-weight: bold;
    }
    .home .cont02 .plan_box .box .price_be {
        display: inline-block;
        margin-top: 20px;
        font-size: 22px;
        line-height: 1;
        font-weight: bold;
        position: relative;
    }
    .home .cont02 .plan_box .box .price_be::before {
        content: "";
        background: #ff593a;
        width: 120px;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-10deg);
        transform-origin: center;
    }
    .home .cont02 .plan_box .box .price_be span {
        font-size: 16px;
        font-weight: bold;
    }
    .home .cont02 .plan_box .box .price_af {
        display: inline-block;
        margin-top: 10px;
        padding-left: 25px;
        color: #ff593a;
        background: url(img/home_accent02.png)center left no-repeat;
        background-size: 18px;
        font-size: 30px;
        line-height: 1;
        font-weight: bold;
        box-sizing: border-box;
    }
    .home .cont02 .plan_box .box .price_af span {
        font-size: 18px;
        font-weight: bold;
    }
    .home .cont02 .text04 {
        margin-top: 65px;
        font-size: 14px;
        text-align: left;
    }
    /* cont03 */
    .home .cont03 {
        margin: 110px auto 80px;
    }
    .home .cont03 .cont {
        padding: 20px;
        border-radius: 10px;
        border: 3px solid #ff8d01;
        text-align: center;
        box-sizing: border-box;
        position: relative;
    }
    .home .cont03 .cont+.cont {
        margin-top: 135px;
    }
    .home .cont03 .cont:last-of-type::before {
        content: "";
        background: url(img/home_img10.png)no-repeat;
        background-size: 258px;
        width: 258px;
        height: 192px;
        position: absolute;
        top: -170px;
        left: -45px;
    }
    .home .cont03 .cont h3 {
        height: 75px;
        margin: -60px auto 0;
        padding-top: 7px;
        color: #fff;
        background: #ff8d01;
        border-radius: 10px;
        font-size: 22px;
        line-height: 1.4;
        text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
        box-sizing: border-box;
    }
    .home .cont03 .cont .flex_box .text_box {
        padding: 30px 10px 20px;
        text-align: left;
    }
    .home .cont03 .cont .flex_box .text_box h4 {
        font-size: 24px;
        line-height: 1.533;
        position: relative;
    }
    .home .cont03 .cont .flex_box .text_box h4::before {
        content: "";
        width: 32px;
        height: 38px;
        background: url(img/home_accent03.png) no-repeat;
        background-size: 32px;
        position: absolute;
        top: -20px;
        left: -27px;
    }
    .home .cont03 .cont .flex_box .text_box h4 span {
        color: #ff8d01;
        font-weight: bold;
    }
    .home .cont03 .cont .flex_box .text_box .text01 {
        margin-top: 20px;
        font-size: 18px;
        line-height: 1.8;
        font-weight: bold;
    }
    .home .cont03 .cont .flex_box .img_box {
        margin-bottom: 10px;
    }
    .home .cont03 .cont .flex_box .img_box .text02 {
        width: 150px;
        height: 0;
        margin: 0 auto -30px;
        padding-top: 30px;
        background: url(img/home_text04.png)top center no-repeat;
        background-size: 150px;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }
    .home .cont03 .cont .flex_box .img_box ul {
        display: flex;
        justify-content: center;
        gap: 0 20px;
    }
    .home .cont03 .cont .flex_box .img_box ul li {
        width: 150px;
        height: 150px;
        color: #23af8e;
        background: url(img/home_bg02.png)no-repeat;
        background-size: 150px;
        font-size: 20px;
        line-height: 1;
        font-weight: bold;
        padding-top: 88px;
        box-sizing: border-box;
    }
    .home .cont03 .cont .flex_box .img_box ul li:nth-of-type(2) {
        color: #0b88c5;
        background: url(img/home_bg03.png)no-repeat;
        background-size: 150px;
    }
    .home .cont03 .cont .text03 {
        display: inline-block;
        margin: 40px 0 0;
        font-size: 18px;
        line-height: 1.5;
        font-weight: bold;
        position: relative;
    }
    .home .cont03 .cont .text03::before,
    .home .cont03 .cont .text03::after {
        content: "";
        width: 13px;
        height: 22px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .home .cont03 .cont .text03::before {
        background: url(img/contact_box_icon01.png)no-repeat;
        background-size: 13px;
        left: -24px;
    }
    .home .cont03 .cont .text03::after {
        background: url(img/contact_box_icon02.png)no-repeat;
        background-size: 13px;
        right: -20px;
    }
    .home .cont03 .cont .table_box {
        overflow-x: scroll;
    }
    .home .cont03 .cont .table_box table {
        width: 1000px;
        margin: 50px auto 0;
        white-space: nowrap;
    }
    .home .cont03 .cont .table_box table tr {
        display: inline-block;
        width: 260px;
        border-radius: 10px;
        margin-right: 15px;
        vertical-align: top;
        box-sizing: border-box;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(1) {
        width: 175px;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(2) {
        border: 3px solid #ff8d01;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(3) {
        border: 3px solid #23af8e;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(4) {
        border: 3px solid #0b88c5;
    }
    .home .cont03 .cont .table_box table tr:last-of-type {
        margin-right: 0;
    }
    .home .cont03 .cont .table_box table tr th,
    .home .cont03 .cont .table_box table tr td {
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        font-size: 18px;
        line-height: 1;
        font-weight: bold;
    }
    .home .cont03 .cont .table_box table tr td {
        margin: 5px 8px;
        border-radius: 5px;
    }
    .home .cont03 .cont .table_box table tr td:first-of-type {
        margin-top: 8px;
    }
    .home .cont03 .cont .table_box table tr td:last-of-type {
        margin-bottom: 8px;
    }
    .home .cont03 .cont .table_box table tr td span {
        font-size: 30px;
        font-weight: bold;
    }
    .home .cont03 .cont .table_box table tr th:first-of-type {
        height: 50px;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(3) th:first-of-type {
        color: #fff;
        background: #23af8e;
        border-radius: 7px 7px 0 0;
        font-size: 26px;
        font-weight: bold;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(4) th:first-of-type {
        color: #fff;
        background: #0b88c5;
        border-radius: 7px 7px 0 0;
        font-size: 26px;
        font-weight: bold;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(1) th {
        justify-content: flex-start;
        margin: 5px 0;
        padding-left: 20px;
        position: relative;
        box-sizing: border-box;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(1) th:nth-of-type(2) {
        margin-top: 8px;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(1) th:last-of-type {
        margin-bottom: 8px;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(1) th::before {
        content: "";
        width: 8px;
        height: 8px;
        background: #ff8d01;
        border-radius: 50%;
        position: absolute;
        top: 47%;
        transform: translateY(-50%);
        left: 0;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(1) th:first-of-type::before {
        content: none;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(2) td {
        background: #f1efdf;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(3) td,
    .home .cont03 .cont .table_box table tr:nth-of-type(4) td {
        background: #eee;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(2) th {
        position: relative;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(2) th::before {
        content: "";
        width: 260px;
        height: 70px;
        background: #ff8d01;
        border-radius: 10px 10px 0 0;
        position: absolute;
        bottom: 0;
        left: -3px;
        z-index: -1;
    }
    .home .cont03 .cont .table_box table tr:nth-of-type(2) th span {
        display: block;
        width: 180px;
        height: 0;
        background: url(img/table_logo.png) center center no-repeat;
        background-size: 150px;
        padding: 52px 0 0;
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
        top: -8px;
    }
    .home .cont03 .cont .pack_plan {
        margin: 90px auto 0;
        padding: 60px 20px 30px;
        background: #f1efdf;
        border-radius: 10px;
        box-sizing: border-box;
        position: relative;
    }
    .home .cont03 .cont .pack_plan h4 {
        width: 100%;
        font-size: 22px;
        line-height: 1.8;
        position: absolute;
        top: -35px;
        left: 50%;
        transform: translateX(-50%);
    }
    .home .cont03 .cont .pack_plan h4 span {
        color: #ff8d01;
        font-weight: bold;
        padding-top: 8px;
        background-image: radial-gradient(circle, #ff8d01 2.5px, transparent 2.5px);
        background-position: top right 4px;
        background-repeat: repeat-x;
        background-size: 25px 5px;
    }
    .home .cont03 .cont .pack_plan .text04 {
        padding-bottom: 30px;
    }
    .home .cont03 .cont .pack_plan ul {
        display: flex;
        flex-wrap: wrap;
        gap: 35px 10px;
        width: 320px;
        margin: 0 auto 45px;
    }
    .home .cont03 .cont .pack_plan ul li {
        width: 100px;
        height: 100px;
        padding-top: 75px;
        border-radius: 50%;
        line-height: 1.375;
        font-weight: bold;
        text-align: center;
        box-sizing: border-box;
    }
    .home .cont03 .cont .pack_plan ul li:nth-of-type(1) {
        background: url(img/home_img11.png)center center no-repeat, #fff;
        background-size: 35px;
    }
    .home .cont03 .cont .pack_plan ul li:nth-of-type(2) {
        background: url(img/home_img12.png)center top 28px no-repeat, #fff;
        background-size: 35px;
    }
    .home .cont03 .cont .pack_plan ul li:nth-of-type(3) {
        background: url(img/home_img13.png)center top 23px no-repeat, #fff;
        background-size: 46px;
    }
    .home .cont03 .cont .pack_plan ul li:nth-of-type(4) {
        background: url(img/home_img14.png)center top 26px no-repeat, #fff;
        background-size: 46px;
    }
    .home .cont03 .cont .pack_plan ul li:nth-of-type(5) {
        background: url(img/home_img15.png)center top 34px no-repeat, #fff;
        background-size: 41px;
    }
    .home .cont03 .cont .pack_plan ul li:nth-of-type(6) {
        background: url(img/home_img16.png)center top 36px no-repeat, #fff;
        background-size: 36px;
    }
    .home .cont03 .cont .pack_plan ul li:nth-of-type(7) {
        background: url(img/home_img17.png)center top 25px no-repeat, #fff;
        background-size: 31px;
    }
    .home .cont03 .cont .pack_plan ul li:nth-of-type(8) {
        background: url(img/home_img18.png)center top 38px no-repeat, #fff;
        background-size: 46px;
    }
    .home .cont03 .cont .pack_plan ul li:nth-of-type(1),
    .home .cont03 .cont .pack_plan ul li:nth-of-type(4),
    .home .cont03 .cont .pack_plan ul li:nth-of-type(5) {
        padding-top: 85px;
    }
    .home .cont03 .cont .pack_plan .text05 {
        text-align: left;
    }
    /* cont04 */
    .home .cont04 {
        background: linear-gradient(180deg, #fff 0%, #fff 170px, #f0e16d 170px, #f0e16d 100%);
    }
    .home .cont04 .inner {
        margin-top: -50px;
        margin-bottom: -3px;
        padding: 175px 20px 75px;
        text-align: center;
        position: relative;
    }
    .home .cont04 .inner::before {
        content: "";
        background: #f0e16d;
        width: 520px;
        height: 168px;
        border-radius: 260px / 84px;
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
    .home .cont04 .inner::after {
        content: "";
        width: 201px;
        height: 208px;
        background: url(img/home_img25.png)no-repeat;
        background-size: 201px;
        position: absolute;
        bottom: -55px;
        right: -30px;
    }
    .home .cont04 .inner h2 {
        font-size: 32px;
        line-height: 1;
    }
    .home .cont04 .inner h2::before {
        content: "";
        background: url(img/home_accent04.png)no-repeat;
        background-size: 80px;
        width: 80px;
        height: 34px;
        position: absolute;
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
    }
    .home .cont04 .inner h2 span {
        display: block;
        margin-bottom: 20px;
        font-size: 22px;
        font-weight: bold;
    }
    .home .cont04 .inner .text01 {
        width: 160px;
        height: 0;
        background: url(img/home_text05.png)center center no-repeat;
        background-size: 160px;
        padding-top: 160px;
        overflow: hidden;
        box-sizing: border-box;
        position: absolute;
        top: 50px;
        left: 10px;
        z-index: -1;
    }
    .home .cont04 .inner .text02 {
        margin: 30px 0 35px;
        font-size: 18px;
        line-height: 1.8;
        font-weight: bold;
    }
    .home .cont04 .inner .text02 span {
        color: #ff593a;
        font-weight: bold;
    }
    .home .cont04 .inner .plan_box .box {
        width: 100%;
        height: 315px;
        background: #fff;
        border: 2px solid #ff8d01;
        border-radius: 10px;
        box-sizing: border-box;
        position: relative;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(2) {
        border: 2px solid #23af8e;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(3) {
        border: 2px solid #0b88c5;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(4) {
        border: 2px solid #ff593a;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(5) {
        border: 2px solid #3fbdf1;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(6) {
        border: 2px solid #87a5b5;
    }
    .home .cont04 .inner .plan_box .box+.box {
        margin-top: 20px;
    }
    .home .cont04 .inner .plan_box .box::before {
        content: "";
        background: #ff8d01;
        width: 340px;
        height: 2px;
        position: absolute;
        top: 195px;
        left: 50%;
        transform: translateX(-50%);
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(2)::before {
        background: #23af8e;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(3)::before {
        background: #0b88c5;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(4)::before {
        background: #ff593a;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(5)::before {
        background: #3fbdf1;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(6)::before {
        background: #87a5b5;
        top: 205px;
    }
    .home .cont04 .inner .plan_box .box h3 {
        height: 60px;
        color: #fff;
        font-size: 30px;
        line-height: 60px;
        border-radius: 6px 6px 0 0;
        background: #ff8d01;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(2) h3 {
        background: #23af8e;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(3) h3 {
        background: #0b88c5;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(4) h3 {
        background: #ff593a;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(5) h3 {
        background: #3fbdf1;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(6) h3 {
        background: #87a5b5;
    }
    .home .cont04 .inner .plan_box .box .price_box {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 5px;
        margin-left: 30px;
        padding: 35px 0 30px 130px;
        background: url(img/home_img19.png)left center no-repeat;
        box-sizing: border-box;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(2) .price_box {
        background: url(img/home_img20.png)left center no-repeat;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(3) .price_box {
        background: url(img/home_img21.png)left center no-repeat;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(4) .price_box {
        background: url(img/home_img22.png)left center no-repeat;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(5) .price_box {
        margin-left: 25px;
        padding: 35px 0 35px 115px;
        background: url(img/home_img23.png)left center no-repeat;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(6) .price_box {
        justify-content: center;
        gap: 10px 5px;
        padding: 40px 0 35px 90px;
        background: url(img/home_img24.png)left center no-repeat;
    }
    .home .cont04 .inner .plan_box .box .price_box .price {
        font-size: 36px;
        line-height: 1;
        font-weight: bold;
        letter-spacing: 0.5px;
    }
    .home .cont04 .inner .plan_box .box .price_box .price span {
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 0;
        vertical-align: middle;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(6) .price_box .price {
        font-size: 36px;
        letter-spacing: 0;
    }
    .home .cont04 .inner .plan_box .box .price_box .size {
        display: inline-block;
        width: 100px;
        height: 30px;
        background: #f1efdf;
        border-radius: 30px;
        font-size: 16px;
        line-height: 30px;
        font-weight: bold;
    }
    .home .cont04 .inner .plan_box .box .text03 {
        margin-top: 20px;
        font-size: 20px;
        line-height: 1.6;
        font-weight: bold;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(4) .text03 {
        margin-top: 13px;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(6) .text03 {
        margin-top: 18px;
        line-height: 1.55;
    }
    .home .cont04 .inner .plan_box .box:nth-of-type(n+4) .text03 {
        font-size: 18px;
        line-height: 1.556;
    }
    .home .cont04 .inner .plan_box .box .text03 span {
        font-size: 16px;
        line-height: 1;
        font-weight: bold;
    }
    .home .cont04 .inner .note {
        margin: 20px 0 40px;
        font-size: 14px;
        text-align: left;
    }
    .home .cont04 .inner .note::before {
        content: "※";
    }
    .home .cont04 .inner .premium {
        padding: 30px 20px 35px;
        background: #f1efdf;
        border-radius: 10px;
        box-sizing: border-box;
        position: relative;
    }
    .home .cont04 .inner .premium h3 {
        color: #ff8d01;
        font-size: 20px;
        position: relative;
    }
    .home .cont04 .inner .premium h3::before {
        content: "";
        width: 73px;
        height: 50px;
        background: url(img/home_accent05.png)no-repeat;
        background-size: 73px;
        position: absolute;
        top: 0;
        left: 20px;
    }
    .home .cont04 .inner .premium h3 span {
        display: block;
        width: 240px;
        height: 0;
        background: url(img/home_text06.png)center bottom no-repeat;
        background-size: 240px;
        margin: 0 auto;
        padding-top: 34px;
        box-sizing: border-box;
        overflow: hidden;
    }
    .home .cont04 .inner .premium .text04 {
        padding-top: 15px;
        text-align: left;
    }
    /* cont05 */
    .home .cont05 {
        background: linear-gradient(180deg, #fff 0%, #fff 465px, #ff8d01 465px, #ff8d01 100%);
        margin-bottom: 120px;
        text-align: center;
    }
    .home .cont05 .inner {
        padding-top: 80px;
        position: relative;
    }
    .home .cont05 .inner::after {
        content: "";
        background: #ff8d01;
        width: 520px;
        height: 168px;
        border-radius: 260px / 84px;
        position: absolute;
        bottom: -120px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
    .home .cont05 .inner h2:nth-of-type(1) {
        width: 400px;
        height: 0;
        background: url(img/home_text07.png)center top no-repeat;
        background-size: 400px;
        margin: 0 auto;
        padding-top: 65px;
        overflow: hidden;
        position: relative;
    }
    .home .cont05 .inner .text01 {
        display: inline-block;
        margin: 10px 0 40px;
        font-size: 18px;
        font-weight: bold;
        position: relative;
    }
    .home .cont05 .inner .text01::before,
    .home .cont05 .inner .text01::after {
        content: "";
        width: 13px;
        height: 22px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .home .cont05 .inner .text01::before {
        background: url(img/contact_box_icon01.png)no-repeat;
        background-size: 13px;
        left: -24px;
    }
    .home .cont05 .inner .text01::after {
        background: url(img/contact_box_icon02.png)no-repeat;
        background-size: 13px;
        right: -20px;
    }
    .home .cont05 .inner ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px 0;
        margin-bottom: 120px;
    }
    .home .cont05 .inner ul li {
        width: 190px;
        height: 310px;
        background: #fff;
        border-radius: 10px;
        border: 3px solid #ff8d01;
        transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -webkit-transform: rotate(-3deg);
    }
    .home .cont05 .inner ul li .li_text {
        width: 100%;
        background: url(img/home_img26.png)center top no-repeat;
        background-size: 140px;
        margin-top: 25px;
        padding-top: 155px;
        font-size: 16px;
        line-height: 1.6;
        font-weight: bold;
        transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -webkit-transform: rotate(3deg);
        box-sizing: border-box;
    }
    .home .cont05 .inner ul li:nth-of-type(2) .li_text {
        background: url(img/home_img27.png)center top no-repeat;
        background-size: 140px;
    }
    .home .cont05 .inner ul li:nth-of-type(3) .li_text {
        background: url(img/home_img28.png)center top no-repeat;
        background-size: 140px;
    }
    .home .cont05 .inner ul li:nth-of-type(4) .li_text {
        background: url(img/home_img29.png)center top no-repeat;
        background-size: 140px;
    }
    .home .cont05 .inner h2:nth-of-type(2) {
        color: #fff;
        font-size: 32px;
        line-height: 1;
        text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
    }
    .home .cont05 .inner h2:nth-of-type(2):before {
        content: "";
        background: url(img/home_accent06.png)no-repeat;
        background-size: 80px;
        width: 80px;
        height: 34px;
        position: absolute;
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
    }
    .home .cont05 .inner .text02 {
        margin: 30px 0 35px;
        color: #fff;
        font-size: 18px;
        line-height: 1.8;
        font-weight: bold;
    }
    .home .cont05 .inner .flex_box {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .home .cont05 .inner .flex_box .box {
        width: 400px;
        background: #fff;
        border-radius: 10px;
        padding: 20px;
        text-align: left;
        box-sizing: border-box;
    }
    .home .cont05 .inner .flex_box .box .ttl_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .home .cont05 .inner .flex_box .box .ttl_box h3 {
        color: #ff8d01;
        font-size: 19px;
        line-height: 1.636;
    }
    .home .cont05 .inner .flex_box .box .ttl_box .img {
        width: 210px;
        position: relative;
    }
    .home .cont05 .inner .flex_box .box .ttl_box .img::before {
        content: "";
        background: url(img/home_text08.png)no-repeat;
        background-size: 130px;
        width: 130px;
        height: 75px;
        position: absolute;
        top: -35px;
        left: -35px;
    }
    .home .cont05 .inner .flex_box .box:nth-of-type(2) .ttl_box .img::before {
        background: url(img/home_text09.png)no-repeat;
        background-size: 130px;
    }
    .home .cont05 .inner .flex_box .box:nth-of-type(3) .ttl_box .img::before {
        background: url(img/home_text10.png)no-repeat;
        background-size: 130px;
    }
    .home .cont05 .inner .flex_box .box:nth-of-type(4) .ttl_box .img::before {
        background: url(img/home_text11.png)no-repeat;
        background-size: 130px;
    }
    .home .cont05 .inner .flex_box .box .ttl_box .img img {
        width: 100%;
        border-radius: 5px;
    }
    .home .cont05 .inner .flex_box .box .text03 {
        margin-top: 15px;
    }
    /* cont06 */
    .home .cont06 {
        padding: 120px 0 80px;
        position: relative;
    }
    .home .cont06::before {
        content: "";
        background: url(img/home_img34.png)no-repeat;
        background-size: 200px;
        width: 200px;
        height: 212px;
        position: absolute;
        top: -104px;
        right: -28px;
    }
    .home .cont06 h2 {
        font-size: 32px;
        line-height: 1;
        text-align: center;
    }
    .home .cont06 h2::before {
        content: "";
        background: url(img/home_accent07.png)no-repeat;
        background-size: 80px;
        width: 80px;
        height: 34px;
        position: absolute;
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
    }
    .home .cont06 h2 .span01 {
        display: block;
        margin: 0 0 15px 5px;
        font-size: 22px;
        font-weight: bold;
    }
    .home .cont06 h2 .color {
        color: #ff8d01;
        font-weight: bold;
    }
    .home .cont06 .text01 {
        width: 140px;
        height: 0;
        background: url(img/home_text12_sp.png)center center no-repeat;
        background-size: 140px;
        padding-top: 140px;
        overflow: hidden;
        box-sizing: border-box;
        position: absolute;
        top: 34px;
        left: 10px;
        z-index: -1;
    }
    .home .cont06 ul {
        margin-top: 45px;
    }
    .home .cont06 ul li {
        display: flex;
        align-items: center;
        width: 380px;
        height: 130px;
        margin: 0 auto;
        padding-left: 140px;
        background: url(img/home_img35.png)center left 65px no-repeat;
        background-size: 62px;
        border-bottom: 2px solid #ff8d01;
        font-size: 16px;
        line-height: 1.727;
        font-weight: bold;
        box-sizing: border-box;
        position: relative;
    }
    .home .cont06 ul li:first-of-type {
        border-top: 2px solid #ff8d01;
    }
    .home .cont06 ul li span {
        display: contents;
        color: #ff8d01;
        font-weight: bold;
    }
    .home .cont06 ul li:nth-of-type(2) {
        background: url(img/home_img36.png)center left 67px no-repeat;
        background-size: 44px;
    }
    .home .cont06 ul li:nth-of-type(3) {
        background: url(img/home_img37.png)center left 63px no-repeat;
        background-size: 55px;
    }
    .home .cont06 ul li:nth-of-type(4) {
        background: url(img/home_img38.png)center left 68px no-repeat;
        background-size: 52px;
    }
    .home .cont06 ul li:nth-of-type(5) {
        background: url(img/home_img39.png)center left 69px no-repeat;
        background-size: 41px;
    }
    .home .cont06 ul li:nth-of-type(6) {
        background: url(img/home_img40.png)center left 76px no-repeat;
        background-size: 43px;
    }
    .home .cont06 ul li::before {
        content: "";
        background: url(img/home_num01.png)no-repeat;
        background-size: 22px;
        width: 22px;
        height: 22px;
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
    }
    .home .cont06 ul li:nth-of-type(2)::before {
        background: url(img/home_num02.png)no-repeat;
        background-size: 24px;
        width: 24px;
    }
    .home .cont06 ul li:nth-of-type(3)::before {
        background: url(img/home_num03.png)no-repeat;
        background-size: 24px;
        width: 24px;
    }
    .home .cont06 ul li:nth-of-type(4)::before {
        background: url(img/home_num04.png)no-repeat;
        background-size: 26px;
        width: 26px;
    }
    .home .cont06 ul li:nth-of-type(5)::before {
        background: url(img/home_num05.png)no-repeat;
        background-size: 25px;
        width: 25px;
    }
    .home .cont06 ul li:nth-of-type(6)::before {
        background: url(img/home_num06.png)no-repeat;
        background-size: 25px;
        width: 25px;
    }
    /* cont07 */
    .home .cont07 {
        background: url(img/home_bg04.png);
        padding: 120px 20px 80px;
        position: relative;
    }
    .home .cont07 .inner {
        text-align: center;
        position: relative;
    }
    .home .cont07 .inner::before {
        content: "";
        background: url(img/home_img41.png)no-repeat;
        background-size: 120px;
        width: 120px;
        height: 175px;
        position: absolute;
        top: -175px;
        left: 0px;
    }
    .home .cont07 .inner h2 {
        font-size: 32px;
        line-height: 1;
    }
    .home .cont07 .inner h2::before {
        content: "";
        background: url(img/home_accent08.png)no-repeat;
        background-size: 80px;
        width: 80px;
        height: 34px;
        position: absolute;
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
    }
    .home .cont07 .inner h2 .span01 {
        display: block;
        margin-bottom: 15px;
        font-size: 22px;
        font-weight: bold;
    }
    .home .cont07 .inner h2 .color {
        color: #0b88c5;
        font-weight: bold;
    }
    .home .cont07 .inner .text01 {
        width: 140px;
        height: 0;
        background: url(img/home_text13_sp.png)center center no-repeat;
        background-size: 140px;
        padding-top: 140px;
        overflow: hidden;
        box-sizing: border-box;
        position: absolute;
        top: -110px;
        right: -10px;
    }
    .home .cont07 .inner .flex_box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        margin-top: 60px;
    }
    .home .cont07 .inner .flex_box .box {
        width: 380px;
        height: 330px;
        padding-top: 185px;
        background: url(img/home_img42.png)center top 51px no-repeat, #fff;
        border-radius: 10px;
        box-sizing: border-box;
        position: relative;
    }
    .home .cont07 .inner .flex_box .box:nth-of-type(2) {
        background: url(img/home_img43.png)center top 33px no-repeat, #fff;
    }
    .home .cont07 .inner .flex_box .box:nth-of-type(3) {
        background: url(img/home_img44.png)center top 47px no-repeat, #fff;
    }
    .home .cont07 .inner .flex_box .box::before {
        content: "";
        background: url(img/home_num01_big.png)no-repeat;
        background-size: 37px;
        width: 37px;
        height: 37px;
        position: absolute;
        top: -17px;
        left: 50%;
        transform: translateX(-50%);
    }
    .home .cont07 .inner .flex_box .box:nth-of-type(2):before {
        background: url(img/home_num02_big.png)no-repeat;
        background-size: 43px;
        width: 43px;
    }
    .home .cont07 .inner .flex_box .box:nth-of-type(3):before {
        background: url(img/home_num03_big.png)no-repeat;
        background-size: 44px;
        width: 44px;
        height: 39px;
    }
    .home .cont07 .inner .flex_box .box h3 {
        font-size: 24px;
        line-height: 1;
    }
    .home .cont07 .inner .flex_box .box h3 span {
        color: #0b88c5;
        font-weight: bold;
    }
    .home .cont07 .inner .flex_box .box .text02 {
        margin-top: 22px;
        font-size: 18px;
        line-height: 1.778;
    }
    /* cont08 */
    .home .cont08 {
        padding: 110px 20px 80px;
    }
    .home .cont08 h2 {
        font-size: 32px;
        line-height: 1;
        text-align: center;
    }
    .home .cont08 h2::before {
        content: "";
        background: url(img/home_accent09.png)no-repeat;
        background-size: 80px;
        width: 80px;
        height: 34px;
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
    }
    .home .cont08 h2 .diag {
        display: inline-block;
        margin-right: 3px;
        color: #ff593a;
        font-weight: bold;
        transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        position: relative;
        top: 1px;
    }
    .home .cont08 h2 .color {
        color: #ff8d01;
        font-weight: bold;
    }
    .home .cont08 .text01 {
        padding: 25px 0 40px;
        font-size: 18px;
        line-height: 1.6;
        font-weight: bold;
        text-align: center;
    }
    .home .cont08 .flex {
        background: rgba(255, 141, 1, 0.15);
        border-radius: 20px;
        padding: 25px 20px;
        box-sizing: border-box;
        position: relative;
    }
    .home .cont08 .flex+.flex {
        margin-top: 40px;
    }
    .home .cont08 .cont .ttl_box {
        margin-bottom: 8px;
        padding-bottom: 35px;
        background-image: radial-gradient(circle, #ff8d01 1.5px, transparent 1.5px);
        background-size: 18px 18px;
        background-repeat: repeat-x;
        background-position: left bottom;
    }
    .home .cont08 .cont .ttl_box h3 {
        height: 39px;
        padding-left: 55px;
        background: url(img/home_img45.png)center left no-repeat;
        background-size: 45px;
        font-size: 20px;
        line-height: 40px;
        box-sizing: border-box;
    }
    .home .cont08 .flex:nth-of-type(2) .cont .ttl_box h3 {
        height: 48px;
        background: url(img/home_img47.png)center left no-repeat;
        background-size: 41px;
        line-height: 1.4;
    }
    .home .cont08 .cont .ttl_box .text02 {
        display: flex;
        align-items: center;
        height: 80px;
        margin-top: 20px;
        padding-right: 10px;
        background: #fff;
        border-radius: 5px;
        font-size: 16px;
        line-height: 1.6;
        font-weight: bold;
        box-sizing: border-box;
    }
    .home .cont08 .cont .ttl_box .text02 span {
        display: inline-block;
        width: 150px;
        height: 80px;
        margin-right: 15px;
        padding-top: 20px;
        color: #fff;
        background: #ff8d01;
        border-radius: 5px 0 0 5px;
        line-height: 1.4;
        font-weight: bold;
        text-align: center;
        box-sizing: border-box;
    }
    .home .cont08 .cont {
        padding: 0;
    }
    .home .cont08 .cont .box {
        margin: 20px 0;
        padding: 20px;
        background: #fff;
        border-radius: 5px;
        box-sizing: border-box;
    }
    .home .cont08 .cont .box .img img {
        border-radius: 5px;
    }
    .home .cont08 .cont .box .text_box {
        margin-top: 15px;
    }
    .home .cont08 .cont .box .text_box .text04 {
        margin-bottom: 10px;
    }
    .home .cont08 .cont .box .text_box .text04 span {
        color: #ff8d01;
        font-weight: bold;
    }
    .home .cont08 .cont .point {
        padding-left: 32px;
        line-height: 1.6;
        font-weight: bold;
        box-sizing: border-box;
        position: relative;
    }
    .home .cont08 .cont .point::before {
        content: "";
        background: url(img/home_accent10.png)no-repeat;
        background-size: 24px;
        width: 24px;
        height: 23px;
        position: absolute;
        top: 5px;
        left: 0;
    }
    /* contact_box
------------------------------------------------------------------------*/
    .contact_box {
        background: url(img/home_bg01.png);
        padding: 68px 0 73px;
        box-sizing: border-box;
    }
    .contact_box .ttl_box {
        text-align: center;
    }
    .contact_box .ttl_box .text01 {
        display: inline-block;
        font-size: 20px;
        line-height: 1.5;
        font-weight: bold;
        position: relative;
    }
    .contact_box .ttl_box .text01::before,
    .contact_box .ttl_box .text01::after {
        content: "";
        width: 13px;
        height: 22px;
        position: absolute;
        bottom: 8px;
    }
    .contact_box .ttl_box .text01::before {
        background: url(img/contact_box_icon01.png)no-repeat;
        background-size: 13px;
        left: -24px;
    }
    .contact_box .ttl_box .text01::after {
        background: url(img/contact_box_icon02.png)no-repeat;
        background-size: 13px;
        right: -20px;
    }
    .contact_box .ttl_box h2 {
        width: 380px;
        height: 0;
        background: url(img/contact_box_text01.png)top center no-repeat;
        background-size: 380px;
        margin: 20px auto 0;
        padding-top: 24px;
        overflow: hidden;
    }
    .contact_box .flex_box01 {
        width: 100%;
        margin-top: 30px;
    }
    .contact_box .flex_box01 .tel {
        text-align: center;
        background: url(img/home_tel_icon.png)left 15px center no-repeat;
        background-size: 65px;
        padding: 4px 0 0 60px;
        line-height: 1;
        box-sizing: border-box;
    }
    .contact_box .flex_box01 .tel a {
        display: inline-block;
        width: 280px;
        /* height: 0;
        background: url(img/0120-746-156.png)left center no-repeat;
        background-size: 280px;
        padding-top: 33px; */
        overflow: hidden;
    }
    .contact_box .flex_box01 .tel .span01 {
        display: block;
        font-size: 18px;
        line-height: 1;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .contact_box .flex_box01 .tel .span01::before {
        content: "［";
        top: 2px;
    }
    .contact_box .flex_box01 .tel .span01::after {
        content: "］";
        top: 2px;
    }
    .contact_box .flex_box01 .tel .time {
        color: #ff593a;
        font-weight: bold;
    }
    .contact_box .flex_box01 .mail_btn a {
        display: block;
        width: 280px;
        height: 60px;
        background: url(img/home_mail_icon.png)left 45px center no-repeat, #ff8d01;
        background-size: 18px;
        border: 2px solid #ff8d01;
        margin: 20px auto 0;
        padding-left: 18px;
        border-radius: 10px;
        color: #fff;
        text-align: center;
        font-size: 18px;
        line-height: 58px;
        font-weight: bold;
        box-sizing: border-box;
    }
    .contact_box .flex_box02 {
        width: 100%;
        border-radius: 10px;
        background: #fff;
        margin: 30px auto 0;
        padding: 5px 20px 20px;
        box-sizing: border-box;
    }
    .contact_box .flex_box02 .text02 {
        background: url(img/contact_box_icon03.png)left 20px center no-repeat;
        background-size: 40px;
        font-size: 18px;
        font-weight: bold;
        padding-left: 50px;
        letter-spacing: 1px;
        text-align: center;
    }
    .contact_box .flex_box02 .text02 .span01 {
        font-size: 42px;
        font-weight: bold;
        color: #0b88c5;
    }
    .contact_box .flex_box02 .text02 .span02 {
        font-size: 22px;
        font-weight: bold;
        letter-spacing: -0.5px;
    }
    .contact_box .flex_box02 .area {
        font-size: 16px;
        line-height: 1.8;
        font-weight: bold;
        padding-top: 20px;
        text-align: center;
        position: relative;
    }
    .contact_box .flex_box02 .area span {
        color: #0b88c5;
        font-weight: bold;
    }
    .contact_box .flex_box02 .area::before {
        content: "";
        background: #0b88c5;
        width: 100%;
        height: 2px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    /* footer
------------------------------------------------------------------------*/
    footer .copy {
        height: 30px;
        margin-bottom: 45px;
        color: #fff;
        background: #ff8d01;
        border-bottom: 2px solid #fff;
        font-size: 12px;
        line-height: 30px;
        text-align: center;
        box-sizing: border-box;
    }
}


/* フェードアニメーション css
------------------------------------------------------------------------*/

.mv01_on {
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0, 0, 0);
    -o-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
    opacity: 0
}

.mv01_off {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0, 0, 0);
    -o-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
    opacity: 1
}