@charset "utf-8";

html{
}

 .company-wrap{
	width: 100%;
	margin: 0 auto;
}
 .company-wrap .item{
	padding: 10px;
}
.company-wrap .item:not(:last-of-type) {
  position: relative;
}

.company-wrap .item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-image: repeating-linear-gradient(
    to right,
    #000 0,
    #000 3px,        /* 点の太さ */
    transparent 2px,    /* 空白開始 */
    transparent 5px
  );
}
 .company-wrap .item:first-of-type,.recruit1 .item-wrap .item:first-of-type{
	padding-top: 0;
}
 .company-wrap .item h3{
	width: 20%;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: flex-start;
	flex-direction: row;
	box-sizing: border-box;
	padding-right: 30px;
	padding: 20px 0;
}
 .company-wrap .item > div{
	width: 80%;
	padding: 15px 0;
	padding-left: 80px;
}

/* ---------- pagetitle2 ---------- */
.pagetitle2{
	position: relative;
	width: 100%;
    height: clamp(200px, 50vw, 500px);
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: #000;
	clip-path: ellipse(100% 90% at 50% 0);
}
body.on .pagetitle2::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0; left: 0;
	display: flex;
    background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.pagetitle2 .bg_img_wrap2{
	position: relative;
	overflow: hidden;
}
.pagetitle2 .title_wrap{
	width: 100%;
	position: relative;
}
.pagetitle2 .titlebox {
  z-index: 3;
}
.pagetitle2 .titlebox h1{
	font-family: "Kaisei Opti",  sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
}

.lh-2{
	line-height: 2.0;
}

.more-map .flex {
  position: relative;
  z-index: 1;
  transition: 0.5s;
  min-width: 240px;
  padding: 10px 20px;
  background-color: #181818;
  border-radius: 200px;
  text-align: center;
}

.more-map .flex p {
  color: #fff;
  transition: 0.5s;
}

.more-map .flex:hover {
  background-color: #fff;
}

.more-map .flex:hover p {
  color: #181818;
}
.more-map a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
/* ---------- ↑style ---------- */
/* ---------- ↓company ---------- */
.map-card{
  border-radius: 14px;
  padding: clamp(14px, 3vw, 22px);
  width: clamp(320px, 90vw, 980px);
  margin: 0 auto;
}

/* 地図フレーム（角丸＋ブルーの線） */
.map-frame{
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 0 0 2px rgba(0,0,0,.25) inset, 
    0 0 0 3px #000;
}

/* 画像でもiframeでもOK */
.map-frame iframe,
.map-frame img{
  display: block;
  width: 100%;
  height: clamp(260px, 50vw, 440px);
  border: 0;
}

/* 住所ラベル */
.map-address{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

/* ピンアイコン */
.map-card i{
font-size: 20px;
    margin-right: 5px;
  display: inline-block;
  position: relative;
}

.company-wrap .item .address{
	justify-content: flex-start;
	align-items: flex-end;
}
.company-wrap .item .address a{
	width: 30px;
	margin-left: 20px;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){

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

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.company-wrap .item > div {
		padding-left: 30px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
.company-wrap .item .address a{
	width: 25px;
	margin-left: 12px;
}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

