@charset "UTF-8";
/* CSS Document */


/*************MV***************/

/*************T&Tグループってどんな会社？ MV***************/
#main_vi{
	background: url("../img/about/company_main.jpg") no-repeat;
	background-position: top center;
	width: 100vw;
	min-height: 720px;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px
}
@media screen and (max-width: 1024px) {
#main_vi{
	background-position: top center;
	width: 100%;
	min-height: 500px;
	align-items: center;
	margin-bottom: 20px
}
}
@media screen and (max-width: 767px) {
#main_vi{
	background: url("../img/about/company_main_sp.jpg") no-repeat;
	background-position: top center;
	width: 100%;
	min-height: auto;
	aspect-ratio: 1 / 1	;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px
}	
}
/*************数字で見る MV***************/
.numbers_vi#main_vi{
	background: url("../img/about/numbers_main.jpg") no-repeat;
	background-size: cover;
}
@media screen and (max-width: 767px) {
.numbers_vi#main_vi{
	background-position: bottom center;
}	
}
/*************これまでとこれから MV***************/
.future_vi#main_vi{
	background: url("../img/about/future_main.jpg") no-repeat;
	background-size: cover;
}
@media screen and (max-width: 767px) {
.future_vi#main_vi{
	background-position: bottom left;
}	
}
/*************人を知る MV***************/
.person_vi#main_vi{
	background: url("../img/person/person_main.jpg") no-repeat;
	background-size: cover;
	background-position: center
}
	.person_title{
		margin-top: 80px
	}
@media screen and (max-width: 767px) {
.person_vi#main_vi{
	background-position: bottom center;
}

}
/*************働く環境を知る MV***************/
.environment_vi#main_vi{
	background: url("../img/environment/environment_main.jpg") no-repeat;
	background-size: cover;
}
@media screen and (max-width: 767px) {
.environment_vi#main_vi{
	background-position: bottom center;
}	
}
/*************募集要項 MV***************/
.jobs_vi#main_vi{
	background: url("../img/jobs/jobs_main.jpg") no-repeat;
	background-size: cover;
	min-height: 450px;
}
@media screen and (max-width: 1024px) {
	.jobs_vi#main_vi{
	min-height: 350px;
	}
}
@media screen and (max-width: 767px) {
		.jobs_vi#main_vi{
		min-height: 300px;
		aspect-ratio: 0;
		}
		.jobs#main_vi{
			background-position: bottom center;
		}	
}



#mv_title_area{
	width: 645px;
	height: 170px;
	background: rgba(255,255,255,.9);
	border-radius: 10px;
	border: 1px var(--red) solid;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center
}
#mv_title_area h2{
	font-size: 38px;
    line-height: 1em;
	margin-top: 7px;
	font-weight: 300
}
#sub_title{
	background: var(--red);
	color: #fff;
	font-size: 14px;
	border-radius: 20px;
	display: inline-block;
	padding: 0px 12px 1px 12px;
	position: relative
}
#sub_title::after{
	content: '';
	background: url("../img/common/sankaku.svg") no-repeat;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: -6px;
	width: 14px;
	height: 7px;
	display: inline-block
}
#mv_icon img{
	width: 48px;
}
.env_mv_icon img{
	width: 46px !important
}
.jobs_i{
	width: 40px !important;
	margin: 0 auto
	
}

@media screen and (max-width: 767px) {
#mv_title_area{
	max-width: 90%;
	height: auto;
	border-radius: 10px;
	padding: 15px 5px
}
#mv_title_area h2{
	font-size:1.55rem;
    line-height: 1em;
	margin-top: 7px;
	font-weight: 400
}
#sub_title{
	font-size: 14px;
	border-radius: 20px;
	padding: 0px 12px 1px 12px;
}
#sub_title::after{
	content: '';
	background: url("../img/common/sankaku.svg") no-repeat;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: -6px;
	width: 14px;
	height: 7px;
	display: inline-block
}
#mv_icon img{
	width: 46px
}
}
@media screen and (max-width: 410px) {
#mv_title_area h2{
	font-size:1.4rem;
}
}


.dope_company{
 	width: 90px;
}
.about_title{
	font-size: 42px;
	text-align: center;
	font-weight: 300
}
@media screen and (max-width: 767px) {
.about_title{
	font-size: 1.75rem;
	font-weight: 400
	}
}
@media screen and (max-width: 410px) {
.about_title{
	font-size: 1.55rem;
	}
}


.page_lead{
	text-align: center;
	font-size: 20px;
	line-height: 1.7em
}
@media screen and (max-width: 767px) {
.page_lead{
	font-size: 1.1rem;
	line-height: 1.7em;
	/*
	padding-left: 1em;
    padding-right: 1em;
	*/
	}
	.pl_pr{
	padding-left: 1em;
    padding-right: 1em;
	}
	.kado{
			border-radius: 50px
	}
	.align_justyfy{
		text-align: justify !important
	}
}
@media screen and (max-width: 410px) {
	.page_lead{
	font-size: 1rem;
	}
}

.yellow_bg{
	background: var(--beige);
	margin:90px calc(50% - 50vw);
	width: 100vw;
	padding: 90px 0
}

.sub_title{
	text-align: center;
	font-size: 34px;
	margin: 0 0 45px 0
}
@media screen and (max-width: 1024px) {
	.sub_title{
	font-size: 1.8rem;
	}
}

.title_lead{
	text-align: center;
	font-size: 20px
}
@media screen and (max-width: 767px) {
.title_lead{
	font-size: 1.1rem
}
}


/*************事業内容*****************/
.jigyo{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
	max-width: 1120px;
	margin: 40px auto 30px auto;
}

.jigyo:after {
    content: "";
    display: block;
    width: 32.4%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.jigyo > li{
	width: 32.4%;
	background:#fff;
	text-align: center;
	border-radius: 10px;
	box-shadow: 3px 3px 15px rgba(0, 0, 0, .15);
	padding: 30px 20px;
	margin: 40px 0 0 0;
	position: relative
}
@media screen and (max-width: 1070px) {
.jigyo:after {
	 width: 47%; 
	}
.jigyo > li{
	width:47%;
	}
}

@media screen and (max-width: 767px) {
	.jigyo{
	flex-direction: column;
	flex-wrap:nowrap;
	gap: 15px;
	width: 100%;
	margin: 40px 0px 30px 0px;
	padding-left: 1em;
    padding-right: 1em;
	}
	.jigyo:after {
    content: "";
    display: block;
    width: 100%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
	}
	.jigyo > li{
		width: 100%;
		background:#fff;
		text-align: center;
		border-radius: 10px;
		box-shadow: 3px 3px 15px rgba(0, 0, 0, .15);
		padding: 30px 15px;
		margin: 40px 0 0 0;
		position: relative
	}
}


.jigyo > li > p{
	text-align: justify;
	margin:10px 0 13px 0;
	line-height: 1.7em
}
@media screen and (max-width: 767px) {
.jigyo > li > p{
	font-size: 1rem
}
}

.jigyo > li > img{
		width: 100%
}
.jigyo > li > h4{
	font-size: 20px;
	line-height: 1.3em;
	margin: 10px 0 20px 0
}
@media screen and (max-width: 767px) {
	.jigyo > li > h4{
	font-size: 1.6rem;
	}
}

.jigyo_icon img{
  position: absolute;
  right: 0;
  left: 0;
  top: -35px;
  margin: 0 auto;
	height: 60px;
}
.long_icon{
	height: 67px !important
}
.insta_icon{
  position: absolute;
  right: 15px;
  top: 15px;
  transition: ease-in-out .3s
}
.insta_icon:hover{
		opacity: .6	
}
.bosyu{
	border-top: 1px var(--base) dotted;
	padding: 11px 0 0px 0;
	text-indent: -0.5em
}
.syokusyu{
	display: flex;
	flex-wrap: wrap;
	column-gap: 5px;
	grid-row-gap: 7px
}
.syokusyu li{
	border: 1px var(--border) solid;
	border-radius: 30px;
	line-height: 1em;
	padding:2px 12px 4px 12px;
	display: inline-block
}
.title_padding{
		padding: 13px 0
}

/**************T&Tグループの3つの志*****************/
.kokoro_title{
	margin: 60px 0 15px 0
}
.kokorozashi{
	margin: 0 auto 20px auto;
	border: 1px var(--red) solid;
	padding: 40px 0 35px 0 ;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	box-shadow: 3px 3px 15px rgba(0, 0, 0, .15);
}
@media screen and (max-width: 767px) {
.kokorozashi{
	padding: 40px 20px 35px 20px ;
}
}


.number_title{
	display: flex;
	align-items: center;
	line-height: 1.5em
}
@media screen and (max-width: 767px) {
	.number_title{
		flex-direction: column;
		line-height: 3.3em
}
}

.red_num{
	font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--red);
	font-size: 150%
}
.kokoro_number{
	font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--red);
	font-size: 60px
}
.kokorozashi h3{
	font-size: 34px;
	font-weight: 500;
}
.kokorozashi h4{
	font-size: 28px;
	display: flex;
	align-items: center;
	position: relative;
	margin: 20px 0 15px 0
}
@media screen and (max-width: 767px) {
	.kokorozashi h4{
		font-size: 1.3rem;
		line-height: 1.4em;
		margin: 12px 0
	}
}
@media screen and (max-width: 410px) {
	.kokorozashi h4{
		font-size: 1.2rem;
		line-height: 1.4em;
		margin: 12px 0
	}
}



.kokorozashi h4:before,
.kokorozashi h4:after{
	content: '〜';
	font-size: 28px;
}
.kokorozashi p{
	font-size: 18px;
	line-height: 1.7em
}
@media screen and (max-width: 767px) {
	.kokorozashi p{
	font-size: 1rem;
	line-height: 1.7em
}
}


/**************T&Tグループの7つの心得*****************/
.kokoroe{
	display: flex;
	flex-direction: column;
	width: 49.5%
}
.kokoroe li{
	width: 100%;
	background: var(--red);
	border-radius:30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: white;
	padding: 0 4px 0 20px;
	height: 62px;
	margin-bottom: 10px
}
@media screen and (max-width: 1024px) {
	.kokoroe{
	width: 75%
}
}
@media screen and (max-width: 767px) {
	.kokoroe{
	width: 100%
}
}


.kokoroe li div{
		display: flex;
	align-items: center
}
.kokoroe_number{
	font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 46px;
	margin-right: 10px
}
@media screen and (max-width: 767px) {
	.kokoroe_number{
		font-size: 2rem
}
}
@media screen and (max-width: 410px) {
.kokoroe li div{
		font-size: .9rem
}
}

.kokoroe_description{
	background: white;
	height: 85%;
	width: 68%;
	color: var(--base);
	border-radius: 30px;
	font-size: 20px;
	justify-content: center;
	font-weight: 500
}
@media screen and (max-width: 767px) {
.kokoroe_description{
	width: 65%;
	font-size: 1.1rem
}
}
@media screen and (max-width: 410px) {
.kokoroe_description{
	width: 60%
}
}

.kokoroe h4{
		font-size: 28px
}
@media screen and (max-width: 767px) {
	.kokoroe h4{
		font-size: 1.3rem
}
}

#kokoroe_box{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	column-gap: 10px;
	margin-bottom: 30px
}



/**************会社概要*****************/
.gaiyou_title{
	font-size: 34px;
	text-align: center;
	margin: 70px 0 20px 0
}
@media screen and (max-width: 767px) {
	.gaiyou_title{
	font-size:1.7rem;
	margin: 60px 0 15px 0
	}
}

dl,dt,dd{ margin: 0; padding: 0}

dl{
	max-width: 740px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 30px auto;
}
dt{
	width: 25%;
	border-top: 2px var(--red) solid;
	font-weight: 500
}
dd{
	width: 75%;
	border-top: 1px var(--border) solid
}
dt,dd{
	padding: 15px 13px 16px 25px
}

@media screen and (max-width: 767px) {
	dl{
		max-width: 100%;
		flex-wrap: nowrap;
		flex-direction: column;
		margin: 0 auto 30px auto;
	}
	dt{
		width: 100%;
		border-top: 1px var(--border) solid;
		padding-bottom: 0
	}
	dd{
		width: 100%;
		border-top: none
	}
	
	.entry-form dt{
		padding: 13px 13px 5px 13px
	}
	.entry-form dd{
	padding: 13px 13px 14px 13px
}
}

dt:last-of-type{
	border-bottom: 2px var(--red) solid
}
@media screen and (max-width: 767px) {
	dt:last-of-type{
		border-bottom: none
	}
}

dd:last-of-type{
	border-bottom: 1px var(--border) solid
}

/*************数字で見る***************/
.sub_midashi{
		font-size: 30px;
		text-align: center;
			margin: 60px 0 30px 0
}
.info_li p{
	line-height: 1em;
	margin-bottom: 20px
}
@media screen and (max-width: 767px) {
	.info_li p{
	font-size: 1.2rem
}
}

.info_li h3{
	line-height: 3em;
	font-weight: 500

}
.jigyo.info_li{
	margin-top: 0px !important;
	padding-left: 0;
	padding-right: 0
}
.jigyo.info_li > li{
	margin-top: 0;
	padding-bottom: 10px
}
.info_li img{
	height: 180px;
	vertical-align: bottom
}
.w100{
	width: 100%!important;
	margin: 0 !important;
}


.jigyo.info_li li.w100{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 30px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.jigyo.info_li li.w100{
		flex-direction: column;
		width: 47% !important
	}
}
@media screen and (max-width: 767px) {
	.jigyo.info_li li.w100{
		flex-direction: column;
		
	}
}

.jigyo.info_li li.w100 img{
	width: 249px;
	height: 194px;
	aspect-ratio: 249 / 194;
}
@media screen and (max-width: 1024px) {
.jigyo.info_li li.w100 img{
margin-bottom: 30px;
}
}

.jigyousyo_list{
	display: flex;
	flex-direction:column;
	text-align: left
}
.jigyousyo_list li{
	position: relative;
	margin-bottom: 3px;
}
.jigyousyo_list li:before{
	content: '︎●';
	color: var(--red);
	font-size: 90%;
	margin-right: 4px
}
#jigyousyo_set{
	display: flex;
	gap: 20px;
}
@media screen and (max-width: 1024px) {
	#jigyousyo_set{
		flex-direction: column;
		gap:0
	}
}


#danjyo{
	display: flex;
	align-items: center;
	justify-content: center
}
#man_woman_img{
	margin: 35px 0 0 0;
}
.blue{
	color: #003AE6
}
.gray{color:var(--base)}


/*****************History*********************/
#history_li{
	margin: 90px 0 140px 0
}
#history_li > li {
    background: rgba(255, 255, 255, .9);
    border-radius: 10px;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, .15);
    padding: 20px 30px;
    display: flex;
	justify-content: space-between;
    column-gap: 15px;
    margin-bottom: 20px;
	position: relative
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
	#history_li{
		margin: 90px auto 140px auto;
    	width: 97%;
	}
}


@media screen and (max-width: 767px) {
	#history_li{
		width: 98%;
		margin: 90px 0 140px 2%
	}
	#history_li > li {
		flex-direction: column;
		padding: 20px 20px 30px 20px;
	}
}
@media screen and (max-width: 767px) {
.ayumi_img img{
	width: 100%
}
}

.dekigoto{
	margin: 80px 0 0 0
}
.dekigoto .bold{
		font-weight: 700
}
.dekigoto li{
	margin-bottom: 10px;
	position: relative;
	font-size: 18px;
	text-align: justify;
	text-indent: -1em;
  	padding-left: 1em;
}
@media screen and (max-width: 1024px) {
	.dekigoto li{
	font-size: 1rem;
}
}

.dekigoto li:before{
	content: '●';
	color: var(--yellow);
	font-size: 80%;
	margin-right: 4px
}
.orange1.dekigoto li:before{
	color: var(--orange1);
}
.orange2.dekigoto li:before{
	color: var(--orange2);
}
.red_bg.dekigoto li:before{
	color: var(--red);
}

.down{
	margin:0 auto 13px auto;
	text-align: center;
	display: block
}
.point{
	font-weight: 500;
	font-size: 20px;
	position: relative;
	margin-left: 14px;
	text-align: justify
}
@media screen and (max-width: 1024px) {
.point{
	font-size: 1.05rem;
	line-height: 1.5em;
	margin-bottom: 30px
	}
}

.point:before{
	content: "\f061";
  	font-family: "Font Awesome 6 PRO";
	color: var(--yellow);
	font-size: 30px;
	margin-right: 4px;
	position: absolute;
	top: -8px;
	bottom: 0;
	left: -32px;
	margin: auto 0
}
@media screen and (max-width: 1024px) {
	.point:before{
		top: 0px;
}
}
@media screen and (max-width: 767px) {
	.point:before{
		left: -27px;
        font-size: 1.6rem;
}
}

.orange1.point:before{
	color: var(--orange1);
}
.orange2.point:before{
	color: var(--orange2);
}
.red_bg.point:before{
	color: var(--red);
}

.ribbon-wrapper {  
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px auto;
  padding: 10px 0;
  width: 360px;
  }
@media screen and (max-width: 767px) {
.ribbon-wrapper {  
  width: 100%;	
}
}


.ribbon {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 5px 0;
  margin: 0 0 0 -20px;
  width: calc(100% + 20px);
  color: white;
  background: var(--yellow);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
	.ribbon {
		width: calc(93% + 20px);
  	margin: 0 0 0 -12px;
}
}

.orange1.ribbon{
	 background: var(--orange1);
}
.orange2.ribbon{
	 background: var(--orange2);
}
.red_bg.ribbon{
	 background: var(--red);
}

.ribbon h3{
  margin: 0;
  padding: 0 30px 0 25px;
  font-size: 26px;
  font-weight: 500;
  line-height: 46px;
}
@media screen and (max-width: 767px) {
	.ribbon h3{
		font-size: 1.4rem
	}
}


.ribbon:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: -1px;
  width: 0px;
  height: 0px;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.ribbon:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #E9B007;
}

.orange1.ribbon:before {
	border-right: solid 20px #DD8E05;
}
.orange2.ribbon:before {
	border-right: solid 20px #B94700;
}
.red_bg.ribbon:before {
	border-right: solid 20px #8D021A;
}
@media screen and (max-width: 767px) {
	.ribbon:before {
  		border-right: solid 13px #E9B007;
	}
	.orange1.ribbon:before {
	border-right: solid 13px #DD8E05;
	}
	.orange2.ribbon:before {
		border-right: solid 13px #B94700;
	}
	.red_bg.ribbon:before {
		border-right: solid 13px #8D021A;
	}
}




#vision_li{
	margin-top: 70px
}
.vision_no{
	font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--red);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	line-height: 2.5em;
	margin: 20px 0 10px 0
}
.vision_no span{
	font-size: 350%
}
.vision_img_txt{
	display: flex;
	column-gap: 30px;
	align-items: center;
	text-align: justify;
	line-height: 1.8em;
	margin: 20px 0 0 0;
	font-size: 18px
}
@media screen and (max-width: 1024px) {
	.vision_img_txt{
		display: flex;
		flex-direction: column;
		width: 100%
}
	.vision_img_txt img{
		width: 53%;
		margin-bottom: 14px
	}
}
@media screen and (max-width: 767px) {
	.vision_img_txt img{
		width: 100%;
		margin-bottom: 14px
	}
}



.vision_point{
	text-align: center;
	font-size: 22px;
	font-weight: 600
}
.vision_order1{order: 1}
.vision_order2{order: 2}
@media screen and (max-width: 1024px) {
.vision_order1{order: 2}
.vision_order2{order: 1}	
}

.vision_bg {
    background: var(--beige);
    margin: 60px calc(50% - 50vw);
    width: 100vw;
    padding: 50px 0;
}




/***********************安心して働ける制度とサポート***********************/

.fukuri_title{
	font-size: 38px;
	text-align: center;
	margin-bottom: 30px
}
@media screen and (max-width: 1024px) {
.fukuri_title{
	font-size: 2rem;	
	}
}

.environment_list{
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	grid-row-gap: 30px;
	text-align: justify
}

.environment_list li{
	width: 31.4%;
	display: flex;
	gap:10px
}
@media screen and (max-width: 1070px) {
	.environment_list li{
	width: 47%;
	}
}
@media screen and (max-width: 767px) {
.environment_list{
	column-gap: 30px;
	grid-row-gap: 40px;
	flex-direction: row
}
.environment_list li{
	width: 100%;
	gap:10px
}	
}

.environment_list li h4{
	font-weight: 600;
	margin-bottom: 7px;
	line-height: 1.4em
}
.env_bg{
	background: var(--beige);
    margin: 90px calc(0% - 5vw);
    padding: 60px 0;
    border-radius: 10px;
}
@media screen and (max-width: 1024px) {
	.env_bg{
    margin: 90px auto;
    padding: 60px 0;
	width: 100%;
    border-radius: 10px;
}
}

.env_icon img{
	width: 70px;
	display: block
}
.long{
	width: 65.7% !important
}
@media screen and (max-width: 1024px) {
.long{
	width: 98% !important
}	
}
@media screen and (max-width: 767px) {
.long{
	width: 100% !important
}	
}


/*******************人を知る*******************/

.person_list{
	/*
    height: 470px;
	margin:50px calc(50% - 50vw) 50px  calc(50% - 50vw);
    width: 100vw;
	overflow: hidden
	*/
}
.person-wrapper {
	width: 100%;
    max-width: 1120px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    flex-direction: row;
    transition-property: transform;
    box-sizing: content-box;
	column-gap: 20px;
	grid-row-gap: 40px;
	margin: 40px auto 120px auto
}
@media screen and (max-width: 767px) {
.person-wrapper {
    max-width: 100%;
	margin-top: -25px
	}
}

.person_list li{
    position: relative;
    width: 31.9%;
    height:auto;
    /* margin: 0 auto; */
	transition: ease-in-out .5s;
    /* display: block; */
    /* overflow: hidden;*/
	text-align: center;
	transition: ease-in-out .5s
}
.person_list li:hover{
	opacity: .6
}
@media screen and (max-width: 1070px) {
	.person_list li{
    width:47%;
	}
}
@media screen and (max-width: 767px) {
	.person_list li{
    width: 100%;
    height: 100%;
	}
}

.person_list .no-slide:hover{
    opacity: .7
}
.person_list li img{
    width: 100%;
	object-fit: cover;
	aspect-ratio: 36 / 39;
	
}

@media screen and (max-width: 767px) {
	.person_list .no-slide img{
    width: 100%;
    height: 100%;
	object-fit: cover;
	
}
}


.person_list li h4{
    text-align: center;
    font-weight: bold;
    line-height: 1.4em;
    margin: 5px 0;
	width: 100%;
}
@media screen and (max-width: 767px) {
.person_list li h4{
	width: 100%;
}
}

/*
.person_list .no-slide p{
    text-align: center;
	width: 360px;
}
*/


.person_no{
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  position: absolute;
  z-index: 2;
  top: -30px;
  left:14px;
  color: var(--red);
  font-size: 94px
}



/*************404***************/
#icon404 img{
	width: 80px;
}

.page404 h2{
		font-size: 26px;
	margin: 100px 0 50px 0

}
.page404{
		text-align: center;
}

#policy_check{
	display: flex;
	justify-content: center;
	margin-bottom: 30px
}
.modal_link{
	border-bottom:1px var(--base) dashed;
	transition: ease-in-ot .3s
}
.modal_link:hover{
	opacity: .6
}