@charset "utf-8";
/***********************************************************************************************************************
* 基本構造
***********************************************************************************************************************/
html {
    width: 100%;
}

body{
	font-size: 1.6rem;/*基準*/
	line-height: 1.875em;
	color:#313131;
}
body.noduration *{
	transition-duration:  0s !important;
}


*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wrap{
	max-width: 1100px;
	padding: 0 50px;
	margin:0 auto;
}

.conts{
	max-width: 1000px;
	margin: 0 auto;
	padding:0 6%;
}

.section{
	margin:65px 0 70px;
}

/*グーグルフォント*/
.sawarabi{
	font-family: "Sawarabi Mincho";
	font-size:2rem;
}
.sawarabi_intro{
	font-family: "Sawarabi Mincho";
	font-size:3rem;
}
.selfintro{
	font-family: 'Allura', cursive;
	font-family: 'Comfortaa', cursive;
	font-size:2rem;
	color:forestgreen;
}
.marcellus{
	font-family: 'Marcellus', serif;
}

/*アンカー*/
a{
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	opacity: 1;
}

a:hover{
	opacity: 0.5;
}
	.link{ color:#0068b7;}

	.under{
		text-decoration: underline;
	}

	a[href^="tel:"] {
	    pointer-events: none;
	}

/*画像切り替えなど*/
.sp{ display: none !important; }
.pc{ display:block !important; }

.sp2{ display: none !important; }
.pc2{ display:block !important; }
@media screen and (max-width: 768px){
	.pc2{ display:none !important; }
	.sp2{ display: block !important; }
}


/*カラー設定*/

.top-m-isum .btn-a{ color:#13174d; }
.top-m-isum .btn-a::after{background:#13174d; }
.top-m-isum .btn-a::before{	border-color: transparent transparent transparent #13174d;}

.top-wrok .btn-a{ color: #de3484; }
.top-wrok .btn-a::after{background: #de3484; }
.top-wrok .btn-a::before{	border-color: transparent transparent transparent  #de3484;}


.top-whats .btn-a{ color: #6a1684; }
.top-whats .btn-a::after{background: #6a1684; }
.top-whats .btn-a::before{	border-color: transparent transparent transparent  #6a1684;}


.top-m-isum .section-group1 .txt-box{background:#13174d; }
.top-wrok  .section-group1 .txt-box{background:#de3484; }
.section-staff{
	background: #FFF8FC;
	padding: 80px 0;
  margin: 65px 0 0px;
}

.section-staff p{
	margin-bottom: 1em;
}


	img{ max-width: 100%; height: auto;}

	/*画像幅100%*/
	img.wide{ width: 100%; height: auto;}

/*ローディング*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 9999;
}


#loader {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 60px;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  z-index: 10000;
}

/*ローダー・サークル*/
.loader1{
  width:45px;
  height:45px;
  border-radius:50%;
  border:2px solid rgba(0,0,0,0.2);
  border-top-color:rgba(0,0,0,0.4);
  /* border-top-color:#00468C; */
  box-sizing:border-box;
  display: inline-block;
  animation:loading 0.6s linear infinite;
  -webkit-animation:loading 0.6s linear infinite;
}
	@keyframes loading{
	  0%{transform:rotate(0deg)}
	  100%{transform:rotate(360deg)}
	}
		@-webkit-keyframes loading{
		  0%{-webkit-transform:rotate(0deg)}
		  100%{-webkit-transform:rotate(360deg)}
		}

.loader2{
	display: inline-block;
	display: none;
	width:45px;
  	height:45px;
	position: absolute;
	background: #fff;
	margin: 0 auto;
	animation:loading0 0.7s linear infinite;
 		 -webkit-animation:loading0 0.7s linear infinite;
	}

.loader2::after{
	content:"";
	position: absolute;
	display: block;
	width: 33.33%;
	height: 33.33%;
	bottom:-1px;
	right:-1px;
	background: #E62320;
	}
/*	@keyframes loading1{
		  0%{opacity:0;}
		  50%{opacity:1;}
		  100%{opacity:0;}
		}
			@-webkit-keyframes loading1{
				0%{opacity:0;}
				50%{opacity:1;}
			  	100%{opacity:0;}
			}*/

.loader2::before{
	content:"";
	position: absolute;
	display: block;
	width: 33.33%;
	height: 33.33%;
	bottom:33.33%;
	right:33.33%;
	background: #E62320;
}

body.home #all-wrap{
	position: relative;
	z-index: 1;
	overflow: hidden;
	opacity: 0;
}


/*フォント*/
.ft-ari{
	font-family: 'Arial' sans-serif;
}


/*ヘッダー*/

header{
	position: fixed;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height:80px;
	padding: 0;
	background:#fff;
	z-index: 1000;
}

	header .logo{
		display: inline-block;
		width: 300px;
	}
	header .logo a{
		display: inline-block;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		margin-left: 55px;
		white-space: nowrap;
	}
		header .logo a>span{
			font-size: 1.6rem;
			margin-left: 1em;
		}


	header #nav{
		display: block;
		width: -webkit-calc(100% - 600px);
		width: calc(100% - 600px);
	}


/* ------------------------------
   #nav
------------------------------ */
#nav {
	position: static;
}
 
#nav > ul {
    margin: 0 auto;
    text-align: left;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

#nav > ul > li {
	margin-right: 3.5vw;
}

#nav > ul > li > a {
	height: 86px;
    line-height: 86px;
    display: block;
    text-align: center;
    position: relative;
    font-weight: bold;
}

	#nav> ul>li.open>a::after{
		content:"";
		position: absolute;
		display: block;
		width: 90px;
		height: 1px;
		background: #000;
		bottom:20px;
		left:50%;
		margin-left: -45px;
		opacity: 1;
		-webkit-transition: all 0.3s ease 0.7s;
		-moz-transition: all 0.3s ease 0.7s;
		-ms-transition: all 0.3s ease 0.7s;
		-o-transition: all 0.3s ease 0.7s;
		transition: all 0.3s ease 0.7s;
	}

	#nav> ul>li.open:hover::after{
		opacity: 1;
	}


#nav .ch-wrap {
    top: 86px;
    left: 0;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    background: #fff;
    position: absolute;
    z-index: 10;
    overflow: hidden;
	display: none;

}

#nav > .ch-wrap .center {
    left: auto;
    text-align: center;
}

#nav .ch-wrap .ch-inr {
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 50px;
    max-width: 1058px;
    line-height: 1.6;
    text-align: left;
}

#nav .ch-wrap .ch-inr .ch-menu{}
#nav .ch-wrap .ch-inr .ch-menu>li{
	margin-right: 3%;
	width: 31.33%;
	border:1px solid #b5b5b5;
}
#nav .ch-wrap .ch-inr .ch-menu>li:nth-child(2n){
	margin-right: 3%;
}
#nav .ch-wrap .ch-inr .ch-menu>li>a{
	font-weight: bold;
	font-size: 1.8rem;
	max-width: 330px;
	display: block;
	background: #fff;
	text-align: center;
	height: 140px;
	line-height: 140px;
}

#nav .ch-wrap .ch-inr .case-block{
}

#nav .ch-wrap .ch-inr .case-block p{
	font-size: 1.8rem;
	margin-bottom: 10px;
}
#nav .ch-wrap .ch-inr .case-block>.case-box{
	padding-top: 25px;
}
#nav .ch-wrap .ch-inr .case-block>.case-box>.group1{
	width: 37%;
	margin-right: 6%;
	margin-bottom: 30px;
}


#nav .ch-wrap .ch-inr .case-block>.case-box>.group2{
	width: 57%;
	margin-bottom: 20px;
}


	#nav .ch-wrap .ch-inr .case-block>.case-box>.group1 .case-list{
	}

	#nav .ch-wrap .ch-inr .case-block>.case-box>.group1 .case-list>li{
		width: 46.2%;
		margin-right: 7.6%;
	}
	#nav .ch-wrap .ch-inr .case-block>.case-box>.group2 .case-list>li{
		width: 30%;
		margin-right: 5%;
	}

	#nav .ch-wrap .ch-inr .case-block>.case-box>.group2 .case-list>li:nth-child(3n){
		margin-right: 0;
	}

	#nav .ch-wrap .ch-inr .case-block>.case-box>.group1 .case-list>li:nth-child(2n){
		margin-right: 0;
	}

	#nav>ul>li .case-list>li a{
		position: relative;
		display: block;
		overflow: hidden;
	}

/*tobihito*/
.tobihito .title {
	max-width: 524px;
 margin: 50px auto 0;
}
.tobihito .title img{
}


.tobihito .ch-wrap {
    width: 100%;
    padding: 0 20px;
    text-align: center;
    background: #fff;
    z-index: 10;
    overflow: hidden;
	display:block;

}


.tobihito .ch-wrap .ch-inr {
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 50px;
    max-width: 1058px;
    line-height: 1.6;
    text-align: left;
}


.tobihito .ch-wrap .ch-inr .ch-menu{}
.tobihito .ch-wrap .ch-inr .ch-menu>li{
	margin-right: 3%;
	width: 31.33%;
	border:1px solid #b5b5b5;
}
.tobihito .ch-wrap .ch-inr .ch-menu>li:nth-child(3n){
	margin-right: 0
}
.tobihito .ch-wrap .ch-inr .ch-menu>li>a{
	font-weight: bold;
	font-size: 1.8rem;
	max-width: 330px;
	display: block;
	background: #fff;
	text-align: center;
	height: 140px;
	line-height: 140px;
}

.tobihito .ch-wrap .ch-inr .case-block{
}

.tobihito .ch-wrap .ch-inr .case-block p{
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.tobihito .ch-wrap .ch-inr .case-block>.case-box{
	padding-top: 25px;
}
.tobihito .ch-wrap .ch-inr .case-block>.case-box>.group1{
	width: 37%;
	margin-right: 6%;
	margin-bottom: 30px;
}


.tobihito .ch-wrap .ch-inr .case-block>.case-box>.group2{
	width: 57%;
	margin-bottom: 20px;
}


	.tobihito .ch-wrap .ch-inr .case-block>.case-box>.group1 .case-list{
	}

	.tobihito .ch-wrap .ch-inr .case-block>.case-box>.group1 .case-list>li{
		width: 46.2%;
		margin-right: 7.6%;
	}
	.tobihito .ch-wrap .ch-inr .case-block>.case-box>.group2 .case-list>li{
		width: 30%;
		margin-right: 5%;
	}

	.tobihito .ch-wrap .ch-inr .case-block>.case-box>.group2 .case-list>li:nth-child(3n){
		margin-right: 0;
	}

	.tobihito .ch-wrap .ch-inr .case-block>.case-box>.group1 .case-list>li:nth-child(2n){
		margin-right: 0;
	}

	.tobihito>ul>li .case-list>li a{
		position: relative;
		display: block;
		overflow: hidden;
	}




footer .ft-block{
	z-index: 10;
	position: relative;
	background: #f0f0f0;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	flex-direction:         row-reverse;
}


footer .logo-box{
	padding:57px 44px;
	-webkit-flex-grow: 3;
	flex-grow: 3;
}
footer .logo-box img{
	display: block;
	margin-left: 1em;
	margin-bottom: 10px;
	width: 300px;
}
footer .logo-box p{
	display: inline-block;
	color:#6b1685;
	padding-left: 80px;
	font-size: 20px;;
	font-weight: bold;
	font-family: Verdana, Geneva, "sans-serif";
}
footer .menu-box {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	padding-top: 20px;
}
footer .menu-box ul {}
footer .menu-box ul >li{
	margin: 8px 0;
}
footer .apply-box{
		-webkit-flex-grow: 1;
	flex-grow: 1;
}
footer .apply-box >a{
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50%;
	line-height: 100%;
	color:#fff;
	font-weight: bold;
	font-size: 2rem;

}
footer .apply-box >.rec{
	background: #6a1684;

}


footer .apply-box >.ent{
	background: #af61a2;
}

footer .copyright{
	text-align: center;
	padding: 10px;
}

#pagetop{
	position: absolute;
	display: block;
	height: 76px;
	width: 76px;
	top:-76px;
	right:0px;
	cursor: pointer;
}
#pagetop::after{
	content: "";
	position: absolute;
	display: block;
	top:50%;
	right:25px;
	width: 1.3em;
	height: 1.3em;
	border-top: solid 3px #6a1684;
	border-left:solid 3px #6a1684;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



/***********************************************************************************************************************
* パーツ
***********************************************************************************************************************/
.btn-a{
	position: relative;
	display: inline-block;
	max-width: 320px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #fff;
	font-size: 2rem;
	padding: 0 43px;
	font-weight: bold;
	text-align: left;
	color:#6a1684;
}
	.btn-a::after{
		content:"";
		position: absolute;
		display: block;
		width: 29px;
		height: 1px;
		margin-top:2px ;
		top:50%;
		right:47px;
		background: #6a1684;
	}

	.btn-a::before{
		content:"";
		position: absolute;
		display: block;
		margin-top: -4px;
		top:50%;
		right:45px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 0 0 7px;
		border-color: transparent transparent transparent #6a1684;
	}

.btn-a.type2{
	background:#6a1684;
	color:#fff;
	text-align: center;
	max-width: 520px;
}
	.btn-a::after{
		background: #fff;
	}

	.btn-a::before{
		border-color: transparent transparent transparent #fff;
	}



/*見出し*/
.headline-lg{
	font-size:3rem;
	text-align: center;
	margin-bottom: 35px;
}
	.headline-lg>sub{
		font-weight: normal;
	}

.headline-m{
	text-align: center;
	font-size: 2.6rem;
	margin-bottom: 25px;
}

.two-row-block1{}
.two-row-block1>div{}



.main-visual{
	position: relative;
}
.main-visual .txt-layer{
}

.main-visual .txt-layer .inr{
	position: relative;
	padding-left: 6.25%;
	padding-top: 4.8%;
}

.main-visual .txt-layer .inr .ttl{
	max-width: 388px;
	width: 27%;
	margin-left: -15px;
	margin-bottom: 20px;
}
.main-visual .txt-layer .inr .txt{
	max-width: 649px;
	width: 45%;
}

.main-visual .txt-layer .name{
	position: absolute;
	right:20%;
	bottom: 4.5%;
	max-width: 315px;
	width: 21.8%;
}

.two-row-block1{}
	.two-row-block1> .img-box{
		width: 50%;
		padding-right: 40px;
	}

	.two-row-block1> .txt-box{
		width: 50%;
		padding-left: 25px;
	}

.two-img-block1{}
.two-img-block1>.img-box{
	width: 48%;
	margin-right: 4%;
}

.two-img-block1>.img-box:nth-child(2){
	margin-right: 0;
}

.txt-wide-block,
.img-wide-block{
	margin-bottom: 40px;
}

.three-img-block1>.row{
	width: 48%;
	margin-right: 4%;
}
.three-img-block1>.row:nth-child(2){
	margin-right: 0;
}


.three-img-block1>.row.flex{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}




/************************************************************
* トップページ
*************************************************************/

.main,
.top-main{
	padding-top: 86px;
	padding-bottom: 71px;
}

.main-slider{
	position: relative;
	z-index: 1;
}

.main-slider{
	position: relative;
	z-index: 1;
}



.top-visual {
	position: relative;
}

.top-visual .copy-layer {
	position: absolute;
	left: 55px;
	bottom:25px;
	width: 100%;
	z-index: 100;
}

.top-visual .picture{
	position: relative;
	padding-top: 62.4%;
	background-color:#f10;
}
.top-visual .picture .inr{
	background-color:#f10;
}

.top-news {
	background: #cf3c56;
	padding: 5px 10px;
	color:#fff;
}
.top-news .news-block{
	width: 100%;
}
.top-news .news-block .head-box{
	width: 171px;
	padding: 15px 0;
	text-align: center;
	border-right: 1px solid #ffafbd;
}

.top-news .news-block .head-box .headding{
	white-space: nowrap;
	font-style: italic;
	font-weight: normal;
}
.top-news .news-block .news-box{
	width: 100%;
}

.top-news .news-block .news-box article {
    padding-left: 27px;
    padding-top: 10px;
}

.top-news .news-block .news-box article>time{}
.top-news .news-block .news-box article>p{
	padding:0 1em;
}
.top-news .news-block .news-box article>p>a{
	color:#fff;
}
.top-news .news-block .btn-box{
	text-align: center;
	display: block;
	border-left: 1px solid #ffafbd;
}

.top-news .news-block .btn-box>a{
	width: 59px;
	height: 50px;
	line-height: 50px;
	display: block;
	color:#fff;
}

.top-main-contents,
.main-contents{
	max-width: 1440px;
	margin: 0 auto;
	padding-bottom: 70px;
}

.section-group1{
	margin:50px 0;
	position: relative;
}

.section-group1 .txt-box{
	background: #6b5a26;
	text-align: left;
	padding:0 5%;

}

.section-group1 .txt-box .inr {
    max-width: 577px;
    padding-top: 55px;
    display: inline-block;
    text-align: left;
}

.top-work .section-group1 .txt-box{
	background: #6b5a26;
	color:#fff;
}

.section-group1 .txt-box{
	max-width: 1280px;
	width: 100%;
	min-height: 500px;
	background: #a52739;
}
.section-group1 .img-box{
	position: absolute;
	right:5%;
	bottom:-40px;
}

.section-group1 .img-box{
	position: absolute;
	right:5%;
	bottom:-40px;
}

.section-group1.revs .img-box{
	position: absolute;
	left:5%;
	right:auto;
}
.section-group1.revs .txt-box{
	text-align: right;
}
.section-group1.revs .btn-area{
	text-align: right;
}





.section-group1 .txt-box .title{
	margin-bottom: 30px;
}


.section-group1 .txt-box p{
	font-size: 1.4rem;
	margin-bottom: 70px;
	color:#fff;
}

.section-group2{
	position: relative;
	margin:0 auto;
	z-index: 1;
}
	.section-group2 .img-block{
		width:100%;
		position: relative;
		z-index: 2;
		color:#fff;
	}

	.section-group2 .conts-block{
		position: relative;
		max-width: 960px;
		margin:-120px auto 0;
		background: #6a1684;
		z-index: 3;
		padding:42px 75px;
		color:#fff;
	}

		.section-group2 .conts-block .head-box{
			width: 50%;
		}
		.section-group2 .conts-block .txt-box{
			width: 50%;
			text-align: right;
		}
		.section-group2 .conts-block p{
			margin-bottom: 20px;
			font-size: 1.5rem;
			text-align: left;
		}

.top-m-isum{
	color:#fff;
}

.top-whats{
	padding-top: 70px;
}

.top-whats .top-case {
    max-width: 1300px;
    padding: 0 30px;
    margin: 40px auto;
}

.top-whats .top-case .box{
	width: 23.2%;
	margin-right: 2.4%;
}

.top-whats .top-case .box figure figcaption{
	position: relative;
	color:#6a1684;
	display: block;
	background: #fff;
	max-width: 230px;
	margin:0 auto;
	margin-top: -8%;
	padding: 5px 15px;
	text-align: center;
	line-height: 1.8em;
	font-size: 1.5rem;
}
.top-whats .top-case .box figure figcaption span{
	display: block;
	border-bottom: 1px solid #434343;
	margin-bottom: 2px;
	padding-bottom: 2px;
	font-size: 1.6rem;
}

.top-whats .top-case .box:last-child{
	margin-right:0;
}

.top-wrok{}

/****************************************************************
下層ページ
****************************************************************/

/*-----------------------------------
matsumotoisum
----------------------------------*/


.txt-img-block1{
	width: 100%;
}
.txt-img-block1>.txt-box{
	width: 54%;
	padding-right:30px;
	flex-grow:1;
}

.txt-img-block1>.img-box{
	width: 46%;
	 flex-grow:1;
}
.movie-area{
	padding: 0 6%;
}

.section-movie {
	position: relative;
	margin-top: 80px;
	padding:60px 50px;
	border:1px solid #bfbfbf;
}
.section-movie .headline-movie{
	text-align: center;
	position: absolute;
	left: 0;
	top:-33px;
	width: 100%;
}

.movie-btn{

}


/*-----------------------------------
workstyle
----------------------------------*/

#section-top{
}
.ol-img-list1>li{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 40px;
}

.ol-img-list1>li .ttl{
	background: #fff0f2;
	padding:5px 7px;
	margin-bottom: 15px;
}
.ol-img-list1>li .ttl>.num{
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 2.4rem;
	background: #a52739;
	color:#fff;
}
.ol-img-list1>li .ttl>.txt{
	padding-left: 1em;
}

.ol-img-list1>li:nth-child(even){
	margin-right: 0;
}


/*----------------------------------
welcome
----------------------------------*/
.welcome .section-movie{
	margin-bottom: 65px;
}

.welcome .main-visual{
	margin-bottom: 65px;
}

.welcome .section .sub-group{
	margin-bottom: 55px;
}

.inr-link{}
.inr-link>li{
	text-align: center;
	margin: 0 30px;
	max-width: 240px;
	width: 100%;
}
.inr-link>li>a{
	padding: 15px 0;
	display: block;
	border:solid 1px #6a1684;
}
.inr-link>li>a>span{
	position: relative;
	display: inline-block;
	padding:0 20px;
	color:#6a1684;
}
/* .inr-link>li>a>span::after{
	content:"";
	position: absolute;
	display: block;
	top:50%;
	margin-top: -4px;
	right:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #6a1684 transparent transparent transparent;
} */

.inr-link>li>a.nolink{
	pointer-events: none;
	border:solid 1px #898989;
}
.inr-link>li>a.nolink>span{
	color:#898989;
}
.drwset{
	margin-bottom: 3px;
}
	.drwset .drwhead{
		color:#fff;
		padding: 12px 70px;
		position: relative;
		font-size: 1.8rem;
		background: #AF61A2; 
		cursor: pointer;
	}

	.drwhead{
		font-weight: bold;
	}
	.drwset .drwconts{
		position: relative;
		font-size: 1.6rem;
		padding: 12px 40px 12px 60px;
		display: none;
	}
		.drwset .drwhead .qes{
			font-weight: bold;
			font-size: 2.6rem;
			position: absolute;
			left: 20px;
		}
		.drwset .drwconts .ans{
			position: absolute;
			left:20px;
			font-weight: bold;
			font-size: 2.6rem;
			color:#AF61A2;
		}

		.drwset .drwhead:after {
		    content: "";
		    position: absolute;
		    display: block;
		    top: 50%;
		    right: 20px;
		    width: 12px;
		    height: 12px;
		    border-bottom: solid 2px #fff;
		    border-right: solid 2px #fff;
		    margin-top: -7px;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}

		.drwset .drwhead.open:after{
			margin-top: -2px;
		    -webkit-transform: rotate(225deg);
		    transform: rotate(225deg);
		}


.welcome .photo-gallery{
	max-width: 906px;
	margin:0 auto;
}
.welcome .photo-gallery>li{
	margin-right: 3.8%;
	margin-bottom: 3.8%;
	width: 22.15%;
}
.welcome .photo-gallery>li:nth-child(4n){
	margin-right: 0;
}


.lum-lightbox {
    z-index: 9999 !important;
}


/*-----------------------------------
.requirements
----------------------------------*/

/***********************************************************************************************************************
* ハーテック追記　募集要項一覧画面マトリクス
***********************************************************************************************************************/
table.table01 {
	width:100%;
	border-right:#242d7c solid 1px;
	border-collapse: collapse;
    margin-bottom:40px;
}
table.table01 thead th {
	background:#242d7c;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
    font-size: 1.1em;
}
table.table01 thead th:last-child {
	border-right:#242d7c solid 1px;
}
table.table01 tbody th {
	background:#0558c2;
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
    font-size: 1.1em;
}
table.table01 tbody tr:last-child th {
	border-bottom:#242d7c solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#242d7c solid 1px;
	border-bottom:#242d7c solid 1px;
	vertical-align:top;
    font-size: 1.1em;
}
table.table01 tbody td p{
/*    font-size: 1.2em;*/
        margin-bottom: 0 !important;
}
table.table01 tbody td.detail {
	background:#ffe0fc;
}
table.table01 tbody td.detail a {
    color:#0000ff;
    text-decoration: underline;
/*    font-size: 1.2em;*/
}
 
@media screen and (max-width: 640px) {
    table.table01 thead {
        display:none;
    }
    table.table01 tbody th {
        display:block;
    }
    table.table01 tbody td {
        display:block;
    }
    table.table01 tbody td::before {
        content: attr(label);
        float: left;
        clear:both;
        font-weight:bold;
    }
    table.table01 tbody td p {
        padding-left:6em;
        margin-bottom: 0 !important;
    }
}
/***********************************************************************************************************************
* ハーテック追記　募集要項一覧画面マトリクスここまで
***********************************************************************************************************************/


.requirements .bar-head{

	background:#b062a3;
	font-size: 2.6rem;
	text-align: center;
	color: #fff;
	padding: 5px 0;
}



.requirements .entry-tbl {
    margin: 22px 0 36px;
}

.inr-link{}
.inr-link>li.req{
	text-align: center;
	margin: 0 30px;
	max-width: 240px;
	width: 100%;
}
.inr-link>li.req>a{
	padding: 15px 0;
	display: block;
	border:solid 1px #b062a3;
}
.inr-link>li.req>a>span{
	position: relative;
	display: inline-block;
	padding:0 40px 0 20px;
	color:#b062a3;
}
.inr-link>li.req>a>span::after{
	content:"";
	position: absolute;
	display: block;
	top:50%;
	margin-top: -4px;
	right:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #b062a3 transparent transparent transparent;
}



/*----------------------------------
entry
----------------------------------*/
.entry{
	padding-top: 70px;
}
.entry .exp{
	font-size: 1.8rem;
}

.entry .red{
	font-size: 1.8rem;
	color:#e60012;
}
.entry .exp .red{
	font-size:1.6rem;
}
.entry .current{
	margin:20px 0;
	width: -webkit-calc(100% - 25px);
	width: calc(100% - 25px);
}
.entry .current>li{
	position: relative;
	height: 60px;
	line-height: 60px;
	width: 33.33%;
	background: #dcdcdc;
	text-align: center;
	z-index: 1;
	overflow-x:visible;
	font-weight: bold;
}
.entry .current>li:nth-child(1){z-index: 4;}
.entry .current>li:nth-child(2){z-index: 3; padding-left: 1em;}
.entry .current>li:nth-child(3){z-index: 2; padding-left: 1em;}


.entry .current>li::before{
	content:"";
	position: absolute;
	display: block;
	right:-28px;
	top:0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 25px;
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
	border-color: transparent transparent transparent #fff;
	z-index: 10;
}

.entry .current>li::after{
	content:"";
	position: absolute;
	display: block;
	right:-25px;
	top:0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 25px;
	border-color: transparent transparent transparent #dcdcdc;
	z-index: 11;
}

.entry .current>li.active{
	background: #6a1684;
	color:#fff;
}
.entry .current>li.active::after{
	border-color: transparent transparent transparent #6a1684;
}



.entry-tbl{
	width: 100%;
	margin: 50px 0 20px;
	border:1px solid #b062a3;
}

.entry-tbl>tbody{}
.entry-tbl>tbody>tr{}
.entry-tbl>tbody>tr>th{
	width: 21%;
	font-weight: normal;
	white-space: nowrap;
	padding:1.5em 1.5em;
	text-align: left;
	background: #fae3ff;
	vertical-align: top;
	border-bottom:1px solid #b062a3;
}
.entry-tbl>tbody>tr>th>span{
	font-size: 1.8rem;
	color:#e60012;
}
	.entry-tbl>tbody>tr>td{
		padding:1.5em 1.8em;
		font-size: 1.6rem;
		vertical-align: middle;
		border-bottom:1px solid #b062a3;
	}
	.entry-tbl>tbody>tr>td>img{
		max-width: 550px;
	}
	.entry-tbl>tbody>tr>td>a{
		color: #b062a3;
		font-weight: bold;
	}

	.entry .input.type-a{
		max-width: 200px;
	}
	.entry .input.type-b{
		max-width: 70px;
	}
	.entry .input.type-c{
		max-width: 50px;
	}
	.entry .input.type-d{
		max-width: 120px;
	}
	.entry .input.type-e{
		max-width: 417px;
	}

	.entry  .before-label{
		font-size: 1.4rem;
		padding-right: 0.8em;
		vertical-align: middle;
	}
	.entry  .inter-label{
		font-size: 1.4rem;
		padding:0 0.8em;
		vertical-align: middle;
	}
	.entry  .after-label{
		font-size: 1.6rem;
		vertical-align: middle;
		color:#959595;
	}
	.entry .input-block{
		display: table;
		width: 90%;
		overflow: hidden;
		-webkit-align-items: center;
		align-items: center;
	}
	.entry .input-block>.box{
		display: table-cell;
	}
	.entry .input-block>.box:nth-child(2){
		padding-left: 30px;
	}
	.entry .input-block2>.box:nth-child(1){
		margin-bottom: 10px;
	}
	.entry .input-block2>.box.mgn{
		margin-bottom: 20px;
	}

	.entry .input-block .input,
	.entry .input-block2 .input{
		vertical-align: middle;
	}

	.entry .inter-para{
		margin-bottom: 0.2em;
	}

	.entry .radio-group span{
		font-size: 1.4rem;
	}
		.entry .radio-group label{
			position: relative;
			padding-left: 20px;
			padding-right: 20px;
		}
		.entry .radio-group label>input{
			position: absolute;
			left:0;
			top:0;
		}

	.entry select{
		width: 285px;
		font-size: 1.4rem;
		line-height: 1.2em;
	}
	.entry .type-b select{
		width: 165px;
	}


	.entry .bottom-para{
		padding: 0;
		font-size: 1.4rem;
		color:#959595;
	}

	.privcy{}
	.privcy .headline-privcy{
		padding: 20px 0;
		text-align: center;
		font-size: 1.8rem;
		font-weight:bold;
	}
	.privcy .privcy-block{
		max-width: 768px;
		margin:0 auto ;
		padding: 15px 15px;
		border:1px solid #dcdcdc;
	}
		.privcy .privcy-block .title{
			font-size: 1.4rem;
			margin-top: 1em;
			margin-bottom: 1em;
		}

		.privcy .mlist>li{
			position: relative;
			padding-left: 1em;
			font-size: 1.4rem;
		}
		.privcy .mlist>li>span{
			position: absolute;
			left:0;
			top:0;
		}

		.check-group{
			margin: 30px auto;
		}
	.check-group span{
		font-size: 1.4rem;
	}
		.check-group label{
			position: relative;
			padding-left: 1.4em;
		}
		.check-group label>input{
			position: absolute;
			left:0;
			top:0px;
		}
	.entry .btn-area{
		margin: 0 auto 56px;
	}

	.entry .btn-area .submit-btn{
		display: inline-block;
		width: 400px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		background: #6a1684;
		color:#fff;
		font-size: 1.5rem;
	}
	.entry .btn-area  form{
		margin:40px 5% 20px;
		display: block;
	}
	.entry .confirm .btn-area  .submit-btn{
		max-width: 275px;
	}

	.entry .btn-area .submit-btn.back{
		background: #959595;
	}

/*エラー*/

.errBox h3{
	font-weight: bold;
}
.errBox ul{
	margin-top: 20px;
	color: #e60012;
}
/*完了画面*/

.complete{
	padding: 0;
	min-height:386px;
}
.complete .current{
	margin-top: 0;
}
.complete p strong {
	color:#6a1684;
	display: block;
	margin-top: 30px;
	font-size: 1.8rem;
}



/*----------------------------------
wahtstobi
----------------------------------*/

.ultipose-top-block>div{
	width: 48%;
	margin-right: 4%;
}



.ultipose-top-block>div:nth-child(2n){
	margin-right: 0;
}
	.ultipose-top-block>.img-box{
	}
	.ultipose-top-block>.txt-box{
	}

	.ultipose .section-case {
		position: relative;
		height: 490px;
		z-index: 1;
		margin-bottom: 40px;
	}

	.ultipose .section-case:last-child{
		margin-bottom: 0;
	}

	.ultipose .section-case .front-layer{
		position: absolute;
		z-index: 3;
		width: 100%;
		max-width: 940px;
		right:0;
		bottom:0;
	}


	.ultipose .section-case .front-layer .head-box{
		color:#fff;
		text-align: right;
		padding-right:14.8%;
	}

	.ultipose .section-case .front-layer .head-box p{
		font-weight: bold;
		margin-bottom: 20px;
	}

	.ultipose .section-case .front-layer .head-box .case-ttl{
		font-size: 4rem;
		line-height: 1.1em;
		margin-bottom: 10px;
	}
	.ultipose .section-case .front-layer .head-box .case-ttl>span{
		font-size: 3rem;
		display: block;
	}

	.ultipose .section-case .back-layer{
		z-index: 2;
		background-position: 0% center;
	}
		.ultipose .section-case.revs .back-layer{
			background-position: 100% center;
		}

	.ultipose .section-case .front-layer .case-group{
		width: 100%;
		margin:0 auto;
		padding: 22px 22px 8px;
		background: rgba(252,252,252,0.8);
	}

	.ultipose .section-case .front-layer .case-group ul {
	    max-width: 700px;
	    margin: 0 auto;
	    -webkit-justify-content: space-around;
	    justify-content: space-around;
	}
	.ultipose .section-case .front-layer .case-group ul.case02{
		max-width: 850px;
	}

	.ultipose .section-case .front-layer .case-group ul>li{
		width: 251px;
	}
	.ultipose .section-case .front-layer .case-group ul>li p{
		font-weight: bold;
		text-align: center;
		padding-left:22px;
		padding-top: 10px;

	}

	.ultipose .section-case .front-layer .case-group ul>li a{
		-webkit-transition: all 0.1s ease;
		-moz-transition: all 0.1s ease;
		-ms-transition: all 0.1s ease;
		-o-transition: all 0.1s ease;
		transition: all 0.1s ease;
		display: block;
	}


		.ultipose .section-case .front-layer .case-group ul>li a:hover{
			opacity: 1;
			-webkit-transform: translateY(-10px) scale(1.05,1.05);
			transform: translateY(-10px)  scale(1.05,1.05);
		}

	.ultipose .section-case.revs .front-layer{
		right:auto;
		left:0;
		text-align: left;
	}
	.ultipose .section-case.revs .front-layer .head-box{
		padding-right:0;
		padding-left:14.8%;
		text-align: left;
	}


	.sup{ color:#a40000;}
	.sen{ color:#004986;}
	.leg{ color:#8a8000;}
	.rok{ color:#097c25;}

	.section-slide{
		background: #097c25;
		padding: 40px 0;
	}

	.slide-wrap{
		position: relative;
		max-width: 1100px;
		margin:0 auto;
	}
	.slide-wrap .phase-slider{
		background: #fff;
		max-width: 1000px;
		margin: 0 auto;
		-webkit-box-shadow: 0px 0px 20px 8px rgba(86,86,86, 0.6);
		box-shadow: 0px 0px 20px 8px rgba(86,86,86, 0.6);
	}

	.slide-wrap .phase-slider .swiper-slide{
		padding: 52px 60px 20px;
	}
	.slide-wrap .phase-slider .heading{
		max-width: 422px;
		margin:0 auto;
		text-align: center;
		background: #85c134;
		color:#fff;
		font-size: 2.2rem;
		height: 45px;
		line-height: 45px;
		-webkit-border-radius: 0.6em;
		border-radius: 0.6em;
		margin-bottom: 40px;
	}
		.slide-wrap .phase-slider .ttl{
			font-size: 2.2rem;
			margin-bottom: 0.5em;
			color:#6a1684;
		}

		.slide-wrap .phase-slider  .phase-block>div{
			width: 50%;
		}

		.slide-wrap .phase-slider  .phase-block div.img-box{}
		.slide-wrap .phase-slider  .phase-block div.txt-box{
			padding-left: 38px;
		}
		.slide-wrap .phase-slider  .phase-block div.txt-box strong{
			color:#6a1684;
		}

		.slide-wrap .phase-slider  .phase-block div.txt-box p{
			margin-bottom: 1em;
		}




	.slide-wrap .slider-area .btn-area{
		margin-bottom: 1em;
	}

	.slide-wrap .slider-area .btn-area .btn-a{
		border: 1px solid #6a1684;
		text-align: left;
		padding-left:20px;
		font-size: 1.8rem;
		max-width: 375px;
	}

	.slide-wrap .slider-area .btn-a::before,
	.slide-wrap .slider-area .btn-a::after {
	    right: 30px;
	}

	.slide-wrap .swiper-pagination{
		position: static;
		max-width: 1000px;
		margin:0 auto;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		margin-bottom: 32px;
	}

	.slide-wrap .slider-area{
		position: relative;

	}



	.slide-wrap .swiper-pagination-bullet {
	    width: 59px;
	    height: 59px;
	    line-height: 59px;
	    display: inline-block;
	    border-radius: 100%;
	    color: #6a1684;
	    opacity: 1;
	    background:#fff;
	    font-family: "Arial";
	    font-size: 3rem;
	    margin-left: 15px;
	}

	.slide-wrap .swiper-pagination-bullet-active{
		background: #85c134;
		color:#fff;
	}

	.slide-wrap .slider-area .swiper-button-next,
	.slide-wrap .slider-area .swiper-button-prev {
		background-color: #85c134;
		height: 80px;
		width: 80px;
		border:3px solid #fff;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		margin-top: -40px;
		-webkit-background-size: 22px auto;
		background-size: 22px auto;
		font-weight: bold;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-ms-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}

		.slide-wrap .slider-area .swiper-button-prev{
			background-image:url(../img/arrow_prev.png);
			background-position: 45% center;
		}

		.slide-wrap .slider-area .swiper-button-next{
			background-image:url(../img/arrow_next.png);
			background-position: 55% center;
		}

			.slide-wrap .slider-area .swiper-button-prev:hover{
				-webkit-transform: translateX(5px);
				transform: translateX(5px);
			}
			.slide-wrap .slider-area .swiper-button-next:hover{
				-webkit-transform: translateX(-5px);
				transform: translateX(-5px);
			}

/*-----------------------------------
matsumotoisum/case;
----------------------------------*/
	.case .top-main-contents, .main-contents {
	    padding-bottom: 0;
	}
	.main.case {
	    padding-bottom: 0px;
	}
	.case-main-visual {
	    position: relative;
	    height: 1022px;
	    max-width: 1800px;
	    margin: 0px auto 100px;
	}

	.case-main-visual .img-box{
		float:right;
		height: 1022px;
		width: 50%;
		background-repeat: no-repeat;
		background-position: 50% center;
		-webkit-background-size: auto 1022px;
		background-size: auto 1022px;
	}

	.case-main-visual .txt-box{
		position: absolute;
		width: 50%;
		height: 100%;
		text-align: center;
		background: #fff;
	}

		.case-main-visual .txt-box img{
			position: absolute;
			width: auto;
			height: 800px;
			left:50%;
			top: 50%;
			-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
		}

	.case .section-movie{
		max-width: 1084px;
		margin: 0 auto;
	}
.case .section-movie .headline-movie img {
    width: 637px;
    margin: -3px auto;
}

.case .section-movie p {
    font-size: 1.5rem;
    max-width: 890px;
    padding: 0;
    margin: 0 auto 30px;
    letter-spacing: -1px;
}
		.case .section-movie .movie-btn{
			position:relative;
			-webkit-border-radius: 2em;
			border-radius: 2em;
			font-size: 1.8rem;
			text-align: center;
			background: #31913c;
			max-width: 353px;
			height: 53px;
			line-height: 53px;
			display: block;
			margin:0 auto;
			font-weight: bold;
			color:#fff;
		}

			.case .section-movie .movie-btn::after{
				content:"";
				position: absolute;
				display: block;
				right:28px;
				top:50%;
				margin-top: -7px;
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 8px 0 8px 12px;
				border-color: transparent transparent transparent #fff;
			}




	.case .section .txt-wide-block p{
		margin-bottom: 1em;
	}

	.case .bottom-wide-block{
		margin-top: 50px;
	}

	.section-message{
		position: relative;
		height: 600px;
		margin-top: -25px;
		background-repeat: no-repeat;
		overflow: hidden;
	}
		.section-message  .txt-box .title{
			text-align: center;
			margin-bottom: 20px;
		}
		.section-message  .txt-box{
			position: absolute;
			top: 50%;
			max-width: 823px;
			width: 57%;
			padding: 60px 7% 70px;
			right: 0;
			background: #fff;
			-webkit-transform: translate(0, -50%);
			transform: translate(0, -50%);
			    -webkit-box-shadow: 0px 0px 10px 5px rgba(86,86,86, 0.4);
    		box-shadow: 0px 0px 20px 8px rgba(86,86,86, 0.4);
		}
		.section-message  .txt-box p{
			font-size: 1.8rem;
		}

/*-----------------------------------
	topics
----------------------------------*/
.topics .wrap{
	max-width: 1000px;
}
.topics-tbl{
	margin: 50px 0 100px;
	width: 100%;
}
.topics-tbl>tbody>tr{}
.topics-tbl>tbody>tr>th{
	padding: 0.8em 0;
	line-height: 1.5em;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px dotted #6a1684;
	vertical-align: top;
	width: 10%;
	white-space: nowrap;
}

.topics-tbl>tbody>tr>td{
	padding:0.8em 1em;
	line-height: 1.5em;
	border-bottom: 1px dotted #6a1684;
	vertical-align: top;
}


/***********************************************************************************************************************
* 横サイズ1440px以下
***********************************************************************************************************************/
@media screen and (max-width: 1440px){

	.case-main-visual .txt-box{
		width: 35%;
	}
		.case-main-visual .img-box{
			width: 65%;
			/*background-position:100% 0;*/
		}


}


/***********************************************************************************************************************
* 横サイズ1300px以下
***********************************************************************************************************************/
@media screen and (max-width: 1300px){
	header .logo {
	    width: 230px;
	}
	header #nav {
	    display: block;
	    width: -webkit-calc(100% - 460px);
	    width: calc(100% - 460px);
	}

	header .logo a {
	    margin-left: 25px;
	    padding-top: 17px;
	}

	header .logo a>span {
	    font-size: 1.4rem;
	}

	#nav > ul > li > a {
		font-size: 1.3rem;
	}

	/**/
	.main-slider .copy-layer {
	    width: 50%;
	}

	.section-group1 .txt-box {
	    padding-right: 58%;
	    padding-left: 5%;
	}

		.section-group1.revs .txt-box {
		    padding-left: 58%;
		    padding-right:5%;
	}


		.section-group1 .img-box {
		    width: 50%;
		   	bottom: -20px;
		}

	.top-whats .top-case .box figure figcaption {
	    max-width: 177px;
	    padding: 5px 10px;
	    font-size: 1.2rem;
	    white-space: nowrap;
	}

	.section-group2 .conts-block {
    	max-width: 760px;
	}

	/*----------------------------------
	workstyle
	----------------------------------*/
	.ol-img-list1>li .ttl>.txt {
	    padding-left: 1em;
	    font-size: 1.3rem;
	}

	/*----------------------------------
	ultipose
	----------------------------------*/


	.ultipose .section-case .front-layer {
	    max-width: 800px;
	}
	.ultipose .section-case .front-layer .case-group ul>li {
	    width: 220px;
	}

	.ultipose .section-case .front-layer .case-group ul.case01 {
		max-width: 500px;
	}
	.ultipose .section-case .front-layer .case-group ul.case02 {
	    max-width: 707px;
	}

	.slide-wrap {
	    position: relative;
	    max-width: 1040px;
	    margin: 0 auto;
	}
	.slider-area{
		position: static;
	}
		.section-slide {
			padding: 40px 20px;
		}


	.slide-wrap .slider-area .swiper-button-next{
	    height: 60px;
	    width: 60px;
	    right: -10px;
	    margin-top: -30px;
	    background-size: 15px auto;
	}

	.slide-wrap .slider-area .swiper-button-prev{
	    height: 60px;
	    width: 60px;
	    left: -10px;
	    margin-top: -30px;
	    background-size: 15px auto;
	}

	.entry .wrap{
		max-width:1000px;
		margin: 0 auto;
	}

	.entry .input-block {
	    width: auto;
	}

	.entry .input.type-a {
	    max-width: 149px;
	}
}/**/

/* Concept */
.visual-1{
	display: flex;
	margin:0 auto;
	align-items:center;
	padding: 20px 100px 80px;
	max-width: 1440px;
}

.catch-1{
	position: absolute;
}

.photo-1{
	margin-left: auto;
}

.visual-2{
	background-image: url(/common/img/main_bg_feature.svg);
	background-repeat: no-repeat;
	background-origin: content-box;
	padding: 100px 0 80px 60px;
	max-width: 1440px;
	margin: 0 auto;
}

.catch-box{
	display: flex;
	margin-bottom: 30px;
	padding-top: 50px;
}

.catch-box h2{
	margin: 10px 40px 0 35px;
}

.catch-2 p{
	margin-bottom: 15px;
	font-size: 2rem;
}

.catch-2 span{
	font-family: 'Marcellus', serif;
	color: #6A1684;
	font-size: 2.8rem;
	margin-right: 20px;
}

.photo-2{
	text-align: right;
}
.photo-2 img{
	border-top-left-radius: 100px;
}

.headline-img{
	text-align: center;
	margin-bottom: 60px;
}

.c-block{
	display: flex;
	margin-bottom: 40px;
}

.headline-img-left{
	padding-right: 40px;
}

.headline-img-left img{
	width: 100%;
}

.c-txt-block-right{
	width: calc(100% - 22%);
}

.c-txt-block-right p{
	font-size: 1.8rem;
	line-height: 1.8;
}

.c-txt-block{
	margin-bottom: 40px;
}

.c-txt-block p{
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.8;
}

.c-txt-block-2{
	margin-top: 60px;
	margin-bottom: 40px;
}

.c-txt-block-2 p{
	font-size: 1.8rem;
	text-align: center;
}

.feature-link{
	display: flex;
	justify-content:space-between;
}

.feature-link li{
	margin-right: 45px;
	flex-basis:calc((100% - 45px) / 4);
  max-width:calc((100% - 45px) / 4);
	width: 100%;
}

.feature-link li:last-child{
	margin-right: 0px;
}

.profile-block{
	display: flex;
	align-items:center;
	margin-bottom: 80px;
}

.headline-sf {
	font-size: 2.8rem;
	margin-top: 20px;
	margin-right: 40px;
}

.headline-sf span{
	display: block;
	font-size: 2rem;
	margin-top: 20px;
}

.profile-img{
	margin-left: auto;
}

.message-block {
	margin-bottom: 60px;
}

.message-block h4{
	text-align: center;
	font-size: 2.4rem;
	margin-bottom: 40px;
}

.headline-sf-sub{
	text-align: center;
	margin-bottom: 25px;
}

.msg-contents{
	display: flex;
	justify-content:space-between;
}

.msg-contents p{
	flex-basis:calc((100% - 40px) / 2);
  max-width:calc((100% - 40px) / 2);
	width: 100%;
}
.msg-contents img{
	width: 100%;
	padding-left: 40px;
}

.msg-contents-rev{
	display: flex;
	justify-content:space-between;
	flex-direction: row-reverse;
}

.msg-contents-rev p{
	flex-basis:calc((100% - 40px) / 2);
  max-width:calc((100% - 40px) / 2);
	width: 100%;
}
.msg-contents-rev img{
	width: 100%;
	padding-right: 40px;
}

.img-block1{
	display: flex;
	justify-content:space-between;
}

.img-item{
	flex-basis:calc((100% - 30px) / 2);
  max-width:calc((100% - 30px) / 2);
}

/* FAQ */
.qa_nav{
	display: flex;
	justify-content: center;
}

.qa_nav li{
	background-color: #AF61A2;
	padding: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
	flex-basis:calc((100% - 30px) / 5);
	max-width:calc((100% - 30px) / 5);
	margin-right: 30px;
	height: 70px;
	position: relative;
}

.qa_nav li:last-child {
	margin-right: 0px;
}

.qa_nav li>a{
	color: #FFF;
	justify-content: center;
	align-items: center;
	height: 100%;
	display: flex;
	position: relative;
}

.faq-group{
	margin-bottom: 60px;
}

/*  profile  */
.access-table{
	display: flex;
	justify-content: space-between;
}

.headline-bar{
	background-color: #AF61A2;
	padding: 20px;
	display: block;
	font-weight: bold;
	font-size: 2.4rem;
	color: #fff;
	margin-bottom: 30px;
}

.headline-bar2{
	position: relative;
  padding: 1rem 2rem;
  border-bottom: 5px solid #6A1684;
	font-size: 2.4rem;
	margin-bottom: 15px;
}

.headline-bar2:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 20%;
  height: 5px;
  content: '';
  background: #AF61A2;
}

.headline-bar3 {
	font-size: 1.8rem;
	padding-bottom: 10px;
  border-bottom: 1px solid #6A1684;
	margin-bottom: 15px;
}

.headline-bar3 span{
	background-color: #AF61A2;
	padding: 3px 12px;
	margin-left: 10px;
	color: #FFF;
}

.prf_nav{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 30px;
}

.prf_nav li{
	border: #AF61A2 solid 1px;
	padding: 16px;
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
	flex-basis:calc((100% - 30px) / 5);
	max-width:calc((100% - 30px) / 5);
	margin-right: 30px;
	height: 70px;
	position: relative;
}

.prf_nav li:last-child {
	margin-right: 0px;
}

.prf_nav li>a{
	justify-content: center;
	align-items: center;
	height: 100%;
	display: flex;
	position: relative;
}

.service-block1{
	margin-top: 36px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.plan-box{
	display: flex;
	margin-bottom: 60px;
	flex-direction: row-reverse;
	justify-content: space-between;
}
*{ min-width: 0; min-height: 0;}

.plan-slider{
	position: relative;
	flex-basis:70%;
}
.plan-slider img{
	margin: 0 auto;
}

.tbl-side{
	margin-right: 30px;
	flex-basis:30%;
	width: 100%;
}

.plan-table{
	table-layout: fixed;
	width: 100%;
}

.plan-table caption{
	background-color: #F8E0EC;
	text-align: left;
	font-weight: bold;
	font-size: 1.8rem;
	padding: 13px 10px;
}

.plan-table th,
.plan-table td{
	border-bottom: 1px dotted #D6D6D6;
	padding: 5px 10px;
}

.plan-table th{
	text-align: left;
	width: 60%;
}

.plan-table td{
	text-align: right;
}
.plan-table span{
	font-size: 2.4rem;
	font-weight: bold;
}

.service-box{
	flex-basis:calc((100% - 40px) / 2);
	max-width:calc((100% - 40px) / 2);
	margin-bottom: 40px;
}

.service-list li{
	position: relative;
	margin-left:2em;
	text-indent:-1em;
}

.service-list li:before{
  content:url(/common/img/list_icon.svg);
  display:inline-block;
  width:20px;
  height:auto;
  margin-right:-5px;
  position:relative;
  top:3px;
  left:0;
}
.service-block2{
	margin-bottom: 40px;
}

.service-block3{
	margin-bottom: 40px;
	overflow: auto;
  white-space: nowrap;
}

.price-table {
	border-collapse: collapse;
	width: 100%; 
	max-width: 1000px;
}
.price-table th,
.price-table td {
	border: #D6D6D6 solid 1px;
}

.price-table th{
	background-color: #FFF8F8;
	padding: 20px 35px;
	font-size: 1.8rem;
	vertical-align: middle;
}

.price-table td{
	padding: 15px 35px;
	font-size: 1.8rem;
	text-align: center;
}

.price-table td.head{
	text-align: left;
}

.price-table td.total{
	background-color: #FFFBCC;
}

.guide{
	display: none;
}

.about-map{
	margin-right: 55px;
	max-height: 260px;
	overflow: hidden;
	width: 100%;
	flex-basis:50%
} 
.data-table{
	flex-basis:50%
}

.data-table dt{
	font-weight: bold;
	border-bottom: 1px solid #707070;
}

/* recruit message */
.message-box{
	display: flex;
	justify-content: space-between;
	border-bottom: #B56DA9 dotted 1px;
	padding-bottom: 60px;
}

.message-box2{
	flex-basis:calc((100% - 45px) / 2);
	max-width:calc((100% - 45px) / 2);
}

.message-area2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
	padding-bottom: 60px;
	border-bottom: #B56DA9 dotted 1px;
}

.message-area3{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
}

.message-ph{
	margin-bottom: 40px;
}

.r-msg-contents{
	flex-basis:calc((100% - 40px) / 2);
	max-width:calc((100% - 40px) / 2);
	width: 100%;
	margin-left: 40px;
}
.r-msg-contents li{
	margin-bottom: 20px;
}

.r-msg-contents li.movie{
	background-color: #B56DA9;
	padding: 10px;
	text-align: center;
	font-size: 2.4rem;
}

.r-msg-contents li.movie a{
	color: #fff;
	display: block;
	position: relative;
}
.r-msg-contents li.movie a:before{
	content: '';
	display: inline-block;
	background-image: url(/recruit/message/images/icon_movie.png);
	background-size: contain;
  vertical-align: middle;
	width: 35px;
	height: 35px;
	margin-right: 20px;
}
.r-msg-contents li>span{
	font-size: 2.2rem;
}

.r-msg-contents2{
	width: 100%;
	margin-right: 45px;
}

.r-msg-contents2::after {
	margin-right: 0px;
}

.r-msg-contents2 li{
	margin-bottom: 20px;
}

.r-msg-contents2 li.movie{
	background-color: #B56DA9;
	padding: 10px;
	text-align: center;
	font-size: 2.4rem;
}

.r-msg-contents2 li.movie a{
	color: #fff;
	display: block;
	position: relative;
}
.r-msg-contents2 li.movie a:before{
	content: '';
	display: inline-block;
	background-image: url(/recruit/message/images/icon_movie.png);
	background-size: contain;
  vertical-align: middle;
	width: 35px;
	height: 35px;
	margin-right: 20px;
}
.r-msg-contents2 li>span{
	font-size: 2.2rem;
}



@media screen and (max-width: 1300px){
	.visual-2{
		padding-top: 50px;
	}
	.catch-box{
		display: block;
	}
	.catch-box h2{
		margin: 10px 40px 0 35px;
	}

	.catch-box h2 img{
		max-width: 240px;
	}

	.catch-2 {
		margin: 30px 40px 0 35px;
	}
}

@media screen and (max-width: 925px){
	.visual-1{
		display: block;
		padding: 40px 80px 80px;
	}
	.catch-1{
		position: static;
		margin-bottom: 20px;
	}
	.qa_nav{
		flex-wrap: wrap;
		
	}
	.qa_nav li{
		margin-bottom: 20px;
		flex-basis:calc((100% - 60px) / 3);
		max-width:calc((100% - 60px) / 3);
	}
	.qa_nav li:nth-child(3n){
		margin-right:0;
		}
	.qa_nav:nth-last-child(-n+2){
		justify-content: flex-start;
	}
	.access-table{
		display: block;
	}
	.about-map{
		margin-bottom: 40px;
	} 
	.prf_nav{
		flex-wrap: wrap;
		justify-content: flex-start;

	}

	.prf_nav li{
		margin-bottom: 20px;
		flex-basis:calc((100% - 60px) / 3);
		max-width:calc((100% - 60px) / 3);
	}

	.prf_nav li:nth-child(3n){
	margin-right:0;
	}
	
}
@media screen and (max-width: 880px){
	.guide{
		display: block;
	}

	.message-box{
		display: block;
	}

	.message-ph2{
		margin: 0 auto 40px;
		text-align: center;
	}
	.message-ph2 img{
		width: 75%;
	}
	.r-msg-contents{
		max-width: 100%;
		margin-left: 0;
	}
	.r-msg-contents li>img{
		width: 100%;
	}
}

@media screen and (max-width: 768px){
	.feature-link{
		flex-wrap: wrap;
	}
	.feature-link li{
		margin-bottom: 30px;
		flex-basis:calc((100% - 60px) / 2);
		max-width:calc((100% - 60px) / 2);
	}
	.feature-link li:nth-child(2n){
		margin-right:0;
	}

	.c-block{
		display: block;
	}
	.headline-img{
		margin-bottom: 40px;
	}

	.c-txt-block p{
		text-align: left;
	}
	.c-txt-block p>br{
		display: none;
	}
	.c-txt-block-2{
		margin-top: 40px;
	}
	.c-txt-block-2 p{
		text-align: left;
	}
	.c-txt-block-2 p>br{
		display: none;
	}
	
	.headline-img-left{
		margin-bottom: 40px;
	}
	.headline-img-left img{
		width: 100%;
	}

	.c-txt-block-right{
		width: 100%;
	}
	
	.img-block1{
		display: block;
	}
	.img-block1 figure{
		width: 100%;
		margin-bottom: 30px;
	}

	.img-item{
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}

	.visual-1{
		display: block;
		padding: 40px 40px 60px;
	}
	.msg-contents{
		flex-direction: column;
	}
	.headline-sf {
		margin-right: 0px;
	}
	.msg-contents img{
		padding: 0 40px;
		margin-top: 30px;
	}

	.msg-contents p{
		max-width: 100%;
	}

	.msg-contents-rev{
		flex-direction: column;
	}

	.msg-contents-rev p{
		max-width: 100%;
	}

	.msg-contents-rev img{
		padding: 0 40px;
		margin-top: 30px;
	}

	.profile-block{
		display: inline-block;
		text-align: center;
		padding: 0 40px;
	}

	.profile-img{
		margin-top: 30px;
	}
	.visual-2{
		padding: 40px 0 80px 30px;
		background-size: 38%;
	}

	.catch-box h2 img{
		max-width: 200px;
	}
	
	.catch-2 span{
		display: block;
		font-size: 2.1rem;
	}

	.plan-box{
		display: block;
		margin-bottom: 40px;
	}

	.headline-bar{
		font-size: 2.1rem;
	}
	.service-block1{
		flex-flow: column;
	}
	.service-box{
		max-width: 100%;
	}
	.price-table th,
	.price-table td{
		font-size: 1.6rem;
		padding:10px 20px 
	}
}
@media screen and (max-width: 640px){
	.message-area2,
	.message-area3{
		display: block;
	}
	.message-box2{
		max-width: 100%;
		margin-bottom: 40px;
		padding-bottom: 40px;
		border-bottom: #B56DA9 dotted 1px;
	}
	.message-box2:last-child{
		margin-bottom: 0px;
		padding-bottom: 0px;
		border-bottom: none;
	}
	.message-ph{
		margin: 0 auto 40px;
		text-align: center;
	}
	.r-msg-contents2 li>img{
		width: 100%;
	}
}

@media screen and (max-width: 540px){
	.qa_nav{
		justify-content: space-between;
	}
	.qa_nav li{
		flex-basis:calc((100% - 90px) / 2);
		max-width:calc((100% - 90px) / 2);
	}
	.qa_nav li:nth-child(3n){
		margin-right:30px;
	}
	.qa_nav li:nth-child(4n){
		margin-right:0;
	}
}
@media screen and (max-width: 375px){
	.visual-1{
		display: block;
		padding: 30px 22px 40px;
	}

	.visual-2{
		padding: 20px 0 40px 6% ;
		background-size: 60%;
	}

	.catch-box h2 img{
		max-width: 120px;
	}
}