@charset "utf-8";

/* ****************************************************
Title: index.css
---------------------------------------------------------------------------- */
.sec00 img:hover {
opacity: 0.7

}

img{
  max-width: 100%;
}

h2.topTitle{text-align: center; font-size: 170%; margin-bottom: 50px; font-weight: 600;}

h2.topTitle span{display: block;}

h2.topTitle span.ja{font-size: 75%; font-weight: 500;}

/* =============================
 .section1
==============================*/
.sec01 {
  background-color: #FAFAFA;
  padding: 30px 80px;
  width: 900px;
  margin: 0 auto 40px;
  box-sizing: border-box;
}

/*.sec01 .blogwrap {
  width: 480px;
}*/

.sec01 .blogwrap h2{
  margin-bottom: 20px;
}

.sec01 .blogwrap .more_btn a {
  padding: 5px 30px;
  color: #fff;
  text-decoration:none;
  background:#222;
  font-weight: 100;
  letter-spacing: 0.05em;
}

.sec01 .blogwrap h2 .more_btn a:hover {
	background-color: #333;
}

.sec01 .blogwrap h2 .blogtitle .en {
  font-size: 250%;
  font-weight: 100;
  margin-right: 1em;
}

.sec01 .blogwrap h2 .blogtitle .ja {
  font-size: 150%;
}

.sec01 .blogwrap h2 .more_btn a i {
  margin-left: 15px;
  font-size: 80%;
}

.sec01 .blogwrap .bloglist li {
  font-size: 90%;
  margin-bottom: 10px;
}

.sec01 .blogwrap .bloglist li .data {
  margin-right: 15px;
}

.sec01 .blogwrap .bloglist li a {
  color:#000;
  text-decoration: none;
}

.sec01 .blogwrap .bloglist li a:hover {
	color: #333;
	text-decoration: underline;
}

.sec01 h2.flex{
  align-items: center;
}


/* =============================
 .section2
==============================*/

.sec02 .business{margin-bottom: 40px;}
.sec02 .business .bdes_wrap {
	margin-bottom: 30px;
}
.sec02 .business .bdes_wrap .txt_area {
	width: 55%;
	box-sizing: border-box;
	position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.sec02 .business .bdes_wrap .txt_area .txt_des {
	margin-bottom: 15px;
}
.sec02 .business .bdes_wrap .txt_area .txt_des h1 {
	font-size: 130%;
	margin-bottom: 30px;
	line-height: 1;
	font-weight: 600;
}
.sec02 .business .bdes_wrap .txt_area .txt_des .cate_txt {
	font-size: 100%;
}
.sec02 .business .bdes_wrap .txt_area .txt_des .cate_cc,
.sec02 .business .bdes_wrap .txt_area .txt_des .cate_img{
	margin-bottom: 30px;
	font-size: 200%;
	line-height: 1;
	font-weight: 100;
}
.sec02 .business .bdes_wrap .txt_area .txt_des .cate_cc{
	font-size: 150%;
line-height: 1;
font-weight: 600;
}
.sec02 .business .bdes_wrap .txt_area .bs_more_btn{
	text-align: right;
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: absolute;
	bottom: 0;
  right: 0;
  background:#222;
}

.sec02 .business .bdes_wrap .txt_area .bs_more_btn a{
	display: block;
	color: #fff;
	font-size: 90%;
	text-decoration:none;
  padding-right: 1em;
	width: 100%;
	box-sizing: border-box;
}

.sec02 .business .bdes_wrap .txt_area .bs_more_btn a:hover {
	background:#444;
}
.sec02 .business .bdes_wrap .txt_area .bs_more_btn a i{
	margin-left: 7px;
  vertical-align: middle;
}
.sec02 .business .bdes_wrap .bs_img {
	width: 45%;
	box-sizing: border-box;
}
.sec02 .business .bdes_wrap .bs_img img {
	width: 100%;
}

.sec02 .business .bdes1 .txt_area{
	background:#f6f6f6; /*#09204D*/
	color: #222;
}

.sec02 .business .bdes2 .txt_area{
	background:#E3DDC6;
	color: #222;
}

.sec02 .business .bdes3 .txt_area{
	background:#998E73;
	color: #fff
}

/* =============================
 .section3
==============================*/
.sec03 {margin-bottom: 60px;}


.sec03 .bs li{box-sizing: border-box; width: 30%; background:#2B2B2B;}

.sec03 .bs li a{text-decoration: none;}
.sec03 .bs li a:hover {opacity: 0.7;}
.sec03 .bs li a img {}
.sec03 .bs li span {display: block; text-align: center; color: #fff;}
.sec03 .bs li .en {font-size: 95%;line-height: 1; font-weight: 100;letter-spacing: 0.05em;}
.sec03 .bs li .ja {font-size: 100%; font-weight: 600; padding: 20px 0;}


/* =============================
 .section4
==============================*/
.sec04{
	padding: 45px 0;
	margin-bottom: 115px;
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.sec04 .build dl {
	color: #fff;
}

.sec04 .build dl dt {
	margin-bottom: 50px;
}

.sec04 .build dl dd .cc {
	font-size: 150%;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
}

.sec04 .build dl dd .company_name {
color:#f7afb5;
font-size: 150%
}

.sec04 .build dl dd .build_btn a {
	color: #fff;
	text-decoration: none;
	background: #000;
	font-size: 70%;
	width: 280px;
	box-sizing: border-box;
	padding: 5px 20px 5px 0;
	display: block;
	margin: 0 auto;
}

.sec04 .build dl dd .build_btn a i {
	padding-top: 4px;
}

.sec04 .build dl dd .build_btn a:hover {
	background: #333;
}
.col5{
  width: 49%;
}

.sec04 .flex{
  justify-content: space-between;
  align-items: center;
}

/* =============================
 .section5
==============================*/
.sec05{
	margin-bottom: 115px;}

.sec05 h2 {text-align: center; margin-bottom: 50px;}

.sec05 h2 span {display: block;}
.sec05 h2 .en {font-size: 165%; font-weight: 100; line-height: 1.2;letter-spacing:0.02em;}
.sec05 h2 .ja {font-size: 100%;}

.sec05 ul li {width: 25%;}



.textbox{font-size: 90%;}

.textbox span{
  font-size: 150%;
  font-weight: 600;
  display: block;
}


@media screen and (max-width: 740px) {
#pagebody {}
/* sec01 */
.sec00,
.sec01{width: 95%; padding: 10px;}
.sec01 .bloglistwrap {width: 100%;}
.sec01 .blogwrap {width: 100%;}
.sec01 .blogwrap ul {
padding: 0 10px;
box-sizing: border-box;
}
.sec01 .blogwrap h2 .blogtitle .en {
  font-size: 200%;
}
.sec01 .info_blog{ margin-bottom: 30px;}
.sec01 .blogwrap .more_btn a{display: block;
box-sizing: border-box;
text-align: center;}
.sec01 .blogwrap .more_btn a i {
float: right;
padding-top: 5px;
}
/*sec02 */
#pagebody .sec02 {
	width: 95%;
}
.sec02 .business{
	width: 100%;
}
.sec02 .business .bdes_wrap .txt_area {
width: 100%;
}
.sec02 .business .bdes_wrap .bs_img{
width: 100%;
}

.sec02 .business .bdes_wrap .txt_area .txt_des {
padding: 30px 10px 45px;
box-sizing: border-box;
}
.sec02 .business .bdes1,
.sec02 .business .bdes3 {
flex-direction: column-reverse;
}

.sec02 .business .bdes_wrap .txt_area .txt_des .cate_img {
width: 90%;
margin: 0 auto 30px;
}

.sec02 .business .bdes3 .txt_area .txt_des .cate_img img {
width: 100%;
}


/* sec03 */
#pagebody .sec03 ul.bs {
	width: 95%;
}

.sec03 .bs li {
width: 100%;
margin-bottom: 20px;
height: auto;
}
  


/* sec04 */
.sec04 {
padding: 45px 10px;
box-sizing: border-box;
}

  .sec04 .flex {
  margin-bottom: 40px;
}

.sec04 .flex.spblock{
  display: block;
}
  
.sec04 .flex.spblock .col5{
  width: 100%;
  margin-bottom: 20px;
}
  
/* sec05 */
.sec05{
margin-bottom: 65px;
}
.sec05 ul li {
width: 24%;
margin: 0 5px;
}
.sec05 ul li img {
width: 100% !important;
}
  


}











