@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-PSP */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
.mainVisual {
	margin-bottom: 2rem;
	padding: 2rem 0 3.2rem 10rem;
	min-height: 21rem;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
}
.mainVisual .content {
	width: 100%;
}
.mainVisual::before {
	width: calc(100% - 6.3rem);
	border-radius: 2rem 0 0 2rem;
	background-color: #F7ADD2;
	position: absolute;  
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	content: ""; 
}
.mainVisual:after {
	width: 30.6rem;  
	aspect-ratio: 512 / 208;
	background: url(../img/common/com_img.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	bottom: -2.9rem;
	right: 10rem;  
	content: ""; 
}
.mainVisual h1 {
	color: #fff;
	font-size: 4.2rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	font-feature-settings: "palt";
}
.mainVisual h1 small {
	margin-top: 0.6rem;
	display: block;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.02em;
}
@media all and (max-width: 896px) {
	.mainVisual {
		padding: 2rem;
	}
	.mainVisual::before {
		width: 100%;
		border-radius: 0;
	}
	.mainVisual::after {
		width: 13rem;
		bottom: -2rem;
		right: 1rem;
	}
	.mainVisual h1 {
		font-size: 3.5rem;
	}
}


/*------------------------------------------------------------
	mainVisual2
------------------------------------------------------------*/
.mainVisual2 {
	margin-bottom: 2rem;
	padding: 2rem 0 4.6rem 10rem;
	min-height: 48.1rem;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
}
.mainVisual2::before {
	width: calc(100% - 10rem);
	border-radius: 2.9rem 0 0 2.9rem;
	background-color: #fff;
	position: absolute;  
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	content: ""; 
}
.mainVisual2 h1 {
	margin-bottom: -2.5rem;
	margin-left: 5rem;
	color: #F7ADD2;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.08rem;
}
.mainVisual2 .infiniteslide_wrap {
	margin-left: -5rem;
}
.mainVisual2 h1 .txtSpan {
	padding: 2.5rem 0; 
	display: flex;
	flex-wrap: nowrap !important;
	white-space: nowrap;
}
.mainVisual2 h1 .subSpan {
	font-size: 12.75rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.02em;
	flex-shrink: 0;
	display: inline-block;
	width: fit-content;
}
.mainVisual2 h1 .subSpan:nth-child(2n) {
	color: #FFF;
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #F7ADD2;
	paint-order: stroke;
}
.blueWarp .mainVisual2 h1 {
	color: #36A1D1;
}
.blueWarp .mainVisual2 h1 .subSpan:nth-child(2n) {
	-webkit-text-stroke-color: #36A1D1;
}
@media all and (max-width: 896px) {
	.mainVisual2 {
		padding: 2rem;
		min-height: 21rem;
	}
	.mainVisual2::before {
		width: 100%;
		border-radius: 0;
	}
	.mainVisual2 h1 {
		width: 100%;
		margin: 0;
		line-height: 1.2;
		font-size: 3rem;
		margin-bottom: -1rem;
	}
	.mainVisual2 h1 .subSpan {
		font-size: 5rem;
	}
	.mainVisual2 h1 .txtSpan {
		padding: 1rem 0;
	}
	.mainVisual2 .infiniteslide_wrap {
		margin-inline: -2rem;
	}
}


/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	padding: 0 2rem;
	margin: 0 auto;
	max-width: 114rem;
}
@media all and (max-width: 896px) {
}


/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 11.7rem;
	text-align: right;
}
#pagePath ul li {
	margin-right: 0.9rem;
	display: inline;
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: 0.02em;
}
#pagePath ul li:last-child {
	margin-right: 0;
}
#pagePath ul a {
	padding-right: 1.6rem;
	color: #333333;
	opacity: 0.5;
	display: inline-block;
	position: relative;
}
#pagePath ul a:hover {
	opacity: 0.7;
}
#pagePath ul a:after {
	position: absolute;  
	top: 0;
	right: 0;  
	content: "/"; 
}
#pagePath.recruit ul li {
	font-size: 1.6rem;
	color: #fff;
}
#pagePath.recruit ul a {
	color: #fff;
	opacity: 1;
}
#pagePath.recruit ul a:hover {
	opacity: 0.7;
}

@media all and (min-width: 897px) {
	#pagePath.recruit {
		margin-bottom: 15.4rem;
	}
}

@media all and (max-width: 896px) {
	#pagePath {
		margin-bottom: 5rem;
	}
	#pagePath.recruit ul li {
		font-size: 1.2rem;
	}
}


/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin: 0 0.5rem 5.1rem;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding-left: 1.7rem;
	position: relative;
	font-feature-settings: "palt";
}
.headLine01:after {
	width: 0.7rem;  
	background: url(../img/common/bg01.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: 1.4rem;
	bottom: 1rem;
	left: 0;
	content: ""; 
}
@media all and (max-width: 896px) {
	.headLine01 {
		min-height: 4.4rem;
		margin: 0 0 3rem;
		font-size: 2.6rem;
	}
	.headLine01::after {
		top: 0.8rem;
	}
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin: 0 0.5rem 5.1rem;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	position: relative;
	font-feature-settings: normal;
}
.headLine02 .en {
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.02em;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin: 0 0 3rem;
	}
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 3.5rem;
	font-size: 4.5rem;
	font-weight: 900;
	color: #F7ADD2;
	letter-spacing: 0.08em;
	position: relative;
	line-height: 1.24;
	padding-top: 0.1rem;
}
.headLine03 .en {
	margin-bottom: 1rem;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.02em;
}
.headLine03.white {
	color: #fff;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin: 0 0 3rem;
		font-size: 2.5rem;
	}
	.headLine03 .en {
		font-size: 1.3rem;
	}
}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 4.2rem;
	color: #36A1D1;
	position: relative;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.16em;
	font-feature-settings: "palt";
}
.headLine04 .en {
	line-height: 1.2;
	font-size: 6rem;
	letter-spacing: 0.02em;
	display: block;
	font-weight: 500;
}
.headLine04 .en2 {
	letter-spacing: 0.04em;
	color: #ffffff; 
	-webkit-text-fill-color: #36A1D1; 
	text-shadow: 
	1px 1px 0 #ffffff,
	-1px  1px 0 #ffffff,
		1px -1px 0 #ffffff,
	-1px -1px 0 #ffffff,
		0px  1px 0 #ffffff,
		0px -1px 0 #ffffff,
		1px  0px 0 #ffffff,
	-1px  0px 0 #ffffff;
}
.headLine04.white {
	color: #fff;
}
@media all and (max-width: 896px) {
	.headLine04 {
		font-size: 1.4rem;
	}
	.headLine04 .en {
		font-size: 4rem;
	}
}


/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: 7.5rem;
	padding-bottom: 2.3rem;
	position: relative;
	font-weight: 700;
	font-size: 4rem;
	letter-spacing: 0.08em;
	text-align: center;
	background: url(../img/common/bg02.png) no-repeat center bottom;
	background-size: 2.5rem auto;
	font-feature-settings: "palt";
}
@media all and (max-width: 896px) {
	.headLine05 {
		margin-bottom: 5rem !important;
		font-size: 2.6rem;
	}
}

/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
	margin-bottom: 3.2rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: #fff;
	text-align: center;
}
.headLine06 .en {
	display: block;
	font-size: 6rem;
	line-height: 1.1;
	letter-spacing: 0.02em;
}
.headLine06.black {
	color: #333;
}
@media all and (max-width: 896px) {
	.headLine06 {
		margin-bottom: 3rem !important;
	}
	.headLine06 .en {
		font-size: 4rem;
	}
}


/*------------------------------------------------------------
	contactInner
------------------------------------------------------------*/
.contactInner {
	margin-top: 16.1rem;
	padding: 5rem 2rem 4rem;
	position: relative;
	z-index: 1;
	background-color: #F7ADD2;
}
.contactInner .content {
	padding: 8.2rem 8rem 9.3rem;
	border-radius: 3rem;
	max-width: 126rem;
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	background: repeating-linear-gradient(45deg, rgba(255,255,255,0.3), rgba(255,255,255,0.3) 4px, transparent 0, transparent 8px);
}
.contactInner .content:after {
	background-color: #fff;
	position: absolute;  
	border-radius: 2rem;
	top: 1rem;
	bottom: 1rem;
	left: 1rem;
	right: 1rem;  
	content: ""; 
	z-index: -1;
}
.contactInner .lBox {
	width: 42rem;
	padding: 0 2rem 0 4rem;
}
.contactInner .rBox {
	padding-top: 1.2rem;
	flex: 1;
}
.contactInner p {
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	line-height: 1.89;
	font-weight: 500;
	font-feature-settings: normal;
}
.contactInner .contactTtl {
	font-size: 6rem;
	width: fit-content;
	font-weight: 500;
	letter-spacing: 0.02em;
	margin-bottom: 1rem;
	line-height: 1.2;
	position: relative;
}
.contactInner .contactTtl:after {
	width: 14.3rem;  
	aspect-ratio: 1;
	background: url(../img/common/com_img02.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	bottom: -0.2rem;
	left: calc(100% - 0.2rem);
	content: ""; 
}
.contactInner .list {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.contactInner .list li {
	width: 22rem;
	width: calc((100% - (1rem * 2  + 0.1rem)) / 3);
}
.contactInner .list a {
	color: #fff;
	min-height: 10rem;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	padding: 0.5rem 1rem;
	background-color: #56BBA1;
}
.contactInner .list a:hover {
	opacity: 0.7;
}
.contactInner .list .imgSpan {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.3rem;
	min-height: 3.5rem;
	margin: 0.4rem auto 0.5rem;
}
.contactInner .list .txtSpan {
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.16em;
}
.contactInner .list .item1 a {
	background-color: #F4AB45;
}
.contactInner .list .item2 a {
	background-color: #EC8DB8;
}
@media all and (max-width: 896px) {
	.contactInner {
		padding-inline: 1rem;
		margin-top: 10rem;
	}
	.contactInner .content {
		padding: 6rem 3rem;
		display: block;
		border-radius: 1rem;
	}
	.contactInner .content::after{
		border-radius: 1rem;
	}
	.contactInner .lBox {
		width: fit-content;
		margin: 0 auto;
		padding: 0 0 2rem;
	}
	.contactInner .contactTtl {
		font-size: 5rem;
	}
	.contactInner .rBox {
		padding: 0;
	}
	.contactInner .list {
		max-width: 29.5rem;
		margin: 0 auto;
		flex-direction: column;
	}
	.contactInner .list li {
		width: 100%;
	}
}


/*------------------------------------------------------------
	comTtl
------------------------------------------------------------*/
#main .comTtl {
	margin-bottom: 0.2rem;
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5 !important;
	align-items: flex-start;
	font-feature-settings: "palt" !important;
}
#main .comTtl .date {
	min-width: 7.5rem;
	font-size: 1.2rem;
	padding-top: 0.5rem;
	margin-right: 0.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	font-family: "Roboto", sans-serif;
}
#main .comTtl .rSpan {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
#main .comTtl .rSpan .subSpan {
	min-width: 8rem;
	text-align: center;
	display: inline-block;
	border-radius: 100vmax;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 0.4rem 1rem;
	background-color: #56BBA1;
}
@media all and (max-width: 896px) {
	
	#main .comTtl {
		margin-bottom: 1rem;
	}
}


/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#main .comTable {
	margin-bottom: 5rem;
	width: 100%;
	border-collapse: collapse;
}
#main .comTable th {
	padding: 1.6rem 1rem 1.6rem 0;
	width: 23.8%;
	text-align: left;
	vertical-align: middle;
	font-weight: 500;
	letter-spacing: 0.06em;
}
#main .comTable td {
	padding: 1.6rem 0 1.6rem 0;
	text-align: left;
	vertical-align: middle;
	font-weight: 500;
	letter-spacing: 0.06em;
}
#main .must {
	width: 5rem;
	text-align: center;
	border-radius: 100vmax;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	display: inline-block;
	margin: -0.3rem 0 0 1rem;
	vertical-align: middle;
	padding: 0.1rem 0.2rem 0.2rem;
	background-color: #D1001E;
}

#main .radioUl {
	padding: 1.2rem 0 0.9rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 4.8rem;
}
textarea,
input[type="email"],
input[type="tel"],
input[type="text"] {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 1rem;
    height: 5.2rem;
	color: #000;
    border: none;
	font-weight: 500;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 0 2.0rem;
    width: 100%;
    letter-spacing: 0.06em;
    background-color: #E2E2E2;
}
input::-webkit-input-placeholder { /* WebKit browsers */
	color: #939393;
	opacity:1;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #939393;
	opacity:1;
}
input::-moz-placeholder {
	color: #939393;
	opacity:1;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #939393;
	opacity:1;
}
textarea::-webkit-input-placeholder { /* WebKit browsers */
	color: #939393;
	opacity:1;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #939393;
	opacity:1;
}
textarea::-moz-placeholder {
	color: #939393;
	opacity:1;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #939393;
	opacity:1;
}
.radioUl li input[type="radio"] {
    display: none;
}
.radioUl li input[type="radio"] ~ span {
	background: url(../img/common/radio01.png) no-repeat left center;
	background-size: 2.9rem auto;
	border-radius: 0;
    display: inline-block;
    line-height: 2rem;
	cursor: pointer;
	font-feature-settings: normal;
    padding: 0.3rem 0 0.6rem 3.8rem;
}
.radioUl li input[type="radio"]:checked ~ span {
	background-image: url(../img/common/radio02.png);
}
textarea {
	resize: vertical;
	margin-top: 2rem;
	padding-block: 1.2rem !important;
	height: 13.3rem;
}
#main .comTable .thStyle {
	padding-top: 4.8rem;
	vertical-align: top;
}
#main .checkTxt {
	text-align: center;
}

#main .checkTxt label {
	border-bottom: 1px solid currentColor;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] ~ span {
	background: url(../img/common/check01.png) no-repeat left 0.6rem center;
	background-size: 1.4rem 1.4rem;
	border-radius: 0;
    display: inline-block;
    line-height: 2rem;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	cursor: pointer;
	font-feature-settings: normal;
    padding: 0.2rem 0 0.4rem 2.5rem;
}
input[type="checkbox"]:checked ~ span {
	background-image: url(../img/common/check02.png);
}
#main .checkTxt {
	margin-bottom: 3.2rem;
}
.submit {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
}
.submit li input {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    width: 32.9rem;
    height: 7rem;
    border-radius: 100vmax;
    text-align: center;
    cursor: pointer;
    font-size: 2.2rem;
    font-weight: 700;
	letter-spacing: 0.14em;
    color: #fff;
	transition: 0.3s;
    border: none;
    background: #EC8DB8 url(../img/common/icon01.png) no-repeat right 3.3rem center;
	background-size: 0.9rem auto;
}
@media all and (min-width: 897px) {
	.submit li input:hover {
		opacity: 0.7;
	}
	#main .checkTxt a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#main .comTable th {
		float: left;
		width: 100% !important;
		padding: 0 0 1rem !important;
	}
	#main .comTable td {
		width: 100% !important;
		padding: 0 0 3rem !important;
		float: left;
	}
	#main .radioUl {
		padding: 0;
		flex-direction: column;
	}
	#main .radioUl li {
		width: 100%;
	}
	textarea, input[type="email"], input[type="tel"], input[type="text"] {
		font-size: 1.4rem;
		height: 4.8rem;
	}
	.submit {
		gap: 1.5rem 0;
		flex-direction: column;
	}
	.submit li {
		text-align: center;
		width: 100%;
	}
	.submit li input {
		width: 100%;
		margin: 0 auto;
		height: 6rem;
		font-size: 1.8rem;
		max-width: 32rem;
	}
	textarea {
		height: 15rem !important;
	}
}


/*------------------------------------------------------------
	lineLink
------------------------------------------------------------*/
#main .lineLink{
	width: 24rem;
}
#main .lineLink a { 
	padding: 0.5rem 2rem 0.5rem 2.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	min-height: 5.2rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	border-radius: 2.5rem;
	color: #00B900;
	border: 2px solid #00B900;
	background: url(../img/common/icon05.png) no-repeat right 2.3rem center;
	background-size: 1.5rem auto;
}
#main .lineLink a:hover {
	opacity: 0.7; 
}
@media all and (max-width: 896px) {
	#main .lineLink {
		margin: 0 auto;
	}
}


/*------------------------------------------------------------
	entryInner
------------------------------------------------------------*/
.entryInner {
	margin-top: 20rem;
	overflow: hidden;
	background-color: #fff;
}
.entryInner .content {
	padding: 12.5rem 2rem;
	position: relative;
}
.entryInner .contactLink {
	max-width: 84rem;
	margin: 0 auto;
}
.entryInner .contactLink a {
	display: block;
	font-size: 3rem;
	font-weight: 700;
	color: #F7ADD2;
	letter-spacing: 0.18em;
	line-height: 1.67;
	font-feature-settings: "palt";
	padding: 2rem 15rem 3rem 0;
	background: url(../img/common/icon07.png) no-repeat right center;
	background-size: 13.3rem auto;
}
.entryInner .contactLink a:hover {
	opacity: 0.7;
}
.entryInner .entryTxt {
	position: absolute;
	font-size: 10rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #F7ADD2;
	display: flex;
	gap: 0 6.0rem;
	line-height: 1;
}
.entryInner .entryTxt .subSpan:nth-child(odd) {
	color: #FFF;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #F7ADD2;
	paint-order: stroke;
}
.entryInner .entryTxt1 {
	top: -5.8rem;
	left: calc(50% - 1rem);
	transform: translateX(-50%);
	white-space: nowrap;
}
.entryInner .entryTxt2 {
	bottom: -4.2rem;
	left: calc(50% - 1rem);
	transform: translateX(-50%);
	white-space: nowrap;
}
.blueWarp .entryInner .contactLink a {
	color: #36A1D1;
	background-image: url(../img/common/icon09.png);
}
.blueWarp .entryInner .entryTxt {
	color: #36A1D1;
}
.blueWarp .entryInner .entryTxt .subSpan:nth-child(2n+1) {
	-webkit-text-stroke-color: #36A1D1;
	color: #fff;
}
.blueWarp .entryInner {
	margin-top: 0;
	background-color: #fff;
}
body:has(.comBox) .entryInner {
	margin-top: 0;
}
@media all and (max-width: 896px) {
	.entryInner {
		margin-top: 10rem;
	}
	.entryInner .content {
		padding-block: 5rem;
	}
	.entryInner .entryTxt {
		font-size: 3.5rem;
		letter-spacing: 0;
		gap: 0 1rem;
		left: 50%;
	}
	.entryInner .entryTxt1 {
		top: -1.8rem;
	}
	.entryInner .entryTxt2 {
		bottom: -1.5rem;
	}
	.entryInner .contactLink a {
		font-size: 1.6rem;
		letter-spacing: 0;
		padding-right: 5rem;
		background-size: 4rem auto;
	}
}



/*------------------------------------------------------------
	comIco
------------------------------------------------------------*/
#main .comIco {
	width: 4.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	aspect-ratio: 1;
	background-color: #36A1D1;
	border-radius: 100%;
}
#main .comIco img {
	width: 1.3rem;
}
#main .comIco.green {
	background-color: #56BBA1;
}
#main .comIco.yellow {
	background-color: #F4AB45;
}
#main .comIco.pink {
	background-color: #EC8DB8;
}
@media all and (max-width: 896px) {
}



/*------------------------------------------------------------
	comImgBox	
------------------------------------------------------------*/
#main .comImgBox {
	margin-bottom: 17.7rem;
	align-items: flex-start;
}
#main .comImgBox:last-child {
	margin-bottom: 0;
}
#main .comImgBox .photoBox {
	width: 53rem;
	order: 2;
	margin-left: 8rem;
}
#main .comImgBox .photoBox img {
	width: 100%;
	border-radius: 2rem;
}
#main .comImgBox .textBox {
	flex: 1;
	padding-top: 0.5rem;
}
#main .comImgBox p {
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 2.4;
}
#main .comImgBox h3 {
	margin-bottom: 4.7rem;
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}
#main .comImgBox2 {
	flex-direction: row-reverse;
}
#main .comImgBox2 .photoBox {
	margin: 0 8rem 0 0;
}
@media all and (max-width: 896px) {
	#main .comImgBox h3 {
		margin-bottom: 2rem;
		font-size: 2.2rem;
		letter-spacing: 0.02em;
	}
	#main .comImgBox {
		margin-bottom: 10rem;
		display: block;
	}
	#main .comImgBox .photoBox {
		width: auto;
		margin: 0 0 3rem !important;
	}
	#main .comImgBox .photoBox img {
		border-radius: 1rem;
	}
	#main .comImgBox p {
		line-height: 1.8;
	}
}



/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
#main .comLink {
	margin: 0 auto 5rem;
	max-width: 28.5rem;
}
#main .comLink a {
	min-height: 6rem;
	padding: 0.5rem 6rem 0.5rem 2rem;
	font-size: 1.5rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	letter-spacing: 0.08em;
	border: 1px solid #CCCCCC;
	border-radius: 100vmax;
	background: #fff url(../img/common/icon04.png) no-repeat right 1.4rem center;
	background-size: 3.7rem auto;
}
#main .comLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#main .comLink {
		min-width: inherit !important;
	}
}



/*------------------------------------------------------------
	comPhotoList
------------------------------------------------------------*/
#main .comPhotoList {
	margin-bottom: 8.2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 2.5rem;
}
#main .comPhotoList li {
	width: calc((100% - (2.5rem * 4 + 0.1rem)) / 5);
}
#main .comPhotoList img {
	width: 100%;
	border-radius: 1rem;
}
@media all and (max-width: 896px) {
	#main .comPhotoList li {
		width: calc((100% - 2.5rem) / 2);
	}
}


/*------------------------------------------------------------
	consultList
------------------------------------------------------------*/
#main .consultList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2.5rem;
}
#main .consultList li {
	width: calc((100% - (2.5rem * 2 + 0.1rem)) / 3);
}
#main .consultList a {
	display: block;
	position: relative;
	aspect-ratio: 700 / 300;
	border-radius: 1rem;
	overflow: hidden;
}
#main .consultList a:hover {
	opacity: 0.7;
}
#main .consultList a:after {
	width: 100%;  
	height: 100%;
	background-color: rgba(0, 0, 0, 0.55);
	position: absolute;  
	top: 0;
	left: 0;
	content: ""; 
}
#main .consultList a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 1rem;
}
#main .consultList .txtSpan {
	position: absolute;
	bottom: 1.5rem;
	left: 2.2rem;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	z-index: 1;
}
#main .consultList .txtSpan small {
	display: block;
	margin-top: -0.5rem;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
}
#main .consultList .comIco {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	z-index: 1;
	width: 2.6rem;
}
#main .consultList .comIco img {
	width: 0.8rem;
}
@media all and (max-width: 896px) {
	#main .consultList {
		flex-direction: column;
	}
	#main .consultList li {
		width: 100%;
	}
	#main .consultList .txtSpan {
		font-size: 2rem;
	}
	#main .consultList .txtSpan small {
		font-size: 1.3rem;
		margin-top: 0;
	}
}



/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
#main .comBox {
}
#main .comBox .content {
	padding-bottom: 25rem;
	position: relative;
}
#main .comBox .content:after {
	width: 2px;  
	border-left: 2px dashed #fff;
	position: absolute;  
	top: -20rem;
	bottom: 0;
	left: 31.8rem;
	content: ""; 
	z-index: -1;
}
#main .comBox .lBox {
	width: 30rem;
	padding-right: 2rem;
	margin-right: 10rem;
}
#main .comBox .lBox .headLine03:last-child {
	margin-bottom: 0;
}
#main .comBox .rBox {
	flex: 1;
}
#main .comBox .mechanic {
	margin: -0.7rem 0 16.5rem;
}
#main .comBox .mechanic:last-child {
	margin-bottom: 0;
}
#main .comBox .mechanic h2 {
	margin-bottom: 3rem;
}
#main .comBox .mechanic h2:last-child {
	margin-bottom: 0;
}
#main .comBox .mechanic h2 .en {
	margin-bottom: 0.4rem;
	width: fit-content;
	display: block;
	font-size: 5.5rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	-webkit-text-fill-color: #F7ADD2;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 0px 1px 0 #fff, 0px -1px 0 #fff, 1px 0px 0 #fff, -1px 0px 0 #fff;
}
#main .comBox .mechanic h2 .jp {
	display: block;
	font-size: 2.8rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.06em;
}
#main .comBox .mechanic h2 .jp .txtSpan {
	display: inline;
	padding: 0 0.8rem 0.2rem;
	margin: 0 0.8rem;
	border: 1px solid currentColor;
}
#main .comBox .mechanic h2 .jp .txtSpan2 {
	margin-left: 0;
}
#main .comBox .mechanic p {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.075em;
	line-height: 2.2;
	color: #fff;
	font-feature-settings: "palt";
}
#main .comBox .scheduleList {
	padding-top: 9.1rem;
	margin-bottom: 18.7rem;
	color: #fff;
	position: relative;
}
#main .comBox .scheduleList li {
	padding-bottom: 6.6rem;
	min-height: 17.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}
#main .comBox .scheduleList li::before {
	width: 1px;  
	background-color: #fff;
	position: absolute;  
	top: 5rem;
	bottom: -1rem;
	left: 3.7rem;
	content: ""; 
}
#main .comBox .scheduleList li:last-child {
	padding-bottom: 0 !important;
	min-height: inherit;
}
#main .comBox .scheduleList li:last-child::before {
	display: none;
}
#main .comBox .scheduleList .time {
	margin: 0.5rem 7.3rem 0 0.2rem;
	width: 7rem;
	font-size: 1.6rem;
	border: 1px solid #fff;
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.04em;
	border-radius: 100%;
	flex-shrink: 0;
	position: relative;
	z-index: 2;
	background-color: #F7ADD2;
}
#main .comBox .scheduleList dl {
	flex: 1;
}
#main .comBox .scheduleList dt {
	margin-bottom: 1.4rem;
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: 0.06em;
}
#main .comBox .scheduleList dd {
	margin-bottom: 7rem;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.876;
	font-feature-settings: "palt";
}
#main .comBox .scheduleList dd:last-child {
	margin-bottom: 0;
}
#main .comBox .scheduleList li:last-child .time,
#main .comBox .scheduleList li:first-child .time {
	background-color: #fff;
	color: #36A1D1;
}
#main .comBox .private {
	margin-bottom: 5.6rem;
}
#main .comBox .private h3 {
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0 1rem -0.5rem;
	line-height: 1;
	color: #fff;
}
#main .comBox .private .sub {
	border: 1px solid #FFFFFF;
	border-radius: 1rem;
	padding: 2.85rem 3.8rem;
}
#main .comBox .private .sub p {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.075em;
	line-height: 2.214;
}
#main .comBox .linkTxt {
	text-align: center;
}
#main .comBox .linkTxt a {
	padding: 0.5rem 7rem 0.5rem 0;
	display: inline-block;
	font-size: 2rem;
	font-weight: 900;
	color: #fff;
	letter-spacing: 0.06em;
	font-feature-settings: normal;
	background: url(../img/common/icon30.png) no-repeat right center;
	background-size: 5.1rem auto;
}
#main .comBox .linkTxt a:hover {
	opacity: 0.7;
}
#main .comBox .linkTxt .txtSpan {
	font-size: 2.8rem;
	letter-spacing: 0.04em;
}
#main .comBox .comLinkList {
	position: sticky;
	top: 11rem;
	padding-top: 0.2rem;
}
#main .comBox .comLinkList li {
	margin-bottom: 1.8rem;
}
#main .comBox .comLinkList li:last-child {
	margin-bottom: 0;
}
#main .comBox .comLinkList a {
	width: 22.9rem;
	min-height: 5rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	display: flex;
	align-items: center;
	border: 1px solid #FFFFFF;
	border-radius: 100vmax;
	color: #fff;
	padding: 0.5rem 4.2rem 0.5rem 2.5rem;
	background: url(../img/common/icon29.png) no-repeat right 2.5rem center;
	background-size: 1.4rem auto;
}
#main .comBox .comLinkList a:hover {
	opacity: 0.7;
}

@media all and (min-width: 897px) {
	#main .comBox .comLinkList .on a {
		background-color: #fff;
		color: #F4AB45;
		background-image: url(../img/common/icon28.png);
		background-size: 0.8rem auto;
	}
}

@media all and (max-width: 896px) {
	#main .comBox .content::after {
		display: none;
	}
	#main .comBox .content {
		display: block;
		padding-bottom: 12rem;
	}
	#main .comBox .lBox {
		width: auto !important;
		padding: 0 0 7rem;
		margin: 0 !important;
	}
	#main .comBox .comLinkList {
		position: static;
	}
	#main .comBox .comLinkList a {
		margin: 0 auto;
	}
	#main .comBox .mechanic {
		margin: 0 0 5rem;
	}
	#main .comBox .mechanic h2 .en {
		font-size: 4rem;
	}
	#main .comBox .mechanic h2 .jp {
		font-size: 1.8rem;
		display: block;
		line-height: 1.7;
	}
	#main .comBox .mechanic h2 .jp .txtSpan {
		padding: 0 0.5rem;
	}
	#main .comBox .mechanic p {
		font-size: 1.4rem;
		line-height: 1.8;
	}
	#main .comBox .scheduleList li {
		padding-bottom: 5rem;
		min-height: inherit;
		display: block;
	}
	#main .comBox .scheduleList .time {
		margin: 0 auto 2rem;
	}
	#main .comBox .scheduleList dt {
		font-size: 1.8rem;
		text-align: center;
	}
	#main .comBox .scheduleList dd {
		font-size: 1.5rem;
	}
	#main .comBox .scheduleList li::before {
		display: none;
	}
	#main .comBox .scheduleList {
		padding-top: 4rem;
		margin-bottom: 7rem;
	}
	#main .comBox .private .sub {
		padding: 3rem 2rem;
	}
	#main .comBox .private .sub p {
		font-size: 1.4rem;
		line-height: 1.8;
	}
	#main .comBox .linkTxt a {
		font-size: 1.6rem;
		padding-right: 4rem;
		background-size: 3.5rem auto;
	}
	#main .comBox .linkTxt .txtSpan {
		font-size: 2rem;
	}
}


/*------------------------------------------------------------
	mainVisual3
------------------------------------------------------------*/
#main .mainVisual3 {
	margin-bottom: 2rem;
	padding: 7rem 5.0rem 2rem;
	border-radius: 3rem 0 0 3rem;
	aspect-ratio: 2400 / 964;
	margin-left: 10rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	overflow: hidden;
	background: url(../img/recruit/auto-mechanic/main_img.jpg) no-repeat center;
	background-size: cover;
}
#main .mainVisual3 h1 {
	margin-bottom: 2.5rem;
}
#main .mainVisual3 h1 .en {
	padding-left: 1.8rem;
	margin: 0 0 -0.2rem 0.9rem;
	display: block;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	color: #fff;
	position: relative;
}
#main .mainVisual3 h1 .en::before {
	width: 0.7rem;  
	aspect-ratio: 1;
	border: 1px solid #fff;
	background-color: #F4AB45;
	position: absolute;  
	top: 0.8rem;
	left: 0;
	content: "";
	border-radius: 100%; 
}
#main .mainVisual3 h1 .jp {
	display: block;
	color: #fff;
	font-size: 5rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.08em;
}
#main .mainVisual3 h1 .jp small {
	font-size: 2.4rem;
}
#main .mainVisual3 h1 .jp::first-letter {
	color: #F4AB45;
}
#main .mainVisual3 p {
	margin-left: 1rem;
	width: fit-content;
	font-size: 2.2rem;
	font-weight: 700;
	color: #fff;
	line-height: 2.16;
	letter-spacing: 0.24em;
	font-feature-settings: "palt";
}
#main .mainVisual3 p .subSpan {
	padding-bottom: 0.9rem;
	background-image: repeating-linear-gradient(to top, #fff 0 1px, transparent 1px 1lh);
}
#main .mainVisual3 .enTxt {
	width: 58.2rem;
	position: absolute;
	bottom: -0.7rem;
	right: -0.7rem;
}
@media all and (max-width: 896px) {
	#main .mainVisual3 {
		padding: 3rem 1rem 5rem;
		margin: 0 0 2rem;
		align-items: flex-start;
		border-radius: 0;
		aspect-ratio: 2400 / 1500;
	}
	#main .mainVisual3 h1 .en {
		padding-left: 1rem;
		font-size: 1.2rem;
	}
	#main .mainVisual3 h1 .jp {
		font-size: 3rem;
		letter-spacing: 0;
	}
	#main .mainVisual3 h1 .jp small {
		font-size: 2rem;
	}
	#main .mainVisual3 h1 .en::before {
		width: 0.5rem;
		top: 0.5rem;
	}
	#main .mainVisual3 h1 {
		margin-bottom: 1rem;
	}
	#main .mainVisual3 p {
		font-size: 1.6rem;
		margin-left: 0;
	}
	#main .mainVisual3 .enTxt {
		width: auto;
		max-width: 100%;
	}
}



/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}


/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}



/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}


/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}



/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}


/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}



/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}


