@charset "utf-8";
/***************************************************************************************************
	page_link.css
***************************************************************************************************/
/*
*/
#page_link {
  width:100%;
  padding:100px 0 0 0;
  overflow: hidden;
}
#page_link > section {
  width:100%;
  background-image: url('../images/bk_tex_1.jpg');
	background-position: 50% 0;
	background-size: 1460px auto;
  background-repeat: repeat;
}
#page_link > 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_link .blk_1 {
  width:100%;
  max-width: var(--max_wid_1);
  margin: auto;
  padding:20px 0 0 0;
}
/*  */
#page_link .blk_1_1 {
  width:var(--tgt_wid_1);
  margin: auto;
	z-index: 2;
}
#page_link .blk_1_1 h2 {
  text-align: center;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color:#ffffff;
}
#page_link .blk_1_1 p {
	padding:40px 0 0 0;
	font-size: 12px;
	line-height: 1.75;
	color:#ffffff;
	text-align: left;
}
/*  */
#page_link .blk_1_2 {
  width:var(--tgt_wid_1);
  margin: auto;
  padding:40px 0 150px 0;
	z-index: 3;
}
/*
*/
#page_link .blk_1_2 .rep_1 {
	width:100%;
	padding:0 0 40px 0;
}
#page_link .blk_1_2 .rep_1 h3 {
	width:100%;
	height: auto;
	padding: 17px 40px 12px 40px;
	border-radius: 29px;
	background-color: #ffffff;
  text-align: center;
}
/* #page_link .blk_1_2 .rep_1.nm_tgt_psa h3 {
	opacity: 0;
	transform:scale(.9);
}
#page_link .blk_1_2 .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_link .blk_1_2 .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_link .blk_1_2 .rep_1 ul {
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	margin-top: 50px;
}
#page_link .blk_1_2 .rep_1 ul li {
	display: block;
	width:31%;
	margin-bottom: 3.5%;
}
#page_link .blk_1_2 .rep_1 ul li > a {
	display: table;
	width: 100%;
	height: 100%;
}
#page_link .blk_1_2 .rep_1 ul li > a > div:nth-of-type(1) {
	display: table-row;
}
#page_link .blk_1_2 .rep_1 ul li > a > div:nth-of-type(1) > div {
	display: table-cell;
	height: 10%;
}
#page_link .blk_1_2 .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_link .blk_1_2 .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_link .blk_1_2 .rep_1 ul li > a > div:nth-of-type(2) {
	display: table-row;
}
#page_link .blk_1_2 .rep_1 ul li > a > div:nth-of-type(2) > div {
	display: table-cell;
	height: 90%;
	padding: 0 7%;
}
#page_link .blk_1_2 .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_link .blk_1_2 .rep_1 ul li > a.nm_hover > div:nth-of-type(2) > div > div {
	background-color: #76c7db;
}
#page_link .blk_1_2 .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_link .blk_1_2 .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;
}
/*  */
#page_link .blk_1_2 .rep_1.type_2 {
	width:100%;
	padding:0 0 40px 0;
}
#page_link .blk_1_2 .rep_1.type_2 .blk_list {
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	margin-top:50px;
}
#page_link .blk_1_2 .rep_1.type_2 .blk_list > div {
	display: block;
	width:30%;
	margin-bottom: 5%;
}
#page_link .blk_1_2 .rep_1.type_2 article {
  display: flex;
  width:100%;
  height: 100%;
  flex-direction: column;
}
#page_link .blk_1_2 .rep_1.type_2 article > h4 span:nth-of-type(1) {
  display: block;
  width: 100%;
  padding:64.6% 0 0 0;
  border-radius: 20px;
  overflow: hidden;
  flex-grow: 0;
}
#page_link .blk_1_2 .rep_1.type_2 article > h4 span:nth-of-type(1) img {
  position: absolute;
  display: block;
  width:100%;
  height: 100%;
  left:50%;
  top:50%;
  object-fit: cover;
  transform:translate(-50%, -50%);
}
#page_link .blk_1_2 .rep_1.type_2 article > h4 span:nth-of-type(2) {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color:#ffffff;
  margin-top: 15px;
}
#page_link .blk_1_2 .rep_1.type_2 article > p {
  font-size: 14px;
  line-height: 1.75;
  padding:10px 0 13px 0;
  flex-grow: 1;
	color:#ffffff;
}
#page_link .blk_1_2 .rep_1.type_2 article > div {
  padding:13px 0 0 0;
  border-top: 1px solid #9cd6ed;
}
 #page_link .blk_1_2 .rep_1.type_2 article > div table tr > *:nth-child(1) {
  font-size: 0;
  background-image: url('../images/weeks_ico_1.svg');
	background-position: -2px 0;
	background-size: 35px auto;
  width: 40px;
}
#page_link .blk_1_2 .rep_1.type_2 article > div table tr:nth-of-type(2) > *:nth-child(1) {
  background-image: url('../images/weeks_ico_2.svg');
}
#page_link .blk_1_2 .rep_1.type_2 article > div table tr:nth-of-type(3) > *:nth-child(1) {
  background-image: url('../images/weeks_ico_3.svg');
}
#page_link .blk_1_2 .rep_1.type_2 article > div table tr > *:nth-child(2) {
  padding:5px 0 8px 0;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  color:#ffffff;
  word-break: break-all;
}
#page_link .blk_1_2 .rep_1.type_2 article > div table tr > *:nth-child(2)::after {
  content: '\A';
  white-space: pre;
}
#page_link .blk_1_2 .rep_1.type_2 article > div table tr > *:nth-child(2) * {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color:inherit;
}
/*  */
#page_link .blk_1_2 .rep_1 .blk_sty_1 {
	font-size: 16px;
	line-height: 1.75;
	color:#ffffff;
	padding:30px 2% 0 2%;
}
#page_link .blk_1_2 .rep_1 .blk_sty_1 + ul {
	margin-top: 40px;
}


/***************************************************************************************************
  responsive
***************************************************************************************************/

@media screen and (max-width: 1000px) {
/*
*/
#page_link {
  padding:100px 0 0 0;
}
#page_link > section::before {
	height: 400px;
	top:-50px;
  mask-size: 400px auto;
  -webkit-mask-size: 400px auto;
}
/*
*/
#page_link .blk_1 {
  max-width: var(--max_wid_2);
  padding:10px 0 0 0;
}
/*  */
#page_link .blk_1_1 {
  width:var(--tgt_wid_2);
}
#page_link .blk_1_1 h2 {
  font-size: 22px;
}
#page_link .blk_1_1 p {
	padding:20px 0 0 0;
	font-size: 10px;
}

/*
*/
/*  */
#page_link .blk_1_2 {
  width:var(--tgt_wid_2);
  padding:40px 0 80px 0;
}
/*
*/
#page_link .blk_1_2 .rep_1 {
	width:100%;
	padding:0 0 30px 0;
}
#page_link .blk_1_2 .rep_1 h3 {
	padding: 13px 25px 8px 25px;
	border-radius: 30px;
	/* margin-bottom: 25px; */
}
#page_link .blk_1_2 .rep_1 h3 span {
	font-size:16px;
}
#page_link .blk_1_2 .rep_1 ul {
	display: block;
	margin-top: 25px;
}
#page_link .blk_1_2 .rep_1 ul li {
	width:100%;
	margin-bottom: 8%;
}
#page_link .blk_1_2 .rep_1 ul li > a > div:nth-of-type(1) > div > p {
	border-radius: 10px;
}
#page_link .blk_1_2 .rep_1 ul li > a > div:nth-of-type(2) > div > div {
	padding: 15px 8% 25px 8%;
}
#page_link .blk_1_2 .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_link .blk_1_2 .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;
}
/*  */
#page_link .blk_1_2 .rep_1.type_2 .blk_list {
	display: block;
	margin-top: 25px;
}
#page_link .blk_1_2 .rep_1.type_2 .blk_list > div {
	width:100%;
	margin-bottom: 8%;
}
#page_link .blk_1_2 .rep_1.type_2  article {
  display: block;
  height: auto;
}
#page_link .blk_1_2 .rep_1.type_2  article > h4 span:nth-of-type(1) {
  border-radius: 10px;
}
#page_link .blk_1_2 .rep_1.type_2  article > h4 span:nth-of-type(2) {
  font-size: 16px;
  margin-top: 15px;
  height: auto !important;
}
#page_link .blk_1_2 .rep_1.type_2  article > p {
  font-size: 14px;
  line-height: 1.75;
  padding:10px 0 13px 0;
}
#page_link .blk_1_2 .rep_1.type_2  article > div {
  padding:10px 0 0 0;
  height: auto !important;
}
 #page_link .blk_1_2 .rep_1.type_2  article > div table tr > *:nth-child(1) {
	background-position: -2px 0;
	background-size: 30px auto;
  width: 35px;
}
#page_link .blk_1_2 .rep_1.type_2  article > div table tr > *:nth-child(2) {
  padding:3px 0 8px 0;
}
/*  */
#page_link .blk_1_2 .rep_1 .blk_sty_1 {
	font-size: 14px;
	padding:15px 0 0 0;
}
#page_link .blk_1_2 .rep_1 .blk_sty_1 + ul {
	margin-top: 15px;
}
/*  */
}
