@charset "UTF-8";

/*
Theme Name: sougocareeroption
Version: 4
*/
@import url(css/reset.css);
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
}
.footer .info_logo {
	margin-left: auto;
	margin-right: auto;
}
.header .logo img{
	max-width:100%;
	object-fit:contain;
}
.manrope {
	font-family: 'Manrope', sans-serif;
}

img {
	vertical-align: bottom;
}

a {
	text-decoration: none;
	color: #000;
}

.header {
	height: 105px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	padding-left: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.22);
}

.header_btn {
	display: inline-block;
	width: 200px;
	border-radius: 20px;
	margin-left: auto;
	margin-right: 38px;
	padding: 11px 0;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	line-height: 18px;
	letter-spacing: .1em;
	background-image: -webkit-gradient(linear, left top, right top, from(#D13E41), to(#D3787B));
	background-image: linear-gradient(90deg, #D13E41 0%, #D3787B 100%);
	-webkit-animation: btn2 .8s 1s both;
	animation: btn2 .8s 1s both;
}


.logo {
	position: relative;
	z-index: 10;
	-webkit-animation: logo 0.8s 1s both;
	animation: logo 0.8s 1s both;
	width: 200px;
	transition: .2s;
}
.logo::before {
	display: none;
	content: "";
	width: 200px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("img/logo.svg") no-repeat center center;
	background-size: cover;
	transition: .2s;
}
.home .logo::before {
	opacity: 0;
}
.home .scroll .logo::before {
	display: none;
	content: "";
	width: 200px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("img/logo.svg") no-repeat center center;
	background-size: cover;
	opacity: 1.0;
	transition: .2s;
}
.logo a {
	display: block;
	position: relative;
}
/* .logo a img {
opacity: 0;
} */
.home .logo a img {
	opacity: 1.0;
}
/* .home .scroll .logo img {
opacity: 0;
transition: .2s;
} */


.gnav {}

.gnav_list {
	display: flex;
	align-items: center;
}

.gnav_item {
	margin-left: 48px;
}

.gnav_link {
	display: inline-block;
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	color: #3E3E3E;
}

.gnav_link-en {
	display: none;
}

#ck {
	display: none;
}

#ham_btn {
	display: none;
}


.footer {
	/* 	padding: 160px 0 120px; */
	padding: 150px 0 80px;
	background-image:url(img/grd5.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position:top center;
}

.footer_inner {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}

.footer_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
}
.footer_link.privacy-link {
	/* 	margin-bottom: 90px; */
	margin-bottom: 80px;
}

.footer_link-btn {
	display: block;
	width: calc(50% - 2px);
	background-color: #FFFFFF;
	color: #ff0000;
	font-size: 12px;
	letter-spacing: .1em;
	text-align: center;
	line-height: 18px;
	padding: 27px 0;
}
.footer_link-btn.privacy-link {
	background-color:transparent;
	color: white;
}

.footer_copy {
	color: #fff;
	font-size: 12px;
	letter-spacing: .1em;
	text-align: center;
	line-height: 18px;
}

.info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	/* 	justify-content: space-between; */
	justify-content: space-around;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	/* 	margin-bottom: 90px; */
	margin-bottom: 70px;
}

.info_content {
	color: #fff;
	font-size: 12px;
	letter-spacing: .1em;
	line-height: 32px;
}

.info_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.info_flex-list {
	margin-right: 43px;
}

.info_link {
	color: #fff;
}

@media (max-width: 1200px) {
	.info {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.info_logo {
		margin-right: 100%;
		margin-bottom: 40px;
	}
}

@media (max-width: 1000px) {
	.footer_link-btn {
		width: calc(50% - 5px);
	}

	.info_logo {
		margin-right: auto;
		margin-bottom: 40px;
		margin-left: auto;
		padding: 0 30%;
	}

	.info_content {
		width: calc(50% - 5px);
	}

	.info_content:nth-child(3) {
		margin-top: 22px;
		width: 100%;
	}

	.info_content:nth-child(3) .info_title {
		text-align: center;
		border-bottom: solid 1px #fff;
		margin-bottom: 8px;
	}

	.info_title {
		text-align: center;
	}

	.info_data {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.info_flex {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.info_flex-list {
		margin-right: auto;
		margin-left: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media(min-width:1000px) and (max-width:1200px){
	.gnav_item {
		margin-left: 25px;
	}
}
@media (max-width: 1000px) {

	.header {
		height: 60px;
		padding-left: 18px;
	}

	.header_btn {
		width: 289px;
		background-image: none;
		background-color: #fff;
		color: #D3474A;
		text-align: left;
		height: 40px;
		padding-left: 20px;
		margin-right: 0;
	}

	.logo {
		width: 160px;
	}

	.logo_image {
		width: 100%;
	}

	.gnav {
		position: fixed;
		top: 0;
		left: 0;
		height: 1px;
		width: 100%;
		background-color: rgba(209, 62, 65, 0.95);
		overflow: hidden;
		-webkit-transition: .3s .2s;
		transition: .3s .2s;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.gnav.gnav2 {
		-webkit-transition: top 0s .5s, height .3s .2s;
		transition: top 0s .5s, height .3s .2s;
	}

	.gnav.gnav2 .gnav_list {
		-webkit-transform: translate(-50%, -104px);
		transform: translate(-50%, -104px);
	}

	.gnav_list {
		position: absolute;
		top: -100vh;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		height: 100vh;
		-webkit-transition: .3s;
		transition: .3s;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: flex-start;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.gnav_item {
		order: 2;
		margin-left: 30px;
		margin-top: 34px;
	}

	.gnav_item-btn {
		order: 0;
		margin-left: 20px;
		margin-top: 0;
	}

	.gnav_link {
		display: inline-block;
		text-decoration: none;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 15px;
		color: #fff;
	}

	.gnav_link-en {
		display: block;
		font-family: 'Manrope', sans-serif;
		font-size: 14px;
		font-weight: bold;
		margin-top: 10px;
	}

	#ck {
		display: none;
	}

	#ham_btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 104px;
		height: 104px;
		background-image: linear-gradient(90deg, #D13E41 0%, #D3787B 100%);
		cursor: pointer;
		position: relative;
		z-index: 10;
		-webkit-animation: btn .8s 1s both;
		animation: btn .8s 1s both;
	}

	.h_btn {
		position: relative;
		display: inline-block;
		width: 24px;
		height: 14px;
	}

	.h_btn span {
		display: inline-block;
		width: 100%;
		height: 1px;
		background-color: #fff;
		-webkit-transition: .4s;
		transition: .4s;
		position: absolute;
		left: 0;
	}

	.h_btn span:nth-of-type(1) {
		top: 0;
	}

	.h_btn span:nth-of-type(2) {
		top: 6px;
	}

	.h_btn span:nth-of-type(3) {
		bottom: 0;
	}

	#ck:checked ~ #ham_btn {
		background-image: linear-gradient(90deg, #3E3E3E 0%, #3E3E3E 100%);
	}

	#ck:checked ~ #ham_btn .h_btn span:nth-of-type(1) {
		-webkit-transform: translateY(6px) rotate(45deg);
		transform: translateY(6px) rotate(45deg);
	}

	#ck:checked ~ #ham_btn .h_btn span:nth-of-type(2) {
		opacity: 0;
	}

	#ck:checked ~ #ham_btn .h_btn span:nth-of-type(3) {
		-webkit-transform: translateY(-6px) rotate(-45deg);
		transform: translateY(-6px) rotate(-45deg);
	}

	#ck:checked ~ .gnav {
		height: 100vh;
		-webkit-transition: height .5s;
		transition: height .5s;
	}

	#ck:checked ~ .gnav .gnav_list {
		top: 0;
		-webkit-transition: .5s .2s;
		transition: .5s .2s;
	}


	#ck:checked ~ .gnav.gnav2 {
		top: 60px;
		height: calc(100vh - 60px);
	}

	#ck:checked ~ .gnav.gnav2 .gnav_list {
		-webkit-transform: translate(-50%, -60px);
		transform: translate(-50%, -60px);
	}

	#ham_btn {
		width: 60px;
		height: 60px;
	}
}



@media (max-width: 768px) {
	.header {
		height: 60px;
		padding-left: 18px;
	}

	.header_btn {}

	.logo {
		width: 140px;
	}

	.logo_image {
		width: 100%;
	}



	.footer {
		padding: 80px 0 37px;
	}

	.footer_link {
		/* margin-bottom: 60px; */
		margin-bottom: 40px;
	}

	.footer_link-btn {
		width: calc(50% - 5px);
		padding: 23px 0;
	}

	.footer_link.privacy-link {
		margin-bottom: 40px;
	}

	.footer_copy {
		font-size: 10px;
		line-height: 15px;
	}

	.info {
		margin-bottom: 30px;
	}

	.info_logo {
		margin-right: calc(50% - 50px);
		margin-left: calc(50% - 50px);
		margin-bottom: 44px;
		padding: 0;
		width: 100px;
		height: auto;
		display: block;
	}

	.info_content {
		font-size: 8px;
		line-height: 17px;
	}

	.info_title {
		text-align: left;
	}

	.info_data {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.info_flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.info_flex-list {
		width: calc(50% - 5px);
		margin-right: 0;
		margin-left: 0;
		display: block;
	}

	.info .info_content:nth-child(3) .info_title {
		font-size: 12px;
		line-height: 18px;
		padding-bottom: 8px;
	}
}

@media (max-width: 500px) {
	.gnav_list {
		width: 80%;
	}

	.gnav_link-en {
		display: block;
		margin-bottom: 10px;
	}
}

@media (max-width: 375px) {
	.link_right {
		padding: 20px;
	}

	.header_btn {
		width: 76vw;
	}

	.job_btn {
		width: 70.39999999999999%;
	}

	.job_btn::after {
		width: 42.66666666666667%;
		right: -10.666666666666668%;
	}

	.link_left img {
		max-width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.link_btn {
		width: 89.33333333333333%;
		margin: 0 auto;
	}
}

span.text_asterisk {
	display: block;
	font-size: 11px;
	letter-spacing: .05em;
	line-height: 22px;
	margin-top: 10px;
}


#form-download .form_item,
#form-download .form_textarea-label{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 20px;
}
#form-download .form_item .form_label,
#form-download .form_textarea-label .form_label{
	width: 200px;
}
#form-download .form_item .wpcf7-form-control-wrap,
#form-download .form_textarea-label .wpcf7-form-control-wrap{
	width: calc(100% - 200px);
}
#form-download .form_item .form_part,
#form-download .form_item .form_address{
	width: 100%;
	margin-bottom: 0;
}
#form-download .form_item .form_select{
	width: calc(100% - 200px);
}
#form-download .form_item .form_pref{
	width: 100%;
}
#form-download .privacypolicy_check .wpcf7-list-item-label{
	margin-bottom: 25px;
}
#form-download textarea{
	width: 100%;
}


.header .logo img{
	height: 40px;
	width: auto;
}
.logo-footer{
	width: 100%;
	/* 	margin-bottom: 60px; */
	margin-bottom: 50px;
	text-align: center;
}
.group_box .group_img{
	height: 36px;
}

.type .type_logo img{
	height: 40px;
}


.data_description .list_text{
	max-width: 300px;
	padding-bottom: 10px;
}
.data_description .list_text .item_text {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}
.data_description .list_text .item_text p{
	width: 50%;
}
.data_title span{
	display: block;
	font-size: 11px;
	margin-top: 10px;
	letter-spacing: 1px;
}



@media(max-width: 1280px){

	.group_box .group_img{
		height: 30px;
	}

}

@media(max-width: 766px){

	#form-download .form_item .form_label,
	#form-download .form_textarea-label .form_label{
		width: 100%;
	}
	#form-download .form_item .wpcf7-form-control-wrap,
	#form-download .form_textarea-label .wpcf7-form-control-wrap{
		width: 100%;
	}
	#form-download .form_item .form_select {
		width: 100%;
	}


	.header .logo img{
		width: calc(100vw - 95px);
		height: auto;
		max-width: 250px;
	}

	.logo-footer{
		margin-bottom: 40px;
	}

	.logo-footer img{
		margin: auto;
		width: auto;
		height: 30px;
	}

	.type .type_logo img{
		height: auto;
		width: calc(100% - 40px);
		max-width: 260px;
	}
	.type .type_logo{
		padding-left: 25px;
	}

}


@media(max-width: 640px){

	.group_box .group_img {
		height: 20px;
	}
	.group_container .group_box {
		width: calc(50% - 6px);
		height: 100px;
	}

}
.data_title a {
	text-decoration: underline;
	transition: 0.3s all 0s;
}

.data_title a:hover {
	color: #D13E41;
}




/* footer-test */
.camcomGroup-link {
	padding-block: 0 60px;
}
.camcomGroup-link .camcomGroup-group {
	display: grid;
	grid-template-columns: 1fr 4fr 1.2fr;
	align-items: center;
	column-gap: 60px;
}

.camcomGroup-link .camcomGroup-group .camcomGroup-head-title {
	color: #fff;
	font-weight: 700;
	font-size: min(18px, 1.25vw);
	line-height: min(28px, 1.94vw);
	grid-column: 1 / -1;
	margin-bottom: min(20px, 1.39vw);
}

.camcomGroup-link .camcomGroup-group .camcomGroup-title {
	color: #fff;
	font-weight: 600;
	font-size: min(14px, 0.97vw);
	line-height: min(24px, 1.67vw);
}

.camcomGroup-link .camcomGroup-group .camcomGroup-listLink {
	display: grid;
	grid-template-columns: 1fr;
	margin-bottom: 0;
	row-gap: min(14px, 0.97vw);
	position: relative;
}

.camcomGroup-link .camcomGroup-group .camcomGroup-listLink:before {
	content: '';
	position: absolute;
	height: 100%;
	border-left: 1px solid #fff;
	top: 50%;
	transform: translatey(-50%);
	left: -30px;
}

.camcomGroup-link .camcomGroup-group .camcomGroup-listItem {
	display: grid;
	align-items: baseline;
}

.camcomGroup-link .camcomGroup-group .camcomGroup-listItem:has(.title_itemLink) {
	grid-template-columns: 1fr 3fr;
}

.camcomGroup-link .camcomGroup-group .title_itemLink {
	font-size: min(14px, 0.97vw);
	line-height: min(22px, 1.53vw);
	color: #fff;
	font-weight: 600;
	cursor: initial;
	border: 0;
}

.camcomGroup-link .camcomGroup-group .subList-footerLink {
	display: flex;
	padding: 0;
	flex-wrap: wrap;
	gap: min(12px, 0.83vw) min(36px, 2.5vw);
}

.camcomGroup-link .camcomGroup-group .subList-footerLink+.subList-footerLink {
	margin-top: min(12px, 0.83vw);
}

.camcomGroup-link .camcomGroup-group .subItem-footerLink {
	margin-bottom: 0;
	display: block;
	position: relative;
}

.camcomGroup-link .camcomGroup-group .subItem-footerLink:before {
	content: '';
	position: absolute;
	height: 90%;
	border-left: 1px solid #fff;
	top: 50%;
	transform: translatey(-50%);
	right: max(-18px, -1.25vw);
}

.camcomGroup-link .camcomGroup-group .subItem-footerLink:only-child::before,
.camcomGroup-link .camcomGroup-group .subItem-footerLink:last-child::before{
	display: none;
}

.camcomGroup-link .camcomGroup-group .subItem-footerLink a {
	font-size: min(14px, 0.97vw);
	line-height: min(22px, 1.53vw);
	display: block;
	font-weight: 400;
	color: #fff;
}

.camcomGroup-link .camcomGroup-group .camcomGroup-linkBtn {
	border-radius: 99px;
	color: #ff0000;
	background-color: #fff;
	font-size: min(14px, 0.97vw);
	padding: 10px 20px;
	text-align: center;
	font-weight: 500;
	cursor: pointer;
	opacity: 1;
	transition: all 0.3s;
	white-space: nowrap;
}

.camcomGroup-link .camcomGroup-group+.camcomGroup-group {
	margin-top: min(28px, 1.94vw);
}

@media screen and (max-width: 768px) {
	.camcomGroup-link{
		margin-inline: auto;
		padding-block: 0 40px;
	}
	.camcomGroup-link .camcomGroup-group {
		grid-template-columns: 1fr;
		row-gap: 20px;
	}

	.camcomGroup-link .camcomGroup-group .camcomGroup-head-title {
		font-size: 18px;
		line-height: 28px;
	}

	.camcomGroup-link .camcomGroup-group .camcomGroup-title {
		font-size: 16px;
		line-height: 26px;
	}

	.camcomGroup-link .camcomGroup-group .camcomGroup-listLink {
		gap: 16px 22px;
	}

	.camcomGroup-link .camcomGroup-group .camcomGroup-listLink:before{
		display: none;
	}

	.camcomGroup-link .camcomGroup-group .camcomGroup-listItem, .camcomGroup-link .camcomGroup-group .camcomGroup-listItem:has(.title_itemLink) {
		grid-template-columns: 1fr;
		margin-bottom: 0;
	}

	.camcomGroup-link .camcomGroup-group .camcomGroup-listItem:not(:has(.title_itemLink)) .subList-footerLink{
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 22px;
	}

	.camcomGroup-link .camcomGroup-group .subList-footerLink {
		gap: 10px 30px;
	}

	.camcomGroup-link .camcomGroup-group .subItem-footerLink{
		padding: 6px 0;
	}

	.camcomGroup-link .camcomGroup-group .camcomGroup-listItem:not(:has(.title_itemLink)) .subItem-footerLink {
		border-bottom: 1px solid #fff;
		padding-block: 6px 10px;
	}

	.camcomGroup-link .camcomGroup-group .subItem-footerLink a {
		font-size: 13px;
		line-height: 20px;
		display: block;
	}

	.camcomGroup-link .camcomGroup-group .subItem-footerLink:before {
		right: -15px;
		height: 80%;
	}

	.camcomGroup-link .camcomGroup-group .camcomGroup-listItem:not(:has(.title_itemLink)) .subItem-footerLink:before{
		display: none;
	}

	.camcomGroup-link .camcomGroup-group .camcomGroup-linkBtn {
		font-size: 13px;
	}

	.camcomGroup-link .camcomGroup-group+.camcomGroup-group {
		margin-top: 32px;
	}

	.camcomGroup-link .camcomGroup-group .camcomGroup-listItem, .camcomGroup-link .camcomGroup-group .camcomGroup-listItem:has(.title_itemLink) {
		grid-template-columns: 1fr;
		margin-bottom: 0;
	}

	.camcomGroup-link .camcomGroup-group .title_itemLink {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 5px;
	}

	.camcomGroup-link .camcomGroup-group:has(.title_itemLink) .camcomGroup-title {
		border-bottom: 1px solid #fff;
		padding-bottom: 5px;
	}
}


.breads{
	    margin: 130px 0 0 auto;
    width: 83.33333333333334%;
	line-height:1.8;
}

span.aioseo-breadcrumb-separator{
	    margin: 0 7px;
    color: #D13E41;
}

.breads.news{
	    margin: 0px 0 60px auto;
    width: 100%;
}

@media(max-width:768px){
	.breads {
    margin: 77px 0 45px auto;
	}
}