@charset "utf-8";
/***************************************************************************************************
	page_news_post.css
***************************************************************************************************/
/*
*/
#page_news_post {
  width:100%;
  padding:100px 0 0 0;
  overflow: hidden;
}
#page_news_post > section {
  width:100%;
  background-image: url('../images/bk_tex_1.jpg');
	background-position: 50% 0;
	background-size: 1460px auto;
  background-repeat: repeat;
  z-index: 2;
}
#page_news_post > 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_news_post > section .page_content {
	width: 100%;
}
/*
*/
#page_news_post .blk_1 {
  max-width: var(--max_wid_1);
  margin: auto;
  padding:20px 0 0 0;
  z-index: 2;
}
#page_news_post .blk_1 > div {
  width: var(--tgt_wid_1);
  margin: auto;
  display: flex;
  flex-direction: column;
}
#page_news_post .blk_1 > div h2 {
  order: 2;
  font-size: 30px;
  line-height: 1.5;
  color:#ffffff;
  padding:10px 0 0 0;
  font-weight: 700;
  word-break: break-all;
}
#page_news_post .blk_1 > div p:nth-of-type(1) a {
  order: 1;
  display: inline-block;
	white-space: nowrap;
	border: 1px solid #ffffff;
	border-radius: 20px;
	background-color: #42BEDE;
	font-size:13px;
	line-height: 1;
	padding: 7px 20px 6px 20px;
	color:#ffffff;
	font-weight: 700;
}
#page_news_post .blk_1 > div p:nth-of-type(2) {
  order: 3;
  font-size: 14px;
  line-height: 1;
  color:#ffffff;
  padding: 20px 0 0 0;
}
/*
*/
#page_news_post .blk_2 {
  max-width: var(--max_wid_1);
  min-height: 400px;
  margin: auto;
  padding:50px 0 100px 0;
  z-index: 3;
}
#page_news_post .blk_2 .post_content {
  width: var(--tgt_wid_1);
  margin: auto;
}
/*
*/
#page_news_post .blk_3 {
  width:100%;
  max-width:var(--max_wid_1);
  margin: auto;
  padding:0 0 200px 0;
}
#page_news_post .blk_3 > section {
  width:var(--tgt_wid_1);
  margin: auto;
}
#page_news_post .blk_3 > section.otherleng_0 {
  display: none;
}
#page_news_post .blk_3 h3 {
  font-size: 26px;
  line-height: 1;
  color:#ffffff;
  font-weight: 700;
  padding:0 0 15px 0;
  border-bottom: 1px solid #ffffff;
}
/*  */
#page_news_post .blk_3_1 {
  padding:50px 0 0 0;
}
#page_news_post .blk_3_1 ul {
  display: flex;
  width:100%;
  justify-content: space-between;
  list-style: none;
  flex-wrap: wrap;
}
#page_news_post .blk_3_1 ul li {
  width:31%;
}
#page_news_post .blk_3_1 ul li > p:nth-of-type(1) {
  width:100%;
  padding:69.7% 0 0 0;
}
#page_news_post .blk_3_1 ul li > p:nth-of-type(1) a {
  display: block;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  border-radius: 20px;
  overflow: hidden;
}
#page_news_post .blk_3_1 ul li > p:nth-of-type(1) a img {
  display: block;
  position:absolute;
  left:50%;
  top:50%;
  width:100%;
  height:100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
#page_news_post .blk_3_1 ul li > div:nth-of-type(1) {
  width:100%;
  display: table;
  margin-top: 20px;
}
#page_news_post .blk_3_1 ul li > div:nth-of-type(1) > p:nth-of-type(1) {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
#page_news_post .blk_3_1 ul li > div:nth-of-type(1) > p:nth-of-type(1) a {
  order: 1;
  display: inline-block;
	white-space: nowrap;
	border-radius: 20px;
	background-color: #42BEDE;
	font-size:13px;
	line-height: 1;
	padding: 7px 20px 6px 20px;
	color:#ffffff;
	font-weight: 700;
  border: 1px solid #ffffff;
}
#page_news_post .blk_3_1 ul li > div:nth-of-type(1) > p:nth-of-type(2) {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
  color:#ffffff;
}
#page_news_post .blk_3_1 ul li > div:nth-of-type(2) {
  width: 100%;
  padding:15px 0 0 0;
}
#page_news_post .blk_3_1 ul li > div:nth-of-type(2) a {
  width: 100%;
  display:block;
}
#page_news_post .blk_3_1 ul li > div:nth-of-type(2) a p:nth-of-type(1) {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color:#ffffff;
  word-break: break-all;
}
#page_news_post .blk_3_1 ul li > div:nth-of-type(2) a p:nth-of-type(2) {
  font-size: 16px;
  line-height: 1.75;
  color:#ffffff;
  word-break: break-all;
  padding:20px 0 0 0;
}
/*
*/
#page_news_post .post_content,
#page_news_post .post_content *,
#page_news_post .post_content *::before,
#page_news_post .post_content *::after {
  font-size: 18px;
  line-height: 2;
  word-break: break-all;
  clear: both;
  color:#ffffff;
  /* gap:1em; */
}
#page_news_post .post_content a {
  text-decoration: underline;
}
#page_news_post .post_content a.nm_hover {
  text-decoration: none;
}
/*  */
#page_news_post .post_content h2 {
  font-size: 24px;
  line-height: 1.75;
  font-weight: 700;
  padding-bottom:10px;
}
#page_news_post .post_content h3 {
  font-size: 22px;
  line-height: 1.75;
  font-weight: 700;
  padding-bottom:10px;
}
#page_news_post .post_content h4 {
  font-size: 20px;
  line-height: 1.75;
  font-weight: 700;
  padding-bottom:10px;
}
#page_news_post .post_content h5 {
  font-size: 19px;
  line-height: 1.75;
  font-weight: 700;
  padding-bottom:10px;
}
#page_news_post .post_content h6 {
  font-size: 18px;
  line-height: 1.75;
  font-weight: 700;
  padding-bottom:10px;
}
/*  */
#page_news_post .post_content img {
  max-width:100%;
}
/*  */
#page_news_post .post_content > figure,
#page_news_post .post_content > div,
#page_news_post .post_content > p {
  margin-bottom:50px;
}
/*  */
#page_news_post .post_content ul,
#page_news_post .post_content ol,
#page_news_post .post_content dl {
  display:block;
  padding:30px 0 30px 30px;
}
#page_news_post .post_content li,
#page_news_post .post_content dt,
#page_news_post .post_content dd {
  line-height: 1.5;
  padding:0 0 15px 0;
}
#page_news_post .post_content li *,
#page_news_post .post_content dt *,
#page_news_post .post_content dd * {
  font-size:inherit;
  line-height: inherit;
}
/*  */
#page_news_post .post_content table {
  border-color:#ffffff;
}
#page_news_post .post_content table th,
#page_news_post .post_content table td {
  line-height: 1.5;
  word-break: break-all;
  border:1px solid #ffffff;
  padding:1em;
  background-color: transparent;
}
#page_news_post .post_content table th *,
#page_news_post .post_content table td * {
  font-size:inherit;
  line-height: inherit;
}
#page_news_post .post_content .wp-block-social-links .wp-social-link {
  display: inline-block;
  padding:0;
  line-height: 0;
}
#page_news_post .post_content .wp-block-social-links .wp-social-link a {
  padding: .5em;
}
/*  */
#page_news_post.postexample .post_content .voice_blk_sty_1 {
  height: auto !important;
  padding:5% 0 0 0;
}
/*
*/
#page_news_post .gsty_bk_wave {
  pointer-events: none;
  z-index: -1;
}
#page_news_post .gsty_bk_wave .bk_1 {
  width: 308px;
	left:0;
  top:300px;
  background-image: url('../images/bk_3_1.svg');
}
#page_news_post .gsty_bk_wave .bk_2 {
  width: 389px;
	left:calc(100% - 400px);
  top:0;
  background-image: url('../images/bk_3_2.svg');
}
#page_news_post .gsty_bk_wave .bk_3 {
  width: 203px;
  left:calc(100% - 150px);
  top:45%;
  background-image: url('../images/bk_3_1.svg');
}
#page_news_post .gsty_bk_wave .bk_4 {
  width: 307px;
  left: calc(100% - 400px);
  top:60%;
  background-image: url('../images/bk_3_2.svg');
}
#page_news_post .gsty_bk_wave .bk_5 {
  width: 235px;
  left: 0;
  top:calc(100% - 200px);
  background-image: url('../images/bk_3_2.svg');
}
#page_news_post .gsty_bk_wave .bk_6 {
  width: 404px;
  left: calc(100% - 404px);
  top:calc(100% - 300px);
  background-image: url('../images/bk_3_1.svg');

}
#page_news_post .gsty_bk_wave .bk_7 {
  display: none;
}
#page_news_post .gsty_bk_wave .bk_8 {
  display: none;
}
/* 
*/
.nm_tgt_youtube .wp-block-embed__wrapper {
  width: 100%;
  padding: 56.25% 0 0 0;
}
.nm_tgt_youtube .wp-block-embed__wrapper iframe {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height: 100%;
}
/***************************************************************************************************
  responsive
***************************************************************************************************/

@media screen and (max-width: 1000px) {

/*
*/
#page_news_post {
  padding:80px 0 0 0;
}
#page_news_post > section::before {
	height: 400px;
	top:-30px;
  mask-size: 400px auto;
  -webkit-mask-size: 400px auto;
}
/*
*/
#page_news_post .blk_1 {
  max-width: var(--max_wid_2);
}
#page_news_post .blk_1 > div {
  width: var(--tgt_wid_2);
}
#page_news_post .blk_1 > div h2 {
  order: 2;
  font-size: 19px;
  padding:10px 0 0 0;
}
#page_news_post .blk_1 > div p:nth-of-type(1) a {
	display: inline-block;
	font-size:12px;
	padding: 5px 18px 5px 18px;
}
#page_news_post .blk_1 > div p:nth-of-type(2) {
  position: absolute;
  left:100%;
  top:8px;
  transform: translateX(-100%);
  font-size: 14px;
  padding: 0;
}
/*
*/
#page_news_post .blk_2 {
  max-width: var(--max_wid_2);
  padding:30px 0 40px 0;
  min-height: 300px;
}
#page_news_post .blk_2 .post_content {
  width: var(--tgt_wid_2);
}
/*
*/
#page_news_post .blk_3 {
  max-width:var(--max_wid_2);
  padding:0 0 60px 0;
}
#page_news_post .blk_3 > section {
  width: var(--tgt_wid_2);
}
#page_news_post .blk_3 h3 {
  font-size: 17px;
  padding:0 0 15px 0;
}
/*  */
#page_news_post .blk_3_1 {
  padding:30px 0 0 0;
}
#page_news_post .blk_3_1 ul {
  display: block;
  width: 100%;
}
#page_news_post .blk_3_1 ul li {
  width:100%;
  padding:0 0 40px 0;
}
#page_news_post .blk_3_1 ul li > p:nth-of-type(1) {
  padding:54% 0 0 0;
}
#page_news_post .blk_3_1 ul li > p:nth-of-type(1) a {
  border-radius: 10px;
}
#page_news_post .blk_3_1 ul li > div:nth-of-type(1) {
  width:100%;
  display: table;
  margin-top: 15px;
}
#page_news_post .blk_3_1 ul li > div:nth-of-type(1) > p:nth-of-type(1) {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
#page_news_post .blk_3_1 ul li > div:nth-of-type(1) > p:nth-of-type(1) a {
	display: inline-block;
	font-size:12px;
	padding: 5px 18px 5px 18px;
}
#page_news_post .blk_3_1 ul li > div:nth-of-type(1) > p:nth-of-type(2) {
  font-size: 12px;
}
#page_news_post .blk_3_1 ul li > div:nth-of-type(2) {
  width: 100%;
  padding:10px 0 0 0;
}
#page_news_post .blk_3_1 ul li > div:nth-of-type(2) a {
  width: 100%;
  display:block;
}
#page_news_post .blk_3_1 ul li > div:nth-of-type(2) a p:nth-of-type(1) {
  font-size: 18px;
}
#page_news_post .blk_3_1 ul li > div:nth-of-type(2) a p:nth-of-type(2) {
  font-size: 14px;
  padding:15px 0 0 0;
}
/*
*/
#page_news_post .post_content,
#page_news_post .post_content *,
#page_news_post .post_content *::before,
#page_news_post .post_content *::after {
  font-size: 14px;
}
#page_news_post .post_content h2 {
  font-size: 18px;
}
#page_news_post .post_content h3 {
  font-size: 17px;
}
#page_news_post .post_content h4 {
  font-size: 16px;
}
#page_news_post .post_content h5 {
  font-size: 15px;
}
#page_news_post .post_content h6 {
  font-size: 14px;
}
/*  */
#page_news_post .post_content > figure,
#page_news_post .post_content > div,
#page_news_post .post_content > p {
  margin-bottom:20px;
}
/*  */
#page_news_post .post_content ul,
#page_news_post .post_content ol,
#page_news_post .post_content dl {
  padding:20px 0 20px 20px;
}
#page_news_post .post_content li,
#page_news_post .post_content dt,
#page_news_post .post_content dd {
  line-height: 1.5;
  padding:0 0 10px 0;
}
/*  */
#page_news_post.postexample .post_content .voice_blk_sty_1 {
  padding:15% 0 0 0;
}
#page_news_post.postexample .post_content .voice_blk_sty_1::before {
  position: absolute;
  display: block;
  content:'';
  width:100%;
  height: 1px;
  left:0;
  top:45%;
  border-bottom: 1px dotted rgba(255, 255, 255, .8);
}
#page_news_post.postexample .post_content .voice_blk_sty_1:last-of-type::before {
  display: none;
}
/*
*/
#page_news_post .gsty_bk_wave {
  display: none;
}
/*  */
}
