@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:400,700);


.btn-more{
  text-align:center;
  margin:10px auto;
  display: block;
  overflow: hidden;
  text-decoration: none;
  width: 240px;
  height: 48px;
  font-weight: normal;
  font-size: 16px;
  line-height: 48px;
  letter-spacing: 0;
  color: #000;
  position: relative;
  
}
.btn-more:before,.btn-more:after{
  content: '';
  position: absolute;
  background: #000;
}
.btn-more:before {
  top: 24px;
  right: 20px;
  height: 1px;
  width: 58px;
}
.btn-more:after {
  top: 20px;
  right: 20px;
  height: 1px;
  width: 10px;
  transform: rotate(45deg);
}
.more{
	color: #fff;
	background-color: #000;
	padding:2px 2px;
}



Resources









h2{
position: relative;
display: inline-block;
padding: 0 45px;
}

h2:before, h2:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 44px;
height: 4px;
border-radius: 10px;
background-color: black;
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}

h2:before {left:0;
	-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(60deg);

}
h2:after {right: 0;}







.my-parts {
	display: inline-block;
	font-size: 16px;
	padding: .8em 1.6em .4em .8em;
	position: relative;
	color: #fff;
	z-index: 1;
}
.my-parts::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #01579B;
	transform: scaleY(1.3) perspective(.6em) rotateX(5deg);
	transform-origin: bottom left;
	border-radius: 8px 8px 0 0;
}



/*.container {
  background-color: #e6e6e6;
  padding: 100px 0;
  overflow: hidden; }
 
.shapContainer01 {
  width: 300px;
  height: 300px;
  margin: 0 auto 100px;
  background-color: blue;
  position: relative; }
  .shapContainer01::before {
    content: '';
    border-top: solid 300px blue;
    border-right: solid 150px transparent;
    border-bottom: solid 0px transparent;
    border-left: solid 300px blue;
    position: absolute;
    left: 0;
    top: 0; }
 
.shapContainer02 {
  width: 300px;
  height: 300px;
  margin: 0 auto 100px;
  background-color: blue;
  position: relative; }
  .shapContainer02::before {
    content: '';
    border-top: solid 0px transparent;
    border-right: solid 150px transparent;
    border-bottom: solid 300px blue;
    border-left: solid 300px blue;
    position: absolute;
    left: 0;
    top: 0; }
 
.shapContainer03 {
  width: 600px;
  height: 300px;
  margin: 0 auto 100px;
  background-color: blue;
  position: relative; 
  z-index: 1;}
  .shapContainer03::before {
    content: '';
    border-top: solid 0px transparent;
    border-right: solid 600px blue;
    border-bottom: solid 600px blue;
    border-left: solid 150px transparent;
    position: absolute;
    right: 0;
    top: 0; 
    z-index: -1;}
 
.shapContainer04 {
  width: 300px;
  height: 300px;
  margin: 0 auto 100px;
  background-color: blue;
  position: relative; }
  .shapContainer04::before {
    content: '';
    border-top: solid 300px blue;
    border-right: solid 300px blue;
    border-bottom: solid 0px transparent;
    border-left: solid 150px transparent;
    position: absolute;
    right: 0;
    top: 0; }*/
    
    
    
    /* 共通スタイル
-----------------------------------------*/
.slanted {
  padding: 220px 0;
  position: relative;
  background: #eee;
  margin: 0 auto 120px;
}

.slanted:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.slanted:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

/* 右下斜め方向
-----------------------------------------*/
.type1:before {
  border-width: 0 100vw 100px 0;
  border-color: transparent #fff transparent transparent;
}
.type1:after {
  border-width: 100px 0 0 100vw;
  border-color: transparent transparent transparent #fff;
}

/* 左下斜め方向
-----------------------------------------*/
.type2:before {
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent transparent #fff;
}
.type2:after {
  border-width: 100px 100vw 0 0;
  border-color: transparent #fff transparent transparent;
}

/* 右が上辺の台形
-----------------------------------------*/
.type3:before {
  border-width: 0 100vw 100px 0;
  border-color: transparent #fff transparent transparent;
}
.type3:after {
  border-width: 100px 100vw 0 0;
  border-color: transparent #fff transparent transparent;
}

/* 左が上辺の台形
-----------------------------------------*/
.type4:before {
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent transparent #fff;
}
.type4:after {
  border-width: 100px 0 0 100vw;
  border-color: transparent transparent transparent #fff;
}



.section1{ 
  /*padding-bottom: calc(10vw + 10px);  */
    margin: 0 auto 100px;
    border-width:800px;
    width:100%;
    position: relative;
    overflow: hidden;
    background-color:#E5E5E5;}  /* .section1の背景 */ 
.section1::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 550px solid transparent;  /* 三角を白にする */ 
  border-left: 275px solid #ffffff;
}
 
 
 
 
 container {
  background-color: #ffffff;
  padding: 100px 0; }
 
.itemImg01 {
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto 100px;
  position: relative; 
  width: 100%; 
  background-color: #000000;
  }
  .itemImg01::before {
    content: '';
    border-top: solid 550px transparent;
    border-right: solid 275px #e6e6e6;
    position: absolute;
    right: 0;
    top: 0; }
  .itemImg01 img {
    max-width: 100%;
    width: 100%; }
 
.itemImg02 {
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto 100px;
  position: relative; }
  .itemImg02::before {
    content: '';
    border-right: solid 275px #e6e6e6;
    border-bottom: solid 550px transparent;
    position: absolute;
    right: 0;
    bottom: 0; }
  .itemImg02 img {
    max-width: 100%;
    width: 100%; }
 
.itemImg03 {
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto 100px;
  position: relative; }
  .itemImg03::before {
    content: '';
    border-bottom: solid 550px transparent;
    border-left: solid 275px #e6e6e6;
    position: absolute;
    left: 0;
    bottom: 0; }
  .itemImg03 img {
    max-width: 100%;
    width: 100%; }
 
.itemImg04 {
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto 100px;
  position: relative; }
  .itemImg04::before {
    content: '';
    border-top: solid 550px transparent;
    border-left: solid 275px #e6e6e6;
    position: absolute;
    left: 0;
    top: 0; }
  .itemImg04 img {
    max-width: 100%;
    width: 100%; }
 
 