@charset "UTF-8";
/* CSS Document */
/* TOPページ以外のメインエリア
-----------------------------------*/
#cmn_main {
	margin-top: 100px;
}
.cmn_main_div {
	position: relative;
	z-index: -99;
}
.cmn_main_div img {
	vertical-align: top;
}
.cmn_main_txt {
	position: absolute;
	color: #FFF;
	text-align: center;
	text-shadow: 2px 2px 12px #555;
	letter-spacing: 0.2em;
	animation-name: fadeinn;
	animation-duration: 4s;
	animation-iteration-count: 1;
	font-weight: 600;
	font-size: 3.6rem;
	top: 30%;
  left: 0;
  right: 0;
}
	@keyframes fadeinn {
	    from {
	      opacity: 0;
	    }
	    to {
	      opacity: 1;
	      transform: translateZ(0);
	    }
	}
#breadcrumb {
	background: var(--att);
	padding: 15px 0;
}
#breadcrumb ol {
	display: flex;
	margin: auto;
	max-width: 1230px;
  padding: 0px 15px;
  box-sizing: border-box;
}
#breadcrumb li {
	font-weight: 600;
	list-style: none;
}
#cmn_sec {
	margin-top: 50px;
}
h3 {
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	font-size: clamp(1.8rem,2.3vw,2.4rem);
	font-weight: 600;
	margin-bottom: 50px;
	font-feature-settings: "palt";
  letter-spacing: 0.1em;
  color: #000;
}
main h3 span {
	background: var(--att);
	
}
h3 span{
    font-size: clamp(1.2rem,1.56vw,1.4rem);
    bottom: -1.8em;
    line-height: 1.4;
    padding: 1px 15px 2px;
    font-weight: 400;
    margin: 8px auto 0;
	letter-spacing: 0;
}
h4 {
    font-size: clamp(1.8rem, 2.7vw, 3rem);
    color: var(--head3);
    font-weight: 600;
    margin: 15px 0 30px;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    line-height: 1.4;
}
#contact h3 span {
    background: #fff;
}
-----------------------------------*/
.ceo_greeting {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
.com_area {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
}
.com_area ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.com_area ul li .ovw_l {
  width: 20%;
  text-align: center;
}
.com_area ul li .com_ttl {
  font-weight: 500;
}
.com_area ul li:last-child {
  border-bottom: 0;
}
.com_area p {
  padding: 20px;
  line-height: 140%;
  text-align: left;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media(max-width:768px) {
	#cmn_main {
    height: calc(150px + 210*(100vw - 320px) / 980);
    display: flex;
    align-items: center;
    background-color: #efefef;
    margin-top: 50px;
    position: relative;
    z-index: 0;
	}
	.cmn_main_div {
		height: 100%;
	}
	.cmn_main_div img {
		max-width: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover;
	}
	.cmn_main_txt {
		font-size: 3.0rem;
		top: 25%;
	}
/* パンくずリスト
-----------------------------------*/
	#breadcrumb {
		padding: 12px 0;
	}
}