@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */
.header{
    padding: 0 0 320px 0;
    margin: 0 0 100px 0;
}
.header > div:nth-child(1){
    position: relative;
}
.gradation{
	position: absolute;
	bottom: 0;
	left: 0;
    width: 100%;
    height: 30vw;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 34%, rgba(255, 255, 255, 0) 100%);
}
.catch{
    position: absolute;
    top: 3%;
    left: 40%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 200%;
    letter-spacing: 0;
}
.intro{
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    line-height: 150%;
    width: 100%;
    color: #009245;
}
.intro span{
    font-size: 20px;
}
.forPC{
    display: none;
}
.imageBlock1{
    position: relative;
}
.imageBlock1 > div{
    position: absolute;
    top: 60%;
    left: 20%;
}
.slideBlock1{
    position: relative;
}
.slideBlock1 > div:nth-child(2){
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
}
.slideBlock1 > div:nth-child(2) img{
    width: 100%;
}
.productsContent{
    position: relative;
}
.productsContent .imageBox{
    position: absolute;
    top: -180px;
    text-align: center;
    width: 100%;
}
.productsContent h2{
    margin: 0 0 0 0;
}
.slideBlock2{
    position: relative;
}
.slideBlock2 > div:nth-child(3){
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 181, 115, 0.39);
}
.slideBlock2 > div:nth-child(4){
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
}
.slideBlock2 > div:nth-child(5){
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
}
.slideBlock2 > div:nth-child(5) img{
    width: 100%;
}
.companyContent{
    max-width: 717px;
    width: 95%;
    margin: 100px auto;
}
.companyContent h2{
    margin: 50px 0 0 0;
}
.content .item > div{
    display: inline-block;
    vertical-align: bottom;
}
.content .item p{
    margin: 0;
}
.content .item .textBox1{
    width: 100%;
}
.content .item .textBox2{
    width: 100%;
    text-align: right;
}
.content .item .textBox2 .linkButton{
    background: #F29800;
    font-size: 16px;
    border-radius: 9px;
    width: 8em;
}

.itemList > div{
    position: relative;
    display: inline-block;
    box-sizing: content-box;
    background: #0071BC;
    width: 100%;
    margin: 10px 0;
    height: 150px;
    vertical-align: top;
}
.itemList p{
    font-size: 21px;
	font-weight: bold;
	color: #fff;
    margin: 1em 1em;
    clear: both;
}
.itemList .boxLabel{
    position: absolute;
    top:20%;
    left: 0;
}
.itemList a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
}
.itemList a:hover{
    background: rgba(255,255,255,0.3);
}
.bx-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
    border: none;
    margin: 0;
}
.newsBlock .linkButton{
    background: #F29800;
    font-size: 16px;
    border-radius: 9px;
    width: 12em;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only print {
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only print {
.header{
    padding: 0;
    margin: 0 0 100px 0;
}
.gradation{
    height: 46%;
}
.catch{
    top: 13%;
    left: 40%;
    font-size: 35px;
    letter-spacing: 0.1em;
}
.intro{
    font-size: 20px;
}
.forPC{
    display: block;
}
.forSP{
    display: none;
}
.intro span{
    font-size: 30px;
}
.itemList > div{
    width: calc(96% / 2);
    margin: 10px 1%;
    height: 150px;
}
.content .item .textBox1{
    width: 60%;
}
.content .item .textBox2{
    width: 40%;
    text-align: center;
}
.content .item .textBox2 .linkButton{
    font-size: 20px;
}
.productsContent .imageBox{
    top: -350px;
}
.productsContent h2{
    margin: 100px 0 0 0;
}
.companyContent h2{
    margin: 200px 0 0 0;
}
.companyContent{
    width: 56%;
}
.newsBlock .linkButton{
    font-size: 20px;
}
}