@charset "UTF-8";
/* CSS Document */
p {
    font-size: 14px;
}

.ti{
	font-family:  'arno-pro-caption', serif;
	font-weight: 100;
	font-style: normal;
	font-size: 38px;
	line-height: 1em;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	letter-spacing: .2em;
}
.ti:before {
	content: '';
	position: absolute;
	bottom: -18px;
	display: inline-block;
	width: 15px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
	border-radius: 2px;
}

/*メインビジュアル*/
#main_visual {
	border-bottom: 1px solid #E9EAEB;
}
#main_visual img{
	display: block;
	margin: 0 auto; 
	width: 100%;
}
#main_visual .link_btn{
	clear: both;
    text-align: center;
    overflow: hidden;
    margin: 110px 0; 
}
#main_visual .link_btn li {
    width: 20%;
    float: left;
    text-align: center;
    padding: 7px;
    box-sizing: border-box;
}
#main_visual .link_btn li a {
    display: block;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 13px;
    letter-spacing: .1em;
    text-decoration: none;
}
#main_visual .link_btn li.btn01 a{
	background-color: #93B3C0;
}
#main_visual .link_btn li.btn02 a{
	background-color: #758791;
}

/*コンセプト*/
#concept {
	text-align: center;
	margin: 110px 0 170px;
}
#concept .sub_caption {
    font-family: 'arno-pro-caption', serif;
    font-weight: 100;
    font-style: normal;
    font-size: 12px;
    color: #000;
}
#concept .caption{
	font-size: 25px;
	margin: 50px 0 60px; 
}
#concept img.shop{
	margin-bottom: 60px;
	max-width: 440px;
}
#concept .text{
	margin-bottom: 160px; 
}
#concept .sub_ti{
	font-size: 12px;
}
#concept .heading{
	margin-top: 50px;
	font-size: 30px;
	color: #758791;
	display: inline-block;
	position: relative;
}
#concept .heading:after {
    position: absolute;
    content: "「";
    left: -50px;
    top: 0;
}
#concept .heading:before {
    position: absolute;
    content: "」";
    right: -50px;
    bottom: 0;
}
#concept .lead{
	font-weight: bold;
}
#concept img.dream{
	margin-top: 60px;
	width: 100%;
}

/*オーナーメッセージ*/
#owner {
	background-color: #F6F6F8;
	position: relative;
}
#owner:after {
    position: absolute;
    content: "NAKAMURA KEIGO";
    font-family: 'arno-pro-caption', serif;
    font-weight: 100;
    font-style: normal;
    font-size: 95px;
    letter-spacing: .2em;
    right: -30px;
    bottom: -50px;
    color: #fff;
}
#owner:before {
    content: "";
    display: block;
    position: absolute;
    top: -45px;
    right: 12%;
    width: 65px;
    height: 420px;
    background: url(../img/recruit/ti_owner_pc.png) no-repeat;
    background-size: contain;
}
#owner .message{
	display:flex;/* flexbox */
  	justify-content:center; /* 水平方向 */
  	align-items: center; /* 垂直方向 */
  	width: 80%;
  	margin: 125px 0 150px;
}
#owner img.photo{
	width: 230px;
	margin: 0 60px;
}
#owner .text_box{
}
#owner .name{
	font-size: 16px;
}
#owner .lead {
	font-size: 21px;
	font-weight: bold;
	color: #75A4B5;
  background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 7px);
  background-size: 7px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding: 15px 0 25px;
  margin-bottom: 25px;
}

/*ポイント*/
#point {
  padding: 400px 0 0;
  position: relative;
}
#point:before {
  content: "";
  display: block;
  position: absolute;
  top: 150px;
  left: 12%;
  width: 165px;
  height: 273px;
  background: url(../img/recruit/img_point_back01.png) no-repeat;
  background-size: contain;
  z-index: -1;
}
#point .ti_box{
  position: absolute;
  top: -200px;
  right: 12%;
}
#point .ti_box:before {
  content: "";
  display: block;
  position: absolute;
  top: 35px;
  right: -90px;
  width: 19px;
  height: 269px;
  background: url(../img/recruit/img_point_back02.png) no-repeat;
  background-size: contain;
}
#point h2{
  font-family: 'arno-pro-caption', serif;
  font-weight: 100;
  font-style: normal;
  font-size: 66px;
  letter-spacing: .2em;
  line-height: 1;
  color: #000;
  margin-bottom: 30px;
}
#point .ti_sub_ti{
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .2em;
  line-height: 1;
  color: #000;
  margin-bottom: 120px;
}
#point img{
  width: 80%;
  max-width: 1200px;
  margin-bottom: 80px;
}
#point .right img{
  float: right;
}
#point .welfare{
  text-align: center;
}
#point .welfare .data_ti{
  font-family: 'arno-pro-caption', serif;
  font-weight: 100;
  font-style: normal;
  font-size: 47px;
  letter-spacing: .2em;
  color: #F0F0F3;
}
#point .welfare .data_sub_ti{
  font-size: 24px;
  letter-spacing: .2em;
  margin-bottom: 35px;
  position: relative;
  display: inline-block;
}
#point .welfare .data_sub_ti:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
  width: 15px;
  height: 15px;
  background: url(../img/recruit/text_welfare01.png) no-repeat;
  background-size: contain;
}
#point .welfare .data_sub_ti:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -30px;
  width: 15px;
  height: 15px;
  background: url(../img/recruit/text_welfare02.png) no-repeat;
  background-size: contain;
}
#point .welfare img{
  margin-bottom: 0;
}

/*#point .img_box{
	display: flex;
	margin-bottom: 130px;
	position: relative;
}
#point .img_box02{
	flex-flow: row-reverse;
}
#point .img_box .photo {
    width: 50%;
}
#point .img_box .text_box {
    position:  absolute;
    right: 15%;
    top: 25%;
    width: 38%;
}
#point .img_box .sub_ti,
#point .img_box .lead{
	padding-left: 150px;
}
#point .img_box .sub_ti{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #758791;
	letter-spacing: .2em;
	position: relative;
}
#point .img_box .sub_ti:before{
	content: "";
    display: block;
    position: absolute;
    bottom: 80px;
    left: 150px;
    width: 345px;
    height: 106px;
    background: url(../img/recruit/ti_point01.png) no-repeat;
    background-size: contain;
}
#point .img_box .lead{
	font-size: 17px;
	line-height: 2em;
	margin-bottom: 45px;
}
#point .img_box .text{
	padding:  35px 45px;  
    background-color: #F9F8F6;
}*/

/*写真*/
#photo{
	position: relative;
	margin: 150px 0 215px;
}
#photo:before {
	z-index: -1;
    content: "";
    display: block;
    position: absolute;
    bottom: 55px;
    left: 0;
    width: 100%;
    height: 267px;
    background-color: #F4F4F4;

}
#photo img{
	width: 100%;
}

/*スタッフボイス*/
#voice {
  	margin-bottom: 215px;
}
#voice .sub_ti{
	text-align: center;
}
#voice .message{
	display:flex;
  	justify-content:center;
  	width: 85%;
	position: relative;
	margin: 150px auto 0;
}
#voice .message:before {
    content: "";
    display: block;
    position: absolute;
    top: -60px;
    right: -15%;
    width: 456px;
    height: 340px;
    background: url(../img/recruit/staff_tsunomori02.jpg) no-repeat;
    background-size: contain;
    z-index: -1;
}
#voice img.photo{
	width: 100%;
	margin: 0;
}
#voice .name_box{
	display: block;
  text-align: left;
  width: 24%;
}
#voice .lank{
  font-size: 13px;
  margin-top: 15px;
}
#voice .name{
	font-size: 18px;
	font-weight: bold;
}
#voice .name span{
	font-size: 10px;
	margin-left: 15px;
}
#voice  .text_box{
  width: 76%;
  padding-left: 50px;
}
#voice .lead {
	font-size: 21px;
	font-weight: bold;
	color: #75A4B5;
    background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 7px);
    background-size: 7px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
    padding: 15px 0 25px;
    margin-bottom: 25px;
}

/*カリキュラム*/
#curriculum{
	margin-bottom: 190px;
}
#curriculum .sub_ti{
	text-align: center;
	margin-bottom: 80px;
}

/*採用の流れ*/
#flow{
	padding: 110px 0 90px 0;
	background-color: #F6F6F8;
	text-align: center;
}
#flow .text_box{
	position: relative;
}
#flow .text_box:first-of-type{
	margin-top: 80px;
}
#flow img{
	width: 37px;
    position:  absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: -20px;
}
#flow .text{
	background-color: #fff;
	width: 60%;
	padding: 25px 0;
	margin: 0 auto;
}
#flow .arrow{
	margin: 15px 0 40px;
}

/*募集要項・会社案内*/
#data {
	margin: 135px auto 200px;
}
#data .data_ti{
	font-size: 20px;
	font-family:  'arno-pro-caption', serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
}
#data .data_sub_ti{
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
	font-size: 12px;
	text-align: center;
	margin-bottom: 45px;
}
#data .list {
    border-top: solid 1px #6A6054;
    border-bottom: solid 1px #6A6054;
}
#data .list table {
    width: 100%;
    color: #332E32;
}
#data .list tr {
    padding: 15px 0;
}
#data .list tr:nth-child(2n-1) {
    background-color: #F9F8F6;
}
#data .list th {
    text-align: left;
    width: 20%;
    font-size: 13px;
    letter-spacing: 0.1em;
    padding: 15px 0 15px 15px;
}
#data .list td {
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 2.2em;
    padding: 15px 0;
}
#data .list td a{
	color: #332E32;
	text-decoration: underline;
}

/*よくある質問*/
#faq{
	padding: 110px 0 200px 0;
	background-color: #F6F6F8;
	text-align: center;
}
#faq .sub_ti{
	text-align: center;
}
#faq .demo {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  color: #5b5b5b;
}
#faq .accordion {
  display: block;
  width: 100%;
  margin: 40px auto 0;
  overflow: hidden;
  max-width: 750px;
}
#faq .accordion > li {
  position: relative;
  display: block;
  background: #F6F6F8;
  text-align: left;
}
#faq .accordion > li:first-child > p {
  border-top: none;
}
#faq .accordion_btn {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 0;
  padding-left:30px; 
  transition: .2s ease-in-out;
  cursor: pointer;
  border-bottom: 1px solid #332E32;
}
#faq .accordion_btn:before {
    position: absolute;
    content: "ー";
    color: #332E32;
    left: 0;
    top: 15px;
}
#faq .accordion_btn > span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 13px;
  height: 7px;
  display: block;
}
#faq .accordion_btn > span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 60%;
  height: 2px;
  display: block;
  background: #332E32;
  transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
#faq .accordion_btn > span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  width: 60%;
  height: 2px;
  display: block;
  background: #332E32;
  transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
#faq .accordion_btn:hover {
  opacity: .4;
}
#faq .accordion_inner {
  height: 0;
  transition: .6s;
}
#faq .accordion_inner > li {
  text-align: center;
}
#faq .accordion_inner > li  {
  position: relative;
  font-size: 13px;
  line-height: 2em;
  display: block;
  padding: 15px 0 50px;
  color: #3E3A39;
  text-decoration: none;
  transition: .2s ease-in-out;
  text-align: left;
}
#faq .active .accordion_btn > span:before {
  transform: translateY(-50%) rotate(-45deg) !important;
}
#faq .active .accordion_btn > span:after {
  transform: translateY(-50%) rotate(45deg) !important;
}

/*エントリー*/
#entry {
	background: url(../img/recruit/back_entry_pc.jpg);
  background-size: cover;
  background-position: bottom center;
  justify-content: center;
  text-align: center;
  padding-bottom: 115px;
}
#entry .ti,
#entry .sub_ti{
  transform: translateY(-17px);
}
#entry .caption{
  font-size: 26px;
  font-weight: bold;
  letter-spacing: .2em;
  color: #fff;
  margin-top: 20px;
}
#entry .text{
  font-size: 14px;
  letter-spacing: .2em;
  color: #fff;
  margin-bottom: 40px;
} 
#entry .link_box{
  max-width: 750px;
  margin: 0 auto;
}
#entry .phone img{
  background-color: #000;
  padding: 25px 75px;
}
#entry .line img{
  background-color: #00B900;
  padding: 25px 75px;
}

@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 767px) {
  .ti{
    font-size: 27px;
    margin-bottom: 30px;
  }
  .ti:before {
    bottom: -17px;
  }

/*メインビジュアル*/
#main_visual img{
}
#main_visual .link_btn{
    margin: 45px 0 65px; 
}
#main_visual .link_btn li {
    width: 50%;
    padding: 7px;
}
#main_visual .link_btn li a {
    color: #000;
    border-bottom: 1px solid #000; 
}
#main_visual .link_btn li.btn01 a{
	background: none;
}
#main_visual .link_btn li.btn02 a{
	background: none;
}

/*コンセプト*/
#concept {
	margin: 60px 0 80px;
}

#concept .caption{
	font-size: 20px;
	margin: 30px 0 40px; 
}
#concept img.shop{
	margin-bottom: 30px;
	width: 100%;
}
#concept .text{
	text-align: left;
	margin-bottom: 80px; 
}
#concept .heading{
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 22px;
}
#concept img.dream{
	margin-top: 35px;
}
#concept .heading:after {
    left: -35px;
    top: -10px;
}
#concept .heading:before {
    right: -35px;
    bottom: -10px;
}

/*オーナーメッセージ*/
#owner:after {
    content: "";
}
#owner:before {
    top: -110px;
    right: 5%;
    width: 44px;
    height: 290px;
    background: url(../img/recruit/ti_owner_sp.png) no-repeat;
    background-size: contain;
}
#owner .message{
	display:block;
  	width: 100%;
  	margin: 60px 0;
}
#owner img.photo{
	margin: 0 auto 20px;
	display: block;
}
#owner .text_box{
}
#owner .name{
	font-size: 14px;
	text-align: center;
}
#owner .lead {
	font-size: 19px;
	text-align: center;
	padding: 10px 0 20px;
    margin-bottom: 20px;
}

/*ポイント*/
#point {
  padding: 150px 0 0;
}
#point:before {
  top: -10px;
  left: 12%;
  width: 122px;
  height: 202px;
}
#point .ti_box{
  top: -90px;
  right: 12%;
  text-align: center;
}
#point .ti_box:before {
  top: 10px;
  right: -20px;
  width: 12px;
  height: 197px;
}
#point h2{
  font-size: 27px;
  margin-bottom: 20px;
}
#point .ti_sub_ti{
  font-size: 14px;
  margin-bottom: 120px;
}
#point img{
  width: 100%;
  margin-bottom: 40px;
  padding: 0 15px;
}
#point .welfare .data_ti{
  font-size: 24px;
}
#point .welfare .data_sub_ti{
  font-size: 18px;
  margin-bottom: 30px;
}
#point .welfare .data_sub_ti:after {
  left: -20px;
}
#point .welfare .data_sub_ti:before {
  right: -20px;
}
#point .welfare img{
  margin-bottom: 0;
}

/*写真*/
#photo{
	margin: 50px 0 65px;
}
#photo:before {
    bottom: 115px;
    height: 190px;
}

/*スタッフボイス*/
#voice{
  margin-bottom: 110px;
}
#voice .message{
	display:block;
  	width: 100%;
  	margin: 30px 0 60px;
}
#voice .message:before {
	top: auto;
    bottom: -60px;
    right: 5px;
    width: 297px;
    height: 220px;
}
#voice img.photo{
	margin: 0 auto 25px;
  display: block;
  max-width: 80%;
}
#voice .name_box{
  width: 100%;
}
#voice .text_box{
  width: 100%;
  padding-left: 0;
}
#voice .lead {
	font-size: 18px;
	text-align: left;
	padding: 10px 0 20px;
    margin-bottom: 20px;
}

/*カリキュラム*/
#curriculum{
	margin-bottom: 75px;
}
#curriculum .sub_ti{
	margin-bottom: 25px;
}
#curriculum img{
	margin-bottom: 20px;
}

/*採用の流れ*/
#flow{
	padding: 0 0 30px 0;
}
#flow .ti,
#flow .sub_ti{
  transform: translateY(-10px);
}
#flow .text_box:first-of-type{
	margin-top: 35px;
}
#flow img{
	width: 30px;
}
#flow .text{
	width: 100%;
}
#flow .arrow{
	margin: 10px 0 25px;
}

/*募集要項・会社案内*/
#data {
	margin: 90px auto 75px;
}
#data .data_sub_ti{
	margin-bottom: 40px;
}
#data .list table {
    width: 100%;
    color: #332E32;
}
#data .list th {
	width: 100%;
	padding: 15px 0 0 15px;
    display: block;
}
#data .list td {
    padding: 15px 0 15px 15px;
    display: block;
}
#company{
	margin-top: 80px;
}

/*よくある質問*/
#faq{
  padding: 60px 0 100px 0;
}
#faq .accordion {
  margin: 30px auto 0;
}
#faq .accordion_btn {
  padding-right: 25px;
}
#faq .accordion_btn > span {
  right: 5px;
}
#faq .accordion_inner > li  {
  padding: 15px 0 40px;
}

/*エントリー*/
#entry {
  background: url(../img/recruit/back_entry_sp.jpg);
  padding-bottom: 45px;
}
#entry .ti,
#entry .sub_ti{
  transform: translateY(-10px);
}
#entry .caption{
  font-size: 17px;
  margin-top: 15px;
}
#entry .text{
  margin-bottom: 30px;
} 
#entry .phone{
  margin-bottom: 10px;
}
#entry .phone img{
  background-color: #000;
  padding: 20px auto;
}
#entry .line img{
  background-color: #00B900;
  padding: 20px auto;
}



}