@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}
#gFooter {
	margin-top: 0;
}
#main {
	padding-bottom: 25.5rem;
	position: relative;
}
#main .footerImg {
	width: 105.7rem;
	position: absolute;
	bottom: -9.4rem;
	left: -2.8rem;
}
#main .mainImg {
	position: relative;
	height: 100vh;
	min-height: 92rem;
	z-index: 1;
	overflow: hidden;
}
#main .mainImg .h2Ttl {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .5s linear;
	font-size: 5rem;
	z-index: 5;
	font-feature-settings: "palt";
	text-shadow: 1px 1px 2px rgba(255, 255, 255,1);
}
#main .mainImg .h2Ttl span {
	display: inline-block;
	vertical-align: top;
}
#main .mainImg.play .h2Ttl {
	transform: translate(0, 0) scale(0.6);
	transform-origin: left center;
	top: 18.6rem;
	left: 16.7rem;
}
#main .mainImg .h2Ttl .fadeTxt {
	display: flex;
	word-break: keep-all;
	gap: 0.45rem;
}
#main .mainImg .h2Ttl .fadeTxt:nth-child(2) {
	margin-left: 7em;
	transition: .5s linear;
}
#main .mainImg.play .h2Ttl .fadeTxt:nth-child(2) {
	margin-left: 0;
}
#main .mainImg .h2Ttl .fadeTxt span {
	opacity: 0;
	transform: translateY(20px);
}
body.loaded #main .mainImg .h2Ttl .fadeTxt span {
	animation: fadeTxt 0.6s cubic-bezier(0.68, -0.6, 0.32, 2.0) forwards;
}
@keyframes fadeTxt {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
#main .mainImg .enTxt {
	position: absolute;
	transform: translateY(50px);
	transition: 1s;
	opacity: 0;
	transition-delay: .5s;
	top: 32.4rem;
	left: 16.7rem;
	font-size: 1.6rem;
	z-index: 5;
	font-weight: 300;
  	letter-spacing: 0.04em;
	text-shadow: 1px 1px 2px rgba(255, 255, 255,1);
}
#main .mainImg.play .enTxt {
	opacity: 1;
	transform: translateY(0);
}
#main .mainImg .bgimg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transform: scale(1.1);
	transition: .5s;
	transition-delay: 1.5s;
}
#main .mainImg.play .bgimg {
	opacity: 1;
	transform: scale(1);
}
#main .mainImg .bgimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom center;
}
#main .mainImg .positionImg {
	position: relative;
	z-index: 10;
}
#main .mainImg .positionImg img {
	width: 100%;
}
#main .mainImg .sunImg {
	width: 11.92%;
	position: absolute;
	top: 14%;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 6.2rem;
}
#main .mainImg .houseBox {
	width: 45.31%;/* 870 */
	position: absolute;
	bottom: 10.65%;
	left: 50%;
	transform: translateX(-50%);
	margin-left: -35.7rem;
}
#main .mainImg .houseBox .peopleImg {
	width: 48.62%;
	position: absolute;
	bottom: -22.5%;
	left: -10.5%;
}
#main .mainImg .houseBox .birdImg {
	position: absolute;
	left: 24%;
	bottom: 71%;
	width: 10%;
}
#main .mainImg .textBox {
	padding: 6.1rem 1rem 2rem 4.8rem;
	width: 35.26%;
	min-height: 56.5rem;
	border-radius: 3.6rem;
	background-color: rgba(255,255,255,0.75);
	position: absolute;
	bottom: 16.1%;
	left: 50%;
	margin-left: 16.9rem;
	z-index: 10;
}
#main .mainImg .textBox .butterfly {
	width: calc((81/677)*100%);
	position: absolute;
	bottom: -11%;
	left: -5%;
}
#main .mainImg .textBox .butterfly.img02 {
	width: calc((58/677)*100%);
	left: 24.8%;
	bottom: -25.8%;
}
#main .mainImg .textBox .butterfly.img03 {
	width: calc((92/677)*100%);
	left: auto;
	right: 29.3%;
	bottom: -16.3%;
}
#main .mainImg .textBox .butterfly.img04 {
	width: calc((135/677)*100%);
	left: auto;
	right: -7.8%;
	bottom: -8.8%;
}
#main .mainImg .textBox p {
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 2.1;
	letter-spacing: 0.08em;
}
#main .mainImg .catImg {
	width: calc((151/1920)*100%);
	position: absolute;
	bottom: 0.1%;
	left: 100%;
}
#main .mainImg.play .catImg {
	animation: cat 100s linear infinite;
	animation-delay: 2s;
}
@keyframes cat {
	0% {
		left: 100%;
		transform: translateX(0);
	}
	100% {
		left: 0%;
		transform: translateX(-100%);
	}
}
#main .mainImg .scrollBtn {
	position: absolute;
	bottom: 0;
	right: 15.3rem;
	z-index: 10;
}
#main .mainImg .scrollBtn a {
	padding: 0 0 3.8rem 1rem;
	display: block;
	position: relative;
}
#main .mainImg .scrollBtn a::before {
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0.5rem 0 0 0.5rem;
	background-color: #fff;
	content: "";
}
#main .mainImg .scrollBtn a::after {
	width: 1rem;
	height: 1rem;
	position: absolute;
	left: -0.4rem;
	border-radius: 50%;
	background-color: #fff;
	content: "";
	animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove{
	0%{bottom:100%;}
	100%{bottom:0;}
  }
  
  @keyframes cirlemovehide{
	0%{opacity:0}
	50%{opacity:1;}
	80%{opacity:0.9;}
	100%{opacity:0;}
  }
#main .mainImg .scrollBtn img {
	width: 2rem;
}
#main .mainImg .sunImg,
#main .mainImg .textBox,
#main .mainImg .houseBox,
#main .mainImg .scrollBtn,
#main .mainImg .catImg {
	opacity: 0;
	transition: 1s;
	transition-delay: 2s;
}
#main .mainImg.play .sunImg,
#main .mainImg.play .textBox,
#main .mainImg.play .houseBox,
#main .mainImg.play .scrollBtn,
#main .mainImg.play .catImg {
	opacity: 1;
}
#main .mainImg.play .sunImg img,
#main .mainImg.play .textBox .butterfly img {
	animation: top-bottom 1s infinite;
}
@keyframes top-bottom {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(0.5rem);
	}
	100% {
		transform: translateY(0);
	}
}

@media all and (min-width: 768px) {
	#main .mainImg .scrollBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
	#main .mainImg {
		height: auto;
		min-height: 0;
		padding: 21.2rem 2.4rem 3rem;
	}
	#main .mainImg .houseBox,
	#main .mainImg .textBox {
		width: auto;
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		margin-left: 0;
		transform: translateX(0);
	}
	#main .mainImg .textBox {
		padding: 3.4rem 1rem;
		min-height: 0;
		border-radius: 2rem;
	}
	#main .mainImg .textBox p {
		font-size: 0.93rem;
		font-weight: 700;
		line-height: 2.15;
		letter-spacing: 0.08em;
		text-align: center;
	}
	#main .mainImg .innerBox {
		position: relative;
	}
	#main .mainImg .houseBox {
		margin: 0 auto 0.2rem;
		max-width: 32.7rem;
		z-index: 15;
	}
	#main .mainImg .houseBox .image {
		margin: 0 -0.5rem 0 -1.3rem;
	}
	#main .mainImg .houseBox .peopleImg {
		width: 54.62%;
		bottom: -18.5%;
		left: 0.5%;
		z-index: 2;
	}
	#main .mainImg .innerBox {
		margin: 0 -2.4rem;
		position: relative;
	}
	#main .mainImg .textBox .butterfly.img04 {
		width: 4rem;
		left: auto;
		right: 3.1rem;
		bottom: -2.8rem;
	}
	#main .mainImg .textBox .butterfly.img03 {
		width: 3.4rem;
		left: auto;
		right: 8.6rem;
		bottom: -0.3rem;
	}
	#main .mainImg .sunImg {
		width: 12.5rem;
		top: 3.3rem;
	}
	#main .mainImg .catImg {
		width: 6.1rem;
		bottom: -0.9rem;
		left: 50%;
		transform: translate(-50%);
		z-index: 1;
	}
	#main .mainImg.play .catImg {
		animation: cat_sp 50s linear infinite;
		animation-delay: 2s;
	}
	#main .mainImg .h2Ttl {
		letter-spacing: -0.05em;
		font-size: 1.3rem;
	}
	#main .mainImg.play .h2Ttl {
		transform: translate(0, 0) scale(1);
	}
	#main .mainImg .h2Ttl .fadeTxt:nth-child(2) {
		margin-left: 2em;
	}
	#main .mainImg.play .h2Ttl .fadeTxt:nth-child(2) {
		margin-left: 0;
	}
	#main .mainImg .enTxt {
		font-size: 0.7rem;
		top: 24.8%;
		left: 9.2%;
	}
	#main .mainImg.play .h2Ttl {
		top: 17.4%;
		left: 9.2%;
		line-height: 1.8;
	}
	#main .mainImg .bgimg {
		width: 89.6rem;
		left: 50%;
		transform: translateX(-50%);
	}
	#main .mainImg.play .bgimg {
		transform: translateX(-50%) scale(1);
	}
	#main .mainImg .h2Ttl .fadeTxt {
		gap: 0.2rem;
	}
}
@keyframes cat_sp {
	0% {
		left: calc(50% + 50vw);
		transform: translateX(0);
	}
	100% {
		left: calc(50% - 50vw);
		transform: translateX(-100%);
	}
}



#main .videBg {
	position: relative;
}
#main .videBg .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% - 1px);
	z-index: -1;
}
#main .videBg .bg .videoBox {
	width: 100%;
	height: 100vh;
	position: sticky;
	top: 0;
	object-fit: cover;
	clip-path: inset(0);
}
#main .videBg .bg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .videBg .bg .videoBox::after {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
	background-size: 0.4rem 0.4rem;
	background-position: 0 0, 0.2rem 0.2rem;
}
#main .fixedBg {
	position: relative;
	z-index: 2;
}
#main .fixedBg .bg02 {
	position: absolute;
	clip-path: inset(0);
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}
#main .fixedBg .bg02::before {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: url(../img/index/fixed_bg.jpg) no-repeat center center / cover;
}







#main .showBox {
	padding: 4.4rem 10.1rem 6.9rem;
	width: 65rem;
	background: rgba(255,255,255,0.65);
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
#main .showBox .title {
	margin-bottom: 3.1rem;
	font-size: 2.2rem;
	font-weight: 700;
	text-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
#main .showBox .title .en {
	margin-bottom: 2rem;
	font-size: 3.2rem;
	font-weight: 700;
	display: block;
	font-family: "Noto Serif", serif;
	text-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
	letter-spacing: 0.1em;
}
#main .showBox .title .en span {
	margin-left: -0.8rem;
	padding-right: 5.5rem;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#main .showBox .title img {
	width: 9.1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: calc(100% + 0.8rem);
}
#main .showBox p {
	font-size: 1.7rem;
	line-height: 2.23;
	font-weight: 700;
}
#main .content {
	max-width: 162.8rem;
}
@media all and (max-width: 767px) {
	#main .showBox {
		width: calc(100% - 8.3rem);
		padding: 4rem 1rem 3.5rem 2.8rem;
	}
	#main .content {
		max-width: inherit;
		margin: 0 2rem;
	}
	#main .showBox p {
		font-size: 0.8rem;
		line-height: 2.25;
	}
	#main .showBox .title .en {
		margin-bottom: 0.9rem;
		font-size: 1.6rem;
	}
	#main .showBox .title {
		margin-bottom: 1.2rem;
		font-size: 1rem;
	}
	#main .showBox .title img {
		width: 4.6rem;
		left: 100%;
	}
	#main .showBox .title .en span {
		padding-right: 1.9rem;
		margin-left: 0;
	}
}



/* about */
#main .about {
	padding: 26rem 0 20.6rem;
}
#main .about .content {
	display: flex;
	align-items: flex-start;
}
#main .about .listUl {
	margin: 6.9rem 0 0 19.4rem;
	width: 61.4rem;
	font-size: 1.7rem;
}
#main .about .listUl li {
	margin-bottom: 7.3rem;
	padding: 6.2rem 5.5rem 3.1rem;
	border-radius: 3rem;
	background: #fff;
}
#main .about .listUl li:last-child {
	margin-bottom: 0;
}
#main .about .listUl p {
	line-height: 2.05;
	letter-spacing: 0.05em;
}
#main .about .listUl .title {
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	margin-bottom: 3rem;
}
#main .about .listUl .title span {
	padding-right: 2.8rem;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#main .about .listUl .title span img {
	width: 3.8rem;
	position: absolute;
	top: 0;
	left: 100%;
}
#main .about .listUl .comLink {
	margin-right: -1.1rem;
}
@media all and (max-width: 767px) {
	#main .about .content {
		display: block;
	}
	#main .about {
		padding: 2.1rem 0;
	}
	#main .about .listUl {
		margin: 2rem 0 0 5.5rem;
		width: auto;
		font-size: 0.9rem;
	}
	#main .about .listUl li {
		border-radius: 2rem;
		margin-bottom: 1.8rem;
		padding: 2.8rem 2.5rem 2.3rem;
	}
	#main .about .listUl .title {
		margin-bottom: 1.5rem;
		font-size: 1.3rem;
	}
	#main .about .listUl .title span img {
		width: 2.6rem;
		top: -1px;
	}
	#main .about .listUl .title span {
		padding-right: 2.1rem;
	}
	#main .about .listUl .comLink {
		margin-right: 0;
	}
}


/* business */
#main .business {
	padding: 26rem 0 20.6rem;
}
#main .business .content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#main .business .leftBox {
	margin: 14.5rem 0 0 4.7rem;
	width: 79.9rem;
}
#main .business .showBox {
	order: 3;
	padding: 4.4rem 6.5rem 6.9rem;
}
#main .business .linkUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2.9rem 0;
}
#main .business .linkUl li {
	width: calc(50% - 1.3rem);
}
#main .business .linkUl a {
	padding-bottom: 3.9rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 21.6rem;
	border-radius: 3rem;
	background: #fff;
	box-shadow: 0 0.3rem 0.6rem inset rgba(0, 0, 0, 0.16);
	text-align: center;
}
#main .business .linkUl p {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.25em;
}
#main .business .linkUl .comLink {
	position: absolute;
	bottom: 2.2rem;
	right: 4.6rem;
}
#main .business .linkUl img {
	margin-bottom: 1.9rem;
	width: 5.5rem;
}
#main .business .showBox .title .en span {
	padding-right: 0;
}
#main .business .showBox .title img {
	margin-top: 0.6rem;
	width: 11.6rem;
}
@media all and (max-width: 767px) {
	#main .business {
		padding: 1.3rem 0 5.3rem;
	}
	#main .business .showBox {
		padding: 4rem 1rem 3.5rem 2.8rem;
		margin: 0 0 2.1rem auto;
	}
	#main .business .content {
		display: block;
	}
	#main .business .leftBox {
		margin: 0;
		width: auto;
	}
	#main .business .linkUl li {
		width: calc(50% - 0.6rem);
	}
	#main .business .linkUl a {
		border-radius: 2rem;
		padding-bottom: 1.7rem;
		height: 8.9rem;
	}
	#main .business .linkUl {
		gap: 1.3rem 0;
	}
	#main .business .linkUl p {
		font-size: 0.8rem;
	}
	#main .business .linkUl img {
		margin-bottom: 0.7rem;
		width: 2.4rem;
	}
	#main .business .linkUl .comLink {
		position: absolute;
		bottom: 0.5rem;
		right: 1.7rem;
		margin: 0;
	}
	#main .business .comLink .inner {
		width: 7.6rem;
		font-size: 0.7rem;
		padding: 0 1.1rem 0.3rem 0;
	}
	#main .business .comLink .inner::after {
		height: 0.6rem;
	}
	#main .business .showBox .title img {
		margin-top: 0.3rem;
		width: 6.1rem;
	}
}


/* people */
#main .people .showBox {
	padding: 9.2rem 6.5rem 9.7rem;
}
#main .people .showBox .title .en span {
	padding-right: 0.7rem;
}
#main .people .showBox .title img {
	margin-top: -0.3rem;
	width: 10.4rem;
}
@media all and (max-width: 767px) {
	#main .people .showBox {
		padding: 4rem 1rem 3.5rem 2.8rem;
	}
	#main .people .showBox .title img {
		margin-top: -0.1rem;
		width: 5.9rem;
	}
	#main .people .showBox .title .en span {
		padding-right: 1.3rem;
	}
}


/* listBox */
#main .listBox {
	padding: 6.4rem 2rem 5.5rem;
	background-color: rgba(255,255,255,0.5);
	margin: 6rem 0 47rem;
}
#main .listBox .listUl {
	margin: 0 auto;
	max-width: 157rem;
	display: flex;
	flex-wrap: wrap;
	gap: 4.5rem;
}
#main .listBox .listUl li {
	width: calc((100% - 13.8rem)/4);
}
#main .listBox .listUl .textBox {
	border-radius: 3.9rem;
	padding: 3.1rem 0.5rem 2.5rem;
	background: #fff;
	position: relative;
	text-align: center;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.52;
	letter-spacing: 0.05em;
	display: block;
}
#main .listBox .listUl .textBox::before {
	width: 3.7rem;
	height: 4.2rem;
	position: absolute;
	top: -3rem;
  	left: 4.3rem;
	background: url("../img/index/icon10.png") no-repeat left top / 100% 100%;
	content: "";
}
#main .listBox .listUl .image {
	margin-bottom: 4.4rem;
}
#main .listBox .listUl .comLink {
	margin-top: 2.6rem;
	text-align: center;
}
#main .listBox .listUl .title {
	margin-bottom: 2.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media all and (max-width: 767px) {
	#main .listBox .listUl {
		display: block;
	}
	#main .listBox .listUl li {
		margin: 0 0 2.3rem 0;
		width: calc(100% - 5.5rem);
		padding: 1rem;
		box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
		background-color: rgba(255,255,255,0.5);
		position: relative;
	}
	#main .listBox .listUl li:last-child {
		margin-bottom: 0;
	}
	#main .listBox .listUl li:nth-child(2n) {
		margin-left: auto;
	}
	#main .listBox {
	background: none;
	margin: 1.3rem auto 7.3rem;
	padding: 0 2rem;
	max-width: 50rem;
}
	#main .listBox .listUl .textBox {
		margin-top: 0.9rem;
		padding: 1.8rem 0.5rem;
		height: 10.5rem;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: -4.5rem;
		width: 16.3rem;
		border-radius: 2rem;
		font-size: 0.8rem;
	}
	#main .listBox .listUl .image {
		margin-bottom: 0;
		width: calc(100% - 9rem);
	}
	#main .listBox .listUl li:nth-child(2n) .image {
		margin-left: auto;
	}
	#main .listBox .listUl .title {
		margin-bottom: 1.4rem;
	}
	#main .listBox .listUl .comLink {
		margin-top: 1.4rem;
	}
	#main .listBox .listUl .comLink .inner {
		font-size: 0.7rem;
		width: 7.3rem;
		padding: 0 1rem 0.4rem 0;
	}
	#main .listBox .listUl .comLink .inner::after {
		height: 0.6rem;
	}
	#main .listBox .listUl .textBox::before {
		width: 2.4rem;
		height: 3rem;
		top: auto;
		left: auto;
		background-image: url("../img/index/sp_icon10.png");
		right: 100%;
		bottom: 1.5rem;
	}
	#main .listBox .listUl li:nth-child(2n) .textBox {
		right: auto;
		left: -4.5rem;
	}
	#main .listBox .listUl li:nth-child(2n) .textBox::before {
		right: auto;
		left: 100%;
		transform: scaleX(-1);
	}
	#main .listBox .listUl .name {
		font-size: 0.7rem;
	}
	#main .listBox .listUl li:nth-child(3) .title,
	#main .listBox .listUl li:nth-child(4) .title {
		margin-bottom: 0.8rem;
	}
	#main .listBox .listUl li:nth-child(3) .comLink,
	#main .listBox .listUl li:nth-child(4) .comLink {
		margin-top: 0.8rem;
	}
}


/* career */
#main .career {
	padding: 26rem 0 6.4rem;
}
#main .career .content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#main .career .showBox {
	order: 3;
	padding: 7.1rem 6.5rem 11.9rem;
}
#main .career .showBox .title .en span {
	padding-right: 5.8rem;
}
#main .career .showBox .title img {
	margin-top: 0.2rem;
	width: 4.1rem;
}
#main .career .leftBox {
	flex: 1;
	margin-top: 13.7rem;
}
@media all and (min-width: 768px) {
	#main .career .btnUl .item01 {
		margin: 0 5rem;
	}
	#main .career .btnUl .item02 .innerBox {
		padding-top: 2.6rem;
	}
	#main .career .btnUl .item02 .comLink {
		margin-top: 1.8rem;
	}
	#main .career .btnUl .item03 .innerBox {
		padding-top: 1.8rem;
	}
	#main .career .btnUl .item03 .comLink {
		margin-top: 2.1rem;
	}
	#main .career .btnUl .item03 p {
		margin-bottom: 2.3rem;
	}
}
@media all and (max-width: 767px) {
	#main .career {
		padding: 5rem 0 2rem;
	}
	#main .career .content {
		display: block;
	}
	#main .career .leftBox {
		margin: 3.9rem -2rem 0;
	}
	#main .career .showBox {
		padding: 4rem 1rem 3.5rem 2.8rem;
		margin-left: auto;
	}
	#main .career .showBox .title img {
		margin-top: 0.2rem;
		width: 2.2rem;
	}
	#main .career .showBox .title .en span {
		padding-right: 1.9rem;
	}
	#main .career .btnUl .item01 {
		margin: 0 5rem;
	}
}

/* btnUl */
#main .btnUl {
	margin: 0 auto;
	max-width: 78rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.2rem 3.5rem;
}
#main .btnUl li {
	width: 35.1rem;
}
#main .btnUl a {
	display: flex;
	align-items: center;
	text-align: center;
	height: 35rem;
	background: rgba(252,250,226, 0.9);
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
	border-radius: 50%;
}
#main .btnUl .item02 a {
	background: rgba(223,245,235, 0.9);
}
#main .btnUl .item03 a {
	background: rgba(227,248,255, 0.9);
}
#main .btnUl p {
	margin-bottom: 1.5rem;
	font-size: 2.2rem;
	line-height: 1.36;
	font-weight: 700;
	letter-spacing: 0.3em;
}
#main .btnUl .innerBox {
	width: 100%;
	padding-top: 1.8rem;
}
#main .btnUl .comLink {
	margin-top: 4rem;
	text-align: center;
}
#main .btnUl .icon img {
	width: 15.1rem;
}
@media all and (max-width: 767px) {
	#main .btnUl li {
		width: 15.9rem;
	}
	#main .btnUl a {
		height: 15.9rem;
	}
	#main .btnUl p {
		font-size: 0.9rem;
		margin-bottom: 0.7rem;
	}
	#main .btnUl .icon img {
		width: 6.9rem;
	}
	#main .btnUl .comLink {
		margin-top: 1.4rem;
	}
	#main .btnUl .comLink .inner {
		font-size: 0.8rem;
		width: 8.2rem;
		padding: 0 0.5rem 0.4rem 0;
	}
	#main .btnUl .comLink .inner::after {
		height: 0.6rem;
	}
	#main .btnUl .innerBox {
		padding-top: 0;
		margin-top: -0.4rem;
	}
	#main .btnUl {
		gap: 0.2rem 1.5rem;
		max-width: 37.5rem;
	}
}


/* recruit */
#main .recruit {
	padding-top: 10rem;
}
#main .recruit .content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#main .recruit .showBox {
	order: 3;
}
#main .recruit .btnUl {
	margin: 0 auto;
	max-width: 50rem;
	display: block;
}
#main .recruit .btnUl li {
	width: auto;
	margin: 0 0 8.5rem;
}
#main .recruit .btnUl li:last-child {
	margin-bottom: 0;
}
#main .recruit .btnUl a {
	display: block;
	height: 28.2rem;
	border-radius: 0;
	position: relative;
}
#main .recruit .btnUl .comLink {
	position: absolute;
	bottom: 2.7rem;
	right: 2.4rem;
	margin: 0;
}
#main .recruit .leftBox {
	flex: 1;
	margin: 15.9rem 0 0 4.5rem;
}
#main .recruit .showBox {
	padding: 7.1rem 6.5rem 11.9rem;
}
#main .recruit .showBox .title .en span {
	padding-right: 4.8rem;
}
#main .recruit .showBox .title img {
	margin-top: -0.3rem;
	width: 3.2rem;
}
#main .recruit .btnUl .innerBox {
	padding-top: 6.5rem;
}
#main .recruit .btnUl .icon img {
	width: 17.4rem;
}
@media all and (min-width: 768px) {
	#main .recruit .btnUl .item01 .innerBox {
		padding-top: 5.5rem;
	}
	#main .recruit .btnUl .item01 p {
		margin-bottom: 2.5rem;
	}
	#main .recruit .btnUl .item03 .innerBox {
		padding-top: 4.5rem;
	}
	#main .recruit .btnUl .item03 p {
		margin-bottom: 2.8rem;
	}
}
@media all and (max-width: 767px) {
	#main .recruit .content {
		display: block;
	}
	#main .recruit .showBox {
		padding: 4rem 1rem 3.5rem 2.8rem;
	}
	#main .recruit {
		padding-top: 3.4rem;
	}
	#main .recruit .showBox .title img {
		margin-top: -0.1rem;
		width: 1.9rem;
	}
	#main .recruit .showBox .title .en span {
		padding-right: 1.7rem;
	}
	#main .recruit .btnUl {
		margin: 0 auto;
		max-width: 37.5rem;
		display: flex;
		gap: 2.9rem 3.4rem;
	}
	#main .recruit .btnUl li {
		width: 15rem;
		margin: 0 0 0;
	}
	#main .recruit .leftBox {
		margin: 4.1rem -2rem 0;
	}
	#main .recruit .btnUl a {
		height: 15.2rem;
	}
	#main .recruit .btnUl .innerBox {
		padding-top: 2.6rem;
	}
	#main .recruit .btnUl p {
		font-size: 1.1rem;
		letter-spacing: 0.15rem;
	}
	#main .recruit .btnUl .icon img {
		width: 9.4rem;
	}
	#main .recruit .btnUl .comLink {
		bottom: 1.3rem;
		right: auto;
		margin: 0;
		width: 100%;
	}
	#main .footerImg {
		width: 35.5rem;
		bottom: -2.7rem;
		left: -0.1rem;
	}
	#main {
		padding-bottom: 12.4rem;
	}
}