@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;box-sizing: border-box;}
body {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
    overflow-wrap: break-word;
    word-break: normal;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #333;
    line-height: 1.8;
}
ol, ul {list-style: none;}
a{text-decoration: none;color:#222;}
a:hover {opacity: 0.7 ;}
html {scroll-behavior: smooth;font-size: 62.5%;}
img{vertical-align: top;}
/* header */
header{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 0;
}
.header_inner{
    position: relative;
    padding: 1rem 0.5rem;
    margin-bottom: 0.2rem;
    background-color: #a8ba26;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
    color: white;
    font-weight: bold;
    font-size:2.3rem;
}
.header_inner::after {
    position: absolute;
    right: 0;
    height: 2rem;
    width: 100%;
    background-color: #a8ba26;
    background-image:
    radial-gradient(white 15%, transparent 15%),
    radial-gradient(white 15%, transparent 15%);
    background-position: 0 0, 5px 5px;
    background-size: 5px 5px;
    content: '';
}
header h1{
    font-size: 2.5rem;
    text-align: center;
    max-width: 1000px;
    padding: 0;
    margin:auto;
}

/* Contents */
.container{
    max-width: 870px;
    margin: 1% auto;
}
h2 {
    position: relative;
    padding: 0.8rem 0;
    margin-bottom:5%;
    border-bottom: 2px solid;
    color: #333;
    font-size: 2rem;
    text-align: center;
}
h2:before, h2:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}
h2:before {
    border: 13px solid;
    border-color: transparent;
    border-top-color: #333;
    margin-left: -13px;
}
h2:after {
    border: 10px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -10px;
}
h3{
    padding: 1% 1% 1% 3% ;
    background-color: #f5f5f5;
    background-image: repeating-linear-gradient(45deg, #f5983c 0 2px, transparent 2px 6px);
    background-repeat: no-repeat;
    background-size: 1rem 100%;
    background-position: left;
    font-weight: bold;
    font-size: 2rem;
}
p.sec_Ttl{
    position: relative;
    margin: 4% 0;
    padding: 0.7rem 2rem;
    border-radius: 2em .6em 3em .4em/.3em 4em .6em 2em;
    border: 2px solid;
    color: #a8ba26;
    font-size: 1.6rem;
    font-weight: bold;
}
p.sec_Ttl:before {
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
    border: 5px solid;
    border-radius: 2em .6em 3em .4em/.3em 4em .6em 2em;
    content: '';
}
.balloon {
    display: flex;
    margin: 01%;
    text-align: left;
    align-items: center;
}
.balloonR, .balloonR2 ,.balloonR3 {flex-direction: row-reverse;}
.balloon-img {
    flex-shrink: 0;
    height: auto;
    text-align: center;
    width: 100px;
}
.balloon-img img{width: 100%;}
.balloon-text {
    border-radius: 6px;
    display: flex;
    padding: 1em;
    position: relative;
    height: 100%;
}
.balloonL .balloon-text {
    background: #FDF4EB;
    margin: 0 15px;
}
.balloon-text:after, .balloon-text:before {
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    content: "";
    font-size: 0;
    position: absolute;
    top: 8px;
}
.balloonL .balloon-text:before {
    border-right: 16px solid #FDF4EB;
    left: -10px;
}
.balloonR .balloon-text {
    background: #f0f8ff;
    margin: 0 15px;
}
.balloonR .balloon-text:before {
    border-left: 16px solid #f0f8ff;
    right: -10px;
}
.balloonR2 .balloon-text {
    background: #fdeff2;
    margin: 0 15px;
}
.balloonR2 .balloon-text:before {
    border-left: 16px solid #fdeff2;
    right: -10px;
}
.balloonR3 .balloon-text {
    background: #F2FDEB;
    margin: 0 15px;
}
.balloonR3 .balloon-text:before {
    border-left: 16px solid #F2FDEB;
    right: -10px;
}
.udborder_ylw{
    background: linear-gradient(transparent 70%, #fff352 70%);
}
.caption{
    position: relative;
    padding: 3%;
    border-radius: 10px;
    background-color: 	#F9F3EF;
    font-weight: bold;
    font-size: 1.8px;
    margin: 5% 5% 10%;
    text-align: center;
}
.caption:before {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 2px solid #333;
    content: "";
}
.caption:after {
    position: absolute;
    bottom: -30px;
    left: 50px;
    transform: skew(-25deg);
    height: 25px;
    width: 15px;
    border-right: 2px solid #333;
    background-color: #fff;
    content: "";
}
h4 {
    --main-color: 	#f5983c;
    position: relative;
    padding: 1%;
    margin-bottom: 0.5rem;
    color: var(--main-color);
    font-weight: bold;
    font-size: 2.8rem;
    text-align: center;
}
h4:before, h4:after {
    position: absolute;
    content: '';
    height: 0.3rem;
    width: 100%;
    background-image: repeating-linear-gradient(135deg, var(--main-color) 0px, var(--main-color) 5px, transparent 5px, transparent 10px),
    linear-gradient(90deg, var(--main-color) 0 100%);
    background-repeat: no-repeat;
    background-size: 10% 100%, 90% 100%;
}
h4:before {
    top: -0.5rem;
    left: 0;
    background-position: left, right;
}
h4:after {
    bottom: -0.5rem;
    right: 0;
    background-position: right, left;
}
.about_inner {text-align: center;font-size: 2rem;}
.about_inner ul{
    display: flex;
    justify-content: center;
    margin: 5%;
}
.about_inner ul li{
    background-color: #a8ba26;
    border-radius: 40px;
    padding: 2%;
    margin: 0 1%;
    text-align: center;
    color: #fff;
    width: 100%;
}
a.linkBtn{
    display: inline-block;
    background-color: #5B320A;
    color: #fff;
    text-align: center;
    width: 60%;
    padding: 2%;
    border-radius: 10px;
    margin: 2% 0;
    transition: ease .2s;
    position: relative;
}
a.linkBtn:after{
    content: "";
    display: inline-block;
    width: 30px;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: skew(45deg);
    position: absolute;
    margin-left: 1%;
    transition: all .3s;
    top: 50%;
    margin-top: -8px;
}
a.linkBtn:hover:after{margin-left: 2%;}

.about_inner_arrow p{
    position:relative;
    margin: 5% 0;
    text-align: center;
    font-size: 2.5rem;
}
.about_inner_arrow p:before {
    border-color: #facc9d transparent transparent;
    border-style: solid;
    border-width: 35px 300px 0;
    bottom: -50px;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 0;
}

.container_outer{background-color:#FAF7EE;padding: 5% 0;}
.container_outer:last-child{margin: 0!important;}
.contet_inner{background-color: #fff;padding: 5% 0;}

.review{
    display: flex;
    padding: 3%;
    margin: 5% 0;
    width: 100%;
    border-bottom: 1px dotted;
}
.review > img {width: 40%;height: 100%;}
.review h5{
    position: relative;
    padding: 1rem;
    outline: 0.2rem dashed #a8ba26;
    outline-offset: -8px;
    border-radius: 10px;
    background-color: #F2FDEB;
    font-size: 2rem;
    text-align: center;
}
.review h5:before {
    position: absolute;
    top: 100%;
    left: 30px;
    height: 0;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #F2FDEB;
    border-width: 8px;
    content: "";
}
.review dl dt{
    color: #f5983c;
    border-bottom: 1px solid;
    font-weight: bold;
    margin: 3% 0 1% 0;
}
.efficacy{
    text-align: center;
    font-size: 2.4rem;
    margin: 5% 0;
}
.efficacy ul{
    text-align: left;
    display: inline-block;
    margin: 5% 0;
    font-weight: bold;
}
.efficacy ul li{position: relative;padding: 0 0 0 10px;}
.efficacy ul li:before{
    position: absolute;
    content: "";
    width: 25px;
    height: 100%;
    display: inline-block;
    background: url(../image/check.png) no-repeat;
    background-size: contain;
    top: 0;
    left: -35px;
}
.service{
    display: flex;
    margin: 0 0 3%;
    justify-content: center;
    align-items: center;
}
.service img{margin-right: 5%;}
.trial{
    text-align: center;
    font-size: 2.8rem;
    line-height: 2.5;
    margin: 5% 0;
}
.trial h5{
    text-align: center;
    background-color: #fff;
    border: 2px solid #f5983c;
    box-shadow: 5px 5px #f5983c;
    font-size: 3.2rem;
    font-weight: unset;
    margin: 0 auto 5%;
    max-width: 80%;
    padding: 1rem;
    position: relative;
}
.trial h5:after, .trial h5:before {
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.trial h5:after {
    background-color: #f5983c;
    height: 30px;
    top: 95%;
    width: 2px;
}
.trial h5:before {
    background-color: #fff;
    height: 10px;
    top: 100%;
    width: 20px;
}

.information table {
    border-collapse: collapse;
    line-height: 1.7;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 1.5rem;
}
.information table tr, .information table tr:last-child {border-bottom: 1px solid #E1DED5 !important;}
.information table th, .information table td {
    border-collapse: collapse;
    padding: 2% 0;
    border: none !important;
}
.information table td:first-child {
    width: 30%;
    padding: 2%;
}
.contact{margin: 10% 0;}
.contact > h3 , .information > h3, .access > h3 {
    text-align: center;
    background: none;
    font-size: 3.8rem;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
    position: relative;
    color: #a8ba26;
    padding: 0 0 1%;
}
.contact > h3:after, .information > h3:after, .access > h3:after {
        position: absolute;
        content: "";
        background: #a8ba26;
        width: 60px;
        height: 3px;
        bottom: -10px;
        margin-left: -30px;
        left: 50%;
}
.contact > h3 span{font-size: 50%;font-weight: lighter;}
.contact p.telnum a{
    border-radius: 40px;
    background-color: orange;
    padding: 1rem 5rem;
    color: #fff;
    font-size: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1% auto;
    width: 65%;
}
.contact p.telnum a svg{width: 2rem;fill: currentColor;margin-right: 1rem;}

.access_inner{
    display: flex;
    align-items: center;
    text-align: left;
}
.access_inner p{margin-left: 5%;}
.iframeArea{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
    margin: 2%;
}
.iframeArea iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/* 共通 */
.ft_bld{font-weight: bold;}
.ft_sz150{font-size: 150%;}
.ft_sz80{font-size: 80%;}

.mgn_b5{margin-bottom: 5%;}

.txt_r{text-align: right;}
.txt_c{text-align: center;}
.cl_or{color: #f5983c;}
.cl_red{color:#C91619;}

.bd{border-top: #333 1px dotted;border-bottom: #333 1px dotted;}

.pc{display: block;}
.sp{display: none;}

/* TOP */
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    background: #a8ba26;
    opacity: 0.6;
    border-radius: 50%;
}
#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f0d8';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -15px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

    /* fotter fix */
    .fix_bnr{
        position: fixed;
        bottom: 0px;
        left: 50%;
        z-index: 10000;
        display: flex!important;
        transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    }
    .fix_bnr > div {
        width: calc(100% / 2);
        margin-right: 2%;
    }
    .fix_bnr > div:last-child {margin: 0;}

@media screen and (max-width: 820px) {
    img{width: 100%;}
    .container{margin: 3%;}
    .iframeArea{margin: 2% 0;}
    .access img{max-width: 300px;margin-bottom: 5%;}
    .service img{max-width: 25%;}
}

@media screen and (max-width: 599px) {
    .pc{display: none;}
    .sp{display: block;}
    body {line-height: 2.2;}
    .mgn_b5 {margin-bottom: 10vw;}
    .container_outer{padding: 10% 0;margin: 0 0 10% 0;}
    header h1{font-size: 5.8vw;}
    h2{margin-bottom: 10%;}
    h3{padding: 1% 1% 1% 5% ;font-size: 5.2vw;line-height: 1.4;}
    h4{font-size: 5.2vw;}
    p.sec_Ttl {margin: 10% 0;}
    .balloon{margin: 5% 0;align-items: initial;}
    .balloon-img{width: 75px;}
    .about_inner_arrow p{font-size:4.5vw;}
    .about_inner_arrow p:before {border-width: 5vw 35vw 0 35vw!important;bottom: -30px;}
    .caption{padding: 5%;margin: 15% 0%;}

    .about_inner ul{display:block;margin: 10% 0;}
    .about_inner ul li{margin: 5% 0;}
    a.linkBtn {width: 95%;}
    .review img{width: 100%;}
    .review {display: block;}
    .review h5{font-size: 4.5vw;text-align: left;padding: 5% 1.8% 5% 5%;}

    .efficacy {font-size: 4.5vw;}
    .efficacy ul li{padding: 0 0 0 35px;}
    .efficacy ul li:before{left: 0;}

    .service {display: block;text-align: center;}
    .service img{max-width: 50%;margin-bottom: 5%;}
    .service p{line-height: 1.6;font-size: 1.4rem;text-align: left;}

    .trial {font-size: 6vw;line-height: 1.6;}
    .trial h5{max-width: 100%;font-size: 7vw;margin: 0 auto 10%;}

    .information table {font-size: 1.2rem;}

    .access_inner{display: block;}
    .access_inner p{margin: 0;}

    .contact > h3{font-size: 9.8vw;}
    .information > h3, .access > h3 {font-size: 6.8vw;}
    .contact p.telnum a{width: 100%;}

    #page_top a::before{top: -25px;}

    .fix_bnr{left: 0;transform: translateX(0);-webkit-transform: translateX(0)}
}