@charset "shift_jis";
body {
    color: #000;
    font-size: 17px;
    line-height: 1.77;
    font-weight: 400;
    font-family: 'Œ¹ƒmŠpƒSƒVƒbƒN Regular','Œ¹ƒmŠpƒSƒVƒbƒN', "ƒqƒ‰ƒMƒmŠpƒS ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
    max-width: 1000px;
    border-left: solid 1px #595757;
    border-right: solid 1px #595757;
    box-sizing: border-box;
    margin: 0 auto;
    -webkit-text-size-adjust: 100%;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
/*.content{
	max-width: 1060px;
	padding: 0 30px;
	box-sizing: border-box;
	margin: 0 auto;
}*/
@media screen and (max-width: 1000px) {
    body {
        font-size: 16px;
        max-width: 100%;
        border-left: none;
        border-right: none;
        box-sizing: border-box;
    }
}
/* pagetop */
/* --------------------------------------------------- */
#page-top {
    position: fixed;
    bottom: 16px;
    right: 16px;
    opacity: 0;
    width: 50px;
}
#page-top img {
    width: 100%;
}
#page-top.fade-in {
    color: #000;
    opacity: 1;
    transition: opacity 1s;
}
@media only screen and (max-width:767px) {
    #page-top {
        width: 30px;
    }
}
/* header */
/* --------------------------------------------------- */
#header {
    margin: 0;
    padding: 0;
    width: 100%;
}
/* head1 */
/* --------------------------------------------------- */
#headerWrap .header01 {
    width: 100%;
    padding: 35px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#headerWrap h1 {
    max-width: 48%;
    margin-left: 30px;
}
#headerWrap .tel {
    max-width: 45%;
    margin-right: 80px;
}
#headerWrap .header02 {
    width: 100%;
    padding: 20px 0;
    background-color: #595757;
}
#headerWrap .gnavi {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#headerWrap .gnavi ul {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: solid 1px #fff;
}
#headerWrap .gnavi li {
    padding: 0 15px;
    border-right: solid 1px #fff;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.05em;
}
#headerWrap .gnavi li a, .gnavi li a:visited, .gnavi li a:active, .gnavi li a:hover {
    color: #fff;
}
#headerWrap .gnavi li a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 999px) {
    #headerWrap .header01 {
        padding: 20px 0;
    }
    #headerWrap .header02 {
        display: none;
    }
    #headerWrap h1 {}
}
@media screen and (max-width: 767px) {
    #headerWrap .header01 {
        padding: 15px 0 0;
        flex-wrap: wrap;
    }
    #headerWrap h1 {
        max-width: 65%;
    }
    #headerWrap .tel {
        width: 100%;
        max-width: 100%;
        text-align: center;
        background-color: #595757;
        padding: 12px 0 3px;
        margin: 0;
        line-height: 1;
    }
    #headerWrap .tel img {
        max-width: 65%;
        margin: 0 auto;
    }
}
/* sp—pƒƒjƒ…[ */
@media only screen and (max-width:999px) {
    #header {
        border-top: none;
        height: auto;
    }
    #headerWrap {
        margin: 0;
        padding: 0;
        width: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
    }
    #mainnav .tel {
        display: inherit;
        position: absolute;
        top: -23px;
        left: 20px;
        max-width: 85%;
        text-align: left;
    }
    #mainnav .tel img {
        max-width: 78%;
    }
    #headerWrap h1.sp {
        width: 90%;
        margin: 58px auto 10px;
        display: flex;
        justify-content: center;
    }
    #headerWrap h1 img {
        max-width: 100%;
    }
    #headerWrap .gmenu {
        display: none;
    }
}
/* footer */
/* --------------------------------------------------- */
#footer {
    width: 100%;
}
.footer01 {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
}
.footer01.bgblue {
    background-color: #eaf6fd;
}
.footer01 .fgmenu {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fgmenu ul {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: solid 1px #595757;
}
.fgmenu li {
    padding: 0 10px;
    border-right: solid 1px #595757;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: #595757;
    letter-spacing: -0.05em;
}
.fgmenu li a, .fgmenu li a:visited, .fgmenu li a:active, .fgmenu li a:hover {
    color: #595757;
}
#headerWrap .gnavi li a:hover {
    opacity: 0.7;
}
@media screen and (max-width: 999px) {
    .footer01 {
        display: none;
    }
}
.footer02 {
    background-color: #595757;
    width: 100%;
    padding: 18px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
/* sp */
@media only screen and (max-width:999px) {
    #footerWrap {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
    }
    .fgmenu {
        padding: 10px 0 10px;
    }
    .fgmenu li {
        font-size: 14px;
        line-height: 14px;
        margin: 0;
        padding: 10px;
    }
}
@media only screen and (max-width:896px) {
    #footer {
        height: auto;
    }
    #footerWrap h2 {
        display: none;
    }
}
@media only screen and (max-width:480px) {
    .fgmenu ul.sp {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .fgmenu li {
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 10px 5px;
        border-bottom: dotted 1px #fff;
        border-left: none;
        list-style: none;
    }
    .fgmenu li:last-child {
        padding: 10px 5px 0;
        border-bottom: none;
        border-right: none;
    }
    .fgmenu a, .fgmenu a:visited, .fgmenu a:active, .fgmenu a:hover {
        color: #000;
        text-decoration: none;
    }
    .fgmenu ul.pc {
        display: none;
    }
}
/* top */
/* --------------------------------------------------- */
#wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
}
/* sec01 */
.sec01 {
    width: 100%;
}
@media screen and (max-width: 1000px) {}
/* sec02 */
.sec02 {
    width: 100%;
    padding: 0 80px;
    box-sizing: border-box;
}
.sec02 .text01 {
    font-size: 24px;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .sec02 {
        padding: 0 20px;
    }
    .sec02 .text01 {
        font-size: 18px;
    }
}
/* sec03 */
.sec03 {
    width: 100%;
    padding: 0 80px;
    box-sizing: border-box;
}
.sec03 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec03 li {
    width: 32.15%;
}
@media screen and (max-width: 767px) {
    .sec03 {
        padding: 0 20px;
    }
    .sec03 li {
        width: 48%;
    }
}
/* sec04 */
.sec04 {
    background-color: #eaf6fd;
    width: 100%;
    padding: 60px 20px 140px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .sec04 {
        padding: 20px 20px 40px;
        box-sizing: border-box;
    }
}
/* aboutus */
/* --------------------------------------------------- */
/* aboutus01 */
.aboutus01 {
    width: 100%;
    padding: 0 80px;
    box-sizing: border-box;
}
.aboutus01_in {
    width: 100%;
    padding: 0 50px 100px;
    box-sizing: border-box;
    border-bottom: solid 1px #000;
    background-image: url("../images/aboutus_bg01.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto;
}
.aboutus01 .text01 {
    font-size: 25px;
    line-height: 1;
    color: #543900;
}
.aboutus01 .text02 {
    line-height: 2.7;
}
@media screen and (max-width: 767px) {
    .aboutus01 {
        padding: 0 20px;
    }
    .aboutus01_in {
        padding: 0 0 30px;
        background-size: 80%;
    }
    .aboutus01 .text01 {
        font-size: 20px;
    line-height: 1.5;
    }
}
/* aboutus02 */
.aboutus02 {
    width: 100%;
    padding: 0 80px;
    box-sizing: border-box;
}
.aboutus02_in {
    width: 100%;
    padding: 0 50px 100px;
    box-sizing: border-box;
    border-bottom: solid 1px #000;
}
.aboutus02_01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.aboutus02_01 .img_box {
    width: 31.082%;
}
.aboutus02_01 .text_box {
    width: 68.82%;
}
.aboutus02 .text01 {
    font-size: 24px;
    font-weight: 600;
}
.aboutus02 .text02 {
    font-size: 19px;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .aboutus02 {
        padding: 0 20px;
    }
    .aboutus02_in {
        padding: 0 0 30px;
    }
    .aboutus02_01 {
        flex-wrap: wrap;
    }
    .aboutus02_01 .img_box {
        width: 100%;
        text-align: center;
        order: 1;
    }
    .aboutus02_01 .img_box img {
        width: 50%;
    }
    .aboutus02_01 .text_box {
        width: 100%;
        order: 2;
    }
    .aboutus02 .text01 {
        font-size: 18px;
    }
    .aboutus02 .text02 {
        font-size: 18px;
    }
}
/* aboutus03 */
.aboutus03 {
    width: 100%;
    padding: 0 80px;
    box-sizing: border-box;
}
.aboutus03 dl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: solid 1px #000;
    border-collapse: collapse;
}
.aboutus03 dt {
    width: 18%;
    padding: 17px 20px;
    box-sizing: border-box;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
}
.aboutus03 dd {
    width: 82%;
    padding: 17px 20px;
    box-sizing: border-box;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
}
@media screen and (max-width: 767px) {
    .aboutus03 {
        padding: 0 20px;
    }
    .aboutus03 dt {
        width: 100%;
        padding: 10px;
    }
    .aboutus03 dd {
        width: 100%;
        padding: 10px;
        border-left: solid 1px #000;
    }
}
/* aboutus04 */
.aboutus04 {
    width: 100%;
    padding: 0 80px;
    box-sizing: border-box;
}
.aboutus04 .map {
    width: 100%;
    border: solid 1px #000;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .aboutus04 {
        padding: 0 20px;
    }
}
/* service */
/* --------------------------------------------------- */
/* service */
.service {
    width: 100%;
    padding: 0 80px;
    box-sizing: border-box;
}
.service ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service li {
    width: 48.81%;
}
.service .text01 {
    font-size: 15px;
    height: 105px;
}
@media screen and (max-width: 767px) {
    .service {
        padding: 0 20px;
    }
    .service li {
        width: 100%;
    }
    .service .text01 {
        height: auto;
    }
}
/* service01 */
.service01 {
    width: 100%;
    padding: 0 80px;
    box-sizing: border-box;
}
.service01 .text01 {
    font-size: 15px;
    line-height: 1.67;
}
.service01 .text02 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
}
.service01 .text03 {
    font-size: 33px;
    line-height: 1.2;
    font-weight: 600;
}
.service01 .text04 {
    font-size: 24px;
    line-height: 1;
}
.service01 .text04 span {
    width: 200%;
}
@media screen and (max-width: 767px) {
    .service01 {
        padding: 0 20px;
    }
    .service01 .text02 {
        font-size: 18px;
    }
    .service01 .text03 {
        font-size: 19px;
    }
    .service01 .text04 {
        font-size: 17px;
    }
}
/* service02 */
.service02 {
    background-color: #eaf6fd;
    width: 100%;
    padding: 0 80px;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .service02 {
        padding: 0 20px;
    }
}
/* price */
/* --------------------------------------------------- */
/* price01 */
.price01 {
    width: 100%;
    padding: 0 80px;
    box-sizing: border-box;
}
.price01 table {
    width: 100%;
    border-top: solid 1px #000;
    box-sizing: border-box;
}
.price01 th {
    width: 46%;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 15px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.05em;
}
.price01 td {
    width: 27%;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 10px 15px;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.05em;
}
.price01 .th02 {
    background-color: #d3e6f6;
}
.price01 .td01 {
    background-color: #a1cbed;
    text-align: center;
}
.price01 .td02 {
    text-align: center;
}
.price01 .td03 {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .price01 {
        padding: 0 20px;
    }
    .price01 th {
        width: 50%;
        padding: 10px 0 10px 10px;
        font-size: 13px;
    }
    .price01 td {
        width: 25%;
        padding: 10px 0;
        font-size: 13px;
    }
}
/* nagare */
/* --------------------------------------------------- */
/* nagare01 */
.nagare01 {
    width: 100%;
    padding: 0 80px;
    box-sizing: border-box;
}
.nagare01 .nagare_in {
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
}
.nagare01 .text01 {
    font-size: 20px;
    line-height: 1.5;
}
.nagare01 .text02 {
    font-size: 24px;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .nagare01 {
        padding: 0 20px;
    }
    .nagare01 .nagare_in {
        padding: 0;
    }
    .nagare01 .text01 {
        font-size: 18px;
    }
    .nagare01 .text02 {
        font-size: 18px;
    }
}
/* faq */
/* --------------------------------------------------- */
/* faq01 */
.faq01 {
    width: 100%;
    padding: 0 80px;
    box-sizing: border-box;
}
.faq01 .q {
    background-image: url("../images/q.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto;
    padding: 20px 0 0 70px;
    font-size: 15px;
    line-height: 1.67;
}
.faq01 .a {
    background-image: url("../images/a.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto;
    padding: 20px 0 0 70px;
    font-size: 15px;
    line-height: 1.67;
}
.faq01 .line01 {
    border-bottom: dotted 5px #85b3e0;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .faq01 {
        padding: 0 20px;
    }
    .faq01 .q {
        background-size: 30px;
        padding: 3px 0 0 40px;
    }
    .faq01 .a {
        background-size: 30px;
        padding: 3px 0 0 40px;
    }
    .faq01 .line01 {
        border-bottom: dotted 3px #85b3e0;
        width: 100%;
    }
}
/* contact */
/* --------------------------------------------------- */
/* contact01 */
.contact01 {
    width: 100%;
    padding: 0 80px;
    box-sizing: border-box;
}
.contact01 .text01 {
    font-size: 15px;
    line-height: 1.7;
}
.contact01 dl {
	font-size: 15px;
    border-top: solid 1px #000;
    line-height: 1;
    color: #000;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact01 dt {
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 20px 0 20px 20px;
    width: 30%;
    box-sizing: border-box;
	background-color: #efefef;
}
.contact01 dd {
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 20px;
    width: 70%;
    box-sizing: border-box;
}
.contact01 dt.chu {
    border: none;
    padding: 20px 0 0;
    width: 56%;
    box-sizing: border-box;
    line-height: 1.6;
	background-color:#fff !important;
}
.contact01 dd.form_btn {
    border: none;
    padding: 20px 0 0;
    width: 34%;
    box-sizing: border-box;
}
.contact01 .gray {
    color: #9fa0a0;
}
@media screen and (max-width: 767px) {
    .contact01 {
        padding: 0 20px;
    }
    .contact01 dl {
        line-height: 1.5;
        padding: 0;
        margin: 0;
    }
    .contact01 dt {
        width: 100%;
    }
    .contact01 dd {
        width: 100%;
        border-left: solid 1px #9fa0a0;
    }
    .contact01 dt.chu {
        width: 100%;
    }
    .contact01 dd.form_btn {
        border: none;
        width: 100%;
    }
}
/* privacy */
/* --------------------------------------------------- */
/* privacy01 */
.privacy01 {
    width: 100%;
    padding: 0 80px;
    box-sizing: border-box;
}
.privacy01 .text01 {
    font-size: 15px;
    line-height: 1.7;
}
.privacy01 ol {
    counter-reset: li;
    list-style: none;
}
.privacy01 li {
    line-height: 1.8;
}
.privacy01 ol > li::before {
    margin-right: 0.25rem;
    content: counter(li) ".";
    counter-increment: li;
    font-weight: bold;
}
.privacy01 li {
    font-size: 17px;
    font-weight: 600;
}
.privacy01 li span {
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    margin-left: 20px;
    display: block
}
@media screen and (max-width: 767px) {
    .privacy01 {
        padding: 0 20px;
    }
}