@charset "UTF-8";

/*====================================
	Reset
====================================*/
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
div, a, li, span, textarea, input{ -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
input[type="text"], input[type="password"],textarea,button{ outline: none; vertical-align:middle;}
input[type="text"], input[type="password"],textarea{border: 1px solid #ccc;}

/*====================================
	font
====================================*/
html{
	font-size: 62.5%;
}
body, textarea, input, select, label{
	color: #000;
	font-size: 16px;
	line-height: 1.6;
    font-weight: 400;
	-webkit-text-size-adjust: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    /* font-family: "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif; */
}
h1, h2, h3, h4{
    font-weight: 700;
}

body {
    position: relative;
}

/*====================================
	base
====================================*/

a{
	color: #000;
    text-decoration: none;
    transition: all .2s;
}
@media only screen and (min-width: 768px){
    a:hover {
        opacity: .7;
    }
}
img{
    vertical-align: middle;
}
.sp{
    display: none;
}
.sp_320 {
	display: none;
}

/* btn */
.btn {
    width: 320px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    transition: all .2s;
    border-radius: 34px;
    border: 1px solid #cccccc;
    background: #fff;
    box-shadow: 0 5px 7px 4px rgb(42 72 169 / 20%);
}
.btn:hover {
    opacity: .7;
}
    .btn a{
        display: block;
        color: #000;
        font-size: 14px;
        line-height: 70px;
        padding: 0;
        text-align: center;
        position: relative;;
    }
    .btn a::after{
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 75px;
        background: url(../img/arrow.png) no-repeat center;
        background-size: 100%;
        width: 12px;
        height: 12px;
    }


/* sec_ttl */
.sec_ttl {
    text-align: center;
}
    .sec_ttl p {
        font-size: 20px;
        color: #2a4ea8;
        margin-bottom: 5px;
    }
    .sec_ttl h2{
        font-size: 28px;
    }



/*====================================
	block
====================================*/
.wrap{
    max-width: 1200px;
    margin: 0 auto;
}

/*====================================
	header
====================================*/
header {
    background: #fff;
    position: relative;
    z-index: 20;
}

header .header_inner {
    display: flex;
    align-items: center;
    height: 100px;
    padding: 0 30px;
    
}
    .header_inner .header_logo {
        width: 180px;
        margin-right: auto;
    }
        .header_inner .header_logo a img {
            width: 100%;
        }
    .header_inner .header_nav {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
        .header_nav .header_info {
            width: 100%;
            display: flex;
            flex-wrap: nowrap;
            justify-content: flex-end;
            align-items: center;
            margin-bottom: 10px;
        }
            .header_nav .header_info a {
                font-size: 20px;
                display: inline-block;
                line-height: 1;
                margin: 0 10px 0 0;
                font-family: 'Bebas Neue', cursive;
            }
            .header_nav .header_info a::before {
                transform: translateY(15%);
                content: '';
                width: 17px;
                height: 19px;
                background: url(../img/icon_tel.png) no-repeat;
                background-size: 100%;
                display: inline-block;
                margin-right: 3px;
            }
            .header_nav .header_info span {
                display: inline-block;
                font-size: 12px;
                line-height: 1;
            }
    .header_inner .main_nav {
        width: 100%;
    }
        .header_inner .main_nav ul{
            display: flex;
            align-items: center;
            justify-content: flex-end;
            position: relative;
        }
            .header_inner .main_nav li{
                display: block;
                text-align: center;
                position: relative;
            }
                .header_inner .main_nav li a{
                    padding: 0 25px;
                    width: 100%;
                    display: block;
                    font-weight: 700;
                    font-size: 16px;
                    line-height: 40px;
                    position: relative;
                }
                .header_inner .main_nav li.nav_service a.service_top {
                    /* pointer-events: none; */
                }
                .header_inner .main_nav li.nav_service a::after {
                    content: "";
                    position: absolute;
                    top: 50%;
                    right: 5px;
                    width: 5px;
                    height: 5px;
                    margin: 0;
                    border-bottom: 2px solid #000;
                    border-right: 2px solid #000;
                    transform: translateY(-50%) rotate(45deg);
                    -webkit-transition: .15s;
                    transition: .15s;
                }
                .header_inner .main_nav li .sub_nav {
                    position: absolute;
                    visibility: hidden;
                    opacity: 0;
                    z-index: 20;
                    margin-top: 10px;
                    /* visibility: visible;
                    opacity: 1;
                    z-index: 2; */
                    top: 40px;
/*                     right: 270px; */
					left: 0;
/* 					transform: translateX(-50%); */
					min-width: 316px;
                    width: auto;
                    height: auto;
                    background: #fff;
                    padding: 20px;
                    box-sizing: border-box;
                    -webkit-transition: all .15s ease;
                    transition: .15s;
                    border-radius: 20px;
                    box-shadow: 0 5px 7px 4px rgb(0 0 0 / 20%);
                }
                .header_inner .main_nav li .sub_nav::before {
                    position: absolute;
/*                     left: 110px; */
					left: 70px;
                    top: -21px;
                    bottom: 0;
                    content: "";
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 12px 10px 12px 10px;
                    border-color: transparent transparent #fff transparent;
                    -webkit-filter: drop-shadow(0px -2px 2px rgba(0,0,0,0.2));
                }
                /* .header_inner .main_nav li .sub_nav::after {
                    position: absolute;
                    left: 110px;
                    top: -18px;
                    bottom: 0;
                    content: "";
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 10px 8px 10px 8px;
                    border-color: transparent transparent #000 transparent;
                } */
                .header_inner .main_nav li:hover .sub_nav {
                    visibility: visible;
                    opacity: 1;
                    z-index: 2;
                }
                    .header_inner .main_nav .sub_nav ul {
                        flex-wrap: wrap;
                        justify-content: space-between;
                        flex-direction: column;
                        align-items: baseline;
                        padding-top: 10px;
                    }
                        .header_inner .main_nav .sub_nav li {
                            text-align: left;
                        }
                            .header_inner .main_nav .sub_nav li a {
                                padding: 0;
                                padding-left: 30px;
                                padding-right: 30px;
                                font-size: 14px;
                                line-height: 1.6;
                            }
                            .header_inner .main_nav .sub_nav li a:after {
                                content: none;
                            }
                            .header_inner .main_nav .sub_nav li a::before {
                                content: "";
                                position: absolute;
/*                                 top: 52%;
                                transform: translateY(-50%); */
								top: 5px;
                                left: 0;
                                width: 15px;
                                height: 15px;
                                margin: 0;
                                background: url(../img/arrow.png) no-repeat center;
                                background-size: 100%;
                                -webkit-transition: .15s;
                                transition: .15s;
                            }
                            .header_inner .main_nav .sub_nav li span {
                                display: block;
/*                                 padding-left: 30px; */
                                font-size: 12px;
                                color: #888888;
                                margin-bottom: 15px;
                            }
            .header_inner .main_nav li.nav_btn {
                width: 150px;
                padding: 0;
                position: relative;
                transition: all .2s;
                border-left: none;
                border-radius: 19px;
                background: linear-gradient(70deg, #146eb3, #2a4fa9);
                box-shadow: 0 5px 7px 4px rgb(42 72 169 / 20%);
            }
            .header_inner .main_nav li.nav_btn:hover {
                opacity: .7;
            }
                .header_inner .main_nav li.nav_btn a{
                    display: block;
                    color: #fff;
                    font-size: 14px;
                    line-height: 40px;
                    padding: 0;
                    text-align: center;
                }
                .header_inner nav li.nav_btn a::before {
                    transform: translateY(10%);
                    content: '';
                    display: inline-block;
                    width: 18px;
                    height: 12px;
                    background: url(../img/icon_mail.png) no-repeat;
                    background-size: 100%;
                    margin-right: 5px;
                }

.nav-button_area {
    display: none;
}

/*====================================
	footer
====================================*/
footer{
    width: 100%;
}

#contact {
    width: 100%;
    position: relative;
    background: url(../img/contact_bg.jpg) no-repeat center center;
    background-size: cover;
}
#contact img {
    width: 100%;
    object-fit: cover;
}
#contact .contact_inner {
    padding: 70px 0;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
    #contact .contact_inner h2 {
        font-size: 28px;
        margin-bottom: 5px;
    }
    #contact .contact_inner p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    #contact .contact_inner .btn_area {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }
    #contact .contact_inner .btn_area .item:first-of-type {
        margin-right: 40px;
    }
        .contact_inner .btn_area .btn {
            margin-bottom: 10px;
            border: 1px solid transparent;
        }
        .contact_inner .btn_area .btn.cont {
            background: linear-gradient(70deg, #146eb3, #2a4fa9);
            box-shadow: 0 5px 7px 4px rgb(42 72 169 / 20%);
        }
        .contact_inner .btn_area .btn.tel {
            box-shadow: 0 5px 7px 4px rgb(0 0 0 / 20%);
        }
            .contact_inner .btn_area .btn a{
                display: block;
                font-size: 20px;
            }
            .contact_inner .btn_area .btn a::after{
                content: none;
            }
            .contact_inner .btn_area .btn.cont a{
                color: #fff;
            }
            .contact_inner .btn_area .btn.tel a{
                font-family: 'Bebas Neue', cursive;
                font-size: 30px;
            }
            .contact_inner .btn_area .btn a::before {
                content: '';
                display: inline-block;
                margin-right: 10px;
            }
            .contact_inner .btn_area .btn.cont a::before {
                transform: translateY(15%);
                width: 30px;
                height: 20px;
                background: url(../img/icon_mail.png) no-repeat;
                background-size: 100%;
            }
            .contact_inner .btn_area .btn.tel a::before {
                transform: translateY(15%);
                width: 25px;
                height: 28px;
                background: url(../img/icon_tel.png) no-repeat;
                background-size: 100%;
            }
        #contact .contact_inner .btn_area span {
            font-size: 14px;
            line-height: 1.4;
        }


#foot_top {
    padding: 80px 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #cccccc;
}
    #foot_top .block {
    }
        #foot_top .block.info .logo {
            width: 180px;
            margin-bottom: 20px;
        }
            #foot_top .block.info .logo img {
                width: 100%;
                object-fit: cover;
            }
        #foot_top .block.info p {
            font-size: 14px;
            color: #888888;
			margin-bottom:20px;
        }
        #foot_top .block.nav {
            display: flex;
            flex-wrap: wrap;
        }
            #foot_top .block.nav p {
                font-size: 15px;
                font-weight: bold;
                margin-bottom: 20px;
                display: block;
            }
            #foot_top .block.nav .item ul {
                    list-style: none;
                    margin: 0;
                    display: flex;
                    flex-direction: column;
                }
                    #foot_top .block.nav .item ul li {
                        display: inline-block;
                        margin-bottom: 10px;
                    }
                        #foot_top .block.nav .item ul li a {
                            font-size: 14px;
                            color: #888888;
                        }
                        #foot_top .block.nav .item ul li a::before {
                            content: '-';
                            display: inline-block;
                            margin-right: 5px;
                        }
						#foot_top .block.nav .item ul li a span {
							display: none;
						}
            #foot_top .block.nav .item.nav_service {
                margin-right: 40px;
            }
            #foot_top .block.nav .item.nav_pages {
                display: flex;
            }
                #foot_top .block.nav .item.nav_pages .nav_page {
                    margin-right: 40px;
                }
                #foot_top .block.nav .item.nav_pages .nav_page:last-child {
                    margin-right: 0;
                }
        
    #foot_top .block.tel {
        border: 1px solid #000;
        padding: 20px;
    }
        #foot_top .block.tel h3 {
            font-size: 16px;
            border-bottom: none;
            padding: 0;
            margin-bottom: 10px;
        }
        #foot_top .block.tel a {
            font-size: 30px;
            color: #223811;
            display: block;
            line-height: 1;
            margin: 0 0 5px;
            position: relative;
            padding-left: 27px;
        }
            #foot_top .block.tel a::before {
                position: absolute;
                left: 0;
                top: 60%;
                transform: translateY(-50%);
                content: '';
                width: 25px;
                height: 25px;
                background: url(../img/icon_tel.png) no-repeat;
                background-size: 25px;
            }
        #foot_top .block.tel p {
            display: block;
            font-size: 13px;
            color: #666666;
        }

#foot_btm {
    text-align: center;
    padding: 20px 0 35px;
    max-width: 1200px;
    margin: 0 auto;
}
    #foot_btm  .sns_area {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
        #foot_btm  .sns_area .sns a {
            width: 30px;
            display: inline-block;
            margin-right: 20px;
        }
            #foot_btm  .sns a img {
                width: 100%;
                object-fit: cover;
            }
        #foot_btm  .sns_area p {
            font-size: 13px;
            font-weight: bold;
			margin-left: auto;
        }
    #foot_btm span {
        display: block;
        color: #888888;
        font-size: 13px;
        text-align: right;
    }

#pagetop {
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 40px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    
}
    #pagetop img {
        width: 100%;
        object-fit: cover;
    }

/*====================================
	service
====================================*/
#service {
    padding: 70px 0 60px;
    position: relative;
}
#service .sec_ttl {
/*     margin-bottom: 210px; */
	margin-bottom: 40px;
}
#service .service_bg img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

#service .service_inner {
    position: relative;
	overflow: hidden;
}
#service .service_inner::before {
/*     content: '';
    position: absolute;
    top: -45%;
    left: 0;
    background: url(../img/service_bg.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 29vw;
    max-height: 400px;
    z-index: -1; */
}
    #service .service_inner .box {
/*         display: flex;
        justify-content: space-between;
        flex-wrap: wrap; */
        position: relative;
    }
		/* slider */
		#service .service_inner .service_slide .slick-list {
/* 			overflow: visible; */
		}
		#service .service_inner .service_slide .slick-track {
		  display: flex;
			
		}
		#service .service_inner .service_slide .slick-slide {
		  height: auto !important;
		}
		#service .service_inner .service_slide .slick-slide > div:first-child {
			height: 100%;
		}
		#service .service_inner .service_slide .prev-arrow {
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			left: -40px;
			z-index: 10;
			cursor: pointer;
		}
		#service .service_inner .service_slide .next-arrow {
			position: absolute;
			top: 49%;
			transform: translateY(-50%);
			right: -40px;
			z-index: 10;
			cursor: pointer;
		}
			@media only screen and (max-width: 1250px){
				#service .service_inner .service_slide .prev-arrow {
					left: -30px;
				}
				#service .service_inner .service_slide .next-arrow {
					right: -30px;
				}
			}
			@media only screen and (max-width: 1200px){
				#service .service_inner .service_slide .prev-arrow {
					left: -20px;
				}
				#service .service_inner .service_slide .next-arrow {
					right: -20px;
				}
			}
        #service .service_inner .box .item {
			height: 100%;
            /* width: 23%; */
/*             width: 280px; */
/* 			margin: 10px;
            border-radius: 10px;
            box-shadow: 0 7px 7px 4px rgb(0 0 0 / 20%);
            background: #fff; */
        }
        #service .service_inner .box .item_wrap {
			height: calc(100% - 25px);
			margin: 10px;
            border-radius: 10px;
            box-shadow: 0 7px 7px 4px rgb(0 0 0 / 20%);
            background: #fff;
        }
#service .service_inner .box .item .thumb_bg {
	display: none;
}
        #service .service_inner .box .item a {
            display: block;
            padding: 25px 25px;
        }
            #service .service_inner .box .item .thumb {
                text-align: center;
            }
                #service .service_inner .box .item .thumb {
                    width: 220px;
                    height: 160px;
                    overflow: hidden;
                    margin: 0 auto;
                    display: flex;
                    align-items: center;
                }
                    #service .service_inner .box .item .thumb img {
						width: auto;
                        max-width: 100%;
                        object-fit: cover;
                        margin: 0 auto;
                    }
                    #service .service_inner .box .item .thumb.talk img { width: 190px; }
                    #service .service_inner .box .item .thumb.etask img { width: 70px; }
                    #service .service_inner .box .item .thumb.jyutaku img { width: 140px; }
            #service .service_inner .box .item .txt {
                text-align: left;
            }
                #service .service_inner .box .item .txt h3 {
                    font-size: 18px;
                    margin-bottom: 15px;
                }
                #service .service_inner .box .item .txt p {
                    font-size: 14px;
                }
        #service .service_inner .syousai {
            display: none;
        }

@media only screen and (max-width: 1200px){
	#service .service_inner .box {
		padding-left: 15px;
		padding-right: 15px;
	}
	#service .service_inner .box .item .thumb {
		width: 78%;
	}
	
#foot_top {
    padding-right: 15px;
	padding-left: 15px;
}
#foot_btm {
    padding-right: 15px;
	padding-left: 15px;
}
	
}

@media only screen and (max-width: 767px){

/*====================================
	font
====================================*/
body, textarea, input, select, label{
	color: #000;
	font-size: 14px;
	/* line-height: 1.4; */
}

/*====================================
	base
====================================*/
.sp{
    display: block !important;
}
.pc{
    display: none !important;
}


/* btn */
.btn {
    width: 275px;
    border-radius: 30px;
}
    .btn a{
        line-height: 60px;
    }
    .btn a::after{
        right: 25px;
    }


/* sec_ttl */
.sec_ttl p {
    font-size: 18px;
}
.sec_ttl h2{
    font-size: 22px;
}

/*====================================
	base
====================================*/
html.is-fixed body {
    height: 100%;
    overflow: hidden;
}

/*====================================
	header
====================================*/
header .header_inner {
    height: 60px;
    padding: 0 15px;
    border-bottom: 1px solid #e4e4e4;
}
    .header_inner .header_logo {
        width: 125px;
    }
    .header_inner .header_nav {
        /* display: flex;
        align-items: center;
        flex-wrap: wrap; */
    }
        .header_nav .header_info {
            flex-wrap: wrap;
            margin-bottom: 0;
            text-align: center;
        }
            .header_nav .header_info a {
                width: 100%;
                font-size: 16px;
                color: #2a4ea7;
                margin: 0;
            }
            .header_nav .header_info a::before {
                transform: translateY(10%);
                width: 12px;
                height: 13px;
                background: url(../img/icon_tel_b.png) no-repeat;
                background-size: 100%;
                margin-right: 3px;
            }
            .header_nav .header_info span {
                width: 100%;
                font-size: 10px;
                color: #9b9b9b;
            }

    header .header_inner .main_nav {
        display: none;
        height: 100vh;
    }
        header .header_inner .main_nav.open {
            display: block;
            position: fixed;
            top: 60px;
            left: 0;
            z-index: 999;
            width: 100%;
        }
        header .header_inner .main_nav ul {
            justify-content: flex-start;
            flex-direction: column;
            height: 100%;
            background-color: #fff;
            padding: 0 0 45px;
            box-sizing: border-box;
        }
        header .header_inner .main_nav li{
            text-align: left;
            width: 100%;
        }
            .header_inner .main_nav li a {
                padding: 23px 20px;
                font-size: 14px;
                line-height: 1;
                border-bottom: 1px solid #efefef;
            }
            .header_inner .main_nav li a::after,
            .header_inner .main_nav li.nav_service  a::after {
                content: "";
                position: absolute;
                top: 50%;
                right: 30px;
                width: 18px;
                height: 18px;
                margin: 0;
                border: none;
                transform: translateY(-50%) rotate(0);
                background: url(../img/arrow.png) no-repeat center;
                background-size: 100%;
            }
            .header_inner .main_nav li.nav_service a.service_top::after {
                background: url(../img/icon_plus.png) no-repeat center;
                background-size: 100%;
            }
            .header_inner .main_nav li.nav_service a.service_top.active::after {
                background: url(../img/icon_minus.png) no-repeat center;
                background-size: 100%;
            }
            .header_inner .main_nav li .sub_nav {
                position: static;
                visibility: visible;
                opacity: 1;
                margin-top: 0;
                background: #f7f7f7;
                padding: 0 15px;
                border-radius: 0;
                box-shadow: none;
                display: none;
            }
            .header_inner .main_nav li .sub_nav.service_open {
                display: block;
            }
            .header_inner .main_nav li .sub_nav::before {
                content: none;
            }
                header .header_inner .main_nav .sub_nav ul {
                    background: #f7f7f7;
                    padding: 0;
                }
                .header_inner .main_nav .sub_nav li a::before {
                    content: none;
                }
                    .header_inner .main_nav .sub_nav li a {
                        font-size: 13px;
                        padding: 20px 25px;
                        font-weight: 400;
                    }
                    .header_inner .main_nav .sub_nav li a::after {
                        right: 15px;
                        width: 11px;
                        height: 11px;
                    }
                    .header_inner .main_nav .sub_nav li span {
                        display: none;
                    }
            .header_inner .main_nav li.nav_btn {
                margin-top: 50px;
                width: 290px;
                border-radius: 32px;
                border-bottom: none;
                box-shadow: 0 3px 7px 4px rgb(42 72 169 / 20%);
            }
                .header_inner .main_nav li.nav_btn a {
                    font-size: 18px;
                    line-height: 64px;
					border-bottom: none;
                }
                 .header_inner .main_nav li.nav_btn a::after {
                    content: none;
                }
                .header_inner nav li.nav_btn a::before {
                    width: 20x;
                    height: 14px;
                    margin-right: 10px;
                }

    

header .nav-button {
    display: block;
    cursor: pointer;
}

/*メニューボタンのエフェクト*/
.nav-button_area {
    display: block;
    /* z-index: 1000; */
    /* position: fixed; */
    width: 40px;
    height: 40px;
    /* top: 0;
    right: 0; */
    text-align: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 7px 4px rgb(42 72 169 / 20%);
}
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button {
    width: 23px;
    height: 16px;
    margin: 0 auto;
    margin-top: 12px;
    position: relative;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #2a4fa9;
    border-radius: 1px;
  }
  .nav-button.bar_black span {
    background-color: #000;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 6px;
  }
  .nav-button span:nth-of-type(3) {
    top: 12px;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }



/*====================================
	footer
====================================*/

#contact .contact_inner {
    padding: 40px 30px;
}
    #contact .contact_inner h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #contact .contact_inner p {
        font-size: 13px;
        margin-bottom: 15px;
    }
    #contact .contact_inner .btn_area .item:first-of-type {
        margin-right: 0;
		width: 100%;
        margin-bottom: 20px;
    }
        .contact_inner .btn_area .btn {
            margin-bottom: 5px;
        }
            .contact_inner .btn_area .btn a{
                font-size: 18px;
            }
            .contact_inner .btn_area .btn.tel a{
                font-size: 25px;
            }
            .contact_inner .btn_area .btn a::before {
                margin-right: 10px;
            }
            .contact_inner .btn_area .btn.cont a::before {
                transform: translateY(5%);
                width: 20px;
                height: 14px;
            }
            .contact_inner .btn_area .btn.tel a::before {
                transform: translateY(7%);
                width: 20px;
                height: 22px;
            }
        #contact .contact_inner .btn_area span {
            font-size: 12px;
        }


#foot_top {
    padding: 15px 15px 30px;
    flex-direction: column-reverse;
}
        #foot_top .block.info .logo {
            width: 145px;
            margin-bottom: 10px;
        }
        #foot_top .block.info p {
            font-size: 11px;
        }
        #foot_top .block.nav {
            flex-wrap: nowrap;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 20px;
        }
            #foot_top .block.nav p {
                font-size: 12px;
                border-bottom: 1px solid #efefef;
                margin-bottom: 0;
            }
            #foot_top .block.nav a {
                padding-top: 15px;
                padding-bottom: 15px;
                display: inline-block;
            }
                    #foot_top .block.nav .item ul li {
                        margin-bottom: 0;
                    }
                    #foot_top .block.nav .item ul li:last-child {
                        border-bottom: 1px solid #efefef;
                    }
                        #foot_top .block.nav .item ul li a {
                            display: block;
                            font-size: 11px;
                            padding: 10px 0;
                        }
                        #foot_top .block.nav .item ul li a::before {
                            content: '-';
                            display: inline-block;
                            margin-right: 5px;
                        }
            #foot_top .block.nav .item.nav_service {
                margin-right: 0;
                width: calc((100% - 10px) / 2);
            }
            #foot_top .block.nav .item.nav_pages {
                width: calc((100% - 10px) / 2);
                flex-wrap: wrap;
            }
                #foot_top .block.nav .item.nav_pages .nav_page {
                    margin-right: 0;
                    width: 100%;
                }
                    #foot_top .block.nav .item.nav_pages .nav_page a {
                        padding: 15px 0;
                    }
                    #foot_top .block.nav .item.nav_pages .nav_page ul {
                        display: none;
                    }

#foot_btm {
    padding: 15px 15px 20px;
}
    #foot_btm .sns_area {
        align-items: center;
        margin-bottom: 25px;
    }
        #foot_btm  .sns_area .sns a {
            width: 25px;
            margin-right: 15px;
        }
        #foot_btm  .sns_area p {
            font-size: 11px;
        }
    #foot_btm span {
        font-size: 10px;
        text-align: center;
    }

#pagetop {
    right: 10px;
    width: 40px;
    height: 40px;
    
}
	
/*====================================
	service
====================================*/
#service .service_inner::before {
/* 	top: -10%;
    height: 66vw; */
}
    #service .service_inner .box {
/*         padding: 0 25px; */
		padding: 0;
    }
        #service .service_inner .box .item {
            width: 100%;
/*             margin-bottom: 20px; */
/*             box-shadow: 0 3px 7px 4px rgb(0 0 0 / 20%); */
        }
		#service .service_inner .box .item_wrap {
			margin-bottom: 20px;
            padding-bottom: 55px;
            box-shadow: 0 3px 7px 4px rgb(0 0 0 / 20%);
            position: relative;
        }
        #service .service_inner .box .item a {
            /* padding: 30px 25px; */
            padding: 30px 20px 10px;
            /*pointer-events: none;*/
			/*min-height: 85vw;*/
        }
                #service .service_inner .box .item .thumb {
                    width: 100%;
                    height: 35vw;
                    margin: 0;
                    position: relative;
                    margin-bottom: 10px;
                }
				#service .service_inner .box .item .thumb_bg {
					display: block;
                    position: absolute;
                    content: '';
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                }
					#service .service_inner .box .item .thumb_bg img {
						width: 100% !important;
						max-width: 100% !important;
						height: 100% !important;
						object-fit: cover !important;
					}
                #service .service_inner .box .item .thumb::before {
                    position: absolute;
                    content: '';
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
/*                     z-index: -1; */
					 z-index: 0;
                }
                #service .service_inner .box .item .thumb.voice::before {
                    background: url(../img/service_bg_1.jpg) no-repeat center;
                    background-size: 100%;
                }
                #service .service_inner .box .item .thumb.talk::before {
                    background: url(../img/service_bg_2.jpg) no-repeat center;
                    background-size: 100%;
                }
                #service .service_inner .box .item .thumb.etask::before {
                    background: url(../img/service_bg_3.jpg) no-repeat center;
                    background-size: 100%;
                }
                    #service .service_inner .box .item .thumb img {
/*                         width: 205px; */
						width: auto;
						height: auto;
						max-height: 100%;
						max-width: 80%;
                        object-fit: contain;
                        margin: 0 auto;
						z-index: 1;
                    }
                    #service .service_inner .box .item .thumb.talk img { width: 100px; }
                    #service .service_inner .box .item .thumb.etask img { width: 50px; }
                    #service .service_inner .box .item .thumb.jyutaku img { width: 90px; }
            #service .service_inner .box .item .txt {
                text-align: center;
            }
                #service .service_inner .box .item .txt h3 {
                    font-size: 14px;
                    color: #2a4ea6;
                    margin-bottom: 10px;
                }
                #service .service_inner .box .item .txt p {
                    font-size: 13px;
                    text-align: left;
                }
    #service .service_inner .btn.syousai {
        display: block;
        width: 58%;
/*         border-radius: 17px;
        background: linear-gradient(70deg, #146eb3, #2a4fa9); */
/*         margin-bottom: 25px; */
/*         box-shadow: 0 4px 8px 1px rgb(42 72 169 / 20%); */
	    border: none;
		box-shadow: none;
		padding-bottom: 25px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
        #service .service_inner .btn.syousai a {
            padding: 0;
            line-height: 35px;
            font-size: 12px;
            font-weight: 700;
            color: #fff;
            pointer-events: all;
			
			min-height: auto;
			border-radius: 17px;
			background: linear-gradient(70deg, #146eb3, #2a4fa9);
			box-shadow: 0 4px 8px 1px rgb(42 72 169 / 20%);
			border: none;
        }
        #service .service_inner .btn.syousai a::after {
            right: 10px;
            width: 10px;
            height: 10px;
            background: url(../img/arrow_w.png) no-repeat center;
            background-size: 100%;
        }

}

@media only screen and (max-width: 600px){
	#contact .contact_inner .btn_area .item:first-of-type {
/* 		margin-right: 0; */
	}	
}

@media only screen and (max-width: 320px){
	.sp_320 {
		display: block;
	}
/* btn */
#contact .contact_inner .btn_area .item,
.btn {
	width: 100%;
}
#news .btn {
		width: 73%;
}

