@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Shippori+Mincho&family=Zen+Kaku+Gothic+New&display=swap');
/* CSS Document */
.bg_img::before {
	background-image: url("../img/pagetitle4.jpg");
}
.pagetitle .titlebox {
	background-color: #1AAB79;
}
.namebox{
    display: flex;
  justify-content: flex-end;}


.cate2,.cate3{
 background-color: #fff;
border-radius: 20px;
  border: 6px solid rgba(149,201,102,0.20);
}
.cate_wrap > .cate {
    padding-top: 0px;
}
.cate1 .txtbox h3{
      background-color: white;
  display: inline-block;
  padding: 5px 10px; 
}

/* 親ボックス：横並び・間隔 */
.cate.cate1 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

/* テキスト側 */
.cate .txtbox {
  flex: 1;
  min-width: 300px;
}

/* 画像側 */
.cate .imgbox {
  position: relative;
  width: 400px;
  height: 400px;
  border-radius: 50%;
    border: 6px solid #fff;
  overflow: hidden;
  flex-shrink: 0;
}

.cate .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.cate2{
	flex-direction: column;
}
.cate2 .item-wrap{
  width: 60%;
}
/* ---------- history ---------- */
.history-box {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

/* 縦線 */
.history-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 135px;
    width: 2px;
    height: 100%;
    border-left: 2px dotted #cccccc;
}
/* 線上の丸 */
.cate3 .history-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 130px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #EACF00;
  border-radius: 50%;
}
/* 各項目 */
.cate3 .history-item {
  display: flex;
  position: relative;
align-items: center;
    margin-bottom: 30px;
}
/* 年月表示 */
.year-wrap .year {
  background-color: #1AAB79;
  color: #fff;
  border-radius: 8px;
  padding: 6px 15px 3px;
  font-size: 13px;
  margin-right: 40px;
  display: inline-block;
  min-width: 120px;
  text-align: center;
}
/* ---------- history ---------- */

/* ---------- main ---------- */

.recruit1 .item-wrap .item{
	padding: 10px;
  align-items:center;
}
.recruit1 .item-wrap .item:not(:last-of-type) {
  position: relative;
  padding-bottom: 16px; /* 線のスペース */
  border-bottom: none;  /* dotted はオフに */
}

.recruit1 .item-wrap .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: repeating-linear-gradient(
    to right,
    #E3E3E3 0px,
    #E3E3E3 3px,
    transparent 3px,
    transparent 12px
  );

}

.company1 .item-wrap .item:first-of-type,.recruit1 .item-wrap .item:first-of-type{
	padding-top: 0;
}
.recruit1 .item-wrap .item h3 {
  width: 200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  box-sizing: border-box;
  padding: 20px 30px 20px 0;
}
.recruit1 .item-wrap .item > div{
	width: calc(100% - 200px);
	padding: 15px 0;
	padding-left: 80px;
}
.main-wrap .map{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 550px;
}
.main-wrap .map iframe{
	position: absolute;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}



/* ---------- more ---------- */
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.recruit1 .item-wrap{
	}
	.recruit1 .item-wrap .item > div{
		padding-left: 0px;
	}
	.main-wrap .map{
		height: 500px;
	}
	.main-wrap .history .box_wrap .box{
		padding-left: 150px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.recruit1 .item-wrap{
		width: 100%;
	}
	.recruit1 .item-wrap .item h3{
		width: 120px;
		padding-right: 20px;
	}
	.recruit1 .item-wrap .item > div{
		width: calc(100% - 120px);
		padding-left: 20px;
	}
	.recruit1 .item-wrap .item h3,.recruit1 .item-wrap .item p{
		font-size: 16px;
	}

	.main-wrap .map{
		height: 450px;
	}
	.main-wrap .history .box_wrap::after{
		left: 40px;
		height: calc(100% - 100px);
	}
	.main-wrap .history .box_wrap .box{
		padding-left: 130px;
	}
	.main-wrap .history .box_wrap .box::after{
		width: 80px;
	}
	.main-wrap .history .box_wrap .box:not(:last-of-type){
		margin-bottom: 80px;
	}

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.recruit1 .item-wrap{
		margin-top: 30px;
	}
	.main-wrap .map{
		height: 400px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
.cate .imgbox {
    width: 300px;
    height: 300px;	}
    
 	.recruit1 .item-wrap{
	}
	.recruit1 .item-wrap .item{
		gap: 0;
	}
	.recruit1 .item-wrap .item h3{
		width: 100%;
		padding: 10px 0 0;
		padding-right: 0px;
	}
	.recruit1 .item-wrap .item > div{
		width: 100%;
		padding-left: 0px;
	}
	.main-wrap .map{
		height: 350px;
	}
	.main-wrap .history .box_wrap::after{
		left: 20px;
		height: calc(100% - 60px);
	}
	.main-wrap .history .box_wrap .box{
		padding-left: 70px;
	}
	.main-wrap .history .box_wrap .box:not(:last-of-type){
		margin-bottom: 50px;
	}
	.main-wrap .history .box_wrap .box p{
		margin-bottom: 0;
	}
	.main-wrap .history .box_wrap .box::after{
		width: 40px;
	}

}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

