
footer {
    margin-top: 0;
}

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

footer {
    margin-top: 0;
}
}


/* #ceo
----------------------------------------- */
#ceo {
	padding-top: 20rem;
}
#ceo .inner {
}

#ceo h1 {
	font-size: 3rem;
    letter-spacing: 0.02em;
    font-weight: bold;
    margin-bottom: 5rem;
}

#ceo .ceo_layout {
}
#ceo .ceo_layout > li.txt {
	width: -webkit-calc(480 / 960 * 100%);
    width: calc(480 / 960 * 100%);
}
#ceo .ceo_layout > li.img {
	width: -webkit-calc(420 / 960 * 100%);
    width: calc(420 / 960 * 100%);
}

#ceo .img_wrap {
	font-weight: bold;
	line-height: 2;
	border-radius: 2rem;
	overflow: hidden;
}
#ceo .name_wrap {
	margin-top: 5rem;
	font-weight: bold;
	text-align: center;
}
#ceo .name_wrap .position {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1;
}
#ceo .name_wrap .name {
	font-size: 2.8rem;
	letter-spacing: 0.5em;
	line-height: 1;
	margin-top: 2.5rem;
}
#ceo .name_wrap .name .jp {
    margin-left: 0.5em;
}
#ceo .name_wrap .name .en {
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.333em;
	line-height: 1;
	font-weight: 400;
	margin-top: 2rem;
}

#ceo .txt_wrap {
	letter-spacing: 0;
	font-weight: bold;
	line-height: 2;
}


@media screen and (max-width: 768px) {
#ceo {
	padding-top: 9rem;
}
#ceo .inner {
}

#ceo h1 {
	font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1.75;
    margin-bottom: 3rem;
}

#ceo .ceo_layout > li.txt {
	width: 100%;
}
#ceo .ceo_layout > li.img {
	width: 100%;
}

#ceo .img_wrap {
	border-radius: 1rem;
}
#ceo .name_wrap {
	margin-top: 3rem;
}
#ceo .name_wrap .position {
	font-size: 1.3rem;
}
#ceo .name_wrap .name {
	font-size: 1.7rem;
	margin-top: 1.25rem;
}
#ceo .name_wrap .name .jp {
    margin-left: 0.5em;
}
#ceo .name_wrap .name .en {
	font-size: 1.2rem;
	margin-top: 1rem;
}

#ceo .txt_wrap {
	margin-top: 3rem;
    text-align: justify;
}

}


/* #company
----------------------------------------- */
#company {
	padding-top: 21rem;
	position: relative;
}
body.under #conWrap #company .inner {
    /*width: -webkit-calc(1280 / 1440 * 100%);
    width: calc(1280 / 1440 * 100%);*/
    width: 100%;
	max-width: 128rem;
}
#company::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 53rem);
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #F4F2F0;
    z-index: -1;
}

#company .img_wrap.top {
	margin-bottom: 17rem;
    border-radius: 2rem;
	overflow: hidden;
}

#company .company_con {
	width: 100%;
	max-width: 96rem;
	margin: auto;
}
#company .company_con:not(:last-child) {
	margin-bottom: 18rem;
}

#company .company_con h2 {
	display: flex;
    align-items: center;
    width: 100%;
    background-color: #ffffff;
    border-radius: 1.5rem;
    font-size: 2.8rem;
    letter-spacing: 0;
    font-weight: bold;
    color: #826A52;
    line-height: 1.6;
    text-align: left;
    padding: 2.5rem 4.5rem;
    margin-bottom: 5rem;
}
#company .company_con .txt_wrap {
	width: 100%;
    max-width: 75rem;
    line-height: 2;
    letter-spacing: 0.03em;
    text-align: left;
    font-weight: bold;
    margin: auto;
}
#company .company_con .img_wrap {
	width: 100%;
    margin-top: 8rem;
	border-radius: 2rem;
	overflow: hidden;
}


@media screen and (max-width: 768px) {
#company {
	padding-top: 8rem;
}
body.under #conWrap #company .inner {
    width: 100%;
}
#company::after {
    height: calc(100% - 8rem);
    bottom: auto;
	top: 8rem;
}

#company .img_wrap.top {
	margin-bottom: 6rem;
	border-radius: 0;
}

#company .company_con {
	width: 26rem;
	margin: auto;
}
#company .company_con:not(:last-child) {
	margin-bottom: 6rem;
}

#company .company_con h2 {
    border-radius: 0.5rem;
    font-size: 1.6rem;
    padding: 1.5rem 2rem;
    margin-bottom: 2.5rem;
}
#company .company_con .txt_wrap {
	letter-spacing: 0;
    text-align: justify;
}
#company .company_con .img_wrap {
    margin-top: 4rem;
	border-radius: 1rem;
}
}



/* #profile
----------------------------------------- */
#profile {
	padding-top: 17rem;
	padding-bottom: 23rem;
    background-color: #F4F2F0;
}
#profile .inner {
    padding: 9rem;
    background-color: #FFFFFF;
    border-radius: 1.5rem;
    flex-wrap: nowrap;
	box-sizing: border-box;
	border: 1px solid #c8beb4;
}

#profile h1.con_ttl {
    margin-bottom: 6rem;
}

#profile .img_wrap {
    /*width: 34.5rem;*/
	width: calc(345 / 778 * 100%);
	border-radius: 2rem;
	overflow: hidden;
	float: right;
	margin: 4rem 0 6rem 6rem;
}

#profile .name_wrap {
	font-weight: bold;
}
#profile .name_wrap .position {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1;
}
#profile .name_wrap .name {
    font-size: 2.5rem;
    letter-spacing: 0.5em;
    line-height: 1;
    margin-top: 2rem;
}
#profile .name_wrap .birthday {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-top: 2rem;
}

#profile .profile_con {
	margin-top: 7rem;
	font-weight: bold;
}
#profile h2 {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1;
    color: #826a52;
	margin-bottom: 3rem;
}


#profile .career_list {
	font-size: 1.6rem;
    letter-spacing: 0;
}
#profile .career_list > li {
	margin-bottom: 2.5rem;
}
#profile .career_list > li .ttl {
	display: block;
	font-size: 1.8rem;
    letter-spacing: 0;
	position: relative;
	padding-left: 2rem;
}
#profile .career_list > li .ttl::before {
	content: "◎";
	position: absolute;
	top: 0;
	left: 0;
}
#profile .career_list > li .sub {
	display: block;
	font-size: 1.6rem;
    letter-spacing: 0;
	margin-top: 1rem;
}

#profile .now {
	font-size: 1.8rem;
    letter-spacing: 0;
}


#profile .txt_wrap {
	font-size: 1.6rem;
	line-height: 2;
    letter-spacing: 0;
}
#profile .hobby_list {
	font-size: 1.6rem;
	line-height: 2;
    letter-spacing: 0;
}


@media screen and (max-width: 768px) {
#profile {
	padding-top: 7rem;
	padding-bottom: 9rem;
}
#profile .inner {
    padding: 4rem 3rem;
    background-color: #FFFFFF;
    border-radius: 1.0rem;
}

#profile h1.con_ttl {
    margin-bottom: 3rem;
}

#profile .img_wrap {
    width: 100%;
	border-radius: 1rem;
	margin: 0;
    float: none;
}

#profile .name_wrap {
	font-weight: bold;
	margin-top: 3rem;
}
#profile .name_wrap .position {
    font-size: 1.3rem;
}
#profile .name_wrap .name {
    font-size: 1.7rem;
    margin-top: 1rem;
}
#profile .name_wrap .birthday {
    font-size: 1.3rem;
    margin-top: 1.5rem;
}

#profile .profile_con {
	margin-top: 3.5rem;
}
#profile h2 {
	font-size: 1.4rem;
	letter-spacing: 0.03em;
	margin-bottom: 2rem;
}


#profile .career_list {
	font-size: 1.6rem;
    letter-spacing: 0;
}
#profile .career_list > li {
	margin-bottom: 2rem;
}
#profile .career_list > li .ttl {
	font-size: 1.4rem;
	padding-left: 0;
}
#profile .career_list > li .ttl::before {
	display: none;
}
#profile .career_list > li .sub {
	display: block;
	font-size: 1.3rem;
	margin-top: 0.5rem;
}

#profile .now {
	font-size: 1.3rem;
}

#profile .txt_wrap {
	font-size: 1.3rem;
}
#profile .hobby_list {
	font-size: 1.3rem;
}
}



/* #ideal_person
----------------------------------------- */
#ideal_person {
	padding-top: 25rem;
}
#ideal_person .inner {
}

#ideal_person .ideal_person_list {
}

#ideal_person .ideal_person_list > li.txt {
	width: -webkit-calc(466 / 960 * 100%);
    width: calc(466 / 960 * 100%);
}

#ideal_person h1.con_ttl span.fAbc::before {
    left: -webkit-calc(-480 / 466 * 100%);
    left: calc(-480 / 466 * 100%);
    width: -webkit-calc(450 / 466 * 100%);
    width: calc(450 / 466 * 100%);
}

#ideal_person .ideal_person_list > li.img {
	width: -webkit-calc(450 / 960 * 100%);
    width: calc(450 / 960 * 100%);
}

#ideal_person .ideal_person_list .img_wrap {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

#ideal_person .catch_wrap {
	margin-top: 5rem;
}

#ideal_person .txt_wrap {
	font-weight: bold;
	line-height: 2;
}


@media screen and (max-width: 768px) {
#ideal_person {
	padding-top: 8rem;
}
	
#ideal_person .ideal_person_list {
}
	
#ideal_person .ideal_person_list > li.txt {
	width: 100%;
}
	
#ideal_person h1.con_ttl span.fAbc::before {
    left: -3rem;
    width: 2rem;
}

#ideal_person .ideal_person_list > li.img {
	width: 100%;
}
#ideal_person .ideal_person_list .img_wrap {
	height: 41rem;
	margin-bottom: 5rem;
}
#ideal_person .catch_wrap {
	margin-top: 2rem;
}
}


/* #jobs
----------------------------------------- */
#jobs {
	padding-top: 25rem;
	padding-bottom: 25rem;
}
#jobs .inner {
}

#jobs .txt_wrap {
	font-weight: bold;
	line-height: 2;
}

#jobs .jobs_table {
	width: 100%;
	font-weight: bold;
	border-top: 1px solid #826A52;
	margin-top: 9rem;
}
#jobs .jobs_table tr {
	display: flex;
	align-items: center;
	padding: 3rem;
	border-bottom: 1px solid #826A52;
}
#jobs .jobs_table th {
	display: flex;
	align-items: center;
	justify-content: space-between;
    min-width: 22rem;
}
#jobs .jobs_table th::after {
	content: "";
	display: block;
	width: 0.1rem;
	height: 3rem;
	background-color: #826A52;
	margin: 0 3.5rem;
}
#jobs .jobs_table .jobs_navi {
    justify-content: flex-start;
}
#jobs .jobs_table .jobs_navi > li {
	margin-right: 3rem;
}
#jobs .jobs_table .jobs_navi > li:last-child {
	margin-right: 0;
}

#jobs .jobs_img {
	margin-top: 11rem;
}
#jobs .jobs_img > li {
	width: 50%;
}
#jobs .jobs_img > li:first-child {
	width: 100%;
}


#jobs .jobs_list_layout {
}
#jobs .jobs_list_layout > li {
	margin-top: 15rem;
}

#jobs .jobs_list_layout h2 {
	display: inline-block;
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-bottom: 10.0rem;
	color: #0068b7;
}
#jobs .jobs_list_layout h2::after {
	content: "";
	display: block;
	width: 100%;
	height: 0.2rem;
	background-color: #0068b7;
	margin-top: 1rem;
}

#jobs .jobs_list {
}
#jobs .jobs_list > li {
	margin-bottom: 10rem;
}

#jobs .jobs_con_wrap {
	border: 1px solid #826A52;
	padding: 9rem 9rem;
}
#jobs .jobs_con_wrap h3 {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 4.0rem;
}
#jobs .jobs_con_wrap h4 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 2.5rem;
	position: relative;
	padding-left: 1.1em;
}
#jobs .jobs_con_wrap h4::before {
	content: "◎";
	display: block;
	position: absolute;
    top: 0;
	left: 0;
}
#jobs .jobs_con_wrap .txt_wrap {
	letter-spacing: 0.03em;
	line-height: 2;
	margin-bottom: 5.0rem;
	font-weight: bold;
}

#jobs .jobs_con_wrap .jobs_con_list {
	letter-spacing: 0.03em;
	line-height: 2;
	margin-bottom: 4.0rem;
	justify-content: flex-start;
}
#jobs .jobs_con_wrap .jobs_con_list:last-child {
	margin-bottom: 0;
}
#jobs .jobs_con_wrap .jobs_con_list > li {
	margin-bottom: 1rem;
	padding-left: 0.9em;
	position: relative;
	font-weight: bold;
}
#jobs .jobs_con_wrap .jobs_con_list > li::before {
	content: "";
	display: block;
	position: absolute;
    top: 1.1rem;
	left: 0;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background-color: #826A52;
}

#jobs .jobs_con_wrap .btn_wrap2 {
	margin-top: 2rem;
}

#jobs .btn_wrap2.recruit_top {
	display: block;
	margin: auto;
	margin-top: 15rem;
	width: 32rem;
}
#jobs .btn_wrap2.recruit_top .btn._type5  {
	width: 100%;
}


@media screen and (max-width: 768px) {
#jobs {
	padding-top: 9rem;
	padding-bottom: 9rem;
}
	
#jobs .jobs_table {
	margin-top: 4rem;
}
#jobs .jobs_table tr {
	flex-wrap: wrap;
	padding: 2.5rem 0;
}
#jobs .jobs_table th {
	display: block;
	width: 100%;
    min-width: auto;
}
#jobs .jobs_table th::after {
	content: "";
	display: block;
	width: 2.5rem;
	height: 0.1rem;
	background-color: #826A52;
	margin: 2rem 0;
}
#jobs .jobs_table .jobs_navi {
    justify-content: flex-start;
}
#jobs .jobs_table .jobs_navi > li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 1rem;
}
#jobs .jobs_table .jobs_navi > li:last-child {
	margin-bottom: 0;
}

#jobs .jobs_img {
	margin-top: 6rem;
}
#jobs .jobs_img > li {
	width: 100%;
}

	
#jobs .jobs_list_layout > li {
	margin-top: 7rem;
}

#jobs .jobs_list_layout h2 {
	display: inline-block;
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 5rem;
	color: #0068b7;
}
#jobs .jobs_list_layout h2::after {
	content: "";
	display: block;
	width: 100%;
	height: 0.1rem;
	background-color: #0068b7;
	margin-top: 1rem;
}

#jobs .jobs_list {
}
#jobs .jobs_list > li {
	margin-bottom: 4rem;
}

#jobs .jobs_con_wrap {
	border: 1px solid #826A52;
	padding: 3.5rem 2.5rem;
}
#jobs .jobs_con_wrap h3 {
	font-size: 1.7rem;
	margin-bottom: 2.0rem;
}
#jobs .jobs_con_wrap h4 {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}
#jobs .jobs_con_wrap .txt_wrap {
	font-size: 1.3rem;
	letter-spacing: 0;
	line-height: 2;
	margin-bottom: 3rem;
}

#jobs .jobs_con_wrap .jobs_con_list {
	font-size: 1.3rem;
	letter-spacing: 0;
	line-height: 2;
	margin-bottom: 2.0rem;
	justify-content: flex-start;
}
#jobs .jobs_con_wrap .jobs_con_list > li {
	width: 100%;
    margin-right: 0;
	margin-bottom: 1rem;
	padding-left: 1.0em;
	position: relative;
	font-weight: bold;
}
#jobs .jobs_con_wrap .jobs_con_list > li:last-child {
    margin-bottom: 0;
}
#jobs .jobs_con_wrap .jobs_con_list > li::before {
	content: "";
	display: block;
	position: absolute;
    top: .7rem;
	left: 0;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background-color: #826A52;
}
	
#jobs .btn_wrap2.recruit_top {
	display: block;
	margin: auto;
	margin-top: 6rem;
	width: 100%;
}
#jobs .btn_wrap2.recruit_top .btn._type5  {
	width: 100%;
	height: 4.5rem;
}
	
#jobs .btn_wrap2 {
    width: 100%;
}
#jobs .jobs_con_wrap .btn_wrap2 {
    margin-top: 1.5rem;
}
#jobs .btn_wrap2 .btn._type5 {
    height: 6.5rem;
}
}
