@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #414141;
    font-weight: 400;
    letter-spacing: 0.2em;
}

.sp_br {
    display: none;
}

.pc_br {
    display: block;
}

  

.site-menu .logo {
    width: 400px;
}

.site-menu {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

header ul {
    width: 550px;
    float: right;
    display: flex;
    justify-content: space-evenly;
    padding-left:0
}

header li {
    list-style: none;
}

header a {
    color: #414141;
    font-weight: 400;
    transition: .3s;
}

header a:hover {
    opacity: 0.5 ;
}

.button-1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    position: relative;
    background: #fa3c3c;
    border: 1px solid #fa3c3c;
    border-radius: 25px;
    box-sizing: border-box;
    padding: 0 45px 0 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    transition-duration: 0.3s;
    margin-top: -10px;
}

.button-1 a:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -6px;
}

.button-1 a:hover {
    background: #fff;
    color: #fa3c3c;
}

.button-1 a:hover:before {
    border-top: 2px solid #fa3c3c;
    border-right: 2px solid #fa3c3c;
}

.main {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
    top: 50px;
}

.main:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #eef9f5;
    transform: skewY(-7deg);
    z-index: -1;
}

.main-visual {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hidari {
    text-align: center;
    display: block;
}

.main-copy img {
    margin: 0 auto;
    padding-bottom: 40px;
}

.main h2 {
    font-family: 'DM Sans', sans-serif;
    color: #48b2b5;
    font-size: 45px;
    font-weight: 600;
    text-align: left;
    display: inline-block;
    line-height: 60px;
    letter-spacing: 0.2em;
}

.main p {
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
    padding: 30px 0 50px;
    text-align: left;
    display: inline-block;
    letter-spacing: 0.2em;
}

.button-2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 343px;
    height: 69px;
    position: relative;
    background: #fa3c3c;
    border: 1px solid #fa3c3c;
    border-radius: 35px;
    box-sizing: border-box;
    padding: 0 45px 0 25px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    transition-duration: 0.3s;
}

.button-2 a:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -6px;
}

.button-2 a:hover {
    background: #fff;
    color: #fa3c3c;
}

.button-2 a:hover:before {
    border-top: 2px solid #fa3c3c;
    border-right: 2px solid #fa3c3c;
}

.problem {
    margin: 0 auto;
    padding-top: 100px;
}

.problem img {
    margin: 0 auto;
}

.problem h3 {
    margin: 0 auto;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
}

.problem h4 {
    margin: 0 auto;
    font-size: 36px;
    font-weight: 500;
}

.problem img {
    padding: 40px 0 90px;
}

.solution {
    background: #eef9f5;
}

.solution .sankaku img {
    padding-bottom: 90px;
    margin: 0 auto;
}

.yoko {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.yoko img {
    padding-right: 20px;
}

.solution .yoko {
    margin-bottom: 20px;
}

.solution p {
    font-weight: 400;
    font-size: 30px;
}

.solution h3 {
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 90px;
}

.solution span {
    font-family: 'DM Sans', sans-serif;
    font-size: 36px;
    color: #48b2b5;
    font-weight: 600;
    background: linear-gradient(transparent 60%, #fffa50 30%);
    width: fit-content;
    margin-bottom: 20px;
}

#about {
    background-color: #eef9f5;
    padding-bottom: 90px;
}

.about {
    border: 3px dotted #47b3b6;
    border-radius: 20px;
    width: 75%;
    margin: 0 auto;
    padding: 66px 0 66px;
}

.yoko2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
}

.yoko2 img {
    padding-right: 20px;
}

.about h3 span {
    font-family: 'DM Sans', sans-serif;
    font-size: 36px;
    color: #48b2b5;
    font-weight: 600;
}

.about h3 {
    font-size: 36px;
    font-weight: 500;
}

.about p {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 52px;
    line-height: 30px;
}

.about p span {
    color: #fa3c3c;
    font-size: 20px;
    font-weight: 500;
}

.about p img {
    margin: 0 auto;
}

.points .yoko {
    padding-top: 110px;
}

.points .yoko p {
    font-size: 36px;
    font-weight: 500;
}

.points h3 {
    font-size: 36px;
    font-weight: 500;
    padding-top: 30px;
    padding-bottom: 90px;
}

.points span {
    padding: 30px 30px;
    color: #fff;
    display: inline-block;
    width: 102.77 px;
    height: 102.77 px;
    border-radius: 50%;
    background: #7fc9cb;
    text-align:center;
    line-height: 102.77 px;
    margin-right: 10px;
    margin-left: 10px;
}

.points .reasons-left {
    width: 897px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 42px;
}

.points .reasons-right {
    width: 897px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 42px;
}

.points .balloon-left {
    position:relative;
    width:460px;
    height:255px;
    background:#F6FCFA;
    text-align:left;
    border-radius:25px;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    margin-top: 20px;
}

.points .balloon-left:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(246, 252, 250, 0);
    border-top-width:26px;
    border-bottom-width:26px;
    border-left-width:38px;
    border-right-width:38px;
    margin-top: -26px;
    border-right-color:#F6FCFA;
    right:100%;
    top:50%;
}

.points .balloon-right {
    position:relative;
    width:460px;
    height:255px;
    background:#F6FCFA;
    text-align:left;
    border-radius:25px;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    margin-top: 20px;
}

.points .balloon-right:after {
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(246, 252, 250, 0);
    border-top-width:26px;
    border-bottom-width:26px;
    border-left-width:38px;
    border-right-width:38px;
    margin-top: -26px;
    border-left-color:#F6FCFA;
    left:100%;
    top:50%;
}

.points .reasons-left p {
    margin: 0 auto;
    font-size: 18px;
    width: 430px;
    padding-top: 60px;
    line-height: 30px;
}

.points .reasons-right p {
    margin: 0 auto;
    font-size: 18px;
    width: 430px;
    padding-top: 60px;
    line-height: 30px;
}

#use {
    width: 100%;
    margin: 0;
    padding-bottom:100px;
    position: relative;
    top: 0px;
    overflow: hidden;
}

#use:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f6fcfa;
    transform: skewY(-7deg) translateY(90px);
    z-index: -1;
}

#use .yoko {
    padding: 250px 0 90px;
}

#use h3 {
    font-size: 36px;
    font-weight: 500;
}

#use .contact {
    margin-bottom: 20px;
}

#use .contact img {
    margin: 0 auto;
}

#use .use-yoko {
    width: 865px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#use .use-yoko p {
    font-weight: 400;
}

#use .use-yoko h4 {
    font-size: 30px;
    color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-width: 5px;
    border-style: solid;
    border-color: #5bcd9e;
    background: #5bcd9e;
    width: 408px;
    height: 101px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#use .use-shita {
    border-width: 5px;
    border-style: solid;
    border-color: #5bcd9e;
    background: #fff;
    width: 408px;
    height: 343px;
}

#use .use-shita2 {
    border-width: 5px;
    border-style: solid;
    border-color: #5bcd9e;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #fff;
    width: 408px;
    height: 343px;
}

#use .use-shita3 {
    margin: 0 auto;
    border-width: 5px;
    border-style: solid;
    border-color: #5bcd9e;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #fff;
    width: 865px;
    height: 555px;
}

#use .use-yoko h5 img {
    margin: 0 auto;
    padding: 60px 0 60px;
}

#use .tel span {
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
}

#use .tel a:hover {
    opacity: 0.5 ;
}

#use .net h5 img {
    margin: 0 auto;
}

.button-3 a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 327px;
    height: 45px;
    position: relative;
    background: #fa3c3c;
    border: 1px solid #fa3c3c;
    border-radius: 25px;
    box-sizing: border-box;
    padding: 0 45px 0 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    transition-duration: 0.3s;
    margin-top: -10px;
}

.button-3 a:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -6px;
}

.button-3 a:hover {
    background: #fff;
    color: #fa3c3c;
}

.button-3 a:hover:before {
    border-top: 2px solid #fa3c3c;
    border-right: 2px solid #fa3c3c;
}

.pc_img { display: block !important; }
.sp_img { display: none !important; }

#use .contact p {
    margin: 0 auto;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-width: 5px;
    border-style: solid;
    border-color: #5bcd9e;
    background: #5bcd9e;
    width: 865px;
    height: 101px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#use .case {
    margin-bottom: 20px;
}

#use .case img {
    margin: 0 auto;
}

#use .consultation p {
    margin: 45px 0px 45px;
    line-height: 30px;
}

#use .introduction p{
    margin: 55px 0px 65px;
    line-height: 30px;
}

#use .seek {
    margin-bottom: 60px;
}

#use .seek h4 {
    margin: 0 auto;
    font-size: 30px;
    color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-width: 5px;
    border-style: solid;
    border-color: #5bcd9e;
    background: #5bcd9e;
    width: 865px;
    height: 101px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#use .seek p {
    padding: 57px 0px 16px;
    margin: 0 auto;
    width: 800px;
    line-height: 30px;
}

#use .seek img {
    margin: 0 auto;
}

#qa {
    background-color: #e6f0f0;
    padding-top: 90px;
    padding-bottom: 90px;
}

.qa {
    border: 3px dotted #47b3b6;
    border-radius: 20px;
    width: 70%;
    margin: 0 auto;
    padding: 66px 0 66px;
}

.qa h3 {
    font-size: 36px;
    font-weight: 500;
}

.qa-01 {
    margin: 0 auto;
    max-width: 800px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #7ecacc;
}

.qa-01 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #ffffff;
    font-weight: 500;
    font-size: 24px;
    cursor: pointer;
}

.qa-01 summary::before,
.qa-01 p::before {
    position: absolute;
    left: 1em;
    font-weight: 500;
    font-size: 1.3em;
}

.qa-01 summary::before {
    color: #fff;
    content: "Q";
    font-family: 'DM Sans', sans-serif;
}

.qa-01 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #ffffffb3;
    border-right: 3px solid #ffffffb3;
    content: '';
    transition: transform .5s;
}

.qa-01[open] summary::after {
    transform: rotate(225deg);
}

.qa-01 p {
    text-align: left;
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #414141;
    transition: transform .5s, opacity .5s;
}

.qa-01[open] p {
    transform: none;
    opacity: 1;
}

.qa-naiyou {
    margin-bottom: 60px;
}

.to-tekisetsu {
    background-color: #eef9f5;
}

.to-tekisetsu .yoko {
    padding-top: 60px;
    padding-bottom: 20px;
}

.to-tekisetsu .yoko img {
    padding-left: 20px;
    padding-right: 20px;
}

.to-tekisetsu p {
    font-size: 24px;
}

.to-tekisetsu h3 {
    font-size: 36px;
    font-weight: 500;
    padding-bottom: 40px;
}

.button-4 {
    padding-bottom: 66px;
}

.button-4 a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 343px;
    height: 69px;
    position: relative;
    background: #fa3c3c;
    border: 1px solid #fa3c3c;
    border-radius: 35px;
    box-sizing: border-box;
    padding: 0 45px 0 25px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    transition-duration: 0.3s;
}

.button-4 a:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -6px;
}

.button-4 a:hover {
    background: #fff;
    color: #fa3c3c;
}

.button-4 a:hover:before {
    border-top: 2px solid #fa3c3c;
    border-right: 2px solid #fa3c3c;
}

footer p {
    padding: 40px 0 50px;
}

footer p span {
    font-family: 'DM Sans', sans-serif;
}

@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
    
    body {
        margin: 0 auto;
    }

    .sp_br {
        display: block;
    }

    .pc_br {
        display: none;
    }
    

    .site-menu .logo {
        width: 150px;
        margin-left: 50px;
    }

    header ul {
        width: 550px;
    }

    .about p img {
        padding-bottom: 20px;
    }

}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */

    .site-menu {
        width: 100%;
        display: block;
    }

    .site-menu .logo img {
        margin: 0 auto;
    }

    .site-menu a {
        font-size: 14px;
    }

    .button-1 a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 35px;
        position: relative;
        background: #fa3c3c;
        border: 1px solid #fa3c3c;
        border-radius: 25px;
        box-sizing: border-box;
        padding: 0 45px 0 25px;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 1.3;
        text-align: left;
        text-decoration: none;
        transition-duration: 0.3s;
        margin-top: -10px;
    }

    header ul {
        width: 100%;
        margin: 0 auto;
        padding-top: 30px;
        display: flex;
        flex-flow: column;
    }

    header .button-1 {
        margin: 0 auto;
        width: 200px;
        padding-top:20px;
        padding-bottom: 60px;
    }

    .main:before {
        top: 150px;
        bottom: -50px;
    }

    .main h2 {
        font-size: 28px;
        margin-left: 0;
        text-align: center;
        line-height: 50px;
    }

    .main p {
        margin-left: 0;
        text-align: center;
        font-size: 14px;
        padding: 20px 0 30px;
    }

    .main-visual {
        display: block;
    }

    .main-img {
        padding-top: 30px;
    }

    .main-img img {
        width: 70%;
        margin: 0 auto;
    }

    .main-copy {
        margin: 0 auto;
    }

    .main-copy img {
        width: 75%;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .button-2 a {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        width: 230px;
        height: 40px;
        position: relative;
        background: #fa3c3c;
        border: 1px solid #fa3c3c;
        border-radius: 35px;
        box-sizing: border-box;
        padding: 0 45px 0 25px;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 1.3;
        text-align: left;
        text-decoration: none;
        transition-duration: 0.3s;
    }
    
    .button-2 a:before {
        content: '';
        width: 8px;
        height: 8px;
        border: 0;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 25px;
        margin-top: -6px;
    }
    
    .button-2 a:hover {
        background: #fff;
        color: #fa3c3c;
    }
    
    .button-2 a:hover:before {
        border-top: 2px solid #fa3c3c;
        border-right: 2px solid #fa3c3c;
    }

    .problem h3 {
        font-size: 18px;
    }

    .problem h4 {
        font-size: 18px;
    }

    .problem img {
        width: 80%;
        margin: 0 auto;
    }

    .solution .sankaku img {
        width: 70%;
        padding-bottom: 60px;
    }

    .yoko img {
        width: 150px;
    }

    .solution .yoko {
        margin-bottom: 5px;
    }

    .solution p {
        font-size: 18px;
    }

    .solution h3 {
        font-size: 18px;
    }

    .solution span {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .solution h3 {
        font-size: 18px;
        padding-bottom: 60px;
    }

    .yoko2 {
        display: block;
        padding-bottom: 30px;
    }

    .yoko2 img {
        width: 20px;
        margin: 0 auto;
        padding: 0 0 5px 0;
    }

    .yoko2 h3 {
        font-size: 18px;
        text-align: center;
    }

    .yoko2 h3 span {
        font-size: 18px;
    }

    .about p {
        font-size: 14px;
        text-align: left;
        padding-bottom: 30px;
    }

    .about p span {
        font-size: 14px;
    }

    .points .yoko p {
        font-size: 18px;
    }

    .points h3 {
        font-size: 18px;
    }

    .points span {
        padding: 20px 20px;
        color: #fff;
        display: inline-block;
        width: 60 px;
        height: 60 px;
        border-radius: 50%;
        background: #7fc9cb;
        text-align:center;
        line-height: 102.77 px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .points .reasons-left {
        width: 70%;
        display: flex;
        flex-direction: column;
    }

    .points .reasons-left img {
        width: 70%;
        margin: 0 auto;
    }

    .points .reasons-right {
        width: 70%;
        display: flex;
        flex-direction: column-reverse;
    }

    .points .reasons-right img {
        width: 70%;
        margin: 0 auto;
    }

    .points .balloon-left {
        position:relative;
        width:100%;
        height:255px;
        background:#F6FCFA;
        text-align:left;
        border-radius:25px;
        -webkit-border-radius:25px;
        -moz-border-radius:25px;
        margin: 20px 0;
    }
    
    .points .balloon-left:after{
        border: solid transparent;
        content:'';
        height:0;
        width:0;
        pointer-events:none;
        position:absolute;
        border-color: rgba(246, 252, 250, 0);
        border-top-width:26px;
        border-bottom-width:26px;
        border-left-width:38px;
        border-right-width:38px;
        margin-top: -26px;
        border-right-color:#F6FCFA;
        right:100%;
        top:50%;
    }
    
    .points .balloon-right {
        position:relative;
        width:100%;
        height:255px;
        background:#F6FCFA;
        text-align:left;
        border-radius:25px;
        -webkit-border-radius:25px;
        -moz-border-radius:25px;
        margin: 20px 0;
    }
    
    .points .balloon-right:after {
        border: solid transparent;
        content:'';
        height:0;
        width:0;
        pointer-events:none;
        position:absolute;
        border-color: rgba(246, 252, 250, 0);
        border-top-width:26px;
        border-bottom-width:26px;
        border-left-width:38px;
        border-right-width:38px;
        margin-top: -26px;
        border-left-color:#F6FCFA;
        left:100%;
        top:50%;
    }
    
    .points .reasons-left p {
        margin: 0 auto;
        font-size: 14px;
        width: 90%;
        padding-top: 30px;
        line-height: 30px;
    }

    .points .reasons-right p {
        margin: 0 auto;
        font-size: 14px;
        width: 90%;
        padding-top: 30px;
        line-height: 30px;
    }

    #use h3 {
        font-size: 18px;
    }

    #use .use-yoko {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    #use .use-yoko h4 {
        margin: 0 auto;
        font-size: 16px;
        color: #fff;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-width: 5px;
        border-style: solid;
        border-color: #5bcd9e;
        background: #5bcd9e;
        width: 75%;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #use .use-shita {
        margin: 0 auto;
        border-width: 5px;
        border-style: solid;
        border-color: #5bcd9e;
        background: #fff;
        width: 75%;
        height: 300px;
    }

    #use .use-shita img {
        width: 80px;
    }

    #use .tel span {
        font-family: 'DM Sans', sans-serif;
        font-size: 14px;
    }

    .button-3 a {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        width: 80%;
        height: 45px;
        position: relative;
        background: #fa3c3c;
        border: 1px solid #fa3c3c;
        border-radius: 25px;
        box-sizing: border-box;
        padding: 0 45px 0 25px;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 1.3;
        text-align: left;
        text-decoration: none;
        transition-duration: 0.3s;
        margin-top: -10px;
    }
    
    .button-3 a:before {
        content: '';
        width: 8px;
        height: 8px;
        border: 0;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 25px;
        margin-top: -6px;
    }
    
    .button-3 a:hover {
        background: #fff;
        color: #fa3c3c;
    }
    
    .button-3 a:hover:before {
        border-top: 2px solid #fa3c3c;
        border-right: 2px solid #fa3c3c;
    }

    #use .contact p {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-width: 5px;
        border-style: solid;
        border-color: #5bcd9e;
        background: #5bcd9e;
        width: 75%;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #use .use-shita2 {
        margin: 0 auto;
        border-width: 5px;
        border-style: solid;
        border-color: #5bcd9e;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        background: #fff;
        width: 75%;
        height: 300px;
    }

    #use .use-shita2 p {
        font-size: 14px;
    }

    #use .use-shita2 img {
        width: 80px;
    }

    .pc_img { display: none !important; }
    .sp_img { display: block !important; }

    #use .seek h4 {
        margin: 0 auto;
        font-size: 16px;
        color: #fff;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-width: 5px;
        border-style: solid;
        border-color: #5bcd9e;
        background: #5bcd9e;
        width: 75%;
        height: 101px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #use .use-shita3 {
        margin: 0 auto;
        border-width: 5px;
        border-style: solid;
        border-color: #5bcd9e;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        background: #fff;
        width: 75%;
        height: 500px;
    }

    #use .seek p {
        padding: 57px 0px 16px;
        margin: 0 auto;
        width: 90%;
        line-height: 30px;
        font-size: 14px;
    }

    #use .use-shita3 img {
        width: 300px;
    }

    .qa-01 summary {
        font-size: 14px;
    }

    .qa-01 p {
        font-size: 14px;
    }

    .to-tekisetsu p {
        font-size: 18px;
    }

    .to-tekisetsu h3 {
        font-size: 18px;
    }

    .to-tekisetsu .yoko p {
        font-size: 14px;
    }
    
    .to-tekisetsu .yoko img {
        width: 100px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .button-4 a {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        width: 230px;
        height: 50px;
        position: relative;
        background: #fa3c3c;
        border: 1px solid #fa3c3c;
        border-radius: 35px;
        box-sizing: border-box;
        padding: 0 45px 0 25px;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 1.3;
        text-align: left;
        text-decoration: none;
        transition-duration: 0.3s;
        font-size: 14px;
    }
    
    .button-4 a:before {
        content: '';
        width: 8px;
        height: 8px;
        border: 0;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 25px;
        margin-top: -6px;
    }
    
    .button-4 a:hover {
        background: #fff;
        color: #fa3c3c;
    }
    
    .button-4 a:hover:before {
        border-top: 2px solid #fa3c3c;
        border-right: 2px solid #fa3c3c;
    }

    footer p {
        font-size: 14px;
    }

   
}