@charset "utf-8";
/***************************************************************************************************
	page_top.css
***************************************************************************************************/
/*
*/
#header {
	background-color: #ffffff;
	padding: var(--padding_1);
	height: 150px;
}
#header .hd_blk_1 a h1 {
	display:block;
}
#header .hd_blk_1 a h1 span:nth-of-type(1) {
	display:block;
}
#header .hd_blk_1 a h1 span:nth-of-type(1) img {
	width:300px;
}
#header .hd_blk_1 a h1 span:nth-of-type(2) {
	display:block;
	padding:18px 0 0 4px;
}
#header .hd_blk_1 a h1 span:nth-of-type(2) img {
	width:180px;
}
/*
*/
#page_top {
	width: 100%;
	background-color: var(--col_5);
}
/*
*/
#page_top .blk_1 {
	width:100%;
	padding: var(--padding_1);
	background-color: #ffffff;
}
/*  */
#page_top .blk_1 h2.tgt_text_1 {
	position: absolute;

	/* top:max(250px, 35vh); */
	/* top:max(240px, 25vh); */
	top:calc(160px + 10vh);
	z-index: 2;
	pointer-events: none;
	transform:translateY(-50%);
}
#page_top .blk_1 h2.tgt_text_1.hide {
	opacity:0;
	transition:opacity .6s ease-out 0s;
}
#page_top .blk_1 h2.tgt_text_1 span {
	display:inline-block;
	margin: 2.3% auto;
	margin-left: min(2vw, 100px);
	padding:.4em 1em;
	overflow: hidden;
}
#page_top .blk_1 h2.tgt_text_1 span::before {
	position: absolute;
	display: block;
	content: '';
	width:100%;
	height: 100%;
	left:0;
	top:0;
	background-color: #ffffff;
	/* opacity:.8; */
	opacity:.9;
	transform:scaleX(0);
	transform-origin: 0 0;
}
#page_top .blk_1 h2.tgt_text_1.show span:nth-of-type(1)::before {
	transform:scaleX(1);
	transition:transform 1.2s ease-out 0s;
}
#page_top .blk_1 h2.tgt_text_1.show span:nth-of-type(2)::before {
	transform:scaleX(1);
	transition:transform 1.2s ease-out 1s;
}
#page_top .blk_1 h2.tgt_text_1 span img {
	display:block;
	width:auto;
	height:2.6vw;
	min-height: 40px;
	max-height: 80px;
	opacity:0;
}
#page_top .blk_1 h2.tgt_text_1.show span img {
	opacity:1;
}
#page_top .blk_1 h2.tgt_text_1.show span:nth-of-type(1) img {
	transition:opacity 1.2s ease-out 1s;
}
#page_top .blk_1 h2.tgt_text_1.show span:nth-of-type(2) img {
	transition:opacity 1.2s ease-out 2s;
}
#page_top .blk_1 h2.tgt_text_1.show span:nth-of-type(3) img {
	height: 2.2vw;
	transition:opacity 1.2s ease-out 2.5s;
}
/*  */
#page_top .blk_1_1 {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	letter-spacing: .1em;
	line-height: 1.5;
	white-space: nowrap;
	width:240px;
	height:0;
	overflow: visible;
	padding:5px 0 0 0;
}
/*  */
#page_top .blk_1_2 {
	width:100%;
}
#page_top .blk_1_2 > div {
	width:100%;
	min-height: 80px;
	padding:0 0 10px 0;
	display: table;
}
#page_top .blk_1_2 ul {
	display: table-cell;
	width:100%;
	/* padding:0 0 15px 260px; */
	padding:27px 0 0 260px;
	text-align: right;
	vertical-align: top;
	list-style: none;
	font-size: 0;
}
#page_top .blk_1_2 ul li {
	display: inline-block;
	padding:3px 0 0 3.5%;
}
#page_top .blk_1_2 ul li a {
	display: block;
	padding:5px 0  10px 0;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	border-bottom:1px solid transparent;
	transition:border-color .2s ease-out 0s;
}
#page_top .blk_1_2 ul li a::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	left:0;
	top:100%;
	border-bottom: 1px solid var(--col_2);
	transform-origin: 0 0;
	transform: scaleX(0);
	transition: transform .2s ease-out 0s;
}
#page_top .blk_1_2 ul li a.nm_hover::after  {
	transform: scaleX(1);
	transition: transform .3s ease-out 0s;
}
/*
*/
#page_top .blk_2 {
	width:100%; 
	/* height:calc(100vh - 150px); */
	height:calc(100vh - 100px);
	/* height:100vh; */
	min-height: 400px;
	background-color: #ffffff;
	/* margin-bottom: 100px; */
}
/*  */
#page_top .blk_2 .blk_mov {
	position: absolute;
	display: block;
	width: calc(100% - 120px);
	height: 100%;
	left:120px;
	top:0;
	pointer-events: none;
}
#page_top .blk_2 .blk_mov video {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit: cover;
	opacity:0;
}
#page_top .blk_2 .blk_mov video.show {
	opacity:1;
}
/*  */
#page_top .blk_2_1 {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	padding: var(--padding_1);
	pointer-events: none;
	opacity:0;
	transform: translateY(40px);
	transition:opacity .6s ease-out 0s, transform 0s ease-out .6s;
	overflow: hidden;
}
#page_top .blk_2_1.show {
	opacity:1;
	pointer-events: auto;
	transform: translateY(0);
	transition:opacity .6s ease-out 0s, transform .6s ease-out 0s;
}
#page_top .blk_2_1_1 {
	float:right;
	display: table;
	left:0;
	top:100%;
	width:60%;
	min-width: 800px;
	max-width: 1000px;
	height: 110px;
	transform:translateY(-100%);
}
#page_top .blk_2_1_1::before {
	position: absolute;
	display: block;
	content: '';
	width: 100vw;
	height: 100%;
	left:0;
	top:0;
	background-color: rgba(255, 255, 255, .8);
}
#page_top .blk_2_1_1_1 {
	display:table-cell;
	text-align: left;
	vertical-align: middle;
}
#page_top .blk_2_1_1_1 article {
	display:flex;
}
#page_top .blk_2_1_1_1 article h6 {
	order:3;
	padding:0 40px 0 30px;
}
#page_top .blk_2_1_1_1 article h6 a {
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
}
#page_top .blk_2_1_1_1 article h6 a::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	left:0;
	top:100%;
	border-bottom: 1px solid var(--col_2);
	transform-origin: 0 0;
	transform: scaleX(0);
	transition: transform .2s ease-out 0s;
}
#page_top .blk_2_1_1_1 article h6 a.nm_hover::after  {
	transform: scaleX(1);
	transition: transform .3s ease-out 0s;
}
#page_top .blk_2_1_1_1 article p:nth-of-type(1) {
	order:1;
	font-size: 14px;
	line-height: 1.5;
	white-space: nowrap;
	padding:0 0 0 60px;
}
#page_top .blk_2_1_1_1 article p:nth-of-type(2) {
	order:2;
	padding:0 0 0 30px;
}
#page_top .blk_2_1_1_1 article p:nth-of-type(2) a {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	white-space: nowrap;
}
#page_top .blk_2_1_1_1 article p:nth-of-type(2) a::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	left:0;
	top:100%;
	border-bottom: 1px solid var(--col_2);
	transform-origin: 0 0;
	transform: scaleX(0);
	transition: transform .2s ease-out 0s;
}
#page_top .blk_2_1_1_1 article p:nth-of-type(2) a.nm_hover::after {
	transform: scaleX(1);
	transition: transform .3s ease-out 0s;
}
#page_top .blk_2_1_1_2 {
	display:table-cell;
	width:1%;
	text-align: left;
	vertical-align: middle;

}
#page_top .blk_2_1_1_2 p {
	display: inline-block;
}
/*
*/
#page_top .blk_3 {
	padding: var(--padding_1);
	padding-top:100px;
	padding-bottom:50px;
}
#page_top .blk_3::before {
	position: absolute;
	display: block;
	content: '';
	width: 400px;
	height: 400px;
	left:calc(100% - 400px);
	top:calc(100% - 200px);
	background-image: url('../images/top_bk_1.svg');
	background-position: 0 0;
	background-size: 100% auto;
}
#page_top .blk_3_1 {
	width:100%;
	display: flex;
}
#page_top .blk_3_1_1 {
	padding:0 3% 0 2%;
}
#page_top .blk_3_1_2 {
	padding:0 2% 0 3%;
}
#page_top .blk_3_1 .rep_1 {
	width:50%;
	text-align: center;
	opacity:0;
	transform: translateY(100px);
	pointer-events: none;
}
#page_top .blk_3_1 .rep_1.psa_show {
	pointer-events: auto;
  animation:kf_psa_1 .8s ease 0s 1 normal forwards;
}
#page_top .blk_3_1 .rep_1 section {
	width:100%;
	padding:52% 0 0 0;
	text-align: left;
}
#page_top .blk_3_1 .rep_1 section .bk {
	position: absolute;
	display: block;
	width: 100%;
	height: auto;
	left:0;
	top:0;
	padding:66.6% 0 0 0;
	overflow: hidden;
}
#page_top .blk_3_1 .rep_1 section .bk::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	background-position: 50% 0;
	background-size: 100% auto;
	transition:transform .2s ease-out 0s;
}
#page_top .blk_3_1 .rep_1 section.nm_hover .bk::before {
	transform:scale(1.1);
}
#page_top .blk_3_1 .rep_1.blk_3_1_1 section .bk::before {
	background-image: url('../images/top_img_2.jpg');
}
#page_top .blk_3_1 .rep_1.blk_3_1_2 section .bk::before {
	background-image: url('../images/top_img_3.jpg');
}
#page_top .blk_3_1 .rep_1_1 {
	margin: auto;
	width: 80%;
	padding:50px 50px 60px 50px;
	background-color: rgba(255, 255, 255, .9);
	box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.05);
	transform: translateY(40px);
}
#page_top .blk_3_1 .psa_show .rep_1_1  {
  animation:kf_psa_1 .6s ease 0s 1 normal forwards;
}
#page_top .blk_3_1 .rep_1 section h3 {
	display:block;
}
#page_top .blk_3_1 .rep_1 section h3 span:nth-of-type(1) {
	display:block;
	font-size: 16px;
}
#page_top .blk_3_1 .rep_1 section h3 span:nth-of-type(2) {
	display:block;
	padding:20px 0 0 0;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	letter-spacing: .1em;
	line-height: 1.5;
	word-break: normal;

}
#page_top .blk_3_1 .rep_1 section p:nth-of-type(1) {
	padding:25px 0 40px 0;
	font-size: 14px;
	line-height: 2;
	text-align: justify;
}
/*  */
#page_top .blk_3_2 {
	width:87%;
	margin: auto;
	padding:80px 0 0 0;
	opacity:0;
	transform: translateY(100px);
	pointer-events: none;
}
#page_top .blk_3_2.psa_show {
	pointer-events: auto;
  animation:kf_psa_1 .8s ease 0s 1 normal forwards;
}
#page_top .blk_3_2 aside {
	width: 100%;
	padding:max(220px, 25%) 0 0 0;
	background-image: url('../images/banner_img_1.jpg');
	background-position: 0 50%;
	background-size: cover;
}
#page_top .blk_3_2 aside::before {
	position: absolute;
	display: block;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:15px solid rgba(255, 255, 255, .35);
}
#page_top .blk_3_2 aside > a {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	padding:15px;
}
#page_top .blk_3_2 aside > a > div {
	display: block;
	width:100%;
	height:100%;
	border:1px solid rgba(255, 255, 255, .5);
}
#page_top .blk_3_2 aside > a > div > div {
	position:absolute;
	left:90%;
	top: calc(50% - 10px);
	transform:translate(-100%, -50%);
}
#page_top .blk_3_2 aside > a > div > div h4 {
	position: absolute;
	height: 43px;
	left: 50%;
	top:0;
	background-color: #ffffff;
	transform: translateX(-50%);
	white-space: nowrap;
	padding:0 8%;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
	z-index: 2;
}
#page_top .blk_3_2 aside > a > div > div h4 br {
	display: none;
}
#page_top .blk_3_2 aside > a > div > div h4 span:nth-of-type(1) {
	display: inline-block;
	height: 43px;
	font-family: 'Lato', sans-serif;
	font-size: 27px;
	line-height: 43px;
	letter-spacing: .2em;
	vertical-align: middle;
}
#page_top .blk_3_2 aside > a > div > div h4 span:nth-of-type(2) {
	display: inline-block;
	height: 43px;
	font-size: 15px;
	line-height: 43px;
	vertical-align: middle;
	padding:0 0 0 5px;
}
#page_top .blk_3_2 aside > a > div > div p {
	background-color: rgba(255, 255, 255, .85);
	padding:55px 30px 20px 30px;
	z-index: 1;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);

	white-space: nowrap;
	font-size: 14px;
	line-height: 1.75;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: .1em;
}
#page_top .blk_3_2 aside > a > div > div p::after {
	position: absolute;
	content:'';
	display:block;
	width:44px;
	height:44px;
	left:calc(100% - 22px);
	top:calc(100% - 22px);
	background-image: url('../images/banner_ico_1.svg');
	background-position: 50% 50%;
	background-size: 100% auto;
	background-color: #ffffff;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
}
/*
*/
#page_top .blk_4 {
	padding: var(--padding_1);
	padding-top:50px;
	transform: translateY(100px);
	pointer-events: none;
	opacity:0;
}
#page_top .blk_4.psa_show {
	pointer-events: auto;
  animation:kf_psa_1 .8s ease 0s 1 normal forwards;
}
#page_top .blk_4::before {
	position: absolute;
	display: block;
	content: '';
	width: 400px;
	height: 400px;
	left:0;
	top:100%;
	background-image: url('../images/top_bk_1.svg');
	background-position: 0 0;
	background-size: 100% auto;
}

#page_top .blk_4_1 {
	padding:50px 0;
}
#page_top .blk_4_1 .bk {
	position: absolute;
	left:30%;
	top:0;
	right:0;
	bottom:0;
	overflow: hidden;
	background-color:#000000;
}
#page_top .blk_4_1 .bk::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	background-position: 50% 0;
	background-size: 100% auto;
	background-image: url('../images/top_img_4.jpg');
	transition:transform .3s ease-out 0s, opacity .3s ease-out 0s;
	opacity: .85;
}
#page_top .blk_4_1.nm_hover .bk::before {
	transform:scale(1.15);
	opacity: 1;
}
#page_top .blk_4_1 section {
	box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.05);
	width: 60%;
	height: auto;
	min-width: 725px;
	padding:50px 50px 60px 50px;
	background-color: rgba(255, 255, 255, .9);
	transform: translateY(60px);
}
#page_top .psa_show .blk_4_1 section  {
  animation:kf_psa_1 .6s ease 0s 1 normal forwards;
}
#page_top .blk_4_1 section h3 {
	display:block;
}
#page_top .blk_4_1 section h3 span:nth-of-type(1) {
	display:block;
	font-size: 16px;
}
#page_top .blk_4_1 section h3 span:nth-of-type(2) {
	display:block;
	padding:20px 0 0 0;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	letter-spacing: .1em;
	line-height: 1.5;
	word-break: normal;
}
#page_top .blk_4_1 section p:nth-of-type(1) {
	padding:25px 0 0 0;
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}
#page_top .blk_4_1 section p:nth-of-type(2) {
	padding:25px 0 40px 0;
	font-size: 14px;
	line-height: 2;
	text-align: justify;
}

/*
*/
#page_top .blk_6 {
	padding: var(--padding_1);
	padding-top: 60px;
	padding-bottom: 60px;
}
#page_top .blk_6 > section {
	padding-top:60px;
}
#page_top .blk_6 > section.hide {
	display: none;
}
/*  */
#page_top .blk_6_1 {
	padding:0 0 30px 0;
	opacity:0;
	transform: translateY(80px);
}
#page_top .blk_6_1.psa_show {
  animation:kf_psa_1 .8s ease 0s 1 normal forwards;
}
#page_top .blk_6_1 h3 {
	display: block;
}
#page_top .blk_6_1 h3 span:nth-of-type(1) {
	display: block;
	font-size: 16px;
	line-height: 1;
}
#page_top .blk_6_1 h3 span:nth-of-type(2) {
	display: block;
	padding:25px 0 0 0;
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	letter-spacing: .1em;
}
/*  */
#page_top .blk_6_2 {
	width:100%;
	transform: translateY(100px);
	pointer-events: none;
	opacity:0;
}
#page_top .blk_6_2.psa_show {
  animation:kf_psa_1 .8s ease 0s 1 normal forwards;
}
#page_top .blk_6_2 > ul {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
}
#page_top .blk_6_2 > ul > li {
	width:33.33%;
	text-align: center;
}
#page_top .blk_6_2 .rep_1 {
  display: flex;
  width: 90%;
	height: 100%;
	flex-direction: column;
	text-align: left;
	background-color: #ffffff;
	box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.05);
}
#page_top .blk_6_2 li:nth-of-type(1) .rep_1 {
	margin: auto auto auto 0;
}
#page_top .blk_6_2 li:nth-of-type(2) .rep_1 {
	margin: auto;
}
#page_top .blk_6_2 li:nth-of-type(3) .rep_1 {
	margin: auto 0 auto auto;
}
#page_top .blk_6_2 .rep_1_1 {
  width: 100%;
  order:2;
  padding: 2% 8% 10% 8%;
}
#page_top .blk_6_2 .rep_1_1_1 {
  display: flex;
  flex-direction: column;
}
#page_top .blk_6_2 .rep_1_1_1 p:nth-of-type(1) {
  order:1;
  font-size: 14px;
  line-height: 1;
  font-family: 'Lato', sans-serif;
}
#page_top .blk_6_2 .rep_1_1_1 h3 {
  order:2;
  padding:20px 0 0 0;
  min-height: 90px;
}
#page_top .blk_6_2 .rep_1_1_1 h3 a {
  font-size: 16px;
  line-height: 1.5;
}
#page_top .blk_6_2 .rep_1_1_1 ul {
  order:3;
  display: block;
  list-style: none;
  font-size: 0;
	padding:25px 0 0 0;
}
#page_top .blk_6_2 .rep_1_1_1 ul li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
}
#page_top .blk_6_2 .rep_1_1_1 ul li a {
  display: block;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  padding:5px 7px;
  background-color: #E2E2E2;
}
#page_top .blk_6_2 .rep_1_1_1 p:nth-of-type(2) {
  order:4;
  padding:30px 0 0 0;
}
#page_top .blk_6_2 .rep_1_1_1 p:nth-of-type(2) a {
	display: inline-block;
	padding:0 0 10px 0;
	font-family: 'Lato', sans-serif;
	font-size:15px;
	line-height: 1;
	letter-spacing: .05em;
}
#page_top .blk_6_2 .rep_1_1_1 p:nth-of-type(2) a::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	left:0;
	top:100%;
	border-bottom: 1px solid var(--col_2);
	transform-origin: 0 0;
	transform: scaleX(0);
	transition: transform .2s ease-out 0s;
}
#page_top .blk_6_2 .rep_1_1_1 p:nth-of-type(2) a.nm_hover::after  {
	transform: scaleX(1);
	transition: transform .3s ease-out 0s;
}
#page_top .blk_6_2 .rep_1_2 {
  width: 100%;
  order:1;
  padding: 3%;
}
#page_top .blk_6_2 .rep_1_2 p {
  width: 100%;
}
#page_top .blk_6_2 .rep_1_2 p a {
  display: block;
  width: 100%;
  padding:60% 0 0 0;
}
#page_top .blk_6_2 .rep_1_2 p a span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  overflow: hidden;
}
#page_top .blk_6_2 .rep_1_2 p a span.noimg {
  border: 1px solid #eeeeee;
}
#page_top .blk_6_2 .rep_1_2 p a span img {
  position: absolute;
  display: block;
  left:50%;
  top:50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
#page_top .blk_6_2 .rep_1_2 p a span.noimg img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}
/*  */
#page_top .blk_6_3 {
	padding:100px 0 0 0;
	transform: translateY(100px);
	pointer-events: none;
	opacity:0;
}
#page_top .blk_6_3.psa_show {
  animation:kf_psa_1 .8s ease 0s 1 normal forwards;
}
#page_top .blk_6_3 p {
	width: 100%;
	text-align: center;
}
/*
*/
#page_top .blk_5 {
	padding: var(--padding_1);
	padding-top:0px;
}
/*  */
#page_top .blk_5_1 {
	padding:0 0 40px 0;
	opacity:0;
	transform: translateY(80px);
}
#page_top .blk_5_1.psa_show {
  animation:kf_psa_1 .8s ease 0s 1 normal forwards;
}
#page_top .blk_5_1 h3 {
	display: block;
}
#page_top .blk_5_1 h3 span:nth-of-type(1) {
	display: block;
	font-size: 16px;
	line-height: 1;
}
#page_top .blk_5_1 h3 span:nth-of-type(2) {
	display: block;
	padding:25px 0 0 0;
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	letter-spacing: .1em;
}
#page_top .blk_5_1 p {
	padding: 30px 0 0 0;
	font-size: 14px;
	line-height: 2;
}
/*  */
#page_top .blk_5_2 {
	width:100%;
	transform: translateY(100px);
	pointer-events: none;
	opacity:0;
}
#page_top .blk_5_2.psa_show {
  animation:kf_psa_1 .8s ease 0s 1 normal forwards;
}
#page_top .blk_5_2 .gsty_lst_2 li {
	padding:0;
}
/*  */
#page_top .blk_5_3 {
	width:100%;
	text-align: center;
	padding:40px 0 60px 0;
}
#page_top .blk_5_3 .gsty_btn_1 {
	background-color: transparent;
}
/*  */
@keyframes kf_psa_1 {
  100% {
    transform: translate(0, 0);
		opacity: 1;
		pointer-events: auto;
  }
}


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

@media screen and (max-width: 1000px) {
/*
*/
#header {
	/* height: 170px; */
	height:100px;
	padding: var(--padding_2);
}
#header .hd_blk_1 {
	/* padding: 55px 0 0 0; */
	top:calc(50% - 5px);
	transform: translateY(-50%);
}
#header .hd_blk_1 a h1 {
	display:block;
}
#header .hd_blk_1 a h1 span:nth-of-type(1) {
	display:block;
}
#header .hd_blk_1 a h1 span:nth-of-type(1) img {
	width:44vw;
	min-width: 144px;
	max-width: 194px;
}
#header .hd_blk_1 a h1 span:nth-of-type(2) {
	padding:5% 0 0 1%;
}
#header .hd_blk_1 a h1 span:nth-of-type(2) img {
	width:34vw;
	min-width: 115px;
	max-width: 142px;
}
/*
*/
#page_top .blk_1 {
	padding:0;
}
/*  */
#page_top .blk_1 h2.tgt_text_1 {
	left:2%;
	top:90px;
	transform:scale(.7);
	transform-origin: 0 0;
}
#page_top .blk_1 h2.tgt_text_1 span {
}
/*  */
#page_top .blk_1_1 {
	font-size: 12px;
	line-height: 1.5;
	height: 60px;
	padding: var(--padding_2);
	margin-left:2px;
}
/*  */
#page_top .blk_1_2 {
	display:none;
}
/*
*/
#page_top .blk_2 {
	height:auto;
	background-color: var(--col_5);
}
/*  */
#page_top .blk_2 .blk_mov {
	position: relative;
	width: 100%;
	height: calc(100vh - 160px);
	min-height: 300px;
	left:0;
	top:0;
	background-color: #ffffff;
}
#page_top .blk_2 .blk_mov video {
	position: relative;
}
#page_top .blk_2 .blk_mov video.show {
}
/*  */
#page_top .blk_2_1 {
	position: relative;
	left:0;
	top:0;
	width:100%;
	height:auto;
	padding: var(--padding_2);
	background-color: var(--col_5);
}
#page_top .blk_2_1.show {
	opacity:0;
	pointer-events: none;
	transform: translateY(40px);
	transition:none;
}
#page_top .blk_2_1.psa_show {
  animation:kf_psa_1 .8s ease 0s 1 normal forwards;
}

#page_top .blk_2_1_1 {
	display: block;
	float:none;
	width:100%;
	min-width:0;
	max-width: none;
	height: auto;
	padding:0;
	transform:none;
}
#page_top .blk_2_1_1::before {
	display: none;
}
#page_top .blk_2_1_1_1 {
	display:block;
	padding:30px 0 0 0;
}
#page_top .blk_2_1_1_1 article {
	display:flex;
	flex-direction: column;
}
#page_top .blk_2_1_1_1 article h6 {
	font-size: 14px;
	line-height: 2;
	padding:20px 0 0 0;
}
#page_top .blk_2_1_1_1 article p:nth-of-type(1) {
	font-size: 14px;
	line-height: 2;
	white-space: nowrap;
	padding:0 0 0 0;
}
#page_top .blk_2_1_1_1 article p:nth-of-type(2) {
	padding:0 0 0 0;
}
#page_top .blk_2_1_1_1 article p:nth-of-type(2) a {
	display: inline-block;
}
#page_top .blk_2_1_1_2 {
	display:block;
	width:auto;
	text-align: center;
	padding:40px 0 0 0;
}
#page_top .blk_2_1_1_2 p {
}
#page_top .blk_2_1_1_2 p .gsty_btn_1 {
	background-color: transparent;
}
/*
*/
#page_top .blk_3 {
	padding: var(--padding_2);
	padding-top:50px;
	padding-bottom:50px;
}
#page_top .blk_3::before {
	width: 200px;
	height: 200px;
	left:calc(100% - 200px);
	top:calc(100% - 100px);
}
#page_top .blk_3_1 {
	display: block;
	padding:0 3%;
}
#page_top .blk_3_1_1 {
	/* padding:0; */
	padding:45px 0 0 0;
}
#page_top .blk_3_1_2 {
	/* padding:45px 0 0 0; */
	padding:0;
}
#page_top .blk_3_1 .rep_1 {
	width:100%;
}
#page_top .blk_3_1 .rep_1_1 {
	margin:auto;
	width: 90%;
}
/*  */
#page_top .blk_3_2 {
	width:100%;
	max-width: 500px;
	padding:45px 0 0 0;
}
#page_top .blk_3_2 aside {
	width: 100%;
	height: 220px;
	padding:0;
	background-image: url('../images/banner_img_1_sp.jpg');
	background-position: 50% 50%;
}
#page_top .blk_3_2 aside::before {
	border:10px solid rgba(255, 255, 255, .35);
}
#page_top .blk_3_2 aside > a {
	padding:10px;
}
#page_top .blk_3_2 aside > a > div {
	border:1px solid rgba(255, 255, 255, .5);
}
#page_top .blk_3_2 aside > a > div > div {
	left:63%;
	top: 50%;
	transform:translate(-50%, -50%);
}
#page_top .blk_3_2 aside > a > div > div h4 {
	width:210px;
	height: 50px;
	left: 50%;
	text-align: center;
	padding:6px 0 0 0;
}
#page_top .blk_3_2 aside > a > div > div h4 span:nth-of-type(1) {
	display: block;
	height: auto;
	font-size: 21px;
	line-height: 1;
	letter-spacing: .2em;
}
#page_top .blk_3_2 aside > a > div > div h4 span:nth-of-type(2) {
	display: block;
	height: auto;
	font-size: 10px;
	line-height: 1;
	padding:5px 0 0 0  ;
}
#page_top .blk_3_2 aside > a > div > div p {
	width: 180px;
	padding:57px 15px 12px 15px;

	white-space: normal;
	font-size: 11px;
	line-height: 1.25;
	letter-spacing: .05em;
	text-align:justify;
}
#page_top .blk_3_2 aside > a > div > div p::after {
	width:28px;
	height:28px;
	left:calc(100% - 22px);
	top:calc(100% - 20px);
}
#page_top .blk_3_2 aside > a > div > div p br {
	display:none;
}
/*
*/
#page_top .blk_4 {
	padding: var(--padding_2);
	padding-top:0;
}
#page_top .blk_4::before {
	width: 200px;
	height: 200px;
	left:0;
	top:calc(100% + 200px);
}

#page_top .blk_4_1 {
	padding:55% 3% 0 3%
}
#page_top .blk_4_1 .bk {
	position: absolute;
	width:84%;
	left:13%;
	top:0;
	right:auto;
	bottom:auto;
	padding:65% 0 0 0;
}
#page_top .blk_4_1 .bk::before {
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	background-position: 50% 50%;
	background-size: cover;
}
#page_top .blk_4_1.nm_hover .bk::before {
}
#page_top .blk_4_1 section {
	width: 90%;
	min-width: 0;
}
#page_top .blk_4_1 section p:nth-of-type(1) br {
	display:none;
}
/*
*/
#page_top .blk_6 {
	padding: var(--padding_2);
	padding-top:40px;
	padding-bottom: 0;
}
#page_top .blk_6 > section {
	padding-top:40px;
}
/*  */
#page_top .blk_6_1 {
	padding:0 0 20px 0;
}
/*  */
#page_top .blk_6_2 > ul {
	display: block;
}
#page_top .blk_6_2 > ul > li {
	width:100%;
	text-align: left;
	margin-bottom: 50px;
}
#page_top .blk_6_2 .rep_1 {
  width: 100%;
	height: auto;
}
#page_top .blk_6_2 li:nth-of-type(1) .rep_1 {
	margin: auto;
}
#page_top .blk_6_2 li:nth-of-type(2) .rep_1 {
	margin: auto;
}
#page_top .blk_6_2 li:nth-of-type(3) .rep_1 {
	margin: auto;
}
#page_top .blk_6_2 .rep_1_1 {
  padding: 3% 10% 12% 10%;
}
#page_top .blk_6_2 .rep_1_1_1 p:nth-of-type(1) {
  font-size: 12px;
}
#page_top .blk_6_2 .rep_1_1_1 h3 {
  padding:15px 0 0 0;
  min-height: 0;
}
#page_top .blk_6_2 .rep_1_1_1 h3 a {
  font-size: 14px;
  line-height: 2;
}
#page_top .blk_6_2 .rep_1_1_1 ul {
	padding:20px 0 0 0;
}
#page_top .blk_6_2 .rep_1_1_1 ul li {
  margin-right: 4px;
  margin-bottom: 4px;
}
#page_top .blk_6_2 .rep_1_1_1 ul li a {
  display: block;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  padding:5px 7px;

	