@charset "UTF-8";

/*
Theme Name: Origin
Author: WeFull Co., Ltd.
Author URI: https://www.wefull.co.jp/
Version: 1.2
*/

.wrap {
	max-width: 1280px;
    margin: auto;
    padding: 0 20px;
}

.site-content {
    margin-top: 80px;
}

@media screen and (max-width: 640px){
	.site-content {
		margin-top: 50px;
	}
}

header {
	display: flex;
	position: fixed;
	width: 100%;
	height: 80px;
	top: 0;
	left: 0;
	background: #fff;
	padding: 0 0 0 2rem;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 4px 4px rgba(32, 32, 32, 0.2);
	z-index: 10000;
}

@media screen and (max-width: 640px){
	header {
		height: 50px;
		padding: 0 1rem;
	}
}

header h1 {
    display: flex;
    height: 100%;
    align-items: center;
}

header h1 a {
	width: auto;
	height: 36px;
}

header h1 a img {
	display: block;
	width: auto;
	height: 100%;
}

@media screen and (max-width: 640px){
	header h1 a {
		height: 25px;
	}
}

header .right {
	position: relative;
}

@media screen and (max-width: 1219px){
	header nav.pc_nav {
		display: none;
	}
}

@media screen and (min-width: 1220px){
	header nav.sp_nav {
		display: none;
	}
}

header nav {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1220px){
	header nav {
		display: block;
	}
}

header nav ul {
	display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1220px){
	header nav ul {
		flex-wrap: wrap;
		margin-bottom: 2rem;
	}
}

header nav ul li:not(:first-child){
	position: relative;
	margin-left: 1px;
}

header nav ul li::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 60%;
	top: 20%;
	left: -1px;
	background: #ddd;
}

@media screen and (min-width: 1221px){
	header nav ul li:first-child::after {
		display: none;
	}
}

@media screen and (max-width: 1220px){
	header nav ul li::after {
		width: 2px;
		background: #bbb;
	}
}

header nav ul li a {
	display: block;
	position: relative;
	text-align: center;
	padding: 5px 30px;
	transition: 0.3s;
}

@media screen and (max-width: 1220px){
	header nav ul li a {
		display: flex;
    	flex-direction: row-reverse;
    	align-items: center;
    	font-size: 1.1rem;
    	padding: 10px 20px;
    	justify-content: flex-end;
	}
}

header nav ul li a::after {
	content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #6AC9F2;
    transition: 0.3s;
}

header nav ul li a:hover::after {
    width: 100%;
	transition: 0.3s;
}

header nav ul li a p {
	font-family: 'Noto Serif JP';
	font-size: .8em;
	font-weight: bold;
}

@media screen and (max-width: 1220px){
	header nav ul li a p {
		font-size: .7em;
		text-align: left;
	}
}

@media screen and (max-width: 640px){
	header nav ul li a p {
		width: 100px;
	}
}

header nav ul li a span {
	display: block;
}

@media screen and (max-width: 1220px){
	header nav ul li a span {
		width: 120px;
		text-align: left;
	}
}

@media screen and (max-width: 640px){
	header nav ul li a span {
		font-size: 1rem;
	}
}

header nav a.contact {
	display: flex;
    height: 80px;
	color: #fff;
    background: #00afcc;
	margin-left: 20px;
	padding: 0 3rem;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1220px){
	header nav a.contact {
		width: 100%;
		max-width: 400px;
		height: 60px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media screen and (max-width: 640px){
	header nav a.contact {
		height: 50px;
	}
}

header nav a.contact:hover {
	background: #05899f;
}

header nav a.contact span {
	display: flex;
	position: relative;
	font-size: 1.2rem;
	align-items: center;
}

@media screen and (max-width: 640px){
	header nav a.contact span {
		font-size: 1.1rem;
	}
}

header nav a.contact span::before {
	font-family: "Font Awesome 5 Free";
	font-size: 1.2em;
    content: '\f0e0';
    margin-right: 10px;
}

/* 下層共通 */
h2.tsl {
	position: relative;
    font-size: 32px;
	margin-bottom: 2rem;
}

@media screen and (max-width: 640px){
	h2.tsl {
		font-size: 24px;
	}
}

h2.tsl::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background: #00afcc;
}

h2.tsl span {
	position: relative;
	color: #05899f;
	background: #fafafa;
	padding-right: 1rem;
}

.single_head {
	position: relative;
	padding: 6rem 0;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width: 640px){
	.single_head {
		padding: 3rem 0;
	}
}

.single_head::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(1, 104, 121, 0.7);
}

.single_head.company {
	background-image: url(./img/company_back.jpg);
}

.single_head.facility {
	background-image: url(./img/facility_back.jpg);
}

.single_head.products {
	background-image: url(./img/products_back.jpg);
}

.single_head.recruit {
	background-image: url(./img/recruit_back.jpg);
}

.single_head.contact {
	background-image: url(./img/contact_p_back.jpg);
}

.single_head.privacy {
	background-image: url(./img/company_back.jpg);
}

.single_head h1 {
	position: relative;
	font-family: 'Noto Serif JP';
    font-size: 2.4rem;
    color: #fff;
	z-index: 10;
}

@media screen and (max-width: 640px){
	.single_head h1 {
		font-size: 1.6rem;
	}
}

.single:first-of-type {
	padding: 60px 0;
}

@media screen and (max-width: 640px){
	.single:first-of-type {
		padding: 30px 0;
	}
}

.single:not(:first-of-type) {
	padding: 0 0 60px;
}

@media screen and (max-width: 640px){
	.single:not(:first-of-type) {
		padding: 30px 0;
	}
}

/* TOPメインビジュアル */
.mv-block {
	height: 70vh;
	background-size: cover;
}

@media screen and (max-width: 640px){
	.mv-block {
		height: 50vh;
	}
}

.mv-block .filter {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	background: linear-gradient(to left, #016879 0%, #016879 5%, transparent 100%);
	align-items: center;
    justify-content: center;
}

@media screen and (max-width: 640px){
	.mv-block .filter {
		background: rgba(1, 104, 121, 0.5);
	}
}

.mv-block .catch {
	width: 100%;
	max-width: 1280px;
	text-align: center;
	padding: 1rem;
}

@media screen and (max-width: 640px){
	.mv-block .catch {
		width: 100%;
	}
}

.mv-block .catch p {
	font-family: 'Noto Serif JP';
	font-weight: bold;
    color: #fff;
	text-align: right;
}

@media screen and (max-width: 640px){
	.mv-block .catch p {
		text-align: center;
	}
}

.mv-block .catch p.big {
	font-size: 5.4vh;
    letter-spacing: -0.08em;
}

@media screen and (max-width: 640px){
	.mv-block .catch p.big {
		font-size: 5.4vw;
		margin-bottom: 1rem;
	}
}

.mv-block .catch p.small {
	font-size: 3.6vh;
}

@media screen and (max-width: 640px){
	.mv-block .catch p.small {
		font-size: 4vw;
	}
}

.mv-block .catch p span {
	color: #ffff7e;
}

@media screen and (max-width: 640px){
	.mv-block .catch p span {
		font-size: 1.5em;
		line-height: 1;
	}
}

.mv-block .catch a.top_btn {
	display: block;
    width: 360px;
	max-width: 80%;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #31beca;
    margin: 4vh auto 0;
    padding: 10px;
    border-radius: 100px;
}

.mv-block .catch a {
	display: block;
	position: relative;
    max-width: 400px;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    background: #00afcc;
    margin-top: 3rem;
    margin-left: auto;
    padding: 1rem 3rem;
    border: 1px solid #fff;
    border-radius: 100px;
}

@media screen and (max-width: 640px){
	.mv-block .catch a {
		width: 80%;
		font-size: 1rem;
		margin: 2rem auto 0;
		padding: 10px;
	}
}

.mv-block .catch a:hover {
	background: #05899f;
}

.mv-block .catch a::after {
	font-family: "Font Awesome 5 Free";
    font-size: 1.5em;
	font-weight: bold;
    content: '\f105';
	position: absolute;
	line-height: 30px;
	top: calc(50% - 15px);
	right: 30px;
}

/* TOP事業内容 */
.service {
	padding: 60px 0;
}

.service .wrap {
	display: flex;
}

@media screen and (max-width: 1100px){
	.service .wrap {
		display: block;
	}
}

.service .wrap .left {
	width: 40%;
}

.service .wrap .right {
	width: 60%;
}

@media screen and (max-width: 1100px){
	.service .wrap .left,
	.service .wrap .right {
		width: 100%;
	}

	.service .wrap .left {
		margin-bottom: 2rem;
	}
}

.service .wrap .left p.title {
	font-size: 2.0rem;
	font-weight: bold;
	margin-top: -1rem;
	margin-bottom: 1rem;
}

@media screen and (max-width: 640px){
	.service .wrap .left p.title {
		font-size: 1.4rem;
		margin-top: -2rem;
	}
}

.service .wrap .right ul {
	max-width: 600px;
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	justify-content: space-between;
}

@media screen and (max-width: 1100px){
	.service .wrap .right ul {
		margin: auto;
	}
}

.service .wrap .right ul li {
	width: 32%;
	display: flex;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #00afcc;
	margin-bottom: 2%;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
}

@media screen and (max-width: 640px){
	.service .wrap .right ul li {
		font-size: 1rem;
	}
}

/* TOP加工事例 */
.top_products {
	padding: 60px 0;
	background: #05899f;
}

.top_products ul {
	display: flex;
	flex-wrap: wrap;
}

.top_products ul li {
	width: calc(100% / 4 - 2%);
	background: #fff;
    margin-bottom: 2.666%;
    padding: 1rem;
    border-radius: 10px;
}

@media screen and (max-width: 1100px){
	.top_products ul li {
		width: calc(100% / 3 - 2%);
		margin-bottom: 3%;
	}
}

@media screen and (min-width: 1101px){
	.top_products ul li:not(:nth-child(4n)) {
		margin-right: 2.666%;
	}
}

@media screen and (max-width: 1100px) and (min-width: 641px){
	.top_products ul li:not(:nth-child(3n)) {
		margin-right: 3%;
	}
}

@media screen and (max-width: 640px){
	.top_products ul li {
    	width: 100%;
	}
}

.top_products ul li img {
	margin-bottom: 1rem;
	border-radius: 8px;
}

.top_products ul li p {
	font-family: 'Noto Serif JP';
	font-weight: bold;
	text-align: center;
}

.top_products ul li p.name {
	font-size: 1.5rem;
	color: #00afcc;
}

@media screen and (max-width: 1100px){
	.top_products ul li p.name {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 767px){
	.top_products ul li p.name {
		font-size: 1.15rem;
	}
}

@media screen and (max-width: 640px){
	.top_products ul li p.name {
		font-size: 1.4rem;
	}
}

.top_products ul li p span {
	display: block;
	font-size: .7em;
	color: #666;
}

.top_products ul i {
    position: absolute;
    width: 36px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 36px;
    top: calc(50% - 18px);
    color: #00afcc;
    background: #fff;
    border: 1px solid #00afcc;
    z-index: 100;
}

.top_products ul i.prev {
	left: -15px;
}

.top_products ul i.next {
	right: -15px;
}

.top_products a.btn {
    display: block;
    position: relative;
    max-width: 400px;
    font-size: 1.2rem;
    text-align: center;
    color: #00afcc;
	background: #fff;
	margin: 2rem auto 0;
    padding: 1rem 3rem;
    border: 1px solid #fff;
    border-radius: 100px;
}

@media screen and (max-width: 640px){
	.top_products a.btn {
		width: 80%;
    	font-size: 1rem;
    	margin: 2rem auto 0;
	}
}

.top_products a.btn::after {
    font-family: "Font Awesome 5 Free";
    font-size: 1.5em;
    font-weight: bold;
    content: '\f105';
    position: absolute;
    line-height: 30px;
    top: calc(50% - 15px);
    right: 30px;
}

.top_products a.btn:hover {
	color: #fff;
	background: #00afcc;
}

/* 吉田精工の強み */
.feature {
	padding: 60px 0;
}

.feature ul {

}

.feature ul li {
	display: flex;
	background: #fff;
	counter-increment: number;
}

@media screen and (max-width: 640px){
	.feature ul li {
		display: block;
		position: relative;
	}
}

.feature ul li:not(:last-child){
	margin-bottom: 2rem;
}

@media screen and (max-width: 640px){
	.feature ul li:not(:last-child){
		margin-bottom: 1rem;
	}
}

.feature ul li figure {
	width: 440px;
}

@media screen and (max-width: 767px){
	.feature ul li figure {
		width: 300px;
	}
}

@media screen and (max-width: 640px){
	.feature ul li figure {
		width: 100%;
	}
}

.feature ul li figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.feature ul li .box {
	width: 100%;
	padding: 2rem;
	border: 1px solid #ccc;
}

@media screen and (max-width: 767px){
	.feature ul li .box {
		padding: 1rem;
	}
}

@media screen and (max-width: 640px){
	.feature ul li .box {
		display: flex;
		flex-wrap: wrap;
		position: absolute;
    	width: 100%;
    	height: 100%;
    	top: 0;
    	left: 0;
		background: rgba(66, 105, 111, 0.7);
		align-items: center;
	}
}

.feature ul li .box h3 {
	position: relative;
	font-size: 1.6rem;
	margin-bottom: 1rem;
}

@media screen and (max-width: 767px){
	.feature ul li .box h3 {
		font-size: 1.3rem;
	}
}

.feature ul li .box h3::before {
	content: counter(number)'.';
	font-family: 'Noto Serif JP';
	font-size: 1.6em;
	color: #00afcc;
	margin-right: 10px;
}

@media screen and (max-width: 640px){
	.feature ul li .box h3 {
		text-shadow: 0 2px 2px #333;
	}

	.feature ul li .box h3,
	.feature ul li .box h3::before,
	.feature ul li .box p {
		color: #fff;
	}
}

/* 会社概要 */
.company_about .flex {
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

.company_about .flex .left {
	width: 68%;
}

.company_about .flex .right {
	width: 30%;
}

@media screen and (max-width: 640px){
	.company_about .flex .left,
	.company_about .flex .right {
		width: 100%;
	}
	
	.company_about .flex .right {
		margin-bottom: 1rem;
	}
}

/* 設備紹介 */
.facility_list h3 {
	color: #fff;
    background: #00afcc;
    margin-bottom: 1rem;
    padding: 10px;
}

.facility_list .box {
	background: #fff;
	padding: 2rem;
	box-shadow: 0 0 4px rgba(16, 16, 16, 0.5);
}

@media screen and (max-width: 640px){
	.facility_list .box {
		padding: 1rem;
	}
}

.facility_list .box:not(:last-child) {
	margin-bottom: 2rem;
}

.facility_list .box .flex {
	align-items: start;
}

.facility_list .box figure {
	width: 40%;
}

@media screen and (max-width: 640px){
	.facility_list .box figure {
		width: 100%;
		margin-bottom: 1rem;
	}
}

.facility_list .box dl {
	display: flex;
	flex-wrap: wrap;
	width: 58%;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

@media screen and (max-width: 800px){
	.facility_list .box dl {
		font-size: 14px;
	}
}

@media screen and (max-width: 640px){
	.facility_list .box dl {
		width: 100%;
	}
}

.facility_list .box dl dt,
.facility_list .box dl dd {
	display: flex;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    align-items: center;
}

.facility_list .box dl dt {
	width: 120px;
	font-weight: bold;
	background: #e3f8ff;
}

.facility_list .box dl dd {
	width: calc(100% - 120px);
}

.facility_list .box p.detail {
	margin-top: 1rem;
}

.facility_list2 ul {
	display: flex;
	flex-wrap: wrap;
}

.facility_list2 ul li {
	width: calc(100% / 3 - 2%);
	margin-bottom: 3%;
}

@media screen and (max-width: 900px){
	.facility_list2 ul li {
		width: 48%;
		margin-bottom: 2%;
	}
}

@media screen and (max-width: 640px){
	.facility_list2 ul li {
		width: 100%;
		margin-bottom: 1%;
	}
}

@media screen and (min-width: 901px){
	.facility_list2 ul li:not(:nth-child(3n)){
		margin-right: 3%;
	}
}

@media screen and (max-width: 900px)and(min-width: 641px){
	.facility_list2 ul li:not(:nth-child(even)){
		margin-right: 4%;
	}
}

.facility_list2 ul li dl {
    display: flex;
}

.facility_list2 ul li dl:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.facility_list2 ul li dl dt,
.facility_list2 ul li dl dd {
    padding: 10px 0;
}

.facility_list2 ul li dl dt {
    width: 80px;
    font-weight: bold;
}

.facility_list2 ul li dl dd {
    width: calc(100% - 80px);
}


/* 加工事例 */
.nozzle ul {
	display: flex;
	flex-wrap: wrap;
}

.nozzle ul li {
	width: calc(100% / 4 - 3%);
	margin-bottom: 4%;
	background: #fff;
	box-shadow: 0 0 4px rgba(16, 16, 16, 0.5);
}

@media screen and (max-width: 1220px){
	.nozzle ul li {
		width: calc(100% / 3 - 3%);
	}
}

@media screen and (max-width: 900px){
	.nozzle ul li {
		width: calc(100% / 2 - 2%);
	}
}

@media screen and (min-width: 1221px){
	.nozzle ul li:not(:nth-child(4n)) {
    	margin-right: 4%;
	}
}

@media screen and (max-width: 1220px)and(min-width: 901px){
	.nozzle ul li:not(:nth-child(3n)) {
    	margin-right: 4.5%;
	}
}

@media screen and (max-width: 990px){
	.nozzle ul li:not(:nth-child(2n)) {
    	margin-right: 4%;
	}
}

.nozzle ul li dl {
	display: flex;
	margin: 0 1rem;
}

@media screen and (max-width: 640px){
	.nozzle ul li dl {
		margin: 0 10px;
	}
}

.nozzle ul li dl dt,
.nozzle ul li dl dd {
	padding: 10px 0;
}

@media screen and (max-width: 640px){
	.nozzle ul li dl dt,
	.nozzle ul li dl dd {
		font-size: 12px;
	}
}

.nozzle ul li dl:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

.nozzle ul li dl dt {
	width: 60px;
	font-weight: bold;
}

@media screen and (max-width: 640px){
	.nozzle ul li dl dt {
		width: 45px;
	}
}

.nozzle ul li dl dd {
	width: calc(100% - 60px);
}

@media screen and (max-width: 640px){
	.nozzle ul li dl dd {
		width: calc(100% - 45px);
	}
}

/* 採用情報 */
.recruit_lead {
	
}

.recruit_lead .lead {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: #ff6161;
}

@media screen and (max-width: 640px){
	.recruit_lead .lead {
		font-size: 1.2rem;
	}
}

.recruit_lead .flex {
	margin-top: 60px;
}

@media screen and (max-width: 640px){
	.recruit_lead .flex {
		margin-top: 30px;
	}
}

.recruit_lead .flex img {
	width: 49%;
}

@media screen and (max-width: 640px){
	.recruit_lead .flex img {
		width: 50%;
		aspect-ratio: 1 / 1;
		object-fit: cover;
	}
}

@media screen and (min-width: 641px){
	.recruit_entry .box {
		margin-top: 4rem;
	}
}

.recruit_entry .box,
.confirm .recruit_entry {
	background: #fff;
	padding: 2rem;
	box-shadow: 0 0 4px rgba(16, 16, 16, 0.5);
}

@media screen and (max-width: 640px){
	.recruit_entry .box,
	.confirm .recruit_entry {
		padding: 1rem;
	}
}

.recruit_entry .box .flex ,
.confirm .recruit_entry .flex {
	margin-top: 4rem;
	justify-content: space-around;
}

@media screen and (max-width: 640px){
	.confirm .recruit_entry .flex {
		flex-direction: column-reverse;
	}
	
	.recruit_entry .box .flex ,
	.confirm .recruit_entry .flex {
		margin-top: 2rem;
	}
}

.confirm p.big,
.thanks p.big{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4rem;
}

@media screen and (max-width: 640px){
	.confirm p.big,
	.thanks p.big {
		font-size: 18px;
		margin-bottom: 2rem;
	}
}

.thanks img {
	display: block;
	width: 40%;
	max-width: 320px;
	margin: 0 auto 4rem;
}

@media screen and (max-width: 640px){
	.thanks img {
		margin: 0 auto 2rem;
	}
}

.thanks p {
	text-align: center;
	margin-bottom: 4rem;
}

@media screen and (max-width: 640px){
	.thanks p {
		margin-bottom: 2rem;
	}
}

.thanks a {
	display: block;
	width: 80%;
	max-width: 360px;
	text-align: center;
	margin: auto;
	padding: 20px;
	color: #fff;
	background: #00afcc;
}

@media screen and (max-width: 640px){
	.thanks a {
		padding: 10px;
	}
}

.thanks a:hover {
	background: #05899f;
}

.recruit_entry table th {
	width: 200px;
	text-align: left;
}

.recruit_entry table th.require {
	position: relative;
}

.recruit_entry table th.require::after {
	content: "必須";
    position: absolute;
    right: 0;
    top: calc(50% - 11px);
    font-size: 14px;
    line-height: 1;
    color: #fff;
    background: #ff6161;
    padding: 6px;
}

@media screen and (max-width: 640px){
	.recruit_entry table th.require::after {
		font-size: 12px;
	}
}

.confirm .recruit_entry table th.require::after {
	display: none;
}

.recruit_entry table tr:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

.recruit_entry table td {
	width: calc(100% - 200px);
}

@media screen and (min-width: 641px){
	.recruit_entry table td {
		padding-left: 60px;
	}
}

.recruit_entry table th,
.recruit_entry table td {
	padding-top: 10px;
	padding-bottom: 10px;
}

@media screen and (max-width: 640px){
	.recruit_entry table th,
	.recruit_entry table td {
		display: block;
		width: 100%;
	}
	
	.recruit_entry table td {
		padding-top: 0;
	}
}

.recruit_entry table td input[type="text"]:not(.year),
.recruit_entry table td input[type="text"]:not(.day),
.recruit_entry table td textarea {
	width: 100%;
}

@media screen and (min-width: 641px){
	.recruit_entry table td input[type="text"].name {
		max-width: 160px;
	}

	.recruit_entry table td input[type="text"].mail {
		max-width: 300px;
	}

	.recruit_entry table td input[type="text"].post {
		max-width: 120px;
	}

	.recruit_entry table td input[type="text"].number {
		max-width: 160px;
	}
}

.recruit_entry table td input[type="text"].year {
	max-width: 100px;
}

.recruit_entry table td input[type="text"].day {
	max-width: 50px;
	margin-left: 10px;
}

input[type="radio"]{
	display: none;
    box-sizing: border-box;
    padding: 0;
}

.recruit_entry table td.radio {
	display: flex;
	flex-wrap: wrap;
}

.recruit_entry table td.radio label {
    display: flex;
    position: relative;
    line-height: 2;
    padding-left: 30px;
    align-items: center;
    cursor: pointer;
}

.recruit_entry table td.radio label::before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #999;
    border-radius: 50px;
}

.recruit_entry table td.radio input + span::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 14px;
    height: 14px;
    left: 4px;
    top: 10px;
    border-radius: 30px;
    background: #00afcc;
    opacity: 0;
    transition: 0.3s;
}

.recruit_entry table td.radio input:checked + span::after {
    transition: 0.3s;
    opacity: 1;
}

/* 共通お問い合わせセクション */
.foot_contact {
	background-image: url(/img/contact_back.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.foot_contact .filter {
    width: 100%;
    height: 100%;
	padding: 6rem 0;
    background: rgba(1, 104, 121, 0.5);
}

@media screen and (max-width: 640px){
	.foot_contact .filter {
		padding: 3rem 0;
	}
}

.foot_contact .box {
	text-align: center;
}

.foot_contact .box h2 {
	font-size: 2rem;
	color: #fff;
	margin-bottom: 2rem;
}

@media screen and (max-width: 640px){
	.foot_contact .box h2 {
		font-size: 1.4rem;
	}
}

.foot_contact .box ul {
	max-width: 960px;
	display: flex;
	margin: auto;
	justify-content: space-around;
}

@media screen and (max-width: 640px){
	.foot_contact .box ul {
		display: block;
	}
}

.foot_contact .box ul li {
	width: 48%;
}

@media screen and (max-width: 640px){
	.foot_contact .box ul li {
		width: 100%;
	}

	.foot_contact .box ul li:first-child {
		margin-bottom: 1rem;
	}
}

.foot_contact .box ul li a {
	display: flex;
    height: 100%;
    color: #fff;
    padding: 2rem;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 640px){
	.foot_contact .box ul li a {
		padding: 1rem;
	}
}

.foot_contact .box ul li a span::before {
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
}

.foot_contact .box ul li.mail a {
	font-size: 1.4rem;
	background: #00afcc;
}

@media screen and (max-width: 640px){
	.foot_contact .box ul li.mail a {
		font-size: 1.2rem;
	}
}

.foot_contact .box ul li.mail a:hover {
	background: #05899f;
}

.foot_contact .box ul li.mail a span::before {
    content: '\f0e0';
}

.foot_contact .box ul li.tel a {
	font-size: 1.8rem;
	font-weight: bold;
	background: #eb9a43;
}

@media screen and (max-width: 640px){
	.foot_contact .box ul li.tel a {
		font-size: 1.4rem;
	}
}

.foot_contact .box ul li.tel a:hover {
	background: #c57e31;
}

.foot_contact .box ul li.tel a span::before {
    content: '\f2a0';
	font-weight: bold;
}

.foot_contact .box p {
	color: #fff;
	margin-top: 2rem;
}

/* ハンバーガーメニュー */
.hamburger {
	display: flex;
    position: fixed;
    width: 60px;
    height: 60px;
    top: 10px;
    right: 2rem;
    color: #05899f;
    border: 1px solid #05899f;
    border-radius: 100%;
    align-items: end;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
	transition: 0.3s;
}

@media screen and (min-width: 1220px){
	.hamburger {
		display: none;
	}
}

@media screen and (max-width: 640px){
	.hamburger {
		width: 50px;
    	height: 50px;
    	top: 0;
    	right: 0;
    	background: #00afcc;
    	border: none;
    	border-radius: 0;
	}
}

.hamburger span {
	display: block;
    position: absolute;
	width: 50%;
    height: 2px;
	left: 25%;
	background: #05899f;
	transition: 0.3s;
}

@media screen and (max-width: 640px){
	.hamburger span {
		background: #fff;
	}
}

.hamburger span:nth-child(1){
	top: 16px;
}
.hamburger span:nth-child(2){
	top: 28px;
}
.hamburger span:nth-child(3){
	top: 40px;
}

@media screen and (max-width: 640px){
	.hamburger span:nth-child(1){
		top: 14px;
	}
	.hamburger span:nth-child(2){
		top: 24px;
	}
	.hamburger span:nth-child(3){
		top: 34px;
	}
}

.hamburger.active {
	border: 1px solid #fff;
	transition: 0.3s;
}

@media screen and (max-width: 1220px){
	.hamburger.active {
		border: 1px solid #999;
		transition: 0.3s;
	}
}

@media screen and (max-width: 640px){
	.hamburger.active {
		background: #ccc;
		border: none;
		transition: 0.3s;
	}
}

.hamburger.active span:nth-child(1) {
    top: 28px;
    left: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #999;
    transition: 0.3s;
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
	transition: 0.3s;
}

.hamburger.active span:nth-child(3) {
    top: 28px;
	left: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #999;
    transition: 0.3s;
}

@media screen and (max-width: 640px){
	.hamburger.active span:nth-child(1),
	.hamburger.active span:nth-child(3){
		top: 24px;
		left: 25%;
		background: #fff;
	}
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 80px;
  right : -100%;
  color: #000;
  transition: all 0.6s;
  background: #fff;
  padding: 20px;
  width: 60%;
  box-shadow: 0 2px 2px rgb(0 0 0 / 30%);
}

@media screen and (max-width: 640px){
	nav.globalMenuSp {
		top: 50px;
		width: 100%;
		padding: 20px;
	}
}

nav.globalMenuSp ul {
  width: 100%;
  transition: 0.3s;
}

nav.globalMenuSp ul.first{
	margin-top: 50px;
}

nav.globalMenuSp ul li {
  position: relative;
  list-style-type: none;
  width: 100%;
}

@media screen and (min-width: 641px){
	nav.globalMenuSp ul li {
		width: 49%;
	}
}

@media screen and (max-width: 640px){
	nav.globalMenuSp ul li::before {
		font-family: "Font Awesome 5 Free";
    	font-size: 1.5em;
    	font-weight: bold;
    	content: '\f105';
    	position: absolute;
    	line-height: 30px;
    	top: calc(50% - 15px);
    	right: 0;
		color: #05899f;
	}
}

nav.globalMenuSp ul li:not(:last-child){
	border-bottom: 1px solid #ffffff66;
}

nav.globalMenuSp ul li:hover{
  background :#fff;
}

nav.globalMenuSp ul li:hover a {
	color: #1e7b97;
}

header.back nav.globalMenuSp ul li:hover a {
	color: #d7747c;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  right: 0;
}

.globalMenuSp h2{
	font-size: 20px;
	line-height: 50px;
}

.sp_contact {
	display: flex;
    position: fixed;
    height: 80px;
    top: 0;
    right: 110px;
}

@media screen and (max-width: 640px){
	.sp_contact {
		height: 50px;
		right: 56px;
	}
}

.sp_contact ul {
	display: flex;
	align-items: center;
}

.sp_contact ul li {
	margin: 0 1rem;
}

@media screen and (max-width: 640px){
	.sp_contact ul li {
		margin: 5px;
	}
}

.sp_contact ul li a {
	display: flex;
	width: 60px;
	height: 60px;
	color: #05899f;
    border: 1px solid #05899f;
    border-radius: 100%;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 640px){
	.sp_contact ul li a {
		width: 40px;
		height: 40px;
	}
}

.sp_contact ul li i {
	font-size: 2rem;
}

@media screen and (max-width: 640px){
	.sp_contact ul li i {
		font-size: 1.2rem;
	}
}

@media screen and (min-width: 1219px) {
	.sp_nav,
	.sp_contact{
		display: none;
	}
}

/* フッターエリア */
footer {
	box-shadow: 0 -4px 4px rgba(32, 32, 32, 0.2);
}

footer .box {
	display: flex;
	padding: 2rem 0;
}

@media screen and (max-width: 640px){
	footer .box {
		display: block;
	}
}

footer .box .company {
	width: 34%;
}

@media screen and (max-width: 640px){
	footer .box .company {
		width: 100%;
		text-align: center;
		margin-bottom: 1rem;
	}
}

footer .box .company a {
	display: inline-block;
	height: 50px;
}

@media screen and (max-width: 640px){
	footer .box .company a {
		display: block;
		height: 40px;
	}
}


footer .box .company a img {
	display: block;
    width: auto;
    height: 100%;
	margin: auto;
}

footer .box .company address {
	font-size: 0.9rem;
	font-style: normal;
	line-height: 2;
	margin-top: 1rem;
}

footer .box ul {
	width: 66%;
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 640px){
	footer .box ul {
		width: 100%;
	}
}

footer .box ul li {
	display: flex;
	position: relative;
	width: 33%;
	align-items: center;
}

@media screen and (max-width: 640px){
	footer .box ul li {
		width: 49%;
		font-size: 0.9rem;
		line-height: 2;
	}
}

footer .box ul li::before {
	content: "";
	width: 8px;
	height: 1px;
	background: #999;
	margin-right: 5px;
}

.footer_copy {
	background: #00afcc;
	padding: 10px;
}

.footer_copy p {
	font-size: 0.8rem;
	text-align: center;
	color: #fff;
}

@media screen and (max-width: 640px){
	.footer_copy p {
		font-size: 0.7rem;
	}
}

.privacy h2 {
	font-size: 24px;
	margin-bottom: 1rem;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 640px){
	.privacy h2 {
		font-size: 18px;
	}
}

.privacy ol {
	list-style: decimal;
    margin-left: 20px;
    margin-bottom: 1rem;
}

.privacy ol li {
	line-height: 2;
}

@media screen and (max-width: 640px){
	.privacy ol li {
		font-size: 14px;
	}
}

.privacy ol li ul {
	list-style: disc;
	margin-left: 24px;
	margin-bottom: 1rem;
}