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

/* メインエリア */
.header + .main .container {
	padding-top: 10px;
}
.main .container {
	max-width: 100% !important;
	padding-left: 0;
	padding-right: 0;
}
.main .container .breadcrumb,
.main .container .contents {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
#mainImage {
  margin: 0;
  padding: 0;
	background: url(../images/index-main-bg@2x.png) #000;
  background-position:right top 273px;                     /* 画像の表示位置を指定 */
  background-size: 50% auto;  
  background-repeat: no-repeat;
}
#mainImage > div {
  max-width: 1160px;
  padding: 0 0 150px 0;
  margin: 0 auto;
  position: relative;
}
#mainImage > div > div:first-of-type {
 position: absolute;
 left: 0;
 top: -20px;
 width: 39.91%;
 margin: 0;
 padding: 0;
}
#mainImage > div > div:nth-of-type(2) {
 width: 56.9%;
 margin: 0 0 0 auto;
 padding: 0;
}
#mainImage > div > div:nth-of-type(2) > div {
 width: 82.58%;
 margin: 0 0 30px auto;
 padding: 0;
}
#mainImage h2 {
  padding: 0;
  margin: 0;
}
#mainImage #topLead {
 margin: 50px 0 0 0;
 padding: 0;
}
#mainImage #topLead > div:first-of-type {
 margin: 0;
 padding: 0;
 width: 76.38%;
}
#mainImage #topLead > div:first-of-type > p:first-of-type {
 margin: 0;
 padding: 8px;
 font-size: 28px;
 line-height: 1;
 font-weight: 700;
 color: #fff;
 text-align: center;
 background: #464351;
}
#mainImage #topLead > div:first-of-type > p:first-of-type strong {
 font-size: 34px;
 line-height: 1;
 font-weight: 700;
}
#mainImage #topLead > div:first-of-type > p:nth-of-type(2) {
 margin: 30px 0 40px 0;
 padding: 0;
 font-weight: 700;
 color: #fff;
}
#mainImage #topLead > div:nth-of-type(2) {
 margin: 0 0 30px 0;
 padding: 0;
 width: 21.03%;
}
#mainImage > div img {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 750px){
	.main .container .breadcrumb,
	.main .container .contents {
		width: 96%;
		max-width: 96%;
		min-width: 96%;
		padding: 0;
		margin: 0 auto;
	}
	.main .container .breadcrumb {
		font-size: 14px;
		padding: 4px 10px 16px;
	}
  #mainImage {
    background-position:right top 0;                     /* 画像の表示位置を指定 */
    background-size: 80% auto;
  }
  #mainImage > div {
    max-width: 96%;
    padding: 0;
    margin: 0 auto;
  }
  #mainImage > div > div:first-of-type {
   position: absolute;
   left: 0;
   top: -10px;
   width: 60%;
   margin: 0;
   padding: 0;
  }
  #mainImage > div > div:nth-of-type(2) {
   width: 100%;
  }
  #mainImage > div > div:nth-of-type(2) > div {
   width: 40%;
   margin: 0 0 20px auto;
   padding: 36% 0 0 0;
  }
  #mainImage h2 {
    width: 100%;
    margin: 0 auto;
  }
  #mainImage #topLead {
   margin: 20px 0 0 0;
   padding: 0 0 15px 0;
  }
  #mainImage #topLead > div:first-of-type {
   width: 100%;
  }
  #mainImage #topLead > div:first-of-type > p:first-of-type {
   margin: 0;
   padding: 4px;
   font-size: 12px;
   line-height: 1.4;
  }
  #mainImage #topLead > div:first-of-type > p:first-of-type strong {
   font-size: 16px;
  }
  #mainImage #topLead > div:first-of-type > p:nth-of-type(2) {
   margin: 20px 0;
   font-size: 14px;
  line-height: 1.6;
  }
  #mainImage #topLead > div:nth-of-type(2) {
   margin: 0 auto;
   width: 100%;
  }
}

/* コンテンツ内イントロダクション */
#contWrap #introduce {
  margin: -150px 0 0 0;
  padding: 30px;
  background: #f9f5ec;
}
#contWrap #introduce > div {
  margin: 0;
  padding: 0;
  background: #fff;
}
#contWrap #introduce > div:nth-child(odd){
  flex-direction: row-reverse;
}
#contWrap #introduce > div > div {
  margin: 0;
  padding: 0;
  width: 50%;
}
#contWrap #introduce h3 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  color: #373345;
  margin: 0;
  padding: 30px 30px 10px 30px;
  display: flex;
	align-items: center;
}
#contWrap #introduce h3::before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	width: 30px;
	height: 6px;
	background-color: #464351;
}
#contWrap #introduce p {
  line-height: 2;
  margin: 0;
  padding: 30px;
}

@media screen and (max-width: 750px){
  #contWrap #introduce {
    margin: 0;
    padding: 15px;
  }
  #contWrap #introduce > div > div {
    width: 100%;
  }
  #contWrap #introduce h3 {
    font-size: 20px;
    padding: 20px 15px 10px 15px;
  }
  #contWrap #introduce h3::before {
    margin-right: 5px;
    width: 20px;
    height: 4px;
  }
  #contWrap #introduce p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding: 15px 15px 30px 15px;
  }
}

/* アルナについて */
#contWrap #aboutCompany {
  margin: 60px 0 0 0;
  padding: 0;
  text-align: center;
}
#contWrap #aboutCompany * {
  margin: 0;
  padding: 0;
}
#contWrap #aboutCompany h3 {
  color: #3d394b;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
  padding: 60px 0;
}
#contWrap #aboutCompany > div > div:first-of-type {
  width: 58.62%;
  text-align: left;
  line-height: 2;
}
#contWrap #aboutCompany > div > div p + p {
  margin: 30px 0 0 0;
}
#contWrap #aboutCompany > div > div:nth-of-type(2) {
  width: 34.48%;
}
@media screen and (max-width: 750px){
  #contWrap #aboutCompany {
    margin: 30px 0 0 0;
  }
  #contWrap #aboutCompany h3 {
    font-size: 22px;
    padding: 30px 0;
  }
  #contWrap #aboutCompany > div > div:first-of-type {
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
  }
  #contWrap #aboutCompany > div > div p + p {
    margin: 20px 0 0 0;
  }
  #contWrap #aboutCompany > div > div:nth-of-type(2) {
    width: 100%;
    margin: 20px 0 0 0;
  }
}