@charset "UTF-8";

.page_header{
	position: relative;
width: 100%;
  height: 0;
	top:120px;
  padding-top: calc(620 / 2123 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url("../img/page_header_pc.png") center center / cover no-repeat;
	z-index: -1000;
	margin-bottom: 110px;
}
.page_header h2{position: absolute;top:36%;left: 10%;font-size: 2.2em;}
.news_h3{font-size: 1.4em;border-bottom: solid 5px #DDEDF8;}
.syousai_h3{font-size: 1.8em;border-bottom: solid 5px #DDEDF8;}
.box-item03{background-color: #EBEEF3;}
.box-item03:hover{background-color: #D4ECEE;}

h3.cach_h3{margin-bottom: 3em;}

.news_wrapper {
 display: flex;
 margin: 3em auto;
 padding: 0 20px;
}

main {
 flex: 1;
 margin: 0 30px 0 80px;
}
aside {
width: 220px;
}
main ul li a{color: #000000;}
.sd-section__head {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    letter-spacing: 0rem;
    font-size: 1em;
}
.sd-section-list-btn__item {
    border-bottom: 1px solid #e0e0e0;
}
.sd-section-list-btn__link {
    position: relative;
    display: block;
    padding: 9px 20px 9px 40px;
    text-decoration: none;
    font-size: 1em;
	background-color: #f5f5f5;
}
.sd-section-list-btn__link:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 20px;
    width: 8px;
    height: 2px;
    background-color: #4193BB;
}

/* 横並び */

.flex {
  display: flex; /*横並び*/
margin:2% 0;
	padding-bottom: 2%;
	border-bottom: solid 1px #8B8B8B;
}

.flex .right {
  margin: 0 0 0 20px;
  padding: 0;
	width: 100%;
position: relative;
}
.flex .title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.4em;
}
.flex .text {
  margin: 10px 0 10px;
  padding: 0;
}
.flex .right img.more{
	width: 130px;
	position: absolute;
	bottom:10px;
	right:0;
}
.flex .text .news_cat{
	border: solid 1px #000000;
	padding: 0.2em 0.6em;
	font-size: 0.8em;
	margin-left: 3%;
	display: inline-block;
}
.flex .text .news_cat:hover{
	border: solid 1px #597aad;
}
/* 画像を天地中央表示 */

.flex .image {
	width: 200px;
  overflow: hidden;
  position: relative;
}

.flex .image img {
 display: block;
    height: 130px;
    object-fit: cover;
	object-position: center center;
    width: 100%;
}
.more_btn02 img{width:36%;}
p.text .news_cat{
	border: solid 1px #000000;
	padding: 0.2em 0.6em;
	font-size: 0.8em;
	margin-left: 3%;
	display: inline-block;
	margin-bottom: 2%;
}
.main_img img{width: 100%;heigt:auto;margin: 4% 0 4%;}
.main-copy p{margin: 0 0 5%;}
.mtb_3per{margin: 3% 0;}
.sd-section-list-btn .active{background-color:#edc3c6;}
.news_kiji p{margin-bottom:3em;}
@media screen and (max-width: 1200px) {

}


@media screen and (max-width: 560px) {

.page_header{
	position: relative;
width: 100%;
  height: 0;
	top:80px;
  padding-top: calc(620 / 2123 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url("../img/page_header_pc.png") center center / cover no-repeat;
	z-index: -1000;
	margin-bottom: 76px;
}
.page_header h2{position: absolute;top:30%;left: 2%;font-size: 1.5em;}
h3.cach_h3{margin-bottom: 2em;}
.company_h3{font-size: 1.2em;margin-bottom: 1em;}
.syousai_h3{font-size: 1.4em;border-bottom: solid 5px #DDEDF8;line-height: 1.4em;}
.news_wrapper {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  min-width: initial;
 }
.flex .right img.more{
	width: 100px;
	position: absolute;
	bottom:5px;
	right:0;
}
.flex .text .news_cat{
	border: solid 1px #000000;
	padding: 0.1em 0.4em;
	font-size: 0.7em;
	margin-left: 3%;
	display: inline-block;
}	
.flex .title {
  font-size: 1.04em;
  line-height:1.2em;
}
.flex .text {
  margin: 0.5em 0 0.2em;
font-size: 0.8em;
}
	
 main {
	 width: 90%;
  margin: 5% auto;
 }
 aside {
  width: 100%;
 }
.more_btn02 img{width:60%;margin: 2% 0;}
}
