@charset "utf-8";
.slick-dotted.slick-slider{
	margin:0 !important;
}

/* HOME
-------------------------------------------------------------------*/
.m-btn a,
.morelink{
	width:180px;
	display:flex;
	height:50px;
	padding:0 0 0 20px;
	border-radius:30px;
	color:#fff;
	background:#00586e;
	font-size:14px;
	box-sizing:border-box;
	justify-content:space-between;
	align-items:center;
	text-align:left;
	border:2px solid #00586e;
	cursor:pointer;
}

.m-btn a:hover,
.morelink:hover{
	color:#00586e;
	background:#fff;
}

.m-btn a span,
.morelink span{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	position: relative;
	width: 1em;
	height: 0.1em;
	background: currentColor;
	margin:0 15px 0 0;
}

.m-btn a:hover span,
.morelink:hover span{
	color: #00586e;
}

.m-btn a span:before,
.morelink span:before{
	content: '';
	width: 0.65em;
	height: 0.65em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	transform-origin: top right;
	position: absolute;
	top: 50%;
	right: -0.05em;
	box-sizing: border-box;
}


.home .mv{
	padding:120px 20px;
}

.slider,
.slider02{
	opacity: 0;
	transition: opacity .25s ease;
}
.slick-initialized{
	opacity: 1;
}

.home .mv .slider .slick-list{
    overflow: visible;
}

.home .mv .slider .slick-slide{
	opacity:0.4;
	transition: all 0.3s;
}

.home .mv .slider .slick-active{
	opacity:1;
}

.home .mv .slider li .box{
	position:relative;
	display:flex;
}

.home .mv .slider li h1{
	width:240px;
	text-align:center;
	display:flex;
	justify-content:center;
	padding:0 0 10px 0;
}

.home .mv .slider li .logo{
	position:absolute;
	left: 260px;
    top: 380px;
}

.home .mv .slider li .btn{
	position:absolute;
	right:50px;
	top:330px;
	text-align:center;
}

.home .mv .slider li .btn a{
	display:flex;
	justify-content:center;
	align-items:center;
	width:201px;
	height:202px;
	position:relative;
	color:#fff;
}

.home .mv .slider li .btn a span{
	position:relative;
	z-index:2;
}

.home .mv .slider li .btn a:after{
	content:"";
	width:201px;
	height:202px;
	background:url(../img/top/mv-btn.png) no-repeat center center;
	position:absolute;
	left:0;
	top:0;
}

/*.home .mv .slider li .btn a:after{
	animation:17s linear infinite rotation1;*/
}
@keyframes rotation1{
	0%{ transform:rotate(0);}
	100%{ transform:rotate(360deg); }
}

.home .mv .slide-dots{
	position:absolute;
	right:0;
    bottom: -70px;
	display:flex;
	justify-content:flex-end;
}

.home .mv .slide-dots li{
	margin:0 0 0 10px;
}

.home .mv .slide-dots li button {
	position: relative;
	text-indent: -9999px;
	width:20px;
	height:3px;
}

.home .mv .slide-dots li button:before {
	content: "";
	cursor: pointer;
	width:20px;
	height:3px;
	background:#cecbc5;
	position:absolute;
	left:0;
	top:0;
}

.home .mv .slide-dots li.slick-active button::before {
	background:#e5441c;
}


.home .txt-area{
	background:url(../img/common/bg02.jpg) center center;
	padding:120px 0 200px 0;
}

.home .txt-area .box{
	width:780px;
	margin:0 auto;
	position:relative;
	display:flex;
	justify-content:center;
}

.home .txt-area .box .txt{
	writing-mode: vertical-rl;
	line-height:2.2em;
	font-weight:700;
	padding:30px 50px 0 0;
	position:relative;
	z-index:2;
}

.home .txt-area .box .txt span{
	color:#e5441c;
}

.home .txt-area .box h2{
	writing-mode: vertical-rl;
	line-height:1.6em;
	font-weight:700;
	font-size:49px;
	position:relative;
	z-index:2;
}

.home .txt-area .box .ico01{
	position:absolute;
	left:0;
	bottom:-80px;
}

.home .txt-area .box .ico02{
	position:absolute;
	right:60px;
	bottom:-60px;
}

.m-tit{
	font-size:40px;
	line-height:1.1em;
	font-weight:700;
	font-family:"FolkPro", sans-serif;
	letter-spacing:0.1em;
}

.m-tit span{
	font-size:14px;
	color:#e5441c;
	display:block;
	letter-spacing:0.05em;
}

.top-service{
	padding:100px 20px;
}

.top-service .box .slider02{
	width:100vw;
	padding:50px 0 0 0;
}

.top-service .box .slider02 li{
	width:360px;
	box-sizing:border-box;
	background:#ffffff;
	padding:10px 10px 120px 10px;
	position:relative;
	margin:0 90px 0 0;
}

.top-service .box .slider02 .slick-track {
	display: flex;
}
.top-service .box .slider02 .slick-slide {
	height: auto !important;
}

.top-service .slide-arrow{
	display:flex;
	position:absolute;
	right:0;
	top:25px;
	z-index:99;
}

.top-service .slide-arrow li{
	margin:0 0 0 10px;
    width: 50px;
    height: 20px;
	background:url(../img/common/slide-arrow.png) center center;
    transition: all .3s ease;
    cursor: pointer;
    position:relative;
}

.top-service .slide-arrow .prev-arrow{
	transform: rotate(180deg);
}

.top-service .box .slider02 li h3{
	position:absolute;
	right:-40px;
	top:0;
	font-size:14px;
	font-weight:700;
	color:#e5441c;
	writing-mode: vertical-rl;
}

.top-service .box .slider02 li h3 span{
	position:relative;
	padding:50px 0 0 0;
}

.top-service .box .slider02 li h3 span:before{
	content:"";
	height:30px;
	width:1px;
	background:#e5441c;
	position:absolute;
	top:0;
	left:8px;
}

.top-service .box .slider02 ul.btn{
	position:absolute;
	bottom:20px;
	left:0;
	padding:0 10px;
	width:100%;
}

.top-service .box .slider02 ul.btn li{
	background:none;
	width:100%;
	padding:10px 5px;
	margin:0;
}

.top-service .box .slider02 ul.btn li:not(:first-child){
	border-top:2px dashed #352a22;
}

.top-service .box .slider02 ul.btn li a{
	background:url(../img/common/arrow02.png) no-repeat  95% center;
}

.top-service .box .slider02 li .img{
	width:100%;
	box-sizing:border-box;
	padding:20px;
	height:200px;
	display:flex;
	justify-content:center;
	align-items:center;
	background:#f9f9f9;
}

.top-service .box .slider02 li .txt{
	font-size:14px;
	line-height:1.8em;
	padding:20px 0;
}

.top-service .btn-box{
	display:flex;
	justify-content:flex-end;
	padding:30px 30px 0 0;
}

.top-recruit .txt-box{
    width:90%;
	border:50px solid #fff;
	border-left:none;
	background:url(../img/top/recruit-bg.jpg) no-repeat center center;
	background-size:cover;
	padding:80px 20px 40px 20px;
	position:relative;
	height:500px;
}

.top-recruit .txt-box .box-in{
	position:absolute;
	top:60px;
	left:14%;
	right:0;
	margin:0 auto;
	transition: all 0.3s;
}

@media screen and (max-width: 1420px) {
.top-recruit .txt-box .box-in{
	left:5%;
}
}

.top-recruit .txt-box .box-in .txt{
	font-weight:700;
	width:500px;
	line-height:1.8em;
}

.top-recruit .txt-box .box-in .m-btn{
	padding:20px 50px 0 0;
	display:flex;
	justify-content:flex-end;
}

.top-news,
.blog-area{
	padding:120px 20px;
}

.top-news .box,
.blog-area .box{
	display:flex;
	justify-content:space-between;
}

.top-news .box .m-btn,
.blog-area .box .m-btn{
	padding:30px 0 0 0;
}

.top-news .box .txt-box,
.blog-area .box .txt-box{
	width:760px;
}

.top-news .box .txt-box dl,
.blog-area .box .txt-box dl{
	border-top:1px solid #352a22;
}

.top-news .box .txt-box dl:last-child,
.blog-area .box .txt-box dl:last-child{
	border-bottom:1px solid #352a22;
}

.top-news .box .txt-box dl a,
.blog-area .box .txt-box dl a{
	display:flex;
	width:100%;
	padding:20px;
}

.top-news .box .txt-box dl dt,
.blog-area .box .txt-box dl dt{
	min-width:120px;
	line-height:1.8em;
	font-size:14px;
	font-weight:700;
}

.top-news .box .txt-box dl dt,
.blog-area .box .txt-box dl dt{
	line-height:1.8em;
}

.slick-list{
	overflow: visible;
}

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

.home .mv{
	padding:0;
}

.home .mv .slider li .coverimg{
	height:380px;
	width:100%;
}

.home .mv .slider li h1{
	min-width:90px;
	width:90px;
	display:block;
	box-sizing:border-box;
	text-align:center;
	padding:0;
}

.home .mv .slider li h1 img{
	width:50px;
	height:auto;
}

.home .mv .slider li .logo{
	display:none;
}

.home .mv .slider li .btn{
	right:-10px;
	top:300px;
}

.home .mv .slider li .btn a{
	width:140px;
	height:140px;
}

.home .mv .slider li .btn a:after{
	width:140px;
	height:140px;
	background:url(../img/top/mv-btn.png) no-repeat center center;
	background-size:contain;
}

.home .mv .slider li .sp-box{
	text-align:left;
	padding:0 0 30px 20px;
}

.home .mv .slider li .sp-box dt{
	width:250px;
	padding:20px 0 0 0;
}

.home .mv .slider li .sp-box dd{
	font-family:"FolkPro", sans-serif;
	font-weight:600;
}

.home .mv .slide-dots{
    bottom: -30px;
	padding:10px 20px 0 0;
}

.home .txt-area{
	padding:60px 20px;
}

.home .txt-area .box{
	width:100%;
	flex-wrap:wrap;
}

.home .txt-area .box .txt{
	writing-mode: inherit;
	line-height:1.8em;
	padding:20px 0 0 0;
	width:100%;
	order:2;
}

.home .txt-area .box h2{
	font-size:30px;
	padding:0 0 0 0;
}

.home .txt-area .box .ico01{
	width:140px;
	left:-10px;
	bottom:auto;
	top:80px;
}

.home .txt-area .box .ico02{
	width:130px;
	right:0;
}

.m-tit{
	font-size:24px;
	line-height:1.4em;
}

.m-tit span{
	font-size:12px;
}

.top-service{
	padding:60px 20px;
}

.top-service .box .slider02{
	margin: 0 calc(50% - 50vw);
	padding:30px 0 0 0;
}

.top-service .box .slider02 li{
	width:100%;
	padding:10px 10px 100px 10px;
	margin:0 5px;
}


.top-service .box .slider02 li h3{
	display:none;
}

.top-service .box .slider02 ul.btn{
	bottom:10px;
}

.top-service .box .slider02 li .img{
	height:180px;
}

.top-service .btn-box{
	padding:20px 0 0 0;
}	
	
.top-recruit .txt-box{
    width:100%;
	border:20px solid #fff !important;
	padding:40px 20px 30px 20px;
	height:auto;
}

.top-recruit .txt-box .box-in{
	position:static;
}

.top-recruit .txt-box .box-in h2{
	text-align:center;
}

.top-recruit .txt-box .box-in .txt{
	width:100%;
	padding:10px 0 0 0;
}

.top-recruit .txt-box .box-in .m-btn{
	padding:10px 0 0 0;
}

.top-news,
.blog-area{
	padding:60px 20px;
}

.top-news .box,
.blog-area .box{
	display:block;
}

.top-news .box .m-btn02,
.blog-area .box .m-btn02{
	padding:30px 0 0 0;
	display:flex !important;
	justify-content:flex-end;
}

.top-news .box .txt-box,
.blog-area .box .txt-box{
	width:100%;
	padding:20px 0 0 0;
}

.top-news .box .txt-box dl a,
.blog-area .box .txt-box dl a{
	display:block;
	padding:15px 0;
}

.top-news .box .txt-box dl dt,
.blog-area .box .txt-box dl dt{
	min-width:inherit;
	padding:0;
}

}


/* COMPANY
-------------------------------------------------------------------*/
.kaso .mv{
	height:380px;
	display:flex;
	justify-content:center;
	align-items:center;
}

.kaso .mv h1{
    font-family:"FolkPro";
	font-weight:700;
	font-size:28px;
	letter-spacing:0.1em;
	text-align:center;
	line-height:1em;
	display:inline-block;
	position:relative;
}

.kaso .mv h1:after{
	content:"";
	width:38px;
	height:30px;
	background:url(../img/common/tit-ico.png) no-repeat center center;
	position:absolute;
	left:-40px;
	top:-25px;
	display:none;
}

.kaso .mv h1 span{
	font-weight:400;
	font-size:12px;
	letter-spacing:0.1em;
	display:inline-block;
	font-family: "Zen Maru Gothic", serif;
	position:relative;
}

.kaso .mv h1 span:before{
	content:"";
	width:15px;
	height:0.01em;
	background:#352a22;
	position:absolute;
	left:-25px;
	top: 50%;
    transform: translateY(-50%);
	margin:1px 0 0 0;
}

.kaso .mv h1 span:after{
	content:"";
	width:15px;
	height:0.01em;
	background:#352a22;
	position:absolute;
	right:-25px;
	top: 50%;
    transform: translateY(-50%);
	margin:1px 0 0 0;
}

.company .philosophy{
	padding:80px 20px;
	background:url(../img/common/bg02.jpg) center center;
}

.company .philosophy .box{
	width:760px;
	margin:0 auto;
}

.company .philosophy .box h2{
	text-align:center;
}

.company .philosophy .box h2 span{
	color:#352a22;
	margin:0 0 -10px 0;
}

.company .philosophy .box .txt{
	text-align:center;
	padding:0 0 40px 0;
	line-height:2em;
}

.company .philosophy .box .txt-box{
	padding:40px;
	background:url(../img/common/bg01.jpg) center center;
	position:relative;
}

.company .philosophy .box .txt-box .ico{
	position:absolute;
	right:-100px;
	top:-110px;
}

.company .philosophy .box .txt-box h3{
	font-weight: 700;
    font-family: "FolkPro", sans-serif;
    letter-spacing: 0.1em;
	font-size:24px;
	line-height:1.4em;
	padding:0 0 5px 20px;
	border-left:4px solid #e5441c;
}

.company .philosophy .box .txt-box dl{
	padding:20px 0;
	border-bottom:1px dashed #352a22;
}

.company .philosophy .box .txt-box dl:last-child{
	border-bottom:none;
}

.company .philosophy .box .txt-box dl dt{
	font-weight:700;
	color:#00586e;
	line-height:1.4em;
	position:relative;
	padding:0 0 0 20px;
}

.company .philosophy .box .txt-box dl dt:after{
	content:"";
	width:10px;
	height:10px;
	border-radius:50%;
	background:#00586e;
	position:absolute;
	left:0;
	top:7px;
}

.company .philosophy .box .txt-box dl dd{
	padding:10px 0 0 0;
	line-height:1.4em;
}

.company .philosophy .box dl.f-txt{
	padding:30px 0;
	display:flex;
	font-weight: 700;
}

.company .philosophy .box dl.f-txt dt{
    font-family: "FolkPro", sans-serif;
    letter-spacing: 0.1em;
	font-size:24px;
	line-height:1.4em;
	min-width:180px;
}

.company .philosophy .box dl.f-txt dd{
	line-height:1.8em;
}

.company .txt-area{
	padding:80px 20px;
}

.company .txt-area .box{
	width:760px;
	margin:0 auto;
}

.kaso .m-tit{
	font-size:28px;
	padding:0 0 40px 0;
	line-height:1.4em;
}

.company .txt-area .txt-box dl{
	border-top:2px dashed #352a22;
	display:flex;
	padding:20px;
}

.company .txt-area .txt-box dl:last-child{
	border-bottom:2px dashed #352a22;
}

.company .txt-area .txt-box dl dt{
	font-weight:700;
	line-height:1.8em;
	min-width:110px;
}

.company .txt-area .txt-box dl dd{
	line-height:1.8em;
}

.company .txt-area .txt-box dl dd a{
	text-decoration:underline;
}

.company .message{
	padding:120px 20px;
}

.company .message .box-in{
	display:flex;
}

.company .message .box-in .img{
	min-width:460px;
	text-align:center;
	position:relative;
}

.min-tit{
	writing-mode: vertical-rl;
	font-family:"FolkPro", sans-serif;
	font-weight:700;
	color:#e5441c;
	font-size:14px;
	position:absolute;
	left:0;
	top:0;
	letter-spacing:0.1em;	
}

.min-tit span{
	position:relative;
	padding:50px 0 0 0;
}

.min-tit span:before{
	content:"";
	height:30px;
	width:1px;
	background:#e5441c;
	position:absolute;
	top:0;
	left:8px;
}

.company .message .box-in .txt-box{
	width:500px;
}

.company .message .box-in .txt-box .m-tit{
	padding:50px 0 40px 0;
}

.company .message .box-in .txt-box .txt{
	line-height:1.7em;
	padding:0 0 40px 0;
}

.company .message .box-in .txt-box .name{
	font-size:12px;
	font-weight:700;
	line-height:1.6em;
}


@media screen and (max-width: 800px) {
.kaso .mv{
	height:240px;
}

.kaso .mv h1{
	font-size:24px;
}
	
.company .philosophy{
	padding:60px 20px;
}

.company .philosophy .box{
	width:100%;
}

.company .philosophy .box h2 span{
	margin:0 0 -10px 0;
}

.company .philosophy .box .txt{
	text-align:left;
	padding:0 0 30px 0;
	position:relative;
	z-index:2;
}

.company .philosophy .box .txt-box{
	padding:20px;
}

.company .philosophy .box .txt-box .ico{
	width:140px;
	right:-50px;
	top:-50px;
}

.company .philosophy .box .txt-box h3{
	font-size:20px;
	padding:0 0 3px 20px;
	border-left:3px solid #e5441c;
}

.company .philosophy .box .txt-box dl{
	padding:15px 0;
}

.company .philosophy .box .txt-box dl dt{
	padding:0 0 0 15px;
}

.company .philosophy .box .txt-box dl dt:after{
	width:8px;
	height:8px;
	top:5px;
}

.company .philosophy .box dl.f-txt{
	padding:30px 0 0 0;
	display:block;
}

.company .philosophy .box dl.f-txt dt{
	font-size:20px;
	min-width:180px;
	padding:0 0 10px 0;
}

.company .txt-area{
	padding:60px 20px;
}

.company .txt-area .box{
	width:100%;
}

.kaso .m-tit{
	font-size:24px;
	padding:0 0 30px 0;
}

.company .txt-area .txt-box dl{
	display:block;
	padding:15px;
}

.company .txt-area .txt-box dl dt{
	min-width:inherit;
	padding:0 0 5px 0;
}

.company .message{
	padding:60px 20px;
}

.company .message .box-in{
	flex-wrap:wrap;
}

.company .message .box-in .img{
	min-width:inherit;
	width:100%;
	order:2;
}

.min-tit{
	writing-mode: vertical-rl;
	font-family:"FolkPro", sans-serif;
	font-weight:700;
	color:#e5441c;
	font-size:14px;
	position:absolute;
	left:0;
	top:0;
	letter-spacing:0.1em;	
}

.min-tit span{
	position:relative;
	padding:50px 0 0 0;
}

.min-tit span:before{
	content:"";
	height:30px;
	width:1px;
	background:#e5441c;
	position:absolute;
	top:0;
	left:8px;
}

.company .message .box-in .txt-box{
	width:100%;
	padding:0 0 30px 0;
}

.company .message .box-in .txt-box .m-tit{
	padding:0 0 20px 0;
}

.company .message .box-in .txt-box .txt{
	padding:0 0 30px 0;
}
}

/* RECRUIT
-------------------------------------------------------------------*/
.recruit .message{
	padding:80px 20px;
	background:url(../img/common/bg02.jpg) center center;
}

.recruit .message .box{
	padding:0 90px;
	position:relative;
}

.recruit .message .box .txt{
	line-height:1.8em;
	font-weight:700;
	padding:0 0 30px 0;
}

.recruit .contents .btn a{
	font-size:14px;
	display:inline-block;
	position:relative;
	text-decoration: underline;
}

.recruit .contents .btn a span {
    display: inline-block;
    vertical-align: middle;
    color: #352a22;
    line-height: 1;
    position: relative;
    width: 1em;
    height: 0.15em;
    background: currentColor;
    margin: 0 15px 0 0;
}

.recruit .contents .btn a span:before {
    content: '';
    width: 0.65em;
    height: 0.65em;
    border: 0.15em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.05em;
    box-sizing: border-box;
}

.recruit .message .box .ico{
	position:absolute;
	right:0;
	top:-30px;
}

.recruit .message .box .m-btn{
	position:absolute;
	right:0;
	bottom:0;
}

.recruit .works{
	padding:120px 20px;
}

.recruit .works .box{
	padding:0 90px;
	position:relative;
}

.recruit .works .box-in01 h3{
	font-size:20px;
	font-weight:700;
	padding:10px 0 10px 60px;
	background:url(../img/recruit/works-ico.png) no-repeat left center;
}

.recruit .works .box-in01 ul{
	padding:10px 0;
}

.recruit .works .box-in01 ul li{
	padding:10px 0;
	border-bottom:2px dashed #352a22;
}

.recruit .works .box-in01 ul li:last-child{
	border-bottom:none;
}

.recruit .works .box-in01 ul li span{
	font-weight:700;
}

.recruit .works .box-in01 .kome{
	font-size:14px;
	font-weight:normal;
}

.recruit .works .box-in02{
	padding:120px 0;
}

.recruit .works .box-in02 ul{
	display:flex;
	justify-content:space-between;
}

.recruit .works .box-in02 ul li{
	width:265px;
	text-align:center;
}

.recruit .works .box-in02 ul li h3{
	height:50px;
	line-height:50px;
	border-radius:30px;
	color:#fff;
	background:#352a22;
	font-weight:700;
	margin:-30px 0 0 0;
	position:relative;
	z-index:2;
	font-size:16px;
}

.recruit .works .box-in02 ul li dl dt{
	padding:10px 0 10px 0;
	font-weight:700;
}

.recruit .works .box-in02 ul li dl dd{
	line-height:2em;
	padding:0 20px;
	text-align:left;
	font-size:14px;
}

.recruit .works .box-in03{
	position:relative;
	padding:120px 0;
}

.recruit .works .box-in03 .txt{
	font-weight:700;
	line-height:1.8em;
	padding:0 0 50px 0;
}

.recruit .works .box-in03 .ico{
	position:absolute;
	right:-90px;
	bottom:-120px;
}

.recruit .works .box-in03 .m-btn{
	padding:0 0 20px 0;
}

.recruit .volunteer{
	padding:120px 20px;
	background:url(../img/common/bg02.jpg) center center;
}

.recruit .volunteer .box{
	width:760px;
	margin:0 auto;
}

.recruit .volunteer .m-tit{
	text-align:center;
	padding:0 0 30px 0;
	position:relative;
}

.recruit .volunteer .m-tit:after{
	content:"";
	width:80px;
	height:4px;
	background:#ed3232;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
}

.recruit .volunteer .txt{
	text-align:center;
	line-height:2em;
	padding:40px 0 0 0;
	font-weight:700;
}

.recruit .volunteer .box-in{
	padding:80px 0 0 0;
}

.recruit .volunteer .box-in h3{
	font-size:20px;
	font-weight:700;
	line-height:1.6em;
}

.recruit .volunteer .box-in .table-box{
	padding:20px 0 0 0;
}

.recruit .volunteer .box-in .table-box dl{
	border-top:1px solid #352a22;
	display:flex;
}

.recruit .volunteer .box-in .table-box dl:last-child{
	border-bottom:1px solid #352a22;
}

.recruit .volunteer .box-in .table-box dl dt{
	display:flex;
	justify-content:center;
	align-items:center;
	font-weight:700;
	background:#f0efec;
	min-width:150px;
}

.recruit .volunteer .box-in .table-box dl dd{
	padding:20px;
	line-height:1.8em;
}

.recruit .volunteer .box-in .sub-txt{
	padding:20px 0 50px 0;
	line-height:1.8em;
}

@media screen and (max-width: 800px) {
.recruit .message{
	padding:60px 20px;
}

.recruit .message .box{
	padding:0;
}

.recruit .message .box .ico{
	right:auto;
	left:0;
	top:auto;
	bottom:-60px;
	width:140px;
}

.recruit .message .box .m-btn{
	position:relative;
	padding:60px 0 0 0;
	display:flex;
	justify-content:flex-end;
	z-index:2;
}

.recruit .works{
	padding:60px 20px;
}

.recruit .works .box{
	padding:0;
}

.recruit .works .box-in01 h3{
	font-size:18px;
	padding:10px 0 10px 50px;
}

.recruit .works .box-in01 ul{
	padding:10px 0;
}

.recruit .works .box-in01 ul li span{
	display:block;
}
	
.recruit .works .box-in01 .kome{
	font-size:12px;
	font-weight:normal;
}

.recruit .works .box-in02{
	padding:60px 0;
}

.recruit .works .box-in02 ul{
	display:block;
}

.recruit .works .box-in02 ul li{
	width:100%;
	padding:0 0 30px 0;
}

.recruit .works .box-in02 ul li:last-child{
	padding:0;
}

.recruit .works .box-in02 ul li h3{
	height:40px;
	line-height:40px;
	margin:-20px 0 0 0;
	font-size:14px;
}

.recruit .works .box-in02 ul li dl dt{
	padding:10px 0 10px 0;
	font-weight:700;
}

.recruit .works .box-in02 ul li dl dd{
	padding:0 10px;
}
	
.recruit .works .box-in03{
	padding:60px 0;
}

.recruit .works .box-in03 .txt{
	padding:0 0 30px 0;
}

.recruit .works .box-in03 .m-btn{
	position:relative;
	z-index:2;
}

.recruit .works .box-in03 .ico{
	right:-20px;
	bottom:-60px;
	width:120px;
}

.recruit .volunteer{
	padding:60px 20px;
}

.recruit .volunteer .box{
	width:100%;
}

.recruit .volunteer .m-tit{
	padding:0 0 20px 0;
}

.recruit .volunteer .m-tit:after{
	width:60px;
	height:2px;
}

.recruit .volunteer .txt{
	text-align:left;
	padding:30px 0 0 0;
}

.recruit .volunteer .box-in{
	padding:40px 0 0 0;
}

.recruit .volunteer .box-in h3{
	font-size:18px;
}

.recruit .volunteer .box-in .table-box{
	padding:15px 0 0 0;
}

.recruit .volunteer .box-in .table-box dl{
	border-top:none;
	display:block;
}

.recruit .volunteer .box-in .table-box dl:last-child{
	border-bottom:none;
}

.recruit .volunteer .box-in .table-box dl dt{
	text-align:center;
	min-width:inherit;
	padding:15px;
}

.recruit .volunteer .box-in .table-box dl dd{
	padding:15px 0;
}

.recruit .volunteer .box-in .sub-txt{
	padding:20px 0 30px 0;
}
}

/* SERVICE-DETAIL
-------------------------------------------------------------------*/
.service-detail .mv {
    padding: 120px 20px 60px 20px;
}

.service-detail .mv .box{
	position:relative;
	display:flex;
}

.service-detail .mv .box h1{
	width:240px;
	text-align:center;
	display:flex;
	justify-content:center;
	padding:0 0 10px 0;
}

.service-detail .mv .box .logo{
	position:absolute;
    left: 260px;
    top: 380px;
}

.service-detail .about{
	padding:120px 20px;
	background:url(../img/common/bg02.jpg) center center;
}

.service-detail .about .box{
	padding:0 90px;
}

.service-detail .about .box-in{
	position:relative;
}

.service-detail .m-tit {
    font-size: 28px;
    padding: 0 0 30px 0;
    line-height: 1.4em;
	position:relative;
	z-index:3;
}

.service-detail .about .box .txt {
    line-height: 1.8em;
    font-weight: 700;
	position:relative;
	z-index:2;
}

.service-detail .about .box .ico {
    position: absolute;
    right: 0;
    top: -30px;
}

.service-detail .about .box .m-btn {
	padding:30px 0 0 0;
	display:flex;
	justify-content:flex-end;
	position:relative;
	z-index:2;
}

.service-detail .about .box-in02{
	padding:120px 20px;
	display:flex;
	position:relative;
}

.service-detail .about .box-in02 h2{
	min-width:200px;
}

.service-detail .about .box-in02 .txt-box{
	width:100%;
}

.service-detail .about .box-in02 dl{
	display:flex;
	align-items:center;
	border-bottom:2px dashed #352a22;
	padding:20px 0;
}

.service-detail .about .box-in02 dl:first-child{
	padding:0 0 20px 0;
}

.service-detail .about .box-in02 dl dt{
	display:flex;
	font-family:"FolkPro", sans-serif;
	font-size:34px;
	color:#00586e;
	min-width:80px;
	font-weight:700;
	line-height:1.2em;
}

.service-detail .about .box-in02 dl dd{
	line-height:1.6em;
}

.service-detail .about .box-in02 .ico {
    right: auto;
	left:-90px;
    top: auto;
	bottom:-90px;
	display:none;
}

.service-detail .about .box-in03{
	padding:100px 0 0 0;
}

.service-detail .about .box-in03 h2 span{
	color:#352a22;
	line-height:1.2em;
}

.service-detail .about .box-in03 h2{
	text-align:center;
}

.service-detail .about .box-in03 .txt-box{
	width:860px;
	margin:0 auto 50px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.service-detail .about .box-in03 .txt-box dl{
	width:420px;
	box-sizing:border-box;
	background:#f8f7f2;
	padding:30px;
	position:relative;
	margin:0 0 30px 0;
}

.service-detail .about .box-in03 .txt-box dl:after{
	content:"";
	width:15px;
	height:15px;
	background:url(../img/service/about-arrow.png) no-repeat center center;
	position:absolute;
	right:0;
	top:0;
}

.service-detail .about .box-in03 .txt-box dl dt{
	font-weight:700;
	font-size:20px;
	padding:0 0 10px 0;
}

.service-detail .about .box-in03 .txt-box dl dd{
	line-height:1.8em;
}

.service-detail .about .box-in03 ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:0 -90px;
}

.service-detail .about .box-in03 ul:after{
	content:"";
	display:block;
	width:33%;
}

.service-detail .box-in03 ul li{
	width:33%;
	margin:0 0 10px 0;
}

.service-detail .about .box-in03 .btn{
	position:absolute;
	right:-120px;
	bottom:-30px;
	z-index:99;
}

.service-detail .about .box-in03 .btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 201px;
    height: 202px;
    position: relative;
    color: #fff;
}

.service-detail .about .box-in03 .btn a:after{
	content:"";
	width:201px;
	height:202px;
	background:url(../img/top/mv-btn.png) no-repeat center center;
	position:absolute;
	left:0;
	top:0;
}

.service-detail .about .box-in03 .btn a:after{
	animation:17s linear infinite rotation1;
}

.service-detail .box-in03 .btn a span {
    position: relative;
    z-index: 2;
}

.service-detail .about .box-in04{
	margin:0 -90px;
}

.service-detail .about .box-in04 dl{
	padding:0 20px;
}

.service-detail .about .box-in04 dl dt{
	font-size:20px;
	font-weight:700;
	padding:30px 0 10px 0;
}

.service-detail .flow{
	padding:120px 20px;
}

.service-detail .flow .box{
	padding:0 90px;
}

.service-detail .flow .box-in01 ul{
	display:flex;
	justify-content:space-between;
	padding:30px 0 0 0;
}

.service-detail .flow .box-in01 ul li{
	width:200px;
	background:#fff;
}

.service-detail .flow .box-in01 ul li h3{
	background:#00586e;
	text-align:center;
	line-height:30px;
	height:30px;
}

.service-detail .flow .box-in01 ul li h3 span{
	color:#fff;
	font-size:20px;
	font-weight:700;
	display:inline-block;
	font-family:"FolkPro", sans-serif;
	position:relative;
	top:-15px;
	width:70px;
	z-index:3;
}

.service-detail .flow .box-in01 ul li h3 span:after{
	content:"";
	width:60px;
	height:60px;
	border-radius:50%;
	background:#00586e;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	top:-15px;
	z-index:-1;
}

.service-detail .flow .box-in01 ul li .ico{
	text-align:center;
	padding:20px 0 0 0;
	min-height:75px;
}

.service-detail .flow .box-in01 ul li dl{
	padding:0 20px 20px 20px;
}

.service-detail .flow .box-in01 ul li dl dt{
	font-weight:700;
	padding:0 0 5px 0;
	text-align:center;
}

.service-detail .flow .box-in01 ul li dl dd{
	line-height:1.6em;
	font-size:14px;
}

.service-detail .flow .box-in02{
	padding:40px 0 0 0;
}

.service-detail .flow .box-in02 dl dt{
	display:flex;
	align-items:center;
	font-size:20px;
	font-weight:700;
}

.service-detail .flow .box-in02 dl dt span{
	padding:0 20px 0 0;
}

.service-detail .flow .box-in02 dl dd{
	line-height:1.6em;
	padding:10px 0 0 0;
}

.service-detail .flow .box-in02 dl dd span{
	font-size:14px;
}

.service-detail .flow .box-in02 .m-btn{
	padding:20px 0 0 0;
}

.service-detail .flow .box-in02 .m-btn a{
	width:auto;
	max-width:280px;
	justify-content:center;
}

.service-detail .flow .box-in02 .m-btn a span{
	margin:0 0 0 20px;
}

.service-detail .link-area,
.office-detail .link-area{
	display:flex;
}

.service-detail .link-area li,
.office-detail .link-area li{
	width:50%;
	box-sizing:border-box;
}

.service-detail .link-area li:nth-child(1),
.office-detail .link-area li:nth-child(1){
	border-right:2px solid #004151;
}

.service-detail .link-area li a,
.office-detail .link-area li a{
	height:200px;
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:20px;
	font-weight:700;
	color:#fff;
	background:url(../img/service/link-arrow.png) no-repeat 95% center #00586e;
}

@media screen and (max-width: 800px) {
.service-detail .mv {
	padding:0;
}

.service-detail .mv .box .coverimg {
	height: 380px;
	width: 100%;
}

.service-detail .mv .box h1{
	min-width:90px;
	width:90px;
	display:block;
	box-sizing:border-box;
	text-align:center;
	padding:0;
}

.service-detail .mv .box h1 img{
	width:50px;
	height:auto;
}

.service-detail .mv .box .logo{
	display:none;
}

.service-detail .mv .sp-box{
	text-align:left;
	padding:0 0 30px 20px;
}

.service-detail .mv .sp-box dt{
	width: 250px;
	padding:20px 0 0 0;
}

.service-detail .mv .sp-box dd{
	font-family:"FolkPro", sans-serif;
	font-weight:600;
}

.service-detail .about{
	padding:60px 20px;
}

.service-detail .about .box{
	padding:0;
}

.service-detail .m-tit {
    font-size: 24px;
}


.service-detail .about .box .ico {
	right: auto;
	left: 0;
	top: auto;
	bottom: -60px;
	width: 140px;
}

.service-detail .about .box .m-btn {
	padding: 20px 0 0 0;
}

.service-detail .about .box-in02{
	padding:60px 0;
	display:block;
}

.service-detail .about .box-in02 h2{
	min-width:inherit;
}

.service-detail .about .box-in02 dl{
	padding:15px 0;
}

.service-detail .about .box-in02 dl:first-child{
	padding:0 0 15px 0;
}

.service-detail .about .box-in02 dl dt{
	font-size:28px;
	min-width:60px;
}

.service-detail .about .box-in02 .ico {
	left:-20px;
	bottom:-70px;
}

.service-detail .about .box-in03{
	padding:60px 0 0 0;
}

.service-detail .about .box-in03 .txt-box{
	width:100%;
	margin:0 auto 30px;
	display:block;
}

.service-detail .about .box-in03 .txt-box dl{
	width:100%;
	padding:20px;
	margin:0 0 20px 0;
}

.service-detail .about .box-in03 .txt-box dl dt{
	font-size:16px;
}

.service-detail .about .box-in03 ul{
	margin:0;
}
	
.service-detail .about .box-in03 ul:after{
	display:none;
}

.service-detail .box-in03 ul li{
	width:49%;
	margin:0;
}

.service-detail .about .box-in03 .btn{
	right:-40px;
	bottom:-30px;
}

.service-detail .about .box-in03 .btn a{
	width: 140px;
	height: 140px;
	font-size:12px;
}

.service-detail .about .box-in03 .btn a:after{
	width: 140px;
	height: 140px;
	background: url(../img/top/mv-btn.png) no-repeat center center;
	background-size: contain;
}

.service-detail .about .box-in04{
	margin:0;
}

.service-detail .about .box-in04 dl{
	padding:0;
}

.service-detail .about .box-in04 dl dt{
	font-size:18px;
	padding:30px 0 10px 0;
}

.service-detail .flow{
	padding:60px 20px;
}

.service-detail .flow .box{
	padding:0;
}

.service-detail .flow .box-in01 ul{
	display:block;
	padding:20px 0 0 0;
}

.service-detail .flow .box-in01 ul li{
	width:100%;
	margin:0 0 60px 0;
}

.service-detail .flow .box-in01 ul li:last-child{
	margin:0;
}

.service-detail .flow .box-in01 ul li h3 span{
	font-size:18px;
	top:-17px;
}

.service-detail .flow .box-in01 ul li .ico{
	padding:20px 0 5px 0;
}

.service-detail .flow .box-in01 ul li dl dd{
	font-size:13px;
}

.service-detail .flow .box-in02{
	padding:30px 0 0 0;
}

.service-detail .flow .box-in02 dl dt{
	font-size:18px;
}

.service-detail .flow .box-in02 dl dt span {
    padding: 0 10px 0 0;
}

.service-detail .flow .box-in02 dl dd{
	line-height:1.6em;
	padding:10px 0 0 0;
}

.service-detail .flow .box-in02 dl dd span{
	font-size:14px;
}

.service-detail .flow .box-in02 .m-btn{
	padding:20px 0 0 0;
}

.service-detail .link-area,
.office-detail .link-area{
	flex-wrap:wrap;
}

.service-detail .link-area li,
.office-detail .link-area li{
	width:100%;
}

.service-detail .link-area li:nth-child(1),
.office-detail .link-area li:nth-child(1){
	border-right:none;
	border-top:2px solid #004151;
	order:2;
}

.service-detail .link-area li a,
.office-detail .link-area li a{
	height:140px;
	justify-content:flex-start;
	padding:0 0 0 20px;
	font-size:16px;
	background:url(../img/service/link-arrow.png) no-repeat 95% center #00586e;
}
}

/* NEWS
-------------------------------------------------------------------*/
.news-list{
	padding:100px 20px;
	background:url(../img/common/bg02.jpg) center center;
}

.news-list .box{
	width:760px;
	margin:0 auto;
}

.news-list .box .tab{
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.news-list .box .tab li{
	border-radius:30px;
	flex-grow: 1;
    padding: 15px 10px;
	box-sizing:border-box;
    font-size:14px;
    line-height: 1.4em;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
	min-width:33.33333%;
	font-family: "FolkPro";
	font-weight:700;
	margin:0 0 15px 0;
	background:#e8e7e3;
}

.news-list .box .tab li:hover,.news-list .box .tab li.select {
    background: #e5441c;
	color:#fff;
}

.news-list .box .tabbox > ul{
	padding:30px 0 50px 0;
}

.news-list .box .tabbox > ul > li{
	padding:20px 0;
	border-top:1px solid #352a22;
}

.news-list .box .tabbox > ul > li:last-child{
	border-bottom:1px solid #352a22;
}

.news-list .box .tabbox > ul > li a{
	display:block;
}

.news-list .box .tabbox > ul > li a .day-box{
	display:flex;
	align-items:center;
}

.news-list .box .tabbox > ul > li a .day-box .day{
	font-size:14px;
	width:100px;
	font-weight:700;
}

.news-list .box .tabbox > ul > li a .day-box .cate{
	font-size:12px;
	color:#e5441c;
}

.news-list .box .tabbox > ul > li a .day-box .cate li{
	padding:0 10px 0 0;
	display:inline-block;
}

.news-list .box .tabbox > ul > li a h3{
	line-height:1.6em;
	font-size:16px;
}

@media screen and (max-width: 800px) {
.news-list{
	padding:60px 20px;
}

.news-list .box{
	width:100%;
}

.news-list .box .tab{
	border-radius:0;
	flex-wrap:wrap;
}

.news-list .box .tab li{
	border-radius:0;
    padding: 10px;
    font-size:13px;
	min-width:inherit;
	width:50%;
	margin:0;
}
	
.news-list .box .tab li:first-child{
	width:100%;
}

.news-list .box .tabbox > ul{
	padding:30px 0;
}

.news-list .box .tabbox > ul > li{
	padding:15px 0;
}

.news-list .box .tabbox > ul > li a .day-box .day{
	font-size:13px;
	width:90px;
}

.news-list .box .tabbox > ul > li a h3{
	font-size:14px;
}
}

/* NEWS-DETAIL
-------------------------------------------------------------------*/
.detail-area{
	padding:100px 20px;
	background:url(../img/common/bg02.jpg) center center;
}

.detail-area .box{
	width:760px;
	margin:0 auto;
}

.detail-area .box .tit-box{
	padding:0 0 15px 0;
	margin:0 0 40px 0;
	border-bottom:1px solid #352a22;
}

.detail-area .box .tit-box .day{
	font-size:14px;
	font-weight:700;
}

.detail-area .box .tit-box h2{
	font-size:24px;
	font-weight:900;
	line-height:1.4em;
}

.detail-area .box_in figure{
	padding:0 0 30px 0;
}

.detail-area .box_in p{
	line-height:1.8em;
	padding:0 0 30px 0;
}

.detail-area .box_in p a{
	color:#e5441c;
	font-weight:700;
	text-decoration:underline;
	padding:0 0 0 25px;
	background:url(../img/common/link-ico.png) no-repeat left center;
}

.detail-area .box_in h2{
	line-height:1.8em;
	padding:0 0 0 20px;
	font-size:16px;
	font-weight:700;
	border-left:5px solid #e5441c;
	margin:0 0 20px 0;
}

.detail-area .box_in .gallery{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.detail-area .box_in .gallery:after{
	content:"";
	width:32%;
}

.detail-area .box_in .gallery li{
	width:32%;
	margin:0 0 2% 0;
}

.detail-area .box_in .gallery li .coverimg:before{
	padding-top: 70%;
}

.detail-area .bk-btn{
	padding:60px 0 0 0;
	text-align:right;
}

.detail-area .bk-btn a{
	display:inline-block;
	color:#352a22;
	font-weight:700;
	text-decoration:underline;
	padding:0 0 0 25px;
	background:url(../img/common/bk-ico.png) no-repeat left center;
	font-size:14px;
}

@media screen and (max-width: 800px) {
.detail-area{
	padding:60px 20px;
}

.detail-area .box{
	width:100%;
}

.detail-area .box .tit-box{
	padding:0 0 10px 0;
	margin:0 0 30px 0;
}

.detail-area .box .tit-box .day{
	font-size:13px;
}

.detail-area .box .tit-box h2{
	font-size:18px;
}

.detail-area .box_in p a{
	background:url(../img/common/sp/link-ico.png) no-repeat left center;
	background-size:19px;
}

.detail-area .box_in .gallery:after{
	display:none;
}

.detail-area .box_in .gallery li{
	width:49%;
	margin:0 0 2% 0;
}

.detail-area .bk-btn{
	padding:40px 0 0 0;
}
}

/* OFFICE
-------------------------------------------------------------------*/
.office-area{
	padding:100px 20px;
	background:url(../img/common/bg02.jpg) center center;
}

.office-area .box ul li{
	padding:30px 0;
	border-top:2px dashed #352a22;
	display:flex;
}

.office-area .box ul li:last-child{
	border-bottom:2px dashed #352a22;
}

.office-area .box ul li .logo{
	min-width:340px;
	height:200px;
	display:flex;
	justify-content:center;
	align-items:center;
	box-sizing:border-box;
	border:1px solid #f0efec;
	background:#f9f9f9;
}

.office-area .box ul li .txt-box{
	padding:20px 40px;
}

.office-area .box ul li .txt-box h2{
	font-weight:700;
	font-size:20px;
	line-height:1.3em;
}

.office-area .box ul li .txt-box h2 span{
	font-size:14px;
	display:block;
}

.office-area .box ul li .txt-box .address{
	padding:10px 0 15px 0;
}

.office-area .box ul li .tel a,
.office-detail .box .tel-box .tel a{
	width:170px;
	height:46px;
	box-sizing:border-box;
	background:url(../img/common/tel-ico.png) no-repeat 15px center #e5441c;
	color:#fff;
	font-size:14px;
	font-weight:700;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	padding:0 0 0 10px;
	letter-spacing:0.1em;
}

@media screen and (max-width: 800px) {
.office-area{
	padding:60px 20px;
}

.office-area .box ul li{
	padding:20px 0;
	position:relative;
	display:block;
}

.office-area .box ul li .logo{
	min-width:inherit;
	width:100%;
	height:200px;
}

.office-area .box ul li .txt-box{
	padding:20px 0 0 0;
}

.office-area .box ul li .txt-box h2{
	font-size:18px;
}

.office-area .box ul li .txt-box h2 span{
	font-size:13px;
}

.office-area .box ul li .txt-box .address{
	padding:10px 0 15px 0;
}

.office-area .box ul li .tel{
	position:absolute;
	right:0;
	top:20px;
}
}

/* OFFICE-DETAIL
-------------------------------------------------------------------*/
.office-detail .mv{
    height: 200px;
}

.address-area{
	padding:100px 20px;
	background:url(../img/common/bg02.jpg) center center;
}

.address-area .box{
	display:flex;
	justify-content:space-between;
}

.address-area .box .txt-box{
	width:600px;
	padding:0 30px 0 0;
}

.address-area .box .box-in{
	padding:40px 0 0 0;
}

.address-area .box .box-in dl{
	padding:15px 0;
	border-bottom:1px dashed #352a22;
	display:flex;
}

.address-area .box .box-in dl dt{
	min-width:100px;
	font-weight:700;
	line-height:1.6em;
}

.address-area .box .box-in dl dd{
	line-height:1.6em;
}

.address-area .box .tel-box{
	display:flex;
	align-items:center;
	padding:20px 0 0 0;
}

.address-area .box .tel-box .txt{
	font-weight:700;
	padding:0 0 0 30px;
}

.address-area .box .map iframe{
	width:400px;
	height:100%;
}

@media screen and (max-width: 800px) {
.address-area{
	padding:60px 20px;
}

.address-area .box{
	display:block;
}

.address-area .box .txt-box{
	width:100%;
	padding:0 0 30px 0;
}

.address-area .box .box-in{
	padding:30px 0 0 0;
}

.address-area .box .box-in dl{
	padding:15px 0;
	display:block;
}

.address-area .box .box-in dl dt{
	min-width:inherit;
	padding:0 0 5px 0;
}

.address-area .box .tel-box{
	padding:10px 0;
	flex-wrap:wrap;
	text-align:center;
	justify-content:center;
}

.address-area .box .tel-box .txt{
	padding:0 0 10px 0;
	width:100%;
}
	
.address-area .box .tel-box .tel{
	order:2;
}
	
.address-area .box .tel-box .tel a{
	margin:0 auto;
}

.address-area .box .map iframe{
	width:100%;
	height:250px;
}
}

/* CONTACT
-------------------------------------------------------------------*/
.contact-area{
	padding:100px 20px;
	background:url(../img/common/bg02.jpg) center center;
}

.contact-area .box{
	width:760px;
	margin:0 auto;
	position:relative;
}

.contact-area .box .m-txt{
	font-weight:700;
	line-height:1.6em;
	padding:0 0 0 55px;
	background:url(../img/contact/ico.png) no-repeat left center;
}

.contact-area .box .m-btn{
	position:absolute;
	right:0;
	top:0;
}

.contact-area .form{
	padding:50px 0 0 0;
}

.contact-area .form .kome{
	font-size:12px;
	line-height:1.4em;
	font-weight:700;
	color:#e5441c;
	padding:0 0 10px 0;
}

.contact-area .privacy-box{
	width:100%;
	margin:20px auto 30px;
	box-sizing:border-box;
	padding:30px;
	border-radius: 4px;
	background:#f9f8f3;
	border:1px solid #f1f0ec;
	height:240px;
	overflow:auto;
}

.contact-area .privacy-box h3{
	font-size:18px;
	line-height:1.4em;
	font-weight:700;
	text-align:center;
	padding:0 0 10px 0;
}

.contact-area .privacy-box .txt{
	font-size:14px;
	line-height:1.8em;
	font-weight:700;
}

.form dl{
	padding:20px 0;
	border-top:1px solid #352a22;
}

.form dl.last{
	border-bottom:1px solid #352a22;
	margin:0 0 30px 0;
}

.form dl dt{
	position:relative;
	font-weight:700;
	padding:0 0 10px 0;
	box-sizing:border-box;
	display:inline-block;
}

.form dl.none dt{
	padding:0;
}

.form dl dt.hissu:after{
	content:"※";
	color: #e5441c;
	font-size:12px;
	position:absolute;
	font-weight:900;
	right:-40px;
	top:0;
}

.form dl.none dt.hissu:after{
	top:0;
}

.form dl dd{
	width:100%;
}

.form input, .form textarea {
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    padding: 15px;
	background:#f9f8f3;
    box-sizing: border-box;
	font-family: "Zen Maru Gothic", serif;
	border:1px solid #f1f0ec;
}

.form dl.num input{
	width:200px;
}

.form dl.num em{
	padding:0 5px 0 0;
}

.form .wpcf7-radio {
    display: block;
    padding:0;
}

.form .wpcf7-radio input[type="radio"] {
    display: none;
}

.form .wpcf7-radio .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    line-height: 1.5;
    cursor: pointer;
	display:block;
}

.form .wpcf7-radio>* {
    display:block;
	margin:0 20px 0 0;
}

.form .wpcf7-list-item > label{
	display:inline-block;
	margin:0 20px 0 0;
}

.form .wpcf7-list-item.first > label{
	margin:0;
}

.form .wpcf7-radio .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
	width:20px;
	height:20px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
	background:#f0efec;
}

.form .wpcf7-radio .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    width: 10px;
	height:10px;
    top: 50%;
	left: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #352a22;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.form .wpcf7-radio input[type="radio"]:checked+.wpcf7-list-item-label::after {
    opacity: 1;
}

.contact .wpcf7-response-output{
	max-width:700px;
	margin:30px auto 0 !important;
	text-align:center;
}

.check .wpcf7-list-item-label{
	position:relative;
}

.check input[type="checkbox"] {
	position: absolute;
	opacity: 0;/*既存のチェックボックスを非表示に*/
}

.check .wpcf7-list-item-label:before {/*チェック枠*/
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    background: #fff;
    top: 0;
    margin: 1px 10px 5px 0;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    border: none;
	background:#f0efec;
}

.check input[type="checkbox"]:checked + .wpcf7-list-item-label:after {/*チェックアイコン*/
	content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 1px;
	width: 22px;
	height: 16px;
	background: url(../img/common/check-solid.svg) no-repeat center;
    background-size: contain;
}

.wpcf7-list-item {
    display: block;
}

.form dl.checkbox dd .wpcf7-list-item{
	margin:0 0 10px 0;
}

.contact-area .check{
    text-align: center;
	padding:10px 0 50px 0;
	font-weight:500;
}

.conbtn input[type="submit"], .conbtn input[type="button"] {
	display: block;
    width:180px;
    font-weight: 700;
    text-align: center;
	border:2px solid #e5441c;
    background: #e5441c;
    line-height: 50px;
    height: 52px;
    margin: 0 auto;	
    transition: all 0.3s;
    -webkit-appearance: none;
	font-family: "Zen Maru Gothic", serif;
    cursor: pointer;
    outline: none;
    font-size:14px;
	color:#fff;
	border-radius:30px;
}

.conbtn input[type="submit"]:hover, .conbtn input[type="button"]:hover {
    background: #fff;
	color:#e5441c;
}

@media screen and (max-width: 800px) {
.contact-area{
	padding:60px 20px;
}

.contact-area .box{
	width:100%;
}

.contact-area .box .m-txt{
	font-weight:700;
	line-height:1.6em;
	padding:0 0 0 55px;
	background:url(../img/contact/ico.png) no-repeat left center;
}

.contact-area .box .m-btn{
	position:static;
	padding:30px 0 0 0;
}

.contact-area .form{
	padding:30px 0 0 0;
}

.contact-area .privacy-box{
	padding:20px;
	height:250px;
}

.contact-area .privacy-box h3{
	font-size:16px;
}

.contact-area .privacy-box .txt{
	font-size:13px;
}

.form dl{
	padding:15px 0;
}

.form dl.last{
	margin:0 0 20px 0;
}

.form dl dt{
	padding:0 0 10px 0;
}

.form dl dt.hissu:after{
	font-size:12px;
	right:-30px;
	top:0;
}

.form input, .form textarea {
    padding: 10px;
}

.form .wpcf7-radio .wpcf7-list-item-label {
    padding-left: 27px;
}

.form .wpcf7-radio>* {
    display:inline-block;
	margin:0 15px 0 0;
}

.form .wpcf7-list-item > label{
	margin:0 15px 0 0;
}
	
.check input[type="checkbox"]:checked + .wpcf7-list-item-label:after {/*チェックアイコン*/
    top: 4px;
    left: 1px;
}

.contact-area .check{
	padding:10px 0 30px 0;
}
}

/* THANKS/404
-------------------------------------------------------------------*/
.thanks_area{
	padding:120px 0 140px 0;
	text-align:center;
}

.thanks_area h1{
	font-size:28px;
	line-height:1.6em;
	padding:50px 0;
	width:720px;
	border-bottom:1px solid #E8EBEC;
	margin:0 auto;
	font-weight:700;
}

.thanks_area .txt{
	line-height:2em;
	padding:50px 0;
	font-weight:500;
}

.thanks_area .m-btn a{
	margin:0 auto;
}

@media screen and (max-width: 800px) {
.thanks_area{
	padding:50px 20px;
	text-align:left;
}

.thanks_area h1{
	font-size:20px;
	padding:30px 0;
	box-sizing:border-box;
	width:100%;
	text-align:center;
}

.thanks_area .txt{
	padding:30px 0 40px 0;
}

}