@charset "UTF-8";

:root {
	--link-color: #61A8E1;
}

*,
*:before,
*:after {
	word-break: break-word;
	box-sizing: border-box;
}
html {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	line-height: 2;
	background: #fff;
	overflow: visible;
}
body.start{
	overflow: visible;
}
body.locked{
	overflow: hidden!important;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
}
p{
	margin: 0;
	margin-bottom: 30px;
}
p:last-child{
	margin-bottom: 0;
}
img{
	max-width: 100%;
}
dl,
dd,
figcaption,
figure{
	margin: 0;
	padding: 0;
}
.t-caret {
	padding-left: 20px;
  animation: blink-caret 1s step-end infinite;
}

@keyframes blink-caret {
  from, to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@media screen and (max-width:767px) {
	p:not(:last-child){
		margin-bottom: 15px;
	}
	.t-caret {
		padding-left: 10px;
	}
}

/* Utility */
.u-font-sc {
	font-family: "Source Code Pro", monospace;
	font-weight: 600;
}
.u-mobile-block {
	display: none;
}
.u-bg-black{
	color: #fff;
	background: #000;
}
.u-bg-black a{
	color: #fff;
}
.u-text-style01{
	text-decoration: underline;
}

@media screen and (max-width:767px) {
	.u-pc-block {
		display: none;
	}
	.u-mobile-block {
		display: block;
	}
}

/* base */
.l-main{
	padding-bottom: 170px;
	background: url(../img/bg_footer_pc.gif) no-repeat 10px calc(100% - 10px);
	background-size: 100% auto;
}
.l-content-container {
	margin: 0 auto;
	max-width: 1700px;
	padding: 0 240px;
}
.p-corporate-youtube .l-content-container {
	padding: 0 190px;
}

@media screen and (max-width:1366px) {
	.l-content-container {
		padding: 0 17.5%;
	}
	.p-corporate-youtube .l-content-container {
		padding: 0 14%;
	}
}

@media screen and (max-width:1000px) {
	.p-corporate-youtube .l-content-container,
	.l-content-container {
		padding-left: 20px;
		padding-right: 180px;
	}
}

@media screen and (max-width:767px) {
	.l-main{
		padding-bottom: 30px;
		background-size: 100% auto;
	}
	.p-corporate-youtube .l-content-container,
	.l-content-container {
		padding: 0 20px;
	}
	.p-corporate-youtube .l-content-container {
		padding: 0;
	}
}

/* loading */
.p-corporate-loading {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 30px;
	line-height: 1.4;
	background: #fff;
	opacity: 1;
  transition: all 1.5s;
	z-index: 100;
}
body.start .p-corporate-loading {
	opacity: 0;
	z-index: -1;
}
.p-corporate-loading .u-font-sc{
	display: inline-block;
	margin-bottom: 40px;
	font-size: 13px;
}

@media screen and (max-width:767px) {
	.p-corporate-loading {
		padding: 0 20px;
		width: 100vw;
		height: 100vh;
		font-size: 26px;
		white-space: nowrap;
	}
	.p-corporate-loading .u-font-sc{
		margin-bottom: 25px;
	}
}

/* header */
.p-corporate-header {
	position: fixed;
	top: 50%;
	right: 30px;
	line-height: 1;
	transform: translateY(-50%);
  transition: all .6s;
	z-index: 20;
}
.p-corporate-header.hide{
	opacity: 0;
}
.p-corporate-header a{
	display: inline-block;
}
.p-corporate-header .p-corporate-logo {
	position: relative;
	margin-bottom: 30px;
	width: 87px;
	height: 43px;
  transition: all .0s;
}
.p-corporate-header .p-corporate-logo:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/img_logo02.svg) no-repeat center;
	opacity: 0;
	z-index: -1;
}
.p-corporate-header .p-corporate-logo.white:before{
	opacity: 1;
}
.p-corporate-header li.white a,
.p-corporate-header .p-corporate-logo.white img,
.p-corporate-header a[target] span:after,
.p-corporate-header a[target] span:before{
  transition: all .3s;
}
.p-corporate-header .p-corporate-logo.white img{
	opacity: 0;
}
.p-corporate-header ul{
	margin: 0;
	padding: 0;
}
.p-corporate-header li{
	list-style: none;
	overflow: hidden;
}
.p-corporate-header li:not(:last-child){
	margin-bottom: 20px;
}
.p-corporate-header li a:hover,
.p-corporate-header li.white a{
	color: #fff;
}
.p-corporate-header li a{
	position: relative;
	font-size: 14px;
	font-weight: 500;
  transition: all .0s;
}
.p-corporate-header li a:before{
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #61A8E1;
	z-index: -1;
  transition: all .3s;
}
.p-corporate-header li a:hover:before{
	left: 0;
}
.p-corporate-header a[target]{
	padding-right: 15px;
}
.p-corporate-header a[target] span:after,
.p-corporate-header a[target] span:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 9px;
	height: 100%;
	background: url(../img/icon_arrow01.svg) no-repeat right center;
	background-size: 100% auto;
}
.p-corporate-header a[target] span:after{
	background: url(../img/icon_arrow04.svg) no-repeat right center;
	opacity: 0;
}
.p-corporate-header li a:hover span:before,
.p-corporate-header .white a[target] span:before{
	opacity: 0;
}
.p-corporate-header li a:hover span:after,
.p-corporate-header .white a[target] span:after{
	opacity: 1;
}
.p-corporate-trigger{
	display: none;
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 21;
}
.p-corporate-trigger>div{
	position: relative;
	width: 34px;
	height: 18px;
	cursor: pointer;
	transition: all .3s;
}
.p-corporate-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 6px;
	background: #000;
	transition: all .3s;
}
.p-corporate-trigger span.white{
	background: #fff;
}
.p-corporate-trigger.open span{
	background: #000;
}
.p-corporate-trigger span:nth-of-type(1) {
	top: 0;
}
.p-corporate-trigger span:nth-of-type(2) {
	bottom: 0;
}
.p-corporate-trigger.open span:nth-of-type(1) {
	top: 6px;
}
.p-corporate-trigger.open span:nth-of-type(2) {
	bottom: 6px;
}

@media screen and (max-width:767px) {
	.p-corporate-header {
		top: 0;
		right: -100%;
		padding: 25px 20px;
		width: 100%;
		height: 100%;
		opacity: 1!important;
		background: #fff;
		transform: translateY(0);
	  overflow: auto;
	}
	.p-corporate-header.show{
		right: 0;
	}
	.p-corporate-header .p-corporate-logo {
		margin-bottom: 60px;
		width: 150px;
		height: 75px;
	}
	.p-corporate-header .p-corporate-logo a,
	.p-corporate-header .p-corporate-logo img{
		width: 100%;
	}
	.p-corporate-header .p-corporate-logo.white:before{
		opacity: 0!important;
	}
	.p-corporate-header li:not(:last-child){
		margin-bottom: 35px;
	}
	.p-corporate-header li a{
		font-size: 24px;
		font-weight: 600;
	}
	.p-corporate-header li a:hover,
	.p-corporate-header li.white a{
		color: #000!important;
	}
	.p-corporate-header a[target]{
		padding-right: 25px;
	}
	.p-corporate-header a[target] span:after,
	.p-corporate-header a[target] span:before{
		width: 16px;
	}
	.p-corporate-header .p-corporate-logo.white img,
	.p-corporate-header li a:hover span:before,
	.p-corporate-header .white a[target] span:before{
		opacity: 1!important;
	}
	.p-corporate-header li a:hover span:after,
	.p-corporate-header .white a[target] span:after{
		opacity: 0!important;
	}
	.p-corporate-trigger{
		display: block;
	}
}

/* main */
.corporate h2{
	margin: 0;
	padding: 0;
	margin-left: -170px;
	margin-bottom: 80px;
	font-size: 64px;
	line-height: 1.4;
}
.corporate h2 .u-font-sc{
	font-size: 88px;
	line-height: 1;
}
.corporate .l-content{
	padding: 100px 0;
}
.p-corporate-mv {
	margin-bottom: 100px;
	padding: 60px;
	width: 100%;
	height: 100vh;
	opacity: 0;
  transition: all 5s;
}
body.start .p-corporate-mv {
	opacity: 1;
}
.p-corporate-mv span{
	display: flex!important;
	justify-content: center;
	width: 100%;
	height: 100vh;
}
.p-corporate-mv span:first-child{
	align-items: center;
}
.p-corporate-mv img{
	width: auto!important;
	max-width: 781px;
}
.corporate .p-corporate-youtube {
	padding: 130px 0;
	text-align: center;
}
.p-corporate-youtube iframe{
	max-width: 100%;
  width: 100%;
  aspect-ratio: 980 / 550;
  border: none;
  display: block;
  height: auto;
}
.u-animation-style01{
	position: relative;
}
.u-animation-style01 a,
.u-animation-style01{
	color: #fff;
}
.u-animation-style01:after,
.u-animation-style01:before{
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #61A8E1;
  transition: left 0.3s cubic-bezier(0.72, 0.05, 0.95, 0.35);
	z-index: -1;
}
.u-animation-style01:after{
	background: #000;
  transition-delay: 0.5s; 
}
.u-animation-style01.show:after,
.u-animation-style01.show:before{
	left: 0;
}
.u-animation-style02 h2,
.u-animation-style01 h2{
	opacity: 0;
  transition: all 1.1s;
  transition-delay: 1.1s; 
}
.u-animation-style02.show h2,
.u-animation-style01.show h2{
	opacity: 1;
}
.u-animation-style02 .l-content-inner,
.u-animation-style01 .l-content-inner{
	opacity: 0;
  transition: all 2s;
  transition-delay: 1.5s; 
}
.u-animation-style02.show .l-content-inner,
.u-animation-style01.show .l-content-inner{
	opacity: 1;
}
.p-corporate-topics h2{
	margin-bottom: 55px;
}
.p-corporate-topics ul{
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
}
.p-corporate-topics li {
	position: relative;
	list-style: none;
}
.p-corporate-topics li div{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	padding: 25px 0;
	padding-left: 10px;
	padding-right: 30px;
	border-bottom: #fff 1px solid;
	cursor: pointer;
}
.p-corporate-topics li:nth-child(n + 4) {
	display: none;
}
.p-corporate-topics li:before,
.p-corporate-topics li:after  {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 14px;
	height: 2px;
	background: #fff;
	transform: translateY(-50%);
	transition: opacity 0.2s;
}
.p-corporate-topics li:after {
	transform: translateY(-50%) rotate(90deg);
	transition: transform 0.2s;
}
.p-corporate-topics li.show::before {
	opacity: 0;
}
.p-corporate-topics li.show::after {
	transform: translateY(-50%) rotate(180deg);
}
.p-corporate-topics-date {
	width: 130px;
}
.p-corporate-topics-title {
	width: calc(100% - 130px);
}
.p-corporate-more {
	text-align: center;
}
.p-corporate-topics .p-corporate-more {
	margin-top: 70px;
}
.p-corporate-topics .p-corporate-more.close {
	margin-top: 0;
}
.p-corporate-more span{
	display: inline-block;
	position: relative;
	padding-right: 25px;
	cursor: pointer;
	background: url(../img/icon_arrow02.svg) no-repeat right 10px;
	background-size: 14px auto;
}
.p-corporate-more.close span{
	background: url(../img/icon_arrow05.svg) no-repeat right 10px;
	background-size: 14px auto;
}
.p-corporate-more span:before{
	content: 'VIEW MORE';
	display: block;
}
.p-corporate-more.close span:before{
	content: 'CLOSE';
}
.p-corporate-pager{
	display: none;
	margin-bottom: 20px;
}
.p-corporate-pager>div{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 20px;
}
.p-corporate-pager span{
	display: block;
	position: relative;
	padding-bottom: 3px;
	min-width: 20px;
	font-size: 20px;
	text-align: center;
}
.p-corporate-pager span.current:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #fff;
}
.p-corporate-pager a{
	color: #999999;
}
.u-content-style01{
	position: relative;
}
.p-corporate-label{
	position: sticky;
	top: 0;
	width: 170px;
	height: 0;
	font-family: "Source Code Pro", monospace;
	font-weight: 600;
  transform: translateY(10px) translateX(-100%);
}
.u-content-style01 h2{
	margin-left: 0;
}
.u-content-style01 p{
	font-size: 24px;
}
.u-content-style01 p:not(:last-child){
	margin-bottom: 50px;
}
.p-corporate-purpose {
	padding-bottom: 150px;
}
.p-corporate-topics,
.p-corporate-policy{
	background: url(../img/bg_policy.gif) no-repeat right 30px;
	background-size: auto calc(100% - 45px);
}
.p-corporate-topics{
	background: url(../img/bg_policy.gif) no-repeat right 15px;
	background-size: auto calc(100% - 45px);
}
.p-corporate-policy ol{
  counter-reset: order;
	margin: 0;
	padding: 0;
}
.p-corporate-policy li{
	position: relative;
	padding-left: 40px;
	font-size: 24px;
	list-style: none;
}
.p-corporate-policy li:not(:last-child){
	margin-bottom: 12px;
}
.p-corporate-policy li:before {
	counter-increment: order;
	content: counter(order, decimal-leading-zero);
	position: absolute;
	top: 0;
	left: 0;
}
.p-corporate-history dl{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0;
}
.p-corporate-history dt{
	width: 150px;
}
.p-corporate-history dd{
	width: calc(100% - 150px);
}
.p-corporate-history a{
	position: relative;
	color: var(--link-color);
}
.p-corporate-history a:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: var(--link-color);
  transition: all .2s;
}
.p-corporate-history a:hover:before{
	width:  100%;
}
.p-corporate-activities {
	margin-bottom: 100px;
}
.p-corporate-activities ul{
	display: flex;
	flex-wrap: wrap;
	gap: 40px 2.3%;
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
}
.p-corporate-activities li{
	width: 31.8%;
	list-style: none;
	cursor: pointer;
}
.p-corporate-activities li:nth-child(n + 4) {
	display: none;
}
.p-corporate-activities li span{
	display: block;
}
.p-corporate-activity-image {
	margin-bottom: 15px;
}
.p-activity-mv img,
.p-corporate-activity-image img{
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.p-corporate-activity-date {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.8;
}
.p-post-wrapper.activities{
	padding: 0;
}
.p-activity-content{
	display: none;
}
.p-activity-content-inner{
	padding: 40px 80px 90px;
}
.p-activity-date {
	font-size: 14px;
	line-height: 1.8;
}
.p-activity-content h2 {
	margin: 0;
	margin-bottom: 50px;
	font-size: 32px;
	line-height: 2;
}
.p-activity-body {
	font-weight: normal;
	line-height: 1.8;
}
.p-corporate-profile {
	margin-top: -40px;
}
.p-corporate-profile dl{
	display: flex;
	flex-wrap: wrap;
	margin-top: -25px;
	overflow: hidden;
}
.p-corporate-profile dt{
	padding: 25px 0;
	padding-left: 10px;
	width: 30%;
}
.p-corporate-profile dd{
	position: relative;
	padding: 25px 0;
	width: 70%;
	font-size: 14px;
 	font-weight: normal;
	line-height: 1.8;
}
.p-corporate-profile dd:before{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 2000px;
	height: 1px;
	background: #000;
}
.p-corporate-profile dd span{
	font-size: 14px;
}
.p-corporate-profile a{
	display: inline-block;
	position: relative;
	color: var(--link-color);
	line-height: 2;
}
.p-corporate-profile a:after{
	content: '|';
	display: inline-block;
	padding-left: 5px;
	padding-right: 2px;
}
.p-corporate-profile a.last:after{
	display: none;
}

@media screen and (max-width:1000px) {
	.corporate h2{
		margin-left: 0;
	}
	.p-corporate-mv {
		padding: 0 20px;
	}
	.p-corporate-mv img{
		width: 100%!important;
	}
	.p-corporate-mv span:first-child img{
		width: 80%!important;
	}
	.p-corporate-label{
		position: static;
		margin-bottom: 30px;
		height: auto;
		transform: translateX(0);
	}
}

@media screen and (max-width:767px) {
	.corporate h2{
		margin-bottom: 35px;
		font-size: 32px;
		line-height: 1.4;
	}
	.corporate h2 .u-font-sc{
		font-size: 48px;
	}
	.corporate .l-content{
		padding: 75px 0;
	}
	.corporate .p-corporate-youtube{
		padding-bottom: 55px;
	}
	.corporate .p-corporate-topics{
		margin-bottom: 0;
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.p-corporate-topics h2{
	margin-bottom: 30px;
	}
	.p-corporate-topics ul{
		margin-bottom: 25px;
	}
	.p-corporate-topics li div{
		padding: 20px 0;
		padding-left: 0 ;
		padding-right: 40px;
	}
	.p-corporate-topics-date {
		margin-bottom: 5px;
		width: 100%;
		font-size: 12px;
		line-height: 1.8;
	}
	.p-corporate-topics-title {
		width: 100%;
	}
	.p-corporate-more {
		font-size: 14px;
	}
	.p-corporate-pager>div{
		justify-content: center;
	}
	.corporate .p-corporate-message{
		padding-bottom: 0;
	}
	.u-content-style01 p{
		font-size: 16px;
	}
	.u-content-style01 p:not(:last-child){
		margin-bottom: 35px;
	}
	.p-corporate-label {
			margin-bottom: 10px;
	}
	.corporate .p-corporate-policy{
		padding-bottom: 50px;
		background: url(../img/bg_policy.gif) repeat-y right 0;
		background-size: 50% auto;
	}
	.p-corporate-policy li{
		font-size: 16px;
	}
	.p-corporate-history dl{
		gap: 10px 0;
		font-size: 14px;
	}
	.p-corporate-history dt{
		width: 85px;
	}
	.p-corporate-history dd{
		width: calc(100% - 85px);
	}
	.corporate .p-corporate-activities{
		margin-bottom: 0;
		padding: 55px 0;
	}
	.p-corporate-activities ul{
		gap: 35px 4%;
	}
	.p-corporate-activities li{
		width: 48%;
		font-size: 14px;
	}
	.p-corporate-activities li:nth-child(n + 3) {
		display: none;
	}
	.p-corporate-activity-image {
		margin-bottom: 5px;
	}
	.p-corporate-activity-date {
		font-size: 12px;
	}
	.p-activity-content-inner{
		padding: 20px;
	}
	.p-activity-content h2 {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.p-activity-body {
		font-size: 14px;
	}
	.p-corporate-profile dt{
		padding: 0;
		padding-top: 15px;
		padding-bottom: 3px;
		width: 100%;
		font-size: 14px;
	}
	.p-corporate-profile dd{
		padding: 0;
		padding-bottom: 15px;
		width: 100%;
		font-size: 14px;
	}
}

/* footer */
.p-corporate-footer-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 11%;
	margin: 0 auto;
	max-width: 1266px;
	padding: 100px 20px 60px;
}
.p-corporate-footer-logo img{
	margin-bottom: 70px;
}
.p-corporate-footer-logo span {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.p-corporate-footer-nav{
	display: flex;
	gap: 70px;
}
.p-corporate-footer-nav ul{
	margin: 0;
	padding: 0;
}
.p-corporate-footer-nav li{
	margin-bottom: 10px;
	font-size: 24px;
	list-style: none;
}
.p-corporate-footer-nav li.target-blank{
	margin-top: 40px;
}
.p-corporate-footer-nav li a{
	position: relative;
}
.p-corporate-footer-nav li a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: var(--link-color);
  transition: all .3s;
}
.p-corporate-footer-nav li a:hover:before{
	width: 100%;
}
.p-corporate-footer-nav ul:last-child a[target] span{
	padding-right: 22px;
	background: url(../img/icon_arrow03.svg) no-repeat right center;
}
.p-corporate-footer-nav li a span{
	position: relative;
}

@media screen and (max-width:767px) {
	.p-corporate-footer-inner {
		gap: 50px 11%;
		position: relative;
		padding: 60px 45px 95px;
	}
	.p-corporate-footer-logo img{
		margin-bottom: 0;
	}
	.p-corporate-footer-nav{
		display: flex;
		gap: 30px;
	}
	.p-corporate-footer-nav li{
		margin-bottom: 15px;
		font-size: 16px;
	}
	.p-corporate-footer-nav ul:last-child a[target] span{
		padding-right: 15px;
		background: url(../img/icon_arrow03.svg) no-repeat right center;
		background-size: 10px auto;
	}
	.p-corporate-copyright{
		position: absolute;
		left: 0;
		bottom: 13px;
		width: 100%;
		text-align: center;
	}
}

/* topics記事詳細 */
.p-post-overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	overflow: auto;
	opacity: 0;
	z-index: -1;
  transition: all 1s;
}
.p-post-overlay.show{
	opacity: 1;
	z-index: 100;
}
.p-post-hide{
	position: fixed;
	top: 20px;
	left: 50%;
	width: calc(100% - 40px);
	max-width: 1046px;
	height: 30px;
	background: url(../img/icon_close.svg) no-repeat right center;
	cursor: pointer;
  transform: translateX(-50%);
}
.p-post-wrapper{
	position: fixed;
	top: 65px;
	left: 50%;
	width: calc(100% - 40px);
	padding: 0 20px 90px;
	max-width: 1046px;
	height: auto;
	max-height: calc(100% - 130px);
	opacity: 0;
	background: #fff;
	overflow-y: auto;
  transform: translateX(-50%);
  transition: all 1s;
	z-index: -1;
}
.p-post-wrapper.show{
	opacity: 1;
	z-index: 110;
}
.p-topic-content{
	display: none;
}
.p-topic-mv {
	margin: 0 -20px;
}
.p-topic-mv img{
	width: 100%;
}
.p-topic-content-inner {
	margin: 0 auto;
	padding-top: 45px;
	max-width: 886px;
	line-height: 1.8;
	font-weight: 400;
}
.p-topic-content-inner img{
	max-height: 500px;
}
.p-topic-title {
	margin-bottom: 65px;
}
.p-topic-date {
	font-size: 14px;
	font-weight: bold;
}
.p-topic-content h2{
	margin-left: 0;
	margin-bottom: 10px;
	font-size: 32px;
	line-height: 2;
}
.p-topic-content h3{
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 2;
}
.p-topic-content p:not(:last-child){
	margin-bottom: 30px;
}
.p-topic-content a{
	position: relative;
	color: var(--link-color);
}
.p-topic-content a:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: var(--link-color);
  transition: all .2s;
}
.p-topic-content a:hover:before{
	width:  100%;
}
.p-topic-image{
	margin: 40px 0;
	text-align: center;
}
.p-topic-content figcaption{
	font-size: 14px;
	text-align: left;
}
.p-topic-content dl{
	margin-bottom: 45px;
}
.p-topic-content dt{
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

@media screen and (max-width:1086px) {
	.p-post-hide,
	.p-post-wrapper{
		left: 20px;
		width: calc(100vw - 40px);
		transform: translateX(0);
	}
}

@media screen and (max-width:767px) {
	.p-post-wrapper{
		max-height: calc(100% - 85px);
	}
	.p-post-hide{
		top: 35px;
		background-size: 18px auto;
	}
	.p-topic-content-inner {
		padding-top: 25px;
		font-size: 14px;
	}
	.p-topic-title {
		margin-bottom: 40px;
	}
	.p-topic-date {
		margin-bottom: 10px;
	}
	.p-topic-content h2{
		font-size: 24px;
		line-height: 1.8;
	}
	.p-topic-content h3{
		margin-top: 15px;
		font-size: 16px;
	}
	.p-topic-image{
		margin: 20px 0;
	}
	.p-topic-content figcaption{
		font-size: 12px;
	}
	.p-corporate-profile a{
		display: inline;
		font-size: 14px;
	}
	.p-corporate-profile a.last:after{
		display: inline;
	}
	.p-corporate-profile a:last-child:after{
		display: none!important;
	}
	.p-corporate-profile-dd br{
		display: none;
	}

}
