
.slogan {
	position: relative;
	z-index:1000;
	top:0;
	bottom:0;
}

#facility-area {
	margin:35px 0;
	background:#fff;
}
#facility-area ul{
	list-style:none;
	display:flex;
	justify-content: center;
	gap:10px;
}
#facility-area img{
	width:100%;
	height:auto;
}

#photo-area{
	margin:35px 0;
	background:#fff;
}

#photo-area .slide-item {
	max-width:1280px;
	text-align: center;
	margin:0 auto;
}

#photo-area .slide-item img {
	width:100%;
	max-width:464px;
	height:auto;
}

#photo-area .slide-item .sttl {
	font-size:12px;
	line-height:1.4;
}

.slide-items {
	text-align: center;
	margin-bottom:20px;
	margin:0 auto;
}

.slide-items img {
	width:100%;
	height:auto;
	margin-top:5px;
	margin-bottom:5px;
}

.slide-items a {
	display:block;;
}

.slide-items .sttl {
	line-height:1.4;
}
.slick-list {
  margin: 0 5px;
}
.slick-slide {
  margin: 0 5px;
}

#about-area .intro{
	width:98%;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap:20px;
	max-width:880px;
	margin:0 auto;
}

#about-area .intro dl dd{
	margin-top:1em;
}
#about-area .intro dl dd p{
	line-height:1.5;
	color:#2A0505;
}

.tbl-about {
	width:98%;
	max-width:880px;
	border-collapse: separate;
	border-spacing: 0 12px;
	margin:15px auto 50px;
}
.tbl-about tr{
	box-shadow: 0 0 10px #FF3000; 
}

.tbl-about th{
	white-space: nowrap;
	font-size:24px;
	color:#ff3000;
	background:linear-gradient(90deg,#fff,#FFF3CF);
	padding:0.75em 0.25em;
	border-right:#FF3000 1px solid;
}
.tbl-about td{
	background:linear-gradient(90deg,#ff3000,#ff9100);
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
	background:linear-gradient(90deg,#fff,#FFF3CF);
	padding:0.5em 1.25em;
}
.tbl-about td p{
	background:linear-gradient(90deg,#ff3000,#ff9100);
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
}

#media-area .flex {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:35px;
}

#media-area dl{
	width:325px;
}
#media-area dl dt{
	font-size:17px;
	font-weight: bold;
	line-height:1.5;
	margin-bottom:0.5em;
	letter-spacing:0.12em;
}
#media-area dl dd img{
	width:100%;
	max-width:325px;
	height:auto;
	border-radius: 8px;
}

#sdgs-area .intro{
	width:98%;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap:20px;
	max-width:880px;
	margin:0 auto;
}

#sdgs-area .intro dl dt{
	margin-top:1em;
}
#sdgs-area .intro dl dd p{
	line-height:1.5;
	color:#2A0505;
}

@media screen and (min-width: 769px) {
	#facility-area img{
		max-width:232px;
	}
	.slide-items img {
		max-width:350px;
	}
	.slide-items a {
		max-width:350px;
	}
	.slide-items .sttl {
		font-size:16px;
	}
	#about-area .intro dl dd p{
		font-size:20px;
	}
}
@media screen and (max-width: 768px) {
	
	.slogan {
		top:150px;
		left:50px;
	}
	#facility-area img{
		max-width:160px;
	}
	.slide-items a {
		max-width:232px;
	}
	.slide-items img {
		max-width:232px;
	}
	.slide-items .sttl {
		font-size:12px;
	}
	#about-area .intro dl dd p{
		font-size:16px;
	}
	.tbl01 th{
		text-align:left;
	}
	.tbl01 td{
		padding-left:2em;
	}
	.tbl01 th,
	.tbl01 td {
		display: block;
		width: 100%;
	}
}



.top-hline {
	width: fit-content;
	margin:0 25px 50px 25px;
	padding:10px 25px;
	background: #FF3000;
	color:#fff;
}
.top-hline .main {
	display:block;
	font-size:18px;
	font-weight:bolder;
	line-height:1;
}
.top-hline .sub {
	paddingtop:3px;
	display:block;
	font-size:16px;
	line-height:1;
}

.p-top__mainVisual__inner{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-top__mainVisual__img{
  margin-bottom: 40px;
}

.p-top__mainVisual h1{
  font-size: 88px;
  line-height: 110px;
  text-align: center;
  margin-bottom:48px;
}

@media screen and (max-width: 768px) {
  .p-top__mainVisual h1{
    font-size: 44px;
    line-height: 56px;
  }
}

@media screen and (max-width: 480px) {
  .p-top__mainVisual h1{
    font-size: 32px;
    line-height: 48px;
  }
}

.p-top__mainVisual p{
  font-size: 24px;
  line-height: 32px;
  max-width: 1140px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-top__mainVisual p{
    font-size: 18px;
    line-height: 32px;
  }
}

@media screen and (max-width: 480px) {
  .p-top__mainVisual p{
    font-size: 16px;
    line-height: 24px;
  }
}

.p-top__mainVisual p + p{
  margin-top:32px;
}

.p-top__philosophy{
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../img/img-philosophy-bg.png) no-repeat center bottom;
  background-size: cover;
  width: 100%;
  padding: 180px 24px 320px;
}

.p-top__philosophy__inner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-top__philosophy h2{
  font-size: 88px;
  color: #ffff;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .p-top__philosophy h2{
    font-size: 44px;
    line-height: 32px;
  }
}

@media screen and (max-width: 768px) {
  .p-top__philosophy__img img{
    width:80%;
    margin: 0 auto;
  }
}

.p-top__philosophy__item{
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  max-width: 232px;
}

.p-top__philosophy__list{
  display: flex;
  margin-top: 124px;
  color: #fff;
  gap: 32px;
}

@media screen and (max-width: 768px) {
  .p-top__philosophy__list{
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 64px;
  }
}

.p-top__philosophy__list dt{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .p-top__philosophy__list dt{
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 1;
  }
}

.p-top__philosophy__list dd{
  font-size: 20px;
  line-height: 32px;
}

@media screen and (max-width: 768px) {
  .p-top__philosophy__list dd{
    font-size: 16px;
    line-height: 24px;
  }
}

.p-top__news{
  padding: 40px 24px 120px;
}

@media screen and (max-width: 768px) {
  .p-top__news{
    padding: 80px 24px 0 !important;
  }
}

.p-top__news__inner{
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

.p-top__news__left{
  position: sticky;
  top: 0;
  width: 50%;
  height: 100vh;
}

@media screen and (max-width: 768px) {
  .p-top__news__item{
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .p-top__news__left{
    position: initial;
    width: 100%;
    height: initial;
  }
}

.p-top__news__right{
  margin-left: 50%;
  width: 50%;
  height: 100vh;
}

@media screen and (max-width: 768px) {
  .p-top__news__right{
    margin-left:initial;
    width: 100%;
    height: initial;
  }
}

.p-top__news__title {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-top__news__title {
    padding-top: 0;
    margin-bottom: 48px;
  }
}


.p-top__news__title h3{
  position: relative;
  font-size: 68px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 16px;
  width: max-content;
}

@media screen and (max-width: 768px) {
  .p-top__news__title h3{
    font-size: 32px;
  }
}

.p-top__news__title h3::after{
  content: url('../img/img-title-symbol.svg');
  position: absolute;
  top: 20px;
  right: -52px;
}

.p-top__news__title span{
  font-size: 16px;
  font-weight: bold;
  color: #C00014;
  line-height: 1;
  display: block;
}

.p-top__news__list{
  font-size: 20px;
  line-height: 1.5;
}

.p-top__news__list time{
  color: #8B8B8B;
  margin-bottom: 20px;
  display: block;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-top__news__list time{
    margin-bottom: 12px;
  }
}

.p-top__news__list p{
  padding-bottom: 20px;
  margin-bottom:24px;
  border-bottom:1px solid #707070;
  max-width: 530px;
  white-space: wrap;
  font-weight: bold;
}

.p-top__life{
  padding: 40px 24px 120px;
}

@media screen and (max-width: 768px) {
  .p-top__life{
    padding: 0 24px 0!important;
  }
}

.p-top__life__inner{
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

.p-top__life__left{
  position: sticky;
  top: 0;
  width: 50%;
  height: 100vh;
}

@media screen and (max-width: 768px) {
  .p-top__life__left{
    position: initial;
    width: 100%;
    height: initial;
  }
}

.p-top__life__right{
  margin-left: 50%;
  width: 50%;
  height: 100vh;
}

@media screen and (max-width: 768px) {
  .p-top__life__right{
    margin-left: initial;
    width: 100%;
    height: initial;
  }
}

.p-top__life__title {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-top__life__title {
    margin-bottom: 88px;
  }
}

.p-top__life__title h3{
  position: relative;
  font-size: 68px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 16px;
  width: max-content;
}

@media screen and (max-width: 768px) {
  .p-top__life__title h3{
    font-size: 32px;
  }
}

.p-top__life__title h3::after{
  content: url('../img/img-title-symbol.svg');
  position: absolute;
  top: 20px;
  right: -52px;
}

.p-top__life__title span{
  font-size: 16px;
  font-weight: bold;
  color: #C00014;
  line-height: 1;
  display: block;
}

.p-top__life__list{
  font-size: 20px;
  line-height: 1.5;
}

.p-top__life__list time{
  color: #8B8B8B;
  margin-bottom: 20px;
  display: block;
  line-height: 1;
}

.p-top__life__list p{
  padding-bottom: 20px;
  margin-bottom:24px;
  border-bottom:1px solid #707070;
  max-width: 530px;
  white-space: wrap;
  font-weight: bold;
}

.p-top__life{
  padding: 40px 24px 120px;
}

.p-top__life__inner{
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

.p-top__life__left{
  position: sticky;
  top: 0;
  width: 50%;
  height: 100vh;
}

@media screen and (max-width: 768px) {
  .p-top__life__left{
    position: initial;
    width: 100%;
    height: initial;
  }
}

.p-top__life__title {
  padding-top: 80px;
}

.p-top__life__title h3{
  position: relative;
  font-size: 68px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 16px;
  width: max-content;
}

@media screen and (max-width: 768px) {
  .p-top__life__title h3{
    font-size: 32px;
  }
}

.p-top__life__title h3::after{
  content: url('../img/img-title-symbol.svg');
  position: absolute;
  top: 20px;
  right: -52px;
}

.p-top__life__title span{
  font-size: 16px;
  font-weight: bold;
  color: #C00014;
  line-height: 1;
  display: block;
}

.p-top__life__list{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.p-top__life__item{
  width: calc(50% - 8px);
}

@media screen and (max-width: 768px) {
  .p-top__life__item img{
    width: 100%;
  }
}

/* environment */

.p-top__environment{
  padding: 0 24px 0;
}

@media screen and (max-width: 768px) {
  .p-top__environment{
    padding: 0 24px 0 !important;
  }
}

.p-top__environment__inner{
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

.p-top__environment__left{
  position: sticky;
  top: 0;
  width: 40vw;
}


@media screen and (max-width: 768px) {
  .p-top__environment__left{
    position: initial;
    width: 100%;
  }
}

.p-top__environment__right{
  margin-left: 50%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-top__environment__right{
    margin-left: initial;
    width: 100%;
  }
}

.p-top__environment__right img{
  width: 100%;
  height: auto;
}

.p-top__environment__left, .p-top__environment__right {
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 768px) {
  .p-top__environment__left, .p-top__environment__right {
    width: 100%;
    height: initial;
    margin-top: 40px;
  }
}

.p-top__environment__title {
  padding-top: 80px;
  margin-bottom: 120px;
}

.p-top__environment__title h3{
  position: relative;
  font-size: 68px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 16px;
  width: max-content;
}

@media screen and (max-width: 768px) {
  .p-top__environment__title h3{
    font-size: 32px;
  }
}

.p-top__environment__title h3::after{
  content: url('../img/img-title-symbol.svg');
  position: absolute;
  top: 20px;
  right: -52px;
}

.p-top__environment__title span{
  font-size: 16px;
  font-weight: bold;
  color: #C00014;
  line-height: 1;
  display: block;
}

.p-top__environment__list{
  font-size: 20px;
  line-height: 1.5;
}

.p-top__environment__list time{
  color: #8B8B8B;
  margin-bottom: 20px;
  display: block;
  line-height: 1;
}

.p-top__environment__list p{
  padding-bottom: 20px;
  margin-bottom:24px;
  border-bottom:1px solid #707070;
  max-width: 530px;
  white-space: wrap;
  font-weight: bold;
}

/* guide */

.p-top__guide{
  padding: 0 24px 0;
}

.p-top__guide__inner{
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

.p-top__guide__left{
  position: sticky;
  top: 0;
  width: 40vw;
}


@media screen and (max-width: 768px) {
  .p-top__guide__left{
    position: initial;
    width: 100%;
  }
}


.p-top__guide__right{
  margin-left: 50%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-top__guide__right{
    margin-left: initial;
    width: 100%;
    margin-top: 40px;
  }
}

.p-top__guide__right img{
  width: 100%;
  height: auto;
}

.p-top__guide__left, .p-top__guide__right {
  height: 100vh;
}

@media screen and (max-width: 768px) {
  .p-top__guide__left, .p-top__guide__right {
    height: initial;
  }
}

.p-top__guide__title {
  padding-top: 80px;
  margin-bottom: 120px;
}

.p-top__guide__title h3{
  position: relative;
  font-size: 68px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 16px;
  width: max-content;
}

@media screen and (max-width: 768px) {
  .p-top__guide__title h3{
    font-size: 32px;
  }
}

.p-top__guide__title h3::after{
  content: url('../img/img-title-symbol.svg');
  position: absolute;
  top: 20px;
  right: -52px;
}

.p-top__guide__title span{
  font-size: 16px;
  font-weight: bold;
  color: #C00014;
  line-height: 1;
  display: block;
}

.p-top__guide__list{
  font-size: 20px;
  line-height: 1.5;
}

.p-top__guide__list time{
  color: #8B8B8B;
  margin-bottom: 20px;
  display: block;
  line-height: 1;
}

.p-top__guide__list p{
  padding-bottom: 20px;
  margin-bottom:24px;
  border-bottom:1px solid #707070;
  max-width: 530px;
  white-space: wrap;
  font-weight: bold;
}

/* introduction */

.p-top__introduction{
  padding: 0 24px 0;
}

.p-top__introduction__inner{
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

.p-top__introduction__left{
  position: sticky;
  top: 0;
  width: 40vw;
}

@media screen and (max-width: 768px) {
  .p-top__introduction__left{
    position: initial;
    width: 100%;
  }
}

.p-top__introduction__right{
  margin-left: 50%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-top__introduction__right{
    margin-left: initial;
    width: 100%;
    margin-top: 40px;
  }
}

.p-top__introduction__right img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: -40px bottom;
}

@media screen and (max-width: 768px) {
  .p-top__introduction__right img{
    height: auto;
    object-position:initial;
  }
}

.p-top__introduction__left, .p-top__introduction__right {
  height: 100vh;
}

@media screen and (max-width: 768px) {
  .p-top__introduction__left, .p-top__introduction__right {
    height: initial;
  }
}

.p-top__introduction__title {
  padding-top: 80px;
  margin-bottom: 120px;
}

.p-top__introduction__title h3{
  position: relative;
  font-size: 68px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 16px;
  width: max-content;
}

@media screen and (max-width: 768px) {
  .p-top__introduction__title h3{
    font-size: 32px;
  }
}

.p-top__introduction__title h3::after{
  content: url('../img/img-title-symbol.svg');
  position: absolute;
  top: 20px;
  right: -52px;
}

.p-top__introduction__title span{
  font-size: 16px;
  font-weight: bold;
  color: #C00014;
  line-height: 1;
  display: block;
}

.p-top__introduction__list{
  font-size: 20px;
  line-height: 1.5;
}

.p-top__introduction__list time{
  color: #8B8B8B;
  margin-bottom: 20px;
  display: block;
  line-height: 1;
}

.p-top__introduction__list p{
  padding-bottom: 20px;
  margin-bottom:24px;
  border-bottom:1px solid #707070;
  max-width: 530px;
  white-space: wrap;
  font-weight: bold;
}

/* advertisement */

.p-top__advertisement{
  padding: 0;
}

.p-top__advertisement__inner{
  width: 100%;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-top__advertisement__inner{
    flex-direction: column;
  }
}

.p-top__advertisement__left{
  position: sticky;
  top: 0;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .p-top__advertisement__left{
    position: initial;
    width: 100%;
  }
}

.p-top__advertisement__right{
  width: 50%;
}

@media screen and (max-width: 768px) {
  .p-top__advertisement__right{
    width: 100%;
  }
}

.p-top__advertisement__right img{
  width: 100%;
  height: auto;
}

/* corporate */

.p-top__corporate{
  background-color: #FAFAFA;
}

.p-top__corporate__inner{
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.p-top__corporate__left{
  width: 50%;
}

@media screen and (max-width: 768px) {
  .p-top__corporate__left{
    width: 100%;
  }
}

.p-top__corporate__left p{
  margin-bottom: 64px;
}

.p-top__corporate__right{
  width: 50%;
}

@media screen and (max-width: 768px) {
  .p-top__corporate__right{
    display: none;
  }
}

.p-top__corporate__right img{
  width: 100%;
  height: auto;
}

.p-top__corporate__title {
  padding-top: 80px;
  margin-bottom: 108px;
}

.p-top__corporate__title h3{
  position: relative;
  font-size: 68px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 16px;
  width: max-content;
}

@media screen and (max-width: 768px) {
  .p-top__corporate__title h3{
    font-size: 32px;
  }
}

.p-top__corporate__title h3::after{
  content: url('../img/img-title-symbol.svg');
  position: absolute;
  top: 20px;
  right: -52px;
}

.p-top__corporate__title span{
  font-size: 16px;
  font-weight: bold;
  color: #C00014;
  line-height: 1;
  display: block;
}

/* concept */

.p-top__concept__inner{
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

.p-top__concept__inner p{
  text-align: center;
  margin-top: -104px;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
}

.p-top__concept__title {
  padding-top: 80px;
  margin-bottom: 88px;
}

.p-top__concept__title h3{
  position: relative;
  font-size: 68px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 16px;
  width: max-content;
}

@media screen and (max-width: 768px) {
  .p-top__concept__title h3{
    font-size: 32px;
  }
}

.p-top__concept__title h3::after{
  content: url('../img/img-title-symbol.svg');
  position: absolute;
  top: 20px;
  right: -52px;
}

.p-top__concept__title span{
  font-size: 16px;
  font-weight: bold;
  color: #C00014;
  line-height: 1;
  display: block;
}

.p-top__concept__content{
  display: flex;
  justify-content: center;
}


/* recruit */

.p-top__recruit{
  background: url('../img/img-recruit.png');
  background-size: cover;
  padding: 0;
  background-color: #FAFAFA;
}

.p-top__recruit__inner{
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 376px;
}

@media screen and (max-width: 1240px) {
  .p-top__recruit__inner{
    padding: 80px 24px;
  }
}

@media screen and (max-width: 920px) {
  .p-top__recruit__inner{
    flex-direction: column;
  }
}

.p-top__recruit__left{
  width: 50%;
}

@media screen and (max-width: 920px) {
  .p-top__recruit__left{
    width: 100%;
    margin-bottom: 32px;
  }
}

.p-top__recruit__title{
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-top__recruit__title{
    font-size: 32px;
  }
}

.p-top__recruit__title h3{
  font-size: 48px;
}

@media screen and (max-width: 768px) {
  .p-top__recruit__title h3{
    font-size: 32px;
  }
}

.p-top__recruit__title span{
  font-size: 16px;
  margin-top: 8px;
  display: block;
}

.p-top__recruit__right{
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}

@media screen and (max-width: 1200px) {
  .p-top__recruit__right{
    width: initial;
  }
}

@media screen and (max-width: 920px) {
  .p-top__recruit__right{
    width: 100%;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .p-top__recruit__right{
    width:  calc(100% - 16px);
  }
}

.p-top__recruit__button{
  width: calc(50% - 8px);
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 920px) {
  .p-top__recruit__button{
    width:100%;
  }
}


.p-top__recruit__button a{
  font-size: 20px;
  text-decoration: none;
  border:2px solid #fff;
  color: #fff;
  padding:20px 0;
  display: block;
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .p-top__recruit__button a{
    font-size: 16px;
    padding: 9px 0;
  }
}

.p-top__recruit__button a:hover{
  color: #222;
  background-color: #fff;
  transition: all 0.3s;
}

.intro-service {
	width:90%;
	margin:24px auto;
}
.intro-service dt{
	font-size:26px;
	font-weight:bold;
}
.intro-service dd{
	font-size:16px;
	font-weight:bold;
}



#sec-service {
}

#news-area {
}

#news-area ul.mado{
	list-style: none;
	width:90%;
	margin:0 auto;
	padding:0;
	min-height:360px;
	overflow-y: auto;
}
#news-area ul.mado li{
	border-radius: 10px;
	margin: 12px 0;
	padding:0.75em;
	background: #FFF4F2;
}

#news-area ul.mado li.date{
	fonr-size:14px;
	display:block;
	font-weight:bold;
	margin-bottom:0.2em;
}

#btn-area {
	position: relative;
}

#btn-area ul.recruit-btn{
	position:absolute;
	bottom:24px;
	left:0;
	right:0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:10px 20px;
}
#btn-area ul.recruit-btn li{
	margin:0;
	padding:0;
}
#btn-area ul.recruit-btn li img{
	width:100%;
	max-width:150px;
	height:auto;
}

.sec-access {
}

.map-flex {
	width:100%;
	max-width:1280px;
	margin:0 auto;
	display:flex;
	flex-wrap: wrap;
	justify-content:center;
	gap:18px;
}
.map-flex:first-of-type {
	margin-bottom:60px;
}

dl.map {
	width:320px;
	margin:0;
}
dl.map dt{
	text-align: left;
	fint-size:14px;
	line-height:1.4em;
	padding:0.5em;
}
dl.map dd {

}
dl.map dd iframe{
	width:320px;
	height:140px;
}

.about-inner {
	width:96%;
	max-width:800px;
	margin:10px auto 0;
}

.tbl01 td a,
.form-area a,
.tbl-company a,
.tbl-history a,
.list-disclosure dd a{
	color:#00f;
}
.tbl01 td a:hover,
.form-area a:hover,
.tbl-company a:hover,
.tbl-history a:hover,
.list-disclosure dd a:hover{
	color:#f60;
}
