@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#helo {
/*	height: 93vh;*/
	position: relative;
}
#helo .box1 h2 {
	position: absolute;
	left: 0px;
	top: 0px;
	writing-mode: vertical-rl;
	font-size: 26px;
	color: #fff;
	text-align: left;
	line-height: 1.6em;
	padding-top: 10vw;
	margin-left: 20vw;
	z-index: 99;
}
#helo .box2 h2 {
	position: absolute;
	right: 0px;
	top: 0px;
	writing-mode: vertical-rl;
	font-size: 26px;
	color: #000;
	text-align: left;
	line-height: 1.6em;
	padding-top: 10vw;
	margin-right: 20vw;
	z-index: 99;
}
#helo .box3 h2 {
	position: absolute;
	left: 0px;
	top: 0px;
	writing-mode: vertical-rl;
	font-size: 26px;
	color: #000;
	text-align: left;
	line-height: 1.6em;
	padding-top: 10vw;
	margin-left: 20vw;
	z-index: 99;
}
#helo #slider {
	position: relative;
	z-index: 1;
}
#helo #slider .box {
	background-position: center center;
	background-size: cover;
/*	height: 93vh;*/
	height: 687px;
}
#helo #slider .box1 {
	background-image: url("../images/pc/index/slide01.png");
	height: 687px;
}
#helo #slider .box2 {
	background-image: url("../images/pc/index/slide02.png");
	height: 687px;
}
#helo #slider .box3 {
	background-image: url("../images/pc/index/slide03.png");
	height: 687px;
}





#information {
	background-color: #EEECD6;
	width: 1000px;
	padding-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	margin-top: 100px;
	margin-bottom: 120px;
}
#information h2 {
	font-size: 22px;
	padding-top: 30px;
}
#information h3 {
	font-size: 25px;
	margin-top: 20px;
}
#information p {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #393939;
	margin-top: 20px;
	line-height: 1.5em;
}





#strong .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
#strong .flex figure {
	height: 37.676056338vw;
	width: 50%;
	background-image: url("../images/pc/index/strong_p.png");
	background-position: center top;
	background-size: cover;
}
#strong .flex .box {
	width: 50%;
	display: flex;
	justify-content: center;
}
#strong .flex .box div {
	width: 80%;
}
#strong .flex .box div h2 {
	font-size: 29px;
}
#strong .flex .box div h3 {
	font-size: 28px;
	margin-top: 30px;
	line-height: 1.5em;
}
#strong .flex .box div p {
	text-align: left;
	line-height: 1.8em;
	margin-top: 10px;
}





#point {
	margin-top: 80px;
}
#point h2 {
	font-size: 29px;
	margin-bottom: 55px;
}
#point .flex {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
#point .flex p {
	font-size: 21px;
	line-height: 1.3em;
	margin-top: 15px;
}
#point .btn a {
	display: block;
	width: 313px;
	height: 58px;
	line-height: 58px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	color: #000;
	border-radius: 100px;
	background-color: #F4F4F4;
	border: 1px solid #606060;
	text-decoration: none;
	margin-top: 55px;
}
#point .btn a span {
	font-size: 18px;
}





#items {
	background-image: url("../images/pc/index/product_bg.png");
	background-position: center center;
	background-size: cover;
	margin-top: 105px;
	padding-top: 90px;
	padding-bottom: 120px;
}
#items h2 {
	font-size: 25px;
	margin-bottom: 40px;
}
#items h3 {
	font-size: 29px;
}
#items h3.pt {
	padding-top: 50px;
}
#items .flex {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}
#items .flex div {
	width: 500px;
	margin-bottom: 70px;
}
#items .flex div h4 {
	font-size: 24px;
	margin-top: 22px;
	margin-bottom: 10px;
}
#items .flex div h4+p {
	color: #393939;
	text-align: left;
	margin-top: 5px;
}
#items .flex div .btn a {
	font-size: 17px;
	color: #000;
	text-decoration: none;
	border: 1px solid #757575;
	background-color: #F5F5F5;
	display: block;
	width: 133px;
	height: 37px;
	margin-left: auto;
	margin-right: auto;
	line-height: 37px;
	border-radius: 100px;
	margin-top: 20px;
	transition: 0.3s;
}
#items .flex div .btn a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
#items .flex2 {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}
#items .flex2 div {
	width: 347px;
	margin-bottom: 70px;
}
#items .flex2 div figcaption {
	font-size: 24px;
	margin-top: 22px;
	margin-bottom: 10px;
}
#items .pdf {
	background-color: rgba(255,255,255,0.50);
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
#items .pdf h4 {
	font-size: 24px;
	margin-bottom: 25px;
}
#items .pdf h4 span {
	font-size: 18px;
}
#items .pdf .flex3 {
	display: flex;
	justify-content: space-between;
	width: 813px;
	margin-left: auto;
	margin-right: auto;
}
#items .pdf .flex3 div .btn a {
	font-size: 17px;
	color: #000;
	text-decoration: none;
	border: 1px solid #757575;
	background-color: #F5F5F5;
	display: block;
	width: 133px;
	height: 37px;
	margin-left: auto;
	margin-right: auto;
	line-height: 37px;
	border-radius: 100px;
	margin-top: 20px;
	transition: 0.3s;
}
#items .pdf .flex3 div .btn a:hover {
	opacity: 0.7;
	transition: 0.3s;
}





#column {
	padding-top: 100px;
}
#column h2 {
	font-size: 29px;
	margin-bottom: 30px;
}
#column article {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 70px;
}
#column article .box {
	width: 521px;
	text-align: left;
	display: flex;
	margin-bottom: 35px;
	position: relative;
}
#column article .box figure {
	margin-right: 20px;
}
#column article .box time {
	font-size: 19px;
}
#column article .box p {
	font-size: 18px;
}
#column article .box a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 99;
}
#column article .box a:hover {
	background-color: rgba(255,255,255,0.30);
}
#column .btn a {
	font-size: 20px;
	color: #000;
	text-decoration: none;
	border: 1px solid #757575;
	background-color: #F5F5F5;
	display: block;
	width: 220px;
	height: 52px;
	margin-left: auto;
	margin-right: auto;
	line-height: 52px;
	border-radius: 100px;
	margin-top: 30px;
	transition: 0.3s;
}
#column .btn a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
/* =========================================================
   HELO
========================================================= */
#helo {
	height: 80.8vw; /* 606px */
	position: relative;
}

#helo .box1 h2 {
	position: absolute;
	left: 0;
	top: 0;
	writing-mode: vertical-rl;
	font-size: 4.5333vw; /* 34px */
	color: #fff;
	text-align: left;
	line-height: 1.6em;
	padding-top: 6.6667vw; /* 50px */
	margin-left: 10.6667vw; /* 80px */
	z-index: 99;
}
#helo .box2 h2 {
	position: absolute;
	right: 0;
	top: 0;
	writing-mode: vertical-rl;
	font-size: 4.5333vw; /* 34px */
	color: #000;
	text-align: left;
	line-height: 1.6em;
	padding-top: 6.6667vw; /* 50px */
	margin-right: 10.6667vw; /* 80px */
	z-index: 99;
}
#helo .box3 h2 {
	position: absolute;
	left: 0;
	top: 0;
	writing-mode: vertical-rl;
	font-size: 4.5333vw; /* 34px */
	color: #000;
	text-align: left;
	line-height: 1.6em;
	padding-top: 6.6667vw; /* 50px */
	margin-left: 10.6667vw; /* 80px */
	z-index: 99;
}
#helo #slider {
	position: relative;
	z-index: 1;
}

#helo #slider .box {
	background-position: center center;
	background-size: cover;
	height: 80.8vw; /* 606px */
}

#helo #slider .box1,
#helo #slider .box2 {
	height: 80.8vw; /* 606px */
}

#helo #slider .box1 {
	background-image: url("../images/sp/index/slide01.png");
}
#helo #slider .box2 {
	background-image: url("../images/sp/index/slide02.png");
}
#helo #slider .box3 {
	background-image: url("../images/sp/index/slide03.png");
}
.slick-dots {
    bottom: -10vw!important;
}

/* =========================================================
   INFORMATION
========================================================= */
#information {
	background-color: #EEECD6;
	width: 89.3333vw; /* 670px */
	padding-bottom: 4vw; /* 30px */
	margin-left: auto;
	margin-right: auto;
	border-radius: 1.3333vw; /* 10px */
	margin-top: 15.6667vw; /* 80px */
	margin-bottom: 9.3333vw; /* 70px */
}

#information h2 {
	font-size: 4vw; /* 30px */
	padding-top: 4vw; /* 30px */
}

#information h3 {
	font-size: 4.2667vw; /* 32px */
	margin-top: 1.3333vw; /* 10px */
}

#information p {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #393939;
	margin-top: 2.6667vw; /* 20px */
	line-height: 1.5em;
	font-size: 3.3333vw; /* 25px */
}

/* =========================================================
   STRONG
========================================================= */
#strong h2 {
	font-size: 6vw; /* 45px */
	margin-bottom: 4.6667vw; /* 35px */
}

#strong .flex {
	display: flex;
	flex-direction: column-reverse;
}

#strong .flex figure {
	height: 58.1333vw; /* 436px */
	width: 100%;
	background-image: url("../images/pc/index/strong_p.png");
	background-position: center top;
	background-size: cover;
}

#strong .flex .box div h3 {
	font-size: 5.0667vw; /* 38px */
	margin-top: 4vw; /* 30px */
	line-height: 1.5em;
}

#strong .flex .box div p {
	text-align: left;
	line-height: 1.8em;
	margin-top: 2.6667vw; /* 20px */
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 3.8667vw; /* 29px */
}

/* =========================================================
   POINT
========================================================= */
#point {
	margin-top: 10.6667vw; /* 80px */
}

#point h2 {
	font-size: 6vw; /* 45px */
	margin-bottom: 4vw; /* 30px */
	line-height: 1.2em;
}

#point .flex {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

#point .flex figure img {
	width: 100%;
}

#point .flex p {
	font-size: 5.0667vw; /* 38px */
	line-height: 1.3em;
	margin-top: 2vw; /* 15px */
	margin-bottom: 5.3333vw; /* 40px */
}

#point .btn a {
	display: block;
	width: 69.3333vw; /* 520px */
	height: 12vw; /* 90px */
	line-height: 12vw;
	margin-left: auto;
	margin-right: auto;
	font-size: 5.0667vw; /* 38px */
	color: #000;
	border-radius: 13.3333vw; /* 100px */
	background-color: #F4F4F4;
	border: 1px solid #606060;
	text-decoration: none;
	margin-top: 7.3333vw; /* 55px */
}

#point .btn a span {
	font-size: 4.1333vw; /* 31px */
}

/* =========================================================
   ITEMS
========================================================= */
#items {
	background-image: url("../images/pc/index/product_bg.png");
	background-position: center center;
	background-size: cover;
	margin-top: 12vw; /* 90px */
	padding-top: 8vw; /* 60px */
	padding-bottom: 16vw; /* 120px */
}

#items h2 {
	font-size: 6vw; /* 45px */
	margin-bottom: 8vw; /* 60px */
}

#items h3 {
	font-size: 5.7333vw; /* 43px */
}

#items h3.pt {
	padding-top: 6.6667vw; /* 50px */
}

#items .flex {
	margin-left: 5vw;
	margin-right: 5vw;
	margin-top: 6.6667vw; /* 50px */
}

#items .flex figure {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#items .flex div {
	margin-bottom: 9.3333vw; /* 70px */
}

#items .flex div h4 {
	font-size: 5.3333vw; /* 40px */
	margin-top: 2.9333vw; /* 22px */
	margin-bottom: 1.3333vw; /* 10px */
}

#items .flex div h4 + p {
	color: #393939;
	text-align: left;
	margin-top: 0.6667vw; /* 5px */
	font-size: 3.6vw; /* 27px */
}

#items .flex div .btn a {
	font-size: 4.6667vw; /* 35px */
	color: #000;
	text-decoration: none;
	border: 1px solid #757575;
	background-color: #F5F5F5;
	display: block;
	width: 38.6667vw; /* 290px */
	height: 9.3333vw; /* 70px */
	line-height: 9.3333vw;
	margin-left: auto;
	margin-right: auto;
	border-radius: 2.6667vw; /* 20px */
	margin-top: 2.6667vw; /* 20px */
	transition: 0.3s;
}

#items .flex2 {
	margin-left: 5vw;
	margin-right: 5vw;
	margin-top: 6.6667vw;
}

#items .flex2 div {
	margin-bottom: 9.3333vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#items .flex2 div:nth-child(odd) {
	flex-direction: row-reverse;
}

#items .flex2 div figcaption {
	font-size: 5.3333vw; /* 40px */
	margin-top: 2.9333vw; /* 22px */
	margin-bottom: 1.3333vw; /* 10px */
	text-align: center;
	display: block;
	width: 50%;
}

/* PDF BOX */
#items .pdf {
	background-color: rgba(255,255,255,0.50);
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8vw; /* 60px */
	padding-bottom: 8vw;
}

#items .pdf h4 {
	font-size: 6vw; /* 45px */
	margin-bottom: 4vw; /* 30px */
}

#items .pdf h4 span {
	font-size: 5.3333vw; /* 40px */
	display: block;
}

#items .pdf .flex3 div .btn a {
	font-size: 4.6667vw; /* 35px */
	color: #000;
	text-decoration: none;
	border: 1px solid #757575;
	background-color: #F5F5F5;
	display: block;
	width: 38.6667vw; /* 290px */
	height: 9.3333vw;
	margin-left: auto;
	margin-right: auto;
	line-height: 9.3333vw;
	border-radius: 2.6667vw;
	margin-top: 2.6667vw;
	transition: 0.3s;
}

#items .pdf .flex3 div + div {
	margin-top: 2.6667vw; /* 20px */
}

/* =========================================================
   COLUMN
========================================================= */
#column {
	padding-top: 10.6667vw; /* 80px */
}

#column h2 {
	font-size: 6vw; /* 45px */
	margin-bottom: 4vw; /* 30px */
}

#column h2 + p {
	font-size: 4vw; /* 30px */
	text-align: left;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#column article {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6.6667vw; /* 50px */
}

#column article .box {
	text-align: left;
	display: flex;
	justify-content: space-between;
	margin-bottom: 4.6667vw; /* 35px */
	position: relative;
}

#column article .box figure {
	width: 42.1333vw; /* 316px */
}

#column article .box figure img {
	width: 100%;
	height: 29.3333vw; /* 220px */
	object-fit: cover;
}

#column article .box div {
	width: 40.4667vw; /* 326px */
}

#column article .box time {
	font-size: 3.8667vw; /* 29px */
}

#column article .box p {
	font-size: 3.8667vw; /* 29px */
}

#column article .box a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}

#column .btn a {
	display: block;
	width: 69.3333vw; /* 520px */
	height: 12vw; /* 90px */
	line-height: 12vw;
	margin-left: auto;
	margin-right: auto;
	font-size: 5.0667vw;
	color: #000;
	border-radius: 13.3333vw;
	background-color: #F4F4F4;
	border: 1px solid #606060;
	text-decoration: none;
	margin-top: 7.3333vw;
}

}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}