@charset "UTF-8";
/** -----------------------------------------------
  共通
------------------------------------------------**/
body {
	/*下記のCSSはご自身のデザインに合わせて書き換えてください。*/
	font-size: 16px;
	line-height: 2;
	font-weight: nomal;
	letter-spacing: 0.06em;
	color: #333;
	background-color:#fff;
	font-family:  YuGothic,'Yu Gothic', Osaka, sans-serif, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

#concept, #about, #member, #benefit, #servise, #jobscription, #flow {
	padding: 100px 0 100px 0;
}

.section-inner {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
}

.pc-only {
	display: block;
	}
	
.sp-only {
display: none;
}

/** -------- スマホ -------- **/
@media screen and (max-width:640px){
	#concept, #about, #member, #benefit, #servise, #jobscription, #flow, #entry{
		padding: 0;
	}

	body {
		font-size: 14px;
		
	}

	.section-inner {
		padding:  0 24px;
		max-width: 550px;
	}

	.pc-only {
		display: none;
		}
		
	.sp-only {
	display: block;
	}


}

/** -----------------------------------
    テキスト
-------------------------------------**/
h2.large {
	font-size: 40px;
	letter-spacing: 0.06em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 36px;
  }
  
  h3.small {
	font-size: 24px;
	letter-spacing: 0.06em;
	font-weight: bold;
  }
  

  p.large {
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.06em;
	font-weight: bold;
  }
  
  p.medium {
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.06em;
	font-weight: normal;
	padding-bottom: 72px;
	text-align: center;
  }
  
/** -------- スマホ -------- **/
@media screen and (max-width:640px){
	h2.large {
		font-size: 24px;
		letter-spacing: 0.06em;
		font-weight: bold;
		text-align: center;
		padding-bottom: 40px;
	  }
	  
	  h3.small {
		font-size: 18px;
		letter-spacing: 0.06em;
		font-weight: bold;
		text-align: center;
	  }
	  
	  p.large {
		font-size: 14px;
		line-height: 2;
		letter-spacing: 0.06em;
		font-weight: bold;
	  }
	  
	  p.medium {
		font-size: 14px;
		line-height: 2;
		letter-spacing: 0.06em;
		font-weight: normal;
		padding-bottom: 36px;
		text-align: center;
	  }

}







/** -----------------------------------------------
  PC :  画面の横幅が641px以上
------------------------------------------------**/
/*ふわっと表示*/
.effect__items.offs .effect {
	opacity: 0;
	transform: translate(0, 100px);
	-webkit-transform: translate(0, 100px);
  }
  .effect__items.ons .effect {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all 2s ease;
	transition: all 2s ease;
  }
  /*以下、遅延の設定*/
  .effect__items.ons .delay-1 {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
  }
  .effect__items.ons .delay-2 {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
  }
  .effect__items.ons .delay-3 {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
  }









/* <!-- ヘッダー --> */
#header {
	background-color: rgba(255,255,255,0.6);
	width: 100%;
	padding: 0 120px;
	display: flex;
	justify-content: space-between;
	height: 100px;
	position: fixed;
	top: 0;
	z-index: 101;
}

.gnav-sp-wrap {
	display: none;
}

.gnav-pc-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

ul.gnav-pc li {
	margin-right: 40px;
	display: inline;
}

ul.gnav-pc li a {
	font-size: 14px;
	letter-spacing: 0.13em;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
  }

ul.gnav-pc li a:hover {
	color: #f69e94;
}

.header-logo {
	display: flex;
	align-items: center;
}

.header-logo img {
	width: 13vw;
}

.header-logo a {
	display: flex;
}

.button-small {
	display: block;
	margin: 0 auto;
	width: 177px;
	height: 59px;
	background-color: #f6a099;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.06em;
	border-radius: 33px;
	text-align: center;
	line-height: 67px;
	display: flex;
    justify-content: center;
    align-items: center;
	text-decoration: none;
}

.button {
	position: relative;
}
a.button:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -6px;
}

.menu-button {
	display: none;
}

/* <!-- メインビジュアル --> */

#mainvisual {
	background-color: #ffffff;
	position: relative;
}

.pc-mv {
	display: block;
}

.sp-mv {
	display: none;
}

.mainvisual-wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.mainvisual-image im {
	text-align: center;
}

.mv-text {
	font-size: 30px;
	letter-spacing: 0.09em;
	line-height: 2;
	font-weight: bold;
	margin-top: 10px;
}

.mainvisual-title {
	position: absolute;
    bottom: 5%;
	left: 10%;
	text-align: left;
}

.mv-logo {
	margin-left: auto;
}

.mv-logo img {
	width: 22.5vw;
}

/* <!-- 私たちについて --> */
#about::before {
	background-image: url(../images/about_1_bg.png);
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100px;
    top: -100px;
	left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
	display: inline-block;
}

 #about {
    background-image: url(../images/about_2_bg.png);
    width: 100%;
	height: 823px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
	position: relative;
	margin-top: 100px;
	margin-bottom: 100px;
}

#about::after {
	background-image: url(../images/about_3_bg.png);
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 200px;
    bottom: -200px;
	left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
	display: inline-block;
} 



.button {
	display: block;
	margin: 0 auto;
	width: 400px;
	height: 67px;
	background-color: #f6a099;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.06em;
	border-radius: 33px;
	text-align: center;
	line-height: 67px;
	text-decoration: none;
}


.button-small:hover {
	opacity: 0.6;
  }

.button:hover {
	opacity: 0.6;
  }

.member-button:hover {
	opacity: 0.6;
}

.benefit-button:hover {
	opacity: 0.6;
}

.servise-button:hover {
	opacity: 0.6;
}

.jobscription-button:hover {
	opacity: 0.6;
}

#servise h3.small {
	text-align: center;
}

#about p.mediumu {
	text-align: left;
}
 
.col-2 {
	display: flex;
	justify-content: space-between;
	text-align: left;
}

.col-2 .item {
	width: calc((100% - 5px)/2);
	padding-bottom: 100px;
}

.about-text {
	padding-bottom: 40px;
}

#about h3.small {
	padding-bottom: 36px;
}


/* <!-- メンバー紹介 --> */
#member {
	position: relative;
}

#member::before {
    background-image: url(../images/member-bg-pc.png);
    content: "";
    width: 100%;
    height: 1500px;
	margin-top: -120px;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    display: inline-block;
    z-index: -2;
    position: absolute;
}

.member-name {
	font-size: 22px;
	letter-spacing: 0.06em;
}

.member-button {
	display: block;
	margin: 0 auto;
	width: 400px;
	height: 67px;
	background-color: #f6a099;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.06em;
	border-radius: 33px;
	text-align: center;
	line-height: 67px;
	text-decoration: none;
	position: relative;
}

a.member-button:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -6px;
}

.col-4-1 {
	display: flex;
	justify-content: space-between;
	/* padding-bottom: 72px; */
}

.col-4-2 {
	display: flex;
	justify-content: space-between;
	/* padding-bottom: 72px; */
}

.col-4-1 .member-item {
	width: calc((100% - 96px)/2);
}

.col-4-2 .member-item {
	width: calc((100% - 96px)/2);
}

.card-text {
	text-align: center;
	display: block;
}

.c-text {
    position: relative;
    top: -60px;
	font-size: 24px;
	letter-spacing: 0.06em;
	font-weight: bold;
    top: -120px;
    left: 20px;
}


.c-lead {
    font-weight: inherit;
    letter-spacing:0.15em;
    font-weight: bold;
}
.c-marker {
	display: inline;
	position: relative;
	padding: 0.73em 0;
	color:#333333;
	line-height: 2;
	background: #fff;
	opacity: 0.8;
	filter: drop-shadow(-0.83em 0 0 #fff) drop-shadow(0.83em 0 0 #fff);
}

.card-text {
    text-align: center;
    display: block;
    top: -90px;
    position: relative;
}

/* <!-- 働く環境 --> */

.link {
	text-decoration: none;
	color: #333;
}

#benefit::before {
	background-image: url(../images/about_1_bg.png);
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100px;
    top: -100px;
	left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
	display: inline-block;
}

 #benefit {
    background-image: url(../images/benefit_bg2.png);
    width: 100%;
	height: 1400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
	position: relative;
	margin-bottom: 100px;
}

#benefit::after {
	background-image: url(../images/about_3_bg.png);
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 200px;
    bottom: -200px;
	left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
	display: inline-block;
} 



.col-3 {
	display: flex;
	justify-content: space-between;
	padding-bottom: 150px;
}


.col-3 h3.small {
	display: block;
	padding-bottom: 20px;
	text-align: center;
}

.benefit-explain {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.06em;
	padding-bottom: 36px;
	text-align: center;	
}

.interview {
	display: flex;
	justify-content: space-between;
	padding-bottom: 72px;
	align-items: flex-start;
}

.interview-text {
    padding: 35px 35px 35px 35px;
	background-color: #fff;
	position: relative;
	z-index: 1;
	right: 30px;
	top: 40px;
	border-radius: 40px;
	box-shadow: 10px 10px 15px -10px #d3c2c1;
}

.interview-text::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 1.5px solid #333333;
    border-top: 1.5px solid #333333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	right: 50px;
	bottom: 53px;
}

.interview p {
	font-weight: normal;
	text-align: left;
	font-size: 18px;
	padding: 20px 0 20px 0;
}

.interview h3.small {
	text-align: left;
}


.benefit-button {
	display: block;
	margin: 0 auto;
	width: 400px;
	height: 67px;
	background-color: #f6a099;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.06em;
	border-radius: 33px;
	text-align: center;
	line-height: 67px;
	text-decoration: none;
	position: relative;
}

a.benefit-button:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -6px;
}

/* <!-- 事業について --> */
#servise {
	position: relative;
}

#servise::after {
    background-image: url(../images/member_back.png);
    content: "";
    width: 100%;
    height: 2137px;
    left: 0;
    top: -600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    display: inline-block;
    z-index: -2;
    position: absolute;
}

#servise h3.small {
	padding-bottom: 15px;
}

.servise-card-text {
	padding-bottom: 72px;
	position: relative;
}

.servise-card-text::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 1.5px solid #333333;
    border-top: 1.5px solid #333333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	right: 50px;
    bottom: 40px;
}

.servise-col-3 {
	display: flex;
	justify-content: space-between;
	padding-bottom: 72px;
}

.servise-col-3 .item {
	width: calc((100% - 48px)/3);
}

.servise-button {
	display: block;
	margin: 0 auto;
	width: 400px;
	height: 67px;
	background-color: #f6a099;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.06em;
	border-radius: 33px;
	text-align: center;
	line-height: 67px;
	text-decoration: none;
	position: relative;
}

a.servise-button:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -6px;
}

.servise-card-text {
	padding:20px 35px 72px 35px;
}

.servise-card {
	border-radius: 40px;
	box-shadow: 10px 10px 15px -10px #d3c2c1;
}

.servise-card {
	height: 100%;
	background-color: #fff;
	border-width: 0;
}

.servise-card-title {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 12px;
	text-align: center;
}

.servise-card-discription{
	text-align: center;
}

/* <!-- 募集職種 --> */
#jobscription::before {
	background-image: url(../images/about_1_bg.png);
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100px;
    top: -100px;
	left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
	display: inline-block;
}

 #jobscription {
    background-image: url(../images/jobscription_bg.png);
    width: 100%;
	height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
	position: relative;
}

.jobscription-button {
	display: block;
	margin: 0 auto;
	margin-top: 72px;
	width: 400px;
	height: 67px;
	background-color: #f6a099;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.06em;
	border-radius: 33px;
	text-align: center;
	line-height: 67px;
	text-decoration: none;
	position: relative;
}

a.jobscription-button:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -6px;
}

#jobscription {
	background-color: #ffffff;
}

a.more-small {
	color: #f7816c;
}



/* 矢印 */
.faq-head {
	position: relative;
}
  .faq-head::after {
	border-right: solid 3px #f6a099;
	border-top: solid 3px #f6a099;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: 25px;
	top: 38%;
	transform: rotate(135deg);
	transition: transform .3s ease-in-out, top .3s ease-in-out;
	width: 10px;
  }
  .faq-head.open::after {
	top: 45%;
	transform: rotate(-45deg);
  }

.faq-head, .faq-body {
    padding: 24px 72px 24px 32px;
}

.faq-body {
	display: none;
}

.faq {
    border-radius: 8px;
    margin-bottom: 24px;
    background-color: #f0ede9;
}

.faq:last-of-type {
	margin-bottom: 0px;
}

.faq-inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

/* <!-- 採用 --> */

#flow {
    background-image: url(../images/flow_bg.png);
    width: 100%;
	height: 507px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
	position: relative;
}


#flow::after {
	background-image: url(../images/about_3_bg.png);
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 200px;
    bottom: -200px;
	left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
	display: inline-block;
} 

.arrow::after{
content: "";
position: absolute;
top: 40%;
right: -35px;
width: 15px;
height: 15px;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
border-left: 15px solid #333333;
}

.flow-assets{
	position: relative;
}

.flow-img {
	display: flex;
	justify-content: space-between;
	padding-bottom: 72px;
}

.flow-explain {
	text-align: center;
	padding-bottom: 72px;
}

.flow {
	background-image: url(../images/triangle.png);
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 191px;
	top: -191px;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	display: inline-block;
}

.flow-inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

/* <!-- エントリー --> */
.entry-text {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.06em;
	padding-bottom: 36px;
	text-align: center;
}

#entry {
    padding: 150px 0;
    margin-top: 80px;
	position: relative;
	background-image: url(../images/entry.png);
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

#entry::before {
    background-image: url(../images/about_3_bg.png);
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    display: inline-block;
    margin-bottom: 100px;
    top: -70px;
}

#entry h3.small {
	text-align: center;
    padding-bottom: 36px;
}

.entry-button {
	display: block;
	margin: 0 auto;
	width: 442px;
	height: 100px;
	background-color: #f6a099;
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.06em;
	border-radius: 67px;
	line-height: 67px;
	display:flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	position: relative;
	text-align: right;
}

a.entry-button:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10%;
    margin-top: -4px;
}

.entry-button:hover {
	opacity: 0.6;
}

.entry-right {
	text-align: right;
    max-width: 600px;
    margin: 0 0 0 auto;
}

/* <!-- フッター --> */
#footer {
	padding: 120px 0 120px 0;
	background-image: url(../images/footer_bg.png);
	width: 100%;
	height: 404px;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer a {
	color: #333333;
}

.copyright {
	color: #333333;
}

.footer-link li {
	display: inline;
	margin-right: 20px;
}

.footer-wrap {
	width: 100%;
	max-width: 960px;
	display: flex;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.footer-left img {
	padding-bottom: 100px;
}
	
.footer-link {
	padding-bottom: 100px;
}

.footer-sns {
display: flex;
justify-content: space-between;
width: 30%;
max-width: 300px;
margin: 0 ;
}

ul.footer-link li a:hover {
	color: #f69e94;
}

ul.footer-link a {
	text-decoration: none;
	color: #333;
}

.footer-left img{
	width: 15vw;
}

/*ここからメディアクエリで各デバイスサイズに書き分けます。
今回の課題で考慮するのはPCとスマホのみでOKですが、タブレットサイズでのスタイルを書いてもOK！
また、CSSは上から下に継承されるので、変化させたいところだけ書けばOKです*/


/** -----------------------------------------------
  Smartphone :  画面の横幅が640pxまで
------------------------------------------------**/
@media screen and (max-width:640px){

	a.button:before {
		right: 20px;
		margin-top: -5px;
	}

	a.member-button:before {
		right: 20px;
		margin-top: -5px;
	}

	a.benefit-button:before {
		right: 20px;
		margin-top: -5px;
	}

	a.servise-button:before {
		right: 20px;
		margin-top: -5px;
	}

	a.jobscription-button:before {
		right: 15px;
		margin-top: -5px;
	}



	

#header {
	height: 60px;
	padding: 0 24px;
	max-width: 550px;
}

.header-logo img {
	width: 30vw;
}

	/* スマホ用メニューのスタイル */
	.gnav-sp-wrap {
	display: none;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	position: fixed;
	z-index: 100;
	padding-top: 100px;
	}

	ul.gnav-sp li {
	text-align: center;
	margin-bottom: 30px;
	}

	ul.gnav-sp li a {
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	}

/* PCのナビゲーションをスマホでは非表示にする */

.gnav-pc-wrap {
	display: none;
}

.menu-button {
	display: block;
	width: 60px;
	height: 60px;
	padding: 22px 18px;
}
.menu-button-inner {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.menu-button-inner span {
	display: block;
	height: 2px;
	width: 100%;
	background-color: #333333;
	position: absolute;
}

.menu-button-inner span:nth-child(1) {
	top: 0;
	}

	.menu-button-inner span:nth-child(2) {
	top: 0;
	bottom: 0;
	margin: auto;
	}

	.menu-button-inner span:nth-child(3) {
	bottom: 0;
	}

#mainvisual {
	width: 100vw;
	height: 100vw;
	position: relative;
}

#mainvisual img {
	margin: 0 auto;
}

.mainvisual-title {
	font-size: 24px;
	line-height:2em;
	text-align:center;
	left: 50%;
	bottom: -70px;
	transform: translate(-50%, 0);
	width: 100%;
}

.mv-text{
	font-size: 24px;
	line-height: 2;
}

.mv-logo{
	text-align: center;
}

.mv-logo img{
	width: 50vw;
}

.pc-mv { 
	display: none;
}

.sp-mv {
	display: block;
}

#about {
	background-image: url(../images/about-bg-sp.png);
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
	margin-top: 150px;
	margin-bottom: 100px;
}

#about p.medium {
	padding-bottom: 20px;
}


.col-2 {
	flex-direction: column;
}

.col-2 .item {
	width: 100%;
	padding-bottom: 40px;
}

#about .col-2 {
	flex-direction: column-reverse;
}

.about-image {
	text-align: center;
}

.about-image img {
	width: 241px;
	height: 233px;
}

.button {
	width: 240px;
	font-size: 14px;
	height: 47px;
	line-height: 47px;	
}

#member {
	margin-bottom: 100px;
}

.member-button {
	width: 240px;
	font-size: 14px;
	height: 47px;
	line-height: 47px;
}

#member::before {
	margin-bottom: 100px;
	background-image: url(../images/member-bg-sp.png);
	content: "";
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	display: inline-block;
	z-index: -2;
	position: absolute;
	height: 2100px;
	left: 0;
	top: -160px;
}

#member::after {
	height: 3037px;
}

.col-4-1 .member-item {
	width: 100%;
}

.col-4-2 .member-item {
	width: 100%;
}

.col-4-1 {
	display: block;
}

.col-4-1 {
	padding-bottom: 0px;
}

.col-4-1 .item{
	width: 100px;
}

.col-4-2 {
	display: block;
}

.col-4-2 .item {
	width: 100%;
}

.card {
	text-align: center;
}

.member-item {
	text-align: center;
}

.card-img img {
	width: 335px;
}

.card-image img {
	width: 335px;
}

.c-text {
	position: relative;
	font-size: 16px;
	top: -90px;
	left: 13px;
	text-align: left;
}

.c-lead {
	font-weight: inherit;
	/* font-size: 1.3em; */
	letter-spacing: .15em;
	font-weight: bold;
}
.c-marker {
	display: inline;
	position: relative;
	padding: 0.73em 0;
	color:#333333;
	line-height: 2;
	background: #fff;
	opacity: 0.8;
	filter: drop-shadow(-0.83em 0 0 #fff) drop-shadow(0.83em 0 0 #fff);
}



.card-text {
	text-align: center;
	display: block;
	top: -60px;
	position: relative;
}

.benefit-item {
	text-align: center;
}

.benefit-image img {
	width: 199px;
}

.benefit-button {
	width: 240px;
	font-size: 14px;
	height: 47px;
	line-height: 47px;
}

#benefit {
	background-image: url(../images/benefit-bg-sp.png);
	height: 1700px;
	margin-bottom: 130px;
}

.col-3 {
	display: block;
	padding-bottom: 50px;
}

.col-3 .item {
	width: 100%;
}

.interview {
	display: block;
	padding-bottom: 20px;
	text-align: center;
}


.interview img {
	width: 335px;
}

.interview-text {
	top: -20px;
	right: 0;
}

.interview p {
	font-weight: normal;
	text-align: left;
	font-size: 14px;
	padding: 20px 0 20px 0px;
}

.interview-text::after {
	bottom: 48px;
	right: 30px;
}

.interview h3.small {
	text-align: center;
}

.interview p.medium {
	padding-top: 20px;
	padding-bottom: 0px;
}

.servise-col-3 {
	display: block;
	padding-bottom: 20px;
}

#servise {
	margin-bottom: 100px;
}

#servise::after {
	background-image: url(../images/member-bg-sp.png);
	content: "";
	width: 100%;
	height: 2600px;
	left: 0;
	top: -600px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	display: inline-block;
	z-index: -2;
	position: absolute;
}

.servise-item {
	width: 100%;
}

.servise-card {
	width: 320px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.servise-card-text {
	padding: 20px 35px 52px 35px;
}

.servise-button {
	width: 240px;
	font-size: 14px;
	height: 47px;
	line-height: 47px;
}

.servise-card-text::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-right: 1.5px solid #333333;
	border-top: 1.5px solid #333333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 50px;
	bottom: 61px;
}

.jobscription-inner {
	max-width: 296px;
	margin: 0 auto;
}

.jobscription-button {
	width: 260px;
	font-size: 14px;
	height: 47px;
	line-height: 47px;
	margin: 0 auto;
	margin-top: 40px;
}

#jobscription {
	background-image: url(../images/jobscription-bg-sp.png);
	height: 100%;
	padding-bottom: 50px;
}

#flow {
	background-image: url(../images/flow_bg-sp.png);
	height: 562px;
}

.faq-head {
	padding: 12px 36px 12px 32px;
}

.faq-body {
	padding: 24px 72px 24px 32px;
}

.flow-inner {
	max-width: 296px;
	margin: 0 auto;
}

.flow-img {
	display: block;
	width: 100%;
	text-align: center;
	padding-bottom: 0px;
}

.flow-assets {
	padding-bottom: 50px;
}

.arrow::after {
	content: "";
	position: absolute;
	top: 70%;
	right: -35px;
	width: 15px;
	height: 15px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top:15px solid #333333;
	margin: 0 auto;
	left:-30px;
	}

#entry {
	padding:40px 0;
}

#entry::before {
	background-image: url(../images/about_3_bg.png);
    content: "";
    position: absolute;
    width: 100%;
    height: 170px;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    display: inline-block;
    margin-top: 10px;
}

#entry h3.small {
	text-align: center;
	padding-bottom: 20px;
}

.entry-right {
	width: 100%;
	max-width: 200px;
}

.entry-button {
	width: 170px;
	height: 46px;
	font-size: 14px;
}

.footer-wrap {
	width: 100%;
	display: block;
	margin:  0 auto;
}

.footer-left img {
	width: 187px;
	padding-bottom: 10px;
}

.footer-left {
	text-align: center;
	padding-bottom: 30px;
}

.footer-link {
	padding-bottom: 30px;
	text-align: center;
}

.footer-sns {
	display: flex;
	justify-content: space-between;
	width: 45%;
	max-width: 300px;
	margin: 0 auto;
}

#footer {
	padding: 60px 0 60px 0;
	height: 370px;
}

.footer-link li {
	display: block;
}
}