@charset "utf-8";
/***************************************************************************************************
	page_ecsite.css
***************************************************************************************************/
/*
*/
#page_ecsite {
  width:100%;
  padding:100px 0 0 0;
  overflow: hidden;
}
#page_ecsite > section {
  width:100%;
  background-image: url('../images/bk_tex_1.jpg');
	background-position: 50% 0;
	background-size: 1460px auto;
  background-repeat: repeat;
}
#page_ecsite > section::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 400px;
	left:0;
	top:-100px;

	background-image: url('../images/bk_tex_1.jpg');
	background-position: 50% 0;
	background-size: 1460px auto;
  background-repeat: repeat;

	mask-image: url('../images/bk_mask_1.png');
  mask-repeat: repeat-x;
  mask-position: 50% 0;
  mask-size: 1460px auto;
	-webkit-mask-image: url('../images/bk_mask_1.png');
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: 50% 0;
  -webkit-mask-size: 1460px auto;
}
/*
*/
#page_ecsite .blk_1 {
  width:100%;
  max-width: var(--max_wid_1);
  margin: auto;
  padding:20px 0 0 0;
}
/*  */
#page_ecsite .blk_1_1 {
  width:var(--tgt_wid_1);
  margin: auto;
}
#page_ecsite .blk_1_1 h2 {
  text-align: center;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color:#ffffff;
}
/*  */
#page_ecsite .blk_1_2 {
  width:var(--tgt_wid_1);
  margin: auto;
	padding:100px 0 0 0;
	text-align: center;
}
#page_ecsite .blk_1_2 h3 {
	display: inline-block;
	background-color: #ffffff;
	border-radius: 50px;
	padding:12px 20px 10px 20px;
	width: 490px;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color:var(--col_2);
}
#page_ecsite .blk_1_2 h3::after {
	position:absolute;
	content:'';
	display: block;
	left: 50%;
	top:100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #ffffff transparent transparent transparent;
	transform: translateX(-50%);
}
#page_ecsite .blk_1_2 p:nth-of-type(1) {
	padding:45px 0 0 0;
	font-size: 32px;
	line-height: 1.5;
	font-weight: 700;
	color:#ffffff;
}
#page_ecsite .blk_1_2 p:nth-of-type(2) {
	padding:40px 0 0 0;
	font-size: 16px;
	line-height: 1.75;
	color:#ffffff;
	text-align: left;
}
#page_ecsite .blk_1_2 p:nth-of-type(3) {
	padding:20px 0 60px 0;
	font-size: 12px;
	line-height: 1.75;
	color:#ffffff;
	text-align: left;
}
/*
*/
#page_ecsite .blk_2 {
  width:100%;
  max-width: var(--max_wid_1);
  margin: auto;
	padding:0 0 100px 0;
}
#page_ecsite .blk_2 > section {
  width:var(--tgt_wid_1);
  margin: auto;
	padding:0 0 6% 0;
}
#page_ecsite .blk_2 > section h4 {
	text-align: center;
	background-color: #ffffff;
	border-radius: 30px;
	padding:18px 20px 16px 20px;
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	color:var(--col_2);
}
#page_ecsite .blk_2 > section dl {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
#page_ecsite .blk_2 > section dl > div {
	display: table;
	width:48%;
}
#page_ecsite .blk_2 > section dl > div dt {
	display: table-row;
}
#page_ecsite .blk_2 > section dl > div dt span {
	display:table-cell;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color:#ffffff;
	height: 1%;
}
#page_ecsite .blk_2 > section dl > div dd {
	display: table-row;
}
#page_ecsite .blk_2 > section dl > div dd div {
	display: table-cell;
	padding:15px 0 0 0;
}
#page_ecsite .blk_2 > section dl > div dd div::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	padding:56% 0 0 0;
	left:0;
	top:100%;
	background-image: url('../images/ecsite_img_1.jpg');
	background-position: 50% 50%;
	background-size: cover;
	transform:translateY(-100%);
	border-radius: 20px;
}
#page_ecsite .blk_2 > section dl > div:nth-of-type(2) dd div::after {
	background-image: url('../images/ecsite_img_2.jpg');
}
#page_ecsite .blk_2 > section dl > div dd div > p:nth-of-type(1) {
	color:#ffffff;
	font-size: 17px;
	line-height: 1.75;
	font-weight: 700;
}
#page_ecsite .blk_2 > section dl > div dd div > p:nth-of-type(1)::after {
	display: block;
	content: '';
	width: 100%;
	padding:56% 0 0 0;
	margin-top:15px;
}
#page_ecsite .blk_2 > section dl > div dd div > p:nth-of-type(2) {
	position: absolute;
	left:0;
	top:100%;
	color:#ffffff;
	font-size: 14px;
	line-height: 2;
	padding:15px 0 0 0;
}
/*
*/
#page_ecsite .blk_3 {
  width:100%;
  max-width: var(--max_wid_1);
  margin: auto;
	padding:0 0 200px 0;
}
/*  */
#page_ecsite .blk_3 .rep_1 {
  width:var(--tgt_wid_1);
  margin: auto;
	padding:0 0 60px 0;
}
#page_ecsite .blk_3 .rep_1 h3 {
	width:100%;
	height: auto;
	padding: 17px 40px 12px 40px;
	border-radius: 29px;
	background-color: #ffffff;
	margin-bottom: 50px;
  text-align: center;
}
#page_ecsite .blk_3 .rep_1.nm_tgt_psa h3 {
	opacity: 0;
	transform:scale(.9);
}
#page_ecsite .blk_3 .rep_1.nm_tgt_psa.psa_show h3 {
	animation:kf_psa_1 .4s cubic-bezier(0.215, 0.610, 0.355, 1.000) .1s 1 normal both;
}
#page_ecsite .blk_3 .rep_1 h3 span {
  display: inline-block;
	font-size:24px;
	line-height: 1.25;
	font-weight: 700;
	color:var(--col_1);
  text-align: left;
}
#page_ecsite .blk_3 .rep_1 ul {
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
}
#page_ecsite .blk_3 .rep_1 ul li {
	display: block;
	width:31%;
	margin-bottom: 3.5%;
}
#page_ecsite .blk_3 .rep_1 ul li > a {
	display: table;
	width: 100%;
	height: 100%;
}
#page_ecsite .blk_3 .rep_1 ul li > a > div:nth-of-type(1) {
	display: table-row;
}
#page_ecsite .blk_3 .rep_1 ul li > a > div:nth-of-type(1) > div {
	display: table-cell;
	height: 10%;
}
#page_ecsite .blk_3 .rep_1 ul li > a > div:nth-of-type(1) > div > p {
	display: block;
	padding:55.8% 0 0 0;
	overflow: hidden;
	border-radius: 20px;
}
#page_ecsite .blk_3 .rep_1 ul li > a > div:nth-of-type(1) > div > p img {
	position: absolute;
	display: block;
	width:100%;
	height: 100%;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	object-fit: cover;
}
#page_ecsite .blk_3 .rep_1 ul li > a > div:nth-of-type(2) {
	display: table-row;
}
#page_ecsite .blk_3 .rep_1 ul li > a > div:nth-of-type(2) > div {
	display: table-cell;
	height: 90%;
	padding: 0 7%;
}
#page_ecsite .blk_3 .rep_1 ul li > a > div:nth-of-type(2) > div > div {
	display: block;
	height: 100%;
	border: 1px solid #ffffff;
	border-top-width: 0;
	border-radius: 0 0 20px 20px;
	padding: 25px 10% 35px 10%;
	transition: background-color .2s ease-out 0s;
}
#page_ecsite .blk_3 .rep_1 ul li > a.nm_hover > div:nth-of-type(2) > div > div {
	background-color: #76c7db;
}
#page_ecsite .blk_3 .rep_1 ul li > a > div:nth-of-type(2) > div > div p:nth-of-type(1) {
	color:var(--col_1);
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	padding:5px 20px 3px 20px;
	border-radius: 15px;
	display: inline-block;
	background-color: #ffffff;
}
#page_ecsite .blk_3 .rep_1 ul li > a > div:nth-of-type(2) > div > div p:nth-of-type(2) {
	color:#ffffff;
	font-size: 16px;
	line-height: 1.75;
	font-weight: 700;
	padding:15px 0 0 0;
}
/***************************************************************************************************
  responsive
***************************************************************************************************/

@media screen and (max-width: 1000px) {
/*
*/
#page_ecsite {
  padding:100px 0 0 0;
}
#page_ecsite > section::before {
	height: 400px;
	top:-50px;
  mask-size: 400px auto;
  -webkit-mask-size: 400px auto;
}
/*
*/
#page_ecsite .blk_1 {
  max-width: var(--max_wid_2);
  padding:10px 0 0 0;
}
/*  */
#page_ecsite .blk_1_1 {
  width:var(--tgt_wid_2);
}
#page_ecsite .blk_1_1 h2 {
  font-size: 22px;
}
/*  */
#page_ecsite .blk_1_2 {
  width:var(--tgt_wid_2);
	padding:30px 0 0 0;
	text-align: center;
}
#page_ecsite .blk_1_2 h3 {
	border-radius: 50px;
	padding:8px 10px 6px 10px;
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
}
#page_ecsite .blk_1_2 p:nth-of-type(1) {
	padding:30px 0 0 0;
	font-size: 18px;
	line-height: 1.5;
	text-align: left;
}
#page_ecsite .blk_1_2 p:nth-of-type(1) br {
	display:none;
}
#page_ecsite .blk_1_2 p:nth-of-type(2) {
	padding:20px 0 0 0;
	font-size: 14px;
}
#page_ecsite .blk_1_2 p:nth-of-type(3) {
	padding:20px 0 30px 0;
	font-size: 10px;
}
/*
*/
#page_ecsite .blk_2 {
  max-width: var(--max_wid_2);
	padding:0 0 40px 0;
}
#page_ecsite .blk_2 > section {
  width:var(--tgt_wid_2);
  margin: auto;
	padding:0 0 6% 0;
}
#page_ecsite .blk_2 > section h4 {
	border-radius: 30px;
	padding:12px 20px 10px 20px;
	font-size: 20px;
	color:var(--col_2);
}
#page_ecsite .blk_2 > section dl {
	display: block;
	margin-top: auto;
}
#page_ecsite .blk_2 > section dl > div {
	width:100%;
	border-bottom:1px dotted rgba(255, 255, 255, .5);
}
#page_ecsite .blk_2 > section dl > div dt span {
	font-size: 18px;
	padding:30px 0 0 0;
}
#page_ecsite .blk_2 > section dl > div dd {
	display: table-row;
}
#page_ecsite .blk_2 > section dl > div dd div {
	display: table-cell;
	padding:15px 0 0 0;
}
#page_ecsite .blk_2 > section dl > div dd div::after {
	display: none;
}
#page_ecsite .blk_2 > section dl > div dd div > p:nth-of-type(1) {
	font-size: 15px;
}
#page_ecsite .blk_2 > section dl > div dd div > p:nth-of-type(1)::after {
	display: none;
}
#page_ecsite .blk_2 > section dl > div dd div > p:nth-of-type(2) {
	position: relative;
	left:0;
	top:100%;
	color:#ffffff;
	font-size: 14px;
	line-height: 1.75;
	padding:15px 0 30px 0;
}
#page_ecsite .blk_2 > section dl > div dd div > p:nth-of-type(2)::before {
	display: block;
	content: '';
	width: 100%;
	padding:56% 0 0 0;
	background-image: url('../images/ecsite_img_1.jpg');
	background-position: 50% 50%;
	background-size: cover;
	border-radius: 10px;
	margin-bottom: 10px;
}
#page_ecsite .blk_2 > section dl > div:nth-of-type(2) dd div > p:nth-of-type(2)::before {
	background-image: url('../images/ecsite_img_2.jpg');
}
/*
*/
#page_ecsite .blk_3 {
  max-width: var(--max_wid_2);
  margin: auto;
	padding:0 0 60px 0;
}
/*  */
#page_ecsite .blk_3 .rep_1 {
  width:var(--tgt_wid_2);
	padding:0 0 30px 0;
}
#page_ecsite .blk_3 .rep_1 h3 {
	padding: 13px 25px 8px 25px;
	border-radius: 30px;
	margin-bottom: 25px;
}
#page_ecsite .blk_3 .rep_1 h3 span {
	font-size:16px;
}
#page_ecsite .blk_3 .rep_1 ul {
	display: block;
}
#page_ecsite .blk_3 .rep_1 ul li {
	width:100%;
	margin-bottom: 8%;
}
#page_ecsite .blk_3 .rep_1 ul li > a > div:nth-of-type(1) > div > p {
	border-radius: 10px;
}
#page_ecsite .blk_3 .rep_1 ul li > a > div:nth-of-type(2) > div > div {
	padding: 15px 8% 25px 8%;
}
#page_ecsite .blk_3 .rep_1 ul li > a > div:nth-of-type(2) > div > div p:nth-of-type(1) {
	font-size: 12px;
	padding:5px 17px 3px 17px;
	border-radius: 13px;
}
#page_ecsite .blk_3 .rep_1 ul li > a > div:nth-of-type(2) > div > div p:nth-of-type(2) {
	font-size: 15px;
	line-height: 1.5;
	padding:10px 0 0 0;
}
/*  */
}
