@charset "utf-8";
.hd01{
	font-size: 4rem;
	text-align: left;
	position: relative;
}
.hd01 span{
	display: block;
}
.hd01 .en{
	text-align: left;
	margin-bottom: 26px;
}
.hd01 .min{
	font-size: 2.4rem;
}

#mainBlock{
	margin-top: 0;
}
#mainBlock::before{
	content: "";
	background: url("/themes/site/recruit/img/line_top_left.svg") no-repeat left bottom;
	width: 100%;
	height: 216px;
	position: absolute;
	top: 0;
	left: 0;
}

#contentsBlock .txtBox{
	text-align: left;
}
#contentsBlock .txtBox .lead{
	margin-top: 16px;
}

#contentsBlock .txtBox .btn{
	margin-top: 52px;
}

.flex .imageBox{
	position: relative;
}

@media screen and (max-width: 767px){
	.hd01{
		font-size: 3.2rem;
	}
	.hd01 .min{
		font-size: 1.6rem;
	}
	#contentsBlock .txtBox .lead{
		margin-top: 8px;
	}
	#contentsBlock .txtBox .btn{
		margin-top: 40px;
	}
}
/* ------------------------------------------------------------------------ */

/* #mainVisual

/* ------------------------------------------------------------------------ */
#mainVisual{
	padding-top: 70px;
	padding-bottom: 372px;
	height: 910px;
	position: relative;
	max-width: 1366px;
	width: 100%;
	margin: 0 auto;
}

#mainVisual .inner{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
#mainVisual .ttl span{
	display: block;
	position: absolute;
	z-index: 20;
}
#mainVisual .ttl span.js-fadein,
#mainVisual .imgBox > div.js-fadein{
	transition-duration: 1s;
	transform: translateY(10px);
}
#mainVisual .ttl span.js-fadein.is-show,
#mainVisual .imgBox > div.js-fadein.is-show{
	transform: translateY(0);
}

#mainVisual .ttl .txt1{
	top: 369px;
	left: 206px;
	transition-delay: 0.5s;
}
#mainVisual .ttl .txt2{
	top: 232px;
	left: 598px;
	transition-delay: 0.8s;
}
#mainVisual .ttl .txt3{
	top: 410px;
	left: 483px;
	transition-delay: 1.1s;
}

#mainVisual .imgBox.sp{
	display: none;
}

#mainVisual .imgBox > div{
	position: absolute;
	z-index: 10;
}

#mainVisual .imgBox .img1{
	top: -73px;
	left: -25px;
	transition-delay: 1.4s;
}
#mainVisual .imgBox .img2{
	bottom: -28px;
	right: -99px;
	z-index: 5;
	transition-delay: 1.7s;
}
#mainVisual .imgBox .img3{
	top: 7px;
	right: -122px;
	z-index: 5;
	transition-delay: 1.7s;
}
#mainVisual .imgBox .img4{
	top: -133px;
	right: 106px;
	z-index: 5;
	transition-delay: 2s;
}
#mainVisual .imgBox .img5{
	top: -120px;
	left: 412px;
	z-index: 5;
	transition-delay: 2s;
}
#mainVisual .imgBox .img6{
	bottom: 75px;
	left: -164px;
	z-index: 5;
	transition-delay: 1.7s;
}
#mainVisual .imgBox .img7{
	bottom: -13px;
	left: 122px;
	z-index: 5;
	transition-delay: 2s;
}
#mainVisual .imgBox .img8{
	bottom: 23px;
	left: 477px;
	z-index: 5;
	transition-delay: 2s;
}
#mainVisual .imgBox .img9{
	top: 180px;
	right: -171px;
	z-index: 5;
	transition-delay: 2s;
}

@media screen and (max-width: 1366px){
	#mainVisual{
		height: 66.618vw;
	}
	#mainBlock::before{
		height: 15.813vw;
	}
	#mainVisual .ttl .txt1{
		top: 40.6%;
		left: 15.1%;
		width: 19.547vw;
	}
	#mainVisual .ttl .txt2{
		top: 25.5%;
		left: 43.87%;
		width: 40.85vw;
	}
	#mainVisual .ttl .txt3{
		top: 44.9%;
		left: 35.4%;
		width: 32.724vw;
	}
	
	#mainVisual .imgBox .img1{
		top: -8%;
		left: -1.8%;
		width: 69.107vw;
	}
	#mainVisual .imgBox .img2{
		bottom: -2.05vw;
		right: -7.22vw;
		width: 56.809vw;
	}
	#mainVisual .imgBox .img3{
		top: 0.5vw;
		right: -9vw;
		width: 26.2vw;
	}
	#mainVisual .imgBox .img4{
		top: -9.7vw;
		right: 7.7vw;
		width: 32.358vw;
	}
	#mainVisual .imgBox .img5{
		top: -8.8vw;
		left: 30.2vw;
		width: 37.921vw;
	}
	#mainVisual .imgBox .img6{
		bottom: 5.5vw;
		left: -12vw;
		width: 33.749vw;
	}
	#mainVisual .imgBox .img7{
		bottom: -1vw;
		left: 8.9vw;
		width: 32.358vw;
	}
	#mainVisual .imgBox .img8{
		bottom: 1.74vw;
		left: 34.9vw;
		width: 36.458vw;
	}
	#mainVisual .imgBox .img9{
		top: 13.2vw;
		right: -12.5vw;
		width: 31.479vw;
	}
}

@media screen and (max-width: 1024px){
	#mainVisual .imgBox .img1{
		top: 0;
		left: 4.2%;
		width: 69.107vw;
	}
}
@media screen and (max-width: 880px){
	#mainVisual{
		padding: 0;
		height: 75vw;
	}
	#mainVisual .ttl{
		text-align: left;
		z-index: 20;
	}
	#mainVisual .ttl span{
		position: inherit;
	}
	#mainVisual .ttl .txt1,
	#mainVisual .ttl .txt2,
	#mainVisual .ttl .txt3{
		width: auto;
	}
	#mainVisual .ttl .txt2{
		margin: -80px 0 -60px;
	}
	#mainVisual .ttl .txt3{
		padding-left: 40px;
	}
}
@media screen and (max-width: 767px){
	#mainVisual{
		height: 100vh;
	}
	#mainVisual .inner{
		max-width: 375px;
		margin: 0 auto;
		position: relative;
	}
	#mainVisual .imgBox.sp{
		display: block;
	}
	#mainVisual .imgBox.pc{
		display: none;
	}
	#mainVisual .imgBox .sp-img1{
		top: 38px;
		left: 12px;
		width: 455px;
		transition-delay: 1.4s;
	}
	#mainVisual .imgBox .sp-img2{
		bottom: -17px;
		right: -70px;
		width: 409px;
		transition-delay: 1.7s;
	}
	#mainVisual .imgBox .sp-img3{
		top: 50px;
		right: 110px;
		width: 275px;
		transition-delay: 2.3s;
	}
	#mainVisual .imgBox .sp-img4{
		bottom: 70px;
		left: 40px;
		width: 485px;
		transition-delay: 2.6s;
	}
	#mainVisual .imgBox .sp-img5{
		bottom: -100px;
		left: 80px;
		width: 234px;
		transition-delay: 2s;
	}
	
	
	
	
	
	#mainVisual{
		height: 823px;
	}
	#mainVisual .ttl{
		padding-bottom: 98px;
	}
	#mainVisual .ttl .txt1{
		width: 173px;
	}
	#mainVisual .ttl .txt2{
		width: 366px;
		margin: -63px 0 -40px 7px;
	}
	#mainVisual .ttl .txt2 img{
		transform: translate(-4px,6px);
	}
	#mainVisual .ttl .txt3{
		padding-left: 0;
		width: 337px;
	}
	#mainVisual .ttl .txt3 img{
		transform: translate(22px,-5px);
	}
	#mainVisual .imgBox .sp-img1{
		top: 38px;
		left: -68px;
	}
	#mainVisual .imgBox .sp-img1{
		top: 38px;
		left: -68px;
	}
	#mainVisual .imgBox .sp-img2{
		bottom: -37px;
		right: -108px;
		transition-delay: 2.6s;
	}
	#mainVisual .imgBox .sp-img3{
		top: 10px;
		right: -46px;
	}
	#mainVisual .imgBox .sp-img4{
		bottom: 199px;
		left: -69px;
		transition-delay: 1.7s;
	}
	#mainVisual .imgBox .sp-img5{
		bottom: 40px;
		left: -48px;
	}

}
@media screen and (max-width: 600px){
	#mainVisual{
		height: 823px;
	}
	#mainBlock::before{
		background-size: 100%;
		background-position: left top;
		height: 30vw;
	}
	#mainVisual .ttl{
		padding-bottom: 98px;
	}
	#mainVisual .ttl .txt1{
		width: 173px;
	}
	#mainVisual .ttl .txt2{
		width: 366px;
		margin: -63px 0 -40px 7px;
	}
	#mainVisual .ttl .txt2 img{
		transform: translate(-4px,6px);
	}
	#mainVisual .ttl .txt3{
		padding-left: 0;
		width: 337px;
	}
	#mainVisual .ttl .txt3 img{
		transform: translate(22px,-5px);
	}
	#mainVisual .imgBox .sp-img1{
		top: 38px;
		left: -68px;
	}
	#mainVisual .imgBox .sp-img2{
		bottom: -37px;
		right: -108px;
		transition-delay: 2.6s;
	}
	#mainVisual .imgBox .sp-img3{
		top: 10px;
		right: -46px;
	}
	#mainVisual .imgBox .sp-img4{
		bottom: 199px;
		left: -69px;
		transition-delay: 1.7s;
	}
	#mainVisual .imgBox .sp-img5{
		bottom: 40px;
		left: -48px;
	}
}

@media screen and (max-width: 360px){
	#mainVisual .ttl{
		padding-bottom: 78px;
	}
	#mainVisual .ttl .txt1{
		width: 145px;
	}
	#mainVisual .ttl .txt2{
		width: 338px;
	}
	#mainVisual .ttl .txt3{
		width: 309px;
	}
}


/* ------------------------------------------------------------------------ */

/* #sec_beginning

/* ------------------------------------------------------------------------ */

#sec_beginning{
	background: rgb(239,239,239);
	background: linear-gradient(180deg, rgba(239,239,239,1) 0%, rgba(239,239,239,1) 60%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
	padding-top: 53px;
	position: relative;
	z-index: 1;
}
#sec_beginning::before,
#sec_beginning::after{
	content: "";
	display: block;
	position: absolute;
	aspect-ratio: 1366/372;
	width: 100%;
	z-index: -1;
}
#sec_beginning::before{
	background: #fff url("/themes/site/recruit/img/line.svg") no-repeat right calc(100% + 1px) / 100%;
	bottom: 85.5%;
	left: 50%;
	transform: translateX(-50%);
}
#sec_beginning::after{
	background: url("/themes/site/recruit/img/line.svg") no-repeat right bottom / 100%;
	top: calc(57.1% - 1px);
	left: 50%;
	aspect-ratio: 1366/372;
	transform: translateX(-50%) scale(-1,-1);
}

#sec_beginning > .contents{
	max-width: 976px;
	position: relative;
	z-index: 5;
}

#sec_beginning .ttl{
	font-size: 4.8rem;
	line-height: 1.458;
}

#sec_beginning .contents > .flex{
	max-width: 1024px;
	margin: 42px auto 0;
}

#sec_beginning .txtBox{
	margin-left: 60px;
}

#sec_beginning .txtBox .lead{
	font-size: 2rem;
	font-weight: 700;
	line-height: 2;
	margin-top: 21px;
}

#sec_beginning .txtBox .strong{
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.563;
	margin-top: 50px;
}

#sec_beginning .lead .line{
	position: relative;
	display: inline-block;
	z-index: 1;
}

#sec_beginning .lead .line::before{
	content: "";
	display: block;
	background: #FFE52C;
	height: 7px;
	width: 0;
	position: absolute;
	left: 0;
	bottom: 8px;
	z-index: -1;
	transition: width 1s;
}
#sec_beginning .lead.is-show .line::before{
	width: 100%;
	transition-delay: 1s;
}
#sec_beginning .lead.is-show .line2::before{
	transition-delay: 1.5s;
}

/* スライダー */
.beginningSlide-wrapper{
	position: relative;
	max-width: 420px;
	width: 41%;
}
.beginningSlide{
	overflow: hidden;
	width: 100%;
}
.beginningSlide-wrapper .swiper-button-next,
.beginningSlide-wrapper .swiper-button-prev{
	position: absolute;
	top: calc(100% / 2 - 64px);
	width: 72px;
	height: 72px;
	background: #032E83;
	border-radius: 50%;
	z-index: 10;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.beginningSlide-wrapper .swiper-button-next{
	right: -40px;
}
.beginningSlide-wrapper .swiper-button-prev{
	left: -40px;
}
.beginningSlide-wrapper .swiper-button-next::before,
.beginningSlide-wrapper .swiper-button-prev::before{
	content: "";
	display: inline-block;
	background: url("/themes/site/recruit/common/img/icon_arrow_wh.svg") no-repeat center / contain;
	width: 24px;
	height: 19px;
}
.beginningSlide-wrapper .swiper-button-prev::before{
	transform: scale(-1,1);
}

.beginningSlide-wrapper .swiper-pagination{
	color: #025bb2;
	font-family: "Lato", serif;
	font-weight: 900;
	font-size: 2rem;
	margin-top: 10px;
}

.beginningSlide-wrapper .swiper-pagination .swiper-pagination-current{
	font-size: 1.6em;
}

@media screen and (max-width: 1180px){
	.beginningSlide-wrapper .swiper-button-next,
	.beginningSlide-wrapper .swiper-button-prev{
		width: 60px;
		height: 60px;
	}
	.beginningSlide-wrapper .swiper-button-next{
		right: -15px;
	}
	.beginningSlide-wrapper .swiper-button-prev{
		left: -15px;
	}
}
@media screen and (max-width: 1024px){
	#sec_beginning{
		background: linear-gradient(180deg, rgba(239,239,239,1) 0%, rgba(239,239,239,1) 70%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
	}
	#sec_beginning::after{
		top: calc(66.1% - 1px);
	}
}

@media screen and (max-width: 880px){
	#sec_beginning{
		background: linear-gradient(180deg, rgba(239,239,239,1) 0%, rgba(239,239,239,1) 80%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
		padding-top: 150px;
	}
	#sec_beginning::after {
		top: calc(77% - 1px);
	}
	#sec_beginning .contents > .flex{
		display: block;
	}
	#sec_beginning .txtBox{
		margin: 0 auto;
		max-width: 460px;
		width: calc(100% - 28px);
	}
	#sec_beginning .txtBox .strong{
		text-align: center;
	}
	
	.beginningSlide-wrapper{
		margin: 24px auto 0;
		max-width: 210px;
		width: 100%;
	}
	.beginningSlide-wrapper .swiper-button-next{
		right: -65px;
	}
	.beginningSlide-wrapper .swiper-button-prev{
		left: -65px;
	}
	.beginningSlide-wrapper .swiper-button-next::before,
	.beginningSlide-wrapper .swiper-button-prev::before{
		width: 15px;
	}
	
	.beginningSlide-wrapper .swiper-pagination{
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 767px){
	#sec_beginning{
		background: linear-gradient(180deg, rgba(239,239,239,1) 0%, rgba(239,239,239,1) 84%, rgba(255,255,255,1) 84%, rgba(255,255,255,1) 100%);
		margin-top: -49px;
	}
	#sec_beginning::before{
		bottom: calc(100% - 1px);
	}
	#sec_beginning::after{
		top: calc(83.2%);
	}
	#sec_beginning .ttl{
		font-size: 3rem;
	}
	#sec_beginning .contents > .flex{
		margin-top: 16px;
	}
	#sec_beginning .txtBox .lead{
		font-size: 1.6rem;
		margin-top: 0;
	}
	#sec_beginning .lead .line::before{
		height: 5px;
	}
	#sec_beginning .txtBox .strong{
		font-size: 2.4rem;
		margin-top: 16px;
		line-height: 1.458;
	}
}
@media screen and (max-width: 600px){
	#sec_beginning{
		padding-top: 70px;
		margin-top: -49px;
	}
}
@media screen and (max-width: 374px){
	.beginningSlide-wrapper .swiper-button-next{
		right: -50px;
	}
	.beginningSlide-wrapper .swiper-button-prev{
		left: -50px;
	}
}

/* ------------------------------------------------------------------------ */

/* #sec_work

/* ------------------------------------------------------------------------ */

#sec_work{
	padding: 182px 0 0;
}

#sec_work > .contents.flex{
	justify-content: flex-start;
}

#sec_work .hd01 .en{
	margin-left: -7px;
}

#sec_work .imageBox{
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: -18px;
}

#sec_work .imageBox::before{
	content: "";
	display: block;
	aspect-ratio: 666/392;
	width: 88%;
	background: #FFED6C;
	border-radius: 196px;
	max-width: 666px;
	position: absolute;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 1;
}

#sec_work .imageBox img{
	position: relative;
	left: -107px;
	z-index: 2;
	width: 100%;
	aspect-ratio: 762/483;
}

#sec_work .txtBox{
	padding-left: 10px;
}

@media screen and (max-width: 1180px){
	#sec_work .imageBox{
		width: 61%;
	}
	#sec_work .imageBox::before{
		width: 95%;
	}
	#sec_work .imageBox img{
		left: -48px;
	}
	#sec_work .txtBox{
		padding: 0;
	}
}

@media screen and (max-width: 880px){
	#sec_work{
		padding-top: 81px;
	}
	#sec_work > .contents.flex{
		display: block;
	}
	#sec_work .imageBox{
		padding-top: 6px;
		margin: 0;
		width: 100%;
	}
	#sec_work .imageBox::before{
		aspect-ratio: 461/229;
		max-width: inherit;
		left: -30%;
		width: 100%;
	}
	#sec_work .imageBox img{
		left: -18%;
		width: 87%;
	}
	#sec_work .txtBox{
		margin-top: 18px;
	}
}
@media screen and (max-width: 767px){
	#sec_work .imageBox::before{
		width: calc(100% + 26%);
	}
	
	#sec_work .imageBox img{
		max-width: inherit;
		width: calc(100% + 69px);
		left: -24%;
		top: -3px;
	}
	
	#sec_work .hd01 .en{
		width: 160px;
		line-height: 1;
		margin-bottom: 15px;
		margin-left: 1px;
	}
}

/* ------------------------------------------------------------------------ */

/* #sec_interview

/* ------------------------------------------------------------------------ */

#sec_interview{
	padding-top: 125px;
}

#sec_interview > .contents.flex{
	justify-content: flex-start;
}
#sec_interview .txtBox{
	max-width: 540px;
	margin-right: 70px;
	width: 47%;
}
#sec_interview .hd01 .en{
	margin-right: -240px;
	margin-bottom: 34px;
}

#sec_interview .imageBox{
	padding-top: 31px;
	margin-left: -13px;
	width: 51.7%;
}

#sec_interview .talkList{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 20px;
}

#sec_interview .talkList .card{
	max-width: 573px;
	width: calc(100% / 2 - 27px);
}
.talkList .card2{
	margin-top: 80px;
}

.talkList .card a{
	display: block;
	text-align: left;
}

.talkList .card .image{
	display: block;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	width: 100%;
	aspect-ratio: 573/320;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 20;
}
.talkList .card1 .image{
	background-image: url("../img/img_crosstalk_01.webp");
}
.talkList .card2 .image{
	background-image: url("../img/img_crosstalk_02.webp");
}
.talkList .card .label{
	position: absolute;
	bottom: -70px;
	left: -30px;
	max-width: 187px;
	width: 33%;
}
.talkList .card .ttl{
	font-size: 2.4rem;
	color: #1F1F1F;
	background: #FFED6C;
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 12px 20px 21px;
	position: relative;
	overflow: hidden;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	transition: 200ms ease;
}
.talkList .card a:hover .ttl{
	color: #fff;
	background: #F85B00;
}

.talkList .card .arrow{
	position: absolute;
	top: calc(100% / 2 - 30px);
	right: 34px;
	width: 60px;
	height: 60px;
	background: #025BB2;
	border-radius: 50%;
	z-index: 10;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 200ms ease;
}
.talkList .card .arrow::before{
	content: "";
	display: inline-block;
	background: url("../common/img/icon_arrow_wh.svg") no-repeat center / contain;
	width: 24px;
	height: 19px;
}
.talkList .card a:hover .arrow{
	background: #032E83;
}


@media screen and (max-width: 1240px){
	#sec_interview .talkList{
		margin-top: 60px;
	}
	.talkList .card .label{
		bottom: calc(100% + -60px);
		left: -10px;
	}
}
@media screen and (max-width: 1024px){
	#sec_interview .txtBox{
		width: 54%;
	}
}
@media screen and (max-width: 880px){
	#sec_interview{
		padding-top: 40px;
	}
	#sec_interview > .contents.flex{
		flex-direction: column-reverse;
	}
	#sec_interview .imageBox{
		padding: 0;
		width: 70%;
		text-align: right;
		margin-right: -30px;
		margin-left: auto;
	}
	#sec_interview .txtBox{
		margin: 30px 0 0;
		width: 100%;
	}
	
	#sec_interview .talkList{
		display: block;
		margin-top: 90px;
	}
	#sec_interview .talkList .card{
		margin: 0 auto;
		width: 100%;
	}
	
	#sec_interview .talkList .card + .card{
		margin-top: 96px;
	}
	
	.talkList .card .label{
		bottom: calc(100% + -40px);
		width: 100%;
	}
}
@media screen and (max-width: 767px){
	#sec_interview .hd01{
		margin-right: -15px;
	}
	
	#sec_interview .imageBox{
		margin-right: -23px;
		max-width: 330px;
		width: 100%;
	}
	#sec_interview .txtBox{
		margin-top: 26px;
		max-width: inherit;
	}
	#sec_interview .hd01 .en{
		margin: 0 0 9px;
		line-height: 1;
		width: 290px;
	}
	
	.talkList .card .ttl{
		font-size: 2rem;
		justify-content: flex-start;
	}
	.talkList .card .arrow{
		width: 41px;
		height: 41px;
		top: calc(100% / 2 - 20.5px);
		right: 20px;
	}
	.talkList .card .arrow::before{
		width: 16px;
	}
}

/* ------------------------------------------------------------------------ */

/* #sec_culture

/* ------------------------------------------------------------------------ */
#sec_culture{
	padding: 90px 0 0;
}
#sec_culture .contents{
	max-width: 1366px;
	width: 100%;
}
#sec_culture .imageBox{
	padding-top: 37px;
	text-align: left;
	position: relative;
	width: 56%;
}
#sec_culture .imageBox .pointImg1{
	margin-left: -16px;
}
#sec_culture .imageBox .pointImg2{
	position: absolute;
	right: -193px;
	bottom: -60px;
}
#sec_culture .hd01 .en{
	margin-bottom: 38px;
	transform: translateX(-9px);
	max-width: 535px;
	width: 100%;
}
#sec_culture .txtBox{
	margin-left: 50px;
	width: 37.3%;
}
@media screen and (max-width: 1024px){
	#sec_culture .imageBox{
		width: 42%;
	}
	#sec_culture .imageBox .pointImg2{
		right: 11%;
		bottom: -10%;
		width: 60%;
	}
	#sec_culture .txtBox{
		width: 52%;
	}
}
@media screen and (max-width: 880px){
	#sec_culture{
		padding-top: 75px;
	}
	#sec_culture .contents{
		display: block;
		width: calc(100% - 30px);
	}
	#sec_culture .imageBox{
		padding: 0;
		width: 60%;
	}
	#sec_culture .imageBox .pointImg1 {
		margin-left: -36px;
	}
	#sec_culture .imageBox .pointImg2{
		bottom: -22%;
	}
	#sec_culture .txtBox{
		margin-top: 12%;
		margin-left: 0;
		width: 100%;
	}
}
@media screen and (max-width: 767px){
	#sec_culture .imageBox{
		max-width: 372px;
		width: 108%;
	}
	#sec_culture .imageBox .pointImg1 {
		margin-left: -27px;
	}
	#sec_culture .imageBox .pointImg2{
		bottom: -25.5%;
		right: 7.5%;
		width: 74%;
	}
	#sec_culture .txtBox{
		margin-top: 24.9%;
	}
	#sec_culture .hd01 .en{
		line-height: 1;
		margin-bottom: 11px;
		transform: translateX(0);
		width: 179px;
	}
	
}


/* ------------------------------------------------------------------------ */

/* #sec_number

/* ------------------------------------------------------------------------ */
#sec_number{
	padding: 161px 0 64px;
}
#sec_number .contents{
	align-items: flex-end;
}
#sec_number .txtBox{
	padding-bottom: 60px;
	max-width: 437px;
	width: 45%;
}

#sec_number .hd01 .en{
	margin-right: -90px;
	margin-bottom: 37px;
	transform: translateX(9px);
}

#sec_number .imageBox{
	text-align: right;
	width: 60%;
}
#sec_number .imageBox img{
	display: block;
	transform: translateX(37px)
}

@media screen and (max-width: 880px){
	#sec_number{
		padding: 66px 0 82px;
	}
	#sec_number .contents{
		flex-direction: column-reverse;
	}
	#sec_number .imageBox{
		margin-right: -90px;
		width: 80%;
	}
	#sec_number .imageBox img{
		transform: translateX(0);
	}
	#sec_number .txtBox{
		padding-bottom: 0;
		margin-top: 18px;
		width: 100%;
		max-width: inherit;
	}
	#sec_number .hd01 .en{
		margin-right: 0;
		transform: translateX(0);
	}
}
@media screen and (max-width: 767px){
	#sec_number .imageBox{
		margin-right: -56px;
		max-width: 408px;
		width: calc(100% + 62px);
	}
	#sec_number .hd01 .en{
		width: 178px;
		line-height: 1;
		margin-bottom: 7px;
	}
}


