@charset "utf-8";

.pc{
	display: block;
}
#main-cnt .wrapper-in{
    padding: 0 50px 0;
}
.main-view{
	width: 100%;
	position: relative;
}
.main-view .cap-main{
	padding: 30px;
    background: #fff;
    background-image: radial-gradient(#c5eefe 25%, transparent 0), radial-gradient(#c5eefe 25%, transparent 0);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
    display: table;
    position: absolute;
    width: fit-content;
    left: 50%;
    bottom: 0;
    z-index: 5;
	border-radius: 15px;
    opacity: 0;
	-webkit-transition: all cubic-bezier(.8,.4,.32,1) 0.5s;
    transition: all cubic-bezier(.2,.4,1) 0.5s;
	transform: translate(-50%,100%) scale(0.95, 1.5);
	-webkit-transform: translate(-50%,100%) scale(0.95, 1.5);
}
.main-view .cap-main.view{
	opacity: 1;
	transform: translate(-50%,50%) scale(1);
	-webkit-transform: translate(-50%,50%) scale(1);
}
.main-view .cap-main h3{
	-webkit-transform: translate3d(0, 10px, 0) scale(0.95, 1);
            transform: translate3d(0, 10px, 0) scale(0.95, 1);
	-webkit-transition: all cubic-bezier(.8,.4,.32,1) 0.5s;
    transition: all cubic-bezier(.2,.4,1) 0.5s;
	display: inline-block;
	opacity: 0;
}
.main-view .cap-main h3 span{
	-webkit-transform: translate3d(0, 10px, 0) scale(0.95, 1);
            transform: translate3d(0, 10px, 0) scale(0.95, 1);
	-webkit-transition: all cubic-bezier(.8,.4,.32,1) 0.8s;
    transition: all cubic-bezier(.2,.4,1) 0.8s;
	display: inline-block;
	opacity: 0;
}
.main-view .cap-main h3 span.b{
	font-size: 1.6em;
}
.main-view .cap-main.view h3,
.main-view .cap-main.view h3 span{
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
}
.main-view .cap-main h3{
	font-size: 1.4em;
    line-height: 1.3;
    font-family: 'Kosugi Maru', sans-serif;
    letter-spacing: .48em;
    font-weight: 700;
	margin-left: 6px;
}
.main-view .cap-main h3 span.b{
	font-size: 1.6em;
}
/*top-image*/
.top-image {
    width: calc(100% - 100px);
    height: 120px;
	background: #5cc2d0;
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
	z-index: -1;
}
.top-image:before{
	content: "";
	position: absolute;
    left: 0;
    top: -15%;
    width: calc(50% + 1px);
    height: 130%;
    transform: translateY(0%) skewY(-7deg);
	background: #5cc2cf;
	-webkit-transition: transform 1500ms cubic-bezier(0.575,0.005,0.285,1.005),opacity 1500ms cubic-bezier(0.575,0.005,0.285,1.005);
    transition: transform 1500ms cubic-bezier(0.575,0.005,0.285,1.005),opacity 1500ms cubic-bezier(0.575,0.005,0.285,1.005);
	z-index: 1;
}
.top-image:after{
	content: "";
	position: absolute;
    right: 0;
    top: -15%;
    width: calc(50% + 1px);
    height: 130%;
    transform: translateY(0%) skewY(7deg);
	background: #5cc2cf;
	-webkit-transition: transform 1500ms cubic-bezier(0.575,0.005,0.285,1.005),opacity 1500ms cubic-bezier(0.575,0.005,0.285,1.005);
    transition: transform 1500ms cubic-bezier(0.575,0.005,0.285,1.005),opacity 1500ms cubic-bezier(0.575,0.005,0.285,1.005);
	z-index: 1;
}
.top-image.loadf:before,
.top-image.loadf:after{
	transform: translateY(-100%) skewY(0deg);	
}

.top-image span.view {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    z-index: 0;
}
.top-image span { background-image: url("../img/index/top1.jpg"); }

/*RECRUIT*/
.recruit-area{
	position: relative;
    width: 100%;
    margin: 130px auto 0;
}
.recruit-area{
    margin-top: 180px;
}
.recruit-area .text-box{
    position: relative;
    padding: 0;
    box-sizing: border-box;
    width: 80%;
    margin: 0 auto;
}
.recruit-area h3{
	font-family: 'Kosugi Maru', sans-serif;
    position: relative;
    font-size: 1.7em;
    letter-spacing: .1em;
    padding: 13px 35px 15px 43px;
    display: table;
    margin: 20px auto 0;
    text-align: center;
}
.recruit-area h3:before{
	content: "";
	position: absolute;
	background: #0086c7;
	width: 100%;
	height: 1px;
	bottom: 5px;
	left: 0;
}
.recruit-area h3:after{
	content: "";
	position: absolute;
	background: #f19eb4;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
}
.recruit-area p{
	display: table;
    color: #666;
    margin: 30px auto 0;
}
.recruit-area .image-box-recruit{
	position: relative;
	width: 100%;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
	height: 450px;
}
.recruit-area .image-box-recruit:after{
	content: "";
    position: absolute;
    background-image: radial-gradient(#fed5f2 25%, transparent 0), radial-gradient(#fed5f2 25%, transparent 0);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
	left: 0;
    top: 50%;
    height: 50%;
    width: 21%;
    transform: translateY(-50%);
}
.recruit-area.e2 .image-box-recruit:after{
	background-image: radial-gradient(#c5eefe 25%, transparent 0), radial-gradient(#c5eefe 25%, transparent 0);
    left: inherit;
    right: 0;
}
.recruit-area .image-box-recruit .image{
	margin-left: 23%;
    height: 450px;
    width: 75%;
    border-radius: 8px;
}
.recruit-area.e2 .image-box-recruit .image{
	margin-left: 2%;
}
.recruit-area.e1 .image-box-recruit .image{
	background: url("../img/recruit1.jpg") no-repeat center;
    background-size: cover;
}
.recruit-area.e2 .image-box-recruit .image{
	background: url("../img/recruit2.jpg") no-repeat center;
    background-size: cover;
}
.recruit-area.e4 .image-box-recruit .image{
	background: url("../img/recruit3.jpg") no-repeat center;
    background-size: cover;
}
.recruit-area .recruit-4staff{
	position: relative;
    width: 100%;
    margin: 50px auto 0;
}
.recruit-area .recruit-4staff:before{
	content: "";
    position: absolute;
    background-image: radial-gradient(#c5eefe 25%, transparent 0), radial-gradient(#c5eefe 25%, transparent 0);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
    right: 0;
    top: 50%;
    height: 50%;
    width: calc(48% - 700px);
    transform: translateY(-50%);
}
.recruit-area .recruit-4staff:after{
	content: "";
    position: absolute;
    background-image: radial-gradient(#fed5f2 25%, transparent 0), radial-gradient(#fed5f2 25%, transparent 0);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
    left: 0;
    top: 50%;
    height: 50%;
    width: calc(48% - 700px);
    transform: translateY(-50%);
}
.recruit-area .recruit-4staff ul{
    display: flex;
    flex-wrap: wrap;
    width: 1400px;
	margin: 0 auto;
}
.recruit-area .recruit-4staff li{
	width: 25%;
}
.recruit-area .recruit-4staff li:nth-child(1){
	margin-left: auto;
}
.recruit-area .recruit-4staff li:nth-child(4){
	margin-right: auto;
}
.recruit-area.e3 .recruit-4staff li .image{
	width: 94%;
    height: 400px;
	margin: 0 auto;
    border-radius: 8px;
}
.recruit-area.e3 .recruit-4staff li:nth-child(1) .image{
	background: url("../img/recruit_staff1.jpg") no-repeat center;
    background-size: cover;
}
.recruit-area.e3 .recruit-4staff li:nth-child(2) .image{
	background: url("../img/recruit_staff2.jpg") no-repeat center;
    background-size: cover;
}
.recruit-area.e3 .recruit-4staff li:nth-child(3) .image{
	background: url("../img/recruit_staff3.jpg") no-repeat center;
    background-size: cover;
}
.recruit-area.e3 .recruit-4staff li:nth-child(4) .image{
	background: url("../img/recruit_staff4.jpg") no-repeat center;
    background-size: cover;
}
.recruit-area .recruit-4staff li h4{
	margin-top: 30px;
	font-size: 20px;
	line-height: 1.4;
}
.recruit-area .recruit-4staff li h4 span{
	display: block;
	font-weight: normal;
	font-size: 14px;
}
.recruit-area.e4 .at{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: linear-gradient(-90deg, #daf2fc 50%, #e3f9f9 50%);
    border-radius: 30px;
    padding: 140px 0 130px;
    margin: 80px auto 0;
}
.recruit-area.e4 .at:after{
    content: "CHECK";
    position: absolute;
    background: #fff;
    padding: 30px 50px;
    left: 0;
    top: 0;
    letter-spacing: .5em;
    border-radius: 0 0 30px 0;
    color: #5ec2d0;
    font-weight: 700;
}
.recruit-area.e4 .at .t-box{
	width: 350px;
    margin-right: 50px;
    margin-left: auto;
    box-sizing: border-box;
}
.recruit-area.e4 .at h3{
    font-family: 'Kosugi Maru', sans-serif;
    color: #1483ba;
    display: table;
    margin: 0 auto;
    font-size: 1.5em;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 60px;
    padding: 0 30px 80px 30px;
}
.recruit-area.e4 .at h3:before{
    content: url(../../../img/header/nav_home.svg);
    position: absolute;
    background: none;
    width: 66px;
    height: 54px;
    top: -65px;
    left: 50%;
    transform: translate(-50%, 0);
}

.recruit-area.e4 .at h3:after{
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
}
.recruit-area.e4 .at h4{
    font-size: 1.2em;
    font-family: 'Kosugi Maru', sans-serif;
}
.recruit-area.e4 .btn-box{
    width: 350px;
    margin-right: auto;
    display: table;
    margin-left: 50px;
    padding: 50px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 30px;
}
.recruit-area.e4 .btn-box .link{
	display: table;
}
.recruit-area.e4 .btn-box .link.mtop{
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #f19eb4;
    width: 100%;
}
.recruit-area.e4 .btn-box .link p{
    margin: 0 0 10px;
    color: #ff3938;
    font-weight: 700;
    font-size: .9em;
}
.recruit-area.e4 .gift-box{
    width: 800px;
    margin: 0 auto;
    padding: 50px;
    background: linear-gradient(90deg, #ea5c85 50%, #1083ba 50%);
    box-sizing: border-box;
    color: #fff;
    border-radius: 15px;
    margin-top: 50px;
}
.recruit-area.e4 .gift-box h4 {
    font-family: 'Kosugi Maru', sans-serif;
    text-align: center;
    border-bottom: 1px solid #fff;
    display: table;
    margin: 0 auto;
    position: relative;
    padding-bottom: 10px;
        line-height: 1.5;
}
.recruit-area.e4 .gift-box h4:before{
    content: "";
    position: absolute;
    width: 100%;
    background: #fff;
    height: 1px;
    bottom: 3px;
    left: 0;
}
.recruit-area.e4 .gift-box h4 span,
.recruit-area.e4 .gift-box p span{
    font-size: .6em;
    vertical-align: top;
}
.recruit-area.e4 .gift-box h4 .spbr{
    display: none;
}
.recruit-area.e4 .gift-box p{
    color: #fff;
    text-align: center;
}

/*モーダルウィンドウ（オプション）*/
.lock {
    overflow:hidden;
}
.modal-content {
    position:relative;
    display:none;
    width:947px;
	box-sizing: border-box;
    max-height:80%;
    margin:30px;
    padding:40px;
	padding-bottom:0;
    background:#fff;
    overflow:auto;
	border-radius: 5px;
	border:1px solid #ddd;
}
.modal-content::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.modal-content::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.modal-overlay {
    z-index:10000;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}
.item-inner{
	z-index:10001;
    display:none;
    position:fixed;
    width: 947px;
    box-sizing: border-box;
    max-height: 90%;
    margin: 30px;
    background: #fff;
    border-radius: 15px;
}
.modal-wrap {
	position: relative;
	padding-bottom: 0;
	overflow: auto;
	border-radius: 15px;
}
.modal-wrap .txt-box{
    position: relative;
    background: #0486c7;
    box-sizing: border-box;
    padding: 50px 40px 80px;
    color: #fff;
    text-align: center;
}
.modal-wrap .txt-box:before {
    content: url(../../../img/header/nav_home.svg);
    position: absolute;
    background: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    padding: 20px;
    left: 50%;
    top: 100%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.modal-wrap h3{
    font-family: 'Kosugi Maru', sans-serif;
    position: relative;
	font-size: 18px;
    letter-spacing: .2em;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.modal-wrap h3:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 1px;
    background: #fff;
}
.modal-wrap h4{
    font-family: 'Kosugi Maru', sans-serif;
    letter-spacing: .2em;
}
.modal-wrap .txt-box p{
	margin-top: 20px;
}
.modal-wrap .item-list{
    padding: 60px 80px;
    text-align: center;
}
.modal-wrap .mate{
    margin-bottom: 5px;
    font-weight: 700;
    font-size: .85em;
}
.modal-wrap p.txt{
	margin-bottom: 30px;
}
.modal-wrap .item-list ul{
	display: flex;
	flex-wrap: wrap;
}
.modal-wrap .item-list li{
	width: 20%;
    margin-bottom: 25px;
	list-style: none;
	text-align: center;
}
.modal-wrap .item-list li .price span{
	font-size: .9em;
}
.modal-wrap .item-list li.one{
	width: 33.3333%;
}
.modal-wrap .item-list li img{
	padding: 0 10px;
}
.modal-wrap .item-list li .title{
	padding-top: 10px;
    text-align: center;
    font-size: .85em;
	line-height: 1.1;
}
.modal-wrap .at-box,
.modal-wrap .contact-box{
	margin: 40px;
    border-top: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
	align-items: stretch;
    border-left: 1px solid #ddd;
	font-size: .85em;
}
.modal-wrap .at-box dt,
.modal-wrap .contact-box dt{
	font-weight: 700;
    width: 20%;
    padding: 20px;
    letter-spacing: .2em;
    background: #eee;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.modal-wrap .at-box dd,
.modal-wrap .contact-box dd{
	width: 80%;
    padding: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.modal-wrap .contact-box dt.title-txt{
	width: 100%;
    background: #333;
    color: #fff;
}
.modal-wrap .contact-box dd a.link{
	border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
    padding-right: 17px;
    padding: 0 17px 3px 5px;
    position: relative;
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.modal-wrap .contact-box dd a.link:before,
.modal-wrap .contact-box dd a.link:after{
	position: absolute;
    content: "";
    top: 0;
    right: 2px;
    transform: rotate(45deg) translateY(-50%);
    background-color: currentColor;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.modal-wrap .contact-box dd a.link:before {
    width: 8px;
    height: 1px;
    opacity: 1;
    top: 5px;
}
.modal-wrap .contact-box dd a.link:after {
	width: 1px;
    height: 8px;
    top: 9px;
    right: 8px;
}
.modal-wrap .contact-box dd a:hover{
	opacity: 0.5;
}
.modal-close{
	position: fixed;
    width: 55px;
    height: 55px;
    left: 50%;
    border: none;
    border-radius: 50%;
    background: #0486c7;
    color: #eee;
    cursor: pointer;
    text-align: center;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
    vertical-align: middle;
    line-height: 0;
    transform: scale(1.001) translate(-50%, -50%);
    transition: background 0.15s ease-in-out, opacity 0.15s ease-in-out, transform 0.2s ease-in-out, color 0.2s ease-in-out;
    overflow: hidden;
}
.modal-close:before,
.modal-close:after{
	content: "";
    background: #eee;
    width: 23px;
    height: 1px;
    transform: rotate(45deg);
    top: 26px;
    right: 16px;
    position: absolute;
    transition: all .3s ease;
}
.modal-close:after{
	transform: rotate(-45deg);
}
.modal-close:hover:before,
.modal-close:hover:after{
	animation: flash .3s;
}
@keyframes flash {
	0% { top: 26px; }
	50% { top: 80px; }
	51% { top: -80px; }
	100% { top: 26px; }
}

/*CONTACT*/
.contact {
	margin-top: 180px;
}
.contact .contact-area1,
.contact .contact-area2{
	position: relative;
    width: 100%;
    margin: 60px auto 0;
}
.contact .contact-area1 h2,
.contact .contact-area2 h2{
    font-family: 'Kosugi Maru', sans-serif;
    background: #5cc2d0;
    border-radius: 15px;
    font-size: 1.2em;
    letter-spacing: .4em;
    padding: 13px 35px 15px 43px;
    display: table;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%);
	z-index: 1;
}
.contact .box1{
	width: 60%;
	margin: 0 auto;
}
.contact .contact-area1 .box1:before {
    content: "";
    right: 0;
    top: 50%;
    transform: translate(0%,-50%);
    width: 20%;
    height: 250px;
    position: absolute;
    background-image: radial-gradient(#c5eefe 25%, transparent 0), radial-gradient(#c5eefe 25%, transparent 0);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
}
.contact .contact-area1 .box1:after {
    left:0;
    top: 50%;
    width: 20%;
    height: 250px;
    transform: translate(0%,-50%);
}
.contact .box1-in{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 70px 0 50px;
}
.contact .contact-area1 .box1-in:after{
	content: "";
	position: absolute;
	background: #f7f7f7;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.contact .contact-area1 .text-box{
	display: table;
    margin: 20px auto;
}
.contact .contact-area1 .text-box .adress{
	padding: 10px 20px;
	margin-top: 10px;
}
.contact .contact-area1 .text-box dl{
	display: flex;
	align-items: baseline;
    justify-content: flex-start;
	padding: 15px 20px;
    font-size: 1.4em;
	border-bottom: 1px solid #0086c7;
}
.contact .contact-area1 .text-box dl:nth-child(2){
	border-bottom: 1px solid #f19eb4;
}
.contact .contact-area1 .text-box dl dt{
	clear: left ;
	font-weight: 700;
	width: 85px;
}
.contact .contact-area1 .text-box dl dd{
	width: 100%;
	letter-spacing: .25em;
	font-family: 'Kosugi Maru', sans-serif;
}
.contact .contact-area1 .text-box dl dd a{
	color: #121212;
}
.contact .contact-area1 .text-box .btn-box{
	margin-top: 30px;
	text-align: center;
}

.contact .box2{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 70px 0;
	width: 90%;
	margin: 130px auto 100px;
}
.contact .contact-area2 .box2:before{
	content: "";
	position: absolute;
	background-image: radial-gradient(#c5eefe 25%, transparent 0), radial-gradient(#c5eefe 25%, transparent 0);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
	z-index: -1;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
}
.contact .contact-area2 .box2:after{
	content: "";
	position: absolute;
	background-image: radial-gradient(#fed5f2 25%, transparent 0), radial-gradient(#fed5f2 25%, transparent 0);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
	z-index: -1;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
}
.contact .box2 .text-area{
	position: relative;
	display: table;
	margin: 0 auto;
	width: 80%;
	padding: 70px 0 90px;
	background: #fff;
}
.contact .contact-area1 h2 span.b,
.contact .contact-area2 h2 span.b{
	font-size: 1.5em;
}
.contact .contact-area2 h3{
	text-align: center;
	font-family: 'Kosugi Maru', sans-serif;
    position: relative;
    font-size: 1.35em;
    letter-spacing: .2em;
    padding: 20px;
	display: table;
    margin: 0 auto;
}
.contact .contact-area2 h3:before{
	content: "";
	position: absolute;
	background: #0086c7;
	width: 100%;
	height: 1px;
	bottom: 5px;
	left: 0;
}
.contact .contact-area2 h3:after{
	content: "";
	position: absolute;
	background: #f19eb4;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
}
.contact .contact-area2 ul li .q-area{
	border-bottom: 1px solid #0086c7;
	padding: 0 20px 20px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.contact .contact-area2 ul li .q-area span{
	display: flex;
    position: relative;
    border-radius: 50%;
    background: #0086c7;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    color: #fff;
    line-height: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
	font-weight: 700;
}
.contact .contact-area2 ul li .a-area{
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	color: #666;
}
.contact .contact-area2 ul li .a-area span{
	display: flex;
    position: relative;
    border-radius: 50%;
    background: #ea5c85;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    color: #fff;
    line-height: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
	font-weight: 700;
	margin-top: 3px;
}
.contact .contact-area2 ul li .q-area h4{
	font-size: 1.1em;
}
.contact .contact-area2 ul li .q-area h4,
.contact .contact-area2 ul li .a-area p{
    width: calc(100% - 60px);
}
.contact .contact-area2 ul li .a-area p{
	margin-top: 10px;
}
.contact .contact-area2 ul li:nth-child(2) .q-area,
.contact .contact-area2 ul li:nth-child(4) .q-area{
	border-bottom: 1px solid #f19eb4;
}

/*thanks.html*/
.link-btn{
	width: 200px;
    text-align: center;
    height: auto;
    padding: 10px;
    font-weight: 700;
    border-radius: 50px;
    margin: 30px auto 0;
}
.link-btn a{
	color: #fff;
}
.link-btn:hover:after{
    right: 25px !important;
}
@media screen and (max-width: 1600px) {
	.recruit-area .recruit-4staff ul{
		width: 900px;
	}
	.recruit-area .recruit-4staff ul li{
		width: 50%;
	}
	.recruit-area .recruit-4staff:before,
	.recruit-area .recruit-4staff:after {
		width: calc(48% - 450px);
	}
	.recruit-area .recruit-4staff ul li:nth-child(3),
	.recruit-area .recruit-4staff ul li:nth-child(4){
		margin-top: 100px;
	}
}
@media screen and (max-width: 1450px){
	.recruit-area {
		margin-top: 130px;
	}
	.recruit-area .text-box p br{
		display: none;
	}
	.recruit-area .image-box-recruit .image {
		margin-left: 5%;
		width: 90%;
	}
	.recruit-area .image-box-recruit:after{
		width: 5%;
	}
	.recruit-area.e2 .image-box-recruit .image{
		margin-left: 5%;
	}
}
@media screen and (max-width: 1300px) {
	.contact{
		margin-top: 160px;
	}
	.contact .box2{
		margin-top: 100px;
	}
	.contact .box2 .text-area,
	.contact .contact-area2 ul{
		width: 90%;
	}
    .recruit-area.e4 .at{
        padding: 120px 0 80px;
    }
    .recruit-area.e4 .at:after{
        letter-spacing: .4em;
        font-size: .8em;
        padding: 25px 40px;
    }
    .recruit-area.e4 .at .t-box {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        padding: 0 8vw;
    }
    .recruit-area.e4 .at h3{
        margin-bottom: 50px;
        padding: 0 30px 50px 30px;
    }
    .recruit-area.e4 .at h3:before{
        width: 52px;
        height: 48px;
        top: -49px;
    }
    .recruit-area.e4 .btn-box {
        width: 100%;
        margin: 50px 8vw 0;
    }
    .recruit-area.e4 .btn-box .link {
        margin: 0 auto;
        text-align: center;
    }
    .recruit-area.e4 .btn-box .link p {
        margin: 0 auto 10px;
        text-align: center;
    }
    .recruit-area.e4 .gift-box{
        width: 100%;
        margin: 50px 8vw 0;
    }
}
@media screen and (max-width: 1200px) {
	.contact .contact-area2 h3{
		text-align: left;
		line-height: 1.5;
		padding: 20px 1.5em;
	}
	.recruit-area .recruit-4staff ul{
		width: 80%;
	}
	.recruit-area .recruit-4staff:before,
	.recruit-area .recruit-4staff:after {
		width: 8%;
	}
    .item-inner{
        width: 80%;
    }
    .modal-wrap .item-list {
        padding: 50px 8%;
    }
    .item-inner br{
        display: none;
    }
}
@media screen and (max-width: 1100px) {
	.recruit-area .image-box-recruit,
	.recruit-area .image-box-recruit .image{
		height: 300px;
	}
	.recruit-area h3 {
		margin: 0 auto;
		font-size: 1.6em;
	}
	.recruit-area h3 br{
		display: none;
	}
}
@media screen and (max-width: 980px) {
	#main-cnt .wrapper-in{
		padding: 50px 3vw 0;
	}
	.top-image{
		width: calc(100% - 6vw);
	}
	.top-image .cap-main {
    	padding: 20px 30px;
	    bottom: 0;
	    top: initial;
	}
	.top-image .cap-main.view{
		transform: translate(-50%,50%) scale(1);
    	-webkit-transform: translate(-50%,50%) scale(1);
	}
	.contact .box1 {
    	width: 80%;
	}
	.contact .contact-area1 .box1:before,
	.contact .contact-area1 .box1:after{
		width: 10%;
	}
	.contact .contact-area1 .text-box dl{
		font-size: 1.3em;
	}
    .modal-wrap .txt-box{
        padding: 30px 8vw 60px;
    }
    .modal-wrap h3{
        font-size: 17px;
    }
    .modal-wrap .txt-box:before{
        width: 35px;
        height: 35px;
    }
    .modal-wrap h4{
        font-size: .9em;
    }
    .modal-wrap .item-list {
        font-size: .9em;
        padding: 50px 8%;
    }
    .recruit-area.e4 .gift-box h4 .spbr{
        display: block;
    }
}
@media screen and (max-width: 768px) {
	.top-image {
		height: 70px;
	}
	.main-view .cap-main {
    	padding: 20px;
	}
	.main-view .cap-main h3 {
		font-size: .95em;
	    letter-spacing: .2em;
	}
	.recruit-area {
		margin-top: 70px;
	}
	.recruit-area .text-box{
		width: calc(100% - 6vw);
	}
	.recruit-area h3 {
		font-size: 1.2em;
		line-height: 1.4;
		padding: 0px 3vw 20px;
	}
	.recruit-area p {
		margin: 20px auto 0;
	}
	.recruit-area .image-box-recruit{
		margin: 30px 0 0;
	}
	.recruit-area .image-box-recruit,
	.recruit-area .image-box-recruit .image {
		height: 250px;
	}
	.recruit-area .image-box-recruit .image {
		margin-left: 3vw;
		width: calc(100% - 6vw);
	}
	.recruit-area.e2 .image-box-recruit .image {
		margin-left: 3vw;
	}
	.recruit-area .recruit-4staff{
		margin-top: 30px;
	}
	.recruit-area .image-box-recruit:after,
	.recruit-area .recruit-4staff:before,
	.recruit-area .recruit-4staff:after{
		width:  3vw;
	}
	.recruit-area .recruit-4staff ul {
		width: calc(100% - 6vw);
		display: block;
	}
	.recruit-area .recruit-4staff ul li {
		width: 100%;
	}
	.recruit-area .recruit-4staff ul li:nth-child(1),
	.recruit-area .recruit-4staff ul li:nth-child(2),
	.recruit-area .recruit-4staff ul li:nth-child(3),
	.recruit-area .recruit-4staff ul li:nth-child(4) {
    	margin-top: 30px;
    	padding: 30px 0;
		background: #eee;
	}
	.recruit-area.e3 .recruit-4staff li .image {
		width: 200px;
		height: 250px;
	}
	.recruit-area .recruit-4staff .text-box {
		width: 300px;
	}
	.recruit-area .recruit-4staff li h4{
		font-size: 18px;
		margin-top: 20px;
	}
	.recruit-area .recruit-4staff li h4 span{
		font-size: 13px;
	}
	.recruit-area p {
		margin: 10px auto 0;
	}
    .recruit-area.e4 .at {
        margin-top: 70px;
        padding: 120px 0 8vw;
        border-radius: 8px;
    }
    .recruit-area.e4 .at h3:after{
        content: none;
    }
    .recruit-area.e4 .at:after {
        letter-spacing: .4em;
        padding: 20px;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 0 0 15px 15px;
    }
    .recruit-area.e4 .at h3 {
        margin-bottom: 0;
        padding: 0 7vw 30px 7vw;
        font-size: 1.2em;
        line-height: 1.4;
    }
    .recruit-area.e4 .at h3,
    .recruit-area.e4 .at h4 {
        font-size: 1.1em;
        line-height: 1.4;
    }
    .recruit-area.e4 .btn-box,
    .recruit-area.e4 .gift-box{
        padding: 7vw;
        margin-top: 30px;
        border-radius: 8px;
    }
    .recruit-area.e4 .btn-box .link.mtop {
        margin-top: 30px;
        padding-top: 30px;
    }
    .recruit-area.e4 .gift-box p{
        margin-top: 20px;
        text-align: left;
        font-size: .9em;
    }

	.contact{
		margin-top: 95px;
	}
	.contact .box1 {
		width: 88vw;
	}
	.contact .contact-area1 .box1:before,
	.contact .contact-area1 .box1:after{
		width: 3vw;
		height: 200px;
	}
	.contact .contact-area1 h2,
	.contact .contact-area2 h2{
		font-size: .9em;
		padding: 7px 20px 7px 26px;
	}
	.contact .contact-area1 h2 span.b{
		font-size: 1.2em;
	}
	.contact .contact-area2 h2 span.b{
		font-size: 1.4em;
	    line-height: 1.2;
	}
	
	.contact .contact-area1 .text-box{
		display: block;
		width: 80vw;
	    margin: 10px auto 0;
	}
	.contact .contact-area1 .text-box dl{
		font-size: 1em;
		padding: 10px 20px;
	}
	.contact .contact-area1 .text-box dl dt {
		width: 60px;
	}
	.contact .contact-area1 .text-box dl dd{
		letter-spacing: .15em;
	}
	.contact .box1-in{
		padding: 35px 0 40px;
	}
	.contact .box2{
		margin-top: 50px;
	    margin-bottom: 0;
		padding: 3vw 0;
		width: 100%;
	}
	.contact .box2 .text-area{
	    margin: 40px auto 0px;
    	padding: 30px 0 40px;
	}
	.contact .contact-area2 h3 {
		font-size: 1.1em;
		line-height: 1.4;
		letter-spacing: .1em;
		padding: 20px 3vw;
	}
	.contact .contact-area2 ul{
		width: 100%;
	    padding-bottom: 20px;
	}
	.contact .contact-area2 ul li .q-area{
		display: block;
	    padding: 0 0 20px;
		align-items: inherit;
	}
	.contact .contact-area2 ul li .a-area{
	    padding: 15px 0 20px;
	}
	.contact .contact-area2 ul li .q-area h4{
		font-size: 1em;
	}
	.contact .contact-area2 ul li .q-area span,
	.contact .contact-area2 ul li .a-area span{
		width: 33px;
		height: 33px;
		margin: 0 auto;
	}
	.contact .contact-area2 ul li .q-area h4,
	.contact .contact-area2 ul li .a-area p {
    	width: calc(100% - 3vw);
		line-height: 1.5;
		margin: 10px auto 0;
	}
	.contact .contact-area2 .last{
		padding-bottom: 0	
	}
}

@media screen and ( max-width : 640px ){
	.pc{
		display: none;
	}
    .modal-wrap .txt-box {
        padding: 30px 8vw 55px;
    }
    .modal-wrap .item-list {
        padding: 40px 8% 27px;
    }
    .modal-wrap .item-list {
        padding: 40px 8%;
    }
    .modal-wrap h3 {
        font-size: 16px;
        line-height: 1.4;
    }
}
@media screen and ( max-height : 710px ){
    .modal-wrap .txt-box:before,
    .modal-wrap h3:after {
        content: none;
    }
    .modal-wrap h3{
        font-size: 1em;
        margin-bottom: 0;
    }
    .modal-wrap .txt-box {
        padding: 30px 8vw 25px;
    }
    .modal-wrap .item-list {
        padding: 25px 8% 35px;
    }
}