body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #4C3A3A;
    font-weight: bold;
}

.wrapper {
    min-width: 1000px;
    margin: 0 auto;
}

.container01 {
    width: 1000px;
    margin: 0 auto;
    
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.main_cover {
    padding-top: 85px;
}

/* header */

header {
    width: 100%;
    height: 130px;
    line-height: 0;
    background-color: #FF9FA2;
    position: fixed;
    z-index: 3;
}

.header-container01 {
    background: url(../images/stripe.jpg) repeat-x;
    position: relative;
    z-index: 3;
    width: 100%;
    background-color: #FF9FA2;
}

.header-container02 {
    width: 1000px;
    margin: 0 auto;
}

header h1 {
    font-size: 21.19px;
    line-height: 2.3;
    margin: 42.6px 0 42.6px 30px;
    display: inline-block;
}

img.header-line {
    float: right;
    margin: 32px 24px 14px 0;
}

img.header-tel {
    float: right;
    margin: 32px 52px 14px 0;
}

img.header-tel-sp {
    display: none;
}

.header-menu {
    float: right;
    margin: 56px 0 40px 0;
}


/*　ハンバーガーボタン　*/

.hamburger {
    display: block;
    z-index: 3;
    width: 42px;
    height: 32px;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.hamburger span {
    display: block;
    position: absolute;
    width: 42px;
    height: 5px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
    top: 0px;
}

.hamburger span:nth-child(2) {
    top: 15px;
}

.hamburger span:nth-child(3) {
    top: 30px;
}


/* ナビ開いてる時のボタン */

.hamburger.active span:nth-child(1) {
    top: 16px;
    left: 1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

nav.globalMenu {
    z-index: 2;
    top: -1px;
    left: 0;
    color: white;
    background: #FF9FA2;
    text-align: center;
    transform: translateY(-140%);
    transition: all 0.6s;
    width: 100%;
    overflow: hidden;
}

nav.globalMenu ul {
    z-index: 2;
    background: #FF9FA2;
    margin: 0 auto;
    padding: 0;
    width: 953px;
}

nav.globalMenu ul li {
    padding: 0;
    width: 454px;
    border-bottom: 1px dotted #fff;
    background: url(../images/nav-li.png) left no-repeat;
    float: left;
}

nav.globalMenu ul li:last-child {
    margin-bottom: 55px;
}

nav.globalMenu ul li:hover {
    background: #ddd;
}

nav.globalMenu ul li a {
    display: block;
    color: white;
    padding: 35px 0 35px 54px;
    text-decoration: none;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
}


/* このクラスを、jQueryで付与・削除する */

nav.globalMenu.active {
    transform: translateY(0%);
}


/* mv */

.mv {
    background: url(../images/mv.jpg) center center no-repeat;
    height: 0;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 51.9%;
    background-size: cover;
}

.mv h2 {
    position: absolute;
    top: 13%;
    left: 14%;
    width: 32.5%;
}

.mv h2 img {
    margin: 5px;
    width: 100%;
}

.mv h2 span.mv-line01 {
    font-size: 1.3vw;
    line-height: 1.6;
    font-weight: bold;
    padding-left: 20.6%;
}

.mv h2 span.mv-line02 {
    font-size: 1.5vw;
    line-height: 1.78;
    font-weight: bold;
    padding-left: 18.5%;
}

.mv ul {
    display: flex;
    position: absolute;
    width: 39.5%;
    top: 37%;
    left: 10%;
}

.mv ul li {
    margin-left: 5px;
    width: 31.6%;
}

.mv ul li a img {
    width: 100%;
}

.mv ul li a img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}


/* section01 */

.section01 img {
    display: block;
    margin: 25px auto 0 auto;
}

.section01 .s01-sp-ttl {
    display: none;
}

.checkmark {
    position: relative;
    font-weight: bold;
    margin-left: 40px;
    display: inline-block;
    line-height: 1.78;
    font-size: 20px;
    padding-left: 40px;
}

.checkmark:before,
.checkmark:after {
    content: "";
    display: block;
    position: absolute;
}

.checkmark:before {
    width: 23px;
    height: 23px;
    border: 2px solid #FF9FA2;
    left: 0;
    top: 3px;
    border-radius: 1px;
    background-color: white;
}

.checkmark:after {
    border-left: 4px solid #FF9FA2;
    border-bottom: 4px solid #FF9FA2;
    width: 28px;
    height: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 4px;
    top: 1px;
}

.section01 {
    width: 100%;
}

.section01 .s01-c_01 {
    margin: 0 0 50px 168px;
}

.section01 .s01-c_02 {
    margin: 0 0 50px 38px;
}

.section01 .s01-c_03 {
    margin-left: 143px;
}

.section01 .s01-c_04 {
    margin-left: 40px;
}


/* section02 */

.section02 {
    background: url(../images/section02-bg.jpg) center center;
    width: 100%;
    height: 418px;
}

.s02-images {
    width: 940px;
    margin: 0 auto;
}

.s02-img_01 {
    padding-top: 55px;
}

.s02-img_02 {
    padding-bottom: 80px;
}


/* section03 */

.section03 {
    background-color: #FFE370;
    height: 293px;
}

.s03-ttl {
    display: block;
    margin: 0 auto;
    padding-top: 60px;
}

.section03 ul {
    margin-top: 38px;
    text-align: center;
}

.section03 ul li {
    margin-right: 2px;
    display: inline-block;
    position: relative;
}

.section03 ul li a {
    font-size: 18px;
    line-height: 1.465;
    font-family: FOT-筑紫A丸ゴシック Std;
    font-weight: bold;
}

.section03 ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

.section03 ul li a span {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    width: 80%;
}


/* section04 */

.section04 {
    background-color: #FFFFEE;
}

.s04-img_01 {
    display: block;
    margin: 0 auto;
}

.s04-img_01-sp {
    display: none;
}

.s04-content {
    max-width: 937px;
    margin: 0 auto;
}

.s04-content-p_01 p {
    display: inline;
}

.s04-content-p_01 {
    font-size: 25px;
    font-family: FOT-筑紫A丸ゴシック Std, sans-serif;
    line-height: 3.1;
    font-weight: bold;
    display: block;
    width: 63%;
    float: left;
    margin-top: 25px;
}

.s04-content-br {
    display: none;
}

.s04-content-p_01 span {
    color: #FF8D8D;
}

.s04-content .s04-name {
    font-size: 14px;
    font-weight: bold;
    line-height: 3.1;
    padding-left: 38px;
    color: #4C3A3A;
}

.s04-content-p_02 {
    font-size: 14px;
    font-family: Noto Sans JP;
    font-weight: bold;
    line-height: 2.5;
    width: 63%;
    float: left;
}

.s04-content img {
    float: right;
    width: 32.6%;
}

.s04-voice {
    position: relative;
    width: 1001px;
    margin: 0 auto;
    margin-top: 70px;
}

.s04-voice-img-sp {
    display: none;
}

.voice p {
    font-size: 14px;
    line-height: 2.5;
    font-weight: bold;
    color: #4C3A3A;
    width: 721px;
}

.s04-voice-txt_01 {
    position: absolute;
    top: 107px;
    left: 218px;
}

.s04-voice-txt_02 {
    position: absolute;
    top: 276px;
    left: 65px;
}

.s04-more-img_01 {
    padding-top: 64px;
}

.s04-more-img_02 {
    padding-top: 37px;
}

.s04-more-images {
    width: 921px;
    margin: 0 auto;
    margin-top: 30px;
    padding-bottom: 64px;
    position: relative;
}

.s04-more-img_03-sp {
    display: none;
}

.s04-more-txt {
    position: absolute;
    top: 25px;
    left: 176px;
    font-size: 14px;
    line-height: 2.5;
    font-weight: bold;
    color: #4C3A3A;
    width: 721px;
}


/* section05 */

.section05 {
    background-color: #EEFFFF;
}

.position-relative {
    position: relative;
}

.section-number {
    position: absolute;
    top: -13px;
    left: 0;
}

.img-center {
    display: block;
    margin: 0 auto;
}

#s05-img_01 {
    padding-top: 60px;
}

#s05-img_01-sp {
    display: none;
}

.section05 .s05-c_01 {
    margin: 50px 0 45px 109px;
    max-width: 325px!important;
}

.section05 .s05-c_02 {
    margin: 50px 0 45px 37px;
    max-width: 325px!important;
}

.section05 .s05-c_03 {
    margin-left: 80px;
    max-width: 325px!important;
}

.section05 .s05-c_04 {
    margin-left: 140px;
    max-width: 325px!important;
}

.font-pink {
    color: #FF9FA2;
}

.p-center {
    text-align: center;
}

.s05-img_02-sp {
    display: none;
}

.s05-p_01 {
    margin-top: 60px;
    font-size: 20px;
}

.s05-p_02 {
    margin-top: 60px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.s05-voice {
    width: 1000px;
    margin: 0 auto;
    margin-top: 60px;
    position: relative;
}

.s05-ttl {
    margin: 60px auto 30px;
}

.s05-voice-txt_01 {
    position: absolute;
    top: 100px;
    left: 223px;
}

.s05-voice-txt_02 {
    position: absolute;
    bottom: 100px;
    left: 57px;
}

.images-center {
    text-align: center;
}

.s05-img_0809 {
    text-align: center;
    margin-top: 5px;
}

.s05-p_03 {
    margin: 53px 0;
    font-size: 20px;
}

.s05-p_04 {
    margin: 40px 0 60px 0;
    font-size: 14px;
    text-align: center;
}

.s05-p_05 {
    margin: 30px 0;
    font-size: 20px;
}

.s05-p_06 {
    margin: 33px 0 45px 0;
    font-size: 14px;
    text-align: center;
}

.section05-btn {
    padding-bottom: 60px;
}

.cattic-logo-sp {
    display: none;
}

.section05-btn img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}


/* section06 */

.section06 {
    background-color: #FFF0F5;
}

.s06-img_01 {
    padding-top: 60px;
}

.s06-img_01-sp {
    display: none;
}

.section06 .s06-c_01 {
    margin: 0 0 45px 140px;
}

.section06 .s06-c_02 {
    margin: 0 0 45px 60px;
}

.section06 .s06-c_03 {
    margin-left: 187px;
}

.section06 .s06-c_04 {
    margin-left: 52px;
}

.s06-onepoint {
    width: 940px;
    margin: 0 auto;
    position: relative;
}

.s06-img_02-sp {
    display: none;
}

.s06-onepoint p {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #4C3A3A;
    position: absolute;
    top: 143px;
    left: 97px;
}

.s06-p_01 {
    color: #FF9FA2;
    font-size: 20px;
    margin: 60px 0;
}

.s06-p_01 br {
    display: none;
}


/* slider */

.slider {
    width: 645.6px;
    height: 374.6px;
    position: relative;
    margin: 60px auto 0 auto;
}

.slider li img {
    height: auto;
    width: 100%;
}

.slider .prev-arrow {
    position: absolute;
    top: 150px;
    left: -24px;
    z-index: 2;
    cursor: pointer;
}

.slider .next-arrow {
    position: absolute;
    top: 150px;
    right: -24px;
    z-index: 2;
    cursor: pointer;
}

.thumb {
    width: 643px;
    margin: 0 auto;
}

.thumb li {
    width: 152px;
    height: 105px;
    margin-right: 10px;
}

.thumb li img {
    width: 152px;
    height: 105px;
}

.thumb li:last-child {
    margin-right: 0;
}


/* slider終わり */

.s06-p_02 {
    font-size: 14px;
    line-height: 40px;
    margin: 50px auto 60px auto;
    width: 670px;
}

.s06-voice {
    position: relative;
}

.s06-img_08-sp {
    display: none;
}

.s06-voice-txt_01 {
    position: absolute;
    top: 100px;
    left: 220px;
}

.s06-voice-txt_02 {
    position: absolute;
    top: 255px;
    left: 56px;
}

.s06-p_03 {
    padding: 13px 0 60px 0;
    font-size: 14px;
}


/* section07 */

.section07 {
    background-color: #FFFBD8;
}

.s07-img_01 {
    padding-top: 60px;
}

.s07-img_01-sp {
    display: none;
}

.section07 .s07-c_01 {
    margin: 75px 0 45px 200px;
}

.section07 .s07-c_02 {
    margin: 75px 0 45px 47px;
}

.section07 .s07-c_03 {
    margin-left: 154px;
}

.section07 .s07-c_04 {
    margin-left: 45px;
}

.s07-p_01 {
    margin: 58px 0 63px 0;
    line-height: 40px;
    font-size: 14px;
}

.s07-p_02 {
    margin-bottom: 95px;
    line-height: 40px;
    font-size: 14px;
}

.s07-p_03 {
    font-size: 20px;
    line-height: 50px;
    background: url(../images/section07_03.png) center center no-repeat;
    height: 70px;
    margin-bottom: 8px;
}

.s07-p_03-br {
    display: none;
}

.section07 video {
    width: 691px;
    margin: 0 auto;
    display: block;
}

.s07-img_05 {
    margin: 30px auto;
}

.s07-ul {
    margin: 0 auto;
    width: 645px;
    margin-bottom: 50px;
}

.s07-ul li {
    margin-bottom: 20px;
}

.s07-ul li span {
    width: 120px;
    height: 40px;
    background-color: #FF9FA2;
    color: white;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

.s07-ul li p {
    display: inline-block;
    width: 500px;
    padding-left: 20px;
    line-height: 40px;
    vertical-align: top;
}

.s07-voice {
    position: relative;
    padding-bottom: 60px;
}

.s07-img_06-sp {
    display: none;
}

.s07-voice-txt_01 {
    position: absolute;
    top: 100px;
    left: 220px;
}

.s07-voice-txt_02 {
    position: absolute;
    top: 255px;
    left: 56px;
}


/* section08 */

.s08-ttl {
    font-family: FOT-筑紫A丸ゴシック Std;
    font-size: 30px;
    padding: 62px 0;
}

.s08-q {
    width: 940px;
    height: 76px;
    border-radius: 20px;
    background-color: #D3F1F0;
    margin: 0 auto;
}

.s08-q p {
    font-size: 20px;
    line-height: 76px;
    padding-left: 35px;
}

.s08-a {
    width: 900px;
    padding: 30px 0 50px 0;
    margin: 0 auto;
}

.s08-a p {
    width: 900px;
    font-size: 14px;
    line-height: 26px;
}

.s08-request {
    width: 940px;
    background-color: #FFFBD8;
    border-radius: 20px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.s08-request h4 {
    font-size: 20px;
    padding: 50px 0;
}

.s08-request p {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 50px;
    width: 854px;
    margin: 0 auto;
}


/* section09 */

.section09 {
    background-color: #EEFFFF;
}

.s09-img_01 {
    padding: 60px 0 50px 0;
}

.s09-line {
    width: 662px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.s09-line span {
    font-size: 14px;
    line-height: 40px;
    display: block;
    text-align: center;
}

.s09-access span {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    padding: 37px 0 27px 0;
}

.s09-form {
    width: 940px;
    margin: 0 auto;
}

.s09-form table {
    background-color: white;
    width: 100%;
    font-size: 14px;
    line-height: 40px;
    color: #4C3A3A;
}

.s09-form table td,
th {
    width: 100%;
    display: block;
    padding-left: 50px;
}

.sp-br {
    display: none;
}

.s09-th_01 {
    padding-top: 50px;
}

.s09-form table th span {
    font-size: 10.44px;
    line-height: 20px;
    background-color: #FF9FA2;
    color: white;
    width: 40px;
    height: 20px;
    text-align: center;
    display: inline-block;
    border-radius: 20px;
    margin-left: 5px;
}

.s09-form table td span {
    width: 100%;
    font-size: 12px;
    color: #727272;
    font-weight: normal;
    display: block;
    line-height: 24px;
}

.s09-form table td button {
    width: 136px;
    height: 36px;
    font-size: 14px;
    background-color: #FF9FA2;
    color: white;
    line-height: 36px;
    border-radius: 7.24px;
    text-align: center;
}

.s09-form input {
    border: 1px solid #D6D6D6;
    line-height: 35px;
    font-weight: normal;
    width: 310px;
    padding-left: 5px;
}

.s09-form textarea {
    border: 1px solid #D6D6D6;
    line-height: 35px;
    font-weight: normal;
    width: 406px;
    height: 126px;
}

.s09-form-td-last {
    padding-bottom: 50px;
}

.s09-form input[type="checkbox"]{
    border: 1px solid #D6D6D6;
    line-height: 35px;
    font-weight: normal;
    width: 20px;
}


.send {
    color: white;
    width: 627px;
    height: 69px;
    font-size: 20px;
    text-align: center;
    line-height: 69px;
    border-radius: 11.7px;
    background-color: #FF9FA2;
    display: block;
    margin: 30px auto 95px auto;
}

.send:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

.s09-img_04 {
    width: 940px;
}


/* footer */

footer {
    width: 100%;
    height: 150px;
    background: url(../images/stripe.jpg) repeat-x;
    background-color: #FF9FA2;
    padding-top: 60px;
    position: relative;
}

.footer-stripe {
    width: 100%;
    height: 8.2px;
    position: absolute;
    bottom: 0;
    background: url(../images/stripe.jpg) repeat-x;
}

@media screen and (max-width: 896px) {
    .wrapper {
        width: 100%;
        margin: 0 auto;
        min-width: unset;
        overflow:hidden;

    }
    .container01 {
        width: 375px;
    }
    /* header */
    header {
        height: 79px;
        width: 100%;
    }
    .header-container02 {
        width: 100%;
    }
    .logo {
        width: 118px;
    }
    header h1 {
        font-size: 21.19px;
        line-height: 2.3;
        margin: 8px 0 0 17px;
        display: inline-block;
    }
    img.header-line {
        width: 67px;
        float: right;
        margin: 20px 8px 0 0;
    }
    img.header-tel {
        display: none;
    }
    img.header-tel-sp {
        display: block;
        float: right;
        margin: 20px 24px 14px 0;
        width: 48.67px;
    }
    .header-menu {
        margin: 33px 24px 0 0;
    }
    /* ハンバーガーメニュー */
    .hamburger {
        width: 30px;
        height: 32px;
    }
    .hamburger span {
        width: 30px;
        height: 4px;
    }
    .hamburger span:nth-child(1) {
        top: 0px;
    }
    .hamburger span:nth-child(2) {
        top: 10px;
    }
    .hamburger span:nth-child(3) {
        top: 20px;
    }
    nav.globalMenu ul {
        z-index: 2;
        background: #FF9FA2;
        margin: 0 auto;
        padding: 0;
        width: 333px;
    }
    ul .globalMenu-left,
    ul .globalMenu-right {
        float: none;
    }
    nav.globalMenu ul li {
        padding: 0;
        width: 100%;
        border-bottom: 1px dotted #fff;
        background: url(../images/nav-li-sp.png) left no-repeat;
        float: none;
    }
    nav.globalMenu ul li:last-child {
        margin-bottom: 25px;
    }
    nav.globalMenu ul li a {
        display: block;
        color: white;
        padding: 25px 0 25px 30px;
        font-size: 14px;
    }
    /* mv */
    .mv {
        background: url(../images/mv-sp.png) center center no-repeat;
        width: 100%;
        height: 0;
        position: relative;
        margin-bottom: 0;
        padding-top: 126%;
        background-size: cover;
    }
    .mv h2 {
        top: 0;
        left: unset;
        margin: 0 auto;
        width: 100%;
        padding-top: 8%;
    }
    .mv h2 br {
        display: none;
    }
    .mv h2 img {
        width: 63.3%;
        margin: 0 auto;
        display: block;
    }
    .mv h2 span.mv-line01 {
        font-size: 2.7vw;
        padding: 0;
        width: 44.8%;
        display: block;
        margin: 0 auto;
        padding-bottom: 2%;
    }
    .mv h2 span.mv-line02 {
        font-size: 2.7vw;
        padding-left: 0;
        padding-top: 1%;
        width: 40%;
        display: block;
        margin: 0 auto;
    }
    .mv ul li img {
        width: 26.5vw;
    }
    .mv ul {
        margin: 0 auto;
        width: 82%;
        position: absolute;
        margin-top: 0;
        top: 73%;
        left: 8.3%;
    }
    /* section01 */
    .section01 .s01-sp-ttl {
        display: block;
        width: 322px;
        margin: 0 auto!important;
        margin-bottom: 20px!important;
    }
    .s01-img_01 {
        max-width: 300px;
        margin-top: 0!important;
    }
    .check-br {
        display: none;
    }
    .checkmark {
        display: block;
        margin: 0 auto!important;
        max-width: 300px;
        font-size: 15px;
        padding-bottom: 20px;
        font-weight: normal;
        padding-left: 25px;
    }
    .checkmark:before {
        width: 16px;
        height: 16px;
        border: 2px solid #FF9FA2;
        left: 0;
        top: 8px;
        border-radius: 1px;
        background-color: white;
    }
    .checkmark:after {
        border-left: 3px solid #FF9FA2;
        border-bottom: 3px solid #FF9FA2;
        width: 18px;
        height: 10px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: 3px;
        top: 5px;
    }
    .section02 {
        height: 387px;
    }
    .s02-images {
        width: 100%;
    }
    .s02-img_01 {
        padding-top: 10px;
        display: block;
        margin: 0 auto;
        max-width: 332px;
    }
    .s02-img_02 {
        padding: 30px 0;
        display: block;
        margin: 0 auto;
        max-width: 256px;
    }
    /* secton03 */
    .section03 {
        height: 210px;
    }
    .s03-ttl {
        width: 58.8px;
        padding-top: 18px;
    }
    .section03 ul {
        margin: 0 auto;
        width: 340px;
    }
    .section03 ul li img {
        width: 150px;
        margin-top: 10px;
    }
    .section03 ul li a span {
        top: 32px;
        font-size: 12px;
        line-height: 17.23px;
    }
    /* section04 */
    .s04-img_01 {
        display: none;
    }
    .s04-img_01-sp {
        display: block;
        margin: 0 auto;
     /* width: 375px; */
    }
    .s04-content img {
        width: 37%;
        margin-top: 10px;
    }
    .s04-content {
        max-width: 344px;
    }
    .s04-content-p_01 {
        margin-top: 20px;
        font-size: 15px;
        line-height: 30px;
        width: 63%;
    }
    .s04-content .s04-name {
        font-size: 7px;
        line-height: 10px;
        padding: 12px 0;
        display: block;
    }
    .s04-content-br {
        display: unset;
    }
    .s04-content-p_02 {
        font-size: 12px;
        font-weight: normal;
        line-height: 23px;
        width: 100%;
        float: none;
    }
    .s04-voice {
        width: 343px;
        margin-top: 40px;
    }
    .voice p {
        font-size: 10px;
        line-height: 22.78px;
        width: 215px;
        font-weight: normal;
    }
    .s04-voice-img-sp {
        display: block;
        margin: 0 auto;
    }
    .s04-voice-img {
        display: none;
    }
    .s04-voice-txt_01 {
        top: 45px;
        left: 105px;
    }
    .s04-voice-txt_02 {
        top: 145px;
        left: 30px;
    }
    .s04-more-img_01 {
        width: 171px;
        padding: 15px 0;
    }
    .s04-more-img_02 {
        width: 343px;
        padding: 0;
    }
    .s04-more-images {
        width: 343px;
        padding-bottom: 40px;
        margin-top: 15px;
    }
    .s04-more-img_03-sp {
        display: block;
        margin: 0 auto;
        padding: 0;
    }
    .s04-more-img_03 {
        display: none!important;
    }
    .s04-more-txt {
        font-size: 10px;
        line-height: 22.78px;
        width: 215px;
        font-weight: normal;
        top: 10px;
        left: 105px;
    }
    /* section05 */
    .section-number {
        width: 50px;
        top: -6px;
        left: 25px;
    }
    .section05 #s05-img_01 {
        display: none;
    }
    #s05-img_01-sp {
        padding-top: 40px;
        display: block;
        width: 375px;
    }
    .section05 .checkmark {
        font-size: 15px;
    }
    .s05-p_01 {
        font-size: 17px;
        margin-top: 35px;
    }
    .s05-p_02 {
        font-size: 11.39px;
        margin: 35px auto 0 auto;
        text-align: left;
        width: 333px;
    }
    .section05 .s05-img_02 {
        display: none;
    }
    .s05-img_02-sp {
        display: block;
    }
    .s05-voice {
        width: 343px;
        margin: 0 auto;
        margin-top: 40px;
    }
    .s05-voice-txt_01 {
        top: 45px;
        left: 105px;
    }
    .s05-voice-txt_02 {
        top: 165px;
        left: 30px;
    }
    .s05-ttl {
        width: 42px;
        margin: 38px auto 13px auto;
    }
    .s05-img_03 {
        width: 233px;
    }
    .s05-p_03 {
        font-size: 15px;
        margin: 23px auto;
    }
    .s05-img_04,
    .s05-img_05 {
        width: 162px;
    }
    .s05-p_04,
    .s05-p_06 {
        font-size: 10px;
        line-height: 22.78px;
        margin: 20px auto;
        width: 333px;
        text-align: left;
    }
    .s05-img_06 {
        width: 73px;
    }
    .s05-p_05 {
        font-size: 14.81px;
        margin: 7.73px 0 20px 0;
    }
    .s05-img_07 {
        width: 334px;
    }
    .s05-img_08 {
        width: 131.86px;
    }
    .s05-img_09 {
        width: 198.25px;
    }
    .section05-btn img {
        width: 335px;
        height: 121px;
    }
    .cattic-logo {
        display: none;
    }
    .cattic-logo-sp {
        display: block;
    }
    /* section06 */
    .s06-img_01 {
        width: 313px;
    }
    .s06-img_01 {
        display: none;
    }
    .s06-img_01-sp {
        display: block;
        padding-top: 40px;
        width: 375px;
    }
    .s06-onepoint {
        width: 343px;
    }
    .s06-onepoint img {
        width: 343px;
    }
    .s06-img_02-sp {
        display: block;
    }
    .s06-img_02 {
        display: none;
    }
    .s06-onepoint p {
        top: 65px;
        left: 18px;
        font-size: 11.39px;
        line-height: 22.78px;
        width: 314px;
        text-align: left;
    }
    .s06-p_01 {
        font-size: 17px;
        line-height: 28.5px;
        margin: 40px 0 30px 0;
    }
    .s06-p_01 br {
        display: unset;
    }
    /* slider */
    .slider {
        margin: 0 auto;
        width: 321px;
        height: 190px;
    }
    .slider .prev-arrow {
        top: 76.5px;
        left: -10.96px;
        width: 23.86px;
        height: 27.27px;
    }
    .slider .next-arrow {
        top: 76.5px;
        right: -10.96px;
        width: 23.86px;
        height: 27.27px;
    }
    .thumb {
        width: 321px;
    }
    .thumb li {
        width: 76px;
        height: 60px;
        margin-right: 5px;
    }
    .thumb li img {
        width: 76px;
        height: 60px;
    }
    .s06-p_02 {
        width: 334px;
        font-size: 11.39px;
        line-height: 22.78px;
        text-align: left;
        margin-top: 27px;
        margin-bottom: 39px;
    }
    .s06-img_08-sp {
        display: block;
    }
    .s06-img_08 {
        display: none;
    }
    .s06-voice {
        width: 345px;
        margin: 0 auto;
    }
    .s06-voice-txt_01 {
        top: 47px;
        left: 100px;
    }
    .s06-voice-txt_02 {
        top: 165px;
        left: 25px;
    }
    .s06-p_03 {
        font-size: 10px;
        width: 312px;
        margin: 0 auto;
        padding-bottom: 38px;
    }
    /* section07 */
    .s07-img_01 {
        display: none;
    }
    .s07-img_01-sp {
        display: block;
        padding-top: 40px;
        width: 375px;
    }
    .section07 .checkmark {
        width: 330px;
        max-width: unset;
        font-size: 14px;
    }
    .s07-p_01 {
        font-size: 11.39px;
        line-height: 22.78px;
        width: 337px;
        margin: 0 auto;
        text-align: left;
    }
    .s07-img_02 {
        width: 343px;
    }
    .s07-p_02 {
        font-size: 10px;
        margin-bottom: 30px;
    }
    .s07-p_03 {
        font-size: 15px;
        line-height: 28.48px;
        margin: 0;
        background: url(../images/section07_03-sp.png) center center no-repeat;
    }
    .s07-p_03-br {
        display: unset;
    }
    .section07 video {
        width: 343px;
    }
    .s07-img_05 {
        width: 174px;
        margin: 15px auto;
    }
    .s07-ul {
        width: 338px;
        margin-bottom: 30px;
    }
    .s07-ul li {
        margin-bottom: 8px;
    }
    .s07-ul li span {
        width: 72px;
        height: 22px;
        border-radius: 10px;
        line-height: 22px;
        font-size: 12px;
        font-weight: normal;
    }
    .s07-ul li p {
        width: 256px;
        padding-left: 10px;
        line-height: 22px;
        font-size: 14px;
    }
    .s07-voice {
        padding-bottom: 38px;
    }
    .s07-img_06 {
        display: none;
    }
    .s07-img_06-sp {
        display: block;
    }
    .s07-voice {
        width: 345px;
        margin: 0 auto;
    }
    .s07-voice-txt_01 {
        top: 47px;
        left: 100px;
    }
    .s07-voice-txt_02 {
        top: 150px;
        left: 25px;
    }
    /* section08 */
    .s08-ttl {
        font-family: FOT-筑紫A丸ゴシック Std, sans-serif;
        font-size: 20px;
        padding: 14px 0;
    }
    .s08-q {
        width: 344px;
        height: 38px;
        border-radius: 19px;
    }
    .s08-q p {
        font-size: 13px;
        line-height: 38px;
        padding-left: 15px;
    }
    .s08-a {
        width: 344px;
        padding: 19px 0 27px 0;
    }
    .s08-a p {
        width: 325px;
        font-size: 10px;
        line-height: 20px;
        margin: 0 auto;
    }
    .s08-request {
        width: 340px;
        margin-bottom: 38px;
    }
    .s08-request h4 {
        font-size: 13px;
        padding: 18px 0;
        text-align: left;
        width: 316px;
        margin: 0 auto;
    }
    .s08-request p {
        font-size: 10px;
        line-height: 20px;
        padding-bottom: 18px;
        width: 316px;
    }
    /* section09 */
    .s09-img_01 {
        width: 280px;
        padding: 30px 0 20px 0;
    }
    .s09-line {
        width: 343px;
        margin-bottom: 20px;
    }
    .s09-img_02 {
        width: 268px;
    }
    .s09-img_03 {
        width: 69px;
    }
    .s09-line span {
        font-size: 10px;
        line-height: 20px;
    }
    .s09-form {
        width: 342px;
    }
    .s09-form table {
        font-size: 10px;
        line-height: 20px;
    }
    .s09-form table td {
        margin-bottom: 10px;
    }
    .s09-form table td,
    th {
        padding-left: 14px;
    }
    .s09-th_01 {
        padding-top: 18px;
    }
    .s09-form table th span {
        font-size: 10px;
        width: 30px;
        height: 15px;
        margin-left: 5px;
        line-height: 15px;
        font-weight: normal;
    }
    .s09-form table td span {
        font-size: 7px;
    }
    .s09-form table td button {
        width: 65px;
        height: 31px;
        font-size: 10px;
        line-height: 31px;
        border-radius: 11.7px;
    }
    .s09-form input {
        border: 1px solid #D6D6D6;
        line-height: 35px;
        font-weight: normal;
        width: 155px;
        padding-left: 5px;
    }
    .section09 .s09-form-input_05 {
        width: 313px;
    }
    .section09 .s09-form-input_07,
    .section09 .s09-form-input_08 {
        width: 313px;
    }
    .sp-br {
        display: unset;
    }
    .section09 .s09-form-input_09 {
        width: 313px;
    }

    .s09-form-input_11 {
        width: 10px;

    }
    .s09-form textarea {
        width: 313px;
        height: 147px;
    }
    .s09-form-td-last {
        padding-bottom: 0px;
    }
    .send {
        width: 313px;
        height: 44px;
        font-size: 13px;
        line-height: 44px;
        margin: 20px auto 30px auto;
    }
    .s09-img_04 {
        width: 343px;
    }
    .s09-access span {
        font-size: 10px;
        line-height: 20px;
        padding: 17px;
    }
    /* footer */
    footer {
        height: 75px;
        background: url(../images/stripe.jpg) repeat-x;
        background-color: #FF9FA2;
        padding-top: 0px;
    }
    footer img {
        width: 118px;
        padding-top: 28px;
    }
}