.listBannerWrapper {
    width: 825px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}
.listBannerWrapper .linkBanner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
    flex-wrap: wrap;
}
.listBannerWrapper .linkBanner li:hover {
	opacity: 0.8;
}

body {
	overflow-x: hidden;
}
.videoBoxWrapperfull {
	position: relative;
}
.videoBoxWrapperfull:after {
	content: "";
	width: 100vw;
	height: 100%;
	background-color: #ffefef;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 0;
}

.videoBoxWrapperfull * {
	z-index: 1;
}
.videoBoxWrapper {
    background: #ffefef;
    margin-top: 50px;
    padding: 15px 0 25px;
}
.videoBoxWrapper .videoHeading {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.videoBoxWrapper .videoList {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.videoBoxWrapper .video {
	position: relative;
}
.videoBoxWrapper .video:after {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.videoBoxWrapper .video:hover:after {
    width: 0;
	height: 0;
}
.videoBoxWrapper .video .btn_play {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 1;
}
.videoBoxWrapper .txtLink {
	margin-top: 5px;
}
.videoBoxWrapper .txtLink a {
	text-decoration: underline;
}
.videoBoxWrapper .txtLink a:hover {
	text-decoration: none;
}
.topContents {
    margin-top: 50px;
}
.topContents .top_left {
	flex: 0 1 50%;
    width: 50%;
	padding-right: 3%;
}
.topContents .top_center {
    flex: 0 1 50%;
    width: 50%;
	padding-left: 3%;
}
.ttlHeading01 {
	position: relative;
    background-color: #ffb927;
    display: inline-block;
    padding: 10px 20px 8px;
	margin-bottom: 10px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
}
.ttlHeading01::before {
    content: "";
    width: 0px;
    height: 0px;
    bottom: -8px;
    left: 13px;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffb927;
}
.top_left ul.linkList {
	border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
}
.linkList li {
	position: relative;
	line-height: 18px;
	font-weight: bold;
    padding: 8px 40px 9px 30px;
	margin-bottom: 0;
}
.linkList li:nth-child(2n) {
	background-color: #fff8e9;
}
.linkList li::before {
	padding-right: 8px;
	position: absolute;
	left: 10px;
}
.linkList li:nth-child(1)::before {
	content: "1.";
}
.linkList li:nth-child(2)::before {
	content: "2.";
}
.linkList li:nth-child(3)::before {
	content: "3.";
}
.linkList li:nth-child(4)::before {
	content: "4.";
}
.linkList li:nth-child(5)::before {
	content: "5.";
}
.linkList li:after {
	content: "";
	position: absolute;
	background: url(../images/img_icon_02.png) no-repeat;
    width: 35px;
	height: 35px;
    top: 0;
    right: 0;
}
.bannerLink {
	width: 330px;
    margin: 0 auto;
	margin-top: 20px;
}
.bannerLink:hover {
	opacity: 0.8;
}
.bannerLink .more {
	margin-top: 5px;
	text-align: left;
}
.ttlBox {
	background-color: #e5f2e6;
	padding: 10px;
	border-radius: 5px;
}
.ttlHeading02 {
	position: relative;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	border-left: 2px solid #007d07;
	padding-left: 9px;
    margin-left: 24px;
}
.ttlHeading02::before {
	content: "";
	background: url(../images/img_icon_01.png) no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	left: -27px;
}
.newsWiget {
    padding-top: 15px;
}
.newsRelease {
    padding-left: 0;
}

/* top content */
.newsWiget {
    padding-top: 11px;
}
.d_tag {
	display: inline-block;
	width: 55px;
	color: #b54d5e;
	text-align: center;
	line-height: 1;
	padding: 4px 2px 1px;
	border: 1px solid #b54d5e;
	border-radius: 8px;
	font-size: 1rem;
    font-weight: bold;
}
.e_tag {
	display: inline-block;
	width: 55px;
	color: #205d86;
	text-align: center;
	line-height: 1;
	padding: 4px 2px 1px;
	border: 1px solid #205d86;
	border-radius: 8px;
	font-size: 1rem;
    font-weight: bold;
}
.newsTitle a {
    color: #000;
	/* font-weight: bold; */
    text-decoration: underline;
}
.more {
	text-align: right;
	/* font-weight: bold; */
    margin-top: 15px;
}
.more a {
    text-decoration: underline;
	text-align: right;
}
.more a:hover {
	text-decoration: none;
}

.sample {
	text-align: right;
    margin: 15px auto 0;
	width: 825px;
}
.sample a {
    text-decoration: underline;
	text-align: right;
	font-size: 1.5rem;
}
.sample a:hover {
	text-decoration: none;
}
/** modal */
.modal_content .youtubeBox {
	width: 100%;
	padding: 0;
	background: none;
	border: none;
}
.modal_content .youtubeBox iframe {
	height: 380px;
}
.pop_slide_inmodal .modal_content {
flex-direction: column;
}
.pop_slide_inmodal .modal_img_staff {
width: 100%;
}
.pop_slide_inmodal .modal_info {
width: 100%;
padding-left: 0;
padding-top: 4rem;
}
.pop_slide_inmodal .modal_info .head01 {
font-size: 4.8rem;
line-height: 1.4;
font-weight: bold;
margin-bottom: 2.5rem;
}
.pop_slide_inmodal .modal_info .head01 span {
font-size: 3rem;
}
.pop_slide_inmodal .modal_info .head02 {
font-size: 3.6rem;
line-height: 1.6;
}
.pop_slide_inmodal .modal_info .modal_mess .c_text {
font-size: 3.2rem;
line-height: 1.6;
padding-bottom: 4rem;
}
.en .pop_slide_inmodal .modal_info .modal_mess .c_text {
font-size: 3rem;
}
.pop_slide_inmodal .wrap .icon-close {
position: absolute;
top: 4rem;
right: 2.5rem;
margin-top: -13px;
margin-right: -13px;
}
.pop_slide_inmodal .wrap .icon-close > img {
width: 80%;
}

/**** popup ***/
html.isOpen {
	width: 100vw;
	/* height: 100vh; */
	overflow-x: hidden !important;
  }
  .pop_slide_inmodal {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 99;    
	background: rgba(0, 0, 0,0.7);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	z-index: -999;
  }
  .isOpen .pop_slide_inmodal.isContentOpen {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.3s;
	z-index: 9999;
  }
  .pop_slide_inmodal .wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	max-width: 800px;
	background: #fff;
	z-index: 99999;
  }
  .pop_slide_inmodal .wrap .qa_container {
	max-height: 85vh;
	padding: 2rem 4rem;
	overflow-x: hidden;
  }
  .pop_slide_inmodal .wrap .qa_container_over {
	max-height: 90vh;
	overflow: auto;
	padding: 30px;
  }
  .pop_slide_inmodal .overlay {
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 9999; 
	transition: all 0.3s;
  }
  .pop_slide_inmodal .wrap .icon-close {
	position: absolute;
	top: 1.8rem;
    right: 1.3rem;
	margin-top: -13px;
	margin-right: -13px;
	z-index: 1;
  }
  
  .pop_slide_inmodal .wrap .icon-close:hover {
	cursor: pointer;
  }
  .pop_slide_inmodal .head_modal {
	padding-left: 5rem;
	padding-right: 5rem;
	margin-bottom: 2rem;
  }
  .pop_slide_inmodal .modal_content {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
  }
  .modal_content img {
	width: 100%;
  }
  .head_modal .ttl_section {
	padding-top: 0;
	font-size: 2.4rem;
	line-height: 2;
	font-weight: bold;
  }
  .head_modal p {
	padding-top: 0;
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 400;
  }
  .pop_slide_inmodal .head_modal .ttl_section .ttl_small {
	font-weight: 400;
  }
  .head_modal .ttl_icon {
	margin-top: 0px;
  }
  .txt_modal {
	padding-left: 50px;
	padding-right: 10px;
	margin-bottom: 20px;
	margin-top: -30px;
  }
  .img-on-text {
	overflow: auto;
  }
@media screen and (max-width: 600px) {
	.mainVisualWrapper {
		margin: 0 -10px;
		background: #fff;
	}
	.listBannerWrapper .linkBanner {
		justify-content: center;
	}
	.mainVisual {
		width: 100%;
		max-width: 600px;
		height: calc(320vw / 6);
		border: none;
	}
	.listBannerWrapper {
		width: 100%;
		max-width: 600px;
		border: none;
		margin-top: 62px;
		padding: 0 7px;
	}
	.slideImg {
		/* width: 100%; */
		width: calc(600vw / 6);
		height: calc(400vw / 6);
	}
	.prevBtn::before {
		width: 40px;
		height: 40px;
		background: url(../images/img_icon_05.png) no-repeat;
		background-size: contain;
	}
	.nextBtn::before {
		width: 40px;
		height: 40px;
		background: url(../images/img_icon_06.png) no-repeat;
		background-size: contain;
	}
	.prevBtn {
		top: 90%;
		left: 15px;
		background: none;
		border-radius: 0;
		width: 40px;
		height: 40px;
	}
	.nextBtn  {
		top: 90%;
		right: 15px;
		background: none;
		border-radius: 0;
		width: 40px;
		height: 40px;
	}
	.indicator {
		margin-top: 15px;
	}
	.indicator .indicatorMark {
		width: 16px;
		height: 16px;
	}
	.indicator .indicatorMark + .indicatorMark {
		margin-left: 23px;
	}
	.listBannerWrapper .linkBanner li {
		width: 48%;
		margin-bottom: 25px;	
	}
	.listBannerWrapper .linkBanner li:nth-child(2n + 1) {
		margin-right: 1.94%;
	}
	.listBannerWrapper .linkBanner li:nth-child(2n) {
		margin-left: 1.94%;
	}
	.videoBoxWrapper {
		margin: 0 -10px;
		margin-top: 50px;
		padding: 5px 0 0;
	}
	.videoBoxWrapper .videoList {
		flex-direction: column;
		padding: 0px 17px;
		margin-top: 0;
	}
	.videoBoxWrapper .videoBox {
		margin-bottom: 48px;
	}
	.videoBoxWrapper .txtLink {
		font-size: calc(19vw / 6);
		text-decoration: underline;
		margin-top: calc(10vw / 6);
	}
	.topContents {
		margin-top: 80px;
		flex-direction: column;
	}
	.topContents .top_center {
		flex: 0 1 100%;
		width: 100%;
		padding: 0 7px;
	}
	.ttlHeading02::before {
		content: "";
		background: url(../images/img_icon_01_sp.png) no-repeat;
		width: 24px;
		height: 24px;
		background-size: 80%;
		position: absolute;
		top: 2px;
		left: -35px;
	}
	.ttlHeading02 {
		position: relative;
		font-size: 2rem;
		line-height: 1.2;
		font-weight: bold;
		border-left: 2px solid #007d07;
		padding-left: 13px;
		margin-left: 35px;
	}
	.d_tag,
	.e_tag {
		font-size: calc(12vw / 6);
		border-radius: 8px;
		width: calc(90vw / 6);
		padding: calc(6vw / 6) calc(2vw / 6) calc(4vw / 6);
		margin-bottom: calc(3vw / 6);
	}
	.newsWiget .facebook {
		width: 70px;
	}
	.data,
	.newsTitle {
		font-size: calc(19vw / 6);
	}
	.topContents .top_left {
		flex: 0 1 100%;
		width: 100%;
		padding: 0 7px;
	}
	.linkList li {
		font-size: calc(19vw / 6);
		line-height: 1.4;
		font-weight: 500;
	}
	.bannerLink {
		width: 100%;
		margin: calc(80vw / 6) 0 0;
	}
	.more {
		font-size: calc(19vw / 6);
	}
	.sample {
	width:100%;
}
	.ttlHeading01 {
		font-size: calc(19vw / 6);
		padding: calc(15vw / 6) calc(28vw / 6) calc(12vw / 6);
		margin-bottom: calc(15vw / 6);
	}
	.ttlHeading01::before {
		content: "";
		bottom: calc(-9vw / 6);
		left: calc(18vw / 6);
		border-left: calc(11vw / 6) solid transparent;
		border-right: calc(11vw / 6) solid transparent;
		border-top: calc(11vw / 6) solid #ffb927;
	}
	.modal_content .youtubeBox iframe {
		height: 50vw;
	}
}

/* ---------- */